@vercel/sdk 1.6.7 → 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.
Files changed (142) hide show
  1. package/README.md +17 -29
  2. package/bin/mcp-server.js +2591 -901
  3. package/bin/mcp-server.js.map +29 -26
  4. package/docs/sdks/vercel/README.md +77 -0
  5. package/esm/__tests__/environment.test.js +28 -4
  6. package/esm/__tests__/environment.test.js.map +1 -1
  7. package/esm/__tests__/vercel.test.d.ts +2 -0
  8. package/esm/__tests__/vercel.test.d.ts.map +1 -0
  9. package/esm/__tests__/vercel.test.js +21 -0
  10. package/esm/__tests__/vercel.test.js.map +1 -0
  11. package/esm/funcs/marketplaceUpdateResourceSecretsById.js +2 -2
  12. package/esm/funcs/marketplaceUpdateResourceSecretsById.js.map +1 -1
  13. package/esm/funcs/patchAliasesIdProtectionBypass.d.ts +18 -0
  14. package/esm/funcs/patchAliasesIdProtectionBypass.d.ts.map +1 -0
  15. package/esm/funcs/patchAliasesIdProtectionBypass.js +81 -0
  16. package/esm/funcs/patchAliasesIdProtectionBypass.js.map +1 -0
  17. package/esm/lib/config.d.ts +3 -3
  18. package/esm/lib/config.js +3 -3
  19. package/esm/lib/sdks.d.ts +3 -1
  20. package/esm/lib/sdks.d.ts.map +1 -1
  21. package/esm/lib/sdks.js +6 -11
  22. package/esm/lib/sdks.js.map +1 -1
  23. package/esm/mcp-server/mcp-server.js +1 -1
  24. package/esm/mcp-server/server.d.ts.map +1 -1
  25. package/esm/mcp-server/server.js +3 -1
  26. package/esm/mcp-server/server.js.map +1 -1
  27. package/esm/mcp-server/tools/patchAliasesIdProtectionBypass.d.ts +7 -0
  28. package/esm/mcp-server/tools/patchAliasesIdProtectionBypass.d.ts.map +1 -0
  29. package/esm/mcp-server/tools/patchAliasesIdProtectionBypass.js +26 -0
  30. package/esm/mcp-server/tools/patchAliasesIdProtectionBypass.js.map +1 -0
  31. package/esm/models/authuser.d.ts +0 -5
  32. package/esm/models/authuser.d.ts.map +1 -1
  33. package/esm/models/authuser.js +0 -2
  34. package/esm/models/authuser.js.map +1 -1
  35. package/esm/models/canceldeploymentop.d.ts +268 -26
  36. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  37. package/esm/models/canceldeploymentop.js +194 -24
  38. package/esm/models/canceldeploymentop.js.map +1 -1
  39. package/esm/models/createcustomenvironmentop.d.ts +244 -2
  40. package/esm/models/createcustomenvironmentop.d.ts.map +1 -1
  41. package/esm/models/createcustomenvironmentop.js +174 -2
  42. package/esm/models/createcustomenvironmentop.js.map +1 -1
  43. package/esm/models/createdeploymentop.d.ts +357 -58
  44. package/esm/models/createdeploymentop.d.ts.map +1 -1
  45. package/esm/models/createdeploymentop.js +290 -60
  46. package/esm/models/createdeploymentop.js.map +1 -1
  47. package/esm/models/createprojectop.d.ts +328 -71
  48. package/esm/models/createprojectop.d.ts.map +1 -1
  49. package/esm/models/createprojectop.js +253 -75
  50. package/esm/models/createprojectop.js.map +1 -1
  51. package/esm/models/createrecordop.d.ts +43 -43
  52. package/esm/models/createrecordop.d.ts.map +1 -1
  53. package/esm/models/createrecordop.js +51 -51
  54. package/esm/models/createrecordop.js.map +1 -1
  55. package/esm/models/getaliasop.d.ts +8 -8
  56. package/esm/models/getaliasop.d.ts.map +1 -1
  57. package/esm/models/getaliasop.js +12 -13
  58. package/esm/models/getaliasop.js.map +1 -1
  59. package/esm/models/getcustomenvironmentop.d.ts +242 -2
  60. package/esm/models/getcustomenvironmentop.d.ts.map +1 -1
  61. package/esm/models/getcustomenvironmentop.js +175 -2
  62. package/esm/models/getcustomenvironmentop.js.map +1 -1
  63. package/esm/models/getdeploymentop.d.ts +502 -18
  64. package/esm/models/getdeploymentop.d.ts.map +1 -1
  65. package/esm/models/getdeploymentop.js +354 -14
  66. package/esm/models/getdeploymentop.js.map +1 -1
  67. package/esm/models/getprojectdomainsop.d.ts +30 -30
  68. package/esm/models/getprojectdomainsop.d.ts.map +1 -1
  69. package/esm/models/getprojectdomainsop.js +32 -32
  70. package/esm/models/getprojectdomainsop.js.map +1 -1
  71. package/esm/models/getprojectsop.d.ts +342 -95
  72. package/esm/models/getprojectsop.d.ts.map +1 -1
  73. package/esm/models/getprojectsop.js +285 -112
  74. package/esm/models/getprojectsop.js.map +1 -1
  75. package/esm/models/getv9projectsidornamecustomenvironmentsop.d.ts +242 -2
  76. package/esm/models/getv9projectsidornamecustomenvironmentsop.d.ts.map +1 -1
  77. package/esm/models/getv9projectsidornamecustomenvironmentsop.js +172 -2
  78. package/esm/models/getv9projectsidornamecustomenvironmentsop.js.map +1 -1
  79. package/esm/models/listaliasesop.d.ts +8 -8
  80. package/esm/models/listaliasesop.d.ts.map +1 -1
  81. package/esm/models/listaliasesop.js +12 -12
  82. package/esm/models/listaliasesop.js.map +1 -1
  83. package/esm/models/patchaliasesidprotectionbypassop.d.ts +409 -0
  84. package/esm/models/patchaliasesidprotectionbypassop.d.ts.map +1 -0
  85. package/esm/models/patchaliasesidprotectionbypassop.js +386 -0
  86. package/esm/models/patchaliasesidprotectionbypassop.js.map +1 -0
  87. package/esm/models/removecustomenvironmentop.d.ts +245 -2
  88. package/esm/models/removecustomenvironmentop.d.ts.map +1 -1
  89. package/esm/models/removecustomenvironmentop.js +173 -2
  90. package/esm/models/removecustomenvironmentop.js.map +1 -1
  91. package/esm/models/updatecustomenvironmentop.d.ts +244 -2
  92. package/esm/models/updatecustomenvironmentop.d.ts.map +1 -1
  93. package/esm/models/updatecustomenvironmentop.js +174 -2
  94. package/esm/models/updatecustomenvironmentop.js.map +1 -1
  95. package/esm/models/updateprojectdatacacheop.d.ts +358 -111
  96. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  97. package/esm/models/updateprojectdatacacheop.js +309 -135
  98. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  99. package/esm/models/updateprojectop.d.ts +342 -95
  100. package/esm/models/updateprojectop.d.ts.map +1 -1
  101. package/esm/models/updateprojectop.js +285 -111
  102. package/esm/models/updateprojectop.js.map +1 -1
  103. package/esm/models/userevent.d.ts +124 -6
  104. package/esm/models/userevent.d.ts.map +1 -1
  105. package/esm/models/userevent.js +114 -6
  106. package/esm/models/userevent.js.map +1 -1
  107. package/esm/sdk/sdk.d.ts +8 -1
  108. package/esm/sdk/sdk.d.ts.map +1 -1
  109. package/esm/sdk/sdk.js +8 -0
  110. package/esm/sdk/sdk.js.map +1 -1
  111. package/jsr.json +1 -1
  112. package/package.json +1 -1
  113. package/src/__tests__/environment.test.ts +28 -4
  114. package/src/__tests__/vercel.test.ts +26 -0
  115. package/src/funcs/marketplaceUpdateResourceSecretsById.ts +2 -2
  116. package/src/funcs/patchAliasesIdProtectionBypass.ts +185 -0
  117. package/src/lib/config.ts +3 -3
  118. package/src/lib/sdks.ts +11 -11
  119. package/src/mcp-server/mcp-server.ts +1 -1
  120. package/src/mcp-server/server.ts +3 -1
  121. package/src/mcp-server/tools/patchAliasesIdProtectionBypass.ts +37 -0
  122. package/src/models/authuser.ts +0 -7
  123. package/src/models/canceldeploymentop.ts +503 -43
  124. package/src/models/createcustomenvironmentop.ts +426 -4
  125. package/src/models/createdeploymentop.ts +640 -117
  126. package/src/models/createprojectop.ts +658 -201
  127. package/src/models/createrecordop.ts +96 -84
  128. package/src/models/getaliasop.ts +16 -14
  129. package/src/models/getcustomenvironmentop.ts +412 -4
  130. package/src/models/getdeploymentop.ts +962 -49
  131. package/src/models/getprojectdomainsop.ts +84 -84
  132. package/src/models/getprojectsop.ts +630 -189
  133. package/src/models/getv9projectsidornamecustomenvironmentsop.ts +473 -4
  134. package/src/models/listaliasesop.ts +19 -16
  135. package/src/models/patchaliasesidprotectionbypassop.ts +786 -0
  136. package/src/models/removecustomenvironmentop.ts +425 -4
  137. package/src/models/updatecustomenvironmentop.ts +437 -4
  138. package/src/models/updateprojectdatacacheop.ts +731 -271
  139. package/src/models/updateprojectop.ts +692 -249
  140. package/src/models/userevent.ts +205 -12
  141. package/src/sdk/sdk.ts +18 -1
  142. package/vercel-spec.json +2646 -161
