Skip to content

Commit aa4f324

Browse files
codatbotCodat Pipeline Bot
andauthored
Automated PR created by OAS bot (#240)
* Updates to SDKs * Updates to SDKs --------- Co-authored-by: Codat Pipeline Bot <oas@codat.io>
1 parent 68b416b commit aa4f324

9 files changed

+46
-2
lines changed

.github/workflows/bank_feeds_generate.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ name: Generate Bank Feeds library
66
description: Force generation of SDKs
77
type: boolean
88
default: false
9+
workflow_call:
10+
inputs:
11+
force:
12+
description: Force generation of SDKs
13+
type: boolean
14+
default: false
915
jobs:
1016
generate:
1117
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-generation.yaml@v14

.github/workflows/lending_generate.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ name: Generate Lending library
66
description: Force generation of SDKs
77
type: boolean
88
default: false
9+
workflow_call:
10+
inputs:
11+
force:
12+
description: Force generation of SDKs
13+
type: boolean
14+
default: false
915
jobs:
1016
generate:
1117
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-generation.yaml@v14

.github/workflows/platform_generate.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ name: Generate Platform library
66
description: Force generation of SDKs
77
type: boolean
88
default: false
9+
workflow_call:
10+
inputs:
11+
force:
12+
description: Force generation of SDKs
13+
type: boolean
14+
default: false
915
jobs:
1016
generate:
1117
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-generation.yaml@v14

.github/workflows/sync_for_commerce_generate.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ name: Generate Sync for Commerce library
66
description: Force generation of SDKs
77
type: boolean
88
default: false
9+
workflow_call:
10+
inputs:
11+
force:
12+
description: Force generation of SDKs
13+
type: boolean
14+
default: false
915
jobs:
1016
generate:
1117
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-generation.yaml@v14

.github/workflows/sync_for_expenses_generate.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ name: Generate Sync for Expenses library
66
description: Force generation of SDKs
77
type: boolean
88
default: false
9+
workflow_call:
10+
inputs:
11+
force:
12+
description: Force generation of SDKs
13+
type: boolean
14+
default: false
915
jobs:
1016
generate:
1117
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-generation.yaml@v14

.github/workflows/sync_for_payables_generate.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ name: Generate Sync for Payables library
66
description: Force generation of SDKs
77
type: boolean
88
default: false
9+
workflow_call:
10+
inputs:
11+
force:
12+
description: Force generation of SDKs
13+
type: boolean
14+
default: false
915
jobs:
1016
generate:
1117
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-generation.yaml@v14

.github/workflows/sync_for_payroll_generate.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ name: Generate Sync for Payroll library
66
description: Force generation of SDKs
77
type: boolean
88
default: false
9+
workflow_call:
10+
inputs:
11+
force:
12+
description: Force generation of SDKs
13+
type: boolean
14+
default: false
915
jobs:
1016
generate:
1117
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-generation.yaml@v14

bank-feeds/gen.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ generation:
99
csharp:
1010
version: 4.1.0
1111
author: Codat
12-
description: Set up bank feeds from accounts in your application to supported accounting platforms.
12+
description: Set up bank feeds from accounts in your application to supported accounting
13+
platforms.
1314
dotnetVersion: net6.0
1415
imports:
1516
option: openapi

platform/gen.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ features:
2525
csharp:
2626
version: 3.3.0
2727
author: Codat
28-
description: Manage the building blocks of Codat, including companies, connections, and more.
28+
description: Manage the building blocks of Codat, including companies, connections,
29+
and more.
2930
dotnetVersion: net6.0
3031
imports:
3132
option: openapi

0 commit comments

Comments
 (0)