@alienplatform/platform-api 1.4.2 → 1.7.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 (396) hide show
  1. package/README.md +18 -10
  2. package/esm/funcs/billingGetEntitlements.d.ts +16 -0
  3. package/esm/funcs/billingGetEntitlements.d.ts.map +1 -0
  4. package/esm/funcs/{billingGetPlan.js → billingGetEntitlements.js} +14 -8
  5. package/esm/funcs/billingGetEntitlements.js.map +1 -0
  6. package/esm/funcs/deploymentsCreateSetupRegistrationOperation.d.ts +16 -0
  7. package/esm/funcs/deploymentsCreateSetupRegistrationOperation.d.ts.map +1 -0
  8. package/esm/funcs/{deploymentsAcceptCloudFormationCallback.js → deploymentsCreateSetupRegistrationOperation.js} +10 -11
  9. package/esm/funcs/deploymentsCreateSetupRegistrationOperation.js.map +1 -0
  10. package/esm/funcs/deploymentsDelete.d.ts +3 -2
  11. package/esm/funcs/deploymentsDelete.d.ts.map +1 -1
  12. package/esm/funcs/deploymentsDelete.js +10 -8
  13. package/esm/funcs/deploymentsDelete.js.map +1 -1
  14. package/esm/funcs/deploymentsGetSetupRegistrationOperation.d.ts +16 -0
  15. package/esm/funcs/deploymentsGetSetupRegistrationOperation.d.ts.map +1 -0
  16. package/esm/funcs/deploymentsGetSetupRegistrationOperation.js +89 -0
  17. package/esm/funcs/deploymentsGetSetupRegistrationOperation.js.map +1 -0
  18. package/esm/funcs/domainsCreate.d.ts +1 -1
  19. package/esm/funcs/domainsCreate.js +3 -3
  20. package/esm/funcs/domainsCreate.js.map +1 -1
  21. package/esm/funcs/{deploymentsAcceptCloudFormationCallback.d.ts → domainsCreateEndpoint.d.ts} +4 -3
  22. package/esm/funcs/domainsCreateEndpoint.d.ts.map +1 -0
  23. package/esm/funcs/domainsCreateEndpoint.js +90 -0
  24. package/esm/funcs/domainsCreateEndpoint.js.map +1 -0
  25. package/esm/funcs/{billingGetPlan.d.ts → managersGetDomainBinding.d.ts} +5 -3
  26. package/esm/funcs/managersGetDomainBinding.d.ts.map +1 -0
  27. package/esm/funcs/managersGetDomainBinding.js +89 -0
  28. package/esm/funcs/managersGetDomainBinding.js.map +1 -0
  29. package/esm/funcs/managersUpdateDomainBinding.d.ts +16 -0
  30. package/esm/funcs/managersUpdateDomainBinding.d.ts.map +1 -0
  31. package/esm/funcs/managersUpdateDomainBinding.js +92 -0
  32. package/esm/funcs/managersUpdateDomainBinding.js.map +1 -0
  33. package/esm/funcs/syncReconcile.d.ts +1 -1
  34. package/esm/funcs/syncReconcile.js +1 -1
  35. package/esm/lib/config.d.ts +2 -2
  36. package/esm/lib/config.js +2 -2
  37. package/esm/models/billingfeatureflags.d.ts +14 -0
  38. package/esm/models/billingfeatureflags.d.ts.map +1 -0
  39. package/esm/models/billingfeatureflags.js +25 -0
  40. package/esm/models/billingfeatureflags.js.map +1 -0
  41. package/esm/models/billinglimits.d.ts +15 -0
  42. package/esm/models/billinglimits.d.ts.map +1 -0
  43. package/esm/models/billinglimits.js +19 -0
  44. package/esm/models/billinglimits.js.map +1 -0
  45. package/esm/models/billingplanstatus.d.ts +13 -0
  46. package/esm/models/billingplanstatus.d.ts.map +1 -0
  47. package/esm/models/billingplanstatus.js +14 -0
  48. package/esm/models/billingplanstatus.js.map +1 -0
  49. package/esm/models/createmanagerresponse.d.ts +15 -0
  50. package/esm/models/createmanagerresponse.d.ts.map +1 -1
  51. package/esm/models/createmanagerresponse.js +9 -0
  52. package/esm/models/createmanagerresponse.js.map +1 -1
  53. package/esm/models/createsetupregistrationoperationrequest.d.ts +1633 -0
  54. package/esm/models/createsetupregistrationoperationrequest.d.ts.map +1 -0
  55. package/esm/models/createsetupregistrationoperationrequest.js +1015 -0
  56. package/esm/models/createsetupregistrationoperationrequest.js.map +1 -0
  57. package/esm/models/deletedeploymentrequest.d.ts +21 -0
  58. package/esm/models/deletedeploymentrequest.d.ts.map +1 -0
  59. package/esm/models/deletedeploymentrequest.js +19 -0
  60. package/esm/models/deletedeploymentrequest.js.map +1 -0
  61. package/esm/models/deletedeploymentresponse.d.ts +20 -0
  62. package/esm/models/deletedeploymentresponse.d.ts.map +1 -0
  63. package/esm/models/deletedeploymentresponse.js +21 -0
  64. package/esm/models/deletedeploymentresponse.js.map +1 -0
  65. package/esm/models/deployment.d.ts +58 -64
  66. package/esm/models/deployment.d.ts.map +1 -1
  67. package/esm/models/deployment.js +35 -44
  68. package/esm/models/deployment.js.map +1 -1
  69. package/esm/models/deploymentconnectioninfo.d.ts +3 -0
  70. package/esm/models/deploymentconnectioninfo.d.ts.map +1 -1
  71. package/esm/models/deploymentconnectioninfo.js +3 -0
  72. package/esm/models/deploymentconnectioninfo.js.map +1 -1
  73. package/esm/models/deploymentdetailresponse.d.ts +58 -64
  74. package/esm/models/deploymentdetailresponse.d.ts.map +1 -1
  75. package/esm/models/deploymentdetailresponse.js +37 -47
  76. package/esm/models/deploymentdetailresponse.js.map +1 -1
  77. package/esm/models/deploymentinfo.d.ts +40 -12
  78. package/esm/models/deploymentinfo.d.ts.map +1 -1
  79. package/esm/models/deploymentinfo.js +36 -13
  80. package/esm/models/deploymentinfo.js.map +1 -1
  81. package/esm/models/deploymentlistitemresponse.d.ts +30 -0
  82. package/esm/models/deploymentlistitemresponse.d.ts.map +1 -1
  83. package/esm/models/deploymentlistitemresponse.js +20 -0
  84. package/esm/models/deploymentlistitemresponse.js.map +1 -1
  85. package/esm/models/deploymentportaldomainresponse.d.ts +3 -2
  86. package/esm/models/deploymentportaldomainresponse.d.ts.map +1 -1
  87. package/esm/models/deploymentportaldomainresponse.js +3 -2
  88. package/esm/models/deploymentportaldomainresponse.js.map +1 -1
  89. package/esm/models/deploymentrole.d.ts +1 -0
  90. package/esm/models/deploymentrole.d.ts.map +1 -1
  91. package/esm/models/deploymentrole.js +1 -0
  92. package/esm/models/deploymentrole.js.map +1 -1
  93. package/esm/models/deploymentsetupstacksettingspolicy.d.ts +7 -0
  94. package/esm/models/deploymentsetupstacksettingspolicy.d.ts.map +1 -1
  95. package/esm/models/deploymentsetupstacksettingspolicy.js +6 -0
  96. package/esm/models/deploymentsetupstacksettingspolicy.js.map +1 -1
  97. package/esm/models/{deploymentportaldomain.d.ts → domainendpoint.d.ts} +17 -33
  98. package/esm/models/domainendpoint.d.ts.map +1 -0
  99. package/esm/models/domainendpoint.js +49 -0
  100. package/esm/models/domainendpoint.js.map +1 -0
  101. package/esm/models/domainendpointkind.d.ts +12 -0
  102. package/esm/models/domainendpointkind.d.ts.map +1 -0
  103. package/esm/models/domainendpointkind.js +13 -0
  104. package/esm/models/domainendpointkind.js.map +1 -0
  105. package/esm/models/domainendpointowner.d.ts +12 -0
  106. package/esm/models/domainendpointowner.d.ts.map +1 -0
  107. package/esm/models/domainendpointowner.js +15 -0
  108. package/esm/models/domainendpointowner.js.map +1 -0
  109. package/esm/models/domainendpointownertype.d.ts +11 -0
  110. package/esm/models/domainendpointownertype.d.ts.map +1 -0
  111. package/esm/models/domainendpointownertype.js +12 -0
  112. package/esm/models/domainendpointownertype.js.map +1 -0
  113. package/esm/models/domainendpointstatus.d.ts +15 -0
  114. package/esm/models/domainendpointstatus.d.ts.map +1 -0
  115. package/esm/models/domainendpointstatus.js +16 -0
  116. package/esm/models/domainendpointstatus.js.map +1 -0
  117. package/esm/models/domainwithusage.d.ts +22 -2
  118. package/esm/models/domainwithusage.d.ts.map +1 -1
  119. package/esm/models/domainwithusage.js +25 -2
  120. package/esm/models/domainwithusage.js.map +1 -1
  121. package/esm/models/event.d.ts +11 -6
  122. package/esm/models/event.d.ts.map +1 -1
  123. package/esm/models/event.js +5 -2
  124. package/esm/models/event.js.map +1 -1
  125. package/esm/models/importsource.d.ts +55 -34
  126. package/esm/models/importsource.d.ts.map +1 -1
  127. package/esm/models/importsource.js +39 -25
  128. package/esm/models/importsource.js.map +1 -1
  129. package/esm/models/importsourcekind.d.ts +2 -0
  130. package/esm/models/importsourcekind.d.ts.map +1 -1
  131. package/esm/models/importsourcekind.js +3 -1
  132. package/esm/models/importsourcekind.js.map +1 -1
  133. package/esm/models/index.d.ts +20 -2
  134. package/esm/models/index.d.ts.map +1 -1
  135. package/esm/models/index.js +20 -2
  136. package/esm/models/index.js.map +1 -1
  137. package/esm/models/kubernetesbaseplatform.d.ts +17 -0
  138. package/esm/models/kubernetesbaseplatform.d.ts.map +1 -0
  139. package/esm/models/kubernetesbaseplatform.js +15 -0
  140. package/esm/models/kubernetesbaseplatform.js.map +1 -0
  141. package/esm/models/managerdeployment.d.ts +3 -0
  142. package/esm/models/managerdeployment.d.ts.map +1 -1
  143. package/esm/models/managerdeployment.js +3 -0
  144. package/esm/models/managerdeployment.js.map +1 -1
  145. package/esm/models/managerdomainbindingresponse.d.ts +11 -0
  146. package/esm/models/managerdomainbindingresponse.d.ts.map +1 -0
  147. package/esm/models/managerdomainbindingresponse.js +14 -0
  148. package/esm/models/managerdomainbindingresponse.js.map +1 -0
  149. package/esm/models/managerretryresponse.d.ts +15 -0
  150. package/esm/models/managerretryresponse.d.ts.map +1 -1
  151. package/esm/models/managerretryresponse.js +9 -0
  152. package/esm/models/managerretryresponse.js.map +1 -1
  153. package/esm/models/newdeploymentrequest.d.ts +16 -0
  154. package/esm/models/newdeploymentrequest.d.ts.map +1 -1
  155. package/esm/models/newdeploymentrequest.js +6 -0
  156. package/esm/models/newdeploymentrequest.js.map +1 -1
  157. package/esm/models/operations/createdomain.d.ts +21 -0
  158. package/esm/models/operations/createdomain.d.ts.map +1 -1
  159. package/esm/models/operations/createdomain.js +11 -0
  160. package/esm/models/operations/createdomain.js.map +1 -1
  161. package/esm/models/operations/createdomainendpoint.d.ts +64 -0
  162. package/esm/models/operations/createdomainendpoint.d.ts.map +1 -0
  163. package/esm/models/operations/createdomainendpoint.js +51 -0
  164. package/esm/models/operations/createdomainendpoint.js.map +1 -0
  165. package/esm/models/operations/createproject.d.ts +8 -8
  166. package/esm/models/operations/createprojectfromtemplate.d.ts +8 -8
  167. package/esm/models/operations/createsetupregistrationoperation.d.ts +18 -0
  168. package/esm/models/operations/createsetupregistrationoperation.d.ts.map +1 -0
  169. package/esm/models/operations/createsetupregistrationoperation.js +20 -0
  170. package/esm/models/operations/createsetupregistrationoperation.js.map +1 -0
  171. package/esm/models/operations/deletedeployment.d.ts +3 -32
  172. package/esm/models/operations/deletedeployment.d.ts.map +1 -1
  173. package/esm/models/operations/deletedeployment.js +8 -19
  174. package/esm/models/operations/deletedeployment.js.map +1 -1
  175. package/esm/models/operations/getdeploymentstats.d.ts +3 -0
  176. package/esm/models/operations/getdeploymentstats.d.ts.map +1 -1
  177. package/esm/models/operations/getdeploymentstats.js +3 -0
  178. package/esm/models/operations/getdeploymentstats.js.map +1 -1
  179. package/esm/models/operations/getmanagerdomainbinding.d.ts +20 -0
  180. package/esm/models/operations/getmanagerdomainbinding.d.ts.map +1 -0
  181. package/esm/models/operations/getmanagerdomainbinding.js +13 -0
  182. package/esm/models/operations/getmanagerdomainbinding.js.map +1 -0
  183. package/esm/models/operations/getresourcedeploymentdetail.d.ts +1 -0
  184. package/esm/models/operations/getresourcedeploymentdetail.d.ts.map +1 -1
  185. package/esm/models/operations/getresourcedeploymentdetail.js +1 -0
  186. package/esm/models/operations/getresourcedeploymentdetail.js.map +1 -1
  187. package/esm/models/operations/getsetupregistrationoperation.d.ts +20 -0
  188. package/esm/models/operations/getsetupregistrationoperation.d.ts.map +1 -0
  189. package/esm/models/operations/getsetupregistrationoperation.js +13 -0
  190. package/esm/models/operations/getsetupregistrationoperation.js.map +1 -0
  191. package/esm/models/operations/getworkspacebillingentitlements.d.ts +15 -0
  192. package/esm/models/operations/getworkspacebillingentitlements.d.ts.map +1 -0
  193. package/esm/models/operations/getworkspacebillingentitlements.js +12 -0
  194. package/esm/models/operations/getworkspacebillingentitlements.js.map +1 -0
  195. package/esm/models/operations/index.d.ts +6 -2
  196. package/esm/models/operations/index.d.ts.map +1 -1
  197. package/esm/models/operations/index.js +6 -2
  198. package/esm/models/operations/index.js.map +1 -1
  199. package/esm/models/operations/listdeployments.d.ts +3 -0
  200. package/esm/models/operations/listdeployments.d.ts.map +1 -1
  201. package/esm/models/operations/listdeployments.js +3 -0
  202. package/esm/models/operations/listdeployments.js.map +1 -1
  203. package/esm/models/operations/preparedeploymentstack.d.ts +7 -0
  204. package/esm/models/operations/preparedeploymentstack.d.ts.map +1 -1
  205. package/esm/models/operations/preparedeploymentstack.js +3 -0
  206. package/esm/models/operations/preparedeploymentstack.js.map +1 -1
  207. package/esm/models/operations/updatemanagerdomainbinding.d.ts +23 -0
  208. package/esm/models/operations/updatemanagerdomainbinding.d.ts.map +1 -0
  209. package/esm/models/operations/updatemanagerdomainbinding.js +21 -0
  210. package/esm/models/operations/updatemanagerdomainbinding.js.map +1 -0
  211. package/esm/models/package.d.ts +10 -6
  212. package/esm/models/package.d.ts.map +1 -1
  213. package/esm/models/package.js +1 -0
  214. package/esm/models/package.js.map +1 -1
  215. package/esm/models/persistimporteddeploymentrequest.d.ts +22 -70
  216. package/esm/models/persistimporteddeploymentrequest.d.ts.map +1 -1
  217. package/esm/models/persistimporteddeploymentrequest.js +9 -58
  218. package/esm/models/persistimporteddeploymentrequest.js.map +1 -1
  219. package/esm/models/project.d.ts +4 -4
  220. package/esm/models/projectlistitemresponse.d.ts +4 -4
  221. package/esm/models/setupregistrationaction.d.ts +13 -0
  222. package/esm/models/setupregistrationaction.d.ts.map +1 -0
  223. package/esm/models/setupregistrationaction.js +14 -0
  224. package/esm/models/setupregistrationaction.js.map +1 -0
  225. package/esm/models/setupregistrationcloudformationtarget.d.ts +22 -0
  226. package/esm/models/setupregistrationcloudformationtarget.d.ts.map +1 -0
  227. package/esm/models/setupregistrationcloudformationtarget.js +17 -0
  228. package/esm/models/setupregistrationcloudformationtarget.js.map +1 -0
  229. package/esm/models/setupregistrationoperationresponse.d.ts +34 -0
  230. package/esm/models/setupregistrationoperationresponse.d.ts.map +1 -0
  231. package/esm/models/setupregistrationoperationresponse.js +32 -0
  232. package/esm/models/setupregistrationoperationresponse.js.map +1 -0
  233. package/esm/models/setupregistrationoperationresult.d.ts +15 -0
  234. package/esm/models/setupregistrationoperationresult.d.ts.map +1 -0
  235. package/esm/models/setupregistrationoperationresult.js +15 -0
  236. package/esm/models/setupregistrationoperationresult.js.map +1 -0
  237. package/esm/models/setupregistrationoperationstatus.d.ts +15 -0
  238. package/esm/models/setupregistrationoperationstatus.d.ts.map +1 -0
  239. package/esm/models/setupregistrationoperationstatus.js +16 -0
  240. package/esm/models/setupregistrationoperationstatus.js.map +1 -0
  241. package/esm/models/syncacquirerequest.d.ts +25 -0
  242. package/esm/models/syncacquirerequest.d.ts.map +1 -1
  243. package/esm/models/syncacquirerequest.js +16 -0
  244. package/esm/models/syncacquirerequest.js.map +1 -1
  245. package/esm/models/syncacquireresponse.d.ts +215 -90
  246. package/esm/models/syncacquireresponse.d.ts.map +1 -1
  247. package/esm/models/syncacquireresponse.js +80 -52
  248. package/esm/models/syncacquireresponse.js.map +1 -1
  249. package/esm/models/synclistrequest.d.ts +3 -0
  250. package/esm/models/synclistrequest.d.ts.map +1 -1
  251. package/esm/models/synclistrequest.js +3 -0
  252. package/esm/models/synclistrequest.js.map +1 -1
  253. package/esm/models/synclistresponse.d.ts +58 -64
  254. package/esm/models/synclistresponse.d.ts.map +1 -1
  255. package/esm/models/synclistresponse.js +36 -44
  256. package/esm/models/synclistresponse.js.map +1 -1
  257. package/esm/models/syncreconcilerequest.d.ts +120 -173
  258. package/esm/models/syncreconcilerequest.d.ts.map +1 -1
  259. package/esm/models/syncreconcilerequest.js +31 -72
  260. package/esm/models/syncreconcilerequest.js.map +1 -1
  261. package/esm/models/syncreconcileresponse.d.ts +215 -90
  262. package/esm/models/syncreconcileresponse.d.ts.map +1 -1
  263. package/esm/models/syncreconcileresponse.js +80 -55
  264. package/esm/models/syncreconcileresponse.js.map +1 -1
  265. package/esm/models/updatemanagerdomainbinding.d.ts +15 -0
  266. package/esm/models/updatemanagerdomainbinding.d.ts.map +1 -0
  267. package/esm/models/updatemanagerdomainbinding.js +12 -0
  268. package/esm/models/updatemanagerdomainbinding.js.map +1 -0
  269. package/esm/models/updateproject.d.ts +4 -9
  270. package/esm/models/updateproject.d.ts.map +1 -1
  271. package/esm/models/updateproject.js +0 -1
  272. package/esm/models/updateproject.js.map +1 -1
  273. package/esm/models/workspacebillingentitlements.d.ts +19 -0
  274. package/esm/models/workspacebillingentitlements.d.ts.map +1 -0
  275. package/esm/models/workspacebillingentitlements.js +22 -0
  276. package/esm/models/workspacebillingentitlements.js.map +1 -0
  277. package/esm/sdk/billing.d.ts +3 -2
  278. package/esm/sdk/billing.d.ts.map +1 -1
  279. package/esm/sdk/billing.js +4 -4
  280. package/esm/sdk/billing.js.map +1 -1
  281. package/esm/sdk/deployments.d.ts +10 -6
  282. package/esm/sdk/deployments.d.ts.map +1 -1
  283. package/esm/sdk/deployments.js +17 -10
  284. package/esm/sdk/deployments.js.map +1 -1
  285. package/esm/sdk/domains.d.ts +5 -1
  286. package/esm/sdk/domains.d.ts.map +1 -1
  287. package/esm/sdk/domains.js +8 -1
  288. package/esm/sdk/domains.js.map +1 -1
  289. package/esm/sdk/managers.d.ts +8 -0
  290. package/esm/sdk/managers.d.ts.map +1 -1
  291. package/esm/sdk/managers.js +14 -0
  292. package/esm/sdk/managers.js.map +1 -1
  293. package/esm/sdk/sync.d.ts +1 -1
  294. package/esm/sdk/sync.js +1 -1
  295. package/jsr.json +1 -1
  296. package/package.json +2 -2
  297. package/src/funcs/{billingGetPlan.ts → billingGetEntitlements.ts} +24 -13
  298. package/src/funcs/{deploymentsAcceptCloudFormationCallback.ts → deploymentsCreateSetupRegistrationOperation.ts} +18 -15
  299. package/src/funcs/deploymentsDelete.ts +13 -11
  300. package/src/funcs/deploymentsGetSetupRegistrationOperation.ts +184 -0
  301. package/src/funcs/domainsCreate.ts +3 -3
  302. package/src/funcs/domainsCreateEndpoint.ts +181 -0
  303. package/src/funcs/managersGetDomainBinding.ts +180 -0
  304. package/src/funcs/managersUpdateDomainBinding.ts +183 -0
  305. package/src/funcs/syncReconcile.ts +1 -1
  306. package/src/lib/config.ts +2 -2
  307. package/src/models/billingfeatureflags.ts +46 -0
  308. package/src/models/billinglimits.ts +38 -0
  309. package/src/models/billingplanstatus.ts +20 -0
  310. package/src/models/createmanagerresponse.ts +24 -0
  311. package/src/models/createsetupregistrationoperationrequest.ts +4032 -0
  312. package/src/models/deletedeploymentrequest.ts +45 -0
  313. package/src/models/deletedeploymentresponse.ts +47 -0
  314. package/src/models/deployment.ts +72 -116
  315. package/src/models/deploymentconnectioninfo.ts +3 -0
  316. package/src/models/deploymentdetailresponse.ts +78 -138
  317. package/src/models/deploymentinfo.ts +85 -31
  318. package/src/models/deploymentlistitemresponse.ts +38 -0
  319. package/src/models/deploymentportaldomainresponse.ts +7 -5
  320. package/src/models/deploymentrole.ts +1 -0
  321. package/src/models/deploymentsetupstacksettingspolicy.ts +13 -0
  322. package/src/models/{deploymentportaldomain.ts → domainendpoint.ts} +57 -70
  323. package/src/models/domainendpointkind.ts +19 -0
  324. package/src/models/domainendpointowner.ts +36 -0
  325. package/src/models/domainendpointownertype.ts +20 -0
  326. package/src/models/domainendpointstatus.ts +22 -0
  327. package/src/models/domainwithusage.ts +62 -4
  328. package/src/models/event.ts +11 -6
  329. package/src/models/importsource.ts +115 -63
  330. package/src/models/importsourcekind.ts +5 -1
  331. package/src/models/index.ts +20 -2
  332. package/src/models/kubernetesbaseplatform.ts +24 -0
  333. package/src/models/managerdeployment.ts +3 -0
  334. package/src/models/managerdomainbindingresponse.ts +34 -0
  335. package/src/models/managerretryresponse.ts +24 -0
  336. package/src/models/newdeploymentrequest.ts +20 -0
  337. package/src/models/operations/createdomain.ts +33 -0
  338. package/src/models/operations/createdomainendpoint.ts +131 -0
  339. package/src/models/operations/createproject.ts +8 -8
  340. package/src/models/operations/createprojectfromtemplate.ts +8 -8
  341. package/src/models/operations/createsetupregistrationoperation.ts +51 -0
  342. package/src/models/operations/deletedeployment.ts +10 -55
  343. package/src/models/operations/getdeploymentstats.ts +3 -0
  344. package/src/models/operations/getmanagerdomainbinding.ts +41 -0
  345. package/src/models/operations/getresourcedeploymentdetail.ts +2 -0
  346. package/src/models/operations/getsetupregistrationoperation.ts +41 -0
  347. package/src/models/operations/getworkspacebillingentitlements.ts +36 -0
  348. package/src/models/operations/index.ts +6 -2
  349. package/src/models/operations/listdeployments.ts +3 -0
  350. package/src/models/operations/preparedeploymentstack.ts +10 -0
  351. package/src/models/operations/updatemanagerdomainbinding.ts +53 -0
  352. package/src/models/package.ts +11 -6
  353. package/src/models/persistimporteddeploymentrequest.ts +26 -150
  354. package/src/models/project.ts +4 -4
  355. package/src/models/projectlistitemresponse.ts +4 -4
  356. package/src/models/setupregistrationaction.ts +24 -0
  357. package/src/models/setupregistrationcloudformationtarget.ts +47 -0
  358. package/src/models/setupregistrationoperationresponse.ts +99 -0
  359. package/src/models/setupregistrationoperationresult.ts +37 -0
  360. package/src/models/setupregistrationoperationstatus.ts +24 -0
  361. package/src/models/syncacquirerequest.ts +34 -0
  362. package/src/models/syncacquireresponse.ts +308 -151
  363. package/src/models/synclistrequest.ts +3 -0
  364. package/src/models/synclistresponse.ts +77 -124
  365. package/src/models/syncreconcilerequest.ts +167 -265
  366. package/src/models/syncreconcileresponse.ts +309 -155
  367. package/src/models/updatemanagerdomainbinding.ts +33 -0
  368. package/src/models/updateproject.ts +4 -10
  369. package/src/models/workspacebillingentitlements.ts +52 -0
  370. package/src/sdk/billing.ts +7 -6
  371. package/src/sdk/deployments.ts +35 -20
  372. package/src/sdk/domains.ts +16 -1
  373. package/src/sdk/managers.ts +30 -0
  374. package/src/sdk/sync.ts +1 -1
  375. package/esm/funcs/billingGetPlan.d.ts.map +0 -1
  376. package/esm/funcs/billingGetPlan.js.map +0 -1
  377. package/esm/funcs/deploymentsAcceptCloudFormationCallback.d.ts.map +0 -1
  378. package/esm/funcs/deploymentsAcceptCloudFormationCallback.js.map +0 -1
  379. package/esm/models/cloudformationcallbackrequest.d.ts +0 -1619
  380. package/esm/models/cloudformationcallbackrequest.d.ts.map +0 -1
  381. package/esm/models/cloudformationcallbackrequest.js +0 -977
  382. package/esm/models/cloudformationcallbackrequest.js.map +0 -1
  383. package/esm/models/deploymentportaldomain.d.ts.map +0 -1
  384. package/esm/models/deploymentportaldomain.js +0 -58
  385. package/esm/models/deploymentportaldomain.js.map +0 -1
  386. package/esm/models/operations/acceptcloudformationcallback.d.ts +0 -31
  387. package/esm/models/operations/acceptcloudformationcallback.d.ts.map +0 -1
  388. package/esm/models/operations/acceptcloudformationcallback.js +0 -30
  389. package/esm/models/operations/acceptcloudformationcallback.js.map +0 -1
  390. package/esm/models/operations/getworkspaceplan.d.ts +0 -27
  391. package/esm/models/operations/getworkspaceplan.d.ts.map +0 -1
  392. package/esm/models/operations/getworkspaceplan.js +0 -21
  393. package/esm/models/operations/getworkspaceplan.js.map +0 -1
  394. package/src/models/cloudformationcallbackrequest.ts +0 -3844
  395. package/src/models/operations/acceptcloudformationcallback.ts +0 -82
  396. package/src/models/operations/getworkspaceplan.ts +0 -62
