@vercel/sdk 1.13.6 → 1.13.8

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 (287) hide show
  1. package/README.md +3 -1
  2. package/bin/mcp-server.js +1424 -1191
  3. package/bin/mcp-server.js.map +62 -61
  4. package/docs/sdks/domains/README.md +1 -1
  5. package/docs/sdks/domainsregistrar/README.md +73 -32
  6. package/docs/sdks/security/README.md +1 -1
  7. package/esm/__tests__/accessgroups.test.js +2 -6
  8. package/esm/__tests__/accessgroups.test.js.map +1 -1
  9. package/esm/__tests__/domains.test.js +4 -11
  10. package/esm/__tests__/domains.test.js.map +1 -1
  11. package/esm/__tests__/domainsregistrar.test.js +33 -15
  12. package/esm/__tests__/domainsregistrar.test.js.map +1 -1
  13. package/esm/__tests__/edgeconfig.test.js +6 -6
  14. package/esm/__tests__/edgeconfig.test.js.map +1 -1
  15. package/esm/__tests__/integrations.test.js +1 -1
  16. package/esm/__tests__/rollingrelease.test.js +2 -2
  17. package/esm/__tests__/rollingrelease.test.js.map +1 -1
  18. package/esm/__tests__/security.test.js +4 -4
  19. package/esm/__tests__/security.test.js.map +1 -1
  20. package/esm/funcs/domainsGetDomainTransfer.d.ts +1 -1
  21. package/esm/funcs/domainsGetDomainTransfer.js +1 -1
  22. package/esm/funcs/domainsRegistrarBuyDomains.d.ts +2 -2
  23. package/esm/funcs/domainsRegistrarBuyDomains.d.ts.map +1 -1
  24. package/esm/funcs/domainsRegistrarBuyDomains.js +8 -4
  25. package/esm/funcs/domainsRegistrarBuyDomains.js.map +1 -1
  26. package/esm/funcs/domainsRegistrarBuySingleDomain.js +5 -1
  27. package/esm/funcs/domainsRegistrarBuySingleDomain.js.map +1 -1
  28. package/esm/funcs/domainsRegistrarGetBulkAvailability.d.ts +2 -2
  29. package/esm/funcs/domainsRegistrarGetBulkAvailability.d.ts.map +1 -1
  30. package/esm/funcs/domainsRegistrarGetBulkAvailability.js +8 -4
  31. package/esm/funcs/domainsRegistrarGetBulkAvailability.js.map +1 -1
  32. package/esm/funcs/domainsRegistrarGetContactInfoSchema.js +5 -1
  33. package/esm/funcs/domainsRegistrarGetContactInfoSchema.js.map +1 -1
  34. package/esm/funcs/domainsRegistrarGetDomainAuthCode.js +5 -1
  35. package/esm/funcs/domainsRegistrarGetDomainAuthCode.js.map +1 -1
  36. package/esm/funcs/domainsRegistrarGetDomainAvailability.js +5 -1
  37. package/esm/funcs/domainsRegistrarGetDomainAvailability.js.map +1 -1
  38. package/esm/funcs/domainsRegistrarGetDomainPrice.js +1 -0
  39. package/esm/funcs/domainsRegistrarGetDomainPrice.js.map +1 -1
  40. package/esm/funcs/domainsRegistrarGetDomainTransferIn.js +5 -1
  41. package/esm/funcs/domainsRegistrarGetDomainTransferIn.js.map +1 -1
  42. package/esm/funcs/domainsRegistrarGetOrder.js +5 -1
  43. package/esm/funcs/domainsRegistrarGetOrder.js.map +1 -1
  44. package/esm/funcs/domainsRegistrarGetSupportedTlds.d.ts +2 -1
  45. package/esm/funcs/domainsRegistrarGetSupportedTlds.d.ts.map +1 -1
  46. package/esm/funcs/domainsRegistrarGetSupportedTlds.js +17 -3
  47. package/esm/funcs/domainsRegistrarGetSupportedTlds.js.map +1 -1
  48. package/esm/funcs/domainsRegistrarGetTldPrice.js +1 -0
  49. package/esm/funcs/domainsRegistrarGetTldPrice.js.map +1 -1
  50. package/esm/funcs/domainsRegistrarRenewDomain.js +5 -1
  51. package/esm/funcs/domainsRegistrarRenewDomain.js.map +1 -1
  52. package/esm/funcs/domainsRegistrarTransferInDomain.js +5 -1
  53. package/esm/funcs/domainsRegistrarTransferInDomain.js.map +1 -1
  54. package/esm/funcs/domainsRegistrarUpdateDomainAutoRenew.js +5 -1
  55. package/esm/funcs/domainsRegistrarUpdateDomainAutoRenew.js.map +1 -1
  56. package/esm/funcs/domainsRegistrarUpdateDomainNameservers.js +5 -1
  57. package/esm/funcs/domainsRegistrarUpdateDomainNameservers.js.map +1 -1
  58. package/esm/funcs/projectsPauseProject.js +2 -2
  59. package/esm/funcs/projectsPauseProject.js.map +1 -1
  60. package/esm/funcs/securityGetActiveAttackStatus.d.ts +1 -1
  61. package/esm/funcs/securityGetActiveAttackStatus.js +2 -1
  62. package/esm/funcs/securityGetActiveAttackStatus.js.map +1 -1
  63. package/esm/lib/config.d.ts +3 -3
  64. package/esm/lib/config.js +3 -3
  65. package/esm/lib/config.js.map +1 -1
  66. package/esm/mcp-server/mcp-server.js +1 -1
  67. package/esm/mcp-server/server.js +1 -1
  68. package/esm/mcp-server/tools/domainsGetDomainTransfer.js +1 -1
  69. package/esm/mcp-server/tools/domainsGetDomainTransfer.js.map +1 -1
  70. package/esm/mcp-server/tools/domainsRegistrarBuyDomains.d.ts +1 -1
  71. package/esm/mcp-server/tools/domainsRegistrarBuyDomains.js +2 -2
  72. package/esm/mcp-server/tools/domainsRegistrarBuyDomains.js.map +1 -1
  73. package/esm/mcp-server/tools/domainsRegistrarGetBulkAvailability.d.ts +1 -1
  74. package/esm/mcp-server/tools/domainsRegistrarGetBulkAvailability.js +2 -2
  75. package/esm/mcp-server/tools/domainsRegistrarGetBulkAvailability.js.map +1 -1
  76. package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.d.ts +5 -1
  77. package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.d.ts.map +1 -1
  78. package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.js +7 -2
  79. package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.js.map +1 -1
  80. package/esm/mcp-server/tools/securityGetActiveAttackStatus.js +1 -1
  81. package/esm/mcp-server/tools/securityGetActiveAttackStatus.js.map +1 -1
  82. package/esm/models/buydomainsop.d.ts +27 -0
  83. package/esm/models/buydomainsop.d.ts.map +1 -1
  84. package/esm/models/buydomainsop.js +35 -0
  85. package/esm/models/buydomainsop.js.map +1 -1
  86. package/esm/models/buysingledomainop.d.ts +2 -0
  87. package/esm/models/buysingledomainop.d.ts.map +1 -1
  88. package/esm/models/buysingledomainop.js +2 -0
  89. package/esm/models/buysingledomainop.js.map +1 -1
  90. package/esm/models/canceldeploymentop.d.ts +3 -10
  91. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  92. package/esm/models/canceldeploymentop.js +1 -4
  93. package/esm/models/canceldeploymentop.js.map +1 -1
  94. package/esm/models/createdeploymentop.d.ts +6 -10
  95. package/esm/models/createdeploymentop.d.ts.map +1 -1
  96. package/esm/models/createdeploymentop.js +2 -4
  97. package/esm/models/createdeploymentop.js.map +1 -1
  98. package/esm/models/createintegrationstoredirectop.d.ts +415 -285
  99. package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
  100. package/esm/models/createintegrationstoredirectop.js +477 -351
  101. package/esm/models/createintegrationstoredirectop.js.map +1 -1
  102. package/esm/models/createprojectenvop.d.ts +6 -6
  103. package/esm/models/createprojectenvop.js +2 -2
  104. package/esm/models/createprojectenvop.js.map +1 -1
  105. package/esm/models/createprojectop.d.ts +38 -30
  106. package/esm/models/createprojectop.d.ts.map +1 -1
  107. package/esm/models/createprojectop.js +22 -18
  108. package/esm/models/createprojectop.js.map +1 -1
  109. package/esm/models/editprojectenvop.d.ts +3 -3
  110. package/esm/models/editprojectenvop.js +1 -1
  111. package/esm/models/editprojectenvop.js.map +1 -1
  112. package/esm/models/filterprojectenvsop.d.ts +9 -9
  113. package/esm/models/filterprojectenvsop.js +3 -3
  114. package/esm/models/filterprojectenvsop.js.map +1 -1
  115. package/esm/models/getactiveattackstatusop.d.ts +4 -2
  116. package/esm/models/getactiveattackstatusop.d.ts.map +1 -1
  117. package/esm/models/getactiveattackstatusop.js +4 -2
  118. package/esm/models/getactiveattackstatusop.js.map +1 -1
  119. package/esm/models/getbulkavailabilityop.d.ts +27 -0
  120. package/esm/models/getbulkavailabilityop.d.ts.map +1 -1
  121. package/esm/models/getbulkavailabilityop.js +36 -0
  122. package/esm/models/getbulkavailabilityop.js.map +1 -1
  123. package/esm/models/getconfigurationproductsop.d.ts +375 -375
  124. package/esm/models/getconfigurationproductsop.js +465 -465
  125. package/esm/models/getcontactinfoschemaop.d.ts +2 -0
  126. package/esm/models/getcontactinfoschemaop.d.ts.map +1 -1
  127. package/esm/models/getcontactinfoschemaop.js +2 -0
  128. package/esm/models/getcontactinfoschemaop.js.map +1 -1
  129. package/esm/models/getdeploymentop.d.ts +3 -10
  130. package/esm/models/getdeploymentop.d.ts.map +1 -1
  131. package/esm/models/getdeploymentop.js +1 -4
  132. package/esm/models/getdeploymentop.js.map +1 -1
  133. package/esm/models/getdeploymentsop.d.ts +3 -0
  134. package/esm/models/getdeploymentsop.d.ts.map +1 -1
  135. package/esm/models/getdeploymentsop.js +1 -0
  136. package/esm/models/getdeploymentsop.js.map +1 -1
  137. package/esm/models/getdomainauthcodeop.d.ts +2 -0
  138. package/esm/models/getdomainauthcodeop.d.ts.map +1 -1
  139. package/esm/models/getdomainauthcodeop.js +2 -0
  140. package/esm/models/getdomainauthcodeop.js.map +1 -1
  141. package/esm/models/getdomainavailabilityop.d.ts +2 -0
  142. package/esm/models/getdomainavailabilityop.d.ts.map +1 -1
  143. package/esm/models/getdomainavailabilityop.js +2 -0
  144. package/esm/models/getdomainavailabilityop.js.map +1 -1
  145. package/esm/models/getdomainpriceop.d.ts +2 -0
  146. package/esm/models/getdomainpriceop.d.ts.map +1 -1
  147. package/esm/models/getdomainpriceop.js +2 -0
  148. package/esm/models/getdomainpriceop.js.map +1 -1
  149. package/esm/models/getdomaintransferinop.d.ts +2 -0
  150. package/esm/models/getdomaintransferinop.d.ts.map +1 -1
  151. package/esm/models/getdomaintransferinop.js +2 -0
  152. package/esm/models/getdomaintransferinop.js.map +1 -1
  153. package/esm/models/getorderop.d.ts +2 -0
  154. package/esm/models/getorderop.d.ts.map +1 -1
  155. package/esm/models/getorderop.js +2 -0
  156. package/esm/models/getorderop.js.map +1 -1
  157. package/esm/models/getprojectenvop.d.ts +9 -9
  158. package/esm/models/getprojectenvop.js +3 -3
  159. package/esm/models/getprojectenvop.js.map +1 -1
  160. package/esm/models/getprojectsop.d.ts +5 -0
  161. package/esm/models/getprojectsop.d.ts.map +1 -1
  162. package/esm/models/getprojectsop.js +3 -0
  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/removeprojectenvop.d.ts +9 -9
  177. package/esm/models/removeprojectenvop.js +3 -3
  178. package/esm/models/removeprojectenvop.js.map +1 -1
  179. package/esm/models/renewdomainop.d.ts +2 -0
  180. package/esm/models/renewdomainop.d.ts.map +1 -1
  181. package/esm/models/renewdomainop.js +2 -0
  182. package/esm/models/renewdomainop.js.map +1 -1
  183. package/esm/models/transferindomainop.d.ts +2 -0
  184. package/esm/models/transferindomainop.d.ts.map +1 -1
  185. package/esm/models/transferindomainop.js +2 -0
  186. package/esm/models/transferindomainop.js.map +1 -1
  187. package/esm/models/updatedomainautorenewop.d.ts +2 -0
  188. package/esm/models/updatedomainautorenewop.d.ts.map +1 -1
  189. package/esm/models/updatedomainautorenewop.js +2 -0
  190. package/esm/models/updatedomainautorenewop.js.map +1 -1
  191. package/esm/models/updatedomainnameserversop.d.ts +2 -0
  192. package/esm/models/updatedomainnameserversop.d.ts.map +1 -1
  193. package/esm/models/updatedomainnameserversop.js +2 -0
  194. package/esm/models/updatedomainnameserversop.js.map +1 -1
  195. package/esm/models/updateprojectdatacacheop.d.ts +5 -0
  196. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  197. package/esm/models/updateprojectdatacacheop.js +3 -0
  198. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  199. package/esm/models/updateprojectop.d.ts +38 -30
  200. package/esm/models/updateprojectop.d.ts.map +1 -1
  201. package/esm/models/updateprojectop.js +22 -18
  202. package/esm/models/updateprojectop.js.map +1 -1
  203. package/esm/models/userevent.d.ts +30 -0
  204. package/esm/models/userevent.d.ts.map +1 -1
  205. package/esm/models/userevent.js +22 -0
  206. package/esm/models/userevent.js.map +1 -1
  207. package/esm/sdk/domains.d.ts +1 -1
  208. package/esm/sdk/domains.js +1 -1
  209. package/esm/sdk/domainsregistrar.d.ts +6 -5
  210. package/esm/sdk/domainsregistrar.d.ts.map +1 -1
  211. package/esm/sdk/domainsregistrar.js +2 -2
  212. package/esm/sdk/domainsregistrar.js.map +1 -1
  213. package/esm/sdk/security.d.ts +1 -1
  214. package/esm/sdk/security.js +1 -1
  215. package/examples/package-lock.json +1 -1
  216. package/jsr.json +1 -1
  217. package/package.json +1 -1
  218. package/src/__tests__/accessgroups.test.ts +2 -6
  219. package/src/__tests__/domains.test.ts +4 -11
  220. package/src/__tests__/domainsregistrar.test.ts +33 -15
  221. package/src/__tests__/edgeconfig.test.ts +6 -6
  222. package/src/__tests__/integrations.test.ts +1 -1
  223. package/src/__tests__/rollingrelease.test.ts +2 -2
  224. package/src/__tests__/security.test.ts +4 -4
  225. package/src/funcs/domainsGetDomainTransfer.ts +1 -1
  226. package/src/funcs/domainsRegistrarBuyDomains.ts +12 -7
  227. package/src/funcs/domainsRegistrarBuySingleDomain.ts +6 -1
  228. package/src/funcs/domainsRegistrarGetBulkAvailability.ts +12 -7
  229. package/src/funcs/domainsRegistrarGetContactInfoSchema.ts +6 -1
  230. package/src/funcs/domainsRegistrarGetDomainAuthCode.ts +6 -1
  231. package/src/funcs/domainsRegistrarGetDomainAvailability.ts +6 -1
  232. package/src/funcs/domainsRegistrarGetDomainPrice.ts +1 -0
  233. package/src/funcs/domainsRegistrarGetDomainTransferIn.ts +6 -1
  234. package/src/funcs/domainsRegistrarGetOrder.ts +6 -1
  235. package/src/funcs/domainsRegistrarGetSupportedTlds.ts +26 -0
  236. package/src/funcs/domainsRegistrarGetTldPrice.ts +1 -0
  237. package/src/funcs/domainsRegistrarRenewDomain.ts +6 -1
  238. package/src/funcs/domainsRegistrarTransferInDomain.ts +6 -1
  239. package/src/funcs/domainsRegistrarUpdateDomainAutoRenew.ts +6 -1
  240. package/src/funcs/domainsRegistrarUpdateDomainNameservers.ts +6 -1
  241. package/src/funcs/projectsPauseProject.ts +2 -2
  242. package/src/funcs/securityGetActiveAttackStatus.ts +2 -1
  243. package/src/lib/config.ts +3 -3
  244. package/src/mcp-server/mcp-server.ts +1 -1
  245. package/src/mcp-server/server.ts +1 -1
  246. package/src/mcp-server/tools/domainsGetDomainTransfer.ts +1 -1
  247. package/src/mcp-server/tools/domainsRegistrarBuyDomains.ts +2 -2
  248. package/src/mcp-server/tools/domainsRegistrarGetBulkAvailability.ts +2 -2
  249. package/src/mcp-server/tools/domainsRegistrarGetSupportedTlds.ts +11 -2
  250. package/src/mcp-server/tools/securityGetActiveAttackStatus.ts +1 -1
  251. package/src/models/buydomainsop.ts +70 -0
  252. package/src/models/buysingledomainop.ts +4 -0
  253. package/src/models/canceldeploymentop.ts +1 -14
  254. package/src/models/createdeploymentop.ts +2 -14
  255. package/src/models/createintegrationstoredirectop.ts +821 -604
  256. package/src/models/createprojectenvop.ts +2 -2
  257. package/src/models/createprojectop.ts +36 -30
  258. package/src/models/editprojectenvop.ts +1 -1
  259. package/src/models/filterprojectenvsop.ts +3 -3
  260. package/src/models/getactiveattackstatusop.ts +8 -4
  261. package/src/models/getbulkavailabilityop.ts +71 -0
  262. package/src/models/getconfigurationproductsop.ts +802 -802
  263. package/src/models/getcontactinfoschemaop.ts +4 -0
  264. package/src/models/getdeploymentop.ts +1 -14
  265. package/src/models/getdeploymentsop.ts +1 -0
  266. package/src/models/getdomainauthcodeop.ts +4 -0
  267. package/src/models/getdomainavailabilityop.ts +4 -0
  268. package/src/models/getdomainpriceop.ts +4 -0
  269. package/src/models/getdomaintransferinop.ts +4 -0
  270. package/src/models/getorderop.ts +4 -0
  271. package/src/models/getprojectenvop.ts +3 -3
  272. package/src/models/getprojectsop.ts +5 -0
  273. package/src/models/getsupportedtldsop.ts +66 -0
  274. package/src/models/gettldpriceop.ts +4 -0
  275. package/src/models/getwebhooksop.ts +1 -0
  276. package/src/models/removeprojectenvop.ts +3 -3
  277. package/src/models/renewdomainop.ts +4 -0
  278. package/src/models/transferindomainop.ts +4 -0
  279. package/src/models/updatedomainautorenewop.ts +4 -0
  280. package/src/models/updatedomainnameserversop.ts +4 -0
  281. package/src/models/updateprojectdatacacheop.ts +5 -0
  282. package/src/models/updateprojectop.ts +36 -30
  283. package/src/models/userevent.ts +32 -0
  284. package/src/sdk/domains.ts +1 -1
  285. package/src/sdk/domainsregistrar.ts +7 -4
  286. package/src/sdk/security.ts +1 -1
  287. package/vercel-spec.json +518 -236
