@vercel/sdk 1.11.0 → 1.11.1

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 (124) hide show
  1. package/bin/mcp-server.js +721 -586
  2. package/bin/mcp-server.js.map +24 -24
  3. package/esm/__tests__/checks.test.js +1 -0
  4. package/esm/__tests__/checks.test.js.map +1 -1
  5. package/esm/__tests__/domains.test.js +4 -11
  6. package/esm/__tests__/domains.test.js.map +1 -1
  7. package/esm/__tests__/edgeconfig.test.js +6 -6
  8. package/esm/__tests__/edgeconfig.test.js.map +1 -1
  9. package/esm/__tests__/integrations.test.js +1 -1
  10. package/esm/__tests__/rollingrelease.test.js +1 -1
  11. package/esm/__tests__/security.test.js +1 -11
  12. package/esm/__tests__/security.test.js.map +1 -1
  13. package/esm/__tests__/teams.test.js +2 -2
  14. package/esm/__tests__/teams.test.js.map +1 -1
  15. package/esm/lib/config.d.ts +3 -3
  16. package/esm/lib/config.js +3 -3
  17. package/esm/mcp-server/mcp-server.js +1 -1
  18. package/esm/mcp-server/server.js +1 -1
  19. package/esm/models/canceldeploymentop.d.ts +3 -0
  20. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  21. package/esm/models/canceldeploymentop.js +1 -0
  22. package/esm/models/canceldeploymentop.js.map +1 -1
  23. package/esm/models/createdeploymentop.d.ts +6 -0
  24. package/esm/models/createdeploymentop.d.ts.map +1 -1
  25. package/esm/models/createdeploymentop.js +2 -0
  26. package/esm/models/createdeploymentop.js.map +1 -1
  27. package/esm/models/createedgeconfigop.d.ts +2 -0
  28. package/esm/models/createedgeconfigop.d.ts.map +1 -1
  29. package/esm/models/createedgeconfigop.js +2 -0
  30. package/esm/models/createedgeconfigop.js.map +1 -1
  31. package/esm/models/createintegrationstoredirectop.d.ts +252 -240
  32. package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
  33. package/esm/models/createintegrationstoredirectop.js +298 -294
  34. package/esm/models/createintegrationstoredirectop.js.map +1 -1
  35. package/esm/models/createprojectop.d.ts +170 -162
  36. package/esm/models/createprojectop.d.ts.map +1 -1
  37. package/esm/models/createprojectop.js +158 -154
  38. package/esm/models/createprojectop.js.map +1 -1
  39. package/esm/models/getallchecksop.d.ts +2 -0
  40. package/esm/models/getallchecksop.d.ts.map +1 -1
  41. package/esm/models/getallchecksop.js +2 -0
  42. package/esm/models/getallchecksop.js.map +1 -1
  43. package/esm/models/getconfigurationproductsop.d.ts +421 -331
  44. package/esm/models/getconfigurationproductsop.d.ts.map +1 -1
  45. package/esm/models/getconfigurationproductsop.js +482 -410
  46. package/esm/models/getconfigurationproductsop.js.map +1 -1
  47. package/esm/models/getdeploymentop.d.ts +3 -0
  48. package/esm/models/getdeploymentop.d.ts.map +1 -1
  49. package/esm/models/getdeploymentop.js +1 -0
  50. package/esm/models/getdeploymentop.js.map +1 -1
  51. package/esm/models/getdeploymentsop.d.ts +3 -0
  52. package/esm/models/getdeploymentsop.d.ts.map +1 -1
  53. package/esm/models/getdeploymentsop.js +1 -0
  54. package/esm/models/getdeploymentsop.js.map +1 -1
  55. package/esm/models/getedgeconfigop.d.ts +2 -0
  56. package/esm/models/getedgeconfigop.d.ts.map +1 -1
  57. package/esm/models/getedgeconfigop.js +2 -0
  58. package/esm/models/getedgeconfigop.js.map +1 -1
  59. package/esm/models/getprojectsop.d.ts +5 -0
  60. package/esm/models/getprojectsop.d.ts.map +1 -1
  61. package/esm/models/getprojectsop.js +3 -0
  62. package/esm/models/getprojectsop.js.map +1 -1
  63. package/esm/models/getteammembersop.d.ts +36 -30
  64. package/esm/models/getteammembersop.d.ts.map +1 -1
  65. package/esm/models/getteammembersop.js +12 -10
  66. package/esm/models/getteammembersop.js.map +1 -1
  67. package/esm/models/getwebhooksop.d.ts +3 -0
  68. package/esm/models/getwebhooksop.d.ts.map +1 -1
  69. package/esm/models/getwebhooksop.js +1 -0
  70. package/esm/models/getwebhooksop.js.map +1 -1
  71. package/esm/models/importresourceop.d.ts +36 -0
  72. package/esm/models/importresourceop.d.ts.map +1 -1
  73. package/esm/models/importresourceop.js +25 -0
  74. package/esm/models/importresourceop.js.map +1 -1
  75. package/esm/models/team.d.ts +150 -26
  76. package/esm/models/team.d.ts.map +1 -1
  77. package/esm/models/team.js +110 -30
  78. package/esm/models/team.js.map +1 -1
  79. package/esm/models/updateedgeconfigop.d.ts +2 -0
  80. package/esm/models/updateedgeconfigop.d.ts.map +1 -1
  81. package/esm/models/updateedgeconfigop.js +2 -0
  82. package/esm/models/updateedgeconfigop.js.map +1 -1
  83. package/esm/models/updateprojectdatacacheop.d.ts +5 -0
  84. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  85. package/esm/models/updateprojectdatacacheop.js +3 -0
  86. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  87. package/esm/models/updateprojectop.d.ts +8 -0
  88. package/esm/models/updateprojectop.d.ts.map +1 -1
  89. package/esm/models/updateprojectop.js +4 -0
  90. package/esm/models/updateprojectop.js.map +1 -1
  91. package/esm/models/userevent.d.ts +2 -2
  92. package/examples/package-lock.json +1 -1
  93. package/jsr.json +1 -1
  94. package/package.json +1 -1
  95. package/src/__tests__/checks.test.ts +1 -0
  96. package/src/__tests__/domains.test.ts +4 -11
  97. package/src/__tests__/edgeconfig.test.ts +6 -6
  98. package/src/__tests__/integrations.test.ts +1 -1
  99. package/src/__tests__/rollingrelease.test.ts +1 -1
  100. package/src/__tests__/security.test.ts +1 -11
  101. package/src/__tests__/teams.test.ts +2 -2
  102. package/src/lib/config.ts +3 -3
  103. package/src/mcp-server/mcp-server.ts +1 -1
  104. package/src/mcp-server/server.ts +1 -1
  105. package/src/models/canceldeploymentop.ts +1 -0
  106. package/src/models/createdeploymentop.ts +2 -0
  107. package/src/models/createedgeconfigop.ts +4 -0
  108. package/src/models/createintegrationstoredirectop.ts +509 -505
  109. package/src/models/createprojectop.ts +304 -298
  110. package/src/models/getallchecksop.ts +4 -0
  111. package/src/models/getconfigurationproductsop.ts +847 -706
  112. package/src/models/getdeploymentop.ts +1 -0
  113. package/src/models/getdeploymentsop.ts +1 -0
  114. package/src/models/getedgeconfigop.ts +4 -0
  115. package/src/models/getprojectsop.ts +5 -0
  116. package/src/models/getteammembersop.ts +12 -10
  117. package/src/models/getwebhooksop.ts +1 -0
  118. package/src/models/importresourceop.ts +34 -0
  119. package/src/models/team.ts +177 -42
  120. package/src/models/updateedgeconfigop.ts +4 -0
  121. package/src/models/updateprojectdatacacheop.ts +5 -0
  122. package/src/models/updateprojectop.ts +6 -0
  123. package/src/models/userevent.ts +2 -2
  124. package/vercel-spec.json +781 -634
