@vercel/sdk 1.8.3 → 1.8.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (184) hide show
  1. package/bin/mcp-server.js +2214 -1517
  2. package/bin/mcp-server.js.map +44 -44
  3. package/docs/sdks/edgeconfig/README.md +1 -1
  4. package/esm/__tests__/deployments.test.js +1 -1
  5. package/esm/__tests__/deployments.test.js.map +1 -1
  6. package/esm/__tests__/edgeconfig.test.js +1 -22
  7. package/esm/__tests__/edgeconfig.test.js.map +1 -1
  8. package/esm/__tests__/projects.test.js +15 -13
  9. package/esm/__tests__/projects.test.js.map +1 -1
  10. package/esm/funcs/edgeConfigGetEdgeConfigItems.d.ts +1 -1
  11. package/esm/funcs/edgeConfigGetEdgeConfigItems.d.ts.map +1 -1
  12. package/esm/funcs/edgeConfigGetEdgeConfigItems.js +2 -1
  13. package/esm/funcs/edgeConfigGetEdgeConfigItems.js.map +1 -1
  14. package/esm/lib/config.d.ts +3 -3
  15. package/esm/lib/config.js +3 -3
  16. package/esm/mcp-server/mcp-server.js +1 -1
  17. package/esm/mcp-server/server.js +1 -1
  18. package/esm/models/addbypassipop.d.ts +2 -2
  19. package/esm/models/addbypassipop.js +2 -2
  20. package/esm/models/artifactqueryop.d.ts +2 -2
  21. package/esm/models/artifactqueryop.js +2 -2
  22. package/esm/models/authtoken.d.ts +4 -4
  23. package/esm/models/authtoken.js +4 -4
  24. package/esm/models/canceldeploymentop.d.ts +428 -28
  25. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  26. package/esm/models/canceldeploymentop.js +490 -52
  27. package/esm/models/canceldeploymentop.js.map +1 -1
  28. package/esm/models/createdeploymentop.d.ts +462 -62
  29. package/esm/models/createdeploymentop.d.ts.map +1 -1
  30. package/esm/models/createdeploymentop.js +526 -86
  31. package/esm/models/createdeploymentop.js.map +1 -1
  32. package/esm/models/createeventop.d.ts +4 -4
  33. package/esm/models/createeventop.js +4 -4
  34. package/esm/models/createortransferdomainop.d.ts +4 -4
  35. package/esm/models/createortransferdomainop.js +4 -4
  36. package/esm/models/createprojectenvop.d.ts +14 -14
  37. package/esm/models/createprojectenvop.d.ts.map +1 -1
  38. package/esm/models/createprojectenvop.js +10 -10
  39. package/esm/models/createprojectenvop.js.map +1 -1
  40. package/esm/models/createprojectop.d.ts +157 -157
  41. package/esm/models/createprojectop.d.ts.map +1 -1
  42. package/esm/models/createprojectop.js +155 -155
  43. package/esm/models/createprojectop.js.map +1 -1
  44. package/esm/models/createrecordop.d.ts +6 -6
  45. package/esm/models/createrecordop.d.ts.map +1 -1
  46. package/esm/models/createrecordop.js +18 -18
  47. package/esm/models/createrecordop.js.map +1 -1
  48. package/esm/models/editprojectenvop.d.ts +9 -9
  49. package/esm/models/editprojectenvop.d.ts.map +1 -1
  50. package/esm/models/editprojectenvop.js +7 -7
  51. package/esm/models/editprojectenvop.js.map +1 -1
  52. package/esm/models/filterprojectenvsop.d.ts +14 -14
  53. package/esm/models/filterprojectenvsop.d.ts.map +1 -1
  54. package/esm/models/filterprojectenvsop.js +14 -14
  55. package/esm/models/filterprojectenvsop.js.map +1 -1
  56. package/esm/models/getactiveattackstatusop.d.ts +2 -2
  57. package/esm/models/getactiveattackstatusop.js +2 -2
  58. package/esm/models/getaliasop.d.ts +4 -4
  59. package/esm/models/getaliasop.d.ts.map +1 -1
  60. package/esm/models/getaliasop.js +8 -8
  61. package/esm/models/getaliasop.js.map +1 -1
  62. package/esm/models/getauthuserop.d.ts +4 -4
  63. package/esm/models/getauthuserop.d.ts.map +1 -1
  64. package/esm/models/getauthuserop.js +4 -4
  65. package/esm/models/getauthuserop.js.map +1 -1
  66. package/esm/models/getconfigurationop.d.ts +6 -6
  67. package/esm/models/getconfigurationop.js +6 -6
  68. package/esm/models/getdeploymenteventsop.d.ts +6 -6
  69. package/esm/models/getdeploymenteventsop.js +8 -8
  70. package/esm/models/getdeploymentop.d.ts +438 -38
  71. package/esm/models/getdeploymentop.d.ts.map +1 -1
  72. package/esm/models/getdeploymentop.js +519 -86
  73. package/esm/models/getdeploymentop.js.map +1 -1
  74. package/esm/models/getedgeconfigbackupop.d.ts +2 -2
  75. package/esm/models/getedgeconfigbackupop.js +2 -2
  76. package/esm/models/getprojectenvop.d.ts +14 -14
  77. package/esm/models/getprojectenvop.d.ts.map +1 -1
  78. package/esm/models/getprojectenvop.js +14 -14
  79. package/esm/models/getprojectenvop.js.map +1 -1
  80. package/esm/models/getprojectmembersop.d.ts +2 -2
  81. package/esm/models/getprojectmembersop.js +2 -2
  82. package/esm/models/getprojectsop.d.ts +20 -20
  83. package/esm/models/getprojectsop.d.ts.map +1 -1
  84. package/esm/models/getprojectsop.js +20 -20
  85. package/esm/models/getprojectsop.js.map +1 -1
  86. package/esm/models/getrecordsop.d.ts +2 -2
  87. package/esm/models/getrecordsop.d.ts.map +1 -1
  88. package/esm/models/getrecordsop.js +2 -2
  89. package/esm/models/getrecordsop.js.map +1 -1
  90. package/esm/models/getteamsop.d.ts +4 -4
  91. package/esm/models/getteamsop.d.ts.map +1 -1
  92. package/esm/models/getteamsop.js +4 -4
  93. package/esm/models/getteamsop.js.map +1 -1
  94. package/esm/models/inviteusertoteamop.d.ts +2 -2
  95. package/esm/models/inviteusertoteamop.js +2 -2
  96. package/esm/models/listaccessgroupsop.d.ts +2 -2
  97. package/esm/models/listaccessgroupsop.js +2 -2
  98. package/esm/models/listaliasesop.d.ts +4 -4
  99. package/esm/models/listaliasesop.js +8 -8
  100. package/esm/models/listdeploymentaliasesop.d.ts +4 -4
  101. package/esm/models/listdeploymentaliasesop.js +8 -8
  102. package/esm/models/listpromotealiasesop.d.ts +2 -2
  103. package/esm/models/listpromotealiasesop.js +2 -2
  104. package/esm/models/patchdomainop.d.ts +6 -6
  105. package/esm/models/patchdomainop.js +6 -6
  106. package/esm/models/patchurlprotectionbypassop.d.ts +4 -4
  107. package/esm/models/patchurlprotectionbypassop.js +4 -4
  108. package/esm/models/removeprojectenvop.d.ts +23 -23
  109. package/esm/models/removeprojectenvop.d.ts.map +1 -1
  110. package/esm/models/removeprojectenvop.js +17 -17
  111. package/esm/models/removeprojectenvop.js.map +1 -1
  112. package/esm/models/updatefirewallconfigop.d.ts +4 -4
  113. package/esm/models/updatefirewallconfigop.d.ts.map +1 -1
  114. package/esm/models/updatefirewallconfigop.js +24 -24
  115. package/esm/models/updatefirewallconfigop.js.map +1 -1
  116. package/esm/models/updateprojectdatacacheop.d.ts +20 -20
  117. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  118. package/esm/models/updateprojectdatacacheop.js +20 -20
  119. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  120. package/esm/models/updateprojectop.d.ts +157 -157
  121. package/esm/models/updateprojectop.d.ts.map +1 -1
  122. package/esm/models/updateprojectop.js +155 -155
  123. package/esm/models/updateprojectop.js.map +1 -1
  124. package/esm/models/updateprojectprotectionbypassop.d.ts +4 -4
  125. package/esm/models/updateprojectprotectionbypassop.js +4 -4
  126. package/esm/models/uploadfileop.d.ts +2 -2
  127. package/esm/models/uploadfileop.js +2 -2
  128. package/esm/models/userevent.d.ts +24 -24
  129. package/esm/models/userevent.d.ts.map +1 -1
  130. package/esm/models/userevent.js +467 -467
  131. package/esm/models/userevent.js.map +1 -1
  132. package/esm/sdk/edgeconfig.d.ts +1 -1
  133. package/esm/sdk/edgeconfig.d.ts.map +1 -1
  134. package/esm/types/constdatetime.js +1 -1
  135. package/jsr.json +1 -1
  136. package/package.json +1 -1
  137. package/src/__tests__/deployments.test.ts +1 -1
  138. package/src/__tests__/edgeconfig.test.ts +1 -22
  139. package/src/__tests__/projects.test.ts +15 -13
  140. package/src/funcs/edgeConfigGetEdgeConfigItems.ts +5 -4
  141. package/src/lib/config.ts +3 -3
  142. package/src/mcp-server/mcp-server.ts +1 -1
  143. package/src/mcp-server/server.ts +1 -1
  144. package/src/models/addbypassipop.ts +6 -6
  145. package/src/models/artifactqueryop.ts +5 -5
  146. package/src/models/authtoken.ts +8 -8
  147. package/src/models/canceldeploymentop.ts +1192 -169
  148. package/src/models/createdeploymentop.ts +1110 -169
  149. package/src/models/createeventop.ts +8 -8
  150. package/src/models/createortransferdomainop.ts +10 -10
  151. package/src/models/createprojectenvop.ts +22 -22
  152. package/src/models/createprojectop.ts +315 -315
  153. package/src/models/createrecordop.ts +38 -38
  154. package/src/models/editprojectenvop.ts +17 -17
  155. package/src/models/filterprojectenvsop.ts +38 -40
  156. package/src/models/getactiveattackstatusop.ts +6 -6
  157. package/src/models/getaliasop.ts +20 -20
  158. package/src/models/getauthuserop.ts +9 -9
  159. package/src/models/getconfigurationop.ts +15 -15
  160. package/src/models/getdeploymenteventsop.ts +26 -26
  161. package/src/models/getdeploymentop.ts +1245 -254
  162. package/src/models/getedgeconfigbackupop.ts +6 -6
  163. package/src/models/getprojectenvop.ts +36 -36
  164. package/src/models/getprojectmembersop.ts +6 -6
  165. package/src/models/getprojectsop.ts +51 -51
  166. package/src/models/getrecordsop.ts +4 -4
  167. package/src/models/getteamsop.ts +8 -8
  168. package/src/models/inviteusertoteamop.ts +6 -6
  169. package/src/models/listaccessgroupsop.ts +6 -6
  170. package/src/models/listaliasesop.ts +20 -20
  171. package/src/models/listdeploymentaliasesop.ts +20 -20
  172. package/src/models/listpromotealiasesop.ts +6 -6
  173. package/src/models/patchdomainop.ts +15 -15
  174. package/src/models/patchurlprotectionbypassop.ts +10 -10
  175. package/src/models/removeprojectenvop.ts +39 -41
  176. package/src/models/updatefirewallconfigop.ts +52 -52
  177. package/src/models/updateprojectdatacacheop.ts +47 -47
  178. package/src/models/updateprojectop.ts +315 -315
  179. package/src/models/updateprojectprotectionbypassop.ts +14 -14
  180. package/src/models/uploadfileop.ts +6 -6
  181. package/src/models/userevent.ts +955 -955
  182. package/src/sdk/edgeconfig.ts +1 -1
  183. package/src/types/constdatetime.ts +1 -1
  184. package/vercel-spec.json +1645 -937
