Skip to content

Commit 24ab967

Browse files
ci: regenerated with OpenAPI Doc 3.0.0, Speakeasy CLI 1.393.0 (#288)
Co-authored-by: speakeasybot <bot@speakeasyapi.dev>
1 parent 0088670 commit 24ab967

21 files changed

+50
-40
lines changed

previous-versions/sync-for-payables-version-1/.speakeasy/gen.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ management:
55
docVersion: 3.0.0
66
speakeasyVersion: 1.393.0
77
generationVersion: 2.413.0
8-
releaseVersion: 3.3.0
9-
configChecksum: eda149eafdea9d4044bcc21ce5b41413
8+
releaseVersion: 3.3.1
9+
configChecksum: 9b81e06b057a51fac99395d2acd11d8b
1010
repoURL: https://github.com/codatio/client-sdk-csharp.git
1111
repoSubDirectory: previous-versions/sync-for-payables-version-1
1212
published: true
@@ -963,7 +963,7 @@ examples:
963963
connectionId: "2e9d2c44-f675-40ba-8049-353bfcb5e171"
964964
query: {}
965965
requestBody:
966-
application/json: {"amountDue": 0, "currency": "GBP", "currencyRate": 1, "dueDate": "2023-05-05T10:44:56.884Z", "issueDate": "2023-03-14T10:44:56.884Z", "lineItems": [{"accountRef": {"id": "7401", "name": "string"}, "description": "SWRAILWAYSELFSERVE; 17068; General ; V. Shone; Transport fo", "discountAmount": 0, "discountPercentage": 0, "isDirectCost": true, "itemRef": {"id": "string", "name": "string"}, "quantity": 2, "subTotal": 30, "taxAmount": 6, "taxRateRef": {"effectiveTaxRate": 0, "id": "1", "name": "string"}, "totalAmount": 36, "tracking": {"categoryRefs": [{"id": "string", "name": "string"}], "customerRef": {"companyName": "string", "id": "string"}, "isBilledTo": "Unknown", "isRebilledTo": "Unknown", "projectRef": {"id": "string", "name": "string"}}, "trackingCategoryRefs": [{"id": "department_1", "name": "string"}], "unitAmount": 15}], "modifiedDate": "2022-10-23T00:00:00Z", "note": "SWRAILWAYSELFSERVE; 17068; General ; V. Shone; Transport fo", "paymentAllocations": [{"allocation": {"allocatedOnDate": "2023-01-05T10:44:56.884Z", "currency": "EUR", "totalAmount": 0}, "payment": {"accountRef": {"id": "A545"}, "currency": "USD", "id": "12", "paidOnDate": "2023-01-05T10:44:56.884Z", "totalAmount": 0}}], "purchaseOrderRefs": [{"id": "string", "purchaseOrderNumber": "string"}], "reference": "20230314 11.38", "sourceModifiedDate": "2022-10-23T00:00:00Z", "status": "Open", "subTotal": 0, "supplierRef": {"id": "SUPP1", "supplierName": "string"}, "taxAmount": 0, "totalAmount": 0, "withholdingTax": [{"amount": 0, "name": "string"}]}
966+
application/json: {"amountDue": 0, "currency": "GBP", "currencyRate": 1, "dueDate": "2023-05-05T10:44:56.884Z", "issueDate": "2023-03-14T10:44:56.884Z", "lineItems": [{"accountRef": {"id": "7401", "name": "string"}, "description": "SWRAILWAYSELFSERVE; 17068; General ; V. Shone; Transport fo", "discountAmount": 0, "discountPercentage": 0, "isDirectCost": true, "itemRef": {"id": "string", "name": "string"}, "quantity": 2, "subTotal": 30, "taxAmount": 6, "taxRateRef": {"effectiveTaxRate": 0, "id": "1", "name": "string"}, "totalAmount": 36, "tracking": {"categoryRefs": [{"id": "string", "name": "string"}], "customerRef": {"companyName": "string", "id": "string"}, "isBilledTo": "Unknown", "isRebilledTo": "Unknown", "projectRef": {"id": "string", "name": "string"}}, "trackingCategoryRefs": [{"id": "department_1", "name": "string"}], "unitAmount": 15}], "modifiedDate": "2022-10-23T00:00:00Z", "note": "SWRAILWAYSELFSERVE; 17068; General ; V. Shone; Transport fo", "paymentAllocations": [{"allocation": {"allocatedOnDate": "2023-01-05T10:44:56.884Z", "currency": "USD", "totalAmount": 0}, "payment": {"accountRef": {"id": "A545"}, "currency": "USD", "id": "12", "paidOnDate": "2023-01-05T10:44:56.884Z", "totalAmount": 0}}], "purchaseOrderRefs": [{"id": "string", "purchaseOrderNumber": "string"}], "reference": "20230314 11.38", "sourceModifiedDate": "2022-10-23T00:00:00Z", "status": "Open", "subTotal": 0, "supplierRef": {"id": "SUPP1", "supplierName": "string"}, "taxAmount": 0, "totalAmount": 0, "withholdingTax": [{"amount": 0, "name": "string"}]}
967967
responses:
968968
"200":
969969
application/json: {"changes": [], "companyId": "8a210b68-6988-11ed-a1eb-0242ac120002", "completedOnUtc": "2022-10-23T00:00:00Z", "dataConnectionKey": "2e9d2c44-f675-40ba-8049-353bfcb5e171", "dataType": "invoices", "pushOperationKey": "d0d9ea13-20e8-4504-aa8c-e67b7c49cf24", "requestedOnUtc": "2022-10-23T00:00:00Z", "status": "TimedOut", "statusCode": 920994}

previous-versions/sync-for-payables-version-1/Codat/Sync/Payables/V1/Accounts.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 = "3.3.0";
104+
private const string _sdkVersion = "3.3.1";
105105
private const string _sdkGenVersion = "2.413.0";
106106
private const string _openapiDocVersion = "3.0.0";
107-
private const string _userAgent = "speakeasy-sdk/csharp 3.3.0 2.413.0 3.0.0 Codat.Sync.Payables.V1";
107+
private const string _userAgent = "speakeasy-sdk/csharp 3.3.1 2.413.0 3.0.0 Codat.Sync.Payables.V1";
108108
private string _serverUrl = "";
109109
private ISpeakeasyHttpClient _client;
110110
private Func<Codat.Sync.Payables.V1.Models.Shared.Security>? _securitySource;

previous-versions/sync-for-payables-version-1/Codat/Sync/Payables/V1/BankAccounts.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 = "3.3.0";
74+
private const string _sdkVersion = "3.3.1";
7575
private const string _sdkGenVersion = "2.413.0";
7676
private const string _openapiDocVersion = "3.0.0";
77-
private const string _userAgent = "speakeasy-sdk/csharp 3.3.0 2.413.0 3.0.0 Codat.Sync.Payables.V1";
77+
private const string _userAgent = "speakeasy-sdk/csharp 3.3.1 2.413.0 3.0.0 Codat.Sync.Payables.V1";
7878
private string _serverUrl = "";
7979
private ISpeakeasyHttpClient _client;
8080
private Func<Codat.Sync.Payables.V1.Models.Shared.Security>? _securitySource;

previous-versions/sync-for-payables-version-1/Codat/Sync/Payables/V1/BillCreditNotes.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 = "3.3.0";
123+
private const string _sdkVersion = "3.3.1";
124124
private const string _sdkGenVersion = "2.413.0";
125125
private const string _openapiDocVersion = "3.0.0";
126-
private const string _userAgent = "speakeasy-sdk/csharp 3.3.0 2.413.0 3.0.0 Codat.Sync.Payables.V1";
126+
private const string _userAgent = "speakeasy-sdk/csharp 3.3.1 2.413.0 3.0.0 Codat.Sync.Payables.V1";
127127
private string _serverUrl = "";
128128
private ISpeakeasyHttpClient _client;
129129
private Func<Codat.Sync.Payables.V1.Models.Shared.Security>? _securitySource;

previous-versions/sync-for-payables-version-1/Codat/Sync/Payables/V1/BillPayments.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 = "3.3.0";
143+
private const string _sdkVersion = "3.3.1";
144144
private const string _sdkGenVersion = "2.413.0";
145145
private const string _openapiDocVersion = "3.0.0";
146-
private const string _userAgent = "speakeasy-sdk/csharp 3.3.0 2.413.0 3.0.0 Codat.Sync.Payables.V1";
146+
private const string _userAgent = "speakeasy-sdk/csharp 3.3.1 2.413.0 3.0.0 Codat.Sync.Payables.V1";
147147
private string _serverUrl = "";
148148
private ISpeakeasyHttpClient _client;
149149
private Func<Codat.Sync.Payables.V1.Models.Shared.Security>? _securitySource;

previous-versions/sync-for-payables-version-1/Codat/Sync/Payables/V1/Bills.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 = "3.3.0";
245+
private const string _sdkVersion = "3.3.1";
246246
private const string _sdkGenVersion = "2.413.0";
247247
private const string _openapiDocVersion = "3.0.0";
248-
private const string _userAgent = "speakeasy-sdk/csharp 3.3.0 2.413.0 3.0.0 Codat.Sync.Payables.V1";
248+
private const string _userAgent = "speakeasy-sdk/csharp 3.3.1 2.413.0 3.0.0 Codat.Sync.Payables.V1";
249249
private string _serverUrl = "";
250250
private ISpeakeasyHttpClient _client;
251251
private Func<Codat.Sync.Payables.V1.Models.Shared.Security>? _securitySource;

previous-versions/sync-for-payables-version-1/Codat/Sync/Payables/V1/Codat.Sync.Payables.V1.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>Codat.Sync.Payables.V1</PackageId>
6-
<Version>3.3.0</Version>
6+
<Version>3.3.1</Version>
77
<TargetFramework>net6.0</TargetFramework>
88
<Authors>Codat</Authors>
99
<Copyright>Copyright (c) Codat 2024</Copyright>

previous-versions/sync-for-payables-version-1/Codat/Sync/Payables/V1/CodatSyncPayables.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 = "3.3.0";
215+
private const string _sdkVersion = "3.3.1";
216216
private const string _sdkGenVersion = "2.413.0";
217217
private const string _openapiDocVersion = "3.0.0";
218-
private const string _userAgent = "speakeasy-sdk/csharp 3.3.0 2.413.0 3.0.0 Codat.Sync.Payables.V1";
218+
private const string _userAgent = "speakeasy-sdk/csharp 3.3.1 2.413.0 3.0.0 Codat.Sync.Payables.V1";
219219
private string _serverUrl = "";
220220
private int _serverIndex = 0;
221221
private ISpeakeasyHttpClient _client;

previous-versions/sync-for-payables-version-1/Codat/Sync/Payables/V1/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 = "3.3.0";
104+
private const string _sdkVersion = "3.3.1";
105105
private const string _sdkGenVersion = "2.413.0";
106106
private const string _openapiDocVersion = "3.0.0";
107-
private const string _userAgent = "speakeasy-sdk/csharp 3.3.0 2.413.0 3.0.0 Codat.Sync.Payables.V1";
107+
private const string _userAgent = "speakeasy-sdk/csharp 3.3.1 2.413.0 3.0.0 Codat.Sync.Payables.V1";
108108
private string _serverUrl = "";
109109
private ISpeakeasyHttpClient _client;
110110
private Func<Codat.Sync.Payables.V1.Models.Shared.Security>? _securitySource;

previous-versions/sync-for-payables-version-1/Codat/Sync/Payables/V1/CompanyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ public class CompanyInfo: ICompanyInfo
4545
{
4646
public SDKConfig SDKConfiguration { get; private set; }
4747
private const string _language = "csharp";
48-
private const string _sdkVersion = "3.3.0";
48+
private const string _sdkVersion = "3.3.1";
4949
private const string _sdkGenVersion = "2.413.0";
5050
private const string _openapiDocVersion = "3.0.0";
51-
private const string _userAgent = "speakeasy-sdk/csharp 3.3.0 2.413.0 3.0.0 Codat.Sync.Payables.V1";
51+
private const string _userAgent = "speakeasy-sdk/csharp 3.3.1 2.413.0 3.0.0 Codat.Sync.Payables.V1";
5252
private string _serverUrl = "";
5353
private ISpeakeasyHttpClient _client;
5454
private Func<Codat.Sync.Payables.V1.Models.Shared.Security>? _securitySource;

0 commit comments

Comments
 (0)