@alienplatform/platform-api 1.7.1 → 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
@@ -4,6 +4,55 @@
4
4
  import * as z from "zod/v4";
5
5
  import { remap as remap$ } from "../lib/primitives.js";
6
6
  import { collectExtraKeys as collectExtraKeys$, safeParse, } from "../lib/schemas.js";
7
+ export const SyncReconcileResponseCurrentReleaseTypeStringList = {
8
+ StringList: "stringList",
9
+ };
10
+ export const SyncReconcileResponseCurrentReleaseTypeBoolean = {
11
+ Boolean: "boolean",
12
+ };
13
+ export const SyncReconcileResponseCurrentReleaseTypeNumber = {
14
+ Number: "number",
15
+ };
16
+ export const SyncReconcileResponseCurrentReleaseTypeString = {
17
+ String: "string",
18
+ };
19
+ /**
20
+ * Environment variable handling for a stack input mapping.
21
+ */
22
+ export const SyncReconcileResponseCurrentReleaseTypeEnvEnum = {
23
+ Plain: "plain",
24
+ Secret: "secret",
25
+ };
26
+ /**
27
+ * Primitive stack input kind.
28
+ */
29
+ export const SyncReconcileResponseCurrentReleaseKind = {
30
+ String: "string",
31
+ Secret: "secret",
32
+ Number: "number",
33
+ Integer: "integer",
34
+ Boolean: "boolean",
35
+ Enum: "enum",
36
+ StringList: "stringList",
37
+ };
38
+ /**
39
+ * Represents the target cloud platform.
40
+ */
41
+ export const SyncReconcileResponseCurrentReleasePlatform = {
42
+ Aws: "aws",
43
+ Gcp: "gcp",
44
+ Azure: "azure",
45
+ Kubernetes: "kubernetes",
46
+ Local: "local",
47
+ Test: "test",
48
+ };
49
+ /**
50
+ * Who can provide a stack input value.
51
+ */
52
+ export const SyncReconcileResponseCurrentReleaseProvidedBy = {
53
+ Developer: "developer",
54
+ Deployer: "deployer",
55
+ };
7
56
  export const SyncReconcileResponseCurrentReleaseManagementEnum = {
8
57
  Auto: "auto",
9
58
  };
@@ -72,6 +121,55 @@ export const SyncReconcileResponseCurrentPlatform = {
72
121
  Local: "local",
73
122
  Test: "test",
74
123
  };
124
+ export const SyncReconcileResponsePreparedStackTypeStringList = {
125
+ StringList: "stringList",
126
+ };
127
+ export const SyncReconcileResponsePreparedStackTypeBoolean = {
128
+ Boolean: "boolean",
129
+ };
130
+ export const SyncReconcileResponsePreparedStackTypeNumber = {
131
+ Number: "number",
132
+ };
133
+ export const SyncReconcileResponsePreparedStackTypeString = {
134
+ String: "string",
135
+ };
136
+ /**
137
+ * Environment variable handling for a stack input mapping.
138
+ */
139
+ export const SyncReconcileResponsePreparedStackTypeEnvEnum = {
140
+ Plain: "plain",
141
+ Secret: "secret",
142
+ };
143
+ /**
144
+ * Primitive stack input kind.
145
+ */
146
+ export const SyncReconcileResponsePreparedStackKind = {
147
+ String: "string",
148
+ Secret: "secret",
149
+ Number: "number",
150
+ Integer: "integer",
151
+ Boolean: "boolean",
152
+ Enum: "enum",
153
+ StringList: "stringList",
154
+ };
155
+ /**
156
+ * Represents the target cloud platform.
157
+ */
158
+ export const SyncReconcileResponsePreparedStackPlatform = {
159
+ Aws: "aws",
160
+ Gcp: "gcp",
161
+ Azure: "azure",
162
+ Kubernetes: "kubernetes",
163
+ Local: "local",
164
+ Test: "test",
165
+ };
166
+ /**
167
+ * Who can provide a stack input value.
168
+ */
169
+ export const SyncReconcileResponsePreparedStackProvidedBy = {
170
+ Developer: "developer",
171
+ Deployer: "deployer",
172
+ };
75
173
  export const SyncReconcileResponsePreparedStackManagementEnum = {
76
174
  Auto: "auto",
77
175
  };
@@ -182,6 +280,55 @@ export const SyncReconcileResponseStatus = {
182
280
  Deleted: "deleted",
183
281
  Error: "error",
184
282
  };
283
+ export const SyncReconcileResponseTargetReleaseTypeStringList = {
284
+ StringList: "stringList",
285
+ };
286
+ export const SyncReconcileResponseTargetReleaseTypeBoolean = {
287
+ Boolean: "boolean",
288
+ };
289
+ export const SyncReconcileResponseTargetReleaseTypeNumber = {
290
+ Number: "number",
291
+ };
292
+ export const SyncReconcileResponseTargetReleaseTypeString = {
293
+ String: "string",
294
+ };
295
+ /**
296
+ * Environment variable handling for a stack input mapping.
297
+ */
298
+ export const SyncReconcileResponseTargetReleaseTypeEnvEnum = {
299
+ Plain: "plain",
300
+ Secret: "secret",
301
+ };
302
+ /**
303
+ * Primitive stack input kind.
304
+ */
305
+ export const SyncReconcileResponseTargetReleaseKind = {
306
+ String: "string",
307
+ Secret: "secret",
308
+ Number: "number",
309
+ Integer: "integer",
310
+ Boolean: "boolean",
311
+ Enum: "enum",
312
+ StringList: "stringList",
313
+ };
314
+ /**
315
+ * Represents the target cloud platform.
316
+ */
317
+ export const SyncReconcileResponseTargetReleasePlatform = {
318
+ Aws: "aws",
319
+ Gcp: "gcp",
320
+ Azure: "azure",
321
+ Kubernetes: "kubernetes",
322
+ Local: "local",
323
+ Test: "test",
324
+ };
325
+ /**
326
+ * Who can provide a stack input value.
327
+ */
328
+ export const SyncReconcileResponseTargetReleaseProvidedBy = {
329
+ Developer: "developer",
330
+ Deployer: "deployer",
331
+ };
185
332
  export const SyncReconcileResponseTargetReleaseManagementEnum = {
186
333
  Auto: "auto",
187
334
  };
@@ -235,7 +382,7 @@ export const SyncReconcileResponseBasePlatformEnum = {
235
382
  Local: "local",
236
383
  Test: "test",
237
384
  };
