@alienplatform/platform-api 1.8.0 → 1.9.0

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 (497) hide show
  1. package/FUNCTIONS.md +3 -3
  2. package/README.md +20 -7
  3. package/esm/funcs/authWhoami.d.ts +2 -1
  4. package/esm/funcs/authWhoami.d.ts.map +1 -1
  5. package/esm/funcs/authWhoami.js +19 -5
  6. package/esm/funcs/authWhoami.js.map +1 -1
  7. package/esm/funcs/debugSessionsCreate.d.ts +16 -0
  8. package/esm/funcs/debugSessionsCreate.d.ts.map +1 -0
  9. package/esm/funcs/debugSessionsCreate.js +86 -0
  10. package/esm/funcs/debugSessionsCreate.js.map +1 -0
  11. package/esm/funcs/debugSessionsGet.d.ts +16 -0
  12. package/esm/funcs/debugSessionsGet.d.ts.map +1 -0
  13. package/esm/funcs/debugSessionsGet.js +89 -0
  14. package/esm/funcs/debugSessionsGet.js.map +1 -0
  15. package/esm/funcs/debugSessionsList.d.ts +16 -0
  16. package/esm/funcs/debugSessionsList.d.ts.map +1 -0
  17. package/esm/funcs/debugSessionsList.js +90 -0
  18. package/esm/funcs/debugSessionsList.js.map +1 -0
  19. package/esm/funcs/debugSessionsUpdate.d.ts +16 -0
  20. package/esm/funcs/debugSessionsUpdate.d.ts.map +1 -0
  21. package/esm/funcs/debugSessionsUpdate.js +92 -0
  22. package/esm/funcs/debugSessionsUpdate.js.map +1 -0
  23. package/esm/funcs/deploymentPlanCompute.d.ts +16 -0
  24. package/esm/funcs/deploymentPlanCompute.d.ts.map +1 -0
  25. package/esm/funcs/deploymentPlanCompute.js +84 -0
  26. package/esm/funcs/deploymentPlanCompute.js.map +1 -0
  27. package/esm/funcs/deploymentsList.js +3 -2
  28. package/esm/funcs/deploymentsList.js.map +1 -1
  29. package/esm/lib/config.d.ts +2 -2
  30. package/esm/lib/config.js +2 -2
  31. package/esm/models/commanddeploymentinfo.d.ts +1 -1
  32. package/esm/models/commanddeploymentinfo.d.ts.map +1 -1
  33. package/esm/models/commanddeploymentinfo.js +1 -1
  34. package/esm/models/commanddeploymentinfo.js.map +1 -1
  35. package/esm/models/createdebugsessionrequest.d.ts +27 -0
  36. package/esm/models/createdebugsessionrequest.d.ts.map +1 -0
  37. package/esm/models/createdebugsessionrequest.js +17 -0
  38. package/esm/models/createdebugsessionrequest.js.map +1 -0
  39. package/esm/models/createdeploymentgrouptokenrequest.d.ts +7 -0
  40. package/esm/models/createdeploymentgrouptokenrequest.d.ts.map +1 -1
  41. package/esm/models/createdeploymentgrouptokenrequest.js +3 -0
  42. package/esm/models/createdeploymentgrouptokenrequest.js.map +1 -1
  43. package/esm/models/createmanagerresponse.d.ts +196 -0
  44. package/esm/models/createmanagerresponse.d.ts.map +1 -1
  45. package/esm/models/createmanagerresponse.js +150 -0
  46. package/esm/models/createmanagerresponse.js.map +1 -1
  47. package/esm/models/createreleaserequest.d.ts +5 -5
  48. package/esm/models/createreleaserequest.d.ts.map +1 -1
  49. package/esm/models/createreleaserequest.js +2 -2
  50. package/esm/models/createreleaserequest.js.map +1 -1
  51. package/esm/models/createsetupregistrationoperationrequest.d.ts +95 -0
  52. package/esm/models/createsetupregistrationoperationrequest.d.ts.map +1 -1
  53. package/esm/models/createsetupregistrationoperationrequest.js +52 -0
  54. package/esm/models/createsetupregistrationoperationrequest.js.map +1 -1
  55. package/esm/models/debugpackagepresignedurls.d.ts +11 -0
  56. package/esm/models/debugpackagepresignedurls.d.ts.map +1 -0
  57. package/esm/models/debugpackagepresignedurls.js +14 -0
  58. package/esm/models/debugpackagepresignedurls.js.map +1 -0
  59. package/esm/models/debugsession.d.ts +74 -0
  60. package/esm/models/debugsession.d.ts.map +1 -0
  61. package/esm/models/debugsession.js +49 -0
  62. package/esm/models/debugsession.js.map +1 -0
  63. package/esm/models/debugsessionlistresponse.d.ts +21 -0
  64. package/esm/models/debugsessionlistresponse.d.ts.map +1 -0
  65. package/esm/models/debugsessionlistresponse.js +15 -0
  66. package/esm/models/debugsessionlistresponse.js.map +1 -0
  67. package/esm/models/debugsessionstate.d.ts +22 -0
  68. package/esm/models/debugsessionstate.d.ts.map +1 -0
  69. package/esm/models/debugsessionstate.js +20 -0
  70. package/esm/models/debugsessionstate.js.map +1 -0
  71. package/esm/models/deployment.d.ts +313 -4
  72. package/esm/models/deployment.d.ts.map +1 -1
  73. package/esm/models/deployment.js +214 -1
  74. package/esm/models/deployment.js.map +1 -1
  75. package/esm/models/deploymentcomputeplan.d.ts +165 -0
  76. package/esm/models/deploymentcomputeplan.d.ts.map +1 -0
  77. package/esm/models/deploymentcomputeplan.js +206 -0
  78. package/esm/models/deploymentcomputeplan.js.map +1 -0
  79. package/esm/models/deploymentconnectioninfo.d.ts +13 -3
  80. package/esm/models/deploymentconnectioninfo.d.ts.map +1 -1
  81. package/esm/models/deploymentconnectioninfo.js +10 -1
  82. package/esm/models/deploymentconnectioninfo.js.map +1 -1
  83. package/esm/models/deploymentdetailresponse.d.ts +313 -4
  84. package/esm/models/deploymentdetailresponse.d.ts.map +1 -1
  85. package/esm/models/deploymentdetailresponse.js +224 -1
  86. package/esm/models/deploymentdetailresponse.js.map +1 -1
  87. package/esm/models/deploymentinfo.d.ts +18 -1
  88. package/esm/models/deploymentinfo.d.ts.map +1 -1
  89. package/esm/models/deploymentinfo.js +12 -0
  90. package/esm/models/deploymentinfo.js.map +1 -1
  91. package/esm/models/deploymentinfosetupconfig.d.ts +248 -0
  92. package/esm/models/deploymentinfosetupconfig.d.ts.map +1 -1
  93. package/esm/models/deploymentinfosetupconfig.js +176 -0
  94. package/esm/models/deploymentinfosetupconfig.js.map +1 -1
  95. package/esm/models/deploymentlistitemresponse.d.ts +1 -1
  96. package/esm/models/deploymentlistitemresponse.d.ts.map +1 -1
  97. package/esm/models/deploymentlistitemresponse.js +1 -1
  98. package/esm/models/deploymentlistitemresponse.js.map +1 -1
  99. package/esm/models/deploymentsetupconfig.d.ts +7 -0
  100. package/esm/models/deploymentsetupconfig.d.ts.map +1 -1
  101. package/esm/models/deploymentsetupconfig.js +3 -0
  102. package/esm/models/deploymentsetupconfig.js.map +1 -1
  103. package/esm/models/deploymentsetupstacksettingspolicy.d.ts +103 -0
  104. package/esm/models/deploymentsetupstacksettingspolicy.d.ts.map +1 -1
  105. package/esm/models/deploymentsetupstacksettingspolicy.js +99 -0
  106. package/esm/models/deploymentsetupstacksettingspolicy.js.map +1 -1
  107. package/esm/models/encryptedstackinputvalue.d.ts +42 -0
  108. package/esm/models/encryptedstackinputvalue.d.ts.map +1 -0
  109. package/esm/models/encryptedstackinputvalue.js +37 -0
  110. package/esm/models/encryptedstackinputvalue.js.map +1 -0
  111. package/esm/models/forwardimportrequest.d.ts +7 -3
  112. package/esm/models/forwardimportrequest.d.ts.map +1 -1
  113. package/esm/models/forwardimportrequest.js +3 -0
  114. package/esm/models/forwardimportrequest.js.map +1 -1
  115. package/esm/models/importsource.d.ts +88 -0
  116. package/esm/models/importsource.d.ts.map +1 -1
  117. package/esm/models/importsource.js +43 -0
  118. package/esm/models/importsource.js.map +1 -1
  119. package/esm/models/index.d.ts +11 -0
  120. package/esm/models/index.d.ts.map +1 -1
  121. package/esm/models/index.js +11 -0
  122. package/esm/models/index.js.map +1 -1
  123. package/esm/models/managerretryresponse.d.ts +196 -0
  124. package/esm/models/managerretryresponse.d.ts.map +1 -1
  125. package/esm/models/managerretryresponse.js +150 -0
  126. package/esm/models/managerretryresponse.js.map +1 -1
  127. package/esm/models/newdeploymentrequest.d.ts +100 -5
  128. package/esm/models/newdeploymentrequest.d.ts.map +1 -1
  129. package/esm/models/newdeploymentrequest.js +53 -1
  130. package/esm/models/newdeploymentrequest.js.map +1 -1
  131. package/esm/models/operations/addworkspacemember.d.ts +1 -1
  132. package/esm/models/operations/cancelmanagersetup.d.ts +1 -1
  133. package/esm/models/operations/cancelpackage.d.ts +1 -1
  134. package/esm/models/operations/createapikey.d.ts +1 -1
  135. package/esm/models/operations/createcommand.d.ts +1 -1
  136. package/esm/models/operations/createdebugsession.d.ts +18 -0
  137. package/esm/models/operations/createdebugsession.d.ts.map +1 -0
  138. package/esm/models/operations/createdebugsession.js +20 -0
  139. package/esm/models/operations/createdebugsession.js.map +1 -0
  140. package/esm/models/operations/createdeployment.d.ts +1 -1
  141. package/esm/models/operations/createdeploymentgroup.d.ts +1 -1
  142. package/esm/models/operations/createdeploymentgrouptoken.d.ts +1 -1
  143. package/esm/models/operations/createdeploymenttoken.d.ts +1 -1
  144. package/esm/models/operations/createdomain.d.ts +1 -1
  145. package/esm/models/operations/createdomainendpoint.d.ts +1 -1
  146. package/esm/models/operations/createmanager.d.ts +1 -1
  147. package/esm/models/operations/createproject.d.ts +3 -3
  148. package/esm/models/operations/createprojectfromtemplate.d.ts +3 -3
  149. package/esm/models/operations/createrelease.d.ts +1 -1
  150. package/esm/models/operations/createsetupregistrationoperation.d.ts +1 -1
  151. package/esm/models/operations/deleteapikeys.d.ts +1 -1
  152. package/esm/models/operations/deletedeployment.d.ts +1 -1
  153. package/esm/models/operations/deletedeploymentgroup.d.ts +1 -1
  154. package/esm/models/operations/deletedomain.d.ts +1 -1
  155. package/esm/models/operations/deletemanager.d.ts +1 -1
  156. package/esm/models/operations/deleteproject.d.ts +1 -1
  157. package/esm/models/operations/deleteworkspace.d.ts +1 -1
  158. package/esm/models/operations/dismissworkspaceonboarding.d.ts +1 -1
  159. package/esm/models/operations/generatemanagertoken.d.ts +1 -1
  160. package/esm/models/operations/getapikey.d.ts +1 -1
  161. package/esm/models/operations/getcloudregions.d.ts +1 -1
  162. package/esm/models/operations/getcommand.d.ts +1 -1
  163. package/esm/models/operations/getdebugsession.d.ts +20 -0
  164. package/esm/models/operations/getdebugsession.d.ts.map +1 -0
  165. package/esm/models/operations/getdebugsession.js +13 -0
  166. package/esm/models/operations/getdebugsession.js.map +1 -0
  167. package/esm/models/operations/getdeployment.d.ts +1 -1
  168. package/esm/models/operations/getdeploymentconnectioninfo.d.ts +1 -1
  169. package/esm/models/operations/getdeploymentgroup.d.ts +1 -1
  170. package/esm/models/operations/getdeploymentinfo.d.ts +1 -1
  171. package/esm/models/operations/getdeploymentstats.d.ts +1 -1
  172. package/esm/models/operations/getdomain.d.ts +1 -1
  173. package/esm/models/operations/getevent.d.ts +1 -1
  174. package/esm/models/operations/getmanager.d.ts +1 -1
  175. package/esm/models/operations/getmanagerdeployment.d.ts +1 -1
  176. package/esm/models/operations/getmanagerdomainbinding.d.ts +1 -1
  177. package/esm/models/operations/getmanagermanagementconfig.d.ts +1 -1
  178. package/esm/models/operations/getpackage.d.ts +1 -1
  179. package/esm/models/operations/getproject.d.ts +1 -1
  180. package/esm/models/operations/getprojectactiverelease.d.ts +1 -1
  181. package/esm/models/operations/getprojectdeploymentportaldomain.d.ts +1 -1
  182. package/esm/models/operations/getprojectgcpoauthprovider.d.ts +1 -1
  183. package/esm/models/operations/getprojecttemplateurls.d.ts +1 -1
  184. package/esm/models/operations/getrelease.d.ts +1 -1
  185. package/esm/models/operations/getresourcedeploymentdetail.d.ts +1 -1
  186. package/esm/models/operations/getsetupregistrationoperation.d.ts +1 -1
  187. package/esm/models/operations/getworkspace.d.ts +1 -1
  188. package/esm/models/operations/getworkspacebillingentitlements.d.ts +1 -1
  189. package/esm/models/operations/importdeployment.d.ts +1 -1
  190. package/esm/models/operations/index.d.ts +6 -0
  191. package/esm/models/operations/index.d.ts.map +1 -1
  192. package/esm/models/operations/index.js +6 -0
  193. package/esm/models/operations/index.js.map +1 -1
  194. package/esm/models/operations/listapikeys.d.ts +1 -1
  195. package/esm/models/operations/listbillingauditlog.d.ts +1 -1
  196. package/esm/models/operations/listcommanddeployments.d.ts +1 -1
  197. package/esm/models/operations/listcommandnames.d.ts +1 -1
  198. package/esm/models/operations/listcommands.d.ts +1 -1
  199. package/esm/models/operations/listdebugsessions.d.ts +82 -0
  200. package/esm/models/operations/listdebugsessions.d.ts.map +1 -0
  201. package/esm/models/operations/listdebugsessions.js +42 -0
  202. package/esm/models/operations/listdebugsessions.js.map +1 -0
  203. package/esm/models/operations/listdeploymentfilterdeploymentgroups.d.ts +1 -1
  204. package/esm/models/operations/listdeploymentfilterenvironments.d.ts +1 -1
  205. package/esm/models/operations/listdeploymentgroups.d.ts +1 -1
  206. package/esm/models/operations/listdeployments.d.ts +6 -1
  207. package/esm/models/operations/listdeployments.d.ts.map +1 -1
  208. package/esm/models/operations/listdeployments.js +1 -0
  209. package/esm/models/operations/listdeployments.js.map +1 -1
  210. package/esm/models/operations/listdomains.d.ts +1 -1
  211. package/esm/models/operations/listevents.d.ts +1 -1
  212. package/esm/models/operations/listmanagerevents.d.ts +1 -1
  213. package/esm/models/operations/listmanagers.d.ts +1 -1
  214. package/esm/models/operations/listpackages.d.ts +1 -1
  215. package/esm/models/operations/listprojects.d.ts +1 -1
  216. package/esm/models/operations/listreleaseauthors.d.ts +1 -1
  217. package/esm/models/operations/listreleasebranches.d.ts +1 -1
  218. package/esm/models/operations/listreleases.d.ts +1 -1
  219. package/esm/models/operations/listresourcedeployments.d.ts +1 -1
  220. package/esm/models/operations/listresourceoverview.d.ts +1 -1
  221. package/esm/models/operations/listworkspacemembers.d.ts +1 -1
  222. package/esm/models/operations/listworkspaces.d.ts +1 -1
  223. package/esm/models/operations/pindeploymentrelease.d.ts +1 -1
  224. package/esm/models/operations/plandeploymentcompute.d.ts +1470 -0
  225. package/esm/models/operations/plandeploymentcompute.d.ts.map +1 -0
  226. package/esm/models/operations/plandeploymentcompute.js +897 -0
  227. package/esm/models/operations/plandeploymentcompute.js.map +1 -0
  228. package/esm/models/operations/preparedeploymentstack.d.ts +435 -407
  229. package/esm/models/operations/preparedeploymentstack.d.ts.map +1 -1
  230. package/esm/models/operations/preparedeploymentstack.js +401 -352
  231. package/esm/models/operations/preparedeploymentstack.js.map +1 -1
  232. package/esm/models/operations/provisionmanager.d.ts +1 -1
  233. package/esm/models/operations/rebuildpackages.d.ts +1 -1
  234. package/esm/models/operations/redeploydeployment.d.ts +1 -1
  235. package/esm/models/operations/refreshdomain.d.ts +1 -1
  236. package/esm/models/operations/removeworkspacemember.d.ts +1 -1
  237. package/esm/models/operations/reportmanagerheartbeat.d.ts +1 -1
  238. package/esm/models/operations/resolve.d.ts +1 -1
  239. package/esm/models/operations/resolvemanagergcpoauthprovider.d.ts +1 -1
  240. package/esm/models/operations/retrydeployment.d.ts +1 -1
  241. package/esm/models/operations/retrymanager.d.ts +1 -1
  242. package/esm/models/operations/retrymanagersetup.d.ts +1 -1
  243. package/esm/models/operations/revokeapikey.d.ts +1 -1
  244. package/esm/models/operations/syncacquire.d.ts +1 -1
  245. package/esm/models/operations/synclist.d.ts +1 -1
  246. package/esm/models/operations/syncreconcile.d.ts +1 -1
  247. package/esm/models/operations/syncrelease.d.ts +1 -1
  248. package/esm/models/operations/updateapikey.d.ts +1 -1
  249. package/esm/models/operations/updatecommand.d.ts +1 -1
  250. package/esm/models/operations/updatedebugsession.d.ts +23 -0
  251. package/esm/models/operations/updatedebugsession.d.ts.map +1 -0
  252. package/esm/models/operations/updatedebugsession.js +21 -0
  253. package/esm/models/operations/updatedebugsession.js.map +1 -0
  254. package/esm/models/operations/updatedeploymentenvironmentvariables.d.ts +1 -1
  255. package/esm/models/operations/updatedeploymentgroup.d.ts +1 -1
  256. package/esm/models/operations/updatemanager.d.ts +1 -1
  257. package/esm/models/operations/updatemanagerdomainbinding.d.ts +1 -1
  258. package/esm/models/operations/updateproject.d.ts +1 -1
  259. package/esm/models/operations/updateprojectgcpoauthprovider.d.ts +1 -1
  260. package/esm/models/operations/updateworkspace.d.ts +1 -1
  261. package/esm/models/operations/updateworkspacemember.d.ts +1 -1
  262. package/esm/models/operations/whoami.d.ts +15 -0
  263. package/esm/models/operations/whoami.d.ts.map +1 -0
  264. package/esm/models/operations/whoami.js +12 -0
  265. package/esm/models/operations/whoami.js.map +1 -0
  266. package/esm/models/package.d.ts +1 -1
  267. package/esm/models/persistimporteddeploymentrequest.d.ts +402 -0
  268. package/esm/models/persistimporteddeploymentrequest.d.ts.map +1 -1
  269. package/esm/models/persistimporteddeploymentrequest.js +232 -0
  270. package/esm/models/persistimporteddeploymentrequest.js.map +1 -1
  271. package/esm/models/prepareddeploymentstack.d.ts +248 -0
  272. package/esm/models/prepareddeploymentstack.d.ts.map +1 -1
  273. package/esm/models/prepareddeploymentstack.js +174 -0
  274. package/esm/models/prepareddeploymentstack.js.map +1 -1
  275. package/esm/models/project.d.ts +1 -1
  276. package/esm/models/projectlistitemresponse.d.ts +1 -1
  277. package/esm/models/resolvedstackinputsummary.d.ts +23 -0
  278. package/esm/models/resolvedstackinputsummary.d.ts.map +1 -0
  279. package/esm/models/resolvedstackinputsummary.js +24 -0
  280. package/esm/models/resolvedstackinputsummary.js.map +1 -0
  281. package/esm/models/stackinputvaluerequest.d.ts +8 -0
  282. package/esm/models/stackinputvaluerequest.d.ts.map +1 -0
  283. package/esm/models/stackinputvaluerequest.js +10 -0
  284. package/esm/models/stackinputvaluerequest.js.map +1 -0
  285. package/esm/models/syncacquireresponse.d.ts +916 -18
  286. package/esm/models/syncacquireresponse.d.ts.map +1 -1
  287. package/esm/models/syncacquireresponse.js +628 -1
  288. package/esm/models/syncacquireresponse.js.map +1 -1
  289. package/esm/models/synclistresponse.d.ts +313 -4
  290. package/esm/models/synclistresponse.d.ts.map +1 -1
  291. package/esm/models/synclistresponse.js +210 -1
  292. package/esm/models/synclistresponse.js.map +1 -1
  293. package/esm/models/syncreconcilerequest.d.ts +921 -0
  294. package/esm/models/syncreconcilerequest.d.ts.map +1 -1
  295. package/esm/models/syncreconcilerequest.js +534 -0
  296. package/esm/models/syncreconcilerequest.js.map +1 -1
  297. package/esm/models/syncreconcileresponse.d.ts +1318 -174
  298. package/esm/models/syncreconcileresponse.d.ts.map +1 -1
  299. package/esm/models/syncreconcileresponse.js +901 -91
  300. package/esm/models/syncreconcileresponse.js.map +1 -1
  301. package/esm/models/updateapikeyrequest.d.ts +11 -0
  302. package/esm/models/updateapikeyrequest.d.ts.map +1 -1
  303. package/esm/models/updateapikeyrequest.js +3 -0
  304. package/esm/models/updateapikeyrequest.js.map +1 -1
  305. package/esm/models/updatedebugsessionrequest.d.ts +21 -0
  306. package/esm/models/updatedebugsessionrequest.d.ts.map +1 -0
  307. package/esm/models/updatedebugsessionrequest.js +15 -0
  308. package/esm/models/updatedebugsessionrequest.js.map +1 -0
  309. package/esm/models/updatedeploymentsetuppolicy.d.ts +22 -0
  310. package/esm/models/updatedeploymentsetuppolicy.d.ts.map +1 -0
  311. package/esm/models/updatedeploymentsetuppolicy.js +14 -0
  312. package/esm/models/updatedeploymentsetuppolicy.js.map +1 -0
  313. package/esm/models/updateproject.d.ts +1 -1
  314. package/esm/sdk/auth.d.ts +2 -1
  315. package/esm/sdk/auth.d.ts.map +1 -1
  316. package/esm/sdk/auth.js +2 -2
  317. package/esm/sdk/auth.js.map +1 -1
  318. package/esm/sdk/debugsessions.d.ts +22 -0
  319. package/esm/sdk/debugsessions.d.ts.map +1 -0
  320. package/esm/sdk/debugsessions.js +36 -0
  321. package/esm/sdk/debugsessions.js.map +1 -0
  322. package/esm/sdk/deployment.d.ts +4 -0
  323. package/esm/sdk/deployment.d.ts.map +1 -1
  324. package/esm/sdk/deployment.js +7 -0
  325. package/esm/sdk/deployment.js.map +1 -1
  326. package/esm/sdk/sdk.d.ts +3 -0
  327. package/esm/sdk/sdk.d.ts.map +1 -1
  328. package/esm/sdk/sdk.js +4 -0
  329. package/esm/sdk/sdk.js.map +1 -1
  330. package/esm/sdk/user.d.ts +4 -4
  331. package/esm/sdk/user.d.ts.map +1 -1
  332. package/esm/sdk/user.js +6 -6
  333. package/esm/sdk/user.js.map +1 -1
  334. package/examples/{userGetProfile.example.ts → userListMemberships.example.ts} +2 -2
  335. package/jsr.json +1 -1
  336. package/package.json +1 -1
  337. package/src/funcs/authWhoami.ts +25 -2
  338. package/src/funcs/debugSessionsCreate.ts +178 -0
  339. package/src/funcs/debugSessionsGet.ts +179 -0
  340. package/src/funcs/debugSessionsList.ts +181 -0
  341. package/src/funcs/debugSessionsUpdate.ts +182 -0
  342. package/src/funcs/deploymentPlanCompute.ts +176 -0
  343. package/src/funcs/deploymentsList.ts +3 -1
  344. package/src/lib/config.ts +2 -2
  345. package/src/models/commanddeploymentinfo.ts +2 -2
  346. package/src/models/createdebugsessionrequest.ts +52 -0
  347. package/src/models/createdeploymentgrouptokenrequest.ts +9 -0
  348. package/src/models/createmanagerresponse.ts +520 -0
  349. package/src/models/createreleaserequest.ts +7 -7
  350. package/src/models/createsetupregistrationoperationrequest.ts +241 -0
  351. package/src/models/debugpackagepresignedurls.ts +32 -0
  352. package/src/models/debugsession.ts +118 -0
  353. package/src/models/debugsessionlistresponse.ts +42 -0
  354. package/src/models/debugsessionstate.ts +31 -0
  355. package/src/models/deployment.ts +651 -5
  356. package/src/models/deploymentcomputeplan.ts +500 -0
  357. package/src/models/deploymentconnectioninfo.ts +33 -4
  358. package/src/models/deploymentdetailresponse.ts +715 -5
  359. package/src/models/deploymentinfo.ts +37 -1
  360. package/src/models/deploymentinfosetupconfig.ts +544 -0
  361. package/src/models/deploymentlistitemresponse.ts +2 -2
  362. package/src/models/deploymentsetupconfig.ts +9 -0
  363. package/src/models/deploymentsetupstacksettingspolicy.ts +350 -0
  364. package/src/models/encryptedstackinputvalue.ts +86 -0
  365. package/src/models/forwardimportrequest.ts +9 -3
  366. package/src/models/importsource.ts +184 -0
  367. package/src/models/index.ts +11 -0
  368. package/src/models/managerretryresponse.ts +517 -0
  369. package/src/models/newdeploymentrequest.ts +219 -6
  370. package/src/models/operations/addworkspacemember.ts +1 -1
  371. package/src/models/operations/cancelmanagersetup.ts +1 -1
  372. package/src/models/operations/cancelpackage.ts +1 -1
  373. package/src/models/operations/createapikey.ts +1 -1
  374. package/src/models/operations/createcommand.ts +1 -1
  375. package/src/models/operations/createdebugsession.ts +45 -0
  376. package/src/models/operations/createdeployment.ts +1 -1
  377. package/src/models/operations/createdeploymentgroup.ts +1 -1
  378. package/src/models/operations/createdeploymentgrouptoken.ts +1 -1
  379. package/src/models/operations/createdeploymenttoken.ts +1 -1
  380. package/src/models/operations/createdomain.ts +1 -1
  381. package/src/models/operations/createdomainendpoint.ts +1 -1
  382. package/src/models/operations/createmanager.ts +1 -1
  383. package/src/models/operations/createproject.ts +3 -3
  384. package/src/models/operations/createprojectfromtemplate.ts +3 -3
  385. package/src/models/operations/createrelease.ts +1 -1
  386. package/src/models/operations/createsetupregistrationoperation.ts +1 -1
  387. package/src/models/operations/deleteapikeys.ts +1 -1
  388. package/src/models/operations/deletedeployment.ts +1 -1
  389. package/src/models/operations/deletedeploymentgroup.ts +1 -1
  390. package/src/models/operations/deletedomain.ts +1 -1
  391. package/src/models/operations/deletemanager.ts +1 -1
  392. package/src/models/operations/deleteproject.ts +1 -1
  393. package/src/models/operations/deleteworkspace.ts +1 -1
  394. package/src/models/operations/dismissworkspaceonboarding.ts +1 -1
  395. package/src/models/operations/generatemanagertoken.ts +1 -1
  396. package/src/models/operations/getapikey.ts +1 -1
  397. package/src/models/operations/getcloudregions.ts +1 -1
  398. package/src/models/operations/getcommand.ts +1 -1
  399. package/src/models/operations/getdebugsession.ts +39 -0
  400. package/src/models/operations/getdeployment.ts +1 -1
  401. package/src/models/operations/getdeploymentconnectioninfo.ts +1 -1
  402. package/src/models/operations/getdeploymentgroup.ts +1 -1
  403. package/src/models/operations/getdeploymentinfo.ts +1 -1
  404. package/src/models/operations/getdeploymentstats.ts +1 -1
  405. package/src/models/operations/getdomain.ts +1 -1
  406. package/src/models/operations/getevent.ts +1 -1
  407. package/src/models/operations/getmanager.ts +1 -1
  408. package/src/models/operations/getmanagerdeployment.ts +1 -1
  409. package/src/models/operations/getmanagerdomainbinding.ts +1 -1
  410. package/src/models/operations/getmanagermanagementconfig.ts +1 -1
  411. package/src/models/operations/getpackage.ts +1 -1
  412. package/src/models/operations/getproject.ts +1 -1
  413. package/src/models/operations/getprojectactiverelease.ts +1 -1
  414. package/src/models/operations/getprojectdeploymentportaldomain.ts +1 -1
  415. package/src/models/operations/getprojectgcpoauthprovider.ts +1 -1
  416. package/src/models/operations/getprojecttemplateurls.ts +1 -1
  417. package/src/models/operations/getrelease.ts +1 -1
  418. package/src/models/operations/getresourcedeploymentdetail.ts +1 -1
  419. package/src/models/operations/getsetupregistrationoperation.ts +1 -1
  420. package/src/models/operations/getworkspace.ts +1 -1
  421. package/src/models/operations/getworkspacebillingentitlements.ts +1 -1
  422. package/src/models/operations/importdeployment.ts +1 -1
  423. package/src/models/operations/index.ts +6 -0
  424. package/src/models/operations/listapikeys.ts +1 -1
  425. package/src/models/operations/listbillingauditlog.ts +1 -1
  426. package/src/models/operations/listcommanddeployments.ts +1 -1
  427. package/src/models/operations/listcommandnames.ts +1 -1
  428. package/src/models/operations/listcommands.ts +1 -1
  429. package/src/models/operations/listdebugsessions.ts +117 -0
  430. package/src/models/operations/listdeploymentfilterdeploymentgroups.ts +1 -1
  431. package/src/models/operations/listdeploymentfilterenvironments.ts +1 -1
  432. package/src/models/operations/listdeploymentgroups.ts +1 -1
  433. package/src/models/operations/listdeployments.ts +7 -1
  434. package/src/models/operations/listdomains.ts +1 -1
  435. package/src/models/operations/listevents.ts +1 -1
  436. package/src/models/operations/listmanagerevents.ts +1 -1
  437. package/src/models/operations/listmanagers.ts +1 -1
  438. package/src/models/operations/listpackages.ts +1 -1
  439. package/src/models/operations/listprojects.ts +1 -1
  440. package/src/models/operations/listreleaseauthors.ts +1 -1
  441. package/src/models/operations/listreleasebranches.ts +1 -1
  442. package/src/models/operations/listreleases.ts +1 -1
  443. package/src/models/operations/listresourcedeployments.ts +1 -1
  444. package/src/models/operations/listresourceoverview.ts +1 -1
  445. package/src/models/operations/listworkspacemembers.ts +1 -1
  446. package/src/models/operations/listworkspaces.ts +1 -1
  447. package/src/models/operations/pindeploymentrelease.ts +1 -1
  448. package/src/models/operations/plandeploymentcompute.ts +3412 -0
  449. package/src/models/operations/preparedeploymentstack.ts +1656 -1063
  450. package/src/models/operations/provisionmanager.ts +1 -1
  451. package/src/models/operations/rebuildpackages.ts +1 -1
  452. package/src/models/operations/redeploydeployment.ts +1 -1
  453. package/src/models/operations/refreshdomain.ts +1 -1
  454. package/src/models/operations/removeworkspacemember.ts +1 -1
  455. package/src/models/operations/reportmanagerheartbeat.ts +1 -1
  456. package/src/models/operations/resolve.ts +1 -1
  457. package/src/models/operations/resolvemanagergcpoauthprovider.ts +1 -1
  458. package/src/models/operations/retrydeployment.ts +1 -1
  459. package/src/models/operations/retrymanager.ts +1 -1
  460. package/src/models/operations/retrymanagersetup.ts +1 -1
  461. package/src/models/operations/revokeapikey.ts +1 -1
  462. package/src/models/operations/syncacquire.ts +1 -1
  463. package/src/models/operations/synclist.ts +1 -1
  464. package/src/models/operations/syncreconcile.ts +1 -1
  465. package/src/models/operations/syncrelease.ts +1 -1
  466. package/src/models/operations/updateapikey.ts +1 -1
  467. package/src/models/operations/updatecommand.ts +1 -1
  468. package/src/models/operations/updatedebugsession.ts +51 -0
  469. package/src/models/operations/updatedeploymentenvironmentvariables.ts +1 -1
  470. package/src/models/operations/updatedeploymentgroup.ts +1 -1
  471. package/src/models/operations/updatemanager.ts +1 -1
  472. package/src/models/operations/updatemanagerdomainbinding.ts +1 -1
  473. package/src/models/operations/updateproject.ts +1 -1
  474. package/src/models/operations/updateprojectgcpoauthprovider.ts +1 -1
  475. package/src/models/operations/updateworkspace.ts +1 -1
  476. package/src/models/operations/updateworkspacemember.ts +1 -1
  477. package/src/models/operations/whoami.ts +29 -0
  478. package/src/models/package.ts +1 -1
  479. package/src/models/persistimporteddeploymentrequest.ts +884 -0
  480. package/src/models/prepareddeploymentstack.ts +530 -0
  481. package/src/models/project.ts +1 -1
  482. package/src/models/projectlistitemresponse.ts +1 -1
  483. package/src/models/resolvedstackinputsummary.ts +54 -0
  484. package/src/models/stackinputvaluerequest.ts +28 -0
  485. package/src/models/syncacquireresponse.ts +2216 -154
  486. package/src/models/synclistresponse.ts +666 -5
  487. package/src/models/syncreconcilerequest.ts +2059 -82
  488. package/src/models/syncreconcileresponse.ts +2978 -444
  489. package/src/models/updateapikeyrequest.ts +17 -0
  490. package/src/models/updatedebugsessionrequest.ts +40 -0
  491. package/src/models/updatedeploymentsetuppolicy.ts +43 -0
  492. package/src/models/updateproject.ts +1 -1
  493. package/src/sdk/auth.ts +3 -0
  494. package/src/sdk/debugsessions.ts +70 -0
  495. package/src/sdk/deployment.ts +15 -0
  496. package/src/sdk/sdk.ts +6 -0
  497. package/src/sdk/user.ts +12 -12
