@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
@@ -268,18 +268,18 @@ export type GetDeploymentResponseBodyChecksConclusion = ClosedEnum<
268
268
  typeof GetDeploymentResponseBodyChecksConclusion
269
269
  >;
270
270
 
271
- export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type =
271
+ export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody215Type =
272
272
  {
273
273
  Bitbucket: "bitbucket",
274
274
  } as const;
275
- export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type =
275
+ export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody215Type =
276
276
  ClosedEnum<
277
- typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type
277
+ typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody215Type
278
278
  >;
279
279
 
280
- export type GetDeploymentGitSource12 = {
280
+ export type GetDeploymentGitSource15 = {
281
281
  type:
282
- GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type;
282
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody215Type;
283
283
  ref: string;
284
284
  sha: string;
285
285
  owner?: string | undefined;
@@ -288,35 +288,54 @@ export type GetDeploymentGitSource12 = {
288
288
  repoUuid: string;
289
289
  };
290
290
 
291
- export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody211Type =
291
+ export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody214Type =
292
292
  {
293
293
  Gitlab: "gitlab",
294
294
  } as const;
295
- export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody211Type =
295
+ export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody214Type =
296
296
  ClosedEnum<
297
- typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody211Type
297
+ typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody214Type
298
298
  >;
299
299
 
300
- export type GetDeploymentGitSource11 = {
300
+ export type GetDeploymentGitSource14 = {
301
301
  type:
302
- GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody211Type;
302
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody214Type;
303
303
  ref: string;
304
304
  sha: string;
305
305
  projectId: number;
306
306
  };
307
307
 
308
- export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody210Type =
308
+ export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody213Type =
309
+ {
310
+ GithubLimited: "github-limited",
311
+ } as const;
312
+ export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody213Type =
313
+ ClosedEnum<
314
+ typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody213Type
315
+ >;
316
+
317
+ export type GetDeploymentGitSource13 = {
318
+ type:
319
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody213Type;
320
+ ref: string;
321
+ sha: string;
322
+ repoId: number;
323
+ org?: string | undefined;
324
+ repo?: string | undefined;
325
+ };
326
+
327
+ export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type =
309
328
  {
310
329
  GithubCustomHost: "github-custom-host",
311
330
  } as const;
312
- export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody210Type =
331
+ export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type =
313
332
  ClosedEnum<
314
- typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody210Type
333
+ typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type
315
334
  >;
316
335
 
317
- export type GetDeploymentGitSource10 = {
336
+ export type GetDeploymentGitSource12 = {
318
337
  type:
319
- GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody210Type;
338
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type;
320
339
  host: string;
321
340
  ref: string;
322
341
  sha: string;
@@ -325,18 +344,18 @@ export type GetDeploymentGitSource10 = {
325
344
  repo?: string | undefined;
326
345
  };
327
346
 
328
- export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody29Type =
347
+ export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody211Type =
329
348
  {
330
349
  Github: "github",
331
350
  } as const;
332
- export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody29Type =
351
+ export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody211Type =
333
352
  ClosedEnum<
334
- typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody29Type
353
+ typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody211Type
335
354
  >;
336
355
 
337
- export type GetDeploymentGitSource9 = {
356
+ export type GetDeploymentGitSource11 = {
338
357
  type:
339
- GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody29Type;
358
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody211Type;
340
359
  ref: string;
341
360
  sha: string;
342
361
  repoId: number;
@@ -344,40 +363,79 @@ export type GetDeploymentGitSource9 = {
344
363
  repo?: string | undefined;
345
364
  };
346
365
 
347
- export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody28Type =
366
+ export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody210Type =
348
367
  {
349
368
  Custom: "custom",
350
369
  } as const;
351
- export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody28Type =
370
+ export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody210Type =
352
371
  ClosedEnum<
353
- typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody28Type
372
+ typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody210Type
354
373
  >;
355
374
 
356
375
  /**
357
376
  * Allows custom git sources (local folder mounted to the container) in test mode
358
377
  */
359
- export type GetDeploymentGitSource8 = {
378
+ export type GetDeploymentGitSource10 = {
360
379
  type:
361
- GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody28Type;
380
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody210Type;
362
381
  ref: string;
363
382
  sha: string;
364
383
  gitUrl: string;
365
384
  };
366
385
 
367
- export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody27Type =
386
+ export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody29Type =
387
+ {
388
+ Bitbucket: "bitbucket",
389
+ } as const;
390
+ export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody29Type =
391
+ ClosedEnum<
392
+ typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody29Type
393
+ >;
394
+
395
+ export type GetDeploymentGitSource9 = {
396
+ type:
397
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody29Type;
398
+ owner: string;
399
+ slug: string;
400
+ ref?: string | null | undefined;
401
+ sha?: string | undefined;
402
+ prId?: number | null | undefined;
403
+ };
404
+
405
+ export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody28Type =
368
406
  {
369
407
  Bitbucket: "bitbucket",
370
408
  } as const;
409
+ export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody28Type =
410
+ ClosedEnum<
411
+ typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody28Type
412
+ >;
413
+
414
+ export type GetDeploymentGitSource8 = {
415
+ type:
416
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody28Type;
417
+ workspaceUuid?: string | undefined;
418
+ repoUuid: string;
419
+ ref?: string | null | undefined;
420
+ sha?: string | undefined;
421
+ prId?: number | null | undefined;
422
+ };
423
+
424
+ export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody27Type =
425
+ {
426
+ Gitlab: "gitlab",
427
+ } as const;
371
428
  export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody27Type =
372
429
  ClosedEnum<
373
430
  typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody27Type
374
431
  >;
375
432
 
433
+ export type GetDeploymentGitSourceDeploymentsProjectId = string | number;
434
+
376
435
  export type GetDeploymentGitSource7 = {
377
436
  type:
378
437
  GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody27Type;
379
- owner: string;
380
- slug: string;
438
+ projectId: string | number;
381
439
  ref?: string | null | undefined;
382
440
  sha?: string | undefined;
383
441
  prId?: number | null | undefined;
@@ -385,7 +443,7 @@ export type GetDeploymentGitSource7 = {
385
443
 
386
444
  export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody26Type =
387
445
  {
388
- Bitbucket: "bitbucket",
446
+ GithubLimited: "github-limited",
389
447
  } as const;
390
448
  export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody26Type =
391
449
  ClosedEnum<
@@ -395,8 +453,8 @@ export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseB
395
453
  export type GetDeploymentGitSource6 = {
396
454
  type:
397
455
  GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody26Type;
398
- workspaceUuid?: string | undefined;
399
- repoUuid: string;
456
+ org: string;
457
+ repo: string;
400
458
  ref?: string | null | undefined;
401
459
  sha?: string | undefined;
402
460
  prId?: number | null | undefined;
@@ -404,19 +462,21 @@ export type GetDeploymentGitSource6 = {
404
462
 
405
463
  export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody25Type =
406
464
  {
407
- Gitlab: "gitlab",
465
+ GithubLimited: "github-limited",
408
466
  } as const;
409
467
  export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody25Type =
410
468
  ClosedEnum<
411
469
  typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody25Type
412
470
  >;
413
471
 
414
- export type GetDeploymentGitSourceDeploymentsProjectId = string | number;
472
+ export type GetDeploymentGitSourceDeploymentsResponse200RepoId =
473
+ | string
474
+ | number;
415
475
 
416
476
  export type GetDeploymentGitSource5 = {
417
477
  type:
418
478
  GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody25Type;
419
- projectId: string | number;
479
+ repoId: string | number;
420
480
  ref?: string | null | undefined;
421
481
  sha?: string | undefined;
422
482
  prId?: number | null | undefined;
@@ -451,7 +511,7 @@ export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseB
451
511
  typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody23Type
452
512
  >;
453
513
 
454
- export type GetDeploymentGitSourceDeploymentsRepoId = string | number;
514
+ export type GetDeploymentGitSourceDeploymentsResponseRepoId = string | number;
455
515
 
456
516
  export type GetDeploymentGitSource3 = {
457
517
  type:
@@ -491,7 +551,7 @@ export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseB
491
551
  typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody2Type
492
552
  >;
493
553
 
494
- export type GetDeploymentGitSourceRepoId = string | number;
554
+ export type GetDeploymentGitSourceDeploymentsRepoId = string | number;
495
555
 
496
556
  export type GetDeploymentGitSource1 = {
497
557
  type:
@@ -503,18 +563,41 @@ export type GetDeploymentGitSource1 = {
503
563
  };
504
564
 
505
565
  export type ResponseBodyGitSource =
506
- | GetDeploymentGitSource10
507
566
  | GetDeploymentGitSource12
567
+ | GetDeploymentGitSource15
508
568
  | GetDeploymentGitSource4
509
- | GetDeploymentGitSource8
510
- | GetDeploymentGitSource9
569
+ | GetDeploymentGitSource10
511
570
  | GetDeploymentGitSource11
571
+ | GetDeploymentGitSource13
572
+ | GetDeploymentGitSource14
512
573
  | GetDeploymentGitSource2
513
574
  | GetDeploymentGitSource3
514
- | GetDeploymentGitSource7
575
+ | GetDeploymentGitSource6
576
+ | GetDeploymentGitSource9
515
577
  | GetDeploymentGitSource1
516
578
  | GetDeploymentGitSource5
517
- | GetDeploymentGitSource6;
579
+ | GetDeploymentGitSource7
580
+ | GetDeploymentGitSource8;
581
+
582
+ /**
583
+ * If set it overrides the `projectSettings.nodeVersion` for this deployment.
584
+ */
585
+ export const GetDeploymentResponseBodyNodeVersion = {
586
+ TwentyTwoDotX: "22.x",
587
+ TwentyDotX: "20.x",
588
+ EighteenDotX: "18.x",
589
+ SixteenDotX: "16.x",
590
+ FourteenDotX: "14.x",
591
+ TwelveDotX: "12.x",
592
+ TenDotX: "10.x",
593
+ EightDot10DotX: "8.10.x",
594
+ } as const;
595
+ /**
596
+ * If set it overrides the `projectSettings.nodeVersion` for this deployment.
597
+ */
598
+ export type GetDeploymentResponseBodyNodeVersion = ClosedEnum<
599
+ typeof GetDeploymentResponseBodyNodeVersion
600
+ >;
518
601
 
519
602
  export type GetDeploymentResponseBodyProject = {
520
603
  id: string;
@@ -631,21 +714,28 @@ export type GetDeploymentResponseBody2 = {
631
714
  */
632
715
  passiveRegions?: Array<string> | undefined;
633
716
  gitSource?:
634
- | GetDeploymentGitSource10
635
717
  | GetDeploymentGitSource12
718
+ | GetDeploymentGitSource15
636
719
  | GetDeploymentGitSource4
637
- | GetDeploymentGitSource8
638
- | GetDeploymentGitSource9
720
+ | GetDeploymentGitSource10
639
721
  | GetDeploymentGitSource11
722
+ | GetDeploymentGitSource13
723
+ | GetDeploymentGitSource14
640
724
  | GetDeploymentGitSource2
641
725
  | GetDeploymentGitSource3
642
- | GetDeploymentGitSource7
726
+ | GetDeploymentGitSource6
727
+ | GetDeploymentGitSource9
643
728
  | GetDeploymentGitSource1
644
729
  | GetDeploymentGitSource5
645
- | GetDeploymentGitSource6
730
+ | GetDeploymentGitSource7
731
+ | GetDeploymentGitSource8
646
732
  | undefined;
647
733
  meta: { [k: string]: string };
648
734
  originCacheRegion?: string | undefined;
735
+ /**
736
+ * If set it overrides the `projectSettings.nodeVersion` for this deployment.
737
+ */
738
+ nodeVersion?: GetDeploymentResponseBodyNodeVersion | undefined;
649
739
  project?: GetDeploymentResponseBodyProject | undefined;
650
740
  /**
651
741
  * Substate of deployment when readyState is 'READY' Tracks whether or not deployment has seen production traffic: - STAGED: never seen production traffic - ROLLING: in the process of having production traffic gradually transitioned. - PROMOTED: has seen production traffic
@@ -721,6 +811,7 @@ export const ResponseBodyFramework = {
721
811
  Sanity: "sanity",
722
812
  Storybook: "storybook",
723
813
  Nitro: "nitro",
814
+ Hono: "hono",
724
815
  } as const;
725
816
  export type ResponseBodyFramework = ClosedEnum<typeof ResponseBodyFramework>;
726
817
 
@@ -1081,18 +1172,18 @@ export type ResponseBodyChecksConclusion = ClosedEnum<
1081
1172
  typeof ResponseBodyChecksConclusion
1082
1173
  >;
1083
1174
 
1084
- export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody112Type =
1175
+ export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody115Type =
1085
1176
  {
1086
1177
  Bitbucket: "bitbucket",
1087
1178
  } as const;
1088
- export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody112Type =
1179
+ export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody115Type =
1089
1180
  ClosedEnum<
1090
- typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody112Type
1181
+ typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody115Type
1091
1182
  >;
1092
1183
 
1093
- export type GetDeploymentGitSourceDeployments12 = {
1184
+ export type GetDeploymentGitSourceDeployments15 = {
1094
1185
  type:
1095
- GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody112Type;
1186
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody115Type;
1096
1187
  ref: string;
1097
1188
  sha: string;
1098
1189
  owner?: string | undefined;
@@ -1101,35 +1192,54 @@ export type GetDeploymentGitSourceDeployments12 = {
1101
1192
  repoUuid: string;
1102
1193
  };
1103
1194
 
1104
- export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody111Type =
1195
+ export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody114Type =
1105
1196
  {
1106
1197
  Gitlab: "gitlab",
1107
1198
  } as const;
1108
- export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody111Type =
1199
+ export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody114Type =
1109
1200
  ClosedEnum<
1110
- typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody111Type
1201
+ typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody114Type
1111
1202
  >;
1112
1203
 
1113
- export type GetDeploymentGitSourceDeployments11 = {
1204
+ export type GetDeploymentGitSourceDeployments14 = {
1114
1205
  type:
1115
- GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody111Type;
1206
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody114Type;
1116
1207
  ref: string;
1117
1208
  sha: string;
1118
1209
  projectId: number;
1119
1210
  };
1120
1211
 
1121
- export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody110Type =
1212
+ export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody113Type =
1213
+ {
1214
+ GithubLimited: "github-limited",
1215
+ } as const;
1216
+ export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody113Type =
1217
+ ClosedEnum<
1218
+ typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody113Type
1219
+ >;
1220
+
1221
+ export type GetDeploymentGitSourceDeployments13 = {
1222
+ type:
1223
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody113Type;
1224
+ ref: string;
1225
+ sha: string;
1226
+ repoId: number;
1227
+ org?: string | undefined;
1228
+ repo?: string | undefined;
1229
+ };
1230
+
1231
+ export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody112Type =
1122
1232
  {
1123
1233
  GithubCustomHost: "github-custom-host",
1124
1234
  } as const;
1125
- export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody110Type =
1235
+ export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody112Type =
1126
1236
  ClosedEnum<
1127
- typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody110Type
1237
+ typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody112Type
1128
1238
  >;
1129
1239
 
1130
- export type GetDeploymentGitSourceDeployments10 = {
1240
+ export type GetDeploymentGitSourceDeployments12 = {
1131
1241
  type:
1132
- GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody110Type;
1242
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody112Type;
1133
1243
  host: string;
1134
1244
  ref: string;
1135
1245
  sha: string;
@@ -1138,18 +1248,18 @@ export type GetDeploymentGitSourceDeployments10 = {
1138
1248
  repo?: string | undefined;
1139
1249
  };
1140
1250
 
1141
- export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody19Type =
1251
+ export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody111Type =
1142
1252
  {
1143
1253
  Github: "github",
1144
1254
  } as const;
1145
- export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody19Type =
1255
+ export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody111Type =
1146
1256
  ClosedEnum<
1147
- typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody19Type
1257
+ typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody111Type
1148
1258
  >;
1149
1259
 
1150
- export type GetDeploymentGitSourceDeployments9 = {
1260
+ export type GetDeploymentGitSourceDeployments11 = {
1151
1261
  type:
1152
- GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody19Type;
1262
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody111Type;
1153
1263
  ref: string;
1154
1264
  sha: string;
1155
1265
  repoId: number;
@@ -1157,47 +1267,86 @@ export type GetDeploymentGitSourceDeployments9 = {
1157
1267
  repo?: string | undefined;
1158
1268
  };
1159
1269
 
1160
- export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody1Type =
1270
+ export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody110Type =
1161
1271
  {
1162
1272
  Custom: "custom",
1163
1273
  } as const;
1164
- export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody1Type =
1274
+ export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody110Type =
1165
1275
  ClosedEnum<
1166
- typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody1Type
1276
+ typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody110Type
1167
1277
  >;
1168
1278
 
1169
1279
  /**
1170
1280
  * Allows custom git sources (local folder mounted to the container) in test mode
1171
1281
  */
1172
- export type GetDeploymentGitSourceDeployments8 = {
1282
+ export type GetDeploymentGitSourceDeployments10 = {
1173
1283
  type:
1174
- GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody1Type;
1284
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody110Type;
1175
1285
  ref: string;
1176
1286
  sha: string;
1177
1287
  gitUrl: string;
1178
1288
  };
1179
1289
 
1180
- export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType =
1290
+ export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody19Type =
1291
+ {
1292
+ Bitbucket: "bitbucket",
1293
+ } as const;
1294
+ export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody19Type =
1295
+ ClosedEnum<
1296
+ typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody19Type
1297
+ >;
1298
+
1299
+ export type GetDeploymentGitSourceDeployments9 = {
1300
+ type:
1301
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody19Type;
1302
+ owner: string;
1303
+ slug: string;
1304
+ ref?: string | null | undefined;
1305
+ sha?: string | undefined;
1306
+ prId?: number | null | undefined;
1307
+ };
1308
+
1309
+ export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody1Type =
1181
1310
  {
1182
1311
  Bitbucket: "bitbucket",
1183
1312
  } as const;
1313
+ export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody1Type =
1314
+ ClosedEnum<
1315
+ typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody1Type
1316
+ >;
1317
+
1318
+ export type GetDeploymentGitSourceDeployments8 = {
1319
+ type:
1320
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody1Type;
1321
+ workspaceUuid?: string | undefined;
1322
+ repoUuid: string;
1323
+ ref?: string | null | undefined;
1324
+ sha?: string | undefined;
1325
+ prId?: number | null | undefined;
1326
+ };
1327
+
1328
+ export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType =
1329
+ {
1330
+ Gitlab: "gitlab",
1331
+ } as const;
1184
1332
  export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType =
1185
1333
  ClosedEnum<
1186
1334
  typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType
1187
1335
  >;
1188
1336
 
1337
+ export type GetDeploymentGitSourceProjectId = string | number;
1338
+
1189
1339
  export type GetDeploymentGitSourceDeployments7 = {
1190
1340
  type:
1191
1341
  GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType;
1192
- owner: string;
1193
- slug: string;
1342
+ projectId: string | number;
1194
1343
  ref?: string | null | undefined;
1195
1344
  sha?: string | undefined;
1196
1345
  prId?: number | null | undefined;
1197
1346
  };
1198
1347
 
1199
1348
  export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONType = {
1200
- Bitbucket: "bitbucket",
1349
+ GithubLimited: "github-limited",
1201
1350
  } as const;
1202
1351
  export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONType =
1203
1352
  ClosedEnum<
@@ -1206,25 +1355,25 @@ export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONType =
1206
1355
 
1207
1356
  export type GetDeploymentGitSourceDeployments6 = {
1208
1357
  type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONType;
1209
- workspaceUuid?: string | undefined;
1210
- repoUuid: string;
1358
+ org: string;
1359
+ repo: string;
1211
1360
  ref?: string | null | undefined;
1212
1361
  sha?: string | undefined;
1213
1362
  prId?: number | null | undefined;
1214
1363
  };
1215
1364
 
1216
1365
  export const GetDeploymentGitSourceDeploymentsResponse200Type = {
1217
- Gitlab: "gitlab",
1366
+ GithubLimited: "github-limited",
1218
1367
  } as const;
1219
1368
  export type GetDeploymentGitSourceDeploymentsResponse200Type = ClosedEnum<
1220
1369
  typeof GetDeploymentGitSourceDeploymentsResponse200Type
1221
1370
  >;
1222
1371
 
1223
- export type GetDeploymentGitSourceProjectId = string | number;
1372
+ export type GetDeploymentGitSourceRepoId = string | number;
1224
1373
 
1225
1374
  export type GetDeploymentGitSourceDeployments5 = {
1226
1375
  type: GetDeploymentGitSourceDeploymentsResponse200Type;
1227
- projectId: string | number;
1376
+ repoId: string | number;
1228
1377
  ref?: string | null | undefined;
1229
1378
  sha?: string | undefined;
1230
1379
  prId?: number | null | undefined;
@@ -1254,7 +1403,7 @@ export type GetDeploymentGitSourceDeploymentsType = ClosedEnum<
1254
1403
  typeof GetDeploymentGitSourceDeploymentsType
1255
1404
  >;
1256
1405
 
1257
- export type GetDeploymentGitSourceDeploymentsResponse200RepoId =
1406
+ export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoId =
1258
1407
  | string
1259
1408
  | number;
1260
1409
 
@@ -1292,7 +1441,9 @@ export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseB
1292
1441
  typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type
1293
1442
  >;
1294
1443
 
1295
- export type GetDeploymentGitSourceDeploymentsResponseRepoId = string | number;
1444
+ export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoId =
1445
+ | string
1446
+ | number;
1296
1447
 
1297
1448
  export type GetDeploymentGitSourceDeployments1 = {
1298
1449
  type:
@@ -1304,18 +1455,41 @@ export type GetDeploymentGitSourceDeployments1 = {
1304
1455
  };
1305
1456
 
1306
1457
  export type GetDeploymentResponseBodyGitSource =
1307
- | GetDeploymentGitSourceDeployments10
1308
1458
  | GetDeploymentGitSourceDeployments12
1459
+ | GetDeploymentGitSourceDeployments15
1309
1460
  | GetDeploymentGitSourceDeployments4
1310
- | GetDeploymentGitSourceDeployments8
1311
- | GetDeploymentGitSourceDeployments9
1461
+ | GetDeploymentGitSourceDeployments10
1312
1462
  | GetDeploymentGitSourceDeployments11
1463
+ | GetDeploymentGitSourceDeployments13
1464
+ | GetDeploymentGitSourceDeployments14
1313
1465
  | GetDeploymentGitSourceDeployments2
1314
1466
  | GetDeploymentGitSourceDeployments3
1315
- | GetDeploymentGitSourceDeployments7
1467
+ | GetDeploymentGitSourceDeployments6
1468
+ | GetDeploymentGitSourceDeployments9
1316
1469
  | GetDeploymentGitSourceDeployments1
1317
1470
  | GetDeploymentGitSourceDeployments5
1318
- | GetDeploymentGitSourceDeployments6;
1471
+ | GetDeploymentGitSourceDeployments7
1472
+ | GetDeploymentGitSourceDeployments8;
1473
+
1474
+ /**
1475
+ * If set it overrides the `projectSettings.nodeVersion` for this deployment.
1476
+ */
1477
+ export const ResponseBodyNodeVersion = {
1478
+ TwentyTwoDotX: "22.x",
1479
+ TwentyDotX: "20.x",
1480
+ EighteenDotX: "18.x",
1481
+ SixteenDotX: "16.x",
1482
+ FourteenDotX: "14.x",
1483
+ TwelveDotX: "12.x",
1484
+ TenDotX: "10.x",
1485
+ EightDot10DotX: "8.10.x",
1486
+ } as const;
1487
+ /**
1488
+ * If set it overrides the `projectSettings.nodeVersion` for this deployment.
1489
+ */
1490
+ export type ResponseBodyNodeVersion = ClosedEnum<
1491
+ typeof ResponseBodyNodeVersion
1492
+ >;
1319
1493
 
1320
1494
  export type ResponseBodyProject = {
1321
1495
  id: string;
@@ -1475,7 +1649,7 @@ export type GetDeploymentHasType = ClosedEnum<typeof GetDeploymentHasType>;
1475
1649
 
1476
1650
  export type GetDeploymentValueDeploymentsResponse200Eq = string | number;
1477
1651
 
1478
- export type GetDeploymentValueDeployments2 = {
1652
+ export type GetDeploymentValue2 = {
1479
1653
  eq?: string | number | undefined;
1480
1654
  neq?: string | undefined;
1481
1655
  inc?: Array<string> | undefined;
@@ -1489,12 +1663,12 @@ export type GetDeploymentValueDeployments2 = {
1489
1663
  lte?: number | undefined;
1490
1664
  };
1491
1665
 
1492
- export type GetDeploymentHasValue = GetDeploymentValueDeployments2 | string;
1666
+ export type GetDeploymentHasDeploymentsValue = GetDeploymentValue2 | string;
1493
1667
 
1494
1668
  export type GetDeploymentHas2 = {
1495
1669
  type: GetDeploymentHasType;
1496
1670
  key: string;
1497
- value?: GetDeploymentValueDeployments2 | string | undefined;
1671
+ value?: GetDeploymentValue2 | string | undefined;
1498
1672
  };
1499
1673
 
1500
1674
  export const GetDeploymentHasDeploymentsType = {
@@ -1506,7 +1680,7 @@ export type GetDeploymentHasDeploymentsType = ClosedEnum<
1506
1680
 
1507
1681
  export type GetDeploymentValueDeploymentsResponseEq = string | number;
1508
1682
 
1509
- export type GetDeploymentValue2 = {
1683
+ export type GetDeploymentValueDeploymentsResponse2002 = {
1510
1684
  eq?: string | number | undefined;
1511
1685
  neq?: string | undefined;
1512
1686
  inc?: Array<string> | undefined;
@@ -1520,11 +1694,13 @@ export type GetDeploymentValue2 = {
1520
1694
  lte?: number | undefined;
1521
1695
  };
1522
1696
 
1523
- export type GetDeploymentHasDeploymentsValue = GetDeploymentValue2 | string;
1697
+ export type GetDeploymentHasValue =
1698
+ | GetDeploymentValueDeploymentsResponse2002
1699
+ | string;
1524
1700
 
1525
1701
  export type GetDeploymentHas1 = {
1526
1702
  type: GetDeploymentHasDeploymentsType;
1527
- value: GetDeploymentValue2 | string;
1703
+ value: GetDeploymentValueDeploymentsResponse2002 | string;
1528
1704
  };
1529
1705
 
1530
1706
  export type GetDeploymentRoutesHas = GetDeploymentHas1 | GetDeploymentHas2;
@@ -1540,7 +1716,7 @@ export type GetDeploymentMissingType = ClosedEnum<
1540
1716
 
1541
1717
  export type GetDeploymentValueDeploymentsEq = string | number;
1542
1718
 
1543
- export type GetDeploymentValueDeploymentsResponse2002 = {
1719
+ export type GetDeploymentValueDeploymentsResponse2 = {
1544
1720
  eq?: string | number | undefined;
1545
1721
  neq?: string | undefined;
1546
1722
  inc?: Array<string> | undefined;
@@ -1555,13 +1731,13 @@ export type GetDeploymentValueDeploymentsResponse2002 = {
1555
1731
  };
1556
1732
 
1557
1733
  export type GetDeploymentMissingValue =
1558
- | GetDeploymentValueDeploymentsResponse2002
1734
+ | GetDeploymentValueDeploymentsResponse2
1559
1735
  | string;
1560
1736
 
1561
1737
  export type GetDeploymentMissing2 = {
1562
1738
  type: GetDeploymentMissingType;
1563
1739
  key: string;
1564
- value?: GetDeploymentValueDeploymentsResponse2002 | string | undefined;
1740
+ value?: GetDeploymentValueDeploymentsResponse2 | string | undefined;
1565
1741
  };
1566
1742
 
1567
1743
  export const GetDeploymentMissingDeploymentsType = {
@@ -1573,7 +1749,7 @@ export type GetDeploymentMissingDeploymentsType = ClosedEnum<
1573
1749
 
1574
1750
  export type GetDeploymentValueEq = string | number;
1575
1751
 
1576
- export type GetDeploymentValueDeploymentsResponse2 = {
1752
+ export type GetDeploymentValueDeployments2 = {
1577
1753
  eq?: string | number | undefined;
1578
1754
  neq?: string | undefined;
1579
1755
  inc?: Array<string> | undefined;
@@ -1588,12 +1764,12 @@ export type GetDeploymentValueDeploymentsResponse2 = {
1588
1764
  };
1589
1765
 
1590
1766
  export type GetDeploymentMissingDeploymentsValue =
1591
- | GetDeploymentValueDeploymentsResponse2
1767
+ | GetDeploymentValueDeployments2
1592
1768
  | string;
1593
1769
 
1594
1770
  export type GetDeploymentMissing1 = {
1595
1771
  type: GetDeploymentMissingDeploymentsType;
1596
- value: GetDeploymentValueDeploymentsResponse2 | string;
1772
+ value: GetDeploymentValueDeployments2 | string;
1597
1773
  };
1598
1774
 
1599
1775
  export type GetDeploymentRoutesMissing =
@@ -1850,13 +2026,9 @@ export type GetDeploymentMicrofrontends2 = {
1850
2026
  */
1851
2027
  groupIds: Array<string>;
1852
2028
  /**
1853
- * 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.
1854
- */
1855
- microfrontendsAliasEnabled?: boolean | undefined;
1856
- /**
1857
- * 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.
2029
+ * Whether the MicrofrontendsAlias2 team flag should be considered enabled for this deployment or not.
1858
2030
  */
1859
- previewEnvAliasEnabled?: boolean | undefined;
2031
+ microfrontendsAlias2Enabled?: boolean | undefined;
1860
2032
  };
1861
2033
 
1862
2034
  export type GetDeploymentMicrofrontends1 = {
@@ -1877,13 +2049,9 @@ export type GetDeploymentMicrofrontends1 = {
1877
2049
  */
1878
2050
  groupIds: Array<string>;
1879
2051
  /**
1880
- * 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.
1881
- */
1882
- microfrontendsAliasEnabled?: boolean | undefined;
1883
- /**
1884
- * 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.
2052
+ * Whether the MicrofrontendsAlias2 team flag should be considered enabled for this deployment or not.
1885
2053
  */
1886
- previewEnvAliasEnabled?: boolean | undefined;
2054
+ microfrontendsAlias2Enabled?: boolean | undefined;
1887
2055
  };
1888
2056
 
1889
2057
  export type ResponseBodyMicrofrontends =
@@ -2016,21 +2184,28 @@ export type GetDeploymentResponseBody1 = {
2016
2184
  */
2017
2185
  passiveRegions?: Array<string> | undefined;
2018
2186
  gitSource?:
2019
- | GetDeploymentGitSourceDeployments10
2020
2187
  | GetDeploymentGitSourceDeployments12
2188
+ | GetDeploymentGitSourceDeployments15
2021
2189
  | GetDeploymentGitSourceDeployments4
2022
- | GetDeploymentGitSourceDeployments8
2023
- | GetDeploymentGitSourceDeployments9
2190
+ | GetDeploymentGitSourceDeployments10
2024
2191
  | GetDeploymentGitSourceDeployments11
2192
+ | GetDeploymentGitSourceDeployments13
2193
+ | GetDeploymentGitSourceDeployments14
2025
2194
  | GetDeploymentGitSourceDeployments2
2026
2195
  | GetDeploymentGitSourceDeployments3
2027
- | GetDeploymentGitSourceDeployments7
2196
+ | GetDeploymentGitSourceDeployments6
2197
+ | GetDeploymentGitSourceDeployments9
2028
2198
  | GetDeploymentGitSourceDeployments1
2029
2199
  | GetDeploymentGitSourceDeployments5
2030
- | GetDeploymentGitSourceDeployments6
2200
+ | GetDeploymentGitSourceDeployments7
2201
+ | GetDeploymentGitSourceDeployments8
2031
2202
  | undefined;
2032
2203
  meta: { [k: string]: string };
2033
2204
  originCacheRegion?: string | undefined;
2205
+ /**
2206
+ * If set it overrides the `projectSettings.nodeVersion` for this deployment.
2207
+ */
2208
+ nodeVersion?: ResponseBodyNodeVersion | undefined;
2034
2209
  project?: ResponseBodyProject | undefined;
2035
2210
  /**
2036
2211
  * Substate of deployment when readyState is 'READY' Tracks whether or not deployment has seen production traffic: - STAGED: never seen production traffic - ROLLING: in the process of having production traffic gradually transitioned. - PROMOTED: has seen production traffic
@@ -3179,41 +3354,41 @@ export namespace GetDeploymentResponseBodyChecksConclusion$ {
3179
3354
  }
3180
3355
 
3181
3356
  /** @internal */
3182
- export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type$inboundSchema:
3357
+ export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody215Type$inboundSchema:
3183
3358
  z.ZodNativeEnum<
3184
- typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type
3359
+ typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody215Type
3185
3360
  > = z.nativeEnum(
3186
- GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type,
3361
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody215Type,
3187
3362
  );
3188
3363
 
3189
3364
  /** @internal */
3190
- export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type$outboundSchema:
3365
+ export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody215Type$outboundSchema:
3191
3366
  z.ZodNativeEnum<
3192
- typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type
3367
+ typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody215Type
3193
3368
  > =
3194
- GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type$inboundSchema;
3369
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody215Type$inboundSchema;
3195
3370
 
3196
3371
  /**
3197
3372
  * @internal
3198
3373
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3199
3374
  */
3200
- export namespace GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type$ {
3201
- /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type$inboundSchema` instead. */
3375
+ export namespace GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody215Type$ {
3376
+ /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody215Type$inboundSchema` instead. */
3202
3377
  export const inboundSchema =
3203
- GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type$inboundSchema;
3204
- /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type$outboundSchema` instead. */
3378
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody215Type$inboundSchema;
3379
+ /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody215Type$outboundSchema` instead. */
3205
3380
  export const outboundSchema =
3206
- GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type$outboundSchema;
3381
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody215Type$outboundSchema;
3207
3382
  }
3208
3383
 
3209
3384
  /** @internal */
3210
- export const GetDeploymentGitSource12$inboundSchema: z.ZodType<
3211
- GetDeploymentGitSource12,
3385
+ export const GetDeploymentGitSource15$inboundSchema: z.ZodType<
3386
+ GetDeploymentGitSource15,
3212
3387
  z.ZodTypeDef,
3213
3388
  unknown
3214
3389
  > = z.object({
3215
3390
  type:
3216
- GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type$inboundSchema,
3391
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody215Type$inboundSchema,
3217
3392
  ref: z.string(),
3218
3393
  sha: z.string(),
3219
3394
  owner: z.string().optional(),
@@ -3223,7 +3398,7 @@ export const GetDeploymentGitSource12$inboundSchema: z.ZodType<
3223
3398
  });
3224
3399
 
3225
3400
  /** @internal */
3226
- export type GetDeploymentGitSource12$Outbound = {
3401
+ export type GetDeploymentGitSource15$Outbound = {
3227
3402
  type: string;
3228
3403
  ref: string;
3229
3404
  sha: string;
@@ -3234,13 +3409,13 @@ export type GetDeploymentGitSource12$Outbound = {
3234
3409
  };
3235
3410
 
3236
3411
  /** @internal */
3237
- export const GetDeploymentGitSource12$outboundSchema: z.ZodType<
3238
- GetDeploymentGitSource12$Outbound,
3412
+ export const GetDeploymentGitSource15$outboundSchema: z.ZodType<
3413
+ GetDeploymentGitSource15$Outbound,
3239
3414
  z.ZodTypeDef,
3240
- GetDeploymentGitSource12
3415
+ GetDeploymentGitSource15
3241
3416
  > = z.object({
3242
3417
  type:
3243
- GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type$outboundSchema,
3418
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody215Type$outboundSchema,
3244
3419
  ref: z.string(),
3245
3420
  sha: z.string(),
3246
3421
  owner: z.string().optional(),
@@ -3253,76 +3428,76 @@ export const GetDeploymentGitSource12$outboundSchema: z.ZodType<
3253
3428
  * @internal
3254
3429
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3255
3430
  */
3256
- export namespace GetDeploymentGitSource12$ {
3257
- /** @deprecated use `GetDeploymentGitSource12$inboundSchema` instead. */
3258
- export const inboundSchema = GetDeploymentGitSource12$inboundSchema;
3259
- /** @deprecated use `GetDeploymentGitSource12$outboundSchema` instead. */
3260
- export const outboundSchema = GetDeploymentGitSource12$outboundSchema;
3261
- /** @deprecated use `GetDeploymentGitSource12$Outbound` instead. */
3262
- export type Outbound = GetDeploymentGitSource12$Outbound;
3431
+ export namespace GetDeploymentGitSource15$ {
3432
+ /** @deprecated use `GetDeploymentGitSource15$inboundSchema` instead. */
3433
+ export const inboundSchema = GetDeploymentGitSource15$inboundSchema;
3434
+ /** @deprecated use `GetDeploymentGitSource15$outboundSchema` instead. */
3435
+ export const outboundSchema = GetDeploymentGitSource15$outboundSchema;
3436
+ /** @deprecated use `GetDeploymentGitSource15$Outbound` instead. */
3437
+ export type Outbound = GetDeploymentGitSource15$Outbound;
3263
3438
  }
3264
3439
 
3265
- export function getDeploymentGitSource12ToJSON(
3266
- getDeploymentGitSource12: GetDeploymentGitSource12,
3440
+ export function getDeploymentGitSource15ToJSON(
3441
+ getDeploymentGitSource15: GetDeploymentGitSource15,
3267
3442
  ): string {
3268
3443
  return JSON.stringify(
3269
- GetDeploymentGitSource12$outboundSchema.parse(getDeploymentGitSource12),
3444
+ GetDeploymentGitSource15$outboundSchema.parse(getDeploymentGitSource15),
3270
3445
  );
3271
3446
  }
3272
3447
 
3273
- export function getDeploymentGitSource12FromJSON(
3448
+ export function getDeploymentGitSource15FromJSON(
3274
3449
  jsonString: string,
3275
- ): SafeParseResult<GetDeploymentGitSource12, SDKValidationError> {
3450
+ ): SafeParseResult<GetDeploymentGitSource15, SDKValidationError> {
3276
3451
  return safeParse(
3277
3452
  jsonString,
3278
- (x) => GetDeploymentGitSource12$inboundSchema.parse(JSON.parse(x)),
3279
- `Failed to parse 'GetDeploymentGitSource12' from JSON`,
3453
+ (x) => GetDeploymentGitSource15$inboundSchema.parse(JSON.parse(x)),
3454
+ `Failed to parse 'GetDeploymentGitSource15' from JSON`,
3280
3455
  );
3281
3456
  }
3282
3457
 
3283
3458
  /** @internal */
3284
- export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody211Type$inboundSchema:
3459
+ export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody214Type$inboundSchema:
3285
3460
  z.ZodNativeEnum<
3286
- typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody211Type
3461
+ typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody214Type
3287
3462
  > = z.nativeEnum(
3288
- GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody211Type,
3463
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody214Type,
3289
3464
  );
3290
3465
 
3291
3466
  /** @internal */
3292
- export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody211Type$outboundSchema:
3467
+ export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody214Type$outboundSchema:
3293
3468
  z.ZodNativeEnum<
3294
- typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody211Type
3469
+ typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody214Type
3295
3470
  > =
3296
- GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody211Type$inboundSchema;
3471
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody214Type$inboundSchema;
3297
3472
 
3298
3473
  /**
3299
3474
  * @internal
3300
3475
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3301
3476
  */
3302
- export namespace GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody211Type$ {
3303
- /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody211Type$inboundSchema` instead. */
3477
+ export namespace GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody214Type$ {
3478
+ /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody214Type$inboundSchema` instead. */
3304
3479
  export const inboundSchema =
3305
- GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody211Type$inboundSchema;
3306
- /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody211Type$outboundSchema` instead. */
3480
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody214Type$inboundSchema;
3481
+ /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody214Type$outboundSchema` instead. */
3307
3482
  export const outboundSchema =
3308
- GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody211Type$outboundSchema;
3483
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody214Type$outboundSchema;
3309
3484
  }
3310
3485
 
3311
3486
  /** @internal */
3312
- export const GetDeploymentGitSource11$inboundSchema: z.ZodType<
3313
- GetDeploymentGitSource11,
3487
+ export const GetDeploymentGitSource14$inboundSchema: z.ZodType<
3488
+ GetDeploymentGitSource14,
3314
3489
  z.ZodTypeDef,
3315
3490
  unknown
3316
3491
  > = z.object({
3317
3492
  type:
3318
- GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody211Type$inboundSchema,
3493
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody214Type$inboundSchema,
3319
3494
  ref: z.string(),
3320
3495
  sha: z.string(),
3321
3496
  projectId: z.number(),
3322
3497
  });
3323
3498
 
3324
3499
  /** @internal */
3325
- export type GetDeploymentGitSource11$Outbound = {
3500
+ export type GetDeploymentGitSource14$Outbound = {
3326
3501
  type: string;
3327
3502
  ref: string;
3328
3503
  sha: string;
@@ -3330,13 +3505,13 @@ export type GetDeploymentGitSource11$Outbound = {
3330
3505
  };
3331
3506
 
3332
3507
  /** @internal */
3333
- export const GetDeploymentGitSource11$outboundSchema: z.ZodType<
3334
- GetDeploymentGitSource11$Outbound,
3508
+ export const GetDeploymentGitSource14$outboundSchema: z.ZodType<
3509
+ GetDeploymentGitSource14$Outbound,
3335
3510
  z.ZodTypeDef,
3336
- GetDeploymentGitSource11
3511
+ GetDeploymentGitSource14
3337
3512
  > = z.object({
3338
3513
  type:
3339
- GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody211Type$outboundSchema,
3514
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody214Type$outboundSchema,
3340
3515
  ref: z.string(),
3341
3516
  sha: z.string(),
3342
3517
  projectId: z.number(),
@@ -3346,70 +3521,69 @@ export const GetDeploymentGitSource11$outboundSchema: z.ZodType<
3346
3521
  * @internal
3347
3522
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3348
3523
  */
3349
- export namespace GetDeploymentGitSource11$ {
3350
- /** @deprecated use `GetDeploymentGitSource11$inboundSchema` instead. */
3351
- export const inboundSchema = GetDeploymentGitSource11$inboundSchema;
3352
- /** @deprecated use `GetDeploymentGitSource11$outboundSchema` instead. */
3353
- export const outboundSchema = GetDeploymentGitSource11$outboundSchema;
3354
- /** @deprecated use `GetDeploymentGitSource11$Outbound` instead. */
3355
- export type Outbound = GetDeploymentGitSource11$Outbound;
3524
+ export namespace GetDeploymentGitSource14$ {
3525
+ /** @deprecated use `GetDeploymentGitSource14$inboundSchema` instead. */
3526
+ export const inboundSchema = GetDeploymentGitSource14$inboundSchema;
3527
+ /** @deprecated use `GetDeploymentGitSource14$outboundSchema` instead. */
3528
+ export const outboundSchema = GetDeploymentGitSource14$outboundSchema;
3529
+ /** @deprecated use `GetDeploymentGitSource14$Outbound` instead. */
3530
+ export type Outbound = GetDeploymentGitSource14$Outbound;
3356
3531
  }
3357
3532
 
3358
- export function getDeploymentGitSource11ToJSON(
3359
- getDeploymentGitSource11: GetDeploymentGitSource11,
3533
+ export function getDeploymentGitSource14ToJSON(
3534
+ getDeploymentGitSource14: GetDeploymentGitSource14,
3360
3535
  ): string {
3361
3536
  return JSON.stringify(
3362
- GetDeploymentGitSource11$outboundSchema.parse(getDeploymentGitSource11),
3537
+ GetDeploymentGitSource14$outboundSchema.parse(getDeploymentGitSource14),
3363
3538
  );
3364
3539
  }
3365
3540
 
3366
- export function getDeploymentGitSource11FromJSON(
3541
+ export function getDeploymentGitSource14FromJSON(
3367
3542
  jsonString: string,
3368
- ): SafeParseResult<GetDeploymentGitSource11, SDKValidationError> {
3543
+ ): SafeParseResult<GetDeploymentGitSource14, SDKValidationError> {
3369
3544
  return safeParse(
3370
3545
  jsonString,
3371
- (x) => GetDeploymentGitSource11$inboundSchema.parse(JSON.parse(x)),
3372
- `Failed to parse 'GetDeploymentGitSource11' from JSON`,
3546
+ (x) => GetDeploymentGitSource14$inboundSchema.parse(JSON.parse(x)),
3547
+ `Failed to parse 'GetDeploymentGitSource14' from JSON`,
3373
3548
  );
3374
3549
  }
3375
3550
 
3376
3551
  /** @internal */
3377
- export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody210Type$inboundSchema:
3552
+ export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody213Type$inboundSchema:
3378
3553
  z.ZodNativeEnum<
3379
- typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody210Type
3554
+ typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody213Type
3380
3555
  > = z.nativeEnum(
3381
- GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody210Type,
3556
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody213Type,
3382
3557
  );
3383
3558
 
3384
3559
  /** @internal */
3385
- export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody210Type$outboundSchema:
3560
+ export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody213Type$outboundSchema:
3386
3561
  z.ZodNativeEnum<
3387
- typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody210Type
3562
+ typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody213Type
3388
3563
  > =
3389
- GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody210Type$inboundSchema;
3564
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody213Type$inboundSchema;
3390
3565
 
3391
3566
  /**
3392
3567
  * @internal
3393
3568
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3394
3569
  */
3395
- export namespace GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody210Type$ {
3396
- /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody210Type$inboundSchema` instead. */
3570
+ export namespace GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody213Type$ {
3571
+ /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody213Type$inboundSchema` instead. */
3397
3572
  export const inboundSchema =
3398
- GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody210Type$inboundSchema;
3399
- /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody210Type$outboundSchema` instead. */
3573
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody213Type$inboundSchema;
3574
+ /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody213Type$outboundSchema` instead. */
3400
3575
  export const outboundSchema =
3401
- GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody210Type$outboundSchema;
3576
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody213Type$outboundSchema;
3402
3577
  }
3403
3578
 
3404
3579
  /** @internal */
3405
- export const GetDeploymentGitSource10$inboundSchema: z.ZodType<
3406
- GetDeploymentGitSource10,
3580
+ export const GetDeploymentGitSource13$inboundSchema: z.ZodType<
3581
+ GetDeploymentGitSource13,
3407
3582
  z.ZodTypeDef,
3408
3583
  unknown
3409
3584
  > = z.object({
3410
3585
  type:
3411
- GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody210Type$inboundSchema,
3412
- host: z.string(),
3586
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody213Type$inboundSchema,
3413
3587
  ref: z.string(),
3414
3588
  sha: z.string(),
3415
3589
  repoId: z.number(),
@@ -3418,9 +3592,8 @@ export const GetDeploymentGitSource10$inboundSchema: z.ZodType<
3418
3592
  });
3419
3593
 
3420
3594
  /** @internal */
3421
- export type GetDeploymentGitSource10$Outbound = {
3595
+ export type GetDeploymentGitSource13$Outbound = {
3422
3596
  type: string;
3423
- host: string;
3424
3597
  ref: string;
3425
3598
  sha: string;
3426
3599
  repoId: number;
@@ -3429,14 +3602,13 @@ export type GetDeploymentGitSource10$Outbound = {
3429
3602
  };
3430
3603
 
3431
3604
  /** @internal */
3432
- export const GetDeploymentGitSource10$outboundSchema: z.ZodType<
3433
- GetDeploymentGitSource10$Outbound,
3605
+ export const GetDeploymentGitSource13$outboundSchema: z.ZodType<
3606
+ GetDeploymentGitSource13$Outbound,
3434
3607
  z.ZodTypeDef,
3435
- GetDeploymentGitSource10
3608
+ GetDeploymentGitSource13
3436
3609
  > = z.object({
3437
3610
  type:
3438
- GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody210Type$outboundSchema,
3439
- host: z.string(),
3611
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody213Type$outboundSchema,
3440
3612
  ref: z.string(),
3441
3613
  sha: z.string(),
3442
3614
  repoId: z.number(),
@@ -3448,69 +3620,70 @@ export const GetDeploymentGitSource10$outboundSchema: z.ZodType<
3448
3620
  * @internal
3449
3621
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3450
3622
  */
3451
- export namespace GetDeploymentGitSource10$ {
3452
- /** @deprecated use `GetDeploymentGitSource10$inboundSchema` instead. */
3453
- export const inboundSchema = GetDeploymentGitSource10$inboundSchema;
3454
- /** @deprecated use `GetDeploymentGitSource10$outboundSchema` instead. */
3455
- export const outboundSchema = GetDeploymentGitSource10$outboundSchema;
3456
- /** @deprecated use `GetDeploymentGitSource10$Outbound` instead. */
3457
- export type Outbound = GetDeploymentGitSource10$Outbound;
3623
+ export namespace GetDeploymentGitSource13$ {
3624
+ /** @deprecated use `GetDeploymentGitSource13$inboundSchema` instead. */
3625
+ export const inboundSchema = GetDeploymentGitSource13$inboundSchema;
3626
+ /** @deprecated use `GetDeploymentGitSource13$outboundSchema` instead. */
3627
+ export const outboundSchema = GetDeploymentGitSource13$outboundSchema;
3628
+ /** @deprecated use `GetDeploymentGitSource13$Outbound` instead. */
3629
+ export type Outbound = GetDeploymentGitSource13$Outbound;
3458
3630
  }
3459
3631
 
3460
- export function getDeploymentGitSource10ToJSON(
3461
- getDeploymentGitSource10: GetDeploymentGitSource10,
3632
+ export function getDeploymentGitSource13ToJSON(
3633
+ getDeploymentGitSource13: GetDeploymentGitSource13,
3462
3634
  ): string {
3463
3635
  return JSON.stringify(
3464
- GetDeploymentGitSource10$outboundSchema.parse(getDeploymentGitSource10),
3636
+ GetDeploymentGitSource13$outboundSchema.parse(getDeploymentGitSource13),
3465
3637
  );
3466
3638
  }
3467
3639
 
3468
- export function getDeploymentGitSource10FromJSON(
3640
+ export function getDeploymentGitSource13FromJSON(
3469
3641
  jsonString: string,
3470
- ): SafeParseResult<GetDeploymentGitSource10, SDKValidationError> {
3642
+ ): SafeParseResult<GetDeploymentGitSource13, SDKValidationError> {
3471
3643
  return safeParse(
3472
3644
  jsonString,
3473
- (x) => GetDeploymentGitSource10$inboundSchema.parse(JSON.parse(x)),
3474
- `Failed to parse 'GetDeploymentGitSource10' from JSON`,
3645
+ (x) => GetDeploymentGitSource13$inboundSchema.parse(JSON.parse(x)),
3646
+ `Failed to parse 'GetDeploymentGitSource13' from JSON`,
3475
3647
  );
3476
3648
  }
3477
3649
 
3478
3650
  /** @internal */
3479
- export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody29Type$inboundSchema:
3651
+ export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type$inboundSchema:
3480
3652
  z.ZodNativeEnum<
3481
- typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody29Type
3653
+ typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type
3482
3654
  > = z.nativeEnum(
3483
- GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody29Type,
3655
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type,
3484
3656
  );
3485
3657
 
3486
3658
  /** @internal */
3487
- export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody29Type$outboundSchema:
3659
+ export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type$outboundSchema:
3488
3660
  z.ZodNativeEnum<
3489
- typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody29Type
3661
+ typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type
3490
3662
  > =
3491
- GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody29Type$inboundSchema;
3663
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type$inboundSchema;
3492
3664
 
3493
3665
  /**
3494
3666
  * @internal
3495
3667
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3496
3668
  */
3497
- export namespace GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody29Type$ {
3498
- /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody29Type$inboundSchema` instead. */
3669
+ export namespace GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type$ {
3670
+ /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type$inboundSchema` instead. */
3499
3671
  export const inboundSchema =
3500
- GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody29Type$inboundSchema;
3501
- /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody29Type$outboundSchema` instead. */
3672
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type$inboundSchema;
3673
+ /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type$outboundSchema` instead. */
3502
3674
  export const outboundSchema =
3503
- GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody29Type$outboundSchema;
3675
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type$outboundSchema;
3504
3676
  }
3505
3677
 
3506
3678
  /** @internal */
3507
- export const GetDeploymentGitSource9$inboundSchema: z.ZodType<
3508
- GetDeploymentGitSource9,
3679
+ export const GetDeploymentGitSource12$inboundSchema: z.ZodType<
3680
+ GetDeploymentGitSource12,
3509
3681
  z.ZodTypeDef,
3510
3682
  unknown
3511
3683
  > = z.object({
3512
3684
  type:
3513
- GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody29Type$inboundSchema,
3685
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type$inboundSchema,
3686
+ host: z.string(),
3514
3687
  ref: z.string(),
3515
3688
  sha: z.string(),
3516
3689
  repoId: z.number(),
@@ -3519,8 +3692,9 @@ export const GetDeploymentGitSource9$inboundSchema: z.ZodType<
3519
3692
  });
3520
3693
 
3521
3694
  /** @internal */
3522
- export type GetDeploymentGitSource9$Outbound = {
3695
+ export type GetDeploymentGitSource12$Outbound = {
3523
3696
  type: string;
3697
+ host: string;
3524
3698
  ref: string;
3525
3699
  sha: string;
3526
3700
  repoId: number;
@@ -3529,13 +3703,14 @@ export type GetDeploymentGitSource9$Outbound = {
3529
3703
  };
3530
3704
 
3531
3705
  /** @internal */
3532
- export const GetDeploymentGitSource9$outboundSchema: z.ZodType<
3533
- GetDeploymentGitSource9$Outbound,
3706
+ export const GetDeploymentGitSource12$outboundSchema: z.ZodType<
3707
+ GetDeploymentGitSource12$Outbound,
3534
3708
  z.ZodTypeDef,
3535
- GetDeploymentGitSource9
3709
+ GetDeploymentGitSource12
3536
3710
  > = z.object({
3537
3711
  type:
3538
- GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody29Type$outboundSchema,
3712
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type$outboundSchema,
3713
+ host: z.string(),
3539
3714
  ref: z.string(),
3540
3715
  sha: z.string(),
3541
3716
  repoId: z.number(),
@@ -3547,95 +3722,392 @@ export const GetDeploymentGitSource9$outboundSchema: z.ZodType<
3547
3722
  * @internal
3548
3723
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3549
3724
  */
3550
- export namespace GetDeploymentGitSource9$ {
3551
- /** @deprecated use `GetDeploymentGitSource9$inboundSchema` instead. */
3552
- export const inboundSchema = GetDeploymentGitSource9$inboundSchema;
3553
- /** @deprecated use `GetDeploymentGitSource9$outboundSchema` instead. */
3554
- export const outboundSchema = GetDeploymentGitSource9$outboundSchema;
3555
- /** @deprecated use `GetDeploymentGitSource9$Outbound` instead. */
3556
- export type Outbound = GetDeploymentGitSource9$Outbound;
3725
+ export namespace GetDeploymentGitSource12$ {
3726
+ /** @deprecated use `GetDeploymentGitSource12$inboundSchema` instead. */
3727
+ export const inboundSchema = GetDeploymentGitSource12$inboundSchema;
3728
+ /** @deprecated use `GetDeploymentGitSource12$outboundSchema` instead. */
3729
+ export const outboundSchema = GetDeploymentGitSource12$outboundSchema;
3730
+ /** @deprecated use `GetDeploymentGitSource12$Outbound` instead. */
3731
+ export type Outbound = GetDeploymentGitSource12$Outbound;
3557
3732
  }
3558
3733
 
3559
- export function getDeploymentGitSource9ToJSON(
3560
- getDeploymentGitSource9: GetDeploymentGitSource9,
3734
+ export function getDeploymentGitSource12ToJSON(
3735
+ getDeploymentGitSource12: GetDeploymentGitSource12,
3561
3736
  ): string {
3562
3737
  return JSON.stringify(
3563
- GetDeploymentGitSource9$outboundSchema.parse(getDeploymentGitSource9),
3738
+ GetDeploymentGitSource12$outboundSchema.parse(getDeploymentGitSource12),
3564
3739
  );
3565
3740
  }
3566
3741
 
3567
- export function getDeploymentGitSource9FromJSON(
3742
+ export function getDeploymentGitSource12FromJSON(
3568
3743
  jsonString: string,
3569
- ): SafeParseResult<GetDeploymentGitSource9, SDKValidationError> {
3744
+ ): SafeParseResult<GetDeploymentGitSource12, SDKValidationError> {
3570
3745
  return safeParse(
3571
3746
  jsonString,
3572
- (x) => GetDeploymentGitSource9$inboundSchema.parse(JSON.parse(x)),
3573
- `Failed to parse 'GetDeploymentGitSource9' from JSON`,
3747
+ (x) => GetDeploymentGitSource12$inboundSchema.parse(JSON.parse(x)),
3748
+ `Failed to parse 'GetDeploymentGitSource12' from JSON`,
3574
3749
  );
3575
3750
  }
3576
3751
 
3577
3752
  /** @internal */
3578
- export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody28Type$inboundSchema:
3753
+ export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody211Type$inboundSchema:
3579
3754
  z.ZodNativeEnum<
3580
- typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody28Type
3755
+ typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody211Type
3581
3756
  > = z.nativeEnum(
3582
- GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody28Type,
3757
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody211Type,
3583
3758
  );
3584
3759
 
3585
3760
  /** @internal */
3586
- export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody28Type$outboundSchema:
3761
+ export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody211Type$outboundSchema:
3587
3762
  z.ZodNativeEnum<
3588
- typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody28Type
3763
+ typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody211Type
3589
3764
  > =
3590
- GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody28Type$inboundSchema;
3765
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody211Type$inboundSchema;
3591
3766
 
3592
3767
  /**
3593
3768
  * @internal
3594
3769
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3595
3770
  */
3596
- export namespace GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody28Type$ {
3597
- /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody28Type$inboundSchema` instead. */
3771
+ export namespace GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody211Type$ {
3772
+ /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody211Type$inboundSchema` instead. */
3598
3773
  export const inboundSchema =
3599
- GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody28Type$inboundSchema;
3600
- /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody28Type$outboundSchema` instead. */
3774
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody211Type$inboundSchema;
3775
+ /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody211Type$outboundSchema` instead. */
3601
3776
  export const outboundSchema =
3602
- GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody28Type$outboundSchema;
3777
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody211Type$outboundSchema;
3603
3778
  }
3604
3779
 
3605
3780
  /** @internal */
3606
- export const GetDeploymentGitSource8$inboundSchema: z.ZodType<
3607
- GetDeploymentGitSource8,
3781
+ export const GetDeploymentGitSource11$inboundSchema: z.ZodType<
3782
+ GetDeploymentGitSource11,
3608
3783
  z.ZodTypeDef,
3609
3784
  unknown
3610
3785
  > = z.object({
3611
3786
  type:
3612
- GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody28Type$inboundSchema,
3787
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody211Type$inboundSchema,
3613
3788
  ref: z.string(),
3614
3789
  sha: z.string(),
3615
- gitUrl: z.string(),
3790
+ repoId: z.number(),
3791
+ org: z.string().optional(),
3792
+ repo: z.string().optional(),
3616
3793
  });
3617
3794
 
3618
3795
  /** @internal */
3619
- export type GetDeploymentGitSource8$Outbound = {
3796
+ export type GetDeploymentGitSource11$Outbound = {
3620
3797
  type: string;
3621
3798
  ref: string;
3622
3799
  sha: string;
3623
- gitUrl: string;
3800
+ repoId: number;
3801
+ org?: string | undefined;
3802
+ repo?: string | undefined;
3624
3803
  };
3625
3804
 
3626
3805
  /** @internal */
3627
- export const GetDeploymentGitSource8$outboundSchema: z.ZodType<
3628
- GetDeploymentGitSource8$Outbound,
3806
+ export const GetDeploymentGitSource11$outboundSchema: z.ZodType<
3807
+ GetDeploymentGitSource11$Outbound,
3629
3808
  z.ZodTypeDef,
3630
- GetDeploymentGitSource8
3809
+ GetDeploymentGitSource11
3631
3810
  > = z.object({
3632
3811
  type:
3633
- GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody28Type$outboundSchema,
3812
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody211Type$outboundSchema,
3813
+ ref: z.string(),
3814
+ sha: z.string(),
3815
+ repoId: z.number(),
3816
+ org: z.string().optional(),
3817
+ repo: z.string().optional(),
3818
+ });
3819
+
3820
+ /**
3821
+ * @internal
3822
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3823
+ */
3824
+ export namespace GetDeploymentGitSource11$ {
3825
+ /** @deprecated use `GetDeploymentGitSource11$inboundSchema` instead. */
3826
+ export const inboundSchema = GetDeploymentGitSource11$inboundSchema;
3827
+ /** @deprecated use `GetDeploymentGitSource11$outboundSchema` instead. */
3828
+ export const outboundSchema = GetDeploymentGitSource11$outboundSchema;
3829
+ /** @deprecated use `GetDeploymentGitSource11$Outbound` instead. */
3830
+ export type Outbound = GetDeploymentGitSource11$Outbound;
3831
+ }
3832
+
3833
+ export function getDeploymentGitSource11ToJSON(
3834
+ getDeploymentGitSource11: GetDeploymentGitSource11,
3835
+ ): string {
3836
+ return JSON.stringify(
3837
+ GetDeploymentGitSource11$outboundSchema.parse(getDeploymentGitSource11),
3838
+ );
3839
+ }
3840
+
3841
+ export function getDeploymentGitSource11FromJSON(
3842
+ jsonString: string,
3843
+ ): SafeParseResult<GetDeploymentGitSource11, SDKValidationError> {
3844
+ return safeParse(
3845
+ jsonString,
3846
+ (x) => GetDeploymentGitSource11$inboundSchema.parse(JSON.parse(x)),
3847
+ `Failed to parse 'GetDeploymentGitSource11' from JSON`,
3848
+ );
3849
+ }
3850
+
3851
+ /** @internal */
3852
+ export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody210Type$inboundSchema:
3853
+ z.ZodNativeEnum<
3854
+ typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody210Type
3855
+ > = z.nativeEnum(
3856
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody210Type,
3857
+ );
3858
+
3859
+ /** @internal */
3860
+ export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody210Type$outboundSchema:
3861
+ z.ZodNativeEnum<
3862
+ typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody210Type
3863
+ > =
3864
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody210Type$inboundSchema;
3865
+
3866
+ /**
3867
+ * @internal
3868
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3869
+ */
3870
+ export namespace GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody210Type$ {
3871
+ /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody210Type$inboundSchema` instead. */
3872
+ export const inboundSchema =
3873
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody210Type$inboundSchema;
3874
+ /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody210Type$outboundSchema` instead. */
3875
+ export const outboundSchema =
3876
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody210Type$outboundSchema;
3877
+ }
3878
+
3879
+ /** @internal */
3880
+ export const GetDeploymentGitSource10$inboundSchema: z.ZodType<
3881
+ GetDeploymentGitSource10,
3882
+ z.ZodTypeDef,
3883
+ unknown
3884
+ > = z.object({
3885
+ type:
3886
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody210Type$inboundSchema,
3887
+ ref: z.string(),
3888
+ sha: z.string(),
3889
+ gitUrl: z.string(),
3890
+ });
3891
+
3892
+ /** @internal */
3893
+ export type GetDeploymentGitSource10$Outbound = {
3894
+ type: string;
3895
+ ref: string;
3896
+ sha: string;
3897
+ gitUrl: string;
3898
+ };
3899
+
3900
+ /** @internal */
3901
+ export const GetDeploymentGitSource10$outboundSchema: z.ZodType<
3902
+ GetDeploymentGitSource10$Outbound,
3903
+ z.ZodTypeDef,
3904
+ GetDeploymentGitSource10
3905
+ > = z.object({
3906
+ type:
3907
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody210Type$outboundSchema,
3634
3908
  ref: z.string(),
3635
3909
  sha: z.string(),
3636
3910
  gitUrl: z.string(),
3637
3911
  });
3638
3912
 
3913
+ /**
3914
+ * @internal
3915
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3916
+ */
3917
+ export namespace GetDeploymentGitSource10$ {
3918
+ /** @deprecated use `GetDeploymentGitSource10$inboundSchema` instead. */
3919
+ export const inboundSchema = GetDeploymentGitSource10$inboundSchema;
3920
+ /** @deprecated use `GetDeploymentGitSource10$outboundSchema` instead. */
3921
+ export const outboundSchema = GetDeploymentGitSource10$outboundSchema;
3922
+ /** @deprecated use `GetDeploymentGitSource10$Outbound` instead. */
3923
+ export type Outbound = GetDeploymentGitSource10$Outbound;
3924
+ }
3925
+
3926
+ export function getDeploymentGitSource10ToJSON(
3927
+ getDeploymentGitSource10: GetDeploymentGitSource10,
3928
+ ): string {
3929
+ return JSON.stringify(
3930
+ GetDeploymentGitSource10$outboundSchema.parse(getDeploymentGitSource10),
3931
+ );
3932
+ }
3933
+
3934
+ export function getDeploymentGitSource10FromJSON(
3935
+ jsonString: string,
3936
+ ): SafeParseResult<GetDeploymentGitSource10, SDKValidationError> {
3937
+ return safeParse(
3938
+ jsonString,
3939
+ (x) => GetDeploymentGitSource10$inboundSchema.parse(JSON.parse(x)),
3940
+ `Failed to parse 'GetDeploymentGitSource10' from JSON`,
3941
+ );
3942
+ }
3943
+
3944
+ /** @internal */
3945
+ export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody29Type$inboundSchema:
3946
+ z.ZodNativeEnum<
3947
+ typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody29Type
3948
+ > = z.nativeEnum(
3949
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody29Type,
3950
+ );
3951
+
3952
+ /** @internal */
3953
+ export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody29Type$outboundSchema:
3954
+ z.ZodNativeEnum<
3955
+ typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody29Type
3956
+ > =
3957
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody29Type$inboundSchema;
3958
+
3959
+ /**
3960
+ * @internal
3961
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3962
+ */
3963
+ export namespace GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody29Type$ {
3964
+ /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody29Type$inboundSchema` instead. */
3965
+ export const inboundSchema =
3966
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody29Type$inboundSchema;
3967
+ /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody29Type$outboundSchema` instead. */
3968
+ export const outboundSchema =
3969
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody29Type$outboundSchema;
3970
+ }
3971
+
3972
+ /** @internal */
3973
+ export const GetDeploymentGitSource9$inboundSchema: z.ZodType<
3974
+ GetDeploymentGitSource9,
3975
+ z.ZodTypeDef,
3976
+ unknown
3977
+ > = z.object({
3978
+ type:
3979
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody29Type$inboundSchema,
3980
+ owner: z.string(),
3981
+ slug: z.string(),
3982
+ ref: z.nullable(z.string()).optional(),
3983
+ sha: z.string().optional(),
3984
+ prId: z.nullable(z.number()).optional(),
3985
+ });
3986
+
3987
+ /** @internal */
3988
+ export type GetDeploymentGitSource9$Outbound = {
3989
+ type: string;
3990
+ owner: string;
3991
+ slug: string;
3992
+ ref?: string | null | undefined;
3993
+ sha?: string | undefined;
3994
+ prId?: number | null | undefined;
3995
+ };
3996
+
3997
+ /** @internal */
3998
+ export const GetDeploymentGitSource9$outboundSchema: z.ZodType<
3999
+ GetDeploymentGitSource9$Outbound,
4000
+ z.ZodTypeDef,
4001
+ GetDeploymentGitSource9
4002
+ > = z.object({
4003
+ type:
4004
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody29Type$outboundSchema,
4005
+ owner: z.string(),
4006
+ slug: z.string(),
4007
+ ref: z.nullable(z.string()).optional(),
4008
+ sha: z.string().optional(),
4009
+ prId: z.nullable(z.number()).optional(),
4010
+ });
4011
+
4012
+ /**
4013
+ * @internal
4014
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4015
+ */
4016
+ export namespace GetDeploymentGitSource9$ {
4017
+ /** @deprecated use `GetDeploymentGitSource9$inboundSchema` instead. */
4018
+ export const inboundSchema = GetDeploymentGitSource9$inboundSchema;
4019
+ /** @deprecated use `GetDeploymentGitSource9$outboundSchema` instead. */
4020
+ export const outboundSchema = GetDeploymentGitSource9$outboundSchema;
4021
+ /** @deprecated use `GetDeploymentGitSource9$Outbound` instead. */
4022
+ export type Outbound = GetDeploymentGitSource9$Outbound;
4023
+ }
4024
+
4025
+ export function getDeploymentGitSource9ToJSON(
4026
+ getDeploymentGitSource9: GetDeploymentGitSource9,
4027
+ ): string {
4028
+ return JSON.stringify(
4029
+ GetDeploymentGitSource9$outboundSchema.parse(getDeploymentGitSource9),
4030
+ );
4031
+ }
4032
+
4033
+ export function getDeploymentGitSource9FromJSON(
4034
+ jsonString: string,
4035
+ ): SafeParseResult<GetDeploymentGitSource9, SDKValidationError> {
4036
+ return safeParse(
4037
+ jsonString,
4038
+ (x) => GetDeploymentGitSource9$inboundSchema.parse(JSON.parse(x)),
4039
+ `Failed to parse 'GetDeploymentGitSource9' from JSON`,
4040
+ );
4041
+ }
4042
+
4043
+ /** @internal */
4044
+ export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody28Type$inboundSchema:
4045
+ z.ZodNativeEnum<
4046
+ typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody28Type
4047
+ > = z.nativeEnum(
4048
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody28Type,
4049
+ );
4050
+
4051
+ /** @internal */
4052
+ export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody28Type$outboundSchema:
4053
+ z.ZodNativeEnum<
4054
+ typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody28Type
4055
+ > =
4056
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody28Type$inboundSchema;
4057
+
4058
+ /**
4059
+ * @internal
4060
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4061
+ */
4062
+ export namespace GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody28Type$ {
4063
+ /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody28Type$inboundSchema` instead. */
4064
+ export const inboundSchema =
4065
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody28Type$inboundSchema;
4066
+ /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody28Type$outboundSchema` instead. */
4067
+ export const outboundSchema =
4068
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody28Type$outboundSchema;
4069
+ }
4070
+
4071
+ /** @internal */
4072
+ export const GetDeploymentGitSource8$inboundSchema: z.ZodType<
4073
+ GetDeploymentGitSource8,
4074
+ z.ZodTypeDef,
4075
+ unknown
4076
+ > = z.object({
4077
+ type:
4078
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody28Type$inboundSchema,
4079
+ workspaceUuid: z.string().optional(),
4080
+ repoUuid: z.string(),
4081
+ ref: z.nullable(z.string()).optional(),
4082
+ sha: z.string().optional(),
4083
+ prId: z.nullable(z.number()).optional(),
4084
+ });
4085
+
4086
+ /** @internal */
4087
+ export type GetDeploymentGitSource8$Outbound = {
4088
+ type: string;
4089
+ workspaceUuid?: string | undefined;
4090
+ repoUuid: string;
4091
+ ref?: string | null | undefined;
4092
+ sha?: string | undefined;
4093
+ prId?: number | null | undefined;
4094
+ };
4095
+
4096
+ /** @internal */
4097
+ export const GetDeploymentGitSource8$outboundSchema: z.ZodType<
4098
+ GetDeploymentGitSource8$Outbound,
4099
+ z.ZodTypeDef,
4100
+ GetDeploymentGitSource8
4101
+ > = z.object({
4102
+ type:
4103
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody28Type$outboundSchema,
4104
+ workspaceUuid: z.string().optional(),
4105
+ repoUuid: z.string(),
4106
+ ref: z.nullable(z.string()).optional(),
4107
+ sha: z.string().optional(),
4108
+ prId: z.nullable(z.number()).optional(),
4109
+ });
4110
+
3639
4111
  /**
3640
4112
  * @internal
3641
4113
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
@@ -3695,6 +4167,66 @@ export namespace GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResp
3695
4167
  GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody27Type$outboundSchema;
3696
4168
  }
3697
4169
 
4170
+ /** @internal */
4171
+ export const GetDeploymentGitSourceDeploymentsProjectId$inboundSchema:
4172
+ z.ZodType<GetDeploymentGitSourceDeploymentsProjectId, z.ZodTypeDef, unknown> =
4173
+ z.union([z.string(), z.number()]);
4174
+
4175
+ /** @internal */
4176
+ export type GetDeploymentGitSourceDeploymentsProjectId$Outbound =
4177
+ | string
4178
+ | number;
4179
+
4180
+ /** @internal */
4181
+ export const GetDeploymentGitSourceDeploymentsProjectId$outboundSchema:
4182
+ z.ZodType<
4183
+ GetDeploymentGitSourceDeploymentsProjectId$Outbound,
4184
+ z.ZodTypeDef,
4185
+ GetDeploymentGitSourceDeploymentsProjectId
4186
+ > = z.union([z.string(), z.number()]);
4187
+
4188
+ /**
4189
+ * @internal
4190
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4191
+ */
4192
+ export namespace GetDeploymentGitSourceDeploymentsProjectId$ {
4193
+ /** @deprecated use `GetDeploymentGitSourceDeploymentsProjectId$inboundSchema` instead. */
4194
+ export const inboundSchema =
4195
+ GetDeploymentGitSourceDeploymentsProjectId$inboundSchema;
4196
+ /** @deprecated use `GetDeploymentGitSourceDeploymentsProjectId$outboundSchema` instead. */
4197
+ export const outboundSchema =
4198
+ GetDeploymentGitSourceDeploymentsProjectId$outboundSchema;
4199
+ /** @deprecated use `GetDeploymentGitSourceDeploymentsProjectId$Outbound` instead. */
4200
+ export type Outbound = GetDeploymentGitSourceDeploymentsProjectId$Outbound;
4201
+ }
4202
+
4203
+ export function getDeploymentGitSourceDeploymentsProjectIdToJSON(
4204
+ getDeploymentGitSourceDeploymentsProjectId:
4205
+ GetDeploymentGitSourceDeploymentsProjectId,
4206
+ ): string {
4207
+ return JSON.stringify(
4208
+ GetDeploymentGitSourceDeploymentsProjectId$outboundSchema.parse(
4209
+ getDeploymentGitSourceDeploymentsProjectId,
4210
+ ),
4211
+ );
4212
+ }
4213
+
4214
+ export function getDeploymentGitSourceDeploymentsProjectIdFromJSON(
4215
+ jsonString: string,
4216
+ ): SafeParseResult<
4217
+ GetDeploymentGitSourceDeploymentsProjectId,
4218
+ SDKValidationError
4219
+ > {
4220
+ return safeParse(
4221
+ jsonString,
4222
+ (x) =>
4223
+ GetDeploymentGitSourceDeploymentsProjectId$inboundSchema.parse(
4224
+ JSON.parse(x),
4225
+ ),
4226
+ `Failed to parse 'GetDeploymentGitSourceDeploymentsProjectId' from JSON`,
4227
+ );
4228
+ }
4229
+
3698
4230
  /** @internal */
3699
4231
  export const GetDeploymentGitSource7$inboundSchema: z.ZodType<
3700
4232
  GetDeploymentGitSource7,
@@ -3703,8 +4235,7 @@ export const GetDeploymentGitSource7$inboundSchema: z.ZodType<
3703
4235
  > = z.object({
3704
4236
  type:
3705
4237
  GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody27Type$inboundSchema,
3706
- owner: z.string(),
3707
- slug: z.string(),
4238
+ projectId: z.union([z.string(), z.number()]),
3708
4239
  ref: z.nullable(z.string()).optional(),
3709
4240
  sha: z.string().optional(),
3710
4241
  prId: z.nullable(z.number()).optional(),
@@ -3713,8 +4244,7 @@ export const GetDeploymentGitSource7$inboundSchema: z.ZodType<
3713
4244
  /** @internal */
3714
4245
  export type GetDeploymentGitSource7$Outbound = {
3715
4246
  type: string;
3716
- owner: string;
3717
- slug: string;
4247
+ projectId: string | number;
3718
4248
  ref?: string | null | undefined;
3719
4249
  sha?: string | undefined;
3720
4250
  prId?: number | null | undefined;
@@ -3728,8 +4258,7 @@ export const GetDeploymentGitSource7$outboundSchema: z.ZodType<
3728
4258
  > = z.object({
3729
4259
  type:
3730
4260
  GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody27Type$outboundSchema,
3731
- owner: z.string(),
3732
- slug: z.string(),
4261
+ projectId: z.union([z.string(), z.number()]),
3733
4262
  ref: z.nullable(z.string()).optional(),
3734
4263
  sha: z.string().optional(),
3735
4264
  prId: z.nullable(z.number()).optional(),
@@ -3802,8 +4331,8 @@ export const GetDeploymentGitSource6$inboundSchema: z.ZodType<
3802
4331
  > = z.object({
3803
4332
  type:
3804
4333
  GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody26Type$inboundSchema,
3805
- workspaceUuid: z.string().optional(),
3806
- repoUuid: z.string(),
4334
+ org: z.string(),
4335
+ repo: z.string(),
3807
4336
  ref: z.nullable(z.string()).optional(),
3808
4337
  sha: z.string().optional(),
3809
4338
  prId: z.nullable(z.number()).optional(),
@@ -3812,8 +4341,8 @@ export const GetDeploymentGitSource6$inboundSchema: z.ZodType<
3812
4341
  /** @internal */
3813
4342
  export type GetDeploymentGitSource6$Outbound = {
3814
4343
  type: string;
3815
- workspaceUuid?: string | undefined;
3816
- repoUuid: string;
4344
+ org: string;
4345
+ repo: string;
3817
4346
  ref?: string | null | undefined;
3818
4347
  sha?: string | undefined;
3819
4348
  prId?: number | null | undefined;
@@ -3827,8 +4356,8 @@ export const GetDeploymentGitSource6$outboundSchema: z.ZodType<
3827
4356
  > = z.object({
3828
4357
  type:
3829
4358
  GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody26Type$outboundSchema,
3830
- workspaceUuid: z.string().optional(),
3831
- repoUuid: z.string(),
4359
+ org: z.string(),
4360
+ repo: z.string(),
3832
4361
  ref: z.nullable(z.string()).optional(),
3833
4362
  sha: z.string().optional(),
3834
4363
  prId: z.nullable(z.number()).optional(),
@@ -3894,62 +4423,66 @@ export namespace GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResp
3894
4423
  }
3895
4424
 
3896
4425
  /** @internal */
3897
- export const GetDeploymentGitSourceDeploymentsProjectId$inboundSchema:
3898
- z.ZodType<GetDeploymentGitSourceDeploymentsProjectId, z.ZodTypeDef, unknown> =
3899
- z.union([z.string(), z.number()]);
4426
+ export const GetDeploymentGitSourceDeploymentsResponse200RepoId$inboundSchema:
4427
+ z.ZodType<
4428
+ GetDeploymentGitSourceDeploymentsResponse200RepoId,
4429
+ z.ZodTypeDef,
4430
+ unknown
4431
+ > = z.union([z.string(), z.number()]);
3900
4432
 
3901
4433
  /** @internal */
3902
- export type GetDeploymentGitSourceDeploymentsProjectId$Outbound =
4434
+ export type GetDeploymentGitSourceDeploymentsResponse200RepoId$Outbound =
3903
4435
  | string
3904
4436
  | number;
3905
4437
 
3906
4438
  /** @internal */
3907
- export const GetDeploymentGitSourceDeploymentsProjectId$outboundSchema:
4439
+ export const GetDeploymentGitSourceDeploymentsResponse200RepoId$outboundSchema:
3908
4440
  z.ZodType<
3909
- GetDeploymentGitSourceDeploymentsProjectId$Outbound,
4441
+ GetDeploymentGitSourceDeploymentsResponse200RepoId$Outbound,
3910
4442
  z.ZodTypeDef,
3911
- GetDeploymentGitSourceDeploymentsProjectId
4443
+ GetDeploymentGitSourceDeploymentsResponse200RepoId
3912
4444
  > = z.union([z.string(), z.number()]);
3913
4445
 
3914
4446
  /**
3915
4447
  * @internal
3916
4448
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3917
4449
  */
3918
- export namespace GetDeploymentGitSourceDeploymentsProjectId$ {
3919
- /** @deprecated use `GetDeploymentGitSourceDeploymentsProjectId$inboundSchema` instead. */
4450
+ export namespace GetDeploymentGitSourceDeploymentsResponse200RepoId$ {
4451
+ /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200RepoId$inboundSchema` instead. */
3920
4452
  export const inboundSchema =
3921
- GetDeploymentGitSourceDeploymentsProjectId$inboundSchema;
3922
- /** @deprecated use `GetDeploymentGitSourceDeploymentsProjectId$outboundSchema` instead. */
4453
+ GetDeploymentGitSourceDeploymentsResponse200RepoId$inboundSchema;
4454
+ /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200RepoId$outboundSchema` instead. */
3923
4455
  export const outboundSchema =
3924
- GetDeploymentGitSourceDeploymentsProjectId$outboundSchema;
3925
- /** @deprecated use `GetDeploymentGitSourceDeploymentsProjectId$Outbound` instead. */
3926
- export type Outbound = GetDeploymentGitSourceDeploymentsProjectId$Outbound;
4456
+ GetDeploymentGitSourceDeploymentsResponse200RepoId$outboundSchema;
4457
+ /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200RepoId$Outbound` instead. */
4458
+ export type Outbound =
4459
+ GetDeploymentGitSourceDeploymentsResponse200RepoId$Outbound;
3927
4460
  }
3928
4461
 
3929
- export function getDeploymentGitSourceDeploymentsProjectIdToJSON(
3930
- getDeploymentGitSourceDeploymentsProjectId:
3931
- GetDeploymentGitSourceDeploymentsProjectId,
4462
+ export function getDeploymentGitSourceDeploymentsResponse200RepoIdToJSON(
4463
+ getDeploymentGitSourceDeploymentsResponse200RepoId:
4464
+ GetDeploymentGitSourceDeploymentsResponse200RepoId,
3932
4465
  ): string {
3933
4466
  return JSON.stringify(
3934
- GetDeploymentGitSourceDeploymentsProjectId$outboundSchema.parse(
3935
- getDeploymentGitSourceDeploymentsProjectId,
4467
+ GetDeploymentGitSourceDeploymentsResponse200RepoId$outboundSchema.parse(
4468
+ getDeploymentGitSourceDeploymentsResponse200RepoId,
3936
4469
  ),
3937
4470
  );
3938
4471
  }
3939
4472
 
3940
- export function getDeploymentGitSourceDeploymentsProjectIdFromJSON(
4473
+ export function getDeploymentGitSourceDeploymentsResponse200RepoIdFromJSON(
3941
4474
  jsonString: string,
3942
4475
  ): SafeParseResult<
3943
- GetDeploymentGitSourceDeploymentsProjectId,
4476
+ GetDeploymentGitSourceDeploymentsResponse200RepoId,
3944
4477
  SDKValidationError
3945
4478
  > {
3946
4479
  return safeParse(
3947
4480
  jsonString,
3948
4481
  (x) =>
3949
- GetDeploymentGitSourceDeploymentsProjectId$inboundSchema.parse(
4482
+ GetDeploymentGitSourceDeploymentsResponse200RepoId$inboundSchema.parse(
3950
4483
  JSON.parse(x),
3951
4484
  ),
3952
- `Failed to parse 'GetDeploymentGitSourceDeploymentsProjectId' from JSON`,
4485
+ `Failed to parse 'GetDeploymentGitSourceDeploymentsResponse200RepoId' from JSON`,
3953
4486
  );
3954
4487
  }
3955
4488
 
@@ -3961,7 +4494,7 @@ export const GetDeploymentGitSource5$inboundSchema: z.ZodType<
3961
4494
  > = z.object({
3962
4495
  type:
3963
4496
  GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody25Type$inboundSchema,
3964
- projectId: z.union([z.string(), z.number()]),
4497
+ repoId: z.union([z.string(), z.number()]),
3965
4498
  ref: z.nullable(z.string()).optional(),
3966
4499
  sha: z.string().optional(),
3967
4500
  prId: z.nullable(z.number()).optional(),
@@ -3970,7 +4503,7 @@ export const GetDeploymentGitSource5$inboundSchema: z.ZodType<
3970
4503
  /** @internal */
3971
4504
  export type GetDeploymentGitSource5$Outbound = {
3972
4505
  type: string;
3973
- projectId: string | number;
4506
+ repoId: string | number;
3974
4507
  ref?: string | null | undefined;
3975
4508
  sha?: string | undefined;
3976
4509
  prId?: number | null | undefined;
@@ -3984,7 +4517,7 @@ export const GetDeploymentGitSource5$outboundSchema: z.ZodType<
3984
4517
  > = z.object({
3985
4518
  type:
3986
4519
  GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody25Type$outboundSchema,
3987
- projectId: z.union([z.string(), z.number()]),
4520
+ repoId: z.union([z.string(), z.number()]),
3988
4521
  ref: z.nullable(z.string()).optional(),
3989
4522
  sha: z.string().optional(),
3990
4523
  prId: z.nullable(z.number()).optional(),
@@ -4152,61 +4685,66 @@ export namespace GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResp
4152
4685
  }
4153
4686
 
4154
4687
  /** @internal */
4155
- export const GetDeploymentGitSourceDeploymentsRepoId$inboundSchema: z.ZodType<
4156
- GetDeploymentGitSourceDeploymentsRepoId,
4157
- z.ZodTypeDef,
4158
- unknown
4159
- > = z.union([z.string(), z.number()]);
4688
+ export const GetDeploymentGitSourceDeploymentsResponseRepoId$inboundSchema:
4689
+ z.ZodType<
4690
+ GetDeploymentGitSourceDeploymentsResponseRepoId,
4691
+ z.ZodTypeDef,
4692
+ unknown
4693
+ > = z.union([z.string(), z.number()]);
4160
4694
 
4161
4695
  /** @internal */
4162
- export type GetDeploymentGitSourceDeploymentsRepoId$Outbound = string | number;
4696
+ export type GetDeploymentGitSourceDeploymentsResponseRepoId$Outbound =
4697
+ | string
4698
+ | number;
4163
4699
 
4164
4700
  /** @internal */
4165
- export const GetDeploymentGitSourceDeploymentsRepoId$outboundSchema: z.ZodType<
4166
- GetDeploymentGitSourceDeploymentsRepoId$Outbound,
4167
- z.ZodTypeDef,
4168
- GetDeploymentGitSourceDeploymentsRepoId
4169
- > = z.union([z.string(), z.number()]);
4701
+ export const GetDeploymentGitSourceDeploymentsResponseRepoId$outboundSchema:
4702
+ z.ZodType<
4703
+ GetDeploymentGitSourceDeploymentsResponseRepoId$Outbound,
4704
+ z.ZodTypeDef,
4705
+ GetDeploymentGitSourceDeploymentsResponseRepoId
4706
+ > = z.union([z.string(), z.number()]);
4170
4707
 
4171
4708
  /**
4172
4709
  * @internal
4173
4710
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4174
4711
  */
4175
- export namespace GetDeploymentGitSourceDeploymentsRepoId$ {
4176
- /** @deprecated use `GetDeploymentGitSourceDeploymentsRepoId$inboundSchema` instead. */
4712
+ export namespace GetDeploymentGitSourceDeploymentsResponseRepoId$ {
4713
+ /** @deprecated use `GetDeploymentGitSourceDeploymentsResponseRepoId$inboundSchema` instead. */
4177
4714
  export const inboundSchema =
4178
- GetDeploymentGitSourceDeploymentsRepoId$inboundSchema;
4179
- /** @deprecated use `GetDeploymentGitSourceDeploymentsRepoId$outboundSchema` instead. */
4715
+ GetDeploymentGitSourceDeploymentsResponseRepoId$inboundSchema;
4716
+ /** @deprecated use `GetDeploymentGitSourceDeploymentsResponseRepoId$outboundSchema` instead. */
4180
4717
  export const outboundSchema =
4181
- GetDeploymentGitSourceDeploymentsRepoId$outboundSchema;
4182
- /** @deprecated use `GetDeploymentGitSourceDeploymentsRepoId$Outbound` instead. */
4183
- export type Outbound = GetDeploymentGitSourceDeploymentsRepoId$Outbound;
4718
+ GetDeploymentGitSourceDeploymentsResponseRepoId$outboundSchema;
4719
+ /** @deprecated use `GetDeploymentGitSourceDeploymentsResponseRepoId$Outbound` instead. */
4720
+ export type Outbound =
4721
+ GetDeploymentGitSourceDeploymentsResponseRepoId$Outbound;
4184
4722
  }
4185
4723
 
4186
- export function getDeploymentGitSourceDeploymentsRepoIdToJSON(
4187
- getDeploymentGitSourceDeploymentsRepoId:
4188
- GetDeploymentGitSourceDeploymentsRepoId,
4724
+ export function getDeploymentGitSourceDeploymentsResponseRepoIdToJSON(
4725
+ getDeploymentGitSourceDeploymentsResponseRepoId:
4726
+ GetDeploymentGitSourceDeploymentsResponseRepoId,
4189
4727
  ): string {
4190
4728
  return JSON.stringify(
4191
- GetDeploymentGitSourceDeploymentsRepoId$outboundSchema.parse(
4192
- getDeploymentGitSourceDeploymentsRepoId,
4729
+ GetDeploymentGitSourceDeploymentsResponseRepoId$outboundSchema.parse(
4730
+ getDeploymentGitSourceDeploymentsResponseRepoId,
4193
4731
  ),
4194
4732
  );
4195
4733
  }
4196
4734
 
4197
- export function getDeploymentGitSourceDeploymentsRepoIdFromJSON(
4735
+ export function getDeploymentGitSourceDeploymentsResponseRepoIdFromJSON(
4198
4736
  jsonString: string,
4199
4737
  ): SafeParseResult<
4200
- GetDeploymentGitSourceDeploymentsRepoId,
4738
+ GetDeploymentGitSourceDeploymentsResponseRepoId,
4201
4739
  SDKValidationError
4202
4740
  > {
4203
4741
  return safeParse(
4204
4742
  jsonString,
4205
4743
  (x) =>
4206
- GetDeploymentGitSourceDeploymentsRepoId$inboundSchema.parse(
4744
+ GetDeploymentGitSourceDeploymentsResponseRepoId$inboundSchema.parse(
4207
4745
  JSON.parse(x),
4208
4746
  ),
4209
- `Failed to parse 'GetDeploymentGitSourceDeploymentsRepoId' from JSON`,
4747
+ `Failed to parse 'GetDeploymentGitSourceDeploymentsResponseRepoId' from JSON`,
4210
4748
  );
4211
4749
  }
4212
4750
 
@@ -4409,52 +4947,61 @@ export namespace GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResp
4409
4947
  }
4410
4948
 
4411
4949
  /** @internal */
4412
- export const GetDeploymentGitSourceRepoId$inboundSchema: z.ZodType<
4413
- GetDeploymentGitSourceRepoId,
4950
+ export const GetDeploymentGitSourceDeploymentsRepoId$inboundSchema: z.ZodType<
4951
+ GetDeploymentGitSourceDeploymentsRepoId,
4414
4952
  z.ZodTypeDef,
4415
4953
  unknown
4416
4954
  > = z.union([z.string(), z.number()]);
4417
4955
 
4418
4956
  /** @internal */
4419
- export type GetDeploymentGitSourceRepoId$Outbound = string | number;
4957
+ export type GetDeploymentGitSourceDeploymentsRepoId$Outbound = string | number;
4420
4958
 
4421
4959
  /** @internal */
4422
- export const GetDeploymentGitSourceRepoId$outboundSchema: z.ZodType<
4423
- GetDeploymentGitSourceRepoId$Outbound,
4960
+ export const GetDeploymentGitSourceDeploymentsRepoId$outboundSchema: z.ZodType<
4961
+ GetDeploymentGitSourceDeploymentsRepoId$Outbound,
4424
4962
  z.ZodTypeDef,
4425
- GetDeploymentGitSourceRepoId
4963
+ GetDeploymentGitSourceDeploymentsRepoId
4426
4964
  > = z.union([z.string(), z.number()]);
4427
4965
 
4428
4966
  /**
4429
4967
  * @internal
4430
4968
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4431
4969
  */
4432
- export namespace GetDeploymentGitSourceRepoId$ {
4433
- /** @deprecated use `GetDeploymentGitSourceRepoId$inboundSchema` instead. */
4434
- export const inboundSchema = GetDeploymentGitSourceRepoId$inboundSchema;
4435
- /** @deprecated use `GetDeploymentGitSourceRepoId$outboundSchema` instead. */
4436
- export const outboundSchema = GetDeploymentGitSourceRepoId$outboundSchema;
4437
- /** @deprecated use `GetDeploymentGitSourceRepoId$Outbound` instead. */
4438
- export type Outbound = GetDeploymentGitSourceRepoId$Outbound;
4970
+ export namespace GetDeploymentGitSourceDeploymentsRepoId$ {
4971
+ /** @deprecated use `GetDeploymentGitSourceDeploymentsRepoId$inboundSchema` instead. */
4972
+ export const inboundSchema =
4973
+ GetDeploymentGitSourceDeploymentsRepoId$inboundSchema;
4974
+ /** @deprecated use `GetDeploymentGitSourceDeploymentsRepoId$outboundSchema` instead. */
4975
+ export const outboundSchema =
4976
+ GetDeploymentGitSourceDeploymentsRepoId$outboundSchema;
4977
+ /** @deprecated use `GetDeploymentGitSourceDeploymentsRepoId$Outbound` instead. */
4978
+ export type Outbound = GetDeploymentGitSourceDeploymentsRepoId$Outbound;
4439
4979
  }
4440
4980
 
4441
- export function getDeploymentGitSourceRepoIdToJSON(
4442
- getDeploymentGitSourceRepoId: GetDeploymentGitSourceRepoId,
4981
+ export function getDeploymentGitSourceDeploymentsRepoIdToJSON(
4982
+ getDeploymentGitSourceDeploymentsRepoId:
4983
+ GetDeploymentGitSourceDeploymentsRepoId,
4443
4984
  ): string {
4444
4985
  return JSON.stringify(
4445
- GetDeploymentGitSourceRepoId$outboundSchema.parse(
4446
- getDeploymentGitSourceRepoId,
4986
+ GetDeploymentGitSourceDeploymentsRepoId$outboundSchema.parse(
4987
+ getDeploymentGitSourceDeploymentsRepoId,
4447
4988
  ),
4448
4989
  );
4449
4990
  }
4450
4991
 
4451
- export function getDeploymentGitSourceRepoIdFromJSON(
4992
+ export function getDeploymentGitSourceDeploymentsRepoIdFromJSON(
4452
4993
  jsonString: string,
4453
- ): SafeParseResult<GetDeploymentGitSourceRepoId, SDKValidationError> {
4994
+ ): SafeParseResult<
4995
+ GetDeploymentGitSourceDeploymentsRepoId,
4996
+ SDKValidationError
4997
+ > {
4454
4998
  return safeParse(
4455
4999
  jsonString,
4456
- (x) => GetDeploymentGitSourceRepoId$inboundSchema.parse(JSON.parse(x)),
4457
- `Failed to parse 'GetDeploymentGitSourceRepoId' from JSON`,
5000
+ (x) =>
5001
+ GetDeploymentGitSourceDeploymentsRepoId$inboundSchema.parse(
5002
+ JSON.parse(x),
5003
+ ),
5004
+ `Failed to parse 'GetDeploymentGitSourceDeploymentsRepoId' from JSON`,
4458
5005
  );
4459
5006
  }
4460
5007
 
@@ -4532,34 +5079,40 @@ export const ResponseBodyGitSource$inboundSchema: z.ZodType<
4532
5079
  z.ZodTypeDef,
4533
5080
  unknown
4534
5081
  > = z.union([
4535
- z.lazy(() => GetDeploymentGitSource10$inboundSchema),
4536
5082
  z.lazy(() => GetDeploymentGitSource12$inboundSchema),
5083
+ z.lazy(() => GetDeploymentGitSource15$inboundSchema),
4537
5084
  z.lazy(() => GetDeploymentGitSource4$inboundSchema),
4538
- z.lazy(() => GetDeploymentGitSource8$inboundSchema),
4539
- z.lazy(() => GetDeploymentGitSource9$inboundSchema),
5085
+ z.lazy(() => GetDeploymentGitSource10$inboundSchema),
4540
5086
  z.lazy(() => GetDeploymentGitSource11$inboundSchema),
5087
+ z.lazy(() => GetDeploymentGitSource13$inboundSchema),
5088
+ z.lazy(() => GetDeploymentGitSource14$inboundSchema),
4541
5089
  z.lazy(() => GetDeploymentGitSource2$inboundSchema),
4542
5090
  z.lazy(() => GetDeploymentGitSource3$inboundSchema),
4543
- z.lazy(() => GetDeploymentGitSource7$inboundSchema),
5091
+ z.lazy(() => GetDeploymentGitSource6$inboundSchema),
5092
+ z.lazy(() => GetDeploymentGitSource9$inboundSchema),
4544
5093
  z.lazy(() => GetDeploymentGitSource1$inboundSchema),
4545
5094
  z.lazy(() => GetDeploymentGitSource5$inboundSchema),
4546
- z.lazy(() => GetDeploymentGitSource6$inboundSchema),
5095
+ z.lazy(() => GetDeploymentGitSource7$inboundSchema),
5096
+ z.lazy(() => GetDeploymentGitSource8$inboundSchema),
4547
5097
  ]);
4548
5098
 
4549
5099
  /** @internal */
4550
5100
  export type ResponseBodyGitSource$Outbound =
4551
- | GetDeploymentGitSource10$Outbound
4552
5101
  | GetDeploymentGitSource12$Outbound
5102
+ | GetDeploymentGitSource15$Outbound
4553
5103
  | GetDeploymentGitSource4$Outbound
4554
- | GetDeploymentGitSource8$Outbound
4555
- | GetDeploymentGitSource9$Outbound
5104
+ | GetDeploymentGitSource10$Outbound
4556
5105
  | GetDeploymentGitSource11$Outbound
5106
+ | GetDeploymentGitSource13$Outbound
5107
+ | GetDeploymentGitSource14$Outbound
4557
5108
  | GetDeploymentGitSource2$Outbound
4558
5109
  | GetDeploymentGitSource3$Outbound
4559
- | GetDeploymentGitSource7$Outbound
5110
+ | GetDeploymentGitSource6$Outbound
5111
+ | GetDeploymentGitSource9$Outbound
4560
5112
  | GetDeploymentGitSource1$Outbound
4561
5113
  | GetDeploymentGitSource5$Outbound
4562
- | GetDeploymentGitSource6$Outbound;
5114
+ | GetDeploymentGitSource7$Outbound
5115
+ | GetDeploymentGitSource8$Outbound;
4563
5116
 
4564
5117
  /** @internal */
4565
5118
  export const ResponseBodyGitSource$outboundSchema: z.ZodType<
@@ -4567,18 +5120,21 @@ export const ResponseBodyGitSource$outboundSchema: z.ZodType<
4567
5120
  z.ZodTypeDef,
4568
5121
  ResponseBodyGitSource
4569
5122
  > = z.union([
4570
- z.lazy(() => GetDeploymentGitSource10$outboundSchema),
4571
5123
  z.lazy(() => GetDeploymentGitSource12$outboundSchema),
5124
+ z.lazy(() => GetDeploymentGitSource15$outboundSchema),
4572
5125
  z.lazy(() => GetDeploymentGitSource4$outboundSchema),
4573
- z.lazy(() => GetDeploymentGitSource8$outboundSchema),
4574
- z.lazy(() => GetDeploymentGitSource9$outboundSchema),
5126
+ z.lazy(() => GetDeploymentGitSource10$outboundSchema),
4575
5127
  z.lazy(() => GetDeploymentGitSource11$outboundSchema),
5128
+ z.lazy(() => GetDeploymentGitSource13$outboundSchema),
5129
+ z.lazy(() => GetDeploymentGitSource14$outboundSchema),
4576
5130
  z.lazy(() => GetDeploymentGitSource2$outboundSchema),
4577
5131
  z.lazy(() => GetDeploymentGitSource3$outboundSchema),
4578
- z.lazy(() => GetDeploymentGitSource7$outboundSchema),
5132
+ z.lazy(() => GetDeploymentGitSource6$outboundSchema),
5133
+ z.lazy(() => GetDeploymentGitSource9$outboundSchema),
4579
5134
  z.lazy(() => GetDeploymentGitSource1$outboundSchema),
4580
5135
  z.lazy(() => GetDeploymentGitSource5$outboundSchema),
4581
- z.lazy(() => GetDeploymentGitSource6$outboundSchema),
5136
+ z.lazy(() => GetDeploymentGitSource7$outboundSchema),
5137
+ z.lazy(() => GetDeploymentGitSource8$outboundSchema),
4582
5138
  ]);
4583
5139
 
4584
5140
  /**
@@ -4612,6 +5168,30 @@ export function responseBodyGitSourceFromJSON(
4612
5168
  );
4613
5169
  }
4614
5170
 
5171
+ /** @internal */
5172
+ export const GetDeploymentResponseBodyNodeVersion$inboundSchema:
5173
+ z.ZodNativeEnum<typeof GetDeploymentResponseBodyNodeVersion> = z.nativeEnum(
5174
+ GetDeploymentResponseBodyNodeVersion,
5175
+ );
5176
+
5177
+ /** @internal */
5178
+ export const GetDeploymentResponseBodyNodeVersion$outboundSchema:
5179
+ z.ZodNativeEnum<typeof GetDeploymentResponseBodyNodeVersion> =
5180
+ GetDeploymentResponseBodyNodeVersion$inboundSchema;
5181
+
5182
+ /**
5183
+ * @internal
5184
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5185
+ */
5186
+ export namespace GetDeploymentResponseBodyNodeVersion$ {
5187
+ /** @deprecated use `GetDeploymentResponseBodyNodeVersion$inboundSchema` instead. */
5188
+ export const inboundSchema =
5189
+ GetDeploymentResponseBodyNodeVersion$inboundSchema;
5190
+ /** @deprecated use `GetDeploymentResponseBodyNodeVersion$outboundSchema` instead. */
5191
+ export const outboundSchema =
5192
+ GetDeploymentResponseBodyNodeVersion$outboundSchema;
5193
+ }
5194
+
4615
5195
  /** @internal */
4616
5196
  export const GetDeploymentResponseBodyProject$inboundSchema: z.ZodType<
4617
5197
  GetDeploymentResponseBodyProject,
@@ -4893,21 +5473,25 @@ export const GetDeploymentResponseBody2$inboundSchema: z.ZodType<
4893
5473
  errorStep: z.string().optional(),
4894
5474
  passiveRegions: z.array(z.string()).optional(),
4895
5475
  gitSource: z.union([
4896
- z.lazy(() => GetDeploymentGitSource10$inboundSchema),
4897
5476
  z.lazy(() => GetDeploymentGitSource12$inboundSchema),
5477
+ z.lazy(() => GetDeploymentGitSource15$inboundSchema),
4898
5478
  z.lazy(() => GetDeploymentGitSource4$inboundSchema),
4899
- z.lazy(() => GetDeploymentGitSource8$inboundSchema),
4900
- z.lazy(() => GetDeploymentGitSource9$inboundSchema),
5479
+ z.lazy(() => GetDeploymentGitSource10$inboundSchema),
4901
5480
  z.lazy(() => GetDeploymentGitSource11$inboundSchema),
5481
+ z.lazy(() => GetDeploymentGitSource13$inboundSchema),
5482
+ z.lazy(() => GetDeploymentGitSource14$inboundSchema),
4902
5483
  z.lazy(() => GetDeploymentGitSource2$inboundSchema),
4903
5484
  z.lazy(() => GetDeploymentGitSource3$inboundSchema),
4904
- z.lazy(() => GetDeploymentGitSource7$inboundSchema),
5485
+ z.lazy(() => GetDeploymentGitSource6$inboundSchema),
5486
+ z.lazy(() => GetDeploymentGitSource9$inboundSchema),
4905
5487
  z.lazy(() => GetDeploymentGitSource1$inboundSchema),
4906
5488
  z.lazy(() => GetDeploymentGitSource5$inboundSchema),
4907
- z.lazy(() => GetDeploymentGitSource6$inboundSchema),
5489
+ z.lazy(() => GetDeploymentGitSource7$inboundSchema),
5490
+ z.lazy(() => GetDeploymentGitSource8$inboundSchema),
4908
5491
  ]).optional(),
4909
5492
  meta: z.record(z.string()),
4910
5493
  originCacheRegion: z.string().optional(),
5494
+ nodeVersion: GetDeploymentResponseBodyNodeVersion$inboundSchema.optional(),
4911
5495
  project: z.lazy(() => GetDeploymentResponseBodyProject$inboundSchema)
4912
5496
  .optional(),
4913
5497
  readySubstate: GetDeploymentResponseBodyReadySubstate$inboundSchema
@@ -4970,21 +5554,25 @@ export type GetDeploymentResponseBody2$Outbound = {
4970
5554
  errorStep?: string | undefined;
4971
5555
  passiveRegions?: Array<string> | undefined;
4972
5556
  gitSource?:
4973
- | GetDeploymentGitSource10$Outbound
4974
5557
  | GetDeploymentGitSource12$Outbound
5558
+ | GetDeploymentGitSource15$Outbound
4975
5559
  | GetDeploymentGitSource4$Outbound
4976
- | GetDeploymentGitSource8$Outbound
4977
- | GetDeploymentGitSource9$Outbound
5560
+ | GetDeploymentGitSource10$Outbound
4978
5561
  | GetDeploymentGitSource11$Outbound
5562
+ | GetDeploymentGitSource13$Outbound
5563
+ | GetDeploymentGitSource14$Outbound
4979
5564
  | GetDeploymentGitSource2$Outbound
4980
5565
  | GetDeploymentGitSource3$Outbound
4981
- | GetDeploymentGitSource7$Outbound
5566
+ | GetDeploymentGitSource6$Outbound
5567
+ | GetDeploymentGitSource9$Outbound
4982
5568
  | GetDeploymentGitSource1$Outbound
4983
5569
  | GetDeploymentGitSource5$Outbound
4984
- | GetDeploymentGitSource6$Outbound
5570
+ | GetDeploymentGitSource7$Outbound
5571
+ | GetDeploymentGitSource8$Outbound
4985
5572
  | undefined;
4986
5573
  meta: { [k: string]: string };
4987
5574
  originCacheRegion?: string | undefined;
5575
+ nodeVersion?: string | undefined;
4988
5576
  project?: GetDeploymentResponseBodyProject$Outbound | undefined;
4989
5577
  readySubstate?: string | undefined;
4990
5578
  regions: Array<string>;
@@ -5054,21 +5642,25 @@ export const GetDeploymentResponseBody2$outboundSchema: z.ZodType<
5054
5642
  errorStep: z.string().optional(),
5055
5643
  passiveRegions: z.array(z.string()).optional(),
5056
5644
  gitSource: z.union([
5057
- z.lazy(() => GetDeploymentGitSource10$outboundSchema),
5058
5645
  z.lazy(() => GetDeploymentGitSource12$outboundSchema),
5646
+ z.lazy(() => GetDeploymentGitSource15$outboundSchema),
5059
5647
  z.lazy(() => GetDeploymentGitSource4$outboundSchema),
5060
- z.lazy(() => GetDeploymentGitSource8$outboundSchema),
5061
- z.lazy(() => GetDeploymentGitSource9$outboundSchema),
5648
+ z.lazy(() => GetDeploymentGitSource10$outboundSchema),
5062
5649
  z.lazy(() => GetDeploymentGitSource11$outboundSchema),
5650
+ z.lazy(() => GetDeploymentGitSource13$outboundSchema),
5651
+ z.lazy(() => GetDeploymentGitSource14$outboundSchema),
5063
5652
  z.lazy(() => GetDeploymentGitSource2$outboundSchema),
5064
5653
  z.lazy(() => GetDeploymentGitSource3$outboundSchema),
5065
- z.lazy(() => GetDeploymentGitSource7$outboundSchema),
5654
+ z.lazy(() => GetDeploymentGitSource6$outboundSchema),
5655
+ z.lazy(() => GetDeploymentGitSource9$outboundSchema),
5066
5656
  z.lazy(() => GetDeploymentGitSource1$outboundSchema),
5067
5657
  z.lazy(() => GetDeploymentGitSource5$outboundSchema),
5068
- z.lazy(() => GetDeploymentGitSource6$outboundSchema),
5658
+ z.lazy(() => GetDeploymentGitSource7$outboundSchema),
5659
+ z.lazy(() => GetDeploymentGitSource8$outboundSchema),
5069
5660
  ]).optional(),
5070
5661
  meta: z.record(z.string()),
5071
5662
  originCacheRegion: z.string().optional(),
5663
+ nodeVersion: GetDeploymentResponseBodyNodeVersion$outboundSchema.optional(),
5072
5664
  project: z.lazy(() => GetDeploymentResponseBodyProject$outboundSchema)
5073
5665
  .optional(),
5074
5666
  readySubstate: GetDeploymentResponseBodyReadySubstate$outboundSchema
@@ -6939,19 +7531,328 @@ export const ResponseBodyChecksConclusion$inboundSchema: z.ZodNativeEnum<
6939
7531
  > = z.nativeEnum(ResponseBodyChecksConclusion);
6940
7532
 
6941
7533
  /** @internal */
6942
- export const ResponseBodyChecksConclusion$outboundSchema: z.ZodNativeEnum<
6943
- typeof ResponseBodyChecksConclusion
6944
- > = ResponseBodyChecksConclusion$inboundSchema;
7534
+ export const ResponseBodyChecksConclusion$outboundSchema: z.ZodNativeEnum<
7535
+ typeof ResponseBodyChecksConclusion
7536
+ > = ResponseBodyChecksConclusion$inboundSchema;
7537
+
7538
+ /**
7539
+ * @internal
7540
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7541
+ */
7542
+ export namespace ResponseBodyChecksConclusion$ {
7543
+ /** @deprecated use `ResponseBodyChecksConclusion$inboundSchema` instead. */
7544
+ export const inboundSchema = ResponseBodyChecksConclusion$inboundSchema;
7545
+ /** @deprecated use `ResponseBodyChecksConclusion$outboundSchema` instead. */
7546
+ export const outboundSchema = ResponseBodyChecksConclusion$outboundSchema;
7547
+ }
7548
+
7549
+ /** @internal */
7550
+ export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody115Type$inboundSchema:
7551
+ z.ZodNativeEnum<
7552
+ typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody115Type
7553
+ > = z.nativeEnum(
7554
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody115Type,
7555
+ );
7556
+
7557
+ /** @internal */
7558
+ export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody115Type$outboundSchema:
7559
+ z.ZodNativeEnum<
7560
+ typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody115Type
7561
+ > =
7562
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody115Type$inboundSchema;
7563
+
7564
+ /**
7565
+ * @internal
7566
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7567
+ */
7568
+ export namespace GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody115Type$ {
7569
+ /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody115Type$inboundSchema` instead. */
7570
+ export const inboundSchema =
7571
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody115Type$inboundSchema;
7572
+ /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody115Type$outboundSchema` instead. */
7573
+ export const outboundSchema =
7574
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody115Type$outboundSchema;
7575
+ }
7576
+
7577
+ /** @internal */
7578
+ export const GetDeploymentGitSourceDeployments15$inboundSchema: z.ZodType<
7579
+ GetDeploymentGitSourceDeployments15,
7580
+ z.ZodTypeDef,
7581
+ unknown
7582
+ > = z.object({
7583
+ type:
7584
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody115Type$inboundSchema,
7585
+ ref: z.string(),
7586
+ sha: z.string(),
7587
+ owner: z.string().optional(),
7588
+ slug: z.string().optional(),
7589
+ workspaceUuid: z.string(),
7590
+ repoUuid: z.string(),
7591
+ });
7592
+
7593
+ /** @internal */
7594
+ export type GetDeploymentGitSourceDeployments15$Outbound = {
7595
+ type: string;
7596
+ ref: string;
7597
+ sha: string;
7598
+ owner?: string | undefined;
7599
+ slug?: string | undefined;
7600
+ workspaceUuid: string;
7601
+ repoUuid: string;
7602
+ };
7603
+
7604
+ /** @internal */
7605
+ export const GetDeploymentGitSourceDeployments15$outboundSchema: z.ZodType<
7606
+ GetDeploymentGitSourceDeployments15$Outbound,
7607
+ z.ZodTypeDef,
7608
+ GetDeploymentGitSourceDeployments15
7609
+ > = z.object({
7610
+ type:
7611
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody115Type$outboundSchema,
7612
+ ref: z.string(),
7613
+ sha: z.string(),
7614
+ owner: z.string().optional(),
7615
+ slug: z.string().optional(),
7616
+ workspaceUuid: z.string(),
7617
+ repoUuid: z.string(),
7618
+ });
7619
+
7620
+ /**
7621
+ * @internal
7622
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7623
+ */
7624
+ export namespace GetDeploymentGitSourceDeployments15$ {
7625
+ /** @deprecated use `GetDeploymentGitSourceDeployments15$inboundSchema` instead. */
7626
+ export const inboundSchema =
7627
+ GetDeploymentGitSourceDeployments15$inboundSchema;
7628
+ /** @deprecated use `GetDeploymentGitSourceDeployments15$outboundSchema` instead. */
7629
+ export const outboundSchema =
7630
+ GetDeploymentGitSourceDeployments15$outboundSchema;
7631
+ /** @deprecated use `GetDeploymentGitSourceDeployments15$Outbound` instead. */
7632
+ export type Outbound = GetDeploymentGitSourceDeployments15$Outbound;
7633
+ }
7634
+
7635
+ export function getDeploymentGitSourceDeployments15ToJSON(
7636
+ getDeploymentGitSourceDeployments15: GetDeploymentGitSourceDeployments15,
7637
+ ): string {
7638
+ return JSON.stringify(
7639
+ GetDeploymentGitSourceDeployments15$outboundSchema.parse(
7640
+ getDeploymentGitSourceDeployments15,
7641
+ ),
7642
+ );
7643
+ }
7644
+
7645
+ export function getDeploymentGitSourceDeployments15FromJSON(
7646
+ jsonString: string,
7647
+ ): SafeParseResult<GetDeploymentGitSourceDeployments15, SDKValidationError> {
7648
+ return safeParse(
7649
+ jsonString,
7650
+ (x) =>
7651
+ GetDeploymentGitSourceDeployments15$inboundSchema.parse(JSON.parse(x)),
7652
+ `Failed to parse 'GetDeploymentGitSourceDeployments15' from JSON`,
7653
+ );
7654
+ }
7655
+
7656
+ /** @internal */
7657
+ export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody114Type$inboundSchema:
7658
+ z.ZodNativeEnum<
7659
+ typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody114Type
7660
+ > = z.nativeEnum(
7661
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody114Type,
7662
+ );
7663
+
7664
+ /** @internal */
7665
+ export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody114Type$outboundSchema:
7666
+ z.ZodNativeEnum<
7667
+ typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody114Type
7668
+ > =
7669
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody114Type$inboundSchema;
7670
+
7671
+ /**
7672
+ * @internal
7673
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7674
+ */
7675
+ export namespace GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody114Type$ {
7676
+ /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody114Type$inboundSchema` instead. */
7677
+ export const inboundSchema =
7678
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody114Type$inboundSchema;
7679
+ /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody114Type$outboundSchema` instead. */
7680
+ export const outboundSchema =
7681
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody114Type$outboundSchema;
7682
+ }
7683
+
7684
+ /** @internal */
7685
+ export const GetDeploymentGitSourceDeployments14$inboundSchema: z.ZodType<
7686
+ GetDeploymentGitSourceDeployments14,
7687
+ z.ZodTypeDef,
7688
+ unknown
7689
+ > = z.object({
7690
+ type:
7691
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody114Type$inboundSchema,
7692
+ ref: z.string(),
7693
+ sha: z.string(),
7694
+ projectId: z.number(),
7695
+ });
7696
+
7697
+ /** @internal */
7698
+ export type GetDeploymentGitSourceDeployments14$Outbound = {
7699
+ type: string;
7700
+ ref: string;
7701
+ sha: string;
7702
+ projectId: number;
7703
+ };
7704
+
7705
+ /** @internal */
7706
+ export const GetDeploymentGitSourceDeployments14$outboundSchema: z.ZodType<
7707
+ GetDeploymentGitSourceDeployments14$Outbound,
7708
+ z.ZodTypeDef,
7709
+ GetDeploymentGitSourceDeployments14
7710
+ > = z.object({
7711
+ type:
7712
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody114Type$outboundSchema,
7713
+ ref: z.string(),
7714
+ sha: z.string(),
7715
+ projectId: z.number(),
7716
+ });
7717
+
7718
+ /**
7719
+ * @internal
7720
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7721
+ */
7722
+ export namespace GetDeploymentGitSourceDeployments14$ {
7723
+ /** @deprecated use `GetDeploymentGitSourceDeployments14$inboundSchema` instead. */
7724
+ export const inboundSchema =
7725
+ GetDeploymentGitSourceDeployments14$inboundSchema;
7726
+ /** @deprecated use `GetDeploymentGitSourceDeployments14$outboundSchema` instead. */
7727
+ export const outboundSchema =
7728
+ GetDeploymentGitSourceDeployments14$outboundSchema;
7729
+ /** @deprecated use `GetDeploymentGitSourceDeployments14$Outbound` instead. */
7730
+ export type Outbound = GetDeploymentGitSourceDeployments14$Outbound;
7731
+ }
7732
+
7733
+ export function getDeploymentGitSourceDeployments14ToJSON(
7734
+ getDeploymentGitSourceDeployments14: GetDeploymentGitSourceDeployments14,
7735
+ ): string {
7736
+ return JSON.stringify(
7737
+ GetDeploymentGitSourceDeployments14$outboundSchema.parse(
7738
+ getDeploymentGitSourceDeployments14,
7739
+ ),
7740
+ );
7741
+ }
7742
+
7743
+ export function getDeploymentGitSourceDeployments14FromJSON(
7744
+ jsonString: string,
7745
+ ): SafeParseResult<GetDeploymentGitSourceDeployments14, SDKValidationError> {
7746
+ return safeParse(
7747
+ jsonString,
7748
+ (x) =>
7749
+ GetDeploymentGitSourceDeployments14$inboundSchema.parse(JSON.parse(x)),
7750
+ `Failed to parse 'GetDeploymentGitSourceDeployments14' from JSON`,
7751
+ );
7752
+ }
7753
+
7754
+ /** @internal */
7755
+ export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody113Type$inboundSchema:
7756
+ z.ZodNativeEnum<
7757
+ typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody113Type
7758
+ > = z.nativeEnum(
7759
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody113Type,
7760
+ );
7761
+
7762
+ /** @internal */
7763
+ export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody113Type$outboundSchema:
7764
+ z.ZodNativeEnum<
7765
+ typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody113Type
7766
+ > =
7767
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody113Type$inboundSchema;
7768
+
7769
+ /**
7770
+ * @internal
7771
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7772
+ */
7773
+ export namespace GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody113Type$ {
7774
+ /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody113Type$inboundSchema` instead. */
7775
+ export const inboundSchema =
7776
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody113Type$inboundSchema;
7777
+ /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody113Type$outboundSchema` instead. */
7778
+ export const outboundSchema =
7779
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody113Type$outboundSchema;
7780
+ }
7781
+
7782
+ /** @internal */
7783
+ export const GetDeploymentGitSourceDeployments13$inboundSchema: z.ZodType<
7784
+ GetDeploymentGitSourceDeployments13,
7785
+ z.ZodTypeDef,
7786
+ unknown
7787
+ > = z.object({
7788
+ type:
7789
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody113Type$inboundSchema,
7790
+ ref: z.string(),
7791
+ sha: z.string(),
7792
+ repoId: z.number(),
7793
+ org: z.string().optional(),
7794
+ repo: z.string().optional(),
7795
+ });
7796
+
7797
+ /** @internal */
7798
+ export type GetDeploymentGitSourceDeployments13$Outbound = {
7799
+ type: string;
7800
+ ref: string;
7801
+ sha: string;
7802
+ repoId: number;
7803
+ org?: string | undefined;
7804
+ repo?: string | undefined;
7805
+ };
7806
+
7807
+ /** @internal */
7808
+ export const GetDeploymentGitSourceDeployments13$outboundSchema: z.ZodType<
7809
+ GetDeploymentGitSourceDeployments13$Outbound,
7810
+ z.ZodTypeDef,
7811
+ GetDeploymentGitSourceDeployments13
7812
+ > = z.object({
7813
+ type:
7814
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody113Type$outboundSchema,
7815
+ ref: z.string(),
7816
+ sha: z.string(),
7817
+ repoId: z.number(),
7818
+ org: z.string().optional(),
7819
+ repo: z.string().optional(),
7820
+ });
6945
7821
 
6946
7822
  /**
6947
7823
  * @internal
6948
7824
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6949
7825
  */
6950
- export namespace ResponseBodyChecksConclusion$ {
6951
- /** @deprecated use `ResponseBodyChecksConclusion$inboundSchema` instead. */
6952
- export const inboundSchema = ResponseBodyChecksConclusion$inboundSchema;
6953
- /** @deprecated use `ResponseBodyChecksConclusion$outboundSchema` instead. */
6954
- export const outboundSchema = ResponseBodyChecksConclusion$outboundSchema;
7826
+ export namespace GetDeploymentGitSourceDeployments13$ {
7827
+ /** @deprecated use `GetDeploymentGitSourceDeployments13$inboundSchema` instead. */
7828
+ export const inboundSchema =
7829
+ GetDeploymentGitSourceDeployments13$inboundSchema;
7830
+ /** @deprecated use `GetDeploymentGitSourceDeployments13$outboundSchema` instead. */
7831
+ export const outboundSchema =
7832
+ GetDeploymentGitSourceDeployments13$outboundSchema;
7833
+ /** @deprecated use `GetDeploymentGitSourceDeployments13$Outbound` instead. */
7834
+ export type Outbound = GetDeploymentGitSourceDeployments13$Outbound;
7835
+ }
7836
+
7837
+ export function getDeploymentGitSourceDeployments13ToJSON(
7838
+ getDeploymentGitSourceDeployments13: GetDeploymentGitSourceDeployments13,
7839
+ ): string {
7840
+ return JSON.stringify(
7841
+ GetDeploymentGitSourceDeployments13$outboundSchema.parse(
7842
+ getDeploymentGitSourceDeployments13,
7843
+ ),
7844
+ );
7845
+ }
7846
+
7847
+ export function getDeploymentGitSourceDeployments13FromJSON(
7848
+ jsonString: string,
7849
+ ): SafeParseResult<GetDeploymentGitSourceDeployments13, SDKValidationError> {
7850
+ return safeParse(
7851
+ jsonString,
7852
+ (x) =>
7853
+ GetDeploymentGitSourceDeployments13$inboundSchema.parse(JSON.parse(x)),
7854
+ `Failed to parse 'GetDeploymentGitSourceDeployments13' from JSON`,
7855
+ );
6955
7856
  }
6956
7857
 
6957
7858
  /** @internal */
@@ -6990,23 +7891,23 @@ export const GetDeploymentGitSourceDeployments12$inboundSchema: z.ZodType<
6990
7891
  > = z.object({
6991
7892
  type:
6992
7893
  GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody112Type$inboundSchema,
7894
+ host: z.string(),
6993
7895
  ref: z.string(),
6994
7896
  sha: z.string(),
6995
- owner: z.string().optional(),
6996
- slug: z.string().optional(),
6997
- workspaceUuid: z.string(),
6998
- repoUuid: z.string(),
7897
+ repoId: z.number(),
7898
+ org: z.string().optional(),
7899
+ repo: z.string().optional(),
6999
7900
  });
7000
7901
 
7001
7902
  /** @internal */
7002
7903
  export type GetDeploymentGitSourceDeployments12$Outbound = {
7003
7904
  type: string;
7905
+ host: string;
7004
7906
  ref: string;
7005
7907
  sha: string;
7006
- owner?: string | undefined;
7007
- slug?: string | undefined;
7008
- workspaceUuid: string;
7009
- repoUuid: string;
7908
+ repoId: number;
7909
+ org?: string | undefined;
7910
+ repo?: string | undefined;
7010
7911
  };
7011
7912
 
7012
7913
  /** @internal */
@@ -7017,12 +7918,12 @@ export const GetDeploymentGitSourceDeployments12$outboundSchema: z.ZodType<
7017
7918
  > = z.object({
7018
7919
  type:
7019
7920
  GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody112Type$outboundSchema,
7921
+ host: z.string(),
7020
7922
  ref: z.string(),
7021
7923
  sha: z.string(),
7022
- owner: z.string().optional(),
7023
- slug: z.string().optional(),
7024
- workspaceUuid: z.string(),
7025
- repoUuid: z.string(),
7924
+ repoId: z.number(),
7925
+ org: z.string().optional(),
7926
+ repo: z.string().optional(),
7026
7927
  });
7027
7928
 
7028
7929
  /**
@@ -7099,7 +8000,9 @@ export const GetDeploymentGitSourceDeployments11$inboundSchema: z.ZodType<
7099
8000
  GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody111Type$inboundSchema,
7100
8001
  ref: z.string(),
7101
8002
  sha: z.string(),
7102
- projectId: z.number(),
8003
+ repoId: z.number(),
8004
+ org: z.string().optional(),
8005
+ repo: z.string().optional(),
7103
8006
  });
7104
8007
 
7105
8008
  /** @internal */
@@ -7107,7 +8010,9 @@ export type GetDeploymentGitSourceDeployments11$Outbound = {
7107
8010
  type: string;
7108
8011
  ref: string;
7109
8012
  sha: string;
7110
- projectId: number;
8013
+ repoId: number;
8014
+ org?: string | undefined;
8015
+ repo?: string | undefined;
7111
8016
  };
7112
8017
 
7113
8018
  /** @internal */
@@ -7120,7 +8025,9 @@ export const GetDeploymentGitSourceDeployments11$outboundSchema: z.ZodType<
7120
8025
  GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody111Type$outboundSchema,
7121
8026
  ref: z.string(),
7122
8027
  sha: z.string(),
7123
- projectId: z.number(),
8028
+ repoId: z.number(),
8029
+ org: z.string().optional(),
8030
+ repo: z.string().optional(),
7124
8031
  });
7125
8032
 
7126
8033
  /**
@@ -7195,23 +8102,17 @@ export const GetDeploymentGitSourceDeployments10$inboundSchema: z.ZodType<
7195
8102
  > = z.object({
7196
8103
  type:
7197
8104
  GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody110Type$inboundSchema,
7198
- host: z.string(),
7199
8105
  ref: z.string(),
7200
8106
  sha: z.string(),
7201
- repoId: z.number(),
7202
- org: z.string().optional(),
7203
- repo: z.string().optional(),
8107
+ gitUrl: z.string(),
7204
8108
  });
7205
8109
 
7206
8110
  /** @internal */
7207
8111
  export type GetDeploymentGitSourceDeployments10$Outbound = {
7208
8112
  type: string;
7209
- host: string;
7210
8113
  ref: string;
7211
8114
  sha: string;
7212
- repoId: number;
7213
- org?: string | undefined;
7214
- repo?: string | undefined;
8115
+ gitUrl: string;
7215
8116
  };
7216
8117
 
7217
8118
  /** @internal */
@@ -7222,12 +8123,9 @@ export const GetDeploymentGitSourceDeployments10$outboundSchema: z.ZodType<
7222
8123
  > = z.object({
7223
8124
  type:
7224
8125
  GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody110Type$outboundSchema,
7225
- host: z.string(),
7226
8126
  ref: z.string(),
7227
8127
  sha: z.string(),
7228
- repoId: z.number(),
7229
- org: z.string().optional(),
7230
- repo: z.string().optional(),
8128
+ gitUrl: z.string(),
7231
8129
  });
7232
8130
 
7233
8131
  /**
@@ -7302,21 +8200,21 @@ export const GetDeploymentGitSourceDeployments9$inboundSchema: z.ZodType<
7302
8200
  > = z.object({
7303
8201
  type:
7304
8202
  GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody19Type$inboundSchema,
7305
- ref: z.string(),
7306
- sha: z.string(),
7307
- repoId: z.number(),
7308
- org: z.string().optional(),
7309
- repo: z.string().optional(),
8203
+ owner: z.string(),
8204
+ slug: z.string(),
8205
+ ref: z.nullable(z.string()).optional(),
8206
+ sha: z.string().optional(),
8207
+ prId: z.nullable(z.number()).optional(),
7310
8208
  });
7311
8209
 
7312
8210
  /** @internal */
7313
8211
  export type GetDeploymentGitSourceDeployments9$Outbound = {
7314
8212
  type: string;
7315
- ref: string;
7316
- sha: string;
7317
- repoId: number;
7318
- org?: string | undefined;
7319
- repo?: string | undefined;
8213
+ owner: string;
8214
+ slug: string;
8215
+ ref?: string | null | undefined;
8216
+ sha?: string | undefined;
8217
+ prId?: number | null | undefined;
7320
8218
  };
7321
8219
 
7322
8220
  /** @internal */
@@ -7327,11 +8225,11 @@ export const GetDeploymentGitSourceDeployments9$outboundSchema: z.ZodType<
7327
8225
  > = z.object({
7328
8226
  type:
7329
8227
  GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody19Type$outboundSchema,
7330
- ref: z.string(),
7331
- sha: z.string(),
7332
- repoId: z.number(),
7333
- org: z.string().optional(),
7334
- repo: z.string().optional(),
8228
+ owner: z.string(),
8229
+ slug: z.string(),
8230
+ ref: z.nullable(z.string()).optional(),
8231
+ sha: z.string().optional(),
8232
+ prId: z.nullable(z.number()).optional(),
7335
8233
  });
7336
8234
 
7337
8235
  /**
@@ -7405,17 +8303,21 @@ export const GetDeploymentGitSourceDeployments8$inboundSchema: z.ZodType<
7405
8303
  > = z.object({
7406
8304
  type:
7407
8305
  GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody1Type$inboundSchema,
7408
- ref: z.string(),
7409
- sha: z.string(),
7410
- gitUrl: z.string(),
8306
+ workspaceUuid: z.string().optional(),
8307
+ repoUuid: z.string(),
8308
+ ref: z.nullable(z.string()).optional(),
8309
+ sha: z.string().optional(),
8310
+ prId: z.nullable(z.number()).optional(),
7411
8311
  });
7412
8312
 
7413
8313
  /** @internal */
7414
8314
  export type GetDeploymentGitSourceDeployments8$Outbound = {
7415
8315
  type: string;
7416
- ref: string;
7417
- sha: string;
7418
- gitUrl: string;
8316
+ workspaceUuid?: string | undefined;
8317
+ repoUuid: string;
8318
+ ref?: string | null | undefined;
8319
+ sha?: string | undefined;
8320
+ prId?: number | null | undefined;
7419
8321
  };
7420
8322
 
7421
8323
  /** @internal */
@@ -7426,9 +8328,11 @@ export const GetDeploymentGitSourceDeployments8$outboundSchema: z.ZodType<
7426
8328
  > = z.object({
7427
8329
  type:
7428
8330
  GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody1Type$outboundSchema,
7429
- ref: z.string(),
7430
- sha: z.string(),
7431
- gitUrl: z.string(),
8331
+ workspaceUuid: z.string().optional(),
8332
+ repoUuid: z.string(),
8333
+ ref: z.nullable(z.string()).optional(),
8334
+ sha: z.string().optional(),
8335
+ prId: z.nullable(z.number()).optional(),
7432
8336
  });
7433
8337
 
7434
8338
  /**
@@ -7494,6 +8398,56 @@ export namespace GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResp
7494
8398
  GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType$outboundSchema;
7495
8399
  }
7496
8400
 
8401
+ /** @internal */
8402
+ export const GetDeploymentGitSourceProjectId$inboundSchema: z.ZodType<
8403
+ GetDeploymentGitSourceProjectId,
8404
+ z.ZodTypeDef,
8405
+ unknown
8406
+ > = z.union([z.string(), z.number()]);
8407
+
8408
+ /** @internal */
8409
+ export type GetDeploymentGitSourceProjectId$Outbound = string | number;
8410
+
8411
+ /** @internal */
8412
+ export const GetDeploymentGitSourceProjectId$outboundSchema: z.ZodType<
8413
+ GetDeploymentGitSourceProjectId$Outbound,
8414
+ z.ZodTypeDef,
8415
+ GetDeploymentGitSourceProjectId
8416
+ > = z.union([z.string(), z.number()]);
8417
+
8418
+ /**
8419
+ * @internal
8420
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
8421
+ */
8422
+ export namespace GetDeploymentGitSourceProjectId$ {
8423
+ /** @deprecated use `GetDeploymentGitSourceProjectId$inboundSchema` instead. */
8424
+ export const inboundSchema = GetDeploymentGitSourceProjectId$inboundSchema;
8425
+ /** @deprecated use `GetDeploymentGitSourceProjectId$outboundSchema` instead. */
8426
+ export const outboundSchema = GetDeploymentGitSourceProjectId$outboundSchema;
8427
+ /** @deprecated use `GetDeploymentGitSourceProjectId$Outbound` instead. */
8428
+ export type Outbound = GetDeploymentGitSourceProjectId$Outbound;
8429
+ }
8430
+
8431
+ export function getDeploymentGitSourceProjectIdToJSON(
8432
+ getDeploymentGitSourceProjectId: GetDeploymentGitSourceProjectId,
8433
+ ): string {
8434
+ return JSON.stringify(
8435
+ GetDeploymentGitSourceProjectId$outboundSchema.parse(
8436
+ getDeploymentGitSourceProjectId,
8437
+ ),
8438
+ );
8439
+ }
8440
+
8441
+ export function getDeploymentGitSourceProjectIdFromJSON(
8442
+ jsonString: string,
8443
+ ): SafeParseResult<GetDeploymentGitSourceProjectId, SDKValidationError> {
8444
+ return safeParse(
8445
+ jsonString,
8446
+ (x) => GetDeploymentGitSourceProjectId$inboundSchema.parse(JSON.parse(x)),
8447
+ `Failed to parse 'GetDeploymentGitSourceProjectId' from JSON`,
8448
+ );
8449
+ }
8450
+
7497
8451
  /** @internal */
7498
8452
  export const GetDeploymentGitSourceDeployments7$inboundSchema: z.ZodType<
7499
8453
  GetDeploymentGitSourceDeployments7,
@@ -7502,8 +8456,7 @@ export const GetDeploymentGitSourceDeployments7$inboundSchema: z.ZodType<
7502
8456
  > = z.object({
7503
8457
  type:
7504
8458
  GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType$inboundSchema,
7505
- owner: z.string(),
7506
- slug: z.string(),
8459
+ projectId: z.union([z.string(), z.number()]),
7507
8460
  ref: z.nullable(z.string()).optional(),
7508
8461
  sha: z.string().optional(),
7509
8462
  prId: z.nullable(z.number()).optional(),
@@ -7512,8 +8465,7 @@ export const GetDeploymentGitSourceDeployments7$inboundSchema: z.ZodType<
7512
8465
  /** @internal */
7513
8466
  export type GetDeploymentGitSourceDeployments7$Outbound = {
7514
8467
  type: string;
7515
- owner: string;
7516
- slug: string;
8468
+ projectId: string | number;
7517
8469
  ref?: string | null | undefined;
7518
8470
  sha?: string | undefined;
7519
8471
  prId?: number | null | undefined;
@@ -7527,8 +8479,7 @@ export const GetDeploymentGitSourceDeployments7$outboundSchema: z.ZodType<
7527
8479
  > = z.object({
7528
8480
  type:
7529
8481
  GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType$outboundSchema,
7530
- owner: z.string(),
7531
- slug: z.string(),
8482
+ projectId: z.union([z.string(), z.number()]),
7532
8483
  ref: z.nullable(z.string()).optional(),
7533
8484
  sha: z.string().optional(),
7534
8485
  prId: z.nullable(z.number()).optional(),
@@ -7605,8 +8556,8 @@ export const GetDeploymentGitSourceDeployments6$inboundSchema: z.ZodType<
7605
8556
  > = z.object({
7606
8557
  type:
7607
8558
  GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONType$inboundSchema,
7608
- workspaceUuid: z.string().optional(),
7609
- repoUuid: z.string(),
8559
+ org: z.string(),
8560
+ repo: z.string(),
7610
8561
  ref: z.nullable(z.string()).optional(),
7611
8562
  sha: z.string().optional(),
7612
8563
  prId: z.nullable(z.number()).optional(),
@@ -7615,8 +8566,8 @@ export const GetDeploymentGitSourceDeployments6$inboundSchema: z.ZodType<
7615
8566
  /** @internal */
7616
8567
  export type GetDeploymentGitSourceDeployments6$Outbound = {
7617
8568
  type: string;
7618
- workspaceUuid?: string | undefined;
7619
- repoUuid: string;
8569
+ org: string;
8570
+ repo: string;
7620
8571
  ref?: string | null | undefined;
7621
8572
  sha?: string | undefined;
7622
8573
  prId?: number | null | undefined;
@@ -7630,8 +8581,8 @@ export const GetDeploymentGitSourceDeployments6$outboundSchema: z.ZodType<
7630
8581
  > = z.object({
7631
8582
  type:
7632
8583
  GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONType$outboundSchema,
7633
- workspaceUuid: z.string().optional(),
7634
- repoUuid: z.string(),
8584
+ org: z.string(),
8585
+ repo: z.string(),
7635
8586
  ref: z.nullable(z.string()).optional(),
7636
8587
  sha: z.string().optional(),
7637
8588
  prId: z.nullable(z.number()).optional(),
@@ -7696,52 +8647,52 @@ export namespace GetDeploymentGitSourceDeploymentsResponse200Type$ {
7696
8647
  }
7697
8648
 
7698
8649
  /** @internal */
7699
- export const GetDeploymentGitSourceProjectId$inboundSchema: z.ZodType<
7700
- GetDeploymentGitSourceProjectId,
8650
+ export const GetDeploymentGitSourceRepoId$inboundSchema: z.ZodType<
8651
+ GetDeploymentGitSourceRepoId,
7701
8652
  z.ZodTypeDef,
7702
8653
  unknown
7703
8654
  > = z.union([z.string(), z.number()]);
7704
8655
 
7705
8656
  /** @internal */
7706
- export type GetDeploymentGitSourceProjectId$Outbound = string | number;
8657
+ export type GetDeploymentGitSourceRepoId$Outbound = string | number;
7707
8658
 
7708
8659
  /** @internal */
7709
- export const GetDeploymentGitSourceProjectId$outboundSchema: z.ZodType<
7710
- GetDeploymentGitSourceProjectId$Outbound,
8660
+ export const GetDeploymentGitSourceRepoId$outboundSchema: z.ZodType<
8661
+ GetDeploymentGitSourceRepoId$Outbound,
7711
8662
  z.ZodTypeDef,
7712
- GetDeploymentGitSourceProjectId
8663
+ GetDeploymentGitSourceRepoId
7713
8664
  > = z.union([z.string(), z.number()]);
7714
8665
 
7715
8666
  /**
7716
8667
  * @internal
7717
8668
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7718
8669
  */
7719
- export namespace GetDeploymentGitSourceProjectId$ {
7720
- /** @deprecated use `GetDeploymentGitSourceProjectId$inboundSchema` instead. */
7721
- export const inboundSchema = GetDeploymentGitSourceProjectId$inboundSchema;
7722
- /** @deprecated use `GetDeploymentGitSourceProjectId$outboundSchema` instead. */
7723
- export const outboundSchema = GetDeploymentGitSourceProjectId$outboundSchema;
7724
- /** @deprecated use `GetDeploymentGitSourceProjectId$Outbound` instead. */
7725
- export type Outbound = GetDeploymentGitSourceProjectId$Outbound;
8670
+ export namespace GetDeploymentGitSourceRepoId$ {
8671
+ /** @deprecated use `GetDeploymentGitSourceRepoId$inboundSchema` instead. */
8672
+ export const inboundSchema = GetDeploymentGitSourceRepoId$inboundSchema;
8673
+ /** @deprecated use `GetDeploymentGitSourceRepoId$outboundSchema` instead. */
8674
+ export const outboundSchema = GetDeploymentGitSourceRepoId$outboundSchema;
8675
+ /** @deprecated use `GetDeploymentGitSourceRepoId$Outbound` instead. */
8676
+ export type Outbound = GetDeploymentGitSourceRepoId$Outbound;
7726
8677
  }
7727
8678
 
7728
- export function getDeploymentGitSourceProjectIdToJSON(
7729
- getDeploymentGitSourceProjectId: GetDeploymentGitSourceProjectId,
8679
+ export function getDeploymentGitSourceRepoIdToJSON(
8680
+ getDeploymentGitSourceRepoId: GetDeploymentGitSourceRepoId,
7730
8681
  ): string {
7731
8682
  return JSON.stringify(
7732
- GetDeploymentGitSourceProjectId$outboundSchema.parse(
7733
- getDeploymentGitSourceProjectId,
8683
+ GetDeploymentGitSourceRepoId$outboundSchema.parse(
8684
+ getDeploymentGitSourceRepoId,
7734
8685
  ),
7735
8686
  );
7736
8687
  }
7737
8688
 
7738
- export function getDeploymentGitSourceProjectIdFromJSON(
8689
+ export function getDeploymentGitSourceRepoIdFromJSON(
7739
8690
  jsonString: string,
7740
- ): SafeParseResult<GetDeploymentGitSourceProjectId, SDKValidationError> {
8691
+ ): SafeParseResult<GetDeploymentGitSourceRepoId, SDKValidationError> {
7741
8692
  return safeParse(
7742
8693
  jsonString,
7743
- (x) => GetDeploymentGitSourceProjectId$inboundSchema.parse(JSON.parse(x)),
7744
- `Failed to parse 'GetDeploymentGitSourceProjectId' from JSON`,
8694
+ (x) => GetDeploymentGitSourceRepoId$inboundSchema.parse(JSON.parse(x)),
8695
+ `Failed to parse 'GetDeploymentGitSourceRepoId' from JSON`,
7745
8696
  );
7746
8697
  }
7747
8698
 
@@ -7752,7 +8703,7 @@ export const GetDeploymentGitSourceDeployments5$inboundSchema: z.ZodType<
7752
8703
  unknown
7753
8704
  > = z.object({
7754
8705
  type: GetDeploymentGitSourceDeploymentsResponse200Type$inboundSchema,
7755
- projectId: z.union([z.string(), z.number()]),
8706
+ repoId: z.union([z.string(), z.number()]),
7756
8707
  ref: z.nullable(z.string()).optional(),
7757
8708
  sha: z.string().optional(),
7758
8709
  prId: z.nullable(z.number()).optional(),
@@ -7761,7 +8712,7 @@ export const GetDeploymentGitSourceDeployments5$inboundSchema: z.ZodType<
7761
8712
  /** @internal */
7762
8713
  export type GetDeploymentGitSourceDeployments5$Outbound = {
7763
8714
  type: string;
7764
- projectId: string | number;
8715
+ repoId: string | number;
7765
8716
  ref?: string | null | undefined;
7766
8717
  sha?: string | undefined;
7767
8718
  prId?: number | null | undefined;
@@ -7774,7 +8725,7 @@ export const GetDeploymentGitSourceDeployments5$outboundSchema: z.ZodType<
7774
8725
  GetDeploymentGitSourceDeployments5
7775
8726
  > = z.object({
7776
8727
  type: GetDeploymentGitSourceDeploymentsResponse200Type$outboundSchema,
7777
- projectId: z.union([z.string(), z.number()]),
8728
+ repoId: z.union([z.string(), z.number()]),
7778
8729
  ref: z.nullable(z.string()).optional(),
7779
8730
  sha: z.string().optional(),
7780
8731
  prId: z.nullable(z.number()).optional(),
@@ -7939,66 +8890,66 @@ export namespace GetDeploymentGitSourceDeploymentsType$ {
7939
8890
  }
7940
8891
 
7941
8892
  /** @internal */
7942
- export const GetDeploymentGitSourceDeploymentsResponse200RepoId$inboundSchema:
8893
+ export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoId$inboundSchema:
7943
8894
  z.ZodType<
7944
- GetDeploymentGitSourceDeploymentsResponse200RepoId,
8895
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoId,
7945
8896
  z.ZodTypeDef,
7946
8897
  unknown
7947
8898
  > = z.union([z.string(), z.number()]);
7948
8899
 
7949
8900
  /** @internal */
7950
- export type GetDeploymentGitSourceDeploymentsResponse200RepoId$Outbound =
8901
+ export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoId$Outbound =
7951
8902
  | string
7952
8903
  | number;
7953
8904
 
7954
8905
  /** @internal */
7955
- export const GetDeploymentGitSourceDeploymentsResponse200RepoId$outboundSchema:
8906
+ export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoId$outboundSchema:
7956
8907
  z.ZodType<
7957
- GetDeploymentGitSourceDeploymentsResponse200RepoId$Outbound,
8908
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoId$Outbound,
7958
8909
  z.ZodTypeDef,
7959
- GetDeploymentGitSourceDeploymentsResponse200RepoId
8910
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoId
7960
8911
  > = z.union([z.string(), z.number()]);
7961
8912
 
7962
8913
  /**
7963
8914
  * @internal
7964
8915
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7965
8916
  */
7966
- export namespace GetDeploymentGitSourceDeploymentsResponse200RepoId$ {
7967
- /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200RepoId$inboundSchema` instead. */
8917
+ export namespace GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoId$ {
8918
+ /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoId$inboundSchema` instead. */
7968
8919
  export const inboundSchema =
7969
- GetDeploymentGitSourceDeploymentsResponse200RepoId$inboundSchema;
7970
- /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200RepoId$outboundSchema` instead. */
8920
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoId$inboundSchema;
8921
+ /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoId$outboundSchema` instead. */
7971
8922
  export const outboundSchema =
7972
- GetDeploymentGitSourceDeploymentsResponse200RepoId$outboundSchema;
7973
- /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200RepoId$Outbound` instead. */
8923
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoId$outboundSchema;
8924
+ /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoId$Outbound` instead. */
7974
8925
  export type Outbound =
7975
- GetDeploymentGitSourceDeploymentsResponse200RepoId$Outbound;
8926
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoId$Outbound;
7976
8927
  }
7977
8928
 
7978
- export function getDeploymentGitSourceDeploymentsResponse200RepoIdToJSON(
7979
- getDeploymentGitSourceDeploymentsResponse200RepoId:
7980
- GetDeploymentGitSourceDeploymentsResponse200RepoId,
8929
+ export function getDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoIdToJSON(
8930
+ getDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoId:
8931
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoId,
7981
8932
  ): string {
7982
8933
  return JSON.stringify(
7983
- GetDeploymentGitSourceDeploymentsResponse200RepoId$outboundSchema.parse(
7984
- getDeploymentGitSourceDeploymentsResponse200RepoId,
7985
- ),
8934
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoId$outboundSchema
8935
+ .parse(
8936
+ getDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoId,
8937
+ ),
7986
8938
  );
7987
8939
  }
7988
8940
 
7989
- export function getDeploymentGitSourceDeploymentsResponse200RepoIdFromJSON(
8941
+ export function getDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoIdFromJSON(
7990
8942
  jsonString: string,
7991
8943
  ): SafeParseResult<
7992
- GetDeploymentGitSourceDeploymentsResponse200RepoId,
8944
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoId,
7993
8945
  SDKValidationError
7994
8946
  > {
7995
8947
  return safeParse(
7996
8948
  jsonString,
7997
8949
  (x) =>
7998
- GetDeploymentGitSourceDeploymentsResponse200RepoId$inboundSchema.parse(
7999
- JSON.parse(x),
8000
- ),
8001
- `Failed to parse 'GetDeploymentGitSourceDeploymentsResponse200RepoId' from JSON`,
8950
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoId$inboundSchema
8951
+ .parse(JSON.parse(x)),
8952
+ `Failed to parse 'GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoId' from JSON`,
8002
8953
  );
8003
8954
  }
8004
8955
 
@@ -8198,66 +9149,64 @@ export namespace GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResp
8198
9149
  }
8199
9150
 
8200
9151
  /** @internal */
8201
- export const GetDeploymentGitSourceDeploymentsResponseRepoId$inboundSchema:
9152
+ export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoId$inboundSchema:
8202
9153
  z.ZodType<
8203
- GetDeploymentGitSourceDeploymentsResponseRepoId,
9154
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoId,
8204
9155
  z.ZodTypeDef,
8205
9156
  unknown
8206
9157
  > = z.union([z.string(), z.number()]);
8207
9158
 
8208
9159
  /** @internal */
8209
- export type GetDeploymentGitSourceDeploymentsResponseRepoId$Outbound =
9160
+ export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoId$Outbound =
8210
9161
  | string
8211
9162
  | number;
8212
9163
 
8213
9164
  /** @internal */
8214
- export const GetDeploymentGitSourceDeploymentsResponseRepoId$outboundSchema:
9165
+ export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoId$outboundSchema:
8215
9166
  z.ZodType<
8216
- GetDeploymentGitSourceDeploymentsResponseRepoId$Outbound,
9167
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoId$Outbound,
8217
9168
  z.ZodTypeDef,
8218
- GetDeploymentGitSourceDeploymentsResponseRepoId
9169
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoId
8219
9170
  > = z.union([z.string(), z.number()]);
8220
9171
 
8221
9172
  /**
8222
9173
  * @internal
8223
9174
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
8224
9175
  */
8225
- export namespace GetDeploymentGitSourceDeploymentsResponseRepoId$ {
8226
- /** @deprecated use `GetDeploymentGitSourceDeploymentsResponseRepoId$inboundSchema` instead. */
9176
+ export namespace GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoId$ {
9177
+ /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoId$inboundSchema` instead. */
8227
9178
  export const inboundSchema =
8228
- GetDeploymentGitSourceDeploymentsResponseRepoId$inboundSchema;
8229
- /** @deprecated use `GetDeploymentGitSourceDeploymentsResponseRepoId$outboundSchema` instead. */
9179
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoId$inboundSchema;
9180
+ /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoId$outboundSchema` instead. */
8230
9181
  export const outboundSchema =
8231
- GetDeploymentGitSourceDeploymentsResponseRepoId$outboundSchema;
8232
- /** @deprecated use `GetDeploymentGitSourceDeploymentsResponseRepoId$Outbound` instead. */
9182
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoId$outboundSchema;
9183
+ /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoId$Outbound` instead. */
8233
9184
  export type Outbound =
8234
- GetDeploymentGitSourceDeploymentsResponseRepoId$Outbound;
9185
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoId$Outbound;
8235
9186
  }
8236
9187
 
8237
- export function getDeploymentGitSourceDeploymentsResponseRepoIdToJSON(
8238
- getDeploymentGitSourceDeploymentsResponseRepoId:
8239
- GetDeploymentGitSourceDeploymentsResponseRepoId,
9188
+ export function getDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoIdToJSON(
9189
+ getDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoId:
9190
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoId,
8240
9191
  ): string {
8241
9192
  return JSON.stringify(
8242
- GetDeploymentGitSourceDeploymentsResponseRepoId$outboundSchema.parse(
8243
- getDeploymentGitSourceDeploymentsResponseRepoId,
8244
- ),
9193
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoId$outboundSchema
9194
+ .parse(getDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoId),
8245
9195
  );
8246
9196
  }
8247
9197
 
8248
- export function getDeploymentGitSourceDeploymentsResponseRepoIdFromJSON(
9198
+ export function getDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoIdFromJSON(
8249
9199
  jsonString: string,
8250
9200
  ): SafeParseResult<
8251
- GetDeploymentGitSourceDeploymentsResponseRepoId,
9201
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoId,
8252
9202
  SDKValidationError
8253
9203
  > {
8254
9204
  return safeParse(
8255
9205
  jsonString,
8256
9206
  (x) =>
8257
- GetDeploymentGitSourceDeploymentsResponseRepoId$inboundSchema.parse(
8258
- JSON.parse(x),
8259
- ),
8260
- `Failed to parse 'GetDeploymentGitSourceDeploymentsResponseRepoId' from JSON`,
9207
+ GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoId$inboundSchema
9208
+ .parse(JSON.parse(x)),
9209
+ `Failed to parse 'GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoId' from JSON`,
8261
9210
  );
8262
9211
  }
8263
9212
 
@@ -8339,34 +9288,40 @@ export const GetDeploymentResponseBodyGitSource$inboundSchema: z.ZodType<
8339
9288
  z.ZodTypeDef,
8340
9289
  unknown
8341
9290
  > = z.union([
8342
- z.lazy(() => GetDeploymentGitSourceDeployments10$inboundSchema),
8343
9291
  z.lazy(() => GetDeploymentGitSourceDeployments12$inboundSchema),
9292
+ z.lazy(() => GetDeploymentGitSourceDeployments15$inboundSchema),
8344
9293
  z.lazy(() => GetDeploymentGitSourceDeployments4$inboundSchema),
8345
- z.lazy(() => GetDeploymentGitSourceDeployments8$inboundSchema),
8346
- z.lazy(() => GetDeploymentGitSourceDeployments9$inboundSchema),
9294
+ z.lazy(() => GetDeploymentGitSourceDeployments10$inboundSchema),
8347
9295
  z.lazy(() => GetDeploymentGitSourceDeployments11$inboundSchema),
9296
+ z.lazy(() => GetDeploymentGitSourceDeployments13$inboundSchema),
9297
+ z.lazy(() => GetDeploymentGitSourceDeployments14$inboundSchema),
8348
9298
  z.lazy(() => GetDeploymentGitSourceDeployments2$inboundSchema),
8349
9299
  z.lazy(() => GetDeploymentGitSourceDeployments3$inboundSchema),
8350
- z.lazy(() => GetDeploymentGitSourceDeployments7$inboundSchema),
9300
+ z.lazy(() => GetDeploymentGitSourceDeployments6$inboundSchema),
9301
+ z.lazy(() => GetDeploymentGitSourceDeployments9$inboundSchema),
8351
9302
  z.lazy(() => GetDeploymentGitSourceDeployments1$inboundSchema),
8352
9303
  z.lazy(() => GetDeploymentGitSourceDeployments5$inboundSchema),
8353
- z.lazy(() => GetDeploymentGitSourceDeployments6$inboundSchema),
9304
+ z.lazy(() => GetDeploymentGitSourceDeployments7$inboundSchema),
9305
+ z.lazy(() => GetDeploymentGitSourceDeployments8$inboundSchema),
8354
9306
  ]);
8355
9307
 
8356
9308
  /** @internal */
8357
9309
  export type GetDeploymentResponseBodyGitSource$Outbound =
8358
- | GetDeploymentGitSourceDeployments10$Outbound
8359
9310
  | GetDeploymentGitSourceDeployments12$Outbound
9311
+ | GetDeploymentGitSourceDeployments15$Outbound
8360
9312
  | GetDeploymentGitSourceDeployments4$Outbound
8361
- | GetDeploymentGitSourceDeployments8$Outbound
8362
- | GetDeploymentGitSourceDeployments9$Outbound
9313
+ | GetDeploymentGitSourceDeployments10$Outbound
8363
9314
  | GetDeploymentGitSourceDeployments11$Outbound
9315
+ | GetDeploymentGitSourceDeployments13$Outbound
9316
+ | GetDeploymentGitSourceDeployments14$Outbound
8364
9317
  | GetDeploymentGitSourceDeployments2$Outbound
8365
9318
  | GetDeploymentGitSourceDeployments3$Outbound
8366
- | GetDeploymentGitSourceDeployments7$Outbound
9319
+ | GetDeploymentGitSourceDeployments6$Outbound
9320
+ | GetDeploymentGitSourceDeployments9$Outbound
8367
9321
  | GetDeploymentGitSourceDeployments1$Outbound
8368
9322
  | GetDeploymentGitSourceDeployments5$Outbound
8369
- | GetDeploymentGitSourceDeployments6$Outbound;
9323
+ | GetDeploymentGitSourceDeployments7$Outbound
9324
+ | GetDeploymentGitSourceDeployments8$Outbound;
8370
9325
 
8371
9326
  /** @internal */
8372
9327
  export const GetDeploymentResponseBodyGitSource$outboundSchema: z.ZodType<
@@ -8374,18 +9329,21 @@ export const GetDeploymentResponseBodyGitSource$outboundSchema: z.ZodType<
8374
9329
  z.ZodTypeDef,
8375
9330
  GetDeploymentResponseBodyGitSource
8376
9331
  > = z.union([
8377
- z.lazy(() => GetDeploymentGitSourceDeployments10$outboundSchema),
8378
9332
  z.lazy(() => GetDeploymentGitSourceDeployments12$outboundSchema),
9333
+ z.lazy(() => GetDeploymentGitSourceDeployments15$outboundSchema),
8379
9334
  z.lazy(() => GetDeploymentGitSourceDeployments4$outboundSchema),
8380
- z.lazy(() => GetDeploymentGitSourceDeployments8$outboundSchema),
8381
- z.lazy(() => GetDeploymentGitSourceDeployments9$outboundSchema),
9335
+ z.lazy(() => GetDeploymentGitSourceDeployments10$outboundSchema),
8382
9336
  z.lazy(() => GetDeploymentGitSourceDeployments11$outboundSchema),
9337
+ z.lazy(() => GetDeploymentGitSourceDeployments13$outboundSchema),
9338
+ z.lazy(() => GetDeploymentGitSourceDeployments14$outboundSchema),
8383
9339
  z.lazy(() => GetDeploymentGitSourceDeployments2$outboundSchema),
8384
9340
  z.lazy(() => GetDeploymentGitSourceDeployments3$outboundSchema),
8385
- z.lazy(() => GetDeploymentGitSourceDeployments7$outboundSchema),
9341
+ z.lazy(() => GetDeploymentGitSourceDeployments6$outboundSchema),
9342
+ z.lazy(() => GetDeploymentGitSourceDeployments9$outboundSchema),
8386
9343
  z.lazy(() => GetDeploymentGitSourceDeployments1$outboundSchema),
8387
9344
  z.lazy(() => GetDeploymentGitSourceDeployments5$outboundSchema),
8388
- z.lazy(() => GetDeploymentGitSourceDeployments6$outboundSchema),
9345
+ z.lazy(() => GetDeploymentGitSourceDeployments7$outboundSchema),
9346
+ z.lazy(() => GetDeploymentGitSourceDeployments8$outboundSchema),
8389
9347
  ]);
8390
9348
 
8391
9349
  /**
@@ -8423,6 +9381,27 @@ export function getDeploymentResponseBodyGitSourceFromJSON(
8423
9381
  );
8424
9382
  }
8425
9383
 
9384
+ /** @internal */
9385
+ export const ResponseBodyNodeVersion$inboundSchema: z.ZodNativeEnum<
9386
+ typeof ResponseBodyNodeVersion
9387
+ > = z.nativeEnum(ResponseBodyNodeVersion);
9388
+
9389
+ /** @internal */
9390
+ export const ResponseBodyNodeVersion$outboundSchema: z.ZodNativeEnum<
9391
+ typeof ResponseBodyNodeVersion
9392
+ > = ResponseBodyNodeVersion$inboundSchema;
9393
+
9394
+ /**
9395
+ * @internal
9396
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
9397
+ */
9398
+ export namespace ResponseBodyNodeVersion$ {
9399
+ /** @deprecated use `ResponseBodyNodeVersion$inboundSchema` instead. */
9400
+ export const inboundSchema = ResponseBodyNodeVersion$inboundSchema;
9401
+ /** @deprecated use `ResponseBodyNodeVersion$outboundSchema` instead. */
9402
+ export const outboundSchema = ResponseBodyNodeVersion$outboundSchema;
9403
+ }
9404
+
8426
9405
  /** @internal */
8427
9406
  export const ResponseBodyProject$inboundSchema: z.ZodType<
8428
9407
  ResponseBodyProject,
@@ -9133,8 +10112,8 @@ export function getDeploymentValueDeploymentsResponse200EqFromJSON(
9133
10112
  }
9134
10113
 
9135
10114
  /** @internal */
9136
- export const GetDeploymentValueDeployments2$inboundSchema: z.ZodType<
9137
- GetDeploymentValueDeployments2,
10115
+ export const GetDeploymentValue2$inboundSchema: z.ZodType<
10116
+ GetDeploymentValue2,
9138
10117
  z.ZodTypeDef,
9139
10118
  unknown
9140
10119
  > = z.object({
@@ -9152,7 +10131,7 @@ export const GetDeploymentValueDeployments2$inboundSchema: z.ZodType<
9152
10131
  });
9153
10132
 
9154
10133
  /** @internal */
9155
- export type GetDeploymentValueDeployments2$Outbound = {
10134
+ export type GetDeploymentValue2$Outbound = {
9156
10135
  eq?: string | number | undefined;
9157
10136
  neq?: string | undefined;
9158
10137
  inc?: Array<string> | undefined;
@@ -9167,10 +10146,10 @@ export type GetDeploymentValueDeployments2$Outbound = {
9167
10146
  };
9168
10147
 
9169
10148
  /** @internal */
9170
- export const GetDeploymentValueDeployments2$outboundSchema: z.ZodType<
9171
- GetDeploymentValueDeployments2$Outbound,
10149
+ export const GetDeploymentValue2$outboundSchema: z.ZodType<
10150
+ GetDeploymentValue2$Outbound,
9172
10151
  z.ZodTypeDef,
9173
- GetDeploymentValueDeployments2
10152
+ GetDeploymentValue2
9174
10153
  > = z.object({
9175
10154
  eq: z.union([z.string(), z.number()]).optional(),
9176
10155
  neq: z.string().optional(),
@@ -9189,88 +10168,82 @@ export const GetDeploymentValueDeployments2$outboundSchema: z.ZodType<
9189
10168
  * @internal
9190
10169
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
9191
10170
  */
9192
- export namespace GetDeploymentValueDeployments2$ {
9193
- /** @deprecated use `GetDeploymentValueDeployments2$inboundSchema` instead. */
9194
- export const inboundSchema = GetDeploymentValueDeployments2$inboundSchema;
9195
- /** @deprecated use `GetDeploymentValueDeployments2$outboundSchema` instead. */
9196
- export const outboundSchema = GetDeploymentValueDeployments2$outboundSchema;
9197
- /** @deprecated use `GetDeploymentValueDeployments2$Outbound` instead. */
9198
- export type Outbound = GetDeploymentValueDeployments2$Outbound;
10171
+ export namespace GetDeploymentValue2$ {
10172
+ /** @deprecated use `GetDeploymentValue2$inboundSchema` instead. */
10173
+ export const inboundSchema = GetDeploymentValue2$inboundSchema;
10174
+ /** @deprecated use `GetDeploymentValue2$outboundSchema` instead. */
10175
+ export const outboundSchema = GetDeploymentValue2$outboundSchema;
10176
+ /** @deprecated use `GetDeploymentValue2$Outbound` instead. */
10177
+ export type Outbound = GetDeploymentValue2$Outbound;
9199
10178
  }
9200
10179
 
9201
- export function getDeploymentValueDeployments2ToJSON(
9202
- getDeploymentValueDeployments2: GetDeploymentValueDeployments2,
10180
+ export function getDeploymentValue2ToJSON(
10181
+ getDeploymentValue2: GetDeploymentValue2,
9203
10182
  ): string {
9204
10183
  return JSON.stringify(
9205
- GetDeploymentValueDeployments2$outboundSchema.parse(
9206
- getDeploymentValueDeployments2,
9207
- ),
10184
+ GetDeploymentValue2$outboundSchema.parse(getDeploymentValue2),
9208
10185
  );
9209
10186
  }
9210
10187
 
9211
- export function getDeploymentValueDeployments2FromJSON(
10188
+ export function getDeploymentValue2FromJSON(
9212
10189
  jsonString: string,
9213
- ): SafeParseResult<GetDeploymentValueDeployments2, SDKValidationError> {
10190
+ ): SafeParseResult<GetDeploymentValue2, SDKValidationError> {
9214
10191
  return safeParse(
9215
10192
  jsonString,
9216
- (x) => GetDeploymentValueDeployments2$inboundSchema.parse(JSON.parse(x)),
9217
- `Failed to parse 'GetDeploymentValueDeployments2' from JSON`,
10193
+ (x) => GetDeploymentValue2$inboundSchema.parse(JSON.parse(x)),
10194
+ `Failed to parse 'GetDeploymentValue2' from JSON`,
9218
10195
  );
9219
10196
  }
9220
10197
 
9221
10198
  /** @internal */
9222
- export const GetDeploymentHasValue$inboundSchema: z.ZodType<
9223
- GetDeploymentHasValue,
10199
+ export const GetDeploymentHasDeploymentsValue$inboundSchema: z.ZodType<
10200
+ GetDeploymentHasDeploymentsValue,
9224
10201
  z.ZodTypeDef,
9225
10202
  unknown
9226
- > = z.union([
9227
- z.lazy(() => GetDeploymentValueDeployments2$inboundSchema),
9228
- z.string(),
9229
- ]);
10203
+ > = z.union([z.lazy(() => GetDeploymentValue2$inboundSchema), z.string()]);
9230
10204
 
9231
10205
  /** @internal */
9232
- export type GetDeploymentHasValue$Outbound =
9233
- | GetDeploymentValueDeployments2$Outbound
10206
+ export type GetDeploymentHasDeploymentsValue$Outbound =
10207
+ | GetDeploymentValue2$Outbound
9234
10208
  | string;
9235
10209
 
9236
10210
  /** @internal */
9237
- export const GetDeploymentHasValue$outboundSchema: z.ZodType<
9238
- GetDeploymentHasValue$Outbound,
10211
+ export const GetDeploymentHasDeploymentsValue$outboundSchema: z.ZodType<
10212
+ GetDeploymentHasDeploymentsValue$Outbound,
9239
10213
  z.ZodTypeDef,
9240
- GetDeploymentHasValue
9241
- > = z.union([
9242
- z.lazy(() => GetDeploymentValueDeployments2$outboundSchema),
9243
- z.string(),
9244
- ]);
10214
+ GetDeploymentHasDeploymentsValue
10215
+ > = z.union([z.lazy(() => GetDeploymentValue2$outboundSchema), z.string()]);
9245
10216
 
9246
10217
  /**
9247
10218
  * @internal
9248
10219
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
9249
10220
  */
9250
- export namespace GetDeploymentHasValue$ {
9251
- /** @deprecated use `GetDeploymentHasValue$inboundSchema` instead. */
9252
- export const inboundSchema = GetDeploymentHasValue$inboundSchema;
9253
- /** @deprecated use `GetDeploymentHasValue$outboundSchema` instead. */
9254
- export const outboundSchema = GetDeploymentHasValue$outboundSchema;
9255
- /** @deprecated use `GetDeploymentHasValue$Outbound` instead. */
9256
- export type Outbound = GetDeploymentHasValue$Outbound;
10221
+ export namespace GetDeploymentHasDeploymentsValue$ {
10222
+ /** @deprecated use `GetDeploymentHasDeploymentsValue$inboundSchema` instead. */
10223
+ export const inboundSchema = GetDeploymentHasDeploymentsValue$inboundSchema;
10224
+ /** @deprecated use `GetDeploymentHasDeploymentsValue$outboundSchema` instead. */
10225
+ export const outboundSchema = GetDeploymentHasDeploymentsValue$outboundSchema;
10226
+ /** @deprecated use `GetDeploymentHasDeploymentsValue$Outbound` instead. */
10227
+ export type Outbound = GetDeploymentHasDeploymentsValue$Outbound;
9257
10228
  }
9258
10229
 
9259
- export function getDeploymentHasValueToJSON(
9260
- getDeploymentHasValue: GetDeploymentHasValue,
10230
+ export function getDeploymentHasDeploymentsValueToJSON(
10231
+ getDeploymentHasDeploymentsValue: GetDeploymentHasDeploymentsValue,
9261
10232
  ): string {
9262
10233
  return JSON.stringify(
9263
- GetDeploymentHasValue$outboundSchema.parse(getDeploymentHasValue),
10234
+ GetDeploymentHasDeploymentsValue$outboundSchema.parse(
10235
+ getDeploymentHasDeploymentsValue,
10236
+ ),
9264
10237
  );
9265
10238
  }
9266
10239
 
9267
- export function getDeploymentHasValueFromJSON(
10240
+ export function getDeploymentHasDeploymentsValueFromJSON(
9268
10241
  jsonString: string,
9269
- ): SafeParseResult<GetDeploymentHasValue, SDKValidationError> {
10242
+ ): SafeParseResult<GetDeploymentHasDeploymentsValue, SDKValidationError> {
9270
10243
  return safeParse(
9271
10244
  jsonString,
9272
- (x) => GetDeploymentHasValue$inboundSchema.parse(JSON.parse(x)),
9273
- `Failed to parse 'GetDeploymentHasValue' from JSON`,
10245
+ (x) => GetDeploymentHasDeploymentsValue$inboundSchema.parse(JSON.parse(x)),
10246
+ `Failed to parse 'GetDeploymentHasDeploymentsValue' from JSON`,
9274
10247
  );
9275
10248
  }
9276
10249
 
@@ -9282,17 +10255,15 @@ export const GetDeploymentHas2$inboundSchema: z.ZodType<
9282
10255
  > = z.object({
9283
10256
  type: GetDeploymentHasType$inboundSchema,
9284
10257
  key: z.string(),
9285
- value: z.union([
9286
- z.lazy(() => GetDeploymentValueDeployments2$inboundSchema),
9287
- z.string(),
9288
- ]).optional(),
10258
+ value: z.union([z.lazy(() => GetDeploymentValue2$inboundSchema), z.string()])
10259
+ .optional(),
9289
10260
  });
9290
10261
 
9291
10262
  /** @internal */
9292
10263
  export type GetDeploymentHas2$Outbound = {
9293
10264
  type: string;
9294
10265
  key: string;
9295
- value?: GetDeploymentValueDeployments2$Outbound | string | undefined;
10266
+ value?: GetDeploymentValue2$Outbound | string | undefined;
9296
10267
  };
9297
10268
 
9298
10269
  /** @internal */
@@ -9303,10 +10274,8 @@ export const GetDeploymentHas2$outboundSchema: z.ZodType<
9303
10274
  > = z.object({
9304
10275
  type: GetDeploymentHasType$outboundSchema,
9305
10276
  key: z.string(),
9306
- value: z.union([
9307
- z.lazy(() => GetDeploymentValueDeployments2$outboundSchema),
9308
- z.string(),
9309
- ]).optional(),
10277
+ value: z.union([z.lazy(() => GetDeploymentValue2$outboundSchema), z.string()])
10278
+ .optional(),
9310
10279
  });
9311
10280
 
9312
10281
  /**
@@ -9421,8 +10390,8 @@ export function getDeploymentValueDeploymentsResponseEqFromJSON(
9421
10390
  }
9422
10391
 
9423
10392
  /** @internal */
9424
- export const GetDeploymentValue2$inboundSchema: z.ZodType<
9425
- GetDeploymentValue2,
10393
+ export const GetDeploymentValueDeploymentsResponse2002$inboundSchema: z.ZodType<
10394
+ GetDeploymentValueDeploymentsResponse2002,
9426
10395
  z.ZodTypeDef,
9427
10396
  unknown
9428
10397
  > = z.object({
@@ -9440,7 +10409,7 @@ export const GetDeploymentValue2$inboundSchema: z.ZodType<
9440
10409
  });
9441
10410
 
9442
10411
  /** @internal */
9443
- export type GetDeploymentValue2$Outbound = {
10412
+ export type GetDeploymentValueDeploymentsResponse2002$Outbound = {
9444
10413
  eq?: string | number | undefined;
9445
10414
  neq?: string | undefined;
9446
10415
  inc?: Array<string> | undefined;
@@ -9455,104 +10424,120 @@ export type GetDeploymentValue2$Outbound = {
9455
10424
  };
9456
10425
 
9457
10426
  /** @internal */
9458
- export const GetDeploymentValue2$outboundSchema: z.ZodType<
9459
- GetDeploymentValue2$Outbound,
9460
- z.ZodTypeDef,
9461
- GetDeploymentValue2
9462
- > = z.object({
9463
- eq: z.union([z.string(), z.number()]).optional(),
9464
- neq: z.string().optional(),
9465
- inc: z.array(z.string()).optional(),
9466
- ninc: z.array(z.string()).optional(),
9467
- pre: z.string().optional(),
9468
- suf: z.string().optional(),
9469
- re: z.string().optional(),
9470
- gt: z.number().optional(),
9471
- gte: z.number().optional(),
9472
- lt: z.number().optional(),
9473
- lte: z.number().optional(),
9474
- });
10427
+ export const GetDeploymentValueDeploymentsResponse2002$outboundSchema:
10428
+ z.ZodType<
10429
+ GetDeploymentValueDeploymentsResponse2002$Outbound,
10430
+ z.ZodTypeDef,
10431
+ GetDeploymentValueDeploymentsResponse2002
10432
+ > = z.object({
10433
+ eq: z.union([z.string(), z.number()]).optional(),
10434
+ neq: z.string().optional(),
10435
+ inc: z.array(z.string()).optional(),
10436
+ ninc: z.array(z.string()).optional(),
10437
+ pre: z.string().optional(),
10438
+ suf: z.string().optional(),
10439
+ re: z.string().optional(),
10440
+ gt: z.number().optional(),
10441
+ gte: z.number().optional(),
10442
+ lt: z.number().optional(),
10443
+ lte: z.number().optional(),
10444
+ });
9475
10445
 
9476
10446
  /**
9477
10447
  * @internal
9478
10448
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
9479
10449
  */
9480
- export namespace GetDeploymentValue2$ {
9481
- /** @deprecated use `GetDeploymentValue2$inboundSchema` instead. */
9482
- export const inboundSchema = GetDeploymentValue2$inboundSchema;
9483
- /** @deprecated use `GetDeploymentValue2$outboundSchema` instead. */
9484
- export const outboundSchema = GetDeploymentValue2$outboundSchema;
9485
- /** @deprecated use `GetDeploymentValue2$Outbound` instead. */
9486
- export type Outbound = GetDeploymentValue2$Outbound;
10450
+ export namespace GetDeploymentValueDeploymentsResponse2002$ {
10451
+ /** @deprecated use `GetDeploymentValueDeploymentsResponse2002$inboundSchema` instead. */
10452
+ export const inboundSchema =
10453
+ GetDeploymentValueDeploymentsResponse2002$inboundSchema;
10454
+ /** @deprecated use `GetDeploymentValueDeploymentsResponse2002$outboundSchema` instead. */
10455
+ export const outboundSchema =
10456
+ GetDeploymentValueDeploymentsResponse2002$outboundSchema;
10457
+ /** @deprecated use `GetDeploymentValueDeploymentsResponse2002$Outbound` instead. */
10458
+ export type Outbound = GetDeploymentValueDeploymentsResponse2002$Outbound;
9487
10459
  }
9488
-
9489
- export function getDeploymentValue2ToJSON(
9490
- getDeploymentValue2: GetDeploymentValue2,
10460
+
10461
+ export function getDeploymentValueDeploymentsResponse2002ToJSON(
10462
+ getDeploymentValueDeploymentsResponse2002:
10463
+ GetDeploymentValueDeploymentsResponse2002,
9491
10464
  ): string {
9492
10465
  return JSON.stringify(
9493
- GetDeploymentValue2$outboundSchema.parse(getDeploymentValue2),
10466
+ GetDeploymentValueDeploymentsResponse2002$outboundSchema.parse(
10467
+ getDeploymentValueDeploymentsResponse2002,
10468
+ ),
9494
10469
  );
9495
10470
  }
9496
10471
 
9497
- export function getDeploymentValue2FromJSON(
10472
+ export function getDeploymentValueDeploymentsResponse2002FromJSON(
9498
10473
  jsonString: string,
9499
- ): SafeParseResult<GetDeploymentValue2, SDKValidationError> {
10474
+ ): SafeParseResult<
10475
+ GetDeploymentValueDeploymentsResponse2002,
10476
+ SDKValidationError
10477
+ > {
9500
10478
  return safeParse(
9501
10479
  jsonString,
9502
- (x) => GetDeploymentValue2$inboundSchema.parse(JSON.parse(x)),
9503
- `Failed to parse 'GetDeploymentValue2' from JSON`,
10480
+ (x) =>
10481
+ GetDeploymentValueDeploymentsResponse2002$inboundSchema.parse(
10482
+ JSON.parse(x),
10483
+ ),
10484
+ `Failed to parse 'GetDeploymentValueDeploymentsResponse2002' from JSON`,
9504
10485
  );
9505
10486
  }
9506
10487
 
9507
10488
  /** @internal */
9508
- export const GetDeploymentHasDeploymentsValue$inboundSchema: z.ZodType<
9509
- GetDeploymentHasDeploymentsValue,
10489
+ export const GetDeploymentHasValue$inboundSchema: z.ZodType<
10490
+ GetDeploymentHasValue,
9510
10491
  z.ZodTypeDef,
9511
10492
  unknown
9512
- > = z.union([z.lazy(() => GetDeploymentValue2$inboundSchema), z.string()]);
10493
+ > = z.union([
10494
+ z.lazy(() => GetDeploymentValueDeploymentsResponse2002$inboundSchema),
10495
+ z.string(),
10496
+ ]);
9513
10497
 
9514
10498
  /** @internal */
9515
- export type GetDeploymentHasDeploymentsValue$Outbound =
9516
- | GetDeploymentValue2$Outbound
10499
+ export type GetDeploymentHasValue$Outbound =
10500
+ | GetDeploymentValueDeploymentsResponse2002$Outbound
9517
10501
  | string;
9518
10502
 
9519
10503
  /** @internal */
9520
- export const GetDeploymentHasDeploymentsValue$outboundSchema: z.ZodType<
9521
- GetDeploymentHasDeploymentsValue$Outbound,
10504
+ export const GetDeploymentHasValue$outboundSchema: z.ZodType<
10505
+ GetDeploymentHasValue$Outbound,
9522
10506
  z.ZodTypeDef,
9523
- GetDeploymentHasDeploymentsValue
9524
- > = z.union([z.lazy(() => GetDeploymentValue2$outboundSchema), z.string()]);
10507
+ GetDeploymentHasValue
10508
+ > = z.union([
10509
+ z.lazy(() => GetDeploymentValueDeploymentsResponse2002$outboundSchema),
10510
+ z.string(),
10511
+ ]);
9525
10512
 
9526
10513
  /**
9527
10514
  * @internal
9528
10515
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
9529
10516
  */
9530
- export namespace GetDeploymentHasDeploymentsValue$ {
9531
- /** @deprecated use `GetDeploymentHasDeploymentsValue$inboundSchema` instead. */
9532
- export const inboundSchema = GetDeploymentHasDeploymentsValue$inboundSchema;
9533
- /** @deprecated use `GetDeploymentHasDeploymentsValue$outboundSchema` instead. */
9534
- export const outboundSchema = GetDeploymentHasDeploymentsValue$outboundSchema;
9535
- /** @deprecated use `GetDeploymentHasDeploymentsValue$Outbound` instead. */
9536
- export type Outbound = GetDeploymentHasDeploymentsValue$Outbound;
10517
+ export namespace GetDeploymentHasValue$ {
10518
+ /** @deprecated use `GetDeploymentHasValue$inboundSchema` instead. */
10519
+ export const inboundSchema = GetDeploymentHasValue$inboundSchema;
10520
+ /** @deprecated use `GetDeploymentHasValue$outboundSchema` instead. */
10521
+ export const outboundSchema = GetDeploymentHasValue$outboundSchema;
10522
+ /** @deprecated use `GetDeploymentHasValue$Outbound` instead. */
10523
+ export type Outbound = GetDeploymentHasValue$Outbound;
9537
10524
  }
9538
10525
 
9539
- export function getDeploymentHasDeploymentsValueToJSON(
9540
- getDeploymentHasDeploymentsValue: GetDeploymentHasDeploymentsValue,
10526
+ export function getDeploymentHasValueToJSON(
10527
+ getDeploymentHasValue: GetDeploymentHasValue,
9541
10528
  ): string {
9542
10529
  return JSON.stringify(
9543
- GetDeploymentHasDeploymentsValue$outboundSchema.parse(
9544
- getDeploymentHasDeploymentsValue,
9545
- ),
10530
+ GetDeploymentHasValue$outboundSchema.parse(getDeploymentHasValue),
9546
10531
  );
9547
10532
  }
9548
10533
 
9549
- export function getDeploymentHasDeploymentsValueFromJSON(
10534
+ export function getDeploymentHasValueFromJSON(
9550
10535
  jsonString: string,
9551
- ): SafeParseResult<GetDeploymentHasDeploymentsValue, SDKValidationError> {
10536
+ ): SafeParseResult<GetDeploymentHasValue, SDKValidationError> {
9552
10537
  return safeParse(
9553
10538
  jsonString,
9554
- (x) => GetDeploymentHasDeploymentsValue$inboundSchema.parse(JSON.parse(x)),
9555
- `Failed to parse 'GetDeploymentHasDeploymentsValue' from JSON`,
10539
+ (x) => GetDeploymentHasValue$inboundSchema.parse(JSON.parse(x)),
10540
+ `Failed to parse 'GetDeploymentHasValue' from JSON`,
9556
10541
  );
9557
10542
  }
9558
10543
 
@@ -9563,13 +10548,16 @@ export const GetDeploymentHas1$inboundSchema: z.ZodType<
9563
10548
  unknown
9564
10549
  > = z.object({
9565
10550
  type: GetDeploymentHasDeploymentsType$inboundSchema,
9566
- value: z.union([z.lazy(() => GetDeploymentValue2$inboundSchema), z.string()]),
10551
+ value: z.union([
10552
+ z.lazy(() => GetDeploymentValueDeploymentsResponse2002$inboundSchema),
10553
+ z.string(),
10554
+ ]),
9567
10555
  });
9568
10556
 
9569
10557
  /** @internal */
9570
10558
  export type GetDeploymentHas1$Outbound = {
9571
10559
  type: string;
9572
- value: GetDeploymentValue2$Outbound | string;
10560
+ value: GetDeploymentValueDeploymentsResponse2002$Outbound | string;
9573
10561
  };
9574
10562
 
9575
10563
  /** @internal */
@@ -9580,7 +10568,7 @@ export const GetDeploymentHas1$outboundSchema: z.ZodType<
9580
10568
  > = z.object({
9581
10569
  type: GetDeploymentHasDeploymentsType$outboundSchema,
9582
10570
  value: z.union([
9583
- z.lazy(() => GetDeploymentValue2$outboundSchema),
10571
+ z.lazy(() => GetDeploymentValueDeploymentsResponse2002$outboundSchema),
9584
10572
  z.string(),
9585
10573
  ]),
9586
10574
  });
@@ -9744,8 +10732,8 @@ export function getDeploymentValueDeploymentsEqFromJSON(
9744
10732
  }
9745
10733
 
9746
10734
  /** @internal */
9747
- export const GetDeploymentValueDeploymentsResponse2002$inboundSchema: z.ZodType<
9748
- GetDeploymentValueDeploymentsResponse2002,
10735
+ export const GetDeploymentValueDeploymentsResponse2$inboundSchema: z.ZodType<
10736
+ GetDeploymentValueDeploymentsResponse2,
9749
10737
  z.ZodTypeDef,
9750
10738
  unknown
9751
10739
  > = z.object({
@@ -9763,7 +10751,7 @@ export const GetDeploymentValueDeploymentsResponse2002$inboundSchema: z.ZodType<
9763
10751
  });
9764
10752
 
9765
10753
  /** @internal */
9766
- export type GetDeploymentValueDeploymentsResponse2002$Outbound = {
10754
+ export type GetDeploymentValueDeploymentsResponse2$Outbound = {
9767
10755
  eq?: string | number | undefined;
9768
10756
  neq?: string | undefined;
9769
10757
  inc?: Array<string> | undefined;
@@ -9778,64 +10766,58 @@ export type GetDeploymentValueDeploymentsResponse2002$Outbound = {
9778
10766
  };
9779
10767
 
9780
10768
  /** @internal */
9781
- export const GetDeploymentValueDeploymentsResponse2002$outboundSchema:
9782
- z.ZodType<
9783
- GetDeploymentValueDeploymentsResponse2002$Outbound,
9784
- z.ZodTypeDef,
9785
- GetDeploymentValueDeploymentsResponse2002
9786
- > = z.object({
9787
- eq: z.union([z.string(), z.number()]).optional(),
9788
- neq: z.string().optional(),
9789
- inc: z.array(z.string()).optional(),
9790
- ninc: z.array(z.string()).optional(),
9791
- pre: z.string().optional(),
9792
- suf: z.string().optional(),
9793
- re: z.string().optional(),
9794
- gt: z.number().optional(),
9795
- gte: z.number().optional(),
9796
- lt: z.number().optional(),
9797
- lte: z.number().optional(),
9798
- });
10769
+ export const GetDeploymentValueDeploymentsResponse2$outboundSchema: z.ZodType<
10770
+ GetDeploymentValueDeploymentsResponse2$Outbound,
10771
+ z.ZodTypeDef,
10772
+ GetDeploymentValueDeploymentsResponse2
10773
+ > = z.object({
10774
+ eq: z.union([z.string(), z.number()]).optional(),
10775
+ neq: z.string().optional(),
10776
+ inc: z.array(z.string()).optional(),
10777
+ ninc: z.array(z.string()).optional(),
10778
+ pre: z.string().optional(),
10779
+ suf: z.string().optional(),
10780
+ re: z.string().optional(),
10781
+ gt: z.number().optional(),
10782
+ gte: z.number().optional(),
10783
+ lt: z.number().optional(),
10784
+ lte: z.number().optional(),
10785
+ });
9799
10786
 
9800
10787
  /**
9801
10788
  * @internal
9802
10789
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
9803
10790
  */
9804
- export namespace GetDeploymentValueDeploymentsResponse2002$ {
9805
- /** @deprecated use `GetDeploymentValueDeploymentsResponse2002$inboundSchema` instead. */
10791
+ export namespace GetDeploymentValueDeploymentsResponse2$ {
10792
+ /** @deprecated use `GetDeploymentValueDeploymentsResponse2$inboundSchema` instead. */
9806
10793
  export const inboundSchema =
9807
- GetDeploymentValueDeploymentsResponse2002$inboundSchema;
9808
- /** @deprecated use `GetDeploymentValueDeploymentsResponse2002$outboundSchema` instead. */
10794
+ GetDeploymentValueDeploymentsResponse2$inboundSchema;
10795
+ /** @deprecated use `GetDeploymentValueDeploymentsResponse2$outboundSchema` instead. */
9809
10796
  export const outboundSchema =
9810
- GetDeploymentValueDeploymentsResponse2002$outboundSchema;
9811
- /** @deprecated use `GetDeploymentValueDeploymentsResponse2002$Outbound` instead. */
9812
- export type Outbound = GetDeploymentValueDeploymentsResponse2002$Outbound;
10797
+ GetDeploymentValueDeploymentsResponse2$outboundSchema;
10798
+ /** @deprecated use `GetDeploymentValueDeploymentsResponse2$Outbound` instead. */
10799
+ export type Outbound = GetDeploymentValueDeploymentsResponse2$Outbound;
9813
10800
  }
9814
10801
 
9815
- export function getDeploymentValueDeploymentsResponse2002ToJSON(
9816
- getDeploymentValueDeploymentsResponse2002:
9817
- GetDeploymentValueDeploymentsResponse2002,
10802
+ export function getDeploymentValueDeploymentsResponse2ToJSON(
10803
+ getDeploymentValueDeploymentsResponse2:
10804
+ GetDeploymentValueDeploymentsResponse2,
9818
10805
  ): string {
9819
10806
  return JSON.stringify(
9820
- GetDeploymentValueDeploymentsResponse2002$outboundSchema.parse(
9821
- getDeploymentValueDeploymentsResponse2002,
10807
+ GetDeploymentValueDeploymentsResponse2$outboundSchema.parse(
10808
+ getDeploymentValueDeploymentsResponse2,
9822
10809
  ),
9823
10810
  );
9824
10811
  }
9825
10812
 
9826
- export function getDeploymentValueDeploymentsResponse2002FromJSON(
10813
+ export function getDeploymentValueDeploymentsResponse2FromJSON(
9827
10814
  jsonString: string,
9828
- ): SafeParseResult<
9829
- GetDeploymentValueDeploymentsResponse2002,
9830
- SDKValidationError
9831
- > {
10815
+ ): SafeParseResult<GetDeploymentValueDeploymentsResponse2, SDKValidationError> {
9832
10816
  return safeParse(
9833
10817
  jsonString,
9834
10818
  (x) =>
9835
- GetDeploymentValueDeploymentsResponse2002$inboundSchema.parse(
9836
- JSON.parse(x),
9837
- ),
9838
- `Failed to parse 'GetDeploymentValueDeploymentsResponse2002' from JSON`,
10819
+ GetDeploymentValueDeploymentsResponse2$inboundSchema.parse(JSON.parse(x)),
10820
+ `Failed to parse 'GetDeploymentValueDeploymentsResponse2' from JSON`,
9839
10821
  );
9840
10822
  }
9841
10823
 
@@ -9845,13 +10827,13 @@ export const GetDeploymentMissingValue$inboundSchema: z.ZodType<
9845
10827
  z.ZodTypeDef,
9846
10828
  unknown
9847
10829
  > = z.union([
9848
- z.lazy(() => GetDeploymentValueDeploymentsResponse2002$inboundSchema),
10830
+ z.lazy(() => GetDeploymentValueDeploymentsResponse2$inboundSchema),
9849
10831
  z.string(),
9850
10832
  ]);
9851
10833
 
9852
10834
  /** @internal */
9853
10835
  export type GetDeploymentMissingValue$Outbound =
9854
- | GetDeploymentValueDeploymentsResponse2002$Outbound
10836
+ | GetDeploymentValueDeploymentsResponse2$Outbound
9855
10837
  | string;
9856
10838
 
9857
10839
  /** @internal */
@@ -9860,7 +10842,7 @@ export const GetDeploymentMissingValue$outboundSchema: z.ZodType<
9860
10842
  z.ZodTypeDef,
9861
10843
  GetDeploymentMissingValue
9862
10844
  > = z.union([
9863
- z.lazy(() => GetDeploymentValueDeploymentsResponse2002$outboundSchema),
10845
+ z.lazy(() => GetDeploymentValueDeploymentsResponse2$outboundSchema),
9864
10846
  z.string(),
9865
10847
  ]);
9866
10848
 
@@ -9904,7 +10886,7 @@ export const GetDeploymentMissing2$inboundSchema: z.ZodType<
9904
10886
  type: GetDeploymentMissingType$inboundSchema,
9905
10887
  key: z.string(),
9906
10888
  value: z.union([
9907
- z.lazy(() => GetDeploymentValueDeploymentsResponse2002$inboundSchema),
10889
+ z.lazy(() => GetDeploymentValueDeploymentsResponse2$inboundSchema),
9908
10890
  z.string(),
9909
10891
  ]).optional(),
9910
10892
  });
@@ -9913,10 +10895,7 @@ export const GetDeploymentMissing2$inboundSchema: z.ZodType<
9913
10895
  export type GetDeploymentMissing2$Outbound = {
9914
10896
  type: string;
9915
10897
  key: string;
9916
- value?:
9917
- | GetDeploymentValueDeploymentsResponse2002$Outbound
9918
- | string
9919
- | undefined;
10898
+ value?: GetDeploymentValueDeploymentsResponse2$Outbound | string | undefined;
9920
10899
  };
9921
10900
 
9922
10901
  /** @internal */
@@ -9928,7 +10907,7 @@ export const GetDeploymentMissing2$outboundSchema: z.ZodType<
9928
10907
  type: GetDeploymentMissingType$outboundSchema,
9929
10908
  key: z.string(),
9930
10909
  value: z.union([
9931
- z.lazy(() => GetDeploymentValueDeploymentsResponse2002$outboundSchema),
10910
+ z.lazy(() => GetDeploymentValueDeploymentsResponse2$outboundSchema),
9932
10911
  z.string(),
9933
10912
  ]).optional(),
9934
10913
  });
@@ -10036,8 +11015,8 @@ export function getDeploymentValueEqFromJSON(
10036
11015
  }
10037
11016
 
10038
11017
  /** @internal */
10039
- export const GetDeploymentValueDeploymentsResponse2$inboundSchema: z.ZodType<
10040
- GetDeploymentValueDeploymentsResponse2,
11018
+ export const GetDeploymentValueDeployments2$inboundSchema: z.ZodType<
11019
+ GetDeploymentValueDeployments2,
10041
11020
  z.ZodTypeDef,
10042
11021
  unknown
10043
11022
  > = z.object({
@@ -10055,7 +11034,7 @@ export const GetDeploymentValueDeploymentsResponse2$inboundSchema: z.ZodType<
10055
11034
  });
10056
11035
 
10057
11036
  /** @internal */
10058
- export type GetDeploymentValueDeploymentsResponse2$Outbound = {
11037
+ export type GetDeploymentValueDeployments2$Outbound = {
10059
11038
  eq?: string | number | undefined;
10060
11039
  neq?: string | undefined;
10061
11040
  inc?: Array<string> | undefined;
@@ -10070,10 +11049,10 @@ export type GetDeploymentValueDeploymentsResponse2$Outbound = {
10070
11049
  };
10071
11050
 
10072
11051
  /** @internal */
10073
- export const GetDeploymentValueDeploymentsResponse2$outboundSchema: z.ZodType<
10074
- GetDeploymentValueDeploymentsResponse2$Outbound,
11052
+ export const GetDeploymentValueDeployments2$outboundSchema: z.ZodType<
11053
+ GetDeploymentValueDeployments2$Outbound,
10075
11054
  z.ZodTypeDef,
10076
- GetDeploymentValueDeploymentsResponse2
11055
+ GetDeploymentValueDeployments2
10077
11056
  > = z.object({
10078
11057
  eq: z.union([z.string(), z.number()]).optional(),
10079
11058
  neq: z.string().optional(),
@@ -10092,36 +11071,32 @@ export const GetDeploymentValueDeploymentsResponse2$outboundSchema: z.ZodType<
10092
11071
  * @internal
10093
11072
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
10094
11073
  */
10095
- export namespace GetDeploymentValueDeploymentsResponse2$ {
10096
- /** @deprecated use `GetDeploymentValueDeploymentsResponse2$inboundSchema` instead. */
10097
- export const inboundSchema =
10098
- GetDeploymentValueDeploymentsResponse2$inboundSchema;
10099
- /** @deprecated use `GetDeploymentValueDeploymentsResponse2$outboundSchema` instead. */
10100
- export const outboundSchema =
10101
- GetDeploymentValueDeploymentsResponse2$outboundSchema;
10102
- /** @deprecated use `GetDeploymentValueDeploymentsResponse2$Outbound` instead. */
10103
- export type Outbound = GetDeploymentValueDeploymentsResponse2$Outbound;
11074
+ export namespace GetDeploymentValueDeployments2$ {
11075
+ /** @deprecated use `GetDeploymentValueDeployments2$inboundSchema` instead. */
11076
+ export const inboundSchema = GetDeploymentValueDeployments2$inboundSchema;
11077
+ /** @deprecated use `GetDeploymentValueDeployments2$outboundSchema` instead. */
11078
+ export const outboundSchema = GetDeploymentValueDeployments2$outboundSchema;
11079
+ /** @deprecated use `GetDeploymentValueDeployments2$Outbound` instead. */
11080
+ export type Outbound = GetDeploymentValueDeployments2$Outbound;
10104
11081
  }
10105
11082
 
10106
- export function getDeploymentValueDeploymentsResponse2ToJSON(
10107
- getDeploymentValueDeploymentsResponse2:
10108
- GetDeploymentValueDeploymentsResponse2,
11083
+ export function getDeploymentValueDeployments2ToJSON(
11084
+ getDeploymentValueDeployments2: GetDeploymentValueDeployments2,
10109
11085
  ): string {
10110
11086
  return JSON.stringify(
10111
- GetDeploymentValueDeploymentsResponse2$outboundSchema.parse(
10112
- getDeploymentValueDeploymentsResponse2,
11087
+ GetDeploymentValueDeployments2$outboundSchema.parse(
11088
+ getDeploymentValueDeployments2,
10113
11089
  ),
10114
11090
  );
10115
11091
  }
10116
11092
 
10117
- export function getDeploymentValueDeploymentsResponse2FromJSON(
11093
+ export function getDeploymentValueDeployments2FromJSON(
10118
11094
  jsonString: string,
10119
- ): SafeParseResult<GetDeploymentValueDeploymentsResponse2, SDKValidationError> {
11095
+ ): SafeParseResult<GetDeploymentValueDeployments2, SDKValidationError> {
10120
11096
  return safeParse(
10121
11097
  jsonString,
10122
- (x) =>
10123
- GetDeploymentValueDeploymentsResponse2$inboundSchema.parse(JSON.parse(x)),
10124
- `Failed to parse 'GetDeploymentValueDeploymentsResponse2' from JSON`,
11098
+ (x) => GetDeploymentValueDeployments2$inboundSchema.parse(JSON.parse(x)),
11099
+ `Failed to parse 'GetDeploymentValueDeployments2' from JSON`,
10125
11100
  );
10126
11101
  }
10127
11102
 
@@ -10131,13 +11106,13 @@ export const GetDeploymentMissingDeploymentsValue$inboundSchema: z.ZodType<
10131
11106
  z.ZodTypeDef,
10132
11107
  unknown
10133
11108
  > = z.union([
10134
- z.lazy(() => GetDeploymentValueDeploymentsResponse2$inboundSchema),
11109
+ z.lazy(() => GetDeploymentValueDeployments2$inboundSchema),
10135
11110
  z.string(),
10136
11111
  ]);
10137
11112
 
10138
11113
  /** @internal */
10139
11114
  export type GetDeploymentMissingDeploymentsValue$Outbound =
10140
- | GetDeploymentValueDeploymentsResponse2$Outbound
11115
+ | GetDeploymentValueDeployments2$Outbound
10141
11116
  | string;
10142
11117
 
10143
11118
  /** @internal */
@@ -10146,7 +11121,7 @@ export const GetDeploymentMissingDeploymentsValue$outboundSchema: z.ZodType<
10146
11121
  z.ZodTypeDef,
10147
11122
  GetDeploymentMissingDeploymentsValue
10148
11123
  > = z.union([
10149
- z.lazy(() => GetDeploymentValueDeploymentsResponse2$outboundSchema),
11124
+ z.lazy(() => GetDeploymentValueDeployments2$outboundSchema),
10150
11125
  z.string(),
10151
11126
  ]);
10152
11127
 
@@ -10194,7 +11169,7 @@ export const GetDeploymentMissing1$inboundSchema: z.ZodType<
10194
11169
  > = z.object({
10195
11170
  type: GetDeploymentMissingDeploymentsType$inboundSchema,
10196
11171
  value: z.union([
10197
- z.lazy(() => GetDeploymentValueDeploymentsResponse2$inboundSchema),
11172
+ z.lazy(() => GetDeploymentValueDeployments2$inboundSchema),
10198
11173
  z.string(),
10199
11174
  ]),
10200
11175
  });
@@ -10202,7 +11177,7 @@ export const GetDeploymentMissing1$inboundSchema: z.ZodType<
10202
11177
  /** @internal */
10203
11178
  export type GetDeploymentMissing1$Outbound = {
10204
11179
  type: string;
10205
- value: GetDeploymentValueDeploymentsResponse2$Outbound | string;
11180
+ value: GetDeploymentValueDeployments2$Outbound | string;
10206
11181
  };
10207
11182
 
10208
11183
  /** @internal */
@@ -10213,7 +11188,7 @@ export const GetDeploymentMissing1$outboundSchema: z.ZodType<
10213
11188
  > = z.object({
10214
11189
  type: GetDeploymentMissingDeploymentsType$outboundSchema,
10215
11190
  value: z.union([
10216
- z.lazy(() => GetDeploymentValueDeploymentsResponse2$outboundSchema),
11191
+ z.lazy(() => GetDeploymentValueDeployments2$outboundSchema),
10217
11192
  z.string(),
10218
11193
  ]),
10219
11194
  });
@@ -11821,8 +12796,7 @@ export const GetDeploymentMicrofrontends2$inboundSchema: z.ZodType<
11821
12796
  defaultAppProjectName: z.string(),
11822
12797
  defaultRoute: z.string().optional(),
11823
12798
  groupIds: z.array(z.string()),
11824
- microfrontendsAliasEnabled: z.boolean().optional(),
11825
- previewEnvAliasEnabled: z.boolean().optional(),
12799
+ microfrontendsAlias2Enabled: z.boolean().optional(),
11826
12800
  });
11827
12801
 
11828
12802
  /** @internal */
@@ -11834,8 +12808,7 @@ export type GetDeploymentMicrofrontends2$Outbound = {
11834
12808
  defaultAppProjectName: string;
11835
12809
  defaultRoute?: string | undefined;
11836
12810
  groupIds: Array<string>;
11837
- microfrontendsAliasEnabled?: boolean | undefined;
11838
- previewEnvAliasEnabled?: boolean | undefined;
12811
+ microfrontendsAlias2Enabled?: boolean | undefined;
11839
12812
  };
11840
12813
 
11841
12814
  /** @internal */
@@ -11851,8 +12824,7 @@ export const GetDeploymentMicrofrontends2$outboundSchema: z.ZodType<
11851
12824
  defaultAppProjectName: z.string(),
11852
12825
  defaultRoute: z.string().optional(),
11853
12826
  groupIds: z.array(z.string()),
11854
- microfrontendsAliasEnabled: z.boolean().optional(),
11855
- previewEnvAliasEnabled: z.boolean().optional(),
12827
+ microfrontendsAlias2Enabled: z.boolean().optional(),
11856
12828
  });
11857
12829
 
11858
12830
  /**
@@ -11898,8 +12870,7 @@ export const GetDeploymentMicrofrontends1$inboundSchema: z.ZodType<
11898
12870
  defaultAppProjectName: z.string(),
11899
12871
  defaultRoute: z.string().optional(),
11900
12872
  groupIds: z.array(z.string()),
11901
- microfrontendsAliasEnabled: z.boolean().optional(),
11902
- previewEnvAliasEnabled: z.boolean().optional(),
12873
+ microfrontendsAlias2Enabled: z.boolean().optional(),
11903
12874
  });
11904
12875
 
11905
12876
  /** @internal */
@@ -11908,8 +12879,7 @@ export type GetDeploymentMicrofrontends1$Outbound = {
11908
12879
  defaultAppProjectName: string;
11909
12880
  defaultRoute?: string | undefined;
11910
12881
  groupIds: Array<string>;
11911
- microfrontendsAliasEnabled?: boolean | undefined;
11912
- previewEnvAliasEnabled?: boolean | undefined;
12882
+ microfrontendsAlias2Enabled?: boolean | undefined;
11913
12883
  };
11914
12884
 
11915
12885
  /** @internal */
@@ -11922,8 +12892,7 @@ export const GetDeploymentMicrofrontends1$outboundSchema: z.ZodType<
11922
12892
  defaultAppProjectName: z.string(),
11923
12893
  defaultRoute: z.string().optional(),
11924
12894
  groupIds: z.array(z.string()),
11925
- microfrontendsAliasEnabled: z.boolean().optional(),
11926
- previewEnvAliasEnabled: z.boolean().optional(),
12895
+ microfrontendsAlias2Enabled: z.boolean().optional(),
11927
12896
  });
11928
12897
 
11929
12898
  /**
@@ -12341,21 +13310,25 @@ export const GetDeploymentResponseBody1$inboundSchema: z.ZodType<
12341
13310
  errorStep: z.string().optional(),
12342
13311
  passiveRegions: z.array(z.string()).optional(),
12343
13312
  gitSource: z.union([
12344
- z.lazy(() => GetDeploymentGitSourceDeployments10$inboundSchema),
12345
13313
  z.lazy(() => GetDeploymentGitSourceDeployments12$inboundSchema),
13314
+ z.lazy(() => GetDeploymentGitSourceDeployments15$inboundSchema),
12346
13315
  z.lazy(() => GetDeploymentGitSourceDeployments4$inboundSchema),
12347
- z.lazy(() => GetDeploymentGitSourceDeployments8$inboundSchema),
12348
- z.lazy(() => GetDeploymentGitSourceDeployments9$inboundSchema),
13316
+ z.lazy(() => GetDeploymentGitSourceDeployments10$inboundSchema),
12349
13317
  z.lazy(() => GetDeploymentGitSourceDeployments11$inboundSchema),
13318
+ z.lazy(() => GetDeploymentGitSourceDeployments13$inboundSchema),
13319
+ z.lazy(() => GetDeploymentGitSourceDeployments14$inboundSchema),
12350
13320
  z.lazy(() => GetDeploymentGitSourceDeployments2$inboundSchema),
12351
13321
  z.lazy(() => GetDeploymentGitSourceDeployments3$inboundSchema),
12352
- z.lazy(() => GetDeploymentGitSourceDeployments7$inboundSchema),
13322
+ z.lazy(() => GetDeploymentGitSourceDeployments6$inboundSchema),
13323
+ z.lazy(() => GetDeploymentGitSourceDeployments9$inboundSchema),
12353
13324
  z.lazy(() => GetDeploymentGitSourceDeployments1$inboundSchema),
12354
13325
  z.lazy(() => GetDeploymentGitSourceDeployments5$inboundSchema),
12355
- z.lazy(() => GetDeploymentGitSourceDeployments6$inboundSchema),
13326
+ z.lazy(() => GetDeploymentGitSourceDeployments7$inboundSchema),
13327
+ z.lazy(() => GetDeploymentGitSourceDeployments8$inboundSchema),
12356
13328
  ]).optional(),
12357
13329
  meta: z.record(z.string()),
12358
13330
  originCacheRegion: z.string().optional(),
13331
+ nodeVersion: ResponseBodyNodeVersion$inboundSchema.optional(),
12359
13332
  project: z.lazy(() => ResponseBodyProject$inboundSchema).optional(),
12360
13333
  readySubstate: ResponseBodyReadySubstate$inboundSchema.optional(),
12361
13334
  regions: z.array(z.string()),
@@ -12469,21 +13442,25 @@ export type GetDeploymentResponseBody1$Outbound = {
12469
13442
  errorStep?: string | undefined;
12470
13443
  passiveRegions?: Array<string> | undefined;
12471
13444
  gitSource?:
12472
- | GetDeploymentGitSourceDeployments10$Outbound
12473
13445
  | GetDeploymentGitSourceDeployments12$Outbound
13446
+ | GetDeploymentGitSourceDeployments15$Outbound
12474
13447
  | GetDeploymentGitSourceDeployments4$Outbound
12475
- | GetDeploymentGitSourceDeployments8$Outbound
12476
- | GetDeploymentGitSourceDeployments9$Outbound
13448
+ | GetDeploymentGitSourceDeployments10$Outbound
12477
13449
  | GetDeploymentGitSourceDeployments11$Outbound
13450
+ | GetDeploymentGitSourceDeployments13$Outbound
13451
+ | GetDeploymentGitSourceDeployments14$Outbound
12478
13452
  | GetDeploymentGitSourceDeployments2$Outbound
12479
13453
  | GetDeploymentGitSourceDeployments3$Outbound
12480
- | GetDeploymentGitSourceDeployments7$Outbound
13454
+ | GetDeploymentGitSourceDeployments6$Outbound
13455
+ | GetDeploymentGitSourceDeployments9$Outbound
12481
13456
  | GetDeploymentGitSourceDeployments1$Outbound
12482
13457
  | GetDeploymentGitSourceDeployments5$Outbound
12483
- | GetDeploymentGitSourceDeployments6$Outbound
13458
+ | GetDeploymentGitSourceDeployments7$Outbound
13459
+ | GetDeploymentGitSourceDeployments8$Outbound
12484
13460
  | undefined;
12485
13461
  meta: { [k: string]: string };
12486
13462
  originCacheRegion?: string | undefined;
13463
+ nodeVersion?: string | undefined;
12487
13464
  project?: ResponseBodyProject$Outbound | undefined;
12488
13465
  readySubstate?: string | undefined;
12489
13466
  regions: Array<string>;
@@ -12601,21 +13578,25 @@ export const GetDeploymentResponseBody1$outboundSchema: z.ZodType<
12601
13578
  errorStep: z.string().optional(),
12602
13579
  passiveRegions: z.array(z.string()).optional(),
12603
13580
  gitSource: z.union([
12604
- z.lazy(() => GetDeploymentGitSourceDeployments10$outboundSchema),
12605
13581
  z.lazy(() => GetDeploymentGitSourceDeployments12$outboundSchema),
13582
+ z.lazy(() => GetDeploymentGitSourceDeployments15$outboundSchema),
12606
13583
  z.lazy(() => GetDeploymentGitSourceDeployments4$outboundSchema),
12607
- z.lazy(() => GetDeploymentGitSourceDeployments8$outboundSchema),
12608
- z.lazy(() => GetDeploymentGitSourceDeployments9$outboundSchema),
13584
+ z.lazy(() => GetDeploymentGitSourceDeployments10$outboundSchema),
12609
13585
  z.lazy(() => GetDeploymentGitSourceDeployments11$outboundSchema),
13586
+ z.lazy(() => GetDeploymentGitSourceDeployments13$outboundSchema),
13587
+ z.lazy(() => GetDeploymentGitSourceDeployments14$outboundSchema),
12610
13588
  z.lazy(() => GetDeploymentGitSourceDeployments2$outboundSchema),
12611
13589
  z.lazy(() => GetDeploymentGitSourceDeployments3$outboundSchema),
12612
- z.lazy(() => GetDeploymentGitSourceDeployments7$outboundSchema),
13590
+ z.lazy(() => GetDeploymentGitSourceDeployments6$outboundSchema),
13591
+ z.lazy(() => GetDeploymentGitSourceDeployments9$outboundSchema),
12613
13592
  z.lazy(() => GetDeploymentGitSourceDeployments1$outboundSchema),
12614
13593
  z.lazy(() => GetDeploymentGitSourceDeployments5$outboundSchema),
12615
- z.lazy(() => GetDeploymentGitSourceDeployments6$outboundSchema),
13594
+ z.lazy(() => GetDeploymentGitSourceDeployments7$outboundSchema),
13595
+ z.lazy(() => GetDeploymentGitSourceDeployments8$outboundSchema),
12616
13596
  ]).optional(),
12617
13597
  meta: z.record(z.string()),
12618
13598
  originCacheRegion: z.string().optional(),
13599
+ nodeVersion: ResponseBodyNodeVersion$outboundSchema.optional(),
12619
13600
  project: z.lazy(() => ResponseBodyProject$outboundSchema).optional(),
12620
13601
  readySubstate: ResponseBodyReadySubstate$outboundSchema.optional(),
12621
13602
  regions: z.array(z.string()),