@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
@@ -14,11 +14,15 @@ import {
14
14
  ImportSourceKind,
15
15
  ImportSourceKind$outboundSchema,
16
16
  } from "./importsourcekind.js";
17
+ import {
18
+ KubernetesBasePlatform,
19
+ KubernetesBasePlatform$outboundSchema,
20
+ } from "./kubernetesbaseplatform.js";
17
21
 
18
22
  /**
19
23
  * Cloud platform of the imported stack
20
24
  */
21
- export const ImportSourcePlatformEnum = {
25
+ export const ImportSourcePlatform = {
22
26
  Aws: "aws",
23
27
  Gcp: "gcp",
24
28
  Azure: "azure",
@@ -29,27 +33,7 @@ export const ImportSourcePlatformEnum = {
29
33
  /**
30
34
  * Cloud platform of the imported stack
31
35
  */
32
- export type ImportSourcePlatformEnum = ClosedEnum<
33
- typeof ImportSourcePlatformEnum
34
- >;
35
-
36
- /**
37
- * Base cloud platform for cloud-backed Kubernetes imports.
38
- */
39
- export const ImportSourceBasePlatform = {
40
- Aws: "aws",
41
- Gcp: "gcp",
42
- Azure: "azure",
43
- Kubernetes: "kubernetes",
44
- Local: "local",
45
- Test: "test",
46
- } as const;
47
- /**
48
- * Base cloud platform for cloud-backed Kubernetes imports.
49
- */
50
- export type ImportSourceBasePlatform = ClosedEnum<
51
- typeof ImportSourceBasePlatform
52
- >;
36
+ export type ImportSourcePlatform = ClosedEnum<typeof ImportSourcePlatform>;
53
37
 
54
38
  /**
55
39
  * Deployment model: how updates are delivered to the remote environment.
@@ -73,6 +57,7 @@ export type ImportSourceAwsUnion = ImportSourceAws | any;
73
57
 
74
58
  export type ImportSourceAzure = {
75
59
  keyVaultCertificateId: string;
60
+ keyVaultResourceId?: string | null | undefined;
76
61
  };
77
62
 
78
63
  export type ImportSourceAzureUnion = ImportSourceAzure | any;
@@ -858,6 +843,10 @@ export type ImportSourceTypeByoVnetAzure = ClosedEnum<
858
843
  >;
859
844
 
860
845
  export type ImportSourceNetworkByoVnetAzure = {
846
+ /**
847
+ * Name of the dedicated classic Application Gateway subnet within the VNet.
848
+ */
849
+ applicationGatewaySubnetName?: string | null | undefined;
861
850
  /**
862
851
  * Name of the private subnet within the VNet
863
852
  */
@@ -1038,10 +1027,24 @@ export type ImportSourceStackSettings = {
1038
1027
  updates?: ImportSourceUpdates | undefined;
1039
1028
  };
1040
1029
 
1030
+ export const ImportSourcePlatformKubernetes = {
1031
+ Kubernetes: "kubernetes",
1032
+ } as const;
1033
+ export type ImportSourcePlatformKubernetes = ClosedEnum<
1034
+ typeof ImportSourcePlatformKubernetes
1035
+ >;
1036
+
1041
1037
  export type ImportSourceManagementConfigKubernetes = {
1042
- platform: "kubernetes";
1038
+ platform: ImportSourcePlatformKubernetes;
1043
1039
  };
1044
1040
 
1041
+ export const ImportSourcePlatformAzure = {
1042
+ Azure: "azure",
1043
+ } as const;
1044
+ export type ImportSourcePlatformAzure = ClosedEnum<
1045
+ typeof ImportSourcePlatformAzure
1046
+ >;
1047
+
1045
1048
  /**
1046
1049
  * Azure management configuration extracted from stack settings
1047
1050
  */
@@ -1058,9 +1061,16 @@ export type ImportSourceManagementConfigAzure = {
1058
1061
  * OIDC subject claim trusted by the target-side managed identity.
1059
1062
  */
1060
1063
  oidcSubject: string;
1061
- platform: "azure";
1064
+ platform: ImportSourcePlatformAzure;
1062
1065
  };
1063
1066
 
1067
+ export const ImportSourcePlatformGcp = {
1068
+ Gcp: "gcp",
1069
+ } as const;
1070
+ export type ImportSourcePlatformGcp = ClosedEnum<
1071
+ typeof ImportSourcePlatformGcp
1072
+ >;
1073
+
1064
1074
  /**
1065
1075
  * GCP management configuration extracted from stack settings
1066
1076
  */
@@ -1069,9 +1079,16 @@ export type ImportSourceManagementConfigGcp = {
1069
1079
  * Service account email for management roles
1070
1080
  */
1071
1081
  serviceAccountEmail: string;
1072
- platform: "gcp";
1082
+ platform: ImportSourcePlatformGcp;
1073
1083
  };
1074
1084
 
1085
+ export const ImportSourcePlatformAws = {
1086
+ Aws: "aws",
1087
+ } as const;
1088
+ export type ImportSourcePlatformAws = ClosedEnum<
1089
+ typeof ImportSourcePlatformAws
1090
+ >;
1091
+
1075
1092
  /**
1076
1093
  * AWS management configuration extracted from stack settings
1077
1094
  */
@@ -1080,7 +1097,7 @@ export type ImportSourceManagementConfigAws = {
1080
1097
  * The managing AWS IAM role ARN that can assume cross-account roles
1081
1098
  */
1082
1099
  managingRoleArn: string;
1083
- platform: "aws";
1100
+ platform: ImportSourcePlatformAws;
1084
1101
  };
1085
1102
 
1086
1103
  /**
@@ -1092,10 +1109,11 @@ export type ImportSourceManagementConfigAws = {
1092
1109
  * This is NOT user-specified - it's derived from the Manager's ServiceAccount.
1093
1110
  */
1094
1111
  export type ImportSourceManagementConfigUnion =
1112
+ | ImportSourceManagementConfigAzure
1095
1113
  | ImportSourceManagementConfigAws
1096
1114
  | ImportSourceManagementConfigGcp
1097
- | ImportSourceManagementConfigAzure
1098
- | ImportSourceManagementConfigKubernetes;
1115
+ | ImportSourceManagementConfigKubernetes
1116
+ | any;
1099
1117
 
1100
1118
  /**
1101
1119
  * Resolved setup import payload
@@ -1110,6 +1128,7 @@ export type ImportSource = {
1110
1128
  * Source label for observability only — does not affect import behavior.
1111
1129
  */
1112
1130
  sourceKind?: ImportSourceKind | undefined;
1131
+ setupMetadata?: { [k: string]: any | null } | undefined;
1113
1132
  /**
1114
1133
  * Release that produced the setup artifact. Defaults to latest.
1115
1134
  */
@@ -1117,11 +1136,11 @@ export type ImportSource = {
1117
1136
  /**
1118
1137
  * Cloud platform of the imported stack
1119
1138
  */
1120
- platform: ImportSourcePlatformEnum;
1139
+ platform: ImportSourcePlatform;
1121
1140
  /**
1122
1141
  * Base cloud platform for cloud-backed Kubernetes imports.
1123
1142
  */
1124
- basePlatform?: ImportSourceBasePlatform | undefined;
1143
+ basePlatform?: KubernetesBasePlatform | undefined;
1125
1144
  /**
1126
1145
  * Region or location reported by the setup artifact
1127
1146
  */
@@ -1154,23 +1173,21 @@ export type ImportSource = {
1154
1173
  * Platform-derived configuration for cross-account/cross-tenant access.
1155
1174
  * This is NOT user-specified - it's derived from the Manager's ServiceAccount.
1156
1175
  */
1157
- managementConfig:
1176
+ managementConfig?:
1177
+ | ImportSourceManagementConfigAzure
1158
1178
  | ImportSourceManagementConfigAws
1159
1179
  | ImportSourceManagementConfigGcp
1160
- | ImportSourceManagementConfigAzure
1161
- | ImportSourceManagementConfigKubernetes;
1180
+ | ImportSourceManagementConfigKubernetes
1181
+ | any
1182
+ | null
1183
+ | undefined;
1162
1184
  resources: Array<ImportedResource>;
1163
1185
  };
1164
1186
 
1165
1187
  /** @internal */
1166
- export const ImportSourcePlatformEnum$outboundSchema: z.ZodEnum<
1167
- typeof ImportSourcePlatformEnum
1168
- > = z.enum(ImportSourcePlatformEnum);
1169
-
1170
- /** @internal */
1171
- export const ImportSourceBasePlatform$outboundSchema: z.ZodEnum<
1172
- typeof ImportSourceBasePlatform
1173
- > = z.enum(ImportSourceBasePlatform);
1188
+ export const ImportSourcePlatform$outboundSchema: z.ZodEnum<
1189
+ typeof ImportSourcePlatform
1190
+ > = z.enum(ImportSourcePlatform);
1174
1191
 
1175
1192
  /** @internal */
1176
1193
  export const ImportSourceDeploymentModel$outboundSchema: z.ZodEnum<
@@ -1216,6 +1233,7 @@ export function importSourceAwsUnionToJSON(
1216
1233
  /** @internal */
1217
1234
  export type ImportSourceAzure$Outbound = {
1218
1235
  keyVaultCertificateId: string;
1236
+ keyVaultResourceId?: string | null | undefined;
1219
1237
  };
1220
1238
 
1221
1239
  /** @internal */
@@ -1224,6 +1242,7 @@ export const ImportSourceAzure$outboundSchema: z.ZodType<
1224
1242
  ImportSourceAzure
1225
1243
  > = z.object({
1226
1244
  keyVaultCertificateId: z.string(),
1245
+ keyVaultResourceId: z.nullable(z.string()).optional(),
1227
1246
  });
1228
1247
 
1229
1248
  export function importSourceAzureToJSON(
@@ -2887,6 +2906,7 @@ export const ImportSourceTypeByoVnetAzure$outboundSchema: z.ZodEnum<
2887
2906
 
2888
2907
  /** @internal */
2889
2908
  export type ImportSourceNetworkByoVnetAzure$Outbound = {
2909
+ application_gateway_subnet_name?: string | null | undefined;
2890
2910
  private_subnet_name: string;
2891
2911
  public_subnet_name: string;
2892
2912
  type: string;
@@ -2898,12 +2918,14 @@ export const ImportSourceNetworkByoVnetAzure$outboundSchema: z.ZodType<
2898
2918
  ImportSourceNetworkByoVnetAzure$Outbound,
2899
2919
  ImportSourceNetworkByoVnetAzure
2900
2920
  > = z.object({
2921
+ applicationGatewaySubnetName: z.nullable(z.string()).optional(),
2901
2922
  privateSubnetName: z.string(),
2902
2923
  publicSubnetName: z.string(),
2903
2924
  type: ImportSourceTypeByoVnetAzure$outboundSchema,
2904
2925
  vnetResourceId: z.string(),
2905
2926
  }).transform((v) => {
2906
2927
  return remap$(v, {
2928
+ applicationGatewaySubnetName: "application_gateway_subnet_name",
2907
2929
  privateSubnetName: "private_subnet_name",
2908
2930
  publicSubnetName: "public_subnet_name",
2909
2931
  vnetResourceId: "vnet_resource_id",
@@ -3162,9 +3184,14 @@ export function importSourceStackSettingsToJSON(
3162
3184
  );
3163
3185
  }
3164
3186
 
3187
+ /** @internal */
3188
+ export const ImportSourcePlatformKubernetes$outboundSchema: z.ZodEnum<
3189
+ typeof ImportSourcePlatformKubernetes
3190
+ > = z.enum(ImportSourcePlatformKubernetes);
3191
+
3165
3192
  /** @internal */
3166
3193
  export type ImportSourceManagementConfigKubernetes$Outbound = {
3167
- platform: "kubernetes";
3194
+ platform: string;
3168
3195
  };
3169
3196
 
3170
3197
  /** @internal */
@@ -3172,7 +3199,7 @@ export const ImportSourceManagementConfigKubernetes$outboundSchema: z.ZodType<
3172
3199
  ImportSourceManagementConfigKubernetes$Outbound,
3173
3200
  ImportSourceManagementConfigKubernetes
3174
3201
  > = z.object({
3175
- platform: z.literal("kubernetes"),
3202
+ platform: ImportSourcePlatformKubernetes$outboundSchema,
3176
3203
  });
3177
3204
 
3178
3205
  export function importSourceManagementConfigKubernetesToJSON(
@@ -3186,12 +3213,17 @@ export function importSourceManagementConfigKubernetesToJSON(
3186
3213
  );
3187
3214
  }
3188
3215
 
3216
+ /** @internal */
3217
+ export const ImportSourcePlatformAzure$outboundSchema: z.ZodEnum<
3218
+ typeof ImportSourcePlatformAzure
3219
+ > = z.enum(ImportSourcePlatformAzure);
3220
+
3189
3221
  /** @internal */
3190
3222
  export type ImportSourceManagementConfigAzure$Outbound = {
3191
3223
  managingTenantId: string;
3192
3224
  oidcIssuer: string;
3193
3225
  oidcSubject: string;
3194
- platform: "azure";
3226
+ platform: string;
3195
3227
  };
3196
3228
 
3197
3229
  /** @internal */
@@ -3202,7 +3234,7 @@ export const ImportSourceManagementConfigAzure$outboundSchema: z.ZodType<
3202
3234
  managingTenantId: z.string(),
3203
3235
  oidcIssuer: z.string(),
3204
3236
  oidcSubject: z.string(),
3205
- platform: z.literal("azure"),
3237
+ platform: ImportSourcePlatformAzure$outboundSchema,
3206
3238
  });
3207
3239
 
3208
3240
  export function importSourceManagementConfigAzureToJSON(
@@ -3215,10 +3247,15 @@ export function importSourceManagementConfigAzureToJSON(
3215
3247
  );
3216
3248
  }
3217
3249
 
3250
+ /** @internal */
3251
+ export const ImportSourcePlatformGcp$outboundSchema: z.ZodEnum<
3252
+ typeof ImportSourcePlatformGcp
3253
+ > = z.enum(ImportSourcePlatformGcp);
3254
+
3218
3255
  /** @internal */
3219
3256
  export type ImportSourceManagementConfigGcp$Outbound = {
3220
3257
  serviceAccountEmail: string;
3221
- platform: "gcp";
3258
+ platform: string;
3222
3259
  };
3223
3260
 
3224
3261
  /** @internal */
@@ -3227,7 +3264,7 @@ export const ImportSourceManagementConfigGcp$outboundSchema: z.ZodType<
3227
3264
  ImportSourceManagementConfigGcp
3228
3265
  > = z.object({
3229
3266
  serviceAccountEmail: z.string(),
3230
- platform: z.literal("gcp"),
3267
+ platform: ImportSourcePlatformGcp$outboundSchema,
3231
3268
  });
3232
3269
 
3233
3270
  export function importSourceManagementConfigGcpToJSON(
@@ -3240,10 +3277,15 @@ export function importSourceManagementConfigGcpToJSON(
3240
3277
  );
3241
3278
  }
3242
3279
 
3280
+ /** @internal */
3281
+ export const ImportSourcePlatformAws$outboundSchema: z.ZodEnum<
3282
+ typeof ImportSourcePlatformAws
3283
+ > = z.enum(ImportSourcePlatformAws);
3284
+
3243
3285
  /** @internal */
3244
3286
  export type ImportSourceManagementConfigAws$Outbound = {
3245
3287
  managingRoleArn: string;
3246
- platform: "aws";
3288
+ platform: string;
3247
3289
  };
3248
3290
 
3249
3291
  /** @internal */
@@ -3252,7 +3294,7 @@ export const ImportSourceManagementConfigAws$outboundSchema: z.ZodType<
3252
3294
  ImportSourceManagementConfigAws
3253
3295
  > = z.object({
3254
3296
  managingRoleArn: z.string(),
3255
- platform: z.literal("aws"),
3297
+ platform: ImportSourcePlatformAws$outboundSchema,
3256
3298
  });
3257
3299
 
3258
3300
  export function importSourceManagementConfigAwsToJSON(
@@ -3267,20 +3309,22 @@ export function importSourceManagementConfigAwsToJSON(
3267
3309
 
3268
3310
  /** @internal */
3269
3311
  export type ImportSourceManagementConfigUnion$Outbound =
3312
+ | ImportSourceManagementConfigAzure$Outbound
3270
3313
  | ImportSourceManagementConfigAws$Outbound
3271
3314
  | ImportSourceManagementConfigGcp$Outbound
3272
- | ImportSourceManagementConfigAzure$Outbound
3273
- | ImportSourceManagementConfigKubernetes$Outbound;
3315
+ | ImportSourceManagementConfigKubernetes$Outbound
3316
+ | any;
3274
3317
 
3275
3318
  /** @internal */
3276
3319
  export const ImportSourceManagementConfigUnion$outboundSchema: z.ZodType<
3277
3320
  ImportSourceManagementConfigUnion$Outbound,
3278
3321
  ImportSourceManagementConfigUnion
3279
3322
  > = z.union([
3323
+ z.lazy(() => ImportSourceManagementConfigAzure$outboundSchema),
3280
3324
  z.lazy(() => ImportSourceManagementConfigAws$outboundSchema),
3281
3325
  z.lazy(() => ImportSourceManagementConfigGcp$outboundSchema),
3282
- z.lazy(() => ImportSourceManagementConfigAzure$outboundSchema),
3283
3326
  z.lazy(() => ImportSourceManagementConfigKubernetes$outboundSchema),
3327
+ z.any(),
3284
3328
  ]);
3285
3329
 
3286
3330
  export function importSourceManagementConfigUnionToJSON(
@@ -3298,6 +3342,7 @@ export type ImportSource$Outbound = {
3298
3342
  deploymentName: string;
3299
3343
  resourcePrefix: string;
3300
3344
  sourceKind?: string | undefined;
3345
+ setupMetadata?: { [k: string]: any | null } | undefined;
3301
3346
  releaseId?: string | undefined;
3302
3347
  platform: string;
3303
3348
  basePlatform?: string | undefined;
@@ -3307,11 +3352,14 @@ export type ImportSource$Outbound = {
3307
3352
  setupFingerprint: string;
3308
3353
  setupFingerprintVersion: number;
3309
3354
  stackSettings: ImportSourceStackSettings$Outbound;
3310
- managementConfig:
3355
+ managementConfig?:
3356
+ | ImportSourceManagementConfigAzure$Outbound
3311
3357
  | ImportSourceManagementConfigAws$Outbound
3312
3358
  | ImportSourceManagementConfigGcp$Outbound
3313
- | ImportSourceManagementConfigAzure$Outbound
3314
- | ImportSourceManagementConfigKubernetes$Outbound;
3359
+ | ImportSourceManagementConfigKubernetes$Outbound
3360
+ | any
3361
+ | null
3362
+ | undefined;
3315
3363
  resources: Array<ImportedResource$Outbound>;
3316
3364
  };
3317
3365
 
@@ -3323,21 +3371,25 @@ export const ImportSource$outboundSchema: z.ZodType<
3323
3371
  deploymentName: z.string(),
3324
3372
  resourcePrefix: z.string(),
3325
3373
  sourceKind: ImportSourceKind$outboundSchema.optional(),
3374
+ setupMetadata: z.record(z.string(), z.nullable(z.any())).optional(),
3326
3375
  releaseId: z.string().optional(),
3327
- platform: ImportSourcePlatformEnum$outboundSchema,
3328
- basePlatform: ImportSourceBasePlatform$outboundSchema.optional(),
3376
+ platform: ImportSourcePlatform$outboundSchema,
3377
+ basePlatform: KubernetesBasePlatform$outboundSchema.optional(),
3329
3378
  region: z.string(),
3330
3379
  setupTarget: z.string(),
3331
3380
  setupImportFormatVersion: z.int(),
3332
3381
  setupFingerprint: z.string(),
3333
3382
  setupFingerprintVersion: z.int(),
3334
3383
  stackSettings: z.lazy(() => ImportSourceStackSettings$outboundSchema),
3335
- managementConfig: z.union([
3336
- z.lazy(() => ImportSourceManagementConfigAws$outboundSchema),
3337
- z.lazy(() => ImportSourceManagementConfigGcp$outboundSchema),
3338
- z.lazy(() => ImportSourceManagementConfigAzure$outboundSchema),
3339
- z.lazy(() => ImportSourceManagementConfigKubernetes$outboundSchema),
3340
- ]),
3384
+ managementConfig: z.nullable(
3385
+ z.union([
3386
+ z.lazy(() => ImportSourceManagementConfigAzure$outboundSchema),
3387
+ z.lazy(() => ImportSourceManagementConfigAws$outboundSchema),
3388
+ z.lazy(() => ImportSourceManagementConfigGcp$outboundSchema),
3389
+ z.lazy(() => ImportSourceManagementConfigKubernetes$outboundSchema),
3390
+ z.any(),
3391
+ ]),
3392
+ ).optional(),
3341
3393
  resources: z.array(ImportedResource$outboundSchema),
3342
3394
  });
3343
3395
 
@@ -19,6 +19,10 @@ export const ImportSourceKind = {
19
19
  export type ImportSourceKind = ClosedEnum<typeof ImportSourceKind>;
20
20
 
21
21
  /** @internal */
22
- export const ImportSourceKind$outboundSchema: z.ZodEnum<
22
+ export const ImportSourceKind$inboundSchema: z.ZodEnum<
23
23
  typeof ImportSourceKind
24
24
  > = z.enum(ImportSourceKind);
25
+ /** @internal */
26
+ export const ImportSourceKind$outboundSchema: z.ZodEnum<
27
+ typeof ImportSourceKind
28
+ > = ImportSourceKind$inboundSchema;
@@ -7,7 +7,9 @@ export * from "./apikey.js";
7
7
  export * from "./apikeydeploymentsetupconfig.js";
8
8
  export * from "./apikeydeploymentsetupenvironmentvariable.js";
9
9
  export * from "./billingauditlogrow.js";
10
- export * from "./cloudformationcallbackrequest.js";
10
+ export * from "./billingfeatureflags.js";
11
+ export * from "./billinglimits.js";
12
+ export * from "./billingplanstatus.js";
11
13
  export * from "./cloudregionsresponse.js";
12
14
  export * from "./command.js";
13
15
  export * from "./commanddeploymentgroupinfo.js";
@@ -26,7 +28,10 @@ export * from "./createdeploymenttokenrequest.js";
26
28
  export * from "./createdeploymenttokenresponse.js";
27
29
  export * from "./createmanagerresponse.js";
28
30
  export * from "./createreleaserequest.js";
31
+ export * from "./createsetupregistrationoperationrequest.js";
29
32
  export * from "./deleteapikeysrequest.js";
33
+ export * from "./deletedeploymentrequest.js";
34
+ export * from "./deletedeploymentresponse.js";
30
35
  export * from "./deployment.js";
31
36
  export * from "./deploymentconnectioninfo.js";
32
37
  export * from "./deploymentdetailresponse.js";
@@ -41,7 +46,6 @@ export * from "./deploymentportalaccentcolor.js";
41
46
  export * from "./deploymentportalappearance.js";
42
47
  export * from "./deploymentportalappearancepreset.js";
43
48
  export * from "./deploymentportaldensity.js";
44
- export * from "./deploymentportaldomain.js";
45
49
  export * from "./deploymentportaldomainresponse.js";
46
50
  export * from "./deploymentportalmanageddnsrecord.js";
47
51
  export * from "./deploymentprojectinfo.js";
@@ -53,6 +57,11 @@ export * from "./deploymentsetupmethod.js";
53
57
  export * from "./deploymentsetuppolicy.js";
54
58
  export * from "./deploymentsetupstacksettingspolicy.js";
55
59
  export * from "./deploymentstats.js";
60
+ export * from "./domainendpoint.js";
61
+ export * from "./domainendpointkind.js";
62
+ export * from "./domainendpointowner.js";
63
+ export * from "./domainendpointownertype.js";
64
+ export * from "./domainendpointstatus.js";
56
65
  export * from "./domainwithusage.js";
57
66
  export * from "./environmentvariableconfig.js";
58
67
  export * from "./environmentvariabletype.js";
@@ -70,10 +79,12 @@ export * from "./importdeploymentrequest.js";
70
79
  export * from "./importedresource.js";
71
80
  export * from "./importsource.js";
72
81
  export * from "./importsourcekind.js";
82
+ export * from "./kubernetesbaseplatform.js";
73
83
  export * from "./listcommanddeploymentsresponse.js";
74
84
  export * from "./listcommandnamesresponse.js";
75
85
  export * from "./manager.js";
76
86
  export * from "./managerdeployment.js";
87
+ export * from "./managerdomainbindingresponse.js";
77
88
  export * from "./managerheartbeatrequest.js";
78
89
  export * from "./managerheartbeatresponse.js";
79
90
  export * from "./managermanagementconfigs.js";
@@ -109,6 +120,11 @@ export * from "./scope.js";
109
120
  export * from "./security.js";
110
121
  export * from "./serviceaccountsubject.js";
111
122
  export * from "./setupfingerprintinfo.js";
123
+ export * from "./setupregistrationaction.js";
124
+ export * from "./setupregistrationcloudformationtarget.js";
125
+ export * from "./setupregistrationoperationresponse.js";
126
+ export * from "./setupregistrationoperationresult.js";
127
+ export * from "./setupregistrationoperationstatus.js";
112
128
  export * from "./stackbyplatform.js";
113
129
  export * from "./subject.js";
114
130
  export * from "./subjectscope.js";
@@ -124,6 +140,7 @@ export * from "./updateapikeyrequest.js";
124
140
  export * from "./updatecommandrequest.js";
125
141
  export * from "./updatedeploymentenvironmentvariablesrequest.js";
126
142
  export * from "./updatedeploymentgrouprequest.js";
143
+ export * from "./updatemanagerdomainbinding.js";
127
144
  export * from "./updatemanagerrequest.js";
128
145
  export * from "./updateproject.js";
129
146
  export * from "./updateprojectgcpoauthprovider.js";
@@ -132,6 +149,7 @@ export * from "./userprofilesetuprequest.js";
132
149
  export * from "./userrole.js";
133
150
  export * from "./usersubject.js";
134
151
  export * from "./workspace.js";
152
+ export * from "./workspacebillingentitlements.js";
135
153
  export * from "./workspacemember.js";
136
154
  export * from "./workspacerole.js";
137
155
  export * from "./workspacescope.js";
@@ -0,0 +1,24 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+
5
+ import * as z from "zod/v4";
6
+ import { ClosedEnum } from "../types/enums.js";
7
+
8
+ /**
9
+ * Base cloud platform for cloud-backed Kubernetes imports.
10
+ */
11
+ export const KubernetesBasePlatform = {
12
+ Aws: "aws",
13
+ Gcp: "gcp",
14
+ Azure: "azure",
15
+ } as const;
16
+ /**
17
+ * Base cloud platform for cloud-backed Kubernetes imports.
18
+ */
19
+ export type KubernetesBasePlatform = ClosedEnum<typeof KubernetesBasePlatform>;
20
+
21
+ /** @internal */
22
+ export const KubernetesBasePlatform$outboundSchema: z.ZodEnum<
23
+ typeof KubernetesBasePlatform
24
+ > = z.enum(KubernetesBasePlatform);
@@ -13,6 +13,7 @@ import { SDKValidationError } from "./errors/sdkvalidationerror.js";
13
13
  */
14
14
  export const ManagerDeploymentStatus = {
15
15
  Pending: "pending",
16
+ PreflightsFailed: "preflights-failed",
16
17
  InitialSetup: "initial-setup",
17
18
  InitialSetupFailed: "initial-setup-failed",
18
19
  Provisioning: "provisioning",
@@ -25,6 +26,8 @@ export const ManagerDeploymentStatus = {
25
26
  DeletePending: "delete-pending",
26
27
  Deleting: "deleting",
27
28
  DeleteFailed: "delete-failed",
29
+ TeardownRequired: "teardown-required",
30
+ TeardownFailed: "teardown-failed",
28
31
  Deleted: "deleted",
29
32
  Error: "error",
30
33
  } as const;
@@ -0,0 +1,34 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+
5
+ import * as z from "zod/v4";
6
+ import { safeParse } from "../lib/schemas.js";
7
+ import { Result as SafeParseResult } from "../types/fp.js";
8
+ import {
9
+ DomainEndpoint,
10
+ DomainEndpoint$inboundSchema,
11
+ } from "./domainendpoint.js";
12
+ import { SDKValidationError } from "./errors/sdkvalidationerror.js";
13
+
14
+ export type ManagerDomainBindingResponse = {
15
+ managerDomainBinding: DomainEndpoint | null;
16
+ };
17
+
18
+ /** @internal */
19
+ export const ManagerDomainBindingResponse$inboundSchema: z.ZodType<
20
+ ManagerDomainBindingResponse,
21
+ unknown
22
+ > = z.object({
23
+ managerDomainBinding: z.nullable(DomainEndpoint$inboundSchema),
24
+ });
25
+
26
+ export function managerDomainBindingResponseFromJSON(
27
+ jsonString: string,
28
+ ): SafeParseResult<ManagerDomainBindingResponse, SDKValidationError> {
29
+ return safeParse(
30
+ jsonString,
31
+ (x) => ManagerDomainBindingResponse$inboundSchema.parse(JSON.parse(x)),
32
+ `Failed to parse 'ManagerDomainBindingResponse' from JSON`,
33
+ );
34
+ }