Skip to content

Commit 6f8212e

Browse files
github-actions[bot]speakeasybotspeakeasy-github[bot]
authored
chore: 🐝 Update SDK - Generate 0.19.9 (#70)
* ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.658.2 * 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 afd9a45 commit 6f8212e

File tree

104 files changed

+222
-212
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

+222
-212
lines changed

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

Lines changed: 5 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: b766d9ca887b04899e77f724c613fe8d
4+
docChecksum: 4d3762f1431f5a9416d23130ae5bddef
55
docVersion: 10.21.15
6-
speakeasyVersion: 1.658.1
7-
generationVersion: 2.755.6
8-
releaseVersion: 0.19.8
9-
configChecksum: 48b9c066a117f97d12dab96a269ee8a1
6+
speakeasyVersion: 1.658.2
7+
generationVersion: 2.755.9
8+
releaseVersion: 0.19.9
9+
configChecksum: 0bdf5bc3f1fd1c27c6864e35443bde5f
1010
repoURL: https://github.com/apideck-libraries/sdk-csharp.git
1111
published: true
1212
features:

β€Ž.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.8
28+
version: 0.19.9
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
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.658.1
1+
speakeasyVersion: 1.658.2
22
sources:
33
Apideck:
44
sourceNamespace: apideck
5-
sourceRevisionDigest: sha256:ea33a5975ac415119a059eb1c86f571292d3dd53eee6213bbf27f3e85234989c
6-
sourceBlobDigest: sha256:14c3157b0705627bfb0aa18ab750465a5c2f843cb53a47ecef4c0e1d791f2806
5+
sourceRevisionDigest: sha256:38731f59ebe557d903d2922559804cbd1fc1708d59db53f824e018b9fdf9975b
6+
sourceBlobDigest: sha256:cd8d4014fea095312cdfd23c454c99a2db4465ddcfcb7123b65095b6da53d2d9
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1763370092
9+
- speakeasy-sdk-regen-1763537225
1010
- 10.21.15
1111
targets:
1212
apideck:
1313
source: Apideck
1414
sourceNamespace: apideck
15-
sourceRevisionDigest: sha256:ea33a5975ac415119a059eb1c86f571292d3dd53eee6213bbf27f3e85234989c
16-
sourceBlobDigest: sha256:14c3157b0705627bfb0aa18ab750465a5c2f843cb53a47ecef4c0e1d791f2806
15+
sourceRevisionDigest: sha256:38731f59ebe557d903d2922559804cbd1fc1708d59db53f824e018b9fdf9975b
16+
sourceBlobDigest: sha256:cd8d4014fea095312cdfd23c454c99a2db4465ddcfcb7123b65095b6da53d2d9
1717
codeSamplesNamespace: apideck-csharp-code-samples
18-
codeSamplesRevisionDigest: sha256:5b1864092ac4f06befbe215664262c29f62c3584f9c3c880d15e36652df2214b
18+
codeSamplesRevisionDigest: sha256:77ad5c8b9e5a28672ba69f8c8452578a4cef34b52a1b069fb790c8b7402b384a
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
@@ -558,4 +558,14 @@ Based on:
558558
### Generated
559559
- [csharp v0.19.8] .
560560
### Releases
561-
- [NuGet v0.19.8] https://www.nuget.org/packages/ApideckUnifySdk/0.19.8 - .
561+
- [NuGet v0.19.8] https://www.nuget.org/packages/ApideckUnifySdk/0.19.8 - .
562+
563+
## 2025-11-19 07:26:45
564+
### Changes
565+
Based on:
566+
- OpenAPI Doc
567+
- Speakeasy CLI 1.658.2 (2.755.9) https://github.com/speakeasy-api/speakeasy
568+
### Generated
569+
- [csharp v0.19.9] .
570+
### Releases
571+
- [NuGet v0.19.9] https://www.nuget.org/packages/ApideckUnifySdk/0.19.9 - .

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,13 @@ VaultConnectionSettingsUpdateRequest req = new VaultConnectionSettingsUpdateRequ
8585
Connection = new ConnectionInput() {
8686
Enabled = true,
8787
Settings = new Dictionary<string, object>() {
88-
{ "instance_url", "https://eu28.salesforce.com" },
8988
{ "api_key", "12345xxxxxx" },
89+
{ "instance_url", "https://eu28.salesforce.com" },
9090
},
9191
Metadata = new Dictionary<string, object>() {
9292
{ "account", new Dictionary<string, object>() {
93-
{ "id", "c01458a5-7276-41ce-bc19-639906b0450a" },
9493
{ "name", "My Company" },
94+
{ "id", "c01458a5-7276-41ce-bc19-639906b0450a" },
9595
} },
9696
{ "plan", "enterprise" },
9797
},

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ 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.8";
55-
private const string _sdkGenVersion = "2.755.6";
54+
private const string _sdkVersion = "0.19.9";
55+
private const string _sdkGenVersion = "2.755.9";
5656
private const string _openapiDocVersion = "10.21.15";
5757
public ITaxRates TaxRates { get; private set; }
5858
public IBills Bills { get; private set; }

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ 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.8";
81-
private const string _sdkGenVersion = "2.755.6";
80+
private const string _sdkVersion = "0.19.9";
81+
private const string _sdkGenVersion = "2.755.9";
8282
private const string _openapiDocVersion = "10.21.15";
8383

8484
public Activities(SDKConfig config)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ 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.8";
43-
private const string _sdkGenVersion = "2.755.6";
42+
private const string _sdkVersion = "0.19.9";
43+
private const string _sdkGenVersion = "2.755.9";
4444
private const string _openapiDocVersion = "10.21.15";
4545

4646
public AgedCreditors(SDKConfig config)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ 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.8";
43-
private const string _sdkGenVersion = "2.755.6";
42+
private const string _sdkVersion = "0.19.9";
43+
private const string _sdkGenVersion = "2.755.9";
4444
private const string _openapiDocVersion = "10.21.15";
4545

4646
public AgedDebtors(SDKConfig config)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ 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.8";
43-
private const string _sdkGenVersion = "2.755.6";
42+
private const string _sdkVersion = "0.19.9";
43+
private const string _sdkGenVersion = "2.755.9";
4444
private const string _openapiDocVersion = "10.21.15";
4545

4646
public ApiResourceCoverage(SDKConfig config)

0 commit comments

Comments
Β (0)