@@ -21,6 +21,7 @@ import { SDKValidationError } from "./sdkvalidationerror.js";
21
21
 
22
22
  export type GetContactInfoSchemaRequest = {
23
23
  domain: string;
24
+ teamId?: string | undefined;
24
25
  };
25
26
 
26
27
  /**
@@ -42,11 +43,13 @@ export const GetContactInfoSchemaRequest$inboundSchema: z.ZodType<
42
43
  unknown
43
44
  > = z.object({
44
45
  domain: z.string(),
46
+ teamId: z.string().optional(),
45
47
  });
46
48
 
47
49
  /** @internal */
48
50
  export type GetContactInfoSchemaRequest$Outbound = {
49
51
  domain: string;
52
+ teamId?: string | undefined;
50
53
  };
51
54
 
52
55
  /** @internal */
@@ -56,6 +59,7 @@ export const GetContactInfoSchemaRequest$outboundSchema: z.ZodType<
56
59
  GetContactInfoSchemaRequest
57
60
  > = z.object({
58
61
  domain: z.string(),
62
+ teamId: z.string().optional(),
59
63
  });
60
64
 
61
65
  /**
@@ -807,6 +807,7 @@ export const ResponseBodyFramework = {
807
807
  Vuepress: "vuepress",
808
808
  Parcel: "parcel",
809
809
  Fastapi: "fastapi",
810
+ Flask: "flask",
810
811
  Fasthtml: "fasthtml",
811
812
  SanityV3: "sanity-v3",
812
813
  Sanity: "sanity",
@@ -2056,10 +2057,6 @@ export type GetDeploymentMicrofrontends2 = {
2056
2057
  * Whether the MicrofrontendsAlias2 team flag should be considered enabled for this deployment or not.
2057
2058
  */
