@vercel/sdk 1.13.4 → 1.13.6

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 (402) hide show
  1. package/README.md +57 -53
  2. package/bin/mcp-server.js +1982 -2193
  3. package/bin/mcp-server.js.map +91 -88
  4. package/docs/sdks/connect/README.md +95 -0
  5. package/docs/sdks/domains/README.md +11 -11
  6. package/docs/sdks/domainsregistrar/README.md +55 -55
  7. package/docs/sdks/projects/README.md +2 -0
  8. package/esm/__tests__/accessgroups.test.js +6 -2
  9. package/esm/__tests__/accessgroups.test.js.map +1 -1
  10. package/esm/__tests__/connect.test.d.ts +2 -0
  11. package/esm/__tests__/connect.test.d.ts.map +1 -0
  12. package/esm/__tests__/connect.test.js +36 -0
  13. package/esm/__tests__/connect.test.js.map +1 -0
  14. package/esm/__tests__/domains.test.js +11 -4
  15. package/esm/__tests__/domains.test.js.map +1 -1
  16. package/esm/__tests__/domainsregistrar.test.js +1 -1
  17. package/esm/__tests__/domainsregistrar.test.js.map +1 -1
  18. package/esm/__tests__/edgeconfig.test.js +6 -6
  19. package/esm/__tests__/edgeconfig.test.js.map +1 -1
  20. package/esm/__tests__/integrations.test.js +1 -1
  21. package/esm/__tests__/rollingrelease.test.js +2 -2
  22. package/esm/__tests__/rollingrelease.test.js.map +1 -1
  23. package/esm/__tests__/security.test.js +11 -1
  24. package/esm/__tests__/security.test.js.map +1 -1
  25. package/esm/funcs/connectUpdateSharedConnectLinks.d.ts +17 -0
  26. package/esm/funcs/connectUpdateSharedConnectLinks.d.ts.map +1 -0
  27. package/esm/funcs/connectUpdateSharedConnectLinks.js +90 -0
  28. package/esm/funcs/connectUpdateSharedConnectLinks.js.map +1 -0
  29. package/esm/funcs/domainsBuyDomain.d.ts +2 -2
  30. package/esm/funcs/domainsBuyDomain.js +2 -2
  31. package/esm/funcs/domainsCheckDomainPrice.d.ts +2 -2
  32. package/esm/funcs/domainsCheckDomainPrice.js +2 -2
  33. package/esm/funcs/domainsCheckDomainStatus.d.ts +2 -2
  34. package/esm/funcs/domainsCheckDomainStatus.js +2 -2
  35. package/esm/funcs/domainsCreateOrTransferDomain.d.ts +2 -2
  36. package/esm/funcs/domainsCreateOrTransferDomain.js +2 -2
  37. package/esm/funcs/domainsGetDomainTransfer.d.ts +2 -2
  38. package/esm/funcs/domainsGetDomainTransfer.js +2 -2
  39. package/esm/funcs/domainsPatchDomain.d.ts +1 -1
  40. package/esm/funcs/domainsPatchDomain.js +1 -1
  41. package/esm/funcs/domainsRegistrarBuyDomains.d.ts +2 -2
  42. package/esm/funcs/domainsRegistrarBuyDomains.js +2 -2
  43. package/esm/funcs/domainsRegistrarGetBulkAvailability.d.ts +1 -1
  44. package/esm/funcs/domainsRegistrarGetBulkAvailability.js +1 -1
  45. package/esm/funcs/domainsRegistrarGetContactInfoSchema.d.ts +2 -2
  46. package/esm/funcs/domainsRegistrarGetContactInfoSchema.js +2 -2
  47. package/esm/funcs/domainsRegistrarGetDomainAuthCode.d.ts +1 -1
  48. package/esm/funcs/domainsRegistrarGetDomainAuthCode.js +1 -1
  49. package/esm/funcs/domainsRegistrarGetDomainAvailability.d.ts +2 -2
  50. package/esm/funcs/domainsRegistrarGetDomainAvailability.js +2 -2
  51. package/esm/funcs/domainsRegistrarGetDomainPrice.d.ts +1 -1
  52. package/esm/funcs/domainsRegistrarGetDomainPrice.js +1 -1
  53. package/esm/funcs/domainsRegistrarGetDomainTransferIn.d.ts +2 -2
  54. package/esm/funcs/domainsRegistrarGetDomainTransferIn.js +2 -2
  55. package/esm/funcs/domainsRegistrarGetOrder.d.ts +2 -2
  56. package/esm/funcs/domainsRegistrarGetOrder.js +2 -2
  57. package/esm/funcs/domainsRegistrarGetSupportedTlds.d.ts +2 -2
  58. package/esm/funcs/domainsRegistrarGetSupportedTlds.js +2 -2
  59. package/esm/funcs/domainsRegistrarGetTldPrice.d.ts +2 -2
  60. package/esm/funcs/domainsRegistrarGetTldPrice.js +2 -2
  61. package/esm/funcs/domainsRegistrarTransferInDomain.d.ts +2 -2
  62. package/esm/funcs/domainsRegistrarTransferInDomain.js +2 -2
  63. package/esm/funcs/domainsRegistrarUpdateDomainAutoRenew.d.ts +2 -2
  64. package/esm/funcs/domainsRegistrarUpdateDomainAutoRenew.js +2 -2
  65. package/esm/funcs/domainsRegistrarUpdateDomainNameservers.d.ts +2 -2
  66. package/esm/funcs/domainsRegistrarUpdateDomainNameservers.js +2 -2
  67. package/esm/funcs/projectsGetProjects.js +1 -0
  68. package/esm/funcs/projectsGetProjects.js.map +1 -1
  69. package/esm/funcs/projectsUploadProjectClientCert.js +2 -2
  70. package/esm/funcs/projectsUploadProjectClientCert.js.map +1 -1
  71. package/esm/lib/config.d.ts +3 -3
  72. package/esm/lib/config.js +3 -3
  73. package/esm/mcp-server/mcp-server.js +1 -1
  74. package/esm/mcp-server/server.d.ts.map +1 -1
  75. package/esm/mcp-server/server.js +3 -1
  76. package/esm/mcp-server/server.js.map +1 -1
  77. package/esm/mcp-server/tools/connectUpdateSharedConnectLinks.d.ts +7 -0
  78. package/esm/mcp-server/tools/connectUpdateSharedConnectLinks.d.ts.map +1 -0
  79. package/esm/mcp-server/tools/connectUpdateSharedConnectLinks.js +28 -0
  80. package/esm/mcp-server/tools/connectUpdateSharedConnectLinks.js.map +1 -0
  81. package/esm/mcp-server/tools/domainsBuyDomain.js +2 -2
  82. package/esm/mcp-server/tools/domainsBuyDomain.js.map +1 -1
  83. package/esm/mcp-server/tools/domainsCheckDomainPrice.js +2 -2
  84. package/esm/mcp-server/tools/domainsCheckDomainPrice.js.map +1 -1
  85. package/esm/mcp-server/tools/domainsCheckDomainStatus.js +2 -2
  86. package/esm/mcp-server/tools/domainsCheckDomainStatus.js.map +1 -1
  87. package/esm/mcp-server/tools/domainsCreateOrTransferDomain.js +2 -2
  88. package/esm/mcp-server/tools/domainsCreateOrTransferDomain.js.map +1 -1
  89. package/esm/mcp-server/tools/domainsGetDomainTransfer.js +2 -2
  90. package/esm/mcp-server/tools/domainsGetDomainTransfer.js.map +1 -1
  91. package/esm/mcp-server/tools/domainsPatchDomain.js +1 -1
  92. package/esm/mcp-server/tools/domainsPatchDomain.js.map +1 -1
  93. package/esm/mcp-server/tools/domainsRegistrarBuyDomains.js +2 -2
  94. package/esm/mcp-server/tools/domainsRegistrarBuyDomains.js.map +1 -1
  95. package/esm/mcp-server/tools/domainsRegistrarGetBulkAvailability.js +1 -1
  96. package/esm/mcp-server/tools/domainsRegistrarGetBulkAvailability.js.map +1 -1
  97. package/esm/mcp-server/tools/domainsRegistrarGetContactInfoSchema.d.ts.map +1 -1
  98. package/esm/mcp-server/tools/domainsRegistrarGetContactInfoSchema.js +2 -2
  99. package/esm/mcp-server/tools/domainsRegistrarGetContactInfoSchema.js.map +1 -1
  100. package/esm/mcp-server/tools/domainsRegistrarGetDomainAuthCode.js +1 -1
  101. package/esm/mcp-server/tools/domainsRegistrarGetDomainAuthCode.js.map +1 -1
  102. package/esm/mcp-server/tools/domainsRegistrarGetDomainAvailability.js +2 -2
  103. package/esm/mcp-server/tools/domainsRegistrarGetDomainAvailability.js.map +1 -1
  104. package/esm/mcp-server/tools/domainsRegistrarGetDomainPrice.js +1 -1
  105. package/esm/mcp-server/tools/domainsRegistrarGetDomainTransferIn.js +2 -2
  106. package/esm/mcp-server/tools/domainsRegistrarGetDomainTransferIn.js.map +1 -1
  107. package/esm/mcp-server/tools/domainsRegistrarGetOrder.js +2 -2
  108. package/esm/mcp-server/tools/domainsRegistrarGetOrder.js.map +1 -1
  109. package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.js +2 -2
  110. package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.js.map +1 -1
  111. package/esm/mcp-server/tools/domainsRegistrarGetTldPrice.js +2 -2
  112. package/esm/mcp-server/tools/domainsRegistrarGetTldPrice.js.map +1 -1
  113. package/esm/mcp-server/tools/domainsRegistrarTransferInDomain.js +2 -2
  114. package/esm/mcp-server/tools/domainsRegistrarTransferInDomain.js.map +1 -1
  115. package/esm/mcp-server/tools/domainsRegistrarUpdateDomainAutoRenew.js +2 -2
  116. package/esm/mcp-server/tools/domainsRegistrarUpdateDomainAutoRenew.js.map +1 -1
  117. package/esm/mcp-server/tools/domainsRegistrarUpdateDomainNameservers.js +2 -2
  118. package/esm/mcp-server/tools/domainsRegistrarUpdateDomainNameservers.js.map +1 -1
  119. package/esm/models/additionalcontactinforequired.d.ts +6 -25
  120. package/esm/models/additionalcontactinforequired.d.ts.map +1 -1
  121. package/esm/models/additionalcontactinforequired.js +4 -30
  122. package/esm/models/additionalcontactinforequired.js.map +1 -1
  123. package/esm/models/badrequest.d.ts +0 -25
  124. package/esm/models/badrequest.d.ts.map +1 -1
  125. package/esm/models/badrequest.js +1 -30
  126. package/esm/models/badrequest.js.map +1 -1
  127. package/esm/models/buydomainsop.d.ts +15 -3
  128. package/esm/models/buydomainsop.d.ts.map +1 -1
  129. package/esm/models/buydomainsop.js +16 -16
  130. package/esm/models/buydomainsop.js.map +1 -1
  131. package/esm/models/buysingledomainop.d.ts +15 -3
  132. package/esm/models/buysingledomainop.d.ts.map +1 -1
  133. package/esm/models/buysingledomainop.js +12 -12
  134. package/esm/models/buysingledomainop.js.map +1 -1
  135. package/esm/models/createintegrationstoredirectop.d.ts +291 -285
  136. package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
  137. package/esm/models/createintegrationstoredirectop.js +353 -351
  138. package/esm/models/createintegrationstoredirectop.js.map +1 -1
  139. package/esm/models/createortransferdomainop.d.ts +5 -3
  140. package/esm/models/createortransferdomainop.d.ts.map +1 -1
  141. package/esm/models/createortransferdomainop.js.map +1 -1
  142. package/esm/models/domainalreadyrenewing.d.ts +6 -25
  143. package/esm/models/domainalreadyrenewing.d.ts.map +1 -1
  144. package/esm/models/domainalreadyrenewing.js +4 -30
  145. package/esm/models/domainalreadyrenewing.js.map +1 -1
  146. package/esm/models/domainnotavailable.d.ts +6 -25
  147. package/esm/models/domainnotavailable.d.ts.map +1 -1
  148. package/esm/models/domainnotavailable.js +4 -30
  149. package/esm/models/domainnotavailable.js.map +1 -1
  150. package/esm/models/domainnotfound.d.ts +6 -25
  151. package/esm/models/domainnotfound.d.ts.map +1 -1
  152. package/esm/models/domainnotfound.js +4 -30
  153. package/esm/models/domainnotfound.js.map +1 -1
  154. package/esm/models/domainnotregistered.d.ts +6 -25
  155. package/esm/models/domainnotregistered.d.ts.map +1 -1
  156. package/esm/models/domainnotregistered.js +4 -30
  157. package/esm/models/domainnotregistered.js.map +1 -1
  158. package/esm/models/domainnotrenewable.d.ts +6 -25
  159. package/esm/models/domainnotrenewable.d.ts.map +1 -1
  160. package/esm/models/domainnotrenewable.js +4 -30
  161. package/esm/models/domainnotrenewable.js.map +1 -1
  162. package/esm/models/duplicatedomains.d.ts +6 -25
  163. package/esm/models/duplicatedomains.d.ts.map +1 -1
  164. package/esm/models/duplicatedomains.js +4 -30
  165. package/esm/models/duplicatedomains.js.map +1 -1
  166. package/esm/models/expectedpricemismatch.d.ts +6 -25
  167. package/esm/models/expectedpricemismatch.d.ts.map +1 -1
  168. package/esm/models/expectedpricemismatch.js +4 -30
  169. package/esm/models/expectedpricemismatch.js.map +1 -1
  170. package/esm/models/forbidden.d.ts +0 -25
  171. package/esm/models/forbidden.d.ts.map +1 -1
  172. package/esm/models/forbidden.js +1 -30
  173. package/esm/models/forbidden.js.map +1 -1
  174. package/esm/models/getconfigurationproductsop.d.ts +375 -375
  175. package/esm/models/getconfigurationproductsop.js +465 -465
  176. package/esm/models/getcontactinfoschemaop.d.ts +2 -2
  177. package/esm/models/getcontactinfoschemaop.d.ts.map +1 -1
  178. package/esm/models/getcontactinfoschemaop.js +2 -2
  179. package/esm/models/getcontactinfoschemaop.js.map +1 -1
  180. package/esm/models/getdomainauthcodeop.d.ts +2 -2
  181. package/esm/models/getdomainauthcodeop.d.ts.map +1 -1
  182. package/esm/models/getdomainauthcodeop.js +2 -2
  183. package/esm/models/getdomainauthcodeop.js.map +1 -1
  184. package/esm/models/getdomainpriceop.d.ts +11 -11
  185. package/esm/models/getdomainpriceop.d.ts.map +1 -1
  186. package/esm/models/getdomainpriceop.js +10 -10
  187. package/esm/models/getdomainpriceop.js.map +1 -1
  188. package/esm/models/getintegrationresourceop.d.ts +3 -0
  189. package/esm/models/getintegrationresourceop.d.ts.map +1 -1
  190. package/esm/models/getintegrationresourceop.js +1 -0
  191. package/esm/models/getintegrationresourceop.js.map +1 -1
  192. package/esm/models/getintegrationresourcesop.d.ts +3 -0
  193. package/esm/models/getintegrationresourcesop.d.ts.map +1 -1
  194. package/esm/models/getintegrationresourcesop.js +1 -0
  195. package/esm/models/getintegrationresourcesop.js.map +1 -1
  196. package/esm/models/getorderop.d.ts +18 -9
  197. package/esm/models/getorderop.d.ts.map +1 -1
  198. package/esm/models/getorderop.js +6 -6
  199. package/esm/models/getorderop.js.map +1 -1
  200. package/esm/models/getprojectsop.d.ts +36 -0
  201. package/esm/models/getprojectsop.d.ts.map +1 -1
  202. package/esm/models/getprojectsop.js +24 -0
  203. package/esm/models/getprojectsop.js.map +1 -1
  204. package/esm/models/gettldpriceop.d.ts +14 -11
  205. package/esm/models/gettldpriceop.d.ts.map +1 -1
  206. package/esm/models/gettldpriceop.js +8 -8
  207. package/esm/models/gettldpriceop.js.map +1 -1
  208. package/esm/models/httpapidecodeerror.d.ts +0 -26
  209. package/esm/models/httpapidecodeerror.d.ts.map +1 -1
  210. package/esm/models/httpapidecodeerror.js +1 -30
  211. package/esm/models/httpapidecodeerror.js.map +1 -1
  212. package/esm/models/importresourceop.d.ts +3 -0
  213. package/esm/models/importresourceop.d.ts.map +1 -1
  214. package/esm/models/importresourceop.js +1 -0
  215. package/esm/models/importresourceop.js.map +1 -1
  216. package/esm/models/internalservererror.d.ts +0 -25
  217. package/esm/models/internalservererror.d.ts.map +1 -1
  218. package/esm/models/internalservererror.js +1 -30
  219. package/esm/models/internalservererror.js.map +1 -1
  220. package/esm/models/invalidadditionalcontactinfo.d.ts +6 -25
  221. package/esm/models/invalidadditionalcontactinfo.d.ts.map +1 -1
  222. package/esm/models/invalidadditionalcontactinfo.js +4 -30
  223. package/esm/models/invalidadditionalcontactinfo.js.map +1 -1
  224. package/esm/models/issue.d.ts +0 -55
  225. package/esm/models/issue.d.ts.map +1 -1
  226. package/esm/models/issue.js +0 -39
  227. package/esm/models/issue.js.map +1 -1
  228. package/esm/models/notauthorizedforscope.d.ts +0 -25
  229. package/esm/models/notauthorizedforscope.d.ts.map +1 -1
  230. package/esm/models/notauthorizedforscope.js +1 -30
  231. package/esm/models/notauthorizedforscope.js.map +1 -1
  232. package/esm/models/notfound.d.ts +0 -25
  233. package/esm/models/notfound.d.ts.map +1 -1
  234. package/esm/models/notfound.js +1 -31
  235. package/esm/models/notfound.js.map +1 -1
  236. package/esm/models/ordertooexpensive.d.ts +6 -25
  237. package/esm/models/ordertooexpensive.d.ts.map +1 -1
  238. package/esm/models/ordertooexpensive.js +4 -30
  239. package/esm/models/ordertooexpensive.js.map +1 -1
  240. package/esm/models/patchdomainop.d.ts +6 -2
  241. package/esm/models/patchdomainop.d.ts.map +1 -1
  242. package/esm/models/patchdomainop.js.map +1 -1
  243. package/esm/models/propertykey.d.ts +8 -8
  244. package/esm/models/propertykey.d.ts.map +1 -1
  245. package/esm/models/propertykey.js +12 -12
  246. package/esm/models/propertykey.js.map +1 -1
  247. package/esm/models/renewdomainop.d.ts +6 -3
  248. package/esm/models/renewdomainop.d.ts.map +1 -1
  249. package/esm/models/renewdomainop.js +10 -10
  250. package/esm/models/renewdomainop.js.map +1 -1
  251. package/esm/models/tldnotsupported.d.ts +6 -25
  252. package/esm/models/tldnotsupported.d.ts.map +1 -1
  253. package/esm/models/tldnotsupported.js +4 -30
  254. package/esm/models/tldnotsupported.js.map +1 -1
  255. package/esm/models/toomanydomains.d.ts +6 -25
  256. package/esm/models/toomanydomains.d.ts.map +1 -1
  257. package/esm/models/toomanydomains.js +4 -30
  258. package/esm/models/toomanydomains.js.map +1 -1
  259. package/esm/models/toomanyrequests.d.ts +0 -25
  260. package/esm/models/toomanyrequests.d.ts.map +1 -1
  261. package/esm/models/toomanyrequests.js +1 -30
  262. package/esm/models/toomanyrequests.js.map +1 -1
  263. package/esm/models/transferindomainop.d.ts +9 -3
  264. package/esm/models/transferindomainop.d.ts.map +1 -1
  265. package/esm/models/transferindomainop.js +8 -8
  266. package/esm/models/transferindomainop.js.map +1 -1
  267. package/esm/models/unauthorized.d.ts +0 -25
  268. package/esm/models/unauthorized.d.ts.map +1 -1
  269. package/esm/models/unauthorized.js +1 -30
  270. package/esm/models/unauthorized.js.map +1 -1
  271. package/esm/models/updatedomainautorenewop.d.ts +2 -2
  272. package/esm/models/updatedomainautorenewop.d.ts.map +1 -1
  273. package/esm/models/updatedomainautorenewop.js +6 -6
  274. package/esm/models/updatedomainautorenewop.js.map +1 -1
  275. package/esm/models/updatedomainnameserversop.d.ts +2 -2
  276. package/esm/models/updatedomainnameserversop.d.ts.map +1 -1
  277. package/esm/models/updatedomainnameserversop.js +2 -2
  278. package/esm/models/updatedomainnameserversop.js.map +1 -1
  279. package/esm/models/updateprojectop.d.ts +36 -0
  280. package/esm/models/updateprojectop.d.ts.map +1 -1
  281. package/esm/models/updateprojectop.js +27 -0
  282. package/esm/models/updateprojectop.js.map +1 -1
  283. package/esm/models/updatesharedconnectlinksop.d.ts +182 -0
  284. package/esm/models/updatesharedconnectlinksop.d.ts.map +1 -0
  285. package/esm/models/updatesharedconnectlinksop.js +179 -0
  286. package/esm/models/updatesharedconnectlinksop.js.map +1 -0
  287. package/esm/sdk/connect.d.ts +12 -0
  288. package/esm/sdk/connect.d.ts.map +1 -0
  289. package/esm/sdk/connect.js +18 -0
  290. package/esm/sdk/connect.js.map +1 -0
  291. package/esm/sdk/domains.d.ts +11 -11
  292. package/esm/sdk/domains.js +11 -11
  293. package/esm/sdk/domainsregistrar.d.ts +23 -23
  294. package/esm/sdk/domainsregistrar.js +23 -23
  295. package/esm/sdk/sdk.d.ts +3 -0
  296. package/esm/sdk/sdk.d.ts.map +1 -1
  297. package/esm/sdk/sdk.js +4 -0
  298. package/esm/sdk/sdk.js.map +1 -1
  299. package/examples/package-lock.json +1 -1
  300. package/jsr.json +1 -1
  301. package/package.json +1 -1
  302. package/src/__tests__/accessgroups.test.ts +6 -2
  303. package/src/__tests__/connect.test.ts +39 -0
  304. package/src/__tests__/domains.test.ts +11 -4
  305. package/src/__tests__/domainsregistrar.test.ts +1 -1
  306. package/src/__tests__/edgeconfig.test.ts +6 -6
  307. package/src/__tests__/integrations.test.ts +1 -1
  308. package/src/__tests__/rollingrelease.test.ts +2 -2
  309. package/src/__tests__/security.test.ts +11 -1
  310. package/src/funcs/connectUpdateSharedConnectLinks.ts +181 -0
  311. package/src/funcs/domainsBuyDomain.ts +2 -2
  312. package/src/funcs/domainsCheckDomainPrice.ts +2 -2
  313. package/src/funcs/domainsCheckDomainStatus.ts +2 -2
  314. package/src/funcs/domainsCreateOrTransferDomain.ts +2 -2
  315. package/src/funcs/domainsGetDomainTransfer.ts +2 -2
  316. package/src/funcs/domainsPatchDomain.ts +1 -1
  317. package/src/funcs/domainsRegistrarBuyDomains.ts +2 -2
  318. package/src/funcs/domainsRegistrarGetBulkAvailability.ts +1 -1
  319. package/src/funcs/domainsRegistrarGetContactInfoSchema.ts +2 -2
  320. package/src/funcs/domainsRegistrarGetDomainAuthCode.ts +1 -1
  321. package/src/funcs/domainsRegistrarGetDomainAvailability.ts +2 -2
  322. package/src/funcs/domainsRegistrarGetDomainPrice.ts +1 -1
  323. package/src/funcs/domainsRegistrarGetDomainTransferIn.ts +2 -2
  324. package/src/funcs/domainsRegistrarGetOrder.ts +2 -2
  325. package/src/funcs/domainsRegistrarGetSupportedTlds.ts +2 -2
  326. package/src/funcs/domainsRegistrarGetTldPrice.ts +2 -2
  327. package/src/funcs/domainsRegistrarTransferInDomain.ts +2 -2
  328. package/src/funcs/domainsRegistrarUpdateDomainAutoRenew.ts +2 -2
  329. package/src/funcs/domainsRegistrarUpdateDomainNameservers.ts +2 -2
  330. package/src/funcs/projectsGetProjects.ts +1 -0
  331. package/src/funcs/projectsUploadProjectClientCert.ts +2 -2
  332. package/src/lib/config.ts +3 -3
  333. package/src/mcp-server/mcp-server.ts +1 -1
  334. package/src/mcp-server/server.ts +3 -1
  335. package/src/mcp-server/tools/connectUpdateSharedConnectLinks.ts +38 -0
  336. package/src/mcp-server/tools/domainsBuyDomain.ts +2 -2
  337. package/src/mcp-server/tools/domainsCheckDomainPrice.ts +2 -2
  338. package/src/mcp-server/tools/domainsCheckDomainStatus.ts +2 -2
  339. package/src/mcp-server/tools/domainsCreateOrTransferDomain.ts +2 -2
  340. package/src/mcp-server/tools/domainsGetDomainTransfer.ts +2 -2
  341. package/src/mcp-server/tools/domainsPatchDomain.ts +1 -1
  342. package/src/mcp-server/tools/domainsRegistrarBuyDomains.ts +2 -2
  343. package/src/mcp-server/tools/domainsRegistrarGetBulkAvailability.ts +1 -1
  344. package/src/mcp-server/tools/domainsRegistrarGetContactInfoSchema.ts +2 -3
  345. package/src/mcp-server/tools/domainsRegistrarGetDomainAuthCode.ts +1 -1
  346. package/src/mcp-server/tools/domainsRegistrarGetDomainAvailability.ts +2 -2
  347. package/src/mcp-server/tools/domainsRegistrarGetDomainPrice.ts +1 -1
  348. package/src/mcp-server/tools/domainsRegistrarGetDomainTransferIn.ts +2 -2
  349. package/src/mcp-server/tools/domainsRegistrarGetOrder.ts +2 -2
  350. package/src/mcp-server/tools/domainsRegistrarGetSupportedTlds.ts +2 -2
  351. package/src/mcp-server/tools/domainsRegistrarGetTldPrice.ts +2 -2
  352. package/src/mcp-server/tools/domainsRegistrarTransferInDomain.ts +2 -2
  353. package/src/mcp-server/tools/domainsRegistrarUpdateDomainAutoRenew.ts +2 -2
  354. package/src/mcp-server/tools/domainsRegistrarUpdateDomainNameservers.ts +2 -2
  355. package/src/models/additionalcontactinforequired.ts +12 -51
  356. package/src/models/badrequest.ts +6 -49
  357. package/src/models/buydomainsop.ts +45 -33
  358. package/src/models/buysingledomainop.ts +37 -25
  359. package/src/models/createintegrationstoredirectop.ts +606 -604
  360. package/src/models/createortransferdomainop.ts +5 -3
  361. package/src/models/domainalreadyrenewing.ts +12 -51
  362. package/src/models/domainnotavailable.ts +12 -49
  363. package/src/models/domainnotfound.ts +12 -49
  364. package/src/models/domainnotregistered.ts +12 -49
  365. package/src/models/domainnotrenewable.ts +12 -49
  366. package/src/models/duplicatedomains.ts +12 -49
  367. package/src/models/expectedpricemismatch.ts +12 -51
  368. package/src/models/forbidden.ts +6 -47
  369. package/src/models/getconfigurationproductsop.ts +802 -802
  370. package/src/models/getcontactinfoschemaop.ts +6 -6
  371. package/src/models/getdomainauthcodeop.ts +6 -6
  372. package/src/models/getdomainpriceop.ts +23 -23
  373. package/src/models/getintegrationresourceop.ts +1 -0
  374. package/src/models/getintegrationresourcesop.ts +1 -0
  375. package/src/models/getorderop.ts +24 -15
  376. package/src/models/getprojectsop.ts +40 -0
  377. package/src/models/gettldpriceop.ts +24 -21
  378. package/src/models/httpapidecodeerror.ts +5 -49
  379. package/src/models/importresourceop.ts +1 -0
  380. package/src/models/internalservererror.ts +6 -49
  381. package/src/models/invalidadditionalcontactinfo.ts +12 -51
  382. package/src/models/issue.ts +0 -53
  383. package/src/models/notauthorizedforscope.ts +6 -51
  384. package/src/models/notfound.ts +6 -47
  385. package/src/models/ordertooexpensive.ts +12 -49
  386. package/src/models/patchdomainop.ts +6 -2
  387. package/src/models/propertykey.ts +13 -16
  388. package/src/models/renewdomainop.ts +24 -21
  389. package/src/models/tldnotsupported.ts +12 -49
  390. package/src/models/toomanydomains.ts +12 -49
  391. package/src/models/toomanyrequests.ts +8 -51
  392. package/src/models/transferindomainop.ts +23 -17
  393. package/src/models/unauthorized.ts +6 -49
  394. package/src/models/updatedomainautorenewop.ts +12 -12
  395. package/src/models/updatedomainnameserversop.ts +6 -6
  396. package/src/models/updateprojectop.ts +71 -0
  397. package/src/models/updatesharedconnectlinksop.ts +402 -0
  398. package/src/sdk/connect.ts +30 -0
  399. package/src/sdk/domains.ts +11 -11
  400. package/src/sdk/domainsregistrar.ts +23 -23
  401. package/src/sdk/sdk.ts +6 -0
  402. package/vercel-spec.json +497 -402
