@vercel/sdk 1.13.8 → 1.14.0

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 (245) hide show
  1. package/README.md +29 -21
  2. package/bin/mcp-server.js +2619 -1667
  3. package/bin/mcp-server.js.map +47 -36
  4. package/docs/sdks/domainsregistrar/README.md +6 -0
  5. package/docs/sdks/marketplace/README.md +150 -0
  6. package/docs/sdks/projects/README.md +2 -0
  7. package/docs/sdks/security/README.md +70 -0
  8. package/esm/__tests__/accessgroups.test.js +3 -1
  9. package/esm/__tests__/accessgroups.test.js.map +1 -1
  10. package/esm/__tests__/domains.test.js +9 -6
  11. package/esm/__tests__/domains.test.js.map +1 -1
  12. package/esm/__tests__/edgeconfig.test.js +6 -6
  13. package/esm/__tests__/edgeconfig.test.js.map +1 -1
  14. package/esm/__tests__/integrations.test.js +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 +2 -2
  18. package/esm/__tests__/rollingrelease.test.js.map +1 -1
  19. package/esm/__tests__/security.test.js +14 -0
  20. package/esm/__tests__/security.test.js.map +1 -1
  21. package/esm/funcs/integrationsDeleteConfiguration.js +2 -2
  22. package/esm/funcs/integrationsDeleteConfiguration.js.map +1 -1
  23. package/esm/funcs/marketplaceUpdateInstallation.d.ts +17 -0
  24. package/esm/funcs/marketplaceUpdateInstallation.d.ts.map +1 -0
  25. package/esm/funcs/marketplaceUpdateInstallation.js +82 -0
  26. package/esm/funcs/marketplaceUpdateInstallation.js.map +1 -0
  27. package/esm/funcs/marketplaceUpdateResource.d.ts +17 -0
  28. package/esm/funcs/marketplaceUpdateResource.d.ts.map +1 -0
  29. package/esm/funcs/marketplaceUpdateResource.js +85 -0
  30. package/esm/funcs/marketplaceUpdateResource.js.map +1 -0
  31. package/esm/funcs/projectsGetProjects.js +1 -0
  32. package/esm/funcs/projectsGetProjects.js.map +1 -1
  33. package/esm/funcs/securityGetV1SecurityFirewallEvents.d.ts +17 -0
  34. package/esm/funcs/securityGetV1SecurityFirewallEvents.d.ts.map +1 -0
  35. package/esm/funcs/securityGetV1SecurityFirewallEvents.js +78 -0
  36. package/esm/funcs/securityGetV1SecurityFirewallEvents.js.map +1 -0
  37. package/esm/lib/config.d.ts +3 -3
  38. package/esm/lib/config.js +3 -3
  39. package/esm/lib/config.js.map +1 -1
  40. package/esm/mcp-server/mcp-server.js +1 -1
  41. package/esm/mcp-server/server.d.ts.map +1 -1
  42. package/esm/mcp-server/server.js +7 -1
  43. package/esm/mcp-server/server.js.map +1 -1
  44. package/esm/mcp-server/tools/marketplaceUpdateInstallation.d.ts +7 -0
  45. package/esm/mcp-server/tools/marketplaceUpdateInstallation.d.ts.map +1 -0
  46. package/esm/mcp-server/tools/marketplaceUpdateInstallation.js +27 -0
  47. package/esm/mcp-server/tools/marketplaceUpdateInstallation.js.map +1 -0
  48. package/esm/mcp-server/tools/marketplaceUpdateResource.d.ts +7 -0
  49. package/esm/mcp-server/tools/marketplaceUpdateResource.d.ts.map +1 -0
  50. package/esm/mcp-server/tools/marketplaceUpdateResource.js +28 -0
  51. package/esm/mcp-server/tools/marketplaceUpdateResource.js.map +1 -0
  52. package/esm/mcp-server/tools/securityGetV1SecurityFirewallEvents.d.ts +7 -0
  53. package/esm/mcp-server/tools/securityGetV1SecurityFirewallEvents.d.ts.map +1 -0
  54. package/esm/mcp-server/tools/securityGetV1SecurityFirewallEvents.js +28 -0
  55. package/esm/mcp-server/tools/securityGetV1SecurityFirewallEvents.js.map +1 -0
  56. package/esm/models/acceptprojecttransferrequestop.d.ts +1 -1
  57. package/esm/models/acceptprojecttransferrequestop.d.ts.map +1 -1
  58. package/esm/models/acceptprojecttransferrequestop.js +2 -1
  59. package/esm/models/acceptprojecttransferrequestop.js.map +1 -1
  60. package/esm/models/authtoken.d.ts +6 -0
  61. package/esm/models/authtoken.d.ts.map +1 -1
  62. package/esm/models/authtoken.js +2 -0
  63. package/esm/models/authtoken.js.map +1 -1
  64. package/esm/models/buydomainsop.d.ts +3 -2
  65. package/esm/models/buydomainsop.d.ts.map +1 -1
  66. package/esm/models/buydomainsop.js +3 -0
  67. package/esm/models/buydomainsop.js.map +1 -1
  68. package/esm/models/buysingledomainop.d.ts +11 -10
  69. package/esm/models/buysingledomainop.d.ts.map +1 -1
  70. package/esm/models/buysingledomainop.js +15 -13
  71. package/esm/models/buysingledomainop.js.map +1 -1
  72. package/esm/models/createeventop.d.ts +2 -2
  73. package/esm/models/createeventop.d.ts.map +1 -1
  74. package/esm/models/createeventop.js +2 -2
  75. package/esm/models/createeventop.js.map +1 -1
  76. package/esm/models/createintegrationstoredirectop.d.ts +340 -315
  77. package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
  78. package/esm/models/createintegrationstoredirectop.js +392 -381
  79. package/esm/models/createintegrationstoredirectop.js.map +1 -1
  80. package/esm/models/createprojectenvop.d.ts +6 -6
  81. package/esm/models/createprojectenvop.js +2 -2
  82. package/esm/models/createprojectenvop.js.map +1 -1
  83. package/esm/models/createprojectop.d.ts +154 -156
  84. package/esm/models/createprojectop.d.ts.map +1 -1
  85. package/esm/models/createprojectop.js +149 -151
  86. package/esm/models/createprojectop.js.map +1 -1
  87. package/esm/models/createwebhookop.d.ts +12 -0
  88. package/esm/models/createwebhookop.d.ts.map +1 -1
  89. package/esm/models/createwebhookop.js +4 -0
  90. package/esm/models/createwebhookop.js.map +1 -1
  91. package/esm/models/dnssecenabled.d.ts +70 -0
  92. package/esm/models/dnssecenabled.d.ts.map +1 -0
  93. package/esm/models/dnssecenabled.js +72 -0
  94. package/esm/models/dnssecenabled.js.map +1 -0
  95. package/esm/models/domaintooshort.d.ts +70 -0
  96. package/esm/models/domaintooshort.d.ts.map +1 -0
  97. package/esm/models/domaintooshort.js +72 -0
  98. package/esm/models/domaintooshort.js.map +1 -0
  99. package/esm/models/editprojectenvop.d.ts +3 -3
  100. package/esm/models/editprojectenvop.js +1 -1
  101. package/esm/models/editprojectenvop.js.map +1 -1
  102. package/esm/models/exchangessotokenop.d.ts +2 -0
  103. package/esm/models/exchangessotokenop.d.ts.map +1 -1
  104. package/esm/models/exchangessotokenop.js +4 -0
  105. package/esm/models/exchangessotokenop.js.map +1 -1
  106. package/esm/models/filetree.d.ts +0 -5
  107. package/esm/models/filetree.d.ts.map +1 -1
  108. package/esm/models/filetree.js +0 -2
  109. package/esm/models/filetree.js.map +1 -1
  110. package/esm/models/filterprojectenvsop.d.ts +9 -9
  111. package/esm/models/filterprojectenvsop.js +3 -3
  112. package/esm/models/filterprojectenvsop.js.map +1 -1
  113. package/esm/models/getconfigurationproductsop.d.ts +375 -375
  114. package/esm/models/getconfigurationproductsop.js +465 -465
  115. package/esm/models/getconfigurationsop.d.ts +18 -0
  116. package/esm/models/getconfigurationsop.d.ts.map +1 -1
  117. package/esm/models/getconfigurationsop.js +6 -0
  118. package/esm/models/getconfigurationsop.js.map +1 -1
  119. package/esm/models/getdomainpriceop.d.ts +3 -2
  120. package/esm/models/getdomainpriceop.d.ts.map +1 -1
  121. package/esm/models/getdomainpriceop.js +3 -0
  122. package/esm/models/getdomainpriceop.js.map +1 -1
  123. package/esm/models/getprojectenvop.d.ts +9 -9
  124. package/esm/models/getprojectenvop.js +3 -3
  125. package/esm/models/getprojectenvop.js.map +1 -1
  126. package/esm/models/getprojectsop.d.ts +129 -126
  127. package/esm/models/getprojectsop.d.ts.map +1 -1
  128. package/esm/models/getprojectsop.js +133 -133
  129. package/esm/models/getprojectsop.js.map +1 -1
  130. package/esm/models/getv1securityfirewalleventsop.d.ts +95 -0
  131. package/esm/models/getv1securityfirewalleventsop.d.ts.map +1 -0
  132. package/esm/models/getv1securityfirewalleventsop.js +108 -0
  133. package/esm/models/getv1securityfirewalleventsop.js.map +1 -0
  134. package/esm/models/getwebhookop.d.ts +6 -0
  135. package/esm/models/getwebhookop.d.ts.map +1 -1
  136. package/esm/models/getwebhookop.js +2 -0
  137. package/esm/models/getwebhookop.js.map +1 -1
  138. package/esm/models/getwebhooksop.d.ts +12 -0
  139. package/esm/models/getwebhooksop.d.ts.map +1 -1
  140. package/esm/models/getwebhooksop.js +4 -0
  141. package/esm/models/getwebhooksop.js.map +1 -1
  142. package/esm/models/importresourceop.d.ts +69 -69
  143. package/esm/models/importresourceop.d.ts.map +1 -1
  144. package/esm/models/importresourceop.js +76 -73
  145. package/esm/models/importresourceop.js.map +1 -1
  146. package/esm/models/removeprojectenvop.d.ts +9 -9
  147. package/esm/models/removeprojectenvop.js +3 -3
  148. package/esm/models/removeprojectenvop.js.map +1 -1
  149. package/esm/models/renewdomainop.d.ts +3 -2
  150. package/esm/models/renewdomainop.d.ts.map +1 -1
  151. package/esm/models/renewdomainop.js +3 -0
  152. package/esm/models/renewdomainop.js.map +1 -1
  153. package/esm/models/team.d.ts +1 -1
  154. package/esm/models/team.d.ts.map +1 -1
  155. package/esm/models/team.js +1 -1
  156. package/esm/models/team.js.map +1 -1
  157. package/esm/models/transferindomainop.d.ts +4 -2
  158. package/esm/models/transferindomainop.d.ts.map +1 -1
  159. package/esm/models/transferindomainop.js +6 -0
  160. package/esm/models/transferindomainop.js.map +1 -1
  161. package/esm/models/updateinstallationop.d.ts +242 -0
  162. package/esm/models/updateinstallationop.d.ts.map +1 -0
  163. package/esm/models/updateinstallationop.js +246 -0
  164. package/esm/models/updateinstallationop.js.map +1 -0
  165. package/esm/models/updateprojectdatacacheop.d.ts +124 -126
  166. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  167. package/esm/models/updateprojectdatacacheop.js +131 -133
  168. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  169. package/esm/models/updateprojectop.d.ts +154 -156
  170. package/esm/models/updateprojectop.d.ts.map +1 -1
  171. package/esm/models/updateprojectop.js +149 -151
  172. package/esm/models/updateprojectop.js.map +1 -1
  173. package/esm/models/updateresourceop.d.ts +432 -0
  174. package/esm/models/updateresourceop.d.ts.map +1 -0
  175. package/esm/models/updateresourceop.js +393 -0
  176. package/esm/models/updateresourceop.js.map +1 -0
  177. package/esm/models/userevent.d.ts +199 -17
  178. package/esm/models/userevent.d.ts.map +1 -1
  179. package/esm/models/userevent.js +157 -11
  180. package/esm/models/userevent.js.map +1 -1
  181. package/esm/sdk/marketplace.d.ts +16 -0
  182. package/esm/sdk/marketplace.d.ts.map +1 -1
  183. package/esm/sdk/marketplace.js +20 -0
  184. package/esm/sdk/marketplace.js.map +1 -1
  185. package/esm/sdk/security.d.ts +8 -0
  186. package/esm/sdk/security.d.ts.map +1 -1
  187. package/esm/sdk/security.js +10 -0
  188. package/esm/sdk/security.js.map +1 -1
  189. package/examples/package-lock.json +1 -1
  190. package/jsr.json +1 -1
  191. package/package.json +1 -1
  192. package/src/__tests__/accessgroups.test.ts +3 -1
  193. package/src/__tests__/domains.test.ts +9 -6
  194. package/src/__tests__/edgeconfig.test.ts +6 -6
  195. package/src/__tests__/integrations.test.ts +1 -1
  196. package/src/__tests__/marketplace.test.ts +19 -0
  197. package/src/__tests__/rollingrelease.test.ts +2 -2
  198. package/src/__tests__/security.test.ts +19 -0
  199. package/src/funcs/integrationsDeleteConfiguration.ts +2 -2
  200. package/src/funcs/marketplaceUpdateInstallation.ts +174 -0
  201. package/src/funcs/marketplaceUpdateResource.ts +179 -0
  202. package/src/funcs/projectsGetProjects.ts +1 -0
  203. package/src/funcs/securityGetV1SecurityFirewallEvents.ts +165 -0
  204. package/src/lib/config.ts +3 -3
  205. package/src/mcp-server/mcp-server.ts +1 -1
  206. package/src/mcp-server/server.ts +7 -1
  207. package/src/mcp-server/tools/marketplaceUpdateInstallation.ts +35 -0
  208. package/src/mcp-server/tools/marketplaceUpdateResource.ts +37 -0
  209. package/src/mcp-server/tools/securityGetV1SecurityFirewallEvents.ts +39 -0
  210. package/src/models/acceptprojecttransferrequestop.ts +3 -2
  211. package/src/models/authtoken.ts +2 -0
  212. package/src/models/buydomainsop.ts +10 -0
  213. package/src/models/buysingledomainop.ts +26 -14
  214. package/src/models/createeventop.ts +4 -4
  215. package/src/models/createintegrationstoredirectop.ts +714 -668
  216. package/src/models/createprojectenvop.ts +2 -2
  217. package/src/models/createprojectop.ts +285 -289
  218. package/src/models/createwebhookop.ts +4 -0
  219. package/src/models/dnssecenabled.ts +120 -0
  220. package/src/models/domaintooshort.ts +120 -0
  221. package/src/models/editprojectenvop.ts +1 -1
  222. package/src/models/exchangessotokenop.ts +6 -0
  223. package/src/models/filetree.ts +0 -7
  224. package/src/models/filterprojectenvsop.ts +3 -3
  225. package/src/models/getconfigurationproductsop.ts +802 -802
  226. package/src/models/getconfigurationsop.ts +6 -0
  227. package/src/models/getdomainpriceop.ts +10 -0
  228. package/src/models/getprojectenvop.ts +3 -3
  229. package/src/models/getprojectsop.ts +262 -259
  230. package/src/models/getv1securityfirewalleventsop.ts +233 -0
  231. package/src/models/getwebhookop.ts +2 -0
  232. package/src/models/getwebhooksop.ts +4 -0
  233. package/src/models/importresourceop.ts +144 -117
  234. package/src/models/removeprojectenvop.ts +3 -3
  235. package/src/models/renewdomainop.ts +10 -0
  236. package/src/models/team.ts +2 -2
  237. package/src/models/transferindomainop.ts +20 -0
  238. package/src/models/updateinstallationop.ts +488 -0
  239. package/src/models/updateprojectdatacacheop.ts +255 -259
  240. package/src/models/updateprojectop.ts +285 -289
  241. package/src/models/updateresourceop.ts +823 -0
  242. package/src/models/userevent.ts +328 -19
  243. package/src/sdk/marketplace.ts +41 -0
  244. package/src/sdk/security.ts +22 -0
  245. package/vercel-spec.json +1875 -1205