2058
2059
  microfrontendsAlias2Enabled?: boolean | undefined;
2059
- /**
2060
- * Temporary flag to safely test MFE alias routing in vercel-site production for specific production hosts (not vercel.com)
2061
- */
2062
- microfrontendsAliasRoutingVercelSiteProdTestHost?: boolean | undefined;
2063
2060
  };
2064
2061
 
2065
2062
  export type GetDeploymentMicrofrontends1 = {
@@ -2080,10 +2077,6 @@ export type GetDeploymentMicrofrontends1 = {
2080
2077
  * Whether the MicrofrontendsAlias2 team flag should be considered enabled for this deployment or not.
2081
2078
  */
2082
2079
  microfrontendsAlias2Enabled?: boolean | undefined;
2083
- /**
2084
- * Temporary flag to safely test MFE alias routing in vercel-site production for specific production hosts (not vercel.com)
2085
- */
2086
- microfrontendsAliasRoutingVercelSiteProdTestHost?: boolean | undefined;
2087
2080
  };
2088
2081
 
2089
2082
  export type ResponseBodyMicrofrontends =
@@ -12857,7 +12850,6 @@ export const GetDeploymentMicrofrontends2$inboundSchema: z.ZodType<
12857
12850
  defaultRoute: z.string().optional(),
12858
12851
  groupIds: z.array(z.string()),
12859
12852
  microfrontendsAlias2Enabled: z.boolean().optional(),
12860
- microfrontendsAliasRoutingVercelSiteProdTestHost: z.boolean().optional(),
12861
12853
  });
