Skip to content

Commit 69b6d2b

Browse files
authored
Merge pull request #66 from apideck-libraries/speakeasy-sdk-regen-1755168716
chore: 🐝 Update SDK - Generate 0.29.4
2 parents 42eb620 + f43b8b2 commit 69b6d2b

26 files changed

+116
-32
lines changed

.speakeasy/gen.lock

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 7bffa198-5d29-4efa-9942-d549cc832085
33
management:
4-
docChecksum: 3508acc42fae389531f955a5c0ef2d51
5-
docVersion: 10.20.6
6-
speakeasyVersion: 1.603.0
7-
generationVersion: 2.681.1
8-
releaseVersion: 0.29.3
9-
configChecksum: 35e2594ec12b3548ed45aa607c87a6e6
4+
docChecksum: adbe8651971e100ed9d43a08042577ad
5+
docVersion: 10.20.8
6+
speakeasyVersion: 1.606.0
7+
generationVersion: 2.686.7
8+
releaseVersion: 0.29.4
9+
configChecksum: b944eddcb86fd4ed58840642fc6194de
1010
repoURL: https://github.com/apideck-libraries/sdk-typescript.git
1111
installationURL: https://github.com/apideck-libraries/sdk-typescript
1212
published: true
@@ -7581,7 +7581,7 @@ examples:
75817581
x-apideck-app-id: "dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX"
75827582
x-apideck-service-id: "salesforce"
75837583
requestBody:
7584-
application/json: {"parent_id": "12345", "name": "SpaceX", "status": "active", "row_version": "1-12345", "pass_through": [{"service_id": "<id>", "extend_paths": [{"path": "$.nested.property", "value": {"TaxClassificationRef": {"value": "EUC-99990201-V1-00020000"}}}]}]}
7584+
application/json: {"parent_id": "12345", "name": "SpaceX", "status": "active", "currencies": ["USD"], "row_version": "1-12345", "pass_through": [{"service_id": "<id>", "extend_paths": [{"path": "$.nested.property", "value": {"TaxClassificationRef": {"value": "EUC-99990201-V1-00020000"}}}]}]}
75857585
responses:
75867586
"201":
75877587
application/json: {"status_code": 200, "status": "OK", "service": "quickbooks", "resource": "subsidiaries", "operation": "add", "data": {"id": "12345"}}
@@ -7637,7 +7637,7 @@ examples:
76377637
x-apideck-service-id: "salesforce"
76387638
responses:
76397639
"200":
7640-
application/json: {"status_code": 200, "status": "OK", "service": "xero", "resource": "subsidiaries", "operation": "one", "data": {"id": "12345", "parent_id": "12345", "name": "SpaceX", "status": "active", "row_version": "1-12345", "updated_by": "12345", "created_by": "12345", "updated_at": "2020-09-30T07:43:32.000Z", "created_at": "2020-09-30T07:43:32.000Z", "pass_through": [{"service_id": "<id>", "extend_paths": [{"path": "$.nested.property", "value": {"TaxClassificationRef": {"value": "EUC-99990201-V1-00020000"}}}]}]}}
7640+
application/json: {"status_code": 200, "status": "OK", "service": "xero", "resource": "subsidiaries", "operation": "one", "data": {"id": "12345", "parent_id": "12345", "name": "SpaceX", "status": "active", "currencies": ["USD"], "row_version": "1-12345", "updated_by": "12345", "created_by": "12345", "updated_at": "2020-09-30T07:43:32.000Z", "created_at": "2020-09-30T07:43:32.000Z", "pass_through": [{"service_id": "<id>", "extend_paths": [{"path": "$.nested.property", "value": {"TaxClassificationRef": {"value": "EUC-99990201-V1-00020000"}}}]}]}}
76417641
"400":
76427642
application/json: {"status_code": 400, "error": "Bad Request", "type_name": "RequestValidationError", "message": "Invalid Params", "detail": "Missing property foobar", "ref": "https://developers.apideck.com/errors#requestvalidationerror"}
76437643
"401":
@@ -7689,7 +7689,7 @@ examples:
76897689
x-apideck-app-id: "dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX"
76907690
x-apideck-service-id: "salesforce"
76917691
requestBody:
7692-
application/json: {"parent_id": "12345", "name": "SpaceX", "status": "active", "row_version": "1-12345", "pass_through": [{"service_id": "<id>", "extend_paths": [{"path": "$.nested.property", "value": {"TaxClassificationRef": {"value": "EUC-99990201-V1-00020000"}}}]}]}
7692+
application/json: {"parent_id": "12345", "name": "SpaceX", "status": "active", "currencies": ["USD"], "row_version": "1-12345", "pass_through": [{"service_id": "<id>", "extend_paths": [{"path": "$.nested.property", "value": {"TaxClassificationRef": {"value": "EUC-99990201-V1-00020000"}}}]}]}
76937693
responses:
76947694
"200":
76957695
application/json: {"status_code": 200, "status": "OK", "service": "quickbooks", "resource": "subsidiaries", "operation": "update", "data": {"id": "12345"}}
@@ -19868,3 +19868,4 @@ generatedTests:
1986819868
accounting.quotesOne: "2025-08-06T08:21:29Z"
1986919869
accounting.quotesUpdate: "2025-08-06T08:21:29Z"
1987019870
accounting.quotesDelete: "2025-08-06T08:21:29Z"
19871+
releaseNotes: "## SDK Changes Detected:\n* `apideck.accounting.subsidiaries.list()`: `response.data.[].currencies` **Added**\n* `apideck.accounting.subsidiaries.create()`: \n * `request.subsidiary.currencies` **Added**\n* `apideck.accounting.subsidiaries.get()`: `response.data.currencies` **Added**\n* `apideck.accounting.subsidiaries.update()`: \n * `request.subsidiary.currencies` **Added**\n"

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ generation:
2424
generateNewTests: true
2525
skipResponseBodyAssertions: false
2626
typescript:
27-
version: 0.29.3
27+
version: 0.29.4
2828
additionalDependencies:
2929
dependencies: {}
3030
devDependencies: {}

