Skip to content

Commit

Permalink
Updates to SDKs
Browse files Browse the repository at this point in the history
  • Loading branch information
Codat Pipeline Bot committed Sep 5, 2023
1 parent 1d7ac66 commit e4b5ee3
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 0 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 @@ -6,6 +6,7 @@ name: Generate Bank Feeds library
description: Force generation of SDKs
type: boolean
default: false
dotnet_version: 6.x
schedule:
- cron: 0 0 * * *
jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lending_generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ name: Generate Lending library
description: Force generation of SDKs
type: boolean
default: false
dotnet_version: 6.x
schedule:
- cron: 0 0 * * *
jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/platform_generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ name: Generate Platform library
description: Force generation of SDKs
type: boolean
default: false
dotnet_version: 6.x
schedule:
- cron: 0 0 * * *
jobs:
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 @@ -6,6 +6,7 @@ name: Generate Sync for Commerce library
description: Force generation of SDKs
type: boolean
default: false
dotnet_version: 6.x
schedule:
- cron: 0 0 * * *
jobs:
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 @@ -6,6 +6,7 @@ name: Generate Sync for Expenses library
description: Force generation of SDKs
type: boolean
default: false
dotnet_version: 6.x
schedule:
- cron: 0 0 * * *
jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sync_for_payables_generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ name: Generate Sync for Payables library
description: Force generation of SDKs
type: boolean
default: false
dotnet_version: 6.x
schedule:
- cron: 0 0 * * *
jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sync_for_payroll_generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ name: Generate Sync for Payroll library
description: Force generation of SDKs
type: boolean
default: false
dotnet_version: 6.x
schedule:
- cron: 0 0 * * *
jobs:
Expand Down
1 change: 1 addition & 0 deletions bank-feeds/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ generation:
csharp:
version: 0.5.0
author: Codat
dotnetVersion: net6.0
description: Set up bank feeds from accounts in your application to supported accounting
platforms.
maxMethodParams: 0
Expand Down
1 change: 1 addition & 0 deletions lending/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ generation:
csharp:
version: 0.2.0
author: Codat
dotnetVersion: net6.0
description: Make credit decisions backed by enhanced financials, metrics, reports,
and data integrity features.
maxMethodParams: 0
Expand Down
1 change: 1 addition & 0 deletions platform/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ generation:
csharp:
version: 0.1.0
author: Codat
dotnetVersion: net6.0
description: Manage the building blocks of Codat, including companies, connections,
and more.
maxMethodParams: 0
Expand Down
1 change: 1 addition & 0 deletions sync-for-commerce/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ generation:
csharp:
version: 0.3.0
author: Codat
dotnetVersion: net6.0
description: Push merchants' data from your ecommerce or point-of-sale (POS) platform
into your merchants' accounting platform.
maxMethodParams: 0
Expand Down
1 change: 1 addition & 0 deletions sync-for-expenses/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ generation:
csharp:
version: 0.4.0
author: Codat
dotnetVersion: net6.0
description: Push expenses to accounting platforms.
maxMethodParams: 0
packageName: Codat.Sync.Expenses
1 change: 1 addition & 0 deletions sync-for-payables/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ generation:
csharp:
version: 0.0.0
author: Codat
dotnetVersion: net6.0
description: Streamline your customers' accounts payable workflow.
maxMethodParams: 0
packageName: Codat.Sync.Payables
1 change: 1 addition & 0 deletions sync-for-payroll/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ generation:
csharp:
version: 0.0.0
author: Codat
dotnetVersion: net6.0
description: Push payroll to accounting platforms.
maxMethodParams: 0
packageName: Codat.Sync.Payroll

0 comments on commit e4b5ee3

Please sign in to comment.