@vercel/sdk 1.13.7 → 1.13.9

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 (300) hide show
  1. package/README.md +27 -21
  2. package/bin/mcp-server.js +2709 -1875
  3. package/bin/mcp-server.js.map +61 -54
  4. package/docs/sdks/domainsregistrar/README.md +73 -32
  5. package/docs/sdks/marketplace/README.md +150 -0
  6. package/esm/__tests__/accessgroups.test.js +2 -6
  7. package/esm/__tests__/accessgroups.test.js.map +1 -1
  8. package/esm/__tests__/domainsregistrar.test.js +33 -15
  9. package/esm/__tests__/domainsregistrar.test.js.map +1 -1
  10. package/esm/__tests__/edgeconfig.test.js +6 -6
  11. package/esm/__tests__/edgeconfig.test.js.map +1 -1
  12. package/esm/__tests__/integrations.test.js +1 -1
  13. package/esm/__tests__/logdrains.test.js +2 -6
  14. package/esm/__tests__/logdrains.test.js.map +1 -1
  15. package/esm/__tests__/marketplace.test.js +16 -0
  16. package/esm/__tests__/marketplace.test.js.map +1 -1
  17. package/esm/__tests__/rollingrelease.test.js +1 -1
  18. package/esm/__tests__/rollingrelease.test.js.map +1 -1
  19. package/esm/__tests__/security.test.js +4 -4
  20. package/esm/__tests__/security.test.js.map +1 -1
  21. package/esm/__tests__/teams.test.js +2 -2
  22. package/esm/__tests__/teams.test.js.map +1 -1
  23. package/esm/funcs/domainsRegistrarBuyDomains.d.ts +2 -2
  24. package/esm/funcs/domainsRegistrarBuyDomains.d.ts.map +1 -1
  25. package/esm/funcs/domainsRegistrarBuyDomains.js +8 -4
  26. package/esm/funcs/domainsRegistrarBuyDomains.js.map +1 -1
  27. package/esm/funcs/domainsRegistrarBuySingleDomain.js +5 -1
  28. package/esm/funcs/domainsRegistrarBuySingleDomain.js.map +1 -1
  29. package/esm/funcs/domainsRegistrarGetBulkAvailability.d.ts +2 -2
  30. package/esm/funcs/domainsRegistrarGetBulkAvailability.d.ts.map +1 -1
  31. package/esm/funcs/domainsRegistrarGetBulkAvailability.js +8 -4
  32. package/esm/funcs/domainsRegistrarGetBulkAvailability.js.map +1 -1
  33. package/esm/funcs/domainsRegistrarGetContactInfoSchema.js +5 -1
  34. package/esm/funcs/domainsRegistrarGetContactInfoSchema.js.map +1 -1
  35. package/esm/funcs/domainsRegistrarGetDomainAuthCode.js +5 -1
  36. package/esm/funcs/domainsRegistrarGetDomainAuthCode.js.map +1 -1
  37. package/esm/funcs/domainsRegistrarGetDomainAvailability.js +5 -1
  38. package/esm/funcs/domainsRegistrarGetDomainAvailability.js.map +1 -1
  39. package/esm/funcs/domainsRegistrarGetDomainPrice.js +1 -0
  40. package/esm/funcs/domainsRegistrarGetDomainPrice.js.map +1 -1
  41. package/esm/funcs/domainsRegistrarGetDomainTransferIn.js +5 -1
  42. package/esm/funcs/domainsRegistrarGetDomainTransferIn.js.map +1 -1
  43. package/esm/funcs/domainsRegistrarGetOrder.js +5 -1
  44. package/esm/funcs/domainsRegistrarGetOrder.js.map +1 -1
  45. package/esm/funcs/domainsRegistrarGetSupportedTlds.d.ts +2 -1
  46. package/esm/funcs/domainsRegistrarGetSupportedTlds.d.ts.map +1 -1
  47. package/esm/funcs/domainsRegistrarGetSupportedTlds.js +17 -3
  48. package/esm/funcs/domainsRegistrarGetSupportedTlds.js.map +1 -1
  49. package/esm/funcs/domainsRegistrarGetTldPrice.js +1 -0
  50. package/esm/funcs/domainsRegistrarGetTldPrice.js.map +1 -1
  51. package/esm/funcs/domainsRegistrarRenewDomain.js +5 -1
  52. package/esm/funcs/domainsRegistrarRenewDomain.js.map +1 -1
  53. package/esm/funcs/domainsRegistrarTransferInDomain.js +5 -1
  54. package/esm/funcs/domainsRegistrarTransferInDomain.js.map +1 -1
  55. package/esm/funcs/domainsRegistrarUpdateDomainAutoRenew.js +5 -1
  56. package/esm/funcs/domainsRegistrarUpdateDomainAutoRenew.js.map +1 -1
  57. package/esm/funcs/domainsRegistrarUpdateDomainNameservers.js +5 -1
  58. package/esm/funcs/domainsRegistrarUpdateDomainNameservers.js.map +1 -1
  59. package/esm/funcs/marketplaceUpdateInstallation.d.ts +17 -0
  60. package/esm/funcs/marketplaceUpdateInstallation.d.ts.map +1 -0
  61. package/esm/funcs/marketplaceUpdateInstallation.js +82 -0
  62. package/esm/funcs/marketplaceUpdateInstallation.js.map +1 -0
  63. package/esm/funcs/marketplaceUpdateResource.d.ts +17 -0
  64. package/esm/funcs/marketplaceUpdateResource.d.ts.map +1 -0
  65. package/esm/funcs/marketplaceUpdateResource.js +85 -0
  66. package/esm/funcs/marketplaceUpdateResource.js.map +1 -0
  67. package/esm/funcs/projectsPauseProject.js +2 -2
  68. package/esm/funcs/projectsPauseProject.js.map +1 -1
  69. package/esm/lib/config.d.ts +3 -3
  70. package/esm/lib/config.js +3 -3
  71. package/esm/lib/config.js.map +1 -1
  72. package/esm/mcp-server/mcp-server.js +1 -1
  73. package/esm/mcp-server/server.d.ts.map +1 -1
  74. package/esm/mcp-server/server.js +5 -1
  75. package/esm/mcp-server/server.js.map +1 -1
  76. package/esm/mcp-server/tools/domainsRegistrarBuyDomains.d.ts +1 -1
  77. package/esm/mcp-server/tools/domainsRegistrarBuyDomains.js +2 -2
  78. package/esm/mcp-server/tools/domainsRegistrarBuyDomains.js.map +1 -1
  79. package/esm/mcp-server/tools/domainsRegistrarGetBulkAvailability.d.ts +1 -1
  80. package/esm/mcp-server/tools/domainsRegistrarGetBulkAvailability.js +2 -2
  81. package/esm/mcp-server/tools/domainsRegistrarGetBulkAvailability.js.map +1 -1
  82. package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.d.ts +5 -1
  83. package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.d.ts.map +1 -1
  84. package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.js +7 -2
  85. package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.js.map +1 -1
  86. package/esm/mcp-server/tools/marketplaceUpdateInstallation.d.ts +7 -0
  87. package/esm/mcp-server/tools/marketplaceUpdateInstallation.d.ts.map +1 -0
  88. package/esm/mcp-server/tools/marketplaceUpdateInstallation.js +27 -0
  89. package/esm/mcp-server/tools/marketplaceUpdateInstallation.js.map +1 -0
  90. package/esm/mcp-server/tools/marketplaceUpdateResource.d.ts +7 -0
  91. package/esm/mcp-server/tools/marketplaceUpdateResource.d.ts.map +1 -0
  92. package/esm/mcp-server/tools/marketplaceUpdateResource.js +28 -0
  93. package/esm/mcp-server/tools/marketplaceUpdateResource.js.map +1 -0
  94. package/esm/models/buydomainsop.d.ts +27 -0
  95. package/esm/models/buydomainsop.d.ts.map +1 -1
  96. package/esm/models/buydomainsop.js +35 -0
  97. package/esm/models/buydomainsop.js.map +1 -1
  98. package/esm/models/buysingledomainop.d.ts +10 -8
  99. package/esm/models/buysingledomainop.d.ts.map +1 -1
  100. package/esm/models/buysingledomainop.js +14 -13
  101. package/esm/models/buysingledomainop.js.map +1 -1
  102. package/esm/models/canceldeploymentop.d.ts +3 -10
  103. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  104. package/esm/models/canceldeploymentop.js +1 -4
  105. package/esm/models/canceldeploymentop.js.map +1 -1
  106. package/esm/models/createdeploymentop.d.ts +6 -10
  107. package/esm/models/createdeploymentop.d.ts.map +1 -1
  108. package/esm/models/createdeploymentop.js +2 -4
  109. package/esm/models/createdeploymentop.js.map +1 -1
  110. package/esm/models/createintegrationstoredirectop.d.ts +415 -285
  111. package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
  112. package/esm/models/createintegrationstoredirectop.js +477 -351
  113. package/esm/models/createintegrationstoredirectop.js.map +1 -1
  114. package/esm/models/createprojectop.d.ts +130 -124
  115. package/esm/models/createprojectop.d.ts.map +1 -1
  116. package/esm/models/createprojectop.js +133 -131
  117. package/esm/models/createprojectop.js.map +1 -1
  118. package/esm/models/exchangessotokenop.d.ts +2 -0
  119. package/esm/models/exchangessotokenop.d.ts.map +1 -1
  120. package/esm/models/exchangessotokenop.js +4 -0
  121. package/esm/models/exchangessotokenop.js.map +1 -1
  122. package/esm/models/getbulkavailabilityop.d.ts +27 -0
  123. package/esm/models/getbulkavailabilityop.d.ts.map +1 -1
  124. package/esm/models/getbulkavailabilityop.js +36 -0
  125. package/esm/models/getbulkavailabilityop.js.map +1 -1
  126. package/esm/models/getconfigurationproductsop.d.ts +375 -375
  127. package/esm/models/getconfigurationproductsop.js +465 -465
  128. package/esm/models/getcontactinfoschemaop.d.ts +2 -0
  129. package/esm/models/getcontactinfoschemaop.d.ts.map +1 -1
  130. package/esm/models/getcontactinfoschemaop.js +2 -0
  131. package/esm/models/getcontactinfoschemaop.js.map +1 -1
  132. package/esm/models/getdeploymentop.d.ts +3 -10
  133. package/esm/models/getdeploymentop.d.ts.map +1 -1
  134. package/esm/models/getdeploymentop.js +1 -4
  135. package/esm/models/getdeploymentop.js.map +1 -1
  136. package/esm/models/getdeploymentsop.d.ts +3 -0
  137. package/esm/models/getdeploymentsop.d.ts.map +1 -1
  138. package/esm/models/getdeploymentsop.js +1 -0
  139. package/esm/models/getdeploymentsop.js.map +1 -1
  140. package/esm/models/getdomainauthcodeop.d.ts +2 -0
  141. package/esm/models/getdomainauthcodeop.d.ts.map +1 -1
  142. package/esm/models/getdomainauthcodeop.js +2 -0
  143. package/esm/models/getdomainauthcodeop.js.map +1 -1
  144. package/esm/models/getdomainavailabilityop.d.ts +2 -0
  145. package/esm/models/getdomainavailabilityop.d.ts.map +1 -1
  146. package/esm/models/getdomainavailabilityop.js +2 -0
  147. package/esm/models/getdomainavailabilityop.js.map +1 -1
  148. package/esm/models/getdomainpriceop.d.ts +2 -0
  149. package/esm/models/getdomainpriceop.d.ts.map +1 -1
  150. package/esm/models/getdomainpriceop.js +2 -0
  151. package/esm/models/getdomainpriceop.js.map +1 -1
  152. package/esm/models/getdomaintransferinop.d.ts +2 -0
  153. package/esm/models/getdomaintransferinop.d.ts.map +1 -1
  154. package/esm/models/getdomaintransferinop.js +2 -0
  155. package/esm/models/getdomaintransferinop.js.map +1 -1
  156. package/esm/models/getorderop.d.ts +2 -0
  157. package/esm/models/getorderop.d.ts.map +1 -1
  158. package/esm/models/getorderop.js +2 -0
  159. package/esm/models/getorderop.js.map +1 -1
  160. package/esm/models/getprojectsop.d.ts +127 -124
  161. package/esm/models/getprojectsop.d.ts.map +1 -1
  162. package/esm/models/getprojectsop.js +132 -131
  163. package/esm/models/getprojectsop.js.map +1 -1
  164. package/esm/models/getsupportedtldsop.d.ts +29 -0
  165. package/esm/models/getsupportedtldsop.d.ts.map +1 -0
  166. package/esm/models/getsupportedtldsop.js +31 -0
  167. package/esm/models/getsupportedtldsop.js.map +1 -0
  168. package/esm/models/gettldpriceop.d.ts +2 -0
  169. package/esm/models/gettldpriceop.d.ts.map +1 -1
  170. package/esm/models/gettldpriceop.js +2 -0
  171. package/esm/models/gettldpriceop.js.map +1 -1
  172. package/esm/models/getwebhooksop.d.ts +3 -0
  173. package/esm/models/getwebhooksop.d.ts.map +1 -1
  174. package/esm/models/getwebhooksop.js +1 -0
  175. package/esm/models/getwebhooksop.js.map +1 -1
  176. package/esm/models/importresourceop.d.ts +68 -68
  177. package/esm/models/importresourceop.d.ts.map +1 -1
  178. package/esm/models/importresourceop.js +75 -72
  179. package/esm/models/importresourceop.js.map +1 -1
  180. package/esm/models/renewdomainop.d.ts +2 -0
  181. package/esm/models/renewdomainop.d.ts.map +1 -1
  182. package/esm/models/renewdomainop.js +2 -0
  183. package/esm/models/renewdomainop.js.map +1 -1
  184. package/esm/models/team.d.ts +10 -10
  185. package/esm/models/team.d.ts.map +1 -1
  186. package/esm/models/team.js +5 -5
  187. package/esm/models/team.js.map +1 -1
  188. package/esm/models/transferindomainop.d.ts +2 -0
  189. package/esm/models/transferindomainop.d.ts.map +1 -1
  190. package/esm/models/transferindomainop.js +2 -0
  191. package/esm/models/transferindomainop.js.map +1 -1
  192. package/esm/models/updatedomainautorenewop.d.ts +2 -0
  193. package/esm/models/updatedomainautorenewop.d.ts.map +1 -1
  194. package/esm/models/updatedomainautorenewop.js +2 -0
  195. package/esm/models/updatedomainautorenewop.js.map +1 -1
  196. package/esm/models/updatedomainnameserversop.d.ts +2 -0
  197. package/esm/models/updatedomainnameserversop.d.ts.map +1 -1
  198. package/esm/models/updatedomainnameserversop.js +2 -0
  199. package/esm/models/updatedomainnameserversop.js.map +1 -1
  200. package/esm/models/updateinstallationop.d.ts +242 -0
  201. package/esm/models/updateinstallationop.d.ts.map +1 -0
  202. package/esm/models/updateinstallationop.js +246 -0
  203. package/esm/models/updateinstallationop.js.map +1 -0
  204. package/esm/models/updateprojectdatacacheop.d.ts +127 -124
  205. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  206. package/esm/models/updateprojectdatacacheop.js +132 -131
  207. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  208. package/esm/models/updateprojectop.d.ts +130 -124
  209. package/esm/models/updateprojectop.d.ts.map +1 -1
  210. package/esm/models/updateprojectop.js +133 -131
  211. package/esm/models/updateprojectop.js.map +1 -1
  212. package/esm/models/updateresourceop.d.ts +432 -0
  213. package/esm/models/updateresourceop.d.ts.map +1 -0
  214. package/esm/models/updateresourceop.js +393 -0
  215. package/esm/models/updateresourceop.js.map +1 -0
  216. package/esm/models/userevent.d.ts +152 -6
  217. package/esm/models/userevent.d.ts.map +1 -1
  218. package/esm/models/userevent.js +112 -2
  219. package/esm/models/userevent.js.map +1 -1
  220. package/esm/sdk/domainsregistrar.d.ts +6 -5
  221. package/esm/sdk/domainsregistrar.d.ts.map +1 -1
  222. package/esm/sdk/domainsregistrar.js +2 -2
  223. package/esm/sdk/domainsregistrar.js.map +1 -1
  224. package/esm/sdk/marketplace.d.ts +16 -0
  225. package/esm/sdk/marketplace.d.ts.map +1 -1
  226. package/esm/sdk/marketplace.js +20 -0
  227. package/esm/sdk/marketplace.js.map +1 -1
  228. package/examples/package-lock.json +1 -1
  229. package/jsr.json +1 -1
  230. package/package.json +1 -1
  231. package/src/__tests__/accessgroups.test.ts +2 -6
  232. package/src/__tests__/domainsregistrar.test.ts +33 -15
  233. package/src/__tests__/edgeconfig.test.ts +6 -6
  234. package/src/__tests__/integrations.test.ts +1 -1
  235. package/src/__tests__/logdrains.test.ts +2 -6
  236. package/src/__tests__/marketplace.test.ts +19 -0
  237. package/src/__tests__/rollingrelease.test.ts +1 -1
  238. package/src/__tests__/security.test.ts +4 -4
  239. package/src/__tests__/teams.test.ts +2 -2
  240. package/src/funcs/domainsRegistrarBuyDomains.ts +12 -7
  241. package/src/funcs/domainsRegistrarBuySingleDomain.ts +6 -1
  242. package/src/funcs/domainsRegistrarGetBulkAvailability.ts +12 -7
  243. package/src/funcs/domainsRegistrarGetContactInfoSchema.ts +6 -1
  244. package/src/funcs/domainsRegistrarGetDomainAuthCode.ts +6 -1
  245. package/src/funcs/domainsRegistrarGetDomainAvailability.ts +6 -1
  246. package/src/funcs/domainsRegistrarGetDomainPrice.ts +1 -0
  247. package/src/funcs/domainsRegistrarGetDomainTransferIn.ts +6 -1
  248. package/src/funcs/domainsRegistrarGetOrder.ts +6 -1
  249. package/src/funcs/domainsRegistrarGetSupportedTlds.ts +26 -0
  250. package/src/funcs/domainsRegistrarGetTldPrice.ts +1 -0
  251. package/src/funcs/domainsRegistrarRenewDomain.ts +6 -1
  252. package/src/funcs/domainsRegistrarTransferInDomain.ts +6 -1
  253. package/src/funcs/domainsRegistrarUpdateDomainAutoRenew.ts +6 -1
  254. package/src/funcs/domainsRegistrarUpdateDomainNameservers.ts +6 -1
  255. package/src/funcs/marketplaceUpdateInstallation.ts +174 -0
  256. package/src/funcs/marketplaceUpdateResource.ts +179 -0
  257. package/src/funcs/projectsPauseProject.ts +2 -2
  258. package/src/lib/config.ts +3 -3
  259. package/src/mcp-server/mcp-server.ts +1 -1
  260. package/src/mcp-server/server.ts +5 -1
  261. package/src/mcp-server/tools/domainsRegistrarBuyDomains.ts +2 -2
  262. package/src/mcp-server/tools/domainsRegistrarGetBulkAvailability.ts +2 -2
  263. package/src/mcp-server/tools/domainsRegistrarGetSupportedTlds.ts +11 -2
  264. package/src/mcp-server/tools/marketplaceUpdateInstallation.ts +35 -0
  265. package/src/mcp-server/tools/marketplaceUpdateResource.ts +37 -0
  266. package/src/models/buydomainsop.ts +70 -0
  267. package/src/models/buysingledomainop.ts +20 -14
  268. package/src/models/canceldeploymentop.ts +1 -14
  269. package/src/models/createdeploymentop.ts +2 -14
  270. package/src/models/createintegrationstoredirectop.ts +821 -604
  271. package/src/models/createprojectop.ts +257 -255
  272. package/src/models/exchangessotokenop.ts +6 -0
  273. package/src/models/getbulkavailabilityop.ts +71 -0
  274. package/src/models/getconfigurationproductsop.ts +802 -802
  275. package/src/models/getcontactinfoschemaop.ts +4 -0
  276. package/src/models/getdeploymentop.ts +1 -14
  277. package/src/models/getdeploymentsop.ts +1 -0
  278. package/src/models/getdomainauthcodeop.ts +4 -0
  279. package/src/models/getdomainavailabilityop.ts +4 -0
  280. package/src/models/getdomainpriceop.ts +4 -0
  281. package/src/models/getdomaintransferinop.ts +4 -0
  282. package/src/models/getorderop.ts +4 -0
  283. package/src/models/getprojectsop.ts +256 -255
  284. package/src/models/getsupportedtldsop.ts +66 -0
  285. package/src/models/gettldpriceop.ts +4 -0
  286. package/src/models/getwebhooksop.ts +1 -0
  287. package/src/models/importresourceop.ts +142 -115
  288. package/src/models/renewdomainop.ts +4 -0
  289. package/src/models/team.ts +12 -12
  290. package/src/models/transferindomainop.ts +4 -0
  291. package/src/models/updatedomainautorenewop.ts +4 -0
  292. package/src/models/updatedomainnameserversop.ts +4 -0
  293. package/src/models/updateinstallationop.ts +488 -0
  294. package/src/models/updateprojectdatacacheop.ts +256 -255
  295. package/src/models/updateprojectop.ts +257 -255
  296. package/src/models/updateresourceop.ts +823 -0
  297. package/src/models/userevent.ts +220 -2
  298. package/src/sdk/domainsregistrar.ts +7 -4
  299. package/src/sdk/marketplace.ts +41 -0
  300. package/vercel-spec.json +1824 -1187
