Skip to content

chore: 🐝 Update SDK - Generate VERCEL 1.18.10#207

Merged
ismaelrumzan merged 2 commits intomainfrom
speakeasy-sdk-regen-1769904768
Feb 3, 2026
Merged

chore: 🐝 Update SDK - Generate VERCEL 1.18.10#207
ismaelrumzan merged 2 commits intomainfrom
speakeasy-sdk-regen-1769904768

Conversation

@github-actions
Copy link
Contributor

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

SDK update

Versioning

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

Typescript SDK Changes:

  • vercel.integrations.createIntegrationStoreDirect(): response.store.product.tags[].enum(mcp) Added Breaking ⚠️
  • vercel.user.listUserEvents(): response.events[].payload.union(76).newOwner.resourceConfig.buildMachine.default Added
  • vercel.projects.createProject(): response.permissions.buildMachineDefault Added
  • vercel.apiBilling.get/v1/billing/contractCommitments(): Removed Breaking ⚠️
  • vercel.deployments.getDeployment(): response.union(1).config.resourceConfig.buildMachine.default Added
  • vercel.deployments.createDeployment(): response.config.resourceConfig.buildMachine.default Added
  • vercel.deployments.cancelDeployment(): response.config.resourceConfig.buildMachine.default Added
  • vercel.apiBilling.get/v1/billing/charges(): Removed Breaking ⚠️
  • vercel.user.getAuthUser(): response.user.union(AuthUser).resourceConfig.buildMachine.default Added
  • vercel.billing.listContractCommitments(): Added
  • vercel.projects.getProjects(): response.union(3).projects[].permissions.buildMachineDefault Added
  • vercel.billing.listBillingCharges(): Added
  • vercel.projects.updateProject(): response.permissions.buildMachineDefault Added
  • vercel.teams.getTeam(): response.resourceConfig.buildMachine Added
  • vercel.teams.patchTeam():
    • request.requestBody.resourceConfig Added
    • response.resourceConfig.buildMachine Added
  • vercel.teams.getTeams(): response.teams[].union(Team).resourceConfig.buildMachine Added

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├─┬/v11/projects
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬permissions
│ │             └──[+] properties (56812:25)
│ ├─┬/v2/teams/{teamId}
│ │ └─┬PATCH
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├──[+] properties (91829:19)
│ │         ├─┬sensitiveEnvironmentVariablePolicy
│ │         │ ├──[+] additionalProperties (91573:45)❌ 
│ │         │ ├──[🔀] type (91572:29)❌ 
│ │         │ ├──[-] description (1:1273105)
│ │         │ ├──[-] example (1:1273084)
│ │         │ ├──[+] properties (91575:23)
│ │         │ └──[+] properties (91580:23)
│ │         ├─┬saml
│ │         │ ├──[+] description (91831:36)
│ │         │ ├──[-] properties (1:1272096)❌ 
│ │         │ ├──[-] properties (1:1272222)❌ 
│ │         │ └──[+] properties (91834:23)
│ │         ├─┬strictDeploymentProtectionSettings
│ │         │ ├──[-] additionalProperties (1:1276115)❌ 
│ │         │ ├──[-] required (1:1276275)❌ 
│ │         │ ├──[🔀] type (91617:29)❌ 
│ │         │ ├──[🔀] description (91619:36)
│ │         │ ├──[+] example (91618:32)
│ │         │ └──[-] properties (1:1276137)❌ 
│ │         └─┬slug
│ │           ├──[🔀] description (91634:36)
│ │           └──[🔀] example (91633:32)
│ ├─┬/v1/storage/stores/integration/direct
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬store
│ │             └─┬product
│ │               └─┬tags
│ │                 └─┬Schema
│ │                   └──[+] enum (89418:35)
│ ├─┬/v13/deployments/{idOrUrl}
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬ONEOF
│ │             └─┬config
│ │               └─┬resourceConfig
│ │                 └─┬buildMachine
│ │                   ├──[+] properties (9282:37)
│ │                   ├─┬isDefaultBuildMachine
│ │                   │ ├──[+] enum (9285:41)
│ │                   │ ├──[+] enum (9286:41)
│ │                   │ ├──[+] enum (9287:41)
│ │                   │ ├──[-] enum (1:139655)❌ 
│ │                   │ ├──[-] enum (1:139648)❌ 
│ │                   │ └──[🔀] type (9283:47)❌ 
│ │                   ├─┬purchaseType
│ │                   │ ├──[-] enum (1:139494)❌ 
│ │                   │ ├──[-] enum (1:139506)❌ 
│ │                   │ └──[🔀] type (9312:47)❌ 
│ │                   └─┬memory
│ │                     ├──[+] enum (9302:41)
│ │                     ├──[+] enum (9303:41)
│ │                     └──[🔀] type (9300:47)❌ 
│ ├─┬/v13/deployments
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬config
│ │             └─┬resourceConfig
│ │               └─┬buildMachine
│ │                 ├──[+] properties (13456:33)
│ │                 ├─┬isDefaultBuildMachine
│ │                 │ ├──[+] enum (13459:37)
│ │                 │ ├──[+] enum (13460:37)
│ │                 │ ├──[+] enum (13461:37)
│ │                 │ ├──[-] enum (1:197568)❌ 
│ │                 │ ├──[-] enum (1:197575)❌ 
│ │                 │ └──[🔀] type (13457:43)❌ 
│ │                 ├─┬memory
│ │                 │ ├──[+] enum (13476:37)
│ │                 │ ├──[+] enum (13477:37)
│ │                 │ └──[🔀] type (13474:43)❌ 
│ │                 └─┬purchaseType
│ │                   ├──[-] enum (1:197426)❌ 
│ │                   ├──[-] enum (1:197414)❌ 
│ │                   └──[🔀] type (13486:43)❌ 
│ ├─┬/v1/billing/contract-commitments
│ │ └─┬GET
│ │   ├──[-] tags (1:43188)❌ 
│ │   ├──[+] tags (2410:11)
│ │   ├──[+] parameters (2426:23)
│ │   ├──[+] security (2404:11)
│ │   ├──[🔀] summary (2408:20)
│ │   ├──[🔀] description (2401:24)
│ │   └──[+] operationId (2402:24)❌ 
│ ├─┬/v12/deployments/{id}/cancel
│ │ └─┬PATCH
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬config
│ │             └─┬resourceConfig
│ │               └─┬buildMachine
│ │                 ├──[+] properties (16962:33)
│ │                 ├─┬purchaseType
│ │                 │ ├──[-] enum (1:248622)❌ 
│ │                 │ ├──[-] enum (1:248634)❌ 
│ │                 │ └──[🔀] type (16992:43)❌ 
│ │                 ├─┬memory
│ │                 │ ├──[+] enum (16982:37)
│ │                 │ ├──[+] enum (16983:37)
│ │                 │ └──[🔀] type (16980:43)❌ 
│ │                 └─┬isDefaultBuildMachine
│ │                   ├──[+] enum (16965:37)
│ │                   ├──[+] enum (16966:37)
│ │                   ├──[+] enum (16967:37)
│ │                   ├──[-] enum (1:248776)❌ 
│ │                   ├──[-] enum (1:248783)❌ 
│ │                   └──[🔀] type (16963:43)❌ 
│ ├─┬/v9/projects/{idOrName}
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       └─┬Schema
│ │ │         └─┬permissions
│ │ │           └──[+] properties (62195:25)
│ │ └─┬PATCH
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬permissions
│ │             └──[+] properties (67173:25)
│ ├─┬/v10/projects
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬ONEOF
│ │             └─┬projects
│ │               └─┬Schema
│ │                 └─┬permissions
│ │                   └──[+] properties (51645:35)
│ └─┬/v1/billing/charges
│   └─┬GET
│     ├──[-] tags (1:42679)❌ 
│     ├──[+] tags (2333:11)
│     ├──[+] parameters (2355:23)❌ 
│     ├──[+] security (2327:11)
│     ├──[🔀] summary (2331:20)
│     ├──[🔀] description (2324:24)
│     ├──[+] operationId (2325:24)❌ 
│     └─┬Responses
│       └──400
└─┬Components
  ├─┬UserEvent
  │ └─┬payload
  │   └─┬ONEOF
  │     └─┬newOwner
  │       └─┬resourceConfig
  │         └─┬buildMachine
  │           ├──[+] properties (102060:31)
  │           ├─┬purchaseType
  │           │ ├──[-] enum (1:1455054)❌ 
  │           │ ├──[-] enum (1:1455066)❌ 
  │           │ └──[🔀] type (102086:41)❌ 
  │           ├─┬isDefaultBuildMachine
  │           │ ├──[+] enum (102065:35)
  │           │ ├──[+] enum (102063:35)
  │           │ ├──[+] enum (102064:35)
  │           │ ├──[-] enum (1:1455131)❌ 
  │           │ ├──[-] enum (1:1455138)❌ 
  │           │ └──[🔀] type (102061:41)❌ 
  │           └─┬memory
  │             ├──[+] enum (102078:35)
  │             ├──[+] enum (102079:35)
  │             └──[🔀] type (102076:41)❌ 
  ├─┬AuthUser
  │ └─┬resourceConfig
  │   └─┬buildMachine
  │     ├──[+] properties (111754:19)
  │     ├─┬isDefaultBuildMachine
  │     │ ├──[+] enum (111757:23)
  │     │ ├──[+] enum (111758:23)
  │     │ ├──[+] enum (111759:23)
  │     │ ├──[-] enum (1:1590716)❌ 
  │     │ ├──[-] enum (1:1590723)❌ 
  │     │ └──[🔀] type (111755:29)❌ 
  │     ├─┬purchaseType
  │     │ ├──[-] enum (1:1590507)❌ 
  │     │ ├──[-] enum (1:1590519)❌ 
  │     │ └──[🔀] type (111784:29)❌ 
  │     └─┬memory
  │       ├──[+] enum (111774:23)
  │       ├──[+] enum (111775:23)
  │       └──[🔀] type (111772:29)❌ 
  └─┬Team
    └─┬resourceConfig
      ├──[+] properties (110628:15)
      ├─┬elasticConcurrencyEnabled
      │ ├──[-] enum (1:1568095)❌ 
      │ ├──[-] enum (1:1568102)❌ 
      │ ├──[🔀] type (110601:25)❌ 
      │ └──[🔀] description (110602:32)
      ├─┬kvDatabases
      │ ├──[+] enum (110591:19)
      │ ├──[+] enum (110592:19)
      │ ├──[🔀] type (110589:25)❌ 
      │ └──[🔀] description (110594:32)
      ├─┬postgresDatabases
      │ └──[🔀] description (110606:32)
      ├─┬edgeConfigs
      │ └──[🔀] description (110598:32)
      ├─┬edgeConfigSize
      │ └──[🔀] description (110586:32)
      └─┬concurrentBuilds
        ├──[🔀] type (110640:25)❌ 
        ├──[🔀] description (110641:32)
        └──[+] properties (110630:19)
