Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .devcontainer/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

<div align="center">
<a href="https://codespaces.new/vercel/sdk.git/tree/main"><img src="https://github.com/codespaces/badge.svg" /></a>
<a href="https://codespaces.new/speakeasy-sdks/vercel-typescript.git/tree/main"><img src="https://github.com/codespaces/badge.svg" /></a>
</div>
<br>

Expand Down
2,029 changes: 1,918 additions & 111 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

9 changes: 8 additions & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,23 @@ generation:
oAuth2ClientCredentialsEnabled: false
oAuth2PasswordEnabled: false
hoistGlobalSecurity: true
schemas:
allOfMergeStrategy: shallowMerge
requestBodyFieldName: ""
tests:
generateTests: true
generateNewTests: true
skipResponseBodyAssertions: false
typescript:
version: 1.12.1
version: 1.13.0
acceptHeaderEnum: true
additionalDependencies:
dependencies: {}
devDependencies: {}
peerDependencies: {}
additionalPackageJSON: {}
additionalScripts: {}
alwaysIncludeInboundAndOutbound: false
author: Speakeasy
baseErrorName: VercelError
clientServerStatusCodesAsErrors: true
Expand All @@ -41,6 +46,7 @@ typescript:
enableMCPServer: true
enableReactQuery: false
enumFormat: union
exportZodModelNamespace: false
flattenGlobalSecurity: true
flatteningOrder: body-first
generateExamples: true
Expand All @@ -65,3 +71,4 @@ typescript:
templateVersion: v2
usageSDKInitImports: []
useIndexModules: false
zodVersion: v3
Loading
Loading