@@ -0,0 +1,66 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+
5
+ import * as z from "zod";
6
+ import { safeParse } from "../lib/schemas.js";
7
+ import { Result as SafeParseResult } from "../types/fp.js";
8
+ import { SDKValidationError } from "./sdkvalidationerror.js";
9
+
10
+ export type GetSupportedTldsRequest = {
11
+ teamId?: string | undefined;
12
+ };
13
+
14
+ /** @internal */
15
+ export const GetSupportedTldsRequest$inboundSchema: z.ZodType<
16
+ GetSupportedTldsRequest,
17
+ z.ZodTypeDef,
18
+ unknown
19
+ > = z.object({
20
+ teamId: z.string().optional(),
21
+ });
22
+
23
+ /** @internal */
24
+ export type GetSupportedTldsRequest$Outbound = {
25
+ teamId?: string | undefined;
26
+ };
27
+
28
+ /** @internal */
29
+ export const GetSupportedTldsRequest$outboundSchema: z.ZodType<
30
+ GetSupportedTldsRequest$Outbound,
31
+ z.ZodTypeDef,
32
+ GetSupportedTldsRequest
33
+ > = z.object({
34
+ teamId: z.string().optional(),
35
+ });
36
+
37
+ /**
38
+ * @internal
39
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
40
+ */
41
+ export namespace GetSupportedTldsRequest$ {
42
+ /** @deprecated use `GetSupportedTldsRequest$inboundSchema` instead. */
43
+ export const inboundSchema = GetSupportedTldsRequest$inboundSchema;
44
+ /** @deprecated use `GetSupportedTldsRequest$outboundSchema` instead. */
45
+ export const outboundSchema = GetSupportedTldsRequest$outboundSchema;
46
+ /** @deprecated use `GetSupportedTldsRequest$Outbound` instead. */
47
+ export type Outbound = GetSupportedTldsRequest$Outbound;
48
+ }
49
+
50
+ export function getSupportedTldsRequestToJSON(
51
+ getSupportedTldsRequest: GetSupportedTldsRequest,
52
+ ): string {
53
+ return JSON.stringify(
54
+ GetSupportedTldsRequest$outboundSchema.parse(getSupportedTldsRequest),
55
+ );
56
+ }
57
+
58
+ export function getSupportedTldsRequestFromJSON(
59
+ jsonString: string,
60
+ ): SafeParseResult<GetSupportedTldsRequest, SDKValidationError> {
61
+ return safeParse(
62
+ jsonString,
63
+ (x) => GetSupportedTldsRequest$inboundSchema.parse(JSON.parse(x)),
64
+ `Failed to parse 'GetSupportedTldsRequest' from JSON`,
65
+ );
66
+ }
@@ -22,6 +22,7 @@ import {
22
22
  export type GetTldPriceRequest = {
23
23
  tld: string;
24
24
  years?: string | undefined;
25
+ teamId?: string | undefined;
25
26
  };
26
27
 
27
28
  /**
@@ -61,12 +62,14 @@ export const GetTldPriceRequest$inboundSchema: z.ZodType<
61
62
  > = z.object({
62
63
  tld: z.string(),
63
64
  years: z.string().optional(),
65
+ teamId: z.string().optional(),
64
66
  });
65
67
 
66
68
  /** @internal */
67
69
  export type GetTldPriceRequest$Outbound = {
68
70
  tld: string;
69
71
  years?: string | undefined;
72
+ teamId?: string | undefined;
70
73
  };
71
74
 
72
75
  /** @internal */
@@ -77,6 +80,7 @@ export const GetTldPriceRequest$outboundSchema: z.ZodType<
77
80
  > = z.object({
78
81
  tld: z.string(),
79
82
  years: z.string().optional(),
83
+ teamId: z.string().optional(),
80
84
  });
81
85
 
82
86
  /**
@@ -185,6 +185,7 @@ export const GetWebhooksResponseBodyFramework = {
185
185
  Vuepress: "vuepress",
186
186
  Parcel: "parcel",
187
187
  Fastapi: "fastapi",
188
+ Flask: "flask",
188
189
  Fasthtml: "fasthtml",
189
190
  SanityV3: "sanity-v3",
190
191
  Sanity: "sanity",
@@ -36,38 +36,38 @@ export const ImportResourceType = {
36
36
  } as const;
37
37
  export type ImportResourceType = ClosedEnum<typeof ImportResourceType>;
38
38
 
39
- export type Details = {
39
+ export type ImportResourceDetails = {
40
40
  label: string;
41
41
  value?: string | undefined;
42
42
  };
43
43
 
44
- export type HighlightedDetails = {
44
+ export type ImportResourceHighlightedDetails = {
45
45
  label: string;
46
46
  value?: string | undefined;
47
47
  };
48
48
 
49
- export type BillingPlan = {
49
+ export type ImportResourceBillingPlan = {
50
50
  id: string;
51
51
  type: ImportResourceType;
52
52
  name: string;
53
53
  description?: string | undefined;
54
54
  paymentMethodRequired?: boolean | undefined;
55
55
  cost?: string | undefined;
56
- details?: Array<Details> | undefined;
57
- highlightedDetails?: Array<HighlightedDetails> | undefined;
56
+ details?: Array<ImportResourceDetails> | undefined;
57
+ highlightedDetails?: Array<ImportResourceHighlightedDetails> | undefined;
58
58
  effectiveDate?: string | undefined;
59
59
  additionalProperties?: { [k: string]: any };
60
60
  };
61
61
 
62
- export const Level = {
62
+ export const ImportResourceLevel = {
63
63
  Info: "info",
64
64
  Warn: "warn",
65
65
  Error: "error",
66
66
  } as const;
67
- export type Level = ClosedEnum<typeof Level>;
67
+ export type ImportResourceLevel = ClosedEnum<typeof ImportResourceLevel>;
68
68
 
69
- export type Notification = {
70
- level: Level;
69
+ export type ImportResourceNotification = {
70
+ level: ImportResourceLevel;
71
71
  title: string;
72
72
  message?: string | undefined;
73
73
  href?: string | undefined;
@@ -107,8 +107,8 @@ export type ImportResourceRequestBody = {
107
107
  name: string;
108
108
  status: ImportResourceStatus;
109
109
  metadata?: { [k: string]: any } | undefined;
110
- billingPlan?: BillingPlan | undefined;
111
- notification?: Notification | undefined;
110
+ billingPlan?: ImportResourceBillingPlan | undefined;
111
+ notification?: ImportResourceNotification | undefined;
112
112
  extras?: { [k: string]: any } | undefined;
113
113
  secrets?: Array<ImportResourceSecrets> | undefined;
114
114
  };
@@ -185,23 +185,26 @@ export namespace ImportResourceType$ {
185
185
  }
186
186
 
187
187
  /** @internal */
188
- export const Details$inboundSchema: z.ZodType<Details, z.ZodTypeDef, unknown> =
189
- z.object({
190
- label: z.string(),
191
- value: z.string().optional(),
192
- });
188
+ export const ImportResourceDetails$inboundSchema: z.ZodType<
189
+ ImportResourceDetails,
190
+ z.ZodTypeDef,
191
+ unknown
192
+ > = z.object({
193
+ label: z.string(),
194
+ value: z.string().optional(),
195
+ });
193
196
 
194
197
  /** @internal */
195
- export type Details$Outbound = {
198
+ export type ImportResourceDetails$Outbound = {
196
199
  label: string;
197
200
  value?: string | undefined;
198
201
  };
199
202
 
200
203
  /** @internal */
201
- export const Details$outboundSchema: z.ZodType<
202
- Details$Outbound,
204
+ export const ImportResourceDetails$outboundSchema: z.ZodType<
205
+ ImportResourceDetails$Outbound,
203
206
  z.ZodTypeDef,
204
- Details
207
+ ImportResourceDetails
205
208
  > = z.object({
206
209
  label: z.string(),
207
210
  value: z.string().optional(),
@@ -211,32 +214,36 @@ export const Details$outboundSchema: z.ZodType<
211
214
  * @internal
212
215
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
213
216
  */
214
- export namespace Details$ {
215
- /** @deprecated use `Details$inboundSchema` instead. */
216
- export const inboundSchema = Details$inboundSchema;
217
- /** @deprecated use `Details$outboundSchema` instead. */
218
- export const outboundSchema = Details$outboundSchema;
219
- /** @deprecated use `Details$Outbound` instead. */
220
- export type Outbound = Details$Outbound;
217
+ export namespace ImportResourceDetails$ {
218
+ /** @deprecated use `ImportResourceDetails$inboundSchema` instead. */
219
+ export const inboundSchema = ImportResourceDetails$inboundSchema;
220
+ /** @deprecated use `ImportResourceDetails$outboundSchema` instead. */
221
+ export const outboundSchema = ImportResourceDetails$outboundSchema;
222
+ /** @deprecated use `ImportResourceDetails$Outbound` instead. */
223
+ export type Outbound = ImportResourceDetails$Outbound;
221
224
  }
222
225
 
223
- export function detailsToJSON(details: Details): string {
224
- return JSON.stringify(Details$outboundSchema.parse(details));
226
+ export function importResourceDetailsToJSON(
227
+ importResourceDetails: ImportResourceDetails,
228
+ ): string {
229
+ return JSON.stringify(
230
+ ImportResourceDetails$outboundSchema.parse(importResourceDetails),
231
+ );
225
232
  }
226
233
 
227
- export function detailsFromJSON(
234
+ export function importResourceDetailsFromJSON(
228
235
  jsonString: string,
229
- ): SafeParseResult<Details, SDKValidationError> {
236
+ ): SafeParseResult<ImportResourceDetails, SDKValidationError> {
230
237
  return safeParse(
231
238
  jsonString,
232
- (x) => Details$inboundSchema.parse(JSON.parse(x)),
233
- `Failed to parse 'Details' from JSON`,
239
+ (x) => ImportResourceDetails$inboundSchema.parse(JSON.parse(x)),
240
+ `Failed to parse 'ImportResourceDetails' from JSON`,
234
241
  );
235
242
  }
236
243
 
237
244
  /** @internal */
238
- export const HighlightedDetails$inboundSchema: z.ZodType<
239
- HighlightedDetails,
245
+ export const ImportResourceHighlightedDetails$inboundSchema: z.ZodType<
246
+ ImportResourceHighlightedDetails,
240
247
  z.ZodTypeDef,
241
248
  unknown
242
249
  > = z.object({
@@ -245,16 +252,16 @@ export const HighlightedDetails$inboundSchema: z.ZodType<
245
252
  });
246
253
 
247
254
  /** @internal */
248
- export type HighlightedDetails$Outbound = {
255
+ export type ImportResourceHighlightedDetails$Outbound = {
249
256
  label: string;
250
257
  value?: string | undefined;
251
258
  };
252
259
 
253
260
  /** @internal */
254
- export const HighlightedDetails$outboundSchema: z.ZodType<
255
- HighlightedDetails$Outbound,
261
+ export const ImportResourceHighlightedDetails$outboundSchema: z.ZodType<
262
+ ImportResourceHighlightedDetails$Outbound,
256
263
  z.ZodTypeDef,
257
- HighlightedDetails
264
+ ImportResourceHighlightedDetails
258
265
  > = z.object({
259
266
  label: z.string(),
260
267
  value: z.string().optional(),
@@ -264,36 +271,38 @@ export const HighlightedDetails$outboundSchema: z.ZodType<
264
271
  * @internal
265
272
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
266
273
  */
267
- export namespace HighlightedDetails$ {
268
- /** @deprecated use `HighlightedDetails$inboundSchema` instead. */
269
- export const inboundSchema = HighlightedDetails$inboundSchema;
270
- /** @deprecated use `HighlightedDetails$outboundSchema` instead. */
271
- export const outboundSchema = HighlightedDetails$outboundSchema;
272
- /** @deprecated use `HighlightedDetails$Outbound` instead. */
273
- export type Outbound = HighlightedDetails$Outbound;
274
+ export namespace ImportResourceHighlightedDetails$ {
275
+ /** @deprecated use `ImportResourceHighlightedDetails$inboundSchema` instead. */
276
+ export const inboundSchema = ImportResourceHighlightedDetails$inboundSchema;
277
+ /** @deprecated use `ImportResourceHighlightedDetails$outboundSchema` instead. */
278
+ export const outboundSchema = ImportResourceHighlightedDetails$outboundSchema;
279
+ /** @deprecated use `ImportResourceHighlightedDetails$Outbound` instead. */
280
+ export type Outbound = ImportResourceHighlightedDetails$Outbound;
274
281
  }
275
282
 
276
- export function highlightedDetailsToJSON(
277
- highlightedDetails: HighlightedDetails,
283
+ export function importResourceHighlightedDetailsToJSON(
284
+ importResourceHighlightedDetails: ImportResourceHighlightedDetails,
278
285
  ): string {
279
286
  return JSON.stringify(
280
- HighlightedDetails$outboundSchema.parse(highlightedDetails),
287
+ ImportResourceHighlightedDetails$outboundSchema.parse(
288
+ importResourceHighlightedDetails,
289
+ ),
281
290
  );
282
291
  }
283
292
 
284
- export function highlightedDetailsFromJSON(
293
+ export function importResourceHighlightedDetailsFromJSON(
285
294
  jsonString: string,
286
- ): SafeParseResult<HighlightedDetails, SDKValidationError> {
295
+ ): SafeParseResult<ImportResourceHighlightedDetails, SDKValidationError> {
287
296
  return safeParse(
288
297
  jsonString,
289
- (x) => HighlightedDetails$inboundSchema.parse(JSON.parse(x)),
290
- `Failed to parse 'HighlightedDetails' from JSON`,
298
+ (x) => ImportResourceHighlightedDetails$inboundSchema.parse(JSON.parse(x)),
299
+ `Failed to parse 'ImportResourceHighlightedDetails' from JSON`,
291
300
  );
292
301
  }
293
302
 
294
303
  /** @internal */
295
- export const BillingPlan$inboundSchema: z.ZodType<
296
- BillingPlan,
304
+ export const ImportResourceBillingPlan$inboundSchema: z.ZodType<
305
+ ImportResourceBillingPlan,
297
306
  z.ZodTypeDef,
298
307
  unknown
299
308
  > = collectExtraKeys$(
@@ -304,9 +313,11 @@ export const BillingPlan$inboundSchema: z.ZodType<
304
313
  description: z.string().optional(),
305
314
  paymentMethodRequired: z.boolean().optional(),
306
315
  cost: z.string().optional(),
307
- details: z.array(z.lazy(() => Details$inboundSchema)).optional(),
308
- highlightedDetails: z.array(z.lazy(() => HighlightedDetails$inboundSchema))
316
+ details: z.array(z.lazy(() => ImportResourceDetails$inboundSchema))
309
317
  .optional(),
318
+ highlightedDetails: z.array(
319
+ z.lazy(() => ImportResourceHighlightedDetails$inboundSchema),
320
+ ).optional(),
310
321
  effectiveDate: z.string().optional(),
311
322
  }).catchall(z.any()),
312
323
  "additionalProperties",
@@ -314,24 +325,26 @@ export const BillingPlan$inboundSchema: z.ZodType<
314
325
  );
315
326
 
316
327
  /** @internal */
317
- export type BillingPlan$Outbound = {
328
+ export type ImportResourceBillingPlan$Outbound = {
318
329
  id: string;
319
330
  type: string;
320
331
  name: string;
321
332
  description?: string | undefined;
322
333
  paymentMethodRequired?: boolean | undefined;
323
334
  cost?: string | undefined;
324
- details?: Array<Details$Outbound> | undefined;
325
- highlightedDetails?: Array<HighlightedDetails$Outbound> | undefined;
335
+ details?: Array<ImportResourceDetails$Outbound> | undefined;
336
+ highlightedDetails?:
337
+ | Array<ImportResourceHighlightedDetails$Outbound>
338
+ | undefined;
326
339
  effectiveDate?: string | undefined;
327
340
  [additionalProperties: string]: unknown;
328
341
  };
329
342
 
330
343
  /** @internal */
331
- export const BillingPlan$outboundSchema: z.ZodType<
332
- BillingPlan$Outbound,
344
+ export const ImportResourceBillingPlan$outboundSchema: z.ZodType<
345
+ ImportResourceBillingPlan$Outbound,
333
346
  z.ZodTypeDef,
334
- BillingPlan
347
+ ImportResourceBillingPlan
335
348
  > = z.object({
336
349
  id: z.string(),
337
350
  type: ImportResourceType$outboundSchema,
@@ -339,9 +352,11 @@ export const BillingPlan$outboundSchema: z.ZodType<
339
352
  description: z.string().optional(),
340
353
  paymentMethodRequired: z.boolean().optional(),
341
354
  cost: z.string().optional(),
342
- details: z.array(z.lazy(() => Details$outboundSchema)).optional(),
343
- highlightedDetails: z.array(z.lazy(() => HighlightedDetails$outboundSchema))
355
+ details: z.array(z.lazy(() => ImportResourceDetails$outboundSchema))
344
356
  .optional(),
357
+ highlightedDetails: z.array(
358
+ z.lazy(() => ImportResourceHighlightedDetails$outboundSchema),
359
+ ).optional(),
345
360
  effectiveDate: z.string().optional(),
346
361
  additionalProperties: z.record(z.any()),
347
362
  }).transform((v) => {
@@ -357,63 +372,68 @@ export const BillingPlan$outboundSchema: z.ZodType<
357
372
  * @internal
358
373
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
359
374
  */
360
- export namespace BillingPlan$ {
361
- /** @deprecated use `BillingPlan$inboundSchema` instead. */
362
- export const inboundSchema = BillingPlan$inboundSchema;
363
- /** @deprecated use `BillingPlan$outboundSchema` instead. */
364
- export const outboundSchema = BillingPlan$outboundSchema;
365
- /** @deprecated use `BillingPlan$Outbound` instead. */
366
- export type Outbound = BillingPlan$Outbound;
375
+ export namespace ImportResourceBillingPlan$ {
376
+ /** @deprecated use `ImportResourceBillingPlan$inboundSchema` instead. */
377
+ export const inboundSchema = ImportResourceBillingPlan$inboundSchema;
378
+ /** @deprecated use `ImportResourceBillingPlan$outboundSchema` instead. */
379
+ export const outboundSchema = ImportResourceBillingPlan$outboundSchema;
380
+ /** @deprecated use `ImportResourceBillingPlan$Outbound` instead. */
381
+ export type Outbound = ImportResourceBillingPlan$Outbound;
367
382
  }
368
383
 
369
- export function billingPlanToJSON(billingPlan: BillingPlan): string {
370
- return JSON.stringify(BillingPlan$outboundSchema.parse(billingPlan));
384
+ export function importResourceBillingPlanToJSON(
385
+ importResourceBillingPlan: ImportResourceBillingPlan,
386
+ ): string {
387
+ return JSON.stringify(
388
+ ImportResourceBillingPlan$outboundSchema.parse(importResourceBillingPlan),
389
+ );
371
390
  }
372
391
 
373
- export function billingPlanFromJSON(
392
+ export function importResourceBillingPlanFromJSON(
374
393
  jsonString: string,
375
- ): SafeParseResult<BillingPlan, SDKValidationError> {
394
+ ): SafeParseResult<ImportResourceBillingPlan, SDKValidationError> {
376
395
  return safeParse(
377
396
  jsonString,
378
- (x) => BillingPlan$inboundSchema.parse(JSON.parse(x)),
379
- `Failed to parse 'BillingPlan' from JSON`,
397
+ (x) => ImportResourceBillingPlan$inboundSchema.parse(JSON.parse(x)),
398
+ `Failed to parse 'ImportResourceBillingPlan' from JSON`,
380
399
  );
381
400
  }
382
401
 
383
402
  /** @internal */
384
- export const Level$inboundSchema: z.ZodNativeEnum<typeof Level> = z.nativeEnum(
385
- Level,
386
- );
403
+ export const ImportResourceLevel$inboundSchema: z.ZodNativeEnum<
404
+ typeof ImportResourceLevel
405
+ > = z.nativeEnum(ImportResourceLevel);
387
406
 
388
407
  /** @internal */
389
- export const Level$outboundSchema: z.ZodNativeEnum<typeof Level> =
390
- Level$inboundSchema;
408
+ export const ImportResourceLevel$outboundSchema: z.ZodNativeEnum<
409
+ typeof ImportResourceLevel
410
+ > = ImportResourceLevel$inboundSchema;
391
411
 
392
412
  /**
393
413
  * @internal
394
414
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
395
415
  */
396
- export namespace Level$ {
397
- /** @deprecated use `Level$inboundSchema` instead. */
398
- export const inboundSchema = Level$inboundSchema;
399
- /** @deprecated use `Level$outboundSchema` instead. */
400
- export const outboundSchema = Level$outboundSchema;
416
+ export namespace ImportResourceLevel$ {
417
+ /** @deprecated use `ImportResourceLevel$inboundSchema` instead. */
418
+ export const inboundSchema = ImportResourceLevel$inboundSchema;
419
+ /** @deprecated use `ImportResourceLevel$outboundSchema` instead. */
420
+ export const outboundSchema = ImportResourceLevel$outboundSchema;
401
421
  }
402
422
 
403
423
  /** @internal */
404
- export const Notification$inboundSchema: z.ZodType<
405
- Notification,
424
+ export const ImportResourceNotification$inboundSchema: z.ZodType<
425
+ ImportResourceNotification,
406
426
  z.ZodTypeDef,
407
427
  unknown
408
428
  > = z.object({
409
- level: Level$inboundSchema,
429
+ level: ImportResourceLevel$inboundSchema,
410
430
  title: z.string(),
411
431
  message: z.string().optional(),
412
432
  href: z.string().optional(),
413
433
  });
414
434
 
415
435
  /** @internal */
416
- export type Notification$Outbound = {
436
+ export type ImportResourceNotification$Outbound = {
417
437
  level: string;
418
438
  title: string;
419
439
  message?: string | undefined;
@@ -421,12 +441,12 @@ export type Notification$Outbound = {
421
441
  };
422
442
 
423
443
  /** @internal */
424
- export const Notification$outboundSchema: z.ZodType<
425
- Notification$Outbound,
444
+ export const ImportResourceNotification$outboundSchema: z.ZodType<
445
+ ImportResourceNotification$Outbound,
426
446
  z.ZodTypeDef,
427
- Notification
447
+ ImportResourceNotification
428
448
  > = z.object({
429
- level: Level$outboundSchema,
449
+ level: ImportResourceLevel$outboundSchema,
430
450
  title: z.string(),
431
451
  message: z.string().optional(),
432
452
  href: z.string().optional(),
@@ -436,26 +456,30 @@ export const Notification$outboundSchema: z.ZodType<
436
456
  * @internal
437
457
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
438
458
  */
439
- export namespace Notification$ {
440
- /** @deprecated use `Notification$inboundSchema` instead. */
441
- export const inboundSchema = Notification$inboundSchema;
442
- /** @deprecated use `Notification$outboundSchema` instead. */
443
- export const outboundSchema = Notification$outboundSchema;
444
- /** @deprecated use `Notification$Outbound` instead. */
445
- export type Outbound = Notification$Outbound;
459
+ export namespace ImportResourceNotification$ {
460
+ /** @deprecated use `ImportResourceNotification$inboundSchema` instead. */
461
+ export const inboundSchema = ImportResourceNotification$inboundSchema;
462
+ /** @deprecated use `ImportResourceNotification$outboundSchema` instead. */
463
+ export const outboundSchema = ImportResourceNotification$outboundSchema;
464
+ /** @deprecated use `ImportResourceNotification$Outbound` instead. */
465
+ export type Outbound = ImportResourceNotification$Outbound;
446
466
  }
447
467
 
448
- export function notificationToJSON(notification: Notification): string {
449
- return JSON.stringify(Notification$outboundSchema.parse(notification));
468
+ export function importResourceNotificationToJSON(
469
+ importResourceNotification: ImportResourceNotification,
470
+ ): string {
471
+ return JSON.stringify(
472
+ ImportResourceNotification$outboundSchema.parse(importResourceNotification),
473
+ );
450
474
  }
451
475
 
452
- export function notificationFromJSON(
476
+ export function importResourceNotificationFromJSON(
453
477
  jsonString: string,
454
- ): SafeParseResult<Notification, SDKValidationError> {
478
+ ): SafeParseResult<ImportResourceNotification, SDKValidationError> {
455
479
  return safeParse(
456
480
  jsonString,
457
- (x) => Notification$inboundSchema.parse(JSON.parse(x)),
458
- `Failed to parse 'Notification' from JSON`,
481
+ (x) => ImportResourceNotification$inboundSchema.parse(JSON.parse(x)),
482
+ `Failed to parse 'ImportResourceNotification' from JSON`,
459
483
  );
460
484
  }
461
485
 
@@ -595,8 +619,9 @@ export const ImportResourceRequestBody$inboundSchema: z.ZodType<
595
619
  name: z.string(),
596
620
  status: ImportResourceStatus$inboundSchema,
597
621
  metadata: z.record(z.any()).optional(),
598
- billingPlan: z.lazy(() => BillingPlan$inboundSchema).optional(),
599
- notification: z.lazy(() => Notification$inboundSchema).optional(),
622
+ billingPlan: z.lazy(() => ImportResourceBillingPlan$inboundSchema).optional(),
623
+ notification: z.lazy(() => ImportResourceNotification$inboundSchema)
624
+ .optional(),
600
625
  extras: z.record(z.any()).optional(),
601
626
  secrets: z.array(z.lazy(() => ImportResourceSecrets$inboundSchema))
602
627
  .optional(),
@@ -609,8 +634,8 @@ export type ImportResourceRequestBody$Outbound = {
609
634
  name: string;
610
635
  status: string;
611
636
  metadata?: { [k: string]: any } | undefined;
612
- billingPlan?: BillingPlan$Outbound | undefined;
613
- notification?: Notification$Outbound | undefined;
637
+ billingPlan?: ImportResourceBillingPlan$Outbound | undefined;
638
+ notification?: ImportResourceNotification$Outbound | undefined;
614
639
  extras?: { [k: string]: any } | undefined;
615
640
  secrets?: Array<ImportResourceSecrets$Outbound> | undefined;
616
641
  };
@@ -626,8 +651,10 @@ export const ImportResourceRequestBody$outboundSchema: z.ZodType<
626
651
  name: z.string(),
627
652
  status: ImportResourceStatus$outboundSchema,
628
653
  metadata: z.record(z.any()).optional(),
629
- billingPlan: z.lazy(() => BillingPlan$outboundSchema).optional(),
630
- notification: z.lazy(() => Notification$outboundSchema).optional(),
654
+ billingPlan: z.lazy(() => ImportResourceBillingPlan$outboundSchema)
655
+ .optional(),
656
+ notification: z.lazy(() => ImportResourceNotification$outboundSchema)
657
+ .optional(),
631
658
  extras: z.record(z.any()).optional(),
632
659
  secrets: z.array(z.lazy(() => ImportResourceSecrets$outboundSchema))
633
660
  .optional(),
@@ -122,6 +122,7 @@ export type RenewDomainRequestBody = {
122
122
 
123
123
  export type RenewDomainRequest = {
124
124
  domain: string;
125
+ teamId?: string | undefined;
125
126
  requestBody: RenewDomainRequestBody;
126
127
  };
127
128
 
@@ -323,6 +324,7 @@ export const RenewDomainRequest$inboundSchema: z.ZodType<
323
324
  unknown
324
325
  > = z.object({
325
326
  domain: z.string(),
327
+ teamId: z.string().optional(),
326
328
  RequestBody: z.lazy(() => RenewDomainRequestBody$inboundSchema),
327
329
  }).transform((v) => {
328
330
  return remap$(v, {
@@ -333,6 +335,7 @@ export const RenewDomainRequest$inboundSchema: z.ZodType<
333
335
  /** @internal */
334
336
  export type RenewDomainRequest$Outbound = {
335
337
  domain: string;
338
+ teamId?: string | undefined;
336
339
  RequestBody: RenewDomainRequestBody$Outbound;
337
340
  };
338
341
 
@@ -343,6 +346,7 @@ export const RenewDomainRequest$outboundSchema: z.ZodType<
343
346
  RenewDomainRequest
344
347
  > = z.object({
345
348
  domain: z.string(),
349
+ teamId: z.string().optional(),
346
350
  requestBody: z.lazy(() => RenewDomainRequestBody$outboundSchema),
347
351
  }).transform((v) => {
348
352
  return remap$(v, {