@vercel/sdk 1.8.4 → 1.8.6

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 (208) hide show
  1. package/README.md +11 -3
  2. package/bin/mcp-server.js +2697 -1100
  3. package/bin/mcp-server.js.map +41 -29
  4. package/docs/sdks/marketplace/README.md +310 -78
  5. package/docs/sdks/rollingrelease/README.md +80 -0
  6. package/esm/__tests__/marketplace.test.js +53 -0
  7. package/esm/__tests__/marketplace.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/__tests__/rollingrelease.test.js +23 -0
  11. package/esm/__tests__/rollingrelease.test.js.map +1 -1
  12. package/esm/funcs/domainsCheckDomainStatus.js +2 -2
  13. package/esm/funcs/domainsCheckDomainStatus.js.map +1 -1
  14. package/esm/funcs/marketplaceDeleteResource.d.ts +20 -0
  15. package/esm/funcs/marketplaceDeleteResource.d.ts.map +1 -0
  16. package/esm/funcs/marketplaceDeleteResource.js +91 -0
  17. package/esm/funcs/marketplaceDeleteResource.js.map +1 -0
  18. package/esm/funcs/marketplaceGetResource.d.ts +20 -0
  19. package/esm/funcs/marketplaceGetResource.d.ts.map +1 -0
  20. package/esm/funcs/marketplaceGetResource.js +90 -0
  21. package/esm/funcs/marketplaceGetResource.js.map +1 -0
  22. package/esm/funcs/marketplaceGetResources.d.ts +20 -0
  23. package/esm/funcs/marketplaceGetResources.d.ts.map +1 -0
  24. package/esm/funcs/marketplaceGetResources.js +86 -0
  25. package/esm/funcs/marketplaceGetResources.js.map +1 -0
  26. package/esm/funcs/rollingReleaseGetRollingReleaseBillingStatus.d.ts +20 -0
  27. package/esm/funcs/rollingReleaseGetRollingReleaseBillingStatus.d.ts.map +1 -0
  28. package/esm/funcs/rollingReleaseGetRollingReleaseBillingStatus.js +94 -0
  29. package/esm/funcs/rollingReleaseGetRollingReleaseBillingStatus.js.map +1 -0
  30. package/esm/lib/config.d.ts +3 -3
  31. package/esm/lib/config.js +3 -3
  32. package/esm/mcp-server/mcp-server.js +1 -1
  33. package/esm/mcp-server/server.d.ts.map +1 -1
  34. package/esm/mcp-server/server.js +10 -2
  35. package/esm/mcp-server/server.js.map +1 -1
  36. package/esm/mcp-server/tools/marketplaceDeleteResource.d.ts +7 -0
  37. package/esm/mcp-server/tools/marketplaceDeleteResource.d.ts.map +1 -0
  38. package/esm/mcp-server/tools/marketplaceDeleteResource.js +27 -0
  39. package/esm/mcp-server/tools/marketplaceDeleteResource.js.map +1 -0
  40. package/esm/mcp-server/tools/marketplaceGetResource.d.ts +7 -0
  41. package/esm/mcp-server/tools/marketplaceGetResource.d.ts.map +1 -0
  42. package/esm/mcp-server/tools/marketplaceGetResource.js +28 -0
  43. package/esm/mcp-server/tools/marketplaceGetResource.js.map +1 -0
  44. package/esm/mcp-server/tools/marketplaceGetResources.d.ts +7 -0
  45. package/esm/mcp-server/tools/marketplaceGetResources.d.ts.map +1 -0
  46. package/esm/mcp-server/tools/marketplaceGetResources.js +28 -0
  47. package/esm/mcp-server/tools/marketplaceGetResources.js.map +1 -0
  48. package/esm/mcp-server/tools/rollingReleaseGetRollingReleaseBillingStatus.d.ts +7 -0
  49. package/esm/mcp-server/tools/rollingReleaseGetRollingReleaseBillingStatus.d.ts.map +1 -0
  50. package/esm/mcp-server/tools/rollingReleaseGetRollingReleaseBillingStatus.js +28 -0
  51. package/esm/mcp-server/tools/rollingReleaseGetRollingReleaseBillingStatus.js.map +1 -0
  52. package/esm/models/canceldeploymentop.d.ts +427 -25
  53. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  54. package/esm/models/canceldeploymentop.js +465 -25
  55. package/esm/models/canceldeploymentop.js.map +1 -1
  56. package/esm/models/createdeploymentop.d.ts +459 -114
  57. package/esm/models/createdeploymentop.d.ts.map +1 -1
  58. package/esm/models/createdeploymentop.js +503 -118
  59. package/esm/models/createdeploymentop.js.map +1 -1
  60. package/esm/models/createprojectenvop.d.ts +6 -6
  61. package/esm/models/createprojectenvop.js +2 -2
  62. package/esm/models/createprojectenvop.js.map +1 -1
  63. package/esm/models/createprojectop.d.ts +139 -137
  64. package/esm/models/createprojectop.d.ts.map +1 -1
  65. package/esm/models/createprojectop.js +137 -135
  66. package/esm/models/createprojectop.js.map +1 -1
  67. package/esm/models/createwebhookop.d.ts +6 -0
  68. package/esm/models/createwebhookop.d.ts.map +1 -1
  69. package/esm/models/createwebhookop.js +2 -0
  70. package/esm/models/createwebhookop.js.map +1 -1
  71. package/esm/models/deleteresourceop.d.ts +31 -0
  72. package/esm/models/deleteresourceop.d.ts.map +1 -0
  73. package/esm/models/deleteresourceop.js +33 -0
  74. package/esm/models/deleteresourceop.js.map +1 -0
  75. package/esm/models/editprojectenvop.d.ts +3 -3
  76. package/esm/models/editprojectenvop.js +1 -1
  77. package/esm/models/editprojectenvop.js.map +1 -1
  78. package/esm/models/getdeploymentop.d.ts +410 -8
  79. package/esm/models/getdeploymentop.d.ts.map +1 -1
  80. package/esm/models/getdeploymentop.js +443 -8
  81. package/esm/models/getdeploymentop.js.map +1 -1
  82. package/esm/models/getedgeconfigbackupop.d.ts +15 -15
  83. package/esm/models/getedgeconfigbackupop.d.ts.map +1 -1
  84. package/esm/models/getedgeconfigbackupop.js +15 -15
  85. package/esm/models/getedgeconfigbackupop.js.map +1 -1
  86. package/esm/models/getfirewallconfigop.d.ts +2 -0
  87. package/esm/models/getfirewallconfigop.d.ts.map +1 -1
  88. package/esm/models/getfirewallconfigop.js +2 -0
  89. package/esm/models/getfirewallconfigop.js.map +1 -1
  90. package/esm/models/getmemberop.d.ts +9 -0
  91. package/esm/models/getmemberop.d.ts.map +1 -1
  92. package/esm/models/getmemberop.js +3 -0
  93. package/esm/models/getmemberop.js.map +1 -1
  94. package/esm/models/getprojectsop.d.ts +2 -0
  95. package/esm/models/getprojectsop.d.ts.map +1 -1
  96. package/esm/models/getprojectsop.js +2 -0
  97. package/esm/models/getprojectsop.js.map +1 -1
  98. package/esm/models/getresourceop.d.ts +293 -0
  99. package/esm/models/getresourceop.d.ts.map +1 -0
  100. package/esm/models/getresourceop.js +250 -0
  101. package/esm/models/getresourceop.js.map +1 -0
  102. package/esm/models/getresourcesop.d.ts +310 -0
  103. package/esm/models/getresourcesop.d.ts.map +1 -0
  104. package/esm/models/getresourcesop.js +278 -0
  105. package/esm/models/getresourcesop.js.map +1 -0
  106. package/esm/models/getrollingreleasebillingstatusop.d.ts +284 -0
  107. package/esm/models/getrollingreleasebillingstatusop.d.ts.map +1 -0
  108. package/esm/models/getrollingreleasebillingstatusop.js +267 -0
  109. package/esm/models/getrollingreleasebillingstatusop.js.map +1 -0
  110. package/esm/models/getwebhookop.d.ts +3 -0
  111. package/esm/models/getwebhookop.d.ts.map +1 -1
  112. package/esm/models/getwebhookop.js +1 -0
  113. package/esm/models/getwebhookop.js.map +1 -1
  114. package/esm/models/getwebhooksop.d.ts +6 -0
  115. package/esm/models/getwebhooksop.d.ts.map +1 -1
  116. package/esm/models/getwebhooksop.js +2 -0
  117. package/esm/models/getwebhooksop.js.map +1 -1
  118. package/esm/models/importresourceop.d.ts +15 -15
  119. package/esm/models/importresourceop.d.ts.map +1 -1
  120. package/esm/models/importresourceop.js +17 -15
  121. package/esm/models/importresourceop.js.map +1 -1
  122. package/esm/models/putfirewallconfigop.d.ts +4 -0
  123. package/esm/models/putfirewallconfigop.d.ts.map +1 -1
  124. package/esm/models/putfirewallconfigop.js +4 -0
  125. package/esm/models/putfirewallconfigop.js.map +1 -1
  126. package/esm/models/removeprojectenvop.d.ts +9 -9
  127. package/esm/models/removeprojectenvop.js +3 -3
  128. package/esm/models/removeprojectenvop.js.map +1 -1
  129. package/esm/models/updatefirewallconfigop.d.ts +36 -4
  130. package/esm/models/updatefirewallconfigop.d.ts.map +1 -1
  131. package/esm/models/updatefirewallconfigop.js +33 -0
  132. package/esm/models/updatefirewallconfigop.js.map +1 -1
  133. package/esm/models/updateintegrationdeploymentactionop.d.ts +2 -0
  134. package/esm/models/updateintegrationdeploymentactionop.d.ts.map +1 -1
  135. package/esm/models/updateintegrationdeploymentactionop.js +2 -0
  136. package/esm/models/updateintegrationdeploymentactionop.js.map +1 -1
  137. package/esm/models/updateprojectdatacacheop.d.ts +2 -0
  138. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  139. package/esm/models/updateprojectdatacacheop.js +2 -0
  140. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  141. package/esm/models/updateprojectop.d.ts +139 -137
  142. package/esm/models/updateprojectop.d.ts.map +1 -1
  143. package/esm/models/updateprojectop.js +137 -135
  144. package/esm/models/updateprojectop.js.map +1 -1
  145. package/esm/models/updateresourcesecretsop.d.ts +15 -15
  146. package/esm/models/updateresourcesecretsop.d.ts.map +1 -1
  147. package/esm/models/updateresourcesecretsop.js +15 -17
  148. package/esm/models/updateresourcesecretsop.js.map +1 -1
  149. package/esm/models/userevent.d.ts +5 -0
  150. package/esm/models/userevent.d.ts.map +1 -1
  151. package/esm/models/userevent.js +2 -0
  152. package/esm/models/userevent.js.map +1 -1
  153. package/esm/sdk/marketplace.d.ts +31 -7
  154. package/esm/sdk/marketplace.d.ts.map +1 -1
  155. package/esm/sdk/marketplace.js +39 -9
  156. package/esm/sdk/marketplace.js.map +1 -1
  157. package/esm/sdk/rollingrelease.d.ts +8 -0
  158. package/esm/sdk/rollingrelease.d.ts.map +1 -1
  159. package/esm/sdk/rollingrelease.js +10 -0
  160. package/esm/sdk/rollingrelease.js.map +1 -1
  161. package/esm/types/constdatetime.js +1 -1
  162. package/jsr.json +1 -1
  163. package/package.json +1 -1
  164. package/src/__tests__/marketplace.test.ts +62 -0
  165. package/src/__tests__/projects.test.ts +15 -13
  166. package/src/__tests__/rollingrelease.test.ts +26 -0
  167. package/src/funcs/domainsCheckDomainStatus.ts +2 -2
  168. package/src/funcs/marketplaceDeleteResource.ts +205 -0
  169. package/src/funcs/marketplaceGetResource.ts +206 -0
  170. package/src/funcs/marketplaceGetResources.ts +202 -0
  171. package/src/funcs/rollingReleaseGetRollingReleaseBillingStatus.ts +208 -0
  172. package/src/lib/config.ts +3 -3
  173. package/src/mcp-server/mcp-server.ts +1 -1
  174. package/src/mcp-server/server.ts +10 -2
  175. package/src/mcp-server/tools/marketplaceDeleteResource.ts +35 -0
  176. package/src/mcp-server/tools/marketplaceGetResource.ts +37 -0
  177. package/src/mcp-server/tools/marketplaceGetResources.ts +37 -0
  178. package/src/mcp-server/tools/rollingReleaseGetRollingReleaseBillingStatus.ts +40 -0
  179. package/src/models/canceldeploymentop.ts +1071 -48
  180. package/src/models/createdeploymentop.ts +1064 -236
  181. package/src/models/createprojectenvop.ts +2 -2
  182. package/src/models/createprojectop.ts +267 -263
  183. package/src/models/createwebhookop.ts +2 -0
  184. package/src/models/deleteresourceop.ts +70 -0
  185. package/src/models/editprojectenvop.ts +1 -1
  186. package/src/models/getdeploymentop.ts +1011 -16
  187. package/src/models/getedgeconfigbackupop.ts +41 -24
  188. package/src/models/getfirewallconfigop.ts +4 -0
  189. package/src/models/getmemberop.ts +9 -0
  190. package/src/models/getprojectsop.ts +4 -0
  191. package/src/models/getresourceop.ts +545 -0
  192. package/src/models/getresourcesop.ts +604 -0
  193. package/src/models/getrollingreleasebillingstatusop.ts +614 -0
  194. package/src/models/getwebhookop.ts +1 -0
  195. package/src/models/getwebhooksop.ts +2 -0
  196. package/src/models/importresourceop.ts +27 -35
  197. package/src/models/putfirewallconfigop.ts +8 -0
  198. package/src/models/removeprojectenvop.ts +3 -3
  199. package/src/models/updatefirewallconfigop.ts +73 -0
  200. package/src/models/updateintegrationdeploymentactionop.ts +4 -0
  201. package/src/models/updateprojectdatacacheop.ts +4 -0
  202. package/src/models/updateprojectop.ts +267 -263
  203. package/src/models/updateresourcesecretsop.ts +49 -33
  204. package/src/models/userevent.ts +7 -0
  205. package/src/sdk/marketplace.ts +80 -17
  206. package/src/sdk/rollingrelease.ts +22 -0
  207. package/src/types/constdatetime.ts +1 -1
  208. package/vercel-spec.json +2321 -931
