Skip to content

chore: 🐝 Update SDK - Generate VERCEL 1.19.41#281

Merged
ismaelrumzan merged 2 commits intomainfrom
speakeasy-sdk-regen-1777289495
Apr 28, 2026
Merged

chore: 🐝 Update SDK - Generate VERCEL 1.19.41#281
ismaelrumzan merged 2 commits intomainfrom
speakeasy-sdk-regen-1777289495

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

SDK update

Versioning

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

Tip

If updates to your OpenAPI document introduce breaking changes, be sure to update the info.version field to trigger the correct version bump.
Speakeasy supports manual control of SDK versioning through multiple methods.

Typescript SDK Changes:

  • vercel.projects.updateProject(): response Changed (Breaking ⚠️)
  • vercel.projects.updateMicrofrontends(): response Changed (Breaking ⚠️)
  • vercel.edgeConfig.deleteEdgeConfigTokens():
    • request.requestBody Changed (Breaking ⚠️)
  • vercel.sandboxesV2Beta.stopSession(): response Changed (Breaking ⚠️)
  • vercel.projects.getProjects(): response Changed (Breaking ⚠️)
  • vercel.projects.editProjectEnv(): response.contentHint.union(blob-store-id) Added (Breaking ⚠️)
  • vercel.projects.removeProjectEnv(): response Changed (Breaking ⚠️)
  • vercel.projects.getProjectEnv(): response Changed (Breaking ⚠️)
  • vercel.projects.createProjectEnv(): response.created Changed (Breaking ⚠️)
  • vercel.user.listEventTypes(): response Changed (Breaking ⚠️)
  • vercel.user.getAuthUser(): response.user.union(AuthUser).softBlock.reason.enum(enterpriseUnpaidInvoice) Added (Breaking ⚠️)
  • vercel.projects.createProject(): response Changed (Breaking ⚠️)
  • vercel.user.listUserEvents(): response Changed (Breaking ⚠️)
  • vercel.microfrontends.getMicrofrontendsInGroup(): response.projects[] Changed (Breaking ⚠️)
  • vercel.projects.filterProjectEnvs(): response Changed (Breaking ⚠️)
  • vercel.sandboxesV2Beta.getNamedSandbox(): response.sandbox.snapshotKeepLast Added
  • vercel.sandboxesV2Beta.getSandboxesV2(): response.sandboxes[].snapshotKeepLast Added
  • vercel.featureFlags.getSdkKeys(): response.data[].partialKeyValue Added
  • vercel.integrations.createIntegrationStoreDirect(): response.store Changed
  • vercel.environment.getSharedEnvVar(): response.customEnvironmentIds Added
  • vercel.environment.updateSharedEnvVariable(): response.updated[].customEnvironmentIds Added
  • vercel.environment.listSharedEnvVariable(): response.data[].customEnvironmentIds Added
  • vercel.edgeConfig.getEdgeConfigTokens(): response Changed
  • vercel.featureFlags.createSdkKey(): response.partialKeyValue Added
  • vercel.sandboxesV2Beta.updateSandbox(): response.sandbox.snapshotKeepLast Added
  • vercel.environment.createSharedEnvVariable():
    • request.requestBody.union(3) Added
    • response.created[].customEnvironmentIds Added
  • vercel.sandboxesV2Beta.deleteSandbox(): response.sandbox.snapshotKeepLast Added
  • vercel.edgeConfig.getEdgeConfigToken(): response Changed
  • vercel.teams.joinTeam(): error.status[503] Added
  • vercel.teams.getTeam(): response Changed
  • vercel.teams.patchTeam():
    • request.requestBody.requireVerifiedCommits Added
    • response Changed
  • vercel.teams.getTeams(): response.teams[].union(Team) Changed

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├─┬/v2/sandboxes
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬networkPolicy
│ │           └─┬allowedCIDRs
│ │             └─┬Schema
│ │               └──[🔀] description (121604:42)
│ ├─┬/v13/deployments
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           ├─┬target
│ │           │ └──[+] enum (17741:25)
│ │           ├─┬projectSettings
│ │           │ └─┬framework
│ │           │   └──[+] enum (16305:29)
│ │           ├─┬customEnvironment
│ │           │ └─┬ONEOF
│ │           │   └─┬domains
│ │           │     └─┬Schema
│ │           │       └─┬redirectStatusCode
│ │           │         └──[+] enum (16782:39)
│ │           ├─┬config
│ │           │ └─┬resourceConfig
│ │           │   └─┬buildMachine
│ │           │     └─┬purchaseType
│ │           │       └──[+] enum (19133:37)
│ │           └─┬manualProvisioning
│ │             └──[🔀] description (17639:38)
│ ├─┬/v1/sandboxes
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬networkPolicy
│ │           └─┬allowedCIDRs
│ │             └─┬Schema
│ │               └──[🔀] description (119403:42)
│ ├─┬/v1/log-drains
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬ONEOF
│ │             └─┬Schema
│ │               └─┬projectsMetadata
│ │                 └─┬Schema
│ │                   └─┬framework
│ │                     └──[+] enum (29874:37)
│ ├─┬/v1/security/firewall/config
│ │ └─┬PUT
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬active
│ │             └─┬rules
│ │               └─┬Schema
│ │                 ├─┬ONEOF
│ │                 │ └─┬action
│ │                 │   └─┬mitigate
│ │                 │     ├─┬rateLimit
│ │                 │     │ └─┬action
│ │                 │     │   └──[+] enum (124670:51)
│ │                 │     └─┬bypassSystem
│ │                 │       └──[+] enum (124712:47)
│ │                 └─┬ONEOF
│ │                   └─┬action
│ │                     └─┬mitigate
│ │                       ├─┬rateLimit
│ │                       │ └─┬action
│ │                       │   └──[+] enum (124925:51)
│ │                       └─┬bypassSystem
│ │                         └──[+] enum (124967:47)
│ ├─┬/v10/projects/{idOrName}/env
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       └─┬Schema
│ │ │         ├─┬ONEOF
│ │ │         │ └─┬contentHint
│ │ │         │   ├──[+] oneOf (104545:29)
│ │ │         │   ├─┬ONEOF
│ │ │         │   │ └─┬type
│ │ │         │   │   ├──[+] enum (104358:37)
│ │ │         │   │   └──[-] enum (104398:37)❌ 
│ │ │         │   ├─┬ONEOF
│ │ │         │   │ └─┬type
│ │ │         │   │   ├──[+] enum (104376:37)
│ │ │         │   │   └──[-] enum (104416:37)❌ 
│ │ │         │   ├─┬ONEOF
│ │ │         │   │ └─┬type
│ │ │         │   │   ├──[+] enum (104394:37)
│ │ │         │   │   └──[-] enum (104434:37)❌ 
│ │ │         │   ├─┬ONEOF
│ │ │         │   │ └─┬type
│ │ │         │   │   ├──[+] enum (104412:37)
│ │ │         │   │   └──[-] enum (104452:37)❌ 
│ │ │         │   ├─┬ONEOF
│ │ │         │   │ └─┬type
│ │ │         │   │   ├──[+] enum (104430:37)
│ │ │         │   │   └──[-] enum (104470:37)❌ 
│ │ │         │   ├─┬ONEOF
│ │ │         │   │ └─┬type
│ │ │         │   │   ├──[+] enum (104448:37)
│ │ │         │   │   └──[-] enum (104488:37)❌ 
│ │ │         │   ├─┬ONEOF
│ │ │         │   │ └─┬type
│ │ │         │   │   ├──[+] enum (104466:37)
│ │ │         │   │   └──[-] enum (104506:37)❌ 
│ │ │         │   ├─┬ONEOF
│ │ │         │   │ └─┬type
│ │ │         │   │   ├──[+] enum (104484:37)
│ │ │         │   │   └──[-] enum (104524:37)❌ 
│ │ │         │   ├─┬ONEOF
│ │ │         │   │ ├──[-] required (104559:33)❌ 
│ │ │         │   │ ├──[-] required (104560:33)❌ 
│ │ │         │   │ ├──[-] required (104561:33)❌ 
│ │ │         │   │ ├──[-] properties (104554:33)❌ 
│ │ │         │   │ ├──[-] properties (104548:33)❌ 
│ │ │         │   │ ├──[-] properties (104551:33)❌ 
│ │ │         │   │ └─┬type
│ │ │         │   │   ├──[+] enum (104502:37)
│ │ │         │   │   └──[-] enum (104542:37)❌ 
│ │ │         │   └─┬ONEOF
│ │ │         │     ├──[+] required (104537:33)❌ 
│ │ │         │     ├──[+] required (104538:33)❌ 
│ │ │         │     ├──[+] required (104539:33)❌ 
│ │ │         │     ├──[+] required (104540:33)❌ 
│ │ │         │     ├──[-] required (104580:33)❌ 
│ │ │         │     ├──[+] properties (104532:33)
│ │ │         │     ├──[+] properties (104526:33)
│ │ │         │     ├──[+] properties (104529:33)
│ │ │         │     ├──[+] properties (104523:33)
│ │ │         │     ├──[-] properties (104575:33)❌ 
│ │ │         │     └─┬type
│ │ │         │       ├──[+] enum (104520:37)
│ │ │         │       └──[-] enum (104572:37)❌ 
│ │ │         ├─┬ONEOF
│ │ │         │ └─┬envs
│ │ │         │   └─┬Schema
│ │ │         │     └─┬contentHint
│ │ │         │       ├──[+] oneOf (104993:35)
│ │ │         │       ├─┬ONEOF
│ │ │         │       │ └─┬type
│ │ │         │       │   ├──[+] enum (104806:43)
│ │ │         │       │   └──[-] enum (104828:43)❌ 
│ │ │         │       ├─┬ONEOF
│ │ │         │       │ └─┬type
│ │ │         │       │   ├──[+] enum (104824:43)
│ │ │         │       │   └──[-] enum (104846:43)❌ 
│ │ │         │       ├─┬ONEOF
│ │ │         │       │ └─┬type
│ │ │         │       │   ├──[+] enum (104842:43)
│ │ │         │       │   └──[-] enum (104864:43)❌ 
│ │ │         │       ├─┬ONEOF
│ │ │         │       │ └─┬type
│ │ │         │       │   ├──[+] enum (104860:43)
│ │ │         │       │   └──[-] enum (104882:43)❌ 
│ │ │         │       ├─┬ONEOF
│ │ │         │       │ └─┬type
│ │ │         │       │   ├──[+] enum (104878:43)
│ │ │         │       │   └──[-] enum (104900:43)❌ 
│ │ │         │       ├─┬ONEOF
│ │ │         │       │ └─┬type
│ │ │         │       │   ├──[+] enum (104896:43)
│ │ │         │       │   └──[-] enum (104918:43)❌ 
│ │ │         │       ├─┬ONEOF
│ │ │         │       │ └─┬type
│ │ │         │       │   ├──[+] enum (104914:43)
│ │ │         │       │   └──[-] enum (104936:43)❌ 
│ │ │         │       ├─┬ONEOF
│ │ │         │       │ └─┬type
│ │ │         │       │   ├──[+] enum (104932:43)
│ │ │         │       │   └──[-] enum (104954:43)❌ 
│ │ │         │       ├─┬ONEOF
│ │ │         │       │ ├──[-] required (104989:39)❌ 
│ │ │         │       │ ├──[-] required (104990:39)❌ 
│ │ │         │       │ ├──[-] required (104991:39)❌ 
│ │ │         │       │ ├──[-] properties (104984:39)❌ 
│ │ │         │       │ ├──[-] properties (104978:39)❌ 
│ │ │         │       │ ├──[-] properties (104981:39)❌ 
│ │ │         │       │ └─┬type
│ │ │         │       │   ├──[+] enum (104950:43)
│ │ │         │       │   └──[-] enum (104972:43)❌ 
│ │ │         │       └─┬ONEOF
│ │ │         │         ├──[+] required (104985:39)❌ 
│ │ │         │         ├──[+] required (104986:39)❌ 
│ │ │         │         ├──[+] required (104987:39)❌ 
│ │ │         │         ├──[+] required (104988:39)❌ 
│ │ │         │         ├──[-] required (105010:39)❌ 
│ │ │         │         ├──[+] properties (104980:39)
│ │ │         │         ├──[+] properties (104974:39)
│ │ │         │         ├──[+] properties (104977:39)
│ │ │         │         ├──[+] properties (104971:39)
│ │ │         │         ├──[-] properties (105005:39)❌ 
│ │ │         │         └─┬type
│ │ │         │           ├──[+] enum (104968:43)
│ │ │         │           └──[-] enum (105002:43)❌ 
│ │ │         └─┬ONEOF
│ │ │           └─┬envs
│ │ │             └─┬Schema
│ │ │               └─┬contentHint
│ │ │                 ├──[+] oneOf (105453:35)
│ │ │                 ├─┬ONEOF
│ │ │                 │ └─┬type
│ │ │                 │   ├──[+] enum (105266:43)
│ │ │                 │   └──[-] enum (105270:43)❌ 
│ │ │                 ├─┬ONEOF
│ │ │                 │ └─┬type
│ │ │                 │   ├──[+] enum (105284:43)
│ │ │                 │   └──[-] enum (105288:43)❌ 
│ │ │                 ├─┬ONEOF
│ │ │                 │ └─┬type
│ │ │                 │   ├──[+] enum (105302:43)
│ │ │                 │   └──[-] enum (105306:43)❌ 
│ │ │                 ├─┬ONEOF
│ │ │                 │ └─┬type
│ │ │                 │   ├──[+] enum (105320:43)
│ │ │                 │   └──[-] enum (105324:43)❌ 
│ │ │                 ├─┬ONEOF
│ │ │                 │ └─┬type
│ │ │                 │   ├──[+] enum (105338:43)
│ │ │                 │   └──[-] enum (105342:43)❌ 
│ │ │                 ├─┬ONEOF
│ │ │                 │ └─┬type
│ │ │                 │   ├──[+] enum (105356:43)
│ │ │                 │   └──[-] enum (105360:43)❌ 
│ │ │                 ├─┬ONEOF
│ │ │                 │ └─┬type
│ │ │                 │   ├──[+] enum (105374:43)
│ │ │                 │   └──[-] enum (105378:43)❌ 
│ │ │                 ├─┬ONEOF
│ │ │                 │ └─┬type
│ │ │                 │   ├──[+] enum (105392:43)
│ │ │                 │   └──[-] enum (105396:43)❌ 
│ │ │                 ├─┬ONEOF
│ │ │                 │ ├──[-] required (105432:39)❌ 
│ │ │                 │ ├──[-] required (105433:39)❌ 
│ │ │                 │ ├──[-] required (105431:39)❌ 
│ │ │                 │ ├──[-] properties (105426:39)❌ 
│ │ │                 │ ├──[-] properties (105420:39)❌ 
│ │ │                 │ ├──[-] properties (105423:39)❌ 
│ │ │                 │ └─┬type
│ │ │                 │   ├──[+] enum (105410:43)
│ │ │                 │   └──[-] enum (105414:43)❌ 
│ │ │                 └─┬ONEOF
│ │ │                   ├──[+] required (105445:39)❌ 
│ │ │                   ├──[+] required (105446:39)❌ 
│ │ │                   ├──[+] required (105447:39)❌ 
│ │ │                   ├──[+] required (105448:39)❌ 
│ │ │                   ├──[-] required (105452:39)❌ 
│ │ │                   ├──[+] properties (105440:39)
│ │ │                   ├──[+] properties (105434:39)
│ │ │                   ├──[+] properties (105437:39)
│ │ │                   ├──[+] properties (105431:39)
│ │ │                   ├──[-] properties (105447:39)❌ 
│ │ │                   └─┬type
│ │ │                     ├──[+] enum (105428:43)
│ │ │                     └──[-] enum (105444:43)❌ 
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬201
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬created
│ │             ├─┬ONEOF
│ │             │ └─┬contentHint
│ │             │   ├──[+] oneOf (106048:33)
│ │             │   ├─┬ONEOF
│ │             │   │ └─┬type
│ │             │   │   ├──[+] enum (105861:41)
│ │             │   │   └──[-] enum (105847:41)❌ 
│ │             │   ├─┬ONEOF
│ │             │   │ └─┬type
│ │             │   │   ├──[+] enum (105879:41)
│ │             │   │   └──[-] enum (105865:41)❌ 
│ │             │   ├─┬ONEOF
│ │             │   │ └─┬type
│ │             │   │   ├──[+] enum (105897:41)
│ │             │   │   └──[-] enum (105883:41)❌ 
│ │             │   ├─┬ONEOF
│ │             │   │ └─┬type
│ │             │   │   ├──[+] enum (105915:41)
│ │             │   │   └──[-] enum (105901:41)❌ 
│ │             │   ├─┬ONEOF
│ │             │   │ └─┬type
│ │             │   │   ├──[+] enum (105933:41)
│ │             │   │   └──[-] enum (105919:41)❌ 
│ │             │   ├─┬ONEOF
│ │             │   │ └─┬type
│ │             │   │   ├──[+] enum (105951:41)
│ │             │   │   └──[-] enum (105937:41)❌ 
│ │             │   ├─┬ONEOF
│ │             │   │ └─┬type
│ │             │   │   ├──[+] enum (105969:41)
│ │             │   │   └──[-] enum (105955:41)❌ 
│ │             │   ├─┬ONEOF
│ │             │   │ └─┬type
│ │             │   │   ├──[+] enum (105987:41)
│ │             │   │   └──[-] enum (105973:41)❌ 
│ │             │   ├─┬ONEOF
│ │             │   │ ├──[-] required (106008:37)❌ 
│ │             │   │ ├──[-] required (106009:37)❌ 
│ │             │   │ ├──[-] required (106010:37)❌ 
│ │             │   │ ├──[-] properties (106003:37)❌ 
│ │             │   │ ├──[-] properties (105997:37)❌ 
│ │             │   │ ├──[-] properties (106000:37)❌ 
│ │             │   │ └─┬type
│ │             │   │   ├──[+] enum (106005:41)
│ │             │   │   └──[-] enum (105991:41)❌ 
│ │             │   └─┬ONEOF
│ │             │     ├──[+] required (106040:37)❌ 
│ │             │     ├──[+] required (106041:37)❌ 
│ │             │     ├──[+] required (106042:37)❌ 
│ │             │     ├──[+] required (106043:37)❌ 
│ │             │     ├──[-] required (106029:37)❌ 
│ │             │     ├──[+] properties (106035:37)
│ │             │     ├──[+] properties (106029:37)
│ │             │     ├──[+] properties (106032:37)
│ │             │     ├──[+] properties (106026:37)
│ │             │     ├──[-] properties (106024:37)❌ 
│ │             │     └─┬type
│ │             │       ├──[+] enum (106023:41)
│ │             │       └──[-] enum (106021:41)❌ 
│ │             └─┬ONEOF
│ │               └─┬Schema
│ │                 └─┬contentHint
│ │                   ├──[+] oneOf (106485:35)
│ │                   ├─┬ONEOF
│ │                   │ └─┬type
│ │                   │   ├──[+] enum (106298:43)
│ │                   │   └──[-] enum (106266:43)❌ 
│ │                   ├─┬ONEOF
│ │                   │ └─┬type
│ │                   │   ├──[+] enum (106316:43)
│ │                   │   └──[-] enum (106284:43)❌ 
│ │                   ├─┬ONEOF
│ │                   │ └─┬type
│ │                   │   ├──[+] enum (106334:43)
│ │                   │   └──[-] enum (106302:43)❌ 
│ │                   ├─┬ONEOF
│ │                   │ └─┬type
│ │                   │   ├──[+] enum (106352:43)
│ │                   │   └──[-] enum (106320:43)❌ 
│ │                   ├─┬ONEOF
│ │                   │ └─┬type
│ │                   │   ├──[+] enum (106370:43)
│ │                   │   └──[-] enum (106338:43)❌ 
│ │                   ├─┬ONEOF
│ │                   │ └─┬type
│ │                   │   ├──[+] enum (106388:43)
│ │                   │   └──[-] enum (106356:43)❌ 
│ │                   ├─┬ONEOF
│ │                   │ └─┬type
│ │                   │   ├──[+] enum (106406:43)
│ │                   │   └──[-] enum (106374:43)❌ 
│ │                   ├─┬ONEOF
│ │                   │ └─┬type
│ │                   │   ├──[+] enum (106424:43)
│ │                   │   └──[-] enum (106392:43)❌ 
│ │                   ├─┬ONEOF
│ │                   │ ├──[-] required (106427:39)❌ 
│ │                   │ ├──[-] required (106428:39)❌ 
│ │                   │ ├──[-] required (106429:39)❌ 
│ │                   │ ├──[-] properties (106422:39)❌ 
│ │                   │ ├──[-] properties (106416:39)❌ 
│ │                   │ ├──[-] properties (106419:39)❌ 
│ │                   │ └─┬type
│ │                   │   ├──[+] enum (106442:43)
│ │                   │   └──[-] enum (106410:43)❌ 
│ │                   └─┬ONEOF
│ │                     ├──[+] required (106477:39)❌ 
│ │                     ├──[+] required (106478:39)❌ 
│ │                     ├──[+] required (106479:39)❌ 
│ │                     ├──[+] required (106480:39)❌ 
│ │                     ├──[-] required (106448:39)❌ 
│ │                     ├──[+] properties (106472:39)
│ │                     ├──[+] properties (106466:39)
│ │                     ├──[+] properties (106469:39)
│ │                     ├──[+] properties (106463:39)
│ │                     ├──[-] properties (106443:39)❌ 
│ │                     └─┬type
│ │                       ├──[+] enum (106460:43)
│ │                       └──[-] enum (106440:43)❌ 
│ ├─┬/v1/projects/{projectId}/microfrontends
│ │ └─┬PATCH
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           ├─┬enableProductionFeedback
│ │           │ └──[+] enum (115470:25)
│ │           ├─┬publicSource
│ │           │ └──[+] enum (114877:25)
│ │           ├─┬permissions
│ │           │ ├──[+] properties (116321:25)
│ │           │ ├──[+] properties (116327:25)
│ │           │ ├──[+] properties (116387:25)
│ │           │ └──[+] properties (116423:25)
│ │           ├─┬env
│ │           │ └─┬Schema
│ │           │   └─┬contentHint
│ │           │     ├──[+] oneOf (113646:31)
│ │           │     ├─┬ONEOF
│ │           │     │ └─┬type
│ │           │     │   ├──[+] enum (113459:39)
│ │           │     │   └──[-] enum (113292:39)❌ 
│ │           │     ├─┬ONEOF
│ │           │     │ └─┬type
│ │           │     │   ├──[+] enum (113477:39)
│ │           │     │   └──[-] enum (113310:39)❌ 
│ │           │     ├─┬ONEOF
│ │           │     │ └─┬type
│ │           │     │   ├──[+] enum (113495:39)
│ │           │     │   └──[-] enum (113328:39)❌ 
│ │           │     ├─┬ONEOF
│ │           │     │ └─┬type
│ │           │     │   ├──[+] enum (113513:39)
│ │           │     │   └──[-] enum (113346:39)❌ 
│ │           │     ├─┬ONEOF
│ │           │     │ └─┬type
│ │           │     │   ├──[+] enum (113531:39)
│ │           │     │   └──[-] enum (113364:39)❌ 
│ │           │     ├─┬ONEOF
│ │           │     │ └─┬type
│ │           │     │   ├──[+] enum (113549:39)
│ │           │     │   └──[-] enum (113382:39)❌ 
│ │           │     ├─┬ONEOF
│ │           │     │ └─┬type
│ │           │     │   ├──[+] enum (113567:39)
│ │           │     │   └──[-] enum (113400:39)❌ 
│ │           │     ├─┬ONEOF
│ │           │     │ └─┬type
│ │           │     │   ├──[+] enum (113585:39)
│ │           │     │   └──[-] enum (113418:39)❌ 
│ │           │     ├─┬ONEOF
│ │           │     │ ├──[-] required (113453:35)❌ 
│ │           │     │ ├──[-] required (113454:35)❌ 
│ │           │     │ ├──[-] required (113455:35)❌ 
│ │           │     │ ├──[-] properties (113448:35)❌ 
│ │           │     │ ├──[-] properties (113442:35)❌ 
│ │           │     │ ├──[-] properties (113445:35)❌ 
│ │           │     │ └─┬type
│ │           │     │   ├──[+] enum (113603:39)
│ │           │     │   └──[-] enum (113436:39)❌ 
│ │           │     └─┬ONEOF
│ │           │       ├──[+] required (113638:35)❌ 
│ │           │       ├──[+] required (113639:35)❌ 
│ │           │       ├──[+] required (113640:35)❌ 
│ │           │       ├──[+] required (113641:35)❌ 
│ │           │       ├──[-] required (113474:35)❌ 
│ │           │       ├──[+] properties (113633:35)
│ │           │       ├──[+] properties (113627:35)
│ │           │       ├──[+] properties (113630:35)
│ │           │       ├──[+] properties (113624:35)
│ │           │       ├──[-] properties (113469:35)❌ 
│ │           │       └─┬type
│ │           │         ├──[+] enum (113621:39)
│ │           │         └──[-] enum (113466:39)❌ 
│ │           ├─┬gitProviderOptions
│ │           │ └─┬requireVerifiedCommits
│ │           │   └──[🔀] description (117392:42)
│ │           ├─┬ssoProtection
│ │           │ ├──[+] properties (115258:25)
│ │           │ ├─┬cve55182MigrationAppliedFrom
│ │           │ │ └──[+] enum (115266:29)
│ │           │ └─┬deploymentType
│ │           │   ├──[+] enum (115255:29)
│ │           │   └──[+] nullable (115248:39)❌ 
│ │           ├─┬framework
│ │           │ └──[+] enum (113943:25)
│ │           ├─┬enablePreviewFeedback
│ │           │ └──[+] enum (115461:25)
│ │           └─┬customEnvironments
│ │             └─┬Schema
│ │               └─┬domains
│ │                 └─┬Schema
│ │                   └─┬redirectStatusCode
│ │                     └──[+] enum (113777:37)
│ ├─┬/v11/projects
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           ├─┬customEnvironments
│ │           │ └─┬Schema
│ │           │   └─┬domains
│ │           │     └─┬Schema
│ │           │       └─┬redirectStatusCode
│ │           │         └──[+] enum (83643:37)
│ │           ├─┬enableProductionFeedback
│ │           │ └──[+] enum (85336:25)
│ │           ├─┬env
│ │           │ └─┬Schema
│ │           │   └─┬contentHint
│ │           │     ├──[+] oneOf (83512:31)
│ │           │     ├─┬ONEOF
│ │           │     │ └─┬type
│ │           │     │   ├──[+] enum (83325:39)
│ │           │     │   └──[-] enum (83554:39)❌ 
│ │           │     ├─┬ONEOF
│ │           │     │ └─┬type
│ │           │     │   ├──[+] enum (83343:39)
│ │           │     │   └──[-] enum (83572:39)❌ 
│ │           │     ├─┬ONEOF
│ │           │     │ └─┬type
│ │           │     │   ├──[+] enum (83361:39)
│ │           │     │   └──[-] enum (83590:39)❌ 
│ │           │     ├─┬ONEOF
│ │           │     │ └─┬type
│ │           │     │   ├──[+] enum (83379:39)
│ │           │     │   └──[-] enum (83608:39)❌ 
│ │           │     ├─┬ONEOF
│ │           │     │ └─┬type
│ │           │     │   ├──[+] enum (83397:39)
│ │           │     │   └──[-] enum (83626:39)❌ 
│ │           │     ├─┬ONEOF
│ │           │     │ └─┬type
│ │           │     │   ├──[+] enum (83415:39)
│ │           │     │   └──[-] enum (83644:39)❌ 
│ │           │     ├─┬ONEOF
│ │           │     │ └─┬type
│ │           │     │   ├──[+] enum (83433:39)
│ │           │     │   └──[-] enum (83662:39)❌ 
│ │           │     ├─┬ONEOF
│ │           │     │ └─┬type
│ │           │     │   ├──[+] enum (83451:39)
│ │           │     │   └──[-] enum (83680:39)❌ 
│ │           │     ├─┬ONEOF
│ │           │     │ ├──[-] required (83715:35)❌ 
│ │           │     │ ├──[-] required (83716:35)❌ 
│ │           │     │ ├──[-] required (83717:35)❌ 
│ │           │     │ ├──[-] properties (83710:35)❌ 
│ │           │     │ ├──[-] properties (83704:35)❌ 
│ │           │     │ ├──[-] properties (83707:35)❌ 
│ │           │     │ └─┬type
│ │           │     │   ├──[+] enum (83469:39)
│ │           │     │   └──[-] enum (83698:39)❌ 
│ │           │     └─┬ONEOF
│ │           │       ├──[+] required (83504:35)❌ 
│ │           │       ├──[+] required (83505:35)❌ 
│ │           │       ├──[+] required (83506:35)❌ 
│ │           │       ├──[+] required (83507:35)❌ 
│ │           │       ├──[-] required (83736:35)❌ 
│ │           │       ├──[+] properties (83499:35)
│ │           │       ├──[+] properties (83493:35)
│ │           │       ├──[+] properties (83496:35)
│ │           │       ├──[+] properties (83490:35)
│ │           │       ├──[-] properties (83731:35)❌ 
│ │           │       └─┬type
│ │           │         ├──[+] enum (83487:39)
│ │           │         └──[-] enum (83728:39)❌ 
│ │           ├─┬publicSource
│ │           │ └──[+] enum (84743:25)
│ │           ├─┬framework
│ │           │ └──[+] enum (83809:25)
│ │           ├─┬ssoProtection
│ │           │ ├──[+] properties (85124:25)
│ │           │ ├─┬deploymentType
│ │           │ │ ├──[+] enum (85121:29)
│ │           │ │ └──[+] nullable (85114:39)❌ 
│ │           │ └─┬cve55182MigrationAppliedFrom
│ │           │   └──[+] enum (85132:29)
│ │           ├─┬gitProviderOptions
│ │           │ └─┬requireVerifiedCommits
│ │           │   └──[🔀] description (87258:42)
│ │           ├─┬permissions
│ │           │ ├──[+] properties (86187:25)
│ │           │ ├──[+] properties (86193:25)
│ │           │ ├──[+] properties (86253:25)
│ │           │ └──[+] properties (86289:25)
│ │           └─┬enablePreviewFeedback
│ │             └──[+] enum (85327:25)
│ ├─┬/v9/projects/{idOrName}
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       └─┬Schema
│ │ │         ├─┬publicSource
│ │ │         │ └──[+] enum (90861:25)
│ │ │         ├─┬env
│ │ │         │ └─┬Schema
│ │ │         │   └─┬contentHint
│ │ │         │     ├──[+] oneOf (89630:31)
│ │ │         │     ├─┬ONEOF
│ │ │         │     │ └─┬type
│ │ │         │     │   ├──[+] enum (89443:39)
│ │ │         │     │   └──[-] enum (89613:39)❌ 
│ │ │         │     ├─┬ONEOF
│ │ │         │     │ └─┬type
│ │ │         │     │   ├──[+] enum (89461:39)
│ │ │         │     │   └──[-] enum (89631:39)❌ 
│ │ │         │     ├─┬ONEOF
│ │ │         │     │ └─┬type
│ │ │         │     │   ├──[+] enum (89479:39)
│ │ │         │     │   └──[-] enum (89649:39)❌ 
│ │ │         │     ├─┬ONEOF
│ │ │         │     │ └─┬type
│ │ │         │     │   ├──[+] enum (89497:39)
│ │ │         │     │   └──[-] enum (89667:39)❌ 
│ │ │         │     ├─┬ONEOF
│ │ │         │     │ └─┬type
│ │ │         │     │   ├──[+] enum (89515:39)
│ │ │         │     │   └──[-] enum (89685:39)❌ 
│ │ │         │     ├─┬ONEOF
│ │ │         │     │ └─┬type
│ │ │         │     │   ├──[+] enum (89533:39)
│ │ │         │     │   └──[-] enum (89703:39)❌ 
│ │ │         │     ├─┬ONEOF
│ │ │         │     │ └─┬type
│ │ │         │     │   ├──[+] enum (89551:39)
│ │ │         │     │   └──[-] enum (89721:39)❌ 
│ │ │         │     ├─┬ONEOF
│ │ │         │     │ └─┬type
│ │ │         │     │   ├──[+] enum (89569:39)
│ │ │         │     │   └──[-] enum (89739:39)❌ 
│ │ │         │     ├─┬ONEOF
│ │ │         │     │ ├──[-] required (89774:35)❌ 
│ │ │         │     │ ├──[-] required (89775:35)❌ 
│ │ │         │     │ ├──[-] required (89776:35)❌ 
│ │ │         │     │ ├──[-] properties (89769:35)❌ 
│ │ │         │     │ ├──[-] properties (89763:35)❌ 
│ │ │         │     │ ├──[-] properties (89766:35)❌ 
│ │ │         │     │ └─┬type
│ │ │         │     │   ├──[+] enum (89587:39)
│ │ │         │     │   └──[-] enum (89757:39)❌ 
│ │ │         │     └─┬ONEOF
│ │ │         │       ├──[+] required (89622:35)❌ 
│ │ │         │       ├──[+] required (89623:35)❌ 
│ │ │         │       ├──[+] required (89624:35)❌ 
│ │ │         │       ├──[+] required (89625:35)❌ 
│ │ │         │       ├──[-] required (89795:35)❌ 
│ │ │         │       ├──[+] properties (89617:35)
│ │ │         │       ├──[+] properties (89611:35)
│ │ │         │       ├──[+] properties (89614:35)
│ │ │         │       ├──[+] properties (89608:35)
│ │ │         │       ├──[-] properties (89790:35)❌ 
│ │ │         │       └─┬type
│ │ │         │         ├──[+] enum (89605:39)
│ │ │         │         └──[-] enum (89787:39)❌ 
│ │ │         ├─┬enableProductionFeedback
│ │ │         │ └──[+] enum (91454:25)
│ │ │         ├─┬framework
│ │ │         │ └──[+] enum (89927:25)
│ │ │         ├─┬customEnvironments
│ │ │         │ └─┬Schema
│ │ │         │   └─┬domains
│ │ │         │     └─┬Schema
│ │ │         │       └─┬redirectStatusCode
│ │ │         │         └──[+] enum (89761:37)
│ │ │         ├─┬permissions
│ │ │         │ ├──[+] properties (92305:25)
│ │ │         │ ├──[+] properties (92311:25)
│ │ │         │ ├──[+] properties (92371:25)
│ │ │         │ └──[+] properties (92407:25)
│ │ │         ├─┬enablePreviewFeedback
│ │ │         │ └──[+] enum (91445:25)
│ │ │         ├─┬ssoProtection
│ │ │         │ ├──[+] properties (91242:25)
│ │ │         │ ├─┬deploymentType
│ │ │         │ │ ├──[+] enum (91239:29)
│ │ │         │ │ └──[+] nullable (91232:39)❌ 
│ │ │         │ └─┬cve55182MigrationAppliedFrom
│ │ │         │   └──[+] enum (91250:29)
│ │ │         └─┬gitProviderOptions
│ │ │           └─┬requireVerifiedCommits
│ │ │             └──[🔀] description (93376:42)
│ │ └─┬PATCH
│ │   ├─┬Responses
│ │   │ └─┬200
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       ├─┬enableProductionFeedback
│ │   │       │ └──[+] enum (97153:25)
│ │   │       ├─┬publicSource
│ │   │       │ └──[+] enum (96560:25)
│ │   │       ├─┬framework
│ │   │       │ └──[+] enum (95626:25)
│ │   │       ├─┬permissions
│ │   │       │ ├──[+] properties (98004:25)
│ │   │       │ ├──[+] properties (98010:25)
│ │   │       │ ├──[+] properties (98070:25)
│ │   │       │ └──[+] properties (98106:25)
│ │   │       ├─┬gitProviderOptions
│ │   │       │ └─┬requireVerifiedCommits
│ │   │       │   └──[🔀] description (99075:42)
│ │   │       ├─┬enablePreviewFeedback
│ │   │       │ └──[+] enum (97144:25)
│ │   │       ├─┬ssoProtection
│ │   │       │ ├──[+] properties (96941:25)
│ │   │       │ ├─┬deploymentType
│ │   │       │ │ ├──[+] enum (96938:29)
│ │   │       │ │ └──[+] nullable (96931:39)❌ 
│ │   │       │ └─┬cve55182MigrationAppliedFrom
│ │   │       │   └──[+] enum (96949:29)
│ │   │       ├─┬customEnvironments
│ │   │       │ └─┬Schema
│ │   │       │   └─┬domains
│ │   │       │     └─┬Schema
│ │   │       │       └─┬redirectStatusCode
│ │   │       │         └──[+] enum (95460:37)
│ │   │       └─┬env
│ │   │         └─┬Schema
│ │   │           └─┬contentHint
│ │   │             ├──[+] oneOf (95329:31)
│ │   │             ├─┬ONEOF
│ │   │             │ └─┬type
│ │   │             │   ├──[+] enum (95142:39)
│ │   │             │   └──[-] enum (95253:39)❌ 
│ │   │             ├─┬ONEOF
│ │   │             │ └─┬type
│ │   │             │   ├──[+] enum (95160:39)
│ │   │             │   └──[-] enum (95271:39)❌ 
│ │   │             ├─┬ONEOF
│ │   │             │ └─┬type
│ │   │             │   ├──[+] enum (95178:39)
│ │   │             │   └──[-] enum (95289:39)❌ 
│ │   │             ├─┬ONEOF
│ │   │             │ └─┬type
│ │   │             │   ├──[+] enum (95196:39)
│ │   │             │   └──[-] enum (95307:39)❌ 
│ │   │             ├─┬ONEOF
│ │   │             │ └─┬type
│ │   │             │   ├──[+] enum (95214:39)
│ │   │             │   └──[-] enum (95325:39)❌ 
│ │   │             ├─┬ONEOF
│ │   │             │ └─┬type
│ │   │             │   ├──[+] enum (95232:39)
│ │   │             │   └──[-] enum (95343:39)❌ 
│ │   │             ├─┬ONEOF
│ │   │             │ └─┬type
│ │   │             │   ├──[+] enum (95250:39)
│ │   │             │   └──[-] enum (95361:39)❌ 
│ │   │             ├─┬ONEOF
│ │   │             │ └─┬type
│ │   │             │   ├──[+] enum (95268:39)
│ │   │             │   └──[-] enum (95379:39)❌ 
│ │   │             ├─┬ONEOF
│ │   │             │ ├──[-] required (95415:35)❌ 
│ │   │             │ ├──[-] required (95416:35)❌ 
│ │   │             │ ├──[-] required (95414:35)❌ 
│ │   │             │ ├──[-] properties (95409:35)❌ 
│ │   │             │ ├──[-] properties (95403:35)❌ 
│ │   │             │ ├──[-] properties (95406:35)❌ 
│ │   │             │ └─┬type
│ │   │             │   ├──[+] enum (95286:39)
│ │   │             │   └──[-] enum (95397:39)❌ 
│ │   │             └─┬ONEOF
│ │   │               ├──[+] required (95321:35)❌ 
│ │   │               ├──[+] required (95322:35)❌ 
│ │   │               ├──[+] required (95323:35)❌ 
│ │   │               ├──[+] required (95324:35)❌ 
│ │   │               ├──[-] required (95435:35)❌ 
│ │   │               ├──[+] properties (95316:35)
│ │   │               ├──[+] properties (95310:35)
│ │   │               ├──[+] properties (95313:35)
│ │   │               ├──[+] properties (95307:35)
│ │   │               ├──[-] properties (95430:35)❌ 
│ │   │               └─┬type
│ │   │                 ├──[+] enum (95304:39)
│ │   │                 └──[-] enum (95427:39)❌ 
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬trustedSources
│ │           ├─┬projects
│ │           │ ├──[🔀] maxProperties (100815:42)❌ 
│ │           │ └─┬Schema
│ │           │   ├─┬customAllow
│ │           │   │ ├──[🔀] maxItems (100828:43)❌ 
│ │           │   │ └─┬Schema
│ │           │   │   ├─┬from
│ │           │   │   │ └─┬slugs
│ │           │   │   │   └─┬Schema
│ │           │   │   │     ├──[🔀] maxLength (100897:56)❌ 
│ │           │   │   │     └──[🔀] description (100898:58)
│ │           │   │   └─┬to
│ │           │   │     └─┬slugs
│ │           │   │       └─┬Schema
│ │           │   │         ├──[🔀] maxLength (100861:56)❌ 
│ │           │   │         └──[🔀] description (100862:58)
│ │           │   └─┬label
│ │           │     └──[🔀] maxLength (100822:44)❌ 
│ │           └─┬oidcProviders
│ │             ├──[🔀] maxProperties (100918:42)❌ 
│ │             └─┬Schema
│ │               ├──[🔀] maxItems (100922:39)❌ 
│ │               └─┬Schema
│ │                 ├─┬label
│ │                 │ └──[🔀] maxLength (100933:46)❌ 
│ │                 ├─┬claims
│ │                 │ ├──[🔀] maxProperties (100975:50)❌ 
│ │                 │ └─┬Schema
│ │                 │   ├──[🔀] maxItems (100979:47)❌ 
│ │                 │   └─┬Schema
│ │                 │     └──[🔀] maxLength (100982:50)❌ 
│ │                 └─┬to
│ │                   └─┬slugs
│ │                     └─┬Schema
│ │                       ├──[🔀] maxLength (100960:52)❌ 
│ │                       └──[🔀] description (100961:54)
│ ├─┬/v9/projects/{idOrName}/domains/{domain}
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       └─┬Schema
│ │ │         └─┬redirectStatusCode
│ │ │           └──[+] enum (103186:25)
│ │ └─┬PATCH
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬redirectStatusCode
│ │             └──[+] enum (103343:25)
│ ├─┬/v2/sandboxes/sessions/{sessionId}/stop
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           ├──[-] required (123086:21)❌ 
│ │           ├──[-] type (123088:27)❌ 
│ │           ├──[-] properties (123081:21)❌ 
│ │           ├──[+] oneOf (123308:21)
│ │           └──[+] oneOf (123319:21)
│ ├─┬/v1/projects/{idOrName}/rolling-release
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬rollingRelease
│ │             ├─┬substate
│ │             │ └──[+] enum (110539:29)
│ │             ├─┬canaryDeployment
│ │             │ └─┬target
│ │             │   └──[+] enum (110684:33)
│ │             └─┬currentDeployment
│ │               └─┬target
│ │                 └──[+] enum (110598:33)
│ ├─┬/v1/projects/{idOrName}/rolling-release/complete
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬rollingRelease
│ │             ├─┬canaryDeployment
│ │             │ └─┬target
│ │             │   └──[+] enum (111845:33)
│ │             ├─┬substate
│ │             │ └──[+] enum (111700:29)
│ │             └─┬currentDeployment
│ │               └─┬target
│ │                 └──[+] enum (111759:33)
│ ├─┬/v1/webhooks
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬ONEOF
│ │             └─┬Schema
│ │               └─┬projectsMetadata
│ │                 └─┬Schema
│ │                   └─┬framework
│ │                     └──[+] enum (136758:37)
│ ├─┬/v9/projects/{idOrName}/custom-environments/{environmentSlugOrId}
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       └─┬Schema
│ │ │         └─┬domains
│ │ │           └─┬Schema
│ │ │             └─┬redirectStatusCode
│ │ │               └──[+] enum (102040:31)
│ │ ├─┬DELETE
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       └─┬Schema
│ │ │         └─┬domains
│ │ │           └─┬Schema
│ │ │             └─┬redirectStatusCode
│ │ │               └──[+] enum (102560:31)
│ │ └─┬PATCH
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬domains
│ │             └─┬Schema
│ │               └─┬redirectStatusCode
│ │                 └──[+] enum (102276:31)
│ ├─┬/v13/deployments/{idOrUrl}
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           ├─┬ONEOF
│ │           │ ├─┬projectSettings
│ │           │ │ └─┬framework
│ │           │ │   └──[+] enum (11659:33)
│ │           │ ├─┬customEnvironment
│ │           │ │ └─┬ONEOF
│ │           │ │   └─┬domains
│ │           │ │     └─┬Schema
│ │           │ │       └─┬redirectStatusCode
│ │           │ │         └──[+] enum (12136:43)
│ │           │ ├─┬manualProvisioning
│ │           │ │ └──[🔀] description (12993:42)
│ │           │ ├─┬config
│ │           │ │ └─┬resourceConfig
│ │           │ │   └─┬buildMachine
│ │           │ │     └─┬purchaseType
│ │           │ │       └──[+] enum (14487:41)
│ │           │ └─┬target
│ │           │   └──[+] enum (13095:29)
│ │           └─┬ONEOF
│ │             ├─┬manualProvisioning
│ │             │ └──[🔀] description (15831:42)
│ │             ├─┬customEnvironment
│ │             │ └─┬ONEOF
│ │             │   └─┬domains
│ │             │     └─┬Schema
│ │             │       └─┬redirectStatusCode
│ │             │         └──[+] enum (14974:43)
│ │             └─┬target
│ │               └──[+] enum (15933:29)
│ ├─┬/v10/projects
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           ├─┬ONEOF
│ │           │ └─┬Schema
│ │           │   ├─┬ssoProtection
│ │           │   │ ├──[+] properties (71591:31)
│ │           │   │ ├─┬deploymentType
│ │           │   │ │ ├──[+] enum (71588:35)
│ │           │   │ │ └──[+] nullable (71581:45)❌ 
│ │           │   │ └─┬cve55182MigrationAppliedFrom
│ │           │   │   └──[+] enum (71599:35)
│ │           │   ├─┬env
│ │           │   │ └─┬Schema
│ │           │   │   └─┬contentHint
│ │           │   │     ├──[+] oneOf (70526:37)
│ │           │   │     ├─┬ONEOF
│ │           │   │     │ └─┬type
│ │           │   │     │   ├──[+] enum (70339:45)
│ │           │   │     │   └──[-] enum (70693:45)❌ 
│ │           │   │     ├─┬ONEOF
│ │           │   │     │ └─┬type
│ │           │   │     │   ├──[+] enum (70357:45)
│ │           │   │     │   └──[-] enum (70711:45)❌ 
│ │           │   │     ├─┬ONEOF
│ │           │   │     │ └─┬type
│ │           │   │     │   ├──[+] enum (70375:45)
│ │           │   │     │   └──[-] enum (70729:45)❌ 
│ │           │   │     ├─┬ONEOF
│ │           │   │     │ └─┬type
│ │           │   │     │   ├──[+] enum (70393:45)
│ │           │   │     │   └──[-] enum (70747:45)❌ 
│ │           │   │     ├─┬ONEOF
│ │           │   │     │ └─┬type
│ │           │   │     │   ├──[+] enum (70411:45)
│ │           │   │     │   └──[-] enum (70765:45)❌ 
│ │           │   │     ├─┬ONEOF
│ │           │   │     │ └─┬type
│ │           │   │     │   ├──[+] enum (70429:45)
│ │           │   │     │   └──[-] enum (70783:45)❌ 
│ │           │   │     ├─┬ONEOF
│ │           │   │     │ └─┬type
│ │           │   │     │   ├──[+] enum (70447:45)
│ │           │   │     │   └──[-] enum (70801:45)❌ 
│ │           │   │     ├─┬ONEOF
│ │           │   │     │ └─┬type
│ │           │   │     │   ├──[+] enum (70465:45)
│ │           │   │     │   └──[-] enum (70819:45)❌ 
│ │           │   │     ├─┬ONEOF
│ │           │   │     │ ├──[-] required (70854:41)❌ 
│ │           │   │     │ ├──[-] required (70855:41)❌ 
│ │           │   │     │ ├──[-] required (70856:41)❌ 
│ │           │   │     │ ├──[-] properties (70849:41)❌ 
│ │           │   │     │ ├──[-] properties (70843:41)❌ 
│ │           │   │     │ ├──[-] properties (70846:41)❌ 
│ │           │   │     │ └─┬type
│ │           │   │     │   ├──[+] enum (70483:45)
│ │           │   │     │   └──[-] enum (70837:45)❌ 
│ │           │   │     └─┬ONEOF
│ │           │   │       ├──[+] required (70518:41)❌ 
│ │           │   │       ├──[+] required (70519:41)❌ 
│ │           │   │       ├──[+] required (70520:41)❌ 
│ │           │   │       ├──[+] required (70521:41)❌ 
│ │           │   │       ├──[-] required (70875:41)❌ 
│ │           │   │       ├──[+] properties (70513:41)
│ │           │   │       ├──[+] properties (70507:41)
│ │           │   │       ├──[+] properties (70510:41)
│ │           │   │       ├──[+] properties (70504:41)
│ │           │   │       ├──[-] properties (70870:41)❌ 
│ │           │   │       └─┬type
│ │           │   │         ├──[+] enum (70501:45)
│ │           │   │         └──[-] enum (70867:45)❌ 
│ │           │   ├─┬alias
│ │           │   │ └─┬Schema
│ │           │   │   ├─┬redirectStatusCode
│ │           │   │   │ └──[+] enum (69982:37)
│ │           │   │   └─┬configuredBy
│ │           │   │     └──[+] enum (69790:37)
│ │           │   ├─┬framework
│ │           │   │ └──[+] enum (70658:31)
│ │           │   ├─┬publicSource
│ │           │   │ └──[+] enum (71351:31)
│ │           │   └─┬gitProviderOptions
│ │           │     └─┬requireVerifiedCommits
│ │           │       └──[🔀] description (72046:48)
│ │           ├─┬ONEOF
│ │           │ └─┬projects
│ │           │   └─┬Schema
│ │           │     ├─┬framework
│ │           │     │ └──[+] enum (74203:35)
│ │           │     ├─┬ssoProtection
│ │           │     │ ├──[+] properties (75136:35)
│ │           │     │ ├─┬cve55182MigrationAppliedFrom
│ │           │     │ │ └──[+] enum (75144:39)
│ │           │     │ └─┬deploymentType
│ │           │     │   ├──[+] enum (75133:39)
│ │           │     │   └──[+] nullable (75126:49)❌ 
│ │           │     ├─┬gitProviderOptions
│ │           │     │ └─┬requireVerifiedCommits
│ │           │     │   └──[🔀] description (75591:52)
│ │           │     ├─┬alias
│ │           │     │ └─┬Schema
│ │           │     │   ├─┬configuredBy
│ │           │     │   │ └──[+] enum (73335:41)
│ │           │     │   └─┬redirectStatusCode
│ │           │     │     └──[+] enum (73527:41)
│ │           │     ├─┬env
│ │           │     │ └─┬Schema
│ │           │     │   └─┬contentHint
│ │           │     │     ├──[+] oneOf (74071:41)
│ │           │     │     ├─┬ONEOF
│ │           │     │     │ └─┬type
│ │           │     │     │   ├──[+] enum (73884:49)
│ │           │     │     │   └──[-] enum (74204:49)❌ 
│ │           │     │     ├─┬ONEOF
│ │           │     │     │ └─┬type
│ │           │     │     │   ├──[+] enum (73902:49)
│ │           │     │     │   └──[-] enum (74222:49)❌ 
│ │           │     │     ├─┬ONEOF
│ │           │     │     │ └─┬type
│ │           │     │     │   ├──[+] enum (73920:49)
│ │           │     │     │   └──[-] enum (74240:49)❌ 
│ │           │     │     ├─┬ONEOF
│ │           │     │     │ └─┬type
│ │           │     │     │   ├──[+] enum (73938:49)
│ │           │     │     │   └──[-] enum (74258:49)❌ 
│ │           │     │     ├─┬ONEOF
│ │           │     │     │ └─┬type
│ │           │     │     │   ├──[+] enum (73956:49)
│ │           │     │     │   └──[-] enum (74276:49)❌ 
│ │           │     │     ├─┬ONEOF
│ │           │     │     │ └─┬type
│ │           │     │     │   ├──[+] enum (73974:49)
│ │           │     │     │   └──[-] enum (74294:49)❌ 
│ │           │     │     ├─┬ONEOF
│ │           │     │     │ └─┬type
│ │           │     │     │   ├──[+] enum (73992:49)
│ │           │     │     │   └──[-] enum (74312:49)❌ 
│ │           │     │     ├─┬ONEOF
│ │           │     │     │ └─┬type
│ │           │     │     │   ├──[+] enum (74010:49)
│ │           │     │     │   └──[-] enum (74330:49)❌ 
│ │           │     │     ├─┬ONEOF
│ │           │     │     │ ├──[-] required (74365:45)❌ 
│ │           │     │     │ ├──[-] required (74366:45)❌ 
│ │           │     │     │ ├──[-] required (74367:45)❌ 
│ │           │     │     │ ├──[-] properties (74360:45)❌ 
│ │           │     │     │ ├──[-] properties (74354:45)❌ 
│ │           │     │     │ ├──[-] properties (74357:45)❌ 
│ │           │     │     │ └─┬type
│ │           │     │     │   ├──[+] enum (74028:49)
│ │           │     │     │   └──[-] enum (74348:49)❌ 
│ │           │     │     └─┬ONEOF
│ │           │     │       ├──[+] required (74065:45)❌ 
│ │           │     │       ├──[+] required (74066:45)❌ 
│ │           │     │       ├──[+] required (74063:45)❌ 
│ │           │     │       ├──[+] required (74064:45)❌ 
│ │           │     │       ├──[-] required (74386:45)❌ 
│ │           │     │       ├──[+] properties (74058:45)
│ │           │     │       ├──[+] properties (74052:45)
│ │           │     │       ├──[+] properties (74055:45)
│ │           │     │       ├──[+] properties (74049:45)
│ │           │     │       ├──[-] properties (74381:45)❌ 
│ │           │     │       └─┬type
│ │           │     │         ├──[+] enum (74046:49)
│ │           │     │         └──[-] enum (74378:49)❌ 
│ │           │     └─┬publicSource
│ │           │       └──[+] enum (74896:35)
│ │           └─┬ONEOF
│ │             └─┬projects
│ │               └─┬Schema
│ │                 ├─┬ssoProtection
│ │                 │ ├──[+] properties (79239:35)
│ │                 │ ├─┬deploymentType
│ │                 │ │ ├──[+] enum (79236:39)
│ │                 │ │ └──[+] nullable (79229:49)❌ 
│ │                 │ └─┬cve55182MigrationAppliedFrom
│ │                 │   └──[+] enum (79247:39)
│ │                 ├─┬enablePreviewFeedback
│ │                 │ └──[+] enum (79442:35)
│ │                 ├─┬publicSource
│ │                 │ └──[+] enum (78858:35)
│ │                 ├─┬customEnvironments
│ │                 │ └─┬Schema
│ │                 │   └─┬domains
│ │                 │     └─┬Schema
│ │                 │       └─┬redirectStatusCode
│ │                 │         └──[+] enum (77758:47)
│ │                 ├─┬permissions
│ │                 │ ├──[+] properties (80302:35)
│ │                 │ ├──[+] properties (80308:35)
│ │                 │ ├──[+] properties (80368:35)
│ │                 │ └──[+] properties (80404:35)
│ │                 ├─┬enableProductionFeedback
│ │                 │ └──[+] enum (79451:35)
│ │                 ├─┬gitProviderOptions
│ │                 │ └─┬requireVerifiedCommits
│ │                 │   └──[🔀] description (81373:52)
│ │                 ├─┬env
│ │                 │ └─┬Schema
│ │                 │   └─┬contentHint
│ │                 │     ├──[+] oneOf (77627:41)
│ │                 │     ├─┬ONEOF
│ │                 │     │ └─┬type
│ │                 │     │   ├──[+] enum (77440:49)
│ │                 │     │   └──[-] enum (77728:49)❌ 
│ │                 │     ├─┬ONEOF
│ │                 │     │ └─┬type
│ │                 │     │   ├──[+] enum (77458:49)
│ │                 │     │   └──[-] enum (77746:49)❌ 
│ │                 │     ├─┬ONEOF
│ │                 │     │ └─┬type
│ │                 │     │   ├──[+] enum (77476:49)
│ │                 │     │   └──[-] enum (77764:49)❌ 
│ │                 │     ├─┬ONEOF
│ │                 │     │ └─┬type
│ │                 │     │   ├──[+] enum (77494:49)
│ │                 │     │   └──[-] enum (77782:49)❌ 
│ │                 │     ├─┬ONEOF
│ │                 │     │ └─┬type
│ │                 │     │   ├──[+] enum (77512:49)
│ │                 │     │   └──[-] enum (77800:49)❌ 
│ │                 │     ├─┬ONEOF
│ │                 │     │ └─┬type
│ │                 │     │   ├──[+] enum (77530:49)
│ │                 │     │   └──[-] enum (77818:49)❌ 
│ │                 │     ├─┬ONEOF
│ │                 │     │ └─┬type
│ │        ...

