Skip to content

Commit af1c860

Browse files
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.423.1 (#314)
Co-authored-by: speakeasybot <bot@speakeasyapi.dev>
1 parent 66a7e8d commit af1c860

20 files changed

+168
-44
lines changed

.speakeasy/workflow.lock

Lines changed: 37 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
speakeasyVersion: 1.413.0
1+
speakeasyVersion: 1.423.1
22
sources:
33
bank-feeds-source:
44
sourceNamespace: bank-feeds-source
@@ -37,8 +37,8 @@ sources:
3737
- main
3838
sync-for-payables-source:
3939
sourceNamespace: sync-for-payables-source
40-
sourceRevisionDigest: sha256:9d7f5671b38ac1184a4c6a3923ce4896f56e1c0453b888504fb1215d5b550f99
41-
sourceBlobDigest: sha256:b746372e39c00371a302d5bc53ca0c9d4226673127517fd8c2de01d4d5453ae0
40+
sourceRevisionDigest: sha256:e580893364fcd6556b524253d06d6f2a7ffd0aca5bd603c63d7b5e438fc78976
41+
sourceBlobDigest: sha256:94efa1f6ef672dea2f97465d587d6963b075c521c20321c47fc85ca526693875
4242
tags:
4343
- latest
4444
- main
@@ -85,8 +85,8 @@ targets:
8585
sync-for-payables-library:
8686
source: sync-for-payables-source
8787
sourceNamespace: sync-for-payables-source
88-
sourceRevisionDigest: sha256:9d7f5671b38ac1184a4c6a3923ce4896f56e1c0453b888504fb1215d5b550f99
89-
sourceBlobDigest: sha256:b746372e39c00371a302d5bc53ca0c9d4226673127517fd8c2de01d4d5453ae0
88+
sourceRevisionDigest: sha256:e580893364fcd6556b524253d06d6f2a7ffd0aca5bd603c63d7b5e438fc78976
89+
sourceBlobDigest: sha256:94efa1f6ef672dea2f97465d587d6963b075c521c20321c47fc85ca526693875
9090
sync-for-payables-version-1-library:
9191
source: sync-for-payables-version-1-source
9292
sourceNamespace: sync-for-payables-version-1-source
@@ -149,52 +149,84 @@ workflow:
149149
publish:
150150
nuget:
151151
apiKey: $nuget_api_key
152+
codeSamples:
153+
registry:
154+
location: registry.speakeasyapi.dev/codat/codat/bank-feeds-source-code-samples
155+
blocking: false
152156
lending-library:
153157
target: csharp
154158
source: lending-source
155159
output: lending
156160
publish:
157161
nuget:
158162
apiKey: $nuget_api_key
163+
codeSamples:
164+
registry:
165+
location: registry.speakeasyapi.dev/codat/codat/lending-source-code-samples
166+
blocking: false
159167
platform-library:
160168
target: csharp
161169
source: platform-source
162170
output: platform
163171
publish:
164172
nuget:
165173
apiKey: $nuget_api_key
174+
codeSamples:
175+
registry:
176+
location: registry.speakeasyapi.dev/codat/codat/platform-source-code-samples
177+
blocking: false
166178
sync-for-commerce-library:
167179
target: csharp
168180
source: sync-for-commerce-source
169181
output: sync-for-commerce
170182
publish:
171183
nuget:
172184
apiKey: $nuget_api_key
185+
codeSamples:
186+
registry:
187+
location: registry.speakeasyapi.dev/codat/codat/sync-for-commerce-source-code-samples
188+
blocking: false
173189
sync-for-expenses-library:
174190
target: csharp
175191
source: sync-for-expenses-source
176192
output: sync-for-expenses
177193
publish:
178194
nuget:
179195
apiKey: $nuget_api_key
196+
codeSamples:
197+
registry:
198+
location: registry.speakeasyapi.dev/codat/codat/sync-for-expenses-source-code-samples
199+
blocking: false
180200
sync-for-payables-library:
181201
target: csharp
182202
source: sync-for-payables-source
183203
output: sync-for-payables
184204
publish:
185205
nuget:
186206
apiKey: $nuget_api_key
207+
codeSamples:
208+
registry:
209+
location: registry.speakeasyapi.dev/codat/codat/sync-for-payables-source-code-samples
210+
blocking: false
187211
sync-for-payables-version-1-library:
188212
target: csharp
189213
source: sync-for-payables-version-1-source
190214
output: previous-versions/sync-for-payables-version-1
191215
publish:
192216
nuget:
193217
apiKey: $nuget_api_key
218+
codeSamples:
219+
registry:
220+
location: registry.speakeasyapi.dev/codat/codat/sync-for-payables-version-1-source-code-samples
221+
blocking: false
194222
sync-for-payroll-library:
195223
target: csharp
196224
source: sync-for-payroll-source
197225
output: sync-for-payroll
198226
publish:
199227
nuget:
200228
apiKey: $nuget_api_key
229+
codeSamples:
230+
registry:
231+
location: registry.speakeasyapi.dev/codat/codat/sync-for-payroll-source-code-samples
232+
blocking: false

.speakeasy/workflow.yaml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,52 +49,84 @@ targets:
4949
publish:
5050
nuget:
5151
apiKey: $nuget_api_key
52+
codeSamples:
53+
registry:
54+
location: registry.speakeasyapi.dev/codat/codat/bank-feeds-source-code-samples
55+
blocking: false
5256
lending-library:
5357
target: csharp
5458
source: lending-source
5559
output: lending
5660
publish:
5761
nuget:
5862
apiKey: $nuget_api_key
63+
codeSamples:
64+
registry:
65+
location: registry.speakeasyapi.dev/codat/codat/lending-source-code-samples
66+
blocking: false
5967
platform-library:
6068
target: csharp
6169
source: platform-source
6270
output: platform
6371
publish:
6472
nuget:
6573
apiKey: $nuget_api_key
74+
codeSamples:
75+
registry:
76+
location: registry.speakeasyapi.dev/codat/codat/platform-source-code-samples
77+
blocking: false
6678
sync-for-commerce-library:
6779
target: csharp
6880
source: sync-for-commerce-source
6981
output: sync-for-commerce
7082
publish:
7183
nuget:
7284
apiKey: $nuget_api_key
85+
codeSamples:
86+
registry:
87+
location: registry.speakeasyapi.dev/codat/codat/sync-for-commerce-source-code-samples
88+
blocking: false
7389
sync-for-expenses-library:
7490
target: csharp
7591
source: sync-for-expenses-source
7692
output: sync-for-expenses
7793
publish:
7894
nuget:
7995
apiKey: $nuget_api_key
96+
codeSamples:
97+
registry:
98+
location: registry.speakeasyapi.dev/codat/codat/sync-for-expenses-source-code-samples
99+
blocking: false
80100
sync-for-payables-library:
81101
target: csharp
82102
source: sync-for-payables-source
83103
output: sync-for-payables
84104
publish:
85105
nuget:
86106
apiKey: $nuget_api_key
107+
codeSamples:
108+
registry:
109+
location: registry.speakeasyapi.dev/codat/codat/sync-for-payables-source-code-samples
110+
blocking: false
87111
sync-for-payables-version-1-library:
88112
target: csharp
89113
source: sync-for-payables-version-1-source
90114
output: previous-versions/sync-for-payables-version-1
91115
publish:
92116
nuget:
93117
apiKey: $nuget_api_key
118+
codeSamples:
119+
registry:
120+
location: registry.speakeasyapi.dev/codat/codat/sync-for-payables-version-1-source-code-samples
121+
blocking: false
94122
sync-for-payroll-library:
95123
target: csharp
96124
source: sync-for-payroll-source
97125
output: sync-for-payroll
98126
publish:
99127
nuget:
100128
apiKey: $nuget_api_key
129+
codeSamples:
130+
registry:
131+
location: registry.speakeasyapi.dev/codat/codat/sync-for-payroll-source-code-samples
132+
blocking: false

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 00cbdd6c-b863-4d25-8a48-4bec7ae20fc1
33
management:
4-
docChecksum: b80d4e792275af82c14cca5a1b800293
4+
docChecksum: d5efcee6ccc0c2f3ed0b42bab1291f7f
55
docVersion: 3.0.0
6-
speakeasyVersion: 1.413.0
7-
generationVersion: 2.436.3
8-
releaseVersion: 5.0.1
9-
configChecksum: 7bfce4e1b665adadb33800009a0d9ca0
6+
speakeasyVersion: 1.423.1
7+
generationVersion: 2.442.11
8+
releaseVersion: 6.0.0
9+
configChecksum: fcf64ecfa034815f271be53eeae7c060
1010
repoURL: https://github.com/codatio/client-sdk-csharp.git
1111
repoSubDirectory: sync-for-payables
1212
published: true
@@ -604,7 +604,7 @@ examples:
604604
statusQuery: "status=Archived"
605605
responses:
606606
"200":
607-
application/json: {"accounts": [], "taxRate": []}
607+
application/json: {"accounts": [], "taxRates": []}
608608
"400": {}
609609
Mapping options:
610610
parameters:
@@ -616,7 +616,7 @@ examples:
616616
statusQuery: "status=Archived"
617617
responses:
618618
"200":
619-
application/json: {"accounts": [{"id": "1b6266d1-1e44-46c5-8eb5-a8f98e03124e", "nominalCode": "879-i", "name": "Accounts payable", "type": "Liability", "currency": "GBP", "status": "Active", "sourceModifiedDate": "2022-10-23T00:00:00Z"}], "taxRate": [], "pagination": {"continuationToken": "eyJwYWdlIjoyLCJwYWdlU2l6ZSI6MTAwLCJwYWdlQ291bnQiOjExfQ=="}}
619+
application/json: {"accounts": [{"id": "1b6266d1-1e44-46c5-8eb5-a8f98e03124e", "nominalCode": "879-i", "name": "Accounts payable", "type": "Liability", "currency": "GBP", "status": "Active", "sourceModifiedDate": "2022-10-23T00:00:00Z"}], "taxRates": [{"id": "d2939064-dd3a-4c0f-9865-a238c2193515", "name": "VAT @ 20%", "code": "VAT20", "effectiveTaxRate": 20, "totalTaxRate": 20, "status": "Active"}], "pagination": {"continuationToken": "eyJwYWdlIjoyLCJwYWdlU2l6ZSI6MTAwLCJwYWdlQ291bnQiOjExfQ=="}}
620620
"400": {}
621621
Malformed query:
622622
parameters:

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: false
1414
csharp:
15-
version: 5.0.1
15+
version: 6.0.0
1616
additionalDependencies: []
1717
author: Codat
1818
clientServerStatusCodesAsErrors: true

sync-for-payables/Codat/Sync/Payables/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 = "5.0.1";
51-
private const string _sdkGenVersion = "2.436.3";
50+
private const string _sdkVersion = "6.0.0";
51+
private const string _sdkGenVersion = "2.442.11";
5252
private const string _openapiDocVersion = "3.0.0";
53-
private const string _userAgent = "speakeasy-sdk/csharp 5.0.1 2.436.3 3.0.0 Codat.Sync.Payables";
53+
private const string _userAgent = "speakeasy-sdk/csharp 6.0.0 2.442.11 3.0.0 Codat.Sync.Payables";
5454
private string _serverUrl = "";
5555
private ISpeakeasyHttpClient _client;
5656
private Func<Codat.Sync.Payables.Models.Components.Security>? _securitySource;

sync-for-payables/Codat/Sync/Payables/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 = "5.0.1";
64-
private const string _sdkGenVersion = "2.436.3";
63+
private const string _sdkVersion = "6.0.0";
64+
private const string _sdkGenVersion = "2.442.11";
6565
private const string _openapiDocVersion = "3.0.0";
66-
private const string _userAgent = "speakeasy-sdk/csharp 5.0.1 2.436.3 3.0.0 Codat.Sync.Payables";
66+
private const string _userAgent = "speakeasy-sdk/csharp 6.0.0 2.442.11 3.0.0 Codat.Sync.Payables";
6767
private string _serverUrl = "";
6868
private ISpeakeasyHttpClient _client;
6969
private Func<Codat.Sync.Payables.Models.Components.Security>? _securitySource;

sync-for-payables/Codat/Sync/Payables/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 = "5.0.1";
113-
private const string _sdkGenVersion = "2.436.3";
112+
private const string _sdkVersion = "6.0.0";
113+
private const string _sdkGenVersion = "2.442.11";
114114
private const string _openapiDocVersion = "3.0.0";
115-
private const string _userAgent = "speakeasy-sdk/csharp 5.0.1 2.436.3 3.0.0 Codat.Sync.Payables";
115+
private const string _userAgent = "speakeasy-sdk/csharp 6.0.0 2.442.11 3.0.0 Codat.Sync.Payables";
116116
private string _serverUrl = "";
117117
private ISpeakeasyHttpClient _client;
118118
private Func<Codat.Sync.Payables.Models.Components.Security>? _securitySource;

sync-for-payables/Codat/Sync/Payables/Codat.Sync.Payables.csproj

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<IsPackable>true</IsPackable>
55
<PackageId>Codat.Sync.Payables</PackageId>
6-
<Version>5.0.1</Version>
6+
<Version>6.0.0</Version>
77
<TargetFramework>net8.0</TargetFramework>
88
<Authors>Codat</Authors>
99
<Copyright>Copyright (c) Codat 2024</Copyright>
@@ -15,6 +15,16 @@ The bill pay kit is an API and a set of supporting tools designed to integrate a
1515

1616
[Explore product](https://docs.codat.io/payables/bill-pay-kit) | [See OpenAPI spec](https://github.com/codatio/oas)
1717

18+
---
19+
## Supported Integrations
20+
21+
| Integration | Supported |
22+
|-------------------------------|-----------|
23+
| FreeAgent | Yes |
24+
| QuickBooks Online | Yes |
25+
| Oracle NetSuite | Yes |
26+
| Xero | Yes |
27+
1828
---
1929
<!-- Start Codat Tags Table -->
2030
## Endpoints

sync-for-payables/Codat/Sync/Payables/CodatSyncPayables.cs

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,16 @@ namespace Codat.Sync.Payables
3030
/// <a href="https://docs.codat.io/payables/bill-pay-kit">Explore product</a> | <a href="https://github.com/codatio/oas">See OpenAPI spec</a><br/>
3131
/// <br/>
3232
/// ---<br/>
33+
/// ## Supported Integrations<br/>
34+
/// <br/>
35+
/// | Integration | Supported |<br/>
36+
/// |-------------------------------|-----------|<br/>
37+
/// | FreeAgent | Yes |<br/>
38+
/// | QuickBooks Online | Yes |<br/>
39+
/// | Oracle NetSuite | Yes |<br/>
40+
/// | Xero | Yes |<br/>
41+
/// <br/>
42+
/// ---<br/>
3343
/// &lt;!-- Start Codat Tags Table --&gt;<br/>
3444
/// ## Endpoints<br/>
3545
/// <br/>
@@ -129,6 +139,16 @@ public ISpeakeasyHttpClient InitHooks(ISpeakeasyHttpClient client)
129139
/// <a href="https://docs.codat.io/payables/bill-pay-kit">Explore product</a> | <a href="https://github.com/codatio/oas">See OpenAPI spec</a><br/>
130140
/// <br/>
131141
/// ---<br/>
142+
/// ## Supported Integrations<br/>
143+
/// <br/>
144+
/// | Integration | Supported |<br/>
145+
/// |-------------------------------|-----------|<br/>
146+
/// | FreeAgent | Yes |<br/>
147+
/// | QuickBooks Online | Yes |<br/>
148+
/// | Oracle NetSuite | Yes |<br/>
149+
/// | Xero | Yes |<br/>
150+
/// <br/>
151+
/// ---<br/>
132152
/// &lt;!-- Start Codat Tags Table --&gt;<br/>
133153
/// ## Endpoints<br/>
134154
/// <br/>
@@ -149,10 +169,10 @@ public class CodatSyncPayables: ICodatSyncPayables
149169
public SDKConfig SDKConfiguration { get; private set; }
150170

151171
private const string _language = "csharp";
152-
private const string _sdkVersion = "5.0.1";
153-
private const string _sdkGenVersion = "2.436.3";
172+
private const string _sdkVersion = "6.0.0";
173+
private const string _sdkGenVersion = "2.442.11";
154174
private const string _openapiDocVersion = "3.0.0";
155-
private const string _userAgent = "speakeasy-sdk/csharp 5.0.1 2.436.3 3.0.0 Codat.Sync.Payables";
175+
private const string _userAgent = "speakeasy-sdk/csharp 6.0.0 2.442.11 3.0.0 Codat.Sync.Payables";
156176
private string _serverUrl = "";
157177
private int _serverIndex = 0;
158178
private ISpeakeasyHttpClient _client;

sync-for-payables/Codat/Sync/Payables/Companies.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,10 @@ public class Companies: ICompanies
100100
{
101101
public SDKConfig SDKConfiguration { get; private set; }
102102
private const string _language = "csharp";
103-
private const string _sdkVersion = "5.0.1";
104-
private const string _sdkGenVersion = "2.436.3";
103+
private const string _sdkVersion = "6.0.0";
104+
private const string _sdkGenVersion = "2.442.11";
105105
private const string _openapiDocVersion = "3.0.0";
106-
private const string _userAgent = "speakeasy-sdk/csharp 5.0.1 2.436.3 3.0.0 Codat.Sync.Payables";
106+
private const string _userAgent = "speakeasy-sdk/csharp 6.0.0 2.442.11 3.0.0 Codat.Sync.Payables";
107107
private string _serverUrl = "";
108108
private ISpeakeasyHttpClient _client;
109109
private Func<Codat.Sync.Payables.Models.Components.Security>? _securitySource;

sync-for-payables/Codat/Sync/Payables/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 = "5.0.1";
51-
private const string _sdkGenVersion = "2.436.3";
50+
private const string _sdkVersion = "6.0.0";
51+
private const string _sdkGenVersion = "2.442.11";
5252
private const string _openapiDocVersion = "3.0.0";
53-
private const string _userAgent = "speakeasy-sdk/csharp 5.0.1 2.436.3 3.0.0 Codat.Sync.Payables";
53+
private const string _userAgent = "speakeasy-sdk/csharp 6.0.0 2.442.11 3.0.0 Codat.Sync.Payables";
5454
private string _serverUrl = "";
5555
private ISpeakeasyHttpClient _client;
5656
private Func<Codat.Sync.Payables.Models.Components.Security>? _securitySource;

0 commit comments

Comments
 (0)