package/vercel-spec.json CHANGED
@@ -18912,14 +18912,14 @@
18912
18912
  },
18913
18913
  "/v5/domains/buy": {
18914
18914
  "post": {
18915
- "description": "Allows to purchase the specified domain.",
18915
+ "description": "This endpoint is deprecated and replaced with the endpoint [Buy a domain](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/buy-a-domain). Purchases the specified domain.",
18916
18916
  "operationId": "buyDomain",
18917
18917
  "security": [
18918
18918
  {
18919
18919
  "bearerToken": []
18920
18920
  }
18921
18921
  ],
18922
- "summary": "Purchase a domain",
18922
+ "summary": "Purchase a domain (deprecated)",
18923
18923
  "tags": [
18924
18924
  "domains"
18925
18925
  ],
@@ -19147,14 +19147,14 @@
19147
19147
  },
19148
19148
  "/v4/domains/price": {
19149
19149
  "get": {
19150
- "description": "Check the price to purchase a domain and how long a single purchase period is.",
19150
+ "description": "This endpoint is deprecated and replaced with the endpoint [Get price data for a domain](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/get-price-data-for-a-domain). Check the price to purchase a domain and how long a single purchase period is.",
19151
19151
  "operationId": "checkDomainPrice",
19152
19152
  "security": [
19153
19153
  {
19154
19154
  "bearerToken": []
19155
19155
  }
19156
19156
  ],
19157
- "summary": "Check the price for a domain",
19157
+ "summary": "Check the price for a domain (deprecated)",
19158
19158
  "tags": [
19159
19159
  "domains"
19160
19160
  ],
@@ -19254,14 +19254,14 @@
19254
19254
  },
19255
19255
  "/v4/domains/status": {
19256
19256
  "get": {
19257
- "description": "Check if a domain name is available for purchase.",
19257
+ "description": "This endpoint is deprecated and replaced with the endpoint [Get availability for a domain](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/get-availability-for-a-domain). Check if a domain name is available for purchase.",
19258
19258
  "operationId": "checkDomainStatus",
19259
19259
  "security": [
19260
19260
  {
19261
19261
  "bearerToken": []
19262
19262
  }
19263
19263
  ],
19264
- "summary": "Check a Domain Availability",
19264
+ "summary": "Check a Domain Availability (deprecated)",
19265
19265
  "tags": [
19266
19266
  "domains"
19267
19267
  ],
@@ -20575,14 +20575,15 @@
20575
20575
  ],
20576
20576
  "responses": {
20577
20577
  "200": {
20578
- "description": "Success",
20578
+ "description": "A list of the TLDs supported by Vercel.",
20579
20579
  "content": {
20580
20580
  "application/json": {
20581
20581
  "schema": {
20582
20582
  "type": "array",
20583
20583
  "items": {
20584
20584
  "type": "string"
20585
- }
20585
+ },
20586
+ "description": "A list of the TLDs supported by Vercel."
20586
20587
  }
20587
20588
  }
20588
20589
  }
@@ -20638,8 +20639,8 @@
20638
20639
  }
20639
20640
  }
20640
20641
  },
20641
- "description": "Get supported TLDs",
20642
- "summary": "Get a list of TLDs supported by Vercel"
20642
+ "description": "Get a list of TLDs supported by Vercel",
20643
+ "summary": "Get supported TLDs"
20643
20644
  }
