@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
@@ -559,7 +559,7 @@ export type CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONRespon
559
559
  typeof CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType
560
560
  >;
561
561
 
562
- export type CancelDeploymentGitSource6 = {
562
+ export type GitSource6 = {
563
563
  type:
564
564
  CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType;
565
565
  workspaceUuid?: string | undefined;
@@ -668,7 +668,7 @@ export type CancelDeploymentGitSource =
668
668
  | GitSource7
669
669
  | CancelDeploymentGitSource1
670
670
  | CancelDeploymentGitSource5
671
- | CancelDeploymentGitSource6;
671
+ | GitSource6;
672
672
 
673
673
  export type CancelDeploymentProject = {
674
674
  id: string;
@@ -801,10 +801,30 @@ export type CancelDeploymentHasDeploymentsType = ClosedEnum<
801
801
  typeof CancelDeploymentHasDeploymentsType
802
802
  >;
803
803
 
804
+ export type CancelDeploymentValueDeploymentsEq = string | number;
805
+
806
+ export type CancelDeploymentValueDeployments2 = {
807
+ eq?: string | number | undefined;
808
+ neq?: string | undefined;
809
+ inc?: Array<string> | undefined;
810
+ ninc?: Array<string> | undefined;
811
+ pre?: string | undefined;
812
+ suf?: string | undefined;
813
+ re?: string | undefined;
814
+ gt?: number | undefined;
815
+ gte?: number | undefined;
816
+ lt?: number | undefined;
817
+ lte?: number | undefined;
818
+ };
819
+
820
+ export type CancelDeploymentHasDeploymentsValue =
821
+ | CancelDeploymentValueDeployments2
822
+ | string;
823
+
804
824
  export type CancelDeploymentHas2 = {
805
825
  type: CancelDeploymentHasDeploymentsType;
806
826
  key: string;
807
- value?: string | undefined;
827
+ value?: CancelDeploymentValueDeployments2 | string | undefined;
808
828
  };
809
829
 
810
830
  export const CancelDeploymentHasType = {
@@ -814,9 +834,27 @@ export type CancelDeploymentHasType = ClosedEnum<
814
834
  typeof CancelDeploymentHasType
815
835
  >;
816
836
 
837
+ export type CancelDeploymentValueEq = string | number;
838
+
839
+ export type CancelDeploymentValue2 = {
840
+ eq?: string | number | undefined;
841
+ neq?: string | undefined;
842
+ inc?: Array<string> | undefined;
843
+ ninc?: Array<string> | undefined;
844
+ pre?: string | undefined;
845
+ suf?: string | undefined;
846
+ re?: string | undefined;
847
+ gt?: number | undefined;
848
+ gte?: number | undefined;
849
+ lt?: number | undefined;
850
+ lte?: number | undefined;
851
+ };
852
+
853
+ export type CancelDeploymentHasValue = CancelDeploymentValue2 | string;
854
+
817
855
  export type CancelDeploymentHas1 = {
818
856
  type: CancelDeploymentHasType;
819
- value: string;
857
+ value: CancelDeploymentValue2 | string;
820
858
  };
821
859
 
822
860
  export type CancelDeploymentRoutesHas =
@@ -832,10 +870,30 @@ export type CancelDeploymentMissingDeploymentsType = ClosedEnum<
832
870
  typeof CancelDeploymentMissingDeploymentsType
833
871
  >;
834
872
 
873
+ export type CancelDeploymentValueDeploymentsResponse200Eq = string | number;
874
+
875
+ export type CancelDeploymentValueDeploymentsResponse2002 = {
876
+ eq?: string | number | undefined;
877
+ neq?: string | undefined;
878
+ inc?: Array<string> | undefined;
879
+ ninc?: Array<string> | undefined;
880
+ pre?: string | undefined;
881
+ suf?: string | undefined;
882
+ re?: string | undefined;
883
+ gt?: number | undefined;
884
+ gte?: number | undefined;
885
+ lt?: number | undefined;
886
+ lte?: number | undefined;
887
+ };
888
+
889
+ export type CancelDeploymentMissingDeploymentsValue =
890
+ | CancelDeploymentValueDeploymentsResponse2002
891
+ | string;
892
+
835
893
  export type CancelDeploymentMissing2 = {
836
894
  type: CancelDeploymentMissingDeploymentsType;
837
895
  key: string;
838
- value?: string | undefined;
896
+ value?: CancelDeploymentValueDeploymentsResponse2002 | string | undefined;
839
897
  };
840
898
 
841
899
  export const CancelDeploymentMissingType = {
@@ -845,15 +903,47 @@ export type CancelDeploymentMissingType = ClosedEnum<
845
903
  typeof CancelDeploymentMissingType
846
904
  >;
847
905
 
906
+ export type CancelDeploymentValueDeploymentsResponseEq = string | number;
907
+
908
+ export type CancelDeploymentValueDeploymentsResponse2 = {
909
+ eq?: string | number | undefined;
910
+ neq?: string | undefined;
911
+ inc?: Array<string> | undefined;
912
+ ninc?: Array<string> | undefined;
913
+ pre?: string | undefined;
914
+ suf?: string | undefined;
915
+ re?: string | undefined;
916
+ gt?: number | undefined;
917
+ gte?: number | undefined;
918
+ lt?: number | undefined;
919
+ lte?: number | undefined;
920
+ };
921
+
922
+ export type CancelDeploymentMissingValue =
923
+ | CancelDeploymentValueDeploymentsResponse2
924
+ | string;
925
+
848
926
  export type CancelDeploymentMissing1 = {
849
927
  type: CancelDeploymentMissingType;
850
- value: string;
928
+ value: CancelDeploymentValueDeploymentsResponse2 | string;
851
929
  };
852
930
 
853
931
  export type CancelDeploymentRoutesMissing =
854
932
  | CancelDeploymentMissing1
855
933
  | CancelDeploymentMissing2;
856
934
 
935
+ export const CancelDeploymentRoutesAction = {
936
+ Challenge: "challenge",
937
+ Deny: "deny",
938
+ } as const;
939
+ export type CancelDeploymentRoutesAction = ClosedEnum<
940
+ typeof CancelDeploymentRoutesAction
941
+ >;
942
+
943
+ export type CancelDeploymentRoutesMitigate = {
944
+ action: CancelDeploymentRoutesAction;
945
+ };
946
+
857
947
  export type RoutesLocale = {
858
948
  redirect?: { [k: string]: string } | undefined;
859
949
  cookie?: string | undefined;
@@ -874,6 +964,7 @@ export type CancelDeploymentRoutes1 = {
874
964
  missing?:
875
965
  | Array<CancelDeploymentMissing1 | CancelDeploymentMissing2>
876
966
  | undefined;
967
+ mitigate?: CancelDeploymentRoutesMitigate | undefined;
877
968
  locale?: RoutesLocale | undefined;
878
969
  /**
879
970
  * A middleware key within the `output` key under the build result. Overrides a `middleware` definition.
@@ -1013,6 +1104,7 @@ export type CancelDeploymentFlags =
1013
1104
  * 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.
1014
1105
  */
1015
1106
  export type MicrofrontendsApplications = {
1107
+ isDefaultApp?: boolean | undefined;
1016
1108
  /**
1017
1109
  * This is the production alias, it will always show the most up to date of each application.
1018
1110
  */
@@ -1201,7 +1293,7 @@ export type CancelDeploymentResponseBody = {
1201
1293
  | GitSource7
1202
1294
  | CancelDeploymentGitSource1
1203
1295
  | CancelDeploymentGitSource5
1204
- | CancelDeploymentGitSource6
1296
+ | GitSource6
1205
1297
  | undefined;
1206
1298
  name: string;
1207
1299
  meta: { [k: string]: string };
@@ -3676,8 +3768,8 @@ export namespace CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONR
3676
3768
  }
3677
3769
 
3678
3770
  /** @internal */
3679
- export const CancelDeploymentGitSource6$inboundSchema: z.ZodType<
3680
- CancelDeploymentGitSource6,
3771
+ export const GitSource6$inboundSchema: z.ZodType<
3772
+ GitSource6,
3681
3773
  z.ZodTypeDef,
3682
3774
  unknown
3683
3775
  > = z.object({
@@ -3691,7 +3783,7 @@ export const CancelDeploymentGitSource6$inboundSchema: z.ZodType<
3691
3783
  });
3692
3784
 
3693
3785
  /** @internal */
3694
- export type CancelDeploymentGitSource6$Outbound = {
3786
+ export type GitSource6$Outbound = {
3695
3787
  type: string;
3696
3788
  workspaceUuid?: string | undefined;
3697
3789
  repoUuid: string;
@@ -3701,10 +3793,10 @@ export type CancelDeploymentGitSource6$Outbound = {
3701
3793
  };
3702
3794
 
3703
3795
  /** @internal */
3704
- export const CancelDeploymentGitSource6$outboundSchema: z.ZodType<
3705
- CancelDeploymentGitSource6$Outbound,
3796
+ export const GitSource6$outboundSchema: z.ZodType<
3797
+ GitSource6$Outbound,
3706
3798
  z.ZodTypeDef,
3707
- CancelDeploymentGitSource6
3799
+ GitSource6
3708
3800
  > = z.object({
3709
3801
  type:
3710
3802
  CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType$outboundSchema,
@@ -3719,30 +3811,26 @@ export const CancelDeploymentGitSource6$outboundSchema: z.ZodType<
3719
3811
  * @internal
3720
3812
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3721
3813
  */
3722
- export namespace CancelDeploymentGitSource6$ {
3723
- /** @deprecated use `CancelDeploymentGitSource6$inboundSchema` instead. */
3724
- export const inboundSchema = CancelDeploymentGitSource6$inboundSchema;
3725
- /** @deprecated use `CancelDeploymentGitSource6$outboundSchema` instead. */
3726
- export const outboundSchema = CancelDeploymentGitSource6$outboundSchema;
3727
- /** @deprecated use `CancelDeploymentGitSource6$Outbound` instead. */
3728
- export type Outbound = CancelDeploymentGitSource6$Outbound;
3814
+ export namespace GitSource6$ {
3815
+ /** @deprecated use `GitSource6$inboundSchema` instead. */
3816
+ export const inboundSchema = GitSource6$inboundSchema;
3817
+ /** @deprecated use `GitSource6$outboundSchema` instead. */
3818
+ export const outboundSchema = GitSource6$outboundSchema;
3819
+ /** @deprecated use `GitSource6$Outbound` instead. */
3820
+ export type Outbound = GitSource6$Outbound;
3729
3821
  }
3730
3822
 
3731
- export function cancelDeploymentGitSource6ToJSON(
3732
- cancelDeploymentGitSource6: CancelDeploymentGitSource6,
3733
- ): string {
3734
- return JSON.stringify(
3735
- CancelDeploymentGitSource6$outboundSchema.parse(cancelDeploymentGitSource6),
3736
- );
3823
+ export function gitSource6ToJSON(gitSource6: GitSource6): string {
3824
+ return JSON.stringify(GitSource6$outboundSchema.parse(gitSource6));
3737
3825
  }
3738
3826
 
3739
- export function cancelDeploymentGitSource6FromJSON(
3827
+ export function gitSource6FromJSON(
3740
3828
  jsonString: string,
3741
- ): SafeParseResult<CancelDeploymentGitSource6, SDKValidationError> {
3829
+ ): SafeParseResult<GitSource6, SDKValidationError> {
3742
3830
  return safeParse(
3743
3831
  jsonString,
3744
- (x) => CancelDeploymentGitSource6$inboundSchema.parse(JSON.parse(x)),
3745
- `Failed to parse 'CancelDeploymentGitSource6' from JSON`,
3832
+ (x) => GitSource6$inboundSchema.parse(JSON.parse(x)),
3833
+ `Failed to parse 'GitSource6' from JSON`,
3746
3834
  );
3747
3835
  }
3748
3836
 
@@ -4387,7 +4475,7 @@ export const CancelDeploymentGitSource$inboundSchema: z.ZodType<
4387
4475
  z.lazy(() => GitSource7$inboundSchema),
4388
4476
  z.lazy(() => CancelDeploymentGitSource1$inboundSchema),
4389
4477
  z.lazy(() => CancelDeploymentGitSource5$inboundSchema),
4390
- z.lazy(() => CancelDeploymentGitSource6$inboundSchema),
4478
+ z.lazy(() => GitSource6$inboundSchema),
4391
4479
  ]);
4392
4480
 
4393
4481
  /** @internal */
@@ -4403,7 +4491,7 @@ export type CancelDeploymentGitSource$Outbound =
4403
4491
  | GitSource7$Outbound
4404
4492
  | CancelDeploymentGitSource1$Outbound
4405
4493
  | CancelDeploymentGitSource5$Outbound
4406
- | CancelDeploymentGitSource6$Outbound;
4494
+ | GitSource6$Outbound;
4407
4495
 
4408
4496
  /** @internal */
4409
4497
  export const CancelDeploymentGitSource$outboundSchema: z.ZodType<
@@ -4422,7 +4510,7 @@ export const CancelDeploymentGitSource$outboundSchema: z.ZodType<
4422
4510
  z.lazy(() => GitSource7$outboundSchema),
4423
4511
  z.lazy(() => CancelDeploymentGitSource1$outboundSchema),
4424
4512
  z.lazy(() => CancelDeploymentGitSource5$outboundSchema),
4425
- z.lazy(() => CancelDeploymentGitSource6$outboundSchema),
4513
+ z.lazy(() => GitSource6$outboundSchema),
4426
4514
  ]);
4427
4515
 
4428
4516
  /**
@@ -5045,6 +5133,206 @@ export namespace CancelDeploymentHasDeploymentsType$ {
5045
5133
  CancelDeploymentHasDeploymentsType$outboundSchema;
5046
5134
  }
5047
5135
 
5136
+ /** @internal */
5137
+ export const CancelDeploymentValueDeploymentsEq$inboundSchema: z.ZodType<
5138
+ CancelDeploymentValueDeploymentsEq,
5139
+ z.ZodTypeDef,
5140
+ unknown
5141
+ > = z.union([z.string(), z.number()]);
5142
+
5143
+ /** @internal */
5144
+ export type CancelDeploymentValueDeploymentsEq$Outbound = string | number;
5145
+
5146
+ /** @internal */
5147
+ export const CancelDeploymentValueDeploymentsEq$outboundSchema: z.ZodType<
5148
+ CancelDeploymentValueDeploymentsEq$Outbound,
5149
+ z.ZodTypeDef,
5150
+ CancelDeploymentValueDeploymentsEq
5151
+ > = z.union([z.string(), z.number()]);
5152
+
5153
+ /**
5154
+ * @internal
5155
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5156
+ */
5157
+ export namespace CancelDeploymentValueDeploymentsEq$ {
5158
+ /** @deprecated use `CancelDeploymentValueDeploymentsEq$inboundSchema` instead. */
5159
+ export const inboundSchema = CancelDeploymentValueDeploymentsEq$inboundSchema;
5160
+ /** @deprecated use `CancelDeploymentValueDeploymentsEq$outboundSchema` instead. */
5161
+ export const outboundSchema =
5162
+ CancelDeploymentValueDeploymentsEq$outboundSchema;
5163
+ /** @deprecated use `CancelDeploymentValueDeploymentsEq$Outbound` instead. */
5164
+ export type Outbound = CancelDeploymentValueDeploymentsEq$Outbound;
5165
+ }
5166
+
5167
+ export function cancelDeploymentValueDeploymentsEqToJSON(
5168
+ cancelDeploymentValueDeploymentsEq: CancelDeploymentValueDeploymentsEq,
5169
+ ): string {
5170
+ return JSON.stringify(
5171
+ CancelDeploymentValueDeploymentsEq$outboundSchema.parse(
5172
+ cancelDeploymentValueDeploymentsEq,
5173
+ ),
5174
+ );
5175
+ }
5176
+
5177
+ export function cancelDeploymentValueDeploymentsEqFromJSON(
5178
+ jsonString: string,
5179
+ ): SafeParseResult<CancelDeploymentValueDeploymentsEq, SDKValidationError> {
5180
+ return safeParse(
5181
+ jsonString,
5182
+ (x) =>
5183
+ CancelDeploymentValueDeploymentsEq$inboundSchema.parse(JSON.parse(x)),
5184
+ `Failed to parse 'CancelDeploymentValueDeploymentsEq' from JSON`,
5185
+ );
5186
+ }
5187
+
5188
+ /** @internal */
5189
+ export const CancelDeploymentValueDeployments2$inboundSchema: z.ZodType<
5190
+ CancelDeploymentValueDeployments2,
5191
+ z.ZodTypeDef,
5192
+ unknown
5193
+ > = z.object({
5194
+ eq: z.union([z.string(), z.number()]).optional(),
5195
+ neq: z.string().optional(),
5196
+ inc: z.array(z.string()).optional(),
5197
+ ninc: z.array(z.string()).optional(),
5198
+ pre: z.string().optional(),
5199
+ suf: z.string().optional(),
5200
+ re: z.string().optional(),
5201
+ gt: z.number().optional(),
5202
+ gte: z.number().optional(),
5203
+ lt: z.number().optional(),
5204
+ lte: z.number().optional(),
5205
+ });
5206
+
5207
+ /** @internal */
5208
+ export type CancelDeploymentValueDeployments2$Outbound = {
5209
+ eq?: string | number | undefined;
5210
+ neq?: string | undefined;
5211
+ inc?: Array<string> | undefined;
5212
+ ninc?: Array<string> | undefined;
5213
+ pre?: string | undefined;
5214
+ suf?: string | undefined;
5215
+ re?: string | undefined;
5216
+ gt?: number | undefined;
5217
+ gte?: number | undefined;
5218
+ lt?: number | undefined;
5219
+ lte?: number | undefined;
5220
+ };
5221
+
5222
+ /** @internal */
5223
+ export const CancelDeploymentValueDeployments2$outboundSchema: z.ZodType<
5224
+ CancelDeploymentValueDeployments2$Outbound,
5225
+ z.ZodTypeDef,
5226
+ CancelDeploymentValueDeployments2
5227
+ > = z.object({
5228
+ eq: z.union([z.string(), z.number()]).optional(),
5229
+ neq: z.string().optional(),
5230
+ inc: z.array(z.string()).optional(),
5231
+ ninc: z.array(z.string()).optional(),
5232
+ pre: z.string().optional(),
5233
+ suf: z.string().optional(),
5234
+ re: z.string().optional(),
5235
+ gt: z.number().optional(),
5236
+ gte: z.number().optional(),
5237
+ lt: z.number().optional(),
5238
+ lte: z.number().optional(),
5239
+ });
5240
+
5241
+ /**
5242
+ * @internal
5243
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5244
+ */
5245
+ export namespace CancelDeploymentValueDeployments2$ {
5246
+ /** @deprecated use `CancelDeploymentValueDeployments2$inboundSchema` instead. */
5247
+ export const inboundSchema = CancelDeploymentValueDeployments2$inboundSchema;
5248
+ /** @deprecated use `CancelDeploymentValueDeployments2$outboundSchema` instead. */
5249
+ export const outboundSchema =
5250
+ CancelDeploymentValueDeployments2$outboundSchema;
5251
+ /** @deprecated use `CancelDeploymentValueDeployments2$Outbound` instead. */
5252
+ export type Outbound = CancelDeploymentValueDeployments2$Outbound;
5253
+ }
5254
+
5255
+ export function cancelDeploymentValueDeployments2ToJSON(
5256
+ cancelDeploymentValueDeployments2: CancelDeploymentValueDeployments2,
5257
+ ): string {
5258
+ return JSON.stringify(
5259
+ CancelDeploymentValueDeployments2$outboundSchema.parse(
5260
+ cancelDeploymentValueDeployments2,
5261
+ ),
5262
+ );
5263
+ }
5264
+
5265
+ export function cancelDeploymentValueDeployments2FromJSON(
5266
+ jsonString: string,
5267
+ ): SafeParseResult<CancelDeploymentValueDeployments2, SDKValidationError> {
5268
+ return safeParse(
5269
+ jsonString,
5270
+ (x) => CancelDeploymentValueDeployments2$inboundSchema.parse(JSON.parse(x)),
5271
+ `Failed to parse 'CancelDeploymentValueDeployments2' from JSON`,
5272
+ );
5273
+ }
5274
+
5275
+ /** @internal */
5276
+ export const CancelDeploymentHasDeploymentsValue$inboundSchema: z.ZodType<
5277
+ CancelDeploymentHasDeploymentsValue,
5278
+ z.ZodTypeDef,
5279
+ unknown
5280
+ > = z.union([
5281
+ z.lazy(() => CancelDeploymentValueDeployments2$inboundSchema),
5282
+ z.string(),
5283
+ ]);
5284
+
5285
+ /** @internal */
5286
+ export type CancelDeploymentHasDeploymentsValue$Outbound =
5287
+ | CancelDeploymentValueDeployments2$Outbound
5288
+ | string;
5289
+
5290
+ /** @internal */
5291
+ export const CancelDeploymentHasDeploymentsValue$outboundSchema: z.ZodType<
5292
+ CancelDeploymentHasDeploymentsValue$Outbound,
5293
+ z.ZodTypeDef,
5294
+ CancelDeploymentHasDeploymentsValue
5295
+ > = z.union([
5296
+ z.lazy(() => CancelDeploymentValueDeployments2$outboundSchema),
5297
+ z.string(),
5298
+ ]);
5299
+
5300
+ /**
5301
+ * @internal
5302
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5303
+ */
5304
+ export namespace CancelDeploymentHasDeploymentsValue$ {
5305
+ /** @deprecated use `CancelDeploymentHasDeploymentsValue$inboundSchema` instead. */
5306
+ export const inboundSchema =
5307
+ CancelDeploymentHasDeploymentsValue$inboundSchema;
5308
+ /** @deprecated use `CancelDeploymentHasDeploymentsValue$outboundSchema` instead. */
5309
+ export const outboundSchema =
5310
+ CancelDeploymentHasDeploymentsValue$outboundSchema;
5311
+ /** @deprecated use `CancelDeploymentHasDeploymentsValue$Outbound` instead. */
5312
+ export type Outbound = CancelDeploymentHasDeploymentsValue$Outbound;
5313
+ }
5314
+
5315
+ export function cancelDeploymentHasDeploymentsValueToJSON(
5316
+ cancelDeploymentHasDeploymentsValue: CancelDeploymentHasDeploymentsValue,
5317
+ ): string {
5318
+ return JSON.stringify(
5319
+ CancelDeploymentHasDeploymentsValue$outboundSchema.parse(
5320
+ cancelDeploymentHasDeploymentsValue,
5321
+ ),
5322
+ );
5323
+ }
5324
+
5325
+ export function cancelDeploymentHasDeploymentsValueFromJSON(
5326
+ jsonString: string,
5327
+ ): SafeParseResult<CancelDeploymentHasDeploymentsValue, SDKValidationError> {
5328
+ return safeParse(
5329
+ jsonString,
5330
+ (x) =>
5331
+ CancelDeploymentHasDeploymentsValue$inboundSchema.parse(JSON.parse(x)),
5332
+ `Failed to parse 'CancelDeploymentHasDeploymentsValue' from JSON`,
5333
+ );
5334
+ }
5335
+
5048
5336
  /** @internal */
5049
5337
  export const CancelDeploymentHas2$inboundSchema: z.ZodType<
5050
5338
  CancelDeploymentHas2,
@@ -5053,14 +5341,17 @@ export const CancelDeploymentHas2$inboundSchema: z.ZodType<
5053
5341
  > = z.object({
5054
5342
  type: CancelDeploymentHasDeploymentsType$inboundSchema,
5055
5343
  key: z.string(),
5056
- value: z.string().optional(),
5344
+ value: z.union([
5345
+ z.lazy(() => CancelDeploymentValueDeployments2$inboundSchema),
5346
+ z.string(),
5347
+ ]).optional(),
5057
5348
  });
5058
5349
 
5059
5350
  /** @internal */
5060
5351
  export type CancelDeploymentHas2$Outbound = {
5061
5352
  type: string;
5062
5353
  key: string;
5063
- value?: string | undefined;
5354
+ value?: CancelDeploymentValueDeployments2$Outbound | string | undefined;
5064
5355
  };
5065
5356
 
5066
5357
  /** @internal */
@@ -5071,7 +5362,10 @@ export const CancelDeploymentHas2$outboundSchema: z.ZodType<
5071
5362
  > = z.object({
5072
5363
  type: CancelDeploymentHasDeploymentsType$outboundSchema,
5073
5364
  key: z.string(),
5074
- value: z.string().optional(),
5365
+ value: z.union([
5366
+ z.lazy(() => CancelDeploymentValueDeployments2$outboundSchema),
5367
+ z.string(),
5368
+ ]).optional(),
5075
5369
  });
5076
5370
 
5077
5371
  /**
@@ -5126,6 +5420,188 @@ export namespace CancelDeploymentHasType$ {
5126
5420
  export const outboundSchema = CancelDeploymentHasType$outboundSchema;
5127
5421
  }
5128
5422
 
5423
+ /** @internal */
5424
+ export const CancelDeploymentValueEq$inboundSchema: z.ZodType<
5425
+ CancelDeploymentValueEq,
5426
+ z.ZodTypeDef,
5427
+ unknown
5428
+ > = z.union([z.string(), z.number()]);
5429
+
5430
+ /** @internal */
5431
+ export type CancelDeploymentValueEq$Outbound = string | number;
5432
+
5433
+ /** @internal */
5434
+ export const CancelDeploymentValueEq$outboundSchema: z.ZodType<
5435
+ CancelDeploymentValueEq$Outbound,
5436
+ z.ZodTypeDef,
5437
+ CancelDeploymentValueEq
5438
+ > = z.union([z.string(), z.number()]);
5439
+
5440
+ /**
5441
+ * @internal
5442
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5443
+ */
5444
+ export namespace CancelDeploymentValueEq$ {
5445
+ /** @deprecated use `CancelDeploymentValueEq$inboundSchema` instead. */
5446
+ export const inboundSchema = CancelDeploymentValueEq$inboundSchema;
5447
+ /** @deprecated use `CancelDeploymentValueEq$outboundSchema` instead. */
5448
+ export const outboundSchema = CancelDeploymentValueEq$outboundSchema;
5449
+ /** @deprecated use `CancelDeploymentValueEq$Outbound` instead. */
5450
+ export type Outbound = CancelDeploymentValueEq$Outbound;
5451
+ }
5452
+
5453
+ export function cancelDeploymentValueEqToJSON(
5454
+ cancelDeploymentValueEq: CancelDeploymentValueEq,
5455
+ ): string {
5456
+ return JSON.stringify(
5457
+ CancelDeploymentValueEq$outboundSchema.parse(cancelDeploymentValueEq),
5458
+ );
5459
+ }
5460
+
5461
+ export function cancelDeploymentValueEqFromJSON(
5462
+ jsonString: string,
5463
+ ): SafeParseResult<CancelDeploymentValueEq, SDKValidationError> {
5464
+ return safeParse(
5465
+ jsonString,
5466
+ (x) => CancelDeploymentValueEq$inboundSchema.parse(JSON.parse(x)),
5467
+ `Failed to parse 'CancelDeploymentValueEq' from JSON`,
5468
+ );
5469
+ }
5470
+
5471
+ /** @internal */
5472
+ export const CancelDeploymentValue2$inboundSchema: z.ZodType<
5473
+ CancelDeploymentValue2,
5474
+ z.ZodTypeDef,
5475
+ unknown
5476
+ > = z.object({
5477
+ eq: z.union([z.string(), z.number()]).optional(),
5478
+ neq: z.string().optional(),
5479
+ inc: z.array(z.string()).optional(),
5480
+ ninc: z.array(z.string()).optional(),
5481
+ pre: z.string().optional(),
5482
+ suf: z.string().optional(),
5483
+ re: z.string().optional(),
5484
+ gt: z.number().optional(),
5485
+ gte: z.number().optional(),
5486
+ lt: z.number().optional(),
5487
+ lte: z.number().optional(),
5488
+ });
5489
+
5490
+ /** @internal */
5491
+ export type CancelDeploymentValue2$Outbound = {
5492
+ eq?: string | number | undefined;
5493
+ neq?: string | undefined;
5494
+ inc?: Array<string> | undefined;
5495
+ ninc?: Array<string> | undefined;
5496
+ pre?: string | undefined;
5497
+ suf?: string | undefined;
5498
+ re?: string | undefined;
5499
+ gt?: number | undefined;
5500
+ gte?: number | undefined;
5501
+ lt?: number | undefined;
5502
+ lte?: number | undefined;
5503
+ };
5504
+
5505
+ /** @internal */
5506
+ export const CancelDeploymentValue2$outboundSchema: z.ZodType<
5507
+ CancelDeploymentValue2$Outbound,
5508
+ z.ZodTypeDef,
5509
+ CancelDeploymentValue2
5510
+ > = z.object({
5511
+ eq: z.union([z.string(), z.number()]).optional(),
5512
+ neq: z.string().optional(),
5513
+ inc: z.array(z.string()).optional(),
5514
+ ninc: z.array(z.string()).optional(),
5515
+ pre: z.string().optional(),
5516
+ suf: z.string().optional(),
5517
+ re: z.string().optional(),
5518
+ gt: z.number().optional(),
5519
+ gte: z.number().optional(),
5520
+ lt: z.number().optional(),
5521
+ lte: z.number().optional(),
5522
+ });
5523
+
5524
+ /**
5525
+ * @internal
5526
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5527
+ */
5528
+ export namespace CancelDeploymentValue2$ {
5529
+ /** @deprecated use `CancelDeploymentValue2$inboundSchema` instead. */
5530
+ export const inboundSchema = CancelDeploymentValue2$inboundSchema;
5531
+ /** @deprecated use `CancelDeploymentValue2$outboundSchema` instead. */
5532
+ export const outboundSchema = CancelDeploymentValue2$outboundSchema;
5533
+ /** @deprecated use `CancelDeploymentValue2$Outbound` instead. */
5534
+ export type Outbound = CancelDeploymentValue2$Outbound;
5535
+ }
5536
+
5537
+ export function cancelDeploymentValue2ToJSON(
5538
+ cancelDeploymentValue2: CancelDeploymentValue2,
5539
+ ): string {
5540
+ return JSON.stringify(
5541
+ CancelDeploymentValue2$outboundSchema.parse(cancelDeploymentValue2),
5542
+ );
5543
+ }
5544
+
5545
+ export function cancelDeploymentValue2FromJSON(
5546
+ jsonString: string,
5547
+ ): SafeParseResult<CancelDeploymentValue2, SDKValidationError> {
5548
+ return safeParse(
5549
+ jsonString,
5550
+ (x) => CancelDeploymentValue2$inboundSchema.parse(JSON.parse(x)),
5551
+ `Failed to parse 'CancelDeploymentValue2' from JSON`,
5552
+ );
5553
+ }
5554
+
5555
+ /** @internal */
5556
+ export const CancelDeploymentHasValue$inboundSchema: z.ZodType<
5557
+ CancelDeploymentHasValue,
5558
+ z.ZodTypeDef,
5559
+ unknown
5560
+ > = z.union([z.lazy(() => CancelDeploymentValue2$inboundSchema), z.string()]);
5561
+
5562
+ /** @internal */
5563
+ export type CancelDeploymentHasValue$Outbound =
5564
+ | CancelDeploymentValue2$Outbound
5565
+ | string;
5566
+
5567
+ /** @internal */
5568
+ export const CancelDeploymentHasValue$outboundSchema: z.ZodType<
5569
+ CancelDeploymentHasValue$Outbound,
5570
+ z.ZodTypeDef,
5571
+ CancelDeploymentHasValue
5572
+ > = z.union([z.lazy(() => CancelDeploymentValue2$outboundSchema), z.string()]);
5573
+
5574
+ /**
5575
+ * @internal
5576
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5577
+ */
5578
+ export namespace CancelDeploymentHasValue$ {
5579
+ /** @deprecated use `CancelDeploymentHasValue$inboundSchema` instead. */
5580
+ export const inboundSchema = CancelDeploymentHasValue$inboundSchema;
5581
+ /** @deprecated use `CancelDeploymentHasValue$outboundSchema` instead. */
5582
+ export const outboundSchema = CancelDeploymentHasValue$outboundSchema;
5583
+ /** @deprecated use `CancelDeploymentHasValue$Outbound` instead. */
5584
+ export type Outbound = CancelDeploymentHasValue$Outbound;
5585
+ }
5586
+
5587
+ export function cancelDeploymentHasValueToJSON(
5588
+ cancelDeploymentHasValue: CancelDeploymentHasValue,
5589
+ ): string {
5590
+ return JSON.stringify(
5591
+ CancelDeploymentHasValue$outboundSchema.parse(cancelDeploymentHasValue),
5592
+ );
5593
+ }
5594
+
5595
+ export function cancelDeploymentHasValueFromJSON(
5596
+ jsonString: string,
5597
+ ): SafeParseResult<CancelDeploymentHasValue, SDKValidationError> {
5598
+ return safeParse(
5599
+ jsonString,
5600
+ (x) => CancelDeploymentHasValue$inboundSchema.parse(JSON.parse(x)),
5601
+ `Failed to parse 'CancelDeploymentHasValue' from JSON`,
5602
+ );
5603
+ }
5604
+
5129
5605
  /** @internal */
5130
5606
  export const CancelDeploymentHas1$inboundSchema: z.ZodType<
5131
5607
  CancelDeploymentHas1,
@@ -5133,13 +5609,16 @@ export const CancelDeploymentHas1$inboundSchema: z.ZodType<
5133
5609
  unknown
5134
5610
  > = z.object({
5135
5611
  type: CancelDeploymentHasType$inboundSchema,
5136
- value: z.string(),
5612
+ value: z.union([
5613
+ z.lazy(() => CancelDeploymentValue2$inboundSchema),
5614
+ z.string(),
5615
+ ]),
5137
5616
  });
5138
5617
 
5139
5618
  /** @internal */
5140
5619
  export type CancelDeploymentHas1$Outbound = {
5141
5620
  type: string;
5142
- value: string;
5621
+ value: CancelDeploymentValue2$Outbound | string;
5143
5622
  };
5144
5623
 
5145
5624
  /** @internal */
@@ -5149,7 +5628,10 @@ export const CancelDeploymentHas1$outboundSchema: z.ZodType<
5149
5628
  CancelDeploymentHas1
5150
5629
  > = z.object({
5151
5630
  type: CancelDeploymentHasType$outboundSchema,
5152
- value: z.string(),
5631
+ value: z.union([
5632
+ z.lazy(() => CancelDeploymentValue2$outboundSchema),
5633
+ z.string(),
5634
+ ]),
5153
5635
  });
5154
5636
 
5155
5637
  /**
@@ -5263,6 +5745,233 @@ export namespace CancelDeploymentMissingDeploymentsType$ {
5263
5745
  CancelDeploymentMissingDeploymentsType$outboundSchema;
5264
5746
  }
5265
5747
 
5748
+ /** @internal */
5749
+ export const CancelDeploymentValueDeploymentsResponse200Eq$inboundSchema:
5750
+ z.ZodType<
5751
+ CancelDeploymentValueDeploymentsResponse200Eq,
5752
+ z.ZodTypeDef,
5753
+ unknown
5754
+ > = z.union([z.string(), z.number()]);
5755
+
5756
+ /** @internal */
5757
+ export type CancelDeploymentValueDeploymentsResponse200Eq$Outbound =
5758
+ | string
5759
+ | number;
5760
+
5761
+ /** @internal */
5762
+ export const CancelDeploymentValueDeploymentsResponse200Eq$outboundSchema:
5763
+ z.ZodType<
5764
+ CancelDeploymentValueDeploymentsResponse200Eq$Outbound,
5765
+ z.ZodTypeDef,
5766
+ CancelDeploymentValueDeploymentsResponse200Eq
5767
+ > = z.union([z.string(), z.number()]);
5768
+
5769
+ /**
5770
+ * @internal
5771
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5772
+ */
5773
+ export namespace CancelDeploymentValueDeploymentsResponse200Eq$ {
5774
+ /** @deprecated use `CancelDeploymentValueDeploymentsResponse200Eq$inboundSchema` instead. */
5775
+ export const inboundSchema =
5776
+ CancelDeploymentValueDeploymentsResponse200Eq$inboundSchema;
5777
+ /** @deprecated use `CancelDeploymentValueDeploymentsResponse200Eq$outboundSchema` instead. */
5778
+ export const outboundSchema =
5779
+ CancelDeploymentValueDeploymentsResponse200Eq$outboundSchema;
5780
+ /** @deprecated use `CancelDeploymentValueDeploymentsResponse200Eq$Outbound` instead. */
5781
+ export type Outbound = CancelDeploymentValueDeploymentsResponse200Eq$Outbound;
5782
+ }
5783
+
5784
+ export function cancelDeploymentValueDeploymentsResponse200EqToJSON(
5785
+ cancelDeploymentValueDeploymentsResponse200Eq:
5786
+ CancelDeploymentValueDeploymentsResponse200Eq,
5787
+ ): string {
5788
+ return JSON.stringify(
5789
+ CancelDeploymentValueDeploymentsResponse200Eq$outboundSchema.parse(
5790
+ cancelDeploymentValueDeploymentsResponse200Eq,
5791
+ ),
5792
+ );
5793
+ }
5794
+
5795
+ export function cancelDeploymentValueDeploymentsResponse200EqFromJSON(
5796
+ jsonString: string,
5797
+ ): SafeParseResult<
5798
+ CancelDeploymentValueDeploymentsResponse200Eq,
5799
+ SDKValidationError
5800
+ > {
5801
+ return safeParse(
5802
+ jsonString,
5803
+ (x) =>
5804
+ CancelDeploymentValueDeploymentsResponse200Eq$inboundSchema.parse(
5805
+ JSON.parse(x),
5806
+ ),
5807
+ `Failed to parse 'CancelDeploymentValueDeploymentsResponse200Eq' from JSON`,
5808
+ );
5809
+ }
5810
+
5811
+ /** @internal */
5812
+ export const CancelDeploymentValueDeploymentsResponse2002$inboundSchema:
5813
+ z.ZodType<
5814
+ CancelDeploymentValueDeploymentsResponse2002,
5815
+ z.ZodTypeDef,
5816
+ unknown
5817
+ > = z.object({
5818
+ eq: z.union([z.string(), z.number()]).optional(),
5819
+ neq: z.string().optional(),
5820
+ inc: z.array(z.string()).optional(),
5821
+ ninc: z.array(z.string()).optional(),
5822
+ pre: z.string().optional(),
5823
+ suf: z.string().optional(),
5824
+ re: z.string().optional(),
5825
+ gt: z.number().optional(),
5826
+ gte: z.number().optional(),
5827
+ lt: z.number().optional(),
5828
+ lte: z.number().optional(),
5829
+ });
5830
+
5831
+ /** @internal */
5832
+ export type CancelDeploymentValueDeploymentsResponse2002$Outbound = {
5833
+ eq?: string | number | undefined;
5834
+ neq?: string | undefined;
5835
+ inc?: Array<string> | undefined;
5836
+ ninc?: Array<string> | undefined;
5837
+ pre?: string | undefined;
5838
+ suf?: string | undefined;
5839
+ re?: string | undefined;
5840
+ gt?: number | undefined;
5841
+ gte?: number | undefined;
5842
+ lt?: number | undefined;
5843
+ lte?: number | undefined;
5844
+ };
5845
+
5846
+ /** @internal */
5847
+ export const CancelDeploymentValueDeploymentsResponse2002$outboundSchema:
5848
+ z.ZodType<
5849
+ CancelDeploymentValueDeploymentsResponse2002$Outbound,
5850
+ z.ZodTypeDef,
5851
+ CancelDeploymentValueDeploymentsResponse2002
5852
+ > = z.object({
5853
+ eq: z.union([z.string(), z.number()]).optional(),
5854
+ neq: z.string().optional(),
5855
+ inc: z.array(z.string()).optional(),
5856
+ ninc: z.array(z.string()).optional(),
5857
+ pre: z.string().optional(),
5858
+ suf: z.string().optional(),
5859
+ re: z.string().optional(),
5860
+ gt: z.number().optional(),
5861
+ gte: z.number().optional(),
5862
+ lt: z.number().optional(),
5863
+ lte: z.number().optional(),
5864
+ });
5865
+
5866
+ /**
5867
+ * @internal
5868
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5869
+ */
5870
+ export namespace CancelDeploymentValueDeploymentsResponse2002$ {
5871
+ /** @deprecated use `CancelDeploymentValueDeploymentsResponse2002$inboundSchema` instead. */
5872
+ export const inboundSchema =
5873
+ CancelDeploymentValueDeploymentsResponse2002$inboundSchema;
5874
+ /** @deprecated use `CancelDeploymentValueDeploymentsResponse2002$outboundSchema` instead. */
5875
+ export const outboundSchema =
5876
+ CancelDeploymentValueDeploymentsResponse2002$outboundSchema;
5877
+ /** @deprecated use `CancelDeploymentValueDeploymentsResponse2002$Outbound` instead. */
5878
+ export type Outbound = CancelDeploymentValueDeploymentsResponse2002$Outbound;
5879
+ }
5880
+
5881
+ export function cancelDeploymentValueDeploymentsResponse2002ToJSON(
5882
+ cancelDeploymentValueDeploymentsResponse2002:
5883
+ CancelDeploymentValueDeploymentsResponse2002,
5884
+ ): string {
5885
+ return JSON.stringify(
5886
+ CancelDeploymentValueDeploymentsResponse2002$outboundSchema.parse(
5887
+ cancelDeploymentValueDeploymentsResponse2002,
5888
+ ),
5889
+ );
5890
+ }
5891
+
5892
+ export function cancelDeploymentValueDeploymentsResponse2002FromJSON(
5893
+ jsonString: string,
5894
+ ): SafeParseResult<
5895
+ CancelDeploymentValueDeploymentsResponse2002,
5896
+ SDKValidationError
5897
+ > {
5898
+ return safeParse(
5899
+ jsonString,
5900
+ (x) =>
5901
+ CancelDeploymentValueDeploymentsResponse2002$inboundSchema.parse(
5902
+ JSON.parse(x),
5903
+ ),
5904
+ `Failed to parse 'CancelDeploymentValueDeploymentsResponse2002' from JSON`,
5905
+ );
5906
+ }
5907
+
5908
+ /** @internal */
5909
+ export const CancelDeploymentMissingDeploymentsValue$inboundSchema: z.ZodType<
5910
+ CancelDeploymentMissingDeploymentsValue,
5911
+ z.ZodTypeDef,
5912
+ unknown
5913
+ > = z.union([
5914
+ z.lazy(() => CancelDeploymentValueDeploymentsResponse2002$inboundSchema),
5915
+ z.string(),
5916
+ ]);
5917
+
5918
+ /** @internal */
5919
+ export type CancelDeploymentMissingDeploymentsValue$Outbound =
5920
+ | CancelDeploymentValueDeploymentsResponse2002$Outbound
5921
+ | string;
5922
+
5923
+ /** @internal */
5924
+ export const CancelDeploymentMissingDeploymentsValue$outboundSchema: z.ZodType<
5925
+ CancelDeploymentMissingDeploymentsValue$Outbound,
5926
+ z.ZodTypeDef,
5927
+ CancelDeploymentMissingDeploymentsValue
5928
+ > = z.union([
5929
+ z.lazy(() => CancelDeploymentValueDeploymentsResponse2002$outboundSchema),
5930
+ z.string(),
5931
+ ]);
5932
+
5933
+ /**
5934
+ * @internal
5935
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5936
+ */
5937
+ export namespace CancelDeploymentMissingDeploymentsValue$ {
5938
+ /** @deprecated use `CancelDeploymentMissingDeploymentsValue$inboundSchema` instead. */
5939
+ export const inboundSchema =
5940
+ CancelDeploymentMissingDeploymentsValue$inboundSchema;
5941
+ /** @deprecated use `CancelDeploymentMissingDeploymentsValue$outboundSchema` instead. */
5942
+ export const outboundSchema =
5943
+ CancelDeploymentMissingDeploymentsValue$outboundSchema;
5944
+ /** @deprecated use `CancelDeploymentMissingDeploymentsValue$Outbound` instead. */
5945
+ export type Outbound = CancelDeploymentMissingDeploymentsValue$Outbound;
5946
+ }
5947
+
5948
+ export function cancelDeploymentMissingDeploymentsValueToJSON(
5949
+ cancelDeploymentMissingDeploymentsValue:
5950
+ CancelDeploymentMissingDeploymentsValue,
5951
+ ): string {
5952
+ return JSON.stringify(
5953
+ CancelDeploymentMissingDeploymentsValue$outboundSchema.parse(
5954
+ cancelDeploymentMissingDeploymentsValue,
5955
+ ),
5956
+ );
5957
+ }
5958
+
5959
+ export function cancelDeploymentMissingDeploymentsValueFromJSON(
5960
+ jsonString: string,
5961
+ ): SafeParseResult<
5962
+ CancelDeploymentMissingDeploymentsValue,
5963
+ SDKValidationError
5964
+ > {
5965
+ return safeParse(
5966
+ jsonString,
5967
+ (x) =>
5968
+ CancelDeploymentMissingDeploymentsValue$inboundSchema.parse(
5969
+ JSON.parse(x),
5970
+ ),
5971
+ `Failed to parse 'CancelDeploymentMissingDeploymentsValue' from JSON`,
5972
+ );
5973
+ }
5974
+
5266
5975
  /** @internal */
5267
5976
  export const CancelDeploymentMissing2$inboundSchema: z.ZodType<
5268
5977
  CancelDeploymentMissing2,
@@ -5271,14 +5980,20 @@ export const CancelDeploymentMissing2$inboundSchema: z.ZodType<
5271
5980
  > = z.object({
5272
5981
  type: CancelDeploymentMissingDeploymentsType$inboundSchema,
5273
5982
  key: z.string(),
5274
- value: z.string().optional(),
5983
+ value: z.union([
5984
+ z.lazy(() => CancelDeploymentValueDeploymentsResponse2002$inboundSchema),
5985
+ z.string(),
5986
+ ]).optional(),
5275
5987
  });
5276
5988
 
5277
5989
  /** @internal */
5278
5990
  export type CancelDeploymentMissing2$Outbound = {
5279
5991
  type: string;
5280
5992
  key: string;
5281
- value?: string | undefined;
5993
+ value?:
5994
+ | CancelDeploymentValueDeploymentsResponse2002$Outbound
5995
+ | string
5996
+ | undefined;
5282
5997
  };
5283
5998
 
5284
5999
  /** @internal */
@@ -5289,7 +6004,10 @@ export const CancelDeploymentMissing2$outboundSchema: z.ZodType<
5289
6004
  > = z.object({
5290
6005
  type: CancelDeploymentMissingDeploymentsType$outboundSchema,
5291
6006
  key: z.string(),
5292
- value: z.string().optional(),
6007
+ value: z.union([
6008
+ z.lazy(() => CancelDeploymentValueDeploymentsResponse2002$outboundSchema),
6009
+ z.string(),
6010
+ ]).optional(),
5293
6011
  });
5294
6012
 
5295
6013
  /**
@@ -5344,6 +6062,220 @@ export namespace CancelDeploymentMissingType$ {
5344
6062
  export const outboundSchema = CancelDeploymentMissingType$outboundSchema;
5345
6063
  }
5346
6064
 
6065
+ /** @internal */
6066
+ export const CancelDeploymentValueDeploymentsResponseEq$inboundSchema:
6067
+ z.ZodType<CancelDeploymentValueDeploymentsResponseEq, z.ZodTypeDef, unknown> =
6068
+ z.union([z.string(), z.number()]);
6069
+
6070
+ /** @internal */
6071
+ export type CancelDeploymentValueDeploymentsResponseEq$Outbound =
6072
+ | string
6073
+ | number;
6074
+
6075
+ /** @internal */
6076
+ export const CancelDeploymentValueDeploymentsResponseEq$outboundSchema:
6077
+ z.ZodType<
6078
+ CancelDeploymentValueDeploymentsResponseEq$Outbound,
6079
+ z.ZodTypeDef,
6080
+ CancelDeploymentValueDeploymentsResponseEq
6081
+ > = z.union([z.string(), z.number()]);
6082
+
6083
+ /**
6084
+ * @internal
6085
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6086
+ */
6087
+ export namespace CancelDeploymentValueDeploymentsResponseEq$ {
6088
+ /** @deprecated use `CancelDeploymentValueDeploymentsResponseEq$inboundSchema` instead. */
6089
+ export const inboundSchema =
6090
+ CancelDeploymentValueDeploymentsResponseEq$inboundSchema;
6091
+ /** @deprecated use `CancelDeploymentValueDeploymentsResponseEq$outboundSchema` instead. */
6092
+ export const outboundSchema =
6093
+ CancelDeploymentValueDeploymentsResponseEq$outboundSchema;
6094
+ /** @deprecated use `CancelDeploymentValueDeploymentsResponseEq$Outbound` instead. */
6095
+ export type Outbound = CancelDeploymentValueDeploymentsResponseEq$Outbound;
6096
+ }
6097
+
6098
+ export function cancelDeploymentValueDeploymentsResponseEqToJSON(
6099
+ cancelDeploymentValueDeploymentsResponseEq:
6100
+ CancelDeploymentValueDeploymentsResponseEq,
6101
+ ): string {
6102
+ return JSON.stringify(
6103
+ CancelDeploymentValueDeploymentsResponseEq$outboundSchema.parse(
6104
+ cancelDeploymentValueDeploymentsResponseEq,
6105
+ ),
6106
+ );
6107
+ }
6108
+
6109
+ export function cancelDeploymentValueDeploymentsResponseEqFromJSON(
6110
+ jsonString: string,
6111
+ ): SafeParseResult<
6112
+ CancelDeploymentValueDeploymentsResponseEq,
6113
+ SDKValidationError
6114
+ > {
6115
+ return safeParse(
6116
+ jsonString,
6117
+ (x) =>
6118
+ CancelDeploymentValueDeploymentsResponseEq$inboundSchema.parse(
6119
+ JSON.parse(x),
6120
+ ),
6121
+ `Failed to parse 'CancelDeploymentValueDeploymentsResponseEq' from JSON`,
6122
+ );
6123
+ }
6124
+
6125
+ /** @internal */
6126
+ export const CancelDeploymentValueDeploymentsResponse2$inboundSchema: z.ZodType<
6127
+ CancelDeploymentValueDeploymentsResponse2,
6128
+ z.ZodTypeDef,
6129
+ unknown
6130
+ > = z.object({
6131
+ eq: z.union([z.string(), z.number()]).optional(),
6132
+ neq: z.string().optional(),
6133
+ inc: z.array(z.string()).optional(),
6134
+ ninc: z.array(z.string()).optional(),
6135
+ pre: z.string().optional(),
6136
+ suf: z.string().optional(),
6137
+ re: z.string().optional(),
6138
+ gt: z.number().optional(),
6139
+ gte: z.number().optional(),
6140
+ lt: z.number().optional(),
6141
+ lte: z.number().optional(),
6142
+ });
6143
+
6144
+ /** @internal */
6145
+ export type CancelDeploymentValueDeploymentsResponse2$Outbound = {
6146
+ eq?: string | number | undefined;
6147
+ neq?: string | undefined;
6148
+ inc?: Array<string> | undefined;
6149
+ ninc?: Array<string> | undefined;
6150
+ pre?: string | undefined;
6151
+ suf?: string | undefined;
6152
+ re?: string | undefined;
6153
+ gt?: number | undefined;
6154
+ gte?: number | undefined;
6155
+ lt?: number | undefined;
6156
+ lte?: number | undefined;
6157
+ };
6158
+
6159
+ /** @internal */
6160
+ export const CancelDeploymentValueDeploymentsResponse2$outboundSchema:
6161
+ z.ZodType<
6162
+ CancelDeploymentValueDeploymentsResponse2$Outbound,
6163
+ z.ZodTypeDef,
6164
+ CancelDeploymentValueDeploymentsResponse2
6165
+ > = z.object({
6166
+ eq: z.union([z.string(), z.number()]).optional(),
6167
+ neq: z.string().optional(),
6168
+ inc: z.array(z.string()).optional(),
6169
+ ninc: z.array(z.string()).optional(),
6170
+ pre: z.string().optional(),
6171
+ suf: z.string().optional(),
6172
+ re: z.string().optional(),
6173
+ gt: z.number().optional(),
6174
+ gte: z.number().optional(),
6175
+ lt: z.number().optional(),
6176
+ lte: z.number().optional(),
6177
+ });
6178
+
6179
+ /**
6180
+ * @internal
6181
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6182
+ */
6183
+ export namespace CancelDeploymentValueDeploymentsResponse2$ {
6184
+ /** @deprecated use `CancelDeploymentValueDeploymentsResponse2$inboundSchema` instead. */
6185
+ export const inboundSchema =
6186
+ CancelDeploymentValueDeploymentsResponse2$inboundSchema;
6187
+ /** @deprecated use `CancelDeploymentValueDeploymentsResponse2$outboundSchema` instead. */
6188
+ export const outboundSchema =
6189
+ CancelDeploymentValueDeploymentsResponse2$outboundSchema;
6190
+ /** @deprecated use `CancelDeploymentValueDeploymentsResponse2$Outbound` instead. */
6191
+ export type Outbound = CancelDeploymentValueDeploymentsResponse2$Outbound;
6192
+ }
6193
+
6194
+ export function cancelDeploymentValueDeploymentsResponse2ToJSON(
6195
+ cancelDeploymentValueDeploymentsResponse2:
6196
+ CancelDeploymentValueDeploymentsResponse2,
6197
+ ): string {
6198
+ return JSON.stringify(
6199
+ CancelDeploymentValueDeploymentsResponse2$outboundSchema.parse(
6200
+ cancelDeploymentValueDeploymentsResponse2,
6201
+ ),
6202
+ );
6203
+ }
6204
+
6205
+ export function cancelDeploymentValueDeploymentsResponse2FromJSON(
6206
+ jsonString: string,
6207
+ ): SafeParseResult<
6208
+ CancelDeploymentValueDeploymentsResponse2,
6209
+ SDKValidationError
6210
+ > {
6211
+ return safeParse(
6212
+ jsonString,
6213
+ (x) =>
6214
+ CancelDeploymentValueDeploymentsResponse2$inboundSchema.parse(
6215
+ JSON.parse(x),
6216
+ ),
6217
+ `Failed to parse 'CancelDeploymentValueDeploymentsResponse2' from JSON`,
6218
+ );
6219
+ }
6220
+
6221
+ /** @internal */
6222
+ export const CancelDeploymentMissingValue$inboundSchema: z.ZodType<
6223
+ CancelDeploymentMissingValue,
6224
+ z.ZodTypeDef,
6225
+ unknown
6226
+ > = z.union([
6227
+ z.lazy(() => CancelDeploymentValueDeploymentsResponse2$inboundSchema),
6228
+ z.string(),
6229
+ ]);
6230
+
6231
+ /** @internal */
6232
+ export type CancelDeploymentMissingValue$Outbound =
6233
+ | CancelDeploymentValueDeploymentsResponse2$Outbound
6234
+ | string;
6235
+
6236
+ /** @internal */
6237
+ export const CancelDeploymentMissingValue$outboundSchema: z.ZodType<
6238
+ CancelDeploymentMissingValue$Outbound,
6239
+ z.ZodTypeDef,
6240
+ CancelDeploymentMissingValue
6241
+ > = z.union([
6242
+ z.lazy(() => CancelDeploymentValueDeploymentsResponse2$outboundSchema),
6243
+ z.string(),
6244
+ ]);
6245
+
6246
+ /**
6247
+ * @internal
6248
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6249
+ */
6250
+ export namespace CancelDeploymentMissingValue$ {
6251
+ /** @deprecated use `CancelDeploymentMissingValue$inboundSchema` instead. */
6252
+ export const inboundSchema = CancelDeploymentMissingValue$inboundSchema;
6253
+ /** @deprecated use `CancelDeploymentMissingValue$outboundSchema` instead. */
6254
+ export const outboundSchema = CancelDeploymentMissingValue$outboundSchema;
6255
+ /** @deprecated use `CancelDeploymentMissingValue$Outbound` instead. */
6256
+ export type Outbound = CancelDeploymentMissingValue$Outbound;
6257
+ }
6258
+
6259
+ export function cancelDeploymentMissingValueToJSON(
6260
+ cancelDeploymentMissingValue: CancelDeploymentMissingValue,
6261
+ ): string {
6262
+ return JSON.stringify(
6263
+ CancelDeploymentMissingValue$outboundSchema.parse(
6264
+ cancelDeploymentMissingValue,
6265
+ ),
6266
+ );
6267
+ }
6268
+
6269
+ export function cancelDeploymentMissingValueFromJSON(
6270
+ jsonString: string,
6271
+ ): SafeParseResult<CancelDeploymentMissingValue, SDKValidationError> {
6272
+ return safeParse(
6273
+ jsonString,
6274
+ (x) => CancelDeploymentMissingValue$inboundSchema.parse(JSON.parse(x)),
6275
+ `Failed to parse 'CancelDeploymentMissingValue' from JSON`,
6276
+ );
6277
+ }
6278
+
5347
6279
  /** @internal */
5348
6280
  export const CancelDeploymentMissing1$inboundSchema: z.ZodType<
5349
6281
  CancelDeploymentMissing1,
@@ -5351,13 +6283,16 @@ export const CancelDeploymentMissing1$inboundSchema: z.ZodType<
5351
6283
  unknown
5352
6284
  > = z.object({
5353
6285
  type: CancelDeploymentMissingType$inboundSchema,
5354
- value: z.string(),
6286
+ value: z.union([
6287
+ z.lazy(() => CancelDeploymentValueDeploymentsResponse2$inboundSchema),
6288
+ z.string(),
6289
+ ]),
5355
6290
  });
5356
6291
 
5357
6292
  /** @internal */
5358
6293
  export type CancelDeploymentMissing1$Outbound = {
5359
6294
  type: string;
5360
- value: string;
6295
+ value: CancelDeploymentValueDeploymentsResponse2$Outbound | string;
5361
6296
  };
5362
6297
 
5363
6298
  /** @internal */
@@ -5367,7 +6302,10 @@ export const CancelDeploymentMissing1$outboundSchema: z.ZodType<
5367
6302
  CancelDeploymentMissing1
5368
6303
  > = z.object({
5369
6304
  type: CancelDeploymentMissingType$outboundSchema,
5370
- value: z.string(),
6305
+ value: z.union([
6306
+ z.lazy(() => CancelDeploymentValueDeploymentsResponse2$outboundSchema),
6307
+ z.string(),
6308
+ ]),
5371
6309
  });
5372
6310
 
5373
6311
  /**
@@ -5459,6 +6397,83 @@ export function cancelDeploymentRoutesMissingFromJSON(
5459
6397
  );
5460
6398
  }
5461
6399
 
6400
+ /** @internal */
6401
+ export const CancelDeploymentRoutesAction$inboundSchema: z.ZodNativeEnum<
6402
+ typeof CancelDeploymentRoutesAction
6403
+ > = z.nativeEnum(CancelDeploymentRoutesAction);
6404
+
6405
+ /** @internal */
6406
+ export const CancelDeploymentRoutesAction$outboundSchema: z.ZodNativeEnum<
6407
+ typeof CancelDeploymentRoutesAction
6408
+ > = CancelDeploymentRoutesAction$inboundSchema;
6409
+
6410
+ /**
6411
+ * @internal
6412
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6413
+ */
6414
+ export namespace CancelDeploymentRoutesAction$ {
6415
+ /** @deprecated use `CancelDeploymentRoutesAction$inboundSchema` instead. */
6416
+ export const inboundSchema = CancelDeploymentRoutesAction$inboundSchema;
6417
+ /** @deprecated use `CancelDeploymentRoutesAction$outboundSchema` instead. */
6418
+ export const outboundSchema = CancelDeploymentRoutesAction$outboundSchema;
6419
+ }
6420
+
6421
+ /** @internal */
6422
+ export const CancelDeploymentRoutesMitigate$inboundSchema: z.ZodType<
6423
+ CancelDeploymentRoutesMitigate,
6424
+ z.ZodTypeDef,
6425
+ unknown
6426
+ > = z.object({
6427
+ action: CancelDeploymentRoutesAction$inboundSchema,
6428
+ });
6429
+
6430
+ /** @internal */
6431
+ export type CancelDeploymentRoutesMitigate$Outbound = {
6432
+ action: string;
6433
+ };
6434
+
6435
+ /** @internal */
6436
+ export const CancelDeploymentRoutesMitigate$outboundSchema: z.ZodType<
6437
+ CancelDeploymentRoutesMitigate$Outbound,
6438
+ z.ZodTypeDef,
6439
+ CancelDeploymentRoutesMitigate
6440
+ > = z.object({
6441
+ action: CancelDeploymentRoutesAction$outboundSchema,
6442
+ });
6443
+
6444
+ /**
6445
+ * @internal
6446
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6447
+ */
6448
+ export namespace CancelDeploymentRoutesMitigate$ {
6449
+ /** @deprecated use `CancelDeploymentRoutesMitigate$inboundSchema` instead. */
6450
+ export const inboundSchema = CancelDeploymentRoutesMitigate$inboundSchema;
6451
+ /** @deprecated use `CancelDeploymentRoutesMitigate$outboundSchema` instead. */
6452
+ export const outboundSchema = CancelDeploymentRoutesMitigate$outboundSchema;
6453
+ /** @deprecated use `CancelDeploymentRoutesMitigate$Outbound` instead. */
6454
+ export type Outbound = CancelDeploymentRoutesMitigate$Outbound;
6455
+ }
6456
+
6457
+ export function cancelDeploymentRoutesMitigateToJSON(
6458
+ cancelDeploymentRoutesMitigate: CancelDeploymentRoutesMitigate,
6459
+ ): string {
6460
+ return JSON.stringify(
6461
+ CancelDeploymentRoutesMitigate$outboundSchema.parse(
6462
+ cancelDeploymentRoutesMitigate,
6463
+ ),
6464
+ );
6465
+ }
6466
+
6467
+ export function cancelDeploymentRoutesMitigateFromJSON(
6468
+ jsonString: string,
6469
+ ): SafeParseResult<CancelDeploymentRoutesMitigate, SDKValidationError> {
6470
+ return safeParse(
6471
+ jsonString,
6472
+ (x) => CancelDeploymentRoutesMitigate$inboundSchema.parse(JSON.parse(x)),
6473
+ `Failed to parse 'CancelDeploymentRoutesMitigate' from JSON`,
6474
+ );
6475
+ }
6476
+
5462
6477
  /** @internal */
5463
6478
  export const RoutesLocale$inboundSchema: z.ZodType<
5464
6479
  RoutesLocale,
@@ -5540,6 +6555,8 @@ export const CancelDeploymentRoutes1$inboundSchema: z.ZodType<
5540
6555
  z.lazy(() => CancelDeploymentMissing2$inboundSchema),
5541
6556
  ]),
5542
6557
  ).optional(),
6558
+ mitigate: z.lazy(() => CancelDeploymentRoutesMitigate$inboundSchema)
6559
+ .optional(),
5543
6560
  locale: z.lazy(() => RoutesLocale$inboundSchema).optional(),
5544
6561
  middlewarePath: z.string().optional(),
5545
6562
  middlewareRawSrc: z.array(z.string()).optional(),
@@ -5566,6 +6583,7 @@ export type CancelDeploymentRoutes1$Outbound = {
5566
6583
  CancelDeploymentMissing1$Outbound | CancelDeploymentMissing2$Outbound
5567
6584
  >
5568
6585
  | undefined;
6586
+ mitigate?: CancelDeploymentRoutesMitigate$Outbound | undefined;
5569
6587
  locale?: RoutesLocale$Outbound | undefined;
5570
6588
  middlewarePath?: string | undefined;
5571
6589
  middlewareRawSrc?: Array<string> | undefined;
@@ -5600,6 +6618,8 @@ export const CancelDeploymentRoutes1$outboundSchema: z.ZodType<
5600
6618
  z.lazy(() => CancelDeploymentMissing2$outboundSchema),
5601
6619
  ]),
5602
6620
  ).optional(),
6621
+ mitigate: z.lazy(() => CancelDeploymentRoutesMitigate$outboundSchema)
6622
+ .optional(),
5603
6623
  locale: z.lazy(() => RoutesLocale$outboundSchema).optional(),
5604
6624
  middlewarePath: z.string().optional(),
5605
6625
  middlewareRawSrc: z.array(z.string()).optional(),
@@ -6413,6 +7433,7 @@ export const MicrofrontendsApplications$inboundSchema: z.ZodType<
6413
7433
  z.ZodTypeDef,
6414
7434
  unknown
6415
7435
  > = z.object({
7436
+ isDefaultApp: z.boolean().optional(),
6416
7437
  productionHost: z.string(),
6417
7438
  deploymentAlias: z.string().optional(),
6418
7439
  deploymentHost: z.string().optional(),
@@ -6420,6 +7441,7 @@ export const MicrofrontendsApplications$inboundSchema: z.ZodType<
6420
7441
 
6421
7442
  /** @internal */
6422
7443
  export type MicrofrontendsApplications$Outbound = {
7444
+ isDefaultApp?: boolean | undefined;
6423
7445
  productionHost: string;
6424
7446
  deploymentAlias?: string | undefined;
6425
7447
  deploymentHost?: string | undefined;
@@ -6431,6 +7453,7 @@ export const MicrofrontendsApplications$outboundSchema: z.ZodType<
6431
7453
  z.ZodTypeDef,
6432
7454
  MicrofrontendsApplications
6433
7455
  > = z.object({
7456
+ isDefaultApp: z.boolean().optional(),
6434
7457
  productionHost: z.string(),
6435
7458
  deploymentAlias: z.string().optional(),
6436
7459
  deploymentHost: z.string().optional(),
@@ -7002,7 +8025,7 @@ export const CancelDeploymentResponseBody$inboundSchema: z.ZodType<
7002
8025
  z.lazy(() => GitSource7$inboundSchema),
7003
8026
  z.lazy(() => CancelDeploymentGitSource1$inboundSchema),
7004
8027
  z.lazy(() => CancelDeploymentGitSource5$inboundSchema),
7005
- z.lazy(() => CancelDeploymentGitSource6$inboundSchema),
8028
+ z.lazy(() => GitSource6$inboundSchema),
7006
8029
  ]).optional(),
7007
8030
  name: z.string(),
7008
8031
  meta: z.record(z.string()),
@@ -7127,7 +8150,7 @@ export type CancelDeploymentResponseBody$Outbound = {
7127
8150
  | GitSource7$Outbound
7128
8151
  | CancelDeploymentGitSource1$Outbound
7129
8152
  | CancelDeploymentGitSource5$Outbound
7130
- | CancelDeploymentGitSource6$Outbound
8153
+ | GitSource6$Outbound
7131
8154
  | undefined;
7132
8155
  name: string;
7133
8156
  meta: { [k: string]: string };
@@ -7260,7 +8283,7 @@ export const CancelDeploymentResponseBody$outboundSchema: z.ZodType<
7260
8283
  z.lazy(() => GitSource7$outboundSchema),
7261
8284
  z.lazy(() => CancelDeploymentGitSource1$outboundSchema),
7262
8285
  z.lazy(() => CancelDeploymentGitSource5$outboundSchema),
7263
- z.lazy(() => CancelDeploymentGitSource6$outboundSchema),
8286
+ z.lazy(() => GitSource6$outboundSchema),
7264
8287
  ]).optional(),
7265
8288
  name: z.string(),
7266
8289
  meta: z.record(z.string()),