@@ -11,8 +11,267 @@ import {
11
11
  import { ClosedEnum } from "../types/enums.js";
12
12
  import { Result as SafeParseResult } from "../types/fp.js";
13
13
  import { APIError, APIError$inboundSchema } from "./apierror.js";
14
+ import {
15
+ DeploymentSetupMethod,
16
+ DeploymentSetupMethod$inboundSchema,
17
+ } from "./deploymentsetupmethod.js";
14
18
  import { SDKValidationError } from "./errors/sdkvalidationerror.js";
15
19
 
20
+ export const SyncAcquireResponseCurrentReleaseTypeStringList = {
21
+ StringList: "stringList",
22
+ } as const;
23
+ export type SyncAcquireResponseCurrentReleaseTypeStringList = ClosedEnum<
24
+ typeof SyncAcquireResponseCurrentReleaseTypeStringList
25
+ >;
26
+
27
+ export type SyncAcquireResponseCurrentReleaseDefaultStringList = {
28
+ type: SyncAcquireResponseCurrentReleaseTypeStringList;
29
+ /**
30
+ * String list default.
31
+ */
32
+ value: Array<string>;
33
+ };
34
+
35
+ export const SyncAcquireResponseCurrentReleaseTypeBoolean = {
36
+ Boolean: "boolean",
37
+ } as const;
38
+ export type SyncAcquireResponseCurrentReleaseTypeBoolean = ClosedEnum<
39
+ typeof SyncAcquireResponseCurrentReleaseTypeBoolean
40
+ >;
41
+
42
+ export type SyncAcquireResponseCurrentReleaseDefaultBoolean = {
43
+ type: SyncAcquireResponseCurrentReleaseTypeBoolean;
44
+ /**
45
+ * Boolean default.
46
+ */
47
+ value: boolean;
48
+ };
49
+
50
+ export const SyncAcquireResponseCurrentReleaseTypeNumber = {
51
+ Number: "number",
52
+ } as const;
53
+ export type SyncAcquireResponseCurrentReleaseTypeNumber = ClosedEnum<
54
+ typeof SyncAcquireResponseCurrentReleaseTypeNumber
55
+ >;
56
+
57
+ export type SyncAcquireResponseCurrentReleaseDefaultNumber = {
58
+ type: SyncAcquireResponseCurrentReleaseTypeNumber;
59
+ /**
60
+ * Number default.
61
+ */
62
+ value: string;
63
+ };
64
+
65
+ export const SyncAcquireResponseCurrentReleaseTypeString = {
66
+ String: "string",
67
+ } as const;
68
+ export type SyncAcquireResponseCurrentReleaseTypeString = ClosedEnum<
69
+ typeof SyncAcquireResponseCurrentReleaseTypeString
70
+ >;
71
+
72
+ export type SyncAcquireResponseCurrentReleaseDefaultString = {
73
+ type: SyncAcquireResponseCurrentReleaseTypeString;
74
+ /**
75
+ * String default.
76
+ */
77
+ value: string;
78
+ };
79
+
80
+ export type SyncAcquireResponseCurrentReleaseDefaultUnion =
81
+ | SyncAcquireResponseCurrentReleaseDefaultString
82
+ | SyncAcquireResponseCurrentReleaseDefaultNumber
83
+ | SyncAcquireResponseCurrentReleaseDefaultBoolean
84
+ | SyncAcquireResponseCurrentReleaseDefaultStringList
85
+ | any;
86
+
87
+ /**
88
+ * Environment variable handling for a stack input mapping.
89
+ */
90
+ export const SyncAcquireResponseCurrentReleaseTypeEnvEnum = {
91
+ Plain: "plain",
92
+ Secret: "secret",
93
+ } as const;
94
+ /**
95
+ * Environment variable handling for a stack input mapping.
96
+ */
97
+ export type SyncAcquireResponseCurrentReleaseTypeEnvEnum = ClosedEnum<
98
+ typeof SyncAcquireResponseCurrentReleaseTypeEnvEnum
99
+ >;
100
+
101
+ export type SyncAcquireResponseCurrentReleaseTypeUnion =
102
+ | SyncAcquireResponseCurrentReleaseTypeEnvEnum
103
+ | any;
104
+
105
+ /**
106
+ * How a resolved stack input is injected into runtime environment variables.
107
+ */
108
+ export type SyncAcquireResponseCurrentReleaseEnv = {
109
+ /**
110
+ * Environment variable name.
111
+ */
112
+ name: string;
113
+ /**
114
+ * Target resource IDs or patterns. None means every env-capable resource.
115
+ */
116
+ targetResources?: Array<string> | null | undefined;
117
+ type?: SyncAcquireResponseCurrentReleaseTypeEnvEnum | any | null | undefined;
118
+ };
119
+
120
+ /**
121
+ * Primitive stack input kind.
122
+ */
123
+ export const SyncAcquireResponseCurrentReleaseKind = {
124
+ String: "string",
125
+ Secret: "secret",
126
+ Number: "number",
127
+ Integer: "integer",
128
+ Boolean: "boolean",
129
+ Enum: "enum",
130
+ StringList: "stringList",
131
+ } as const;
132
+ /**
133
+ * Primitive stack input kind.
134
+ */
135
+ export type SyncAcquireResponseCurrentReleaseKind = ClosedEnum<
136
+ typeof SyncAcquireResponseCurrentReleaseKind
137
+ >;
138
+
139
+ /**
140
+ * Represents the target cloud platform.
141
+ */
142
+ export const SyncAcquireResponseCurrentReleasePlatform = {
143
+ Aws: "aws",
144
+ Gcp: "gcp",
145
+ Azure: "azure",
146
+ Kubernetes: "kubernetes",
147
+ Local: "local",
148
+ Test: "test",
149
+ } as const;
150
+ /**
151
+ * Represents the target cloud platform.
152
+ */
153
+ export type SyncAcquireResponseCurrentReleasePlatform = ClosedEnum<
154
+ typeof SyncAcquireResponseCurrentReleasePlatform
155
+ >;
156
+
157
+ /**
158
+ * Who can provide a stack input value.
159
+ */
160
+ export const SyncAcquireResponseCurrentReleaseProvidedBy = {
161
+ Developer: "developer",
162
+ Deployer: "deployer",
163
+ } as const;
164
+ /**
165
+ * Who can provide a stack input value.
166
+ */
167
+ export type SyncAcquireResponseCurrentReleaseProvidedBy = ClosedEnum<
168
+ typeof SyncAcquireResponseCurrentReleaseProvidedBy
169
+ >;
170
+
171
+ /**
172
+ * Portable stack input validation constraints.
173
+ */
174
+ export type SyncAcquireResponseCurrentReleaseValidation = {
175
+ /**
176
+ * Semantic format hint such as url.
177
+ */
178
+ format?: string | null | undefined;
179
+ /**
180
+ * Maximum number.
181
+ */
182
+ max?: string | null | undefined;
183
+ /**
184
+ * Maximum string-list items.
185
+ */
186
+ maxItems?: number | null | undefined;
187
+ /**
188
+ * Maximum string length.
189
+ */
190
+ maxLength?: number | null | undefined;
191
+ /**
192
+ * Minimum number.
193
+ */
194
+ min?: string | null | undefined;
195
+ /**
196
+ * Minimum string-list items.
197
+ */
198
+ minItems?: number | null | undefined;
199
+ /**
200
+ * Minimum string length.
201
+ */
202
+ minLength?: number | null | undefined;
203
+ /**
204
+ * Portable whole-value regex pattern.
205
+ */
206
+ pattern?: string | null | undefined;
207
+ /**
208
+ * Allowed string enum values.
209
+ */
210
+ values?: Array<string> | null | undefined;
211
+ };
212
+
213
+ export type SyncAcquireResponseCurrentReleaseValidationUnion =
214
+ | SyncAcquireResponseCurrentReleaseValidation
215
+ | any;
216
+
217
+ /**
218
+ * Stack input definition serialized into a release stack.
219
+ */
220
+ export type SyncAcquireResponseCurrentReleaseInput = {
221
+ default?:
222
+ | SyncAcquireResponseCurrentReleaseDefaultString
223
+ | SyncAcquireResponseCurrentReleaseDefaultNumber
224
+ | SyncAcquireResponseCurrentReleaseDefaultBoolean
225
+ | SyncAcquireResponseCurrentReleaseDefaultStringList
226
+ | any
227
+ | null
228
+ | undefined;
229
+ /**
230
+ * Human-facing helper text.
231
+ */
232
+ description: string;
233
+ /**
234
+ * Runtime env-var mappings for v1 input resolution.
235
+ */
236
+ env?: Array<SyncAcquireResponseCurrentReleaseEnv> | undefined;
237
+ /**
238
+ * Stable input ID used by CLI/API calls.
239
+ */
240
+ id: string;
241
+ /**
242
+ * Primitive stack input kind.
243
+ */
244
+ kind: SyncAcquireResponseCurrentReleaseKind;
245
+ /**
246
+ * Human-facing field label.
247
+ */
248
+ label: string;
249
+ /**
250
+ * Example placeholder shown in UI.
251
+ */
252
+ placeholder?: string | null | undefined;
253
+ /**
254
+ * Platforms where this input applies.
255
+ */
256
+ platforms?:
257
+ | Array<SyncAcquireResponseCurrentReleasePlatform>
258
+ | null
259
+ | undefined;
260
+ /**
261
+ * Who can provide this value.
262
+ */
263
+ providedBy: Array<SyncAcquireResponseCurrentReleaseProvidedBy>;
264
+ /**
265
+ * Whether a resolved value is required before deployment can proceed.
266
+ */
267
+ required: boolean;
268
+ validation?:
269
+ | SyncAcquireResponseCurrentReleaseValidation
270
+ | any
271
+ | null
272
+ | undefined;
273
+ };
274
+
16
275
  export const SyncAcquireResponseCurrentReleaseManagementEnum = {
17
276
  Auto: "auto",
18
277
  } as const;
@@ -1228,6 +1487,10 @@ export type SyncAcquireResponseCurrentReleaseStack = {
1228
1487
  * Unique identifier for the stack
1229
1488
  */
1230
1489
  id: string;
1490
+ /**
1491
+ * Input definitions required before setup or deployment can proceed.
1492
+ */
1493
+ inputs?: Array<SyncAcquireResponseCurrentReleaseInput> | undefined;
1231
1494
  /**
1232
1495
  * Combined permissions configuration that contains both profiles and management
1233
1496
  */
@@ -1509,6 +1772,261 @@ export type SyncAcquireResponseCurrentPlatform = ClosedEnum<
1509
1772
  typeof SyncAcquireResponseCurrentPlatform
1510
1773
  >;
1511
1774
 
1775
+ export const SyncAcquireResponsePreparedStackTypeStringList = {
1776
+ StringList: "stringList",
1777
+ } as const;
1778
+ export type SyncAcquireResponsePreparedStackTypeStringList = ClosedEnum<
1779
+ typeof SyncAcquireResponsePreparedStackTypeStringList
1780
+ >;
1781
+
1782
+ export type SyncAcquireResponsePreparedStackDefaultStringList = {
1783
+ type: SyncAcquireResponsePreparedStackTypeStringList;
1784
+ /**
1785
+ * String list default.
1786
+ */
1787
+ value: Array<string>;
1788
+ };
1789
+
1790
+ export const SyncAcquireResponsePreparedStackTypeBoolean = {
1791
+ Boolean: "boolean",
1792
+ } as const;
1793
+ export type SyncAcquireResponsePreparedStackTypeBoolean = ClosedEnum<
1794
+ typeof SyncAcquireResponsePreparedStackTypeBoolean
1795
+ >;
1796
+
1797
+ export type SyncAcquireResponsePreparedStackDefaultBoolean = {
1798
+ type: SyncAcquireResponsePreparedStackTypeBoolean;
1799
+ /**
1800
+ * Boolean default.
1801
+ */
1802
+ value: boolean;
1803
+ };
1804
+
1805
+ export const SyncAcquireResponsePreparedStackTypeNumber = {
1806
+ Number: "number",
1807
+ } as const;
1808
+ export type SyncAcquireResponsePreparedStackTypeNumber = ClosedEnum<
1809
+ typeof SyncAcquireResponsePreparedStackTypeNumber
1810
+ >;
1811
+
1812
+ export type SyncAcquireResponsePreparedStackDefaultNumber = {
1813
+ type: SyncAcquireResponsePreparedStackTypeNumber;
1814
+ /**
1815
+ * Number default.
1816
+ */
1817
+ value: string;
1818
+ };
1819
+
1820
+ export const SyncAcquireResponsePreparedStackTypeString = {
1821
+ String: "string",
1822
+ } as const;
1823
+ export type SyncAcquireResponsePreparedStackTypeString = ClosedEnum<
1824
+ typeof SyncAcquireResponsePreparedStackTypeString
1825
+ >;
1826
+
1827
+ export type SyncAcquireResponsePreparedStackDefaultString = {
1828
+ type: SyncAcquireResponsePreparedStackTypeString;
1829
+ /**
1830
+ * String default.
1831
+ */
1832
+ value: string;
1833
+ };
1834
+
1835
+ export type SyncAcquireResponsePreparedStackDefaultUnion =
1836
+ | SyncAcquireResponsePreparedStackDefaultString
1837
+ | SyncAcquireResponsePreparedStackDefaultNumber
1838
+ | SyncAcquireResponsePreparedStackDefaultBoolean
1839
+ | SyncAcquireResponsePreparedStackDefaultStringList
1840
+ | any;
1841
+
1842
+ /**
1843
+ * Environment variable handling for a stack input mapping.
1844
+ */
1845
+ export const SyncAcquireResponsePreparedStackTypeEnvEnum = {
1846
+ Plain: "plain",
1847
+ Secret: "secret",
1848
+ } as const;
1849
+ /**
1850
+ * Environment variable handling for a stack input mapping.
1851
+ */
1852
+ export type SyncAcquireResponsePreparedStackTypeEnvEnum = ClosedEnum<
1853
+ typeof SyncAcquireResponsePreparedStackTypeEnvEnum
1854
+ >;
1855
+
1856
+ export type SyncAcquireResponsePreparedStackTypeUnion =
1857
+ | SyncAcquireResponsePreparedStackTypeEnvEnum
1858
+ | any;
1859
+
1860
+ /**
1861
+ * How a resolved stack input is injected into runtime environment variables.
1862
+ */
1863
+ export type SyncAcquireResponsePreparedStackEnv = {
1864
+ /**
1865
+ * Environment variable name.
1866
+ */
1867
+ name: string;
1868
+ /**
1869
+ * Target resource IDs or patterns. None means every env-capable resource.
1870
+ */
1871
+ targetResources?: Array<string> | null | undefined;
1872
+ type?: SyncAcquireResponsePreparedStackTypeEnvEnum | any | null | undefined;
1873
+ };
1874
+
1875
+ /**
1876
+ * Primitive stack input kind.
1877
+ */
1878
+ export const SyncAcquireResponsePreparedStackKind = {
1879
+ String: "string",
1880
+ Secret: "secret",
1881
+ Number: "number",
1882
+ Integer: "integer",
1883
+ Boolean: "boolean",
1884
+ Enum: "enum",
1885
+ StringList: "stringList",
1886
+ } as const;
1887
+ /**
1888
+ * Primitive stack input kind.
1889
+ */
1890
+ export type SyncAcquireResponsePreparedStackKind = ClosedEnum<
1891
+ typeof SyncAcquireResponsePreparedStackKind
1892
+ >;
1893
+
1894
+ /**
1895
+ * Represents the target cloud platform.
1896
+ */
1897
+ export const SyncAcquireResponsePreparedStackPlatform = {
1898
+ Aws: "aws",
1899
+ Gcp: "gcp",
1900
+ Azure: "azure",
1901
+ Kubernetes: "kubernetes",
1902
+ Local: "local",
1903
+ Test: "test",
1904
+ } as const;
1905
+ /**
1906
+ * Represents the target cloud platform.
1907
+ */
1908
+ export type SyncAcquireResponsePreparedStackPlatform = ClosedEnum<
1909
+ typeof SyncAcquireResponsePreparedStackPlatform
1910
+ >;
1911
+
1912
+ /**
1913
+ * Who can provide a stack input value.
1914
+ */
1915
+ export const SyncAcquireResponsePreparedStackProvidedBy = {
1916
+ Developer: "developer",
1917
+ Deployer: "deployer",
1918
+ } as const;
1919
+ /**
1920
+ * Who can provide a stack input value.
1921
+ */
1922
+ export type SyncAcquireResponsePreparedStackProvidedBy = ClosedEnum<
1923
+ typeof SyncAcquireResponsePreparedStackProvidedBy
1924
+ >;
1925
+
1926
+ /**
1927
+ * Portable stack input validation constraints.
1928
+ */
1929
+ export type SyncAcquireResponsePreparedStackValidation = {
1930
+ /**
1931
+ * Semantic format hint such as url.
1932
+ */
1933
+ format?: string | null | undefined;
1934
+ /**
1935
+ * Maximum number.
1936
+ */
1937
+ max?: string | null | undefined;
1938
+ /**
1939
+ * Maximum string-list items.
1940
+ */
1941
+ maxItems?: number | null | undefined;
1942
+ /**
1943
+ * Maximum string length.
1944
+ */
1945
+ maxLength?: number | null | undefined;
1946
+ /**
1947
+ * Minimum number.
1948
+ */
1949
+ min?: string | null | undefined;
1950
+ /**
1951
+ * Minimum string-list items.
1952
+ */
1953
+ minItems?: number | null | undefined;
1954
+ /**
1955
+ * Minimum string length.
1956
+ */
1957
+ minLength?: number | null | undefined;
1958
+ /**
1959
+ * Portable whole-value regex pattern.
1960
+ */
1961
+ pattern?: string | null | undefined;
1962
+ /**
1963
+ * Allowed string enum values.
1964
+ */
1965
+ values?: Array<string> | null | undefined;
1966
+ };
1967
+
1968
+ export type SyncAcquireResponsePreparedStackValidationUnion =
1969
+ | SyncAcquireResponsePreparedStackValidation
1970
+ | any;
1971
+
1972
+ /**
1973
+ * Stack input definition serialized into a release stack.
1974
+ */
1975
+ export type SyncAcquireResponsePreparedStackInput = {
1976
+ default?:
1977
+ | SyncAcquireResponsePreparedStackDefaultString
1978
+ | SyncAcquireResponsePreparedStackDefaultNumber
1979
+ | SyncAcquireResponsePreparedStackDefaultBoolean
1980
+ | SyncAcquireResponsePreparedStackDefaultStringList
1981
+ | any
1982
+ | null
1983
+ | undefined;
1984
+ /**
1985
+ * Human-facing helper text.
1986
+ */
1987
+ description: string;
1988
+ /**
1989
+ * Runtime env-var mappings for v1 input resolution.
1990
+ */
1991
+ env?: Array<SyncAcquireResponsePreparedStackEnv> | undefined;
1992
+ /**
1993
+ * Stable input ID used by CLI/API calls.
1994
+ */
1995
+ id: string;
1996
+ /**
1997
+ * Primitive stack input kind.
1998
+ */
1999
+ kind: SyncAcquireResponsePreparedStackKind;
2000
+ /**
2001
+ * Human-facing field label.
2002
+ */
2003
+ label: string;
2004
+ /**
2005
+ * Example placeholder shown in UI.
2006
+ */
2007
+ placeholder?: string | null | undefined;
2008
+ /**
2009
+ * Platforms where this input applies.
2010
+ */
2011
+ platforms?:
2012
+ | Array<SyncAcquireResponsePreparedStackPlatform>
2013
+ | null
2014
+ | undefined;
2015
+ /**
2016
+ * Who can provide this value.
2017
+ */
2018
+ providedBy: Array<SyncAcquireResponsePreparedStackProvidedBy>;
2019
+ /**
2020
+ * Whether a resolved value is required before deployment can proceed.
2021
+ */
2022
+ required: boolean;
2023
+ validation?:
2024
+ | SyncAcquireResponsePreparedStackValidation
2025
+ | any
2026
+ | null
2027
+ | undefined;
2028
+ };
2029
+
1512
2030
  export const SyncAcquireResponsePreparedStackManagementEnum = {
1513
2031
  Auto: "auto",
1514
2032
  } as const;
@@ -2721,6 +3239,10 @@ export type SyncAcquireResponsePreparedStack = {
2721
3239
  * Unique identifier for the stack
2722
3240
  */
2723
3241
  id: string;
3242
+ /**
3243
+ * Input definitions required before setup or deployment can proceed.
3244
+ */
3245
+ inputs?: Array<SyncAcquireResponsePreparedStackInput> | undefined;
2724
3246
  /**
2725
3247
  * Combined permissions configuration that contains both profiles and management
2726
3248
  */
@@ -3124,6 +3646,261 @@ export type SyncAcquireResponseStatus = ClosedEnum<
3124
3646
  typeof SyncAcquireResponseStatus
3125
3647
  >;
3126
3648
 
3649
+ export const SyncAcquireResponseTargetReleaseTypeStringList = {
3650
+ StringList: "stringList",
3651
+ } as const;
3652
+ export type SyncAcquireResponseTargetReleaseTypeStringList = ClosedEnum<
3653
+ typeof SyncAcquireResponseTargetReleaseTypeStringList
3654
+ >;
3655
+
3656
+ export type SyncAcquireResponseTargetReleaseDefaultStringList = {
3657
+ type: SyncAcquireResponseTargetReleaseTypeStringList;
3658
+ /**
3659
+ * String list default.
3660
+ */
3661
+ value: Array<string>;
3662
+ };
3663
+
3664
+ export const SyncAcquireResponseTargetReleaseTypeBoolean = {
3665
+ Boolean: "boolean",
3666
+ } as const;
3667
+ export type SyncAcquireResponseTargetReleaseTypeBoolean = ClosedEnum<
3668
+ typeof SyncAcquireResponseTargetReleaseTypeBoolean
3669
+ >;
3670
+
3671
+ export type SyncAcquireResponseTargetReleaseDefaultBoolean = {
3672
+ type: SyncAcquireResponseTargetReleaseTypeBoolean;
3673
+ /**
3674
+ * Boolean default.
3675
+ */
3676
+ value: boolean;
3677
+ };
3678
+
3679
+ export const SyncAcquireResponseTargetReleaseTypeNumber = {
3680
+ Number: "number",
3681
+ } as const;
3682
+ export type SyncAcquireResponseTargetReleaseTypeNumber = ClosedEnum<
3683
+ typeof SyncAcquireResponseTargetReleaseTypeNumber
3684
+ >;
3685
+
3686
+ export type SyncAcquireResponseTargetReleaseDefaultNumber = {
3687
+ type: SyncAcquireResponseTargetReleaseTypeNumber;
3688
+ /**
3689
+ * Number default.
3690
+ */
3691
+ value: string;
3692
+ };
3693
+
3694
+ export const SyncAcquireResponseTargetReleaseTypeString = {
3695
+ String: "string",
3696
+ } as const;
3697
+ export type SyncAcquireResponseTargetReleaseTypeString = ClosedEnum<
3698
+ typeof SyncAcquireResponseTargetReleaseTypeString
3699
+ >;
3700
+
3701
+ export type SyncAcquireResponseTargetReleaseDefaultString = {
3702
+ type: SyncAcquireResponseTargetReleaseTypeString;
3703
+ /**
3704
+ * String default.
3705
+ */
3706
+ value: string;
3707
+ };
3708
+
3709
+ export type SyncAcquireResponseTargetReleaseDefaultUnion =
3710
+ | SyncAcquireResponseTargetReleaseDefaultString
3711
+ | SyncAcquireResponseTargetReleaseDefaultNumber
3712
+ | SyncAcquireResponseTargetReleaseDefaultBoolean
3713
+ | SyncAcquireResponseTargetReleaseDefaultStringList
3714
+ | any;
3715
+
3716
+ /**
3717
+ * Environment variable handling for a stack input mapping.
3718
+ */
3719
+ export const SyncAcquireResponseTargetReleaseTypeEnvEnum = {
3720
+ Plain: "plain",
3721
+ Secret: "secret",
3722
+ } as const;
3723
+ /**
3724
+ * Environment variable handling for a stack input mapping.
3725
+ */
3726
+ export type SyncAcquireResponseTargetReleaseTypeEnvEnum = ClosedEnum<
3727
+ typeof SyncAcquireResponseTargetReleaseTypeEnvEnum
3728
+ >;
3729
+
3730
+ export type SyncAcquireResponseTargetReleaseTypeUnion =
3731
+ | SyncAcquireResponseTargetReleaseTypeEnvEnum
3732
+ | any;
3733
+
3734
+ /**
3735
+ * How a resolved stack input is injected into runtime environment variables.
3736
+ */
3737
+ export type SyncAcquireResponseTargetReleaseEnv = {
3738
+ /**
3739
+ * Environment variable name.
3740
+ */
3741
+ name: string;
3742
+ /**
3743
+ * Target resource IDs or patterns. None means every env-capable resource.
3744
+ */
3745
+ targetResources?: Array<string> | null | undefined;
3746
+ type?: SyncAcquireResponseTargetReleaseTypeEnvEnum | any | null | undefined;
3747
+ };
3748
+
3749
+ /**
3750
+ * Primitive stack input kind.
3751
+ */
3752
+ export const SyncAcquireResponseTargetReleaseKind = {
3753
+ String: "string",
3754
+ Secret: "secret",
3755
+ Number: "number",
3756
+ Integer: "integer",
3757
+ Boolean: "boolean",
3758
+ Enum: "enum",
3759
+ StringList: "stringList",
3760
+ } as const;
3761
+ /**
3762
+ * Primitive stack input kind.
3763
+ */
3764
+ export type SyncAcquireResponseTargetReleaseKind = ClosedEnum<
3765
+ typeof SyncAcquireResponseTargetReleaseKind
3766
+ >;
3767
+
3768
+ /**
3769
+ * Represents the target cloud platform.
3770
+ */
3771
+ export const SyncAcquireResponseTargetReleasePlatform = {
3772
+ Aws: "aws",
3773
+ Gcp: "gcp",
3774
+ Azure: "azure",
3775
+ Kubernetes: "kubernetes",
3776
+ Local: "local",
3777
+ Test: "test",
3778
+ } as const;
3779
+ /**
3780
+ * Represents the target cloud platform.
3781
+ */
3782
+ export type SyncAcquireResponseTargetReleasePlatform = ClosedEnum<
3783
+ typeof SyncAcquireResponseTargetReleasePlatform
3784
+ >;
3785
+
3786
+ /**
3787
+ * Who can provide a stack input value.
3788
+ */
3789
+ export const SyncAcquireResponseTargetReleaseProvidedBy = {
3790
+ Developer: "developer",
3791
+ Deployer: "deployer",
3792
+ } as const;
3793
+ /**
3794
+ * Who can provide a stack input value.
3795
+ */
3796
+ export type SyncAcquireResponseTargetReleaseProvidedBy = ClosedEnum<
3797
+ typeof SyncAcquireResponseTargetReleaseProvidedBy
3798
+ >;
3799
+
3800
+ /**
3801
+ * Portable stack input validation constraints.
3802
+ */
3803
+ export type SyncAcquireResponseTargetReleaseValidation = {
3804
+ /**
3805
+ * Semantic format hint such as url.
3806
+ */
3807
+ format?: string | null | undefined;
3808
+ /**
3809
+ * Maximum number.
3810
+ */
3811
+ max?: string | null | undefined;
3812
+ /**
3813
+ * Maximum string-list items.
3814
+ */
3815
+ maxItems?: number | null | undefined;
3816
+ /**
3817
+ * Maximum string length.
3818
+ */
3819
+ maxLength?: number | null | undefined;
3820
+ /**
3821
+ * Minimum number.
3822
+ */
3823
+ min?: string | null | undefined;
3824
+ /**
3825
+ * Minimum string-list items.
3826
+ */
3827
+ minItems?: number | null | undefined;
3828
+ /**
3829
+ * Minimum string length.
3830
+ */
3831
+ minLength?: number | null | undefined;
3832
+ /**
3833
+ * Portable whole-value regex pattern.
3834
+ */
3835
+ pattern?: string | null | undefined;
3836
+ /**
3837
+ * Allowed string enum values.
3838
+ */
3839
+ values?: Array<string> | null | undefined;
3840
+ };
3841
+
3842
+ export type SyncAcquireResponseTargetReleaseValidationUnion =
3843
+ | SyncAcquireResponseTargetReleaseValidation
3844
+ | any;
3845
+
3846
+ /**
3847
+ * Stack input definition serialized into a release stack.
3848
+ */
3849
+ export type SyncAcquireResponseTargetReleaseInput = {
3850
+ default?:
3851
+ | SyncAcquireResponseTargetReleaseDefaultString
3852
+ | SyncAcquireResponseTargetReleaseDefaultNumber
3853
+ | SyncAcquireResponseTargetReleaseDefaultBoolean
3854
+ | SyncAcquireResponseTargetReleaseDefaultStringList
3855
+ | any
3856
+ | null
3857
+ | undefined;
3858
+ /**
3859
+ * Human-facing helper text.
3860
+ */
3861
+ description: string;
3862
+ /**
3863
+ * Runtime env-var mappings for v1 input resolution.
3864
+ */
3865
+ env?: Array<SyncAcquireResponseTargetReleaseEnv> | undefined;
3866
+ /**
3867
+ * Stable input ID used by CLI/API calls.
3868
+ */
3869
+ id: string;
3870
+ /**
3871
+ * Primitive stack input kind.
3872
+ */
3873
+ kind: SyncAcquireResponseTargetReleaseKind;
3874
+ /**
3875
+ * Human-facing field label.
3876
+ */
3877
+ label: string;
3878
+ /**
3879
+ * Example placeholder shown in UI.
3880
+ */
3881
+ placeholder?: string | null | undefined;
3882
+ /**
3883
+ * Platforms where this input applies.
3884
+ */
3885
+ platforms?:
3886
+ | Array<SyncAcquireResponseTargetReleasePlatform>
3887
+ | null
3888
+ | undefined;
3889
+ /**
3890
+ * Who can provide this value.
3891
+ */
3892
+ providedBy: Array<SyncAcquireResponseTargetReleaseProvidedBy>;
3893
+ /**
3894
+ * Whether a resolved value is required before deployment can proceed.
3895
+ */
3896
+ required: boolean;
3897
+ validation?:
3898
+ | SyncAcquireResponseTargetReleaseValidation
3899
+ | any
3900
+ | null
3901
+ | undefined;
3902
+ };
3903
+
3127
3904
  export const SyncAcquireResponseTargetReleaseManagementEnum = {
3128
3905
  Auto: "auto",
3129
3906
  } as const;
@@ -4336,6 +5113,10 @@ export type SyncAcquireResponseTargetReleaseStack = {
4336
5113
  * Unique identifier for the stack
4337
5114
  */
4338
5115
  id: string;
5116
+ /**
5117
+ * Input definitions required before setup or deployment can proceed.
5118
+ */
5119
+ inputs?: Array<SyncAcquireResponseTargetReleaseInput> | undefined;
4339
5120
  /**
4340
5121
  * Combined permissions configuration that contains both profiles and management
4341
5122
  */
@@ -4747,14 +5528,96 @@ export type SyncAcquireResponseDnsStatus = ClosedEnum<
4747
5528
  typeof SyncAcquireResponseDnsStatus
4748
5529
  >;
4749
5530
 
5531
+ /**
5532
+ * Certificate status in the certificate lifecycle
5533
+ */
5534
+ export const SyncAcquireResponseEndpointsCertificateStatus = {
5535
+ Pending: "pending",
5536
+ Issued: "issued",
5537
+ Renewing: "renewing",
5538
+ RenewalFailed: "renewal-failed",
5539
+ Failed: "failed",
5540
+ Deleting: "deleting",
5541
+ } as const;
5542
+ /**
5543
+ * Certificate status in the certificate lifecycle
5544
+ */
5545
+ export type SyncAcquireResponseEndpointsCertificateStatus = ClosedEnum<
5546
+ typeof SyncAcquireResponseEndpointsCertificateStatus
5547
+ >;
5548
+
5549
+ /**
5550
+ * DNS record status in the DNS lifecycle
5551
+ */
5552
+ export const SyncAcquireResponseEndpointsDnsStatus = {
5553
+ Pending: "pending",
5554
+ Active: "active",
5555
+ Updating: "updating",
5556
+ Deleting: "deleting",
5557
+ Failed: "failed",
5558
+ } as const;
5559
+ /**
5560
+ * DNS record status in the DNS lifecycle
5561
+ */
5562
+ export type SyncAcquireResponseEndpointsDnsStatus = ClosedEnum<
5563
+ typeof SyncAcquireResponseEndpointsDnsStatus
5564
+ >;
5565
+
5566
+ /**
5567
+ * Certificate and DNS metadata for a managed hostname.
5568
+ *
5569
+ * @remarks
5570
+ *
5571
+ * Includes decrypted certificate data for issued certificates.
5572
+ * Private keys are deployment-scoped secrets (like environment variables).
5573
+ */
5574
+ export type SyncAcquireResponseEndpoints = {
5575
+ /**
5576
+ * Full PEM certificate chain (only present if status is "issued").
5577
+ */
5578
+ certificateChain?: string | null | undefined;
5579
+ /**
5580
+ * Certificate ID (for tracking/logging).
5581
+ */
5582
+ certificateId: string;
5583
+ /**
5584
+ * Certificate status in the certificate lifecycle
5585
+ */
5586
+ certificateStatus: SyncAcquireResponseEndpointsCertificateStatus;
5587
+ /**
5588
+ * Last DNS error message. Present when DNS previously failed, even if status
5589
+ *
5590
+ * @remarks
5591
+ * was reset to pending for retry. Used to surface actionable error context
5592
+ * in WaitingForDns failure messages.
5593
+ */
5594
+ dnsError?: string | null | undefined;
5595
+ /**
5596
+ * DNS record status in the DNS lifecycle
5597
+ */
5598
+ dnsStatus: SyncAcquireResponseEndpointsDnsStatus;
5599
+ /**
5600
+ * Fully qualified domain name.
5601
+ */
5602
+ fqdn: string;
5603
+ /**
5604
+ * ISO 8601 timestamp when certificate was issued (for renewal detection).
5605
+ */
5606
+ issuedAt?: string | null | undefined;
5607
+ /**
5608
+ * Decrypted private key (only present if status is "issued").
5609
+ */
5610
+ privateKey?: string | null | undefined;
5611
+ };
5612
+
4750
5613
  /**
4751
5614
  * Certificate and DNS metadata for a public resource.
4752
5615
  *
4753
5616
  * @remarks
4754
5617
  *
4755
- * The direct fields describe the primary generated hostname. `aliases`
4756
- * contains additional managed hostnames that route directly to the same
4757
- * resource.
5618
+ * The direct fields describe the primary endpoint hostname. `endpoints`
5619
+ * contains endpoint-scoped metadata keyed by endpoint name. `aliases` contains
5620
+ * additional managed hostnames that route directly to the primary endpoint.
4758
5621
  */
4759
5622
  export type SyncAcquireResponseDomainMetadataResources = {
4760
5623
  /**
@@ -4774,17 +5637,17 @@ export type SyncAcquireResponseDomainMetadataResources = {
4774
5637
  */
4775
5638
  certificateStatus: SyncAcquireResponseCertificateStatus;
4776
5639
  /**
4777
- * Last DNS error message. Present when DNS previously failed, even if status
4778
- *
4779
- * @remarks
4780
- * was reset to pending for retry. Used to surface actionable error context
4781
- * in WaitingForDns failure messages.
5640
+ * Last DNS error message.
4782
5641
  */
4783
5642
  dnsError?: string | null | undefined;
4784
5643
  /**
4785
5644
  * DNS record status in the DNS lifecycle
4786
5645
  */
4787
5646
  dnsStatus: SyncAcquireResponseDnsStatus;
5647
+ /**
5648
+ * Endpoint-scoped metadata keyed by endpoint name.
5649
+ */
5650
+ endpoints?: { [k: string]: SyncAcquireResponseEndpoints } | undefined;
4788
5651
  /**
4789
5652
  * Fully qualified domain name.
4790
5653
  */
@@ -6869,10 +7732,12 @@ export type SyncAcquireResponseManagementConfigUnion =
6869
7732
  *
6870
7733
  * @remarks
6871
7734
  *
6872
- * When set, worker runtimes export captured application logs through the
6873
- * given endpoint via OTLP/HTTP. Auth headers are runtime-owned secret material:
6874
- * deployment code must sync them to a runtime-only secret and avoid putting
6875
- * them into user application environment variables.
7735
+ * When set, injected compute runtimes export captured application logs
7736
+ * through the given endpoint via OTLP/HTTP; which resources are injected
7737
+ * is platform-dependent. Workers and daemons read auth headers from a
7738
+ * runtime-only secret never from application environment variables.
7739
+ * Containers have no runtime wrapper, so they get the endpoint and auth
7740
+ * header as plain OTEL env vars for the application's own exporter.
6876
7741
  */
6877
7742
  export type SyncAcquireResponseMonitoring = {
6878
7743
  /**
@@ -6926,6 +7791,63 @@ export type SyncAcquireResponseMonitoringUnion =
6926
7791
  | SyncAcquireResponseMonitoring
6927
7792
  | any;
6928
7793
 
7794
+ export type SyncAcquireResponsePoolsAutoscale = {
7795
+ /**
7796
+ * Provider machine type selected for this deployment.
7797
+ */
7798
+ machine?: string | null | undefined;
7799
+ /**
7800
+ * Maximum machine count.
7801
+ */
7802
+ max: number;
7803
+ /**
7804
+ * Minimum machine count.
7805
+ */
7806
+ min: number;
7807
+ mode: "autoscale";
7808
+ };
7809
+
7810
+ export type SyncAcquireResponsePoolsFixed = {
7811
+ /**
7812
+ * Provider machine type selected for this deployment.
7813
+ */
7814
+ machine?: string | null | undefined;
7815
+ /**
7816
+ * Number of machines to run.
7817
+ */
7818
+ machines: number;
7819
+ mode: "fixed";
7820
+ };
7821
+
7822
+ /**
7823
+ * User-selected deployment settings for one compute pool.
7824
+ */
7825
+ export type SyncAcquireResponsePoolsUnion =
7826
+ | SyncAcquireResponsePoolsFixed
7827
+ | SyncAcquireResponsePoolsAutoscale;
7828
+
7829
+ /**
7830
+ * Deployment-time compute choices for Alien-managed compute pools.
7831
+ *
7832
+ * @remarks
7833
+ *
7834
+ * Application source declares portable pool requirements. This settings
7835
+ * object stores the concrete choices made for one deployment, such as the
7836
+ * provider machine type and selected machine counts.
7837
+ */
7838
+ export type SyncAcquireResponseCompute = {
7839
+ /**
7840
+ * Selected compute choices keyed by pool ID.
7841
+ */
7842
+ pools?: {
7843
+ [k: string]:
7844
+ | SyncAcquireResponsePoolsFixed
7845
+ | SyncAcquireResponsePoolsAutoscale;
7846
+ } | undefined;
7847
+ };
7848
+
7849
+ export type SyncAcquireResponseComputeUnion = SyncAcquireResponseCompute | any;
7850
+
6929
7851
  /**
6930
7852
  * Deployment model: how updates are delivered to the remote environment.
6931
7853
  */
@@ -7915,6 +8837,7 @@ export type SyncAcquireResponseUpdates = ClosedEnum<
7915
8837
  * is platform-derived (from the Manager's ServiceAccount).
7916
8838
  */
7917
8839
  export type SyncAcquireResponseStackSettings = {
8840
+ compute?: SyncAcquireResponseCompute | any | null | undefined;
7918
8841
  /**
7919
8842
  * Deployment model: how updates are delivered to the remote environment.
7920
8843
  */
@@ -8067,7 +8990,7 @@ export type SyncAcquireResponseConfig = {
8067
8990
  */
8068
8991
  nativeImageHost?: string | null | undefined;
8069
8992
  /**
8070
- * Public URLs for exposed resources (optional override).
8993
+ * Public endpoint URLs for exposed resources (optional override).
8071
8994
  *
8072
8995
  * @remarks
8073
8996
  *
@@ -8076,14 +8999,14 @@ export type SyncAcquireResponseConfig = {
8076
8999
  * load balancer outputs so DNS, certificate renewal, and route readiness
8077
9000
  * stay tied to the resource state.
8078
9001
  *
8079
- * If not set, platforms determine public URLs from other sources:
9002
+ * If not set, platforms determine public endpoint URLs from other sources:
8080
9003
  * - Managed DNS/TLS flows: `domain_metadata` FQDN or load balancer DNS
8081
9004
  * - Local: `http://localhost:{allocated_port}`
8082
- * - Custom or disabled exposure: no public URL unless a controller reports one
9005
+ * - Custom or disabled exposure: no public endpoint URL unless a controller reports one
8083
9006
  *
8084
- * Key: resource ID, Value: public URL (e.g., "https://api.acme.com")
9007
+ * Outer key: resource ID. Inner key: endpoint name. Value: public URL.
8085
9008
  */
8086
- publicUrls?: { [k: string]: string } | null | undefined;
9009
+ publicEndpoints?: { [k: string]: { [k: string]: string } } | null | undefined;
8087
9010
  /**
8088
9011
  * User-customizable deployment settings specified at deploy time.
8089
9012
  *
@@ -8108,6 +9031,7 @@ export type SyncAcquireResponseDeployment = {
8108
9031
  * Project ID the deployment belongs to
8109
9032
  */
8110
9033
  projectId: string;
9034
+ setupMethod?: DeploymentSetupMethod | undefined;
8111
9035
  /**
8112
9036
  * Current deployment state (includes releases)
8113
9037
  */
@@ -8130,19 +9054,349 @@ export type Failure = {
8130
9054
  error: APIError;
8131
9055
  };
8132
9056
 
8133
- /**
8134
- * Acquired deployments and failures
8135
- */
8136
- export type SyncAcquireResponse = {
8137
- /**
8138
- * List of acquired deployments with deployment context
8139
- */
8140
- deployments: Array<SyncAcquireResponseDeployment>;
8141
- /**
8142
- * List of deployments that failed during context building (locks already released)
8143
- */
8144
- failures: Array<Failure>;
8145
- };
9057
+ /**
9058
+ * Acquired deployments and failures
9059
+ */
9060
+ export type SyncAcquireResponse = {
9061
+ /**
9062
+ * List of acquired deployments with deployment context
9063
+ */
9064
+ deployments: Array<SyncAcquireResponseDeployment>;
9065
+ /**
9066
+ * List of deployments that failed during context building (locks already released)
9067
+ */
9068
+ failures: Array<Failure>;
9069
+ };
9070
+
9071
+ /** @internal */
9072
+ export const SyncAcquireResponseCurrentReleaseTypeStringList$inboundSchema:
9073
+ z.ZodEnum<typeof SyncAcquireResponseCurrentReleaseTypeStringList> = z.enum(
9074
+ SyncAcquireResponseCurrentReleaseTypeStringList,
9075
+ );
9076
+
9077
+ /** @internal */
9078
+ export const SyncAcquireResponseCurrentReleaseDefaultStringList$inboundSchema:
9079
+ z.ZodType<SyncAcquireResponseCurrentReleaseDefaultStringList, unknown> = z
9080
+ .object({
9081
+ type: SyncAcquireResponseCurrentReleaseTypeStringList$inboundSchema,
9082
+ value: z.array(z.string()),
9083
+ });
9084
+
9085
+ export function syncAcquireResponseCurrentReleaseDefaultStringListFromJSON(
9086
+ jsonString: string,
9087
+ ): SafeParseResult<
9088
+ SyncAcquireResponseCurrentReleaseDefaultStringList,
9089
+ SDKValidationError
9090
+ > {
9091
+ return safeParse(
9092
+ jsonString,
9093
+ (x) =>
9094
+ SyncAcquireResponseCurrentReleaseDefaultStringList$inboundSchema.parse(
9095
+ JSON.parse(x),
9096
+ ),
9097
+ `Failed to parse 'SyncAcquireResponseCurrentReleaseDefaultStringList' from JSON`,
9098
+ );
9099
+ }
9100
+
9101
+ /** @internal */
9102
+ export const SyncAcquireResponseCurrentReleaseTypeBoolean$inboundSchema:
9103
+ z.ZodEnum<typeof SyncAcquireResponseCurrentReleaseTypeBoolean> = z.enum(
9104
+ SyncAcquireResponseCurrentReleaseTypeBoolean,
9105
+ );
9106
+
9107
+ /** @internal */
9108
+ export const SyncAcquireResponseCurrentReleaseDefaultBoolean$inboundSchema:
9109
+ z.ZodType<SyncAcquireResponseCurrentReleaseDefaultBoolean, unknown> = z
9110
+ .object({
9111
+ type: SyncAcquireResponseCurrentReleaseTypeBoolean$inboundSchema,
9112
+ value: z.boolean(),
9113
+ });
9114
+
9115
+ export function syncAcquireResponseCurrentReleaseDefaultBooleanFromJSON(
9116
+ jsonString: string,
9117
+ ): SafeParseResult<
9118
+ SyncAcquireResponseCurrentReleaseDefaultBoolean,
9119
+ SDKValidationError
9120
+ > {
9121
+ return safeParse(
9122
+ jsonString,
9123
+ (x) =>
9124
+ SyncAcquireResponseCurrentReleaseDefaultBoolean$inboundSchema.parse(
9125
+ JSON.parse(x),
9126
+ ),
9127
+ `Failed to parse 'SyncAcquireResponseCurrentReleaseDefaultBoolean' from JSON`,
9128
+ );
9129
+ }
9130
+
9131
+ /** @internal */
9132
+ export const SyncAcquireResponseCurrentReleaseTypeNumber$inboundSchema:
9133
+ z.ZodEnum<typeof SyncAcquireResponseCurrentReleaseTypeNumber> = z.enum(
9134
+ SyncAcquireResponseCurrentReleaseTypeNumber,
9135
+ );
9136
+
9137
+ /** @internal */
9138
+ export const SyncAcquireResponseCurrentReleaseDefaultNumber$inboundSchema:
9139
+ z.ZodType<SyncAcquireResponseCurrentReleaseDefaultNumber, unknown> = z.object(
9140
+ {
9141
+ type: SyncAcquireResponseCurrentReleaseTypeNumber$inboundSchema,
9142
+ value: z.string(),
9143
+ },
9144
+ );
9145
+
9146
+ export function syncAcquireResponseCurrentReleaseDefaultNumberFromJSON(
9147
+ jsonString: string,
9148
+ ): SafeParseResult<
9149
+ SyncAcquireResponseCurrentReleaseDefaultNumber,
9150
+ SDKValidationError
9151
+ > {
9152
+ return safeParse(
9153
+ jsonString,
9154
+ (x) =>
9155
+ SyncAcquireResponseCurrentReleaseDefaultNumber$inboundSchema.parse(
9156
+ JSON.parse(x),
9157
+ ),
9158
+ `Failed to parse 'SyncAcquireResponseCurrentReleaseDefaultNumber' from JSON`,
9159
+ );
9160
+ }
9161
+
9162
+ /** @internal */
9163
+ export const SyncAcquireResponseCurrentReleaseTypeString$inboundSchema:
9164
+ z.ZodEnum<typeof SyncAcquireResponseCurrentReleaseTypeString> = z.enum(
9165
+ SyncAcquireResponseCurrentReleaseTypeString,
9166
+ );
9167
+
9168
+ /** @internal */
9169
+ export const SyncAcquireResponseCurrentReleaseDefaultString$inboundSchema:
9170
+ z.ZodType<SyncAcquireResponseCurrentReleaseDefaultString, unknown> = z.object(
9171
+ {
9172
+ type: SyncAcquireResponseCurrentReleaseTypeString$inboundSchema,
9173
+ value: z.string(),
9174
+ },
9175
+ );
9176
+
9177
+ export function syncAcquireResponseCurrentReleaseDefaultStringFromJSON(
9178
+ jsonString: string,
9179
+ ): SafeParseResult<
9180
+ SyncAcquireResponseCurrentReleaseDefaultString,
9181
+ SDKValidationError
9182
+ > {
9183
+ return safeParse(
9184
+ jsonString,
9185
+ (x) =>
9186
+ SyncAcquireResponseCurrentReleaseDefaultString$inboundSchema.parse(
9187
+ JSON.parse(x),
9188
+ ),
9189
+ `Failed to parse 'SyncAcquireResponseCurrentReleaseDefaultString' from JSON`,
9190
+ );
9191
+ }
9192
+
9193
+ /** @internal */
9194
+ export const SyncAcquireResponseCurrentReleaseDefaultUnion$inboundSchema:
9195
+ z.ZodType<SyncAcquireResponseCurrentReleaseDefaultUnion, unknown> = z.union([
9196
+ z.lazy(() => SyncAcquireResponseCurrentReleaseDefaultString$inboundSchema),
9197
+ z.lazy(() => SyncAcquireResponseCurrentReleaseDefaultNumber$inboundSchema),
9198
+ z.lazy(() => SyncAcquireResponseCurrentReleaseDefaultBoolean$inboundSchema),
9199
+ z.lazy(() =>
9200
+ SyncAcquireResponseCurrentReleaseDefaultStringList$inboundSchema
9201
+ ),
9202
+ z.any(),
9203
+ ]);
9204
+
9205
+ export function syncAcquireResponseCurrentReleaseDefaultUnionFromJSON(
9206
+ jsonString: string,
9207
+ ): SafeParseResult<
9208
+ SyncAcquireResponseCurrentReleaseDefaultUnion,
9209
+ SDKValidationError
9210
+ > {
9211
+ return safeParse(
9212
+ jsonString,
9213
+ (x) =>
9214
+ SyncAcquireResponseCurrentReleaseDefaultUnion$inboundSchema.parse(
9215
+ JSON.parse(x),
9216
+ ),
9217
+ `Failed to parse 'SyncAcquireResponseCurrentReleaseDefaultUnion' from JSON`,
9218
+ );
9219
+ }
9220
+
9221
+ /** @internal */
9222
+ export const SyncAcquireResponseCurrentReleaseTypeEnvEnum$inboundSchema:
9223
+ z.ZodEnum<typeof SyncAcquireResponseCurrentReleaseTypeEnvEnum> = z.enum(
9224
+ SyncAcquireResponseCurrentReleaseTypeEnvEnum,
9225
+ );
9226
+
9227
+ /** @internal */
9228
+ export const SyncAcquireResponseCurrentReleaseTypeUnion$inboundSchema:
9229
+ z.ZodType<SyncAcquireResponseCurrentReleaseTypeUnion, unknown> = z.union([
9230
+ SyncAcquireResponseCurrentReleaseTypeEnvEnum$inboundSchema,
9231
+ z.any(),
9232
+ ]);
9233
+
9234
+ export function syncAcquireResponseCurrentReleaseTypeUnionFromJSON(
9235
+ jsonString: string,
9236
+ ): SafeParseResult<
9237
+ SyncAcquireResponseCurrentReleaseTypeUnion,
9238
+ SDKValidationError
9239
+ > {
9240
+ return safeParse(
9241
+ jsonString,
9242
+ (x) =>
9243
+ SyncAcquireResponseCurrentReleaseTypeUnion$inboundSchema.parse(
9244
+ JSON.parse(x),
9245
+ ),
9246
+ `Failed to parse 'SyncAcquireResponseCurrentReleaseTypeUnion' from JSON`,
9247
+ );
9248
+ }
9249
+
9250
+ /** @internal */
9251
+ export const SyncAcquireResponseCurrentReleaseEnv$inboundSchema: z.ZodType<
9252
+ SyncAcquireResponseCurrentReleaseEnv,
9253
+ unknown
9254
+ > = z.object({
9255
+ name: z.string(),
9256
+ targetResources: z.nullable(z.array(z.string())).optional(),
9257
+ type: z.nullable(
9258
+ z.union([
9259
+ SyncAcquireResponseCurrentReleaseTypeEnvEnum$inboundSchema,
9260
+ z.any(),
9261
+ ]),
9262
+ ).optional(),
9263
+ });
9264
+
9265
+ export function syncAcquireResponseCurrentReleaseEnvFromJSON(
9266
+ jsonString: string,
9267
+ ): SafeParseResult<SyncAcquireResponseCurrentReleaseEnv, SDKValidationError> {
9268
+ return safeParse(
9269
+ jsonString,
9270
+ (x) =>
9271
+ SyncAcquireResponseCurrentReleaseEnv$inboundSchema.parse(JSON.parse(x)),
9272
+ `Failed to parse 'SyncAcquireResponseCurrentReleaseEnv' from JSON`,
9273
+ );
9274
+ }
9275
+
9276
+ /** @internal */
9277
+ export const SyncAcquireResponseCurrentReleaseKind$inboundSchema: z.ZodEnum<
9278
+ typeof SyncAcquireResponseCurrentReleaseKind
9279
+ > = z.enum(SyncAcquireResponseCurrentReleaseKind);
9280
+
9281
+ /** @internal */
9282
+ export const SyncAcquireResponseCurrentReleasePlatform$inboundSchema: z.ZodEnum<
9283
+ typeof SyncAcquireResponseCurrentReleasePlatform
9284
+ > = z.enum(SyncAcquireResponseCurrentReleasePlatform);
9285
+
9286
+ /** @internal */
9287
+ export const SyncAcquireResponseCurrentReleaseProvidedBy$inboundSchema:
9288
+ z.ZodEnum<typeof SyncAcquireResponseCurrentReleaseProvidedBy> = z.enum(
9289
+ SyncAcquireResponseCurrentReleaseProvidedBy,
9290
+ );
9291
+
9292
+ /** @internal */
9293
+ export const SyncAcquireResponseCurrentReleaseValidation$inboundSchema:
9294
+ z.ZodType<SyncAcquireResponseCurrentReleaseValidation, unknown> = z.object({
9295
+ format: z.nullable(z.string()).optional(),
9296
+ max: z.nullable(z.string()).optional(),
9297
+ maxItems: z.nullable(z.int()).optional(),
9298
+ maxLength: z.nullable(z.int()).optional(),
9299
+ min: z.nullable(z.string()).optional(),
9300
+ minItems: z.nullable(z.int()).optional(),
9301
+ minLength: z.nullable(z.int()).optional(),
9302
+ pattern: z.nullable(z.string()).optional(),
9303
+ values: z.nullable(z.array(z.string())).optional(),
9304
+ });
9305
+
9306
+ export function syncAcquireResponseCurrentReleaseValidationFromJSON(
9307
+ jsonString: string,
9308
+ ): SafeParseResult<
9309
+ SyncAcquireResponseCurrentReleaseValidation,
9310
+ SDKValidationError
9311
+ > {
9312
+ return safeParse(
9313
+ jsonString,
9314
+ (x) =>
9315
+ SyncAcquireResponseCurrentReleaseValidation$inboundSchema.parse(
9316
+ JSON.parse(x),
9317
+ ),
9318
+ `Failed to parse 'SyncAcquireResponseCurrentReleaseValidation' from JSON`,
9319
+ );
9320
+ }
9321
+
9322
+ /** @internal */
9323
+ export const SyncAcquireResponseCurrentReleaseValidationUnion$inboundSchema:
9324
+ z.ZodType<SyncAcquireResponseCurrentReleaseValidationUnion, unknown> = z
9325
+ .union([
9326
+ z.lazy(() => SyncAcquireResponseCurrentReleaseValidation$inboundSchema),
9327
+ z.any(),
9328
+ ]);
9329
+
9330
+ export function syncAcquireResponseCurrentReleaseValidationUnionFromJSON(
9331
+ jsonString: string,
9332
+ ): SafeParseResult<
9333
+ SyncAcquireResponseCurrentReleaseValidationUnion,
9334
+ SDKValidationError
9335
+ > {
9336
+ return safeParse(
9337
+ jsonString,
9338
+ (x) =>
9339
+ SyncAcquireResponseCurrentReleaseValidationUnion$inboundSchema.parse(
9340
+ JSON.parse(x),
9341
+ ),
9342
+ `Failed to parse 'SyncAcquireResponseCurrentReleaseValidationUnion' from JSON`,
9343
+ );
9344
+ }
9345
+
9346
+ /** @internal */
9347
+ export const SyncAcquireResponseCurrentReleaseInput$inboundSchema: z.ZodType<
9348
+ SyncAcquireResponseCurrentReleaseInput,
9349
+ unknown
9350
+ > = z.object({
9351
+ default: z.nullable(
9352
+ z.union([
9353
+ z.lazy(() =>
9354
+ SyncAcquireResponseCurrentReleaseDefaultString$inboundSchema
9355
+ ),
9356
+ z.lazy(() =>
9357
+ SyncAcquireResponseCurrentReleaseDefaultNumber$inboundSchema
9358
+ ),
9359
+ z.lazy(() =>
9360
+ SyncAcquireResponseCurrentReleaseDefaultBoolean$inboundSchema
9361
+ ),
9362
+ z.lazy(() =>
9363
+ SyncAcquireResponseCurrentReleaseDefaultStringList$inboundSchema
9364
+ ),
9365
+ z.any(),
9366
+ ]),
9367
+ ).optional(),
9368
+ description: z.string(),
9369
+ env: z.array(z.lazy(() => SyncAcquireResponseCurrentReleaseEnv$inboundSchema))
9370
+ .optional(),
9371
+ id: z.string(),
9372
+ kind: SyncAcquireResponseCurrentReleaseKind$inboundSchema,
9373
+ label: z.string(),
9374
+ placeholder: z.nullable(z.string()).optional(),
9375
+ platforms: z.nullable(
9376
+ z.array(SyncAcquireResponseCurrentReleasePlatform$inboundSchema),
9377
+ ).optional(),
9378
+ providedBy: z.array(
9379
+ SyncAcquireResponseCurrentReleaseProvidedBy$inboundSchema,
9380
+ ),
9381
+ required: z.boolean(),
9382
+ validation: z.nullable(
9383
+ z.union([
9384
+ z.lazy(() => SyncAcquireResponseCurrentReleaseValidation$inboundSchema),
9385
+ z.any(),
9386
+ ]),
9387
+ ).optional(),
9388
+ });
9389
+
9390
+ export function syncAcquireResponseCurrentReleaseInputFromJSON(
9391
+ jsonString: string,
9392
+ ): SafeParseResult<SyncAcquireResponseCurrentReleaseInput, SDKValidationError> {
9393
+ return safeParse(
9394
+ jsonString,
9395
+ (x) =>
9396
+ SyncAcquireResponseCurrentReleaseInput$inboundSchema.parse(JSON.parse(x)),
9397
+ `Failed to parse 'SyncAcquireResponseCurrentReleaseInput' from JSON`,
9398
+ );
9399
+ }
8146
9400
 
8147
9401
  /** @internal */
8148
9402
  export const SyncAcquireResponseCurrentReleaseManagementEnum$inboundSchema:
@@ -10199,6 +11453,9 @@ export const SyncAcquireResponseCurrentReleaseStack$inboundSchema: z.ZodType<
10199
11453
  unknown
10200
11454
  > = z.object({
10201
11455
  id: z.string(),
11456
+ inputs: z.array(
11457
+ z.lazy(() => SyncAcquireResponseCurrentReleaseInput$inboundSchema),
11458
+ ).optional(),
10202
11459
  permissions: z.lazy(() =>
10203
11460
  SyncAcquireResponseCurrentReleasePermissions$inboundSchema
10204
11461
  ).optional(),
@@ -10449,37 +11706,363 @@ export const SyncAcquireResponseError$inboundSchema: z.ZodType<
10449
11706
  source: z.nullable(z.any()).optional(),
10450
11707
  });
10451
11708
 
10452
- export function syncAcquireResponseErrorFromJSON(
10453
- jsonString: string,
10454
- ): SafeParseResult<SyncAcquireResponseError, SDKValidationError> {
10455
- return safeParse(
10456
- jsonString,
10457
- (x) => SyncAcquireResponseError$inboundSchema.parse(JSON.parse(x)),
10458
- `Failed to parse 'SyncAcquireResponseError' from JSON`,
10459
- );
10460
- }
10461
-
10462
- /** @internal */
10463
- export const SyncAcquireResponseErrorUnion$inboundSchema: z.ZodType<
10464
- SyncAcquireResponseErrorUnion,
10465
- unknown
10466
- > = z.union([z.lazy(() => SyncAcquireResponseError$inboundSchema), z.any()]);
10467
-
10468
- export function syncAcquireResponseErrorUnionFromJSON(
11709
+ export function syncAcquireResponseErrorFromJSON(
11710
+ jsonString: string,
11711
+ ): SafeParseResult<SyncAcquireResponseError, SDKValidationError> {
11712
+ return safeParse(
11713
+ jsonString,
11714
+ (x) => SyncAcquireResponseError$inboundSchema.parse(JSON.parse(x)),
11715
+ `Failed to parse 'SyncAcquireResponseError' from JSON`,
11716
+ );
11717
+ }
11718
+
11719
+ /** @internal */
11720
+ export const SyncAcquireResponseErrorUnion$inboundSchema: z.ZodType<
11721
+ SyncAcquireResponseErrorUnion,
11722
+ unknown
11723
+ > = z.union([z.lazy(() => SyncAcquireResponseError$inboundSchema), z.any()]);
11724
+
11725
+ export function syncAcquireResponseErrorUnionFromJSON(
11726
+ jsonString: string,
11727
+ ): SafeParseResult<SyncAcquireResponseErrorUnion, SDKValidationError> {
11728
+ return safeParse(
11729
+ jsonString,
11730
+ (x) => SyncAcquireResponseErrorUnion$inboundSchema.parse(JSON.parse(x)),
11731
+ `Failed to parse 'SyncAcquireResponseErrorUnion' from JSON`,
11732
+ );
11733
+ }
11734
+
11735
+ /** @internal */
11736
+ export const SyncAcquireResponseCurrentPlatform$inboundSchema: z.ZodEnum<
11737
+ typeof SyncAcquireResponseCurrentPlatform
11738
+ > = z.enum(SyncAcquireResponseCurrentPlatform);
11739
+
11740
+ /** @internal */
11741
+ export const SyncAcquireResponsePreparedStackTypeStringList$inboundSchema:
11742
+ z.ZodEnum<typeof SyncAcquireResponsePreparedStackTypeStringList> = z.enum(
11743
+ SyncAcquireResponsePreparedStackTypeStringList,
11744
+ );
11745
+
11746
+ /** @internal */
11747
+ export const SyncAcquireResponsePreparedStackDefaultStringList$inboundSchema:
11748
+ z.ZodType<SyncAcquireResponsePreparedStackDefaultStringList, unknown> = z
11749
+ .object({
11750
+ type: SyncAcquireResponsePreparedStackTypeStringList$inboundSchema,
11751
+ value: z.array(z.string()),
11752
+ });
11753
+
11754
+ export function syncAcquireResponsePreparedStackDefaultStringListFromJSON(
11755
+ jsonString: string,
11756
+ ): SafeParseResult<
11757
+ SyncAcquireResponsePreparedStackDefaultStringList,
11758
+ SDKValidationError
11759
+ > {
11760
+ return safeParse(
11761
+ jsonString,
11762
+ (x) =>
11763
+ SyncAcquireResponsePreparedStackDefaultStringList$inboundSchema.parse(
11764
+ JSON.parse(x),
11765
+ ),
11766
+ `Failed to parse 'SyncAcquireResponsePreparedStackDefaultStringList' from JSON`,
11767
+ );
11768
+ }
11769
+
11770
+ /** @internal */
11771
+ export const SyncAcquireResponsePreparedStackTypeBoolean$inboundSchema:
11772
+ z.ZodEnum<typeof SyncAcquireResponsePreparedStackTypeBoolean> = z.enum(
11773
+ SyncAcquireResponsePreparedStackTypeBoolean,
11774
+ );
11775
+
11776
+ /** @internal */
11777
+ export const SyncAcquireResponsePreparedStackDefaultBoolean$inboundSchema:
11778
+ z.ZodType<SyncAcquireResponsePreparedStackDefaultBoolean, unknown> = z.object(
11779
+ {
11780
+ type: SyncAcquireResponsePreparedStackTypeBoolean$inboundSchema,
11781
+ value: z.boolean(),
11782
+ },
11783
+ );
11784
+
11785
+ export function syncAcquireResponsePreparedStackDefaultBooleanFromJSON(
11786
+ jsonString: string,
11787
+ ): SafeParseResult<
11788
+ SyncAcquireResponsePreparedStackDefaultBoolean,
11789
+ SDKValidationError
11790
+ > {
11791
+ return safeParse(
11792
+ jsonString,
11793
+ (x) =>
11794
+ SyncAcquireResponsePreparedStackDefaultBoolean$inboundSchema.parse(
11795
+ JSON.parse(x),
11796
+ ),
11797
+ `Failed to parse 'SyncAcquireResponsePreparedStackDefaultBoolean' from JSON`,
11798
+ );
11799
+ }
11800
+
11801
+ /** @internal */
11802
+ export const SyncAcquireResponsePreparedStackTypeNumber$inboundSchema:
11803
+ z.ZodEnum<typeof SyncAcquireResponsePreparedStackTypeNumber> = z.enum(
11804
+ SyncAcquireResponsePreparedStackTypeNumber,
11805
+ );
11806
+
11807
+ /** @internal */
11808
+ export const SyncAcquireResponsePreparedStackDefaultNumber$inboundSchema:
11809
+ z.ZodType<SyncAcquireResponsePreparedStackDefaultNumber, unknown> = z.object({
11810
+ type: SyncAcquireResponsePreparedStackTypeNumber$inboundSchema,
11811
+ value: z.string(),
11812
+ });
11813
+
11814
+ export function syncAcquireResponsePreparedStackDefaultNumberFromJSON(
11815
+ jsonString: string,
11816
+ ): SafeParseResult<
11817
+ SyncAcquireResponsePreparedStackDefaultNumber,
11818
+ SDKValidationError
11819
+ > {
11820
+ return safeParse(
11821
+ jsonString,
11822
+ (x) =>
11823
+ SyncAcquireResponsePreparedStackDefaultNumber$inboundSchema.parse(
11824
+ JSON.parse(x),
11825
+ ),
11826
+ `Failed to parse 'SyncAcquireResponsePreparedStackDefaultNumber' from JSON`,
11827
+ );
11828
+ }
11829
+
11830
+ /** @internal */
11831
+ export const SyncAcquireResponsePreparedStackTypeString$inboundSchema:
11832
+ z.ZodEnum<typeof SyncAcquireResponsePreparedStackTypeString> = z.enum(
11833
+ SyncAcquireResponsePreparedStackTypeString,
11834
+ );
11835
+
11836
+ /** @internal */
11837
+ export const SyncAcquireResponsePreparedStackDefaultString$inboundSchema:
11838
+ z.ZodType<SyncAcquireResponsePreparedStackDefaultString, unknown> = z.object({
11839
+ type: SyncAcquireResponsePreparedStackTypeString$inboundSchema,
11840
+ value: z.string(),
11841
+ });
11842
+
11843
+ export function syncAcquireResponsePreparedStackDefaultStringFromJSON(
11844
+ jsonString: string,
11845
+ ): SafeParseResult<
11846
+ SyncAcquireResponsePreparedStackDefaultString,
11847
+ SDKValidationError
11848
+ > {
11849
+ return safeParse(
11850
+ jsonString,
11851
+ (x) =>
11852
+ SyncAcquireResponsePreparedStackDefaultString$inboundSchema.parse(
11853
+ JSON.parse(x),
11854
+ ),
11855
+ `Failed to parse 'SyncAcquireResponsePreparedStackDefaultString' from JSON`,
11856
+ );
11857
+ }
11858
+
11859
+ /** @internal */
11860
+ export const SyncAcquireResponsePreparedStackDefaultUnion$inboundSchema:
11861
+ z.ZodType<SyncAcquireResponsePreparedStackDefaultUnion, unknown> = z.union([
11862
+ z.lazy(() => SyncAcquireResponsePreparedStackDefaultString$inboundSchema),
11863
+ z.lazy(() => SyncAcquireResponsePreparedStackDefaultNumber$inboundSchema),
11864
+ z.lazy(() => SyncAcquireResponsePreparedStackDefaultBoolean$inboundSchema),
11865
+ z.lazy(() =>
11866
+ SyncAcquireResponsePreparedStackDefaultStringList$inboundSchema
11867
+ ),
11868
+ z.any(),
11869
+ ]);
11870
+
11871
+ export function syncAcquireResponsePreparedStackDefaultUnionFromJSON(
11872
+ jsonString: string,
11873
+ ): SafeParseResult<
11874
+ SyncAcquireResponsePreparedStackDefaultUnion,
11875
+ SDKValidationError
11876
+ > {
11877
+ return safeParse(
11878
+ jsonString,
11879
+ (x) =>
11880
+ SyncAcquireResponsePreparedStackDefaultUnion$inboundSchema.parse(
11881
+ JSON.parse(x),
11882
+ ),
11883
+ `Failed to parse 'SyncAcquireResponsePreparedStackDefaultUnion' from JSON`,
11884
+ );
11885
+ }
11886
+
11887
+ /** @internal */
11888
+ export const SyncAcquireResponsePreparedStackTypeEnvEnum$inboundSchema:
11889
+ z.ZodEnum<typeof SyncAcquireResponsePreparedStackTypeEnvEnum> = z.enum(
11890
+ SyncAcquireResponsePreparedStackTypeEnvEnum,
11891
+ );
11892
+
11893
+ /** @internal */
11894
+ export const SyncAcquireResponsePreparedStackTypeUnion$inboundSchema: z.ZodType<
11895
+ SyncAcquireResponsePreparedStackTypeUnion,
11896
+ unknown
11897
+ > = z.union([
11898
+ SyncAcquireResponsePreparedStackTypeEnvEnum$inboundSchema,
11899
+ z.any(),
11900
+ ]);
11901
+
11902
+ export function syncAcquireResponsePreparedStackTypeUnionFromJSON(
11903
+ jsonString: string,
11904
+ ): SafeParseResult<
11905
+ SyncAcquireResponsePreparedStackTypeUnion,
11906
+ SDKValidationError
11907
+ > {
11908
+ return safeParse(
11909
+ jsonString,
11910
+ (x) =>
11911
+ SyncAcquireResponsePreparedStackTypeUnion$inboundSchema.parse(
11912
+ JSON.parse(x),
11913
+ ),
11914
+ `Failed to parse 'SyncAcquireResponsePreparedStackTypeUnion' from JSON`,
11915
+ );
11916
+ }
11917
+
11918
+ /** @internal */
11919
+ export const SyncAcquireResponsePreparedStackEnv$inboundSchema: z.ZodType<
11920
+ SyncAcquireResponsePreparedStackEnv,
11921
+ unknown
11922
+ > = z.object({
11923
+ name: z.string(),
11924
+ targetResources: z.nullable(z.array(z.string())).optional(),
11925
+ type: z.nullable(
11926
+ z.union([
11927
+ SyncAcquireResponsePreparedStackTypeEnvEnum$inboundSchema,
11928
+ z.any(),
11929
+ ]),
11930
+ ).optional(),
11931
+ });
11932
+
11933
+ export function syncAcquireResponsePreparedStackEnvFromJSON(
11934
+ jsonString: string,
11935
+ ): SafeParseResult<SyncAcquireResponsePreparedStackEnv, SDKValidationError> {
11936
+ return safeParse(
11937
+ jsonString,
11938
+ (x) =>
11939
+ SyncAcquireResponsePreparedStackEnv$inboundSchema.parse(JSON.parse(x)),
11940
+ `Failed to parse 'SyncAcquireResponsePreparedStackEnv' from JSON`,
11941
+ );
11942
+ }
11943
+
11944
+ /** @internal */
11945
+ export const SyncAcquireResponsePreparedStackKind$inboundSchema: z.ZodEnum<
11946
+ typeof SyncAcquireResponsePreparedStackKind
11947
+ > = z.enum(SyncAcquireResponsePreparedStackKind);
11948
+
11949
+ /** @internal */
11950
+ export const SyncAcquireResponsePreparedStackPlatform$inboundSchema: z.ZodEnum<
11951
+ typeof SyncAcquireResponsePreparedStackPlatform
11952
+ > = z.enum(SyncAcquireResponsePreparedStackPlatform);
11953
+
11954
+ /** @internal */
11955
+ export const SyncAcquireResponsePreparedStackProvidedBy$inboundSchema:
11956
+ z.ZodEnum<typeof SyncAcquireResponsePreparedStackProvidedBy> = z.enum(
11957
+ SyncAcquireResponsePreparedStackProvidedBy,
11958
+ );
11959
+
11960
+ /** @internal */
11961
+ export const SyncAcquireResponsePreparedStackValidation$inboundSchema:
11962
+ z.ZodType<SyncAcquireResponsePreparedStackValidation, unknown> = z.object({
11963
+ format: z.nullable(z.string()).optional(),
11964
+ max: z.nullable(z.string()).optional(),
11965
+ maxItems: z.nullable(z.int()).optional(),
11966
+ maxLength: z.nullable(z.int()).optional(),
11967
+ min: z.nullable(z.string()).optional(),
11968
+ minItems: z.nullable(z.int()).optional(),
11969
+ minLength: z.nullable(z.int()).optional(),
11970
+ pattern: z.nullable(z.string()).optional(),
11971
+ values: z.nullable(z.array(z.string())).optional(),
11972
+ });
11973
+
11974
+ export function syncAcquireResponsePreparedStackValidationFromJSON(
11975
+ jsonString: string,
11976
+ ): SafeParseResult<
11977
+ SyncAcquireResponsePreparedStackValidation,
11978
+ SDKValidationError
11979
+ > {
11980
+ return safeParse(
11981
+ jsonString,
11982
+ (x) =>
11983
+ SyncAcquireResponsePreparedStackValidation$inboundSchema.parse(
11984
+ JSON.parse(x),
11985
+ ),
11986
+ `Failed to parse 'SyncAcquireResponsePreparedStackValidation' from JSON`,
11987
+ );
11988
+ }
11989
+
11990
+ /** @internal */
11991
+ export const SyncAcquireResponsePreparedStackValidationUnion$inboundSchema:
11992
+ z.ZodType<SyncAcquireResponsePreparedStackValidationUnion, unknown> = z.union(
11993
+ [
11994
+ z.lazy(() => SyncAcquireResponsePreparedStackValidation$inboundSchema),
11995
+ z.any(),
11996
+ ],
11997
+ );
11998
+
11999
+ export function syncAcquireResponsePreparedStackValidationUnionFromJSON(
12000
+ jsonString: string,
12001
+ ): SafeParseResult<
12002
+ SyncAcquireResponsePreparedStackValidationUnion,
12003
+ SDKValidationError
12004
+ > {
12005
+ return safeParse(
12006
+ jsonString,
12007
+ (x) =>
12008
+ SyncAcquireResponsePreparedStackValidationUnion$inboundSchema.parse(
12009
+ JSON.parse(x),
12010
+ ),
12011
+ `Failed to parse 'SyncAcquireResponsePreparedStackValidationUnion' from JSON`,
12012
+ );
12013
+ }
12014
+
12015
+ /** @internal */
12016
+ export const SyncAcquireResponsePreparedStackInput$inboundSchema: z.ZodType<
12017
+ SyncAcquireResponsePreparedStackInput,
12018
+ unknown
12019
+ > = z.object({
12020
+ default: z.nullable(
12021
+ z.union([
12022
+ z.lazy(() => SyncAcquireResponsePreparedStackDefaultString$inboundSchema),
12023
+ z.lazy(() =>
12024
+ SyncAcquireResponsePreparedStackDefaultNumber$inboundSchema
12025
+ ),
12026
+ z.lazy(() =>
12027
+ SyncAcquireResponsePreparedStackDefaultBoolean$inboundSchema
12028
+ ),
12029
+ z.lazy(() =>
12030
+ SyncAcquireResponsePreparedStackDefaultStringList$inboundSchema
12031
+ ),
12032
+ z.any(),
12033
+ ]),
12034
+ ).optional(),
12035
+ description: z.string(),
12036
+ env: z.array(z.lazy(() => SyncAcquireResponsePreparedStackEnv$inboundSchema))
12037
+ .optional(),
12038
+ id: z.string(),
12039
+ kind: SyncAcquireResponsePreparedStackKind$inboundSchema,
12040
+ label: z.string(),
12041
+ placeholder: z.nullable(z.string()).optional(),
12042
+ platforms: z.nullable(
12043
+ z.array(SyncAcquireResponsePreparedStackPlatform$inboundSchema),
12044
+ ).optional(),
12045
+ providedBy: z.array(SyncAcquireResponsePreparedStackProvidedBy$inboundSchema),
12046
+ required: z.boolean(),
12047
+ validation: z.nullable(
12048
+ z.union([
12049
+ z.lazy(() => SyncAcquireResponsePreparedStackValidation$inboundSchema),
12050
+ z.any(),
12051
+ ]),
12052
+ ).optional(),
12053
+ });
12054
+
12055
+ export function syncAcquireResponsePreparedStackInputFromJSON(
10469
12056
  jsonString: string,
10470
- ): SafeParseResult<SyncAcquireResponseErrorUnion, SDKValidationError> {
12057
+ ): SafeParseResult<SyncAcquireResponsePreparedStackInput, SDKValidationError> {
10471
12058
  return safeParse(
10472
12059
  jsonString,
10473
- (x) => SyncAcquireResponseErrorUnion$inboundSchema.parse(JSON.parse(x)),
10474
- `Failed to parse 'SyncAcquireResponseErrorUnion' from JSON`,
12060
+ (x) =>
12061
+ SyncAcquireResponsePreparedStackInput$inboundSchema.parse(JSON.parse(x)),
12062
+ `Failed to parse 'SyncAcquireResponsePreparedStackInput' from JSON`,
10475
12063
  );
10476
12064
  }
10477
12065
 
10478
- /** @internal */
10479
- export const SyncAcquireResponseCurrentPlatform$inboundSchema: z.ZodEnum<
10480
- typeof SyncAcquireResponseCurrentPlatform
10481
- > = z.enum(SyncAcquireResponseCurrentPlatform);
10482
-
10483
12066
  /** @internal */
10484
12067
  export const SyncAcquireResponsePreparedStackManagementEnum$inboundSchema:
10485
12068
  z.ZodEnum<typeof SyncAcquireResponsePreparedStackManagementEnum> = z.enum(
@@ -12527,6 +14110,9 @@ export const SyncAcquireResponsePreparedStack$inboundSchema: z.ZodType<
12527
14110
  unknown
12528
14111
  > = z.object({
12529
14112
  id: z.string(),
14113
+ inputs: z.array(
14114
+ z.lazy(() => SyncAcquireResponsePreparedStackInput$inboundSchema),
14115
+ ).optional(),
12530
14116
  permissions: z.lazy(() =>
12531
14117
  SyncAcquireResponsePreparedStackPermissions$inboundSchema
12532
14118
  ).optional(),
@@ -12811,162 +14397,488 @@ export function syncAcquireResponseOutputsUnionFromJSON(
12811
14397
  ): SafeParseResult<SyncAcquireResponseOutputsUnion, SDKValidationError> {
12812
14398
  return safeParse(
12813
14399
  jsonString,
12814
- (x) => SyncAcquireResponseOutputsUnion$inboundSchema.parse(JSON.parse(x)),
12815
- `Failed to parse 'SyncAcquireResponseOutputsUnion' from JSON`,
14400
+ (x) => SyncAcquireResponseOutputsUnion$inboundSchema.parse(JSON.parse(x)),
14401
+ `Failed to parse 'SyncAcquireResponseOutputsUnion' from JSON`,
14402
+ );
14403
+ }
14404
+
14405
+ /** @internal */
14406
+ export const SyncAcquireResponsePreviousConfig$inboundSchema: z.ZodType<
14407
+ SyncAcquireResponsePreviousConfig,
14408
+ unknown
14409
+ > = collectExtraKeys$(
14410
+ z.object({
14411
+ id: z.string(),
14412
+ type: z.string(),
14413
+ }).catchall(z.any()),
14414
+ "additionalProperties",
14415
+ true,
14416
+ );
14417
+
14418
+ export function syncAcquireResponsePreviousConfigFromJSON(
14419
+ jsonString: string,
14420
+ ): SafeParseResult<SyncAcquireResponsePreviousConfig, SDKValidationError> {
14421
+ return safeParse(
14422
+ jsonString,
14423
+ (x) => SyncAcquireResponsePreviousConfig$inboundSchema.parse(JSON.parse(x)),
14424
+ `Failed to parse 'SyncAcquireResponsePreviousConfig' from JSON`,
14425
+ );
14426
+ }
14427
+
14428
+ /** @internal */
14429
+ export const SyncAcquireResponsePreviousConfigUnion$inboundSchema: z.ZodType<
14430
+ SyncAcquireResponsePreviousConfigUnion,
14431
+ unknown
14432
+ > = z.union([
14433
+ z.lazy(() => SyncAcquireResponsePreviousConfig$inboundSchema),
14434
+ z.any(),
14435
+ ]);
14436
+
14437
+ export function syncAcquireResponsePreviousConfigUnionFromJSON(
14438
+ jsonString: string,
14439
+ ): SafeParseResult<SyncAcquireResponsePreviousConfigUnion, SDKValidationError> {
14440
+ return safeParse(
14441
+ jsonString,
14442
+ (x) =>
14443
+ SyncAcquireResponsePreviousConfigUnion$inboundSchema.parse(JSON.parse(x)),
14444
+ `Failed to parse 'SyncAcquireResponsePreviousConfigUnion' from JSON`,
14445
+ );
14446
+ }
14447
+
14448
+ /** @internal */
14449
+ export const SyncAcquireResponseStackStateStatus$inboundSchema: z.ZodEnum<
14450
+ typeof SyncAcquireResponseStackStateStatus
14451
+ > = z.enum(SyncAcquireResponseStackStateStatus);
14452
+
14453
+ /** @internal */
14454
+ export const SyncAcquireResponseStackStateResources$inboundSchema: z.ZodType<
14455
+ SyncAcquireResponseStackStateResources,
14456
+ unknown
14457
+ > = z.object({
14458
+ _internal: z.nullable(z.any()).optional(),
14459
+ config: z.lazy(() => SyncAcquireResponseStackStateConfig$inboundSchema),
14460
+ controllerPlatform: z.nullable(
14461
+ z.union([SyncAcquireResponseControllerPlatformEnum$inboundSchema, z.any()]),
14462
+ ).optional(),
14463
+ dependencies: z.array(
14464
+ z.lazy(() => SyncAcquireResponseStackStateDependency$inboundSchema),
14465
+ ).optional(),
14466
+ error: z.nullable(
14467
+ z.union([
14468
+ z.lazy(() => SyncAcquireResponseStackStateError$inboundSchema),
14469
+ z.any(),
14470
+ ]),
14471
+ ).optional(),
14472
+ lastFailedState: z.nullable(z.any()).optional(),
14473
+ lifecycle: z.nullable(
14474
+ z.union([
14475
+ SyncAcquireResponseStackStateLifecycleEnum$inboundSchema,
14476
+ z.any(),
14477
+ ]),
14478
+ ).optional(),
14479
+ outputs: z.nullable(
14480
+ z.union([z.lazy(() => SyncAcquireResponseOutputs$inboundSchema), z.any()]),
14481
+ ).optional(),
14482
+ previousConfig: z.nullable(
14483
+ z.union([
14484
+ z.lazy(() => SyncAcquireResponsePreviousConfig$inboundSchema),
14485
+ z.any(),
14486
+ ]),
14487
+ ).optional(),
14488
+ remoteBindingParams: z.nullable(z.any()).optional(),
14489
+ retryAttempt: z.int().optional(),
14490
+ status: SyncAcquireResponseStackStateStatus$inboundSchema,
14491
+ type: z.string(),
14492
+ }).transform((v) => {
14493
+ return remap$(v, {
14494
+ "_internal": "internal",
14495
+ });
14496
+ });
14497
+
14498
+ export function syncAcquireResponseStackStateResourcesFromJSON(
14499
+ jsonString: string,
14500
+ ): SafeParseResult<SyncAcquireResponseStackStateResources, SDKValidationError> {
14501
+ return safeParse(
14502
+ jsonString,
14503
+ (x) =>
14504
+ SyncAcquireResponseStackStateResources$inboundSchema.parse(JSON.parse(x)),
14505
+ `Failed to parse 'SyncAcquireResponseStackStateResources' from JSON`,
14506
+ );
14507
+ }
14508
+
14509
+ /** @internal */
14510
+ export const SyncAcquireResponseStackState$inboundSchema: z.ZodType<
14511
+ SyncAcquireResponseStackState,
14512
+ unknown
14513
+ > = z.object({
14514
+ platform: SyncAcquireResponseStackStatePlatform$inboundSchema,
14515
+ resourcePrefix: z.string(),
14516
+ resources: z.record(
14517
+ z.string(),
14518
+ z.lazy(() => SyncAcquireResponseStackStateResources$inboundSchema),
14519
+ ),
14520
+ });
14521
+
14522
+ export function syncAcquireResponseStackStateFromJSON(
14523
+ jsonString: string,
14524
+ ): SafeParseResult<SyncAcquireResponseStackState, SDKValidationError> {
14525
+ return safeParse(
14526
+ jsonString,
14527
+ (x) => SyncAcquireResponseStackState$inboundSchema.parse(JSON.parse(x)),
14528
+ `Failed to parse 'SyncAcquireResponseStackState' from JSON`,
14529
+ );
14530
+ }
14531
+
14532
+ /** @internal */
14533
+ export const SyncAcquireResponseStackStateUnion$inboundSchema: z.ZodType<
14534
+ SyncAcquireResponseStackStateUnion,
14535
+ unknown
14536
+ > = z.union([
14537
+ z.lazy(() => SyncAcquireResponseStackState$inboundSchema),
14538
+ z.any(),
14539
+ ]);
14540
+
14541
+ export function syncAcquireResponseStackStateUnionFromJSON(
14542
+ jsonString: string,
14543
+ ): SafeParseResult<SyncAcquireResponseStackStateUnion, SDKValidationError> {
14544
+ return safeParse(
14545
+ jsonString,
14546
+ (x) =>
14547
+ SyncAcquireResponseStackStateUnion$inboundSchema.parse(JSON.parse(x)),
14548
+ `Failed to parse 'SyncAcquireResponseStackStateUnion' from JSON`,
14549
+ );
14550
+ }
14551
+
14552
+ /** @internal */
14553
+ export const SyncAcquireResponseStatus$inboundSchema: z.ZodEnum<
14554
+ typeof SyncAcquireResponseStatus
14555
+ > = z.enum(SyncAcquireResponseStatus);
14556
+
14557
+ /** @internal */
14558
+ export const SyncAcquireResponseTargetReleaseTypeStringList$inboundSchema:
14559
+ z.ZodEnum<typeof SyncAcquireResponseTargetReleaseTypeStringList> = z.enum(
14560
+ SyncAcquireResponseTargetReleaseTypeStringList,
14561
+ );
14562
+
14563
+ /** @internal */
14564
+ export const SyncAcquireResponseTargetReleaseDefaultStringList$inboundSchema:
14565
+ z.ZodType<SyncAcquireResponseTargetReleaseDefaultStringList, unknown> = z
14566
+ .object({
14567
+ type: SyncAcquireResponseTargetReleaseTypeStringList$inboundSchema,
14568
+ value: z.array(z.string()),
14569
+ });
14570
+
14571
+ export function syncAcquireResponseTargetReleaseDefaultStringListFromJSON(
14572
+ jsonString: string,
14573
+ ): SafeParseResult<
14574
+ SyncAcquireResponseTargetReleaseDefaultStringList,
14575
+ SDKValidationError
14576
+ > {
14577
+ return safeParse(
14578
+ jsonString,
14579
+ (x) =>
14580
+ SyncAcquireResponseTargetReleaseDefaultStringList$inboundSchema.parse(
14581
+ JSON.parse(x),
14582
+ ),
14583
+ `Failed to parse 'SyncAcquireResponseTargetReleaseDefaultStringList' from JSON`,
14584
+ );
14585
+ }
14586
+
14587
+ /** @internal */
14588
+ export const SyncAcquireResponseTargetReleaseTypeBoolean$inboundSchema:
14589
+ z.ZodEnum<typeof SyncAcquireResponseTargetReleaseTypeBoolean> = z.enum(
14590
+ SyncAcquireResponseTargetReleaseTypeBoolean,
14591
+ );
14592
+
14593
+ /** @internal */
14594
+ export const SyncAcquireResponseTargetReleaseDefaultBoolean$inboundSchema:
14595
+ z.ZodType<SyncAcquireResponseTargetReleaseDefaultBoolean, unknown> = z.object(
14596
+ {
14597
+ type: SyncAcquireResponseTargetReleaseTypeBoolean$inboundSchema,
14598
+ value: z.boolean(),
14599
+ },
14600
+ );
14601
+
14602
+ export function syncAcquireResponseTargetReleaseDefaultBooleanFromJSON(
14603
+ jsonString: string,
14604
+ ): SafeParseResult<
14605
+ SyncAcquireResponseTargetReleaseDefaultBoolean,
14606
+ SDKValidationError
14607
+ > {
14608
+ return safeParse(
14609
+ jsonString,
14610
+ (x) =>
14611
+ SyncAcquireResponseTargetReleaseDefaultBoolean$inboundSchema.parse(
14612
+ JSON.parse(x),
14613
+ ),
14614
+ `Failed to parse 'SyncAcquireResponseTargetReleaseDefaultBoolean' from JSON`,
14615
+ );
14616
+ }
14617
+
14618
+ /** @internal */
14619
+ export const SyncAcquireResponseTargetReleaseTypeNumber$inboundSchema:
14620
+ z.ZodEnum<typeof SyncAcquireResponseTargetReleaseTypeNumber> = z.enum(
14621
+ SyncAcquireResponseTargetReleaseTypeNumber,
14622
+ );
14623
+
14624
+ /** @internal */
14625
+ export const SyncAcquireResponseTargetReleaseDefaultNumber$inboundSchema:
14626
+ z.ZodType<SyncAcquireResponseTargetReleaseDefaultNumber, unknown> = z.object({
14627
+ type: SyncAcquireResponseTargetReleaseTypeNumber$inboundSchema,
14628
+ value: z.string(),
14629
+ });
14630
+
14631
+ export function syncAcquireResponseTargetReleaseDefaultNumberFromJSON(
14632
+ jsonString: string,
14633
+ ): SafeParseResult<
14634
+ SyncAcquireResponseTargetReleaseDefaultNumber,
14635
+ SDKValidationError
14636
+ > {
14637
+ return safeParse(
14638
+ jsonString,
14639
+ (x) =>
14640
+ SyncAcquireResponseTargetReleaseDefaultNumber$inboundSchema.parse(
14641
+ JSON.parse(x),
14642
+ ),
14643
+ `Failed to parse 'SyncAcquireResponseTargetReleaseDefaultNumber' from JSON`,
14644
+ );
14645
+ }
14646
+
14647
+ /** @internal */
14648
+ export const SyncAcquireResponseTargetReleaseTypeString$inboundSchema:
14649
+ z.ZodEnum<typeof SyncAcquireResponseTargetReleaseTypeString> = z.enum(
14650
+ SyncAcquireResponseTargetReleaseTypeString,
14651
+ );
14652
+
14653
+ /** @internal */
14654
+ export const SyncAcquireResponseTargetReleaseDefaultString$inboundSchema:
14655
+ z.ZodType<SyncAcquireResponseTargetReleaseDefaultString, unknown> = z.object({
14656
+ type: SyncAcquireResponseTargetReleaseTypeString$inboundSchema,
14657
+ value: z.string(),
14658
+ });
14659
+
14660
+ export function syncAcquireResponseTargetReleaseDefaultStringFromJSON(
14661
+ jsonString: string,
14662
+ ): SafeParseResult<
14663
+ SyncAcquireResponseTargetReleaseDefaultString,
14664
+ SDKValidationError
14665
+ > {
14666
+ return safeParse(
14667
+ jsonString,
14668
+ (x) =>
14669
+ SyncAcquireResponseTargetReleaseDefaultString$inboundSchema.parse(
14670
+ JSON.parse(x),
14671
+ ),
14672
+ `Failed to parse 'SyncAcquireResponseTargetReleaseDefaultString' from JSON`,
12816
14673
  );
12817
14674
  }
12818
14675
 
12819
14676
  /** @internal */
12820
- export const SyncAcquireResponsePreviousConfig$inboundSchema: z.ZodType<
12821
- SyncAcquireResponsePreviousConfig,
12822
- unknown
12823
- > = collectExtraKeys$(
12824
- z.object({
12825
- id: z.string(),
12826
- type: z.string(),
12827
- }).catchall(z.any()),
12828
- "additionalProperties",
12829
- true,
12830
- );
14677
+ export const SyncAcquireResponseTargetReleaseDefaultUnion$inboundSchema:
14678
+ z.ZodType<SyncAcquireResponseTargetReleaseDefaultUnion, unknown> = z.union([
14679
+ z.lazy(() => SyncAcquireResponseTargetReleaseDefaultString$inboundSchema),
14680
+ z.lazy(() => SyncAcquireResponseTargetReleaseDefaultNumber$inboundSchema),
14681
+ z.lazy(() => SyncAcquireResponseTargetReleaseDefaultBoolean$inboundSchema),
14682
+ z.lazy(() =>
14683
+ SyncAcquireResponseTargetReleaseDefaultStringList$inboundSchema
14684
+ ),
14685
+ z.any(),
14686
+ ]);
12831
14687
 
12832
- export function syncAcquireResponsePreviousConfigFromJSON(
14688
+ export function syncAcquireResponseTargetReleaseDefaultUnionFromJSON(
12833
14689
  jsonString: string,
12834
- ): SafeParseResult<SyncAcquireResponsePreviousConfig, SDKValidationError> {
14690
+ ): SafeParseResult<
14691
+ SyncAcquireResponseTargetReleaseDefaultUnion,
14692
+ SDKValidationError
14693
+ > {
12835
14694
  return safeParse(
12836
14695
  jsonString,
12837
- (x) => SyncAcquireResponsePreviousConfig$inboundSchema.parse(JSON.parse(x)),
12838
- `Failed to parse 'SyncAcquireResponsePreviousConfig' from JSON`,
14696
+ (x) =>
14697
+ SyncAcquireResponseTargetReleaseDefaultUnion$inboundSchema.parse(
14698
+ JSON.parse(x),
14699
+ ),
14700
+ `Failed to parse 'SyncAcquireResponseTargetReleaseDefaultUnion' from JSON`,
12839
14701
  );
12840
14702
  }
12841
14703
 
12842
14704
  /** @internal */
12843
- export const SyncAcquireResponsePreviousConfigUnion$inboundSchema: z.ZodType<
12844
- SyncAcquireResponsePreviousConfigUnion,
14705
+ export const SyncAcquireResponseTargetReleaseTypeEnvEnum$inboundSchema:
14706
+ z.ZodEnum<typeof SyncAcquireResponseTargetReleaseTypeEnvEnum> = z.enum(
14707
+ SyncAcquireResponseTargetReleaseTypeEnvEnum,
14708
+ );
14709
+
14710
+ /** @internal */
14711
+ export const SyncAcquireResponseTargetReleaseTypeUnion$inboundSchema: z.ZodType<
14712
+ SyncAcquireResponseTargetReleaseTypeUnion,
12845
14713
  unknown
12846
14714
  > = z.union([
12847
- z.lazy(() => SyncAcquireResponsePreviousConfig$inboundSchema),
14715
+ SyncAcquireResponseTargetReleaseTypeEnvEnum$inboundSchema,
12848
14716
  z.any(),
12849
14717
  ]);
12850
14718
 
12851
- export function syncAcquireResponsePreviousConfigUnionFromJSON(
14719
+ export function syncAcquireResponseTargetReleaseTypeUnionFromJSON(
12852
14720
  jsonString: string,
12853
- ): SafeParseResult<SyncAcquireResponsePreviousConfigUnion, SDKValidationError> {
14721
+ ): SafeParseResult<
14722
+ SyncAcquireResponseTargetReleaseTypeUnion,
14723
+ SDKValidationError
14724
+ > {
12854
14725
  return safeParse(
12855
14726
  jsonString,
12856
14727
  (x) =>
12857
- SyncAcquireResponsePreviousConfigUnion$inboundSchema.parse(JSON.parse(x)),
12858
- `Failed to parse 'SyncAcquireResponsePreviousConfigUnion' from JSON`,
14728
+ SyncAcquireResponseTargetReleaseTypeUnion$inboundSchema.parse(
14729
+ JSON.parse(x),
14730
+ ),
14731
+ `Failed to parse 'SyncAcquireResponseTargetReleaseTypeUnion' from JSON`,
12859
14732
  );
12860
14733
  }
12861
14734
 
12862
14735
  /** @internal */
12863
- export const SyncAcquireResponseStackStateStatus$inboundSchema: z.ZodEnum<
12864
- typeof SyncAcquireResponseStackStateStatus
12865
- > = z.enum(SyncAcquireResponseStackStateStatus);
12866
-
12867
- /** @internal */
12868
- export const SyncAcquireResponseStackStateResources$inboundSchema: z.ZodType<
12869
- SyncAcquireResponseStackStateResources,
14736
+ export const SyncAcquireResponseTargetReleaseEnv$inboundSchema: z.ZodType<
14737
+ SyncAcquireResponseTargetReleaseEnv,
12870
14738
  unknown
12871
14739
  > = z.object({
12872
- _internal: z.nullable(z.any()).optional(),
12873
- config: z.lazy(() => SyncAcquireResponseStackStateConfig$inboundSchema),
12874
- controllerPlatform: z.nullable(
12875
- z.union([SyncAcquireResponseControllerPlatformEnum$inboundSchema, z.any()]),
12876
- ).optional(),
12877
- dependencies: z.array(
12878
- z.lazy(() => SyncAcquireResponseStackStateDependency$inboundSchema),
12879
- ).optional(),
12880
- error: z.nullable(
12881
- z.union([
12882
- z.lazy(() => SyncAcquireResponseStackStateError$inboundSchema),
12883
- z.any(),
12884
- ]),
12885
- ).optional(),
12886
- lastFailedState: z.nullable(z.any()).optional(),
12887
- lifecycle: z.nullable(
12888
- z.union([
12889
- SyncAcquireResponseStackStateLifecycleEnum$inboundSchema,
12890
- z.any(),
12891
- ]),
12892
- ).optional(),
12893
- outputs: z.nullable(
12894
- z.union([z.lazy(() => SyncAcquireResponseOutputs$inboundSchema), z.any()]),
12895
- ).optional(),
12896
- previousConfig: z.nullable(
14740
+ name: z.string(),
14741
+ targetResources: z.nullable(z.array(z.string())).optional(),
14742
+ type: z.nullable(
12897
14743
  z.union([
12898
- z.lazy(() => SyncAcquireResponsePreviousConfig$inboundSchema),
14744
+ SyncAcquireResponseTargetReleaseTypeEnvEnum$inboundSchema,
12899
14745
  z.any(),
12900
14746
  ]),
12901
14747
  ).optional(),
12902
- remoteBindingParams: z.nullable(z.any()).optional(),
12903
- retryAttempt: z.int().optional(),
12904
- status: SyncAcquireResponseStackStateStatus$inboundSchema,
12905
- type: z.string(),
12906
- }).transform((v) => {
12907
- return remap$(v, {
12908
- "_internal": "internal",
12909
- });
12910
14748
  });
12911
14749
 
12912
- export function syncAcquireResponseStackStateResourcesFromJSON(
14750
+ export function syncAcquireResponseTargetReleaseEnvFromJSON(
12913
14751
  jsonString: string,
12914
- ): SafeParseResult<SyncAcquireResponseStackStateResources, SDKValidationError> {
14752
+ ): SafeParseResult<SyncAcquireResponseTargetReleaseEnv, SDKValidationError> {
12915
14753
  return safeParse(
12916
14754
  jsonString,
12917
14755
  (x) =>
12918
- SyncAcquireResponseStackStateResources$inboundSchema.parse(JSON.parse(x)),
12919
- `Failed to parse 'SyncAcquireResponseStackStateResources' from JSON`,
14756
+ SyncAcquireResponseTargetReleaseEnv$inboundSchema.parse(JSON.parse(x)),
14757
+ `Failed to parse 'SyncAcquireResponseTargetReleaseEnv' from JSON`,
12920
14758
  );
12921
14759
  }
12922
14760
 
12923
14761
  /** @internal */
12924
- export const SyncAcquireResponseStackState$inboundSchema: z.ZodType<
12925
- SyncAcquireResponseStackState,
12926
- unknown
12927
- > = z.object({
12928
- platform: SyncAcquireResponseStackStatePlatform$inboundSchema,
12929
- resourcePrefix: z.string(),
12930
- resources: z.record(
12931
- z.string(),
12932
- z.lazy(() => SyncAcquireResponseStackStateResources$inboundSchema),
12933
- ),
12934
- });
14762
+ export const SyncAcquireResponseTargetReleaseKind$inboundSchema: z.ZodEnum<
14763
+ typeof SyncAcquireResponseTargetReleaseKind
14764
+ > = z.enum(SyncAcquireResponseTargetReleaseKind);
12935
14765
 
12936
- export function syncAcquireResponseStackStateFromJSON(
14766
+ /** @internal */
14767
+ export const SyncAcquireResponseTargetReleasePlatform$inboundSchema: z.ZodEnum<
14768
+ typeof SyncAcquireResponseTargetReleasePlatform
14769
+ > = z.enum(SyncAcquireResponseTargetReleasePlatform);
14770
+
14771
+ /** @internal */
14772
+ export const SyncAcquireResponseTargetReleaseProvidedBy$inboundSchema:
14773
+ z.ZodEnum<typeof SyncAcquireResponseTargetReleaseProvidedBy> = z.enum(
14774
+ SyncAcquireResponseTargetReleaseProvidedBy,
14775
+ );
14776
+
14777
+ /** @internal */
14778
+ export const SyncAcquireResponseTargetReleaseValidation$inboundSchema:
14779
+ z.ZodType<SyncAcquireResponseTargetReleaseValidation, unknown> = z.object({
14780
+ format: z.nullable(z.string()).optional(),
14781
+ max: z.nullable(z.string()).optional(),
14782
+ maxItems: z.nullable(z.int()).optional(),
14783
+ maxLength: z.nullable(z.int()).optional(),
14784
+ min: z.nullable(z.string()).optional(),
14785
+ minItems: z.nullable(z.int()).optional(),
14786
+ minLength: z.nullable(z.int()).optional(),
14787
+ pattern: z.nullable(z.string()).optional(),
14788
+ values: z.nullable(z.array(z.string())).optional(),
14789
+ });
14790
+
14791
+ export function syncAcquireResponseTargetReleaseValidationFromJSON(
12937
14792
  jsonString: string,
12938
- ): SafeParseResult<SyncAcquireResponseStackState, SDKValidationError> {
14793
+ ): SafeParseResult<
14794
+ SyncAcquireResponseTargetReleaseValidation,
14795
+ SDKValidationError
14796
+ > {
12939
14797
  return safeParse(
12940
14798
  jsonString,
12941
- (x) => SyncAcquireResponseStackState$inboundSchema.parse(JSON.parse(x)),
12942
- `Failed to parse 'SyncAcquireResponseStackState' from JSON`,
14799
+ (x) =>
14800
+ SyncAcquireResponseTargetReleaseValidation$inboundSchema.parse(
14801
+ JSON.parse(x),
14802
+ ),
14803
+ `Failed to parse 'SyncAcquireResponseTargetReleaseValidation' from JSON`,
12943
14804
  );
12944
14805
  }
12945
14806
 
12946
14807
  /** @internal */
12947
- export const SyncAcquireResponseStackStateUnion$inboundSchema: z.ZodType<
12948
- SyncAcquireResponseStackStateUnion,
12949
- unknown
12950
- > = z.union([
12951
- z.lazy(() => SyncAcquireResponseStackState$inboundSchema),
12952
- z.any(),
12953
- ]);
14808
+ export const SyncAcquireResponseTargetReleaseValidationUnion$inboundSchema:
14809
+ z.ZodType<SyncAcquireResponseTargetReleaseValidationUnion, unknown> = z.union(
14810
+ [
14811
+ z.lazy(() => SyncAcquireResponseTargetReleaseValidation$inboundSchema),
14812
+ z.any(),
14813
+ ],
14814
+ );
12954
14815
 
12955
- export function syncAcquireResponseStackStateUnionFromJSON(
14816
+ export function syncAcquireResponseTargetReleaseValidationUnionFromJSON(
12956
14817
  jsonString: string,
12957
- ): SafeParseResult<SyncAcquireResponseStackStateUnion, SDKValidationError> {
14818
+ ): SafeParseResult<
14819
+ SyncAcquireResponseTargetReleaseValidationUnion,
14820
+ SDKValidationError
14821
+ > {
12958
14822
  return safeParse(
12959
14823
  jsonString,
12960
14824
  (x) =>
12961
- SyncAcquireResponseStackStateUnion$inboundSchema.parse(JSON.parse(x)),
12962
- `Failed to parse 'SyncAcquireResponseStackStateUnion' from JSON`,
14825
+ SyncAcquireResponseTargetReleaseValidationUnion$inboundSchema.parse(
14826
+ JSON.parse(x),
14827
+ ),
14828
+ `Failed to parse 'SyncAcquireResponseTargetReleaseValidationUnion' from JSON`,
12963
14829
  );
12964
14830
  }
12965
14831
 
12966
14832
  /** @internal */
12967
- export const SyncAcquireResponseStatus$inboundSchema: z.ZodEnum<
12968
- typeof SyncAcquireResponseStatus
12969
- > = z.enum(SyncAcquireResponseStatus);
14833
+ export const SyncAcquireResponseTargetReleaseInput$inboundSchema: z.ZodType<
14834
+ SyncAcquireResponseTargetReleaseInput,
14835
+ unknown
14836
+ > = z.object({
14837
+ default: z.nullable(
14838
+ z.union([
14839
+ z.lazy(() => SyncAcquireResponseTargetReleaseDefaultString$inboundSchema),
14840
+ z.lazy(() =>
14841
+ SyncAcquireResponseTargetReleaseDefaultNumber$inboundSchema
14842
+ ),
14843
+ z.lazy(() =>
14844
+ SyncAcquireResponseTargetReleaseDefaultBoolean$inboundSchema
14845
+ ),
14846
+ z.lazy(() =>
14847
+ SyncAcquireResponseTargetReleaseDefaultStringList$inboundSchema
14848
+ ),
14849
+ z.any(),
14850
+ ]),
14851
+ ).optional(),
14852
+ description: z.string(),
14853
+ env: z.array(z.lazy(() => SyncAcquireResponseTargetReleaseEnv$inboundSchema))
14854
+ .optional(),
14855
+ id: z.string(),
14856
+ kind: SyncAcquireResponseTargetReleaseKind$inboundSchema,
14857
+ label: z.string(),
14858
+ placeholder: z.nullable(z.string()).optional(),
14859
+ platforms: z.nullable(
14860
+ z.array(SyncAcquireResponseTargetReleasePlatform$inboundSchema),
14861
+ ).optional(),
14862
+ providedBy: z.array(SyncAcquireResponseTargetReleaseProvidedBy$inboundSchema),
14863
+ required: z.boolean(),
14864
+ validation: z.nullable(
14865
+ z.union([
14866
+ z.lazy(() => SyncAcquireResponseTargetReleaseValidation$inboundSchema),
14867
+ z.any(),
14868
+ ]),
14869
+ ).optional(),
14870
+ });
14871
+
14872
+ export function syncAcquireResponseTargetReleaseInputFromJSON(
14873
+ jsonString: string,
14874
+ ): SafeParseResult<SyncAcquireResponseTargetReleaseInput, SDKValidationError> {
14875
+ return safeParse(
14876
+ jsonString,
14877
+ (x) =>
14878
+ SyncAcquireResponseTargetReleaseInput$inboundSchema.parse(JSON.parse(x)),
14879
+ `Failed to parse 'SyncAcquireResponseTargetReleaseInput' from JSON`,
14880
+ );
14881
+ }
12970
14882
 
12971
14883
  /** @internal */
12972
14884
  export const SyncAcquireResponseTargetReleaseManagementEnum$inboundSchema:
@@ -15012,6 +16924,9 @@ export const SyncAcquireResponseTargetReleaseStack$inboundSchema: z.ZodType<
15012
16924
  unknown
15013
16925
  > = z.object({
15014
16926
  id: z.string(),
16927
+ inputs: z.array(
16928
+ z.lazy(() => SyncAcquireResponseTargetReleaseInput$inboundSchema),
16929
+ ).optional(),
15015
16930
  permissions: z.lazy(() =>
15016
16931
  SyncAcquireResponseTargetReleasePermissions$inboundSchema
15017
16932
  ).optional(),
@@ -15546,6 +17461,43 @@ export const SyncAcquireResponseDnsStatus$inboundSchema: z.ZodEnum<
15546
17461
  typeof SyncAcquireResponseDnsStatus
15547
17462
  > = z.enum(SyncAcquireResponseDnsStatus);
15548
17463
 
17464
+ /** @internal */
17465
+ export const SyncAcquireResponseEndpointsCertificateStatus$inboundSchema:
17466
+ z.ZodEnum<typeof SyncAcquireResponseEndpointsCertificateStatus> = z.enum(
17467
+ SyncAcquireResponseEndpointsCertificateStatus,
17468
+ );
17469
+
17470
+ /** @internal */
17471
+ export const SyncAcquireResponseEndpointsDnsStatus$inboundSchema: z.ZodEnum<
17472
+ typeof SyncAcquireResponseEndpointsDnsStatus
17473
+ > = z.enum(SyncAcquireResponseEndpointsDnsStatus);
17474
+
17475
+ /** @internal */
17476
+ export const SyncAcquireResponseEndpoints$inboundSchema: z.ZodType<
17477
+ SyncAcquireResponseEndpoints,
17478
+ unknown
17479
+ > = z.object({
17480
+ certificateChain: z.nullable(z.string()).optional(),
17481
+ certificateId: z.string(),
17482
+ certificateStatus:
17483
+ SyncAcquireResponseEndpointsCertificateStatus$inboundSchema,
17484
+ dnsError: z.nullable(z.string()).optional(),
17485
+ dnsStatus: SyncAcquireResponseEndpointsDnsStatus$inboundSchema,
17486
+ fqdn: z.string(),
17487
+ issuedAt: z.nullable(z.string()).optional(),
17488
+ privateKey: z.nullable(z.string()).optional(),
17489
+ });
17490
+
17491
+ export function syncAcquireResponseEndpointsFromJSON(
17492
+ jsonString: string,
17493
+ ): SafeParseResult<SyncAcquireResponseEndpoints, SDKValidationError> {
17494
+ return safeParse(
17495
+ jsonString,
17496
+ (x) => SyncAcquireResponseEndpoints$inboundSchema.parse(JSON.parse(x)),
17497
+ `Failed to parse 'SyncAcquireResponseEndpoints' from JSON`,
17498
+ );
17499
+ }
17500
+
15549
17501
  /** @internal */
15550
17502
  export const SyncAcquireResponseDomainMetadataResources$inboundSchema:
15551
17503
  z.ZodType<SyncAcquireResponseDomainMetadataResources, unknown> = z.object({
@@ -15556,6 +17508,10 @@ export const SyncAcquireResponseDomainMetadataResources$inboundSchema:
15556
17508
  certificateStatus: SyncAcquireResponseCertificateStatus$inboundSchema,
15557
17509
  dnsError: z.nullable(z.string()).optional(),
15558
17510
  dnsStatus: SyncAcquireResponseDnsStatus$inboundSchema,
17511
+ endpoints: z.record(
17512
+ z.string(),
17513
+ z.lazy(() => SyncAcquireResponseEndpoints$inboundSchema),
17514
+ ).optional(),
15559
17515
  fqdn: z.string(),
15560
17516
  issuedAt: z.nullable(z.string()).optional(),
15561
17517
  privateKey: z.nullable(z.string()).optional(),
@@ -19703,6 +21659,106 @@ export function syncAcquireResponseMonitoringUnionFromJSON(
19703
21659
  );
19704
21660
  }
19705
21661
 
21662
+ /** @internal */
21663
+ export const SyncAcquireResponsePoolsAutoscale$inboundSchema: z.ZodType<
21664
+ SyncAcquireResponsePoolsAutoscale,
21665
+ unknown
21666
+ > = z.object({
21667
+ machine: z.nullable(z.string()).optional(),
21668
+ max: z.int(),
21669
+ min: z.int(),
21670
+ mode: z.literal("autoscale"),
21671
+ });
21672
+
21673
+ export function syncAcquireResponsePoolsAutoscaleFromJSON(
21674
+ jsonString: string,
21675
+ ): SafeParseResult<SyncAcquireResponsePoolsAutoscale, SDKValidationError> {
21676
+ return safeParse(
21677
+ jsonString,
21678
+ (x) => SyncAcquireResponsePoolsAutoscale$inboundSchema.parse(JSON.parse(x)),
21679
+ `Failed to parse 'SyncAcquireResponsePoolsAutoscale' from JSON`,
21680
+ );
21681
+ }
21682
+
21683
+ /** @internal */
21684
+ export const SyncAcquireResponsePoolsFixed$inboundSchema: z.ZodType<
21685
+ SyncAcquireResponsePoolsFixed,
21686
+ unknown
21687
+ > = z.object({
21688
+ machine: z.nullable(z.string()).optional(),
21689
+ machines: z.int(),
21690
+ mode: z.literal("fixed"),
21691
+ });
21692
+
21693
+ export function syncAcquireResponsePoolsFixedFromJSON(
21694
+ jsonString: string,
21695
+ ): SafeParseResult<SyncAcquireResponsePoolsFixed, SDKValidationError> {
21696
+ return safeParse(
21697
+ jsonString,
21698
+ (x) => SyncAcquireResponsePoolsFixed$inboundSchema.parse(JSON.parse(x)),
21699
+ `Failed to parse 'SyncAcquireResponsePoolsFixed' from JSON`,
21700
+ );
21701
+ }
21702
+
21703
+ /** @internal */
21704
+ export const SyncAcquireResponsePoolsUnion$inboundSchema: z.ZodType<
21705
+ SyncAcquireResponsePoolsUnion,
21706
+ unknown
21707
+ > = z.union([
21708
+ z.lazy(() => SyncAcquireResponsePoolsFixed$inboundSchema),
21709
+ z.lazy(() => SyncAcquireResponsePoolsAutoscale$inboundSchema),
21710
+ ]);
21711
+
21712
+ export function syncAcquireResponsePoolsUnionFromJSON(
21713
+ jsonString: string,
21714
+ ): SafeParseResult<SyncAcquireResponsePoolsUnion, SDKValidationError> {
21715
+ return safeParse(
21716
+ jsonString,
21717
+ (x) => SyncAcquireResponsePoolsUnion$inboundSchema.parse(JSON.parse(x)),
21718
+ `Failed to parse 'SyncAcquireResponsePoolsUnion' from JSON`,
21719
+ );
21720
+ }
21721
+
21722
+ /** @internal */
21723
+ export const SyncAcquireResponseCompute$inboundSchema: z.ZodType<
21724
+ SyncAcquireResponseCompute,
21725
+ unknown
21726
+ > = z.object({
21727
+ pools: z.record(
21728
+ z.string(),
21729
+ z.union([
21730
+ z.lazy(() => SyncAcquireResponsePoolsFixed$inboundSchema),
21731
+ z.lazy(() => SyncAcquireResponsePoolsAutoscale$inboundSchema),
21732
+ ]),
21733
+ ).optional(),
21734
+ });
21735
+
21736
+ export function syncAcquireResponseComputeFromJSON(
21737
+ jsonString: string,
21738
+ ): SafeParseResult<SyncAcquireResponseCompute, SDKValidationError> {
21739
+ return safeParse(
21740
+ jsonString,
21741
+ (x) => SyncAcquireResponseCompute$inboundSchema.parse(JSON.parse(x)),
21742
+ `Failed to parse 'SyncAcquireResponseCompute' from JSON`,
21743
+ );
21744
+ }
21745
+
21746
+ /** @internal */
21747
+ export const SyncAcquireResponseComputeUnion$inboundSchema: z.ZodType<
21748
+ SyncAcquireResponseComputeUnion,
21749
+ unknown
21750
+ > = z.union([z.lazy(() => SyncAcquireResponseCompute$inboundSchema), z.any()]);
21751
+
21752
+ export function syncAcquireResponseComputeUnionFromJSON(
21753
+ jsonString: string,
21754
+ ): SafeParseResult<SyncAcquireResponseComputeUnion, SDKValidationError> {
21755
+ return safeParse(
21756
+ jsonString,
21757
+ (x) => SyncAcquireResponseComputeUnion$inboundSchema.parse(JSON.parse(x)),
21758
+ `Failed to parse 'SyncAcquireResponseComputeUnion' from JSON`,
21759
+ );
21760
+ }
21761
+
19706
21762
  /** @internal */
19707
21763
  export const SyncAcquireResponseDeploymentModel$inboundSchema: z.ZodEnum<
19708
21764
  typeof SyncAcquireResponseDeploymentModel
@@ -21369,6 +23425,9 @@ export const SyncAcquireResponseStackSettings$inboundSchema: z.ZodType<
21369
23425
  SyncAcquireResponseStackSettings,
21370
23426
  unknown
21371
23427
  > = z.object({
23428
+ compute: z.nullable(
23429
+ z.union([z.lazy(() => SyncAcquireResponseCompute$inboundSchema), z.any()]),
23430
+ ).optional(),
21372
23431
  deploymentModel: SyncAcquireResponseDeploymentModel$inboundSchema.optional(),
21373
23432
  domains: z.nullable(
21374
23433
  z.union([z.lazy(() => SyncAcquireResponseDomains$inboundSchema), z.any()]),
@@ -21510,7 +23569,9 @@ export const SyncAcquireResponseConfig$inboundSchema: z.ZodType<
21510
23569
  ]),
21511
23570
  ).optional(),
21512
23571
  nativeImageHost: z.nullable(z.string()).optional(),
21513
- publicUrls: z.nullable(z.record(z.string(), z.string())).optional(),
23572
+ publicEndpoints: z.nullable(
23573
+ z.record(z.string(), z.record(z.string(), z.string())),
23574
+ ).optional(),
21514
23575
  stackSettings: z.lazy(() => SyncAcquireResponseStackSettings$inboundSchema)
21515
23576
  .optional(),
21516
23577
  });
@@ -21532,6 +23593,7 @@ export const SyncAcquireResponseDeployment$inboundSchema: z.ZodType<
21532
23593
  > = z.object({
21533
23594
  deploymentId: z.string(),
21534
23595
  projectId: z.string(),
23596
+ setupMethod: DeploymentSetupMethod$inboundSchema.optional(),
21535
23597
  current: z.lazy(() => SyncAcquireResponseCurrent$inboundSchema),
21536
23598
  config: z.lazy(() => SyncAcquireResponseConfig$inboundSchema),
21537
23599
  });