diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index 8f469725..9097e90e 100644 --- a/.speakeasy/gen.lock +++ b/.speakeasy/gen.lock @@ -5,8 +5,8 @@ management: docVersion: 0.0.1 speakeasyVersion: 1.445.2 generationVersion: 2.461.4 - releaseVersion: 1.0.0-canary.10 - configChecksum: 688676bb26c1c9cd889e692f8d92a6cc + releaseVersion: 1.1.0 + configChecksum: d9d849fc66fb8a1e0c64d6d636db14c7 repoURL: https://github.com/vercel/sdk.git installationURL: https://github.com/vercel/sdk published: true diff --git a/.speakeasy/gen.yaml b/.speakeasy/gen.yaml index df32d682..e56cf954 100644 --- a/.speakeasy/gen.yaml +++ b/.speakeasy/gen.yaml @@ -16,7 +16,7 @@ generation: oAuth2ClientCredentialsEnabled: false oAuth2PasswordEnabled: false typescript: - version: 1.0.0-canary.10 + version: 1.1.0 additionalDependencies: dependencies: {} devDependencies: {} diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index 3a51221f..a91747ba 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -2,20 +2,20 @@ speakeasyVersion: 1.445.2 sources: vercel-OAS: sourceNamespace: vercel-oas - sourceRevisionDigest: sha256:26995a742c7cae6c7ffe91c27f09fc3ddde4a34f9846917b2cf7fc2bb2be9b5a + sourceRevisionDigest: sha256:3c1e85cab336c0235a040fd11e8ab4d2b9c08476bf8d72a7e3a015be87feca9a sourceBlobDigest: sha256:46f762ba4155cb91aa2073e556643914a6812716da541f1f35581e3a0647e4bf tags: - latest - - speakeasy-sdk-regen-1733417978 + - speakeasy-sdk-regen-1733427270 - 0.0.1 targets: vercel: source: vercel-OAS sourceNamespace: vercel-oas - sourceRevisionDigest: sha256:26995a742c7cae6c7ffe91c27f09fc3ddde4a34f9846917b2cf7fc2bb2be9b5a + sourceRevisionDigest: sha256:3c1e85cab336c0235a040fd11e8ab4d2b9c08476bf8d72a7e3a015be87feca9a sourceBlobDigest: sha256:46f762ba4155cb91aa2073e556643914a6812716da541f1f35581e3a0647e4bf codeSamplesNamespace: vercel-oas-typescript-code-samples - codeSamplesRevisionDigest: sha256:5d9d968b302777407d72df0e620297774babd2750ea781a1799c6ddbed8db3d7 + codeSamplesRevisionDigest: sha256:0d896b6ff46b215e21e7920c6467936bb0280fa8c8887376d1411cfbc9fb8253 workflow: workflowVersion: 1.0.0 speakeasyVersion: latest diff --git a/RELEASES.md b/RELEASES.md index 2d3616b7..f5aee5ab 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -78,4 +78,14 @@ Based on: ### Generated - [typescript v1.0.0-canary.10] . ### Releases -- [NPM v1.0.0-canary.10] https://www.npmjs.com/package/@vercel/sdk/v/1.0.0-canary.10 - . \ No newline at end of file +- [NPM v1.0.0-canary.10] https://www.npmjs.com/package/@vercel/sdk/v/1.0.0-canary.10 - . + +## 2024-12-05 19:48:36 +### Changes +Based on: +- OpenAPI Doc +- Speakeasy CLI 1.445.2 (2.461.4) https://github.com/speakeasy-api/speakeasy +### Generated +- [typescript v1.1.0] . +### Releases +- [NPM v1.1.0] https://www.npmjs.com/package/@vercel/sdk/v/1.1.0 - . \ No newline at end of file diff --git a/jsr.json b/jsr.json index a81aca24..7afac86c 100644 --- a/jsr.json +++ b/jsr.json @@ -2,7 +2,7 @@ { "name": "@vercel/sdk", - "version": "1.0.0-canary.10", + "version": "1.1.0", "exports": { ".": "./src/index.ts", "./models/errors": "./src/models/errors/index.ts", diff --git a/package.json b/package.json index 629f5a93..db7bab19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vercel/sdk", - "version": "1.0.0-canary.10", + "version": "1.1.0", "author": "Speakeasy", "type": "module", "main": "./esm/index.js", diff --git a/src/lib/config.ts b/src/lib/config.ts index afb2d5da..041f6113 100644 --- a/src/lib/config.ts +++ b/src/lib/config.ts @@ -57,8 +57,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null { export const SDK_METADATA = { language: "typescript", openapiDocVersion: "0.0.1", - sdkVersion: "1.0.0-canary.10", + sdkVersion: "1.1.0", genVersion: "2.461.4", - userAgent: - "speakeasy-sdk/typescript 1.0.0-canary.10 2.461.4 0.0.1 @vercel/sdk", + userAgent: "speakeasy-sdk/typescript 1.1.0 2.461.4 0.0.1 @vercel/sdk", } as const;