Skip to content

Commit 7120aba

Browse files
codatbotCodat Pipeline Bot
andauthored
Updates to SDKs (#164)
Co-authored-by: Codat Pipeline Bot <oas@codat.io>
1 parent 53d3c27 commit 7120aba

File tree

14 files changed

+19
-18
lines changed

14 files changed

+19
-18
lines changed

.github/workflows/bank_feeds_generate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Generate Bank Feeds library
77
type: boolean
88
default: false
99
schedule:
10-
- cron: 0 0 * * *
10+
- cron: 0 1 * * 1
1111
jobs:
1212
generate:
1313
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-generation.yaml@v14

.github/workflows/lending_generate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Generate Lending library
77
type: boolean
88
default: false
99
schedule:
10-
- cron: 0 0 * * *
10+
- cron: 0 1 * * 1
1111
jobs:
1212
generate:
1313
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-generation.yaml@v14

.github/workflows/platform_generate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Generate Platform library
77
type: boolean
88
default: false
99
schedule:
10-
- cron: 0 0 * * *
10+
- cron: 0 1 * * 1
1111
jobs:
1212
generate:
1313
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-generation.yaml@v14

.github/workflows/sync_for_commerce_generate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Generate Sync for Commerce library
77
type: boolean
88
default: false
99
schedule:
10-
- cron: 0 0 * * *
10+
- cron: 0 1 * * 1
1111
jobs:
1212
generate:
1313
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-generation.yaml@v14

.github/workflows/sync_for_expenses_generate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Generate Sync for Expenses library
77
type: boolean
88
default: false
99
schedule:
10-
- cron: 0 0 * * *
10+
- cron: 0 1 * * 1
1111
jobs:
1212
generate:
1313
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-generation.yaml@v14

.github/workflows/sync_for_payables_generate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Generate Sync for Payables library
77
type: boolean
88
default: false
99
schedule:
10-
- cron: 0 0 * * *
10+
- cron: 0 1 * * 1
1111
jobs:
1212
generate:
1313
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-generation.yaml@v14

.github/workflows/sync_for_payroll_generate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Generate Sync for Payroll library
77
type: boolean
88
default: false
99
schedule:
10-
- cron: 0 0 * * *
10+
- cron: 0 1 * * 1
1111
jobs:
1212
generate:
1313
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-generation.yaml@v14

bank-feeds/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Bank Feeds
22

33
<!-- Start Codat Library Description -->
4-
Bank Feeds API enables your SMB users to set up bank feeds from accounts in your application to supported accounting platforms.
4+
Bank Feeds API enables your SMB users to set up bank feeds from accounts in your application to supported accounting platforms.
55
<!-- End Codat Library Description -->
66

77
<!-- Start SDK Installation -->
@@ -90,4 +90,4 @@ var res = await sdk.AccountMapping.CreateAsync(new CreateBankAccountMappingReque
9090

9191
<!-- Placeholder for Future Speakeasy SDK Sections -->
9292

93-
### Library generated by [Speakeasy](https://docs.speakeasyapi.dev/docs/using-speakeasy/client-sdks)
93+
### Library generated by [Speakeasy](https://docs.speakeasyapi.dev/docs/using-speakeasy/client-sdks)

lending/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,4 +357,4 @@ var res = await sdk.AccountingBankData.ListTransactionsAsync(new ListAccountingB
357357
<!-- Placeholder for Future Speakeasy SDK Sections -->
358358

359359

360-
### Library generated by [Speakeasy](https://docs.speakeasyapi.dev/docs/using-speakeasy/client-sdks)
360+
### Library generated by [Speakeasy](https://docs.speakeasyapi.dev/docs/using-speakeasy/client-sdks)

platform/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Platform
22

33
<!-- Start Codat Library Description -->
4+
Manage the building blocks of Codat, including companies, connections, and more.
45
<!-- End Codat Library Description -->
56

67
<!-- Start SDK Installation -->
@@ -106,4 +107,4 @@ var res = await sdk.Companies.CreateAsync(new CompanyRequestBody() {
106107
<!-- Placeholder for Future Speakeasy SDK Sections -->
107108

108109

109-
### Library generated by [Speakeasy](https://docs.speakeasyapi.dev/docs/using-speakeasy/client-sdks)
110+
### Library generated by [Speakeasy](https://docs.speakeasyapi.dev/docs/using-speakeasy/client-sdks)

0 commit comments

Comments
 (0)