Skip to content

Commit 10bb28c

Browse files
authored
Merge pull request #1 from apideck-libraries/speakeasy-sdk-regen-1733449302
chore: 🐝 Update SDK - Generate 0.0.4
2 parents 5461c2d + e1d3a57 commit 10bb28c

File tree

189 files changed

+779
-683
lines changed

Some content is hidden

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

189 files changed

+779
-683
lines changed

.speakeasy/gen.lock

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
lockVersion: 2.0.0
22
id: f306da52-7172-441d-9f8c-9d055cef9c2a
33
management:
4-
docChecksum: 29e131cc34f149097161628c2a21c36d
5-
docVersion: 10.8.2
6-
speakeasyVersion: 1.451.7
7-
generationVersion: 2.471.2
8-
releaseVersion: 0.0.3
9-
configChecksum: d5c0a76805dfdeab7b49a89ebbca7ac1
4+
docChecksum: 5a3c61710af05ae5c21380b118217322
5+
docVersion: 10.8.3
6+
speakeasyVersion: 1.453.0
7+
generationVersion: 2.472.1
8+
releaseVersion: 0.0.4
9+
configChecksum: 5c149b42e06bb5d4c015e0665194c224
10+
repoURL: https://github.com/apideck-libraries/sdk-csharp.git
1011
published: true
1112
features:
1213
csharp:
@@ -530,6 +531,7 @@ generatedFiles:
530531
- docs/Models/Components/LeavingReason.md
531532
- docs/Models/Components/LedgerAccount.md
532533
- docs/Models/Components/LedgerAccountInput.md
534+
- docs/Models/Components/LedgerAccountSubsidiaries.md
533535
- docs/Models/Components/LedgerAccountType.md
534536
- docs/Models/Components/LedgerAccountsFilter.md
535537
- docs/Models/Components/LedgerAccountsSort.md
@@ -686,6 +688,7 @@ generatedFiles:
686688
- docs/Models/Components/TrackingCategory.md
687689
- docs/Models/Components/TrackingCategoryInput.md
688690
- docs/Models/Components/TrackingCategoryStatus.md
691+
- docs/Models/Components/TrackingCategorySubsidiaries.md
689692
- docs/Models/Components/TrackingItem.md
690693
- docs/Models/Components/Type.md
691694
- docs/Models/Components/UnexpectedErrorResponse.md
@@ -1936,6 +1939,7 @@ generatedFiles:
19361939
- src/ApideckUnifySdk/Models/Components/LeavingReason.cs
19371940
- src/ApideckUnifySdk/Models/Components/LedgerAccount.cs
19381941
- src/ApideckUnifySdk/Models/Components/LedgerAccountInput.cs
1942+
- src/ApideckUnifySdk/Models/Components/LedgerAccountSubsidiaries.cs
19391943
- src/ApideckUnifySdk/Models/Components/LedgerAccountType.cs
19401944
- src/ApideckUnifySdk/Models/Components/LedgerAccountsFilter.cs
19411945
- src/ApideckUnifySdk/Models/Components/LedgerAccountsSort.cs
@@ -2092,6 +2096,7 @@ generatedFiles:
20922096
- src/ApideckUnifySdk/Models/Components/TrackingCategory.cs
20932097
- src/ApideckUnifySdk/Models/Components/TrackingCategoryInput.cs
20942098
- src/ApideckUnifySdk/Models/Components/TrackingCategoryStatus.cs
2099+
- src/ApideckUnifySdk/Models/Components/TrackingCategorySubsidiaries.cs
20952100
- src/ApideckUnifySdk/Models/Components/TrackingItem.cs
20962101
- src/ApideckUnifySdk/Models/Components/Type.cs
20972102
- src/ApideckUnifySdk/Models/Components/UnexpectedErrorResponse.cs
@@ -9071,7 +9076,7 @@ examples:
90719076
"422":
90729077
application/json: {"status_code": 422, "error": "Unprocessable Entity", "type_name": "InvalidStateError", "message": "Invalid State", "detail": "Unprocessable request, please verify your request headers and body.", "ref": "https://developers.apideck.com/errors#invalidstateerror"}
90739078
default:
9074-
application/json: {"status_code": 400, "error": "Bad Request", "type_name": "RequestHeadersValidationError", "message": "Invalid Params", "detail": {"missing": [{"x-apideck-consumer-id": "required"}]}, "ref": "https://developers.apideck.com/errors#unauthorizederror"}
9079+
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"}
90759080
vault.validateConnectionState:
90769081
"":
90779082
parameters:
@@ -9093,7 +9098,7 @@ examples:
90939098
"404":
90949099
application/json: {"status_code": 404, "error": "Not Found", "type_name": "EntityNotFoundError", "message": "Unknown Widget", "detail": "Could not find widget with id: '123'", "ref": "https://developers.apideck.com/errors#entitynotfounderror"}
90959100
"422":
9096-
application/json: {"status_code": 422, "error": "Unprocessable Entity", "type_name": "InvalidStateError", "message": "Invalid State", "detail": {"error": "Unprocessable", "message": "Unprocessable request, please verify your request headers and body."}, "ref": "https://developers.apideck.com/errors#invalidstateerror"}
9101+
application/json: {"status_code": 422, "error": "Unprocessable Entity", "type_name": "InvalidStateError", "message": "Invalid State", "detail": "Unprocessable request, please verify your request headers and body.", "ref": "https://developers.apideck.com/errors#invalidstateerror"}
90979102
default:
90989103
application/json: {"status_code": 400, "error": "Bad Request", "type_name": "RequestHeadersValidationError", "message": "Invalid Params", "detail": {"missing": [{"x-apideck-consumer-id": "required"}]}, "ref": "https://developers.apideck.com/errors#unauthorizederror"}
90999104
vault.createCallbackState:
@@ -9119,7 +9124,7 @@ examples:
91199124
"404":
91209125
application/json: {"status_code": 404, "error": "Not Found", "type_name": "EntityNotFoundError", "message": "Unknown Widget", "detail": "Could not find widget with id: '123'", "ref": "https://developers.apideck.com/errors#entitynotfounderror"}
91219126
"422":
9122-
application/json: {"status_code": 422, "error": "Unprocessable Entity", "type_name": "InvalidStateError", "message": "Invalid State", "detail": {"error": "Unprocessable", "message": "Unprocessable request, please verify your request headers and body."}, "ref": "https://developers.apideck.com/errors#invalidstateerror"}
9127+
application/json: {"status_code": 422, "error": "Unprocessable Entity", "type_name": "InvalidStateError", "message": "Invalid State", "detail": "Unprocessable request, please verify your request headers and body.", "ref": "https://developers.apideck.com/errors#invalidstateerror"}
91239128
default:
91249129
application/json: {"status_code": 400, "error": "Bad Request", "type_name": "RequestHeadersValidationError", "message": "Invalid Params", "detail": {"missing": [{"x-apideck-consumer-id": "required"}]}, "ref": "https://developers.apideck.com/errors#unauthorizederror"}
91259130
vault.connectionSettingsAll:

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ generation:
1313
oAuth2ClientCredentialsEnabled: true
1414
oAuth2PasswordEnabled: true
1515
csharp:
16-
version: 0.0.3
16+
version: 0.0.4
1717
additionalDependencies: []
1818
author: Speakeasy
1919
clientServerStatusCodesAsErrors: true

