@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
|
@@ -416,10 +416,10 @@ export type CreateProjectProjectsTarget =
|
|
|
416
416
|
|
|
417
417
|
export const CreateProjectProjectsResponseType = {
|
|
418
418
|
System: "system",
|
|
419
|
-
Secret: "secret",
|
|
420
419
|
Encrypted: "encrypted",
|
|
421
420
|
Plain: "plain",
|
|
422
421
|
Sensitive: "sensitive",
|
|
422
|
+
Secret: "secret",
|
|
423
423
|
} as const;
|
|
424
424
|
export type CreateProjectProjectsResponseType = ClosedEnum<
|
|
425
425
|
typeof CreateProjectProjectsResponseType
|
|
@@ -640,6 +640,7 @@ export type CreateProjectContentHint1 = {
|
|
|
640
640
|
};
|
|
641
641
|
|
|
642
642
|
export type CreateProjectContentHint =
|
|
643
|
+
| CreateProjectContentHint14
|
|
643
644
|
| CreateProjectContentHint1
|
|
644
645
|
| CreateProjectContentHint2
|
|
645
646
|
| CreateProjectContentHint3
|
|
@@ -653,8 +654,7 @@ export type CreateProjectContentHint =
|
|
|
653
654
|
| CreateProjectContentHint11
|
|
654
655
|
| CreateProjectContentHint12
|
|
655
656
|
| CreateProjectContentHint13
|
|
656
|
-
| CreateProjectContentHint15
|
|
657
|
-
| CreateProjectContentHint14;
|
|
657
|
+
| CreateProjectContentHint15;
|
|
658
658
|
|
|
659
659
|
export const CreateProjectProjectsResponse200ApplicationJSONResponseBodyEnvType =
|
|
660
660
|
{
|
|
@@ -697,6 +697,7 @@ export type CreateProjectEnv = {
|
|
|
697
697
|
edgeConfigId?: string | null | undefined;
|
|
698
698
|
edgeConfigTokenId?: string | null | undefined;
|
|
699
699
|
contentHint?:
|
|
700
|
+
| CreateProjectContentHint14
|
|
700
701
|
| CreateProjectContentHint1
|
|
701
702
|
| CreateProjectContentHint2
|
|
702
703
|
| CreateProjectContentHint3
|
|
@@ -711,7 +712,6 @@ export type CreateProjectEnv = {
|
|
|
711
712
|
| CreateProjectContentHint12
|
|
712
713
|
| CreateProjectContentHint13
|
|
713
714
|
| CreateProjectContentHint15
|
|
714
|
-
| CreateProjectContentHint14
|
|
715
715
|
| null
|
|
716
716
|
| undefined;
|
|
717
717
|
/**
|
|
@@ -1188,9 +1188,9 @@ export type CreateProjectLink1 = {
|
|
|
1188
1188
|
|
|
1189
1189
|
export type CreateProjectLink =
|
|
1190
1190
|
| CreateProjectLink1
|
|
1191
|
+
| CreateProjectLink2
|
|
1191
1192
|
| CreateProjectLink3
|
|
1192
|
-
| CreateProjectLink4
|
|
1193
|
-
| CreateProjectLink2;
|
|
1193
|
+
| CreateProjectLink4;
|
|
1194
1194
|
|
|
1195
1195
|
export type CreateProjectMicrofrontends2 = {
|
|
1196
1196
|
updatedAt: number;
|
|
@@ -1226,8 +1226,8 @@ export type CreateProjectMicrofrontends1 = {
|
|
|
1226
1226
|
};
|
|
1227
1227
|
|
|
1228
1228
|
export type CreateProjectMicrofrontends =
|
|
1229
|
-
|
|
|
1230
|
-
|
|
|
1229
|
+
| CreateProjectMicrofrontends1
|
|
1230
|
+
| CreateProjectMicrofrontends2;
|
|
1231
1231
|
|
|
1232
1232
|
export const CreateProjectNodeVersion = {
|
|
1233
1233
|
TwentyTwoDotX: "22.x",
|
|
@@ -1543,6 +1543,70 @@ export type CreateProjectTargets = {
|
|
|
1543
1543
|
};
|
|
1544
1544
|
|
|
1545
1545
|
export type CreateProjectPermissions = {
|
|
1546
|
+
aliasProject?: Array<ACLAction> | undefined;
|
|
1547
|
+
aliasProtectionBypass?: Array<ACLAction> | undefined;
|
|
1548
|
+
buildMachine?: Array<ACLAction> | undefined;
|
|
1549
|
+
productionAliasProtectionBypass?: Array<ACLAction> | undefined;
|
|
1550
|
+
connectConfigurationLink?: Array<ACLAction> | undefined;
|
|
1551
|
+
dataCacheNamespace?: Array<ACLAction> | undefined;
|
|
1552
|
+
deployment?: Array<ACLAction> | undefined;
|
|
1553
|
+
deploymentCheck?: Array<ACLAction> | undefined;
|
|
1554
|
+
deploymentCheckPreview?: Array<ACLAction> | undefined;
|
|
1555
|
+
deploymentCheckReRunFromProductionBranch?: Array<ACLAction> | undefined;
|
|
1556
|
+
deploymentProductionGit?: Array<ACLAction> | undefined;
|
|
1557
|
+
deploymentV0?: Array<ACLAction> | undefined;
|
|
1558
|
+
deploymentPreview?: Array<ACLAction> | undefined;
|
|
1559
|
+
deploymentPrivate?: Array<ACLAction> | undefined;
|
|
1560
|
+
deploymentPromote?: Array<ACLAction> | undefined;
|
|
1561
|
+
deploymentRollback?: Array<ACLAction> | undefined;
|
|
1562
|
+
edgeCacheNamespace?: Array<ACLAction> | undefined;
|
|
1563
|
+
environments?: Array<ACLAction> | undefined;
|
|
1564
|
+
logs?: Array<ACLAction> | undefined;
|
|
1565
|
+
logsPreset?: Array<ACLAction> | undefined;
|
|
1566
|
+
passwordProtection?: Array<ACLAction> | undefined;
|
|
1567
|
+
optionsAllowlist?: Array<ACLAction> | undefined;
|
|
1568
|
+
job?: Array<ACLAction> | undefined;
|
|
1569
|
+
observabilityData?: Array<ACLAction> | undefined;
|
|
1570
|
+
onDemandBuild?: Array<ACLAction> | undefined;
|
|
1571
|
+
onDemandConcurrency?: Array<ACLAction> | undefined;
|
|
1572
|
+
project?: Array<ACLAction> | undefined;
|
|
1573
|
+
projectFromV0?: Array<ACLAction> | undefined;
|
|
1574
|
+
projectAccessGroup?: Array<ACLAction> | undefined;
|
|
1575
|
+
projectAnalyticsSampling?: Array<ACLAction> | undefined;
|
|
1576
|
+
projectCheck?: Array<ACLAction> | undefined;
|
|
1577
|
+
projectCheckRun?: Array<ACLAction> | undefined;
|
|
1578
|
+
projectDeploymentHook?: Array<ACLAction> | undefined;
|
|
1579
|
+
projectDomain?: Array<ACLAction> | undefined;
|
|
1580
|
+
projectDomainMove?: Array<ACLAction> | undefined;
|
|
1581
|
+
projectDomainCheckConfig?: Array<ACLAction> | undefined;
|
|
1582
|
+
projectEnvVars?: Array<ACLAction> | undefined;
|
|
1583
|
+
projectEnvVarsProduction?: Array<ACLAction> | undefined;
|
|
1584
|
+
projectEnvVarsUnownedByIntegration?: Array<ACLAction> | undefined;
|
|
1585
|
+
projectFlags?: Array<ACLAction> | undefined;
|
|
1586
|
+
projectId?: Array<ACLAction> | undefined;
|
|
1587
|
+
projectIntegrationConfiguration?: Array<ACLAction> | undefined;
|
|
1588
|
+
projectLink?: Array<ACLAction> | undefined;
|
|
1589
|
+
projectMember?: Array<ACLAction> | undefined;
|
|
1590
|
+
projectMonitoring?: Array<ACLAction> | undefined;
|
|
1591
|
+
projectPermissions?: Array<ACLAction> | undefined;
|
|
1592
|
+
projectProductionBranch?: Array<ACLAction> | undefined;
|
|
1593
|
+
projectTransfer?: Array<ACLAction> | undefined;
|
|
1594
|
+
projectTransferOut?: Array<ACLAction> | undefined;
|
|
1595
|
+
projectProtectionBypass?: Array<ACLAction> | undefined;
|
|
1596
|
+
projectUsage?: Array<ACLAction> | undefined;
|
|
1597
|
+
projectAnalyticsUsage?: Array<ACLAction> | undefined;
|
|
1598
|
+
projectSupportCase?: Array<ACLAction> | undefined;
|
|
1599
|
+
projectSupportCaseComment?: Array<ACLAction> | undefined;
|
|
1600
|
+
projectDeploymentExpiration?: Array<ACLAction> | undefined;
|
|
1601
|
+
projectRollingRelease?: Array<ACLAction> | undefined;
|
|
1602
|
+
projectTier?: Array<ACLAction> | undefined;
|
|
1603
|
+
seawallConfig?: Array<ACLAction> | undefined;
|
|
1604
|
+
skewProtection?: Array<ACLAction> | undefined;
|
|
1605
|
+
analytics?: Array<ACLAction> | undefined;
|
|
1606
|
+
trustedIps?: Array<ACLAction> | undefined;
|
|
1607
|
+
webAnalytics?: Array<ACLAction> | undefined;
|
|
1608
|
+
sharedEnvVarConnection?: Array<ACLAction> | undefined;
|
|
1609
|
+
sonar?: Array<ACLAction> | undefined;
|
|
1546
1610
|
user?: Array<ACLAction> | undefined;
|
|
1547
1611
|
userConnection?: Array<ACLAction> | undefined;
|
|
1548
1612
|
userSudo?: Array<ACLAction> | undefined;
|
|
@@ -1682,70 +1746,6 @@ export type CreateProjectPermissions = {
|
|
|
1682
1746
|
vercelRunExec?: Array<ACLAction> | undefined;
|
|
1683
1747
|
apiKey?: Array<ACLAction> | undefined;
|
|
1684
1748
|
apiKeyOwnedBySelf?: Array<ACLAction> | undefined;
|
|
1685
|
-
aliasProject?: Array<ACLAction> | undefined;
|
|
1686
|
-
aliasProtectionBypass?: Array<ACLAction> | undefined;
|
|
1687
|
-
buildMachine?: Array<ACLAction> | undefined;
|
|
1688
|
-
productionAliasProtectionBypass?: Array<ACLAction> | undefined;
|
|
1689
|
-
connectConfigurationLink?: Array<ACLAction> | undefined;
|
|
1690
|
-
dataCacheNamespace?: Array<ACLAction> | undefined;
|
|
1691
|
-
deployment?: Array<ACLAction> | undefined;
|
|
1692
|
-
deploymentCheck?: Array<ACLAction> | undefined;
|
|
1693
|
-
deploymentCheckPreview?: Array<ACLAction> | undefined;
|
|
1694
|
-
deploymentCheckReRunFromProductionBranch?: Array<ACLAction> | undefined;
|
|
1695
|
-
deploymentProductionGit?: Array<ACLAction> | undefined;
|
|
1696
|
-
deploymentV0?: Array<ACLAction> | undefined;
|
|
1697
|
-
deploymentPreview?: Array<ACLAction> | undefined;
|
|
1698
|
-
deploymentPrivate?: Array<ACLAction> | undefined;
|
|
1699
|
-
deploymentPromote?: Array<ACLAction> | undefined;
|
|
1700
|
-
deploymentRollback?: Array<ACLAction> | undefined;
|
|
1701
|
-
edgeCacheNamespace?: Array<ACLAction> | undefined;
|
|
1702
|
-
environments?: Array<ACLAction> | undefined;
|
|
1703
|
-
logs?: Array<ACLAction> | undefined;
|
|
1704
|
-
logsPreset?: Array<ACLAction> | undefined;
|
|
1705
|
-
passwordProtection?: Array<ACLAction> | undefined;
|
|
1706
|
-
optionsAllowlist?: Array<ACLAction> | undefined;
|
|
1707
|
-
job?: Array<ACLAction> | undefined;
|
|
1708
|
-
observabilityData?: Array<ACLAction> | undefined;
|
|
1709
|
-
onDemandBuild?: Array<ACLAction> | undefined;
|
|
1710
|
-
onDemandConcurrency?: Array<ACLAction> | undefined;
|
|
1711
|
-
project?: Array<ACLAction> | undefined;
|
|
1712
|
-
projectFromV0?: Array<ACLAction> | undefined;
|
|
1713
|
-
projectAccessGroup?: Array<ACLAction> | undefined;
|
|
1714
|
-
projectAnalyticsSampling?: Array<ACLAction> | undefined;
|
|
1715
|
-
projectCheck?: Array<ACLAction> | undefined;
|
|
1716
|
-
projectCheckRun?: Array<ACLAction> | undefined;
|
|
1717
|
-
projectDeploymentHook?: Array<ACLAction> | undefined;
|
|
1718
|
-
projectDomain?: Array<ACLAction> | undefined;
|
|
1719
|
-
projectDomainMove?: Array<ACLAction> | undefined;
|
|
1720
|
-
projectDomainCheckConfig?: Array<ACLAction> | undefined;
|
|
1721
|
-
projectEnvVars?: Array<ACLAction> | undefined;
|
|
1722
|
-
projectEnvVarsProduction?: Array<ACLAction> | undefined;
|
|
1723
|
-
projectEnvVarsUnownedByIntegration?: Array<ACLAction> | undefined;
|
|
1724
|
-
projectFlags?: Array<ACLAction> | undefined;
|
|
1725
|
-
projectId?: Array<ACLAction> | undefined;
|
|
1726
|
-
projectIntegrationConfiguration?: Array<ACLAction> | undefined;
|
|
1727
|
-
projectLink?: Array<ACLAction> | undefined;
|
|
1728
|
-
projectMember?: Array<ACLAction> | undefined;
|
|
1729
|
-
projectMonitoring?: Array<ACLAction> | undefined;
|
|
1730
|
-
projectPermissions?: Array<ACLAction> | undefined;
|
|
1731
|
-
projectProductionBranch?: Array<ACLAction> | undefined;
|
|
1732
|
-
projectTransfer?: Array<ACLAction> | undefined;
|
|
1733
|
-
projectTransferOut?: Array<ACLAction> | undefined;
|
|
1734
|
-
projectProtectionBypass?: Array<ACLAction> | undefined;
|
|
1735
|
-
projectUsage?: Array<ACLAction> | undefined;
|
|
1736
|
-
projectAnalyticsUsage?: Array<ACLAction> | undefined;
|
|
1737
|
-
projectSupportCase?: Array<ACLAction> | undefined;
|
|
1738
|
-
projectSupportCaseComment?: Array<ACLAction> | undefined;
|
|
1739
|
-
projectDeploymentExpiration?: Array<ACLAction> | undefined;
|
|
1740
|
-
projectRollingRelease?: Array<ACLAction> | undefined;
|
|
1741
|
-
projectTier?: Array<ACLAction> | undefined;
|
|
1742
|
-
seawallConfig?: Array<ACLAction> | undefined;
|
|
1743
|
-
skewProtection?: Array<ACLAction> | undefined;
|
|
1744
|
-
analytics?: Array<ACLAction> | undefined;
|
|
1745
|
-
trustedIps?: Array<ACLAction> | undefined;
|
|
1746
|
-
webAnalytics?: Array<ACLAction> | undefined;
|
|
1747
|
-
sharedEnvVarConnection?: Array<ACLAction> | undefined;
|
|
1748
|
-
sonar?: Array<ACLAction> | undefined;
|
|
1749
1749
|
};
|
|
1750
1750
|
|
|
1751
1751
|
export type CreateProjectLastRollbackTarget = {};
|
|
@@ -1811,8 +1811,8 @@ export type CreateProjectProtectionBypass1 = {
|
|
|
1811
1811
|
};
|
|
1812
1812
|
|
|
1813
1813
|
export type CreateProjectProtectionBypass =
|
|
1814
|
-
|
|
|
1815
|
-
|
|
|
1814
|
+
| CreateProjectProtectionBypass1
|
|
1815
|
+
| CreateProjectProtectionBypass2;
|
|
1816
1816
|
|
|
1817
1817
|
export const CreateProjectTrustedIpsProjectsDeploymentType = {
|
|
1818
1818
|
Production: "production",
|
|
@@ -1858,8 +1858,8 @@ export type CreateProjectTrustedIps1 = {
|
|
|
1858
1858
|
};
|
|
1859
1859
|
|
|
1860
1860
|
export type CreateProjectTrustedIps =
|
|
1861
|
-
|
|
|
1862
|
-
|
|
|
1861
|
+
| CreateProjectTrustedIps1
|
|
1862
|
+
| CreateProjectTrustedIps2;
|
|
1863
1863
|
|
|
1864
1864
|
export type CreateProjectGitComments = {
|
|
1865
1865
|
/**
|
|
@@ -1919,8 +1919,8 @@ export type CreateProjectSrc = CreateProjectSrc2 | string;
|
|
|
1919
1919
|
|
|
1920
1920
|
export const CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType =
|
|
1921
1921
|
{
|
|
1922
|
-
Host: "host",
|
|
1923
1922
|
Path: "path",
|
|
1923
|
+
Host: "host",
|
|
1924
1924
|
Method: "method",
|
|
1925
1925
|
Header: "header",
|
|
1926
1926
|
Cookie: "cookie",
|
|
@@ -1961,8 +1961,8 @@ export type CreateProjectHas = {
|
|
|
1961
1961
|
|
|
1962
1962
|
export const CreateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType =
|
|
1963
1963
|
{
|
|
1964
|
-
Host: "host",
|
|
1965
1964
|
Path: "path",
|
|
1965
|
+
Host: "host",
|
|
1966
1966
|
Method: "method",
|
|
1967
1967
|
Header: "header",
|
|
1968
1968
|
Cookie: "cookie",
|
|
@@ -2184,13 +2184,13 @@ export type CreateProjectResponseBody = {
|
|
|
2184
2184
|
latestDeployments?: Array<CreateProjectLatestDeployments> | undefined;
|
|
2185
2185
|
link?:
|
|
2186
2186
|
| CreateProjectLink1
|
|
2187
|
+
| CreateProjectLink2
|
|
2187
2188
|
| CreateProjectLink3
|
|
2188
2189
|
| CreateProjectLink4
|
|
2189
|
-
| CreateProjectLink2
|
|
2190
2190
|
| undefined;
|
|
2191
2191
|
microfrontends?:
|
|
2192
|
-
| CreateProjectMicrofrontends2
|
|
2193
2192
|
| CreateProjectMicrofrontends1
|
|
2193
|
+
| CreateProjectMicrofrontends2
|
|
2194
2194
|
| undefined;
|
|
2195
2195
|
name: string;
|
|
2196
2196
|
nodeVersion: CreateProjectNodeVersion;
|
|
@@ -2232,13 +2232,13 @@ export type CreateProjectResponseBody = {
|
|
|
2232
2232
|
lastAliasRequest?: CreateProjectLastAliasRequest | null | undefined;
|
|
2233
2233
|
protectionBypass?: {
|
|
2234
2234
|
[k: string]:
|
|
2235
|
-
|
|
|
2236
|
-
|
|
|
2235
|
+
| CreateProjectProtectionBypass1
|
|
2236
|
+
| CreateProjectProtectionBypass2;
|
|
2237
2237
|
} | undefined;
|
|
2238
2238
|
hasActiveBranches?: boolean | undefined;
|
|
2239
2239
|
trustedIps?:
|
|
2240
|
-
| CreateProjectTrustedIps2
|
|
2241
2240
|
| CreateProjectTrustedIps1
|
|
2241
|
+
| CreateProjectTrustedIps2
|
|
2242
2242
|
| null
|
|
2243
2243
|
| undefined;
|
|
2244
2244
|
gitComments?: CreateProjectGitComments | undefined;
|
|
@@ -4902,6 +4902,7 @@ export const CreateProjectContentHint$inboundSchema: z.ZodType<
|
|
|
4902
4902
|
z.ZodTypeDef,
|
|
4903
4903
|
unknown
|
|
4904
4904
|
> = z.union([
|
|
4905
|
+
z.lazy(() => CreateProjectContentHint14$inboundSchema),
|
|
4905
4906
|
z.lazy(() => CreateProjectContentHint1$inboundSchema),
|
|
4906
4907
|
z.lazy(() => CreateProjectContentHint2$inboundSchema),
|
|
4907
4908
|
z.lazy(() => CreateProjectContentHint3$inboundSchema),
|
|
@@ -4916,11 +4917,11 @@ export const CreateProjectContentHint$inboundSchema: z.ZodType<
|
|
|
4916
4917
|
z.lazy(() => CreateProjectContentHint12$inboundSchema),
|
|
4917
4918
|
z.lazy(() => CreateProjectContentHint13$inboundSchema),
|
|
4918
4919
|
z.lazy(() => CreateProjectContentHint15$inboundSchema),
|
|
4919
|
-
z.lazy(() => CreateProjectContentHint14$inboundSchema),
|
|
4920
4920
|
]);
|
|
4921
4921
|
|
|
4922
4922
|
/** @internal */
|
|
4923
4923
|
export type CreateProjectContentHint$Outbound =
|
|
4924
|
+
| CreateProjectContentHint14$Outbound
|
|
4924
4925
|
| CreateProjectContentHint1$Outbound
|
|
4925
4926
|
| CreateProjectContentHint2$Outbound
|
|
4926
4927
|
| CreateProjectContentHint3$Outbound
|
|
@@ -4934,8 +4935,7 @@ export type CreateProjectContentHint$Outbound =
|
|
|
4934
4935
|
| CreateProjectContentHint11$Outbound
|
|
4935
4936
|
| CreateProjectContentHint12$Outbound
|
|
4936
4937
|
| CreateProjectContentHint13$Outbound
|
|
4937
|
-
| CreateProjectContentHint15$Outbound
|
|
4938
|
-
| CreateProjectContentHint14$Outbound;
|
|
4938
|
+
| CreateProjectContentHint15$Outbound;
|
|
4939
4939
|
|
|
4940
4940
|
/** @internal */
|
|
4941
4941
|
export const CreateProjectContentHint$outboundSchema: z.ZodType<
|
|
@@ -4943,6 +4943,7 @@ export const CreateProjectContentHint$outboundSchema: z.ZodType<
|
|
|
4943
4943
|
z.ZodTypeDef,
|
|
4944
4944
|
CreateProjectContentHint
|
|
4945
4945
|
> = z.union([
|
|
4946
|
+
z.lazy(() => CreateProjectContentHint14$outboundSchema),
|
|
4946
4947
|
z.lazy(() => CreateProjectContentHint1$outboundSchema),
|
|
4947
4948
|
z.lazy(() => CreateProjectContentHint2$outboundSchema),
|
|
4948
4949
|
z.lazy(() => CreateProjectContentHint3$outboundSchema),
|
|
@@ -4957,7 +4958,6 @@ export const CreateProjectContentHint$outboundSchema: z.ZodType<
|
|
|
4957
4958
|
z.lazy(() => CreateProjectContentHint12$outboundSchema),
|
|
4958
4959
|
z.lazy(() => CreateProjectContentHint13$outboundSchema),
|
|
4959
4960
|
z.lazy(() => CreateProjectContentHint15$outboundSchema),
|
|
4960
|
-
z.lazy(() => CreateProjectContentHint14$outboundSchema),
|
|
4961
4961
|
]);
|
|
4962
4962
|
|
|
4963
4963
|
/**
|
|
@@ -5107,6 +5107,7 @@ export const CreateProjectEnv$inboundSchema: z.ZodType<
|
|
|
5107
5107
|
edgeConfigTokenId: z.nullable(z.string()).optional(),
|
|
5108
5108
|
contentHint: z.nullable(
|
|
5109
5109
|
z.union([
|
|
5110
|
+
z.lazy(() => CreateProjectContentHint14$inboundSchema),
|
|
5110
5111
|
z.lazy(() => CreateProjectContentHint1$inboundSchema),
|
|
5111
5112
|
z.lazy(() => CreateProjectContentHint2$inboundSchema),
|
|
5112
5113
|
z.lazy(() => CreateProjectContentHint3$inboundSchema),
|
|
@@ -5121,7 +5122,6 @@ export const CreateProjectEnv$inboundSchema: z.ZodType<
|
|
|
5121
5122
|
z.lazy(() => CreateProjectContentHint12$inboundSchema),
|
|
5122
5123
|
z.lazy(() => CreateProjectContentHint13$inboundSchema),
|
|
5123
5124
|
z.lazy(() => CreateProjectContentHint15$inboundSchema),
|
|
5124
|
-
z.lazy(() => CreateProjectContentHint14$inboundSchema),
|
|
5125
5125
|
]),
|
|
5126
5126
|
).optional(),
|
|
5127
5127
|
internalContentHint: z.nullable(
|
|
@@ -5150,6 +5150,7 @@ export type CreateProjectEnv$Outbound = {
|
|
|
5150
5150
|
edgeConfigId?: string | null | undefined;
|
|
5151
5151
|
edgeConfigTokenId?: string | null | undefined;
|
|
5152
5152
|
contentHint?:
|
|
5153
|
+
| CreateProjectContentHint14$Outbound
|
|
5153
5154
|
| CreateProjectContentHint1$Outbound
|
|
5154
5155
|
| CreateProjectContentHint2$Outbound
|
|
5155
5156
|
| CreateProjectContentHint3$Outbound
|
|
@@ -5164,7 +5165,6 @@ export type CreateProjectEnv$Outbound = {
|
|
|
5164
5165
|
| CreateProjectContentHint12$Outbound
|
|
5165
5166
|
| CreateProjectContentHint13$Outbound
|
|
5166
5167
|
| CreateProjectContentHint15$Outbound
|
|
5167
|
-
| CreateProjectContentHint14$Outbound
|
|
5168
5168
|
| null
|
|
5169
5169
|
| undefined;
|
|
5170
5170
|
internalContentHint?:
|
|
@@ -5202,6 +5202,7 @@ export const CreateProjectEnv$outboundSchema: z.ZodType<
|
|
|
5202
5202
|
edgeConfigTokenId: z.nullable(z.string()).optional(),
|
|
5203
5203
|
contentHint: z.nullable(
|
|
5204
5204
|
z.union([
|
|
5205
|
+
z.lazy(() => CreateProjectContentHint14$outboundSchema),
|
|
5205
5206
|
z.lazy(() => CreateProjectContentHint1$outboundSchema),
|
|
5206
5207
|
z.lazy(() => CreateProjectContentHint2$outboundSchema),
|
|
5207
5208
|
z.lazy(() => CreateProjectContentHint3$outboundSchema),
|
|
@@ -5216,7 +5217,6 @@ export const CreateProjectEnv$outboundSchema: z.ZodType<
|
|
|
5216
5217
|
z.lazy(() => CreateProjectContentHint12$outboundSchema),
|
|
5217
5218
|
z.lazy(() => CreateProjectContentHint13$outboundSchema),
|
|
5218
5219
|
z.lazy(() => CreateProjectContentHint15$outboundSchema),
|
|
5219
|
-
z.lazy(() => CreateProjectContentHint14$outboundSchema),
|
|
5220
5220
|
]),
|
|
5221
5221
|
).optional(),
|
|
5222
5222
|
internalContentHint: z.nullable(
|
|
@@ -7145,17 +7145,17 @@ export const CreateProjectLink$inboundSchema: z.ZodType<
|
|
|
7145
7145
|
unknown
|
|
7146
7146
|
> = z.union([
|
|
7147
7147
|
z.lazy(() => CreateProjectLink1$inboundSchema),
|
|
7148
|
+
z.lazy(() => CreateProjectLink2$inboundSchema),
|
|
7148
7149
|
z.lazy(() => CreateProjectLink3$inboundSchema),
|
|
7149
7150
|
z.lazy(() => CreateProjectLink4$inboundSchema),
|
|
7150
|
-
z.lazy(() => CreateProjectLink2$inboundSchema),
|
|
7151
7151
|
]);
|
|
7152
7152
|
|
|
7153
7153
|
/** @internal */
|
|
7154
7154
|
export type CreateProjectLink$Outbound =
|
|
7155
7155
|
| CreateProjectLink1$Outbound
|
|
7156
|
+
| CreateProjectLink2$Outbound
|
|
7156
7157
|
| CreateProjectLink3$Outbound
|
|
7157
|
-
| CreateProjectLink4$Outbound
|
|
7158
|
-
| CreateProjectLink2$Outbound;
|
|
7158
|
+
| CreateProjectLink4$Outbound;
|
|
7159
7159
|
|
|
7160
7160
|
/** @internal */
|
|
7161
7161
|
export const CreateProjectLink$outboundSchema: z.ZodType<
|
|
@@ -7164,9 +7164,9 @@ export const CreateProjectLink$outboundSchema: z.ZodType<
|
|
|
7164
7164
|
CreateProjectLink
|
|
7165
7165
|
> = z.union([
|
|
7166
7166
|
z.lazy(() => CreateProjectLink1$outboundSchema),
|
|
7167
|
+
z.lazy(() => CreateProjectLink2$outboundSchema),
|
|
7167
7168
|
z.lazy(() => CreateProjectLink3$outboundSchema),
|
|
7168
7169
|
z.lazy(() => CreateProjectLink4$outboundSchema),
|
|
7169
|
-
z.lazy(() => CreateProjectLink2$outboundSchema),
|
|
7170
7170
|
]);
|
|
7171
7171
|
|
|
7172
7172
|
/**
|
|
@@ -7339,14 +7339,14 @@ export const CreateProjectMicrofrontends$inboundSchema: z.ZodType<
|
|
|
7339
7339
|
z.ZodTypeDef,
|
|
7340
7340
|
unknown
|
|
7341
7341
|
> = z.union([
|
|
7342
|
-
z.lazy(() => CreateProjectMicrofrontends2$inboundSchema),
|
|
7343
7342
|
z.lazy(() => CreateProjectMicrofrontends1$inboundSchema),
|
|
7343
|
+
z.lazy(() => CreateProjectMicrofrontends2$inboundSchema),
|
|
7344
7344
|
]);
|
|
7345
7345
|
|
|
7346
7346
|
/** @internal */
|
|
7347
7347
|
export type CreateProjectMicrofrontends$Outbound =
|
|
7348
|
-
|
|
|
7349
|
-
|
|
|
7348
|
+
| CreateProjectMicrofrontends1$Outbound
|
|
7349
|
+
| CreateProjectMicrofrontends2$Outbound;
|
|
7350
7350
|
|
|
7351
7351
|
/** @internal */
|
|
7352
7352
|
export const CreateProjectMicrofrontends$outboundSchema: z.ZodType<
|
|
@@ -7354,8 +7354,8 @@ export const CreateProjectMicrofrontends$outboundSchema: z.ZodType<
|
|
|
7354
7354
|
z.ZodTypeDef,
|
|
7355
7355
|
CreateProjectMicrofrontends
|
|
7356
7356
|
> = z.union([
|
|
7357
|
-
z.lazy(() => CreateProjectMicrofrontends2$outboundSchema),
|
|
7358
7357
|
z.lazy(() => CreateProjectMicrofrontends1$outboundSchema),
|
|
7358
|
+
z.lazy(() => CreateProjectMicrofrontends2$outboundSchema),
|
|
7359
7359
|
]);
|
|
7360
7360
|
|
|
7361
7361
|
/**
|
|
@@ -8842,6 +8842,72 @@ export const CreateProjectPermissions$inboundSchema: z.ZodType<
|
|
|
8842
8842
|
z.ZodTypeDef,
|
|
8843
8843
|
unknown
|
|
8844
8844
|
> = z.object({
|
|
8845
|
+
aliasProject: z.array(ACLAction$inboundSchema).optional(),
|
|
8846
|
+
aliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
|
|
8847
|
+
buildMachine: z.array(ACLAction$inboundSchema).optional(),
|
|
8848
|
+
productionAliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
|
|
8849
|
+
connectConfigurationLink: z.array(ACLAction$inboundSchema).optional(),
|
|
8850
|
+
dataCacheNamespace: z.array(ACLAction$inboundSchema).optional(),
|
|
8851
|
+
deployment: z.array(ACLAction$inboundSchema).optional(),
|
|
8852
|
+
deploymentCheck: z.array(ACLAction$inboundSchema).optional(),
|
|
8853
|
+
deploymentCheckPreview: z.array(ACLAction$inboundSchema).optional(),
|
|
8854
|
+
deploymentCheckReRunFromProductionBranch: z.array(ACLAction$inboundSchema)
|
|
8855
|
+
.optional(),
|
|
8856
|
+
deploymentProductionGit: z.array(ACLAction$inboundSchema).optional(),
|
|
8857
|
+
deploymentV0: z.array(ACLAction$inboundSchema).optional(),
|
|
8858
|
+
deploymentPreview: z.array(ACLAction$inboundSchema).optional(),
|
|
8859
|
+
deploymentPrivate: z.array(ACLAction$inboundSchema).optional(),
|
|
8860
|
+
deploymentPromote: z.array(ACLAction$inboundSchema).optional(),
|
|
8861
|
+
deploymentRollback: z.array(ACLAction$inboundSchema).optional(),
|
|
8862
|
+
edgeCacheNamespace: z.array(ACLAction$inboundSchema).optional(),
|
|
8863
|
+
environments: z.array(ACLAction$inboundSchema).optional(),
|
|
8864
|
+
logs: z.array(ACLAction$inboundSchema).optional(),
|
|
8865
|
+
logsPreset: z.array(ACLAction$inboundSchema).optional(),
|
|
8866
|
+
passwordProtection: z.array(ACLAction$inboundSchema).optional(),
|
|
8867
|
+
optionsAllowlist: z.array(ACLAction$inboundSchema).optional(),
|
|
8868
|
+
job: z.array(ACLAction$inboundSchema).optional(),
|
|
8869
|
+
observabilityData: z.array(ACLAction$inboundSchema).optional(),
|
|
8870
|
+
onDemandBuild: z.array(ACLAction$inboundSchema).optional(),
|
|
8871
|
+
onDemandConcurrency: z.array(ACLAction$inboundSchema).optional(),
|
|
8872
|
+
project: z.array(ACLAction$inboundSchema).optional(),
|
|
8873
|
+
projectFromV0: z.array(ACLAction$inboundSchema).optional(),
|
|
8874
|
+
projectAccessGroup: z.array(ACLAction$inboundSchema).optional(),
|
|
8875
|
+
projectAnalyticsSampling: z.array(ACLAction$inboundSchema).optional(),
|
|
8876
|
+
projectCheck: z.array(ACLAction$inboundSchema).optional(),
|
|
8877
|
+
projectCheckRun: z.array(ACLAction$inboundSchema).optional(),
|
|
8878
|
+
projectDeploymentHook: z.array(ACLAction$inboundSchema).optional(),
|
|
8879
|
+
projectDomain: z.array(ACLAction$inboundSchema).optional(),
|
|
8880
|
+
projectDomainMove: z.array(ACLAction$inboundSchema).optional(),
|
|
8881
|
+
projectDomainCheckConfig: z.array(ACLAction$inboundSchema).optional(),
|
|
8882
|
+
projectEnvVars: z.array(ACLAction$inboundSchema).optional(),
|
|
8883
|
+
projectEnvVarsProduction: z.array(ACLAction$inboundSchema).optional(),
|
|
8884
|
+
projectEnvVarsUnownedByIntegration: z.array(ACLAction$inboundSchema)
|
|
8885
|
+
.optional(),
|
|
8886
|
+
projectFlags: z.array(ACLAction$inboundSchema).optional(),
|
|
8887
|
+
projectId: z.array(ACLAction$inboundSchema).optional(),
|
|
8888
|
+
projectIntegrationConfiguration: z.array(ACLAction$inboundSchema).optional(),
|
|
8889
|
+
projectLink: z.array(ACLAction$inboundSchema).optional(),
|
|
8890
|
+
projectMember: z.array(ACLAction$inboundSchema).optional(),
|
|
8891
|
+
projectMonitoring: z.array(ACLAction$inboundSchema).optional(),
|
|
8892
|
+
projectPermissions: z.array(ACLAction$inboundSchema).optional(),
|
|
8893
|
+
projectProductionBranch: z.array(ACLAction$inboundSchema).optional(),
|
|
8894
|
+
projectTransfer: z.array(ACLAction$inboundSchema).optional(),
|
|
8895
|
+
projectTransferOut: z.array(ACLAction$inboundSchema).optional(),
|
|
8896
|
+
projectProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
|
|
8897
|
+
projectUsage: z.array(ACLAction$inboundSchema).optional(),
|
|
8898
|
+
projectAnalyticsUsage: z.array(ACLAction$inboundSchema).optional(),
|
|
8899
|
+
projectSupportCase: z.array(ACLAction$inboundSchema).optional(),
|
|
8900
|
+
projectSupportCaseComment: z.array(ACLAction$inboundSchema).optional(),
|
|
8901
|
+
projectDeploymentExpiration: z.array(ACLAction$inboundSchema).optional(),
|
|
8902
|
+
projectRollingRelease: z.array(ACLAction$inboundSchema).optional(),
|
|
8903
|
+
projectTier: z.array(ACLAction$inboundSchema).optional(),
|
|
8904
|
+
seawallConfig: z.array(ACLAction$inboundSchema).optional(),
|
|
8905
|
+
skewProtection: z.array(ACLAction$inboundSchema).optional(),
|
|
8906
|
+
analytics: z.array(ACLAction$inboundSchema).optional(),
|
|
8907
|
+
trustedIps: z.array(ACLAction$inboundSchema).optional(),
|
|
8908
|
+
webAnalytics: z.array(ACLAction$inboundSchema).optional(),
|
|
8909
|
+
sharedEnvVarConnection: z.array(ACLAction$inboundSchema).optional(),
|
|
8910
|
+
sonar: z.array(ACLAction$inboundSchema).optional(),
|
|
8845
8911
|
user: z.array(ACLAction$inboundSchema).optional(),
|
|
8846
8912
|
userConnection: z.array(ACLAction$inboundSchema).optional(),
|
|
8847
8913
|
userSudo: z.array(ACLAction$inboundSchema).optional(),
|
|
@@ -8984,72 +9050,6 @@ export const CreateProjectPermissions$inboundSchema: z.ZodType<
|
|
|
8984
9050
|
vercelRunExec: z.array(ACLAction$inboundSchema).optional(),
|
|
8985
9051
|
apiKey: z.array(ACLAction$inboundSchema).optional(),
|
|
8986
9052
|
apiKeyOwnedBySelf: z.array(ACLAction$inboundSchema).optional(),
|
|
8987
|
-
aliasProject: z.array(ACLAction$inboundSchema).optional(),
|
|
8988
|
-
aliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
|
|
8989
|
-
buildMachine: z.array(ACLAction$inboundSchema).optional(),
|
|
8990
|
-
productionAliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
|
|
8991
|
-
connectConfigurationLink: z.array(ACLAction$inboundSchema).optional(),
|
|
8992
|
-
dataCacheNamespace: z.array(ACLAction$inboundSchema).optional(),
|
|
8993
|
-
deployment: z.array(ACLAction$inboundSchema).optional(),
|
|
8994
|
-
deploymentCheck: z.array(ACLAction$inboundSchema).optional(),
|
|
8995
|
-
deploymentCheckPreview: z.array(ACLAction$inboundSchema).optional(),
|
|
8996
|
-
deploymentCheckReRunFromProductionBranch: z.array(ACLAction$inboundSchema)
|
|
8997
|
-
.optional(),
|
|
8998
|
-
deploymentProductionGit: z.array(ACLAction$inboundSchema).optional(),
|
|
8999
|
-
deploymentV0: z.array(ACLAction$inboundSchema).optional(),
|
|
9000
|
-
deploymentPreview: z.array(ACLAction$inboundSchema).optional(),
|
|
9001
|
-
deploymentPrivate: z.array(ACLAction$inboundSchema).optional(),
|
|
9002
|
-
deploymentPromote: z.array(ACLAction$inboundSchema).optional(),
|
|
9003
|
-
deploymentRollback: z.array(ACLAction$inboundSchema).optional(),
|
|
9004
|
-
edgeCacheNamespace: z.array(ACLAction$inboundSchema).optional(),
|
|
9005
|
-
environments: z.array(ACLAction$inboundSchema).optional(),
|
|
9006
|
-
logs: z.array(ACLAction$inboundSchema).optional(),
|
|
9007
|
-
logsPreset: z.array(ACLAction$inboundSchema).optional(),
|
|
9008
|
-
passwordProtection: z.array(ACLAction$inboundSchema).optional(),
|
|
9009
|
-
optionsAllowlist: z.array(ACLAction$inboundSchema).optional(),
|
|
9010
|
-
job: z.array(ACLAction$inboundSchema).optional(),
|
|
9011
|
-
observabilityData: z.array(ACLAction$inboundSchema).optional(),
|
|
9012
|
-
onDemandBuild: z.array(ACLAction$inboundSchema).optional(),
|
|
9013
|
-
onDemandConcurrency: z.array(ACLAction$inboundSchema).optional(),
|
|
9014
|
-
project: z.array(ACLAction$inboundSchema).optional(),
|
|
9015
|
-
projectFromV0: z.array(ACLAction$inboundSchema).optional(),
|
|
9016
|
-
projectAccessGroup: z.array(ACLAction$inboundSchema).optional(),
|
|
9017
|
-
projectAnalyticsSampling: z.array(ACLAction$inboundSchema).optional(),
|
|
9018
|
-
projectCheck: z.array(ACLAction$inboundSchema).optional(),
|
|
9019
|
-
projectCheckRun: z.array(ACLAction$inboundSchema).optional(),
|
|
9020
|
-
projectDeploymentHook: z.array(ACLAction$inboundSchema).optional(),
|
|
9021
|
-
projectDomain: z.array(ACLAction$inboundSchema).optional(),
|
|
9022
|
-
projectDomainMove: z.array(ACLAction$inboundSchema).optional(),
|
|
9023
|
-
projectDomainCheckConfig: z.array(ACLAction$inboundSchema).optional(),
|
|
9024
|
-
projectEnvVars: z.array(ACLAction$inboundSchema).optional(),
|
|
9025
|
-
projectEnvVarsProduction: z.array(ACLAction$inboundSchema).optional(),
|
|
9026
|
-
projectEnvVarsUnownedByIntegration: z.array(ACLAction$inboundSchema)
|
|
9027
|
-
.optional(),
|
|
9028
|
-
projectFlags: z.array(ACLAction$inboundSchema).optional(),
|
|
9029
|
-
projectId: z.array(ACLAction$inboundSchema).optional(),
|
|
9030
|
-
projectIntegrationConfiguration: z.array(ACLAction$inboundSchema).optional(),
|
|
9031
|
-
projectLink: z.array(ACLAction$inboundSchema).optional(),
|
|
9032
|
-
projectMember: z.array(ACLAction$inboundSchema).optional(),
|
|
9033
|
-
projectMonitoring: z.array(ACLAction$inboundSchema).optional(),
|
|
9034
|
-
projectPermissions: z.array(ACLAction$inboundSchema).optional(),
|
|
9035
|
-
projectProductionBranch: z.array(ACLAction$inboundSchema).optional(),
|
|
9036
|
-
projectTransfer: z.array(ACLAction$inboundSchema).optional(),
|
|
9037
|
-
projectTransferOut: z.array(ACLAction$inboundSchema).optional(),
|
|
9038
|
-
projectProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
|
|
9039
|
-
projectUsage: z.array(ACLAction$inboundSchema).optional(),
|
|
9040
|
-
projectAnalyticsUsage: z.array(ACLAction$inboundSchema).optional(),
|
|
9041
|
-
projectSupportCase: z.array(ACLAction$inboundSchema).optional(),
|
|
9042
|
-
projectSupportCaseComment: z.array(ACLAction$inboundSchema).optional(),
|
|
9043
|
-
projectDeploymentExpiration: z.array(ACLAction$inboundSchema).optional(),
|
|
9044
|
-
projectRollingRelease: z.array(ACLAction$inboundSchema).optional(),
|
|
9045
|
-
projectTier: z.array(ACLAction$inboundSchema).optional(),
|
|
9046
|
-
seawallConfig: z.array(ACLAction$inboundSchema).optional(),
|
|
9047
|
-
skewProtection: z.array(ACLAction$inboundSchema).optional(),
|
|
9048
|
-
analytics: z.array(ACLAction$inboundSchema).optional(),
|
|
9049
|
-
trustedIps: z.array(ACLAction$inboundSchema).optional(),
|
|
9050
|
-
webAnalytics: z.array(ACLAction$inboundSchema).optional(),
|
|
9051
|
-
sharedEnvVarConnection: z.array(ACLAction$inboundSchema).optional(),
|
|
9052
|
-
sonar: z.array(ACLAction$inboundSchema).optional(),
|
|
9053
9053
|
}).transform((v) => {
|
|
9054
9054
|
return remap$(v, {
|
|
9055
9055
|
"Monitoring": "monitoring",
|
|
@@ -9060,6 +9060,70 @@ export const CreateProjectPermissions$inboundSchema: z.ZodType<
|
|
|
9060
9060
|
|
|
9061
9061
|
/** @internal */
|
|
9062
9062
|
export type CreateProjectPermissions$Outbound = {
|
|
9063
|
+
aliasProject?: Array<string> | undefined;
|
|
9064
|
+
aliasProtectionBypass?: Array<string> | undefined;
|
|
9065
|
+
buildMachine?: Array<string> | undefined;
|
|
9066
|
+
productionAliasProtectionBypass?: Array<string> | undefined;
|
|
9067
|
+
connectConfigurationLink?: Array<string> | undefined;
|
|
9068
|
+
dataCacheNamespace?: Array<string> | undefined;
|
|
9069
|
+
deployment?: Array<string> | undefined;
|
|
9070
|
+
deploymentCheck?: Array<string> | undefined;
|
|
9071
|
+
deploymentCheckPreview?: Array<string> | undefined;
|
|
9072
|
+
deploymentCheckReRunFromProductionBranch?: Array<string> | undefined;
|
|
9073
|
+
deploymentProductionGit?: Array<string> | undefined;
|
|
9074
|
+
deploymentV0?: Array<string> | undefined;
|
|
9075
|
+
deploymentPreview?: Array<string> | undefined;
|
|
9076
|
+
deploymentPrivate?: Array<string> | undefined;
|
|
9077
|
+
deploymentPromote?: Array<string> | undefined;
|
|
9078
|
+
deploymentRollback?: Array<string> | undefined;
|
|
9079
|
+
edgeCacheNamespace?: Array<string> | undefined;
|
|
9080
|
+
environments?: Array<string> | undefined;
|
|
9081
|
+
logs?: Array<string> | undefined;
|
|
9082
|
+
logsPreset?: Array<string> | undefined;
|
|
9083
|
+
passwordProtection?: Array<string> | undefined;
|
|
9084
|
+
optionsAllowlist?: Array<string> | undefined;
|
|
9085
|
+
job?: Array<string> | undefined;
|
|
9086
|
+
observabilityData?: Array<string> | undefined;
|
|
9087
|
+
onDemandBuild?: Array<string> | undefined;
|
|
9088
|
+
onDemandConcurrency?: Array<string> | undefined;
|
|
9089
|
+
project?: Array<string> | undefined;
|
|
9090
|
+
projectFromV0?: Array<string> | undefined;
|
|
9091
|
+
projectAccessGroup?: Array<string> | undefined;
|
|
9092
|
+
projectAnalyticsSampling?: Array<string> | undefined;
|
|
9093
|
+
projectCheck?: Array<string> | undefined;
|
|
9094
|
+
projectCheckRun?: Array<string> | undefined;
|
|
9095
|
+
projectDeploymentHook?: Array<string> | undefined;
|
|
9096
|
+
projectDomain?: Array<string> | undefined;
|
|
9097
|
+
projectDomainMove?: Array<string> | undefined;
|
|
9098
|
+
projectDomainCheckConfig?: Array<string> | undefined;
|
|
9099
|
+
projectEnvVars?: Array<string> | undefined;
|
|
9100
|
+
projectEnvVarsProduction?: Array<string> | undefined;
|
|
9101
|
+
projectEnvVarsUnownedByIntegration?: Array<string> | undefined;
|
|
9102
|
+
projectFlags?: Array<string> | undefined;
|
|
9103
|
+
projectId?: Array<string> | undefined;
|
|
9104
|
+
projectIntegrationConfiguration?: Array<string> | undefined;
|
|
9105
|
+
projectLink?: Array<string> | undefined;
|
|
9106
|
+
projectMember?: Array<string> | undefined;
|
|
9107
|
+
projectMonitoring?: Array<string> | undefined;
|
|
9108
|
+
projectPermissions?: Array<string> | undefined;
|
|
9109
|
+
projectProductionBranch?: Array<string> | undefined;
|
|
9110
|
+
projectTransfer?: Array<string> | undefined;
|
|
9111
|
+
projectTransferOut?: Array<string> | undefined;
|
|
9112
|
+
projectProtectionBypass?: Array<string> | undefined;
|
|
9113
|
+
projectUsage?: Array<string> | undefined;
|
|
9114
|
+
projectAnalyticsUsage?: Array<string> | undefined;
|
|
9115
|
+
projectSupportCase?: Array<string> | undefined;
|
|
9116
|
+
projectSupportCaseComment?: Array<string> | undefined;
|
|
9117
|
+
projectDeploymentExpiration?: Array<string> | undefined;
|
|
9118
|
+
projectRollingRelease?: Array<string> | undefined;
|
|
9119
|
+
projectTier?: Array<string> | undefined;
|
|
9120
|
+
seawallConfig?: Array<string> | undefined;
|
|
9121
|
+
skewProtection?: Array<string> | undefined;
|
|
9122
|
+
analytics?: Array<string> | undefined;
|
|
9123
|
+
trustedIps?: Array<string> | undefined;
|
|
9124
|
+
webAnalytics?: Array<string> | undefined;
|
|
9125
|
+
sharedEnvVarConnection?: Array<string> | undefined;
|
|
9126
|
+
sonar?: Array<string> | undefined;
|
|
9063
9127
|
user?: Array<string> | undefined;
|
|
9064
9128
|
userConnection?: Array<string> | undefined;
|
|
9065
9129
|
userSudo?: Array<string> | undefined;
|
|
@@ -9199,70 +9263,6 @@ export type CreateProjectPermissions$Outbound = {
|
|
|
9199
9263
|
vercelRunExec?: Array<string> | undefined;
|
|
9200
9264
|
apiKey?: Array<string> | undefined;
|
|
9201
9265
|
apiKeyOwnedBySelf?: Array<string> | undefined;
|
|
9202
|
-
aliasProject?: Array<string> | undefined;
|
|
9203
|
-
aliasProtectionBypass?: Array<string> | undefined;
|
|
9204
|
-
buildMachine?: Array<string> | undefined;
|
|
9205
|
-
productionAliasProtectionBypass?: Array<string> | undefined;
|
|
9206
|
-
connectConfigurationLink?: Array<string> | undefined;
|
|
9207
|
-
dataCacheNamespace?: Array<string> | undefined;
|
|
9208
|
-
deployment?: Array<string> | undefined;
|
|
9209
|
-
deploymentCheck?: Array<string> | undefined;
|
|
9210
|
-
deploymentCheckPreview?: Array<string> | undefined;
|
|
9211
|
-
deploymentCheckReRunFromProductionBranch?: Array<string> | undefined;
|
|
9212
|
-
deploymentProductionGit?: Array<string> | undefined;
|
|
9213
|
-
deploymentV0?: Array<string> | undefined;
|
|
9214
|
-
deploymentPreview?: Array<string> | undefined;
|
|
9215
|
-
deploymentPrivate?: Array<string> | undefined;
|
|
9216
|
-
deploymentPromote?: Array<string> | undefined;
|
|
9217
|
-
deploymentRollback?: Array<string> | undefined;
|
|
9218
|
-
edgeCacheNamespace?: Array<string> | undefined;
|
|
9219
|
-
environments?: Array<string> | undefined;
|
|
9220
|
-
logs?: Array<string> | undefined;
|
|
9221
|
-
logsPreset?: Array<string> | undefined;
|
|
9222
|
-
passwordProtection?: Array<string> | undefined;
|
|
9223
|
-
optionsAllowlist?: Array<string> | undefined;
|
|
9224
|
-
job?: Array<string> | undefined;
|
|
9225
|
-
observabilityData?: Array<string> | undefined;
|
|
9226
|
-
onDemandBuild?: Array<string> | undefined;
|
|
9227
|
-
onDemandConcurrency?: Array<string> | undefined;
|
|
9228
|
-
project?: Array<string> | undefined;
|
|
9229
|
-
projectFromV0?: Array<string> | undefined;
|
|
9230
|
-
projectAccessGroup?: Array<string> | undefined;
|
|
9231
|
-
projectAnalyticsSampling?: Array<string> | undefined;
|
|
9232
|
-
projectCheck?: Array<string> | undefined;
|
|
9233
|
-
projectCheckRun?: Array<string> | undefined;
|
|
9234
|
-
projectDeploymentHook?: Array<string> | undefined;
|
|
9235
|
-
projectDomain?: Array<string> | undefined;
|
|
9236
|
-
projectDomainMove?: Array<string> | undefined;
|
|
9237
|
-
projectDomainCheckConfig?: Array<string> | undefined;
|
|
9238
|
-
projectEnvVars?: Array<string> | undefined;
|
|
9239
|
-
projectEnvVarsProduction?: Array<string> | undefined;
|
|
9240
|
-
projectEnvVarsUnownedByIntegration?: Array<string> | undefined;
|
|
9241
|
-
projectFlags?: Array<string> | undefined;
|
|
9242
|
-
projectId?: Array<string> | undefined;
|
|
9243
|
-
projectIntegrationConfiguration?: Array<string> | undefined;
|
|
9244
|
-
projectLink?: Array<string> | undefined;
|
|
9245
|
-
projectMember?: Array<string> | undefined;
|
|
9246
|
-
projectMonitoring?: Array<string> | undefined;
|
|
9247
|
-
projectPermissions?: Array<string> | undefined;
|
|
9248
|
-
projectProductionBranch?: Array<string> | undefined;
|
|
9249
|
-
projectTransfer?: Array<string> | undefined;
|
|
9250
|
-
projectTransferOut?: Array<string> | undefined;
|
|
9251
|
-
projectProtectionBypass?: Array<string> | undefined;
|
|
9252
|
-
projectUsage?: Array<string> | undefined;
|
|
9253
|
-
projectAnalyticsUsage?: Array<string> | undefined;
|
|
9254
|
-
projectSupportCase?: Array<string> | undefined;
|
|
9255
|
-
projectSupportCaseComment?: Array<string> | undefined;
|
|
9256
|
-
projectDeploymentExpiration?: Array<string> | undefined;
|
|
9257
|
-
projectRollingRelease?: Array<string> | undefined;
|
|
9258
|
-
projectTier?: Array<string> | undefined;
|
|
9259
|
-
seawallConfig?: Array<string> | undefined;
|
|
9260
|
-
skewProtection?: Array<string> | undefined;
|
|
9261
|
-
analytics?: Array<string> | undefined;
|
|
9262
|
-
trustedIps?: Array<string> | undefined;
|
|
9263
|
-
webAnalytics?: Array<string> | undefined;
|
|
9264
|
-
sharedEnvVarConnection?: Array<string> | undefined;
|
|
9265
|
-
sonar?: Array<string> | undefined;
|
|
9266
9266
|
};
|
|
9267
9267
|
|
|
9268
9268
|
/** @internal */
|
|
@@ -9271,6 +9271,72 @@ export const CreateProjectPermissions$outboundSchema: z.ZodType<
|
|
|
9271
9271
|
z.ZodTypeDef,
|
|
9272
9272
|
CreateProjectPermissions
|
|
9273
9273
|
> = z.object({
|
|
9274
|
+
aliasProject: z.array(ACLAction$outboundSchema).optional(),
|
|
9275
|
+
aliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
|
|
9276
|
+
buildMachine: z.array(ACLAction$outboundSchema).optional(),
|
|
9277
|
+
productionAliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
|
|
9278
|
+
connectConfigurationLink: z.array(ACLAction$outboundSchema).optional(),
|
|
9279
|
+
dataCacheNamespace: z.array(ACLAction$outboundSchema).optional(),
|
|
9280
|
+
deployment: z.array(ACLAction$outboundSchema).optional(),
|
|
9281
|
+
deploymentCheck: z.array(ACLAction$outboundSchema).optional(),
|
|
9282
|
+
deploymentCheckPreview: z.array(ACLAction$outboundSchema).optional(),
|
|
9283
|
+
deploymentCheckReRunFromProductionBranch: z.array(ACLAction$outboundSchema)
|
|
9284
|
+
.optional(),
|
|
9285
|
+
deploymentProductionGit: z.array(ACLAction$outboundSchema).optional(),
|
|
9286
|
+
deploymentV0: z.array(ACLAction$outboundSchema).optional(),
|
|
9287
|
+
deploymentPreview: z.array(ACLAction$outboundSchema).optional(),
|
|
9288
|
+
deploymentPrivate: z.array(ACLAction$outboundSchema).optional(),
|
|
9289
|
+
deploymentPromote: z.array(ACLAction$outboundSchema).optional(),
|
|
9290
|
+
deploymentRollback: z.array(ACLAction$outboundSchema).optional(),
|
|
9291
|
+
edgeCacheNamespace: z.array(ACLAction$outboundSchema).optional(),
|
|
9292
|
+
environments: z.array(ACLAction$outboundSchema).optional(),
|
|
9293
|
+
logs: z.array(ACLAction$outboundSchema).optional(),
|
|
9294
|
+
logsPreset: z.array(ACLAction$outboundSchema).optional(),
|
|
9295
|
+
passwordProtection: z.array(ACLAction$outboundSchema).optional(),
|
|
9296
|
+
optionsAllowlist: z.array(ACLAction$outboundSchema).optional(),
|
|
9297
|
+
job: z.array(ACLAction$outboundSchema).optional(),
|
|
9298
|
+
observabilityData: z.array(ACLAction$outboundSchema).optional(),
|
|
9299
|
+
onDemandBuild: z.array(ACLAction$outboundSchema).optional(),
|
|
9300
|
+
onDemandConcurrency: z.array(ACLAction$outboundSchema).optional(),
|
|
9301
|
+
project: z.array(ACLAction$outboundSchema).optional(),
|
|
9302
|
+
projectFromV0: z.array(ACLAction$outboundSchema).optional(),
|
|
9303
|
+
projectAccessGroup: z.array(ACLAction$outboundSchema).optional(),
|
|
9304
|
+
projectAnalyticsSampling: z.array(ACLAction$outboundSchema).optional(),
|
|
9305
|
+
projectCheck: z.array(ACLAction$outboundSchema).optional(),
|
|
9306
|
+
projectCheckRun: z.array(ACLAction$outboundSchema).optional(),
|
|
9307
|
+
projectDeploymentHook: z.array(ACLAction$outboundSchema).optional(),
|
|
9308
|
+
projectDomain: z.array(ACLAction$outboundSchema).optional(),
|
|
9309
|
+
projectDomainMove: z.array(ACLAction$outboundSchema).optional(),
|
|
9310
|
+
projectDomainCheckConfig: z.array(ACLAction$outboundSchema).optional(),
|
|
9311
|
+
projectEnvVars: z.array(ACLAction$outboundSchema).optional(),
|
|
9312
|
+
projectEnvVarsProduction: z.array(ACLAction$outboundSchema).optional(),
|
|
9313
|
+
projectEnvVarsUnownedByIntegration: z.array(ACLAction$outboundSchema)
|
|
9314
|
+
.optional(),
|
|
9315
|
+
projectFlags: z.array(ACLAction$outboundSchema).optional(),
|
|
9316
|
+
projectId: z.array(ACLAction$outboundSchema).optional(),
|
|
9317
|
+
projectIntegrationConfiguration: z.array(ACLAction$outboundSchema).optional(),
|
|
9318
|
+
projectLink: z.array(ACLAction$outboundSchema).optional(),
|
|
9319
|
+
projectMember: z.array(ACLAction$outboundSchema).optional(),
|
|
9320
|
+
projectMonitoring: z.array(ACLAction$outboundSchema).optional(),
|
|
9321
|
+
projectPermissions: z.array(ACLAction$outboundSchema).optional(),
|
|
9322
|
+
projectProductionBranch: z.array(ACLAction$outboundSchema).optional(),
|
|
9323
|
+
projectTransfer: z.array(ACLAction$outboundSchema).optional(),
|
|
9324
|
+
projectTransferOut: z.array(ACLAction$outboundSchema).optional(),
|
|
9325
|
+
projectProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
|
|
9326
|
+
projectUsage: z.array(ACLAction$outboundSchema).optional(),
|
|
9327
|
+
projectAnalyticsUsage: z.array(ACLAction$outboundSchema).optional(),
|
|
9328
|
+
projectSupportCase: z.array(ACLAction$outboundSchema).optional(),
|
|
9329
|
+
projectSupportCaseComment: z.array(ACLAction$outboundSchema).optional(),
|
|
9330
|
+
projectDeploymentExpiration: z.array(ACLAction$outboundSchema).optional(),
|
|
9331
|
+
projectRollingRelease: z.array(ACLAction$outboundSchema).optional(),
|
|
9332
|
+
projectTier: z.array(ACLAction$outboundSchema).optional(),
|
|
9333
|
+
seawallConfig: z.array(ACLAction$outboundSchema).optional(),
|
|
9334
|
+
skewProtection: z.array(ACLAction$outboundSchema).optional(),
|
|
9335
|
+
analytics: z.array(ACLAction$outboundSchema).optional(),
|
|
9336
|
+
trustedIps: z.array(ACLAction$outboundSchema).optional(),
|
|
9337
|
+
webAnalytics: z.array(ACLAction$outboundSchema).optional(),
|
|
9338
|
+
sharedEnvVarConnection: z.array(ACLAction$outboundSchema).optional(),
|
|
9339
|
+
sonar: z.array(ACLAction$outboundSchema).optional(),
|
|
9274
9340
|
user: z.array(ACLAction$outboundSchema).optional(),
|
|
9275
9341
|
userConnection: z.array(ACLAction$outboundSchema).optional(),
|
|
9276
9342
|
userSudo: z.array(ACLAction$outboundSchema).optional(),
|
|
@@ -9415,72 +9481,6 @@ export const CreateProjectPermissions$outboundSchema: z.ZodType<
|
|
|
9415
9481
|
vercelRunExec: z.array(ACLAction$outboundSchema).optional(),
|
|
9416
9482
|
apiKey: z.array(ACLAction$outboundSchema).optional(),
|
|
9417
9483
|
apiKeyOwnedBySelf: z.array(ACLAction$outboundSchema).optional(),
|
|
9418
|
-
aliasProject: z.array(ACLAction$outboundSchema).optional(),
|
|
9419
|
-
aliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
|
|
9420
|
-
buildMachine: z.array(ACLAction$outboundSchema).optional(),
|
|
9421
|
-
productionAliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
|
|
9422
|
-
connectConfigurationLink: z.array(ACLAction$outboundSchema).optional(),
|
|
9423
|
-
dataCacheNamespace: z.array(ACLAction$outboundSchema).optional(),
|
|
9424
|
-
deployment: z.array(ACLAction$outboundSchema).optional(),
|
|
9425
|
-
deploymentCheck: z.array(ACLAction$outboundSchema).optional(),
|
|
9426
|
-
deploymentCheckPreview: z.array(ACLAction$outboundSchema).optional(),
|
|
9427
|
-
deploymentCheckReRunFromProductionBranch: z.array(ACLAction$outboundSchema)
|
|
9428
|
-
.optional(),
|
|
9429
|
-
deploymentProductionGit: z.array(ACLAction$outboundSchema).optional(),
|
|
9430
|
-
deploymentV0: z.array(ACLAction$outboundSchema).optional(),
|
|
9431
|
-
deploymentPreview: z.array(ACLAction$outboundSchema).optional(),
|
|
9432
|
-
deploymentPrivate: z.array(ACLAction$outboundSchema).optional(),
|
|
9433
|
-
deploymentPromote: z.array(ACLAction$outboundSchema).optional(),
|
|
9434
|
-
deploymentRollback: z.array(ACLAction$outboundSchema).optional(),
|
|
9435
|
-
edgeCacheNamespace: z.array(ACLAction$outboundSchema).optional(),
|
|
9436
|
-
environments: z.array(ACLAction$outboundSchema).optional(),
|
|
9437
|
-
logs: z.array(ACLAction$outboundSchema).optional(),
|
|
9438
|
-
logsPreset: z.array(ACLAction$outboundSchema).optional(),
|
|
9439
|
-
passwordProtection: z.array(ACLAction$outboundSchema).optional(),
|
|
9440
|
-
optionsAllowlist: z.array(ACLAction$outboundSchema).optional(),
|
|
9441
|
-
job: z.array(ACLAction$outboundSchema).optional(),
|
|
9442
|
-
observabilityData: z.array(ACLAction$outboundSchema).optional(),
|
|
9443
|
-
onDemandBuild: z.array(ACLAction$outboundSchema).optional(),
|
|
9444
|
-
onDemandConcurrency: z.array(ACLAction$outboundSchema).optional(),
|
|
9445
|
-
project: z.array(ACLAction$outboundSchema).optional(),
|
|
9446
|
-
projectFromV0: z.array(ACLAction$outboundSchema).optional(),
|
|
9447
|
-
projectAccessGroup: z.array(ACLAction$outboundSchema).optional(),
|
|
9448
|
-
projectAnalyticsSampling: z.array(ACLAction$outboundSchema).optional(),
|
|
9449
|
-
projectCheck: z.array(ACLAction$outboundSchema).optional(),
|
|
9450
|
-
projectCheckRun: z.array(ACLAction$outboundSchema).optional(),
|
|
9451
|
-
projectDeploymentHook: z.array(ACLAction$outboundSchema).optional(),
|
|
9452
|
-
projectDomain: z.array(ACLAction$outboundSchema).optional(),
|
|
9453
|
-
projectDomainMove: z.array(ACLAction$outboundSchema).optional(),
|
|
9454
|
-
projectDomainCheckConfig: z.array(ACLAction$outboundSchema).optional(),
|
|
9455
|
-
projectEnvVars: z.array(ACLAction$outboundSchema).optional(),
|
|
9456
|
-
projectEnvVarsProduction: z.array(ACLAction$outboundSchema).optional(),
|
|
9457
|
-
projectEnvVarsUnownedByIntegration: z.array(ACLAction$outboundSchema)
|
|
9458
|
-
.optional(),
|
|
9459
|
-
projectFlags: z.array(ACLAction$outboundSchema).optional(),
|
|
9460
|
-
projectId: z.array(ACLAction$outboundSchema).optional(),
|
|
9461
|
-
projectIntegrationConfiguration: z.array(ACLAction$outboundSchema).optional(),
|
|
9462
|
-
projectLink: z.array(ACLAction$outboundSchema).optional(),
|
|
9463
|
-
projectMember: z.array(ACLAction$outboundSchema).optional(),
|
|
9464
|
-
projectMonitoring: z.array(ACLAction$outboundSchema).optional(),
|
|
9465
|
-
projectPermissions: z.array(ACLAction$outboundSchema).optional(),
|
|
9466
|
-
projectProductionBranch: z.array(ACLAction$outboundSchema).optional(),
|
|
9467
|
-
projectTransfer: z.array(ACLAction$outboundSchema).optional(),
|
|
9468
|
-
projectTransferOut: z.array(ACLAction$outboundSchema).optional(),
|
|
9469
|
-
projectProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
|
|
9470
|
-
projectUsage: z.array(ACLAction$outboundSchema).optional(),
|
|
9471
|
-
projectAnalyticsUsage: z.array(ACLAction$outboundSchema).optional(),
|
|
9472
|
-
projectSupportCase: z.array(ACLAction$outboundSchema).optional(),
|
|
9473
|
-
projectSupportCaseComment: z.array(ACLAction$outboundSchema).optional(),
|
|
9474
|
-
projectDeploymentExpiration: z.array(ACLAction$outboundSchema).optional(),
|
|
9475
|
-
projectRollingRelease: z.array(ACLAction$outboundSchema).optional(),
|
|
9476
|
-
projectTier: z.array(ACLAction$outboundSchema).optional(),
|
|
9477
|
-
seawallConfig: z.array(ACLAction$outboundSchema).optional(),
|
|
9478
|
-
skewProtection: z.array(ACLAction$outboundSchema).optional(),
|
|
9479
|
-
analytics: z.array(ACLAction$outboundSchema).optional(),
|
|
9480
|
-
trustedIps: z.array(ACLAction$outboundSchema).optional(),
|
|
9481
|
-
webAnalytics: z.array(ACLAction$outboundSchema).optional(),
|
|
9482
|
-
sharedEnvVarConnection: z.array(ACLAction$outboundSchema).optional(),
|
|
9483
|
-
sonar: z.array(ACLAction$outboundSchema).optional(),
|
|
9484
9484
|
}).transform((v) => {
|
|
9485
9485
|
return remap$(v, {
|
|
9486
9486
|
monitoring: "Monitoring",
|
|
@@ -9873,14 +9873,14 @@ export const CreateProjectProtectionBypass$inboundSchema: z.ZodType<
|
|
|
9873
9873
|
z.ZodTypeDef,
|
|
9874
9874
|
unknown
|
|
9875
9875
|
> = z.union([
|
|
9876
|
-
z.lazy(() => CreateProjectProtectionBypass2$inboundSchema),
|
|
9877
9876
|
z.lazy(() => CreateProjectProtectionBypass1$inboundSchema),
|
|
9877
|
+
z.lazy(() => CreateProjectProtectionBypass2$inboundSchema),
|
|
9878
9878
|
]);
|
|
9879
9879
|
|
|
9880
9880
|
/** @internal */
|
|
9881
9881
|
export type CreateProjectProtectionBypass$Outbound =
|
|
9882
|
-
|
|
|
9883
|
-
|
|
|
9882
|
+
| CreateProjectProtectionBypass1$Outbound
|
|
9883
|
+
| CreateProjectProtectionBypass2$Outbound;
|
|
9884
9884
|
|
|
9885
9885
|
/** @internal */
|
|
9886
9886
|
export const CreateProjectProtectionBypass$outboundSchema: z.ZodType<
|
|
@@ -9888,8 +9888,8 @@ export const CreateProjectProtectionBypass$outboundSchema: z.ZodType<
|
|
|
9888
9888
|
z.ZodTypeDef,
|
|
9889
9889
|
CreateProjectProtectionBypass
|
|
9890
9890
|
> = z.union([
|
|
9891
|
-
z.lazy(() => CreateProjectProtectionBypass2$outboundSchema),
|
|
9892
9891
|
z.lazy(() => CreateProjectProtectionBypass1$outboundSchema),
|
|
9892
|
+
z.lazy(() => CreateProjectProtectionBypass2$outboundSchema),
|
|
9893
9893
|
]);
|
|
9894
9894
|
|
|
9895
9895
|
/**
|
|
@@ -10170,14 +10170,14 @@ export const CreateProjectTrustedIps$inboundSchema: z.ZodType<
|
|
|
10170
10170
|
z.ZodTypeDef,
|
|
10171
10171
|
unknown
|
|
10172
10172
|
> = z.union([
|
|
10173
|
-
z.lazy(() => CreateProjectTrustedIps2$inboundSchema),
|
|
10174
10173
|
z.lazy(() => CreateProjectTrustedIps1$inboundSchema),
|
|
10174
|
+
z.lazy(() => CreateProjectTrustedIps2$inboundSchema),
|
|
10175
10175
|
]);
|
|
10176
10176
|
|
|
10177
10177
|
/** @internal */
|
|
10178
10178
|
export type CreateProjectTrustedIps$Outbound =
|
|
10179
|
-
|
|
|
10180
|
-
|
|
|
10179
|
+
| CreateProjectTrustedIps1$Outbound
|
|
10180
|
+
| CreateProjectTrustedIps2$Outbound;
|
|
10181
10181
|
|
|
10182
10182
|
/** @internal */
|
|
10183
10183
|
export const CreateProjectTrustedIps$outboundSchema: z.ZodType<
|
|
@@ -10185,8 +10185,8 @@ export const CreateProjectTrustedIps$outboundSchema: z.ZodType<
|
|
|
10185
10185
|
z.ZodTypeDef,
|
|
10186
10186
|
CreateProjectTrustedIps
|
|
10187
10187
|
> = z.union([
|
|
10188
|
-
z.lazy(() => CreateProjectTrustedIps2$outboundSchema),
|
|
10189
10188
|
z.lazy(() => CreateProjectTrustedIps1$outboundSchema),
|
|
10189
|
+
z.lazy(() => CreateProjectTrustedIps2$outboundSchema),
|
|
10190
10190
|
]);
|
|
10191
10191
|
|
|
10192
10192
|
/**
|
|
@@ -11894,13 +11894,13 @@ export const CreateProjectResponseBody$inboundSchema: z.ZodType<
|
|
|
11894
11894
|
).optional(),
|
|
11895
11895
|
link: z.union([
|
|
11896
11896
|
z.lazy(() => CreateProjectLink1$inboundSchema),
|
|
11897
|
+
z.lazy(() => CreateProjectLink2$inboundSchema),
|
|
11897
11898
|
z.lazy(() => CreateProjectLink3$inboundSchema),
|
|
11898
11899
|
z.lazy(() => CreateProjectLink4$inboundSchema),
|
|
11899
|
-
z.lazy(() => CreateProjectLink2$inboundSchema),
|
|
11900
11900
|
]).optional(),
|
|
11901
11901
|
microfrontends: z.union([
|
|
11902
|
-
z.lazy(() => CreateProjectMicrofrontends2$inboundSchema),
|
|
11903
11902
|
z.lazy(() => CreateProjectMicrofrontends1$inboundSchema),
|
|
11903
|
+
z.lazy(() => CreateProjectMicrofrontends2$inboundSchema),
|
|
11904
11904
|
]).optional(),
|
|
11905
11905
|
name: z.string(),
|
|
11906
11906
|
nodeVersion: CreateProjectNodeVersion$inboundSchema,
|
|
@@ -11956,15 +11956,15 @@ export const CreateProjectResponseBody$inboundSchema: z.ZodType<
|
|
|
11956
11956
|
).optional(),
|
|
11957
11957
|
protectionBypass: z.record(
|
|
11958
11958
|
z.union([
|
|
11959
|
-
z.lazy(() => CreateProjectProtectionBypass2$inboundSchema),
|
|
11960
11959
|
z.lazy(() => CreateProjectProtectionBypass1$inboundSchema),
|
|
11960
|
+
z.lazy(() => CreateProjectProtectionBypass2$inboundSchema),
|
|
11961
11961
|
]),
|
|
11962
11962
|
).optional(),
|
|
11963
11963
|
hasActiveBranches: z.boolean().optional(),
|
|
11964
11964
|
trustedIps: z.nullable(
|
|
11965
11965
|
z.union([
|
|
11966
|
-
z.lazy(() => CreateProjectTrustedIps2$inboundSchema),
|
|
11967
11966
|
z.lazy(() => CreateProjectTrustedIps1$inboundSchema),
|
|
11967
|
+
z.lazy(() => CreateProjectTrustedIps2$inboundSchema),
|
|
11968
11968
|
]),
|
|
11969
11969
|
).optional(),
|
|
11970
11970
|
gitComments: z.lazy(() => CreateProjectGitComments$inboundSchema).optional(),
|
|
@@ -12024,13 +12024,13 @@ export type CreateProjectResponseBody$Outbound = {
|
|
|
12024
12024
|
| undefined;
|
|
12025
12025
|
link?:
|
|
12026
12026
|
| CreateProjectLink1$Outbound
|
|
12027
|
+
| CreateProjectLink2$Outbound
|
|
12027
12028
|
| CreateProjectLink3$Outbound
|
|
12028
12029
|
| CreateProjectLink4$Outbound
|
|
12029
|
-
| CreateProjectLink2$Outbound
|
|
12030
12030
|
| undefined;
|
|
12031
12031
|
microfrontends?:
|
|
12032
|
-
| CreateProjectMicrofrontends2$Outbound
|
|
12033
12032
|
| CreateProjectMicrofrontends1$Outbound
|
|
12033
|
+
| CreateProjectMicrofrontends2$Outbound
|
|
12034
12034
|
| undefined;
|
|
12035
12035
|
name: string;
|
|
12036
12036
|
nodeVersion: string;
|
|
@@ -12072,13 +12072,13 @@ export type CreateProjectResponseBody$Outbound = {
|
|
|
12072
12072
|
lastAliasRequest?: CreateProjectLastAliasRequest$Outbound | null | undefined;
|
|
12073
12073
|
protectionBypass?: {
|
|
12074
12074
|
[k: string]:
|
|
12075
|
-
|
|
|
12076
|
-
|
|
|
12075
|
+
| CreateProjectProtectionBypass1$Outbound
|
|
12076
|
+
| CreateProjectProtectionBypass2$Outbound;
|
|
12077
12077
|
} | undefined;
|
|
12078
12078
|
hasActiveBranches?: boolean | undefined;
|
|
12079
12079
|
trustedIps?:
|
|
12080
|
-
| CreateProjectTrustedIps2$Outbound
|
|
12081
12080
|
| CreateProjectTrustedIps1$Outbound
|
|
12081
|
+
| CreateProjectTrustedIps2$Outbound
|
|
12082
12082
|
| null
|
|
12083
12083
|
| undefined;
|
|
12084
12084
|
gitComments?: CreateProjectGitComments$Outbound | undefined;
|
|
@@ -12139,13 +12139,13 @@ export const CreateProjectResponseBody$outboundSchema: z.ZodType<
|
|
|
12139
12139
|
).optional(),
|
|
12140
12140
|
link: z.union([
|
|
12141
12141
|
z.lazy(() => CreateProjectLink1$outboundSchema),
|
|
12142
|
+
z.lazy(() => CreateProjectLink2$outboundSchema),
|
|
12142
12143
|
z.lazy(() => CreateProjectLink3$outboundSchema),
|
|
12143
12144
|
z.lazy(() => CreateProjectLink4$outboundSchema),
|
|
12144
|
-
z.lazy(() => CreateProjectLink2$outboundSchema),
|
|
12145
12145
|
]).optional(),
|
|
12146
12146
|
microfrontends: z.union([
|
|
12147
|
-
z.lazy(() => CreateProjectMicrofrontends2$outboundSchema),
|
|
12148
12147
|
z.lazy(() => CreateProjectMicrofrontends1$outboundSchema),
|
|
12148
|
+
z.lazy(() => CreateProjectMicrofrontends2$outboundSchema),
|
|
12149
12149
|
]).optional(),
|
|
12150
12150
|
name: z.string(),
|
|
12151
12151
|
nodeVersion: CreateProjectNodeVersion$outboundSchema,
|
|
@@ -12201,15 +12201,15 @@ export const CreateProjectResponseBody$outboundSchema: z.ZodType<
|
|
|
12201
12201
|
).optional(),
|
|
12202
12202
|
protectionBypass: z.record(
|
|
12203
12203
|
z.union([
|
|
12204
|
-
z.lazy(() => CreateProjectProtectionBypass2$outboundSchema),
|
|
12205
12204
|
z.lazy(() => CreateProjectProtectionBypass1$outboundSchema),
|
|
12205
|
+
z.lazy(() => CreateProjectProtectionBypass2$outboundSchema),
|
|
12206
12206
|
]),
|
|
12207
12207
|
).optional(),
|
|
12208
12208
|
hasActiveBranches: z.boolean().optional(),
|
|
12209
12209
|
trustedIps: z.nullable(
|
|
12210
12210
|
z.union([
|
|
12211
|
-
z.lazy(() => CreateProjectTrustedIps2$outboundSchema),
|
|
12212
12211
|
z.lazy(() => CreateProjectTrustedIps1$outboundSchema),
|
|
12212
|
+
z.lazy(() => CreateProjectTrustedIps2$outboundSchema),
|
|
12213
12213
|
]),
|
|
12214
12214
|
).optional(),
|
|
12215
12215
|
gitComments: z.lazy(() => CreateProjectGitComments$outboundSchema).optional(),
|