Skip to content

Commit 43a0477

Browse files
github-actions[bot]speakeasybotspeakeasy-github[bot]
authored
chore: 🐝 Update SDK - Generate 0.19.5 (#66)
* ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.653.0 * empty commit to trigger [run-tests] workflow --------- Co-authored-by: speakeasybot <[email protected]> Co-authored-by: speakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
1 parent e4dc720 commit 43a0477

File tree

104 files changed

+220
-211
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+220
-211
lines changed

β€Ž.speakeasy/gen.lockβ€Ž

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: f306da52-7172-441d-9f8c-9d055cef9c2a
33
management:
4-
docChecksum: a127b1f3e4fd52b93118790c2603c291
5-
docVersion: 10.21.14
4+
docChecksum: db29eaf7f3b64d56236d11d01eac1adc
5+
docVersion: 10.21.15
66
speakeasyVersion: 1.653.0
77
generationVersion: 2.748.0
8-
releaseVersion: 0.19.4
9-
configChecksum: d506ced34bb2dd01333fb1f6d3ac182d
8+
releaseVersion: 0.19.5
9+
configChecksum: 7efb18c2cfc6e57c2484bf8a9fb5679b
1010
repoURL: https://github.com/apideck-libraries/sdk-csharp.git
1111
published: true
1212
features:
@@ -18687,4 +18687,3 @@ examples:
1868718687
application/json: {"status_code": 400, "error": "Bad Request", "type_name": "RequestHeadersValidationError", "message": "Invalid Params", "detail": "Missing Header: x-apideck-consumer-id", "ref": "https://developers.apideck.com/errors#unauthorizederror"}
1868818688
examplesVersion: 1.0.2
1868918689
generatedTests: {}
18690-
releaseNotes: "## Csharp SDK Changes Detected:\n* `Apideck.Accounting.Customers.List()`: `response.data.[].Taxable` **Added**\n* `Apideck.Accounting.Customers.Create()`: \n * `request.Customer.Taxable` **Added**\n* `Apideck.Accounting.Customers.Get()`: `response.data.Taxable` **Added**\n* `Apideck.Accounting.Customers.Update()`: \n * `request.Customer.Taxable` **Added**\n* `Apideck.Accounting.Suppliers.List()`: `response.data.[].Taxable` **Added**\n* `Apideck.Accounting.Suppliers.Create()`: \n * `request.Supplier.Taxable` **Added**\n* `Apideck.Accounting.Suppliers.Get()`: `response.data.Taxable` **Added**\n* `Apideck.Accounting.Suppliers.Update()`: \n * `request.Supplier.Taxable` **Added**\n"

β€Ž.speakeasy/gen.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ generation:
2525
generateNewTests: false
2626
skipResponseBodyAssertions: false
2727
csharp:
28-
version: 0.19.4
28+
version: 0.19.5
2929
additionalDependencies: []
3030
author: Speakeasy
3131
baseErrorName: BaseException

β€Ž.speakeasy/workflow.lockβ€Ž

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ speakeasyVersion: 1.653.0
22
sources:
33
Apideck:
44
sourceNamespace: apideck
5-
sourceRevisionDigest: sha256:bc81cbffacf9ce4767ace293cbaef11d3e61151f63396a4deb31a80a29b99bef
6-
sourceBlobDigest: sha256:0f0efb99140225bbbea2efaa2df2e0d6e5929d70b7a67f01099e32e34498e927
5+
sourceRevisionDigest: sha256:79f883de80a35608a5a7c7e807bb074866960e910ba3b2c37a546e84e32bd225
6+
sourceBlobDigest: sha256:2caafd5ec9d50cdf80fadee0bab6eb2122f31dcab9479f87a378fcf4f6131eaf
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1762860472
10-
- 10.21.14
9+
- speakeasy-sdk-regen-1762874477
10+
- 10.21.15
1111
targets:
1212
apideck:
1313
source: Apideck
1414
sourceNamespace: apideck
15-
sourceRevisionDigest: sha256:bc81cbffacf9ce4767ace293cbaef11d3e61151f63396a4deb31a80a29b99bef
16-
sourceBlobDigest: sha256:0f0efb99140225bbbea2efaa2df2e0d6e5929d70b7a67f01099e32e34498e927
15+
sourceRevisionDigest: sha256:79f883de80a35608a5a7c7e807bb074866960e910ba3b2c37a546e84e32bd225
16+
sourceBlobDigest: sha256:2caafd5ec9d50cdf80fadee0bab6eb2122f31dcab9479f87a378fcf4f6131eaf
1717
codeSamplesNamespace: apideck-csharp-code-samples
18-
codeSamplesRevisionDigest: sha256:8dffaaabe53988e57eeb51f8aa86528381dcab03a9c5c43f4577201b2e78270a
18+
codeSamplesRevisionDigest: sha256:88908dbceb3deb1303d78595f6b6af58e815fea80b0f5d1a2c2df1729a25bdc2
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,4 +518,14 @@ Based on:
518518
### Generated
519519
- [csharp v0.19.4] .
520520
### Releases
521-
- [NuGet v0.19.4] https://www.nuget.org/packages/ApideckUnifySdk/0.19.4 - .
521+
- [NuGet v0.19.4] https://www.nuget.org/packages/ApideckUnifySdk/0.19.4 - .
522+
523+
## 2025-11-11 15:20:55
524+
### Changes
525+
Based on:
526+
- OpenAPI Doc
527+
- Speakeasy CLI 1.653.0 (2.748.0) https://github.com/speakeasy-api/speakeasy
528+
### Generated
529+
- [csharp v0.19.5] .
530+
### Releases
531+
- [NuGet v0.19.5] https://www.nuget.org/packages/ApideckUnifySdk/0.19.5 - .

β€Ždocs/sdks/connections/README.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,11 +365,11 @@ VaultConnectionsImportRequest req = new VaultConnectionsImportRequest() {
365365
{ "instance_url", "https://eu28.salesforce.com" },
366366
},
367367
Metadata = new Dictionary<string, object>() {
368+
{ "plan", "enterprise" },
368369
{ "account", new Dictionary<string, object>() {
369370
{ "name", "My Company" },
370371
{ "id", "c01458a5-7276-41ce-bc19-639906b0450a" },
371372
} },
372-
{ "plan", "enterprise" },
373373
},
374374
},
375375
};