.speakeasy/workflow.lock

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
1-
speakeasyVersion: 1.451.7
1+
speakeasyVersion: 1.453.0
22
sources:
33
Apideck:
44
sourceNamespace: apideck
5-
sourceRevisionDigest: sha256:d9bdd0e8c654830bb8d9735718fca79769c0c3b8531eaf167a60763446b0b8bb
6-
sourceBlobDigest: sha256:fddd10690c80869d4e68901544c3e4259054ba9a99e1419a5695ee831fb8e538
5+
sourceRevisionDigest: sha256:98fff43801d871e985b59e68d69bd0fb12e99cd7603e5d01bc3141ca7e4b9351
6+
sourceBlobDigest: sha256:c78223a6f6e3fb5b1d9f0d663d8bd72bf35ecc3ed8435dd81561c45569a9f642
77
tags:
88
- latest
9-
- 10.8.2
9+
- speakeasy-sdk-regen-1733449302
10+
- 10.8.3
1011
targets:
1112
apideck:
1213
source: Apideck
1314
sourceNamespace: apideck
14-
sourceRevisionDigest: sha256:d9bdd0e8c654830bb8d9735718fca79769c0c3b8531eaf167a60763446b0b8bb
15-
sourceBlobDigest: sha256:fddd10690c80869d4e68901544c3e4259054ba9a99e1419a5695ee831fb8e538
15+
sourceRevisionDigest: sha256:98fff43801d871e985b59e68d69bd0fb12e99cd7603e5d01bc3141ca7e4b9351
16+
sourceBlobDigest: sha256:c78223a6f6e3fb5b1d9f0d663d8bd72bf35ecc3ed8435dd81561c45569a9f642
1617
codeSamplesNamespace: apideck-csharp-code-samples
17-
codeSamplesRevisionDigest: sha256:9374fa54422bd8b7eff32e5f38ecec40a17b9ff5d13bd7ed130a5bd584306dac
18+
codeSamplesRevisionDigest: sha256:a31082ae4ad8997d34a865f9df768f5762e4a6d72a7ac33dc22e143f2b0ea7b1
1819
workflow:
1920
workflowVersion: 1.0.0
2021
speakeasyVersion: latest

