@vercel/sdk 1.8.3 → 1.8.5
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.
- package/bin/mcp-server.js +2214 -1517
- package/bin/mcp-server.js.map +44 -44
- package/docs/sdks/edgeconfig/README.md +1 -1
- package/esm/__tests__/deployments.test.js +1 -1
- package/esm/__tests__/deployments.test.js.map +1 -1
- package/esm/__tests__/edgeconfig.test.js +1 -22
- package/esm/__tests__/edgeconfig.test.js.map +1 -1
- package/esm/__tests__/projects.test.js +15 -13
- package/esm/__tests__/projects.test.js.map +1 -1
- package/esm/funcs/edgeConfigGetEdgeConfigItems.d.ts +1 -1
- package/esm/funcs/edgeConfigGetEdgeConfigItems.d.ts.map +1 -1
- package/esm/funcs/edgeConfigGetEdgeConfigItems.js +2 -1
- package/esm/funcs/edgeConfigGetEdgeConfigItems.js.map +1 -1
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.js +1 -1
- package/esm/models/addbypassipop.d.ts +2 -2
- package/esm/models/addbypassipop.js +2 -2
- package/esm/models/artifactqueryop.d.ts +2 -2
- package/esm/models/artifactqueryop.js +2 -2
- package/esm/models/authtoken.d.ts +4 -4
- package/esm/models/authtoken.js +4 -4
- package/esm/models/canceldeploymentop.d.ts +428 -28
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +490 -52
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +462 -62
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +526 -86
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createeventop.d.ts +4 -4
- package/esm/models/createeventop.js +4 -4
- package/esm/models/createortransferdomainop.d.ts +4 -4
- package/esm/models/createortransferdomainop.js +4 -4
- package/esm/models/createprojectenvop.d.ts +14 -14
- package/esm/models/createprojectenvop.d.ts.map +1 -1
- package/esm/models/createprojectenvop.js +10 -10
- package/esm/models/createprojectenvop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +157 -157
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +155 -155
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/createrecordop.d.ts +6 -6
- package/esm/models/createrecordop.d.ts.map +1 -1
- package/esm/models/createrecordop.js +18 -18
- package/esm/models/createrecordop.js.map +1 -1
- package/esm/models/editprojectenvop.d.ts +9 -9
- package/esm/models/editprojectenvop.d.ts.map +1 -1
- package/esm/models/editprojectenvop.js +7 -7
- package/esm/models/editprojectenvop.js.map +1 -1
- package/esm/models/filterprojectenvsop.d.ts +14 -14
- package/esm/models/filterprojectenvsop.d.ts.map +1 -1
- package/esm/models/filterprojectenvsop.js +14 -14
- package/esm/models/filterprojectenvsop.js.map +1 -1
- package/esm/models/getactiveattackstatusop.d.ts +2 -2
- package/esm/models/getactiveattackstatusop.js +2 -2
- package/esm/models/getaliasop.d.ts +4 -4
- package/esm/models/getaliasop.d.ts.map +1 -1
- package/esm/models/getaliasop.js +8 -8
- package/esm/models/getaliasop.js.map +1 -1
- package/esm/models/getauthuserop.d.ts +4 -4
- package/esm/models/getauthuserop.d.ts.map +1 -1
- package/esm/models/getauthuserop.js +4 -4
- package/esm/models/getauthuserop.js.map +1 -1
- package/esm/models/getconfigurationop.d.ts +6 -6
- package/esm/models/getconfigurationop.js +6 -6
- package/esm/models/getdeploymenteventsop.d.ts +6 -6
- package/esm/models/getdeploymenteventsop.js +8 -8
- package/esm/models/getdeploymentop.d.ts +438 -38
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +519 -86
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getedgeconfigbackupop.d.ts +2 -2
- package/esm/models/getedgeconfigbackupop.js +2 -2
- package/esm/models/getprojectenvop.d.ts +14 -14
- package/esm/models/getprojectenvop.d.ts.map +1 -1
- package/esm/models/getprojectenvop.js +14 -14
- package/esm/models/getprojectenvop.js.map +1 -1
- package/esm/models/getprojectmembersop.d.ts +2 -2
- package/esm/models/getprojectmembersop.js +2 -2
- package/esm/models/getprojectsop.d.ts +20 -20
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +20 -20
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getrecordsop.d.ts +2 -2
- package/esm/models/getrecordsop.d.ts.map +1 -1
- package/esm/models/getrecordsop.js +2 -2
- package/esm/models/getrecordsop.js.map +1 -1
- package/esm/models/getteamsop.d.ts +4 -4
- package/esm/models/getteamsop.d.ts.map +1 -1
- package/esm/models/getteamsop.js +4 -4
- package/esm/models/getteamsop.js.map +1 -1
- package/esm/models/inviteusertoteamop.d.ts +2 -2
- package/esm/models/inviteusertoteamop.js +2 -2
- package/esm/models/listaccessgroupsop.d.ts +2 -2
- package/esm/models/listaccessgroupsop.js +2 -2
- package/esm/models/listaliasesop.d.ts +4 -4
- package/esm/models/listaliasesop.js +8 -8
- package/esm/models/listdeploymentaliasesop.d.ts +4 -4
- package/esm/models/listdeploymentaliasesop.js +8 -8
- package/esm/models/listpromotealiasesop.d.ts +2 -2
- package/esm/models/listpromotealiasesop.js +2 -2
- package/esm/models/patchdomainop.d.ts +6 -6
- package/esm/models/patchdomainop.js +6 -6
- package/esm/models/patchurlprotectionbypassop.d.ts +4 -4
- package/esm/models/patchurlprotectionbypassop.js +4 -4
- package/esm/models/removeprojectenvop.d.ts +23 -23
- package/esm/models/removeprojectenvop.d.ts.map +1 -1
- package/esm/models/removeprojectenvop.js +17 -17
- package/esm/models/removeprojectenvop.js.map +1 -1
- package/esm/models/updatefirewallconfigop.d.ts +4 -4
- package/esm/models/updatefirewallconfigop.d.ts.map +1 -1
- package/esm/models/updatefirewallconfigop.js +24 -24
- package/esm/models/updatefirewallconfigop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +20 -20
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +20 -20
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +157 -157
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +155 -155
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/updateprojectprotectionbypassop.d.ts +4 -4
- package/esm/models/updateprojectprotectionbypassop.js +4 -4
- package/esm/models/uploadfileop.d.ts +2 -2
- package/esm/models/uploadfileop.js +2 -2
- package/esm/models/userevent.d.ts +24 -24
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +467 -467
- package/esm/models/userevent.js.map +1 -1
- package/esm/sdk/edgeconfig.d.ts +1 -1
- package/esm/sdk/edgeconfig.d.ts.map +1 -1
- package/esm/types/constdatetime.js +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/deployments.test.ts +1 -1
- package/src/__tests__/edgeconfig.test.ts +1 -22
- package/src/__tests__/projects.test.ts +15 -13
- package/src/funcs/edgeConfigGetEdgeConfigItems.ts +5 -4
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/addbypassipop.ts +6 -6
- package/src/models/artifactqueryop.ts +5 -5
- package/src/models/authtoken.ts +8 -8
- package/src/models/canceldeploymentop.ts +1192 -169
- package/src/models/createdeploymentop.ts +1110 -169
- package/src/models/createeventop.ts +8 -8
- package/src/models/createortransferdomainop.ts +10 -10
- package/src/models/createprojectenvop.ts +22 -22
- package/src/models/createprojectop.ts +315 -315
- package/src/models/createrecordop.ts +38 -38
- package/src/models/editprojectenvop.ts +17 -17
- package/src/models/filterprojectenvsop.ts +38 -40
- package/src/models/getactiveattackstatusop.ts +6 -6
- package/src/models/getaliasop.ts +20 -20
- package/src/models/getauthuserop.ts +9 -9
- package/src/models/getconfigurationop.ts +15 -15
- package/src/models/getdeploymenteventsop.ts +26 -26
- package/src/models/getdeploymentop.ts +1245 -254
- package/src/models/getedgeconfigbackupop.ts +6 -6
- package/src/models/getprojectenvop.ts +36 -36
- package/src/models/getprojectmembersop.ts +6 -6
- package/src/models/getprojectsop.ts +51 -51
- package/src/models/getrecordsop.ts +4 -4
- package/src/models/getteamsop.ts +8 -8
- package/src/models/inviteusertoteamop.ts +6 -6
- package/src/models/listaccessgroupsop.ts +6 -6
- package/src/models/listaliasesop.ts +20 -20
- package/src/models/listdeploymentaliasesop.ts +20 -20
- package/src/models/listpromotealiasesop.ts +6 -6
- package/src/models/patchdomainop.ts +15 -15
- package/src/models/patchurlprotectionbypassop.ts +10 -10
- package/src/models/removeprojectenvop.ts +39 -41
- package/src/models/updatefirewallconfigop.ts +52 -52
- package/src/models/updateprojectdatacacheop.ts +47 -47
- package/src/models/updateprojectop.ts +315 -315
- package/src/models/updateprojectprotectionbypassop.ts +14 -14
- package/src/models/uploadfileop.ts +6 -6
- package/src/models/userevent.ts +955 -955
- package/src/sdk/edgeconfig.ts +1 -1
- package/src/types/constdatetime.ts +1 -1
- package/vercel-spec.json +1645 -937
|
@@ -532,10 +532,10 @@ export type UpdateProjectTarget = Array<string> | UpdateProjectTarget2;
|
|
|
532
532
|
|
|
533
533
|
export const UpdateProjectType = {
|
|
534
534
|
System: "system",
|
|
535
|
-
Secret: "secret",
|
|
536
535
|
Encrypted: "encrypted",
|
|
537
536
|
Plain: "plain",
|
|
538
537
|
Sensitive: "sensitive",
|
|
538
|
+
Secret: "secret",
|
|
539
539
|
} as const;
|
|
540
540
|
export type UpdateProjectType = ClosedEnum<typeof UpdateProjectType>;
|
|
541
541
|
|
|
@@ -754,6 +754,7 @@ export type UpdateProjectContentHint1 = {
|
|
|
754
754
|
};
|
|
755
755
|
|
|
756
756
|
export type UpdateProjectContentHint =
|
|
757
|
+
| UpdateProjectContentHint14
|
|
757
758
|
| UpdateProjectContentHint1
|
|
758
759
|
| UpdateProjectContentHint2
|
|
759
760
|
| UpdateProjectContentHint3
|
|
@@ -767,8 +768,7 @@ export type UpdateProjectContentHint =
|
|
|
767
768
|
| UpdateProjectContentHint11
|
|
768
769
|
| UpdateProjectContentHint12
|
|
769
770
|
| UpdateProjectContentHint13
|
|
770
|
-
| UpdateProjectContentHint15
|
|
771
|
-
| UpdateProjectContentHint14;
|
|
771
|
+
| UpdateProjectContentHint15;
|
|
772
772
|
|
|
773
773
|
export const UpdateProjectProjectsResponse200ApplicationJSONResponseBodyType = {
|
|
774
774
|
FlagsSecret: "flags-secret",
|
|
@@ -810,6 +810,7 @@ export type UpdateProjectEnv = {
|
|
|
810
810
|
edgeConfigId?: string | null | undefined;
|
|
811
811
|
edgeConfigTokenId?: string | null | undefined;
|
|
812
812
|
contentHint?:
|
|
813
|
+
| UpdateProjectContentHint14
|
|
813
814
|
| UpdateProjectContentHint1
|
|
814
815
|
| UpdateProjectContentHint2
|
|
815
816
|
| UpdateProjectContentHint3
|
|
@@ -824,7 +825,6 @@ export type UpdateProjectEnv = {
|
|
|
824
825
|
| UpdateProjectContentHint12
|
|
825
826
|
| UpdateProjectContentHint13
|
|
826
827
|
| UpdateProjectContentHint15
|
|
827
|
-
| UpdateProjectContentHint14
|
|
828
828
|
| null
|
|
829
829
|
| undefined;
|
|
830
830
|
/**
|
|
@@ -1301,9 +1301,9 @@ export type UpdateProjectLink1 = {
|
|
|
1301
1301
|
|
|
1302
1302
|
export type UpdateProjectLink =
|
|
1303
1303
|
| UpdateProjectLink1
|
|
1304
|
+
| UpdateProjectLink2
|
|
1304
1305
|
| UpdateProjectLink3
|
|
1305
|
-
| UpdateProjectLink4
|
|
1306
|
-
| UpdateProjectLink2;
|
|
1306
|
+
| UpdateProjectLink4;
|
|
1307
1307
|
|
|
1308
1308
|
export type UpdateProjectMicrofrontends2 = {
|
|
1309
1309
|
updatedAt: number;
|
|
@@ -1339,8 +1339,8 @@ export type UpdateProjectMicrofrontends1 = {
|
|
|
1339
1339
|
};
|
|
1340
1340
|
|
|
1341
1341
|
export type UpdateProjectMicrofrontends =
|
|
1342
|
-
|
|
|
1343
|
-
|
|
|
1342
|
+
| UpdateProjectMicrofrontends1
|
|
1343
|
+
| UpdateProjectMicrofrontends2;
|
|
1344
1344
|
|
|
1345
1345
|
export const UpdateProjectProjectsNodeVersion = {
|
|
1346
1346
|
TwentyTwoDotX: "22.x",
|
|
@@ -1655,6 +1655,70 @@ export type UpdateProjectTargets = {
|
|
|
1655
1655
|
};
|
|
1656
1656
|
|
|
1657
1657
|
export type UpdateProjectPermissions = {
|
|
1658
|
+
aliasProject?: Array<ACLAction> | undefined;
|
|
1659
|
+
aliasProtectionBypass?: Array<ACLAction> | undefined;
|
|
1660
|
+
buildMachine?: Array<ACLAction> | undefined;
|
|
1661
|
+
productionAliasProtectionBypass?: Array<ACLAction> | undefined;
|
|
1662
|
+
connectConfigurationLink?: Array<ACLAction> | undefined;
|
|
1663
|
+
dataCacheNamespace?: Array<ACLAction> | undefined;
|
|
1664
|
+
deployment?: Array<ACLAction> | undefined;
|
|
1665
|
+
deploymentCheck?: Array<ACLAction> | undefined;
|
|
1666
|
+
deploymentCheckPreview?: Array<ACLAction> | undefined;
|
|
1667
|
+
deploymentCheckReRunFromProductionBranch?: Array<ACLAction> | undefined;
|
|
1668
|
+
deploymentProductionGit?: Array<ACLAction> | undefined;
|
|
1669
|
+
deploymentV0?: Array<ACLAction> | undefined;
|
|
1670
|
+
deploymentPreview?: Array<ACLAction> | undefined;
|
|
1671
|
+
deploymentPrivate?: Array<ACLAction> | undefined;
|
|
1672
|
+
deploymentPromote?: Array<ACLAction> | undefined;
|
|
1673
|
+
deploymentRollback?: Array<ACLAction> | undefined;
|
|
1674
|
+
edgeCacheNamespace?: Array<ACLAction> | undefined;
|
|
1675
|
+
environments?: Array<ACLAction> | undefined;
|
|
1676
|
+
logs?: Array<ACLAction> | undefined;
|
|
1677
|
+
logsPreset?: Array<ACLAction> | undefined;
|
|
1678
|
+
passwordProtection?: Array<ACLAction> | undefined;
|
|
1679
|
+
optionsAllowlist?: Array<ACLAction> | undefined;
|
|
1680
|
+
job?: Array<ACLAction> | undefined;
|
|
1681
|
+
observabilityData?: Array<ACLAction> | undefined;
|
|
1682
|
+
onDemandBuild?: Array<ACLAction> | undefined;
|
|
1683
|
+
onDemandConcurrency?: Array<ACLAction> | undefined;
|
|
1684
|
+
project?: Array<ACLAction> | undefined;
|
|
1685
|
+
projectFromV0?: Array<ACLAction> | undefined;
|
|
1686
|
+
projectAccessGroup?: Array<ACLAction> | undefined;
|
|
1687
|
+
projectAnalyticsSampling?: Array<ACLAction> | undefined;
|
|
1688
|
+
projectCheck?: Array<ACLAction> | undefined;
|
|
1689
|
+
projectCheckRun?: Array<ACLAction> | undefined;
|
|
1690
|
+
projectDeploymentHook?: Array<ACLAction> | undefined;
|
|
1691
|
+
projectDomain?: Array<ACLAction> | undefined;
|
|
1692
|
+
projectDomainMove?: Array<ACLAction> | undefined;
|
|
1693
|
+
projectDomainCheckConfig?: Array<ACLAction> | undefined;
|
|
1694
|
+
projectEnvVars?: Array<ACLAction> | undefined;
|
|
1695
|
+
projectEnvVarsProduction?: Array<ACLAction> | undefined;
|
|
1696
|
+
projectEnvVarsUnownedByIntegration?: Array<ACLAction> | undefined;
|
|
1697
|
+
projectFlags?: Array<ACLAction> | undefined;
|
|
1698
|
+
projectId?: Array<ACLAction> | undefined;
|
|
1699
|
+
projectIntegrationConfiguration?: Array<ACLAction> | undefined;
|
|
1700
|
+
projectLink?: Array<ACLAction> | undefined;
|
|
1701
|
+
projectMember?: Array<ACLAction> | undefined;
|
|
1702
|
+
projectMonitoring?: Array<ACLAction> | undefined;
|
|
1703
|
+
projectPermissions?: Array<ACLAction> | undefined;
|
|
1704
|
+
projectProductionBranch?: Array<ACLAction> | undefined;
|
|
1705
|
+
projectTransfer?: Array<ACLAction> | undefined;
|
|
1706
|
+
projectTransferOut?: Array<ACLAction> | undefined;
|
|
1707
|
+
projectProtectionBypass?: Array<ACLAction> | undefined;
|
|
1708
|
+
projectUsage?: Array<ACLAction> | undefined;
|
|
1709
|
+
projectAnalyticsUsage?: Array<ACLAction> | undefined;
|
|
1710
|
+
projectSupportCase?: Array<ACLAction> | undefined;
|
|
1711
|
+
projectSupportCaseComment?: Array<ACLAction> | undefined;
|
|
1712
|
+
projectDeploymentExpiration?: Array<ACLAction> | undefined;
|
|
1713
|
+
projectRollingRelease?: Array<ACLAction> | undefined;
|
|
1714
|
+
projectTier?: Array<ACLAction> | undefined;
|
|
1715
|
+
seawallConfig?: Array<ACLAction> | undefined;
|
|
1716
|
+
skewProtection?: Array<ACLAction> | undefined;
|
|
1717
|
+
analytics?: Array<ACLAction> | undefined;
|
|
1718
|
+
trustedIps?: Array<ACLAction> | undefined;
|
|
1719
|
+
webAnalytics?: Array<ACLAction> | undefined;
|
|
1720
|
+
sharedEnvVarConnection?: Array<ACLAction> | undefined;
|
|
1721
|
+
sonar?: Array<ACLAction> | undefined;
|
|
1658
1722
|
user?: Array<ACLAction> | undefined;
|
|
1659
1723
|
userConnection?: Array<ACLAction> | undefined;
|
|
1660
1724
|
userSudo?: Array<ACLAction> | undefined;
|
|
@@ -1794,70 +1858,6 @@ export type UpdateProjectPermissions = {
|
|
|
1794
1858
|
vercelRunExec?: Array<ACLAction> | undefined;
|
|
1795
1859
|
apiKey?: Array<ACLAction> | undefined;
|
|
1796
1860
|
apiKeyOwnedBySelf?: Array<ACLAction> | undefined;
|
|
1797
|
-
aliasProject?: Array<ACLAction> | undefined;
|
|
1798
|
-
aliasProtectionBypass?: Array<ACLAction> | undefined;
|
|
1799
|
-
buildMachine?: Array<ACLAction> | undefined;
|
|
1800
|
-
productionAliasProtectionBypass?: Array<ACLAction> | undefined;
|
|
1801
|
-
connectConfigurationLink?: Array<ACLAction> | undefined;
|
|
1802
|
-
dataCacheNamespace?: Array<ACLAction> | undefined;
|
|
1803
|
-
deployment?: Array<ACLAction> | undefined;
|
|
1804
|
-
deploymentCheck?: Array<ACLAction> | undefined;
|
|
1805
|
-
deploymentCheckPreview?: Array<ACLAction> | undefined;
|
|
1806
|
-
deploymentCheckReRunFromProductionBranch?: Array<ACLAction> | undefined;
|
|
1807
|
-
deploymentProductionGit?: Array<ACLAction> | undefined;
|
|
1808
|
-
deploymentV0?: Array<ACLAction> | undefined;
|
|
1809
|
-
deploymentPreview?: Array<ACLAction> | undefined;
|
|
1810
|
-
deploymentPrivate?: Array<ACLAction> | undefined;
|
|
1811
|
-
deploymentPromote?: Array<ACLAction> | undefined;
|
|
1812
|
-
deploymentRollback?: Array<ACLAction> | undefined;
|
|
1813
|
-
edgeCacheNamespace?: Array<ACLAction> | undefined;
|
|
1814
|
-
environments?: Array<ACLAction> | undefined;
|
|
1815
|
-
logs?: Array<ACLAction> | undefined;
|
|
1816
|
-
logsPreset?: Array<ACLAction> | undefined;
|
|
1817
|
-
passwordProtection?: Array<ACLAction> | undefined;
|
|
1818
|
-
optionsAllowlist?: Array<ACLAction> | undefined;
|
|
1819
|
-
job?: Array<ACLAction> | undefined;
|
|
1820
|
-
observabilityData?: Array<ACLAction> | undefined;
|
|
1821
|
-
onDemandBuild?: Array<ACLAction> | undefined;
|
|
1822
|
-
onDemandConcurrency?: Array<ACLAction> | undefined;
|
|
1823
|
-
project?: Array<ACLAction> | undefined;
|
|
1824
|
-
projectFromV0?: Array<ACLAction> | undefined;
|
|
1825
|
-
projectAccessGroup?: Array<ACLAction> | undefined;
|
|
1826
|
-
projectAnalyticsSampling?: Array<ACLAction> | undefined;
|
|
1827
|
-
projectCheck?: Array<ACLAction> | undefined;
|
|
1828
|
-
projectCheckRun?: Array<ACLAction> | undefined;
|
|
1829
|
-
projectDeploymentHook?: Array<ACLAction> | undefined;
|
|
1830
|
-
projectDomain?: Array<ACLAction> | undefined;
|
|
1831
|
-
projectDomainMove?: Array<ACLAction> | undefined;
|
|
1832
|
-
projectDomainCheckConfig?: Array<ACLAction> | undefined;
|
|
1833
|
-
projectEnvVars?: Array<ACLAction> | undefined;
|
|
1834
|
-
projectEnvVarsProduction?: Array<ACLAction> | undefined;
|
|
1835
|
-
projectEnvVarsUnownedByIntegration?: Array<ACLAction> | undefined;
|
|
1836
|
-
projectFlags?: Array<ACLAction> | undefined;
|
|
1837
|
-
projectId?: Array<ACLAction> | undefined;
|
|
1838
|
-
projectIntegrationConfiguration?: Array<ACLAction> | undefined;
|
|
1839
|
-
projectLink?: Array<ACLAction> | undefined;
|
|
1840
|
-
projectMember?: Array<ACLAction> | undefined;
|
|
1841
|
-
projectMonitoring?: Array<ACLAction> | undefined;
|
|
1842
|
-
projectPermissions?: Array<ACLAction> | undefined;
|
|
1843
|
-
projectProductionBranch?: Array<ACLAction> | undefined;
|
|
1844
|
-
projectTransfer?: Array<ACLAction> | undefined;
|
|
1845
|
-
projectTransferOut?: Array<ACLAction> | undefined;
|
|
1846
|
-
projectProtectionBypass?: Array<ACLAction> | undefined;
|
|
1847
|
-
projectUsage?: Array<ACLAction> | undefined;
|
|
1848
|
-
projectAnalyticsUsage?: Array<ACLAction> | undefined;
|
|
1849
|
-
projectSupportCase?: Array<ACLAction> | undefined;
|
|
1850
|
-
projectSupportCaseComment?: Array<ACLAction> | undefined;
|
|
1851
|
-
projectDeploymentExpiration?: Array<ACLAction> | undefined;
|
|
1852
|
-
projectRollingRelease?: Array<ACLAction> | undefined;
|
|
1853
|
-
projectTier?: Array<ACLAction> | undefined;
|
|
1854
|
-
seawallConfig?: Array<ACLAction> | undefined;
|
|
1855
|
-
skewProtection?: Array<ACLAction> | undefined;
|
|
1856
|
-
analytics?: Array<ACLAction> | undefined;
|
|
1857
|
-
trustedIps?: Array<ACLAction> | undefined;
|
|
1858
|
-
webAnalytics?: Array<ACLAction> | undefined;
|
|
1859
|
-
sharedEnvVarConnection?: Array<ACLAction> | undefined;
|
|
1860
|
-
sonar?: Array<ACLAction> | undefined;
|
|
1861
1861
|
};
|
|
1862
1862
|
|
|
1863
1863
|
export type UpdateProjectLastRollbackTarget = {};
|
|
@@ -1920,8 +1920,8 @@ export type UpdateProjectProtectionBypass1 = {
|
|
|
1920
1920
|
};
|
|
1921
1921
|
|
|
1922
1922
|
export type UpdateProjectProtectionBypass =
|
|
1923
|
-
|
|
|
1924
|
-
|
|
|
1923
|
+
| UpdateProjectProtectionBypass1
|
|
1924
|
+
| UpdateProjectProtectionBypass2;
|
|
1925
1925
|
|
|
1926
1926
|
export const UpdateProjectTrustedIpsProjectsDeploymentType = {
|
|
1927
1927
|
Production: "production",
|
|
@@ -1967,8 +1967,8 @@ export type UpdateProjectTrustedIps1 = {
|
|
|
1967
1967
|
};
|
|
1968
1968
|
|
|
1969
1969
|
export type UpdateProjectProjectsTrustedIps =
|
|
1970
|
-
|
|
|
1971
|
-
|
|
|
1970
|
+
| UpdateProjectTrustedIps1
|
|
1971
|
+
| UpdateProjectTrustedIps2;
|
|
1972
1972
|
|
|
1973
1973
|
export type UpdateProjectGitComments = {
|
|
1974
1974
|
/**
|
|
@@ -2028,8 +2028,8 @@ export type UpdateProjectSrc = UpdateProjectSrc2 | string;
|
|
|
2028
2028
|
|
|
2029
2029
|
export const UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType =
|
|
2030
2030
|
{
|
|
2031
|
-
Host: "host",
|
|
2032
2031
|
Path: "path",
|
|
2032
|
+
Host: "host",
|
|
2033
2033
|
Method: "method",
|
|
2034
2034
|
Header: "header",
|
|
2035
2035
|
Cookie: "cookie",
|
|
@@ -2070,8 +2070,8 @@ export type UpdateProjectHas = {
|
|
|
2070
2070
|
|
|
2071
2071
|
export const UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType =
|
|
2072
2072
|
{
|
|
2073
|
-
Host: "host",
|
|
2074
2073
|
Path: "path",
|
|
2074
|
+
Host: "host",
|
|
2075
2075
|
Method: "method",
|
|
2076
2076
|
Header: "header",
|
|
2077
2077
|
Cookie: "cookie",
|
|
@@ -2293,13 +2293,13 @@ export type UpdateProjectResponseBody = {
|
|
|
2293
2293
|
latestDeployments?: Array<UpdateProjectLatestDeployments> | undefined;
|
|
2294
2294
|
link?:
|
|
2295
2295
|
| UpdateProjectLink1
|
|
2296
|
+
| UpdateProjectLink2
|
|
2296
2297
|
| UpdateProjectLink3
|
|
2297
2298
|
| UpdateProjectLink4
|
|
2298
|
-
| UpdateProjectLink2
|
|
2299
2299
|
| undefined;
|
|
2300
2300
|
microfrontends?:
|
|
2301
|
-
| UpdateProjectMicrofrontends2
|
|
2302
2301
|
| UpdateProjectMicrofrontends1
|
|
2302
|
+
| UpdateProjectMicrofrontends2
|
|
2303
2303
|
| undefined;
|
|
2304
2304
|
name: string;
|
|
2305
2305
|
nodeVersion: UpdateProjectProjectsNodeVersion;
|
|
@@ -2344,13 +2344,13 @@ export type UpdateProjectResponseBody = {
|
|
|
2344
2344
|
lastAliasRequest?: UpdateProjectLastAliasRequest | null | undefined;
|
|
2345
2345
|
protectionBypass?: {
|
|
2346
2346
|
[k: string]:
|
|
2347
|
-
|
|
|
2348
|
-
|
|
|
2347
|
+
| UpdateProjectProtectionBypass1
|
|
2348
|
+
| UpdateProjectProtectionBypass2;
|
|
2349
2349
|
} | undefined;
|
|
2350
2350
|
hasActiveBranches?: boolean | undefined;
|
|
2351
2351
|
trustedIps?:
|
|
2352
|
-
| UpdateProjectTrustedIps2
|
|
2353
2352
|
| UpdateProjectTrustedIps1
|
|
2353
|
+
| UpdateProjectTrustedIps2
|
|
2354
2354
|
| null
|
|
2355
2355
|
| undefined;
|
|
2356
2356
|
gitComments?: UpdateProjectGitComments | undefined;
|
|
@@ -5377,6 +5377,7 @@ export const UpdateProjectContentHint$inboundSchema: z.ZodType<
|
|
|
5377
5377
|
z.ZodTypeDef,
|
|
5378
5378
|
unknown
|
|
5379
5379
|
> = z.union([
|
|
5380
|
+
z.lazy(() => UpdateProjectContentHint14$inboundSchema),
|
|
5380
5381
|
z.lazy(() => UpdateProjectContentHint1$inboundSchema),
|
|
5381
5382
|
z.lazy(() => UpdateProjectContentHint2$inboundSchema),
|
|
5382
5383
|
z.lazy(() => UpdateProjectContentHint3$inboundSchema),
|
|
@@ -5391,11 +5392,11 @@ export const UpdateProjectContentHint$inboundSchema: z.ZodType<
|
|
|
5391
5392
|
z.lazy(() => UpdateProjectContentHint12$inboundSchema),
|
|
5392
5393
|
z.lazy(() => UpdateProjectContentHint13$inboundSchema),
|
|
5393
5394
|
z.lazy(() => UpdateProjectContentHint15$inboundSchema),
|
|
5394
|
-
z.lazy(() => UpdateProjectContentHint14$inboundSchema),
|
|
5395
5395
|
]);
|
|
5396
5396
|
|
|
5397
5397
|
/** @internal */
|
|
5398
5398
|
export type UpdateProjectContentHint$Outbound =
|
|
5399
|
+
| UpdateProjectContentHint14$Outbound
|
|
5399
5400
|
| UpdateProjectContentHint1$Outbound
|
|
5400
5401
|
| UpdateProjectContentHint2$Outbound
|
|
5401
5402
|
| UpdateProjectContentHint3$Outbound
|
|
@@ -5409,8 +5410,7 @@ export type UpdateProjectContentHint$Outbound =
|
|
|
5409
5410
|
| UpdateProjectContentHint11$Outbound
|
|
5410
5411
|
| UpdateProjectContentHint12$Outbound
|
|
5411
5412
|
| UpdateProjectContentHint13$Outbound
|
|
5412
|
-
| UpdateProjectContentHint15$Outbound
|
|
5413
|
-
| UpdateProjectContentHint14$Outbound;
|
|
5413
|
+
| UpdateProjectContentHint15$Outbound;
|
|
5414
5414
|
|
|
5415
5415
|
/** @internal */
|
|
5416
5416
|
export const UpdateProjectContentHint$outboundSchema: z.ZodType<
|
|
@@ -5418,6 +5418,7 @@ export const UpdateProjectContentHint$outboundSchema: z.ZodType<
|
|
|
5418
5418
|
z.ZodTypeDef,
|
|
5419
5419
|
UpdateProjectContentHint
|
|
5420
5420
|
> = z.union([
|
|
5421
|
+
z.lazy(() => UpdateProjectContentHint14$outboundSchema),
|
|
5421
5422
|
z.lazy(() => UpdateProjectContentHint1$outboundSchema),
|
|
5422
5423
|
z.lazy(() => UpdateProjectContentHint2$outboundSchema),
|
|
5423
5424
|
z.lazy(() => UpdateProjectContentHint3$outboundSchema),
|
|
@@ -5432,7 +5433,6 @@ export const UpdateProjectContentHint$outboundSchema: z.ZodType<
|
|
|
5432
5433
|
z.lazy(() => UpdateProjectContentHint12$outboundSchema),
|
|
5433
5434
|
z.lazy(() => UpdateProjectContentHint13$outboundSchema),
|
|
5434
5435
|
z.lazy(() => UpdateProjectContentHint15$outboundSchema),
|
|
5435
|
-
z.lazy(() => UpdateProjectContentHint14$outboundSchema),
|
|
5436
5436
|
]);
|
|
5437
5437
|
|
|
5438
5438
|
/**
|
|
@@ -5580,6 +5580,7 @@ export const UpdateProjectEnv$inboundSchema: z.ZodType<
|
|
|
5580
5580
|
edgeConfigTokenId: z.nullable(z.string()).optional(),
|
|
5581
5581
|
contentHint: z.nullable(
|
|
5582
5582
|
z.union([
|
|
5583
|
+
z.lazy(() => UpdateProjectContentHint14$inboundSchema),
|
|
5583
5584
|
z.lazy(() => UpdateProjectContentHint1$inboundSchema),
|
|
5584
5585
|
z.lazy(() => UpdateProjectContentHint2$inboundSchema),
|
|
5585
5586
|
z.lazy(() => UpdateProjectContentHint3$inboundSchema),
|
|
@@ -5594,7 +5595,6 @@ export const UpdateProjectEnv$inboundSchema: z.ZodType<
|
|
|
5594
5595
|
z.lazy(() => UpdateProjectContentHint12$inboundSchema),
|
|
5595
5596
|
z.lazy(() => UpdateProjectContentHint13$inboundSchema),
|
|
5596
5597
|
z.lazy(() => UpdateProjectContentHint15$inboundSchema),
|
|
5597
|
-
z.lazy(() => UpdateProjectContentHint14$inboundSchema),
|
|
5598
5598
|
]),
|
|
5599
5599
|
).optional(),
|
|
5600
5600
|
internalContentHint: z.nullable(
|
|
@@ -5623,6 +5623,7 @@ export type UpdateProjectEnv$Outbound = {
|
|
|
5623
5623
|
edgeConfigId?: string | null | undefined;
|
|
5624
5624
|
edgeConfigTokenId?: string | null | undefined;
|
|
5625
5625
|
contentHint?:
|
|
5626
|
+
| UpdateProjectContentHint14$Outbound
|
|
5626
5627
|
| UpdateProjectContentHint1$Outbound
|
|
5627
5628
|
| UpdateProjectContentHint2$Outbound
|
|
5628
5629
|
| UpdateProjectContentHint3$Outbound
|
|
@@ -5637,7 +5638,6 @@ export type UpdateProjectEnv$Outbound = {
|
|
|
5637
5638
|
| UpdateProjectContentHint12$Outbound
|
|
5638
5639
|
| UpdateProjectContentHint13$Outbound
|
|
5639
5640
|
| UpdateProjectContentHint15$Outbound
|
|
5640
|
-
| UpdateProjectContentHint14$Outbound
|
|
5641
5641
|
| null
|
|
5642
5642
|
| undefined;
|
|
5643
5643
|
internalContentHint?:
|
|
@@ -5673,6 +5673,7 @@ export const UpdateProjectEnv$outboundSchema: z.ZodType<
|
|
|
5673
5673
|
edgeConfigTokenId: z.nullable(z.string()).optional(),
|
|
5674
5674
|
contentHint: z.nullable(
|
|
5675
5675
|
z.union([
|
|
5676
|
+
z.lazy(() => UpdateProjectContentHint14$outboundSchema),
|
|
5676
5677
|
z.lazy(() => UpdateProjectContentHint1$outboundSchema),
|
|
5677
5678
|
z.lazy(() => UpdateProjectContentHint2$outboundSchema),
|
|
5678
5679
|
z.lazy(() => UpdateProjectContentHint3$outboundSchema),
|
|
@@ -5687,7 +5688,6 @@ export const UpdateProjectEnv$outboundSchema: z.ZodType<
|
|
|
5687
5688
|
z.lazy(() => UpdateProjectContentHint12$outboundSchema),
|
|
5688
5689
|
z.lazy(() => UpdateProjectContentHint13$outboundSchema),
|
|
5689
5690
|
z.lazy(() => UpdateProjectContentHint15$outboundSchema),
|
|
5690
|
-
z.lazy(() => UpdateProjectContentHint14$outboundSchema),
|
|
5691
5691
|
]),
|
|
5692
5692
|
).optional(),
|
|
5693
5693
|
internalContentHint: z.nullable(
|
|
@@ -7612,17 +7612,17 @@ export const UpdateProjectLink$inboundSchema: z.ZodType<
|
|
|
7612
7612
|
unknown
|
|
7613
7613
|
> = z.union([
|
|
7614
7614
|
z.lazy(() => UpdateProjectLink1$inboundSchema),
|
|
7615
|
+
z.lazy(() => UpdateProjectLink2$inboundSchema),
|
|
7615
7616
|
z.lazy(() => UpdateProjectLink3$inboundSchema),
|
|
7616
7617
|
z.lazy(() => UpdateProjectLink4$inboundSchema),
|
|
7617
|
-
z.lazy(() => UpdateProjectLink2$inboundSchema),
|
|
7618
7618
|
]);
|
|
7619
7619
|
|
|
7620
7620
|
/** @internal */
|
|
7621
7621
|
export type UpdateProjectLink$Outbound =
|
|
7622
7622
|
| UpdateProjectLink1$Outbound
|
|
7623
|
+
| UpdateProjectLink2$Outbound
|
|
7623
7624
|
| UpdateProjectLink3$Outbound
|
|
7624
|
-
| UpdateProjectLink4$Outbound
|
|
7625
|
-
| UpdateProjectLink2$Outbound;
|
|
7625
|
+
| UpdateProjectLink4$Outbound;
|
|
7626
7626
|
|
|
7627
7627
|
/** @internal */
|
|
7628
7628
|
export const UpdateProjectLink$outboundSchema: z.ZodType<
|
|
@@ -7631,9 +7631,9 @@ export const UpdateProjectLink$outboundSchema: z.ZodType<
|
|
|
7631
7631
|
UpdateProjectLink
|
|
7632
7632
|
> = z.union([
|
|
7633
7633
|
z.lazy(() => UpdateProjectLink1$outboundSchema),
|
|
7634
|
+
z.lazy(() => UpdateProjectLink2$outboundSchema),
|
|
7634
7635
|
z.lazy(() => UpdateProjectLink3$outboundSchema),
|
|
7635
7636
|
z.lazy(() => UpdateProjectLink4$outboundSchema),
|
|
7636
|
-
z.lazy(() => UpdateProjectLink2$outboundSchema),
|
|
7637
7637
|
]);
|
|
7638
7638
|
|
|
7639
7639
|
/**
|
|
@@ -7806,14 +7806,14 @@ export const UpdateProjectMicrofrontends$inboundSchema: z.ZodType<
|
|
|
7806
7806
|
z.ZodTypeDef,
|
|
7807
7807
|
unknown
|
|
7808
7808
|
> = z.union([
|
|
7809
|
-
z.lazy(() => UpdateProjectMicrofrontends2$inboundSchema),
|
|
7810
7809
|
z.lazy(() => UpdateProjectMicrofrontends1$inboundSchema),
|
|
7810
|
+
z.lazy(() => UpdateProjectMicrofrontends2$inboundSchema),
|
|
7811
7811
|
]);
|
|
7812
7812
|
|
|
7813
7813
|
/** @internal */
|
|
7814
7814
|
export type UpdateProjectMicrofrontends$Outbound =
|
|
7815
|
-
|
|
|
7816
|
-
|
|
|
7815
|
+
| UpdateProjectMicrofrontends1$Outbound
|
|
7816
|
+
| UpdateProjectMicrofrontends2$Outbound;
|
|
7817
7817
|
|
|
7818
7818
|
/** @internal */
|
|
7819
7819
|
export const UpdateProjectMicrofrontends$outboundSchema: z.ZodType<
|
|
@@ -7821,8 +7821,8 @@ export const UpdateProjectMicrofrontends$outboundSchema: z.ZodType<
|
|
|
7821
7821
|
z.ZodTypeDef,
|
|
7822
7822
|
UpdateProjectMicrofrontends
|
|
7823
7823
|
> = z.union([
|
|
7824
|
-
z.lazy(() => UpdateProjectMicrofrontends2$outboundSchema),
|
|
7825
7824
|
z.lazy(() => UpdateProjectMicrofrontends1$outboundSchema),
|
|
7825
|
+
z.lazy(() => UpdateProjectMicrofrontends2$outboundSchema),
|
|
7826
7826
|
]);
|
|
7827
7827
|
|
|
7828
7828
|
/**
|
|
@@ -9328,6 +9328,72 @@ export const UpdateProjectPermissions$inboundSchema: z.ZodType<
|
|
|
9328
9328
|
z.ZodTypeDef,
|
|
9329
9329
|
unknown
|
|
9330
9330
|
> = z.object({
|
|
9331
|
+
aliasProject: z.array(ACLAction$inboundSchema).optional(),
|
|
9332
|
+
aliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
|
|
9333
|
+
buildMachine: z.array(ACLAction$inboundSchema).optional(),
|
|
9334
|
+
productionAliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
|
|
9335
|
+
connectConfigurationLink: z.array(ACLAction$inboundSchema).optional(),
|
|
9336
|
+
dataCacheNamespace: z.array(ACLAction$inboundSchema).optional(),
|
|
9337
|
+
deployment: z.array(ACLAction$inboundSchema).optional(),
|
|
9338
|
+
deploymentCheck: z.array(ACLAction$inboundSchema).optional(),
|
|
9339
|
+
deploymentCheckPreview: z.array(ACLAction$inboundSchema).optional(),
|
|
9340
|
+
deploymentCheckReRunFromProductionBranch: z.array(ACLAction$inboundSchema)
|
|
9341
|
+
.optional(),
|
|
9342
|
+
deploymentProductionGit: z.array(ACLAction$inboundSchema).optional(),
|
|
9343
|
+
deploymentV0: z.array(ACLAction$inboundSchema).optional(),
|
|
9344
|
+
deploymentPreview: z.array(ACLAction$inboundSchema).optional(),
|
|
9345
|
+
deploymentPrivate: z.array(ACLAction$inboundSchema).optional(),
|
|
9346
|
+
deploymentPromote: z.array(ACLAction$inboundSchema).optional(),
|
|
9347
|
+
deploymentRollback: z.array(ACLAction$inboundSchema).optional(),
|
|
9348
|
+
edgeCacheNamespace: z.array(ACLAction$inboundSchema).optional(),
|
|
9349
|
+
environments: z.array(ACLAction$inboundSchema).optional(),
|
|
9350
|
+
logs: z.array(ACLAction$inboundSchema).optional(),
|
|
9351
|
+
logsPreset: z.array(ACLAction$inboundSchema).optional(),
|
|
9352
|
+
passwordProtection: z.array(ACLAction$inboundSchema).optional(),
|
|
9353
|
+
optionsAllowlist: z.array(ACLAction$inboundSchema).optional(),
|
|
9354
|
+
job: z.array(ACLAction$inboundSchema).optional(),
|
|
9355
|
+
observabilityData: z.array(ACLAction$inboundSchema).optional(),
|
|
9356
|
+
onDemandBuild: z.array(ACLAction$inboundSchema).optional(),
|
|
9357
|
+
onDemandConcurrency: z.array(ACLAction$inboundSchema).optional(),
|
|
9358
|
+
project: z.array(ACLAction$inboundSchema).optional(),
|
|
9359
|
+
projectFromV0: z.array(ACLAction$inboundSchema).optional(),
|
|
9360
|
+
projectAccessGroup: z.array(ACLAction$inboundSchema).optional(),
|
|
9361
|
+
projectAnalyticsSampling: z.array(ACLAction$inboundSchema).optional(),
|
|
9362
|
+
projectCheck: z.array(ACLAction$inboundSchema).optional(),
|
|
9363
|
+
projectCheckRun: z.array(ACLAction$inboundSchema).optional(),
|
|
9364
|
+
projectDeploymentHook: z.array(ACLAction$inboundSchema).optional(),
|
|
9365
|
+
projectDomain: z.array(ACLAction$inboundSchema).optional(),
|
|
9366
|
+
projectDomainMove: z.array(ACLAction$inboundSchema).optional(),
|
|
9367
|
+
projectDomainCheckConfig: z.array(ACLAction$inboundSchema).optional(),
|
|
9368
|
+
projectEnvVars: z.array(ACLAction$inboundSchema).optional(),
|
|
9369
|
+
projectEnvVarsProduction: z.array(ACLAction$inboundSchema).optional(),
|
|
9370
|
+
projectEnvVarsUnownedByIntegration: z.array(ACLAction$inboundSchema)
|
|
9371
|
+
.optional(),
|
|
9372
|
+
projectFlags: z.array(ACLAction$inboundSchema).optional(),
|
|
9373
|
+
projectId: z.array(ACLAction$inboundSchema).optional(),
|
|
9374
|
+
projectIntegrationConfiguration: z.array(ACLAction$inboundSchema).optional(),
|
|
9375
|
+
projectLink: z.array(ACLAction$inboundSchema).optional(),
|
|
9376
|
+
projectMember: z.array(ACLAction$inboundSchema).optional(),
|
|
9377
|
+
projectMonitoring: z.array(ACLAction$inboundSchema).optional(),
|
|
9378
|
+
projectPermissions: z.array(ACLAction$inboundSchema).optional(),
|
|
9379
|
+
projectProductionBranch: z.array(ACLAction$inboundSchema).optional(),
|
|
9380
|
+
projectTransfer: z.array(ACLAction$inboundSchema).optional(),
|
|
9381
|
+
projectTransferOut: z.array(ACLAction$inboundSchema).optional(),
|
|
9382
|
+
projectProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
|
|
9383
|
+
projectUsage: z.array(ACLAction$inboundSchema).optional(),
|
|
9384
|
+
projectAnalyticsUsage: z.array(ACLAction$inboundSchema).optional(),
|
|
9385
|
+
projectSupportCase: z.array(ACLAction$inboundSchema).optional(),
|
|
9386
|
+
projectSupportCaseComment: z.array(ACLAction$inboundSchema).optional(),
|
|
9387
|
+
projectDeploymentExpiration: z.array(ACLAction$inboundSchema).optional(),
|
|
9388
|
+
projectRollingRelease: z.array(ACLAction$inboundSchema).optional(),
|
|
9389
|
+
projectTier: z.array(ACLAction$inboundSchema).optional(),
|
|
9390
|
+
seawallConfig: z.array(ACLAction$inboundSchema).optional(),
|
|
9391
|
+
skewProtection: z.array(ACLAction$inboundSchema).optional(),
|
|
9392
|
+
analytics: z.array(ACLAction$inboundSchema).optional(),
|
|
9393
|
+
trustedIps: z.array(ACLAction$inboundSchema).optional(),
|
|
9394
|
+
webAnalytics: z.array(ACLAction$inboundSchema).optional(),
|
|
9395
|
+
sharedEnvVarConnection: z.array(ACLAction$inboundSchema).optional(),
|
|
9396
|
+
sonar: z.array(ACLAction$inboundSchema).optional(),
|
|
9331
9397
|
user: z.array(ACLAction$inboundSchema).optional(),
|
|
9332
9398
|
userConnection: z.array(ACLAction$inboundSchema).optional(),
|
|
9333
9399
|
userSudo: z.array(ACLAction$inboundSchema).optional(),
|
|
@@ -9470,72 +9536,6 @@ export const UpdateProjectPermissions$inboundSchema: z.ZodType<
|
|
|
9470
9536
|
vercelRunExec: z.array(ACLAction$inboundSchema).optional(),
|
|
9471
9537
|
apiKey: z.array(ACLAction$inboundSchema).optional(),
|
|
9472
9538
|
apiKeyOwnedBySelf: z.array(ACLAction$inboundSchema).optional(),
|
|
9473
|
-
aliasProject: z.array(ACLAction$inboundSchema).optional(),
|
|
9474
|
-
aliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
|
|
9475
|
-
buildMachine: z.array(ACLAction$inboundSchema).optional(),
|
|
9476
|
-
productionAliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
|
|
9477
|
-
connectConfigurationLink: z.array(ACLAction$inboundSchema).optional(),
|
|
9478
|
-
dataCacheNamespace: z.array(ACLAction$inboundSchema).optional(),
|
|
9479
|
-
deployment: z.array(ACLAction$inboundSchema).optional(),
|
|
9480
|
-
deploymentCheck: z.array(ACLAction$inboundSchema).optional(),
|
|
9481
|
-
deploymentCheckPreview: z.array(ACLAction$inboundSchema).optional(),
|
|
9482
|
-
deploymentCheckReRunFromProductionBranch: z.array(ACLAction$inboundSchema)
|
|
9483
|
-
.optional(),
|
|
9484
|
-
deploymentProductionGit: z.array(ACLAction$inboundSchema).optional(),
|
|
9485
|
-
deploymentV0: z.array(ACLAction$inboundSchema).optional(),
|
|
9486
|
-
deploymentPreview: z.array(ACLAction$inboundSchema).optional(),
|
|
9487
|
-
deploymentPrivate: z.array(ACLAction$inboundSchema).optional(),
|
|
9488
|
-
deploymentPromote: z.array(ACLAction$inboundSchema).optional(),
|
|
9489
|
-
deploymentRollback: z.array(ACLAction$inboundSchema).optional(),
|
|
9490
|
-
edgeCacheNamespace: z.array(ACLAction$inboundSchema).optional(),
|
|
9491
|
-
environments: z.array(ACLAction$inboundSchema).optional(),
|
|
9492
|
-
logs: z.array(ACLAction$inboundSchema).optional(),
|
|
9493
|
-
logsPreset: z.array(ACLAction$inboundSchema).optional(),
|
|
9494
|
-
passwordProtection: z.array(ACLAction$inboundSchema).optional(),
|
|
9495
|
-
optionsAllowlist: z.array(ACLAction$inboundSchema).optional(),
|
|
9496
|
-
job: z.array(ACLAction$inboundSchema).optional(),
|
|
9497
|
-
observabilityData: z.array(ACLAction$inboundSchema).optional(),
|
|
9498
|
-
onDemandBuild: z.array(ACLAction$inboundSchema).optional(),
|
|
9499
|
-
onDemandConcurrency: z.array(ACLAction$inboundSchema).optional(),
|
|
9500
|
-
project: z.array(ACLAction$inboundSchema).optional(),
|
|
9501
|
-
projectFromV0: z.array(ACLAction$inboundSchema).optional(),
|
|
9502
|
-
projectAccessGroup: z.array(ACLAction$inboundSchema).optional(),
|
|
9503
|
-
projectAnalyticsSampling: z.array(ACLAction$inboundSchema).optional(),
|
|
9504
|
-
projectCheck: z.array(ACLAction$inboundSchema).optional(),
|
|
9505
|
-
projectCheckRun: z.array(ACLAction$inboundSchema).optional(),
|
|
9506
|
-
projectDeploymentHook: z.array(ACLAction$inboundSchema).optional(),
|
|
9507
|
-
projectDomain: z.array(ACLAction$inboundSchema).optional(),
|
|
9508
|
-
projectDomainMove: z.array(ACLAction$inboundSchema).optional(),
|
|
9509
|
-
projectDomainCheckConfig: z.array(ACLAction$inboundSchema).optional(),
|
|
9510
|
-
projectEnvVars: z.array(ACLAction$inboundSchema).optional(),
|
|
9511
|
-
projectEnvVarsProduction: z.array(ACLAction$inboundSchema).optional(),
|
|
9512
|
-
projectEnvVarsUnownedByIntegration: z.array(ACLAction$inboundSchema)
|
|
9513
|
-
.optional(),
|
|
9514
|
-
projectFlags: z.array(ACLAction$inboundSchema).optional(),
|
|
9515
|
-
projectId: z.array(ACLAction$inboundSchema).optional(),
|
|
9516
|
-
projectIntegrationConfiguration: z.array(ACLAction$inboundSchema).optional(),
|
|
9517
|
-
projectLink: z.array(ACLAction$inboundSchema).optional(),
|
|
9518
|
-
projectMember: z.array(ACLAction$inboundSchema).optional(),
|
|
9519
|
-
projectMonitoring: z.array(ACLAction$inboundSchema).optional(),
|
|
9520
|
-
projectPermissions: z.array(ACLAction$inboundSchema).optional(),
|
|
9521
|
-
projectProductionBranch: z.array(ACLAction$inboundSchema).optional(),
|
|
9522
|
-
projectTransfer: z.array(ACLAction$inboundSchema).optional(),
|
|
9523
|
-
projectTransferOut: z.array(ACLAction$inboundSchema).optional(),
|
|
9524
|
-
projectProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
|
|
9525
|
-
projectUsage: z.array(ACLAction$inboundSchema).optional(),
|
|
9526
|
-
projectAnalyticsUsage: z.array(ACLAction$inboundSchema).optional(),
|
|
9527
|
-
projectSupportCase: z.array(ACLAction$inboundSchema).optional(),
|
|
9528
|
-
projectSupportCaseComment: z.array(ACLAction$inboundSchema).optional(),
|
|
9529
|
-
projectDeploymentExpiration: z.array(ACLAction$inboundSchema).optional(),
|
|
9530
|
-
projectRollingRelease: z.array(ACLAction$inboundSchema).optional(),
|
|
9531
|
-
projectTier: z.array(ACLAction$inboundSchema).optional(),
|
|
9532
|
-
seawallConfig: z.array(ACLAction$inboundSchema).optional(),
|
|
9533
|
-
skewProtection: z.array(ACLAction$inboundSchema).optional(),
|
|
9534
|
-
analytics: z.array(ACLAction$inboundSchema).optional(),
|
|
9535
|
-
trustedIps: z.array(ACLAction$inboundSchema).optional(),
|
|
9536
|
-
webAnalytics: z.array(ACLAction$inboundSchema).optional(),
|
|
9537
|
-
sharedEnvVarConnection: z.array(ACLAction$inboundSchema).optional(),
|
|
9538
|
-
sonar: z.array(ACLAction$inboundSchema).optional(),
|
|
9539
9539
|
}).transform((v) => {
|
|
9540
9540
|
return remap$(v, {
|
|
9541
9541
|
"Monitoring": "monitoring",
|
|
@@ -9546,6 +9546,70 @@ export const UpdateProjectPermissions$inboundSchema: z.ZodType<
|
|
|
9546
9546
|
|
|
9547
9547
|
/** @internal */
|
|
9548
9548
|
export type UpdateProjectPermissions$Outbound = {
|
|
9549
|
+
aliasProject?: Array<string> | undefined;
|
|
9550
|
+
aliasProtectionBypass?: Array<string> | undefined;
|
|
9551
|
+
buildMachine?: Array<string> | undefined;
|
|
9552
|
+
productionAliasProtectionBypass?: Array<string> | undefined;
|
|
9553
|
+
connectConfigurationLink?: Array<string> | undefined;
|
|
9554
|
+
dataCacheNamespace?: Array<string> | undefined;
|
|
9555
|
+
deployment?: Array<string> | undefined;
|
|
9556
|
+
deploymentCheck?: Array<string> | undefined;
|
|
9557
|
+
deploymentCheckPreview?: Array<string> | undefined;
|
|
9558
|
+
deploymentCheckReRunFromProductionBranch?: Array<string> | undefined;
|
|
9559
|
+
deploymentProductionGit?: Array<string> | undefined;
|
|
9560
|
+
deploymentV0?: Array<string> | undefined;
|
|
9561
|
+
deploymentPreview?: Array<string> | undefined;
|
|
9562
|
+
deploymentPrivate?: Array<string> | undefined;
|
|
9563
|
+
deploymentPromote?: Array<string> | undefined;
|
|
9564
|
+
deploymentRollback?: Array<string> | undefined;
|
|
9565
|
+
edgeCacheNamespace?: Array<string> | undefined;
|
|
9566
|
+
environments?: Array<string> | undefined;
|
|
9567
|
+
logs?: Array<string> | undefined;
|
|
9568
|
+
logsPreset?: Array<string> | undefined;
|
|
9569
|
+
passwordProtection?: Array<string> | undefined;
|
|
9570
|
+
optionsAllowlist?: Array<string> | undefined;
|
|
9571
|
+
job?: Array<string> | undefined;
|
|
9572
|
+
observabilityData?: Array<string> | undefined;
|
|
9573
|
+
onDemandBuild?: Array<string> | undefined;
|
|
9574
|
+
onDemandConcurrency?: Array<string> | undefined;
|
|
9575
|
+
project?: Array<string> | undefined;
|
|
9576
|
+
projectFromV0?: Array<string> | undefined;
|
|
9577
|
+
projectAccessGroup?: Array<string> | undefined;
|
|
9578
|
+
projectAnalyticsSampling?: Array<string> | undefined;
|
|
9579
|
+
projectCheck?: Array<string> | undefined;
|
|
9580
|
+
projectCheckRun?: Array<string> | undefined;
|
|
9581
|
+
projectDeploymentHook?: Array<string> | undefined;
|
|
9582
|
+
projectDomain?: Array<string> | undefined;
|
|
9583
|
+
projectDomainMove?: Array<string> | undefined;
|
|
9584
|
+
projectDomainCheckConfig?: Array<string> | undefined;
|
|
9585
|
+
projectEnvVars?: Array<string> | undefined;
|
|
9586
|
+
projectEnvVarsProduction?: Array<string> | undefined;
|
|
9587
|
+
projectEnvVarsUnownedByIntegration?: Array<string> | undefined;
|
|
9588
|
+
projectFlags?: Array<string> | undefined;
|
|
9589
|
+
projectId?: Array<string> | undefined;
|
|
9590
|
+
projectIntegrationConfiguration?: Array<string> | undefined;
|
|
9591
|
+
projectLink?: Array<string> | undefined;
|
|
9592
|
+
projectMember?: Array<string> | undefined;
|
|
9593
|
+
projectMonitoring?: Array<string> | undefined;
|
|
9594
|
+
projectPermissions?: Array<string> | undefined;
|
|
9595
|
+
projectProductionBranch?: Array<string> | undefined;
|
|
9596
|
+
projectTransfer?: Array<string> | undefined;
|
|
9597
|
+
projectTransferOut?: Array<string> | undefined;
|
|
9598
|
+
projectProtectionBypass?: Array<string> | undefined;
|
|
9599
|
+
projectUsage?: Array<string> | undefined;
|
|
9600
|
+
projectAnalyticsUsage?: Array<string> | undefined;
|
|
9601
|
+
projectSupportCase?: Array<string> | undefined;
|
|
9602
|
+
projectSupportCaseComment?: Array<string> | undefined;
|
|
9603
|
+
projectDeploymentExpiration?: Array<string> | undefined;
|
|
9604
|
+
projectRollingRelease?: Array<string> | undefined;
|
|
9605
|
+
projectTier?: Array<string> | undefined;
|
|
9606
|
+
seawallConfig?: Array<string> | undefined;
|
|
9607
|
+
skewProtection?: Array<string> | undefined;
|
|
9608
|
+
analytics?: Array<string> | undefined;
|
|
9609
|
+
trustedIps?: Array<string> | undefined;
|
|
9610
|
+
webAnalytics?: Array<string> | undefined;
|
|
9611
|
+
sharedEnvVarConnection?: Array<string> | undefined;
|
|
9612
|
+
sonar?: Array<string> | undefined;
|
|
9549
9613
|
user?: Array<string> | undefined;
|
|
9550
9614
|
userConnection?: Array<string> | undefined;
|
|
9551
9615
|
userSudo?: Array<string> | undefined;
|
|
@@ -9685,70 +9749,6 @@ export type UpdateProjectPermissions$Outbound = {
|
|
|
9685
9749
|
vercelRunExec?: Array<string> | undefined;
|
|
9686
9750
|
apiKey?: Array<string> | undefined;
|
|
9687
9751
|
apiKeyOwnedBySelf?: Array<string> | undefined;
|
|
9688
|
-
aliasProject?: Array<string> | undefined;
|
|
9689
|
-
aliasProtectionBypass?: Array<string> | undefined;
|
|
9690
|
-
buildMachine?: Array<string> | undefined;
|
|
9691
|
-
productionAliasProtectionBypass?: Array<string> | undefined;
|
|
9692
|
-
connectConfigurationLink?: Array<string> | undefined;
|
|
9693
|
-
dataCacheNamespace?: Array<string> | undefined;
|
|
9694
|
-
deployment?: Array<string> | undefined;
|
|
9695
|
-
deploymentCheck?: Array<string> | undefined;
|
|
9696
|
-
deploymentCheckPreview?: Array<string> | undefined;
|
|
9697
|
-
deploymentCheckReRunFromProductionBranch?: Array<string> | undefined;
|
|
9698
|
-
deploymentProductionGit?: Array<string> | undefined;
|
|
9699
|
-
deploymentV0?: Array<string> | undefined;
|
|
9700
|
-
deploymentPreview?: Array<string> | undefined;
|
|
9701
|
-
deploymentPrivate?: Array<string> | undefined;
|
|
9702
|
-
deploymentPromote?: Array<string> | undefined;
|
|
9703
|
-
deploymentRollback?: Array<string> | undefined;
|
|
9704
|
-
edgeCacheNamespace?: Array<string> | undefined;
|
|
9705
|
-
environments?: Array<string> | undefined;
|
|
9706
|
-
logs?: Array<string> | undefined;
|
|
9707
|
-
logsPreset?: Array<string> | undefined;
|
|
9708
|
-
passwordProtection?: Array<string> | undefined;
|
|
9709
|
-
optionsAllowlist?: Array<string> | undefined;
|
|
9710
|
-
job?: Array<string> | undefined;
|
|
9711
|
-
observabilityData?: Array<string> | undefined;
|
|
9712
|
-
onDemandBuild?: Array<string> | undefined;
|
|
9713
|
-
onDemandConcurrency?: Array<string> | undefined;
|
|
9714
|
-
project?: Array<string> | undefined;
|
|
9715
|
-
projectFromV0?: Array<string> | undefined;
|
|
9716
|
-
projectAccessGroup?: Array<string> | undefined;
|
|
9717
|
-
projectAnalyticsSampling?: Array<string> | undefined;
|
|
9718
|
-
projectCheck?: Array<string> | undefined;
|
|
9719
|
-
projectCheckRun?: Array<string> | undefined;
|
|
9720
|
-
projectDeploymentHook?: Array<string> | undefined;
|
|
9721
|
-
projectDomain?: Array<string> | undefined;
|
|
9722
|
-
projectDomainMove?: Array<string> | undefined;
|
|
9723
|
-
projectDomainCheckConfig?: Array<string> | undefined;
|
|
9724
|
-
projectEnvVars?: Array<string> | undefined;
|
|
9725
|
-
projectEnvVarsProduction?: Array<string> | undefined;
|
|
9726
|
-
projectEnvVarsUnownedByIntegration?: Array<string> | undefined;
|
|
9727
|
-
projectFlags?: Array<string> | undefined;
|
|
9728
|
-
projectId?: Array<string> | undefined;
|
|
9729
|
-
projectIntegrationConfiguration?: Array<string> | undefined;
|
|
9730
|
-
projectLink?: Array<string> | undefined;
|
|
9731
|
-
projectMember?: Array<string> | undefined;
|
|
9732
|
-
projectMonitoring?: Array<string> | undefined;
|
|
9733
|
-
projectPermissions?: Array<string> | undefined;
|
|
9734
|
-
projectProductionBranch?: Array<string> | undefined;
|
|
9735
|
-
projectTransfer?: Array<string> | undefined;
|
|
9736
|
-
projectTransferOut?: Array<string> | undefined;
|
|
9737
|
-
projectProtectionBypass?: Array<string> | undefined;
|
|
9738
|
-
projectUsage?: Array<string> | undefined;
|
|
9739
|
-
projectAnalyticsUsage?: Array<string> | undefined;
|
|
9740
|
-
projectSupportCase?: Array<string> | undefined;
|
|
9741
|
-
projectSupportCaseComment?: Array<string> | undefined;
|
|
9742
|
-
projectDeploymentExpiration?: Array<string> | undefined;
|
|
9743
|
-
projectRollingRelease?: Array<string> | undefined;
|
|
9744
|
-
projectTier?: Array<string> | undefined;
|
|
9745
|
-
seawallConfig?: Array<string> | undefined;
|
|
9746
|
-
skewProtection?: Array<string> | undefined;
|
|
9747
|
-
analytics?: Array<string> | undefined;
|
|
9748
|
-
trustedIps?: Array<string> | undefined;
|
|
9749
|
-
webAnalytics?: Array<string> | undefined;
|
|
9750
|
-
sharedEnvVarConnection?: Array<string> | undefined;
|
|
9751
|
-
sonar?: Array<string> | undefined;
|
|
9752
9752
|
};
|
|
9753
9753
|
|
|
9754
9754
|
/** @internal */
|
|
@@ -9757,6 +9757,72 @@ export const UpdateProjectPermissions$outboundSchema: z.ZodType<
|
|
|
9757
9757
|
z.ZodTypeDef,
|
|
9758
9758
|
UpdateProjectPermissions
|
|
9759
9759
|
> = z.object({
|
|
9760
|
+
aliasProject: z.array(ACLAction$outboundSchema).optional(),
|
|
9761
|
+
aliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
|
|
9762
|
+
buildMachine: z.array(ACLAction$outboundSchema).optional(),
|
|
9763
|
+
productionAliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
|
|
9764
|
+
connectConfigurationLink: z.array(ACLAction$outboundSchema).optional(),
|
|
9765
|
+
dataCacheNamespace: z.array(ACLAction$outboundSchema).optional(),
|
|
9766
|
+
deployment: z.array(ACLAction$outboundSchema).optional(),
|
|
9767
|
+
deploymentCheck: z.array(ACLAction$outboundSchema).optional(),
|
|
9768
|
+
deploymentCheckPreview: z.array(ACLAction$outboundSchema).optional(),
|
|
9769
|
+
deploymentCheckReRunFromProductionBranch: z.array(ACLAction$outboundSchema)
|
|
9770
|
+
.optional(),
|
|
9771
|
+
deploymentProductionGit: z.array(ACLAction$outboundSchema).optional(),
|
|
9772
|
+
deploymentV0: z.array(ACLAction$outboundSchema).optional(),
|
|
9773
|
+
deploymentPreview: z.array(ACLAction$outboundSchema).optional(),
|
|
9774
|
+
deploymentPrivate: z.array(ACLAction$outboundSchema).optional(),
|
|
9775
|
+
deploymentPromote: z.array(ACLAction$outboundSchema).optional(),
|
|
9776
|
+
deploymentRollback: z.array(ACLAction$outboundSchema).optional(),
|
|
9777
|
+
edgeCacheNamespace: z.array(ACLAction$outboundSchema).optional(),
|
|
9778
|
+
environments: z.array(ACLAction$outboundSchema).optional(),
|
|
9779
|
+
logs: z.array(ACLAction$outboundSchema).optional(),
|
|
9780
|
+
logsPreset: z.array(ACLAction$outboundSchema).optional(),
|
|
9781
|
+
passwordProtection: z.array(ACLAction$outboundSchema).optional(),
|
|
9782
|
+
optionsAllowlist: z.array(ACLAction$outboundSchema).optional(),
|
|
9783
|
+
job: z.array(ACLAction$outboundSchema).optional(),
|
|
9784
|
+
observabilityData: z.array(ACLAction$outboundSchema).optional(),
|
|
9785
|
+
onDemandBuild: z.array(ACLAction$outboundSchema).optional(),
|
|
9786
|
+
onDemandConcurrency: z.array(ACLAction$outboundSchema).optional(),
|
|
9787
|
+
project: z.array(ACLAction$outboundSchema).optional(),
|
|
9788
|
+
projectFromV0: z.array(ACLAction$outboundSchema).optional(),
|
|
9789
|
+
projectAccessGroup: z.array(ACLAction$outboundSchema).optional(),
|
|
9790
|
+
projectAnalyticsSampling: z.array(ACLAction$outboundSchema).optional(),
|
|
9791
|
+
projectCheck: z.array(ACLAction$outboundSchema).optional(),
|
|
9792
|
+
projectCheckRun: z.array(ACLAction$outboundSchema).optional(),
|
|
9793
|
+
projectDeploymentHook: z.array(ACLAction$outboundSchema).optional(),
|
|
9794
|
+
projectDomain: z.array(ACLAction$outboundSchema).optional(),
|
|
9795
|
+
projectDomainMove: z.array(ACLAction$outboundSchema).optional(),
|
|
9796
|
+
projectDomainCheckConfig: z.array(ACLAction$outboundSchema).optional(),
|
|
9797
|
+
projectEnvVars: z.array(ACLAction$outboundSchema).optional(),
|
|
9798
|
+
projectEnvVarsProduction: z.array(ACLAction$outboundSchema).optional(),
|
|
9799
|
+
projectEnvVarsUnownedByIntegration: z.array(ACLAction$outboundSchema)
|
|
9800
|
+
.optional(),
|
|
9801
|
+
projectFlags: z.array(ACLAction$outboundSchema).optional(),
|
|
9802
|
+
projectId: z.array(ACLAction$outboundSchema).optional(),
|
|
9803
|
+
projectIntegrationConfiguration: z.array(ACLAction$outboundSchema).optional(),
|
|
9804
|
+
projectLink: z.array(ACLAction$outboundSchema).optional(),
|
|
9805
|
+
projectMember: z.array(ACLAction$outboundSchema).optional(),
|
|
9806
|
+
projectMonitoring: z.array(ACLAction$outboundSchema).optional(),
|
|
9807
|
+
projectPermissions: z.array(ACLAction$outboundSchema).optional(),
|
|
9808
|
+
projectProductionBranch: z.array(ACLAction$outboundSchema).optional(),
|
|
9809
|
+
projectTransfer: z.array(ACLAction$outboundSchema).optional(),
|
|
9810
|
+
projectTransferOut: z.array(ACLAction$outboundSchema).optional(),
|
|
9811
|
+
projectProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
|
|
9812
|
+
projectUsage: z.array(ACLAction$outboundSchema).optional(),
|
|
9813
|
+
projectAnalyticsUsage: z.array(ACLAction$outboundSchema).optional(),
|
|
9814
|
+
projectSupportCase: z.array(ACLAction$outboundSchema).optional(),
|
|
9815
|
+
projectSupportCaseComment: z.array(ACLAction$outboundSchema).optional(),
|
|
9816
|
+
projectDeploymentExpiration: z.array(ACLAction$outboundSchema).optional(),
|
|
9817
|
+
projectRollingRelease: z.array(ACLAction$outboundSchema).optional(),
|
|
9818
|
+
projectTier: z.array(ACLAction$outboundSchema).optional(),
|
|
9819
|
+
seawallConfig: z.array(ACLAction$outboundSchema).optional(),
|
|
9820
|
+
skewProtection: z.array(ACLAction$outboundSchema).optional(),
|
|
9821
|
+
analytics: z.array(ACLAction$outboundSchema).optional(),
|
|
9822
|
+
trustedIps: z.array(ACLAction$outboundSchema).optional(),
|
|
9823
|
+
webAnalytics: z.array(ACLAction$outboundSchema).optional(),
|
|
9824
|
+
sharedEnvVarConnection: z.array(ACLAction$outboundSchema).optional(),
|
|
9825
|
+
sonar: z.array(ACLAction$outboundSchema).optional(),
|
|
9760
9826
|
user: z.array(ACLAction$outboundSchema).optional(),
|
|
9761
9827
|
userConnection: z.array(ACLAction$outboundSchema).optional(),
|
|
9762
9828
|
userSudo: z.array(ACLAction$outboundSchema).optional(),
|
|
@@ -9901,72 +9967,6 @@ export const UpdateProjectPermissions$outboundSchema: z.ZodType<
|
|
|
9901
9967
|
vercelRunExec: z.array(ACLAction$outboundSchema).optional(),
|
|
9902
9968
|
apiKey: z.array(ACLAction$outboundSchema).optional(),
|
|
9903
9969
|
apiKeyOwnedBySelf: z.array(ACLAction$outboundSchema).optional(),
|
|
9904
|
-
aliasProject: z.array(ACLAction$outboundSchema).optional(),
|
|
9905
|
-
aliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
|
|
9906
|
-
buildMachine: z.array(ACLAction$outboundSchema).optional(),
|
|
9907
|
-
productionAliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
|
|
9908
|
-
connectConfigurationLink: z.array(ACLAction$outboundSchema).optional(),
|
|
9909
|
-
dataCacheNamespace: z.array(ACLAction$outboundSchema).optional(),
|
|
9910
|
-
deployment: z.array(ACLAction$outboundSchema).optional(),
|
|
9911
|
-
deploymentCheck: z.array(ACLAction$outboundSchema).optional(),
|
|
9912
|
-
deploymentCheckPreview: z.array(ACLAction$outboundSchema).optional(),
|
|
9913
|
-
deploymentCheckReRunFromProductionBranch: z.array(ACLAction$outboundSchema)
|
|
9914
|
-
.optional(),
|
|
9915
|
-
deploymentProductionGit: z.array(ACLAction$outboundSchema).optional(),
|
|
9916
|
-
deploymentV0: z.array(ACLAction$outboundSchema).optional(),
|
|
9917
|
-
deploymentPreview: z.array(ACLAction$outboundSchema).optional(),
|
|
9918
|
-
deploymentPrivate: z.array(ACLAction$outboundSchema).optional(),
|
|
9919
|
-
deploymentPromote: z.array(ACLAction$outboundSchema).optional(),
|
|
9920
|
-
deploymentRollback: z.array(ACLAction$outboundSchema).optional(),
|
|
9921
|
-
edgeCacheNamespace: z.array(ACLAction$outboundSchema).optional(),
|
|
9922
|
-
environments: z.array(ACLAction$outboundSchema).optional(),
|
|
9923
|
-
logs: z.array(ACLAction$outboundSchema).optional(),
|
|
9924
|
-
logsPreset: z.array(ACLAction$outboundSchema).optional(),
|
|
9925
|
-
passwordProtection: z.array(ACLAction$outboundSchema).optional(),
|
|
9926
|
-
optionsAllowlist: z.array(ACLAction$outboundSchema).optional(),
|
|
9927
|
-
job: z.array(ACLAction$outboundSchema).optional(),
|
|
9928
|
-
observabilityData: z.array(ACLAction$outboundSchema).optional(),
|
|
9929
|
-
onDemandBuild: z.array(ACLAction$outboundSchema).optional(),
|
|
9930
|
-
onDemandConcurrency: z.array(ACLAction$outboundSchema).optional(),
|
|
9931
|
-
project: z.array(ACLAction$outboundSchema).optional(),
|
|
9932
|
-
projectFromV0: z.array(ACLAction$outboundSchema).optional(),
|
|
9933
|
-
projectAccessGroup: z.array(ACLAction$outboundSchema).optional(),
|
|
9934
|
-
projectAnalyticsSampling: z.array(ACLAction$outboundSchema).optional(),
|
|
9935
|
-
projectCheck: z.array(ACLAction$outboundSchema).optional(),
|
|
9936
|
-
projectCheckRun: z.array(ACLAction$outboundSchema).optional(),
|
|
9937
|
-
projectDeploymentHook: z.array(ACLAction$outboundSchema).optional(),
|
|
9938
|
-
projectDomain: z.array(ACLAction$outboundSchema).optional(),
|
|
9939
|
-
projectDomainMove: z.array(ACLAction$outboundSchema).optional(),
|
|
9940
|
-
projectDomainCheckConfig: z.array(ACLAction$outboundSchema).optional(),
|
|
9941
|
-
projectEnvVars: z.array(ACLAction$outboundSchema).optional(),
|
|
9942
|
-
projectEnvVarsProduction: z.array(ACLAction$outboundSchema).optional(),
|
|
9943
|
-
projectEnvVarsUnownedByIntegration: z.array(ACLAction$outboundSchema)
|
|
9944
|
-
.optional(),
|
|
9945
|
-
projectFlags: z.array(ACLAction$outboundSchema).optional(),
|
|
9946
|
-
projectId: z.array(ACLAction$outboundSchema).optional(),
|
|
9947
|
-
projectIntegrationConfiguration: z.array(ACLAction$outboundSchema).optional(),
|
|
9948
|
-
projectLink: z.array(ACLAction$outboundSchema).optional(),
|
|
9949
|
-
projectMember: z.array(ACLAction$outboundSchema).optional(),
|
|
9950
|
-
projectMonitoring: z.array(ACLAction$outboundSchema).optional(),
|
|
9951
|
-
projectPermissions: z.array(ACLAction$outboundSchema).optional(),
|
|
9952
|
-
projectProductionBranch: z.array(ACLAction$outboundSchema).optional(),
|
|
9953
|
-
projectTransfer: z.array(ACLAction$outboundSchema).optional(),
|
|
9954
|
-
projectTransferOut: z.array(ACLAction$outboundSchema).optional(),
|
|
9955
|
-
projectProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
|
|
9956
|
-
projectUsage: z.array(ACLAction$outboundSchema).optional(),
|
|
9957
|
-
projectAnalyticsUsage: z.array(ACLAction$outboundSchema).optional(),
|
|
9958
|
-
projectSupportCase: z.array(ACLAction$outboundSchema).optional(),
|
|
9959
|
-
projectSupportCaseComment: z.array(ACLAction$outboundSchema).optional(),
|
|
9960
|
-
projectDeploymentExpiration: z.array(ACLAction$outboundSchema).optional(),
|
|
9961
|
-
projectRollingRelease: z.array(ACLAction$outboundSchema).optional(),
|
|
9962
|
-
projectTier: z.array(ACLAction$outboundSchema).optional(),
|
|
9963
|
-
seawallConfig: z.array(ACLAction$outboundSchema).optional(),
|
|
9964
|
-
skewProtection: z.array(ACLAction$outboundSchema).optional(),
|
|
9965
|
-
analytics: z.array(ACLAction$outboundSchema).optional(),
|
|
9966
|
-
trustedIps: z.array(ACLAction$outboundSchema).optional(),
|
|
9967
|
-
webAnalytics: z.array(ACLAction$outboundSchema).optional(),
|
|
9968
|
-
sharedEnvVarConnection: z.array(ACLAction$outboundSchema).optional(),
|
|
9969
|
-
sonar: z.array(ACLAction$outboundSchema).optional(),
|
|
9970
9970
|
}).transform((v) => {
|
|
9971
9971
|
return remap$(v, {
|
|
9972
9972
|
monitoring: "Monitoring",
|
|
@@ -10352,14 +10352,14 @@ export const UpdateProjectProtectionBypass$inboundSchema: z.ZodType<
|
|
|
10352
10352
|
z.ZodTypeDef,
|
|
10353
10353
|
unknown
|
|
10354
10354
|
> = z.union([
|
|
10355
|
-
z.lazy(() => UpdateProjectProtectionBypass2$inboundSchema),
|
|
10356
10355
|
z.lazy(() => UpdateProjectProtectionBypass1$inboundSchema),
|
|
10356
|
+
z.lazy(() => UpdateProjectProtectionBypass2$inboundSchema),
|
|
10357
10357
|
]);
|
|
10358
10358
|
|
|
10359
10359
|
/** @internal */
|
|
10360
10360
|
export type UpdateProjectProtectionBypass$Outbound =
|
|
10361
|
-
|
|
|
10362
|
-
|
|
|
10361
|
+
| UpdateProjectProtectionBypass1$Outbound
|
|
10362
|
+
| UpdateProjectProtectionBypass2$Outbound;
|
|
10363
10363
|
|
|
10364
10364
|
/** @internal */
|
|
10365
10365
|
export const UpdateProjectProtectionBypass$outboundSchema: z.ZodType<
|
|
@@ -10367,8 +10367,8 @@ export const UpdateProjectProtectionBypass$outboundSchema: z.ZodType<
|
|
|
10367
10367
|
z.ZodTypeDef,
|
|
10368
10368
|
UpdateProjectProtectionBypass
|
|
10369
10369
|
> = z.union([
|
|
10370
|
-
z.lazy(() => UpdateProjectProtectionBypass2$outboundSchema),
|
|
10371
10370
|
z.lazy(() => UpdateProjectProtectionBypass1$outboundSchema),
|
|
10371
|
+
z.lazy(() => UpdateProjectProtectionBypass2$outboundSchema),
|
|
10372
10372
|
]);
|
|
10373
10373
|
|
|
10374
10374
|
/**
|
|
@@ -10658,14 +10658,14 @@ export const UpdateProjectProjectsTrustedIps$inboundSchema: z.ZodType<
|
|
|
10658
10658
|
z.ZodTypeDef,
|
|
10659
10659
|
unknown
|
|
10660
10660
|
> = z.union([
|
|
10661
|
-
z.lazy(() => UpdateProjectTrustedIps2$inboundSchema),
|
|
10662
10661
|
z.lazy(() => UpdateProjectTrustedIps1$inboundSchema),
|
|
10662
|
+
z.lazy(() => UpdateProjectTrustedIps2$inboundSchema),
|
|
10663
10663
|
]);
|
|
10664
10664
|
|
|
10665
10665
|
/** @internal */
|
|
10666
10666
|
export type UpdateProjectProjectsTrustedIps$Outbound =
|
|
10667
|
-
|
|
|
10668
|
-
|
|
|
10667
|
+
| UpdateProjectTrustedIps1$Outbound
|
|
10668
|
+
| UpdateProjectTrustedIps2$Outbound;
|
|
10669
10669
|
|
|
10670
10670
|
/** @internal */
|
|
10671
10671
|
export const UpdateProjectProjectsTrustedIps$outboundSchema: z.ZodType<
|
|
@@ -10673,8 +10673,8 @@ export const UpdateProjectProjectsTrustedIps$outboundSchema: z.ZodType<
|
|
|
10673
10673
|
z.ZodTypeDef,
|
|
10674
10674
|
UpdateProjectProjectsTrustedIps
|
|
10675
10675
|
> = z.union([
|
|
10676
|
-
z.lazy(() => UpdateProjectTrustedIps2$outboundSchema),
|
|
10677
10676
|
z.lazy(() => UpdateProjectTrustedIps1$outboundSchema),
|
|
10677
|
+
z.lazy(() => UpdateProjectTrustedIps2$outboundSchema),
|
|
10678
10678
|
]);
|
|
10679
10679
|
|
|
10680
10680
|
/**
|
|
@@ -12387,13 +12387,13 @@ export const UpdateProjectResponseBody$inboundSchema: z.ZodType<
|
|
|
12387
12387
|
).optional(),
|
|
12388
12388
|
link: z.union([
|
|
12389
12389
|
z.lazy(() => UpdateProjectLink1$inboundSchema),
|
|
12390
|
+
z.lazy(() => UpdateProjectLink2$inboundSchema),
|
|
12390
12391
|
z.lazy(() => UpdateProjectLink3$inboundSchema),
|
|
12391
12392
|
z.lazy(() => UpdateProjectLink4$inboundSchema),
|
|
12392
|
-
z.lazy(() => UpdateProjectLink2$inboundSchema),
|
|
12393
12393
|
]).optional(),
|
|
12394
12394
|
microfrontends: z.union([
|
|
12395
|
-
z.lazy(() => UpdateProjectMicrofrontends2$inboundSchema),
|
|
12396
12395
|
z.lazy(() => UpdateProjectMicrofrontends1$inboundSchema),
|
|
12396
|
+
z.lazy(() => UpdateProjectMicrofrontends2$inboundSchema),
|
|
12397
12397
|
]).optional(),
|
|
12398
12398
|
name: z.string(),
|
|
12399
12399
|
nodeVersion: UpdateProjectProjectsNodeVersion$inboundSchema,
|
|
@@ -12449,15 +12449,15 @@ export const UpdateProjectResponseBody$inboundSchema: z.ZodType<
|
|
|
12449
12449
|
).optional(),
|
|
12450
12450
|
protectionBypass: z.record(
|
|
12451
12451
|
z.union([
|
|
12452
|
-
z.lazy(() => UpdateProjectProtectionBypass2$inboundSchema),
|
|
12453
12452
|
z.lazy(() => UpdateProjectProtectionBypass1$inboundSchema),
|
|
12453
|
+
z.lazy(() => UpdateProjectProtectionBypass2$inboundSchema),
|
|
12454
12454
|
]),
|
|
12455
12455
|
).optional(),
|
|
12456
12456
|
hasActiveBranches: z.boolean().optional(),
|
|
12457
12457
|
trustedIps: z.nullable(
|
|
12458
12458
|
z.union([
|
|
12459
|
-
z.lazy(() => UpdateProjectTrustedIps2$inboundSchema),
|
|
12460
12459
|
z.lazy(() => UpdateProjectTrustedIps1$inboundSchema),
|
|
12460
|
+
z.lazy(() => UpdateProjectTrustedIps2$inboundSchema),
|
|
12461
12461
|
]),
|
|
12462
12462
|
).optional(),
|
|
12463
12463
|
gitComments: z.lazy(() => UpdateProjectGitComments$inboundSchema).optional(),
|
|
@@ -12518,13 +12518,13 @@ export type UpdateProjectResponseBody$Outbound = {
|
|
|
12518
12518
|
| undefined;
|
|
12519
12519
|
link?:
|
|
12520
12520
|
| UpdateProjectLink1$Outbound
|
|
12521
|
+
| UpdateProjectLink2$Outbound
|
|
12521
12522
|
| UpdateProjectLink3$Outbound
|
|
12522
12523
|
| UpdateProjectLink4$Outbound
|
|
12523
|
-
| UpdateProjectLink2$Outbound
|
|
12524
12524
|
| undefined;
|
|
12525
12525
|
microfrontends?:
|
|
12526
|
-
| UpdateProjectMicrofrontends2$Outbound
|
|
12527
12526
|
| UpdateProjectMicrofrontends1$Outbound
|
|
12527
|
+
| UpdateProjectMicrofrontends2$Outbound
|
|
12528
12528
|
| undefined;
|
|
12529
12529
|
name: string;
|
|
12530
12530
|
nodeVersion: string;
|
|
@@ -12572,13 +12572,13 @@ export type UpdateProjectResponseBody$Outbound = {
|
|
|
12572
12572
|
lastAliasRequest?: UpdateProjectLastAliasRequest$Outbound | null | undefined;
|
|
12573
12573
|
protectionBypass?: {
|
|
12574
12574
|
[k: string]:
|
|
12575
|
-
|
|
|
12576
|
-
|
|
|
12575
|
+
| UpdateProjectProtectionBypass1$Outbound
|
|
12576
|
+
| UpdateProjectProtectionBypass2$Outbound;
|
|
12577
12577
|
} | undefined;
|
|
12578
12578
|
hasActiveBranches?: boolean | undefined;
|
|
12579
12579
|
trustedIps?:
|
|
12580
|
-
| UpdateProjectTrustedIps2$Outbound
|
|
12581
12580
|
| UpdateProjectTrustedIps1$Outbound
|
|
12581
|
+
| UpdateProjectTrustedIps2$Outbound
|
|
12582
12582
|
| null
|
|
12583
12583
|
| undefined;
|
|
12584
12584
|
gitComments?: UpdateProjectGitComments$Outbound | undefined;
|
|
@@ -12639,13 +12639,13 @@ export const UpdateProjectResponseBody$outboundSchema: z.ZodType<
|
|
|
12639
12639
|
).optional(),
|
|
12640
12640
|
link: z.union([
|
|
12641
12641
|
z.lazy(() => UpdateProjectLink1$outboundSchema),
|
|
12642
|
+
z.lazy(() => UpdateProjectLink2$outboundSchema),
|
|
12642
12643
|
z.lazy(() => UpdateProjectLink3$outboundSchema),
|
|
12643
12644
|
z.lazy(() => UpdateProjectLink4$outboundSchema),
|
|
12644
|
-
z.lazy(() => UpdateProjectLink2$outboundSchema),
|
|
12645
12645
|
]).optional(),
|
|
12646
12646
|
microfrontends: z.union([
|
|
12647
|
-
z.lazy(() => UpdateProjectMicrofrontends2$outboundSchema),
|
|
12648
12647
|
z.lazy(() => UpdateProjectMicrofrontends1$outboundSchema),
|
|
12648
|
+
z.lazy(() => UpdateProjectMicrofrontends2$outboundSchema),
|
|
12649
12649
|
]).optional(),
|
|
12650
12650
|
name: z.string(),
|
|
12651
12651
|
nodeVersion: UpdateProjectProjectsNodeVersion$outboundSchema,
|
|
@@ -12701,15 +12701,15 @@ export const UpdateProjectResponseBody$outboundSchema: z.ZodType<
|
|
|
12701
12701
|
).optional(),
|
|
12702
12702
|
protectionBypass: z.record(
|
|
12703
12703
|
z.union([
|
|
12704
|
-
z.lazy(() => UpdateProjectProtectionBypass2$outboundSchema),
|
|
12705
12704
|
z.lazy(() => UpdateProjectProtectionBypass1$outboundSchema),
|
|
12705
|
+
z.lazy(() => UpdateProjectProtectionBypass2$outboundSchema),
|
|
12706
12706
|
]),
|
|
12707
12707
|
).optional(),
|
|
12708
12708
|
hasActiveBranches: z.boolean().optional(),
|
|
12709
12709
|
trustedIps: z.nullable(
|
|
12710
12710
|
z.union([
|
|
12711
|
-
z.lazy(() => UpdateProjectTrustedIps2$outboundSchema),
|
|
12712
12711
|
z.lazy(() => UpdateProjectTrustedIps1$outboundSchema),
|
|
12712
|
+
z.lazy(() => UpdateProjectTrustedIps2$outboundSchema),
|
|
12713
12713
|
]),
|
|
12714
12714
|
).optional(),
|
|
12715
12715
|
gitComments: z.lazy(() => UpdateProjectGitComments$outboundSchema).optional(),
|