Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions .github/workflows/accounting_generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,20 @@ name: Generate Accounting library
description: Force generation of SDKs
type: boolean
default: false
set_version:
description: Optionally set a specific SDK version.
type: string
jobs:
generate:
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-generation.yaml@v14
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@v15
with:
speakeasy_version: latest
openapi_doc_location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Accounting.yaml
languages: |-
- python: ./previous-versions/accounting
create_release: true
mode: pr
speakeasy_version: latest
force: ${{ github.event.inputs.force }}
publish_python: true
set_version: ${{ github.event.inputs.set_version }}
target: accounting-library
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
pypi_token: ${{ secrets.PYPI_TOKEN }}
5 changes: 1 addition & 4 deletions .github/workflows/accounting_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ name: Release Accounting library
- main
jobs:
publish:
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v14
with:
create_release: true
publish_python: true
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v15
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
Expand Down
15 changes: 8 additions & 7 deletions .github/workflows/assess_generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,20 @@ name: Generate Assess library
description: Force generation of SDKs
type: boolean
default: false
set_version:
description: Optionally set a specific SDK version.
type: string
jobs:
generate:
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-generation.yaml@v14
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@v15
with:
speakeasy_version: latest
openapi_doc_location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Assess.yaml
languages: |-
- python: ./previous-versions/assess
create_release: true
mode: pr
speakeasy_version: latest
force: ${{ github.event.inputs.force }}
publish_python: true
set_version: ${{ github.event.inputs.set_version }}
target: assess-library
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
pypi_token: ${{ secrets.PYPI_TOKEN }}
5 changes: 1 addition & 4 deletions .github/workflows/assess_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ name: Release Assess library
- main
jobs:
publish:
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v14
with:
create_release: true
publish_python: true
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v15
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
Expand Down
15 changes: 8 additions & 7 deletions .github/workflows/bank_feeds_generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,20 @@ name: Generate Bank Feeds library
description: Force generation of SDKs
type: boolean
default: false
set_version:
description: Optionally set a specific SDK version.
type: string
jobs:
generate:
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-generation.yaml@v14
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@v15
with:
speakeasy_version: latest
openapi_doc_location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.yaml
languages: |-
- python: ./bank-feeds
create_release: true
mode: pr
speakeasy_version: latest
force: ${{ github.event.inputs.force }}
publish_python: true
set_version: ${{ github.event.inputs.set_version }}
target: bank-feeds-library
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
pypi_token: ${{ secrets.PYPI_TOKEN }}
5 changes: 1 addition & 4 deletions .github/workflows/bank_feeds_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ name: Release Bank Feeds library
- main
jobs:
publish:
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v14
with:
create_release: true
publish_python: true
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v15
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
Expand Down
15 changes: 8 additions & 7 deletions .github/workflows/banking_generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,20 @@ name: Generate Banking library
description: Force generation of SDKs
type: boolean
default: false
set_version:
description: Optionally set a specific SDK version.
type: string
jobs:
generate:
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-generation.yaml@v14
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@v15
with:
speakeasy_version: latest
openapi_doc_location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Banking.yaml
languages: |-
- python: ./previous-versions/banking
create_release: true
mode: pr
speakeasy_version: latest
force: ${{ github.event.inputs.force }}
publish_python: true
set_version: ${{ github.event.inputs.set_version }}
target: banking-library
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
pypi_token: ${{ secrets.PYPI_TOKEN }}
5 changes: 1 addition & 4 deletions .github/workflows/banking_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ name: Release Banking library
- main
jobs:
publish:
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v14
with:
create_release: true
publish_python: true
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v15
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
Expand Down
15 changes: 8 additions & 7 deletions .github/workflows/commerce_generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,20 @@ name: Generate Commerce library
description: Force generation of SDKs
type: boolean
default: false
set_version:
description: Optionally set a specific SDK version.
type: string
jobs:
generate:
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-generation.yaml@v14
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@v15
with:
speakeasy_version: latest
openapi_doc_location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Commerce.yaml
languages: |-
- python: ./previous-versions/commerce
create_release: true
mode: pr
speakeasy_version: latest
force: ${{ github.event.inputs.force }}
publish_python: true
set_version: ${{ github.event.inputs.set_version }}
target: commerce-library
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
pypi_token: ${{ secrets.PYPI_TOKEN }}
5 changes: 1 addition & 4 deletions .github/workflows/commerce_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ name: Release Commerce library
- main
jobs:
publish:
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v14
with:
create_release: true
publish_python: true
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v15
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
Expand Down
15 changes: 8 additions & 7 deletions .github/workflows/common_generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,20 @@ name: Generate Common library
description: Force generation of SDKs
type: boolean
default: false
set_version:
description: Optionally set a specific SDK version.
type: string
jobs:
generate:
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-generation.yaml@v14
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@v15
with:
speakeasy_version: latest
openapi_doc_location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Platform.yaml
languages: |-
- python: ./previous-versions/common
create_release: true
mode: pr
speakeasy_version: latest
force: ${{ github.event.inputs.force }}
publish_python: true
set_version: ${{ github.event.inputs.set_version }}
target: common-library
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
pypi_token: ${{ secrets.PYPI_TOKEN }}
5 changes: 1 addition & 4 deletions .github/workflows/common_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ name: Release Common library
- main
jobs:
publish:
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v14
with:
create_release: true
publish_python: true
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v15
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
Expand Down
15 changes: 8 additions & 7 deletions .github/workflows/files_generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,20 @@ name: Generate Files library
description: Force generation of SDKs
type: boolean
default: false
set_version:
description: Optionally set a specific SDK version.
type: string
jobs:
generate:
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-generation.yaml@v14
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@v15
with:
speakeasy_version: latest
openapi_doc_location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Files.yaml
languages: |-
- python: ./previous-versions/files
create_release: true
mode: pr
speakeasy_version: latest
force: ${{ github.event.inputs.force }}
publish_python: true
set_version: ${{ github.event.inputs.set_version }}
target: files-library
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
pypi_token: ${{ secrets.PYPI_TOKEN }}
5 changes: 1 addition & 4 deletions .github/workflows/files_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ name: Release Files library
- main
jobs:
publish:
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v14
with:
create_release: true
publish_python: true
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v15
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
Expand Down
15 changes: 8 additions & 7 deletions .github/workflows/lending_generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,20 @@ name: Generate Lending library
description: Force generation of SDKs
type: boolean
default: false
set_version:
description: Optionally set a specific SDK version.
type: string
jobs:
generate:
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-generation.yaml@v14
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@v15
with:
speakeasy_version: latest
openapi_doc_location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Lending.yaml
languages: |-
- python: ./lending
create_release: true
mode: pr
speakeasy_version: latest
force: ${{ github.event.inputs.force }}
publish_python: true
set_version: ${{ github.event.inputs.set_version }}
target: lending-library
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
pypi_token: ${{ secrets.PYPI_TOKEN }}
5 changes: 1 addition & 4 deletions .github/workflows/lending_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ name: Release Lending library
- main
jobs:
publish:
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v14
with:
create_release: true
publish_python: true
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v15
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
Expand Down
15 changes: 8 additions & 7 deletions .github/workflows/platform_generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,20 @@ name: Generate Platform library
description: Force generation of SDKs
type: boolean
default: false
set_version:
description: Optionally set a specific SDK version.
type: string
jobs:
generate:
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-generation.yaml@v14
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@v15
with:
speakeasy_version: latest
openapi_doc_location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Platform.yaml
languages: |-
- python: ./platform
create_release: true
mode: pr
speakeasy_version: latest
force: ${{ github.event.inputs.force }}
publish_python: true
set_version: ${{ github.event.inputs.set_version }}
target: platform-library
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
pypi_token: ${{ secrets.PYPI_TOKEN }}
5 changes: 1 addition & 4 deletions .github/workflows/platform_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ name: Release Platform library
- main
jobs:
publish:
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v14
with:
create_release: true
publish_python: true
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v15
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
Expand Down
15 changes: 8 additions & 7 deletions .github/workflows/sync_for_commerce_generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,20 @@ name: Generate Sync for Commerce library
description: Force generation of SDKs
type: boolean
default: false
set_version:
description: Optionally set a specific SDK version.
type: string
jobs:
generate:
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-generation.yaml@v14
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@v15
with:
speakeasy_version: latest
openapi_doc_location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Commerce.yaml
languages: |-
- python: ./sync-for-commerce
create_release: true
mode: pr
speakeasy_version: latest
force: ${{ github.event.inputs.force }}
publish_python: true
set_version: ${{ github.event.inputs.set_version }}
target: sync-for-commerce-library
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
pypi_token: ${{ secrets.PYPI_TOKEN }}
Loading