File tree Expand file tree Collapse file tree 22 files changed +51
-41
lines changed
previous-versions/sync-for-payables-version-1 Expand file tree Collapse file tree 22 files changed +51
-41
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ sources:
37
37
- main
38
38
sync-for-payables-version-1-source:
39
39
sourceNamespace: sync-for-payables-version-1-source
40
- sourceRevisionDigest: sha256:ab5650b5c0dfbe48558138381e9a3ca6930965548c7bc14a3f5e21e90fa746b1
40
+ sourceRevisionDigest: sha256:8a265bac8fe5d0a020e2e098459e0d2336d69f6acb919efab1e20e2b0ba4dc79
41
41
sourceBlobDigest: sha256:e1fb1fe0af40cf137b8b320fd75e913c83e54e0a2bb2e80a5af69e0bce409e71
42
42
tags:
43
43
- latest
@@ -71,7 +71,7 @@ targets:
71
71
sync-for-payables-version-1-library:
72
72
source: sync-for-payables-version-1-source
73
73
sourceNamespace: sync-for-payables-version-1-source
74
- sourceRevisionDigest: sha256:ab5650b5c0dfbe48558138381e9a3ca6930965548c7bc14a3f5e21e90fa746b1
74
+ sourceRevisionDigest: sha256:8a265bac8fe5d0a020e2e098459e0d2336d69f6acb919efab1e20e2b0ba4dc79
75
75
sourceBlobDigest: sha256:e1fb1fe0af40cf137b8b320fd75e913c83e54e0a2bb2e80a5af69e0bce409e71
76
76
workflow:
77
77
workflowVersion: 1.0.0
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.396.6
7
7
generationVersion: 2.415.6
8
- releaseVersion: 4.0.0
9
- configChecksum: ec8afcb2dfe21e13448ae785a37b82a0
8
+ releaseVersion: 4.0.1
9
+ configChecksum: ba25ff102e2b47813a891a92ba4334a5
10
10
repoURL: https://github.com/codatio/client-sdk-csharp.git
11
11
repoSubDirectory: previous-versions/sync-for-payables-version-1
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 : false
14
14
csharp :
15
- version : 4.0.0
15
+ version : 4.0.1
16
16
additionalDependencies : []
17
17
author : Codat
18
18
clientServerStatusCodesAsErrors : true
Original file line number Diff line number Diff line change @@ -101,10 +101,10 @@ public class Accounts: IAccounts
101
101
{
102
102
public SDKConfig SDKConfiguration { get ; private set ; }
103
103
private const string _language = "csharp" ;
104
- private const string _sdkVersion = "4.0.0 " ;
104
+ private const string _sdkVersion = "4.0.1 " ;
105
105
private const string _sdkGenVersion = "2.415.6" ;
106
106
private const string _openapiDocVersion = "3.0.0" ;
107
- private const string _userAgent = "speakeasy-sdk/csharp 4.0.0 2.415.6 3.0.0 Codat.Sync.Payables.V1" ;
107
+ private const string _userAgent = "speakeasy-sdk/csharp 4.0.1 2.415.6 3.0.0 Codat.Sync.Payables.V1" ;
108
108
private string _serverUrl = "" ;
109
109
private ISpeakeasyHttpClient _client ;
110
110
private Func < Codat . Sync . Payables . V1 . Models . Components . Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -71,10 +71,10 @@ public class BankAccounts: IBankAccounts
71
71
{
72
72
public SDKConfig SDKConfiguration { get ; private set ; }
73
73
private const string _language = "csharp" ;
74
- private const string _sdkVersion = "4.0.0 " ;
74
+ private const string _sdkVersion = "4.0.1 " ;
75
75
private const string _sdkGenVersion = "2.415.6" ;
76
76
private const string _openapiDocVersion = "3.0.0" ;
77
- private const string _userAgent = "speakeasy-sdk/csharp 4.0.0 2.415.6 3.0.0 Codat.Sync.Payables.V1" ;
77
+ private const string _userAgent = "speakeasy-sdk/csharp 4.0.1 2.415.6 3.0.0 Codat.Sync.Payables.V1" ;
78
78
private string _serverUrl = "" ;
79
79
private ISpeakeasyHttpClient _client ;
80
80
private Func < Codat . Sync . Payables . V1 . Models . Components . Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -120,10 +120,10 @@ public class BillCreditNotes: IBillCreditNotes
120
120
{
121
121
public SDKConfig SDKConfiguration { get ; private set ; }
122
122
private const string _language = "csharp" ;
123
- private const string _sdkVersion = "4.0.0 " ;
123
+ private const string _sdkVersion = "4.0.1 " ;
124
124
private const string _sdkGenVersion = "2.415.6" ;
125
125
private const string _openapiDocVersion = "3.0.0" ;
126
- private const string _userAgent = "speakeasy-sdk/csharp 4.0.0 2.415.6 3.0.0 Codat.Sync.Payables.V1" ;
126
+ private const string _userAgent = "speakeasy-sdk/csharp 4.0.1 2.415.6 3.0.0 Codat.Sync.Payables.V1" ;
127
127
private string _serverUrl = "" ;
128
128
private ISpeakeasyHttpClient _client ;
129
129
private Func < Codat . Sync . Payables . V1 . Models . Components . Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -140,10 +140,10 @@ public class BillPayments: IBillPayments
140
140
{
141
141
public SDKConfig SDKConfiguration { get ; private set ; }
142
142
private const string _language = "csharp" ;
143
- private const string _sdkVersion = "4.0.0 " ;
143
+ private const string _sdkVersion = "4.0.1 " ;
144
144
private const string _sdkGenVersion = "2.415.6" ;
145
145
private const string _openapiDocVersion = "3.0.0" ;
146
- private const string _userAgent = "speakeasy-sdk/csharp 4.0.0 2.415.6 3.0.0 Codat.Sync.Payables.V1" ;
146
+ private const string _userAgent = "speakeasy-sdk/csharp 4.0.1 2.415.6 3.0.0 Codat.Sync.Payables.V1" ;
147
147
private string _serverUrl = "" ;
148
148
private ISpeakeasyHttpClient _client ;
149
149
private Func < Codat . Sync . Payables . V1 . Models . Components . Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -242,10 +242,10 @@ public class Bills: IBills
242
242
{
243
243
public SDKConfig SDKConfiguration { get ; private set ; }
244
244
private const string _language = "csharp" ;
245
- private const string _sdkVersion = "4.0.0 " ;
245
+ private const string _sdkVersion = "4.0.1 " ;
246
246
private const string _sdkGenVersion = "2.415.6" ;
247
247
private const string _openapiDocVersion = "3.0.0" ;
248
- private const string _userAgent = "speakeasy-sdk/csharp 4.0.0 2.415.6 3.0.0 Codat.Sync.Payables.V1" ;
248
+ private const string _userAgent = "speakeasy-sdk/csharp 4.0.1 2.415.6 3.0.0 Codat.Sync.Payables.V1" ;
249
249
private string _serverUrl = "" ;
250
250
private ISpeakeasyHttpClient _client ;
251
251
private Func < Codat . Sync . Payables . V1 . 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 >Codat.Sync.Payables.V1</PackageId >
6
- <Version >4.0.0 </Version >
6
+ <Version >4.0.1 </Version >
7
7
<TargetFramework >net8.0</TargetFramework >
8
8
<Authors >Codat</Authors >
9
9
<Copyright >Copyright (c) Codat 2024</Copyright >
Original file line number Diff line number Diff line change @@ -212,10 +212,10 @@ public class CodatSyncPayables: ICodatSyncPayables
212
212
public SDKConfig SDKConfiguration { get ; private set ; }
213
213
214
214
private const string _language = "csharp" ;
215
- private const string _sdkVersion = "4.0.0 " ;
215
+ private const string _sdkVersion = "4.0.1 " ;
216
216
private const string _sdkGenVersion = "2.415.6" ;
217
217
private const string _openapiDocVersion = "3.0.0" ;
218
- private const string _userAgent = "speakeasy-sdk/csharp 4.0.0 2.415.6 3.0.0 Codat.Sync.Payables.V1" ;
218
+ private const string _userAgent = "speakeasy-sdk/csharp 4.0.1 2.415.6 3.0.0 Codat.Sync.Payables.V1" ;
219
219
private string _serverUrl = "" ;
220
220
private int _serverIndex = 0 ;
221
221
private ISpeakeasyHttpClient _client ;
You can’t perform that action at this time.
0 commit comments