Skip to content

Commit a7a86db

Browse files
codatbotCodat Pipeline Bot
andauthored
Automated PR created by OAS bot (#562)
* Updates to SDKs * Updates to SDKs --------- Co-authored-by: Codat Pipeline Bot <[email protected]>
1 parent 39e951e commit a7a86db

17 files changed

+94
-2
lines changed

.github/workflows/accounting_generate.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ name: Generate Accounting 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/assess_generate.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ name: Generate Assess 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/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/banking_generate.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ name: Generate Banking 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/commerce_generate.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ name: Generate 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/common_generate.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ name: Generate Common 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/files_generate.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ name: Generate Files 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

0 commit comments

Comments
 (0)