@vercel/sdk 1.12.1 → 1.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (343) hide show
  1. package/README.md +42 -3
  2. package/bin/mcp-server.js +6589 -3056
  3. package/bin/mcp-server.js.map +63 -11
  4. package/docs/sdks/domains/README.md +1 -0
  5. package/docs/sdks/domainsregistrar/README.md +1337 -0
  6. package/docs/sdks/projects/README.md +92 -0
  7. package/esm/__tests__/accessgroups.test.js +1 -3
  8. package/esm/__tests__/accessgroups.test.js.map +1 -1
  9. package/esm/__tests__/domains.test.js +6 -9
  10. package/esm/__tests__/domains.test.js.map +1 -1
  11. package/esm/__tests__/domainsregistrar.test.d.ts +2 -0
  12. package/esm/__tests__/domainsregistrar.test.d.ts.map +1 -0
  13. package/esm/__tests__/domainsregistrar.test.js +274 -0
  14. package/esm/__tests__/domainsregistrar.test.js.map +1 -0
  15. package/esm/__tests__/edgeconfig.test.js +6 -6
  16. package/esm/__tests__/edgeconfig.test.js.map +1 -1
  17. package/esm/__tests__/integrations.test.js +1 -1
  18. package/esm/__tests__/logdrains.test.js +1 -3
  19. package/esm/__tests__/logdrains.test.js.map +1 -1
  20. package/esm/__tests__/projects.test.js +24 -0
  21. package/esm/__tests__/projects.test.js.map +1 -1
  22. package/esm/__tests__/rollingrelease.test.js +2 -5
  23. package/esm/__tests__/rollingrelease.test.js.map +1 -1
  24. package/esm/__tests__/security.test.js +4 -4
  25. package/esm/__tests__/security.test.js.map +1 -1
  26. package/esm/funcs/domainsCheckDomainPrice.d.ts +2 -1
  27. package/esm/funcs/domainsCheckDomainPrice.d.ts.map +1 -1
  28. package/esm/funcs/domainsCheckDomainPrice.js +3 -2
  29. package/esm/funcs/domainsCheckDomainPrice.js.map +1 -1
  30. package/esm/funcs/domainsRegistrarBuyDomains.d.ts +21 -0
  31. package/esm/funcs/domainsRegistrarBuyDomains.d.ts.map +1 -0
  32. package/esm/funcs/domainsRegistrarBuyDomains.js +85 -0
  33. package/esm/funcs/domainsRegistrarBuyDomains.js.map +1 -0
  34. package/esm/funcs/domainsRegistrarBuySingleDomain.d.ts +21 -0
  35. package/esm/funcs/domainsRegistrarBuySingleDomain.d.ts.map +1 -0
  36. package/esm/funcs/domainsRegistrarBuySingleDomain.js +91 -0
  37. package/esm/funcs/domainsRegistrarBuySingleDomain.js.map +1 -0
  38. package/esm/funcs/domainsRegistrarGetBulkAvailability.d.ts +20 -0
  39. package/esm/funcs/domainsRegistrarGetBulkAvailability.d.ts.map +1 -0
  40. package/esm/funcs/domainsRegistrarGetBulkAvailability.js +84 -0
  41. package/esm/funcs/domainsRegistrarGetBulkAvailability.js.map +1 -0
  42. package/esm/funcs/domainsRegistrarGetContactInfoSchema.d.ts +20 -0
  43. package/esm/funcs/domainsRegistrarGetContactInfoSchema.d.ts.map +1 -0
  44. package/esm/funcs/domainsRegistrarGetContactInfoSchema.js +89 -0
  45. package/esm/funcs/domainsRegistrarGetContactInfoSchema.js.map +1 -0
  46. package/esm/funcs/domainsRegistrarGetDomainAuthCode.d.ts +22 -0
  47. package/esm/funcs/domainsRegistrarGetDomainAuthCode.d.ts.map +1 -0
  48. package/esm/funcs/domainsRegistrarGetDomainAuthCode.js +91 -0
  49. package/esm/funcs/domainsRegistrarGetDomainAuthCode.js.map +1 -0
  50. package/esm/funcs/domainsRegistrarGetDomainAvailability.d.ts +21 -0
  51. package/esm/funcs/domainsRegistrarGetDomainAvailability.d.ts.map +1 -0
  52. package/esm/funcs/domainsRegistrarGetDomainAvailability.js +90 -0
  53. package/esm/funcs/domainsRegistrarGetDomainAvailability.js.map +1 -0
  54. package/esm/funcs/domainsRegistrarGetDomainPrice.d.ts +20 -0
  55. package/esm/funcs/domainsRegistrarGetDomainPrice.d.ts.map +1 -0
  56. package/esm/funcs/domainsRegistrarGetDomainPrice.js +93 -0
  57. package/esm/funcs/domainsRegistrarGetDomainPrice.js.map +1 -0
  58. package/esm/funcs/domainsRegistrarGetDomainTransferIn.d.ts +22 -0
  59. package/esm/funcs/domainsRegistrarGetDomainTransferIn.d.ts.map +1 -0
  60. package/esm/funcs/domainsRegistrarGetDomainTransferIn.js +91 -0
  61. package/esm/funcs/domainsRegistrarGetDomainTransferIn.js.map +1 -0
  62. package/esm/funcs/domainsRegistrarGetOrder.d.ts +22 -0
  63. package/esm/funcs/domainsRegistrarGetOrder.d.ts.map +1 -0
  64. package/esm/funcs/domainsRegistrarGetOrder.js +91 -0
  65. package/esm/funcs/domainsRegistrarGetOrder.js.map +1 -0
  66. package/esm/funcs/domainsRegistrarGetSupportedTlds.d.ts +20 -0
  67. package/esm/funcs/domainsRegistrarGetSupportedTlds.d.ts.map +1 -0
  68. package/esm/funcs/domainsRegistrarGetSupportedTlds.js +75 -0
  69. package/esm/funcs/domainsRegistrarGetSupportedTlds.js.map +1 -0
  70. package/esm/funcs/domainsRegistrarGetTldPrice.d.ts +21 -0
  71. package/esm/funcs/domainsRegistrarGetTldPrice.d.ts.map +1 -0
  72. package/esm/funcs/domainsRegistrarGetTldPrice.js +94 -0
  73. package/esm/funcs/domainsRegistrarGetTldPrice.js.map +1 -0
  74. package/esm/funcs/domainsRegistrarRenewDomain.d.ts +22 -0
  75. package/esm/funcs/domainsRegistrarRenewDomain.d.ts.map +1 -0
  76. package/esm/funcs/domainsRegistrarRenewDomain.js +92 -0
  77. package/esm/funcs/domainsRegistrarRenewDomain.js.map +1 -0
  78. package/esm/funcs/domainsRegistrarTransferInDomain.d.ts +21 -0
  79. package/esm/funcs/domainsRegistrarTransferInDomain.d.ts.map +1 -0
  80. package/esm/funcs/domainsRegistrarTransferInDomain.js +91 -0
  81. package/esm/funcs/domainsRegistrarTransferInDomain.js.map +1 -0
  82. package/esm/funcs/domainsRegistrarUpdateDomainAutoRenew.d.ts +22 -0
  83. package/esm/funcs/domainsRegistrarUpdateDomainAutoRenew.d.ts.map +1 -0
  84. package/esm/funcs/domainsRegistrarUpdateDomainAutoRenew.js +93 -0
  85. package/esm/funcs/domainsRegistrarUpdateDomainAutoRenew.js.map +1 -0
  86. package/esm/funcs/domainsRegistrarUpdateDomainNameservers.d.ts +22 -0
  87. package/esm/funcs/domainsRegistrarUpdateDomainNameservers.d.ts.map +1 -0
  88. package/esm/funcs/domainsRegistrarUpdateDomainNameservers.js +93 -0
  89. package/esm/funcs/domainsRegistrarUpdateDomainNameservers.js.map +1 -0
  90. package/esm/funcs/projectsUploadProjectClientCert.d.ts +19 -0
  91. package/esm/funcs/projectsUploadProjectClientCert.d.ts.map +1 -0
  92. package/esm/funcs/projectsUploadProjectClientCert.js +94 -0
  93. package/esm/funcs/projectsUploadProjectClientCert.js.map +1 -0
  94. package/esm/lib/config.d.ts +3 -3
  95. package/esm/lib/config.js +3 -3
  96. package/esm/mcp-server/mcp-server.js +1 -1
  97. package/esm/mcp-server/server.d.ts.map +1 -1
  98. package/esm/mcp-server/server.js +33 -1
  99. package/esm/mcp-server/server.js.map +1 -1
  100. package/esm/mcp-server/tools/domainsRegistrarBuyDomains.d.ts +7 -0
  101. package/esm/mcp-server/tools/domainsRegistrarBuyDomains.d.ts.map +1 -0
  102. package/esm/mcp-server/tools/domainsRegistrarBuyDomains.js +28 -0
  103. package/esm/mcp-server/tools/domainsRegistrarBuyDomains.js.map +1 -0
  104. package/esm/mcp-server/tools/domainsRegistrarBuySingleDomain.d.ts +7 -0
  105. package/esm/mcp-server/tools/domainsRegistrarBuySingleDomain.d.ts.map +1 -0
  106. package/esm/mcp-server/tools/domainsRegistrarBuySingleDomain.js +28 -0
  107. package/esm/mcp-server/tools/domainsRegistrarBuySingleDomain.js.map +1 -0
  108. package/esm/mcp-server/tools/domainsRegistrarGetBulkAvailability.d.ts +7 -0
  109. package/esm/mcp-server/tools/domainsRegistrarGetBulkAvailability.d.ts.map +1 -0
  110. package/esm/mcp-server/tools/domainsRegistrarGetBulkAvailability.js +28 -0
  111. package/esm/mcp-server/tools/domainsRegistrarGetBulkAvailability.js.map +1 -0
  112. package/esm/mcp-server/tools/domainsRegistrarGetContactInfoSchema.d.ts +7 -0
  113. package/esm/mcp-server/tools/domainsRegistrarGetContactInfoSchema.d.ts.map +1 -0
  114. package/esm/mcp-server/tools/domainsRegistrarGetContactInfoSchema.js +28 -0
  115. package/esm/mcp-server/tools/domainsRegistrarGetContactInfoSchema.js.map +1 -0
  116. package/esm/mcp-server/tools/domainsRegistrarGetDomainAuthCode.d.ts +7 -0
  117. package/esm/mcp-server/tools/domainsRegistrarGetDomainAuthCode.d.ts.map +1 -0
  118. package/esm/mcp-server/tools/domainsRegistrarGetDomainAuthCode.js +28 -0
  119. package/esm/mcp-server/tools/domainsRegistrarGetDomainAuthCode.js.map +1 -0
  120. package/esm/mcp-server/tools/domainsRegistrarGetDomainAvailability.d.ts +7 -0
  121. package/esm/mcp-server/tools/domainsRegistrarGetDomainAvailability.d.ts.map +1 -0
  122. package/esm/mcp-server/tools/domainsRegistrarGetDomainAvailability.js +28 -0
  123. package/esm/mcp-server/tools/domainsRegistrarGetDomainAvailability.js.map +1 -0
  124. package/esm/mcp-server/tools/domainsRegistrarGetDomainPrice.d.ts +7 -0
  125. package/esm/mcp-server/tools/domainsRegistrarGetDomainPrice.d.ts.map +1 -0
  126. package/esm/mcp-server/tools/domainsRegistrarGetDomainPrice.js +28 -0
  127. package/esm/mcp-server/tools/domainsRegistrarGetDomainPrice.js.map +1 -0
  128. package/esm/mcp-server/tools/domainsRegistrarGetDomainTransferIn.d.ts +7 -0
  129. package/esm/mcp-server/tools/domainsRegistrarGetDomainTransferIn.d.ts.map +1 -0
  130. package/esm/mcp-server/tools/domainsRegistrarGetDomainTransferIn.js +28 -0
  131. package/esm/mcp-server/tools/domainsRegistrarGetDomainTransferIn.js.map +1 -0
  132. package/esm/mcp-server/tools/domainsRegistrarGetOrder.d.ts +7 -0
  133. package/esm/mcp-server/tools/domainsRegistrarGetOrder.d.ts.map +1 -0
  134. package/esm/mcp-server/tools/domainsRegistrarGetOrder.js +28 -0
  135. package/esm/mcp-server/tools/domainsRegistrarGetOrder.js.map +1 -0
  136. package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.d.ts +3 -0
  137. package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.d.ts.map +1 -0
  138. package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.js +23 -0
  139. package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.js.map +1 -0
  140. package/esm/mcp-server/tools/domainsRegistrarGetTldPrice.d.ts +7 -0
  141. package/esm/mcp-server/tools/domainsRegistrarGetTldPrice.d.ts.map +1 -0
  142. package/esm/mcp-server/tools/domainsRegistrarGetTldPrice.js +28 -0
  143. package/esm/mcp-server/tools/domainsRegistrarGetTldPrice.js.map +1 -0
  144. package/esm/mcp-server/tools/domainsRegistrarRenewDomain.d.ts +7 -0
  145. package/esm/mcp-server/tools/domainsRegistrarRenewDomain.d.ts.map +1 -0
  146. package/esm/mcp-server/tools/domainsRegistrarRenewDomain.js +28 -0
  147. package/esm/mcp-server/tools/domainsRegistrarRenewDomain.js.map +1 -0
  148. package/esm/mcp-server/tools/domainsRegistrarTransferInDomain.d.ts +7 -0
  149. package/esm/mcp-server/tools/domainsRegistrarTransferInDomain.d.ts.map +1 -0
  150. package/esm/mcp-server/tools/domainsRegistrarTransferInDomain.js +28 -0
  151. package/esm/mcp-server/tools/domainsRegistrarTransferInDomain.js.map +1 -0
  152. package/esm/mcp-server/tools/domainsRegistrarUpdateDomainAutoRenew.d.ts +7 -0
  153. package/esm/mcp-server/tools/domainsRegistrarUpdateDomainAutoRenew.d.ts.map +1 -0
  154. package/esm/mcp-server/tools/domainsRegistrarUpdateDomainAutoRenew.js +27 -0
  155. package/esm/mcp-server/tools/domainsRegistrarUpdateDomainAutoRenew.js.map +1 -0
  156. package/esm/mcp-server/tools/domainsRegistrarUpdateDomainNameservers.d.ts +7 -0
  157. package/esm/mcp-server/tools/domainsRegistrarUpdateDomainNameservers.d.ts.map +1 -0
  158. package/esm/mcp-server/tools/domainsRegistrarUpdateDomainNameservers.js +27 -0
  159. package/esm/mcp-server/tools/domainsRegistrarUpdateDomainNameservers.js.map +1 -0
  160. package/esm/mcp-server/tools/projectsUploadProjectClientCert.d.ts +7 -0
  161. package/esm/mcp-server/tools/projectsUploadProjectClientCert.d.ts.map +1 -0
  162. package/esm/mcp-server/tools/projectsUploadProjectClientCert.js +28 -0
  163. package/esm/mcp-server/tools/projectsUploadProjectClientCert.js.map +1 -0
  164. package/esm/models/buydomainsop.d.ts +282 -0
  165. package/esm/models/buydomainsop.d.ts.map +1 -0
  166. package/esm/models/buydomainsop.js +247 -0
  167. package/esm/models/buydomainsop.js.map +1 -0
  168. package/esm/models/buysingledomainop.d.ts +282 -0
  169. package/esm/models/buysingledomainop.d.ts.map +1 -0
  170. package/esm/models/buysingledomainop.js +257 -0
  171. package/esm/models/buysingledomainop.js.map +1 -0
  172. package/esm/models/createintegrationstoredirectop.d.ts +285 -285
  173. package/esm/models/createintegrationstoredirectop.js +351 -351
  174. package/esm/models/forbidden.d.ts +89 -0
  175. package/esm/models/forbidden.d.ts.map +1 -0
  176. package/esm/models/forbidden.js +98 -0
  177. package/esm/models/forbidden.js.map +1 -0
  178. package/esm/models/getbulkavailabilityop.d.ts +114 -0
  179. package/esm/models/getbulkavailabilityop.d.ts.map +1 -0
  180. package/esm/models/getbulkavailabilityop.js +115 -0
  181. package/esm/models/getbulkavailabilityop.js.map +1 -0
  182. package/esm/models/getconfigurationproductsop.d.ts +375 -375
  183. package/esm/models/getconfigurationproductsop.js +465 -465
  184. package/esm/models/getcontactinfoschemaop.d.ts +80 -0
  185. package/esm/models/getcontactinfoschemaop.d.ts.map +1 -0
  186. package/esm/models/getcontactinfoschemaop.js +84 -0
  187. package/esm/models/getcontactinfoschemaop.js.map +1 -0
  188. package/esm/models/getdomainauthcodeop.d.ts +84 -0
  189. package/esm/models/getdomainauthcodeop.d.ts.map +1 -0
  190. package/esm/models/getdomainauthcodeop.js +88 -0
  191. package/esm/models/getdomainauthcodeop.js.map +1 -0
  192. package/esm/models/getdomainavailabilityop.d.ts +84 -0
  193. package/esm/models/getdomainavailabilityop.d.ts.map +1 -0
  194. package/esm/models/getdomainavailabilityop.js +88 -0
  195. package/esm/models/getdomainavailabilityop.js.map +1 -0
  196. package/esm/models/getdomainpriceop.d.ts +101 -0
  197. package/esm/models/getdomainpriceop.d.ts.map +1 -0
  198. package/esm/models/getdomainpriceop.js +96 -0
  199. package/esm/models/getdomainpriceop.js.map +1 -0
  200. package/esm/models/getdomainsop.d.ts +15 -15
  201. package/esm/models/getdomainsop.d.ts.map +1 -1
  202. package/esm/models/getdomainsop.js +15 -15
  203. package/esm/models/getdomainsop.js.map +1 -1
  204. package/esm/models/getdomaintransferinop.d.ts +140 -0
  205. package/esm/models/getdomaintransferinop.d.ts.map +1 -0
  206. package/esm/models/getdomaintransferinop.js +117 -0
  207. package/esm/models/getdomaintransferinop.js.map +1 -0
  208. package/esm/models/getorderop.d.ts +715 -0
  209. package/esm/models/getorderop.d.ts.map +1 -0
  210. package/esm/models/getorderop.js +679 -0
  211. package/esm/models/getorderop.js.map +1 -0
  212. package/esm/models/getsupportedtldsop.d.ts +31 -0
  213. package/esm/models/getsupportedtldsop.d.ts.map +1 -0
  214. package/esm/models/getsupportedtldsop.js +38 -0
  215. package/esm/models/getsupportedtldsop.js.map +1 -0
  216. package/esm/models/gettldpriceop.d.ts +101 -0
  217. package/esm/models/gettldpriceop.d.ts.map +1 -0
  218. package/esm/models/gettldpriceop.js +96 -0
  219. package/esm/models/gettldpriceop.js.map +1 -0
  220. package/esm/models/internalservererror.d.ts +89 -0
  221. package/esm/models/internalservererror.d.ts.map +1 -0
  222. package/esm/models/internalservererror.js +98 -0
  223. package/esm/models/internalservererror.js.map +1 -0
  224. package/esm/models/notauthorizedforscope.d.ts +89 -0
  225. package/esm/models/notauthorizedforscope.d.ts.map +1 -0
  226. package/esm/models/notauthorizedforscope.js +98 -0
  227. package/esm/models/notauthorizedforscope.js.map +1 -0
  228. package/esm/models/renewdomainop.d.ts +257 -0
  229. package/esm/models/renewdomainop.d.ts.map +1 -0
  230. package/esm/models/renewdomainop.js +232 -0
  231. package/esm/models/renewdomainop.js.map +1 -0
  232. package/esm/models/transferindomainop.d.ts +261 -0
  233. package/esm/models/transferindomainop.d.ts.map +1 -0
  234. package/esm/models/transferindomainop.js +234 -0
  235. package/esm/models/transferindomainop.js.map +1 -0
  236. package/esm/models/unauthorized.d.ts +89 -0
  237. package/esm/models/unauthorized.d.ts.map +1 -0
  238. package/esm/models/unauthorized.js +98 -0
  239. package/esm/models/unauthorized.js.map +1 -0
  240. package/esm/models/updatedomainautorenewop.d.ts +83 -0
  241. package/esm/models/updatedomainautorenewop.d.ts.map +1 -0
  242. package/esm/models/updatedomainautorenewop.js +99 -0
  243. package/esm/models/updatedomainautorenewop.js.map +1 -0
  244. package/esm/models/updatedomainnameserversop.d.ts +83 -0
  245. package/esm/models/updatedomainnameserversop.d.ts.map +1 -0
  246. package/esm/models/updatedomainnameserversop.js +99 -0
  247. package/esm/models/updatedomainnameserversop.js.map +1 -0
  248. package/esm/models/uploadprojectclientcertop.d.ts +122 -0
  249. package/esm/models/uploadprojectclientcertop.d.ts.map +1 -0
  250. package/esm/models/uploadprojectclientcertop.js +108 -0
  251. package/esm/models/uploadprojectclientcertop.js.map +1 -0
  252. package/esm/models/userevent.d.ts +1856 -1824
  253. package/esm/models/userevent.d.ts.map +1 -1
  254. package/esm/models/userevent.js +2400 -2367
  255. package/esm/models/userevent.js.map +1 -1
  256. package/esm/sdk/domainsregistrar.d.ts +123 -0
  257. package/esm/sdk/domainsregistrar.d.ts.map +1 -0
  258. package/esm/sdk/domainsregistrar.js +158 -0
  259. package/esm/sdk/domainsregistrar.js.map +1 -0
  260. package/esm/sdk/projects.d.ts +8 -0
  261. package/esm/sdk/projects.d.ts.map +1 -1
  262. package/esm/sdk/projects.js +10 -0
  263. package/esm/sdk/projects.js.map +1 -1
  264. package/esm/sdk/sdk.d.ts +3 -0
  265. package/esm/sdk/sdk.d.ts.map +1 -1
  266. package/esm/sdk/sdk.js +4 -0
  267. package/esm/sdk/sdk.js.map +1 -1
  268. package/examples/package-lock.json +1 -1
  269. package/jsr.json +1 -1
  270. package/package.json +1 -1
  271. package/src/__tests__/accessgroups.test.ts +1 -3
  272. package/src/__tests__/domains.test.ts +6 -9
  273. package/src/__tests__/domainsregistrar.test.ts +313 -0
  274. package/src/__tests__/edgeconfig.test.ts +6 -6
  275. package/src/__tests__/integrations.test.ts +1 -1
  276. package/src/__tests__/logdrains.test.ts +1 -3
  277. package/src/__tests__/projects.test.ts +27 -0
  278. package/src/__tests__/rollingrelease.test.ts +2 -5
  279. package/src/__tests__/security.test.ts +4 -4
  280. package/src/funcs/domainsCheckDomainPrice.ts +9 -1
  281. package/src/funcs/domainsRegistrarBuyDomains.ts +204 -0
  282. package/src/funcs/domainsRegistrarBuySingleDomain.ts +211 -0
  283. package/src/funcs/domainsRegistrarGetBulkAvailability.ts +202 -0
  284. package/src/funcs/domainsRegistrarGetContactInfoSchema.ts +210 -0
  285. package/src/funcs/domainsRegistrarGetDomainAuthCode.ts +220 -0
  286. package/src/funcs/domainsRegistrarGetDomainAvailability.ts +218 -0
  287. package/src/funcs/domainsRegistrarGetDomainPrice.ts +210 -0
  288. package/src/funcs/domainsRegistrarGetDomainTransferIn.ts +223 -0
  289. package/src/funcs/domainsRegistrarGetOrder.ts +218 -0
  290. package/src/funcs/domainsRegistrarGetSupportedTlds.ts +178 -0
  291. package/src/funcs/domainsRegistrarGetTldPrice.ts +218 -0
  292. package/src/funcs/domainsRegistrarRenewDomain.ts +219 -0
  293. package/src/funcs/domainsRegistrarTransferInDomain.ts +213 -0
  294. package/src/funcs/domainsRegistrarUpdateDomainAutoRenew.ts +220 -0
  295. package/src/funcs/domainsRegistrarUpdateDomainNameservers.ts +220 -0
  296. package/src/funcs/projectsUploadProjectClientCert.ts +198 -0
  297. package/src/lib/config.ts +3 -3
  298. package/src/mcp-server/mcp-server.ts +1 -1
  299. package/src/mcp-server/server.ts +33 -1
  300. package/src/mcp-server/tools/domainsRegistrarBuyDomains.ts +37 -0
  301. package/src/mcp-server/tools/domainsRegistrarBuySingleDomain.ts +38 -0
  302. package/src/mcp-server/tools/domainsRegistrarGetBulkAvailability.ts +39 -0
  303. package/src/mcp-server/tools/domainsRegistrarGetContactInfoSchema.ts +40 -0
  304. package/src/mcp-server/tools/domainsRegistrarGetDomainAuthCode.ts +39 -0
  305. package/src/mcp-server/tools/domainsRegistrarGetDomainAvailability.ts +39 -0
  306. package/src/mcp-server/tools/domainsRegistrarGetDomainPrice.ts +38 -0
  307. package/src/mcp-server/tools/domainsRegistrarGetDomainTransferIn.ts +39 -0
  308. package/src/mcp-server/tools/domainsRegistrarGetOrder.ts +37 -0
  309. package/src/mcp-server/tools/domainsRegistrarGetSupportedTlds.ts +30 -0
  310. package/src/mcp-server/tools/domainsRegistrarGetTldPrice.ts +37 -0
  311. package/src/mcp-server/tools/domainsRegistrarRenewDomain.ts +37 -0
  312. package/src/mcp-server/tools/domainsRegistrarTransferInDomain.ts +39 -0
  313. package/src/mcp-server/tools/domainsRegistrarUpdateDomainAutoRenew.ts +37 -0
  314. package/src/mcp-server/tools/domainsRegistrarUpdateDomainNameservers.ts +37 -0
  315. package/src/mcp-server/tools/projectsUploadProjectClientCert.ts +38 -0
  316. package/src/models/buydomainsop.ts +582 -0
  317. package/src/models/buysingledomainop.ts +593 -0
  318. package/src/models/createintegrationstoredirectop.ts +604 -604
  319. package/src/models/forbidden.ts +155 -0
  320. package/src/models/getbulkavailabilityop.ts +288 -0
  321. package/src/models/getconfigurationproductsop.ts +802 -802
  322. package/src/models/getcontactinfoschemaop.ts +222 -0
  323. package/src/models/getdomainauthcodeop.ts +227 -0
  324. package/src/models/getdomainavailabilityop.ts +231 -0
  325. package/src/models/getdomainpriceop.ts +247 -0
  326. package/src/models/getdomainsop.ts +50 -43
  327. package/src/models/getdomaintransferinop.ts +268 -0
  328. package/src/models/getorderop.ts +1298 -0
  329. package/src/models/getsupportedtldsop.ts +95 -0
  330. package/src/models/gettldpriceop.ts +248 -0
  331. package/src/models/internalservererror.ts +159 -0
  332. package/src/models/notauthorizedforscope.ts +161 -0
  333. package/src/models/renewdomainop.ts +548 -0
  334. package/src/models/transferindomainop.ts +566 -0
  335. package/src/models/unauthorized.ts +153 -0
  336. package/src/models/updatedomainautorenewop.ts +229 -0
  337. package/src/models/updatedomainnameserversop.ts +233 -0
  338. package/src/models/uploadprojectclientcertop.ts +263 -0
  339. package/src/models/userevent.ts +4207 -4130
  340. package/src/sdk/domainsregistrar.ts +323 -0
  341. package/src/sdk/projects.ts +22 -0
  342. package/src/sdk/sdk.ts +6 -0
  343. package/vercel-spec.json +3394 -140
