Skip to content

Commit 500c54e

Browse files
authored
Merge pull request #48 from apideck-libraries/speakeasy-sdk-regen-1747324047
chore: 🐝 Update SDK - Generate 0.23.3
2 parents 6ff4758 + 036dead commit 500c54e

File tree

495 files changed

+5494
-10767
lines changed

Some content is hidden

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

495 files changed

+5494
-10767
lines changed

.speakeasy/gen.lock

Lines changed: 1522 additions & 2097 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ generation:
2222
generateNewTests: true
2323
skipResponseBodyAssertions: false
2424
typescript:
25-
version: 0.23.2
25+
version: 0.23.3
2626
additionalDependencies:
2727
dependencies: {}
2828
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.545.0
1+
speakeasyVersion: 1.548.4
22
sources:
33
Apideck-OAS:
44
sourceNamespace: apideck-oas
5-
sourceRevisionDigest: sha256:e1224b9a7e1549f20799ce16d08165272c1245b1b2ba871a1d154d8f67119829
6-
sourceBlobDigest: sha256:2bd53eae6304d45526de5697c98c13b5ea7a2414dfd8d31ca48caf6ac0ea040d
5+
sourceRevisionDigest: sha256:2dbdea459d67cc2e9cfbadafb31b242384d7be797366a1a4c0e412f472af80d3
6+
sourceBlobDigest: sha256:99438fd8db4f61ee04ce7a3fad4d41ca1a661ef889efd39354a3f69845dd7b18
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1745830078
10-
- 10.16.5
9+
- speakeasy-sdk-regen-1747324047
10+
- 10.16.7
1111
targets:
1212
apideck:
1313
source: Apideck-OAS
1414
sourceNamespace: apideck-oas
15-
sourceRevisionDigest: sha256:e1224b9a7e1549f20799ce16d08165272c1245b1b2ba871a1d154d8f67119829
16-
sourceBlobDigest: sha256:2bd53eae6304d45526de5697c98c13b5ea7a2414dfd8d31ca48caf6ac0ea040d
15+
sourceRevisionDigest: sha256:2dbdea459d67cc2e9cfbadafb31b242384d7be797366a1a4c0e412f472af80d3
16+
sourceBlobDigest: sha256:99438fd8db4f61ee04ce7a3fad4d41ca1a661ef889efd39354a3f69845dd7b18
1717
codeSamplesNamespace: apideck-oas-typescript-code-samples
18-
codeSamplesRevisionDigest: sha256:e31c4a0d538bc2ee7d7d0fa32b3836875824aab4d8f365eef3c67c4a9dbb6c57
18+
codeSamplesRevisionDigest: sha256:a33872bd1b03c84db5f17de5527e82f169e1bfd6a54b77e91e1bb84069b83181
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
@@ -268,4 +268,14 @@ Based on:
268268
### Generated
269269
- [typescript v0.23.2] .
270270
### Releases
271-
- [NPM v0.23.2] https://www.npmjs.com/package/@apideck/unify/v/0.23.2 - .
271+
- [NPM v0.23.2] https://www.npmjs.com/package/@apideck/unify/v/0.23.2 - .
272+
273+
## 2025-05-22 00:02:40
274+
### Changes
275+
Based on:
276+
- OpenAPI Doc
277+
- Speakeasy CLI 1.548.4 (2.605.6) https://github.com/speakeasy-api/speakeasy
278+
### Generated
279+
- [typescript v0.23.3] .
280+
### Releases
281+
- [NPM v0.23.3] https://www.npmjs.com/package/@apideck/unify/v/0.23.3 - .

docs/models/components/accountingdepartment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ let value: AccountingDepartment = {
5050
| `status` | [components.DepartmentStatus](../../models/components/departmentstatus.md) | :heavy_minus_sign: | Based on the status some functionality is enabled or disabled. | active |
5151
| `subsidiaries` | [components.SubsidiaryReference](../../models/components/subsidiaryreference.md)[] | :heavy_minus_sign: | N/A | |
5252
| `code` | *string* | :heavy_minus_sign: | The code of the department. | 123 |
53-
| `customMappings` | [components.CustomMappings](../../models/components/custommappings.md) | :heavy_minus_sign: | When custom mappings are configured on the resource, the result is included here. | |
53+
| `customMappings` | Record<string, *any*> | :heavy_minus_sign: | When custom mappings are configured on the resource, the result is included here. | |
5454
| `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 |
5555
| `updatedBy` | *string* | :heavy_minus_sign: | The user who last updated the object. | 12345 |
5656
| `createdBy` | *string* | :heavy_minus_sign: | The user who created the object. | 12345 |

docs/models/components/accountinglocation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ let value: AccountingLocation = {
7979
| `status` | [components.LocationStatus](../../models/components/locationstatus.md) | :heavy_minus_sign: | Based on the status some functionality is enabled or disabled. | active |
8080
| `addresses` | [components.Address](../../models/components/address.md)[] | :heavy_minus_sign: | N/A | |
8181
| `subsidiaries` | [components.SubsidiaryReference](../../models/components/subsidiaryreference.md)[] | :heavy_minus_sign: | N/A | |
82-
| `customMappings` | [components.CustomMappings](../../models/components/custommappings.md) | :heavy_minus_sign: | When custom mappings are configured on the resource, the result is included here. | |
82+
| `customMappings` | Record<string, *any*> | :heavy_minus_sign: | When custom mappings are configured on the resource, the result is included here. | |
8383
| `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 |
8484
| `updatedBy` | *string* | :heavy_minus_sign: | The user who last updated the object. | 12345 |
8585
| `createdBy` | *string* | :heavy_minus_sign: | The user who created the object. | 12345 |

0 commit comments

Comments
 (0)