@vercel/sdk 1.6.7 → 1.6.9
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 +17 -29
- package/bin/mcp-server.js +2689 -996
- package/bin/mcp-server.js.map +33 -30
- 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 +13 -15
- 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/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/models/authuser.d.ts +0 -8
- package/esm/models/authuser.d.ts.map +1 -1
- package/esm/models/authuser.js +0 -3
- 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/createprojectenvop.d.ts +6 -6
- package/esm/models/createprojectenvop.js +2 -2
- package/esm/models/createprojectenvop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +337 -80
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +256 -78
- 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/editprojectenvop.d.ts +3 -3
- package/esm/models/editprojectenvop.js +1 -1
- package/esm/models/editprojectenvop.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/getbypassipop.d.ts +28 -28
- package/esm/models/getbypassipop.d.ts.map +1 -1
- package/esm/models/getbypassipop.js +28 -28
- package/esm/models/getbypassipop.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 +342 -95
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +285 -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/removeprojectenvop.d.ts +9 -9
- package/esm/models/removeprojectenvop.js +3 -3
- package/esm/models/removeprojectenvop.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 +358 -111
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +309 -135
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +420 -104
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +342 -114
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/userevent.d.ts +161 -86
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +139 -64
- package/esm/models/userevent.js.map +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 +13 -15
- package/src/__tests__/vercel.test.ts +26 -0
- package/src/funcs/marketplaceUpdateResourceSecretsById.ts +2 -2
- package/src/funcs/patchAliasesIdProtectionBypass.ts +185 -0
- 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/models/authuser.ts +0 -8
- package/src/models/canceldeploymentop.ts +503 -43
- package/src/models/createcustomenvironmentop.ts +426 -4
- package/src/models/createdeploymentop.ts +640 -117
- package/src/models/createprojectenvop.ts +2 -2
- package/src/models/createprojectop.ts +658 -201
- package/src/models/createrecordop.ts +96 -84
- package/src/models/editprojectenvop.ts +1 -1
- package/src/models/getaliasop.ts +16 -14
- package/src/models/getbypassipop.ts +56 -56
- 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 +630 -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/removeprojectenvop.ts +3 -3
- package/src/models/updatecustomenvironmentop.ts +437 -4
- package/src/models/updateprojectdatacacheop.ts +731 -271
- package/src/models/updateprojectop.ts +786 -197
- package/src/models/userevent.ts +246 -121
- package/src/sdk/sdk.ts +18 -1
- package/vercel-spec.json +2609 -140
|
@@ -198,6 +198,25 @@ export type UpdateProjectPaths = {
|
|
|
198
198
|
export type UpdateProjectOptionsAllowlist = {
|
|
199
199
|
paths: Array<UpdateProjectPaths>;
|
|
200
200
|
};
|
|
201
|
+
export type ConnectConfigurations1 = {
|
|
202
|
+
/**
|
|
203
|
+
* The ID of the environment
|
|
204
|
+
*/
|
|
205
|
+
envId: string;
|
|
206
|
+
/**
|
|
207
|
+
* The ID of the Secure Compute network
|
|
208
|
+
*/
|
|
209
|
+
connectConfigurationId: string;
|
|
210
|
+
/**
|
|
211
|
+
* Whether the configuration should be passive, meaning builds will not run there and only passive Serverless Functions will be deployed
|
|
212
|
+
*/
|
|
213
|
+
passive: boolean;
|
|
214
|
+
/**
|
|
215
|
+
* Flag saying if project builds should use Secure Compute
|
|
216
|
+
*/
|
|
217
|
+
buildsEnabled: boolean;
|
|
218
|
+
};
|
|
219
|
+
export type ConnectConfigurations = ConnectConfigurations1;
|
|
201
220
|
export type UpdateProjectRequestBody = {
|
|
202
221
|
autoExposeSystemEnvs?: boolean | undefined;
|
|
203
222
|
autoAssignCustomDomains?: boolean | undefined;
|
|
@@ -311,6 +330,10 @@ export type UpdateProjectRequestBody = {
|
|
|
311
330
|
* Specify a list of paths that should not be protected by Deployment Protection to enable Cors preflight requests
|
|
312
331
|
*/
|
|
313
332
|
optionsAllowlist?: UpdateProjectOptionsAllowlist | null | undefined;
|
|
333
|
+
/**
|
|
334
|
+
* The list of connections from project environment to Secure Compute network
|
|
335
|
+
*/
|
|
336
|
+
connectConfigurations?: Array<ConnectConfigurations1> | null | undefined;
|
|
314
337
|
};
|
|
315
338
|
export type UpdateProjectRequest = {
|
|
316
339
|
/**
|
|
@@ -395,10 +418,10 @@ export type UpdateProjectTarget2 = ClosedEnum<typeof UpdateProjectTarget2>;
|
|
|
395
418
|
export type UpdateProjectTarget = Array<string> | UpdateProjectTarget2;
|
|
396
419
|
export declare const UpdateProjectType: {
|
|
397
420
|
readonly System: "system";
|
|
421
|
+
readonly Secret: "secret";
|
|
398
422
|
readonly Encrypted: "encrypted";
|
|
399
423
|
readonly Plain: "plain";
|
|
400
424
|
readonly Sensitive: "sensitive";
|
|
401
|
-
readonly Secret: "secret";
|
|
402
425
|
};
|
|
403
426
|
export type UpdateProjectType = ClosedEnum<typeof UpdateProjectType>;
|
|
404
427
|
export declare const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type: {
|
|
@@ -525,15 +548,15 @@ export type UpdateProjectContentHint1 = {
|
|
|
525
548
|
storeId: string;
|
|
526
549
|
};
|
|
527
550
|
export type UpdateProjectContentHint = UpdateProjectContentHint1 | UpdateProjectContentHint2 | UpdateProjectContentHint3 | UpdateProjectContentHint4 | UpdateProjectContentHint5 | UpdateProjectContentHint6 | UpdateProjectContentHint7 | UpdateProjectContentHint8 | UpdateProjectContentHint9 | UpdateProjectContentHint10 | UpdateProjectContentHint11 | UpdateProjectContentHint12 | UpdateProjectContentHint13 | UpdateProjectContentHint15 | UpdateProjectContentHint14;
|
|
528
|
-
export declare const
|
|
551
|
+
export declare const UpdateProjectProjectsResponse200ApplicationJSONResponseBodyType: {
|
|
529
552
|
readonly FlagsSecret: "flags-secret";
|
|
530
553
|
};
|
|
531
|
-
export type
|
|
554
|
+
export type UpdateProjectProjectsResponse200ApplicationJSONResponseBodyType = ClosedEnum<typeof UpdateProjectProjectsResponse200ApplicationJSONResponseBodyType>;
|
|
532
555
|
/**
|
|
533
556
|
* Similar to `contentHints`, but should not be exposed to the user.
|
|
534
557
|
*/
|
|
535
558
|
export type UpdateProjectInternalContentHint = {
|
|
536
|
-
type:
|
|
559
|
+
type: UpdateProjectProjectsResponse200ApplicationJSONResponseBodyType;
|
|
537
560
|
/**
|
|
538
561
|
* Contains the `value` of the env variable, encrypted with a special key to make decryption possible in the subscriber Lambda.
|
|
539
562
|
*/
|
|
@@ -567,7 +590,115 @@ export type UpdateProjectEnv = {
|
|
|
567
590
|
comment?: string | undefined;
|
|
568
591
|
customEnvironmentIds?: Array<string> | undefined;
|
|
569
592
|
};
|
|
570
|
-
|
|
593
|
+
/**
|
|
594
|
+
* The type of environment (production, preview, or development)
|
|
595
|
+
*/
|
|
596
|
+
export declare const UpdateProjectProjectsType: {
|
|
597
|
+
readonly Production: "production";
|
|
598
|
+
readonly Preview: "preview";
|
|
599
|
+
readonly Development: "development";
|
|
600
|
+
};
|
|
601
|
+
/**
|
|
602
|
+
* The type of environment (production, preview, or development)
|
|
603
|
+
*/
|
|
604
|
+
export type UpdateProjectProjectsType = ClosedEnum<typeof UpdateProjectProjectsType>;
|
|
605
|
+
/**
|
|
606
|
+
* The type of matching to perform
|
|
607
|
+
*/
|
|
608
|
+
export declare const UpdateProjectProjectsResponse200ApplicationJSONResponseBodyCustomEnvironmentsType: {
|
|
609
|
+
readonly EndsWith: "endsWith";
|
|
610
|
+
readonly StartsWith: "startsWith";
|
|
611
|
+
readonly Equals: "equals";
|
|
612
|
+
};
|
|
613
|
+
/**
|
|
614
|
+
* The type of matching to perform
|
|
615
|
+
*/
|
|
616
|
+
export type UpdateProjectProjectsResponse200ApplicationJSONResponseBodyCustomEnvironmentsType = ClosedEnum<typeof UpdateProjectProjectsResponse200ApplicationJSONResponseBodyCustomEnvironmentsType>;
|
|
617
|
+
/**
|
|
618
|
+
* Configuration for matching git branches to this environment
|
|
619
|
+
*/
|
|
620
|
+
export type UpdateProjectBranchMatcher = {
|
|
621
|
+
/**
|
|
622
|
+
* The type of matching to perform
|
|
623
|
+
*/
|
|
624
|
+
type: UpdateProjectProjectsResponse200ApplicationJSONResponseBodyCustomEnvironmentsType;
|
|
625
|
+
/**
|
|
626
|
+
* The pattern to match against branch names
|
|
627
|
+
*/
|
|
628
|
+
pattern: string;
|
|
629
|
+
};
|
|
630
|
+
/**
|
|
631
|
+
* 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`.
|
|
632
|
+
*/
|
|
633
|
+
export type UpdateProjectVerification = {
|
|
634
|
+
type: string;
|
|
635
|
+
domain: string;
|
|
636
|
+
value: string;
|
|
637
|
+
reason: string;
|
|
638
|
+
};
|
|
639
|
+
/**
|
|
640
|
+
* List of domains associated with this environment
|
|
641
|
+
*/
|
|
642
|
+
export type UpdateProjectDomains = {
|
|
643
|
+
name: string;
|
|
644
|
+
apexName: string;
|
|
645
|
+
projectId: string;
|
|
646
|
+
redirect?: string | null | undefined;
|
|
647
|
+
redirectStatusCode?: number | null | undefined;
|
|
648
|
+
gitBranch?: string | null | undefined;
|
|
649
|
+
customEnvironmentId?: string | null | undefined;
|
|
650
|
+
updatedAt?: number | undefined;
|
|
651
|
+
createdAt?: number | undefined;
|
|
652
|
+
/**
|
|
653
|
+
* `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.
|
|
654
|
+
*/
|
|
655
|
+
verified: boolean;
|
|
656
|
+
/**
|
|
657
|
+
* 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`.
|
|
658
|
+
*/
|
|
659
|
+
verification?: Array<UpdateProjectVerification> | undefined;
|
|
660
|
+
};
|
|
661
|
+
/**
|
|
662
|
+
* Internal representation of a custom environment with all required properties
|
|
663
|
+
*/
|
|
664
|
+
export type UpdateProjectCustomEnvironments = {
|
|
665
|
+
/**
|
|
666
|
+
* Unique identifier for the custom environment (format: env_*)
|
|
667
|
+
*/
|
|
668
|
+
id: string;
|
|
669
|
+
/**
|
|
670
|
+
* URL-friendly name of the environment
|
|
671
|
+
*/
|
|
672
|
+
slug: string;
|
|
673
|
+
/**
|
|
674
|
+
* The type of environment (production, preview, or development)
|
|
675
|
+
*/
|
|
676
|
+
type: UpdateProjectProjectsType;
|
|
677
|
+
/**
|
|
678
|
+
* Optional description of the environment's purpose
|
|
679
|
+
*/
|
|
680
|
+
description?: string | undefined;
|
|
681
|
+
/**
|
|
682
|
+
* Configuration for matching git branches to this environment
|
|
683
|
+
*/
|
|
684
|
+
branchMatcher?: UpdateProjectBranchMatcher | undefined;
|
|
685
|
+
/**
|
|
686
|
+
* List of domains associated with this environment
|
|
687
|
+
*/
|
|
688
|
+
domains?: Array<UpdateProjectDomains> | undefined;
|
|
689
|
+
/**
|
|
690
|
+
* List of aliases for the current deployment
|
|
691
|
+
*/
|
|
692
|
+
currentDeploymentAliases?: Array<string> | undefined;
|
|
693
|
+
/**
|
|
694
|
+
* Timestamp when the environment was created
|
|
695
|
+
*/
|
|
696
|
+
createdAt: number;
|
|
697
|
+
/**
|
|
698
|
+
* Timestamp when the environment was last updated
|
|
699
|
+
*/
|
|
700
|
+
updatedAt: number;
|
|
701
|
+
};
|
|
571
702
|
export declare const UpdateProjectProjectsFramework: {
|
|
572
703
|
readonly Blitzjs: "blitzjs";
|
|
573
704
|
readonly Nextjs: "nextjs";
|
|
@@ -629,7 +760,7 @@ export type UpdateProjectAliasError = {
|
|
|
629
760
|
/**
|
|
630
761
|
* The type of matching to perform
|
|
631
762
|
*/
|
|
632
|
-
export declare const
|
|
763
|
+
export declare const UpdateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType: {
|
|
633
764
|
readonly EndsWith: "endsWith";
|
|
634
765
|
readonly StartsWith: "startsWith";
|
|
635
766
|
readonly Equals: "equals";
|
|
@@ -637,12 +768,12 @@ export declare const UpdateProjectProjectsResponse200ApplicationJSONResponseBody
|
|
|
637
768
|
/**
|
|
638
769
|
* The type of matching to perform
|
|
639
770
|
*/
|
|
640
|
-
export type
|
|
641
|
-
export type
|
|
771
|
+
export type UpdateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType = ClosedEnum<typeof UpdateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType>;
|
|
772
|
+
export type UpdateProjectProjectsBranchMatcher = {
|
|
642
773
|
/**
|
|
643
774
|
* The type of matching to perform
|
|
644
775
|
*/
|
|
645
|
-
type:
|
|
776
|
+
type: UpdateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType;
|
|
646
777
|
/**
|
|
647
778
|
* The pattern to match against branch names
|
|
648
779
|
*/
|
|
@@ -705,10 +836,10 @@ export declare const UpdateProjectReadySubstate: {
|
|
|
705
836
|
readonly Promoted: "PROMOTED";
|
|
706
837
|
};
|
|
707
838
|
export type UpdateProjectReadySubstate = ClosedEnum<typeof UpdateProjectReadySubstate>;
|
|
708
|
-
export declare const
|
|
839
|
+
export declare const UpdateProjectProjectsResponseType: {
|
|
709
840
|
readonly Lambdas: "LAMBDAS";
|
|
710
841
|
};
|
|
711
|
-
export type
|
|
842
|
+
export type UpdateProjectProjectsResponseType = ClosedEnum<typeof UpdateProjectProjectsResponseType>;
|
|
712
843
|
export type UpdateProjectLatestDeployments = {
|
|
713
844
|
id: string;
|
|
714
845
|
alias?: Array<string> | undefined;
|
|
@@ -716,7 +847,7 @@ export type UpdateProjectLatestDeployments = {
|
|
|
716
847
|
aliasError?: UpdateProjectAliasError | null | undefined;
|
|
717
848
|
aliasFinal?: string | null | undefined;
|
|
718
849
|
automaticAliases?: Array<string> | undefined;
|
|
719
|
-
branchMatcher?:
|
|
850
|
+
branchMatcher?: UpdateProjectProjectsBranchMatcher | undefined;
|
|
720
851
|
buildingAt?: number | undefined;
|
|
721
852
|
builds?: Array<UpdateProjectBuilds> | undefined;
|
|
722
853
|
checksConclusion?: UpdateProjectChecksConclusion | undefined;
|
|
@@ -747,7 +878,7 @@ export type UpdateProjectLatestDeployments = {
|
|
|
747
878
|
requestedAt?: number | undefined;
|
|
748
879
|
target?: string | null | undefined;
|
|
749
880
|
teamId?: string | null | undefined;
|
|
750
|
-
type:
|
|
881
|
+
type: UpdateProjectProjectsResponseType;
|
|
751
882
|
url: string;
|
|
752
883
|
userId: string;
|
|
753
884
|
withCache?: boolean | undefined;
|
|
@@ -986,8 +1117,8 @@ export type UpdateProjectDefaultResourceConfig = {
|
|
|
986
1117
|
buildMachineType?: UpdateProjectProjectsBuildMachineType | undefined;
|
|
987
1118
|
};
|
|
988
1119
|
export declare const UpdateProjectProjectsResponseDeploymentType: {
|
|
989
|
-
readonly All: "all";
|
|
990
1120
|
readonly Preview: "preview";
|
|
1121
|
+
readonly All: "all";
|
|
991
1122
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
992
1123
|
};
|
|
993
1124
|
export type UpdateProjectProjectsResponseDeploymentType = ClosedEnum<typeof UpdateProjectProjectsResponseDeploymentType>;
|
|
@@ -1002,7 +1133,7 @@ export type UpdateProjectProjectsAliasError = {
|
|
|
1002
1133
|
/**
|
|
1003
1134
|
* The type of matching to perform
|
|
1004
1135
|
*/
|
|
1005
|
-
export declare const
|
|
1136
|
+
export declare const UpdateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType: {
|
|
1006
1137
|
readonly EndsWith: "endsWith";
|
|
1007
1138
|
readonly StartsWith: "startsWith";
|
|
1008
1139
|
readonly Equals: "equals";
|
|
@@ -1010,12 +1141,12 @@ export declare const UpdateProjectProjectsResponse200ApplicationJSONType: {
|
|
|
1010
1141
|
/**
|
|
1011
1142
|
* The type of matching to perform
|
|
1012
1143
|
*/
|
|
1013
|
-
export type
|
|
1014
|
-
export type
|
|
1144
|
+
export type UpdateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType = ClosedEnum<typeof UpdateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType>;
|
|
1145
|
+
export type UpdateProjectProjectsResponseBranchMatcher = {
|
|
1015
1146
|
/**
|
|
1016
1147
|
* The type of matching to perform
|
|
1017
1148
|
*/
|
|
1018
|
-
type:
|
|
1149
|
+
type: UpdateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType;
|
|
1019
1150
|
/**
|
|
1020
1151
|
* The pattern to match against branch names
|
|
1021
1152
|
*/
|
|
@@ -1078,10 +1209,10 @@ export declare const UpdateProjectProjectsReadySubstate: {
|
|
|
1078
1209
|
readonly Promoted: "PROMOTED";
|
|
1079
1210
|
};
|
|
1080
1211
|
export type UpdateProjectProjectsReadySubstate = ClosedEnum<typeof UpdateProjectProjectsReadySubstate>;
|
|
1081
|
-
export declare const
|
|
1212
|
+
export declare const UpdateProjectProjectsResponse200Type: {
|
|
1082
1213
|
readonly Lambdas: "LAMBDAS";
|
|
1083
1214
|
};
|
|
1084
|
-
export type
|
|
1215
|
+
export type UpdateProjectProjectsResponse200Type = ClosedEnum<typeof UpdateProjectProjectsResponse200Type>;
|
|
1085
1216
|
export type UpdateProjectTargets = {
|
|
1086
1217
|
id: string;
|
|
1087
1218
|
alias?: Array<string> | undefined;
|
|
@@ -1089,7 +1220,7 @@ export type UpdateProjectTargets = {
|
|
|
1089
1220
|
aliasError?: UpdateProjectProjectsAliasError | null | undefined;
|
|
1090
1221
|
aliasFinal?: string | null | undefined;
|
|
1091
1222
|
automaticAliases?: Array<string> | undefined;
|
|
1092
|
-
branchMatcher?:
|
|
1223
|
+
branchMatcher?: UpdateProjectProjectsResponseBranchMatcher | undefined;
|
|
1093
1224
|
buildingAt?: number | undefined;
|
|
1094
1225
|
builds?: Array<UpdateProjectProjectsBuilds> | undefined;
|
|
1095
1226
|
checksConclusion?: UpdateProjectProjectsChecksConclusion | undefined;
|
|
@@ -1120,7 +1251,7 @@ export type UpdateProjectTargets = {
|
|
|
1120
1251
|
requestedAt?: number | undefined;
|
|
1121
1252
|
target?: string | null | undefined;
|
|
1122
1253
|
teamId?: string | null | undefined;
|
|
1123
|
-
type:
|
|
1254
|
+
type: UpdateProjectProjectsResponse200Type;
|
|
1124
1255
|
url: string;
|
|
1125
1256
|
userId: string;
|
|
1126
1257
|
withCache?: boolean | undefined;
|
|
@@ -1331,17 +1462,21 @@ export declare const UpdateProjectJobStatus: {
|
|
|
1331
1462
|
readonly InProgress: "in-progress";
|
|
1332
1463
|
};
|
|
1333
1464
|
export type UpdateProjectJobStatus = ClosedEnum<typeof UpdateProjectJobStatus>;
|
|
1334
|
-
export declare const
|
|
1465
|
+
export declare const UpdateProjectProjectsResponse200ApplicationJSONType: {
|
|
1335
1466
|
readonly Promote: "promote";
|
|
1336
1467
|
readonly Rollback: "rollback";
|
|
1337
1468
|
};
|
|
1338
|
-
export type
|
|
1469
|
+
export type UpdateProjectProjectsResponse200ApplicationJSONType = ClosedEnum<typeof UpdateProjectProjectsResponse200ApplicationJSONType>;
|
|
1339
1470
|
export type UpdateProjectLastAliasRequest = {
|
|
1340
1471
|
fromDeploymentId: string;
|
|
1341
1472
|
toDeploymentId: string;
|
|
1473
|
+
/**
|
|
1474
|
+
* If rolling back from a rolling release, fromDeploymentId captures the "base" of that rolling release, and fromRollingReleaseId captures the "target" of that rolling release.
|
|
1475
|
+
*/
|
|
1476
|
+
fromRollingReleaseId?: string | undefined;
|
|
1342
1477
|
jobStatus: UpdateProjectJobStatus;
|
|
1343
1478
|
requestedAt: number;
|
|
1344
|
-
type:
|
|
1479
|
+
type: UpdateProjectProjectsResponse200ApplicationJSONType;
|
|
1345
1480
|
};
|
|
1346
1481
|
export declare const UpdateProjectScope: {
|
|
1347
1482
|
readonly AutomationBypass: "automation-bypass";
|
|
@@ -1353,20 +1488,20 @@ export type UpdateProjectProtectionBypass = {
|
|
|
1353
1488
|
scope: UpdateProjectScope;
|
|
1354
1489
|
};
|
|
1355
1490
|
export declare const UpdateProjectTrustedIpsProjectsDeploymentType: {
|
|
1356
|
-
readonly
|
|
1491
|
+
readonly Production: "production";
|
|
1357
1492
|
readonly Preview: "preview";
|
|
1493
|
+
readonly All: "all";
|
|
1358
1494
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
1359
|
-
readonly Production: "production";
|
|
1360
1495
|
};
|
|
1361
1496
|
export type UpdateProjectTrustedIpsProjectsDeploymentType = ClosedEnum<typeof UpdateProjectTrustedIpsProjectsDeploymentType>;
|
|
1362
1497
|
export type UpdateProjectTrustedIps2 = {
|
|
1363
1498
|
deploymentType: UpdateProjectTrustedIpsProjectsDeploymentType;
|
|
1364
1499
|
};
|
|
1365
1500
|
export declare const UpdateProjectTrustedIpsDeploymentType: {
|
|
1366
|
-
readonly
|
|
1501
|
+
readonly Production: "production";
|
|
1367
1502
|
readonly Preview: "preview";
|
|
1503
|
+
readonly All: "all";
|
|
1368
1504
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
1369
|
-
readonly Production: "production";
|
|
1370
1505
|
};
|
|
1371
1506
|
export type UpdateProjectTrustedIpsDeploymentType = ClosedEnum<typeof UpdateProjectTrustedIpsDeploymentType>;
|
|
1372
1507
|
export type UpdateProjectTrustedIpsAddresses = {
|
|
@@ -1433,8 +1568,8 @@ export type UpdateProjectSrc2 = {
|
|
|
1433
1568
|
};
|
|
1434
1569
|
export type UpdateProjectSrc = UpdateProjectSrc2 | string;
|
|
1435
1570
|
export declare const UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType: {
|
|
1436
|
-
readonly Path: "path";
|
|
1437
1571
|
readonly Host: "host";
|
|
1572
|
+
readonly Path: "path";
|
|
1438
1573
|
readonly Method: "method";
|
|
1439
1574
|
readonly Header: "header";
|
|
1440
1575
|
readonly Cookie: "cookie";
|
|
@@ -1467,8 +1602,8 @@ export type UpdateProjectHas = {
|
|
|
1467
1602
|
value?: UpdateProjectValue2 | string | undefined;
|
|
1468
1603
|
};
|
|
1469
1604
|
export declare const UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType: {
|
|
1470
|
-
readonly Path: "path";
|
|
1471
1605
|
readonly Host: "host";
|
|
1606
|
+
readonly Path: "path";
|
|
1472
1607
|
readonly Method: "method";
|
|
1473
1608
|
readonly Header: "header";
|
|
1474
1609
|
readonly Cookie: "cookie";
|
|
@@ -2076,6 +2211,51 @@ export declare namespace UpdateProjectOptionsAllowlist$ {
|
|
|
2076
2211
|
export declare function updateProjectOptionsAllowlistToJSON(updateProjectOptionsAllowlist: UpdateProjectOptionsAllowlist): string;
|
|
2077
2212
|
export declare function updateProjectOptionsAllowlistFromJSON(jsonString: string): SafeParseResult<UpdateProjectOptionsAllowlist, SDKValidationError>;
|
|
2078
2213
|
/** @internal */
|
|
2214
|
+
export declare const ConnectConfigurations1$inboundSchema: z.ZodType<ConnectConfigurations1, z.ZodTypeDef, unknown>;
|
|
2215
|
+
/** @internal */
|
|
2216
|
+
export type ConnectConfigurations1$Outbound = {
|
|
2217
|
+
envId: string;
|
|
2218
|
+
connectConfigurationId: string;
|
|
2219
|
+
passive: boolean;
|
|
2220
|
+
buildsEnabled: boolean;
|
|
2221
|
+
};
|
|
2222
|
+
/** @internal */
|
|
2223
|
+
export declare const ConnectConfigurations1$outboundSchema: z.ZodType<ConnectConfigurations1$Outbound, z.ZodTypeDef, ConnectConfigurations1>;
|
|
2224
|
+
/**
|
|
2225
|
+
* @internal
|
|
2226
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2227
|
+
*/
|
|
2228
|
+
export declare namespace ConnectConfigurations1$ {
|
|
2229
|
+
/** @deprecated use `ConnectConfigurations1$inboundSchema` instead. */
|
|
2230
|
+
const inboundSchema: z.ZodType<ConnectConfigurations1, z.ZodTypeDef, unknown>;
|
|
2231
|
+
/** @deprecated use `ConnectConfigurations1$outboundSchema` instead. */
|
|
2232
|
+
const outboundSchema: z.ZodType<ConnectConfigurations1$Outbound, z.ZodTypeDef, ConnectConfigurations1>;
|
|
2233
|
+
/** @deprecated use `ConnectConfigurations1$Outbound` instead. */
|
|
2234
|
+
type Outbound = ConnectConfigurations1$Outbound;
|
|
2235
|
+
}
|
|
2236
|
+
export declare function connectConfigurations1ToJSON(connectConfigurations1: ConnectConfigurations1): string;
|
|
2237
|
+
export declare function connectConfigurations1FromJSON(jsonString: string): SafeParseResult<ConnectConfigurations1, SDKValidationError>;
|
|
2238
|
+
/** @internal */
|
|
2239
|
+
export declare const ConnectConfigurations$inboundSchema: z.ZodType<ConnectConfigurations, z.ZodTypeDef, unknown>;
|
|
2240
|
+
/** @internal */
|
|
2241
|
+
export type ConnectConfigurations$Outbound = ConnectConfigurations1$Outbound;
|
|
2242
|
+
/** @internal */
|
|
2243
|
+
export declare const ConnectConfigurations$outboundSchema: z.ZodType<ConnectConfigurations$Outbound, z.ZodTypeDef, ConnectConfigurations>;
|
|
2244
|
+
/**
|
|
2245
|
+
* @internal
|
|
2246
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2247
|
+
*/
|
|
2248
|
+
export declare namespace ConnectConfigurations$ {
|
|
2249
|
+
/** @deprecated use `ConnectConfigurations$inboundSchema` instead. */
|
|
2250
|
+
const inboundSchema: z.ZodType<ConnectConfigurations1, z.ZodTypeDef, unknown>;
|
|
2251
|
+
/** @deprecated use `ConnectConfigurations$outboundSchema` instead. */
|
|
2252
|
+
const outboundSchema: z.ZodType<ConnectConfigurations1$Outbound, z.ZodTypeDef, ConnectConfigurations1>;
|
|
2253
|
+
/** @deprecated use `ConnectConfigurations$Outbound` instead. */
|
|
2254
|
+
type Outbound = ConnectConfigurations$Outbound;
|
|
2255
|
+
}
|
|
2256
|
+
export declare function connectConfigurationsToJSON(connectConfigurations: ConnectConfigurations): string;
|
|
2257
|
+
export declare function connectConfigurationsFromJSON(jsonString: string): SafeParseResult<ConnectConfigurations, SDKValidationError>;
|
|
2258
|
+
/** @internal */
|
|
2079
2259
|
export declare const UpdateProjectRequestBody$inboundSchema: z.ZodType<UpdateProjectRequestBody, z.ZodTypeDef, unknown>;
|
|
2080
2260
|
/** @internal */
|
|
2081
2261
|
export type UpdateProjectRequestBody$Outbound = {
|
|
@@ -2111,6 +2291,7 @@ export type UpdateProjectRequestBody$Outbound = {
|
|
|
2111
2291
|
ssoProtection?: UpdateProjectSsoProtection$Outbound | null | undefined;
|
|
2112
2292
|
trustedIps?: UpdateProjectTrustedIps$Outbound | null | undefined;
|
|
2113
2293
|
optionsAllowlist?: UpdateProjectOptionsAllowlist$Outbound | null | undefined;
|
|
2294
|
+
connectConfigurations?: Array<ConnectConfigurations1$Outbound> | null | undefined;
|
|
2114
2295
|
};
|
|
2115
2296
|
/** @internal */
|
|
2116
2297
|
export declare const UpdateProjectRequestBody$outboundSchema: z.ZodType<UpdateProjectRequestBody$Outbound, z.ZodTypeDef, UpdateProjectRequestBody>;
|
|
@@ -2362,18 +2543,18 @@ export declare namespace UpdateProjectType$ {
|
|
|
2362
2543
|
/** @deprecated use `UpdateProjectType$inboundSchema` instead. */
|
|
2363
2544
|
const inboundSchema: z.ZodNativeEnum<{
|
|
2364
2545
|
readonly System: "system";
|
|
2546
|
+
readonly Secret: "secret";
|
|
2365
2547
|
readonly Encrypted: "encrypted";
|
|
2366
2548
|
readonly Plain: "plain";
|
|
2367
2549
|
readonly Sensitive: "sensitive";
|
|
2368
|
-
readonly Secret: "secret";
|
|
2369
2550
|
}>;
|
|
2370
2551
|
/** @deprecated use `UpdateProjectType$outboundSchema` instead. */
|
|
2371
2552
|
const outboundSchema: z.ZodNativeEnum<{
|
|
2372
2553
|
readonly System: "system";
|
|
2554
|
+
readonly Secret: "secret";
|
|
2373
2555
|
readonly Encrypted: "encrypted";
|
|
2374
2556
|
readonly Plain: "plain";
|
|
2375
2557
|
readonly Sensitive: "sensitive";
|
|
2376
|
-
readonly Secret: "secret";
|
|
2377
2558
|
}>;
|
|
2378
2559
|
}
|
|
2379
2560
|
/** @internal */
|
|
@@ -3015,19 +3196,19 @@ export declare namespace UpdateProjectContentHint$ {
|
|
|
3015
3196
|
export declare function updateProjectContentHintToJSON(updateProjectContentHint: UpdateProjectContentHint): string;
|
|
3016
3197
|
export declare function updateProjectContentHintFromJSON(jsonString: string): SafeParseResult<UpdateProjectContentHint, SDKValidationError>;
|
|
3017
3198
|
/** @internal */
|
|
3018
|
-
export declare const
|
|
3199
|
+
export declare const UpdateProjectProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsResponse200ApplicationJSONResponseBodyType>;
|
|
3019
3200
|
/** @internal */
|
|
3020
|
-
export declare const
|
|
3201
|
+
export declare const UpdateProjectProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsResponse200ApplicationJSONResponseBodyType>;
|
|
3021
3202
|
/**
|
|
3022
3203
|
* @internal
|
|
3023
3204
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3024
3205
|
*/
|
|
3025
|
-
export declare namespace
|
|
3026
|
-
/** @deprecated use `
|
|
3206
|
+
export declare namespace UpdateProjectProjectsResponse200ApplicationJSONResponseBodyType$ {
|
|
3207
|
+
/** @deprecated use `UpdateProjectProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema` instead. */
|
|
3027
3208
|
const inboundSchema: z.ZodNativeEnum<{
|
|
3028
3209
|
readonly FlagsSecret: "flags-secret";
|
|
3029
3210
|
}>;
|
|
3030
|
-
/** @deprecated use `
|
|
3211
|
+
/** @deprecated use `UpdateProjectProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema` instead. */
|
|
3031
3212
|
const outboundSchema: z.ZodNativeEnum<{
|
|
3032
3213
|
readonly FlagsSecret: "flags-secret";
|
|
3033
3214
|
}>;
|
|
@@ -3097,9 +3278,143 @@ export declare namespace UpdateProjectEnv$ {
|
|
|
3097
3278
|
export declare function updateProjectEnvToJSON(updateProjectEnv: UpdateProjectEnv): string;
|
|
3098
3279
|
export declare function updateProjectEnvFromJSON(jsonString: string): SafeParseResult<UpdateProjectEnv, SDKValidationError>;
|
|
3099
3280
|
/** @internal */
|
|
3281
|
+
export declare const UpdateProjectProjectsType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsType>;
|
|
3282
|
+
/** @internal */
|
|
3283
|
+
export declare const UpdateProjectProjectsType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsType>;
|
|
3284
|
+
/**
|
|
3285
|
+
* @internal
|
|
3286
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3287
|
+
*/
|
|
3288
|
+
export declare namespace UpdateProjectProjectsType$ {
|
|
3289
|
+
/** @deprecated use `UpdateProjectProjectsType$inboundSchema` instead. */
|
|
3290
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3291
|
+
readonly Production: "production";
|
|
3292
|
+
readonly Preview: "preview";
|
|
3293
|
+
readonly Development: "development";
|
|
3294
|
+
}>;
|
|
3295
|
+
/** @deprecated use `UpdateProjectProjectsType$outboundSchema` instead. */
|
|
3296
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3297
|
+
readonly Production: "production";
|
|
3298
|
+
readonly Preview: "preview";
|
|
3299
|
+
readonly Development: "development";
|
|
3300
|
+
}>;
|
|
3301
|
+
}
|
|
3302
|
+
/** @internal */
|
|
3303
|
+
export declare const UpdateProjectProjectsResponse200ApplicationJSONResponseBodyCustomEnvironmentsType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsResponse200ApplicationJSONResponseBodyCustomEnvironmentsType>;
|
|
3304
|
+
/** @internal */
|
|
3305
|
+
export declare const UpdateProjectProjectsResponse200ApplicationJSONResponseBodyCustomEnvironmentsType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsResponse200ApplicationJSONResponseBodyCustomEnvironmentsType>;
|
|
3306
|
+
/**
|
|
3307
|
+
* @internal
|
|
3308
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3309
|
+
*/
|
|
3310
|
+
export declare namespace UpdateProjectProjectsResponse200ApplicationJSONResponseBodyCustomEnvironmentsType$ {
|
|
3311
|
+
/** @deprecated use `UpdateProjectProjectsResponse200ApplicationJSONResponseBodyCustomEnvironmentsType$inboundSchema` instead. */
|
|
3312
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3313
|
+
readonly EndsWith: "endsWith";
|
|
3314
|
+
readonly StartsWith: "startsWith";
|
|
3315
|
+
readonly Equals: "equals";
|
|
3316
|
+
}>;
|
|
3317
|
+
/** @deprecated use `UpdateProjectProjectsResponse200ApplicationJSONResponseBodyCustomEnvironmentsType$outboundSchema` instead. */
|
|
3318
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3319
|
+
readonly EndsWith: "endsWith";
|
|
3320
|
+
readonly StartsWith: "startsWith";
|
|
3321
|
+
readonly Equals: "equals";
|
|
3322
|
+
}>;
|
|
3323
|
+
}
|
|
3324
|
+
/** @internal */
|
|
3325
|
+
export declare const UpdateProjectBranchMatcher$inboundSchema: z.ZodType<UpdateProjectBranchMatcher, z.ZodTypeDef, unknown>;
|
|
3326
|
+
/** @internal */
|
|
3327
|
+
export type UpdateProjectBranchMatcher$Outbound = {
|
|
3328
|
+
type: string;
|
|
3329
|
+
pattern: string;
|
|
3330
|
+
};
|
|
3331
|
+
/** @internal */
|
|
3332
|
+
export declare const UpdateProjectBranchMatcher$outboundSchema: z.ZodType<UpdateProjectBranchMatcher$Outbound, z.ZodTypeDef, UpdateProjectBranchMatcher>;
|
|
3333
|
+
/**
|
|
3334
|
+
* @internal
|
|
3335
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3336
|
+
*/
|
|
3337
|
+
export declare namespace UpdateProjectBranchMatcher$ {
|
|
3338
|
+
/** @deprecated use `UpdateProjectBranchMatcher$inboundSchema` instead. */
|
|
3339
|
+
const inboundSchema: z.ZodType<UpdateProjectBranchMatcher, z.ZodTypeDef, unknown>;
|
|
3340
|
+
/** @deprecated use `UpdateProjectBranchMatcher$outboundSchema` instead. */
|
|
3341
|
+
const outboundSchema: z.ZodType<UpdateProjectBranchMatcher$Outbound, z.ZodTypeDef, UpdateProjectBranchMatcher>;
|
|
3342
|
+
/** @deprecated use `UpdateProjectBranchMatcher$Outbound` instead. */
|
|
3343
|
+
type Outbound = UpdateProjectBranchMatcher$Outbound;
|
|
3344
|
+
}
|
|
3345
|
+
export declare function updateProjectBranchMatcherToJSON(updateProjectBranchMatcher: UpdateProjectBranchMatcher): string;
|
|
3346
|
+
export declare function updateProjectBranchMatcherFromJSON(jsonString: string): SafeParseResult<UpdateProjectBranchMatcher, SDKValidationError>;
|
|
3347
|
+
/** @internal */
|
|
3348
|
+
export declare const UpdateProjectVerification$inboundSchema: z.ZodType<UpdateProjectVerification, z.ZodTypeDef, unknown>;
|
|
3349
|
+
/** @internal */
|
|
3350
|
+
export type UpdateProjectVerification$Outbound = {
|
|
3351
|
+
type: string;
|
|
3352
|
+
domain: string;
|
|
3353
|
+
value: string;
|
|
3354
|
+
reason: string;
|
|
3355
|
+
};
|
|
3356
|
+
/** @internal */
|
|
3357
|
+
export declare const UpdateProjectVerification$outboundSchema: z.ZodType<UpdateProjectVerification$Outbound, z.ZodTypeDef, UpdateProjectVerification>;
|
|
3358
|
+
/**
|
|
3359
|
+
* @internal
|
|
3360
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3361
|
+
*/
|
|
3362
|
+
export declare namespace UpdateProjectVerification$ {
|
|
3363
|
+
/** @deprecated use `UpdateProjectVerification$inboundSchema` instead. */
|
|
3364
|
+
const inboundSchema: z.ZodType<UpdateProjectVerification, z.ZodTypeDef, unknown>;
|
|
3365
|
+
/** @deprecated use `UpdateProjectVerification$outboundSchema` instead. */
|
|
3366
|
+
const outboundSchema: z.ZodType<UpdateProjectVerification$Outbound, z.ZodTypeDef, UpdateProjectVerification>;
|
|
3367
|
+
/** @deprecated use `UpdateProjectVerification$Outbound` instead. */
|
|
3368
|
+
type Outbound = UpdateProjectVerification$Outbound;
|
|
3369
|
+
}
|
|
3370
|
+
export declare function updateProjectVerificationToJSON(updateProjectVerification: UpdateProjectVerification): string;
|
|
3371
|
+
export declare function updateProjectVerificationFromJSON(jsonString: string): SafeParseResult<UpdateProjectVerification, SDKValidationError>;
|
|
3372
|
+
/** @internal */
|
|
3373
|
+
export declare const UpdateProjectDomains$inboundSchema: z.ZodType<UpdateProjectDomains, z.ZodTypeDef, unknown>;
|
|
3374
|
+
/** @internal */
|
|
3375
|
+
export type UpdateProjectDomains$Outbound = {
|
|
3376
|
+
name: string;
|
|
3377
|
+
apexName: string;
|
|
3378
|
+
projectId: string;
|
|
3379
|
+
redirect?: string | null | undefined;
|
|
3380
|
+
redirectStatusCode?: number | null | undefined;
|
|
3381
|
+
gitBranch?: string | null | undefined;
|
|
3382
|
+
customEnvironmentId?: string | null | undefined;
|
|
3383
|
+
updatedAt?: number | undefined;
|
|
3384
|
+
createdAt?: number | undefined;
|
|
3385
|
+
verified: boolean;
|
|
3386
|
+
verification?: Array<UpdateProjectVerification$Outbound> | undefined;
|
|
3387
|
+
};
|
|
3388
|
+
/** @internal */
|
|
3389
|
+
export declare const UpdateProjectDomains$outboundSchema: z.ZodType<UpdateProjectDomains$Outbound, z.ZodTypeDef, UpdateProjectDomains>;
|
|
3390
|
+
/**
|
|
3391
|
+
* @internal
|
|
3392
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3393
|
+
*/
|
|
3394
|
+
export declare namespace UpdateProjectDomains$ {
|
|
3395
|
+
/** @deprecated use `UpdateProjectDomains$inboundSchema` instead. */
|
|
3396
|
+
const inboundSchema: z.ZodType<UpdateProjectDomains, z.ZodTypeDef, unknown>;
|
|
3397
|
+
/** @deprecated use `UpdateProjectDomains$outboundSchema` instead. */
|
|
3398
|
+
const outboundSchema: z.ZodType<UpdateProjectDomains$Outbound, z.ZodTypeDef, UpdateProjectDomains>;
|
|
3399
|
+
/** @deprecated use `UpdateProjectDomains$Outbound` instead. */
|
|
3400
|
+
type Outbound = UpdateProjectDomains$Outbound;
|
|
3401
|
+
}
|
|
3402
|
+
export declare function updateProjectDomainsToJSON(updateProjectDomains: UpdateProjectDomains): string;
|
|
3403
|
+
export declare function updateProjectDomainsFromJSON(jsonString: string): SafeParseResult<UpdateProjectDomains, SDKValidationError>;
|
|
3404
|
+
/** @internal */
|
|
3100
3405
|
export declare const UpdateProjectCustomEnvironments$inboundSchema: z.ZodType<UpdateProjectCustomEnvironments, z.ZodTypeDef, unknown>;
|
|
3101
3406
|
/** @internal */
|
|
3102
|
-
export type UpdateProjectCustomEnvironments$Outbound = {
|
|
3407
|
+
export type UpdateProjectCustomEnvironments$Outbound = {
|
|
3408
|
+
id: string;
|
|
3409
|
+
slug: string;
|
|
3410
|
+
type: string;
|
|
3411
|
+
description?: string | undefined;
|
|
3412
|
+
branchMatcher?: UpdateProjectBranchMatcher$Outbound | undefined;
|
|
3413
|
+
domains?: Array<UpdateProjectDomains$Outbound> | undefined;
|
|
3414
|
+
currentDeploymentAliases?: Array<string> | undefined;
|
|
3415
|
+
createdAt: number;
|
|
3416
|
+
updatedAt: number;
|
|
3417
|
+
};
|
|
3103
3418
|
/** @internal */
|
|
3104
3419
|
export declare const UpdateProjectCustomEnvironments$outboundSchema: z.ZodType<UpdateProjectCustomEnvironments$Outbound, z.ZodTypeDef, UpdateProjectCustomEnvironments>;
|
|
3105
3420
|
/**
|
|
@@ -3291,21 +3606,21 @@ export declare namespace UpdateProjectAliasError$ {
|
|
|
3291
3606
|
export declare function updateProjectAliasErrorToJSON(updateProjectAliasError: UpdateProjectAliasError): string;
|
|
3292
3607
|
export declare function updateProjectAliasErrorFromJSON(jsonString: string): SafeParseResult<UpdateProjectAliasError, SDKValidationError>;
|
|
3293
3608
|
/** @internal */
|
|
3294
|
-
export declare const
|
|
3609
|
+
export declare const UpdateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType>;
|
|
3295
3610
|
/** @internal */
|
|
3296
|
-
export declare const
|
|
3611
|
+
export declare const UpdateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType>;
|
|
3297
3612
|
/**
|
|
3298
3613
|
* @internal
|
|
3299
3614
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3300
3615
|
*/
|
|
3301
|
-
export declare namespace
|
|
3302
|
-
/** @deprecated use `
|
|
3616
|
+
export declare namespace UpdateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType$ {
|
|
3617
|
+
/** @deprecated use `UpdateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType$inboundSchema` instead. */
|
|
3303
3618
|
const inboundSchema: z.ZodNativeEnum<{
|
|
3304
3619
|
readonly EndsWith: "endsWith";
|
|
3305
3620
|
readonly StartsWith: "startsWith";
|
|
3306
3621
|
readonly Equals: "equals";
|
|
3307
3622
|
}>;
|
|
3308
|
-
/** @deprecated use `
|
|
3623
|
+
/** @deprecated use `UpdateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType$outboundSchema` instead. */
|
|
3309
3624
|
const outboundSchema: z.ZodNativeEnum<{
|
|
3310
3625
|
readonly EndsWith: "endsWith";
|
|
3311
3626
|
readonly StartsWith: "startsWith";
|
|
@@ -3313,28 +3628,28 @@ export declare namespace UpdateProjectProjectsResponse200ApplicationJSONResponse
|
|
|
3313
3628
|
}>;
|
|
3314
3629
|
}
|
|
3315
3630
|
/** @internal */
|
|
3316
|
-
export declare const
|
|
3631
|
+
export declare const UpdateProjectProjectsBranchMatcher$inboundSchema: z.ZodType<UpdateProjectProjectsBranchMatcher, z.ZodTypeDef, unknown>;
|
|
3317
3632
|
/** @internal */
|
|
3318
|
-
export type
|
|
3633
|
+
export type UpdateProjectProjectsBranchMatcher$Outbound = {
|
|
3319
3634
|
type: string;
|
|
3320
3635
|
pattern: string;
|
|
3321
3636
|
};
|
|
3322
3637
|
/** @internal */
|
|
3323
|
-
export declare const
|
|
3638
|
+
export declare const UpdateProjectProjectsBranchMatcher$outboundSchema: z.ZodType<UpdateProjectProjectsBranchMatcher$Outbound, z.ZodTypeDef, UpdateProjectProjectsBranchMatcher>;
|
|
3324
3639
|
/**
|
|
3325
3640
|
* @internal
|
|
3326
3641
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3327
3642
|
*/
|
|
3328
|
-
export declare namespace
|
|
3329
|
-
/** @deprecated use `
|
|
3330
|
-
const inboundSchema: z.ZodType<
|
|
3331
|
-
/** @deprecated use `
|
|
3332
|
-
const outboundSchema: z.ZodType<
|
|
3333
|
-
/** @deprecated use `
|
|
3334
|
-
type Outbound =
|
|
3643
|
+
export declare namespace UpdateProjectProjectsBranchMatcher$ {
|
|
3644
|
+
/** @deprecated use `UpdateProjectProjectsBranchMatcher$inboundSchema` instead. */
|
|
3645
|
+
const inboundSchema: z.ZodType<UpdateProjectProjectsBranchMatcher, z.ZodTypeDef, unknown>;
|
|
3646
|
+
/** @deprecated use `UpdateProjectProjectsBranchMatcher$outboundSchema` instead. */
|
|
3647
|
+
const outboundSchema: z.ZodType<UpdateProjectProjectsBranchMatcher$Outbound, z.ZodTypeDef, UpdateProjectProjectsBranchMatcher>;
|
|
3648
|
+
/** @deprecated use `UpdateProjectProjectsBranchMatcher$Outbound` instead. */
|
|
3649
|
+
type Outbound = UpdateProjectProjectsBranchMatcher$Outbound;
|
|
3335
3650
|
}
|
|
3336
|
-
export declare function
|
|
3337
|
-
export declare function
|
|
3651
|
+
export declare function updateProjectProjectsBranchMatcherToJSON(updateProjectProjectsBranchMatcher: UpdateProjectProjectsBranchMatcher): string;
|
|
3652
|
+
export declare function updateProjectProjectsBranchMatcherFromJSON(jsonString: string): SafeParseResult<UpdateProjectProjectsBranchMatcher, SDKValidationError>;
|
|
3338
3653
|
/** @internal */
|
|
3339
3654
|
export declare const UpdateProjectBuilds$inboundSchema: z.ZodType<UpdateProjectBuilds, z.ZodTypeDef, unknown>;
|
|
3340
3655
|
/** @internal */
|
|
@@ -3534,19 +3849,19 @@ export declare namespace UpdateProjectReadySubstate$ {
|
|
|
3534
3849
|
}>;
|
|
3535
3850
|
}
|
|
3536
3851
|
/** @internal */
|
|
3537
|
-
export declare const
|
|
3852
|
+
export declare const UpdateProjectProjectsResponseType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsResponseType>;
|
|
3538
3853
|
/** @internal */
|
|
3539
|
-
export declare const
|
|
3854
|
+
export declare const UpdateProjectProjectsResponseType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsResponseType>;
|
|
3540
3855
|
/**
|
|
3541
3856
|
* @internal
|
|
3542
3857
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3543
3858
|
*/
|
|
3544
|
-
export declare namespace
|
|
3545
|
-
/** @deprecated use `
|
|
3859
|
+
export declare namespace UpdateProjectProjectsResponseType$ {
|
|
3860
|
+
/** @deprecated use `UpdateProjectProjectsResponseType$inboundSchema` instead. */
|
|
3546
3861
|
const inboundSchema: z.ZodNativeEnum<{
|
|
3547
3862
|
readonly Lambdas: "LAMBDAS";
|
|
3548
3863
|
}>;
|
|
3549
|
-
/** @deprecated use `
|
|
3864
|
+
/** @deprecated use `UpdateProjectProjectsResponseType$outboundSchema` instead. */
|
|
3550
3865
|
const outboundSchema: z.ZodNativeEnum<{
|
|
3551
3866
|
readonly Lambdas: "LAMBDAS";
|
|
3552
3867
|
}>;
|
|
@@ -3561,7 +3876,7 @@ export type UpdateProjectLatestDeployments$Outbound = {
|
|
|
3561
3876
|
aliasError?: UpdateProjectAliasError$Outbound | null | undefined;
|
|
3562
3877
|
aliasFinal?: string | null | undefined;
|
|
3563
3878
|
automaticAliases?: Array<string> | undefined;
|
|
3564
|
-
branchMatcher?:
|
|
3879
|
+
branchMatcher?: UpdateProjectProjectsBranchMatcher$Outbound | undefined;
|
|
3565
3880
|
buildingAt?: number | undefined;
|
|
3566
3881
|
builds?: Array<UpdateProjectBuilds$Outbound> | undefined;
|
|
3567
3882
|
checksConclusion?: string | undefined;
|
|
@@ -4301,14 +4616,14 @@ export declare const UpdateProjectProjectsResponseDeploymentType$outboundSchema:
|
|
|
4301
4616
|
export declare namespace UpdateProjectProjectsResponseDeploymentType$ {
|
|
4302
4617
|
/** @deprecated use `UpdateProjectProjectsResponseDeploymentType$inboundSchema` instead. */
|
|
4303
4618
|
const inboundSchema: z.ZodNativeEnum<{
|
|
4304
|
-
readonly All: "all";
|
|
4305
4619
|
readonly Preview: "preview";
|
|
4620
|
+
readonly All: "all";
|
|
4306
4621
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
4307
4622
|
}>;
|
|
4308
4623
|
/** @deprecated use `UpdateProjectProjectsResponseDeploymentType$outboundSchema` instead. */
|
|
4309
4624
|
const outboundSchema: z.ZodNativeEnum<{
|
|
4310
|
-
readonly All: "all";
|
|
4311
4625
|
readonly Preview: "preview";
|
|
4626
|
+
readonly All: "all";
|
|
4312
4627
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
4313
4628
|
}>;
|
|
4314
4629
|
}
|
|
@@ -4378,21 +4693,21 @@ export declare namespace UpdateProjectProjectsAliasError$ {
|
|
|
4378
4693
|
export declare function updateProjectProjectsAliasErrorToJSON(updateProjectProjectsAliasError: UpdateProjectProjectsAliasError): string;
|
|
4379
4694
|
export declare function updateProjectProjectsAliasErrorFromJSON(jsonString: string): SafeParseResult<UpdateProjectProjectsAliasError, SDKValidationError>;
|
|
4380
4695
|
/** @internal */
|
|
4381
|
-
export declare const
|
|
4696
|
+
export declare const UpdateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType>;
|
|
4382
4697
|
/** @internal */
|
|
4383
|
-
export declare const
|
|
4698
|
+
export declare const UpdateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType>;
|
|
4384
4699
|
/**
|
|
4385
4700
|
* @internal
|
|
4386
4701
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4387
4702
|
*/
|
|
4388
|
-
export declare namespace
|
|
4389
|
-
/** @deprecated use `
|
|
4703
|
+
export declare namespace UpdateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType$ {
|
|
4704
|
+
/** @deprecated use `UpdateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType$inboundSchema` instead. */
|
|
4390
4705
|
const inboundSchema: z.ZodNativeEnum<{
|
|
4391
4706
|
readonly EndsWith: "endsWith";
|
|
4392
4707
|
readonly StartsWith: "startsWith";
|
|
4393
4708
|
readonly Equals: "equals";
|
|
4394
4709
|
}>;
|
|
4395
|
-
/** @deprecated use `
|
|
4710
|
+
/** @deprecated use `UpdateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType$outboundSchema` instead. */
|
|
4396
4711
|
const outboundSchema: z.ZodNativeEnum<{
|
|
4397
4712
|
readonly EndsWith: "endsWith";
|
|
4398
4713
|
readonly StartsWith: "startsWith";
|
|
@@ -4400,28 +4715,28 @@ export declare namespace UpdateProjectProjectsResponse200ApplicationJSONType$ {
|
|
|
4400
4715
|
}>;
|
|
4401
4716
|
}
|
|
4402
4717
|
/** @internal */
|
|
4403
|
-
export declare const
|
|
4718
|
+
export declare const UpdateProjectProjectsResponseBranchMatcher$inboundSchema: z.ZodType<UpdateProjectProjectsResponseBranchMatcher, z.ZodTypeDef, unknown>;
|
|
4404
4719
|
/** @internal */
|
|
4405
|
-
export type
|
|
4720
|
+
export type UpdateProjectProjectsResponseBranchMatcher$Outbound = {
|
|
4406
4721
|
type: string;
|
|
4407
4722
|
pattern: string;
|
|
4408
4723
|
};
|
|
4409
4724
|
/** @internal */
|
|
4410
|
-
export declare const
|
|
4725
|
+
export declare const UpdateProjectProjectsResponseBranchMatcher$outboundSchema: z.ZodType<UpdateProjectProjectsResponseBranchMatcher$Outbound, z.ZodTypeDef, UpdateProjectProjectsResponseBranchMatcher>;
|
|
4411
4726
|
/**
|
|
4412
4727
|
* @internal
|
|
4413
4728
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4414
4729
|
*/
|
|
4415
|
-
export declare namespace
|
|
4416
|
-
/** @deprecated use `
|
|
4417
|
-
const inboundSchema: z.ZodType<
|
|
4418
|
-
/** @deprecated use `
|
|
4419
|
-
const outboundSchema: z.ZodType<
|
|
4420
|
-
/** @deprecated use `
|
|
4421
|
-
type Outbound =
|
|
4730
|
+
export declare namespace UpdateProjectProjectsResponseBranchMatcher$ {
|
|
4731
|
+
/** @deprecated use `UpdateProjectProjectsResponseBranchMatcher$inboundSchema` instead. */
|
|
4732
|
+
const inboundSchema: z.ZodType<UpdateProjectProjectsResponseBranchMatcher, z.ZodTypeDef, unknown>;
|
|
4733
|
+
/** @deprecated use `UpdateProjectProjectsResponseBranchMatcher$outboundSchema` instead. */
|
|
4734
|
+
const outboundSchema: z.ZodType<UpdateProjectProjectsResponseBranchMatcher$Outbound, z.ZodTypeDef, UpdateProjectProjectsResponseBranchMatcher>;
|
|
4735
|
+
/** @deprecated use `UpdateProjectProjectsResponseBranchMatcher$Outbound` instead. */
|
|
4736
|
+
type Outbound = UpdateProjectProjectsResponseBranchMatcher$Outbound;
|
|
4422
4737
|
}
|
|
4423
|
-
export declare function
|
|
4424
|
-
export declare function
|
|
4738
|
+
export declare function updateProjectProjectsResponseBranchMatcherToJSON(updateProjectProjectsResponseBranchMatcher: UpdateProjectProjectsResponseBranchMatcher): string;
|
|
4739
|
+
export declare function updateProjectProjectsResponseBranchMatcherFromJSON(jsonString: string): SafeParseResult<UpdateProjectProjectsResponseBranchMatcher, SDKValidationError>;
|
|
4425
4740
|
/** @internal */
|
|
4426
4741
|
export declare const UpdateProjectProjectsBuilds$inboundSchema: z.ZodType<UpdateProjectProjectsBuilds, z.ZodTypeDef, unknown>;
|
|
4427
4742
|
/** @internal */
|
|
@@ -4621,19 +4936,19 @@ export declare namespace UpdateProjectProjectsReadySubstate$ {
|
|
|
4621
4936
|
}>;
|
|
4622
4937
|
}
|
|
4623
4938
|
/** @internal */
|
|
4624
|
-
export declare const
|
|
4939
|
+
export declare const UpdateProjectProjectsResponse200Type$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsResponse200Type>;
|
|
4625
4940
|
/** @internal */
|
|
4626
|
-
export declare const
|
|
4941
|
+
export declare const UpdateProjectProjectsResponse200Type$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsResponse200Type>;
|
|
4627
4942
|
/**
|
|
4628
4943
|
* @internal
|
|
4629
4944
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4630
4945
|
*/
|
|
4631
|
-
export declare namespace
|
|
4632
|
-
/** @deprecated use `
|
|
4946
|
+
export declare namespace UpdateProjectProjectsResponse200Type$ {
|
|
4947
|
+
/** @deprecated use `UpdateProjectProjectsResponse200Type$inboundSchema` instead. */
|
|
4633
4948
|
const inboundSchema: z.ZodNativeEnum<{
|
|
4634
4949
|
readonly Lambdas: "LAMBDAS";
|
|
4635
4950
|
}>;
|
|
4636
|
-
/** @deprecated use `
|
|
4951
|
+
/** @deprecated use `UpdateProjectProjectsResponse200Type$outboundSchema` instead. */
|
|
4637
4952
|
const outboundSchema: z.ZodNativeEnum<{
|
|
4638
4953
|
readonly Lambdas: "LAMBDAS";
|
|
4639
4954
|
}>;
|
|
@@ -4648,7 +4963,7 @@ export type UpdateProjectTargets$Outbound = {
|
|
|
4648
4963
|
aliasError?: UpdateProjectProjectsAliasError$Outbound | null | undefined;
|
|
4649
4964
|
aliasFinal?: string | null | undefined;
|
|
4650
4965
|
automaticAliases?: Array<string> | undefined;
|
|
4651
|
-
branchMatcher?:
|
|
4966
|
+
branchMatcher?: UpdateProjectProjectsResponseBranchMatcher$Outbound | undefined;
|
|
4652
4967
|
buildingAt?: number | undefined;
|
|
4653
4968
|
builds?: Array<UpdateProjectProjectsBuilds$Outbound> | undefined;
|
|
4654
4969
|
checksConclusion?: string | undefined;
|
|
@@ -4960,20 +5275,20 @@ export declare namespace UpdateProjectJobStatus$ {
|
|
|
4960
5275
|
}>;
|
|
4961
5276
|
}
|
|
4962
5277
|
/** @internal */
|
|
4963
|
-
export declare const
|
|
5278
|
+
export declare const UpdateProjectProjectsResponse200ApplicationJSONType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsResponse200ApplicationJSONType>;
|
|
4964
5279
|
/** @internal */
|
|
4965
|
-
export declare const
|
|
5280
|
+
export declare const UpdateProjectProjectsResponse200ApplicationJSONType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsResponse200ApplicationJSONType>;
|
|
4966
5281
|
/**
|
|
4967
5282
|
* @internal
|
|
4968
5283
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4969
5284
|
*/
|
|
4970
|
-
export declare namespace
|
|
4971
|
-
/** @deprecated use `
|
|
5285
|
+
export declare namespace UpdateProjectProjectsResponse200ApplicationJSONType$ {
|
|
5286
|
+
/** @deprecated use `UpdateProjectProjectsResponse200ApplicationJSONType$inboundSchema` instead. */
|
|
4972
5287
|
const inboundSchema: z.ZodNativeEnum<{
|
|
4973
5288
|
readonly Promote: "promote";
|
|
4974
5289
|
readonly Rollback: "rollback";
|
|
4975
5290
|
}>;
|
|
4976
|
-
/** @deprecated use `
|
|
5291
|
+
/** @deprecated use `UpdateProjectProjectsResponse200ApplicationJSONType$outboundSchema` instead. */
|
|
4977
5292
|
const outboundSchema: z.ZodNativeEnum<{
|
|
4978
5293
|
readonly Promote: "promote";
|
|
4979
5294
|
readonly Rollback: "rollback";
|
|
@@ -4985,6 +5300,7 @@ export declare const UpdateProjectLastAliasRequest$inboundSchema: z.ZodType<Upda
|
|
|
4985
5300
|
export type UpdateProjectLastAliasRequest$Outbound = {
|
|
4986
5301
|
fromDeploymentId: string;
|
|
4987
5302
|
toDeploymentId: string;
|
|
5303
|
+
fromRollingReleaseId?: string | undefined;
|
|
4988
5304
|
jobStatus: string;
|
|
4989
5305
|
requestedAt: number;
|
|
4990
5306
|
type: string;
|
|
@@ -5058,17 +5374,17 @@ export declare const UpdateProjectTrustedIpsProjectsDeploymentType$outboundSchem
|
|
|
5058
5374
|
export declare namespace UpdateProjectTrustedIpsProjectsDeploymentType$ {
|
|
5059
5375
|
/** @deprecated use `UpdateProjectTrustedIpsProjectsDeploymentType$inboundSchema` instead. */
|
|
5060
5376
|
const inboundSchema: z.ZodNativeEnum<{
|
|
5061
|
-
readonly
|
|
5377
|
+
readonly Production: "production";
|
|
5062
5378
|
readonly Preview: "preview";
|
|
5379
|
+
readonly All: "all";
|
|
5063
5380
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
5064
|
-
readonly Production: "production";
|
|
5065
5381
|
}>;
|
|
5066
5382
|
/** @deprecated use `UpdateProjectTrustedIpsProjectsDeploymentType$outboundSchema` instead. */
|
|
5067
5383
|
const outboundSchema: z.ZodNativeEnum<{
|
|
5068
|
-
readonly
|
|
5384
|
+
readonly Production: "production";
|
|
5069
5385
|
readonly Preview: "preview";
|
|
5386
|
+
readonly All: "all";
|
|
5070
5387
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
5071
|
-
readonly Production: "production";
|
|
5072
5388
|
}>;
|
|
5073
5389
|
}
|
|
5074
5390
|
/** @internal */
|
|
@@ -5104,17 +5420,17 @@ export declare const UpdateProjectTrustedIpsDeploymentType$outboundSchema: z.Zod
|
|
|
5104
5420
|
export declare namespace UpdateProjectTrustedIpsDeploymentType$ {
|
|
5105
5421
|
/** @deprecated use `UpdateProjectTrustedIpsDeploymentType$inboundSchema` instead. */
|
|
5106
5422
|
const inboundSchema: z.ZodNativeEnum<{
|
|
5107
|
-
readonly
|
|
5423
|
+
readonly Production: "production";
|
|
5108
5424
|
readonly Preview: "preview";
|
|
5425
|
+
readonly All: "all";
|
|
5109
5426
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
5110
|
-
readonly Production: "production";
|
|
5111
5427
|
}>;
|
|
5112
5428
|
/** @deprecated use `UpdateProjectTrustedIpsDeploymentType$outboundSchema` instead. */
|
|
5113
5429
|
const outboundSchema: z.ZodNativeEnum<{
|
|
5114
|
-
readonly
|
|
5430
|
+
readonly Production: "production";
|
|
5115
5431
|
readonly Preview: "preview";
|
|
5432
|
+
readonly All: "all";
|
|
5116
5433
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
5117
|
-
readonly Production: "production";
|
|
5118
5434
|
}>;
|
|
5119
5435
|
}
|
|
5120
5436
|
/** @internal */
|
|
@@ -5358,8 +5674,8 @@ export declare const UpdateProjectProjectsResponse200ApplicationJSONResponseBody
|
|
|
5358
5674
|
export declare namespace UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$ {
|
|
5359
5675
|
/** @deprecated use `UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$inboundSchema` instead. */
|
|
5360
5676
|
const inboundSchema: z.ZodNativeEnum<{
|
|
5361
|
-
readonly Path: "path";
|
|
5362
5677
|
readonly Host: "host";
|
|
5678
|
+
readonly Path: "path";
|
|
5363
5679
|
readonly Method: "method";
|
|
5364
5680
|
readonly Header: "header";
|
|
5365
5681
|
readonly Cookie: "cookie";
|
|
@@ -5373,8 +5689,8 @@ export declare namespace UpdateProjectProjectsResponse200ApplicationJSONResponse
|
|
|
5373
5689
|
}>;
|
|
5374
5690
|
/** @deprecated use `UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$outboundSchema` instead. */
|
|
5375
5691
|
const outboundSchema: z.ZodNativeEnum<{
|
|
5376
|
-
readonly Path: "path";
|
|
5377
5692
|
readonly Host: "host";
|
|
5693
|
+
readonly Path: "path";
|
|
5378
5694
|
readonly Method: "method";
|
|
5379
5695
|
readonly Header: "header";
|
|
5380
5696
|
readonly Cookie: "cookie";
|
|
@@ -5474,8 +5790,8 @@ export declare const UpdateProjectProjectsResponse200ApplicationJSONResponseBody
|
|
|
5474
5790
|
export declare namespace UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$ {
|
|
5475
5791
|
/** @deprecated use `UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$inboundSchema` instead. */
|
|
5476
5792
|
const inboundSchema: z.ZodNativeEnum<{
|
|
5477
|
-
readonly Path: "path";
|
|
5478
5793
|
readonly Host: "host";
|
|
5794
|
+
readonly Path: "path";
|
|
5479
5795
|
readonly Method: "method";
|
|
5480
5796
|
readonly Header: "header";
|
|
5481
5797
|
readonly Cookie: "cookie";
|
|
@@ -5489,8 +5805,8 @@ export declare namespace UpdateProjectProjectsResponse200ApplicationJSONResponse
|
|
|
5489
5805
|
}>;
|
|
5490
5806
|
/** @deprecated use `UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$outboundSchema` instead. */
|
|
5491
5807
|
const outboundSchema: z.ZodNativeEnum<{
|
|
5492
|
-
readonly Path: "path";
|
|
5493
5808
|
readonly Host: "host";
|
|
5809
|
+
readonly Path: "path";
|
|
5494
5810
|
readonly Method: "method";
|
|
5495
5811
|
readonly Header: "header";
|
|
5496
5812
|
readonly Cookie: "cookie";
|