package/vercel-spec.json CHANGED
@@ -19687,6 +19687,16 @@
19687
19687
  "403": {
19688
19688
  "description": "You do not have permission to access this resource."
19689
19689
  },
19690
+ "404": {
19691
+ "description": "",
19692
+ "content": {
19693
+ "application/json": {
19694
+ "schema": {
19695
+ "$ref": "#/components/schemas/VercelNotFoundError"
19696
+ }
19697
+ }
19698
+ }
19699
+ },
19690
19700
  "500": {
19691
19701
  "description": ""
19692
19702
  }
@@ -21032,17 +21042,2109 @@
21032
21042
  "nullable": true
21033
21043
  }
21034
21044
  },
21035
- "type": "object",
21036
- "nullable": true
21037
- },
21038
- "comment": {
21039
- "type": "string",
21040
- "description": "A comment to add context on what this DNS record is for",
21041
- "example": "used to verify ownership of domain",
21042
- "maxLength": 500
21045
+ "type": "object",
21046
+ "nullable": true
21047
+ },
21048
+ "comment": {
21049
+ "type": "string",
21050
+ "description": "A comment to add context on what this DNS record is for",
21051
+ "example": "used to verify ownership of domain",
21052
+ "maxLength": 500
21053
+ }
21054
+ },
21055
+ "type": "object"
21056
+ }
21057
+ }
21058
+ },
21059
+ "required": true
21060
+ }
21061
+ }
21062
+ },
21063
+ "/v2/domains/{domain}/records/{recordId}": {
21064
+ "delete": {
21065
+ "description": "Removes an existing DNS record from a domain name.",
21066
+ "operationId": "removeRecord",
21067
+ "security": [
21068
+ {
21069
+ "bearerToken": []
21070
+ }
21071
+ ],
21072
+ "summary": "Delete a DNS record",
21073
+ "tags": [
21074
+ "dns"
21075
+ ],
21076
+ "responses": {
21077
+ "200": {
21078
+ "description": "Successful response by removing the specified DNS record.",
21079
+ "content": {
21080
+ "application/json": {
21081
+ "schema": {
21082
+ "type": "object"
21083
+ }
21084
+ }
21085
+ }
21086
+ },
21087
+ "400": {
21088
+ "description": "One of the provided values in the request query is invalid.",
21089
+ "content": {
21090
+ "application/json": {
21091
+ "schema": {
21092
+ "$ref": "#/components/schemas/VercelBadRequestError"
21093
+ }
21094
+ }
21095
+ }
21096
+ },
21097
+ "401": {
21098
+ "description": "The request is not authorized.",
21099
+ "content": {
21100
+ "application/json": {
21101
+ "schema": {
21102
+ "$ref": "#/components/schemas/VercelForbiddenError"
21103
+ }
21104
+ }
21105
+ }
21106
+ },
21107
+ "403": {
21108
+ "description": "You do not have permission to access this resource."
21109
+ },
21110
+ "404": {
21111
+ "description": "",
21112
+ "content": {
21113
+ "application/json": {
21114
+ "schema": {
21115
+ "$ref": "#/components/schemas/VercelNotFoundError"
21116
+ }
21117
+ }
21118
+ }
21119
+ }
21120
+ },
21121
+ "parameters": [
21122
+ {
21123
+ "name": "domain",
21124
+ "in": "path",
21125
+ "required": true,
21126
+ "schema": {
21127
+ "type": "string",
21128
+ "example": "example.com"
21129
+ }
21130
+ },
21131
+ {
21132
+ "name": "recordId",
21133
+ "in": "path",
21134
+ "required": true,
21135
+ "schema": {
21136
+ "type": "string",
21137
+ "example": "rec_V0fra8eEgQwEpFhYG2vTzC3K"
21138
+ }
21139
+ },
21140
+ {
21141
+ "description": "The Team identifier to perform the request on behalf of.",
21142
+ "in": "query",
21143
+ "name": "teamId",
21144
+ "schema": {
21145
+ "type": "string",
21146
+ "example": "team_1a2b3c4d5e6f7g8h9i0j1k2l"
21147
+ }
21148
+ },
21149
+ {
21150
+ "description": "The Team slug to perform the request on behalf of.",
21151
+ "in": "query",
21152
+ "name": "slug",
21153
+ "schema": {
21154
+ "type": "string",
21155
+ "example": "my-team-url-slug"
21156
+ }
21157
+ }
21158
+ ]
21159
+ }
21160
+ },
21161
+ "/v1/registrar/tlds/supported": {
21162
+ "get": {
21163
+ "tags": [
21164
+ "domains-registrar"
21165
+ ],
21166
+ "operationId": "getSupportedTlds",
21167
+ "parameters": [],
21168
+ "security": [
21169
+ {
21170
+ "bearerToken": []
21171
+ }
21172
+ ],
21173
+ "responses": {
21174
+ "200": {
21175
+ "description": "Success",
21176
+ "content": {
21177
+ "application/json": {
21178
+ "schema": {
21179
+ "type": "array",
21180
+ "items": {
21181
+ "type": "string"
21182
+ }
21183
+ }
21184
+ }
21185
+ }
21186
+ },
21187
+ "400": {
21188
+ "description": "The request did not match the expected schema",
21189
+ "content": {
21190
+ "application/json": {
21191
+ "schema": {
21192
+ "$ref": "#/components/schemas/VercelBadRequestError"
21193
+ }
21194
+ }
21195
+ }
21196
+ },
21197
+ "401": {
21198
+ "description": "Unauthorized",
21199
+ "content": {
21200
+ "application/json": {
21201
+ "schema": {
21202
+ "$ref": "#/components/schemas/VercelForbiddenError"
21203
+ }
21204
+ }
21205
+ }
21206
+ },
21207
+ "429": {
21208
+ "description": "TooManyRequests",
21209
+ "content": {
21210
+ "application/json": {
21211
+ "schema": {
21212
+ "$ref": "#/components/schemas/VercelRateLimitError"
21213
+ }
21214
+ }
21215
+ }
21216
+ },
21217
+ "500": {
21218
+ "description": "Unauthorized",
21219
+ "content": {
21220
+ "application/json": {
21221
+ "schema": {
21222
+ "anyOf": [
21223
+ {
21224
+ "$ref": "#/components/schemas/Unauthorized"
21225
+ },
21226
+ {
21227
+ "$ref": "#/components/schemas/NotAuthorizedForScope"
21228
+ },
21229
+ {
21230
+ "$ref": "#/components/schemas/InternalServerError"
21231
+ }
21232
+ ]
21233
+ }
21234
+ }
21235
+ }
21236
+ }
21237
+ },
21238
+ "description": "Get supported TLDs",
21239
+ "summary": "Get a list of TLDs supported by Vercel"
21240
+ }
21241
+ },
21242
+ "/v1/registrar/tlds/{tld}/price": {
21243
+ "get": {
21244
+ "tags": [
21245
+ "domains-registrar"
21246
+ ],
21247
+ "operationId": "getTldPrice",
21248
+ "parameters": [
21249
+ {
21250
+ "name": "tld",
21251
+ "in": "path",
21252
+ "schema": {
21253
+ "type": "string"
21254
+ },
21255
+ "required": true
21256
+ },
21257
+ {
21258
+ "name": "years",
21259
+ "in": "query",
21260
+ "schema": {
21261
+ "$ref": "#/components/schemas/NumberFromString"
21262
+ },
21263
+ "required": false
21264
+ }
21265
+ ],
21266
+ "security": [
21267
+ {
21268
+ "bearerToken": []
21269
+ }
21270
+ ],
21271
+ "responses": {
21272
+ "200": {
21273
+ "description": "Success",
21274
+ "content": {
21275
+ "application/json": {
21276
+ "schema": {
21277
+ "type": "object",
21278
+ "required": [
21279
+ "years",
21280
+ "purchasePrice",
21281
+ "renewalPrice",
21282
+ "transferPrice"
21283
+ ],
21284
+ "properties": {
21285
+ "years": {
21286
+ "type": "number"
21287
+ },
21288
+ "purchasePrice": {
21289
+ "$ref": "#/components/schemas/Dollars",
21290
+ "nullable": true
21291
+ },
21292
+ "renewalPrice": {
21293
+ "$ref": "#/components/schemas/Dollars",
21294
+ "nullable": true
21295
+ },
21296
+ "transferPrice": {
21297
+ "$ref": "#/components/schemas/Dollars",
21298
+ "nullable": true
21299
+ }
21300
+ },
21301
+ "additionalProperties": false
21302
+ }
21303
+ }
21304
+ }
21305
+ },
21306
+ "400": {
21307
+ "description": "The request did not match the expected schema",
21308
+ "content": {
21309
+ "application/json": {
21310
+ "schema": {
21311
+ "$ref": "#/components/schemas/VercelBadRequestError"
21312
+ }
21313
+ }
21314
+ }
21315
+ },
21316
+ "401": {
21317
+ "description": "Unauthorized",
21318
+ "content": {
21319
+ "application/json": {
21320
+ "schema": {
21321
+ "$ref": "#/components/schemas/VercelForbiddenError"
21322
+ }
21323
+ }
21324
+ }
21325
+ },
21326
+ "404": {
21327
+ "description": "NotFound",
21328
+ "content": {
21329
+ "application/json": {
21330
+ "schema": {
21331
+ "$ref": "#/components/schemas/VercelNotFoundError"
21332
+ }
21333
+ }
21334
+ }
21335
+ },
21336
+ "429": {
21337
+ "description": "TooManyRequests",
21338
+ "content": {
21339
+ "application/json": {
21340
+ "schema": {
21341
+ "$ref": "#/components/schemas/VercelRateLimitError"
21342
+ }
21343
+ }
21344
+ }
21345
+ },
21346
+ "500": {
21347
+ "description": "Unauthorized",
21348
+ "content": {
21349
+ "application/json": {
21350
+ "schema": {
21351
+ "anyOf": [
21352
+ {
21353
+ "$ref": "#/components/schemas/Unauthorized"
21354
+ },
21355
+ {
21356
+ "$ref": "#/components/schemas/NotAuthorizedForScope"
21357
+ },
21358
+ {
21359
+ "$ref": "#/components/schemas/InternalServerError"
21360
+ }
21361
+ ]
21362
+ }
21363
+ }
21364
+ }
21365
+ }
21366
+ },
21367
+ "description": "Get TLD price data",
21368
+ "summary": "Get price data for a specific TLD"
21369
+ }
21370
+ },
21371
+ "/v1/registrar/domains/{domain}/availability": {
21372
+ "get": {
21373
+ "tags": [
21374
+ "domains-registrar"
21375
+ ],
21376
+ "operationId": "getDomainAvailability",
21377
+ "parameters": [
21378
+ {
21379
+ "name": "domain",
21380
+ "in": "path",
21381
+ "schema": {
21382
+ "$ref": "#/components/schemas/DomainName"
21383
+ },
21384
+ "required": true
21385
+ }
21386
+ ],
21387
+ "security": [
21388
+ {
21389
+ "bearerToken": []
21390
+ }
21391
+ ],
21392
+ "responses": {
21393
+ "200": {
21394
+ "description": "Success",
21395
+ "content": {
21396
+ "application/json": {
21397
+ "schema": {
21398
+ "type": "object",
21399
+ "required": [
21400
+ "available"
21401
+ ],
21402
+ "properties": {
21403
+ "available": {
21404
+ "type": "boolean"
21405
+ }
21406
+ },
21407
+ "additionalProperties": false
21408
+ }
21409
+ }
21410
+ }
21411
+ },
21412
+ "400": {
21413
+ "description": "The request did not match the expected schema",
21414
+ "content": {
21415
+ "application/json": {
21416
+ "schema": {
21417
+ "$ref": "#/components/schemas/VercelBadRequestError"
21418
+ }
21419
+ }
21420
+ }
21421
+ },
21422
+ "401": {
21423
+ "description": "Unauthorized",
21424
+ "content": {
21425
+ "application/json": {
21426
+ "schema": {
21427
+ "$ref": "#/components/schemas/VercelForbiddenError"
21428
+ }
21429
+ }
21430
+ }
21431
+ },
21432
+ "404": {
21433
+ "description": "NotFound",
21434
+ "content": {
21435
+ "application/json": {
21436
+ "schema": {
21437
+ "$ref": "#/components/schemas/VercelNotFoundError"
21438
+ }
21439
+ }
21440
+ }
21441
+ },
21442
+ "429": {
21443
+ "description": "TooManyRequests",
21444
+ "content": {
21445
+ "application/json": {
21446
+ "schema": {
21447
+ "$ref": "#/components/schemas/VercelRateLimitError"
21448
+ }
21449
+ }
21450
+ }
21451
+ },
21452
+ "500": {
21453
+ "description": "Unauthorized",
21454
+ "content": {
21455
+ "application/json": {
21456
+ "schema": {
21457
+ "anyOf": [
21458
+ {
21459
+ "$ref": "#/components/schemas/Unauthorized"
21460
+ },
21461
+ {
21462
+ "$ref": "#/components/schemas/NotAuthorizedForScope"
21463
+ },
21464
+ {
21465
+ "$ref": "#/components/schemas/InternalServerError"
21466
+ }
21467
+ ]
21468
+ }
21469
+ }
21470
+ }
21471
+ }
21472
+ },
21473
+ "description": "Get availability for a specific domain",
21474
+ "summary": "Get availability for a specific domain"
21475
+ }
21476
+ },
21477
+ "/v1/registrar/domains/{domain}/price": {
21478
+ "get": {
21479
+ "tags": [
21480
+ "domains-registrar"
21481
+ ],
21482
+ "operationId": "getDomainPrice",
21483
+ "parameters": [
21484
+ {
21485
+ "name": "domain",
21486
+ "in": "path",
21487
+ "schema": {
21488
+ "$ref": "#/components/schemas/DomainName"
21489
+ },
21490
+ "required": true
21491
+ },
21492
+ {
21493
+ "name": "years",
21494
+ "in": "query",
21495
+ "schema": {
21496
+ "$ref": "#/components/schemas/NumberFromString"
21497
+ },
21498
+ "required": false
21499
+ }
21500
+ ],
21501
+ "security": [
21502
+ {
21503
+ "bearerToken": []
21504
+ }
21505
+ ],
21506
+ "responses": {
21507
+ "200": {
21508
+ "description": "Success",
21509
+ "content": {
21510
+ "application/json": {
21511
+ "schema": {
21512
+ "type": "object",
21513
+ "required": [
21514
+ "years",
21515
+ "purchasePrice",
21516
+ "renewalPrice",
21517
+ "transferPrice"
21518
+ ],
21519
+ "properties": {
21520
+ "years": {
21521
+ "type": "number"
21522
+ },
21523
+ "purchasePrice": {
21524
+ "$ref": "#/components/schemas/Dollars",
21525
+ "nullable": true
21526
+ },
21527
+ "renewalPrice": {
21528
+ "$ref": "#/components/schemas/Dollars",
21529
+ "nullable": true
21530
+ },
21531
+ "transferPrice": {
21532
+ "$ref": "#/components/schemas/Dollars",
21533
+ "nullable": true
21534
+ }
21535
+ },
21536
+ "additionalProperties": false
21537
+ }
21538
+ }
21539
+ }
21540
+ },
21541
+ "400": {
21542
+ "description": "The request did not match the expected schema",
21543
+ "content": {
21544
+ "application/json": {
21545
+ "schema": {
21546
+ "anyOf": [
21547
+ {
21548
+ "$ref": "#/components/schemas/HttpApiDecodeError"
21549
+ },
21550
+ {
21551
+ "$ref": "#/components/schemas/BadRequest"
21552
+ }
21553
+ ],
21554
+ "$ref": "#/components/schemas/VercelBadRequestError"
21555
+ }
21556
+ }
21557
+ }
21558
+ },
21559
+ "401": {
21560
+ "description": "Unauthorized",
21561
+ "content": {
21562
+ "application/json": {
21563
+ "schema": {
21564
+ "$ref": "#/components/schemas/VercelForbiddenError"
21565
+ }
21566
+ }
21567
+ }
21568
+ },
21569
+ "429": {
21570
+ "description": "TooManyRequests",
21571
+ "content": {
21572
+ "application/json": {
21573
+ "schema": {
21574
+ "$ref": "#/components/schemas/VercelRateLimitError"
21575
+ }
21576
+ }
21577
+ }
21578
+ },
21579
+ "500": {
21580
+ "description": "Unauthorized",
21581
+ "content": {
21582
+ "application/json": {
21583
+ "schema": {
21584
+ "anyOf": [
21585
+ {
21586
+ "$ref": "#/components/schemas/Unauthorized"
21587
+ },
21588
+ {
21589
+ "$ref": "#/components/schemas/NotAuthorizedForScope"
21590
+ },
21591
+ {
21592
+ "$ref": "#/components/schemas/InternalServerError"
21593
+ }
21594
+ ]
21595
+ }
21596
+ }
21597
+ }
21598
+ }
21599
+ },
21600
+ "description": "Get price data for a specific domain",
21601
+ "summary": "Get price data for a specific domain"
21602
+ }
21603
+ },
21604
+ "/v1/registrar/domains/availability": {
21605
+ "post": {
21606
+ "tags": [
21607
+ "domains-registrar"
21608
+ ],
21609
+ "operationId": "getBulkAvailability",
21610
+ "parameters": [],
21611
+ "security": [
21612
+ {
21613
+ "bearerToken": []
21614
+ }
21615
+ ],
21616
+ "responses": {
21617
+ "200": {
21618
+ "description": "Success",
21619
+ "content": {
21620
+ "application/json": {
21621
+ "schema": {
21622
+ "type": "object",
21623
+ "required": [
21624
+ "results"
21625
+ ],
21626
+ "properties": {
21627
+ "results": {
21628
+ "type": "array",
21629
+ "items": {
21630
+ "type": "object",
21631
+ "required": [
21632
+ "domain",
21633
+ "available"
21634
+ ],
21635
+ "properties": {
21636
+ "domain": {
21637
+ "$ref": "#/components/schemas/DomainName"
21638
+ },
21639
+ "available": {
21640
+ "type": "boolean"
21641
+ }
21642
+ },
21643
+ "additionalProperties": false
21644
+ }
21645
+ }
21646
+ },
21647
+ "additionalProperties": false
21648
+ }
21649
+ }
21650
+ }
21651
+ },
21652
+ "400": {
21653
+ "description": "The request did not match the expected schema",
21654
+ "content": {
21655
+ "application/json": {
21656
+ "schema": {
21657
+ "$ref": "#/components/schemas/VercelBadRequestError"
21658
+ }
21659
+ }
21660
+ }
21661
+ },
21662
+ "401": {
21663
+ "description": "Unauthorized",
21664
+ "content": {
21665
+ "application/json": {
21666
+ "schema": {
21667
+ "$ref": "#/components/schemas/VercelForbiddenError"
21668
+ }
21669
+ }
21670
+ }
21671
+ },
21672
+ "429": {
21673
+ "description": "TooManyRequests",
21674
+ "content": {
21675
+ "application/json": {
21676
+ "schema": {
21677
+ "$ref": "#/components/schemas/VercelRateLimitError"
21678
+ }
21679
+ }
21680
+ }
21681
+ },
21682
+ "500": {
21683
+ "description": "Unauthorized",
21684
+ "content": {
21685
+ "application/json": {
21686
+ "schema": {
21687
+ "anyOf": [
21688
+ {
21689
+ "$ref": "#/components/schemas/Unauthorized"
21690
+ },
21691
+ {
21692
+ "$ref": "#/components/schemas/NotAuthorizedForScope"
21693
+ },
21694
+ {
21695
+ "$ref": "#/components/schemas/InternalServerError"
21696
+ }
21697
+ ]
21698
+ }
21699
+ }
21700
+ }
21701
+ }
21702
+ },
21703
+ "description": "Get availability for multiple domains",
21704
+ "summary": "Get availability for multiple domains",
21705
+ "requestBody": {
21706
+ "content": {
21707
+ "application/json": {
21708
+ "schema": {
21709
+ "type": "object",
21710
+ "required": [
21711
+ "domains"
21712
+ ],
21713
+ "properties": {
21714
+ "domains": {
21715
+ "type": "array",
21716
+ "minItems": 1,
21717
+ "items": {
21718
+ "$ref": "#/components/schemas/DomainName"
21719
+ },
21720
+ "description": "an array of at most 50 item(s)",
21721
+ "title": "maxItems(50)",
21722
+ "maxItems": 50
21723
+ }
21724
+ },
21725
+ "additionalProperties": false
21726
+ }
21727
+ }
21728
+ },
21729
+ "required": true
21730
+ }
21731
+ }
21732
+ },
21733
+ "/v1/registrar/domains/{domain}/auth-code": {
21734
+ "get": {
21735
+ "tags": [
21736
+ "domains-registrar"
21737
+ ],
21738
+ "operationId": "getDomainAuthCode",
21739
+ "parameters": [
21740
+ {
21741
+ "name": "domain",
21742
+ "in": "path",
21743
+ "schema": {
21744
+ "$ref": "#/components/schemas/DomainName"
21745
+ },
21746
+ "required": true
21747
+ }
21748
+ ],
21749
+ "security": [
21750
+ {
21751
+ "bearerToken": []
21752
+ }
21753
+ ],
21754
+ "responses": {
21755
+ "200": {
21756
+ "description": "Success",
21757
+ "content": {
21758
+ "application/json": {
21759
+ "schema": {
21760
+ "type": "object",
21761
+ "required": [
21762
+ "authCode"
21763
+ ],
21764
+ "properties": {
21765
+ "authCode": {
21766
+ "type": "string"
21767
+ }
21768
+ },
21769
+ "additionalProperties": false
21770
+ }
21771
+ }
21772
+ }
21773
+ },
21774
+ "400": {
21775
+ "description": "The request did not match the expected schema",
21776
+ "content": {
21777
+ "application/json": {
21778
+ "schema": {
21779
+ "anyOf": [
21780
+ {
21781
+ "$ref": "#/components/schemas/HttpApiDecodeError"
21782
+ },
21783
+ {
21784
+ "$ref": "#/components/schemas/BadRequest"
21785
+ }
21786
+ ],
21787
+ "$ref": "#/components/schemas/VercelBadRequestError"
21788
+ }
21789
+ }
21790
+ }
21791
+ },
21792
+ "401": {
21793
+ "description": "Unauthorized",
21794
+ "content": {
21795
+ "application/json": {
21796
+ "schema": {
21797
+ "anyOf": [
21798
+ {
21799
+ "$ref": "#/components/schemas/Unauthorized"
21800
+ },
21801
+ {
21802
+ "$ref": "#/components/schemas/Unauthorized"
21803
+ }
21804
+ ],
21805
+ "$ref": "#/components/schemas/VercelForbiddenError"
21806
+ }
21807
+ }
21808
+ }
21809
+ },
21810
+ "403": {
21811
+ "description": "Forbidden",
21812
+ "content": {
21813
+ "application/json": {
21814
+ "schema": {
21815
+ "$ref": "#/components/schemas/Forbidden"
21816
+ }
21817
+ }
21818
+ }
21819
+ },
21820
+ "404": {
21821
+ "description": "NotFound",
21822
+ "content": {
21823
+ "application/json": {
21824
+ "schema": {
21825
+ "$ref": "#/components/schemas/VercelNotFoundError"
21826
+ }
21827
+ }
21828
+ }
21829
+ },
21830
+ "429": {
21831
+ "description": "TooManyRequests",
21832
+ "content": {
21833
+ "application/json": {
21834
+ "schema": {
21835
+ "$ref": "#/components/schemas/VercelRateLimitError"
21836
+ }
21837
+ }
21838
+ }
21839
+ },
21840
+ "500": {
21841
+ "description": "Unauthorized",
21842
+ "content": {
21843
+ "application/json": {
21844
+ "schema": {
21845
+ "anyOf": [
21846
+ {
21847
+ "$ref": "#/components/schemas/Unauthorized"
21848
+ },
21849
+ {
21850
+ "$ref": "#/components/schemas/NotAuthorizedForScope"
21851
+ },
21852
+ {
21853
+ "$ref": "#/components/schemas/InternalServerError"
21854
+ }
21855
+ ]
21856
+ }
21857
+ }
21858
+ }
21859
+ }
21860
+ },
21861
+ "description": "Get the auth code for a domain",
21862
+ "summary": "Get the auth code for a domain"
21863
+ }
21864
+ },
21865
+ "/v1/registrar/domains/{domain}/buy": {
21866
+ "post": {
21867
+ "tags": [
21868
+ "domains-registrar"
21869
+ ],
21870
+ "operationId": "buySingleDomain",
21871
+ "parameters": [
21872
+ {
21873
+ "name": "domain",
21874
+ "in": "path",
21875
+ "schema": {
21876
+ "$ref": "#/components/schemas/DomainName"
21877
+ },
21878
+ "required": true
21879
+ }
21880
+ ],
21881
+ "security": [
21882
+ {
21883
+ "bearerToken": []
21884
+ }
21885
+ ],
21886
+ "responses": {
21887
+ "200": {
21888
+ "description": "Success",
21889
+ "content": {
21890
+ "application/json": {
21891
+ "schema": {
21892
+ "type": "object",
21893
+ "required": [
21894
+ "orderId",
21895
+ "_links"
21896
+ ],
21897
+ "properties": {
21898
+ "orderId": {
21899
+ "type": "string"
21900
+ },
21901
+ "_links": {
21902
+ "type": "object",
21903
+ "required": [],
21904
+ "properties": {},
21905
+ "additionalProperties": {
21906
+ "type": "object",
21907
+ "required": [
21908
+ "href",
21909
+ "method"
21910
+ ],
21911
+ "properties": {
21912
+ "href": {
21913
+ "type": "string"
21914
+ },
21915
+ "method": {
21916
+ "type": "string",
21917
+ "enum": [
21918
+ "GET"
21919
+ ]
21920
+ }
21921
+ },
21922
+ "additionalProperties": false
21923
+ }
21924
+ }
21925
+ },
21926
+ "additionalProperties": false
21927
+ }
21928
+ }
21929
+ }
21930
+ },
21931
+ "400": {
21932
+ "description": "The request did not match the expected schema",
21933
+ "content": {
21934
+ "application/json": {
21935
+ "schema": {
21936
+ "anyOf": [
21937
+ {
21938
+ "$ref": "#/components/schemas/HttpApiDecodeError"
21939
+ },
21940
+ {
21941
+ "$ref": "#/components/schemas/BadRequest"
21942
+ }
21943
+ ],
21944
+ "$ref": "#/components/schemas/VercelBadRequestError"
21945
+ }
21946
+ }
21947
+ }
21948
+ },
21949
+ "401": {
21950
+ "description": "Unauthorized",
21951
+ "content": {
21952
+ "application/json": {
21953
+ "schema": {
21954
+ "$ref": "#/components/schemas/VercelForbiddenError"
21955
+ }
21956
+ }
21957
+ }
21958
+ },
21959
+ "403": {
21960
+ "description": "Forbidden",
21961
+ "content": {
21962
+ "application/json": {
21963
+ "schema": {
21964
+ "$ref": "#/components/schemas/Forbidden"
21965
+ }
21966
+ }
21967
+ }
21968
+ },
21969
+ "429": {
21970
+ "description": "TooManyRequests",
21971
+ "content": {
21972
+ "application/json": {
21973
+ "schema": {
21974
+ "$ref": "#/components/schemas/VercelRateLimitError"
21975
+ }
21976
+ }
21977
+ }
21978
+ },
21979
+ "500": {
21980
+ "description": "Unauthorized",
21981
+ "content": {
21982
+ "application/json": {
21983
+ "schema": {
21984
+ "anyOf": [
21985
+ {
21986
+ "$ref": "#/components/schemas/Unauthorized"
21987
+ },
21988
+ {
21989
+ "$ref": "#/components/schemas/NotAuthorizedForScope"
21990
+ },
21991
+ {
21992
+ "$ref": "#/components/schemas/InternalServerError"
21993
+ }
21994
+ ]
21995
+ }
21996
+ }
21997
+ }
21998
+ }
21999
+ },
22000
+ "description": "Buy a domain",
22001
+ "summary": "Buy a domain",
22002
+ "requestBody": {
22003
+ "content": {
22004
+ "application/json": {
22005
+ "schema": {
22006
+ "type": "object",
22007
+ "required": [
22008
+ "autoRenew",
22009
+ "years",
22010
+ "expectedPrice",
22011
+ "contactInformation"
22012
+ ],
22013
+ "properties": {
22014
+ "autoRenew": {
22015
+ "type": "boolean"
22016
+ },
22017
+ "years": {
22018
+ "type": "number"
22019
+ },
22020
+ "expectedPrice": {
22021
+ "$ref": "#/components/schemas/Dollars"
22022
+ },
22023
+ "contactInformation": {
22024
+ "type": "object",
22025
+ "required": [
22026
+ "firstName",
22027
+ "lastName",
22028
+ "email",
22029
+ "phone",
22030
+ "address1",
22031
+ "city",
22032
+ "state",
22033
+ "zip",
22034
+ "country"
22035
+ ],
22036
+ "properties": {
22037
+ "firstName": {
22038
+ "$ref": "#/components/schemas/NonEmptyTrimmedString"
22039
+ },
22040
+ "lastName": {
22041
+ "$ref": "#/components/schemas/NonEmptyTrimmedString"
22042
+ },
22043
+ "email": {
22044
+ "$ref": "#/components/schemas/EmailAddress"
22045
+ },
22046
+ "phone": {
22047
+ "$ref": "#/components/schemas/E164PhoneNumber"
22048
+ },
22049
+ "address1": {
22050
+ "$ref": "#/components/schemas/NonEmptyTrimmedString"
22051
+ },
22052
+ "address2": {
22053
+ "$ref": "#/components/schemas/NonEmptyTrimmedString"
22054
+ },
22055
+ "city": {
22056
+ "$ref": "#/components/schemas/NonEmptyTrimmedString"
22057
+ },
22058
+ "state": {
22059
+ "$ref": "#/components/schemas/NonEmptyTrimmedString"
22060
+ },
22061
+ "zip": {
22062
+ "$ref": "#/components/schemas/NonEmptyTrimmedString"
22063
+ },
22064
+ "country": {
22065
+ "$ref": "#/components/schemas/CountryCode"
22066
+ },
22067
+ "companyName": {
22068
+ "$ref": "#/components/schemas/NonEmptyTrimmedString"
22069
+ },
22070
+ "fax": {
22071
+ "$ref": "#/components/schemas/E164PhoneNumber"
22072
+ },
22073
+ "additional": {
22074
+ "type": "object",
22075
+ "properties": {}
22076
+ }
22077
+ },
22078
+ "additionalProperties": false
22079
+ }
22080
+ },
22081
+ "additionalProperties": false
22082
+ }
22083
+ }
22084
+ },
22085
+ "required": true
22086
+ }
22087
+ }
22088
+ },
22089
+ "/v1/registrar/domains/buy": {
22090
+ "post": {
22091
+ "tags": [
22092
+ "domains-registrar"
22093
+ ],
22094
+ "operationId": "buyDomains",
22095
+ "parameters": [],
22096
+ "security": [
22097
+ {
22098
+ "bearerToken": []
22099
+ }
22100
+ ],
22101
+ "responses": {
22102
+ "200": {
22103
+ "description": "Success",
22104
+ "content": {
22105
+ "application/json": {
22106
+ "schema": {
22107
+ "type": "object",
22108
+ "required": [
22109
+ "orderId",
22110
+ "_links"
22111
+ ],
22112
+ "properties": {
22113
+ "orderId": {
22114
+ "type": "string"
22115
+ },
22116
+ "_links": {
22117
+ "type": "object",
22118
+ "required": [],
22119
+ "properties": {},
22120
+ "additionalProperties": {
22121
+ "type": "object",
22122
+ "required": [
22123
+ "href",
22124
+ "method"
22125
+ ],
22126
+ "properties": {
22127
+ "href": {
22128
+ "type": "string"
22129
+ },
22130
+ "method": {
22131
+ "type": "string",
22132
+ "enum": [
22133
+ "GET"
22134
+ ]
22135
+ }
22136
+ },
22137
+ "additionalProperties": false
22138
+ }
22139
+ }
22140
+ },
22141
+ "additionalProperties": false
22142
+ }
22143
+ }
22144
+ }
22145
+ },
22146
+ "400": {
22147
+ "description": "The request did not match the expected schema",
22148
+ "content": {
22149
+ "application/json": {
22150
+ "schema": {
22151
+ "anyOf": [
22152
+ {
22153
+ "$ref": "#/components/schemas/HttpApiDecodeError"
22154
+ },
22155
+ {
22156
+ "$ref": "#/components/schemas/BadRequest"
22157
+ }
22158
+ ],
22159
+ "$ref": "#/components/schemas/VercelBadRequestError"
22160
+ }
22161
+ }
22162
+ }
22163
+ },
22164
+ "401": {
22165
+ "description": "Unauthorized",
22166
+ "content": {
22167
+ "application/json": {
22168
+ "schema": {
22169
+ "$ref": "#/components/schemas/VercelForbiddenError"
22170
+ }
22171
+ }
22172
+ }
22173
+ },
22174
+ "403": {
22175
+ "description": "Forbidden",
22176
+ "content": {
22177
+ "application/json": {
22178
+ "schema": {
22179
+ "$ref": "#/components/schemas/Forbidden"
22180
+ }
22181
+ }
22182
+ }
22183
+ },
22184
+ "429": {
22185
+ "description": "TooManyRequests",
22186
+ "content": {
22187
+ "application/json": {
22188
+ "schema": {
22189
+ "$ref": "#/components/schemas/VercelRateLimitError"
22190
+ }
22191
+ }
22192
+ }
22193
+ },
22194
+ "500": {
22195
+ "description": "Unauthorized",
22196
+ "content": {
22197
+ "application/json": {
22198
+ "schema": {
22199
+ "anyOf": [
22200
+ {
22201
+ "$ref": "#/components/schemas/Unauthorized"
22202
+ },
22203
+ {
22204
+ "$ref": "#/components/schemas/NotAuthorizedForScope"
22205
+ },
22206
+ {
22207
+ "$ref": "#/components/schemas/InternalServerError"
22208
+ }
22209
+ ]
22210
+ }
22211
+ }
22212
+ }
22213
+ }
22214
+ },
22215
+ "description": "Buy multiple domains",
22216
+ "summary": "Buy multiple domains at once",
22217
+ "requestBody": {
22218
+ "content": {
22219
+ "application/json": {
22220
+ "schema": {
22221
+ "type": "object",
22222
+ "required": [
22223
+ "domains",
22224
+ "contactInformation"
22225
+ ],
22226
+ "properties": {
22227
+ "domains": {
22228
+ "type": "array",
22229
+ "minItems": 1,
22230
+ "items": {
22231
+ "type": "object",
22232
+ "required": [
22233
+ "domainName",
22234
+ "autoRenew",
22235
+ "years",
22236
+ "expectedPrice"
22237
+ ],
22238
+ "properties": {
22239
+ "domainName": {
22240
+ "$ref": "#/components/schemas/DomainName"
22241
+ },
22242
+ "autoRenew": {
22243
+ "type": "boolean"
22244
+ },
22245
+ "years": {
22246
+ "type": "number"
22247
+ },
22248
+ "expectedPrice": {
22249
+ "$ref": "#/components/schemas/Dollars"
22250
+ }
22251
+ },
22252
+ "additionalProperties": false
22253
+ }
22254
+ },
22255
+ "contactInformation": {
22256
+ "type": "object",
22257
+ "required": [
22258
+ "firstName",
22259
+ "lastName",
22260
+ "email",
22261
+ "phone",
22262
+ "address1",
22263
+ "city",
22264
+ "state",
22265
+ "zip",
22266
+ "country"
22267
+ ],
22268
+ "properties": {
22269
+ "firstName": {
22270
+ "$ref": "#/components/schemas/NonEmptyTrimmedString"
22271
+ },
22272
+ "lastName": {
22273
+ "$ref": "#/components/schemas/NonEmptyTrimmedString"
22274
+ },
22275
+ "email": {
22276
+ "$ref": "#/components/schemas/EmailAddress"
22277
+ },
22278
+ "phone": {
22279
+ "$ref": "#/components/schemas/E164PhoneNumber"
22280
+ },
22281
+ "address1": {
22282
+ "$ref": "#/components/schemas/NonEmptyTrimmedString"
22283
+ },
22284
+ "address2": {
22285
+ "$ref": "#/components/schemas/NonEmptyTrimmedString"
22286
+ },
22287
+ "city": {
22288
+ "$ref": "#/components/schemas/NonEmptyTrimmedString"
22289
+ },
22290
+ "state": {
22291
+ "$ref": "#/components/schemas/NonEmptyTrimmedString"
22292
+ },
22293
+ "zip": {
22294
+ "$ref": "#/components/schemas/NonEmptyTrimmedString"
22295
+ },
22296
+ "country": {
22297
+ "$ref": "#/components/schemas/CountryCode"
22298
+ },
22299
+ "companyName": {
22300
+ "$ref": "#/components/schemas/NonEmptyTrimmedString"
22301
+ },
22302
+ "fax": {
22303
+ "$ref": "#/components/schemas/E164PhoneNumber"
22304
+ },
22305
+ "additional": {
22306
+ "type": "object",
22307
+ "properties": {}
22308
+ }
22309
+ },
22310
+ "additionalProperties": false
22311
+ }
22312
+ },
22313
+ "additionalProperties": false
22314
+ }
22315
+ }
22316
+ },
22317
+ "required": true
22318
+ }
22319
+ }
22320
+ },
22321
+ "/v1/registrar/domains/{domain}/transfer": {
22322
+ "post": {
22323
+ "tags": [
22324
+ "domains-registrar"
22325
+ ],
22326
+ "operationId": "transferInDomain",
22327
+ "parameters": [
22328
+ {
22329
+ "name": "domain",
22330
+ "in": "path",
22331
+ "schema": {
22332
+ "$ref": "#/components/schemas/DomainName"
22333
+ },
22334
+ "required": true
22335
+ }
22336
+ ],
22337
+ "security": [
22338
+ {
22339
+ "bearerToken": []
22340
+ }
22341
+ ],
22342
+ "responses": {
22343
+ "200": {
22344
+ "description": "Success",
22345
+ "content": {
22346
+ "application/json": {
22347
+ "schema": {
22348
+ "type": "object",
22349
+ "required": [
22350
+ "orderId",
22351
+ "_links"
22352
+ ],
22353
+ "properties": {
22354
+ "orderId": {
22355
+ "type": "string"
22356
+ },
22357
+ "_links": {
22358
+ "type": "object",
22359
+ "required": [],
22360
+ "properties": {},
22361
+ "additionalProperties": {
22362
+ "type": "object",
22363
+ "required": [
22364
+ "href",
22365
+ "method"
22366
+ ],
22367
+ "properties": {
22368
+ "href": {
22369
+ "type": "string"
22370
+ },
22371
+ "method": {
22372
+ "type": "string",
22373
+ "enum": [
22374
+ "GET"
22375
+ ]
22376
+ }
22377
+ },
22378
+ "additionalProperties": false
22379
+ }
22380
+ }
22381
+ },
22382
+ "additionalProperties": false
22383
+ }
22384
+ }
22385
+ }
22386
+ },
22387
+ "400": {
22388
+ "description": "The request did not match the expected schema",
22389
+ "content": {
22390
+ "application/json": {
22391
+ "schema": {
22392
+ "anyOf": [
22393
+ {
22394
+ "$ref": "#/components/schemas/HttpApiDecodeError"
22395
+ },
22396
+ {
22397
+ "$ref": "#/components/schemas/BadRequest"
22398
+ }
22399
+ ],
22400
+ "$ref": "#/components/schemas/VercelBadRequestError"
22401
+ }
22402
+ }
22403
+ }
22404
+ },
22405
+ "401": {
22406
+ "description": "Unauthorized",
22407
+ "content": {
22408
+ "application/json": {
22409
+ "schema": {
22410
+ "$ref": "#/components/schemas/VercelForbiddenError"
22411
+ }
22412
+ }
22413
+ }
22414
+ },
22415
+ "403": {
22416
+ "description": "Forbidden",
22417
+ "content": {
22418
+ "application/json": {
22419
+ "schema": {
22420
+ "$ref": "#/components/schemas/Forbidden"
22421
+ }
22422
+ }
22423
+ }
22424
+ },
22425
+ "429": {
22426
+ "description": "TooManyRequests",
22427
+ "content": {
22428
+ "application/json": {
22429
+ "schema": {
22430
+ "$ref": "#/components/schemas/VercelRateLimitError"
22431
+ }
22432
+ }
22433
+ }
22434
+ },
22435
+ "500": {
22436
+ "description": "Unauthorized",
22437
+ "content": {
22438
+ "application/json": {
22439
+ "schema": {
22440
+ "anyOf": [
22441
+ {
22442
+ "$ref": "#/components/schemas/Unauthorized"
22443
+ },
22444
+ {
22445
+ "$ref": "#/components/schemas/NotAuthorizedForScope"
22446
+ },
22447
+ {
22448
+ "$ref": "#/components/schemas/InternalServerError"
22449
+ }
22450
+ ]
22451
+ }
22452
+ }
22453
+ }
22454
+ }
22455
+ },
22456
+ "description": "Transfer-in a domain",
22457
+ "summary": "Transfer a domain in from another registrar",
22458
+ "requestBody": {
22459
+ "content": {
22460
+ "application/json": {
22461
+ "schema": {
22462
+ "type": "object",
22463
+ "required": [
22464
+ "authCode",
22465
+ "autoRenew",
22466
+ "years",
22467
+ "expectedPrice",
22468
+ "contactInformation"
22469
+ ],
22470
+ "properties": {
22471
+ "authCode": {
22472
+ "type": "string"
22473
+ },
22474
+ "autoRenew": {
22475
+ "type": "boolean"
22476
+ },
22477
+ "years": {
22478
+ "type": "number"
22479
+ },
22480
+ "expectedPrice": {
22481
+ "$ref": "#/components/schemas/Dollars"
22482
+ },
22483
+ "contactInformation": {
22484
+ "type": "object",
22485
+ "required": [
22486
+ "firstName",
22487
+ "lastName",
22488
+ "email",
22489
+ "phone",
22490
+ "address1",
22491
+ "city",
22492
+ "state",
22493
+ "zip",
22494
+ "country"
22495
+ ],
22496
+ "properties": {
22497
+ "firstName": {
22498
+ "$ref": "#/components/schemas/NonEmptyTrimmedString"
22499
+ },
22500
+ "lastName": {
22501
+ "$ref": "#/components/schemas/NonEmptyTrimmedString"
22502
+ },
22503
+ "email": {
22504
+ "$ref": "#/components/schemas/EmailAddress"
22505
+ },
22506
+ "phone": {
22507
+ "$ref": "#/components/schemas/E164PhoneNumber"
22508
+ },
22509
+ "address1": {
22510
+ "$ref": "#/components/schemas/NonEmptyTrimmedString"
22511
+ },
22512
+ "address2": {
22513
+ "$ref": "#/components/schemas/NonEmptyTrimmedString"
22514
+ },
22515
+ "city": {
22516
+ "$ref": "#/components/schemas/NonEmptyTrimmedString"
22517
+ },
22518
+ "state": {
22519
+ "$ref": "#/components/schemas/NonEmptyTrimmedString"
22520
+ },
22521
+ "zip": {
22522
+ "$ref": "#/components/schemas/NonEmptyTrimmedString"
22523
+ },
22524
+ "country": {
22525
+ "$ref": "#/components/schemas/CountryCode"
22526
+ },
22527
+ "companyName": {
22528
+ "$ref": "#/components/schemas/NonEmptyTrimmedString"
22529
+ },
22530
+ "fax": {
22531
+ "$ref": "#/components/schemas/E164PhoneNumber"
22532
+ }
22533
+ },
22534
+ "additionalProperties": false
22535
+ }
22536
+ },
22537
+ "additionalProperties": false
22538
+ }
22539
+ }
22540
+ },
22541
+ "required": true
22542
+ }
22543
+ },
22544
+ "get": {
22545
+ "tags": [
22546
+ "domains-registrar"
22547
+ ],
22548
+ "operationId": "getDomainTransferIn",
22549
+ "parameters": [
22550
+ {
22551
+ "name": "domain",
22552
+ "in": "path",
22553
+ "schema": {
22554
+ "$ref": "#/components/schemas/DomainName"
22555
+ },
22556
+ "required": true
22557
+ }
22558
+ ],
22559
+ "security": [
22560
+ {
22561
+ "bearerToken": []
22562
+ }
22563
+ ],
22564
+ "responses": {
22565
+ "200": {
22566
+ "description": "Success",
22567
+ "content": {
22568
+ "application/json": {
22569
+ "schema": {
22570
+ "type": "object",
22571
+ "required": [
22572
+ "status"
22573
+ ],
22574
+ "properties": {
22575
+ "status": {
22576
+ "type": "string",
22577
+ "enum": [
22578
+ "canceled",
22579
+ "canceled_pending_refund",
22580
+ "completed",
22581
+ "created",
22582
+ "failed",
22583
+ "pending",
22584
+ "pending_insert",
22585
+ "pending_new_auth_code",
22586
+ "pending_transfer",
22587
+ "pending_unlock",
22588
+ "rejected",
22589
+ "submitting_transfer"
22590
+ ]
22591
+ }
22592
+ },
22593
+ "additionalProperties": false
22594
+ }
22595
+ }
22596
+ }
22597
+ },
22598
+ "400": {
22599
+ "description": "The request did not match the expected schema",
22600
+ "content": {
22601
+ "application/json": {
22602
+ "schema": {
22603
+ "$ref": "#/components/schemas/VercelBadRequestError"
22604
+ }
22605
+ }
22606
+ }
22607
+ },
22608
+ "401": {
22609
+ "description": "Unauthorized",
22610
+ "content": {
22611
+ "application/json": {
22612
+ "schema": {
22613
+ "$ref": "#/components/schemas/VercelForbiddenError"
22614
+ }
22615
+ }
22616
+ }
22617
+ },
22618
+ "403": {
22619
+ "description": "Forbidden",
22620
+ "content": {
22621
+ "application/json": {
22622
+ "schema": {
22623
+ "$ref": "#/components/schemas/Forbidden"
22624
+ }
22625
+ }
22626
+ }
22627
+ },
22628
+ "404": {
22629
+ "description": "NotFound",
22630
+ "content": {
22631
+ "application/json": {
22632
+ "schema": {
22633
+ "$ref": "#/components/schemas/VercelNotFoundError"
22634
+ }
22635
+ }
22636
+ }
22637
+ },
22638
+ "429": {
22639
+ "description": "TooManyRequests",
22640
+ "content": {
22641
+ "application/json": {
22642
+ "schema": {
22643
+ "$ref": "#/components/schemas/VercelRateLimitError"
22644
+ }
22645
+ }
22646
+ }
22647
+ },
22648
+ "500": {
22649
+ "description": "Unauthorized",
22650
+ "content": {
22651
+ "application/json": {
22652
+ "schema": {
22653
+ "anyOf": [
22654
+ {
22655
+ "$ref": "#/components/schemas/Unauthorized"
22656
+ },
22657
+ {
22658
+ "$ref": "#/components/schemas/NotAuthorizedForScope"
22659
+ },
22660
+ {
22661
+ "$ref": "#/components/schemas/InternalServerError"
22662
+ }
22663
+ ]
22664
+ }
22665
+ }
22666
+ }
22667
+ }
22668
+ },
22669
+ "description": "Get a domain's transfer status",
22670
+ "summary": "Get the transfer status for a domain"
22671
+ }
22672
+ },
22673
+ "/v1/registrar/domains/{domain}/renew": {
22674
+ "post": {
22675
+ "tags": [
22676
+ "domains-registrar"
22677
+ ],
22678
+ "operationId": "renewDomain",
22679
+ "parameters": [
22680
+ {
22681
+ "name": "domain",
22682
+ "in": "path",
22683
+ "schema": {
22684
+ "$ref": "#/components/schemas/DomainName"
22685
+ },
22686
+ "required": true
22687
+ }
22688
+ ],
22689
+ "security": [
22690
+ {
22691
+ "bearerToken": []
22692
+ }
22693
+ ],
22694
+ "responses": {
22695
+ "200": {
22696
+ "description": "Success",
22697
+ "content": {
22698
+ "application/json": {
22699
+ "schema": {
22700
+ "type": "object",
22701
+ "required": [
22702
+ "orderId",
22703
+ "_links"
22704
+ ],
22705
+ "properties": {
22706
+ "orderId": {
22707
+ "type": "string"
22708
+ },
22709
+ "_links": {
22710
+ "type": "object",
22711
+ "required": [],
22712
+ "properties": {},
22713
+ "additionalProperties": {
22714
+ "type": "object",
22715
+ "required": [
22716
+ "href",
22717
+ "method"
22718
+ ],
22719
+ "properties": {
22720
+ "href": {
22721
+ "type": "string"
22722
+ },
22723
+ "method": {
22724
+ "type": "string",
22725
+ "enum": [
22726
+ "GET"
22727
+ ]
22728
+ }
22729
+ },
22730
+ "additionalProperties": false
22731
+ }
22732
+ }
22733
+ },
22734
+ "additionalProperties": false
22735
+ }
22736
+ }
22737
+ }
22738
+ },
22739
+ "400": {
22740
+ "description": "The request did not match the expected schema",
22741
+ "content": {
22742
+ "application/json": {
22743
+ "schema": {
22744
+ "anyOf": [
22745
+ {
22746
+ "$ref": "#/components/schemas/HttpApiDecodeError"
22747
+ },
22748
+ {
22749
+ "$ref": "#/components/schemas/BadRequest"
22750
+ }
22751
+ ],
22752
+ "$ref": "#/components/schemas/VercelBadRequestError"
22753
+ }
22754
+ }
22755
+ }
22756
+ },
22757
+ "401": {
22758
+ "description": "Unauthorized",
22759
+ "content": {
22760
+ "application/json": {
22761
+ "schema": {
22762
+ "$ref": "#/components/schemas/VercelForbiddenError"
22763
+ }
22764
+ }
22765
+ }
22766
+ },
22767
+ "403": {
22768
+ "description": "Forbidden",
22769
+ "content": {
22770
+ "application/json": {
22771
+ "schema": {
22772
+ "$ref": "#/components/schemas/Forbidden"
22773
+ }
22774
+ }
22775
+ }
22776
+ },
22777
+ "404": {
22778
+ "description": "NotFound",
22779
+ "content": {
22780
+ "application/json": {
22781
+ "schema": {
22782
+ "$ref": "#/components/schemas/VercelNotFoundError"
22783
+ }
22784
+ }
22785
+ }
22786
+ },
22787
+ "429": {
22788
+ "description": "TooManyRequests",
22789
+ "content": {
22790
+ "application/json": {
22791
+ "schema": {
22792
+ "$ref": "#/components/schemas/VercelRateLimitError"
22793
+ }
22794
+ }
22795
+ }
22796
+ },
22797
+ "500": {
22798
+ "description": "Unauthorized",
22799
+ "content": {
22800
+ "application/json": {
22801
+ "schema": {
22802
+ "anyOf": [
22803
+ {
22804
+ "$ref": "#/components/schemas/Unauthorized"
22805
+ },
22806
+ {
22807
+ "$ref": "#/components/schemas/NotAuthorizedForScope"
22808
+ },
22809
+ {
22810
+ "$ref": "#/components/schemas/InternalServerError"
22811
+ }
22812
+ ]
22813
+ }
22814
+ }
22815
+ }
22816
+ }
22817
+ },
22818
+ "description": "Renew a domain",
22819
+ "summary": "Renew a domain",
22820
+ "requestBody": {
22821
+ "content": {
22822
+ "application/json": {
22823
+ "schema": {
22824
+ "type": "object",
22825
+ "required": [
22826
+ "years",
22827
+ "expectedPrice"
22828
+ ],
22829
+ "properties": {
22830
+ "years": {
22831
+ "type": "number"
22832
+ },
22833
+ "expectedPrice": {
22834
+ "$ref": "#/components/schemas/Dollars"
22835
+ },
22836
+ "contactInformation": {
22837
+ "type": "object",
22838
+ "required": [
22839
+ "firstName",
22840
+ "lastName",
22841
+ "email",
22842
+ "phone",
22843
+ "address1",
22844
+ "city",
22845
+ "state",
22846
+ "zip",
22847
+ "country"
22848
+ ],
22849
+ "properties": {
22850
+ "firstName": {
22851
+ "$ref": "#/components/schemas/NonEmptyTrimmedString"
22852
+ },
22853
+ "lastName": {
22854
+ "$ref": "#/components/schemas/NonEmptyTrimmedString"
22855
+ },
22856
+ "email": {
22857
+ "$ref": "#/components/schemas/EmailAddress"
22858
+ },
22859
+ "phone": {
22860
+ "$ref": "#/components/schemas/E164PhoneNumber"
22861
+ },
22862
+ "address1": {
22863
+ "$ref": "#/components/schemas/NonEmptyTrimmedString"
22864
+ },
22865
+ "address2": {
22866
+ "$ref": "#/components/schemas/NonEmptyTrimmedString"
22867
+ },
22868
+ "city": {
22869
+ "$ref": "#/components/schemas/NonEmptyTrimmedString"
22870
+ },
22871
+ "state": {
22872
+ "$ref": "#/components/schemas/NonEmptyTrimmedString"
22873
+ },
22874
+ "zip": {
22875
+ "$ref": "#/components/schemas/NonEmptyTrimmedString"
22876
+ },
22877
+ "country": {
22878
+ "$ref": "#/components/schemas/CountryCode"
22879
+ },
22880
+ "companyName": {
22881
+ "$ref": "#/components/schemas/NonEmptyTrimmedString"
22882
+ },
22883
+ "fax": {
22884
+ "$ref": "#/components/schemas/E164PhoneNumber"
22885
+ }
22886
+ },
22887
+ "additionalProperties": false
22888
+ }
22889
+ },
22890
+ "additionalProperties": false
22891
+ }
22892
+ }
22893
+ },
22894
+ "required": true
22895
+ }
22896
+ }
22897
+ },
22898
+ "/v1/registrar/domains/{domain}/auto-renew": {
22899
+ "patch": {
22900
+ "tags": [
22901
+ "domains-registrar"
22902
+ ],
22903
+ "operationId": "updateDomainAutoRenew",
22904
+ "parameters": [
22905
+ {
22906
+ "name": "domain",
22907
+ "in": "path",
22908
+ "schema": {
22909
+ "$ref": "#/components/schemas/DomainName"
22910
+ },
22911
+ "required": true
22912
+ }
22913
+ ],
22914
+ "security": [
22915
+ {
22916
+ "bearerToken": []
22917
+ }
22918
+ ],
22919
+ "responses": {
22920
+ "204": {
22921
+ "description": "Success"
22922
+ },
22923
+ "400": {
22924
+ "description": "The request did not match the expected schema",
22925
+ "content": {
22926
+ "application/json": {
22927
+ "schema": {
22928
+ "anyOf": [
22929
+ {
22930
+ "$ref": "#/components/schemas/HttpApiDecodeError"
22931
+ },
22932
+ {
22933
+ "$ref": "#/components/schemas/BadRequest"
22934
+ }
22935
+ ],
22936
+ "$ref": "#/components/schemas/VercelBadRequestError"
22937
+ }
22938
+ }
22939
+ }
22940
+ },
22941
+ "401": {
22942
+ "description": "Unauthorized",
22943
+ "content": {
22944
+ "application/json": {
22945
+ "schema": {
22946
+ "$ref": "#/components/schemas/VercelForbiddenError"
22947
+ }
22948
+ }
22949
+ }
22950
+ },
22951
+ "403": {
22952
+ "description": "Forbidden",
22953
+ "content": {
22954
+ "application/json": {
22955
+ "schema": {
22956
+ "$ref": "#/components/schemas/Forbidden"
22957
+ }
22958
+ }
22959
+ }
22960
+ },
22961
+ "404": {
22962
+ "description": "NotFound",
22963
+ "content": {
22964
+ "application/json": {
22965
+ "schema": {
22966
+ "$ref": "#/components/schemas/VercelNotFoundError"
22967
+ }
22968
+ }
22969
+ }
22970
+ },
22971
+ "429": {
22972
+ "description": "TooManyRequests",
22973
+ "content": {
22974
+ "application/json": {
22975
+ "schema": {
22976
+ "$ref": "#/components/schemas/VercelRateLimitError"
22977
+ }
22978
+ }
22979
+ }
22980
+ },
22981
+ "500": {
22982
+ "description": "Unauthorized",
22983
+ "content": {
22984
+ "application/json": {
22985
+ "schema": {
22986
+ "anyOf": [
22987
+ {
22988
+ "$ref": "#/components/schemas/Unauthorized"
22989
+ },
22990
+ {
22991
+ "$ref": "#/components/schemas/NotAuthorizedForScope"
22992
+ },
22993
+ {
22994
+ "$ref": "#/components/schemas/InternalServerError"
22995
+ }
22996
+ ]
22997
+ }
22998
+ }
22999
+ }
23000
+ }
23001
+ },
23002
+ "description": "Update auto-renew for a domain",
23003
+ "summary": "Update the auto-renew setting for a domain",
23004
+ "requestBody": {
23005
+ "content": {
23006
+ "application/json": {
23007
+ "schema": {
23008
+ "type": "object",
23009
+ "required": [
23010
+ "autoRenew"
23011
+ ],
23012
+ "properties": {
23013
+ "autoRenew": {
23014
+ "type": "boolean"
23015
+ }
23016
+ },
23017
+ "additionalProperties": false
23018
+ }
23019
+ }
23020
+ },
23021
+ "required": true
23022
+ }
23023
+ }
23024
+ },
23025
+ "/v1/registrar/domains/{domain}/nameservers": {
23026
+ "patch": {
23027
+ "tags": [
23028
+ "domains-registrar"
23029
+ ],
23030
+ "operationId": "updateDomainNameservers",
23031
+ "parameters": [
23032
+ {
23033
+ "name": "domain",
23034
+ "in": "path",
23035
+ "schema": {
23036
+ "$ref": "#/components/schemas/DomainName"
23037
+ },
23038
+ "required": true
23039
+ }
23040
+ ],
23041
+ "security": [
23042
+ {
23043
+ "bearerToken": []
23044
+ }
23045
+ ],
23046
+ "responses": {
23047
+ "204": {
23048
+ "description": "Success"
23049
+ },
23050
+ "400": {
23051
+ "description": "The request did not match the expected schema",
23052
+ "content": {
23053
+ "application/json": {
23054
+ "schema": {
23055
+ "anyOf": [
23056
+ {
23057
+ "$ref": "#/components/schemas/HttpApiDecodeError"
23058
+ },
23059
+ {
23060
+ "$ref": "#/components/schemas/BadRequest"
23061
+ }
23062
+ ],
23063
+ "$ref": "#/components/schemas/VercelBadRequestError"
23064
+ }
23065
+ }
23066
+ }
23067
+ },
23068
+ "401": {
23069
+ "description": "Unauthorized",
23070
+ "content": {
23071
+ "application/json": {
23072
+ "schema": {
23073
+ "$ref": "#/components/schemas/VercelForbiddenError"
23074
+ }
23075
+ }
23076
+ }
23077
+ },
23078
+ "403": {
23079
+ "description": "Forbidden",
23080
+ "content": {
23081
+ "application/json": {
23082
+ "schema": {
23083
+ "$ref": "#/components/schemas/Forbidden"
23084
+ }
23085
+ }
23086
+ }
23087
+ },
23088
+ "404": {
23089
+ "description": "NotFound",
23090
+ "content": {
23091
+ "application/json": {
23092
+ "schema": {
23093
+ "$ref": "#/components/schemas/VercelNotFoundError"
23094
+ }
23095
+ }
23096
+ }
23097
+ },
23098
+ "429": {
23099
+ "description": "TooManyRequests",
23100
+ "content": {
23101
+ "application/json": {
23102
+ "schema": {
23103
+ "$ref": "#/components/schemas/VercelRateLimitError"
23104
+ }
23105
+ }
23106
+ }
23107
+ },
23108
+ "500": {
23109
+ "description": "Unauthorized",
23110
+ "content": {
23111
+ "application/json": {
23112
+ "schema": {
23113
+ "anyOf": [
23114
+ {
23115
+ "$ref": "#/components/schemas/Unauthorized"
23116
+ },
23117
+ {
23118
+ "$ref": "#/components/schemas/NotAuthorizedForScope"
23119
+ },
23120
+ {
23121
+ "$ref": "#/components/schemas/InternalServerError"
23122
+ }
23123
+ ]
23124
+ }
23125
+ }
23126
+ }
23127
+ }
23128
+ },
23129
+ "description": "Update nameservers for a domain",
23130
+ "summary": "Update the nameservers for a domain",
23131
+ "requestBody": {
23132
+ "content": {
23133
+ "application/json": {
23134
+ "schema": {
23135
+ "type": "object",
23136
+ "required": [
23137
+ "nameservers"
23138
+ ],
23139
+ "properties": {
23140
+ "nameservers": {
23141
+ "type": "array",
23142
+ "items": {
23143
+ "$ref": "#/components/schemas/Nameserver"
23144
+ }
21043
23145
  }
21044
23146
  },
21045
- "type": "object"
23147
+ "additionalProperties": false
21046
23148
  }
21047
23149
  }
21048
23150
  },
@@ -21050,42 +23152,60 @@
21050
23152
  }
21051
23153
  }
21052
23154
  },
