@vercel/sdk 1.12.2 → 1.13.1

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 (335) hide show
  1. package/README.md +40 -4
  2. package/bin/mcp-server.js +4898 -1561
  3. package/bin/mcp-server.js.map +63 -14
  4. package/docs/sdks/domains/README.md +1 -0
  5. package/docs/sdks/domainsregistrar/README.md +1335 -0
  6. package/esm/__tests__/accessgroups.test.js +3 -1
  7. package/esm/__tests__/accessgroups.test.js.map +1 -1
  8. package/esm/__tests__/domains.test.js +6 -9
  9. package/esm/__tests__/domains.test.js.map +1 -1
  10. package/esm/__tests__/domainsregistrar.test.d.ts +2 -0
  11. package/esm/__tests__/domainsregistrar.test.d.ts.map +1 -0
  12. package/esm/__tests__/domainsregistrar.test.js +274 -0
  13. package/esm/__tests__/domainsregistrar.test.js.map +1 -0
  14. package/esm/__tests__/edgeconfig.test.js +6 -6
  15. package/esm/__tests__/edgeconfig.test.js.map +1 -1
  16. package/esm/__tests__/integrations.test.js +1 -1
  17. package/esm/__tests__/logdrains.test.js +7 -5
  18. package/esm/__tests__/logdrains.test.js.map +1 -1
  19. package/esm/__tests__/rollingrelease.test.js +1 -2
  20. package/esm/__tests__/rollingrelease.test.js.map +1 -1
  21. package/esm/__tests__/security.test.js +1 -11
  22. package/esm/__tests__/security.test.js.map +1 -1
  23. package/esm/funcs/domainsCheckDomainPrice.d.ts +2 -1
  24. package/esm/funcs/domainsCheckDomainPrice.d.ts.map +1 -1
  25. package/esm/funcs/domainsCheckDomainPrice.js +3 -2
  26. package/esm/funcs/domainsCheckDomainPrice.js.map +1 -1
  27. package/esm/funcs/domainsRegistrarBuyDomains.d.ts +21 -0
  28. package/esm/funcs/domainsRegistrarBuyDomains.d.ts.map +1 -0
  29. package/esm/funcs/domainsRegistrarBuyDomains.js +85 -0
  30. package/esm/funcs/domainsRegistrarBuyDomains.js.map +1 -0
  31. package/esm/funcs/domainsRegistrarBuySingleDomain.d.ts +21 -0
  32. package/esm/funcs/domainsRegistrarBuySingleDomain.d.ts.map +1 -0
  33. package/esm/funcs/domainsRegistrarBuySingleDomain.js +91 -0
  34. package/esm/funcs/domainsRegistrarBuySingleDomain.js.map +1 -0
  35. package/esm/funcs/domainsRegistrarGetBulkAvailability.d.ts +20 -0
  36. package/esm/funcs/domainsRegistrarGetBulkAvailability.d.ts.map +1 -0
  37. package/esm/funcs/domainsRegistrarGetBulkAvailability.js +84 -0
  38. package/esm/funcs/domainsRegistrarGetBulkAvailability.js.map +1 -0
  39. package/esm/funcs/domainsRegistrarGetContactInfoSchema.d.ts +20 -0
  40. package/esm/funcs/domainsRegistrarGetContactInfoSchema.d.ts.map +1 -0
  41. package/esm/funcs/domainsRegistrarGetContactInfoSchema.js +89 -0
  42. package/esm/funcs/domainsRegistrarGetContactInfoSchema.js.map +1 -0
  43. package/esm/funcs/domainsRegistrarGetDomainAuthCode.d.ts +22 -0
  44. package/esm/funcs/domainsRegistrarGetDomainAuthCode.d.ts.map +1 -0
  45. package/esm/funcs/domainsRegistrarGetDomainAuthCode.js +91 -0
  46. package/esm/funcs/domainsRegistrarGetDomainAuthCode.js.map +1 -0
  47. package/esm/funcs/domainsRegistrarGetDomainAvailability.d.ts +21 -0
  48. package/esm/funcs/domainsRegistrarGetDomainAvailability.d.ts.map +1 -0
  49. package/esm/funcs/domainsRegistrarGetDomainAvailability.js +90 -0
  50. package/esm/funcs/domainsRegistrarGetDomainAvailability.js.map +1 -0
  51. package/esm/funcs/domainsRegistrarGetDomainPrice.d.ts +20 -0
  52. package/esm/funcs/domainsRegistrarGetDomainPrice.d.ts.map +1 -0
  53. package/esm/funcs/domainsRegistrarGetDomainPrice.js +93 -0
  54. package/esm/funcs/domainsRegistrarGetDomainPrice.js.map +1 -0
  55. package/esm/funcs/domainsRegistrarGetDomainTransferIn.d.ts +22 -0
  56. package/esm/funcs/domainsRegistrarGetDomainTransferIn.d.ts.map +1 -0
  57. package/esm/funcs/domainsRegistrarGetDomainTransferIn.js +91 -0
  58. package/esm/funcs/domainsRegistrarGetDomainTransferIn.js.map +1 -0
  59. package/esm/funcs/domainsRegistrarGetOrder.d.ts +22 -0
  60. package/esm/funcs/domainsRegistrarGetOrder.d.ts.map +1 -0
  61. package/esm/funcs/domainsRegistrarGetOrder.js +91 -0
  62. package/esm/funcs/domainsRegistrarGetOrder.js.map +1 -0
  63. package/esm/funcs/domainsRegistrarGetSupportedTlds.d.ts +20 -0
  64. package/esm/funcs/domainsRegistrarGetSupportedTlds.d.ts.map +1 -0
  65. package/esm/funcs/domainsRegistrarGetSupportedTlds.js +75 -0
  66. package/esm/funcs/domainsRegistrarGetSupportedTlds.js.map +1 -0
  67. package/esm/funcs/domainsRegistrarGetTldPrice.d.ts +21 -0
  68. package/esm/funcs/domainsRegistrarGetTldPrice.d.ts.map +1 -0
  69. package/esm/funcs/domainsRegistrarGetTldPrice.js +94 -0
  70. package/esm/funcs/domainsRegistrarGetTldPrice.js.map +1 -0
  71. package/esm/funcs/domainsRegistrarRenewDomain.d.ts +22 -0
  72. package/esm/funcs/domainsRegistrarRenewDomain.d.ts.map +1 -0
  73. package/esm/funcs/domainsRegistrarRenewDomain.js +92 -0
  74. package/esm/funcs/domainsRegistrarRenewDomain.js.map +1 -0
  75. package/esm/funcs/domainsRegistrarTransferInDomain.d.ts +21 -0
  76. package/esm/funcs/domainsRegistrarTransferInDomain.d.ts.map +1 -0
  77. package/esm/funcs/domainsRegistrarTransferInDomain.js +91 -0
  78. package/esm/funcs/domainsRegistrarTransferInDomain.js.map +1 -0
  79. package/esm/funcs/domainsRegistrarUpdateDomainAutoRenew.d.ts +22 -0
  80. package/esm/funcs/domainsRegistrarUpdateDomainAutoRenew.d.ts.map +1 -0
  81. package/esm/funcs/domainsRegistrarUpdateDomainAutoRenew.js +93 -0
  82. package/esm/funcs/domainsRegistrarUpdateDomainAutoRenew.js.map +1 -0
  83. package/esm/funcs/domainsRegistrarUpdateDomainNameservers.d.ts +22 -0
  84. package/esm/funcs/domainsRegistrarUpdateDomainNameservers.d.ts.map +1 -0
  85. package/esm/funcs/domainsRegistrarUpdateDomainNameservers.js +93 -0
  86. package/esm/funcs/domainsRegistrarUpdateDomainNameservers.js.map +1 -0
  87. package/esm/lib/config.d.ts +3 -3
  88. package/esm/lib/config.js +3 -3
  89. package/esm/mcp-server/mcp-server.js +1 -1
  90. package/esm/mcp-server/server.d.ts.map +1 -1
  91. package/esm/mcp-server/server.js +31 -1
  92. package/esm/mcp-server/server.js.map +1 -1
  93. package/esm/mcp-server/tools/domainsRegistrarBuyDomains.d.ts +7 -0
  94. package/esm/mcp-server/tools/domainsRegistrarBuyDomains.d.ts.map +1 -0
  95. package/esm/mcp-server/tools/domainsRegistrarBuyDomains.js +28 -0
  96. package/esm/mcp-server/tools/domainsRegistrarBuyDomains.js.map +1 -0
  97. package/esm/mcp-server/tools/domainsRegistrarBuySingleDomain.d.ts +7 -0
  98. package/esm/mcp-server/tools/domainsRegistrarBuySingleDomain.d.ts.map +1 -0
  99. package/esm/mcp-server/tools/domainsRegistrarBuySingleDomain.js +28 -0
  100. package/esm/mcp-server/tools/domainsRegistrarBuySingleDomain.js.map +1 -0
  101. package/esm/mcp-server/tools/domainsRegistrarGetBulkAvailability.d.ts +7 -0
  102. package/esm/mcp-server/tools/domainsRegistrarGetBulkAvailability.d.ts.map +1 -0
  103. package/esm/mcp-server/tools/domainsRegistrarGetBulkAvailability.js +28 -0
  104. package/esm/mcp-server/tools/domainsRegistrarGetBulkAvailability.js.map +1 -0
  105. package/esm/mcp-server/tools/domainsRegistrarGetContactInfoSchema.d.ts +7 -0
  106. package/esm/mcp-server/tools/domainsRegistrarGetContactInfoSchema.d.ts.map +1 -0
  107. package/esm/mcp-server/tools/domainsRegistrarGetContactInfoSchema.js +28 -0
  108. package/esm/mcp-server/tools/domainsRegistrarGetContactInfoSchema.js.map +1 -0
  109. package/esm/mcp-server/tools/domainsRegistrarGetDomainAuthCode.d.ts +7 -0
  110. package/esm/mcp-server/tools/domainsRegistrarGetDomainAuthCode.d.ts.map +1 -0
  111. package/esm/mcp-server/tools/domainsRegistrarGetDomainAuthCode.js +28 -0
  112. package/esm/mcp-server/tools/domainsRegistrarGetDomainAuthCode.js.map +1 -0
  113. package/esm/mcp-server/tools/domainsRegistrarGetDomainAvailability.d.ts +7 -0
  114. package/esm/mcp-server/tools/domainsRegistrarGetDomainAvailability.d.ts.map +1 -0
  115. package/esm/mcp-server/tools/domainsRegistrarGetDomainAvailability.js +28 -0
  116. package/esm/mcp-server/tools/domainsRegistrarGetDomainAvailability.js.map +1 -0
  117. package/esm/mcp-server/tools/domainsRegistrarGetDomainPrice.d.ts +7 -0
  118. package/esm/mcp-server/tools/domainsRegistrarGetDomainPrice.d.ts.map +1 -0
  119. package/esm/mcp-server/tools/domainsRegistrarGetDomainPrice.js +28 -0
  120. package/esm/mcp-server/tools/domainsRegistrarGetDomainPrice.js.map +1 -0
  121. package/esm/mcp-server/tools/domainsRegistrarGetDomainTransferIn.d.ts +7 -0
  122. package/esm/mcp-server/tools/domainsRegistrarGetDomainTransferIn.d.ts.map +1 -0
  123. package/esm/mcp-server/tools/domainsRegistrarGetDomainTransferIn.js +28 -0
  124. package/esm/mcp-server/tools/domainsRegistrarGetDomainTransferIn.js.map +1 -0
  125. package/esm/mcp-server/tools/domainsRegistrarGetOrder.d.ts +7 -0
  126. package/esm/mcp-server/tools/domainsRegistrarGetOrder.d.ts.map +1 -0
  127. package/esm/mcp-server/tools/domainsRegistrarGetOrder.js +28 -0
  128. package/esm/mcp-server/tools/domainsRegistrarGetOrder.js.map +1 -0
  129. package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.d.ts +3 -0
  130. package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.d.ts.map +1 -0
  131. package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.js +23 -0
  132. package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.js.map +1 -0
  133. package/esm/mcp-server/tools/domainsRegistrarGetTldPrice.d.ts +7 -0
  134. package/esm/mcp-server/tools/domainsRegistrarGetTldPrice.d.ts.map +1 -0
  135. package/esm/mcp-server/tools/domainsRegistrarGetTldPrice.js +28 -0
  136. package/esm/mcp-server/tools/domainsRegistrarGetTldPrice.js.map +1 -0
  137. package/esm/mcp-server/tools/domainsRegistrarRenewDomain.d.ts +7 -0
  138. package/esm/mcp-server/tools/domainsRegistrarRenewDomain.d.ts.map +1 -0
  139. package/esm/mcp-server/tools/domainsRegistrarRenewDomain.js +28 -0
  140. package/esm/mcp-server/tools/domainsRegistrarRenewDomain.js.map +1 -0
  141. package/esm/mcp-server/tools/domainsRegistrarTransferInDomain.d.ts +7 -0
  142. package/esm/mcp-server/tools/domainsRegistrarTransferInDomain.d.ts.map +1 -0
  143. package/esm/mcp-server/tools/domainsRegistrarTransferInDomain.js +28 -0
  144. package/esm/mcp-server/tools/domainsRegistrarTransferInDomain.js.map +1 -0
  145. package/esm/mcp-server/tools/domainsRegistrarUpdateDomainAutoRenew.d.ts +7 -0
  146. package/esm/mcp-server/tools/domainsRegistrarUpdateDomainAutoRenew.d.ts.map +1 -0
  147. package/esm/mcp-server/tools/domainsRegistrarUpdateDomainAutoRenew.js +27 -0
  148. package/esm/mcp-server/tools/domainsRegistrarUpdateDomainAutoRenew.js.map +1 -0
  149. package/esm/mcp-server/tools/domainsRegistrarUpdateDomainNameservers.d.ts +7 -0
  150. package/esm/mcp-server/tools/domainsRegistrarUpdateDomainNameservers.d.ts.map +1 -0
  151. package/esm/mcp-server/tools/domainsRegistrarUpdateDomainNameservers.js +27 -0
  152. package/esm/mcp-server/tools/domainsRegistrarUpdateDomainNameservers.js.map +1 -0
  153. package/esm/models/buydomainsop.d.ts +282 -0
  154. package/esm/models/buydomainsop.d.ts.map +1 -0
  155. package/esm/models/buydomainsop.js +247 -0
  156. package/esm/models/buydomainsop.js.map +1 -0
  157. package/esm/models/buysingledomainop.d.ts +282 -0
  158. package/esm/models/buysingledomainop.d.ts.map +1 -0
  159. package/esm/models/buysingledomainop.js +257 -0
  160. package/esm/models/buysingledomainop.js.map +1 -0
  161. package/esm/models/canceldeploymentop.d.ts +34 -34
  162. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  163. package/esm/models/canceldeploymentop.js +14 -14
  164. package/esm/models/canceldeploymentop.js.map +1 -1
  165. package/esm/models/createdeploymentop.d.ts +32 -32
  166. package/esm/models/createdeploymentop.d.ts.map +1 -1
  167. package/esm/models/createdeploymentop.js +12 -12
  168. package/esm/models/createdeploymentop.js.map +1 -1
  169. package/esm/models/createintegrationstoredirectop.d.ts +285 -285
  170. package/esm/models/createintegrationstoredirectop.js +351 -351
  171. package/esm/models/createprojectop.d.ts +30 -30
  172. package/esm/models/createprojectop.d.ts.map +1 -1
  173. package/esm/models/createprojectop.js +18 -18
  174. package/esm/models/createprojectop.js.map +1 -1
  175. package/esm/models/forbidden.d.ts +89 -0
  176. package/esm/models/forbidden.d.ts.map +1 -0
  177. package/esm/models/forbidden.js +98 -0
  178. package/esm/models/forbidden.js.map +1 -0
  179. package/esm/models/getbulkavailabilityop.d.ts +114 -0
  180. package/esm/models/getbulkavailabilityop.d.ts.map +1 -0
  181. package/esm/models/getbulkavailabilityop.js +115 -0
  182. package/esm/models/getbulkavailabilityop.js.map +1 -0
  183. package/esm/models/getconfigurationproductsop.d.ts +375 -375
  184. package/esm/models/getconfigurationproductsop.js +465 -465
  185. package/esm/models/getcontactinfoschemaop.d.ts +80 -0
  186. package/esm/models/getcontactinfoschemaop.d.ts.map +1 -0
  187. package/esm/models/getcontactinfoschemaop.js +84 -0
  188. package/esm/models/getcontactinfoschemaop.js.map +1 -0
  189. package/esm/models/getdomainauthcodeop.d.ts +84 -0
  190. package/esm/models/getdomainauthcodeop.d.ts.map +1 -0
  191. package/esm/models/getdomainauthcodeop.js +88 -0
  192. package/esm/models/getdomainauthcodeop.js.map +1 -0
  193. package/esm/models/getdomainavailabilityop.d.ts +84 -0
  194. package/esm/models/getdomainavailabilityop.d.ts.map +1 -0
  195. package/esm/models/getdomainavailabilityop.js +88 -0
  196. package/esm/models/getdomainavailabilityop.js.map +1 -0
  197. package/esm/models/getdomainpriceop.d.ts +101 -0
  198. package/esm/models/getdomainpriceop.d.ts.map +1 -0
  199. package/esm/models/getdomainpriceop.js +96 -0
  200. package/esm/models/getdomainpriceop.js.map +1 -0
  201. package/esm/models/getdomainsop.d.ts +15 -15
  202. package/esm/models/getdomainsop.d.ts.map +1 -1
  203. package/esm/models/getdomainsop.js +15 -15
  204. package/esm/models/getdomainsop.js.map +1 -1
  205. package/esm/models/getdomaintransferinop.d.ts +140 -0
  206. package/esm/models/getdomaintransferinop.d.ts.map +1 -0
  207. package/esm/models/getdomaintransferinop.js +117 -0
  208. package/esm/models/getdomaintransferinop.js.map +1 -0
  209. package/esm/models/getorderop.d.ts +715 -0
  210. package/esm/models/getorderop.d.ts.map +1 -0
  211. package/esm/models/getorderop.js +679 -0
  212. package/esm/models/getorderop.js.map +1 -0
  213. package/esm/models/getsupportedtldsop.d.ts +31 -0
  214. package/esm/models/getsupportedtldsop.d.ts.map +1 -0
  215. package/esm/models/getsupportedtldsop.js +38 -0
  216. package/esm/models/getsupportedtldsop.js.map +1 -0
  217. package/esm/models/gettldpriceop.d.ts +101 -0
  218. package/esm/models/gettldpriceop.d.ts.map +1 -0
  219. package/esm/models/gettldpriceop.js +96 -0
  220. package/esm/models/gettldpriceop.js.map +1 -0
  221. package/esm/models/internalservererror.d.ts +89 -0
  222. package/esm/models/internalservererror.d.ts.map +1 -0
  223. package/esm/models/internalservererror.js +98 -0
  224. package/esm/models/internalservererror.js.map +1 -0
  225. package/esm/models/notauthorizedforscope.d.ts +89 -0
  226. package/esm/models/notauthorizedforscope.d.ts.map +1 -0
  227. package/esm/models/notauthorizedforscope.js +98 -0
  228. package/esm/models/notauthorizedforscope.js.map +1 -0
  229. package/esm/models/renewdomainop.d.ts +257 -0
  230. package/esm/models/renewdomainop.d.ts.map +1 -0
  231. package/esm/models/renewdomainop.js +232 -0
  232. package/esm/models/renewdomainop.js.map +1 -0
  233. package/esm/models/transferindomainop.d.ts +261 -0
  234. package/esm/models/transferindomainop.d.ts.map +1 -0
  235. package/esm/models/transferindomainop.js +234 -0
  236. package/esm/models/transferindomainop.js.map +1 -0
  237. package/esm/models/unauthorized.d.ts +89 -0
  238. package/esm/models/unauthorized.d.ts.map +1 -0
  239. package/esm/models/unauthorized.js +98 -0
  240. package/esm/models/unauthorized.js.map +1 -0
  241. package/esm/models/updatedomainautorenewop.d.ts +83 -0
  242. package/esm/models/updatedomainautorenewop.d.ts.map +1 -0
  243. package/esm/models/updatedomainautorenewop.js +99 -0
  244. package/esm/models/updatedomainautorenewop.js.map +1 -0
  245. package/esm/models/updatedomainnameserversop.d.ts +83 -0
  246. package/esm/models/updatedomainnameserversop.d.ts.map +1 -0
  247. package/esm/models/updatedomainnameserversop.js +99 -0
  248. package/esm/models/updatedomainnameserversop.js.map +1 -0
  249. package/esm/models/updateprojectop.d.ts +30 -30
  250. package/esm/models/updateprojectop.d.ts.map +1 -1
  251. package/esm/models/updateprojectop.js +18 -18
  252. package/esm/models/updateprojectop.js.map +1 -1
  253. package/esm/sdk/domainsregistrar.d.ts +123 -0
  254. package/esm/sdk/domainsregistrar.d.ts.map +1 -0
  255. package/esm/sdk/domainsregistrar.js +158 -0
  256. package/esm/sdk/domainsregistrar.js.map +1 -0
  257. package/esm/sdk/sdk.d.ts +3 -0
  258. package/esm/sdk/sdk.d.ts.map +1 -1
  259. package/esm/sdk/sdk.js +4 -0
  260. package/esm/sdk/sdk.js.map +1 -1
  261. package/examples/package-lock.json +1 -1
  262. package/jsr.json +1 -1
  263. package/package.json +1 -1
  264. package/src/__tests__/accessgroups.test.ts +3 -1
  265. package/src/__tests__/domains.test.ts +6 -9
  266. package/src/__tests__/domainsregistrar.test.ts +313 -0
  267. package/src/__tests__/edgeconfig.test.ts +6 -6
  268. package/src/__tests__/integrations.test.ts +1 -1
  269. package/src/__tests__/logdrains.test.ts +7 -5
  270. package/src/__tests__/rollingrelease.test.ts +1 -2
  271. package/src/__tests__/security.test.ts +1 -11
  272. package/src/funcs/domainsCheckDomainPrice.ts +9 -1
  273. package/src/funcs/domainsRegistrarBuyDomains.ts +204 -0
  274. package/src/funcs/domainsRegistrarBuySingleDomain.ts +211 -0
  275. package/src/funcs/domainsRegistrarGetBulkAvailability.ts +202 -0
  276. package/src/funcs/domainsRegistrarGetContactInfoSchema.ts +210 -0
  277. package/src/funcs/domainsRegistrarGetDomainAuthCode.ts +220 -0
  278. package/src/funcs/domainsRegistrarGetDomainAvailability.ts +218 -0
  279. package/src/funcs/domainsRegistrarGetDomainPrice.ts +210 -0
  280. package/src/funcs/domainsRegistrarGetDomainTransferIn.ts +223 -0
  281. package/src/funcs/domainsRegistrarGetOrder.ts +218 -0
  282. package/src/funcs/domainsRegistrarGetSupportedTlds.ts +178 -0
  283. package/src/funcs/domainsRegistrarGetTldPrice.ts +218 -0
  284. package/src/funcs/domainsRegistrarRenewDomain.ts +219 -0
  285. package/src/funcs/domainsRegistrarTransferInDomain.ts +213 -0
  286. package/src/funcs/domainsRegistrarUpdateDomainAutoRenew.ts +220 -0
  287. package/src/funcs/domainsRegistrarUpdateDomainNameservers.ts +220 -0
  288. package/src/lib/config.ts +3 -3
  289. package/src/mcp-server/mcp-server.ts +1 -1
  290. package/src/mcp-server/server.ts +31 -1
  291. package/src/mcp-server/tools/domainsRegistrarBuyDomains.ts +37 -0
  292. package/src/mcp-server/tools/domainsRegistrarBuySingleDomain.ts +38 -0
  293. package/src/mcp-server/tools/domainsRegistrarGetBulkAvailability.ts +39 -0
  294. package/src/mcp-server/tools/domainsRegistrarGetContactInfoSchema.ts +40 -0
  295. package/src/mcp-server/tools/domainsRegistrarGetDomainAuthCode.ts +39 -0
  296. package/src/mcp-server/tools/domainsRegistrarGetDomainAvailability.ts +39 -0
  297. package/src/mcp-server/tools/domainsRegistrarGetDomainPrice.ts +38 -0
  298. package/src/mcp-server/tools/domainsRegistrarGetDomainTransferIn.ts +39 -0
  299. package/src/mcp-server/tools/domainsRegistrarGetOrder.ts +37 -0
  300. package/src/mcp-server/tools/domainsRegistrarGetSupportedTlds.ts +30 -0
  301. package/src/mcp-server/tools/domainsRegistrarGetTldPrice.ts +37 -0
  302. package/src/mcp-server/tools/domainsRegistrarRenewDomain.ts +37 -0
  303. package/src/mcp-server/tools/domainsRegistrarTransferInDomain.ts +39 -0
  304. package/src/mcp-server/tools/domainsRegistrarUpdateDomainAutoRenew.ts +37 -0
  305. package/src/mcp-server/tools/domainsRegistrarUpdateDomainNameservers.ts +37 -0
  306. package/src/models/buydomainsop.ts +582 -0
  307. package/src/models/buysingledomainop.ts +593 -0
  308. package/src/models/canceldeploymentop.ts +18 -18
  309. package/src/models/createdeploymentop.ts +14 -14
  310. package/src/models/createintegrationstoredirectop.ts +604 -604
  311. package/src/models/createprojectop.ts +30 -30
  312. package/src/models/forbidden.ts +155 -0
  313. package/src/models/getbulkavailabilityop.ts +288 -0
  314. package/src/models/getconfigurationproductsop.ts +802 -802
  315. package/src/models/getcontactinfoschemaop.ts +222 -0
  316. package/src/models/getdomainauthcodeop.ts +227 -0
  317. package/src/models/getdomainavailabilityop.ts +231 -0
  318. package/src/models/getdomainpriceop.ts +247 -0
  319. package/src/models/getdomainsop.ts +50 -43
  320. package/src/models/getdomaintransferinop.ts +268 -0
  321. package/src/models/getorderop.ts +1298 -0
  322. package/src/models/getsupportedtldsop.ts +95 -0
  323. package/src/models/gettldpriceop.ts +248 -0
  324. package/src/models/internalservererror.ts +159 -0
  325. package/src/models/notauthorizedforscope.ts +161 -0
  326. package/src/models/renewdomainop.ts +548 -0
  327. package/src/models/transferindomainop.ts +566 -0
  328. package/src/models/unauthorized.ts +153 -0
  329. package/src/models/updatedomainautorenewop.ts +229 -0
  330. package/src/models/updatedomainnameserversop.ts +233 -0
  331. package/src/models/updateprojectop.ts +30 -30
  332. package/src/sdk/domainsregistrar.ts +323 -0
  333. package/src/sdk/sdk.ts +6 -0
  334. package/vercel-spec.json +3343 -255
  335. package/docs/sdks/vercel/README.md +0 -7
