Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Jan 11, 2026

SDK update

Versioning

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

Typescript SDK Changes:

  • vercel.user.listUserEvents(): response.events[].payload Changed Breaking ⚠️
  • vercel.domainsRegistrar.buyDomains():
    • request.requestBody.contactInformation.country Changed Breaking ⚠️
  • vercel.domainsRegistrar.getDomainTransferIn(): response.status.enum(pendingRegistryUnlock) Added Breaking ⚠️
  • vercel.projects.getProjects():
    • request.buildQueueConfiguration Added
    • response Changed Breaking ⚠️
  • vercel.projects.createProject():
    • request.requestBody.framework Changed
    • response Changed Breaking ⚠️
  • vercel.projects.updateProject():
    • request.requestBody.framework Changed
    • response Changed Breaking ⚠️
  • vercel.webhooks.getWebhooks(): response.union(Array<1>)[].projectsMetadata[].framework Changed Breaking ⚠️
  • vercel.teams.getTeams(): response.teams[] Changed Breaking ⚠️
  • vercel.teams.patchTeam():
    • request.requestBody Changed
    • response Changed Breaking ⚠️
  • vercel.teams.getTeam(): response Changed Breaking ⚠️
  • vercel.teams.getTeamAccessRequest(): response.joinedFrom.origin.enum(nsnbAutoApprove) Added Breaking ⚠️
  • vercel.deployments.getDeployment(): response Changed Breaking ⚠️
  • vercel.deployments.createDeployment():
    • request.requestBody.projectSettings.framework Changed
    • response Changed Breaking ⚠️
  • vercel.deployments.cancelDeployment(): response Changed Breaking ⚠️
  • vercel.deployments.getDeployments(): response.deployments[].projectSettings.framework Changed Breaking ⚠️
  • vercel.integrations.getBillingPlans():
    • request.source Changed Breaking ⚠️
  • vercel.integrations.getConfigurations(): response Changed Breaking ⚠️
  • vercel.integrations.getConfiguration(): response Changed Breaking ⚠️
  • vercel.integrations.getConfigurationProducts(): response.products[].metadataSchema.properties.Map<properties> Changed Breaking ⚠️
  • vercel.integrations.createIntegrationStoreDirect():
    • request.requestBody.source Changed Breaking ⚠️
    • response.store Changed Breaking ⚠️
  • vercel.teams.requestAccessToTeam(): response.joinedFrom.origin.enum(nsnbAutoApprove) Added Breaking ⚠️
  • vercel.domainsRegistrar.buySingleDomain():
    • request.requestBody.contactInformation.country Changed Breaking ⚠️
  • vercel.bulkRedirects.deleteRedirects(): response Changed Breaking ⚠️
  • vercel.domainsRegistrar.transferInDomain():
    • request.requestBody.contactInformation.country Changed Breaking ⚠️
  • vercel.domainsRegistrar.renewDomain():
    • request.requestBody.contactInformation.country Changed Breaking ⚠️
  • vercel.domains.getDomain(): response.domain.orderedAt Removed Breaking ⚠️
  • vercel.domains.getDomains(): response.domains[].orderedAt Removed Breaking ⚠️
  • vercel.domains.createOrTransferDomain(): response.domain.orderedAt Removed Breaking ⚠️
  • vercel.logDrains.getConfigurableLogDrain(): response.projectsMetadata[].framework Changed Breaking ⚠️
  • vercel.logDrains.getAllLogDrains(): response.union(Array<1>)[].projectsMetadata[].framework Changed Breaking ⚠️
  • vercel.teams.getTeamMembers(): response.members[].joinedFrom.origin.enum(nsnbAutoApprove) Added Breaking ⚠️
  • vercel.user.getAuthUser(): response.user.union(AuthUser).resourceConfig.cronJobs Removed Breaking ⚠️
  • vercel.security.putFirewallConfig():
    • request.requestBody.rules[].conditionGroup[].conditions[].type.enum(serverAction) Added
    • response.active.managedRules.vercelRuleset Added
  • vercel.security.updateFirewallConfig():
    • request.requestBody Changed
  • vercel.security.getFirewallConfig(): response.managedRules.vercelRuleset Added
  • vercel.marketplace.get/v1/installations/{integrationConfigurationId}/resources/{resourceId}/experimentation/edgeConfig(): Added
  • vercel.projects.updateProjectDataCache(): Removed Breaking ⚠️
  • vercel.projects.editProjectEnv(): response.legacyValue Added
  • vercel.projects.removeProjectEnv(): response Changed
  • vercel.projects.getProjectEnv(): response Changed
  • vercel.projects.createProjectEnv(): response.created Changed
  • vercel.projects.filterProjectEnvs(): response Changed

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├──[-] path (1:89005)❌ 
│ ├─┬/v1/projects/{idOrName}/rolling-release/config
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       └─┬Schema
│ │ │         └─┬rollingRelease
│ │ │           ├─┬canaryResponseHeader
│ │ │           │ ├──[+] enum (78715:29)
│ │ │           │ └──[+] enum (78716:29)
│ │ │           └─┬stages
│ │ │             └─┬Schema
│ │ │               ├─┬linearShift
│ │ │               │ ├──[+] enum (78696:35)
│ │ │               │ └──[+] enum (78697:35)
│ │ │               └─┬requireApproval
│ │ │                 ├──[+] enum (78682:35)
│ │ │                 └──[+] enum (78683:35)
│ │ └─┬PATCH
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬ONEOF
│ │             └─┬rollingRelease
│ │               └─┬stages
│ │                 └─┬Schema
│ │                   ├─┬requireApproval
│ │                   │ ├──[+] enum (78903:39)
│ │                   │ └──[+] enum (78904:39)
│ │                   └─┬linearShift
│ │                     ├──[+] enum (78917:39)
│ │                     └──[+] enum (78918:39)
│ ├─┬/v9/projects/{idOrName}/custom-environments/{environmentSlugOrId}
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       └─┬Schema
│ │ │         └─┬domains
│ │ │           └─┬Schema
│ │ │             └─┬verified
│ │ │               ├──[+] enum (70807:31)
│ │ │               └──[+] enum (70806:31)
│ │ ├─┬DELETE
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       └─┬Schema
│ │ │         └─┬domains
│ │ │           └─┬Schema
│ │ │             └─┬verified
│ │ │               ├──[+] enum (71324:31)
│ │ │               └──[+] enum (71325:31)
│ │ └─┬PATCH
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬domains
│ │             └─┬Schema
│ │               └─┬verified
│ │                 ├──[+] enum (71041:31)
│ │                 └──[+] enum (71042:31)
│ ├─┬/v1/integrations/configuration/{id}/products
│ │ └─┬GET
│ │   ├──[🔀] description (38052:24)
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬products
│ │             └─┬Schema
│ │               ├─┬metadataSchema
│ │               │ └─┬properties
│ │               │   └─┬Schema
│ │               │     ├─┬ONEOF
│ │               │     │ ├─┬ui:disabled
│ │               │     │ │ ├─┬ONEOF
│ │               │     │ │ │ ├──[+] required (38469:49)❌ 
│ │               │     │ │ │ ├──[🔀] type (38471:55)❌ 
│ │               │     │ │ │ └──[+] properties (38464:49)
│ │               │     │ │ └─┬ONEOF
│ │               │     │ │   ├──[-] required (1:615456)❌ 
│ │               │     │ │   ├──[+] enum (38476:49)
│ │               │     │ │   ├──[+] enum (38477:49)
│ │               │     │ │   ├──[🔀] type (38474:55)❌ 
│ │               │     │ │   └──[-] properties (1:615414)❌ 
│ │               │     │ ├─┬ui:hidden
│ │               │     │ │ ├─┬ONEOF
│ │               │     │ │ │ ├──[+] required (38440:49)❌ 
│ │               │     │ │ │ ├──[🔀] type (38442:55)❌ 
│ │               │     │ │ │ └──[+] properties (38435:49)
│ │               │     │ │ └─┬ONEOF
│ │               │     │ │   ├──[-] required (1:615271)❌ 
│ │               │     │ │   ├──[+] enum (38447:49)
│ │               │     │ │   ├──[+] enum (38448:49)
│ │               │     │ │   ├──[🔀] type (38445:55)❌ 
│ │               │     │ │   └──[-] properties (1:615229)❌ 
│ │               │     │ └─┬ui:read-only
│ │               │     │   ├─┬ONEOF
│ │               │     │   │ ├──[+] required (38411:49)❌ 
│ │               │     │   │ ├──[🔀] type (38413:55)❌ 
│ │               │     │   │ └──[+] properties (38406:49)
│ │               │     │   └─┬ONEOF
│ │               │     │     ├──[-] required (1:615088)❌ 
│ │               │     │     ├──[+] enum (38418:49)
│ │               │     │     ├──[+] enum (38419:49)
│ │               │     │     ├──[🔀] type (38416:55)❌ 
│ │               │     │     └──[-] properties (1:615046)❌ 
│ │               │     ├─┬ONEOF
│ │               │     │ ├─┬ui:disabled
│ │               │     │ │ ├─┬ONEOF
│ │               │     │ │ │ ├──[+] required (38630:49)❌ 
│ │               │     │ │ │ ├──[🔀] type (38632:55)❌ 
│ │               │     │ │ │ └──[+] properties (38625:49)
│ │               │     │ │ └─┬ONEOF
│ │               │     │ │   ├──[-] required (1:616706)❌ 
│ │               │     │ │   ├──[+] enum (38637:49)
│ │               │     │ │   ├──[+] enum (38638:49)
│ │               │     │ │   ├──[🔀] type (38635:55)❌ 
│ │               │     │ │   └──[-] properties (1:616664)❌ 
│ │               │     │ ├─┬ui:hidden
│ │               │     │ │ ├─┬ONEOF
│ │               │     │ │ │ ├──[+] required (38601:49)❌ 
│ │               │     │ │ │ ├──[🔀] type (38603:55)❌ 
│ │               │     │ │ │ └──[+] properties (38596:49)
│ │               │     │ │ └─┬ONEOF
│ │               │     │ │   ├──[-] required (1:616521)❌ 
│ │               │     │ │   ├──[+] enum (38608:49)
│ │               │     │ │   ├──[+] enum (38609:49)
│ │               │     │ │   ├──[🔀] type (38606:55)❌ 
│ │               │     │ │   └──[-] properties (1:616479)❌ 
│ │               │     │ └─┬ui:read-only
│ │               │     │   ├─┬ONEOF
│ │               │     │   │ ├──[+] required (38572:49)❌ 
│ │               │     │   │ ├──[🔀] type (38574:55)❌ 
│ │               │     │   │ └──[+] properties (38567:49)
│ │               │     │   └─┬ONEOF
│ │               │     │     ├──[-] required (1:616338)❌ 
│ │               │     │     ├──[+] enum (38579:49)
│ │               │     │     ├──[+] enum (38580:49)
│ │               │     │     ├──[🔀] type (38577:55)❌ 
│ │               │     │     └──[-] properties (1:616296)❌ 
│ │               │     ├─┬ONEOF
│ │               │     │ ├─┬ui:hidden
│ │               │     │ │ ├─┬ONEOF
│ │               │     │ │ │ ├──[+] required (38754:49)❌ 
│ │               │     │ │ │ ├──[🔀] type (38756:55)❌ 
│ │               │     │ │ │ └──[+] properties (38749:49)
│ │               │     │ │ └─┬ONEOF
│ │               │     │ │   ├──[-] required (1:617632)❌ 
│ │               │     │ │   ├──[+] enum (38761:49)
│ │               │     │ │   ├──[+] enum (38762:49)
│ │               │     │ │   ├──[🔀] type (38759:55)❌ 
│ │               │     │ │   └──[-] properties (1:617590)❌ 
│ │               │     │ ├─┬ui:disabled
│ │               │     │ │ ├─┬ONEOF
│ │               │     │ │ │ ├──[+] required (38783:49)❌ 
│ │               │     │ │ │ ├──[🔀] type (38785:55)❌ 
│ │               │     │ │ │ └──[+] properties (38778:49)
│ │               │     │ │ └─┬ONEOF
│ │               │     │ │   ├──[-] required (1:617817)❌ 
│ │               │     │ │   ├──[+] enum (38791:49)
│ │               │     │ │   ├──[+] enum (38790:49)
│ │               │     │ │   ├──[🔀] type (38788:55)❌ 
│ │               │     │ │   └──[-] properties (1:617775)❌ 
│ │               │     │ ├─┬ui:read-only
│ │               │     │ │ ├─┬ONEOF
│ │               │     │ │ │ ├──[+] required (38725:49)❌ 
│ │               │     │ │ │ ├──[🔀] type (38727:55)❌ 
│ │               │     │ │ │ └──[+] properties (38720:49)
│ │               │     │ │ └─┬ONEOF
│ │               │     │ │   ├──[-] required (1:617449)❌ 
│ │               │     │ │   ├──[+] enum (38732:49)
│ │               │     │ │   ├──[+] enum (38733:49)
│ │               │     │ │   ├──[🔀] type (38730:55)❌ 
│ │               │     │ │   └──[-] properties (1:617407)❌ 
│ │               │     │ └─┬default
│ │               │     │   ├──[+] enum (38709:45)
│ │               │     │   └──[+] enum (38710:45)
│ │               │     ├─┬ONEOF
│ │               │     │ ├─┬ui:read-only
│ │               │     │ │ ├─┬ONEOF
│ │               │     │ │ │ ├──[+] required (38912:49)❌ 
│ │               │     │ │ │ ├──[🔀] type (38914:55)❌ 
│ │               │     │ │ │ └──[+] properties (38907:49)
│ │               │     │ │ └─┬ONEOF
│ │               │     │ │   ├──[-] required (1:618935)❌ 
│ │               │     │ │   ├──[+] enum (38919:49)
│ │               │     │ │   ├──[+] enum (38920:49)
│ │               │     │ │   ├──[🔀] type (38917:55)❌ 
│ │               │     │ │   └──[-] properties (1:618893)❌ 
│ │               │     │ ├─┬ui:disabled
│ │               │     │ │ ├─┬ONEOF
│ │               │     │ │ │ ├──[+] required (38970:49)❌ 
│ │               │     │ │ │ ├──[🔀] type (38972:55)❌ 
│ │               │     │ │ │ └──[+] properties (38965:49)
│ │               │     │ │ └─┬ONEOF
│ │               │     │ │   ├──[-] required (1:619303)❌ 
│ │               │     │ │   ├──[+] enum (38977:49)
│ │               │     │ │   ├──[+] enum (38978:49)
│ │               │     │ │   ├──[🔀] type (38975:55)❌ 
│ │               │     │ │   └──[-] properties (1:619261)❌ 
│ │               │     │ └─┬ui:hidden
│ │               │     │   ├─┬ONEOF
│ │               │     │   │ ├──[+] required (38941:49)❌ 
│ │               │     │   │ ├──[🔀] type (38943:55)❌ 
│ │               │     │   │ └──[+] properties (38936:49)
│ │               │     │   └─┬ONEOF
│ │               │     │     ├──[-] required (1:619118)❌ 
│ │               │     │     ├──[+] enum (38948:49)
│ │               │     │     ├──[+] enum (38949:49)
│ │               │     │     ├──[🔀] type (38946:55)❌ 
│ │               │     │     └──[-] properties (1:619076)❌ 
│ │               │     ├─┬ONEOF
│ │               │     │ ├─┬ui:disabled
│ │               │     │ │ ├─┬ONEOF
│ │               │     │ │ │ ├──[+] required (39215:49)❌ 
│ │               │     │ │ │ ├──[🔀] type (39217:55)❌ 
│ │               │     │ │ │ └──[+] properties (39210:49)
│ │               │     │ │ └─┬ONEOF
│ │               │     │ │   ├──[-] required (1:621137)❌ 
│ │               │     │ │   ├──[+] enum (39223:49)
│ │               │     │ │   ├──[+] enum (39222:49)
│ │               │     │ │   ├──[🔀] type (39220:55)❌ 
│ │               │     │ │   └──[-] properties (1:621095)❌ 
│ │               │     │ ├─┬ui:read-only
│ │               │     │ │ ├─┬ONEOF
│ │               │     │ │ │ ├──[+] required (39157:49)❌ 
│ │               │     │ │ │ ├──[🔀] type (39159:55)❌ 
│ │               │     │ │ │ └──[+] properties (39152:49)
│ │               │     │ │ └─┬ONEOF
│ │               │     │ │   ├──[-] required (1:620769)❌ 
│ │               │     │ │   ├──[+] enum (39164:49)
│ │               │     │ │   ├──[+] enum (39165:49)
│ │               │     │ │   ├──[🔀] type (39162:55)❌ 
│ │               │     │ │   └──[-] properties (1:620727)❌ 
│ │               │     │ ├─┬ui:options
│ │               │     │ │ └─┬Schema
│ │               │     │ │   ├─┬disabled
│ │               │     │ │   │ ├─┬ONEOF
│ │               │     │ │   │ │ ├──[+] required (39066:55)❌ 
│ │               │     │ │   │ │ ├──[🔀] type (39068:61)❌ 
│ │               │     │ │   │ │ └──[+] properties (39061:55)
│ │               │     │ │   │ └─┬ONEOF
│ │               │     │ │   │   ├──[-] required (1:620082)❌ 
│ │               │     │ │   │   ├──[+] enum (39073:55)
│ │               │     │ │   │   ├──[+] enum (39074:55)
│ │               │     │ │   │   ├──[🔀] type (39071:61)❌ 
│ │               │     │ │   │   └──[-] properties (1:620040)❌ 
│ │               │     │ │   └─┬hidden
│ │               │     │ │     ├─┬ONEOF
│ │               │     │ │     │ ├──[+] required (39095:55)❌ 
│ │               │     │ │     │ ├──[🔀] type (39097:61)❌ 
│ │               │     │ │     │ └──[+] properties (39090:55)
│ │               │     │ │     └─┬ONEOF
│ │               │     │ │       ├──[-] required (1:620262)❌ 
│ │               │     │ │       ├──[+] enum (39102:55)
│ │               │     │ │       ├──[+] enum (39103:55)
│ │               │     │ │       ├──[🔀] type (39100:61)❌ 
│ │               │     │ │       └──[-] properties (1:620220)❌ 
│ │               │     │ └─┬ui:hidden
│ │               │     │   ├─┬ONEOF
│ │               │     │   │ ├──[+] required (39186:49)❌ 
│ │               │     │   │ ├──[🔀] type (39188:55)❌ 
│ │               │     │   │ └──[+] properties (39181:49)
│ │               │     │   └─┬ONEOF
│ │               │     │     ├──[-] required (1:620952)❌ 
│ │               │     │     ├──[+] enum (39193:49)
│ │               │     │     ├──[+] enum (39194:49)
│ │               │     │     ├──[🔀] type (39191:55)❌ 
│ │               │     │     └──[-] properties (1:620910)❌ 
│ │               │     ├─┬ONEOF
│ │               │     │ ├─┬ui:hidden
│ │               │     │ │ ├─┬ONEOF
│ │               │     │ │ │ ├──[+] required (39450:49)❌ 
│ │               │     │ │ │ ├──[🔀] type (39452:55)❌ 
│ │               │     │ │ │ └──[+] properties (39445:49)
│ │               │     │ │ └─┬ONEOF
│ │               │     │ │   ├──[-] required (1:622977)❌ 
│ │               │     │ │   ├──[+] enum (39457:49)
│ │               │     │ │   ├──[+] enum (39458:49)
│ │               │     │ │   ├──[🔀] type (39455:55)❌ 
│ │               │     │ │   └──[-] properties (1:622935)❌ 
│ │               │     │ ├─┬ui:read-only
│ │               │     │ │ ├─┬ONEOF
│ │               │     │ │ │ ├──[+] required (39421:49)❌ 
│ │               │     │ │ │ ├──[🔀] type (39423:55)❌ 
│ │               │     │ │ │ └──[+] properties (39416:49)
│ │               │     │ │ └─┬ONEOF
│ │               │     │ │   ├──[-] required (1:622794)❌ 
│ │               │     │ │   ├──[+] enum (39428:49)
│ │               │     │ │   ├──[+] enum (39429:49)
│ │               │     │ │   ├──[🔀] type (39426:55)❌ 
│ │               │     │ │   └──[-] properties (1:622752)❌ 
│ │               │     │ ├─┬ui:disabled
│ │               │     │ │ ├─┬ONEOF
│ │               │     │ │ │ ├──[+] required (39479:49)❌ 
│ │               │     │ │ │ ├──[🔀] type (39481:55)❌ 
│ │               │     │ │ │ └──[+] properties (39474:49)
│ │               │     │ │ └─┬ONEOF
│ │               │     │ │   ├──[-] required (1:623162)❌ 
│ │               │     │ │   ├──[+] enum (39486:49)
│ │               │     │ │   ├──[+] enum (39487:49)
│ │               │     │ │   ├──[🔀] type (39484:55)❌ 
│ │               │     │ │   └──[-] properties (1:623120)❌ 
│ │               │     │ └─┬ui:options
│ │               │     │   └─┬Schema
│ │               │     │     ├─┬disabled
│ │               │     │     │ ├─┬ONEOF
│ │               │     │     │ │ ├──[+] required (39342:55)❌ 
│ │               │     │     │ │ ├──[🔀] type (39344:61)❌ 
│ │               │     │     │ │ └──[+] properties (39337:55)
│ │               │     │     │ └─┬ONEOF
│ │               │     │     │   ├──[-] required (1:622227)❌ 
│ │               │     │     │   ├──[+] enum (39349:55)
│ │               │     │     │   ├──[+] enum (39350:55)
│ │               │     │     │   ├──[🔀] type (39347:61)❌ 
│ │               │     │     │   └──[-] properties (1:622185)❌ 
│ │               │     │     └─┬hidden
│ │               │     │       ├─┬ONEOF
│ │               │     │       │ ├──[+] required (39371:55)❌ 
│ │               │     │       │ ├──[🔀] type (39373:61)❌ 
│ │               │     │       │ └──[+] properties (39366:55)
│ │               │     │       └─┬ONEOF
│ │               │     │         ├──[-] required (1:622407)❌ 
│ │               │     │         ├──[+] enum (39378:55)
│ │               │     │         ├──[+] enum (39379:55)
│ │               │     │         ├──[🔀] type (39376:61)❌ 
│ │               │     │         └──[-] properties (1:622365)❌ 
│ │               │     ├─┬ONEOF
│ │               │     │ ├─┬ui:read-only
│ │               │     │ │ ├─┬ONEOF
│ │               │     │ │ │ ├──[+] required (39751:49)❌ 
│ │               │     │ │ │ ├──[🔀] type (39753:55)❌ 
│ │               │     │ │ │ └──[+] properties (39746:49)
│ │               │     │ │ └─┬ONEOF
│ │               │     │ │   ├──[-] required (1:625217)❌ 
│ │               │     │ │   ├──[+] enum (39759:49)
│ │               │     │ │   ├──[+] enum (39758:49)
│ │               │     │ │   ├──[🔀] type (39756:55)❌ 
│ │               │     │ │   └──[-] properties (1:625175)❌ 
│ │               │     │ ├─┬ui:hidden
│ │               │     │ │ ├─┬ONEOF
│ │               │     │ │ │ ├──[+] required (39780:49)❌ 
│ │               │     │ │ │ ├──[🔀] type (39782:55)❌ 
│ │               │     │ │ │ └──[+] properties (39775:49)
│ │               │     │ │ └─┬ONEOF
│ │               │     │ │   ├──[-] required (1:625400)❌ 
│ │               │     │ │   ├──[+] enum (39787:49)
│ │               │     │ │   ├──[+] enum (39788:49)
│ │               │     │ │   ├──[🔀] type (39785:55)❌ 
│ │               │     │ │   └──[-] properties (1:625358)❌ 
│ │               │     │ ├─┬ui:options
│ │               │     │ │ └─┬Schema
│ │               │     │ │   ├─┬ONEOF
│ │               │     │ │   │ ├─┬hidden
│ │               │     │ │   │ │ ├─┬ONEOF
│ │               │     │ │   │ │ │ ├──[+] required (39615:59)❌ 
│ │               │     │ │   │ │ │ ├──[🔀] type (39617:65)❌ 
│ │               │     │ │   │ │ │ └──[+] properties (39610:59)
│ │               │     │ │   │ │ └─┬ONEOF
│ │               │     │ │   │ │   ├──[-] required (1:624238)❌ 
│ │               │     │ │   │ │   ├──[+] enum (39623:59)
│ │               │     │ │   │ │   ├──[+] enum (39622:59)
│ │               │     │ │   │ │   ├──[🔀] type (39620:65)❌ 
│ │               │     │ │   │ │   └──[-] properties (1:624196)❌ 
│ │               │     │ │   │ └─┬disabled
│ │               │     │ │   │   ├─┬ONEOF
│ │               │     │ │   │   │ ├──[+] required (39586:59)❌ 
│ │               │     │ │   │   │ ├──[🔀] type (39588:65)❌ 
│ │               │     │ │   │   │ └──[+] properties (39581:59)
│ │               │     │ │   │   └─┬ONEOF
│ │               │     │ │   │     ├──[-] required (1:624058)❌ 
│ │               │     │ │   │     ├──[+] enum (39593:59)
│ │               │     │ │   │     ├──[+] enum (39594:59)
│ │               │     │ │   │     ├──[🔀] type (39591:65)❌ 
│ │               │     │ │   │     └──[-] properties (1:624016)❌ 
│ │               │     │ │   └─┬ONEOF
│ │               │     │ │     ├─┬hidden
│ │               │     │ │     │ ├─┬ONEOF
│ │               │     │ │     │ │ ├──[+] required (39688:59)❌ 
│ │               │     │ │     │ │ ├──[🔀] type (39690:65)❌ 
│ │               │     │ │     │ │ └──[+] properties (39683:59)
│ │               │     │ │     │ └─┬ONEOF
│ │               │     │ │     │   ├──[-] required (1:624717)❌ 
│ │               │     │ │     │   ├──[+] enum (39695:59)
│ │               │     │ │     │   ├──[+] enum (39696:59)
│ │               │     │ │     │   ├──[🔀] type (39693:65)❌ 
│ │               │     │ │     │   └──[-] properties (1:624675)❌ 
│ │               │     │ │     └─┬disabled
│ │               │     │ │       ├─┬ONEOF
│ │               │     │ │       │ ├──[+] required (39659:59)❌ 
│ │               │     │ │       │ ├──[🔀] type (39661:65)❌ 
│ │               │     │ │       │ └──[+] properties (39654:59)
│ │               │     │ │       └─┬ONEOF
│ │               │     │ │         ├──[-] required (1:624537)❌ 
│ │               │     │ │         ├──[+] enum (39666:59)
│ │               │     │ │         ├──[+] enum (39667:59)
│ │               │     │ │         ├──[🔀] type (39664:65)❌ 
│ │               │     │ │         └──[-] properties (1:624495)❌ 
│ │               │     │ └─┬ui:disabled
│ │               │     │   ├─┬ONEOF
│ │               │     │   │ ├──[+] required (39809:49)❌ 
│ │               │     │   │ ├──[🔀] type (39811:55)❌ 
│ │               │     │   │ └──[+] properties (39804:49)
│ │               │     │   └─┬ONEOF
│ │               │     │     ├──[-] required (1:625585)❌ 
│ │               │     │     ├──[+] enum (39816:49)
│ │               │     │     ├──[+] enum (39817:49)
│ │               │     │     ├──[🔀] type (39814:55)❌ 
│ │               │     │     └──[-] properties (1:625543)❌ 
│ │               │     ├─┬ONEOF
│ │               │     │ ├─┬ui:options
│ │               │     │ │ └─┬Schema
│ │               │     │ │   ├─┬ONEOF
│ │               │     │ │   │ ├─┬hidden
│ │               │     │ │   │ │ ├─┬ONEOF
│ │               │     │ │   │ │ │ ├──[+] required (39967:59)❌ 
│ │               │     │ │   │ │ │ ├──[🔀] type (39969:65)❌ 
│ │               │     │ │   │ │ │ └──[+] properties (39962:59)
│ │               │     │ │   │ │ └─┬ONEOF
│ │               │     │ │   │ │   ├──[-] required (1:626873)❌ 
│ │               │     │ │   │ │   ├──[+] enum (39974:59)
│ │               │     │ │   │ │   ├──[+] enum (39975:59)
│ │               │     │ │   │ │   ├──[🔀] type (39972:65)❌ 
│ │               │     │ │   │ │   └──[-] properties (1:626831)❌ 
│ │               │     │ │   │ └─┬disabled
│ │               │     │ │   │   ├─┬ONEOF
│ │               │     │ │   │   │ ├──[+] required (39938:59)❌ 
│ │               │     │ │   │   │ ├──[🔀] type (39940:65)❌ 
│ │               │     │ │   │   │ └──[+] properties (39933:59)
│ │               │     │ │   │   └─┬ONEOF
│ │               │     │ │   │     ├──[-] required (1:626693)❌ 
│ │               │     │ │   │     ├──[+] enum (39945:59)
│ │               │     │ │   │     ├──[+] enum (39946:59)
│ │               │     │ │   │     ├──[🔀] type (39943:65)❌ 
│ │               │     │ │   │     └──[-] properties (1:626651)❌ 
│ │               │     │ │   └─┬ONEOF
│ │               │     │ │     ├─┬disabled
│ │               │     │ │     │ ├─┬ONEOF
│ │               │     │ │     │ │ ├──[+] required (40011:59)❌ 
│ │               │     │ │     │ │ ├──[🔀] type (40013:65)❌ 
│ │               │     │ │     │ │ └──[+] properties (40006:59)
│ │               │     │ │     │ └─┬ONEOF
│ │               │     │ │     │   ├──[-] required (1:627172)❌ 
│ │               │     │ │     │   ├──[+] enum (40018:59)
│ │               │     │ │     │   ├──[+] enum (40019:59)
│ │               │     │ │     │   ├──[🔀] type (40016:65)❌ 
│ │               │     │ │     │   └──[-] properties (1:627130)❌ 
│ │               │     │ │     └─┬hidden
│ │               │     │ │       ├─┬ONEOF
│ │               │     │ │       │ ├──[+] required (40040:59)❌ 
│ │               │     │ │       │ ├──[🔀] type (40042:65)❌ 
│ │               │     │ │       │ └──[+] properties (40035:59)
│ │               │     │ │       └─┬ONEOF
│ │               │     │ │         ├──[-] required (1:627352)❌ 
│ │               │     │ │         ├──[+] enum (40047:59)
│ │               │     │ │         ├──[+] enum (40048:59)
│ │               │     │ │         ├──[🔀] type (40045:65)❌ 
│ │               │     │ │         └──[-] properties (1:627310)❌ 
│ │               │     │ ├─┬ui:disabled
│ │               │     │ │ ├─┬ONEOF
│ │               │     │ │ │ ├──[+] required (40149:49)❌ 
│ │               │     │ │ │ ├──[🔀] type (40151:55)❌ 
│ │               │     │ │ │ └──[+] properties (40144:49)
│ │               │     │ │ └─┬ONEOF
│ │               │     │ │   ├──[-] required (1:628100)❌ 
│ │               │     │ │   ├──[+] enum (40157:49)
│ │               │     │ │   ├──[+] enum (40156:49)
│ │               │     │ │   ├──[🔀] type (40154:55)❌ 
│ │               │     │ │   └──[-] properties (1:628058)❌ 
│ │               │     │ ├─┬ui:hidden
│ │               │     │ │ ├─┬ONEOF
│ │               │     │ │ │ ├──[+] required (40120:49)❌ 
│ │               │     │ │ │ ├──[🔀] type (40122:55)❌ 
│ │               │     │ │ │ └──[+] properties (40115:49)
│ │               │     │ │ └─┬ONEOF
│ │               │     │ │   ├──[-] required (1:627915)❌ 
│ │               │     │ │   ├──[+] enum (40127:49)
│ │               │     │ │   ├──[+] enum (40128:49)
│ │               │     │ │   ├──[🔀] type (40125:55)❌ 
│ │               │     │ │   └──[-] properties (1:627873)❌ 
│ │               │     │ └─┬ui:read-only
│ │               │     │   ├─┬ONEOF
│ │               │     │   │ ├──[+] required (40091:49)❌ 
│ │               │     │   │ ├──[🔀] type (40093:55)❌ 
│ │               │     │   │ └──[+] properties (40086:49)
│ │               │     │   └─┬ONEOF
│ │               │     │     ├──[-] required (1:627732)❌ 
│ │               │     │     ├──[+] enum (40098:49)
│ │               │     │     ├──[+] enum (40099:49)
│ │               │     │     ├──[🔀] type (40096:55)❌ 
│ │               │     │     └──[-] properties (1:627690)❌ 
│ │               │     ├─┬ONEOF
│ │               │     │ ├─┬ui:read-only
│ │               │     │ │ ├─┬ONEOF
│ │               │     │ │ │ ├──[+] required (40269:49)❌ 
│ │               │     │ │ │ ├──[🔀] type (40271:55)❌ 
│ │               │     │ │ │ └──[+] properties (40264:49)
│ │               │     │ │ └─┬ONEOF
│ │               │     │ │   ├──[-] required (1:629135)❌ 
│ │               │     │ │   ├──[+] enum (40276:49)
│ │               │     │ │   ├──[+] enum (40277:49)
│ │               │     │ │   ├──[🔀] type (40274:55)❌ 
│ │               │     │ │   └──[-] properties (1:629093)❌ 
│ │               │     │ ├─┬ui:disabled
│ │               │     │ │ ├─┬ONEOF
│ │               │     │ │ │ ├──[+] required (40327:49)❌ 
│ │               │     │ │ │ ├──[🔀] type (40329:55)❌ 
│ │               │     │ │ │ └──[+] properties (40322:49)
│ │               │     │ │ └─┬ONEOF
│ │               │     │ │   ├──[-] required (1:629503)❌ 
│ │               │     │ │   ├──[+] enum (40334:49)
│ │               │     │ │   ├──[+] enum (40335:49)
│ │               │     │ │   ├──[🔀] type (40332:55)❌ 
│ │               │     │ │   └──[-] properties (1:629461)❌ 
│ │               │     │ └─┬ui:hidden
│ │               │     │   ├─┬ONEOF
│ │               │     │   │ ├──[+] required (40298:49)❌ 
│ │               │     │   │ ├──[🔀] type (40300:55)❌ 
│ │               │     │   │ └──[+] properties (40293:49)
│ │               │     │   └─┬ONEOF
│ │               │     │     ├──[-] required (1:629318)❌ 
│ │               │     │     ├──[+] enum (40306:49)
│ │               │     │     ├──[+] enum (40305:49)
│ │               │     │     ├──[🔀] type (40303:55)❌ 
│ │               │     │     └──[-] properties (1:629276)❌ 
│ │               │     └─┬ONEOF
│ │               │       ├─┬ui:disabled
│ │               │       │ ├─┬ONEOF
│ │               │       │ │ ├──[+] required (40473:49)❌ 
│ │               │       │ │ ├──[🔀] type (40475:55)❌ 
│ │               │       │ │ └──[+] properties (40468:49)
│ │               │       │ └─┬ONEOF
│ │               │       │   ├──[-] required (1:630588)❌ 
│ │               │       │   ├──[+] enum (40480:49)
│ │               │       │   ├──[+] enum (40481:49)
│ │               │       │   ├──[🔀] type (40478:55)❌ 
│ │               │       │   └──[-] properties (1:630546)❌ 
│ │               │       ├─┬ui:read-only
│ │               │       │ ├─┬ONEOF
│ │               │       │ │ ├──[+] required (40415:49)❌ 
│ │               │       │ │ ├──[🔀] type (40417:55)❌ 
│ │               │       │ │ └──[+] properties (40410:49)
│ │               │       │ └─┬ONEOF
│ │               │       │   ├──[-] required (1:630220)❌ 
│ │               │       │   ├──[+] enum (40423:49)
│ │               │       │   ├──[+] enum (40422:49)
│ │               │       │   ├──[🔀] type (40420:55)❌ 
│ │               │       │   └──[-] properties (1:630178)❌ 
│ │               │       └─┬ui:hidden
│ │               │         ├─┬ONEOF
│ │               │         │ ├──[+] required (40444:49)❌ 
│ │               │         │ ├──[🔀] type (40446:55)❌ 
│ │               │         │ └──[+] properties (40439:49)
│ │               │         └─┬ONEOF
│ │               │           ├──[-] required (1:630403)❌ 
│ │               │           ├──[+] enum (40451:49)
│ │               │           ├──[+] enum (40452:49)
│ │               │           ├──[🔀] type (40449:55)❌ 
│ │               │           └──[-] properties (1:630361)❌ 
│ │               └─┬protocols
│ │                 ├─┬storage
│ │                 │ └─┬repl
│ │                 │   ├─┬enabled
│ │                 │   │ ├──[+] enum (38098:43)
│ │                 │   │ └──[+] enum (38099:43)
│ │                 │   └─┬supportsReadOnlyMode
│ │                 │     ├──[+] enum (38106:43)
│ │                 │     └──[+] enum (38105:43)
│ │                 └─┬experimentation
│ │                   └─┬edgeConfigSyncingSupport
│ │                     ├──[+] enum (38137:39)
│ │                     └──[+] enum (38138:39)
│ ├─┬/v2/teams/{teamId}
│ │ └─┬PATCH
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├──[+] properties (91359:19)
│ │         ├──[+] properties (91344:19)
│ │         ├─┬saml
│ │         │ ├──[+] description (91194:36)
│ │         │ ├──[-] properties (1:1294923)❌ 
│ │         │ ├──[-] properties (1:1295049)❌ 
│ │         │ └──[+] properties (91197:23)
│ │         ├─┬remoteCaching
│ │         │ ├──[-] additionalProperties (1:1296134)❌ 
│ │         │ ├──[🔀] type (91123:29)❌ 
│ │         │ ├──[🔀] description (91125:36)
│ │         │ ├──[+] example (91124:32)
│ │         │ └──[-] properties (1:1296156)❌ 
│ │         ├─┬sensitiveEnvironmentVariablePolicy
│ │         │ ├──[+] additionalProperties (91129:45)❌ 
│ │         │ ├──[🔀] type (91128:29)❌ 
│ │         │ ├──[-] description (1:1295932)
│ │         │ ├──[-] example (1:1295911)
│ │         │ ├──[+] properties (91131:23)
│ │         │ └──[+] properties (91136:23)
│ │         ├─┬previewDeploymentSuffix
│ │         │ ├──[-] type (1:1294567)❌ 
│ │         │ ├──[-] format (1:1294587)❌ 
│ │         │ ├──[-] description (1:1294640)
│ │         │ ├──[-] nullable (1:1294709)❌ 
│ │         │ ├──[-] example (1:1294610)
│ │         │ ├──[+] anyOf (91361:23)
│ │         │ └──[+] anyOf (91380:23)
│ │         ├─┬slug
│ │         │ ├──[🔀] description (91190:36)
│ │         │ └──[🔀] example (91189:32)
│ │         └─┬regenerateInviteCode
│ │           ├──[🔀] type (91116:29)❌ 
│ │           ├──[+] format (91117:31)❌ 
│ │           ├──[🔀] description (91119:36)
│ │           ├──[+] nullable (91120:33)❌ 
│ │           └──[🔀] example (91118:32)
│ ├─┬/v8/artifacts
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬hashes
│ │           └──[🔀] example (2303:32)
│ ├─┬/v1/projects/{projectId}/deployments/{deploymentId}/runtime-logs
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/stream+json
│ │         └─┬Schema
│ │           └─┬messageTruncated
│ │             ├──[+] enum (41515:25)
│ │             └──[+] enum (41516:25)
│ ├─┬/v1/deployments/{deploymentId}/checks
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       └─┬Schema
│ │ │         └─┬checks
│ │ │           └─┬Schema
│ │ │             ├─┬rerequestable
│ │ │             │ ├──[+] enum (4152:31)
│ │ │             │ └──[+] enum (4153:31)
│ │ │             └─┬blocking
│ │ │               ├──[+] enum (4159:31)
│ │ │               └──[+] enum (4160:31)
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           ├─┬rerequestable
│ │           │ ├──[+] enum (3856:25)
│ │           │ └──[+] enum (3857:25)
│ │           └─┬blocking
│ │             ├──[+] enum (3699:25)
│ │             └──[+] enum (3700:25)
│ ├─┬/v1/integrations/integration/{integrationIdOrSlug}/products/{productIdOrSlug}/plans
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   ├──[+] enum (33984:17)
│ │   │   ├──[+] enum (33985:17)
│ │   │   ├──[+] enum (33986:17)
│ │   │   ├──[+] enum (33979:17)
│ │   │   ├──[+] enum (33980:17)
│ │   │   ├──[+] enum (33981:17)
│ │   │   ├──[+] enum (33982:17)
│ │   │   └──[+] enum (33983:17)
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬plans
│ │             └─┬Schema
│ │               ├─┬paymentMethodRequired
│ │               │ ├──[+] enum (33820:31)
│ │               │ └──[+] enum (33821:31)
│ │               └─┬disabled
│ │                 ├──[+] enum (33900:31)
│ │                 └──[+] enum (33901:31)
│ ├─┬/v1/installations/{integrationConfigurationId}/resources/{resourceId}/experimentation/edge-config
│ │ └──[+] get (41958:14)
│ ├─┬/v1/log-drains/{id}
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬projectsMetadata
│ │             └─┬Schema
│ │               └─┬framework
│ │                 ├──[+] enum (22719:31)
│ │                 ├──[+] enum (22718:31)
│ │                 └──[+] enum (22713:31)
│ ├─┬/v9/projects/{idOrName}/env/{id}
│ │ ├─┬DELETE
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       └─┬Schema
│ │ │         ├─┬ONEOF
│ │ │         │ └─┬Schema
│ │ │         │   ├──[+] properties (76526:27)
│ │ │         │   ├─┬target
│ │ │         │   │ ├──[+] type (76523:37)❌ 
│ │ │         │   │ ├──[+] description (76524:44)
│ │ │         │   │ ├──[-] oneOf (1:1105421)❌ 
│ │ │         │   │ └──[-] oneOf (1:1105545)❌ 
│ │ │         │   ├─┬type
│ │ │         │   │ ├──[-] enum (1:1105031)❌ 
│ │ │         │   │ ├──[-] enum (1:1105041)❌ 
│ │ │         │   │ ├──[-] enum (1:1105051)❌ 
│ │ │         │   │ ├──[-] enum (1:1105064)❌ 
│ │ │         │   │ ├──[-] enum (1:1105073)❌ 
│ │ │         │   │ ├──[-] type (1:1105012)❌ 
│ │ │         │   │ ├──[+] oneOf (76489:31)
│ │ │         │   │ └──[+] oneOf (76502:31)
│ │ │         │   ├─┬updatedAt
│ │ │         │   │ ├──[+] enum (76456:31)
│ │ │         │   │ ├──[+] enum (76457:31)
│ │ │         │   │ ├──[+] enum (76458:31)
│ │ │         │   │ ├──[+] enum (76459:31)
│ │ │         │   │ ├──[+] enum (76460:31)
│ │ │         │   │ └──[🔀] type (76454:37)❌ 
│ │ │         │   ├─┬value
│ │ │         │   │ └──[+] nullable (76519:41)❌ 
│ │ │         │   ├─┬updatedBy
│ │ │         │   │ ├──[🔀] type (76478:37)❌ 
│ │ │         │   │ └──[-] nullable (1:1105676)❌ 
│ │ │         │   ├─┬sunsetSecretId
│ │ │         │   │ └──[🔀] description (76528:44)
│ │ │         │   └─┬decrypted
│ │ │         │     ├──[+] enum (76533:31)
│ │ │         │     └──[+] enum (76534:31)
│ │ │         ├─┬ONEOF
│ │ │         │ ├──[+] properties (76950:25)
│ │ │         │ ├─┬type
│ │ │         │ │ ├──[-] enum (1:1109339)❌ 
│ │ │         │ │ ├──[-] enum (1:1109297)❌ 
│ │ │         │ │ ├──[-] enum (1:1109307)❌ 
│ │ │         │ │ ├──[-] enum (1:1109317)❌ 
│ │ │         │ │ ├──[-] enum (1:1109330)❌ 
│ │ │         │ │ ├──[-] type (1:1109278)❌ 
│ │ │         │ │ ├──[+] oneOf (76913:29)
│ │ │         │ │ └──[+] oneOf (76926:29)
│ │ │         │ ├─┬decrypted
│ │ │         │ │ ├──[+] enum (76957:29)
│ │ │         │ │ └──[+] enum (76958:29)
│ │ │         │ ├─┬updatedBy
│ │ │         │ │ ├──[🔀] type (76902:35)❌ 
│ │ │         │ │ └──[-] nullable (1:1109942)❌ 
│ │ │         │ ├─┬value
│ │ │         │ │ └──[+] nullable (76943:39)❌ 
│ │ │         │ ├─┬sunsetSecretId
│ │ │         │ │ └──[🔀] description (76952:42)
│ │ │         │ ├─┬target
│ │ │         │ │ ├──[+] enum (76873:29)
│ │ │         │ │ ├──[+] enum (76874:29)
│ │ │         │ │ ├──[+] type (76871:35)❌ 
│ │ │         │ │ ├──[-] oneOf (1:1109687)❌ 
│ │ │         │ │ └──[-] oneOf (1:1109811)❌ 
│ │ │         │ ├─┬updatedAt
│ │ │         │ │ ├──[+] enum (76880:29)
│ │ │         │ │ ├──[+] enum (76881:29)
│ │ │         │ │ ├──[+] enum (76882:29)
│ │ │         │ │ ├──[+] enum (76883:29)
│ │ │         │ │ ├──[+] enum (76884:29)
│ │ │         │ │ └──[🔀] type (76878:35)❌ 
│ │ │         │ └─┬system
│ │ │         │   ├──[🔀] type (76947:35)❌ 
│ │ │         │   └──[+] description (76948:42)
│ │ │         └─┬ONEOF
│ │ │           ├──[+] properties (77366:25)
│ │ │           ├─┬type
│ │ │           │ ├──[-] enum (1:1113552)❌ 
│ │ │           │ ├──[-] enum (1:1113565)❌ 
│ │ │           │ ├──[-] enum (1:1113574)❌ 
│ │ │           │ ├──[-] enum (1:1113532)❌ 
│ │ │           │ ├──[-] enum (1:1113542)❌ 
│ │ │           │ ├──[-] type (1:1113513)❌ 
│ │ │           │ ├──[+] oneOf (77329:29)
│ │ │           │ └──[+] oneOf (77342:29)
│ │ │           ├─┬updatedBy
│ │ │           │ ├──[🔀] type (77318:35)❌ 
│ │ │           │ └──[-] nullable (1:1114177)❌ 
│ │ │           ├─┬decrypted
│ │ │           │ ├──[+] enum (77373:29)
│ │ │           │ └──[+] enum (77374:29)
│ │ │           ├─┬sunsetSecretId
│ │ │           │ └──[🔀] description (77368:42)
│ │ │           ├─┬target
│ │ │           │ ├──[+] type (77363:35)❌ 
│ │ │           │ ├──[+] description (77364:42)
│ │ │           │ ├──[-] oneOf (1:1113922)❌ 
│ │ │           │ └──[-] oneOf (1:1114046)❌ 
│ │ │           ├─┬value
│ │ │           │ └──[+] nullable (77359:39)❌ 
│ │ │           └─┬updatedAt
│ │ │             ├──[+] enum (77299:29)
│ │ │             ├──[+] enum (77300:29)
│ │ │             ├──[+] enum (77296:29)
│ │ │             ├──[+] enum (77297:29)
│ │ │             ├──[+] enum (77298:29)
│ │ │             └──[🔀] type (77294:35)❌ 
│ │ └─┬PATCH
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           ├──[+] properties (77876:21)
│ │           ├─┬target
│ │           │ ├──[+] type (77873:31)❌ 
│ │           │ ├──[+] description (77874:38)
│ │           │ ├──[-] oneOf (1:1120126)❌ 
│ │           │ └──[-] oneOf (1:1120250)❌ 
│ │           ├─┬sunsetSecretId
│ │           │ └──[🔀] description (77878:38)
│ │           ├─┬updatedAt
│ │           │ ├──[+] enum (77807:25)
│ │           │ ├──[+] enum (77808:25)
│ │           │ ├──[+] enum (77804:25)
│ │           │ ├──[+] enum (77805:25)
│ │           │ ├──[+] enum (77806:25)
│ │           │ └──[🔀] type (77802:31)❌ 
│ │           ├─┬type
│ │           │ ├──[-] enum (1:1119778)❌ 
│ │           │ ├──[-] enum (1:1119736)❌ 
│ │           │ ├──[-] enum (1:1119746)❌ 
│ │           │ ├──[-] enum (1:1119756)❌ 
│ │           │ ├──[-] enum (1:1119769)❌ 
│ │           │ ├──[-] type (1:1119717)❌ 
│ │           │ ├──[+] oneOf (77837:25)
│ │           │ └──[+] oneOf (77850:25)
│ │           ├─┬updatedBy
│ │           │ ├──[🔀] type (77826:31)❌ 
│ │           │ └──[-] nullable (1:1120407)❌ 
│ │           ├─┬value
│ │           │ └──[+] nullable (77869:35)❌ 
│ │           └─┬decrypted
│ │             ├──[+] enum (77883:25)
│ │             └──[+] enum (77884:25)
│ ├─┬/v9/projects/{idOrName}/domains/{domain}
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       └─┬Schema
│ │ │         └─┬verified
│ │ │           ├──[+] enum (71947:25)
│ │ │           └──[+] enum (71948:25)
│ │ └─┬PATCH
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬verified
│ │             ├──[+] enum (72103:25)
│ │             └──[+] enum (72104:25)
│ ├─┬/v10/projects/{idOrName}/domains
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬verified
│ │             ├──[+] enum (72398:25)
│ │             └──[+] enum (72399:25)
│ ├─┬/v1/installations/{integrationConfigurationId}/billing/invoices/{invoiceId}
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬test
│ │             ├──[+] enum (36115:25)
│ │             └──[+] enum (36116:25)
│ ├─┬/v1/projects/{idOrName}/env/{id}
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           ├─┬ONEOF
│ │           │ ├──[+] properties (75626:25)
│ │           │ ├─┬type
│ │           │ │ ├──[-] enum (1:1095053)❌ 
│ │           │ │ ├──[-] enum (1:1095063)❌ 
│ │           │ │ ├──[-] enum (1:1095076)❌ 
│ │           │ │ ├──[-] enum (1:1095085)❌ 
│ │           │ │ ├──[-] enum (1:1095043)❌ 
│ │           │ │ ├──[-] type (1:1095024)❌ 
│ │           │ │ ├──[+] oneOf (75589:29)
│ │           │ │ └──[+] oneOf (75602:29)
│ │           │ ├─┬target
│ │           │ │ ├──[+] type (75623:35)❌ 
│ │           │ │ ├──[+] description (75624:42)
│ │           │ │ ├──[-] oneOf (1:1095404)❌ 
│ │           │ │ └──[-] oneOf (1:1095528)❌ 
│ │           │ ├─┬updatedBy
│ │           │ │ ├──[🔀] type (75578:35)❌ 
│ │           │ │ └──[-] nullable (1:1095659)❌ 
│ │           │ ├─┬sunsetSecretId
│ │           │ │ └──[🔀] description (75628:42)
│ │           │ ├─┬updatedAt
│ │           │ │ ├──[+] enum (75560:29)
│ │           │ │ ├──[+] enum (75561:29)
│ │           │ │ ├──[+] enum (75562:29)
│ │           │ │ ├──[+] enum (75563:29)
│ │           │ │ ├──[+] enum (75559:29)
│ │           │ │ └──[🔀] type (75557:35)❌ 
│ │           │ └─┬decrypted
│ │           │   ├──[+] enum (75553:29)
│ │           │   └──[+] enum (75552:29)
│ │           └─┬ONEOF
│ │             ├──[+] properties (76032:25)
│ │             ├─┬sunsetSecretId
│ │             │ └──[🔀] description (76034:42)
│ │             ├─┬value
│ │             │ └──[+] nullable (76025:39)❌ 
│ │             ├─┬updatedAt
│ │             │ ├──[+] enum (75965:29)
│ │             │ ├──[+] enum (75966:29)
│ │             │ ├──[+] enum (75967:29)
│ │             │ ├──[+] enum (75968:29)
│ │             │ ├──[+] enum (75964:29)
│ │             │ └──[🔀] type (75962:35)❌ 
│ │             ├─┬type
│ │             │ ├──[-] enum (1:1099243)❌ 
│ │             │ ├──[-] enum (1:1099201)❌ 
│ │             │ ├──[-] enum (1:1099211)❌ 
│ │             │ ├──[-] enum (1:1099221)❌ 
│ │             │ ├──[-] enum (1:1099234)❌ 
│ │             │ ├──[-] type (1:1099182)❌ 
│ │             │ ├──[+] oneOf (75997:29)
│ │             │ └──[+] oneOf (76008:29)
│ │             ├─┬decrypted
│ │             │ ├──[+] enum (76039:29)
│ │             │ └──[+] enum (76040:29)
│ │             ├─┬target
│ │             │ ├──[+] type (76029:35)❌ 
│ │             │ ├──[+] description (76030:42)
│ │             │ ├──[-] oneOf (1:1099591)❌ 
│ │             │ └──[-] oneOf (1:1099689)❌ 
│ │             └─┬updatedBy
│ │               ├──[🔀] type (75986:35)❌ 
│ │               └──[-] nullable (1:1099820)❌ 
│ ├─┬/v1/security/firewall/config
│ │ ├─┬PUT
│ │ │ ├─┬Responses
│ │ │ │ └─┬200
│ │ │ │   └─┬application/json
│ │ │ │     └─┬Schema
│ │ │ │       └─┬active
│ │ │ │         ├─┬botIdEnabled
│ │ │ │         │ ├──[+] enum (82640:29)
│ │ │ │         │ └──[+] enum (82641:29)
│ │ │ │         ├─┬crs
│ │ │ │         │ ├─┬sqli
│ │ │ │         │ │ └─┬active
│ │ │ │         │ │   ├──[+] enum (81899:37)
│ │ │ │         │ │   └──[+] enum (81900:37)
│ │ │ │         │ ├─┬rce
│ │ │ │         │ │ └─┬active
│ │ │ │         │ │   ├──[+] enum (81803:37)
│ │ │ │         │ │   └──[+] enum (81804:37)
│ │ │ │         │ ├─┬rfi
│ │ │ │         │ │ └─┬active
│ │ │ │         │ │   ├──[+] enum (81779:37)
│ │ │ │         │ │   └──[+] enum (81780:37)
│ │ │ │         │ ├─┬sd
│ │ │ │         │ │ └─┬active
│ │ │ │         │ │   ├──[+] enum (81707:37)
│ │ │ │         │ │   └──[+] enum (81708:37)
│ │ │ │         │ ├─┬php
│ │ │ │         │ │ └─┬active
│ │ │ │         │ │   ├──[+] enum (81827:37)
│ │ │ │         │ │   └──[+] enum (81828:37)
│ │ │ │         │ ├─┬ma
│ │ │ │         │ │ └─┬active
│ │ │ │         │ │   ├──[+] enum (81731:37)
│ │ │ │         │ │   └──[+] enum (81732:37)
│ │ │ │         │ ├─┬lfi
│ │ │ │         │ │ └─┬active
│ │ │ │         │ │   ├──[+] enum (81755:37)
│ │ │ │         │ │   └──[+] enum (81756:37)
│ │ │ │         │ ├─┬java
│ │ │ │         │ │ └─┬active
│ │ │ │         │ │   ├──[+] enum (81947:37)
│ │ │ │         │ │   └──[+] enum (81948:37)
│ │ │ │         │ ├─┬sf
│ │ │ │         │ │ └─┬active
│ │ │ │         │ │   ├──[+] enum (81923:37)
│ │ │ │         │ │   └──[+] enum (81924:37)
│ │ │ │         │ ├─┬xss
│ │ │ │         │ │ └─┬active
│ │ │ │         │ │   ├──[+] enum (81875:37)
│ │ │ │         │ │   └──[+] enum (81876:37)
│ │ │ │         │ └─┬gen
│ │ │ │         │   └─┬active
│ │ │ │         │     ├──[+] enum (81851:37)
│ │ │ │         │     └──[+] enum (81852:37)
│ │ │ │         ├─┬rules
│ │ │ │         │ └─┬Schema
│ │ │ │         │   ├─┬ONEOF
│ │ │ │         │   │ ├─┬action
│ │ │ │         │   │ │ └─┬mitigate
│ │ │ │         │   │ │   ├─┬redirect
│ │ │ │         │   │ │   │ └─┬permanent
│ │ │ │         │   │ │   │   ├──[+] enum (82168:51)
│ │ │ │         │   │ │   │   └──[+] enum (82169:51)
│ │ │ │         │   │ │   └─┬bypassSystem
│ │ │ │         │   │ │     ├──[+] enum (82187:47)
│ │ │ │         │   │ │     └──[+] enum (82188:47)
│ │ │ │         │   │ ├─┬conditionGroup
│ │ │ │         │   │ │ └─┬Schema
│ │ │ │         │   │ │   └─┬conditions
│ │ │ │         │   │ │     └─┬Schema
│ │ │ │         │   │ │       └─┬neg
│ │ │ │         │   │ │         ├──[+] enum (82063:51)
│ │ │ │         │   │ │         └──[+] enum (82064:51)
│ │ │ │         │   │ ├─┬active
│ │ │ │         │   │ │ ├──[+] enum (82000:39)
│ │ │ │         │   │ │ └──[+] enum (82001:39)
│ │ │ │         │   │ └─┬valid
│ │ │ │         │   │   └──[+] enum (82203:39)
│ │ │ │         │   └─┬ONEOF
│ │ │ │  ...

