@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
@@ -461,6 +461,7 @@ export declare const UpdateProjectDataCacheFramework: {
461
461
  readonly Vuepress: "vuepress";
462
462
  readonly Parcel: "parcel";
463
463
  readonly Fastapi: "fastapi";
464
+ readonly Flask: "flask";
464
465
  readonly Fasthtml: "fasthtml";
465
466
  readonly SanityV3: "sanity-v3";
466
467
  readonly Sanity: "sanity";
@@ -1044,9 +1045,17 @@ export type Permissions = {
1044
1045
  userSudo?: Array<ACLAction> | undefined;
1045
1046
  webAuthn?: Array<ACLAction> | undefined;
1046
1047
  accessGroup?: Array<ACLAction> | undefined;
1048
+ agent?: Array<ACLAction> | undefined;
1049
+ alerts?: Array<ACLAction> | undefined;
1047
1050
  aliasGlobal?: Array<ACLAction> | undefined;
1048
1051
  analyticsSampling?: Array<ACLAction> | undefined;
1049
1052
  analyticsUsage?: Array<ACLAction> | undefined;
1053
+ apiKey?: Array<ACLAction> | undefined;
1054
+ apiKeyAiGateway?: Array<ACLAction> | undefined;
1055
+ apiKeyOwnedBySelf?: Array<ACLAction> | undefined;
1056
+ oauth2Application?: Array<ACLAction> | undefined;
1057
+ vercelAppInstallation?: Array<ACLAction> | undefined;
1058
+ vercelAppInstallationRequest?: Array<ACLAction> | undefined;
1050
1059
  auditLog?: Array<ACLAction> | undefined;
1051
1060
  billingAddress?: Array<ACLAction> | undefined;
1052
1061
  billingInformation?: Array<ACLAction> | undefined;
@@ -1058,6 +1067,7 @@ export type Permissions = {
1058
1067
  billingRefund?: Array<ACLAction> | undefined;
1059
1068
  billingTaxId?: Array<ACLAction> | undefined;
1060
1069
  blob?: Array<ACLAction> | undefined;
1070
+ blobStoreTokenSet?: Array<ACLAction> | undefined;
1061
1071
  budget?: Array<ACLAction> | undefined;
1062
1072
  cacheArtifact?: Array<ACLAction> | undefined;
1063
1073
  cacheArtifactUsageEvent?: Array<ACLAction> | undefined;
@@ -1065,6 +1075,7 @@ export type Permissions = {
1065
1075
  concurrentBuilds?: Array<ACLAction> | undefined;
1066
1076
  connect?: Array<ACLAction> | undefined;
1067
1077
  connectConfiguration?: Array<ACLAction> | undefined;
1078
+ dataCacheBillingSettings?: Array<ACLAction> | undefined;
1068
1079
  defaultDeploymentProtection?: Array<ACLAction> | undefined;
1069
1080
  domain?: Array<ACLAction> | undefined;
1070
1081
  domainAcceptDelegation?: Array<ACLAction> | undefined;
@@ -1075,40 +1086,46 @@ export type Permissions = {
1075
1086
  domainPurchase?: Array<ACLAction> | undefined;
1076
1087
  domainRecord?: Array<ACLAction> | undefined;
1077
1088
  domainTransferIn?: Array<ACLAction> | undefined;
1089
+ drain?: Array<ACLAction> | undefined;
1090
+ edgeConfig?: Array<ACLAction> | undefined;
1091
+ edgeConfigItem?: Array<ACLAction> | undefined;
1092
+ edgeConfigSchema?: Array<ACLAction> | undefined;
1093
+ edgeConfigToken?: Array<ACLAction> | undefined;
1094
+ endpointVerification?: Array<ACLAction> | undefined;
1078
1095
  event?: Array<ACLAction> | undefined;
1079
- ownEvent?: Array<ACLAction> | undefined;
1080
- sensitiveEnvironmentVariablePolicy?: Array<ACLAction> | undefined;
1081
1096
  fileUpload?: Array<ACLAction> | undefined;
1082
1097
  flagsExplorerSubscription?: Array<ACLAction> | undefined;
1083
1098
  gitRepository?: Array<ACLAction> | undefined;
1084
- ipBlocking?: Array<ACLAction> | undefined;
1085
1099
  imageOptimizationNewPrice?: Array<ACLAction> | undefined;
1086
1100
  integration?: Array<ACLAction> | undefined;
1087
1101
  integrationAccount?: Array<ACLAction> | undefined;
1088
1102
  integrationConfiguration?: Array<ACLAction> | undefined;
1089
- integrationConfigurationTransfer?: Array<ACLAction> | undefined;
1090
1103
  integrationConfigurationProjects?: Array<ACLAction> | undefined;
1091
- integrationVercelConfigurationOverride?: Array<ACLAction> | undefined;
1092
1104
  integrationConfigurationRole?: Array<ACLAction> | undefined;
1093
- integrationSSOSession?: Array<ACLAction> | undefined;
1094
- integrationResource?: Array<ACLAction> | undefined;
1105
+ integrationConfigurationTransfer?: Array<ACLAction> | undefined;
1106
+ integrationDeploymentAction?: Array<ACLAction> | undefined;
1095
1107
  integrationEvent?: Array<ACLAction> | undefined;
1108
+ integrationResource?: Array<ACLAction> | undefined;
1109
+ integrationResourceReplCommand?: Array<ACLAction> | undefined;
1096
1110
  integrationResourceSecrets?: Array<ACLAction> | undefined;
1097
- integrationDeploymentAction?: Array<ACLAction> | undefined;
1098
- marketplaceInstallationMember?: Array<ACLAction> | undefined;
1111
+ integrationSSOSession?: Array<ACLAction> | undefined;
1112
+ integrationStoreTokenSet?: Array<ACLAction> | undefined;
1113
+ integrationVercelConfigurationOverride?: Array<ACLAction> | undefined;
1114
+ ipBlocking?: Array<ACLAction> | undefined;
1115
+ jobGlobal?: Array<ACLAction> | undefined;
1116
+ logDrain?: Array<ACLAction> | undefined;
1099
1117
  marketplaceBillingData?: Array<ACLAction> | undefined;
1118
+ marketplaceExperimentationEdgeConfigData?: Array<ACLAction> | undefined;
1119
+ marketplaceExperimentationItem?: Array<ACLAction> | undefined;
1120
+ marketplaceInstallationMember?: Array<ACLAction> | undefined;
1100
1121
  marketplaceInvoice?: Array<ACLAction> | undefined;
1101
1122
  marketplaceSettings?: Array<ACLAction> | undefined;
1102
- marketplaceExperimentationItem?: Array<ACLAction> | undefined;
1103
- marketplaceExperimentationEdgeConfigData?: Array<ACLAction> | undefined;
1104
- jobGlobal?: Array<ACLAction> | undefined;
1105
- drain?: Array<ACLAction> | undefined;
1106
- logDrain?: Array<ACLAction> | undefined;
1107
1123
  monitoring?: Array<ACLAction> | undefined;
1108
- monitoringSettings?: Array<ACLAction> | undefined;
1109
- monitoringQuery?: Array<ACLAction> | undefined;
1110
- monitoringChart?: Array<ACLAction> | undefined;
1111
1124
  monitoringAlert?: Array<ACLAction> | undefined;
1125
+ monitoringChart?: Array<ACLAction> | undefined;
1126
+ monitoringQuery?: Array<ACLAction> | undefined;
1127
+ monitoringSettings?: Array<ACLAction> | undefined;
1128
+ notificationCustomerBudget?: Array<ACLAction> | undefined;
1112
1129
  notificationDeploymentFailed?: Array<ACLAction> | undefined;
1113
1130
  notificationDomainConfiguration?: Array<ACLAction> | undefined;
1114
1131
  notificationDomainExpire?: Array<ACLAction> | undefined;
@@ -1119,42 +1136,37 @@ export type Permissions = {
1119
1136
  notificationDomainUnverified?: Array<ACLAction> | undefined;
1120
1137
  notificationMonitoringAlert?: Array<ACLAction> | undefined;
1121
1138
  notificationPaymentFailed?: Array<ACLAction> | undefined;
1122
- notificationUsageAlert?: Array<ACLAction> | undefined;
1123
1139
  notificationPreferences?: Array<ACLAction> | undefined;
1124
- notificationCustomerBudget?: Array<ACLAction> | undefined;
1125
1140
  notificationStatementOfReasons?: Array<ACLAction> | undefined;
1141
+ notificationUsageAlert?: Array<ACLAction> | undefined;
1126
1142
  observabilityConfiguration?: Array<ACLAction> | undefined;
1127
- alerts?: Array<ACLAction> | undefined;
1128
- observabilityNotebook?: Array<ACLAction> | undefined;
1129
1143
  observabilityFunnel?: Array<ACLAction> | undefined;
1144
+ observabilityNotebook?: Array<ACLAction> | undefined;
1130
1145
  openTelemetryEndpoint?: Array<ACLAction> | undefined;
1131
- vercelAppInstallation?: Array<ACLAction> | undefined;
1132
- vercelAppInstallationRequest?: Array<ACLAction> | undefined;
1146
+ ownEvent?: Array<ACLAction> | undefined;
1147
+ passwordProtectionInvoiceItem?: Array<ACLAction> | undefined;
1133
1148
  paymentMethod?: Array<ACLAction> | undefined;
1134
1149
  permissions?: Array<ACLAction> | undefined;
1135
1150
  postgres?: Array<ACLAction> | undefined;
1151
+ postgresStoreTokenSet?: Array<ACLAction> | undefined;
1136
1152
  previewDeploymentSuffix?: Array<ACLAction> | undefined;
1153
+ projectTransferIn?: Array<ACLAction> | undefined;
1137
1154
  proTrialOnboarding?: Array<ACLAction> | undefined;
1138
- sharedEnvVars?: Array<ACLAction> | undefined;
1139
- sharedEnvVarsProduction?: Array<ACLAction> | undefined;
1140
- space?: Array<ACLAction> | undefined;
1141
- spaceRun?: Array<ACLAction> | undefined;
1142
- passwordProtectionInvoiceItem?: Array<ACLAction> | undefined;
1143
1155
  rateLimit?: Array<ACLAction> | undefined;
1144
1156
  redis?: Array<ACLAction> | undefined;
1145
- repository?: Array<ACLAction> | undefined;
1157
+ redisStoreTokenSet?: Array<ACLAction> | undefined;
1146
1158
  remoteCaching?: Array<ACLAction> | undefined;
1159
+ repository?: Array<ACLAction> | undefined;
1147
1160
  samlConfig?: Array<ACLAction> | undefined;
1148
1161
  secret?: Array<ACLAction> | undefined;
1149
- redisStoreTokenSet?: Array<ACLAction> | undefined;
1150
- blobStoreTokenSet?: Array<ACLAction> | undefined;
1151
- postgresStoreTokenSet?: Array<ACLAction> | undefined;
1152
- integrationStoreTokenSet?: Array<ACLAction> | undefined;
1153
- integrationResourceReplCommand?: Array<ACLAction> | undefined;
1162
+ sensitiveEnvironmentVariablePolicy?: Array<ACLAction> | undefined;
1163
+ sharedEnvVars?: Array<ACLAction> | undefined;
1164
+ sharedEnvVarsProduction?: Array<ACLAction> | undefined;
1165
+ space?: Array<ACLAction> | undefined;
1166
+ spaceRun?: Array<ACLAction> | undefined;
1154
1167
  storeTransfer?: Array<ACLAction> | undefined;
1155
1168
  supportCase?: Array<ACLAction> | undefined;
1156
1169
  supportCaseComment?: Array<ACLAction> | undefined;
1157
- dataCacheBillingSettings?: Array<ACLAction> | undefined;
1158
1170
  team?: Array<ACLAction> | undefined;
1159
1171
  teamAccessRequest?: Array<ACLAction> | undefined;
1160
1172
  teamFellowMembership?: Array<ACLAction> | undefined;
@@ -1169,26 +1181,15 @@ export type Permissions = {
1169
1181
  token?: Array<ACLAction> | undefined;
1170
1182
  usage?: Array<ACLAction> | undefined;
1171
1183
  usageCycle?: Array<ACLAction> | undefined;
1184
+ vercelRun?: Array<ACLAction> | undefined;
1185
+ vercelRunExec?: Array<ACLAction> | undefined;
1172
1186
  vpcPeeringConnection?: Array<ACLAction> | undefined;
1173
1187
  webAnalyticsPlan?: Array<ACLAction> | undefined;
1174
- edgeConfig?: Array<ACLAction> | undefined;
1175
- edgeConfigItem?: Array<ACLAction> | undefined;
1176
- edgeConfigSchema?: Array<ACLAction> | undefined;
1177
- edgeConfigToken?: Array<ACLAction> | undefined;
1178
1188
  webhook?: Array<ACLAction> | undefined;
1179
1189
  webhookEvent?: Array<ACLAction> | undefined;
1180
- endpointVerification?: Array<ACLAction> | undefined;
1181
- projectTransferIn?: Array<ACLAction> | undefined;
1182
- oauth2Application?: Array<ACLAction> | undefined;
1183
- vercelRun?: Array<ACLAction> | undefined;
1184
- vercelRunExec?: Array<ACLAction> | undefined;
1185
- apiKey?: Array<ACLAction> | undefined;
1186
- apiKeyOwnedBySelf?: Array<ACLAction> | undefined;
1187
- apiKeyAiGateway?: Array<ACLAction> | undefined;
1188
1190
  aliasProject?: Array<ACLAction> | undefined;
1189
1191
  aliasProtectionBypass?: Array<ACLAction> | undefined;
1190
1192
  buildMachine?: Array<ACLAction> | undefined;
1191
- productionAliasProtectionBypass?: Array<ACLAction> | undefined;
1192
1193
  connectConfigurationLink?: Array<ACLAction> | undefined;
1193
1194
  dataCacheNamespace?: Array<ACLAction> | undefined;
1194
1195
  deployment?: Array<ACLAction> | undefined;
@@ -1204,54 +1205,54 @@ export type Permissions = {
1204
1205
  deploymentRollback?: Array<ACLAction> | undefined;
1205
1206
  edgeCacheNamespace?: Array<ACLAction> | undefined;
1206
1207
  environments?: Array<ACLAction> | undefined;
1208
+ job?: Array<ACLAction> | undefined;
1207
1209
  logs?: Array<ACLAction> | undefined;
1208
1210
  logsPreset?: Array<ACLAction> | undefined;
1209
- passwordProtection?: Array<ACLAction> | undefined;
1210
- optionsAllowlist?: Array<ACLAction> | undefined;
1211
- job?: Array<ACLAction> | undefined;
1212
1211
  observabilityData?: Array<ACLAction> | undefined;
1213
1212
  onDemandBuild?: Array<ACLAction> | undefined;
1214
1213
  onDemandConcurrency?: Array<ACLAction> | undefined;
1214
+ optionsAllowlist?: Array<ACLAction> | undefined;
1215
+ passwordProtection?: Array<ACLAction> | undefined;
1216
+ productionAliasProtectionBypass?: Array<ACLAction> | undefined;
1215
1217
  project?: Array<ACLAction> | undefined;
1216
- projectFromV0?: Array<ACLAction> | undefined;
1217
1218
  projectAccessGroup?: Array<ACLAction> | undefined;
1218
1219
  projectAnalyticsSampling?: Array<ACLAction> | undefined;
1220
+ projectAnalyticsUsage?: Array<ACLAction> | undefined;
1219
1221
  projectCheck?: Array<ACLAction> | undefined;
1220
1222
  projectCheckRun?: Array<ACLAction> | undefined;
1223
+ projectDeploymentExpiration?: Array<ACLAction> | undefined;
1221
1224
  projectDeploymentHook?: Array<ACLAction> | undefined;
1222
1225
  projectDomain?: Array<ACLAction> | undefined;
1223
- projectDomainMove?: Array<ACLAction> | undefined;
1224
1226
  projectDomainCheckConfig?: Array<ACLAction> | undefined;
1227
+ projectDomainMove?: Array<ACLAction> | undefined;
1225
1228
  projectEnvVars?: Array<ACLAction> | undefined;
1226
1229
  projectEnvVarsProduction?: Array<ACLAction> | undefined;
1227
1230
  projectEnvVarsUnownedByIntegration?: Array<ACLAction> | undefined;
1228
1231
  projectFlags?: Array<ACLAction> | undefined;
1232
+ projectFromV0?: Array<ACLAction> | undefined;
1229
1233
  projectId?: Array<ACLAction> | undefined;
1230
1234
  projectIntegrationConfiguration?: Array<ACLAction> | undefined;
1231
1235
  projectLink?: Array<ACLAction> | undefined;
1232
1236
  projectMember?: Array<ACLAction> | undefined;
1233
1237
  projectMonitoring?: Array<ACLAction> | undefined;
1238
+ projectOIDCToken?: Array<ACLAction> | undefined;
1234
1239
  projectPermissions?: Array<ACLAction> | undefined;
1235
1240
  projectProductionBranch?: Array<ACLAction> | undefined;
1236
- projectTransfer?: Array<ACLAction> | undefined;
1237
- projectTransferOut?: Array<ACLAction> | undefined;
1238
1241
  projectProtectionBypass?: Array<ACLAction> | undefined;
1239
- projectUsage?: Array<ACLAction> | undefined;
1240
- projectAnalyticsUsage?: Array<ACLAction> | undefined;
1242
+ projectRollingRelease?: Array<ACLAction> | undefined;
1241
1243
  projectSupportCase?: Array<ACLAction> | undefined;
1242
1244
  projectSupportCaseComment?: Array<ACLAction> | undefined;
1243
- projectDeploymentExpiration?: Array<ACLAction> | undefined;
1244
- projectRollingRelease?: Array<ACLAction> | undefined;
1245
1245
  projectTier?: Array<ACLAction> | undefined;
1246
- projectOIDCToken?: Array<ACLAction> | undefined;
1246
+ projectTransfer?: Array<ACLAction> | undefined;
1247
+ projectTransferOut?: Array<ACLAction> | undefined;
1248
+ projectUsage?: Array<ACLAction> | undefined;
1247
1249
  seawallConfig?: Array<ACLAction> | undefined;
1250
+ sharedEnvVarConnection?: Array<ACLAction> | undefined;
1248
1251
  skewProtection?: Array<ACLAction> | undefined;
1249
1252
  analytics?: Array<ACLAction> | undefined;
1250
1253
  trustedIps?: Array<ACLAction> | undefined;
1251
1254
  v0Chat?: Array<ACLAction> | undefined;
1252
1255
  webAnalytics?: Array<ACLAction> | undefined;
1253
- sharedEnvVarConnection?: Array<ACLAction> | undefined;
1254
- sonar?: Array<ACLAction> | undefined;
1255
1256
  };
1256
1257
  export type LastRollbackTarget = {};
1257
1258
  export declare const JobStatus: {
@@ -3071,6 +3072,7 @@ export declare namespace UpdateProjectDataCacheFramework$ {
3071
3072
  readonly Vuepress: "vuepress";
3072
3073
  readonly Parcel: "parcel";
3073
3074
  readonly Fastapi: "fastapi";
3075
+ readonly Flask: "flask";
3074
3076
  readonly Fasthtml: "fasthtml";
3075
3077
  readonly SanityV3: "sanity-v3";
3076
3078
  readonly Sanity: "sanity";
@@ -3127,6 +3129,7 @@ export declare namespace UpdateProjectDataCacheFramework$ {
3127
3129
  readonly Vuepress: "vuepress";
3128
3130
  readonly Parcel: "parcel";
3129
3131
  readonly Fastapi: "fastapi";
3132
+ readonly Flask: "flask";
3130
3133
  readonly Fasthtml: "fasthtml";
3131
3134
  readonly SanityV3: "sanity-v3";
3132
3135
  readonly Sanity: "sanity";
@@ -4731,9 +4734,17 @@ export type Permissions$Outbound = {
4731
4734
  userSudo?: Array<string> | undefined;
4732
4735
  webAuthn?: Array<string> | undefined;
4733
4736
  accessGroup?: Array<string> | undefined;
4737
+ agent?: Array<string> | undefined;
4738
+ alerts?: Array<string> | undefined;
4734
4739
  aliasGlobal?: Array<string> | undefined;
4735
4740
  analyticsSampling?: Array<string> | undefined;
4736
4741
  analyticsUsage?: Array<string> | undefined;
4742
+ apiKey?: Array<string> | undefined;
4743
+ apiKeyAiGateway?: Array<string> | undefined;
4744
+ apiKeyOwnedBySelf?: Array<string> | undefined;
4745
+ oauth2Application?: Array<string> | undefined;
4746
+ vercelAppInstallation?: Array<string> | undefined;
4747
+ vercelAppInstallationRequest?: Array<string> | undefined;
4737
4748
  auditLog?: Array<string> | undefined;
4738
4749
  billingAddress?: Array<string> | undefined;
4739
4750
  billingInformation?: Array<string> | undefined;
@@ -4745,6 +4756,7 @@ export type Permissions$Outbound = {
4745
4756
  billingRefund?: Array<string> | undefined;
4746
4757
  billingTaxId?: Array<string> | undefined;
4747
4758
  blob?: Array<string> | undefined;
4759
+ blobStoreTokenSet?: Array<string> | undefined;
4748
4760
  budget?: Array<string> | undefined;
4749
4761
  cacheArtifact?: Array<string> | undefined;
4750
4762
  cacheArtifactUsageEvent?: Array<string> | undefined;
@@ -4752,6 +4764,7 @@ export type Permissions$Outbound = {
4752
4764
  concurrentBuilds?: Array<string> | undefined;
4753
4765
  connect?: Array<string> | undefined;
4754
4766
  connectConfiguration?: Array<string> | undefined;
4767
+ dataCacheBillingSettings?: Array<string> | undefined;
4755
4768
  defaultDeploymentProtection?: Array<string> | undefined;
4756
4769
  domain?: Array<string> | undefined;
4757
4770
  domainAcceptDelegation?: Array<string> | undefined;
@@ -4762,40 +4775,46 @@ export type Permissions$Outbound = {
4762
4775
  domainPurchase?: Array<string> | undefined;
4763
4776
  domainRecord?: Array<string> | undefined;
4764
4777
  domainTransferIn?: Array<string> | undefined;
4778
+ drain?: Array<string> | undefined;
4779
+ edgeConfig?: Array<string> | undefined;
4780
+ edgeConfigItem?: Array<string> | undefined;
4781
+ edgeConfigSchema?: Array<string> | undefined;
4782
+ edgeConfigToken?: Array<string> | undefined;
4783
+ endpointVerification?: Array<string> | undefined;
4765
4784
  event?: Array<string> | undefined;
4766
- ownEvent?: Array<string> | undefined;
4767
- sensitiveEnvironmentVariablePolicy?: Array<string> | undefined;
4768
4785
  fileUpload?: Array<string> | undefined;
4769
4786
  flagsExplorerSubscription?: Array<string> | undefined;
4770
4787
  gitRepository?: Array<string> | undefined;
4771
- ipBlocking?: Array<string> | undefined;
4772
4788
  imageOptimizationNewPrice?: Array<string> | undefined;
4773
4789
  integration?: Array<string> | undefined;
4774
4790
  integrationAccount?: Array<string> | undefined;
4775
4791
  integrationConfiguration?: Array<string> | undefined;
4776
- integrationConfigurationTransfer?: Array<string> | undefined;
4777
4792
  integrationConfigurationProjects?: Array<string> | undefined;
4778
- integrationVercelConfigurationOverride?: Array<string> | undefined;
4779
4793
  integrationConfigurationRole?: Array<string> | undefined;
4780
- integrationSSOSession?: Array<string> | undefined;
4781
- integrationResource?: Array<string> | undefined;
4794
+ integrationConfigurationTransfer?: Array<string> | undefined;
4795
+ integrationDeploymentAction?: Array<string> | undefined;
4782
4796
  integrationEvent?: Array<string> | undefined;
4797
+ integrationResource?: Array<string> | undefined;
4798
+ integrationResourceReplCommand?: Array<string> | undefined;
4783
4799
  integrationResourceSecrets?: Array<string> | undefined;
4784
- integrationDeploymentAction?: Array<string> | undefined;
4785
- marketplaceInstallationMember?: Array<string> | undefined;
4800
+ integrationSSOSession?: Array<string> | undefined;
4801
+ integrationStoreTokenSet?: Array<string> | undefined;
4802
+ integrationVercelConfigurationOverride?: Array<string> | undefined;
4803
+ ipBlocking?: Array<string> | undefined;
4804
+ jobGlobal?: Array<string> | undefined;
4805
+ logDrain?: Array<string> | undefined;
4786
4806
  marketplaceBillingData?: Array<string> | undefined;
4807
+ marketplaceExperimentationEdgeConfigData?: Array<string> | undefined;
4808
+ marketplaceExperimentationItem?: Array<string> | undefined;
4809
+ marketplaceInstallationMember?: Array<string> | undefined;
4787
4810
  marketplaceInvoice?: Array<string> | undefined;
4788
4811
  marketplaceSettings?: Array<string> | undefined;
4789
- marketplaceExperimentationItem?: Array<string> | undefined;
4790
- marketplaceExperimentationEdgeConfigData?: Array<string> | undefined;
4791
- jobGlobal?: Array<string> | undefined;
4792
- drain?: Array<string> | undefined;
4793
- logDrain?: Array<string> | undefined;
4794
4812
  Monitoring?: Array<string> | undefined;
4795
- monitoringSettings?: Array<string> | undefined;
4796
- monitoringQuery?: Array<string> | undefined;
4797
- monitoringChart?: Array<string> | undefined;
4798
4813
  monitoringAlert?: Array<string> | undefined;
4814
+ monitoringChart?: Array<string> | undefined;
4815
+ monitoringQuery?: Array<string> | undefined;
4816
+ monitoringSettings?: Array<string> | undefined;
4817
+ notificationCustomerBudget?: Array<string> | undefined;
4799
4818
  notificationDeploymentFailed?: Array<string> | undefined;
4800
4819
  notificationDomainConfiguration?: Array<string> | undefined;
4801
4820
  notificationDomainExpire?: Array<string> | undefined;
@@ -4806,42 +4825,37 @@ export type Permissions$Outbound = {
4806
4825
  notificationDomainUnverified?: Array<string> | undefined;
4807
4826
  NotificationMonitoringAlert?: Array<string> | undefined;
4808
4827
  notificationPaymentFailed?: Array<string> | undefined;
4809
- notificationUsageAlert?: Array<string> | undefined;
4810
4828
  notificationPreferences?: Array<string> | undefined;
4811
- notificationCustomerBudget?: Array<string> | undefined;
4812
4829
  notificationStatementOfReasons?: Array<string> | undefined;
4830
+ notificationUsageAlert?: Array<string> | undefined;
4813
4831
  observabilityConfiguration?: Array<string> | undefined;
4814
- alerts?: Array<string> | undefined;
4815
- observabilityNotebook?: Array<string> | undefined;
4816
4832
  observabilityFunnel?: Array<string> | undefined;
4833
+ observabilityNotebook?: Array<string> | undefined;
4817
4834
  openTelemetryEndpoint?: Array<string> | undefined;
4818
- vercelAppInstallation?: Array<string> | undefined;
4819
- vercelAppInstallationRequest?: Array<string> | undefined;
4835
+ ownEvent?: Array<string> | undefined;
4836
+ passwordProtectionInvoiceItem?: Array<string> | undefined;
4820
4837
  paymentMethod?: Array<string> | undefined;
4821
4838
  permissions?: Array<string> | undefined;
4822
4839
  postgres?: Array<string> | undefined;
4840
+ postgresStoreTokenSet?: Array<string> | undefined;
4823
4841
  previewDeploymentSuffix?: Array<string> | undefined;
4842
+ projectTransferIn?: Array<string> | undefined;
4824
4843
  proTrialOnboarding?: Array<string> | undefined;
4825
- sharedEnvVars?: Array<string> | undefined;
4826
- sharedEnvVarsProduction?: Array<string> | undefined;
4827
- space?: Array<string> | undefined;
4828
- spaceRun?: Array<string> | undefined;
4829
- passwordProtectionInvoiceItem?: Array<string> | undefined;
4830
4844
  rateLimit?: Array<string> | undefined;
4831
4845
  redis?: Array<string> | undefined;
4832
- repository?: Array<string> | undefined;
4846
+ redisStoreTokenSet?: Array<string> | undefined;
4833
4847
  remoteCaching?: Array<string> | undefined;
4848
+ repository?: Array<string> | undefined;
4834
4849
  samlConfig?: Array<string> | undefined;
4835
4850
  secret?: Array<string> | undefined;
4836
- redisStoreTokenSet?: Array<string> | undefined;
4837
- blobStoreTokenSet?: Array<string> | undefined;
4838
- postgresStoreTokenSet?: Array<string> | undefined;
4839
- integrationStoreTokenSet?: Array<string> | undefined;
4840
- integrationResourceReplCommand?: Array<string> | undefined;
4851
+ sensitiveEnvironmentVariablePolicy?: Array<string> | undefined;
4852
+ sharedEnvVars?: Array<string> | undefined;
4853
+ sharedEnvVarsProduction?: Array<string> | undefined;
4854
+ space?: Array<string> | undefined;
4855
+ spaceRun?: Array<string> | undefined;
4841
4856
  storeTransfer?: Array<string> | undefined;
4842
4857
  supportCase?: Array<string> | undefined;
4843
4858
  supportCaseComment?: Array<string> | undefined;
4844
- dataCacheBillingSettings?: Array<string> | undefined;
4845
4859
  team?: Array<string> | undefined;
4846
4860
  teamAccessRequest?: Array<string> | undefined;
4847
4861
  teamFellowMembership?: Array<string> | undefined;
@@ -4856,26 +4870,15 @@ export type Permissions$Outbound = {
4856
4870
  token?: Array<string> | undefined;
4857
4871
  usage?: Array<string> | undefined;
4858
4872
  usageCycle?: Array<string> | undefined;
4873
+ vercelRun?: Array<string> | undefined;
4874
+ vercelRunExec?: Array<string> | undefined;
4859
4875
  vpcPeeringConnection?: Array<string> | undefined;
4860
4876
  webAnalyticsPlan?: Array<string> | undefined;
4861
- edgeConfig?: Array<string> | undefined;
4862
- edgeConfigItem?: Array<string> | undefined;
4863
- edgeConfigSchema?: Array<string> | undefined;
4864
- edgeConfigToken?: Array<string> | undefined;
4865
4877
  webhook?: Array<string> | undefined;
4866
4878
  "webhook-event"?: Array<string> | undefined;
4867
- endpointVerification?: Array<string> | undefined;
4868
- projectTransferIn?: Array<string> | undefined;
4869
- oauth2Application?: Array<string> | undefined;
4870
- vercelRun?: Array<string> | undefined;
4871
- vercelRunExec?: Array<string> | undefined;
4872
- apiKey?: Array<string> | undefined;
4873
- apiKeyOwnedBySelf?: Array<string> | undefined;
4874
- apiKeyAiGateway?: Array<string> | undefined;
4875
4879
  aliasProject?: Array<string> | undefined;
4876
4880
  aliasProtectionBypass?: Array<string> | undefined;
4877
4881
  buildMachine?: Array<string> | undefined;
4878
- productionAliasProtectionBypass?: Array<string> | undefined;
4879
4882
  connectConfigurationLink?: Array<string> | undefined;
4880
4883
  dataCacheNamespace?: Array<string> | undefined;
4881
4884
  deployment?: Array<string> | undefined;
@@ -4891,54 +4894,54 @@ export type Permissions$Outbound = {
4891
4894
  deploymentRollback?: Array<string> | undefined;
4892
4895
  edgeCacheNamespace?: Array<string> | undefined;
4893
4896
  environments?: Array<string> | undefined;
4897
+ job?: Array<string> | undefined;
4894
4898
  logs?: Array<string> | undefined;
4895
4899
  logsPreset?: Array<string> | undefined;
4896
- passwordProtection?: Array<string> | undefined;
4897
- optionsAllowlist?: Array<string> | undefined;
4898
- job?: Array<string> | undefined;
4899
4900
  observabilityData?: Array<string> | undefined;
4900
4901
  onDemandBuild?: Array<string> | undefined;
4901
4902
  onDemandConcurrency?: Array<string> | undefined;
4903
+ optionsAllowlist?: Array<string> | undefined;
4904
+ passwordProtection?: Array<string> | undefined;
4905
+ productionAliasProtectionBypass?: Array<string> | undefined;
4902
4906
  project?: Array<string> | undefined;
4903
- projectFromV0?: Array<string> | undefined;
4904
4907
  projectAccessGroup?: Array<string> | undefined;
4905
4908
  projectAnalyticsSampling?: Array<string> | undefined;
4909
+ projectAnalyticsUsage?: Array<string> | undefined;
4906
4910
  projectCheck?: Array<string> | undefined;
4907
4911
  projectCheckRun?: Array<string> | undefined;
4912
+ projectDeploymentExpiration?: Array<string> | undefined;
4908
4913
  projectDeploymentHook?: Array<string> | undefined;
4909
4914
  projectDomain?: Array<string> | undefined;
4910
- projectDomainMove?: Array<string> | undefined;
4911
4915
  projectDomainCheckConfig?: Array<string> | undefined;
4916
+ projectDomainMove?: Array<string> | undefined;
4912
4917
  projectEnvVars?: Array<string> | undefined;
4913
4918
  projectEnvVarsProduction?: Array<string> | undefined;
4914
4919
  projectEnvVarsUnownedByIntegration?: Array<string> | undefined;
4915
4920
  projectFlags?: Array<string> | undefined;
4921
+ projectFromV0?: Array<string> | undefined;
4916
4922
  projectId?: Array<string> | undefined;
4917
4923
  projectIntegrationConfiguration?: Array<string> | undefined;
4918
4924
  projectLink?: Array<string> | undefined;
4919
4925
  projectMember?: Array<string> | undefined;
4920
4926
  projectMonitoring?: Array<string> | undefined;
4927
+ projectOIDCToken?: Array<string> | undefined;
4921
4928
  projectPermissions?: Array<string> | undefined;
4922
4929
  projectProductionBranch?: Array<string> | undefined;
4923
- projectTransfer?: Array<string> | undefined;
4924
- projectTransferOut?: Array<string> | undefined;
4925
4930
  projectProtectionBypass?: Array<string> | undefined;
4926
- projectUsage?: Array<string> | undefined;
4927
- projectAnalyticsUsage?: Array<string> | undefined;
4931
+ projectRollingRelease?: Array<string> | undefined;
4928
4932
  projectSupportCase?: Array<string> | undefined;
4929
4933
  projectSupportCaseComment?: Array<string> | undefined;
4930
- projectDeploymentExpiration?: Array<string> | undefined;
4931
- projectRollingRelease?: Array<string> | undefined;
4932
4934
  projectTier?: Array<string> | undefined;
4933
- projectOIDCToken?: Array<string> | undefined;
4935
+ projectTransfer?: Array<string> | undefined;
4936
+ projectTransferOut?: Array<string> | undefined;
4937
+ projectUsage?: Array<string> | undefined;
4934
4938
  seawallConfig?: Array<string> | undefined;
4939
+ sharedEnvVarConnection?: Array<string> | undefined;
4935
4940
  skewProtection?: Array<string> | undefined;
4936
4941
  analytics?: Array<string> | undefined;
4937
4942
  trustedIps?: Array<string> | undefined;
4938
4943
  v0Chat?: Array<string> | undefined;
4939
4944
  webAnalytics?: Array<string> | undefined;
4940
- sharedEnvVarConnection?: Array<string> | undefined;
4941
- sonar?: Array<string> | undefined;
4942
4945
  };
4943
4946
  /** @internal */
4944
4947
  export declare const Permissions$outboundSchema: z.ZodType<Permissions$Outbound, z.ZodTypeDef, Permissions>;