@@ -1409,6 +1409,94 @@ export type SyncReconcileResponseEnvironmentInfoUnion =
1409
1409
  | SyncReconcileResponseEnvironmentInfoTest
1410
1410
  | any;
1411
1411
 
1412
+ /**
1413
+ * Canonical error container that provides a structured way to represent errors
1414
+ *
1415
+ * @remarks
1416
+ * with rich metadata including error codes, human-readable messages, context,
1417
+ * and chaining capabilities for error propagation.
1418
+ *
1419
+ * This struct is designed to be both machine-readable and user-friendly,
1420
+ * supporting serialization for API responses and detailed error reporting
1421
+ * in distributed systems.
1422
+ */
1423
+ export type SyncReconcileResponseError = {
1424
+ /**
1425
+ * A unique identifier for the type of error.
1426
+ *
1427
+ * @remarks
1428
+ *
1429
+ * This should be a short, machine-readable string that can be used
1430
+ * by clients to programmatically handle different error types.
1431
+ * Examples: "NOT_FOUND", "VALIDATION_ERROR", "TIMEOUT"
1432
+ */
1433
+ code: string;
1434
+ /**
1435
+ * Additional diagnostic information about the error context.
1436
+ *
1437
+ * @remarks
1438
+ *
1439
+ * This optional field can contain structured data providing more details
1440
+ * about the error, such as validation errors, request parameters that
1441
+ * caused the issue, or other relevant context information.
1442
+ */
1443
+ context?: any | null | undefined;
1444
+ /**
1445
+ * Optional human-facing remediation hint.
1446
+ */
1447
+ hint?: string | null | undefined;
1448
+ /**
1449
+ * HTTP status code for this error.
1450
+ *
1451
+ * @remarks
1452
+ *
1453
+ * Used when converting the error to an HTTP response. If None, falls back to
1454
+ * the error type's default status code or 500.
1455
+ */
1456
+ httpStatusCode?: number | null | undefined;
1457
+ /**
1458
+ * Indicates if this is an internal error that should not be exposed to users.
1459
+ *
1460
+ * @remarks
1461
+ *
1462
+ * When `true`, this error contains sensitive information or implementation
1463
+ * details that should not be shown to end-users. Such errors should be
1464
+ * logged for debugging but replaced with generic error messages in responses.
1465
+ */
1466
+ internal: boolean;
1467
+ /**
1468
+ * Human-readable error message.
1469
+ *
1470
+ * @remarks
1471
+ *
1472
+ * This message should be clear and actionable for developers or end-users,
1473
+ * providing context about what went wrong and potentially how to fix it.
1474
+ */
1475
+ message: string;
1476
+ /**
1477
+ * Indicates whether the operation that caused the error should be retried.
1478
+ *
1479
+ * @remarks
1480
+ *
1481
+ * When `true`, the error is transient and the operation might succeed
1482
+ * if attempted again. When `false`, retrying the same operation is
1483
+ * unlikely to succeed without changes.
1484
+ */
1485
+ retryable: boolean;
1486
+ /**
1487
+ * The underlying error that caused this error, creating an error chain.
1488
+ *
1489
+ * @remarks
1490
+ *
1491
+ * This allows for proper error propagation and debugging by maintaining
1492
+ * the full context of how an error occurred through multiple layers
1493
+ * of an application.
1494
+ */
1495
+ source?: any | null | undefined;
1496
+ };
1497
+
1498
+ export type SyncReconcileResponseErrorUnion = SyncReconcileResponseError | any;
1499
+
1412
1500
  /**
1413
1501
  * Represents the target cloud platform.
1414
1502
  */