@@ -525,15 +525,15 @@ export type UpdateProjectContentHint1 = {
525
525
  storeId: string;
526
526
  };
527
527
  export type UpdateProjectContentHint = UpdateProjectContentHint1 | UpdateProjectContentHint2 | UpdateProjectContentHint3 | UpdateProjectContentHint4 | UpdateProjectContentHint5 | UpdateProjectContentHint6 | UpdateProjectContentHint7 | UpdateProjectContentHint8 | UpdateProjectContentHint9 | UpdateProjectContentHint10 | UpdateProjectContentHint11 | UpdateProjectContentHint12 | UpdateProjectContentHint13 | UpdateProjectContentHint15 | UpdateProjectContentHint14;
528
- export declare const UpdateProjectProjectsResponse200ApplicationJSONResponseBodyEnvType: {
528
+ export declare const UpdateProjectProjectsResponse200ApplicationJSONResponseBodyType: {
529
529
  readonly FlagsSecret: "flags-secret";
530
530
  };
531
- export type UpdateProjectProjectsResponse200ApplicationJSONResponseBodyEnvType = ClosedEnum<typeof UpdateProjectProjectsResponse200ApplicationJSONResponseBodyEnvType>;
531
+ export type UpdateProjectProjectsResponse200ApplicationJSONResponseBodyType = ClosedEnum<typeof UpdateProjectProjectsResponse200ApplicationJSONResponseBodyType>;
532
532
  /**
533
533
  * Similar to `contentHints`, but should not be exposed to the user.
534
534
  */
535
535
  export type UpdateProjectInternalContentHint = {
536
- type: UpdateProjectProjectsResponse200ApplicationJSONResponseBodyEnvType;
536
+ type: UpdateProjectProjectsResponse200ApplicationJSONResponseBodyType;
537
537
  /**
538
538
  * Contains the `value` of the env variable, encrypted with a special key to make decryption possible in the subscriber Lambda.
539
539
  */
@@ -567,7 +567,115 @@ export type UpdateProjectEnv = {
567
567
  comment?: string | undefined;
568
568
  customEnvironmentIds?: Array<string> | undefined;
569
569
  };
570
- export type UpdateProjectCustomEnvironments = {};
570
+ /**
571
+ * The type of environment (production, preview, or development)
572
+ */
573
+ export declare const UpdateProjectProjectsType: {
574
+ readonly Production: "production";
575
+ readonly Preview: "preview";
576
+ readonly Development: "development";
577
+ };
578
+ /**
579
+ * The type of environment (production, preview, or development)
580
+ */
581
+ export type UpdateProjectProjectsType = ClosedEnum<typeof UpdateProjectProjectsType>;
582
+ /**
583
+ * The type of matching to perform
584
+ */
585
+ export declare const UpdateProjectProjectsResponse200ApplicationJSONResponseBodyCustomEnvironmentsType: {
586
+ readonly EndsWith: "endsWith";
587
+ readonly StartsWith: "startsWith";
588
+ readonly Equals: "equals";
589
+ };
590
+ /**
591
+ * The type of matching to perform
592
+ */
593
+ export type UpdateProjectProjectsResponse200ApplicationJSONResponseBodyCustomEnvironmentsType = ClosedEnum<typeof UpdateProjectProjectsResponse200ApplicationJSONResponseBodyCustomEnvironmentsType>;
594
+ /**
595
+ * Configuration for matching git branches to this environment
596
+ */
597
+ export type UpdateProjectBranchMatcher = {
598
+ /**
599
+ * The type of matching to perform
600
+ */
601
+ type: UpdateProjectProjectsResponse200ApplicationJSONResponseBodyCustomEnvironmentsType;
602
+ /**
603
+ * The pattern to match against branch names
604
+ */
605
+ pattern: string;
606
+ };
607
+ /**
608
+ * 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`.
609
+ */
610
+ export type UpdateProjectVerification = {
611
+ type: string;
612
+ domain: string;
613
+ value: string;
614
+ reason: string;
615
+ };
616
+ /**
617
+ * List of domains associated with this environment
618
+ */
619
+ export type UpdateProjectDomains = {
620
+ name: string;
621
+ apexName: string;
622
+ projectId: string;
623
+ redirect?: string | null | undefined;
624
+ redirectStatusCode?: number | null | undefined;
625
+ gitBranch?: string | null | undefined;
626
+ customEnvironmentId?: string | null | undefined;
627
+ updatedAt?: number | undefined;
628
+ createdAt?: number | undefined;
629
+ /**
630
+ * `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.
631
+ */
632
+ verified: boolean;
633
+ /**
634
+ * 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`.
635
+ */
636
+ verification?: Array<UpdateProjectVerification> | undefined;
637
+ };
638
+ /**
639
+ * Internal representation of a custom environment with all required properties
640
+ */
641
+ export type UpdateProjectCustomEnvironments = {
642
+ /**
643
+ * Unique identifier for the custom environment (format: env_*)
644
+ */
645
+ id: string;
646
+ /**
647
+ * URL-friendly name of the environment
648
+ */
649
+ slug: string;
650
+ /**
651
+ * The type of environment (production, preview, or development)
652
+ */
653
+ type: UpdateProjectProjectsType;
654
+ /**
655
+ * Optional description of the environment's purpose
656
+ */
657
+ description?: string | undefined;
658
+ /**
659
+ * Configuration for matching git branches to this environment
660
+ */
661
+ branchMatcher?: UpdateProjectBranchMatcher | undefined;
662
+ /**
663
+ * List of domains associated with this environment
664
+ */
665
+ domains?: Array<UpdateProjectDomains> | undefined;
666
+ /**
667
+ * List of aliases for the current deployment
668
+ */
669
+ currentDeploymentAliases?: Array<string> | undefined;
670
+ /**
671
+ * Timestamp when the environment was created
672
+ */
673
+ createdAt: number;
674
+ /**
675
+ * Timestamp when the environment was last updated
676
+ */
677
+ updatedAt: number;
678
+ };
571
679
  export declare const UpdateProjectProjectsFramework: {
572
680
  readonly Blitzjs: "blitzjs";
573
681
  readonly Nextjs: "nextjs";
@@ -629,7 +737,7 @@ export type UpdateProjectAliasError = {
629
737
  /**
630
738
  * The type of matching to perform
631
739
  */
632
- export declare const UpdateProjectProjectsResponse200ApplicationJSONResponseBodyType: {
740
+ export declare const UpdateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType: {
633
741
  readonly EndsWith: "endsWith";
634
742
  readonly StartsWith: "startsWith";
635
743
  readonly Equals: "equals";
@@ -637,12 +745,12 @@ export declare const UpdateProjectProjectsResponse200ApplicationJSONResponseBody
637
745
  /**
638
746
  * The type of matching to perform
639
747
  */
640
- export type UpdateProjectProjectsResponse200ApplicationJSONResponseBodyType = ClosedEnum<typeof UpdateProjectProjectsResponse200ApplicationJSONResponseBodyType>;
641
- export type UpdateProjectBranchMatcher = {
748
+ export type UpdateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType = ClosedEnum<typeof UpdateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType>;
749
+ export type UpdateProjectProjectsBranchMatcher = {
642
750
  /**
643
751
  * The type of matching to perform
644
752
  */
645
- type: UpdateProjectProjectsResponse200ApplicationJSONResponseBodyType;
753
+ type: UpdateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType;
646
754
  /**
647
755
  * The pattern to match against branch names
648
756
  */
@@ -705,10 +813,10 @@ export declare const UpdateProjectReadySubstate: {
705
813
  readonly Promoted: "PROMOTED";
706
814
  };
707
815
  export type UpdateProjectReadySubstate = ClosedEnum<typeof UpdateProjectReadySubstate>;
708
- export declare const UpdateProjectProjectsType: {
816
+ export declare const UpdateProjectProjectsResponseType: {
709
817
  readonly Lambdas: "LAMBDAS";
710
818
  };
711
- export type UpdateProjectProjectsType = ClosedEnum<typeof UpdateProjectProjectsType>;
819
+ export type UpdateProjectProjectsResponseType = ClosedEnum<typeof UpdateProjectProjectsResponseType>;
712
820
  export type UpdateProjectLatestDeployments = {
713
821
  id: string;
714
822
  alias?: Array<string> | undefined;
@@ -716,7 +824,7 @@ export type UpdateProjectLatestDeployments = {
716
824
  aliasError?: UpdateProjectAliasError | null | undefined;
717
825
  aliasFinal?: string | null | undefined;
718
826
  automaticAliases?: Array<string> | undefined;
719
- branchMatcher?: UpdateProjectBranchMatcher | undefined;
827
+ branchMatcher?: UpdateProjectProjectsBranchMatcher | undefined;
720
828
  buildingAt?: number | undefined;
721
829
  builds?: Array<UpdateProjectBuilds> | undefined;
722
830
  checksConclusion?: UpdateProjectChecksConclusion | undefined;
@@ -747,7 +855,7 @@ export type UpdateProjectLatestDeployments = {
747
855
  requestedAt?: number | undefined;
748
856
  target?: string | null | undefined;
749
857
  teamId?: string | null | undefined;
750
- type: UpdateProjectProjectsType;
858
+ type: UpdateProjectProjectsResponseType;
751
859
  url: string;
752
860
  userId: string;
753
861
  withCache?: boolean | undefined;
@@ -986,8 +1094,8 @@ export type UpdateProjectDefaultResourceConfig = {
986
1094
  buildMachineType?: UpdateProjectProjectsBuildMachineType | undefined;
987
1095
  };
988
1096
  export declare const UpdateProjectProjectsResponseDeploymentType: {
989
- readonly All: "all";
990
1097
  readonly Preview: "preview";
1098
+ readonly All: "all";
991
1099
  readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
992
1100
  };
993
1101
  export type UpdateProjectProjectsResponseDeploymentType = ClosedEnum<typeof UpdateProjectProjectsResponseDeploymentType>;
@@ -1002,7 +1110,7 @@ export type UpdateProjectProjectsAliasError = {
1002
1110
  /**
1003
1111
  * The type of matching to perform
1004
1112
  */
1005
- export declare const UpdateProjectProjectsResponse200ApplicationJSONType: {
1113
+ export declare const UpdateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType: {
1006
1114
  readonly EndsWith: "endsWith";
1007
1115
  readonly StartsWith: "startsWith";
1008
1116
  readonly Equals: "equals";
@@ -1010,12 +1118,12 @@ export declare const UpdateProjectProjectsResponse200ApplicationJSONType: {
1010
1118
  /**
1011
1119
  * The type of matching to perform
1012
1120
  */
1013
- export type UpdateProjectProjectsResponse200ApplicationJSONType = ClosedEnum<typeof UpdateProjectProjectsResponse200ApplicationJSONType>;
1014
- export type UpdateProjectProjectsBranchMatcher = {
1121
+ export type UpdateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType = ClosedEnum<typeof UpdateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType>;
1122
+ export type UpdateProjectProjectsResponseBranchMatcher = {
1015
1123
  /**
1016
1124
  * The type of matching to perform
1017
1125
  */
1018
- type: UpdateProjectProjectsResponse200ApplicationJSONType;
1126
+ type: UpdateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType;
1019
1127
  /**
1020
1128
  * The pattern to match against branch names
1021
1129
  */
@@ -1078,10 +1186,10 @@ export declare const UpdateProjectProjectsReadySubstate: {
1078
1186
  readonly Promoted: "PROMOTED";
1079
1187
  };
1080
1188
  export type UpdateProjectProjectsReadySubstate = ClosedEnum<typeof UpdateProjectProjectsReadySubstate>;
1081
- export declare const UpdateProjectProjectsResponseType: {
1189
+ export declare const UpdateProjectProjectsResponse200Type: {
1082
1190
  readonly Lambdas: "LAMBDAS";
1083
1191
  };
1084
- export type UpdateProjectProjectsResponseType = ClosedEnum<typeof UpdateProjectProjectsResponseType>;
1192
+ export type UpdateProjectProjectsResponse200Type = ClosedEnum<typeof UpdateProjectProjectsResponse200Type>;
1085
1193
  export type UpdateProjectTargets = {
1086
1194
  id: string;
1087
1195
  alias?: Array<string> | undefined;
@@ -1089,7 +1197,7 @@ export type UpdateProjectTargets = {
1089
1197
  aliasError?: UpdateProjectProjectsAliasError | null | undefined;
1090
1198
  aliasFinal?: string | null | undefined;
1091
1199
  automaticAliases?: Array<string> | undefined;
1092
- branchMatcher?: UpdateProjectProjectsBranchMatcher | undefined;
1200
+ branchMatcher?: UpdateProjectProjectsResponseBranchMatcher | undefined;
1093
1201
  buildingAt?: number | undefined;
1094
1202
  builds?: Array<UpdateProjectProjectsBuilds> | undefined;
1095
1203
  checksConclusion?: UpdateProjectProjectsChecksConclusion | undefined;
@@ -1120,7 +1228,7 @@ export type UpdateProjectTargets = {
1120
1228
  requestedAt?: number | undefined;
1121
1229
  target?: string | null | undefined;
1122
1230
  teamId?: string | null | undefined;
1123
- type: UpdateProjectProjectsResponseType;
1231
+ type: UpdateProjectProjectsResponse200Type;
1124
1232
  url: string;
1125
1233
  userId: string;
1126
1234
  withCache?: boolean | undefined;
@@ -1331,17 +1439,21 @@ export declare const UpdateProjectJobStatus: {
1331
1439
  readonly InProgress: "in-progress";
1332
1440
  };
1333
1441
  export type UpdateProjectJobStatus = ClosedEnum<typeof UpdateProjectJobStatus>;
1334
- export declare const UpdateProjectProjectsResponse200Type: {
1442
+ export declare const UpdateProjectProjectsResponse200ApplicationJSONType: {
1335
1443
  readonly Promote: "promote";
1336
1444
  readonly Rollback: "rollback";
1337
1445
  };
1338
- export type UpdateProjectProjectsResponse200Type = ClosedEnum<typeof UpdateProjectProjectsResponse200Type>;
1446
+ export type UpdateProjectProjectsResponse200ApplicationJSONType = ClosedEnum<typeof UpdateProjectProjectsResponse200ApplicationJSONType>;
1339
1447
  export type UpdateProjectLastAliasRequest = {
1340
1448
  fromDeploymentId: string;
1341
1449
  toDeploymentId: string;
1450
+ /**
1451
+ * If rolling back from a rolling release, fromDeploymentId captures the "base" of that rolling release, and fromRollingReleaseId captures the "target" of that rolling release.
1452
+ */
1453
+ fromRollingReleaseId?: string | undefined;
1342
1454
  jobStatus: UpdateProjectJobStatus;
1343
1455
  requestedAt: number;
1344
- type: UpdateProjectProjectsResponse200Type;
1456
+ type: UpdateProjectProjectsResponse200ApplicationJSONType;
1345
1457
  };
1346
1458
  export declare const UpdateProjectScope: {
1347
1459
  readonly AutomationBypass: "automation-bypass";
@@ -1353,20 +1465,20 @@ export type UpdateProjectProtectionBypass = {
1353
1465
  scope: UpdateProjectScope;
1354
1466
  };
1355
1467
  export declare const UpdateProjectTrustedIpsProjectsDeploymentType: {
1356
- readonly All: "all";
1468
+ readonly Production: "production";
1357
1469
  readonly Preview: "preview";
1470
+ readonly All: "all";
1358
1471
  readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
1359
- readonly Production: "production";
1360
1472
  };
1361
1473
  export type UpdateProjectTrustedIpsProjectsDeploymentType = ClosedEnum<typeof UpdateProjectTrustedIpsProjectsDeploymentType>;
1362
1474
  export type UpdateProjectTrustedIps2 = {
1363
1475
  deploymentType: UpdateProjectTrustedIpsProjectsDeploymentType;
1364
1476
  };
1365
1477
  export declare const UpdateProjectTrustedIpsDeploymentType: {
1366
- readonly All: "all";
1478
+ readonly Production: "production";
1367
1479
  readonly Preview: "preview";
1480
+ readonly All: "all";
1368
1481
  readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
1369
- readonly Production: "production";
1370
1482
  };
1371
1483
  export type UpdateProjectTrustedIpsDeploymentType = ClosedEnum<typeof UpdateProjectTrustedIpsDeploymentType>;
1372
1484
  export type UpdateProjectTrustedIpsAddresses = {
@@ -3015,19 +3127,19 @@ export declare namespace UpdateProjectContentHint$ {
3015
3127
  export declare function updateProjectContentHintToJSON(updateProjectContentHint: UpdateProjectContentHint): string;
3016
3128
  export declare function updateProjectContentHintFromJSON(jsonString: string): SafeParseResult<UpdateProjectContentHint, SDKValidationError>;
3017
3129
  /** @internal */
3018
- export declare const UpdateProjectProjectsResponse200ApplicationJSONResponseBodyEnvType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsResponse200ApplicationJSONResponseBodyEnvType>;
3130
+ export declare const UpdateProjectProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsResponse200ApplicationJSONResponseBodyType>;
3019
3131
  /** @internal */
3020
- export declare const UpdateProjectProjectsResponse200ApplicationJSONResponseBodyEnvType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsResponse200ApplicationJSONResponseBodyEnvType>;
3132
+ export declare const UpdateProjectProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsResponse200ApplicationJSONResponseBodyType>;
3021
3133
  /**
3022
3134
  * @internal
3023
3135
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3024
3136
  */
3025
- export declare namespace UpdateProjectProjectsResponse200ApplicationJSONResponseBodyEnvType$ {
3026
- /** @deprecated use `UpdateProjectProjectsResponse200ApplicationJSONResponseBodyEnvType$inboundSchema` instead. */
3137
+ export declare namespace UpdateProjectProjectsResponse200ApplicationJSONResponseBodyType$ {
3138
+ /** @deprecated use `UpdateProjectProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema` instead. */
3027
3139
  const inboundSchema: z.ZodNativeEnum<{
3028
3140
  readonly FlagsSecret: "flags-secret";
3029
3141
  }>;
3030
- /** @deprecated use `UpdateProjectProjectsResponse200ApplicationJSONResponseBodyEnvType$outboundSchema` instead. */
3142
+ /** @deprecated use `UpdateProjectProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema` instead. */
3031
3143
  const outboundSchema: z.ZodNativeEnum<{
3032
3144
  readonly FlagsSecret: "flags-secret";
3033
3145
  }>;
@@ -3097,9 +3209,143 @@ export declare namespace UpdateProjectEnv$ {
3097
3209
  export declare function updateProjectEnvToJSON(updateProjectEnv: UpdateProjectEnv): string;
3098
3210
  export declare function updateProjectEnvFromJSON(jsonString: string): SafeParseResult<UpdateProjectEnv, SDKValidationError>;
3099
3211
  /** @internal */
3212
+ export declare const UpdateProjectProjectsType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsType>;
3213
+ /** @internal */
3214
+ export declare const UpdateProjectProjectsType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsType>;
3215
+ /**
3216
+ * @internal
3217
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3218
+ */
3219
+ export declare namespace UpdateProjectProjectsType$ {
3220
+ /** @deprecated use `UpdateProjectProjectsType$inboundSchema` instead. */
3221
+ const inboundSchema: z.ZodNativeEnum<{
3222
+ readonly Production: "production";
3223
+ readonly Preview: "preview";
3224
+ readonly Development: "development";
3225
+ }>;
3226
+ /** @deprecated use `UpdateProjectProjectsType$outboundSchema` instead. */
3227
+ const outboundSchema: z.ZodNativeEnum<{
3228
+ readonly Production: "production";
3229
+ readonly Preview: "preview";
3230
+ readonly Development: "development";
3231
+ }>;
3232
+ }
3233
+ /** @internal */
3234
+ export declare const UpdateProjectProjectsResponse200ApplicationJSONResponseBodyCustomEnvironmentsType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsResponse200ApplicationJSONResponseBodyCustomEnvironmentsType>;
3235
+ /** @internal */
3236
+ export declare const UpdateProjectProjectsResponse200ApplicationJSONResponseBodyCustomEnvironmentsType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsResponse200ApplicationJSONResponseBodyCustomEnvironmentsType>;
3237
+ /**
3238
+ * @internal
3239
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3240
+ */
3241
+ export declare namespace UpdateProjectProjectsResponse200ApplicationJSONResponseBodyCustomEnvironmentsType$ {
3242
+ /** @deprecated use `UpdateProjectProjectsResponse200ApplicationJSONResponseBodyCustomEnvironmentsType$inboundSchema` instead. */
3243
+ const inboundSchema: z.ZodNativeEnum<{
3244
+ readonly EndsWith: "endsWith";
3245
+ readonly StartsWith: "startsWith";
3246
+ readonly Equals: "equals";
3247
+ }>;
3248
+ /** @deprecated use `UpdateProjectProjectsResponse200ApplicationJSONResponseBodyCustomEnvironmentsType$outboundSchema` instead. */
3249
+ const outboundSchema: z.ZodNativeEnum<{
3250
+ readonly EndsWith: "endsWith";
3251
+ readonly StartsWith: "startsWith";
3252
+ readonly Equals: "equals";
3253
+ }>;
3254
+ }
3255
+ /** @internal */
3256
+ export declare const UpdateProjectBranchMatcher$inboundSchema: z.ZodType<UpdateProjectBranchMatcher, z.ZodTypeDef, unknown>;
3257
+ /** @internal */
3258
+ export type UpdateProjectBranchMatcher$Outbound = {
3259
+ type: string;
3260
+ pattern: string;
3261
+ };
3262
+ /** @internal */
3263
+ export declare const UpdateProjectBranchMatcher$outboundSchema: z.ZodType<UpdateProjectBranchMatcher$Outbound, z.ZodTypeDef, UpdateProjectBranchMatcher>;
3264
+ /**
3265
+ * @internal
3266
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3267
+ */
3268
+ export declare namespace UpdateProjectBranchMatcher$ {
3269
+ /** @deprecated use `UpdateProjectBranchMatcher$inboundSchema` instead. */
3270
+ const inboundSchema: z.ZodType<UpdateProjectBranchMatcher, z.ZodTypeDef, unknown>;
3271
+ /** @deprecated use `UpdateProjectBranchMatcher$outboundSchema` instead. */
3272
+ const outboundSchema: z.ZodType<UpdateProjectBranchMatcher$Outbound, z.ZodTypeDef, UpdateProjectBranchMatcher>;
3273
+ /** @deprecated use `UpdateProjectBranchMatcher$Outbound` instead. */
3274
+ type Outbound = UpdateProjectBranchMatcher$Outbound;
3275
+ }
3276
+ export declare function updateProjectBranchMatcherToJSON(updateProjectBranchMatcher: UpdateProjectBranchMatcher): string;
3277
+ export declare function updateProjectBranchMatcherFromJSON(jsonString: string): SafeParseResult<UpdateProjectBranchMatcher, SDKValidationError>;
3278
+ /** @internal */
3279
+ export declare const UpdateProjectVerification$inboundSchema: z.ZodType<UpdateProjectVerification, z.ZodTypeDef, unknown>;
3280
+ /** @internal */
3281
+ export type UpdateProjectVerification$Outbound = {
3282
+ type: string;
3283
+ domain: string;
3284
+ value: string;
3285
+ reason: string;
3286
+ };
3287
+ /** @internal */
3288
+ export declare const UpdateProjectVerification$outboundSchema: z.ZodType<UpdateProjectVerification$Outbound, z.ZodTypeDef, UpdateProjectVerification>;
3289
+ /**
3290
+ * @internal
3291
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3292
+ */
3293
+ export declare namespace UpdateProjectVerification$ {
3294
+ /** @deprecated use `UpdateProjectVerification$inboundSchema` instead. */
3295
+ const inboundSchema: z.ZodType<UpdateProjectVerification, z.ZodTypeDef, unknown>;
3296
+ /** @deprecated use `UpdateProjectVerification$outboundSchema` instead. */
3297
+ const outboundSchema: z.ZodType<UpdateProjectVerification$Outbound, z.ZodTypeDef, UpdateProjectVerification>;
3298
+ /** @deprecated use `UpdateProjectVerification$Outbound` instead. */
3299
+ type Outbound = UpdateProjectVerification$Outbound;
3300
+ }
3301
+ export declare function updateProjectVerificationToJSON(updateProjectVerification: UpdateProjectVerification): string;
3302
+ export declare function updateProjectVerificationFromJSON(jsonString: string): SafeParseResult<UpdateProjectVerification, SDKValidationError>;
3303
+ /** @internal */
3304
+ export declare const UpdateProjectDomains$inboundSchema: z.ZodType<UpdateProjectDomains, z.ZodTypeDef, unknown>;
3305
+ /** @internal */
3306
+ export type UpdateProjectDomains$Outbound = {
3307
+ name: string;
3308
+ apexName: string;
3309
+ projectId: string;
3310
+ redirect?: string | null | undefined;
3311
+ redirectStatusCode?: number | null | undefined;
3312
+ gitBranch?: string | null | undefined;
3313
+ customEnvironmentId?: string | null | undefined;
3314
+ updatedAt?: number | undefined;
3315
+ createdAt?: number | undefined;
3316
+ verified: boolean;
3317
+ verification?: Array<UpdateProjectVerification$Outbound> | undefined;
3318
+ };
3319
+ /** @internal */
3320
+ export declare const UpdateProjectDomains$outboundSchema: z.ZodType<UpdateProjectDomains$Outbound, z.ZodTypeDef, UpdateProjectDomains>;
3321
+ /**
3322
+ * @internal
3323
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3324
+ */
3325
+ export declare namespace UpdateProjectDomains$ {
3326
+ /** @deprecated use `UpdateProjectDomains$inboundSchema` instead. */
3327
+ const inboundSchema: z.ZodType<UpdateProjectDomains, z.ZodTypeDef, unknown>;
3328
+ /** @deprecated use `UpdateProjectDomains$outboundSchema` instead. */
3329
+ const outboundSchema: z.ZodType<UpdateProjectDomains$Outbound, z.ZodTypeDef, UpdateProjectDomains>;
3330
+ /** @deprecated use `UpdateProjectDomains$Outbound` instead. */
3331
+ type Outbound = UpdateProjectDomains$Outbound;
3332
+ }
3333
+ export declare function updateProjectDomainsToJSON(updateProjectDomains: UpdateProjectDomains): string;
3334
+ export declare function updateProjectDomainsFromJSON(jsonString: string): SafeParseResult<UpdateProjectDomains, SDKValidationError>;
3335
+ /** @internal */
3100
3336
  export declare const UpdateProjectCustomEnvironments$inboundSchema: z.ZodType<UpdateProjectCustomEnvironments, z.ZodTypeDef, unknown>;
3101
3337
  /** @internal */
3102
- export type UpdateProjectCustomEnvironments$Outbound = {};
3338
+ export type UpdateProjectCustomEnvironments$Outbound = {
3339
+ id: string;
3340
+ slug: string;
3341
+ type: string;
3342
+ description?: string | undefined;
3343
+ branchMatcher?: UpdateProjectBranchMatcher$Outbound | undefined;
3344
+ domains?: Array<UpdateProjectDomains$Outbound> | undefined;
3345
+ currentDeploymentAliases?: Array<string> | undefined;
3346
+ createdAt: number;
3347
+ updatedAt: number;
3348
+ };
3103
3349
  /** @internal */
3104
3350
  export declare const UpdateProjectCustomEnvironments$outboundSchema: z.ZodType<UpdateProjectCustomEnvironments$Outbound, z.ZodTypeDef, UpdateProjectCustomEnvironments>;
3105
3351
  /**
@@ -3291,21 +3537,21 @@ export declare namespace UpdateProjectAliasError$ {
3291
3537
  export declare function updateProjectAliasErrorToJSON(updateProjectAliasError: UpdateProjectAliasError): string;
3292
3538
  export declare function updateProjectAliasErrorFromJSON(jsonString: string): SafeParseResult<UpdateProjectAliasError, SDKValidationError>;
3293
3539
  /** @internal */
3294
- export declare const UpdateProjectProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsResponse200ApplicationJSONResponseBodyType>;
3540
+ export declare const UpdateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType>;
3295
3541
  /** @internal */
3296
- export declare const UpdateProjectProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsResponse200ApplicationJSONResponseBodyType>;
3542
+ export declare const UpdateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType>;
3297
3543
  /**
3298
3544
  * @internal
3299
3545
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3300
3546
  */
3301
- export declare namespace UpdateProjectProjectsResponse200ApplicationJSONResponseBodyType$ {
3302
- /** @deprecated use `UpdateProjectProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema` instead. */
3547
+ export declare namespace UpdateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType$ {
3548
+ /** @deprecated use `UpdateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType$inboundSchema` instead. */
3303
3549
  const inboundSchema: z.ZodNativeEnum<{
3304
3550
  readonly EndsWith: "endsWith";
3305
3551
  readonly StartsWith: "startsWith";
3306
3552
  readonly Equals: "equals";
3307
3553
  }>;
3308
- /** @deprecated use `UpdateProjectProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema` instead. */
3554
+ /** @deprecated use `UpdateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType$outboundSchema` instead. */
3309
3555
  const outboundSchema: z.ZodNativeEnum<{
3310
3556
  readonly EndsWith: "endsWith";
3311
3557
  readonly StartsWith: "startsWith";
@@ -3313,28 +3559,28 @@ export declare namespace UpdateProjectProjectsResponse200ApplicationJSONResponse
3313
3559
  }>;
3314
3560
  }
3315
3561
  /** @internal */
3316
- export declare const UpdateProjectBranchMatcher$inboundSchema: z.ZodType<UpdateProjectBranchMatcher, z.ZodTypeDef, unknown>;
3562
+ export declare const UpdateProjectProjectsBranchMatcher$inboundSchema: z.ZodType<UpdateProjectProjectsBranchMatcher, z.ZodTypeDef, unknown>;
3317
3563
  /** @internal */
3318
- export type UpdateProjectBranchMatcher$Outbound = {
3564
+ export type UpdateProjectProjectsBranchMatcher$Outbound = {
3319
3565
  type: string;
3320
3566
  pattern: string;
3321
3567
  };
3322
3568
  /** @internal */
3323
- export declare const UpdateProjectBranchMatcher$outboundSchema: z.ZodType<UpdateProjectBranchMatcher$Outbound, z.ZodTypeDef, UpdateProjectBranchMatcher>;
3569
+ export declare const UpdateProjectProjectsBranchMatcher$outboundSchema: z.ZodType<UpdateProjectProjectsBranchMatcher$Outbound, z.ZodTypeDef, UpdateProjectProjectsBranchMatcher>;
3324
3570
  /**
3325
3571
  * @internal
3326
3572
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3327
3573
  */
3328
- export declare namespace UpdateProjectBranchMatcher$ {
3329
- /** @deprecated use `UpdateProjectBranchMatcher$inboundSchema` instead. */
3330
- const inboundSchema: z.ZodType<UpdateProjectBranchMatcher, z.ZodTypeDef, unknown>;
3331
- /** @deprecated use `UpdateProjectBranchMatcher$outboundSchema` instead. */
3332
- const outboundSchema: z.ZodType<UpdateProjectBranchMatcher$Outbound, z.ZodTypeDef, UpdateProjectBranchMatcher>;
3333
- /** @deprecated use `UpdateProjectBranchMatcher$Outbound` instead. */
3334
- type Outbound = UpdateProjectBranchMatcher$Outbound;
3574
+ export declare namespace UpdateProjectProjectsBranchMatcher$ {
3575
+ /** @deprecated use `UpdateProjectProjectsBranchMatcher$inboundSchema` instead. */
3576
+ const inboundSchema: z.ZodType<UpdateProjectProjectsBranchMatcher, z.ZodTypeDef, unknown>;
3577
+ /** @deprecated use `UpdateProjectProjectsBranchMatcher$outboundSchema` instead. */
3578
+ const outboundSchema: z.ZodType<UpdateProjectProjectsBranchMatcher$Outbound, z.ZodTypeDef, UpdateProjectProjectsBranchMatcher>;
3579
+ /** @deprecated use `UpdateProjectProjectsBranchMatcher$Outbound` instead. */
3580
+ type Outbound = UpdateProjectProjectsBranchMatcher$Outbound;
3335
3581
  }
3336
- export declare function updateProjectBranchMatcherToJSON(updateProjectBranchMatcher: UpdateProjectBranchMatcher): string;
3337
- export declare function updateProjectBranchMatcherFromJSON(jsonString: string): SafeParseResult<UpdateProjectBranchMatcher, SDKValidationError>;
3582
+ export declare function updateProjectProjectsBranchMatcherToJSON(updateProjectProjectsBranchMatcher: UpdateProjectProjectsBranchMatcher): string;
3583
+ export declare function updateProjectProjectsBranchMatcherFromJSON(jsonString: string): SafeParseResult<UpdateProjectProjectsBranchMatcher, SDKValidationError>;
3338
3584
  /** @internal */
3339
3585
  export declare const UpdateProjectBuilds$inboundSchema: z.ZodType<UpdateProjectBuilds, z.ZodTypeDef, unknown>;
3340
3586
  /** @internal */
@@ -3534,19 +3780,19 @@ export declare namespace UpdateProjectReadySubstate$ {
3534
3780
  }>;
3535
3781
  }
3536
3782
  /** @internal */
3537
- export declare const UpdateProjectProjectsType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsType>;
3783
+ export declare const UpdateProjectProjectsResponseType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsResponseType>;
3538
3784
  /** @internal */
3539
- export declare const UpdateProjectProjectsType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsType>;
3785
+ export declare const UpdateProjectProjectsResponseType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsResponseType>;
3540
3786
  /**
3541
3787
  * @internal
3542
3788
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3543
3789
  */
3544
- export declare namespace UpdateProjectProjectsType$ {
3545
- /** @deprecated use `UpdateProjectProjectsType$inboundSchema` instead. */
3790
+ export declare namespace UpdateProjectProjectsResponseType$ {
3791
+ /** @deprecated use `UpdateProjectProjectsResponseType$inboundSchema` instead. */
3546
3792
  const inboundSchema: z.ZodNativeEnum<{
3547
3793
  readonly Lambdas: "LAMBDAS";
3548
3794
  }>;
3549
- /** @deprecated use `UpdateProjectProjectsType$outboundSchema` instead. */
3795
+ /** @deprecated use `UpdateProjectProjectsResponseType$outboundSchema` instead. */
3550
3796
  const outboundSchema: z.ZodNativeEnum<{
3551
3797
  readonly Lambdas: "LAMBDAS";
3552
3798
  }>;
@@ -3561,7 +3807,7 @@ export type UpdateProjectLatestDeployments$Outbound = {
3561
3807
  aliasError?: UpdateProjectAliasError$Outbound | null | undefined;
3562
3808
  aliasFinal?: string | null | undefined;
3563
3809
  automaticAliases?: Array<string> | undefined;
3564
- branchMatcher?: UpdateProjectBranchMatcher$Outbound | undefined;
3810
+ branchMatcher?: UpdateProjectProjectsBranchMatcher$Outbound | undefined;
3565
3811
  buildingAt?: number | undefined;
3566
3812
  builds?: Array<UpdateProjectBuilds$Outbound> | undefined;
3567
3813
  checksConclusion?: string | undefined;
@@ -4301,14 +4547,14 @@ export declare const UpdateProjectProjectsResponseDeploymentType$outboundSchema:
4301
4547
  export declare namespace UpdateProjectProjectsResponseDeploymentType$ {
4302
4548
  /** @deprecated use `UpdateProjectProjectsResponseDeploymentType$inboundSchema` instead. */
4303
4549
  const inboundSchema: z.ZodNativeEnum<{
4304
- readonly All: "all";
4305
4550
  readonly Preview: "preview";
4551
+ readonly All: "all";
4306
4552
  readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
4307
4553
  }>;
4308
4554
  /** @deprecated use `UpdateProjectProjectsResponseDeploymentType$outboundSchema` instead. */
4309
4555
  const outboundSchema: z.ZodNativeEnum<{
4310
- readonly All: "all";
4311
4556
  readonly Preview: "preview";
4557
+ readonly All: "all";
4312
4558
  readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
4313
4559
  }>;
4314
4560
  }
@@ -4378,21 +4624,21 @@ export declare namespace UpdateProjectProjectsAliasError$ {
4378
4624
  export declare function updateProjectProjectsAliasErrorToJSON(updateProjectProjectsAliasError: UpdateProjectProjectsAliasError): string;
4379
4625
  export declare function updateProjectProjectsAliasErrorFromJSON(jsonString: string): SafeParseResult<UpdateProjectProjectsAliasError, SDKValidationError>;
4380
4626
  /** @internal */
4381
- export declare const UpdateProjectProjectsResponse200ApplicationJSONType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsResponse200ApplicationJSONType>;
4627
+ export declare const UpdateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType>;
4382
4628
  /** @internal */
4383
- export declare const UpdateProjectProjectsResponse200ApplicationJSONType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsResponse200ApplicationJSONType>;
4629
+ export declare const UpdateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType>;
4384
4630
  /**
4385
4631
  * @internal
4386
4632
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4387
4633
  */
4388
- export declare namespace UpdateProjectProjectsResponse200ApplicationJSONType$ {
4389
- /** @deprecated use `UpdateProjectProjectsResponse200ApplicationJSONType$inboundSchema` instead. */
4634
+ export declare namespace UpdateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType$ {
4635
+ /** @deprecated use `UpdateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType$inboundSchema` instead. */
4390
4636
  const inboundSchema: z.ZodNativeEnum<{
4391
4637
  readonly EndsWith: "endsWith";
4392
4638
  readonly StartsWith: "startsWith";
4393
4639
  readonly Equals: "equals";
4394
4640
  }>;
4395
- /** @deprecated use `UpdateProjectProjectsResponse200ApplicationJSONType$outboundSchema` instead. */
4641
+ /** @deprecated use `UpdateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType$outboundSchema` instead. */
4396
4642
  const outboundSchema: z.ZodNativeEnum<{
4397
4643
  readonly EndsWith: "endsWith";
4398
4644
  readonly StartsWith: "startsWith";
@@ -4400,28 +4646,28 @@ export declare namespace UpdateProjectProjectsResponse200ApplicationJSONType$ {
4400
4646
  }>;
4401
4647
  }
4402
4648
  /** @internal */
4403
- export declare const UpdateProjectProjectsBranchMatcher$inboundSchema: z.ZodType<UpdateProjectProjectsBranchMatcher, z.ZodTypeDef, unknown>;
4649
+ export declare const UpdateProjectProjectsResponseBranchMatcher$inboundSchema: z.ZodType<UpdateProjectProjectsResponseBranchMatcher, z.ZodTypeDef, unknown>;
4404
4650
  /** @internal */
4405
- export type UpdateProjectProjectsBranchMatcher$Outbound = {
4651
+ export type UpdateProjectProjectsResponseBranchMatcher$Outbound = {
4406
4652
  type: string;
4407
4653
  pattern: string;
4408
4654
  };
4409
4655
  /** @internal */
4410
- export declare const UpdateProjectProjectsBranchMatcher$outboundSchema: z.ZodType<UpdateProjectProjectsBranchMatcher$Outbound, z.ZodTypeDef, UpdateProjectProjectsBranchMatcher>;
4656
+ export declare const UpdateProjectProjectsResponseBranchMatcher$outboundSchema: z.ZodType<UpdateProjectProjectsResponseBranchMatcher$Outbound, z.ZodTypeDef, UpdateProjectProjectsResponseBranchMatcher>;
4411
4657
  /**
4412
4658
  * @internal
4413
4659
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4414
4660
  */
4415
- export declare namespace UpdateProjectProjectsBranchMatcher$ {
4416
- /** @deprecated use `UpdateProjectProjectsBranchMatcher$inboundSchema` instead. */
4417
- const inboundSchema: z.ZodType<UpdateProjectProjectsBranchMatcher, z.ZodTypeDef, unknown>;
4418
- /** @deprecated use `UpdateProjectProjectsBranchMatcher$outboundSchema` instead. */
4419
- const outboundSchema: z.ZodType<UpdateProjectProjectsBranchMatcher$Outbound, z.ZodTypeDef, UpdateProjectProjectsBranchMatcher>;
4420
- /** @deprecated use `UpdateProjectProjectsBranchMatcher$Outbound` instead. */
4421
- type Outbound = UpdateProjectProjectsBranchMatcher$Outbound;
4661
+ export declare namespace UpdateProjectProjectsResponseBranchMatcher$ {
4662
+ /** @deprecated use `UpdateProjectProjectsResponseBranchMatcher$inboundSchema` instead. */
4663
+ const inboundSchema: z.ZodType<UpdateProjectProjectsResponseBranchMatcher, z.ZodTypeDef, unknown>;
4664
+ /** @deprecated use `UpdateProjectProjectsResponseBranchMatcher$outboundSchema` instead. */
4665
+ const outboundSchema: z.ZodType<UpdateProjectProjectsResponseBranchMatcher$Outbound, z.ZodTypeDef, UpdateProjectProjectsResponseBranchMatcher>;
4666
+ /** @deprecated use `UpdateProjectProjectsResponseBranchMatcher$Outbound` instead. */
4667
+ type Outbound = UpdateProjectProjectsResponseBranchMatcher$Outbound;
4422
4668
  }
4423
- export declare function updateProjectProjectsBranchMatcherToJSON(updateProjectProjectsBranchMatcher: UpdateProjectProjectsBranchMatcher): string;
4424
- export declare function updateProjectProjectsBranchMatcherFromJSON(jsonString: string): SafeParseResult<UpdateProjectProjectsBranchMatcher, SDKValidationError>;
4669
+ export declare function updateProjectProjectsResponseBranchMatcherToJSON(updateProjectProjectsResponseBranchMatcher: UpdateProjectProjectsResponseBranchMatcher): string;
4670
+ export declare function updateProjectProjectsResponseBranchMatcherFromJSON(jsonString: string): SafeParseResult<UpdateProjectProjectsResponseBranchMatcher, SDKValidationError>;
4425
4671
  /** @internal */
4426
4672
  export declare const UpdateProjectProjectsBuilds$inboundSchema: z.ZodType<UpdateProjectProjectsBuilds, z.ZodTypeDef, unknown>;
4427
4673
  /** @internal */
@@ -4621,19 +4867,19 @@ export declare namespace UpdateProjectProjectsReadySubstate$ {
4621
4867
  }>;
4622
4868
  }
4623
4869
  /** @internal */
4624
- export declare const UpdateProjectProjectsResponseType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsResponseType>;
4870
+ export declare const UpdateProjectProjectsResponse200Type$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsResponse200Type>;
4625
4871
  /** @internal */
4626
- export declare const UpdateProjectProjectsResponseType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsResponseType>;
4872
+ export declare const UpdateProjectProjectsResponse200Type$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsResponse200Type>;
4627
4873
  /**
4628
4874
  * @internal
4629
4875
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4630
4876
  */
4631
- export declare namespace UpdateProjectProjectsResponseType$ {
4632
- /** @deprecated use `UpdateProjectProjectsResponseType$inboundSchema` instead. */
4877
+ export declare namespace UpdateProjectProjectsResponse200Type$ {
4878
+ /** @deprecated use `UpdateProjectProjectsResponse200Type$inboundSchema` instead. */
4633
4879
  const inboundSchema: z.ZodNativeEnum<{
4634
4880
  readonly Lambdas: "LAMBDAS";
4635
4881
  }>;
4636
- /** @deprecated use `UpdateProjectProjectsResponseType$outboundSchema` instead. */
4882
+ /** @deprecated use `UpdateProjectProjectsResponse200Type$outboundSchema` instead. */
4637
4883
  const outboundSchema: z.ZodNativeEnum<{
4638
4884
  readonly Lambdas: "LAMBDAS";
4639
4885
  }>;
@@ -4648,7 +4894,7 @@ export type UpdateProjectTargets$Outbound = {
4648
4894
  aliasError?: UpdateProjectProjectsAliasError$Outbound | null | undefined;
4649
4895
  aliasFinal?: string | null | undefined;
4650
4896
  automaticAliases?: Array<string> | undefined;
4651
- branchMatcher?: UpdateProjectProjectsBranchMatcher$Outbound | undefined;
4897
+ branchMatcher?: UpdateProjectProjectsResponseBranchMatcher$Outbound | undefined;
4652
4898
  buildingAt?: number | undefined;
4653
4899
  builds?: Array<UpdateProjectProjectsBuilds$Outbound> | undefined;
4654
4900
  checksConclusion?: string | undefined;
@@ -4960,20 +5206,20 @@ export declare namespace UpdateProjectJobStatus$ {
4960
5206
  }>;
4961
5207
  }
4962
5208
  /** @internal */
4963
- export declare const UpdateProjectProjectsResponse200Type$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsResponse200Type>;
5209
+ export declare const UpdateProjectProjectsResponse200ApplicationJSONType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsResponse200ApplicationJSONType>;
4964
5210
  /** @internal */
4965
- export declare const UpdateProjectProjectsResponse200Type$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsResponse200Type>;
5211
+ export declare const UpdateProjectProjectsResponse200ApplicationJSONType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsResponse200ApplicationJSONType>;
4966
5212
  /**
4967
5213
  * @internal
4968
5214
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4969
5215
  */
4970
- export declare namespace UpdateProjectProjectsResponse200Type$ {
4971
- /** @deprecated use `UpdateProjectProjectsResponse200Type$inboundSchema` instead. */
5216
+ export declare namespace UpdateProjectProjectsResponse200ApplicationJSONType$ {
5217
+ /** @deprecated use `UpdateProjectProjectsResponse200ApplicationJSONType$inboundSchema` instead. */
4972
5218
  const inboundSchema: z.ZodNativeEnum<{
4973
5219
  readonly Promote: "promote";
4974
5220
  readonly Rollback: "rollback";
4975
5221
  }>;
4976
- /** @deprecated use `UpdateProjectProjectsResponse200Type$outboundSchema` instead. */
5222
+ /** @deprecated use `UpdateProjectProjectsResponse200ApplicationJSONType$outboundSchema` instead. */
4977
5223
  const outboundSchema: z.ZodNativeEnum<{
4978
5224
  readonly Promote: "promote";
4979
5225
  readonly Rollback: "rollback";
@@ -4985,6 +5231,7 @@ export declare const UpdateProjectLastAliasRequest$inboundSchema: z.ZodType<Upda
4985
5231
  export type UpdateProjectLastAliasRequest$Outbound = {
4986
5232
  fromDeploymentId: string;
4987
5233
  toDeploymentId: string;
5234
+ fromRollingReleaseId?: string | undefined;
4988
5235
  jobStatus: string;
4989
5236
  requestedAt: number;
4990
5237
  type: string;
@@ -5058,17 +5305,17 @@ export declare const UpdateProjectTrustedIpsProjectsDeploymentType$outboundSchem
5058
5305
  export declare namespace UpdateProjectTrustedIpsProjectsDeploymentType$ {
5059
5306
  /** @deprecated use `UpdateProjectTrustedIpsProjectsDeploymentType$inboundSchema` instead. */
5060
5307
  const inboundSchema: z.ZodNativeEnum<{
5061
- readonly All: "all";
5308
+ readonly Production: "production";
5062
5309
  readonly Preview: "preview";
5310
+ readonly All: "all";
5063
5311
  readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
5064
- readonly Production: "production";
5065
5312
  }>;
5066
5313
  /** @deprecated use `UpdateProjectTrustedIpsProjectsDeploymentType$outboundSchema` instead. */
5067
5314
  const outboundSchema: z.ZodNativeEnum<{
5068
- readonly All: "all";
5315
+ readonly Production: "production";
5069
5316
  readonly Preview: "preview";
5317
+ readonly All: "all";
5070
5318
  readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
5071
- readonly Production: "production";
5072
5319
  }>;
5073
5320
  }
5074
5321
  /** @internal */
@@ -5104,17 +5351,17 @@ export declare const UpdateProjectTrustedIpsDeploymentType$outboundSchema: z.Zod
5104
5351
  export declare namespace UpdateProjectTrustedIpsDeploymentType$ {
5105
5352
  /** @deprecated use `UpdateProjectTrustedIpsDeploymentType$inboundSchema` instead. */
5106
5353
  const inboundSchema: z.ZodNativeEnum<{
5107
- readonly All: "all";
5354
+ readonly Production: "production";
5108
5355
  readonly Preview: "preview";
5356
+ readonly All: "all";
5109
5357
  readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
5110
- readonly Production: "production";
5111
5358
  }>;
5112
5359
  /** @deprecated use `UpdateProjectTrustedIpsDeploymentType$outboundSchema` instead. */
5113
5360
  const outboundSchema: z.ZodNativeEnum<{
5114
- readonly All: "all";
5361
+ readonly Production: "production";
5115
5362
  readonly Preview: "preview";
5363
+ readonly All: "all";
5116
5364
  readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
5117
- readonly Production: "production";
5118
5365
  }>;
5119
5366
  }
5120
5367
  /** @internal */