Skip to content

Commit 19d85f6

Browse files
ci: regenerated with OpenAPI Doc 3.0.0, Speakeasy CLI 1.381.0 (#272)
Co-authored-by: speakeasybot <bot@speakeasyapi.dev>
1 parent 57ad76e commit 19d85f6

12 files changed

+31
-21
lines changed

sync-for-payables/.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.381.0
77
generationVersion: 2.404.9
8-
releaseVersion: 0.0.1
9-
configChecksum: beac17962afd7d38c88f84f1cd722352
8+
releaseVersion: 0.0.2
9+
configChecksum: 817d6436951bf17dedd471943b753352
1010
repoURL: https://github.com/codatio/client-sdk-csharp.git
1111
repoSubDirectory: sync-for-payables
1212
published: true

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.1
15+
version: 0.0.2
1616
additionalDependencies: []
1717
author: Speakeasy
1818
clientServerStatusCodesAsErrors: true

sync-for-payables/Openapi/BankAccounts.cs

Lines changed: 2 additions & 2 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.1";
50+
private const string _sdkVersion = "0.0.2";
5151
private const string _sdkGenVersion = "2.404.9";
5252
private const string _openapiDocVersion = "3.0.0";
53-
private const string _userAgent = "speakeasy-sdk/csharp 0.0.1 2.404.9 3.0.0 Openapi";
53+
private const string _userAgent = "speakeasy-sdk/csharp 0.0.2 2.404.9 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: 2 additions & 2 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.1";
63+
private const string _sdkVersion = "0.0.2";
6464
private const string _sdkGenVersion = "2.404.9";
6565
private const string _openapiDocVersion = "3.0.0";
66-
private const string _userAgent = "speakeasy-sdk/csharp 0.0.1 2.404.9 3.0.0 Openapi";
66+
private const string _userAgent = "speakeasy-sdk/csharp 0.0.2 2.404.9 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: 2 additions & 2 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.1";
112+
private const string _sdkVersion = "0.0.2";
113113
private const string _sdkGenVersion = "2.404.9";
114114
private const string _openapiDocVersion = "3.0.0";
115-
private const string _userAgent = "speakeasy-sdk/csharp 0.0.1 2.404.9 3.0.0 Openapi";
115+
private const string _userAgent = "speakeasy-sdk/csharp 0.0.2 2.404.9 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: 2 additions & 2 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.1";
104+
private const string _sdkVersion = "0.0.2";
105105
private const string _sdkGenVersion = "2.404.9";
106106
private const string _openapiDocVersion = "3.0.0";
107-
private const string _userAgent = "speakeasy-sdk/csharp 0.0.1 2.404.9 3.0.0 Openapi";
107+
private const string _userAgent = "speakeasy-sdk/csharp 0.0.2 2.404.9 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: 2 additions & 2 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.1";
50+
private const string _sdkVersion = "0.0.2";
5151
private const string _sdkGenVersion = "2.404.9";
5252
private const string _openapiDocVersion = "3.0.0";
53-
private const string _userAgent = "speakeasy-sdk/csharp 0.0.1 2.404.9 3.0.0 Openapi";
53+
private const string _userAgent = "speakeasy-sdk/csharp 0.0.2 2.404.9 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: 2 additions & 2 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.1";
87+
private const string _sdkVersion = "0.0.2";
8888
private const string _sdkGenVersion = "2.404.9";
8989
private const string _openapiDocVersion = "3.0.0";
90-
private const string _userAgent = "speakeasy-sdk/csharp 0.0.1 2.404.9 3.0.0 Openapi";
90+
private const string _userAgent = "speakeasy-sdk/csharp 0.0.2 2.404.9 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.1</Version>
6+
<Version>0.0.2</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: 2 additions & 2 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.1";
152+
private const string _sdkVersion = "0.0.2";
153153
private const string _sdkGenVersion = "2.404.9";
154154
private const string _openapiDocVersion = "3.0.0";
155-
private const string _userAgent = "speakeasy-sdk/csharp 0.0.1 2.404.9 3.0.0 Openapi";
155+
private const string _userAgent = "speakeasy-sdk/csharp 0.0.2 2.404.9 3.0.0 Openapi";
156156
private string _serverUrl = "";
157157
private int _serverIndex = 0;
158158
private ISpeakeasyHttpClient _client;

sync-for-payables/Openapi/Suppliers.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ public class Suppliers: ISuppliers
6363
{
6464
public SDKConfig SDKConfiguration { get; private set; }
6565
private const string _language = "csharp";
66-
private const string _sdkVersion = "0.0.1";
66+
private const string _sdkVersion = "0.0.2";
6767
private const string _sdkGenVersion = "2.404.9";
6868
private const string _openapiDocVersion = "3.0.0";
69-
private const string _userAgent = "speakeasy-sdk/csharp 0.0.1 2.404.9 3.0.0 Openapi";
69+
private const string _userAgent = "speakeasy-sdk/csharp 0.0.2 2.404.9 3.0.0 Openapi";
7070
private string _serverUrl = "";
7171
private ISpeakeasyHttpClient _client;
7272
private Func<Openapi.Models.Components.Security>? _securitySource;

sync-for-payables/RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,14 @@ Based on:
88
### Generated
99
- [csharp v0.0.1] sync-for-payables
1010
### Releases
11-
- [NuGet v0.0.1] https://www.nuget.org/packages/Openapi/0.0.1 - sync-for-payables
11+
- [NuGet v0.0.1] https://www.nuget.org/packages/Openapi/0.0.1 - sync-for-payables
12+
13+
## 2024-08-28 09:59:28
14+
### Changes
15+
Based on:
16+
- OpenAPI Doc 3.0.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Payables.yaml
17+
- Speakeasy CLI 1.381.0 (2.404.9) https://github.com/speakeasy-api/speakeasy
18+
### Generated
19+
- [csharp v0.0.2] sync-for-payables
20+
### Releases
21+
- [NuGet v0.0.2] https://www.nuget.org/packages/Openapi/0.0.2 - sync-for-payables

0 commit comments

Comments
 (0)