12862
12854
 
12863
12855
  /** @internal */
@@ -12871,7 +12863,6 @@ export type GetDeploymentMicrofrontends2$Outbound = {
12871
12863
  defaultRoute?: string | undefined;
12872
12864
  groupIds: Array<string>;
12873
12865
  microfrontendsAlias2Enabled?: boolean | undefined;
12874
- microfrontendsAliasRoutingVercelSiteProdTestHost?: boolean | undefined;
12875
12866
  };
12876
12867
 
12877
12868
  /** @internal */
@@ -12890,7 +12881,6 @@ export const GetDeploymentMicrofrontends2$outboundSchema: z.ZodType<
12890
12881
  defaultRoute: z.string().optional(),
12891
12882
  groupIds: z.array(z.string()),
12892
12883
  microfrontendsAlias2Enabled: z.boolean().optional(),
12893
- microfrontendsAliasRoutingVercelSiteProdTestHost: z.boolean().optional(),
12894
12884
  });
12895
12885
 
12896
12886
  /**
@@ -12937,7 +12927,6 @@ export const GetDeploymentMicrofrontends1$inboundSchema: z.ZodType<
12937
12927
  defaultRoute: z.string().optional(),
12938
12928
  groupIds: z.array(z.string()),
12939
12929
  microfrontendsAlias2Enabled: z.boolean().optional(),
12940
- microfrontendsAliasRoutingVercelSiteProdTestHost: z.boolean().optional(),
12941
12930
  });
12942
12931
 
12943
12932
  /** @internal */
