Skip to content

chore: 🐝 Update SDK - Generate VERCEL 1.28.36 - #387

Closed
github-actions[bot] wants to merge 1 commit into
mainfrom
speakeasy-sdk-regen-1790035957
Closed

github-actions[bot] wants to merge 1 commit into
mainfrom
speakeasy-sdk-regen-1790035957

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.teams.getTeams(): response.teams[] Changed (Breaking ⚠️)
  • vercel.projects.createProject(): response Changed (Breaking ⚠️)
  • vercel.apiAiGateway.getAiGatewayVirtualModelConfig(): response.union(AiGatewayVirtualModelConfig) Changed (Breaking ⚠️)
  • vercel.apiAiGateway.updateAiGatewayVirtualModelConfig():
    • response Changed (Breaking ⚠️)
    • error.status[429] Added
  • vercel.apiAiGateway.listAiGatewayVirtualModelConfigs(): response.virtualModelConfigs[] Changed (Breaking ⚠️)
  • vercel.apiAiGateway.getAiGatewayVirtualModelConfigBySlug(): response Changed (Breaking ⚠️)
  • vercel.apiAiGateway.updateAiGatewayVirtualModelConfigBySlug():
    • response Changed (Breaking ⚠️)
    • error.status[429] Added
  • vercel.checksV2.listCheckRuns(): response.runs[].union(1).source.union(5).selection Changed (Breaking ⚠️)
  • vercel.checksV2.listDeploymentCheckRuns(): response.runs[].union(1).source.union(5).selection Changed (Breaking ⚠️)
  • vercel.checksV2.createDeploymentCheckRun(): response.union(1).source.union(5).selection Changed (Breaking ⚠️)
  • vercel.checksV2.getDeploymentCheckRun(): response.union(1).source.union(5).selection Changed (Breaking ⚠️)
  • vercel.teams.patchTeam():
    • response Changed (Breaking ⚠️)
    • error.status[409] Added
  • vercel.apiAiGateway.createAiGatewayVirtualModelConfig(): response Changed (Breaking ⚠️)
  • vercel.projects.uploadProjectAvatar(): response Changed (Breaking ⚠️)
  • vercel.checksV2.updateDeploymentCheckRun(): response.union(1).source.union(5).selection Changed (Breaking ⚠️)
  • vercel.teams.getTeam(): response Changed (Breaking ⚠️)
  • vercel.teams.updateTeamMember():
    • request.requestBody.teamPermissions[] Changed (Breaking ⚠️)
  • vercel.teams.inviteUserToTeam(): response.teamPermissions[] Changed (Breaking ⚠️)
  • vercel.teams.getTeamMembers(): response.emailInviteCodes[].teamPermissions[] Changed (Breaking ⚠️)
  • vercel.projects.updateMicrofrontends(): response Changed (Breaking ⚠️)
  • vercel.user.listUserEvents(): response.events[] Changed (Breaking ⚠️)
  • vercel.user.listEventTypes(): response.types[] Changed (Breaking ⚠️)
  • vercel.microfrontends.getMicrofrontendsInGroup(): response.projects[] Changed (Breaking ⚠️)
  • vercel.projects.getProjects(): response Changed (Breaking ⚠️)
  • vercel.accessGroups.readAccessGroup(): response.teamPermissions[] Changed (Breaking ⚠️)
  • vercel.projects.getProject(): response Changed (Breaking ⚠️)
  • vercel.projects.updateProject(): response Changed (Breaking ⚠️)
  • vercel.connect.getConnector(): error.status[409] Added
  • vercel.deployments.cancelDeployment(): response Changed
  • vercel.sandboxes.listNamedSandboxes(): response.sandboxes[].architecture Added
  • vercel.sandboxes.listSessionSnapshots(): response.union(2).snapshots[].architecture Added
  • vercel.sandboxes.getSessionSnapshot(): response.snapshot.architecture Added
  • vercel.sandboxes.deleteSessionSnapshot(): response.snapshot.architecture Added
  • vercel.sandboxes.listSessions(): response.union(2).sessions[].architecture Added
  • vercel.sandboxes.getSession(): response.session.architecture Added
  • vercel.sandboxes.getNamedSandbox():
    • response Changed
    • error.status[422] Added
  • vercel.sandboxes.deleteSandbox(): response.sandbox.architecture Added
  • vercel.sandboxes.stopSession(): response Changed
  • vercel.sandboxes.extendSessionTimeout(): response.session.architecture Added
  • vercel.sandboxes.updateSessionNetworkPolicy(): response.session.architecture Added
  • vercel.sandboxes.createSandboxesSessionsBySessionIdSnapshotV2(): response Changed
  • vercel.sandboxes.createSandboxesSessionsBySessionIdSnapshotV3(): response Changed
  • vercel.deployments.createDeployment(): response Changed
  • vercel.deployments.getDeployment(): response Changed
  • vercel.teams.requestAccessToTeam(): response.confirmed Changed
  • vercel.connect.listConnectorProjectConnections(): error.status[409] Added
  • vercel.connect.replaceConnectorTriggerDestinations(): error.status[409] Added
  • vercel.connect.createConnector():
    • request.connectCreateConnectorRequest Changed
  • vercel.connect.listConnectors(): error.status[409] Added
  • vercel.webAnalytics.aggregatePageviews(): response.data Changed
  • vercel.webAnalytics.aggregateEvents(): response.data Changed
  • vercel.webAnalytics.countPageviews(): response.data.union(1) Changed
  • vercel.webAnalytics.countEvents(): response.data.union(1) Changed

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├─┬/v3/teams/{teamId}/members
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬emailInviteCodes
│ │             └─┬Schema
│ │               └─┬teamPermissions
│ │                 └─┬Schema
│ │                   ├──[+] enum (197712:33)
│ │                   └──[-] enum (194639:33)❌ 
│ ├─┬/v1/connect/connectors/{connector}
│ │ └─┬GET
│ │   └─┬Responses
│ │     └──[+] codes (13629:18)
│ ├─┬/v2/connect/connectors/{connector}/projects
│ │ └─┬GET
│ │   └─┬Responses
│ │     └──[+] codes (14314:18)
│ ├─┬/v2/sandboxes
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├──[+] properties (170847:19)
│ │         ├─┬tags
│ │         │ ├──[-] additionalProperties (168131:45)❌ 
│ │         │ ├──[-] type (168129:29)❌ 
│ │         │ ├──[-] maxProperties (168130:38)❌ 
│ │         │ ├──[🔀] description (170877:36)
│ │         │ ├──[-] example (168135:32)
│ │         │ ├──[+] oneOf (170879:23)
│ │         │ ├──[+] oneOf (170918:23)
│ │         │ └──[+] oneOf (170938:23)
│ │         ├─┬image
│ │         │ ├──[+] items (171088:30)❌ 
│ │         │ ├──[🔀] type (171085:29)❌ 
│ │         │ ├──[-] maxLength (167940:34)❌ 
│ │         │ ├──[+] maxItems (171086:33)❌ 
│ │         │ ├──[+] uniqueItems (171087:36)❌ 
│ │         │ ├──[🔀] description (171112:36)
│ │         │ └──[+] example (171113:32)
│ │         ├─┬networkPolicy
│ │         │ ├──[+] type (171119:29)❌ 
│ │         │ ├──[+] maxLength (171120:34)❌ 
│ │         │ ├──[+] description (171121:36)
│ │         │ ├──[-] oneOf (167398:23)❌ 
│ │         │ └──[-] oneOf (167589:23)❌ 
│ │         ├─┬name
│ │         │ ├──[+] additionalProperties (171012:45)❌ 
│ │         │ ├──[🔀] type (171009:29)❌ 
│ │         │ ├──[-] maxLength (168080:34)❌ 
│ │         │ ├──[-] pattern (168079:32)❌ 
│ │         │ ├──[+] maxProperties (171011:38)❌ 
│ │         │ ├──[🔀] description (171010:36)
│ │         │ └──[-] example (168077:32)
│ │         ├─┬projectId
│ │         │ ├──[+] items (170973:30)❌ 
│ │         │ ├──[🔀] type (170966:29)❌ 
│ │         │ ├──[+] maxItems (170967:33)❌ 
│ │         │ ├──[+] uniqueItems (170968:36)❌ 
│ │         │ ├──[🔀] description (170965:36)
│ │         │ └──[🔀] example (170969:32)
│ │         ├─┬persistent
│ │         │ ├──[-] type (168085:29)❌ 
│ │         │ ├──[-] description (168084:36)
│ │         │ ├──[-] default (168086:32)❌ 
│ │         │ ├──[+] oneOf (170436:23)
│ │         │ └──[+] oneOf (170627:23)
│ │         ├─┬networkId
│ │         │ ├──[🔀] maxLength (171127:34)❌ 
│ │         │ ├──[+] pattern (171126:32)❌ 
│ │         │ ├──[🔀] description (171128:36)
│ │         │ └──[+] example (171124:32)
│ │         ├─┬source
│ │         │ ├──[🔀] description (171136:36)
│ │         │ ├──[+] example (171143:32)
│ │         │ ├──[-] oneOf (167891:23)❌ 
│ │         │ ├─┬ONEOF
│ │         │ │ ├──[-] additionalProperties (167869:49)❌ 
│ │         │ │ ├──[-] required (167866:27)❌ 
│ │         │ │ ├──[-] required (167867:27)❌ 
│ │         │ │ ├──[-] type (167833:33)❌ 
│ │         │ │ ├──[-] description (167834:40)
│ │         │ │ ├──[-] properties (167853:27)❌ 
│ │         │ │ ├──[-] properties (167849:27)❌ 
│ │         │ │ ├──[-] properties (167859:27)❌ 
│ │         │ │ ├──[-] properties (167836:27)❌ 
│ │         │ │ ├──[-] properties (167839:27)❌ 
│ │         │ │ └──[-] properties (167845:27)❌ 
│ │         │ └─┬ONEOF
│ │         │   ├──[-] additionalProperties (167889:49)❌ 
│ │         │   ├──[-] required (167887:27)❌ 
│ │         │   ├──[-] required (167886:27)❌ 
│ │         │   ├──[🔀] type (171140:33)❌ 
│ │         │   ├──[-] description (167873:40)
│ │         │   ├──[-] properties (167875:27)❌ 
│ │         │   └──[-] properties (167878:27)❌ 
│ │         ├─┬runtime
│ │         │ ├──[+] additionalProperties (170858:45)❌ 
│ │         │ ├──[-] enum (167801:23)❌ 
│ │         │ ├──[-] enum (167802:23)❌ 
│ │         │ ├──[-] enum (167803:23)❌ 
│ │         │ ├──[-] enum (167804:23)❌ 
│ │         │ ├──[🔀] type (170859:29)❌ 
│ │         │ ├──[🔀] description (170857:36)
│ │         │ ├──[-] default (167806:32)❌ 
│ │         │ ├──[-] example (167807:32)
│ │         │ ├──[+] properties (170868:23)
│ │         │ └──[+] properties (170861:23)
│ │         ├─┬env
│ │         │ ├──[-] additionalProperties (167951:45)❌ 
│ │         │ ├──[+] enum (170851:23)
│ │         │ ├──[+] enum (170852:23)
│ │         │ ├──[🔀] type (170849:29)❌ 
│ │         │ ├──[🔀] description (170848:36)
│ │         │ ├──[-] default (167955:32)❌ 
│ │         │ └──[🔀] example (170854:32)
│ │         ├─┬keepLastSnapshots
│ │         │ ├──[-] additionalProperties (168101:45)❌ 
│ │         │ ├──[-] required (168103:23)❌ 
│ │         │ ├──[🔀] type (170986:29)❌ 
│ │         │ ├──[+] maxLength (170987:34)❌ 
│ │         │ ├──[🔀] description (170988:36)
│ │         │ ├──[-] properties (168106:23)❌ 
│ │         │ ├──[-] properties (168121:23)❌ 
│ │         │ └──[-] properties (168112:23)❌ 
│ │         ├─┬snapshotExpiration
│ │         │ ├──[+] enum (170839:23)
│ │         │ ├──[+] enum (170840:23)
│ │         │ ├──[+] enum (170841:23)
│ │         │ ├──[+] enum (170842:23)
│ │         │ ├──[+] type (170837:29)❌ 
│ │         │ ├──[🔀] description (170836:36)
│ │         │ ├──[+] default (170844:32)❌ 
│ │         │ ├──[🔀] example (170845:32)
│ │         │ ├──[-] oneOf (168091:23)❌ 
│ │         │ └──[-] oneOf (168092:23)❌ 
│ │         ├─┬resources
│ │         │ ├──[-] additionalProperties (167811:45)❌ 
│ │         │ ├──[+] enum (171052:23)
│ │         │ ├──[+] enum (171044:23)
│ │         │ ├──[+] enum (171046:23)
│ │         │ ├──[+] enum (171049:23)
│ │         │ ├──[+] enum (171056:23)
│ │         │ ├──[+] enum (171057:23)
│ │         │ ├──[+] enum (171053:23)
│ │         │ ├──[+] enum (171043:23)
│ │         │ ├──[+] enum (171048:23)
│ │         │ ├──[+] enum (171051:23)
│ │         │ ├──[+] enum (171054:23)
│ │         │ ├──[+] enum (171055:23)
│ │         │ ├──[+] enum (171040:23)
│ │         │ ├──[+] enum (171041:23)
│ │         │ ├──[+] enum (171058:23)
│ │         │ ├──[+] enum (171042:23)
│ │         │ ├──[+] enum (171045:23)
│ │         │ ├──[+] enum (171047:23)
│ │         │ ├──[+] enum (171050:23)
│ │         │ ├──[🔀] type (171038:29)❌ 
│ │         │ ├──[🔀] description (171081:36)
│ │         │ ├──[+] default (171060:32)❌ 
│ │         │ ├──[+] example (171082:32)
│ │         │ ├──[-] properties (167821:23)❌ 
│ │         │ └──[-] properties (167814:23)❌ 
│ │         ├─┬ports
│ │         │ ├──[-] items (167926:30)❌ 
│ │         │ ├──[🔀] type (171132:29)❌ 
│ │         │ ├──[-] maxItems (167920:33)❌ 
│ │         │ ├──[-] uniqueItems (167921:36)❌ 
│ │         │ ├──[🔀] description (171131:36)
│ │         │ ├──[+] default (171133:32)❌ 
│ │         │ └──[-] example (167922:32)
│ │         ├─┬timeout
│ │         │ ├──[+] additionalProperties (171178:45)❌ 
│ │         │ ├──[🔀] type (171176:29)❌ 
│ │         │ ├──[-] minimum (167946:32)❌ 
│ │         │ ├──[+] maxProperties (171177:38)❌ 
│ │         │ ├──[🔀] description (171175:36)
│ │         │ └──[🔀] example (171182:32)
│ │         ├─┬failoverRegions
│ │         │ ├──[+] additionalProperties (170998:45)❌ 
│ │         │ ├──[-] items (168041:30)❌ 
│ │         │ ├──[🔀] type (170997:29)❌ 
│ │         │ ├──[-] maxItems (168039:33)❌ 
│ │         │ ├──[-] uniqueItems (168040:36)❌ 
│ │         │ ├──[🔀] description (171001:36)
│ │         │ ├──[+] default (171002:32)❌ 
│ │         │ └──[🔀] example (171003:32)
│ │         ├─┬mounts
│ │         │ ├──[🔀] additionalProperties (171148:45)❌ 
│ │         │ ├──[+] required (171150:23)❌ 
│ │         │ ├──[-] maxProperties (167964:38)❌ 
│ │         │ ├──[🔀] description (171146:36)
│ │         │ ├──[+] properties (171153:23)
│ │         │ ├──[+] properties (171168:23)
│ │         │ └──[+] properties (171159:23)
│ │         └─┬region
│ │           ├──[-] enum (167997:23)❌ 
│ │           ├──[-] enum (168008:23)❌ 
│ │           ├──[-] enum (168009:23)❌ 
│ │           ├──[-] enum (167993:23)❌ 
│ │           ├──[-] enum (167994:23)❌ 
│ │           ├──[-] enum (167998:23)❌ 
│ │           ├──[-] enum (168001:23)❌ 
│ │           ├──[-] enum (168002:23)❌ 
│ │           ├──[-] enum (168003:23)❌ 
│ │           ├──[-] enum (168007:23)❌ 
│ │           ├──[-] enum (168010:23)❌ 
│ │           ├──[-] enum (168000:23)❌ 
│ │           ├──[-] enum (168005:23)❌ 
│ │           ├──[-] enum (168006:23)❌ 
│ │           ├──[-] enum (168011:23)❌ 
│ │           ├──[-] enum (167995:23)❌ 
│ │           ├──[-] enum (167996:23)❌ 
│ │           ├──[-] enum (167999:23)❌ 
│ │           ├──[-] enum (168004:23)❌ 
│ │           ├──[🔀] description (170960:36)
│ │           ├──[-] default (168013:32)❌ 
│ │           └──[🔀] example (170961:32)
│ ├─┬/v11/projects
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           ├─┬security
│ │           │ ├──[-] properties (119292:25)❌ 
│ │           │ └──[-] properties (119299:25)❌ 
│ │           ├─┬tier
│ │           │ ├──[-] enum (119901:25)❌ 
│ │           │ └──[-] enum (119902:25)❌ 
│ │           ├─┬abuse
│ │           │ ├─┬block
│ │           │ │ ├──[+] properties (114097:29)
│ │           │ │ └─┬statusCode
│ │           │ │   ├──[+] required (114110:33)❌ 
│ │           │ │   ├──[+] required (114111:33)❌ 
│ │           │ │   ├──[+] required (114112:33)❌ 
│ │           │ │   ├──[🔀] type (114114:39)❌ 
│ │           │ │   ├──[+] description (114115:46)
│ │           │ │   ├──[+] properties (114099:33)
│ │           │ │   ├──[+] properties (114102:33)
│ │           │ │   └──[+] properties (114105:33)
│ │           │ └─┬blockHistory
│ │           │   └─┬Schema
│ │           │     └─┬ONEOF
│ │           │       ├──[+] properties (114169:35)
│ │           │       └─┬statusCode
│ │           │         ├──[+] required (114182:39)❌ 
│ │           │         ├──[+] required (114183:39)❌ 
│ │           │         ├──[+] required (114184:39)❌ 
│ │           │         ├──[🔀] type (114186:45)❌ 
│ │           │         ├──[+] description (114187:52)
│ │           │         ├──[+] properties (114171:39)
│ │           │         ├──[+] properties (114174:39)
│ │           │         └──[+] properties (114177:39)
│ │           └─┬permissions
│ │             ├──[+] description (120363:38)
│ │             ├─┬connexContact
│ │             │ └──[+] description (118770:42)
│ │             ├─┬pageIntegrity
│ │             │ └──[+] description (119540:42)
│ │             ├─┬vercelAuth
│ │             │ └──[+] description (120303:42)
│ │             ├─┬billingTaxId
│ │             │ └──[+] description (118630:42)
│ │             ├─┬drain
│ │             │ └──[+] description (118973:42)
│ │             ├─┬toolbarComment
│ │             │ └──[+] description (120205:42)
│ │             ├─┬sharedEnvVarConnection
│ │             │ └──[+] description (120023:42)
│ │             ├─┬redis
│ │             │ └──[+] description (119925:42)
│ │             ├─┬deploymentBuildLogs
│ │             │ └──[+] description (118826:42)
│ │             ├─┬deploymentPrivate
│ │             │ └──[+] description (118868:42)
│ │             ├─┬aiGatewayBudget
│ │             │ └──[+] description (118413:42)
│ │             ├─┬projectEvent
│ │             │ └──[+] description (119736:42)
│ │             ├─┬webAnalytics
│ │             │ └──[+] description (120324:42)
│ │             ├─┬productionShareableLink
│ │             │ └──[+] description (119617:42)
│ │             ├─┬webAnalyticsPlan
│ │             │ └──[+] description (120331:42)
│ │             ├─┬connexClientProject
│ │             │ └──[+] description (118763:42)
│ │             ├─┬connectConfigurationLink
│ │             │ └──[+] description (118742:42)
│ │             ├─┬projectFlagsSdkKey
│ │             │ └──[+] description (119757:42)
│ │             ├─┬integrationResource
│ │             │ └──[+] description (119141:42)
│ │             ├─┬repository
│ │             │ └──[+] description (119946:42)
│ │             ├─┬teamOwnMembershipDisconnectSAML
│ │             │ └──[+] description (120177:42)
│ │             ├─┬monitoringSettings
│ │             │ └──[+] description (119330:42)
│ │             ├─┬projectMember
│ │             │ └──[+] description (119792:42)
│ │             ├─┬kmsProjectGrant
│ │             │ └──[+] description (119225:42)
│ │             ├─┬optionsAllowlist
│ │             │ └──[+] description (119505:42)
│ │             ├─┬projectTransfer
│ │             │ └──[+] description (119876:42)
│ │             ├─┬projectEnvVarsUnownedByIntegration
│ │             │ └──[+] description (119729:42)
│ │             ├─┬integrationResourceReplCommand
│ │             │ └──[+] description (119155:42)
│ │             ├─┬aiGatewayApiKey
│ │             │ └──[+] description (118378:42)
│ │             ├─┬connexToken
│ │             │ └──[+] description (118784:42)
│ │             ├─┬organization
│ │             │ └──[+] description (119512:42)
│ │             ├─┬domainAcceptDelegation
│ │             │ └──[+] description (118917:42)
│ │             ├─┬projectFlags
│ │             │ └──[+] description (119743:42)
│ │             ├─┬alerts
│ │             │ └──[+] description (118490:42)
│ │             ├─┬projectCheck
│ │             │ └──[+] description (119652:42)
│ │             ├─┬teamInvite
│ │             │ └──[+] description (120128:42)
│ │             ├─┬jobGlobal
│ │             │ └──[+] description (119211:42)
│ │             ├─┬projectEnvVars
│ │             │ └──[+] description (119715:42)
│ │             ├─┬webAuthn
│ │             │ └──[+] description (120338:42)
│ │             ├─┬integrationConfigurationTransfer
│ │             │ └──[+] description (119106:42)
│ │             ├─┬observabilityData
│ │             │ └──[+] description (119456:42)
│ │             ├─┬edgeConfigSchema
│ │             │ └──[+] description (119001:42)
│ │             ├─┬bulkRedirects
│ │             │ └──[+] description (118672:42)
│ │             ├─┬flagsExplorerSubscription
│ │             │ └──[+] description (119043:42)
│ │             ├─┬billingInformation
│ │             │ └──[+] description (118581:42)
│ │             ├─┬projectMonitoring
│ │             │ └──[+] description (119799:42)
│ │             ├─┬projectAnalyticsSampling
│ │             │ └──[+] description (119638:42)
│ │             ├─┬paymentMethod
│ │             │ └──[+] description (119561:42)
│ │             ├─┬projectSetting
│ │             │ └──[+] description (119848:42)
│ │             ├─┬teamOwnMembership
│ │             │ └──[+] description (120170:42)
│ │             ├─┬deploymentCheck
│ │             │ └──[+] description (118833:42)
│ │             ├─┬domainTransferIn
│ │             │ └──[+] description (118966:42)
│ │             ├─┬notificationDomainMoved
│ │             │ └──[+] description (119365:42)
│ │             ├─┬teamInviteCode
│ │             │ └──[+] description (120135:42)
│ │             ├─┬supportCase
│ │             │ └──[+] description (120086:42)
│ │             ├─┬userSudo
│ │             │ └──[+] description (120268:42)
│ │             ├─┬user
│ │             │ └──[+] description (120240:42)
│ │             ├─┬passwordProtection
│ │             │ └──[+] description (119547:42)
│ │             ├─┬deploymentRollback
│ │             │ └──[+] description (118896:42)
│ │             ├─┬domain
│ │             │ └──[+] description (118910:42)
│ │             ├─┬openTelemetryEndpoint
│ │             │ └──[+] description (119498:42)
│ │             ├─┬vpcPeeringConnection
│ │             │ └──[+] description (120317:42)
│ │             ├─┬projectPermissions
│ │             │ └──[+] description (119813:42)
│ │             ├─┬agent
│ │             │ └──[+] description (118371:42)
│ │             ├─┬rateLimit
│ │             │ └──[+] description (119918:42)
│ │             ├─┬securityConfig
│ │             │ └──[+] description (119981:42)
│ │             ├─┬billingRefund
│ │             │ └──[+] description (118623:42)
│ │             ├─┬project
│ │             │ └──[+] description (119624:42)
│ │             ├─┬teamInviteLink
│ │             │ └──[+] description (120142:42)
│ │             ├─┬supportCaseComment
│ │             │ └──[+] description (120093:42)
│ │             ├─┬Monitoring
│ │             │ └──[+] description (119302:42)
│ │             ├─┬projectDeploymentHook
│ │             │ └──[+] description (119673:42)
│ │             ├─┬notificationPaymentFailed
│ │             │ └──[+] description (119407:42)
│ │             ├─┬edgeConfigToken
│ │             │ └──[+] description (119008:42)
│ │             ├─┬accessGroup
│ │             │ └──[+] description (118364:42)
│ │             ├─┬imageOptimizationNewPrice
│ │             │ └──[+] description (119064:42)
│ │             ├─┬event
│ │             │ └──[+] description (119029:42)
│ │             ├─┬aiGatewayRules
│ │             │ └──[+] description (118441:42)
│ │             ├─┬sharedEnvVars
│ │             │ └──[+] description (120030:42)
│ │             ├─┬integrationEvent
│ │             │ └──[+] description (119120:42)
│ │             ├─┬projectCheckRun
│ │             │ └──[+] description (119659:42)
│ │             ├─┬dataCacheNamespace
│ │             │ └──[+] description (118805:42)
│ │             ├─┬integrationDeploymentAction
│ │             │ └──[+] description (119113:42)
│ │             ├─┬notificationStatementOfReasons
│ │             │ └──[+] description (119421:42)
│ │             ├─┬automation
│ │             │ └──[+] description (118567:42)
│ │             ├─┬webhook-event
│ │             │ └──[+] description (120352:42)
│ │             ├─┬projectTier
│ │             │ └──[+] description (119869:42)
│ │             ├─┬shareableLink
│ │             │ └──[+] description (120009:42)
│ │             ├─┬codeOwners
│ │             │ └──[+] description (118714:42)
│ │             ├─┬storeTokenSetSensitive
│ │             │ └──[+] description (120072:42)
│ │             ├─┬logsPreset
│ │             │ └──[+] description (119246:42)
│ │             ├─┬kmsIssuer
│ │             │ └──[+] description (119218:42)
│ │             ├─┬integrationLog
│ │             │ └──[+] description (119127:42)
│ │             ├─┬aiGatewayCredits
│ │             │ └──[+] description (118420:42)
│ │             ├─┬marketplaceExperimentationItem
│ │             │ └──[+] description (119267:42)
│ │             ├─┬ipBlocking
│ │             │ └──[+] description (119197:42)
│ │             ├─┬teamSudo
│ │             │ └──[+] description (120184:42)
│ │             ├─┬deployment
│ │             │ └──[+] description (118819:42)
│ │             ├─┬aliasProtectionBypass
│ │             │ └──[+] description (118511:42)
│ │             ├─┬schedule
│ │             │ └──[+] description (119960:42)
│ │             ├─┬projectId
│ │             │ └──[+] description (119771:42)
│ │             ├─┬storeIsLocked
│ │             │ └──[+] description (120065:42)
│ │             ├─┬notificationCustomerBudget
│ │             │ └──[+] description (119337:42)
│ │             ├─┬billingAddress
│ │             │ └──[+] description (118574:42)
│ │             ├─┬projectDeploymentExpiration
│ │             │ └──[+] description (119666:42)
│ │             ├─┬privateLinkEndpoint
│ │             │ └──[+] description (119603:42)
│ │             ├─┬securityPlusConfiguration
│ │             │ └──[+] description (119988:42)
│ │             ├─┬alertRules
│ │             │ └──[+] description (118483:42)
│ │             ├─┬projectLink
│ │             │ └──[+] description (119785:42)
│ │             ├─┬projectUsage
│ │             │ └──[+] description (119904:42)
│ │             ├─┬ciInvocations
│ │             │ └──[+] description (118693:42)
│ │             ├─┬integrationConfiguration
│ │             │ └──[+] description (119085:42)
│ │             ├─┬observabilityFunnel
│ │             │ └──[+] description (119463:42)
│ │             ├─┬aiGatewaySettings
│ │             │ └──[+] description (118448:42)
│ │             ├─┬aiGatewayApiKeyBypassAll
│ │             │ └──[+] description (118385:42)
│ │             ├─┬aliasProject
│ │             │ └──[+] description (118504:42)
│ │             ├─┬organizationDomain
│ │             │ └──[+] description (119519:42)
│ │             ├─┬domainCheckConfig
│ │             │ └──[+] description (118938:42)
│ │             ├─┬buildMachineDefault
│ │             │ └──[+] description (118665:42)
│ │             ├─┬userMfaConfiguration
│ │             │ └──[+] description (120254:42)
│ │             ├─┬domainPurchase
│ │             │ └──[+] description (118952:42)
│ │             ├─┬apiKey
│ │             │ └──[+] description (118539:42)
│ │             ├─┬marketplaceFlexCommit
│ │             │ └──[+] description (119274:42)
│ │             ├─┬teamJoin
│ │             │ └──[+] description (120149:42)
│ │             ├─┬integrationPullRequest
│ │             │ └──[+] description (119134:42)
│ │             ├─┬aiGatewayApiKeyOwnedBySelf
│ │             │ └──[+] description (118392:42)
│ │             ├─┬aiGatewayApiKeyZdrExemption
│ │             │ └──[+] description (118406:42)
│ │             ├─┬cursorOriginInstallation
│ │             │ └──[+] description (118791:42)
│ │             ├─┬NotificationMonitoringAlert
│ │             │ └──[+] description (119400:42)
│ │             ├─┬projectEnvVarsProduction
│ │             │ └──[+] description (119722:42)
│ │             ├─┬projectIntegrationConfiguration
│ │             │ └──[+] description (119778:42)
│ │             ├─┬blobStoreTokenSet
│ │             │ └──[+] description (118644:42)
│ │             ├─┬domainCertificate
│ │             │ └──[+] description (118931:42)
│ │             ├─┬vercelAppInstallation
│ │             │ └──[+] description (120289:42)
│ │             ├─┬marketplaceInvoice
│ │             │ └──[+] description (119288:42)
│ │             ├─┬marketplaceBillingData
│ │             │ └──[+] description (119253:42)
│ │             ├─┬sensitiveEnvironmentVariablePolicy
│ │             │ └──[+] description (119995:42)
│ │             ├─┬skewProtection
│ │             │ └──[+] description (120044:42)
│ │             ├─┬deploymentCheckPreview
│ │             │ └──[+] description (118840:42)
│ │             ├─┬billingPlan
│ │             │ └──[+] description (118609:42)
│ │             ├─┬projectSupportCase
│ │             │ └──[+] description (119855:42)
│ │             ├─┬vcrRepository
│ │             │ └──[+] description (120282:42)
│ │             ├─┬oauth2Application
│ │             │ └──[+] description (119435:42)
│ │             ├─┬spaceRun
│ │             │ └──[+] description (120058:42)
│ │             ├─┬fileUpload
│ │             │ └──[+] description (119036:42)
│ │             ├─┬projectTransferRequest
│ │             │ └──[+] description (119897:42)
│ │             ├─┬space
│ │             │ └──[+] description (120051:42)
│ │             ├─┬projectDomainVerify
│ │             │ └──[+] description (119708:42)
│ │             ├─┬integrationConfigurationRole
│ │             │ └──[+] description (119099:42)
│ │             ├─┬integrationStrict
│ │             │ └──[+] description (119183:42)
│ │             ├─┬notificationDomainExpire
│ │             │ └──[+] description (119358:42)
│ │             ├─┬organizationTeam
│ │             │ └──[+] description (119526:42)
│ │             ├─┬postgresStoreTokenSet
│ │             │ └──[+] description (119582:42)
│ │             ├─┬integration
│ │             │ └──[+] description (119071:42)
│ │             ├─┬aiGatewayTranscriptsSettings
│ │             │ └──[+] description (118462:42)
│ │             ├─┬cacheArtifact
│ │             │ └──[+] description (118679:42)
│ │             ├─┬workflowRunData
│ │             │ └──[+] description (120359:42)
│ │             ├─┬logs
│ │             │ └──[+] description (119239:42)
│ │             ├─┬teamAccessRequest
│ │             │ └──[+] description (120107:42)
│ │             ├─┬billingInvoice
│ │             │ └──[+] description (118588:42)
│ │             ├─┬usageCycle
│ │             │ └──[+] description (120233:42)
│ │             ├─┬seawallConfig
│ │             │ └──[+] description (119967:42)
│ │             ├─┬setting
│ │             │ └──[+] description (120002:42)
│ │             ├─┬edgeCacheNamespace
│ │             │ └──[+] description (118980:42)
│ │             ├─┬projectRollingRelease
│ │             │ └──[+] description (119834:42)
│ │             ├─┬oidcFederationPolicy
│ │             │ └──[+] description (119477:42)
│ │             ├─┬dataCacheBillingSettings
│ │             │ └──[+] description (118798:42)
│ │             ├─┬samlConfig
│ │             │ └──[+] description (119953:42)
│ │             ├─┬userPreference
│ │             │ └──[+] description (120261:42)
│ │             ├─┬projectAccessGroup
│ │             │ └──[+] description (119631:42)
│ │             ├─┬token
│ │             │ └──[+] description (120198:42)
│ │             ├─┬notificationDomainTransfer
│ │             │ └──[+] description (119386:42)
│ │             ├─┬ciLogs
│ │             │ └──[+] description (118700:42)
│ │             ├─┬shareableLinkStrict
│ │             │ └──[+] description (120016:42)
│ │             ├─┬connectConfiguration
│ │             │ └──[+] description (118735:42)
│ │             ├─┬cacheArtifactUsageEvent
│ │             │ └──[+] description (118686:42)
│ │             ├─┬ownEvent
│ │             │ └──[+] description (119533:42)
│ │             ├─┬endpointVerification
│ │             │ └──[+] description (119015:42)
│ │             ├─┬projectFromV0
│ │             │ └──[+] description (119764:42)
│ │             ├─┬team
│ │             │ └──[+] description (120100:42)
│ │             ├─┬connexClient
│ │             │ └──[+] description (118756:42)
│ │             ├─┬vercelAppInstallationRequest
│ │             │ └──[+] description (120296:42)
│ │             ├─┬projectDeploymentProtectionStrict
│ │             │ └──[+] description (119680:42)
│ │             ├─┬environments
│ │             │ └──[+] description (119022:42)
│ │             ├─┬analyticsSampling
│ │             │ └──[+] description (118525:42)
│ │             ├─┬projectAnalyticsUsage
│ │             │ └──[+] description (119645:42)
│ │             ├─┬integrationVercelConfigurationOverride
│ │             │ └──[+] description (119190:42)
│ │             ├─┬deploymentPreview
│ │             │ └──[+] description (118861:42)
│ │             ├─┬aiGatewayApiKeySpendAttribution
│ │             │ └──[+] description (118399:42)
│ │             ├─┬deploymentCheckReRunFromProductionBranch
│ │             │ └──[+] description (118847:42)
│ │             ├─┬previewDeploymentSuffix
│ │             │ └──[+] description (119589:42)
│ │             ├─┬domainRecord
│ │             │ └──[+] description (118959:42)
│ │             ├─┬notificationDomainPurchase
│ │             │ └──[+] description (119372:42)
│ │             ├─┬gitRepository
│ │             │ └──[+] description (119057:42)
│ │             ├─┬deploymentProtectionException
│ │             │ └──[+] description (118889:42)
│ │             ├─┬auditLog
│ │             │ └──[+] description (118560:42)
│ │             ├─┬marketplaceSettings
│ │             │ └──[+] description (119295:42)
│ │             ├─┬v0Chat
│ │             │ └──[+] description (120275:42)
│ │             ├─┬projectSupportCaseComment
│ │             │ └──[+] description (119862:42)
│ │             ├─┬teamTokenInvalidation
│ │             │ └──[+] description (120191:42)
│ │             ├─┬deploymentV0
│ │             │ └──[+] description (118903:42)
│ │             ├─┬vercelRun
│ │             │ └──[+] description (120310:42)
│ │             ├─┬aiGatewayTranscripts
│ │             │ └──[+] description (118455:42)
│ │             ├─┬projectDomainMove
│ │             │ └──[+] description (119701:42)
│ │             ├─┬userConnection
│ │             │ └──[+] description (120247:42)
│ │             ├─┬job
│ │             │ └──[+] description (119204:42)
│ │             ├─┬apiKeyOwnedBySelf
│ │             │ └──[+] description (118553:42)
│ │             ├─┬proTrialOnboarding
│ │             │ └──[+] description (119911:42)
│ │             ├─┬connectLogs
│ │             │ └──[+] description (118749:42)
│ │             ├─┬projectTransferOut
│ │             │ └──[+] description (119890:42)
│ │             ├─┬postgres
│ │             │ └──[+] description (119575:42)
│ │             ├─┬projectDomain
│ │             │ └──[+] description (119687:42)
│ │             ├─┬onDemandConcurrency
│ │             │ └──[+] description (119491:42)
│ │             ├─┬marketplaceExperimentationEdgeConfigData
│ │             │ └──[+] description (119260:42)
│ │             ├─┬storeTransfer
│ │             │ └──[+] description (120079:42)
│ │             ├─┬onDemandBuild
│ │             │ └──[+] description (119484:42)
│ │             ├─┬projectProtectionBypass
│ │             │ └──[+] description (119827:42)
│ │             ├─┬marketplaceInstallationMember
│ │             │ └──[+] description (119281:42)
│ │             ├─┬trustedIps
│ │             │ └──[+] description (120212:42)
│ │             ├─┬teamGitExclusivity
│ │             │ └──[+] description (120121:42)
│ │             ├─┬redisStoreTokenSet
│ │             │ └──[+] description (119932:42)
│ │             ├─┬monitoringChart
│ │             │ └──[+] description (119316:42)
│ │             ├─┬webhook
│ │             │ └──[+] description (120345:42)
│ │             ├─┬aiGatewayUsage
│ │             │ └──[+] description (118469:42)
│ │             ├─┬logDrain
│ │             │ └──[+] description (119232:42)
│ │             ├─┬productionAliasProtectionBypass
│ │             │ └──[+] description (119610:42)
│ │             ├─┬codeChecks
│ │             │ └──[+] description (118707:42)
│ │             ├─┬projectRoutes
│ │             │ └──[+] description (119841:42)
│ │             ├─┬notificationPreferences
│ │             │ └──[+] description (119414:42)
│ │             ├─┬usage
│ │             │ └──[+] description (120226:42)
│ │             ├─┬monitoringQuery
│ │             │ └──[+] description (119323:42)
│ │             ├─┬sharedEnvVarsProduction
│ │             │ └──[+] description (120037:42)
│ │             ├─┬analytics
│ │             │ └──[+] description (118518:42)
│ │             ├─┬notificationDomainUnverified
│ │             │ └──[+] description (119393:42)
│ │             ├─┬teamMicrofrontends
│ │             │ └──[+] description (120163:42)
│ │             ├─┬permissions
│ │             │ └──[+] description (119568:42)
│ │             ├─┬projectOIDCToken
│ │             │ └──[+] description (119806:42)
│ │             ├─┬teamMemberMfaStatus
│ │             │ └──[+] description (120156:42)
│ │             ├─┬integrationStoreTokenSet
│ │             │ └──[+] description (119176:42)
│ │             ├─┬deploymentProductionGit
│ │             │ └──[+] description (118875:42)
│ │             ├─┬domainAuthCodes
│ │             │ └──[+] description (118924:42)
│ │             ├─┬analyticsUsage
│ │             │ └──[+] description (118532:42)
│ │             ├─┬teamFellowMembership
│ │             │ └──[+] description (120114:42)
│ │             ├─┬oauth2Connection
│ │             │ └──[+] description (119442:42)
│ │             ├─┬projectDomainCheckConfig
│ │             │ └──[+] description (119694:42)
│ │             ├─┬blob
│ │             │ └──[+] description (118637:42)
│ │             ├─┬projectFlagsProduction
│ │             │ └──[+] description (119750:42)
│ │             ├─┬notificationUsageAlert
│ │             │ └──[+] description (119428:42)
│ │             ├─┬trustedSources
│ │             │ └──[+] description (120219:42)
│ │             ├─┬integrationConfigurationProjects
│ │             │ └──[+] description (119092:42)
│ │             ├─┬integrationResourceSecrets
│ │             │ └──[+] description (119162:42)
│ │             ├─┬apiKeyAiGateway
│ │             │ └──[+] description (118546:42)
│ │             ├─┬billingInvoiceEmailRecipient
│ │             │ └──[+] description (118595:42)
│ │             ├─┬concurrentBuilds
│ │             │ └──[+] description (118721:42)
│ │             ├─┬secret
│ │             │ └──[+] description (119974:42)
│ │             ├─┬deploymentPromote
│ │             │ └──[+] description (118882:42)
│ │             ├─┬aiGatewayVirtualModelConfigs
│ │             │ └──[+] description (118476:42)
│ │             ├─┬edgeConfig
│ │             │ └──[+] description (118987:42)
│ │             ├─┬projectTransferIn
│ │             │ └──[+] description (119883:42)
│ │             ├─┬privateCloudAccount
│ │             │ └──[+] description (119596:42)
│ │             ├─┬projectProductionBranch
│ │             │ └──[+] description (119820:42)
│ │             ├─┬integrationAccount
│ │             │ └──[+] description (119078:42)
│ │             ├─┬notificationDomainConfiguration
│ │             │ └──[+] description (119351:42)
│ │             ├─┬deploymentPolicy
│ │             │ └──[+] description (118854:42)
│ │             ├─┬domainMove
│ │             │ └──[+] description (118945:42)
│ │             ├─┬connect
│ │             │ └──[+] description (118728:42)
│ │             ├─┬billingInvoiceLanguage
│ │             │ └──[+] description (118602:42)
│ │             ├─┬buildMachine
│ │             │ └──[+] description (118658:42)
│ │             ├─┬aiGatewayPrivateModels
│ │             │ └──[+] description (118434:42)
│ │             ├─┬defaultDeploymentProtection
│ │             │ └──[+] description (118812:42)
│ │             ├─┬remoteCaching
│ │             │ └──[+] description (119939:42)
│ │             ├─┬notificationDeploymentFailed
│ │             │ └──[+] description (119344:42)
│ │             ├─┬billingPurchaseOrder
│ │             │ └──[+] description (118616:42)
│ │             ├─┬passwordProtectionInvoiceItem
│ │             │ └──[+] description (119554:42)
│ │             ├─┬monitoringAlert
│ │             │ └──[+] description (119309:42)
│ │             ├─┬integrationResourceData
│ │             │ └──[+] description (119148:42)
│ │             ├─┬integrationSSOSession
│ │             │ └──[+] description (119169:42)
│ │             ├─┬observabilityNotebook
│ │             │ └──[+] description (119470:42)
│ │             ├─┬aliasGlobal
│ │             │ └──[+] description (118497:42)
│ │             ├─┬aiGatewayGuardrails
│ │             │ └──[+] description (118427:42)
│ │             ├─┬connexInstallation
│ │             │ └──[+] description (118777:42)
│ │             ├─┬edgeConfigItem
│ │             │ └──[+] description (118994:42)
│ │             ├─┬gitCredentialGrant
│ │             │ └──[+] description (119050:42)
│ │             ├─┬budget
│ │             │ └──[+] description (118651:42)
│ │             ├─┬observabilityConfiguration
│ │             │ └──[+] description (119449:42)
│ │             └─┬notificationDomainRenewal
│ │               └──[+] description (119379:42)
│ ├─┬/v1/query/web-analytics/events/count
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬data
│ │             └─┬ONEOF
│ │               ├──[+] required (210015:29)❌ 
│ │               ├──[+] required (210020:29)❌ 
│ │               ├──[+] required (210014:29)❌ 
│ │               ├──[+] required (210013:29)❌ 
│ │               ├──[+] required (210018:29)❌ 
│ │               ├──[+] required (210011:29)❌ 
│ │               ├──[+] required (210027:29)❌ 
│ │               ├──[+] required (209924:29)❌ 
│ │               ├──[+] required (210016:29)❌ 
│ │               ├──[+] required (210028:29)❌ 
│ │               ├──[+] required (210012:29)❌ 
│ │               ├──[+] required (210010:29)❌ 
│ │               ├──[+] required (210017:29)❌ 
│ │               ├──[+] required (210019:29)❌ 
│ │               ├──[+] properties (209391:29)
│ │               ├──[+] properties (209649:29)
│ │               ├──[+] properties (209652:29)
│ │               ├──[+] properties (209655:29)
│ │               ├──[+] properties (209658:29)
│ │               ├──[+] properties (209661:29)
│ │               ├──[+] properties (209664:29)
│ │               ├──[+] properties (209667:29)
│ │               ├──[+] properties (209670:29)
│ │               ├──[+] properties (209673:29)
│ │               ├──[+] properties (209676:29)
│ │               ├──[+] properties (209679:29)
│ │               ├──[+] properties (209700:29)
│ │               └──[+] properties (209703:29)
│ ├─┬/v1/query/web-analytics/visits/count
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬data
│ │             └─┬ONEOF
│ │               ├──[+] required (208891:29)❌ 
│ │               ├──[+] required (208904:29)❌ 
│ │               ├──[+] required (208800:29)❌ 
│ │               ├──[+] required (208893:29)❌ 
│ │               ├──[+] required (208894:29)❌ 
│ │               ├──[+] required (208892:29)❌ 
│ │               ├──[+] required (208896:29)❌ 
│ │               ├──[+] required (208886:29)❌ 
│ │               ├──[+] required (208895:29)❌ 
│ │               ├──[+] required (208889:29)❌ 
│ │               ├──[+] required (208887:29)❌ 
│ │               ├──[+] required (208903:29)❌ 
│ │               ├──[+] required (208890:29)❌ 
│ │               ├──[+] required (208888:29)❌ 
│ │               ├──[+] properties (208267:29)
│ │               ├──[+] properties (208525:29)
│ │               ├──[+] properties (208528:29)
│ │               ├──[+] properties (208531:29)
│ │               ├──[+] properties (208534:29)
│ │               ├──[+] properties (208537:29)
│ │               ├──[+] properties (208540:29)
│ │               ├──[+] properties (208543:29)
│ │               ├──[+] properties (208546:29)
│ │               ├──[+] properties (208549:29)
│ │               ├──[+] properties (208552:29)
│ │               ├──[+] properties (208555:29)
│ │               ├──[+] properties (208576:29)
│ │               └──[+] properties (208579:29)
│ ├─┬/v2/deployments/{deploymentId}/check-runs
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       └─┬Schema
│ │ │         └─┬runs
│ │ │           └─┬Schema
│ │ │             └─┬ONEOF
│ │ │               └─┬source
│ │ │                 └─┬ONEOF
│ │ │                   └─┬selection
│ │ │                     ├──[-] required (9046:43)❌ 
│ │ │                     ├──[-] required (9047:43)❌ 
│ │ │                     ├──[-] type (9049:49)❌ 
│ │ │                     ├──[-] properties (9035:43)❌ 
│ │ │                     ├──[-] properties (9038:43)❌ 
│ │ │                     ├──[+] oneOf (9081:43)
│ │ │                     ├──[+] oneOf (9095:43)
│ │ │                     └──[+] oneOf (9113:43)
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬ONEOF
│ │             └─┬source
│ │               └─┬ONEOF
│ │                 └─┬selection
│ │                   ├──[-] required (9522:37)❌ 
│ │                   ├──[-] required (9523:37)❌ 
│ │                   ├──[-] type (9525:43)❌ 
│ │                   ├──[-] properties (9511:37)❌ 
│ │                   ├──[-] properties (9514:37)❌ 
│ │                   ├──[+] oneOf (9597:37)
│ │                   ├──[+] oneOf (9611:37)
│ │                   └──[+] oneOf (9629:37)
│ ├─┬/v4/sandboxes
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├──[+] properties (178206:19)
│ │         ├─┬region
│ │         │ ├──[-] enum (175331:23)❌ 
│ │         │ ├──[-] enum (175335:23)❌ 
│ │         │ ├──[-] enum (175340:23)❌ 
│ │         │ ├──[-] enum (175341:23)❌ 
│ │         │ ├──[-] enum (175346:23)❌ 
│ │         │ ├──[-] enum (175349:23)❌ 
│ │         │ ├──[-] enum (175332:23)❌ 
│ │         │ ├──[-] enum (175333:23)❌ 
│ │         │ ├──[-] enum (175334:23)❌ 
│ │         │ ├──[-] enum (175336:23)❌ 
│ │         │ ├──[-] enum (175348:23)❌ 
│ │         │ ├──[-] enum (175338:23)❌ 
│ │         │ ├──[-] enum (175339:23)❌ 
│ │         │ ├──[-] enum (175343:23)❌ 
│ │         │ ├──[-] enum (175344:23)❌ 
│ │         │ ├──[-] enum (175347:23)❌ 
│ │         │ ├──[-] enum (175337:23)❌ 
│ │         │ ├──[-] enum (175342:23)❌ 
│ │         │ ├──[-] enum (175345:23)❌ 
│ │         │ ├──[🔀] description (178319:36)
│ │         │ ├──[-] default (175351:32)❌ 
│ │         │ └──[🔀] example (178320:32)
│ │         ├─┬snapshotExpiration
│ │         │ ├──[+] additionalProperties (178217:45)❌ 
│ │         │ ├──[+] type (178218:29)❌ 
│ │         │ ├──[🔀] description (178216:36)
│ │         │ ├──[-] example (175434:32)
│ │         │ ├──[+] properties (178227:23)
│ │         │ ├──[+] properties (178220:23)
│ │         │ ├──[-] oneOf (175429:23)❌ 
│ │         │ └──[-] oneOf (175430:23)❌ 
│ │         ├─┬env
│ │         │ ├──[-] additionalProperties (175289:45)❌ 
│ │         │ ├──[+] enum (178210:23)
│ │         │ ├──[+] enum (178211:23)
│ │         │ ├──[🔀] type (178208:29)❌ 
│ │         │ ├──[🔀] description (178207:36)
│ │         │ ├──[-] default (175293:32)❌ 
│ │         │ └──[🔀] example (178213:32)
│ │         ├─┬mounts
│ │         │ ├──[-] additionalProperties (175303:45)❌ 
│ │         │ ├──[-] type (175300:29)❌ 
│ │         │ ├──[-] maxProperties (175302:38)❌ 
│ │         │ ├──[🔀] description (178505:36)
│ │         │ ├──[+] oneOf (178507:23)
│ │         │ └──[+] oneOf (178510:23)
│ │         ├─┬persistent
│ │         │ ├──[-] type (175423:29)❌ 
│ │         │ ├──[-] description (175422:36)
│ │         │ ├──[-] default (175424:32)❌ 
│ │         │ ├──[+] oneOf (177807:23)
│ │         │ └──[+] oneOf (177998:23)
│ │         ├─┬projectId
│ │         │ ├──[+] items (178332:30)❌ 
│ │         │ ├──[🔀] type (178325:29)❌ 
│ │         │ ├──[+] maxItems (178326:33)❌ 
│ │         │ ├──[+] uniqueItems (178327:36)❌ 
│ │         │ ├──[🔀] description (178324:36)
│ │         │ └──[🔀] example (178328:32)
│ │         ├─┬image
│ │         │ ├──[+] items (178447:30)❌ 
│ │         │ ├──[🔀] type (178444:29)❌ 
│ │         │ ├──[-] maxLength (175278:34)❌ 
│ │         │ ├──[+] maxItems (178445:33)❌ 
│ │         │ ├──[+] uniqueItems (178446:36)❌ 
│ │         │ ├──[🔀] description (178471:36)
│ │         │ └──[+] example (178472:32)
│ │         ├─┬tags
│ │         │ ├──[-] additionalProperties (175476:45)❌ 
│ │         │ ├──[-] type (175474:29)❌ 
│ │         │ ├──[-] maxProperties (175475:38)❌ 
│ │         │ ├──[🔀] description (178236:36)
│ │         │ ├──[-] example (175480:32)
│ │         │ ├──[+] oneOf (178238:23)
│ │         │ ├──[+] oneOf (178277:23)
│ │         │ └──[+] oneOf (178297:23)
│ │         ├─┬failoverRegions
│ │         │ ├──[+] additionalProperties (178357:45)❌ 
│ │         │ ├──[-] items (175379:30)❌ 
│ │         │ ├──[🔀] type (178356:29)❌ 
│ │         │ ├──[-] maxItems (175377:33)❌ 
│ │         │ ├──[-] uniqueItems (175378:36)❌ 
│ │         │ ├──[🔀] description (178360:36)
│ │         │ ├──[+] default (178361:32)❌ 
│ │         │ └──[🔀] example (178362:32)
│ │         ├─┬source
│ │         │ ├──[🔀] description (178495:36)
│ │         │ ├──[+] example (178502:32)
│ │         │ ├──[-] oneOf (175229:23)❌ 
│ │         │ ├─┬ONEOF
│ │         │ │ ├──[-] additionalProperties (175207:49)❌ 
│ │         │ │ ├──[-] required (175205:27)❌ 
│ │         │ │ ├──[-] required (175204:27)❌ 
│ │         │ │ ├──[-] type (175171:33)❌ 
│ │         │ │ ├──[-] description (175172:40)
│ │         │ │ ├──[-] properties (175191:27)❌ 
│ │         │ │ ├──[-] properties (175187:27)❌ 
│ │         │ │ ├──[-] properties (175197:27)❌ 
│ │         │ │ ├──[-] properties (175174:27)❌ 
│ │         │ │ ├──[-] properties (175177:27)❌ 
│ │         │ │ └──[-] properties (175183:27)❌ 
│ │         │ └─┬ONEOF
│ │         │   ├──[-] additionalProperties (175227:49)❌ 
│ │         │   ├──[-] required (175224:27)❌ 
│ │         │   ├──[-] required (175225:27)❌ 
│ │         │   ├──[🔀] type (178499:33)❌ 
│ │         │   ├──[-] description (175211:40)
│ │         │   ├──[-] properties (175213:27)❌ 
│ │         │   └──[-] properties (175216:27)❌ 
│ │         ├─┬timeout
│ │         │ ├──[+] additionalProperties (178544:45)❌ 
│ │         │ ├──[🔀] type (178542:29)❌ 
│ │         │ ├──[-] minimum (175284:32)❌ 
│ │         │ ├──[+] maxProperties (178543:38)❌ 
│ │         │ ├──[🔀] description (178541:36)
│ │         │ └──[🔀] example (178548:32)
│ │         ├─┬keepLastSnapshots
│ │         │ ├──[+] type (178345:29)❌ 
│ │         │ ├──[+] maxLength (178346:34)❌ 
│ │         │ ├──[🔀] description (178347:36)
│ │         │ ├──[-] oneOf (175439:23)❌ 
│ │         │ └──[-] oneOf (175442:23)❌ 
│ │         ├─┬networkPolicy
│ │         │ ├──[+] type (178478:29)❌ 
│ │         │ ├──[+] maxLength (178479:34)❌ 
│ │         │ ├──[+] description (178480:36)
│ │         │ ├──[-] oneOf (174748:23)❌ 
│ │         │ └──[-] oneOf (174939:23)❌ 
│ │         ├─┬ports
│ │         │ ├──[-] items (175264:30)❌ 
│ │         │ ├──[🔀] type (178491:29)❌ 
│ │         │ ├──[-] maxItems (175258:33)❌ 
│ │         │ ├──[-] uniqueItems (175259:36)❌ 
│ │         │ ├──[🔀] description (178490:36)
│ │         │ ├──[+] default (178492:32)❌ 
│ │         │ └──[-] example (175260:32)
│ │         ├─┬name
│ │         │ ├──[+] additionalProperties (178371:45)❌ 
│ │         │ ├──[🔀] type (178368:29)❌ 
│ │         │ ├──[-] maxLength (175418:34)❌ 
│ │         │ ├──[-] pattern (175417:32)❌ 
│ │         │ ├──[+] maxProperties (178370:38)❌ 
│ │         │ ├──[🔀] description (178369:36)
│ │         │ └──[-] example (175415:32)
│ │         ├─┬networkId
│ │         │ ├──[🔀] maxLength (178486:34)❌ 
│ │         │ ├──[+] pattern (178485:32)❌ 
│ │         │ ├──[🔀] description (178487:36)
│ │         │ └──[+] example (178483:32)
│ │         └─┬resources
│ │           ├──[-] additionalProperties (175149:45)❌ 
│ │           ├──[+] enum (178400:23)
│ │           ├──[+] enum (178402:23)
│ │           ├──[+] enum (178405:23)
│ │           ├──[+] enum (178407:23)
│ │           ├──[+] enum (178410:23)
│ │           ├──[+] enum (178412:23)
│ │           ├──[+] enum (178414:23)
│ │           ├──[+] enum (178417:23)
│ │           ├──[+] enum (178401:23)
│ │           ├──[+] enum (178404:23)
│ │           ├──[+] enum (178408:23)
│ │           ├──[+] enum (178399:23)
│ │           ├──[+] enum (178403:23)
│ │           ├──[+] enum (178411:23)
│ │           ├──[+] enum (178406:23)
│ │           ├──[+] enum (178409:23)
│ │           ├──[+] enum (178413:23)
│ │           ├──[+] enum (178415:23)
│ │           ├──[+] enum (178416:23)
│ │           ├──[🔀] type (178397:29)❌ 
│ │           ├──[🔀] description (178440:36)
│ │           ├──[+] default (178419:32)❌ 
│ │           ├──[+] example (178441:32)
│ │           ├──[-] properties (175159:23)❌ 
│ │           └──[-]...

