Skip to content

Commit

Permalink
Updates to SDKs (#15)
Browse files Browse the repository at this point in the history
Co-authored-by: Codat Pipeline Bot <oas@codat.io>
  • Loading branch information
mcclowes and Codat Pipeline Bot committed Sep 1, 2023
1 parent 6f91841 commit 19350e2
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 38 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bank_feeds_generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
create_release: true
mode: pr
force: ${{ github.event.inputs.force }}
publish_csharp: true
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sync_for_commerce_generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
create_release: true
mode: pr
force: ${{ github.event.inputs.force }}
publish_csharp: true
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sync_for_expenses_generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
create_release: true
mode: pr
force: ${{ github.event.inputs.force }}
publish_csharp: true
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
Expand Down
19 changes: 6 additions & 13 deletions bank-feeds/gen.yaml
Original file line number Diff line number Diff line change
@@ -1,24 +1,17 @@
configVersion: 1.0.0
management:
docChecksum: ac231ce0874ff5d34780886a1dd4e053
docVersion: 3.0.0
speakeasyVersion: 1.77.1
generationVersion: 2.91.4
docChecksum: 853aebc76021ec17db9b1abb7a33f340
docVersion: 2.1.0
speakeasyVersion: 1.53.0
generationVersion: 2.58.0
generation:
sdkClassName: Codat.BankFeeds
singleTagPerOp: false
telemetryEnabled: true
features:
csharp:
core: 2.85.2
deprecations: 2.81.1
examples: 2.81.1
globalSecurity: 2.81.1
globalServerURLs: 2.82.0
nameOverrides: 2.81.1
csharp:
version: 0.1.0
author: Codat
description: Set up bank feeds from accounts in your application to supported accounting platforms.
description: Set up bank feeds from accounts in your application to supported accounting
platforms.
maxMethodParams: 0
packageName: Codat.BankFeeds
19 changes: 6 additions & 13 deletions sync-for-commerce/gen.yaml
Original file line number Diff line number Diff line change
@@ -1,24 +1,17 @@
configVersion: 1.0.0
management:
docChecksum: d393b926bdd109e7576aee9ef68464a5
docVersion: "1.1"
speakeasyVersion: 1.77.0
generationVersion: 2.91.2
docChecksum: 853aebc76021ec17db9b1abb7a33f340
docVersion: 2.1.0
speakeasyVersion: 1.53.0
generationVersion: 2.58.0
generation:
sdkClassName: Codat.Sync.Commerce
singleTagPerOp: false
telemetryEnabled: true
features:
csharp:
core: 2.85.1
deprecations: 2.81.1
examples: 2.81.1
globalSecurity: 2.81.1
globalServerURLs: 2.82.0
nameOverrides: 2.81.1
csharp:
version: 0.1.0
author: Codat
description: Push merchants' data from your ecommerce or point-of-sale (POS) platform into your merchants' accounting platform.
description: Push merchants' data from your ecommerce or point-of-sale (POS) platform
into your merchants' accounting platform.
maxMethodParams: 0
packageName: Codat.Sync.Commerce
16 changes: 4 additions & 12 deletions sync-for-expenses/gen.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,13 @@
configVersion: 1.0.0
management:
docChecksum: 5289c847774e4b13edc645734676ac8c
docVersion: prealpha
speakeasyVersion: 1.77.1
generationVersion: 2.91.4
docChecksum: 853aebc76021ec17db9b1abb7a33f340
docVersion: 2.1.0
speakeasyVersion: 1.53.0
generationVersion: 2.58.0
generation:
sdkClassName: Codat.Sync.Expenses
singleTagPerOp: false
telemetryEnabled: true
features:
csharp:
core: 2.85.2
deprecations: 2.81.1
examples: 2.81.1
globalSecurity: 2.81.1
globalServerURLs: 2.82.0
nameOverrides: 2.81.1
csharp:
version: 0.2.0
author: Codat
Expand Down

0 comments on commit 19350e2

Please sign in to comment.