@@ -12947,7 +12936,6 @@ export type GetDeploymentMicrofrontends1$Outbound = {
12947
12936
  defaultRoute?: string | undefined;
12948
12937
  groupIds: Array<string>;
12949
12938
  microfrontendsAlias2Enabled?: boolean | undefined;
12950
- microfrontendsAliasRoutingVercelSiteProdTestHost?: boolean | undefined;
12951
12939
  };
12952
12940
 
12953
12941
  /** @internal */
@@ -12961,7 +12949,6 @@ export const GetDeploymentMicrofrontends1$outboundSchema: z.ZodType<
12961
12949
  defaultRoute: z.string().optional(),
12962
12950
  groupIds: z.array(z.string()),
12963
12951
  microfrontendsAlias2Enabled: z.boolean().optional(),
12964
- microfrontendsAliasRoutingVercelSiteProdTestHost: z.boolean().optional(),
12965
12952
  });
12966
12953
 
12967
12954
  /**
@@ -326,6 +326,7 @@ export const GetDeploymentsFramework = {
326
326
  Vuepress: "vuepress",
327
327
  Parcel: "parcel",
328
328
  Fastapi: "fastapi",
329
+ Flask: "flask",
329
330
  Fasthtml: "fasthtml",
330
331
  SanityV3: "sanity-v3",
331
332
  Sanity: "sanity",
@@ -33,6 +33,7 @@ import { SDKValidationError } from "./sdkvalidationerror.js";
33
33
 
34
34
  export type GetDomainAuthCodeRequest = {
35
35
  domain: string;
36
+ teamId?: string | undefined;
36
37
  };
37
38
 
38
39
  /**
@@ -63,11 +64,13 @@ export const GetDomainAuthCodeRequest$inboundSchema: z.ZodType<
63
64
  unknown
64
65
  > = z.object({
65
66
  domain: z.string(),
67
+ teamId: z.string().optional(),
66
68
  });
67
69
 
68
70
  /** @internal */
69
71
  export type GetDomainAuthCodeRequest$Outbound = {
70
72
  domain: string;
73
+ teamId?: string | undefined;
71
74
  };
72
75
 
73
76
  /** @internal */
@@ -77,6 +80,7 @@ export const GetDomainAuthCodeRequest$outboundSchema: z.ZodType<
77
80
  GetDomainAuthCodeRequest
78
81
  > = z.object({
79
82
  domain: z.string(),
83
+ teamId: z.string().optional(),
80
84
  });
81
85
 
82
86
  /**
@@ -9,6 +9,7 @@ import { SDKValidationError } from "./sdkvalidationerror.js";
9
9
 
10
10
  export type GetDomainAvailabilityRequest = {
11
11
  domain: string;
12
+ teamId?: string | undefined;
12
13
  };
13
14
 
14
15
  /**
@@ -25,11 +26,13 @@ export const GetDomainAvailabilityRequest$inboundSchema: z.ZodType<
25
26
  unknown
26
27
  > = z.object({
27
28
  domain: z.string(),
29
+ teamId: z.string().optional(),
28
30
  });
29
31
 
30
32
  /** @internal */
31
33
  export type GetDomainAvailabilityRequest$Outbound = {
32
34
  domain: string;
35
+ teamId?: string | undefined;
33
36
  };
34
37
 
35
38
  /** @internal */
@@ -39,6 +42,7 @@ export const GetDomainAvailabilityRequest$outboundSchema: z.ZodType<
39
42
  GetDomainAvailabilityRequest
40
43
  > = z.object({
41
44
  domain: z.string(),
45
+ teamId: z.string().optional(),
42
46
  });
43
47
 
44
48
  /**
@@ -28,6 +28,7 @@ import {
28
28
  export type GetDomainPriceRequest = {
29
29
  domain: string;
30
30
  years?: string | undefined;
31
+ teamId?: string | undefined;
31
32
  };
32
33
 
33
34
  /**
@@ -65,12 +66,14 @@ export const GetDomainPriceRequest$inboundSchema: z.ZodType<
65
66
  > = z.object({
66
67
  domain: z.string(),
67
68
  years: z.string().optional(),
69
+ teamId: z.string().optional(),
68
70
  });
69
71
 
70
72
  /** @internal */