* `vercel.teams.getTeams()`:  `response.teams[]` **Changed** (Breaking ⚠️)
* `vercel.projects.createProject()`:  `response` **Changed** (Breaking ⚠️)
* `vercel.apiAiGateway.getAiGatewayVirtualModelConfig()`:  `response.union(AiGatewayVirtualModelConfig)` **Changed** (Breaking ⚠️)
* `vercel.apiAiGateway.updateAiGatewayVirtualModelConfig()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error.status[429]` **Added**
* `vercel.apiAiGateway.listAiGatewayVirtualModelConfigs()`:  `response.virtualModelConfigs[]` **Changed** (Breaking ⚠️)
* `vercel.apiAiGateway.getAiGatewayVirtualModelConfigBySlug()`:  `response` **Changed** (Breaking ⚠️)
* `vercel.apiAiGateway.updateAiGatewayVirtualModelConfigBySlug()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error.status[429]` **Added**
* `vercel.checksV2.listCheckRuns()`:  `response.runs[].union(1).source.union(5).selection` **Changed** (Breaking ⚠️)
* `vercel.checksV2.listDeploymentCheckRuns()`:  `response.runs[].union(1).source.union(5).selection` **Changed** (Breaking ⚠️)
* `vercel.checksV2.createDeploymentCheckRun()`:  `response.union(1).source.union(5).selection` **Changed** (Breaking ⚠️)
* `vercel.checksV2.getDeploymentCheckRun()`:  `response.union(1).source.union(5).selection` **Changed** (Breaking ⚠️)
* `vercel.teams.patchTeam()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error.status[409]` **Added**
* `vercel.apiAiGateway.createAiGatewayVirtualModelConfig()`:  `response` **Changed** (Breaking ⚠️)
* `vercel.projects.uploadProjectAvatar()`:  `response` **Changed** (Breaking ⚠️)
* `vercel.checksV2.updateDeploymentCheckRun()`:  `response.union(1).source.union(5).selection` **Changed** (Breaking ⚠️)
* `vercel.teams.getTeam()`:  `response` **Changed** (Breaking ⚠️)
* `vercel.teams.updateTeamMember()`: 
  *  `request.requestBody.teamPermissions[]` **Changed** (Breaking ⚠️)
