@vercel/sdk 1.10.0 → 1.10.2

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 (290) hide show
  1. package/bin/mcp-server.js +3601 -3879
  2. package/bin/mcp-server.js.map +59 -59
  3. package/docs/sdks/accessgroups/README.md +11 -0
  4. package/docs/sdks/aliases/README.md +7 -1
  5. package/docs/sdks/artifacts/README.md +6 -0
  6. package/docs/sdks/authentication/README.md +5 -0
  7. package/docs/sdks/certs/README.md +4 -0
  8. package/docs/sdks/checks/README.md +5 -0
  9. package/docs/sdks/deployments/README.md +18 -0
  10. package/docs/sdks/dns/README.md +4 -0
  11. package/docs/sdks/domains/README.md +10 -0
  12. package/docs/sdks/edgeconfig/README.md +17 -0
  13. package/docs/sdks/environment/README.md +5 -0
  14. package/docs/sdks/integrations/README.md +4 -0
  15. package/docs/sdks/logdrains/README.md +3 -0
  16. package/docs/sdks/logs/README.md +1 -0
  17. package/docs/sdks/marketplace/README.md +20 -0
  18. package/docs/sdks/projectmembers/README.md +3 -0
  19. package/docs/sdks/projects/README.md +24 -0
  20. package/docs/sdks/rollingrelease/README.md +7 -0
  21. package/docs/sdks/security/README.md +8 -0
  22. package/docs/sdks/teams/README.md +13 -0
  23. package/docs/sdks/user/README.md +3 -0
  24. package/docs/sdks/webhooks/README.md +4 -0
  25. package/esm/__tests__/aliases.test.js +16 -16
  26. package/esm/__tests__/aliases.test.js.map +1 -1
  27. package/esm/__tests__/security.test.js +13 -1
  28. package/esm/__tests__/security.test.js.map +1 -1
  29. package/esm/funcs/aliasesGetAlias.d.ts +2 -2
  30. package/esm/funcs/aliasesGetAlias.d.ts.map +1 -1
  31. package/esm/funcs/aliasesGetAlias.js +3 -2
  32. package/esm/funcs/aliasesGetAlias.js.map +1 -1
  33. package/esm/funcs/checksRerequestCheck.js +1 -0
  34. package/esm/funcs/checksRerequestCheck.js.map +1 -1
  35. package/esm/funcs/domainsBuyDomain.js +2 -2
  36. package/esm/funcs/domainsBuyDomain.js.map +1 -1
  37. package/esm/funcs/domainsGetDomainConfig.js +2 -2
  38. package/esm/funcs/domainsGetDomainConfig.js.map +1 -1
  39. package/esm/funcs/domainsPatchDomain.js +2 -2
  40. package/esm/funcs/domainsPatchDomain.js.map +1 -1
  41. package/esm/funcs/edgeConfigPatchEdgeConfigItems.js +2 -3
  42. package/esm/funcs/edgeConfigPatchEdgeConfigItems.js.map +1 -1
  43. package/esm/funcs/marketplaceUpdateInstallationIntegrationEdgeConfig.js +2 -2
  44. package/esm/funcs/marketplaceUpdateInstallationIntegrationEdgeConfig.js.map +1 -1
  45. package/esm/funcs/projectsAcceptProjectTransferRequest.js +2 -2
  46. package/esm/funcs/projectsAcceptProjectTransferRequest.js.map +1 -1
  47. package/esm/funcs/projectsCreateProject.js +2 -2
  48. package/esm/funcs/projectsCreateProject.js.map +1 -1
  49. package/esm/funcs/teamsPatchTeam.js +2 -2
  50. package/esm/funcs/teamsPatchTeam.js.map +1 -1
  51. package/esm/lib/config.d.ts +3 -3
  52. package/esm/lib/config.js +3 -3
  53. package/esm/mcp-server/mcp-server.js +1 -1
  54. package/esm/mcp-server/server.js +1 -1
  55. package/esm/models/acceptprojecttransferrequestop.d.ts +176 -2
  56. package/esm/models/acceptprojecttransferrequestop.d.ts.map +1 -1
  57. package/esm/models/acceptprojecttransferrequestop.js +176 -2
  58. package/esm/models/acceptprojecttransferrequestop.js.map +1 -1
  59. package/esm/models/addbypassipop.d.ts +38 -38
  60. package/esm/models/addbypassipop.d.ts.map +1 -1
  61. package/esm/models/addbypassipop.js +44 -42
  62. package/esm/models/addbypassipop.js.map +1 -1
  63. package/esm/models/authtoken.d.ts +10 -4
  64. package/esm/models/authtoken.d.ts.map +1 -1
  65. package/esm/models/authtoken.js +6 -4
  66. package/esm/models/authtoken.js.map +1 -1
  67. package/esm/models/authuser.d.ts +54 -0
  68. package/esm/models/authuser.d.ts.map +1 -1
  69. package/esm/models/authuser.js +34 -0
  70. package/esm/models/authuser.js.map +1 -1
  71. package/esm/models/canceldeploymentop.d.ts +385 -148
  72. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  73. package/esm/models/canceldeploymentop.js +363 -148
  74. package/esm/models/canceldeploymentop.js.map +1 -1
  75. package/esm/models/createcustomenvironmentop.d.ts +3 -3
  76. package/esm/models/createcustomenvironmentop.js +1 -1
  77. package/esm/models/createcustomenvironmentop.js.map +1 -1
  78. package/esm/models/createdeploymentop.d.ts +604 -344
  79. package/esm/models/createdeploymentop.d.ts.map +1 -1
  80. package/esm/models/createdeploymentop.js +501 -274
  81. package/esm/models/createdeploymentop.js.map +1 -1
  82. package/esm/models/createlogdrainop.d.ts +2 -2
  83. package/esm/models/createlogdrainop.d.ts.map +1 -1
  84. package/esm/models/createlogdrainop.js +2 -2
  85. package/esm/models/createlogdrainop.js.map +1 -1
  86. package/esm/models/createprojectenvop.d.ts +6 -6
  87. package/esm/models/createprojectenvop.js +2 -2
  88. package/esm/models/createprojectenvop.js.map +1 -1
  89. package/esm/models/createprojectop.d.ts +378 -797
  90. package/esm/models/createprojectop.d.ts.map +1 -1
  91. package/esm/models/createprojectop.js +344 -718
  92. package/esm/models/createprojectop.js.map +1 -1
  93. package/esm/models/createwebhookop.d.ts +12 -0
  94. package/esm/models/createwebhookop.d.ts.map +1 -1
  95. package/esm/models/createwebhookop.js +4 -0
  96. package/esm/models/createwebhookop.js.map +1 -1
  97. package/esm/models/editprojectenvop.d.ts +3 -3
  98. package/esm/models/editprojectenvop.js +1 -1
  99. package/esm/models/editprojectenvop.js.map +1 -1
  100. package/esm/models/exchangessotokenop.d.ts +4 -4
  101. package/esm/models/exchangessotokenop.d.ts.map +1 -1
  102. package/esm/models/exchangessotokenop.js +4 -4
  103. package/esm/models/exchangessotokenop.js.map +1 -1
  104. package/esm/models/filterprojectenvsop.d.ts +9 -9
  105. package/esm/models/filterprojectenvsop.js +3 -3
  106. package/esm/models/filterprojectenvsop.js.map +1 -1
  107. package/esm/models/getaliasop.d.ts +0 -555
  108. package/esm/models/getaliasop.d.ts.map +1 -1
  109. package/esm/models/getaliasop.js +0 -449
  110. package/esm/models/getaliasop.js.map +1 -1
  111. package/esm/models/getbypassipop.d.ts +55 -179
  112. package/esm/models/getbypassipop.d.ts.map +1 -1
  113. package/esm/models/getbypassipop.js +59 -221
  114. package/esm/models/getbypassipop.js.map +1 -1
  115. package/esm/models/getcustomenvironmentop.d.ts +3 -3
  116. package/esm/models/getcustomenvironmentop.js +1 -1
  117. package/esm/models/getcustomenvironmentop.js.map +1 -1
  118. package/esm/models/getdeploymentop.d.ts +847 -366
  119. package/esm/models/getdeploymentop.d.ts.map +1 -1
  120. package/esm/models/getdeploymentop.js +772 -332
  121. package/esm/models/getdeploymentop.js.map +1 -1
  122. package/esm/models/getdeploymentsop.d.ts +3 -0
  123. package/esm/models/getdeploymentsop.d.ts.map +1 -1
  124. package/esm/models/getdeploymentsop.js +1 -0
  125. package/esm/models/getdeploymentsop.js.map +1 -1
  126. package/esm/models/getfirewallconfigop.d.ts +3 -0
  127. package/esm/models/getfirewallconfigop.d.ts.map +1 -1
  128. package/esm/models/getfirewallconfigop.js +1 -0
  129. package/esm/models/getfirewallconfigop.js.map +1 -1
  130. package/esm/models/getintegrationlogdrainsop.d.ts +2 -2
  131. package/esm/models/getintegrationlogdrainsop.d.ts.map +1 -1
  132. package/esm/models/getintegrationlogdrainsop.js +4 -2
  133. package/esm/models/getintegrationlogdrainsop.js.map +1 -1
  134. package/esm/models/getprojectmembersop.d.ts +3 -0
  135. package/esm/models/getprojectmembersop.d.ts.map +1 -1
  136. package/esm/models/getprojectmembersop.js +1 -0
  137. package/esm/models/getprojectmembersop.js.map +1 -1
  138. package/esm/models/getprojectsop.d.ts +218 -643
  139. package/esm/models/getprojectsop.d.ts.map +1 -1
  140. package/esm/models/getprojectsop.js +197 -573
  141. package/esm/models/getprojectsop.js.map +1 -1
  142. package/esm/models/getrecordsop.d.ts +8 -0
  143. package/esm/models/getrecordsop.d.ts.map +1 -1
  144. package/esm/models/getrecordsop.js +8 -0
  145. package/esm/models/getrecordsop.js.map +1 -1
  146. package/esm/models/getteammembersop.d.ts +6 -0
  147. package/esm/models/getteammembersop.d.ts.map +1 -1
  148. package/esm/models/getteammembersop.js +2 -0
  149. package/esm/models/getteammembersop.js.map +1 -1
  150. package/esm/models/getv9projectsidornamecustomenvironmentsop.d.ts +3 -3
  151. package/esm/models/getv9projectsidornamecustomenvironmentsop.js +1 -1
  152. package/esm/models/getv9projectsidornamecustomenvironmentsop.js.map +1 -1
  153. package/esm/models/getwebhookop.d.ts +6 -0
  154. package/esm/models/getwebhookop.d.ts.map +1 -1
  155. package/esm/models/getwebhookop.js +2 -0
  156. package/esm/models/getwebhookop.js.map +1 -1
  157. package/esm/models/getwebhooksop.d.ts +15 -0
  158. package/esm/models/getwebhooksop.d.ts.map +1 -1
  159. package/esm/models/getwebhooksop.js +5 -0
  160. package/esm/models/getwebhooksop.js.map +1 -1
  161. package/esm/models/inviteusertoteamop.d.ts +33 -0
  162. package/esm/models/inviteusertoteamop.d.ts.map +1 -1
  163. package/esm/models/inviteusertoteamop.js +11 -0
  164. package/esm/models/inviteusertoteamop.js.map +1 -1
  165. package/esm/models/listaccessgroupmembersop.d.ts +3 -0
  166. package/esm/models/listaccessgroupmembersop.d.ts.map +1 -1
  167. package/esm/models/listaccessgroupmembersop.js +1 -0
  168. package/esm/models/listaccessgroupmembersop.js.map +1 -1
  169. package/esm/models/listaliasesop.d.ts +141 -39
  170. package/esm/models/listaliasesop.d.ts.map +1 -1
  171. package/esm/models/listaliasesop.js +132 -35
  172. package/esm/models/listaliasesop.js.map +1 -1
  173. package/esm/models/listdeploymentaliasesop.d.ts +30 -30
  174. package/esm/models/listdeploymentaliasesop.d.ts.map +1 -1
  175. package/esm/models/listdeploymentaliasesop.js +34 -34
  176. package/esm/models/listdeploymentaliasesop.js.map +1 -1
  177. package/esm/models/patchedgeconfigitemsop.d.ts +0 -4
  178. package/esm/models/patchedgeconfigitemsop.d.ts.map +1 -1
  179. package/esm/models/patchedgeconfigitemsop.js +0 -4
  180. package/esm/models/patchedgeconfigitemsop.js.map +1 -1
  181. package/esm/models/patchteamop.d.ts +185 -0
  182. package/esm/models/patchteamop.d.ts.map +1 -1
  183. package/esm/models/patchteamop.js +132 -0
  184. package/esm/models/patchteamop.js.map +1 -1
  185. package/esm/models/putfirewallconfigop.d.ts +3 -0
  186. package/esm/models/putfirewallconfigop.d.ts.map +1 -1
  187. package/esm/models/putfirewallconfigop.js +1 -0
  188. package/esm/models/putfirewallconfigop.js.map +1 -1
  189. package/esm/models/removecustomenvironmentop.d.ts +3 -3
  190. package/esm/models/removecustomenvironmentop.js +1 -1
  191. package/esm/models/removecustomenvironmentop.js.map +1 -1
  192. package/esm/models/removeprojectenvop.d.ts +9 -9
  193. package/esm/models/removeprojectenvop.js +3 -3
  194. package/esm/models/removeprojectenvop.js.map +1 -1
  195. package/esm/models/rerequestcheckop.d.ts +5 -0
  196. package/esm/models/rerequestcheckop.d.ts.map +1 -1
  197. package/esm/models/rerequestcheckop.js +2 -0
  198. package/esm/models/rerequestcheckop.js.map +1 -1
  199. package/esm/models/team.d.ts +142 -0
  200. package/esm/models/team.d.ts.map +1 -1
  201. package/esm/models/team.js +111 -0
  202. package/esm/models/team.js.map +1 -1
  203. package/esm/models/teamlimited.d.ts +15 -0
  204. package/esm/models/teamlimited.d.ts.map +1 -1
  205. package/esm/models/teamlimited.js +5 -0
  206. package/esm/models/teamlimited.js.map +1 -1
  207. package/esm/models/updatecustomenvironmentop.d.ts +3 -3
  208. package/esm/models/updatecustomenvironmentop.js +1 -1
  209. package/esm/models/updatecustomenvironmentop.js.map +1 -1
  210. package/esm/models/updateprojectdatacacheop.d.ts +226 -651
  211. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  212. package/esm/models/updateprojectdatacacheop.js +209 -604
  213. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  214. package/esm/models/updateprojectop.d.ts +221 -643
  215. package/esm/models/updateprojectop.d.ts.map +1 -1
  216. package/esm/models/updateprojectop.js +198 -573
  217. package/esm/models/updateprojectop.js.map +1 -1
  218. package/esm/models/userevent.d.ts +1629 -1433
  219. package/esm/models/userevent.d.ts.map +1 -1
  220. package/esm/models/userevent.js +2023 -1841
  221. package/esm/models/userevent.js.map +1 -1
  222. package/esm/sdk/aliases.d.ts +2 -2
  223. package/esm/sdk/aliases.d.ts.map +1 -1
  224. package/examples/README.md +5 -0
  225. package/examples/package-lock.json +8 -7
  226. package/examples/projectsUpdateProject.example.ts +2 -0
  227. package/jsr.json +1 -1
  228. package/package.json +6 -8
  229. package/src/__tests__/aliases.test.ts +16 -16
  230. package/src/__tests__/security.test.ts +13 -1
  231. package/src/funcs/aliasesGetAlias.ts +5 -6
  232. package/src/funcs/checksRerequestCheck.ts +1 -0
  233. package/src/funcs/domainsBuyDomain.ts +2 -2
  234. package/src/funcs/domainsGetDomainConfig.ts +2 -2
  235. package/src/funcs/domainsPatchDomain.ts +2 -2
  236. package/src/funcs/edgeConfigPatchEdgeConfigItems.ts +2 -3
  237. package/src/funcs/marketplaceUpdateInstallationIntegrationEdgeConfig.ts +2 -2
  238. package/src/funcs/projectsAcceptProjectTransferRequest.ts +2 -2
  239. package/src/funcs/projectsCreateProject.ts +2 -2
  240. package/src/funcs/teamsPatchTeam.ts +2 -2
  241. package/src/lib/config.ts +3 -3
  242. package/src/mcp-server/mcp-server.ts +1 -1
  243. package/src/mcp-server/server.ts +1 -1
  244. package/src/models/acceptprojecttransferrequestop.ts +449 -4
  245. package/src/models/addbypassipop.ts +69 -78
  246. package/src/models/authtoken.ts +10 -8
  247. package/src/models/authuser.ts +93 -0
  248. package/src/models/canceldeploymentop.ts +734 -295
  249. package/src/models/createcustomenvironmentop.ts +1 -1
  250. package/src/models/createdeploymentop.ts +1122 -641
  251. package/src/models/createlogdrainop.ts +4 -4
  252. package/src/models/createprojectenvop.ts +2 -2
  253. package/src/models/createprojectop.ts +734 -1475
  254. package/src/models/createwebhookop.ts +4 -0
  255. package/src/models/editprojectenvop.ts +1 -1
  256. package/src/models/exchangessotokenop.ts +8 -8
  257. package/src/models/filterprojectenvsop.ts +3 -3
  258. package/src/models/getaliasop.ts +0 -1042
  259. package/src/models/getbypassipop.ts +100 -404
  260. package/src/models/getcustomenvironmentop.ts +1 -1
  261. package/src/models/getdeploymentop.ts +1761 -780
  262. package/src/models/getdeploymentsop.ts +1 -0
  263. package/src/models/getfirewallconfigop.ts +1 -0
  264. package/src/models/getintegrationlogdrainsop.ts +6 -4
  265. package/src/models/getprojectmembersop.ts +1 -0
  266. package/src/models/getprojectsop.ts +612 -1335
  267. package/src/models/getrecordsop.ts +16 -0
  268. package/src/models/getteammembersop.ts +2 -0
  269. package/src/models/getv9projectsidornamecustomenvironmentsop.ts +1 -1
  270. package/src/models/getwebhookop.ts +2 -0
  271. package/src/models/getwebhooksop.ts +5 -0
  272. package/src/models/inviteusertoteamop.ts +11 -0
  273. package/src/models/listaccessgroupmembersop.ts +1 -0
  274. package/src/models/listaliasesop.ts +290 -74
  275. package/src/models/listdeploymentaliasesop.ts +58 -70
  276. package/src/models/patchedgeconfigitemsop.ts +0 -8
  277. package/src/models/patchteamop.ts +311 -0
  278. package/src/models/putfirewallconfigop.ts +1 -0
  279. package/src/models/removecustomenvironmentop.ts +1 -1
  280. package/src/models/removeprojectenvop.ts +3 -3
  281. package/src/models/rerequestcheckop.ts +7 -0
  282. package/src/models/team.ts +240 -0
  283. package/src/models/teamlimited.ts +5 -0
  284. package/src/models/updatecustomenvironmentop.ts +1 -1
  285. package/src/models/updateprojectdatacacheop.ts +684 -1411
  286. package/src/models/updateprojectop.ts +601 -1343
  287. package/src/models/userevent.ts +3615 -3202
  288. package/src/sdk/aliases.ts +2 -2
  289. package/temp/example.ts +11 -0
  290. package/vercel-spec.json +2337 -2625