@@ -117,6 +117,7 @@ export const CreateProjectFramework = {
117
117
  Vitepress: "vitepress",
118
118
  Vuepress: "vuepress",
119
119
  Parcel: "parcel",
120
+ Fastapi: "fastapi",
120
121
  Fasthtml: "fasthtml",
121
122
  SanityV3: "sanity-v3",
122
123
  Sanity: "sanity",
@@ -466,10 +467,10 @@ export type CreateProjectProjectsTarget =
466
467
 
467
468
  export const CreateProjectProjectsResponseType = {
468
469
  System: "system",
469
- Secret: "secret",
470
470
  Encrypted: "encrypted",
471
471
  Plain: "plain",
472
472
  Sensitive: "sensitive",
473
+ Secret: "secret",
473
474
  } as const;
474
475
  export type CreateProjectProjectsResponseType = ClosedEnum<
475
476
  typeof CreateProjectProjectsResponseType
@@ -937,6 +938,7 @@ export const CreateProjectProjectsFramework = {
937
938
  Vitepress: "vitepress",
938
939
  Vuepress: "vuepress",
939
940
  Parcel: "parcel",
941
+ Fastapi: "fastapi",
940
942
  Fasthtml: "fasthtml",
941
943
  SanityV3: "sanity-v3",
942
944
  Sanity: "sanity",
@@ -1228,18 +1230,18 @@ export type CreateProjectLinkProjectsDeployHooks = {
1228
1230
 
1229
1231
  export type CreateProjectLink2 = {
1230
1232
  type: CreateProjectLinkProjectsType;
1233
+ repo?: string | undefined;
1234
+ repoId?: number | undefined;
1231
1235
  updatedAt?: number | undefined;
1232
1236
  createdAt?: number | undefined;
1233
- repo?: string | undefined;
1234
- sourceless?: boolean | undefined;
1235
1237
  org: string;
1236
1238
  /**
1237
1239
  * 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.
1238
1240
  */
1239
1241
  repoOwnerId?: number | undefined;
1240
- repoId?: number | undefined;
1241
1242
  deployHooks: Array<CreateProjectLinkProjectsDeployHooks>;
1242
1243
  gitCredentialId: string;
1244
+ sourceless?: boolean | undefined;
1243
1245
  productionBranch: string;
1244
1246
  };
1245
1247
 
@@ -1359,6 +1361,7 @@ export type CreateProjectBuildMachineType = ClosedEnum<
1359
1361
  >;
1360
1362
 
1361
1363
  export type CreateProjectProjectsResourceConfig = {
1364
+ elasticConcurrencyEnabled?: boolean | undefined;
1362
1365
  fluid?: boolean | undefined;
1363
1366
  functionDefaultRegions: Array<string>;
1364
1367
  functionDefaultTimeout?: number | undefined;
@@ -1366,7 +1369,6 @@ export type CreateProjectProjectsResourceConfig = {
1366
1369
  | CreateProjectFunctionDefaultMemoryType
1367
1370
  | undefined;
1368
1371
  functionZeroConfigFailover?: boolean | undefined;
1369
- elasticConcurrencyEnabled?: boolean | undefined;
1370
1372
  buildMachineType?: CreateProjectBuildMachineType | undefined;
1371
1373
  isNSNBDisabled?: boolean | undefined;
1372
1374
  };
@@ -1447,6 +1449,7 @@ export type CreateProjectProjectsBuildMachineType = ClosedEnum<
1447
1449
  >;
1448
1450
 
1449
1451
  export type CreateProjectDefaultResourceConfig = {
1452
+ elasticConcurrencyEnabled?: boolean | undefined;
1450
1453
  fluid?: boolean | undefined;
1451
1454
  functionDefaultRegions: Array<string>;
1452
1455
  functionDefaultTimeout?: number | undefined;
@@ -1454,14 +1457,13 @@ export type CreateProjectDefaultResourceConfig = {
1454
1457
  | CreateProjectProjectsFunctionDefaultMemoryType
1455
1458
  | undefined;
1456
1459
  functionZeroConfigFailover?: boolean | undefined;
1457
- elasticConcurrencyEnabled?: boolean | undefined;
1458
1460
  buildMachineType?: CreateProjectProjectsBuildMachineType | undefined;
1459
1461
  isNSNBDisabled?: boolean | undefined;
1460
1462
  };
1461
1463
 
1462
1464
  export const CreateProjectProjectsDeploymentType = {
1463
- All: "all",
1464
1465
  Preview: "preview",
1466
+ All: "all",
1465
1467
  ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
1466
1468
  AllExceptCustomDomains: "all_except_custom_domains",
1467
1469
  } as const;
@@ -1634,6 +1636,73 @@ export type CreateProjectTargets = {
1634
1636
  };
1635
1637
 
1636
1638
  export type CreateProjectPermissions = {
1639
+ aliasProject?: Array<ACLAction> | undefined;
1640
+ aliasProtectionBypass?: Array<ACLAction> | undefined;
1641
+ buildMachine?: Array<ACLAction> | undefined;
1642
+ productionAliasProtectionBypass?: Array<ACLAction> | undefined;
1643
+ connectConfigurationLink?: Array<ACLAction> | undefined;
1644
+ dataCacheNamespace?: Array<ACLAction> | undefined;
1645
+ deployment?: Array<ACLAction> | undefined;
1646
+ deploymentBuildLogs?: Array<ACLAction> | undefined;
1647
+ deploymentCheck?: Array<ACLAction> | undefined;
1648
+ deploymentCheckPreview?: Array<ACLAction> | undefined;
1649
+ deploymentCheckReRunFromProductionBranch?: Array<ACLAction> | undefined;
1650
+ deploymentProductionGit?: Array<ACLAction> | undefined;
1651
+ deploymentV0?: Array<ACLAction> | undefined;
1652
+ deploymentPreview?: Array<ACLAction> | undefined;
1653
+ deploymentPrivate?: Array<ACLAction> | undefined;
1654
+ deploymentPromote?: Array<ACLAction> | undefined;
1655
+ deploymentRollback?: Array<ACLAction> | undefined;
1656
+ edgeCacheNamespace?: Array<ACLAction> | undefined;
1657
+ environments?: Array<ACLAction> | undefined;
1658
+ logs?: Array<ACLAction> | undefined;
1659
+ logsPreset?: Array<ACLAction> | undefined;
1660
+ passwordProtection?: Array<ACLAction> | undefined;
1661
+ optionsAllowlist?: Array<ACLAction> | undefined;
1662
+ job?: Array<ACLAction> | undefined;
1663
+ observabilityData?: Array<ACLAction> | undefined;
1664
+ onDemandBuild?: Array<ACLAction> | undefined;
1665
+ onDemandConcurrency?: Array<ACLAction> | undefined;
1666
+ project?: Array<ACLAction> | undefined;
1667
+ projectFromV0?: Array<ACLAction> | undefined;
1668
+ projectAccessGroup?: Array<ACLAction> | undefined;
1669
+ projectAnalyticsSampling?: Array<ACLAction> | undefined;
1670
+ projectCheck?: Array<ACLAction> | undefined;
1671
+ projectCheckRun?: Array<ACLAction> | undefined;
1672
+ projectDeploymentHook?: Array<ACLAction> | undefined;
1673
+ projectDomain?: Array<ACLAction> | undefined;
1674
+ projectDomainMove?: Array<ACLAction> | undefined;
1675
+ projectDomainCheckConfig?: Array<ACLAction> | undefined;
1676
+ projectEnvVars?: Array<ACLAction> | undefined;
1677
+ projectEnvVarsProduction?: Array<ACLAction> | undefined;
1678
+ projectEnvVarsUnownedByIntegration?: Array<ACLAction> | undefined;
1679
+ projectFlags?: Array<ACLAction> | undefined;
1680
+ projectId?: Array<ACLAction> | undefined;
1681
+ projectIntegrationConfiguration?: Array<ACLAction> | undefined;
1682
+ projectLink?: Array<ACLAction> | undefined;
1683
+ projectMember?: Array<ACLAction> | undefined;
1684
+ projectMonitoring?: Array<ACLAction> | undefined;
1685
+ projectPermissions?: Array<ACLAction> | undefined;
1686
+ projectProductionBranch?: Array<ACLAction> | undefined;
1687
+ projectTransfer?: Array<ACLAction> | undefined;
1688
+ projectTransferOut?: Array<ACLAction> | undefined;
1689
+ projectProtectionBypass?: Array<ACLAction> | undefined;
1690
+ projectUsage?: Array<ACLAction> | undefined;
1691
+ projectAnalyticsUsage?: Array<ACLAction> | undefined;
1692
+ projectSupportCase?: Array<ACLAction> | undefined;
1693
+ projectSupportCaseComment?: Array<ACLAction> | undefined;
1694
+ projectDeploymentExpiration?: Array<ACLAction> | undefined;
1695
+ projectRollingRelease?: Array<ACLAction> | undefined;
1696
+ projectTier?: Array<ACLAction> | undefined;
1697
+ projectOIDCToken?: Array<ACLAction> | undefined;
1698
+ seawallConfig?: Array<ACLAction> | undefined;
1699
+ skewProtection?: Array<ACLAction> | undefined;
1700
+ analytics?: Array<ACLAction> | undefined;
1701
+ trustedIps?: Array<ACLAction> | undefined;
1702
+ v0Chat?: Array<ACLAction> | undefined;
1703
+ webAnalytics?: Array<ACLAction> | undefined;
1704
+ sharedEnvVarConnection?: Array<ACLAction> | undefined;
1705
+ sonar?: Array<ACLAction> | undefined;
1637
1706
  oauth2Connection?: Array<ACLAction> | undefined;
1638
1707
  user?: Array<ACLAction> | undefined;
1639
1708
  userConnection?: Array<ACLAction> | undefined;
@@ -1700,6 +1769,7 @@ export type CreateProjectPermissions = {
1700
1769
  jobGlobal?: Array<ACLAction> | undefined;
1701
1770
  drain?: Array<ACLAction> | undefined;
1702
1771
  logDrain?: Array<ACLAction> | undefined;
1772
+ traceDrain?: Array<ACLAction> | undefined;
1703
1773
  monitoring?: Array<ACLAction> | undefined;
1704
1774
  monitoringSettings?: Array<ACLAction> | undefined;
1705
1775
  monitoringQuery?: Array<ACLAction> | undefined;
@@ -1780,73 +1850,6 @@ export type CreateProjectPermissions = {
1780
1850
  vercelRunExec?: Array<ACLAction> | undefined;
1781
1851
  apiKey?: Array<ACLAction> | undefined;
1782
1852
  apiKeyOwnedBySelf?: Array<ACLAction> | undefined;
1783
- aliasProject?: Array<ACLAction> | undefined;
1784
- aliasProtectionBypass?: Array<ACLAction> | undefined;
1785
- buildMachine?: Array<ACLAction> | undefined;
1786
- productionAliasProtectionBypass?: Array<ACLAction> | undefined;
1787
- connectConfigurationLink?: Array<ACLAction> | undefined;
1788
- dataCacheNamespace?: Array<ACLAction> | undefined;
1789
- deployment?: Array<ACLAction> | undefined;
1790
- deploymentBuildLogs?: Array<ACLAction> | undefined;
1791
- deploymentCheck?: Array<ACLAction> | undefined;
1792
- deploymentCheckPreview?: Array<ACLAction> | undefined;
1793
- deploymentCheckReRunFromProductionBranch?: Array<ACLAction> | undefined;
1794
- deploymentProductionGit?: Array<ACLAction> | undefined;
1795
- deploymentV0?: Array<ACLAction> | undefined;
1796
- deploymentPreview?: Array<ACLAction> | undefined;
1797
- deploymentPrivate?: Array<ACLAction> | undefined;
1798
- deploymentPromote?: Array<ACLAction> | undefined;
1799
- deploymentRollback?: Array<ACLAction> | undefined;
1800
- edgeCacheNamespace?: Array<ACLAction> | undefined;
1801
- environments?: Array<ACLAction> | undefined;
1802
- logs?: Array<ACLAction> | undefined;
1803
- logsPreset?: Array<ACLAction> | undefined;
1804
- passwordProtection?: Array<ACLAction> | undefined;
1805
- optionsAllowlist?: Array<ACLAction> | undefined;
1806
- job?: Array<ACLAction> | undefined;
1807
- observabilityData?: Array<ACLAction> | undefined;
1808
- onDemandBuild?: Array<ACLAction> | undefined;
1809
- onDemandConcurrency?: Array<ACLAction> | undefined;
1810
- project?: Array<ACLAction> | undefined;
1811
- projectFromV0?: Array<ACLAction> | undefined;
1812
- projectAccessGroup?: Array<ACLAction> | undefined;
1813
- projectAnalyticsSampling?: Array<ACLAction> | undefined;
1814
- projectCheck?: Array<ACLAction> | undefined;
1815
- projectCheckRun?: Array<ACLAction> | undefined;
1816
- projectDeploymentHook?: Array<ACLAction> | undefined;
1817
- projectDomain?: Array<ACLAction> | undefined;
1818
- projectDomainMove?: Array<ACLAction> | undefined;
1819
- projectDomainCheckConfig?: Array<ACLAction> | undefined;
1820
- projectEnvVars?: Array<ACLAction> | undefined;
1821
- projectEnvVarsProduction?: Array<ACLAction> | undefined;
1822
- projectEnvVarsUnownedByIntegration?: Array<ACLAction> | undefined;
1823
- projectFlags?: Array<ACLAction> | undefined;
1824
- projectId?: Array<ACLAction> | undefined;
1825
- projectIntegrationConfiguration?: Array<ACLAction> | undefined;
1826
- projectLink?: Array<ACLAction> | undefined;
1827
- projectMember?: Array<ACLAction> | undefined;
1828
- projectMonitoring?: Array<ACLAction> | undefined;
1829
- projectPermissions?: Array<ACLAction> | undefined;
1830
- projectProductionBranch?: Array<ACLAction> | undefined;
1831
- projectTransfer?: Array<ACLAction> | undefined;
1832
- projectTransferOut?: Array<ACLAction> | undefined;
1833
- projectProtectionBypass?: Array<ACLAction> | undefined;
1834
- projectUsage?: Array<ACLAction> | undefined;
1835
- projectAnalyticsUsage?: Array<ACLAction> | undefined;
1836
- projectSupportCase?: Array<ACLAction> | undefined;
1837
- projectSupportCaseComment?: Array<ACLAction> | undefined;
1838
- projectDeploymentExpiration?: Array<ACLAction> | undefined;
1839
- projectRollingRelease?: Array<ACLAction> | undefined;
1840
- projectTier?: Array<ACLAction> | undefined;
1841
- projectOIDCToken?: Array<ACLAction> | undefined;
1842
- seawallConfig?: Array<ACLAction> | undefined;
1843
- skewProtection?: Array<ACLAction> | undefined;
1844
- analytics?: Array<ACLAction> | undefined;
1845
- trustedIps?: Array<ACLAction> | undefined;
1846
- v0Chat?: Array<ACLAction> | undefined;
1847
- webAnalytics?: Array<ACLAction> | undefined;
1848
- sharedEnvVarConnection?: Array<ACLAction> | undefined;
1849
- sonar?: Array<ACLAction> | undefined;
1850
1853
  };
1851
1854
 
1852
1855
  export type CreateProjectLastRollbackTarget = {};
@@ -1916,11 +1919,11 @@ export type CreateProjectProtectionBypass =
1916
1919
  | CreateProjectProtectionBypass2;
1917
1920
 
1918
1921
  export const CreateProjectTrustedIpsProjectsDeploymentType = {
1919
- All: "all",
1920
1922
  Preview: "preview",
1923
+ Production: "production",
1924
+ All: "all",
1921
1925
  ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
1922
1926
  AllExceptCustomDomains: "all_except_custom_domains",
1923
- Production: "production",
1924
1927
  } as const;
1925
1928
  export type CreateProjectTrustedIpsProjectsDeploymentType = ClosedEnum<
1926
1929
  typeof CreateProjectTrustedIpsProjectsDeploymentType
@@ -1931,11 +1934,11 @@ export type CreateProjectTrustedIps2 = {
1931
1934
  };
1932
1935
 
1933
1936
  export const CreateProjectTrustedIpsDeploymentType = {
1934
- All: "all",
1935
1937
  Preview: "preview",
1938
+ Production: "production",
1939
+ All: "all",
1936
1940
  ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
1937
1941
  AllExceptCustomDomains: "all_except_custom_domains",
1938
- Production: "production",
1939
1942
  } as const;
1940
1943
  export type CreateProjectTrustedIpsDeploymentType = ClosedEnum<
1941
1944
  typeof CreateProjectTrustedIpsDeploymentType
@@ -7459,32 +7462,32 @@ export const CreateProjectLink2$inboundSchema: z.ZodType<
7459
7462
  unknown
7460
7463
  > = z.object({
7461
7464
  type: CreateProjectLinkProjectsType$inboundSchema,
7465
+ repo: z.string().optional(),
7466
+ repoId: z.number().optional(),
7462
7467
  updatedAt: z.number().optional(),
7463
7468
  createdAt: z.number().optional(),
7464
- repo: z.string().optional(),
7465
- sourceless: z.boolean().optional(),
7466
7469
  org: z.string(),
7467
7470
  repoOwnerId: z.number().optional(),
7468
- repoId: z.number().optional(),
7469
7471
  deployHooks: z.array(
7470
7472
  z.lazy(() => CreateProjectLinkProjectsDeployHooks$inboundSchema),
7471
7473
  ),
7472
7474
  gitCredentialId: z.string(),
7475
+ sourceless: z.boolean().optional(),
7473
7476
  productionBranch: z.string(),
7474
7477
  });
7475
7478
 
7476
7479
  /** @internal */
7477
7480
  export type CreateProjectLink2$Outbound = {
7478
7481
  type: string;
7482
+ repo?: string | undefined;
7483
+ repoId?: number | undefined;
7479
7484
  updatedAt?: number | undefined;
7480
7485
  createdAt?: number | undefined;
7481
- repo?: string | undefined;
7482
- sourceless?: boolean | undefined;
7483
7486
  org: string;
7484
7487
  repoOwnerId?: number | undefined;
7485
- repoId?: number | undefined;
7486
7488
  deployHooks: Array<CreateProjectLinkProjectsDeployHooks$Outbound>;
7487
7489
  gitCredentialId: string;
7490
+ sourceless?: boolean | undefined;
7488
7491
  productionBranch: string;
7489
7492
  };
7490
7493
 
@@ -7495,17 +7498,17 @@ export const CreateProjectLink2$outboundSchema: z.ZodType<
7495
7498
  CreateProjectLink2
7496
7499
  > = z.object({
7497
7500
  type: CreateProjectLinkProjectsType$outboundSchema,
7501
+ repo: z.string().optional(),
7502
+ repoId: z.number().optional(),
7498
7503
  updatedAt: z.number().optional(),
7499
7504
  createdAt: z.number().optional(),
7500
- repo: z.string().optional(),
7501
- sourceless: z.boolean().optional(),
7502
7505
  org: z.string(),
7503
7506
  repoOwnerId: z.number().optional(),
7504
- repoId: z.number().optional(),
7505
7507
  deployHooks: z.array(
7506
7508
  z.lazy(() => CreateProjectLinkProjectsDeployHooks$outboundSchema),
7507
7509
  ),
7508
7510
  gitCredentialId: z.string(),
7511
+ sourceless: z.boolean().optional(),
7509
7512
  productionBranch: z.string(),
7510
7513
  });
7511
7514
 
@@ -8205,25 +8208,25 @@ export const CreateProjectProjectsResourceConfig$inboundSchema: z.ZodType<
8205
8208
  z.ZodTypeDef,
8206
8209
  unknown
8207
8210
  > = z.object({
8211
+ elasticConcurrencyEnabled: z.boolean().optional(),
8208
8212
  fluid: z.boolean().optional(),
8209
8213
  functionDefaultRegions: z.array(z.string()),
8210
8214
  functionDefaultTimeout: z.number().optional(),
8211
8215
  functionDefaultMemoryType:
8212
8216
  CreateProjectFunctionDefaultMemoryType$inboundSchema.optional(),
8213
8217
  functionZeroConfigFailover: z.boolean().optional(),
8214
- elasticConcurrencyEnabled: z.boolean().optional(),
8215
8218
  buildMachineType: CreateProjectBuildMachineType$inboundSchema.optional(),
8216
8219
  isNSNBDisabled: z.boolean().optional(),
8217
8220
  });
8218
8221
 
8219
8222
  /** @internal */
8220
8223
  export type CreateProjectProjectsResourceConfig$Outbound = {
8224
+ elasticConcurrencyEnabled?: boolean | undefined;
8221
8225
  fluid?: boolean | undefined;
8222
8226
  functionDefaultRegions: Array<string>;
8223
8227
  functionDefaultTimeout?: number | undefined;
8224
8228
  functionDefaultMemoryType?: string | undefined;
8225
8229
  functionZeroConfigFailover?: boolean | undefined;
8226
- elasticConcurrencyEnabled?: boolean | undefined;
8227
8230
  buildMachineType?: string | undefined;
8228
8231
  isNSNBDisabled?: boolean | undefined;
8229
8232
  };
@@ -8234,13 +8237,13 @@ export const CreateProjectProjectsResourceConfig$outboundSchema: z.ZodType<
8234
8237
  z.ZodTypeDef,
8235
8238
  CreateProjectProjectsResourceConfig
8236
8239
  > = z.object({
8240
+ elasticConcurrencyEnabled: z.boolean().optional(),
8237
8241
  fluid: z.boolean().optional(),
8238
8242
  functionDefaultRegions: z.array(z.string()),
8239
8243
  functionDefaultTimeout: z.number().optional(),
8240
8244
  functionDefaultMemoryType:
8241
8245
  CreateProjectFunctionDefaultMemoryType$outboundSchema.optional(),
8242
8246
  functionZeroConfigFailover: z.boolean().optional(),
8243
- elasticConcurrencyEnabled: z.boolean().optional(),
8244
8247
  buildMachineType: CreateProjectBuildMachineType$outboundSchema.optional(),
8245
8248
  isNSNBDisabled: z.boolean().optional(),
8246
8249
  });
@@ -8523,13 +8526,13 @@ export const CreateProjectDefaultResourceConfig$inboundSchema: z.ZodType<
8523
8526
  z.ZodTypeDef,
8524
8527
  unknown
8525
8528
  > = z.object({
8529
+ elasticConcurrencyEnabled: z.boolean().optional(),
8526
8530
  fluid: z.boolean().optional(),
8527
8531
  functionDefaultRegions: z.array(z.string()),
8528
8532
  functionDefaultTimeout: z.number().optional(),
8529
8533
  functionDefaultMemoryType:
8530
8534
  CreateProjectProjectsFunctionDefaultMemoryType$inboundSchema.optional(),
8531
8535
  functionZeroConfigFailover: z.boolean().optional(),
8532
- elasticConcurrencyEnabled: z.boolean().optional(),
8533
8536
  buildMachineType: CreateProjectProjectsBuildMachineType$inboundSchema
8534
8537
  .optional(),
8535
8538
  isNSNBDisabled: z.boolean().optional(),
@@ -8537,12 +8540,12 @@ export const CreateProjectDefaultResourceConfig$inboundSchema: z.ZodType<
8537
8540
 
8538
8541
  /** @internal */
8539
8542
  export type CreateProjectDefaultResourceConfig$Outbound = {
8543
+ elasticConcurrencyEnabled?: boolean | undefined;
8540
8544
  fluid?: boolean | undefined;
8541
8545
  functionDefaultRegions: Array<string>;
8542
8546
  functionDefaultTimeout?: number | undefined;
8543
8547
  functionDefaultMemoryType?: string | undefined;
8544
8548
  functionZeroConfigFailover?: boolean | undefined;
8545
- elasticConcurrencyEnabled?: boolean | undefined;
8546
8549
  buildMachineType?: string | undefined;
8547
8550
  isNSNBDisabled?: boolean | undefined;
8548
8551
  };
@@ -8553,13 +8556,13 @@ export const CreateProjectDefaultResourceConfig$outboundSchema: z.ZodType<
8553
8556
  z.ZodTypeDef,
8554
8557
  CreateProjectDefaultResourceConfig
8555
8558
  > = z.object({
8559
+ elasticConcurrencyEnabled: z.boolean().optional(),
8556
8560
  fluid: z.boolean().optional(),
8557
8561
  functionDefaultRegions: z.array(z.string()),
8558
8562
  functionDefaultTimeout: z.number().optional(),
8559
8563
  functionDefaultMemoryType:
8560
8564
  CreateProjectProjectsFunctionDefaultMemoryType$outboundSchema.optional(),
8561
8565
  functionZeroConfigFailover: z.boolean().optional(),
8562
- elasticConcurrencyEnabled: z.boolean().optional(),
8563
8566
  buildMachineType: CreateProjectProjectsBuildMachineType$outboundSchema
8564
8567
  .optional(),
8565
8568
  isNSNBDisabled: z.boolean().optional(),
@@ -9436,6 +9439,75 @@ export const CreateProjectPermissions$inboundSchema: z.ZodType<
9436
9439
  z.ZodTypeDef,
9437
9440
  unknown
9438
9441
  > = z.object({
9442
+ aliasProject: z.array(ACLAction$inboundSchema).optional(),
9443
+ aliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
9444
+ buildMachine: z.array(ACLAction$inboundSchema).optional(),
9445
+ productionAliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
9446
+ connectConfigurationLink: z.array(ACLAction$inboundSchema).optional(),
9447
+ dataCacheNamespace: z.array(ACLAction$inboundSchema).optional(),
9448
+ deployment: z.array(ACLAction$inboundSchema).optional(),
9449
+ deploymentBuildLogs: z.array(ACLAction$inboundSchema).optional(),
9450
+ deploymentCheck: z.array(ACLAction$inboundSchema).optional(),
9451
+ deploymentCheckPreview: z.array(ACLAction$inboundSchema).optional(),
9452
+ deploymentCheckReRunFromProductionBranch: z.array(ACLAction$inboundSchema)
9453
+ .optional(),
9454
+ deploymentProductionGit: z.array(ACLAction$inboundSchema).optional(),
9455
+ deploymentV0: z.array(ACLAction$inboundSchema).optional(),
9456
+ deploymentPreview: z.array(ACLAction$inboundSchema).optional(),
9457
+ deploymentPrivate: z.array(ACLAction$inboundSchema).optional(),
9458
+ deploymentPromote: z.array(ACLAction$inboundSchema).optional(),
9459
+ deploymentRollback: z.array(ACLAction$inboundSchema).optional(),
9460
+ edgeCacheNamespace: z.array(ACLAction$inboundSchema).optional(),
9461
+ environments: z.array(ACLAction$inboundSchema).optional(),
9462
+ logs: z.array(ACLAction$inboundSchema).optional(),
9463
+ logsPreset: z.array(ACLAction$inboundSchema).optional(),
9464
+ passwordProtection: z.array(ACLAction$inboundSchema).optional(),
9465
+ optionsAllowlist: z.array(ACLAction$inboundSchema).optional(),
9466
+ job: z.array(ACLAction$inboundSchema).optional(),
9467
+ observabilityData: z.array(ACLAction$inboundSchema).optional(),
9468
+ onDemandBuild: z.array(ACLAction$inboundSchema).optional(),
9469
+ onDemandConcurrency: z.array(ACLAction$inboundSchema).optional(),
9470
+ project: z.array(ACLAction$inboundSchema).optional(),
9471
+ projectFromV0: z.array(ACLAction$inboundSchema).optional(),
9472
+ projectAccessGroup: z.array(ACLAction$inboundSchema).optional(),
9473
+ projectAnalyticsSampling: z.array(ACLAction$inboundSchema).optional(),
9474
+ projectCheck: z.array(ACLAction$inboundSchema).optional(),
9475
+ projectCheckRun: z.array(ACLAction$inboundSchema).optional(),
9476
+ projectDeploymentHook: z.array(ACLAction$inboundSchema).optional(),
9477
+ projectDomain: z.array(ACLAction$inboundSchema).optional(),
9478
+ projectDomainMove: z.array(ACLAction$inboundSchema).optional(),
9479
+ projectDomainCheckConfig: z.array(ACLAction$inboundSchema).optional(),
9480
+ projectEnvVars: z.array(ACLAction$inboundSchema).optional(),
9481
+ projectEnvVarsProduction: z.array(ACLAction$inboundSchema).optional(),
9482
+ projectEnvVarsUnownedByIntegration: z.array(ACLAction$inboundSchema)
9483
+ .optional(),
9484
+ projectFlags: z.array(ACLAction$inboundSchema).optional(),
9485
+ projectId: z.array(ACLAction$inboundSchema).optional(),
9486
+ projectIntegrationConfiguration: z.array(ACLAction$inboundSchema).optional(),
9487
+ projectLink: z.array(ACLAction$inboundSchema).optional(),
9488
+ projectMember: z.array(ACLAction$inboundSchema).optional(),
9489
+ projectMonitoring: z.array(ACLAction$inboundSchema).optional(),
9490
+ projectPermissions: z.array(ACLAction$inboundSchema).optional(),
9491
+ projectProductionBranch: z.array(ACLAction$inboundSchema).optional(),
9492
+ projectTransfer: z.array(ACLAction$inboundSchema).optional(),
9493
+ projectTransferOut: z.array(ACLAction$inboundSchema).optional(),
9494
+ projectProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
9495
+ projectUsage: z.array(ACLAction$inboundSchema).optional(),
9496
+ projectAnalyticsUsage: z.array(ACLAction$inboundSchema).optional(),
9497
+ projectSupportCase: z.array(ACLAction$inboundSchema).optional(),
9498
+ projectSupportCaseComment: z.array(ACLAction$inboundSchema).optional(),
9499
+ projectDeploymentExpiration: z.array(ACLAction$inboundSchema).optional(),
9500
+ projectRollingRelease: z.array(ACLAction$inboundSchema).optional(),
9501
+ projectTier: z.array(ACLAction$inboundSchema).optional(),
9502
+ projectOIDCToken: z.array(ACLAction$inboundSchema).optional(),
9503
+ seawallConfig: z.array(ACLAction$inboundSchema).optional(),
9504
+ skewProtection: z.array(ACLAction$inboundSchema).optional(),
9505
+ analytics: z.array(ACLAction$inboundSchema).optional(),
9506
+ trustedIps: z.array(ACLAction$inboundSchema).optional(),
9507
+ v0Chat: z.array(ACLAction$inboundSchema).optional(),
9508
+ webAnalytics: z.array(ACLAction$inboundSchema).optional(),
9509
+ sharedEnvVarConnection: z.array(ACLAction$inboundSchema).optional(),
9510
+ sonar: z.array(ACLAction$inboundSchema).optional(),
9439
9511
  oauth2Connection: z.array(ACLAction$inboundSchema).optional(),
9440
9512
  user: z.array(ACLAction$inboundSchema).optional(),
9441
9513
  userConnection: z.array(ACLAction$inboundSchema).optional(),
@@ -9505,6 +9577,7 @@ export const CreateProjectPermissions$inboundSchema: z.ZodType<
9505
9577
  jobGlobal: z.array(ACLAction$inboundSchema).optional(),
9506
9578
  drain: z.array(ACLAction$inboundSchema).optional(),
9507
9579
  logDrain: z.array(ACLAction$inboundSchema).optional(),
9580
+ traceDrain: z.array(ACLAction$inboundSchema).optional(),
9508
9581
  Monitoring: z.array(ACLAction$inboundSchema).optional(),
9509
9582
  monitoringSettings: z.array(ACLAction$inboundSchema).optional(),
9510
9583
  monitoringQuery: z.array(ACLAction$inboundSchema).optional(),
@@ -9585,75 +9658,6 @@ export const CreateProjectPermissions$inboundSchema: z.ZodType<
9585
9658
  vercelRunExec: z.array(ACLAction$inboundSchema).optional(),
9586
9659
  apiKey: z.array(ACLAction$inboundSchema).optional(),
9587
9660
  apiKeyOwnedBySelf: z.array(ACLAction$inboundSchema).optional(),
9588
- aliasProject: z.array(ACLAction$inboundSchema).optional(),
9589
- aliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
9590
- buildMachine: z.array(ACLAction$inboundSchema).optional(),
9591
- productionAliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
9592
- connectConfigurationLink: z.array(ACLAction$inboundSchema).optional(),
9593
- dataCacheNamespace: z.array(ACLAction$inboundSchema).optional(),
9594
- deployment: z.array(ACLAction$inboundSchema).optional(),
9595
- deploymentBuildLogs: z.array(ACLAction$inboundSchema).optional(),
9596
- deploymentCheck: z.array(ACLAction$inboundSchema).optional(),
9597
- deploymentCheckPreview: z.array(ACLAction$inboundSchema).optional(),
9598
- deploymentCheckReRunFromProductionBranch: z.array(ACLAction$inboundSchema)
9599
- .optional(),
9600
- deploymentProductionGit: z.array(ACLAction$inboundSchema).optional(),
9601
- deploymentV0: z.array(ACLAction$inboundSchema).optional(),
9602
- deploymentPreview: z.array(ACLAction$inboundSchema).optional(),
9603
- deploymentPrivate: z.array(ACLAction$inboundSchema).optional(),
9604
- deploymentPromote: z.array(ACLAction$inboundSchema).optional(),
9605
- deploymentRollback: z.array(ACLAction$inboundSchema).optional(),
9606
- edgeCacheNamespace: z.array(ACLAction$inboundSchema).optional(),
9607
- environments: z.array(ACLAction$inboundSchema).optional(),
9608
- logs: z.array(ACLAction$inboundSchema).optional(),
9609
- logsPreset: z.array(ACLAction$inboundSchema).optional(),
9610
- passwordProtection: z.array(ACLAction$inboundSchema).optional(),
9611
- optionsAllowlist: z.array(ACLAction$inboundSchema).optional(),
9612
- job: z.array(ACLAction$inboundSchema).optional(),
9613
- observabilityData: z.array(ACLAction$inboundSchema).optional(),
9614
- onDemandBuild: z.array(ACLAction$inboundSchema).optional(),
9615
- onDemandConcurrency: z.array(ACLAction$inboundSchema).optional(),
9616
- project: z.array(ACLAction$inboundSchema).optional(),
9617
- projectFromV0: z.array(ACLAction$inboundSchema).optional(),
9618
- projectAccessGroup: z.array(ACLAction$inboundSchema).optional(),
9619
- projectAnalyticsSampling: z.array(ACLAction$inboundSchema).optional(),
9620
- projectCheck: z.array(ACLAction$inboundSchema).optional(),
9621
- projectCheckRun: z.array(ACLAction$inboundSchema).optional(),
9622
- projectDeploymentHook: z.array(ACLAction$inboundSchema).optional(),
9623
- projectDomain: z.array(ACLAction$inboundSchema).optional(),
9624
- projectDomainMove: z.array(ACLAction$inboundSchema).optional(),
9625
- projectDomainCheckConfig: z.array(ACLAction$inboundSchema).optional(),
9626
- projectEnvVars: z.array(ACLAction$inboundSchema).optional(),
9627
- projectEnvVarsProduction: z.array(ACLAction$inboundSchema).optional(),
9628
- projectEnvVarsUnownedByIntegration: z.array(ACLAction$inboundSchema)
9629
- .optional(),
9630
- projectFlags: z.array(ACLAction$inboundSchema).optional(),
9631
- projectId: z.array(ACLAction$inboundSchema).optional(),
9632
- projectIntegrationConfiguration: z.array(ACLAction$inboundSchema).optional(),
9633
- projectLink: z.array(ACLAction$inboundSchema).optional(),
9634
- projectMember: z.array(ACLAction$inboundSchema).optional(),
9635
- projectMonitoring: z.array(ACLAction$inboundSchema).optional(),
9636
- projectPermissions: z.array(ACLAction$inboundSchema).optional(),
9637
- projectProductionBranch: z.array(ACLAction$inboundSchema).optional(),
9638
- projectTransfer: z.array(ACLAction$inboundSchema).optional(),
9639
- projectTransferOut: z.array(ACLAction$inboundSchema).optional(),
9640
- projectProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
9641
- projectUsage: z.array(ACLAction$inboundSchema).optional(),
9642
- projectAnalyticsUsage: z.array(ACLAction$inboundSchema).optional(),
9643
- projectSupportCase: z.array(ACLAction$inboundSchema).optional(),
9644
- projectSupportCaseComment: z.array(ACLAction$inboundSchema).optional(),
9645
- projectDeploymentExpiration: z.array(ACLAction$inboundSchema).optional(),
9646
- projectRollingRelease: z.array(ACLAction$inboundSchema).optional(),
9647
- projectTier: z.array(ACLAction$inboundSchema).optional(),
9648
- projectOIDCToken: z.array(ACLAction$inboundSchema).optional(),
9649
- seawallConfig: z.array(ACLAction$inboundSchema).optional(),
9650
- skewProtection: z.array(ACLAction$inboundSchema).optional(),
9651
- analytics: z.array(ACLAction$inboundSchema).optional(),
9652
- trustedIps: z.array(ACLAction$inboundSchema).optional(),
9653
- v0Chat: z.array(ACLAction$inboundSchema).optional(),
9654
- webAnalytics: z.array(ACLAction$inboundSchema).optional(),
9655
- sharedEnvVarConnection: z.array(ACLAction$inboundSchema).optional(),
9656
- sonar: z.array(ACLAction$inboundSchema).optional(),
9657
9661
  }).transform((v) => {
9658
9662
  return remap$(v, {
9659
9663
  "Monitoring": "monitoring",
@@ -9664,6 +9668,73 @@ export const CreateProjectPermissions$inboundSchema: z.ZodType<
9664
9668
 
9665
9669
  /** @internal */
9666
9670
  export type CreateProjectPermissions$Outbound = {
9671
+ aliasProject?: Array<string> | undefined;
9672
+ aliasProtectionBypass?: Array<string> | undefined;
9673
+ buildMachine?: Array<string> | undefined;
9674
+ productionAliasProtectionBypass?: Array<string> | undefined;
9675
+ connectConfigurationLink?: Array<string> | undefined;
9676
+ dataCacheNamespace?: Array<string> | undefined;
9677
+ deployment?: Array<string> | undefined;
9678
+ deploymentBuildLogs?: Array<string> | undefined;
9679
+ deploymentCheck?: Array<string> | undefined;
9680
+ deploymentCheckPreview?: Array<string> | undefined;
9681
+ deploymentCheckReRunFromProductionBranch?: Array<string> | undefined;
9682
+ deploymentProductionGit?: Array<string> | undefined;
9683
+ deploymentV0?: Array<string> | undefined;
9684
+ deploymentPreview?: Array<string> | undefined;
9685
+ deploymentPrivate?: Array<string> | undefined;
9686
+ deploymentPromote?: Array<string> | undefined;
9687
+ deploymentRollback?: Array<string> | undefined;
9688
+ edgeCacheNamespace?: Array<string> | undefined;
9689
+ environments?: Array<string> | undefined;
9690
+ logs?: Array<string> | undefined;
9691
+ logsPreset?: Array<string> | undefined;
9692
+ passwordProtection?: Array<string> | undefined;
9693
+ optionsAllowlist?: Array<string> | undefined;
9694
+ job?: Array<string> | undefined;
9695
+ observabilityData?: Array<string> | undefined;
9696
+ onDemandBuild?: Array<string> | undefined;
9697
+ onDemandConcurrency?: Array<string> | undefined;
9698
+ project?: Array<string> | undefined;
9699
+ projectFromV0?: Array<string> | undefined;
9700
+ projectAccessGroup?: Array<string> | undefined;
9701
+ projectAnalyticsSampling?: Array<string> | undefined;
9702
+ projectCheck?: Array<string> | undefined;
9703
+ projectCheckRun?: Array<string> | undefined;
9704
+ projectDeploymentHook?: Array<string> | undefined;
9705
+ projectDomain?: Array<string> | undefined;
9706
+ projectDomainMove?: Array<string> | undefined;
9707
+ projectDomainCheckConfig?: Array<string> | undefined;
9708
+ projectEnvVars?: Array<string> | undefined;
9709
+ projectEnvVarsProduction?: Array<string> | undefined;
9710
+ projectEnvVarsUnownedByIntegration?: Array<string> | undefined;
9711
+ projectFlags?: Array<string> | undefined;
9712
+ projectId?: Array<string> | undefined;
9713
+ projectIntegrationConfiguration?: Array<string> | undefined;
9714
+ projectLink?: Array<string> | undefined;
9715
+ projectMember?: Array<string> | undefined;
9716
+ projectMonitoring?: Array<string> | undefined;
9717
+ projectPermissions?: Array<string> | undefined;
9718
+ projectProductionBranch?: Array<string> | undefined;
9719
+ projectTransfer?: Array<string> | undefined;
9720
+ projectTransferOut?: Array<string> | undefined;
9721
+ projectProtectionBypass?: Array<string> | undefined;
9722
+ projectUsage?: Array<string> | undefined;
9723
+ projectAnalyticsUsage?: Array<string> | undefined;
9724
+ projectSupportCase?: Array<string> | undefined;
9725
+ projectSupportCaseComment?: Array<string> | undefined;
9726
+ projectDeploymentExpiration?: Array<string> | undefined;
9727
+ projectRollingRelease?: Array<string> | undefined;
9728
+ projectTier?: Array<string> | undefined;
9729
+ projectOIDCToken?: Array<string> | undefined;
9730
+ seawallConfig?: Array<string> | undefined;
9731
+ skewProtection?: Array<string> | undefined;
9732
+ analytics?: Array<string> | undefined;
9733
+ trustedIps?: Array<string> | undefined;
9734
+ v0Chat?: Array<string> | undefined;
9735
+ webAnalytics?: Array<string> | undefined;
9736
+ sharedEnvVarConnection?: Array<string> | undefined;
9737
+ sonar?: Array<string> | undefined;
9667
9738
  oauth2Connection?: Array<string> | undefined;
9668
9739
  user?: Array<string> | undefined;
9669
9740
  userConnection?: Array<string> | undefined;
@@ -9730,6 +9801,7 @@ export type CreateProjectPermissions$Outbound = {
9730
9801
  jobGlobal?: Array<string> | undefined;
9731
9802
  drain?: Array<string> | undefined;
9732
9803
  logDrain?: Array<string> | undefined;
9804
+ traceDrain?: Array<string> | undefined;
9733
9805
  Monitoring?: Array<string> | undefined;
9734
9806
  monitoringSettings?: Array<string> | undefined;
9735
9807
  monitoringQuery?: Array<string> | undefined;
@@ -9810,73 +9882,6 @@ export type CreateProjectPermissions$Outbound = {
9810
9882
  vercelRunExec?: Array<string> | undefined;
9811
9883
  apiKey?: Array<string> | undefined;
9812
9884
  apiKeyOwnedBySelf?: Array<string> | undefined;
9813
- aliasProject?: Array<string> | undefined;
9814
- aliasProtectionBypass?: Array<string> | undefined;
9815
- buildMachine?: Array<string> | undefined;
9816
- productionAliasProtectionBypass?: Array<string> | undefined;
9817
- connectConfigurationLink?: Array<string> | undefined;
9818
- dataCacheNamespace?: Array<string> | undefined;
9819
- deployment?: Array<string> | undefined;
9820
- deploymentBuildLogs?: Array<string> | undefined;
9821
- deploymentCheck?: Array<string> | undefined;
9822
- deploymentCheckPreview?: Array<string> | undefined;
9823
- deploymentCheckReRunFromProductionBranch?: Array<string> | undefined;
9824
- deploymentProductionGit?: Array<string> | undefined;
9825
- deploymentV0?: Array<string> | undefined;
9826
- deploymentPreview?: Array<string> | undefined;
9827
- deploymentPrivate?: Array<string> | undefined;
9828
- deploymentPromote?: Array<string> | undefined;
9829
- deploymentRollback?: Array<string> | undefined;
9830
- edgeCacheNamespace?: Array<string> | undefined;
9831
- environments?: Array<string> | undefined;
9832
- logs?: Array<string> | undefined;
9833
- logsPreset?: Array<string> | undefined;
9834
- passwordProtection?: Array<string> | undefined;
9835
- optionsAllowlist?: Array<string> | undefined;
9836
- job?: Array<string> | undefined;
9837
- observabilityData?: Array<string> | undefined;
9838
- onDemandBuild?: Array<string> | undefined;
9839
- onDemandConcurrency?: Array<string> | undefined;
9840
- project?: Array<string> | undefined;
9841
- projectFromV0?: Array<string> | undefined;
9842
- projectAccessGroup?: Array<string> | undefined;
9843
- projectAnalyticsSampling?: Array<string> | undefined;
9844
- projectCheck?: Array<string> | undefined;
9845
- projectCheckRun?: Array<string> | undefined;
9846
- projectDeploymentHook?: Array<string> | undefined;
9847
- projectDomain?: Array<string> | undefined;
9848
- projectDomainMove?: Array<string> | undefined;
9849
- projectDomainCheckConfig?: Array<string> | undefined;
9850
- projectEnvVars?: Array<string> | undefined;
9851
- projectEnvVarsProduction?: Array<string> | undefined;
9852
- projectEnvVarsUnownedByIntegration?: Array<string> | undefined;
9853
- projectFlags?: Array<string> | undefined;
9854
- projectId?: Array<string> | undefined;
9855
- projectIntegrationConfiguration?: Array<string> | undefined;
9856
- projectLink?: Array<string> | undefined;
9857
- projectMember?: Array<string> | undefined;
9858
- projectMonitoring?: Array<string> | undefined;
9859
- projectPermissions?: Array<string> | undefined;
9860
- projectProductionBranch?: Array<string> | undefined;
9861
- projectTransfer?: Array<string> | undefined;
9862
- projectTransferOut?: Array<string> | undefined;
9863
- projectProtectionBypass?: Array<string> | undefined;
9864
- projectUsage?: Array<string> | undefined;
9865
- projectAnalyticsUsage?: Array<string> | undefined;
9866
- projectSupportCase?: Array<string> | undefined;
9867
- projectSupportCaseComment?: Array<string> | undefined;
9868
- projectDeploymentExpiration?: Array<string> | undefined;
9869
- projectRollingRelease?: Array<string> | undefined;
9870
- projectTier?: Array<string> | undefined;
9871
- projectOIDCToken?: Array<string> | undefined;
9872
- seawallConfig?: Array<string> | undefined;
9873
- skewProtection?: Array<string> | undefined;
9874
- analytics?: Array<string> | undefined;
9875
- trustedIps?: Array<string> | undefined;
9876
- v0Chat?: Array<string> | undefined;
9877
- webAnalytics?: Array<string> | undefined;
9878
- sharedEnvVarConnection?: Array<string> | undefined;
9879
- sonar?: Array<string> | undefined;
9880
9885
  };
9881
9886
 
9882
9887
  /** @internal */
@@ -9885,6 +9890,75 @@ export const CreateProjectPermissions$outboundSchema: z.ZodType<
9885
9890
  z.ZodTypeDef,
9886
9891
  CreateProjectPermissions
9887
9892
  > = z.object({
9893
+ aliasProject: z.array(ACLAction$outboundSchema).optional(),
9894
+ aliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
9895
+ buildMachine: z.array(ACLAction$outboundSchema).optional(),
9896
+ productionAliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
9897
+ connectConfigurationLink: z.array(ACLAction$outboundSchema).optional(),
9898
+ dataCacheNamespace: z.array(ACLAction$outboundSchema).optional(),
9899
+ deployment: z.array(ACLAction$outboundSchema).optional(),
9900
+ deploymentBuildLogs: z.array(ACLAction$outboundSchema).optional(),
9901
+ deploymentCheck: z.array(ACLAction$outboundSchema).optional(),
9902
+ deploymentCheckPreview: z.array(ACLAction$outboundSchema).optional(),
9903
+ deploymentCheckReRunFromProductionBranch: z.array(ACLAction$outboundSchema)
9904
+ .optional(),
9905
+ deploymentProductionGit: z.array(ACLAction$outboundSchema).optional(),
9906
+ deploymentV0: z.array(ACLAction$outboundSchema).optional(),
9907
+ deploymentPreview: z.array(ACLAction$outboundSchema).optional(),
9908
+ deploymentPrivate: z.array(ACLAction$outboundSchema).optional(),
9909
+ deploymentPromote: z.array(ACLAction$outboundSchema).optional(),
9910
+ deploymentRollback: z.array(ACLAction$outboundSchema).optional(),
9911
+ edgeCacheNamespace: z.array(ACLAction$outboundSchema).optional(),
9912
+ environments: z.array(ACLAction$outboundSchema).optional(),
9913
+ logs: z.array(ACLAction$outboundSchema).optional(),
9914
+ logsPreset: z.array(ACLAction$outboundSchema).optional(),
9915
+ passwordProtection: z.array(ACLAction$outboundSchema).optional(),
9916
+ optionsAllowlist: z.array(ACLAction$outboundSchema).optional(),
9917
+ job: z.array(ACLAction$outboundSchema).optional(),
9918
+ observabilityData: z.array(ACLAction$outboundSchema).optional(),
9919
+ onDemandBuild: z.array(ACLAction$outboundSchema).optional(),
9920
+ onDemandConcurrency: z.array(ACLAction$outboundSchema).optional(),
9921
+ project: z.array(ACLAction$outboundSchema).optional(),
9922
+ projectFromV0: z.array(ACLAction$outboundSchema).optional(),
9923
+ projectAccessGroup: z.array(ACLAction$outboundSchema).optional(),
9924
+ projectAnalyticsSampling: z.array(ACLAction$outboundSchema).optional(),
9925
+ projectCheck: z.array(ACLAction$outboundSchema).optional(),
9926
+ projectCheckRun: z.array(ACLAction$outboundSchema).optional(),
9927
+ projectDeploymentHook: z.array(ACLAction$outboundSchema).optional(),
9928
+ projectDomain: z.array(ACLAction$outboundSchema).optional(),
9929
+ projectDomainMove: z.array(ACLAction$outboundSchema).optional(),
9930
+ projectDomainCheckConfig: z.array(ACLAction$outboundSchema).optional(),
9931
+ projectEnvVars: z.array(ACLAction$outboundSchema).optional(),
9932
+ projectEnvVarsProduction: z.array(ACLAction$outboundSchema).optional(),
9933
+ projectEnvVarsUnownedByIntegration: z.array(ACLAction$outboundSchema)
9934
+ .optional(),
9935
+ projectFlags: z.array(ACLAction$outboundSchema).optional(),
9936
+ projectId: z.array(ACLAction$outboundSchema).optional(),
9937
+ projectIntegrationConfiguration: z.array(ACLAction$outboundSchema).optional(),
9938
+ projectLink: z.array(ACLAction$outboundSchema).optional(),
9939
+ projectMember: z.array(ACLAction$outboundSchema).optional(),
9940
+ projectMonitoring: z.array(ACLAction$outboundSchema).optional(),
9941
+ projectPermissions: z.array(ACLAction$outboundSchema).optional(),
9942
+ projectProductionBranch: z.array(ACLAction$outboundSchema).optional(),
9943
+ projectTransfer: z.array(ACLAction$outboundSchema).optional(),
9944
+ projectTransferOut: z.array(ACLAction$outboundSchema).optional(),
9945
+ projectProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
9946
+ projectUsage: z.array(ACLAction$outboundSchema).optional(),
9947
+ projectAnalyticsUsage: z.array(ACLAction$outboundSchema).optional(),
9948
+ projectSupportCase: z.array(ACLAction$outboundSchema).optional(),
9949
+ projectSupportCaseComment: z.array(ACLAction$outboundSchema).optional(),
9950
+ projectDeploymentExpiration: z.array(ACLAction$outboundSchema).optional(),
9951
+ projectRollingRelease: z.array(ACLAction$outboundSchema).optional(),
9952
+ projectTier: z.array(ACLAction$outboundSchema).optional(),
9953
+ projectOIDCToken: z.array(ACLAction$outboundSchema).optional(),
9954
+ seawallConfig: z.array(ACLAction$outboundSchema).optional(),
9955
+ skewProtection: z.array(ACLAction$outboundSchema).optional(),
9956
+ analytics: z.array(ACLAction$outboundSchema).optional(),
9957
+ trustedIps: z.array(ACLAction$outboundSchema).optional(),
9958
+ v0Chat: z.array(ACLAction$outboundSchema).optional(),
9959
+ webAnalytics: z.array(ACLAction$outboundSchema).optional(),
9960
+ sharedEnvVarConnection: z.array(ACLAction$outboundSchema).optional(),
9961
+ sonar: z.array(ACLAction$outboundSchema).optional(),
9888
9962
  oauth2Connection: z.array(ACLAction$outboundSchema).optional(),
9889
9963
  user: z.array(ACLAction$outboundSchema).optional(),
9890
9964
  userConnection: z.array(ACLAction$outboundSchema).optional(),
@@ -9956,6 +10030,7 @@ export const CreateProjectPermissions$outboundSchema: z.ZodType<
9956
10030
  jobGlobal: z.array(ACLAction$outboundSchema).optional(),
9957
10031
  drain: z.array(ACLAction$outboundSchema).optional(),
9958
10032
  logDrain: z.array(ACLAction$outboundSchema).optional(),
10033
+ traceDrain: z.array(ACLAction$outboundSchema).optional(),
9959
10034
  monitoring: z.array(ACLAction$outboundSchema).optional(),
9960
10035
  monitoringSettings: z.array(ACLAction$outboundSchema).optional(),
9961
10036
  monitoringQuery: z.array(ACLAction$outboundSchema).optional(),
@@ -10036,75 +10111,6 @@ export const CreateProjectPermissions$outboundSchema: z.ZodType<
10036
10111
  vercelRunExec: z.array(ACLAction$outboundSchema).optional(),
10037
10112
  apiKey: z.array(ACLAction$outboundSchema).optional(),
10038
10113
  apiKeyOwnedBySelf: z.array(ACLAction$outboundSchema).optional(),
10039
- aliasProject: z.array(ACLAction$outboundSchema).optional(),
10040
- aliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
10041
- buildMachine: z.array(ACLAction$outboundSchema).optional(),
10042
- productionAliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
10043
- connectConfigurationLink: z.array(ACLAction$outboundSchema).optional(),
10044
- dataCacheNamespace: z.array(ACLAction$outboundSchema).optional(),
10045
- deployment: z.array(ACLAction$outboundSchema).optional(),
10046
- deploymentBuildLogs: z.array(ACLAction$outboundSchema).optional(),
10047
- deploymentCheck: z.array(ACLAction$outboundSchema).optional(),
10048
- deploymentCheckPreview: z.array(ACLAction$outboundSchema).optional(),
10049
- deploymentCheckReRunFromProductionBranch: z.array(ACLAction$outboundSchema)
10050
- .optional(),
10051
- deploymentProductionGit: z.array(ACLAction$outboundSchema).optional(),
10052
- deploymentV0: z.array(ACLAction$outboundSchema).optional(),
10053
- deploymentPreview: z.array(ACLAction$outboundSchema).optional(),
10054
- deploymentPrivate: z.array(ACLAction$outboundSchema).optional(),
10055
- deploymentPromote: z.array(ACLAction$outboundSchema).optional(),
10056
- deploymentRollback: z.array(ACLAction$outboundSchema).optional(),
10057
- edgeCacheNamespace: z.array(ACLAction$outboundSchema).optional(),
10058
- environments: z.array(ACLAction$outboundSchema).optional(),
10059
- logs: z.array(ACLAction$outboundSchema).optional(),
10060
- logsPreset: z.array(ACLAction$outboundSchema).optional(),
10061
- passwordProtection: z.array(ACLAction$outboundSchema).optional(),
10062
- optionsAllowlist: z.array(ACLAction$outboundSchema).optional(),
10063
- job: z.array(ACLAction$outboundSchema).optional(),
10064
- observabilityData: z.array(ACLAction$outboundSchema).optional(),
10065
- onDemandBuild: z.array(ACLAction$outboundSchema).optional(),
10066
- onDemandConcurrency: z.array(ACLAction$outboundSchema).optional(),
10067
- project: z.array(ACLAction$outboundSchema).optional(),
10068
- projectFromV0: z.array(ACLAction$outboundSchema).optional(),
10069
- projectAccessGroup: z.array(ACLAction$outboundSchema).optional(),
10070
- projectAnalyticsSampling: z.array(ACLAction$outboundSchema).optional(),
10071
- projectCheck: z.array(ACLAction$outboundSchema).optional(),
10072
- projectCheckRun: z.array(ACLAction$outboundSchema).optional(),
10073
- projectDeploymentHook: z.array(ACLAction$outboundSchema).optional(),
10074
- projectDomain: z.array(ACLAction$outboundSchema).optional(),
10075
- projectDomainMove: z.array(ACLAction$outboundSchema).optional(),
10076
- projectDomainCheckConfig: z.array(ACLAction$outboundSchema).optional(),
10077
- projectEnvVars: z.array(ACLAction$outboundSchema).optional(),
10078
- projectEnvVarsProduction: z.array(ACLAction$outboundSchema).optional(),
10079
- projectEnvVarsUnownedByIntegration: z.array(ACLAction$outboundSchema)
10080
- .optional(),
10081
- projectFlags: z.array(ACLAction$outboundSchema).optional(),
10082
- projectId: z.array(ACLAction$outboundSchema).optional(),
10083
- projectIntegrationConfiguration: z.array(ACLAction$outboundSchema).optional(),
10084
- projectLink: z.array(ACLAction$outboundSchema).optional(),
10085
- projectMember: z.array(ACLAction$outboundSchema).optional(),
10086
- projectMonitoring: z.array(ACLAction$outboundSchema).optional(),
10087
- projectPermissions: z.array(ACLAction$outboundSchema).optional(),
10088
- projectProductionBranch: z.array(ACLAction$outboundSchema).optional(),
10089
- projectTransfer: z.array(ACLAction$outboundSchema).optional(),
10090
- projectTransferOut: z.array(ACLAction$outboundSchema).optional(),
10091
- projectProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
10092
- projectUsage: z.array(ACLAction$outboundSchema).optional(),
10093
- projectAnalyticsUsage: z.array(ACLAction$outboundSchema).optional(),
10094
- projectSupportCase: z.array(ACLAction$outboundSchema).optional(),
10095
- projectSupportCaseComment: z.array(ACLAction$outboundSchema).optional(),
10096
- projectDeploymentExpiration: z.array(ACLAction$outboundSchema).optional(),
10097
- projectRollingRelease: z.array(ACLAction$outboundSchema).optional(),
10098
- projectTier: z.array(ACLAction$outboundSchema).optional(),
10099
- projectOIDCToken: z.array(ACLAction$outboundSchema).optional(),
10100
- seawallConfig: z.array(ACLAction$outboundSchema).optional(),
10101
- skewProtection: z.array(ACLAction$outboundSchema).optional(),
10102
- analytics: z.array(ACLAction$outboundSchema).optional(),
10103
- trustedIps: z.array(ACLAction$outboundSchema).optional(),
10104
- v0Chat: z.array(ACLAction$outboundSchema).optional(),
10105
- webAnalytics: z.array(ACLAction$outboundSchema).optional(),
10106
- sharedEnvVarConnection: z.array(ACLAction$outboundSchema).optional(),
10107
- sonar: z.array(ACLAction$outboundSchema).optional(),
10108
10114
  }).transform((v) => {
10109
10115
  return remap$(v, {
10110
10116
  monitoring: "Monitoring",