20644
20645
  },
20645
20646
  "/v1/registrar/tlds/{tld}/price": {
@@ -20686,18 +20687,25 @@
20686
20687
  ],
20687
20688
  "properties": {
20688
20689
  "years": {
20689
- "type": "number"
20690
+ "type": "number",
20691
+ "description": "The number of years the returned price is for."
20690
20692
  },
20691
20693
  "purchasePrice": {
20692
- "$ref": "#/components/schemas/Dollars",
20694
+ "type": "number",
20695
+ "description": "The base TLD price for purchasing a domain for the given number of years. If null, the TLD does not support purchasing domains for the given number of years.",
20696
+ "minimum": 0.01,
20693
20697
  "nullable": true
20694
20698
  },
20695
20699
  "renewalPrice": {
20696
- "$ref": "#/components/schemas/Dollars",
20700
+ "type": "number",
20701
+ "description": "The base TLD price for renewing a domain for the given number of years. If null, the TLD does not support renewing domains for the given number of years.",
20702
+ "minimum": 0.01,
20697
20703
  "nullable": true
20698
20704
  },
20699
20705
  "transferPrice": {
20700
- "$ref": "#/components/schemas/Dollars",
20706
+ "type": "number",
20707
+ "description": "The base TLD price for transferring a domain in for the given number of years. If null, the TLD does not support transferring domains in for the given number of years.",
20708
+ "minimum": 0.01,
20701
20709
  "nullable": true
20702
20710
  }
20703
20711
  },
@@ -20713,10 +20721,10 @@
20713
20721
  "schema": {
20714
20722
  "anyOf": [
20715
20723
  {
20716
- "$ref": "#/components/schemas/HttpApiDecodeError"
20724
+ "$ref": "#/components/schemas/TldNotSupported"
20717
20725
  },
20718
20726
  {
20719
- "$ref": "#/components/schemas/TldNotSupported"
20727
+ "$ref": "#/components/schemas/HttpApiDecodeError"
20720
20728
  }
20721
20729
  ]
20722
20730
  }
@@ -20764,8 +20772,8 @@
20764
20772
  }
20765
20773
  }
20766
20774
  },
20767
- "description": "Get TLD price data",
20768
- "summary": "Get price data for a specific TLD"
20775
+ "description": "Get price data for a specific TLD. This only reflects base prices for the given TLD. Premium domains may have different prices. Use the [Get price data for a domain](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/get-price-data-for-a-domain) endpoint to get the price data for a specific domain.",
20776
+ "summary": "Get TLD price data"
20769
20777
  }
20770
20778
  },
20771
20779
  "/v1/registrar/domains/{domain}/availability": {
@@ -20870,8 +20878,8 @@
20870
20878
  }
20871
20879
  }
20872
20880
  },
20873
- "description": "Get availability for a specific domain",
20874
- "summary": "Get availability for a specific domain"
20881
+ "description": "Get availability for a specific domain. If the domain is available, it can be purchased using the [Buy a domain](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/buy-a-domain) endpoint or the [Buy multiple domains](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/buy-multiple-domains) endpoint.",
20882
+ "summary": "Get availability for a domain"
20875
20883
  }
20876
20884
  },
20877
20885
  "/v1/registrar/domains/{domain}/price": {
@@ -20921,15 +20929,21 @@
20921
20929
  "type": "number"
20922
20930
  },
20923
20931
  "purchasePrice": {
20924
- "$ref": "#/components/schemas/Dollars",
20932
+ "type": "number",
20933
+ "description": "The price for purchasing this domain for the given number of years. If null, the domain is not available for purchase for the given number of years.",
20934
+ "minimum": 0.01,
20925
20935
  "nullable": true
20926
20936
  },
20927
20937
  "renewalPrice": {
20928
- "$ref": "#/components/schemas/Dollars",
20938
+ "type": "number",
20939
+ "description": "The price for renewing this domain for the given number of years. If null, the domain cannot be renewed for the given number of years.",
20940
+ "minimum": 0.01,
20929
20941
  "nullable": true
20930
20942
  },
20931
20943
  "transferPrice": {
20932
- "$ref": "#/components/schemas/Dollars",
20944
+ "type": "number",
20945
+ "description": "The price for transferring this domain in for the given number of years. If null, the domain cannot be transferred in for the given number of years.",
20946
+ "minimum": 0.01,
20933
20947
  "nullable": true
20934
20948
  }
20935
20949
  },
@@ -20945,13 +20959,13 @@
20945
20959
  "schema": {
20946
20960
  "anyOf": [
20947
20961
  {
20948
- "$ref": "#/components/schemas/HttpApiDecodeError"
20962
+ "$ref": "#/components/schemas/BadRequest"
20949
20963
  },
20950
20964
  {
20951
20965
  "$ref": "#/components/schemas/TldNotSupported"
20952
20966
  },
20953
20967
  {
20954
- "$ref": "#/components/schemas/BadRequest"
20968
+ "$ref": "#/components/schemas/HttpApiDecodeError"
20955
20969
  }
20956
20970
  ]
20957
20971
  }
@@ -21000,7 +21014,7 @@
21000
21014
  }
21001
21015
  },
21002
21016
  "description": "Get price data for a specific domain",
21003
- "summary": "Get price data for a specific domain"
21017
+ "summary": "Get price data for a domain"
21004
21018
  }
21005
21019
  },
21006
21020
  "/v1/registrar/domains/availability": {
@@ -21102,7 +21116,7 @@
21102
21116
  }
21103
21117
  }
21104
21118
  },
21105
- "description": "Get availability for multiple domains",
21119
+ "description": "Get availability for multiple domains. If the domains are available, they can be purchased using the [Buy a domain](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/buy-a-domain) endpoint or the [Buy multiple domains](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/buy-multiple-domains) endpoint.",
21106
21120
  "summary": "Get availability for multiple domains",
21107
21121
  "requestBody": {
21108
21122
  "content": {
@@ -21180,10 +21194,10 @@
21180
21194
  "schema": {
21181
21195
  "anyOf": [
21182
21196
  {
21183
- "$ref": "#/components/schemas/HttpApiDecodeError"
21197
+ "$ref": "#/components/schemas/DomainNotRegistered"
21184
21198
  },
21185
21199
  {
21186
- "$ref": "#/components/schemas/DomainNotRegistered"
21200
+ "$ref": "#/components/schemas/HttpApiDecodeError"
21187
21201
  }
21188
21202
  ]
21189
21203
  }
@@ -21218,7 +21232,7 @@
21218
21232
  }
21219
21233
  },
21220
21234
  "404": {
21221
- "description": "DomainNotFound",
21235
+ "description": "The domain was not found in our system.",
21222
21236
  "content": {
21223
21237
  "application/json": {
21224
21238
  "schema": {
@@ -21248,7 +21262,7 @@
21248
21262
  }
21249
21263
  }
21250
21264
  },
21251
- "description": "Get the auth code for a domain",
21265
+ "description": "Get the auth code for a domain. This is required to transfer a domain from Vercel to another registrar.",
21252
21266
  "summary": "Get the auth code for a domain"
21253
21267
  }
21254
21268
  },