@@ -103,6 +103,22 @@ export type GitMetadata = {
103
103
  * Whether or not there have been modifications to the working tree since the latest commit
104
104
  */
105
105
  dirty?: boolean | undefined;
106
+ /**
107
+ * True if process.env.CI was set when deploying
108
+ */
109
+ ci?: boolean | undefined;
110
+ /**
111
+ * The type of CI system used
112
+ */
113
+ ciType?: string | undefined;
114
+ /**
115
+ * The username used for the Git Provider (e.g. GitHub) if their CI (e.g. GitHub Actions) was used, if available
116
+ */
117
+ ciGitProviderUsername?: string | undefined;
118
+ /**
119
+ * The visibility of the Git repository if their CI (e.g. GitHub Actions) was used, if available
120
+ */
121
+ ciGitRepoVisibility?: string | undefined;
106
122
  };
107
123
  export declare const CreateDeploymentGitSourceDeploymentsRequestType: {
108
124
  readonly Bitbucket: "bitbucket";
@@ -214,6 +230,7 @@ export declare const Framework: {
214
230
  readonly Sanity: "sanity";
215
231
  readonly Storybook: "storybook";
216
232
  readonly Nitro: "nitro";
233
+ readonly Hono: "hono";
217
234
  };
218
235
  /**
219
236
  * The framework that is being used for this project. When `null` is used no framework is selected
@@ -414,6 +431,7 @@ export declare const CreateDeploymentFramework: {
414
431
  readonly Sanity: "sanity";
415
432
  readonly Storybook: "storybook";
416
433
  readonly Nitro: "nitro";
434
+ readonly Hono: "hono";
417
435
  };
418
436
  export type CreateDeploymentFramework = ClosedEnum<typeof CreateDeploymentFramework>;
419
437
  export type CreateDeploymentSpeedInsights = {
@@ -442,11 +460,11 @@ export type CreateDeploymentProjectSettings = {
442
460
  webAnalytics?: CreateDeploymentWebAnalytics | undefined;
443
461
  };
444
462
  export declare const CreateDeploymentDeploymentsStatus: {
463
+ readonly Error: "error";
464
+ readonly Timeout: "timeout";
445
465
  readonly Skipped: "skipped";
446
466
  readonly Pending: "pending";
447
467
  readonly Ready: "ready";
448
- readonly Error: "error";
449
- readonly Timeout: "timeout";
450
468
  };
451
469
  export type CreateDeploymentDeploymentsStatus = ClosedEnum<typeof CreateDeploymentDeploymentsStatus>;
452
470
  export type Integrations = {
@@ -527,8 +545,8 @@ export type Creator = {
527
545
  avatar?: string | undefined;
528
546
  };
529
547
  export declare const CreateDeploymentReadyState: {
530
- readonly Building: "BUILDING";
531
548
  readonly Error: "ERROR";
549
+ readonly Building: "BUILDING";
532
550
  readonly Initializing: "INITIALIZING";
533
551
  readonly Ready: "READY";
534
552
  };
@@ -543,8 +561,8 @@ export type CreateDeploymentOutput = {
543
561
  export type Lambdas = {
544
562
  id?: string | undefined;
545
563
  createdAt?: number | undefined;
546
- entrypoint?: string | null | undefined;
547
564
  readyState?: CreateDeploymentReadyState | undefined;
565
+ entrypoint?: string | null | undefined;
548
566
  readyStateAt?: number | undefined;
549
567
  output: Array<CreateDeploymentOutput>;
550
568
  };
@@ -684,12 +702,12 @@ export declare const CreateDeploymentType: {
684
702
  readonly Lambdas: "LAMBDAS";
685
703
  };
686
704
  export type CreateDeploymentType = ClosedEnum<typeof CreateDeploymentType>;
687
- export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type: {
705
+ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type: {
688
706
  readonly Bitbucket: "bitbucket";
689
707
  };
690
- export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type>;
691
- export type CreateDeploymentGitSource12 = {
692
- type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type;
708
+ export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type>;
709
+ export type CreateDeploymentGitSource15 = {
710
+ type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type;
693
711
  ref: string;
694
712
  sha: string;
695
713
  owner?: string | undefined;
@@ -697,22 +715,34 @@ export type CreateDeploymentGitSource12 = {
697
715
  workspaceUuid: string;
698
716
  repoUuid: string;
699
717
  };
700
- export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type: {
718
+ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type: {
701
719
  readonly Gitlab: "gitlab";
702
720
  };
703
- export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type>;
704
- export type CreateDeploymentGitSource11 = {
705
- type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type;
721
+ export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type>;
722
+ export type CreateDeploymentGitSource14 = {
723
+ type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type;
706
724
  ref: string;
707
725
  sha: string;
708
726
  projectId: number;
709
727
  };
710
- export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type: {
728
+ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type: {
729
+ readonly GithubLimited: "github-limited";
730
+ };
731
+ export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type>;
732
+ export type CreateDeploymentGitSource13 = {
733
+ type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type;
734
+ ref: string;
735
+ sha: string;
736
+ repoId: number;
737
+ org?: string | undefined;
738
+ repo?: string | undefined;
739
+ };
740
+ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type: {
711
741
  readonly GithubCustomHost: "github-custom-host";
712
742
  };
713
- export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type>;
714
- export type CreateDeploymentGitSource10 = {
715
- type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type;
743
+ export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type>;
744
+ export type CreateDeploymentGitSource12 = {
745
+ type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type;
716
746
  host: string;
717
747
  ref: string;
718
748
  sha: string;
@@ -720,63 +750,87 @@ export type CreateDeploymentGitSource10 = {
720
750
  org?: string | undefined;
721
751
  repo?: string | undefined;
722
752
  };
723
- export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type: {
753
+ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type: {
724
754
  readonly Github: "github";
725
755
  };
726
- export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type>;
727
- export type CreateDeploymentGitSource9 = {
728
- type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type;
756
+ export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type>;
757
+ export type CreateDeploymentGitSource11 = {
758
+ type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type;
729
759
  ref: string;
730
760
  sha: string;
731
761
  repoId: number;
732
762
  org?: string | undefined;
733
763
  repo?: string | undefined;
734
764
  };
735
- export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type: {
765
+ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type: {
736
766
  readonly Custom: "custom";
737
767
  };
738
- export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type>;
768
+ export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type>;
739
769
  /**
740
770
  * Allows custom git sources (local folder mounted to the container) in test mode
741
771
  */
742
- export type CreateDeploymentGitSource8 = {
743
- type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type;
772
+ export type CreateDeploymentGitSource10 = {
773
+ type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type;
744
774
  ref: string;
745
775
  sha: string;
746
776
  gitUrl: string;
747
777
  };
748
- export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type: {
778
+ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type: {
779
+ readonly Bitbucket: "bitbucket";
780
+ };
781
+ export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type>;
782
+ export type CreateDeploymentGitSource9 = {
783
+ type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type;
784
+ owner: string;
785
+ slug: string;
786
+ ref?: string | null | undefined;
787
+ sha?: string | undefined;
788
+ prId?: number | null | undefined;
789
+ };
790
+ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type: {
749
791
  readonly Bitbucket: "bitbucket";
750
792
  };
793
+ export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type>;
794
+ export type CreateDeploymentGitSource8 = {
795
+ type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type;
796
+ workspaceUuid?: string | undefined;
797
+ repoUuid: string;
798
+ ref?: string | null | undefined;
799
+ sha?: string | undefined;
800
+ prId?: number | null | undefined;
801
+ };
802
+ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type: {
803
+ readonly Gitlab: "gitlab";
804
+ };
751
805
  export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type>;
806
+ export type GitSourceProjectId = string | number;
752
807
  export type CreateDeploymentGitSource7 = {
753
808
  type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type;
754
- owner: string;
755
- slug: string;
809
+ projectId: string | number;
756
810
  ref?: string | null | undefined;
757
811
  sha?: string | undefined;
758
812
  prId?: number | null | undefined;
759
813
  };
760
814
  export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody6Type: {
761
- readonly Bitbucket: "bitbucket";
815
+ readonly GithubLimited: "github-limited";
762
816
  };
763
817
  export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody6Type = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody6Type>;
764
818
  export type CreateDeploymentGitSource6 = {
765
819
  type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody6Type;
766
- workspaceUuid?: string | undefined;
767
- repoUuid: string;
820
+ org: string;
821
+ repo: string;
768
822
  ref?: string | null | undefined;
769
823
  sha?: string | undefined;
770
824
  prId?: number | null | undefined;
771
825
  };
772
826
  export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type: {
773
- readonly Gitlab: "gitlab";
827
+ readonly GithubLimited: "github-limited";
774
828
  };
775
829
  export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type>;
776
- export type GitSourceProjectId = string | number;
830
+ export type CreateDeploymentGitSourceDeploymentsRepoId = string | number;
777
831
  export type CreateDeploymentGitSource5 = {
778
832
  type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type;
779
- projectId: string | number;
833
+ repoId: string | number;
780
834
  ref?: string | null | undefined;
781
835
  sha?: string | undefined;
782
836
  prId?: number | null | undefined;
@@ -831,12 +885,29 @@ export type CreateDeploymentGitSource1 = {
831
885
  sha?: string | undefined;
832
886
  prId?: number | null | undefined;
833
887
  };
834
- export type CreateDeploymentGitSource = CreateDeploymentGitSource10 | CreateDeploymentGitSource12 | CreateDeploymentGitSource4 | CreateDeploymentGitSource8 | CreateDeploymentGitSource9 | CreateDeploymentGitSource11 | CreateDeploymentGitSource2 | CreateDeploymentGitSource3 | CreateDeploymentGitSource7 | CreateDeploymentGitSource1 | CreateDeploymentGitSource5 | CreateDeploymentGitSource6;
888
+ export type CreateDeploymentGitSource = CreateDeploymentGitSource12 | CreateDeploymentGitSource15 | CreateDeploymentGitSource4 | CreateDeploymentGitSource10 | CreateDeploymentGitSource11 | CreateDeploymentGitSource13 | CreateDeploymentGitSource14 | CreateDeploymentGitSource2 | CreateDeploymentGitSource3 | CreateDeploymentGitSource6 | CreateDeploymentGitSource9 | CreateDeploymentGitSource1 | CreateDeploymentGitSource5 | CreateDeploymentGitSource7 | CreateDeploymentGitSource8;
835
889
  export type CreateDeploymentProject = {
836
890
  id: string;
837
891
  name: string;
838
892
  framework?: string | null | undefined;
839
893
  };
894
+ /**
895
+ * If set it overrides the `projectSettings.nodeVersion` for this deployment.
896
+ */
897
+ export declare const CreateDeploymentNodeVersion: {
898
+ readonly TwentyTwoDotX: "22.x";
899
+ readonly TwentyDotX: "20.x";
900
+ readonly EighteenDotX: "18.x";
901
+ readonly SixteenDotX: "16.x";
902
+ readonly FourteenDotX: "14.x";
903
+ readonly TwelveDotX: "12.x";
904
+ readonly TenDotX: "10.x";
905
+ readonly EightDot10DotX: "8.10.x";
906
+ };
907
+ /**
908
+ * If set it overrides the `projectSettings.nodeVersion` for this deployment.
909
+ */
910
+ export type CreateDeploymentNodeVersion = ClosedEnum<typeof CreateDeploymentNodeVersion>;
840
911
  export declare const ReadyState: {
841
912
  readonly Canceled: "CANCELED";
842
913
  readonly Error: "ERROR";
@@ -909,19 +980,19 @@ export type OidcTokenClaims = {
909
980
  environment: string;
910
981
  };
911
982
  export declare const CreateDeploymentPlan: {
983
+ readonly Hobby: "hobby";
912
984
  readonly Pro: "pro";
913
985
  readonly Enterprise: "enterprise";
914
- readonly Hobby: "hobby";
915
986
  };
916
987
  export type CreateDeploymentPlan = ClosedEnum<typeof CreateDeploymentPlan>;
917
988
  export declare const FunctionType: {
918
- readonly Fluid: "fluid";
919
989
  readonly Standard: "standard";
990
+ readonly Fluid: "fluid";
920
991
  };
921
992
  export type FunctionType = ClosedEnum<typeof FunctionType>;
922
993
  export declare const FunctionMemoryType: {
923
- readonly Standard: "standard";
924
994
  readonly StandardLegacy: "standard_legacy";
995
+ readonly Standard: "standard";
925
996
  readonly Performance: "performance";
926
997
  };
927
998
  export type FunctionMemoryType = ClosedEnum<typeof FunctionMemoryType>;
@@ -995,17 +1066,17 @@ export type Routes3 = {
995
1066
  continue: boolean;
996
1067
  middleware: number;
997
1068
  };
998
- export declare const RoutesHandle: {
999
- readonly Error: "error";
1069
+ export declare const Handle: {
1000
1070
  readonly Filesystem: "filesystem";
1071
+ readonly Error: "error";
1001
1072
  readonly Hit: "hit";
1002
1073
  readonly Miss: "miss";
1003
- readonly Rewrite: "rewrite";
1004
1074
  readonly Resource: "resource";
1075
+ readonly Rewrite: "rewrite";
1005
1076
  };
1006
- export type RoutesHandle = ClosedEnum<typeof RoutesHandle>;
1077
+ export type Handle = ClosedEnum<typeof Handle>;
1007
1078
  export type Routes2 = {
1008
- handle: RoutesHandle;
1079
+ handle: Handle;
1009
1080
  src?: string | undefined;
1010
1081
  dest?: string | undefined;
1011
1082
  status?: number | undefined;
@@ -1017,7 +1088,7 @@ export declare const CreateDeploymentHasType: {
1017
1088
  };
1018
1089
  export type CreateDeploymentHasType = ClosedEnum<typeof CreateDeploymentHasType>;
1019
1090
  export type ValueEq = string | number;
1020
- export type CreateDeploymentValueDeployments2 = {
1091
+ export type CreateDeploymentValue2 = {
1021
1092
  eq?: string | number | undefined;
1022
1093
  neq?: string | undefined;
1023
1094
  inc?: Array<string> | undefined;
@@ -1030,18 +1101,18 @@ export type CreateDeploymentValueDeployments2 = {
1030
1101
  lt?: number | undefined;
1031
1102
  lte?: number | undefined;
1032
1103
  };
1033
- export type CreateDeploymentHasValue = CreateDeploymentValueDeployments2 | string;
1104
+ export type HasValue = CreateDeploymentValue2 | string;
1034
1105
  export type Has2 = {
1035
1106
  type: CreateDeploymentHasType;
1036
1107
  key: string;
1037
- value?: CreateDeploymentValueDeployments2 | string | undefined;
1108
+ value?: CreateDeploymentValue2 | string | undefined;
1038
1109
  };
1039
1110
  export declare const HasType: {
1040
1111
  readonly Host: "host";
1041
1112
  };
1042
1113
  export type HasType = ClosedEnum<typeof HasType>;
1043
1114
  export type Eq = string | number;
1044
- export type CreateDeploymentValue2 = {
1115
+ export type CreateDeploymentValueDeploymentsResponse2002 = {
1045
1116
  eq?: string | number | undefined;
1046
1117
  neq?: string | undefined;
1047
1118
  inc?: Array<string> | undefined;
@@ -1054,12 +1125,12 @@ export type CreateDeploymentValue2 = {
1054
1125
  lt?: number | undefined;
1055
1126
  lte?: number | undefined;
1056
1127
  };
1057
- export type HasValue = CreateDeploymentValue2 | string;
1128
+ export type CreateDeploymentHasValue = CreateDeploymentValueDeploymentsResponse2002 | string;
1058
1129
  export type Has1 = {
1059
1130
  type: HasType;
1060
- value: CreateDeploymentValue2 | string;
1131
+ value: CreateDeploymentValueDeploymentsResponse2002 | string;
1061
1132
  };
1062
- export type RoutesHas = Has1 | Has2;
1133
+ export type Has = Has1 | Has2;
1063
1134
  export declare const CreateDeploymentMissingType: {
1064
1135
  readonly Header: "header";
1065
1136
  readonly Cookie: "cookie";
@@ -1067,7 +1138,7 @@ export declare const CreateDeploymentMissingType: {
1067
1138
  };
1068
1139
  export type CreateDeploymentMissingType = ClosedEnum<typeof CreateDeploymentMissingType>;
1069
1140
  export type CreateDeploymentValueDeploymentsEq = string | number;
1070
- export type CreateDeploymentValueDeploymentsResponse2002 = {
1141
+ export type CreateDeploymentValueDeploymentsResponse2 = {
1071
1142
  eq?: string | number | undefined;
1072
1143
  neq?: string | undefined;
1073
1144
  inc?: Array<string> | undefined;
@@ -1080,18 +1151,18 @@ export type CreateDeploymentValueDeploymentsResponse2002 = {
1080
1151
  lt?: number | undefined;
1081
1152
  lte?: number | undefined;
1082
1153
  };
1083
- export type CreateDeploymentMissingValue = CreateDeploymentValueDeploymentsResponse2002 | string;
1154
+ export type CreateDeploymentMissingValue = CreateDeploymentValueDeploymentsResponse2 | string;
1084
1155
  export type Missing2 = {
1085
1156
  type: CreateDeploymentMissingType;
1086
1157
  key: string;
1087
- value?: CreateDeploymentValueDeploymentsResponse2002 | string | undefined;
1158
+ value?: CreateDeploymentValueDeploymentsResponse2 | string | undefined;
1088
1159
  };
1089
1160
  export declare const MissingType: {
1090
1161
  readonly Host: "host";
1091
1162
  };
1092
1163
  export type MissingType = ClosedEnum<typeof MissingType>;
1093
1164
  export type CreateDeploymentValueEq = string | number;
1094
- export type CreateDeploymentValueDeploymentsResponse2 = {
1165
+ export type CreateDeploymentValueDeployments2 = {
1095
1166
  eq?: string | number | undefined;
1096
1167
  neq?: string | undefined;
1097
1168
  inc?: Array<string> | undefined;
@@ -1104,18 +1175,18 @@ export type CreateDeploymentValueDeploymentsResponse2 = {
1104
1175
  lt?: number | undefined;
1105
1176
  lte?: number | undefined;
1106
1177
  };
1107
- export type MissingValue = CreateDeploymentValueDeploymentsResponse2 | string;
1178
+ export type MissingValue = CreateDeploymentValueDeployments2 | string;
1108
1179
  export type Missing1 = {
1109
1180
  type: MissingType;
1110
- value: CreateDeploymentValueDeploymentsResponse2 | string;
1181
+ value: CreateDeploymentValueDeployments2 | string;
1111
1182
  };
1112
- export type RoutesMissing = Missing1 | Missing2;
1183
+ export type Missing = Missing1 | Missing2;
1113
1184
  export declare const RoutesAction: {
1114
1185
  readonly Challenge: "challenge";
1115
1186
  readonly Deny: "deny";
1116
1187
  };
1117
1188
  export type RoutesAction = ClosedEnum<typeof RoutesAction>;
1118
- export type RoutesMitigate = {
1189
+ export type CreateDeploymentRoutesMitigate = {
1119
1190
  action: RoutesAction;
1120
1191
  };
1121
1192
  export declare const RoutesType: {
@@ -1125,8 +1196,8 @@ export declare const RoutesType: {
1125
1196
  };
1126
1197
  export type RoutesType = ClosedEnum<typeof RoutesType>;
1127
1198
  export declare const CreateDeploymentRoutesOp: {
1128
- readonly Append: "append";
1129
1199
  readonly Set: "set";
1200
+ readonly Append: "append";
1130
1201
  readonly Delete: "delete";
1131
1202
  };
1132
1203
  export type CreateDeploymentRoutesOp = ClosedEnum<typeof CreateDeploymentRoutesOp>;
@@ -1175,7 +1246,7 @@ export type Routes1 = {
1175
1246
  status?: number | undefined;
1176
1247
  has?: Array<Has1 | Has2> | undefined;
1177
1248
  missing?: Array<Missing1 | Missing2> | undefined;
1178
- mitigate?: RoutesMitigate | undefined;
1249
+ mitigate?: CreateDeploymentRoutesMitigate | undefined;
1179
1250
  transforms?: Array<Transforms> | undefined;
1180
1251
  locale?: Locale | undefined;
1181
1252
  /**
@@ -1219,7 +1290,7 @@ export type CreateDeploymentChecks = {
1219
1290
  /**
1220
1291
  * A map of the other applications that are part of this group. Only defined on the default application. The field is set after deployments have been created, so can be undefined, but should be there for a successful deployment.
1221
1292
  */
1222
- export type CreateDeploymentMicrofrontendsApplications = {
1293
+ export type Applications = {
1223
1294
  isDefaultApp?: boolean | undefined;
1224
1295
  /**
1225
1296
  * This is the production alias, it will always show the most up to date of each application.
@@ -1236,7 +1307,7 @@ export type CreateDeploymentMicrofrontends2 = {
1236
1307
  * A map of the other applications that are part of this group. Only defined on the default application. The field is set after deployments have been created, so can be undefined, but should be there for a successful deployment.
1237
1308
  */
1238
1309
  applications?: {
1239
- [k: string]: CreateDeploymentMicrofrontendsApplications;
1310
+ [k: string]: Applications;
1240
1311
  } | undefined;
1241
1312
  isDefaultApp: boolean;
1242
1313
  /**
@@ -1252,13 +1323,9 @@ export type CreateDeploymentMicrofrontends2 = {
1252
1323
  */
1253
1324
  groupIds: Array<string>;
1254
1325
  /**
1255
- * Whether the MicrofrontendsAlias team flag should be considered enabled for this deployment or not. This is used to ensure that we don't accidentally switch an existing branch alias to a microfrontends branch alias.
1256
- */
1257
- microfrontendsAliasEnabled?: boolean | undefined;
1258
- /**
1259
- * Whether this deployment, if a preview deployment on the production branch, should get the -env-preview alias instead of a normal branch alias. This is used to always generate a microfrontends fallback on the preview branch.
1326
+ * Whether the MicrofrontendsAlias2 team flag should be considered enabled for this deployment or not.
1260
1327
  */
1261
- previewEnvAliasEnabled?: boolean | undefined;
1328
+ microfrontendsAlias2Enabled?: boolean | undefined;
1262
1329
  };
1263
1330
  export type CreateDeploymentMicrofrontends1 = {
1264
1331
  /**
@@ -1278,13 +1345,9 @@ export type CreateDeploymentMicrofrontends1 = {
1278
1345
  */
1279
1346
  groupIds: Array<string>;
1280
1347
  /**
1281
- * Whether the MicrofrontendsAlias team flag should be considered enabled for this deployment or not. This is used to ensure that we don't accidentally switch an existing branch alias to a microfrontends branch alias.
1282
- */
1283
- microfrontendsAliasEnabled?: boolean | undefined;
1284
- /**
1285
- * Whether this deployment, if a preview deployment on the production branch, should get the -env-preview alias instead of a normal branch alias. This is used to always generate a microfrontends fallback on the preview branch.
1348
+ * Whether the MicrofrontendsAlias2 team flag should be considered enabled for this deployment or not.
1286
1349
  */
1287
- previewEnvAliasEnabled?: boolean | undefined;
1350
+ microfrontendsAlias2Enabled?: boolean | undefined;
1288
1351
  };
1289
1352
  export type CreateDeploymentMicrofrontends = CreateDeploymentMicrofrontends2 | CreateDeploymentMicrofrontends1;
1290
1353
  export declare const CreateDeploymentGitRepoDeploymentsType: {
@@ -1292,8 +1355,8 @@ export declare const CreateDeploymentGitRepoDeploymentsType: {
1292
1355
  };
1293
1356
  export type CreateDeploymentGitRepoDeploymentsType = ClosedEnum<typeof CreateDeploymentGitRepoDeploymentsType>;
1294
1357
  export declare const CreateDeploymentGitRepoOwnerType: {
1295
- readonly Team: "team";
1296
1358
  readonly User: "user";
1359
+ readonly Team: "team";
1297
1360
  };
1298
1361
  export type CreateDeploymentGitRepoOwnerType = ClosedEnum<typeof CreateDeploymentGitRepoOwnerType>;
1299
1362
  export type GitRepo3 = {
@@ -1313,8 +1376,8 @@ export declare const CreateDeploymentGitRepoType: {
1313
1376
  };
1314
1377
  export type CreateDeploymentGitRepoType = ClosedEnum<typeof CreateDeploymentGitRepoType>;
1315
1378
  export declare const GitRepoOwnerType: {
1316
- readonly Team: "team";
1317
1379
  readonly User: "user";
1380
+ readonly Team: "team";
1318
1381
  };
1319
1382
  export type GitRepoOwnerType = ClosedEnum<typeof GitRepoOwnerType>;
1320
1383
  export type GitRepo2 = {
@@ -1334,8 +1397,8 @@ export declare const GitRepoType: {
1334
1397
  };
1335
1398
  export type GitRepoType = ClosedEnum<typeof GitRepoType>;
1336
1399
  export declare const OwnerType: {
1337
- readonly Team: "team";
1338
1400
  readonly User: "user";
1401
+ readonly Team: "team";
1339
1402
  };
1340
1403
  export type OwnerType = ClosedEnum<typeof OwnerType>;
1341
1404
  export type GitRepo1 = {
@@ -1421,11 +1484,15 @@ export type CreateDeploymentResponseBody = {
1421
1484
  * applies to custom domains only, defaults to `true`
1422
1485
  */
1423
1486
  autoAssignCustomDomains?: boolean | undefined;
1424
- gitSource?: CreateDeploymentGitSource10 | CreateDeploymentGitSource12 | CreateDeploymentGitSource4 | CreateDeploymentGitSource8 | CreateDeploymentGitSource9 | CreateDeploymentGitSource11 | CreateDeploymentGitSource2 | CreateDeploymentGitSource3 | CreateDeploymentGitSource7 | CreateDeploymentGitSource1 | CreateDeploymentGitSource5 | CreateDeploymentGitSource6 | undefined;
1487
+ gitSource?: CreateDeploymentGitSource12 | CreateDeploymentGitSource15 | CreateDeploymentGitSource4 | CreateDeploymentGitSource10 | CreateDeploymentGitSource11 | CreateDeploymentGitSource13 | CreateDeploymentGitSource14 | CreateDeploymentGitSource2 | CreateDeploymentGitSource3 | CreateDeploymentGitSource6 | CreateDeploymentGitSource9 | CreateDeploymentGitSource1 | CreateDeploymentGitSource5 | CreateDeploymentGitSource7 | CreateDeploymentGitSource8 | undefined;
1425
1488
  meta: {
1426
1489
  [k: string]: string;
1427
1490
  };
1428
1491
  project?: CreateDeploymentProject | undefined;
1492
+ /**
1493
+ * If set it overrides the `projectSettings.nodeVersion` for this deployment.
1494
+ */
1495
+ nodeVersion?: CreateDeploymentNodeVersion | undefined;
1429
1496
  readyState: ReadyState;
1430
1497
  source?: CreateDeploymentSource | undefined;
1431
1498
  target?: CreateDeploymentTarget | null | undefined;
@@ -1623,6 +1690,10 @@ export type GitMetadata$Outbound = {
1623
1690
  commitRef?: string | undefined;
1624
1691
  commitSha?: string | undefined;
1625
1692
  dirty?: boolean | undefined;
1693
+ ci?: boolean | undefined;
1694
+ ciType?: string | undefined;
1695
+ ciGitProviderUsername?: string | undefined;
1696
+ ciGitRepoVisibility?: string | undefined;
1626
1697
  };
1627
1698
  /** @internal */
1628
1699
  export declare const GitMetadata$outboundSchema: z.ZodType<GitMetadata$Outbound, z.ZodTypeDef, GitMetadata>;
@@ -1976,6 +2047,7 @@ export declare namespace Framework$ {
1976
2047
  readonly Sanity: "sanity";
1977
2048
  readonly Storybook: "storybook";
1978
2049
  readonly Nitro: "nitro";
2050
+ readonly Hono: "hono";
1979
2051
  }>;
1980
2052
  /** @deprecated use `Framework$outboundSchema` instead. */
1981
2053
  const outboundSchema: z.ZodNativeEnum<{
@@ -2026,6 +2098,7 @@ export declare namespace Framework$ {
2026
2098
  readonly Sanity: "sanity";
2027
2099
  readonly Storybook: "storybook";
2028
2100
  readonly Nitro: "nitro";
2101
+ readonly Hono: "hono";
2029
2102
  }>;
2030
2103
  }
2031
2104
  /** @internal */
@@ -2279,6 +2352,7 @@ export declare namespace CreateDeploymentFramework$ {
2279
2352
  readonly Sanity: "sanity";
2280
2353
  readonly Storybook: "storybook";
2281
2354
  readonly Nitro: "nitro";
2355
+ readonly Hono: "hono";
2282
2356
  }>;
2283
2357
  /** @deprecated use `CreateDeploymentFramework$outboundSchema` instead. */
2284
2358
  const outboundSchema: z.ZodNativeEnum<{
@@ -2329,6 +2403,7 @@ export declare namespace CreateDeploymentFramework$ {
2329
2403
  readonly Sanity: "sanity";
2330
2404
  readonly Storybook: "storybook";
2331
2405
  readonly Nitro: "nitro";
2406
+ readonly Hono: "hono";
2332
2407
  }>;
2333
2408
  }
2334
2409
  /** @internal */
@@ -2424,19 +2499,19 @@ export declare const CreateDeploymentDeploymentsStatus$outboundSchema: z.ZodNati
2424
2499
  export declare namespace CreateDeploymentDeploymentsStatus$ {
2425
2500
  /** @deprecated use `CreateDeploymentDeploymentsStatus$inboundSchema` instead. */
2426
2501
  const inboundSchema: z.ZodNativeEnum<{
2502
+ readonly Error: "error";
2503
+ readonly Timeout: "timeout";
2427
2504
  readonly Skipped: "skipped";
2428
2505
  readonly Pending: "pending";
2429
2506
  readonly Ready: "ready";
2430
- readonly Error: "error";
2431
- readonly Timeout: "timeout";
2432
2507
  }>;
2433
2508
  /** @deprecated use `CreateDeploymentDeploymentsStatus$outboundSchema` instead. */
2434
2509
  const outboundSchema: z.ZodNativeEnum<{
2510
+ readonly Error: "error";
2511
+ readonly Timeout: "timeout";
2435
2512
  readonly Skipped: "skipped";
2436
2513
  readonly Pending: "pending";
2437
2514
  readonly Ready: "ready";
2438
- readonly Error: "error";
2439
- readonly Timeout: "timeout";
2440
2515
  }>;
2441
2516
  }
2442
2517
  /** @internal */
@@ -2640,15 +2715,15 @@ export declare const CreateDeploymentReadyState$outboundSchema: z.ZodNativeEnum<
2640
2715
  export declare namespace CreateDeploymentReadyState$ {
2641
2716
  /** @deprecated use `CreateDeploymentReadyState$inboundSchema` instead. */
2642
2717
  const inboundSchema: z.ZodNativeEnum<{
2643
- readonly Building: "BUILDING";
2644
2718
  readonly Error: "ERROR";
2719
+ readonly Building: "BUILDING";
2645
2720
  readonly Initializing: "INITIALIZING";
2646
2721
  readonly Ready: "READY";
2647
2722
  }>;
2648
2723
  /** @deprecated use `CreateDeploymentReadyState$outboundSchema` instead. */
2649
2724
  const outboundSchema: z.ZodNativeEnum<{
2650
- readonly Building: "BUILDING";
2651
2725
  readonly Error: "ERROR";
2726
+ readonly Building: "BUILDING";
2652
2727
  readonly Initializing: "INITIALIZING";
2653
2728
  readonly Ready: "READY";
2654
2729
  }>;
@@ -2682,8 +2757,8 @@ export declare const Lambdas$inboundSchema: z.ZodType<Lambdas, z.ZodTypeDef, unk
2682
2757
  export type Lambdas$Outbound = {
2683
2758
  id?: string | undefined;
2684
2759
  createdAt?: number | undefined;
2685
- entrypoint?: string | null | undefined;
2686
2760
  readyState?: string | undefined;
2761
+ entrypoint?: string | null | undefined;
2687
2762
  readyStateAt?: number | undefined;
2688
2763
  output: Array<CreateDeploymentOutput$Outbound>;
2689
2764
  };
@@ -2989,27 +3064,27 @@ export declare namespace CreateDeploymentType$ {
2989
3064
  }>;
2990
3065
  }
2991
3066
  /** @internal */
2992
- export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type$inboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type>;
3067
+ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type$inboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type>;
2993
3068
  /** @internal */
2994
- export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type$outboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type>;
3069
+ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type$outboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type>;
2995
3070
  /**
2996
3071
  * @internal
2997
3072
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2998
3073
  */
2999
- export declare namespace CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type$ {
3000
- /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type$inboundSchema` instead. */
3074
+ export declare namespace CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type$ {
3075
+ /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type$inboundSchema` instead. */
3001
3076
  const inboundSchema: z.ZodNativeEnum<{
3002
3077
  readonly Bitbucket: "bitbucket";
3003
3078
  }>;
3004
- /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type$outboundSchema` instead. */
3079
+ /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type$outboundSchema` instead. */
3005
3080
  const outboundSchema: z.ZodNativeEnum<{
3006
3081
  readonly Bitbucket: "bitbucket";
3007
3082
  }>;
3008
3083
  }
3009
3084
  /** @internal */
3010
- export declare const CreateDeploymentGitSource12$inboundSchema: z.ZodType<CreateDeploymentGitSource12, z.ZodTypeDef, unknown>;
3085
+ export declare const CreateDeploymentGitSource15$inboundSchema: z.ZodType<CreateDeploymentGitSource15, z.ZodTypeDef, unknown>;
3011
3086
  /** @internal */
3012
- export type CreateDeploymentGitSource12$Outbound = {
3087
+ export type CreateDeploymentGitSource15$Outbound = {
3013
3088
  type: string;
3014
3089
  ref: string;
3015
3090
  sha: string;
@@ -3019,88 +3094,87 @@ export type CreateDeploymentGitSource12$Outbound = {
3019
3094
  repoUuid: string;
3020
3095
  };
3021
3096
  /** @internal */
3022
- export declare const CreateDeploymentGitSource12$outboundSchema: z.ZodType<CreateDeploymentGitSource12$Outbound, z.ZodTypeDef, CreateDeploymentGitSource12>;
3097
+ export declare const CreateDeploymentGitSource15$outboundSchema: z.ZodType<CreateDeploymentGitSource15$Outbound, z.ZodTypeDef, CreateDeploymentGitSource15>;
3023
3098
  /**
3024
3099
  * @internal
3025
3100
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3026
3101
  */
3027
- export declare namespace CreateDeploymentGitSource12$ {
3028
- /** @deprecated use `CreateDeploymentGitSource12$inboundSchema` instead. */
3029
- const inboundSchema: z.ZodType<CreateDeploymentGitSource12, z.ZodTypeDef, unknown>;
3030
- /** @deprecated use `CreateDeploymentGitSource12$outboundSchema` instead. */
3031
- const outboundSchema: z.ZodType<CreateDeploymentGitSource12$Outbound, z.ZodTypeDef, CreateDeploymentGitSource12>;
3032
- /** @deprecated use `CreateDeploymentGitSource12$Outbound` instead. */
3033
- type Outbound = CreateDeploymentGitSource12$Outbound;
3102
+ export declare namespace CreateDeploymentGitSource15$ {
3103
+ /** @deprecated use `CreateDeploymentGitSource15$inboundSchema` instead. */
3104
+ const inboundSchema: z.ZodType<CreateDeploymentGitSource15, z.ZodTypeDef, unknown>;
3105
+ /** @deprecated use `CreateDeploymentGitSource15$outboundSchema` instead. */
3106
+ const outboundSchema: z.ZodType<CreateDeploymentGitSource15$Outbound, z.ZodTypeDef, CreateDeploymentGitSource15>;
3107
+ /** @deprecated use `CreateDeploymentGitSource15$Outbound` instead. */
3108
+ type Outbound = CreateDeploymentGitSource15$Outbound;
3034
3109
  }
3035
- export declare function createDeploymentGitSource12ToJSON(createDeploymentGitSource12: CreateDeploymentGitSource12): string;
3036
- export declare function createDeploymentGitSource12FromJSON(jsonString: string): SafeParseResult<CreateDeploymentGitSource12, SDKValidationError>;
3110
+ export declare function createDeploymentGitSource15ToJSON(createDeploymentGitSource15: CreateDeploymentGitSource15): string;
3111
+ export declare function createDeploymentGitSource15FromJSON(jsonString: string): SafeParseResult<CreateDeploymentGitSource15, SDKValidationError>;
3037
3112
  /** @internal */
3038
- export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type$inboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type>;
3113
+ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type$inboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type>;
3039
3114
  /** @internal */
3040
- export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type$outboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type>;
3115
+ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type$outboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type>;
3041
3116
  /**
3042
3117
  * @internal
3043
3118
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3044
3119
  */
3045
- export declare namespace CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type$ {
3046
- /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type$inboundSchema` instead. */
3120
+ export declare namespace CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type$ {
3121
+ /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type$inboundSchema` instead. */
3047
3122
  const inboundSchema: z.ZodNativeEnum<{
3048
3123
  readonly Gitlab: "gitlab";
3049
3124
  }>;
3050
- /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type$outboundSchema` instead. */
3125
+ /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type$outboundSchema` instead. */
3051
3126
  const outboundSchema: z.ZodNativeEnum<{
3052
3127
  readonly Gitlab: "gitlab";
3053
3128
  }>;
3054
3129
  }
3055
3130
  /** @internal */
3056
- export declare const CreateDeploymentGitSource11$inboundSchema: z.ZodType<CreateDeploymentGitSource11, z.ZodTypeDef, unknown>;
3131
+ export declare const CreateDeploymentGitSource14$inboundSchema: z.ZodType<CreateDeploymentGitSource14, z.ZodTypeDef, unknown>;
3057
3132
  /** @internal */
3058
- export type CreateDeploymentGitSource11$Outbound = {
3133
+ export type CreateDeploymentGitSource14$Outbound = {
3059
3134
  type: string;
3060
3135
  ref: string;
3061
3136
  sha: string;
3062
3137
  projectId: number;
3063
3138
  };
3064
3139
  /** @internal */
3065
- export declare const CreateDeploymentGitSource11$outboundSchema: z.ZodType<CreateDeploymentGitSource11$Outbound, z.ZodTypeDef, CreateDeploymentGitSource11>;
3140
+ export declare const CreateDeploymentGitSource14$outboundSchema: z.ZodType<CreateDeploymentGitSource14$Outbound, z.ZodTypeDef, CreateDeploymentGitSource14>;
3066
3141
  /**
3067
3142
  * @internal
3068
3143
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3069
3144
  */
3070
- export declare namespace CreateDeploymentGitSource11$ {
3071
- /** @deprecated use `CreateDeploymentGitSource11$inboundSchema` instead. */
3072
- const inboundSchema: z.ZodType<CreateDeploymentGitSource11, z.ZodTypeDef, unknown>;
3073
- /** @deprecated use `CreateDeploymentGitSource11$outboundSchema` instead. */
3074
- const outboundSchema: z.ZodType<CreateDeploymentGitSource11$Outbound, z.ZodTypeDef, CreateDeploymentGitSource11>;
3075
- /** @deprecated use `CreateDeploymentGitSource11$Outbound` instead. */
3076
- type Outbound = CreateDeploymentGitSource11$Outbound;
3145
+ export declare namespace CreateDeploymentGitSource14$ {
3146
+ /** @deprecated use `CreateDeploymentGitSource14$inboundSchema` instead. */
3147
+ const inboundSchema: z.ZodType<CreateDeploymentGitSource14, z.ZodTypeDef, unknown>;
3148
+ /** @deprecated use `CreateDeploymentGitSource14$outboundSchema` instead. */
3149
+ const outboundSchema: z.ZodType<CreateDeploymentGitSource14$Outbound, z.ZodTypeDef, CreateDeploymentGitSource14>;
3150
+ /** @deprecated use `CreateDeploymentGitSource14$Outbound` instead. */
3151
+ type Outbound = CreateDeploymentGitSource14$Outbound;
3077
3152
  }
3078
- export declare function createDeploymentGitSource11ToJSON(createDeploymentGitSource11: CreateDeploymentGitSource11): string;
3079
- export declare function createDeploymentGitSource11FromJSON(jsonString: string): SafeParseResult<CreateDeploymentGitSource11, SDKValidationError>;
3153
+ export declare function createDeploymentGitSource14ToJSON(createDeploymentGitSource14: CreateDeploymentGitSource14): string;
3154
+ export declare function createDeploymentGitSource14FromJSON(jsonString: string): SafeParseResult<CreateDeploymentGitSource14, SDKValidationError>;
3080
3155
  /** @internal */
3081
- export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type$inboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type>;
3156
+ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type$inboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type>;
3082
3157
  /** @internal */
3083
- export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type$outboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type>;
3158
+ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type$outboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type>;
3084
3159
  /**
3085
3160
  * @internal
3086
3161
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3087
3162
  */
3088
- export declare namespace CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type$ {
3089
- /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type$inboundSchema` instead. */
3163
+ export declare namespace CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type$ {
3164
+ /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type$inboundSchema` instead. */
3090
3165
  const inboundSchema: z.ZodNativeEnum<{
3091
- readonly GithubCustomHost: "github-custom-host";
3166
+ readonly GithubLimited: "github-limited";
3092
3167
  }>;
3093
- /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type$outboundSchema` instead. */
3168
+ /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type$outboundSchema` instead. */
3094
3169
  const outboundSchema: z.ZodNativeEnum<{
3095
- readonly GithubCustomHost: "github-custom-host";
3170
+ readonly GithubLimited: "github-limited";
3096
3171
  }>;
3097
3172
  }
3098
3173
  /** @internal */
3099
- export declare const CreateDeploymentGitSource10$inboundSchema: z.ZodType<CreateDeploymentGitSource10, z.ZodTypeDef, unknown>;
3174
+ export declare const CreateDeploymentGitSource13$inboundSchema: z.ZodType<CreateDeploymentGitSource13, z.ZodTypeDef, unknown>;
3100
3175
  /** @internal */
3101
- export type CreateDeploymentGitSource10$Outbound = {
3176
+ export type CreateDeploymentGitSource13$Outbound = {
3102
3177
  type: string;
3103
- host: string;
3104
3178
  ref: string;
3105
3179
  sha: string;
3106
3180
  repoId: number;
@@ -3108,44 +3182,45 @@ export type CreateDeploymentGitSource10$Outbound = {
3108
3182
  repo?: string | undefined;
3109
3183
  };
3110
3184
  /** @internal */
3111
- export declare const CreateDeploymentGitSource10$outboundSchema: z.ZodType<CreateDeploymentGitSource10$Outbound, z.ZodTypeDef, CreateDeploymentGitSource10>;
3185
+ export declare const CreateDeploymentGitSource13$outboundSchema: z.ZodType<CreateDeploymentGitSource13$Outbound, z.ZodTypeDef, CreateDeploymentGitSource13>;
3112
3186
  /**
3113
3187
  * @internal
3114
3188
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3115
3189
  */
3116
- export declare namespace CreateDeploymentGitSource10$ {
3117
- /** @deprecated use `CreateDeploymentGitSource10$inboundSchema` instead. */
3118
- const inboundSchema: z.ZodType<CreateDeploymentGitSource10, z.ZodTypeDef, unknown>;
3119
- /** @deprecated use `CreateDeploymentGitSource10$outboundSchema` instead. */
3120
- const outboundSchema: z.ZodType<CreateDeploymentGitSource10$Outbound, z.ZodTypeDef, CreateDeploymentGitSource10>;
3121
- /** @deprecated use `CreateDeploymentGitSource10$Outbound` instead. */
3122
- type Outbound = CreateDeploymentGitSource10$Outbound;
3190
+ export declare namespace CreateDeploymentGitSource13$ {
3191
+ /** @deprecated use `CreateDeploymentGitSource13$inboundSchema` instead. */
3192
+ const inboundSchema: z.ZodType<CreateDeploymentGitSource13, z.ZodTypeDef, unknown>;
3193
+ /** @deprecated use `CreateDeploymentGitSource13$outboundSchema` instead. */
3194
+ const outboundSchema: z.ZodType<CreateDeploymentGitSource13$Outbound, z.ZodTypeDef, CreateDeploymentGitSource13>;
3195
+ /** @deprecated use `CreateDeploymentGitSource13$Outbound` instead. */
3196
+ type Outbound = CreateDeploymentGitSource13$Outbound;
3123
3197
  }
3124
- export declare function createDeploymentGitSource10ToJSON(createDeploymentGitSource10: CreateDeploymentGitSource10): string;
3125
- export declare function createDeploymentGitSource10FromJSON(jsonString: string): SafeParseResult<CreateDeploymentGitSource10, SDKValidationError>;
3198
+ export declare function createDeploymentGitSource13ToJSON(createDeploymentGitSource13: CreateDeploymentGitSource13): string;
3199
+ export declare function createDeploymentGitSource13FromJSON(jsonString: string): SafeParseResult<CreateDeploymentGitSource13, SDKValidationError>;
3126
3200
  /** @internal */
3127
- export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type$inboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type>;
3201
+ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type$inboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type>;
3128
3202
  /** @internal */
3129
- export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type$outboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type>;
3203
+ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type$outboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type>;
3130
3204
  /**
3131
3205
  * @internal
3132
3206
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3133
3207
  */
3134
- export declare namespace CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type$ {
3135
- /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type$inboundSchema` instead. */
3208
+ export declare namespace CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type$ {
3209
+ /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type$inboundSchema` instead. */
3136
3210
  const inboundSchema: z.ZodNativeEnum<{
3137
- readonly Github: "github";
3211
+ readonly GithubCustomHost: "github-custom-host";
3138
3212
  }>;
3139
- /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type$outboundSchema` instead. */
3213
+ /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type$outboundSchema` instead. */
3140
3214
  const outboundSchema: z.ZodNativeEnum<{
3141
- readonly Github: "github";
3215
+ readonly GithubCustomHost: "github-custom-host";
3142
3216
  }>;
3143
3217
  }
3144
3218
  /** @internal */
3145
- export declare const CreateDeploymentGitSource9$inboundSchema: z.ZodType<CreateDeploymentGitSource9, z.ZodTypeDef, unknown>;
3219
+ export declare const CreateDeploymentGitSource12$inboundSchema: z.ZodType<CreateDeploymentGitSource12, z.ZodTypeDef, unknown>;
3146
3220
  /** @internal */
3147
- export type CreateDeploymentGitSource9$Outbound = {
3221
+ export type CreateDeploymentGitSource12$Outbound = {
3148
3222
  type: string;
3223
+ host: string;
3149
3224
  ref: string;
3150
3225
  sha: string;
3151
3226
  repoId: number;
@@ -3153,49 +3228,184 @@ export type CreateDeploymentGitSource9$Outbound = {
3153
3228
  repo?: string | undefined;
3154
3229
  };
3155
3230
  /** @internal */
3156
- export declare const CreateDeploymentGitSource9$outboundSchema: z.ZodType<CreateDeploymentGitSource9$Outbound, z.ZodTypeDef, CreateDeploymentGitSource9>;
3231
+ export declare const CreateDeploymentGitSource12$outboundSchema: z.ZodType<CreateDeploymentGitSource12$Outbound, z.ZodTypeDef, CreateDeploymentGitSource12>;
3157
3232
  /**
3158
3233
  * @internal
3159
3234
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3160
3235
  */
3161
- export declare namespace CreateDeploymentGitSource9$ {
3162
- /** @deprecated use `CreateDeploymentGitSource9$inboundSchema` instead. */
3163
- const inboundSchema: z.ZodType<CreateDeploymentGitSource9, z.ZodTypeDef, unknown>;
3164
- /** @deprecated use `CreateDeploymentGitSource9$outboundSchema` instead. */
3165
- const outboundSchema: z.ZodType<CreateDeploymentGitSource9$Outbound, z.ZodTypeDef, CreateDeploymentGitSource9>;
3166
- /** @deprecated use `CreateDeploymentGitSource9$Outbound` instead. */
3167
- type Outbound = CreateDeploymentGitSource9$Outbound;
3236
+ export declare namespace CreateDeploymentGitSource12$ {
3237
+ /** @deprecated use `CreateDeploymentGitSource12$inboundSchema` instead. */
3238
+ const inboundSchema: z.ZodType<CreateDeploymentGitSource12, z.ZodTypeDef, unknown>;
3239
+ /** @deprecated use `CreateDeploymentGitSource12$outboundSchema` instead. */
3240
+ const outboundSchema: z.ZodType<CreateDeploymentGitSource12$Outbound, z.ZodTypeDef, CreateDeploymentGitSource12>;
3241
+ /** @deprecated use `CreateDeploymentGitSource12$Outbound` instead. */
3242
+ type Outbound = CreateDeploymentGitSource12$Outbound;
3168
3243
  }
3169
- export declare function createDeploymentGitSource9ToJSON(createDeploymentGitSource9: CreateDeploymentGitSource9): string;
3170
- export declare function createDeploymentGitSource9FromJSON(jsonString: string): SafeParseResult<CreateDeploymentGitSource9, SDKValidationError>;
3244
+ export declare function createDeploymentGitSource12ToJSON(createDeploymentGitSource12: CreateDeploymentGitSource12): string;
3245
+ export declare function createDeploymentGitSource12FromJSON(jsonString: string): SafeParseResult<CreateDeploymentGitSource12, SDKValidationError>;
3171
3246
  /** @internal */
3172
- export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type$inboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type>;
3247
+ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type$inboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type>;
3173
3248
  /** @internal */
3174
- export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type$outboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type>;
3249
+ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type$outboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type>;
3175
3250
  /**
3176
3251
  * @internal
3177
3252
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3178
3253
  */
3179
- export declare namespace CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type$ {
3180
- /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type$inboundSchema` instead. */
3254
+ export declare namespace CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type$ {
3255
+ /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type$inboundSchema` instead. */
3256
+ const inboundSchema: z.ZodNativeEnum<{
3257
+ readonly Github: "github";
3258
+ }>;
3259
+ /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type$outboundSchema` instead. */
3260
+ const outboundSchema: z.ZodNativeEnum<{
3261
+ readonly Github: "github";
3262
+ }>;
3263
+ }
3264
+ /** @internal */
3265
+ export declare const CreateDeploymentGitSource11$inboundSchema: z.ZodType<CreateDeploymentGitSource11, z.ZodTypeDef, unknown>;
3266
+ /** @internal */
3267
+ export type CreateDeploymentGitSource11$Outbound = {
3268
+ type: string;
3269
+ ref: string;
3270
+ sha: string;
3271
+ repoId: number;
3272
+ org?: string | undefined;
3273
+ repo?: string | undefined;
3274
+ };
3275
+ /** @internal */
3276
+ export declare const CreateDeploymentGitSource11$outboundSchema: z.ZodType<CreateDeploymentGitSource11$Outbound, z.ZodTypeDef, CreateDeploymentGitSource11>;
3277
+ /**
3278
+ * @internal
3279
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3280
+ */
3281
+ export declare namespace CreateDeploymentGitSource11$ {
3282
+ /** @deprecated use `CreateDeploymentGitSource11$inboundSchema` instead. */
3283
+ const inboundSchema: z.ZodType<CreateDeploymentGitSource11, z.ZodTypeDef, unknown>;
3284
+ /** @deprecated use `CreateDeploymentGitSource11$outboundSchema` instead. */
3285
+ const outboundSchema: z.ZodType<CreateDeploymentGitSource11$Outbound, z.ZodTypeDef, CreateDeploymentGitSource11>;
3286
+ /** @deprecated use `CreateDeploymentGitSource11$Outbound` instead. */
3287
+ type Outbound = CreateDeploymentGitSource11$Outbound;
3288
+ }
3289
+ export declare function createDeploymentGitSource11ToJSON(createDeploymentGitSource11: CreateDeploymentGitSource11): string;
3290
+ export declare function createDeploymentGitSource11FromJSON(jsonString: string): SafeParseResult<CreateDeploymentGitSource11, SDKValidationError>;
3291
+ /** @internal */
3292
+ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type$inboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type>;
3293
+ /** @internal */
3294
+ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type$outboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type>;
3295
+ /**
3296
+ * @internal
3297
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3298
+ */
3299
+ export declare namespace CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type$ {
3300
+ /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type$inboundSchema` instead. */
3181
3301
  const inboundSchema: z.ZodNativeEnum<{
3182
3302
  readonly Custom: "custom";
3183
3303
  }>;
3184
- /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type$outboundSchema` instead. */
3304
+ /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type$outboundSchema` instead. */
3185
3305
  const outboundSchema: z.ZodNativeEnum<{
3186
3306
  readonly Custom: "custom";
3187
3307
  }>;
3188
3308
  }
3189
3309
  /** @internal */
3190
- export declare const CreateDeploymentGitSource8$inboundSchema: z.ZodType<CreateDeploymentGitSource8, z.ZodTypeDef, unknown>;
3310
+ export declare const CreateDeploymentGitSource10$inboundSchema: z.ZodType<CreateDeploymentGitSource10, z.ZodTypeDef, unknown>;
3191
3311
  /** @internal */
3192
- export type CreateDeploymentGitSource8$Outbound = {
3312
+ export type CreateDeploymentGitSource10$Outbound = {
3193
3313
  type: string;
3194
3314
  ref: string;
3195
3315
  sha: string;
3196
3316
  gitUrl: string;
3197
3317
  };
3198
3318
  /** @internal */
3319
+ export declare const CreateDeploymentGitSource10$outboundSchema: z.ZodType<CreateDeploymentGitSource10$Outbound, z.ZodTypeDef, CreateDeploymentGitSource10>;
3320
+ /**
3321
+ * @internal
3322
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3323
+ */
3324
+ export declare namespace CreateDeploymentGitSource10$ {
3325
+ /** @deprecated use `CreateDeploymentGitSource10$inboundSchema` instead. */
3326
+ const inboundSchema: z.ZodType<CreateDeploymentGitSource10, z.ZodTypeDef, unknown>;
3327
+ /** @deprecated use `CreateDeploymentGitSource10$outboundSchema` instead. */
3328
+ const outboundSchema: z.ZodType<CreateDeploymentGitSource10$Outbound, z.ZodTypeDef, CreateDeploymentGitSource10>;
3329
+ /** @deprecated use `CreateDeploymentGitSource10$Outbound` instead. */
3330
+ type Outbound = CreateDeploymentGitSource10$Outbound;
3331
+ }
3332
+ export declare function createDeploymentGitSource10ToJSON(createDeploymentGitSource10: CreateDeploymentGitSource10): string;
3333
+ export declare function createDeploymentGitSource10FromJSON(jsonString: string): SafeParseResult<CreateDeploymentGitSource10, SDKValidationError>;
3334
+ /** @internal */
3335
+ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type$inboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type>;
3336
+ /** @internal */
3337
+ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type$outboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type>;
3338
+ /**
3339
+ * @internal
3340
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3341
+ */
3342
+ export declare namespace CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type$ {
3343
+ /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type$inboundSchema` instead. */
3344
+ const inboundSchema: z.ZodNativeEnum<{
3345
+ readonly Bitbucket: "bitbucket";
3346
+ }>;
3347
+ /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type$outboundSchema` instead. */
3348
+ const outboundSchema: z.ZodNativeEnum<{
3349
+ readonly Bitbucket: "bitbucket";
3350
+ }>;
3351
+ }
3352
+ /** @internal */
3353
+ export declare const CreateDeploymentGitSource9$inboundSchema: z.ZodType<CreateDeploymentGitSource9, z.ZodTypeDef, unknown>;
3354
+ /** @internal */
3355
+ export type CreateDeploymentGitSource9$Outbound = {
3356
+ type: string;
3357
+ owner: string;
3358
+ slug: string;
3359
+ ref?: string | null | undefined;
3360
+ sha?: string | undefined;
3361
+ prId?: number | null | undefined;
3362
+ };
3363
+ /** @internal */
3364
+ export declare const CreateDeploymentGitSource9$outboundSchema: z.ZodType<CreateDeploymentGitSource9$Outbound, z.ZodTypeDef, CreateDeploymentGitSource9>;
3365
+ /**
3366
+ * @internal
3367
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3368
+ */
3369
+ export declare namespace CreateDeploymentGitSource9$ {
3370
+ /** @deprecated use `CreateDeploymentGitSource9$inboundSchema` instead. */
3371
+ const inboundSchema: z.ZodType<CreateDeploymentGitSource9, z.ZodTypeDef, unknown>;
3372
+ /** @deprecated use `CreateDeploymentGitSource9$outboundSchema` instead. */
3373
+ const outboundSchema: z.ZodType<CreateDeploymentGitSource9$Outbound, z.ZodTypeDef, CreateDeploymentGitSource9>;
3374
+ /** @deprecated use `CreateDeploymentGitSource9$Outbound` instead. */
3375
+ type Outbound = CreateDeploymentGitSource9$Outbound;
3376
+ }
3377
+ export declare function createDeploymentGitSource9ToJSON(createDeploymentGitSource9: CreateDeploymentGitSource9): string;
3378
+ export declare function createDeploymentGitSource9FromJSON(jsonString: string): SafeParseResult<CreateDeploymentGitSource9, SDKValidationError>;
3379
+ /** @internal */
3380
+ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type$inboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type>;
3381
+ /** @internal */
3382
+ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type$outboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type>;
3383
+ /**
3384
+ * @internal
3385
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3386
+ */
3387
+ export declare namespace CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type$ {
3388
+ /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type$inboundSchema` instead. */
3389
+ const inboundSchema: z.ZodNativeEnum<{
3390
+ readonly Bitbucket: "bitbucket";
3391
+ }>;
3392
+ /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type$outboundSchema` instead. */
3393
+ const outboundSchema: z.ZodNativeEnum<{
3394
+ readonly Bitbucket: "bitbucket";
3395
+ }>;
3396
+ }
3397
+ /** @internal */
3398
+ export declare const CreateDeploymentGitSource8$inboundSchema: z.ZodType<CreateDeploymentGitSource8, z.ZodTypeDef, unknown>;
3399
+ /** @internal */
3400
+ export type CreateDeploymentGitSource8$Outbound = {
3401
+ type: string;
3402
+ workspaceUuid?: string | undefined;
3403
+ repoUuid: string;
3404
+ ref?: string | null | undefined;
3405
+ sha?: string | undefined;
3406
+ prId?: number | null | undefined;
3407
+ };
3408
+ /** @internal */
3199
3409
  export declare const CreateDeploymentGitSource8$outboundSchema: z.ZodType<CreateDeploymentGitSource8$Outbound, z.ZodTypeDef, CreateDeploymentGitSource8>;
3200
3410
  /**
3201
3411
  * @internal
@@ -3222,20 +3432,39 @@ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJ
3222
3432
  export declare namespace CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type$ {
3223
3433
  /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type$inboundSchema` instead. */
3224
3434
  const inboundSchema: z.ZodNativeEnum<{
3225
- readonly Bitbucket: "bitbucket";
3435
+ readonly Gitlab: "gitlab";
3226
3436
  }>;
3227
3437
  /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type$outboundSchema` instead. */
3228
3438
  const outboundSchema: z.ZodNativeEnum<{
3229
- readonly Bitbucket: "bitbucket";
3439
+ readonly Gitlab: "gitlab";
3230
3440
  }>;
3231
3441
  }
3232
3442
  /** @internal */
3443
+ export declare const GitSourceProjectId$inboundSchema: z.ZodType<GitSourceProjectId, z.ZodTypeDef, unknown>;
3444
+ /** @internal */
3445
+ export type GitSourceProjectId$Outbound = string | number;
3446
+ /** @internal */
3447
+ export declare const GitSourceProjectId$outboundSchema: z.ZodType<GitSourceProjectId$Outbound, z.ZodTypeDef, GitSourceProjectId>;
3448
+ /**
3449
+ * @internal
3450
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3451
+ */
3452
+ export declare namespace GitSourceProjectId$ {
3453
+ /** @deprecated use `GitSourceProjectId$inboundSchema` instead. */
3454
+ const inboundSchema: z.ZodType<GitSourceProjectId, z.ZodTypeDef, unknown>;
3455
+ /** @deprecated use `GitSourceProjectId$outboundSchema` instead. */
3456
+ const outboundSchema: z.ZodType<GitSourceProjectId$Outbound, z.ZodTypeDef, GitSourceProjectId>;
3457
+ /** @deprecated use `GitSourceProjectId$Outbound` instead. */
3458
+ type Outbound = GitSourceProjectId$Outbound;
3459
+ }
3460
+ export declare function gitSourceProjectIdToJSON(gitSourceProjectId: GitSourceProjectId): string;
3461
+ export declare function gitSourceProjectIdFromJSON(jsonString: string): SafeParseResult<GitSourceProjectId, SDKValidationError>;
3462
+ /** @internal */
3233
3463
  export declare const CreateDeploymentGitSource7$inboundSchema: z.ZodType<CreateDeploymentGitSource7, z.ZodTypeDef, unknown>;
3234
3464
  /** @internal */
3235
3465
  export type CreateDeploymentGitSource7$Outbound = {
3236
3466
  type: string;
3237
- owner: string;
3238
- slug: string;
3467
+ projectId: string | number;
3239
3468
  ref?: string | null | undefined;
3240
3469
  sha?: string | undefined;
3241
3470
  prId?: number | null | undefined;
@@ -3267,11 +3496,11 @@ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJ
3267
3496
  export declare namespace CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody6Type$ {
3268
3497
  /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody6Type$inboundSchema` instead. */
3269
3498
  const inboundSchema: z.ZodNativeEnum<{
3270
- readonly Bitbucket: "bitbucket";
3499
+ readonly GithubLimited: "github-limited";
3271
3500
  }>;
3272
3501
  /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody6Type$outboundSchema` instead. */
3273
3502
  const outboundSchema: z.ZodNativeEnum<{
3274
- readonly Bitbucket: "bitbucket";
3503
+ readonly GithubLimited: "github-limited";
3275
3504
  }>;
3276
3505
  }
3277
3506
  /** @internal */
@@ -3279,8 +3508,8 @@ export declare const CreateDeploymentGitSource6$inboundSchema: z.ZodType<CreateD
3279
3508
  /** @internal */
3280
3509
  export type CreateDeploymentGitSource6$Outbound = {
3281
3510
  type: string;
3282
- workspaceUuid?: string | undefined;
3283
- repoUuid: string;
3511
+ org: string;
3512
+ repo: string;
3284
3513
  ref?: string | null | undefined;
3285
3514
  sha?: string | undefined;
3286
3515
  prId?: number | null | undefined;
@@ -3312,39 +3541,39 @@ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJ
3312
3541
  export declare namespace CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type$ {
3313
3542
  /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type$inboundSchema` instead. */
3314
3543
  const inboundSchema: z.ZodNativeEnum<{
3315
- readonly Gitlab: "gitlab";
3544
+ readonly GithubLimited: "github-limited";
3316
3545
  }>;
3317
3546
  /** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type$outboundSchema` instead. */
3318
3547
  const outboundSchema: z.ZodNativeEnum<{
3319
- readonly Gitlab: "gitlab";
3548
+ readonly GithubLimited: "github-limited";
3320
3549
  }>;
3321
3550
  }
3322
3551
  /** @internal */
3323
- export declare const GitSourceProjectId$inboundSchema: z.ZodType<GitSourceProjectId, z.ZodTypeDef, unknown>;
3552
+ export declare const CreateDeploymentGitSourceDeploymentsRepoId$inboundSchema: z.ZodType<CreateDeploymentGitSourceDeploymentsRepoId, z.ZodTypeDef, unknown>;
3324
3553
  /** @internal */
3325
- export type GitSourceProjectId$Outbound = string | number;
3554
+ export type CreateDeploymentGitSourceDeploymentsRepoId$Outbound = string | number;
3326
3555
  /** @internal */
3327
- export declare const GitSourceProjectId$outboundSchema: z.ZodType<GitSourceProjectId$Outbound, z.ZodTypeDef, GitSourceProjectId>;
3556
+ export declare const CreateDeploymentGitSourceDeploymentsRepoId$outboundSchema: z.ZodType<CreateDeploymentGitSourceDeploymentsRepoId$Outbound, z.ZodTypeDef, CreateDeploymentGitSourceDeploymentsRepoId>;
3328
3557
  /**
3329
3558
  * @internal
3330
3559
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3331
3560
  */
3332
- export declare namespace GitSourceProjectId$ {
3333
- /** @deprecated use `GitSourceProjectId$inboundSchema` instead. */
3334
- const inboundSchema: z.ZodType<GitSourceProjectId, z.ZodTypeDef, unknown>;
3335
- /** @deprecated use `GitSourceProjectId$outboundSchema` instead. */
3336
- const outboundSchema: z.ZodType<GitSourceProjectId$Outbound, z.ZodTypeDef, GitSourceProjectId>;
3337
- /** @deprecated use `GitSourceProjectId$Outbound` instead. */
3338
- type Outbound = GitSourceProjectId$Outbound;
3561
+ export declare namespace CreateDeploymentGitSourceDeploymentsRepoId$ {
3562
+ /** @deprecated use `CreateDeploymentGitSourceDeploymentsRepoId$inboundSchema` instead. */
3563
+ const inboundSchema: z.ZodType<CreateDeploymentGitSourceDeploymentsRepoId, z.ZodTypeDef, unknown>;
3564
+ /** @deprecated use `CreateDeploymentGitSourceDeploymentsRepoId$outboundSchema` instead. */
3565
+ const outboundSchema: z.ZodType<CreateDeploymentGitSourceDeploymentsRepoId$Outbound, z.ZodTypeDef, CreateDeploymentGitSourceDeploymentsRepoId>;
3566
+ /** @deprecated use `CreateDeploymentGitSourceDeploymentsRepoId$Outbound` instead. */
3567
+ type Outbound = CreateDeploymentGitSourceDeploymentsRepoId$Outbound;
3339
3568
  }
3340
- export declare function gitSourceProjectIdToJSON(gitSourceProjectId: GitSourceProjectId): string;
3341
- export declare function gitSourceProjectIdFromJSON(jsonString: string): SafeParseResult<GitSourceProjectId, SDKValidationError>;
3569
+ export declare function createDeploymentGitSourceDeploymentsRepoIdToJSON(createDeploymentGitSourceDeploymentsRepoId: CreateDeploymentGitSourceDeploymentsRepoId): string;
3570
+ export declare function createDeploymentGitSourceDeploymentsRepoIdFromJSON(jsonString: string): SafeParseResult<CreateDeploymentGitSourceDeploymentsRepoId, SDKValidationError>;
3342
3571
  /** @internal */
3343
3572
  export declare const CreateDeploymentGitSource5$inboundSchema: z.ZodType<CreateDeploymentGitSource5, z.ZodTypeDef, unknown>;
3344
3573
  /** @internal */
3345
3574
  export type CreateDeploymentGitSource5$Outbound = {
3346
3575
  type: string;
3347
- projectId: string | number;
3576
+ repoId: string | number;
3348
3577
  ref?: string | null | undefined;
3349
3578
  sha?: string | undefined;
3350
3579
  prId?: number | null | undefined;
@@ -3588,7 +3817,7 @@ export declare function createDeploymentGitSource1FromJSON(jsonString: string):
3588
3817
  /** @internal */
3589
3818
  export declare const CreateDeploymentGitSource$inboundSchema: z.ZodType<CreateDeploymentGitSource, z.ZodTypeDef, unknown>;
3590
3819
  /** @internal */
3591
- export type CreateDeploymentGitSource$Outbound = CreateDeploymentGitSource10$Outbound | CreateDeploymentGitSource12$Outbound | CreateDeploymentGitSource4$Outbound | CreateDeploymentGitSource8$Outbound | CreateDeploymentGitSource9$Outbound | CreateDeploymentGitSource11$Outbound | CreateDeploymentGitSource2$Outbound | CreateDeploymentGitSource3$Outbound | CreateDeploymentGitSource7$Outbound | CreateDeploymentGitSource1$Outbound | CreateDeploymentGitSource5$Outbound | CreateDeploymentGitSource6$Outbound;
3820
+ export type CreateDeploymentGitSource$Outbound = CreateDeploymentGitSource12$Outbound | CreateDeploymentGitSource15$Outbound | CreateDeploymentGitSource4$Outbound | CreateDeploymentGitSource10$Outbound | CreateDeploymentGitSource11$Outbound | CreateDeploymentGitSource13$Outbound | CreateDeploymentGitSource14$Outbound | CreateDeploymentGitSource2$Outbound | CreateDeploymentGitSource3$Outbound | CreateDeploymentGitSource6$Outbound | CreateDeploymentGitSource9$Outbound | CreateDeploymentGitSource1$Outbound | CreateDeploymentGitSource5$Outbound | CreateDeploymentGitSource7$Outbound | CreateDeploymentGitSource8$Outbound;
3592
3821
  /** @internal */
3593
3822
  export declare const CreateDeploymentGitSource$outboundSchema: z.ZodType<CreateDeploymentGitSource$Outbound, z.ZodTypeDef, CreateDeploymentGitSource>;
3594
3823
  /**
@@ -3630,6 +3859,38 @@ export declare namespace CreateDeploymentProject$ {
3630
3859
  export declare function createDeploymentProjectToJSON(createDeploymentProject: CreateDeploymentProject): string;
3631
3860
  export declare function createDeploymentProjectFromJSON(jsonString: string): SafeParseResult<CreateDeploymentProject, SDKValidationError>;
3632
3861
  /** @internal */
3862
+ export declare const CreateDeploymentNodeVersion$inboundSchema: z.ZodNativeEnum<typeof CreateDeploymentNodeVersion>;
3863
+ /** @internal */
3864
+ export declare const CreateDeploymentNodeVersion$outboundSchema: z.ZodNativeEnum<typeof CreateDeploymentNodeVersion>;
3865
+ /**
3866
+ * @internal
3867
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3868
+ */
3869
+ export declare namespace CreateDeploymentNodeVersion$ {
3870
+ /** @deprecated use `CreateDeploymentNodeVersion$inboundSchema` instead. */
3871
+ const inboundSchema: z.ZodNativeEnum<{
3872
+ readonly TwentyTwoDotX: "22.x";
3873
+ readonly TwentyDotX: "20.x";
3874
+ readonly EighteenDotX: "18.x";
3875
+ readonly SixteenDotX: "16.x";
3876
+ readonly FourteenDotX: "14.x";
3877
+ readonly TwelveDotX: "12.x";
3878
+ readonly TenDotX: "10.x";
3879
+ readonly EightDot10DotX: "8.10.x";
3880
+ }>;
3881
+ /** @deprecated use `CreateDeploymentNodeVersion$outboundSchema` instead. */
3882
+ const outboundSchema: z.ZodNativeEnum<{
3883
+ readonly TwentyTwoDotX: "22.x";
3884
+ readonly TwentyDotX: "20.x";
3885
+ readonly EighteenDotX: "18.x";
3886
+ readonly SixteenDotX: "16.x";
3887
+ readonly FourteenDotX: "14.x";
3888
+ readonly TwelveDotX: "12.x";
3889
+ readonly TenDotX: "10.x";
3890
+ readonly EightDot10DotX: "8.10.x";
3891
+ }>;
3892
+ }
3893
+ /** @internal */
3633
3894
  export declare const ReadyState$inboundSchema: z.ZodNativeEnum<typeof ReadyState>;
3634
3895
  /** @internal */
3635
3896
  export declare const ReadyState$outboundSchema: z.ZodNativeEnum<typeof ReadyState>;
@@ -3866,15 +4127,15 @@ export declare const CreateDeploymentPlan$outboundSchema: z.ZodNativeEnum<typeof
3866
4127
  export declare namespace CreateDeploymentPlan$ {
3867
4128
  /** @deprecated use `CreateDeploymentPlan$inboundSchema` instead. */
3868
4129
  const inboundSchema: z.ZodNativeEnum<{
4130
+ readonly Hobby: "hobby";
3869
4131
  readonly Pro: "pro";
3870
4132
  readonly Enterprise: "enterprise";
3871
- readonly Hobby: "hobby";
3872
4133
  }>;
3873
4134
  /** @deprecated use `CreateDeploymentPlan$outboundSchema` instead. */
3874
4135
  const outboundSchema: z.ZodNativeEnum<{
4136
+ readonly Hobby: "hobby";
3875
4137
  readonly Pro: "pro";
3876
4138
  readonly Enterprise: "enterprise";
3877
- readonly Hobby: "hobby";
3878
4139
  }>;
3879
4140
  }
3880
4141
  /** @internal */
@@ -3888,13 +4149,13 @@ export declare const FunctionType$outboundSchema: z.ZodNativeEnum<typeof Functio
3888
4149
  export declare namespace FunctionType$ {
3889
4150
  /** @deprecated use `FunctionType$inboundSchema` instead. */
3890
4151
  const inboundSchema: z.ZodNativeEnum<{
3891
- readonly Fluid: "fluid";
3892
4152
  readonly Standard: "standard";
4153
+ readonly Fluid: "fluid";
3893
4154
  }>;
3894
4155
  /** @deprecated use `FunctionType$outboundSchema` instead. */
3895
4156
  const outboundSchema: z.ZodNativeEnum<{
3896
- readonly Fluid: "fluid";
3897
4157
  readonly Standard: "standard";
4158
+ readonly Fluid: "fluid";
3898
4159
  }>;
3899
4160
  }
3900
4161
  /** @internal */
@@ -3908,14 +4169,14 @@ export declare const FunctionMemoryType$outboundSchema: z.ZodNativeEnum<typeof F
3908
4169
  export declare namespace FunctionMemoryType$ {
3909
4170
  /** @deprecated use `FunctionMemoryType$inboundSchema` instead. */
3910
4171
  const inboundSchema: z.ZodNativeEnum<{
3911
- readonly Standard: "standard";
3912
4172
  readonly StandardLegacy: "standard_legacy";
4173
+ readonly Standard: "standard";
3913
4174
  readonly Performance: "performance";
3914
4175
  }>;
3915
4176
  /** @deprecated use `FunctionMemoryType$outboundSchema` instead. */
3916
4177
  const outboundSchema: z.ZodNativeEnum<{
3917
- readonly Standard: "standard";
3918
4178
  readonly StandardLegacy: "standard_legacy";
4179
+ readonly Standard: "standard";
3919
4180
  readonly Performance: "performance";
3920
4181
  }>;
3921
4182
  }
@@ -4065,31 +4326,31 @@ export declare namespace Routes3$ {
4065
4326
  export declare function routes3ToJSON(routes3: Routes3): string;
4066
4327
  export declare function routes3FromJSON(jsonString: string): SafeParseResult<Routes3, SDKValidationError>;
4067
4328
  /** @internal */
4068
- export declare const RoutesHandle$inboundSchema: z.ZodNativeEnum<typeof RoutesHandle>;
4329
+ export declare const Handle$inboundSchema: z.ZodNativeEnum<typeof Handle>;
4069
4330
  /** @internal */
4070
- export declare const RoutesHandle$outboundSchema: z.ZodNativeEnum<typeof RoutesHandle>;
4331
+ export declare const Handle$outboundSchema: z.ZodNativeEnum<typeof Handle>;
4071
4332
  /**
4072
4333
  * @internal
4073
4334
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4074
4335
  */
4075
- export declare namespace RoutesHandle$ {
4076
- /** @deprecated use `RoutesHandle$inboundSchema` instead. */
4336
+ export declare namespace Handle$ {
4337
+ /** @deprecated use `Handle$inboundSchema` instead. */
4077
4338
  const inboundSchema: z.ZodNativeEnum<{
4078
- readonly Error: "error";
4079
4339
  readonly Filesystem: "filesystem";
4340
+ readonly Error: "error";
4080
4341
  readonly Hit: "hit";
4081
4342
  readonly Miss: "miss";
4082
- readonly Rewrite: "rewrite";
4083
4343
  readonly Resource: "resource";
4344
+ readonly Rewrite: "rewrite";
4084
4345
  }>;
4085
- /** @deprecated use `RoutesHandle$outboundSchema` instead. */
4346
+ /** @deprecated use `Handle$outboundSchema` instead. */
4086
4347
  const outboundSchema: z.ZodNativeEnum<{
4087
- readonly Error: "error";
4088
4348
  readonly Filesystem: "filesystem";
4349
+ readonly Error: "error";
4089
4350
  readonly Hit: "hit";
4090
4351
  readonly Miss: "miss";
4091
- readonly Rewrite: "rewrite";
4092
4352
  readonly Resource: "resource";
4353
+ readonly Rewrite: "rewrite";
4093
4354
  }>;
4094
4355
  }
4095
4356
  /** @internal */
@@ -4160,9 +4421,9 @@ export declare namespace ValueEq$ {
4160
4421
  export declare function valueEqToJSON(valueEq: ValueEq): string;
4161
4422
  export declare function valueEqFromJSON(jsonString: string): SafeParseResult<ValueEq, SDKValidationError>;
4162
4423
  /** @internal */
4163
- export declare const CreateDeploymentValueDeployments2$inboundSchema: z.ZodType<CreateDeploymentValueDeployments2, z.ZodTypeDef, unknown>;
4424
+ export declare const CreateDeploymentValue2$inboundSchema: z.ZodType<CreateDeploymentValue2, z.ZodTypeDef, unknown>;
4164
4425
  /** @internal */
4165
- export type CreateDeploymentValueDeployments2$Outbound = {
4426
+ export type CreateDeploymentValue2$Outbound = {
4166
4427
  eq?: string | number | undefined;
4167
4428
  neq?: string | undefined;
4168
4429
  inc?: Array<string> | undefined;
@@ -4176,48 +4437,48 @@ export type CreateDeploymentValueDeployments2$Outbound = {
4176
4437
  lte?: number | undefined;
4177
4438
  };
4178
4439
  /** @internal */
4179
- export declare const CreateDeploymentValueDeployments2$outboundSchema: z.ZodType<CreateDeploymentValueDeployments2$Outbound, z.ZodTypeDef, CreateDeploymentValueDeployments2>;
4440
+ export declare const CreateDeploymentValue2$outboundSchema: z.ZodType<CreateDeploymentValue2$Outbound, z.ZodTypeDef, CreateDeploymentValue2>;
4180
4441
  /**
4181
4442
  * @internal
4182
4443
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4183
4444
  */
4184
- export declare namespace CreateDeploymentValueDeployments2$ {
4185
- /** @deprecated use `CreateDeploymentValueDeployments2$inboundSchema` instead. */
4186
- const inboundSchema: z.ZodType<CreateDeploymentValueDeployments2, z.ZodTypeDef, unknown>;
4187
- /** @deprecated use `CreateDeploymentValueDeployments2$outboundSchema` instead. */
4188
- const outboundSchema: z.ZodType<CreateDeploymentValueDeployments2$Outbound, z.ZodTypeDef, CreateDeploymentValueDeployments2>;
4189
- /** @deprecated use `CreateDeploymentValueDeployments2$Outbound` instead. */
4190
- type Outbound = CreateDeploymentValueDeployments2$Outbound;
4445
+ export declare namespace CreateDeploymentValue2$ {
4446
+ /** @deprecated use `CreateDeploymentValue2$inboundSchema` instead. */
4447
+ const inboundSchema: z.ZodType<CreateDeploymentValue2, z.ZodTypeDef, unknown>;
4448
+ /** @deprecated use `CreateDeploymentValue2$outboundSchema` instead. */
4449
+ const outboundSchema: z.ZodType<CreateDeploymentValue2$Outbound, z.ZodTypeDef, CreateDeploymentValue2>;
4450
+ /** @deprecated use `CreateDeploymentValue2$Outbound` instead. */
4451
+ type Outbound = CreateDeploymentValue2$Outbound;
4191
4452
  }
4192
- export declare function createDeploymentValueDeployments2ToJSON(createDeploymentValueDeployments2: CreateDeploymentValueDeployments2): string;
4193
- export declare function createDeploymentValueDeployments2FromJSON(jsonString: string): SafeParseResult<CreateDeploymentValueDeployments2, SDKValidationError>;
4453
+ export declare function createDeploymentValue2ToJSON(createDeploymentValue2: CreateDeploymentValue2): string;
4454
+ export declare function createDeploymentValue2FromJSON(jsonString: string): SafeParseResult<CreateDeploymentValue2, SDKValidationError>;
4194
4455
  /** @internal */
4195
- export declare const CreateDeploymentHasValue$inboundSchema: z.ZodType<CreateDeploymentHasValue, z.ZodTypeDef, unknown>;
4456
+ export declare const HasValue$inboundSchema: z.ZodType<HasValue, z.ZodTypeDef, unknown>;
4196
4457
  /** @internal */
4197
- export type CreateDeploymentHasValue$Outbound = CreateDeploymentValueDeployments2$Outbound | string;
4458
+ export type HasValue$Outbound = CreateDeploymentValue2$Outbound | string;
4198
4459
  /** @internal */
4199
- export declare const CreateDeploymentHasValue$outboundSchema: z.ZodType<CreateDeploymentHasValue$Outbound, z.ZodTypeDef, CreateDeploymentHasValue>;
4460
+ export declare const HasValue$outboundSchema: z.ZodType<HasValue$Outbound, z.ZodTypeDef, HasValue>;
4200
4461
  /**
4201
4462
  * @internal
4202
4463
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4203
4464
  */
4204
- export declare namespace CreateDeploymentHasValue$ {
4205
- /** @deprecated use `CreateDeploymentHasValue$inboundSchema` instead. */
4206
- const inboundSchema: z.ZodType<CreateDeploymentHasValue, z.ZodTypeDef, unknown>;
4207
- /** @deprecated use `CreateDeploymentHasValue$outboundSchema` instead. */
4208
- const outboundSchema: z.ZodType<CreateDeploymentHasValue$Outbound, z.ZodTypeDef, CreateDeploymentHasValue>;
4209
- /** @deprecated use `CreateDeploymentHasValue$Outbound` instead. */
4210
- type Outbound = CreateDeploymentHasValue$Outbound;
4465
+ export declare namespace HasValue$ {
4466
+ /** @deprecated use `HasValue$inboundSchema` instead. */
4467
+ const inboundSchema: z.ZodType<HasValue, z.ZodTypeDef, unknown>;
4468
+ /** @deprecated use `HasValue$outboundSchema` instead. */
4469
+ const outboundSchema: z.ZodType<HasValue$Outbound, z.ZodTypeDef, HasValue>;
4470
+ /** @deprecated use `HasValue$Outbound` instead. */
4471
+ type Outbound = HasValue$Outbound;
4211
4472
  }
4212
- export declare function createDeploymentHasValueToJSON(createDeploymentHasValue: CreateDeploymentHasValue): string;
4213
- export declare function createDeploymentHasValueFromJSON(jsonString: string): SafeParseResult<CreateDeploymentHasValue, SDKValidationError>;
4473
+ export declare function hasValueToJSON(hasValue: HasValue): string;
4474
+ export declare function hasValueFromJSON(jsonString: string): SafeParseResult<HasValue, SDKValidationError>;
4214
4475
  /** @internal */
4215
4476
  export declare const Has2$inboundSchema: z.ZodType<Has2, z.ZodTypeDef, unknown>;
4216
4477
  /** @internal */
4217
4478
  export type Has2$Outbound = {
4218
4479
  type: string;
4219
4480
  key: string;
4220
- value?: CreateDeploymentValueDeployments2$Outbound | string | undefined;
4481
+ value?: CreateDeploymentValue2$Outbound | string | undefined;
4221
4482
  };
4222
4483
  /** @internal */
4223
4484
  export declare const Has2$outboundSchema: z.ZodType<Has2$Outbound, z.ZodTypeDef, Has2>;
@@ -4274,9 +4535,9 @@ export declare namespace Eq$ {
4274
4535
  export declare function eqToJSON(eq: Eq): string;
4275
4536
  export declare function eqFromJSON(jsonString: string): SafeParseResult<Eq, SDKValidationError>;
4276
4537
  /** @internal */
4277
- export declare const CreateDeploymentValue2$inboundSchema: z.ZodType<CreateDeploymentValue2, z.ZodTypeDef, unknown>;
4538
+ export declare const CreateDeploymentValueDeploymentsResponse2002$inboundSchema: z.ZodType<CreateDeploymentValueDeploymentsResponse2002, z.ZodTypeDef, unknown>;
4278
4539
  /** @internal */
4279
- export type CreateDeploymentValue2$Outbound = {
4540
+ export type CreateDeploymentValueDeploymentsResponse2002$Outbound = {
4280
4541
  eq?: string | number | undefined;
4281
4542
  neq?: string | undefined;
4282
4543
  inc?: Array<string> | undefined;
@@ -4290,47 +4551,47 @@ export type CreateDeploymentValue2$Outbound = {
4290
4551
  lte?: number | undefined;
4291
4552
  };
4292
4553
  /** @internal */
4293
- export declare const CreateDeploymentValue2$outboundSchema: z.ZodType<CreateDeploymentValue2$Outbound, z.ZodTypeDef, CreateDeploymentValue2>;
4554
+ export declare const CreateDeploymentValueDeploymentsResponse2002$outboundSchema: z.ZodType<CreateDeploymentValueDeploymentsResponse2002$Outbound, z.ZodTypeDef, CreateDeploymentValueDeploymentsResponse2002>;
4294
4555
  /**
4295
4556
  * @internal
4296
4557
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4297
4558
  */
4298
- export declare namespace CreateDeploymentValue2$ {
4299
- /** @deprecated use `CreateDeploymentValue2$inboundSchema` instead. */
4300
- const inboundSchema: z.ZodType<CreateDeploymentValue2, z.ZodTypeDef, unknown>;
4301
- /** @deprecated use `CreateDeploymentValue2$outboundSchema` instead. */
4302
- const outboundSchema: z.ZodType<CreateDeploymentValue2$Outbound, z.ZodTypeDef, CreateDeploymentValue2>;
4303
- /** @deprecated use `CreateDeploymentValue2$Outbound` instead. */
4304
- type Outbound = CreateDeploymentValue2$Outbound;
4559
+ export declare namespace CreateDeploymentValueDeploymentsResponse2002$ {
4560
+ /** @deprecated use `CreateDeploymentValueDeploymentsResponse2002$inboundSchema` instead. */
4561
+ const inboundSchema: z.ZodType<CreateDeploymentValueDeploymentsResponse2002, z.ZodTypeDef, unknown>;
4562
+ /** @deprecated use `CreateDeploymentValueDeploymentsResponse2002$outboundSchema` instead. */
4563
+ const outboundSchema: z.ZodType<CreateDeploymentValueDeploymentsResponse2002$Outbound, z.ZodTypeDef, CreateDeploymentValueDeploymentsResponse2002>;
4564
+ /** @deprecated use `CreateDeploymentValueDeploymentsResponse2002$Outbound` instead. */
4565
+ type Outbound = CreateDeploymentValueDeploymentsResponse2002$Outbound;
4305
4566
  }
4306
- export declare function createDeploymentValue2ToJSON(createDeploymentValue2: CreateDeploymentValue2): string;
4307
- export declare function createDeploymentValue2FromJSON(jsonString: string): SafeParseResult<CreateDeploymentValue2, SDKValidationError>;
4567
+ export declare function createDeploymentValueDeploymentsResponse2002ToJSON(createDeploymentValueDeploymentsResponse2002: CreateDeploymentValueDeploymentsResponse2002): string;
4568
+ export declare function createDeploymentValueDeploymentsResponse2002FromJSON(jsonString: string): SafeParseResult<CreateDeploymentValueDeploymentsResponse2002, SDKValidationError>;
4308
4569
  /** @internal */
4309
- export declare const HasValue$inboundSchema: z.ZodType<HasValue, z.ZodTypeDef, unknown>;
4570
+ export declare const CreateDeploymentHasValue$inboundSchema: z.ZodType<CreateDeploymentHasValue, z.ZodTypeDef, unknown>;
4310
4571
  /** @internal */
4311
- export type HasValue$Outbound = CreateDeploymentValue2$Outbound | string;
4572
+ export type CreateDeploymentHasValue$Outbound = CreateDeploymentValueDeploymentsResponse2002$Outbound | string;
4312
4573
  /** @internal */
4313
- export declare const HasValue$outboundSchema: z.ZodType<HasValue$Outbound, z.ZodTypeDef, HasValue>;
4574
+ export declare const CreateDeploymentHasValue$outboundSchema: z.ZodType<CreateDeploymentHasValue$Outbound, z.ZodTypeDef, CreateDeploymentHasValue>;
4314
4575
  /**
4315
4576
  * @internal
4316
4577
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4317
4578
  */
4318
- export declare namespace HasValue$ {
4319
- /** @deprecated use `HasValue$inboundSchema` instead. */
4320
- const inboundSchema: z.ZodType<HasValue, z.ZodTypeDef, unknown>;
4321
- /** @deprecated use `HasValue$outboundSchema` instead. */
4322
- const outboundSchema: z.ZodType<HasValue$Outbound, z.ZodTypeDef, HasValue>;
4323
- /** @deprecated use `HasValue$Outbound` instead. */
4324
- type Outbound = HasValue$Outbound;
4579
+ export declare namespace CreateDeploymentHasValue$ {
4580
+ /** @deprecated use `CreateDeploymentHasValue$inboundSchema` instead. */
4581
+ const inboundSchema: z.ZodType<CreateDeploymentHasValue, z.ZodTypeDef, unknown>;
4582
+ /** @deprecated use `CreateDeploymentHasValue$outboundSchema` instead. */
4583
+ const outboundSchema: z.ZodType<CreateDeploymentHasValue$Outbound, z.ZodTypeDef, CreateDeploymentHasValue>;
4584
+ /** @deprecated use `CreateDeploymentHasValue$Outbound` instead. */
4585
+ type Outbound = CreateDeploymentHasValue$Outbound;
4325
4586
  }
4326
- export declare function hasValueToJSON(hasValue: HasValue): string;
4327
- export declare function hasValueFromJSON(jsonString: string): SafeParseResult<HasValue, SDKValidationError>;
4587
+ export declare function createDeploymentHasValueToJSON(createDeploymentHasValue: CreateDeploymentHasValue): string;
4588
+ export declare function createDeploymentHasValueFromJSON(jsonString: string): SafeParseResult<CreateDeploymentHasValue, SDKValidationError>;
4328
4589
  /** @internal */
4329
4590
  export declare const Has1$inboundSchema: z.ZodType<Has1, z.ZodTypeDef, unknown>;
4330
4591
  /** @internal */
4331
4592
  export type Has1$Outbound = {
4332
4593
  type: string;
4333
- value: CreateDeploymentValue2$Outbound | string;
4594
+ value: CreateDeploymentValueDeploymentsResponse2002$Outbound | string;
4334
4595
  };
4335
4596
  /** @internal */
4336
4597
  export declare const Has1$outboundSchema: z.ZodType<Has1$Outbound, z.ZodTypeDef, Has1>;
@@ -4349,25 +4610,25 @@ export declare namespace Has1$ {
4349
4610
  export declare function has1ToJSON(has1: Has1): string;
4350
4611
  export declare function has1FromJSON(jsonString: string): SafeParseResult<Has1, SDKValidationError>;
4351
4612
  /** @internal */
4352
- export declare const RoutesHas$inboundSchema: z.ZodType<RoutesHas, z.ZodTypeDef, unknown>;
4613
+ export declare const Has$inboundSchema: z.ZodType<Has, z.ZodTypeDef, unknown>;
4353
4614
  /** @internal */
4354
- export type RoutesHas$Outbound = Has1$Outbound | Has2$Outbound;
4615
+ export type Has$Outbound = Has1$Outbound | Has2$Outbound;
4355
4616
  /** @internal */
4356
- export declare const RoutesHas$outboundSchema: z.ZodType<RoutesHas$Outbound, z.ZodTypeDef, RoutesHas>;
4617
+ export declare const Has$outboundSchema: z.ZodType<Has$Outbound, z.ZodTypeDef, Has>;
4357
4618
  /**
4358
4619
  * @internal
4359
4620
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4360
4621
  */
4361
- export declare namespace RoutesHas$ {
4362
- /** @deprecated use `RoutesHas$inboundSchema` instead. */
4363
- const inboundSchema: z.ZodType<RoutesHas, z.ZodTypeDef, unknown>;
4364
- /** @deprecated use `RoutesHas$outboundSchema` instead. */
4365
- const outboundSchema: z.ZodType<RoutesHas$Outbound, z.ZodTypeDef, RoutesHas>;
4366
- /** @deprecated use `RoutesHas$Outbound` instead. */
4367
- type Outbound = RoutesHas$Outbound;
4622
+ export declare namespace Has$ {
4623
+ /** @deprecated use `Has$inboundSchema` instead. */
4624
+ const inboundSchema: z.ZodType<Has, z.ZodTypeDef, unknown>;
4625
+ /** @deprecated use `Has$outboundSchema` instead. */
4626
+ const outboundSchema: z.ZodType<Has$Outbound, z.ZodTypeDef, Has>;
4627
+ /** @deprecated use `Has$Outbound` instead. */
4628
+ type Outbound = Has$Outbound;
4368
4629
  }
4369
- export declare function routesHasToJSON(routesHas: RoutesHas): string;
4370
- export declare function routesHasFromJSON(jsonString: string): SafeParseResult<RoutesHas, SDKValidationError>;
4630
+ export declare function hasToJSON(has: Has): string;
4631
+ export declare function hasFromJSON(jsonString: string): SafeParseResult<Has, SDKValidationError>;
4371
4632
  /** @internal */
4372
4633
  export declare const CreateDeploymentMissingType$inboundSchema: z.ZodNativeEnum<typeof CreateDeploymentMissingType>;
4373
4634
  /** @internal */
@@ -4411,9 +4672,9 @@ export declare namespace CreateDeploymentValueDeploymentsEq$ {
4411
4672
  export declare function createDeploymentValueDeploymentsEqToJSON(createDeploymentValueDeploymentsEq: CreateDeploymentValueDeploymentsEq): string;
4412
4673
  export declare function createDeploymentValueDeploymentsEqFromJSON(jsonString: string): SafeParseResult<CreateDeploymentValueDeploymentsEq, SDKValidationError>;
4413
4674
  /** @internal */
4414
- export declare const CreateDeploymentValueDeploymentsResponse2002$inboundSchema: z.ZodType<CreateDeploymentValueDeploymentsResponse2002, z.ZodTypeDef, unknown>;
4675
+ export declare const CreateDeploymentValueDeploymentsResponse2$inboundSchema: z.ZodType<CreateDeploymentValueDeploymentsResponse2, z.ZodTypeDef, unknown>;
4415
4676
  /** @internal */
4416
- export type CreateDeploymentValueDeploymentsResponse2002$Outbound = {
4677
+ export type CreateDeploymentValueDeploymentsResponse2$Outbound = {
4417
4678
  eq?: string | number | undefined;
4418
4679
  neq?: string | undefined;
4419
4680
  inc?: Array<string> | undefined;
@@ -4427,25 +4688,25 @@ export type CreateDeploymentValueDeploymentsResponse2002$Outbound = {
4427
4688
  lte?: number | undefined;
4428
4689
  };
4429
4690
  /** @internal */
4430
- export declare const CreateDeploymentValueDeploymentsResponse2002$outboundSchema: z.ZodType<CreateDeploymentValueDeploymentsResponse2002$Outbound, z.ZodTypeDef, CreateDeploymentValueDeploymentsResponse2002>;
4691
+ export declare const CreateDeploymentValueDeploymentsResponse2$outboundSchema: z.ZodType<CreateDeploymentValueDeploymentsResponse2$Outbound, z.ZodTypeDef, CreateDeploymentValueDeploymentsResponse2>;
4431
4692
  /**
4432
4693
  * @internal
4433
4694
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4434
4695
  */
4435
- export declare namespace CreateDeploymentValueDeploymentsResponse2002$ {
4436
- /** @deprecated use `CreateDeploymentValueDeploymentsResponse2002$inboundSchema` instead. */
4437
- const inboundSchema: z.ZodType<CreateDeploymentValueDeploymentsResponse2002, z.ZodTypeDef, unknown>;
4438
- /** @deprecated use `CreateDeploymentValueDeploymentsResponse2002$outboundSchema` instead. */
4439
- const outboundSchema: z.ZodType<CreateDeploymentValueDeploymentsResponse2002$Outbound, z.ZodTypeDef, CreateDeploymentValueDeploymentsResponse2002>;
4440
- /** @deprecated use `CreateDeploymentValueDeploymentsResponse2002$Outbound` instead. */
4441
- type Outbound = CreateDeploymentValueDeploymentsResponse2002$Outbound;
4696
+ export declare namespace CreateDeploymentValueDeploymentsResponse2$ {
4697
+ /** @deprecated use `CreateDeploymentValueDeploymentsResponse2$inboundSchema` instead. */
4698
+ const inboundSchema: z.ZodType<CreateDeploymentValueDeploymentsResponse2, z.ZodTypeDef, unknown>;
4699
+ /** @deprecated use `CreateDeploymentValueDeploymentsResponse2$outboundSchema` instead. */
4700
+ const outboundSchema: z.ZodType<CreateDeploymentValueDeploymentsResponse2$Outbound, z.ZodTypeDef, CreateDeploymentValueDeploymentsResponse2>;
4701
+ /** @deprecated use `CreateDeploymentValueDeploymentsResponse2$Outbound` instead. */
4702
+ type Outbound = CreateDeploymentValueDeploymentsResponse2$Outbound;
4442
4703
  }
4443
- export declare function createDeploymentValueDeploymentsResponse2002ToJSON(createDeploymentValueDeploymentsResponse2002: CreateDeploymentValueDeploymentsResponse2002): string;
4444
- export declare function createDeploymentValueDeploymentsResponse2002FromJSON(jsonString: string): SafeParseResult<CreateDeploymentValueDeploymentsResponse2002, SDKValidationError>;
4704
+ export declare function createDeploymentValueDeploymentsResponse2ToJSON(createDeploymentValueDeploymentsResponse2: CreateDeploymentValueDeploymentsResponse2): string;
4705
+ export declare function createDeploymentValueDeploymentsResponse2FromJSON(jsonString: string): SafeParseResult<CreateDeploymentValueDeploymentsResponse2, SDKValidationError>;
4445
4706
  /** @internal */
4446
4707
  export declare const CreateDeploymentMissingValue$inboundSchema: z.ZodType<CreateDeploymentMissingValue, z.ZodTypeDef, unknown>;
4447
4708
  /** @internal */
4448
- export type CreateDeploymentMissingValue$Outbound = CreateDeploymentValueDeploymentsResponse2002$Outbound | string;
4709
+ export type CreateDeploymentMissingValue$Outbound = CreateDeploymentValueDeploymentsResponse2$Outbound | string;
4449
4710
  /** @internal */
4450
4711
  export declare const CreateDeploymentMissingValue$outboundSchema: z.ZodType<CreateDeploymentMissingValue$Outbound, z.ZodTypeDef, CreateDeploymentMissingValue>;
4451
4712
  /**
@@ -4468,7 +4729,7 @@ export declare const Missing2$inboundSchema: z.ZodType<Missing2, z.ZodTypeDef, u
4468
4729
  export type Missing2$Outbound = {
4469
4730
  type: string;
4470
4731
  key: string;
4471
- value?: CreateDeploymentValueDeploymentsResponse2002$Outbound | string | undefined;
4732
+ value?: CreateDeploymentValueDeploymentsResponse2$Outbound | string | undefined;
4472
4733
  };
4473
4734
  /** @internal */
4474
4735
  export declare const Missing2$outboundSchema: z.ZodType<Missing2$Outbound, z.ZodTypeDef, Missing2>;
@@ -4525,9 +4786,9 @@ export declare namespace CreateDeploymentValueEq$ {
4525
4786
  export declare function createDeploymentValueEqToJSON(createDeploymentValueEq: CreateDeploymentValueEq): string;
4526
4787
  export declare function createDeploymentValueEqFromJSON(jsonString: string): SafeParseResult<CreateDeploymentValueEq, SDKValidationError>;
4527
4788
  /** @internal */
4528
- export declare const CreateDeploymentValueDeploymentsResponse2$inboundSchema: z.ZodType<CreateDeploymentValueDeploymentsResponse2, z.ZodTypeDef, unknown>;
4789
+ export declare const CreateDeploymentValueDeployments2$inboundSchema: z.ZodType<CreateDeploymentValueDeployments2, z.ZodTypeDef, unknown>;
4529
4790
  /** @internal */
4530
- export type CreateDeploymentValueDeploymentsResponse2$Outbound = {
4791
+ export type CreateDeploymentValueDeployments2$Outbound = {
4531
4792
  eq?: string | number | undefined;
4532
4793
  neq?: string | undefined;
4533
4794
  inc?: Array<string> | undefined;
@@ -4541,25 +4802,25 @@ export type CreateDeploymentValueDeploymentsResponse2$Outbound = {
4541
4802
  lte?: number | undefined;
4542
4803
  };
4543
4804
  /** @internal */
4544
- export declare const CreateDeploymentValueDeploymentsResponse2$outboundSchema: z.ZodType<CreateDeploymentValueDeploymentsResponse2$Outbound, z.ZodTypeDef, CreateDeploymentValueDeploymentsResponse2>;
4805
+ export declare const CreateDeploymentValueDeployments2$outboundSchema: z.ZodType<CreateDeploymentValueDeployments2$Outbound, z.ZodTypeDef, CreateDeploymentValueDeployments2>;
4545
4806
  /**
4546
4807
  * @internal
4547
4808
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4548
4809
  */
4549
- export declare namespace CreateDeploymentValueDeploymentsResponse2$ {
4550
- /** @deprecated use `CreateDeploymentValueDeploymentsResponse2$inboundSchema` instead. */
4551
- const inboundSchema: z.ZodType<CreateDeploymentValueDeploymentsResponse2, z.ZodTypeDef, unknown>;
4552
- /** @deprecated use `CreateDeploymentValueDeploymentsResponse2$outboundSchema` instead. */
4553
- const outboundSchema: z.ZodType<CreateDeploymentValueDeploymentsResponse2$Outbound, z.ZodTypeDef, CreateDeploymentValueDeploymentsResponse2>;
4554
- /** @deprecated use `CreateDeploymentValueDeploymentsResponse2$Outbound` instead. */
4555
- type Outbound = CreateDeploymentValueDeploymentsResponse2$Outbound;
4810
+ export declare namespace CreateDeploymentValueDeployments2$ {
4811
+ /** @deprecated use `CreateDeploymentValueDeployments2$inboundSchema` instead. */
4812
+ const inboundSchema: z.ZodType<CreateDeploymentValueDeployments2, z.ZodTypeDef, unknown>;
4813
+ /** @deprecated use `CreateDeploymentValueDeployments2$outboundSchema` instead. */
4814
+ const outboundSchema: z.ZodType<CreateDeploymentValueDeployments2$Outbound, z.ZodTypeDef, CreateDeploymentValueDeployments2>;
4815
+ /** @deprecated use `CreateDeploymentValueDeployments2$Outbound` instead. */
4816
+ type Outbound = CreateDeploymentValueDeployments2$Outbound;
4556
4817
  }
4557
- export declare function createDeploymentValueDeploymentsResponse2ToJSON(createDeploymentValueDeploymentsResponse2: CreateDeploymentValueDeploymentsResponse2): string;
4558
- export declare function createDeploymentValueDeploymentsResponse2FromJSON(jsonString: string): SafeParseResult<CreateDeploymentValueDeploymentsResponse2, SDKValidationError>;
4818
+ export declare function createDeploymentValueDeployments2ToJSON(createDeploymentValueDeployments2: CreateDeploymentValueDeployments2): string;
4819
+ export declare function createDeploymentValueDeployments2FromJSON(jsonString: string): SafeParseResult<CreateDeploymentValueDeployments2, SDKValidationError>;
4559
4820
  /** @internal */
4560
4821
  export declare const MissingValue$inboundSchema: z.ZodType<MissingValue, z.ZodTypeDef, unknown>;
4561
4822
  /** @internal */
4562
- export type MissingValue$Outbound = CreateDeploymentValueDeploymentsResponse2$Outbound | string;
4823
+ export type MissingValue$Outbound = CreateDeploymentValueDeployments2$Outbound | string;
4563
4824
  /** @internal */
4564
4825
  export declare const MissingValue$outboundSchema: z.ZodType<MissingValue$Outbound, z.ZodTypeDef, MissingValue>;
4565
4826
  /**
@@ -4581,7 +4842,7 @@ export declare const Missing1$inboundSchema: z.ZodType<Missing1, z.ZodTypeDef, u
4581
4842
  /** @internal */
4582
4843
  export type Missing1$Outbound = {
4583
4844
  type: string;
4584
- value: CreateDeploymentValueDeploymentsResponse2$Outbound | string;
4845
+ value: CreateDeploymentValueDeployments2$Outbound | string;
4585
4846
  };
4586
4847
  /** @internal */
4587
4848
  export declare const Missing1$outboundSchema: z.ZodType<Missing1$Outbound, z.ZodTypeDef, Missing1>;
@@ -4600,25 +4861,25 @@ export declare namespace Missing1$ {
4600
4861
  export declare function missing1ToJSON(missing1: Missing1): string;
4601
4862
  export declare function missing1FromJSON(jsonString: string): SafeParseResult<Missing1, SDKValidationError>;
4602
4863
  /** @internal */
4603
- export declare const RoutesMissing$inboundSchema: z.ZodType<RoutesMissing, z.ZodTypeDef, unknown>;
4864
+ export declare const Missing$inboundSchema: z.ZodType<Missing, z.ZodTypeDef, unknown>;
4604
4865
  /** @internal */
4605
- export type RoutesMissing$Outbound = Missing1$Outbound | Missing2$Outbound;
4866
+ export type Missing$Outbound = Missing1$Outbound | Missing2$Outbound;
4606
4867
  /** @internal */
4607
- export declare const RoutesMissing$outboundSchema: z.ZodType<RoutesMissing$Outbound, z.ZodTypeDef, RoutesMissing>;
4868
+ export declare const Missing$outboundSchema: z.ZodType<Missing$Outbound, z.ZodTypeDef, Missing>;
4608
4869
  /**
4609
4870
  * @internal
4610
4871
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4611
4872
  */
4612
- export declare namespace RoutesMissing$ {
4613
- /** @deprecated use `RoutesMissing$inboundSchema` instead. */
4614
- const inboundSchema: z.ZodType<RoutesMissing, z.ZodTypeDef, unknown>;
4615
- /** @deprecated use `RoutesMissing$outboundSchema` instead. */
4616
- const outboundSchema: z.ZodType<RoutesMissing$Outbound, z.ZodTypeDef, RoutesMissing>;
4617
- /** @deprecated use `RoutesMissing$Outbound` instead. */
4618
- type Outbound = RoutesMissing$Outbound;
4873
+ export declare namespace Missing$ {
4874
+ /** @deprecated use `Missing$inboundSchema` instead. */
4875
+ const inboundSchema: z.ZodType<Missing, z.ZodTypeDef, unknown>;
4876
+ /** @deprecated use `Missing$outboundSchema` instead. */
4877
+ const outboundSchema: z.ZodType<Missing$Outbound, z.ZodTypeDef, Missing>;
4878
+ /** @deprecated use `Missing$Outbound` instead. */
4879
+ type Outbound = Missing$Outbound;
4619
4880
  }
4620
- export declare function routesMissingToJSON(routesMissing: RoutesMissing): string;
4621
- export declare function routesMissingFromJSON(jsonString: string): SafeParseResult<RoutesMissing, SDKValidationError>;
4881
+ export declare function missingToJSON(missing: Missing): string;
4882
+ export declare function missingFromJSON(jsonString: string): SafeParseResult<Missing, SDKValidationError>;
4622
4883
  /** @internal */
4623
4884
  export declare const RoutesAction$inboundSchema: z.ZodNativeEnum<typeof RoutesAction>;
4624
4885
  /** @internal */
@@ -4640,27 +4901,27 @@ export declare namespace RoutesAction$ {
4640
4901
  }>;
4641
4902
  }
4642
4903
  /** @internal */
4643
- export declare const RoutesMitigate$inboundSchema: z.ZodType<RoutesMitigate, z.ZodTypeDef, unknown>;
4904
+ export declare const CreateDeploymentRoutesMitigate$inboundSchema: z.ZodType<CreateDeploymentRoutesMitigate, z.ZodTypeDef, unknown>;
4644
4905
  /** @internal */
4645
- export type RoutesMitigate$Outbound = {
4906
+ export type CreateDeploymentRoutesMitigate$Outbound = {
4646
4907
  action: string;
4647
4908
  };
4648
4909
  /** @internal */
4649
- export declare const RoutesMitigate$outboundSchema: z.ZodType<RoutesMitigate$Outbound, z.ZodTypeDef, RoutesMitigate>;
4910
+ export declare const CreateDeploymentRoutesMitigate$outboundSchema: z.ZodType<CreateDeploymentRoutesMitigate$Outbound, z.ZodTypeDef, CreateDeploymentRoutesMitigate>;
4650
4911
  /**
4651
4912
  * @internal
4652
4913
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4653
4914
  */
4654
- export declare namespace RoutesMitigate$ {
4655
- /** @deprecated use `RoutesMitigate$inboundSchema` instead. */
4656
- const inboundSchema: z.ZodType<RoutesMitigate, z.ZodTypeDef, unknown>;
4657
- /** @deprecated use `RoutesMitigate$outboundSchema` instead. */
4658
- const outboundSchema: z.ZodType<RoutesMitigate$Outbound, z.ZodTypeDef, RoutesMitigate>;
4659
- /** @deprecated use `RoutesMitigate$Outbound` instead. */
4660
- type Outbound = RoutesMitigate$Outbound;
4915
+ export declare namespace CreateDeploymentRoutesMitigate$ {
4916
+ /** @deprecated use `CreateDeploymentRoutesMitigate$inboundSchema` instead. */
4917
+ const inboundSchema: z.ZodType<CreateDeploymentRoutesMitigate, z.ZodTypeDef, unknown>;
4918
+ /** @deprecated use `CreateDeploymentRoutesMitigate$outboundSchema` instead. */
4919
+ const outboundSchema: z.ZodType<CreateDeploymentRoutesMitigate$Outbound, z.ZodTypeDef, CreateDeploymentRoutesMitigate>;
4920
+ /** @deprecated use `CreateDeploymentRoutesMitigate$Outbound` instead. */
4921
+ type Outbound = CreateDeploymentRoutesMitigate$Outbound;
4661
4922
  }
4662
- export declare function routesMitigateToJSON(routesMitigate: RoutesMitigate): string;
4663
- export declare function routesMitigateFromJSON(jsonString: string): SafeParseResult<RoutesMitigate, SDKValidationError>;
4923
+ export declare function createDeploymentRoutesMitigateToJSON(createDeploymentRoutesMitigate: CreateDeploymentRoutesMitigate): string;
4924
+ export declare function createDeploymentRoutesMitigateFromJSON(jsonString: string): SafeParseResult<CreateDeploymentRoutesMitigate, SDKValidationError>;
4664
4925
  /** @internal */
4665
4926
  export declare const RoutesType$inboundSchema: z.ZodNativeEnum<typeof RoutesType>;
4666
4927
  /** @internal */
@@ -4694,14 +4955,14 @@ export declare const CreateDeploymentRoutesOp$outboundSchema: z.ZodNativeEnum<ty
4694
4955
  export declare namespace CreateDeploymentRoutesOp$ {
4695
4956
  /** @deprecated use `CreateDeploymentRoutesOp$inboundSchema` instead. */
4696
4957
  const inboundSchema: z.ZodNativeEnum<{
4697
- readonly Append: "append";
4698
4958
  readonly Set: "set";
4959
+ readonly Append: "append";
4699
4960
  readonly Delete: "delete";
4700
4961
  }>;
4701
4962
  /** @deprecated use `CreateDeploymentRoutesOp$outboundSchema` instead. */
4702
4963
  const outboundSchema: z.ZodNativeEnum<{
4703
- readonly Append: "append";
4704
4964
  readonly Set: "set";
4965
+ readonly Append: "append";
4705
4966
  readonly Delete: "delete";
4706
4967
  }>;
4707
4968
  }
@@ -4886,7 +5147,7 @@ export type Routes1$Outbound = {
4886
5147
  status?: number | undefined;
4887
5148
  has?: Array<Has1$Outbound | Has2$Outbound> | undefined;
4888
5149
  missing?: Array<Missing1$Outbound | Missing2$Outbound> | undefined;
4889
- mitigate?: RoutesMitigate$Outbound | undefined;
5150
+ mitigate?: CreateDeploymentRoutesMitigate$Outbound | undefined;
4890
5151
  transforms?: Array<Transforms$Outbound> | undefined;
4891
5152
  locale?: Locale$Outbound | undefined;
4892
5153
  middlewarePath?: string | undefined;
@@ -5021,43 +5282,42 @@ export declare namespace CreateDeploymentChecks$ {
5021
5282
  export declare function createDeploymentChecksToJSON(createDeploymentChecks: CreateDeploymentChecks): string;
5022
5283
  export declare function createDeploymentChecksFromJSON(jsonString: string): SafeParseResult<CreateDeploymentChecks, SDKValidationError>;
5023
5284
  /** @internal */
5024
- export declare const CreateDeploymentMicrofrontendsApplications$inboundSchema: z.ZodType<CreateDeploymentMicrofrontendsApplications, z.ZodTypeDef, unknown>;
5285
+ export declare const Applications$inboundSchema: z.ZodType<Applications, z.ZodTypeDef, unknown>;
5025
5286
  /** @internal */
5026
- export type CreateDeploymentMicrofrontendsApplications$Outbound = {
5287
+ export type Applications$Outbound = {
5027
5288
  isDefaultApp?: boolean | undefined;
5028
5289
  productionHost: string;
5029
5290
  deploymentAlias?: string | undefined;
5030
5291
  deploymentHost?: string | undefined;
5031
5292
  };
5032
5293
  /** @internal */
5033
- export declare const CreateDeploymentMicrofrontendsApplications$outboundSchema: z.ZodType<CreateDeploymentMicrofrontendsApplications$Outbound, z.ZodTypeDef, CreateDeploymentMicrofrontendsApplications>;
5294
+ export declare const Applications$outboundSchema: z.ZodType<Applications$Outbound, z.ZodTypeDef, Applications>;
5034
5295
  /**
5035
5296
  * @internal
5036
5297
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5037
5298
  */
5038
- export declare namespace CreateDeploymentMicrofrontendsApplications$ {
5039
- /** @deprecated use `CreateDeploymentMicrofrontendsApplications$inboundSchema` instead. */
5040
- const inboundSchema: z.ZodType<CreateDeploymentMicrofrontendsApplications, z.ZodTypeDef, unknown>;
5041
- /** @deprecated use `CreateDeploymentMicrofrontendsApplications$outboundSchema` instead. */
5042
- const outboundSchema: z.ZodType<CreateDeploymentMicrofrontendsApplications$Outbound, z.ZodTypeDef, CreateDeploymentMicrofrontendsApplications>;
5043
- /** @deprecated use `CreateDeploymentMicrofrontendsApplications$Outbound` instead. */
5044
- type Outbound = CreateDeploymentMicrofrontendsApplications$Outbound;
5299
+ export declare namespace Applications$ {
5300
+ /** @deprecated use `Applications$inboundSchema` instead. */
5301
+ const inboundSchema: z.ZodType<Applications, z.ZodTypeDef, unknown>;
5302
+ /** @deprecated use `Applications$outboundSchema` instead. */
5303
+ const outboundSchema: z.ZodType<Applications$Outbound, z.ZodTypeDef, Applications>;
5304
+ /** @deprecated use `Applications$Outbound` instead. */
5305
+ type Outbound = Applications$Outbound;
5045
5306
  }
5046
- export declare function createDeploymentMicrofrontendsApplicationsToJSON(createDeploymentMicrofrontendsApplications: CreateDeploymentMicrofrontendsApplications): string;
5047
- export declare function createDeploymentMicrofrontendsApplicationsFromJSON(jsonString: string): SafeParseResult<CreateDeploymentMicrofrontendsApplications, SDKValidationError>;
5307
+ export declare function applicationsToJSON(applications: Applications): string;
5308
+ export declare function applicationsFromJSON(jsonString: string): SafeParseResult<Applications, SDKValidationError>;
5048
5309
  /** @internal */
5049
5310
  export declare const CreateDeploymentMicrofrontends2$inboundSchema: z.ZodType<CreateDeploymentMicrofrontends2, z.ZodTypeDef, unknown>;
5050
5311
  /** @internal */
5051
5312
  export type CreateDeploymentMicrofrontends2$Outbound = {
5052
5313
  applications?: {
5053
- [k: string]: CreateDeploymentMicrofrontendsApplications$Outbound;
5314
+ [k: string]: Applications$Outbound;
5054
5315
  } | undefined;
5055
5316
  isDefaultApp: boolean;
5056
5317
  defaultAppProjectName: string;
5057
5318
  defaultRoute?: string | undefined;
5058
5319
  groupIds: Array<string>;
5059
- microfrontendsAliasEnabled?: boolean | undefined;
5060
- previewEnvAliasEnabled?: boolean | undefined;
5320
+ microfrontendsAlias2Enabled?: boolean | undefined;
5061
5321
  };
5062
5322
  /** @internal */
5063
5323
  export declare const CreateDeploymentMicrofrontends2$outboundSchema: z.ZodType<CreateDeploymentMicrofrontends2$Outbound, z.ZodTypeDef, CreateDeploymentMicrofrontends2>;
@@ -5083,8 +5343,7 @@ export type CreateDeploymentMicrofrontends1$Outbound = {
5083
5343
  defaultAppProjectName: string;
5084
5344
  defaultRoute?: string | undefined;
5085
5345
  groupIds: Array<string>;
5086
- microfrontendsAliasEnabled?: boolean | undefined;
5087
- previewEnvAliasEnabled?: boolean | undefined;
5346
+ microfrontendsAlias2Enabled?: boolean | undefined;
5088
5347
  };
5089
5348
  /** @internal */
5090
5349
  export declare const CreateDeploymentMicrofrontends1$outboundSchema: z.ZodType<CreateDeploymentMicrofrontends1$Outbound, z.ZodTypeDef, CreateDeploymentMicrofrontends1>;
@@ -5151,13 +5410,13 @@ export declare const CreateDeploymentGitRepoOwnerType$outboundSchema: z.ZodNativ
5151
5410
  export declare namespace CreateDeploymentGitRepoOwnerType$ {
5152
5411
  /** @deprecated use `CreateDeploymentGitRepoOwnerType$inboundSchema` instead. */
5153
5412
  const inboundSchema: z.ZodNativeEnum<{
5154
- readonly Team: "team";
5155
5413
  readonly User: "user";
5414
+ readonly Team: "team";
5156
5415
  }>;
5157
5416
  /** @deprecated use `CreateDeploymentGitRepoOwnerType$outboundSchema` instead. */
5158
5417
  const outboundSchema: z.ZodNativeEnum<{
5159
- readonly Team: "team";
5160
5418
  readonly User: "user";
5419
+ readonly Team: "team";
5161
5420
  }>;
5162
5421
  }
5163
5422
  /** @internal */
@@ -5220,13 +5479,13 @@ export declare const GitRepoOwnerType$outboundSchema: z.ZodNativeEnum<typeof Git
5220
5479
  export declare namespace GitRepoOwnerType$ {
5221
5480
  /** @deprecated use `GitRepoOwnerType$inboundSchema` instead. */
5222
5481
  const inboundSchema: z.ZodNativeEnum<{
5223
- readonly Team: "team";
5224
5482
  readonly User: "user";
5483
+ readonly Team: "team";
5225
5484
  }>;
5226
5485
  /** @deprecated use `GitRepoOwnerType$outboundSchema` instead. */
5227
5486
  const outboundSchema: z.ZodNativeEnum<{
5228
- readonly Team: "team";
5229
5487
  readonly User: "user";
5488
+ readonly Team: "team";
5230
5489
  }>;
5231
5490
  }
5232
5491
  /** @internal */
@@ -5289,13 +5548,13 @@ export declare const OwnerType$outboundSchema: z.ZodNativeEnum<typeof OwnerType>
5289
5548
  export declare namespace OwnerType$ {
5290
5549
  /** @deprecated use `OwnerType$inboundSchema` instead. */
5291
5550
  const inboundSchema: z.ZodNativeEnum<{
5292
- readonly Team: "team";
5293
5551
  readonly User: "user";
5552
+ readonly Team: "team";
5294
5553
  }>;
5295
5554
  /** @deprecated use `OwnerType$outboundSchema` instead. */
5296
5555
  const outboundSchema: z.ZodNativeEnum<{
5297
- readonly Team: "team";
5298
5556
  readonly User: "user";
5557
+ readonly Team: "team";
5299
5558
  }>;
5300
5559
  }
5301
5560
  /** @internal */
@@ -5502,11 +5761,12 @@ export type CreateDeploymentResponseBody$Outbound = {
5502
5761
  deletedAt?: number | null | undefined;
5503
5762
  version: number;
5504
5763
  autoAssignCustomDomains?: boolean | undefined;
5505
- gitSource?: CreateDeploymentGitSource10$Outbound | CreateDeploymentGitSource12$Outbound | CreateDeploymentGitSource4$Outbound | CreateDeploymentGitSource8$Outbound | CreateDeploymentGitSource9$Outbound | CreateDeploymentGitSource11$Outbound | CreateDeploymentGitSource2$Outbound | CreateDeploymentGitSource3$Outbound | CreateDeploymentGitSource7$Outbound | CreateDeploymentGitSource1$Outbound | CreateDeploymentGitSource5$Outbound | CreateDeploymentGitSource6$Outbound | undefined;
5764
+ gitSource?: CreateDeploymentGitSource12$Outbound | CreateDeploymentGitSource15$Outbound | CreateDeploymentGitSource4$Outbound | CreateDeploymentGitSource10$Outbound | CreateDeploymentGitSource11$Outbound | CreateDeploymentGitSource13$Outbound | CreateDeploymentGitSource14$Outbound | CreateDeploymentGitSource2$Outbound | CreateDeploymentGitSource3$Outbound | CreateDeploymentGitSource6$Outbound | CreateDeploymentGitSource9$Outbound | CreateDeploymentGitSource1$Outbound | CreateDeploymentGitSource5$Outbound | CreateDeploymentGitSource7$Outbound | CreateDeploymentGitSource8$Outbound | undefined;
5506
5765
  meta: {
5507
5766
  [k: string]: string;
5508
5767
  };
5509
5768
  project?: CreateDeploymentProject$Outbound | undefined;
5769
+ nodeVersion?: string | undefined;
5510
5770
  readyState: string;
5511
5771
  source?: string | undefined;
5512
5772
  target?: string | null | undefined;