Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Oct 8, 2025

SDK update

Versioning

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

Typescript SDK Changes Detected:

  • vercel.domainsRegistrar.buyDomains(): error Changed Breaking ⚠️
  • vercel.domainsRegistrar.getDomainTransferIn(): error Changed Breaking ⚠️
  • vercel.domainsRegistrar.getTldPrice(): error Changed Breaking ⚠️
  • vercel.domainsRegistrar.getDomainAvailability(): error Changed Breaking ⚠️
  • vercel.domainsRegistrar.getDomainPrice(): error Changed Breaking ⚠️
  • vercel.domainsRegistrar.getBulkAvailability(): error Changed Breaking ⚠️
  • vercel.domainsRegistrar.getSupportedTlds(): error Changed Breaking ⚠️
  • vercel.domainsRegistrar.getDomainAuthCode(): error Changed Breaking ⚠️
  • vercel.domainsRegistrar.getOrder(): error Changed Breaking ⚠️
  • vercel.domainsRegistrar.buySingleDomain(): error Changed Breaking ⚠️
  • vercel.domainsRegistrar.transferInDomain(): error Changed Breaking ⚠️
  • vercel.domainsRegistrar.renewDomain(): error Changed Breaking ⚠️
  • vercel.domainsRegistrar.updateDomainAutoRenew(): error Changed Breaking ⚠️
  • vercel.domainsRegistrar.updateDomainNameservers(): error Changed Breaking ⚠️
  • vercel.domainsRegistrar.getContactInfoSchema(): error Changed Breaking ⚠️
  • vercel.projects.uploadProjectClientCert(): error.status[404] Added