NUGET.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ using ApideckUnifySdk.Models.Components;
1313
using System.Collections.Generic;
1414

1515
var sdk = new Apideck(
16-
apiKey: "<YOUR_API_KEY_HERE>",
16+
apiKey: "<YOUR_BEARER_TOKEN_HERE>",
1717
consumerId: "test-consumer",
1818
appId: "dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX"
1919
);
@@ -46,9 +46,9 @@ var res = await sdk.Accounting.TaxRates.ListAsync(req);
4646

4747
This SDK supports the following security scheme globally:
4848

49-
| Name | Type | Scheme |
50-
| -------- | ------ | ------- |
51-
| `ApiKey` | apiKey | API key |
49+
| Name | Type | Scheme |
50+
| -------- | ---- | ----------- |
51+
| `ApiKey` | http | HTTP Bearer |
5252

5353
To authenticate with the API the `ApiKey` parameter must be set when initializing the SDK client instance. For example:
5454
```csharp
@@ -58,7 +58,7 @@ using ApideckUnifySdk.Models.Components;
5858
using System.Collections.Generic;
5959

6060
var sdk = new Apideck(
61-
apiKey: "<YOUR_API_KEY_HERE>",
61+
apiKey: "<YOUR_BEARER_TOKEN_HERE>",
6262
consumerId: "test-consumer",
6363
appId: "dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX"
6464
);
@@ -97,7 +97,7 @@ using ApideckUnifySdk.Models.Components;
9797
using System.Collections.Generic;
9898

9999
var sdk = new Apideck(
100-
apiKey: "<YOUR_API_KEY_HERE>",
100+
apiKey: "<YOUR_BEARER_TOKEN_HERE>",
101101
consumerId: "test-consumer",
102102
appId: "dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX"
103103
);
@@ -152,7 +152,7 @@ var sdk = new Apideck(
152152
),
153153
retryConnectionErrors: false
154154
),
155-
apiKey: "<YOUR_API_KEY_HERE>",
155+
apiKey: "<YOUR_BEARER_TOKEN_HERE>",
156156
consumerId: "test-consumer",
157157
appId: "dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX"
158158
);
@@ -213,7 +213,7 @@ using System;
213213
using ApideckUnifySdk.Models.Errors;
214214

215215
var sdk = new Apideck(
216-
apiKey: "<YOUR_API_KEY_HERE>",
216+
apiKey: "<YOUR_BEARER_TOKEN_HERE>",
217217
consumerId: "test-consumer",
218218
appId: "dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX"
219219
);
@@ -289,7 +289,7 @@ using System.Collections.Generic;
289289

290290
var sdk = new Apideck(
291291
serverUrl: "https://unify.apideck.com",
292-
apiKey: "<YOUR_API_KEY_HERE>",
292+
apiKey: "<YOUR_BEARER_TOKEN_HERE>",
293293
consumerId: "test-consumer",
294294
appId: "dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX"
295295
);
@@ -324,7 +324,7 @@ using ApideckUnifySdk.Models.Components;
324324
using System.Collections.Generic;
325325

326326
var sdk = new Apideck(
327-
apiKey: "<YOUR_API_KEY_HERE>",
327+
apiKey: "<YOUR_BEARER_TOKEN_HERE>",
328328
consumerId: "test-consumer",
329329
appId: "dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX"
330330
);

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ using ApideckUnifySdk.Models.Components;
6565
using System.Collections.Generic;
6666

6767
var sdk = new Apideck(
68-
apiKey: "<YOUR_API_KEY_HERE>",
68+
apiKey: "<YOUR_BEARER_TOKEN_HERE>",
6969
consumerId: "test-consumer",
7070
appId: "dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX"
7171
);
@@ -98,9 +98,9 @@ var res = await sdk.Accounting.TaxRates.ListAsync(req);
9898

9999
This SDK supports the following security scheme globally:
100100

101-
| Name | Type | Scheme |
102-
| -------- | ------ | ------- |
103-
| `ApiKey` | apiKey | API key |
101+
| Name | Type | Scheme |
102+
| -------- | ---- | ----------- |
103+
| `ApiKey` | http | HTTP Bearer |
104104

105105
To authenticate with the API the `ApiKey` parameter must be set when initializing the SDK client instance. For example:
106106
```csharp
@@ -110,7 +110,7 @@ using ApideckUnifySdk.Models.Components;
110110
using System.Collections.Generic;
111111

