@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
@@ -441,7 +441,7 @@ export declare const CancelDeploymentGitSourceDeploymentsResponse200ApplicationJ
441
441
  readonly Bitbucket: "bitbucket";
442
442
  };
443
443
  export type CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType = ClosedEnum<typeof CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType>;
444
- export type CancelDeploymentGitSource6 = {
444
+ export type GitSource6 = {
445
445
  type: CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType;
446
446
  workspaceUuid?: string | undefined;
447
447
  repoUuid: string;
@@ -511,7 +511,7 @@ export type CancelDeploymentGitSource1 = {
511
511
  sha?: string | undefined;
512
512
  prId?: number | null | undefined;
513
513
  };
514
- export type CancelDeploymentGitSource = GitSource10 | GitSource12 | CancelDeploymentGitSource4 | GitSource8 | GitSource9 | GitSource11 | CancelDeploymentGitSource2 | CancelDeploymentGitSource3 | GitSource7 | CancelDeploymentGitSource1 | CancelDeploymentGitSource5 | CancelDeploymentGitSource6;
514
+ export type CancelDeploymentGitSource = GitSource10 | GitSource12 | CancelDeploymentGitSource4 | GitSource8 | GitSource9 | GitSource11 | CancelDeploymentGitSource2 | CancelDeploymentGitSource3 | GitSource7 | CancelDeploymentGitSource1 | CancelDeploymentGitSource5 | GitSource6;
515
515
  export type CancelDeploymentProject = {
516
516
  id: string;
517
517
  name: string;
@@ -618,18 +618,48 @@ export declare const CancelDeploymentHasDeploymentsType: {
618
618
  readonly Query: "query";
619
619
  };
620
620
  export type CancelDeploymentHasDeploymentsType = ClosedEnum<typeof CancelDeploymentHasDeploymentsType>;
621
+ export type CancelDeploymentValueDeploymentsEq = string | number;
622
+ export type CancelDeploymentValueDeployments2 = {
623
+ eq?: string | number | undefined;
624
+ neq?: string | undefined;
625
+ inc?: Array<string> | undefined;
626
+ ninc?: Array<string> | undefined;
627
+ pre?: string | undefined;
628
+ suf?: string | undefined;
629
+ re?: string | undefined;
630
+ gt?: number | undefined;
631
+ gte?: number | undefined;
632
+ lt?: number | undefined;
633
+ lte?: number | undefined;
634
+ };
635
+ export type CancelDeploymentHasDeploymentsValue = CancelDeploymentValueDeployments2 | string;
621
636
  export type CancelDeploymentHas2 = {
622
637
  type: CancelDeploymentHasDeploymentsType;
623
638
  key: string;
624
- value?: string | undefined;
639
+ value?: CancelDeploymentValueDeployments2 | string | undefined;
625
640
  };
626
641
  export declare const CancelDeploymentHasType: {
627
642
  readonly Host: "host";
628
643
  };
629
644
  export type CancelDeploymentHasType = ClosedEnum<typeof CancelDeploymentHasType>;
645
+ export type CancelDeploymentValueEq = string | number;
646
+ export type CancelDeploymentValue2 = {
647
+ eq?: string | number | undefined;
648
+ neq?: string | undefined;
649
+ inc?: Array<string> | undefined;
650
+ ninc?: Array<string> | undefined;
651
+ pre?: string | undefined;
652
+ suf?: string | undefined;
653
+ re?: string | undefined;
654
+ gt?: number | undefined;
655
+ gte?: number | undefined;
656
+ lt?: number | undefined;
657
+ lte?: number | undefined;
658
+ };
659
+ export type CancelDeploymentHasValue = CancelDeploymentValue2 | string;
630
660
  export type CancelDeploymentHas1 = {
631
661
  type: CancelDeploymentHasType;
632
- value: string;
662
+ value: CancelDeploymentValue2 | string;
633
663
  };
634
664
  export type CancelDeploymentRoutesHas = CancelDeploymentHas1 | CancelDeploymentHas2;
635
665
  export declare const CancelDeploymentMissingDeploymentsType: {
@@ -638,20 +668,58 @@ export declare const CancelDeploymentMissingDeploymentsType: {
638
668
  readonly Query: "query";
639
669
  };
640
670
  export type CancelDeploymentMissingDeploymentsType = ClosedEnum<typeof CancelDeploymentMissingDeploymentsType>;
671
+ export type CancelDeploymentValueDeploymentsResponse200Eq = string | number;
672
+ export type CancelDeploymentValueDeploymentsResponse2002 = {
673
+ eq?: string | number | undefined;
674
+ neq?: string | undefined;
675
+ inc?: Array<string> | undefined;
676
+ ninc?: Array<string> | undefined;
677
+ pre?: string | undefined;
678
+ suf?: string | undefined;
679
+ re?: string | undefined;
680
+ gt?: number | undefined;
681
+ gte?: number | undefined;
682
+ lt?: number | undefined;
683
+ lte?: number | undefined;
684
+ };
685
+ export type CancelDeploymentMissingDeploymentsValue = CancelDeploymentValueDeploymentsResponse2002 | string;
641
686
  export type CancelDeploymentMissing2 = {
642
687
  type: CancelDeploymentMissingDeploymentsType;
643
688
  key: string;
644
- value?: string | undefined;
689
+ value?: CancelDeploymentValueDeploymentsResponse2002 | string | undefined;
645
690
  };
646
691
  export declare const CancelDeploymentMissingType: {
647
692
  readonly Host: "host";
648
693
  };
649
694
  export type CancelDeploymentMissingType = ClosedEnum<typeof CancelDeploymentMissingType>;
695
+ export type CancelDeploymentValueDeploymentsResponseEq = string | number;
696
+ export type CancelDeploymentValueDeploymentsResponse2 = {
697
+ eq?: string | number | undefined;
698
+ neq?: string | undefined;
699
+ inc?: Array<string> | undefined;
700
+ ninc?: Array<string> | undefined;
701
+ pre?: string | undefined;
702
+ suf?: string | undefined;
703
+ re?: string | undefined;
704
+ gt?: number | undefined;
705
+ gte?: number | undefined;
706
+ lt?: number | undefined;
707
+ lte?: number | undefined;
708
+ };
709
+ export type CancelDeploymentMissingValue = CancelDeploymentValueDeploymentsResponse2 | string;
650
710
  export type CancelDeploymentMissing1 = {
651
711
  type: CancelDeploymentMissingType;
652
- value: string;
712
+ value: CancelDeploymentValueDeploymentsResponse2 | string;
653
713
  };
654
714
  export type CancelDeploymentRoutesMissing = CancelDeploymentMissing1 | CancelDeploymentMissing2;
715
+ export declare const CancelDeploymentRoutesAction: {
716
+ readonly Challenge: "challenge";
717
+ readonly Deny: "deny";
718
+ };
719
+ export type CancelDeploymentRoutesAction = ClosedEnum<typeof CancelDeploymentRoutesAction>;
720
+ export type CancelDeploymentRoutesMitigate = {
721
+ action: CancelDeploymentRoutesAction;
722
+ };
655
723
  export type RoutesLocale = {
656
724
  redirect?: {
657
725
  [k: string]: string;
@@ -673,6 +741,7 @@ export type CancelDeploymentRoutes1 = {
673
741
  status?: number | undefined;
674
742
  has?: Array<CancelDeploymentHas1 | CancelDeploymentHas2> | undefined;
675
743
  missing?: Array<CancelDeploymentMissing1 | CancelDeploymentMissing2> | undefined;
744
+ mitigate?: CancelDeploymentRoutesMitigate | undefined;
676
745
  locale?: RoutesLocale | undefined;
677
746
  /**
678
747
  * A middleware key within the `output` key under the build result. Overrides a `middleware` definition.
@@ -777,6 +846,7 @@ export type CancelDeploymentFlags = CancelDeploymentFlags1 | Array<CancelDeploym
777
846
  * 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.
778
847
  */
779
848
  export type MicrofrontendsApplications = {
849
+ isDefaultApp?: boolean | undefined;
780
850
  /**
781
851
  * This is the production alias, it will always show the most up to date of each application.
782
852
  */
@@ -936,7 +1006,7 @@ export type CancelDeploymentResponseBody = {
936
1006
  * Since November 2023 this field defines a set of regions that we will deploy the lambda to passively Lambdas will be deployed to these regions but only invoked if all of the primary `regions` are marked as out of service
937
1007
  */
938
1008
  passiveRegions?: Array<string> | undefined;
939
- gitSource?: GitSource10 | GitSource12 | CancelDeploymentGitSource4 | GitSource8 | GitSource9 | GitSource11 | CancelDeploymentGitSource2 | CancelDeploymentGitSource3 | GitSource7 | CancelDeploymentGitSource1 | CancelDeploymentGitSource5 | CancelDeploymentGitSource6 | undefined;
1009
+ gitSource?: GitSource10 | GitSource12 | CancelDeploymentGitSource4 | GitSource8 | GitSource9 | GitSource11 | CancelDeploymentGitSource2 | CancelDeploymentGitSource3 | GitSource7 | CancelDeploymentGitSource1 | CancelDeploymentGitSource5 | GitSource6 | undefined;
940
1010
  name: string;
941
1011
  meta: {
942
1012
  [k: string]: string;
@@ -2202,9 +2272,9 @@ export declare namespace CancelDeploymentGitSourceDeploymentsResponse200Applicat
2202
2272
  }>;
2203
2273
  }
2204
2274
  /** @internal */
2205
- export declare const CancelDeploymentGitSource6$inboundSchema: z.ZodType<CancelDeploymentGitSource6, z.ZodTypeDef, unknown>;
2275
+ export declare const GitSource6$inboundSchema: z.ZodType<GitSource6, z.ZodTypeDef, unknown>;
2206
2276
  /** @internal */
2207
- export type CancelDeploymentGitSource6$Outbound = {
2277
+ export type GitSource6$Outbound = {
2208
2278
  type: string;
2209
2279
  workspaceUuid?: string | undefined;
2210
2280
  repoUuid: string;
@@ -2213,21 +2283,21 @@ export type CancelDeploymentGitSource6$Outbound = {
2213
2283
  prId?: number | null | undefined;
2214
2284
  };
2215
2285
  /** @internal */
2216
- export declare const CancelDeploymentGitSource6$outboundSchema: z.ZodType<CancelDeploymentGitSource6$Outbound, z.ZodTypeDef, CancelDeploymentGitSource6>;
2286
+ export declare const GitSource6$outboundSchema: z.ZodType<GitSource6$Outbound, z.ZodTypeDef, GitSource6>;
2217
2287
  /**
2218
2288
  * @internal
2219
2289
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2220
2290
  */
2221
- export declare namespace CancelDeploymentGitSource6$ {
2222
- /** @deprecated use `CancelDeploymentGitSource6$inboundSchema` instead. */
2223
- const inboundSchema: z.ZodType<CancelDeploymentGitSource6, z.ZodTypeDef, unknown>;
2224
- /** @deprecated use `CancelDeploymentGitSource6$outboundSchema` instead. */
2225
- const outboundSchema: z.ZodType<CancelDeploymentGitSource6$Outbound, z.ZodTypeDef, CancelDeploymentGitSource6>;
2226
- /** @deprecated use `CancelDeploymentGitSource6$Outbound` instead. */
2227
- type Outbound = CancelDeploymentGitSource6$Outbound;
2291
+ export declare namespace GitSource6$ {
2292
+ /** @deprecated use `GitSource6$inboundSchema` instead. */
2293
+ const inboundSchema: z.ZodType<GitSource6, z.ZodTypeDef, unknown>;
2294
+ /** @deprecated use `GitSource6$outboundSchema` instead. */
2295
+ const outboundSchema: z.ZodType<GitSource6$Outbound, z.ZodTypeDef, GitSource6>;
2296
+ /** @deprecated use `GitSource6$Outbound` instead. */
2297
+ type Outbound = GitSource6$Outbound;
2228
2298
  }
2229
- export declare function cancelDeploymentGitSource6ToJSON(cancelDeploymentGitSource6: CancelDeploymentGitSource6): string;
2230
- export declare function cancelDeploymentGitSource6FromJSON(jsonString: string): SafeParseResult<CancelDeploymentGitSource6, SDKValidationError>;
2299
+ export declare function gitSource6ToJSON(gitSource6: GitSource6): string;
2300
+ export declare function gitSource6FromJSON(jsonString: string): SafeParseResult<GitSource6, SDKValidationError>;
2231
2301
  /** @internal */
2232
2302
  export declare const CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONType$inboundSchema: z.ZodNativeEnum<typeof CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONType>;
2233
2303
  /** @internal */
@@ -2515,7 +2585,7 @@ export declare function cancelDeploymentGitSource1FromJSON(jsonString: string):
2515
2585
  /** @internal */
2516
2586
  export declare const CancelDeploymentGitSource$inboundSchema: z.ZodType<CancelDeploymentGitSource, z.ZodTypeDef, unknown>;
2517
2587
  /** @internal */
2518
- export type CancelDeploymentGitSource$Outbound = GitSource10$Outbound | GitSource12$Outbound | CancelDeploymentGitSource4$Outbound | GitSource8$Outbound | GitSource9$Outbound | GitSource11$Outbound | CancelDeploymentGitSource2$Outbound | CancelDeploymentGitSource3$Outbound | GitSource7$Outbound | CancelDeploymentGitSource1$Outbound | CancelDeploymentGitSource5$Outbound | CancelDeploymentGitSource6$Outbound;
2588
+ export type CancelDeploymentGitSource$Outbound = GitSource10$Outbound | GitSource12$Outbound | CancelDeploymentGitSource4$Outbound | GitSource8$Outbound | GitSource9$Outbound | GitSource11$Outbound | CancelDeploymentGitSource2$Outbound | CancelDeploymentGitSource3$Outbound | GitSource7$Outbound | CancelDeploymentGitSource1$Outbound | CancelDeploymentGitSource5$Outbound | GitSource6$Outbound;
2519
2589
  /** @internal */
2520
2590
  export declare const CancelDeploymentGitSource$outboundSchema: z.ZodType<CancelDeploymentGitSource$Outbound, z.ZodTypeDef, CancelDeploymentGitSource>;
2521
2591
  /**
@@ -2898,12 +2968,84 @@ export declare namespace CancelDeploymentHasDeploymentsType$ {
2898
2968
  }>;
2899
2969
  }
2900
2970
  /** @internal */
2971
+ export declare const CancelDeploymentValueDeploymentsEq$inboundSchema: z.ZodType<CancelDeploymentValueDeploymentsEq, z.ZodTypeDef, unknown>;
2972
+ /** @internal */
2973
+ export type CancelDeploymentValueDeploymentsEq$Outbound = string | number;
2974
+ /** @internal */
2975
+ export declare const CancelDeploymentValueDeploymentsEq$outboundSchema: z.ZodType<CancelDeploymentValueDeploymentsEq$Outbound, z.ZodTypeDef, CancelDeploymentValueDeploymentsEq>;
2976
+ /**
2977
+ * @internal
2978
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2979
+ */
2980
+ export declare namespace CancelDeploymentValueDeploymentsEq$ {
2981
+ /** @deprecated use `CancelDeploymentValueDeploymentsEq$inboundSchema` instead. */
2982
+ const inboundSchema: z.ZodType<CancelDeploymentValueDeploymentsEq, z.ZodTypeDef, unknown>;
2983
+ /** @deprecated use `CancelDeploymentValueDeploymentsEq$outboundSchema` instead. */
2984
+ const outboundSchema: z.ZodType<CancelDeploymentValueDeploymentsEq$Outbound, z.ZodTypeDef, CancelDeploymentValueDeploymentsEq>;
2985
+ /** @deprecated use `CancelDeploymentValueDeploymentsEq$Outbound` instead. */
2986
+ type Outbound = CancelDeploymentValueDeploymentsEq$Outbound;
2987
+ }
2988
+ export declare function cancelDeploymentValueDeploymentsEqToJSON(cancelDeploymentValueDeploymentsEq: CancelDeploymentValueDeploymentsEq): string;
2989
+ export declare function cancelDeploymentValueDeploymentsEqFromJSON(jsonString: string): SafeParseResult<CancelDeploymentValueDeploymentsEq, SDKValidationError>;
2990
+ /** @internal */
2991
+ export declare const CancelDeploymentValueDeployments2$inboundSchema: z.ZodType<CancelDeploymentValueDeployments2, z.ZodTypeDef, unknown>;
2992
+ /** @internal */
2993
+ export type CancelDeploymentValueDeployments2$Outbound = {
2994
+ eq?: string | number | undefined;
2995
+ neq?: string | undefined;
2996
+ inc?: Array<string> | undefined;
2997
+ ninc?: Array<string> | undefined;
2998
+ pre?: string | undefined;
2999
+ suf?: string | undefined;
3000
+ re?: string | undefined;
3001
+ gt?: number | undefined;
3002
+ gte?: number | undefined;
3003
+ lt?: number | undefined;
3004
+ lte?: number | undefined;
3005
+ };
3006
+ /** @internal */
3007
+ export declare const CancelDeploymentValueDeployments2$outboundSchema: z.ZodType<CancelDeploymentValueDeployments2$Outbound, z.ZodTypeDef, CancelDeploymentValueDeployments2>;
3008
+ /**
3009
+ * @internal
3010
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3011
+ */
3012
+ export declare namespace CancelDeploymentValueDeployments2$ {
3013
+ /** @deprecated use `CancelDeploymentValueDeployments2$inboundSchema` instead. */
3014
+ const inboundSchema: z.ZodType<CancelDeploymentValueDeployments2, z.ZodTypeDef, unknown>;
3015
+ /** @deprecated use `CancelDeploymentValueDeployments2$outboundSchema` instead. */
3016
+ const outboundSchema: z.ZodType<CancelDeploymentValueDeployments2$Outbound, z.ZodTypeDef, CancelDeploymentValueDeployments2>;
3017
+ /** @deprecated use `CancelDeploymentValueDeployments2$Outbound` instead. */
3018
+ type Outbound = CancelDeploymentValueDeployments2$Outbound;
3019
+ }
3020
+ export declare function cancelDeploymentValueDeployments2ToJSON(cancelDeploymentValueDeployments2: CancelDeploymentValueDeployments2): string;
3021
+ export declare function cancelDeploymentValueDeployments2FromJSON(jsonString: string): SafeParseResult<CancelDeploymentValueDeployments2, SDKValidationError>;
3022
+ /** @internal */
3023
+ export declare const CancelDeploymentHasDeploymentsValue$inboundSchema: z.ZodType<CancelDeploymentHasDeploymentsValue, z.ZodTypeDef, unknown>;
3024
+ /** @internal */
3025
+ export type CancelDeploymentHasDeploymentsValue$Outbound = CancelDeploymentValueDeployments2$Outbound | string;
3026
+ /** @internal */
3027
+ export declare const CancelDeploymentHasDeploymentsValue$outboundSchema: z.ZodType<CancelDeploymentHasDeploymentsValue$Outbound, z.ZodTypeDef, CancelDeploymentHasDeploymentsValue>;
3028
+ /**
3029
+ * @internal
3030
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3031
+ */
3032
+ export declare namespace CancelDeploymentHasDeploymentsValue$ {
3033
+ /** @deprecated use `CancelDeploymentHasDeploymentsValue$inboundSchema` instead. */
3034
+ const inboundSchema: z.ZodType<CancelDeploymentHasDeploymentsValue, z.ZodTypeDef, unknown>;
3035
+ /** @deprecated use `CancelDeploymentHasDeploymentsValue$outboundSchema` instead. */
3036
+ const outboundSchema: z.ZodType<CancelDeploymentHasDeploymentsValue$Outbound, z.ZodTypeDef, CancelDeploymentHasDeploymentsValue>;
3037
+ /** @deprecated use `CancelDeploymentHasDeploymentsValue$Outbound` instead. */
3038
+ type Outbound = CancelDeploymentHasDeploymentsValue$Outbound;
3039
+ }
3040
+ export declare function cancelDeploymentHasDeploymentsValueToJSON(cancelDeploymentHasDeploymentsValue: CancelDeploymentHasDeploymentsValue): string;
3041
+ export declare function cancelDeploymentHasDeploymentsValueFromJSON(jsonString: string): SafeParseResult<CancelDeploymentHasDeploymentsValue, SDKValidationError>;
3042
+ /** @internal */
2901
3043
  export declare const CancelDeploymentHas2$inboundSchema: z.ZodType<CancelDeploymentHas2, z.ZodTypeDef, unknown>;
2902
3044
  /** @internal */
2903
3045
  export type CancelDeploymentHas2$Outbound = {
2904
3046
  type: string;
2905
3047
  key: string;
2906
- value?: string | undefined;
3048
+ value?: CancelDeploymentValueDeployments2$Outbound | string | undefined;
2907
3049
  };
2908
3050
  /** @internal */
2909
3051
  export declare const CancelDeploymentHas2$outboundSchema: z.ZodType<CancelDeploymentHas2$Outbound, z.ZodTypeDef, CancelDeploymentHas2>;
@@ -2940,11 +3082,83 @@ export declare namespace CancelDeploymentHasType$ {
2940
3082
  }>;
2941
3083
  }
2942
3084
  /** @internal */
3085
+ export declare const CancelDeploymentValueEq$inboundSchema: z.ZodType<CancelDeploymentValueEq, z.ZodTypeDef, unknown>;
3086
+ /** @internal */
3087
+ export type CancelDeploymentValueEq$Outbound = string | number;
3088
+ /** @internal */
3089
+ export declare const CancelDeploymentValueEq$outboundSchema: z.ZodType<CancelDeploymentValueEq$Outbound, z.ZodTypeDef, CancelDeploymentValueEq>;
3090
+ /**
3091
+ * @internal
3092
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3093
+ */
3094
+ export declare namespace CancelDeploymentValueEq$ {
3095
+ /** @deprecated use `CancelDeploymentValueEq$inboundSchema` instead. */
3096
+ const inboundSchema: z.ZodType<CancelDeploymentValueEq, z.ZodTypeDef, unknown>;
3097
+ /** @deprecated use `CancelDeploymentValueEq$outboundSchema` instead. */
3098
+ const outboundSchema: z.ZodType<CancelDeploymentValueEq$Outbound, z.ZodTypeDef, CancelDeploymentValueEq>;
3099
+ /** @deprecated use `CancelDeploymentValueEq$Outbound` instead. */
3100
+ type Outbound = CancelDeploymentValueEq$Outbound;
3101
+ }
3102
+ export declare function cancelDeploymentValueEqToJSON(cancelDeploymentValueEq: CancelDeploymentValueEq): string;
3103
+ export declare function cancelDeploymentValueEqFromJSON(jsonString: string): SafeParseResult<CancelDeploymentValueEq, SDKValidationError>;
3104
+ /** @internal */
3105
+ export declare const CancelDeploymentValue2$inboundSchema: z.ZodType<CancelDeploymentValue2, z.ZodTypeDef, unknown>;
3106
+ /** @internal */
3107
+ export type CancelDeploymentValue2$Outbound = {
3108
+ eq?: string | number | undefined;
3109
+ neq?: string | undefined;
3110
+ inc?: Array<string> | undefined;
3111
+ ninc?: Array<string> | undefined;
3112
+ pre?: string | undefined;
3113
+ suf?: string | undefined;
3114
+ re?: string | undefined;
3115
+ gt?: number | undefined;
3116
+ gte?: number | undefined;
3117
+ lt?: number | undefined;
3118
+ lte?: number | undefined;
3119
+ };
3120
+ /** @internal */
3121
+ export declare const CancelDeploymentValue2$outboundSchema: z.ZodType<CancelDeploymentValue2$Outbound, z.ZodTypeDef, CancelDeploymentValue2>;
3122
+ /**
3123
+ * @internal
3124
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3125
+ */
3126
+ export declare namespace CancelDeploymentValue2$ {
3127
+ /** @deprecated use `CancelDeploymentValue2$inboundSchema` instead. */
3128
+ const inboundSchema: z.ZodType<CancelDeploymentValue2, z.ZodTypeDef, unknown>;
3129
+ /** @deprecated use `CancelDeploymentValue2$outboundSchema` instead. */
3130
+ const outboundSchema: z.ZodType<CancelDeploymentValue2$Outbound, z.ZodTypeDef, CancelDeploymentValue2>;
3131
+ /** @deprecated use `CancelDeploymentValue2$Outbound` instead. */
3132
+ type Outbound = CancelDeploymentValue2$Outbound;
3133
+ }
3134
+ export declare function cancelDeploymentValue2ToJSON(cancelDeploymentValue2: CancelDeploymentValue2): string;
3135
+ export declare function cancelDeploymentValue2FromJSON(jsonString: string): SafeParseResult<CancelDeploymentValue2, SDKValidationError>;
3136
+ /** @internal */
3137
+ export declare const CancelDeploymentHasValue$inboundSchema: z.ZodType<CancelDeploymentHasValue, z.ZodTypeDef, unknown>;
3138
+ /** @internal */
3139
+ export type CancelDeploymentHasValue$Outbound = CancelDeploymentValue2$Outbound | string;
3140
+ /** @internal */
3141
+ export declare const CancelDeploymentHasValue$outboundSchema: z.ZodType<CancelDeploymentHasValue$Outbound, z.ZodTypeDef, CancelDeploymentHasValue>;
3142
+ /**
3143
+ * @internal
3144
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3145
+ */
3146
+ export declare namespace CancelDeploymentHasValue$ {
3147
+ /** @deprecated use `CancelDeploymentHasValue$inboundSchema` instead. */
3148
+ const inboundSchema: z.ZodType<CancelDeploymentHasValue, z.ZodTypeDef, unknown>;
3149
+ /** @deprecated use `CancelDeploymentHasValue$outboundSchema` instead. */
3150
+ const outboundSchema: z.ZodType<CancelDeploymentHasValue$Outbound, z.ZodTypeDef, CancelDeploymentHasValue>;
3151
+ /** @deprecated use `CancelDeploymentHasValue$Outbound` instead. */
3152
+ type Outbound = CancelDeploymentHasValue$Outbound;
3153
+ }
3154
+ export declare function cancelDeploymentHasValueToJSON(cancelDeploymentHasValue: CancelDeploymentHasValue): string;
3155
+ export declare function cancelDeploymentHasValueFromJSON(jsonString: string): SafeParseResult<CancelDeploymentHasValue, SDKValidationError>;
3156
+ /** @internal */
2943
3157
  export declare const CancelDeploymentHas1$inboundSchema: z.ZodType<CancelDeploymentHas1, z.ZodTypeDef, unknown>;
2944
3158
  /** @internal */
2945
3159
  export type CancelDeploymentHas1$Outbound = {
2946
3160
  type: string;
2947
- value: string;
3161
+ value: CancelDeploymentValue2$Outbound | string;
2948
3162
  };
2949
3163
  /** @internal */
2950
3164
  export declare const CancelDeploymentHas1$outboundSchema: z.ZodType<CancelDeploymentHas1$Outbound, z.ZodTypeDef, CancelDeploymentHas1>;
@@ -3005,12 +3219,84 @@ export declare namespace CancelDeploymentMissingDeploymentsType$ {
3005
3219
  }>;
3006
3220
  }
3007
3221
  /** @internal */
3222
+ export declare const CancelDeploymentValueDeploymentsResponse200Eq$inboundSchema: z.ZodType<CancelDeploymentValueDeploymentsResponse200Eq, z.ZodTypeDef, unknown>;
3223
+ /** @internal */
3224
+ export type CancelDeploymentValueDeploymentsResponse200Eq$Outbound = string | number;
3225
+ /** @internal */
3226
+ export declare const CancelDeploymentValueDeploymentsResponse200Eq$outboundSchema: z.ZodType<CancelDeploymentValueDeploymentsResponse200Eq$Outbound, z.ZodTypeDef, CancelDeploymentValueDeploymentsResponse200Eq>;
3227
+ /**
3228
+ * @internal
3229
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3230
+ */
3231
+ export declare namespace CancelDeploymentValueDeploymentsResponse200Eq$ {
3232
+ /** @deprecated use `CancelDeploymentValueDeploymentsResponse200Eq$inboundSchema` instead. */
3233
+ const inboundSchema: z.ZodType<CancelDeploymentValueDeploymentsResponse200Eq, z.ZodTypeDef, unknown>;
3234
+ /** @deprecated use `CancelDeploymentValueDeploymentsResponse200Eq$outboundSchema` instead. */
3235
+ const outboundSchema: z.ZodType<CancelDeploymentValueDeploymentsResponse200Eq$Outbound, z.ZodTypeDef, CancelDeploymentValueDeploymentsResponse200Eq>;
3236
+ /** @deprecated use `CancelDeploymentValueDeploymentsResponse200Eq$Outbound` instead. */
3237
+ type Outbound = CancelDeploymentValueDeploymentsResponse200Eq$Outbound;
3238
+ }
3239
+ export declare function cancelDeploymentValueDeploymentsResponse200EqToJSON(cancelDeploymentValueDeploymentsResponse200Eq: CancelDeploymentValueDeploymentsResponse200Eq): string;
3240
+ export declare function cancelDeploymentValueDeploymentsResponse200EqFromJSON(jsonString: string): SafeParseResult<CancelDeploymentValueDeploymentsResponse200Eq, SDKValidationError>;
3241
+ /** @internal */
3242
+ export declare const CancelDeploymentValueDeploymentsResponse2002$inboundSchema: z.ZodType<CancelDeploymentValueDeploymentsResponse2002, z.ZodTypeDef, unknown>;
3243
+ /** @internal */
3244
+ export type CancelDeploymentValueDeploymentsResponse2002$Outbound = {
3245
+ eq?: string | number | undefined;
3246
+ neq?: string | undefined;
3247
+ inc?: Array<string> | undefined;
3248
+ ninc?: Array<string> | undefined;
3249
+ pre?: string | undefined;
3250
+ suf?: string | undefined;
3251
+ re?: string | undefined;
3252
+ gt?: number | undefined;
3253
+ gte?: number | undefined;
3254
+ lt?: number | undefined;
3255
+ lte?: number | undefined;
3256
+ };
3257
+ /** @internal */
3258
+ export declare const CancelDeploymentValueDeploymentsResponse2002$outboundSchema: z.ZodType<CancelDeploymentValueDeploymentsResponse2002$Outbound, z.ZodTypeDef, CancelDeploymentValueDeploymentsResponse2002>;
3259
+ /**
3260
+ * @internal
3261
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3262
+ */
3263
+ export declare namespace CancelDeploymentValueDeploymentsResponse2002$ {
3264
+ /** @deprecated use `CancelDeploymentValueDeploymentsResponse2002$inboundSchema` instead. */
3265
+ const inboundSchema: z.ZodType<CancelDeploymentValueDeploymentsResponse2002, z.ZodTypeDef, unknown>;
3266
+ /** @deprecated use `CancelDeploymentValueDeploymentsResponse2002$outboundSchema` instead. */
3267
+ const outboundSchema: z.ZodType<CancelDeploymentValueDeploymentsResponse2002$Outbound, z.ZodTypeDef, CancelDeploymentValueDeploymentsResponse2002>;
3268
+ /** @deprecated use `CancelDeploymentValueDeploymentsResponse2002$Outbound` instead. */
3269
+ type Outbound = CancelDeploymentValueDeploymentsResponse2002$Outbound;
3270
+ }
3271
+ export declare function cancelDeploymentValueDeploymentsResponse2002ToJSON(cancelDeploymentValueDeploymentsResponse2002: CancelDeploymentValueDeploymentsResponse2002): string;
3272
+ export declare function cancelDeploymentValueDeploymentsResponse2002FromJSON(jsonString: string): SafeParseResult<CancelDeploymentValueDeploymentsResponse2002, SDKValidationError>;
3273
+ /** @internal */
3274
+ export declare const CancelDeploymentMissingDeploymentsValue$inboundSchema: z.ZodType<CancelDeploymentMissingDeploymentsValue, z.ZodTypeDef, unknown>;
3275
+ /** @internal */
3276
+ export type CancelDeploymentMissingDeploymentsValue$Outbound = CancelDeploymentValueDeploymentsResponse2002$Outbound | string;
3277
+ /** @internal */
3278
+ export declare const CancelDeploymentMissingDeploymentsValue$outboundSchema: z.ZodType<CancelDeploymentMissingDeploymentsValue$Outbound, z.ZodTypeDef, CancelDeploymentMissingDeploymentsValue>;
3279
+ /**
3280
+ * @internal
3281
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3282
+ */
3283
+ export declare namespace CancelDeploymentMissingDeploymentsValue$ {
3284
+ /** @deprecated use `CancelDeploymentMissingDeploymentsValue$inboundSchema` instead. */
3285
+ const inboundSchema: z.ZodType<CancelDeploymentMissingDeploymentsValue, z.ZodTypeDef, unknown>;
3286
+ /** @deprecated use `CancelDeploymentMissingDeploymentsValue$outboundSchema` instead. */
3287
+ const outboundSchema: z.ZodType<CancelDeploymentMissingDeploymentsValue$Outbound, z.ZodTypeDef, CancelDeploymentMissingDeploymentsValue>;
3288
+ /** @deprecated use `CancelDeploymentMissingDeploymentsValue$Outbound` instead. */
3289
+ type Outbound = CancelDeploymentMissingDeploymentsValue$Outbound;
3290
+ }
3291
+ export declare function cancelDeploymentMissingDeploymentsValueToJSON(cancelDeploymentMissingDeploymentsValue: CancelDeploymentMissingDeploymentsValue): string;
3292
+ export declare function cancelDeploymentMissingDeploymentsValueFromJSON(jsonString: string): SafeParseResult<CancelDeploymentMissingDeploymentsValue, SDKValidationError>;
3293
+ /** @internal */
3008
3294
  export declare const CancelDeploymentMissing2$inboundSchema: z.ZodType<CancelDeploymentMissing2, z.ZodTypeDef, unknown>;
3009
3295
  /** @internal */
3010
3296
  export type CancelDeploymentMissing2$Outbound = {
3011
3297
  type: string;
3012
3298
  key: string;
3013
- value?: string | undefined;
3299
+ value?: CancelDeploymentValueDeploymentsResponse2002$Outbound | string | undefined;
3014
3300
  };
3015
3301
  /** @internal */
3016
3302
  export declare const CancelDeploymentMissing2$outboundSchema: z.ZodType<CancelDeploymentMissing2$Outbound, z.ZodTypeDef, CancelDeploymentMissing2>;
@@ -3047,11 +3333,83 @@ export declare namespace CancelDeploymentMissingType$ {
3047
3333
  }>;
3048
3334
  }
3049
3335
  /** @internal */
3336
+ export declare const CancelDeploymentValueDeploymentsResponseEq$inboundSchema: z.ZodType<CancelDeploymentValueDeploymentsResponseEq, z.ZodTypeDef, unknown>;
3337
+ /** @internal */
3338
+ export type CancelDeploymentValueDeploymentsResponseEq$Outbound = string | number;
3339
+ /** @internal */
3340
+ export declare const CancelDeploymentValueDeploymentsResponseEq$outboundSchema: z.ZodType<CancelDeploymentValueDeploymentsResponseEq$Outbound, z.ZodTypeDef, CancelDeploymentValueDeploymentsResponseEq>;
3341
+ /**
3342
+ * @internal
3343
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3344
+ */
3345
+ export declare namespace CancelDeploymentValueDeploymentsResponseEq$ {
3346
+ /** @deprecated use `CancelDeploymentValueDeploymentsResponseEq$inboundSchema` instead. */
3347
+ const inboundSchema: z.ZodType<CancelDeploymentValueDeploymentsResponseEq, z.ZodTypeDef, unknown>;
3348
+ /** @deprecated use `CancelDeploymentValueDeploymentsResponseEq$outboundSchema` instead. */
3349
+ const outboundSchema: z.ZodType<CancelDeploymentValueDeploymentsResponseEq$Outbound, z.ZodTypeDef, CancelDeploymentValueDeploymentsResponseEq>;
3350
+ /** @deprecated use `CancelDeploymentValueDeploymentsResponseEq$Outbound` instead. */
3351
+ type Outbound = CancelDeploymentValueDeploymentsResponseEq$Outbound;
3352
+ }
3353
+ export declare function cancelDeploymentValueDeploymentsResponseEqToJSON(cancelDeploymentValueDeploymentsResponseEq: CancelDeploymentValueDeploymentsResponseEq): string;
3354
+ export declare function cancelDeploymentValueDeploymentsResponseEqFromJSON(jsonString: string): SafeParseResult<CancelDeploymentValueDeploymentsResponseEq, SDKValidationError>;
3355
+ /** @internal */
3356
+ export declare const CancelDeploymentValueDeploymentsResponse2$inboundSchema: z.ZodType<CancelDeploymentValueDeploymentsResponse2, z.ZodTypeDef, unknown>;
3357
+ /** @internal */
3358
+ export type CancelDeploymentValueDeploymentsResponse2$Outbound = {
3359
+ eq?: string | number | undefined;
3360
+ neq?: string | undefined;
3361
+ inc?: Array<string> | undefined;
3362
+ ninc?: Array<string> | undefined;
3363
+ pre?: string | undefined;
3364
+ suf?: string | undefined;
3365
+ re?: string | undefined;
3366
+ gt?: number | undefined;
3367
+ gte?: number | undefined;
3368
+ lt?: number | undefined;
3369
+ lte?: number | undefined;
3370
+ };
3371
+ /** @internal */
3372
+ export declare const CancelDeploymentValueDeploymentsResponse2$outboundSchema: z.ZodType<CancelDeploymentValueDeploymentsResponse2$Outbound, z.ZodTypeDef, CancelDeploymentValueDeploymentsResponse2>;
3373
+ /**
3374
+ * @internal
3375
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3376
+ */
3377
+ export declare namespace CancelDeploymentValueDeploymentsResponse2$ {
3378
+ /** @deprecated use `CancelDeploymentValueDeploymentsResponse2$inboundSchema` instead. */
3379
+ const inboundSchema: z.ZodType<CancelDeploymentValueDeploymentsResponse2, z.ZodTypeDef, unknown>;
3380
+ /** @deprecated use `CancelDeploymentValueDeploymentsResponse2$outboundSchema` instead. */
3381
+ const outboundSchema: z.ZodType<CancelDeploymentValueDeploymentsResponse2$Outbound, z.ZodTypeDef, CancelDeploymentValueDeploymentsResponse2>;
3382
+ /** @deprecated use `CancelDeploymentValueDeploymentsResponse2$Outbound` instead. */
3383
+ type Outbound = CancelDeploymentValueDeploymentsResponse2$Outbound;
3384
+ }
3385
+ export declare function cancelDeploymentValueDeploymentsResponse2ToJSON(cancelDeploymentValueDeploymentsResponse2: CancelDeploymentValueDeploymentsResponse2): string;
3386
+ export declare function cancelDeploymentValueDeploymentsResponse2FromJSON(jsonString: string): SafeParseResult<CancelDeploymentValueDeploymentsResponse2, SDKValidationError>;
3387
+ /** @internal */
3388
+ export declare const CancelDeploymentMissingValue$inboundSchema: z.ZodType<CancelDeploymentMissingValue, z.ZodTypeDef, unknown>;
3389
+ /** @internal */
3390
+ export type CancelDeploymentMissingValue$Outbound = CancelDeploymentValueDeploymentsResponse2$Outbound | string;
3391
+ /** @internal */
3392
+ export declare const CancelDeploymentMissingValue$outboundSchema: z.ZodType<CancelDeploymentMissingValue$Outbound, z.ZodTypeDef, CancelDeploymentMissingValue>;
3393
+ /**
3394
+ * @internal
3395
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3396
+ */
3397
+ export declare namespace CancelDeploymentMissingValue$ {
3398
+ /** @deprecated use `CancelDeploymentMissingValue$inboundSchema` instead. */
3399
+ const inboundSchema: z.ZodType<CancelDeploymentMissingValue, z.ZodTypeDef, unknown>;
3400
+ /** @deprecated use `CancelDeploymentMissingValue$outboundSchema` instead. */
3401
+ const outboundSchema: z.ZodType<CancelDeploymentMissingValue$Outbound, z.ZodTypeDef, CancelDeploymentMissingValue>;
3402
+ /** @deprecated use `CancelDeploymentMissingValue$Outbound` instead. */
3403
+ type Outbound = CancelDeploymentMissingValue$Outbound;
3404
+ }
3405
+ export declare function cancelDeploymentMissingValueToJSON(cancelDeploymentMissingValue: CancelDeploymentMissingValue): string;
3406
+ export declare function cancelDeploymentMissingValueFromJSON(jsonString: string): SafeParseResult<CancelDeploymentMissingValue, SDKValidationError>;
3407
+ /** @internal */
3050
3408
  export declare const CancelDeploymentMissing1$inboundSchema: z.ZodType<CancelDeploymentMissing1, z.ZodTypeDef, unknown>;
3051
3409
  /** @internal */
3052
3410
  export type CancelDeploymentMissing1$Outbound = {
3053
3411
  type: string;
3054
- value: string;
3412
+ value: CancelDeploymentValueDeploymentsResponse2$Outbound | string;
3055
3413
  };
3056
3414
  /** @internal */
3057
3415
  export declare const CancelDeploymentMissing1$outboundSchema: z.ZodType<CancelDeploymentMissing1$Outbound, z.ZodTypeDef, CancelDeploymentMissing1>;
@@ -3090,6 +3448,48 @@ export declare namespace CancelDeploymentRoutesMissing$ {
3090
3448
  export declare function cancelDeploymentRoutesMissingToJSON(cancelDeploymentRoutesMissing: CancelDeploymentRoutesMissing): string;
3091
3449
  export declare function cancelDeploymentRoutesMissingFromJSON(jsonString: string): SafeParseResult<CancelDeploymentRoutesMissing, SDKValidationError>;
3092
3450
  /** @internal */
3451
+ export declare const CancelDeploymentRoutesAction$inboundSchema: z.ZodNativeEnum<typeof CancelDeploymentRoutesAction>;
3452
+ /** @internal */
3453
+ export declare const CancelDeploymentRoutesAction$outboundSchema: z.ZodNativeEnum<typeof CancelDeploymentRoutesAction>;
3454
+ /**
3455
+ * @internal
3456
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3457
+ */
3458
+ export declare namespace CancelDeploymentRoutesAction$ {
3459
+ /** @deprecated use `CancelDeploymentRoutesAction$inboundSchema` instead. */
3460
+ const inboundSchema: z.ZodNativeEnum<{
3461
+ readonly Challenge: "challenge";
3462
+ readonly Deny: "deny";
3463
+ }>;
3464
+ /** @deprecated use `CancelDeploymentRoutesAction$outboundSchema` instead. */
3465
+ const outboundSchema: z.ZodNativeEnum<{
3466
+ readonly Challenge: "challenge";
3467
+ readonly Deny: "deny";
3468
+ }>;
3469
+ }
3470
+ /** @internal */
3471
+ export declare const CancelDeploymentRoutesMitigate$inboundSchema: z.ZodType<CancelDeploymentRoutesMitigate, z.ZodTypeDef, unknown>;
3472
+ /** @internal */
3473
+ export type CancelDeploymentRoutesMitigate$Outbound = {
3474
+ action: string;
3475
+ };
3476
+ /** @internal */
3477
+ export declare const CancelDeploymentRoutesMitigate$outboundSchema: z.ZodType<CancelDeploymentRoutesMitigate$Outbound, z.ZodTypeDef, CancelDeploymentRoutesMitigate>;
3478
+ /**
3479
+ * @internal
3480
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3481
+ */
3482
+ export declare namespace CancelDeploymentRoutesMitigate$ {
3483
+ /** @deprecated use `CancelDeploymentRoutesMitigate$inboundSchema` instead. */
3484
+ const inboundSchema: z.ZodType<CancelDeploymentRoutesMitigate, z.ZodTypeDef, unknown>;
3485
+ /** @deprecated use `CancelDeploymentRoutesMitigate$outboundSchema` instead. */
3486
+ const outboundSchema: z.ZodType<CancelDeploymentRoutesMitigate$Outbound, z.ZodTypeDef, CancelDeploymentRoutesMitigate>;
3487
+ /** @deprecated use `CancelDeploymentRoutesMitigate$Outbound` instead. */
3488
+ type Outbound = CancelDeploymentRoutesMitigate$Outbound;
3489
+ }
3490
+ export declare function cancelDeploymentRoutesMitigateToJSON(cancelDeploymentRoutesMitigate: CancelDeploymentRoutesMitigate): string;
3491
+ export declare function cancelDeploymentRoutesMitigateFromJSON(jsonString: string): SafeParseResult<CancelDeploymentRoutesMitigate, SDKValidationError>;
3492
+ /** @internal */
3093
3493
  export declare const RoutesLocale$inboundSchema: z.ZodType<RoutesLocale, z.ZodTypeDef, unknown>;
3094
3494
  /** @internal */
3095
3495
  export type RoutesLocale$Outbound = {
@@ -3132,6 +3532,7 @@ export type CancelDeploymentRoutes1$Outbound = {
3132
3532
  status?: number | undefined;
3133
3533
  has?: Array<CancelDeploymentHas1$Outbound | CancelDeploymentHas2$Outbound> | undefined;
3134
3534
  missing?: Array<CancelDeploymentMissing1$Outbound | CancelDeploymentMissing2$Outbound> | undefined;
3535
+ mitigate?: CancelDeploymentRoutesMitigate$Outbound | undefined;
3135
3536
  locale?: RoutesLocale$Outbound | undefined;
3136
3537
  middlewarePath?: string | undefined;
3137
3538
  middlewareRawSrc?: Array<string> | undefined;
@@ -3514,6 +3915,7 @@ export declare function cancelDeploymentFlagsFromJSON(jsonString: string): SafeP
3514
3915
  export declare const MicrofrontendsApplications$inboundSchema: z.ZodType<MicrofrontendsApplications, z.ZodTypeDef, unknown>;
3515
3916
  /** @internal */
3516
3917
  export type MicrofrontendsApplications$Outbound = {
3918
+ isDefaultApp?: boolean | undefined;
3517
3919
  productionHost: string;
3518
3920
  deploymentAlias?: string | undefined;
3519
3921
  deploymentHost?: string | undefined;
@@ -3799,7 +4201,7 @@ export type CancelDeploymentResponseBody$Outbound = {
3799
4201
  errorMessage?: string | null | undefined;
3800
4202
  errorStep?: string | undefined;
3801
4203
  passiveRegions?: Array<string> | undefined;
3802
- gitSource?: GitSource10$Outbound | GitSource12$Outbound | CancelDeploymentGitSource4$Outbound | GitSource8$Outbound | GitSource9$Outbound | GitSource11$Outbound | CancelDeploymentGitSource2$Outbound | CancelDeploymentGitSource3$Outbound | GitSource7$Outbound | CancelDeploymentGitSource1$Outbound | CancelDeploymentGitSource5$Outbound | CancelDeploymentGitSource6$Outbound | undefined;
4204
+ gitSource?: GitSource10$Outbound | GitSource12$Outbound | CancelDeploymentGitSource4$Outbound | GitSource8$Outbound | GitSource9$Outbound | GitSource11$Outbound | CancelDeploymentGitSource2$Outbound | CancelDeploymentGitSource3$Outbound | GitSource7$Outbound | CancelDeploymentGitSource1$Outbound | CancelDeploymentGitSource5$Outbound | GitSource6$Outbound | undefined;
3803
4205
  name: string;
3804
4206
  meta: {
3805
4207
  [k: string]: string;