Skip to content

Commit 01851b8

Browse files
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.447.0 (#332)
Co-authored-by: speakeasybot <[email protected]>
1 parent f13d690 commit 01851b8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+151
-141
lines changed

.speakeasy/workflow.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ sources:
99
- main
1010
lending-source:
1111
sourceNamespace: lending-source
12-
sourceRevisionDigest: sha256:e56529006fc2797133e000f48a95b7c9f7578328bf32ef6f6f277379c5f3b6eb
12+
sourceRevisionDigest: sha256:a48d41343b4b97f97dae9d9830b93f80ac2306d6e1439c8501f3883040c7c341
1313
sourceBlobDigest: sha256:b52d78f87b496418a9a1d7ee5f4b78f4ee3ed0a257fba5a6bd13e82a5ed3548f
1414
tags:
1515
- latest
16-
- speakeasy-sdk-regen-1732640709
16+
- speakeasy-sdk-regen-1732645932
1717
- 3.0.0
1818
platform-source:
1919
sourceNamespace: platform-source
@@ -70,10 +70,10 @@ targets:
7070
lending-library:
7171
source: lending-source
7272
sourceNamespace: lending-source
73-
sourceRevisionDigest: sha256:e56529006fc2797133e000f48a95b7c9f7578328bf32ef6f6f277379c5f3b6eb
73+
sourceRevisionDigest: sha256:a48d41343b4b97f97dae9d9830b93f80ac2306d6e1439c8501f3883040c7c341
7474
sourceBlobDigest: sha256:b52d78f87b496418a9a1d7ee5f4b78f4ee3ed0a257fba5a6bd13e82a5ed3548f
7575
codeSamplesNamespace: lending-source-code-samples
76-
codeSamplesRevisionDigest: sha256:735337663e5192748fe05b8a35578d1a86a2b9cc380b1c4e00eb16fd6e1d5944
76+
codeSamplesRevisionDigest: sha256:d302b3a398febb40c7e51497d5f40f06bc7dce57598a0aa6afe1c7c37d022e9f
7777
platform-library:
7878
source: platform-source
7979
sourceNamespace: platform-source

lending/.speakeasy/gen.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ management:
55
docVersion: 3.0.0
66
speakeasyVersion: 1.447.0
77
generationVersion: 2.463.0
8-
releaseVersion: 9.0.0
9-
configChecksum: 173edac7ddd1b9ce656c9ae736a3296b
8+
releaseVersion: 9.0.1
9+
configChecksum: 876fa756c5be3922f75fec5cccfb63dc
1010
repoURL: https://github.com/codatio/client-sdk-csharp.git
1111
repoSubDirectory: lending
1212
published: true

lending/.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ generation:
1313
oAuth2ClientCredentialsEnabled: false
1414
oAuth2PasswordEnabled: false
1515
csharp:
16-
version: 9.0.0
16+
version: 9.0.1
1717
additionalDependencies: []
1818
author: Codat
1919
clientServerStatusCodesAsErrors: true

lending/Codat/Lending/AccountBalances.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ public class AccountBalances: IAccountBalances
4444
{
4545
public SDKConfig SDKConfiguration { get; private set; }
4646
private const string _language = "csharp";
47-
private const string _sdkVersion = "9.0.0";
47+
private const string _sdkVersion = "9.0.1";
4848
private const string _sdkGenVersion = "2.463.0";
4949
private const string _openapiDocVersion = "3.0.0";
50-
private const string _userAgent = "speakeasy-sdk/csharp 9.0.0 2.463.0 3.0.0 Codat.Lending";
50+
private const string _userAgent = "speakeasy-sdk/csharp 9.0.1 2.463.0 3.0.0 Codat.Lending";
5151
private string _serverUrl = "";
5252
private ISpeakeasyHttpClient _client;
5353
private Func<Codat.Lending.Models.Components.Security>? _securitySource;

lending/Codat/Lending/AccountTransactions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ public class AccountTransactions: IAccountTransactions
5858
{
5959
public SDKConfig SDKConfiguration { get; private set; }
6060
private const string _language = "csharp";
61-
private const string _sdkVersion = "9.0.0";
61+
private const string _sdkVersion = "9.0.1";
6262
private const string _sdkGenVersion = "2.463.0";
6363
private const string _openapiDocVersion = "3.0.0";
64-
private const string _userAgent = "speakeasy-sdk/csharp 9.0.0 2.463.0 3.0.0 Codat.Lending";
64+
private const string _userAgent = "speakeasy-sdk/csharp 9.0.1 2.463.0 3.0.0 Codat.Lending";
6565
private string _serverUrl = "";
6666
private ISpeakeasyHttpClient _client;
6767
private Func<Codat.Lending.Models.Components.Security>? _securitySource;

lending/Codat/Lending/AccountingBankData.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ public class AccountingBankData: IAccountingBankData
5151
{
5252
public SDKConfig SDKConfiguration { get; private set; }
5353
private const string _language = "csharp";
54-
private const string _sdkVersion = "9.0.0";
54+
private const string _sdkVersion = "9.0.1";
5555
private const string _sdkGenVersion = "2.463.0";
5656
private const string _openapiDocVersion = "3.0.0";
57-
private const string _userAgent = "speakeasy-sdk/csharp 9.0.0 2.463.0 3.0.0 Codat.Lending";
57+
private const string _userAgent = "speakeasy-sdk/csharp 9.0.1 2.463.0 3.0.0 Codat.Lending";
5858
private string _serverUrl = "";
5959
private ISpeakeasyHttpClient _client;
6060
private Func<Codat.Lending.Models.Components.Security>? _securitySource;

lending/Codat/Lending/Accounts.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ public class Accounts: IAccounts
5757
{
5858
public SDKConfig SDKConfiguration { get; private set; }
5959
private const string _language = "csharp";
60-
private const string _sdkVersion = "9.0.0";
60+
private const string _sdkVersion = "9.0.1";
6161
private const string _sdkGenVersion = "2.463.0";
6262
private const string _openapiDocVersion = "3.0.0";
63-
private const string _userAgent = "speakeasy-sdk/csharp 9.0.0 2.463.0 3.0.0 Codat.Lending";
63+
private const string _userAgent = "speakeasy-sdk/csharp 9.0.1 2.463.0 3.0.0 Codat.Lending";
6464
private string _serverUrl = "";
6565
private ISpeakeasyHttpClient _client;
6666
private Func<Codat.Lending.Models.Components.Security>? _securitySource;

lending/Codat/Lending/AccountsPayable.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ public class AccountsPayable: IAccountsPayable
2626
{
2727
public SDKConfig SDKConfiguration { get; private set; }
2828
private const string _language = "csharp";
29-
private const string _sdkVersion = "9.0.0";
29+
private const string _sdkVersion = "9.0.1";
3030
private const string _sdkGenVersion = "2.463.0";
3131
private const string _openapiDocVersion = "3.0.0";
32-
private const string _userAgent = "speakeasy-sdk/csharp 9.0.0 2.463.0 3.0.0 Codat.Lending";
32+
private const string _userAgent = "speakeasy-sdk/csharp 9.0.1 2.463.0 3.0.0 Codat.Lending";
3333
private string _serverUrl = "";
3434
private ISpeakeasyHttpClient _client;
3535
private Func<Codat.Lending.Models.Components.Security>? _securitySource;

lending/Codat/Lending/AccountsReceivable.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ public class AccountsReceivable: IAccountsReceivable
2828
{
2929
public SDKConfig SDKConfiguration { get; private set; }
3030
private const string _language = "csharp";
31-
private const string _sdkVersion = "9.0.0";
31+
private const string _sdkVersion = "9.0.1";
3232
private const string _sdkGenVersion = "2.463.0";
3333
private const string _openapiDocVersion = "3.0.0";
34-
private const string _userAgent = "speakeasy-sdk/csharp 9.0.0 2.463.0 3.0.0 Codat.Lending";
34+
private const string _userAgent = "speakeasy-sdk/csharp 9.0.1 2.463.0 3.0.0 Codat.Lending";
3535
private string _serverUrl = "";
3636
private ISpeakeasyHttpClient _client;
3737
private Func<Codat.Lending.Models.Components.Security>? _securitySource;

lending/Codat/Lending/BalanceSheet.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ public class BalanceSheet: IBalanceSheet
5050
{
5151
public SDKConfig SDKConfiguration { get; private set; }
5252
private const string _language = "csharp";
53-
private const string _sdkVersion = "9.0.0";
53+
private const string _sdkVersion = "9.0.1";
5454
private const string _sdkGenVersion = "2.463.0";
5555
private const string _openapiDocVersion = "3.0.0";
56-
private const string _userAgent = "speakeasy-sdk/csharp 9.0.0 2.463.0 3.0.0 Codat.Lending";
56+
private const string _userAgent = "speakeasy-sdk/csharp 9.0.1 2.463.0 3.0.0 Codat.Lending";
5757
private string _serverUrl = "";
5858
private ISpeakeasyHttpClient _client;
5959
private Func<Codat.Lending.Models.Components.Security>? _securitySource;

0 commit comments

Comments
 (0)