@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
@@ -210,8 +210,8 @@ export type GetDeploymentCustomEnvironment1 = {
210
210
  };
211
211
 
212
212
  export type ResponseBodyCustomEnvironment =
213
- | GetDeploymentCustomEnvironment2
214
- | GetDeploymentCustomEnvironment1;
213
+ | GetDeploymentCustomEnvironment1
214
+ | GetDeploymentCustomEnvironment2;
215
215
 
216
216
  export const ResponseBodyOomReport = {
217
217
  OutOfMemory: "out-of-memory",
@@ -503,18 +503,18 @@ export type GetDeploymentGitSource1 = {
503
503
  };
504
504
 
505
505
  export type ResponseBodyGitSource =
506
+ | GetDeploymentGitSource10
507
+ | GetDeploymentGitSource12
508
+ | GetDeploymentGitSource4
506
509
  | GetDeploymentGitSource8
510
+ | GetDeploymentGitSource9
507
511
  | GetDeploymentGitSource11
508
- | GetDeploymentGitSource1
509
- | GetDeploymentGitSource5
510
512
  | GetDeploymentGitSource2
511
513
  | GetDeploymentGitSource3
512
- | GetDeploymentGitSource6
513
514
  | GetDeploymentGitSource7
514
- | GetDeploymentGitSource9
515
- | GetDeploymentGitSource4
516
- | GetDeploymentGitSource10
517
- | GetDeploymentGitSource12;
515
+ | GetDeploymentGitSource1
516
+ | GetDeploymentGitSource5
517
+ | GetDeploymentGitSource6;
518
518
 
519
519
  export type GetDeploymentResponseBodyProject = {
520
520
  id: string;
@@ -596,8 +596,8 @@ export type GetDeploymentResponseBody2 = {
596
596
  previewCommentsEnabled?: boolean | undefined;
597
597
  ttyBuildLogs?: boolean | undefined;
598
598
  customEnvironment?:
599
- | GetDeploymentCustomEnvironment2
600
599
  | GetDeploymentCustomEnvironment1
600
+ | GetDeploymentCustomEnvironment2
601
601
  | undefined;
602
602
  oomReport?: ResponseBodyOomReport | undefined;
603
603
  aliasWarning?: ResponseBodyAliasWarning | null | undefined;
@@ -631,18 +631,18 @@ export type GetDeploymentResponseBody2 = {
631
631
  */
632
632
  passiveRegions?: Array<string> | undefined;
633
633
  gitSource?:
634
+ | GetDeploymentGitSource10
635
+ | GetDeploymentGitSource12
636
+ | GetDeploymentGitSource4
634
637
  | GetDeploymentGitSource8
638
+ | GetDeploymentGitSource9
635
639
  | GetDeploymentGitSource11
636
- | GetDeploymentGitSource1
637
- | GetDeploymentGitSource5
638
640
  | GetDeploymentGitSource2
639
641
  | GetDeploymentGitSource3
640
- | GetDeploymentGitSource6
641
642
  | GetDeploymentGitSource7
642
- | GetDeploymentGitSource9
643
- | GetDeploymentGitSource4
644
- | GetDeploymentGitSource10
645
- | GetDeploymentGitSource12
643
+ | GetDeploymentGitSource1
644
+ | GetDeploymentGitSource5
645
+ | GetDeploymentGitSource6
646
646
  | undefined;
647
647
  meta: { [k: string]: string };
648
648
  originCacheRegion?: string | undefined;
@@ -1022,8 +1022,8 @@ export type GetDeploymentCustomEnvironmentDeployments1 = {
1022
1022
  };
1023
1023
 
1024
1024
  export type GetDeploymentResponseBodyCustomEnvironment =
1025
- | GetDeploymentCustomEnvironmentDeployments2
1026
- | GetDeploymentCustomEnvironmentDeployments1;
1025
+ | GetDeploymentCustomEnvironmentDeployments1
1026
+ | GetDeploymentCustomEnvironmentDeployments2;
1027
1027
 
1028
1028
  export const GetDeploymentResponseBodyOomReport = {
1029
1029
  OutOfMemory: "out-of-memory",
@@ -1303,18 +1303,18 @@ export type GetDeploymentGitSourceDeployments1 = {
1303
1303
  };
1304
1304
 
1305
1305
  export type GetDeploymentResponseBodyGitSource =
1306
+ | GetDeploymentGitSourceDeployments10
1307
+ | GetDeploymentGitSourceDeployments12
1308
+ | GetDeploymentGitSourceDeployments4
1306
1309
  | GetDeploymentGitSourceDeployments8
1310
+ | GetDeploymentGitSourceDeployments9
1307
1311
  | GetDeploymentGitSourceDeployments11
1308
- | GetDeploymentGitSourceDeployments1
1309
- | GetDeploymentGitSourceDeployments5
1310
1312
  | GetDeploymentGitSourceDeployments2
1311
1313
  | GetDeploymentGitSourceDeployments3
1312
- | GetDeploymentGitSourceDeployments6
1313
1314
  | GetDeploymentGitSourceDeployments7
1314
- | GetDeploymentGitSourceDeployments9
1315
- | GetDeploymentGitSourceDeployments4
1316
- | GetDeploymentGitSourceDeployments10
1317
- | GetDeploymentGitSourceDeployments12;
1315
+ | GetDeploymentGitSourceDeployments1
1316
+ | GetDeploymentGitSourceDeployments5
1317
+ | GetDeploymentGitSourceDeployments6;
1318
1318
 
1319
1319
  export type ResponseBodyProject = {
1320
1320
  id: string;
@@ -1428,10 +1428,28 @@ export const GetDeploymentHasType = {
1428
1428
  } as const;
1429
1429
  export type GetDeploymentHasType = ClosedEnum<typeof GetDeploymentHasType>;
1430
1430
 
1431
+ export type GetDeploymentValueDeploymentsResponse200Eq = string | number;
1432
+
1433
+ export type GetDeploymentValueDeployments2 = {
1434
+ eq?: string | number | undefined;
1435
+ neq?: string | undefined;
1436
+ inc?: Array<string> | undefined;
1437
+ ninc?: Array<string> | undefined;
1438
+ pre?: string | undefined;
1439
+ suf?: string | undefined;
1440
+ re?: string | undefined;
1441
+ gt?: number | undefined;
1442
+ gte?: number | undefined;
1443
+ lt?: number | undefined;
1444
+ lte?: number | undefined;
1445
+ };
1446
+
1447
+ export type GetDeploymentHasValue = GetDeploymentValueDeployments2 | string;
1448
+
1431
1449
  export type GetDeploymentHas2 = {
1432
1450
  type: GetDeploymentHasType;
1433
1451
  key: string;
1434
- value?: string | undefined;
1452
+ value?: GetDeploymentValueDeployments2 | string | undefined;
1435
1453
  };
1436
1454
 
1437
1455
  export const GetDeploymentHasDeploymentsType = {
@@ -1441,9 +1459,27 @@ export type GetDeploymentHasDeploymentsType = ClosedEnum<
1441
1459
  typeof GetDeploymentHasDeploymentsType
1442
1460
  >;
1443
1461
 
1462
+ export type GetDeploymentValueDeploymentsResponseEq = string | number;
1463
+
1464
+ export type GetDeploymentValue2 = {
1465
+ eq?: string | number | undefined;
1466
+ neq?: string | undefined;
1467
+ inc?: Array<string> | undefined;
1468
+ ninc?: Array<string> | undefined;
1469
+ pre?: string | undefined;
1470
+ suf?: string | undefined;
1471
+ re?: string | undefined;
1472
+ gt?: number | undefined;
1473
+ gte?: number | undefined;
1474
+ lt?: number | undefined;
1475
+ lte?: number | undefined;
1476
+ };
1477
+
1478
+ export type GetDeploymentHasDeploymentsValue = GetDeploymentValue2 | string;
1479
+
1444
1480
  export type GetDeploymentHas1 = {
1445
1481
  type: GetDeploymentHasDeploymentsType;
1446
- value: string;
1482
+ value: GetDeploymentValue2 | string;
1447
1483
  };
1448
1484
 
1449
1485
  export type GetDeploymentRoutesHas = GetDeploymentHas1 | GetDeploymentHas2;
@@ -1457,10 +1493,30 @@ export type GetDeploymentMissingType = ClosedEnum<
1457
1493
  typeof GetDeploymentMissingType
1458
1494
  >;
1459
1495
 
1496
+ export type GetDeploymentValueDeploymentsEq = string | number;
1497
+
1498
+ export type GetDeploymentValueDeploymentsResponse2002 = {
1499
+ eq?: string | number | undefined;
1500
+ neq?: string | undefined;
1501
+ inc?: Array<string> | undefined;
1502
+ ninc?: Array<string> | undefined;
1503
+ pre?: string | undefined;
1504
+ suf?: string | undefined;
1505
+ re?: string | undefined;
1506
+ gt?: number | undefined;
1507
+ gte?: number | undefined;
1508
+ lt?: number | undefined;
1509
+ lte?: number | undefined;
1510
+ };
1511
+
1512
+ export type GetDeploymentMissingValue =
1513
+ | GetDeploymentValueDeploymentsResponse2002
1514
+ | string;
1515
+
1460
1516
  export type GetDeploymentMissing2 = {
1461
1517
  type: GetDeploymentMissingType;
1462
1518
  key: string;
1463
- value?: string | undefined;
1519
+ value?: GetDeploymentValueDeploymentsResponse2002 | string | undefined;
1464
1520
  };
1465
1521
 
1466
1522
  export const GetDeploymentMissingDeploymentsType = {
@@ -1470,15 +1526,47 @@ export type GetDeploymentMissingDeploymentsType = ClosedEnum<
1470
1526
  typeof GetDeploymentMissingDeploymentsType
1471
1527
  >;
1472
1528
 
1529
+ export type GetDeploymentValueEq = string | number;
1530
+
1531
+ export type GetDeploymentValueDeploymentsResponse2 = {
1532
+ eq?: string | number | undefined;
1533
+ neq?: string | undefined;
1534
+ inc?: Array<string> | undefined;
1535
+ ninc?: Array<string> | undefined;
1536
+ pre?: string | undefined;
1537
+ suf?: string | undefined;
1538
+ re?: string | undefined;
1539
+ gt?: number | undefined;
1540
+ gte?: number | undefined;
1541
+ lt?: number | undefined;
1542
+ lte?: number | undefined;
1543
+ };
1544
+
1545
+ export type GetDeploymentMissingDeploymentsValue =
1546
+ | GetDeploymentValueDeploymentsResponse2
1547
+ | string;
1548
+
1473
1549
  export type GetDeploymentMissing1 = {
1474
1550
  type: GetDeploymentMissingDeploymentsType;
1475
- value: string;
1551
+ value: GetDeploymentValueDeploymentsResponse2 | string;
1476
1552
  };
1477
1553
 
1478
1554
  export type GetDeploymentRoutesMissing =
1479
1555
  | GetDeploymentMissing1
1480
1556
  | GetDeploymentMissing2;
1481
1557
 
1558
+ export const GetDeploymentRoutesAction = {
1559
+ Challenge: "challenge",
1560
+ Deny: "deny",
1561
+ } as const;
1562
+ export type GetDeploymentRoutesAction = ClosedEnum<
1563
+ typeof GetDeploymentRoutesAction
1564
+ >;
1565
+
1566
+ export type GetDeploymentRoutesMitigate = {
1567
+ action: GetDeploymentRoutesAction;
1568
+ };
1569
+
1482
1570
  export type GetDeploymentRoutesLocale = {
1483
1571
  redirect?: { [k: string]: string } | undefined;
1484
1572
  cookie?: string | undefined;
@@ -1497,6 +1585,7 @@ export type GetDeploymentRoutes1 = {
1497
1585
  status?: number | undefined;
1498
1586
  has?: Array<GetDeploymentHas1 | GetDeploymentHas2> | undefined;
1499
1587
  missing?: Array<GetDeploymentMissing1 | GetDeploymentMissing2> | undefined;
1588
+ mitigate?: GetDeploymentRoutesMitigate | undefined;
1500
1589
  locale?: GetDeploymentRoutesLocale | undefined;
1501
1590
  /**
1502
1591
  * A middleware key within the `output` key under the build result. Overrides a `middleware` definition.
@@ -1514,8 +1603,8 @@ export type GetDeploymentRoutes1 = {
1514
1603
 
1515
1604
  export type ResponseBodyRoutes =
1516
1605
  | GetDeploymentRoutes3
1517
- | GetDeploymentRoutes2
1518
- | GetDeploymentRoutes1;
1606
+ | GetDeploymentRoutes1
1607
+ | GetDeploymentRoutes2;
1519
1608
 
1520
1609
  export const GetDeploymentGitRepoDeploymentsType = {
1521
1610
  Bitbucket: "bitbucket",
@@ -1601,9 +1690,9 @@ export type GetDeploymentGitRepo1 = {
1601
1690
  };
1602
1691
 
1603
1692
  export type ResponseBodyGitRepo =
1604
- | GetDeploymentGitRepo1
1605
1693
  | GetDeploymentGitRepo2
1606
- | GetDeploymentGitRepo3;
1694
+ | GetDeploymentGitRepo3
1695
+ | GetDeploymentGitRepo1;
1607
1696
 
1608
1697
  /**
1609
1698
  * Flags defined in the Build Output API, used by this deployment. Primarily used by the Toolbar to know about the used flags.
@@ -1689,8 +1778,8 @@ export type GetDeploymentMicrofrontends1 = {
1689
1778
  };
1690
1779
 
1691
1780
  export type ResponseBodyMicrofrontends =
1692
- | GetDeploymentMicrofrontends1
1693
- | GetDeploymentMicrofrontends2;
1781
+ | GetDeploymentMicrofrontends2
1782
+ | GetDeploymentMicrofrontends1;
1694
1783
 
1695
1784
  export const ResponseBodyFunctionType = {
1696
1785
  Fluid: "fluid",
@@ -1783,8 +1872,8 @@ export type GetDeploymentResponseBody1 = {
1783
1872
  previewCommentsEnabled?: boolean | undefined;
1784
1873
  ttyBuildLogs?: boolean | undefined;
1785
1874
  customEnvironment?:
1786
- | GetDeploymentCustomEnvironmentDeployments2
1787
1875
  | GetDeploymentCustomEnvironmentDeployments1
1876
+ | GetDeploymentCustomEnvironmentDeployments2
1788
1877
  | undefined;
1789
1878
  oomReport?: GetDeploymentResponseBodyOomReport | undefined;
1790
1879
  aliasWarning?: GetDeploymentResponseBodyAliasWarning | null | undefined;
@@ -1818,18 +1907,18 @@ export type GetDeploymentResponseBody1 = {
1818
1907
  */
1819
1908
  passiveRegions?: Array<string> | undefined;
1820
1909
  gitSource?:
1910
+ | GetDeploymentGitSourceDeployments10
1911
+ | GetDeploymentGitSourceDeployments12
1912
+ | GetDeploymentGitSourceDeployments4
1821
1913
  | GetDeploymentGitSourceDeployments8
1914
+ | GetDeploymentGitSourceDeployments9
1822
1915
  | GetDeploymentGitSourceDeployments11
1823
- | GetDeploymentGitSourceDeployments1
1824
- | GetDeploymentGitSourceDeployments5
1825
1916
  | GetDeploymentGitSourceDeployments2
1826
1917
  | GetDeploymentGitSourceDeployments3
1827
- | GetDeploymentGitSourceDeployments6
1828
1918
  | GetDeploymentGitSourceDeployments7
1829
- | GetDeploymentGitSourceDeployments9
1830
- | GetDeploymentGitSourceDeployments4
1831
- | GetDeploymentGitSourceDeployments10
1832
- | GetDeploymentGitSourceDeployments12
1919
+ | GetDeploymentGitSourceDeployments1
1920
+ | GetDeploymentGitSourceDeployments5
1921
+ | GetDeploymentGitSourceDeployments6
1833
1922
  | undefined;
1834
1923
  meta: { [k: string]: string };
1835
1924
  originCacheRegion?: string | undefined;
@@ -1860,18 +1949,18 @@ export type GetDeploymentResponseBody1 = {
1860
1949
  */
1861
1950
  passiveConnectConfigurationId?: string | undefined;
1862
1951
  routes:
1863
- | Array<GetDeploymentRoutes3 | GetDeploymentRoutes2 | GetDeploymentRoutes1>
1952
+ | Array<GetDeploymentRoutes3 | GetDeploymentRoutes1 | GetDeploymentRoutes2>
1864
1953
  | null;
1865
1954
  gitRepo?:
1866
- | GetDeploymentGitRepo1
1867
1955
  | GetDeploymentGitRepo2
1868
1956
  | GetDeploymentGitRepo3
1957
+ | GetDeploymentGitRepo1
1869
1958
  | null
1870
1959
  | undefined;
1871
1960
  flags?: GetDeploymentFlags1 | Array<GetDeploymentFlags2> | undefined;
1872
1961
  microfrontends?:
1873
- | GetDeploymentMicrofrontends1
1874
1962
  | GetDeploymentMicrofrontends2
1963
+ | GetDeploymentMicrofrontends1
1875
1964
  | undefined;
1876
1965
  /**
1877
1966
  * Since February 2025 the configuration must include snapshot data at the time of deployment creation to capture properties for the /deployments/:id/config endpoint utilized for displaying Deployment Configuration on the frontend This is optional because older deployments may not have this data captured
@@ -1887,8 +1976,8 @@ export type GetDeploymentResponseBody1 = {
1887
1976
  * The deployment including both public and private information
1888
1977
  */
1889
1978
  export type GetDeploymentResponseBody =
1890
- | GetDeploymentResponseBody2
1891
- | GetDeploymentResponseBody1;
1979
+ | GetDeploymentResponseBody1
1980
+ | GetDeploymentResponseBody2;
1892
1981
 
1893
1982
  /** @internal */
1894
1983
  export const GetDeploymentRequest$inboundSchema: z.ZodType<
@@ -2689,14 +2778,14 @@ export const ResponseBodyCustomEnvironment$inboundSchema: z.ZodType<
2689
2778
  z.ZodTypeDef,
2690
2779
  unknown
2691
2780
  > = z.union([
2692
- z.lazy(() => GetDeploymentCustomEnvironment2$inboundSchema),
2693
2781
  z.lazy(() => GetDeploymentCustomEnvironment1$inboundSchema),
2782
+ z.lazy(() => GetDeploymentCustomEnvironment2$inboundSchema),
2694
2783
  ]);
2695
2784
 
2696
2785
  /** @internal */
2697
2786
  export type ResponseBodyCustomEnvironment$Outbound =
2698
- | GetDeploymentCustomEnvironment2$Outbound
2699
- | GetDeploymentCustomEnvironment1$Outbound;
2787
+ | GetDeploymentCustomEnvironment1$Outbound
2788
+ | GetDeploymentCustomEnvironment2$Outbound;
2700
2789
 
2701
2790
  /** @internal */
2702
2791
  export const ResponseBodyCustomEnvironment$outboundSchema: z.ZodType<
@@ -2704,8 +2793,8 @@ export const ResponseBodyCustomEnvironment$outboundSchema: z.ZodType<
2704
2793
  z.ZodTypeDef,
2705
2794
  ResponseBodyCustomEnvironment
2706
2795
  > = z.union([
2707
- z.lazy(() => GetDeploymentCustomEnvironment2$outboundSchema),
2708
2796
  z.lazy(() => GetDeploymentCustomEnvironment1$outboundSchema),
2797
+ z.lazy(() => GetDeploymentCustomEnvironment2$outboundSchema),
2709
2798
  ]);
2710
2799
 
2711
2800
  /**
@@ -4334,34 +4423,34 @@ export const ResponseBodyGitSource$inboundSchema: z.ZodType<
4334
4423
  z.ZodTypeDef,
4335
4424
  unknown
4336
4425
  > = z.union([
4426
+ z.lazy(() => GetDeploymentGitSource10$inboundSchema),
4427
+ z.lazy(() => GetDeploymentGitSource12$inboundSchema),
4428
+ z.lazy(() => GetDeploymentGitSource4$inboundSchema),
4337
4429
  z.lazy(() => GetDeploymentGitSource8$inboundSchema),
4430
+ z.lazy(() => GetDeploymentGitSource9$inboundSchema),
4338
4431
  z.lazy(() => GetDeploymentGitSource11$inboundSchema),
4339
- z.lazy(() => GetDeploymentGitSource1$inboundSchema),
4340
- z.lazy(() => GetDeploymentGitSource5$inboundSchema),
4341
4432
  z.lazy(() => GetDeploymentGitSource2$inboundSchema),
4342
4433
  z.lazy(() => GetDeploymentGitSource3$inboundSchema),
4343
- z.lazy(() => GetDeploymentGitSource6$inboundSchema),
4344
4434
  z.lazy(() => GetDeploymentGitSource7$inboundSchema),
4345
- z.lazy(() => GetDeploymentGitSource9$inboundSchema),
4346
- z.lazy(() => GetDeploymentGitSource4$inboundSchema),
4347
- z.lazy(() => GetDeploymentGitSource10$inboundSchema),
4348
- z.lazy(() => GetDeploymentGitSource12$inboundSchema),
4435
+ z.lazy(() => GetDeploymentGitSource1$inboundSchema),
4436
+ z.lazy(() => GetDeploymentGitSource5$inboundSchema),
4437
+ z.lazy(() => GetDeploymentGitSource6$inboundSchema),
4349
4438
  ]);
4350
4439
 
4351
4440
  /** @internal */
4352
4441
  export type ResponseBodyGitSource$Outbound =
4442
+ | GetDeploymentGitSource10$Outbound
4443
+ | GetDeploymentGitSource12$Outbound
4444
+ | GetDeploymentGitSource4$Outbound
4353
4445
  | GetDeploymentGitSource8$Outbound
4446
+ | GetDeploymentGitSource9$Outbound
4354
4447
  | GetDeploymentGitSource11$Outbound
4355
- | GetDeploymentGitSource1$Outbound
4356
- | GetDeploymentGitSource5$Outbound
4357
4448
  | GetDeploymentGitSource2$Outbound
4358
4449
  | GetDeploymentGitSource3$Outbound
4359
- | GetDeploymentGitSource6$Outbound
4360
4450
  | GetDeploymentGitSource7$Outbound
4361
- | GetDeploymentGitSource9$Outbound
4362
- | GetDeploymentGitSource4$Outbound
4363
- | GetDeploymentGitSource10$Outbound
4364
- | GetDeploymentGitSource12$Outbound;
4451
+ | GetDeploymentGitSource1$Outbound
4452
+ | GetDeploymentGitSource5$Outbound
4453
+ | GetDeploymentGitSource6$Outbound;
4365
4454
 
4366
4455
  /** @internal */
4367
4456
  export const ResponseBodyGitSource$outboundSchema: z.ZodType<
@@ -4369,18 +4458,18 @@ export const ResponseBodyGitSource$outboundSchema: z.ZodType<
4369
4458
  z.ZodTypeDef,
4370
4459
  ResponseBodyGitSource
4371
4460
  > = z.union([
4461
+ z.lazy(() => GetDeploymentGitSource10$outboundSchema),
4462
+ z.lazy(() => GetDeploymentGitSource12$outboundSchema),
4463
+ z.lazy(() => GetDeploymentGitSource4$outboundSchema),
4372
4464
  z.lazy(() => GetDeploymentGitSource8$outboundSchema),
4465
+ z.lazy(() => GetDeploymentGitSource9$outboundSchema),
4373
4466
  z.lazy(() => GetDeploymentGitSource11$outboundSchema),
4374
- z.lazy(() => GetDeploymentGitSource1$outboundSchema),
4375
- z.lazy(() => GetDeploymentGitSource5$outboundSchema),
4376
4467
  z.lazy(() => GetDeploymentGitSource2$outboundSchema),
4377
4468
  z.lazy(() => GetDeploymentGitSource3$outboundSchema),
4378
- z.lazy(() => GetDeploymentGitSource6$outboundSchema),
4379
4469
  z.lazy(() => GetDeploymentGitSource7$outboundSchema),
4380
- z.lazy(() => GetDeploymentGitSource9$outboundSchema),
4381
- z.lazy(() => GetDeploymentGitSource4$outboundSchema),
4382
- z.lazy(() => GetDeploymentGitSource10$outboundSchema),
4383
- z.lazy(() => GetDeploymentGitSource12$outboundSchema),
4470
+ z.lazy(() => GetDeploymentGitSource1$outboundSchema),
4471
+ z.lazy(() => GetDeploymentGitSource5$outboundSchema),
4472
+ z.lazy(() => GetDeploymentGitSource6$outboundSchema),
4384
4473
  ]);
4385
4474
 
4386
4475
  /**
@@ -4665,8 +4754,8 @@ export const GetDeploymentResponseBody2$inboundSchema: z.ZodType<
4665
4754
  previewCommentsEnabled: z.boolean().optional(),
4666
4755
  ttyBuildLogs: z.boolean().optional(),
4667
4756
  customEnvironment: z.union([
4668
- z.lazy(() => GetDeploymentCustomEnvironment2$inboundSchema),
4669
4757
  z.lazy(() => GetDeploymentCustomEnvironment1$inboundSchema),
4758
+ z.lazy(() => GetDeploymentCustomEnvironment2$inboundSchema),
4670
4759
  ]).optional(),
4671
4760
  oomReport: ResponseBodyOomReport$inboundSchema.optional(),
4672
4761
  aliasWarning: z.nullable(z.lazy(() => ResponseBodyAliasWarning$inboundSchema))
@@ -4695,18 +4784,18 @@ export const GetDeploymentResponseBody2$inboundSchema: z.ZodType<
4695
4784
  errorStep: z.string().optional(),
4696
4785
  passiveRegions: z.array(z.string()).optional(),
4697
4786
  gitSource: z.union([
4787
+ z.lazy(() => GetDeploymentGitSource10$inboundSchema),
4788
+ z.lazy(() => GetDeploymentGitSource12$inboundSchema),
4789
+ z.lazy(() => GetDeploymentGitSource4$inboundSchema),
4698
4790
  z.lazy(() => GetDeploymentGitSource8$inboundSchema),
4791
+ z.lazy(() => GetDeploymentGitSource9$inboundSchema),
4699
4792
  z.lazy(() => GetDeploymentGitSource11$inboundSchema),
4700
- z.lazy(() => GetDeploymentGitSource1$inboundSchema),
4701
- z.lazy(() => GetDeploymentGitSource5$inboundSchema),
4702
4793
  z.lazy(() => GetDeploymentGitSource2$inboundSchema),
4703
4794
  z.lazy(() => GetDeploymentGitSource3$inboundSchema),
4704
- z.lazy(() => GetDeploymentGitSource6$inboundSchema),
4705
4795
  z.lazy(() => GetDeploymentGitSource7$inboundSchema),
4706
- z.lazy(() => GetDeploymentGitSource9$inboundSchema),
4707
- z.lazy(() => GetDeploymentGitSource4$inboundSchema),
4708
- z.lazy(() => GetDeploymentGitSource10$inboundSchema),
4709
- z.lazy(() => GetDeploymentGitSource12$inboundSchema),
4796
+ z.lazy(() => GetDeploymentGitSource1$inboundSchema),
4797
+ z.lazy(() => GetDeploymentGitSource5$inboundSchema),
4798
+ z.lazy(() => GetDeploymentGitSource6$inboundSchema),
4710
4799
  ]).optional(),
4711
4800
  meta: z.record(z.string()),
4712
4801
  originCacheRegion: z.string().optional(),
@@ -4746,8 +4835,8 @@ export type GetDeploymentResponseBody2$Outbound = {
4746
4835
  previewCommentsEnabled?: boolean | undefined;
4747
4836
  ttyBuildLogs?: boolean | undefined;
4748
4837
  customEnvironment?:
4749
- | GetDeploymentCustomEnvironment2$Outbound
4750
4838
  | GetDeploymentCustomEnvironment1$Outbound
4839
+ | GetDeploymentCustomEnvironment2$Outbound
4751
4840
  | undefined;
4752
4841
  oomReport?: string | undefined;
4753
4842
  aliasWarning?: ResponseBodyAliasWarning$Outbound | null | undefined;
@@ -4772,18 +4861,18 @@ export type GetDeploymentResponseBody2$Outbound = {
4772
4861
  errorStep?: string | undefined;
4773
4862
  passiveRegions?: Array<string> | undefined;
4774
4863
  gitSource?:
4864
+ | GetDeploymentGitSource10$Outbound
4865
+ | GetDeploymentGitSource12$Outbound
4866
+ | GetDeploymentGitSource4$Outbound
4775
4867
  | GetDeploymentGitSource8$Outbound
4868
+ | GetDeploymentGitSource9$Outbound
4776
4869
  | GetDeploymentGitSource11$Outbound
4777
- | GetDeploymentGitSource1$Outbound
4778
- | GetDeploymentGitSource5$Outbound
4779
4870
  | GetDeploymentGitSource2$Outbound
4780
4871
  | GetDeploymentGitSource3$Outbound
4781
- | GetDeploymentGitSource6$Outbound
4782
4872
  | GetDeploymentGitSource7$Outbound
4783
- | GetDeploymentGitSource9$Outbound
4784
- | GetDeploymentGitSource4$Outbound
4785
- | GetDeploymentGitSource10$Outbound
4786
- | GetDeploymentGitSource12$Outbound
4873
+ | GetDeploymentGitSource1$Outbound
4874
+ | GetDeploymentGitSource5$Outbound
4875
+ | GetDeploymentGitSource6$Outbound
4787
4876
  | undefined;
4788
4877
  meta: { [k: string]: string };
4789
4878
  originCacheRegion?: string | undefined;
@@ -4825,8 +4914,8 @@ export const GetDeploymentResponseBody2$outboundSchema: z.ZodType<
4825
4914
  previewCommentsEnabled: z.boolean().optional(),
4826
4915
  ttyBuildLogs: z.boolean().optional(),
4827
4916
  customEnvironment: z.union([
4828
- z.lazy(() => GetDeploymentCustomEnvironment2$outboundSchema),
4829
4917
  z.lazy(() => GetDeploymentCustomEnvironment1$outboundSchema),
4918
+ z.lazy(() => GetDeploymentCustomEnvironment2$outboundSchema),
4830
4919
  ]).optional(),
4831
4920
  oomReport: ResponseBodyOomReport$outboundSchema.optional(),
4832
4921
  aliasWarning: z.nullable(
@@ -4856,18 +4945,18 @@ export const GetDeploymentResponseBody2$outboundSchema: z.ZodType<
4856
4945
  errorStep: z.string().optional(),
4857
4946
  passiveRegions: z.array(z.string()).optional(),
4858
4947
  gitSource: z.union([
4948
+ z.lazy(() => GetDeploymentGitSource10$outboundSchema),
4949
+ z.lazy(() => GetDeploymentGitSource12$outboundSchema),
4950
+ z.lazy(() => GetDeploymentGitSource4$outboundSchema),
4859
4951
  z.lazy(() => GetDeploymentGitSource8$outboundSchema),
4952
+ z.lazy(() => GetDeploymentGitSource9$outboundSchema),
4860
4953
  z.lazy(() => GetDeploymentGitSource11$outboundSchema),
4861
- z.lazy(() => GetDeploymentGitSource1$outboundSchema),
4862
- z.lazy(() => GetDeploymentGitSource5$outboundSchema),
4863
4954
  z.lazy(() => GetDeploymentGitSource2$outboundSchema),
4864
4955
  z.lazy(() => GetDeploymentGitSource3$outboundSchema),
4865
- z.lazy(() => GetDeploymentGitSource6$outboundSchema),
4866
4956
  z.lazy(() => GetDeploymentGitSource7$outboundSchema),
4867
- z.lazy(() => GetDeploymentGitSource9$outboundSchema),
4868
- z.lazy(() => GetDeploymentGitSource4$outboundSchema),
4869
- z.lazy(() => GetDeploymentGitSource10$outboundSchema),
4870
- z.lazy(() => GetDeploymentGitSource12$outboundSchema),
4957
+ z.lazy(() => GetDeploymentGitSource1$outboundSchema),
4958
+ z.lazy(() => GetDeploymentGitSource5$outboundSchema),
4959
+ z.lazy(() => GetDeploymentGitSource6$outboundSchema),
4871
4960
  ]).optional(),
4872
4961
  meta: z.record(z.string()),
4873
4962
  originCacheRegion: z.string().optional(),
@@ -6463,14 +6552,14 @@ export function getDeploymentCustomEnvironmentDeployments1FromJSON(
6463
6552
  export const GetDeploymentResponseBodyCustomEnvironment$inboundSchema:
6464
6553
  z.ZodType<GetDeploymentResponseBodyCustomEnvironment, z.ZodTypeDef, unknown> =
6465
6554
  z.union([
6466
- z.lazy(() => GetDeploymentCustomEnvironmentDeployments2$inboundSchema),
6467
6555
  z.lazy(() => GetDeploymentCustomEnvironmentDeployments1$inboundSchema),
6556
+ z.lazy(() => GetDeploymentCustomEnvironmentDeployments2$inboundSchema),
6468
6557
  ]);
6469
6558
 
6470
6559
  /** @internal */
6471
6560
  export type GetDeploymentResponseBodyCustomEnvironment$Outbound =
6472
- | GetDeploymentCustomEnvironmentDeployments2$Outbound
6473
- | GetDeploymentCustomEnvironmentDeployments1$Outbound;
6561
+ | GetDeploymentCustomEnvironmentDeployments1$Outbound
6562
+ | GetDeploymentCustomEnvironmentDeployments2$Outbound;
6474
6563
 
6475
6564
  /** @internal */
6476
6565
  export const GetDeploymentResponseBodyCustomEnvironment$outboundSchema:
@@ -6479,8 +6568,8 @@ export const GetDeploymentResponseBodyCustomEnvironment$outboundSchema:
6479
6568
  z.ZodTypeDef,
6480
6569
  GetDeploymentResponseBodyCustomEnvironment
6481
6570
  > = z.union([
6482
- z.lazy(() => GetDeploymentCustomEnvironmentDeployments2$outboundSchema),
6483
6571
  z.lazy(() => GetDeploymentCustomEnvironmentDeployments1$outboundSchema),
6572
+ z.lazy(() => GetDeploymentCustomEnvironmentDeployments2$outboundSchema),
6484
6573
  ]);
6485
6574
 
6486
6575
  /**
@@ -8141,34 +8230,34 @@ export const GetDeploymentResponseBodyGitSource$inboundSchema: z.ZodType<
8141
8230
  z.ZodTypeDef,
8142
8231
  unknown
8143
8232
  > = z.union([
8233
+ z.lazy(() => GetDeploymentGitSourceDeployments10$inboundSchema),
8234
+ z.lazy(() => GetDeploymentGitSourceDeployments12$inboundSchema),
8235
+ z.lazy(() => GetDeploymentGitSourceDeployments4$inboundSchema),
8144
8236
  z.lazy(() => GetDeploymentGitSourceDeployments8$inboundSchema),
8237
+ z.lazy(() => GetDeploymentGitSourceDeployments9$inboundSchema),
8145
8238
  z.lazy(() => GetDeploymentGitSourceDeployments11$inboundSchema),
8146
- z.lazy(() => GetDeploymentGitSourceDeployments1$inboundSchema),
8147
- z.lazy(() => GetDeploymentGitSourceDeployments5$inboundSchema),
8148
8239
  z.lazy(() => GetDeploymentGitSourceDeployments2$inboundSchema),
8149
8240
  z.lazy(() => GetDeploymentGitSourceDeployments3$inboundSchema),
8150
- z.lazy(() => GetDeploymentGitSourceDeployments6$inboundSchema),
8151
8241
  z.lazy(() => GetDeploymentGitSourceDeployments7$inboundSchema),
8152
- z.lazy(() => GetDeploymentGitSourceDeployments9$inboundSchema),
8153
- z.lazy(() => GetDeploymentGitSourceDeployments4$inboundSchema),
8154
- z.lazy(() => GetDeploymentGitSourceDeployments10$inboundSchema),
8155
- z.lazy(() => GetDeploymentGitSourceDeployments12$inboundSchema),
8242
+ z.lazy(() => GetDeploymentGitSourceDeployments1$inboundSchema),
8243
+ z.lazy(() => GetDeploymentGitSourceDeployments5$inboundSchema),
8244
+ z.lazy(() => GetDeploymentGitSourceDeployments6$inboundSchema),
8156
8245
  ]);
8157
8246
 
8158
8247
  /** @internal */
8159
8248
  export type GetDeploymentResponseBodyGitSource$Outbound =
8249
+ | GetDeploymentGitSourceDeployments10$Outbound
8250
+ | GetDeploymentGitSourceDeployments12$Outbound
8251
+ | GetDeploymentGitSourceDeployments4$Outbound
8160
8252
  | GetDeploymentGitSourceDeployments8$Outbound
8253
+ | GetDeploymentGitSourceDeployments9$Outbound
8161
8254
  | GetDeploymentGitSourceDeployments11$Outbound
8162
- | GetDeploymentGitSourceDeployments1$Outbound
8163
- | GetDeploymentGitSourceDeployments5$Outbound
8164
8255
  | GetDeploymentGitSourceDeployments2$Outbound
8165
8256
  | GetDeploymentGitSourceDeployments3$Outbound
8166
- | GetDeploymentGitSourceDeployments6$Outbound
8167
8257
  | GetDeploymentGitSourceDeployments7$Outbound
8168
- | GetDeploymentGitSourceDeployments9$Outbound
8169
- | GetDeploymentGitSourceDeployments4$Outbound
8170
- | GetDeploymentGitSourceDeployments10$Outbound
8171
- | GetDeploymentGitSourceDeployments12$Outbound;
8258
+ | GetDeploymentGitSourceDeployments1$Outbound
8259
+ | GetDeploymentGitSourceDeployments5$Outbound
8260
+ | GetDeploymentGitSourceDeployments6$Outbound;
8172
8261
 
8173
8262
  /** @internal */
8174
8263
  export const GetDeploymentResponseBodyGitSource$outboundSchema: z.ZodType<
@@ -8176,18 +8265,18 @@ export const GetDeploymentResponseBodyGitSource$outboundSchema: z.ZodType<
8176
8265
  z.ZodTypeDef,
8177
8266
  GetDeploymentResponseBodyGitSource
8178
8267
  > = z.union([
8268
+ z.lazy(() => GetDeploymentGitSourceDeployments10$outboundSchema),
8269
+ z.lazy(() => GetDeploymentGitSourceDeployments12$outboundSchema),
8270
+ z.lazy(() => GetDeploymentGitSourceDeployments4$outboundSchema),
8179
8271
  z.lazy(() => GetDeploymentGitSourceDeployments8$outboundSchema),
8272
+ z.lazy(() => GetDeploymentGitSourceDeployments9$outboundSchema),
8180
8273
  z.lazy(() => GetDeploymentGitSourceDeployments11$outboundSchema),
8181
- z.lazy(() => GetDeploymentGitSourceDeployments1$outboundSchema),
8182
- z.lazy(() => GetDeploymentGitSourceDeployments5$outboundSchema),
8183
8274
  z.lazy(() => GetDeploymentGitSourceDeployments2$outboundSchema),
8184
8275
  z.lazy(() => GetDeploymentGitSourceDeployments3$outboundSchema),
8185
- z.lazy(() => GetDeploymentGitSourceDeployments6$outboundSchema),
8186
8276
  z.lazy(() => GetDeploymentGitSourceDeployments7$outboundSchema),
8187
- z.lazy(() => GetDeploymentGitSourceDeployments9$outboundSchema),
8188
- z.lazy(() => GetDeploymentGitSourceDeployments4$outboundSchema),
8189
- z.lazy(() => GetDeploymentGitSourceDeployments10$outboundSchema),
8190
- z.lazy(() => GetDeploymentGitSourceDeployments12$outboundSchema),
8277
+ z.lazy(() => GetDeploymentGitSourceDeployments1$outboundSchema),
8278
+ z.lazy(() => GetDeploymentGitSourceDeployments5$outboundSchema),
8279
+ z.lazy(() => GetDeploymentGitSourceDeployments6$outboundSchema),
8191
8280
  ]);
8192
8281
 
8193
8282
  /**
@@ -8772,61 +8861,269 @@ export namespace GetDeploymentHasType$ {
8772
8861
  }
8773
8862
 
8774
8863
  /** @internal */
8775
- export const GetDeploymentHas2$inboundSchema: z.ZodType<
8776
- GetDeploymentHas2,
8777
- z.ZodTypeDef,
8778
- unknown
8779
- > = z.object({
8780
- type: GetDeploymentHasType$inboundSchema,
8781
- key: z.string(),
8782
- value: z.string().optional(),
8783
- });
8864
+ export const GetDeploymentValueDeploymentsResponse200Eq$inboundSchema:
8865
+ z.ZodType<GetDeploymentValueDeploymentsResponse200Eq, z.ZodTypeDef, unknown> =
8866
+ z.union([z.string(), z.number()]);
8784
8867
 
8785
8868
  /** @internal */
8786
- export type GetDeploymentHas2$Outbound = {
8787
- type: string;
8788
- key: string;
8789
- value?: string | undefined;
8790
- };
8869
+ export type GetDeploymentValueDeploymentsResponse200Eq$Outbound =
8870
+ | string
8871
+ | number;
8791
8872
 
8792
8873
  /** @internal */
8793
- export const GetDeploymentHas2$outboundSchema: z.ZodType<
8794
- GetDeploymentHas2$Outbound,
8795
- z.ZodTypeDef,
8796
- GetDeploymentHas2
8797
- > = z.object({
8798
- type: GetDeploymentHasType$outboundSchema,
8799
- key: z.string(),
8800
- value: z.string().optional(),
8801
- });
8874
+ export const GetDeploymentValueDeploymentsResponse200Eq$outboundSchema:
8875
+ z.ZodType<
8876
+ GetDeploymentValueDeploymentsResponse200Eq$Outbound,
8877
+ z.ZodTypeDef,
8878
+ GetDeploymentValueDeploymentsResponse200Eq
8879
+ > = z.union([z.string(), z.number()]);
8802
8880
 
8803
8881
  /**
8804
8882
  * @internal
8805
8883
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
8806
8884
  */
8807
- export namespace GetDeploymentHas2$ {
8808
- /** @deprecated use `GetDeploymentHas2$inboundSchema` instead. */
8809
- export const inboundSchema = GetDeploymentHas2$inboundSchema;
8810
- /** @deprecated use `GetDeploymentHas2$outboundSchema` instead. */
8811
- export const outboundSchema = GetDeploymentHas2$outboundSchema;
8812
- /** @deprecated use `GetDeploymentHas2$Outbound` instead. */
8813
- export type Outbound = GetDeploymentHas2$Outbound;
8885
+ export namespace GetDeploymentValueDeploymentsResponse200Eq$ {
8886
+ /** @deprecated use `GetDeploymentValueDeploymentsResponse200Eq$inboundSchema` instead. */
8887
+ export const inboundSchema =
8888
+ GetDeploymentValueDeploymentsResponse200Eq$inboundSchema;
8889
+ /** @deprecated use `GetDeploymentValueDeploymentsResponse200Eq$outboundSchema` instead. */
8890
+ export const outboundSchema =
8891
+ GetDeploymentValueDeploymentsResponse200Eq$outboundSchema;
8892
+ /** @deprecated use `GetDeploymentValueDeploymentsResponse200Eq$Outbound` instead. */
8893
+ export type Outbound = GetDeploymentValueDeploymentsResponse200Eq$Outbound;
8814
8894
  }
8815
8895
 
8816
- export function getDeploymentHas2ToJSON(
8817
- getDeploymentHas2: GetDeploymentHas2,
8896
+ export function getDeploymentValueDeploymentsResponse200EqToJSON(
8897
+ getDeploymentValueDeploymentsResponse200Eq:
8898
+ GetDeploymentValueDeploymentsResponse200Eq,
8818
8899
  ): string {
8819
8900
  return JSON.stringify(
8820
- GetDeploymentHas2$outboundSchema.parse(getDeploymentHas2),
8901
+ GetDeploymentValueDeploymentsResponse200Eq$outboundSchema.parse(
8902
+ getDeploymentValueDeploymentsResponse200Eq,
8903
+ ),
8821
8904
  );
8822
8905
  }
8823
8906
 
8824
- export function getDeploymentHas2FromJSON(
8907
+ export function getDeploymentValueDeploymentsResponse200EqFromJSON(
8825
8908
  jsonString: string,
8826
- ): SafeParseResult<GetDeploymentHas2, SDKValidationError> {
8909
+ ): SafeParseResult<
8910
+ GetDeploymentValueDeploymentsResponse200Eq,
8911
+ SDKValidationError
8912
+ > {
8827
8913
  return safeParse(
8828
8914
  jsonString,
8829
- (x) => GetDeploymentHas2$inboundSchema.parse(JSON.parse(x)),
8915
+ (x) =>
8916
+ GetDeploymentValueDeploymentsResponse200Eq$inboundSchema.parse(
8917
+ JSON.parse(x),
8918
+ ),
8919
+ `Failed to parse 'GetDeploymentValueDeploymentsResponse200Eq' from JSON`,
8920
+ );
8921
+ }
8922
+
8923
+ /** @internal */
8924
+ export const GetDeploymentValueDeployments2$inboundSchema: z.ZodType<
8925
+ GetDeploymentValueDeployments2,
8926
+ z.ZodTypeDef,
8927
+ unknown
8928
+ > = z.object({
8929
+ eq: z.union([z.string(), z.number()]).optional(),
8930
+ neq: z.string().optional(),
8931
+ inc: z.array(z.string()).optional(),
8932
+ ninc: z.array(z.string()).optional(),
8933
+ pre: z.string().optional(),
8934
+ suf: z.string().optional(),
8935
+ re: z.string().optional(),
8936
+ gt: z.number().optional(),
8937
+ gte: z.number().optional(),
8938
+ lt: z.number().optional(),
8939
+ lte: z.number().optional(),
8940
+ });
8941
+
8942
+ /** @internal */
8943
+ export type GetDeploymentValueDeployments2$Outbound = {
8944
+ eq?: string | number | undefined;
8945
+ neq?: string | undefined;
8946
+ inc?: Array<string> | undefined;
8947
+ ninc?: Array<string> | undefined;
8948
+ pre?: string | undefined;
8949
+ suf?: string | undefined;
8950
+ re?: string | undefined;
8951
+ gt?: number | undefined;
8952
+ gte?: number | undefined;
8953
+ lt?: number | undefined;
8954
+ lte?: number | undefined;
8955
+ };
8956
+
8957
+ /** @internal */
8958
+ export const GetDeploymentValueDeployments2$outboundSchema: z.ZodType<
8959
+ GetDeploymentValueDeployments2$Outbound,
8960
+ z.ZodTypeDef,
8961
+ GetDeploymentValueDeployments2
8962
+ > = z.object({
8963
+ eq: z.union([z.string(), z.number()]).optional(),
8964
+ neq: z.string().optional(),
8965
+ inc: z.array(z.string()).optional(),
8966
+ ninc: z.array(z.string()).optional(),
8967
+ pre: z.string().optional(),
8968
+ suf: z.string().optional(),
8969
+ re: z.string().optional(),
8970
+ gt: z.number().optional(),
8971
+ gte: z.number().optional(),
8972
+ lt: z.number().optional(),
8973
+ lte: z.number().optional(),
8974
+ });
8975
+
8976
+ /**
8977
+ * @internal
8978
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
8979
+ */
8980
+ export namespace GetDeploymentValueDeployments2$ {
8981
+ /** @deprecated use `GetDeploymentValueDeployments2$inboundSchema` instead. */
8982
+ export const inboundSchema = GetDeploymentValueDeployments2$inboundSchema;
8983
+ /** @deprecated use `GetDeploymentValueDeployments2$outboundSchema` instead. */
8984
+ export const outboundSchema = GetDeploymentValueDeployments2$outboundSchema;
8985
+ /** @deprecated use `GetDeploymentValueDeployments2$Outbound` instead. */
8986
+ export type Outbound = GetDeploymentValueDeployments2$Outbound;
8987
+ }
8988
+
8989
+ export function getDeploymentValueDeployments2ToJSON(
8990
+ getDeploymentValueDeployments2: GetDeploymentValueDeployments2,
8991
+ ): string {
8992
+ return JSON.stringify(
8993
+ GetDeploymentValueDeployments2$outboundSchema.parse(
8994
+ getDeploymentValueDeployments2,
8995
+ ),
8996
+ );
8997
+ }
8998
+
8999
+ export function getDeploymentValueDeployments2FromJSON(
9000
+ jsonString: string,
9001
+ ): SafeParseResult<GetDeploymentValueDeployments2, SDKValidationError> {
9002
+ return safeParse(
9003
+ jsonString,
9004
+ (x) => GetDeploymentValueDeployments2$inboundSchema.parse(JSON.parse(x)),
9005
+ `Failed to parse 'GetDeploymentValueDeployments2' from JSON`,
9006
+ );
9007
+ }
9008
+
9009
+ /** @internal */
9010
+ export const GetDeploymentHasValue$inboundSchema: z.ZodType<
9011
+ GetDeploymentHasValue,
9012
+ z.ZodTypeDef,
9013
+ unknown
9014
+ > = z.union([
9015
+ z.lazy(() => GetDeploymentValueDeployments2$inboundSchema),
9016
+ z.string(),
9017
+ ]);
9018
+
9019
+ /** @internal */
9020
+ export type GetDeploymentHasValue$Outbound =
9021
+ | GetDeploymentValueDeployments2$Outbound
9022
+ | string;
9023
+
9024
+ /** @internal */
9025
+ export const GetDeploymentHasValue$outboundSchema: z.ZodType<
9026
+ GetDeploymentHasValue$Outbound,
9027
+ z.ZodTypeDef,
9028
+ GetDeploymentHasValue
9029
+ > = z.union([
9030
+ z.lazy(() => GetDeploymentValueDeployments2$outboundSchema),
9031
+ z.string(),
9032
+ ]);
9033
+
9034
+ /**
9035
+ * @internal
9036
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
9037
+ */
9038
+ export namespace GetDeploymentHasValue$ {
9039
+ /** @deprecated use `GetDeploymentHasValue$inboundSchema` instead. */
9040
+ export const inboundSchema = GetDeploymentHasValue$inboundSchema;
9041
+ /** @deprecated use `GetDeploymentHasValue$outboundSchema` instead. */
9042
+ export const outboundSchema = GetDeploymentHasValue$outboundSchema;
9043
+ /** @deprecated use `GetDeploymentHasValue$Outbound` instead. */
9044
+ export type Outbound = GetDeploymentHasValue$Outbound;
9045
+ }
9046
+
9047
+ export function getDeploymentHasValueToJSON(
9048
+ getDeploymentHasValue: GetDeploymentHasValue,
9049
+ ): string {
9050
+ return JSON.stringify(
9051
+ GetDeploymentHasValue$outboundSchema.parse(getDeploymentHasValue),
9052
+ );
9053
+ }
9054
+
9055
+ export function getDeploymentHasValueFromJSON(
9056
+ jsonString: string,
9057
+ ): SafeParseResult<GetDeploymentHasValue, SDKValidationError> {
9058
+ return safeParse(
9059
+ jsonString,
9060
+ (x) => GetDeploymentHasValue$inboundSchema.parse(JSON.parse(x)),
9061
+ `Failed to parse 'GetDeploymentHasValue' from JSON`,
9062
+ );
9063
+ }
9064
+
9065
+ /** @internal */
9066
+ export const GetDeploymentHas2$inboundSchema: z.ZodType<
9067
+ GetDeploymentHas2,
9068
+ z.ZodTypeDef,
9069
+ unknown
9070
+ > = z.object({
9071
+ type: GetDeploymentHasType$inboundSchema,
9072
+ key: z.string(),
9073
+ value: z.union([
9074
+ z.lazy(() => GetDeploymentValueDeployments2$inboundSchema),
9075
+ z.string(),
9076
+ ]).optional(),
9077
+ });
9078
+
9079
+ /** @internal */
9080
+ export type GetDeploymentHas2$Outbound = {
9081
+ type: string;
9082
+ key: string;
9083
+ value?: GetDeploymentValueDeployments2$Outbound | string | undefined;
9084
+ };
9085
+
9086
+ /** @internal */
9087
+ export const GetDeploymentHas2$outboundSchema: z.ZodType<
9088
+ GetDeploymentHas2$Outbound,
9089
+ z.ZodTypeDef,
9090
+ GetDeploymentHas2
9091
+ > = z.object({
9092
+ type: GetDeploymentHasType$outboundSchema,
9093
+ key: z.string(),
9094
+ value: z.union([
9095
+ z.lazy(() => GetDeploymentValueDeployments2$outboundSchema),
9096
+ z.string(),
9097
+ ]).optional(),
9098
+ });
9099
+
9100
+ /**
9101
+ * @internal
9102
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
9103
+ */
9104
+ export namespace GetDeploymentHas2$ {
9105
+ /** @deprecated use `GetDeploymentHas2$inboundSchema` instead. */
9106
+ export const inboundSchema = GetDeploymentHas2$inboundSchema;
9107
+ /** @deprecated use `GetDeploymentHas2$outboundSchema` instead. */
9108
+ export const outboundSchema = GetDeploymentHas2$outboundSchema;
9109
+ /** @deprecated use `GetDeploymentHas2$Outbound` instead. */
9110
+ export type Outbound = GetDeploymentHas2$Outbound;
9111
+ }
9112
+
9113
+ export function getDeploymentHas2ToJSON(
9114
+ getDeploymentHas2: GetDeploymentHas2,
9115
+ ): string {
9116
+ return JSON.stringify(
9117
+ GetDeploymentHas2$outboundSchema.parse(getDeploymentHas2),
9118
+ );
9119
+ }
9120
+
9121
+ export function getDeploymentHas2FromJSON(
9122
+ jsonString: string,
9123
+ ): SafeParseResult<GetDeploymentHas2, SDKValidationError> {
9124
+ return safeParse(
9125
+ jsonString,
9126
+ (x) => GetDeploymentHas2$inboundSchema.parse(JSON.parse(x)),
8830
9127
  `Failed to parse 'GetDeploymentHas2' from JSON`,
8831
9128
  );
8832
9129
  }
@@ -8852,6 +9149,201 @@ export namespace GetDeploymentHasDeploymentsType$ {
8852
9149
  export const outboundSchema = GetDeploymentHasDeploymentsType$outboundSchema;
8853
9150
  }
8854
9151
 
9152
+ /** @internal */
9153
+ export const GetDeploymentValueDeploymentsResponseEq$inboundSchema: z.ZodType<
9154
+ GetDeploymentValueDeploymentsResponseEq,
9155
+ z.ZodTypeDef,
9156
+ unknown
9157
+ > = z.union([z.string(), z.number()]);
9158
+
9159
+ /** @internal */
9160
+ export type GetDeploymentValueDeploymentsResponseEq$Outbound = string | number;
9161
+
9162
+ /** @internal */
9163
+ export const GetDeploymentValueDeploymentsResponseEq$outboundSchema: z.ZodType<
9164
+ GetDeploymentValueDeploymentsResponseEq$Outbound,
9165
+ z.ZodTypeDef,
9166
+ GetDeploymentValueDeploymentsResponseEq
9167
+ > = z.union([z.string(), z.number()]);
9168
+
9169
+ /**
9170
+ * @internal
9171
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
9172
+ */
9173
+ export namespace GetDeploymentValueDeploymentsResponseEq$ {
9174
+ /** @deprecated use `GetDeploymentValueDeploymentsResponseEq$inboundSchema` instead. */
9175
+ export const inboundSchema =
9176
+ GetDeploymentValueDeploymentsResponseEq$inboundSchema;
9177
+ /** @deprecated use `GetDeploymentValueDeploymentsResponseEq$outboundSchema` instead. */
9178
+ export const outboundSchema =
9179
+ GetDeploymentValueDeploymentsResponseEq$outboundSchema;
9180
+ /** @deprecated use `GetDeploymentValueDeploymentsResponseEq$Outbound` instead. */
9181
+ export type Outbound = GetDeploymentValueDeploymentsResponseEq$Outbound;
9182
+ }
9183
+
9184
+ export function getDeploymentValueDeploymentsResponseEqToJSON(
9185
+ getDeploymentValueDeploymentsResponseEq:
9186
+ GetDeploymentValueDeploymentsResponseEq,
9187
+ ): string {
9188
+ return JSON.stringify(
9189
+ GetDeploymentValueDeploymentsResponseEq$outboundSchema.parse(
9190
+ getDeploymentValueDeploymentsResponseEq,
9191
+ ),
9192
+ );
9193
+ }
9194
+
9195
+ export function getDeploymentValueDeploymentsResponseEqFromJSON(
9196
+ jsonString: string,
9197
+ ): SafeParseResult<
9198
+ GetDeploymentValueDeploymentsResponseEq,
9199
+ SDKValidationError
9200
+ > {
9201
+ return safeParse(
9202
+ jsonString,
9203
+ (x) =>
9204
+ GetDeploymentValueDeploymentsResponseEq$inboundSchema.parse(
9205
+ JSON.parse(x),
9206
+ ),
9207
+ `Failed to parse 'GetDeploymentValueDeploymentsResponseEq' from JSON`,
9208
+ );
9209
+ }
9210
+
9211
+ /** @internal */
9212
+ export const GetDeploymentValue2$inboundSchema: z.ZodType<
9213
+ GetDeploymentValue2,
9214
+ z.ZodTypeDef,
9215
+ unknown
9216
+ > = z.object({
9217
+ eq: z.union([z.string(), z.number()]).optional(),
9218
+ neq: z.string().optional(),
9219
+ inc: z.array(z.string()).optional(),
9220
+ ninc: z.array(z.string()).optional(),
9221
+ pre: z.string().optional(),
9222
+ suf: z.string().optional(),
9223
+ re: z.string().optional(),
9224
+ gt: z.number().optional(),
9225
+ gte: z.number().optional(),
9226
+ lt: z.number().optional(),
9227
+ lte: z.number().optional(),
9228
+ });
9229
+
9230
+ /** @internal */
9231
+ export type GetDeploymentValue2$Outbound = {
9232
+ eq?: string | number | undefined;
9233
+ neq?: string | undefined;
9234
+ inc?: Array<string> | undefined;
9235
+ ninc?: Array<string> | undefined;
9236
+ pre?: string | undefined;
9237
+ suf?: string | undefined;
9238
+ re?: string | undefined;
9239
+ gt?: number | undefined;
9240
+ gte?: number | undefined;
9241
+ lt?: number | undefined;
9242
+ lte?: number | undefined;
9243
+ };
9244
+
9245
+ /** @internal */
9246
+ export const GetDeploymentValue2$outboundSchema: z.ZodType<
9247
+ GetDeploymentValue2$Outbound,
9248
+ z.ZodTypeDef,
9249
+ GetDeploymentValue2
9250
+ > = z.object({
9251
+ eq: z.union([z.string(), z.number()]).optional(),
9252
+ neq: z.string().optional(),
9253
+ inc: z.array(z.string()).optional(),
9254
+ ninc: z.array(z.string()).optional(),
9255
+ pre: z.string().optional(),
9256
+ suf: z.string().optional(),
9257
+ re: z.string().optional(),
9258
+ gt: z.number().optional(),
9259
+ gte: z.number().optional(),
9260
+ lt: z.number().optional(),
9261
+ lte: z.number().optional(),
9262
+ });
9263
+
9264
+ /**
9265
+ * @internal
9266
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
9267
+ */
9268
+ export namespace GetDeploymentValue2$ {
9269
+ /** @deprecated use `GetDeploymentValue2$inboundSchema` instead. */
9270
+ export const inboundSchema = GetDeploymentValue2$inboundSchema;
9271
+ /** @deprecated use `GetDeploymentValue2$outboundSchema` instead. */
9272
+ export const outboundSchema = GetDeploymentValue2$outboundSchema;
9273
+ /** @deprecated use `GetDeploymentValue2$Outbound` instead. */
9274
+ export type Outbound = GetDeploymentValue2$Outbound;
9275
+ }
9276
+
9277
+ export function getDeploymentValue2ToJSON(
9278
+ getDeploymentValue2: GetDeploymentValue2,
9279
+ ): string {
9280
+ return JSON.stringify(
9281
+ GetDeploymentValue2$outboundSchema.parse(getDeploymentValue2),
9282
+ );
9283
+ }
9284
+
9285
+ export function getDeploymentValue2FromJSON(
9286
+ jsonString: string,
9287
+ ): SafeParseResult<GetDeploymentValue2, SDKValidationError> {
9288
+ return safeParse(
9289
+ jsonString,
9290
+ (x) => GetDeploymentValue2$inboundSchema.parse(JSON.parse(x)),
9291
+ `Failed to parse 'GetDeploymentValue2' from JSON`,
9292
+ );
9293
+ }
9294
+
9295
+ /** @internal */
9296
+ export const GetDeploymentHasDeploymentsValue$inboundSchema: z.ZodType<
9297
+ GetDeploymentHasDeploymentsValue,
9298
+ z.ZodTypeDef,
9299
+ unknown
9300
+ > = z.union([z.lazy(() => GetDeploymentValue2$inboundSchema), z.string()]);
9301
+
9302
+ /** @internal */
9303
+ export type GetDeploymentHasDeploymentsValue$Outbound =
9304
+ | GetDeploymentValue2$Outbound
9305
+ | string;
9306
+
9307
+ /** @internal */
9308
+ export const GetDeploymentHasDeploymentsValue$outboundSchema: z.ZodType<
9309
+ GetDeploymentHasDeploymentsValue$Outbound,
9310
+ z.ZodTypeDef,
9311
+ GetDeploymentHasDeploymentsValue
9312
+ > = z.union([z.lazy(() => GetDeploymentValue2$outboundSchema), z.string()]);
9313
+
9314
+ /**
9315
+ * @internal
9316
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
9317
+ */
9318
+ export namespace GetDeploymentHasDeploymentsValue$ {
9319
+ /** @deprecated use `GetDeploymentHasDeploymentsValue$inboundSchema` instead. */
9320
+ export const inboundSchema = GetDeploymentHasDeploymentsValue$inboundSchema;
9321
+ /** @deprecated use `GetDeploymentHasDeploymentsValue$outboundSchema` instead. */
9322
+ export const outboundSchema = GetDeploymentHasDeploymentsValue$outboundSchema;
9323
+ /** @deprecated use `GetDeploymentHasDeploymentsValue$Outbound` instead. */
9324
+ export type Outbound = GetDeploymentHasDeploymentsValue$Outbound;
9325
+ }
9326
+
9327
+ export function getDeploymentHasDeploymentsValueToJSON(
9328
+ getDeploymentHasDeploymentsValue: GetDeploymentHasDeploymentsValue,
9329
+ ): string {
9330
+ return JSON.stringify(
9331
+ GetDeploymentHasDeploymentsValue$outboundSchema.parse(
9332
+ getDeploymentHasDeploymentsValue,
9333
+ ),
9334
+ );
9335
+ }
9336
+
9337
+ export function getDeploymentHasDeploymentsValueFromJSON(
9338
+ jsonString: string,
9339
+ ): SafeParseResult<GetDeploymentHasDeploymentsValue, SDKValidationError> {
9340
+ return safeParse(
9341
+ jsonString,
9342
+ (x) => GetDeploymentHasDeploymentsValue$inboundSchema.parse(JSON.parse(x)),
9343
+ `Failed to parse 'GetDeploymentHasDeploymentsValue' from JSON`,
9344
+ );
9345
+ }
9346
+
8855
9347
  /** @internal */
8856
9348
  export const GetDeploymentHas1$inboundSchema: z.ZodType<
8857
9349
  GetDeploymentHas1,
@@ -8859,13 +9351,13 @@ export const GetDeploymentHas1$inboundSchema: z.ZodType<
8859
9351
  unknown
8860
9352
  > = z.object({
8861
9353
  type: GetDeploymentHasDeploymentsType$inboundSchema,
8862
- value: z.string(),
9354
+ value: z.union([z.lazy(() => GetDeploymentValue2$inboundSchema), z.string()]),
8863
9355
  });
8864
9356
 
8865
9357
  /** @internal */
8866
9358
  export type GetDeploymentHas1$Outbound = {
8867
9359
  type: string;
8868
- value: string;
9360
+ value: GetDeploymentValue2$Outbound | string;
8869
9361
  };
8870
9362
 
8871
9363
  /** @internal */
@@ -8875,7 +9367,10 @@ export const GetDeploymentHas1$outboundSchema: z.ZodType<
8875
9367
  GetDeploymentHas1
8876
9368
  > = z.object({
8877
9369
  type: GetDeploymentHasDeploymentsType$outboundSchema,
8878
- value: z.string(),
9370
+ value: z.union([
9371
+ z.lazy(() => GetDeploymentValue2$outboundSchema),
9372
+ z.string(),
9373
+ ]),
8879
9374
  });
8880
9375
 
8881
9376
  /**
@@ -8938,54 +9433,256 @@ export const GetDeploymentRoutesHas$outboundSchema: z.ZodType<
8938
9433
  * @internal
8939
9434
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
8940
9435
  */
8941
- export namespace GetDeploymentRoutesHas$ {
8942
- /** @deprecated use `GetDeploymentRoutesHas$inboundSchema` instead. */
8943
- export const inboundSchema = GetDeploymentRoutesHas$inboundSchema;
8944
- /** @deprecated use `GetDeploymentRoutesHas$outboundSchema` instead. */
8945
- export const outboundSchema = GetDeploymentRoutesHas$outboundSchema;
8946
- /** @deprecated use `GetDeploymentRoutesHas$Outbound` instead. */
8947
- export type Outbound = GetDeploymentRoutesHas$Outbound;
9436
+ export namespace GetDeploymentRoutesHas$ {
9437
+ /** @deprecated use `GetDeploymentRoutesHas$inboundSchema` instead. */
9438
+ export const inboundSchema = GetDeploymentRoutesHas$inboundSchema;
9439
+ /** @deprecated use `GetDeploymentRoutesHas$outboundSchema` instead. */
9440
+ export const outboundSchema = GetDeploymentRoutesHas$outboundSchema;
9441
+ /** @deprecated use `GetDeploymentRoutesHas$Outbound` instead. */
9442
+ export type Outbound = GetDeploymentRoutesHas$Outbound;
9443
+ }
9444
+
9445
+ export function getDeploymentRoutesHasToJSON(
9446
+ getDeploymentRoutesHas: GetDeploymentRoutesHas,
9447
+ ): string {
9448
+ return JSON.stringify(
9449
+ GetDeploymentRoutesHas$outboundSchema.parse(getDeploymentRoutesHas),
9450
+ );
9451
+ }
9452
+
9453
+ export function getDeploymentRoutesHasFromJSON(
9454
+ jsonString: string,
9455
+ ): SafeParseResult<GetDeploymentRoutesHas, SDKValidationError> {
9456
+ return safeParse(
9457
+ jsonString,
9458
+ (x) => GetDeploymentRoutesHas$inboundSchema.parse(JSON.parse(x)),
9459
+ `Failed to parse 'GetDeploymentRoutesHas' from JSON`,
9460
+ );
9461
+ }
9462
+
9463
+ /** @internal */
9464
+ export const GetDeploymentMissingType$inboundSchema: z.ZodNativeEnum<
9465
+ typeof GetDeploymentMissingType
9466
+ > = z.nativeEnum(GetDeploymentMissingType);
9467
+
9468
+ /** @internal */
9469
+ export const GetDeploymentMissingType$outboundSchema: z.ZodNativeEnum<
9470
+ typeof GetDeploymentMissingType
9471
+ > = GetDeploymentMissingType$inboundSchema;
9472
+
9473
+ /**
9474
+ * @internal
9475
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
9476
+ */
9477
+ export namespace GetDeploymentMissingType$ {
9478
+ /** @deprecated use `GetDeploymentMissingType$inboundSchema` instead. */
9479
+ export const inboundSchema = GetDeploymentMissingType$inboundSchema;
9480
+ /** @deprecated use `GetDeploymentMissingType$outboundSchema` instead. */
9481
+ export const outboundSchema = GetDeploymentMissingType$outboundSchema;
9482
+ }
9483
+
9484
+ /** @internal */
9485
+ export const GetDeploymentValueDeploymentsEq$inboundSchema: z.ZodType<
9486
+ GetDeploymentValueDeploymentsEq,
9487
+ z.ZodTypeDef,
9488
+ unknown
9489
+ > = z.union([z.string(), z.number()]);
9490
+
9491
+ /** @internal */
9492
+ export type GetDeploymentValueDeploymentsEq$Outbound = string | number;
9493
+
9494
+ /** @internal */
9495
+ export const GetDeploymentValueDeploymentsEq$outboundSchema: z.ZodType<
9496
+ GetDeploymentValueDeploymentsEq$Outbound,
9497
+ z.ZodTypeDef,
9498
+ GetDeploymentValueDeploymentsEq
9499
+ > = z.union([z.string(), z.number()]);
9500
+
9501
+ /**
9502
+ * @internal
9503
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
9504
+ */
9505
+ export namespace GetDeploymentValueDeploymentsEq$ {
9506
+ /** @deprecated use `GetDeploymentValueDeploymentsEq$inboundSchema` instead. */
9507
+ export const inboundSchema = GetDeploymentValueDeploymentsEq$inboundSchema;
9508
+ /** @deprecated use `GetDeploymentValueDeploymentsEq$outboundSchema` instead. */
9509
+ export const outboundSchema = GetDeploymentValueDeploymentsEq$outboundSchema;
9510
+ /** @deprecated use `GetDeploymentValueDeploymentsEq$Outbound` instead. */
9511
+ export type Outbound = GetDeploymentValueDeploymentsEq$Outbound;
9512
+ }
9513
+
9514
+ export function getDeploymentValueDeploymentsEqToJSON(
9515
+ getDeploymentValueDeploymentsEq: GetDeploymentValueDeploymentsEq,
9516
+ ): string {
9517
+ return JSON.stringify(
9518
+ GetDeploymentValueDeploymentsEq$outboundSchema.parse(
9519
+ getDeploymentValueDeploymentsEq,
9520
+ ),
9521
+ );
9522
+ }
9523
+
9524
+ export function getDeploymentValueDeploymentsEqFromJSON(
9525
+ jsonString: string,
9526
+ ): SafeParseResult<GetDeploymentValueDeploymentsEq, SDKValidationError> {
9527
+ return safeParse(
9528
+ jsonString,
9529
+ (x) => GetDeploymentValueDeploymentsEq$inboundSchema.parse(JSON.parse(x)),
9530
+ `Failed to parse 'GetDeploymentValueDeploymentsEq' from JSON`,
9531
+ );
9532
+ }
9533
+
9534
+ /** @internal */
9535
+ export const GetDeploymentValueDeploymentsResponse2002$inboundSchema: z.ZodType<
9536
+ GetDeploymentValueDeploymentsResponse2002,
9537
+ z.ZodTypeDef,
9538
+ unknown
9539
+ > = z.object({
9540
+ eq: z.union([z.string(), z.number()]).optional(),
9541
+ neq: z.string().optional(),
9542
+ inc: z.array(z.string()).optional(),
9543
+ ninc: z.array(z.string()).optional(),
9544
+ pre: z.string().optional(),
9545
+ suf: z.string().optional(),
9546
+ re: z.string().optional(),
9547
+ gt: z.number().optional(),
9548
+ gte: z.number().optional(),
9549
+ lt: z.number().optional(),
9550
+ lte: z.number().optional(),
9551
+ });
9552
+
9553
+ /** @internal */
9554
+ export type GetDeploymentValueDeploymentsResponse2002$Outbound = {
9555
+ eq?: string | number | undefined;
9556
+ neq?: string | undefined;
9557
+ inc?: Array<string> | undefined;
9558
+ ninc?: Array<string> | undefined;
9559
+ pre?: string | undefined;
9560
+ suf?: string | undefined;
9561
+ re?: string | undefined;
9562
+ gt?: number | undefined;
9563
+ gte?: number | undefined;
9564
+ lt?: number | undefined;
9565
+ lte?: number | undefined;
9566
+ };
9567
+
9568
+ /** @internal */
9569
+ export const GetDeploymentValueDeploymentsResponse2002$outboundSchema:
9570
+ z.ZodType<
9571
+ GetDeploymentValueDeploymentsResponse2002$Outbound,
9572
+ z.ZodTypeDef,
9573
+ GetDeploymentValueDeploymentsResponse2002
9574
+ > = z.object({
9575
+ eq: z.union([z.string(), z.number()]).optional(),
9576
+ neq: z.string().optional(),
9577
+ inc: z.array(z.string()).optional(),
9578
+ ninc: z.array(z.string()).optional(),
9579
+ pre: z.string().optional(),
9580
+ suf: z.string().optional(),
9581
+ re: z.string().optional(),
9582
+ gt: z.number().optional(),
9583
+ gte: z.number().optional(),
9584
+ lt: z.number().optional(),
9585
+ lte: z.number().optional(),
9586
+ });
9587
+
9588
+ /**
9589
+ * @internal
9590
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
9591
+ */
9592
+ export namespace GetDeploymentValueDeploymentsResponse2002$ {
9593
+ /** @deprecated use `GetDeploymentValueDeploymentsResponse2002$inboundSchema` instead. */
9594
+ export const inboundSchema =
9595
+ GetDeploymentValueDeploymentsResponse2002$inboundSchema;
9596
+ /** @deprecated use `GetDeploymentValueDeploymentsResponse2002$outboundSchema` instead. */
9597
+ export const outboundSchema =
9598
+ GetDeploymentValueDeploymentsResponse2002$outboundSchema;
9599
+ /** @deprecated use `GetDeploymentValueDeploymentsResponse2002$Outbound` instead. */
9600
+ export type Outbound = GetDeploymentValueDeploymentsResponse2002$Outbound;
9601
+ }
9602
+
9603
+ export function getDeploymentValueDeploymentsResponse2002ToJSON(
9604
+ getDeploymentValueDeploymentsResponse2002:
9605
+ GetDeploymentValueDeploymentsResponse2002,
9606
+ ): string {
9607
+ return JSON.stringify(
9608
+ GetDeploymentValueDeploymentsResponse2002$outboundSchema.parse(
9609
+ getDeploymentValueDeploymentsResponse2002,
9610
+ ),
9611
+ );
9612
+ }
9613
+
9614
+ export function getDeploymentValueDeploymentsResponse2002FromJSON(
9615
+ jsonString: string,
9616
+ ): SafeParseResult<
9617
+ GetDeploymentValueDeploymentsResponse2002,
9618
+ SDKValidationError
9619
+ > {
9620
+ return safeParse(
9621
+ jsonString,
9622
+ (x) =>
9623
+ GetDeploymentValueDeploymentsResponse2002$inboundSchema.parse(
9624
+ JSON.parse(x),
9625
+ ),
9626
+ `Failed to parse 'GetDeploymentValueDeploymentsResponse2002' from JSON`,
9627
+ );
9628
+ }
9629
+
9630
+ /** @internal */
9631
+ export const GetDeploymentMissingValue$inboundSchema: z.ZodType<
9632
+ GetDeploymentMissingValue,
9633
+ z.ZodTypeDef,
9634
+ unknown
9635
+ > = z.union([
9636
+ z.lazy(() => GetDeploymentValueDeploymentsResponse2002$inboundSchema),
9637
+ z.string(),
9638
+ ]);
9639
+
9640
+ /** @internal */
9641
+ export type GetDeploymentMissingValue$Outbound =
9642
+ | GetDeploymentValueDeploymentsResponse2002$Outbound
9643
+ | string;
9644
+
9645
+ /** @internal */
9646
+ export const GetDeploymentMissingValue$outboundSchema: z.ZodType<
9647
+ GetDeploymentMissingValue$Outbound,
9648
+ z.ZodTypeDef,
9649
+ GetDeploymentMissingValue
9650
+ > = z.union([
9651
+ z.lazy(() => GetDeploymentValueDeploymentsResponse2002$outboundSchema),
9652
+ z.string(),
9653
+ ]);
9654
+
9655
+ /**
9656
+ * @internal
9657
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
9658
+ */
9659
+ export namespace GetDeploymentMissingValue$ {
9660
+ /** @deprecated use `GetDeploymentMissingValue$inboundSchema` instead. */
9661
+ export const inboundSchema = GetDeploymentMissingValue$inboundSchema;
9662
+ /** @deprecated use `GetDeploymentMissingValue$outboundSchema` instead. */
9663
+ export const outboundSchema = GetDeploymentMissingValue$outboundSchema;
9664
+ /** @deprecated use `GetDeploymentMissingValue$Outbound` instead. */
9665
+ export type Outbound = GetDeploymentMissingValue$Outbound;
8948
9666
  }
8949
9667
 
8950
- export function getDeploymentRoutesHasToJSON(
8951
- getDeploymentRoutesHas: GetDeploymentRoutesHas,
9668
+ export function getDeploymentMissingValueToJSON(
9669
+ getDeploymentMissingValue: GetDeploymentMissingValue,
8952
9670
  ): string {
8953
9671
  return JSON.stringify(
8954
- GetDeploymentRoutesHas$outboundSchema.parse(getDeploymentRoutesHas),
9672
+ GetDeploymentMissingValue$outboundSchema.parse(getDeploymentMissingValue),
8955
9673
  );
8956
9674
  }
8957
9675
 
8958
- export function getDeploymentRoutesHasFromJSON(
9676
+ export function getDeploymentMissingValueFromJSON(
8959
9677
  jsonString: string,
8960
- ): SafeParseResult<GetDeploymentRoutesHas, SDKValidationError> {
9678
+ ): SafeParseResult<GetDeploymentMissingValue, SDKValidationError> {
8961
9679
  return safeParse(
8962
9680
  jsonString,
8963
- (x) => GetDeploymentRoutesHas$inboundSchema.parse(JSON.parse(x)),
8964
- `Failed to parse 'GetDeploymentRoutesHas' from JSON`,
9681
+ (x) => GetDeploymentMissingValue$inboundSchema.parse(JSON.parse(x)),
9682
+ `Failed to parse 'GetDeploymentMissingValue' from JSON`,
8965
9683
  );
8966
9684
  }
8967
9685
 
8968
- /** @internal */
8969
- export const GetDeploymentMissingType$inboundSchema: z.ZodNativeEnum<
8970
- typeof GetDeploymentMissingType
8971
- > = z.nativeEnum(GetDeploymentMissingType);
8972
-
8973
- /** @internal */
8974
- export const GetDeploymentMissingType$outboundSchema: z.ZodNativeEnum<
8975
- typeof GetDeploymentMissingType
8976
- > = GetDeploymentMissingType$inboundSchema;
8977
-
8978
- /**
8979
- * @internal
8980
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
8981
- */
8982
- export namespace GetDeploymentMissingType$ {
8983
- /** @deprecated use `GetDeploymentMissingType$inboundSchema` instead. */
8984
- export const inboundSchema = GetDeploymentMissingType$inboundSchema;
8985
- /** @deprecated use `GetDeploymentMissingType$outboundSchema` instead. */
8986
- export const outboundSchema = GetDeploymentMissingType$outboundSchema;
8987
- }
8988
-
8989
9686
  /** @internal */
8990
9687
  export const GetDeploymentMissing2$inboundSchema: z.ZodType<
8991
9688
  GetDeploymentMissing2,
@@ -8994,14 +9691,20 @@ export const GetDeploymentMissing2$inboundSchema: z.ZodType<
8994
9691
  > = z.object({
8995
9692
  type: GetDeploymentMissingType$inboundSchema,
8996
9693
  key: z.string(),
8997
- value: z.string().optional(),
9694
+ value: z.union([
9695
+ z.lazy(() => GetDeploymentValueDeploymentsResponse2002$inboundSchema),
9696
+ z.string(),
9697
+ ]).optional(),
8998
9698
  });
8999
9699
 
9000
9700
  /** @internal */
9001
9701
  export type GetDeploymentMissing2$Outbound = {
9002
9702
  type: string;
9003
9703
  key: string;
9004
- value?: string | undefined;
9704
+ value?:
9705
+ | GetDeploymentValueDeploymentsResponse2002$Outbound
9706
+ | string
9707
+ | undefined;
9005
9708
  };
9006
9709
 
9007
9710
  /** @internal */
@@ -9012,7 +9715,10 @@ export const GetDeploymentMissing2$outboundSchema: z.ZodType<
9012
9715
  > = z.object({
9013
9716
  type: GetDeploymentMissingType$outboundSchema,
9014
9717
  key: z.string(),
9015
- value: z.string().optional(),
9718
+ value: z.union([
9719
+ z.lazy(() => GetDeploymentValueDeploymentsResponse2002$outboundSchema),
9720
+ z.string(),
9721
+ ]).optional(),
9016
9722
  });
9017
9723
 
9018
9724
  /**
@@ -9069,6 +9775,205 @@ export namespace GetDeploymentMissingDeploymentsType$ {
9069
9775
  GetDeploymentMissingDeploymentsType$outboundSchema;
9070
9776
  }
9071
9777
 
9778
+ /** @internal */
9779
+ export const GetDeploymentValueEq$inboundSchema: z.ZodType<
9780
+ GetDeploymentValueEq,
9781
+ z.ZodTypeDef,
9782
+ unknown
9783
+ > = z.union([z.string(), z.number()]);
9784
+
9785
+ /** @internal */
9786
+ export type GetDeploymentValueEq$Outbound = string | number;
9787
+
9788
+ /** @internal */
9789
+ export const GetDeploymentValueEq$outboundSchema: z.ZodType<
9790
+ GetDeploymentValueEq$Outbound,
9791
+ z.ZodTypeDef,
9792
+ GetDeploymentValueEq
9793
+ > = z.union([z.string(), z.number()]);
9794
+
9795
+ /**
9796
+ * @internal
9797
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
9798
+ */
9799
+ export namespace GetDeploymentValueEq$ {
9800
+ /** @deprecated use `GetDeploymentValueEq$inboundSchema` instead. */
9801
+ export const inboundSchema = GetDeploymentValueEq$inboundSchema;
9802
+ /** @deprecated use `GetDeploymentValueEq$outboundSchema` instead. */
9803
+ export const outboundSchema = GetDeploymentValueEq$outboundSchema;
9804
+ /** @deprecated use `GetDeploymentValueEq$Outbound` instead. */
9805
+ export type Outbound = GetDeploymentValueEq$Outbound;
9806
+ }
9807
+
9808
+ export function getDeploymentValueEqToJSON(
9809
+ getDeploymentValueEq: GetDeploymentValueEq,
9810
+ ): string {
9811
+ return JSON.stringify(
9812
+ GetDeploymentValueEq$outboundSchema.parse(getDeploymentValueEq),
9813
+ );
9814
+ }
9815
+
9816
+ export function getDeploymentValueEqFromJSON(
9817
+ jsonString: string,
9818
+ ): SafeParseResult<GetDeploymentValueEq, SDKValidationError> {
9819
+ return safeParse(
9820
+ jsonString,
9821
+ (x) => GetDeploymentValueEq$inboundSchema.parse(JSON.parse(x)),
9822
+ `Failed to parse 'GetDeploymentValueEq' from JSON`,
9823
+ );
9824
+ }
9825
+
9826
+ /** @internal */
9827
+ export const GetDeploymentValueDeploymentsResponse2$inboundSchema: z.ZodType<
9828
+ GetDeploymentValueDeploymentsResponse2,
9829
+ z.ZodTypeDef,
9830
+ unknown
9831
+ > = z.object({
9832
+ eq: z.union([z.string(), z.number()]).optional(),
9833
+ neq: z.string().optional(),
9834
+ inc: z.array(z.string()).optional(),
9835
+ ninc: z.array(z.string()).optional(),
9836
+ pre: z.string().optional(),
9837
+ suf: z.string().optional(),
9838
+ re: z.string().optional(),
9839
+ gt: z.number().optional(),
9840
+ gte: z.number().optional(),
9841
+ lt: z.number().optional(),
9842
+ lte: z.number().optional(),
9843
+ });
9844
+
9845
+ /** @internal */
9846
+ export type GetDeploymentValueDeploymentsResponse2$Outbound = {
9847
+ eq?: string | number | undefined;
9848
+ neq?: string | undefined;
9849
+ inc?: Array<string> | undefined;
9850
+ ninc?: Array<string> | undefined;
9851
+ pre?: string | undefined;
9852
+ suf?: string | undefined;
9853
+ re?: string | undefined;
9854
+ gt?: number | undefined;
9855
+ gte?: number | undefined;
9856
+ lt?: number | undefined;
9857
+ lte?: number | undefined;
9858
+ };
9859
+
9860
+ /** @internal */
9861
+ export const GetDeploymentValueDeploymentsResponse2$outboundSchema: z.ZodType<
9862
+ GetDeploymentValueDeploymentsResponse2$Outbound,
9863
+ z.ZodTypeDef,
9864
+ GetDeploymentValueDeploymentsResponse2
9865
+ > = z.object({
9866
+ eq: z.union([z.string(), z.number()]).optional(),
9867
+ neq: z.string().optional(),
9868
+ inc: z.array(z.string()).optional(),
9869
+ ninc: z.array(z.string()).optional(),
9870
+ pre: z.string().optional(),
9871
+ suf: z.string().optional(),
9872
+ re: z.string().optional(),
9873
+ gt: z.number().optional(),
9874
+ gte: z.number().optional(),
9875
+ lt: z.number().optional(),
9876
+ lte: z.number().optional(),
9877
+ });
9878
+
9879
+ /**
9880
+ * @internal
9881
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
9882
+ */
9883
+ export namespace GetDeploymentValueDeploymentsResponse2$ {
9884
+ /** @deprecated use `GetDeploymentValueDeploymentsResponse2$inboundSchema` instead. */
9885
+ export const inboundSchema =
9886
+ GetDeploymentValueDeploymentsResponse2$inboundSchema;
9887
+ /** @deprecated use `GetDeploymentValueDeploymentsResponse2$outboundSchema` instead. */
9888
+ export const outboundSchema =
9889
+ GetDeploymentValueDeploymentsResponse2$outboundSchema;
9890
+ /** @deprecated use `GetDeploymentValueDeploymentsResponse2$Outbound` instead. */
9891
+ export type Outbound = GetDeploymentValueDeploymentsResponse2$Outbound;
9892
+ }
9893
+
9894
+ export function getDeploymentValueDeploymentsResponse2ToJSON(
9895
+ getDeploymentValueDeploymentsResponse2:
9896
+ GetDeploymentValueDeploymentsResponse2,
9897
+ ): string {
9898
+ return JSON.stringify(
9899
+ GetDeploymentValueDeploymentsResponse2$outboundSchema.parse(
9900
+ getDeploymentValueDeploymentsResponse2,
9901
+ ),
9902
+ );
9903
+ }
9904
+
9905
+ export function getDeploymentValueDeploymentsResponse2FromJSON(
9906
+ jsonString: string,
9907
+ ): SafeParseResult<GetDeploymentValueDeploymentsResponse2, SDKValidationError> {
9908
+ return safeParse(
9909
+ jsonString,
9910
+ (x) =>
9911
+ GetDeploymentValueDeploymentsResponse2$inboundSchema.parse(JSON.parse(x)),
9912
+ `Failed to parse 'GetDeploymentValueDeploymentsResponse2' from JSON`,
9913
+ );
9914
+ }
9915
+
9916
+ /** @internal */
9917
+ export const GetDeploymentMissingDeploymentsValue$inboundSchema: z.ZodType<
9918
+ GetDeploymentMissingDeploymentsValue,
9919
+ z.ZodTypeDef,
9920
+ unknown
9921
+ > = z.union([
9922
+ z.lazy(() => GetDeploymentValueDeploymentsResponse2$inboundSchema),
9923
+ z.string(),
9924
+ ]);
9925
+
9926
+ /** @internal */
9927
+ export type GetDeploymentMissingDeploymentsValue$Outbound =
9928
+ | GetDeploymentValueDeploymentsResponse2$Outbound
9929
+ | string;
9930
+
9931
+ /** @internal */
9932
+ export const GetDeploymentMissingDeploymentsValue$outboundSchema: z.ZodType<
9933
+ GetDeploymentMissingDeploymentsValue$Outbound,
9934
+ z.ZodTypeDef,
9935
+ GetDeploymentMissingDeploymentsValue
9936
+ > = z.union([
9937
+ z.lazy(() => GetDeploymentValueDeploymentsResponse2$outboundSchema),
9938
+ z.string(),
9939
+ ]);
9940
+
9941
+ /**
9942
+ * @internal
9943
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
9944
+ */
9945
+ export namespace GetDeploymentMissingDeploymentsValue$ {
9946
+ /** @deprecated use `GetDeploymentMissingDeploymentsValue$inboundSchema` instead. */
9947
+ export const inboundSchema =
9948
+ GetDeploymentMissingDeploymentsValue$inboundSchema;
9949
+ /** @deprecated use `GetDeploymentMissingDeploymentsValue$outboundSchema` instead. */
9950
+ export const outboundSchema =
9951
+ GetDeploymentMissingDeploymentsValue$outboundSchema;
9952
+ /** @deprecated use `GetDeploymentMissingDeploymentsValue$Outbound` instead. */
9953
+ export type Outbound = GetDeploymentMissingDeploymentsValue$Outbound;
9954
+ }
9955
+
9956
+ export function getDeploymentMissingDeploymentsValueToJSON(
9957
+ getDeploymentMissingDeploymentsValue: GetDeploymentMissingDeploymentsValue,
9958
+ ): string {
9959
+ return JSON.stringify(
9960
+ GetDeploymentMissingDeploymentsValue$outboundSchema.parse(
9961
+ getDeploymentMissingDeploymentsValue,
9962
+ ),
9963
+ );
9964
+ }
9965
+
9966
+ export function getDeploymentMissingDeploymentsValueFromJSON(
9967
+ jsonString: string,
9968
+ ): SafeParseResult<GetDeploymentMissingDeploymentsValue, SDKValidationError> {
9969
+ return safeParse(
9970
+ jsonString,
9971
+ (x) =>
9972
+ GetDeploymentMissingDeploymentsValue$inboundSchema.parse(JSON.parse(x)),
9973
+ `Failed to parse 'GetDeploymentMissingDeploymentsValue' from JSON`,
9974
+ );
9975
+ }
9976
+
9072
9977
  /** @internal */
9073
9978
  export const GetDeploymentMissing1$inboundSchema: z.ZodType<
9074
9979
  GetDeploymentMissing1,
@@ -9076,13 +9981,16 @@ export const GetDeploymentMissing1$inboundSchema: z.ZodType<
9076
9981
  unknown
9077
9982
  > = z.object({
9078
9983
  type: GetDeploymentMissingDeploymentsType$inboundSchema,
9079
- value: z.string(),
9984
+ value: z.union([
9985
+ z.lazy(() => GetDeploymentValueDeploymentsResponse2$inboundSchema),
9986
+ z.string(),
9987
+ ]),
9080
9988
  });
9081
9989
 
9082
9990
  /** @internal */
9083
9991
  export type GetDeploymentMissing1$Outbound = {
9084
9992
  type: string;
9085
- value: string;
9993
+ value: GetDeploymentValueDeploymentsResponse2$Outbound | string;
9086
9994
  };
9087
9995
 
9088
9996
  /** @internal */
@@ -9092,7 +10000,10 @@ export const GetDeploymentMissing1$outboundSchema: z.ZodType<
9092
10000
  GetDeploymentMissing1
9093
10001
  > = z.object({
9094
10002
  type: GetDeploymentMissingDeploymentsType$outboundSchema,
9095
- value: z.string(),
10003
+ value: z.union([
10004
+ z.lazy(() => GetDeploymentValueDeploymentsResponse2$outboundSchema),
10005
+ z.string(),
10006
+ ]),
9096
10007
  });
9097
10008
 
9098
10009
  /**
@@ -9182,6 +10093,83 @@ export function getDeploymentRoutesMissingFromJSON(
9182
10093
  );
9183
10094
  }
9184
10095
 
10096
+ /** @internal */
10097
+ export const GetDeploymentRoutesAction$inboundSchema: z.ZodNativeEnum<
10098
+ typeof GetDeploymentRoutesAction
10099
+ > = z.nativeEnum(GetDeploymentRoutesAction);
10100
+
10101
+ /** @internal */
10102
+ export const GetDeploymentRoutesAction$outboundSchema: z.ZodNativeEnum<
10103
+ typeof GetDeploymentRoutesAction
10104
+ > = GetDeploymentRoutesAction$inboundSchema;
10105
+
10106
+ /**
10107
+ * @internal
10108
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
10109
+ */
10110
+ export namespace GetDeploymentRoutesAction$ {
10111
+ /** @deprecated use `GetDeploymentRoutesAction$inboundSchema` instead. */
10112
+ export const inboundSchema = GetDeploymentRoutesAction$inboundSchema;
10113
+ /** @deprecated use `GetDeploymentRoutesAction$outboundSchema` instead. */
10114
+ export const outboundSchema = GetDeploymentRoutesAction$outboundSchema;
10115
+ }
10116
+
10117
+ /** @internal */
10118
+ export const GetDeploymentRoutesMitigate$inboundSchema: z.ZodType<
10119
+ GetDeploymentRoutesMitigate,
10120
+ z.ZodTypeDef,
10121
+ unknown
10122
+ > = z.object({
10123
+ action: GetDeploymentRoutesAction$inboundSchema,
10124
+ });
10125
+
10126
+ /** @internal */
10127
+ export type GetDeploymentRoutesMitigate$Outbound = {
10128
+ action: string;
10129
+ };
10130
+
10131
+ /** @internal */
10132
+ export const GetDeploymentRoutesMitigate$outboundSchema: z.ZodType<
10133
+ GetDeploymentRoutesMitigate$Outbound,
10134
+ z.ZodTypeDef,
10135
+ GetDeploymentRoutesMitigate
10136
+ > = z.object({
10137
+ action: GetDeploymentRoutesAction$outboundSchema,
10138
+ });
10139
+
10140
+ /**
10141
+ * @internal
10142
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
10143
+ */
10144
+ export namespace GetDeploymentRoutesMitigate$ {
10145
+ /** @deprecated use `GetDeploymentRoutesMitigate$inboundSchema` instead. */
10146
+ export const inboundSchema = GetDeploymentRoutesMitigate$inboundSchema;
10147
+ /** @deprecated use `GetDeploymentRoutesMitigate$outboundSchema` instead. */
10148
+ export const outboundSchema = GetDeploymentRoutesMitigate$outboundSchema;
10149
+ /** @deprecated use `GetDeploymentRoutesMitigate$Outbound` instead. */
10150
+ export type Outbound = GetDeploymentRoutesMitigate$Outbound;
10151
+ }
10152
+
10153
+ export function getDeploymentRoutesMitigateToJSON(
10154
+ getDeploymentRoutesMitigate: GetDeploymentRoutesMitigate,
10155
+ ): string {
10156
+ return JSON.stringify(
10157
+ GetDeploymentRoutesMitigate$outboundSchema.parse(
10158
+ getDeploymentRoutesMitigate,
10159
+ ),
10160
+ );
10161
+ }
10162
+
10163
+ export function getDeploymentRoutesMitigateFromJSON(
10164
+ jsonString: string,
10165
+ ): SafeParseResult<GetDeploymentRoutesMitigate, SDKValidationError> {
10166
+ return safeParse(
10167
+ jsonString,
10168
+ (x) => GetDeploymentRoutesMitigate$inboundSchema.parse(JSON.parse(x)),
10169
+ `Failed to parse 'GetDeploymentRoutesMitigate' from JSON`,
10170
+ );
10171
+ }
10172
+
9185
10173
  /** @internal */
9186
10174
  export const GetDeploymentRoutesLocale$inboundSchema: z.ZodType<
9187
10175
  GetDeploymentRoutesLocale,
@@ -9267,6 +10255,7 @@ export const GetDeploymentRoutes1$inboundSchema: z.ZodType<
9267
10255
  z.lazy(() => GetDeploymentMissing2$inboundSchema),
9268
10256
  ]),
9269
10257
  ).optional(),
10258
+ mitigate: z.lazy(() => GetDeploymentRoutesMitigate$inboundSchema).optional(),
9270
10259
  locale: z.lazy(() => GetDeploymentRoutesLocale$inboundSchema).optional(),
9271
10260
  middlewarePath: z.string().optional(),
9272
10261
  middlewareRawSrc: z.array(z.string()).optional(),
@@ -9291,6 +10280,7 @@ export type GetDeploymentRoutes1$Outbound = {
9291
10280
  missing?:
9292
10281
  | Array<GetDeploymentMissing1$Outbound | GetDeploymentMissing2$Outbound>
9293
10282
  | undefined;
10283
+ mitigate?: GetDeploymentRoutesMitigate$Outbound | undefined;
9294
10284
  locale?: GetDeploymentRoutesLocale$Outbound | undefined;
9295
10285
  middlewarePath?: string | undefined;
9296
10286
  middlewareRawSrc?: Array<string> | undefined;
@@ -9325,6 +10315,7 @@ export const GetDeploymentRoutes1$outboundSchema: z.ZodType<
9325
10315
  z.lazy(() => GetDeploymentMissing2$outboundSchema),
9326
10316
  ]),
9327
10317
  ).optional(),
10318
+ mitigate: z.lazy(() => GetDeploymentRoutesMitigate$outboundSchema).optional(),
9328
10319
  locale: z.lazy(() => GetDeploymentRoutesLocale$outboundSchema).optional(),
9329
10320
  middlewarePath: z.string().optional(),
9330
10321
  middlewareRawSrc: z.array(z.string()).optional(),
@@ -9369,15 +10360,15 @@ export const ResponseBodyRoutes$inboundSchema: z.ZodType<
9369
10360
  unknown
9370
10361
  > = z.union([
9371
10362
  z.lazy(() => GetDeploymentRoutes3$inboundSchema),
9372
- z.lazy(() => GetDeploymentRoutes2$inboundSchema),
9373
10363
  z.lazy(() => GetDeploymentRoutes1$inboundSchema),
10364
+ z.lazy(() => GetDeploymentRoutes2$inboundSchema),
9374
10365
  ]);
9375
10366
 
9376
10367
  /** @internal */
9377
10368
  export type ResponseBodyRoutes$Outbound =
9378
10369
  | GetDeploymentRoutes3$Outbound
9379
- | GetDeploymentRoutes2$Outbound
9380
- | GetDeploymentRoutes1$Outbound;
10370
+ | GetDeploymentRoutes1$Outbound
10371
+ | GetDeploymentRoutes2$Outbound;
9381
10372
 
9382
10373
  /** @internal */
9383
10374
  export const ResponseBodyRoutes$outboundSchema: z.ZodType<
@@ -9386,8 +10377,8 @@ export const ResponseBodyRoutes$outboundSchema: z.ZodType<
9386
10377
  ResponseBodyRoutes
9387
10378
  > = z.union([
9388
10379
  z.lazy(() => GetDeploymentRoutes3$outboundSchema),
9389
- z.lazy(() => GetDeploymentRoutes2$outboundSchema),
9390
10380
  z.lazy(() => GetDeploymentRoutes1$outboundSchema),
10381
+ z.lazy(() => GetDeploymentRoutes2$outboundSchema),
9391
10382
  ]);
9392
10383
 
9393
10384
  /**
@@ -9801,16 +10792,16 @@ export const ResponseBodyGitRepo$inboundSchema: z.ZodType<
9801
10792
  z.ZodTypeDef,
9802
10793
  unknown
9803
10794
  > = z.union([
9804
- z.lazy(() => GetDeploymentGitRepo1$inboundSchema),
9805
10795
  z.lazy(() => GetDeploymentGitRepo2$inboundSchema),
9806
10796
  z.lazy(() => GetDeploymentGitRepo3$inboundSchema),
10797
+ z.lazy(() => GetDeploymentGitRepo1$inboundSchema),
9807
10798
  ]);
9808
10799
 
9809
10800
  /** @internal */
9810
10801
  export type ResponseBodyGitRepo$Outbound =
9811
- | GetDeploymentGitRepo1$Outbound
9812
10802
  | GetDeploymentGitRepo2$Outbound
9813
- | GetDeploymentGitRepo3$Outbound;
10803
+ | GetDeploymentGitRepo3$Outbound
10804
+ | GetDeploymentGitRepo1$Outbound;
9814
10805
 
9815
10806
  /** @internal */
9816
10807
  export const ResponseBodyGitRepo$outboundSchema: z.ZodType<
@@ -9818,9 +10809,9 @@ export const ResponseBodyGitRepo$outboundSchema: z.ZodType<
9818
10809
  z.ZodTypeDef,
9819
10810
  ResponseBodyGitRepo
9820
10811
  > = z.union([
9821
- z.lazy(() => GetDeploymentGitRepo1$outboundSchema),
9822
10812
  z.lazy(() => GetDeploymentGitRepo2$outboundSchema),
9823
10813
  z.lazy(() => GetDeploymentGitRepo3$outboundSchema),
10814
+ z.lazy(() => GetDeploymentGitRepo1$outboundSchema),
9824
10815
  ]);
9825
10816
 
9826
10817
  /**
@@ -10353,14 +11344,14 @@ export const ResponseBodyMicrofrontends$inboundSchema: z.ZodType<
10353
11344
  z.ZodTypeDef,
10354
11345
  unknown
10355
11346
  > = z.union([
10356
- z.lazy(() => GetDeploymentMicrofrontends1$inboundSchema),
10357
11347
  z.lazy(() => GetDeploymentMicrofrontends2$inboundSchema),
11348
+ z.lazy(() => GetDeploymentMicrofrontends1$inboundSchema),
10358
11349
  ]);
10359
11350
 
10360
11351
  /** @internal */
10361
11352
  export type ResponseBodyMicrofrontends$Outbound =
10362
- | GetDeploymentMicrofrontends1$Outbound
10363
- | GetDeploymentMicrofrontends2$Outbound;
11353
+ | GetDeploymentMicrofrontends2$Outbound
11354
+ | GetDeploymentMicrofrontends1$Outbound;
10364
11355
 
10365
11356
  /** @internal */
10366
11357
  export const ResponseBodyMicrofrontends$outboundSchema: z.ZodType<
@@ -10368,8 +11359,8 @@ export const ResponseBodyMicrofrontends$outboundSchema: z.ZodType<
10368
11359
  z.ZodTypeDef,
10369
11360
  ResponseBodyMicrofrontends
10370
11361
  > = z.union([
10371
- z.lazy(() => GetDeploymentMicrofrontends1$outboundSchema),
10372
11362
  z.lazy(() => GetDeploymentMicrofrontends2$outboundSchema),
11363
+ z.lazy(() => GetDeploymentMicrofrontends1$outboundSchema),
10373
11364
  ]);
10374
11365
 
10375
11366
  /**
@@ -10700,8 +11691,8 @@ export const GetDeploymentResponseBody1$inboundSchema: z.ZodType<
10700
11691
  previewCommentsEnabled: z.boolean().optional(),
10701
11692
  ttyBuildLogs: z.boolean().optional(),
10702
11693
  customEnvironment: z.union([
10703
- z.lazy(() => GetDeploymentCustomEnvironmentDeployments2$inboundSchema),
10704
11694
  z.lazy(() => GetDeploymentCustomEnvironmentDeployments1$inboundSchema),
11695
+ z.lazy(() => GetDeploymentCustomEnvironmentDeployments2$inboundSchema),
10705
11696
  ]).optional(),
10706
11697
  oomReport: GetDeploymentResponseBodyOomReport$inboundSchema.optional(),
10707
11698
  aliasWarning: z.nullable(
@@ -10729,18 +11720,18 @@ export const GetDeploymentResponseBody1$inboundSchema: z.ZodType<
10729
11720
  errorStep: z.string().optional(),
10730
11721
  passiveRegions: z.array(z.string()).optional(),
10731
11722
  gitSource: z.union([
11723
+ z.lazy(() => GetDeploymentGitSourceDeployments10$inboundSchema),
11724
+ z.lazy(() => GetDeploymentGitSourceDeployments12$inboundSchema),
11725
+ z.lazy(() => GetDeploymentGitSourceDeployments4$inboundSchema),
10732
11726
  z.lazy(() => GetDeploymentGitSourceDeployments8$inboundSchema),
11727
+ z.lazy(() => GetDeploymentGitSourceDeployments9$inboundSchema),
10733
11728
  z.lazy(() => GetDeploymentGitSourceDeployments11$inboundSchema),
10734
- z.lazy(() => GetDeploymentGitSourceDeployments1$inboundSchema),
10735
- z.lazy(() => GetDeploymentGitSourceDeployments5$inboundSchema),
10736
11729
  z.lazy(() => GetDeploymentGitSourceDeployments2$inboundSchema),
10737
11730
  z.lazy(() => GetDeploymentGitSourceDeployments3$inboundSchema),
10738
- z.lazy(() => GetDeploymentGitSourceDeployments6$inboundSchema),
10739
11731
  z.lazy(() => GetDeploymentGitSourceDeployments7$inboundSchema),
10740
- z.lazy(() => GetDeploymentGitSourceDeployments9$inboundSchema),
10741
- z.lazy(() => GetDeploymentGitSourceDeployments4$inboundSchema),
10742
- z.lazy(() => GetDeploymentGitSourceDeployments10$inboundSchema),
10743
- z.lazy(() => GetDeploymentGitSourceDeployments12$inboundSchema),
11732
+ z.lazy(() => GetDeploymentGitSourceDeployments1$inboundSchema),
11733
+ z.lazy(() => GetDeploymentGitSourceDeployments5$inboundSchema),
11734
+ z.lazy(() => GetDeploymentGitSourceDeployments6$inboundSchema),
10744
11735
  ]).optional(),
10745
11736
  meta: z.record(z.string()),
10746
11737
  originCacheRegion: z.string().optional(),
@@ -10771,16 +11762,16 @@ export const GetDeploymentResponseBody1$inboundSchema: z.ZodType<
10771
11762
  z.array(z.union([
10772
11763
  z.lazy(() => GetDeploymentRoutes3$inboundSchema),
10773
11764
  z.lazy(() =>
10774
- GetDeploymentRoutes2$inboundSchema
11765
+ GetDeploymentRoutes1$inboundSchema
10775
11766
  ),
10776
- z.lazy(() => GetDeploymentRoutes1$inboundSchema),
11767
+ z.lazy(() => GetDeploymentRoutes2$inboundSchema),
10777
11768
  ])),
10778
11769
  ),
10779
11770
  gitRepo: z.nullable(
10780
11771
  z.union([
10781
- z.lazy(() => GetDeploymentGitRepo1$inboundSchema),
10782
11772
  z.lazy(() => GetDeploymentGitRepo2$inboundSchema),
10783
11773
  z.lazy(() => GetDeploymentGitRepo3$inboundSchema),
11774
+ z.lazy(() => GetDeploymentGitRepo1$inboundSchema),
10784
11775
  ]),
10785
11776
  ).optional(),
10786
11777
  flags: z.union([
@@ -10788,8 +11779,8 @@ export const GetDeploymentResponseBody1$inboundSchema: z.ZodType<
10788
11779
  z.array(z.lazy(() => GetDeploymentFlags2$inboundSchema)),
10789
11780
  ]).optional(),
10790
11781
  microfrontends: z.union([
10791
- z.lazy(() => GetDeploymentMicrofrontends1$inboundSchema),
10792
11782
  z.lazy(() => GetDeploymentMicrofrontends2$inboundSchema),
11783
+ z.lazy(() => GetDeploymentMicrofrontends1$inboundSchema),
10793
11784
  ]).optional(),
10794
11785
  config: z.lazy(() => ResponseBodyConfig$inboundSchema).optional(),
10795
11786
  checks: z.lazy(() => ResponseBodyChecks$inboundSchema).optional(),
@@ -10828,8 +11819,8 @@ export type GetDeploymentResponseBody1$Outbound = {
10828
11819
  previewCommentsEnabled?: boolean | undefined;
10829
11820
  ttyBuildLogs?: boolean | undefined;
10830
11821
  customEnvironment?:
10831
- | GetDeploymentCustomEnvironmentDeployments2$Outbound
10832
11822
  | GetDeploymentCustomEnvironmentDeployments1$Outbound
11823
+ | GetDeploymentCustomEnvironmentDeployments2$Outbound
10833
11824
  | undefined;
10834
11825
  oomReport?: string | undefined;
10835
11826
  aliasWarning?:
@@ -10857,18 +11848,18 @@ export type GetDeploymentResponseBody1$Outbound = {
10857
11848
  errorStep?: string | undefined;
10858
11849
  passiveRegions?: Array<string> | undefined;
10859
11850
  gitSource?:
11851
+ | GetDeploymentGitSourceDeployments10$Outbound
11852
+ | GetDeploymentGitSourceDeployments12$Outbound
11853
+ | GetDeploymentGitSourceDeployments4$Outbound
10860
11854
  | GetDeploymentGitSourceDeployments8$Outbound
11855
+ | GetDeploymentGitSourceDeployments9$Outbound
10861
11856
  | GetDeploymentGitSourceDeployments11$Outbound
10862
- | GetDeploymentGitSourceDeployments1$Outbound
10863
- | GetDeploymentGitSourceDeployments5$Outbound
10864
11857
  | GetDeploymentGitSourceDeployments2$Outbound
10865
11858
  | GetDeploymentGitSourceDeployments3$Outbound
10866
- | GetDeploymentGitSourceDeployments6$Outbound
10867
11859
  | GetDeploymentGitSourceDeployments7$Outbound
10868
- | GetDeploymentGitSourceDeployments9$Outbound
10869
- | GetDeploymentGitSourceDeployments4$Outbound
10870
- | GetDeploymentGitSourceDeployments10$Outbound
10871
- | GetDeploymentGitSourceDeployments12$Outbound
11860
+ | GetDeploymentGitSourceDeployments1$Outbound
11861
+ | GetDeploymentGitSourceDeployments5$Outbound
11862
+ | GetDeploymentGitSourceDeployments6$Outbound
10872
11863
  | undefined;
10873
11864
  meta: { [k: string]: string };
10874
11865
  originCacheRegion?: string | undefined;
@@ -10898,14 +11889,14 @@ export type GetDeploymentResponseBody1$Outbound = {
10898
11889
  routes:
10899
11890
  | Array<
10900
11891
  | GetDeploymentRoutes3$Outbound
10901
- | GetDeploymentRoutes2$Outbound
10902
11892
  | GetDeploymentRoutes1$Outbound
11893
+ | GetDeploymentRoutes2$Outbound
10903
11894
  >
10904
11895
  | null;
10905
11896
  gitRepo?:
10906
- | GetDeploymentGitRepo1$Outbound
10907
11897
  | GetDeploymentGitRepo2$Outbound
10908
11898
  | GetDeploymentGitRepo3$Outbound
11899
+ | GetDeploymentGitRepo1$Outbound
10909
11900
  | null
10910
11901
  | undefined;
10911
11902
  flags?:
@@ -10913,8 +11904,8 @@ export type GetDeploymentResponseBody1$Outbound = {
10913
11904
  | Array<GetDeploymentFlags2$Outbound>
10914
11905
  | undefined;
10915
11906
  microfrontends?:
10916
- | GetDeploymentMicrofrontends1$Outbound
10917
11907
  | GetDeploymentMicrofrontends2$Outbound
11908
+ | GetDeploymentMicrofrontends1$Outbound
10918
11909
  | undefined;
10919
11910
  config?: ResponseBodyConfig$Outbound | undefined;
10920
11911
  checks?: ResponseBodyChecks$Outbound | undefined;
@@ -10960,8 +11951,8 @@ export const GetDeploymentResponseBody1$outboundSchema: z.ZodType<
10960
11951
  previewCommentsEnabled: z.boolean().optional(),
10961
11952
  ttyBuildLogs: z.boolean().optional(),
10962
11953
  customEnvironment: z.union([
10963
- z.lazy(() => GetDeploymentCustomEnvironmentDeployments2$outboundSchema),
10964
11954
  z.lazy(() => GetDeploymentCustomEnvironmentDeployments1$outboundSchema),
11955
+ z.lazy(() => GetDeploymentCustomEnvironmentDeployments2$outboundSchema),
10965
11956
  ]).optional(),
10966
11957
  oomReport: GetDeploymentResponseBodyOomReport$outboundSchema.optional(),
10967
11958
  aliasWarning: z.nullable(
@@ -10989,18 +11980,18 @@ export const GetDeploymentResponseBody1$outboundSchema: z.ZodType<
10989
11980
  errorStep: z.string().optional(),
10990
11981
  passiveRegions: z.array(z.string()).optional(),
10991
11982
  gitSource: z.union([
11983
+ z.lazy(() => GetDeploymentGitSourceDeployments10$outboundSchema),
11984
+ z.lazy(() => GetDeploymentGitSourceDeployments12$outboundSchema),
11985
+ z.lazy(() => GetDeploymentGitSourceDeployments4$outboundSchema),
10992
11986
  z.lazy(() => GetDeploymentGitSourceDeployments8$outboundSchema),
11987
+ z.lazy(() => GetDeploymentGitSourceDeployments9$outboundSchema),
10993
11988
  z.lazy(() => GetDeploymentGitSourceDeployments11$outboundSchema),
10994
- z.lazy(() => GetDeploymentGitSourceDeployments1$outboundSchema),
10995
- z.lazy(() => GetDeploymentGitSourceDeployments5$outboundSchema),
10996
11989
  z.lazy(() => GetDeploymentGitSourceDeployments2$outboundSchema),
10997
11990
  z.lazy(() => GetDeploymentGitSourceDeployments3$outboundSchema),
10998
- z.lazy(() => GetDeploymentGitSourceDeployments6$outboundSchema),
10999
11991
  z.lazy(() => GetDeploymentGitSourceDeployments7$outboundSchema),
11000
- z.lazy(() => GetDeploymentGitSourceDeployments9$outboundSchema),
11001
- z.lazy(() => GetDeploymentGitSourceDeployments4$outboundSchema),
11002
- z.lazy(() => GetDeploymentGitSourceDeployments10$outboundSchema),
11003
- z.lazy(() => GetDeploymentGitSourceDeployments12$outboundSchema),
11992
+ z.lazy(() => GetDeploymentGitSourceDeployments1$outboundSchema),
11993
+ z.lazy(() => GetDeploymentGitSourceDeployments5$outboundSchema),
11994
+ z.lazy(() => GetDeploymentGitSourceDeployments6$outboundSchema),
11004
11995
  ]).optional(),
11005
11996
  meta: z.record(z.string()),
11006
11997
  originCacheRegion: z.string().optional(),
@@ -11031,16 +12022,16 @@ export const GetDeploymentResponseBody1$outboundSchema: z.ZodType<
11031
12022
  z.array(z.union([
11032
12023
  z.lazy(() => GetDeploymentRoutes3$outboundSchema),
11033
12024
  z.lazy(() =>
11034
- GetDeploymentRoutes2$outboundSchema
12025
+ GetDeploymentRoutes1$outboundSchema
11035
12026
  ),
11036
- z.lazy(() => GetDeploymentRoutes1$outboundSchema),
12027
+ z.lazy(() => GetDeploymentRoutes2$outboundSchema),
11037
12028
  ])),
11038
12029
  ),
11039
12030
  gitRepo: z.nullable(
11040
12031
  z.union([
11041
- z.lazy(() => GetDeploymentGitRepo1$outboundSchema),
11042
12032
  z.lazy(() => GetDeploymentGitRepo2$outboundSchema),
11043
12033
  z.lazy(() => GetDeploymentGitRepo3$outboundSchema),
12034
+ z.lazy(() => GetDeploymentGitRepo1$outboundSchema),
11044
12035
  ]),
11045
12036
  ).optional(),
11046
12037
  flags: z.union([
@@ -11048,8 +12039,8 @@ export const GetDeploymentResponseBody1$outboundSchema: z.ZodType<
11048
12039
  z.array(z.lazy(() => GetDeploymentFlags2$outboundSchema)),
11049
12040
  ]).optional(),
11050
12041
  microfrontends: z.union([
11051
- z.lazy(() => GetDeploymentMicrofrontends1$outboundSchema),
11052
12042
  z.lazy(() => GetDeploymentMicrofrontends2$outboundSchema),
12043
+ z.lazy(() => GetDeploymentMicrofrontends1$outboundSchema),
11053
12044
  ]).optional(),
11054
12045
  config: z.lazy(() => ResponseBodyConfig$outboundSchema).optional(),
11055
12046
  checks: z.lazy(() => ResponseBodyChecks$outboundSchema).optional(),
@@ -11092,14 +12083,14 @@ export const GetDeploymentResponseBody$inboundSchema: z.ZodType<
11092
12083
  z.ZodTypeDef,
11093
12084
  unknown
11094
12085
  > = z.union([
11095
- z.lazy(() => GetDeploymentResponseBody2$inboundSchema),
11096
12086
  z.lazy(() => GetDeploymentResponseBody1$inboundSchema),
12087
+ z.lazy(() => GetDeploymentResponseBody2$inboundSchema),
11097
12088
  ]);
11098
12089
 
11099
12090
  /** @internal */
11100
12091
  export type GetDeploymentResponseBody$Outbound =
11101
- | GetDeploymentResponseBody2$Outbound
11102
- | GetDeploymentResponseBody1$Outbound;
12092
+ | GetDeploymentResponseBody1$Outbound
12093
+ | GetDeploymentResponseBody2$Outbound;
11103
12094
 
11104
12095
  /** @internal */
11105
12096
  export const GetDeploymentResponseBody$outboundSchema: z.ZodType<
@@ -11107,8 +12098,8 @@ export const GetDeploymentResponseBody$outboundSchema: z.ZodType<
11107
12098
  z.ZodTypeDef,
11108
12099
  GetDeploymentResponseBody
11109
12100
  > = z.union([
11110
- z.lazy(() => GetDeploymentResponseBody2$outboundSchema),
11111
12101
  z.lazy(() => GetDeploymentResponseBody1$outboundSchema),
12102
+ z.lazy(() => GetDeploymentResponseBody2$outboundSchema),
11112
12103
  ]);
11113
12104
 
11114
12105
  /**