Skip to content

Commit

Permalink
Merge pull request #7 from speakeasy-sdks/speakeasy-sdk-regen-1723581811
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate 0.6.2
  • Loading branch information
ryan-timothy-albert authored Aug 13, 2024
2 parents efacfeb + 80e4287 commit 1efe62c
Show file tree
Hide file tree
Showing 8 changed files with 49 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ id: 08d4af4d-7f06-4aa7-83b0-4bcfdb3dadd5
management:
docChecksum: f303b47d8c858ee4bd6b68b526b60ec3
docVersion: 0.0.1
speakeasyVersion: 1.363.0
speakeasyVersion: 1.364.0
generationVersion: 2.396.0
releaseVersion: 0.6.1
configChecksum: 625d7c1b9c6dedcde9bf0678cc9ff029
releaseVersion: 0.6.2
configChecksum: cc43c6d7b9b26abb88fb5e1e4ce916fb
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.6.1
version: 0.6.2
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand Down
30 changes: 30 additions & 0 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
speakeasyVersion: 1.364.0
sources:
vercel-openapi:
sourceNamespace: vercel-openapi
sourceRevisionDigest: sha256:1f08f77fb93f1084cf6d6ce942adc9997f6b4f5290b9c2fcdeb5b8fdc5eefa18
sourceBlobDigest: sha256:1a52393c8b8a95494acd8021e4b8d989834cb74f03291f3e48470b4077667b9b
tags:
- latest
- main
targets:
typescript:
source: vercel-openapi
sourceNamespace: vercel-openapi
sourceRevisionDigest: sha256:1f08f77fb93f1084cf6d6ce942adc9997f6b4f5290b9c2fcdeb5b8fdc5eefa18
sourceBlobDigest: sha256:1a52393c8b8a95494acd8021e4b8d989834cb74f03291f3e48470b4077667b9b
outLocation: .
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
sources:
vercel-openapi:
inputs:
- location: vercel-api-suggest.yaml
registry:
location: registry.speakeasyapi.dev/vercel/vercel/vercel-openapi
targets:
typescript:
target: typescript
source: vercel-openapi
output: .
10 changes: 9 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,12 @@ Based on:
- OpenAPI Doc
- Speakeasy CLI 1.353.0 (2.386.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.4.1] .
- [typescript v0.4.1] .

## 2024-08-13 20:43:25
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.364.0 (2.396.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.6.2] .
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.6.1",
"version": "0.6.2",
"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.6.1",
"version": "0.6.2",
"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.6.1",
sdkVersion: "0.6.2",
genVersion: "2.396.0",
userAgent: "speakeasy-sdk/typescript 0.6.1 2.396.0 0.0.1 vercel",
userAgent: "speakeasy-sdk/typescript 0.6.2 2.396.0 0.0.1 vercel",
} as const;

0 comments on commit 1efe62c

Please sign in to comment.