71
73
  export type GetDomainPriceRequest$Outbound = {
72
74
  domain: string;
73
75
  years?: string | undefined;
76
+ teamId?: string | undefined;
74
77
  };
75
78
 
76
79
  /** @internal */
@@ -81,6 +84,7 @@ export const GetDomainPriceRequest$outboundSchema: z.ZodType<
81
84
  > = z.object({
82
85
  domain: z.string(),
83
86
  years: z.string().optional(),
87
+ teamId: z.string().optional(),
84
88
  });
85
89
 
86
90
  /**
@@ -22,6 +22,7 @@ import { SDKValidationError } from "./sdkvalidationerror.js";
22
22
 
23
23
  export type GetDomainTransferInRequest = {
24
24
  domain: string;
25
+ teamId?: string | undefined;
25
26
  };
26
27
 
27
28
  /**
@@ -63,11 +64,13 @@ export const GetDomainTransferInRequest$inboundSchema: z.ZodType<
63
64
  unknown
64
65
  > = z.object({
65
66
  domain: z.string(),
67
+ teamId: z.string().optional(),
66
68
  });
67
69
 
68
70
  /** @internal */
69
71
  export type GetDomainTransferInRequest$Outbound = {
70
72
  domain: string;
73
+ teamId?: string | undefined;
71
74
  };
72
75
 
73
76
  /** @internal */
@@ -77,6 +80,7 @@ export const GetDomainTransferInRequest$outboundSchema: z.ZodType<
77
80
  GetDomainTransferInRequest
78
81
  > = z.object({
79
82
  domain: z.string(),
83
+ teamId: z.string().optional(),
80
84
  });
81
85
 
82
86
  /**
@@ -22,6 +22,7 @@ import { SDKValidationError } from "./sdkvalidationerror.js";
22
22
 
23
23
  export type GetOrderRequest = {
24
24
  orderId: string;
25
+ teamId?: string | undefined;
25
26
  };
26
27
 
27
28
  /**
@@ -208,11 +209,13 @@ export const GetOrderRequest$inboundSchema: z.ZodType<
208
209
  unknown
209
210
  > = z.object({
210
211
  orderId: z.string(),
212
+ teamId: z.string().optional(),
211
213
  });
212
214
 
213
215
  /** @internal */
214
216
  export type GetOrderRequest$Outbound = {
215
217
  orderId: string;
218
+ teamId?: string | undefined;
216
219
  };
217
220
 
218
221
  /** @internal */
@@ -222,6 +225,7 @@ export const GetOrderRequest$outboundSchema: z.ZodType<
222
225
  GetOrderRequest
223
226
  > = z.object({
224
227
  orderId: z.string(),
228
+ teamId: z.string().optional(),
225
229
  });
226
230
 
