Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.353.0 (#5)
Browse files Browse the repository at this point in the history
Co-authored-by: speakeasybot <[email protected]>
  • Loading branch information
github-actions[bot] and speakeasybot authored Aug 6, 2024
1 parent c29cd2b commit 74bbeab
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ management:
docVersion: 0.0.1
speakeasyVersion: 1.353.0
generationVersion: 2.386.0
releaseVersion: 0.4.0
configChecksum: 833f7cd02b0210327bd1d5647133497e
releaseVersion: 0.4.1
configChecksum: 0541d348b898a69c55b22d85f2cd6bad
repoURL: https://github.com/speakeasy-sdks/vercel-ts.git
installationURL: https://github.com/speakeasy-sdks/vercel-ts
published: true
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: true
typescript:
version: 0.4.0
version: 0.4.1
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand Down
4 changes: 2 additions & 2 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sources:
- latest
vercel-openapi:
sourceNamespace: vercel-openapi
sourceRevisionDigest: sha256:632be61439b91b9fe017fde5b5531858e802defa44d0f999a4738a7de63bfbb8
sourceRevisionDigest: sha256:ada806b5b4a11ccb867a20b5803a20f0ec39a409843707e341690506b45b5b03
sourceBlobDigest: sha256:250fbddbbfbdb14fa7368f8342ea591b1840878a9efce373ebe9065953776d89
tags:
- latest
Expand All @@ -17,7 +17,7 @@ targets:
typescript:
source: vercel-openapi
sourceNamespace: vercel-openapi
sourceRevisionDigest: sha256:632be61439b91b9fe017fde5b5531858e802defa44d0f999a4738a7de63bfbb8
sourceRevisionDigest: sha256:ada806b5b4a11ccb867a20b5803a20f0ec39a409843707e341690506b45b5b03
sourceBlobDigest: sha256:250fbddbbfbdb14fa7368f8342ea591b1840878a9efce373ebe9065953776d89
outLocation: .
workflow:
Expand Down
10 changes: 9 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,12 @@ Based on:
- OpenAPI Doc
- Speakeasy CLI 1.346.0 (2.379.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.3.3] .
- [typescript v0.3.3] .

## 2024-08-06 14:19:55
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.353.0 (2.386.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.4.1] .
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{
"name": "vercel",
"version": "0.4.0",
"version": "0.4.1",
"exports": {
".": "./src/index.ts",
"./models": "./src/models/index.ts",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vercel",
"version": "0.4.0",
"version": "0.4.1",
"author": "Speakeasy",
"type": "module",
"main": "./esm/index.js",
Expand Down
4 changes: 2 additions & 2 deletions src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
export const SDK_METADATA = {
language: "typescript",
openapiDocVersion: "0.0.1",
sdkVersion: "0.4.0",
sdkVersion: "0.4.1",
genVersion: "2.386.0",
userAgent: "speakeasy-sdk/typescript 0.4.0 2.386.0 0.0.1 vercel",
userAgent: "speakeasy-sdk/typescript 0.4.1 2.386.0 0.0.1 vercel",
} as const;

0 comments on commit 74bbeab

Please sign in to comment.