Skip to content

Commit 0f10891

Browse files
ci: regenerated with OpenAPI Doc 3.0.0, Speakeasy CLI 1.391.3 (#274)
Co-authored-by: speakeasybot <[email protected]>
1 parent df3d0f0 commit 0f10891

File tree

13 files changed

+1002
-249
lines changed

13 files changed

+1002
-249
lines changed

sync-for-payables/.speakeasy/gen.lock

Lines changed: 961 additions & 218 deletions
Large diffs are not rendered by default.

sync-for-payables/.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ generation:
1212
auth:
1313
oAuth2ClientCredentialsEnabled: true
1414
csharp:
15-
version: 0.0.3
15+
version: 0.0.4
1616
additionalDependencies: []
1717
author: Speakeasy
1818
clientServerStatusCodesAsErrors: true

sync-for-payables/Openapi/BankAccounts.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ public class BankAccounts: IBankAccounts
4747
{
4848
public SDKConfig SDKConfiguration { get; private set; }
4949
private const string _language = "csharp";
50-
private const string _sdkVersion = "0.0.3";
51-
private const string _sdkGenVersion = "2.407.2";
50+
private const string _sdkVersion = "0.0.4";
51+
private const string _sdkGenVersion = "2.411.5";
5252
private const string _openapiDocVersion = "3.0.0";
53-
private const string _userAgent = "speakeasy-sdk/csharp 0.0.3 2.407.2 3.0.0 Openapi";
53+
private const string _userAgent = "speakeasy-sdk/csharp 0.0.4 2.411.5 3.0.0 Openapi";
5454
private string _serverUrl = "";
5555
private ISpeakeasyHttpClient _client;
5656
private Func<Openapi.Models.Components.Security>? _securitySource;

sync-for-payables/Openapi/BillPayments.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ public class BillPayments: IBillPayments
6060
{
6161
public SDKConfig SDKConfiguration { get; private set; }
6262
private const string _language = "csharp";
63-
private const string _sdkVersion = "0.0.3";
64-
private const string _sdkGenVersion = "2.407.2";
63+
private const string _sdkVersion = "0.0.4";
64+
private const string _sdkGenVersion = "2.411.5";
6565
private const string _openapiDocVersion = "3.0.0";
66-
private const string _userAgent = "speakeasy-sdk/csharp 0.0.3 2.407.2 3.0.0 Openapi";
66+
private const string _userAgent = "speakeasy-sdk/csharp 0.0.4 2.411.5 3.0.0 Openapi";
6767
private string _serverUrl = "";
6868
private ISpeakeasyHttpClient _client;
6969
private Func<Openapi.Models.Components.Security>? _securitySource;

sync-for-payables/Openapi/Bills.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,10 @@ public class Bills: IBills
109109
{
110110
public SDKConfig SDKConfiguration { get; private set; }
111111
private const string _language = "csharp";
112-
private const string _sdkVersion = "0.0.3";
113-
private const string _sdkGenVersion = "2.407.2";
112+
private const string _sdkVersion = "0.0.4";
113+
private const string _sdkGenVersion = "2.411.5";
114114
private const string _openapiDocVersion = "3.0.0";
115-
private const string _userAgent = "speakeasy-sdk/csharp 0.0.3 2.407.2 3.0.0 Openapi";
115+
private const string _userAgent = "speakeasy-sdk/csharp 0.0.4 2.411.5 3.0.0 Openapi";
116116
private string _serverUrl = "";
117117
private ISpeakeasyHttpClient _client;
118118
private Func<Openapi.Models.Components.Security>? _securitySource;

sync-for-payables/Openapi/Companies.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@ public class Companies: ICompanies
101101
{
102102
public SDKConfig SDKConfiguration { get; private set; }
103103
private const string _language = "csharp";
104-
private const string _sdkVersion = "0.0.3";
105-
private const string _sdkGenVersion = "2.407.2";
104+
private const string _sdkVersion = "0.0.4";
105+
private const string _sdkGenVersion = "2.411.5";
106106
private const string _openapiDocVersion = "3.0.0";
107-
private const string _userAgent = "speakeasy-sdk/csharp 0.0.3 2.407.2 3.0.0 Openapi";
107+
private const string _userAgent = "speakeasy-sdk/csharp 0.0.4 2.411.5 3.0.0 Openapi";
108108
private string _serverUrl = "";
109109
private ISpeakeasyHttpClient _client;
110110
private Func<Openapi.Models.Components.Security>? _securitySource;

sync-for-payables/Openapi/CompanyInformation.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ public class CompanyInformation: ICompanyInformation
4747
{
4848
public SDKConfig SDKConfiguration { get; private set; }
4949
private const string _language = "csharp";
50-
private const string _sdkVersion = "0.0.3";
51-
private const string _sdkGenVersion = "2.407.2";
50+
private const string _sdkVersion = "0.0.4";
51+
private const string _sdkGenVersion = "2.411.5";
5252
private const string _openapiDocVersion = "3.0.0";
53-
private const string _userAgent = "speakeasy-sdk/csharp 0.0.3 2.407.2 3.0.0 Openapi";
53+
private const string _userAgent = "speakeasy-sdk/csharp 0.0.4 2.411.5 3.0.0 Openapi";
5454
private string _serverUrl = "";
5555
private ISpeakeasyHttpClient _client;
5656
private Func<Openapi.Models.Components.Security>? _securitySource;

sync-for-payables/Openapi/Connections.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@ public class Connections: IConnections
8484
{
8585
public SDKConfig SDKConfiguration { get; private set; }
8686
private const string _language = "csharp";
87-
private const string _sdkVersion = "0.0.3";
88-
private const string _sdkGenVersion = "2.407.2";
87+
private const string _sdkVersion = "0.0.4";
88+
private const string _sdkGenVersion = "2.411.5";
8989
private const string _openapiDocVersion = "3.0.0";
90-
private const string _userAgent = "speakeasy-sdk/csharp 0.0.3 2.407.2 3.0.0 Openapi";
90+
private const string _userAgent = "speakeasy-sdk/csharp 0.0.4 2.411.5 3.0.0 Openapi";
9191
private string _serverUrl = "";
9292
private ISpeakeasyHttpClient _client;
9393
private Func<Openapi.Models.Components.Security>? _securitySource;

sync-for-payables/Openapi/Openapi.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<IsPackable>true</IsPackable>
55
<PackageId>Openapi</PackageId>
6-
<Version>0.0.3</Version>
6+
<Version>0.0.4</Version>
77
<TargetFramework>net8.0</TargetFramework>
88
<Authors>Speakeasy</Authors>
99
<Copyright>Copyright (c) Speakeasy 2024</Copyright>

sync-for-payables/Openapi/SDK.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,10 @@ public class SDK: ISDK
149149
public SDKConfig SDKConfiguration { get; private set; }
150150

151151
private const string _language = "csharp";
152-
private const string _sdkVersion = "0.0.3";
153-
private const string _sdkGenVersion = "2.407.2";
152+
private const string _sdkVersion = "0.0.4";
153+
private const string _sdkGenVersion = "2.411.5";
154154
private const string _openapiDocVersion = "3.0.0";
155-
private const string _userAgent = "speakeasy-sdk/csharp 0.0.3 2.407.2 3.0.0 Openapi";
155+
private const string _userAgent = "speakeasy-sdk/csharp 0.0.4 2.411.5 3.0.0 Openapi";
156156
private string _serverUrl = "";
157157
private int _serverIndex = 0;
158158
private ISpeakeasyHttpClient _client;

0 commit comments

Comments
 (0)