Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 3.0.0, Speakeay CLI 1.77.1
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Sep 1, 2023
1 parent e4c89f5 commit bf6416c
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 9 deletions.
2 changes: 1 addition & 1 deletion bank-feeds/CodatBankFeeds/AccountMapping.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class AccountMappingSDK: IAccountMappingSDK
{
public SDKConfig Config { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.4.0";
private const string _sdkVersion = "0.5.0";
private const string _sdkGenVersion = "2.91.4";
private const string _openapiDocVersion = "3.0.0";
private string _serverUrl = "";
Expand Down
2 changes: 1 addition & 1 deletion bank-feeds/CodatBankFeeds/CodatBankFeeds.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<IsPackable>true</IsPackable>
<PackageId>Codat.BankFeeds</PackageId>
<Version>0.4.0</Version>
<Version>0.5.0</Version>
<Authors>Codat</Authors>
<TargetFramework>net5.0</TargetFramework>
<Nullable>enable</Nullable>
Expand Down
2 changes: 1 addition & 1 deletion bank-feeds/CodatBankFeeds/CodatBankFeedsSDK.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class CodatBankFeedsSDK: ICodatBankFeedsSDK
};

private const string _language = "csharp";
private const string _sdkVersion = "0.4.0";
private const string _sdkVersion = "0.5.0";
private const string _sdkGenVersion = "2.91.4";
private const string _openapiDocVersion = "3.0.0";
private string _serverUrl = "";
Expand Down
2 changes: 1 addition & 1 deletion bank-feeds/CodatBankFeeds/Companies.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class CompaniesSDK: ICompaniesSDK
{
public SDKConfig Config { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.4.0";
private const string _sdkVersion = "0.5.0";
private const string _sdkGenVersion = "2.91.4";
private const string _openapiDocVersion = "3.0.0";
private string _serverUrl = "";
Expand Down
2 changes: 1 addition & 1 deletion bank-feeds/CodatBankFeeds/Connections.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class ConnectionsSDK: IConnectionsSDK
{
public SDKConfig Config { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.4.0";
private const string _sdkVersion = "0.5.0";
private const string _sdkGenVersion = "2.91.4";
private const string _openapiDocVersion = "3.0.0";
private string _serverUrl = "";
Expand Down
2 changes: 1 addition & 1 deletion bank-feeds/CodatBankFeeds/SourceAccounts.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class SourceAccountsSDK: ISourceAccountsSDK
{
public SDKConfig Config { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.4.0";
private const string _sdkVersion = "0.5.0";
private const string _sdkGenVersion = "2.91.4";
private const string _openapiDocVersion = "3.0.0";
private string _serverUrl = "";
Expand Down
2 changes: 1 addition & 1 deletion bank-feeds/CodatBankFeeds/Transactions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class TransactionsSDK: ITransactionsSDK
{
public SDKConfig Config { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.4.0";
private const string _sdkVersion = "0.5.0";
private const string _sdkGenVersion = "2.91.4";
private const string _openapiDocVersion = "3.0.0";
private string _serverUrl = "";
Expand Down
10 changes: 9 additions & 1 deletion bank-feeds/RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,12 @@ Based on:
- OpenAPI Doc 3.0.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.yaml
- Speakeasy CLI 1.77.1 (2.91.4) https://github.com/speakeasy-api/speakeasy
### Generated
- [csharp v0.4.0] bank-feeds
- [csharp v0.4.0] bank-feeds

## 2023-09-01 18:09:12
### Changes
Based on:
- OpenAPI Doc 3.0.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.yaml
- Speakeasy CLI 1.77.1 (2.91.4) https://github.com/speakeasy-api/speakeasy
### Generated
- [csharp v0.5.0] bank-feeds
2 changes: 1 addition & 1 deletion bank-feeds/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ features:
globalServerURLs: 2.82.0
nameOverrides: 2.81.1
csharp:
version: 0.4.0
version: 0.5.0
author: Codat
description: Set up bank feeds from accounts in your application to supported accounting platforms.
maxMethodParams: 0
Expand Down

0 comments on commit bf6416c

Please sign in to comment.