@@ -577,10 +577,10 @@ export type UpdateProjectTarget = Array<string> | UpdateProjectTarget2;
577
577
 
578
578
  export const UpdateProjectType = {
579
579
  System: "system",
580
- Secret: "secret",
581
580
  Encrypted: "encrypted",
582
581
  Plain: "plain",
583
582
  Sensitive: "sensitive",
583
+ Secret: "secret",
584
584
  } as const;
585
585
  export type UpdateProjectType = ClosedEnum<typeof UpdateProjectType>;
586
586
 
@@ -1340,18 +1340,18 @@ export type UpdateProjectLinkProjectsDeployHooks = {
1340
1340
 
1341
1341
  export type UpdateProjectLink2 = {
1342
1342
  type: UpdateProjectLinkProjectsType;
1343
- updatedAt?: number | undefined;
1344
- createdAt?: number | undefined;
1345
1343
  repo?: string | undefined;
1346
- sourceless?: boolean | undefined;
1344
+ repoId?: number | undefined;
1345
+ createdAt?: number | undefined;
1346
+ updatedAt?: number | undefined;
1347
1347
  org: string;
1348
1348
  /**
1349
1349
  * A new field, should be included in all new project links, is being added just in time when a deployment is created. This is needed for Protected Git scopes.
1350
1350
  */
1351
1351
  repoOwnerId?: number | undefined;
1352
- repoId?: number | undefined;
1353
1352
  deployHooks: Array<UpdateProjectLinkProjectsDeployHooks>;
1354
1353
  gitCredentialId: string;
1354
+ sourceless?: boolean | undefined;
1355
1355
  productionBranch: string;
1356
1356
  };
1357
1357
 
@@ -1471,6 +1471,7 @@ export type UpdateProjectProjectsBuildMachineType = ClosedEnum<
1471
1471
  >;
1472
1472
 
1473
1473
  export type UpdateProjectProjectsResourceConfig = {
1474
+ elasticConcurrencyEnabled?: boolean | undefined;
1474
1475
  fluid?: boolean | undefined;
1475
1476
  functionDefaultRegions: Array<string>;
1476
1477
  functionDefaultTimeout?: number | undefined;
@@ -1478,7 +1479,6 @@ export type UpdateProjectProjectsResourceConfig = {
1478
1479
  | UpdateProjectProjectsFunctionDefaultMemoryType
1479
1480
  | undefined;
1480
1481
  functionZeroConfigFailover?: boolean | undefined;
1481
- elasticConcurrencyEnabled?: boolean | undefined;
1482
1482
  buildMachineType?: UpdateProjectProjectsBuildMachineType | undefined;
1483
1483
  isNSNBDisabled?: boolean | undefined;
1484
1484
  };
@@ -1563,6 +1563,7 @@ export type UpdateProjectProjectsResponseBuildMachineType = ClosedEnum<
1563
1563
  >;
1564
1564
 
1565
1565
  export type UpdateProjectDefaultResourceConfig = {
1566
+ elasticConcurrencyEnabled?: boolean | undefined;
1566
1567
  fluid?: boolean | undefined;
1567
1568
  functionDefaultRegions: Array<string>;
1568
1569
  functionDefaultTimeout?: number | undefined;
@@ -1570,14 +1571,13 @@ export type UpdateProjectDefaultResourceConfig = {
1570
1571
  | UpdateProjectProjectsResponseFunctionDefaultMemoryType
1571
1572
  | undefined;
1572
1573
  functionZeroConfigFailover?: boolean | undefined;
1573
- elasticConcurrencyEnabled?: boolean | undefined;
1574
1574
  buildMachineType?: UpdateProjectProjectsResponseBuildMachineType | undefined;
1575
1575
  isNSNBDisabled?: boolean | undefined;
1576
1576
  };
1577
1577
 
1578
1578
  export const UpdateProjectProjectsResponseDeploymentType = {
1579
- All: "all",
1580
1579
  Preview: "preview",
1580
+ All: "all",
1581
1581
  ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
1582
1582
  AllExceptCustomDomains: "all_except_custom_domains",
1583
1583
  } as const;
@@ -1755,9 +1755,17 @@ export type UpdateProjectPermissions = {
1755
1755
  userSudo?: Array<ACLAction> | undefined;
1756
1756
  webAuthn?: Array<ACLAction> | undefined;
1757
1757
  accessGroup?: Array<ACLAction> | undefined;
1758
+ agent?: Array<ACLAction> | undefined;
1759
+ alerts?: Array<ACLAction> | undefined;
1758
1760
  aliasGlobal?: Array<ACLAction> | undefined;
1759
1761
  analyticsSampling?: Array<ACLAction> | undefined;
1760
1762
  analyticsUsage?: Array<ACLAction> | undefined;
1763
+ apiKey?: Array<ACLAction> | undefined;
1764
+ apiKeyAiGateway?: Array<ACLAction> | undefined;
1765
+ apiKeyOwnedBySelf?: Array<ACLAction> | undefined;
1766
+ oauth2Application?: Array<ACLAction> | undefined;
1767
+ vercelAppInstallation?: Array<ACLAction> | undefined;
1768
+ vercelAppInstallationRequest?: Array<ACLAction> | undefined;
1761
1769
  auditLog?: Array<ACLAction> | undefined;
1762
1770
  billingAddress?: Array<ACLAction> | undefined;
1763
1771
  billingInformation?: Array<ACLAction> | undefined;
@@ -1769,6 +1777,7 @@ export type UpdateProjectPermissions = {
1769
1777
  billingRefund?: Array<ACLAction> | undefined;
1770
1778
  billingTaxId?: Array<ACLAction> | undefined;
1771
1779
  blob?: Array<ACLAction> | undefined;
1780
+ blobStoreTokenSet?: Array<ACLAction> | undefined;
1772
1781
  budget?: Array<ACLAction> | undefined;
1773
1782
  cacheArtifact?: Array<ACLAction> | undefined;
1774
1783
  cacheArtifactUsageEvent?: Array<ACLAction> | undefined;
@@ -1776,6 +1785,7 @@ export type UpdateProjectPermissions = {
1776
1785
  concurrentBuilds?: Array<ACLAction> | undefined;
1777
1786
  connect?: Array<ACLAction> | undefined;
1778
1787
  connectConfiguration?: Array<ACLAction> | undefined;
1788
+ dataCacheBillingSettings?: Array<ACLAction> | undefined;
1779
1789
  defaultDeploymentProtection?: Array<ACLAction> | undefined;
1780
1790
  domain?: Array<ACLAction> | undefined;
1781
1791
  domainAcceptDelegation?: Array<ACLAction> | undefined;
@@ -1786,40 +1796,46 @@ export type UpdateProjectPermissions = {
1786
1796
  domainPurchase?: Array<ACLAction> | undefined;
1787
1797
  domainRecord?: Array<ACLAction> | undefined;
1788
1798
  domainTransferIn?: Array<ACLAction> | undefined;
1799
+ drain?: Array<ACLAction> | undefined;
1800
+ edgeConfig?: Array<ACLAction> | undefined;
1801
+ edgeConfigItem?: Array<ACLAction> | undefined;
1802
+ edgeConfigSchema?: Array<ACLAction> | undefined;
1803
+ edgeConfigToken?: Array<ACLAction> | undefined;
1804
+ endpointVerification?: Array<ACLAction> | undefined;
1789
1805
  event?: Array<ACLAction> | undefined;
1790
- ownEvent?: Array<ACLAction> | undefined;
1791
- sensitiveEnvironmentVariablePolicy?: Array<ACLAction> | undefined;
1792
1806
  fileUpload?: Array<ACLAction> | undefined;
1793
1807
  flagsExplorerSubscription?: Array<ACLAction> | undefined;
1794
1808
  gitRepository?: Array<ACLAction> | undefined;
1795
- ipBlocking?: Array<ACLAction> | undefined;
1796
1809
  imageOptimizationNewPrice?: Array<ACLAction> | undefined;
1797
1810
  integration?: Array<ACLAction> | undefined;
1798
1811
  integrationAccount?: Array<ACLAction> | undefined;
1799
1812
  integrationConfiguration?: Array<ACLAction> | undefined;
1800
- integrationConfigurationTransfer?: Array<ACLAction> | undefined;
1801
1813
  integrationConfigurationProjects?: Array<ACLAction> | undefined;
1802
- integrationVercelConfigurationOverride?: Array<ACLAction> | undefined;
1803
1814
  integrationConfigurationRole?: Array<ACLAction> | undefined;
1804
- integrationSSOSession?: Array<ACLAction> | undefined;
1805
- integrationResource?: Array<ACLAction> | undefined;
1815
+ integrationConfigurationTransfer?: Array<ACLAction> | undefined;
1816
+ integrationDeploymentAction?: Array<ACLAction> | undefined;
1806
1817
  integrationEvent?: Array<ACLAction> | undefined;
1818
+ integrationResource?: Array<ACLAction> | undefined;
1819
+ integrationResourceReplCommand?: Array<ACLAction> | undefined;
1807
1820
  integrationResourceSecrets?: Array<ACLAction> | undefined;
1808
- integrationDeploymentAction?: Array<ACLAction> | undefined;
1809
- marketplaceInstallationMember?: Array<ACLAction> | undefined;
1821
+ integrationSSOSession?: Array<ACLAction> | undefined;
1822
+ integrationStoreTokenSet?: Array<ACLAction> | undefined;
1823
+ integrationVercelConfigurationOverride?: Array<ACLAction> | undefined;
1824
+ ipBlocking?: Array<ACLAction> | undefined;
1825
+ jobGlobal?: Array<ACLAction> | undefined;
1826
+ logDrain?: Array<ACLAction> | undefined;
1810
1827
  marketplaceBillingData?: Array<ACLAction> | undefined;
1828
+ marketplaceExperimentationEdgeConfigData?: Array<ACLAction> | undefined;
1829
+ marketplaceExperimentationItem?: Array<ACLAction> | undefined;
1830
+ marketplaceInstallationMember?: Array<ACLAction> | undefined;
1811
1831
  marketplaceInvoice?: Array<ACLAction> | undefined;
1812
1832
  marketplaceSettings?: Array<ACLAction> | undefined;
1813
- marketplaceExperimentationItem?: Array<ACLAction> | undefined;
1814
- marketplaceExperimentationEdgeConfigData?: Array<ACLAction> | undefined;
1815
- jobGlobal?: Array<ACLAction> | undefined;
1816
- drain?: Array<ACLAction> | undefined;
1817
- logDrain?: Array<ACLAction> | undefined;
1818
1833
  monitoring?: Array<ACLAction> | undefined;
1819
- monitoringSettings?: Array<ACLAction> | undefined;
1820
- monitoringQuery?: Array<ACLAction> | undefined;
1821
- monitoringChart?: Array<ACLAction> | undefined;
1822
1834
  monitoringAlert?: Array<ACLAction> | undefined;
1835
+ monitoringChart?: Array<ACLAction> | undefined;
1836
+ monitoringQuery?: Array<ACLAction> | undefined;
1837
+ monitoringSettings?: Array<ACLAction> | undefined;
1838
+ notificationCustomerBudget?: Array<ACLAction> | undefined;
1823
1839
  notificationDeploymentFailed?: Array<ACLAction> | undefined;
1824
1840
  notificationDomainConfiguration?: Array<ACLAction> | undefined;
1825
1841
  notificationDomainExpire?: Array<ACLAction> | undefined;
@@ -1830,43 +1846,37 @@ export type UpdateProjectPermissions = {
1830
1846
  notificationDomainUnverified?: Array<ACLAction> | undefined;
1831
1847
  notificationMonitoringAlert?: Array<ACLAction> | undefined;
1832
1848
  notificationPaymentFailed?: Array<ACLAction> | undefined;
1833
- notificationUsageAlert?: Array<ACLAction> | undefined;
1834
1849
  notificationPreferences?: Array<ACLAction> | undefined;
1835
- notificationCustomerBudget?: Array<ACLAction> | undefined;
1836
1850
  notificationStatementOfReasons?: Array<ACLAction> | undefined;
1851
+ notificationUsageAlert?: Array<ACLAction> | undefined;
1837
1852
  observabilityConfiguration?: Array<ACLAction> | undefined;
1838
- agent?: Array<ACLAction> | undefined;
1839
- alerts?: Array<ACLAction> | undefined;
1840
- observabilityNotebook?: Array<ACLAction> | undefined;
1841
1853
  observabilityFunnel?: Array<ACLAction> | undefined;
1854
+ observabilityNotebook?: Array<ACLAction> | undefined;
1842
1855
  openTelemetryEndpoint?: Array<ACLAction> | undefined;
1843
- vercelAppInstallation?: Array<ACLAction> | undefined;
1844
- vercelAppInstallationRequest?: Array<ACLAction> | undefined;
1856
+ ownEvent?: Array<ACLAction> | undefined;
1857
+ passwordProtectionInvoiceItem?: Array<ACLAction> | undefined;
1845
1858
  paymentMethod?: Array<ACLAction> | undefined;
1846
1859
  permissions?: Array<ACLAction> | undefined;
1847
1860
  postgres?: Array<ACLAction> | undefined;
1861
+ postgresStoreTokenSet?: Array<ACLAction> | undefined;
1848
1862
  previewDeploymentSuffix?: Array<ACLAction> | undefined;
1863
+ projectTransferIn?: Array<ACLAction> | undefined;
1849
1864
  proTrialOnboarding?: Array<ACLAction> | undefined;
1850
- sharedEnvVars?: Array<ACLAction> | undefined;
1851
- sharedEnvVarsProduction?: Array<ACLAction> | undefined;
1852
- space?: Array<ACLAction> | undefined;
1853
- spaceRun?: Array<ACLAction> | undefined;
1854
- passwordProtectionInvoiceItem?: Array<ACLAction> | undefined;
1855
1865
  rateLimit?: Array<ACLAction> | undefined;
1856
1866
  redis?: Array<ACLAction> | undefined;
1857
- repository?: Array<ACLAction> | undefined;
1867
+ redisStoreTokenSet?: Array<ACLAction> | undefined;
1858
1868
  remoteCaching?: Array<ACLAction> | undefined;
1869
+ repository?: Array<ACLAction> | undefined;
1859
1870
  samlConfig?: Array<ACLAction> | undefined;
1860
1871
  secret?: Array<ACLAction> | undefined;
1861
- redisStoreTokenSet?: Array<ACLAction> | undefined;
1862
- blobStoreTokenSet?: Array<ACLAction> | undefined;
1863
- postgresStoreTokenSet?: Array<ACLAction> | undefined;
1864
- integrationStoreTokenSet?: Array<ACLAction> | undefined;
1865
- integrationResourceReplCommand?: Array<ACLAction> | undefined;
1872
+ sensitiveEnvironmentVariablePolicy?: Array<ACLAction> | undefined;
1873
+ sharedEnvVars?: Array<ACLAction> | undefined;
1874
+ sharedEnvVarsProduction?: Array<ACLAction> | undefined;
1875
+ space?: Array<ACLAction> | undefined;
1876
+ spaceRun?: Array<ACLAction> | undefined;
1866
1877
  storeTransfer?: Array<ACLAction> | undefined;
1867
1878
  supportCase?: Array<ACLAction> | undefined;
1868
1879
  supportCaseComment?: Array<ACLAction> | undefined;
1869
- dataCacheBillingSettings?: Array<ACLAction> | undefined;
1870
1880
  team?: Array<ACLAction> | undefined;
1871
1881
  teamAccessRequest?: Array<ACLAction> | undefined;
1872
1882
  teamFellowMembership?: Array<ACLAction> | undefined;
@@ -1881,26 +1891,15 @@ export type UpdateProjectPermissions = {
1881
1891
  token?: Array<ACLAction> | undefined;
1882
1892
  usage?: Array<ACLAction> | undefined;
1883
1893
  usageCycle?: Array<ACLAction> | undefined;
1894
+ vercelRun?: Array<ACLAction> | undefined;
1895
+ vercelRunExec?: Array<ACLAction> | undefined;
1884
1896
  vpcPeeringConnection?: Array<ACLAction> | undefined;
1885
1897
  webAnalyticsPlan?: Array<ACLAction> | undefined;
1886
- edgeConfig?: Array<ACLAction> | undefined;
1887
- edgeConfigItem?: Array<ACLAction> | undefined;
1888
- edgeConfigSchema?: Array<ACLAction> | undefined;
1889
- edgeConfigToken?: Array<ACLAction> | undefined;
1890
1898
  webhook?: Array<ACLAction> | undefined;
1891
1899
  webhookEvent?: Array<ACLAction> | undefined;
1892
- endpointVerification?: Array<ACLAction> | undefined;
1893
- projectTransferIn?: Array<ACLAction> | undefined;
1894
- oauth2Application?: Array<ACLAction> | undefined;
1895
- vercelRun?: Array<ACLAction> | undefined;
1896
- vercelRunExec?: Array<ACLAction> | undefined;
1897
- apiKey?: Array<ACLAction> | undefined;
1898
- apiKeyOwnedBySelf?: Array<ACLAction> | undefined;
1899
- apiKeyAiGateway?: Array<ACLAction> | undefined;
1900
1900
  aliasProject?: Array<ACLAction> | undefined;
1901
1901
  aliasProtectionBypass?: Array<ACLAction> | undefined;
1902
1902
  buildMachine?: Array<ACLAction> | undefined;
1903
- productionAliasProtectionBypass?: Array<ACLAction> | undefined;
1904
1903
  connectConfigurationLink?: Array<ACLAction> | undefined;
1905
1904
  dataCacheNamespace?: Array<ACLAction> | undefined;
1906
1905
  deployment?: Array<ACLAction> | undefined;
@@ -1916,54 +1915,54 @@ export type UpdateProjectPermissions = {
1916
1915
  deploymentRollback?: Array<ACLAction> | undefined;
1917
1916
  edgeCacheNamespace?: Array<ACLAction> | undefined;
1918
1917
  environments?: Array<ACLAction> | undefined;
1918
+ job?: Array<ACLAction> | undefined;
1919
1919
  logs?: Array<ACLAction> | undefined;
1920
1920
  logsPreset?: Array<ACLAction> | undefined;
1921
- passwordProtection?: Array<ACLAction> | undefined;
1922
- optionsAllowlist?: Array<ACLAction> | undefined;
1923
- job?: Array<ACLAction> | undefined;
1924
1921
  observabilityData?: Array<ACLAction> | undefined;
1925
1922
  onDemandBuild?: Array<ACLAction> | undefined;
1926
1923
  onDemandConcurrency?: Array<ACLAction> | undefined;
1924
+ optionsAllowlist?: Array<ACLAction> | undefined;
1925
+ passwordProtection?: Array<ACLAction> | undefined;
1926
+ productionAliasProtectionBypass?: Array<ACLAction> | undefined;
1927
1927
  project?: Array<ACLAction> | undefined;
1928
- projectFromV0?: Array<ACLAction> | undefined;
1929
1928
  projectAccessGroup?: Array<ACLAction> | undefined;
1930
1929
  projectAnalyticsSampling?: Array<ACLAction> | undefined;
1930
+ projectAnalyticsUsage?: Array<ACLAction> | undefined;
1931
1931
  projectCheck?: Array<ACLAction> | undefined;
1932
1932
  projectCheckRun?: Array<ACLAction> | undefined;
1933
+ projectDeploymentExpiration?: Array<ACLAction> | undefined;
1933
1934
  projectDeploymentHook?: Array<ACLAction> | undefined;
1934
1935
  projectDomain?: Array<ACLAction> | undefined;
1935
- projectDomainMove?: Array<ACLAction> | undefined;
1936
1936
  projectDomainCheckConfig?: Array<ACLAction> | undefined;
1937
+ projectDomainMove?: Array<ACLAction> | undefined;
1937
1938
  projectEnvVars?: Array<ACLAction> | undefined;
1938
1939
  projectEnvVarsProduction?: Array<ACLAction> | undefined;
1939
1940
  projectEnvVarsUnownedByIntegration?: Array<ACLAction> | undefined;
1940
1941
  projectFlags?: Array<ACLAction> | undefined;
1942
+ projectFromV0?: Array<ACLAction> | undefined;
1941
1943
  projectId?: Array<ACLAction> | undefined;
1942
1944
  projectIntegrationConfiguration?: Array<ACLAction> | undefined;
1943
1945
  projectLink?: Array<ACLAction> | undefined;
1944
1946
  projectMember?: Array<ACLAction> | undefined;
1945
1947
  projectMonitoring?: Array<ACLAction> | undefined;
1948
+ projectOIDCToken?: Array<ACLAction> | undefined;
1946
1949
  projectPermissions?: Array<ACLAction> | undefined;
1947
1950
  projectProductionBranch?: Array<ACLAction> | undefined;
1948
- projectTransfer?: Array<ACLAction> | undefined;
1949
- projectTransferOut?: Array<ACLAction> | undefined;
1950
1951
  projectProtectionBypass?: Array<ACLAction> | undefined;
1951
- projectUsage?: Array<ACLAction> | undefined;
1952
- projectAnalyticsUsage?: Array<ACLAction> | undefined;
1952
+ projectRollingRelease?: Array<ACLAction> | undefined;
1953
1953
  projectSupportCase?: Array<ACLAction> | undefined;
1954
1954
  projectSupportCaseComment?: Array<ACLAction> | undefined;
1955
- projectDeploymentExpiration?: Array<ACLAction> | undefined;
1956
- projectRollingRelease?: Array<ACLAction> | undefined;
1957
1955
  projectTier?: Array<ACLAction> | undefined;
1958
- projectOIDCToken?: Array<ACLAction> | undefined;
1956
+ projectTransfer?: Array<ACLAction> | undefined;
1957
+ projectTransferOut?: Array<ACLAction> | undefined;
1958
+ projectUsage?: Array<ACLAction> | undefined;
1959
1959
  seawallConfig?: Array<ACLAction> | undefined;
1960
+ sharedEnvVarConnection?: Array<ACLAction> | undefined;
1960
1961
  skewProtection?: Array<ACLAction> | undefined;
1961
1962
  analytics?: Array<ACLAction> | undefined;
1962
1963
  trustedIps?: Array<ACLAction> | undefined;
1963
1964
  v0Chat?: Array<ACLAction> | undefined;
1964
1965
  webAnalytics?: Array<ACLAction> | undefined;
1965
- sharedEnvVarConnection?: Array<ACLAction> | undefined;
1966
- sonar?: Array<ACLAction> | undefined;
1967
1966
  };
1968
1967
 
1969
1968
  export type UpdateProjectLastRollbackTarget = {};
@@ -2030,11 +2029,11 @@ export type UpdateProjectProtectionBypass =
2030
2029
  | UpdateProjectProtectionBypass2;
2031
2030
 
2032
2031
  export const UpdateProjectTrustedIpsProjectsDeploymentType = {
2033
- All: "all",
2034
2032
  Preview: "preview",
2033
+ Production: "production",
2034
+ All: "all",
2035
2035
  ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
2036
2036
  AllExceptCustomDomains: "all_except_custom_domains",
2037
- Production: "production",
2038
2037
  } as const;
2039
2038
  export type UpdateProjectTrustedIpsProjectsDeploymentType = ClosedEnum<
2040
2039
  typeof UpdateProjectTrustedIpsProjectsDeploymentType
@@ -2045,11 +2044,11 @@ export type UpdateProjectTrustedIps2 = {
2045
2044
  };
2046
2045
 
2047
2046
  export const UpdateProjectTrustedIpsDeploymentType = {
2048
- All: "all",
2049
2047
  Preview: "preview",
2048
+ Production: "production",
2049
+ All: "all",
2050
2050
  ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
2051
2051
  AllExceptCustomDomains: "all_except_custom_domains",
2052
- Production: "production",
2053
2052
  } as const;
2054
2053
  export type UpdateProjectTrustedIpsDeploymentType = ClosedEnum<
2055
2054
  typeof UpdateProjectTrustedIpsDeploymentType
@@ -7907,32 +7906,32 @@ export const UpdateProjectLink2$inboundSchema: z.ZodType<
7907
7906
  unknown
7908
7907
  > = z.object({
7909
7908
  type: UpdateProjectLinkProjectsType$inboundSchema,
7910
- updatedAt: z.number().optional(),
7911
- createdAt: z.number().optional(),
7912
7909
  repo: z.string().optional(),
7913
- sourceless: z.boolean().optional(),
7910
+ repoId: z.number().optional(),
7911
+ createdAt: z.number().optional(),
7912
+ updatedAt: z.number().optional(),
7914
7913
  org: z.string(),
7915
7914
  repoOwnerId: z.number().optional(),
7916
- repoId: z.number().optional(),
7917
7915
  deployHooks: z.array(
7918
7916
  z.lazy(() => UpdateProjectLinkProjectsDeployHooks$inboundSchema),
7919
7917
  ),
7920
7918
  gitCredentialId: z.string(),
7919
+ sourceless: z.boolean().optional(),
7921
7920
  productionBranch: z.string(),
7922
7921
  });
7923
7922
 
7924
7923
  /** @internal */
7925
7924
  export type UpdateProjectLink2$Outbound = {
7926
7925
  type: string;
7927
- updatedAt?: number | undefined;
7928
- createdAt?: number | undefined;
7929
7926
  repo?: string | undefined;
7930
- sourceless?: boolean | undefined;
7927
+ repoId?: number | undefined;
7928
+ createdAt?: number | undefined;
7929
+ updatedAt?: number | undefined;
7931
7930
  org: string;
7932
7931
  repoOwnerId?: number | undefined;
7933
- repoId?: number | undefined;
7934
7932
  deployHooks: Array<UpdateProjectLinkProjectsDeployHooks$Outbound>;
7935
7933
  gitCredentialId: string;
7934
+ sourceless?: boolean | undefined;
7936
7935
  productionBranch: string;
7937
7936
  };
7938
7937
 
@@ -7943,17 +7942,17 @@ export const UpdateProjectLink2$outboundSchema: z.ZodType<
7943
7942
  UpdateProjectLink2
7944
7943
  > = z.object({
7945
7944
  type: UpdateProjectLinkProjectsType$outboundSchema,
7946
- updatedAt: z.number().optional(),
7947
- createdAt: z.number().optional(),
7948
7945
  repo: z.string().optional(),
7949
- sourceless: z.boolean().optional(),
7946
+ repoId: z.number().optional(),
7947
+ createdAt: z.number().optional(),
7948
+ updatedAt: z.number().optional(),
7950
7949
  org: z.string(),
7951
7950
  repoOwnerId: z.number().optional(),
7952
- repoId: z.number().optional(),
7953
7951
  deployHooks: z.array(
7954
7952
  z.lazy(() => UpdateProjectLinkProjectsDeployHooks$outboundSchema),
7955
7953
  ),
7956
7954
  gitCredentialId: z.string(),
7955
+ sourceless: z.boolean().optional(),
7957
7956
  productionBranch: z.string(),
7958
7957
  });
7959
7958
 
@@ -8667,13 +8666,13 @@ export const UpdateProjectProjectsResourceConfig$inboundSchema: z.ZodType<
8667
8666
  z.ZodTypeDef,
8668
8667
  unknown
8669
8668
  > = z.object({
8669
+ elasticConcurrencyEnabled: z.boolean().optional(),
8670
8670
  fluid: z.boolean().optional(),
8671
8671
  functionDefaultRegions: z.array(z.string()),
8672
8672
  functionDefaultTimeout: z.number().optional(),
8673
8673
  functionDefaultMemoryType:
8674
8674
  UpdateProjectProjectsFunctionDefaultMemoryType$inboundSchema.optional(),
8675
8675
  functionZeroConfigFailover: z.boolean().optional(),
8676
- elasticConcurrencyEnabled: z.boolean().optional(),
8677
8676
  buildMachineType: UpdateProjectProjectsBuildMachineType$inboundSchema
8678
8677
  .optional(),
8679
8678
  isNSNBDisabled: z.boolean().optional(),
@@ -8681,12 +8680,12 @@ export const UpdateProjectProjectsResourceConfig$inboundSchema: z.ZodType<
8681
8680
 
8682
8681
  /** @internal */
8683
8682
  export type UpdateProjectProjectsResourceConfig$Outbound = {
8683
+ elasticConcurrencyEnabled?: boolean | undefined;
8684
8684
  fluid?: boolean | undefined;
8685
8685
  functionDefaultRegions: Array<string>;
8686
8686
  functionDefaultTimeout?: number | undefined;
8687
8687
  functionDefaultMemoryType?: string | undefined;
8688
8688
  functionZeroConfigFailover?: boolean | undefined;
8689
- elasticConcurrencyEnabled?: boolean | undefined;
8690
8689
  buildMachineType?: string | undefined;
8691
8690
  isNSNBDisabled?: boolean | undefined;
8692
8691
  };
@@ -8697,13 +8696,13 @@ export const UpdateProjectProjectsResourceConfig$outboundSchema: z.ZodType<
8697
8696
  z.ZodTypeDef,
8698
8697
  UpdateProjectProjectsResourceConfig
8699
8698
  > = z.object({
8699
+ elasticConcurrencyEnabled: z.boolean().optional(),
8700
8700
  fluid: z.boolean().optional(),
8701
8701
  functionDefaultRegions: z.array(z.string()),
8702
8702
  functionDefaultTimeout: z.number().optional(),
8703
8703
  functionDefaultMemoryType:
8704
8704
  UpdateProjectProjectsFunctionDefaultMemoryType$outboundSchema.optional(),
8705
8705
  functionZeroConfigFailover: z.boolean().optional(),
8706
- elasticConcurrencyEnabled: z.boolean().optional(),
8707
8706
  buildMachineType: UpdateProjectProjectsBuildMachineType$outboundSchema
8708
8707
  .optional(),
8709
8708
  isNSNBDisabled: z.boolean().optional(),
@@ -8991,6 +8990,7 @@ export const UpdateProjectDefaultResourceConfig$inboundSchema: z.ZodType<
8991
8990
  z.ZodTypeDef,
8992
8991
  unknown
8993
8992
  > = z.object({
8993
+ elasticConcurrencyEnabled: z.boolean().optional(),
8994
8994
  fluid: z.boolean().optional(),
8995
8995
  functionDefaultRegions: z.array(z.string()),
8996
8996
  functionDefaultTimeout: z.number().optional(),
@@ -8998,7 +8998,6 @@ export const UpdateProjectDefaultResourceConfig$inboundSchema: z.ZodType<
8998
8998
  UpdateProjectProjectsResponseFunctionDefaultMemoryType$inboundSchema
8999
8999
  .optional(),
9000
9000
  functionZeroConfigFailover: z.boolean().optional(),
9001
- elasticConcurrencyEnabled: z.boolean().optional(),
9002
9001
  buildMachineType: UpdateProjectProjectsResponseBuildMachineType$inboundSchema
9003
9002
  .optional(),
9004
9003
  isNSNBDisabled: z.boolean().optional(),
@@ -9006,12 +9005,12 @@ export const UpdateProjectDefaultResourceConfig$inboundSchema: z.ZodType<
9006
9005
 
9007
9006
  /** @internal */
9008
9007
  export type UpdateProjectDefaultResourceConfig$Outbound = {
9008
+ elasticConcurrencyEnabled?: boolean | undefined;
9009
9009
  fluid?: boolean | undefined;
9010
9010
  functionDefaultRegions: Array<string>;
9011
9011
  functionDefaultTimeout?: number | undefined;
9012
9012
  functionDefaultMemoryType?: string | undefined;
9013
9013
  functionZeroConfigFailover?: boolean | undefined;
9014
- elasticConcurrencyEnabled?: boolean | undefined;
9015
9014
  buildMachineType?: string | undefined;
9016
9015
  isNSNBDisabled?: boolean | undefined;
9017
9016
  };
@@ -9022,6 +9021,7 @@ export const UpdateProjectDefaultResourceConfig$outboundSchema: z.ZodType<
9022
9021
  z.ZodTypeDef,
9023
9022
  UpdateProjectDefaultResourceConfig
9024
9023
  > = z.object({
9024
+ elasticConcurrencyEnabled: z.boolean().optional(),
9025
9025
  fluid: z.boolean().optional(),
9026
9026
  functionDefaultRegions: z.array(z.string()),
9027
9027
  functionDefaultTimeout: z.number().optional(),
@@ -9029,7 +9029,6 @@ export const UpdateProjectDefaultResourceConfig$outboundSchema: z.ZodType<
9029
9029
  UpdateProjectProjectsResponseFunctionDefaultMemoryType$outboundSchema
9030
9030
  .optional(),
9031
9031
  functionZeroConfigFailover: z.boolean().optional(),
9032
- elasticConcurrencyEnabled: z.boolean().optional(),
9033
9032
  buildMachineType: UpdateProjectProjectsResponseBuildMachineType$outboundSchema
9034
9033
  .optional(),
9035
9034
  isNSNBDisabled: z.boolean().optional(),
@@ -9906,9 +9905,17 @@ export const UpdateProjectPermissions$inboundSchema: z.ZodType<
9906
9905
  userSudo: z.array(ACLAction$inboundSchema).optional(),
9907
9906
  webAuthn: z.array(ACLAction$inboundSchema).optional(),
9908
9907
  accessGroup: z.array(ACLAction$inboundSchema).optional(),
9908
+ agent: z.array(ACLAction$inboundSchema).optional(),
9909
+ alerts: z.array(ACLAction$inboundSchema).optional(),
9909
9910
  aliasGlobal: z.array(ACLAction$inboundSchema).optional(),
9910
9911
  analyticsSampling: z.array(ACLAction$inboundSchema).optional(),
9911
9912
  analyticsUsage: z.array(ACLAction$inboundSchema).optional(),
9913
+ apiKey: z.array(ACLAction$inboundSchema).optional(),
9914
+ apiKeyAiGateway: z.array(ACLAction$inboundSchema).optional(),
9915
+ apiKeyOwnedBySelf: z.array(ACLAction$inboundSchema).optional(),
9916
+ oauth2Application: z.array(ACLAction$inboundSchema).optional(),
9917
+ vercelAppInstallation: z.array(ACLAction$inboundSchema).optional(),
9918
+ vercelAppInstallationRequest: z.array(ACLAction$inboundSchema).optional(),
9912
9919
  auditLog: z.array(ACLAction$inboundSchema).optional(),
9913
9920
  billingAddress: z.array(ACLAction$inboundSchema).optional(),
9914
9921
  billingInformation: z.array(ACLAction$inboundSchema).optional(),
@@ -9920,6 +9927,7 @@ export const UpdateProjectPermissions$inboundSchema: z.ZodType<
9920
9927
  billingRefund: z.array(ACLAction$inboundSchema).optional(),
9921
9928
  billingTaxId: z.array(ACLAction$inboundSchema).optional(),
9922
9929
  blob: z.array(ACLAction$inboundSchema).optional(),
9930
+ blobStoreTokenSet: z.array(ACLAction$inboundSchema).optional(),
9923
9931
  budget: z.array(ACLAction$inboundSchema).optional(),
9924
9932
  cacheArtifact: z.array(ACLAction$inboundSchema).optional(),
9925
9933
  cacheArtifactUsageEvent: z.array(ACLAction$inboundSchema).optional(),
@@ -9927,6 +9935,7 @@ export const UpdateProjectPermissions$inboundSchema: z.ZodType<
9927
9935
  concurrentBuilds: z.array(ACLAction$inboundSchema).optional(),
9928
9936
  connect: z.array(ACLAction$inboundSchema).optional(),
9929
9937
  connectConfiguration: z.array(ACLAction$inboundSchema).optional(),
9938
+ dataCacheBillingSettings: z.array(ACLAction$inboundSchema).optional(),
9930
9939
  defaultDeploymentProtection: z.array(ACLAction$inboundSchema).optional(),
9931
9940
  domain: z.array(ACLAction$inboundSchema).optional(),
9932
9941
  domainAcceptDelegation: z.array(ACLAction$inboundSchema).optional(),
@@ -9937,43 +9946,48 @@ export const UpdateProjectPermissions$inboundSchema: z.ZodType<
9937
9946
  domainPurchase: z.array(ACLAction$inboundSchema).optional(),
9938
9947
  domainRecord: z.array(ACLAction$inboundSchema).optional(),
9939
9948
  domainTransferIn: z.array(ACLAction$inboundSchema).optional(),
9949
+ drain: z.array(ACLAction$inboundSchema).optional(),
9950
+ edgeConfig: z.array(ACLAction$inboundSchema).optional(),
9951
+ edgeConfigItem: z.array(ACLAction$inboundSchema).optional(),
9952
+ edgeConfigSchema: z.array(ACLAction$inboundSchema).optional(),
9953
+ edgeConfigToken: z.array(ACLAction$inboundSchema).optional(),
9954
+ endpointVerification: z.array(ACLAction$inboundSchema).optional(),
9940
9955
  event: z.array(ACLAction$inboundSchema).optional(),
9941
- ownEvent: z.array(ACLAction$inboundSchema).optional(),
9942
- sensitiveEnvironmentVariablePolicy: z.array(ACLAction$inboundSchema)
9943
- .optional(),
9944
9956
  fileUpload: z.array(ACLAction$inboundSchema).optional(),
9945
9957
  flagsExplorerSubscription: z.array(ACLAction$inboundSchema).optional(),
9946
9958
  gitRepository: z.array(ACLAction$inboundSchema).optional(),
9947
- ipBlocking: z.array(ACLAction$inboundSchema).optional(),
9948
9959
  imageOptimizationNewPrice: z.array(ACLAction$inboundSchema).optional(),
9949
9960
  integration: z.array(ACLAction$inboundSchema).optional(),
9950
9961
  integrationAccount: z.array(ACLAction$inboundSchema).optional(),
9951
9962
  integrationConfiguration: z.array(ACLAction$inboundSchema).optional(),
9952
- integrationConfigurationTransfer: z.array(ACLAction$inboundSchema).optional(),
9953
9963
  integrationConfigurationProjects: z.array(ACLAction$inboundSchema).optional(),
9954
- integrationVercelConfigurationOverride: z.array(ACLAction$inboundSchema)
9955
- .optional(),
9956
9964
  integrationConfigurationRole: z.array(ACLAction$inboundSchema).optional(),
9957
- integrationSSOSession: z.array(ACLAction$inboundSchema).optional(),
9958
- integrationResource: z.array(ACLAction$inboundSchema).optional(),
9965
+ integrationConfigurationTransfer: z.array(ACLAction$inboundSchema).optional(),
9966
+ integrationDeploymentAction: z.array(ACLAction$inboundSchema).optional(),
9959
9967
  integrationEvent: z.array(ACLAction$inboundSchema).optional(),
9968
+ integrationResource: z.array(ACLAction$inboundSchema).optional(),
9969
+ integrationResourceReplCommand: z.array(ACLAction$inboundSchema).optional(),
9960
9970
  integrationResourceSecrets: z.array(ACLAction$inboundSchema).optional(),
9961
- integrationDeploymentAction: z.array(ACLAction$inboundSchema).optional(),
9962
- marketplaceInstallationMember: z.array(ACLAction$inboundSchema).optional(),
9963
- marketplaceBillingData: z.array(ACLAction$inboundSchema).optional(),
9964
- marketplaceInvoice: z.array(ACLAction$inboundSchema).optional(),
9965
- marketplaceSettings: z.array(ACLAction$inboundSchema).optional(),
9966
- marketplaceExperimentationItem: z.array(ACLAction$inboundSchema).optional(),
9967
- marketplaceExperimentationEdgeConfigData: z.array(ACLAction$inboundSchema)
9971
+ integrationSSOSession: z.array(ACLAction$inboundSchema).optional(),
9972
+ integrationStoreTokenSet: z.array(ACLAction$inboundSchema).optional(),
9973
+ integrationVercelConfigurationOverride: z.array(ACLAction$inboundSchema)
9968
9974
  .optional(),
9975
+ ipBlocking: z.array(ACLAction$inboundSchema).optional(),
9969
9976
  jobGlobal: z.array(ACLAction$inboundSchema).optional(),
9970
- drain: z.array(ACLAction$inboundSchema).optional(),
9971
9977
  logDrain: z.array(ACLAction$inboundSchema).optional(),
9978
+ marketplaceBillingData: z.array(ACLAction$inboundSchema).optional(),
9979
+ marketplaceExperimentationEdgeConfigData: z.array(ACLAction$inboundSchema)
9980
+ .optional(),
9981
+ marketplaceExperimentationItem: z.array(ACLAction$inboundSchema).optional(),
9982
+ marketplaceInstallationMember: z.array(ACLAction$inboundSchema).optional(),
9983
+ marketplaceInvoice: z.array(ACLAction$inboundSchema).optional(),
9984
+ marketplaceSettings: z.array(ACLAction$inboundSchema).optional(),
9972
9985
  Monitoring: z.array(ACLAction$inboundSchema).optional(),
9973
- monitoringSettings: z.array(ACLAction$inboundSchema).optional(),
9974
- monitoringQuery: z.array(ACLAction$inboundSchema).optional(),
9975
- monitoringChart: z.array(ACLAction$inboundSchema).optional(),
9976
9986
  monitoringAlert: z.array(ACLAction$inboundSchema).optional(),
9987
+ monitoringChart: z.array(ACLAction$inboundSchema).optional(),
9988
+ monitoringQuery: z.array(ACLAction$inboundSchema).optional(),
9989
+ monitoringSettings: z.array(ACLAction$inboundSchema).optional(),
9990
+ notificationCustomerBudget: z.array(ACLAction$inboundSchema).optional(),
9977
9991
  notificationDeploymentFailed: z.array(ACLAction$inboundSchema).optional(),
9978
9992
  notificationDomainConfiguration: z.array(ACLAction$inboundSchema).optional(),
9979
9993
  notificationDomainExpire: z.array(ACLAction$inboundSchema).optional(),
@@ -9984,43 +9998,38 @@ export const UpdateProjectPermissions$inboundSchema: z.ZodType<
9984
9998
  notificationDomainUnverified: z.array(ACLAction$inboundSchema).optional(),
9985
9999
  NotificationMonitoringAlert: z.array(ACLAction$inboundSchema).optional(),
9986
10000
  notificationPaymentFailed: z.array(ACLAction$inboundSchema).optional(),
9987
- notificationUsageAlert: z.array(ACLAction$inboundSchema).optional(),
9988
10001
  notificationPreferences: z.array(ACLAction$inboundSchema).optional(),
9989
- notificationCustomerBudget: z.array(ACLAction$inboundSchema).optional(),
9990
10002
  notificationStatementOfReasons: z.array(ACLAction$inboundSchema).optional(),
10003
+ notificationUsageAlert: z.array(ACLAction$inboundSchema).optional(),
9991
10004
  observabilityConfiguration: z.array(ACLAction$inboundSchema).optional(),
9992
- agent: z.array(ACLAction$inboundSchema).optional(),
9993
- alerts: z.array(ACLAction$inboundSchema).optional(),
9994
- observabilityNotebook: z.array(ACLAction$inboundSchema).optional(),
9995
10005
  observabilityFunnel: z.array(ACLAction$inboundSchema).optional(),
10006
+ observabilityNotebook: z.array(ACLAction$inboundSchema).optional(),
9996
10007
  openTelemetryEndpoint: z.array(ACLAction$inboundSchema).optional(),
9997
- vercelAppInstallation: z.array(ACLAction$inboundSchema).optional(),
9998
- vercelAppInstallationRequest: z.array(ACLAction$inboundSchema).optional(),
10008
+ ownEvent: z.array(ACLAction$inboundSchema).optional(),
10009
+ passwordProtectionInvoiceItem: z.array(ACLAction$inboundSchema).optional(),
9999
10010
  paymentMethod: z.array(ACLAction$inboundSchema).optional(),
10000
10011
  permissions: z.array(ACLAction$inboundSchema).optional(),
10001
10012
  postgres: z.array(ACLAction$inboundSchema).optional(),
10013
+ postgresStoreTokenSet: z.array(ACLAction$inboundSchema).optional(),
10002
10014
  previewDeploymentSuffix: z.array(ACLAction$inboundSchema).optional(),
10015
+ projectTransferIn: z.array(ACLAction$inboundSchema).optional(),
10003
10016
  proTrialOnboarding: z.array(ACLAction$inboundSchema).optional(),
10004
- sharedEnvVars: z.array(ACLAction$inboundSchema).optional(),
10005
- sharedEnvVarsProduction: z.array(ACLAction$inboundSchema).optional(),
10006
- space: z.array(ACLAction$inboundSchema).optional(),
10007
- spaceRun: z.array(ACLAction$inboundSchema).optional(),
10008
- passwordProtectionInvoiceItem: z.array(ACLAction$inboundSchema).optional(),
10009
10017
  rateLimit: z.array(ACLAction$inboundSchema).optional(),
10010
10018
  redis: z.array(ACLAction$inboundSchema).optional(),
10011
- repository: z.array(ACLAction$inboundSchema).optional(),
10019
+ redisStoreTokenSet: z.array(ACLAction$inboundSchema).optional(),
10012
10020
  remoteCaching: z.array(ACLAction$inboundSchema).optional(),
10021
+ repository: z.array(ACLAction$inboundSchema).optional(),
10013
10022
  samlConfig: z.array(ACLAction$inboundSchema).optional(),
10014
10023
  secret: z.array(ACLAction$inboundSchema).optional(),
10015
- redisStoreTokenSet: z.array(ACLAction$inboundSchema).optional(),
10016
- blobStoreTokenSet: z.array(ACLAction$inboundSchema).optional(),
10017
- postgresStoreTokenSet: z.array(ACLAction$inboundSchema).optional(),
10018
- integrationStoreTokenSet: z.array(ACLAction$inboundSchema).optional(),
10019
- integrationResourceReplCommand: z.array(ACLAction$inboundSchema).optional(),
10024
+ sensitiveEnvironmentVariablePolicy: z.array(ACLAction$inboundSchema)
10025
+ .optional(),
10026
+ sharedEnvVars: z.array(ACLAction$inboundSchema).optional(),
10027
+ sharedEnvVarsProduction: z.array(ACLAction$inboundSchema).optional(),
10028
+ space: z.array(ACLAction$inboundSchema).optional(),
10029
+ spaceRun: z.array(ACLAction$inboundSchema).optional(),
10020
10030
  storeTransfer: z.array(ACLAction$inboundSchema).optional(),
10021
10031
  supportCase: z.array(ACLAction$inboundSchema).optional(),
10022
10032
  supportCaseComment: z.array(ACLAction$inboundSchema).optional(),
10023
- dataCacheBillingSettings: z.array(ACLAction$inboundSchema).optional(),
10024
10033
  team: z.array(ACLAction$inboundSchema).optional(),
10025
10034
  teamAccessRequest: z.array(ACLAction$inboundSchema).optional(),
10026
10035
  teamFellowMembership: z.array(ACLAction$inboundSchema).optional(),
@@ -10035,26 +10044,15 @@ export const UpdateProjectPermissions$inboundSchema: z.ZodType<
10035
10044
  token: z.array(ACLAction$inboundSchema).optional(),
10036
10045
  usage: z.array(ACLAction$inboundSchema).optional(),
10037
10046
  usageCycle: z.array(ACLAction$inboundSchema).optional(),
10047
+ vercelRun: z.array(ACLAction$inboundSchema).optional(),
10048
+ vercelRunExec: z.array(ACLAction$inboundSchema).optional(),
10038
10049
  vpcPeeringConnection: z.array(ACLAction$inboundSchema).optional(),
10039
10050
  webAnalyticsPlan: z.array(ACLAction$inboundSchema).optional(),
10040
- edgeConfig: z.array(ACLAction$inboundSchema).optional(),
10041
- edgeConfigItem: z.array(ACLAction$inboundSchema).optional(),
10042
- edgeConfigSchema: z.array(ACLAction$inboundSchema).optional(),
10043
- edgeConfigToken: z.array(ACLAction$inboundSchema).optional(),
10044
10051
  webhook: z.array(ACLAction$inboundSchema).optional(),
10045
10052
  "webhook-event": z.array(ACLAction$inboundSchema).optional(),
10046
- endpointVerification: z.array(ACLAction$inboundSchema).optional(),
10047
- projectTransferIn: z.array(ACLAction$inboundSchema).optional(),
10048
- oauth2Application: z.array(ACLAction$inboundSchema).optional(),
10049
- vercelRun: z.array(ACLAction$inboundSchema).optional(),
10050
- vercelRunExec: z.array(ACLAction$inboundSchema).optional(),
10051
- apiKey: z.array(ACLAction$inboundSchema).optional(),
10052
- apiKeyOwnedBySelf: z.array(ACLAction$inboundSchema).optional(),
10053
- apiKeyAiGateway: z.array(ACLAction$inboundSchema).optional(),
10054
10053
  aliasProject: z.array(ACLAction$inboundSchema).optional(),
10055
10054
  aliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
10056
10055
  buildMachine: z.array(ACLAction$inboundSchema).optional(),
10057
- productionAliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
10058
10056
  connectConfigurationLink: z.array(ACLAction$inboundSchema).optional(),
10059
10057
  dataCacheNamespace: z.array(ACLAction$inboundSchema).optional(),
10060
10058
  deployment: z.array(ACLAction$inboundSchema).optional(),
@@ -10071,55 +10069,55 @@ export const UpdateProjectPermissions$inboundSchema: z.ZodType<
10071
10069
  deploymentRollback: z.array(ACLAction$inboundSchema).optional(),
10072
10070
  edgeCacheNamespace: z.array(ACLAction$inboundSchema).optional(),
10073
10071
  environments: z.array(ACLAction$inboundSchema).optional(),
10072
+ job: z.array(ACLAction$inboundSchema).optional(),
10074
10073
  logs: z.array(ACLAction$inboundSchema).optional(),
10075
10074
  logsPreset: z.array(ACLAction$inboundSchema).optional(),
10076
- passwordProtection: z.array(ACLAction$inboundSchema).optional(),
10077
- optionsAllowlist: z.array(ACLAction$inboundSchema).optional(),
10078
- job: z.array(ACLAction$inboundSchema).optional(),
10079
10075
  observabilityData: z.array(ACLAction$inboundSchema).optional(),
10080
10076
  onDemandBuild: z.array(ACLAction$inboundSchema).optional(),
10081
10077
  onDemandConcurrency: z.array(ACLAction$inboundSchema).optional(),
10078
+ optionsAllowlist: z.array(ACLAction$inboundSchema).optional(),
10079
+ passwordProtection: z.array(ACLAction$inboundSchema).optional(),
10080
+ productionAliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
10082
10081
  project: z.array(ACLAction$inboundSchema).optional(),
10083
- projectFromV0: z.array(ACLAction$inboundSchema).optional(),
10084
10082
  projectAccessGroup: z.array(ACLAction$inboundSchema).optional(),
10085
10083
  projectAnalyticsSampling: z.array(ACLAction$inboundSchema).optional(),
10084
+ projectAnalyticsUsage: z.array(ACLAction$inboundSchema).optional(),
10086
10085
  projectCheck: z.array(ACLAction$inboundSchema).optional(),
10087
10086
  projectCheckRun: z.array(ACLAction$inboundSchema).optional(),
10087
+ projectDeploymentExpiration: z.array(ACLAction$inboundSchema).optional(),
10088
10088
  projectDeploymentHook: z.array(ACLAction$inboundSchema).optional(),
10089
10089
  projectDomain: z.array(ACLAction$inboundSchema).optional(),
10090
- projectDomainMove: z.array(ACLAction$inboundSchema).optional(),
10091
10090
  projectDomainCheckConfig: z.array(ACLAction$inboundSchema).optional(),
10091
+ projectDomainMove: z.array(ACLAction$inboundSchema).optional(),
10092
10092
  projectEnvVars: z.array(ACLAction$inboundSchema).optional(),
10093
10093
  projectEnvVarsProduction: z.array(ACLAction$inboundSchema).optional(),
10094
10094
  projectEnvVarsUnownedByIntegration: z.array(ACLAction$inboundSchema)
10095
10095
  .optional(),
10096
10096
  projectFlags: z.array(ACLAction$inboundSchema).optional(),
10097
+ projectFromV0: z.array(ACLAction$inboundSchema).optional(),
10097
10098
  projectId: z.array(ACLAction$inboundSchema).optional(),
10098
10099
  projectIntegrationConfiguration: z.array(ACLAction$inboundSchema).optional(),
10099
10100
  projectLink: z.array(ACLAction$inboundSchema).optional(),
10100
10101
  projectMember: z.array(ACLAction$inboundSchema).optional(),
10101
10102
  projectMonitoring: z.array(ACLAction$inboundSchema).optional(),
10103
+ projectOIDCToken: z.array(ACLAction$inboundSchema).optional(),
10102
10104
  projectPermissions: z.array(ACLAction$inboundSchema).optional(),
10103
10105
  projectProductionBranch: z.array(ACLAction$inboundSchema).optional(),
10104
- projectTransfer: z.array(ACLAction$inboundSchema).optional(),
10105
- projectTransferOut: z.array(ACLAction$inboundSchema).optional(),
10106
10106
  projectProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
10107
- projectUsage: z.array(ACLAction$inboundSchema).optional(),
10108
- projectAnalyticsUsage: z.array(ACLAction$inboundSchema).optional(),
10107
+ projectRollingRelease: z.array(ACLAction$inboundSchema).optional(),
10109
10108
  projectSupportCase: z.array(ACLAction$inboundSchema).optional(),
10110
10109
  projectSupportCaseComment: z.array(ACLAction$inboundSchema).optional(),
10111
- projectDeploymentExpiration: z.array(ACLAction$inboundSchema).optional(),
10112
- projectRollingRelease: z.array(ACLAction$inboundSchema).optional(),
10113
10110
  projectTier: z.array(ACLAction$inboundSchema).optional(),
10114
- projectOIDCToken: z.array(ACLAction$inboundSchema).optional(),
10111
+ projectTransfer: z.array(ACLAction$inboundSchema).optional(),
10112
+ projectTransferOut: z.array(ACLAction$inboundSchema).optional(),
10113
+ projectUsage: z.array(ACLAction$inboundSchema).optional(),
10115
10114
  seawallConfig: z.array(ACLAction$inboundSchema).optional(),
10115
+ sharedEnvVarConnection: z.array(ACLAction$inboundSchema).optional(),
10116
10116
  skewProtection: z.array(ACLAction$inboundSchema).optional(),
10117
10117
  analytics: z.array(ACLAction$inboundSchema).optional(),
10118
10118
  trustedIps: z.array(ACLAction$inboundSchema).optional(),
10119
10119
  v0Chat: z.array(ACLAction$inboundSchema).optional(),
10120
10120
  webAnalytics: z.array(ACLAction$inboundSchema).optional(),
10121
- sharedEnvVarConnection: z.array(ACLAction$inboundSchema).optional(),
10122
- sonar: z.array(ACLAction$inboundSchema).optional(),
10123
10121
  }).transform((v) => {
10124
10122
  return remap$(v, {
10125
10123
  "Monitoring": "monitoring",
@@ -10136,9 +10134,17 @@ export type UpdateProjectPermissions$Outbound = {
10136
10134
  userSudo?: Array<string> | undefined;
10137
10135
  webAuthn?: Array<string> | undefined;
10138
10136
  accessGroup?: Array<string> | undefined;
10137
+ agent?: Array<string> | undefined;
10138
+ alerts?: Array<string> | undefined;
10139
10139
  aliasGlobal?: Array<string> | undefined;
10140
10140
  analyticsSampling?: Array<string> | undefined;
10141
10141
  analyticsUsage?: Array<string> | undefined;
10142
+ apiKey?: Array<string> | undefined;
10143
+ apiKeyAiGateway?: Array<string> | undefined;
10144
+ apiKeyOwnedBySelf?: Array<string> | undefined;
10145
+ oauth2Application?: Array<string> | undefined;
10146
+ vercelAppInstallation?: Array<string> | undefined;
10147
+ vercelAppInstallationRequest?: Array<string> | undefined;
10142
10148
  auditLog?: Array<string> | undefined;
10143
10149
  billingAddress?: Array<string> | undefined;
10144
10150
  billingInformation?: Array<string> | undefined;
@@ -10150,6 +10156,7 @@ export type UpdateProjectPermissions$Outbound = {
10150
10156
  billingRefund?: Array<string> | undefined;
10151
10157
  billingTaxId?: Array<string> | undefined;
10152
10158
  blob?: Array<string> | undefined;
10159
+ blobStoreTokenSet?: Array<string> | undefined;
10153
10160
  budget?: Array<string> | undefined;
10154
10161
  cacheArtifact?: Array<string> | undefined;
10155
10162
  cacheArtifactUsageEvent?: Array<string> | undefined;
@@ -10157,6 +10164,7 @@ export type UpdateProjectPermissions$Outbound = {
10157
10164
  concurrentBuilds?: Array<string> | undefined;
10158
10165
  connect?: Array<string> | undefined;
10159
10166
  connectConfiguration?: Array<string> | undefined;
10167
+ dataCacheBillingSettings?: Array<string> | undefined;
10160
10168
  defaultDeploymentProtection?: Array<string> | undefined;
10161
10169
  domain?: Array<string> | undefined;
10162
10170
  domainAcceptDelegation?: Array<string> | undefined;
@@ -10167,40 +10175,46 @@ export type UpdateProjectPermissions$Outbound = {
10167
10175
  domainPurchase?: Array<string> | undefined;
10168
10176
  domainRecord?: Array<string> | undefined;
10169
10177
  domainTransferIn?: Array<string> | undefined;
10178
+ drain?: Array<string> | undefined;
10179
+ edgeConfig?: Array<string> | undefined;
10180
+ edgeConfigItem?: Array<string> | undefined;
10181
+ edgeConfigSchema?: Array<string> | undefined;
10182
+ edgeConfigToken?: Array<string> | undefined;
10183
+ endpointVerification?: Array<string> | undefined;
10170
10184
  event?: Array<string> | undefined;
10171
- ownEvent?: Array<string> | undefined;
10172
- sensitiveEnvironmentVariablePolicy?: Array<string> | undefined;
10173
10185
  fileUpload?: Array<string> | undefined;
10174
10186
  flagsExplorerSubscription?: Array<string> | undefined;
10175
10187
  gitRepository?: Array<string> | undefined;
10176
- ipBlocking?: Array<string> | undefined;
10177
10188
  imageOptimizationNewPrice?: Array<string> | undefined;
10178
10189
  integration?: Array<string> | undefined;
10179
10190
  integrationAccount?: Array<string> | undefined;
10180
10191
  integrationConfiguration?: Array<string> | undefined;
10181
- integrationConfigurationTransfer?: Array<string> | undefined;
10182
10192
  integrationConfigurationProjects?: Array<string> | undefined;
10183
- integrationVercelConfigurationOverride?: Array<string> | undefined;
10184
10193
  integrationConfigurationRole?: Array<string> | undefined;
10185
- integrationSSOSession?: Array<string> | undefined;
10186
- integrationResource?: Array<string> | undefined;
10194
+ integrationConfigurationTransfer?: Array<string> | undefined;
10195
+ integrationDeploymentAction?: Array<string> | undefined;
10187
10196
  integrationEvent?: Array<string> | undefined;
10197
+ integrationResource?: Array<string> | undefined;
10198
+ integrationResourceReplCommand?: Array<string> | undefined;
10188
10199
  integrationResourceSecrets?: Array<string> | undefined;
10189
- integrationDeploymentAction?: Array<string> | undefined;
10190
- marketplaceInstallationMember?: Array<string> | undefined;
10200
+ integrationSSOSession?: Array<string> | undefined;
10201
+ integrationStoreTokenSet?: Array<string> | undefined;
10202
+ integrationVercelConfigurationOverride?: Array<string> | undefined;
10203
+ ipBlocking?: Array<string> | undefined;
10204
+ jobGlobal?: Array<string> | undefined;
10205
+ logDrain?: Array<string> | undefined;
10191
10206
  marketplaceBillingData?: Array<string> | undefined;
10207
+ marketplaceExperimentationEdgeConfigData?: Array<string> | undefined;
10208
+ marketplaceExperimentationItem?: Array<string> | undefined;
10209
+ marketplaceInstallationMember?: Array<string> | undefined;
10192
10210
  marketplaceInvoice?: Array<string> | undefined;
10193
10211
  marketplaceSettings?: Array<string> | undefined;
10194
- marketplaceExperimentationItem?: Array<string> | undefined;
10195
- marketplaceExperimentationEdgeConfigData?: Array<string> | undefined;
10196
- jobGlobal?: Array<string> | undefined;
10197
- drain?: Array<string> | undefined;
10198
- logDrain?: Array<string> | undefined;
10199
10212
  Monitoring?: Array<string> | undefined;
10200
- monitoringSettings?: Array<string> | undefined;
10201
- monitoringQuery?: Array<string> | undefined;
10202
- monitoringChart?: Array<string> | undefined;
10203
10213
  monitoringAlert?: Array<string> | undefined;
10214
+ monitoringChart?: Array<string> | undefined;
10215
+ monitoringQuery?: Array<string> | undefined;
10216
+ monitoringSettings?: Array<string> | undefined;
10217
+ notificationCustomerBudget?: Array<string> | undefined;
10204
10218
  notificationDeploymentFailed?: Array<string> | undefined;
10205
10219
  notificationDomainConfiguration?: Array<string> | undefined;
10206
10220
  notificationDomainExpire?: Array<string> | undefined;
@@ -10211,43 +10225,37 @@ export type UpdateProjectPermissions$Outbound = {
10211
10225
  notificationDomainUnverified?: Array<string> | undefined;
10212
10226
  NotificationMonitoringAlert?: Array<string> | undefined;
10213
10227
  notificationPaymentFailed?: Array<string> | undefined;
10214
- notificationUsageAlert?: Array<string> | undefined;
10215
10228
  notificationPreferences?: Array<string> | undefined;
10216
- notificationCustomerBudget?: Array<string> | undefined;
10217
10229
  notificationStatementOfReasons?: Array<string> | undefined;
10230
+ notificationUsageAlert?: Array<string> | undefined;
10218
10231
  observabilityConfiguration?: Array<string> | undefined;
10219
- agent?: Array<string> | undefined;
10220
- alerts?: Array<string> | undefined;
10221
- observabilityNotebook?: Array<string> | undefined;
10222
10232
  observabilityFunnel?: Array<string> | undefined;
10233
+ observabilityNotebook?: Array<string> | undefined;
10223
10234
  openTelemetryEndpoint?: Array<string> | undefined;
10224
- vercelAppInstallation?: Array<string> | undefined;
10225
- vercelAppInstallationRequest?: Array<string> | undefined;
10235
+ ownEvent?: Array<string> | undefined;
10236
+ passwordProtectionInvoiceItem?: Array<string> | undefined;
10226
10237
  paymentMethod?: Array<string> | undefined;
10227
10238
  permissions?: Array<string> | undefined;
10228
10239
  postgres?: Array<string> | undefined;
10240
+ postgresStoreTokenSet?: Array<string> | undefined;
10229
10241
  previewDeploymentSuffix?: Array<string> | undefined;
10242
+ projectTransferIn?: Array<string> | undefined;
10230
10243
  proTrialOnboarding?: Array<string> | undefined;
10231
- sharedEnvVars?: Array<string> | undefined;
10232
- sharedEnvVarsProduction?: Array<string> | undefined;
10233
- space?: Array<string> | undefined;
10234
- spaceRun?: Array<string> | undefined;
10235
- passwordProtectionInvoiceItem?: Array<string> | undefined;
10236
10244
  rateLimit?: Array<string> | undefined;
10237
10245
  redis?: Array<string> | undefined;
10238
- repository?: Array<string> | undefined;
10246
+ redisStoreTokenSet?: Array<string> | undefined;
10239
10247
  remoteCaching?: Array<string> | undefined;
10248
+ repository?: Array<string> | undefined;
10240
10249
  samlConfig?: Array<string> | undefined;
10241
10250
  secret?: Array<string> | undefined;
10242
- redisStoreTokenSet?: Array<string> | undefined;
10243
- blobStoreTokenSet?: Array<string> | undefined;
10244
- postgresStoreTokenSet?: Array<string> | undefined;
10245
- integrationStoreTokenSet?: Array<string> | undefined;
10246
- integrationResourceReplCommand?: Array<string> | undefined;
10251
+ sensitiveEnvironmentVariablePolicy?: Array<string> | undefined;
10252
+ sharedEnvVars?: Array<string> | undefined;
10253
+ sharedEnvVarsProduction?: Array<string> | undefined;
10254
+ space?: Array<string> | undefined;
10255
+ spaceRun?: Array<string> | undefined;
10247
10256
  storeTransfer?: Array<string> | undefined;
10248
10257
  supportCase?: Array<string> | undefined;
10249
10258
  supportCaseComment?: Array<string> | undefined;
10250
- dataCacheBillingSettings?: Array<string> | undefined;
10251
10259
  team?: Array<string> | undefined;
10252
10260
  teamAccessRequest?: Array<string> | undefined;
10253
10261
  teamFellowMembership?: Array<string> | undefined;
@@ -10262,26 +10270,15 @@ export type UpdateProjectPermissions$Outbound = {
10262
10270
  token?: Array<string> | undefined;
10263
10271
  usage?: Array<string> | undefined;
10264
10272
  usageCycle?: Array<string> | undefined;
10273
+ vercelRun?: Array<string> | undefined;
10274
+ vercelRunExec?: Array<string> | undefined;
10265
10275
  vpcPeeringConnection?: Array<string> | undefined;
10266
10276
  webAnalyticsPlan?: Array<string> | undefined;
10267
- edgeConfig?: Array<string> | undefined;
10268
- edgeConfigItem?: Array<string> | undefined;
10269
- edgeConfigSchema?: Array<string> | undefined;
10270
- edgeConfigToken?: Array<string> | undefined;
10271
10277
  webhook?: Array<string> | undefined;
10272
10278
  "webhook-event"?: Array<string> | undefined;
10273
- endpointVerification?: Array<string> | undefined;
10274
- projectTransferIn?: Array<string> | undefined;
10275
- oauth2Application?: Array<string> | undefined;
10276
- vercelRun?: Array<string> | undefined;
10277
- vercelRunExec?: Array<string> | undefined;
10278
- apiKey?: Array<string> | undefined;
10279
- apiKeyOwnedBySelf?: Array<string> | undefined;
10280
- apiKeyAiGateway?: Array<string> | undefined;
10281
10279
  aliasProject?: Array<string> | undefined;
10282
10280
  aliasProtectionBypass?: Array<string> | undefined;
10283
10281
  buildMachine?: Array<string> | undefined;
10284
- productionAliasProtectionBypass?: Array<string> | undefined;
10285
10282
  connectConfigurationLink?: Array<string> | undefined;
10286
10283
  dataCacheNamespace?: Array<string> | undefined;
10287
10284
  deployment?: Array<string> | undefined;
@@ -10297,54 +10294,54 @@ export type UpdateProjectPermissions$Outbound = {
10297
10294
  deploymentRollback?: Array<string> | undefined;
10298
10295
  edgeCacheNamespace?: Array<string> | undefined;
10299
10296
  environments?: Array<string> | undefined;
10297
+ job?: Array<string> | undefined;
10300
10298
  logs?: Array<string> | undefined;
10301
10299
  logsPreset?: Array<string> | undefined;
10302
- passwordProtection?: Array<string> | undefined;
10303
- optionsAllowlist?: Array<string> | undefined;
10304
- job?: Array<string> | undefined;
10305
10300
  observabilityData?: Array<string> | undefined;
10306
10301
  onDemandBuild?: Array<string> | undefined;
10307
10302
  onDemandConcurrency?: Array<string> | undefined;
10303
+ optionsAllowlist?: Array<string> | undefined;
10304
+ passwordProtection?: Array<string> | undefined;
10305
+ productionAliasProtectionBypass?: Array<string> | undefined;
10308
10306
  project?: Array<string> | undefined;
10309
- projectFromV0?: Array<string> | undefined;
10310
10307
  projectAccessGroup?: Array<string> | undefined;
10311
10308
  projectAnalyticsSampling?: Array<string> | undefined;
10309
+ projectAnalyticsUsage?: Array<string> | undefined;
10312
10310
  projectCheck?: Array<string> | undefined;
10313
10311
  projectCheckRun?: Array<string> | undefined;
10312
+ projectDeploymentExpiration?: Array<string> | undefined;
10314
10313
  projectDeploymentHook?: Array<string> | undefined;
10315
10314
  projectDomain?: Array<string> | undefined;
10316
- projectDomainMove?: Array<string> | undefined;
10317
10315
  projectDomainCheckConfig?: Array<string> | undefined;
10316
+ projectDomainMove?: Array<string> | undefined;
10318
10317
  projectEnvVars?: Array<string> | undefined;
10319
10318
  projectEnvVarsProduction?: Array<string> | undefined;
10320
10319
  projectEnvVarsUnownedByIntegration?: Array<string> | undefined;
10321
10320
  projectFlags?: Array<string> | undefined;
10321
+ projectFromV0?: Array<string> | undefined;
10322
10322
  projectId?: Array<string> | undefined;
10323
10323
  projectIntegrationConfiguration?: Array<string> | undefined;
10324
10324
  projectLink?: Array<string> | undefined;
10325
10325
  projectMember?: Array<string> | undefined;
10326
10326
  projectMonitoring?: Array<string> | undefined;
10327
+ projectOIDCToken?: Array<string> | undefined;
10327
10328
  projectPermissions?: Array<string> | undefined;
10328
10329
  projectProductionBranch?: Array<string> | undefined;
10329
- projectTransfer?: Array<string> | undefined;
10330
- projectTransferOut?: Array<string> | undefined;
10331
10330
  projectProtectionBypass?: Array<string> | undefined;
10332
- projectUsage?: Array<string> | undefined;
10333
- projectAnalyticsUsage?: Array<string> | undefined;
10331
+ projectRollingRelease?: Array<string> | undefined;
10334
10332
  projectSupportCase?: Array<string> | undefined;
10335
10333
  projectSupportCaseComment?: Array<string> | undefined;
10336
- projectDeploymentExpiration?: Array<string> | undefined;
10337
- projectRollingRelease?: Array<string> | undefined;
10338
10334
  projectTier?: Array<string> | undefined;
10339
- projectOIDCToken?: Array<string> | undefined;
10335
+ projectTransfer?: Array<string> | undefined;
10336
+ projectTransferOut?: Array<string> | undefined;
10337
+ projectUsage?: Array<string> | undefined;
10340
10338
  seawallConfig?: Array<string> | undefined;
10339
+ sharedEnvVarConnection?: Array<string> | undefined;
10341
10340
  skewProtection?: Array<string> | undefined;
10342
10341
  analytics?: Array<string> | undefined;
10343
10342
  trustedIps?: Array<string> | undefined;
10344
10343
  v0Chat?: Array<string> | undefined;
10345
10344
  webAnalytics?: Array<string> | undefined;
10346
- sharedEnvVarConnection?: Array<string> | undefined;
10347
- sonar?: Array<string> | undefined;
10348
10345
  };
10349
10346
 
10350
10347
  /** @internal */
@@ -10359,9 +10356,17 @@ export const UpdateProjectPermissions$outboundSchema: z.ZodType<
10359
10356
  userSudo: z.array(ACLAction$outboundSchema).optional(),
10360
10357
  webAuthn: z.array(ACLAction$outboundSchema).optional(),
10361
10358
  accessGroup: z.array(ACLAction$outboundSchema).optional(),
10359
+ agent: z.array(ACLAction$outboundSchema).optional(),
10360
+ alerts: z.array(ACLAction$outboundSchema).optional(),
10362
10361
  aliasGlobal: z.array(ACLAction$outboundSchema).optional(),
10363
10362
  analyticsSampling: z.array(ACLAction$outboundSchema).optional(),
10364
10363
  analyticsUsage: z.array(ACLAction$outboundSchema).optional(),
10364
+ apiKey: z.array(ACLAction$outboundSchema).optional(),
10365
+ apiKeyAiGateway: z.array(ACLAction$outboundSchema).optional(),
10366
+ apiKeyOwnedBySelf: z.array(ACLAction$outboundSchema).optional(),
10367
+ oauth2Application: z.array(ACLAction$outboundSchema).optional(),
10368
+ vercelAppInstallation: z.array(ACLAction$outboundSchema).optional(),
10369
+ vercelAppInstallationRequest: z.array(ACLAction$outboundSchema).optional(),
10365
10370
  auditLog: z.array(ACLAction$outboundSchema).optional(),
10366
10371
  billingAddress: z.array(ACLAction$outboundSchema).optional(),
10367
10372
  billingInformation: z.array(ACLAction$outboundSchema).optional(),
@@ -10373,6 +10378,7 @@ export const UpdateProjectPermissions$outboundSchema: z.ZodType<
10373
10378
  billingRefund: z.array(ACLAction$outboundSchema).optional(),
10374
10379
  billingTaxId: z.array(ACLAction$outboundSchema).optional(),
10375
10380
  blob: z.array(ACLAction$outboundSchema).optional(),
10381
+ blobStoreTokenSet: z.array(ACLAction$outboundSchema).optional(),
10376
10382
  budget: z.array(ACLAction$outboundSchema).optional(),
10377
10383
  cacheArtifact: z.array(ACLAction$outboundSchema).optional(),
10378
10384
  cacheArtifactUsageEvent: z.array(ACLAction$outboundSchema).optional(),
@@ -10380,6 +10386,7 @@ export const UpdateProjectPermissions$outboundSchema: z.ZodType<
10380
10386
  concurrentBuilds: z.array(ACLAction$outboundSchema).optional(),
10381
10387
  connect: z.array(ACLAction$outboundSchema).optional(),
10382
10388
  connectConfiguration: z.array(ACLAction$outboundSchema).optional(),
10389
+ dataCacheBillingSettings: z.array(ACLAction$outboundSchema).optional(),
10383
10390
  defaultDeploymentProtection: z.array(ACLAction$outboundSchema).optional(),
10384
10391
  domain: z.array(ACLAction$outboundSchema).optional(),
10385
10392
  domainAcceptDelegation: z.array(ACLAction$outboundSchema).optional(),
@@ -10390,45 +10397,50 @@ export const UpdateProjectPermissions$outboundSchema: z.ZodType<
10390
10397
  domainPurchase: z.array(ACLAction$outboundSchema).optional(),
10391
10398
  domainRecord: z.array(ACLAction$outboundSchema).optional(),
10392
10399
  domainTransferIn: z.array(ACLAction$outboundSchema).optional(),
10400
+ drain: z.array(ACLAction$outboundSchema).optional(),
10401
+ edgeConfig: z.array(ACLAction$outboundSchema).optional(),
10402
+ edgeConfigItem: z.array(ACLAction$outboundSchema).optional(),
10403
+ edgeConfigSchema: z.array(ACLAction$outboundSchema).optional(),
10404
+ edgeConfigToken: z.array(ACLAction$outboundSchema).optional(),
10405
+ endpointVerification: z.array(ACLAction$outboundSchema).optional(),
10393
10406
  event: z.array(ACLAction$outboundSchema).optional(),
10394
- ownEvent: z.array(ACLAction$outboundSchema).optional(),
10395
- sensitiveEnvironmentVariablePolicy: z.array(ACLAction$outboundSchema)
10396
- .optional(),
10397
10407
  fileUpload: z.array(ACLAction$outboundSchema).optional(),
10398
10408
  flagsExplorerSubscription: z.array(ACLAction$outboundSchema).optional(),
10399
10409
  gitRepository: z.array(ACLAction$outboundSchema).optional(),
10400
- ipBlocking: z.array(ACLAction$outboundSchema).optional(),
10401
10410
  imageOptimizationNewPrice: z.array(ACLAction$outboundSchema).optional(),
10402
10411
  integration: z.array(ACLAction$outboundSchema).optional(),
10403
10412
  integrationAccount: z.array(ACLAction$outboundSchema).optional(),
10404
10413
  integrationConfiguration: z.array(ACLAction$outboundSchema).optional(),
10405
- integrationConfigurationTransfer: z.array(ACLAction$outboundSchema)
10406
- .optional(),
10407
10414
  integrationConfigurationProjects: z.array(ACLAction$outboundSchema)
10408
10415
  .optional(),
10409
- integrationVercelConfigurationOverride: z.array(ACLAction$outboundSchema)
10410
- .optional(),
10411
10416
  integrationConfigurationRole: z.array(ACLAction$outboundSchema).optional(),
10412
- integrationSSOSession: z.array(ACLAction$outboundSchema).optional(),
10413
- integrationResource: z.array(ACLAction$outboundSchema).optional(),
10417
+ integrationConfigurationTransfer: z.array(ACLAction$outboundSchema)
10418
+ .optional(),
10419
+ integrationDeploymentAction: z.array(ACLAction$outboundSchema).optional(),
10414
10420
  integrationEvent: z.array(ACLAction$outboundSchema).optional(),
10421
+ integrationResource: z.array(ACLAction$outboundSchema).optional(),
10422
+ integrationResourceReplCommand: z.array(ACLAction$outboundSchema).optional(),
10415
10423
  integrationResourceSecrets: z.array(ACLAction$outboundSchema).optional(),
10416
- integrationDeploymentAction: z.array(ACLAction$outboundSchema).optional(),
10417
- marketplaceInstallationMember: z.array(ACLAction$outboundSchema).optional(),
10418
- marketplaceBillingData: z.array(ACLAction$outboundSchema).optional(),
10419
- marketplaceInvoice: z.array(ACLAction$outboundSchema).optional(),
10420
- marketplaceSettings: z.array(ACLAction$outboundSchema).optional(),
10421
- marketplaceExperimentationItem: z.array(ACLAction$outboundSchema).optional(),
10422
- marketplaceExperimentationEdgeConfigData: z.array(ACLAction$outboundSchema)
10424
+ integrationSSOSession: z.array(ACLAction$outboundSchema).optional(),
10425
+ integrationStoreTokenSet: z.array(ACLAction$outboundSchema).optional(),
10426
+ integrationVercelConfigurationOverride: z.array(ACLAction$outboundSchema)
10423
10427
  .optional(),
10428
+ ipBlocking: z.array(ACLAction$outboundSchema).optional(),
10424
10429
  jobGlobal: z.array(ACLAction$outboundSchema).optional(),
10425
- drain: z.array(ACLAction$outboundSchema).optional(),
10426
10430
  logDrain: z.array(ACLAction$outboundSchema).optional(),
10431
+ marketplaceBillingData: z.array(ACLAction$outboundSchema).optional(),
10432
+ marketplaceExperimentationEdgeConfigData: z.array(ACLAction$outboundSchema)
10433
+ .optional(),
10434
+ marketplaceExperimentationItem: z.array(ACLAction$outboundSchema).optional(),
10435
+ marketplaceInstallationMember: z.array(ACLAction$outboundSchema).optional(),
10436
+ marketplaceInvoice: z.array(ACLAction$outboundSchema).optional(),
10437
+ marketplaceSettings: z.array(ACLAction$outboundSchema).optional(),
10427
10438
  monitoring: z.array(ACLAction$outboundSchema).optional(),
10428
- monitoringSettings: z.array(ACLAction$outboundSchema).optional(),
10429
- monitoringQuery: z.array(ACLAction$outboundSchema).optional(),
10430
- monitoringChart: z.array(ACLAction$outboundSchema).optional(),
10431
10439
  monitoringAlert: z.array(ACLAction$outboundSchema).optional(),
10440
+ monitoringChart: z.array(ACLAction$outboundSchema).optional(),
10441
+ monitoringQuery: z.array(ACLAction$outboundSchema).optional(),
10442
+ monitoringSettings: z.array(ACLAction$outboundSchema).optional(),
10443
+ notificationCustomerBudget: z.array(ACLAction$outboundSchema).optional(),
10432
10444
  notificationDeploymentFailed: z.array(ACLAction$outboundSchema).optional(),
10433
10445
  notificationDomainConfiguration: z.array(ACLAction$outboundSchema).optional(),
10434
10446
  notificationDomainExpire: z.array(ACLAction$outboundSchema).optional(),
@@ -10439,43 +10451,38 @@ export const UpdateProjectPermissions$outboundSchema: z.ZodType<
10439
10451
  notificationDomainUnverified: z.array(ACLAction$outboundSchema).optional(),
10440
10452
  notificationMonitoringAlert: z.array(ACLAction$outboundSchema).optional(),
10441
10453
  notificationPaymentFailed: z.array(ACLAction$outboundSchema).optional(),
10442
- notificationUsageAlert: z.array(ACLAction$outboundSchema).optional(),
10443
10454
  notificationPreferences: z.array(ACLAction$outboundSchema).optional(),
10444
- notificationCustomerBudget: z.array(ACLAction$outboundSchema).optional(),
10445
10455
  notificationStatementOfReasons: z.array(ACLAction$outboundSchema).optional(),
10456
+ notificationUsageAlert: z.array(ACLAction$outboundSchema).optional(),
10446
10457
  observabilityConfiguration: z.array(ACLAction$outboundSchema).optional(),
10447
- agent: z.array(ACLAction$outboundSchema).optional(),
10448
- alerts: z.array(ACLAction$outboundSchema).optional(),
10449
- observabilityNotebook: z.array(ACLAction$outboundSchema).optional(),
10450
10458
  observabilityFunnel: z.array(ACLAction$outboundSchema).optional(),
10459
+ observabilityNotebook: z.array(ACLAction$outboundSchema).optional(),
10451
10460
  openTelemetryEndpoint: z.array(ACLAction$outboundSchema).optional(),
10452
- vercelAppInstallation: z.array(ACLAction$outboundSchema).optional(),
10453
- vercelAppInstallationRequest: z.array(ACLAction$outboundSchema).optional(),
10461
+ ownEvent: z.array(ACLAction$outboundSchema).optional(),
10462
+ passwordProtectionInvoiceItem: z.array(ACLAction$outboundSchema).optional(),
10454
10463
  paymentMethod: z.array(ACLAction$outboundSchema).optional(),
10455
10464
  permissions: z.array(ACLAction$outboundSchema).optional(),
10456
10465
  postgres: z.array(ACLAction$outboundSchema).optional(),
10466
+ postgresStoreTokenSet: z.array(ACLAction$outboundSchema).optional(),
10457
10467
  previewDeploymentSuffix: z.array(ACLAction$outboundSchema).optional(),
10468
+ projectTransferIn: z.array(ACLAction$outboundSchema).optional(),
10458
10469
  proTrialOnboarding: z.array(ACLAction$outboundSchema).optional(),
10459
- sharedEnvVars: z.array(ACLAction$outboundSchema).optional(),
10460
- sharedEnvVarsProduction: z.array(ACLAction$outboundSchema).optional(),
10461
- space: z.array(ACLAction$outboundSchema).optional(),
10462
- spaceRun: z.array(ACLAction$outboundSchema).optional(),
10463
- passwordProtectionInvoiceItem: z.array(ACLAction$outboundSchema).optional(),
10464
10470
  rateLimit: z.array(ACLAction$outboundSchema).optional(),
10465
10471
  redis: z.array(ACLAction$outboundSchema).optional(),
10466
- repository: z.array(ACLAction$outboundSchema).optional(),
10472
+ redisStoreTokenSet: z.array(ACLAction$outboundSchema).optional(),
10467
10473
  remoteCaching: z.array(ACLAction$outboundSchema).optional(),
10474
+ repository: z.array(ACLAction$outboundSchema).optional(),
10468
10475
  samlConfig: z.array(ACLAction$outboundSchema).optional(),
10469
10476
  secret: z.array(ACLAction$outboundSchema).optional(),
10470
- redisStoreTokenSet: z.array(ACLAction$outboundSchema).optional(),
10471
- blobStoreTokenSet: z.array(ACLAction$outboundSchema).optional(),
10472
- postgresStoreTokenSet: z.array(ACLAction$outboundSchema).optional(),
10473
- integrationStoreTokenSet: z.array(ACLAction$outboundSchema).optional(),
10474
- integrationResourceReplCommand: z.array(ACLAction$outboundSchema).optional(),
10477
+ sensitiveEnvironmentVariablePolicy: z.array(ACLAction$outboundSchema)
10478
+ .optional(),
10479
+ sharedEnvVars: z.array(ACLAction$outboundSchema).optional(),
10480
+ sharedEnvVarsProduction: z.array(ACLAction$outboundSchema).optional(),
10481
+ space: z.array(ACLAction$outboundSchema).optional(),
10482
+ spaceRun: z.array(ACLAction$outboundSchema).optional(),
10475
10483
  storeTransfer: z.array(ACLAction$outboundSchema).optional(),
10476
10484
  supportCase: z.array(ACLAction$outboundSchema).optional(),
10477
10485
  supportCaseComment: z.array(ACLAction$outboundSchema).optional(),
10478
- dataCacheBillingSettings: z.array(ACLAction$outboundSchema).optional(),
10479
10486
  team: z.array(ACLAction$outboundSchema).optional(),
10480
10487
  teamAccessRequest: z.array(ACLAction$outboundSchema).optional(),
10481
10488
  teamFellowMembership: z.array(ACLAction$outboundSchema).optional(),
@@ -10490,26 +10497,15 @@ export const UpdateProjectPermissions$outboundSchema: z.ZodType<
10490
10497
  token: z.array(ACLAction$outboundSchema).optional(),
10491
10498
  usage: z.array(ACLAction$outboundSchema).optional(),
10492
10499
  usageCycle: z.array(ACLAction$outboundSchema).optional(),
10500
+ vercelRun: z.array(ACLAction$outboundSchema).optional(),
10501
+ vercelRunExec: z.array(ACLAction$outboundSchema).optional(),
10493
10502
  vpcPeeringConnection: z.array(ACLAction$outboundSchema).optional(),
10494
10503
  webAnalyticsPlan: z.array(ACLAction$outboundSchema).optional(),
10495
- edgeConfig: z.array(ACLAction$outboundSchema).optional(),
10496
- edgeConfigItem: z.array(ACLAction$outboundSchema).optional(),
10497
- edgeConfigSchema: z.array(ACLAction$outboundSchema).optional(),
10498
- edgeConfigToken: z.array(ACLAction$outboundSchema).optional(),
10499
10504
  webhook: z.array(ACLAction$outboundSchema).optional(),
10500
10505
  webhookEvent: z.array(ACLAction$outboundSchema).optional(),
10501
- endpointVerification: z.array(ACLAction$outboundSchema).optional(),
10502
- projectTransferIn: z.array(ACLAction$outboundSchema).optional(),
10503
- oauth2Application: z.array(ACLAction$outboundSchema).optional(),
10504
- vercelRun: z.array(ACLAction$outboundSchema).optional(),
10505
- vercelRunExec: z.array(ACLAction$outboundSchema).optional(),
10506
- apiKey: z.array(ACLAction$outboundSchema).optional(),
10507
- apiKeyOwnedBySelf: z.array(ACLAction$outboundSchema).optional(),
10508
- apiKeyAiGateway: z.array(ACLAction$outboundSchema).optional(),
10509
10506
  aliasProject: z.array(ACLAction$outboundSchema).optional(),
10510
10507
  aliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
10511
10508
  buildMachine: z.array(ACLAction$outboundSchema).optional(),
10512
- productionAliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
10513
10509
  connectConfigurationLink: z.array(ACLAction$outboundSchema).optional(),
10514
10510
  dataCacheNamespace: z.array(ACLAction$outboundSchema).optional(),
10515
10511
  deployment: z.array(ACLAction$outboundSchema).optional(),
@@ -10526,55 +10522,55 @@ export const UpdateProjectPermissions$outboundSchema: z.ZodType<
10526
10522
  deploymentRollback: z.array(ACLAction$outboundSchema).optional(),
10527
10523
  edgeCacheNamespace: z.array(ACLAction$outboundSchema).optional(),
10528
10524
  environments: z.array(ACLAction$outboundSchema).optional(),
10525
+ job: z.array(ACLAction$outboundSchema).optional(),
10529
10526
  logs: z.array(ACLAction$outboundSchema).optional(),
10530
10527
  logsPreset: z.array(ACLAction$outboundSchema).optional(),
10531
- passwordProtection: z.array(ACLAction$outboundSchema).optional(),
10532
- optionsAllowlist: z.array(ACLAction$outboundSchema).optional(),
10533
- job: z.array(ACLAction$outboundSchema).optional(),
10534
10528
  observabilityData: z.array(ACLAction$outboundSchema).optional(),
10535
10529
  onDemandBuild: z.array(ACLAction$outboundSchema).optional(),
10536
10530
  onDemandConcurrency: z.array(ACLAction$outboundSchema).optional(),
10531
+ optionsAllowlist: z.array(ACLAction$outboundSchema).optional(),
10532
+ passwordProtection: z.array(ACLAction$outboundSchema).optional(),
10533
+ productionAliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
10537
10534
  project: z.array(ACLAction$outboundSchema).optional(),
10538
- projectFromV0: z.array(ACLAction$outboundSchema).optional(),
10539
10535
  projectAccessGroup: z.array(ACLAction$outboundSchema).optional(),
10540
10536
  projectAnalyticsSampling: z.array(ACLAction$outboundSchema).optional(),
10537
+ projectAnalyticsUsage: z.array(ACLAction$outboundSchema).optional(),
10541
10538
  projectCheck: z.array(ACLAction$outboundSchema).optional(),
10542
10539
  projectCheckRun: z.array(ACLAction$outboundSchema).optional(),
10540
+ projectDeploymentExpiration: z.array(ACLAction$outboundSchema).optional(),
10543
10541
  projectDeploymentHook: z.array(ACLAction$outboundSchema).optional(),
10544
10542
  projectDomain: z.array(ACLAction$outboundSchema).optional(),
10545
- projectDomainMove: z.array(ACLAction$outboundSchema).optional(),
10546
10543
  projectDomainCheckConfig: z.array(ACLAction$outboundSchema).optional(),
10544
+ projectDomainMove: z.array(ACLAction$outboundSchema).optional(),
10547
10545
  projectEnvVars: z.array(ACLAction$outboundSchema).optional(),
10548
10546
  projectEnvVarsProduction: z.array(ACLAction$outboundSchema).optional(),
10549
10547
  projectEnvVarsUnownedByIntegration: z.array(ACLAction$outboundSchema)
10550
10548
  .optional(),
10551
10549
  projectFlags: z.array(ACLAction$outboundSchema).optional(),
10550
+ projectFromV0: z.array(ACLAction$outboundSchema).optional(),
10552
10551
  projectId: z.array(ACLAction$outboundSchema).optional(),
10553
10552
  projectIntegrationConfiguration: z.array(ACLAction$outboundSchema).optional(),
10554
10553
  projectLink: z.array(ACLAction$outboundSchema).optional(),
10555
10554
  projectMember: z.array(ACLAction$outboundSchema).optional(),
10556
10555
  projectMonitoring: z.array(ACLAction$outboundSchema).optional(),
10556
+ projectOIDCToken: z.array(ACLAction$outboundSchema).optional(),
10557
10557
  projectPermissions: z.array(ACLAction$outboundSchema).optional(),
10558
10558
  projectProductionBranch: z.array(ACLAction$outboundSchema).optional(),
10559
- projectTransfer: z.array(ACLAction$outboundSchema).optional(),
10560
- projectTransferOut: z.array(ACLAction$outboundSchema).optional(),
10561
10559
  projectProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
10562
- projectUsage: z.array(ACLAction$outboundSchema).optional(),
10563
- projectAnalyticsUsage: z.array(ACLAction$outboundSchema).optional(),
10560
+ projectRollingRelease: z.array(ACLAction$outboundSchema).optional(),
10564
10561
  projectSupportCase: z.array(ACLAction$outboundSchema).optional(),
10565
10562
  projectSupportCaseComment: z.array(ACLAction$outboundSchema).optional(),
10566
- projectDeploymentExpiration: z.array(ACLAction$outboundSchema).optional(),
10567
- projectRollingRelease: z.array(ACLAction$outboundSchema).optional(),
10568
10563
  projectTier: z.array(ACLAction$outboundSchema).optional(),
10569
- projectOIDCToken: z.array(ACLAction$outboundSchema).optional(),
10564
+ projectTransfer: z.array(ACLAction$outboundSchema).optional(),
10565
+ projectTransferOut: z.array(ACLAction$outboundSchema).optional(),
10566
+ projectUsage: z.array(ACLAction$outboundSchema).optional(),
10570
10567
  seawallConfig: z.array(ACLAction$outboundSchema).optional(),
10568
+ sharedEnvVarConnection: z.array(ACLAction$outboundSchema).optional(),
10571
10569
  skewProtection: z.array(ACLAction$outboundSchema).optional(),
10572
10570
  analytics: z.array(ACLAction$outboundSchema).optional(),
10573
10571
  trustedIps: z.array(ACLAction$outboundSchema).optional(),
10574
10572
  v0Chat: z.array(ACLAction$outboundSchema).optional(),
10575
10573
  webAnalytics: z.array(ACLAction$outboundSchema).optional(),
10576
- sharedEnvVarConnection: z.array(ACLAction$outboundSchema).optional(),
10577
- sonar: z.array(ACLAction$outboundSchema).optional(),
10578
10574
  }).transform((v) => {
10579
10575
  return remap$(v, {
10580
10576
  monitoring: "Monitoring",