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:
3737 - main
3838 sync-for-payables-version-1-source:
3939 sourceNamespace: sync-for-payables-version-1-source
40- sourceRevisionDigest: sha256:ab5650b5c0dfbe48558138381e9a3ca6930965548c7bc14a3f5e21e90fa746b1
40+ sourceRevisionDigest: sha256:8a265bac8fe5d0a020e2e098459e0d2336d69f6acb919efab1e20e2b0ba4dc79
4141 sourceBlobDigest: sha256:e1fb1fe0af40cf137b8b320fd75e913c83e54e0a2bb2e80a5af69e0bce409e71
4242 tags:
4343 - latest
@@ -71,7 +71,7 @@ targets:
7171 sync-for-payables-version-1-library:
7272 source: sync-for-payables-version-1-source
7373 sourceNamespace: sync-for-payables-version-1-source
74- sourceRevisionDigest: sha256:ab5650b5c0dfbe48558138381e9a3ca6930965548c7bc14a3f5e21e90fa746b1
74+ sourceRevisionDigest: sha256:8a265bac8fe5d0a020e2e098459e0d2336d69f6acb919efab1e20e2b0ba4dc79
7575 sourceBlobDigest: sha256:e1fb1fe0af40cf137b8b320fd75e913c83e54e0a2bb2e80a5af69e0bce409e71
7676workflow:
7777 workflowVersion: 1.0.0
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ management:
55 docVersion: 3.0.0
66 speakeasyVersion: 1.396.6
77 generationVersion: 2.415.6
8- releaseVersion: 4.0.0
9- configChecksum: ec8afcb2dfe21e13448ae785a37b82a0
8+ releaseVersion: 4.0.1
9+ configChecksum: ba25ff102e2b47813a891a92ba4334a5
1010 repoURL: https://github.com/codatio/client-sdk-csharp.git
1111 repoSubDirectory: previous-versions/sync-for-payables-version-1
1212 published: true
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ generation:
1212 auth :
1313 oAuth2ClientCredentialsEnabled : false
1414csharp :
15- version : 4.0.0
15+ version : 4.0.1
1616 additionalDependencies : []
1717 author : Codat
1818 clientServerStatusCodesAsErrors : true
Original file line number Diff line number Diff line change @@ -101,10 +101,10 @@ public class Accounts: IAccounts
101101 {
102102 public SDKConfig SDKConfiguration { get ; private set ; }
103103 private const string _language = "csharp" ;
104- private const string _sdkVersion = "4.0.0 " ;
104+ private const string _sdkVersion = "4.0.1 " ;
105105 private const string _sdkGenVersion = "2.415.6" ;
106106 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" ;
108108 private string _serverUrl = "" ;
109109 private ISpeakeasyHttpClient _client ;
110110 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
7171 {
7272 public SDKConfig SDKConfiguration { get ; private set ; }
7373 private const string _language = "csharp" ;
74- private const string _sdkVersion = "4.0.0 " ;
74+ private const string _sdkVersion = "4.0.1 " ;
7575 private const string _sdkGenVersion = "2.415.6" ;
7676 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" ;
7878 private string _serverUrl = "" ;
7979 private ISpeakeasyHttpClient _client ;
8080 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
120120 {
121121 public SDKConfig SDKConfiguration { get ; private set ; }
122122 private const string _language = "csharp" ;
123- private const string _sdkVersion = "4.0.0 " ;
123+ private const string _sdkVersion = "4.0.1 " ;
124124 private const string _sdkGenVersion = "2.415.6" ;
125125 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" ;
127127 private string _serverUrl = "" ;
128128 private ISpeakeasyHttpClient _client ;
129129 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
140140 {
141141 public SDKConfig SDKConfiguration { get ; private set ; }
142142 private const string _language = "csharp" ;
143- private const string _sdkVersion = "4.0.0 " ;
143+ private const string _sdkVersion = "4.0.1 " ;
144144 private const string _sdkGenVersion = "2.415.6" ;
145145 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" ;
147147 private string _serverUrl = "" ;
148148 private ISpeakeasyHttpClient _client ;
149149 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
242242 {
243243 public SDKConfig SDKConfiguration { get ; private set ; }
244244 private const string _language = "csharp" ;
245- private const string _sdkVersion = "4.0.0 " ;
245+ private const string _sdkVersion = "4.0.1 " ;
246246 private const string _sdkGenVersion = "2.415.6" ;
247247 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" ;
249249 private string _serverUrl = "" ;
250250 private ISpeakeasyHttpClient _client ;
251251 private Func < Codat . Sync . Payables . V1 . Models . Components . Security > ? _securitySource ;
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <IsPackable >true</IsPackable >
55 <PackageId >Codat.Sync.Payables.V1</PackageId >
6- <Version >4.0.0 </Version >
6+ <Version >4.0.1 </Version >
77 <TargetFramework >net8.0</TargetFramework >
88 <Authors >Codat</Authors >
99 <Copyright >Copyright (c) Codat 2024</Copyright >
Original file line number Diff line number Diff line change @@ -212,10 +212,10 @@ public class CodatSyncPayables: ICodatSyncPayables
212212 public SDKConfig SDKConfiguration { get ; private set ; }
213213
214214 private const string _language = "csharp" ;
215- private const string _sdkVersion = "4.0.0 " ;
215+ private const string _sdkVersion = "4.0.1 " ;
216216 private const string _sdkGenVersion = "2.415.6" ;
217217 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" ;
219219 private string _serverUrl = "" ;
220220 private int _serverIndex = 0 ;
221221 private ISpeakeasyHttpClient _client ;
You can’t perform that action at this time.
0 commit comments