.speakeasy/workflow.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.603.0
1+
speakeasyVersion: 1.606.0
22
sources:
33
Apideck-OAS:
44
sourceNamespace: apideck-oas
5-
sourceRevisionDigest: sha256:2099998270a9bdeade8ae3fb9b23b68e61f24a1908cee32bc83a8541bc58faee
6-
sourceBlobDigest: sha256:66476ee22ff7a006e0e1b602bf1706916b1e9b06283e2afb4541ffe4ff57b851
5+
sourceRevisionDigest: sha256:390b869b35f76350131bc42c97e343bfb536e7d4d36b1e2f8c3379f0726fc635
6+
sourceBlobDigest: sha256:07a9aeb8981573d89e3387801270c5e220d9c2b23cae22a8acbc33d9c4ddb2e8
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1754600537
10-
- 10.20.6
9+
- speakeasy-sdk-regen-1755168716
10+
- 10.20.8
1111
targets:
1212
apideck:
1313
source: Apideck-OAS
1414
sourceNamespace: apideck-oas
15-
sourceRevisionDigest: sha256:2099998270a9bdeade8ae3fb9b23b68e61f24a1908cee32bc83a8541bc58faee
16-
sourceBlobDigest: sha256:66476ee22ff7a006e0e1b602bf1706916b1e9b06283e2afb4541ffe4ff57b851
15+
sourceRevisionDigest: sha256:390b869b35f76350131bc42c97e343bfb536e7d4d36b1e2f8c3379f0726fc635
16+
sourceBlobDigest: sha256:07a9aeb8981573d89e3387801270c5e220d9c2b23cae22a8acbc33d9c4ddb2e8
1717
codeSamplesNamespace: apideck-oas-typescript-code-samples
18-
codeSamplesRevisionDigest: sha256:b37c3b610cc7e8adc9737577c88847000e75df7d3dfd41fd8c376e106457e3fd
18+
codeSamplesRevisionDigest: sha256:ce7ab857275e88525c01d364681fee087182abdc760c7841b96fe49d205f0264
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
@@ -438,4 +438,14 @@ Based on:
438438
### Generated
439439
- [typescript v0.29.3] .
440440
### Releases
441-
- [NPM v0.29.3] https://www.npmjs.com/package/@apideck/unify/v/0.29.3 - .
441+
- [NPM v0.29.3] https://www.npmjs.com/package/@apideck/unify/v/0.29.3 - .
442+
443+
## 2025-08-20 00:02:25
444+
### Changes
445+
Based on:
446+
- OpenAPI Doc
447+
- Speakeasy CLI 1.606.0 (2.686.7) https://github.com/speakeasy-api/speakeasy
448+
### Generated
449+
- [typescript v0.29.4] .
450+
### Releases
451+
- [NPM v0.29.4] https://www.npmjs.com/package/@apideck/unify/v/0.29.4 - .