21053
- "/v2/domains/{domain}/records/{recordId}": {
21054
- "delete": {
21055
- "description": "Removes an existing DNS record from a domain name.",
21056
- "operationId": "removeRecord",
23155
+ "/v1/registrar/domains/{domain}/contact-info/schema": {
23156
+ "get": {
23157
+ "tags": [
23158
+ "domains-registrar"
23159
+ ],
23160
+ "operationId": "getContactInfoSchema",
23161
+ "parameters": [
23162
+ {
23163
+ "name": "domain",
23164
+ "in": "path",
23165
+ "schema": {
23166
+ "$ref": "#/components/schemas/DomainName"
23167
+ },
23168
+ "required": true
23169
+ }
23170
+ ],
21057
23171
  "security": [
21058
23172
  {
21059
23173
  "bearerToken": []
21060
23174
  }
21061
23175
  ],
21062
- "summary": "Delete a DNS record",
21063
- "tags": [
21064
- "dns"
21065
- ],
21066
23176
  "responses": {
21067
23177
  "200": {
21068
- "description": "Successful response by removing the specified DNS record.",
23178
+ "description": "Success",
21069
23179
  "content": {
21070
23180
  "application/json": {
21071
23181
  "schema": {
21072
- "type": "object"
23182
+ "type": "object",
23183
+ "required": [],
23184
+ "properties": {}
21073
23185
  }
21074
23186
  }
21075
23187
  }
21076
23188
  },
21077
23189
  "400": {
21078
- "description": "One of the provided values in the request query is invalid.",
23190
+ "description": "The request did not match the expected schema",
21079
23191
  "content": {
21080
23192
  "application/json": {
21081
23193
  "schema": {
23194
+ "anyOf": [
23195
+ {
23196
+ "$ref": "#/components/schemas/HttpApiDecodeError"
23197
+ },
23198
+ {
23199
+ "$ref": "#/components/schemas/BadRequest"
23200
+ }
23201
+ ],
21082
23202
  "$ref": "#/components/schemas/VercelBadRequestError"
21083
23203
  }
21084
23204
  }
21085
23205
  }
21086
23206
  },
21087
23207
  "401": {
21088
- "description": "The request is not authorized.",
23208
+ "description": "Unauthorized",
21089
23209
  "content": {
21090
23210
  "application/json": {
21091
23211
  "schema": {
@@ -21094,58 +23214,404 @@
21094
23214
  }
21095
23215
  }
21096
23216
  },
21097
- "403": {
21098
- "description": "You do not have permission to access this resource."
23217
+ "429": {
23218
+ "description": "TooManyRequests",
23219
+ "content": {
23220
+ "application/json": {
23221
+ "schema": {
23222
+ "$ref": "#/components/schemas/VercelRateLimitError"
23223
+ }
23224
+ }
23225
+ }
21099
23226
  },
21100
- "404": {
21101
- "description": "",
23227
+ "500": {
23228
+ "description": "Unauthorized",
21102
23229
  "content": {
21103
23230
  "application/json": {
21104
23231
  "schema": {
21105
- "$ref": "#/components/schemas/VercelNotFoundError"
23232
+ "anyOf": [
23233
+ {
23234
+ "$ref": "#/components/schemas/Unauthorized"
23235
+ },
23236
+ {
23237
+ "$ref": "#/components/schemas/NotAuthorizedForScope"
23238
+ },
23239
+ {
23240
+ "$ref": "#/components/schemas/InternalServerError"
23241
+ }
23242
+ ]
21106
23243
  }
21107
23244
  }
21108
23245
  }
21109
23246
  }
21110
23247
  },
23248
+ "description": "Get contact info schema",
23249
+ "summary": "Get the schema for the tld-specific contact information for a domain"
23250
+ }
23251
+ },
23252
+ "/v1/registrar/orders/{orderId}": {
23253
+ "get": {
23254
+ "tags": [
23255
+ "domains-registrar"
23256
+ ],
23257
+ "operationId": "getOrder",
21111
23258
  "parameters": [
21112
23259
  {
21113
- "name": "domain",
23260
+ "name": "orderId",
21114
23261
  "in": "path",
21115
- "required": true,
21116
23262
  "schema": {
21117
- "type": "string",
21118
- "example": "example.com"
23263
+ "type": "string"
23264
+ },
23265
+ "required": true
23266
+ }
23267
+ ],
23268
+ "security": [
23269
+ {
23270
+ "bearerToken": []
23271
+ }
23272
+ ],
23273
+ "responses": {
23274
+ "200": {
23275
+ "description": "Success",
23276
+ "content": {
23277
+ "application/json": {
23278
+ "schema": {
23279
+ "type": "object",
23280
+ "required": [
23281
+ "orderId",
23282
+ "domains",
23283
+ "status"
23284
+ ],
23285
+ "properties": {
23286
+ "orderId": {
23287
+ "type": "string"
23288
+ },
23289
+ "domains": {
23290
+ "type": "array",
23291
+ "items": {
23292
+ "anyOf": [
23293
+ {
23294
+ "type": "object",
23295
+ "required": [
23296
+ "purchaseType",
23297
+ "autoRenew",
23298
+ "domainName",
23299
+ "status",
23300
+ "price",
23301
+ "years"
23302
+ ],
23303
+ "properties": {
23304
+ "purchaseType": {
23305
+ "type": "string",
23306
+ "enum": [
23307
+ "purchase"
23308
+ ]
23309
+ },
23310
+ "autoRenew": {
23311
+ "type": "boolean"
23312
+ },
23313
+ "domainName": {
23314
+ "$ref": "#/components/schemas/DomainName"
23315
+ },
23316
+ "status": {
23317
+ "type": "string",
23318
+ "enum": [
23319
+ "pending",
23320
+ "completed",
23321
+ "failed",
23322
+ "refunded",
23323
+ "refund-failed"
23324
+ ]
23325
+ },
23326
+ "price": {
23327
+ "$ref": "#/components/schemas/Dollars"
23328
+ },
23329
+ "years": {
23330
+ "type": "number"
23331
+ }
23332
+ },
23333
+ "additionalProperties": false
23334
+ },
23335
+ {
23336
+ "type": "object",
23337
+ "required": [
23338
+ "purchaseType",
23339
+ "domainName",
23340
+ "status",
23341
+ "price",
23342
+ "years"
23343
+ ],
23344
+ "properties": {
23345
+ "purchaseType": {
23346
+ "type": "string",
23347
+ "enum": [
23348
+ "renewal"
23349
+ ]
23350
+ },
23351
+ "domainName": {
23352
+ "$ref": "#/components/schemas/DomainName"
23353
+ },
23354
+ "status": {
23355
+ "type": "string",
23356
+ "enum": [
23357
+ "pending",
23358
+ "completed",
23359
+ "failed",
23360
+ "refunded",
23361
+ "refund-failed"
23362
+ ]
23363
+ },
23364
+ "price": {
23365
+ "$ref": "#/components/schemas/Dollars"
23366
+ },
23367
+ "years": {
23368
+ "type": "number"
23369
+ }
23370
+ },
23371
+ "additionalProperties": false
23372
+ },
23373
+ {
23374
+ "type": "object",
23375
+ "required": [
23376
+ "purchaseType",
23377
+ "autoRenew",
23378
+ "domainName",
23379
+ "status",
23380
+ "price",
23381
+ "years"
23382
+ ],
23383
+ "properties": {
23384
+ "purchaseType": {
23385
+ "type": "string",
23386
+ "enum": [
23387
+ "transfer"
23388
+ ]
23389
+ },
23390
+ "autoRenew": {
23391
+ "type": "boolean"
23392
+ },
23393
+ "domainName": {
23394
+ "$ref": "#/components/schemas/DomainName"
23395
+ },
23396
+ "status": {
23397
+ "type": "string",
23398
+ "enum": [
23399
+ "pending",
23400
+ "completed",
23401
+ "failed",
23402
+ "refunded",
23403
+ "refund-failed"
23404
+ ]
23405
+ },
23406
+ "price": {
23407
+ "$ref": "#/components/schemas/Dollars"
23408
+ },
23409
+ "years": {
23410
+ "type": "number"
23411
+ }
23412
+ },
23413
+ "additionalProperties": false
23414
+ }
23415
+ ]
23416
+ }
23417
+ },
23418
+ "status": {
23419
+ "type": "string",
23420
+ "enum": [
23421
+ "draft",
23422
+ "purchasing",
23423
+ "completed",
23424
+ "failed"
23425
+ ]
23426
+ },
23427
+ "error": {
23428
+ "anyOf": [
23429
+ {
23430
+ "type": "object",
23431
+ "required": [
23432
+ "code"
23433
+ ],
23434
+ "properties": {
23435
+ "code": {
23436
+ "type": "string",
23437
+ "enum": [
23438
+ "payment-failed"
23439
+ ]
23440
+ }
23441
+ },
23442
+ "additionalProperties": false
23443
+ },
23444
+ {
23445
+ "type": "object",
23446
+ "required": [
23447
+ "code",
23448
+ "details"
23449
+ ],
23450
+ "properties": {
23451
+ "code": {
23452
+ "type": "string",
23453
+ "enum": [
23454
+ "tld-outage"
23455
+ ]
23456
+ },
23457
+ "details": {
23458
+ "type": "object",
23459
+ "required": [
23460
+ "tlds"
23461
+ ],
23462
+ "properties": {
23463
+ "tlds": {
23464
+ "type": "array",
23465
+ "items": {
23466
+ "type": "object",
23467
+ "required": [
23468
+ "tldName",
23469
+ "endsAt"
23470
+ ],
23471
+ "properties": {
23472
+ "tldName": {
23473
+ "type": "string"
23474
+ },
23475
+ "endsAt": {
23476
+ "type": "string"
23477
+ }
23478
+ },
23479
+ "additionalProperties": false
23480
+ }
23481
+ }
23482
+ },
23483
+ "additionalProperties": false
23484
+ }
23485
+ },
23486
+ "additionalProperties": false
23487
+ },
23488
+ {
23489
+ "type": "object",
23490
+ "required": [
23491
+ "code",
23492
+ "details"
23493
+ ],
23494
+ "properties": {
23495
+ "code": {
23496
+ "type": "string",
23497
+ "enum": [
23498
+ "price-mismatch"
23499
+ ]
23500
+ },
23501
+ "details": {
23502
+ "type": "object",
23503
+ "required": [
23504
+ "expectedPrice"
23505
+ ],
23506
+ "properties": {
23507
+ "expectedPrice": {
23508
+ "type": "number"
23509
+ },
23510
+ "actualPrice": {
23511
+ "type": "number"
23512
+ }
23513
+ },
23514
+ "additionalProperties": false
23515
+ }
23516
+ },
23517
+ "additionalProperties": false
23518
+ },
23519
+ {
23520
+ "type": "object",
23521
+ "required": [
23522
+ "code"
23523
+ ],
23524
+ "properties": {
23525
+ "code": {
23526
+ "type": "string",
23527
+ "enum": [
23528
+ "unexpected-error"
23529
+ ]
23530
+ }
23531
+ },
23532
+ "additionalProperties": false
23533
+ }
23534
+ ]
23535
+ }
23536
+ },
23537
+ "additionalProperties": false
23538
+ }
23539
+ }
21119
23540
  }
21120
23541
  },
21121
- {
21122
- "name": "recordId",
21123
- "in": "path",
21124
- "required": true,
21125
- "schema": {
21126
- "type": "string",
21127
- "example": "rec_V0fra8eEgQwEpFhYG2vTzC3K"
23542
+ "400": {
23543
+ "description": "The request did not match the expected schema",
23544
+ "content": {
23545
+ "application/json": {
23546
+ "schema": {
23547
+ "$ref": "#/components/schemas/VercelBadRequestError"
23548
+ }
23549
+ }
21128
23550
  }
21129
23551
  },
21130
- {
21131
- "description": "The Team identifier to perform the request on behalf of.",
21132
- "in": "query",
21133
- "name": "teamId",
21134
- "schema": {
21135
- "type": "string",
21136
- "example": "team_1a2b3c4d5e6f7g8h9i0j1k2l"
23552
+ "401": {
23553
+ "description": "Unauthorized",
23554
+ "content": {
23555
+ "application/json": {
23556
+ "schema": {
23557
+ "$ref": "#/components/schemas/VercelForbiddenError"
23558
+ }
23559
+ }
21137
23560
  }
21138
23561
  },
21139
- {
21140
- "description": "The Team slug to perform the request on behalf of.",
21141
- "in": "query",
21142
- "name": "slug",
21143
- "schema": {
21144
- "type": "string",
21145
- "example": "my-team-url-slug"
23562
+ "403": {
23563
+ "description": "Forbidden",
23564
+ "content": {
23565
+ "application/json": {
23566
+ "schema": {
23567
+ "$ref": "#/components/schemas/Forbidden"
23568
+ }
23569
+ }
23570
+ }
23571
+ },
23572
+ "404": {
23573
+ "description": "NotFound",
23574
+ "content": {
23575
+ "application/json": {
23576
+ "schema": {
23577
+ "$ref": "#/components/schemas/VercelNotFoundError"
23578
+ }
23579
+ }
23580
+ }
23581
+ },
23582
+ "429": {
23583
+ "description": "TooManyRequests",
23584
+ "content": {
23585
+ "application/json": {
23586
+ "schema": {
23587
+ "$ref": "#/components/schemas/VercelRateLimitError"
23588
+ }
23589
+ }
23590
+ }
23591
+ },
23592
+ "500": {
23593
+ "description": "Unauthorized",
23594
+ "content": {
23595
+ "application/json": {
23596
+ "schema": {
23597
+ "anyOf": [
23598
+ {
23599
+ "$ref": "#/components/schemas/Unauthorized"
23600
+ },
23601
+ {
23602
+ "$ref": "#/components/schemas/NotAuthorizedForScope"
23603
+ },
23604
+ {
23605
+ "$ref": "#/components/schemas/InternalServerError"
23606
+ }
23607
+ ]
23608
+ }
23609
+ }
21146
23610
  }
21147
23611
  }
21148
- ]
23612
+ },
23613
+ "description": "Get a domain order",
23614
+ "summary": "Get information about a domain order by its ID"
21149
23615
  }
21150
23616
  },
21151
23617
  "/v1/domains/{domain}/registry": {
@@ -29698,34 +32164,34 @@
29698
32164
  "minLength": {
29699
32165
  "type": "object",
29700
32166
  "properties": {
29701
- "__@BRAND@543472": {
32167
+ "__@BRAND@543583": {
29702
32168
  "type": "object"
29703
32169
  }
29704
32170
  },
29705
32171
  "required": [
29706
- "__@BRAND@543472"
32172
+ "__@BRAND@543583"
29707
32173
  ]
29708
32174
  },
29709
32175
  "maxLength": {
29710
32176
  "type": "object",
29711
32177
  "properties": {
29712
- "__@BRAND@543472": {
32178
+ "__@BRAND@543583": {
29713
32179
  "type": "object"
29714
32180
  }
29715
32181
  },
29716
32182
  "required": [
29717
- "__@BRAND@543472"
32183
+ "__@BRAND@543583"
29718
32184
  ]
29719
32185
  },
29720
32186
  "pattern": {
29721
32187
  "type": "object",
29722
32188
  "properties": {
29723
- "__@BRAND@543472": {
32189
+ "__@BRAND@543583": {
29724
32190
  "type": "object"
29725
32191
  }
29726
32192
  },
29727
32193
  "required": [
29728
- "__@BRAND@543472"
32194
+ "__@BRAND@543583"
29729
32195
  ]
29730
32196
  },
29731
32197
  "default": {
@@ -30408,34 +32874,34 @@
30408
32874
  "minLength": {
30409
32875
  "type": "object",
30410
32876
  "properties": {
30411
- "__@BRAND@543472": {
32877
+ "__@BRAND@543583": {
30412
32878
  "type": "object"
30413
32879
  }
30414
32880
  },
30415
32881
  "required": [
30416
- "__@BRAND@543472"
32882
+ "__@BRAND@543583"
30417
32883
  ]
30418
32884
  },
30419
32885
  "maxLength": {
30420
32886
  "type": "object",
30421
32887
  "properties": {
30422
- "__@BRAND@543472": {
32888
+ "__@BRAND@543583": {
30423
32889
  "type": "object"
30424
32890
  }
30425
32891
  },
30426
32892
  "required": [
30427
- "__@BRAND@543472"
32893
+ "__@BRAND@543583"
30428
32894
  ]
30429
32895
  },
30430
32896
  "pattern": {
30431
32897
  "type": "object",
30432
32898
  "properties": {
30433
- "__@BRAND@543472": {
32899
+ "__@BRAND@543583": {
30434
32900
  "type": "object"
30435
32901
  }
30436
32902
  },
30437
32903
  "required": [
30438
- "__@BRAND@543472"
32904
+ "__@BRAND@543583"
30439
32905
  ]
30440
32906
  },
30441
32907
  "default": {
@@ -30593,34 +33059,34 @@
30593
33059
  "minLength": {
30594
33060
  "type": "object",
30595
33061
  "properties": {
30596
- "__@BRAND@543472": {
33062
+ "__@BRAND@543583": {
30597
33063
  "type": "object"
30598
33064
  }
30599
33065
  },
30600
33066
  "required": [
30601
- "__@BRAND@543472"
33067
+ "__@BRAND@543583"
30602
33068
  ]
30603
33069
  },
30604
33070
  "maxLength": {
30605
33071
  "type": "object",
30606
33072
  "properties": {
30607
- "__@BRAND@543472": {
33073
+ "__@BRAND@543583": {
30608
33074
  "type": "object"
30609
33075
  }
30610
33076
  },
30611
33077
  "required": [
30612
- "__@BRAND@543472"
33078
+ "__@BRAND@543583"
30613
33079
  ]
30614
33080
  },
30615
33081
  "pattern": {
30616
33082
  "type": "object",
30617
33083
  "properties": {
30618
- "__@BRAND@543472": {
33084
+ "__@BRAND@543583": {
30619
33085
  "type": "object"
30620
33086
  }
30621
33087
  },
30622
33088
  "required": [
30623
- "__@BRAND@543472"
33089
+ "__@BRAND@543583"
30624
33090
  ]
30625
33091
  },
30626
33092
  "default": {
@@ -30931,12 +33397,12 @@
30931
33397
  {
30932
33398
  "type": "object",
30933
33399
  "properties": {
30934
- "__@BRAND@543472": {
33400
+ "__@BRAND@543583": {
30935
33401
  "type": "object"
30936
33402
  }
30937
33403
  },
30938
33404
  "required": [
30939
- "__@BRAND@543472"
33405
+ "__@BRAND@543583"
30940
33406
  ]
30941
33407
  },
30942
33408
  {
@@ -30944,12 +33410,12 @@
30944
33410
  "value": {
30945
33411
  "type": "object",
30946
33412
  "properties": {
30947
- "__@BRAND@543472": {
33413
+ "__@BRAND@543583": {
30948
33414
  "type": "object"
30949
33415
  }
30950
33416
  },
30951
33417
  "required": [
30952
- "__@BRAND@543472"
33418
+ "__@BRAND@543583"
30953
33419
  ]
30954
33420
  },
30955
33421
  "disabled": {
@@ -31018,34 +33484,34 @@
31018
33484
  "minLength": {
31019
33485
  "type": "object",
31020
33486
  "properties": {
31021
- "__@BRAND@543472": {
33487
+ "__@BRAND@543583": {
31022
33488
  "type": "object"
31023
33489
  }
31024
33490
  },
31025
33491
  "required": [
31026
- "__@BRAND@543472"
33492
+ "__@BRAND@543583"
31027
33493
  ]
31028
33494
  },
31029
33495
  "maxLength": {
31030
33496
  "type": "object",
31031
33497
  "properties": {
31032
- "__@BRAND@543472": {
33498
+ "__@BRAND@543583": {
31033
33499
  "type": "object"
31034
33500
  }
31035
33501
  },
31036
33502
  "required": [
31037
- "__@BRAND@543472"
33503
+ "__@BRAND@543583"
31038
33504
  ]
31039
33505
  },
31040
33506
  "pattern": {
31041
33507
  "type": "object",
31042
33508
  "properties": {
31043
- "__@BRAND@543472": {
33509
+ "__@BRAND@543583": {
31044
33510
  "type": "object"
31045
33511
  }
31046
33512
  },
31047
33513
  "required": [
31048
- "__@BRAND@543472"
33514
+ "__@BRAND@543583"
31049
33515
  ]
31050
33516
  },
31051
33517
  "default": {
@@ -31203,34 +33669,34 @@
31203
33669
  "minLength": {
31204
33670
  "type": "object",
31205
33671
  "properties": {
31206
- "__@BRAND@543472": {
33672
+ "__@BRAND@543583": {
31207
33673
  "type": "object"
31208
33674
  }
31209
33675
  },
31210
33676
  "required": [
31211
- "__@BRAND@543472"
33677
+ "__@BRAND@543583"
31212
33678
  ]
31213
33679
  },
31214
33680
  "maxLength": {
31215
33681
  "type": "object",
31216
33682
  "properties": {
31217
- "__@BRAND@543472": {
33683
+ "__@BRAND@543583": {
31218
33684
  "type": "object"
31219
33685
  }
31220
33686
  },
31221
33687
  "required": [
31222
- "__@BRAND@543472"
33688
+ "__@BRAND@543583"
31223
33689
  ]
31224
33690
  },
31225
33691
  "pattern": {
31226
33692
  "type": "object",
31227
33693
  "properties": {
31228
- "__@BRAND@543472": {
33694
+ "__@BRAND@543583": {
31229
33695
  "type": "object"
31230
33696
  }
31231
33697
  },
31232
33698
  "required": [
31233
- "__@BRAND@543472"
33699
+ "__@BRAND@543583"
31234
33700
  ]
31235
33701
  },
31236
33702
  "default": {
@@ -31319,12 +33785,12 @@
31319
33785
  {
31320
33786
  "type": "object",
31321
33787
  "properties": {
31322
- "__@BRAND@543472": {
33788
+ "__@BRAND@543583": {
31323
33789
  "type": "object"
31324
33790
  }
31325
33791
  },
31326
33792
  "required": [
31327
- "__@BRAND@543472"
33793
+ "__@BRAND@543583"
31328
33794
  ]
31329
33795
  },
31330
33796
  {
@@ -31332,12 +33798,12 @@
31332
33798
  "value": {
31333
33799
  "type": "object",
31334
33800
  "properties": {
31335
- "__@BRAND@543472": {
33801
+ "__@BRAND@543583": {
31336
33802
  "type": "object"
31337
33803
  }
31338
33804
  },
31339
33805
  "required": [
31340
- "__@BRAND@543472"
33806
+ "__@BRAND@543583"
31341
33807
  ]
31342
33808
  },
31343
33809
  "disabled": {
@@ -31523,12 +33989,12 @@
31523
33989
  "items": {
31524
33990
  "type": "object",
31525
33991
  "properties": {
31526
- "__@BRAND@543472": {
33992
+ "__@BRAND@543583": {
31527
33993
  "type": "object"
31528
33994
  }
31529
33995
  },
31530
33996
  "required": [
31531
- "__@BRAND@543472"
33997
+ "__@BRAND@543583"
31532
33998
  ]
31533
33999
  },
31534
34000
  "type": "array"
@@ -31537,12 +34003,12 @@
31537
34003
  "items": {
31538
34004
  "type": "object",
31539
34005
  "properties": {
31540
- "__@BRAND@543472": {
34006
+ "__@BRAND@543583": {
31541
34007
  "type": "object"
31542
34008
  }
31543
34009
  },
31544
34010
  "required": [
31545
- "__@BRAND@543472"
34011
+ "__@BRAND@543583"
31546
34012
  ]
31547
34013
  },
31548
34014
  "type": "array"
@@ -31576,34 +34042,34 @@
31576
34042
  "minLength": {
31577
34043
  "type": "object",
31578
34044
  "properties": {
31579
- "__@BRAND@543472": {
34045
+ "__@BRAND@543583": {
31580
34046
  "type": "object"
31581
34047
  }
31582
34048
  },
31583
34049
  "required": [
31584
- "__@BRAND@543472"
34050
+ "__@BRAND@543583"
31585
34051
  ]
31586
34052
  },
31587
34053
  "maxLength": {
31588
34054
  "type": "object",
31589
34055
  "properties": {
31590
- "__@BRAND@543472": {
34056
+ "__@BRAND@543583": {
31591
34057
  "type": "object"
31592
34058
  }
31593
34059
  },
31594
34060
  "required": [
31595
- "__@BRAND@543472"
34061
+ "__@BRAND@543583"
31596
34062
  ]
31597
34063
  },
31598
34064
  "pattern": {
31599
34065
  "type": "object",
31600
34066
  "properties": {
31601
- "__@BRAND@543472": {
34067
+ "__@BRAND@543583": {
31602
34068
  "type": "object"
31603
34069
  }
31604
34070
  },
31605
34071
  "required": [
31606
- "__@BRAND@543472"
34072
+ "__@BRAND@543583"
31607
34073
  ]
31608
34074
  },
31609
34075
  "default": {
@@ -31737,12 +34203,12 @@
31737
34203
  "value": {
31738
34204
  "type": "object",
31739
34205
  "properties": {
31740
- "__@BRAND@543472": {
34206
+ "__@BRAND@543583": {
31741
34207
  "type": "object"
31742
34208
  }
31743
34209
  },
31744
34210
  "required": [
31745
- "__@BRAND@543472"
34211
+ "__@BRAND@543583"
31746
34212
  ]
31747
34213
  },
31748
34214
  "disabled": {
@@ -62360,6 +64826,148 @@
62360
64826
  }
62361
64827
  }
62362
64828
  },
64829
+ "/v1/projects/{idOrName}/client-cert": {
64830
+ "post": {
64831
+ "description": "Upload or update a client certificate for mTLS authentication to external origins. The certificate is uploaded to S3 in plaintext, while the private key is encrypted. A hash reference is stored in the project document. The certificate will be available in the deployment runtime for establishing mTLS connections.",
64832
+ "operationId": "uploadProjectClientCert",
64833
+ "security": [
64834
+ {
64835
+ "bearerToken": []
64836
+ }
64837
+ ],
64838
+ "summary": "Upload client certificate for egress mTLS",
64839
+ "tags": [
64840
+ "projects"
64841
+ ],
64842
+ "responses": {
64843
+ "200": {
64844
+ "description": "Client certificate uploaded successfully",
64845
+ "content": {
64846
+ "application/json": {
64847
+ "schema": {
64848
+ "properties": {
64849
+ "origin": {
64850
+ "type": "string"
64851
+ },
64852
+ "certId": {
64853
+ "type": "string"
64854
+ }
64855
+ },
64856
+ "required": [
64857
+ "origin",
64858
+ "certId"
64859
+ ],
64860
+ "type": "object"
64861
+ }
64862
+ }
64863
+ }
64864
+ },
64865
+ "400": {
64866
+ "description": "One of the provided values in the request body is invalid.\nOne of the provided values in the request query is invalid.",
64867
+ "content": {
64868
+ "application/json": {
64869
+ "schema": {
64870
+ "$ref": "#/components/schemas/VercelBadRequestError"
64871
+ }
64872
+ }
64873
+ }
64874
+ },
64875
+ "401": {
64876
+ "description": "The request is not authorized.",
64877
+ "content": {
64878
+ "application/json": {
64879
+ "schema": {
64880
+ "$ref": "#/components/schemas/VercelForbiddenError"
64881
+ }
64882
+ }
64883
+ }
64884
+ },
64885
+ "402": {
64886
+ "description": "The account was soft-blocked for an unhandled reason.\nThe account is missing a payment so payment method must be updated"
64887
+ },
64888
+ "403": {
64889
+ "description": "You do not have permission to access this resource."
64890
+ },
64891
+ "409": {
64892
+ "description": "The project is being transferred and uploading certificates is not possible"
64893
+ },
64894
+ "500": {
64895
+ "description": "Failed to upload the client certificate\nFailed to encrypt the private key"
64896
+ }
64897
+ },
64898
+ "parameters": [
64899
+ {
64900
+ "name": "idOrName",
64901
+ "description": "The unique project identifier or the project name",
64902
+ "in": "path",
64903
+ "required": true,
64904
+ "schema": {
64905
+ "description": "The unique project identifier or the project name",
64906
+ "type": "string",
64907
+ "example": "prj_XLKmu1DyR1eY7zq8UgeRKbA7yVLA"
64908
+ }
64909
+ },
64910
+ {
64911
+ "description": "The Team identifier to perform the request on behalf of.",
64912
+ "in": "query",
64913
+ "name": "teamId",
64914
+ "schema": {
64915
+ "type": "string",
64916
+ "example": "team_1a2b3c4d5e6f7g8h9i0j1k2l"
64917
+ }
64918
+ },
64919
+ {
64920
+ "description": "The Team slug to perform the request on behalf of.",
64921
+ "in": "query",
64922
+ "name": "slug",
64923
+ "schema": {
64924
+ "type": "string",
64925
+ "example": "my-team-url-slug"
64926
+ }
64927
+ }
64928
+ ],
64929
+ "requestBody": {
64930
+ "content": {
64931
+ "application/json": {
64932
+ "schema": {
64933
+ "type": "object",
64934
+ "required": [
64935
+ "cert",
64936
+ "key"
64937
+ ],
64938
+ "additionalProperties": false,
64939
+ "properties": {
64940
+ "cert": {
64941
+ "description": "The client certificate in PEM format",
64942
+ "type": "string",
64943
+ "example": "-----BEGIN CERTIFICATE-----\\\\n...\\\\n-----END CERTIFICATE-----"
64944
+ },
64945
+ "key": {
64946
+ "description": "The private key in PEM format",
64947
+ "type": "string",
64948
+ "example": "-----BEGIN PRIVATE KEY-----\\\\n...\\\\n-----END PRIVATE KEY-----"
64949
+ },
64950
+ "ca": {
64951
+ "description": "The certificate authority in PEM format",
64952
+ "type": "string",
64953
+ "example": "-----BEGIN CERTIFICATE-----\\\\n...\\\\n-----END CERTIFICATE-----"
64954
+ },
64955
+ "origin": {
64956
+ "description": "The origin this certificate should be used for. If not specified, the certificate will be project-wide.",
64957
+ "type": "string",
64958
+ "example": "https://api.example.com"
64959
+ },
64960
+ "skipValidation": {
64961
+ "type": "boolean",
64962
+ "description": "Skip validation of the certificate"
64963
+ }
64964
+ }
64965
+ }
64966
+ }
64967
+ }
64968
+ }
64969
+ }
64970
+ },
62363
64971
  "/v1/projects/{idOrName}/rolling-release/billing": {
62364
64972
  "get": {
62365
64973
  "description": "Get the Rolling Releases billing status for a project. The team level billing status is used to determine if the project can be configured for rolling releases.",
@@ -69658,34 +72266,34 @@
69658
72266
  "maxLength": {
69659
72267
  "type": "object",
69660
72268
  "properties": {
69661
- "__@BRAND@8486": {
72269
+ "__@BRAND@8489": {
69662
72270
  "type": "object"
69663
72271
  }
69664
72272
  },
69665
72273
  "required": [
69666
- "__@BRAND@8486"
72274
+ "__@BRAND@8489"
69667
72275
  ]
69668
72276
  },
69669
72277
  "minLength": {
69670
72278
  "type": "object",
69671
72279
  "properties": {
69672
- "__@BRAND@8486": {
72280
+ "__@BRAND@8489": {
69673
72281
  "type": "object"
69674
72282
  }
69675
72283
  },
69676
72284
  "required": [
69677
- "__@BRAND@8486"
72285
+ "__@BRAND@8489"
69678
72286
  ]
69679
72287
  },
69680
72288
  "pattern": {
69681
72289
  "type": "object",
69682
72290
  "properties": {
69683
- "__@BRAND@8486": {
72291
+ "__@BRAND@8489": {
69684
72292
  "type": "object"
69685
72293
  }
69686
72294
  },
69687
72295
  "required": [
69688
- "__@BRAND@8486"
72296
+ "__@BRAND@8489"
69689
72297
  ]
69690
72298
  },
69691
72299
  "description": {
@@ -70368,34 +72976,34 @@
70368
72976
  "maxLength": {
70369
72977
  "type": "object",
70370
72978
  "properties": {
70371
- "__@BRAND@8486": {
72979
+ "__@BRAND@8489": {
70372
72980
  "type": "object"
70373
72981
  }
70374
72982
  },
70375
72983
  "required": [
70376
- "__@BRAND@8486"
72984
+ "__@BRAND@8489"
70377
72985
  ]
70378
72986
  },
70379
72987
  "minLength": {
70380
72988
  "type": "object",
70381
72989
  "properties": {
70382
- "__@BRAND@8486": {
72990
+ "__@BRAND@8489": {
70383
72991
  "type": "object"
70384
72992
  }
70385
72993
  },
70386
72994
  "required": [
70387
- "__@BRAND@8486"
72995
+ "__@BRAND@8489"
70388
72996
  ]
70389
72997
  },
70390
72998
  "pattern": {
70391
72999
  "type": "object",
70392
73000
  "properties": {
70393
- "__@BRAND@8486": {
73001
+ "__@BRAND@8489": {
70394
73002
  "type": "object"
70395
73003
  }
70396
73004
  },
70397
73005
  "required": [
70398
- "__@BRAND@8486"
73006
+ "__@BRAND@8489"
70399
73007
  ]
70400
73008
  },
70401
73009
  "description": {
@@ -70544,34 +73152,34 @@
70544
73152
  "minLength": {
70545
73153
  "type": "object",
70546
73154
  "properties": {
70547
- "__@BRAND@8486": {
73155
+ "__@BRAND@8489": {
70548
73156
  "type": "object"
70549
73157
  }
70550
73158
  },
70551
73159
  "required": [
70552
- "__@BRAND@8486"
73160
+ "__@BRAND@8489"
70553
73161
  ]
70554
73162
  },
70555
73163
  "maxLength": {
70556
73164
  "type": "object",
70557
73165
  "properties": {
70558
- "__@BRAND@8486": {
73166
+ "__@BRAND@8489": {
70559
73167
  "type": "object"
70560
73168
  }
70561
73169
  },
70562
73170
  "required": [
70563
- "__@BRAND@8486"
73171
+ "__@BRAND@8489"
70564
73172
  ]
70565
73173
  },
70566
73174
  "pattern": {
70567
73175
  "type": "object",
70568
73176
  "properties": {
70569
- "__@BRAND@8486": {
73177
+ "__@BRAND@8489": {
70570
73178
  "type": "object"
70571
73179
  }
70572
73180
  },
70573
73181
  "required": [
70574
- "__@BRAND@8486"
73182
+ "__@BRAND@8489"
70575
73183
  ]
70576
73184
  },
70577
73185
  "default": {
@@ -70888,12 +73496,12 @@
70888
73496
  {
70889
73497
  "type": "object",
70890
73498
  "properties": {
70891
- "__@BRAND@8486": {
73499
+ "__@BRAND@8489": {
70892
73500
  "type": "object"
70893
73501
  }
70894
73502
  },
70895
73503
  "required": [
70896
- "__@BRAND@8486"
73504
+ "__@BRAND@8489"
70897
73505
  ]
70898
73506
  },
70899
73507
  {
@@ -70901,12 +73509,12 @@
70901
73509
  "value": {
70902
73510
  "type": "object",
70903
73511
  "properties": {
70904
- "__@BRAND@8486": {
73512
+ "__@BRAND@8489": {
70905
73513
  "type": "object"
70906
73514
  }
70907
73515
  },
70908
73516
  "required": [
70909
- "__@BRAND@8486"
73517
+ "__@BRAND@8489"
70910
73518
  ]
70911
73519
  },
70912
73520
  "disabled": {
@@ -70978,34 +73586,34 @@
70978
73586
  "maxLength": {
70979
73587
  "type": "object",
70980
73588
  "properties": {
70981
- "__@BRAND@8486": {
73589
+ "__@BRAND@8489": {
70982
73590
  "type": "object"
70983
73591
  }
70984
73592
  },
70985
73593
  "required": [
70986
- "__@BRAND@8486"
73594
+ "__@BRAND@8489"
70987
73595
  ]
70988
73596
  },
70989
73597
  "minLength": {
70990
73598
  "type": "object",
70991
73599
  "properties": {
70992
- "__@BRAND@8486": {
73600
+ "__@BRAND@8489": {
70993
73601
  "type": "object"
70994
73602
  }
70995
73603
  },
70996
73604
  "required": [
70997
- "__@BRAND@8486"
73605
+ "__@BRAND@8489"
70998
73606
  ]
70999
73607
  },
71000
73608
  "pattern": {
71001
73609
  "type": "object",
71002
73610
  "properties": {
71003
- "__@BRAND@8486": {
73611
+ "__@BRAND@8489": {
71004
73612
  "type": "object"
71005
73613
  }
71006
73614
  },
71007
73615
  "required": [
71008
- "__@BRAND@8486"
73616
+ "__@BRAND@8489"
71009
73617
  ]
71010
73618
  },
71011
73619
  "description": {
@@ -71155,34 +73763,34 @@
71155
73763
  "maxLength": {
71156
73764
  "type": "object",
71157
73765
  "properties": {
71158
- "__@BRAND@8486": {
73766
+ "__@BRAND@8489": {
71159
73767
  "type": "object"
71160
73768
  }
71161
73769
  },
71162
73770
  "required": [
71163
- "__@BRAND@8486"
73771
+ "__@BRAND@8489"
71164
73772
  ]
71165
73773
  },
71166
73774
  "minLength": {
71167
73775
  "type": "object",
71168
73776
  "properties": {
71169
- "__@BRAND@8486": {
73777
+ "__@BRAND@8489": {
71170
73778
  "type": "object"
71171
73779
  }
71172
73780
  },
71173
73781
  "required": [
71174
- "__@BRAND@8486"
73782
+ "__@BRAND@8489"
71175
73783
  ]
71176
73784
  },
71177
73785
  "pattern": {
71178
73786
  "type": "object",
71179
73787
  "properties": {
71180
- "__@BRAND@8486": {
73788
+ "__@BRAND@8489": {
71181
73789
  "type": "object"
71182
73790
  }
71183
73791
  },
71184
73792
  "required": [
71185
- "__@BRAND@8486"
73793
+ "__@BRAND@8489"
71186
73794
  ]
71187
73795
  },
71188
73796
  "description": {
@@ -71313,12 +73921,12 @@
71313
73921
  "value": {
71314
73922
  "type": "object",
71315
73923
  "properties": {
71316
- "__@BRAND@8486": {
73924
+ "__@BRAND@8489": {
71317
73925
  "type": "object"
71318
73926
  }
71319
73927
  },
71320
73928
  "required": [
71321
- "__@BRAND@8486"
73929
+ "__@BRAND@8489"
71322
73930
  ]
71323
73931
  },
71324
73932
  "disabled": {
@@ -71567,12 +74175,12 @@
71567
74175
  "value": {
71568
74176
  "type": "object",
71569
74177
  "properties": {
71570
- "__@BRAND@8486": {
74178
+ "__@BRAND@8489": {
71571
74179
  "type": "object"
71572
74180
  }
71573
74181
  },
71574
74182
  "required": [
71575
- "__@BRAND@8486"
74183
+ "__@BRAND@8489"
71576
74184
  ]
71577
74185
  },
71578
74186
  "disabled": {
@@ -79872,6 +82480,622 @@
79872
82480
  "type": "object",
79873
82481
  "description": "This object contains information related to the pagination of the current request, including the necessary parameters to get the next or previous page of data."
79874
82482
  },
82483
+ "HttpApiDecodeError": {
82484
+ "type": "object",
82485
+ "required": [
82486
+ "issues",
82487
+ "message",
82488
+ "_tag"
82489
+ ],
82490
+ "properties": {
82491
+ "issues": {
82492
+ "type": "array",
82493
+ "items": {
82494
+ "$ref": "#/components/schemas/Issue"
82495
+ }
82496
+ },
82497
+ "message": {
82498
+ "type": "string"
82499
+ },
82500
+ "_tag": {
82501
+ "type": "string",
82502
+ "enum": [
82503
+ "HttpApiDecodeError"
82504
+ ]
82505
+ }
82506
+ },
82507
+ "additionalProperties": false,
82508
+ "description": "The request did not match the expected schema"
82509
+ },
82510
+ "Issue": {
82511
+ "type": "object",
82512
+ "required": [
82513
+ "_tag",
82514
+ "path",
82515
+ "message"
82516
+ ],
82517
+ "properties": {
82518
+ "_tag": {
82519
+ "type": "string",
82520
+ "enum": [
82521
+ "Pointer",
82522
+ "Unexpected",
82523
+ "Missing",
82524
+ "Composite",
82525
+ "Refinement",
82526
+ "Transformation",
82527
+ "Type",
82528
+ "Forbidden"
82529
+ ],
82530
+ "description": "The tag identifying the type of parse issue"
82531
+ },
82532
+ "path": {
82533
+ "type": "array",
82534
+ "items": {
82535
+ "$ref": "#/components/schemas/PropertyKey"
82536
+ },
82537
+ "description": "The path to the property where the issue occurred"
82538
+ },
82539
+ "message": {
82540
+ "type": "string",
82541
+ "description": "A descriptive message explaining the issue"
82542
+ }
82543
+ },
82544
+ "additionalProperties": false,
82545
+ "description": "Represents an error encountered while parsing a value to match the schema"
82546
+ },
82547
+ "PropertyKey": {
82548
+ "anyOf": [
82549
+ {
82550
+ "type": "string"
82551
+ },
82552
+ {
82553
+ "type": "number"
82554
+ },
82555
+ {
82556
+ "type": "object",
82557
+ "required": [
82558
+ "_tag",
82559
+ "key"
82560
+ ],
82561
+ "properties": {
82562
+ "_tag": {
82563
+ "type": "string",
82564
+ "enum": [
82565
+ "symbol"
82566
+ ]
82567
+ },
82568
+ "key": {
82569
+ "type": "string"
82570
+ }
82571
+ },
82572
+ "additionalProperties": false,
82573
+ "description": "an object to be decoded into a globally shared symbol"
82574
+ }
82575
+ ]
82576
+ },
82577
+ "TooManyRequests": {
82578
+ "type": "object",
82579
+ "required": [
82580
+ "status",
82581
+ "code",
82582
+ "message",
82583
+ "retryAfter",
82584
+ "limit",
82585
+ "_tag"
82586
+ ],
82587
+ "properties": {
82588
+ "status": {
82589
+ "type": "number",
82590
+ "enum": [
82591
+ 429
82592
+ ]
82593
+ },
82594
+ "code": {
82595
+ "type": "string",
82596
+ "enum": [
82597
+ "too_many_requests"
82598
+ ]
82599
+ },
82600
+ "message": {
82601
+ "type": "string"
82602
+ },
82603
+ "retryAfter": {
82604
+ "type": "object",
82605
+ "required": [
82606
+ "value",
82607
+ "str"
82608
+ ],
82609
+ "properties": {
82610
+ "value": {
82611
+ "type": "number"
82612
+ },
82613
+ "str": {
82614
+ "type": "string"
82615
+ }
82616
+ },
82617
+ "additionalProperties": false
82618
+ },
82619
+ "limit": {
82620
+ "type": "object",
82621
+ "required": [
82622
+ "total",
82623
+ "remaining",
82624
+ "reset"
82625
+ ],
82626
+ "properties": {
82627
+ "total": {
82628
+ "type": "number"
82629
+ },
82630
+ "remaining": {
82631
+ "type": "number"
82632
+ },
82633
+ "reset": {
82634
+ "type": "number"
82635
+ }
82636
+ },
82637
+ "additionalProperties": false
82638
+ },
82639
+ "_tag": {
82640
+ "type": "string",
82641
+ "enum": [
82642
+ "TooManyRequests"
82643
+ ]
82644
+ }
82645
+ },
82646
+ "additionalProperties": false
82647
+ },
82648
+ "Unauthorized": {
82649
+ "type": "object",
82650
+ "required": [
82651
+ "status",
82652
+ "code",
82653
+ "message",
82654
+ "_tag"
82655
+ ],
82656
+ "properties": {
82657
+ "status": {
82658
+ "type": "number",
82659
+ "enum": [
82660
+ 401
82661
+ ]
82662
+ },
82663
+ "code": {
82664
+ "type": "string",
82665
+ "enum": [
82666
+ "unauthorized"
82667
+ ]
82668
+ },
82669
+ "message": {
82670
+ "type": "string"
82671
+ },
82672
+ "_tag": {
82673
+ "type": "string",
82674
+ "enum": [
82675
+ "Unauthorized"
82676
+ ]
82677
+ }
82678
+ },
82679
+ "additionalProperties": false
82680
+ },
82681
+ "NotAuthorizedForScope": {
82682
+ "type": "object",
82683
+ "required": [
82684
+ "status",
82685
+ "code",
82686
+ "message",
82687
+ "_tag"
82688
+ ],
82689
+ "properties": {
82690
+ "status": {
82691
+ "type": "number",
82692
+ "enum": [
82693
+ 403
82694
+ ]
82695
+ },
82696
+ "code": {
82697
+ "type": "string",
82698
+ "enum": [
82699
+ "not_authorized_for_scope"
82700
+ ]
82701
+ },
82702
+ "message": {
82703
+ "type": "string"
82704
+ },
82705
+ "_tag": {
82706
+ "type": "string",
82707
+ "enum": [
82708
+ "NotAuthorizedForScope"
82709
+ ]
82710
+ }
82711
+ },
82712
+ "additionalProperties": false
82713
+ },
82714
+ "InternalServerError": {
82715
+ "type": "object",
82716
+ "required": [
82717
+ "status",
82718
+ "code",
82719
+ "message",
82720
+ "_tag"
82721
+ ],
82722
+ "properties": {
82723
+ "status": {
82724
+ "type": "number",
82725
+ "enum": [
82726
+ 500
82727
+ ]
82728
+ },
82729
+ "code": {
82730
+ "type": "string",
82731
+ "enum": [
82732
+ "internal_server_error"
82733
+ ]
82734
+ },
82735
+ "message": {
82736
+ "type": "string"
82737
+ },
82738
+ "_tag": {
82739
+ "type": "string",
82740
+ "enum": [
82741
+ "InternalServerError"
82742
+ ]
82743
+ }
82744
+ },
82745
+ "additionalProperties": false
82746
+ },
82747
+ "NumberFromString": {
82748
+ "type": "string",
82749
+ "description": "a string to be decoded into a number"
82750
+ },
82751
+ "Dollars": {
82752
+ "type": "number",
82753
+ "description": "Represents a monetary amount in USD dollars",
82754
+ "minimum": 0.01
82755
+ },
82756
+ "NotFound": {
82757
+ "type": "object",
82758
+ "required": [
82759
+ "status",
82760
+ "code",
82761
+ "message",
82762
+ "_tag"
82763
+ ],
82764
+ "properties": {
82765
+ "status": {
82766
+ "type": "number",
82767
+ "enum": [
82768
+ 404
82769
+ ]
82770
+ },
82771
+ "code": {
82772
+ "type": "string",
82773
+ "enum": [
82774
+ "not_found"
82775
+ ]
82776
+ },
82777
+ "message": {
82778
+ "type": "string"
82779
+ },
82780
+ "_tag": {
82781
+ "type": "string",
82782
+ "enum": [
82783
+ "NotFound"
82784
+ ]
82785
+ }
82786
+ },
82787
+ "additionalProperties": false
82788
+ },
82789
+ "DomainName": {
82790
+ "type": "string"
82791
+ },
82792
+ "BadRequest": {
82793
+ "type": "object",
82794
+ "required": [
82795
+ "status",
82796
+ "code",
82797
+ "message",
82798
+ "_tag"
82799
+ ],
82800
+ "properties": {
82801
+ "status": {
82802
+ "type": "number",
82803
+ "enum": [
82804
+ 400
82805
+ ]
82806
+ },
82807
+ "code": {
82808
+ "type": "string",
82809
+ "enum": [
82810
+ "bad_request"
82811
+ ]
82812
+ },
82813
+ "message": {
82814
+ "type": "string"
82815
+ },
82816
+ "_tag": {
82817
+ "type": "string",
82818
+ "enum": [
82819
+ "BadRequest"
82820
+ ]
82821
+ }
82822
+ },
82823
+ "additionalProperties": false
82824
+ },
82825
+ "Forbidden": {
82826
+ "type": "object",
82827
+ "required": [
82828
+ "status",
82829
+ "code",
82830
+ "message",
82831
+ "_tag"
82832
+ ],
82833
+ "properties": {
82834
+ "status": {
82835
+ "type": "number",
82836
+ "enum": [
82837
+ 403
82838
+ ]
82839
+ },
82840
+ "code": {
82841
+ "type": "string",
82842
+ "enum": [
82843
+ "forbidden"
82844
+ ]
82845
+ },
82846
+ "message": {
82847
+ "type": "string"
82848
+ },
82849
+ "_tag": {
82850
+ "type": "string",
82851
+ "enum": [
82852
+ "Forbidden"
82853
+ ]
82854
+ }
82855
+ },
82856
+ "additionalProperties": false
82857
+ },
82858
+ "NonEmptyTrimmedString": {
82859
+ "type": "string",
82860
+ "description": "a non empty string",
82861
+ "title": "nonEmptyString",
82862
+ "pattern": "^\\S[\\s\\S]*\\S$|^\\S$|^$",
82863
+ "minLength": 1
82864
+ },
82865
+ "EmailAddress": {
82866
+ "type": "string",
82867
+ "description": "a non empty string",
82868
+ "title": "nonEmptyString",
82869
+ "minLength": 1
82870
+ },
82871
+ "E164PhoneNumber": {
82872
+ "type": "string",
82873
+ "description": "A valid E.164 phone number",
82874
+ "title": "nonEmptyString",
82875
+ "minLength": 1,
82876
+ "pattern": "^(?=(?:\\D*\\d){7,15}$)\\+[1-9]\\d{0,2}\\.?\\d+$"
82877
+ },
82878
+ "CountryCode": {
82879
+ "type": "string",
82880
+ "description": "A valid ISO 3166-1 alpha-2 country code",
82881
+ "title": "nonEmptyString",
82882
+ "minLength": 1,
82883
+ "pattern": "^[A-Z]{2}$"
82884
+ },
82885
+ "Nameserver": {
82886
+ "type": "string"
82887
+ },
82888
+ "RegistrantField": {
82889
+ "anyOf": [
82890
+ {
82891
+ "type": "object",
82892
+ "required": [
82893
+ "description",
82894
+ "required",
82895
+ "type"
82896
+ ],
82897
+ "properties": {
82898
+ "description": {
82899
+ "type": "string"
82900
+ },
82901
+ "required": {
82902
+ "type": "boolean"
82903
+ },
82904
+ "label": {
82905
+ "type": "string"
82906
+ },
82907
+ "validation": {
82908
+ "type": "string",
82909
+ "enum": [
82910
+ "valid_email",
82911
+ "valid_countries"
82912
+ ]
82913
+ },
82914
+ "required_when": {
82915
+ "type": "string"
82916
+ },
82917
+ "type": {
82918
+ "type": "string",
82919
+ "enum": [
82920
+ "string"
82921
+ ]
82922
+ },
82923
+ "options": {
82924
+ "type": "array",
82925
+ "items": {
82926
+ "type": "object",
82927
+ "required": [
82928
+ "value",
82929
+ "label"
82930
+ ],
82931
+ "properties": {
82932
+ "value": {
82933
+ "type": "string"
82934
+ },
82935
+ "label": {
82936
+ "type": "string"
82937
+ },
82938
+ "fields": {
82939
+ "type": "object",
82940
+ "required": [],
82941
+ "properties": {}
82942
+ }
82943
+ },
82944
+ "additionalProperties": false
82945
+ }
82946
+ },
82947
+ "fields": {
82948
+ "type": "object",
82949
+ "required": [],
82950
+ "properties": {}
82951
+ }
82952
+ },
82953
+ "additionalProperties": false
82954
+ },
82955
+ {
82956
+ "type": "object",
82957
+ "required": [
82958
+ "description",
82959
+ "required",
82960
+ "type",
82961
+ "options"
82962
+ ],
82963
+ "properties": {
82964
+ "description": {
82965
+ "type": "string"
82966
+ },
82967
+ "required": {
82968
+ "type": "boolean"
82969
+ },
82970
+ "label": {
82971
+ "type": "string"
82972
+ },
82973
+ "validation": {
82974
+ "type": "string",
82975
+ "enum": [
82976
+ "valid_email",
82977
+ "valid_countries"
82978
+ ]
82979
+ },
82980
+ "required_when": {
82981
+ "type": "string"
82982
+ },
82983
+ "type": {
82984
+ "type": "string",
82985
+ "enum": [
82986
+ "enum"
82987
+ ]
82988
+ },
82989
+ "options": {
82990
+ "type": "array",
82991
+ "items": {
82992
+ "type": "object",
82993
+ "required": [
82994
+ "value",
82995
+ "label"
82996
+ ],
82997
+ "properties": {
82998
+ "value": {
82999
+ "type": "string"
83000
+ },
83001
+ "label": {
83002
+ "type": "string"
83003
+ },
83004
+ "fields": {
83005
+ "type": "object",
83006
+ "required": [],
83007
+ "properties": {}
83008
+ }
83009
+ },
83010
+ "additionalProperties": false
83011
+ }
83012
+ },
83013
+ "fields": {
83014
+ "type": "object",
83015
+ "required": [],
83016
+ "properties": {}
83017
+ }
83018
+ },
83019
+ "additionalProperties": false
83020
+ },
83021
+ {
83022
+ "type": "object",
83023
+ "required": [
83024
+ "description",
83025
+ "required",
83026
+ "type"
83027
+ ],
83028
+ "properties": {
83029
+ "description": {
83030
+ "type": "string"
83031
+ },
83032
+ "required": {
83033
+ "type": "boolean"
83034
+ },
83035
+ "label": {
83036
+ "type": "string"
83037
+ },
83038
+ "validation": {
83039
+ "type": "string",
83040
+ "enum": [
83041
+ "valid_email",
83042
+ "valid_countries"
83043
+ ]
83044
+ },
83045
+ "required_when": {
83046
+ "type": "string"
83047
+ },
83048
+ "type": {
83049
+ "type": "string",
83050
+ "enum": [
83051
+ "acknowledgement"
83052
+ ]
83053
+ },
83054
+ "value": {
83055
+ "type": "string"
83056
+ }
83057
+ },
83058
+ "additionalProperties": false
83059
+ },
83060
+ {
83061
+ "type": "object",
83062
+ "required": [
83063
+ "description",
83064
+ "required",
83065
+ "type"
83066
+ ],
83067
+ "properties": {
83068
+ "description": {
83069
+ "type": "string"
83070
+ },
83071
+ "required": {
83072
+ "type": "boolean"
83073
+ },
83074
+ "label": {
83075
+ "type": "string"
83076
+ },
83077
+ "validation": {
83078
+ "type": "string",
83079
+ "enum": [
83080
+ "valid_email",
83081
+ "valid_countries"
83082
+ ]
83083
+ },
83084
+ "required_when": {
83085
+ "type": "string"
83086
+ },
83087
+ "type": {
83088
+ "type": "string",
83089
+ "enum": [
83090
+ "notice"
83091
+ ]
83092
+ }
83093
+ },
83094
+ "additionalProperties": false
83095
+ }
83096
+ ],
83097
+ "description": "Schema definition for registrant fields."
83098
+ },
79875
83099
  "EdgeConfigItemValue": {
79876
83100
  "nullable": true,
79877
83101
  "oneOf": [
@@ -80789,6 +84013,24 @@
80789
84013
  "type": "object",
80790
84014
  "description": "The payload of the event, if requested."
80791
84015
  },
84016
+ {
84017
+ "properties": {
84018
+ "projectId": {
84019
+ "type": "string"
84020
+ },
84021
+ "projectName": {
84022
+ "type": "string"
84023
+ },
84024
+ "target": {
84025
+ "items": {
84026
+ "type": "string"
84027
+ },
84028
+ "type": "array"
84029
+ }
84030
+ },
84031
+ "type": "object",
84032
+ "description": "The payload of the event, if requested."
84033
+ },
80792
84034
  {
80793
84035
  "properties": {
80794
84036
  "reason": {
@@ -90008,5 +93250,17 @@
90008
93250
  }
90009
93251
  }
90010
93252
  }
93253
+ },
93254
+ "security": [],
93255
+ "tags": [
93256
+ {
93257
+ "name": "domains-registrar",
93258
+ "description": "API Endpoints for working with and managing registered domains on Vercel"
93259
+ }
93260
+ ],
93261
+ "contact": {
93262
+ "email": "support@vercel.com",
93263
+ "name": "Vercel Support",
93264
+ "url": "https://vercel.com/support"
90011
93265
  }
90012
93266
  }