227
231
  /**
@@ -42,10 +42,10 @@ export type GetProjectEnvResponseBodyProjectsResponseTarget =
42
42
 
43
43
  export const GetProjectEnvResponseBodyProjectsResponseType = {
44
44
  System: "system",
45
+ Secret: "secret",
45
46
  Encrypted: "encrypted",
46
47
  Plain: "plain",
47
48
  Sensitive: "sensitive",
48
- Secret: "secret",
49
49
  } as const;
50
50
  export type GetProjectEnvResponseBodyProjectsResponseType = ClosedEnum<
51
51
  typeof GetProjectEnvResponseBodyProjectsResponseType
@@ -388,10 +388,10 @@ export type GetProjectEnvResponseBodyProjectsTarget =
388
388
 
389
389
  export const GetProjectEnvResponseBodyProjectsType = {
390
390
  System: "system",
391
+ Secret: "secret",
391
392
  Encrypted: "encrypted",
392
393
  Plain: "plain",
393
394
  Sensitive: "sensitive",
394
- Secret: "secret",
395
395
  } as const;
396
396
  export type GetProjectEnvResponseBodyProjectsType = ClosedEnum<
397
397
  typeof GetProjectEnvResponseBodyProjectsType
@@ -732,10 +732,10 @@ export type GetProjectEnvResponseBodyTarget =
732
732
 
733
733
  export const GetProjectEnvResponseBodyType = {
734
734
  System: "system",
735
+ Secret: "secret",
735
736
  Encrypted: "encrypted",
736
737
  Plain: "plain",
737
738
  Sensitive: "sensitive",
738
- Secret: "secret",
739
739
  } as const;
740
740
  export type GetProjectEnvResponseBodyType = ClosedEnum<
741
741
  typeof GetProjectEnvResponseBodyType
@@ -712,6 +712,7 @@ export const GetProjectsFramework = {
712
712
  Vuepress: "vuepress",
713
713
  Parcel: "parcel",
714
714
  Fastapi: "fastapi",
715
+ Flask: "flask",
715
716
  Fasthtml: "fasthtml",
716
717
  SanityV3: "sanity-v3",
717
718
  Sanity: "sanity",
@@ -1491,6 +1492,7 @@ export type GetProjectsPermissions = {
1491
1492
  notificationCustomerBudget?: Array<ACLAction> | undefined;
1492
1493
  notificationStatementOfReasons?: Array<ACLAction> | undefined;
1493
1494
  observabilityConfiguration?: Array<ACLAction> | undefined;
1495
+ agent?: Array<ACLAction> | undefined;
1494
1496
  alerts?: Array<ACLAction> | undefined;
1495
1497
  observabilityNotebook?: Array<ACLAction> | undefined;
1496
1498
  observabilityFunnel?: Array<ACLAction> | undefined;
@@ -8660,6 +8662,7 @@ export const GetProjectsPermissions$inboundSchema: z.ZodType<
8660
8662
  notificationCustomerBudget: z.array(ACLAction$inboundSchema).optional(),
8661
8663
  notificationStatementOfReasons: z.array(ACLAction$inboundSchema).optional(),
8662
8664
  observabilityConfiguration: z.array(ACLAction$inboundSchema).optional(),
8665
+ agent: z.array(ACLAction$inboundSchema).optional(),
8663
8666
  alerts: z.array(ACLAction$inboundSchema).optional(),
8664
8667
  observabilityNotebook: z.array(ACLAction$inboundSchema).optional(),
8665
8668
  observabilityFunnel: z.array(ACLAction$inboundSchema).optional(),
@@ -8886,6 +8889,7 @@ export type GetProjectsPermissions$Outbound = {
8886
8889
  notificationCustomerBudget?: Array<string> | undefined;
8887
8890
  notificationStatementOfReasons?: Array<string> | undefined;
8888
8891
  observabilityConfiguration?: Array<string> | undefined;
8892
+ agent?: Array<string> | undefined;
8889
8893
  alerts?: Array<string> | undefined;
8890
8894
  observabilityNotebook?: Array<string> | undefined;
8891
8895
  observabilityFunnel?: Array<string> | undefined;
@@ -9113,6 +9117,7 @@ export const GetProjectsPermissions$outboundSchema: z.ZodType<
9113
9117
  notificationCustomerBudget: z.array(ACLAction$outboundSchema).optional(),
9114
9118
  notificationStatementOfReasons: z.array(ACLAction$outboundSchema).optional(),
9115
9119
  observabilityConfiguration: z.array(ACLAction$outboundSchema).optional(),
9120
+ agent: z.array(ACLAction$outboundSchema).optional(),
9116
9121
  alerts: z.array(ACLAction$outboundSchema).optional(),
9117
9122
  observabilityNotebook: z.array(ACLAction$outboundSchema).optional(),
9118
9123
  observabilityFunnel: z.array(ACLAction$outboundSchema).optional(),
@@ -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",
@@ -55,10 +55,10 @@ export type RemoveProjectEnvResponseBodyProjectsResponseTarget =
55
55
 
56
56
  export const RemoveProjectEnvResponseBodyProjectsResponseType = {
57
57
  System: "system",
58
+ Secret: "secret",
58
59
  Encrypted: "encrypted",
59
60
  Plain: "plain",
60
61
  Sensitive: "sensitive",
61
- Secret: "secret",
62
62
  } as const;
63
63
  export type RemoveProjectEnvResponseBodyProjectsResponseType = ClosedEnum<
64
64
  typeof RemoveProjectEnvResponseBodyProjectsResponseType
@@ -405,10 +405,10 @@ export type RemoveProjectEnvResponseBodyProjectsTarget =
405
405
 
406
406
  export const RemoveProjectEnvResponseBodyProjectsType = {
407
407
  System: "system",
408
+ Secret: "secret",
408
409
  Encrypted: "encrypted",
409
410
  Plain: "plain",
410
411
  Sensitive: "sensitive",
411
- Secret: "secret",
412
412
  } as const;
413
413
  export type RemoveProjectEnvResponseBodyProjectsType = ClosedEnum<
414
414
  typeof RemoveProjectEnvResponseBodyProjectsType
@@ -754,10 +754,10 @@ export type RemoveProjectEnvResponseBodyTarget =
754
754
 
755
755
  export const RemoveProjectEnvResponseBodyType = {
756
756
  System: "system",
757
+ Secret: "secret",
757
758
  Encrypted: "encrypted",
758
759
  Plain: "plain",
759
760
  Sensitive: "sensitive",
760
- Secret: "secret",
761
761
  } as const;
762
762
  export type RemoveProjectEnvResponseBodyType = ClosedEnum<
763
763
  typeof RemoveProjectEnvResponseBodyType
@@ -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, {
@@ -121,6 +121,7 @@ export type TransferInDomainRequestBody = {
121
121
 
122
122
  export type TransferInDomainRequest = {
123
123
  domain: string;
124
+ teamId?: string | undefined;
124
125
  requestBody: TransferInDomainRequestBody;
125
126
  };
126
127
 
@@ -333,6 +334,7 @@ export const TransferInDomainRequest$inboundSchema: z.ZodType<
333
334
  unknown
334
335
  > = z.object({
335
336
  domain: z.string(),
337
+ teamId: z.string().optional(),
336
338
  RequestBody: z.lazy(() => TransferInDomainRequestBody$inboundSchema),
337
339
  }).transform((v) => {
338
340
  return remap$(v, {
@@ -343,6 +345,7 @@ export const TransferInDomainRequest$inboundSchema: z.ZodType<
343
345
  /** @internal */
344
346
  export type TransferInDomainRequest$Outbound = {
345
347
  domain: string;
348
+ teamId?: string | undefined;
346
349
  RequestBody: TransferInDomainRequestBody$Outbound;
347
350
  };
348
351
 
@@ -353,6 +356,7 @@ export const TransferInDomainRequest$outboundSchema: z.ZodType<
353
356
  TransferInDomainRequest