@@ -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.
@@ -1243,6 +1312,7 @@ export type ResponseBodyFlags = GetDeploymentFlags1 | Array<GetDeploymentFlags2>
1243
1312
  * A map of the other applications that are part of this group. Only defined on the default application. The field is set after deployments have been created, so can be undefined, but should be there for a successful deployment.
1244
1313
  */
1245
1314
  export type GetDeploymentMicrofrontendsApplications = {
1315
+ isDefaultApp?: boolean | undefined;
1246
1316
  /**
1247
1317
  * This is the production alias, it will always show the most up to date of each application.
1248
1318
  */
@@ -4698,12 +4768,84 @@ export declare namespace GetDeploymentHasType$ {
4698
4768
  }>;
4699
4769
  }
4700
4770
  /** @internal */
4771
+ export declare const GetDeploymentValueDeploymentsResponse200Eq$inboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponse200Eq, z.ZodTypeDef, unknown>;
4772
+ /** @internal */
4773
+ export type GetDeploymentValueDeploymentsResponse200Eq$Outbound = string | number;
4774
+ /** @internal */
4775
+ export declare const GetDeploymentValueDeploymentsResponse200Eq$outboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponse200Eq$Outbound, z.ZodTypeDef, GetDeploymentValueDeploymentsResponse200Eq>;
4776
+ /**
4777
+ * @internal
4778
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4779
+ */
4780
+ export declare namespace GetDeploymentValueDeploymentsResponse200Eq$ {
4781
+ /** @deprecated use `GetDeploymentValueDeploymentsResponse200Eq$inboundSchema` instead. */
4782
+ const inboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponse200Eq, z.ZodTypeDef, unknown>;
4783
+ /** @deprecated use `GetDeploymentValueDeploymentsResponse200Eq$outboundSchema` instead. */
4784
+ const outboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponse200Eq$Outbound, z.ZodTypeDef, GetDeploymentValueDeploymentsResponse200Eq>;
4785
+ /** @deprecated use `GetDeploymentValueDeploymentsResponse200Eq$Outbound` instead. */
4786
+ type Outbound = GetDeploymentValueDeploymentsResponse200Eq$Outbound;
4787
+ }
4788
+ export declare function getDeploymentValueDeploymentsResponse200EqToJSON(getDeploymentValueDeploymentsResponse200Eq: GetDeploymentValueDeploymentsResponse200Eq): string;
4789
+ export declare function getDeploymentValueDeploymentsResponse200EqFromJSON(jsonString: string): SafeParseResult<GetDeploymentValueDeploymentsResponse200Eq, SDKValidationError>;
4790
+ /** @internal */
4791
+ export declare const GetDeploymentValueDeployments2$inboundSchema: z.ZodType<GetDeploymentValueDeployments2, z.ZodTypeDef, unknown>;
4792
+ /** @internal */
4793
+ export type GetDeploymentValueDeployments2$Outbound = {
4794
+ eq?: string | number | undefined;
4795
+ neq?: string | undefined;
4796
+ inc?: Array<string> | undefined;
4797
+ ninc?: Array<string> | undefined;
4798
+ pre?: string | undefined;
4799
+ suf?: string | undefined;
4800
+ re?: string | undefined;
4801
+ gt?: number | undefined;
4802
+ gte?: number | undefined;
4803
+ lt?: number | undefined;
4804
+ lte?: number | undefined;
4805
+ };
4806
+ /** @internal */
4807
+ export declare const GetDeploymentValueDeployments2$outboundSchema: z.ZodType<GetDeploymentValueDeployments2$Outbound, z.ZodTypeDef, GetDeploymentValueDeployments2>;
4808
+ /**
4809
+ * @internal
4810
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4811
+ */
4812
+ export declare namespace GetDeploymentValueDeployments2$ {
4813
+ /** @deprecated use `GetDeploymentValueDeployments2$inboundSchema` instead. */
4814
+ const inboundSchema: z.ZodType<GetDeploymentValueDeployments2, z.ZodTypeDef, unknown>;
4815
+ /** @deprecated use `GetDeploymentValueDeployments2$outboundSchema` instead. */
4816
+ const outboundSchema: z.ZodType<GetDeploymentValueDeployments2$Outbound, z.ZodTypeDef, GetDeploymentValueDeployments2>;
4817
+ /** @deprecated use `GetDeploymentValueDeployments2$Outbound` instead. */
4818
+ type Outbound = GetDeploymentValueDeployments2$Outbound;
4819
+ }
4820
+ export declare function getDeploymentValueDeployments2ToJSON(getDeploymentValueDeployments2: GetDeploymentValueDeployments2): string;
4821
+ export declare function getDeploymentValueDeployments2FromJSON(jsonString: string): SafeParseResult<GetDeploymentValueDeployments2, SDKValidationError>;
4822
+ /** @internal */
4823
+ export declare const GetDeploymentHasValue$inboundSchema: z.ZodType<GetDeploymentHasValue, z.ZodTypeDef, unknown>;
4824
+ /** @internal */
4825
+ export type GetDeploymentHasValue$Outbound = GetDeploymentValueDeployments2$Outbound | string;
4826
+ /** @internal */
4827
+ export declare const GetDeploymentHasValue$outboundSchema: z.ZodType<GetDeploymentHasValue$Outbound, z.ZodTypeDef, GetDeploymentHasValue>;
4828
+ /**
4829
+ * @internal
4830
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4831
+ */
4832
+ export declare namespace GetDeploymentHasValue$ {
4833
+ /** @deprecated use `GetDeploymentHasValue$inboundSchema` instead. */
4834
+ const inboundSchema: z.ZodType<GetDeploymentHasValue, z.ZodTypeDef, unknown>;
4835
+ /** @deprecated use `GetDeploymentHasValue$outboundSchema` instead. */
4836
+ const outboundSchema: z.ZodType<GetDeploymentHasValue$Outbound, z.ZodTypeDef, GetDeploymentHasValue>;
4837
+ /** @deprecated use `GetDeploymentHasValue$Outbound` instead. */
4838
+ type Outbound = GetDeploymentHasValue$Outbound;
4839
+ }
4840
+ export declare function getDeploymentHasValueToJSON(getDeploymentHasValue: GetDeploymentHasValue): string;
4841
+ export declare function getDeploymentHasValueFromJSON(jsonString: string): SafeParseResult<GetDeploymentHasValue, SDKValidationError>;
4842
+ /** @internal */
4701
4843
  export declare const GetDeploymentHas2$inboundSchema: z.ZodType<GetDeploymentHas2, z.ZodTypeDef, unknown>;