* `vercel.teams.inviteUserToTeam()`:  `response.teamPermissions[]` **Changed** (Breaking ⚠️)
* `vercel.teams.getTeamMembers()`:  `response.emailInviteCodes[].teamPermissions[]` **Changed** (Breaking ⚠️)
* `vercel.projects.updateMicrofrontends()`:  `response` **Changed** (Breaking ⚠️)
* `vercel.user.listUserEvents()`:  `response.events[]` **Changed** (Breaking ⚠️)
* `vercel.user.listEventTypes()`:  `response.types[]` **Changed** (Breaking ⚠️)
* `vercel.microfrontends.getMicrofrontendsInGroup()`:  `response.projects[]` **Changed** (Breaking ⚠️)
* `vercel.projects.getProjects()`:  `response` **Changed** (Breaking ⚠️)
* `vercel.accessGroups.readAccessGroup()`:  `response.teamPermissions[]` **Changed** (Breaking ⚠️)
* `vercel.projects.getProject()`:  `response` **Changed** (Breaking ⚠️)
* `vercel.projects.updateProject()`:  `response` **Changed** (Breaking ⚠️)
* `vercel.connect.getConnector()`:  `error.status[409]` **Added**
* `vercel.deployments.cancelDeployment()`:  `response` **Changed**
* `vercel.sandboxes.listNamedSandboxes()`:  `response.sandboxes[].architecture` **Added**
* `vercel.sandboxes.listSessionSnapshots()`:  `response.union(2).snapshots[].architecture` **Added**
* `vercel.sandboxes.getSessionSnapshot()`:  `response.snapshot.architecture` **Added**
* `vercel.sandboxes.deleteSessionSnapshot()`:  `response.snapshot.architecture` **Added**
* `vercel.sandboxes.listSessions()`:  `response.union(2).sessions[].architecture` **Added**
* `vercel.sandboxes.getSession()`:  `response.session.architecture` **Added**
* `vercel.sandboxes.getNamedSandbox()`: 
  *  `response` **Changed**
  *  `error.status[422]` **Added**