@github-actions github-actions bot added the patch Patch version bump label Jan 11, 2026
@github-actions github-actions bot requested a review from molebox as a code owner January 11, 2026 00:22
@github-actions github-actions bot added the patch Patch version bump label Jan 11, 2026
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1768090226 branch 7 times, most recently from 9fb6d73 to 5364bbd Compare January 18, 2026 00:22
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1768090226 branch 7 times, most recently from 8b664e5 to 57a5b74 Compare January 25, 2026 00:22
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1768090226 branch from f25b3f9 to a1dc440 Compare January 26, 2026 00:23
* `vercel.user.listUserEvents()`:  `response.events[].payload` **Changed** **Breaking** ⚠️
* `vercel.domainsRegistrar.buyDomains()`: 
  *  `request.requestBody.contactInformation.country` **Changed** **Breaking** ⚠️
* `vercel.domainsRegistrar.getDomainTransferIn()`:  `response.status.enum(pendingRegistryUnlock)` **Added** **Breaking** ⚠️
* `vercel.projects.getProjects()`: 
  *  `request.buildQueueConfiguration` **Added**
  *  `response` **Changed** **Breaking** ⚠️
* `vercel.projects.createProject()`: 
  *  `request.requestBody.framework` **Changed**
  *  `response` **Changed** **Breaking** ⚠️