4702
4844
  /** @internal */
4703
4845
  export type GetDeploymentHas2$Outbound = {
4704
4846
  type: string;
4705
4847
  key: string;
4706
- value?: string | undefined;
4848
+ value?: GetDeploymentValueDeployments2$Outbound | string | undefined;
4707
4849
  };
4708
4850
  /** @internal */
4709
4851
  export declare const GetDeploymentHas2$outboundSchema: z.ZodType<GetDeploymentHas2$Outbound, z.ZodTypeDef, GetDeploymentHas2>;
@@ -4740,11 +4882,83 @@ export declare namespace GetDeploymentHasDeploymentsType$ {
4740
4882
  }>;
4741
4883
  }
4742
4884
  /** @internal */
4885
+ export declare const GetDeploymentValueDeploymentsResponseEq$inboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponseEq, z.ZodTypeDef, unknown>;
4886
+ /** @internal */
4887
+ export type GetDeploymentValueDeploymentsResponseEq$Outbound = string | number;
4888
+ /** @internal */
4889
+ export declare const GetDeploymentValueDeploymentsResponseEq$outboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponseEq$Outbound, z.ZodTypeDef, GetDeploymentValueDeploymentsResponseEq>;
4890
+ /**
4891
+ * @internal
4892
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4893
+ */
4894
+ export declare namespace GetDeploymentValueDeploymentsResponseEq$ {
4895
+ /** @deprecated use `GetDeploymentValueDeploymentsResponseEq$inboundSchema` instead. */
4896
+ const inboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponseEq, z.ZodTypeDef, unknown>;
4897
+ /** @deprecated use `GetDeploymentValueDeploymentsResponseEq$outboundSchema` instead. */
4898
+ const outboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponseEq$Outbound, z.ZodTypeDef, GetDeploymentValueDeploymentsResponseEq>;
4899
+ /** @deprecated use `GetDeploymentValueDeploymentsResponseEq$Outbound` instead. */
4900
+ type Outbound = GetDeploymentValueDeploymentsResponseEq$Outbound;
4901
+ }
4902
+ export declare function getDeploymentValueDeploymentsResponseEqToJSON(getDeploymentValueDeploymentsResponseEq: GetDeploymentValueDeploymentsResponseEq): string;
4903
+ export declare function getDeploymentValueDeploymentsResponseEqFromJSON(jsonString: string): SafeParseResult<GetDeploymentValueDeploymentsResponseEq, SDKValidationError>;
4904
+ /** @internal */
4905
+ export declare const GetDeploymentValue2$inboundSchema: z.ZodType<GetDeploymentValue2, z.ZodTypeDef, unknown>;
4906
+ /** @internal */
4907
+ export type GetDeploymentValue2$Outbound = {
4908
+ eq?: string | number | undefined;
4909
+ neq?: string | undefined;
4910
+ inc?: Array<string> | undefined;
4911
+ ninc?: Array<string> | undefined;
4912
+ pre?: string | undefined;
4913
+ suf?: string | undefined;
4914
+ re?: string | undefined;
4915
+ gt?: number | undefined;
4916
+ gte?: number | undefined;
4917
+ lt?: number | undefined;
4918
+ lte?: number | undefined;
4919
+ };
4920
+ /** @internal */
4921
+ export declare const GetDeploymentValue2$outboundSchema: z.ZodType<GetDeploymentValue2$Outbound, z.ZodTypeDef, GetDeploymentValue2>;
4922
+ /**
4923
+ * @internal
4924
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4925
+ */
4926
+ export declare namespace GetDeploymentValue2$ {
4927
+ /** @deprecated use `GetDeploymentValue2$inboundSchema` instead. */
4928
+ const inboundSchema: z.ZodType<GetDeploymentValue2, z.ZodTypeDef, unknown>;
4929
+ /** @deprecated use `GetDeploymentValue2$outboundSchema` instead. */
4930
+ const outboundSchema: z.ZodType<GetDeploymentValue2$Outbound, z.ZodTypeDef, GetDeploymentValue2>;
4931
+ /** @deprecated use `GetDeploymentValue2$Outbound` instead. */
4932
+ type Outbound = GetDeploymentValue2$Outbound;
4933
+ }
4934
+ export declare function getDeploymentValue2ToJSON(getDeploymentValue2: GetDeploymentValue2): string;
4935
+ export declare function getDeploymentValue2FromJSON(jsonString: string): SafeParseResult<GetDeploymentValue2, SDKValidationError>;
4936
+ /** @internal */
4937
+ export declare const GetDeploymentHasDeploymentsValue$inboundSchema: z.ZodType<GetDeploymentHasDeploymentsValue, z.ZodTypeDef, unknown>;
4938
+ /** @internal */
4939
+ export type GetDeploymentHasDeploymentsValue$Outbound = GetDeploymentValue2$Outbound | string;
4940
+ /** @internal */
4941
+ export declare const GetDeploymentHasDeploymentsValue$outboundSchema: z.ZodType<GetDeploymentHasDeploymentsValue$Outbound, z.ZodTypeDef, GetDeploymentHasDeploymentsValue>;
4942
+ /**
4943
+ * @internal
4944
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4945
+ */
4946
+ export declare namespace GetDeploymentHasDeploymentsValue$ {
4947
+ /** @deprecated use `GetDeploymentHasDeploymentsValue$inboundSchema` instead. */
4948
+ const inboundSchema: z.ZodType<GetDeploymentHasDeploymentsValue, z.ZodTypeDef, unknown>;
4949
+ /** @deprecated use `GetDeploymentHasDeploymentsValue$outboundSchema` instead. */
4950
+ const outboundSchema: z.ZodType<GetDeploymentHasDeploymentsValue$Outbound, z.ZodTypeDef, GetDeploymentHasDeploymentsValue>;
4951
+ /** @deprecated use `GetDeploymentHasDeploymentsValue$Outbound` instead. */
4952
+ type Outbound = GetDeploymentHasDeploymentsValue$Outbound;
4953
+ }
4954
+ export declare function getDeploymentHasDeploymentsValueToJSON(getDeploymentHasDeploymentsValue: GetDeploymentHasDeploymentsValue): string;
4955
+ export declare function getDeploymentHasDeploymentsValueFromJSON(jsonString: string): SafeParseResult<GetDeploymentHasDeploymentsValue, SDKValidationError>;
4956
+ /** @internal */
4743
4957
  export declare const GetDeploymentHas1$inboundSchema: z.ZodType<GetDeploymentHas1, z.ZodTypeDef, unknown>;
