@vercel/sdk 1.6.6 → 1.6.8
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/README.md +19 -31
- package/bin/mcp-server.js +2608 -910
- package/bin/mcp-server.js.map +31 -28
- package/docs/sdks/projects/README.md +1 -1
- package/docs/sdks/vercel/README.md +77 -0
- package/esm/__tests__/environment.test.js +28 -4
- package/esm/__tests__/environment.test.js.map +1 -1
- package/esm/__tests__/projects.test.js +15 -13
- package/esm/__tests__/projects.test.js.map +1 -1
- package/esm/__tests__/vercel.test.d.ts +2 -0
- package/esm/__tests__/vercel.test.d.ts.map +1 -0
- package/esm/__tests__/vercel.test.js +21 -0
- package/esm/__tests__/vercel.test.js.map +1 -0
- package/esm/funcs/marketplaceUpdateResourceSecretsById.js +2 -2
- package/esm/funcs/marketplaceUpdateResourceSecretsById.js.map +1 -1
- package/esm/funcs/patchAliasesIdProtectionBypass.d.ts +18 -0
- package/esm/funcs/patchAliasesIdProtectionBypass.d.ts.map +1 -0
- package/esm/funcs/patchAliasesIdProtectionBypass.js +81 -0
- package/esm/funcs/patchAliasesIdProtectionBypass.js.map +1 -0
- package/esm/funcs/projectsMoveProjectDomain.d.ts +1 -1
- package/esm/funcs/projectsMoveProjectDomain.js +1 -1
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/lib/sdks.d.ts +3 -1
- package/esm/lib/sdks.d.ts.map +1 -1
- package/esm/lib/sdks.js +6 -11
- package/esm/lib/sdks.js.map +1 -1
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.d.ts.map +1 -1
- package/esm/mcp-server/server.js +3 -1
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/mcp-server/tools/patchAliasesIdProtectionBypass.d.ts +7 -0
- package/esm/mcp-server/tools/patchAliasesIdProtectionBypass.d.ts.map +1 -0
- package/esm/mcp-server/tools/patchAliasesIdProtectionBypass.js +26 -0
- package/esm/mcp-server/tools/patchAliasesIdProtectionBypass.js.map +1 -0
- package/esm/mcp-server/tools/projectsMoveProjectDomain.js +1 -1
- package/esm/models/authuser.d.ts +0 -5
- package/esm/models/authuser.d.ts.map +1 -1
- package/esm/models/authuser.js +0 -2
- package/esm/models/authuser.js.map +1 -1
- package/esm/models/canceldeploymentop.d.ts +268 -26
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +194 -24
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/createcustomenvironmentop.d.ts +244 -2
- package/esm/models/createcustomenvironmentop.d.ts.map +1 -1
- package/esm/models/createcustomenvironmentop.js +174 -2
- package/esm/models/createcustomenvironmentop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +357 -58
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +290 -60
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +333 -71
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +255 -75
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/createrecordop.d.ts +43 -43
- package/esm/models/createrecordop.d.ts.map +1 -1
- package/esm/models/createrecordop.js +51 -51
- package/esm/models/createrecordop.js.map +1 -1
- package/esm/models/getaliasop.d.ts +8 -8
- package/esm/models/getaliasop.d.ts.map +1 -1
- package/esm/models/getaliasop.js +12 -13
- package/esm/models/getaliasop.js.map +1 -1
- package/esm/models/getcustomenvironmentop.d.ts +242 -2
- package/esm/models/getcustomenvironmentop.d.ts.map +1 -1
- package/esm/models/getcustomenvironmentop.js +175 -2
- package/esm/models/getcustomenvironmentop.js.map +1 -1
- package/esm/models/getdeploymentop.d.ts +502 -18
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +354 -14
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getprojectdomainsop.d.ts +30 -30
- package/esm/models/getprojectdomainsop.d.ts.map +1 -1
- package/esm/models/getprojectdomainsop.js +32 -32
- package/esm/models/getprojectdomainsop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +347 -95
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +287 -112
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getv9projectsidornamecustomenvironmentsop.d.ts +242 -2
- package/esm/models/getv9projectsidornamecustomenvironmentsop.d.ts.map +1 -1
- package/esm/models/getv9projectsidornamecustomenvironmentsop.js +172 -2
- package/esm/models/getv9projectsidornamecustomenvironmentsop.js.map +1 -1
- package/esm/models/listaliasesop.d.ts +8 -8
- package/esm/models/listaliasesop.d.ts.map +1 -1
- package/esm/models/listaliasesop.js +12 -12
- package/esm/models/listaliasesop.js.map +1 -1
- package/esm/models/patchaliasesidprotectionbypassop.d.ts +409 -0
- package/esm/models/patchaliasesidprotectionbypassop.d.ts.map +1 -0
- package/esm/models/patchaliasesidprotectionbypassop.js +386 -0
- package/esm/models/patchaliasesidprotectionbypassop.js.map +1 -0
- package/esm/models/removecustomenvironmentop.d.ts +245 -2
- package/esm/models/removecustomenvironmentop.d.ts.map +1 -1
- package/esm/models/removecustomenvironmentop.js +173 -2
- package/esm/models/removecustomenvironmentop.js.map +1 -1
- package/esm/models/updatecustomenvironmentop.d.ts +244 -2
- package/esm/models/updatecustomenvironmentop.d.ts.map +1 -1
- package/esm/models/updatecustomenvironmentop.js +174 -2
- package/esm/models/updatecustomenvironmentop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +363 -111
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +311 -135
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +347 -95
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +287 -111
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/userevent.d.ts +124 -6
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +114 -6
- package/esm/models/userevent.js.map +1 -1
- package/esm/sdk/projects.d.ts +1 -1
- package/esm/sdk/projects.js +1 -1
- package/esm/sdk/sdk.d.ts +8 -1
- package/esm/sdk/sdk.d.ts.map +1 -1
- package/esm/sdk/sdk.js +8 -0
- package/esm/sdk/sdk.js.map +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/environment.test.ts +28 -4
- package/src/__tests__/projects.test.ts +15 -13
- package/src/__tests__/vercel.test.ts +26 -0
- package/src/funcs/marketplaceUpdateResourceSecretsById.ts +2 -2
- package/src/funcs/patchAliasesIdProtectionBypass.ts +185 -0
- package/src/funcs/projectsMoveProjectDomain.ts +1 -1
- package/src/lib/config.ts +3 -3
- package/src/lib/sdks.ts +11 -11
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +3 -1
- package/src/mcp-server/tools/patchAliasesIdProtectionBypass.ts +37 -0
- package/src/mcp-server/tools/projectsMoveProjectDomain.ts +1 -1
- package/src/models/authuser.ts +0 -7
- package/src/models/canceldeploymentop.ts +503 -43
- package/src/models/createcustomenvironmentop.ts +426 -4
- package/src/models/createdeploymentop.ts +640 -117
- package/src/models/createprojectop.ts +664 -200
- package/src/models/createrecordop.ts +96 -84
- package/src/models/getaliasop.ts +16 -14
- package/src/models/getcustomenvironmentop.ts +412 -4
- package/src/models/getdeploymentop.ts +962 -49
- package/src/models/getprojectdomainsop.ts +84 -84
- package/src/models/getprojectsop.ts +637 -189
- package/src/models/getv9projectsidornamecustomenvironmentsop.ts +473 -4
- package/src/models/listaliasesop.ts +19 -16
- package/src/models/patchaliasesidprotectionbypassop.ts +786 -0
- package/src/models/removecustomenvironmentop.ts +425 -4
- package/src/models/updatecustomenvironmentop.ts +437 -4
- package/src/models/updateprojectdatacacheop.ts +738 -271
- package/src/models/updateprojectop.ts +697 -247
- package/src/models/userevent.ts +205 -12
- package/src/sdk/projects.ts +1 -1
- package/src/sdk/sdk.ts +18 -1
- package/vercel-spec.json +2667 -162
|
@@ -96,14 +96,14 @@ export declare const UpdateProjectDataCacheTarget1: {
|
|
|
96
96
|
};
|
|
97
97
|
export type UpdateProjectDataCacheTarget1 = ClosedEnum<typeof UpdateProjectDataCacheTarget1>;
|
|
98
98
|
export type UpdateProjectDataCacheTarget = Array<UpdateProjectDataCacheTarget1> | UpdateProjectDataCacheTarget2;
|
|
99
|
-
export declare const
|
|
99
|
+
export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONType: {
|
|
100
100
|
readonly Secret: "secret";
|
|
101
101
|
readonly System: "system";
|
|
102
102
|
readonly Encrypted: "encrypted";
|
|
103
103
|
readonly Plain: "plain";
|
|
104
104
|
readonly Sensitive: "sensitive";
|
|
105
105
|
};
|
|
106
|
-
export type
|
|
106
|
+
export type UpdateProjectDataCacheProjectsResponse200ApplicationJSONType = ClosedEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONType>;
|
|
107
107
|
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type: {
|
|
108
108
|
readonly FlagsConnectionString: "flags-connection-string";
|
|
109
109
|
};
|
|
@@ -228,15 +228,15 @@ export type ContentHint1 = {
|
|
|
228
228
|
storeId: string;
|
|
229
229
|
};
|
|
230
230
|
export type ContentHint = ContentHint1 | ContentHint2 | ContentHint3 | ContentHint4 | ContentHint5 | ContentHint6 | ContentHint7 | ContentHint8 | ContentHint9 | ContentHint10 | ContentHint11 | ContentHint12 | ContentHint13 | ContentHint15 | ContentHint14;
|
|
231
|
-
export declare const
|
|
231
|
+
export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyEnvType: {
|
|
232
232
|
readonly FlagsSecret: "flags-secret";
|
|
233
233
|
};
|
|
234
|
-
export type
|
|
234
|
+
export type UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyEnvType = ClosedEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyEnvType>;
|
|
235
235
|
/**
|
|
236
236
|
* Similar to `contentHints`, but should not be exposed to the user.
|
|
237
237
|
*/
|
|
238
238
|
export type InternalContentHint = {
|
|
239
|
-
type:
|
|
239
|
+
type: UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyEnvType;
|
|
240
240
|
/**
|
|
241
241
|
* Contains the `value` of the env variable, encrypted with a special key to make decryption possible in the subscriber Lambda.
|
|
242
242
|
*/
|
|
@@ -244,7 +244,7 @@ export type InternalContentHint = {
|
|
|
244
244
|
};
|
|
245
245
|
export type Env = {
|
|
246
246
|
target?: Array<UpdateProjectDataCacheTarget1> | UpdateProjectDataCacheTarget2 | undefined;
|
|
247
|
-
type:
|
|
247
|
+
type: UpdateProjectDataCacheProjectsResponse200ApplicationJSONType;
|
|
248
248
|
/**
|
|
249
249
|
* This is used to identiy variables that have been migrated from type secret to sensitive.
|
|
250
250
|
*/
|
|
@@ -270,7 +270,115 @@ export type Env = {
|
|
|
270
270
|
comment?: string | undefined;
|
|
271
271
|
customEnvironmentIds?: Array<string> | undefined;
|
|
272
272
|
};
|
|
273
|
-
|
|
273
|
+
/**
|
|
274
|
+
* The type of environment (production, preview, or development)
|
|
275
|
+
*/
|
|
276
|
+
export declare const UpdateProjectDataCacheType: {
|
|
277
|
+
readonly Production: "production";
|
|
278
|
+
readonly Preview: "preview";
|
|
279
|
+
readonly Development: "development";
|
|
280
|
+
};
|
|
281
|
+
/**
|
|
282
|
+
* The type of environment (production, preview, or development)
|
|
283
|
+
*/
|
|
284
|
+
export type UpdateProjectDataCacheType = ClosedEnum<typeof UpdateProjectDataCacheType>;
|
|
285
|
+
/**
|
|
286
|
+
* The type of matching to perform
|
|
287
|
+
*/
|
|
288
|
+
export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyCustomEnvironmentsType: {
|
|
289
|
+
readonly EndsWith: "endsWith";
|
|
290
|
+
readonly StartsWith: "startsWith";
|
|
291
|
+
readonly Equals: "equals";
|
|
292
|
+
};
|
|
293
|
+
/**
|
|
294
|
+
* The type of matching to perform
|
|
295
|
+
*/
|
|
296
|
+
export type UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyCustomEnvironmentsType = ClosedEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyCustomEnvironmentsType>;
|
|
297
|
+
/**
|
|
298
|
+
* Configuration for matching git branches to this environment
|
|
299
|
+
*/
|
|
300
|
+
export type UpdateProjectDataCacheProjectsResponseBranchMatcher = {
|
|
301
|
+
/**
|
|
302
|
+
* The type of matching to perform
|
|
303
|
+
*/
|
|
304
|
+
type: UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyCustomEnvironmentsType;
|
|
305
|
+
/**
|
|
306
|
+
* The pattern to match against branch names
|
|
307
|
+
*/
|
|
308
|
+
pattern: string;
|
|
309
|
+
};
|
|
310
|
+
/**
|
|
311
|
+
* A list of verification challenges, one of which must be completed to verify the domain for use on the project. After the challenge is complete `POST /projects/:idOrName/domains/:domain/verify` to verify the domain. Possible challenges: - If `verification.type = TXT` the `verification.domain` will be checked for a TXT record matching `verification.value`.
|
|
312
|
+
*/
|
|
313
|
+
export type UpdateProjectDataCacheVerification = {
|
|
314
|
+
type: string;
|
|
315
|
+
domain: string;
|
|
316
|
+
value: string;
|
|
317
|
+
reason: string;
|
|
318
|
+
};
|
|
319
|
+
/**
|
|
320
|
+
* List of domains associated with this environment
|
|
321
|
+
*/
|
|
322
|
+
export type UpdateProjectDataCacheDomains = {
|
|
323
|
+
name: string;
|
|
324
|
+
apexName: string;
|
|
325
|
+
projectId: string;
|
|
326
|
+
redirect?: string | null | undefined;
|
|
327
|
+
redirectStatusCode?: number | null | undefined;
|
|
328
|
+
gitBranch?: string | null | undefined;
|
|
329
|
+
customEnvironmentId?: string | null | undefined;
|
|
330
|
+
updatedAt?: number | undefined;
|
|
331
|
+
createdAt?: number | undefined;
|
|
332
|
+
/**
|
|
333
|
+
* `true` if the domain is verified for use with the project. If `false` it will not be used as an alias on this project until the challenge in `verification` is completed.
|
|
334
|
+
*/
|
|
335
|
+
verified: boolean;
|
|
336
|
+
/**
|
|
337
|
+
* A list of verification challenges, one of which must be completed to verify the domain for use on the project. After the challenge is complete `POST /projects/:idOrName/domains/:domain/verify` to verify the domain. Possible challenges: - If `verification.type = TXT` the `verification.domain` will be checked for a TXT record matching `verification.value`.
|
|
338
|
+
*/
|
|
339
|
+
verification?: Array<UpdateProjectDataCacheVerification> | undefined;
|
|
340
|
+
};
|
|
341
|
+
/**
|
|
342
|
+
* Internal representation of a custom environment with all required properties
|
|
343
|
+
*/
|
|
344
|
+
export type CustomEnvironments = {
|
|
345
|
+
/**
|
|
346
|
+
* Unique identifier for the custom environment (format: env_*)
|
|
347
|
+
*/
|
|
348
|
+
id: string;
|
|
349
|
+
/**
|
|
350
|
+
* URL-friendly name of the environment
|
|
351
|
+
*/
|
|
352
|
+
slug: string;
|
|
353
|
+
/**
|
|
354
|
+
* The type of environment (production, preview, or development)
|
|
355
|
+
*/
|
|
356
|
+
type: UpdateProjectDataCacheType;
|
|
357
|
+
/**
|
|
358
|
+
* Optional description of the environment's purpose
|
|
359
|
+
*/
|
|
360
|
+
description?: string | undefined;
|
|
361
|
+
/**
|
|
362
|
+
* Configuration for matching git branches to this environment
|
|
363
|
+
*/
|
|
364
|
+
branchMatcher?: UpdateProjectDataCacheProjectsResponseBranchMatcher | undefined;
|
|
365
|
+
/**
|
|
366
|
+
* List of domains associated with this environment
|
|
367
|
+
*/
|
|
368
|
+
domains?: Array<UpdateProjectDataCacheDomains> | undefined;
|
|
369
|
+
/**
|
|
370
|
+
* List of aliases for the current deployment
|
|
371
|
+
*/
|
|
372
|
+
currentDeploymentAliases?: Array<string> | undefined;
|
|
373
|
+
/**
|
|
374
|
+
* Timestamp when the environment was created
|
|
375
|
+
*/
|
|
376
|
+
createdAt: number;
|
|
377
|
+
/**
|
|
378
|
+
* Timestamp when the environment was last updated
|
|
379
|
+
*/
|
|
380
|
+
updatedAt: number;
|
|
381
|
+
};
|
|
274
382
|
export declare const UpdateProjectDataCacheFramework: {
|
|
275
383
|
readonly Blitzjs: "blitzjs";
|
|
276
384
|
readonly Nextjs: "nextjs";
|
|
@@ -332,7 +440,7 @@ export type UpdateProjectDataCacheProjectsAliasError = {
|
|
|
332
440
|
/**
|
|
333
441
|
* The type of matching to perform
|
|
334
442
|
*/
|
|
335
|
-
export declare const
|
|
443
|
+
export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType: {
|
|
336
444
|
readonly EndsWith: "endsWith";
|
|
337
445
|
readonly StartsWith: "startsWith";
|
|
338
446
|
readonly Equals: "equals";
|
|
@@ -340,12 +448,12 @@ export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONTyp
|
|
|
340
448
|
/**
|
|
341
449
|
* The type of matching to perform
|
|
342
450
|
*/
|
|
343
|
-
export type
|
|
344
|
-
export type
|
|
451
|
+
export type UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType = ClosedEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType>;
|
|
452
|
+
export type UpdateProjectDataCacheBranchMatcher = {
|
|
345
453
|
/**
|
|
346
454
|
* The type of matching to perform
|
|
347
455
|
*/
|
|
348
|
-
type:
|
|
456
|
+
type: UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType;
|
|
349
457
|
/**
|
|
350
458
|
* The pattern to match against branch names
|
|
351
459
|
*/
|
|
@@ -408,10 +516,10 @@ export declare const UpdateProjectDataCacheProjectsReadySubstate: {
|
|
|
408
516
|
readonly Promoted: "PROMOTED";
|
|
409
517
|
};
|
|
410
518
|
export type UpdateProjectDataCacheProjectsReadySubstate = ClosedEnum<typeof UpdateProjectDataCacheProjectsReadySubstate>;
|
|
411
|
-
export declare const
|
|
519
|
+
export declare const UpdateProjectDataCacheProjectsType: {
|
|
412
520
|
readonly Lambdas: "LAMBDAS";
|
|
413
521
|
};
|
|
414
|
-
export type
|
|
522
|
+
export type UpdateProjectDataCacheProjectsType = ClosedEnum<typeof UpdateProjectDataCacheProjectsType>;
|
|
415
523
|
export type LatestDeployments = {
|
|
416
524
|
id: string;
|
|
417
525
|
alias?: Array<string> | undefined;
|
|
@@ -419,7 +527,7 @@ export type LatestDeployments = {
|
|
|
419
527
|
aliasError?: UpdateProjectDataCacheProjectsAliasError | null | undefined;
|
|
420
528
|
aliasFinal?: string | null | undefined;
|
|
421
529
|
automaticAliases?: Array<string> | undefined;
|
|
422
|
-
branchMatcher?:
|
|
530
|
+
branchMatcher?: UpdateProjectDataCacheBranchMatcher | undefined;
|
|
423
531
|
buildingAt?: number | undefined;
|
|
424
532
|
builds?: Array<UpdateProjectDataCacheProjectsBuilds> | undefined;
|
|
425
533
|
checksConclusion?: UpdateProjectDataCacheProjectsChecksConclusion | undefined;
|
|
@@ -450,7 +558,7 @@ export type LatestDeployments = {
|
|
|
450
558
|
requestedAt?: number | undefined;
|
|
451
559
|
target?: string | null | undefined;
|
|
452
560
|
teamId?: string | null | undefined;
|
|
453
|
-
type:
|
|
561
|
+
type: UpdateProjectDataCacheProjectsType;
|
|
454
562
|
url: string;
|
|
455
563
|
userId: string;
|
|
456
564
|
withCache?: boolean | undefined;
|
|
@@ -650,6 +758,10 @@ export type Stages = {
|
|
|
650
758
|
* Whether or not this stage requires approval to proceed.
|
|
651
759
|
*/
|
|
652
760
|
requireApproval?: boolean | undefined;
|
|
761
|
+
/**
|
|
762
|
+
* duration is the total time to serve a stage, at the given targetPercentage.
|
|
763
|
+
*/
|
|
764
|
+
duration?: number | undefined;
|
|
653
765
|
};
|
|
654
766
|
export type RollingRelease = {
|
|
655
767
|
/**
|
|
@@ -685,8 +797,8 @@ export type DefaultResourceConfig = {
|
|
|
685
797
|
buildMachineType?: UpdateProjectDataCacheBuildMachineType | undefined;
|
|
686
798
|
};
|
|
687
799
|
export declare const UpdateProjectDataCacheDeploymentType: {
|
|
688
|
-
readonly All: "all";
|
|
689
800
|
readonly Preview: "preview";
|
|
801
|
+
readonly All: "all";
|
|
690
802
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
691
803
|
};
|
|
692
804
|
export type UpdateProjectDataCacheDeploymentType = ClosedEnum<typeof UpdateProjectDataCacheDeploymentType>;
|
|
@@ -701,7 +813,7 @@ export type UpdateProjectDataCacheAliasError = {
|
|
|
701
813
|
/**
|
|
702
814
|
* The type of matching to perform
|
|
703
815
|
*/
|
|
704
|
-
export declare const
|
|
816
|
+
export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType: {
|
|
705
817
|
readonly EndsWith: "endsWith";
|
|
706
818
|
readonly StartsWith: "startsWith";
|
|
707
819
|
readonly Equals: "equals";
|
|
@@ -709,12 +821,12 @@ export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONRes
|
|
|
709
821
|
/**
|
|
710
822
|
* The type of matching to perform
|
|
711
823
|
*/
|
|
712
|
-
export type
|
|
713
|
-
export type
|
|
824
|
+
export type UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType = ClosedEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType>;
|
|
825
|
+
export type UpdateProjectDataCacheProjectsBranchMatcher = {
|
|
714
826
|
/**
|
|
715
827
|
* The type of matching to perform
|
|
716
828
|
*/
|
|
717
|
-
type:
|
|
829
|
+
type: UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType;
|
|
718
830
|
/**
|
|
719
831
|
* The pattern to match against branch names
|
|
720
832
|
*/
|
|
@@ -777,10 +889,10 @@ export declare const UpdateProjectDataCacheReadySubstate: {
|
|
|
777
889
|
readonly Promoted: "PROMOTED";
|
|
778
890
|
};
|
|
779
891
|
export type UpdateProjectDataCacheReadySubstate = ClosedEnum<typeof UpdateProjectDataCacheReadySubstate>;
|
|
780
|
-
export declare const
|
|
892
|
+
export declare const UpdateProjectDataCacheProjectsResponseType: {
|
|
781
893
|
readonly Lambdas: "LAMBDAS";
|
|
782
894
|
};
|
|
783
|
-
export type
|
|
895
|
+
export type UpdateProjectDataCacheProjectsResponseType = ClosedEnum<typeof UpdateProjectDataCacheProjectsResponseType>;
|
|
784
896
|
export type Targets = {
|
|
785
897
|
id: string;
|
|
786
898
|
alias?: Array<string> | undefined;
|
|
@@ -788,7 +900,7 @@ export type Targets = {
|
|
|
788
900
|
aliasError?: UpdateProjectDataCacheAliasError | null | undefined;
|
|
789
901
|
aliasFinal?: string | null | undefined;
|
|
790
902
|
automaticAliases?: Array<string> | undefined;
|
|
791
|
-
branchMatcher?:
|
|
903
|
+
branchMatcher?: UpdateProjectDataCacheProjectsBranchMatcher | undefined;
|
|
792
904
|
buildingAt?: number | undefined;
|
|
793
905
|
builds?: Array<UpdateProjectDataCacheBuilds> | undefined;
|
|
794
906
|
checksConclusion?: UpdateProjectDataCacheChecksConclusion | undefined;
|
|
@@ -819,7 +931,7 @@ export type Targets = {
|
|
|
819
931
|
requestedAt?: number | undefined;
|
|
820
932
|
target?: string | null | undefined;
|
|
821
933
|
teamId?: string | null | undefined;
|
|
822
|
-
type:
|
|
934
|
+
type: UpdateProjectDataCacheProjectsResponseType;
|
|
823
935
|
url: string;
|
|
824
936
|
userId: string;
|
|
825
937
|
withCache?: boolean | undefined;
|
|
@@ -1030,42 +1142,46 @@ export declare const JobStatus: {
|
|
|
1030
1142
|
readonly InProgress: "in-progress";
|
|
1031
1143
|
};
|
|
1032
1144
|
export type JobStatus = ClosedEnum<typeof JobStatus>;
|
|
1033
|
-
export declare const
|
|
1145
|
+
export declare const UpdateProjectDataCacheProjectsResponse200Type: {
|
|
1034
1146
|
readonly Promote: "promote";
|
|
1035
1147
|
readonly Rollback: "rollback";
|
|
1036
1148
|
};
|
|
1037
|
-
export type
|
|
1149
|
+
export type UpdateProjectDataCacheProjectsResponse200Type = ClosedEnum<typeof UpdateProjectDataCacheProjectsResponse200Type>;
|
|
1038
1150
|
export type LastAliasRequest = {
|
|
1039
1151
|
fromDeploymentId: string;
|
|
1040
1152
|
toDeploymentId: string;
|
|
1153
|
+
/**
|
|
1154
|
+
* If rolling back from a rolling release, fromDeploymentId captures the "base" of that rolling release, and fromRollingReleaseId captures the "target" of that rolling release.
|
|
1155
|
+
*/
|
|
1156
|
+
fromRollingReleaseId?: string | undefined;
|
|
1041
1157
|
jobStatus: JobStatus;
|
|
1042
1158
|
requestedAt: number;
|
|
1043
|
-
type:
|
|
1159
|
+
type: UpdateProjectDataCacheProjectsResponse200Type;
|
|
1044
1160
|
};
|
|
1045
|
-
export declare const
|
|
1161
|
+
export declare const UpdateProjectDataCacheScope: {
|
|
1046
1162
|
readonly AutomationBypass: "automation-bypass";
|
|
1047
1163
|
};
|
|
1048
|
-
export type
|
|
1164
|
+
export type UpdateProjectDataCacheScope = ClosedEnum<typeof UpdateProjectDataCacheScope>;
|
|
1049
1165
|
export type ProtectionBypass = {
|
|
1050
1166
|
createdAt: number;
|
|
1051
1167
|
createdBy: string;
|
|
1052
|
-
scope:
|
|
1168
|
+
scope: UpdateProjectDataCacheScope;
|
|
1053
1169
|
};
|
|
1054
1170
|
export declare const UpdateProjectDataCacheTrustedIpsDeploymentType: {
|
|
1055
|
-
readonly
|
|
1171
|
+
readonly Production: "production";
|
|
1056
1172
|
readonly Preview: "preview";
|
|
1173
|
+
readonly All: "all";
|
|
1057
1174
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
1058
|
-
readonly Production: "production";
|
|
1059
1175
|
};
|
|
1060
1176
|
export type UpdateProjectDataCacheTrustedIpsDeploymentType = ClosedEnum<typeof UpdateProjectDataCacheTrustedIpsDeploymentType>;
|
|
1061
1177
|
export type TrustedIps2 = {
|
|
1062
1178
|
deploymentType: UpdateProjectDataCacheTrustedIpsDeploymentType;
|
|
1063
1179
|
};
|
|
1064
1180
|
export declare const TrustedIpsDeploymentType: {
|
|
1065
|
-
readonly
|
|
1181
|
+
readonly Production: "production";
|
|
1066
1182
|
readonly Preview: "preview";
|
|
1183
|
+
readonly All: "all";
|
|
1067
1184
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
1068
|
-
readonly Production: "production";
|
|
1069
1185
|
};
|
|
1070
1186
|
export type TrustedIpsDeploymentType = ClosedEnum<typeof TrustedIpsDeploymentType>;
|
|
1071
1187
|
export type UpdateProjectDataCacheTrustedIpsAddresses = {
|
|
@@ -1633,15 +1749,15 @@ export declare namespace UpdateProjectDataCacheTarget$ {
|
|
|
1633
1749
|
export declare function updateProjectDataCacheTargetToJSON(updateProjectDataCacheTarget: UpdateProjectDataCacheTarget): string;
|
|
1634
1750
|
export declare function updateProjectDataCacheTargetFromJSON(jsonString: string): SafeParseResult<UpdateProjectDataCacheTarget, SDKValidationError>;
|
|
1635
1751
|
/** @internal */
|
|
1636
|
-
export declare const
|
|
1752
|
+
export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONType>;
|
|
1637
1753
|
/** @internal */
|
|
1638
|
-
export declare const
|
|
1754
|
+
export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONType>;
|
|
1639
1755
|
/**
|
|
1640
1756
|
* @internal
|
|
1641
1757
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1642
1758
|
*/
|
|
1643
|
-
export declare namespace
|
|
1644
|
-
/** @deprecated use `
|
|
1759
|
+
export declare namespace UpdateProjectDataCacheProjectsResponse200ApplicationJSONType$ {
|
|
1760
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONType$inboundSchema` instead. */
|
|
1645
1761
|
const inboundSchema: z.ZodNativeEnum<{
|
|
1646
1762
|
readonly Secret: "secret";
|
|
1647
1763
|
readonly System: "system";
|
|
@@ -1649,7 +1765,7 @@ export declare namespace UpdateProjectDataCacheProjectsResponse200Type$ {
|
|
|
1649
1765
|
readonly Plain: "plain";
|
|
1650
1766
|
readonly Sensitive: "sensitive";
|
|
1651
1767
|
}>;
|
|
1652
|
-
/** @deprecated use `
|
|
1768
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONType$outboundSchema` instead. */
|
|
1653
1769
|
const outboundSchema: z.ZodNativeEnum<{
|
|
1654
1770
|
readonly Secret: "secret";
|
|
1655
1771
|
readonly System: "system";
|
|
@@ -2297,19 +2413,19 @@ export declare namespace ContentHint$ {
|
|
|
2297
2413
|
export declare function contentHintToJSON(contentHint: ContentHint): string;
|
|
2298
2414
|
export declare function contentHintFromJSON(jsonString: string): SafeParseResult<ContentHint, SDKValidationError>;
|
|
2299
2415
|
/** @internal */
|
|
2300
|
-
export declare const
|
|
2416
|
+
export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyEnvType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyEnvType>;
|
|
2301
2417
|
/** @internal */
|
|
2302
|
-
export declare const
|
|
2418
|
+
export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyEnvType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyEnvType>;
|
|
2303
2419
|
/**
|
|
2304
2420
|
* @internal
|
|
2305
2421
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2306
2422
|
*/
|
|
2307
|
-
export declare namespace
|
|
2308
|
-
/** @deprecated use `
|
|
2423
|
+
export declare namespace UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyEnvType$ {
|
|
2424
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyEnvType$inboundSchema` instead. */
|
|
2309
2425
|
const inboundSchema: z.ZodNativeEnum<{
|
|
2310
2426
|
readonly FlagsSecret: "flags-secret";
|
|
2311
2427
|
}>;
|
|
2312
|
-
/** @deprecated use `
|
|
2428
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyEnvType$outboundSchema` instead. */
|
|
2313
2429
|
const outboundSchema: z.ZodNativeEnum<{
|
|
2314
2430
|
readonly FlagsSecret: "flags-secret";
|
|
2315
2431
|
}>;
|
|
@@ -2379,9 +2495,143 @@ export declare namespace Env$ {
|
|
|
2379
2495
|
export declare function envToJSON(env: Env): string;
|
|
2380
2496
|
export declare function envFromJSON(jsonString: string): SafeParseResult<Env, SDKValidationError>;
|
|
2381
2497
|
/** @internal */
|
|
2498
|
+
export declare const UpdateProjectDataCacheType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheType>;
|
|
2499
|
+
/** @internal */
|
|
2500
|
+
export declare const UpdateProjectDataCacheType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheType>;
|
|
2501
|
+
/**
|
|
2502
|
+
* @internal
|
|
2503
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2504
|
+
*/
|
|
2505
|
+
export declare namespace UpdateProjectDataCacheType$ {
|
|
2506
|
+
/** @deprecated use `UpdateProjectDataCacheType$inboundSchema` instead. */
|
|
2507
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2508
|
+
readonly Production: "production";
|
|
2509
|
+
readonly Preview: "preview";
|
|
2510
|
+
readonly Development: "development";
|
|
2511
|
+
}>;
|
|
2512
|
+
/** @deprecated use `UpdateProjectDataCacheType$outboundSchema` instead. */
|
|
2513
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2514
|
+
readonly Production: "production";
|
|
2515
|
+
readonly Preview: "preview";
|
|
2516
|
+
readonly Development: "development";
|
|
2517
|
+
}>;
|
|
2518
|
+
}
|
|
2519
|
+
/** @internal */
|
|
2520
|
+
export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyCustomEnvironmentsType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyCustomEnvironmentsType>;
|
|
2521
|
+
/** @internal */
|
|
2522
|
+
export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyCustomEnvironmentsType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyCustomEnvironmentsType>;
|
|
2523
|
+
/**
|
|
2524
|
+
* @internal
|
|
2525
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2526
|
+
*/
|
|
2527
|
+
export declare namespace UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyCustomEnvironmentsType$ {
|
|
2528
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyCustomEnvironmentsType$inboundSchema` instead. */
|
|
2529
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2530
|
+
readonly EndsWith: "endsWith";
|
|
2531
|
+
readonly StartsWith: "startsWith";
|
|
2532
|
+
readonly Equals: "equals";
|
|
2533
|
+
}>;
|
|
2534
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyCustomEnvironmentsType$outboundSchema` instead. */
|
|
2535
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2536
|
+
readonly EndsWith: "endsWith";
|
|
2537
|
+
readonly StartsWith: "startsWith";
|
|
2538
|
+
readonly Equals: "equals";
|
|
2539
|
+
}>;
|
|
2540
|
+
}
|
|
2541
|
+
/** @internal */
|
|
2542
|
+
export declare const UpdateProjectDataCacheProjectsResponseBranchMatcher$inboundSchema: z.ZodType<UpdateProjectDataCacheProjectsResponseBranchMatcher, z.ZodTypeDef, unknown>;
|
|
2543
|
+
/** @internal */
|
|
2544
|
+
export type UpdateProjectDataCacheProjectsResponseBranchMatcher$Outbound = {
|
|
2545
|
+
type: string;
|
|
2546
|
+
pattern: string;
|
|
2547
|
+
};
|
|
2548
|
+
/** @internal */
|
|
2549
|
+
export declare const UpdateProjectDataCacheProjectsResponseBranchMatcher$outboundSchema: z.ZodType<UpdateProjectDataCacheProjectsResponseBranchMatcher$Outbound, z.ZodTypeDef, UpdateProjectDataCacheProjectsResponseBranchMatcher>;
|
|
2550
|
+
/**
|
|
2551
|
+
* @internal
|
|
2552
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2553
|
+
*/
|
|
2554
|
+
export declare namespace UpdateProjectDataCacheProjectsResponseBranchMatcher$ {
|
|
2555
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsResponseBranchMatcher$inboundSchema` instead. */
|
|
2556
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheProjectsResponseBranchMatcher, z.ZodTypeDef, unknown>;
|
|
2557
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsResponseBranchMatcher$outboundSchema` instead. */
|
|
2558
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheProjectsResponseBranchMatcher$Outbound, z.ZodTypeDef, UpdateProjectDataCacheProjectsResponseBranchMatcher>;
|
|
2559
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsResponseBranchMatcher$Outbound` instead. */
|
|
2560
|
+
type Outbound = UpdateProjectDataCacheProjectsResponseBranchMatcher$Outbound;
|
|
2561
|
+
}
|
|
2562
|
+
export declare function updateProjectDataCacheProjectsResponseBranchMatcherToJSON(updateProjectDataCacheProjectsResponseBranchMatcher: UpdateProjectDataCacheProjectsResponseBranchMatcher): string;
|
|
2563
|
+
export declare function updateProjectDataCacheProjectsResponseBranchMatcherFromJSON(jsonString: string): SafeParseResult<UpdateProjectDataCacheProjectsResponseBranchMatcher, SDKValidationError>;
|
|
2564
|
+
/** @internal */
|
|
2565
|
+
export declare const UpdateProjectDataCacheVerification$inboundSchema: z.ZodType<UpdateProjectDataCacheVerification, z.ZodTypeDef, unknown>;
|
|
2566
|
+
/** @internal */
|
|
2567
|
+
export type UpdateProjectDataCacheVerification$Outbound = {
|
|
2568
|
+
type: string;
|
|
2569
|
+
domain: string;
|
|
2570
|
+
value: string;
|
|
2571
|
+
reason: string;
|
|
2572
|
+
};
|
|
2573
|
+
/** @internal */
|
|
2574
|
+
export declare const UpdateProjectDataCacheVerification$outboundSchema: z.ZodType<UpdateProjectDataCacheVerification$Outbound, z.ZodTypeDef, UpdateProjectDataCacheVerification>;
|
|
2575
|
+
/**
|
|
2576
|
+
* @internal
|
|
2577
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2578
|
+
*/
|
|
2579
|
+
export declare namespace UpdateProjectDataCacheVerification$ {
|
|
2580
|
+
/** @deprecated use `UpdateProjectDataCacheVerification$inboundSchema` instead. */
|
|
2581
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheVerification, z.ZodTypeDef, unknown>;
|
|
2582
|
+
/** @deprecated use `UpdateProjectDataCacheVerification$outboundSchema` instead. */
|
|
2583
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheVerification$Outbound, z.ZodTypeDef, UpdateProjectDataCacheVerification>;
|
|
2584
|
+
/** @deprecated use `UpdateProjectDataCacheVerification$Outbound` instead. */
|
|
2585
|
+
type Outbound = UpdateProjectDataCacheVerification$Outbound;
|
|
2586
|
+
}
|
|
2587
|
+
export declare function updateProjectDataCacheVerificationToJSON(updateProjectDataCacheVerification: UpdateProjectDataCacheVerification): string;
|
|
2588
|
+
export declare function updateProjectDataCacheVerificationFromJSON(jsonString: string): SafeParseResult<UpdateProjectDataCacheVerification, SDKValidationError>;
|
|
2589
|
+
/** @internal */
|
|
2590
|
+
export declare const UpdateProjectDataCacheDomains$inboundSchema: z.ZodType<UpdateProjectDataCacheDomains, z.ZodTypeDef, unknown>;
|
|
2591
|
+
/** @internal */
|
|
2592
|
+
export type UpdateProjectDataCacheDomains$Outbound = {
|
|
2593
|
+
name: string;
|
|
2594
|
+
apexName: string;
|
|
2595
|
+
projectId: string;
|
|
2596
|
+
redirect?: string | null | undefined;
|
|
2597
|
+
redirectStatusCode?: number | null | undefined;
|
|
2598
|
+
gitBranch?: string | null | undefined;
|
|
2599
|
+
customEnvironmentId?: string | null | undefined;
|
|
2600
|
+
updatedAt?: number | undefined;
|
|
2601
|
+
createdAt?: number | undefined;
|
|
2602
|
+
verified: boolean;
|
|
2603
|
+
verification?: Array<UpdateProjectDataCacheVerification$Outbound> | undefined;
|
|
2604
|
+
};
|
|
2605
|
+
/** @internal */
|
|
2606
|
+
export declare const UpdateProjectDataCacheDomains$outboundSchema: z.ZodType<UpdateProjectDataCacheDomains$Outbound, z.ZodTypeDef, UpdateProjectDataCacheDomains>;
|
|
2607
|
+
/**
|
|
2608
|
+
* @internal
|
|
2609
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2610
|
+
*/
|
|
2611
|
+
export declare namespace UpdateProjectDataCacheDomains$ {
|
|
2612
|
+
/** @deprecated use `UpdateProjectDataCacheDomains$inboundSchema` instead. */
|
|
2613
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheDomains, z.ZodTypeDef, unknown>;
|
|
2614
|
+
/** @deprecated use `UpdateProjectDataCacheDomains$outboundSchema` instead. */
|
|
2615
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheDomains$Outbound, z.ZodTypeDef, UpdateProjectDataCacheDomains>;
|
|
2616
|
+
/** @deprecated use `UpdateProjectDataCacheDomains$Outbound` instead. */
|
|
2617
|
+
type Outbound = UpdateProjectDataCacheDomains$Outbound;
|
|
2618
|
+
}
|
|
2619
|
+
export declare function updateProjectDataCacheDomainsToJSON(updateProjectDataCacheDomains: UpdateProjectDataCacheDomains): string;
|
|
2620
|
+
export declare function updateProjectDataCacheDomainsFromJSON(jsonString: string): SafeParseResult<UpdateProjectDataCacheDomains, SDKValidationError>;
|
|
2621
|
+
/** @internal */
|
|
2382
2622
|
export declare const CustomEnvironments$inboundSchema: z.ZodType<CustomEnvironments, z.ZodTypeDef, unknown>;
|
|
2383
2623
|
/** @internal */
|
|
2384
|
-
export type CustomEnvironments$Outbound = {
|
|
2624
|
+
export type CustomEnvironments$Outbound = {
|
|
2625
|
+
id: string;
|
|
2626
|
+
slug: string;
|
|
2627
|
+
type: string;
|
|
2628
|
+
description?: string | undefined;
|
|
2629
|
+
branchMatcher?: UpdateProjectDataCacheProjectsResponseBranchMatcher$Outbound | undefined;
|
|
2630
|
+
domains?: Array<UpdateProjectDataCacheDomains$Outbound> | undefined;
|
|
2631
|
+
currentDeploymentAliases?: Array<string> | undefined;
|
|
2632
|
+
createdAt: number;
|
|
2633
|
+
updatedAt: number;
|
|
2634
|
+
};
|
|
2385
2635
|
/** @internal */
|
|
2386
2636
|
export declare const CustomEnvironments$outboundSchema: z.ZodType<CustomEnvironments$Outbound, z.ZodTypeDef, CustomEnvironments>;
|
|
2387
2637
|
/**
|
|
@@ -2573,21 +2823,21 @@ export declare namespace UpdateProjectDataCacheProjectsAliasError$ {
|
|
|
2573
2823
|
export declare function updateProjectDataCacheProjectsAliasErrorToJSON(updateProjectDataCacheProjectsAliasError: UpdateProjectDataCacheProjectsAliasError): string;
|
|
2574
2824
|
export declare function updateProjectDataCacheProjectsAliasErrorFromJSON(jsonString: string): SafeParseResult<UpdateProjectDataCacheProjectsAliasError, SDKValidationError>;
|
|
2575
2825
|
/** @internal */
|
|
2576
|
-
export declare const
|
|
2826
|
+
export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType>;
|
|
2577
2827
|
/** @internal */
|
|
2578
|
-
export declare const
|
|
2828
|
+
export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType>;
|
|
2579
2829
|
/**
|
|
2580
2830
|
* @internal
|
|
2581
2831
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2582
2832
|
*/
|
|
2583
|
-
export declare namespace
|
|
2584
|
-
/** @deprecated use `
|
|
2833
|
+
export declare namespace UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType$ {
|
|
2834
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType$inboundSchema` instead. */
|
|
2585
2835
|
const inboundSchema: z.ZodNativeEnum<{
|
|
2586
2836
|
readonly EndsWith: "endsWith";
|
|
2587
2837
|
readonly StartsWith: "startsWith";
|
|
2588
2838
|
readonly Equals: "equals";
|
|
2589
2839
|
}>;
|
|
2590
|
-
/** @deprecated use `
|
|
2840
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType$outboundSchema` instead. */
|
|
2591
2841
|
const outboundSchema: z.ZodNativeEnum<{
|
|
2592
2842
|
readonly EndsWith: "endsWith";
|
|
2593
2843
|
readonly StartsWith: "startsWith";
|
|
@@ -2595,28 +2845,28 @@ export declare namespace UpdateProjectDataCacheProjectsResponse200ApplicationJSO
|
|
|
2595
2845
|
}>;
|
|
2596
2846
|
}
|
|
2597
2847
|
/** @internal */
|
|
2598
|
-
export declare const
|
|
2848
|
+
export declare const UpdateProjectDataCacheBranchMatcher$inboundSchema: z.ZodType<UpdateProjectDataCacheBranchMatcher, z.ZodTypeDef, unknown>;
|
|
2599
2849
|
/** @internal */
|
|
2600
|
-
export type
|
|
2850
|
+
export type UpdateProjectDataCacheBranchMatcher$Outbound = {
|
|
2601
2851
|
type: string;
|
|
2602
2852
|
pattern: string;
|
|
2603
2853
|
};
|
|
2604
2854
|
/** @internal */
|
|
2605
|
-
export declare const
|
|
2855
|
+
export declare const UpdateProjectDataCacheBranchMatcher$outboundSchema: z.ZodType<UpdateProjectDataCacheBranchMatcher$Outbound, z.ZodTypeDef, UpdateProjectDataCacheBranchMatcher>;
|
|
2606
2856
|
/**
|
|
2607
2857
|
* @internal
|
|
2608
2858
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2609
2859
|
*/
|
|
2610
|
-
export declare namespace
|
|
2611
|
-
/** @deprecated use `
|
|
2612
|
-
const inboundSchema: z.ZodType<
|
|
2613
|
-
/** @deprecated use `
|
|
2614
|
-
const outboundSchema: z.ZodType<
|
|
2615
|
-
/** @deprecated use `
|
|
2616
|
-
type Outbound =
|
|
2860
|
+
export declare namespace UpdateProjectDataCacheBranchMatcher$ {
|
|
2861
|
+
/** @deprecated use `UpdateProjectDataCacheBranchMatcher$inboundSchema` instead. */
|
|
2862
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheBranchMatcher, z.ZodTypeDef, unknown>;
|
|
2863
|
+
/** @deprecated use `UpdateProjectDataCacheBranchMatcher$outboundSchema` instead. */
|
|
2864
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheBranchMatcher$Outbound, z.ZodTypeDef, UpdateProjectDataCacheBranchMatcher>;
|
|
2865
|
+
/** @deprecated use `UpdateProjectDataCacheBranchMatcher$Outbound` instead. */
|
|
2866
|
+
type Outbound = UpdateProjectDataCacheBranchMatcher$Outbound;
|
|
2617
2867
|
}
|
|
2618
|
-
export declare function
|
|
2619
|
-
export declare function
|
|
2868
|
+
export declare function updateProjectDataCacheBranchMatcherToJSON(updateProjectDataCacheBranchMatcher: UpdateProjectDataCacheBranchMatcher): string;
|
|
2869
|
+
export declare function updateProjectDataCacheBranchMatcherFromJSON(jsonString: string): SafeParseResult<UpdateProjectDataCacheBranchMatcher, SDKValidationError>;
|
|
2620
2870
|
/** @internal */
|
|
2621
2871
|
export declare const UpdateProjectDataCacheProjectsBuilds$inboundSchema: z.ZodType<UpdateProjectDataCacheProjectsBuilds, z.ZodTypeDef, unknown>;
|
|
2622
2872
|
/** @internal */
|
|
@@ -2816,19 +3066,19 @@ export declare namespace UpdateProjectDataCacheProjectsReadySubstate$ {
|
|
|
2816
3066
|
}>;
|
|
2817
3067
|
}
|
|
2818
3068
|
/** @internal */
|
|
2819
|
-
export declare const
|
|
3069
|
+
export declare const UpdateProjectDataCacheProjectsType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsType>;
|
|
2820
3070
|
/** @internal */
|
|
2821
|
-
export declare const
|
|
3071
|
+
export declare const UpdateProjectDataCacheProjectsType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsType>;
|
|
2822
3072
|
/**
|
|
2823
3073
|
* @internal
|
|
2824
3074
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2825
3075
|
*/
|
|
2826
|
-
export declare namespace
|
|
2827
|
-
/** @deprecated use `
|
|
3076
|
+
export declare namespace UpdateProjectDataCacheProjectsType$ {
|
|
3077
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsType$inboundSchema` instead. */
|
|
2828
3078
|
const inboundSchema: z.ZodNativeEnum<{
|
|
2829
3079
|
readonly Lambdas: "LAMBDAS";
|
|
2830
3080
|
}>;
|
|
2831
|
-
/** @deprecated use `
|
|
3081
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsType$outboundSchema` instead. */
|
|
2832
3082
|
const outboundSchema: z.ZodNativeEnum<{
|
|
2833
3083
|
readonly Lambdas: "LAMBDAS";
|
|
2834
3084
|
}>;
|
|
@@ -2843,7 +3093,7 @@ export type LatestDeployments$Outbound = {
|
|
|
2843
3093
|
aliasError?: UpdateProjectDataCacheProjectsAliasError$Outbound | null | undefined;
|
|
2844
3094
|
aliasFinal?: string | null | undefined;
|
|
2845
3095
|
automaticAliases?: Array<string> | undefined;
|
|
2846
|
-
branchMatcher?:
|
|
3096
|
+
branchMatcher?: UpdateProjectDataCacheBranchMatcher$Outbound | undefined;
|
|
2847
3097
|
buildingAt?: number | undefined;
|
|
2848
3098
|
builds?: Array<UpdateProjectDataCacheProjectsBuilds$Outbound> | undefined;
|
|
2849
3099
|
checksConclusion?: string | undefined;
|
|
@@ -3462,6 +3712,7 @@ export type Stages$Outbound = {
|
|
|
3462
3712
|
targetPercentage: number;
|
|
3463
3713
|
minutesToRelease?: number | undefined;
|
|
3464
3714
|
requireApproval?: boolean | undefined;
|
|
3715
|
+
duration?: number | undefined;
|
|
3465
3716
|
};
|
|
3466
3717
|
/** @internal */
|
|
3467
3718
|
export declare const Stages$outboundSchema: z.ZodType<Stages$Outbound, z.ZodTypeDef, Stages>;
|
|
@@ -3582,14 +3833,14 @@ export declare const UpdateProjectDataCacheDeploymentType$outboundSchema: z.ZodN
|
|
|
3582
3833
|
export declare namespace UpdateProjectDataCacheDeploymentType$ {
|
|
3583
3834
|
/** @deprecated use `UpdateProjectDataCacheDeploymentType$inboundSchema` instead. */
|
|
3584
3835
|
const inboundSchema: z.ZodNativeEnum<{
|
|
3585
|
-
readonly All: "all";
|
|
3586
3836
|
readonly Preview: "preview";
|
|
3837
|
+
readonly All: "all";
|
|
3587
3838
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
3588
3839
|
}>;
|
|
3589
3840
|
/** @deprecated use `UpdateProjectDataCacheDeploymentType$outboundSchema` instead. */
|
|
3590
3841
|
const outboundSchema: z.ZodNativeEnum<{
|
|
3591
|
-
readonly All: "all";
|
|
3592
3842
|
readonly Preview: "preview";
|
|
3843
|
+
readonly All: "all";
|
|
3593
3844
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
3594
3845
|
}>;
|
|
3595
3846
|
}
|
|
@@ -3659,21 +3910,21 @@ export declare namespace UpdateProjectDataCacheAliasError$ {
|
|
|
3659
3910
|
export declare function updateProjectDataCacheAliasErrorToJSON(updateProjectDataCacheAliasError: UpdateProjectDataCacheAliasError): string;
|
|
3660
3911
|
export declare function updateProjectDataCacheAliasErrorFromJSON(jsonString: string): SafeParseResult<UpdateProjectDataCacheAliasError, SDKValidationError>;
|
|
3661
3912
|
/** @internal */
|
|
3662
|
-
export declare const
|
|
3913
|
+
export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType>;
|
|
3663
3914
|
/** @internal */
|
|
3664
|
-
export declare const
|
|
3915
|
+
export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType>;
|
|
3665
3916
|
/**
|
|
3666
3917
|
* @internal
|
|
3667
3918
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3668
3919
|
*/
|
|
3669
|
-
export declare namespace
|
|
3670
|
-
/** @deprecated use `
|
|
3920
|
+
export declare namespace UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType$ {
|
|
3921
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema` instead. */
|
|
3671
3922
|
const inboundSchema: z.ZodNativeEnum<{
|
|
3672
3923
|
readonly EndsWith: "endsWith";
|
|
3673
3924
|
readonly StartsWith: "startsWith";
|
|
3674
3925
|
readonly Equals: "equals";
|
|
3675
3926
|
}>;
|
|
3676
|
-
/** @deprecated use `
|
|
3927
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema` instead. */
|
|
3677
3928
|
const outboundSchema: z.ZodNativeEnum<{
|
|
3678
3929
|
readonly EndsWith: "endsWith";
|
|
3679
3930
|
readonly StartsWith: "startsWith";
|
|
@@ -3681,28 +3932,28 @@ export declare namespace UpdateProjectDataCacheProjectsResponse200ApplicationJSO
|
|
|
3681
3932
|
}>;
|
|
3682
3933
|
}
|
|
3683
3934
|
/** @internal */
|
|
3684
|
-
export declare const
|
|
3935
|
+
export declare const UpdateProjectDataCacheProjectsBranchMatcher$inboundSchema: z.ZodType<UpdateProjectDataCacheProjectsBranchMatcher, z.ZodTypeDef, unknown>;
|
|
3685
3936
|
/** @internal */
|
|
3686
|
-
export type
|
|
3937
|
+
export type UpdateProjectDataCacheProjectsBranchMatcher$Outbound = {
|
|
3687
3938
|
type: string;
|
|
3688
3939
|
pattern: string;
|
|
3689
3940
|
};
|
|
3690
3941
|
/** @internal */
|
|
3691
|
-
export declare const
|
|
3942
|
+
export declare const UpdateProjectDataCacheProjectsBranchMatcher$outboundSchema: z.ZodType<UpdateProjectDataCacheProjectsBranchMatcher$Outbound, z.ZodTypeDef, UpdateProjectDataCacheProjectsBranchMatcher>;
|
|
3692
3943
|
/**
|
|
3693
3944
|
* @internal
|
|
3694
3945
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3695
3946
|
*/
|
|
3696
|
-
export declare namespace
|
|
3697
|
-
/** @deprecated use `
|
|
3698
|
-
const inboundSchema: z.ZodType<
|
|
3699
|
-
/** @deprecated use `
|
|
3700
|
-
const outboundSchema: z.ZodType<
|
|
3701
|
-
/** @deprecated use `
|
|
3702
|
-
type Outbound =
|
|
3947
|
+
export declare namespace UpdateProjectDataCacheProjectsBranchMatcher$ {
|
|
3948
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsBranchMatcher$inboundSchema` instead. */
|
|
3949
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheProjectsBranchMatcher, z.ZodTypeDef, unknown>;
|
|
3950
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsBranchMatcher$outboundSchema` instead. */
|
|
3951
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheProjectsBranchMatcher$Outbound, z.ZodTypeDef, UpdateProjectDataCacheProjectsBranchMatcher>;
|
|
3952
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsBranchMatcher$Outbound` instead. */
|
|
3953
|
+
type Outbound = UpdateProjectDataCacheProjectsBranchMatcher$Outbound;
|
|
3703
3954
|
}
|
|
3704
|
-
export declare function
|
|
3705
|
-
export declare function
|
|
3955
|
+
export declare function updateProjectDataCacheProjectsBranchMatcherToJSON(updateProjectDataCacheProjectsBranchMatcher: UpdateProjectDataCacheProjectsBranchMatcher): string;
|
|
3956
|
+
export declare function updateProjectDataCacheProjectsBranchMatcherFromJSON(jsonString: string): SafeParseResult<UpdateProjectDataCacheProjectsBranchMatcher, SDKValidationError>;
|
|
3706
3957
|
/** @internal */
|
|
3707
3958
|
export declare const UpdateProjectDataCacheBuilds$inboundSchema: z.ZodType<UpdateProjectDataCacheBuilds, z.ZodTypeDef, unknown>;
|
|
3708
3959
|
/** @internal */
|
|
@@ -3902,19 +4153,19 @@ export declare namespace UpdateProjectDataCacheReadySubstate$ {
|
|
|
3902
4153
|
}>;
|
|
3903
4154
|
}
|
|
3904
4155
|
/** @internal */
|
|
3905
|
-
export declare const
|
|
4156
|
+
export declare const UpdateProjectDataCacheProjectsResponseType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponseType>;
|
|
3906
4157
|
/** @internal */
|
|
3907
|
-
export declare const
|
|
4158
|
+
export declare const UpdateProjectDataCacheProjectsResponseType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponseType>;
|
|
3908
4159
|
/**
|
|
3909
4160
|
* @internal
|
|
3910
4161
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3911
4162
|
*/
|
|
3912
|
-
export declare namespace
|
|
3913
|
-
/** @deprecated use `
|
|
4163
|
+
export declare namespace UpdateProjectDataCacheProjectsResponseType$ {
|
|
4164
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsResponseType$inboundSchema` instead. */
|
|
3914
4165
|
const inboundSchema: z.ZodNativeEnum<{
|
|
3915
4166
|
readonly Lambdas: "LAMBDAS";
|
|
3916
4167
|
}>;
|
|
3917
|
-
/** @deprecated use `
|
|
4168
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsResponseType$outboundSchema` instead. */
|
|
3918
4169
|
const outboundSchema: z.ZodNativeEnum<{
|
|
3919
4170
|
readonly Lambdas: "LAMBDAS";
|
|
3920
4171
|
}>;
|
|
@@ -3929,7 +4180,7 @@ export type Targets$Outbound = {
|
|
|
3929
4180
|
aliasError?: UpdateProjectDataCacheAliasError$Outbound | null | undefined;
|
|
3930
4181
|
aliasFinal?: string | null | undefined;
|
|
3931
4182
|
automaticAliases?: Array<string> | undefined;
|
|
3932
|
-
branchMatcher?:
|
|
4183
|
+
branchMatcher?: UpdateProjectDataCacheProjectsBranchMatcher$Outbound | undefined;
|
|
3933
4184
|
buildingAt?: number | undefined;
|
|
3934
4185
|
builds?: Array<UpdateProjectDataCacheBuilds$Outbound> | undefined;
|
|
3935
4186
|
checksConclusion?: string | undefined;
|
|
@@ -4241,20 +4492,20 @@ export declare namespace JobStatus$ {
|
|
|
4241
4492
|
}>;
|
|
4242
4493
|
}
|
|
4243
4494
|
/** @internal */
|
|
4244
|
-
export declare const
|
|
4495
|
+
export declare const UpdateProjectDataCacheProjectsResponse200Type$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200Type>;
|
|
4245
4496
|
/** @internal */
|
|
4246
|
-
export declare const
|
|
4497
|
+
export declare const UpdateProjectDataCacheProjectsResponse200Type$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200Type>;
|
|
4247
4498
|
/**
|
|
4248
4499
|
* @internal
|
|
4249
4500
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4250
4501
|
*/
|
|
4251
|
-
export declare namespace
|
|
4252
|
-
/** @deprecated use `
|
|
4502
|
+
export declare namespace UpdateProjectDataCacheProjectsResponse200Type$ {
|
|
4503
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsResponse200Type$inboundSchema` instead. */
|
|
4253
4504
|
const inboundSchema: z.ZodNativeEnum<{
|
|
4254
4505
|
readonly Promote: "promote";
|
|
4255
4506
|
readonly Rollback: "rollback";
|
|
4256
4507
|
}>;
|
|
4257
|
-
/** @deprecated use `
|
|
4508
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsResponse200Type$outboundSchema` instead. */
|
|
4258
4509
|
const outboundSchema: z.ZodNativeEnum<{
|
|
4259
4510
|
readonly Promote: "promote";
|
|
4260
4511
|
readonly Rollback: "rollback";
|
|
@@ -4266,6 +4517,7 @@ export declare const LastAliasRequest$inboundSchema: z.ZodType<LastAliasRequest,
|
|
|
4266
4517
|
export type LastAliasRequest$Outbound = {
|
|
4267
4518
|
fromDeploymentId: string;
|
|
4268
4519
|
toDeploymentId: string;
|
|
4520
|
+
fromRollingReleaseId?: string | undefined;
|
|
4269
4521
|
jobStatus: string;
|
|
4270
4522
|
requestedAt: number;
|
|
4271
4523
|
type: string;
|
|
@@ -4287,19 +4539,19 @@ export declare namespace LastAliasRequest$ {
|
|
|
4287
4539
|
export declare function lastAliasRequestToJSON(lastAliasRequest: LastAliasRequest): string;
|
|
4288
4540
|
export declare function lastAliasRequestFromJSON(jsonString: string): SafeParseResult<LastAliasRequest, SDKValidationError>;
|
|
4289
4541
|
/** @internal */
|
|
4290
|
-
export declare const
|
|
4542
|
+
export declare const UpdateProjectDataCacheScope$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheScope>;
|
|
4291
4543
|
/** @internal */
|
|
4292
|
-
export declare const
|
|
4544
|
+
export declare const UpdateProjectDataCacheScope$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheScope>;
|
|
4293
4545
|
/**
|
|
4294
4546
|
* @internal
|
|
4295
4547
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4296
4548
|
*/
|
|
4297
|
-
export declare namespace
|
|
4298
|
-
/** @deprecated use `
|
|
4549
|
+
export declare namespace UpdateProjectDataCacheScope$ {
|
|
4550
|
+
/** @deprecated use `UpdateProjectDataCacheScope$inboundSchema` instead. */
|
|
4299
4551
|
const inboundSchema: z.ZodNativeEnum<{
|
|
4300
4552
|
readonly AutomationBypass: "automation-bypass";
|
|
4301
4553
|
}>;
|
|
4302
|
-
/** @deprecated use `
|
|
4554
|
+
/** @deprecated use `UpdateProjectDataCacheScope$outboundSchema` instead. */
|
|
4303
4555
|
const outboundSchema: z.ZodNativeEnum<{
|
|
4304
4556
|
readonly AutomationBypass: "automation-bypass";
|
|
4305
4557
|
}>;
|
|
@@ -4339,17 +4591,17 @@ export declare const UpdateProjectDataCacheTrustedIpsDeploymentType$outboundSche
|
|
|
4339
4591
|
export declare namespace UpdateProjectDataCacheTrustedIpsDeploymentType$ {
|
|
4340
4592
|
/** @deprecated use `UpdateProjectDataCacheTrustedIpsDeploymentType$inboundSchema` instead. */
|
|
4341
4593
|
const inboundSchema: z.ZodNativeEnum<{
|
|
4342
|
-
readonly
|
|
4594
|
+
readonly Production: "production";
|
|
4343
4595
|
readonly Preview: "preview";
|
|
4596
|
+
readonly All: "all";
|
|
4344
4597
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
4345
|
-
readonly Production: "production";
|
|
4346
4598
|
}>;
|
|
4347
4599
|
/** @deprecated use `UpdateProjectDataCacheTrustedIpsDeploymentType$outboundSchema` instead. */
|
|
4348
4600
|
const outboundSchema: z.ZodNativeEnum<{
|
|
4349
|
-
readonly
|
|
4601
|
+
readonly Production: "production";
|
|
4350
4602
|
readonly Preview: "preview";
|
|
4603
|
+
readonly All: "all";
|
|
4351
4604
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
4352
|
-
readonly Production: "production";
|
|
4353
4605
|
}>;
|
|
4354
4606
|
}
|
|
4355
4607
|
/** @internal */
|
|
@@ -4385,17 +4637,17 @@ export declare const TrustedIpsDeploymentType$outboundSchema: z.ZodNativeEnum<ty
|
|
|
4385
4637
|
export declare namespace TrustedIpsDeploymentType$ {
|
|
4386
4638
|
/** @deprecated use `TrustedIpsDeploymentType$inboundSchema` instead. */
|
|
4387
4639
|
const inboundSchema: z.ZodNativeEnum<{
|
|
4388
|
-
readonly
|
|
4640
|
+
readonly Production: "production";
|
|
4389
4641
|
readonly Preview: "preview";
|
|
4642
|
+
readonly All: "all";
|
|
4390
4643
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
4391
|
-
readonly Production: "production";
|
|
4392
4644
|
}>;
|
|
4393
4645
|
/** @deprecated use `TrustedIpsDeploymentType$outboundSchema` instead. */
|
|
4394
4646
|
const outboundSchema: z.ZodNativeEnum<{
|
|
4395
|
-
readonly
|
|
4647
|
+
readonly Production: "production";
|
|
4396
4648
|
readonly Preview: "preview";
|
|
4649
|
+
readonly All: "all";
|
|
4397
4650
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
4398
|
-
readonly Production: "production";
|
|
4399
4651
|
}>;
|
|
4400
4652
|
}
|
|
4401
4653
|
/** @internal */
|