Document Element Total Changes Breaking Changes
paths 77 34
components 41 19

View full report

Linting Report 0 errors, 1697 warnings, 563 hints

View full report

TYPESCRIPT CHANGELOG

No relevant generator changes

Based on Speakeasy CLI 1.700.2

@github-actions github-actions bot added the patch Patch version bump label Feb 1, 2026
@github-actions github-actions bot requested a review from molebox as a code owner February 1, 2026 00:26
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1769904768 branch from d5e5019 to ac85c2b Compare February 2, 2026 00:24
* `vercel.integrations.createIntegrationStoreDirect()`:  `response.store.product.tags[].enum(mcp)` **Added** **Breaking** ⚠️
* `vercel.user.listUserEvents()`:  `response.events[].payload.union(76).newOwner.resourceConfig.buildMachine.default` **Added**
* `vercel.projects.createProject()`:  `response.permissions.buildMachineDefault` **Added**
* `vercel.apiBilling.get/v1/billing/contractCommitments()`: **Removed** **Breaking** ⚠️
* `vercel.deployments.getDeployment()`:  `response.union(1).config.resourceConfig.buildMachine.default` **Added**
* `vercel.deployments.createDeployment()`:  `response.config.resourceConfig.buildMachine.default` **Added**
* `vercel.deployments.cancelDeployment()`:  `response.config.resourceConfig.buildMachine.default` **Added**
* `vercel.apiBilling.get/v1/billing/charges()`: **Removed** **Breaking** ⚠️
* `vercel.user.getAuthUser()`:  `response.user.union(AuthUser).resourceConfig.buildMachine.default` **Added**
* `vercel.billing.listContractCommitments()`: **Added**
* `vercel.projects.getProjects()`:  `response.union(3).projects[].permissions.buildMachineDefault` **Added**
* `vercel.billing.listBillingCharges()`: **Added**
* `vercel.projects.updateProject()`:  `response.permissions.buildMachineDefault` **Added**
* `vercel.teams.getTeam()`:  `response.resourceConfig.buildMachine` **Added**
* `vercel.teams.patchTeam()`: 
  *  `request.requestBody.resourceConfig` **Added**
  *  `response.resourceConfig.buildMachine` **Added**
* `vercel.teams.getTeams()`:  `response.teams[].union(Team).resourceConfig.buildMachine` **Added**
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1769904768 branch from 91cee4c to 3a434b1 Compare February 3, 2026 00:25
@github-actions
Copy link
Contributor Author

github-actions bot commented Feb 3, 2026

SDK Tests Report

Target Status Report
vercel

view report

@ismaelrumzan ismaelrumzan merged commit 7a1a80f into main Feb 3, 2026
1 of 2 checks passed
@ismaelrumzan ismaelrumzan deleted the speakeasy-sdk-regen-1769904768 branch February 3, 2026 01:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

patch Patch version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants