Skip to content

Commit b9de5a1

Browse files
authored
Merge pull request #53 from apideck-libraries/speakeasy-sdk-regen-1749932062
chore: 🐝 Update SDK - Generate 0.25.1
2 parents f0c1a6c + 4f059b5 commit b9de5a1

File tree

216 files changed

+9177
-1792
lines changed

Some content is hidden

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

216 files changed

+9177
-1792
lines changed

.speakeasy/gen.lock

Lines changed: 8868 additions & 1535 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
@@ -23,7 +23,7 @@ generation:
2323
generateNewTests: true
2424
skipResponseBodyAssertions: false
2525
typescript:
26-
version: 0.25.0
26+
version: 0.25.1
2727
additionalDependencies:
2828
dependencies: {}
2929
devDependencies: {}

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.559.0
1+
speakeasyVersion: 1.563.0
22
sources:
33
Apideck-OAS:
44
sourceNamespace: apideck-oas
5-
sourceRevisionDigest: sha256:bd0b9d7f0319e40714550f4804ac44d6ac7f3ef1346eb26a972d44ce46ac0fba
6-
sourceBlobDigest: sha256:b16d87c11cc9c5bbff0fc829bd6621927e10f79ff8f16a6b6eddd3b1bf56e8a1
5+
sourceRevisionDigest: sha256:30a4a7f134f565cfa404ae3639a4e741733d49c594876bff7e028529dbb6cbe7
6+
sourceBlobDigest: sha256:da160008e1629f9dbfa8d0d8acbb053c738ccc16c7a64d5143346388a945cfae
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1749226423
9+
- speakeasy-sdk-regen-1749932062
1010
- 10.17.2
1111
targets:
1212
apideck:
1313
source: Apideck-OAS
1414
sourceNamespace: apideck-oas
15-
sourceRevisionDigest: sha256:bd0b9d7f0319e40714550f4804ac44d6ac7f3ef1346eb26a972d44ce46ac0fba
16-
sourceBlobDigest: sha256:b16d87c11cc9c5bbff0fc829bd6621927e10f79ff8f16a6b6eddd3b1bf56e8a1
15+
sourceRevisionDigest: sha256:30a4a7f134f565cfa404ae3639a4e741733d49c594876bff7e028529dbb6cbe7
16+
sourceBlobDigest: sha256:da160008e1629f9dbfa8d0d8acbb053c738ccc16c7a64d5143346388a945cfae
1717
codeSamplesNamespace: apideck-oas-typescript-code-samples
18-
codeSamplesRevisionDigest: sha256:14c55248868d8910ef92a44aac87cbfd4e88eba070457afb5c72608a3585d047
18+
codeSamplesRevisionDigest: sha256:644e505a494075db837484d7cd4f5016d6f7acfe3512edfa1407f159085b6e0d
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
@@ -318,4 +318,14 @@ Based on:
318318
### Generated
319319
- [typescript v0.25.0] .
320320
### Releases
321-
- [NPM v0.25.0] https://www.npmjs.com/package/@apideck/unify/v/0.25.0 - .
321+
- [NPM v0.25.0] https://www.npmjs.com/package/@apideck/unify/v/0.25.0 - .
322+
323+
## 2025-06-14 20:14:02
324+
### Changes
325+
Based on:
326+
- OpenAPI Doc
327+
- Speakeasy CLI 1.563.0 (2.629.1) https://github.com/speakeasy-api/speakeasy
328+
### Generated
329+
- [typescript v0.25.1] .
330+
### Releases
331+
- [NPM v0.25.1] https://www.npmjs.com/package/@apideck/unify/v/0.25.1 - .

docs/models/components/contact.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ let value: Contact = {
132132
| Field | Type | Required | Description | Example |
133133
| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
134134
| `id` | *string* | :heavy_minus_sign: | Unique identifier for the contact. | 12345 |
135-
| `name` | *string* | :heavy_check_mark: | Full name of the contact. | Elon Musk |
135+
| `name` | *string* | :heavy_minus_sign: | Full name of the contact. | Elon Musk |
136136
| `ownerId` | *string* | :heavy_minus_sign: | The owner of the contact. | 54321 |
137137
| `type` | [components.ContactType](../../models/components/contacttype.md) | :heavy_minus_sign: | The type of the contact. | personal |
138138
| `companyId` | *string* | :heavy_minus_sign: | The company the contact is associated with. | 23456 |

docs/models/components/contactinput.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ let value: ContactInput = {
125125

126126
| Field | Type | Required | Description | Example |
127127
| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
128-
| `name` | *string* | :heavy_check_mark: | Full name of the contact. | Elon Musk |
128+
| `name` | *string* | :heavy_minus_sign: | Full name of the contact. | Elon Musk |
129129
| `ownerId` | *string* | :heavy_minus_sign: | The owner of the contact. | 54321 |
130130
| `type` | [components.ContactType](../../models/components/contacttype.md) | :heavy_minus_sign: | The type of the contact. | personal |
131131
| `companyId` | *string* | :heavy_minus_sign: | The company the contact is associated with. | 23456 |

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{
44
"name": "@apideck/unify",
5-
"version": "0.25.0",
5+
"version": "0.25.1",
66
"exports": {
77
".": "./src/index.ts",
88
"./models/errors": "./src/models/errors/index.ts",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apideck/unify",
3-
"version": "0.25.0",
3+
"version": "0.25.1",
44
"author": "Speakeasy",
55
"main": "./index.js",
66
"sideEffects": false,

src/__tests__/mockserver/internal/handler/pathdeleteaccountingattachmentsreferencetypereferenceidid.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)