package/vercel-spec.json CHANGED
@@ -13671,11 +13671,11 @@
13671
13671
  "status": {
13672
13672
  "type": "string",
13673
13673
  "enum": [
13674
+ "error",
13675
+ "timeout",
13674
13676
  "skipped",
13675
13677
  "pending",
13676
- "ready",
13677
- "error",
13678
- "timeout"
13678
+ "ready"
13679
13679
  ]
13680
13680
  },
13681
13681
  "startedAt": {
@@ -13854,19 +13854,19 @@
13854
13854
  "readyState": {
13855
13855
  "type": "string",
13856
13856
  "enum": [
13857
- "BUILDING",
13858
13857
  "ERROR",
13858
+ "BUILDING",
13859
13859
  "INITIALIZING",
13860
13860
  "READY"
13861
13861
  ]
13862
13862
  },
13863
+ "readyStateAt": {
13864
+ "type": "number"
13865
+ },
13863
13866
  "entrypoint": {
13864
13867
  "nullable": true,
13865
13868
  "type": "string"
13866
13869
  },
13867
- "readyStateAt": {
13868
- "type": "number"
13869
- },
13870
13870
  "output": {
13871
13871
  "items": {
13872
13872
  "properties": {
@@ -14924,15 +14924,15 @@
14924
14924
  "functionType": {
14925
14925
  "type": "string",
14926
14926
  "enum": [
14927
- "fluid",
14928
- "standard"
14927
+ "standard",
14928
+ "fluid"
14929
14929
  ]
14930
14930
  },
14931
14931
  "functionMemoryType": {
14932
14932
  "type": "string",
14933
14933
  "enum": [
14934
- "standard",
14935
14934
  "standard_legacy",
14935
+ "standard",
14936
14936
  "performance"
14937
14937
  ]
14938
14938
  },
@@ -15555,12 +15555,12 @@
15555
15555
  "handle": {
15556
15556
  "type": "string",
15557
15557
  "enum": [
15558
- "error",
15559
15558
  "filesystem",
15559
+ "error",
15560
15560
  "hit",
15561
15561
  "miss",
15562
- "rewrite",
15563
- "resource"
15562
+ "resource",
15563
+ "rewrite"
15564
15564
  ]
15565
15565
  },
15566
15566
  "src": {
@@ -15883,8 +15883,8 @@
15883
15883
  "ownerType": {
15884
15884
  "type": "string",
15885
15885
  "enum": [
15886
- "team",
15887
- "user"
15886
+ "user",
15887
+ "team"
15888
15888
  ]
15889
15889
  }
15890
15890
  },
@@ -15936,8 +15936,8 @@
15936
15936
  "ownerType": {
15937
15937
  "type": "string",
15938
15938
  "enum": [
15939
- "team",
15940
- "user"
15939
+ "user",
15940
+ "team"
15941
15941
  ]
15942
15942
  }
15943
15943
  },
@@ -15990,8 +15990,8 @@
15990
15990
  "ownerType": {
15991
15991
  "type": "string",
15992
15992
  "enum": [
15993
- "team",
15994
- "user"
15993
+ "user",
15994
+ "team"
15995
15995
  ]
15996
15996
  }
15997
15997
  },
@@ -16924,11 +16924,11 @@
16924
16924
  "status": {
16925
16925
  "type": "string",
16926
16926
  "enum": [
16927
+ "error",
16928
+ "timeout",
16927
16929
  "skipped",
16928
16930
  "pending",
16929
- "ready",
16930
- "error",
16931
- "timeout"
16931
+ "ready"
16932
16932
  ]
16933
16933
  },
16934
16934
  "startedAt": {
@@ -17107,19 +17107,19 @@
17107
17107
  "readyState": {
17108
17108
  "type": "string",
17109
17109
  "enum": [
17110
- "BUILDING",
17111
17110
  "ERROR",
17111
+ "BUILDING",
17112
17112
  "INITIALIZING",
17113
17113
  "READY"
17114
17114
  ]
17115
17115
  },
17116
+ "readyStateAt": {
17117
+ "type": "number"
17118
+ },
17116
17119
  "entrypoint": {
17117
17120
  "nullable": true,
17118
17121
  "type": "string"
17119
17122
  },
17120
- "readyStateAt": {
17121
- "type": "number"
17122
- },
17123
17123
  "output": {
17124
17124
  "items": {
17125
17125
  "properties": {
@@ -17173,10 +17173,10 @@
17173
17173
  "name": {
17174
17174
  "type": "string"
17175
17175
  },
17176
- "avatar": {
17176
+ "slug": {
17177
17177
  "type": "string"
17178
17178
  },
17179
- "slug": {
17179
+ "avatar": {
17180
17180
  "type": "string"
17181
17181
  }
17182
17182
  },
@@ -18793,12 +18793,12 @@
18793
18793
  "handle": {
18794
18794
  "type": "string",
18795
18795
  "enum": [
18796
- "error",
18797
18796
  "filesystem",
18797
+ "error",
18798
18798
  "hit",
18799
18799
  "miss",
18800
- "rewrite",
18801
- "resource"
18800
+ "resource",
18801
+ "rewrite"
18802
18802
  ]
18803
18803
  },
18804
18804
  "src": {
@@ -18877,8 +18877,8 @@
18877
18877
  "ownerType": {
18878
18878
  "type": "string",
18879
18879
  "enum": [
18880
- "team",
18881
- "user"
18880
+ "user",
18881
+ "team"
18882
18882
  ]
18883
18883
  }
18884
18884
  },
@@ -18930,8 +18930,8 @@
18930
18930
  "ownerType": {
18931
18931
  "type": "string",
18932
18932
  "enum": [
18933
- "team",
18934
- "user"
18933
+ "user",
18934
+ "team"
18935
18935
  ]
18936
18936
  }
18937
18937
  },
@@ -18984,8 +18984,8 @@
18984
18984
  "ownerType": {
18985
18985
  "type": "string",
18986
18986
  "enum": [
18987
- "team",
18988
- "user"
18987
+ "user",
18988
+ "team"
18989
18989
  ]
18990
18990
  }
18991
18991
  },
@@ -19194,15 +19194,15 @@
19194
19194
  "functionType": {
19195
19195
  "type": "string",
19196
19196
  "enum": [
19197
- "fluid",
19198
- "standard"
19197
+ "standard",
19198
+ "fluid"
19199
19199
  ]
19200
19200
  },
19201
19201
  "functionMemoryType": {
19202
19202
  "type": "string",
19203
19203
  "enum": [
19204
- "standard",
19205
19204
  "standard_legacy",
19205
+ "standard",
19206
19206
  "performance"
19207
19207
  ]
19208
19208
  },
@@ -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
  }
@@ -21004,45 +21014,2137 @@
21004
21014
  "nullable": true
21005
21015
  }
21006
21016
  },
21007
- "type": "object",
21008
- "nullable": true
21009
- },
21010
- "https": {
21011
- "additionalProperties": false,
21012
- "required": [
21013
- "priority",
21014
- "target"
21015
- ],
21016
- "properties": {
21017
- "priority": {
21018
- "description": "",
21019
- "type": "integer",
21020
- "nullable": true
21021
- },
21022
- "target": {
21023
- "type": "string",
21024
- "description": "",
21025
- "example": "example2.com.",
21026
- "maxLength": 255,
21027
- "nullable": true
21028
- },
21029
- "params": {
21030
- "description": "",
21031
- "type": "string",
21032
- "nullable": true
21033
- }
21017
+ "type": "object",
21018
+ "nullable": true
21019
+ },
21020
+ "https": {
21021
+ "additionalProperties": false,
21022
+ "required": [
21023
+ "priority",
21024
+ "target"
21025
+ ],
21026
+ "properties": {
21027
+ "priority": {
21028
+ "description": "",
21029
+ "type": "integer",
21030
+ "nullable": true
21031
+ },
21032
+ "target": {
21033
+ "type": "string",
21034
+ "description": "",
21035
+ "example": "example2.com.",
21036
+ "maxLength": 255,
21037
+ "nullable": true
21038
+ },
21039
+ "params": {
21040
+ "description": "",
21041
+ "type": "string",
21042
+ "nullable": true
21043
+ }
21044
+ },
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"
21034
23119
  },
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
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@543559": {
32167
+ "__@BRAND@544277": {
29702
32168
  "type": "object"
29703
32169
  }
29704
32170
  },
29705
32171
  "required": [
29706
- "__@BRAND@543559"
32172
+ "__@BRAND@544277"
29707
32173
  ]
29708
32174
  },