4744
4958
  /** @internal */
4745
4959
  export type GetDeploymentHas1$Outbound = {
4746
4960
  type: string;
4747
- value: string;
4961
+ value: GetDeploymentValue2$Outbound | string;
4748
4962
  };
4749
4963
  /** @internal */
4750
4964
  export declare const GetDeploymentHas1$outboundSchema: z.ZodType<GetDeploymentHas1$Outbound, z.ZodTypeDef, GetDeploymentHas1>;
@@ -4805,12 +5019,84 @@ export declare namespace GetDeploymentMissingType$ {
4805
5019
  }>;
4806
5020
  }
4807
5021
  /** @internal */
5022
+ export declare const GetDeploymentValueDeploymentsEq$inboundSchema: z.ZodType<GetDeploymentValueDeploymentsEq, z.ZodTypeDef, unknown>;
5023
+ /** @internal */
5024
+ export type GetDeploymentValueDeploymentsEq$Outbound = string | number;
5025
+ /** @internal */
5026
+ export declare const GetDeploymentValueDeploymentsEq$outboundSchema: z.ZodType<GetDeploymentValueDeploymentsEq$Outbound, z.ZodTypeDef, GetDeploymentValueDeploymentsEq>;
5027
+ /**
5028
+ * @internal
5029
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5030
+ */
5031
+ export declare namespace GetDeploymentValueDeploymentsEq$ {
5032
+ /** @deprecated use `GetDeploymentValueDeploymentsEq$inboundSchema` instead. */
5033
+ const inboundSchema: z.ZodType<GetDeploymentValueDeploymentsEq, z.ZodTypeDef, unknown>;
5034
+ /** @deprecated use `GetDeploymentValueDeploymentsEq$outboundSchema` instead. */
5035
+ const outboundSchema: z.ZodType<GetDeploymentValueDeploymentsEq$Outbound, z.ZodTypeDef, GetDeploymentValueDeploymentsEq>;
5036
+ /** @deprecated use `GetDeploymentValueDeploymentsEq$Outbound` instead. */
5037
+ type Outbound = GetDeploymentValueDeploymentsEq$Outbound;
5038
+ }
5039
+ export declare function getDeploymentValueDeploymentsEqToJSON(getDeploymentValueDeploymentsEq: GetDeploymentValueDeploymentsEq): string;
5040
+ export declare function getDeploymentValueDeploymentsEqFromJSON(jsonString: string): SafeParseResult<GetDeploymentValueDeploymentsEq, SDKValidationError>;
5041
+ /** @internal */
5042
+ export declare const GetDeploymentValueDeploymentsResponse2002$inboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponse2002, z.ZodTypeDef, unknown>;
5043
+ /** @internal */
5044
+ export type GetDeploymentValueDeploymentsResponse2002$Outbound = {
5045
+ eq?: string | number | undefined;
5046
+ neq?: string | undefined;
5047
+ inc?: Array<string> | undefined;
5048
+ ninc?: Array<string> | undefined;
5049
+ pre?: string | undefined;
5050
+ suf?: string | undefined;
5051
+ re?: string | undefined;
5052
+ gt?: number | undefined;
5053
+ gte?: number | undefined;
5054
+ lt?: number | undefined;
5055
+ lte?: number | undefined;
5056
+ };
5057
+ /** @internal */
5058
+ export declare const GetDeploymentValueDeploymentsResponse2002$outboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponse2002$Outbound, z.ZodTypeDef, GetDeploymentValueDeploymentsResponse2002>;
5059
+ /**
5060
+ * @internal
5061
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5062
+ */
5063
+ export declare namespace GetDeploymentValueDeploymentsResponse2002$ {
5064
+ /** @deprecated use `GetDeploymentValueDeploymentsResponse2002$inboundSchema` instead. */
5065
+ const inboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponse2002, z.ZodTypeDef, unknown>;
5066
+ /** @deprecated use `GetDeploymentValueDeploymentsResponse2002$outboundSchema` instead. */
5067
+ const outboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponse2002$Outbound, z.ZodTypeDef, GetDeploymentValueDeploymentsResponse2002>;
5068
+ /** @deprecated use `GetDeploymentValueDeploymentsResponse2002$Outbound` instead. */
5069
+ type Outbound = GetDeploymentValueDeploymentsResponse2002$Outbound;
5070
+ }
5071
+ export declare function getDeploymentValueDeploymentsResponse2002ToJSON(getDeploymentValueDeploymentsResponse2002: GetDeploymentValueDeploymentsResponse2002): string;
5072
+ export declare function getDeploymentValueDeploymentsResponse2002FromJSON(jsonString: string): SafeParseResult<GetDeploymentValueDeploymentsResponse2002, SDKValidationError>;
5073
+ /** @internal */
5074
+ export declare const GetDeploymentMissingValue$inboundSchema: z.ZodType<GetDeploymentMissingValue, z.ZodTypeDef, unknown>;
5075
+ /** @internal */
5076
+ export type GetDeploymentMissingValue$Outbound = GetDeploymentValueDeploymentsResponse2002$Outbound | string;
5077
+ /** @internal */
5078
+ export declare const GetDeploymentMissingValue$outboundSchema: z.ZodType<GetDeploymentMissingValue$Outbound, z.ZodTypeDef, GetDeploymentMissingValue>;
5079
+ /**
5080
+ * @internal
5081
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5082
+ */
5083
+ export declare namespace GetDeploymentMissingValue$ {
5084
+ /** @deprecated use `GetDeploymentMissingValue$inboundSchema` instead. */
5085
+ const inboundSchema: z.ZodType<GetDeploymentMissingValue, z.ZodTypeDef, unknown>;
5086
+ /** @deprecated use `GetDeploymentMissingValue$outboundSchema` instead. */
5087
+ const outboundSchema: z.ZodType<GetDeploymentMissingValue$Outbound, z.ZodTypeDef, GetDeploymentMissingValue>;
5088
+ /** @deprecated use `GetDeploymentMissingValue$Outbound` instead. */
5089
+ type Outbound = GetDeploymentMissingValue$Outbound;
5090
+ }
5091
+ export declare function getDeploymentMissingValueToJSON(getDeploymentMissingValue: GetDeploymentMissingValue): string;
5092
+ export declare function getDeploymentMissingValueFromJSON(jsonString: string): SafeParseResult<GetDeploymentMissingValue, SDKValidationError>;
5093
+ /** @internal */
4808
5094
  export declare const GetDeploymentMissing2$inboundSchema: z.ZodType<GetDeploymentMissing2, z.ZodTypeDef, unknown>;