112112
var sdk = new Apideck(
113-
apiKey: "<YOUR_API_KEY_HERE>",
113+
apiKey: "<YOUR_BEARER_TOKEN_HERE>",
114114
consumerId: "test-consumer",
115115
appId: "dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX"
116116
);
@@ -672,7 +672,7 @@ using ApideckUnifySdk.Models.Components;
672672
using System.Collections.Generic;
673673

674674
var sdk = new Apideck(
675-
apiKey: "<YOUR_API_KEY_HERE>",
675+
apiKey: "<YOUR_BEARER_TOKEN_HERE>",
676676
consumerId: "test-consumer",
677677
appId: "dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX"
678678
);
@@ -727,7 +727,7 @@ var sdk = new Apideck(
727727
),
728728
retryConnectionErrors: false
729729
),
730-
apiKey: "<YOUR_API_KEY_HERE>",
730+
apiKey: "<YOUR_BEARER_TOKEN_HERE>",
731731
consumerId: "test-consumer",
732732
appId: "dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX"
733733
);
@@ -788,7 +788,7 @@ using System;
788788
using ApideckUnifySdk.Models.Errors;
789789

790790
var sdk = new Apideck(
791-
apiKey: "<YOUR_API_KEY_HERE>",
791+
apiKey: "<YOUR_BEARER_TOKEN_HERE>",
792792
consumerId: "test-consumer",
793793
appId: "dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX"
794794
);
@@ -864,7 +864,7 @@ using System.Collections.Generic;
864864

865865
var sdk = new Apideck(
866866
serverUrl: "https://unify.apideck.com",
867-
apiKey: "<YOUR_API_KEY_HERE>",
867+
apiKey: "<YOUR_BEARER_TOKEN_HERE>",
868868
consumerId: "test-consumer",
869869
appId: "dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX"
870870
);
@@ -899,7 +899,7 @@ using ApideckUnifySdk.Models.Components;
899899
using System.Collections.Generic;
900900

901901
var sdk = new Apideck(
902-
apiKey: "<YOUR_API_KEY_HERE>",
902+
apiKey: "<YOUR_BEARER_TOKEN_HERE>",
903903
consumerId: "test-consumer",
904904
appId: "dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX"
905905
);

RELEASES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
3+
## 2024-12-06 16:21:47
4+
### Changes
5+
Based on:
6+
- OpenAPI Doc
7+
- Speakeasy CLI 1.453.0 (2.472.1) https://github.com/speakeasy-api/speakeasy
8+
### Generated
9+
- [csharp v0.0.4] .
10+
### Releases
11+
- [NuGet v0.0.4] https://www.nuget.org/packages/ApideckUnifySdk/0.0.4 - .

USAGE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ using ApideckUnifySdk.Models.Components;
66
using System.Collections.Generic;
77

88
var sdk = new Apideck(
9-
apiKey: "<YOUR_API_KEY_HERE>",
9+
apiKey: "<YOUR_BEARER_TOKEN_HERE>",
1010
consumerId: "test-consumer",
1111
appId: "dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX"
1212
);

docs/Models/Components/LedgerAccount.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
| `SubAccount` | *bool* | :heavy_minus_sign: | Whether the account is a sub account or not. | false |
3131
| `SubAccounts` | List<[SubAccounts](../../Models/Components/SubAccounts.md)> | :heavy_minus_sign: | The sub accounts of the account. | |
3232
| `LastReconciliationDate` | [LocalDate](https://nodatime.org/3.1.x/api/NodaTime.LocalDate.html) | :heavy_minus_sign: | Reconciliation Date means the last calendar day of each Reconciliation Period. | 2020-09-30 |
33-
| `Subsidiaries` | List<[Models.Components.Subsidiaries](../../Models/Components/Subsidiaries.md)> | :heavy_minus_sign: | The subsidiaries the account belongs to. | |
33+
| `Subsidiaries` | List<[LedgerAccountSubsidiaries](../../Models/Components/LedgerAccountSubsidiaries.md)> | :heavy_minus_sign: | The subsidiaries the account belongs to. | |
3434
| `CustomMappings` | [Models.Components.CustomMappings](../../Models/Components/CustomMappings.md) | :heavy_minus_sign: | When custom mappings are configured on the resource, the result is included here. | |
3535
| `RowVersion` | *string* | :heavy_minus_sign: | A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. | 1-12345 |
3636
| `UpdatedBy` | *string* | :heavy_minus_sign: | The user who last updated the object. | 12345 |

0 commit comments

Comments
 (0)