Skip to content

Commit 5aa91bc

Browse files
github-actions[bot]speakeasybotspeakeasy-github[bot]
authored
chore: 🐝 Update SDK - Generate 0.34.0 (#83)
* ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.648.0 * 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 12037c3 commit 5aa91bc

File tree

9 files changed

+29
-19
lines changed

9 files changed

+29
-19
lines changed

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

Lines changed: 5 additions & 6 deletions
Large diffs are not rendered by default.

β€Ž.speakeasy/gen.yamlβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,14 @@ generation:
2727
generateNewTests: true
2828
skipResponseBodyAssertions: false
2929
typescript:
30-
version: 0.33.0
30+
version: 0.34.0
3131
acceptHeaderEnum: true
3232
additionalDependencies:
3333
dependencies: {}
3434
devDependencies: {}
3535
peerDependencies: {}
3636
additionalPackageJSON: {}
37+
additionalScripts: {}
3738
author: Speakeasy
3839
baseErrorName: ApideckError
3940
clientServerStatusCodesAsErrors: true

β€Ž.speakeasy/workflow.lockβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
speakeasyVersion: 1.645.2
1+
speakeasyVersion: 1.648.0
22
sources:
33
Apideck-OAS:
44
sourceNamespace: apideck-oas
55
sourceRevisionDigest: sha256:b853d0e347c5e03b6d989459d3ce5aeccbf07cdbbcdb400539e37ee3aa87fc95
66
sourceBlobDigest: sha256:19888f84ff17da720e26e28b2e0f935c54da5d7d520c4dc7f05944efcf9bb708
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1761781307
9+
- speakeasy-sdk-regen-1762264365
1010
- 10.21.11
1111
targets:
1212
apideck:
@@ -15,7 +15,7 @@ targets:
1515
sourceRevisionDigest: sha256:b853d0e347c5e03b6d989459d3ce5aeccbf07cdbbcdb400539e37ee3aa87fc95
1616
sourceBlobDigest: sha256:19888f84ff17da720e26e28b2e0f935c54da5d7d520c4dc7f05944efcf9bb708
1717
codeSamplesNamespace: apideck-oas-typescript-code-samples
18-
codeSamplesRevisionDigest: sha256:e4a73dd107029b59d46123e88208fa3016772aa3be63608fcdaed72d658d7c96
18+
codeSamplesRevisionDigest: sha256:9bce8c840b8a67bc7b515bca4d42a0ddf023598b009499f235e6c5dcf261a1c7
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
@@ -548,4 +548,14 @@ Based on:
548548
### Generated
549549
- [typescript v0.33.0] .
550550
### Releases
551-
- [NPM v0.33.0] https://www.npmjs.com/package/@apideck/unify/v/0.33.0 - .
551+
- [NPM v0.33.0] https://www.npmjs.com/package/@apideck/unify/v/0.33.0 - .
552+
553+
## 2025-11-04 13:52:18
554+
### Changes
555+
Based on:
556+
- OpenAPI Doc
557+
- Speakeasy CLI 1.648.0 (2.737.0) https://github.com/speakeasy-api/speakeasy
558+
### Generated
559+
- [typescript v0.34.0] .
560+
### Releases
561+
- [NPM v0.34.0] https://www.npmjs.com/package/@apideck/unify/v/0.34.0 - .

β€Žexamples/package-lock.jsonβ€Ž

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

β€Ž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.33.0",
5+
"version": "0.34.0",
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.33.0",
3+
"version": "0.34.0",
44
"author": "Speakeasy",
55
"main": "./index.js",
66
"sideEffects": false,

β€Žsrc/lib/config.tsβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
6868
export const SDK_METADATA = {
6969
language: "typescript",
7070
openapiDocVersion: "10.21.11",
71-
sdkVersion: "0.33.0",
72-
genVersion: "2.735.1",
73-
userAgent: "speakeasy-sdk/typescript 0.33.0 2.735.1 10.21.11 @apideck/unify",
71+
sdkVersion: "0.34.0",
72+
genVersion: "2.737.0",
73+
userAgent: "speakeasy-sdk/typescript 0.34.0 2.737.0 10.21.11 @apideck/unify",
7474
} as const;

0 commit comments

Comments
Β (0)