@@ -21327,25 +21341,25 @@
21327
21341
  "schema": {
21328
21342
  "anyOf": [
21329
21343
  {
21330
- "$ref": "#/components/schemas/HttpApiDecodeError"
21344
+ "$ref": "#/components/schemas/OrderTooExpensive"
21331
21345
  },
21332
21346
  {
21333
- "$ref": "#/components/schemas/TldNotSupported"
21347
+ "$ref": "#/components/schemas/InvalidAdditionalContactInfo"
21334
21348
  },
21335
21349
  {
21336
- "$ref": "#/components/schemas/DomainNotAvailable"
21350
+ "$ref": "#/components/schemas/AdditionalContactInfoRequired"
21337
21351
  },
21338
21352
  {
21339
21353
  "$ref": "#/components/schemas/ExpectedPriceMismatch"
21340
21354
  },
21341
21355
  {
21342
- "$ref": "#/components/schemas/AdditionalContactInfoRequired"
21356
+ "$ref": "#/components/schemas/DomainNotAvailable"
21343
21357
  },
21344
21358
  {
21345
- "$ref": "#/components/schemas/InvalidAdditionalContactInfo"
21359
+ "$ref": "#/components/schemas/TldNotSupported"
21346
21360
  },
21347
21361
  {
21348
- "$ref": "#/components/schemas/OrderTooExpensive"
21362
+ "$ref": "#/components/schemas/HttpApiDecodeError"
21349
21363
  }
21350
21364
  ]
21351
21365
  }
@@ -21415,13 +21429,17 @@
21415
21429
  ],
21416
21430
  "properties": {
21417
21431
  "autoRenew": {
21418
- "type": "boolean"
21432
+ "type": "boolean",
21433
+ "description": "Whether the domain should be auto-renewed before it expires. This can be configured later through the Vercel Dashboard or the [Update auto-renew for a domain](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/update-auto-renew-for-a-domain) endpoint."
21419
21434
  },
21420
21435
  "years": {
21421
- "type": "number"
21436
+ "type": "number",
21437
+ "description": "The number of years to purchase the domain for."
21422
21438
  },
21423
21439
  "expectedPrice": {
21424
- "$ref": "#/components/schemas/Dollars"
21440
+ "type": "number",
21441
+ "description": "The expected price for the domain. Use the [Get price data for a domain](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/get-price-data-for-a-domain) endpoint to retrieve the price data for a domain.",
21442
+ "minimum": 0.01
21425
21443
  },
21426
21444
  "contactInformation": {
21427
21445
  "type": "object",
@@ -21478,7 +21496,8 @@
21478
21496
  "properties": {}
21479
21497
  }
21480
21498
  },
21481
- "additionalProperties": false
21499
+ "additionalProperties": false,
21500
+ "description": "The contact information for the domain. Some TLDs require additional contact information. Use the [Get contact info schema](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/get-contact-info-schema) endpoint to retrieve the required fields."
21482
21501
  }
21483
21502
  },
21484
21503
  "additionalProperties": false
@@ -21555,31 +21574,31 @@
21555
21574
  "schema": {
21556
21575
  "anyOf": [
21557
21576
  {
21558
- "$ref": "#/components/schemas/HttpApiDecodeError"
21577
+ "$ref": "#/components/schemas/OrderTooExpensive"
21559
21578
  },
21560
21579
  {
21561
- "$ref": "#/components/schemas/TldNotSupported"
21580
+ "$ref": "#/components/schemas/TooManyDomains"
21562
21581
  },
21563
21582
  {
21564
- "$ref": "#/components/schemas/DomainNotAvailable"
21583
+ "$ref": "#/components/schemas/InvalidAdditionalContactInfo"
21565
21584
  },
21566
21585
  {
21567
- "$ref": "#/components/schemas/ExpectedPriceMismatch"
21586
+ "$ref": "#/components/schemas/AdditionalContactInfoRequired"
21568
21587
  },
21569
21588
  {
21570
21589
  "$ref": "#/components/schemas/DuplicateDomains"
21571
21590
  },
21572
21591
  {
21573
- "$ref": "#/components/schemas/AdditionalContactInfoRequired"
21592
+ "$ref": "#/components/schemas/ExpectedPriceMismatch"
21574
21593
  },
21575
21594
  {
21576
- "$ref": "#/components/schemas/InvalidAdditionalContactInfo"
21595
+ "$ref": "#/components/schemas/DomainNotAvailable"
21577
21596
  },
21578
21597
  {
21579
- "$ref": "#/components/schemas/TooManyDomains"
21598
+ "$ref": "#/components/schemas/TldNotSupported"
21580
21599
  },
21581
21600
  {
21582
- "$ref": "#/components/schemas/OrderTooExpensive"
21601
+ "$ref": "#/components/schemas/HttpApiDecodeError"
21583
21602
  }
21584
21603
  ]
21585
21604
  }
@@ -21634,8 +21653,8 @@
21634
21653
  }
21635
21654
  }
21636
21655
  },
21637
- "description": "Buy multiple domains",
21638
- "summary": "Buy multiple domains at once",
21656
+ "description": "Buy multiple domains at once",
21657
+ "summary": "Buy multiple domains",
21639
21658
  "requestBody": {
21640
21659
  "content": {
21641
21660
  "application/json": {
@@ -21662,13 +21681,17 @@
21662
21681
  "$ref": "#/components/schemas/DomainName"
21663
21682
  },
21664
21683
  "autoRenew": {
21665
- "type": "boolean"
21684
+ "type": "boolean",
21685
+ "description": "Whether the domain should be auto-renewed before it expires. This can be configured later through the Vercel Dashboard or the [Update auto-renew for a domain](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/update-auto-renew-for-a-domain) endpoint."
21666
21686
  },
21667
21687
  "years": {
21668
- "type": "number"
21688
+ "type": "number",
21689
+ "description": "The number of years to purchase the domain for."
21669
21690
  },
21670
21691
  "expectedPrice": {
21671
- "$ref": "#/components/schemas/Dollars"
21692
+ "type": "number",
21693
+ "description": "The expected price for the domain. Use the [Get price data for a domain](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/get-price-data-for-a-domain) endpoint to retrieve the price data for a domain.",
21694
+ "minimum": 0.01
21672
21695
  }
21673
21696
  },
21674
21697
  "additionalProperties": false
@@ -21729,7 +21752,8 @@
21729
21752
  "properties": {}
21730
21753
  }
21731
21754
  },
21732
- "additionalProperties": false
21755
+ "additionalProperties": false,
21756
+ "description": "The contact information for the domain. Some TLDs require additional contact information. Use the [Get contact info schema](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/get-contact-info-schema) endpoint to retrieve the required fields."
21733
21757
  }
21734
21758
  },
21735
21759
  "additionalProperties": false
@@ -21815,19 +21839,19 @@
21815
21839
  "schema": {
21816
21840
  "anyOf": [
21817
21841
  {
21818
- "$ref": "#/components/schemas/HttpApiDecodeError"
21842
+ "$ref": "#/components/schemas/BadRequest"
21819
21843
  },
21820
21844
  {
21821
- "$ref": "#/components/schemas/TldNotSupported"
21845
+ "$ref": "#/components/schemas/ExpectedPriceMismatch"
21822
21846
  },
21823
21847
  {
21824
21848
  "$ref": "#/components/schemas/DomainNotAvailable"
21825
21849
  },
21826
21850
  {
21827
- "$ref": "#/components/schemas/ExpectedPriceMismatch"
21851
+ "$ref": "#/components/schemas/TldNotSupported"
21828
21852
  },
21829
21853
  {
21830
- "$ref": "#/components/schemas/BadRequest"
21854
+ "$ref": "#/components/schemas/HttpApiDecodeError"
21831
21855
  }
21832
21856
  ]
21833
21857
  }
@@ -21882,8 +21906,8 @@
21882
21906
  }
21883
21907
  }
21884
21908
  },
21885
- "description": "Transfer-in a domain",
21886
- "summary": "Transfer a domain in from another registrar",
21909
+ "description": "Transfer a domain in from another registrar",
21910
+ "summary": "Transfer-in a domain",
21887
21911
  "requestBody": {
21888
21912
  "content": {
21889
21913
  "application/json": {
@@ -21901,13 +21925,17 @@
21901
21925
  "type": "string"
21902
21926
  },
21903
21927
  "autoRenew": {
21904
- "type": "boolean"
21928
+ "type": "boolean",
21929
+ "description": "Whether the domain should be auto-renewed before it expires. This can be configured later through the Vercel Dashboard or the [Update auto-renew for a domain](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/update-auto-renew-for-a-domain) endpoint."
21905
21930
  },
21906
21931
  "years": {
21907
- "type": "number"
21932
+ "type": "number",
21933
+ "description": "The number of years to renew the domain for once it is transferred in. This must be a valid number of transfer years for the TLD."
21908
21934
  },
21909
21935
  "expectedPrice": {
21910
- "$ref": "#/components/schemas/Dollars"
21936
+ "type": "number",
21937
+ "description": "The expected price for the domain. Use the [Get price data for a domain](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/get-price-data-for-a-domain) endpoint to retrieve the price data for a domain.",
21938
+ "minimum": 0.01
21911
21939
  },
21912
21940
  "contactInformation": {
21913
21941
  "type": "object",
@@ -22092,8 +22120,8 @@
22092
22120
  }
22093
22121
  }
22094
22122
  },
22095
- "description": "Get a domain's transfer status",
22096
- "summary": "Get the transfer status for a domain"
22123
+ "description": "Get the transfer status for a domain",
22124
+ "summary": "Get a domain's transfer status"
22097
22125
  }
22098
22126
  },
22099
22127
  "/v1/registrar/domains/{domain}/renew": {
@@ -22171,22 +22199,22 @@
22171
22199
  "schema": {
22172
22200
  "anyOf": [
22173
22201
  {
22174
- "$ref": "#/components/schemas/HttpApiDecodeError"
22202
+ "$ref": "#/components/schemas/BadRequest"
22175
22203
  },
22176
22204
  {
22177
- "$ref": "#/components/schemas/TldNotSupported"
22205
+ "$ref": "#/components/schemas/DomainNotRegistered"
22178
22206
  },
22179
22207
  {
22180
- "$ref": "#/components/schemas/DomainNotAvailable"
22208
+ "$ref": "#/components/schemas/ExpectedPriceMismatch"
22181
22209
  },
22182
22210
  {
22183
- "$ref": "#/components/schemas/ExpectedPriceMismatch"
22211
+ "$ref": "#/components/schemas/DomainNotAvailable"
22184
22212
  },
22185
22213
  {
22186
- "$ref": "#/components/schemas/DomainNotRegistered"
22214
+ "$ref": "#/components/schemas/TldNotSupported"
22187
22215
  },
22188
22216
  {
22189
- "$ref": "#/components/schemas/BadRequest"
22217
+ "$ref": "#/components/schemas/HttpApiDecodeError"
22190
22218
  }
22191
22219
  ]
22192
22220
  }
@@ -22221,7 +22249,7 @@
22221
22249
  }
22222
22250
  },
