Skip to content

Commit 83497c2

Browse files
authored
Merge pull request #39 from unkeyed/speakeasy-sdk-regen-1763566532
chore: 🐝 Update SDK - Generate API-TS 2.1.4
2 parents 00f7ebe + 1733f13 commit 83497c2

File tree

11 files changed

+29
-19
lines changed

11 files changed

+29
-19
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
speakeasyVersion: 1.658.1
1+
speakeasyVersion: 1.658.2
22
sources:
33
api:
44
sourceNamespace: api
55
sourceRevisionDigest: sha256:10b8a048055dfc9d58ac623b9b90d278c66d00da8010213fd3d440a4ca5fba49
66
sourceBlobDigest: sha256:14e05bc1fd79c31e33dfca1d363b1be532c37dffae7aed2b82440d95ff4f0cf4
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1763166493
9+
- speakeasy-sdk-regen-1763566532
1010
- 2.0.0
1111
api-python:
1212
sourceNamespace: api-python
@@ -37,7 +37,7 @@ targets:
3737
sourceRevisionDigest: sha256:10b8a048055dfc9d58ac623b9b90d278c66d00da8010213fd3d440a4ca5fba49
3838
sourceBlobDigest: sha256:14e05bc1fd79c31e33dfca1d363b1be532c37dffae7aed2b82440d95ff4f0cf4
3939
codeSamplesNamespace: api-typescript-code-samples
40-
codeSamplesRevisionDigest: sha256:f7799870085717a772447b3faf08742a6e409ae7bd8ca8d33cb6f18a8aa2e20f
40+
codeSamplesRevisionDigest: sha256:81e2993c87aa3b5079c7177fcebaee21fdc00c3fbef7c7fdd72015f58ef27b61
4141
workflow:
4242
workflowVersion: 1.0.0
4343
speakeasyVersion: latest

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ id: 43fe009f-2e53-4f59-b943-58496679a998
33
management:
44
docChecksum: b0dbcae9e0c8da864b56796c04a937cd
55
docVersion: 2.0.0
6-
speakeasyVersion: 1.658.1
7-
generationVersion: 2.755.6
8-
releaseVersion: 2.1.3
9-
configChecksum: 5eed0cb47acb764aa6e3599ffb85fab0
6+
speakeasyVersion: 1.658.2
7+
generationVersion: 2.755.9
8+
releaseVersion: 2.1.4
9+
configChecksum: 93649bce9425f22551758581b9158d51
1010
repoURL: https://github.com/unkeyed/sdks.git
1111
repoSubDirectory: api/ts
1212
installationURL: https://gitpkg.now.sh/unkeyed/sdks/api/ts

β€Žapi/ts/RELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,14 @@ Based on:
8888
### Generated
8989
- [typescript v2.1.3] api/ts
9090
### Releases
91-
- [NPM v2.1.3] https://www.npmjs.com/package/@unkey/api/v/2.1.3 - api/ts
91+
- [NPM v2.1.3] https://www.npmjs.com/package/@unkey/api/v/2.1.3 - api/ts
92+
93+
## 2025-11-19 15:35:12
94+
### Changes
95+
Based on:
96+
- OpenAPI Doc
97+
- Speakeasy CLI 1.658.2 (2.755.9) https://github.com/speakeasy-api/speakeasy
98+
### Generated
99+
- [typescript v2.1.4] api/ts
100+
### Releases
101+
- [NPM v2.1.4] https://www.npmjs.com/package/@unkey/api/v/2.1.4 - api/ts

β€Žapi/ts/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.

β€Žapi/ts/gen.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ generation:
2525
generateNewTests: false
2626
skipResponseBodyAssertions: false
2727
typescript:
28-
version: 2.1.3
28+
version: 2.1.4
2929
acceptHeaderEnum: true
3030
additionalDependencies:
3131
dependencies: {}

β€Žapi/ts/jsr.jsonβ€Ž

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

33
{
44
"name": "@unkey/api",
5-
"version": "2.1.3",
5+
"version": "2.1.4",
66
"exports": {
77
".": "./src/index.ts",
88
"./models/errors": "./src/models/errors/index.ts",

β€Žapi/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.

β€Žapi/ts/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@unkey/api",
3-
"version": "2.1.3",
3+
"version": "2.1.4",
44
"author": "Speakeasy",
55
"type": "module",
66
"bin": {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
5858
export const SDK_METADATA = {
5959
language: "typescript",
6060
openapiDocVersion: "2.0.0",
61-
sdkVersion: "2.1.3",
62-
genVersion: "2.755.6",
63-
userAgent: "speakeasy-sdk/typescript 2.1.3 2.755.6 2.0.0 @unkey/api",
61+
sdkVersion: "2.1.4",
62+
genVersion: "2.755.9",
63+
userAgent: "speakeasy-sdk/typescript 2.1.4 2.755.9 2.0.0 @unkey/api",
6464
} as const;

β€Žapi/ts/src/mcp-server/mcp-server.tsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const routes = buildRouteMap({
1919
export const app = buildApplication(routes, {
2020
name: "mcp",
2121
versionInfo: {
22-
currentVersion: "2.1.3",
22+
currentVersion: "2.1.4",
2323
},
2424
});
2525

0 commit comments

Comments
Β (0)