OpenAPI Change Summary
├─┬Paths
│ ├─┬/v1/registrar/domains/{domain}/renew
│ │ └─┬POST
│ │   ├─┬Responses
│ │   │ └─┬404
│ │   │   └──[🔀] description (22234:28)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬years
│ │           └──[+] description (22278:36)
│ ├─┬/v1/domains/{domain}/registry
│ │ └─┬GET
│ │   ├──[🔀] summary (23066:20)
│ │   └──[🔀] description (23059:24)
│ ├─┬/v1/registrar/tlds/supported
│ │ └─┬GET
│ │   ├──[🔀] summary (20643:20)
│ │   ├──[🔀] description (20642:24)
│ │   └─┬Responses
│ │     └─┬200
│ │       ├──[🔀] description (20578:28)
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └──[+] description (20586:34)
│ ├─┬/v1/registrar/domains/{domain}/nameservers
│ │ └─┬PATCH
│ │   ├──[🔀] summary (22575:20)
│ │   ├──[🔀] description (22574:24)
│ │   └─┬Responses
│ │     └─┬404
│ │       └──[🔀] description (22544:28)
│ ├─┬/v5/domains/buy
│ │ └─┬POST
│ │   ├──[🔀] summary (18922:20)
│ │   └──[🔀] description (18915:24)
│ ├─┬/v1/registrar/orders/{orderId}
│ │ └─┬GET
│ │   ├──[🔀] summary (23054:20)
│ │   └──[🔀] description (23053:24)
│ ├─┬/v1/registrar/domains/{domain}/buy
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├─┬years
│ │         │ └──[+] description (21425:36)
│ │         ├─┬contactInformation
│ │         │ └──[+] description (21486:36)
│ │         └─┬autoRenew
│ │           └──[+] description (21421:36)
│ ├─┬/v1/registrar/domains/{domain}/auth-code
│ │ └─┬GET
│ │   ├──[🔀] description (21253:24)
│ │   └─┬Responses
│ │     └─┬404
│ │       └──[🔀] description (21223:28)
│ ├─┬/v4/domains/status
│ │ └─┬GET
│ │   ├──[🔀] summary (19264:20)
│ │   └──[🔀] description (19257:24)
│ ├─┬/v1/registrar/tlds/{tld}/price
│ │ └─┬GET
│ │   ├──[🔀] summary (20770:20)
│ │   ├──[🔀] description (20769:24)
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬years
│ │             └──[+] description (20691:38)
│ ├─┬/v1/registrar/domains/{domain}/price
│ │ └─┬GET
│ │   └──[🔀] summary (21005:20)
│ ├─┬/v1/registrar/domains/{domain}/availability
│ │ └─┬GET
│ │   ├──[🔀] summary (20876:20)
│ │   └──[🔀] description (20875:24)
│ ├─┬/v1/registrar/domains/availability
│ │ └─┬POST
│ │   └──[🔀] description (21107:24)
│ ├─┬/v1/registrar/domains/buy
│ │ └─┬POST
│ │   ├──[🔀] summary (21643:20)
│ │   ├──[🔀] description (21642:24)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├─┬contactInformation
│ │         │ └──[+] description (21740:36)
│ │         └─┬domains
│ │           └─┬Schema
│ │             ├─┬autoRenew
│ │             │ └──[+] description (21671:42)
│ │             └─┬years
│ │               └──[+] description (21675:42)
│ ├─┬/v1/registrar/domains/{domain}/contact-info/schema
│ │ └─┬GET
│ │   ├──[🔀] summary (22692:20)
│ │   └──[🔀] description (22691:24)
│ ├─┬/v1/registrar/domains/{domain}/transfer
│ │ ├─┬GET
│ │ │ ├──[🔀] summary (22106:20)
│ │ │ └──[🔀] description (22105:24)
│ │ └─┬POST
│ │   ├──[🔀] summary (21894:20)
│ │   ├──[🔀] description (21893:24)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├─┬years
│ │         │ └──[+] description (21917:36)
│ │         └─┬autoRenew
│ │           └──[+] description (21913:36)
│ ├─┬/v4/domains/price
│ │ └─┬GET
│ │   ├──[🔀] summary (19157:20)
│ │   └──[🔀] description (19150:24)
│ ├─┬/v7/domains
│ │ └─┬POST
│ │   ├──[🔀] summary (23876:20)
│ │   ├──[🔀] description (23869:24)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├─┬ONEOF
│ │         │ └──[+] deprecated (24166:35)
│ │         └─┬method
│ │           ├──[🔀] description (24105:36)
│ │           └──[🔀] example (24107:32)
│ ├─┬/v3/domains/{domain}
│ │ └─┬PATCH
│ │   ├──[🔀] description (24206:24)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬ONEOF
│ │           ├─┬renew
│ │           │ ├──[🔀] description (24334:40)
│ │           │ └──[+] deprecated (24336:39)
│ │           └─┬customNameservers
│ │             ├──[🔀] description (24339:40)
│ │             └──[+] deprecated (24347:39)
│ ├─┬/v1/projects/{idOrName}/client-cert
│ │ └─┬POST
│ │   └─┬Responses
│ │     └──[+] codes (62765:18)
│ └─┬/v1/registrar/domains/{domain}/auto-renew
│   └─┬PATCH
│     ├──[🔀] summary (22452:20)
│     ├──[🔀] description (22451:24)
│     └─┬Responses
│       └─┬404
│         └──[🔀] description (22421:28)
└─┬Components
  ├─┬OrderTooExpensive
  │ ├──[-] required (1:1187429)❌ 
  │ ├──[+] description (79753:24)
  │ └──[-] properties (1:1187590)❌ 
  ├─┬DomainNotRenewable
  │ ├──[-] required (1:1188422)❌ 
  │ ├──[+] description (79834:24)
  │ └──[-] properties (1:1188584)❌ 
  ├─┬TooManyDomains
  │ ├──[-] required (1:1188092)❌ 
  │ ├──[+] description (79807:24)
  │ └──[-] properties (1:1188250)❌ 
  ├─┬AdditionalContactInfoRequired
  │ ├──[-] required (1:1186700)❌ 
  │ ├──[+] description (79699:24)
  │ └──[-] properties (1:1186874)❌ 
  ├─┬DuplicateDomains
  │ ├──[-] required (1:1187763)❌ 
  │ ├──[+] description (79780:24)
  │ └──[-] properties (1:1187922)❌ 
  ├─┬DomainNotRegistered
  │ ├──[-] required (1:1184396)❌ 
  │ ├──[+] description (79538:24)
  │ └──[-] properties (1:1184559)❌ 
  ├─┬Forbidden
  │ ├──[-] required (1:1184727)❌ 
  │ └──[-] properties (1:1184878)❌ 
  ├─┬DomainNotFound
  │ ├──[-] required (1:1185041)❌ 
  │ ├──[+] description (79591:24)
  │ └──[-] properties (1:1185199)❌ 
  ├─┬InternalServerError
  │ ├──[-] required (1:1182867)❌ 
  │ └──[-] properties (1:1183030)❌ 
  ├─┬InvalidAdditionalContactInfo
  │ ├──[-] required (1:1187071)❌ 
  │ ├──[+] description (79726:24)
  │ └──[-] properties (1:1187244)❌ 
  ├─┬TldNotSupported
  │ ├──[-] required (1:1183409)❌ 
  │ ├──[+] description (79456:24)
  │ └──[-] properties (1:1183568)❌ 
  ├─┬ExpectedPriceMismatch
  │ ├──[-] required (1:1186345)❌ 
  │ ├──[+] description (79672:24)
  │ └──[-] properties (1:1186510)❌ 
  ├─┬Unauthorized
  │ ├──[-] required (1:1182194)❌ 
  │ └──[-] properties (1:1182348)❌ 
  ├─┬NotFound
  │ ├──[-] required (1:1183765)❌ 
  │ └──[-] properties (1:1183916)❌ 
  ├─┬DomainNotAvailable
  │ ├──[-] required (1:1186004)❌ 
  │ ├──[+] description (79645:24)
  │ └──[-] properties (1:1186166)❌ 
  ├─┬Issue
  │ ├──[-] required (1:1180463)❌ 
  │ └──[-] properties (1:1180506)❌ 
  ├─┬NotAuthorizedForScope
  │ ├──[-] required (1:1182521)❌ 
  │ └──[-] properties (1:1182687)❌ 
  ├─┬BadRequest
  │ ├──[-] required (1:1184074)❌ 
  │ └──[-] properties (1:1184227)❌ 
  ├─┬HttpApiDecodeError
  │ ├──[-] required (1:1180132)❌ 
  │ └──[-] properties (1:1180265)❌ 
  ├─┬Dollars
  │ └──[🔀] description (79428:24)
  ├─┬TooManyRequests
  │ ├──[-] required (1:1181489)❌ 
  │ └──[-] properties (1:1182027)❌ 
  └─┬DomainAlreadyRenewing
    ├──[-] required (1:1188763)❌ 
    ├──[+] description (79861:24)
    └──[-] properties (1:1188928)❌ 