* `vercel.projects.updateProject()`: 
  *  `request.requestBody.framework` **Changed**
  *  `response` **Changed** **Breaking** ⚠️
* `vercel.webhooks.getWebhooks()`:  `response.union(Array<1>)[].projectsMetadata[].framework` **Changed** **Breaking** ⚠️
* `vercel.teams.getTeams()`:  `response.teams[]` **Changed** **Breaking** ⚠️
* `vercel.teams.patchTeam()`: 
  *  `request.requestBody` **Changed**
  *  `response` **Changed** **Breaking** ⚠️
* `vercel.teams.getTeam()`:  `response` **Changed** **Breaking** ⚠️
* `vercel.teams.getTeamAccessRequest()`:  `response.joinedFrom.origin.enum(nsnbAutoApprove)` **Added** **Breaking** ⚠️
* `vercel.deployments.getDeployment()`:  `response` **Changed** **Breaking** ⚠️
* `vercel.deployments.createDeployment()`: 
  *  `request.requestBody.projectSettings.framework` **Changed**
  *  `response` **Changed** **Breaking** ⚠️
* `vercel.deployments.cancelDeployment()`:  `response` **Changed** **Breaking** ⚠️
* `vercel.deployments.getDeployments()`:  `response.deployments[].projectSettings.framework` **Changed** **Breaking** ⚠️
* `vercel.integrations.getBillingPlans()`: 
  *  `request.source` **Changed** **Breaking** ⚠️