* `vercel.sandboxes.deleteSandbox()`:  `response.sandbox.architecture` **Added**
* `vercel.sandboxes.stopSession()`:  `response` **Changed**
* `vercel.sandboxes.extendSessionTimeout()`:  `response.session.architecture` **Added**
* `vercel.sandboxes.updateSessionNetworkPolicy()`:  `response.session.architecture` **Added**
* `vercel.sandboxes.createSandboxesSessionsBySessionIdSnapshotV2()`:  `response` **Changed**
* `vercel.sandboxes.createSandboxesSessionsBySessionIdSnapshotV3()`:  `response` **Changed**
* `vercel.deployments.createDeployment()`:  `response` **Changed**
* `vercel.deployments.getDeployment()`:  `response` **Changed**
* `vercel.teams.requestAccessToTeam()`:  `response.confirmed` **Changed**
* `vercel.connect.listConnectorProjectConnections()`:  `error.status[409]` **Added**
* `vercel.connect.replaceConnectorTriggerDestinations()`:  `error.status[409]` **Added**
* `vercel.connect.createConnector()`: 
  *  `request.connectCreateConnectorRequest` **Changed**
* `vercel.connect.listConnectors()`:  `error.status[409]` **Added**
* `vercel.webAnalytics.aggregatePageviews()`:  `response.data` **Changed**
* `vercel.webAnalytics.aggregateEvents()`:  `response.data` **Changed**
* `vercel.webAnalytics.countPageviews()`:  `response.data.union(1)` **Changed**
* `vercel.webAnalytics.countEvents()`:  `response.data.union(1)` **Changed**
@github-actions
github-actions Bot requested a review from a team as a code owner September 22, 2026 00:56
@github-actions github-actions Bot added the patch Patch version bump label Sep 22, 2026
@github-actions

Copy link
Copy Markdown
Contributor Author

Closed by the Generate workflow so this run can start from a fresh branch. A replacement PR generated against the current OpenAPI document will open shortly, containing everything this one had. If that run fails instead, reopen this PR — its branch is left in place for exactly that case. To keep a regen PR open across runs, add the sweep-hold label.

@github-actions github-actions Bot closed this Sep 23, 2026
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.

0 participants