4809
5095
  /** @internal */
4810
5096
  export type GetDeploymentMissing2$Outbound = {
4811
5097
  type: string;
4812
5098
  key: string;
4813
- value?: string | undefined;
5099
+ value?: GetDeploymentValueDeploymentsResponse2002$Outbound | string | undefined;
4814
5100
  };
4815
5101
  /** @internal */
4816
5102
  export declare const GetDeploymentMissing2$outboundSchema: z.ZodType<GetDeploymentMissing2$Outbound, z.ZodTypeDef, GetDeploymentMissing2>;
@@ -4847,11 +5133,83 @@ export declare namespace GetDeploymentMissingDeploymentsType$ {
4847
5133
  }>;
4848
5134
  }
4849
5135
  /** @internal */
5136
+ export declare const GetDeploymentValueEq$inboundSchema: z.ZodType<GetDeploymentValueEq, z.ZodTypeDef, unknown>;
5137
+ /** @internal */
5138
+ export type GetDeploymentValueEq$Outbound = string | number;
5139
+ /** @internal */
5140
+ export declare const GetDeploymentValueEq$outboundSchema: z.ZodType<GetDeploymentValueEq$Outbound, z.ZodTypeDef, GetDeploymentValueEq>;
5141
+ /**
5142
+ * @internal
5143
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5144
+ */
5145
+ export declare namespace GetDeploymentValueEq$ {
5146
+ /** @deprecated use `GetDeploymentValueEq$inboundSchema` instead. */
5147
+ const inboundSchema: z.ZodType<GetDeploymentValueEq, z.ZodTypeDef, unknown>;
5148
+ /** @deprecated use `GetDeploymentValueEq$outboundSchema` instead. */
5149
+ const outboundSchema: z.ZodType<GetDeploymentValueEq$Outbound, z.ZodTypeDef, GetDeploymentValueEq>;
5150
+ /** @deprecated use `GetDeploymentValueEq$Outbound` instead. */
5151
+ type Outbound = GetDeploymentValueEq$Outbound;
5152
+ }
5153
+ export declare function getDeploymentValueEqToJSON(getDeploymentValueEq: GetDeploymentValueEq): string;
5154
+ export declare function getDeploymentValueEqFromJSON(jsonString: string): SafeParseResult<GetDeploymentValueEq, SDKValidationError>;
5155
+ /** @internal */
5156
+ export declare const GetDeploymentValueDeploymentsResponse2$inboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponse2, z.ZodTypeDef, unknown>;
5157
+ /** @internal */
5158
+ export type GetDeploymentValueDeploymentsResponse2$Outbound = {
5159
+ eq?: string | number | undefined;
5160
+ neq?: string | undefined;
5161
+ inc?: Array<string> | undefined;
5162
+ ninc?: Array<string> | undefined;
5163
+ pre?: string | undefined;
5164
+ suf?: string | undefined;
5165
+ re?: string | undefined;
5166
+ gt?: number | undefined;
5167
+ gte?: number | undefined;
5168
+ lt?: number | undefined;
5169
+ lte?: number | undefined;
5170
+ };
5171
+ /** @internal */
5172
+ export declare const GetDeploymentValueDeploymentsResponse2$outboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponse2$Outbound, z.ZodTypeDef, GetDeploymentValueDeploymentsResponse2>;
5173
+ /**
5174
+ * @internal
5175
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5176
+ */
5177
+ export declare namespace GetDeploymentValueDeploymentsResponse2$ {
5178
+ /** @deprecated use `GetDeploymentValueDeploymentsResponse2$inboundSchema` instead. */
5179
+ const inboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponse2, z.ZodTypeDef, unknown>;
5180
+ /** @deprecated use `GetDeploymentValueDeploymentsResponse2$outboundSchema` instead. */
5181
+ const outboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponse2$Outbound, z.ZodTypeDef, GetDeploymentValueDeploymentsResponse2>;
5182
+ /** @deprecated use `GetDeploymentValueDeploymentsResponse2$Outbound` instead. */
5183
+ type Outbound = GetDeploymentValueDeploymentsResponse2$Outbound;
5184
+ }
5185
+ export declare function getDeploymentValueDeploymentsResponse2ToJSON(getDeploymentValueDeploymentsResponse2: GetDeploymentValueDeploymentsResponse2): string;
5186
+ export declare function getDeploymentValueDeploymentsResponse2FromJSON(jsonString: string): SafeParseResult<GetDeploymentValueDeploymentsResponse2, SDKValidationError>;
5187
+ /** @internal */
5188
+ export declare const GetDeploymentMissingDeploymentsValue$inboundSchema: z.ZodType<GetDeploymentMissingDeploymentsValue, z.ZodTypeDef, unknown>;
5189
+ /** @internal */
5190
+ export type GetDeploymentMissingDeploymentsValue$Outbound = GetDeploymentValueDeploymentsResponse2$Outbound | string;
5191
+ /** @internal */
5192
+ export declare const GetDeploymentMissingDeploymentsValue$outboundSchema: z.ZodType<GetDeploymentMissingDeploymentsValue$Outbound, z.ZodTypeDef, GetDeploymentMissingDeploymentsValue>;
5193
+ /**
5194
+ * @internal
5195
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5196
+ */
5197
+ export declare namespace GetDeploymentMissingDeploymentsValue$ {
5198
+ /** @deprecated use `GetDeploymentMissingDeploymentsValue$inboundSchema` instead. */
5199
+ const inboundSchema: z.ZodType<GetDeploymentMissingDeploymentsValue, z.ZodTypeDef, unknown>;
5200
+ /** @deprecated use `GetDeploymentMissingDeploymentsValue$outboundSchema` instead. */
5201
+ const outboundSchema: z.ZodType<GetDeploymentMissingDeploymentsValue$Outbound, z.ZodTypeDef, GetDeploymentMissingDeploymentsValue>;
5202
+ /** @deprecated use `GetDeploymentMissingDeploymentsValue$Outbound` instead. */
5203
+ type Outbound = GetDeploymentMissingDeploymentsValue$Outbound;
5204
+ }
5205
+ export declare function getDeploymentMissingDeploymentsValueToJSON(getDeploymentMissingDeploymentsValue: GetDeploymentMissingDeploymentsValue): string;
5206
+ export declare function getDeploymentMissingDeploymentsValueFromJSON(jsonString: string): SafeParseResult<GetDeploymentMissingDeploymentsValue, SDKValidationError>;
5207
+ /** @internal */
4850
5208
  export declare const GetDeploymentMissing1$inboundSchema: z.ZodType<GetDeploymentMissing1, z.ZodTypeDef, unknown>;
