@vercel/sdk 1.8.3 → 1.8.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (184) hide show
  1. package/bin/mcp-server.js +2214 -1517
  2. package/bin/mcp-server.js.map +44 -44
  3. package/docs/sdks/edgeconfig/README.md +1 -1
  4. package/esm/__tests__/deployments.test.js +1 -1
  5. package/esm/__tests__/deployments.test.js.map +1 -1
  6. package/esm/__tests__/edgeconfig.test.js +1 -22
  7. package/esm/__tests__/edgeconfig.test.js.map +1 -1
  8. package/esm/__tests__/projects.test.js +15 -13
  9. package/esm/__tests__/projects.test.js.map +1 -1
  10. package/esm/funcs/edgeConfigGetEdgeConfigItems.d.ts +1 -1
  11. package/esm/funcs/edgeConfigGetEdgeConfigItems.d.ts.map +1 -1
  12. package/esm/funcs/edgeConfigGetEdgeConfigItems.js +2 -1
  13. package/esm/funcs/edgeConfigGetEdgeConfigItems.js.map +1 -1
  14. package/esm/lib/config.d.ts +3 -3
  15. package/esm/lib/config.js +3 -3
  16. package/esm/mcp-server/mcp-server.js +1 -1
  17. package/esm/mcp-server/server.js +1 -1
  18. package/esm/models/addbypassipop.d.ts +2 -2
  19. package/esm/models/addbypassipop.js +2 -2
  20. package/esm/models/artifactqueryop.d.ts +2 -2
  21. package/esm/models/artifactqueryop.js +2 -2
  22. package/esm/models/authtoken.d.ts +4 -4
  23. package/esm/models/authtoken.js +4 -4
  24. package/esm/models/canceldeploymentop.d.ts +428 -28
  25. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  26. package/esm/models/canceldeploymentop.js +490 -52
  27. package/esm/models/canceldeploymentop.js.map +1 -1
  28. package/esm/models/createdeploymentop.d.ts +462 -62
  29. package/esm/models/createdeploymentop.d.ts.map +1 -1
  30. package/esm/models/createdeploymentop.js +526 -86
  31. package/esm/models/createdeploymentop.js.map +1 -1
  32. package/esm/models/createeventop.d.ts +4 -4
  33. package/esm/models/createeventop.js +4 -4
  34. package/esm/models/createortransferdomainop.d.ts +4 -4
  35. package/esm/models/createortransferdomainop.js +4 -4
  36. package/esm/models/createprojectenvop.d.ts +14 -14
  37. package/esm/models/createprojectenvop.d.ts.map +1 -1
  38. package/esm/models/createprojectenvop.js +10 -10
  39. package/esm/models/createprojectenvop.js.map +1 -1
  40. package/esm/models/createprojectop.d.ts +157 -157
  41. package/esm/models/createprojectop.d.ts.map +1 -1
  42. package/esm/models/createprojectop.js +155 -155
  43. package/esm/models/createprojectop.js.map +1 -1
  44. package/esm/models/createrecordop.d.ts +6 -6
  45. package/esm/models/createrecordop.d.ts.map +1 -1
  46. package/esm/models/createrecordop.js +18 -18
  47. package/esm/models/createrecordop.js.map +1 -1
  48. package/esm/models/editprojectenvop.d.ts +9 -9
  49. package/esm/models/editprojectenvop.d.ts.map +1 -1
  50. package/esm/models/editprojectenvop.js +7 -7
  51. package/esm/models/editprojectenvop.js.map +1 -1
  52. package/esm/models/filterprojectenvsop.d.ts +14 -14
  53. package/esm/models/filterprojectenvsop.d.ts.map +1 -1
  54. package/esm/models/filterprojectenvsop.js +14 -14
  55. package/esm/models/filterprojectenvsop.js.map +1 -1
  56. package/esm/models/getactiveattackstatusop.d.ts +2 -2
  57. package/esm/models/getactiveattackstatusop.js +2 -2
  58. package/esm/models/getaliasop.d.ts +4 -4
  59. package/esm/models/getaliasop.d.ts.map +1 -1
  60. package/esm/models/getaliasop.js +8 -8
  61. package/esm/models/getaliasop.js.map +1 -1
  62. package/esm/models/getauthuserop.d.ts +4 -4
  63. package/esm/models/getauthuserop.d.ts.map +1 -1
  64. package/esm/models/getauthuserop.js +4 -4
  65. package/esm/models/getauthuserop.js.map +1 -1
  66. package/esm/models/getconfigurationop.d.ts +6 -6
  67. package/esm/models/getconfigurationop.js +6 -6
  68. package/esm/models/getdeploymenteventsop.d.ts +6 -6
  69. package/esm/models/getdeploymenteventsop.js +8 -8
  70. package/esm/models/getdeploymentop.d.ts +438 -38
  71. package/esm/models/getdeploymentop.d.ts.map +1 -1
  72. package/esm/models/getdeploymentop.js +519 -86
  73. package/esm/models/getdeploymentop.js.map +1 -1
  74. package/esm/models/getedgeconfigbackupop.d.ts +2 -2
  75. package/esm/models/getedgeconfigbackupop.js +2 -2
  76. package/esm/models/getprojectenvop.d.ts +14 -14
  77. package/esm/models/getprojectenvop.d.ts.map +1 -1
  78. package/esm/models/getprojectenvop.js +14 -14
  79. package/esm/models/getprojectenvop.js.map +1 -1
  80. package/esm/models/getprojectmembersop.d.ts +2 -2
  81. package/esm/models/getprojectmembersop.js +2 -2
  82. package/esm/models/getprojectsop.d.ts +20 -20
  83. package/esm/models/getprojectsop.d.ts.map +1 -1
  84. package/esm/models/getprojectsop.js +20 -20
  85. package/esm/models/getprojectsop.js.map +1 -1
  86. package/esm/models/getrecordsop.d.ts +2 -2
  87. package/esm/models/getrecordsop.d.ts.map +1 -1
  88. package/esm/models/getrecordsop.js +2 -2
  89. package/esm/models/getrecordsop.js.map +1 -1
  90. package/esm/models/getteamsop.d.ts +4 -4
  91. package/esm/models/getteamsop.d.ts.map +1 -1
  92. package/esm/models/getteamsop.js +4 -4
  93. package/esm/models/getteamsop.js.map +1 -1
  94. package/esm/models/inviteusertoteamop.d.ts +2 -2
  95. package/esm/models/inviteusertoteamop.js +2 -2
  96. package/esm/models/listaccessgroupsop.d.ts +2 -2
  97. package/esm/models/listaccessgroupsop.js +2 -2
  98. package/esm/models/listaliasesop.d.ts +4 -4
  99. package/esm/models/listaliasesop.js +8 -8
  100. package/esm/models/listdeploymentaliasesop.d.ts +4 -4
  101. package/esm/models/listdeploymentaliasesop.js +8 -8
  102. package/esm/models/listpromotealiasesop.d.ts +2 -2
  103. package/esm/models/listpromotealiasesop.js +2 -2
  104. package/esm/models/patchdomainop.d.ts +6 -6
  105. package/esm/models/patchdomainop.js +6 -6
  106. package/esm/models/patchurlprotectionbypassop.d.ts +4 -4
  107. package/esm/models/patchurlprotectionbypassop.js +4 -4
  108. package/esm/models/removeprojectenvop.d.ts +23 -23
  109. package/esm/models/removeprojectenvop.d.ts.map +1 -1
  110. package/esm/models/removeprojectenvop.js +17 -17
  111. package/esm/models/removeprojectenvop.js.map +1 -1
  112. package/esm/models/updatefirewallconfigop.d.ts +4 -4
  113. package/esm/models/updatefirewallconfigop.d.ts.map +1 -1
  114. package/esm/models/updatefirewallconfigop.js +24 -24
  115. package/esm/models/updatefirewallconfigop.js.map +1 -1
  116. package/esm/models/updateprojectdatacacheop.d.ts +20 -20
  117. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  118. package/esm/models/updateprojectdatacacheop.js +20 -20
  119. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  120. package/esm/models/updateprojectop.d.ts +157 -157
  121. package/esm/models/updateprojectop.d.ts.map +1 -1
  122. package/esm/models/updateprojectop.js +155 -155
  123. package/esm/models/updateprojectop.js.map +1 -1
  124. package/esm/models/updateprojectprotectionbypassop.d.ts +4 -4
  125. package/esm/models/updateprojectprotectionbypassop.js +4 -4
  126. package/esm/models/uploadfileop.d.ts +2 -2
  127. package/esm/models/uploadfileop.js +2 -2
  128. package/esm/models/userevent.d.ts +24 -24
  129. package/esm/models/userevent.d.ts.map +1 -1
  130. package/esm/models/userevent.js +467 -467
  131. package/esm/models/userevent.js.map +1 -1
  132. package/esm/sdk/edgeconfig.d.ts +1 -1
  133. package/esm/sdk/edgeconfig.d.ts.map +1 -1
  134. package/esm/types/constdatetime.js +1 -1
  135. package/jsr.json +1 -1
  136. package/package.json +1 -1
  137. package/src/__tests__/deployments.test.ts +1 -1
  138. package/src/__tests__/edgeconfig.test.ts +1 -22
  139. package/src/__tests__/projects.test.ts +15 -13
  140. package/src/funcs/edgeConfigGetEdgeConfigItems.ts +5 -4
  141. package/src/lib/config.ts +3 -3
  142. package/src/mcp-server/mcp-server.ts +1 -1
  143. package/src/mcp-server/server.ts +1 -1
  144. package/src/models/addbypassipop.ts +6 -6
  145. package/src/models/artifactqueryop.ts +5 -5
  146. package/src/models/authtoken.ts +8 -8
  147. package/src/models/canceldeploymentop.ts +1192 -169
  148. package/src/models/createdeploymentop.ts +1110 -169
  149. package/src/models/createeventop.ts +8 -8
  150. package/src/models/createortransferdomainop.ts +10 -10
  151. package/src/models/createprojectenvop.ts +22 -22
  152. package/src/models/createprojectop.ts +315 -315
  153. package/src/models/createrecordop.ts +38 -38
  154. package/src/models/editprojectenvop.ts +17 -17
  155. package/src/models/filterprojectenvsop.ts +38 -40
  156. package/src/models/getactiveattackstatusop.ts +6 -6
  157. package/src/models/getaliasop.ts +20 -20
  158. package/src/models/getauthuserop.ts +9 -9
  159. package/src/models/getconfigurationop.ts +15 -15
  160. package/src/models/getdeploymenteventsop.ts +26 -26
  161. package/src/models/getdeploymentop.ts +1245 -254
  162. package/src/models/getedgeconfigbackupop.ts +6 -6
  163. package/src/models/getprojectenvop.ts +36 -36
  164. package/src/models/getprojectmembersop.ts +6 -6
  165. package/src/models/getprojectsop.ts +51 -51
  166. package/src/models/getrecordsop.ts +4 -4
  167. package/src/models/getteamsop.ts +8 -8
  168. package/src/models/inviteusertoteamop.ts +6 -6
  169. package/src/models/listaccessgroupsop.ts +6 -6
  170. package/src/models/listaliasesop.ts +20 -20
  171. package/src/models/listdeploymentaliasesop.ts +20 -20
  172. package/src/models/listpromotealiasesop.ts +6 -6
  173. package/src/models/patchdomainop.ts +15 -15
  174. package/src/models/patchurlprotectionbypassop.ts +10 -10
  175. package/src/models/removeprojectenvop.ts +39 -41
  176. package/src/models/updatefirewallconfigop.ts +52 -52
  177. package/src/models/updateprojectdatacacheop.ts +47 -47
  178. package/src/models/updateprojectop.ts +315 -315
  179. package/src/models/updateprojectprotectionbypassop.ts +14 -14
  180. package/src/models/uploadfileop.ts +6 -6
  181. package/src/models/userevent.ts +955 -955
  182. package/src/sdk/edgeconfig.ts +1 -1
  183. package/src/types/constdatetime.ts +1 -1
  184. package/vercel-spec.json +1645 -937
