Skip to content

chore: 🐝 Update SDK - Generate VERCEL 1.19.0#210

Merged
ismaelrumzan merged 2 commits intomainfrom
speakeasy-sdk-regen-1770163817
Feb 4, 2026
Merged

chore: 🐝 Update SDK - Generate VERCEL 1.19.0#210
ismaelrumzan merged 2 commits intomainfrom
speakeasy-sdk-regen-1770163817

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Feb 4, 2026

SDK update

Versioning

Version Bump Type: [minor] - 🤖 (automated)

Typescript SDK Changes:

  • vercel.billing.listBillingCharges(): response Changed Breaking ⚠️
  • vercel.billing.listContractCommitments(): response Changed Breaking ⚠️
  • vercel.deployments.getDeployment(): response.union(1).config.resourceConfig.buildMachine.purchaseType.enum(standard) Added Breaking ⚠️
  • vercel.deployments.createDeployment(): response.config.resourceConfig.buildMachine.purchaseType.enum(standard) Added Breaking ⚠️
  • vercel.deployments.cancelDeployment(): response.config.resourceConfig.buildMachine.purchaseType.enum(standard) Added Breaking ⚠️
  • vercel.user.listUserEvents(): response.events[].payload.union(76).newOwner.resourceConfig.buildMachine.purchaseType.enum(standard) Added Breaking ⚠️
  • vercel.user.getAuthUser(): response.user.union(AuthUser).resourceConfig.buildMachine.purchaseType.enum(standard) Added Breaking ⚠️

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├─┬/v1/billing/charges
│ │ └─┬GET
│ │   └─┬Responses
│ │     └──[+] codes (2336:18)
│ ├─┬/v12/deployments/{id}/cancel
│ │ └─┬PATCH
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬config
│ │             └─┬resourceConfig
│ │               └─┬buildMachine
│ │                 └─┬purchaseType
│ │                   └──[+] enum (17198:37)
│ ├─┬/v13/deployments
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬config
│ │             └─┬resourceConfig
│ │               └─┬buildMachine
│ │                 └─┬purchaseType
│ │                   └──[+] enum (13691:37)
│ ├─┬/v1/billing/contract-commitments
│ │ └─┬GET
│ │   └─┬Responses
│ │     └──[+] codes (2555:18)
│ └─┬/v13/deployments/{idOrUrl}
│   └─┬GET
│     └─┬Responses
│       └─┬200
│         └─┬application/json
│           └─┬Schema
│             └─┬ONEOF
│               └─┬config
│                 └─┬resourceConfig
│                   └─┬buildMachine
│                     └─┬purchaseType
│                       └──[+] enum (9516:41)
└─┬Components
  ├─┬AuthUser
  │ └─┬resourceConfig
  │   └─┬buildMachine
  │     └─┬purchaseType
  │       └──[+] enum (111992:23)
  └─┬UserEvent
    └─┬payload
      └─┬ONEOF
        └─┬newOwner
          └─┬resourceConfig
            └─┬buildMachine
              └─┬purchaseType
                └──[+] enum (102296:35)
Document Element Total Changes Breaking Changes
paths 5 0
components 2 0

View full report

Linting Report 0 errors, 1697 warnings, 564 hints

View full report

TYPESCRIPT CHANGELOG

jsonlResponses: 0.2.1 - 2025-09-11

🐛 Bug Fixes

  • add proper type validation and imports for EventStream/JsonLStream in union response usage snippets (commit by @tristanspeakeasy)

responseFormat: 0.3.0 - 2026-01-22

🔧 Chores

  • remove redundant headers field in envelope-http response (commit by @2ynn)

Based on Speakeasy CLI 1.701.0

* `vercel.billing.listBillingCharges()`:  `response` **Changed** **Breaking** ⚠️
* `vercel.billing.listContractCommitments()`:  `response` **Changed** **Breaking** ⚠️
* `vercel.deployments.getDeployment()`:  `response.union(1).config.resourceConfig.buildMachine.purchaseType.enum(standard)` **Added** **Breaking** ⚠️
* `vercel.deployments.createDeployment()`:  `response.config.resourceConfig.buildMachine.purchaseType.enum(standard)` **Added** **Breaking** ⚠️
* `vercel.deployments.cancelDeployment()`:  `response.config.resourceConfig.buildMachine.purchaseType.enum(standard)` **Added** **Breaking** ⚠️
* `vercel.user.listUserEvents()`:  `response.events[].payload.union(76).newOwner.resourceConfig.buildMachine.purchaseType.enum(standard)` **Added** **Breaking** ⚠️
* `vercel.user.getAuthUser()`:  `response.user.union(AuthUser).resourceConfig.buildMachine.purchaseType.enum(standard)` **Added** **Breaking** ⚠️
@github-actions github-actions bot requested a review from molebox as a code owner February 4, 2026 00:23
@github-actions github-actions bot added the minor Minor version bump label Feb 4, 2026
@github-actions
Copy link
Contributor Author

github-actions bot commented Feb 4, 2026

SDK Tests Report

Target Status Report
vercel

view report

Copy link
Collaborator

@ismaelrumzan ismaelrumzan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ismaelrumzan ismaelrumzan merged commit 221fad3 into main Feb 4, 2026
1 of 2 checks passed
@ismaelrumzan ismaelrumzan deleted the speakeasy-sdk-regen-1770163817 branch February 4, 2026 21:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

minor Minor version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants