@vercel/sdk 1.11.0 → 1.11.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/mcp-server.js +721 -586
- package/bin/mcp-server.js.map +24 -24
- package/esm/__tests__/checks.test.js +1 -0
- package/esm/__tests__/checks.test.js.map +1 -1
- package/esm/__tests__/domains.test.js +4 -11
- package/esm/__tests__/domains.test.js.map +1 -1
- package/esm/__tests__/edgeconfig.test.js +6 -6
- package/esm/__tests__/edgeconfig.test.js.map +1 -1
- package/esm/__tests__/integrations.test.js +1 -1
- package/esm/__tests__/rollingrelease.test.js +1 -1
- package/esm/__tests__/security.test.js +1 -11
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/__tests__/teams.test.js +2 -2
- package/esm/__tests__/teams.test.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/canceldeploymentop.d.ts +3 -0
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +1 -0
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +6 -0
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +2 -0
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createedgeconfigop.d.ts +2 -0
- package/esm/models/createedgeconfigop.d.ts.map +1 -1
- package/esm/models/createedgeconfigop.js +2 -0
- package/esm/models/createedgeconfigop.js.map +1 -1
- package/esm/models/createintegrationstoredirectop.d.ts +252 -240
- package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
- package/esm/models/createintegrationstoredirectop.js +298 -294
- package/esm/models/createintegrationstoredirectop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +170 -162
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +158 -154
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/getallchecksop.d.ts +2 -0
- package/esm/models/getallchecksop.d.ts.map +1 -1
- package/esm/models/getallchecksop.js +2 -0
- package/esm/models/getallchecksop.js.map +1 -1
- package/esm/models/getconfigurationproductsop.d.ts +421 -331
- package/esm/models/getconfigurationproductsop.d.ts.map +1 -1
- package/esm/models/getconfigurationproductsop.js +482 -410
- package/esm/models/getconfigurationproductsop.js.map +1 -1
- package/esm/models/getdeploymentop.d.ts +3 -0
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +1 -0
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getdeploymentsop.d.ts +3 -0
- package/esm/models/getdeploymentsop.d.ts.map +1 -1
- package/esm/models/getdeploymentsop.js +1 -0
- package/esm/models/getdeploymentsop.js.map +1 -1
- package/esm/models/getedgeconfigop.d.ts +2 -0
- package/esm/models/getedgeconfigop.d.ts.map +1 -1
- package/esm/models/getedgeconfigop.js +2 -0
- package/esm/models/getedgeconfigop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +5 -0
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +3 -0
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getteammembersop.d.ts +36 -30
- package/esm/models/getteammembersop.d.ts.map +1 -1
- package/esm/models/getteammembersop.js +12 -10
- package/esm/models/getteammembersop.js.map +1 -1
- package/esm/models/getwebhooksop.d.ts +3 -0
- package/esm/models/getwebhooksop.d.ts.map +1 -1
- package/esm/models/getwebhooksop.js +1 -0
- package/esm/models/getwebhooksop.js.map +1 -1
- package/esm/models/importresourceop.d.ts +36 -0
- package/esm/models/importresourceop.d.ts.map +1 -1
- package/esm/models/importresourceop.js +25 -0
- package/esm/models/importresourceop.js.map +1 -1
- package/esm/models/team.d.ts +150 -26
- package/esm/models/team.d.ts.map +1 -1
- package/esm/models/team.js +110 -30
- package/esm/models/team.js.map +1 -1
- package/esm/models/updateedgeconfigop.d.ts +2 -0
- package/esm/models/updateedgeconfigop.d.ts.map +1 -1
- package/esm/models/updateedgeconfigop.js +2 -0
- package/esm/models/updateedgeconfigop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +5 -0
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +3 -0
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +8 -0
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +4 -0
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/userevent.d.ts +2 -2
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/checks.test.ts +1 -0
- package/src/__tests__/domains.test.ts +4 -11
- package/src/__tests__/edgeconfig.test.ts +6 -6
- package/src/__tests__/integrations.test.ts +1 -1
- package/src/__tests__/rollingrelease.test.ts +1 -1
- package/src/__tests__/security.test.ts +1 -11
- package/src/__tests__/teams.test.ts +2 -2
- 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/canceldeploymentop.ts +1 -0
- package/src/models/createdeploymentop.ts +2 -0
- package/src/models/createedgeconfigop.ts +4 -0
- package/src/models/createintegrationstoredirectop.ts +509 -505
- package/src/models/createprojectop.ts +304 -298
- package/src/models/getallchecksop.ts +4 -0
- package/src/models/getconfigurationproductsop.ts +847 -706
- package/src/models/getdeploymentop.ts +1 -0
- package/src/models/getdeploymentsop.ts +1 -0
- package/src/models/getedgeconfigop.ts +4 -0
- package/src/models/getprojectsop.ts +5 -0
- package/src/models/getteammembersop.ts +12 -10
- package/src/models/getwebhooksop.ts +1 -0
- package/src/models/importresourceop.ts +34 -0
- package/src/models/team.ts +177 -42
- package/src/models/updateedgeconfigop.ts +4 -0
- package/src/models/updateprojectdatacacheop.ts +5 -0
- package/src/models/updateprojectop.ts +6 -0
- package/src/models/userevent.ts +2 -2
- package/vercel-spec.json +781 -634
|
@@ -101,6 +101,7 @@ export declare const CreateProjectFramework: {
|
|
|
101
101
|
readonly Vitepress: "vitepress";
|
|
102
102
|
readonly Vuepress: "vuepress";
|
|
103
103
|
readonly Parcel: "parcel";
|
|
104
|
+
readonly Fastapi: "fastapi";
|
|
104
105
|
readonly Fasthtml: "fasthtml";
|
|
105
106
|
readonly SanityV3: "sanity-v3";
|
|
106
107
|
readonly Sanity: "sanity";
|
|
@@ -417,10 +418,10 @@ export type CreateProjectTarget1 = ClosedEnum<typeof CreateProjectTarget1>;
|
|
|
417
418
|
export type CreateProjectProjectsTarget = Array<CreateProjectTarget1> | CreateProjectTarget2;
|
|
418
419
|
export declare const CreateProjectProjectsResponseType: {
|
|
419
420
|
readonly System: "system";
|
|
420
|
-
readonly Secret: "secret";
|
|
421
421
|
readonly Encrypted: "encrypted";
|
|
422
422
|
readonly Plain: "plain";
|
|
423
423
|
readonly Sensitive: "sensitive";
|
|
424
|
+
readonly Secret: "secret";
|
|
424
425
|
};
|
|
425
426
|
export type CreateProjectProjectsResponseType = ClosedEnum<typeof CreateProjectProjectsResponseType>;
|
|
426
427
|
export declare const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type: {
|
|
@@ -741,6 +742,7 @@ export declare const CreateProjectProjectsFramework: {
|
|
|
741
742
|
readonly Vitepress: "vitepress";
|
|
742
743
|
readonly Vuepress: "vuepress";
|
|
743
744
|
readonly Parcel: "parcel";
|
|
745
|
+
readonly Fastapi: "fastapi";
|
|
744
746
|
readonly Fasthtml: "fasthtml";
|
|
745
747
|
readonly SanityV3: "sanity-v3";
|
|
746
748
|
readonly Sanity: "sanity";
|
|
@@ -981,18 +983,18 @@ export type CreateProjectLinkProjectsDeployHooks = {
|
|
|
981
983
|
};
|
|
982
984
|
export type CreateProjectLink2 = {
|
|
983
985
|
type: CreateProjectLinkProjectsType;
|
|
986
|
+
repo?: string | undefined;
|
|
987
|
+
repoId?: number | undefined;
|
|
984
988
|
updatedAt?: number | undefined;
|
|
985
989
|
createdAt?: number | undefined;
|
|
986
|
-
repo?: string | undefined;
|
|
987
|
-
sourceless?: boolean | undefined;
|
|
988
990
|
org: string;
|
|
989
991
|
/**
|
|
990
992
|
* A new field, should be included in all new project links, is being added just in time when a deployment is created. This is needed for Protected Git scopes.
|
|
991
993
|
*/
|
|
992
994
|
repoOwnerId?: number | undefined;
|
|
993
|
-
repoId?: number | undefined;
|
|
994
995
|
deployHooks: Array<CreateProjectLinkProjectsDeployHooks>;
|
|
995
996
|
gitCredentialId: string;
|
|
997
|
+
sourceless?: boolean | undefined;
|
|
996
998
|
productionBranch: string;
|
|
997
999
|
};
|
|
998
1000
|
export declare const CreateProjectLinkType: {
|
|
@@ -1085,12 +1087,12 @@ export declare const CreateProjectBuildMachineType: {
|
|
|
1085
1087
|
};
|
|
1086
1088
|
export type CreateProjectBuildMachineType = ClosedEnum<typeof CreateProjectBuildMachineType>;
|
|
1087
1089
|
export type CreateProjectProjectsResourceConfig = {
|
|
1090
|
+
elasticConcurrencyEnabled?: boolean | undefined;
|
|
1088
1091
|
fluid?: boolean | undefined;
|
|
1089
1092
|
functionDefaultRegions: Array<string>;
|
|
1090
1093
|
functionDefaultTimeout?: number | undefined;
|
|
1091
1094
|
functionDefaultMemoryType?: CreateProjectFunctionDefaultMemoryType | undefined;
|
|
1092
1095
|
functionZeroConfigFailover?: boolean | undefined;
|
|
1093
|
-
elasticConcurrencyEnabled?: boolean | undefined;
|
|
1094
1096
|
buildMachineType?: CreateProjectBuildMachineType | undefined;
|
|
1095
1097
|
isNSNBDisabled?: boolean | undefined;
|
|
1096
1098
|
};
|
|
@@ -1161,18 +1163,18 @@ export declare const CreateProjectProjectsBuildMachineType: {
|
|
|
1161
1163
|
};
|
|
1162
1164
|
export type CreateProjectProjectsBuildMachineType = ClosedEnum<typeof CreateProjectProjectsBuildMachineType>;
|
|
1163
1165
|
export type CreateProjectDefaultResourceConfig = {
|
|
1166
|
+
elasticConcurrencyEnabled?: boolean | undefined;
|
|
1164
1167
|
fluid?: boolean | undefined;
|
|
1165
1168
|
functionDefaultRegions: Array<string>;
|
|
1166
1169
|
functionDefaultTimeout?: number | undefined;
|
|
1167
1170
|
functionDefaultMemoryType?: CreateProjectProjectsFunctionDefaultMemoryType | undefined;
|
|
1168
1171
|
functionZeroConfigFailover?: boolean | undefined;
|
|
1169
|
-
elasticConcurrencyEnabled?: boolean | undefined;
|
|
1170
1172
|
buildMachineType?: CreateProjectProjectsBuildMachineType | undefined;
|
|
1171
1173
|
isNSNBDisabled?: boolean | undefined;
|
|
1172
1174
|
};
|
|
1173
1175
|
export declare const CreateProjectProjectsDeploymentType: {
|
|
1174
|
-
readonly All: "all";
|
|
1175
1176
|
readonly Preview: "preview";
|
|
1177
|
+
readonly All: "all";
|
|
1176
1178
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
1177
1179
|
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
1178
1180
|
};
|
|
@@ -1312,6 +1314,73 @@ export type CreateProjectTargets = {
|
|
|
1312
1314
|
withCache?: boolean | undefined;
|
|
1313
1315
|
};
|
|
1314
1316
|
export type CreateProjectPermissions = {
|
|
1317
|
+
aliasProject?: Array<ACLAction> | undefined;
|
|
1318
|
+
aliasProtectionBypass?: Array<ACLAction> | undefined;
|
|
1319
|
+
buildMachine?: Array<ACLAction> | undefined;
|
|
1320
|
+
productionAliasProtectionBypass?: Array<ACLAction> | undefined;
|
|
1321
|
+
connectConfigurationLink?: Array<ACLAction> | undefined;
|
|
1322
|
+
dataCacheNamespace?: Array<ACLAction> | undefined;
|
|
1323
|
+
deployment?: Array<ACLAction> | undefined;
|
|
1324
|
+
deploymentBuildLogs?: Array<ACLAction> | undefined;
|
|
1325
|
+
deploymentCheck?: Array<ACLAction> | undefined;
|
|
1326
|
+
deploymentCheckPreview?: Array<ACLAction> | undefined;
|
|
1327
|
+
deploymentCheckReRunFromProductionBranch?: Array<ACLAction> | undefined;
|
|
1328
|
+
deploymentProductionGit?: Array<ACLAction> | undefined;
|
|
1329
|
+
deploymentV0?: Array<ACLAction> | undefined;
|
|
1330
|
+
deploymentPreview?: Array<ACLAction> | undefined;
|
|
1331
|
+
deploymentPrivate?: Array<ACLAction> | undefined;
|
|
1332
|
+
deploymentPromote?: Array<ACLAction> | undefined;
|
|
1333
|
+
deploymentRollback?: Array<ACLAction> | undefined;
|
|
1334
|
+
edgeCacheNamespace?: Array<ACLAction> | undefined;
|
|
1335
|
+
environments?: Array<ACLAction> | undefined;
|
|
1336
|
+
logs?: Array<ACLAction> | undefined;
|
|
1337
|
+
logsPreset?: Array<ACLAction> | undefined;
|
|
1338
|
+
passwordProtection?: Array<ACLAction> | undefined;
|
|
1339
|
+
optionsAllowlist?: Array<ACLAction> | undefined;
|
|
1340
|
+
job?: Array<ACLAction> | undefined;
|
|
1341
|
+
observabilityData?: Array<ACLAction> | undefined;
|
|
1342
|
+
onDemandBuild?: Array<ACLAction> | undefined;
|
|
1343
|
+
onDemandConcurrency?: Array<ACLAction> | undefined;
|
|
1344
|
+
project?: Array<ACLAction> | undefined;
|
|
1345
|
+
projectFromV0?: Array<ACLAction> | undefined;
|
|
1346
|
+
projectAccessGroup?: Array<ACLAction> | undefined;
|
|
1347
|
+
projectAnalyticsSampling?: Array<ACLAction> | undefined;
|
|
1348
|
+
projectCheck?: Array<ACLAction> | undefined;
|
|
1349
|
+
projectCheckRun?: Array<ACLAction> | undefined;
|
|
1350
|
+
projectDeploymentHook?: Array<ACLAction> | undefined;
|
|
1351
|
+
projectDomain?: Array<ACLAction> | undefined;
|
|
1352
|
+
projectDomainMove?: Array<ACLAction> | undefined;
|
|
1353
|
+
projectDomainCheckConfig?: Array<ACLAction> | undefined;
|
|
1354
|
+
projectEnvVars?: Array<ACLAction> | undefined;
|
|
1355
|
+
projectEnvVarsProduction?: Array<ACLAction> | undefined;
|
|
1356
|
+
projectEnvVarsUnownedByIntegration?: Array<ACLAction> | undefined;
|
|
1357
|
+
projectFlags?: Array<ACLAction> | undefined;
|
|
1358
|
+
projectId?: Array<ACLAction> | undefined;
|
|
1359
|
+
projectIntegrationConfiguration?: Array<ACLAction> | undefined;
|
|
1360
|
+
projectLink?: Array<ACLAction> | undefined;
|
|
1361
|
+
projectMember?: Array<ACLAction> | undefined;
|
|
1362
|
+
projectMonitoring?: Array<ACLAction> | undefined;
|
|
1363
|
+
projectPermissions?: Array<ACLAction> | undefined;
|
|
1364
|
+
projectProductionBranch?: Array<ACLAction> | undefined;
|
|
1365
|
+
projectTransfer?: Array<ACLAction> | undefined;
|
|
1366
|
+
projectTransferOut?: Array<ACLAction> | undefined;
|
|
1367
|
+
projectProtectionBypass?: Array<ACLAction> | undefined;
|
|
1368
|
+
projectUsage?: Array<ACLAction> | undefined;
|
|
1369
|
+
projectAnalyticsUsage?: Array<ACLAction> | undefined;
|
|
1370
|
+
projectSupportCase?: Array<ACLAction> | undefined;
|
|
1371
|
+
projectSupportCaseComment?: Array<ACLAction> | undefined;
|
|
1372
|
+
projectDeploymentExpiration?: Array<ACLAction> | undefined;
|
|
1373
|
+
projectRollingRelease?: Array<ACLAction> | undefined;
|
|
1374
|
+
projectTier?: Array<ACLAction> | undefined;
|
|
1375
|
+
projectOIDCToken?: Array<ACLAction> | undefined;
|
|
1376
|
+
seawallConfig?: Array<ACLAction> | undefined;
|
|
1377
|
+
skewProtection?: Array<ACLAction> | undefined;
|
|
1378
|
+
analytics?: Array<ACLAction> | undefined;
|
|
1379
|
+
trustedIps?: Array<ACLAction> | undefined;
|
|
1380
|
+
v0Chat?: Array<ACLAction> | undefined;
|
|
1381
|
+
webAnalytics?: Array<ACLAction> | undefined;
|
|
1382
|
+
sharedEnvVarConnection?: Array<ACLAction> | undefined;
|
|
1383
|
+
sonar?: Array<ACLAction> | undefined;
|
|
1315
1384
|
oauth2Connection?: Array<ACLAction> | undefined;
|
|
1316
1385
|
user?: Array<ACLAction> | undefined;
|
|
1317
1386
|
userConnection?: Array<ACLAction> | undefined;
|
|
@@ -1378,6 +1447,7 @@ export type CreateProjectPermissions = {
|
|
|
1378
1447
|
jobGlobal?: Array<ACLAction> | undefined;
|
|
1379
1448
|
drain?: Array<ACLAction> | undefined;
|
|
1380
1449
|
logDrain?: Array<ACLAction> | undefined;
|
|
1450
|
+
traceDrain?: Array<ACLAction> | undefined;
|
|
1381
1451
|
monitoring?: Array<ACLAction> | undefined;
|
|
1382
1452
|
monitoringSettings?: Array<ACLAction> | undefined;
|
|
1383
1453
|
monitoringQuery?: Array<ACLAction> | undefined;
|
|
@@ -1458,73 +1528,6 @@ export type CreateProjectPermissions = {
|
|
|
1458
1528
|
vercelRunExec?: Array<ACLAction> | undefined;
|
|
1459
1529
|
apiKey?: Array<ACLAction> | undefined;
|
|
1460
1530
|
apiKeyOwnedBySelf?: Array<ACLAction> | undefined;
|
|
1461
|
-
aliasProject?: Array<ACLAction> | undefined;
|
|
1462
|
-
aliasProtectionBypass?: Array<ACLAction> | undefined;
|
|
1463
|
-
buildMachine?: Array<ACLAction> | undefined;
|
|
1464
|
-
productionAliasProtectionBypass?: Array<ACLAction> | undefined;
|
|
1465
|
-
connectConfigurationLink?: Array<ACLAction> | undefined;
|
|
1466
|
-
dataCacheNamespace?: Array<ACLAction> | undefined;
|
|
1467
|
-
deployment?: Array<ACLAction> | undefined;
|
|
1468
|
-
deploymentBuildLogs?: Array<ACLAction> | undefined;
|
|
1469
|
-
deploymentCheck?: Array<ACLAction> | undefined;
|
|
1470
|
-
deploymentCheckPreview?: Array<ACLAction> | undefined;
|
|
1471
|
-
deploymentCheckReRunFromProductionBranch?: Array<ACLAction> | undefined;
|
|
1472
|
-
deploymentProductionGit?: Array<ACLAction> | undefined;
|
|
1473
|
-
deploymentV0?: Array<ACLAction> | undefined;
|
|
1474
|
-
deploymentPreview?: Array<ACLAction> | undefined;
|
|
1475
|
-
deploymentPrivate?: Array<ACLAction> | undefined;
|
|
1476
|
-
deploymentPromote?: Array<ACLAction> | undefined;
|
|
1477
|
-
deploymentRollback?: Array<ACLAction> | undefined;
|
|
1478
|
-
edgeCacheNamespace?: Array<ACLAction> | undefined;
|
|
1479
|
-
environments?: Array<ACLAction> | undefined;
|
|
1480
|
-
logs?: Array<ACLAction> | undefined;
|
|
1481
|
-
logsPreset?: Array<ACLAction> | undefined;
|
|
1482
|
-
passwordProtection?: Array<ACLAction> | undefined;
|
|
1483
|
-
optionsAllowlist?: Array<ACLAction> | undefined;
|
|
1484
|
-
job?: Array<ACLAction> | undefined;
|
|
1485
|
-
observabilityData?: Array<ACLAction> | undefined;
|
|
1486
|
-
onDemandBuild?: Array<ACLAction> | undefined;
|
|
1487
|
-
onDemandConcurrency?: Array<ACLAction> | undefined;
|
|
1488
|
-
project?: Array<ACLAction> | undefined;
|
|
1489
|
-
projectFromV0?: Array<ACLAction> | undefined;
|
|
1490
|
-
projectAccessGroup?: Array<ACLAction> | undefined;
|
|
1491
|
-
projectAnalyticsSampling?: Array<ACLAction> | undefined;
|
|
1492
|
-
projectCheck?: Array<ACLAction> | undefined;
|
|
1493
|
-
projectCheckRun?: Array<ACLAction> | undefined;
|
|
1494
|
-
projectDeploymentHook?: Array<ACLAction> | undefined;
|
|
1495
|
-
projectDomain?: Array<ACLAction> | undefined;
|
|
1496
|
-
projectDomainMove?: Array<ACLAction> | undefined;
|
|
1497
|
-
projectDomainCheckConfig?: Array<ACLAction> | undefined;
|
|
1498
|
-
projectEnvVars?: Array<ACLAction> | undefined;
|
|
1499
|
-
projectEnvVarsProduction?: Array<ACLAction> | undefined;
|
|
1500
|
-
projectEnvVarsUnownedByIntegration?: Array<ACLAction> | undefined;
|
|
1501
|
-
projectFlags?: Array<ACLAction> | undefined;
|
|
1502
|
-
projectId?: Array<ACLAction> | undefined;
|
|
1503
|
-
projectIntegrationConfiguration?: Array<ACLAction> | undefined;
|
|
1504
|
-
projectLink?: Array<ACLAction> | undefined;
|
|
1505
|
-
projectMember?: Array<ACLAction> | undefined;
|
|
1506
|
-
projectMonitoring?: Array<ACLAction> | undefined;
|
|
1507
|
-
projectPermissions?: Array<ACLAction> | undefined;
|
|
1508
|
-
projectProductionBranch?: Array<ACLAction> | undefined;
|
|
1509
|
-
projectTransfer?: Array<ACLAction> | undefined;
|
|
1510
|
-
projectTransferOut?: Array<ACLAction> | undefined;
|
|
1511
|
-
projectProtectionBypass?: Array<ACLAction> | undefined;
|
|
1512
|
-
projectUsage?: Array<ACLAction> | undefined;
|
|
1513
|
-
projectAnalyticsUsage?: Array<ACLAction> | undefined;
|
|
1514
|
-
projectSupportCase?: Array<ACLAction> | undefined;
|
|
1515
|
-
projectSupportCaseComment?: Array<ACLAction> | undefined;
|
|
1516
|
-
projectDeploymentExpiration?: Array<ACLAction> | undefined;
|
|
1517
|
-
projectRollingRelease?: Array<ACLAction> | undefined;
|
|
1518
|
-
projectTier?: Array<ACLAction> | undefined;
|
|
1519
|
-
projectOIDCToken?: Array<ACLAction> | undefined;
|
|
1520
|
-
seawallConfig?: Array<ACLAction> | undefined;
|
|
1521
|
-
skewProtection?: Array<ACLAction> | undefined;
|
|
1522
|
-
analytics?: Array<ACLAction> | undefined;
|
|
1523
|
-
trustedIps?: Array<ACLAction> | undefined;
|
|
1524
|
-
v0Chat?: Array<ACLAction> | undefined;
|
|
1525
|
-
webAnalytics?: Array<ACLAction> | undefined;
|
|
1526
|
-
sharedEnvVarConnection?: Array<ACLAction> | undefined;
|
|
1527
|
-
sonar?: Array<ACLAction> | undefined;
|
|
1528
1531
|
};
|
|
1529
1532
|
export type CreateProjectLastRollbackTarget = {};
|
|
1530
1533
|
export declare const CreateProjectJobStatus: {
|
|
@@ -1573,22 +1576,22 @@ export type CreateProjectProtectionBypass1 = {
|
|
|
1573
1576
|
};
|
|
1574
1577
|
export type CreateProjectProtectionBypass = CreateProjectProtectionBypass1 | CreateProjectProtectionBypass2;
|
|
1575
1578
|
export declare const CreateProjectTrustedIpsProjectsDeploymentType: {
|
|
1576
|
-
readonly All: "all";
|
|
1577
1579
|
readonly Preview: "preview";
|
|
1580
|
+
readonly Production: "production";
|
|
1581
|
+
readonly All: "all";
|
|
1578
1582
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
1579
1583
|
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
1580
|
-
readonly Production: "production";
|
|
1581
1584
|
};
|
|
1582
1585
|
export type CreateProjectTrustedIpsProjectsDeploymentType = ClosedEnum<typeof CreateProjectTrustedIpsProjectsDeploymentType>;
|
|
1583
1586
|
export type CreateProjectTrustedIps2 = {
|
|
1584
1587
|
deploymentType: CreateProjectTrustedIpsProjectsDeploymentType;
|
|
1585
1588
|
};
|
|
1586
1589
|
export declare const CreateProjectTrustedIpsDeploymentType: {
|
|
1587
|
-
readonly All: "all";
|
|
1588
1590
|
readonly Preview: "preview";
|
|
1591
|
+
readonly Production: "production";
|
|
1592
|
+
readonly All: "all";
|
|
1589
1593
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
1590
1594
|
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
1591
|
-
readonly Production: "production";
|
|
1592
1595
|
};
|
|
1593
1596
|
export type CreateProjectTrustedIpsDeploymentType = ClosedEnum<typeof CreateProjectTrustedIpsDeploymentType>;
|
|
1594
1597
|
export type TrustedIpsAddresses = {
|
|
@@ -2204,6 +2207,7 @@ export declare namespace CreateProjectFramework$ {
|
|
|
2204
2207
|
readonly Vitepress: "vitepress";
|
|
2205
2208
|
readonly Vuepress: "vuepress";
|
|
2206
2209
|
readonly Parcel: "parcel";
|
|
2210
|
+
readonly Fastapi: "fastapi";
|
|
2207
2211
|
readonly Fasthtml: "fasthtml";
|
|
2208
2212
|
readonly SanityV3: "sanity-v3";
|
|
2209
2213
|
readonly Sanity: "sanity";
|
|
@@ -2257,6 +2261,7 @@ export declare namespace CreateProjectFramework$ {
|
|
|
2257
2261
|
readonly Vitepress: "vitepress";
|
|
2258
2262
|
readonly Vuepress: "vuepress";
|
|
2259
2263
|
readonly Parcel: "parcel";
|
|
2264
|
+
readonly Fastapi: "fastapi";
|
|
2260
2265
|
readonly Fasthtml: "fasthtml";
|
|
2261
2266
|
readonly SanityV3: "sanity-v3";
|
|
2262
2267
|
readonly Sanity: "sanity";
|
|
@@ -2863,18 +2868,18 @@ export declare namespace CreateProjectProjectsResponseType$ {
|
|
|
2863
2868
|
/** @deprecated use `CreateProjectProjectsResponseType$inboundSchema` instead. */
|
|
2864
2869
|
const inboundSchema: z.ZodNativeEnum<{
|
|
2865
2870
|
readonly System: "system";
|
|
2866
|
-
readonly Secret: "secret";
|
|
2867
2871
|
readonly Encrypted: "encrypted";
|
|
2868
2872
|
readonly Plain: "plain";
|
|
2869
2873
|
readonly Sensitive: "sensitive";
|
|
2874
|
+
readonly Secret: "secret";
|
|
2870
2875
|
}>;
|
|
2871
2876
|
/** @deprecated use `CreateProjectProjectsResponseType$outboundSchema` instead. */
|
|
2872
2877
|
const outboundSchema: z.ZodNativeEnum<{
|
|
2873
2878
|
readonly System: "system";
|
|
2874
|
-
readonly Secret: "secret";
|
|
2875
2879
|
readonly Encrypted: "encrypted";
|
|
2876
2880
|
readonly Plain: "plain";
|
|
2877
2881
|
readonly Sensitive: "sensitive";
|
|
2882
|
+
readonly Secret: "secret";
|
|
2878
2883
|
}>;
|
|
2879
2884
|
}
|
|
2880
2885
|
/** @internal */
|
|
@@ -3804,6 +3809,7 @@ export declare namespace CreateProjectProjectsFramework$ {
|
|
|
3804
3809
|
readonly Vitepress: "vitepress";
|
|
3805
3810
|
readonly Vuepress: "vuepress";
|
|
3806
3811
|
readonly Parcel: "parcel";
|
|
3812
|
+
readonly Fastapi: "fastapi";
|
|
3807
3813
|
readonly Fasthtml: "fasthtml";
|
|
3808
3814
|
readonly SanityV3: "sanity-v3";
|
|
3809
3815
|
readonly Sanity: "sanity";
|
|
@@ -3857,6 +3863,7 @@ export declare namespace CreateProjectProjectsFramework$ {
|
|
|
3857
3863
|
readonly Vitepress: "vitepress";
|
|
3858
3864
|
readonly Vuepress: "vuepress";
|
|
3859
3865
|
readonly Parcel: "parcel";
|
|
3866
|
+
readonly Fastapi: "fastapi";
|
|
3860
3867
|
readonly Fasthtml: "fasthtml";
|
|
3861
3868
|
readonly SanityV3: "sanity-v3";
|
|
3862
3869
|
readonly Sanity: "sanity";
|
|
@@ -4534,15 +4541,15 @@ export declare const CreateProjectLink2$inboundSchema: z.ZodType<CreateProjectLi
|
|
|
4534
4541
|
/** @internal */
|
|
4535
4542
|
export type CreateProjectLink2$Outbound = {
|
|
4536
4543
|
type: string;
|
|
4544
|
+
repo?: string | undefined;
|
|
4545
|
+
repoId?: number | undefined;
|
|
4537
4546
|
updatedAt?: number | undefined;
|
|
4538
4547
|
createdAt?: number | undefined;
|
|
4539
|
-
repo?: string | undefined;
|
|
4540
|
-
sourceless?: boolean | undefined;
|
|
4541
4548
|
org: string;
|
|
4542
4549
|
repoOwnerId?: number | undefined;
|
|
4543
|
-
repoId?: number | undefined;
|
|
4544
4550
|
deployHooks: Array<CreateProjectLinkProjectsDeployHooks$Outbound>;
|
|
4545
4551
|
gitCredentialId: string;
|
|
4552
|
+
sourceless?: boolean | undefined;
|
|
4546
4553
|
productionBranch: string;
|
|
4547
4554
|
};
|
|
4548
4555
|
/** @internal */
|
|
@@ -4870,12 +4877,12 @@ export declare namespace CreateProjectBuildMachineType$ {
|
|
|
4870
4877
|
export declare const CreateProjectProjectsResourceConfig$inboundSchema: z.ZodType<CreateProjectProjectsResourceConfig, z.ZodTypeDef, unknown>;
|
|
4871
4878
|
/** @internal */
|
|
4872
4879
|
export type CreateProjectProjectsResourceConfig$Outbound = {
|
|
4880
|
+
elasticConcurrencyEnabled?: boolean | undefined;
|
|
4873
4881
|
fluid?: boolean | undefined;
|
|
4874
4882
|
functionDefaultRegions: Array<string>;
|
|
4875
4883
|
functionDefaultTimeout?: number | undefined;
|
|
4876
4884
|
functionDefaultMemoryType?: string | undefined;
|
|
4877
4885
|
functionZeroConfigFailover?: boolean | undefined;
|
|
4878
|
-
elasticConcurrencyEnabled?: boolean | undefined;
|
|
4879
4886
|
buildMachineType?: string | undefined;
|
|
4880
4887
|
isNSNBDisabled?: boolean | undefined;
|
|
4881
4888
|
};
|
|
@@ -5014,12 +5021,12 @@ export declare namespace CreateProjectProjectsBuildMachineType$ {
|
|
|
5014
5021
|
export declare const CreateProjectDefaultResourceConfig$inboundSchema: z.ZodType<CreateProjectDefaultResourceConfig, z.ZodTypeDef, unknown>;
|
|
5015
5022
|
/** @internal */
|
|
5016
5023
|
export type CreateProjectDefaultResourceConfig$Outbound = {
|
|
5024
|
+
elasticConcurrencyEnabled?: boolean | undefined;
|
|
5017
5025
|
fluid?: boolean | undefined;
|
|
5018
5026
|
functionDefaultRegions: Array<string>;
|
|
5019
5027
|
functionDefaultTimeout?: number | undefined;
|
|
5020
5028
|
functionDefaultMemoryType?: string | undefined;
|
|
5021
5029
|
functionZeroConfigFailover?: boolean | undefined;
|
|
5022
|
-
elasticConcurrencyEnabled?: boolean | undefined;
|
|
5023
5030
|
buildMachineType?: string | undefined;
|
|
5024
5031
|
isNSNBDisabled?: boolean | undefined;
|
|
5025
5032
|
};
|
|
@@ -5050,15 +5057,15 @@ export declare const CreateProjectProjectsDeploymentType$outboundSchema: z.ZodNa
|
|
|
5050
5057
|
export declare namespace CreateProjectProjectsDeploymentType$ {
|
|
5051
5058
|
/** @deprecated use `CreateProjectProjectsDeploymentType$inboundSchema` instead. */
|
|
5052
5059
|
const inboundSchema: z.ZodNativeEnum<{
|
|
5053
|
-
readonly All: "all";
|
|
5054
5060
|
readonly Preview: "preview";
|
|
5061
|
+
readonly All: "all";
|
|
5055
5062
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
5056
5063
|
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
5057
5064
|
}>;
|
|
5058
5065
|
/** @deprecated use `CreateProjectProjectsDeploymentType$outboundSchema` instead. */
|
|
5059
5066
|
const outboundSchema: z.ZodNativeEnum<{
|
|
5060
|
-
readonly All: "all";
|
|
5061
5067
|
readonly Preview: "preview";
|
|
5068
|
+
readonly All: "all";
|
|
5062
5069
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
5063
5070
|
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
5064
5071
|
}>;
|
|
@@ -5452,6 +5459,73 @@ export declare function createProjectTargetsFromJSON(jsonString: string): SafePa
|
|
|
5452
5459
|
export declare const CreateProjectPermissions$inboundSchema: z.ZodType<CreateProjectPermissions, z.ZodTypeDef, unknown>;
|
|
5453
5460
|
/** @internal */
|
|
5454
5461
|
export type CreateProjectPermissions$Outbound = {
|
|
5462
|
+
aliasProject?: Array<string> | undefined;
|
|
5463
|
+
aliasProtectionBypass?: Array<string> | undefined;
|
|
5464
|
+
buildMachine?: Array<string> | undefined;
|
|
5465
|
+
productionAliasProtectionBypass?: Array<string> | undefined;
|
|
5466
|
+
connectConfigurationLink?: Array<string> | undefined;
|
|
5467
|
+
dataCacheNamespace?: Array<string> | undefined;
|
|
5468
|
+
deployment?: Array<string> | undefined;
|
|
5469
|
+
deploymentBuildLogs?: Array<string> | undefined;
|
|
5470
|
+
deploymentCheck?: Array<string> | undefined;
|
|
5471
|
+
deploymentCheckPreview?: Array<string> | undefined;
|
|
5472
|
+
deploymentCheckReRunFromProductionBranch?: Array<string> | undefined;
|
|
5473
|
+
deploymentProductionGit?: Array<string> | undefined;
|
|
5474
|
+
deploymentV0?: Array<string> | undefined;
|
|
5475
|
+
deploymentPreview?: Array<string> | undefined;
|
|
5476
|
+
deploymentPrivate?: Array<string> | undefined;
|
|
5477
|
+
deploymentPromote?: Array<string> | undefined;
|
|
5478
|
+
deploymentRollback?: Array<string> | undefined;
|
|
5479
|
+
edgeCacheNamespace?: Array<string> | undefined;
|
|
5480
|
+
environments?: Array<string> | undefined;
|
|
5481
|
+
logs?: Array<string> | undefined;
|
|
5482
|
+
logsPreset?: Array<string> | undefined;
|
|
5483
|
+
passwordProtection?: Array<string> | undefined;
|
|
5484
|
+
optionsAllowlist?: Array<string> | undefined;
|
|
5485
|
+
job?: Array<string> | undefined;
|
|
5486
|
+
observabilityData?: Array<string> | undefined;
|
|
5487
|
+
onDemandBuild?: Array<string> | undefined;
|
|
5488
|
+
onDemandConcurrency?: Array<string> | undefined;
|
|
5489
|
+
project?: Array<string> | undefined;
|
|
5490
|
+
projectFromV0?: Array<string> | undefined;
|
|
5491
|
+
projectAccessGroup?: Array<string> | undefined;
|
|
5492
|
+
projectAnalyticsSampling?: Array<string> | undefined;
|
|
5493
|
+
projectCheck?: Array<string> | undefined;
|
|
5494
|
+
projectCheckRun?: Array<string> | undefined;
|
|
5495
|
+
projectDeploymentHook?: Array<string> | undefined;
|
|
5496
|
+
projectDomain?: Array<string> | undefined;
|
|
5497
|
+
projectDomainMove?: Array<string> | undefined;
|
|
5498
|
+
projectDomainCheckConfig?: Array<string> | undefined;
|
|
5499
|
+
projectEnvVars?: Array<string> | undefined;
|
|
5500
|
+
projectEnvVarsProduction?: Array<string> | undefined;
|
|
5501
|
+
projectEnvVarsUnownedByIntegration?: Array<string> | undefined;
|
|
5502
|
+
projectFlags?: Array<string> | undefined;
|
|
5503
|
+
projectId?: Array<string> | undefined;
|
|
5504
|
+
projectIntegrationConfiguration?: Array<string> | undefined;
|
|
5505
|
+
projectLink?: Array<string> | undefined;
|
|
5506
|
+
projectMember?: Array<string> | undefined;
|
|
5507
|
+
projectMonitoring?: Array<string> | undefined;
|
|
5508
|
+
projectPermissions?: Array<string> | undefined;
|
|
5509
|
+
projectProductionBranch?: Array<string> | undefined;
|
|
5510
|
+
projectTransfer?: Array<string> | undefined;
|
|
5511
|
+
projectTransferOut?: Array<string> | undefined;
|
|
5512
|
+
projectProtectionBypass?: Array<string> | undefined;
|
|
5513
|
+
projectUsage?: Array<string> | undefined;
|
|
5514
|
+
projectAnalyticsUsage?: Array<string> | undefined;
|
|
5515
|
+
projectSupportCase?: Array<string> | undefined;
|
|
5516
|
+
projectSupportCaseComment?: Array<string> | undefined;
|
|
5517
|
+
projectDeploymentExpiration?: Array<string> | undefined;
|
|
5518
|
+
projectRollingRelease?: Array<string> | undefined;
|
|
5519
|
+
projectTier?: Array<string> | undefined;
|
|
5520
|
+
projectOIDCToken?: Array<string> | undefined;
|
|
5521
|
+
seawallConfig?: Array<string> | undefined;
|
|
5522
|
+
skewProtection?: Array<string> | undefined;
|
|
5523
|
+
analytics?: Array<string> | undefined;
|
|
5524
|
+
trustedIps?: Array<string> | undefined;
|
|
5525
|
+
v0Chat?: Array<string> | undefined;
|
|
5526
|
+
webAnalytics?: Array<string> | undefined;
|
|
5527
|
+
sharedEnvVarConnection?: Array<string> | undefined;
|
|
5528
|
+
sonar?: Array<string> | undefined;
|
|
5455
5529
|
oauth2Connection?: Array<string> | undefined;
|
|
5456
5530
|
user?: Array<string> | undefined;
|
|
5457
5531
|
userConnection?: Array<string> | undefined;
|
|
@@ -5518,6 +5592,7 @@ export type CreateProjectPermissions$Outbound = {
|
|
|
5518
5592
|
jobGlobal?: Array<string> | undefined;
|
|
5519
5593
|
drain?: Array<string> | undefined;
|
|
5520
5594
|
logDrain?: Array<string> | undefined;
|
|
5595
|
+
traceDrain?: Array<string> | undefined;
|
|
5521
5596
|
Monitoring?: Array<string> | undefined;
|
|
5522
5597
|
monitoringSettings?: Array<string> | undefined;
|
|
5523
5598
|
monitoringQuery?: Array<string> | undefined;
|
|
@@ -5598,73 +5673,6 @@ export type CreateProjectPermissions$Outbound = {
|
|
|
5598
5673
|
vercelRunExec?: Array<string> | undefined;
|
|
5599
5674
|
apiKey?: Array<string> | undefined;
|
|
5600
5675
|
apiKeyOwnedBySelf?: Array<string> | undefined;
|
|
5601
|
-
aliasProject?: Array<string> | undefined;
|
|
5602
|
-
aliasProtectionBypass?: Array<string> | undefined;
|
|
5603
|
-
buildMachine?: Array<string> | undefined;
|
|
5604
|
-
productionAliasProtectionBypass?: Array<string> | undefined;
|
|
5605
|
-
connectConfigurationLink?: Array<string> | undefined;
|
|
5606
|
-
dataCacheNamespace?: Array<string> | undefined;
|
|
5607
|
-
deployment?: Array<string> | undefined;
|
|
5608
|
-
deploymentBuildLogs?: Array<string> | undefined;
|
|
5609
|
-
deploymentCheck?: Array<string> | undefined;
|
|
5610
|
-
deploymentCheckPreview?: Array<string> | undefined;
|
|
5611
|
-
deploymentCheckReRunFromProductionBranch?: Array<string> | undefined;
|
|
5612
|
-
deploymentProductionGit?: Array<string> | undefined;
|
|
5613
|
-
deploymentV0?: Array<string> | undefined;
|
|
5614
|
-
deploymentPreview?: Array<string> | undefined;
|
|
5615
|
-
deploymentPrivate?: Array<string> | undefined;
|
|
5616
|
-
deploymentPromote?: Array<string> | undefined;
|
|
5617
|
-
deploymentRollback?: Array<string> | undefined;
|
|
5618
|
-
edgeCacheNamespace?: Array<string> | undefined;
|
|
5619
|
-
environments?: Array<string> | undefined;
|
|
5620
|
-
logs?: Array<string> | undefined;
|
|
5621
|
-
logsPreset?: Array<string> | undefined;
|
|
5622
|
-
passwordProtection?: Array<string> | undefined;
|
|
5623
|
-
optionsAllowlist?: Array<string> | undefined;
|
|
5624
|
-
job?: Array<string> | undefined;
|
|
5625
|
-
observabilityData?: Array<string> | undefined;
|
|
5626
|
-
onDemandBuild?: Array<string> | undefined;
|
|
5627
|
-
onDemandConcurrency?: Array<string> | undefined;
|
|
5628
|
-
project?: Array<string> | undefined;
|
|
5629
|
-
projectFromV0?: Array<string> | undefined;
|
|
5630
|
-
projectAccessGroup?: Array<string> | undefined;
|
|
5631
|
-
projectAnalyticsSampling?: Array<string> | undefined;
|
|
5632
|
-
projectCheck?: Array<string> | undefined;
|
|
5633
|
-
projectCheckRun?: Array<string> | undefined;
|
|
5634
|
-
projectDeploymentHook?: Array<string> | undefined;
|
|
5635
|
-
projectDomain?: Array<string> | undefined;
|
|
5636
|
-
projectDomainMove?: Array<string> | undefined;
|
|
5637
|
-
projectDomainCheckConfig?: Array<string> | undefined;
|
|
5638
|
-
projectEnvVars?: Array<string> | undefined;
|
|
5639
|
-
projectEnvVarsProduction?: Array<string> | undefined;
|
|
5640
|
-
projectEnvVarsUnownedByIntegration?: Array<string> | undefined;
|
|
5641
|
-
projectFlags?: Array<string> | undefined;
|
|
5642
|
-
projectId?: Array<string> | undefined;
|
|
5643
|
-
projectIntegrationConfiguration?: Array<string> | undefined;
|
|
5644
|
-
projectLink?: Array<string> | undefined;
|
|
5645
|
-
projectMember?: Array<string> | undefined;
|
|
5646
|
-
projectMonitoring?: Array<string> | undefined;
|
|
5647
|
-
projectPermissions?: Array<string> | undefined;
|
|
5648
|
-
projectProductionBranch?: Array<string> | undefined;
|
|
5649
|
-
projectTransfer?: Array<string> | undefined;
|
|
5650
|
-
projectTransferOut?: Array<string> | undefined;
|
|
5651
|
-
projectProtectionBypass?: Array<string> | undefined;
|
|
5652
|
-
projectUsage?: Array<string> | undefined;
|
|
5653
|
-
projectAnalyticsUsage?: Array<string> | undefined;
|
|
5654
|
-
projectSupportCase?: Array<string> | undefined;
|
|
5655
|
-
projectSupportCaseComment?: Array<string> | undefined;
|
|
5656
|
-
projectDeploymentExpiration?: Array<string> | undefined;
|
|
5657
|
-
projectRollingRelease?: Array<string> | undefined;
|
|
5658
|
-
projectTier?: Array<string> | undefined;
|
|
5659
|
-
projectOIDCToken?: Array<string> | undefined;
|
|
5660
|
-
seawallConfig?: Array<string> | undefined;
|
|
5661
|
-
skewProtection?: Array<string> | undefined;
|
|
5662
|
-
analytics?: Array<string> | undefined;
|
|
5663
|
-
trustedIps?: Array<string> | undefined;
|
|
5664
|
-
v0Chat?: Array<string> | undefined;
|
|
5665
|
-
webAnalytics?: Array<string> | undefined;
|
|
5666
|
-
sharedEnvVarConnection?: Array<string> | undefined;
|
|
5667
|
-
sonar?: Array<string> | undefined;
|
|
5668
5676
|
};
|
|
5669
5677
|
/** @internal */
|
|
5670
5678
|
export declare const CreateProjectPermissions$outboundSchema: z.ZodType<CreateProjectPermissions$Outbound, z.ZodTypeDef, CreateProjectPermissions>;
|
|
@@ -5892,19 +5900,19 @@ export declare const CreateProjectTrustedIpsProjectsDeploymentType$outboundSchem
|
|
|
5892
5900
|
export declare namespace CreateProjectTrustedIpsProjectsDeploymentType$ {
|
|
5893
5901
|
/** @deprecated use `CreateProjectTrustedIpsProjectsDeploymentType$inboundSchema` instead. */
|
|
5894
5902
|
const inboundSchema: z.ZodNativeEnum<{
|
|
5895
|
-
readonly All: "all";
|
|
5896
5903
|
readonly Preview: "preview";
|
|
5904
|
+
readonly Production: "production";
|
|
5905
|
+
readonly All: "all";
|
|
5897
5906
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
5898
5907
|
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
5899
|
-
readonly Production: "production";
|
|
5900
5908
|
}>;
|
|
5901
5909
|
/** @deprecated use `CreateProjectTrustedIpsProjectsDeploymentType$outboundSchema` instead. */
|
|
5902
5910
|
const outboundSchema: z.ZodNativeEnum<{
|
|
5903
|
-
readonly All: "all";
|
|
5904
5911
|
readonly Preview: "preview";
|
|
5912
|
+
readonly Production: "production";
|
|
5913
|
+
readonly All: "all";
|
|
5905
5914
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
5906
5915
|
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
5907
|
-
readonly Production: "production";
|
|
5908
5916
|
}>;
|
|
5909
5917
|
}
|
|
5910
5918
|
/** @internal */
|
|
@@ -5940,19 +5948,19 @@ export declare const CreateProjectTrustedIpsDeploymentType$outboundSchema: z.Zod
|
|
|
5940
5948
|
export declare namespace CreateProjectTrustedIpsDeploymentType$ {
|
|
5941
5949
|
/** @deprecated use `CreateProjectTrustedIpsDeploymentType$inboundSchema` instead. */
|
|
5942
5950
|
const inboundSchema: z.ZodNativeEnum<{
|
|
5943
|
-
readonly All: "all";
|
|
5944
5951
|
readonly Preview: "preview";
|
|
5952
|
+
readonly Production: "production";
|
|
5953
|
+
readonly All: "all";
|
|
5945
5954
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
5946
5955
|
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
5947
|
-
readonly Production: "production";
|
|
5948
5956
|
}>;
|
|
5949
5957
|
/** @deprecated use `CreateProjectTrustedIpsDeploymentType$outboundSchema` instead. */
|
|
5950
5958
|
const outboundSchema: z.ZodNativeEnum<{
|
|
5951
|
-
readonly All: "all";
|
|
5952
5959
|
readonly Preview: "preview";
|
|
5960
|
+
readonly Production: "production";
|
|
5961
|
+
readonly All: "all";
|
|
5953
5962
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
5954
5963
|
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
5955
|
-
readonly Production: "production";
|
|
5956
5964
|
}>;
|
|
5957
5965
|
}
|
|
5958
5966
|
/** @internal */
|