β€Žsrc/ApideckUnifySdk/Accounting.csβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ public class Accounting: IAccounting
5151
{
5252
public SDKConfig SDKConfiguration { get; private set; }
5353
private const string _language = "csharp";
54-
private const string _sdkVersion = "0.19.4";
54+
private const string _sdkVersion = "0.19.5";
5555
private const string _sdkGenVersion = "2.748.0";
56-
private const string _openapiDocVersion = "10.21.14";
56+
private const string _openapiDocVersion = "10.21.15";
5757
public ITaxRates TaxRates { get; private set; }
5858
public IBills Bills { get; private set; }
5959
public IInvoices Invoices { get; private set; }

β€Žsrc/ApideckUnifySdk/Activities.csβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ public class Activities: IActivities
7777
{
7878
public SDKConfig SDKConfiguration { get; private set; }
7979
private const string _language = "csharp";
80-
private const string _sdkVersion = "0.19.4";
80+
private const string _sdkVersion = "0.19.5";
8181
private const string _sdkGenVersion = "2.748.0";
82-
private const string _openapiDocVersion = "10.21.14";
82+
private const string _openapiDocVersion = "10.21.15";
8383

8484
public Activities(SDKConfig config)
8585
{

β€Žsrc/ApideckUnifySdk/AgedCreditors.csβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ public class AgedCreditors: IAgedCreditors
3939
{
4040
public SDKConfig SDKConfiguration { get; private set; }
4141
private const string _language = "csharp";
42-
private const string _sdkVersion = "0.19.4";
42+
private const string _sdkVersion = "0.19.5";
4343
private const string _sdkGenVersion = "2.748.0";
44-
private const string _openapiDocVersion = "10.21.14";
44+
private const string _openapiDocVersion = "10.21.15";
4545

4646
public AgedCreditors(SDKConfig config)
4747
{

β€Žsrc/ApideckUnifySdk/AgedDebtors.csβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ public class AgedDebtors: IAgedDebtors
3939
{
4040
public SDKConfig SDKConfiguration { get; private set; }
4141
private const string _language = "csharp";
42-
private const string _sdkVersion = "0.19.4";
42+
private const string _sdkVersion = "0.19.5";
4343
private const string _sdkGenVersion = "2.748.0";
44-
private const string _openapiDocVersion = "10.21.14";
44+
private const string _openapiDocVersion = "10.21.15";
4545

4646
public AgedDebtors(SDKConfig config)
4747
{

β€Žsrc/ApideckUnifySdk/ApiResourceCoverage.csβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ public class ApiResourceCoverage: IApiResourceCoverage
3939
{
4040
public SDKConfig SDKConfiguration { get; private set; }
4141
private const string _language = "csharp";
42-
private const string _sdkVersion = "0.19.4";
42+
private const string _sdkVersion = "0.19.5";
4343
private const string _sdkGenVersion = "2.748.0";
44-
private const string _openapiDocVersion = "10.21.14";
44+
private const string _openapiDocVersion = "10.21.15";
4545

4646
public ApiResourceCoverage(SDKConfig config)
4747
{

0 commit comments

Comments
Β (0)