@@ -1427,70 +1515,6 @@ export type SyncReconcileResponseCurrentPlatform = ClosedEnum<
1427
1515
  typeof SyncReconcileResponseCurrentPlatform
1428
1516
  >;
1429
1517
 
1430
- /**
1431
- * Scope for a delete operation.
1432
- *
1433
- * @remarks
1434
- *
1435
- * Full deletes are setup/admin owned and may remove both Frozen and Live
1436
- * resources. Live-only deletes are used by setup handoff resources
1437
- * (Terraform/CloudFormation) so Alien removes only the resources it owns
1438
- * before setup tears down Frozen resources.
1439
- */
1440
- export const SyncReconcileResponseDeleteScopeEnum = {
1441
- Full: "full",
1442
- LiveOnly: "liveOnly",
1443
- } as const;
1444
- /**
1445
- * Scope for a delete operation.
1446
- *
1447
- * @remarks
1448
- *
1449
- * Full deletes are setup/admin owned and may remove both Frozen and Live
1450
- * resources. Live-only deletes are used by setup handoff resources
1451
- * (Terraform/CloudFormation) so Alien removes only the resources it owns
1452
- * before setup tears down Frozen resources.
1453
- */
1454
- export type SyncReconcileResponseDeleteScopeEnum = ClosedEnum<
1455
- typeof SyncReconcileResponseDeleteScopeEnum
1456
- >;
1457
-
1458
- export type SyncReconcileResponseDeleteScopeUnion =
1459
- | SyncReconcileResponseDeleteScopeEnum
1460
- | any;
1461
-
1462
- /**
1463
- * Scope for a delete operation.
1464
- *
1465
- * @remarks
1466
- *
1467
- * Full deletes are setup/admin owned and may remove both Frozen and Live
1468
- * resources. Live-only deletes are used by setup handoff resources
1469
- * (Terraform/CloudFormation) so Alien removes only the resources it owns
1470
- * before setup tears down Frozen resources.
1471
- */
1472
- export const SyncReconcileResponsePendingDeleteScopeEnum = {
1473
- Full: "full",
1474
- LiveOnly: "liveOnly",
1475
- } as const;
1476
- /**
1477
- * Scope for a delete operation.
1478
- *
1479
- * @remarks
1480
- *
1481
- * Full deletes are setup/admin owned and may remove both Frozen and Live
1482
- * resources. Live-only deletes are used by setup handoff resources
1483
- * (Terraform/CloudFormation) so Alien removes only the resources it owns
1484
- * before setup tears down Frozen resources.
1485
- */
1486
- export type SyncReconcileResponsePendingDeleteScopeEnum = ClosedEnum<
1487
- typeof SyncReconcileResponsePendingDeleteScopeEnum
1488
- >;
1489
-
1490
- export type SyncReconcileResponsePendingDeleteScopeUnion =
1491
- | SyncReconcileResponsePendingDeleteScopeEnum
1492
- | any;
1493
-
1494
1518
  export const SyncReconcileResponsePreparedStackManagementEnum = {
1495
1519
  Auto: "auto",
1496
1520
  } as const;