29709
32175
  "maxLength": {
29710
32176
  "type": "object",
29711
32177
  "properties": {
29712
- "__@BRAND@543559": {
32178
+ "__@BRAND@544277": {
29713
32179
  "type": "object"
29714
32180
  }
29715
32181
  },
29716
32182
  "required": [
29717
- "__@BRAND@543559"
32183
+ "__@BRAND@544277"
29718
32184
  ]
29719
32185
  },
29720
32186
  "pattern": {
29721
32187
  "type": "object",
29722
32188
  "properties": {
29723
- "__@BRAND@543559": {
32189
+ "__@BRAND@544277": {
29724
32190
  "type": "object"
29725
32191
  }
29726
32192
  },
29727
32193
  "required": [
29728
- "__@BRAND@543559"
32194
+ "__@BRAND@544277"
29729
32195
  ]
29730
32196
  },
29731
32197
  "default": {
@@ -30408,34 +32874,34 @@
30408
32874
  "minLength": {
30409
32875
  "type": "object",
30410
32876
  "properties": {
30411
- "__@BRAND@543559": {
32877
+ "__@BRAND@544277": {
30412
32878
  "type": "object"
30413
32879
  }
30414
32880
  },
30415
32881
  "required": [
30416
- "__@BRAND@543559"
32882
+ "__@BRAND@544277"
30417
32883
  ]
30418
32884
  },
30419
32885
  "maxLength": {
30420
32886
  "type": "object",
30421
32887
  "properties": {
30422
- "__@BRAND@543559": {
32888
+ "__@BRAND@544277": {
30423
32889
  "type": "object"
30424
32890
  }
30425
32891
  },
30426
32892
  "required": [
30427
- "__@BRAND@543559"
32893
+ "__@BRAND@544277"
30428
32894
  ]
30429
32895
  },
30430
32896
  "pattern": {
30431
32897
  "type": "object",
30432
32898
  "properties": {
30433
- "__@BRAND@543559": {
32899
+ "__@BRAND@544277": {
30434
32900
  "type": "object"
30435
32901
  }
30436
32902
  },
30437
32903
  "required": [
30438
- "__@BRAND@543559"
32904
+ "__@BRAND@544277"
30439
32905
  ]
30440
32906
  },
30441
32907
  "default": {
@@ -30593,34 +33059,34 @@
30593
33059
  "minLength": {
30594
33060
  "type": "object",
30595
33061
  "properties": {
30596
- "__@BRAND@543559": {
33062
+ "__@BRAND@544277": {
30597
33063
  "type": "object"
30598
33064
  }
30599
33065
  },
30600
33066
  "required": [
30601
- "__@BRAND@543559"
33067
+ "__@BRAND@544277"
30602
33068
  ]
30603
33069
  },
30604
33070
  "maxLength": {
30605
33071
  "type": "object",
30606
33072
  "properties": {
30607
- "__@BRAND@543559": {
33073
+ "__@BRAND@544277": {
30608
33074
  "type": "object"
30609
33075
  }
30610
33076
  },
30611
33077
  "required": [
30612
- "__@BRAND@543559"
33078
+ "__@BRAND@544277"
30613
33079
  ]
30614
33080
  },
30615
33081
  "pattern": {
30616
33082
  "type": "object",
30617
33083
  "properties": {
30618
- "__@BRAND@543559": {
33084
+ "__@BRAND@544277": {
30619
33085
  "type": "object"
30620
33086
  }
30621
33087
  },
30622
33088
  "required": [
30623
- "__@BRAND@543559"
33089
+ "__@BRAND@544277"
30624
33090
  ]
30625
33091
  },
30626
33092
  "default": {
@@ -30931,12 +33397,12 @@
30931
33397
  {
30932
33398
  "type": "object",
30933
33399
  "properties": {
30934
- "__@BRAND@543559": {
33400
+ "__@BRAND@544277": {
30935
33401
  "type": "object"
30936
33402
  }
30937
33403
  },
30938
33404
  "required": [
30939
- "__@BRAND@543559"
33405
+ "__@BRAND@544277"
30940
33406
  ]
30941
33407
  },
30942
33408
  {
@@ -30944,12 +33410,12 @@
30944
33410
  "value": {
30945
33411
  "type": "object",
30946
33412
  "properties": {
30947
- "__@BRAND@543559": {
33413
+ "__@BRAND@544277": {
30948
33414
  "type": "object"
30949
33415
  }
30950
33416
  },
30951
33417
  "required": [
30952
- "__@BRAND@543559"
33418
+ "__@BRAND@544277"
30953
33419
  ]
30954
33420
  },
30955
33421
  "disabled": {
@@ -31018,34 +33484,34 @@
31018
33484
  "minLength": {
31019
33485
  "type": "object",
31020
33486
  "properties": {
31021
- "__@BRAND@543559": {
33487
+ "__@BRAND@544277": {
31022
33488
  "type": "object"
31023
33489
  }
31024
33490
  },
31025
33491
  "required": [
31026
- "__@BRAND@543559"
33492
+ "__@BRAND@544277"
31027
33493
  ]
31028
33494
  },
31029
33495
  "maxLength": {
31030
33496
  "type": "object",
31031
33497
  "properties": {
31032
- "__@BRAND@543559": {
33498
+ "__@BRAND@544277": {
31033
33499
  "type": "object"
31034
33500
  }
31035
33501
  },
31036
33502
  "required": [
31037
- "__@BRAND@543559"
33503
+ "__@BRAND@544277"
31038
33504
  ]
31039
33505
  },
31040
33506
  "pattern": {
31041
33507
  "type": "object",
31042
33508
  "properties": {
31043
- "__@BRAND@543559": {
33509
+ "__@BRAND@544277": {
31044
33510
  "type": "object"
31045
33511
  }
31046
33512
  },
31047
33513
  "required": [
31048
- "__@BRAND@543559"
33514
+ "__@BRAND@544277"
31049
33515
  ]
31050
33516
  },
31051
33517
  "default": {
@@ -31203,34 +33669,34 @@
31203
33669
  "minLength": {
31204
33670
  "type": "object",
31205
33671
  "properties": {
31206
- "__@BRAND@543559": {
33672
+ "__@BRAND@544277": {
31207
33673
  "type": "object"
31208
33674
  }
31209
33675
  },
31210
33676
  "required": [
31211
- "__@BRAND@543559"
33677
+ "__@BRAND@544277"
31212
33678
  ]
31213
33679
  },
31214
33680
  "maxLength": {
31215
33681
  "type": "object",
31216
33682
  "properties": {
31217
- "__@BRAND@543559": {
33683
+ "__@BRAND@544277": {
31218
33684
  "type": "object"
31219
33685
  }
31220
33686
  },
31221
33687
  "required": [
31222
- "__@BRAND@543559"
33688
+ "__@BRAND@544277"
31223
33689
  ]
31224
33690
  },
31225
33691
  "pattern": {
31226
33692
  "type": "object",
31227
33693
  "properties": {
31228
- "__@BRAND@543559": {
33694
+ "__@BRAND@544277": {
31229
33695
  "type": "object"
31230
33696
  }
31231
33697
  },
31232
33698
  "required": [
31233
- "__@BRAND@543559"
33699
+ "__@BRAND@544277"
31234
33700
  ]
31235
33701
  },
31236
33702
  "default": {
@@ -31319,12 +33785,12 @@
31319
33785
  {
31320
33786
  "type": "object",
31321
33787
  "properties": {
31322
- "__@BRAND@543559": {
33788
+ "__@BRAND@544277": {
31323
33789
  "type": "object"
31324
33790
  }
31325
33791
  },
31326
33792
  "required": [
31327
- "__@BRAND@543559"
33793
+ "__@BRAND@544277"
31328
33794
  ]
31329
33795
  },
31330
33796
  {
@@ -31332,12 +33798,12 @@
31332
33798
  "value": {
31333
33799
  "type": "object",
31334
33800
  "properties": {
31335
- "__@BRAND@543559": {
33801
+ "__@BRAND@544277": {
31336
33802
  "type": "object"
31337
33803
  }
31338
33804
  },
31339
33805
  "required": [
31340
- "__@BRAND@543559"
33806
+ "__@BRAND@544277"
31341
33807
  ]
31342
33808
  },
31343
33809
  "disabled": {
@@ -31523,12 +33989,12 @@
31523
33989
  "items": {
31524
33990
  "type": "object",
31525
33991
  "properties": {
31526
- "__@BRAND@543559": {
33992
+ "__@BRAND@544277": {
31527
33993
  "type": "object"
31528
33994
  }
31529
33995
  },
31530
33996
  "required": [
31531
- "__@BRAND@543559"
33997
+ "__@BRAND@544277"
31532
33998
  ]
31533
33999
  },
31534
34000
  "type": "array"
@@ -31537,12 +34003,12 @@
31537
34003
  "items": {
31538
34004
  "type": "object",
31539
34005
  "properties": {
31540
- "__@BRAND@543559": {
34006
+ "__@BRAND@544277": {
31541
34007
  "type": "object"
31542
34008
  }
31543
34009
  },
31544
34010
  "required": [
31545
- "__@BRAND@543559"
34011
+ "__@BRAND@544277"
31546
34012
  ]
31547
34013
  },
31548
34014
  "type": "array"
@@ -31576,34 +34042,34 @@
31576
34042
  "minLength": {
31577
34043
  "type": "object",
31578
34044
  "properties": {
31579
- "__@BRAND@543559": {
34045
+ "__@BRAND@544277": {
31580
34046
  "type": "object"
31581
34047
  }
31582
34048
  },
31583
34049
  "required": [
31584
- "__@BRAND@543559"
34050
+ "__@BRAND@544277"
31585
34051
  ]
31586
34052
  },
31587
34053
  "maxLength": {
31588
34054
  "type": "object",
31589
34055
  "properties": {
31590
- "__@BRAND@543559": {
34056
+ "__@BRAND@544277": {
31591
34057
  "type": "object"
31592
34058
  }
31593
34059
  },
31594
34060
  "required": [
31595
- "__@BRAND@543559"
34061
+ "__@BRAND@544277"
31596
34062
  ]
31597
34063
  },
31598
34064
  "pattern": {
31599
34065
  "type": "object",
31600
34066
  "properties": {
31601
- "__@BRAND@543559": {
34067
+ "__@BRAND@544277": {
31602
34068
  "type": "object"
31603
34069
  }
31604
34070
  },
31605
34071
  "required": [
31606
- "__@BRAND@543559"
34072
+ "__@BRAND@544277"
31607
34073
  ]
31608
34074
  },
31609
34075
  "default": {
@@ -31737,12 +34203,12 @@
31737
34203
  "value": {
31738
34204
  "type": "object",
31739
34205
  "properties": {
31740
- "__@BRAND@543559": {
34206
+ "__@BRAND@544277": {
31741
34207
  "type": "object"
31742
34208
  }
31743
34209
  },
31744
34210
  "required": [
31745
- "__@BRAND@543559"
34211
+ "__@BRAND@544277"
31746
34212
  ]
31747
34213
  },
31748
34214
  "disabled": {
@@ -39050,10 +41516,10 @@
39050
41516
  "type": "string",
39051
41517
  "enum": [
39052
41518
  "system",
39053
- "secret",
39054
41519
  "encrypted",
39055
41520
  "plain",
39056
- "sensitive"
41521
+ "sensitive",
41522
+ "secret"
39057
41523
  ]
39058
41524
  },
39059
41525
  "sunsetSecretId": {
@@ -40057,17 +42523,17 @@
40057
42523
  "github-limited"
40058
42524
  ]
40059
42525
  },
40060
- "updatedAt": {
42526
+ "repo": {
42527
+ "type": "string"
42528
+ },
42529
+ "repoId": {
40061
42530
  "type": "number"
40062
42531
  },
40063
42532
  "createdAt": {
40064
42533
  "type": "number"
40065
42534
  },
40066
- "repo": {
40067
- "type": "string"
40068
- },
40069
- "sourceless": {
40070
- "type": "boolean"
42535
+ "updatedAt": {
42536
+ "type": "number"
40071
42537
  },
40072
42538
  "org": {
40073
42539
  "type": "string"
@@ -40076,9 +42542,6 @@
40076
42542
  "type": "number",
40077
42543
  "description": "A new field, should be included in all new project links, is being added just in time when a deployment is created. This is needed for Protected Git scopes."
40078
42544
  },
40079
- "repoId": {
40080
- "type": "number"
40081
- },
40082
42545
  "deployHooks": {
40083
42546
  "items": {
40084
42547
  "properties": {
@@ -40111,6 +42574,9 @@
40111
42574
  "gitCredentialId": {
40112
42575
  "type": "string"
40113
42576
  },
42577
+ "sourceless": {
42578
+ "type": "boolean"
42579
+ },
40114
42580
  "productionBranch": {
40115
42581
  "type": "string"
40116
42582
  }
@@ -40501,6 +42967,9 @@
40501
42967
  },
40502
42968
  "resourceConfig": {
40503
42969
  "properties": {
42970
+ "elasticConcurrencyEnabled": {
42971
+ "type": "boolean"
42972
+ },
40504
42973
  "fluid": {
40505
42974
  "type": "boolean"
40506
42975
  },
@@ -40524,9 +42993,6 @@
40524
42993
  "functionZeroConfigFailover": {
40525
42994
  "type": "boolean"
40526
42995
  },
40527
- "elasticConcurrencyEnabled": {
40528
- "type": "boolean"
40529
- },
40530
42996
  "buildMachineType": {
40531
42997
  "type": "string",
40532
42998
  "enum": [
@@ -40627,6 +43093,9 @@
40627
43093
  },
40628
43094
  "defaultResourceConfig": {
40629
43095
  "properties": {
43096
+ "elasticConcurrencyEnabled": {
43097
+ "type": "boolean"
43098
+ },
40630
43099
  "fluid": {
40631
43100
  "type": "boolean"
40632
43101
  },
@@ -40650,9 +43119,6 @@
40650
43119
  "functionZeroConfigFailover": {
40651
43120
  "type": "boolean"
40652
43121
  },
40653
- "elasticConcurrencyEnabled": {
40654
- "type": "boolean"
40655
- },
40656
43122
  "buildMachineType": {
40657
43123
  "type": "string",
40658
43124
  "enum": [
@@ -40697,8 +43163,8 @@
40697
43163
  "deploymentType": {
40698
43164
  "type": "string",
40699
43165
  "enum": [
40700
- "all",
40701
43166
  "preview",
43167
+ "all",
40702
43168
  "prod_deployment_urls_and_all_previews",
40703
43169
  "all_except_custom_domains"
40704
43170
  ]
@@ -42439,11 +44905,11 @@
42439
44905
  "deploymentType": {
42440
44906
  "type": "string",
42441
44907
  "enum": [
42442
- "all",
42443
44908
  "preview",
44909
+ "production",
44910
+ "all",
42444
44911
  "prod_deployment_urls_and_all_previews",
42445
- "all_except_custom_domains",
42446
- "production"
44912
+ "all_except_custom_domains"
42447
44913
  ]
42448
44914
  },
42449
44915
  "addresses": {
@@ -42483,11 +44949,11 @@
42483
44949
  "deploymentType": {
42484
44950
  "type": "string",
42485
44951
  "enum": [
42486
- "all",
42487
44952
  "preview",
44953
+ "production",
44954
+ "all",
42488
44955
  "prod_deployment_urls_and_all_previews",
42489
- "all_except_custom_domains",
42490
- "production"
44956
+ "all_except_custom_domains"
42491
44957
  ]
42492
44958
  }
42493
44959
  },
@@ -48682,10 +51148,10 @@
48682
51148
  "type": "string",
48683
51149
  "enum": [
48684
51150
  "system",
48685
- "secret",
48686
51151
  "encrypted",
48687
51152
  "plain",
48688
- "sensitive"
51153
+ "sensitive",
51154
+ "secret"
48689
51155
  ]
48690
51156
  },
48691
51157
  "sunsetSecretId": {
@@ -49689,17 +52155,17 @@
49689
52155
  "github-limited"
49690
52156
  ]
49691
52157
  },
49692
- "updatedAt": {
52158
+ "repo": {
52159
+ "type": "string"
52160
+ },
52161
+ "repoId": {
49693
52162
  "type": "number"
49694
52163
  },
49695
52164
  "createdAt": {
49696
52165
  "type": "number"
49697
52166
  },
49698
- "repo": {
49699
- "type": "string"
49700
- },
49701
- "sourceless": {
49702
- "type": "boolean"
52167
+ "updatedAt": {
52168
+ "type": "number"
49703
52169
  },
49704
52170
  "org": {
49705
52171
  "type": "string"
@@ -49708,9 +52174,6 @@
49708
52174
  "type": "number",
49709
52175
  "description": "A new field, should be included in all new project links, is being added just in time when a deployment is created. This is needed for Protected Git scopes."
49710
52176
  },
49711
- "repoId": {
49712
- "type": "number"
49713
- },
49714
52177
  "deployHooks": {
49715
52178
  "items": {
49716
52179
  "properties": {
@@ -49743,6 +52206,9 @@
49743
52206
  "gitCredentialId": {
49744
52207
  "type": "string"
49745
52208
  },
52209
+ "sourceless": {
52210
+ "type": "boolean"
52211
+ },
49746
52212
  "productionBranch": {
49747
52213
  "type": "string"
49748
52214
  }
@@ -50133,6 +52599,9 @@
50133
52599
  },
50134
52600
  "resourceConfig": {
50135
52601
  "properties": {
52602
+ "elasticConcurrencyEnabled": {
52603
+ "type": "boolean"
52604
+ },
50136
52605
  "fluid": {
50137
52606
  "type": "boolean"
50138
52607
  },
@@ -50156,9 +52625,6 @@
50156
52625
  "functionZeroConfigFailover": {
50157
52626
  "type": "boolean"
50158
52627
  },
50159
- "elasticConcurrencyEnabled": {
50160
- "type": "boolean"
50161
- },
50162
52628
  "buildMachineType": {
50163
52629
  "type": "string",
50164
52630
  "enum": [
@@ -50259,6 +52725,9 @@
50259
52725
  },
50260
52726
  "defaultResourceConfig": {
50261
52727
  "properties": {
52728
+ "elasticConcurrencyEnabled": {
52729
+ "type": "boolean"
52730
+ },
50262
52731
  "fluid": {
50263
52732
  "type": "boolean"
50264
52733
  },
@@ -50282,9 +52751,6 @@
50282
52751
  "functionZeroConfigFailover": {
50283
52752
  "type": "boolean"
50284
52753
  },
50285
- "elasticConcurrencyEnabled": {
50286
- "type": "boolean"
50287
- },
50288
52754
  "buildMachineType": {
50289
52755
  "type": "string",
50290
52756
  "enum": [
@@ -50329,8 +52795,8 @@
50329
52795
  "deploymentType": {
50330
52796
  "type": "string",
50331
52797
  "enum": [
50332
- "all",
50333
52798
  "preview",
52799
+ "all",
50334
52800
  "prod_deployment_urls_and_all_previews",
50335
52801
  "all_except_custom_domains"
50336
52802
  ]
@@ -52071,11 +54537,11 @@
52071
54537
  "deploymentType": {
52072
54538
  "type": "string",
52073
54539
  "enum": [
52074
- "all",
52075
54540
  "preview",
54541
+ "production",
54542
+ "all",
52076
54543
  "prod_deployment_urls_and_all_previews",
52077
- "all_except_custom_domains",
52078
- "production"
54544
+ "all_except_custom_domains"
52079
54545
  ]
52080
54546
  },
52081
54547
  "addresses": {
@@ -52115,11 +54581,11 @@
52115
54581
  "deploymentType": {
52116
54582
  "type": "string",
52117
54583
  "enum": [
52118
- "all",
52119
54584
  "preview",
54585
+ "production",
54586
+ "all",
52120
54587
  "prod_deployment_urls_and_all_previews",
52121
- "all_except_custom_domains",
52122
- "production"
54588
+ "all_except_custom_domains"
52123
54589
  ]
52124
54590
  }
52125
54591
  },
@@ -69800,34 +72266,34 @@
69800
72266
  "maxLength": {
69801
72267
  "type": "object",
69802
72268
  "properties": {
69803
- "__@BRAND@8487": {
72269
+ "__@BRAND@8492": {
69804
72270
  "type": "object"
69805
72271
  }
69806
72272
  },
69807
72273
  "required": [
69808
- "__@BRAND@8487"
72274
+ "__@BRAND@8492"
69809
72275
  ]
69810
72276
  },
69811
72277
  "minLength": {
69812
72278
  "type": "object",
69813
72279
  "properties": {
69814
- "__@BRAND@8487": {
72280
+ "__@BRAND@8492": {
69815
72281
  "type": "object"
69816
72282
  }
69817
72283
  },
69818
72284
  "required": [
69819
- "__@BRAND@8487"
72285
+ "__@BRAND@8492"
69820
72286
  ]
69821
72287
  },
69822
72288
  "pattern": {
69823
72289
  "type": "object",
69824
72290
  "properties": {
69825
- "__@BRAND@8487": {
72291
+ "__@BRAND@8492": {
69826
72292
  "type": "object"
69827
72293
  }
69828
72294
  },
69829
72295
  "required": [
69830
- "__@BRAND@8487"
72296
+ "__@BRAND@8492"
69831
72297
  ]
69832
72298
  },
69833
72299
  "description": {
@@ -70510,34 +72976,34 @@
70510
72976
  "maxLength": {
70511
72977
  "type": "object",
70512
72978
  "properties": {
70513
- "__@BRAND@8487": {
72979
+ "__@BRAND@8492": {
70514
72980
  "type": "object"
70515
72981
  }
70516
72982
  },
70517
72983
  "required": [
70518
- "__@BRAND@8487"
72984
+ "__@BRAND@8492"
70519
72985
  ]
70520
72986
  },
70521
72987
  "minLength": {
70522
72988
  "type": "object",
70523
72989
  "properties": {
70524
- "__@BRAND@8487": {
72990
+ "__@BRAND@8492": {
70525
72991
  "type": "object"
70526
72992
  }
70527
72993
  },
70528
72994
  "required": [
70529
- "__@BRAND@8487"
72995
+ "__@BRAND@8492"
70530
72996
  ]
70531
72997
  },
70532
72998
  "pattern": {
70533
72999
  "type": "object",
70534
73000
  "properties": {
70535
- "__@BRAND@8487": {
73001
+ "__@BRAND@8492": {
70536
73002
  "type": "object"
70537
73003
  }
70538
73004
  },
70539
73005
  "required": [
70540
- "__@BRAND@8487"
73006
+ "__@BRAND@8492"
70541
73007
  ]
70542
73008
  },
70543
73009
  "description": {
@@ -70686,34 +73152,34 @@
70686
73152
  "minLength": {
70687
73153
  "type": "object",
70688
73154
  "properties": {
70689
- "__@BRAND@8487": {
73155
+ "__@BRAND@8492": {
70690
73156
  "type": "object"
70691
73157
  }
70692
73158
  },
70693
73159
  "required": [
70694
- "__@BRAND@8487"
73160
+ "__@BRAND@8492"
70695
73161
  ]
70696
73162
  },
70697
73163
  "maxLength": {
70698
73164
  "type": "object",
70699
73165
  "properties": {
70700
- "__@BRAND@8487": {
73166
+ "__@BRAND@8492": {
70701
73167
  "type": "object"
70702
73168
  }
70703
73169
  },
70704
73170
  "required": [
70705
- "__@BRAND@8487"
73171
+ "__@BRAND@8492"
70706
73172
  ]
70707
73173
  },
70708
73174
  "pattern": {
70709
73175
  "type": "object",
70710
73176
  "properties": {
70711
- "__@BRAND@8487": {
73177
+ "__@BRAND@8492": {
70712
73178
  "type": "object"
70713
73179
  }
70714
73180
  },
70715
73181
  "required": [
70716
- "__@BRAND@8487"
73182
+ "__@BRAND@8492"
70717
73183
  ]
70718
73184
  },
70719
73185
  "default": {
@@ -71030,12 +73496,12 @@
71030
73496
  {
71031
73497
  "type": "object",
71032
73498
  "properties": {
71033
- "__@BRAND@8487": {
73499
+ "__@BRAND@8492": {
71034
73500
  "type": "object"
71035
73501
  }
71036
73502
  },
71037
73503
  "required": [
71038
- "__@BRAND@8487"
73504
+ "__@BRAND@8492"
71039
73505
  ]
71040
73506
  },
71041
73507
  {
@@ -71043,12 +73509,12 @@
71043
73509
  "value": {
71044
73510
  "type": "object",
71045
73511
  "properties": {
71046
- "__@BRAND@8487": {
73512
+ "__@BRAND@8492": {
71047
73513
  "type": "object"
71048
73514
  }
71049
73515
  },
71050
73516
  "required": [
71051
- "__@BRAND@8487"
73517
+ "__@BRAND@8492"
71052
73518
  ]
71053
73519
  },
71054
73520
  "disabled": {
@@ -71120,34 +73586,34 @@
71120
73586
  "maxLength": {
71121
73587
  "type": "object",
71122
73588
  "properties": {
71123
- "__@BRAND@8487": {
73589
+ "__@BRAND@8492": {
71124
73590
  "type": "object"
71125
73591
  }
71126
73592
  },
71127
73593
  "required": [
71128
- "__@BRAND@8487"
73594
+ "__@BRAND@8492"
71129
73595
  ]
71130
73596
  },
71131
73597
  "minLength": {
71132
73598
  "type": "object",
71133
73599
  "properties": {
71134
- "__@BRAND@8487": {
73600
+ "__@BRAND@8492": {
71135
73601
  "type": "object"
71136
73602
  }
71137
73603
  },
71138
73604
  "required": [
71139
- "__@BRAND@8487"
73605
+ "__@BRAND@8492"
71140
73606
  ]
71141
73607
  },
71142
73608
  "pattern": {
71143
73609
  "type": "object",
71144
73610
  "properties": {
71145
- "__@BRAND@8487": {
73611
+ "__@BRAND@8492": {
71146
73612
  "type": "object"
71147
73613
  }
71148
73614
  },
71149
73615
  "required": [
71150
- "__@BRAND@8487"
73616
+ "__@BRAND@8492"
71151
73617
  ]
71152
73618
  },
71153
73619
  "description": {
@@ -71297,34 +73763,34 @@
71297
73763
  "maxLength": {
71298
73764
  "type": "object",
71299
73765
  "properties": {
71300
- "__@BRAND@8487": {
73766
+ "__@BRAND@8492": {
71301
73767
  "type": "object"
71302
73768
  }
71303
73769
  },
71304
73770
  "required": [
71305
- "__@BRAND@8487"
73771
+ "__@BRAND@8492"
71306
73772
  ]
71307
73773
  },
71308
73774
  "minLength": {
71309
73775
  "type": "object",
71310
73776
  "properties": {
71311
- "__@BRAND@8487": {
73777
+ "__@BRAND@8492": {
71312
73778
  "type": "object"
71313
73779
  }
71314
73780
  },
71315
73781
  "required": [
71316
- "__@BRAND@8487"
73782
+ "__@BRAND@8492"
71317
73783
  ]
71318
73784
  },
71319
73785
  "pattern": {
71320
73786
  "type": "object",
71321
73787
  "properties": {
71322
- "__@BRAND@8487": {
73788
+ "__@BRAND@8492": {
71323
73789
  "type": "object"
71324
73790
  }
71325
73791
  },
71326
73792
  "required": [
71327
- "__@BRAND@8487"
73793
+ "__@BRAND@8492"
71328
73794
  ]
71329
73795
  },
71330
73796
  "description": {
@@ -71455,12 +73921,12 @@
71455
73921
  "value": {
71456
73922
  "type": "object",
71457
73923
  "properties": {
71458
- "__@BRAND@8487": {
73924
+ "__@BRAND@8492": {
71459
73925
  "type": "object"
71460
73926
  }
71461
73927
  },
71462
73928
  "required": [
71463
- "__@BRAND@8487"
73929
+ "__@BRAND@8492"
71464
73930
  ]
71465
73931
  },
71466
73932
  "disabled": {
@@ -71709,12 +74175,12 @@
71709
74175
  "value": {
71710
74176
  "type": "object",
71711
74177
  "properties": {
71712
- "__@BRAND@8487": {
74178
+ "__@BRAND@8492": {
71713
74179
  "type": "object"
71714
74180
  }
71715
74181
  },
71716
74182
  "required": [
71717
- "__@BRAND@8487"
74183
+ "__@BRAND@8492"
71718
74184
  ]
71719
74185
  },
71720
74186
  "disabled": {
@@ -80014,6 +82480,622 @@
80014
82480
  "type": "object",
80015
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."
80016
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
+ },
80017
83099
  "EdgeConfigItemValue": {
80018
83100
  "nullable": true,
80019
83101
  "oneOf": [
@@ -90168,5 +93250,11 @@
90168
93250
  }
90169
93251
  }
90170
93252
  }
93253
+ },
93254
+ "security": [],
93255
+ "contact": {
93256
+ "email": "support@vercel.com",
93257
+ "name": "Vercel Support",
93258
+ "url": "https://vercel.com/support"
90171
93259
  }
90172
93260
  }