@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
@@ -533,6 +533,7 @@ export declare const GetProjectsFramework: {
533
533
  readonly Vuepress: "vuepress";
534
534
  readonly Parcel: "parcel";
535
535
  readonly Fastapi: "fastapi";
536
+ readonly Flask: "flask";
536
537
  readonly Fasthtml: "fasthtml";
537
538
  readonly SanityV3: "sanity-v3";
538
539
  readonly Sanity: "sanity";
@@ -1116,9 +1117,17 @@ export type GetProjectsPermissions = {
1116
1117
  userSudo?: Array<ACLAction> | undefined;
1117
1118
  webAuthn?: Array<ACLAction> | undefined;
1118
1119
  accessGroup?: Array<ACLAction> | undefined;
1120
+ agent?: Array<ACLAction> | undefined;
1121
+ alerts?: Array<ACLAction> | undefined;
1119
1122
  aliasGlobal?: Array<ACLAction> | undefined;
1120
1123
  analyticsSampling?: Array<ACLAction> | undefined;
1121
1124
  analyticsUsage?: Array<ACLAction> | undefined;
1125
+ apiKey?: Array<ACLAction> | undefined;
1126
+ apiKeyAiGateway?: Array<ACLAction> | undefined;
1127
+ apiKeyOwnedBySelf?: Array<ACLAction> | undefined;
1128
+ oauth2Application?: Array<ACLAction> | undefined;
1129
+ vercelAppInstallation?: Array<ACLAction> | undefined;
1130
+ vercelAppInstallationRequest?: Array<ACLAction> | undefined;
1122
1131
  auditLog?: Array<ACLAction> | undefined;
1123
1132
  billingAddress?: Array<ACLAction> | undefined;
1124
1133
  billingInformation?: Array<ACLAction> | undefined;
@@ -1130,6 +1139,7 @@ export type GetProjectsPermissions = {
1130
1139
  billingRefund?: Array<ACLAction> | undefined;
1131
1140
  billingTaxId?: Array<ACLAction> | undefined;
1132
1141
  blob?: Array<ACLAction> | undefined;
1142
+ blobStoreTokenSet?: Array<ACLAction> | undefined;
1133
1143
  budget?: Array<ACLAction> | undefined;
1134
1144
  cacheArtifact?: Array<ACLAction> | undefined;
1135
1145
  cacheArtifactUsageEvent?: Array<ACLAction> | undefined;
@@ -1137,6 +1147,7 @@ export type GetProjectsPermissions = {
1137
1147
  concurrentBuilds?: Array<ACLAction> | undefined;
1138
1148
  connect?: Array<ACLAction> | undefined;
1139
1149
  connectConfiguration?: Array<ACLAction> | undefined;
1150
+ dataCacheBillingSettings?: Array<ACLAction> | undefined;
1140
1151
  defaultDeploymentProtection?: Array<ACLAction> | undefined;
1141
1152
  domain?: Array<ACLAction> | undefined;
1142
1153
  domainAcceptDelegation?: Array<ACLAction> | undefined;
@@ -1147,40 +1158,46 @@ export type GetProjectsPermissions = {
1147
1158
  domainPurchase?: Array<ACLAction> | undefined;
1148
1159
  domainRecord?: Array<ACLAction> | undefined;
1149
1160
  domainTransferIn?: Array<ACLAction> | undefined;
1161
+ drain?: Array<ACLAction> | undefined;
1162
+ edgeConfig?: Array<ACLAction> | undefined;
1163
+ edgeConfigItem?: Array<ACLAction> | undefined;
1164
+ edgeConfigSchema?: Array<ACLAction> | undefined;
1165
+ edgeConfigToken?: Array<ACLAction> | undefined;
1166
+ endpointVerification?: Array<ACLAction> | undefined;
1150
1167
  event?: Array<ACLAction> | undefined;
1151
- ownEvent?: Array<ACLAction> | undefined;
1152
- sensitiveEnvironmentVariablePolicy?: Array<ACLAction> | undefined;
1153
1168
  fileUpload?: Array<ACLAction> | undefined;
1154
1169
  flagsExplorerSubscription?: Array<ACLAction> | undefined;
1155
1170
  gitRepository?: Array<ACLAction> | undefined;
1156
- ipBlocking?: Array<ACLAction> | undefined;
1157
1171
  imageOptimizationNewPrice?: Array<ACLAction> | undefined;
1158
1172
  integration?: Array<ACLAction> | undefined;
1159
1173
  integrationAccount?: Array<ACLAction> | undefined;
1160
1174
  integrationConfiguration?: Array<ACLAction> | undefined;
1161
- integrationConfigurationTransfer?: Array<ACLAction> | undefined;
1162
1175
  integrationConfigurationProjects?: Array<ACLAction> | undefined;
1163
- integrationVercelConfigurationOverride?: Array<ACLAction> | undefined;
1164
1176
  integrationConfigurationRole?: Array<ACLAction> | undefined;
1165
- integrationSSOSession?: Array<ACLAction> | undefined;
1166
- integrationResource?: Array<ACLAction> | undefined;
1177
+ integrationConfigurationTransfer?: Array<ACLAction> | undefined;
1178
+ integrationDeploymentAction?: Array<ACLAction> | undefined;
1167
1179
  integrationEvent?: Array<ACLAction> | undefined;
1180
+ integrationResource?: Array<ACLAction> | undefined;
1181
+ integrationResourceReplCommand?: Array<ACLAction> | undefined;
1168
1182
  integrationResourceSecrets?: Array<ACLAction> | undefined;
1169
- integrationDeploymentAction?: Array<ACLAction> | undefined;
1170
- marketplaceInstallationMember?: Array<ACLAction> | undefined;
1183
+ integrationSSOSession?: Array<ACLAction> | undefined;
1184
+ integrationStoreTokenSet?: Array<ACLAction> | undefined;
1185
+ integrationVercelConfigurationOverride?: Array<ACLAction> | undefined;
1186
+ ipBlocking?: Array<ACLAction> | undefined;
1187
+ jobGlobal?: Array<ACLAction> | undefined;
1188
+ logDrain?: Array<ACLAction> | undefined;
1171
1189
  marketplaceBillingData?: Array<ACLAction> | undefined;
1190
+ marketplaceExperimentationEdgeConfigData?: Array<ACLAction> | undefined;
1191
+ marketplaceExperimentationItem?: Array<ACLAction> | undefined;
1192
+ marketplaceInstallationMember?: Array<ACLAction> | undefined;
1172
1193
  marketplaceInvoice?: Array<ACLAction> | undefined;
1173
1194
  marketplaceSettings?: Array<ACLAction> | undefined;
1174
- marketplaceExperimentationItem?: Array<ACLAction> | undefined;
1175
- marketplaceExperimentationEdgeConfigData?: Array<ACLAction> | undefined;
1176
- jobGlobal?: Array<ACLAction> | undefined;
1177
- drain?: Array<ACLAction> | undefined;
1178
- logDrain?: Array<ACLAction> | undefined;
1179
1195
  monitoring?: Array<ACLAction> | undefined;
1180
- monitoringSettings?: Array<ACLAction> | undefined;
1181
- monitoringQuery?: Array<ACLAction> | undefined;
1182
- monitoringChart?: Array<ACLAction> | undefined;
1183
1196
  monitoringAlert?: Array<ACLAction> | undefined;
1197
+ monitoringChart?: Array<ACLAction> | undefined;
1198
+ monitoringQuery?: Array<ACLAction> | undefined;
1199
+ monitoringSettings?: Array<ACLAction> | undefined;
1200
+ notificationCustomerBudget?: Array<ACLAction> | undefined;
1184
1201
  notificationDeploymentFailed?: Array<ACLAction> | undefined;
1185
1202
  notificationDomainConfiguration?: Array<ACLAction> | undefined;
1186
1203
  notificationDomainExpire?: Array<ACLAction> | undefined;
@@ -1191,42 +1208,37 @@ export type GetProjectsPermissions = {
1191
1208
  notificationDomainUnverified?: Array<ACLAction> | undefined;
1192
1209
  notificationMonitoringAlert?: Array<ACLAction> | undefined;
1193
1210
  notificationPaymentFailed?: Array<ACLAction> | undefined;
1194
- notificationUsageAlert?: Array<ACLAction> | undefined;
1195
1211
  notificationPreferences?: Array<ACLAction> | undefined;
1196
- notificationCustomerBudget?: Array<ACLAction> | undefined;
1197
1212
  notificationStatementOfReasons?: Array<ACLAction> | undefined;
1213
+ notificationUsageAlert?: Array<ACLAction> | undefined;
1198
1214
  observabilityConfiguration?: Array<ACLAction> | undefined;
1199
- alerts?: Array<ACLAction> | undefined;
1200
- observabilityNotebook?: Array<ACLAction> | undefined;
1201
1215
  observabilityFunnel?: Array<ACLAction> | undefined;
1216
+ observabilityNotebook?: Array<ACLAction> | undefined;
1202
1217
  openTelemetryEndpoint?: Array<ACLAction> | undefined;
1203
- vercelAppInstallation?: Array<ACLAction> | undefined;
1204
- vercelAppInstallationRequest?: Array<ACLAction> | undefined;
1218
+ ownEvent?: Array<ACLAction> | undefined;
1219
+ passwordProtectionInvoiceItem?: Array<ACLAction> | undefined;
1205
1220
  paymentMethod?: Array<ACLAction> | undefined;
1206
1221
  permissions?: Array<ACLAction> | undefined;
1207
1222
  postgres?: Array<ACLAction> | undefined;
1223
+ postgresStoreTokenSet?: Array<ACLAction> | undefined;
1208
1224
  previewDeploymentSuffix?: Array<ACLAction> | undefined;
1225
+ projectTransferIn?: Array<ACLAction> | undefined;
1209
1226
  proTrialOnboarding?: Array<ACLAction> | undefined;
1210
- sharedEnvVars?: Array<ACLAction> | undefined;
1211
- sharedEnvVarsProduction?: Array<ACLAction> | undefined;
1212
- space?: Array<ACLAction> | undefined;
1213
- spaceRun?: Array<ACLAction> | undefined;
1214
- passwordProtectionInvoiceItem?: Array<ACLAction> | undefined;
1215
1227
  rateLimit?: Array<ACLAction> | undefined;
1216
1228
  redis?: Array<ACLAction> | undefined;
1217
- repository?: Array<ACLAction> | undefined;
1229
+ redisStoreTokenSet?: Array<ACLAction> | undefined;
1218
1230
  remoteCaching?: Array<ACLAction> | undefined;
1231
+ repository?: Array<ACLAction> | undefined;
1219
1232
  samlConfig?: Array<ACLAction> | undefined;
1220
1233
  secret?: Array<ACLAction> | undefined;
1221
- redisStoreTokenSet?: Array<ACLAction> | undefined;
1222
- blobStoreTokenSet?: Array<ACLAction> | undefined;
1223
- postgresStoreTokenSet?: Array<ACLAction> | undefined;
1224
- integrationStoreTokenSet?: Array<ACLAction> | undefined;
1225
- integrationResourceReplCommand?: Array<ACLAction> | undefined;
1234
+ sensitiveEnvironmentVariablePolicy?: Array<ACLAction> | undefined;
1235
+ sharedEnvVars?: Array<ACLAction> | undefined;
1236
+ sharedEnvVarsProduction?: Array<ACLAction> | undefined;
1237
+ space?: Array<ACLAction> | undefined;
1238
+ spaceRun?: Array<ACLAction> | undefined;
1226
1239
  storeTransfer?: Array<ACLAction> | undefined;
1227
1240
  supportCase?: Array<ACLAction> | undefined;
1228
1241
  supportCaseComment?: Array<ACLAction> | undefined;
1229
- dataCacheBillingSettings?: Array<ACLAction> | undefined;
1230
1242
  team?: Array<ACLAction> | undefined;
1231
1243
  teamAccessRequest?: Array<ACLAction> | undefined;
1232
1244
  teamFellowMembership?: Array<ACLAction> | undefined;
@@ -1241,26 +1253,15 @@ export type GetProjectsPermissions = {
1241
1253
  token?: Array<ACLAction> | undefined;
1242
1254
  usage?: Array<ACLAction> | undefined;
1243
1255
  usageCycle?: Array<ACLAction> | undefined;
1256
+ vercelRun?: Array<ACLAction> | undefined;
1257
+ vercelRunExec?: Array<ACLAction> | undefined;
1244
1258
  vpcPeeringConnection?: Array<ACLAction> | undefined;
1245
1259
  webAnalyticsPlan?: Array<ACLAction> | undefined;
1246
- edgeConfig?: Array<ACLAction> | undefined;
1247
- edgeConfigItem?: Array<ACLAction> | undefined;
1248
- edgeConfigSchema?: Array<ACLAction> | undefined;
1249
- edgeConfigToken?: Array<ACLAction> | undefined;
1250
1260
  webhook?: Array<ACLAction> | undefined;
1251
1261
  webhookEvent?: Array<ACLAction> | undefined;
1252
- endpointVerification?: Array<ACLAction> | undefined;
1253
- projectTransferIn?: Array<ACLAction> | undefined;
1254
- oauth2Application?: Array<ACLAction> | undefined;
1255
- vercelRun?: Array<ACLAction> | undefined;
1256
- vercelRunExec?: Array<ACLAction> | undefined;
1257
- apiKey?: Array<ACLAction> | undefined;
1258
- apiKeyOwnedBySelf?: Array<ACLAction> | undefined;
1259
- apiKeyAiGateway?: Array<ACLAction> | undefined;
1260
1262
  aliasProject?: Array<ACLAction> | undefined;
1261
1263
  aliasProtectionBypass?: Array<ACLAction> | undefined;
1262
1264
  buildMachine?: Array<ACLAction> | undefined;
1263
- productionAliasProtectionBypass?: Array<ACLAction> | undefined;
1264
1265
  connectConfigurationLink?: Array<ACLAction> | undefined;
1265
1266
  dataCacheNamespace?: Array<ACLAction> | undefined;
1266
1267
  deployment?: Array<ACLAction> | undefined;
@@ -1276,54 +1277,54 @@ export type GetProjectsPermissions = {
1276
1277
  deploymentRollback?: Array<ACLAction> | undefined;
1277
1278
  edgeCacheNamespace?: Array<ACLAction> | undefined;
1278
1279
  environments?: Array<ACLAction> | undefined;
1280
+ job?: Array<ACLAction> | undefined;
1279
1281
  logs?: Array<ACLAction> | undefined;
1280
1282
  logsPreset?: Array<ACLAction> | undefined;
1281
- passwordProtection?: Array<ACLAction> | undefined;
1282
- optionsAllowlist?: Array<ACLAction> | undefined;
1283
- job?: Array<ACLAction> | undefined;
1284
1283
  observabilityData?: Array<ACLAction> | undefined;
1285
1284
  onDemandBuild?: Array<ACLAction> | undefined;
1286
1285
  onDemandConcurrency?: Array<ACLAction> | undefined;
1286
+ optionsAllowlist?: Array<ACLAction> | undefined;
1287
+ passwordProtection?: Array<ACLAction> | undefined;
1288
+ productionAliasProtectionBypass?: Array<ACLAction> | undefined;
1287
1289
  project?: Array<ACLAction> | undefined;
1288
- projectFromV0?: Array<ACLAction> | undefined;
1289
1290
  projectAccessGroup?: Array<ACLAction> | undefined;
1290
1291
  projectAnalyticsSampling?: Array<ACLAction> | undefined;
1292
+ projectAnalyticsUsage?: Array<ACLAction> | undefined;
1291
1293
  projectCheck?: Array<ACLAction> | undefined;
1292
1294
  projectCheckRun?: Array<ACLAction> | undefined;
1295
+ projectDeploymentExpiration?: Array<ACLAction> | undefined;
1293
1296
  projectDeploymentHook?: Array<ACLAction> | undefined;
1294
1297
  projectDomain?: Array<ACLAction> | undefined;
1295
- projectDomainMove?: Array<ACLAction> | undefined;
1296
1298
  projectDomainCheckConfig?: Array<ACLAction> | undefined;
1299
+ projectDomainMove?: Array<ACLAction> | undefined;
1297
1300
  projectEnvVars?: Array<ACLAction> | undefined;
1298
1301
  projectEnvVarsProduction?: Array<ACLAction> | undefined;
1299
1302
  projectEnvVarsUnownedByIntegration?: Array<ACLAction> | undefined;
1300
1303
  projectFlags?: Array<ACLAction> | undefined;
1304
+ projectFromV0?: Array<ACLAction> | undefined;
1301
1305
  projectId?: Array<ACLAction> | undefined;
1302
1306
  projectIntegrationConfiguration?: Array<ACLAction> | undefined;
1303
1307
  projectLink?: Array<ACLAction> | undefined;
1304
1308
  projectMember?: Array<ACLAction> | undefined;
1305
1309
  projectMonitoring?: Array<ACLAction> | undefined;
1310
+ projectOIDCToken?: Array<ACLAction> | undefined;
1306
1311
  projectPermissions?: Array<ACLAction> | undefined;
1307
1312
  projectProductionBranch?: Array<ACLAction> | undefined;
1308
- projectTransfer?: Array<ACLAction> | undefined;
1309
- projectTransferOut?: Array<ACLAction> | undefined;
1310
1313
  projectProtectionBypass?: Array<ACLAction> | undefined;
1311
- projectUsage?: Array<ACLAction> | undefined;
1312
- projectAnalyticsUsage?: Array<ACLAction> | undefined;
1314
+ projectRollingRelease?: Array<ACLAction> | undefined;
1313
1315
  projectSupportCase?: Array<ACLAction> | undefined;
1314
1316
  projectSupportCaseComment?: Array<ACLAction> | undefined;
1315
- projectDeploymentExpiration?: Array<ACLAction> | undefined;
1316
- projectRollingRelease?: Array<ACLAction> | undefined;
1317
1317
  projectTier?: Array<ACLAction> | undefined;
1318
- projectOIDCToken?: Array<ACLAction> | undefined;
1318
+ projectTransfer?: Array<ACLAction> | undefined;
1319
+ projectTransferOut?: Array<ACLAction> | undefined;
1320
+ projectUsage?: Array<ACLAction> | undefined;
1319
1321
  seawallConfig?: Array<ACLAction> | undefined;
1322
+ sharedEnvVarConnection?: Array<ACLAction> | undefined;
1320
1323
  skewProtection?: Array<ACLAction> | undefined;
1321
1324
  analytics?: Array<ACLAction> | undefined;
1322
1325
  trustedIps?: Array<ACLAction> | undefined;
1323
1326
  v0Chat?: Array<ACLAction> | undefined;
1324
1327
  webAnalytics?: Array<ACLAction> | undefined;
1325
- sharedEnvVarConnection?: Array<ACLAction> | undefined;
1326
- sonar?: Array<ACLAction> | undefined;
1327
1328
  };
1328
1329
  export type GetProjectsLastRollbackTarget = {};
1329
1330
  export declare const GetProjectsJobStatus: {
@@ -3213,6 +3214,7 @@ export declare namespace GetProjectsFramework$ {
3213
3214
  readonly Vuepress: "vuepress";
3214
3215
  readonly Parcel: "parcel";
3215
3216
  readonly Fastapi: "fastapi";
3217
+ readonly Flask: "flask";
3216
3218
  readonly Fasthtml: "fasthtml";
3217
3219
  readonly SanityV3: "sanity-v3";
3218
3220
  readonly Sanity: "sanity";
@@ -3269,6 +3271,7 @@ export declare namespace GetProjectsFramework$ {
3269
3271
  readonly Vuepress: "vuepress";
3270
3272
  readonly Parcel: "parcel";
3271
3273
  readonly Fastapi: "fastapi";
3274
+ readonly Flask: "flask";
3272
3275
  readonly Fasthtml: "fasthtml";
3273
3276
  readonly SanityV3: "sanity-v3";
3274
3277
  readonly Sanity: "sanity";
@@ -4873,9 +4876,17 @@ export type GetProjectsPermissions$Outbound = {
4873
4876
  userSudo?: Array<string> | undefined;
4874
4877
  webAuthn?: Array<string> | undefined;
4875
4878
  accessGroup?: Array<string> | undefined;
4879
+ agent?: Array<string> | undefined;
4880
+ alerts?: Array<string> | undefined;
4876
4881
  aliasGlobal?: Array<string> | undefined;
4877
4882
  analyticsSampling?: Array<string> | undefined;
4878
4883
  analyticsUsage?: Array<string> | undefined;
4884
+ apiKey?: Array<string> | undefined;
4885
+ apiKeyAiGateway?: Array<string> | undefined;
4886
+ apiKeyOwnedBySelf?: Array<string> | undefined;
4887
+ oauth2Application?: Array<string> | undefined;
4888
+ vercelAppInstallation?: Array<string> | undefined;
4889
+ vercelAppInstallationRequest?: Array<string> | undefined;
4879
4890
  auditLog?: Array<string> | undefined;
4880
4891
  billingAddress?: Array<string> | undefined;
4881
4892
  billingInformation?: Array<string> | undefined;
@@ -4887,6 +4898,7 @@ export type GetProjectsPermissions$Outbound = {
4887
4898
  billingRefund?: Array<string> | undefined;
4888
4899
  billingTaxId?: Array<string> | undefined;
4889
4900
  blob?: Array<string> | undefined;
4901
+ blobStoreTokenSet?: Array<string> | undefined;
4890
4902
  budget?: Array<string> | undefined;
4891
4903
  cacheArtifact?: Array<string> | undefined;
4892
4904
  cacheArtifactUsageEvent?: Array<string> | undefined;
@@ -4894,6 +4906,7 @@ export type GetProjectsPermissions$Outbound = {
4894
4906
  concurrentBuilds?: Array<string> | undefined;
4895
4907
  connect?: Array<string> | undefined;
4896
4908
  connectConfiguration?: Array<string> | undefined;
4909
+ dataCacheBillingSettings?: Array<string> | undefined;
4897
4910
  defaultDeploymentProtection?: Array<string> | undefined;
4898
4911
  domain?: Array<string> | undefined;
4899
4912
  domainAcceptDelegation?: Array<string> | undefined;
@@ -4904,40 +4917,46 @@ export type GetProjectsPermissions$Outbound = {
4904
4917
  domainPurchase?: Array<string> | undefined;
4905
4918
  domainRecord?: Array<string> | undefined;
4906
4919
  domainTransferIn?: Array<string> | undefined;
4920
+ drain?: Array<string> | undefined;
4921
+ edgeConfig?: Array<string> | undefined;
4922
+ edgeConfigItem?: Array<string> | undefined;
4923
+ edgeConfigSchema?: Array<string> | undefined;
4924
+ edgeConfigToken?: Array<string> | undefined;
4925
+ endpointVerification?: Array<string> | undefined;
4907
4926
  event?: Array<string> | undefined;
4908
- ownEvent?: Array<string> | undefined;
4909
- sensitiveEnvironmentVariablePolicy?: Array<string> | undefined;
4910
4927
  fileUpload?: Array<string> | undefined;
4911
4928
  flagsExplorerSubscription?: Array<string> | undefined;
4912
4929
  gitRepository?: Array<string> | undefined;
4913
- ipBlocking?: Array<string> | undefined;
4914
4930
  imageOptimizationNewPrice?: Array<string> | undefined;
4915
4931
  integration?: Array<string> | undefined;
4916
4932
  integrationAccount?: Array<string> | undefined;
4917
4933
  integrationConfiguration?: Array<string> | undefined;
4918
- integrationConfigurationTransfer?: Array<string> | undefined;
4919
4934
  integrationConfigurationProjects?: Array<string> | undefined;
4920
- integrationVercelConfigurationOverride?: Array<string> | undefined;
4921
4935
  integrationConfigurationRole?: Array<string> | undefined;
4922
- integrationSSOSession?: Array<string> | undefined;
4923
- integrationResource?: Array<string> | undefined;
4936
+ integrationConfigurationTransfer?: Array<string> | undefined;
4937
+ integrationDeploymentAction?: Array<string> | undefined;
4924
4938
  integrationEvent?: Array<string> | undefined;
4939
+ integrationResource?: Array<string> | undefined;
4940
+ integrationResourceReplCommand?: Array<string> | undefined;
4925
4941
  integrationResourceSecrets?: Array<string> | undefined;
4926
- integrationDeploymentAction?: Array<string> | undefined;
4927
- marketplaceInstallationMember?: Array<string> | undefined;
4942
+ integrationSSOSession?: Array<string> | undefined;
4943
+ integrationStoreTokenSet?: Array<string> | undefined;
4944
+ integrationVercelConfigurationOverride?: Array<string> | undefined;
4945
+ ipBlocking?: Array<string> | undefined;
4946
+ jobGlobal?: Array<string> | undefined;
4947
+ logDrain?: Array<string> | undefined;
4928
4948
  marketplaceBillingData?: Array<string> | undefined;
4949
+ marketplaceExperimentationEdgeConfigData?: Array<string> | undefined;
4950
+ marketplaceExperimentationItem?: Array<string> | undefined;
4951
+ marketplaceInstallationMember?: Array<string> | undefined;
4929
4952
  marketplaceInvoice?: Array<string> | undefined;
4930
4953
  marketplaceSettings?: Array<string> | undefined;
4931
- marketplaceExperimentationItem?: Array<string> | undefined;
4932
- marketplaceExperimentationEdgeConfigData?: Array<string> | undefined;
4933
- jobGlobal?: Array<string> | undefined;
4934
- drain?: Array<string> | undefined;
4935
- logDrain?: Array<string> | undefined;
4936
4954
  Monitoring?: Array<string> | undefined;
4937
- monitoringSettings?: Array<string> | undefined;
4938
- monitoringQuery?: Array<string> | undefined;
4939
- monitoringChart?: Array<string> | undefined;
4940
4955
  monitoringAlert?: Array<string> | undefined;
4956
+ monitoringChart?: Array<string> | undefined;
4957
+ monitoringQuery?: Array<string> | undefined;
4958
+ monitoringSettings?: Array<string> | undefined;
4959
+ notificationCustomerBudget?: Array<string> | undefined;
4941
4960
  notificationDeploymentFailed?: Array<string> | undefined;
4942
4961
  notificationDomainConfiguration?: Array<string> | undefined;
4943
4962
  notificationDomainExpire?: Array<string> | undefined;
@@ -4948,42 +4967,37 @@ export type GetProjectsPermissions$Outbound = {
4948
4967
  notificationDomainUnverified?: Array<string> | undefined;
4949
4968
  NotificationMonitoringAlert?: Array<string> | undefined;
4950
4969
  notificationPaymentFailed?: Array<string> | undefined;
4951
- notificationUsageAlert?: Array<string> | undefined;
4952
4970
  notificationPreferences?: Array<string> | undefined;
4953
- notificationCustomerBudget?: Array<string> | undefined;
4954
4971
  notificationStatementOfReasons?: Array<string> | undefined;
4972
+ notificationUsageAlert?: Array<string> | undefined;
4955
4973
  observabilityConfiguration?: Array<string> | undefined;
4956
- alerts?: Array<string> | undefined;
4957
- observabilityNotebook?: Array<string> | undefined;
4958
4974
  observabilityFunnel?: Array<string> | undefined;
4975
+ observabilityNotebook?: Array<string> | undefined;
4959
4976
  openTelemetryEndpoint?: Array<string> | undefined;
4960
- vercelAppInstallation?: Array<string> | undefined;
4961
- vercelAppInstallationRequest?: Array<string> | undefined;
4977
+ ownEvent?: Array<string> | undefined;
4978
+ passwordProtectionInvoiceItem?: Array<string> | undefined;
4962
4979
  paymentMethod?: Array<string> | undefined;
4963
4980
  permissions?: Array<string> | undefined;
4964
4981
  postgres?: Array<string> | undefined;
4982
+ postgresStoreTokenSet?: Array<string> | undefined;
4965
4983
  previewDeploymentSuffix?: Array<string> | undefined;
4984
+ projectTransferIn?: Array<string> | undefined;
4966
4985
  proTrialOnboarding?: Array<string> | undefined;
4967
- sharedEnvVars?: Array<string> | undefined;
4968
- sharedEnvVarsProduction?: Array<string> | undefined;
4969
- space?: Array<string> | undefined;
4970
- spaceRun?: Array<string> | undefined;
4971
- passwordProtectionInvoiceItem?: Array<string> | undefined;
4972
4986
  rateLimit?: Array<string> | undefined;
4973
4987
  redis?: Array<string> | undefined;
4974
- repository?: Array<string> | undefined;
4988
+ redisStoreTokenSet?: Array<string> | undefined;
4975
4989
  remoteCaching?: Array<string> | undefined;
4990
+ repository?: Array<string> | undefined;
4976
4991
  samlConfig?: Array<string> | undefined;
4977
4992
  secret?: Array<string> | undefined;
4978
- redisStoreTokenSet?: Array<string> | undefined;
4979
- blobStoreTokenSet?: Array<string> | undefined;
4980
- postgresStoreTokenSet?: Array<string> | undefined;
4981
- integrationStoreTokenSet?: Array<string> | undefined;
4982
- integrationResourceReplCommand?: Array<string> | undefined;
4993
+ sensitiveEnvironmentVariablePolicy?: Array<string> | undefined;
4994
+ sharedEnvVars?: Array<string> | undefined;
4995
+ sharedEnvVarsProduction?: Array<string> | undefined;
4996
+ space?: Array<string> | undefined;
4997
+ spaceRun?: Array<string> | undefined;
4983
4998
  storeTransfer?: Array<string> | undefined;
4984
4999
  supportCase?: Array<string> | undefined;
4985
5000
  supportCaseComment?: Array<string> | undefined;
4986
- dataCacheBillingSettings?: Array<string> | undefined;
4987
5001
  team?: Array<string> | undefined;
4988
5002
  teamAccessRequest?: Array<string> | undefined;
4989
5003
  teamFellowMembership?: Array<string> | undefined;
@@ -4998,26 +5012,15 @@ export type GetProjectsPermissions$Outbound = {
4998
5012
  token?: Array<string> | undefined;
4999
5013
  usage?: Array<string> | undefined;
5000
5014
  usageCycle?: Array<string> | undefined;
5015
+ vercelRun?: Array<string> | undefined;
5016
+ vercelRunExec?: Array<string> | undefined;
5001
5017
  vpcPeeringConnection?: Array<string> | undefined;
5002
5018
  webAnalyticsPlan?: Array<string> | undefined;
5003
- edgeConfig?: Array<string> | undefined;
5004
- edgeConfigItem?: Array<string> | undefined;
5005
- edgeConfigSchema?: Array<string> | undefined;
5006
- edgeConfigToken?: Array<string> | undefined;
5007
5019
  webhook?: Array<string> | undefined;
5008
5020
  "webhook-event"?: Array<string> | undefined;
5009
- endpointVerification?: Array<string> | undefined;
5010
- projectTransferIn?: Array<string> | undefined;
5011
- oauth2Application?: Array<string> | undefined;
5012
- vercelRun?: Array<string> | undefined;
5013
- vercelRunExec?: Array<string> | undefined;
5014
- apiKey?: Array<string> | undefined;
5015
- apiKeyOwnedBySelf?: Array<string> | undefined;
5016
- apiKeyAiGateway?: Array<string> | undefined;
5017
5021
  aliasProject?: Array<string> | undefined;
5018
5022
  aliasProtectionBypass?: Array<string> | undefined;
5019
5023
  buildMachine?: Array<string> | undefined;
5020
- productionAliasProtectionBypass?: Array<string> | undefined;
5021
5024
  connectConfigurationLink?: Array<string> | undefined;
5022
5025
  dataCacheNamespace?: Array<string> | undefined;
5023
5026
  deployment?: Array<string> | undefined;
@@ -5033,54 +5036,54 @@ export type GetProjectsPermissions$Outbound = {
5033
5036
  deploymentRollback?: Array<string> | undefined;
5034
5037
  edgeCacheNamespace?: Array<string> | undefined;
5035
5038
  environments?: Array<string> | undefined;
5039
+ job?: Array<string> | undefined;
5036
5040
  logs?: Array<string> | undefined;
5037
5041
  logsPreset?: Array<string> | undefined;
5038
- passwordProtection?: Array<string> | undefined;
5039
- optionsAllowlist?: Array<string> | undefined;
5040
- job?: Array<string> | undefined;
5041
5042
  observabilityData?: Array<string> | undefined;
5042
5043
  onDemandBuild?: Array<string> | undefined;
5043
5044
  onDemandConcurrency?: Array<string> | undefined;
5045
+ optionsAllowlist?: Array<string> | undefined;
5046
+ passwordProtection?: Array<string> | undefined;
5047
+ productionAliasProtectionBypass?: Array<string> | undefined;
5044
5048
  project?: Array<string> | undefined;
5045
- projectFromV0?: Array<string> | undefined;
5046
5049
  projectAccessGroup?: Array<string> | undefined;
5047
5050
  projectAnalyticsSampling?: Array<string> | undefined;
5051
+ projectAnalyticsUsage?: Array<string> | undefined;
5048
5052
  projectCheck?: Array<string> | undefined;
5049
5053
  projectCheckRun?: Array<string> | undefined;
5054
+ projectDeploymentExpiration?: Array<string> | undefined;
5050
5055
  projectDeploymentHook?: Array<string> | undefined;
5051
5056
  projectDomain?: Array<string> | undefined;
5052
- projectDomainMove?: Array<string> | undefined;
5053
5057
  projectDomainCheckConfig?: Array<string> | undefined;
5058
+ projectDomainMove?: Array<string> | undefined;
5054
5059
  projectEnvVars?: Array<string> | undefined;
5055
5060
  projectEnvVarsProduction?: Array<string> | undefined;
5056
5061
  projectEnvVarsUnownedByIntegration?: Array<string> | undefined;
5057
5062
  projectFlags?: Array<string> | undefined;
5063
+ projectFromV0?: Array<string> | undefined;
5058
5064
  projectId?: Array<string> | undefined;
5059
5065
  projectIntegrationConfiguration?: Array<string> | undefined;
5060
5066
  projectLink?: Array<string> | undefined;
5061
5067
  projectMember?: Array<string> | undefined;
5062
5068
  projectMonitoring?: Array<string> | undefined;
5069
+ projectOIDCToken?: Array<string> | undefined;
5063
5070
  projectPermissions?: Array<string> | undefined;
5064
5071
  projectProductionBranch?: Array<string> | undefined;
5065
- projectTransfer?: Array<string> | undefined;
5066
- projectTransferOut?: Array<string> | undefined;
5067
5072
  projectProtectionBypass?: Array<string> | undefined;
5068
- projectUsage?: Array<string> | undefined;
5069
- projectAnalyticsUsage?: Array<string> | undefined;
5073
+ projectRollingRelease?: Array<string> | undefined;
5070
5074
  projectSupportCase?: Array<string> | undefined;
5071
5075
  projectSupportCaseComment?: Array<string> | undefined;
5072
- projectDeploymentExpiration?: Array<string> | undefined;
5073
- projectRollingRelease?: Array<string> | undefined;
5074
5076
  projectTier?: Array<string> | undefined;
5075
- projectOIDCToken?: Array<string> | undefined;
5077
+ projectTransfer?: Array<string> | undefined;
5078
+ projectTransferOut?: Array<string> | undefined;
5079
+ projectUsage?: Array<string> | undefined;
5076
5080
  seawallConfig?: Array<string> | undefined;
5081
+ sharedEnvVarConnection?: Array<string> | undefined;
5077
5082
  skewProtection?: Array<string> | undefined;
5078
5083
  analytics?: Array<string> | undefined;
5079
5084
  trustedIps?: Array<string> | undefined;
5080
5085
  v0Chat?: Array<string> | undefined;
5081
5086
  webAnalytics?: Array<string> | undefined;
5082
- sharedEnvVarConnection?: Array<string> | undefined;
5083
- sonar?: Array<string> | undefined;
5084
5087
  };
5085
5088
  /** @internal */
5086
5089
  export declare const GetProjectsPermissions$outboundSchema: z.ZodType<GetProjectsPermissions$Outbound, z.ZodTypeDef, GetProjectsPermissions>;