@@ -175,7 +175,7 @@ export type GetDeploymentCustomEnvironment1 = {
175
175
  */
176
176
  updatedAt: number;
177
177
  };
178
- export type ResponseBodyCustomEnvironment = GetDeploymentCustomEnvironment2 | GetDeploymentCustomEnvironment1;
178
+ export type ResponseBodyCustomEnvironment = GetDeploymentCustomEnvironment1 | GetDeploymentCustomEnvironment2;
179
179
  export declare const ResponseBodyOomReport: {
180
180
  readonly OutOfMemory: "out-of-memory";
181
181
  };
@@ -363,7 +363,7 @@ export type GetDeploymentGitSource1 = {
363
363
  sha?: string | undefined;
364
364
  prId?: number | null | undefined;
365
365
  };
366
- export type ResponseBodyGitSource = GetDeploymentGitSource8 | GetDeploymentGitSource11 | GetDeploymentGitSource1 | GetDeploymentGitSource5 | GetDeploymentGitSource2 | GetDeploymentGitSource3 | GetDeploymentGitSource6 | GetDeploymentGitSource7 | GetDeploymentGitSource9 | GetDeploymentGitSource4 | GetDeploymentGitSource10 | GetDeploymentGitSource12;
366
+ export type ResponseBodyGitSource = GetDeploymentGitSource10 | GetDeploymentGitSource12 | GetDeploymentGitSource4 | GetDeploymentGitSource8 | GetDeploymentGitSource9 | GetDeploymentGitSource11 | GetDeploymentGitSource2 | GetDeploymentGitSource3 | GetDeploymentGitSource7 | GetDeploymentGitSource1 | GetDeploymentGitSource5 | GetDeploymentGitSource6;
367
367
  export type GetDeploymentResponseBodyProject = {
368
368
  id: string;
369
369
  name: string;
@@ -432,7 +432,7 @@ export type GetDeploymentResponseBody2 = {
432
432
  userAliases?: Array<string> | undefined;
433
433
  previewCommentsEnabled?: boolean | undefined;
434
434
  ttyBuildLogs?: boolean | undefined;
435
- customEnvironment?: GetDeploymentCustomEnvironment2 | GetDeploymentCustomEnvironment1 | undefined;
435
+ customEnvironment?: GetDeploymentCustomEnvironment1 | GetDeploymentCustomEnvironment2 | undefined;
436
436
  oomReport?: ResponseBodyOomReport | undefined;
437
437
  aliasWarning?: ResponseBodyAliasWarning | null | undefined;
438
438
  id: string;
@@ -464,7 +464,7 @@ export type GetDeploymentResponseBody2 = {
464
464
  * Since November 2023 this field defines a set of regions that we will deploy the lambda to passively Lambdas will be deployed to these regions but only invoked if all of the primary `regions` are marked as out of service
465
465
  */
466
466
  passiveRegions?: Array<string> | undefined;
467
- gitSource?: GetDeploymentGitSource8 | GetDeploymentGitSource11 | GetDeploymentGitSource1 | GetDeploymentGitSource5 | GetDeploymentGitSource2 | GetDeploymentGitSource3 | GetDeploymentGitSource6 | GetDeploymentGitSource7 | GetDeploymentGitSource9 | GetDeploymentGitSource4 | GetDeploymentGitSource10 | GetDeploymentGitSource12 | undefined;
467
+ gitSource?: GetDeploymentGitSource10 | GetDeploymentGitSource12 | GetDeploymentGitSource4 | GetDeploymentGitSource8 | GetDeploymentGitSource9 | GetDeploymentGitSource11 | GetDeploymentGitSource2 | GetDeploymentGitSource3 | GetDeploymentGitSource7 | GetDeploymentGitSource1 | GetDeploymentGitSource5 | GetDeploymentGitSource6 | undefined;
468
468
  meta: {
469
469
  [k: string]: string;
470
470
  };
@@ -802,7 +802,7 @@ export type GetDeploymentCustomEnvironmentDeployments1 = {
802
802
  */
803
803
  updatedAt: number;
804
804
  };
805
- export type GetDeploymentResponseBodyCustomEnvironment = GetDeploymentCustomEnvironmentDeployments2 | GetDeploymentCustomEnvironmentDeployments1;
805
+ export type GetDeploymentResponseBodyCustomEnvironment = GetDeploymentCustomEnvironmentDeployments1 | GetDeploymentCustomEnvironmentDeployments2;
806
806
  export declare const GetDeploymentResponseBodyOomReport: {
807
807
  readonly OutOfMemory: "out-of-memory";
808
808
  };
@@ -990,7 +990,7 @@ export type GetDeploymentGitSourceDeployments1 = {
990
990
  sha?: string | undefined;
991
991
  prId?: number | null | undefined;
992
992
  };
993
- export type GetDeploymentResponseBodyGitSource = GetDeploymentGitSourceDeployments8 | GetDeploymentGitSourceDeployments11 | GetDeploymentGitSourceDeployments1 | GetDeploymentGitSourceDeployments5 | GetDeploymentGitSourceDeployments2 | GetDeploymentGitSourceDeployments3 | GetDeploymentGitSourceDeployments6 | GetDeploymentGitSourceDeployments7 | GetDeploymentGitSourceDeployments9 | GetDeploymentGitSourceDeployments4 | GetDeploymentGitSourceDeployments10 | GetDeploymentGitSourceDeployments12;
993
+ export type GetDeploymentResponseBodyGitSource = GetDeploymentGitSourceDeployments10 | GetDeploymentGitSourceDeployments12 | GetDeploymentGitSourceDeployments4 | GetDeploymentGitSourceDeployments8 | GetDeploymentGitSourceDeployments9 | GetDeploymentGitSourceDeployments11 | GetDeploymentGitSourceDeployments2 | GetDeploymentGitSourceDeployments3 | GetDeploymentGitSourceDeployments7 | GetDeploymentGitSourceDeployments1 | GetDeploymentGitSourceDeployments5 | GetDeploymentGitSourceDeployments6;
994
994
  export type ResponseBodyProject = {
995
995
  id: string;
996
996
  name: string;
@@ -1084,18 +1084,48 @@ export declare const GetDeploymentHasType: {
1084
1084
  readonly Query: "query";
1085
1085
  };
1086
1086
  export type GetDeploymentHasType = ClosedEnum<typeof GetDeploymentHasType>;
1087
+ export type GetDeploymentValueDeploymentsResponse200Eq = string | number;
1088
+ export type GetDeploymentValueDeployments2 = {
1089
+ eq?: string | number | undefined;
1090
+ neq?: string | undefined;
1091
+ inc?: Array<string> | undefined;
1092
+ ninc?: Array<string> | undefined;
1093
+ pre?: string | undefined;
1094
+ suf?: string | undefined;
1095
+ re?: string | undefined;
1096
+ gt?: number | undefined;
1097
+ gte?: number | undefined;
1098
+ lt?: number | undefined;
1099
+ lte?: number | undefined;
1100
+ };
1101
+ export type GetDeploymentHasValue = GetDeploymentValueDeployments2 | string;
1087
1102
  export type GetDeploymentHas2 = {
1088
1103
  type: GetDeploymentHasType;
1089
1104
  key: string;
1090
- value?: string | undefined;
1105
+ value?: GetDeploymentValueDeployments2 | string | undefined;
1091
1106
  };
1092
1107
  export declare const GetDeploymentHasDeploymentsType: {
1093
1108
  readonly Host: "host";
1094
1109
  };
1095
1110
  export type GetDeploymentHasDeploymentsType = ClosedEnum<typeof GetDeploymentHasDeploymentsType>;
1111
+ export type GetDeploymentValueDeploymentsResponseEq = string | number;
1112
+ export type GetDeploymentValue2 = {
1113
+ eq?: string | number | undefined;
1114
+ neq?: string | undefined;
1115
+ inc?: Array<string> | undefined;
1116
+ ninc?: Array<string> | undefined;
1117
+ pre?: string | undefined;
1118
+ suf?: string | undefined;
1119
+ re?: string | undefined;
1120
+ gt?: number | undefined;
1121
+ gte?: number | undefined;
1122
+ lt?: number | undefined;
1123
+ lte?: number | undefined;
1124
+ };
1125
+ export type GetDeploymentHasDeploymentsValue = GetDeploymentValue2 | string;
1096
1126
  export type GetDeploymentHas1 = {
1097
1127
  type: GetDeploymentHasDeploymentsType;
1098
- value: string;
1128
+ value: GetDeploymentValue2 | string;
1099
1129
  };
1100
1130
  export type GetDeploymentRoutesHas = GetDeploymentHas1 | GetDeploymentHas2;
1101
1131
  export declare const GetDeploymentMissingType: {
@@ -1104,20 +1134,58 @@ export declare const GetDeploymentMissingType: {
1104
1134
  readonly Query: "query";
1105
1135
  };
1106
1136
  export type GetDeploymentMissingType = ClosedEnum<typeof GetDeploymentMissingType>;
1137
+ export type GetDeploymentValueDeploymentsEq = string | number;
1138
+ export type GetDeploymentValueDeploymentsResponse2002 = {
1139
+ eq?: string | number | undefined;
1140
+ neq?: string | undefined;
1141
+ inc?: Array<string> | undefined;
1142
+ ninc?: Array<string> | undefined;
1143
+ pre?: string | undefined;
1144
+ suf?: string | undefined;
1145
+ re?: string | undefined;
1146
+ gt?: number | undefined;
1147
+ gte?: number | undefined;
1148
+ lt?: number | undefined;
1149
+ lte?: number | undefined;
1150
+ };
1151
+ export type GetDeploymentMissingValue = GetDeploymentValueDeploymentsResponse2002 | string;
1107
1152
  export type GetDeploymentMissing2 = {
1108
1153
  type: GetDeploymentMissingType;
1109
1154
  key: string;
1110
- value?: string | undefined;
1155
+ value?: GetDeploymentValueDeploymentsResponse2002 | string | undefined;
1111
1156
  };
1112
1157
  export declare const GetDeploymentMissingDeploymentsType: {
1113
1158
  readonly Host: "host";
1114
1159
  };
1115
1160
  export type GetDeploymentMissingDeploymentsType = ClosedEnum<typeof GetDeploymentMissingDeploymentsType>;
1161
+ export type GetDeploymentValueEq = string | number;
1162
+ export type GetDeploymentValueDeploymentsResponse2 = {
1163
+ eq?: string | number | undefined;
1164
+ neq?: string | undefined;
1165
+ inc?: Array<string> | undefined;
1166
+ ninc?: Array<string> | undefined;
1167
+ pre?: string | undefined;
1168
+ suf?: string | undefined;
1169
+ re?: string | undefined;
1170
+ gt?: number | undefined;
1171
+ gte?: number | undefined;
1172
+ lt?: number | undefined;
1173
+ lte?: number | undefined;
1174
+ };
1175
+ export type GetDeploymentMissingDeploymentsValue = GetDeploymentValueDeploymentsResponse2 | string;
1116
1176
  export type GetDeploymentMissing1 = {
1117
1177
  type: GetDeploymentMissingDeploymentsType;
1118
- value: string;
1178
+ value: GetDeploymentValueDeploymentsResponse2 | string;
1119
1179
  };
1120
1180
  export type GetDeploymentRoutesMissing = GetDeploymentMissing1 | GetDeploymentMissing2;
1181
+ export declare const GetDeploymentRoutesAction: {
1182
+ readonly Challenge: "challenge";
1183
+ readonly Deny: "deny";
1184
+ };
1185
+ export type GetDeploymentRoutesAction = ClosedEnum<typeof GetDeploymentRoutesAction>;
1186
+ export type GetDeploymentRoutesMitigate = {
1187
+ action: GetDeploymentRoutesAction;
1188
+ };
1121
1189
  export type GetDeploymentRoutesLocale = {
1122
1190
  redirect?: {
1123
1191
  [k: string]: string;
@@ -1139,6 +1207,7 @@ export type GetDeploymentRoutes1 = {
1139
1207
  status?: number | undefined;
1140
1208
  has?: Array<GetDeploymentHas1 | GetDeploymentHas2> | undefined;
1141
1209
  missing?: Array<GetDeploymentMissing1 | GetDeploymentMissing2> | undefined;
1210
+ mitigate?: GetDeploymentRoutesMitigate | undefined;
1142
1211
  locale?: GetDeploymentRoutesLocale | undefined;
1143
1212
  /**
1144
1213
  * A middleware key within the `output` key under the build result. Overrides a `middleware` definition.
@@ -1153,7 +1222,7 @@ export type GetDeploymentRoutes1 = {
1153
1222
  */
1154
1223
  middleware?: number | undefined;
1155
1224
  };
1156
- export type ResponseBodyRoutes = GetDeploymentRoutes3 | GetDeploymentRoutes2 | GetDeploymentRoutes1;
1225
+ export type ResponseBodyRoutes = GetDeploymentRoutes3 | GetDeploymentRoutes1 | GetDeploymentRoutes2;
1157
1226
  export declare const GetDeploymentGitRepoDeploymentsType: {
1158
1227
  readonly Bitbucket: "bitbucket";
1159
1228
  };
@@ -1216,7 +1285,7 @@ export type GetDeploymentGitRepo1 = {
1216
1285
  private: boolean;
1217
1286
  ownerType: GetDeploymentGitRepoDeploymentsOwnerType;
1218
1287
  };
1219
- export type ResponseBodyGitRepo = GetDeploymentGitRepo1 | GetDeploymentGitRepo2 | GetDeploymentGitRepo3;
1288
+ export type ResponseBodyGitRepo = GetDeploymentGitRepo2 | GetDeploymentGitRepo3 | GetDeploymentGitRepo1;
1220
1289
  /**
1221
1290
  * Flags defined in the Build Output API, used by this deployment. Primarily used by the Toolbar to know about the used flags.
1222
1291
  */
@@ -1292,7 +1361,7 @@ export type GetDeploymentMicrofrontends1 = {
1292
1361
  */
1293
1362
  groupIds: Array<string>;
1294
1363
  };
1295
- export type ResponseBodyMicrofrontends = GetDeploymentMicrofrontends1 | GetDeploymentMicrofrontends2;
1364
+ export type ResponseBodyMicrofrontends = GetDeploymentMicrofrontends2 | GetDeploymentMicrofrontends1;
1296
1365
  export declare const ResponseBodyFunctionType: {
1297
1366
  readonly Fluid: "fluid";
1298
1367
  readonly Standard: "standard";
@@ -1373,7 +1442,7 @@ export type GetDeploymentResponseBody1 = {
1373
1442
  userAliases?: Array<string> | undefined;
1374
1443
  previewCommentsEnabled?: boolean | undefined;
1375
1444
  ttyBuildLogs?: boolean | undefined;
1376
- customEnvironment?: GetDeploymentCustomEnvironmentDeployments2 | GetDeploymentCustomEnvironmentDeployments1 | undefined;
1445
+ customEnvironment?: GetDeploymentCustomEnvironmentDeployments1 | GetDeploymentCustomEnvironmentDeployments2 | undefined;
1377
1446
  oomReport?: GetDeploymentResponseBodyOomReport | undefined;
1378
1447
  aliasWarning?: GetDeploymentResponseBodyAliasWarning | null | undefined;
1379
1448
  id: string;
@@ -1405,7 +1474,7 @@ export type GetDeploymentResponseBody1 = {
1405
1474
  * Since November 2023 this field defines a set of regions that we will deploy the lambda to passively Lambdas will be deployed to these regions but only invoked if all of the primary `regions` are marked as out of service
1406
1475
  */
1407
1476
  passiveRegions?: Array<string> | undefined;
1408
- gitSource?: GetDeploymentGitSourceDeployments8 | GetDeploymentGitSourceDeployments11 | GetDeploymentGitSourceDeployments1 | GetDeploymentGitSourceDeployments5 | GetDeploymentGitSourceDeployments2 | GetDeploymentGitSourceDeployments3 | GetDeploymentGitSourceDeployments6 | GetDeploymentGitSourceDeployments7 | GetDeploymentGitSourceDeployments9 | GetDeploymentGitSourceDeployments4 | GetDeploymentGitSourceDeployments10 | GetDeploymentGitSourceDeployments12 | undefined;
1477
+ gitSource?: GetDeploymentGitSourceDeployments10 | GetDeploymentGitSourceDeployments12 | GetDeploymentGitSourceDeployments4 | GetDeploymentGitSourceDeployments8 | GetDeploymentGitSourceDeployments9 | GetDeploymentGitSourceDeployments11 | GetDeploymentGitSourceDeployments2 | GetDeploymentGitSourceDeployments3 | GetDeploymentGitSourceDeployments7 | GetDeploymentGitSourceDeployments1 | GetDeploymentGitSourceDeployments5 | GetDeploymentGitSourceDeployments6 | undefined;
1409
1478
  meta: {
1410
1479
  [k: string]: string;
1411
1480
  };
@@ -1438,10 +1507,10 @@ export type GetDeploymentResponseBody1 = {
1438
1507
  * Since November 2023 this field defines a Secure Compute network that will only be used to deploy passive lambdas to (as in passiveRegions)
1439
1508
  */
1440
1509
  passiveConnectConfigurationId?: string | undefined;
1441
- routes: Array<GetDeploymentRoutes3 | GetDeploymentRoutes2 | GetDeploymentRoutes1> | null;
1442
- gitRepo?: GetDeploymentGitRepo1 | GetDeploymentGitRepo2 | GetDeploymentGitRepo3 | null | undefined;
1510
+ routes: Array<GetDeploymentRoutes3 | GetDeploymentRoutes1 | GetDeploymentRoutes2> | null;
1511
+ gitRepo?: GetDeploymentGitRepo2 | GetDeploymentGitRepo3 | GetDeploymentGitRepo1 | null | undefined;
1443
1512
  flags?: GetDeploymentFlags1 | Array<GetDeploymentFlags2> | undefined;
1444
- microfrontends?: GetDeploymentMicrofrontends1 | GetDeploymentMicrofrontends2 | undefined;
1513
+ microfrontends?: GetDeploymentMicrofrontends2 | GetDeploymentMicrofrontends1 | undefined;
1445
1514
  /**
1446
1515
  * Since February 2025 the configuration must include snapshot data at the time of deployment creation to capture properties for the /deployments/:id/config endpoint utilized for displaying Deployment Configuration on the frontend This is optional because older deployments may not have this data captured
1447
1516
  */
@@ -1454,7 +1523,7 @@ export type GetDeploymentResponseBody1 = {
1454
1523
  * @remarks
1455
1524
  * The deployment including both public and private information
1456
1525
  */
1457
- export type GetDeploymentResponseBody = GetDeploymentResponseBody2 | GetDeploymentResponseBody1;
1526
+ export type GetDeploymentResponseBody = GetDeploymentResponseBody1 | GetDeploymentResponseBody2;
1458
1527
  /** @internal */
1459
1528
  export declare const GetDeploymentRequest$inboundSchema: z.ZodType<GetDeploymentRequest, z.ZodTypeDef, unknown>;
1460
1529
  /** @internal */
@@ -1810,7 +1879,7 @@ export declare function getDeploymentCustomEnvironment1FromJSON(jsonString: stri
1810
1879
  /** @internal */
1811
1880
  export declare const ResponseBodyCustomEnvironment$inboundSchema: z.ZodType<ResponseBodyCustomEnvironment, z.ZodTypeDef, unknown>;
1812
1881
  /** @internal */
1813
- export type ResponseBodyCustomEnvironment$Outbound = GetDeploymentCustomEnvironment2$Outbound | GetDeploymentCustomEnvironment1$Outbound;
1882
+ export type ResponseBodyCustomEnvironment$Outbound = GetDeploymentCustomEnvironment1$Outbound | GetDeploymentCustomEnvironment2$Outbound;
1814
1883
  /** @internal */
1815
1884
  export declare const ResponseBodyCustomEnvironment$outboundSchema: z.ZodType<ResponseBodyCustomEnvironment$Outbound, z.ZodTypeDef, ResponseBodyCustomEnvironment>;
1816
1885
  /**
@@ -2585,7 +2654,7 @@ export declare function getDeploymentGitSource1FromJSON(jsonString: string): Saf
2585
2654
  /** @internal */
2586
2655
  export declare const ResponseBodyGitSource$inboundSchema: z.ZodType<ResponseBodyGitSource, z.ZodTypeDef, unknown>;
2587
2656
  /** @internal */
2588
- export type ResponseBodyGitSource$Outbound = GetDeploymentGitSource8$Outbound | GetDeploymentGitSource11$Outbound | GetDeploymentGitSource1$Outbound | GetDeploymentGitSource5$Outbound | GetDeploymentGitSource2$Outbound | GetDeploymentGitSource3$Outbound | GetDeploymentGitSource6$Outbound | GetDeploymentGitSource7$Outbound | GetDeploymentGitSource9$Outbound | GetDeploymentGitSource4$Outbound | GetDeploymentGitSource10$Outbound | GetDeploymentGitSource12$Outbound;
2657
+ export type ResponseBodyGitSource$Outbound = GetDeploymentGitSource10$Outbound | GetDeploymentGitSource12$Outbound | GetDeploymentGitSource4$Outbound | GetDeploymentGitSource8$Outbound | GetDeploymentGitSource9$Outbound | GetDeploymentGitSource11$Outbound | GetDeploymentGitSource2$Outbound | GetDeploymentGitSource3$Outbound | GetDeploymentGitSource7$Outbound | GetDeploymentGitSource1$Outbound | GetDeploymentGitSource5$Outbound | GetDeploymentGitSource6$Outbound;
2589
2658
  /** @internal */
2590
2659
  export declare const ResponseBodyGitSource$outboundSchema: z.ZodType<ResponseBodyGitSource$Outbound, z.ZodTypeDef, ResponseBodyGitSource>;
2591
2660
  /**
@@ -2751,7 +2820,7 @@ export type GetDeploymentResponseBody2$Outbound = {
2751
2820
  userAliases?: Array<string> | undefined;
2752
2821
  previewCommentsEnabled?: boolean | undefined;
2753
2822
  ttyBuildLogs?: boolean | undefined;
2754
- customEnvironment?: GetDeploymentCustomEnvironment2$Outbound | GetDeploymentCustomEnvironment1$Outbound | undefined;
2823
+ customEnvironment?: GetDeploymentCustomEnvironment1$Outbound | GetDeploymentCustomEnvironment2$Outbound | undefined;
2755
2824
  oomReport?: string | undefined;
2756
2825
  aliasWarning?: ResponseBodyAliasWarning$Outbound | null | undefined;
2757
2826
  id: string;
@@ -2774,7 +2843,7 @@ export type GetDeploymentResponseBody2$Outbound = {
2774
2843
  errorMessage?: string | null | undefined;
2775
2844
  errorStep?: string | undefined;
2776
2845
  passiveRegions?: Array<string> | undefined;
2777
- gitSource?: GetDeploymentGitSource8$Outbound | GetDeploymentGitSource11$Outbound | GetDeploymentGitSource1$Outbound | GetDeploymentGitSource5$Outbound | GetDeploymentGitSource2$Outbound | GetDeploymentGitSource3$Outbound | GetDeploymentGitSource6$Outbound | GetDeploymentGitSource7$Outbound | GetDeploymentGitSource9$Outbound | GetDeploymentGitSource4$Outbound | GetDeploymentGitSource10$Outbound | GetDeploymentGitSource12$Outbound | undefined;
2846
+ gitSource?: GetDeploymentGitSource10$Outbound | GetDeploymentGitSource12$Outbound | GetDeploymentGitSource4$Outbound | GetDeploymentGitSource8$Outbound | GetDeploymentGitSource9$Outbound | GetDeploymentGitSource11$Outbound | GetDeploymentGitSource2$Outbound | GetDeploymentGitSource3$Outbound | GetDeploymentGitSource7$Outbound | GetDeploymentGitSource1$Outbound | GetDeploymentGitSource5$Outbound | GetDeploymentGitSource6$Outbound | undefined;
2778
2847
  meta: {
2779
2848
  [k: string]: string;
2780
2849
  };
@@ -3586,7 +3655,7 @@ export declare function getDeploymentCustomEnvironmentDeployments1FromJSON(jsonS
3586
3655
  /** @internal */
3587
3656
  export declare const GetDeploymentResponseBodyCustomEnvironment$inboundSchema: z.ZodType<GetDeploymentResponseBodyCustomEnvironment, z.ZodTypeDef, unknown>;
3588
3657
  /** @internal */
3589
- export type GetDeploymentResponseBodyCustomEnvironment$Outbound = GetDeploymentCustomEnvironmentDeployments2$Outbound | GetDeploymentCustomEnvironmentDeployments1$Outbound;
3658
+ export type GetDeploymentResponseBodyCustomEnvironment$Outbound = GetDeploymentCustomEnvironmentDeployments1$Outbound | GetDeploymentCustomEnvironmentDeployments2$Outbound;
3590
3659
  /** @internal */
3591
3660
  export declare const GetDeploymentResponseBodyCustomEnvironment$outboundSchema: z.ZodType<GetDeploymentResponseBodyCustomEnvironment$Outbound, z.ZodTypeDef, GetDeploymentResponseBodyCustomEnvironment>;
3592
3661
  /**
@@ -4361,7 +4430,7 @@ export declare function getDeploymentGitSourceDeployments1FromJSON(jsonString: s
4361
4430
  /** @internal */
4362
4431
  export declare const GetDeploymentResponseBodyGitSource$inboundSchema: z.ZodType<GetDeploymentResponseBodyGitSource, z.ZodTypeDef, unknown>;
4363
4432
  /** @internal */
4364
- export type GetDeploymentResponseBodyGitSource$Outbound = GetDeploymentGitSourceDeployments8$Outbound | GetDeploymentGitSourceDeployments11$Outbound | GetDeploymentGitSourceDeployments1$Outbound | GetDeploymentGitSourceDeployments5$Outbound | GetDeploymentGitSourceDeployments2$Outbound | GetDeploymentGitSourceDeployments3$Outbound | GetDeploymentGitSourceDeployments6$Outbound | GetDeploymentGitSourceDeployments7$Outbound | GetDeploymentGitSourceDeployments9$Outbound | GetDeploymentGitSourceDeployments4$Outbound | GetDeploymentGitSourceDeployments10$Outbound | GetDeploymentGitSourceDeployments12$Outbound;
4433
+ export type GetDeploymentResponseBodyGitSource$Outbound = GetDeploymentGitSourceDeployments10$Outbound | GetDeploymentGitSourceDeployments12$Outbound | GetDeploymentGitSourceDeployments4$Outbound | GetDeploymentGitSourceDeployments8$Outbound | GetDeploymentGitSourceDeployments9$Outbound | GetDeploymentGitSourceDeployments11$Outbound | GetDeploymentGitSourceDeployments2$Outbound | GetDeploymentGitSourceDeployments3$Outbound | GetDeploymentGitSourceDeployments7$Outbound | GetDeploymentGitSourceDeployments1$Outbound | GetDeploymentGitSourceDeployments5$Outbound | GetDeploymentGitSourceDeployments6$Outbound;
4365
4434
  /** @internal */
4366
4435
  export declare const GetDeploymentResponseBodyGitSource$outboundSchema: z.ZodType<GetDeploymentResponseBodyGitSource$Outbound, z.ZodTypeDef, GetDeploymentResponseBodyGitSource>;
4367
4436
  /**
@@ -4698,12 +4767,84 @@ export declare namespace GetDeploymentHasType$ {
4698
4767
  }>;
4699
4768
  }
4700
4769
  /** @internal */
4770
+ export declare const GetDeploymentValueDeploymentsResponse200Eq$inboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponse200Eq, z.ZodTypeDef, unknown>;
4771
+ /** @internal */
4772
+ export type GetDeploymentValueDeploymentsResponse200Eq$Outbound = string | number;
4773
+ /** @internal */
4774
+ export declare const GetDeploymentValueDeploymentsResponse200Eq$outboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponse200Eq$Outbound, z.ZodTypeDef, GetDeploymentValueDeploymentsResponse200Eq>;
4775
+ /**
4776
+ * @internal
4777
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4778
+ */
4779
+ export declare namespace GetDeploymentValueDeploymentsResponse200Eq$ {
4780
+ /** @deprecated use `GetDeploymentValueDeploymentsResponse200Eq$inboundSchema` instead. */
4781
+ const inboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponse200Eq, z.ZodTypeDef, unknown>;
4782
+ /** @deprecated use `GetDeploymentValueDeploymentsResponse200Eq$outboundSchema` instead. */
4783
+ const outboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponse200Eq$Outbound, z.ZodTypeDef, GetDeploymentValueDeploymentsResponse200Eq>;
4784
+ /** @deprecated use `GetDeploymentValueDeploymentsResponse200Eq$Outbound` instead. */
4785
+ type Outbound = GetDeploymentValueDeploymentsResponse200Eq$Outbound;
4786
+ }
4787
+ export declare function getDeploymentValueDeploymentsResponse200EqToJSON(getDeploymentValueDeploymentsResponse200Eq: GetDeploymentValueDeploymentsResponse200Eq): string;
4788
+ export declare function getDeploymentValueDeploymentsResponse200EqFromJSON(jsonString: string): SafeParseResult<GetDeploymentValueDeploymentsResponse200Eq, SDKValidationError>;
4789
+ /** @internal */
4790
+ export declare const GetDeploymentValueDeployments2$inboundSchema: z.ZodType<GetDeploymentValueDeployments2, z.ZodTypeDef, unknown>;
4791
+ /** @internal */
4792
+ export type GetDeploymentValueDeployments2$Outbound = {
4793
+ eq?: string | number | undefined;
4794
+ neq?: string | undefined;
4795
+ inc?: Array<string> | undefined;
4796
+ ninc?: Array<string> | undefined;
4797
+ pre?: string | undefined;
4798
+ suf?: string | undefined;
4799
+ re?: string | undefined;
4800
+ gt?: number | undefined;
4801
+ gte?: number | undefined;
4802
+ lt?: number | undefined;
4803
+ lte?: number | undefined;
4804
+ };
4805
+ /** @internal */
4806
+ export declare const GetDeploymentValueDeployments2$outboundSchema: z.ZodType<GetDeploymentValueDeployments2$Outbound, z.ZodTypeDef, GetDeploymentValueDeployments2>;
4807
+ /**
4808
+ * @internal
4809
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4810
+ */
4811
+ export declare namespace GetDeploymentValueDeployments2$ {
4812
+ /** @deprecated use `GetDeploymentValueDeployments2$inboundSchema` instead. */
4813
+ const inboundSchema: z.ZodType<GetDeploymentValueDeployments2, z.ZodTypeDef, unknown>;
4814
+ /** @deprecated use `GetDeploymentValueDeployments2$outboundSchema` instead. */
4815
+ const outboundSchema: z.ZodType<GetDeploymentValueDeployments2$Outbound, z.ZodTypeDef, GetDeploymentValueDeployments2>;
4816
+ /** @deprecated use `GetDeploymentValueDeployments2$Outbound` instead. */
4817
+ type Outbound = GetDeploymentValueDeployments2$Outbound;
4818
+ }
4819
+ export declare function getDeploymentValueDeployments2ToJSON(getDeploymentValueDeployments2: GetDeploymentValueDeployments2): string;
4820
+ export declare function getDeploymentValueDeployments2FromJSON(jsonString: string): SafeParseResult<GetDeploymentValueDeployments2, SDKValidationError>;
4821
+ /** @internal */
4822
+ export declare const GetDeploymentHasValue$inboundSchema: z.ZodType<GetDeploymentHasValue, z.ZodTypeDef, unknown>;
4823
+ /** @internal */
4824
+ export type GetDeploymentHasValue$Outbound = GetDeploymentValueDeployments2$Outbound | string;
4825
+ /** @internal */
4826
+ export declare const GetDeploymentHasValue$outboundSchema: z.ZodType<GetDeploymentHasValue$Outbound, z.ZodTypeDef, GetDeploymentHasValue>;
4827
+ /**
4828
+ * @internal
4829
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4830
+ */
4831
+ export declare namespace GetDeploymentHasValue$ {
4832
+ /** @deprecated use `GetDeploymentHasValue$inboundSchema` instead. */
4833
+ const inboundSchema: z.ZodType<GetDeploymentHasValue, z.ZodTypeDef, unknown>;
4834
+ /** @deprecated use `GetDeploymentHasValue$outboundSchema` instead. */
4835
+ const outboundSchema: z.ZodType<GetDeploymentHasValue$Outbound, z.ZodTypeDef, GetDeploymentHasValue>;
4836
+ /** @deprecated use `GetDeploymentHasValue$Outbound` instead. */
4837
+ type Outbound = GetDeploymentHasValue$Outbound;
4838
+ }
4839
+ export declare function getDeploymentHasValueToJSON(getDeploymentHasValue: GetDeploymentHasValue): string;
4840
+ export declare function getDeploymentHasValueFromJSON(jsonString: string): SafeParseResult<GetDeploymentHasValue, SDKValidationError>;
4841
+ /** @internal */
4701
4842
  export declare const GetDeploymentHas2$inboundSchema: z.ZodType<GetDeploymentHas2, z.ZodTypeDef, unknown>;
4702
4843
  /** @internal */
4703
4844
  export type GetDeploymentHas2$Outbound = {
4704
4845
  type: string;
4705
4846
  key: string;
4706
- value?: string | undefined;
4847
+ value?: GetDeploymentValueDeployments2$Outbound | string | undefined;
4707
4848
  };
4708
4849
  /** @internal */
4709
4850
  export declare const GetDeploymentHas2$outboundSchema: z.ZodType<GetDeploymentHas2$Outbound, z.ZodTypeDef, GetDeploymentHas2>;
@@ -4740,11 +4881,83 @@ export declare namespace GetDeploymentHasDeploymentsType$ {
4740
4881
  }>;
4741
4882
  }
4742
4883
  /** @internal */
4884
+ export declare const GetDeploymentValueDeploymentsResponseEq$inboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponseEq, z.ZodTypeDef, unknown>;
4885
+ /** @internal */
4886
+ export type GetDeploymentValueDeploymentsResponseEq$Outbound = string | number;
4887
+ /** @internal */
4888
+ export declare const GetDeploymentValueDeploymentsResponseEq$outboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponseEq$Outbound, z.ZodTypeDef, GetDeploymentValueDeploymentsResponseEq>;
4889
+ /**
4890
+ * @internal
4891
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4892
+ */
4893
+ export declare namespace GetDeploymentValueDeploymentsResponseEq$ {
4894
+ /** @deprecated use `GetDeploymentValueDeploymentsResponseEq$inboundSchema` instead. */
4895
+ const inboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponseEq, z.ZodTypeDef, unknown>;
4896
+ /** @deprecated use `GetDeploymentValueDeploymentsResponseEq$outboundSchema` instead. */
4897
+ const outboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponseEq$Outbound, z.ZodTypeDef, GetDeploymentValueDeploymentsResponseEq>;
4898
+ /** @deprecated use `GetDeploymentValueDeploymentsResponseEq$Outbound` instead. */
4899
+ type Outbound = GetDeploymentValueDeploymentsResponseEq$Outbound;
4900
+ }
4901
+ export declare function getDeploymentValueDeploymentsResponseEqToJSON(getDeploymentValueDeploymentsResponseEq: GetDeploymentValueDeploymentsResponseEq): string;
4902
+ export declare function getDeploymentValueDeploymentsResponseEqFromJSON(jsonString: string): SafeParseResult<GetDeploymentValueDeploymentsResponseEq, SDKValidationError>;
4903
+ /** @internal */
4904
+ export declare const GetDeploymentValue2$inboundSchema: z.ZodType<GetDeploymentValue2, z.ZodTypeDef, unknown>;
4905
+ /** @internal */
4906
+ export type GetDeploymentValue2$Outbound = {
4907
+ eq?: string | number | undefined;
4908
+ neq?: string | undefined;
4909
+ inc?: Array<string> | undefined;
4910
+ ninc?: Array<string> | undefined;
4911
+ pre?: string | undefined;
4912
+ suf?: string | undefined;
4913
+ re?: string | undefined;
4914
+ gt?: number | undefined;
4915
+ gte?: number | undefined;
4916
+ lt?: number | undefined;
4917
+ lte?: number | undefined;
4918
+ };
4919
+ /** @internal */
4920
+ export declare const GetDeploymentValue2$outboundSchema: z.ZodType<GetDeploymentValue2$Outbound, z.ZodTypeDef, GetDeploymentValue2>;
4921
+ /**
4922
+ * @internal
4923
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4924
+ */
4925
+ export declare namespace GetDeploymentValue2$ {
4926
+ /** @deprecated use `GetDeploymentValue2$inboundSchema` instead. */
4927
+ const inboundSchema: z.ZodType<GetDeploymentValue2, z.ZodTypeDef, unknown>;
4928
+ /** @deprecated use `GetDeploymentValue2$outboundSchema` instead. */
4929
+ const outboundSchema: z.ZodType<GetDeploymentValue2$Outbound, z.ZodTypeDef, GetDeploymentValue2>;
4930
+ /** @deprecated use `GetDeploymentValue2$Outbound` instead. */
4931
+ type Outbound = GetDeploymentValue2$Outbound;
4932
+ }
4933
+ export declare function getDeploymentValue2ToJSON(getDeploymentValue2: GetDeploymentValue2): string;
4934
+ export declare function getDeploymentValue2FromJSON(jsonString: string): SafeParseResult<GetDeploymentValue2, SDKValidationError>;
4935
+ /** @internal */
4936
+ export declare const GetDeploymentHasDeploymentsValue$inboundSchema: z.ZodType<GetDeploymentHasDeploymentsValue, z.ZodTypeDef, unknown>;
4937
+ /** @internal */
4938
+ export type GetDeploymentHasDeploymentsValue$Outbound = GetDeploymentValue2$Outbound | string;
4939
+ /** @internal */
4940
+ export declare const GetDeploymentHasDeploymentsValue$outboundSchema: z.ZodType<GetDeploymentHasDeploymentsValue$Outbound, z.ZodTypeDef, GetDeploymentHasDeploymentsValue>;
4941
+ /**
4942
+ * @internal
4943
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4944
+ */
4945
+ export declare namespace GetDeploymentHasDeploymentsValue$ {
4946
+ /** @deprecated use `GetDeploymentHasDeploymentsValue$inboundSchema` instead. */
4947
+ const inboundSchema: z.ZodType<GetDeploymentHasDeploymentsValue, z.ZodTypeDef, unknown>;
4948
+ /** @deprecated use `GetDeploymentHasDeploymentsValue$outboundSchema` instead. */
4949
+ const outboundSchema: z.ZodType<GetDeploymentHasDeploymentsValue$Outbound, z.ZodTypeDef, GetDeploymentHasDeploymentsValue>;
4950
+ /** @deprecated use `GetDeploymentHasDeploymentsValue$Outbound` instead. */
4951
+ type Outbound = GetDeploymentHasDeploymentsValue$Outbound;
4952
+ }
4953
+ export declare function getDeploymentHasDeploymentsValueToJSON(getDeploymentHasDeploymentsValue: GetDeploymentHasDeploymentsValue): string;
4954
+ export declare function getDeploymentHasDeploymentsValueFromJSON(jsonString: string): SafeParseResult<GetDeploymentHasDeploymentsValue, SDKValidationError>;
4955
+ /** @internal */
4743
4956
  export declare const GetDeploymentHas1$inboundSchema: z.ZodType<GetDeploymentHas1, z.ZodTypeDef, unknown>;
4744
4957
  /** @internal */
4745
4958
  export type GetDeploymentHas1$Outbound = {
4746
4959
  type: string;
4747
- value: string;
4960
+ value: GetDeploymentValue2$Outbound | string;
4748
4961
  };
4749
4962
  /** @internal */
4750
4963
  export declare const GetDeploymentHas1$outboundSchema: z.ZodType<GetDeploymentHas1$Outbound, z.ZodTypeDef, GetDeploymentHas1>;
@@ -4805,12 +5018,84 @@ export declare namespace GetDeploymentMissingType$ {
4805
5018
  }>;
4806
5019
  }
4807
5020
  /** @internal */
5021
+ export declare const GetDeploymentValueDeploymentsEq$inboundSchema: z.ZodType<GetDeploymentValueDeploymentsEq, z.ZodTypeDef, unknown>;
5022
+ /** @internal */
5023
+ export type GetDeploymentValueDeploymentsEq$Outbound = string | number;
5024
+ /** @internal */
5025
+ export declare const GetDeploymentValueDeploymentsEq$outboundSchema: z.ZodType<GetDeploymentValueDeploymentsEq$Outbound, z.ZodTypeDef, GetDeploymentValueDeploymentsEq>;
5026
+ /**
5027
+ * @internal
5028
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5029
+ */
5030
+ export declare namespace GetDeploymentValueDeploymentsEq$ {
5031
+ /** @deprecated use `GetDeploymentValueDeploymentsEq$inboundSchema` instead. */
5032
+ const inboundSchema: z.ZodType<GetDeploymentValueDeploymentsEq, z.ZodTypeDef, unknown>;
5033
+ /** @deprecated use `GetDeploymentValueDeploymentsEq$outboundSchema` instead. */
5034
+ const outboundSchema: z.ZodType<GetDeploymentValueDeploymentsEq$Outbound, z.ZodTypeDef, GetDeploymentValueDeploymentsEq>;
5035
+ /** @deprecated use `GetDeploymentValueDeploymentsEq$Outbound` instead. */
5036
+ type Outbound = GetDeploymentValueDeploymentsEq$Outbound;
5037
+ }
5038
+ export declare function getDeploymentValueDeploymentsEqToJSON(getDeploymentValueDeploymentsEq: GetDeploymentValueDeploymentsEq): string;
5039
+ export declare function getDeploymentValueDeploymentsEqFromJSON(jsonString: string): SafeParseResult<GetDeploymentValueDeploymentsEq, SDKValidationError>;
5040
+ /** @internal */
5041
+ export declare const GetDeploymentValueDeploymentsResponse2002$inboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponse2002, z.ZodTypeDef, unknown>;
5042
+ /** @internal */
5043
+ export type GetDeploymentValueDeploymentsResponse2002$Outbound = {
5044
+ eq?: string | number | undefined;
5045
+ neq?: string | undefined;
5046
+ inc?: Array<string> | undefined;
5047
+ ninc?: Array<string> | undefined;
5048
+ pre?: string | undefined;
5049
+ suf?: string | undefined;
5050
+ re?: string | undefined;
5051
+ gt?: number | undefined;
5052
+ gte?: number | undefined;
5053
+ lt?: number | undefined;
5054
+ lte?: number | undefined;
5055
+ };
5056
+ /** @internal */
5057
+ export declare const GetDeploymentValueDeploymentsResponse2002$outboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponse2002$Outbound, z.ZodTypeDef, GetDeploymentValueDeploymentsResponse2002>;
5058
+ /**
5059
+ * @internal
5060
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5061
+ */
5062
+ export declare namespace GetDeploymentValueDeploymentsResponse2002$ {
5063
+ /** @deprecated use `GetDeploymentValueDeploymentsResponse2002$inboundSchema` instead. */
5064
+ const inboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponse2002, z.ZodTypeDef, unknown>;
5065
+ /** @deprecated use `GetDeploymentValueDeploymentsResponse2002$outboundSchema` instead. */
5066
+ const outboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponse2002$Outbound, z.ZodTypeDef, GetDeploymentValueDeploymentsResponse2002>;
5067
+ /** @deprecated use `GetDeploymentValueDeploymentsResponse2002$Outbound` instead. */
5068
+ type Outbound = GetDeploymentValueDeploymentsResponse2002$Outbound;
5069
+ }
5070
+ export declare function getDeploymentValueDeploymentsResponse2002ToJSON(getDeploymentValueDeploymentsResponse2002: GetDeploymentValueDeploymentsResponse2002): string;
5071
+ export declare function getDeploymentValueDeploymentsResponse2002FromJSON(jsonString: string): SafeParseResult<GetDeploymentValueDeploymentsResponse2002, SDKValidationError>;
5072
+ /** @internal */
5073
+ export declare const GetDeploymentMissingValue$inboundSchema: z.ZodType<GetDeploymentMissingValue, z.ZodTypeDef, unknown>;
5074
+ /** @internal */
5075
+ export type GetDeploymentMissingValue$Outbound = GetDeploymentValueDeploymentsResponse2002$Outbound | string;
5076
+ /** @internal */
5077
+ export declare const GetDeploymentMissingValue$outboundSchema: z.ZodType<GetDeploymentMissingValue$Outbound, z.ZodTypeDef, GetDeploymentMissingValue>;
5078
+ /**
5079
+ * @internal
5080
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5081
+ */
5082
+ export declare namespace GetDeploymentMissingValue$ {
5083
+ /** @deprecated use `GetDeploymentMissingValue$inboundSchema` instead. */
5084
+ const inboundSchema: z.ZodType<GetDeploymentMissingValue, z.ZodTypeDef, unknown>;
5085
+ /** @deprecated use `GetDeploymentMissingValue$outboundSchema` instead. */
5086
+ const outboundSchema: z.ZodType<GetDeploymentMissingValue$Outbound, z.ZodTypeDef, GetDeploymentMissingValue>;
5087
+ /** @deprecated use `GetDeploymentMissingValue$Outbound` instead. */
5088
+ type Outbound = GetDeploymentMissingValue$Outbound;
5089
+ }
5090
+ export declare function getDeploymentMissingValueToJSON(getDeploymentMissingValue: GetDeploymentMissingValue): string;
5091
+ export declare function getDeploymentMissingValueFromJSON(jsonString: string): SafeParseResult<GetDeploymentMissingValue, SDKValidationError>;
5092
+ /** @internal */
4808
5093
  export declare const GetDeploymentMissing2$inboundSchema: z.ZodType<GetDeploymentMissing2, z.ZodTypeDef, unknown>;
4809
5094
  /** @internal */
4810
5095
  export type GetDeploymentMissing2$Outbound = {
4811
5096
  type: string;
4812
5097
  key: string;
4813
- value?: string | undefined;
5098
+ value?: GetDeploymentValueDeploymentsResponse2002$Outbound | string | undefined;
4814
5099
  };
4815
5100
  /** @internal */
4816
5101
  export declare const GetDeploymentMissing2$outboundSchema: z.ZodType<GetDeploymentMissing2$Outbound, z.ZodTypeDef, GetDeploymentMissing2>;
@@ -4847,11 +5132,83 @@ export declare namespace GetDeploymentMissingDeploymentsType$ {
4847
5132
  }>;
4848
5133
  }
4849
5134
  /** @internal */
5135
+ export declare const GetDeploymentValueEq$inboundSchema: z.ZodType<GetDeploymentValueEq, z.ZodTypeDef, unknown>;
5136
+ /** @internal */
5137
+ export type GetDeploymentValueEq$Outbound = string | number;
5138
+ /** @internal */
5139
+ export declare const GetDeploymentValueEq$outboundSchema: z.ZodType<GetDeploymentValueEq$Outbound, z.ZodTypeDef, GetDeploymentValueEq>;
5140
+ /**
5141
+ * @internal
5142
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5143
+ */
5144
+ export declare namespace GetDeploymentValueEq$ {
5145
+ /** @deprecated use `GetDeploymentValueEq$inboundSchema` instead. */
5146
+ const inboundSchema: z.ZodType<GetDeploymentValueEq, z.ZodTypeDef, unknown>;
5147
+ /** @deprecated use `GetDeploymentValueEq$outboundSchema` instead. */
5148
+ const outboundSchema: z.ZodType<GetDeploymentValueEq$Outbound, z.ZodTypeDef, GetDeploymentValueEq>;
5149
+ /** @deprecated use `GetDeploymentValueEq$Outbound` instead. */
5150
+ type Outbound = GetDeploymentValueEq$Outbound;
5151
+ }
5152
+ export declare function getDeploymentValueEqToJSON(getDeploymentValueEq: GetDeploymentValueEq): string;
5153
+ export declare function getDeploymentValueEqFromJSON(jsonString: string): SafeParseResult<GetDeploymentValueEq, SDKValidationError>;
5154
+ /** @internal */
5155
+ export declare const GetDeploymentValueDeploymentsResponse2$inboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponse2, z.ZodTypeDef, unknown>;
5156
+ /** @internal */
5157
+ export type GetDeploymentValueDeploymentsResponse2$Outbound = {
5158
+ eq?: string | number | undefined;
5159
+ neq?: string | undefined;
5160
+ inc?: Array<string> | undefined;
5161
+ ninc?: Array<string> | undefined;
5162
+ pre?: string | undefined;
5163
+ suf?: string | undefined;
5164
+ re?: string | undefined;
5165
+ gt?: number | undefined;
5166
+ gte?: number | undefined;
5167
+ lt?: number | undefined;
5168
+ lte?: number | undefined;
5169
+ };
5170
+ /** @internal */
5171
+ export declare const GetDeploymentValueDeploymentsResponse2$outboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponse2$Outbound, z.ZodTypeDef, GetDeploymentValueDeploymentsResponse2>;
5172
+ /**
5173
+ * @internal
5174
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5175
+ */
5176
+ export declare namespace GetDeploymentValueDeploymentsResponse2$ {
5177
+ /** @deprecated use `GetDeploymentValueDeploymentsResponse2$inboundSchema` instead. */
5178
+ const inboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponse2, z.ZodTypeDef, unknown>;
5179
+ /** @deprecated use `GetDeploymentValueDeploymentsResponse2$outboundSchema` instead. */
5180
+ const outboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponse2$Outbound, z.ZodTypeDef, GetDeploymentValueDeploymentsResponse2>;
5181
+ /** @deprecated use `GetDeploymentValueDeploymentsResponse2$Outbound` instead. */
5182
+ type Outbound = GetDeploymentValueDeploymentsResponse2$Outbound;
5183
+ }
5184
+ export declare function getDeploymentValueDeploymentsResponse2ToJSON(getDeploymentValueDeploymentsResponse2: GetDeploymentValueDeploymentsResponse2): string;
5185
+ export declare function getDeploymentValueDeploymentsResponse2FromJSON(jsonString: string): SafeParseResult<GetDeploymentValueDeploymentsResponse2, SDKValidationError>;
5186
+ /** @internal */
5187
+ export declare const GetDeploymentMissingDeploymentsValue$inboundSchema: z.ZodType<GetDeploymentMissingDeploymentsValue, z.ZodTypeDef, unknown>;
5188
+ /** @internal */
5189
+ export type GetDeploymentMissingDeploymentsValue$Outbound = GetDeploymentValueDeploymentsResponse2$Outbound | string;
5190
+ /** @internal */
5191
+ export declare const GetDeploymentMissingDeploymentsValue$outboundSchema: z.ZodType<GetDeploymentMissingDeploymentsValue$Outbound, z.ZodTypeDef, GetDeploymentMissingDeploymentsValue>;
5192
+ /**
5193
+ * @internal
5194
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5195
+ */
5196
+ export declare namespace GetDeploymentMissingDeploymentsValue$ {
5197
+ /** @deprecated use `GetDeploymentMissingDeploymentsValue$inboundSchema` instead. */
5198
+ const inboundSchema: z.ZodType<GetDeploymentMissingDeploymentsValue, z.ZodTypeDef, unknown>;
5199
+ /** @deprecated use `GetDeploymentMissingDeploymentsValue$outboundSchema` instead. */
5200
+ const outboundSchema: z.ZodType<GetDeploymentMissingDeploymentsValue$Outbound, z.ZodTypeDef, GetDeploymentMissingDeploymentsValue>;
5201
+ /** @deprecated use `GetDeploymentMissingDeploymentsValue$Outbound` instead. */
5202
+ type Outbound = GetDeploymentMissingDeploymentsValue$Outbound;
5203
+ }
5204
+ export declare function getDeploymentMissingDeploymentsValueToJSON(getDeploymentMissingDeploymentsValue: GetDeploymentMissingDeploymentsValue): string;
5205
+ export declare function getDeploymentMissingDeploymentsValueFromJSON(jsonString: string): SafeParseResult<GetDeploymentMissingDeploymentsValue, SDKValidationError>;
5206
+ /** @internal */
4850
5207
  export declare const GetDeploymentMissing1$inboundSchema: z.ZodType<GetDeploymentMissing1, z.ZodTypeDef, unknown>;
4851
5208
  /** @internal */
4852
5209
  export type GetDeploymentMissing1$Outbound = {
4853
5210
  type: string;
4854
- value: string;
5211
+ value: GetDeploymentValueDeploymentsResponse2$Outbound | string;
4855
5212
  };
4856
5213
  /** @internal */
4857
5214
  export declare const GetDeploymentMissing1$outboundSchema: z.ZodType<GetDeploymentMissing1$Outbound, z.ZodTypeDef, GetDeploymentMissing1>;
@@ -4890,6 +5247,48 @@ export declare namespace GetDeploymentRoutesMissing$ {
4890
5247
  export declare function getDeploymentRoutesMissingToJSON(getDeploymentRoutesMissing: GetDeploymentRoutesMissing): string;
4891
5248
  export declare function getDeploymentRoutesMissingFromJSON(jsonString: string): SafeParseResult<GetDeploymentRoutesMissing, SDKValidationError>;
4892
5249
  /** @internal */
5250
+ export declare const GetDeploymentRoutesAction$inboundSchema: z.ZodNativeEnum<typeof GetDeploymentRoutesAction>;
5251
+ /** @internal */
5252
+ export declare const GetDeploymentRoutesAction$outboundSchema: z.ZodNativeEnum<typeof GetDeploymentRoutesAction>;
5253
+ /**
5254
+ * @internal
5255
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5256
+ */
5257
+ export declare namespace GetDeploymentRoutesAction$ {
5258
+ /** @deprecated use `GetDeploymentRoutesAction$inboundSchema` instead. */
5259
+ const inboundSchema: z.ZodNativeEnum<{
5260
+ readonly Challenge: "challenge";
5261
+ readonly Deny: "deny";
5262
+ }>;
5263
+ /** @deprecated use `GetDeploymentRoutesAction$outboundSchema` instead. */
5264
+ const outboundSchema: z.ZodNativeEnum<{
5265
+ readonly Challenge: "challenge";
5266
+ readonly Deny: "deny";
5267
+ }>;
5268
+ }
5269
+ /** @internal */
5270
+ export declare const GetDeploymentRoutesMitigate$inboundSchema: z.ZodType<GetDeploymentRoutesMitigate, z.ZodTypeDef, unknown>;
5271
+ /** @internal */
5272
+ export type GetDeploymentRoutesMitigate$Outbound = {
5273
+ action: string;
5274
+ };
5275
+ /** @internal */
5276
+ export declare const GetDeploymentRoutesMitigate$outboundSchema: z.ZodType<GetDeploymentRoutesMitigate$Outbound, z.ZodTypeDef, GetDeploymentRoutesMitigate>;
5277
+ /**
5278
+ * @internal
5279
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5280
+ */
5281
+ export declare namespace GetDeploymentRoutesMitigate$ {
5282
+ /** @deprecated use `GetDeploymentRoutesMitigate$inboundSchema` instead. */
5283
+ const inboundSchema: z.ZodType<GetDeploymentRoutesMitigate, z.ZodTypeDef, unknown>;
5284
+ /** @deprecated use `GetDeploymentRoutesMitigate$outboundSchema` instead. */
5285
+ const outboundSchema: z.ZodType<GetDeploymentRoutesMitigate$Outbound, z.ZodTypeDef, GetDeploymentRoutesMitigate>;
5286
+ /** @deprecated use `GetDeploymentRoutesMitigate$Outbound` instead. */
5287
+ type Outbound = GetDeploymentRoutesMitigate$Outbound;
5288
+ }
5289
+ export declare function getDeploymentRoutesMitigateToJSON(getDeploymentRoutesMitigate: GetDeploymentRoutesMitigate): string;
5290
+ export declare function getDeploymentRoutesMitigateFromJSON(jsonString: string): SafeParseResult<GetDeploymentRoutesMitigate, SDKValidationError>;
5291
+ /** @internal */
4893
5292
  export declare const GetDeploymentRoutesLocale$inboundSchema: z.ZodType<GetDeploymentRoutesLocale, z.ZodTypeDef, unknown>;
4894
5293
  /** @internal */
4895
5294
  export type GetDeploymentRoutesLocale$Outbound = {
@@ -4932,6 +5331,7 @@ export type GetDeploymentRoutes1$Outbound = {
4932
5331
  status?: number | undefined;
4933
5332
  has?: Array<GetDeploymentHas1$Outbound | GetDeploymentHas2$Outbound> | undefined;
4934
5333
  missing?: Array<GetDeploymentMissing1$Outbound | GetDeploymentMissing2$Outbound> | undefined;
5334
+ mitigate?: GetDeploymentRoutesMitigate$Outbound | undefined;
4935
5335
  locale?: GetDeploymentRoutesLocale$Outbound | undefined;
4936
5336
  middlewarePath?: string | undefined;
4937
5337
  middlewareRawSrc?: Array<string> | undefined;
@@ -4956,7 +5356,7 @@ export declare function getDeploymentRoutes1FromJSON(jsonString: string): SafePa
4956
5356
  /** @internal */
4957
5357
  export declare const ResponseBodyRoutes$inboundSchema: z.ZodType<ResponseBodyRoutes, z.ZodTypeDef, unknown>;
4958
5358
  /** @internal */
4959
- export type ResponseBodyRoutes$Outbound = GetDeploymentRoutes3$Outbound | GetDeploymentRoutes2$Outbound | GetDeploymentRoutes1$Outbound;
5359
+ export type ResponseBodyRoutes$Outbound = GetDeploymentRoutes3$Outbound | GetDeploymentRoutes1$Outbound | GetDeploymentRoutes2$Outbound;
4960
5360
  /** @internal */
4961
5361
  export declare const ResponseBodyRoutes$outboundSchema: z.ZodType<ResponseBodyRoutes$Outbound, z.ZodTypeDef, ResponseBodyRoutes>;
4962
5362
  /**
@@ -5182,7 +5582,7 @@ export declare function getDeploymentGitRepo1FromJSON(jsonString: string): SafeP
5182
5582
  /** @internal */
5183
5583
  export declare const ResponseBodyGitRepo$inboundSchema: z.ZodType<ResponseBodyGitRepo, z.ZodTypeDef, unknown>;
5184
5584
  /** @internal */
5185
- export type ResponseBodyGitRepo$Outbound = GetDeploymentGitRepo1$Outbound | GetDeploymentGitRepo2$Outbound | GetDeploymentGitRepo3$Outbound;
5585
+ export type ResponseBodyGitRepo$Outbound = GetDeploymentGitRepo2$Outbound | GetDeploymentGitRepo3$Outbound | GetDeploymentGitRepo1$Outbound;
5186
5586
  /** @internal */
5187
5587
  export declare const ResponseBodyGitRepo$outboundSchema: z.ZodType<ResponseBodyGitRepo$Outbound, z.ZodTypeDef, ResponseBodyGitRepo>;
5188
5588
  /**
@@ -5390,7 +5790,7 @@ export declare function getDeploymentMicrofrontends1FromJSON(jsonString: string)
5390
5790
  /** @internal */
5391
5791
  export declare const ResponseBodyMicrofrontends$inboundSchema: z.ZodType<ResponseBodyMicrofrontends, z.ZodTypeDef, unknown>;
5392
5792
  /** @internal */
5393
- export type ResponseBodyMicrofrontends$Outbound = GetDeploymentMicrofrontends1$Outbound | GetDeploymentMicrofrontends2$Outbound;
5793
+ export type ResponseBodyMicrofrontends$Outbound = GetDeploymentMicrofrontends2$Outbound | GetDeploymentMicrofrontends1$Outbound;
5394
5794
  /** @internal */
5395
5795
  export declare const ResponseBodyMicrofrontends$outboundSchema: z.ZodType<ResponseBodyMicrofrontends$Outbound, z.ZodTypeDef, ResponseBodyMicrofrontends>;
5396
5796
  /**
@@ -5579,7 +5979,7 @@ export type GetDeploymentResponseBody1$Outbound = {
5579
5979
  userAliases?: Array<string> | undefined;
5580
5980
  previewCommentsEnabled?: boolean | undefined;
5581
5981
  ttyBuildLogs?: boolean | undefined;
5582
- customEnvironment?: GetDeploymentCustomEnvironmentDeployments2$Outbound | GetDeploymentCustomEnvironmentDeployments1$Outbound | undefined;
5982
+ customEnvironment?: GetDeploymentCustomEnvironmentDeployments1$Outbound | GetDeploymentCustomEnvironmentDeployments2$Outbound | undefined;
5583
5983
  oomReport?: string | undefined;
5584
5984
  aliasWarning?: GetDeploymentResponseBodyAliasWarning$Outbound | null | undefined;
5585
5985
  id: string;
@@ -5602,7 +6002,7 @@ export type GetDeploymentResponseBody1$Outbound = {
5602
6002
  errorMessage?: string | null | undefined;
5603
6003
  errorStep?: string | undefined;
5604
6004
  passiveRegions?: Array<string> | undefined;
5605
- gitSource?: GetDeploymentGitSourceDeployments8$Outbound | GetDeploymentGitSourceDeployments11$Outbound | GetDeploymentGitSourceDeployments1$Outbound | GetDeploymentGitSourceDeployments5$Outbound | GetDeploymentGitSourceDeployments2$Outbound | GetDeploymentGitSourceDeployments3$Outbound | GetDeploymentGitSourceDeployments6$Outbound | GetDeploymentGitSourceDeployments7$Outbound | GetDeploymentGitSourceDeployments9$Outbound | GetDeploymentGitSourceDeployments4$Outbound | GetDeploymentGitSourceDeployments10$Outbound | GetDeploymentGitSourceDeployments12$Outbound | undefined;
6005
+ gitSource?: GetDeploymentGitSourceDeployments10$Outbound | GetDeploymentGitSourceDeployments12$Outbound | GetDeploymentGitSourceDeployments4$Outbound | GetDeploymentGitSourceDeployments8$Outbound | GetDeploymentGitSourceDeployments9$Outbound | GetDeploymentGitSourceDeployments11$Outbound | GetDeploymentGitSourceDeployments2$Outbound | GetDeploymentGitSourceDeployments3$Outbound | GetDeploymentGitSourceDeployments7$Outbound | GetDeploymentGitSourceDeployments1$Outbound | GetDeploymentGitSourceDeployments5$Outbound | GetDeploymentGitSourceDeployments6$Outbound | undefined;
5606
6006
  meta: {
5607
6007
  [k: string]: string;
5608
6008
  };
@@ -5629,10 +6029,10 @@ export type GetDeploymentResponseBody1$Outbound = {
5629
6029
  monorepoManager?: string | null | undefined;
5630
6030
  ownerId: string;
5631
6031
  passiveConnectConfigurationId?: string | undefined;
5632
- routes: Array<GetDeploymentRoutes3$Outbound | GetDeploymentRoutes2$Outbound | GetDeploymentRoutes1$Outbound> | null;
5633
- gitRepo?: GetDeploymentGitRepo1$Outbound | GetDeploymentGitRepo2$Outbound | GetDeploymentGitRepo3$Outbound | null | undefined;
6032
+ routes: Array<GetDeploymentRoutes3$Outbound | GetDeploymentRoutes1$Outbound | GetDeploymentRoutes2$Outbound> | null;
6033
+ gitRepo?: GetDeploymentGitRepo2$Outbound | GetDeploymentGitRepo3$Outbound | GetDeploymentGitRepo1$Outbound | null | undefined;
5634
6034
  flags?: GetDeploymentFlags1$Outbound | Array<GetDeploymentFlags2$Outbound> | undefined;
5635
- microfrontends?: GetDeploymentMicrofrontends1$Outbound | GetDeploymentMicrofrontends2$Outbound | undefined;
6035
+ microfrontends?: GetDeploymentMicrofrontends2$Outbound | GetDeploymentMicrofrontends1$Outbound | undefined;
5636
6036
  config?: ResponseBodyConfig$Outbound | undefined;
5637
6037
  checks?: ResponseBodyChecks$Outbound | undefined;
5638
6038
  };
@@ -5655,7 +6055,7 @@ export declare function getDeploymentResponseBody1FromJSON(jsonString: string):
5655
6055
  /** @internal */
5656
6056
  export declare const GetDeploymentResponseBody$inboundSchema: z.ZodType<GetDeploymentResponseBody, z.ZodTypeDef, unknown>;
5657
6057
  /** @internal */
5658
- export type GetDeploymentResponseBody$Outbound = GetDeploymentResponseBody2$Outbound | GetDeploymentResponseBody1$Outbound;
6058
+ export type GetDeploymentResponseBody$Outbound = GetDeploymentResponseBody1$Outbound | GetDeploymentResponseBody2$Outbound;
5659
6059
  /** @internal */
5660
6060
  export declare const GetDeploymentResponseBody$outboundSchema: z.ZodType<GetDeploymentResponseBody$Outbound, z.ZodTypeDef, GetDeploymentResponseBody>;
5661
6061
  /**