* `vercel.integrations.getConfigurations()`:  `response` **Changed** **Breaking** ⚠️
* `vercel.integrations.getConfiguration()`:  `response` **Changed** **Breaking** ⚠️
* `vercel.integrations.getConfigurationProducts()`:  `response.products[].metadataSchema.properties.Map<properties>` **Changed** **Breaking** ⚠️
* `vercel.integrations.createIntegrationStoreDirect()`: 
  *  `request.requestBody.source` **Changed** **Breaking** ⚠️
  *  `response.store` **Changed** **Breaking** ⚠️
* `vercel.teams.requestAccessToTeam()`:  `response.joinedFrom.origin.enum(nsnbAutoApprove)` **Added** **Breaking** ⚠️
* `vercel.domainsRegistrar.buySingleDomain()`: 
  *  `request.requestBody.contactInformation.country` **Changed** **Breaking** ⚠️
* `vercel.bulkRedirects.deleteRedirects()`:  `response` **Changed** **Breaking** ⚠️
* `vercel.domainsRegistrar.transferInDomain()`: 
  *  `request.requestBody.contactInformation.country` **Changed** **Breaking** ⚠️
* `vercel.domainsRegistrar.renewDomain()`: 
  *  `request.requestBody.contactInformation.country` **Changed** **Breaking** ⚠️