354
357
  > = z.object({
355
358
  domain: z.string(),
359
+ teamId: z.string().optional(),
356
360
  requestBody: z.lazy(() => TransferInDomainRequestBody$outboundSchema),
357
361
  }).transform((v) => {
358
362
  return remap$(v, {
@@ -50,6 +50,7 @@ export type UpdateDomainAutoRenewRequestBody = {
50
50
 
51
51
  export type UpdateDomainAutoRenewRequest = {
52
52
  domain: string;
53
+ teamId?: string | undefined;
53
54
  requestBody: UpdateDomainAutoRenewRequestBody;
54
55
  };
55
56
 
@@ -132,6 +133,7 @@ export const UpdateDomainAutoRenewRequest$inboundSchema: z.ZodType<
132
133
  unknown
133
134
  > = z.object({
134
135
  domain: z.string(),
136
+ teamId: z.string().optional(),
135
137
  RequestBody: z.lazy(() => UpdateDomainAutoRenewRequestBody$inboundSchema),
136
138
  }).transform((v) => {
137
139
  return remap$(v, {
@@ -142,6 +144,7 @@ export const UpdateDomainAutoRenewRequest$inboundSchema: z.ZodType<
142
144
  /** @internal */
143
145
  export type UpdateDomainAutoRenewRequest$Outbound = {
144
146
  domain: string;
147
+ teamId?: string | undefined;
145
148
  RequestBody: UpdateDomainAutoRenewRequestBody$Outbound;
146
149
  };
147
150
 
@@ -152,6 +155,7 @@ export const UpdateDomainAutoRenewRequest$outboundSchema: z.ZodType<
152
155
  UpdateDomainAutoRenewRequest
153
156
  > = z.object({
154
157
  domain: z.string(),
158
+ teamId: z.string().optional(),
155
159
  requestBody: z.lazy(() => UpdateDomainAutoRenewRequestBody$outboundSchema),
156
160
  }).transform((v) => {
157
161
  return remap$(v, {
@@ -38,6 +38,7 @@ export type UpdateDomainNameserversRequestBody = {
38
38
 
39
39
  export type UpdateDomainNameserversRequest = {
40
40
  domain: string;
41
+ teamId?: string | undefined;
41
42
  requestBody: UpdateDomainNameserversRequestBody;
42
43
  };
43
44
 
@@ -120,6 +121,7 @@ export const UpdateDomainNameserversRequest$inboundSchema: z.ZodType<
120
121
  unknown
121
122
  > = z.object({
122
123
  domain: z.string(),
124
+ teamId: z.string().optional(),
123
125
  RequestBody: z.lazy(() => UpdateDomainNameserversRequestBody$inboundSchema),
124
126
  }).transform((v) => {
125
127
  return remap$(v, {
@@ -130,6 +132,7 @@ export const UpdateDomainNameserversRequest$inboundSchema: z.ZodType<
130
132
  /** @internal */
131
133
  export type UpdateDomainNameserversRequest$Outbound = {
132
134
  domain: string;
135
+ teamId?: string | undefined;
133
136
  RequestBody: UpdateDomainNameserversRequestBody$Outbound;
134
137
  };
135
138
 
@@ -140,6 +143,7 @@ export const UpdateDomainNameserversRequest$outboundSchema: z.ZodType<
140
143
  UpdateDomainNameserversRequest
141
144
  > = z.object({
142
145
  domain: z.string(),
146
+ teamId: z.string().optional(),
143
147
  requestBody: z.lazy(() => UpdateDomainNameserversRequestBody$outboundSchema),
144
148
  }).transform((v) => {
145
149
  return remap$(v, {
@@ -644,6 +644,7 @@ export const UpdateProjectDataCacheFramework = {
644
644
  Vuepress: "vuepress",
645
645
  Parcel: "parcel",
646
646
  Fastapi: "fastapi",
647
+ Flask: "flask",
647
648
  Fasthtml: "fasthtml",
648
649
  SanityV3: "sanity-v3",
649
650
  Sanity: "sanity",
@@ -1428,6 +1429,7 @@ export type Permissions = {
1428
1429
  notificationCustomerBudget?: Array<ACLAction> | undefined;
1429
1430
  notificationStatementOfReasons?: Array<ACLAction> | undefined;
1430
1431
  observabilityConfiguration?: Array<ACLAction> | undefined;
1432
+ agent?: Array<ACLAction> | undefined;
1431
1433
  alerts?: Array<ACLAction> | undefined;
1432
1434
  observabilityNotebook?: Array<ACLAction> | undefined;
1433
1435
  observabilityFunnel?: Array<ACLAction> | undefined;
@@ -8526,6 +8528,7 @@ export const Permissions$inboundSchema: z.ZodType<
8526
8528
  notificationCustomerBudget: z.array(ACLAction$inboundSchema).optional(),
8527
8529
  notificationStatementOfReasons: z.array(ACLAction$inboundSchema).optional(),
8528
8530
  observabilityConfiguration: z.array(ACLAction$inboundSchema).optional(),
8531
+ agent: z.array(ACLAction$inboundSchema).optional(),
8529
8532
  alerts: z.array(ACLAction$inboundSchema).optional(),
8530
8533
  observabilityNotebook: z.array(ACLAction$inboundSchema).optional(),
8531
8534
  observabilityFunnel: z.array(ACLAction$inboundSchema).optional(),
@@ -8752,6 +8755,7 @@ export type Permissions$Outbound = {
8752
8755
  notificationCustomerBudget?: Array<string> | undefined;
8753
8756
  notificationStatementOfReasons?: Array<string> | undefined;
8754
8757
  observabilityConfiguration?: Array<string> | undefined;
8758
+ agent?: Array<string> | undefined;
8755
8759
  alerts?: Array<string> | undefined;
8756
8760
  observabilityNotebook?: Array<string> | undefined;
8757
8761
  observabilityFunnel?: Array<string> | undefined;
@@ -8979,6 +8983,7 @@ export const Permissions$outboundSchema: z.ZodType<
8979
8983
  notificationCustomerBudget: z.array(ACLAction$outboundSchema).optional(),
8980
8984
  notificationStatementOfReasons: z.array(ACLAction$outboundSchema).optional(),
8981
8985
  observabilityConfiguration: z.array(ACLAction$outboundSchema).optional(),
8986
+ agent: z.array(ACLAction$outboundSchema).optional(),
8982
8987
  alerts: z.array(ACLAction$outboundSchema).optional(),
8983
8988
  observabilityNotebook: z.array(ACLAction$outboundSchema).optional(),
8984
8989
  observabilityFunnel: z.array(ACLAction$outboundSchema).optional(),