docs/models/components/getsubsidiaryresponse.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ let value: GetSubsidiaryResponse = {
1818
parentId: "12345",
1919
name: "SpaceX",
2020
status: "active",
21+
currencies: [
22+
"USD",
23+
],
2124
rowVersion: "1-12345",
2225
updatedBy: "12345",
2326
createdBy: "12345",

docs/models/components/jobstatus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ let value: JobStatus = "completed";
1313
## Values
1414

1515
```typescript
16-
"draft" | "internal" | "published" | "completed" | "on-hold" | "private"
16+
"draft" | "internal" | "published" | "completed" | "placed" | "on-hold" | "private"
1717
```

docs/models/components/phonenumbertype.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ let value: PhoneNumberType = "primary";
1313
## Values
1414

1515
```typescript
16-
"primary" | "secondary" | "home" | "work" | "office" | "mobile" | "assistant" | "fax" | "direct-dial-in" | "personal" | "other"
16+
"primary" | "secondary" | "home" | "work" | "office" | "mobile" | "assistant" | "fax" | "direct-dial-in" | "personal" | "billing" | "other"
1717
```

docs/models/components/subsidiary.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ let value: Subsidiary = {
1010
parentId: "12345",
1111
name: "SpaceX",
1212
status: "active",
13+
currencies: [
14+
"USD",
15+
],
1316
rowVersion: "1-12345",
1417
updatedBy: "12345",
1518
createdBy: "12345",
@@ -41,6 +44,7 @@ let value: Subsidiary = {
4144
| `parentId` | *string* | :heavy_minus_sign: | A unique identifier for an object. | 12345 |
4245
| `name` | *string* | :heavy_minus_sign: | The name of the company. | SpaceX |
4346
| `status` | [components.SubsidiaryStatus](../../models/components/subsidiarystatus.md) | :heavy_minus_sign: | Based on the status some functionality is enabled or disabled. | active |
47+
| `currencies` | [components.Currency](../../models/components/currency.md)[] | :heavy_minus_sign: | List of currencies supported by this subsidiary | |
4448
| `customMappings` | Record<string, *any*> | :heavy_minus_sign: | When custom mappings are configured on the resource, the result is included here. | |
4549
| `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 |
4650
| `updatedBy` | *string* | :heavy_minus_sign: | The user who last updated the object. | 12345 |

docs/models/components/subsidiaryinput.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ let value: SubsidiaryInput = {
99
parentId: "12345",
1010
name: "SpaceX",
1111
status: "active",
12+
currencies: [
13+
"USD",
14+
],
1215
rowVersion: "1-12345",
1316
passThrough: [
1417
{
@@ -35,5 +38,6 @@ let value: SubsidiaryInput = {
3538
| `parentId` | *string* | :heavy_minus_sign: | A unique identifier for an object. | 12345 |
3639
| `name` | *string* | :heavy_minus_sign: | The name of the company. | SpaceX |
3740
| `status` | [components.SubsidiaryStatus](../../models/components/subsidiarystatus.md) | :heavy_minus_sign: | Based on the status some functionality is enabled or disabled. | active |
41+
| `currencies` | [components.Currency](../../models/components/currency.md)[] | :heavy_minus_sign: | List of currencies supported by this subsidiary | |
3842
| `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 |
3943
| `passThrough` | [components.PassThroughBody](../../models/components/passthroughbody.md)[] | :heavy_minus_sign: | The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources. | |

0 commit comments

Comments
 (0)