22223
22251
  "404": {
22224
- "description": "DomainNotFound",
22252
+ "description": "The domain was not found in our system.",
22225
22253
  "content": {
22226
22254
  "application/json": {
22227
22255
  "schema": {
@@ -22264,10 +22292,13 @@
22264
22292
  ],
22265
22293
  "properties": {
22266
22294
  "years": {
22267
- "type": "number"
22295
+ "type": "number",
22296
+ "description": "The number of years to renew the domain for."
22268
22297
  },
22269
22298
  "expectedPrice": {
22270
- "$ref": "#/components/schemas/Dollars"
22299
+ "type": "number",
22300
+ "description": "The expected price for the domain. Use the [Get price data for a domain](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/get-price-data-for-a-domain) endpoint to retrieve the price data for a domain.",
22301
+ "minimum": 0.01
22271
22302
  },
22272
22303
  "contactInformation": {
22273
22304
  "type": "object",
@@ -22363,16 +22394,16 @@
22363
22394
  "schema": {
22364
22395
  "anyOf": [
22365
22396
  {
22366
- "$ref": "#/components/schemas/HttpApiDecodeError"
22397
+ "$ref": "#/components/schemas/DomainAlreadyRenewing"
22367
22398
  },
22368
22399
  {
22369
- "$ref": "#/components/schemas/DomainNotRegistered"
22400
+ "$ref": "#/components/schemas/DomainNotRenewable"
22370
22401
  },
22371
22402
  {
22372
- "$ref": "#/components/schemas/DomainNotRenewable"
22403
+ "$ref": "#/components/schemas/DomainNotRegistered"
22373
22404
  },
22374
22405
  {
22375
- "$ref": "#/components/schemas/DomainAlreadyRenewing"
22406
+ "$ref": "#/components/schemas/HttpApiDecodeError"
22376
22407
  }
22377
22408
  ]
22378
22409
  }
@@ -22407,7 +22438,7 @@
22407
22438
  }
22408
22439
  },
22409
22440
  "404": {
22410
- "description": "DomainNotFound",
22441
+ "description": "The domain was not found in our system.",
22411
22442
  "content": {
22412
22443
  "application/json": {
22413
22444
  "schema": {
@@ -22437,8 +22468,8 @@
22437
22468
  }
22438
22469
  }
22439
22470
  },
22440
- "description": "Update auto-renew for a domain",
22441
- "summary": "Update the auto-renew setting for a domain",
22471
+ "description": "Update the auto-renew setting for a domain",
22472
+ "summary": "Update auto-renew for a domain",
22442
22473
  "requestBody": {
22443
22474
  "content": {
22444
22475
  "application/json": {
@@ -22492,10 +22523,10 @@
22492
22523
  "schema": {
22493
22524
  "anyOf": [
22494
22525
  {
22495
- "$ref": "#/components/schemas/HttpApiDecodeError"
22526
+ "$ref": "#/components/schemas/DomainNotRegistered"
22496
22527
  },
22497
22528
  {
22498
- "$ref": "#/components/schemas/DomainNotRegistered"
22529
+ "$ref": "#/components/schemas/HttpApiDecodeError"
22499
22530
  }
22500
22531
  ]
22501
22532
  }
@@ -22530,7 +22561,7 @@
22530
22561
  }
22531
22562
  },
22532
22563
  "404": {
22533
- "description": "DomainNotFound",
22564
+ "description": "The domain was not found in our system.",
22534
22565
  "content": {
22535
22566
  "application/json": {
22536
22567
  "schema": {
@@ -22560,8 +22591,8 @@
22560
22591
  }
22561
22592
  }
22562
22593
  },
22563
- "description": "Update nameservers for a domain",
22564
- "summary": "Update the nameservers for a domain",
22594
+ "description": "Update the nameservers for a domain. Pass an empty array to use Vercel's default nameservers.",
22595
+ "summary": "Update nameservers for a domain",
22565
22596
  "requestBody": {
22566
22597
  "content": {
22567
22598
  "application/json": {
@@ -22626,10 +22657,10 @@
22626
22657
  "schema": {
22627
22658
  "anyOf": [
22628
22659
  {
22629
- "$ref": "#/components/schemas/HttpApiDecodeError"
22660
+ "$ref": "#/components/schemas/BadRequest"
22630
22661
  },
22631
22662
  {
22632
- "$ref": "#/components/schemas/BadRequest"
22663
+ "$ref": "#/components/schemas/HttpApiDecodeError"
22633
22664
  }
22634
22665
  ]
22635
22666
  }
@@ -22677,8 +22708,8 @@
22677
22708
  }
22678
22709
  }
22679
22710
  },
22680
- "description": "Get contact info schema",
22681
- "summary": "Get the schema for the tld-specific contact information for a domain"
22711
+ "description": "Some TLDs require additional contact information. Use this endpoint to get the schema for the tld-specific contact information for a domain.",
22712
+ "summary": "Get contact info schema"
22682
22713
  }
22683
22714
  },
22684
22715
  "/v1/registrar/orders/{orderId}": {
@@ -22727,10 +22758,10 @@
22727
22758
  "required": [
22728
22759
  "purchaseType",
22729
22760
  "autoRenew",
22761
+ "years",
22730
22762
  "domainName",
22731
22763
  "status",
22732
- "price",
22733
- "years"
22764
+ "price"
22734
22765
  ],
22735
22766
  "properties": {
22736
22767
  "purchaseType": {
@@ -22742,6 +22773,10 @@
22742
22773
  "autoRenew": {
22743
22774
  "type": "boolean"
22744
22775
  },
22776
+ "years": {
22777
+ "type": "number",
22778
+ "description": "The number of years the domain is being purchased for."
22779
+ },
22745
22780
  "domainName": {
22746
22781
  "$ref": "#/components/schemas/DomainName"
22747
22782
  },
@@ -22756,10 +22791,9 @@
22756
22791
  ]
22757
22792
  },
22758
22793
  "price": {
22759
- "$ref": "#/components/schemas/Dollars"
22760
- },
22761
- "years": {
22762
- "type": "number"
22794
+ "type": "number",
22795
+ "description": "The price for the domain.",
22796
+ "minimum": 0.01
22763
22797
  }
22764
22798
  },
22765
22799
  "additionalProperties": false
@@ -22768,10 +22802,10 @@
22768
22802
  "type": "object",
22769
22803
  "required": [
22770
22804
  "purchaseType",
22805
+ "years",
22771
22806
  "domainName",
22772
22807
  "status",
22773
- "price",
22774
- "years"
22808
+ "price"
22775
22809
  ],
22776
22810
  "properties": {
22777
22811
  "purchaseType": {
@@ -22780,6 +22814,10 @@
22780
22814
  "renewal"
22781
22815
  ]
22782
22816
  },
22817
+ "years": {
22818
+ "type": "number",
22819
+ "description": "The number of years the domain is being renewed for."
22820
+ },
22783
22821
  "domainName": {
22784
22822
  "$ref": "#/components/schemas/DomainName"
22785
22823
  },
@@ -22794,10 +22832,9 @@
22794
22832
  ]
22795
22833
  },
22796
22834
  "price": {
22797
- "$ref": "#/components/schemas/Dollars"
22798
- },
22799
- "years": {
22800
- "type": "number"
22835
+ "type": "number",
22836
+ "description": "The price for the domain.",
22837
+ "minimum": 0.01
22801
22838
  }
22802
22839
  },
22803
22840
  "additionalProperties": false
@@ -22807,10 +22844,10 @@
22807
22844
  "required": [
22808
22845
  "purchaseType",
22809
22846
  "autoRenew",
22847
+ "years",
22810
22848
  "domainName",
22811
22849
  "status",
22812
- "price",
22813
- "years"
22850
+ "price"
22814
22851
  ],
22815
22852
  "properties": {
22816
22853
  "purchaseType": {
@@ -22822,6 +22859,10 @@
22822
22859
  "autoRenew": {
22823
22860
  "type": "boolean"
22824
22861
  },
22862
+ "years": {
22863
+ "type": "number",
22864
+ "description": "The number of years the domain is being transferred for."
22865
+ },
22825
22866
  "domainName": {
22826
22867
  "$ref": "#/components/schemas/DomainName"
22827
22868
  },
@@ -22836,10 +22877,9 @@
22836
22877
  ]
22837
22878
  },
22838
22879
  "price": {
22839
- "$ref": "#/components/schemas/Dollars"
22840
- },
22841
- "years": {
22842
- "type": "number"
22880
+ "type": "number",
22881
+ "description": "The price for the domain.",
22882
+ "minimum": 0.01
22843
22883
  }
22844
22884
  },
22845
22885
  "additionalProperties": false
@@ -23039,20 +23079,20 @@
23039
23079
  }
23040
23080
  }
23041
23081
  },
23042
- "description": "Get a domain order",
23043
- "summary": "Get information about a domain order by its ID"
23082
+ "description": "Get information about a domain order by its ID",
23083
+ "summary": "Get a domain order"
23044
23084
  }
23045
23085
  },