Document Element Total Changes Breaking Changes
paths 58 0
components 55 42

TYPESCRIPT CHANGELOG

No relevant generator changes

Based on Speakeasy CLI 1.636.0

* `vercel.domainsRegistrar.buyDomains()`:  `error` **Changed** **Breaking** ⚠️
* `vercel.domainsRegistrar.getDomainTransferIn()`:  `error` **Changed** **Breaking** ⚠️
* `vercel.domainsRegistrar.getTldPrice()`:  `error` **Changed** **Breaking** ⚠️
* `vercel.domainsRegistrar.getDomainAvailability()`:  `error` **Changed** **Breaking** ⚠️
* `vercel.domainsRegistrar.getDomainPrice()`:  `error` **Changed** **Breaking** ⚠️
* `vercel.domainsRegistrar.getBulkAvailability()`:  `error` **Changed** **Breaking** ⚠️
* `vercel.domainsRegistrar.getSupportedTlds()`:  `error` **Changed** **Breaking** ⚠️
* `vercel.domainsRegistrar.getDomainAuthCode()`:  `error` **Changed** **Breaking** ⚠️
* `vercel.domainsRegistrar.getOrder()`:  `error` **Changed** **Breaking** ⚠️
* `vercel.domainsRegistrar.buySingleDomain()`:  `error` **Changed** **Breaking** ⚠️
* `vercel.domainsRegistrar.transferInDomain()`:  `error` **Changed** **Breaking** ⚠️
* `vercel.domainsRegistrar.renewDomain()`:  `error` **Changed** **Breaking** ⚠️
* `vercel.domainsRegistrar.updateDomainAutoRenew()`:  `error` **Changed** **Breaking** ⚠️
* `vercel.domainsRegistrar.updateDomainNameservers()`:  `error` **Changed** **Breaking** ⚠️
* `vercel.domainsRegistrar.getContactInfoSchema()`:  `error` **Changed** **Breaking** ⚠️
* `vercel.projects.uploadProjectClientCert()`:  `error.status[404]` **Added**
@github-actions github-actions bot requested a review from molebox as a code owner October 8, 2025 00:16
@github-actions github-actions bot added the patch Patch version bump label Oct 8, 2025
@ismaelrumzan ismaelrumzan merged commit 3781ee8 into main Oct 8, 2025
1 check passed
@ismaelrumzan ismaelrumzan deleted the speakeasy-sdk-regen-1759882062 branch October 8, 2025 15:47
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.

3 participants