File tree 12 files changed +31
-21
lines changed
12 files changed +31
-21
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ management:
5
5
docVersion: 3.0.0
6
6
speakeasyVersion: 1.392.1
7
7
generationVersion: 2.411.9
8
- releaseVersion: 0.0.8
9
- configChecksum: f9e3b0177a62691ae988251752f73d3e
8
+ releaseVersion: 0.0.9
9
+ configChecksum: b4e790a9b84d11c6096dc23fbc41d592
10
10
repoURL: https://github.com/codatio/client-sdk-csharp.git
11
11
repoSubDirectory: sync-for-payables
12
12
published: true
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ generation:
12
12
auth :
13
13
oAuth2ClientCredentialsEnabled : true
14
14
csharp :
15
- version : 0.0.8
15
+ version : 0.0.9
16
16
additionalDependencies : []
17
17
author : Speakeasy
18
18
clientServerStatusCodesAsErrors : true
Original file line number Diff line number Diff line change @@ -47,10 +47,10 @@ public class BankAccounts: IBankAccounts
47
47
{
48
48
public SDKConfig SDKConfiguration { get ; private set ; }
49
49
private const string _language = "csharp" ;
50
- private const string _sdkVersion = "0.0.8 " ;
50
+ private const string _sdkVersion = "0.0.9 " ;
51
51
private const string _sdkGenVersion = "2.411.9" ;
52
52
private const string _openapiDocVersion = "3.0.0" ;
53
- private const string _userAgent = "speakeasy-sdk/csharp 0.0.8 2.411.9 3.0.0 Openapi" ;
53
+ private const string _userAgent = "speakeasy-sdk/csharp 0.0.9 2.411.9 3.0.0 Openapi" ;
54
54
private string _serverUrl = "" ;
55
55
private ISpeakeasyHttpClient _client ;
56
56
private Func < Openapi . Models . Components . Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -60,10 +60,10 @@ public class BillPayments: IBillPayments
60
60
{
61
61
public SDKConfig SDKConfiguration { get ; private set ; }
62
62
private const string _language = "csharp" ;
63
- private const string _sdkVersion = "0.0.8 " ;
63
+ private const string _sdkVersion = "0.0.9 " ;
64
64
private const string _sdkGenVersion = "2.411.9" ;
65
65
private const string _openapiDocVersion = "3.0.0" ;
66
- private const string _userAgent = "speakeasy-sdk/csharp 0.0.8 2.411.9 3.0.0 Openapi" ;
66
+ private const string _userAgent = "speakeasy-sdk/csharp 0.0.9 2.411.9 3.0.0 Openapi" ;
67
67
private string _serverUrl = "" ;
68
68
private ISpeakeasyHttpClient _client ;
69
69
private Func < Openapi . Models . Components . Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -109,10 +109,10 @@ public class Bills: IBills
109
109
{
110
110
public SDKConfig SDKConfiguration { get ; private set ; }
111
111
private const string _language = "csharp" ;
112
- private const string _sdkVersion = "0.0.8 " ;
112
+ private const string _sdkVersion = "0.0.9 " ;
113
113
private const string _sdkGenVersion = "2.411.9" ;
114
114
private const string _openapiDocVersion = "3.0.0" ;
115
- private const string _userAgent = "speakeasy-sdk/csharp 0.0.8 2.411.9 3.0.0 Openapi" ;
115
+ private const string _userAgent = "speakeasy-sdk/csharp 0.0.9 2.411.9 3.0.0 Openapi" ;
116
116
private string _serverUrl = "" ;
117
117
private ISpeakeasyHttpClient _client ;
118
118
private Func < Openapi . Models . Components . Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -101,10 +101,10 @@ public class Companies: ICompanies
101
101
{
102
102
public SDKConfig SDKConfiguration { get ; private set ; }
103
103
private const string _language = "csharp" ;
104
- private const string _sdkVersion = "0.0.8 " ;
104
+ private const string _sdkVersion = "0.0.9 " ;
105
105
private const string _sdkGenVersion = "2.411.9" ;
106
106
private const string _openapiDocVersion = "3.0.0" ;
107
- private const string _userAgent = "speakeasy-sdk/csharp 0.0.8 2.411.9 3.0.0 Openapi" ;
107
+ private const string _userAgent = "speakeasy-sdk/csharp 0.0.9 2.411.9 3.0.0 Openapi" ;
108
108
private string _serverUrl = "" ;
109
109
private ISpeakeasyHttpClient _client ;
110
110
private Func < Openapi . Models . Components . Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -47,10 +47,10 @@ public class CompanyInformation: ICompanyInformation
47
47
{
48
48
public SDKConfig SDKConfiguration { get ; private set ; }
49
49
private const string _language = "csharp" ;
50
- private const string _sdkVersion = "0.0.8 " ;
50
+ private const string _sdkVersion = "0.0.9 " ;
51
51
private const string _sdkGenVersion = "2.411.9" ;
52
52
private const string _openapiDocVersion = "3.0.0" ;
53
- private const string _userAgent = "speakeasy-sdk/csharp 0.0.8 2.411.9 3.0.0 Openapi" ;
53
+ private const string _userAgent = "speakeasy-sdk/csharp 0.0.9 2.411.9 3.0.0 Openapi" ;
54
54
private string _serverUrl = "" ;
55
55
private ISpeakeasyHttpClient _client ;
56
56
private Func < Openapi . Models . Components . Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -84,10 +84,10 @@ public class Connections: IConnections
84
84
{
85
85
public SDKConfig SDKConfiguration { get ; private set ; }
86
86
private const string _language = "csharp" ;
87
- private const string _sdkVersion = "0.0.8 " ;
87
+ private const string _sdkVersion = "0.0.9 " ;
88
88
private const string _sdkGenVersion = "2.411.9" ;
89
89
private const string _openapiDocVersion = "3.0.0" ;
90
- private const string _userAgent = "speakeasy-sdk/csharp 0.0.8 2.411.9 3.0.0 Openapi" ;
90
+ private const string _userAgent = "speakeasy-sdk/csharp 0.0.9 2.411.9 3.0.0 Openapi" ;
91
91
private string _serverUrl = "" ;
92
92
private ISpeakeasyHttpClient _client ;
93
93
private Func < Openapi . Models . Components . Security > ? _securitySource ;
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<IsPackable >true</IsPackable >
5
5
<PackageId >Openapi</PackageId >
6
- <Version >0.0.8 </Version >
6
+ <Version >0.0.9 </Version >
7
7
<TargetFramework >net8.0</TargetFramework >
8
8
<Authors >Speakeasy</Authors >
9
9
<Copyright >Copyright (c) Speakeasy 2024</Copyright >
Original file line number Diff line number Diff line change @@ -149,10 +149,10 @@ public class SDK: ISDK
149
149
public SDKConfig SDKConfiguration { get ; private set ; }
150
150
151
151
private const string _language = "csharp" ;
152
- private const string _sdkVersion = "0.0.8 " ;
152
+ private const string _sdkVersion = "0.0.9 " ;
153
153
private const string _sdkGenVersion = "2.411.9" ;
154
154
private const string _openapiDocVersion = "3.0.0" ;
155
- private const string _userAgent = "speakeasy-sdk/csharp 0.0.8 2.411.9 3.0.0 Openapi" ;
155
+ private const string _userAgent = "speakeasy-sdk/csharp 0.0.9 2.411.9 3.0.0 Openapi" ;
156
156
private string _serverUrl = "" ;
157
157
private int _serverIndex = 0 ;
158
158
private ISpeakeasyHttpClient _client ;
Original file line number Diff line number Diff line change @@ -63,10 +63,10 @@ public class Suppliers: ISuppliers
63
63
{
64
64
public SDKConfig SDKConfiguration { get ; private set ; }
65
65
private const string _language = "csharp" ;
66
- private const string _sdkVersion = "0.0.8 " ;
66
+ private const string _sdkVersion = "0.0.9 " ;
67
67
private const string _sdkGenVersion = "2.411.9" ;
68
68
private const string _openapiDocVersion = "3.0.0" ;
69
- private const string _userAgent = "speakeasy-sdk/csharp 0.0.8 2.411.9 3.0.0 Openapi" ;
69
+ private const string _userAgent = "speakeasy-sdk/csharp 0.0.9 2.411.9 3.0.0 Openapi" ;
70
70
private string _serverUrl = "" ;
71
71
private ISpeakeasyHttpClient _client ;
72
72
private Func < Openapi . Models . Components . Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -78,4 +78,14 @@ Based on:
78
78
### Generated
79
79
- [ csharp v0.0.8] sync-for-payables
80
80
### Releases
81
- - [ NuGet v0.0.8] https://www.nuget.org/packages/Openapi/0.0.8 - sync-for-payables
81
+ - [ NuGet v0.0.8] https://www.nuget.org/packages/Openapi/0.0.8 - sync-for-payables
82
+
83
+ ## 2024-09-09 12:49:23
84
+ ### Changes
85
+ Based on:
86
+ - OpenAPI Doc 3.0.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Payables.yaml
87
+ - Speakeasy CLI 1.392.1 (2.411.9) https://github.com/speakeasy-api/speakeasy
88
+ ### Generated
89
+ - [ csharp v0.0.9] sync-for-payables
90
+ ### Releases
91
+ - [ NuGet v0.0.9] https://www.nuget.org/packages/Openapi/0.0.9 - sync-for-payables
You can’t perform that action at this time.
0 commit comments