23046
23086
  "/v1/domains/{domain}/registry": {
23047
23087
  "get": {
23048
- "description": "Fetch domain transfer availability or transfer status if a transfer is in progress.",
23088
+ "description": "This endpoint is deprecated and replaced with the endpoint [Get a domain's transfer status](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/get-a-domain-s-transfer-status). Fetch domain transfer availability or transfer status if a transfer is in progress.",
23049
23089
  "operationId": "getDomainTransfer",
23050
23090
  "security": [
23051
23091
  {
23052
23092
  "bearerToken": []
23053
23093
  }
23054
23094
  ],
23055
- "summary": "Get domain transfer info.",
23095
+ "summary": "Get domain transfer info (deprecated)",
23056
23096
  "tags": [
23057
23097
  "domains"
23058
23098
  ],
@@ -23855,14 +23895,14 @@
23855
23895
  },
23856
23896
  "/v7/domains": {
23857
23897
  "post": {
23858
- "description": "This endpoint is used for adding a new apex domain name with Vercel for the authenticating user. Can also be used for initiating a domain transfer request from an external Registrar to Vercel.",
23898
+ "description": "This endpoint is used for adding a new apex domain name with Vercel for the authenticating user. Note: This endpoint is no longer used for initiating domain transfers from external registrars to Vercel. For this, please use the endpoint [Transfer-in a domain](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/transfer-in-a-domain).",
23859
23899
  "operationId": "createOrTransferDomain",
23860
23900
  "security": [
23861
23901
  {
23862
23902
  "bearerToken": []
23863
23903
  }
23864
23904
  ],
23865
- "summary": "Register or transfer-in a new Domain",
23905
+ "summary": "Add an existing domain to the Vercel platform",
23866
23906
  "tags": [
23867
23907
  "domains"
23868
23908
  ],
@@ -24091,9 +24131,9 @@
24091
24131
  "schema": {
24092
24132
  "properties": {
24093
24133
  "method": {
24094
- "description": "The domain operation to perform. It can be either `add` or `transfer-in`.",
24134
+ "description": "The domain operation to perform. It can be either `add` or `move-in`.",
24095
24135
  "type": "string",
24096
- "example": "transfer-in"
24136
+ "example": "add"
24097
24137
  }
24098
24138
  },
24099
24139
  "oneOf": [
@@ -24152,6 +24192,7 @@
24152
24192
  }
24153
24193
  },
24154
24194
  {
24195
+ "deprecated": true,
24155
24196
  "additionalProperties": false,
24156
24197
  "type": "object",
24157
24198
  "description": "transfer-in",
@@ -24191,7 +24232,7 @@
24191
24232
  },
24192
24233
  "/v3/domains/{domain}": {
24193
24234
  "patch": {
24194
- "description": "Update or move apex domain.",
24235
+ "description": "Update or move apex domain. Note: This endpoint is no longer used for updating auto-renew or nameservers. For this, please use the endpoints [Update auto-renew for a domain](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/update-auto-renew-for-a-domain) and [Update nameservers for a domain](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/update-nameservers-for-a-domain).",
24195
24236
  "operationId": "patchDomain",
24196
24237
  "security": [
24197
24238
  {
@@ -24319,18 +24360,20 @@
24319
24360
  "type": "string"
24320
24361
  },
24321
24362
  "renew": {
24322
- "description": "Specifies whether domain should be renewed.",
24323
- "type": "boolean"
24363
+ "description": "This field is deprecated. Please use PATCH /v1/registrar/domains/{domainName}/auto-renew instead.",
24364
+ "type": "boolean",
24365
+ "deprecated": true
24324
24366
  },
24325
24367
  "customNameservers": {
24326
- "description": "The custom nameservers for this project.",
24368
+ "description": "This field is deprecated. Please use PATCH /v1/registrar/domains/{domainName}/nameservers instead.",
24327
24369
  "items": {
24328
24370
  "type": "string"
24329
24371
  },
24330
24372
  "maxItems": 4,
24331
24373
  "minItems": 0,
24332
24374
  "type": "array",
24333
- "uniqueItems": true
24375
+ "uniqueItems": true,
24376
+ "deprecated": true
24334
24377
  },
24335
24378
  "zone": {
24336
24379
  "description": "Specifies whether this is a DNS zone that intends to use Vercel's nameservers.",
@@ -27477,6 +27520,7 @@
27477
27520
  "enum": [
27478
27521
  "ready",
27479
27522
  "pending",
27523
+ "onboarding",
27480
27524
  "suspended",
27481
27525
  "resumed",
27482
27526
  "uninstalled",
@@ -27652,6 +27696,7 @@
27652
27696
  "enum": [
27653
27697
  "ready",
27654
27698
  "pending",
27699
+ "onboarding",
27655
27700
  "suspended",
27656
27701
  "resumed",
27657
27702
  "uninstalled",
@@ -27939,6 +27984,7 @@
27939
27984
  "enum": [
27940
27985
  "ready",
27941
27986
  "pending",
27987
+ "onboarding",
27942
27988
  "suspended",
27943
27989
  "resumed",
27944
27990
  "uninstalled",
@@ -30676,34 +30722,34 @@
30676
30722
  "minLength": {
30677
30723
  "type": "object",
30678
30724
  "properties": {
30679
- "__@BRAND@544285": {
30725
+ "__@BRAND@544364": {
30680
30726
  "type": "object"
30681
30727
  }
30682
30728
  },
30683
30729
  "required": [
30684
- "__@BRAND@544285"
30730
+ "__@BRAND@544364"
30685
30731
  ]
30686
30732
  },
30687
30733
  "maxLength": {
30688
30734
  "type": "object",
30689
30735
  "properties": {
30690
- "__@BRAND@544285": {
30736
+ "__@BRAND@544364": {
30691
30737
  "type": "object"
30692
30738
  }
30693
30739
  },
30694
30740
  "required": [
30695
- "__@BRAND@544285"
30741
+ "__@BRAND@544364"
30696
30742
  ]
30697
30743
  },
30698
30744
  "pattern": {
30699
30745
  "type": "object",
30700
30746
  "properties": {
30701
- "__@BRAND@544285": {
30747
+ "__@BRAND@544364": {
30702
30748
  "type": "object"
30703
30749
  }
30704
30750
  },
30705
30751
  "required": [
30706
- "__@BRAND@544285"
30752
+ "__@BRAND@544364"
30707
30753
  ]
30708
30754
  },
30709
30755
  "default": {
@@ -31386,34 +31432,34 @@
31386
31432
  "minLength": {
31387
31433
  "type": "object",
31388
31434
  "properties": {
31389
- "__@BRAND@544285": {
31435
+ "__@BRAND@544364": {
31390
31436
  "type": "object"
31391
31437
  }
31392
31438
  },
31393
31439
  "required": [
31394
- "__@BRAND@544285"
31440
+ "__@BRAND@544364"
31395
31441
  ]
31396
31442
  },
31397
31443
  "maxLength": {
31398
31444
  "type": "object",
31399
31445
  "properties": {
31400
- "__@BRAND@544285": {
31446
+ "__@BRAND@544364": {
31401
31447
  "type": "object"
31402
31448
  }
31403
31449
  },
31404
31450
  "required": [
31405
- "__@BRAND@544285"
31451
+ "__@BRAND@544364"
31406
31452
  ]
31407
31453
  },
31408
31454
  "pattern": {
31409
31455
  "type": "object",
31410
31456
  "properties": {
31411
- "__@BRAND@544285": {
31457
+ "__@BRAND@544364": {
31412
31458
  "type": "object"
31413
31459
  }
31414
31460
  },
31415
31461
  "required": [
31416
- "__@BRAND@544285"
31462
+ "__@BRAND@544364"
31417
31463
  ]
31418
31464
  },
31419
31465
  "default": {
@@ -31571,34 +31617,34 @@
31571
31617
  "minLength": {
31572
31618
  "type": "object",
31573
31619
  "properties": {
31574
- "__@BRAND@544285": {
31620
+ "__@BRAND@544364": {
31575
31621
  "type": "object"
31576
31622
  }
31577
31623
  },
31578
31624
  "required": [
31579
- "__@BRAND@544285"
31625
+ "__@BRAND@544364"
31580
31626
  ]
31581
31627
  },
31582
31628
  "maxLength": {
31583
31629
  "type": "object",
31584
31630
  "properties": {
31585
- "__@BRAND@544285": {
31631
+ "__@BRAND@544364": {
31586
31632
  "type": "object"
31587
31633
  }
31588
31634
  },
31589
31635
  "required": [
31590
- "__@BRAND@544285"
31636
+ "__@BRAND@544364"
31591
31637
  ]
31592
31638
  },
31593
31639
  "pattern": {
31594
31640
  "type": "object",
31595
31641
  "properties": {
31596
- "__@BRAND@544285": {
31642
+ "__@BRAND@544364": {
31597
31643
  "type": "object"
31598
31644
  }
31599
31645
  },
31600
31646
  "required": [
31601
- "__@BRAND@544285"
31647
+ "__@BRAND@544364"
31602
31648
  ]
31603
31649
  },
31604
31650
  "default": {
@@ -31909,12 +31955,12 @@
31909
31955
  {
31910
31956
  "type": "object",
31911
31957
  "properties": {
31912
- "__@BRAND@544285": {
31958
+ "__@BRAND@544364": {
31913
31959
  "type": "object"
31914
31960
  }
31915
31961
  },
31916
31962
  "required": [
31917
- "__@BRAND@544285"
31963
+ "__@BRAND@544364"
31918
31964
  ]
31919
31965
  },
31920
31966
  {
@@ -31922,12 +31968,12 @@
31922
31968
  "value": {
31923
31969
  "type": "object",
31924
31970
  "properties": {
31925
- "__@BRAND@544285": {
31971
+ "__@BRAND@544364": {
31926
31972
  "type": "object"
31927
31973
  }
31928
31974
  },
31929
31975
  "required": [
31930
- "__@BRAND@544285"
31976
+ "__@BRAND@544364"
31931
31977
  ]
31932
31978
  },
31933
31979
  "disabled": {
@@ -31996,34 +32042,34 @@
31996
32042
  "minLength": {
31997
32043
  "type": "object",
31998
32044
  "properties": {
31999
- "__@BRAND@544285": {
32045
+ "__@BRAND@544364": {
32000
32046
  "type": "object"
32001
32047
  }
32002
32048
  },
32003
32049
  "required": [
32004
- "__@BRAND@544285"
32050
+ "__@BRAND@544364"
32005
32051
  ]
32006
32052
  },
32007
32053
  "maxLength": {
32008
32054
  "type": "object",
32009
32055
  "properties": {
32010
- "__@BRAND@544285": {
32056
+ "__@BRAND@544364": {
32011
32057
  "type": "object"
32012
32058
  }
32013
32059
  },
32014
32060
  "required": [
32015
- "__@BRAND@544285"
32061
+ "__@BRAND@544364"
32016
32062
  ]
32017
32063
  },
32018
32064
  "pattern": {
32019
32065
  "type": "object",
32020
32066
  "properties": {
32021
- "__@BRAND@544285": {
32067
+ "__@BRAND@544364": {
32022
32068
  "type": "object"
32023
32069
  }
32024
32070
  },
32025
32071
  "required": [
32026
- "__@BRAND@544285"
32072
+ "__@BRAND@544364"
32027
32073
  ]
32028
32074
  },
32029
32075
  "default": {
@@ -32181,34 +32227,34 @@
32181
32227
  "minLength": {
32182
32228
  "type": "object",
32183
32229
  "properties": {
32184
- "__@BRAND@544285": {
32230
+ "__@BRAND@544364": {
32185
32231
  "type": "object"
32186
32232
  }
32187
32233
  },
32188
32234
  "required": [
32189
- "__@BRAND@544285"
32235
+ "__@BRAND@544364"
32190
32236
  ]
32191
32237
  },
32192
32238
  "maxLength": {
32193
32239
  "type": "object",
32194
32240
  "properties": {
32195
- "__@BRAND@544285": {
32241
+ "__@BRAND@544364": {
32196
32242
  "type": "object"
32197
32243
  }
32198
32244
  },
32199
32245
  "required": [
32200
- "__@BRAND@544285"
32246
+ "__@BRAND@544364"
32201
32247
  ]
32202
32248
  },
32203
32249
  "pattern": {
32204
32250
  "type": "object",
32205
32251
  "properties": {
32206
- "__@BRAND@544285": {
32252
+ "__@BRAND@544364": {
32207
32253
  "type": "object"
32208
32254
  }
32209
32255
  },
32210
32256
  "required": [
32211
- "__@BRAND@544285"
32257
+ "__@BRAND@544364"
32212
32258
  ]
32213
32259
  },
32214
32260
  "default": {
@@ -32297,12 +32343,12 @@
32297
32343
  {
32298
32344
  "type": "object",
32299
32345
  "properties": {
32300
- "__@BRAND@544285": {
32346
+ "__@BRAND@544364": {
32301
32347
  "type": "object"
32302
32348
  }
32303
32349
  },
32304
32350
  "required": [
32305
- "__@BRAND@544285"
32351
+ "__@BRAND@544364"
32306
32352
  ]
32307
32353
  },
32308
32354
  {
@@ -32310,12 +32356,12 @@
32310
32356
  "value": {
32311
32357
  "type": "object",
32312
32358
  "properties": {
32313
- "__@BRAND@544285": {
32359
+ "__@BRAND@544364": {
32314
32360
  "type": "object"
32315
32361
  }
32316
32362
  },
32317
32363
  "required": [
32318
- "__@BRAND@544285"
32364
+ "__@BRAND@544364"
32319
32365
  ]
32320
32366
  },
32321
32367
  "disabled": {
@@ -32501,12 +32547,12 @@
32501
32547
  "items": {
32502
32548
  "type": "object",
32503
32549
  "properties": {
32504
- "__@BRAND@544285": {
32550
+ "__@BRAND@544364": {
32505
32551
  "type": "object"
32506
32552
  }
32507
32553
  },
32508
32554
  "required": [
32509
- "__@BRAND@544285"
32555
+ "__@BRAND@544364"
32510
32556
  ]
32511
32557
  },
32512
32558
  "type": "array"
@@ -32515,12 +32561,12 @@
32515
32561
  "items": {
32516
32562
  "type": "object",
32517
32563
  "properties": {
32518
- "__@BRAND@544285": {
32564
+ "__@BRAND@544364": {
32519
32565
  "type": "object"
32520
32566
  }
32521
32567
  },
32522
32568
  "required": [
32523
- "__@BRAND@544285"
32569
+ "__@BRAND@544364"
32524
32570
  ]
32525
32571
  },
32526
32572
  "type": "array"
@@ -32554,34 +32600,34 @@
32554
32600
  "minLength": {
32555
32601
  "type": "object",
32556
32602
  "properties": {
32557
- "__@BRAND@544285": {
32603
+ "__@BRAND@544364": {
32558
32604
  "type": "object"
32559
32605
  }
32560
32606
  },
32561
32607
  "required": [
32562
- "__@BRAND@544285"
32608
+ "__@BRAND@544364"
32563
32609
  ]
32564
32610
  },
32565
32611
  "maxLength": {
32566
32612
  "type": "object",
32567
32613
  "properties": {
32568
- "__@BRAND@544285": {
32614
+ "__@BRAND@544364": {
32569
32615
  "type": "object"
32570
32616
  }
32571
32617
  },
32572
32618
  "required": [
32573
- "__@BRAND@544285"
32619
+ "__@BRAND@544364"
32574
32620
  ]
32575
32621
  },
32576
32622
  "pattern": {
32577
32623
  "type": "object",
32578
32624
  "properties": {
32579
- "__@BRAND@544285": {
32625
+ "__@BRAND@544364": {
32580
32626
  "type": "object"
32581
32627
  }
32582
32628
  },
32583
32629
  "required": [
32584
- "__@BRAND@544285"
32630
+ "__@BRAND@544364"
32585
32631
  ]
32586
32632
  },
32587
32633
  "default": {
@@ -32715,12 +32761,12 @@
32715
32761
  "value": {
32716
32762
  "type": "object",
32717
32763
  "properties": {
32718
- "__@BRAND@544285": {
32764
+ "__@BRAND@544364": {
32719
32765
  "type": "object"
32720
32766
  }
32721
32767
  },
32722
32768
  "required": [
32723
- "__@BRAND@544285"
32769
+ "__@BRAND@544364"
32724
32770
  ]
32725
32771
  },
32726
32772
  "disabled": {
@@ -39418,6 +39464,20 @@
39418
39464
  "example": "1"
39419
39465
  }
39420
39466
  },
39467
+ {
39468
+ "name": "staticIpsEnabled",
39469
+ "description": "Filter results by projects with Static IPs enabled",
39470
+ "in": "query",
39471
+ "schema": {
39472
+ "description": "Filter results by projects with Static IPs enabled",
39473
+ "enum": [
39474
+ "0",
39475
+ "1"
39476
+ ],
39477
+ "example": "1",
39478
+ "type": "string"
39479
+ }
39480
+ },
39421
39481
  {
39422
39482
  "description": "The Team identifier to perform the request on behalf of.",
39423
39483
  "in": "query",
@@ -53909,6 +53969,20 @@
53909
53969
  "description": "Opt-in to skip deployments when there are no changes to the root directory and its dependencies",
53910
53970
  "type": "boolean"
53911
53971
  },
53972
+ "staticIps": {
53973
+ "additionalProperties": false,
53974
+ "description": "Manage Static IPs for this project",
53975
+ "properties": {
53976
+ "enabled": {
53977
+ "description": "Opt-in to Static IPs for this project",
53978
+ "type": "boolean"
53979
+ }
53980
+ },
53981
+ "required": [
53982
+ "enabled"
53983
+ ],
53984
+ "type": "object"
53985
+ },
53912
53986
  "oidcTokenConfig": {
53913
53987
  "description": "OpenID Connect JSON Web Token generation configuration.",
53914
53988
  "type": "object",
@@ -54177,6 +54251,170 @@
54177
54251
  ]
54178
54252
  }
54179
54253
  },
54254
+ "/v1/projects/{idOrName}/shared-connect-links": {
54255
+ "patch": {
54256
+ "description": "Allows updating project connections to shared Secure Compute networks.",
54257
+ "operationId": "updateSharedConnectLinks",
54258
+ "security": [
54259
+ {
54260
+ "bearerToken": []
54261
+ }
54262
+ ],
54263
+ "summary": "Update project connections to shared Secure Compute networks",
54264
+ "tags": [
54265
+ "connect"
54266
+ ],
54267
+ "responses": {
54268
+ "200": {
54269
+ "description": "",
54270
+ "content": {
54271
+ "application/json": {
54272
+ "schema": {
54273
+ "items": {
54274
+ "properties": {
54275
+ "envId": {
54276
+ "oneOf": [
54277
+ {
54278
+ "type": "string"
54279
+ },
54280
+ {
54281
+ "type": "string",
54282
+ "enum": [
54283
+ "preview",
54284
+ "production"
54285
+ ]
54286
+ }
54287
+ ]
54288
+ },
54289
+ "connectConfigurationId": {
54290
+ "type": "string"
54291
+ },
54292
+ "dc": {
54293
+ "type": "string"
54294
+ },
54295
+ "passive": {
54296
+ "type": "boolean"
54297
+ },
54298
+ "buildsEnabled": {
54299
+ "type": "boolean"
54300
+ },
54301
+ "aws": {
54302
+ "properties": {
54303
+ "subnetIds": {
54304
+ "items": {
54305
+ "type": "string"
54306
+ },
54307
+ "type": "array"
54308
+ },
54309
+ "securityGroupId": {
54310
+ "type": "string"
54311
+ }
54312
+ },
54313
+ "required": [
54314
+ "subnetIds",
54315
+ "securityGroupId"
54316
+ ],
54317
+ "type": "object"
54318
+ },
54319
+ "createdAt": {
54320
+ "type": "number"
54321
+ },
54322
+ "updatedAt": {
54323
+ "type": "number"
54324
+ }
54325
+ },
54326
+ "required": [
54327
+ "envId",
54328
+ "connectConfigurationId",
54329
+ "passive",
54330
+ "buildsEnabled",
54331
+ "createdAt",
54332
+ "updatedAt"
54333
+ ],
54334
+ "type": "object"
54335
+ },
54336
+ "type": "array"
54337
+ }
54338
+ }
54339
+ }
54340
+ },
54341
+ "400": {
54342
+ "description": "One of the provided values in the request body is invalid.\nOne of the provided values in the request query is invalid."
54343
+ },
54344
+ "401": {
54345
+ "description": "The request is not authorized."
54346
+ },
54347
+ "402": {
54348
+ "description": ""
54349
+ },
54350
+ "403": {
54351
+ "description": "You do not have permission to access this resource."
54352
+ },
54353
+ "404": {
54354
+ "description": ""
54355
+ },
54356
+ "500": {
54357
+ "description": ""
54358
+ }
54359
+ },
54360
+ "parameters": [
54361
+ {
54362
+ "name": "idOrName",
54363
+ "description": "The unique project identifier or the project name",
54364
+ "in": "path",
54365
+ "required": true,
54366
+ "schema": {
54367
+ "description": "The unique project identifier or the project name",
54368
+ "type": "string"
54369
+ }
54370
+ },
54371
+ {
54372
+ "description": "The Team identifier to perform the request on behalf of.",
54373
+ "in": "query",
54374
+ "name": "teamId",
54375
+ "schema": {
54376
+ "type": "string",
54377
+ "example": "team_1a2b3c4d5e6f7g8h9i0j1k2l"
54378
+ }
54379
+ },
54380
+ {
54381
+ "description": "The Team slug to perform the request on behalf of.",
54382
+ "in": "query",
54383
+ "name": "slug",
54384
+ "schema": {
54385
+ "type": "string",
54386
+ "example": "my-team-url-slug"
54387
+ }
54388
+ }
54389
+ ],
54390
+ "requestBody": {
54391
+ "content": {
54392
+ "application/json": {
54393
+ "schema": {
54394
+ "type": "object",
54395
+ "properties": {
54396
+ "regions": {
54397
+ "type": "array",
54398
+ "items": {
54399
+ "type": "string",
54400
+ "maxLength": 4,
54401
+ "description": "The region of shared Secure Compute network to connect to.",
54402
+ "example": "iad1"
54403
+ },
54404
+ "minItems": 0,
54405
+ "maxItems": 3,
54406
+ "uniqueItems": true
54407
+ }
54408
+ },
54409
+ "required": [
54410
+ "regions"
54411
+ ]
54412
+ }
54413
+ }
54414
+ }
54415
+ }
54416
+ }
54417
+ },
54180
54418
  "/v9/projects/{idOrName}/custom-environments": {
54181
54419
  "post": {
54182
54420
  "description": "Creates a custom environment for the current project. Cannot be named 'Production' or 'Preview'.",
@@ -62748,6 +62986,9 @@
62748
62986
  "403": {
62749
62987
  "description": "You do not have permission to access this resource."
62750
62988
  },
62989
+ "404": {
62990
+ "description": ""
62991
+ },
62751
62992
  "409": {
62752
62993
  "description": "The project is being transferred and uploading certificates is not possible"
62753
62994
  },
@@ -69548,6 +69789,7 @@
69548
69789
  "limits-exceeded-suspended",
69549
69790
  "limits-exceeded-suspended-store-count",
69550
69791
  "initializing",
69792
+ "onboarding",
69551
69793
  "uninstalled"
69552
69794
  ]
69553
69795
  },
@@ -69613,6 +69855,7 @@
69613
69855
  "enum": [
69614
69856
  "error",
69615
69857
  "suspended",
69858
+ "onboarding",
69616
69859
  "uninstalled",
69617
69860
  "ready",
69618
69861
  "pending",
@@ -69693,34 +69936,34 @@
69693
69936
  "maxLength": {
69694
69937
  "type": "object",
69695
69938
  "properties": {
69696
- "__@BRAND@8494": {
69939
+ "__@BRAND@8495": {
69697
69940
  "type": "object"
69698
69941
  }
69699
69942
  },
69700
69943
  "required": [
69701
- "__@BRAND@8494"
69944
+ "__@BRAND@8495"
69702
69945
  ]
69703
69946
  },
69704
69947
  "minLength": {
69705
69948
  "type": "object",
69706
69949
  "properties": {
69707
- "__@BRAND@8494": {
69950
+ "__@BRAND@8495": {
69708
69951
  "type": "object"
69709
69952
  }
69710
69953
  },
69711
69954
  "required": [
69712
- "__@BRAND@8494"
69955
+ "__@BRAND@8495"
69713
69956
  ]
69714
69957
  },
69715
69958
  "pattern": {
69716
69959
  "type": "object",
69717
69960
  "properties": {
69718
- "__@BRAND@8494": {
69961
+ "__@BRAND@8495": {
69719
69962
  "type": "object"
69720
69963
  }
69721
69964
  },
69722
69965
  "required": [
69723
- "__@BRAND@8494"
69966
+ "__@BRAND@8495"
69724
69967
  ]
69725
69968
  },
69726
69969
  "description": {
@@ -70403,34 +70646,34 @@
70403
70646
  "maxLength": {
70404
70647
  "type": "object",
70405
70648
  "properties": {
70406
- "__@BRAND@8494": {
70649
+ "__@BRAND@8495": {
70407
70650
  "type": "object"
70408
70651
  }
70409
70652
  },
70410
70653
  "required": [
70411
- "__@BRAND@8494"
70654
+ "__@BRAND@8495"
70412
70655
  ]
70413
70656
  },
70414
70657
  "minLength": {
70415
70658
  "type": "object",
70416
70659
  "properties": {
70417
- "__@BRAND@8494": {
70660
+ "__@BRAND@8495": {
70418
70661
  "type": "object"
70419
70662
  }
70420
70663
  },
70421
70664
  "required": [
70422
- "__@BRAND@8494"
70665
+ "__@BRAND@8495"
70423
70666
  ]
70424
70667
  },
70425
70668
  "pattern": {
70426
70669
  "type": "object",
70427
70670
  "properties": {
70428
- "__@BRAND@8494": {
70671
+ "__@BRAND@8495": {
70429
70672
  "type": "object"
70430
70673
  }
70431
70674
  },
70432
70675
  "required": [
70433
- "__@BRAND@8494"
70676
+ "__@BRAND@8495"
70434
70677
  ]
70435
70678
  },
70436
70679
  "description": {
@@ -70579,34 +70822,34 @@
70579
70822
  "minLength": {
70580
70823
  "type": "object",
70581
70824
  "properties": {
70582
- "__@BRAND@8494": {
70825
+ "__@BRAND@8495": {
70583
70826
  "type": "object"
70584
70827
  }
70585
70828
  },
70586
70829
  "required": [
70587
- "__@BRAND@8494"
70830
+ "__@BRAND@8495"
70588
70831
  ]
70589
70832
  },
70590
70833
  "maxLength": {
70591
70834
  "type": "object",
70592
70835
  "properties": {
70593
- "__@BRAND@8494": {
70836
+ "__@BRAND@8495": {
70594
70837
  "type": "object"
70595
70838
  }
70596
70839
  },
70597
70840
  "required": [
70598
- "__@BRAND@8494"
70841
+ "__@BRAND@8495"
70599
70842
  ]
70600
70843
  },
70601
70844
  "pattern": {
70602
70845
  "type": "object",
70603
70846
  "properties": {
70604
- "__@BRAND@8494": {
70847
+ "__@BRAND@8495": {
70605
70848
  "type": "object"
70606
70849
  }
70607
70850
  },
70608
70851
  "required": [
70609
- "__@BRAND@8494"
70852
+ "__@BRAND@8495"
70610
70853
  ]
70611
70854
  },
70612
70855
  "default": {
@@ -70923,12 +71166,12 @@
70923
71166
  {
70924
71167
  "type": "object",
70925
71168
  "properties": {
70926
- "__@BRAND@8494": {
71169
+ "__@BRAND@8495": {
70927
71170
  "type": "object"
70928
71171
  }
70929
71172
  },
70930
71173
  "required": [
70931
- "__@BRAND@8494"
71174
+ "__@BRAND@8495"
70932
71175
  ]
70933
71176
  },
70934
71177
  {
@@ -70936,12 +71179,12 @@
70936
71179
  "value": {
70937
71180
  "type": "object",
70938
71181
  "properties": {
70939
- "__@BRAND@8494": {
71182
+ "__@BRAND@8495": {
70940
71183
  "type": "object"
70941
71184
  }
70942
71185
  },
70943
71186
  "required": [
70944
- "__@BRAND@8494"
71187
+ "__@BRAND@8495"
70945
71188
  ]
70946
71189
  },
70947
71190
  "disabled": {
@@ -71013,34 +71256,34 @@
71013
71256
  "maxLength": {
71014
71257
  "type": "object",
71015
71258
  "properties": {
71016
- "__@BRAND@8494": {
71259
+ "__@BRAND@8495": {
71017
71260
  "type": "object"
71018
71261
  }
71019
71262
  },
71020
71263
  "required": [
71021
- "__@BRAND@8494"
71264
+ "__@BRAND@8495"
71022
71265
  ]
71023
71266
  },
71024
71267
  "minLength": {
71025
71268
  "type": "object",
71026
71269
  "properties": {
71027
- "__@BRAND@8494": {
71270
+ "__@BRAND@8495": {
71028
71271
  "type": "object"
71029
71272
  }
71030
71273
  },
71031
71274
  "required": [
71032
- "__@BRAND@8494"
71275
+ "__@BRAND@8495"
71033
71276
  ]
71034
71277
  },
71035
71278
  "pattern": {
71036
71279
  "type": "object",
71037
71280
  "properties": {
71038
- "__@BRAND@8494": {
71281
+ "__@BRAND@8495": {
71039
71282
  "type": "object"
71040
71283
  }
71041
71284
  },
71042
71285
  "required": [
71043
- "__@BRAND@8494"
71286
+ "__@BRAND@8495"
71044
71287
  ]
71045
71288
  },
71046
71289
  "description": {
@@ -71190,34 +71433,34 @@
71190
71433
  "maxLength": {
71191
71434
  "type": "object",
71192
71435
  "properties": {
71193
- "__@BRAND@8494": {
71436
+ "__@BRAND@8495": {
71194
71437
  "type": "object"
71195
71438
  }
71196
71439
  },
71197
71440
  "required": [
71198
- "__@BRAND@8494"
71441
+ "__@BRAND@8495"
71199
71442
  ]
71200
71443
  },
71201
71444
  "minLength": {
71202
71445
  "type": "object",
71203
71446
  "properties": {
71204
- "__@BRAND@8494": {
71447
+ "__@BRAND@8495": {
71205
71448
  "type": "object"
71206
71449
  }
71207
71450
  },
71208
71451
  "required": [
71209
- "__@BRAND@8494"
71452
+ "__@BRAND@8495"
71210
71453
  ]
71211
71454
  },
71212
71455
  "pattern": {
71213
71456
  "type": "object",
71214
71457
  "properties": {
71215
- "__@BRAND@8494": {
71458
+ "__@BRAND@8495": {
71216
71459
  "type": "object"
71217
71460
  }
71218
71461
  },
71219
71462
  "required": [
71220
- "__@BRAND@8494"
71463
+ "__@BRAND@8495"
71221
71464
  ]
71222
71465
  },
71223
71466
  "description": {
@@ -71348,12 +71591,12 @@
71348
71591
  "value": {
71349
71592
  "type": "object",
71350
71593
  "properties": {
71351
- "__@BRAND@8494": {
71594
+ "__@BRAND@8495": {
71352
71595
  "type": "object"
71353
71596
  }
71354
71597
  },
71355
71598
  "required": [
71356
- "__@BRAND@8494"
71599
+ "__@BRAND@8495"
71357
71600
  ]
71358
71601
  },
71359
71602
  "disabled": {
@@ -71602,12 +71845,12 @@
71602
71845
  "value": {
71603
71846
  "type": "object",
71604
71847
  "properties": {
71605
- "__@BRAND@8494": {
71848
+ "__@BRAND@8495": {
71606
71849
  "type": "object"
71607
71850
  }
71608
71851
  },
71609
71852
  "required": [
71610
- "__@BRAND@8494"
71853
+ "__@BRAND@8495"
71611
71854
  ]
71612
71855
  },
71613
71856
  "disabled": {
@@ -79192,8 +79435,7 @@
79192
79435
  "type": "object",
79193
79436
  "required": [
79194
79437
  "issues",
79195
- "message",
79196
- "_tag"
79438
+ "message"
79197
79439
  ],
79198
79440
  "properties": {
79199
79441
  "issues": {
@@ -79204,12 +79446,6 @@
79204
79446
  },
79205
79447
  "message": {
79206
79448
  "type": "string"
79207
- },
79208
- "_tag": {
79209
- "type": "string",
79210
- "enum": [
79211
- "HttpApiDecodeError"
79212
- ]
79213
79449
  }
79214
79450
  },
79215
79451
  "additionalProperties": false,
@@ -79218,25 +79454,10 @@
79218
79454
  "Issue": {
79219
79455
  "type": "object",
79220
79456
  "required": [
79221
- "_tag",
79222
79457
  "path",
79223
79458
  "message"
79224
79459
  ],
79225
79460
  "properties": {
79226
- "_tag": {
79227
- "type": "string",
79228
- "enum": [
79229
- "Pointer",
79230
- "Unexpected",
79231
- "Missing",
79232
- "Composite",
79233
- "Refinement",
79234
- "Transformation",
79235
- "Type",
79236
- "Forbidden"
79237
- ],
79238
- "description": "The tag identifying the type of parse issue"
79239
- },
79240
79461
  "path": {
79241
79462
  "type": "array",
79242
79463
  "items": {
@@ -79289,8 +79510,7 @@
79289
79510
  "code",
79290
79511
  "message",
79291
79512
  "retryAfter",
79292
- "limit",
79293
- "_tag"
79513
+ "limit"
79294
79514
  ],
79295
79515
  "properties": {
79296
79516
  "status": {
@@ -79343,12 +79563,6 @@
79343
79563
  }
79344
79564
  },
79345
79565
  "additionalProperties": false
79346
- },
79347
- "_tag": {
79348
- "type": "string",
79349
- "enum": [
79350
- "TooManyRequests"
79351
- ]
79352
79566
  }
79353
79567
  },
79354
79568
  "additionalProperties": false
@@ -79358,8 +79572,7 @@
79358
79572
  "required": [
79359
79573
  "status",
79360
79574
  "code",
79361
- "message",
79362
- "_tag"
79575
+ "message"
79363
79576
  ],
79364
79577
  "properties": {
79365
79578
  "status": {
@@ -79376,12 +79589,6 @@
79376
79589
  },
79377
79590
  "message": {
79378
79591
  "type": "string"
79379
- },
79380
- "_tag": {
79381
- "type": "string",
79382
- "enum": [
79383
- "Unauthorized"
79384
- ]
79385
79592
  }
79386
79593
  },
79387
79594
  "additionalProperties": false
@@ -79391,8 +79598,7 @@
79391
79598
  "required": [
79392
79599
  "status",
79393
79600
  "code",
79394
- "message",
79395
- "_tag"
79601
+ "message"
79396
79602
  ],
79397
79603
  "properties": {
79398
79604
  "status": {
@@ -79409,12 +79615,6 @@
79409
79615
  },
79410
79616
  "message": {
79411
79617
  "type": "string"
79412
- },
79413
- "_tag": {
79414
- "type": "string",
79415
- "enum": [
79416
- "NotAuthorizedForScope"
79417
- ]
79418
79618
  }
79419
79619
  },
79420
79620
  "additionalProperties": false
@@ -79424,8 +79624,7 @@
79424
79624
  "required": [
79425
79625
  "status",
79426
79626
  "code",
79427
- "message",
79428
- "_tag"
79627
+ "message"
79429
79628
  ],
79430
79629
  "properties": {
79431
79630
  "status": {
@@ -79442,12 +79641,6 @@
79442
79641
  },
79443
79642
  "message": {
79444
79643
  "type": "string"
79445
- },
79446
- "_tag": {
79447
- "type": "string",
79448
- "enum": [
79449
- "InternalServerError"
79450
- ]
79451
79644
  }
79452
79645
  },
79453
79646
  "additionalProperties": false
@@ -79456,18 +79649,12 @@
79456
79649
  "type": "string",
79457
79650
  "description": "a string to be decoded into a number"
79458
79651
  },
79459
- "Dollars": {
79460
- "type": "number",
79461
- "description": "Represents a monetary amount in USD dollars",
79462
- "minimum": 0.01
79463
- },
79464
79652
  "TldNotSupported": {
79465
79653
  "type": "object",
79466
79654
  "required": [
79467
79655
  "status",
79468
79656
  "code",
79469
- "message",
79470
- "_tag"
79657
+ "message"
79471
79658
  ],
79472
79659
  "properties": {
79473
79660
  "status": {
@@ -79484,15 +79671,10 @@
79484
79671
  },
79485
79672
  "message": {
79486
79673
  "type": "string"
79487
- },
79488
- "_tag": {
79489
- "type": "string",
79490
- "enum": [
79491
- "TldNotSupported"
79492
- ]
79493
79674
  }
79494
79675
  },
79495
- "additionalProperties": false
79676
+ "additionalProperties": false,
79677
+ "description": "The TLD is not currently supported."
79496
79678
  },
79497
79679
  "DomainName": {
79498
79680
  "type": "string"
@@ -79502,8 +79684,7 @@
79502
79684
  "required": [
79503
79685
  "status",
79504
79686
  "code",
79505
- "message",
79506
- "_tag"
79687
+ "message"
79507
79688
  ],
79508
79689
  "properties": {
79509
79690
  "status": {
@@ -79520,12 +79701,6 @@
79520
79701
  },
79521
79702
  "message": {
79522
79703
  "type": "string"
79523
- },
79524
- "_tag": {
79525
- "type": "string",
79526
- "enum": [
79527
- "NotFound"
79528
- ]
79529
79704
  }
79530
79705
  },
79531
79706
  "additionalProperties": false
@@ -79535,8 +79710,7 @@
79535
79710
  "required": [
79536
79711
  "status",
79537
79712
  "code",
79538
- "message",
79539
- "_tag"
79713
+ "message"
79540
79714
  ],
79541
79715
  "properties": {
79542
79716
  "status": {
@@ -79553,12 +79727,6 @@
79553
79727
  },
79554
79728
  "message": {
79555
79729
  "type": "string"
79556
- },
79557
- "_tag": {
79558
- "type": "string",
79559
- "enum": [
79560
- "BadRequest"
79561
- ]
79562
79730
  }
79563
79731
  },
79564
79732
  "additionalProperties": false
@@ -79568,8 +79736,7 @@
79568
79736
  "required": [
79569
79737
  "status",
79570
79738
  "code",
79571
- "message",
79572
- "_tag"
79739
+ "message"
79573
79740
  ],
79574
79741
  "properties": {
79575
79742
  "status": {
@@ -79586,23 +79753,17 @@
79586
79753
  },
79587
79754
  "message": {
79588
79755
  "type": "string"
79589
- },
79590
- "_tag": {
79591
- "type": "string",
79592
- "enum": [
79593
- "DomainNotRegistered"
79594
- ]
79595
79756
  }
79596
79757
  },
79597
- "additionalProperties": false
79758
+ "additionalProperties": false,
79759
+ "description": "The domain is not registered with Vercel."
79598
79760
  },
79599
79761
  "Forbidden": {
79600
79762
  "type": "object",
79601
79763
  "required": [
79602
79764
  "status",
79603
79765
  "code",
79604
- "message",
79605
- "_tag"
79766
+ "message"
79606
79767
  ],
79607
79768
  "properties": {
79608
79769
  "status": {
@@ -79619,12 +79780,6 @@
79619
79780
  },
79620
79781
  "message": {
79621
79782
  "type": "string"
79622
- },
79623
- "_tag": {
79624
- "type": "string",
79625
- "enum": [
79626
- "Forbidden"
79627
- ]
79628
79783
  }
79629
79784
  },
79630
79785
  "additionalProperties": false
@@ -79634,8 +79789,7 @@
79634
79789
  "required": [
79635
79790
  "status",
79636
79791
  "code",
79637
- "message",
79638
- "_tag"
79792
+ "message"
79639
79793
  ],
79640
79794
  "properties": {
79641
79795
  "status": {
@@ -79652,15 +79806,10 @@
79652
79806
  },
79653
79807
  "message": {
79654
79808
  "type": "string"
79655
- },
79656
- "_tag": {
79657
- "type": "string",
79658
- "enum": [
79659
- "DomainNotFound"
79660
- ]
79661
79809
  }
79662
79810
  },
79663
- "additionalProperties": false
79811
+ "additionalProperties": false,
79812
+ "description": "The domain was not found in our system."
79664
79813
  },
79665
79814
  "NonEmptyTrimmedString": {
79666
79815
  "type": "string",
@@ -79694,8 +79843,7 @@
79694
79843
  "required": [
79695
79844
  "status",
79696
79845
  "code",
79697
- "message",
79698
- "_tag"
79846
+ "message"
79699
79847
  ],
79700
79848
  "properties": {
79701
79849
  "status": {
@@ -79712,23 +79860,17 @@
79712
79860
  },
79713
79861
  "message": {
79714
79862
  "type": "string"
79715
- },
79716
- "_tag": {
79717
- "type": "string",
79718
- "enum": [
79719
- "DomainNotAvailable"
79720
- ]
79721
79863
  }
79722
79864
  },
79723
- "additionalProperties": false
79865
+ "additionalProperties": false,
79866
+ "description": "The domain is not available."
79724
79867
  },
79725
79868
  "ExpectedPriceMismatch": {
79726
79869
  "type": "object",
79727
79870
  "required": [
79728
79871
  "status",
79729
79872
  "code",
79730
- "message",
79731
- "_tag"
79873
+ "message"
79732
79874
  ],
79733
79875
  "properties": {
79734
79876
  "status": {
@@ -79745,23 +79887,17 @@
79745
79887
  },
79746
79888
  "message": {
79747
79889
  "type": "string"
79748
- },
79749
- "_tag": {
79750
- "type": "string",
79751
- "enum": [
79752
- "ExpectedPriceMismatch"
79753
- ]
79754
79890
  }
79755
79891
  },
79756
- "additionalProperties": false
79892
+ "additionalProperties": false,
79893
+ "description": "The expected price passed does not match the actual price."
79757
79894
  },
79758
79895
  "AdditionalContactInfoRequired": {
79759
79896
  "type": "object",
79760
79897
  "required": [
79761
79898
  "status",
79762
79899
  "code",
79763
- "message",
79764
- "_tag"
79900
+ "message"
79765
79901
  ],
79766
79902
  "properties": {
79767
79903
  "status": {
@@ -79778,23 +79914,17 @@
79778
79914
  },
79779
79915
  "message": {
79780
79916
  "type": "string"
79781
- },
79782
- "_tag": {
79783
- "type": "string",
79784
- "enum": [
79785
- "AdditionalContactInfoRequired"
79786
- ]
79787
79917
  }
79788
79918
  },
79789
- "additionalProperties": false
79919
+ "additionalProperties": false,
79920
+ "description": "Additional contact information is required for the TLD."
79790
79921
  },
79791
79922
  "InvalidAdditionalContactInfo": {
79792
79923
  "type": "object",
79793
79924
  "required": [
79794
79925
  "status",
79795
79926
  "code",
79796
- "message",
79797
- "_tag"
79927
+ "message"
79798
79928
  ],
79799
79929
  "properties": {
79800
79930
  "status": {
@@ -79811,23 +79941,17 @@
79811
79941
  },
79812
79942
  "message": {
79813
79943
  "type": "string"
79814
- },
79815
- "_tag": {
79816
- "type": "string",
79817
- "enum": [
79818
- "InvalidAdditionalContactInfo"
79819
- ]
79820
79944
  }
79821
79945
  },
79822
- "additionalProperties": false
79946
+ "additionalProperties": false,
79947
+ "description": "Additional contact information provided for the TLD is invalid."
79823
79948
  },
79824
79949
  "OrderTooExpensive": {
79825
79950
  "type": "object",
79826
79951
  "required": [
79827
79952
  "status",
79828
79953
  "code",
79829
- "message",
79830
- "_tag"
79954
+ "message"
79831
79955
  ],
79832
79956
  "properties": {
79833
79957
  "status": {
@@ -79844,23 +79968,17 @@
79844
79968
  },
79845
79969
  "message": {
79846
79970
  "type": "string"
79847
- },
79848
- "_tag": {
79849
- "type": "string",
79850
- "enum": [
79851
- "OrderTooExpensive"
79852
- ]
79853
79971
  }
79854
79972
  },
79855
- "additionalProperties": false
79973
+ "additionalProperties": false,
79974
+ "description": "The total price of the order is too high."
79856
79975
  },
79857
79976
  "DuplicateDomains": {
79858
79977
  "type": "object",
79859
79978
  "required": [
79860
79979
  "status",
79861
79980
  "code",
79862
- "message",
79863
- "_tag"
79981
+ "message"
79864
79982
  ],
79865
79983
  "properties": {
79866
79984
  "status": {
@@ -79877,23 +79995,17 @@
79877
79995
  },
79878
79996
  "message": {
79879
79997
  "type": "string"
79880
- },
79881
- "_tag": {
79882
- "type": "string",
79883
- "enum": [
79884
- "DuplicateDomains"
79885
- ]
79886
79998
  }
79887
79999
  },
79888
- "additionalProperties": false
80000
+ "additionalProperties": false,
80001
+ "description": "Duplicate domains were provided."
79889
80002
  },
79890
80003
  "TooManyDomains": {
79891
80004
  "type": "object",
79892
80005
  "required": [
79893
80006
  "status",
79894
80007
  "code",
79895
- "message",
79896
- "_tag"
80008
+ "message"
79897
80009
  ],
79898
80010
  "properties": {
79899
80011
  "status": {
@@ -79910,23 +80022,17 @@
79910
80022
  },
79911
80023
  "message": {
79912
80024
  "type": "string"
79913
- },
79914
- "_tag": {
79915
- "type": "string",
79916
- "enum": [
79917
- "TooManyDomains"
79918
- ]
79919
80025
  }
79920
80026
  },
79921
- "additionalProperties": false
80027
+ "additionalProperties": false,
80028
+ "description": "The number of domains in the order is too high."
79922
80029
  },
79923
80030
  "DomainNotRenewable": {
79924
80031
  "type": "object",
79925
80032
  "required": [
79926
80033
  "status",
79927
80034
  "code",
79928
- "message",
79929
- "_tag"
80035
+ "message"
79930
80036
  ],
79931
80037
  "properties": {
79932
80038
  "status": {
@@ -79943,23 +80049,17 @@
79943
80049
  },
79944
80050
  "message": {
79945
80051
  "type": "string"
79946
- },
79947
- "_tag": {
79948
- "type": "string",
79949
- "enum": [
79950
- "DomainNotRenewable"
79951
- ]
79952
80052
  }
79953
80053
  },
79954
- "additionalProperties": false
80054
+ "additionalProperties": false,
80055
+ "description": "The domain is not renewable."
79955
80056
  },
79956
80057
  "DomainAlreadyRenewing": {
79957
80058
  "type": "object",
79958
80059
  "required": [
79959
80060
  "status",
79960
80061
  "code",
79961
- "message",
79962
- "_tag"
80062
+ "message"
79963
80063
  ],
79964
80064
  "properties": {
79965
80065
  "status": {
@@ -79976,15 +80076,10 @@
79976
80076
  },
79977
80077
  "message": {
79978
80078
  "type": "string"
79979
- },
79980
- "_tag": {
79981
- "type": "string",
79982
- "enum": [
79983
- "DomainAlreadyRenewing"
79984
- ]
79985
80079
  }
79986
80080
  },
79987
- "additionalProperties": false
80081
+ "additionalProperties": false,
80082
+ "description": "The domain is already renewing."
79988
80083
  },
79989
80084
  "Nameserver": {
79990
80085
  "type": "string"