* `vercel.projects.updateProject()`:  `response` **Changed** (Breaking ⚠️)
* `vercel.projects.updateMicrofrontends()`:  `response` **Changed** (Breaking ⚠️)
* `vercel.edgeConfig.deleteEdgeConfigTokens()`: 
  *  `request.requestBody` **Changed** (Breaking ⚠️)
* `vercel.sandboxesV2Beta.stopSession()`:  `response` **Changed** (Breaking ⚠️)
* `vercel.projects.getProjects()`:  `response` **Changed** (Breaking ⚠️)
* `vercel.projects.editProjectEnv()`:  `response.contentHint.union(blob-store-id)` **Added** (Breaking ⚠️)
* `vercel.projects.removeProjectEnv()`:  `response` **Changed** (Breaking ⚠️)
* `vercel.projects.getProjectEnv()`:  `response` **Changed** (Breaking ⚠️)
* `vercel.projects.createProjectEnv()`:  `response.created` **Changed** (Breaking ⚠️)
* `vercel.user.listEventTypes()`:  `response` **Changed** (Breaking ⚠️)
* `vercel.user.getAuthUser()`:  `response.user.union(AuthUser).softBlock.reason.enum(enterpriseUnpaidInvoice)` **Added** (Breaking ⚠️)
* `vercel.projects.createProject()`:  `response` **Changed** (Breaking ⚠️)
* `vercel.user.listUserEvents()`:  `response` **Changed** (Breaking ⚠️)
* `vercel.microfrontends.getMicrofrontendsInGroup()`:  `response.projects[]` **Changed** (Breaking ⚠️)
* `vercel.projects.filterProjectEnvs()`:  `response` **Changed** (Breaking ⚠️)
* `vercel.sandboxesV2Beta.getNamedSandbox()`:  `response.sandbox.snapshotKeepLast` **Added**
* `vercel.sandboxesV2Beta.getSandboxesV2()`:  `response.sandboxes[].snapshotKeepLast` **Added**
* `vercel.featureFlags.getSdkKeys()`:  `response.data[].partialKeyValue` **Added**
* `vercel.integrations.createIntegrationStoreDirect()`:  `response.store` **Changed**
* `vercel.environment.getSharedEnvVar()`:  `response.customEnvironmentIds` **Added**
* `vercel.environment.updateSharedEnvVariable()`:  `response.updated[].customEnvironmentIds` **Added**
* `vercel.environment.listSharedEnvVariable()`:  `response.data[].customEnvironmentIds` **Added**
* `vercel.edgeConfig.getEdgeConfigTokens()`:  `response` **Changed**
* `vercel.featureFlags.createSdkKey()`:  `response.partialKeyValue` **Added**
* `vercel.sandboxesV2Beta.updateSandbox()`:  `response.sandbox.snapshotKeepLast` **Added**
* `vercel.environment.createSharedEnvVariable()`: 
  *  `request.requestBody.union(3)` **Added**
  *  `response.created[].customEnvironmentIds` **Added**
* `vercel.sandboxesV2Beta.deleteSandbox()`:  `response.sandbox.snapshotKeepLast` **Added**
* `vercel.edgeConfig.getEdgeConfigToken()`:  `response` **Changed**
* `vercel.teams.joinTeam()`:  `error.status[503]` **Added**
* `vercel.teams.getTeam()`:  `response` **Changed**
* `vercel.teams.patchTeam()`: 
  *  `request.requestBody.requireVerifiedCommits` **Added**
  *  `response` **Changed**
* `vercel.teams.getTeams()`:  `response.teams[].union(Team)` **Changed**
@github-actions github-actions Bot requested a review from molebox as a code owner April 27, 2026 11:46
@github-actions github-actions Bot added the patch Patch version bump label Apr 27, 2026
@github-actions
Copy link
Copy Markdown
Contributor Author

SDK Test Report: vercel — tests failed   View Report

@ismaelrumzan ismaelrumzan merged commit b0fe5b6 into main Apr 28, 2026
2 of 3 checks passed
@ismaelrumzan ismaelrumzan deleted the speakeasy-sdk-regen-1777289495 branch April 28, 2026 14:45
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.

1 participant