@@ -334,6 +334,10 @@ export const GetDeploymentMissingType = {
334
334
  export const GetDeploymentMissingDeploymentsType = {
335
335
  Host: "host",
336
336
  };
337
+ export const GetDeploymentRoutesAction = {
338
+ Challenge: "challenge",
339
+ Deny: "deny",
340
+ };
337
341
  export const GetDeploymentGitRepoDeploymentsType = {
338
342
  Bitbucket: "bitbucket",
339
343
  };
@@ -756,13 +760,13 @@ export function getDeploymentCustomEnvironment1FromJSON(jsonString) {
756
760
  }
757
761
  /** @internal */
758
762
  export const ResponseBodyCustomEnvironment$inboundSchema = z.union([
759
- z.lazy(() => GetDeploymentCustomEnvironment2$inboundSchema),
760
763
  z.lazy(() => GetDeploymentCustomEnvironment1$inboundSchema),
764
+ z.lazy(() => GetDeploymentCustomEnvironment2$inboundSchema),
761
765
  ]);
762
766
  /** @internal */
763
767
  export const ResponseBodyCustomEnvironment$outboundSchema = z.union([
764
- z.lazy(() => GetDeploymentCustomEnvironment2$outboundSchema),
765
768
  z.lazy(() => GetDeploymentCustomEnvironment1$outboundSchema),
769
+ z.lazy(() => GetDeploymentCustomEnvironment2$outboundSchema),
766
770
  ]);
767
771
  /**
768
772
  * @internal
@@ -1575,33 +1579,33 @@ export function getDeploymentGitSource1FromJSON(jsonString) {
1575
1579
  }
1576
1580
  /** @internal */
1577
1581
  export const ResponseBodyGitSource$inboundSchema = z.union([
1582
+ z.lazy(() => GetDeploymentGitSource10$inboundSchema),
1583
+ z.lazy(() => GetDeploymentGitSource12$inboundSchema),
1584
+ z.lazy(() => GetDeploymentGitSource4$inboundSchema),
1578
1585
  z.lazy(() => GetDeploymentGitSource8$inboundSchema),
1586
+ z.lazy(() => GetDeploymentGitSource9$inboundSchema),
1579
1587
  z.lazy(() => GetDeploymentGitSource11$inboundSchema),
1580
- z.lazy(() => GetDeploymentGitSource1$inboundSchema),
1581
- z.lazy(() => GetDeploymentGitSource5$inboundSchema),
1582
1588
  z.lazy(() => GetDeploymentGitSource2$inboundSchema),
1583
1589
  z.lazy(() => GetDeploymentGitSource3$inboundSchema),
1584
- z.lazy(() => GetDeploymentGitSource6$inboundSchema),
1585
1590
  z.lazy(() => GetDeploymentGitSource7$inboundSchema),
1586
- z.lazy(() => GetDeploymentGitSource9$inboundSchema),
1587
- z.lazy(() => GetDeploymentGitSource4$inboundSchema),
1588
- z.lazy(() => GetDeploymentGitSource10$inboundSchema),
1589
- z.lazy(() => GetDeploymentGitSource12$inboundSchema),
1591
+ z.lazy(() => GetDeploymentGitSource1$inboundSchema),
1592
+ z.lazy(() => GetDeploymentGitSource5$inboundSchema),
1593
+ z.lazy(() => GetDeploymentGitSource6$inboundSchema),
1590
1594
  ]);
1591
1595
  /** @internal */
1592
1596
  export const ResponseBodyGitSource$outboundSchema = z.union([
1597
+ z.lazy(() => GetDeploymentGitSource10$outboundSchema),
1598
+ z.lazy(() => GetDeploymentGitSource12$outboundSchema),
1599
+ z.lazy(() => GetDeploymentGitSource4$outboundSchema),
1593
1600
  z.lazy(() => GetDeploymentGitSource8$outboundSchema),
1601
+ z.lazy(() => GetDeploymentGitSource9$outboundSchema),
1594
1602
  z.lazy(() => GetDeploymentGitSource11$outboundSchema),
1595
- z.lazy(() => GetDeploymentGitSource1$outboundSchema),
1596
- z.lazy(() => GetDeploymentGitSource5$outboundSchema),
1597
1603
  z.lazy(() => GetDeploymentGitSource2$outboundSchema),
1598
1604
  z.lazy(() => GetDeploymentGitSource3$outboundSchema),
1599
- z.lazy(() => GetDeploymentGitSource6$outboundSchema),
1600
1605
  z.lazy(() => GetDeploymentGitSource7$outboundSchema),
1601
- z.lazy(() => GetDeploymentGitSource9$outboundSchema),
1602
- z.lazy(() => GetDeploymentGitSource4$outboundSchema),
1603
- z.lazy(() => GetDeploymentGitSource10$outboundSchema),
1604
- z.lazy(() => GetDeploymentGitSource12$outboundSchema),
1606
+ z.lazy(() => GetDeploymentGitSource1$outboundSchema),
1607
+ z.lazy(() => GetDeploymentGitSource5$outboundSchema),
1608
+ z.lazy(() => GetDeploymentGitSource6$outboundSchema),
1605
1609
  ]);
1606
1610
  /**
1607
1611
  * @internal
@@ -1765,8 +1769,8 @@ export const GetDeploymentResponseBody2$inboundSchema = z.object({
1765
1769
  previewCommentsEnabled: z.boolean().optional(),
1766
1770
  ttyBuildLogs: z.boolean().optional(),
1767
1771
  customEnvironment: z.union([
1768
- z.lazy(() => GetDeploymentCustomEnvironment2$inboundSchema),
1769
1772
  z.lazy(() => GetDeploymentCustomEnvironment1$inboundSchema),
1773
+ z.lazy(() => GetDeploymentCustomEnvironment2$inboundSchema),
1770
1774
  ]).optional(),
1771
1775
  oomReport: ResponseBodyOomReport$inboundSchema.optional(),
1772
1776
  aliasWarning: z.nullable(z.lazy(() => ResponseBodyAliasWarning$inboundSchema))
@@ -1793,18 +1797,18 @@ export const GetDeploymentResponseBody2$inboundSchema = z.object({
1793
1797
  errorStep: z.string().optional(),
1794
1798
  passiveRegions: z.array(z.string()).optional(),
1795
1799
  gitSource: z.union([
1800
+ z.lazy(() => GetDeploymentGitSource10$inboundSchema),
1801
+ z.lazy(() => GetDeploymentGitSource12$inboundSchema),
1802
+ z.lazy(() => GetDeploymentGitSource4$inboundSchema),
1796
1803
  z.lazy(() => GetDeploymentGitSource8$inboundSchema),
1804
+ z.lazy(() => GetDeploymentGitSource9$inboundSchema),
1797
1805
  z.lazy(() => GetDeploymentGitSource11$inboundSchema),
1798
- z.lazy(() => GetDeploymentGitSource1$inboundSchema),
1799
- z.lazy(() => GetDeploymentGitSource5$inboundSchema),
1800
1806
  z.lazy(() => GetDeploymentGitSource2$inboundSchema),
1801
1807
  z.lazy(() => GetDeploymentGitSource3$inboundSchema),
1802
- z.lazy(() => GetDeploymentGitSource6$inboundSchema),
1803
1808
  z.lazy(() => GetDeploymentGitSource7$inboundSchema),
1804
- z.lazy(() => GetDeploymentGitSource9$inboundSchema),
1805
- z.lazy(() => GetDeploymentGitSource4$inboundSchema),
1806
- z.lazy(() => GetDeploymentGitSource10$inboundSchema),
1807
- z.lazy(() => GetDeploymentGitSource12$inboundSchema),
1809
+ z.lazy(() => GetDeploymentGitSource1$inboundSchema),
1810
+ z.lazy(() => GetDeploymentGitSource5$inboundSchema),
1811
+ z.lazy(() => GetDeploymentGitSource6$inboundSchema),
1808
1812
  ]).optional(),
1809
1813
  meta: z.record(z.string()),
1810
1814
  originCacheRegion: z.string().optional(),
@@ -1841,8 +1845,8 @@ export const GetDeploymentResponseBody2$outboundSchema = z.object({
1841
1845
  previewCommentsEnabled: z.boolean().optional(),
1842
1846
  ttyBuildLogs: z.boolean().optional(),
1843
1847
  customEnvironment: z.union([
1844
- z.lazy(() => GetDeploymentCustomEnvironment2$outboundSchema),
1845
1848
  z.lazy(() => GetDeploymentCustomEnvironment1$outboundSchema),
1849
+ z.lazy(() => GetDeploymentCustomEnvironment2$outboundSchema),
1846
1850
  ]).optional(),
1847
1851
  oomReport: ResponseBodyOomReport$outboundSchema.optional(),
1848
1852
  aliasWarning: z.nullable(z.lazy(() => ResponseBodyAliasWarning$outboundSchema)).optional(),
@@ -1868,18 +1872,18 @@ export const GetDeploymentResponseBody2$outboundSchema = z.object({
1868
1872
  errorStep: z.string().optional(),
1869
1873
  passiveRegions: z.array(z.string()).optional(),
1870
1874
  gitSource: z.union([
1875
+ z.lazy(() => GetDeploymentGitSource10$outboundSchema),
1876
+ z.lazy(() => GetDeploymentGitSource12$outboundSchema),
1877
+ z.lazy(() => GetDeploymentGitSource4$outboundSchema),
1871
1878
  z.lazy(() => GetDeploymentGitSource8$outboundSchema),
1879
+ z.lazy(() => GetDeploymentGitSource9$outboundSchema),
1872
1880
  z.lazy(() => GetDeploymentGitSource11$outboundSchema),
1873
- z.lazy(() => GetDeploymentGitSource1$outboundSchema),
1874
- z.lazy(() => GetDeploymentGitSource5$outboundSchema),
1875
1881
  z.lazy(() => GetDeploymentGitSource2$outboundSchema),
1876
1882
  z.lazy(() => GetDeploymentGitSource3$outboundSchema),
1877
- z.lazy(() => GetDeploymentGitSource6$outboundSchema),
1878
1883
  z.lazy(() => GetDeploymentGitSource7$outboundSchema),
1879
- z.lazy(() => GetDeploymentGitSource9$outboundSchema),
1880
- z.lazy(() => GetDeploymentGitSource4$outboundSchema),
1881
- z.lazy(() => GetDeploymentGitSource10$outboundSchema),
1882
- z.lazy(() => GetDeploymentGitSource12$outboundSchema),
1884
+ z.lazy(() => GetDeploymentGitSource1$outboundSchema),
1885
+ z.lazy(() => GetDeploymentGitSource5$outboundSchema),
1886
+ z.lazy(() => GetDeploymentGitSource6$outboundSchema),
1883
1887
  ]).optional(),
1884
1888
  meta: z.record(z.string()),
1885
1889
  originCacheRegion: z.string().optional(),
@@ -2671,13 +2675,13 @@ export function getDeploymentCustomEnvironmentDeployments1FromJSON(jsonString) {
2671
2675
  }
2672
2676
  /** @internal */
2673
2677
  export const GetDeploymentResponseBodyCustomEnvironment$inboundSchema = z.union([
2674
- z.lazy(() => GetDeploymentCustomEnvironmentDeployments2$inboundSchema),
2675
2678
  z.lazy(() => GetDeploymentCustomEnvironmentDeployments1$inboundSchema),
2679
+ z.lazy(() => GetDeploymentCustomEnvironmentDeployments2$inboundSchema),
2676
2680
  ]);
2677
2681
  /** @internal */
2678
2682
  export const GetDeploymentResponseBodyCustomEnvironment$outboundSchema = z.union([
2679
- z.lazy(() => GetDeploymentCustomEnvironmentDeployments2$outboundSchema),
2680
2683
  z.lazy(() => GetDeploymentCustomEnvironmentDeployments1$outboundSchema),
2684
+ z.lazy(() => GetDeploymentCustomEnvironmentDeployments2$outboundSchema),
2681
2685
  ]);
2682
2686
  /**
2683
2687
  * @internal
@@ -3490,33 +3494,33 @@ export function getDeploymentGitSourceDeployments1FromJSON(jsonString) {
3490
3494
  }
3491
3495
  /** @internal */
3492
3496
  export const GetDeploymentResponseBodyGitSource$inboundSchema = z.union([
3497
+ z.lazy(() => GetDeploymentGitSourceDeployments10$inboundSchema),
3498
+ z.lazy(() => GetDeploymentGitSourceDeployments12$inboundSchema),
3499
+ z.lazy(() => GetDeploymentGitSourceDeployments4$inboundSchema),
3493
3500
  z.lazy(() => GetDeploymentGitSourceDeployments8$inboundSchema),
3501
+ z.lazy(() => GetDeploymentGitSourceDeployments9$inboundSchema),
3494
3502
  z.lazy(() => GetDeploymentGitSourceDeployments11$inboundSchema),
3495
- z.lazy(() => GetDeploymentGitSourceDeployments1$inboundSchema),
3496
- z.lazy(() => GetDeploymentGitSourceDeployments5$inboundSchema),
3497
3503
  z.lazy(() => GetDeploymentGitSourceDeployments2$inboundSchema),
3498
3504
  z.lazy(() => GetDeploymentGitSourceDeployments3$inboundSchema),
3499
- z.lazy(() => GetDeploymentGitSourceDeployments6$inboundSchema),
3500
3505
  z.lazy(() => GetDeploymentGitSourceDeployments7$inboundSchema),
3501
- z.lazy(() => GetDeploymentGitSourceDeployments9$inboundSchema),
3502
- z.lazy(() => GetDeploymentGitSourceDeployments4$inboundSchema),
3503
- z.lazy(() => GetDeploymentGitSourceDeployments10$inboundSchema),
3504
- z.lazy(() => GetDeploymentGitSourceDeployments12$inboundSchema),
3506
+ z.lazy(() => GetDeploymentGitSourceDeployments1$inboundSchema),
3507
+ z.lazy(() => GetDeploymentGitSourceDeployments5$inboundSchema),
3508
+ z.lazy(() => GetDeploymentGitSourceDeployments6$inboundSchema),
3505
3509
  ]);
3506
3510
  /** @internal */
3507
3511
  export const GetDeploymentResponseBodyGitSource$outboundSchema = z.union([
3512
+ z.lazy(() => GetDeploymentGitSourceDeployments10$outboundSchema),
3513
+ z.lazy(() => GetDeploymentGitSourceDeployments12$outboundSchema),
3514
+ z.lazy(() => GetDeploymentGitSourceDeployments4$outboundSchema),
3508
3515
  z.lazy(() => GetDeploymentGitSourceDeployments8$outboundSchema),
3516
+ z.lazy(() => GetDeploymentGitSourceDeployments9$outboundSchema),
3509
3517
  z.lazy(() => GetDeploymentGitSourceDeployments11$outboundSchema),
3510
- z.lazy(() => GetDeploymentGitSourceDeployments1$outboundSchema),
3511
- z.lazy(() => GetDeploymentGitSourceDeployments5$outboundSchema),
3512
3518
  z.lazy(() => GetDeploymentGitSourceDeployments2$outboundSchema),
3513
3519
  z.lazy(() => GetDeploymentGitSourceDeployments3$outboundSchema),
3514
- z.lazy(() => GetDeploymentGitSourceDeployments6$outboundSchema),
3515
3520
  z.lazy(() => GetDeploymentGitSourceDeployments7$outboundSchema),
3516
- z.lazy(() => GetDeploymentGitSourceDeployments9$outboundSchema),
3517
- z.lazy(() => GetDeploymentGitSourceDeployments4$outboundSchema),
3518
- z.lazy(() => GetDeploymentGitSourceDeployments10$outboundSchema),
3519
- z.lazy(() => GetDeploymentGitSourceDeployments12$outboundSchema),
3521
+ z.lazy(() => GetDeploymentGitSourceDeployments1$outboundSchema),
3522
+ z.lazy(() => GetDeploymentGitSourceDeployments5$outboundSchema),
3523
+ z.lazy(() => GetDeploymentGitSourceDeployments6$outboundSchema),
3520
3524
  ]);
3521
3525
  /**
3522
3526
  * @internal
@@ -3843,16 +3847,115 @@ export var GetDeploymentHasType$;
3843
3847
  GetDeploymentHasType$.outboundSchema = GetDeploymentHasType$outboundSchema;
3844
3848
  })(GetDeploymentHasType$ || (GetDeploymentHasType$ = {}));
3845
3849
  /** @internal */
3850
+ export const GetDeploymentValueDeploymentsResponse200Eq$inboundSchema = z.union([z.string(), z.number()]);
3851
+ /** @internal */
3852
+ export const GetDeploymentValueDeploymentsResponse200Eq$outboundSchema = z.union([z.string(), z.number()]);
3853
+ /**
3854
+ * @internal
3855
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3856
+ */
3857
+ export var GetDeploymentValueDeploymentsResponse200Eq$;
3858
+ (function (GetDeploymentValueDeploymentsResponse200Eq$) {
3859
+ /** @deprecated use `GetDeploymentValueDeploymentsResponse200Eq$inboundSchema` instead. */
3860
+ GetDeploymentValueDeploymentsResponse200Eq$.inboundSchema = GetDeploymentValueDeploymentsResponse200Eq$inboundSchema;
3861
+ /** @deprecated use `GetDeploymentValueDeploymentsResponse200Eq$outboundSchema` instead. */
3862
+ GetDeploymentValueDeploymentsResponse200Eq$.outboundSchema = GetDeploymentValueDeploymentsResponse200Eq$outboundSchema;
3863
+ })(GetDeploymentValueDeploymentsResponse200Eq$ || (GetDeploymentValueDeploymentsResponse200Eq$ = {}));
3864
+ export function getDeploymentValueDeploymentsResponse200EqToJSON(getDeploymentValueDeploymentsResponse200Eq) {
3865
+ return JSON.stringify(GetDeploymentValueDeploymentsResponse200Eq$outboundSchema.parse(getDeploymentValueDeploymentsResponse200Eq));
3866
+ }
3867
+ export function getDeploymentValueDeploymentsResponse200EqFromJSON(jsonString) {
3868
+ return safeParse(jsonString, (x) => GetDeploymentValueDeploymentsResponse200Eq$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetDeploymentValueDeploymentsResponse200Eq' from JSON`);
3869
+ }
3870
+ /** @internal */
3871
+ export const GetDeploymentValueDeployments2$inboundSchema = z.object({
3872
+ eq: z.union([z.string(), z.number()]).optional(),
3873
+ neq: z.string().optional(),
3874
+ inc: z.array(z.string()).optional(),
3875
+ ninc: z.array(z.string()).optional(),
3876
+ pre: z.string().optional(),
3877
+ suf: z.string().optional(),
3878
+ re: z.string().optional(),
3879
+ gt: z.number().optional(),
3880
+ gte: z.number().optional(),
3881
+ lt: z.number().optional(),
3882
+ lte: z.number().optional(),
3883
+ });
3884
+ /** @internal */
3885
+ export const GetDeploymentValueDeployments2$outboundSchema = z.object({
3886
+ eq: z.union([z.string(), z.number()]).optional(),
3887
+ neq: z.string().optional(),
3888
+ inc: z.array(z.string()).optional(),
3889
+ ninc: z.array(z.string()).optional(),
3890
+ pre: z.string().optional(),
3891
+ suf: z.string().optional(),
3892
+ re: z.string().optional(),
3893
+ gt: z.number().optional(),
3894
+ gte: z.number().optional(),
3895
+ lt: z.number().optional(),
3896
+ lte: z.number().optional(),
3897
+ });
3898
+ /**
3899
+ * @internal
3900
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3901
+ */
3902
+ export var GetDeploymentValueDeployments2$;
3903
+ (function (GetDeploymentValueDeployments2$) {
3904
+ /** @deprecated use `GetDeploymentValueDeployments2$inboundSchema` instead. */
3905
+ GetDeploymentValueDeployments2$.inboundSchema = GetDeploymentValueDeployments2$inboundSchema;
3906
+ /** @deprecated use `GetDeploymentValueDeployments2$outboundSchema` instead. */
3907
+ GetDeploymentValueDeployments2$.outboundSchema = GetDeploymentValueDeployments2$outboundSchema;
3908
+ })(GetDeploymentValueDeployments2$ || (GetDeploymentValueDeployments2$ = {}));
3909
+ export function getDeploymentValueDeployments2ToJSON(getDeploymentValueDeployments2) {
3910
+ return JSON.stringify(GetDeploymentValueDeployments2$outboundSchema.parse(getDeploymentValueDeployments2));
3911
+ }
3912
+ export function getDeploymentValueDeployments2FromJSON(jsonString) {
3913
+ return safeParse(jsonString, (x) => GetDeploymentValueDeployments2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetDeploymentValueDeployments2' from JSON`);
3914
+ }
3915
+ /** @internal */
3916
+ export const GetDeploymentHasValue$inboundSchema = z.union([
3917
+ z.lazy(() => GetDeploymentValueDeployments2$inboundSchema),
3918
+ z.string(),
3919
+ ]);
3920
+ /** @internal */
3921
+ export const GetDeploymentHasValue$outboundSchema = z.union([
3922
+ z.lazy(() => GetDeploymentValueDeployments2$outboundSchema),
3923
+ z.string(),
3924
+ ]);
3925
+ /**
3926
+ * @internal
3927
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3928
+ */
3929
+ export var GetDeploymentHasValue$;
3930
+ (function (GetDeploymentHasValue$) {
3931
+ /** @deprecated use `GetDeploymentHasValue$inboundSchema` instead. */
3932
+ GetDeploymentHasValue$.inboundSchema = GetDeploymentHasValue$inboundSchema;
3933
+ /** @deprecated use `GetDeploymentHasValue$outboundSchema` instead. */
3934
+ GetDeploymentHasValue$.outboundSchema = GetDeploymentHasValue$outboundSchema;
3935
+ })(GetDeploymentHasValue$ || (GetDeploymentHasValue$ = {}));
3936
+ export function getDeploymentHasValueToJSON(getDeploymentHasValue) {
3937
+ return JSON.stringify(GetDeploymentHasValue$outboundSchema.parse(getDeploymentHasValue));
3938
+ }
3939
+ export function getDeploymentHasValueFromJSON(jsonString) {
3940
+ return safeParse(jsonString, (x) => GetDeploymentHasValue$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetDeploymentHasValue' from JSON`);
3941
+ }
3942
+ /** @internal */
3846
3943
  export const GetDeploymentHas2$inboundSchema = z.object({
3847
3944
  type: GetDeploymentHasType$inboundSchema,
3848
3945
  key: z.string(),
3849
- value: z.string().optional(),
3946
+ value: z.union([
3947
+ z.lazy(() => GetDeploymentValueDeployments2$inboundSchema),
3948
+ z.string(),
3949
+ ]).optional(),
3850
3950
  });
3851
3951
  /** @internal */
3852
3952
  export const GetDeploymentHas2$outboundSchema = z.object({
3853
3953
  type: GetDeploymentHasType$outboundSchema,
3854
3954
  key: z.string(),
3855
- value: z.string().optional(),
3955
+ value: z.union([
3956
+ z.lazy(() => GetDeploymentValueDeployments2$outboundSchema),
3957
+ z.string(),
3958
+ ]).optional(),
3856
3959
  });
3857
3960
  /**
3858
3961
  * @internal
@@ -3887,14 +3990,104 @@ export var GetDeploymentHasDeploymentsType$;
3887
3990
  GetDeploymentHasDeploymentsType$.outboundSchema = GetDeploymentHasDeploymentsType$outboundSchema;
3888
3991
  })(GetDeploymentHasDeploymentsType$ || (GetDeploymentHasDeploymentsType$ = {}));
3889
3992
  /** @internal */
3993
+ export const GetDeploymentValueDeploymentsResponseEq$inboundSchema = z.union([z.string(), z.number()]);
3994
+ /** @internal */
3995
+ export const GetDeploymentValueDeploymentsResponseEq$outboundSchema = z.union([z.string(), z.number()]);
3996
+ /**
3997
+ * @internal
3998
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3999
+ */
4000
+ export var GetDeploymentValueDeploymentsResponseEq$;
4001
+ (function (GetDeploymentValueDeploymentsResponseEq$) {
4002
+ /** @deprecated use `GetDeploymentValueDeploymentsResponseEq$inboundSchema` instead. */
4003
+ GetDeploymentValueDeploymentsResponseEq$.inboundSchema = GetDeploymentValueDeploymentsResponseEq$inboundSchema;
4004
+ /** @deprecated use `GetDeploymentValueDeploymentsResponseEq$outboundSchema` instead. */
4005
+ GetDeploymentValueDeploymentsResponseEq$.outboundSchema = GetDeploymentValueDeploymentsResponseEq$outboundSchema;
4006
+ })(GetDeploymentValueDeploymentsResponseEq$ || (GetDeploymentValueDeploymentsResponseEq$ = {}));
4007
+ export function getDeploymentValueDeploymentsResponseEqToJSON(getDeploymentValueDeploymentsResponseEq) {
4008
+ return JSON.stringify(GetDeploymentValueDeploymentsResponseEq$outboundSchema.parse(getDeploymentValueDeploymentsResponseEq));
4009
+ }
4010
+ export function getDeploymentValueDeploymentsResponseEqFromJSON(jsonString) {
4011
+ return safeParse(jsonString, (x) => GetDeploymentValueDeploymentsResponseEq$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetDeploymentValueDeploymentsResponseEq' from JSON`);
4012
+ }
4013
+ /** @internal */
4014
+ export const GetDeploymentValue2$inboundSchema = z.object({
4015
+ eq: z.union([z.string(), z.number()]).optional(),
4016
+ neq: z.string().optional(),
4017
+ inc: z.array(z.string()).optional(),
4018
+ ninc: z.array(z.string()).optional(),
4019
+ pre: z.string().optional(),
4020
+ suf: z.string().optional(),
4021
+ re: z.string().optional(),
4022
+ gt: z.number().optional(),
4023
+ gte: z.number().optional(),
4024
+ lt: z.number().optional(),
4025
+ lte: z.number().optional(),
4026
+ });
4027
+ /** @internal */
4028
+ export const GetDeploymentValue2$outboundSchema = z.object({
4029
+ eq: z.union([z.string(), z.number()]).optional(),
4030
+ neq: z.string().optional(),
4031
+ inc: z.array(z.string()).optional(),
4032
+ ninc: z.array(z.string()).optional(),
4033
+ pre: z.string().optional(),
4034
+ suf: z.string().optional(),
4035
+ re: z.string().optional(),
4036
+ gt: z.number().optional(),
4037
+ gte: z.number().optional(),
4038
+ lt: z.number().optional(),
4039
+ lte: z.number().optional(),
4040
+ });
4041
+ /**
4042
+ * @internal
4043
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4044
+ */
4045
+ export var GetDeploymentValue2$;
4046
+ (function (GetDeploymentValue2$) {
4047
+ /** @deprecated use `GetDeploymentValue2$inboundSchema` instead. */
4048
+ GetDeploymentValue2$.inboundSchema = GetDeploymentValue2$inboundSchema;
4049
+ /** @deprecated use `GetDeploymentValue2$outboundSchema` instead. */
4050
+ GetDeploymentValue2$.outboundSchema = GetDeploymentValue2$outboundSchema;
4051
+ })(GetDeploymentValue2$ || (GetDeploymentValue2$ = {}));
4052
+ export function getDeploymentValue2ToJSON(getDeploymentValue2) {
4053
+ return JSON.stringify(GetDeploymentValue2$outboundSchema.parse(getDeploymentValue2));
4054
+ }
4055
+ export function getDeploymentValue2FromJSON(jsonString) {
4056
+ return safeParse(jsonString, (x) => GetDeploymentValue2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetDeploymentValue2' from JSON`);
4057
+ }
4058
+ /** @internal */
4059
+ export const GetDeploymentHasDeploymentsValue$inboundSchema = z.union([z.lazy(() => GetDeploymentValue2$inboundSchema), z.string()]);
4060
+ /** @internal */
4061
+ export const GetDeploymentHasDeploymentsValue$outboundSchema = z.union([z.lazy(() => GetDeploymentValue2$outboundSchema), z.string()]);
4062
+ /**
4063
+ * @internal
4064
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4065
+ */
4066
+ export var GetDeploymentHasDeploymentsValue$;
4067
+ (function (GetDeploymentHasDeploymentsValue$) {
4068
+ /** @deprecated use `GetDeploymentHasDeploymentsValue$inboundSchema` instead. */
4069
+ GetDeploymentHasDeploymentsValue$.inboundSchema = GetDeploymentHasDeploymentsValue$inboundSchema;
4070
+ /** @deprecated use `GetDeploymentHasDeploymentsValue$outboundSchema` instead. */
4071
+ GetDeploymentHasDeploymentsValue$.outboundSchema = GetDeploymentHasDeploymentsValue$outboundSchema;
4072
+ })(GetDeploymentHasDeploymentsValue$ || (GetDeploymentHasDeploymentsValue$ = {}));
4073
+ export function getDeploymentHasDeploymentsValueToJSON(getDeploymentHasDeploymentsValue) {
4074
+ return JSON.stringify(GetDeploymentHasDeploymentsValue$outboundSchema.parse(getDeploymentHasDeploymentsValue));
4075
+ }
4076
+ export function getDeploymentHasDeploymentsValueFromJSON(jsonString) {
4077
+ return safeParse(jsonString, (x) => GetDeploymentHasDeploymentsValue$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetDeploymentHasDeploymentsValue' from JSON`);
4078
+ }
4079
+ /** @internal */
3890
4080
  export const GetDeploymentHas1$inboundSchema = z.object({
3891
4081
  type: GetDeploymentHasDeploymentsType$inboundSchema,
3892
- value: z.string(),
4082
+ value: z.union([z.lazy(() => GetDeploymentValue2$inboundSchema), z.string()]),
3893
4083
  });
3894
4084
  /** @internal */
3895
4085
  export const GetDeploymentHas1$outboundSchema = z.object({
3896
4086
  type: GetDeploymentHasDeploymentsType$outboundSchema,
3897
- value: z.string(),
4087
+ value: z.union([
4088
+ z.lazy(() => GetDeploymentValue2$outboundSchema),
4089
+ z.string(),
4090
+ ]),
3898
4091
  });
3899
4092
  /**
3900
4093
  * @internal
@@ -3956,16 +4149,115 @@ export var GetDeploymentMissingType$;
3956
4149
  GetDeploymentMissingType$.outboundSchema = GetDeploymentMissingType$outboundSchema;
3957
4150
  })(GetDeploymentMissingType$ || (GetDeploymentMissingType$ = {}));
3958
4151
  /** @internal */
4152
+ export const GetDeploymentValueDeploymentsEq$inboundSchema = z.union([z.string(), z.number()]);
4153
+ /** @internal */
4154
+ export const GetDeploymentValueDeploymentsEq$outboundSchema = z.union([z.string(), z.number()]);
4155
+ /**
4156
+ * @internal
4157
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4158
+ */
4159
+ export var GetDeploymentValueDeploymentsEq$;
4160
+ (function (GetDeploymentValueDeploymentsEq$) {
4161
+ /** @deprecated use `GetDeploymentValueDeploymentsEq$inboundSchema` instead. */
4162
+ GetDeploymentValueDeploymentsEq$.inboundSchema = GetDeploymentValueDeploymentsEq$inboundSchema;
4163
+ /** @deprecated use `GetDeploymentValueDeploymentsEq$outboundSchema` instead. */
4164
+ GetDeploymentValueDeploymentsEq$.outboundSchema = GetDeploymentValueDeploymentsEq$outboundSchema;
4165
+ })(GetDeploymentValueDeploymentsEq$ || (GetDeploymentValueDeploymentsEq$ = {}));
4166
+ export function getDeploymentValueDeploymentsEqToJSON(getDeploymentValueDeploymentsEq) {
4167
+ return JSON.stringify(GetDeploymentValueDeploymentsEq$outboundSchema.parse(getDeploymentValueDeploymentsEq));
4168
+ }
4169
+ export function getDeploymentValueDeploymentsEqFromJSON(jsonString) {
4170
+ return safeParse(jsonString, (x) => GetDeploymentValueDeploymentsEq$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetDeploymentValueDeploymentsEq' from JSON`);
4171
+ }
4172
+ /** @internal */
4173
+ export const GetDeploymentValueDeploymentsResponse2002$inboundSchema = z.object({
4174
+ eq: z.union([z.string(), z.number()]).optional(),
4175
+ neq: z.string().optional(),
4176
+ inc: z.array(z.string()).optional(),
4177
+ ninc: z.array(z.string()).optional(),
4178
+ pre: z.string().optional(),
4179
+ suf: z.string().optional(),
4180
+ re: z.string().optional(),
4181
+ gt: z.number().optional(),
4182
+ gte: z.number().optional(),
4183
+ lt: z.number().optional(),
4184
+ lte: z.number().optional(),
4185
+ });
4186
+ /** @internal */
4187
+ export const GetDeploymentValueDeploymentsResponse2002$outboundSchema = z.object({
4188
+ eq: z.union([z.string(), z.number()]).optional(),
4189
+ neq: z.string().optional(),
4190
+ inc: z.array(z.string()).optional(),
4191
+ ninc: z.array(z.string()).optional(),
4192
+ pre: z.string().optional(),
4193
+ suf: z.string().optional(),
4194
+ re: z.string().optional(),
4195
+ gt: z.number().optional(),
4196
+ gte: z.number().optional(),
4197
+ lt: z.number().optional(),
4198
+ lte: z.number().optional(),
4199
+ });
4200
+ /**
4201
+ * @internal
4202
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4203
+ */
4204
+ export var GetDeploymentValueDeploymentsResponse2002$;
4205
+ (function (GetDeploymentValueDeploymentsResponse2002$) {
4206
+ /** @deprecated use `GetDeploymentValueDeploymentsResponse2002$inboundSchema` instead. */
4207
+ GetDeploymentValueDeploymentsResponse2002$.inboundSchema = GetDeploymentValueDeploymentsResponse2002$inboundSchema;
4208
+ /** @deprecated use `GetDeploymentValueDeploymentsResponse2002$outboundSchema` instead. */
4209
+ GetDeploymentValueDeploymentsResponse2002$.outboundSchema = GetDeploymentValueDeploymentsResponse2002$outboundSchema;
4210
+ })(GetDeploymentValueDeploymentsResponse2002$ || (GetDeploymentValueDeploymentsResponse2002$ = {}));
4211
+ export function getDeploymentValueDeploymentsResponse2002ToJSON(getDeploymentValueDeploymentsResponse2002) {
4212
+ return JSON.stringify(GetDeploymentValueDeploymentsResponse2002$outboundSchema.parse(getDeploymentValueDeploymentsResponse2002));
4213
+ }
4214
+ export function getDeploymentValueDeploymentsResponse2002FromJSON(jsonString) {
4215
+ return safeParse(jsonString, (x) => GetDeploymentValueDeploymentsResponse2002$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetDeploymentValueDeploymentsResponse2002' from JSON`);
4216
+ }
4217
+ /** @internal */
4218
+ export const GetDeploymentMissingValue$inboundSchema = z.union([
4219
+ z.lazy(() => GetDeploymentValueDeploymentsResponse2002$inboundSchema),
4220
+ z.string(),
4221
+ ]);
4222
+ /** @internal */
4223
+ export const GetDeploymentMissingValue$outboundSchema = z.union([
4224
+ z.lazy(() => GetDeploymentValueDeploymentsResponse2002$outboundSchema),
4225
+ z.string(),
4226
+ ]);
4227
+ /**
4228
+ * @internal
4229
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4230
+ */
4231
+ export var GetDeploymentMissingValue$;
4232
+ (function (GetDeploymentMissingValue$) {
4233
+ /** @deprecated use `GetDeploymentMissingValue$inboundSchema` instead. */
4234
+ GetDeploymentMissingValue$.inboundSchema = GetDeploymentMissingValue$inboundSchema;
4235
+ /** @deprecated use `GetDeploymentMissingValue$outboundSchema` instead. */
4236
+ GetDeploymentMissingValue$.outboundSchema = GetDeploymentMissingValue$outboundSchema;
4237
+ })(GetDeploymentMissingValue$ || (GetDeploymentMissingValue$ = {}));
4238
+ export function getDeploymentMissingValueToJSON(getDeploymentMissingValue) {
4239
+ return JSON.stringify(GetDeploymentMissingValue$outboundSchema.parse(getDeploymentMissingValue));
4240
+ }
4241
+ export function getDeploymentMissingValueFromJSON(jsonString) {
4242
+ return safeParse(jsonString, (x) => GetDeploymentMissingValue$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetDeploymentMissingValue' from JSON`);
4243
+ }
4244
+ /** @internal */
3959
4245
  export const GetDeploymentMissing2$inboundSchema = z.object({
3960
4246
  type: GetDeploymentMissingType$inboundSchema,
3961
4247
  key: z.string(),
3962
- value: z.string().optional(),
4248
+ value: z.union([
4249
+ z.lazy(() => GetDeploymentValueDeploymentsResponse2002$inboundSchema),
4250
+ z.string(),
4251
+ ]).optional(),
3963
4252
  });
3964
4253
  /** @internal */
3965
4254
  export const GetDeploymentMissing2$outboundSchema = z.object({
3966
4255
  type: GetDeploymentMissingType$outboundSchema,
3967
4256
  key: z.string(),
3968
- value: z.string().optional(),
4257
+ value: z.union([
4258
+ z.lazy(() => GetDeploymentValueDeploymentsResponse2002$outboundSchema),
4259
+ z.string(),
4260
+ ]).optional(),
3969
4261
  });
3970
4262
  /**
3971
4263
  * @internal
@@ -4000,14 +4292,113 @@ export var GetDeploymentMissingDeploymentsType$;
4000
4292
  GetDeploymentMissingDeploymentsType$.outboundSchema = GetDeploymentMissingDeploymentsType$outboundSchema;
4001
4293
  })(GetDeploymentMissingDeploymentsType$ || (GetDeploymentMissingDeploymentsType$ = {}));
4002
4294
  /** @internal */
4295
+ export const GetDeploymentValueEq$inboundSchema = z.union([z.string(), z.number()]);
4296
+ /** @internal */
4297
+ export const GetDeploymentValueEq$outboundSchema = z.union([z.string(), z.number()]);
4298
+ /**
4299
+ * @internal
4300
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4301
+ */
4302
+ export var GetDeploymentValueEq$;
4303
+ (function (GetDeploymentValueEq$) {
4304
+ /** @deprecated use `GetDeploymentValueEq$inboundSchema` instead. */
4305
+ GetDeploymentValueEq$.inboundSchema = GetDeploymentValueEq$inboundSchema;
4306
+ /** @deprecated use `GetDeploymentValueEq$outboundSchema` instead. */
4307
+ GetDeploymentValueEq$.outboundSchema = GetDeploymentValueEq$outboundSchema;
4308
+ })(GetDeploymentValueEq$ || (GetDeploymentValueEq$ = {}));
4309
+ export function getDeploymentValueEqToJSON(getDeploymentValueEq) {
4310
+ return JSON.stringify(GetDeploymentValueEq$outboundSchema.parse(getDeploymentValueEq));
4311
+ }
4312
+ export function getDeploymentValueEqFromJSON(jsonString) {
4313
+ return safeParse(jsonString, (x) => GetDeploymentValueEq$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetDeploymentValueEq' from JSON`);
4314
+ }
4315
+ /** @internal */
4316
+ export const GetDeploymentValueDeploymentsResponse2$inboundSchema = z.object({
4317
+ eq: z.union([z.string(), z.number()]).optional(),
4318
+ neq: z.string().optional(),
4319
+ inc: z.array(z.string()).optional(),
4320
+ ninc: z.array(z.string()).optional(),
4321
+ pre: z.string().optional(),
4322
+ suf: z.string().optional(),
4323
+ re: z.string().optional(),
4324
+ gt: z.number().optional(),
4325
+ gte: z.number().optional(),
4326
+ lt: z.number().optional(),
4327
+ lte: z.number().optional(),
4328
+ });
4329
+ /** @internal */
4330
+ export const GetDeploymentValueDeploymentsResponse2$outboundSchema = z.object({
4331
+ eq: z.union([z.string(), z.number()]).optional(),
4332
+ neq: z.string().optional(),
4333
+ inc: z.array(z.string()).optional(),
4334
+ ninc: z.array(z.string()).optional(),
4335
+ pre: z.string().optional(),
4336
+ suf: z.string().optional(),
4337
+ re: z.string().optional(),
4338
+ gt: z.number().optional(),
4339
+ gte: z.number().optional(),
4340
+ lt: z.number().optional(),
4341
+ lte: z.number().optional(),
4342
+ });
4343
+ /**
4344
+ * @internal
4345
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4346
+ */
4347
+ export var GetDeploymentValueDeploymentsResponse2$;
4348
+ (function (GetDeploymentValueDeploymentsResponse2$) {
4349
+ /** @deprecated use `GetDeploymentValueDeploymentsResponse2$inboundSchema` instead. */
4350
+ GetDeploymentValueDeploymentsResponse2$.inboundSchema = GetDeploymentValueDeploymentsResponse2$inboundSchema;
4351
+ /** @deprecated use `GetDeploymentValueDeploymentsResponse2$outboundSchema` instead. */
4352
+ GetDeploymentValueDeploymentsResponse2$.outboundSchema = GetDeploymentValueDeploymentsResponse2$outboundSchema;
4353
+ })(GetDeploymentValueDeploymentsResponse2$ || (GetDeploymentValueDeploymentsResponse2$ = {}));
4354
+ export function getDeploymentValueDeploymentsResponse2ToJSON(getDeploymentValueDeploymentsResponse2) {
4355
+ return JSON.stringify(GetDeploymentValueDeploymentsResponse2$outboundSchema.parse(getDeploymentValueDeploymentsResponse2));
4356
+ }
4357
+ export function getDeploymentValueDeploymentsResponse2FromJSON(jsonString) {
4358
+ return safeParse(jsonString, (x) => GetDeploymentValueDeploymentsResponse2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetDeploymentValueDeploymentsResponse2' from JSON`);
4359
+ }
4360
+ /** @internal */
4361
+ export const GetDeploymentMissingDeploymentsValue$inboundSchema = z.union([
4362
+ z.lazy(() => GetDeploymentValueDeploymentsResponse2$inboundSchema),
4363
+ z.string(),
4364
+ ]);
4365
+ /** @internal */
4366
+ export const GetDeploymentMissingDeploymentsValue$outboundSchema = z.union([
4367
+ z.lazy(() => GetDeploymentValueDeploymentsResponse2$outboundSchema),
4368
+ z.string(),
4369
+ ]);
4370
+ /**
4371
+ * @internal
4372
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4373
+ */
4374
+ export var GetDeploymentMissingDeploymentsValue$;
4375
+ (function (GetDeploymentMissingDeploymentsValue$) {
4376
+ /** @deprecated use `GetDeploymentMissingDeploymentsValue$inboundSchema` instead. */
4377
+ GetDeploymentMissingDeploymentsValue$.inboundSchema = GetDeploymentMissingDeploymentsValue$inboundSchema;
4378
+ /** @deprecated use `GetDeploymentMissingDeploymentsValue$outboundSchema` instead. */
4379
+ GetDeploymentMissingDeploymentsValue$.outboundSchema = GetDeploymentMissingDeploymentsValue$outboundSchema;
4380
+ })(GetDeploymentMissingDeploymentsValue$ || (GetDeploymentMissingDeploymentsValue$ = {}));
4381
+ export function getDeploymentMissingDeploymentsValueToJSON(getDeploymentMissingDeploymentsValue) {
4382
+ return JSON.stringify(GetDeploymentMissingDeploymentsValue$outboundSchema.parse(getDeploymentMissingDeploymentsValue));
4383
+ }
4384
+ export function getDeploymentMissingDeploymentsValueFromJSON(jsonString) {
4385
+ return safeParse(jsonString, (x) => GetDeploymentMissingDeploymentsValue$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetDeploymentMissingDeploymentsValue' from JSON`);
4386
+ }
4387
+ /** @internal */
4003
4388
  export const GetDeploymentMissing1$inboundSchema = z.object({
4004
4389
  type: GetDeploymentMissingDeploymentsType$inboundSchema,
4005
- value: z.string(),
4390
+ value: z.union([
4391
+ z.lazy(() => GetDeploymentValueDeploymentsResponse2$inboundSchema),
4392
+ z.string(),
4393
+ ]),
4006
4394
  });
4007
4395
  /** @internal */
4008
4396
  export const GetDeploymentMissing1$outboundSchema = z.object({
4009
4397
  type: GetDeploymentMissingDeploymentsType$outboundSchema,
4010
- value: z.string(),
4398
+ value: z.union([
4399
+ z.lazy(() => GetDeploymentValueDeploymentsResponse2$outboundSchema),
4400
+ z.string(),
4401
+ ]),
4011
4402
  });
4012
4403
  /**
4013
4404
  * @internal
@@ -4054,6 +4445,46 @@ export function getDeploymentRoutesMissingFromJSON(jsonString) {
4054
4445
  return safeParse(jsonString, (x) => GetDeploymentRoutesMissing$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetDeploymentRoutesMissing' from JSON`);
4055
4446
  }
4056
4447
  /** @internal */
4448
+ export const GetDeploymentRoutesAction$inboundSchema = z.nativeEnum(GetDeploymentRoutesAction);
4449
+ /** @internal */
4450
+ export const GetDeploymentRoutesAction$outboundSchema = GetDeploymentRoutesAction$inboundSchema;
4451
+ /**
4452
+ * @internal
4453
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4454
+ */
4455
+ export var GetDeploymentRoutesAction$;
4456
+ (function (GetDeploymentRoutesAction$) {
4457
+ /** @deprecated use `GetDeploymentRoutesAction$inboundSchema` instead. */
4458
+ GetDeploymentRoutesAction$.inboundSchema = GetDeploymentRoutesAction$inboundSchema;
4459
+ /** @deprecated use `GetDeploymentRoutesAction$outboundSchema` instead. */
4460
+ GetDeploymentRoutesAction$.outboundSchema = GetDeploymentRoutesAction$outboundSchema;
4461
+ })(GetDeploymentRoutesAction$ || (GetDeploymentRoutesAction$ = {}));
4462
+ /** @internal */
4463
+ export const GetDeploymentRoutesMitigate$inboundSchema = z.object({
4464
+ action: GetDeploymentRoutesAction$inboundSchema,
4465
+ });
4466
+ /** @internal */
4467
+ export const GetDeploymentRoutesMitigate$outboundSchema = z.object({
4468
+ action: GetDeploymentRoutesAction$outboundSchema,
4469
+ });
4470
+ /**
4471
+ * @internal
4472
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4473
+ */
4474
+ export var GetDeploymentRoutesMitigate$;
4475
+ (function (GetDeploymentRoutesMitigate$) {
4476
+ /** @deprecated use `GetDeploymentRoutesMitigate$inboundSchema` instead. */
4477
+ GetDeploymentRoutesMitigate$.inboundSchema = GetDeploymentRoutesMitigate$inboundSchema;
4478
+ /** @deprecated use `GetDeploymentRoutesMitigate$outboundSchema` instead. */
4479
+ GetDeploymentRoutesMitigate$.outboundSchema = GetDeploymentRoutesMitigate$outboundSchema;
4480
+ })(GetDeploymentRoutesMitigate$ || (GetDeploymentRoutesMitigate$ = {}));
4481
+ export function getDeploymentRoutesMitigateToJSON(getDeploymentRoutesMitigate) {
4482
+ return JSON.stringify(GetDeploymentRoutesMitigate$outboundSchema.parse(getDeploymentRoutesMitigate));
4483
+ }
4484
+ export function getDeploymentRoutesMitigateFromJSON(jsonString) {
4485
+ return safeParse(jsonString, (x) => GetDeploymentRoutesMitigate$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetDeploymentRoutesMitigate' from JSON`);
4486
+ }
4487
+ /** @internal */
4057
4488
  export const GetDeploymentRoutesLocale$inboundSchema = z.object({
4058
4489
  redirect: z.record(z.string()).optional(),
4059
4490
  cookie: z.string().optional(),
@@ -4100,6 +4531,7 @@ export const GetDeploymentRoutes1$inboundSchema = z.object({
4100
4531
  z.lazy(() => GetDeploymentMissing1$inboundSchema),
4101
4532
  z.lazy(() => GetDeploymentMissing2$inboundSchema),
4102
4533
  ])).optional(),
4534
+ mitigate: z.lazy(() => GetDeploymentRoutesMitigate$inboundSchema).optional(),
4103
4535
  locale: z.lazy(() => GetDeploymentRoutesLocale$inboundSchema).optional(),
4104
4536
  middlewarePath: z.string().optional(),
4105
4537
  middlewareRawSrc: z.array(z.string()).optional(),
@@ -4125,6 +4557,7 @@ export const GetDeploymentRoutes1$outboundSchema = z.object({
4125
4557
  z.lazy(() => GetDeploymentMissing1$outboundSchema),
4126
4558
  z.lazy(() => GetDeploymentMissing2$outboundSchema),
4127
4559
  ])).optional(),
4560
+ mitigate: z.lazy(() => GetDeploymentRoutesMitigate$outboundSchema).optional(),
4128
4561
  locale: z.lazy(() => GetDeploymentRoutesLocale$outboundSchema).optional(),
4129
4562
  middlewarePath: z.string().optional(),
4130
4563
  middlewareRawSrc: z.array(z.string()).optional(),
@@ -4150,14 +4583,14 @@ export function getDeploymentRoutes1FromJSON(jsonString) {
4150
4583
  /** @internal */
4151
4584
  export const ResponseBodyRoutes$inboundSchema = z.union([
4152
4585
  z.lazy(() => GetDeploymentRoutes3$inboundSchema),
4153
- z.lazy(() => GetDeploymentRoutes2$inboundSchema),
4154
4586
  z.lazy(() => GetDeploymentRoutes1$inboundSchema),
4587
+ z.lazy(() => GetDeploymentRoutes2$inboundSchema),
4155
4588
  ]);
4156
4589
  /** @internal */
4157
4590
  export const ResponseBodyRoutes$outboundSchema = z.union([
4158
4591
  z.lazy(() => GetDeploymentRoutes3$outboundSchema),
4159
- z.lazy(() => GetDeploymentRoutes2$outboundSchema),
4160
4592
  z.lazy(() => GetDeploymentRoutes1$outboundSchema),
4593
+ z.lazy(() => GetDeploymentRoutes2$outboundSchema),
4161
4594
  ]);
4162
4595
  /**
4163
4596
  * @internal
@@ -4398,15 +4831,15 @@ export function getDeploymentGitRepo1FromJSON(jsonString) {
4398
4831
  }
4399
4832
  /** @internal */
4400
4833
  export const ResponseBodyGitRepo$inboundSchema = z.union([
4401
- z.lazy(() => GetDeploymentGitRepo1$inboundSchema),
4402
4834
  z.lazy(() => GetDeploymentGitRepo2$inboundSchema),
4403
4835
  z.lazy(() => GetDeploymentGitRepo3$inboundSchema),
4836
+ z.lazy(() => GetDeploymentGitRepo1$inboundSchema),
4404
4837
  ]);
4405
4838
  /** @internal */
4406
4839
  export const ResponseBodyGitRepo$outboundSchema = z.union([
4407
- z.lazy(() => GetDeploymentGitRepo1$outboundSchema),
4408
4840
  z.lazy(() => GetDeploymentGitRepo2$outboundSchema),
4409
4841
  z.lazy(() => GetDeploymentGitRepo3$outboundSchema),
4842
+ z.lazy(() => GetDeploymentGitRepo1$outboundSchema),
4410
4843
  ]);
4411
4844
  /**
4412
4845
  * @internal
@@ -4651,13 +5084,13 @@ export function getDeploymentMicrofrontends1FromJSON(jsonString) {
4651
5084
  }
4652
5085
  /** @internal */
4653
5086
  export const ResponseBodyMicrofrontends$inboundSchema = z.union([
4654
- z.lazy(() => GetDeploymentMicrofrontends1$inboundSchema),
4655
5087
  z.lazy(() => GetDeploymentMicrofrontends2$inboundSchema),
5088
+ z.lazy(() => GetDeploymentMicrofrontends1$inboundSchema),
4656
5089
  ]);
4657
5090
  /** @internal */
4658
5091
  export const ResponseBodyMicrofrontends$outboundSchema = z.union([
4659
- z.lazy(() => GetDeploymentMicrofrontends1$outboundSchema),
4660
5092
  z.lazy(() => GetDeploymentMicrofrontends2$outboundSchema),
5093
+ z.lazy(() => GetDeploymentMicrofrontends1$outboundSchema),
4661
5094
  ]);
4662
5095
  /**
4663
5096
  * @internal
@@ -4854,8 +5287,8 @@ export const GetDeploymentResponseBody1$inboundSchema = z.object({
4854
5287
  previewCommentsEnabled: z.boolean().optional(),
4855
5288
  ttyBuildLogs: z.boolean().optional(),
4856
5289
  customEnvironment: z.union([
4857
- z.lazy(() => GetDeploymentCustomEnvironmentDeployments2$inboundSchema),
4858
5290
  z.lazy(() => GetDeploymentCustomEnvironmentDeployments1$inboundSchema),
5291
+ z.lazy(() => GetDeploymentCustomEnvironmentDeployments2$inboundSchema),
4859
5292
  ]).optional(),
4860
5293
  oomReport: GetDeploymentResponseBodyOomReport$inboundSchema.optional(),
4861
5294
  aliasWarning: z.nullable(z.lazy(() => GetDeploymentResponseBodyAliasWarning$inboundSchema)).optional(),
@@ -4881,18 +5314,18 @@ export const GetDeploymentResponseBody1$inboundSchema = z.object({
4881
5314
  errorStep: z.string().optional(),
4882
5315
  passiveRegions: z.array(z.string()).optional(),
4883
5316
  gitSource: z.union([
5317
+ z.lazy(() => GetDeploymentGitSourceDeployments10$inboundSchema),
5318
+ z.lazy(() => GetDeploymentGitSourceDeployments12$inboundSchema),
5319
+ z.lazy(() => GetDeploymentGitSourceDeployments4$inboundSchema),
4884
5320
  z.lazy(() => GetDeploymentGitSourceDeployments8$inboundSchema),
5321
+ z.lazy(() => GetDeploymentGitSourceDeployments9$inboundSchema),
4885
5322
  z.lazy(() => GetDeploymentGitSourceDeployments11$inboundSchema),
4886
- z.lazy(() => GetDeploymentGitSourceDeployments1$inboundSchema),
4887
- z.lazy(() => GetDeploymentGitSourceDeployments5$inboundSchema),
4888
5323
  z.lazy(() => GetDeploymentGitSourceDeployments2$inboundSchema),
4889
5324
  z.lazy(() => GetDeploymentGitSourceDeployments3$inboundSchema),
4890
- z.lazy(() => GetDeploymentGitSourceDeployments6$inboundSchema),
4891
5325
  z.lazy(() => GetDeploymentGitSourceDeployments7$inboundSchema),
4892
- z.lazy(() => GetDeploymentGitSourceDeployments9$inboundSchema),
4893
- z.lazy(() => GetDeploymentGitSourceDeployments4$inboundSchema),
4894
- z.lazy(() => GetDeploymentGitSourceDeployments10$inboundSchema),
4895
- z.lazy(() => GetDeploymentGitSourceDeployments12$inboundSchema),
5326
+ z.lazy(() => GetDeploymentGitSourceDeployments1$inboundSchema),
5327
+ z.lazy(() => GetDeploymentGitSourceDeployments5$inboundSchema),
5328
+ z.lazy(() => GetDeploymentGitSourceDeployments6$inboundSchema),
4896
5329
  ]).optional(),
4897
5330
  meta: z.record(z.string()),
4898
5331
  originCacheRegion: z.string().optional(),
@@ -4919,21 +5352,21 @@ export const GetDeploymentResponseBody1$inboundSchema = z.object({
4919
5352
  passiveConnectConfigurationId: z.string().optional(),
4920
5353
  routes: z.nullable(z.array(z.union([
4921
5354
  z.lazy(() => GetDeploymentRoutes3$inboundSchema),
4922
- z.lazy(() => GetDeploymentRoutes2$inboundSchema),
4923
5355
  z.lazy(() => GetDeploymentRoutes1$inboundSchema),
5356
+ z.lazy(() => GetDeploymentRoutes2$inboundSchema),
4924
5357
  ]))),
4925
5358
  gitRepo: z.nullable(z.union([
4926
- z.lazy(() => GetDeploymentGitRepo1$inboundSchema),
4927
5359
  z.lazy(() => GetDeploymentGitRepo2$inboundSchema),
4928
5360
  z.lazy(() => GetDeploymentGitRepo3$inboundSchema),
5361
+ z.lazy(() => GetDeploymentGitRepo1$inboundSchema),
4929
5362
  ])).optional(),
4930
5363
  flags: z.union([
4931
5364
  z.lazy(() => GetDeploymentFlags1$inboundSchema),
4932
5365
  z.array(z.lazy(() => GetDeploymentFlags2$inboundSchema)),
4933
5366
  ]).optional(),
4934
5367
  microfrontends: z.union([
4935
- z.lazy(() => GetDeploymentMicrofrontends1$inboundSchema),
4936
5368
  z.lazy(() => GetDeploymentMicrofrontends2$inboundSchema),
5369
+ z.lazy(() => GetDeploymentMicrofrontends1$inboundSchema),
4937
5370
  ]).optional(),
4938
5371
  config: z.lazy(() => ResponseBodyConfig$inboundSchema).optional(),
4939
5372
  checks: z.lazy(() => ResponseBodyChecks$inboundSchema).optional(),
@@ -4972,8 +5405,8 @@ export const GetDeploymentResponseBody1$outboundSchema = z.object({
4972
5405
  previewCommentsEnabled: z.boolean().optional(),
4973
5406
  ttyBuildLogs: z.boolean().optional(),
4974
5407
  customEnvironment: z.union([
4975
- z.lazy(() => GetDeploymentCustomEnvironmentDeployments2$outboundSchema),
4976
5408
  z.lazy(() => GetDeploymentCustomEnvironmentDeployments1$outboundSchema),
5409
+ z.lazy(() => GetDeploymentCustomEnvironmentDeployments2$outboundSchema),
4977
5410
  ]).optional(),
4978
5411
  oomReport: GetDeploymentResponseBodyOomReport$outboundSchema.optional(),
4979
5412
  aliasWarning: z.nullable(z.lazy(() => GetDeploymentResponseBodyAliasWarning$outboundSchema)).optional(),
@@ -4999,18 +5432,18 @@ export const GetDeploymentResponseBody1$outboundSchema = z.object({
4999
5432
  errorStep: z.string().optional(),
5000
5433
  passiveRegions: z.array(z.string()).optional(),
5001
5434
  gitSource: z.union([
5435
+ z.lazy(() => GetDeploymentGitSourceDeployments10$outboundSchema),
5436
+ z.lazy(() => GetDeploymentGitSourceDeployments12$outboundSchema),
5437
+ z.lazy(() => GetDeploymentGitSourceDeployments4$outboundSchema),
5002
5438
  z.lazy(() => GetDeploymentGitSourceDeployments8$outboundSchema),
5439
+ z.lazy(() => GetDeploymentGitSourceDeployments9$outboundSchema),
5003
5440
  z.lazy(() => GetDeploymentGitSourceDeployments11$outboundSchema),
5004
- z.lazy(() => GetDeploymentGitSourceDeployments1$outboundSchema),
5005
- z.lazy(() => GetDeploymentGitSourceDeployments5$outboundSchema),
5006
5441
  z.lazy(() => GetDeploymentGitSourceDeployments2$outboundSchema),
5007
5442
  z.lazy(() => GetDeploymentGitSourceDeployments3$outboundSchema),
5008
- z.lazy(() => GetDeploymentGitSourceDeployments6$outboundSchema),
5009
5443
  z.lazy(() => GetDeploymentGitSourceDeployments7$outboundSchema),
5010
- z.lazy(() => GetDeploymentGitSourceDeployments9$outboundSchema),
5011
- z.lazy(() => GetDeploymentGitSourceDeployments4$outboundSchema),
5012
- z.lazy(() => GetDeploymentGitSourceDeployments10$outboundSchema),
5013
- z.lazy(() => GetDeploymentGitSourceDeployments12$outboundSchema),
5444
+ z.lazy(() => GetDeploymentGitSourceDeployments1$outboundSchema),
5445
+ z.lazy(() => GetDeploymentGitSourceDeployments5$outboundSchema),
5446
+ z.lazy(() => GetDeploymentGitSourceDeployments6$outboundSchema),
5014
5447
  ]).optional(),
5015
5448
  meta: z.record(z.string()),
5016
5449
  originCacheRegion: z.string().optional(),
@@ -5037,21 +5470,21 @@ export const GetDeploymentResponseBody1$outboundSchema = z.object({
5037
5470
  passiveConnectConfigurationId: z.string().optional(),
5038
5471
  routes: z.nullable(z.array(z.union([
5039
5472
  z.lazy(() => GetDeploymentRoutes3$outboundSchema),
5040
- z.lazy(() => GetDeploymentRoutes2$outboundSchema),
5041
5473
  z.lazy(() => GetDeploymentRoutes1$outboundSchema),
5474
+ z.lazy(() => GetDeploymentRoutes2$outboundSchema),
5042
5475
  ]))),
5043
5476
  gitRepo: z.nullable(z.union([
5044
- z.lazy(() => GetDeploymentGitRepo1$outboundSchema),
5045
5477
  z.lazy(() => GetDeploymentGitRepo2$outboundSchema),
5046
5478
  z.lazy(() => GetDeploymentGitRepo3$outboundSchema),
5479
+ z.lazy(() => GetDeploymentGitRepo1$outboundSchema),
5047
5480
  ])).optional(),
5048
5481
  flags: z.union([
5049
5482
  z.lazy(() => GetDeploymentFlags1$outboundSchema),
5050
5483
  z.array(z.lazy(() => GetDeploymentFlags2$outboundSchema)),
5051
5484
  ]).optional(),
5052
5485
  microfrontends: z.union([
5053
- z.lazy(() => GetDeploymentMicrofrontends1$outboundSchema),
5054
5486
  z.lazy(() => GetDeploymentMicrofrontends2$outboundSchema),
5487
+ z.lazy(() => GetDeploymentMicrofrontends1$outboundSchema),
5055
5488
  ]).optional(),
5056
5489
  config: z.lazy(() => ResponseBodyConfig$outboundSchema).optional(),
5057
5490
  checks: z.lazy(() => ResponseBodyChecks$outboundSchema).optional(),
@@ -5075,13 +5508,13 @@ export function getDeploymentResponseBody1FromJSON(jsonString) {
5075
5508
  }
5076
5509
  /** @internal */
5077
5510
  export const GetDeploymentResponseBody$inboundSchema = z.union([
5078
- z.lazy(() => GetDeploymentResponseBody2$inboundSchema),
5079
5511
  z.lazy(() => GetDeploymentResponseBody1$inboundSchema),
5512
+ z.lazy(() => GetDeploymentResponseBody2$inboundSchema),
5080
5513
  ]);
5081
5514
  /** @internal */
5082
5515
  export const GetDeploymentResponseBody$outboundSchema = z.union([
5083
- z.lazy(() => GetDeploymentResponseBody2$outboundSchema),
5084
5516
  z.lazy(() => GetDeploymentResponseBody1$outboundSchema),
5517
+ z.lazy(() => GetDeploymentResponseBody2$outboundSchema),
5085
5518
  ]);
5086
5519
  /**
5087
5520
  * @internal