238
- export const SyncReconcileResponseComputeBackendType = {
385
+ export const ComputeBackendTargetType = {
239
386
  Horizon: "horizon",
240
387
  };
241
388
  /**
@@ -280,80 +427,101 @@ export const SyncReconcileResponseDnsStatus = {
280
427
  Deleting: "deleting",
281
428
  Failed: "failed",
282
429
  };
430
+ /**
431
+ * Certificate status in the certificate lifecycle
432
+ */
433
+ export const SyncReconcileResponseEndpointsCertificateStatus = {
434
+ Pending: "pending",
435
+ Issued: "issued",
436
+ Renewing: "renewing",
437
+ RenewalFailed: "renewal-failed",
438
+ Failed: "failed",
439
+ Deleting: "deleting",
440
+ };
441
+ /**
442
+ * DNS record status in the DNS lifecycle
443
+ */
444
+ export const SyncReconcileResponseEndpointsDnsStatus = {
445
+ Pending: "pending",
446
+ Active: "active",
447
+ Updating: "updating",
448
+ Deleting: "deleting",
449
+ Failed: "failed",
450
+ };
283
451
  /**
284
452
  * Type of environment variable
285
453
  */
286
- export const SyncReconcileResponseEnvironmentVariablesType = {
454
+ export const TargetEnvironmentVariablesType = {
287
455
  Plain: "plain",
288
456
  Secret: "secret",
289
457
  };
290
- export const SyncReconcileResponseTypeContainerAppsEnvironment = {
458
+ export const TargetTypeContainerAppsEnvironment = {
291
459
  ContainerAppsEnvironment: "container_apps_environment",
292
460
  };
293
- export const SyncReconcileResponseTypeVault5 = {
461
+ export const TargetTypeVault5 = {
294
462
  Vault: "vault",
295
463
  };
296
- export const SyncReconcileResponseTypeVault4 = {
464
+ export const TargetTypeVault4 = {
297
465
  Vault: "vault",
298
466
  };
299
- export const SyncReconcileResponseTypeVault3 = {
467
+ export const TargetTypeVault3 = {
300
468
  Vault: "vault",
301
469
  };
302
- export const SyncReconcileResponseTypeVault2 = {
470
+ export const TargetTypeVault2 = {
303
471
  Vault: "vault",
304
472
  };
305
- export const SyncReconcileResponseTypeVault1 = {
473
+ export const TargetTypeVault1 = {
306
474
  Vault: "vault",
307
475
  };
308
- export const SyncReconcileResponseTypeArtifactRegistry4 = {
476
+ export const TargetTypeArtifactRegistry4 = {
309
477
  ArtifactRegistry: "artifact_registry",
310
478
  };
311
- export const SyncReconcileResponseTypeArtifactRegistry3 = {
479
+ export const TargetTypeArtifactRegistry3 = {
312
480
  ArtifactRegistry: "artifact_registry",
313
481
  };
314
- export const SyncReconcileResponseTypeArtifactRegistry2 = {
482
+ export const TargetTypeArtifactRegistry2 = {
315
483
  ArtifactRegistry: "artifact_registry",
316
484
  };
317
- export const SyncReconcileResponseTypeArtifactRegistry1 = {
485
+ export const TargetTypeArtifactRegistry1 = {
318
486
  ArtifactRegistry: "artifact_registry",
319
487
  };
320
- export const SyncReconcileResponseTypeKv5 = {
488
+ export const TargetTypeKv5 = {
321
489
  Kv: "kv",
322
490
  };
323
- export const SyncReconcileResponseTypeKv4 = {
491
+ export const TargetTypeKv4 = {
324
492
  Kv: "kv",
325
493
  };
326
- export const SyncReconcileResponseTypeKv3 = {
494
+ export const TargetTypeKv3 = {
327
495
  Kv: "kv",
328
496
  };
329
- export const SyncReconcileResponseTypeKv2 = {
497
+ export const TargetTypeKv2 = {
330
498
  Kv: "kv",
331
499
  };
332
- export const SyncReconcileResponseTypeKv1 = {
500
+ export const TargetTypeKv1 = {
333
501
  Kv: "kv",
334
502
  };
335
- export const SyncReconcileResponseTypeQueue4 = {
503
+ export const TargetTypeQueue4 = {
336
504
  Queue: "queue",
337
505
  };
338
- export const SyncReconcileResponseTypeQueue3 = {
506
+ export const TargetTypeQueue3 = {
339
507
  Queue: "queue",
340
508
  };
341
- export const SyncReconcileResponseTypeQueue2 = {
509
+ export const TargetTypeQueue2 = {
342
510
  Queue: "queue",
343
511
  };
344
- export const SyncReconcileResponseTypeQueue1 = {
512
+ export const TargetTypeQueue1 = {
345
513
  Queue: "queue",
346
514
  };
347
- export const SyncReconcileResponseTypeStorage4 = {
515
+ export const TargetTypeStorage4 = {
348
516
  Storage: "storage",
349
517
  };
350
- export const SyncReconcileResponseTypeStorage3 = {
518
+ export const TargetTypeStorage3 = {
351
519
  Storage: "storage",
352
520
  };
353
- export const SyncReconcileResponseTypeStorage2 = {
521
+ export const TargetTypeStorage2 = {
354
522
  Storage: "storage",
355
523
  };
356
- export const SyncReconcileResponseTypeStorage1 = {
524
+ export const TargetTypeStorage1 = {
357
525
  Storage: "storage",
358
526
  };
359
527
  export const TargetPlatformKubernetes = {
@@ -435,19 +603,19 @@ export const SyncReconcileResponseProviderAwsAlbEnum1 = {
435
603
  export const SyncReconcileResponseModeDisabled = {
436
604
  Disabled: "disabled",
437
605
  };
438
- export const SyncReconcileResponseTypeByoVnetAzure = {
606
+ export const TargetTypeByoVnetAzure = {
439
607
  ByoVnetAzure: "byo-vnet-azure",
440
608
  };
441
- export const SyncReconcileResponseTypeByoVpcGcp = {
609
+ export const TargetTypeByoVpcGcp = {
442
610
  ByoVpcGcp: "byo-vpc-gcp",
443
611
  };
444
- export const SyncReconcileResponseTypeByoVpcAws = {
612
+ export const TargetTypeByoVpcAws = {
445
613
  ByoVpcAws: "byo-vpc-aws",
446
614
  };
447
- export const SyncReconcileResponseTypeCreate = {
615
+ export const TargetTypeCreate = {
448
616
  Create: "create",
449
617
  };
450
- export const SyncReconcileResponseTypeUseDefault = {
618
+ export const TargetTypeUseDefault = {
451
619
  UseDefault: "use-default",
452
620
  };
453
621
  /**
@@ -465,6 +633,55 @@ export const SyncReconcileResponseUpdates = {
465
633
  Auto: "auto",
466
634
  ApprovalRequired: "approval-required",
467
635
  };
636
+ export const ReleaseInfoTypeStringList = {
637
+ StringList: "stringList",
638
+ };
639
+ export const ReleaseInfoTypeBoolean = {
640
+ Boolean: "boolean",
641
+ };
642
+ export const ReleaseInfoTypeNumber = {
643
+ Number: "number",
644
+ };
645
+ export const ReleaseInfoTypeString = {
646
+ String: "string",
647
+ };
648
+ /**
649
+ * Environment variable handling for a stack input mapping.
650
+ */
651
+ export const TypeReleaseInfoEnvEnum = {
652
+ Plain: "plain",
653
+ Secret: "secret",
654
+ };
655
+ /**
656
+ * Primitive stack input kind.
657
+ */
658
+ export const ReleaseInfoKind = {
659
+ String: "string",
660
+ Secret: "secret",
661
+ Number: "number",
662
+ Integer: "integer",
663
+ Boolean: "boolean",
664
+ Enum: "enum",
665
+ StringList: "stringList",
666
+ };
667
+ /**
668
+ * Represents the target cloud platform.
669
+ */
670
+ export const ReleaseInfoPlatform = {
671
+ Aws: "aws",
672
+ Gcp: "gcp",
673
+ Azure: "azure",
674
+ Kubernetes: "kubernetes",
675
+ Local: "local",
676
+ Test: "test",
677
+ };
678
+ /**
679
+ * Who can provide a stack input value.
680
+ */
681
+ export const ReleaseInfoProvidedBy = {
682
+ Developer: "developer",
683
+ Deployer: "deployer",
684
+ };
468
685
  export const ManagementReleaseInfoEnum = {
469
686
  Auto: "auto",
470
687
  };
@@ -508,6 +725,139 @@ export const ReleaseInfoSupportedPlatform = {
508
725
  Test: "test",
509
726
  };
510
727
  /** @internal */
728
+ export const SyncReconcileResponseCurrentReleaseTypeStringList$inboundSchema = z.enum(SyncReconcileResponseCurrentReleaseTypeStringList);
729
+ /** @internal */
730
+ export const SyncReconcileResponseCurrentReleaseDefaultStringList$inboundSchema = z
731
+ .object({
732
+ type: SyncReconcileResponseCurrentReleaseTypeStringList$inboundSchema,
733
+ value: z.array(z.string()),
734
+ });
735
+ export function syncReconcileResponseCurrentReleaseDefaultStringListFromJSON(jsonString) {
736
+ return safeParse(jsonString, (x) => SyncReconcileResponseCurrentReleaseDefaultStringList$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseDefaultStringList' from JSON`);
737
+ }
738
+ /** @internal */
739
+ export const SyncReconcileResponseCurrentReleaseTypeBoolean$inboundSchema = z.enum(SyncReconcileResponseCurrentReleaseTypeBoolean);
740
+ /** @internal */
741
+ export const SyncReconcileResponseCurrentReleaseDefaultBoolean$inboundSchema = z
742
+ .object({
743
+ type: SyncReconcileResponseCurrentReleaseTypeBoolean$inboundSchema,
744
+ value: z.boolean(),
745
+ });
746
+ export function syncReconcileResponseCurrentReleaseDefaultBooleanFromJSON(jsonString) {
747
+ return safeParse(jsonString, (x) => SyncReconcileResponseCurrentReleaseDefaultBoolean$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseDefaultBoolean' from JSON`);
748
+ }
749
+ /** @internal */
750
+ export const SyncReconcileResponseCurrentReleaseTypeNumber$inboundSchema = z.enum(SyncReconcileResponseCurrentReleaseTypeNumber);
751
+ /** @internal */
752
+ export const SyncReconcileResponseCurrentReleaseDefaultNumber$inboundSchema = z
753
+ .object({
754
+ type: SyncReconcileResponseCurrentReleaseTypeNumber$inboundSchema,
755
+ value: z.string(),
756
+ });
757
+ export function syncReconcileResponseCurrentReleaseDefaultNumberFromJSON(jsonString) {
758
+ return safeParse(jsonString, (x) => SyncReconcileResponseCurrentReleaseDefaultNumber$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseDefaultNumber' from JSON`);
759
+ }
760
+ /** @internal */
761
+ export const SyncReconcileResponseCurrentReleaseTypeString$inboundSchema = z.enum(SyncReconcileResponseCurrentReleaseTypeString);
762
+ /** @internal */
763
+ export const SyncReconcileResponseCurrentReleaseDefaultString$inboundSchema = z
764
+ .object({
765
+ type: SyncReconcileResponseCurrentReleaseTypeString$inboundSchema,
766
+ value: z.string(),
767
+ });
768
+ export function syncReconcileResponseCurrentReleaseDefaultStringFromJSON(jsonString) {
769
+ return safeParse(jsonString, (x) => SyncReconcileResponseCurrentReleaseDefaultString$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseDefaultString' from JSON`);
770
+ }
771
+ /** @internal */
772
+ export const SyncReconcileResponseCurrentReleaseDefaultUnion$inboundSchema = z.union([
773
+ z.lazy(() => SyncReconcileResponseCurrentReleaseDefaultString$inboundSchema),
774
+ z.lazy(() => SyncReconcileResponseCurrentReleaseDefaultNumber$inboundSchema),
775
+ z.lazy(() => SyncReconcileResponseCurrentReleaseDefaultBoolean$inboundSchema),
776
+ z.lazy(() => SyncReconcileResponseCurrentReleaseDefaultStringList$inboundSchema),
777
+ z.any(),
778
+ ]);
779
+ export function syncReconcileResponseCurrentReleaseDefaultUnionFromJSON(jsonString) {
780
+ return safeParse(jsonString, (x) => SyncReconcileResponseCurrentReleaseDefaultUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseDefaultUnion' from JSON`);
781
+ }
782
+ /** @internal */
783
+ export const SyncReconcileResponseCurrentReleaseTypeEnvEnum$inboundSchema = z.enum(SyncReconcileResponseCurrentReleaseTypeEnvEnum);
784
+ /** @internal */
785
+ export const SyncReconcileResponseCurrentReleaseTypeUnion$inboundSchema = z.union([
786
+ SyncReconcileResponseCurrentReleaseTypeEnvEnum$inboundSchema,
787
+ z.any(),
788
+ ]);
789
+ export function syncReconcileResponseCurrentReleaseTypeUnionFromJSON(jsonString) {
790
+ return safeParse(jsonString, (x) => SyncReconcileResponseCurrentReleaseTypeUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseTypeUnion' from JSON`);
791
+ }
792
+ /** @internal */
793
+ export const SyncReconcileResponseCurrentReleaseEnv$inboundSchema = z.object({
794
+ name: z.string(),
795
+ targetResources: z.nullable(z.array(z.string())).optional(),
796
+ type: z.nullable(z.union([
797
+ SyncReconcileResponseCurrentReleaseTypeEnvEnum$inboundSchema,
798
+ z.any(),
799
+ ])).optional(),
800
+ });
801
+ export function syncReconcileResponseCurrentReleaseEnvFromJSON(jsonString) {
802
+ return safeParse(jsonString, (x) => SyncReconcileResponseCurrentReleaseEnv$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseEnv' from JSON`);
803
+ }
804
+ /** @internal */
805
+ export const SyncReconcileResponseCurrentReleaseKind$inboundSchema = z.enum(SyncReconcileResponseCurrentReleaseKind);
806
+ /** @internal */
807
+ export const SyncReconcileResponseCurrentReleasePlatform$inboundSchema = z.enum(SyncReconcileResponseCurrentReleasePlatform);
808
+ /** @internal */
809
+ export const SyncReconcileResponseCurrentReleaseProvidedBy$inboundSchema = z.enum(SyncReconcileResponseCurrentReleaseProvidedBy);
810
+ /** @internal */
811
+ export const SyncReconcileResponseCurrentReleaseValidation$inboundSchema = z.object({
812
+ format: z.nullable(z.string()).optional(),
813
+ max: z.nullable(z.string()).optional(),
814
+ maxItems: z.nullable(z.int()).optional(),
815
+ maxLength: z.nullable(z.int()).optional(),
816
+ min: z.nullable(z.string()).optional(),
817
+ minItems: z.nullable(z.int()).optional(),
818
+ minLength: z.nullable(z.int()).optional(),
819
+ pattern: z.nullable(z.string()).optional(),
820
+ values: z.nullable(z.array(z.string())).optional(),
821
+ });
822
+ export function syncReconcileResponseCurrentReleaseValidationFromJSON(jsonString) {
823
+ return safeParse(jsonString, (x) => SyncReconcileResponseCurrentReleaseValidation$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseValidation' from JSON`);
824
+ }
825
+ /** @internal */
826
+ export const SyncReconcileResponseCurrentReleaseValidationUnion$inboundSchema = z
827
+ .union([
828
+ z.lazy(() => SyncReconcileResponseCurrentReleaseValidation$inboundSchema),
829
+ z.any(),
830
+ ]);
831
+ export function syncReconcileResponseCurrentReleaseValidationUnionFromJSON(jsonString) {
832
+ return safeParse(jsonString, (x) => SyncReconcileResponseCurrentReleaseValidationUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseValidationUnion' from JSON`);
833
+ }
834
+ /** @internal */
835
+ export const SyncReconcileResponseCurrentReleaseInput$inboundSchema = z.object({
836
+ default: z.nullable(z.union([
837
+ z.lazy(() => SyncReconcileResponseCurrentReleaseDefaultString$inboundSchema),
838
+ z.lazy(() => SyncReconcileResponseCurrentReleaseDefaultNumber$inboundSchema),
839
+ z.lazy(() => SyncReconcileResponseCurrentReleaseDefaultBoolean$inboundSchema),
840
+ z.lazy(() => SyncReconcileResponseCurrentReleaseDefaultStringList$inboundSchema),
841
+ z.any(),
842
+ ])).optional(),
843
+ description: z.string(),
844
+ env: z.array(z.lazy(() => SyncReconcileResponseCurrentReleaseEnv$inboundSchema)).optional(),
845
+ id: z.string(),
846
+ kind: SyncReconcileResponseCurrentReleaseKind$inboundSchema,
847
+ label: z.string(),
848
+ placeholder: z.nullable(z.string()).optional(),
849
+ platforms: z.nullable(z.array(SyncReconcileResponseCurrentReleasePlatform$inboundSchema)).optional(),
850
+ providedBy: z.array(SyncReconcileResponseCurrentReleaseProvidedBy$inboundSchema),
851
+ required: z.boolean(),
852
+ validation: z.nullable(z.union([
853
+ z.lazy(() => SyncReconcileResponseCurrentReleaseValidation$inboundSchema),
854
+ z.any(),
855
+ ])).optional(),
856
+ });
857
+ export function syncReconcileResponseCurrentReleaseInputFromJSON(jsonString) {
858
+ return safeParse(jsonString, (x) => SyncReconcileResponseCurrentReleaseInput$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseInput' from JSON`);
859
+ }
860
+ /** @internal */
511
861
  export const SyncReconcileResponseCurrentReleaseManagementEnum$inboundSchema = z.enum(SyncReconcileResponseCurrentReleaseManagementEnum);
512
862
  /** @internal */
513
863
  export const SyncReconcileResponseCurrentReleaseOverrideAwResource$inboundSchema = z
@@ -1248,6 +1598,7 @@ export const SyncReconcileResponseCurrentReleaseSupportedPlatform$inboundSchema
1248
1598
  /** @internal */
1249
1599
  export const SyncReconcileResponseCurrentReleaseStack$inboundSchema = z.object({
1250
1600
  id: z.string(),
1601
+ inputs: z.array(z.lazy(() => SyncReconcileResponseCurrentReleaseInput$inboundSchema)).optional(),
1251
1602
  permissions: z.lazy(() => SyncReconcileResponseCurrentReleasePermissions$inboundSchema).optional(),
1252
1603
  resources: z.record(z.string(), z.lazy(() => SyncReconcileResponseCurrentReleaseResources$inboundSchema)),
1253
1604
  supportedPlatforms: z.nullable(z.array(SyncReconcileResponseCurrentReleaseSupportedPlatform$inboundSchema)).optional(),
@@ -1364,6 +1715,139 @@ export function syncReconcileResponseErrorUnionFromJSON(jsonString) {
1364
1715
  /** @internal */
1365
1716
  export const SyncReconcileResponseCurrentPlatform$inboundSchema = z.enum(SyncReconcileResponseCurrentPlatform);
1366
1717
  /** @internal */
1718
+ export const SyncReconcileResponsePreparedStackTypeStringList$inboundSchema = z.enum(SyncReconcileResponsePreparedStackTypeStringList);
1719
+ /** @internal */
1720
+ export const SyncReconcileResponsePreparedStackDefaultStringList$inboundSchema = z
1721
+ .object({
1722
+ type: SyncReconcileResponsePreparedStackTypeStringList$inboundSchema,
1723
+ value: z.array(z.string()),
1724
+ });
1725
+ export function syncReconcileResponsePreparedStackDefaultStringListFromJSON(jsonString) {
1726
+ return safeParse(jsonString, (x) => SyncReconcileResponsePreparedStackDefaultStringList$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackDefaultStringList' from JSON`);
1727
+ }
1728
+ /** @internal */
1729
+ export const SyncReconcileResponsePreparedStackTypeBoolean$inboundSchema = z.enum(SyncReconcileResponsePreparedStackTypeBoolean);
1730
+ /** @internal */
1731
+ export const SyncReconcileResponsePreparedStackDefaultBoolean$inboundSchema = z
1732
+ .object({
1733
+ type: SyncReconcileResponsePreparedStackTypeBoolean$inboundSchema,
1734
+ value: z.boolean(),
1735
+ });
1736
+ export function syncReconcileResponsePreparedStackDefaultBooleanFromJSON(jsonString) {
1737
+ return safeParse(jsonString, (x) => SyncReconcileResponsePreparedStackDefaultBoolean$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackDefaultBoolean' from JSON`);
1738
+ }
1739
+ /** @internal */
1740
+ export const SyncReconcileResponsePreparedStackTypeNumber$inboundSchema = z.enum(SyncReconcileResponsePreparedStackTypeNumber);
1741
+ /** @internal */
1742
+ export const SyncReconcileResponsePreparedStackDefaultNumber$inboundSchema = z
1743
+ .object({
1744
+ type: SyncReconcileResponsePreparedStackTypeNumber$inboundSchema,
1745
+ value: z.string(),
1746
+ });
1747
+ export function syncReconcileResponsePreparedStackDefaultNumberFromJSON(jsonString) {
1748
+ return safeParse(jsonString, (x) => SyncReconcileResponsePreparedStackDefaultNumber$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackDefaultNumber' from JSON`);
1749
+ }
1750
+ /** @internal */
1751
+ export const SyncReconcileResponsePreparedStackTypeString$inboundSchema = z.enum(SyncReconcileResponsePreparedStackTypeString);
1752
+ /** @internal */
1753
+ export const SyncReconcileResponsePreparedStackDefaultString$inboundSchema = z
1754
+ .object({
1755
+ type: SyncReconcileResponsePreparedStackTypeString$inboundSchema,
1756
+ value: z.string(),
1757
+ });
1758
+ export function syncReconcileResponsePreparedStackDefaultStringFromJSON(jsonString) {
1759
+ return safeParse(jsonString, (x) => SyncReconcileResponsePreparedStackDefaultString$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackDefaultString' from JSON`);
1760
+ }
1761
+ /** @internal */
1762
+ export const SyncReconcileResponsePreparedStackDefaultUnion$inboundSchema = z.union([
1763
+ z.lazy(() => SyncReconcileResponsePreparedStackDefaultString$inboundSchema),
1764
+ z.lazy(() => SyncReconcileResponsePreparedStackDefaultNumber$inboundSchema),
1765
+ z.lazy(() => SyncReconcileResponsePreparedStackDefaultBoolean$inboundSchema),
1766
+ z.lazy(() => SyncReconcileResponsePreparedStackDefaultStringList$inboundSchema),
1767
+ z.any(),
1768
+ ]);
1769
+ export function syncReconcileResponsePreparedStackDefaultUnionFromJSON(jsonString) {
1770
+ return safeParse(jsonString, (x) => SyncReconcileResponsePreparedStackDefaultUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackDefaultUnion' from JSON`);
1771
+ }
1772
+ /** @internal */
1773
+ export const SyncReconcileResponsePreparedStackTypeEnvEnum$inboundSchema = z.enum(SyncReconcileResponsePreparedStackTypeEnvEnum);
1774
+ /** @internal */
1775
+ export const SyncReconcileResponsePreparedStackTypeUnion$inboundSchema = z.union([
1776
+ SyncReconcileResponsePreparedStackTypeEnvEnum$inboundSchema,
1777
+ z.any(),
1778
+ ]);
1779
+ export function syncReconcileResponsePreparedStackTypeUnionFromJSON(jsonString) {
1780
+ return safeParse(jsonString, (x) => SyncReconcileResponsePreparedStackTypeUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackTypeUnion' from JSON`);
1781
+ }
1782
+ /** @internal */
1783
+ export const SyncReconcileResponsePreparedStackEnv$inboundSchema = z.object({
1784
+ name: z.string(),
1785
+ targetResources: z.nullable(z.array(z.string())).optional(),
1786
+ type: z.nullable(z.union([
1787
+ SyncReconcileResponsePreparedStackTypeEnvEnum$inboundSchema,
1788
+ z.any(),
1789
+ ])).optional(),
1790
+ });
1791
+ export function syncReconcileResponsePreparedStackEnvFromJSON(jsonString) {
1792
+ return safeParse(jsonString, (x) => SyncReconcileResponsePreparedStackEnv$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackEnv' from JSON`);
1793
+ }
1794
+ /** @internal */
1795
+ export const SyncReconcileResponsePreparedStackKind$inboundSchema = z.enum(SyncReconcileResponsePreparedStackKind);
1796
+ /** @internal */
1797
+ export const SyncReconcileResponsePreparedStackPlatform$inboundSchema = z.enum(SyncReconcileResponsePreparedStackPlatform);
1798
+ /** @internal */
1799
+ export const SyncReconcileResponsePreparedStackProvidedBy$inboundSchema = z.enum(SyncReconcileResponsePreparedStackProvidedBy);
1800
+ /** @internal */
1801
+ export const SyncReconcileResponsePreparedStackValidation$inboundSchema = z.object({
1802
+ format: z.nullable(z.string()).optional(),
1803
+ max: z.nullable(z.string()).optional(),
1804
+ maxItems: z.nullable(z.int()).optional(),
1805
+ maxLength: z.nullable(z.int()).optional(),
1806
+ min: z.nullable(z.string()).optional(),
1807
+ minItems: z.nullable(z.int()).optional(),
1808
+ minLength: z.nullable(z.int()).optional(),
1809
+ pattern: z.nullable(z.string()).optional(),
1810
+ values: z.nullable(z.array(z.string())).optional(),
1811
+ });
1812
+ export function syncReconcileResponsePreparedStackValidationFromJSON(jsonString) {
1813
+ return safeParse(jsonString, (x) => SyncReconcileResponsePreparedStackValidation$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackValidation' from JSON`);
1814
+ }
1815
+ /** @internal */
1816
+ export const SyncReconcileResponsePreparedStackValidationUnion$inboundSchema = z
1817
+ .union([
1818
+ z.lazy(() => SyncReconcileResponsePreparedStackValidation$inboundSchema),
1819
+ z.any(),
1820
+ ]);
1821
+ export function syncReconcileResponsePreparedStackValidationUnionFromJSON(jsonString) {
1822
+ return safeParse(jsonString, (x) => SyncReconcileResponsePreparedStackValidationUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackValidationUnion' from JSON`);
1823
+ }
1824
+ /** @internal */
1825
+ export const SyncReconcileResponsePreparedStackInput$inboundSchema = z.object({
1826
+ default: z.nullable(z.union([
1827
+ z.lazy(() => SyncReconcileResponsePreparedStackDefaultString$inboundSchema),
1828
+ z.lazy(() => SyncReconcileResponsePreparedStackDefaultNumber$inboundSchema),
1829
+ z.lazy(() => SyncReconcileResponsePreparedStackDefaultBoolean$inboundSchema),
1830
+ z.lazy(() => SyncReconcileResponsePreparedStackDefaultStringList$inboundSchema),
1831
+ z.any(),
1832
+ ])).optional(),
1833
+ description: z.string(),
1834
+ env: z.array(z.lazy(() => SyncReconcileResponsePreparedStackEnv$inboundSchema)).optional(),
1835
+ id: z.string(),
1836
+ kind: SyncReconcileResponsePreparedStackKind$inboundSchema,
1837
+ label: z.string(),
1838
+ placeholder: z.nullable(z.string()).optional(),
1839
+ platforms: z.nullable(z.array(SyncReconcileResponsePreparedStackPlatform$inboundSchema)).optional(),
1840
+ providedBy: z.array(SyncReconcileResponsePreparedStackProvidedBy$inboundSchema),
1841
+ required: z.boolean(),
1842
+ validation: z.nullable(z.union([
1843
+ z.lazy(() => SyncReconcileResponsePreparedStackValidation$inboundSchema),
1844
+ z.any(),
1845
+ ])).optional(),
1846
+ });
1847
+ export function syncReconcileResponsePreparedStackInputFromJSON(jsonString) {
1848
+ return safeParse(jsonString, (x) => SyncReconcileResponsePreparedStackInput$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackInput' from JSON`);
1849
+ }
1850
+ /** @internal */
1367
1851
  export const SyncReconcileResponsePreparedStackManagementEnum$inboundSchema = z.enum(SyncReconcileResponsePreparedStackManagementEnum);
1368
1852
  /** @internal */
1369
1853
  export const SyncReconcileResponsePreparedStackOverrideAwResource$inboundSchema = z
@@ -2102,6 +2586,7 @@ export const SyncReconcileResponsePreparedStackSupportedPlatform$inboundSchema =
2102
2586
  /** @internal */
2103
2587
  export const SyncReconcileResponsePreparedStack$inboundSchema = z.object({
2104
2588
  id: z.string(),
2589
+ inputs: z.array(z.lazy(() => SyncReconcileResponsePreparedStackInput$inboundSchema)).optional(),
2105
2590
  permissions: z.lazy(() => SyncReconcileResponsePreparedStackPermissions$inboundSchema).optional(),
2106
2591
  resources: z.record(z.string(), z.lazy(() => SyncReconcileResponsePreparedStackResources$inboundSchema)),
2107
2592
  supportedPlatforms: z.nullable(z.array(SyncReconcileResponsePreparedStackSupportedPlatform$inboundSchema)).optional(),
@@ -2288,6 +2773,139 @@ export function syncReconcileResponseStackStateUnionFromJSON(jsonString) {
2288
2773
  /** @internal */
2289
2774
  export const SyncReconcileResponseStatus$inboundSchema = z.enum(SyncReconcileResponseStatus);
2290
2775
  /** @internal */
2776
+ export const SyncReconcileResponseTargetReleaseTypeStringList$inboundSchema = z.enum(SyncReconcileResponseTargetReleaseTypeStringList);
2777
+ /** @internal */
2778
+ export const SyncReconcileResponseTargetReleaseDefaultStringList$inboundSchema = z
2779
+ .object({
2780
+ type: SyncReconcileResponseTargetReleaseTypeStringList$inboundSchema,
2781
+ value: z.array(z.string()),
2782
+ });
2783
+ export function syncReconcileResponseTargetReleaseDefaultStringListFromJSON(jsonString) {
2784
+ return safeParse(jsonString, (x) => SyncReconcileResponseTargetReleaseDefaultStringList$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseDefaultStringList' from JSON`);
2785
+ }
2786
+ /** @internal */
2787
+ export const SyncReconcileResponseTargetReleaseTypeBoolean$inboundSchema = z.enum(SyncReconcileResponseTargetReleaseTypeBoolean);
2788
+ /** @internal */
2789
+ export const SyncReconcileResponseTargetReleaseDefaultBoolean$inboundSchema = z
2790
+ .object({
2791
+ type: SyncReconcileResponseTargetReleaseTypeBoolean$inboundSchema,
2792
+ value: z.boolean(),
2793
+ });
2794
+ export function syncReconcileResponseTargetReleaseDefaultBooleanFromJSON(jsonString) {
2795
+ return safeParse(jsonString, (x) => SyncReconcileResponseTargetReleaseDefaultBoolean$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseDefaultBoolean' from JSON`);
2796
+ }
2797
+ /** @internal */
2798
+ export const SyncReconcileResponseTargetReleaseTypeNumber$inboundSchema = z.enum(SyncReconcileResponseTargetReleaseTypeNumber);
2799
+ /** @internal */
2800
+ export const SyncReconcileResponseTargetReleaseDefaultNumber$inboundSchema = z
2801
+ .object({
2802
+ type: SyncReconcileResponseTargetReleaseTypeNumber$inboundSchema,
2803
+ value: z.string(),
2804
+ });
2805
+ export function syncReconcileResponseTargetReleaseDefaultNumberFromJSON(jsonString) {
2806
+ return safeParse(jsonString, (x) => SyncReconcileResponseTargetReleaseDefaultNumber$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseDefaultNumber' from JSON`);
2807
+ }
2808
+ /** @internal */
2809
+ export const SyncReconcileResponseTargetReleaseTypeString$inboundSchema = z.enum(SyncReconcileResponseTargetReleaseTypeString);
2810
+ /** @internal */
2811
+ export const SyncReconcileResponseTargetReleaseDefaultString$inboundSchema = z
2812
+ .object({
2813
+ type: SyncReconcileResponseTargetReleaseTypeString$inboundSchema,
2814
+ value: z.string(),
2815
+ });
2816
+ export function syncReconcileResponseTargetReleaseDefaultStringFromJSON(jsonString) {
2817
+ return safeParse(jsonString, (x) => SyncReconcileResponseTargetReleaseDefaultString$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseDefaultString' from JSON`);
2818
+ }
2819
+ /** @internal */
2820
+ export const SyncReconcileResponseTargetReleaseDefaultUnion$inboundSchema = z.union([
2821
+ z.lazy(() => SyncReconcileResponseTargetReleaseDefaultString$inboundSchema),
2822
+ z.lazy(() => SyncReconcileResponseTargetReleaseDefaultNumber$inboundSchema),
2823
+ z.lazy(() => SyncReconcileResponseTargetReleaseDefaultBoolean$inboundSchema),
2824
+ z.lazy(() => SyncReconcileResponseTargetReleaseDefaultStringList$inboundSchema),
2825
+ z.any(),
2826
+ ]);
2827
+ export function syncReconcileResponseTargetReleaseDefaultUnionFromJSON(jsonString) {
2828
+ return safeParse(jsonString, (x) => SyncReconcileResponseTargetReleaseDefaultUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseDefaultUnion' from JSON`);
2829
+ }
2830
+ /** @internal */
2831
+ export const SyncReconcileResponseTargetReleaseTypeEnvEnum$inboundSchema = z.enum(SyncReconcileResponseTargetReleaseTypeEnvEnum);
2832
+ /** @internal */
2833
+ export const SyncReconcileResponseTargetReleaseTypeUnion$inboundSchema = z.union([
2834
+ SyncReconcileResponseTargetReleaseTypeEnvEnum$inboundSchema,
2835
+ z.any(),
2836
+ ]);
2837
+ export function syncReconcileResponseTargetReleaseTypeUnionFromJSON(jsonString) {
2838
+ return safeParse(jsonString, (x) => SyncReconcileResponseTargetReleaseTypeUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseTypeUnion' from JSON`);
2839
+ }
2840
+ /** @internal */
2841
+ export const SyncReconcileResponseTargetReleaseEnv$inboundSchema = z.object({
2842
+ name: z.string(),
2843
+ targetResources: z.nullable(z.array(z.string())).optional(),
2844
+ type: z.nullable(z.union([
2845
+ SyncReconcileResponseTargetReleaseTypeEnvEnum$inboundSchema,
2846
+ z.any(),
2847
+ ])).optional(),
2848
+ });
2849
+ export function syncReconcileResponseTargetReleaseEnvFromJSON(jsonString) {
2850
+ return safeParse(jsonString, (x) => SyncReconcileResponseTargetReleaseEnv$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseEnv' from JSON`);
2851
+ }
2852
+ /** @internal */
2853
+ export const SyncReconcileResponseTargetReleaseKind$inboundSchema = z.enum(SyncReconcileResponseTargetReleaseKind);
2854
+ /** @internal */
2855
+ export const SyncReconcileResponseTargetReleasePlatform$inboundSchema = z.enum(SyncReconcileResponseTargetReleasePlatform);
2856
+ /** @internal */
2857
+ export const SyncReconcileResponseTargetReleaseProvidedBy$inboundSchema = z.enum(SyncReconcileResponseTargetReleaseProvidedBy);
2858
+ /** @internal */
2859
+ export const SyncReconcileResponseTargetReleaseValidation$inboundSchema = z.object({
2860
+ format: z.nullable(z.string()).optional(),
2861
+ max: z.nullable(z.string()).optional(),
2862
+ maxItems: z.nullable(z.int()).optional(),
2863
+ maxLength: z.nullable(z.int()).optional(),
2864
+ min: z.nullable(z.string()).optional(),
2865
+ minItems: z.nullable(z.int()).optional(),
2866
+ minLength: z.nullable(z.int()).optional(),
2867
+ pattern: z.nullable(z.string()).optional(),
2868
+ values: z.nullable(z.array(z.string())).optional(),
2869
+ });
2870
+ export function syncReconcileResponseTargetReleaseValidationFromJSON(jsonString) {
2871
+ return safeParse(jsonString, (x) => SyncReconcileResponseTargetReleaseValidation$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseValidation' from JSON`);
2872
+ }
2873
+ /** @internal */
2874
+ export const SyncReconcileResponseTargetReleaseValidationUnion$inboundSchema = z
2875
+ .union([
2876
+ z.lazy(() => SyncReconcileResponseTargetReleaseValidation$inboundSchema),
2877
+ z.any(),
2878
+ ]);
2879
+ export function syncReconcileResponseTargetReleaseValidationUnionFromJSON(jsonString) {
2880
+ return safeParse(jsonString, (x) => SyncReconcileResponseTargetReleaseValidationUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseValidationUnion' from JSON`);
2881
+ }
2882
+ /** @internal */
2883
+ export const SyncReconcileResponseTargetReleaseInput$inboundSchema = z.object({
2884
+ default: z.nullable(z.union([
2885
+ z.lazy(() => SyncReconcileResponseTargetReleaseDefaultString$inboundSchema),
2886
+ z.lazy(() => SyncReconcileResponseTargetReleaseDefaultNumber$inboundSchema),
2887
+ z.lazy(() => SyncReconcileResponseTargetReleaseDefaultBoolean$inboundSchema),
2888
+ z.lazy(() => SyncReconcileResponseTargetReleaseDefaultStringList$inboundSchema),
2889
+ z.any(),
2890
+ ])).optional(),
2891
+ description: z.string(),
2892
+ env: z.array(z.lazy(() => SyncReconcileResponseTargetReleaseEnv$inboundSchema)).optional(),
2893
+ id: z.string(),
2894
+ kind: SyncReconcileResponseTargetReleaseKind$inboundSchema,
2895
+ label: z.string(),
2896
+ placeholder: z.nullable(z.string()).optional(),
2897
+ platforms: z.nullable(z.array(SyncReconcileResponseTargetReleasePlatform$inboundSchema)).optional(),
2898
+ providedBy: z.array(SyncReconcileResponseTargetReleaseProvidedBy$inboundSchema),
2899
+ required: z.boolean(),
2900
+ validation: z.nullable(z.union([
2901
+ z.lazy(() => SyncReconcileResponseTargetReleaseValidation$inboundSchema),
2902
+ z.any(),
2903
+ ])).optional(),
2904
+ });
2905
+ export function syncReconcileResponseTargetReleaseInputFromJSON(jsonString) {
2906
+ return safeParse(jsonString, (x) => SyncReconcileResponseTargetReleaseInput$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseInput' from JSON`);
2907
+ }
2908
+ /** @internal */
2291
2909
  export const SyncReconcileResponseTargetReleaseManagementEnum$inboundSchema = z.enum(SyncReconcileResponseTargetReleaseManagementEnum);
2292
2910
  /** @internal */
2293
2911
  export const SyncReconcileResponseTargetReleaseOverrideAwResource$inboundSchema = z
@@ -3026,6 +3644,7 @@ export const SyncReconcileResponseTargetReleaseSupportedPlatform$inboundSchema =
3026
3644
  /** @internal */
3027
3645
  export const SyncReconcileResponseTargetReleaseStack$inboundSchema = z.object({
3028
3646
  id: z.string(),
3647
+ inputs: z.array(z.lazy(() => SyncReconcileResponseTargetReleaseInput$inboundSchema)).optional(),
3029
3648
  permissions: z.lazy(() => SyncReconcileResponseTargetReleasePermissions$inboundSchema).optional(),
3030
3649
  resources: z.record(z.string(), z.lazy(() => SyncReconcileResponseTargetReleaseResources$inboundSchema)),
3031
3650
  supportedPlatforms: z.nullable(z.array(SyncReconcileResponseTargetReleaseSupportedPlatform$inboundSchema)).optional(),
@@ -3202,7 +3821,7 @@ export function syncReconcileResponseHorizonMachineImageUnionFromJSON(jsonString
3202
3821
  return safeParse(jsonString, (x) => SyncReconcileResponseHorizonMachineImageUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseHorizonMachineImageUnion' from JSON`);
3203
3822
  }
3204
3823
  /** @internal */
3205
- export const SyncReconcileResponseComputeBackendType$inboundSchema = z.enum(SyncReconcileResponseComputeBackendType);
3824
+ export const ComputeBackendTargetType$inboundSchema = z.enum(ComputeBackendTargetType);
3206
3825
  /** @internal */
3207
3826
  export const SyncReconcileResponseComputeBackendHorizon$inboundSchema = z.object({
3208
3827
  clusters: z.record(z.string(), z.lazy(() => SyncReconcileResponseClusters$inboundSchema)),
@@ -3211,7 +3830,7 @@ export const SyncReconcileResponseComputeBackendHorizon$inboundSchema = z.object
3211
3830
  z.any(),
3212
3831
  ])).optional(),
3213
3832
  url: z.string(),
3214
- type: SyncReconcileResponseComputeBackendType$inboundSchema,
3833
+ type: ComputeBackendTargetType$inboundSchema,
3215
3834
  });
3216
3835
  export function syncReconcileResponseComputeBackendHorizonFromJSON(jsonString) {
3217
3836
  return safeParse(jsonString, (x) => SyncReconcileResponseComputeBackendHorizon$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseComputeBackendHorizon' from JSON`);
@@ -3247,6 +3866,24 @@ export const SyncReconcileResponseCertificateStatus$inboundSchema = z.enum(SyncR
3247
3866
  /** @internal */
3248
3867
  export const SyncReconcileResponseDnsStatus$inboundSchema = z.enum(SyncReconcileResponseDnsStatus);
3249
3868
  /** @internal */
3869
+ export const SyncReconcileResponseEndpointsCertificateStatus$inboundSchema = z.enum(SyncReconcileResponseEndpointsCertificateStatus);
3870
+ /** @internal */
3871
+ export const SyncReconcileResponseEndpointsDnsStatus$inboundSchema = z.enum(SyncReconcileResponseEndpointsDnsStatus);
3872
+ /** @internal */
3873
+ export const SyncReconcileResponseEndpoints$inboundSchema = z.object({
3874
+ certificateChain: z.nullable(z.string()).optional(),
3875
+ certificateId: z.string(),
3876
+ certificateStatus: SyncReconcileResponseEndpointsCertificateStatus$inboundSchema,
3877
+ dnsError: z.nullable(z.string()).optional(),
3878
+ dnsStatus: SyncReconcileResponseEndpointsDnsStatus$inboundSchema,
3879
+ fqdn: z.string(),
3880
+ issuedAt: z.nullable(z.string()).optional(),
3881
+ privateKey: z.nullable(z.string()).optional(),
3882
+ });
3883
+ export function syncReconcileResponseEndpointsFromJSON(jsonString) {
3884
+ return safeParse(jsonString, (x) => SyncReconcileResponseEndpoints$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseEndpoints' from JSON`);
3885
+ }
3886
+ /** @internal */
3250
3887
  export const DomainMetadataTargetResources$inboundSchema = z.object({
3251
3888
  aliases: z.array(z.lazy(() => SyncReconcileResponseAlias$inboundSchema))
3252
3889
  .optional(),
@@ -3255,6 +3892,7 @@ export const DomainMetadataTargetResources$inboundSchema = z.object({
3255
3892
  certificateStatus: SyncReconcileResponseCertificateStatus$inboundSchema,
3256
3893
  dnsError: z.nullable(z.string()).optional(),
3257
3894
  dnsStatus: SyncReconcileResponseDnsStatus$inboundSchema,
3895
+ endpoints: z.record(z.string(), z.lazy(() => SyncReconcileResponseEndpoints$inboundSchema)).optional(),
3258
3896
  fqdn: z.string(),
3259
3897
  issuedAt: z.nullable(z.string()).optional(),
3260
3898
  privateKey: z.nullable(z.string()).optional(),
@@ -3281,12 +3919,12 @@ export function syncReconcileResponseDomainMetadataUnionFromJSON(jsonString) {
3281
3919
  return safeParse(jsonString, (x) => SyncReconcileResponseDomainMetadataUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseDomainMetadataUnion' from JSON`);
3282
3920
  }
3283
3921
  /** @internal */
3284
- export const SyncReconcileResponseEnvironmentVariablesType$inboundSchema = z.enum(SyncReconcileResponseEnvironmentVariablesType);
3922
+ export const TargetEnvironmentVariablesType$inboundSchema = z.enum(TargetEnvironmentVariablesType);
3285
3923
  /** @internal */
3286
3924
  export const SyncReconcileResponseVariable$inboundSchema = z.object({
3287
3925
  name: z.string(),
3288
3926
  targetResources: z.nullable(z.array(z.string())).optional(),
3289
- type: SyncReconcileResponseEnvironmentVariablesType$inboundSchema,
3927
+ type: TargetEnvironmentVariablesType$inboundSchema,
3290
3928
  value: z.string(),
3291
3929
  });
3292
3930
  export function syncReconcileResponseVariableFromJSON(jsonString) {
@@ -3414,7 +4052,7 @@ export function syncReconcileResponseStaticIpFromJSON(jsonString) {
3414
4052
  return safeParse(jsonString, (x) => SyncReconcileResponseStaticIp$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseStaticIp' from JSON`);
3415
4053
  }
3416
4054
  /** @internal */
3417
- export const SyncReconcileResponseTypeContainerAppsEnvironment$inboundSchema = z.enum(SyncReconcileResponseTypeContainerAppsEnvironment);
4055
+ export const TargetTypeContainerAppsEnvironment$inboundSchema = z.enum(TargetTypeContainerAppsEnvironment);
3418
4056
  /** @internal */
3419
4057
  export const SyncReconcileResponseExternalBindingsContainerAppsEnvironment$inboundSchema = z.object({
3420
4058
  defaultDomain: z.nullable(z.union([
@@ -3438,7 +4076,7 @@ export const SyncReconcileResponseExternalBindingsContainerAppsEnvironment$inbou
3438
4076
  z.string(),
3439
4077
  ])).optional(),
3440
4078
  staticIp: z.nullable(z.any()).optional(),
3441
- type: SyncReconcileResponseTypeContainerAppsEnvironment$inboundSchema,
4079
+ type: TargetTypeContainerAppsEnvironment$inboundSchema,
3442
4080
  });
3443
4081
  export function syncReconcileResponseExternalBindingsContainerAppsEnvironmentFromJSON(jsonString) {
3444
4082
  return safeParse(jsonString, (x) => SyncReconcileResponseExternalBindingsContainerAppsEnvironment$inboundSchema
@@ -3469,7 +4107,7 @@ export function syncReconcileResponseDataDirUnion2FromJSON(jsonString) {
3469
4107
  return safeParse(jsonString, (x) => SyncReconcileResponseDataDirUnion2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseDataDirUnion2' from JSON`);
3470
4108
  }
3471
4109
  /** @internal */
3472
- export const SyncReconcileResponseTypeVault5$inboundSchema = z.enum(SyncReconcileResponseTypeVault5);
4110
+ export const TargetTypeVault5$inboundSchema = z.enum(TargetTypeVault5);
3473
4111
  /** @internal */
3474
4112
  export const SyncReconcileResponseExternalBindingsLocalVault$inboundSchema = z
3475
4113
  .object({
@@ -3480,7 +4118,7 @@ export const SyncReconcileResponseExternalBindingsLocalVault$inboundSchema = z
3480
4118
  ])).optional(),
3481
4119
  vaultName: z.string(),
3482
4120
  service: z.literal("local-vault"),
3483
- type: SyncReconcileResponseTypeVault5$inboundSchema,
4121
+ type: TargetTypeVault5$inboundSchema,
3484
4122
  });
3485
4123
  export function syncReconcileResponseExternalBindingsLocalVaultFromJSON(jsonString) {
3486
4124
  return safeParse(jsonString, (x) => SyncReconcileResponseExternalBindingsLocalVault$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseExternalBindingsLocalVault' from JSON`);
@@ -3534,7 +4172,7 @@ export function syncReconcileResponseVaultPrefixUnion3FromJSON(jsonString) {
3534
4172
  return safeParse(jsonString, (x) => SyncReconcileResponseVaultPrefixUnion3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseVaultPrefixUnion3' from JSON`);
3535
4173
  }
3536
4174
  /** @internal */
3537
- export const SyncReconcileResponseTypeVault4$inboundSchema = z.enum(SyncReconcileResponseTypeVault4);
4175
+ export const TargetTypeVault4$inboundSchema = z.enum(TargetTypeVault4);
3538
4176
  /** @internal */
3539
4177
  export const SyncReconcileResponseExternalBindingsKubernetesSecret$inboundSchema = z
3540
4178
  .object({
@@ -3549,7 +4187,7 @@ export const SyncReconcileResponseExternalBindingsKubernetesSecret$inboundSchema
3549
4187
  z.string(),
3550
4188
  ])).optional(),
3551
4189
  service: z.literal("kubernetes-secret"),
3552
- type: SyncReconcileResponseTypeVault4$inboundSchema,
4190
+ type: TargetTypeVault4$inboundSchema,
3553
4191
  });
3554
4192
  export function syncReconcileResponseExternalBindingsKubernetesSecretFromJSON(jsonString) {
3555
4193
  return safeParse(jsonString, (x) => SyncReconcileResponseExternalBindingsKubernetesSecret$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseExternalBindingsKubernetesSecret' from JSON`);
@@ -3579,7 +4217,7 @@ export function syncReconcileResponseVaultNameUnionFromJSON(jsonString) {
3579
4217
  return safeParse(jsonString, (x) => SyncReconcileResponseVaultNameUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseVaultNameUnion' from JSON`);
3580
4218
  }
3581
4219
  /** @internal */
3582
- export const SyncReconcileResponseTypeVault3$inboundSchema = z.enum(SyncReconcileResponseTypeVault3);
4220
+ export const TargetTypeVault3$inboundSchema = z.enum(TargetTypeVault3);
3583
4221
  /** @internal */
3584
4222
  export const SyncReconcileResponseExternalBindingsKeyVault$inboundSchema = z.object({
3585
4223
  vaultName: z.nullable(z.union([
@@ -3588,7 +4226,7 @@ export const SyncReconcileResponseExternalBindingsKeyVault$inboundSchema = z.obj
3588
4226
  z.string(),
3589
4227
  ])).optional(),
3590
4228
  service: z.literal("key-vault"),
3591
- type: SyncReconcileResponseTypeVault3$inboundSchema,
4229
+ type: TargetTypeVault3$inboundSchema,
3592
4230
  });
3593
4231
  export function syncReconcileResponseExternalBindingsKeyVaultFromJSON(jsonString) {
3594
4232
  return safeParse(jsonString, (x) => SyncReconcileResponseExternalBindingsKeyVault$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseExternalBindingsKeyVault' from JSON`);
@@ -3618,7 +4256,7 @@ export function syncReconcileResponseVaultPrefixUnion2FromJSON(jsonString) {
3618
4256
  return safeParse(jsonString, (x) => SyncReconcileResponseVaultPrefixUnion2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseVaultPrefixUnion2' from JSON`);
3619
4257
  }
3620
4258
  /** @internal */
3621
- export const SyncReconcileResponseTypeVault2$inboundSchema = z.enum(SyncReconcileResponseTypeVault2);
4259
+ export const TargetTypeVault2$inboundSchema = z.enum(TargetTypeVault2);
3622
4260
  /** @internal */
3623
4261
  export const SyncReconcileResponseExternalBindingsSecretManager$inboundSchema = z
3624
4262
  .object({
@@ -3628,7 +4266,7 @@ export const SyncReconcileResponseExternalBindingsSecretManager$inboundSchema =
3628
4266
  z.string(),
3629
4267
  ])).optional(),
3630
4268
  service: z.literal("secret-manager"),
3631
- type: SyncReconcileResponseTypeVault2$inboundSchema,
4269
+ type: TargetTypeVault2$inboundSchema,
3632
4270
  });
3633
4271
  export function syncReconcileResponseExternalBindingsSecretManagerFromJSON(jsonString) {
3634
4272
  return safeParse(jsonString, (x) => SyncReconcileResponseExternalBindingsSecretManager$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseExternalBindingsSecretManager' from JSON`);
@@ -3658,7 +4296,7 @@ export function syncReconcileResponseVaultPrefixUnion1FromJSON(jsonString) {
3658
4296
  return safeParse(jsonString, (x) => SyncReconcileResponseVaultPrefixUnion1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseVaultPrefixUnion1' from JSON`);
3659
4297
  }
3660
4298
  /** @internal */
3661
- export const SyncReconcileResponseTypeVault1$inboundSchema = z.enum(SyncReconcileResponseTypeVault1);
4299
+ export const TargetTypeVault1$inboundSchema = z.enum(TargetTypeVault1);
3662
4300
  /** @internal */
3663
4301
  export const SyncReconcileResponseExternalBindingsParameterStore$inboundSchema = z
3664
4302
  .object({
@@ -3668,7 +4306,7 @@ export const SyncReconcileResponseExternalBindingsParameterStore$inboundSchema =
3668
4306
  z.string(),
3669
4307
  ])).optional(),
3670
4308
  service: z.literal("parameter-store"),
3671
- type: SyncReconcileResponseTypeVault1$inboundSchema,
4309
+ type: TargetTypeVault1$inboundSchema,
3672
4310
  });
3673
4311
  export function syncReconcileResponseExternalBindingsParameterStoreFromJSON(jsonString) {
3674
4312
  return safeParse(jsonString, (x) => SyncReconcileResponseExternalBindingsParameterStore$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseExternalBindingsParameterStore' from JSON`);
@@ -3724,7 +4362,7 @@ export function syncReconcileResponseRegistryUrlUnionFromJSON(jsonString) {
3724
4362
  return safeParse(jsonString, (x) => SyncReconcileResponseRegistryUrlUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseRegistryUrlUnion' from JSON`);
3725
4363
  }
3726
4364
  /** @internal */
3727
- export const SyncReconcileResponseTypeArtifactRegistry4$inboundSchema = z.enum(SyncReconcileResponseTypeArtifactRegistry4);
4365
+ export const TargetTypeArtifactRegistry4$inboundSchema = z.enum(TargetTypeArtifactRegistry4);
3728
4366
  /** @internal */
3729
4367
  export const SyncReconcileResponseExternalBindingsLocal$inboundSchema = z.object({
3730
4368
  dataDir: z.nullable(z.any()).optional(),
@@ -3734,7 +4372,7 @@ export const SyncReconcileResponseExternalBindingsLocal$inboundSchema = z.object
3734
4372
  z.string(),
3735
4373
  ])).optional(),
3736
4374
  service: z.literal("local"),
3737
- type: SyncReconcileResponseTypeArtifactRegistry4$inboundSchema,
4375
+ type: TargetTypeArtifactRegistry4$inboundSchema,
3738
4376
  });
3739
4377
  export function syncReconcileResponseExternalBindingsLocalFromJSON(jsonString) {
3740
4378
  return safeParse(jsonString, (x) => SyncReconcileResponseExternalBindingsLocal$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseExternalBindingsLocal' from JSON`);
@@ -3796,7 +4434,7 @@ export function syncReconcileResponseRepositoryNameUnionFromJSON(jsonString) {
3796
4434
  return safeParse(jsonString, (x) => SyncReconcileResponseRepositoryNameUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseRepositoryNameUnion' from JSON`);
3797
4435
  }
3798
4436
  /** @internal */
3799
- export const SyncReconcileResponseTypeArtifactRegistry3$inboundSchema = z.enum(SyncReconcileResponseTypeArtifactRegistry3);
4437
+ export const TargetTypeArtifactRegistry3$inboundSchema = z.enum(TargetTypeArtifactRegistry3);
3800
4438
  /** @internal */
3801
4439
  export const SyncReconcileResponseExternalBindingsGar$inboundSchema = z.object({
3802
4440
  pullServiceAccountEmail: z.nullable(z.any()).optional(),
@@ -3807,7 +4445,7 @@ export const SyncReconcileResponseExternalBindingsGar$inboundSchema = z.object({
3807
4445
  z.string(),
3808
4446
  ])).optional(),
3809
4447
  service: z.literal("gar"),
3810
- type: SyncReconcileResponseTypeArtifactRegistry3$inboundSchema,
4448
+ type: TargetTypeArtifactRegistry3$inboundSchema,
3811
4449
  });
3812
4450
  export function syncReconcileResponseExternalBindingsGarFromJSON(jsonString) {
3813
4451
  return safeParse(jsonString, (x) => SyncReconcileResponseExternalBindingsGar$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseExternalBindingsGar' from JSON`);
@@ -3878,7 +4516,7 @@ export function syncReconcileResponseResourceGroupNameUnion2FromJSON(jsonString)
3878
4516
  return safeParse(jsonString, (x) => SyncReconcileResponseResourceGroupNameUnion2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseResourceGroupNameUnion2' from JSON`);
3879
4517
  }
3880
4518
  /** @internal */
3881
- export const SyncReconcileResponseTypeArtifactRegistry2$inboundSchema = z.enum(SyncReconcileResponseTypeArtifactRegistry2);
4519
+ export const TargetTypeArtifactRegistry2$inboundSchema = z.enum(TargetTypeArtifactRegistry2);
3882
4520
  /** @internal */
3883
4521
  export const SyncReconcileResponseExternalBindingsAcr$inboundSchema = z.object({
3884
4522
  registryName: z.nullable(z.union([
@@ -3893,7 +4531,7 @@ export const SyncReconcileResponseExternalBindingsAcr$inboundSchema = z.object({
3893
4531
  z.string(),
3894
4532
  ])).optional(),
3895
4533
  service: z.literal("acr"),
3896
- type: SyncReconcileResponseTypeArtifactRegistry2$inboundSchema,
4534
+ type: TargetTypeArtifactRegistry2$inboundSchema,
3897
4535
  });
3898
4536
  export function syncReconcileResponseExternalBindingsAcrFromJSON(jsonString) {
3899
4537
  return safeParse(jsonString, (x) => SyncReconcileResponseExternalBindingsAcr$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseExternalBindingsAcr' from JSON`);
@@ -3954,7 +4592,7 @@ export function syncReconcileResponseRepositoryPrefixUnionFromJSON(jsonString) {
3954
4592
  return safeParse(jsonString, (x) => SyncReconcileResponseRepositoryPrefixUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseRepositoryPrefixUnion' from JSON`);
3955
4593
  }
3956
4594
  /** @internal */
3957
- export const SyncReconcileResponseTypeArtifactRegistry1$inboundSchema = z.enum(SyncReconcileResponseTypeArtifactRegistry1);
4595
+ export const TargetTypeArtifactRegistry1$inboundSchema = z.enum(TargetTypeArtifactRegistry1);
3958
4596
  /** @internal */
3959
4597
  export const SyncReconcileResponseExternalBindingsEcr$inboundSchema = z.object({
3960
4598
  pullRoleArn: z.nullable(z.any()).optional(),
@@ -3965,7 +4603,7 @@ export const SyncReconcileResponseExternalBindingsEcr$inboundSchema = z.object({
3965
4603
  z.string(),
3966
4604
  ])).optional(),
3967
4605
  service: z.literal("ecr"),
3968
- type: SyncReconcileResponseTypeArtifactRegistry1$inboundSchema,
4606
+ type: TargetTypeArtifactRegistry1$inboundSchema,
3969
4607
  });
3970
4608
  export function syncReconcileResponseExternalBindingsEcrFromJSON(jsonString) {
3971
4609
  return safeParse(jsonString, (x) => SyncReconcileResponseExternalBindingsEcr$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseExternalBindingsEcr' from JSON`);
@@ -4020,7 +4658,8 @@ export function syncReconcileResponseKeyPrefix2FromJSON(jsonString) {
4020
4658
  return safeParse(jsonString, (x) => SyncReconcileResponseKeyPrefix2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseKeyPrefix2' from JSON`);
4021
4659
  }
4022
4660
  /** @internal */
4023
- export const SyncReconcileResponseTypeKv5$inboundSchema = z.enum(SyncReconcileResponseTypeKv5);
4661
+ export const TargetTypeKv5$inboundSchema = z
4662
+ .enum(TargetTypeKv5);
4024
4663
  /** @internal */
4025
4664
  export const SyncReconcileResponseExternalBindingsLocalKv$inboundSchema = z.object({
4026
4665
  dataDir: z.nullable(z.union([
@@ -4030,7 +4669,7 @@ export const SyncReconcileResponseExternalBindingsLocalKv$inboundSchema = z.obje
4030
4669
  ])).optional(),
4031
4670
  keyPrefix: z.nullable(z.any()).optional(),
4032
4671
  service: z.literal("local-kv"),
4033
- type: SyncReconcileResponseTypeKv5$inboundSchema,
4672
+ type: TargetTypeKv5$inboundSchema,
4034
4673
  });
4035
4674
  export function syncReconcileResponseExternalBindingsLocalKvFromJSON(jsonString) {
4036
4675
  return safeParse(jsonString, (x) => SyncReconcileResponseExternalBindingsLocalKv$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseExternalBindingsLocalKv' from JSON`);
@@ -4090,7 +4729,8 @@ export function syncReconcileResponseKeyPrefix1FromJSON(jsonString) {
4090
4729
  return safeParse(jsonString, (x) => SyncReconcileResponseKeyPrefix1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseKeyPrefix1' from JSON`);
4091
4730
  }
4092
4731
  /** @internal */
4093
- export const SyncReconcileResponseTypeKv4$inboundSchema = z.enum(SyncReconcileResponseTypeKv4);
4732
+ export const TargetTypeKv4$inboundSchema = z
4733
+ .enum(TargetTypeKv4);
4094
4734
  /** @internal */
4095
4735
  export const SyncReconcileResponseExternalBindingsRedis$inboundSchema = z.object({
4096
4736
  connectionUrl: z.nullable(z.union([
@@ -4101,7 +4741,7 @@ export const SyncReconcileResponseExternalBindingsRedis$inboundSchema = z.object
4101
4741
  database: z.nullable(z.any()).optional(),
4102
4742
  keyPrefix: z.nullable(z.any()).optional(),
4103
4743
  service: z.literal("redis"),
4104
- type: SyncReconcileResponseTypeKv4$inboundSchema,
4744
+ type: TargetTypeKv4$inboundSchema,
4105
4745
  });
4106
4746
  export function syncReconcileResponseExternalBindingsRedisFromJSON(jsonString) {
4107
4747
  return safeParse(jsonString, (x) => SyncReconcileResponseExternalBindingsRedis$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseExternalBindingsRedis' from JSON`);
@@ -4180,7 +4820,8 @@ export function syncReconcileResponseTableNameUnion2FromJSON(jsonString) {
4180
4820
  return safeParse(jsonString, (x) => SyncReconcileResponseTableNameUnion2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTableNameUnion2' from JSON`);
4181
4821
  }
4182
4822
  /** @internal */
4183
- export const SyncReconcileResponseTypeKv3$inboundSchema = z.enum(SyncReconcileResponseTypeKv3);
4823
+ export const TargetTypeKv3$inboundSchema = z
4824
+ .enum(TargetTypeKv3);
4184
4825
  /** @internal */
4185
4826
  export const SyncReconcileResponseExternalBindingsTablestorage$inboundSchema = z
4186
4827
  .object({
@@ -4200,7 +4841,7 @@ export const SyncReconcileResponseExternalBindingsTablestorage$inboundSchema = z
4200
4841
  z.string(),
4201
4842
  ])).optional(),
4202
4843
  service: z.literal("tablestorage"),
4203
- type: SyncReconcileResponseTypeKv3$inboundSchema,
4844
+ type: TargetTypeKv3$inboundSchema,
4204
4845
  });
4205
4846
  export function syncReconcileResponseExternalBindingsTablestorageFromJSON(jsonString) {
4206
4847
  return safeParse(jsonString, (x) => SyncReconcileResponseExternalBindingsTablestorage$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseExternalBindingsTablestorage' from JSON`);
@@ -4278,7 +4919,8 @@ export function syncReconcileResponseProjectIdUnionFromJSON(jsonString) {
4278
4919
  return safeParse(jsonString, (x) => SyncReconcileResponseProjectIdUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseProjectIdUnion' from JSON`);
4279
4920
  }
4280
4921
  /** @internal */
4281
- export const SyncReconcileResponseTypeKv2$inboundSchema = z.enum(SyncReconcileResponseTypeKv2);
4922
+ export const TargetTypeKv2$inboundSchema = z
4923
+ .enum(TargetTypeKv2);
4282
4924
  /** @internal */
4283
4925
  export const SyncReconcileResponseExternalBindingsFirestore$inboundSchema = z.object({
4284
4926
  collectionName: z.nullable(z.union([
@@ -4297,7 +4939,7 @@ export const SyncReconcileResponseExternalBindingsFirestore$inboundSchema = z.ob
4297
4939
  z.string(),
4298
4940
  ])).optional(),
4299
4941
  service: z.literal("firestore"),
4300
- type: SyncReconcileResponseTypeKv2$inboundSchema,
4942
+ type: TargetTypeKv2$inboundSchema,
4301
4943
  });
4302
4944
  export function syncReconcileResponseExternalBindingsFirestoreFromJSON(jsonString) {
4303
4945
  return safeParse(jsonString, (x) => SyncReconcileResponseExternalBindingsFirestore$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseExternalBindingsFirestore' from JSON`);
@@ -4366,7 +5008,8 @@ export function syncReconcileResponseTableNameUnion1FromJSON(jsonString) {
4366
5008
  return safeParse(jsonString, (x) => SyncReconcileResponseTableNameUnion1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTableNameUnion1' from JSON`);
4367
5009
  }
4368
5010
  /** @internal */
4369
- export const SyncReconcileResponseTypeKv1$inboundSchema = z.enum(SyncReconcileResponseTypeKv1);
5011
+ export const TargetTypeKv1$inboundSchema = z
5012
+ .enum(TargetTypeKv1);
4370
5013
  /** @internal */
4371
5014
  export const SyncReconcileResponseExternalBindingsDynamodb$inboundSchema = z.object({
4372
5015
  endpointUrl: z.nullable(z.any()).optional(),
@@ -4381,7 +5024,7 @@ export const SyncReconcileResponseExternalBindingsDynamodb$inboundSchema = z.obj
4381
5024
  z.string(),
4382
5025
  ])).optional(),
4383
5026
  service: z.literal("dynamodb"),
4384
- type: SyncReconcileResponseTypeKv1$inboundSchema,
5027
+ type: TargetTypeKv1$inboundSchema,
4385
5028
  });
4386
5029
  export function syncReconcileResponseExternalBindingsDynamodbFromJSON(jsonString) {
4387
5030
  return safeParse(jsonString, (x) => SyncReconcileResponseExternalBindingsDynamodb$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseExternalBindingsDynamodb' from JSON`);
@@ -4422,7 +5065,7 @@ export function syncReconcileResponseQueuePathUnionFromJSON(jsonString) {
4422
5065
  return safeParse(jsonString, (x) => SyncReconcileResponseQueuePathUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseQueuePathUnion' from JSON`);
4423
5066
  }
4424
5067
  /** @internal */
4425
- export const SyncReconcileResponseTypeQueue4$inboundSchema = z.enum(SyncReconcileResponseTypeQueue4);
5068
+ export const TargetTypeQueue4$inboundSchema = z.enum(TargetTypeQueue4);
4426
5069
  /** @internal */
4427
5070
  export const SyncReconcileResponseExternalBindingsLocalQueue$inboundSchema = z
4428
5071
  .object({
@@ -4432,7 +5075,7 @@ export const SyncReconcileResponseExternalBindingsLocalQueue$inboundSchema = z
4432
5075
  z.string(),
4433
5076
  ])).optional(),
4434
5077
  service: z.literal("local-queue"),
4435
- type: SyncReconcileResponseTypeQueue4$inboundSchema,
5078
+ type: TargetTypeQueue4$inboundSchema,
4436
5079
  });
4437
5080
  export function syncReconcileResponseExternalBindingsLocalQueueFromJSON(jsonString) {
4438
5081
  return safeParse(jsonString, (x) => SyncReconcileResponseExternalBindingsLocalQueue$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseExternalBindingsLocalQueue' from JSON`);
@@ -4486,7 +5129,7 @@ export function syncReconcileResponseQueueNameUnionFromJSON(jsonString) {
4486
5129
  return safeParse(jsonString, (x) => SyncReconcileResponseQueueNameUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseQueueNameUnion' from JSON`);
4487
5130
  }
4488
5131
  /** @internal */
4489
- export const SyncReconcileResponseTypeQueue3$inboundSchema = z.enum(SyncReconcileResponseTypeQueue3);
5132
+ export const TargetTypeQueue3$inboundSchema = z.enum(TargetTypeQueue3);
4490
5133
  /** @internal */
4491
5134
  export const SyncReconcileResponseExternalBindingsServicebus$inboundSchema = z
4492
5135
  .object({
@@ -4501,7 +5144,7 @@ export const SyncReconcileResponseExternalBindingsServicebus$inboundSchema = z
4501
5144
  z.string(),
4502
5145
  ])).optional(),
4503
5146
  service: z.literal("servicebus"),
4504
- type: SyncReconcileResponseTypeQueue3$inboundSchema,
5147
+ type: TargetTypeQueue3$inboundSchema,
4505
5148
  });
4506
5149
  export function syncReconcileResponseExternalBindingsServicebusFromJSON(jsonString) {
4507
5150
  return safeParse(jsonString, (x) => SyncReconcileResponseExternalBindingsServicebus$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseExternalBindingsServicebus' from JSON`);
@@ -4555,7 +5198,7 @@ export function syncReconcileResponseTopicUnionFromJSON(jsonString) {
4555
5198
  return safeParse(jsonString, (x) => SyncReconcileResponseTopicUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTopicUnion' from JSON`);
4556
5199
  }
4557
5200
  /** @internal */
4558
- export const SyncReconcileResponseTypeQueue2$inboundSchema = z.enum(SyncReconcileResponseTypeQueue2);
5201
+ export const TargetTypeQueue2$inboundSchema = z.enum(TargetTypeQueue2);
4559
5202
  /** @internal */
4560
5203
  export const SyncReconcileResponseExternalBindingsPubsub$inboundSchema = z.object({
4561
5204
  subscription: z.nullable(z.union([
@@ -4569,7 +5212,7 @@ export const SyncReconcileResponseExternalBindingsPubsub$inboundSchema = z.objec
4569
5212
  z.string(),
4570
5213
  ])).optional(),
4571
5214
  service: z.literal("pubsub"),
4572
- type: SyncReconcileResponseTypeQueue2$inboundSchema,
5215
+ type: TargetTypeQueue2$inboundSchema,
4573
5216
  });
4574
5217
  export function syncReconcileResponseExternalBindingsPubsubFromJSON(jsonString) {
4575
5218
  return safeParse(jsonString, (x) => SyncReconcileResponseExternalBindingsPubsub$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseExternalBindingsPubsub' from JSON`);
@@ -4599,7 +5242,7 @@ export function syncReconcileResponseQueueUrlUnionFromJSON(jsonString) {
4599
5242
  return safeParse(jsonString, (x) => SyncReconcileResponseQueueUrlUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseQueueUrlUnion' from JSON`);
4600
5243
  }
4601
5244
  /** @internal */
4602
- export const SyncReconcileResponseTypeQueue1$inboundSchema = z.enum(SyncReconcileResponseTypeQueue1);
5245
+ export const TargetTypeQueue1$inboundSchema = z.enum(TargetTypeQueue1);
4603
5246
  /** @internal */
4604
5247
  export const SyncReconcileResponseExternalBindingsSqs$inboundSchema = z.object({
4605
5248
  queueUrl: z.nullable(z.union([
@@ -4608,7 +5251,7 @@ export const SyncReconcileResponseExternalBindingsSqs$inboundSchema = z.object({
4608
5251
  z.string(),
4609
5252
  ])).optional(),
4610
5253
  service: z.literal("sqs"),
4611
- type: SyncReconcileResponseTypeQueue1$inboundSchema,
5254
+ type: TargetTypeQueue1$inboundSchema,
4612
5255
  });
4613
5256
  export function syncReconcileResponseExternalBindingsSqsFromJSON(jsonString) {
4614
5257
  return safeParse(jsonString, (x) => SyncReconcileResponseExternalBindingsSqs$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseExternalBindingsSqs' from JSON`);
@@ -4648,7 +5291,7 @@ export function syncReconcileResponseStoragePathUnionFromJSON(jsonString) {
4648
5291
  return safeParse(jsonString, (x) => SyncReconcileResponseStoragePathUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseStoragePathUnion' from JSON`);
4649
5292
  }
4650
5293
  /** @internal */
4651
- export const SyncReconcileResponseTypeStorage4$inboundSchema = z.enum(SyncReconcileResponseTypeStorage4);
5294
+ export const TargetTypeStorage4$inboundSchema = z.enum(TargetTypeStorage4);
4652
5295
  /** @internal */
4653
5296
  export const SyncReconcileResponseExternalBindingsLocalStorage$inboundSchema = z
4654
5297
  .object({
@@ -4658,7 +5301,7 @@ export const SyncReconcileResponseExternalBindingsLocalStorage$inboundSchema = z
4658
5301
  z.string(),
4659
5302
  ])).optional(),
4660
5303
  service: z.literal("local-storage"),
4661
- type: SyncReconcileResponseTypeStorage4$inboundSchema,
5304
+ type: TargetTypeStorage4$inboundSchema,
4662
5305
  });
4663
5306
  export function syncReconcileResponseExternalBindingsLocalStorageFromJSON(jsonString) {
4664
5307
  return safeParse(jsonString, (x) => SyncReconcileResponseExternalBindingsLocalStorage$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseExternalBindingsLocalStorage' from JSON`);
@@ -4688,7 +5331,7 @@ export function syncReconcileResponseBucketNameUnion2FromJSON(jsonString) {
4688
5331
  return safeParse(jsonString, (x) => SyncReconcileResponseBucketNameUnion2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseBucketNameUnion2' from JSON`);
4689
5332
  }
4690
5333
  /** @internal */
4691
- export const SyncReconcileResponseTypeStorage3$inboundSchema = z.enum(SyncReconcileResponseTypeStorage3);
5334
+ export const TargetTypeStorage3$inboundSchema = z.enum(TargetTypeStorage3);
4692
5335
  /** @internal */
4693
5336
  export const SyncReconcileResponseExternalBindingsGcs$inboundSchema = z.object({
4694
5337
  bucketName: z.nullable(z.union([
@@ -4697,7 +5340,7 @@ export const SyncReconcileResponseExternalBindingsGcs$inboundSchema = z.object({
4697
5340
  z.string(),
4698
5341
  ])).optional(),
4699
5342
  service: z.literal("gcs"),
4700
- type: SyncReconcileResponseTypeStorage3$inboundSchema,
5343
+ type: TargetTypeStorage3$inboundSchema,
4701
5344
  });
4702
5345
  export function syncReconcileResponseExternalBindingsGcsFromJSON(jsonString) {
4703
5346
  return safeParse(jsonString, (x) => SyncReconcileResponseExternalBindingsGcs$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseExternalBindingsGcs' from JSON`);
@@ -4751,7 +5394,7 @@ export function syncReconcileResponseContainerNameUnionFromJSON(jsonString) {
4751
5394
  return safeParse(jsonString, (x) => SyncReconcileResponseContainerNameUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseContainerNameUnion' from JSON`);
4752
5395
  }
4753
5396
  /** @internal */
4754
- export const SyncReconcileResponseTypeStorage2$inboundSchema = z.enum(SyncReconcileResponseTypeStorage2);
5397
+ export const TargetTypeStorage2$inboundSchema = z.enum(TargetTypeStorage2);
4755
5398
  /** @internal */
4756
5399
  export const SyncReconcileResponseExternalBindingsBlob$inboundSchema = z.object({
4757
5400
  accountName: z.nullable(z.union([
@@ -4765,7 +5408,7 @@ export const SyncReconcileResponseExternalBindingsBlob$inboundSchema = z.object(
4765
5408
  z.string(),
4766
5409
  ])).optional(),
4767
5410
  service: z.literal("blob"),
4768
- type: SyncReconcileResponseTypeStorage2$inboundSchema,
5411
+ type: TargetTypeStorage2$inboundSchema,
4769
5412
  });
4770
5413
  export function syncReconcileResponseExternalBindingsBlobFromJSON(jsonString) {
4771
5414
  return safeParse(jsonString, (x) => SyncReconcileResponseExternalBindingsBlob$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseExternalBindingsBlob' from JSON`);
@@ -4795,7 +5438,7 @@ export function syncReconcileResponseBucketNameUnion1FromJSON(jsonString) {
4795
5438
  return safeParse(jsonString, (x) => SyncReconcileResponseBucketNameUnion1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseBucketNameUnion1' from JSON`);
4796
5439
  }
4797
5440
  /** @internal */
4798
- export const SyncReconcileResponseTypeStorage1$inboundSchema = z.enum(SyncReconcileResponseTypeStorage1);
5441
+ export const TargetTypeStorage1$inboundSchema = z.enum(TargetTypeStorage1);
4799
5442
  /** @internal */
4800
5443
  export const SyncReconcileResponseExternalBindingsS3$inboundSchema = z.object({
4801
5444
  bucketName: z.nullable(z.union([
@@ -4804,7 +5447,7 @@ export const SyncReconcileResponseExternalBindingsS3$inboundSchema = z.object({
4804
5447
  z.string(),
4805
5448
  ])).optional(),
4806
5449
  service: z.literal("s3"),
4807
- type: SyncReconcileResponseTypeStorage1$inboundSchema,
5450
+ type: TargetTypeStorage1$inboundSchema,
4808
5451
  });
4809
5452
  export function syncReconcileResponseExternalBindingsS3FromJSON(jsonString) {
4810
5453
  return safeParse(jsonString, (x) => SyncReconcileResponseExternalBindingsS3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseExternalBindingsS3' from JSON`);
@@ -4931,6 +5574,51 @@ export function syncReconcileResponseMonitoringUnionFromJSON(jsonString) {
4931
5574
  return safeParse(jsonString, (x) => SyncReconcileResponseMonitoringUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseMonitoringUnion' from JSON`);
4932
5575
  }
4933
5576
  /** @internal */
5577
+ export const SyncReconcileResponsePoolsAutoscale$inboundSchema = z.object({
5578
+ machine: z.nullable(z.string()).optional(),
5579
+ max: z.int(),
5580
+ min: z.int(),
5581
+ mode: z.literal("autoscale"),
5582
+ });
5583
+ export function syncReconcileResponsePoolsAutoscaleFromJSON(jsonString) {
5584
+ return safeParse(jsonString, (x) => SyncReconcileResponsePoolsAutoscale$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePoolsAutoscale' from JSON`);
5585
+ }
5586
+ /** @internal */
5587
+ export const SyncReconcileResponsePoolsFixed$inboundSchema = z.object({
5588
+ machine: z.nullable(z.string()).optional(),
5589
+ machines: z.int(),
5590
+ mode: z.literal("fixed"),
5591
+ });
5592
+ export function syncReconcileResponsePoolsFixedFromJSON(jsonString) {
5593
+ return safeParse(jsonString, (x) => SyncReconcileResponsePoolsFixed$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePoolsFixed' from JSON`);
5594
+ }
5595
+ /** @internal */
5596
+ export const SyncReconcileResponsePoolsUnion$inboundSchema = z.union([
5597
+ z.lazy(() => SyncReconcileResponsePoolsFixed$inboundSchema),
5598
+ z.lazy(() => SyncReconcileResponsePoolsAutoscale$inboundSchema),
5599
+ ]);
5600
+ export function syncReconcileResponsePoolsUnionFromJSON(jsonString) {
5601
+ return safeParse(jsonString, (x) => SyncReconcileResponsePoolsUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePoolsUnion' from JSON`);
5602
+ }
5603
+ /** @internal */
5604
+ export const SyncReconcileResponseCompute$inboundSchema = z.object({
5605
+ pools: z.record(z.string(), z.union([
5606
+ z.lazy(() => SyncReconcileResponsePoolsFixed$inboundSchema),
5607
+ z.lazy(() => SyncReconcileResponsePoolsAutoscale$inboundSchema),
5608
+ ])).optional(),
5609
+ });
5610
+ export function syncReconcileResponseComputeFromJSON(jsonString) {
5611
+ return safeParse(jsonString, (x) => SyncReconcileResponseCompute$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCompute' from JSON`);
5612
+ }
5613
+ /** @internal */
5614
+ export const SyncReconcileResponseComputeUnion$inboundSchema = z.union([
5615
+ z.lazy(() => SyncReconcileResponseCompute$inboundSchema),
5616
+ z.any(),
5617
+ ]);
5618
+ export function syncReconcileResponseComputeUnionFromJSON(jsonString) {
5619
+ return safeParse(jsonString, (x) => SyncReconcileResponseComputeUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseComputeUnion' from JSON`);
5620
+ }
5621
+ /** @internal */
4934
5622
  export const SyncReconcileResponseDeploymentModel$inboundSchema = z.enum(SyncReconcileResponseDeploymentModel);
4935
5623
  /** @internal */
4936
5624
  export const SyncReconcileResponseAwsStackSettings$inboundSchema = z.object({
@@ -5542,13 +6230,13 @@ export function syncReconcileResponseKubernetesUnionFromJSON(jsonString) {
5542
6230
  return safeParse(jsonString, (x) => SyncReconcileResponseKubernetesUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseKubernetesUnion' from JSON`);
5543
6231
  }
5544
6232
  /** @internal */
5545
- export const SyncReconcileResponseTypeByoVnetAzure$inboundSchema = z.enum(SyncReconcileResponseTypeByoVnetAzure);
6233
+ export const TargetTypeByoVnetAzure$inboundSchema = z.enum(TargetTypeByoVnetAzure);
5546
6234
  /** @internal */
5547
6235
  export const SyncReconcileResponseNetworkByoVnetAzure$inboundSchema = z.object({
5548
6236
  application_gateway_subnet_name: z.nullable(z.string()).optional(),
5549
6237
  private_subnet_name: z.string(),
5550
6238
  public_subnet_name: z.string(),
5551
- type: SyncReconcileResponseTypeByoVnetAzure$inboundSchema,
6239
+ type: TargetTypeByoVnetAzure$inboundSchema,
5552
6240
  vnet_resource_id: z.string(),
5553
6241
  }).transform((v) => {
5554
6242
  return remap$(v, {
@@ -5562,13 +6250,13 @@ export function syncReconcileResponseNetworkByoVnetAzureFromJSON(jsonString) {
5562
6250
  return safeParse(jsonString, (x) => SyncReconcileResponseNetworkByoVnetAzure$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseNetworkByoVnetAzure' from JSON`);
5563
6251
  }
5564
6252
  /** @internal */
5565
- export const SyncReconcileResponseTypeByoVpcGcp$inboundSchema = z.enum(SyncReconcileResponseTypeByoVpcGcp);
6253
+ export const TargetTypeByoVpcGcp$inboundSchema = z.enum(TargetTypeByoVpcGcp);
5566
6254
  /** @internal */
5567
6255
  export const SyncReconcileResponseNetworkByoVpcGcp$inboundSchema = z.object({
5568
6256
  network_name: z.string(),
5569
6257
  region: z.string(),
5570
6258
  subnet_name: z.string(),
5571
- type: SyncReconcileResponseTypeByoVpcGcp$inboundSchema,
6259
+ type: TargetTypeByoVpcGcp$inboundSchema,
5572
6260
  }).transform((v) => {
5573
6261
  return remap$(v, {
5574
6262
  "network_name": "networkName",
@@ -5579,13 +6267,13 @@ export function syncReconcileResponseNetworkByoVpcGcpFromJSON(jsonString) {
5579
6267
  return safeParse(jsonString, (x) => SyncReconcileResponseNetworkByoVpcGcp$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseNetworkByoVpcGcp' from JSON`);
5580
6268
  }
5581
6269
  /** @internal */
5582
- export const SyncReconcileResponseTypeByoVpcAws$inboundSchema = z.enum(SyncReconcileResponseTypeByoVpcAws);
6270
+ export const TargetTypeByoVpcAws$inboundSchema = z.enum(TargetTypeByoVpcAws);
5583
6271
  /** @internal */
5584
6272
  export const SyncReconcileResponseNetworkByoVpcAws$inboundSchema = z.object({
5585
6273
  private_subnet_ids: z.array(z.string()),
5586
6274
  public_subnet_ids: z.array(z.string()),
5587
6275
  security_group_ids: z.array(z.string()).optional(),
5588
- type: SyncReconcileResponseTypeByoVpcAws$inboundSchema,
6276
+ type: TargetTypeByoVpcAws$inboundSchema,
5589
6277
  vpc_id: z.string(),
5590
6278
  }).transform((v) => {
5591
6279
  return remap$(v, {
@@ -5599,12 +6287,12 @@ export function syncReconcileResponseNetworkByoVpcAwsFromJSON(jsonString) {
5599
6287
  return safeParse(jsonString, (x) => SyncReconcileResponseNetworkByoVpcAws$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseNetworkByoVpcAws' from JSON`);
5600
6288
  }
5601
6289
  /** @internal */
5602
- export const SyncReconcileResponseTypeCreate$inboundSchema = z.enum(SyncReconcileResponseTypeCreate);
6290
+ export const TargetTypeCreate$inboundSchema = z.enum(TargetTypeCreate);
5603
6291
  /** @internal */
5604
6292
  export const SyncReconcileResponseNetworkCreate$inboundSchema = z.object({
5605
6293
  availability_zones: z.int().optional(),
5606
6294
  cidr: z.nullable(z.string()).optional(),
5607
- type: SyncReconcileResponseTypeCreate$inboundSchema,
6295
+ type: TargetTypeCreate$inboundSchema,
5608
6296
  }).transform((v) => {
5609
6297
  return remap$(v, {
5610
6298
  "availability_zones": "availabilityZones",
@@ -5614,10 +6302,10 @@ export function syncReconcileResponseNetworkCreateFromJSON(jsonString) {
5614
6302
  return safeParse(jsonString, (x) => SyncReconcileResponseNetworkCreate$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseNetworkCreate' from JSON`);
5615
6303
  }
5616
6304
  /** @internal */
5617
- export const SyncReconcileResponseTypeUseDefault$inboundSchema = z.enum(SyncReconcileResponseTypeUseDefault);
6305
+ export const TargetTypeUseDefault$inboundSchema = z.enum(TargetTypeUseDefault);
5618
6306
  /** @internal */
5619
6307
  export const SyncReconcileResponseNetworkUseDefault$inboundSchema = z.object({
5620
- type: SyncReconcileResponseTypeUseDefault$inboundSchema,
6308
+ type: TargetTypeUseDefault$inboundSchema,
5621
6309
  });
5622
6310
  export function syncReconcileResponseNetworkUseDefaultFromJSON(jsonString) {
5623
6311
  return safeParse(jsonString, (x) => SyncReconcileResponseNetworkUseDefault$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseNetworkUseDefault' from JSON`);
@@ -5640,6 +6328,10 @@ export const SyncReconcileResponseTelemetry$inboundSchema = z.enum(SyncReconcile
5640
6328
  export const SyncReconcileResponseUpdates$inboundSchema = z.enum(SyncReconcileResponseUpdates);
5641
6329
  /** @internal */
5642
6330
  export const SyncReconcileResponseStackSettings$inboundSchema = z.object({
6331
+ compute: z.nullable(z.union([
6332
+ z.lazy(() => SyncReconcileResponseCompute$inboundSchema),
6333
+ z.any(),
6334
+ ])).optional(),
5643
6335
  deploymentModel: SyncReconcileResponseDeploymentModel$inboundSchema
5644
6336
  .optional(),
5645
6337
  domains: z.nullable(z.union([
@@ -5730,13 +6422,130 @@ export const TargetConfig$inboundSchema = z
5730
6422
  z.any(),
5731
6423
  ])).optional(),
5732
6424
  nativeImageHost: z.nullable(z.string()).optional(),
5733
- publicUrls: z.nullable(z.record(z.string(), z.string())).optional(),
6425
+ publicEndpoints: z.nullable(z.record(z.string(), z.record(z.string(), z.string()))).optional(),
5734
6426
  stackSettings: z.lazy(() => SyncReconcileResponseStackSettings$inboundSchema).optional(),
5735
6427
  });
5736
6428
  export function targetConfigFromJSON(jsonString) {
5737
6429
  return safeParse(jsonString, (x) => TargetConfig$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'TargetConfig' from JSON`);
5738
6430
  }
5739
6431
  /** @internal */
6432
+ export const ReleaseInfoTypeStringList$inboundSchema = z.enum(ReleaseInfoTypeStringList);
6433
+ /** @internal */
6434
+ export const DefaultReleaseInfoStringList$inboundSchema = z.object({
6435
+ type: ReleaseInfoTypeStringList$inboundSchema,
6436
+ value: z.array(z.string()),
6437
+ });
6438
+ export function defaultReleaseInfoStringListFromJSON(jsonString) {
6439
+ return safeParse(jsonString, (x) => DefaultReleaseInfoStringList$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'DefaultReleaseInfoStringList' from JSON`);
6440
+ }
6441
+ /** @internal */
6442
+ export const ReleaseInfoTypeBoolean$inboundSchema = z.enum(ReleaseInfoTypeBoolean);
6443
+ /** @internal */
6444
+ export const DefaultReleaseInfoBoolean$inboundSchema = z.object({
6445
+ type: ReleaseInfoTypeBoolean$inboundSchema,
6446
+ value: z.boolean(),
6447
+ });
6448
+ export function defaultReleaseInfoBooleanFromJSON(jsonString) {
6449
+ return safeParse(jsonString, (x) => DefaultReleaseInfoBoolean$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'DefaultReleaseInfoBoolean' from JSON`);
6450
+ }
6451
+ /** @internal */
6452
+ export const ReleaseInfoTypeNumber$inboundSchema = z.enum(ReleaseInfoTypeNumber);
6453
+ /** @internal */
6454
+ export const DefaultReleaseInfoNumber$inboundSchema = z.object({
6455
+ type: ReleaseInfoTypeNumber$inboundSchema,
6456
+ value: z.string(),
6457
+ });
6458
+ export function defaultReleaseInfoNumberFromJSON(jsonString) {
6459
+ return safeParse(jsonString, (x) => DefaultReleaseInfoNumber$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'DefaultReleaseInfoNumber' from JSON`);
6460
+ }
6461
+ /** @internal */
6462
+ export const ReleaseInfoTypeString$inboundSchema = z.enum(ReleaseInfoTypeString);
6463
+ /** @internal */
6464
+ export const DefaultReleaseInfoString$inboundSchema = z.object({
6465
+ type: ReleaseInfoTypeString$inboundSchema,
6466
+ value: z.string(),
6467
+ });
6468
+ export function defaultReleaseInfoStringFromJSON(jsonString) {
6469
+ return safeParse(jsonString, (x) => DefaultReleaseInfoString$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'DefaultReleaseInfoString' from JSON`);
6470
+ }
6471
+ /** @internal */
6472
+ export const ReleaseInfoDefaultUnion$inboundSchema = z.union([
6473
+ z.lazy(() => DefaultReleaseInfoString$inboundSchema),
6474
+ z.lazy(() => DefaultReleaseInfoNumber$inboundSchema),
6475
+ z.lazy(() => DefaultReleaseInfoBoolean$inboundSchema),
6476
+ z.lazy(() => DefaultReleaseInfoStringList$inboundSchema),
6477
+ z.any(),
6478
+ ]);
6479
+ export function releaseInfoDefaultUnionFromJSON(jsonString) {
6480
+ return safeParse(jsonString, (x) => ReleaseInfoDefaultUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ReleaseInfoDefaultUnion' from JSON`);
6481
+ }
6482
+ /** @internal */
6483
+ export const TypeReleaseInfoEnvEnum$inboundSchema = z.enum(TypeReleaseInfoEnvEnum);
6484
+ /** @internal */
6485
+ export const ReleaseInfoTypeUnion$inboundSchema = z.union([TypeReleaseInfoEnvEnum$inboundSchema, z.any()]);
6486
+ export function releaseInfoTypeUnionFromJSON(jsonString) {
6487
+ return safeParse(jsonString, (x) => ReleaseInfoTypeUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ReleaseInfoTypeUnion' from JSON`);
6488
+ }
6489
+ /** @internal */
6490
+ export const ReleaseInfoEnv$inboundSchema = z.object({
6491
+ name: z.string(),
6492
+ targetResources: z.nullable(z.array(z.string())).optional(),
6493
+ type: z.nullable(z.union([TypeReleaseInfoEnvEnum$inboundSchema, z.any()]))
6494
+ .optional(),
6495
+ });
6496
+ export function releaseInfoEnvFromJSON(jsonString) {
6497
+ return safeParse(jsonString, (x) => ReleaseInfoEnv$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ReleaseInfoEnv' from JSON`);
6498
+ }
6499
+ /** @internal */
6500
+ export const ReleaseInfoKind$inboundSchema = z.enum(ReleaseInfoKind);
6501
+ /** @internal */
6502
+ export const ReleaseInfoPlatform$inboundSchema = z.enum(ReleaseInfoPlatform);
6503
+ /** @internal */
6504
+ export const ReleaseInfoProvidedBy$inboundSchema = z.enum(ReleaseInfoProvidedBy);
6505
+ /** @internal */
6506
+ export const ValidationReleaseInfo$inboundSchema = z.object({
6507
+ format: z.nullable(z.string()).optional(),
6508
+ max: z.nullable(z.string()).optional(),
6509
+ maxItems: z.nullable(z.int()).optional(),
6510
+ maxLength: z.nullable(z.int()).optional(),
6511
+ min: z.nullable(z.string()).optional(),
6512
+ minItems: z.nullable(z.int()).optional(),
6513
+ minLength: z.nullable(z.int()).optional(),
6514
+ pattern: z.nullable(z.string()).optional(),
6515
+ values: z.nullable(z.array(z.string())).optional(),
6516
+ });
6517
+ export function validationReleaseInfoFromJSON(jsonString) {
6518
+ return safeParse(jsonString, (x) => ValidationReleaseInfo$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ValidationReleaseInfo' from JSON`);
6519
+ }
6520
+ /** @internal */
6521
+ export const ReleaseInfoValidationUnion$inboundSchema = z.union([z.lazy(() => ValidationReleaseInfo$inboundSchema), z.any()]);
6522
+ export function releaseInfoValidationUnionFromJSON(jsonString) {
6523
+ return safeParse(jsonString, (x) => ReleaseInfoValidationUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ReleaseInfoValidationUnion' from JSON`);
6524
+ }
6525
+ /** @internal */
6526
+ export const ReleaseInfoInput$inboundSchema = z.object({
6527
+ default: z.nullable(z.union([
6528
+ z.lazy(() => DefaultReleaseInfoString$inboundSchema),
6529
+ z.lazy(() => DefaultReleaseInfoNumber$inboundSchema),
6530
+ z.lazy(() => DefaultReleaseInfoBoolean$inboundSchema),
6531
+ z.lazy(() => DefaultReleaseInfoStringList$inboundSchema),
6532
+ z.any(),
6533
+ ])).optional(),
6534
+ description: z.string(),
6535
+ env: z.array(z.lazy(() => ReleaseInfoEnv$inboundSchema)).optional(),
6536
+ id: z.string(),
6537
+ kind: ReleaseInfoKind$inboundSchema,
6538
+ label: z.string(),
6539
+ placeholder: z.nullable(z.string()).optional(),
6540
+ platforms: z.nullable(z.array(ReleaseInfoPlatform$inboundSchema)).optional(),
6541
+ providedBy: z.array(ReleaseInfoProvidedBy$inboundSchema),
6542
+ required: z.boolean(),
6543
+ validation: z.nullable(z.union([z.lazy(() => ValidationReleaseInfo$inboundSchema), z.any()])).optional(),
6544
+ });
6545
+ export function releaseInfoInputFromJSON(jsonString) {
6546
+ return safeParse(jsonString, (x) => ReleaseInfoInput$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ReleaseInfoInput' from JSON`);
6547
+ }
6548
+ /** @internal */
5740
6549
  export const ManagementReleaseInfoEnum$inboundSchema = z.enum(ManagementReleaseInfoEnum);
5741
6550
  /** @internal */
5742
6551
  export const OverrideReleaseInfoAwResource$inboundSchema = z.object({
@@ -6404,6 +7213,7 @@ export const ReleaseInfoSupportedPlatform$inboundSchema = z.enum(ReleaseInfoSupp
6404
7213
  /** @internal */
6405
7214
  export const ReleaseInfoStack$inboundSchema = z.object({
6406
7215
  id: z.string(),
7216
+ inputs: z.array(z.lazy(() => ReleaseInfoInput$inboundSchema)).optional(),
6407
7217
  permissions: z.lazy(() => ReleaseInfoPermissions$inboundSchema).optional(),
6408
7218
  resources: z.record(z.string(), z.lazy(() => ReleaseInfoResources$inboundSchema)),
6409
7219
  supportedPlatforms: z.nullable(z.array(ReleaseInfoSupportedPlatform$inboundSchema)).optional(),