@@ -2737,7 +2761,6 @@ export type SyncReconcileResponsePreparedStackUnion =
2737
2761
  * Stores deployment state that needs to persist across step calls.
2738
2762
  */
2739
2763
  export type SyncReconcileResponseRuntimeMetadata = {
2740
- deleteScope?: SyncReconcileResponseDeleteScopeEnum | any | null | undefined;
2741
2764
  /**
2742
2765
  * Hash of the environment variables snapshot that was last synced to the vault
2743
2766
  *
@@ -2745,11 +2768,6 @@ export type SyncReconcileResponseRuntimeMetadata = {
2745
2768
  * Used to avoid redundant sync operations during incremental deployment
2746
2769
  */
2747
2770
  lastSyncedEnvVarsHash?: string | null | undefined;
2748
- pendingDeleteScope?:
2749
- | SyncReconcileResponsePendingDeleteScopeEnum
2750
- | any
2751
- | null
2752
- | undefined;
2753
2771
  preparedStack?: SyncReconcileResponsePreparedStack | any | null | undefined;
2754
2772
  /**
2755
2773
  * Whether cross-account registry access has been successfully granted.
@@ -2846,7 +2864,7 @@ export type SyncReconcileResponseStackStateDependency = {
2846
2864
  * supporting serialization for API responses and detailed error reporting
2847
2865
  * in distributed systems.
2848
2866
  */
2849
- export type SyncReconcileResponseError = {
2867
+ export type SyncReconcileResponseStackStateError = {
2850
2868
  /**
2851
2869
  * A unique identifier for the type of error.
2852
2870
  *
@@ -2921,7 +2939,9 @@ export type SyncReconcileResponseError = {
2921
2939
  source?: any | null | undefined;
2922
2940
  };
2923
2941
 
2924
- export type SyncReconcileResponseErrorUnion = SyncReconcileResponseError | any;
2942
+ export type SyncReconcileResponseStackStateErrorUnion =
2943
+ | SyncReconcileResponseStackStateError
2944
+ | any;
2925
2945
 
2926
2946
  /**
2927
2947
  * Describes the lifecycle of a resource within a stack, determining how it's managed and deployed.
@@ -2987,6 +3007,7 @@ export const SyncReconcileResponseStackStateStatus = {
2987
3007
  UpdateFailed: "update-failed",
2988
3008
  Deleting: "deleting",
2989
3009
  DeleteFailed: "delete-failed",
3010
+ TeardownRequired: "teardown-required",
2990
3011
  Deleted: "deleted",
2991
3012
  RefreshFailed: "refresh-failed",
2992
3013
  } as const;
@@ -3025,7 +3046,7 @@ export type SyncReconcileResponseStackStateResources = {
3025
3046
  * This preserves the full dependency information from the stack definition.
3026
3047
  */
3027
3048
  dependencies?: Array<SyncReconcileResponseStackStateDependency> | undefined;
3028
- error?: SyncReconcileResponseError | any | null | undefined;
3049
+ error?: SyncReconcileResponseStackStateError | any | null | undefined;
3029
3050
  /**
3030
3051
  * Stores the controller state that failed, used for manual retry operations.
3031
3052
  *
@@ -3091,6 +3112,7 @@ export type SyncReconcileResponseStackStateUnion =
3091
3112
  */
3092
3113
  export const SyncReconcileResponseStatus = {
3093
3114
  Pending: "pending",
3115
+ PreflightsFailed: "preflights-failed",
3094
3116
  InitialSetup: "initial-setup",
3095
3117
  InitialSetupFailed: "initial-setup-failed",
3096
3118
  Provisioning: "provisioning",
@@ -3103,6 +3125,8 @@ export const SyncReconcileResponseStatus = {
3103
3125
  DeletePending: "delete-pending",
3104
3126
  Deleting: "deleting",
3105
3127
  DeleteFailed: "delete-failed",
3128
+ TeardownRequired: "teardown-required",
3129
+ TeardownFailed: "teardown-failed",
3106
3130
  Deleted: "deleted",
3107
3131
  Error: "error",
3108
3132
  } as const;
@@ -4393,6 +4417,7 @@ export type SyncReconcileResponseCurrent = {
4393
4417
  | any
4394
4418
  | null
4395
4419
  | undefined;
4420
+ error?: SyncReconcileResponseError | any | null | undefined;
4396
4421
  /**
4397
4422
  * Represents the target cloud platform.
4398
4423
  */
@@ -4627,6 +4652,88 @@ export type SyncReconcileResponseComputeBackendUnion =
4627
4652
  | SyncReconcileResponseComputeBackendHorizon
4628
4653
  | any;
4629
4654
 
4655
+ /**
4656
+ * Certificate status in the certificate lifecycle
4657
+ */
4658
+ export const SyncReconcileResponseAliasCertificateStatus = {
4659
+ Pending: "pending",
4660
+ Issued: "issued",
4661
+ Renewing: "renewing",
4662
+ RenewalFailed: "renewal-failed",
4663
+ Failed: "failed",
4664
+ Deleting: "deleting",
4665
+ } as const;
4666
+ /**
4667
+ * Certificate status in the certificate lifecycle
4668
+ */
4669
+ export type SyncReconcileResponseAliasCertificateStatus = ClosedEnum<
4670
+ typeof SyncReconcileResponseAliasCertificateStatus
4671
+ >;
4672
+
4673
+ /**
4674
+ * DNS record status in the DNS lifecycle
4675
+ */
4676
+ export const SyncReconcileResponseAliasDnsStatus = {
4677
+ Pending: "pending",
4678
+ Active: "active",
4679
+ Updating: "updating",
4680
+ Deleting: "deleting",
4681
+ Failed: "failed",
4682
+ } as const;
4683
+ /**
4684
+ * DNS record status in the DNS lifecycle
4685
+ */
4686
+ export type SyncReconcileResponseAliasDnsStatus = ClosedEnum<
4687
+ typeof SyncReconcileResponseAliasDnsStatus
4688
+ >;
4689
+
4690
+ /**
4691
+ * Certificate and DNS metadata for a managed hostname.
4692
+ *
4693
+ * @remarks
4694
+ *
4695
+ * Includes decrypted certificate data for issued certificates.
4696
+ * Private keys are deployment-scoped secrets (like environment variables).
4697
+ */
4698
+ export type SyncReconcileResponseAlias = {
4699
+ /**
4700
+ * Full PEM certificate chain (only present if status is "issued").
4701
+ */
4702
+ certificateChain?: string | null | undefined;
4703
+ /**
4704
+ * Certificate ID (for tracking/logging).
4705
+ */
4706
+ certificateId: string;
4707
+ /**
4708
+ * Certificate status in the certificate lifecycle
4709
+ */
4710
+ certificateStatus: SyncReconcileResponseAliasCertificateStatus;
4711
+ /**
4712
+ * Last DNS error message. Present when DNS previously failed, even if status
4713
+ *
4714
+ * @remarks
4715
+ * was reset to pending for retry. Used to surface actionable error context
4716
+ * in WaitingForDns failure messages.
4717
+ */
4718
+ dnsError?: string | null | undefined;
4719
+ /**
4720
+ * DNS record status in the DNS lifecycle
4721
+ */
4722
+ dnsStatus: SyncReconcileResponseAliasDnsStatus;
4723
+ /**
4724
+ * Fully qualified domain name.
4725
+ */
4726
+ fqdn: string;
4727
+ /**
4728
+ * ISO 8601 timestamp when certificate was issued (for renewal detection).
4729
+ */
4730
+ issuedAt?: string | null | undefined;
4731
+ /**
4732
+ * Decrypted private key (only present if status is "issued").
4733
+ */
4734
+ privateKey?: string | null | undefined;
4735
+ };
4736
+
4630
4737
  /**
4631
4738
  * Certificate status in the certificate lifecycle
4632
4739
  */
@@ -4667,10 +4774,15 @@ export type SyncReconcileResponseDnsStatus = ClosedEnum<
4667
4774
  *
4668
4775
  * @remarks
4669
4776
  *
4670
- * Includes decrypted certificate data for issued certificates.
4671
- * Private keys are deployment-scoped secrets (like environment variables).
4777
+ * The direct fields describe the primary generated hostname. `aliases`
4778
+ * contains additional managed hostnames that route directly to the same
4779
+ * resource.
4672
4780
  */
4673
4781
  export type DomainMetadataTargetResources = {
4782
+ /**
4783
+ * Additional managed hostnames for the resource.
4784
+ */
4785
+ aliases?: Array<SyncReconcileResponseAlias> | undefined;
4674
4786
  /**
4675
4787
  * Full PEM certificate chain (only present if status is "issued").
4676
4788
  */
@@ -6793,29 +6905,16 @@ export type SyncReconcileResponseManagementConfigUnion =
6793
6905
  *
6794
6906
  * @remarks
6795
6907
  *
6796
- * When set, all compute workloads (containers and worker VMs) export
6797
- * their logs to the given endpoint via OTLP/HTTP.
6798
- *
6799
- * The `logs_auth_header` is stored as plain text in DeploymentConfig because
6800
- * alien-runtime reads `OTEL_EXPORTER_OTLP_HEADERS` at tracing-init time,
6801
- * before vault secrets load. For worker VMs, worker-template stamping passes
6802
- * the monitoring configuration to the provider controller, which stores the
6803
- * sensitive header in the cloud vault used by the worker image.
6908
+ * When set, worker runtimes export captured application logs through the
6909
+ * given endpoint via OTLP/HTTP. Auth headers are runtime-owned secret material:
6910
+ * deployment code must sync them to a runtime-only secret and avoid putting
6911
+ * them into user application environment variables.
6804
6912
  */
6805
6913
  export type SyncReconcileResponseMonitoring = {
6806
6914
  /**
6807
- * Auth header value in "key=value,..." format used for container OTLP env var injection.
6915
+ * Auth header value in "key=value,..." format.
6808
6916
  *
6809
6917
  * @remarks
6810
- *
6811
- * `alien-deployment` injects this as the `OTEL_EXPORTER_OTLP_HEADERS` plain env var
6812
- * into all containers. It must be plain (not a vault secret) because alien-runtime
6813
- * reads `OTEL_EXPORTER_OTLP_HEADERS` at tracing-init time, before vault secrets load.
6814
- *
6815
- * Worker VMs do NOT use this field directly. The ComputeCluster infra
6816
- * controller writes the same value to the cloud vault used by the worker
6817
- * image (GCP: Secret Manager, AWS: Secrets Manager, Azure: Key Vault).
6818
- *
6819
6918
  * Example: "authorization=Bearer <write-token>"
6820
6919
  */
6821
6920
  logsAuthHeader: string;
@@ -6846,6 +6945,17 @@ export type SyncReconcileResponseMonitoring = {
6846
6945
  * Example: "https://api.axiom.co/v1/metrics"
6847
6946
  */
6848
6947
  metricsEndpoint?: string | null | undefined;
6948
+ /**
6949
+ * Resource attributes attached to every OTLP signal emitted for this deployment.
6950
+ *
6951
+ * @remarks
6952
+ *
6953
+ * Platform managers use this for stable identity such as `alien.workspace_id`,
6954
+ * `alien.project_id`, `alien.deployment_group_id`, and `alien.deployment_id`.
6955
+ * Runtime-specific resource attributes such as `service.name` remain owned by
6956
+ * the runtime/exporter.
6957
+ */
6958
+ resourceAttributes?: { [k: string]: string } | undefined;
6849
6959
  };
6850
6960
 
6851
6961
  export type SyncReconcileResponseMonitoringUnion =
@@ -6876,6 +6986,7 @@ export type SyncReconcileResponseStackSettingsAwsUnion =
6876
6986
 
6877
6987
  export type AzureTargetStackSettings = {
6878
6988
  keyVaultCertificateId: string;
6989
+ keyVaultResourceId?: string | null | undefined;
6879
6990
  };
6880
6991
 
6881
6992
  export type TargetStackSettingsAzureUnion = AzureTargetStackSettings | any;
@@ -7696,6 +7807,10 @@ export type SyncReconcileResponseTypeByoVnetAzure = ClosedEnum<
7696
7807
  >;
7697
7808
 
7698
7809
  export type SyncReconcileResponseNetworkByoVnetAzure = {
7810
+ /**
7811
+ * Name of the dedicated classic Application Gateway subnet within the VNet.
7812
+ */
7813
+ applicationGatewaySubnetName?: string | null | undefined;
7699
7814
  /**
7700
7815
  * Name of the private subnet within the VNet
7701
7816
  */
@@ -11621,61 +11736,51 @@ export function syncReconcileResponseEnvironmentInfoUnionFromJSON(
11621
11736
  }
11622
11737
 
11623
11738
  /** @internal */
11624
- export const SyncReconcileResponseCurrentPlatform$inboundSchema: z.ZodEnum<
11625
- typeof SyncReconcileResponseCurrentPlatform
11626
- > = z.enum(SyncReconcileResponseCurrentPlatform);
11627
-
11628
- /** @internal */
11629
- export const SyncReconcileResponseDeleteScopeEnum$inboundSchema: z.ZodEnum<
11630
- typeof SyncReconcileResponseDeleteScopeEnum
11631
- > = z.enum(SyncReconcileResponseDeleteScopeEnum);
11632
-
11633
- /** @internal */
11634
- export const SyncReconcileResponseDeleteScopeUnion$inboundSchema: z.ZodType<
11635
- SyncReconcileResponseDeleteScopeUnion,
11739
+ export const SyncReconcileResponseError$inboundSchema: z.ZodType<
11740
+ SyncReconcileResponseError,
11636
11741
  unknown
11637
- > = z.union([SyncReconcileResponseDeleteScopeEnum$inboundSchema, z.any()]);
11742
+ > = z.object({
11743
+ code: z.string(),
11744
+ context: z.nullable(z.any()).optional(),
11745
+ hint: z.nullable(z.string()).optional(),
11746
+ httpStatusCode: z.nullable(z.int()).optional(),
11747
+ internal: z.boolean(),
11748
+ message: z.string(),
11749
+ retryable: z.boolean().default(false),
11750
+ source: z.nullable(z.any()).optional(),
11751
+ });
11638
11752
 
11639
- export function syncReconcileResponseDeleteScopeUnionFromJSON(
11753
+ export function syncReconcileResponseErrorFromJSON(
11640
11754
  jsonString: string,
11641
- ): SafeParseResult<SyncReconcileResponseDeleteScopeUnion, SDKValidationError> {
11755
+ ): SafeParseResult<SyncReconcileResponseError, SDKValidationError> {
11642
11756
  return safeParse(
11643
11757
  jsonString,
11644
- (x) =>
11645
- SyncReconcileResponseDeleteScopeUnion$inboundSchema.parse(JSON.parse(x)),
11646
- `Failed to parse 'SyncReconcileResponseDeleteScopeUnion' from JSON`,
11758
+ (x) => SyncReconcileResponseError$inboundSchema.parse(JSON.parse(x)),
11759
+ `Failed to parse 'SyncReconcileResponseError' from JSON`,
11647
11760
  );
11648
11761
  }
11649
11762
 
11650
11763
  /** @internal */
11651
- export const SyncReconcileResponsePendingDeleteScopeEnum$inboundSchema:
11652
- z.ZodEnum<typeof SyncReconcileResponsePendingDeleteScopeEnum> = z.enum(
11653
- SyncReconcileResponsePendingDeleteScopeEnum,
11654
- );
11655
-
11656
- /** @internal */
11657
- export const SyncReconcileResponsePendingDeleteScopeUnion$inboundSchema:
11658
- z.ZodType<SyncReconcileResponsePendingDeleteScopeUnion, unknown> = z.union([
11659
- SyncReconcileResponsePendingDeleteScopeEnum$inboundSchema,
11660
- z.any(),
11661
- ]);
11764
+ export const SyncReconcileResponseErrorUnion$inboundSchema: z.ZodType<
11765
+ SyncReconcileResponseErrorUnion,
11766
+ unknown
11767
+ > = z.union([z.lazy(() => SyncReconcileResponseError$inboundSchema), z.any()]);
11662
11768
 
11663
- export function syncReconcileResponsePendingDeleteScopeUnionFromJSON(
11769
+ export function syncReconcileResponseErrorUnionFromJSON(
11664
11770
  jsonString: string,
11665
- ): SafeParseResult<
11666
- SyncReconcileResponsePendingDeleteScopeUnion,
11667
- SDKValidationError
11668
- > {
11771
+ ): SafeParseResult<SyncReconcileResponseErrorUnion, SDKValidationError> {
11669
11772
  return safeParse(
11670
11773
  jsonString,
11671
- (x) =>
11672
- SyncReconcileResponsePendingDeleteScopeUnion$inboundSchema.parse(
11673
- JSON.parse(x),
11674
- ),
11675
- `Failed to parse 'SyncReconcileResponsePendingDeleteScopeUnion' from JSON`,
11774
+ (x) => SyncReconcileResponseErrorUnion$inboundSchema.parse(JSON.parse(x)),
11775
+ `Failed to parse 'SyncReconcileResponseErrorUnion' from JSON`,
11676
11776
  );
11677
11777
  }
11678
11778
 
11779
+ /** @internal */
11780
+ export const SyncReconcileResponseCurrentPlatform$inboundSchema: z.ZodEnum<
11781
+ typeof SyncReconcileResponseCurrentPlatform
11782
+ > = z.enum(SyncReconcileResponseCurrentPlatform);
11783
+
11679
11784
  /** @internal */
11680
11785
  export const SyncReconcileResponsePreparedStackManagementEnum$inboundSchema:
11681
11786
  z.ZodEnum<typeof SyncReconcileResponsePreparedStackManagementEnum> = z.enum(
@@ -13784,16 +13889,7 @@ export const SyncReconcileResponseRuntimeMetadata$inboundSchema: z.ZodType<
13784
13889
  SyncReconcileResponseRuntimeMetadata,
13785
13890
  unknown
13786
13891
  > = z.object({
13787
- deleteScope: z.nullable(
13788
- z.union([SyncReconcileResponseDeleteScopeEnum$inboundSchema, z.any()]),
13789
- ).optional(),
13790
13892
  lastSyncedEnvVarsHash: z.nullable(z.string()).optional(),
13791
- pendingDeleteScope: z.nullable(
13792
- z.union([
13793
- SyncReconcileResponsePendingDeleteScopeEnum$inboundSchema,
13794
- z.any(),
13795
- ]),
13796
- ).optional(),
13797
13893
  preparedStack: z.nullable(
13798
13894
  z.union([
13799
13895
  z.lazy(() => SyncReconcileResponsePreparedStack$inboundSchema),
@@ -13923,8 +14019,8 @@ export function syncReconcileResponseStackStateDependencyFromJSON(
13923
14019
  }
13924
14020
 
13925
14021
  /** @internal */
13926
- export const SyncReconcileResponseError$inboundSchema: z.ZodType<
13927
- SyncReconcileResponseError,
14022
+ export const SyncReconcileResponseStackStateError$inboundSchema: z.ZodType<
14023
+ SyncReconcileResponseStackStateError,
13928
14024
  unknown
13929
14025
  > = z.object({
13930
14026
  code: z.string(),
@@ -13937,29 +14033,39 @@ export const SyncReconcileResponseError$inboundSchema: z.ZodType<
13937
14033
  source: z.nullable(z.any()).optional(),
13938
14034
  });
13939
14035
 
13940
- export function syncReconcileResponseErrorFromJSON(
14036
+ export function syncReconcileResponseStackStateErrorFromJSON(
13941
14037
  jsonString: string,
13942
- ): SafeParseResult<SyncReconcileResponseError, SDKValidationError> {
14038
+ ): SafeParseResult<SyncReconcileResponseStackStateError, SDKValidationError> {
13943
14039
  return safeParse(
13944
14040
  jsonString,
13945
- (x) => SyncReconcileResponseError$inboundSchema.parse(JSON.parse(x)),
13946
- `Failed to parse 'SyncReconcileResponseError' from JSON`,
14041
+ (x) =>
14042
+ SyncReconcileResponseStackStateError$inboundSchema.parse(JSON.parse(x)),
14043
+ `Failed to parse 'SyncReconcileResponseStackStateError' from JSON`,
13947
14044
  );
13948
14045
  }
13949
14046
 
13950
14047
  /** @internal */
13951
- export const SyncReconcileResponseErrorUnion$inboundSchema: z.ZodType<
13952
- SyncReconcileResponseErrorUnion,
14048
+ export const SyncReconcileResponseStackStateErrorUnion$inboundSchema: z.ZodType<
14049
+ SyncReconcileResponseStackStateErrorUnion,
13953
14050
  unknown
13954
- > = z.union([z.lazy(() => SyncReconcileResponseError$inboundSchema), z.any()]);
14051
+ > = z.union([
14052
+ z.lazy(() => SyncReconcileResponseStackStateError$inboundSchema),
14053
+ z.any(),
14054
+ ]);
13955
14055
 
13956
- export function syncReconcileResponseErrorUnionFromJSON(
14056
+ export function syncReconcileResponseStackStateErrorUnionFromJSON(
13957
14057
  jsonString: string,
13958
- ): SafeParseResult<SyncReconcileResponseErrorUnion, SDKValidationError> {
14058
+ ): SafeParseResult<
14059
+ SyncReconcileResponseStackStateErrorUnion,
14060
+ SDKValidationError
14061
+ > {
13959
14062
  return safeParse(
13960
14063
  jsonString,
13961
- (x) => SyncReconcileResponseErrorUnion$inboundSchema.parse(JSON.parse(x)),
13962
- `Failed to parse 'SyncReconcileResponseErrorUnion' from JSON`,
14064
+ (x) =>
14065
+ SyncReconcileResponseStackStateErrorUnion$inboundSchema.parse(
14066
+ JSON.parse(x),
14067
+ ),
14068
+ `Failed to parse 'SyncReconcileResponseStackStateErrorUnion' from JSON`,
13963
14069
  );
13964
14070
  }
13965
14071
 
@@ -14101,7 +14207,10 @@ export const SyncReconcileResponseStackStateResources$inboundSchema: z.ZodType<
14101
14207
  z.lazy(() => SyncReconcileResponseStackStateDependency$inboundSchema),
14102
14208
  ).optional(),
14103
14209
  error: z.nullable(
14104
- z.union([z.lazy(() => SyncReconcileResponseError$inboundSchema), z.any()]),
14210
+ z.union([
14211
+ z.lazy(() => SyncReconcileResponseStackStateError$inboundSchema),
14212
+ z.any(),
14213
+ ]),
14105
14214
  ).optional(),
14106
14215
  lastFailedState: z.nullable(z.any()).optional(),
14107
14216
  lifecycle: z.nullable(
@@ -16344,6 +16453,9 @@ export const SyncReconcileResponseCurrent$inboundSchema: z.ZodType<
16344
16453
  z.any(),
16345
16454
  ]),
16346
16455
  ).optional(),
16456
+ error: z.nullable(
16457
+ z.union([z.lazy(() => SyncReconcileResponseError$inboundSchema), z.any()]),
16458
+ ).optional(),
16347
16459
  platform: SyncReconcileResponseCurrentPlatform$inboundSchema,
16348
16460
  protocolVersion: z.int(),
16349
16461
  retryRequested: z.boolean().optional(),
@@ -16734,6 +16846,42 @@ export function syncReconcileResponseComputeBackendUnionFromJSON(
16734
16846
  );
16735
16847
  }
16736
16848
 
16849
+ /** @internal */
16850
+ export const SyncReconcileResponseAliasCertificateStatus$inboundSchema:
16851
+ z.ZodEnum<typeof SyncReconcileResponseAliasCertificateStatus> = z.enum(
16852
+ SyncReconcileResponseAliasCertificateStatus,
16853
+ );
16854
+
16855
+ /** @internal */
16856
+ export const SyncReconcileResponseAliasDnsStatus$inboundSchema: z.ZodEnum<
16857
+ typeof SyncReconcileResponseAliasDnsStatus
16858
+ > = z.enum(SyncReconcileResponseAliasDnsStatus);
16859
+
16860
+ /** @internal */
16861
+ export const SyncReconcileResponseAlias$inboundSchema: z.ZodType<
16862
+ SyncReconcileResponseAlias,
16863
+ unknown
16864
+ > = z.object({
16865
+ certificateChain: z.nullable(z.string()).optional(),
16866
+ certificateId: z.string(),
16867
+ certificateStatus: SyncReconcileResponseAliasCertificateStatus$inboundSchema,
16868
+ dnsError: z.nullable(z.string()).optional(),
16869
+ dnsStatus: SyncReconcileResponseAliasDnsStatus$inboundSchema,
16870
+ fqdn: z.string(),
16871
+ issuedAt: z.nullable(z.string()).optional(),
16872
+ privateKey: z.nullable(z.string()).optional(),
16873
+ });
16874
+
16875
+ export function syncReconcileResponseAliasFromJSON(
16876
+ jsonString: string,
16877
+ ): SafeParseResult<SyncReconcileResponseAlias, SDKValidationError> {
16878
+ return safeParse(
16879
+ jsonString,
16880
+ (x) => SyncReconcileResponseAlias$inboundSchema.parse(JSON.parse(x)),
16881
+ `Failed to parse 'SyncReconcileResponseAlias' from JSON`,
16882
+ );
16883
+ }
16884
+
16737
16885
  /** @internal */
16738
16886
  export const SyncReconcileResponseCertificateStatus$inboundSchema: z.ZodEnum<
16739
16887
  typeof SyncReconcileResponseCertificateStatus
@@ -16749,6 +16897,8 @@ export const DomainMetadataTargetResources$inboundSchema: z.ZodType<
16749
16897
  DomainMetadataTargetResources,
16750
16898
  unknown
16751
16899
  > = z.object({
16900
+ aliases: z.array(z.lazy(() => SyncReconcileResponseAlias$inboundSchema))
16901
+ .optional(),
16752
16902
  certificateChain: z.nullable(z.string()).optional(),
16753
16903
  certificateId: z.string(),
16754
16904
  certificateStatus: SyncReconcileResponseCertificateStatus$inboundSchema,
@@ -21024,6 +21174,7 @@ export const SyncReconcileResponseMonitoring$inboundSchema: z.ZodType<
21024
21174
  logsEndpoint: z.string(),
21025
21175
  metricsAuthHeader: z.nullable(z.string()).optional(),
21026
21176
  metricsEndpoint: z.nullable(z.string()).optional(),
21177
+ resourceAttributes: z.record(z.string(), z.string()).optional(),
21027
21178
  });
21028
21179
 
21029
21180
  export function syncReconcileResponseMonitoringFromJSON(
@@ -21109,6 +21260,7 @@ export const AzureTargetStackSettings$inboundSchema: z.ZodType<
21109
21260
  unknown
21110
21261
  > = z.object({
21111
21262
  keyVaultCertificateId: z.string(),
21263
+ keyVaultResourceId: z.nullable(z.string()).optional(),
21112
21264
  });
21113
21265
 
21114
21266
  export function azureTargetStackSettingsFromJSON(
@@ -22559,12 +22711,14 @@ export const SyncReconcileResponseNetworkByoVnetAzure$inboundSchema: z.ZodType<
22559
22711
  SyncReconcileResponseNetworkByoVnetAzure,
22560
22712
  unknown
22561
22713
  > = z.object({
22714
+ application_gateway_subnet_name: z.nullable(z.string()).optional(),
22562
22715
  private_subnet_name: z.string(),
22563
22716
  public_subnet_name: z.string(),
22564
22717
  type: SyncReconcileResponseTypeByoVnetAzure$inboundSchema,
22565
22718
  vnet_resource_id: z.string(),
22566
22719
  }).transform((v) => {
22567
22720
  return remap$(v, {
22721
+ "application_gateway_subnet_name": "applicationGatewaySubnetName",
22568
22722
  "private_subnet_name": "privateSubnetName",
22569
22723
  "public_subnet_name": "publicSubnetName",
22570
22724
  "vnet_resource_id": "vnetResourceId",