4851
5209
  /** @internal */
4852
5210
  export type GetDeploymentMissing1$Outbound = {
4853
5211
  type: string;
4854
- value: string;
5212
+ value: GetDeploymentValueDeploymentsResponse2$Outbound | string;
4855
5213
  };
4856
5214
  /** @internal */
4857
5215
  export declare const GetDeploymentMissing1$outboundSchema: z.ZodType<GetDeploymentMissing1$Outbound, z.ZodTypeDef, GetDeploymentMissing1>;
@@ -4890,6 +5248,48 @@ export declare namespace GetDeploymentRoutesMissing$ {
4890
5248
  export declare function getDeploymentRoutesMissingToJSON(getDeploymentRoutesMissing: GetDeploymentRoutesMissing): string;
4891
5249
  export declare function getDeploymentRoutesMissingFromJSON(jsonString: string): SafeParseResult<GetDeploymentRoutesMissing, SDKValidationError>;
4892
5250
  /** @internal */
5251
+ export declare const GetDeploymentRoutesAction$inboundSchema: z.ZodNativeEnum<typeof GetDeploymentRoutesAction>;
5252
+ /** @internal */
5253
+ export declare const GetDeploymentRoutesAction$outboundSchema: z.ZodNativeEnum<typeof GetDeploymentRoutesAction>;
5254
+ /**
5255
+ * @internal
5256
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5257
+ */
5258
+ export declare namespace GetDeploymentRoutesAction$ {
5259
+ /** @deprecated use `GetDeploymentRoutesAction$inboundSchema` instead. */
5260
+ const inboundSchema: z.ZodNativeEnum<{
5261
+ readonly Challenge: "challenge";
5262
+ readonly Deny: "deny";
5263
+ }>;
5264
+ /** @deprecated use `GetDeploymentRoutesAction$outboundSchema` instead. */
5265
+ const outboundSchema: z.ZodNativeEnum<{
5266
+ readonly Challenge: "challenge";
5267
+ readonly Deny: "deny";
5268
+ }>;
5269
+ }
5270
+ /** @internal */
5271
+ export declare const GetDeploymentRoutesMitigate$inboundSchema: z.ZodType<GetDeploymentRoutesMitigate, z.ZodTypeDef, unknown>;
5272
+ /** @internal */
5273
+ export type GetDeploymentRoutesMitigate$Outbound = {
5274
+ action: string;
5275
+ };
5276
+ /** @internal */
5277
+ export declare const GetDeploymentRoutesMitigate$outboundSchema: z.ZodType<GetDeploymentRoutesMitigate$Outbound, z.ZodTypeDef, GetDeploymentRoutesMitigate>;
5278
+ /**
5279
+ * @internal
5280
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5281
+ */
5282
+ export declare namespace GetDeploymentRoutesMitigate$ {
5283
+ /** @deprecated use `GetDeploymentRoutesMitigate$inboundSchema` instead. */
5284
+ const inboundSchema: z.ZodType<GetDeploymentRoutesMitigate, z.ZodTypeDef, unknown>;
5285
+ /** @deprecated use `GetDeploymentRoutesMitigate$outboundSchema` instead. */
5286
+ const outboundSchema: z.ZodType<GetDeploymentRoutesMitigate$Outbound, z.ZodTypeDef, GetDeploymentRoutesMitigate>;
5287
+ /** @deprecated use `GetDeploymentRoutesMitigate$Outbound` instead. */
5288
+ type Outbound = GetDeploymentRoutesMitigate$Outbound;
5289
+ }
5290
+ export declare function getDeploymentRoutesMitigateToJSON(getDeploymentRoutesMitigate: GetDeploymentRoutesMitigate): string;
5291
+ export declare function getDeploymentRoutesMitigateFromJSON(jsonString: string): SafeParseResult<GetDeploymentRoutesMitigate, SDKValidationError>;
5292
+ /** @internal */
4893
5293
  export declare const GetDeploymentRoutesLocale$inboundSchema: z.ZodType<GetDeploymentRoutesLocale, z.ZodTypeDef, unknown>;
4894
5294
  /** @internal */
4895
5295
  export type GetDeploymentRoutesLocale$Outbound = {
@@ -4932,6 +5332,7 @@ export type GetDeploymentRoutes1$Outbound = {
4932
5332
  status?: number | undefined;
4933
5333
  has?: Array<GetDeploymentHas1$Outbound | GetDeploymentHas2$Outbound> | undefined;
4934
5334
  missing?: Array<GetDeploymentMissing1$Outbound | GetDeploymentMissing2$Outbound> | undefined;
5335
+ mitigate?: GetDeploymentRoutesMitigate$Outbound | undefined;
4935
5336
  locale?: GetDeploymentRoutesLocale$Outbound | undefined;
4936
5337
  middlewarePath?: string | undefined;
4937
5338
  middlewareRawSrc?: Array<string> | undefined;
@@ -5314,6 +5715,7 @@ export declare function responseBodyFlagsFromJSON(jsonString: string): SafeParse
5314
5715
  export declare const GetDeploymentMicrofrontendsApplications$inboundSchema: z.ZodType<GetDeploymentMicrofrontendsApplications, z.ZodTypeDef, unknown>;
5315
5716
  /** @internal */
5316
5717
  export type GetDeploymentMicrofrontendsApplications$Outbound = {
5718
+ isDefaultApp?: boolean | undefined;
5317
5719
  productionHost: string;
5318
5720
  deploymentAlias?: string | undefined;
5319
5721
  deploymentHost?: string | undefined;