* `vercel.domains.getDomain()`:  `response.domain.orderedAt` **Removed** **Breaking** ⚠️
* `vercel.domains.getDomains()`:  `response.domains[].orderedAt` **Removed** **Breaking** ⚠️
* `vercel.domains.createOrTransferDomain()`:  `response.domain.orderedAt` **Removed** **Breaking** ⚠️
* `vercel.logDrains.getConfigurableLogDrain()`:  `response.projectsMetadata[].framework` **Changed** **Breaking** ⚠️
* `vercel.logDrains.getAllLogDrains()`:  `response.union(Array<1>)[].projectsMetadata[].framework` **Changed** **Breaking** ⚠️
* `vercel.teams.getTeamMembers()`:  `response.members[].joinedFrom.origin.enum(nsnbAutoApprove)` **Added** **Breaking** ⚠️
* `vercel.user.getAuthUser()`:  `response.user.union(AuthUser).resourceConfig.cronJobs` **Removed** **Breaking** ⚠️
* `vercel.security.putFirewallConfig()`: 
  *  `request.requestBody.rules[].conditionGroup[].conditions[].type.enum(serverAction)` **Added**
  *  `response.active.managedRules.vercelRuleset` **Added**
* `vercel.security.updateFirewallConfig()`: 
  *  `request.requestBody` **Changed**
* `vercel.security.getFirewallConfig()`:  `response.managedRules.vercelRuleset` **Added**
* `vercel.marketplace.get/v1/installations/{integrationConfigurationId}/resources/{resourceId}/experimentation/edgeConfig()`: **Added**
* `vercel.projects.updateProjectDataCache()`: **Removed** **Breaking** ⚠️
* `vercel.projects.editProjectEnv()`:  `response.legacyValue` **Added**
* `vercel.projects.removeProjectEnv()`:  `response` **Changed**
* `vercel.projects.getProjectEnv()`:  `response` **Changed**
* `vercel.projects.createProjectEnv()`:  `response.created` **Changed**
* `vercel.projects.filterProjectEnvs()`:  `response` **Changed**
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1768090226 branch from c1d98d1 to 72127ac Compare January 27, 2026 00:22
@github-actions
Copy link
Contributor Author

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 fa294fb into main Jan 27, 2026
1 of 2 checks passed
@ismaelrumzan ismaelrumzan deleted the speakeasy-sdk-regen-1768090226 branch January 27, 2026 02:28
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