@alienplatform/platform-api 1.3.5 → 1.4.1

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 (1054) hide show
  1. package/FUNCTIONS.md +3 -3
  2. package/README.md +97 -70
  3. package/esm/funcs/apiKeysList.js +1 -0
  4. package/esm/funcs/apiKeysList.js.map +1 -1
  5. package/esm/funcs/authWhoami.d.ts +1 -1
  6. package/esm/funcs/authWhoami.js +1 -1
  7. package/esm/funcs/billingGetPlan.d.ts +14 -0
  8. package/esm/funcs/billingGetPlan.d.ts.map +1 -0
  9. package/esm/funcs/{containersGetMachines.js → billingGetPlan.js} +8 -14
  10. package/esm/funcs/billingGetPlan.js.map +1 -0
  11. package/esm/funcs/billingListAuditLog.d.ts +14 -0
  12. package/esm/funcs/billingListAuditLog.d.ts.map +1 -0
  13. package/esm/funcs/billingListAuditLog.js +80 -0
  14. package/esm/funcs/billingListAuditLog.js.map +1 -0
  15. package/esm/funcs/cloudRegionsGet.d.ts +15 -0
  16. package/esm/funcs/cloudRegionsGet.d.ts.map +1 -0
  17. package/esm/funcs/{containersGetAttention.js → cloudRegionsGet.js} +9 -14
  18. package/esm/funcs/cloudRegionsGet.js.map +1 -0
  19. package/esm/funcs/commandsList.js +1 -0
  20. package/esm/funcs/commandsList.js.map +1 -1
  21. package/esm/funcs/deploymentGetInfo.d.ts +1 -1
  22. package/esm/funcs/deploymentGetInfo.js +1 -1
  23. package/esm/funcs/deploymentGroupsGetDeploymentGroup.js +1 -0
  24. package/esm/funcs/deploymentGroupsGetDeploymentGroup.js.map +1 -1
  25. package/esm/funcs/deploymentGroupsListDeploymentGroups.js +1 -0
  26. package/esm/funcs/deploymentGroupsListDeploymentGroups.js.map +1 -1
  27. package/esm/funcs/deploymentPrepareStack.d.ts +16 -0
  28. package/esm/funcs/deploymentPrepareStack.d.ts.map +1 -0
  29. package/esm/funcs/deploymentPrepareStack.js +84 -0
  30. package/esm/funcs/deploymentPrepareStack.js.map +1 -0
  31. package/esm/funcs/deploymentsAcceptCloudFormationCallback.d.ts +15 -0
  32. package/esm/funcs/deploymentsAcceptCloudFormationCallback.d.ts.map +1 -0
  33. package/esm/funcs/deploymentsAcceptCloudFormationCallback.js +86 -0
  34. package/esm/funcs/deploymentsAcceptCloudFormationCallback.js.map +1 -0
  35. package/esm/funcs/deploymentsCreate.d.ts +1 -1
  36. package/esm/funcs/deploymentsCreate.js +1 -1
  37. package/esm/funcs/deploymentsCreateToken.d.ts +1 -1
  38. package/esm/funcs/deploymentsCreateToken.js +1 -1
  39. package/esm/funcs/deploymentsDelete.d.ts +1 -1
  40. package/esm/funcs/deploymentsDelete.js +5 -3
  41. package/esm/funcs/deploymentsDelete.js.map +1 -1
  42. package/esm/funcs/deploymentsGet.d.ts +1 -1
  43. package/esm/funcs/deploymentsGet.js +1 -1
  44. package/esm/funcs/deploymentsGetStats.js +1 -1
  45. package/esm/funcs/deploymentsGetStats.js.map +1 -1
  46. package/esm/funcs/deploymentsImport.d.ts +1 -1
  47. package/esm/funcs/deploymentsImport.js +2 -2
  48. package/esm/funcs/deploymentsImport.js.map +1 -1
  49. package/esm/funcs/deploymentsList.js +1 -1
  50. package/esm/funcs/deploymentsList.js.map +1 -1
  51. package/esm/funcs/deploymentsListFilterDeploymentGroups.d.ts +1 -1
  52. package/esm/funcs/deploymentsListFilterDeploymentGroups.js +1 -1
  53. package/esm/funcs/{containersGetDeploymentContainer.d.ts → deploymentsListFilterEnvironments.d.ts} +3 -3
  54. package/esm/funcs/deploymentsListFilterEnvironments.d.ts.map +1 -0
  55. package/esm/funcs/{deploymentsListFilterPlatforms.js → deploymentsListFilterEnvironments.js} +8 -8
  56. package/esm/funcs/deploymentsListFilterEnvironments.js.map +1 -0
  57. package/esm/funcs/deploymentsRedeploy.d.ts +1 -1
  58. package/esm/funcs/deploymentsRedeploy.js +1 -1
  59. package/esm/funcs/deploymentsRetry.d.ts +1 -1
  60. package/esm/funcs/deploymentsRetry.js +1 -1
  61. package/esm/funcs/deploymentsUpdateEnvironmentVariables.d.ts +1 -1
  62. package/esm/funcs/deploymentsUpdateEnvironmentVariables.js +1 -1
  63. package/esm/funcs/domainsCreate.d.ts +1 -1
  64. package/esm/funcs/domainsCreate.d.ts.map +1 -1
  65. package/esm/funcs/domainsCreate.js +2 -2
  66. package/esm/funcs/domainsCreate.js.map +1 -1
  67. package/esm/funcs/domainsGet.d.ts +1 -1
  68. package/esm/funcs/domainsGet.d.ts.map +1 -1
  69. package/esm/funcs/domainsGet.js +1 -1
  70. package/esm/funcs/domainsGet.js.map +1 -1
  71. package/esm/funcs/{containersListDeploymentMachines.d.ts → domainsRefresh.d.ts} +4 -3
  72. package/esm/funcs/domainsRefresh.d.ts.map +1 -0
  73. package/esm/funcs/{containersListDeploymentMachines.js → domainsRefresh.js} +10 -9
  74. package/esm/funcs/domainsRefresh.js.map +1 -0
  75. package/esm/funcs/eventsList.js +1 -0
  76. package/esm/funcs/eventsList.js.map +1 -1
  77. package/esm/funcs/{containersListDeploymentEvents.d.ts → managersCancelSetup.d.ts} +3 -3
  78. package/esm/funcs/managersCancelSetup.d.ts.map +1 -0
  79. package/esm/funcs/{containersListDeploymentContainers.js → managersCancelSetup.js} +9 -9
  80. package/esm/funcs/managersCancelSetup.js.map +1 -0
  81. package/esm/funcs/managersCreate.d.ts +2 -1
  82. package/esm/funcs/managersCreate.d.ts.map +1 -1
  83. package/esm/funcs/managersCreate.js +3 -2
  84. package/esm/funcs/managersCreate.js.map +1 -1
  85. package/esm/funcs/managersDelete.js +2 -2
  86. package/esm/funcs/managersDelete.js.map +1 -1
  87. package/esm/funcs/{managersGenerateDeepstoreToken.d.ts → managersGenerateManagerToken.d.ts} +3 -3
  88. package/esm/funcs/managersGenerateManagerToken.d.ts.map +1 -0
  89. package/esm/funcs/{managersGenerateDeepstoreToken.js → managersGenerateManagerToken.js} +8 -8
  90. package/esm/funcs/managersGenerateManagerToken.js.map +1 -0
  91. package/esm/funcs/managersGetManagementConfig.js +1 -0
  92. package/esm/funcs/managersGetManagementConfig.js.map +1 -1
  93. package/esm/funcs/managersList.js +2 -0
  94. package/esm/funcs/managersList.js.map +1 -1
  95. package/esm/funcs/managersResolveGcpOAuthProvider.d.ts +16 -0
  96. package/esm/funcs/managersResolveGcpOAuthProvider.d.ts.map +1 -0
  97. package/esm/funcs/{containersListDeploymentEvents.js → managersResolveGcpOAuthProvider.js} +13 -16
  98. package/esm/funcs/managersResolveGcpOAuthProvider.js.map +1 -0
  99. package/esm/funcs/{containersGetDeployments.d.ts → managersRetry.d.ts} +4 -3
  100. package/esm/funcs/managersRetry.d.ts.map +1 -0
  101. package/esm/funcs/{managersGoogleCloudConnect.js → managersRetry.js} +9 -12
  102. package/esm/funcs/managersRetry.js.map +1 -0
  103. package/esm/funcs/managersRetrySetup.d.ts +16 -0
  104. package/esm/funcs/managersRetrySetup.d.ts.map +1 -0
  105. package/esm/funcs/managersRetrySetup.js +89 -0
  106. package/esm/funcs/managersRetrySetup.js.map +1 -0
  107. package/esm/funcs/packagesList.js +1 -0
  108. package/esm/funcs/packagesList.js.map +1 -1
  109. package/esm/funcs/projectsCreate.js +2 -2
  110. package/esm/funcs/projectsCreate.js.map +1 -1
  111. package/esm/funcs/projectsDelete.d.ts +1 -1
  112. package/esm/funcs/projectsDelete.js +1 -1
  113. package/esm/funcs/{containersGetAttention.d.ts → projectsGetDeploymentPortalDomain.d.ts} +4 -3
  114. package/esm/funcs/projectsGetDeploymentPortalDomain.d.ts.map +1 -0
  115. package/esm/funcs/{deploymentGroupsGetDeploymentGroupManager.js → projectsGetDeploymentPortalDomain.js} +8 -12
  116. package/esm/funcs/projectsGetDeploymentPortalDomain.js.map +1 -0
  117. package/esm/funcs/{projectsGetBuildConfig.d.ts → projectsGetGcpOAuthProvider.d.ts} +4 -3
  118. package/esm/funcs/projectsGetGcpOAuthProvider.d.ts.map +1 -0
  119. package/esm/funcs/{projectsGetBuildConfig.js → projectsGetGcpOAuthProvider.js} +9 -12
  120. package/esm/funcs/projectsGetGcpOAuthProvider.js.map +1 -0
  121. package/esm/funcs/projectsGetTemplateUrls.d.ts +1 -1
  122. package/esm/funcs/projectsGetTemplateUrls.js +1 -1
  123. package/esm/funcs/projectsUpdate.js +1 -1
  124. package/esm/funcs/projectsUpdate.js.map +1 -1
  125. package/esm/funcs/{containersGetDeploymentCluster.d.ts → projectsUpdateGcpOAuthProvider.d.ts} +4 -3
  126. package/esm/funcs/{managersGenerateDeepstoreToken.d.ts.map → projectsUpdateGcpOAuthProvider.d.ts.map} +1 -1
  127. package/esm/funcs/projectsUpdateGcpOAuthProvider.js +92 -0
  128. package/esm/funcs/{managersGenerateDeepstoreToken.js.map → projectsUpdateGcpOAuthProvider.js.map} +1 -1
  129. package/esm/funcs/resolveResolve.d.ts +19 -0
  130. package/esm/funcs/resolveResolve.d.ts.map +1 -0
  131. package/esm/funcs/{containersGetDeployments.js → resolveResolve.js} +14 -16
  132. package/esm/funcs/resolveResolve.js.map +1 -0
  133. package/esm/funcs/{containersListDeploymentContainers.d.ts → resourcesGetDeploymentDetail.d.ts} +2 -5
  134. package/esm/funcs/resourcesGetDeploymentDetail.d.ts.map +1 -0
  135. package/esm/funcs/{containersListDeploymentContainerInstanceEvents.js → resourcesGetDeploymentDetail.js} +13 -13
  136. package/esm/funcs/resourcesGetDeploymentDetail.js.map +1 -0
  137. package/esm/funcs/{managersGoogleCloudConnect.d.ts → resourcesListDeployments.d.ts} +2 -5
  138. package/esm/funcs/resourcesListDeployments.d.ts.map +1 -0
  139. package/esm/funcs/{containersGetDeploymentContainer.js → resourcesListDeployments.js} +11 -11
  140. package/esm/funcs/resourcesListDeployments.js.map +1 -0
  141. package/esm/funcs/resourcesListOverview.d.ts +12 -0
  142. package/esm/funcs/resourcesListOverview.d.ts.map +1 -0
  143. package/esm/funcs/{containersGetDeploymentCluster.js → resourcesListOverview.js} +10 -10
  144. package/esm/funcs/{containersListDeploymentMachines.js.map → resourcesListOverview.js.map} +1 -1
  145. package/esm/funcs/syncList.d.ts +16 -0
  146. package/esm/funcs/syncList.d.ts.map +1 -0
  147. package/esm/funcs/{containersGetOverview.js → syncList.js} +13 -13
  148. package/esm/funcs/syncList.js.map +1 -0
  149. package/esm/funcs/syncReconcile.d.ts +2 -2
  150. package/esm/funcs/syncReconcile.d.ts.map +1 -1
  151. package/esm/funcs/syncReconcile.js +4 -4
  152. package/esm/funcs/syncReconcile.js.map +1 -1
  153. package/esm/funcs/syncRelease.d.ts +2 -2
  154. package/esm/funcs/syncRelease.d.ts.map +1 -1
  155. package/esm/funcs/syncRelease.js +4 -4
  156. package/esm/funcs/syncRelease.js.map +1 -1
  157. package/esm/funcs/userCompleteProfileSetup.d.ts +15 -0
  158. package/esm/funcs/userCompleteProfileSetup.d.ts.map +1 -0
  159. package/esm/funcs/userCompleteProfileSetup.js +81 -0
  160. package/esm/funcs/userCompleteProfileSetup.js.map +1 -0
  161. package/esm/funcs/userGetProfile.d.ts +15 -0
  162. package/esm/funcs/userGetProfile.d.ts.map +1 -0
  163. package/esm/funcs/userGetProfile.js +69 -0
  164. package/esm/funcs/userGetProfile.js.map +1 -0
  165. package/esm/funcs/userUpdateProfile.d.ts +2 -1
  166. package/esm/funcs/userUpdateProfile.d.ts.map +1 -1
  167. package/esm/funcs/userUpdateProfile.js +2 -1
  168. package/esm/funcs/userUpdateProfile.js.map +1 -1
  169. package/esm/funcs/workspacesDismissOnboarding.d.ts +16 -0
  170. package/esm/funcs/workspacesDismissOnboarding.d.ts.map +1 -0
  171. package/esm/funcs/workspacesDismissOnboarding.js +89 -0
  172. package/esm/funcs/workspacesDismissOnboarding.js.map +1 -0
  173. package/esm/lib/config.d.ts +2 -2
  174. package/esm/lib/config.js +2 -2
  175. package/esm/lib/config.js.map +1 -1
  176. package/esm/lib/sdks.js +2 -8
  177. package/esm/lib/sdks.js.map +1 -1
  178. package/esm/models/apierror.d.ts +0 -3
  179. package/esm/models/apierror.d.ts.map +1 -1
  180. package/esm/models/apierror.js.map +1 -1
  181. package/esm/models/apikey.d.ts +2 -0
  182. package/esm/models/apikey.d.ts.map +1 -1
  183. package/esm/models/apikey.js +2 -0
  184. package/esm/models/apikey.js.map +1 -1
  185. package/esm/models/apikeydeploymentsetupconfig.d.ts +16 -0
  186. package/esm/models/apikeydeploymentsetupconfig.d.ts.map +1 -0
  187. package/esm/models/apikeydeploymentsetupconfig.js +17 -0
  188. package/esm/models/apikeydeploymentsetupconfig.js.map +1 -0
  189. package/esm/models/apikeydeploymentsetupenvironmentvariable.d.ts +22 -0
  190. package/esm/models/apikeydeploymentsetupenvironmentvariable.d.ts.map +1 -0
  191. package/esm/models/apikeydeploymentsetupenvironmentvariable.js +16 -0
  192. package/esm/models/apikeydeploymentsetupenvironmentvariable.js.map +1 -0
  193. package/esm/models/billingauditlogrow.d.ts +14 -0
  194. package/esm/models/billingauditlogrow.d.ts.map +1 -0
  195. package/esm/models/billingauditlogrow.js +17 -0
  196. package/esm/models/billingauditlogrow.js.map +1 -0
  197. package/esm/models/cloudformationcallbackrequest.d.ts +1619 -0
  198. package/esm/models/cloudformationcallbackrequest.d.ts.map +1 -0
  199. package/esm/models/cloudformationcallbackrequest.js +977 -0
  200. package/esm/models/cloudformationcallbackrequest.js.map +1 -0
  201. package/esm/models/cloudregionsresponse.d.ts +11 -0
  202. package/esm/models/cloudregionsresponse.d.ts.map +1 -0
  203. package/esm/models/cloudregionsresponse.js +14 -0
  204. package/esm/models/cloudregionsresponse.js.map +1 -0
  205. package/esm/models/command.d.ts +7 -3
  206. package/esm/models/command.d.ts.map +1 -1
  207. package/esm/models/command.js +2 -1
  208. package/esm/models/command.js.map +1 -1
  209. package/esm/models/commanddeploymentinfo.d.ts +4 -0
  210. package/esm/models/commanddeploymentinfo.d.ts.map +1 -1
  211. package/esm/models/commanddeploymentinfo.js +1 -0
  212. package/esm/models/commanddeploymentinfo.js.map +1 -1
  213. package/esm/models/commandlistitemresponse.d.ts +7 -3
  214. package/esm/models/commandlistitemresponse.d.ts.map +1 -1
  215. package/esm/models/commandlistitemresponse.js +2 -1
  216. package/esm/models/commandlistitemresponse.js.map +1 -1
  217. package/esm/models/createapikeyresponse.d.ts +2 -0
  218. package/esm/models/createapikeyresponse.d.ts.map +1 -1
  219. package/esm/models/createapikeyresponse.js +2 -0
  220. package/esm/models/createapikeyresponse.js.map +1 -1
  221. package/esm/models/createcommandrequest.d.ts +5 -0
  222. package/esm/models/createcommandrequest.d.ts.map +1 -1
  223. package/esm/models/createcommandrequest.js +1 -0
  224. package/esm/models/createcommandrequest.js.map +1 -1
  225. package/esm/models/createdeploymentgrouptokenrequest.d.ts +8 -0
  226. package/esm/models/createdeploymentgrouptokenrequest.d.ts.map +1 -1
  227. package/esm/models/createdeploymentgrouptokenrequest.js +3 -0
  228. package/esm/models/createdeploymentgrouptokenrequest.js.map +1 -1
  229. package/esm/models/createdeploymenttokenrequest.d.ts +2 -2
  230. package/esm/models/createdeploymenttokenresponse.d.ts +2 -2
  231. package/esm/models/createmanagerresponse.d.ts +3226 -0
  232. package/esm/models/createmanagerresponse.d.ts.map +1 -0
  233. package/esm/models/createmanagerresponse.js +2574 -0
  234. package/esm/models/createmanagerresponse.js.map +1 -0
  235. package/esm/models/deployment.d.ts +1127 -33
  236. package/esm/models/deployment.d.ts.map +1 -1
  237. package/esm/models/deployment.js +749 -17
  238. package/esm/models/deployment.js.map +1 -1
  239. package/esm/models/deploymentconnectioninfo.d.ts +1 -0
  240. package/esm/models/deploymentconnectioninfo.d.ts.map +1 -1
  241. package/esm/models/deploymentconnectioninfo.js +1 -0
  242. package/esm/models/deploymentconnectioninfo.js.map +1 -1
  243. package/esm/models/deploymentdetailresponse.d.ts +1127 -33
  244. package/esm/models/deploymentdetailresponse.d.ts.map +1 -1
  245. package/esm/models/deploymentdetailresponse.js +784 -18
  246. package/esm/models/deploymentdetailresponse.js.map +1 -1
  247. package/esm/models/deploymentinfo.d.ts +341 -13
  248. package/esm/models/deploymentinfo.d.ts.map +1 -1
  249. package/esm/models/deploymentinfo.js +217 -9
  250. package/esm/models/deploymentinfo.js.map +1 -1
  251. package/esm/models/deploymentinfosetupconfig.d.ts +33 -0
  252. package/esm/models/deploymentinfosetupconfig.d.ts.map +1 -0
  253. package/esm/models/deploymentinfosetupconfig.js +26 -0
  254. package/esm/models/deploymentinfosetupconfig.js.map +1 -0
  255. package/esm/models/deploymentlistitemresponse.d.ts +39 -0
  256. package/esm/models/deploymentlistitemresponse.d.ts.map +1 -1
  257. package/esm/models/deploymentlistitemresponse.js +18 -0
  258. package/esm/models/deploymentlistitemresponse.js.map +1 -1
  259. package/esm/models/deploymentportalaccentcolor.d.ts +22 -0
  260. package/esm/models/deploymentportalaccentcolor.d.ts.map +1 -0
  261. package/esm/models/deploymentportalaccentcolor.js +20 -0
  262. package/esm/models/deploymentportalaccentcolor.js.map +1 -0
  263. package/esm/models/deploymentportalappearance.d.ts +44 -0
  264. package/esm/models/deploymentportalappearance.d.ts.map +1 -0
  265. package/esm/models/deploymentportalappearance.js +23 -0
  266. package/esm/models/deploymentportalappearance.js.map +1 -0
  267. package/esm/models/deploymentportalappearancepreset.d.ts +21 -0
  268. package/esm/models/deploymentportalappearancepreset.d.ts.map +1 -0
  269. package/esm/models/deploymentportalappearancepreset.js +19 -0
  270. package/esm/models/deploymentportalappearancepreset.js.map +1 -0
  271. package/esm/models/deploymentportaldensity.d.ts +18 -0
  272. package/esm/models/deploymentportaldensity.d.ts.map +1 -0
  273. package/esm/models/deploymentportaldensity.js +16 -0
  274. package/esm/models/deploymentportaldensity.js.map +1 -0
  275. package/esm/models/deploymentportaldomain.d.ts +156 -0
  276. package/esm/models/deploymentportaldomain.d.ts.map +1 -0
  277. package/esm/models/deploymentportaldomain.js +58 -0
  278. package/esm/models/deploymentportaldomain.js.map +1 -0
  279. package/esm/models/deploymentportaldomainresponse.d.ts +11 -0
  280. package/esm/models/deploymentportaldomainresponse.d.ts.map +1 -0
  281. package/esm/models/deploymentportaldomainresponse.js +14 -0
  282. package/esm/models/deploymentportaldomainresponse.js.map +1 -0
  283. package/esm/models/deploymentportalmanageddnsrecord.d.ts +13 -0
  284. package/esm/models/deploymentportalmanageddnsrecord.d.ts.map +1 -0
  285. package/esm/models/deploymentportalmanageddnsrecord.js +16 -0
  286. package/esm/models/deploymentportalmanageddnsrecord.js.map +1 -0
  287. package/esm/models/deploymentsetupconfig.d.ts +22 -0
  288. package/esm/models/deploymentsetupconfig.d.ts.map +1 -0
  289. package/esm/models/deploymentsetupconfig.js +16 -0
  290. package/esm/models/deploymentsetupconfig.js.map +1 -0
  291. package/esm/models/deploymentsetupmethod.d.ts +16 -0
  292. package/esm/models/deploymentsetupmethod.d.ts.map +1 -0
  293. package/esm/models/deploymentsetupmethod.js +17 -0
  294. package/esm/models/deploymentsetupmethod.js.map +1 -0
  295. package/esm/models/deploymentsetuppolicy.d.ts +45 -0
  296. package/esm/models/deploymentsetuppolicy.d.ts.map +1 -0
  297. package/esm/models/deploymentsetuppolicy.js +43 -0
  298. package/esm/models/deploymentsetuppolicy.js.map +1 -0
  299. package/esm/models/deploymentsetupstacksettingspolicy.d.ts +1718 -0
  300. package/esm/models/deploymentsetupstacksettingspolicy.d.ts.map +1 -0
  301. package/esm/models/deploymentsetupstacksettingspolicy.js +1733 -0
  302. package/esm/models/deploymentsetupstacksettingspolicy.js.map +1 -0
  303. package/esm/models/deploymentstats.d.ts +12 -0
  304. package/esm/models/deploymentstats.d.ts.map +1 -1
  305. package/esm/models/deploymentstats.js +2 -0
  306. package/esm/models/deploymentstats.js.map +1 -1
  307. package/esm/models/domainwithusage.d.ts +63 -0
  308. package/esm/models/domainwithusage.d.ts.map +1 -0
  309. package/esm/models/domainwithusage.js +62 -0
  310. package/esm/models/domainwithusage.js.map +1 -0
  311. package/esm/models/event.d.ts +549 -32
  312. package/esm/models/event.d.ts.map +1 -1
  313. package/esm/models/event.js +240 -19
  314. package/esm/models/event.js.map +1 -1
  315. package/esm/models/forwardimportrequest.d.ts +40 -0
  316. package/esm/models/forwardimportrequest.d.ts.map +1 -0
  317. package/esm/models/forwardimportrequest.js +22 -0
  318. package/esm/models/forwardimportrequest.js.map +1 -0
  319. package/esm/models/generatemanagertokenrequest.d.ts +15 -0
  320. package/esm/models/generatemanagertokenrequest.d.ts.map +1 -0
  321. package/esm/models/generatemanagertokenrequest.js +12 -0
  322. package/esm/models/generatemanagertokenrequest.js.map +1 -0
  323. package/esm/models/generatemanagertokenresponse.d.ts +37 -0
  324. package/esm/models/generatemanagertokenresponse.d.ts.map +1 -0
  325. package/esm/models/generatemanagertokenresponse.js +23 -0
  326. package/esm/models/generatemanagertokenresponse.js.map +1 -0
  327. package/esm/models/gitnamespace.d.ts +4 -4
  328. package/esm/models/gitnamespace.d.ts.map +1 -1
  329. package/esm/models/gitnamespace.js +3 -3
  330. package/esm/models/gitnamespace.js.map +1 -1
  331. package/esm/models/importdeploymentrequest.d.ts +5 -82
  332. package/esm/models/importdeploymentrequest.d.ts.map +1 -1
  333. package/esm/models/importdeploymentrequest.js +6 -36
  334. package/esm/models/importdeploymentrequest.js.map +1 -1
  335. package/esm/models/importedresource.d.ts +29 -0
  336. package/esm/models/importedresource.d.ts.map +1 -0
  337. package/esm/models/importedresource.js +14 -0
  338. package/esm/models/importedresource.js.map +1 -0
  339. package/esm/models/importsource.d.ts +1587 -0
  340. package/esm/models/importsource.d.ts.map +1 -0
  341. package/esm/models/importsource.js +902 -0
  342. package/esm/models/importsource.js.map +1 -0
  343. package/esm/models/importsourcekind.d.ts +17 -0
  344. package/esm/models/importsourcekind.d.ts.map +1 -0
  345. package/esm/models/importsourcekind.js +15 -0
  346. package/esm/models/importsourcekind.js.map +1 -0
  347. package/esm/models/index.d.ts +45 -5
  348. package/esm/models/index.d.ts.map +1 -1
  349. package/esm/models/index.js +45 -5
  350. package/esm/models/index.js.map +1 -1
  351. package/esm/models/manager.d.ts +68 -69
  352. package/esm/models/manager.d.ts.map +1 -1
  353. package/esm/models/manager.js +38 -66
  354. package/esm/models/manager.js.map +1 -1
  355. package/esm/models/managerdeployment.d.ts +13 -0
  356. package/esm/models/managerdeployment.d.ts.map +1 -1
  357. package/esm/models/managerdeployment.js +4 -0
  358. package/esm/models/managerdeployment.js.map +1 -1
  359. package/esm/models/managerheartbeatrequest.d.ts +9 -113
  360. package/esm/models/managerheartbeatrequest.d.ts.map +1 -1
  361. package/esm/models/managerheartbeatrequest.js +7 -75
  362. package/esm/models/managerheartbeatrequest.js.map +1 -1
  363. package/esm/models/managermanagementconfigs.d.ts +136 -0
  364. package/esm/models/managermanagementconfigs.d.ts.map +1 -0
  365. package/esm/models/managermanagementconfigs.js +122 -0
  366. package/esm/models/managermanagementconfigs.js.map +1 -0
  367. package/esm/models/managerretrydeploymentresponse.d.ts +21 -0
  368. package/esm/models/managerretrydeploymentresponse.d.ts.map +1 -0
  369. package/esm/models/managerretrydeploymentresponse.js +22 -0
  370. package/esm/models/managerretrydeploymentresponse.js.map +1 -0
  371. package/esm/models/managerretryresponse.d.ts +3232 -0
  372. package/esm/models/managerretryresponse.d.ts.map +1 -0
  373. package/esm/models/managerretryresponse.js +2584 -0
  374. package/esm/models/managerretryresponse.js.map +1 -0
  375. package/esm/models/newdeploymentrequest.d.ts +1029 -7
  376. package/esm/models/newdeploymentrequest.d.ts.map +1 -1
  377. package/esm/models/newdeploymentrequest.js +590 -4
  378. package/esm/models/newdeploymentrequest.js.map +1 -1
  379. package/esm/models/newmanagerrequest.d.ts +25 -34
  380. package/esm/models/newmanagerrequest.d.ts.map +1 -1
  381. package/esm/models/newmanagerrequest.js +11 -24
  382. package/esm/models/newmanagerrequest.js.map +1 -1
  383. package/esm/models/operations/acceptcloudformationcallback.d.ts +31 -0
  384. package/esm/models/operations/acceptcloudformationcallback.d.ts.map +1 -0
  385. package/esm/models/operations/acceptcloudformationcallback.js +30 -0
  386. package/esm/models/operations/acceptcloudformationcallback.js.map +1 -0
  387. package/esm/models/operations/cancelmanagersetup.d.ts +31 -0
  388. package/esm/models/operations/cancelmanagersetup.d.ts.map +1 -0
  389. package/esm/models/operations/cancelmanagersetup.js +21 -0
  390. package/esm/models/operations/cancelmanagersetup.js.map +1 -0
  391. package/esm/models/operations/createmanager.d.ts +0 -165
  392. package/esm/models/operations/createmanager.d.ts.map +1 -1
  393. package/esm/models/operations/createmanager.js +0 -104
  394. package/esm/models/operations/createmanager.js.map +1 -1
  395. package/esm/models/operations/createproject.d.ts +102 -93
  396. package/esm/models/operations/createproject.d.ts.map +1 -1
  397. package/esm/models/operations/createproject.js +38 -51
  398. package/esm/models/operations/createproject.js.map +1 -1
  399. package/esm/models/operations/createprojectfromtemplate.d.ts +98 -89
  400. package/esm/models/operations/createprojectfromtemplate.d.ts.map +1 -1
  401. package/esm/models/operations/createprojectfromtemplate.js +37 -52
  402. package/esm/models/operations/createprojectfromtemplate.js.map +1 -1
  403. package/esm/models/operations/deletedeployment.d.ts +21 -0
  404. package/esm/models/operations/deletedeployment.d.ts.map +1 -1
  405. package/esm/models/operations/deletedeployment.js +11 -0
  406. package/esm/models/operations/deletedeployment.js.map +1 -1
  407. package/esm/models/operations/dismissworkspaceonboarding.d.ts +20 -0
  408. package/esm/models/operations/dismissworkspaceonboarding.d.ts.map +1 -0
  409. package/esm/models/operations/dismissworkspaceonboarding.js +13 -0
  410. package/esm/models/operations/dismissworkspaceonboarding.js.map +1 -0
  411. package/esm/models/operations/generatemanagertoken.d.ts +23 -0
  412. package/esm/models/operations/generatemanagertoken.d.ts.map +1 -0
  413. package/esm/models/operations/generatemanagertoken.js +21 -0
  414. package/esm/models/operations/generatemanagertoken.js.map +1 -0
  415. package/esm/models/operations/getcloudregions.d.ts +15 -0
  416. package/esm/models/operations/getcloudregions.d.ts.map +1 -0
  417. package/esm/models/operations/getcloudregions.js +12 -0
  418. package/esm/models/operations/getcloudregions.js.map +1 -0
  419. package/esm/models/operations/getdeploymentgroup.d.ts +32 -0
  420. package/esm/models/operations/getdeploymentgroup.d.ts.map +1 -1
  421. package/esm/models/operations/getdeploymentgroup.js +16 -0
  422. package/esm/models/operations/getdeploymentgroup.js.map +1 -1
  423. package/esm/models/operations/getdeploymentstats.d.ts +7 -6
  424. package/esm/models/operations/getdeploymentstats.d.ts.map +1 -1
  425. package/esm/models/operations/getdeploymentstats.js +4 -3
  426. package/esm/models/operations/getdeploymentstats.js.map +1 -1
  427. package/esm/models/operations/getmanagermanagementconfig.d.ts +41 -14
  428. package/esm/models/operations/getmanagermanagementconfig.d.ts.map +1 -1
  429. package/esm/models/operations/getmanagermanagementconfig.js +28 -14
  430. package/esm/models/operations/getmanagermanagementconfig.js.map +1 -1
  431. package/esm/models/operations/getprojectdeploymentportaldomain.d.ts +20 -0
  432. package/esm/models/operations/getprojectdeploymentportaldomain.d.ts.map +1 -0
  433. package/esm/models/operations/getprojectdeploymentportaldomain.js +13 -0
  434. package/esm/models/operations/getprojectdeploymentportaldomain.js.map +1 -0
  435. package/esm/models/operations/getprojectgcpoauthprovider.d.ts +20 -0
  436. package/esm/models/operations/getprojectgcpoauthprovider.d.ts.map +1 -0
  437. package/esm/models/operations/getprojectgcpoauthprovider.js +13 -0
  438. package/esm/models/operations/getprojectgcpoauthprovider.js.map +1 -0
  439. package/esm/models/operations/getprojecttemplateurls.d.ts +2 -2
  440. package/esm/models/operations/getresourcedeploymentdetail.d.ts +7437 -0
  441. package/esm/models/operations/getresourcedeploymentdetail.d.ts.map +1 -0
  442. package/esm/models/operations/getresourcedeploymentdetail.js +7935 -0
  443. package/esm/models/operations/getresourcedeploymentdetail.js.map +1 -0
  444. package/esm/models/operations/getworkspaceplan.d.ts +27 -0
  445. package/esm/models/operations/getworkspaceplan.d.ts.map +1 -0
  446. package/esm/models/operations/getworkspaceplan.js +21 -0
  447. package/esm/models/operations/getworkspaceplan.js.map +1 -0
  448. package/esm/models/operations/index.d.ts +21 -15
  449. package/esm/models/operations/index.d.ts.map +1 -1
  450. package/esm/models/operations/index.js +21 -15
  451. package/esm/models/operations/index.js.map +1 -1
  452. package/esm/models/operations/listapikeys.d.ts +5 -0
  453. package/esm/models/operations/listapikeys.d.ts.map +1 -1
  454. package/esm/models/operations/listapikeys.js +1 -0
  455. package/esm/models/operations/listapikeys.js.map +1 -1
  456. package/esm/models/operations/listbillingauditlog.d.ts +35 -0
  457. package/esm/models/operations/listbillingauditlog.d.ts.map +1 -0
  458. package/esm/models/operations/listbillingauditlog.js +24 -0
  459. package/esm/models/operations/listbillingauditlog.js.map +1 -0
  460. package/esm/models/operations/listcommands.d.ts +5 -0
  461. package/esm/models/operations/listcommands.d.ts.map +1 -1
  462. package/esm/models/operations/listcommands.js +1 -0
  463. package/esm/models/operations/listcommands.js.map +1 -1
  464. package/esm/models/operations/listdeploymentfilterenvironments.d.ts +49 -0
  465. package/esm/models/operations/listdeploymentfilterenvironments.d.ts.map +1 -0
  466. package/esm/models/operations/listdeploymentfilterenvironments.js +34 -0
  467. package/esm/models/operations/listdeploymentfilterenvironments.js.map +1 -0
  468. package/esm/models/operations/listdeploymentgroups.d.ts +59 -2
  469. package/esm/models/operations/listdeploymentgroups.d.ts.map +1 -1
  470. package/esm/models/operations/listdeploymentgroups.js +29 -2
  471. package/esm/models/operations/listdeploymentgroups.js.map +1 -1
  472. package/esm/models/operations/listdeployments.d.ts +8 -7
  473. package/esm/models/operations/listdeployments.d.ts.map +1 -1
  474. package/esm/models/operations/listdeployments.js +4 -3
  475. package/esm/models/operations/listdeployments.js.map +1 -1
  476. package/esm/models/operations/listdomains.d.ts +1 -1
  477. package/esm/models/operations/listdomains.d.ts.map +1 -1
  478. package/esm/models/operations/listdomains.js +1 -1
  479. package/esm/models/operations/listdomains.js.map +1 -1
  480. package/esm/models/operations/listevents.d.ts +5 -0
  481. package/esm/models/operations/listevents.d.ts.map +1 -1
  482. package/esm/models/operations/listevents.js +1 -0
  483. package/esm/models/operations/listevents.js.map +1 -1
  484. package/esm/models/operations/listmanagers.d.ts +10 -0
  485. package/esm/models/operations/listmanagers.d.ts.map +1 -1
  486. package/esm/models/operations/listmanagers.js +2 -0
  487. package/esm/models/operations/listmanagers.js.map +1 -1
  488. package/esm/models/operations/listpackages.d.ts +5 -0
  489. package/esm/models/operations/listpackages.d.ts.map +1 -1
  490. package/esm/models/operations/listpackages.js +1 -0
  491. package/esm/models/operations/listpackages.js.map +1 -1
  492. package/esm/models/operations/listresourcedeployments.d.ts +73 -0
  493. package/esm/models/operations/listresourcedeployments.d.ts.map +1 -0
  494. package/esm/models/operations/listresourcedeployments.js +58 -0
  495. package/esm/models/operations/listresourcedeployments.js.map +1 -0
  496. package/esm/models/operations/listresourceoverview.d.ts +68 -0
  497. package/esm/models/operations/listresourceoverview.d.ts.map +1 -0
  498. package/esm/models/operations/listresourceoverview.js +54 -0
  499. package/esm/models/operations/listresourceoverview.js.map +1 -0
  500. package/esm/models/operations/preparedeploymentstack.d.ts +1435 -0
  501. package/esm/models/operations/preparedeploymentstack.d.ts.map +1 -0
  502. package/esm/models/operations/preparedeploymentstack.js +858 -0
  503. package/esm/models/operations/preparedeploymentstack.js.map +1 -0
  504. package/esm/models/operations/refreshdomain.d.ts +20 -0
  505. package/esm/models/operations/refreshdomain.d.ts.map +1 -0
  506. package/esm/models/operations/refreshdomain.js +13 -0
  507. package/esm/models/operations/refreshdomain.js.map +1 -0
  508. package/esm/models/operations/resolve.d.ts +43 -0
  509. package/esm/models/operations/resolve.d.ts.map +1 -0
  510. package/esm/models/operations/resolve.js +27 -0
  511. package/esm/models/operations/resolve.js.map +1 -0
  512. package/esm/models/operations/resolvemanagergcpoauthprovider.d.ts +23 -0
  513. package/esm/models/operations/resolvemanagergcpoauthprovider.d.ts.map +1 -0
  514. package/esm/models/operations/resolvemanagergcpoauthprovider.js +21 -0
  515. package/esm/models/operations/resolvemanagergcpoauthprovider.js.map +1 -0
  516. package/esm/models/operations/retrydeployment.d.ts +1 -1
  517. package/esm/models/operations/retrymanager.d.ts +20 -0
  518. package/esm/models/operations/retrymanager.d.ts.map +1 -0
  519. package/esm/models/operations/retrymanager.js +13 -0
  520. package/esm/models/operations/retrymanager.js.map +1 -0
  521. package/esm/models/operations/retrymanagersetup.d.ts +20 -0
  522. package/esm/models/operations/retrymanagersetup.d.ts.map +1 -0
  523. package/esm/models/operations/retrymanagersetup.js +13 -0
  524. package/esm/models/operations/retrymanagersetup.js.map +1 -0
  525. package/esm/models/operations/synclist.d.ts +18 -0
  526. package/esm/models/operations/synclist.d.ts.map +1 -0
  527. package/esm/models/operations/synclist.js +19 -0
  528. package/esm/models/operations/synclist.js.map +1 -0
  529. package/esm/models/operations/syncreconcile.d.ts +2 -2
  530. package/esm/models/operations/syncreconcile.d.ts.map +1 -1
  531. package/esm/models/operations/syncreconcile.js +1 -1
  532. package/esm/models/operations/syncreconcile.js.map +1 -1
  533. package/esm/models/operations/syncrelease.d.ts +2 -2
  534. package/esm/models/operations/syncrelease.d.ts.map +1 -1
  535. package/esm/models/operations/syncrelease.js +1 -1
  536. package/esm/models/operations/syncrelease.js.map +1 -1
  537. package/esm/models/operations/updateproject.d.ts +3 -296
  538. package/esm/models/operations/updateproject.d.ts.map +1 -1
  539. package/esm/models/operations/updateproject.js +3 -127
  540. package/esm/models/operations/updateproject.js.map +1 -1
  541. package/esm/models/operations/updateprojectgcpoauthprovider.d.ts +23 -0
  542. package/esm/models/operations/updateprojectgcpoauthprovider.d.ts.map +1 -0
  543. package/esm/models/operations/updateprojectgcpoauthprovider.js +21 -0
  544. package/esm/models/operations/updateprojectgcpoauthprovider.js.map +1 -0
  545. package/esm/models/operations/updateuserprofile.d.ts +0 -15
  546. package/esm/models/operations/updateuserprofile.d.ts.map +1 -1
  547. package/esm/models/operations/updateuserprofile.js +0 -12
  548. package/esm/models/operations/updateuserprofile.js.map +1 -1
  549. package/esm/models/package.d.ts +121 -22
  550. package/esm/models/package.d.ts.map +1 -1
  551. package/esm/models/package.js +45 -9
  552. package/esm/models/package.js.map +1 -1
  553. package/esm/models/persistimporteddeploymentrequest.d.ts +3668 -0
  554. package/esm/models/persistimporteddeploymentrequest.d.ts.map +1 -0
  555. package/esm/models/persistimporteddeploymentrequest.js +1896 -0
  556. package/esm/models/persistimporteddeploymentrequest.js.map +1 -0
  557. package/esm/models/pinreleaserequest.d.ts +2 -2
  558. package/esm/models/planid.d.ts +12 -0
  559. package/esm/models/planid.d.ts.map +1 -0
  560. package/esm/models/planid.js +13 -0
  561. package/esm/models/planid.js.map +1 -0
  562. package/esm/models/prepareddeploymentstack.d.ts +1366 -0
  563. package/esm/models/prepareddeploymentstack.d.ts.map +1 -0
  564. package/esm/models/prepareddeploymentstack.js +775 -0
  565. package/esm/models/prepareddeploymentstack.js.map +1 -0
  566. package/esm/models/privatemanagercloud.d.ts +17 -0
  567. package/esm/models/privatemanagercloud.d.ts.map +1 -0
  568. package/esm/models/privatemanagercloud.js +15 -0
  569. package/esm/models/privatemanagercloud.js.map +1 -0
  570. package/esm/models/privatemanagersetupmethod.d.ts +17 -0
  571. package/esm/models/privatemanagersetupmethod.d.ts.map +1 -0
  572. package/esm/models/privatemanagersetupmethod.js +15 -0
  573. package/esm/models/privatemanagersetupmethod.js.map +1 -0
  574. package/esm/models/project.d.ts +79 -69
  575. package/esm/models/project.d.ts.map +1 -1
  576. package/esm/models/project.js +29 -42
  577. package/esm/models/project.js.map +1 -1
  578. package/esm/models/projectgcpoauthprovider.d.ts +33 -0
  579. package/esm/models/projectgcpoauthprovider.d.ts.map +1 -0
  580. package/esm/models/projectgcpoauthprovider.js +32 -0
  581. package/esm/models/projectgcpoauthprovider.js.map +1 -0
  582. package/esm/models/projectlistitemresponse.d.ts +83 -73
  583. package/esm/models/projectlistitemresponse.d.ts.map +1 -1
  584. package/esm/models/projectlistitemresponse.js +32 -46
  585. package/esm/models/projectlistitemresponse.js.map +1 -1
  586. package/esm/models/release.d.ts +4 -0
  587. package/esm/models/release.d.ts.map +1 -1
  588. package/esm/models/release.js +2 -0
  589. package/esm/models/release.js.map +1 -1
  590. package/esm/models/releaselistitemresponse.d.ts +4 -0
  591. package/esm/models/releaselistitemresponse.d.ts.map +1 -1
  592. package/esm/models/releaselistitemresponse.js +2 -0
  593. package/esm/models/releaselistitemresponse.js.map +1 -1
  594. package/esm/models/resolvemanagergcpoauthproviderrequest.d.ts +20 -0
  595. package/esm/models/resolvemanagergcpoauthproviderrequest.d.ts.map +1 -0
  596. package/esm/models/resolvemanagergcpoauthproviderrequest.js +13 -0
  597. package/esm/models/resolvemanagergcpoauthproviderrequest.js.map +1 -0
  598. package/esm/models/resolvemanagergcpoauthproviderresponse.d.ts +28 -0
  599. package/esm/models/resolvemanagergcpoauthproviderresponse.d.ts.map +1 -0
  600. package/esm/models/resolvemanagergcpoauthproviderresponse.js +31 -0
  601. package/esm/models/resolvemanagergcpoauthproviderresponse.js.map +1 -0
  602. package/esm/models/resolveresponse.d.ts +158 -0
  603. package/esm/models/resolveresponse.d.ts.map +1 -0
  604. package/esm/models/resolveresponse.js +103 -0
  605. package/esm/models/resolveresponse.js.map +1 -0
  606. package/esm/models/setupfingerprintinfo.d.ts +21 -0
  607. package/esm/models/setupfingerprintinfo.d.ts.map +1 -0
  608. package/esm/models/setupfingerprintinfo.js +15 -0
  609. package/esm/models/setupfingerprintinfo.js.map +1 -0
  610. package/esm/models/supportedcloudregions.d.ts +21 -0
  611. package/esm/models/supportedcloudregions.d.ts.map +1 -0
  612. package/esm/models/supportedcloudregions.js +15 -0
  613. package/esm/models/supportedcloudregions.js.map +1 -0
  614. package/esm/models/syncacquirerequest.d.ts +1 -0
  615. package/esm/models/syncacquirerequest.d.ts.map +1 -1
  616. package/esm/models/syncacquirerequest.js +1 -0
  617. package/esm/models/syncacquirerequest.js.map +1 -1
  618. package/esm/models/syncacquireresponse.d.ts +2181 -274
  619. package/esm/models/syncacquireresponse.d.ts.map +1 -1
  620. package/esm/models/syncacquireresponse.js +1348 -120
  621. package/esm/models/syncacquireresponse.js.map +1 -1
  622. package/esm/models/synclistrequest.d.ts +84 -0
  623. package/esm/models/synclistrequest.d.ts.map +1 -0
  624. package/esm/models/synclistrequest.js +52 -0
  625. package/esm/models/synclistrequest.js.map +1 -0
  626. package/esm/models/synclistresponse.d.ts +3272 -0
  627. package/esm/models/synclistresponse.d.ts.map +1 -0
  628. package/esm/models/synclistresponse.js +2054 -0
  629. package/esm/models/synclistresponse.js.map +1 -0
  630. package/esm/models/syncreconcilerequest.d.ts +13095 -1549
  631. package/esm/models/syncreconcilerequest.d.ts.map +1 -1
  632. package/esm/models/syncreconcilerequest.js +9738 -1661
  633. package/esm/models/syncreconcilerequest.js.map +1 -1
  634. package/esm/models/syncreconcileresponse.d.ts +2346 -224
  635. package/esm/models/syncreconcileresponse.d.ts.map +1 -1
  636. package/esm/models/syncreconcileresponse.js +1420 -92
  637. package/esm/models/syncreconcileresponse.js.map +1 -1
  638. package/esm/models/updatedeploymentenvironmentvariablesrequest.d.ts +2 -2
  639. package/esm/models/updateproject.d.ts +325 -0
  640. package/esm/models/updateproject.d.ts.map +1 -0
  641. package/esm/models/updateproject.js +118 -0
  642. package/esm/models/updateproject.js.map +1 -0
  643. package/esm/models/updateprojectgcpoauthprovider.d.ts +38 -0
  644. package/esm/models/updateprojectgcpoauthprovider.d.ts.map +1 -0
  645. package/esm/models/updateprojectgcpoauthprovider.js +29 -0
  646. package/esm/models/updateprojectgcpoauthprovider.js.map +1 -0
  647. package/esm/models/userprofile.d.ts +79 -0
  648. package/esm/models/userprofile.d.ts.map +1 -0
  649. package/esm/models/userprofile.js +42 -0
  650. package/esm/models/userprofile.js.map +1 -0
  651. package/esm/models/userprofilesetuprequest.d.ts +57 -0
  652. package/esm/models/userprofilesetuprequest.d.ts.map +1 -0
  653. package/esm/models/userprofilesetuprequest.js +33 -0
  654. package/esm/models/userprofilesetuprequest.js.map +1 -0
  655. package/esm/models/workspace.d.ts +4 -0
  656. package/esm/models/workspace.d.ts.map +1 -1
  657. package/esm/models/workspace.js +1 -0
  658. package/esm/models/workspace.js.map +1 -1
  659. package/esm/sdk/auth.d.ts +1 -1
  660. package/esm/sdk/auth.js +1 -1
  661. package/esm/sdk/billing.d.ts +13 -0
  662. package/esm/sdk/billing.d.ts.map +1 -0
  663. package/esm/sdk/billing.js +22 -0
  664. package/esm/sdk/billing.js.map +1 -0
  665. package/esm/sdk/cloudregions.d.ts +10 -0
  666. package/esm/sdk/cloudregions.d.ts.map +1 -0
  667. package/esm/sdk/cloudregions.js +15 -0
  668. package/esm/sdk/cloudregions.js.map +1 -0
  669. package/esm/sdk/deployment.d.ts +5 -1
  670. package/esm/sdk/deployment.d.ts.map +1 -1
  671. package/esm/sdk/deployment.js +8 -1
  672. package/esm/sdk/deployment.js.map +1 -1
  673. package/esm/sdk/deploymentgroups.d.ts +0 -7
  674. package/esm/sdk/deploymentgroups.d.ts.map +1 -1
  675. package/esm/sdk/deploymentgroups.js +0 -10
  676. package/esm/sdk/deploymentgroups.js.map +1 -1
  677. package/esm/sdk/deployments.d.ts +15 -11
  678. package/esm/sdk/deployments.d.ts.map +1 -1
  679. package/esm/sdk/deployments.js +20 -13
  680. package/esm/sdk/deployments.js.map +1 -1
  681. package/esm/sdk/domains.d.ts +6 -2
  682. package/esm/sdk/domains.d.ts.map +1 -1
  683. package/esm/sdk/domains.js +7 -0
  684. package/esm/sdk/domains.js.map +1 -1
  685. package/esm/sdk/managers.d.ts +19 -7
  686. package/esm/sdk/managers.d.ts.map +1 -1
  687. package/esm/sdk/managers.js +32 -11
  688. package/esm/sdk/managers.js.map +1 -1
  689. package/esm/sdk/projects.d.ts +14 -6
  690. package/esm/sdk/projects.d.ts.map +1 -1
  691. package/esm/sdk/projects.js +23 -9
  692. package/esm/sdk/projects.js.map +1 -1
  693. package/esm/sdk/resolve.d.ts +13 -0
  694. package/esm/sdk/resolve.d.ts.map +1 -0
  695. package/esm/sdk/resolve.js +18 -0
  696. package/esm/sdk/resolve.js.map +1 -0
  697. package/esm/sdk/resources.d.ts +11 -0
  698. package/esm/sdk/resources.d.ts.map +1 -0
  699. package/esm/sdk/resources.js +23 -0
  700. package/esm/sdk/resources.js.map +1 -0
  701. package/esm/sdk/sdk.d.ts +12 -3
  702. package/esm/sdk/sdk.d.ts.map +1 -1
  703. package/esm/sdk/sdk.js +15 -3
  704. package/esm/sdk/sdk.js.map +1 -1
  705. package/esm/sdk/sync.d.ts +8 -4
  706. package/esm/sdk/sync.d.ts.map +1 -1
  707. package/esm/sdk/sync.js +9 -2
  708. package/esm/sdk/sync.js.map +1 -1
  709. package/esm/sdk/user.d.ts +9 -1
  710. package/esm/sdk/user.d.ts.map +1 -1
  711. package/esm/sdk/user.js +14 -0
  712. package/esm/sdk/user.js.map +1 -1
  713. package/esm/sdk/workspaces.d.ts +4 -0
  714. package/esm/sdk/workspaces.d.ts.map +1 -1
  715. package/esm/sdk/workspaces.js +7 -0
  716. package/esm/sdk/workspaces.js.map +1 -1
  717. package/examples/{userUpdateProfile.example.ts → userGetProfile.example.ts} +2 -2
  718. package/jsr.json +1 -1
  719. package/package.json +8 -6
  720. package/src/funcs/apiKeysList.ts +1 -0
  721. package/src/funcs/authWhoami.ts +1 -1
  722. package/src/funcs/billingGetPlan.ts +162 -0
  723. package/src/funcs/billingListAuditLog.ts +166 -0
  724. package/src/funcs/cloudRegionsGet.ts +163 -0
  725. package/src/funcs/commandsList.ts +1 -0
  726. package/src/funcs/deploymentGetInfo.ts +1 -1
  727. package/src/funcs/deploymentGroupsGetDeploymentGroup.ts +1 -0
  728. package/src/funcs/deploymentGroupsListDeploymentGroups.ts +1 -0
  729. package/src/funcs/{containersGetOverview.ts → deploymentPrepareStack.ts} +18 -17
  730. package/src/funcs/deploymentsAcceptCloudFormationCallback.ts +176 -0
  731. package/src/funcs/deploymentsCreate.ts +1 -1
  732. package/src/funcs/deploymentsCreateToken.ts +1 -1
  733. package/src/funcs/deploymentsDelete.ts +5 -3
  734. package/src/funcs/deploymentsGet.ts +1 -1
  735. package/src/funcs/deploymentsGetStats.ts +1 -1
  736. package/src/funcs/deploymentsImport.ts +2 -2
  737. package/src/funcs/deploymentsList.ts +1 -1
  738. package/src/funcs/deploymentsListFilterDeploymentGroups.ts +1 -1
  739. package/src/funcs/{containersGetAttention.ts → deploymentsListFilterEnvironments.ts} +15 -14
  740. package/src/funcs/deploymentsRedeploy.ts +1 -1
  741. package/src/funcs/deploymentsRetry.ts +1 -1
  742. package/src/funcs/deploymentsUpdateEnvironmentVariables.ts +1 -1
  743. package/src/funcs/domainsCreate.ts +6 -5
  744. package/src/funcs/domainsGet.ts +4 -4
  745. package/src/funcs/domainsRefresh.ts +179 -0
  746. package/src/funcs/eventsList.ts +1 -0
  747. package/src/funcs/{managersGoogleCloudConnect.ts → managersCancelSetup.ts} +12 -17
  748. package/src/funcs/managersCreate.ts +7 -6
  749. package/src/funcs/managersDelete.ts +2 -2
  750. package/src/funcs/{managersGenerateDeepstoreToken.ts → managersGenerateManagerToken.ts} +12 -12
  751. package/src/funcs/managersGetManagementConfig.ts +1 -0
  752. package/src/funcs/managersList.ts +2 -0
  753. package/src/funcs/{deploymentGroupsGetDeploymentGroupManager.ts → managersResolveGcpOAuthProvider.ts} +25 -20
  754. package/src/funcs/managersRetry.ts +179 -0
  755. package/src/funcs/managersRetrySetup.ts +179 -0
  756. package/src/funcs/packagesList.ts +1 -0
  757. package/src/funcs/projectsCreate.ts +2 -2
  758. package/src/funcs/projectsDelete.ts +1 -1
  759. package/src/funcs/projectsGetDeploymentPortalDomain.ts +184 -0
  760. package/src/funcs/{containersListDeploymentMachines.ts → projectsGetGcpOAuthProvider.ts} +13 -12
  761. package/src/funcs/projectsGetTemplateUrls.ts +1 -1
  762. package/src/funcs/projectsUpdate.ts +1 -1
  763. package/src/funcs/{projectsGetBuildConfig.ts → projectsUpdateGcpOAuthProvider.ts} +23 -21
  764. package/src/funcs/{containersGetMachines.ts → resolveResolve.ts} +21 -19
  765. package/src/funcs/{containersListDeploymentContainerInstanceEvents.ts → resourcesGetDeploymentDetail.ts} +17 -20
  766. package/src/funcs/{containersGetDeploymentContainer.ts → resourcesListDeployments.ts} +17 -17
  767. package/src/funcs/{containersGetDeploymentCluster.ts → resourcesListOverview.ts} +14 -16
  768. package/src/funcs/{deploymentsListFilterPlatforms.ts → syncList.ts} +18 -17
  769. package/src/funcs/syncReconcile.ts +6 -7
  770. package/src/funcs/syncRelease.ts +6 -7
  771. package/src/funcs/userCompleteProfileSetup.ts +170 -0
  772. package/src/funcs/userGetProfile.ts +149 -0
  773. package/src/funcs/userUpdateProfile.ts +5 -4
  774. package/src/funcs/{containersListDeploymentContainers.ts → workspacesDismissOnboarding.ts} +13 -14
  775. package/src/lib/config.ts +2 -2
  776. package/src/lib/sdks.ts +2 -8
  777. package/src/models/apierror.ts +0 -3
  778. package/src/models/apikey.ts +6 -0
  779. package/src/models/apikeydeploymentsetupconfig.ts +44 -0
  780. package/src/models/apikeydeploymentsetupenvironmentvariable.ts +53 -0
  781. package/src/models/billingauditlogrow.ts +38 -0
  782. package/src/models/cloudformationcallbackrequest.ts +3844 -0
  783. package/src/models/cloudregionsresponse.ts +34 -0
  784. package/src/models/command.ts +8 -3
  785. package/src/models/commanddeploymentinfo.ts +5 -0
  786. package/src/models/commandlistitemresponse.ts +8 -3
  787. package/src/models/createapikeyresponse.ts +6 -0
  788. package/src/models/createcommandrequest.ts +6 -0
  789. package/src/models/createdeploymentgrouptokenrequest.ts +14 -0
  790. package/src/models/createdeploymenttokenrequest.ts +2 -2
  791. package/src/models/createdeploymenttokenresponse.ts +2 -2
  792. package/src/models/createmanagerresponse.ts +8631 -0
  793. package/src/models/deployment.ts +3519 -1137
  794. package/src/models/deploymentconnectioninfo.ts +1 -0
  795. package/src/models/deploymentdetailresponse.ts +3918 -1231
  796. package/src/models/deploymentinfo.ts +687 -25
  797. package/src/models/deploymentinfosetupconfig.ts +83 -0
  798. package/src/models/deploymentlistitemresponse.ts +52 -0
  799. package/src/models/deploymentportalaccentcolor.ts +33 -0
  800. package/src/models/deploymentportalappearance.ts +80 -0
  801. package/src/models/deploymentportalappearancepreset.ts +32 -0
  802. package/src/models/deploymentportaldensity.ts +29 -0
  803. package/src/models/deploymentportaldomain.ts +226 -0
  804. package/src/models/deploymentportaldomainresponse.ts +34 -0
  805. package/src/models/deploymentportalmanageddnsrecord.ts +36 -0
  806. package/src/models/deploymentsetupconfig.ts +46 -0
  807. package/src/models/deploymentsetupmethod.ts +25 -0
  808. package/src/models/deploymentsetuppolicy.ts +96 -0
  809. package/src/models/deploymentsetupstacksettingspolicy.ts +5512 -0
  810. package/src/models/deploymentstats.ts +10 -0
  811. package/src/models/domainwithusage.ts +154 -0
  812. package/src/models/event.ts +992 -96
  813. package/src/models/forwardimportrequest.ts +72 -0
  814. package/src/models/{generatedeepstoretokenrequest.ts → generatemanagertokenrequest.ts} +9 -9
  815. package/src/models/generatemanagertokenresponse.ts +68 -0
  816. package/src/models/gitnamespace.ts +7 -7
  817. package/src/models/importdeploymentrequest.ts +21 -113
  818. package/src/models/importedresource.ts +45 -0
  819. package/src/models/importsource.ts +3346 -0
  820. package/src/models/importsourcekind.ts +24 -0
  821. package/src/models/index.ts +45 -5
  822. package/src/models/manager.ts +94 -187
  823. package/src/models/managerdeployment.ts +16 -0
  824. package/src/models/managerheartbeatrequest.ts +31 -286
  825. package/src/models/managermanagementconfigs.ts +340 -0
  826. package/src/models/managerretrydeploymentresponse.ts +51 -0
  827. package/src/models/managerretryresponse.ts +8571 -0
  828. package/src/models/newdeploymentrequest.ts +2732 -389
  829. package/src/models/newmanagerrequest.ts +37 -46
  830. package/src/models/operations/acceptcloudformationcallback.ts +82 -0
  831. package/src/models/operations/cancelmanagersetup.ts +67 -0
  832. package/src/models/operations/createmanager.ts +0 -332
  833. package/src/models/operations/createproject.ts +162 -136
  834. package/src/models/operations/createprojectfromtemplate.ts +159 -127
  835. package/src/models/operations/deletedeployment.ts +27 -0
  836. package/src/models/operations/dismissworkspaceonboarding.ts +41 -0
  837. package/src/models/operations/generatemanagertoken.ts +53 -0
  838. package/src/models/operations/getcloudregions.ts +33 -0
  839. package/src/models/operations/getdeploymentgroup.ts +58 -0
  840. package/src/models/operations/getdeploymentstats.ts +11 -10
  841. package/src/models/operations/getmanagermanagementconfig.ts +77 -32
  842. package/src/models/operations/getprojectdeploymentportaldomain.ts +42 -0
  843. package/src/models/operations/getprojectgcpoauthprovider.ts +41 -0
  844. package/src/models/operations/getprojecttemplateurls.ts +2 -2
  845. package/src/models/operations/getresourcedeploymentdetail.ts +17224 -0
  846. package/src/models/operations/getworkspaceplan.ts +62 -0
  847. package/src/models/operations/index.ts +21 -15
  848. package/src/models/operations/listapikeys.ts +6 -0
  849. package/src/models/operations/listbillingauditlog.ts +73 -0
  850. package/src/models/operations/listcommands.ts +6 -0
  851. package/src/models/operations/listdeploymentfilterenvironments.ts +100 -0
  852. package/src/models/operations/listdeploymentgroups.ts +107 -3
  853. package/src/models/operations/listdeployments.ts +12 -11
  854. package/src/models/operations/listdomains.ts +2 -2
  855. package/src/models/operations/listevents.ts +6 -0
  856. package/src/models/operations/listmanagers.ts +12 -0
  857. package/src/models/operations/listpackages.ts +6 -0
  858. package/src/models/operations/listresourcedeployments.ts +158 -0
  859. package/src/models/operations/listresourceoverview.ts +144 -0
  860. package/src/models/operations/preparedeploymentstack.ts +2845 -0
  861. package/src/models/operations/refreshdomain.ts +39 -0
  862. package/src/models/operations/resolve.ts +62 -0
  863. package/src/models/operations/resolvemanagergcpoauthprovider.ts +56 -0
  864. package/src/models/operations/retrydeployment.ts +1 -1
  865. package/src/models/operations/retrymanager.ts +39 -0
  866. package/src/models/operations/retrymanagersetup.ts +39 -0
  867. package/src/models/operations/synclist.ts +40 -0
  868. package/src/models/operations/syncreconcile.ts +3 -3
  869. package/src/models/operations/syncrelease.ts +3 -3
  870. package/src/models/operations/updateproject.ts +5 -497
  871. package/src/models/operations/updateprojectgcpoauthprovider.ts +55 -0
  872. package/src/models/operations/updateuserprofile.ts +0 -36
  873. package/src/models/package.ts +188 -34
  874. package/src/models/persistimporteddeploymentrequest.ts +8221 -0
  875. package/src/models/pinreleaserequest.ts +2 -2
  876. package/src/models/planid.ts +17 -0
  877. package/src/models/prepareddeploymentstack.ts +3123 -0
  878. package/src/models/privatemanagercloud.ts +24 -0
  879. package/src/models/privatemanagersetupmethod.ts +26 -0
  880. package/src/models/project.ts +130 -94
  881. package/src/models/projectgcpoauthprovider.ts +93 -0
  882. package/src/models/projectlistitemresponse.ts +139 -107
  883. package/src/models/release.ts +6 -0
  884. package/src/models/releaselistitemresponse.ts +6 -0
  885. package/src/models/resolvemanagergcpoauthproviderrequest.ts +41 -0
  886. package/src/models/resolvemanagergcpoauthproviderresponse.ts +97 -0
  887. package/src/models/resolveresponse.ts +322 -0
  888. package/src/models/setupfingerprintinfo.ts +43 -0
  889. package/src/models/supportedcloudregions.ts +43 -0
  890. package/src/models/syncacquirerequest.ts +1 -0
  891. package/src/models/syncacquireresponse.ts +10222 -5960
  892. package/src/models/synclistrequest.ts +115 -0
  893. package/src/models/synclistresponse.ts +7202 -0
  894. package/src/models/syncreconcilerequest.ts +26977 -5873
  895. package/src/models/syncreconcileresponse.ts +10792 -6180
  896. package/src/models/updatedeploymentenvironmentvariablesrequest.ts +2 -2
  897. package/src/models/updateproject.ts +544 -0
  898. package/src/models/updateprojectgcpoauthprovider.ts +101 -0
  899. package/src/models/userprofile.ts +116 -0
  900. package/src/models/userprofilesetuprequest.ts +85 -0
  901. package/src/models/workspace.ts +7 -0
  902. package/src/sdk/auth.ts +1 -1
  903. package/src/sdk/billing.ts +39 -0
  904. package/src/sdk/cloudregions.ts +25 -0
  905. package/src/sdk/deployment.ts +16 -1
  906. package/src/sdk/deploymentgroups.ts +0 -18
  907. package/src/sdk/deployments.ts +30 -15
  908. package/src/sdk/domains.ts +17 -2
  909. package/src/sdk/managers.ts +67 -22
  910. package/src/sdk/projects.ts +47 -17
  911. package/src/sdk/resolve.ts +28 -0
  912. package/src/sdk/resources.ts +48 -0
  913. package/src/sdk/sdk.ts +22 -4
  914. package/src/sdk/sync.ts +19 -4
  915. package/src/sdk/user.ts +29 -1
  916. package/src/sdk/workspaces.ts +15 -0
  917. package/esm/funcs/containersGetAttention.d.ts.map +0 -1
  918. package/esm/funcs/containersGetAttention.js.map +0 -1
  919. package/esm/funcs/containersGetDeploymentCluster.d.ts.map +0 -1
  920. package/esm/funcs/containersGetDeploymentCluster.js.map +0 -1
  921. package/esm/funcs/containersGetDeploymentContainer.d.ts.map +0 -1
  922. package/esm/funcs/containersGetDeploymentContainer.js.map +0 -1
  923. package/esm/funcs/containersGetDeployments.d.ts.map +0 -1
  924. package/esm/funcs/containersGetDeployments.js.map +0 -1
  925. package/esm/funcs/containersGetMachines.d.ts +0 -15
  926. package/esm/funcs/containersGetMachines.d.ts.map +0 -1
  927. package/esm/funcs/containersGetMachines.js.map +0 -1
  928. package/esm/funcs/containersGetOverview.d.ts +0 -15
  929. package/esm/funcs/containersGetOverview.d.ts.map +0 -1
  930. package/esm/funcs/containersGetOverview.js.map +0 -1
  931. package/esm/funcs/containersListDeploymentContainerInstanceEvents.d.ts +0 -15
  932. package/esm/funcs/containersListDeploymentContainerInstanceEvents.d.ts.map +0 -1
  933. package/esm/funcs/containersListDeploymentContainerInstanceEvents.js.map +0 -1
  934. package/esm/funcs/containersListDeploymentContainers.d.ts.map +0 -1
  935. package/esm/funcs/containersListDeploymentContainers.js.map +0 -1
  936. package/esm/funcs/containersListDeploymentEvents.d.ts.map +0 -1
  937. package/esm/funcs/containersListDeploymentEvents.js.map +0 -1
  938. package/esm/funcs/containersListDeploymentMachines.d.ts.map +0 -1
  939. package/esm/funcs/deploymentGroupsGetDeploymentGroupManager.d.ts +0 -19
  940. package/esm/funcs/deploymentGroupsGetDeploymentGroupManager.d.ts.map +0 -1
  941. package/esm/funcs/deploymentGroupsGetDeploymentGroupManager.js.map +0 -1
  942. package/esm/funcs/deploymentsListFilterPlatforms.d.ts +0 -15
  943. package/esm/funcs/deploymentsListFilterPlatforms.d.ts.map +0 -1
  944. package/esm/funcs/deploymentsListFilterPlatforms.js.map +0 -1
  945. package/esm/funcs/managersGoogleCloudConnect.d.ts.map +0 -1
  946. package/esm/funcs/managersGoogleCloudConnect.js.map +0 -1
  947. package/esm/funcs/projectsGetBuildConfig.d.ts.map +0 -1
  948. package/esm/funcs/projectsGetBuildConfig.js.map +0 -1
  949. package/esm/models/deploymentgroupmanagerresponse.d.ts +0 -17
  950. package/esm/models/deploymentgroupmanagerresponse.d.ts.map +0 -1
  951. package/esm/models/deploymentgroupmanagerresponse.js +0 -14
  952. package/esm/models/deploymentgroupmanagerresponse.js.map +0 -1
  953. package/esm/models/deploymentpagebackground.d.ts +0 -67
  954. package/esm/models/deploymentpagebackground.d.ts.map +0 -1
  955. package/esm/models/deploymentpagebackground.js +0 -48
  956. package/esm/models/deploymentpagebackground.js.map +0 -1
  957. package/esm/models/domain.d.ts +0 -36
  958. package/esm/models/domain.d.ts.map +0 -1
  959. package/esm/models/domain.js +0 -32
  960. package/esm/models/domain.js.map +0 -1
  961. package/esm/models/generatedeepstoretokenrequest.d.ts +0 -15
  962. package/esm/models/generatedeepstoretokenrequest.d.ts.map +0 -1
  963. package/esm/models/generatedeepstoretokenrequest.js +0 -12
  964. package/esm/models/generatedeepstoretokenrequest.js.map +0 -1
  965. package/esm/models/generatedeepstoretokenresponse.d.ts +0 -37
  966. package/esm/models/generatedeepstoretokenresponse.d.ts.map +0 -1
  967. package/esm/models/generatedeepstoretokenresponse.js +0 -23
  968. package/esm/models/generatedeepstoretokenresponse.js.map +0 -1
  969. package/esm/models/operations/connectmanagertogooglecloud.d.ts +0 -32
  970. package/esm/models/operations/connectmanagertogooglecloud.d.ts.map +0 -1
  971. package/esm/models/operations/connectmanagertogooglecloud.js +0 -16
  972. package/esm/models/operations/connectmanagertogooglecloud.js.map +0 -1
  973. package/esm/models/operations/generatedeepstoretoken.d.ts +0 -23
  974. package/esm/models/operations/generatedeepstoretoken.d.ts.map +0 -1
  975. package/esm/models/operations/generatedeepstoretoken.js +0 -21
  976. package/esm/models/operations/generatedeepstoretoken.js.map +0 -1
  977. package/esm/models/operations/getcontainerattention.d.ts +0 -75
  978. package/esm/models/operations/getcontainerattention.d.ts.map +0 -1
  979. package/esm/models/operations/getcontainerattention.js +0 -52
  980. package/esm/models/operations/getcontainerattention.js.map +0 -1
  981. package/esm/models/operations/getcontainerdefinitiondeployments.d.ts +0 -64
  982. package/esm/models/operations/getcontainerdefinitiondeployments.d.ts.map +0 -1
  983. package/esm/models/operations/getcontainerdefinitiondeployments.js +0 -47
  984. package/esm/models/operations/getcontainerdefinitiondeployments.js.map +0 -1
  985. package/esm/models/operations/getcontainermachines.d.ts +0 -94
  986. package/esm/models/operations/getcontainermachines.d.ts.map +0 -1
  987. package/esm/models/operations/getcontainermachines.js +0 -90
  988. package/esm/models/operations/getcontainermachines.js.map +0 -1
  989. package/esm/models/operations/getcontaineroverview.d.ts +0 -106
  990. package/esm/models/operations/getcontaineroverview.d.ts.map +0 -1
  991. package/esm/models/operations/getcontaineroverview.js +0 -68
  992. package/esm/models/operations/getcontaineroverview.js.map +0 -1
  993. package/esm/models/operations/getdeploymentcluster.d.ts +0 -62
  994. package/esm/models/operations/getdeploymentcluster.d.ts.map +0 -1
  995. package/esm/models/operations/getdeploymentcluster.js +0 -56
  996. package/esm/models/operations/getdeploymentcluster.js.map +0 -1
  997. package/esm/models/operations/getdeploymentcontainer.d.ts +0 -171
  998. package/esm/models/operations/getdeploymentcontainer.d.ts.map +0 -1
  999. package/esm/models/operations/getdeploymentcontainer.js +0 -163
  1000. package/esm/models/operations/getdeploymentcontainer.js.map +0 -1
  1001. package/esm/models/operations/getdeploymentgroupmanager.d.ts +0 -43
  1002. package/esm/models/operations/getdeploymentgroupmanager.d.ts.map +0 -1
  1003. package/esm/models/operations/getdeploymentgroupmanager.js +0 -27
  1004. package/esm/models/operations/getdeploymentgroupmanager.js.map +0 -1
  1005. package/esm/models/operations/getprojectbuildconfig.d.ts +0 -65
  1006. package/esm/models/operations/getprojectbuildconfig.d.ts.map +0 -1
  1007. package/esm/models/operations/getprojectbuildconfig.js +0 -37
  1008. package/esm/models/operations/getprojectbuildconfig.js.map +0 -1
  1009. package/esm/models/operations/listdeploymentcontainerevents.d.ts +0 -81
  1010. package/esm/models/operations/listdeploymentcontainerevents.d.ts.map +0 -1
  1011. package/esm/models/operations/listdeploymentcontainerevents.js +0 -62
  1012. package/esm/models/operations/listdeploymentcontainerevents.js.map +0 -1
  1013. package/esm/models/operations/listdeploymentcontainerinstanceevents.d.ts +0 -67
  1014. package/esm/models/operations/listdeploymentcontainerinstanceevents.d.ts.map +0 -1
  1015. package/esm/models/operations/listdeploymentcontainerinstanceevents.js +0 -53
  1016. package/esm/models/operations/listdeploymentcontainerinstanceevents.js.map +0 -1
  1017. package/esm/models/operations/listdeploymentcontainers.d.ts +0 -50
  1018. package/esm/models/operations/listdeploymentcontainers.d.ts.map +0 -1
  1019. package/esm/models/operations/listdeploymentcontainers.js +0 -39
  1020. package/esm/models/operations/listdeploymentcontainers.js.map +0 -1
  1021. package/esm/models/operations/listdeploymentfilterplatforms.d.ts +0 -49
  1022. package/esm/models/operations/listdeploymentfilterplatforms.d.ts.map +0 -1
  1023. package/esm/models/operations/listdeploymentfilterplatforms.js +0 -34
  1024. package/esm/models/operations/listdeploymentfilterplatforms.js.map +0 -1
  1025. package/esm/models/operations/listdeploymentmachines.d.ts +0 -78
  1026. package/esm/models/operations/listdeploymentmachines.d.ts.map +0 -1
  1027. package/esm/models/operations/listdeploymentmachines.js +0 -70
  1028. package/esm/models/operations/listdeploymentmachines.js.map +0 -1
  1029. package/esm/sdk/containers.d.ts +0 -45
  1030. package/esm/sdk/containers.d.ts.map +0 -1
  1031. package/esm/sdk/containers.js +0 -78
  1032. package/esm/sdk/containers.js.map +0 -1
  1033. package/src/funcs/containersGetDeployments.ts +0 -187
  1034. package/src/funcs/containersListDeploymentEvents.ts +0 -186
  1035. package/src/models/deploymentgroupmanagerresponse.ts +0 -38
  1036. package/src/models/deploymentpagebackground.ts +0 -107
  1037. package/src/models/domain.ts +0 -67
  1038. package/src/models/generatedeepstoretokenresponse.ts +0 -68
  1039. package/src/models/operations/connectmanagertogooglecloud.ts +0 -56
  1040. package/src/models/operations/generatedeepstoretoken.ts +0 -55
  1041. package/src/models/operations/getcontainerattention.ts +0 -160
  1042. package/src/models/operations/getcontainerdefinitiondeployments.ts +0 -150
  1043. package/src/models/operations/getcontainermachines.ts +0 -258
  1044. package/src/models/operations/getcontaineroverview.ts +0 -223
  1045. package/src/models/operations/getdeploymentcluster.ts +0 -168
  1046. package/src/models/operations/getdeploymentcontainer.ts +0 -429
  1047. package/src/models/operations/getdeploymentgroupmanager.ts +0 -71
  1048. package/src/models/operations/getprojectbuildconfig.ts +0 -112
  1049. package/src/models/operations/listdeploymentcontainerevents.ts +0 -192
  1050. package/src/models/operations/listdeploymentcontainerinstanceevents.ts +0 -178
  1051. package/src/models/operations/listdeploymentcontainers.ts +0 -110
  1052. package/src/models/operations/listdeploymentfilterplatforms.ts +0 -94
  1053. package/src/models/operations/listdeploymentmachines.ts +0 -196
  1054. package/src/sdk/containers.ts +0 -159
@@ -0,0 +1,2845 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+
5
+ import * as z from "zod/v4";
6
+ import { remap as remap$ } from "../../lib/primitives.js";
7
+ import { ClosedEnum } from "../../types/enums.js";
8
+ import * as models from "../index.js";
9
+
10
+ export const PrepareDeploymentStackPlatform = {
11
+ Aws: "aws",
12
+ Gcp: "gcp",
13
+ Azure: "azure",
14
+ } as const;
15
+ export type PrepareDeploymentStackPlatform = ClosedEnum<
16
+ typeof PrepareDeploymentStackPlatform
17
+ >;
18
+
19
+ /**
20
+ * Deployment model: how updates are delivered to the remote environment.
21
+ */
22
+ export const DeploymentModel = {
23
+ Push: "push",
24
+ Pull: "pull",
25
+ } as const;
26
+ /**
27
+ * Deployment model: how updates are delivered to the remote environment.
28
+ */
29
+ export type DeploymentModel = ClosedEnum<typeof DeploymentModel>;
30
+
31
+ export type PrepareDeploymentStackAws = {
32
+ certificateArn: string;
33
+ };
34
+
35
+ export type Aws = PrepareDeploymentStackAws | any;
36
+
37
+ export type PrepareDeploymentStackAzure = {
38
+ keyVaultCertificateId: string;
39
+ };
40
+
41
+ export type Azure = PrepareDeploymentStackAzure | any;
42
+
43
+ export type PrepareDeploymentStackGcp = {
44
+ certificateName: string;
45
+ };
46
+
47
+ export type Gcp = PrepareDeploymentStackGcp | any;
48
+
49
+ /**
50
+ * Namespace-scoped Kubernetes TLS Secret reference.
51
+ */
52
+ export type TlsSecretRef = {
53
+ /**
54
+ * Secret namespace. Defaults to the release namespace when omitted.
55
+ */
56
+ namespace?: string | null | undefined;
57
+ /**
58
+ * Secret name.
59
+ */
60
+ secretName: string;
61
+ };
62
+
63
+ export type DomainsKubernetes = {
64
+ /**
65
+ * Namespace-scoped Kubernetes TLS Secret reference.
66
+ */
67
+ tlsSecretRef: TlsSecretRef;
68
+ };
69
+
70
+ export type DomainsKubernetesUnion = DomainsKubernetes | any;
71
+
72
+ /**
73
+ * Platform-specific certificate references for custom domains.
74
+ */
75
+ export type DomainsCertificate = {
76
+ aws?: PrepareDeploymentStackAws | any | null | undefined;
77
+ azure?: PrepareDeploymentStackAzure | any | null | undefined;
78
+ gcp?: PrepareDeploymentStackGcp | any | null | undefined;
79
+ kubernetes?: DomainsKubernetes | any | null | undefined;
80
+ };
81
+
82
+ /**
83
+ * Custom domain configuration for a single resource.
84
+ */
85
+ export type CustomDomains = {
86
+ /**
87
+ * Platform-specific certificate references for custom domains.
88
+ */
89
+ certificate: DomainsCertificate;
90
+ /**
91
+ * Fully qualified domain name to use.
92
+ */
93
+ domain: string;
94
+ };
95
+
96
+ /**
97
+ * Domain configuration for the stack.
98
+ *
99
+ * @remarks
100
+ *
101
+ * When `custom_domains` is set, the specified resources use customer-provided
102
+ * domains and certificates. Otherwise, Alien auto-generates domains.
103
+ */
104
+ export type Domains = {
105
+ /**
106
+ * Custom domain configuration per resource ID.
107
+ */
108
+ customDomains?: { [k: string]: CustomDomains } | null | undefined;
109
+ };
110
+
111
+ export type DomainsUnion = Domains | any;
112
+
113
+ /**
114
+ * External bindings for pre-existing infrastructure.
115
+ *
116
+ * @remarks
117
+ * Allows using existing resources (MinIO, Redis, shared Container Apps
118
+ * Environment, etc.) instead of having Alien provision them.
119
+ * Required for Kubernetes platform, optional for cloud platforms.
120
+ */
121
+ export type ExternalBindings = {};
122
+
123
+ /**
124
+ * How heartbeat health checks are handled.
125
+ */
126
+ export const Heartbeats = {
127
+ Off: "off",
128
+ On: "on",
129
+ } as const;
130
+ /**
131
+ * How heartbeat health checks are handled.
132
+ */
133
+ export type Heartbeats = ClosedEnum<typeof Heartbeats>;
134
+
135
+ /**
136
+ * Optional provider-specific identity for a cloud-backed Kubernetes cluster.
137
+ */
138
+ export type Cloud = {
139
+ accountId?: string | null | undefined;
140
+ clusterId?: string | null | undefined;
141
+ clusterName?: string | null | undefined;
142
+ projectId?: string | null | undefined;
143
+ region?: string | null | undefined;
144
+ resourceGroup?: string | null | undefined;
145
+ subscriptionId?: string | null | undefined;
146
+ };
147
+
148
+ export type CloudUnion = Cloud | any;
149
+
150
+ /**
151
+ * Ownership model for the Kubernetes cluster.
152
+ */
153
+ export const Ownership = {
154
+ Managed: "managed",
155
+ Existing: "existing",
156
+ External: "external",
157
+ } as const;
158
+ /**
159
+ * Ownership model for the Kubernetes cluster.
160
+ */
161
+ export type Ownership = ClosedEnum<typeof Ownership>;
162
+
163
+ /**
164
+ * Kubernetes cluster setup settings.
165
+ */
166
+ export type Cluster = {
167
+ cloud?: Cloud | any | null | undefined;
168
+ /**
169
+ * Namespace where the Alien chart and application resources run.
170
+ */
171
+ namespace?: string | null | undefined;
172
+ /**
173
+ * Ownership model for the Kubernetes cluster.
174
+ */
175
+ ownership: Ownership;
176
+ };
177
+
178
+ export type ClusterUnion = Cluster | any;
179
+
180
+ export type CertificateNone2 = {
181
+ mode: "none";
182
+ };
183
+
184
+ export type CertificateManagedTLSSecret2 = {
185
+ mode: "managedTlsSecret";
186
+ /**
187
+ * Secret name template. Runtime may substitute resource/deployment tokens.
188
+ */
189
+ secretNameTemplate: string;
190
+ };
191
+
192
+ export type CertificateAwsAcmArn2 = {
193
+ /**
194
+ * Existing ACM certificate ARN.
195
+ */
196
+ certificateArn: string;
197
+ mode: "awsAcmArn";
198
+ };
199
+
200
+ export type CertificateManagedAcmImport2 = {
201
+ mode: "managedAcmImport";
202
+ /**
203
+ * ACM region. Defaults to the deployment region when omitted.
204
+ */
205
+ region?: string | null | undefined;
206
+ /**
207
+ * Tags applied to runtime-imported ACM certificates.
208
+ */
209
+ tags?: { [k: string]: string } | undefined;
210
+ };
211
+
212
+ /**
213
+ * Namespace-scoped Kubernetes TLS Secret reference.
214
+ */
215
+ export type CertificateTLSSecretRef2 = {
216
+ /**
217
+ * Secret namespace. Defaults to the release namespace when omitted.
218
+ */
219
+ namespace?: string | null | undefined;
220
+ /**
221
+ * Secret name.
222
+ */
223
+ secretName: string;
224
+ mode: "tlsSecretRef";
225
+ };
226
+
227
+ /**
228
+ * Certificate publication or reference mode for Kubernetes public endpoints.
229
+ */
230
+ export type CertificateUnion2 =
231
+ | CertificateTLSSecretRef2
232
+ | CertificateManagedAcmImport2
233
+ | CertificateAwsAcmArn2
234
+ | CertificateManagedTLSSecret2
235
+ | CertificateNone2;
236
+
237
+ export const ModeCustom = {
238
+ Custom: "custom",
239
+ } as const;
240
+ export type ModeCustom = ClosedEnum<typeof ModeCustom>;
241
+
242
+ export const ProviderAzureApplicationGatewayForContainersEnum4 = {
243
+ AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers",
244
+ } as const;
245
+ export type ProviderAzureApplicationGatewayForContainersEnum4 = ClosedEnum<
246
+ typeof ProviderAzureApplicationGatewayForContainersEnum4
247
+ >;
248
+
249
+ export type ProviderAzureApplicationGatewayForContainers4 = {
250
+ /**
251
+ * Optional ALB name when using BYO Application Gateway resources.
252
+ */
253
+ albName?: string | null | undefined;
254
+ /**
255
+ * Optional ALB namespace when using BYO Application Gateway resources.
256
+ */
257
+ albNamespace?: string | null | undefined;
258
+ /**
259
+ * Public or internal frontend exposure.
260
+ */
261
+ frontend: string;
262
+ provider: ProviderAzureApplicationGatewayForContainersEnum4;
263
+ };
264
+
265
+ export const ProviderGkeGatewayEnum4 = {
266
+ GkeGateway: "gkeGateway",
267
+ } as const;
268
+ export type ProviderGkeGatewayEnum4 = ClosedEnum<
269
+ typeof ProviderGkeGatewayEnum4
270
+ >;
271
+
272
+ export type ProviderGkeGateway4 = {
273
+ provider: ProviderGkeGatewayEnum4;
274
+ /**
275
+ * Optional static address name for the Gateway frontend.
276
+ */
277
+ staticAddressName?: string | null | undefined;
278
+ };
279
+
280
+ export const ProviderAwsAlbEnum4 = {
281
+ AwsAlb: "awsAlb",
282
+ } as const;
283
+ export type ProviderAwsAlbEnum4 = ClosedEnum<typeof ProviderAwsAlbEnum4>;
284
+
285
+ export type ProviderAwsAlb4 = {
286
+ /**
287
+ * Optional ALB IP address type, such as `dualstack`.
288
+ */
289
+ ipAddressType?: string | null | undefined;
290
+ provider: ProviderAwsAlbEnum4;
291
+ /**
292
+ * Internet-facing or internal ALB scheme.
293
+ */
294
+ scheme: string;
295
+ /**
296
+ * Explicit subnet IDs when the profile cannot rely on controller discovery.
297
+ */
298
+ subnetIds?: Array<string> | undefined;
299
+ /**
300
+ * ALB target type, usually `ip`.
301
+ */
302
+ targetType: string;
303
+ };
304
+
305
+ export type ProviderUnion4 =
306
+ | ProviderAwsAlb4
307
+ | ProviderAzureApplicationGatewayForContainers4
308
+ | ProviderGkeGateway4
309
+ | any;
310
+
311
+ /**
312
+ * Shared Gateway API route profile values.
313
+ */
314
+ export type RouteGateway2 = {
315
+ /**
316
+ * Annotations applied to route objects.
317
+ */
318
+ annotations?: { [k: string]: string } | undefined;
319
+ /**
320
+ * Route controller identifier, for example a cloud Gateway controller.
321
+ */
322
+ controller?: string | null | undefined;
323
+ /**
324
+ * GatewayClass selected for generated Gateways.
325
+ */
326
+ gatewayClassName: string;
327
+ /**
328
+ * Labels applied to route objects.
329
+ */
330
+ labels?: { [k: string]: string } | undefined;
331
+ /**
332
+ * Listener port, usually 443.
333
+ */
334
+ listenerPort: number;
335
+ provider?:
336
+ | ProviderAwsAlb4
337
+ | ProviderAzureApplicationGatewayForContainers4
338
+ | ProviderGkeGateway4
339
+ | any
340
+ | null
341
+ | undefined;
342
+ routeApi: "gateway";
343
+ };
344
+
345
+ export const ProviderAzureApplicationGatewayForContainersEnum3 = {
346
+ AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers",
347
+ } as const;
348
+ export type ProviderAzureApplicationGatewayForContainersEnum3 = ClosedEnum<
349
+ typeof ProviderAzureApplicationGatewayForContainersEnum3
350
+ >;
351
+
352
+ export type ProviderAzureApplicationGatewayForContainers3 = {
353
+ /**
354
+ * Optional ALB name when using BYO Application Gateway resources.
355
+ */
356
+ albName?: string | null | undefined;
357
+ /**
358
+ * Optional ALB namespace when using BYO Application Gateway resources.
359
+ */
360
+ albNamespace?: string | null | undefined;
361
+ /**
362
+ * Public or internal frontend exposure.
363
+ */
364
+ frontend: string;
365
+ provider: ProviderAzureApplicationGatewayForContainersEnum3;
366
+ };
367
+
368
+ export const ProviderGkeGatewayEnum3 = {
369
+ GkeGateway: "gkeGateway",
370
+ } as const;
371
+ export type ProviderGkeGatewayEnum3 = ClosedEnum<
372
+ typeof ProviderGkeGatewayEnum3
373
+ >;
374
+
375
+ export type ProviderGkeGateway3 = {
376
+ provider: ProviderGkeGatewayEnum3;
377
+ /**
378
+ * Optional static address name for the Gateway frontend.
379
+ */
380
+ staticAddressName?: string | null | undefined;
381
+ };
382
+
383
+ export const ProviderAwsAlbEnum3 = {
384
+ AwsAlb: "awsAlb",
385
+ } as const;
386
+ export type ProviderAwsAlbEnum3 = ClosedEnum<typeof ProviderAwsAlbEnum3>;
387
+
388
+ export type ProviderAwsAlb3 = {
389
+ /**
390
+ * Optional ALB IP address type, such as `dualstack`.
391
+ */
392
+ ipAddressType?: string | null | undefined;
393
+ provider: ProviderAwsAlbEnum3;
394
+ /**
395
+ * Internet-facing or internal ALB scheme.
396
+ */
397
+ scheme: string;
398
+ /**
399
+ * Explicit subnet IDs when the profile cannot rely on controller discovery.
400
+ */
401
+ subnetIds?: Array<string> | undefined;
402
+ /**
403
+ * ALB target type, usually `ip`.
404
+ */
405
+ targetType: string;
406
+ };
407
+
408
+ export type ProviderUnion3 =
409
+ | ProviderAwsAlb3
410
+ | ProviderAzureApplicationGatewayForContainers3
411
+ | ProviderGkeGateway3
412
+ | any;
413
+
414
+ /**
415
+ * Shared Ingress route profile values.
416
+ */
417
+ export type RouteIngress2 = {
418
+ /**
419
+ * Annotations applied to route objects.
420
+ */
421
+ annotations?: { [k: string]: string } | undefined;
422
+ /**
423
+ * Route controller identifier, for example `eks.amazonaws.com/alb`.
424
+ */
425
+ controller?: string | null | undefined;
426
+ /**
427
+ * `spec.ingressClassName` for generated Ingresses.
428
+ */
429
+ ingressClassName: string;
430
+ /**
431
+ * Labels applied to route objects.
432
+ */
433
+ labels?: { [k: string]: string } | undefined;
434
+ provider?:
435
+ | ProviderAwsAlb3
436
+ | ProviderAzureApplicationGatewayForContainers3
437
+ | ProviderGkeGateway3
438
+ | any
439
+ | null
440
+ | undefined;
441
+ routeApi: "ingress";
442
+ };
443
+
444
+ /**
445
+ * Kubernetes route API selected for public endpoints.
446
+ */
447
+ export type RouteUnion2 = RouteIngress2 | RouteGateway2;
448
+
449
+ export type ExposureCustom = {
450
+ /**
451
+ * Certificate publication or reference mode for Kubernetes public endpoints.
452
+ */
453
+ certificate:
454
+ | CertificateTLSSecretRef2
455
+ | CertificateManagedAcmImport2
456
+ | CertificateAwsAcmArn2
457
+ | CertificateManagedTLSSecret2
458
+ | CertificateNone2;
459
+ /**
460
+ * Hostname routed by the Kubernetes public endpoint.
461
+ */
462
+ domain: string;
463
+ mode: ModeCustom;
464
+ /**
465
+ * Kubernetes route API selected for public endpoints.
466
+ */
467
+ route: RouteIngress2 | RouteGateway2;
468
+ };
469
+
470
+ export type CertificateNone1 = {
471
+ mode: "none";
472
+ };
473
+
474
+ export type CertificateManagedTLSSecret1 = {
475
+ mode: "managedTlsSecret";
476
+ /**
477
+ * Secret name template. Runtime may substitute resource/deployment tokens.
478
+ */
479
+ secretNameTemplate: string;
480
+ };
481
+
482
+ export type CertificateAwsAcmArn1 = {
483
+ /**
484
+ * Existing ACM certificate ARN.
485
+ */
486
+ certificateArn: string;
487
+ mode: "awsAcmArn";
488
+ };
489
+
490
+ export type CertificateManagedAcmImport1 = {
491
+ mode: "managedAcmImport";
492
+ /**
493
+ * ACM region. Defaults to the deployment region when omitted.
494
+ */
495
+ region?: string | null | undefined;
496
+ /**
497
+ * Tags applied to runtime-imported ACM certificates.
498
+ */
499
+ tags?: { [k: string]: string } | undefined;
500
+ };
501
+
502
+ /**
503
+ * Namespace-scoped Kubernetes TLS Secret reference.
504
+ */
505
+ export type CertificateTLSSecretRef1 = {
506
+ /**
507
+ * Secret namespace. Defaults to the release namespace when omitted.
508
+ */
509
+ namespace?: string | null | undefined;
510
+ /**
511
+ * Secret name.
512
+ */
513
+ secretName: string;
514
+ mode: "tlsSecretRef";
515
+ };
516
+
517
+ /**
518
+ * Certificate publication or reference mode for Kubernetes public endpoints.
519
+ */
520
+ export type CertificateUnion1 =
521
+ | CertificateTLSSecretRef1
522
+ | CertificateManagedAcmImport1
523
+ | CertificateAwsAcmArn1
524
+ | CertificateManagedTLSSecret1
525
+ | CertificateNone1;
526
+
527
+ export const ModeGenerated = {
528
+ Generated: "generated",
529
+ } as const;
530
+ export type ModeGenerated = ClosedEnum<typeof ModeGenerated>;
531
+
532
+ export const ProviderAzureApplicationGatewayForContainersEnum2 = {
533
+ AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers",
534
+ } as const;
535
+ export type ProviderAzureApplicationGatewayForContainersEnum2 = ClosedEnum<
536
+ typeof ProviderAzureApplicationGatewayForContainersEnum2
537
+ >;
538
+
539
+ export type ProviderAzureApplicationGatewayForContainers2 = {
540
+ /**
541
+ * Optional ALB name when using BYO Application Gateway resources.
542
+ */
543
+ albName?: string | null | undefined;
544
+ /**
545
+ * Optional ALB namespace when using BYO Application Gateway resources.
546
+ */
547
+ albNamespace?: string | null | undefined;
548
+ /**
549
+ * Public or internal frontend exposure.
550
+ */
551
+ frontend: string;
552
+ provider: ProviderAzureApplicationGatewayForContainersEnum2;
553
+ };
554
+
555
+ export const ProviderGkeGatewayEnum2 = {
556
+ GkeGateway: "gkeGateway",
557
+ } as const;
558
+ export type ProviderGkeGatewayEnum2 = ClosedEnum<
559
+ typeof ProviderGkeGatewayEnum2
560
+ >;
561
+
562
+ export type ProviderGkeGateway2 = {
563
+ provider: ProviderGkeGatewayEnum2;
564
+ /**
565
+ * Optional static address name for the Gateway frontend.
566
+ */
567
+ staticAddressName?: string | null | undefined;
568
+ };
569
+
570
+ export const ProviderAwsAlbEnum2 = {
571
+ AwsAlb: "awsAlb",
572
+ } as const;
573
+ export type ProviderAwsAlbEnum2 = ClosedEnum<typeof ProviderAwsAlbEnum2>;
574
+
575
+ export type ProviderAwsAlb2 = {
576
+ /**
577
+ * Optional ALB IP address type, such as `dualstack`.
578
+ */
579
+ ipAddressType?: string | null | undefined;
580
+ provider: ProviderAwsAlbEnum2;
581
+ /**
582
+ * Internet-facing or internal ALB scheme.
583
+ */
584
+ scheme: string;
585
+ /**
586
+ * Explicit subnet IDs when the profile cannot rely on controller discovery.
587
+ */
588
+ subnetIds?: Array<string> | undefined;
589
+ /**
590
+ * ALB target type, usually `ip`.
591
+ */
592
+ targetType: string;
593
+ };
594
+
595
+ export type ProviderUnion2 =
596
+ | ProviderAwsAlb2
597
+ | ProviderAzureApplicationGatewayForContainers2
598
+ | ProviderGkeGateway2
599
+ | any;
600
+
601
+ /**
602
+ * Shared Gateway API route profile values.
603
+ */
604
+ export type RouteGateway1 = {
605
+ /**
606
+ * Annotations applied to route objects.
607
+ */
608
+ annotations?: { [k: string]: string } | undefined;
609
+ /**
610
+ * Route controller identifier, for example a cloud Gateway controller.
611
+ */
612
+ controller?: string | null | undefined;
613
+ /**
614
+ * GatewayClass selected for generated Gateways.
615
+ */
616
+ gatewayClassName: string;
617
+ /**
618
+ * Labels applied to route objects.
619
+ */
620
+ labels?: { [k: string]: string } | undefined;
621
+ /**
622
+ * Listener port, usually 443.
623
+ */
624
+ listenerPort: number;
625
+ provider?:
626
+ | ProviderAwsAlb2
627
+ | ProviderAzureApplicationGatewayForContainers2
628
+ | ProviderGkeGateway2
629
+ | any
630
+ | null
631
+ | undefined;
632
+ routeApi: "gateway";
633
+ };
634
+
635
+ export const ProviderAzureApplicationGatewayForContainersEnum1 = {
636
+ AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers",
637
+ } as const;
638
+ export type ProviderAzureApplicationGatewayForContainersEnum1 = ClosedEnum<
639
+ typeof ProviderAzureApplicationGatewayForContainersEnum1
640
+ >;
641
+
642
+ export type ProviderAzureApplicationGatewayForContainers1 = {
643
+ /**
644
+ * Optional ALB name when using BYO Application Gateway resources.
645
+ */
646
+ albName?: string | null | undefined;
647
+ /**
648
+ * Optional ALB namespace when using BYO Application Gateway resources.
649
+ */
650
+ albNamespace?: string | null | undefined;
651
+ /**
652
+ * Public or internal frontend exposure.
653
+ */
654
+ frontend: string;
655
+ provider: ProviderAzureApplicationGatewayForContainersEnum1;
656
+ };
657
+
658
+ export const ProviderGkeGatewayEnum1 = {
659
+ GkeGateway: "gkeGateway",
660
+ } as const;
661
+ export type ProviderGkeGatewayEnum1 = ClosedEnum<
662
+ typeof ProviderGkeGatewayEnum1
663
+ >;
664
+
665
+ export type ProviderGkeGateway1 = {
666
+ provider: ProviderGkeGatewayEnum1;
667
+ /**
668
+ * Optional static address name for the Gateway frontend.
669
+ */
670
+ staticAddressName?: string | null | undefined;
671
+ };
672
+
673
+ export const ProviderAwsAlbEnum1 = {
674
+ AwsAlb: "awsAlb",
675
+ } as const;
676
+ export type ProviderAwsAlbEnum1 = ClosedEnum<typeof ProviderAwsAlbEnum1>;
677
+
678
+ export type ProviderAwsAlb1 = {
679
+ /**
680
+ * Optional ALB IP address type, such as `dualstack`.
681
+ */
682
+ ipAddressType?: string | null | undefined;
683
+ provider: ProviderAwsAlbEnum1;
684
+ /**
685
+ * Internet-facing or internal ALB scheme.
686
+ */
687
+ scheme: string;
688
+ /**
689
+ * Explicit subnet IDs when the profile cannot rely on controller discovery.
690
+ */
691
+ subnetIds?: Array<string> | undefined;
692
+ /**
693
+ * ALB target type, usually `ip`.
694
+ */
695
+ targetType: string;
696
+ };
697
+
698
+ export type ProviderUnion1 =
699
+ | ProviderAwsAlb1
700
+ | ProviderAzureApplicationGatewayForContainers1
701
+ | ProviderGkeGateway1
702
+ | any;
703
+
704
+ /**
705
+ * Shared Ingress route profile values.
706
+ */
707
+ export type RouteIngress1 = {
708
+ /**
709
+ * Annotations applied to route objects.
710
+ */
711
+ annotations?: { [k: string]: string } | undefined;
712
+ /**
713
+ * Route controller identifier, for example `eks.amazonaws.com/alb`.
714
+ */
715
+ controller?: string | null | undefined;
716
+ /**
717
+ * `spec.ingressClassName` for generated Ingresses.
718
+ */
719
+ ingressClassName: string;
720
+ /**
721
+ * Labels applied to route objects.
722
+ */
723
+ labels?: { [k: string]: string } | undefined;
724
+ provider?:
725
+ | ProviderAwsAlb1
726
+ | ProviderAzureApplicationGatewayForContainers1
727
+ | ProviderGkeGateway1
728
+ | any
729
+ | null
730
+ | undefined;
731
+ routeApi: "ingress";
732
+ };
733
+
734
+ /**
735
+ * Kubernetes route API selected for public endpoints.
736
+ */
737
+ export type RouteUnion1 = RouteIngress1 | RouteGateway1;
738
+
739
+ export type ExposureGenerated = {
740
+ /**
741
+ * Certificate publication or reference mode for Kubernetes public endpoints.
742
+ */
743
+ certificate:
744
+ | CertificateTLSSecretRef1
745
+ | CertificateManagedAcmImport1
746
+ | CertificateAwsAcmArn1
747
+ | CertificateManagedTLSSecret1
748
+ | CertificateNone1;
749
+ mode: ModeGenerated;
750
+ /**
751
+ * Kubernetes route API selected for public endpoints.
752
+ */
753
+ route: RouteIngress1 | RouteGateway1;
754
+ };
755
+
756
+ export const ModeDisabled = {
757
+ Disabled: "disabled",
758
+ } as const;
759
+ export type ModeDisabled = ClosedEnum<typeof ModeDisabled>;
760
+
761
+ export type ExposureDisabled = {
762
+ mode: ModeDisabled;
763
+ };
764
+
765
+ export type Exposure =
766
+ | ExposureCustom
767
+ | ExposureGenerated
768
+ | ExposureDisabled
769
+ | any;
770
+
771
+ /**
772
+ * Kubernetes runtime substrate configuration.
773
+ *
774
+ * @remarks
775
+ *
776
+ * This controls how setup chooses the cluster backing `Platform::Kubernetes`
777
+ * deployments. When omitted, cloud-backed Kubernetes deployments default to a
778
+ * managed cluster and generic/on-prem Kubernetes defaults to an external
779
+ * cluster.
780
+ */
781
+ export type PrepareDeploymentStackKubernetes = {
782
+ cluster?: Cluster | any | null | undefined;
783
+ exposure?:
784
+ | ExposureCustom
785
+ | ExposureGenerated
786
+ | ExposureDisabled
787
+ | any
788
+ | null
789
+ | undefined;
790
+ };
791
+
792
+ export type Kubernetes = PrepareDeploymentStackKubernetes | any;
793
+
794
+ export const TypeByoVnetAzure = {
795
+ ByoVnetAzure: "byo-vnet-azure",
796
+ } as const;
797
+ export type TypeByoVnetAzure = ClosedEnum<typeof TypeByoVnetAzure>;
798
+
799
+ export type NetworkByoVnetAzure = {
800
+ /**
801
+ * Name of the private subnet within the VNet
802
+ */
803
+ privateSubnetName: string;
804
+ /**
805
+ * Name of the public subnet within the VNet
806
+ */
807
+ publicSubnetName: string;
808
+ type: TypeByoVnetAzure;
809
+ /**
810
+ * The full resource ID of the existing VNet
811
+ */
812
+ vnetResourceId: string;
813
+ };
814
+
815
+ export const TypeByoVpcGcp = {
816
+ ByoVpcGcp: "byo-vpc-gcp",
817
+ } as const;
818
+ export type TypeByoVpcGcp = ClosedEnum<typeof TypeByoVpcGcp>;
819
+
820
+ export type NetworkByoVpcGcp = {
821
+ /**
822
+ * The name of the existing VPC network
823
+ */
824
+ networkName: string;
825
+ /**
826
+ * The region of the subnet
827
+ */
828
+ region: string;
829
+ /**
830
+ * The name of the subnet to use
831
+ */
832
+ subnetName: string;
833
+ type: TypeByoVpcGcp;
834
+ };
835
+
836
+ export const TypeByoVpcAws = {
837
+ ByoVpcAws: "byo-vpc-aws",
838
+ } as const;
839
+ export type TypeByoVpcAws = ClosedEnum<typeof TypeByoVpcAws>;
840
+
841
+ export type NetworkByoVpcAws = {
842
+ /**
843
+ * IDs of private subnets
844
+ */
845
+ privateSubnetIds: Array<string>;
846
+ /**
847
+ * IDs of public subnets (required for public ingress)
848
+ */
849
+ publicSubnetIds: Array<string>;
850
+ /**
851
+ * Optional security group IDs to use
852
+ */
853
+ securityGroupIds?: Array<string> | undefined;
854
+ type: TypeByoVpcAws;
855
+ /**
856
+ * The ID of the existing VPC
857
+ */
858
+ vpcId: string;
859
+ };
860
+
861
+ export const TypeCreate = {
862
+ Create: "create",
863
+ } as const;
864
+ export type TypeCreate = ClosedEnum<typeof TypeCreate>;
865
+
866
+ export type NetworkCreate = {
867
+ /**
868
+ * Number of availability zones (default: 2).
869
+ */
870
+ availabilityZones?: number | undefined;
871
+ /**
872
+ * VPC/VNet CIDR block. If not specified, auto-generated from stack ID
873
+ *
874
+ * @remarks
875
+ * to reduce conflicts (e.g., "10.{hash}.0.0/16").
876
+ */
877
+ cidr?: string | null | undefined;
878
+ type: TypeCreate;
879
+ };
880
+
881
+ export const TypeUseDefault = {
882
+ UseDefault: "use-default",
883
+ } as const;
884
+ export type TypeUseDefault = ClosedEnum<typeof TypeUseDefault>;
885
+
886
+ export type NetworkUseDefault = {
887
+ type: TypeUseDefault;
888
+ };
889
+
890
+ export type Network =
891
+ | NetworkByoVpcAws
892
+ | NetworkByoVpcGcp
893
+ | NetworkByoVnetAzure
894
+ | NetworkUseDefault
895
+ | NetworkCreate
896
+ | any;
897
+
898
+ /**
899
+ * How telemetry (logs, metrics, traces) is handled.
900
+ */
901
+ export const Telemetry = {
902
+ Off: "off",
903
+ Auto: "auto",
904
+ ApprovalRequired: "approval-required",
905
+ } as const;
906
+ /**
907
+ * How telemetry (logs, metrics, traces) is handled.
908
+ */
909
+ export type Telemetry = ClosedEnum<typeof Telemetry>;
910
+
911
+ /**
912
+ * How updates are delivered to the deployment.
913
+ */
914
+ export const Updates = {
915
+ Auto: "auto",
916
+ ApprovalRequired: "approval-required",
917
+ } as const;
918
+ /**
919
+ * How updates are delivered to the deployment.
920
+ */
921
+ export type Updates = ClosedEnum<typeof Updates>;
922
+
923
+ /**
924
+ * User-customizable deployment settings specified at deploy time.
925
+ *
926
+ * @remarks
927
+ *
928
+ * These settings are provided by the customer via CloudFormation parameters,
929
+ * Terraform attributes, CLI flags, or Helm values. They customize how the
930
+ * deployment runs and what capabilities are enabled.
931
+ *
932
+ * **Key distinction**: StackSettings is user-customizable, while ManagementConfig
933
+ * is platform-derived (from the Manager's ServiceAccount).
934
+ */
935
+ export type StackSettings = {
936
+ /**
937
+ * Deployment model: how updates are delivered to the remote environment.
938
+ */
939
+ deploymentModel?: DeploymentModel | undefined;
940
+ domains?: Domains | any | null | undefined;
941
+ /**
942
+ * External bindings for pre-existing infrastructure.
943
+ *
944
+ * @remarks
945
+ * Allows using existing resources (MinIO, Redis, shared Container Apps
946
+ * Environment, etc.) instead of having Alien provision them.
947
+ * Required for Kubernetes platform, optional for cloud platforms.
948
+ */
949
+ externalBindings?: ExternalBindings | null | undefined;
950
+ /**
951
+ * How heartbeat health checks are handled.
952
+ */
953
+ heartbeats?: Heartbeats | undefined;
954
+ kubernetes?: PrepareDeploymentStackKubernetes | any | null | undefined;
955
+ network?:
956
+ | NetworkByoVpcAws
957
+ | NetworkByoVpcGcp
958
+ | NetworkByoVnetAzure
959
+ | NetworkUseDefault
960
+ | NetworkCreate
961
+ | any
962
+ | null
963
+ | undefined;
964
+ /**
965
+ * How telemetry (logs, metrics, traces) is handled.
966
+ */
967
+ telemetry?: Telemetry | undefined;
968
+ /**
969
+ * How updates are delivered to the deployment.
970
+ */
971
+ updates?: Updates | undefined;
972
+ };
973
+
974
+ export type PrepareDeploymentStackRequestBody = {
975
+ platform: PrepareDeploymentStackPlatform;
976
+ setupMethod: models.DeploymentSetupMethod;
977
+ region?: string | undefined;
978
+ /**
979
+ * User-customizable deployment settings specified at deploy time.
980
+ *
981
+ * @remarks
982
+ *
983
+ * These settings are provided by the customer via CloudFormation parameters,
984
+ * Terraform attributes, CLI flags, or Helm values. They customize how the
985
+ * deployment runs and what capabilities are enabled.
986
+ *
987
+ * **Key distinction**: StackSettings is user-customizable, while ManagementConfig
988
+ * is platform-derived (from the Manager's ServiceAccount).
989
+ */
990
+ stackSettings: StackSettings;
991
+ };
992
+
993
+ export type PrepareDeploymentStackRequest = {
994
+ /**
995
+ * Workspace name. Defaults to your last workspace (user auth) or your API key's workspace (token auth). When using an API key, if provided, must match the key's workspace.
996
+ */
997
+ workspace?: string | undefined;
998
+ requestBody?: PrepareDeploymentStackRequestBody | undefined;
999
+ };
1000
+
1001
+ /** @internal */
1002
+ export const PrepareDeploymentStackPlatform$outboundSchema: z.ZodEnum<
1003
+ typeof PrepareDeploymentStackPlatform
1004
+ > = z.enum(PrepareDeploymentStackPlatform);
1005
+
1006
+ /** @internal */
1007
+ export const DeploymentModel$outboundSchema: z.ZodEnum<typeof DeploymentModel> =
1008
+ z.enum(DeploymentModel);
1009
+
1010
+ /** @internal */
1011
+ export type PrepareDeploymentStackAws$Outbound = {
1012
+ certificateArn: string;
1013
+ };
1014
+
1015
+ /** @internal */
1016
+ export const PrepareDeploymentStackAws$outboundSchema: z.ZodType<
1017
+ PrepareDeploymentStackAws$Outbound,
1018
+ PrepareDeploymentStackAws
1019
+ > = z.object({
1020
+ certificateArn: z.string(),
1021
+ });
1022
+
1023
+ export function prepareDeploymentStackAwsToJSON(
1024
+ prepareDeploymentStackAws: PrepareDeploymentStackAws,
1025
+ ): string {
1026
+ return JSON.stringify(
1027
+ PrepareDeploymentStackAws$outboundSchema.parse(prepareDeploymentStackAws),
1028
+ );
1029
+ }
1030
+
1031
+ /** @internal */
1032
+ export type Aws$Outbound = PrepareDeploymentStackAws$Outbound | any;
1033
+
1034
+ /** @internal */
1035
+ export const Aws$outboundSchema: z.ZodType<Aws$Outbound, Aws> = z.union([
1036
+ z.lazy(() => PrepareDeploymentStackAws$outboundSchema),
1037
+ z.any(),
1038
+ ]);
1039
+
1040
+ export function awsToJSON(aws: Aws): string {
1041
+ return JSON.stringify(Aws$outboundSchema.parse(aws));
1042
+ }
1043
+
1044
+ /** @internal */
1045
+ export type PrepareDeploymentStackAzure$Outbound = {
1046
+ keyVaultCertificateId: string;
1047
+ };
1048
+
1049
+ /** @internal */
1050
+ export const PrepareDeploymentStackAzure$outboundSchema: z.ZodType<
1051
+ PrepareDeploymentStackAzure$Outbound,
1052
+ PrepareDeploymentStackAzure
1053
+ > = z.object({
1054
+ keyVaultCertificateId: z.string(),
1055
+ });
1056
+
1057
+ export function prepareDeploymentStackAzureToJSON(
1058
+ prepareDeploymentStackAzure: PrepareDeploymentStackAzure,
1059
+ ): string {
1060
+ return JSON.stringify(
1061
+ PrepareDeploymentStackAzure$outboundSchema.parse(
1062
+ prepareDeploymentStackAzure,
1063
+ ),
1064
+ );
1065
+ }
1066
+
1067
+ /** @internal */
1068
+ export type Azure$Outbound = PrepareDeploymentStackAzure$Outbound | any;
1069
+
1070
+ /** @internal */
1071
+ export const Azure$outboundSchema: z.ZodType<Azure$Outbound, Azure> = z.union([
1072
+ z.lazy(() => PrepareDeploymentStackAzure$outboundSchema),
1073
+ z.any(),
1074
+ ]);
1075
+
1076
+ export function azureToJSON(azure: Azure): string {
1077
+ return JSON.stringify(Azure$outboundSchema.parse(azure));
1078
+ }
1079
+
1080
+ /** @internal */
1081
+ export type PrepareDeploymentStackGcp$Outbound = {
1082
+ certificateName: string;
1083
+ };
1084
+
1085
+ /** @internal */
1086
+ export const PrepareDeploymentStackGcp$outboundSchema: z.ZodType<
1087
+ PrepareDeploymentStackGcp$Outbound,
1088
+ PrepareDeploymentStackGcp
1089
+ > = z.object({
1090
+ certificateName: z.string(),
1091
+ });
1092
+
1093
+ export function prepareDeploymentStackGcpToJSON(
1094
+ prepareDeploymentStackGcp: PrepareDeploymentStackGcp,
1095
+ ): string {
1096
+ return JSON.stringify(
1097
+ PrepareDeploymentStackGcp$outboundSchema.parse(prepareDeploymentStackGcp),
1098
+ );
1099
+ }
1100
+
1101
+ /** @internal */
1102
+ export type Gcp$Outbound = PrepareDeploymentStackGcp$Outbound | any;
1103
+
1104
+ /** @internal */
1105
+ export const Gcp$outboundSchema: z.ZodType<Gcp$Outbound, Gcp> = z.union([
1106
+ z.lazy(() => PrepareDeploymentStackGcp$outboundSchema),
1107
+ z.any(),
1108
+ ]);
1109
+
1110
+ export function gcpToJSON(gcp: Gcp): string {
1111
+ return JSON.stringify(Gcp$outboundSchema.parse(gcp));
1112
+ }
1113
+
1114
+ /** @internal */
1115
+ export type TlsSecretRef$Outbound = {
1116
+ namespace?: string | null | undefined;
1117
+ secretName: string;
1118
+ };
1119
+
1120
+ /** @internal */
1121
+ export const TlsSecretRef$outboundSchema: z.ZodType<
1122
+ TlsSecretRef$Outbound,
1123
+ TlsSecretRef
1124
+ > = z.object({
1125
+ namespace: z.nullable(z.string()).optional(),
1126
+ secretName: z.string(),
1127
+ });
1128
+
1129
+ export function tlsSecretRefToJSON(tlsSecretRef: TlsSecretRef): string {
1130
+ return JSON.stringify(TlsSecretRef$outboundSchema.parse(tlsSecretRef));
1131
+ }
1132
+
1133
+ /** @internal */
1134
+ export type DomainsKubernetes$Outbound = {
1135
+ tlsSecretRef: TlsSecretRef$Outbound;
1136
+ };
1137
+
1138
+ /** @internal */
1139
+ export const DomainsKubernetes$outboundSchema: z.ZodType<
1140
+ DomainsKubernetes$Outbound,
1141
+ DomainsKubernetes
1142
+ > = z.object({
1143
+ tlsSecretRef: z.lazy(() => TlsSecretRef$outboundSchema),
1144
+ });
1145
+
1146
+ export function domainsKubernetesToJSON(
1147
+ domainsKubernetes: DomainsKubernetes,
1148
+ ): string {
1149
+ return JSON.stringify(
1150
+ DomainsKubernetes$outboundSchema.parse(domainsKubernetes),
1151
+ );
1152
+ }
1153
+
1154
+ /** @internal */
1155
+ export type DomainsKubernetesUnion$Outbound = DomainsKubernetes$Outbound | any;
1156
+
1157
+ /** @internal */
1158
+ export const DomainsKubernetesUnion$outboundSchema: z.ZodType<
1159
+ DomainsKubernetesUnion$Outbound,
1160
+ DomainsKubernetesUnion
1161
+ > = z.union([z.lazy(() => DomainsKubernetes$outboundSchema), z.any()]);
1162
+
1163
+ export function domainsKubernetesUnionToJSON(
1164
+ domainsKubernetesUnion: DomainsKubernetesUnion,
1165
+ ): string {
1166
+ return JSON.stringify(
1167
+ DomainsKubernetesUnion$outboundSchema.parse(domainsKubernetesUnion),
1168
+ );
1169
+ }
1170
+
1171
+ /** @internal */
1172
+ export type DomainsCertificate$Outbound = {
1173
+ aws?: PrepareDeploymentStackAws$Outbound | any | null | undefined;
1174
+ azure?: PrepareDeploymentStackAzure$Outbound | any | null | undefined;
1175
+ gcp?: PrepareDeploymentStackGcp$Outbound | any | null | undefined;
1176
+ kubernetes?: DomainsKubernetes$Outbound | any | null | undefined;
1177
+ };
1178
+
1179
+ /** @internal */
1180
+ export const DomainsCertificate$outboundSchema: z.ZodType<
1181
+ DomainsCertificate$Outbound,
1182
+ DomainsCertificate
1183
+ > = z.object({
1184
+ aws: z.nullable(
1185
+ z.union([z.lazy(() => PrepareDeploymentStackAws$outboundSchema), z.any()]),
1186
+ ).optional(),
1187
+ azure: z.nullable(
1188
+ z.union([
1189
+ z.lazy(() => PrepareDeploymentStackAzure$outboundSchema),
1190
+ z.any(),
1191
+ ]),
1192
+ ).optional(),
1193
+ gcp: z.nullable(
1194
+ z.union([z.lazy(() => PrepareDeploymentStackGcp$outboundSchema), z.any()]),
1195
+ ).optional(),
1196
+ kubernetes: z.nullable(
1197
+ z.union([z.lazy(() => DomainsKubernetes$outboundSchema), z.any()]),
1198
+ ).optional(),
1199
+ });
1200
+
1201
+ export function domainsCertificateToJSON(
1202
+ domainsCertificate: DomainsCertificate,
1203
+ ): string {
1204
+ return JSON.stringify(
1205
+ DomainsCertificate$outboundSchema.parse(domainsCertificate),
1206
+ );
1207
+ }
1208
+
1209
+ /** @internal */
1210
+ export type CustomDomains$Outbound = {
1211
+ certificate: DomainsCertificate$Outbound;
1212
+ domain: string;
1213
+ };
1214
+
1215
+ /** @internal */
1216
+ export const CustomDomains$outboundSchema: z.ZodType<
1217
+ CustomDomains$Outbound,
1218
+ CustomDomains
1219
+ > = z.object({
1220
+ certificate: z.lazy(() => DomainsCertificate$outboundSchema),
1221
+ domain: z.string(),
1222
+ });
1223
+
1224
+ export function customDomainsToJSON(customDomains: CustomDomains): string {
1225
+ return JSON.stringify(CustomDomains$outboundSchema.parse(customDomains));
1226
+ }
1227
+
1228
+ /** @internal */
1229
+ export type Domains$Outbound = {
1230
+ customDomains?: { [k: string]: CustomDomains$Outbound } | null | undefined;
1231
+ };
1232
+
1233
+ /** @internal */
1234
+ export const Domains$outboundSchema: z.ZodType<Domains$Outbound, Domains> = z
1235
+ .object({
1236
+ customDomains: z.nullable(
1237
+ z.record(z.string(), z.lazy(() => CustomDomains$outboundSchema)),
1238
+ ).optional(),
1239
+ });
1240
+
1241
+ export function domainsToJSON(domains: Domains): string {
1242
+ return JSON.stringify(Domains$outboundSchema.parse(domains));
1243
+ }
1244
+
1245
+ /** @internal */
1246
+ export type DomainsUnion$Outbound = Domains$Outbound | any;
1247
+
1248
+ /** @internal */
1249
+ export const DomainsUnion$outboundSchema: z.ZodType<
1250
+ DomainsUnion$Outbound,
1251
+ DomainsUnion
1252
+ > = z.union([z.lazy(() => Domains$outboundSchema), z.any()]);
1253
+
1254
+ export function domainsUnionToJSON(domainsUnion: DomainsUnion): string {
1255
+ return JSON.stringify(DomainsUnion$outboundSchema.parse(domainsUnion));
1256
+ }
1257
+
1258
+ /** @internal */
1259
+ export type ExternalBindings$Outbound = {};
1260
+
1261
+ /** @internal */
1262
+ export const ExternalBindings$outboundSchema: z.ZodType<
1263
+ ExternalBindings$Outbound,
1264
+ ExternalBindings
1265
+ > = z.object({});
1266
+
1267
+ export function externalBindingsToJSON(
1268
+ externalBindings: ExternalBindings,
1269
+ ): string {
1270
+ return JSON.stringify(
1271
+ ExternalBindings$outboundSchema.parse(externalBindings),
1272
+ );
1273
+ }
1274
+
1275
+ /** @internal */
1276
+ export const Heartbeats$outboundSchema: z.ZodEnum<typeof Heartbeats> = z.enum(
1277
+ Heartbeats,
1278
+ );
1279
+
1280
+ /** @internal */
1281
+ export type Cloud$Outbound = {
1282
+ accountId?: string | null | undefined;
1283
+ clusterId?: string | null | undefined;
1284
+ clusterName?: string | null | undefined;
1285
+ projectId?: string | null | undefined;
1286
+ region?: string | null | undefined;
1287
+ resourceGroup?: string | null | undefined;
1288
+ subscriptionId?: string | null | undefined;
1289
+ };
1290
+
1291
+ /** @internal */
1292
+ export const Cloud$outboundSchema: z.ZodType<Cloud$Outbound, Cloud> = z.object({
1293
+ accountId: z.nullable(z.string()).optional(),
1294
+ clusterId: z.nullable(z.string()).optional(),
1295
+ clusterName: z.nullable(z.string()).optional(),
1296
+ projectId: z.nullable(z.string()).optional(),
1297
+ region: z.nullable(z.string()).optional(),
1298
+ resourceGroup: z.nullable(z.string()).optional(),
1299
+ subscriptionId: z.nullable(z.string()).optional(),
1300
+ });
1301
+
1302
+ export function cloudToJSON(cloud: Cloud): string {
1303
+ return JSON.stringify(Cloud$outboundSchema.parse(cloud));
1304
+ }
1305
+
1306
+ /** @internal */
1307
+ export type CloudUnion$Outbound = Cloud$Outbound | any;
1308
+
1309
+ /** @internal */
1310
+ export const CloudUnion$outboundSchema: z.ZodType<
1311
+ CloudUnion$Outbound,
1312
+ CloudUnion
1313
+ > = z.union([z.lazy(() => Cloud$outboundSchema), z.any()]);
1314
+
1315
+ export function cloudUnionToJSON(cloudUnion: CloudUnion): string {
1316
+ return JSON.stringify(CloudUnion$outboundSchema.parse(cloudUnion));
1317
+ }
1318
+
1319
+ /** @internal */
1320
+ export const Ownership$outboundSchema: z.ZodEnum<typeof Ownership> = z.enum(
1321
+ Ownership,
1322
+ );
1323
+
1324
+ /** @internal */
1325
+ export type Cluster$Outbound = {
1326
+ cloud?: Cloud$Outbound | any | null | undefined;
1327
+ namespace?: string | null | undefined;
1328
+ ownership: string;
1329
+ };
1330
+
1331
+ /** @internal */
1332
+ export const Cluster$outboundSchema: z.ZodType<Cluster$Outbound, Cluster> = z
1333
+ .object({
1334
+ cloud: z.nullable(z.union([z.lazy(() => Cloud$outboundSchema), z.any()]))
1335
+ .optional(),
1336
+ namespace: z.nullable(z.string()).optional(),
1337
+ ownership: Ownership$outboundSchema,
1338
+ });
1339
+
1340
+ export function clusterToJSON(cluster: Cluster): string {
1341
+ return JSON.stringify(Cluster$outboundSchema.parse(cluster));
1342
+ }
1343
+
1344
+ /** @internal */
1345
+ export type ClusterUnion$Outbound = Cluster$Outbound | any;
1346
+
1347
+ /** @internal */
1348
+ export const ClusterUnion$outboundSchema: z.ZodType<
1349
+ ClusterUnion$Outbound,
1350
+ ClusterUnion
1351
+ > = z.union([z.lazy(() => Cluster$outboundSchema), z.any()]);
1352
+
1353
+ export function clusterUnionToJSON(clusterUnion: ClusterUnion): string {
1354
+ return JSON.stringify(ClusterUnion$outboundSchema.parse(clusterUnion));
1355
+ }
1356
+
1357
+ /** @internal */
1358
+ export type CertificateNone2$Outbound = {
1359
+ mode: "none";
1360
+ };
1361
+
1362
+ /** @internal */
1363
+ export const CertificateNone2$outboundSchema: z.ZodType<
1364
+ CertificateNone2$Outbound,
1365
+ CertificateNone2
1366
+ > = z.object({
1367
+ mode: z.literal("none"),
1368
+ });
1369
+
1370
+ export function certificateNone2ToJSON(
1371
+ certificateNone2: CertificateNone2,
1372
+ ): string {
1373
+ return JSON.stringify(
1374
+ CertificateNone2$outboundSchema.parse(certificateNone2),
1375
+ );
1376
+ }
1377
+
1378
+ /** @internal */
1379
+ export type CertificateManagedTLSSecret2$Outbound = {
1380
+ mode: "managedTlsSecret";
1381
+ secretNameTemplate: string;
1382
+ };
1383
+
1384
+ /** @internal */
1385
+ export const CertificateManagedTLSSecret2$outboundSchema: z.ZodType<
1386
+ CertificateManagedTLSSecret2$Outbound,
1387
+ CertificateManagedTLSSecret2
1388
+ > = z.object({
1389
+ mode: z.literal("managedTlsSecret"),
1390
+ secretNameTemplate: z.string(),
1391
+ });
1392
+
1393
+ export function certificateManagedTLSSecret2ToJSON(
1394
+ certificateManagedTLSSecret2: CertificateManagedTLSSecret2,
1395
+ ): string {
1396
+ return JSON.stringify(
1397
+ CertificateManagedTLSSecret2$outboundSchema.parse(
1398
+ certificateManagedTLSSecret2,
1399
+ ),
1400
+ );
1401
+ }
1402
+
1403
+ /** @internal */
1404
+ export type CertificateAwsAcmArn2$Outbound = {
1405
+ certificateArn: string;
1406
+ mode: "awsAcmArn";
1407
+ };
1408
+
1409
+ /** @internal */
1410
+ export const CertificateAwsAcmArn2$outboundSchema: z.ZodType<
1411
+ CertificateAwsAcmArn2$Outbound,
1412
+ CertificateAwsAcmArn2
1413
+ > = z.object({
1414
+ certificateArn: z.string(),
1415
+ mode: z.literal("awsAcmArn"),
1416
+ });
1417
+
1418
+ export function certificateAwsAcmArn2ToJSON(
1419
+ certificateAwsAcmArn2: CertificateAwsAcmArn2,
1420
+ ): string {
1421
+ return JSON.stringify(
1422
+ CertificateAwsAcmArn2$outboundSchema.parse(certificateAwsAcmArn2),
1423
+ );
1424
+ }
1425
+
1426
+ /** @internal */
1427
+ export type CertificateManagedAcmImport2$Outbound = {
1428
+ mode: "managedAcmImport";
1429
+ region?: string | null | undefined;
1430
+ tags?: { [k: string]: string } | undefined;
1431
+ };
1432
+
1433
+ /** @internal */
1434
+ export const CertificateManagedAcmImport2$outboundSchema: z.ZodType<
1435
+ CertificateManagedAcmImport2$Outbound,
1436
+ CertificateManagedAcmImport2
1437
+ > = z.object({
1438
+ mode: z.literal("managedAcmImport"),
1439
+ region: z.nullable(z.string()).optional(),
1440
+ tags: z.record(z.string(), z.string()).optional(),
1441
+ });
1442
+
1443
+ export function certificateManagedAcmImport2ToJSON(
1444
+ certificateManagedAcmImport2: CertificateManagedAcmImport2,
1445
+ ): string {
1446
+ return JSON.stringify(
1447
+ CertificateManagedAcmImport2$outboundSchema.parse(
1448
+ certificateManagedAcmImport2,
1449
+ ),
1450
+ );
1451
+ }
1452
+
1453
+ /** @internal */
1454
+ export type CertificateTLSSecretRef2$Outbound = {
1455
+ namespace?: string | null | undefined;
1456
+ secretName: string;
1457
+ mode: "tlsSecretRef";
1458
+ };
1459
+
1460
+ /** @internal */
1461
+ export const CertificateTLSSecretRef2$outboundSchema: z.ZodType<
1462
+ CertificateTLSSecretRef2$Outbound,
1463
+ CertificateTLSSecretRef2
1464
+ > = z.object({
1465
+ namespace: z.nullable(z.string()).optional(),
1466
+ secretName: z.string(),
1467
+ mode: z.literal("tlsSecretRef"),
1468
+ });
1469
+
1470
+ export function certificateTLSSecretRef2ToJSON(
1471
+ certificateTLSSecretRef2: CertificateTLSSecretRef2,
1472
+ ): string {
1473
+ return JSON.stringify(
1474
+ CertificateTLSSecretRef2$outboundSchema.parse(certificateTLSSecretRef2),
1475
+ );
1476
+ }
1477
+
1478
+ /** @internal */
1479
+ export type CertificateUnion2$Outbound =
1480
+ | CertificateTLSSecretRef2$Outbound
1481
+ | CertificateManagedAcmImport2$Outbound
1482
+ | CertificateAwsAcmArn2$Outbound
1483
+ | CertificateManagedTLSSecret2$Outbound
1484
+ | CertificateNone2$Outbound;
1485
+
1486
+ /** @internal */
1487
+ export const CertificateUnion2$outboundSchema: z.ZodType<
1488
+ CertificateUnion2$Outbound,
1489
+ CertificateUnion2
1490
+ > = z.union([
1491
+ z.lazy(() => CertificateTLSSecretRef2$outboundSchema),
1492
+ z.lazy(() => CertificateManagedAcmImport2$outboundSchema),
1493
+ z.lazy(() => CertificateAwsAcmArn2$outboundSchema),
1494
+ z.lazy(() => CertificateManagedTLSSecret2$outboundSchema),
1495
+ z.lazy(() => CertificateNone2$outboundSchema),
1496
+ ]);
1497
+
1498
+ export function certificateUnion2ToJSON(
1499
+ certificateUnion2: CertificateUnion2,
1500
+ ): string {
1501
+ return JSON.stringify(
1502
+ CertificateUnion2$outboundSchema.parse(certificateUnion2),
1503
+ );
1504
+ }
1505
+
1506
+ /** @internal */
1507
+ export const ModeCustom$outboundSchema: z.ZodEnum<typeof ModeCustom> = z.enum(
1508
+ ModeCustom,
1509
+ );
1510
+
1511
+ /** @internal */
1512
+ export const ProviderAzureApplicationGatewayForContainersEnum4$outboundSchema:
1513
+ z.ZodEnum<typeof ProviderAzureApplicationGatewayForContainersEnum4> = z.enum(
1514
+ ProviderAzureApplicationGatewayForContainersEnum4,
1515
+ );
1516
+
1517
+ /** @internal */
1518
+ export type ProviderAzureApplicationGatewayForContainers4$Outbound = {
1519
+ albName?: string | null | undefined;
1520
+ albNamespace?: string | null | undefined;
1521
+ frontend: string;
1522
+ provider: string;
1523
+ };
1524
+
1525
+ /** @internal */
1526
+ export const ProviderAzureApplicationGatewayForContainers4$outboundSchema:
1527
+ z.ZodType<
1528
+ ProviderAzureApplicationGatewayForContainers4$Outbound,
1529
+ ProviderAzureApplicationGatewayForContainers4
1530
+ > = z.object({
1531
+ albName: z.nullable(z.string()).optional(),
1532
+ albNamespace: z.nullable(z.string()).optional(),
1533
+ frontend: z.string(),
1534
+ provider: ProviderAzureApplicationGatewayForContainersEnum4$outboundSchema,
1535
+ });
1536
+
1537
+ export function providerAzureApplicationGatewayForContainers4ToJSON(
1538
+ providerAzureApplicationGatewayForContainers4:
1539
+ ProviderAzureApplicationGatewayForContainers4,
1540
+ ): string {
1541
+ return JSON.stringify(
1542
+ ProviderAzureApplicationGatewayForContainers4$outboundSchema.parse(
1543
+ providerAzureApplicationGatewayForContainers4,
1544
+ ),
1545
+ );
1546
+ }
1547
+
1548
+ /** @internal */
1549
+ export const ProviderGkeGatewayEnum4$outboundSchema: z.ZodEnum<
1550
+ typeof ProviderGkeGatewayEnum4
1551
+ > = z.enum(ProviderGkeGatewayEnum4);
1552
+
1553
+ /** @internal */
1554
+ export type ProviderGkeGateway4$Outbound = {
1555
+ provider: string;
1556
+ staticAddressName?: string | null | undefined;
1557
+ };
1558
+
1559
+ /** @internal */
1560
+ export const ProviderGkeGateway4$outboundSchema: z.ZodType<
1561
+ ProviderGkeGateway4$Outbound,
1562
+ ProviderGkeGateway4
1563
+ > = z.object({
1564
+ provider: ProviderGkeGatewayEnum4$outboundSchema,
1565
+ staticAddressName: z.nullable(z.string()).optional(),
1566
+ });
1567
+
1568
+ export function providerGkeGateway4ToJSON(
1569
+ providerGkeGateway4: ProviderGkeGateway4,
1570
+ ): string {
1571
+ return JSON.stringify(
1572
+ ProviderGkeGateway4$outboundSchema.parse(providerGkeGateway4),
1573
+ );
1574
+ }
1575
+
1576
+ /** @internal */
1577
+ export const ProviderAwsAlbEnum4$outboundSchema: z.ZodEnum<
1578
+ typeof ProviderAwsAlbEnum4
1579
+ > = z.enum(ProviderAwsAlbEnum4);
1580
+
1581
+ /** @internal */
1582
+ export type ProviderAwsAlb4$Outbound = {
1583
+ ipAddressType?: string | null | undefined;
1584
+ provider: string;
1585
+ scheme: string;
1586
+ subnetIds?: Array<string> | undefined;
1587
+ targetType: string;
1588
+ };
1589
+
1590
+ /** @internal */
1591
+ export const ProviderAwsAlb4$outboundSchema: z.ZodType<
1592
+ ProviderAwsAlb4$Outbound,
1593
+ ProviderAwsAlb4
1594
+ > = z.object({
1595
+ ipAddressType: z.nullable(z.string()).optional(),
1596
+ provider: ProviderAwsAlbEnum4$outboundSchema,
1597
+ scheme: z.string(),
1598
+ subnetIds: z.array(z.string()).optional(),
1599
+ targetType: z.string(),
1600
+ });
1601
+
1602
+ export function providerAwsAlb4ToJSON(
1603
+ providerAwsAlb4: ProviderAwsAlb4,
1604
+ ): string {
1605
+ return JSON.stringify(ProviderAwsAlb4$outboundSchema.parse(providerAwsAlb4));
1606
+ }
1607
+
1608
+ /** @internal */
1609
+ export type ProviderUnion4$Outbound =
1610
+ | ProviderAwsAlb4$Outbound
1611
+ | ProviderAzureApplicationGatewayForContainers4$Outbound
1612
+ | ProviderGkeGateway4$Outbound
1613
+ | any;
1614
+
1615
+ /** @internal */
1616
+ export const ProviderUnion4$outboundSchema: z.ZodType<
1617
+ ProviderUnion4$Outbound,
1618
+ ProviderUnion4
1619
+ > = z.union([
1620
+ z.lazy(() => ProviderAwsAlb4$outboundSchema),
1621
+ z.lazy(() => ProviderAzureApplicationGatewayForContainers4$outboundSchema),
1622
+ z.lazy(() => ProviderGkeGateway4$outboundSchema),
1623
+ z.any(),
1624
+ ]);
1625
+
1626
+ export function providerUnion4ToJSON(providerUnion4: ProviderUnion4): string {
1627
+ return JSON.stringify(ProviderUnion4$outboundSchema.parse(providerUnion4));
1628
+ }
1629
+
1630
+ /** @internal */
1631
+ export type RouteGateway2$Outbound = {
1632
+ annotations?: { [k: string]: string } | undefined;
1633
+ controller?: string | null | undefined;
1634
+ gatewayClassName: string;
1635
+ labels?: { [k: string]: string } | undefined;
1636
+ listenerPort: number;
1637
+ provider?:
1638
+ | ProviderAwsAlb4$Outbound
1639
+ | ProviderAzureApplicationGatewayForContainers4$Outbound
1640
+ | ProviderGkeGateway4$Outbound
1641
+ | any
1642
+ | null
1643
+ | undefined;
1644
+ routeApi: "gateway";
1645
+ };
1646
+
1647
+ /** @internal */
1648
+ export const RouteGateway2$outboundSchema: z.ZodType<
1649
+ RouteGateway2$Outbound,
1650
+ RouteGateway2
1651
+ > = z.object({
1652
+ annotations: z.record(z.string(), z.string()).optional(),
1653
+ controller: z.nullable(z.string()).optional(),
1654
+ gatewayClassName: z.string(),
1655
+ labels: z.record(z.string(), z.string()).optional(),
1656
+ listenerPort: z.int(),
1657
+ provider: z.nullable(
1658
+ z.union([
1659
+ z.lazy(() => ProviderAwsAlb4$outboundSchema),
1660
+ z.lazy(() =>
1661
+ ProviderAzureApplicationGatewayForContainers4$outboundSchema
1662
+ ),
1663
+ z.lazy(() => ProviderGkeGateway4$outboundSchema),
1664
+ z.any(),
1665
+ ]),
1666
+ ).optional(),
1667
+ routeApi: z.literal("gateway"),
1668
+ });
1669
+
1670
+ export function routeGateway2ToJSON(routeGateway2: RouteGateway2): string {
1671
+ return JSON.stringify(RouteGateway2$outboundSchema.parse(routeGateway2));
1672
+ }
1673
+
1674
+ /** @internal */
1675
+ export const ProviderAzureApplicationGatewayForContainersEnum3$outboundSchema:
1676
+ z.ZodEnum<typeof ProviderAzureApplicationGatewayForContainersEnum3> = z.enum(
1677
+ ProviderAzureApplicationGatewayForContainersEnum3,
1678
+ );
1679
+
1680
+ /** @internal */
1681
+ export type ProviderAzureApplicationGatewayForContainers3$Outbound = {
1682
+ albName?: string | null | undefined;
1683
+ albNamespace?: string | null | undefined;
1684
+ frontend: string;
1685
+ provider: string;
1686
+ };
1687
+
1688
+ /** @internal */
1689
+ export const ProviderAzureApplicationGatewayForContainers3$outboundSchema:
1690
+ z.ZodType<
1691
+ ProviderAzureApplicationGatewayForContainers3$Outbound,
1692
+ ProviderAzureApplicationGatewayForContainers3
1693
+ > = z.object({
1694
+ albName: z.nullable(z.string()).optional(),
1695
+ albNamespace: z.nullable(z.string()).optional(),
1696
+ frontend: z.string(),
1697
+ provider: ProviderAzureApplicationGatewayForContainersEnum3$outboundSchema,
1698
+ });
1699
+
1700
+ export function providerAzureApplicationGatewayForContainers3ToJSON(
1701
+ providerAzureApplicationGatewayForContainers3:
1702
+ ProviderAzureApplicationGatewayForContainers3,
1703
+ ): string {
1704
+ return JSON.stringify(
1705
+ ProviderAzureApplicationGatewayForContainers3$outboundSchema.parse(
1706
+ providerAzureApplicationGatewayForContainers3,
1707
+ ),
1708
+ );
1709
+ }
1710
+
1711
+ /** @internal */
1712
+ export const ProviderGkeGatewayEnum3$outboundSchema: z.ZodEnum<
1713
+ typeof ProviderGkeGatewayEnum3
1714
+ > = z.enum(ProviderGkeGatewayEnum3);
1715
+
1716
+ /** @internal */
1717
+ export type ProviderGkeGateway3$Outbound = {
1718
+ provider: string;
1719
+ staticAddressName?: string | null | undefined;
1720
+ };
1721
+
1722
+ /** @internal */
1723
+ export const ProviderGkeGateway3$outboundSchema: z.ZodType<
1724
+ ProviderGkeGateway3$Outbound,
1725
+ ProviderGkeGateway3
1726
+ > = z.object({
1727
+ provider: ProviderGkeGatewayEnum3$outboundSchema,
1728
+ staticAddressName: z.nullable(z.string()).optional(),
1729
+ });
1730
+
1731
+ export function providerGkeGateway3ToJSON(
1732
+ providerGkeGateway3: ProviderGkeGateway3,
1733
+ ): string {
1734
+ return JSON.stringify(
1735
+ ProviderGkeGateway3$outboundSchema.parse(providerGkeGateway3),
1736
+ );
1737
+ }
1738
+
1739
+ /** @internal */
1740
+ export const ProviderAwsAlbEnum3$outboundSchema: z.ZodEnum<
1741
+ typeof ProviderAwsAlbEnum3
1742
+ > = z.enum(ProviderAwsAlbEnum3);
1743
+
1744
+ /** @internal */
1745
+ export type ProviderAwsAlb3$Outbound = {
1746
+ ipAddressType?: string | null | undefined;
1747
+ provider: string;
1748
+ scheme: string;
1749
+ subnetIds?: Array<string> | undefined;
1750
+ targetType: string;
1751
+ };
1752
+
1753
+ /** @internal */
1754
+ export const ProviderAwsAlb3$outboundSchema: z.ZodType<
1755
+ ProviderAwsAlb3$Outbound,
1756
+ ProviderAwsAlb3
1757
+ > = z.object({
1758
+ ipAddressType: z.nullable(z.string()).optional(),
1759
+ provider: ProviderAwsAlbEnum3$outboundSchema,
1760
+ scheme: z.string(),
1761
+ subnetIds: z.array(z.string()).optional(),
1762
+ targetType: z.string(),
1763
+ });
1764
+
1765
+ export function providerAwsAlb3ToJSON(
1766
+ providerAwsAlb3: ProviderAwsAlb3,
1767
+ ): string {
1768
+ return JSON.stringify(ProviderAwsAlb3$outboundSchema.parse(providerAwsAlb3));
1769
+ }
1770
+
1771
+ /** @internal */
1772
+ export type ProviderUnion3$Outbound =
1773
+ | ProviderAwsAlb3$Outbound
1774
+ | ProviderAzureApplicationGatewayForContainers3$Outbound
1775
+ | ProviderGkeGateway3$Outbound
1776
+ | any;
1777
+
1778
+ /** @internal */
1779
+ export const ProviderUnion3$outboundSchema: z.ZodType<
1780
+ ProviderUnion3$Outbound,
1781
+ ProviderUnion3
1782
+ > = z.union([
1783
+ z.lazy(() => ProviderAwsAlb3$outboundSchema),
1784
+ z.lazy(() => ProviderAzureApplicationGatewayForContainers3$outboundSchema),
1785
+ z.lazy(() => ProviderGkeGateway3$outboundSchema),
1786
+ z.any(),
1787
+ ]);
1788
+
1789
+ export function providerUnion3ToJSON(providerUnion3: ProviderUnion3): string {
1790
+ return JSON.stringify(ProviderUnion3$outboundSchema.parse(providerUnion3));
1791
+ }
1792
+
1793
+ /** @internal */
1794
+ export type RouteIngress2$Outbound = {
1795
+ annotations?: { [k: string]: string } | undefined;
1796
+ controller?: string | null | undefined;
1797
+ ingressClassName: string;
1798
+ labels?: { [k: string]: string } | undefined;
1799
+ provider?:
1800
+ | ProviderAwsAlb3$Outbound
1801
+ | ProviderAzureApplicationGatewayForContainers3$Outbound
1802
+ | ProviderGkeGateway3$Outbound
1803
+ | any
1804
+ | null
1805
+ | undefined;
1806
+ routeApi: "ingress";
1807
+ };
1808
+
1809
+ /** @internal */
1810
+ export const RouteIngress2$outboundSchema: z.ZodType<
1811
+ RouteIngress2$Outbound,
1812
+ RouteIngress2
1813
+ > = z.object({
1814
+ annotations: z.record(z.string(), z.string()).optional(),
1815
+ controller: z.nullable(z.string()).optional(),
1816
+ ingressClassName: z.string(),
1817
+ labels: z.record(z.string(), z.string()).optional(),
1818
+ provider: z.nullable(
1819
+ z.union([
1820
+ z.lazy(() => ProviderAwsAlb3$outboundSchema),
1821
+ z.lazy(() =>
1822
+ ProviderAzureApplicationGatewayForContainers3$outboundSchema
1823
+ ),
1824
+ z.lazy(() => ProviderGkeGateway3$outboundSchema),
1825
+ z.any(),
1826
+ ]),
1827
+ ).optional(),
1828
+ routeApi: z.literal("ingress"),
1829
+ });
1830
+
1831
+ export function routeIngress2ToJSON(routeIngress2: RouteIngress2): string {
1832
+ return JSON.stringify(RouteIngress2$outboundSchema.parse(routeIngress2));
1833
+ }
1834
+
1835
+ /** @internal */
1836
+ export type RouteUnion2$Outbound =
1837
+ | RouteIngress2$Outbound
1838
+ | RouteGateway2$Outbound;
1839
+
1840
+ /** @internal */
1841
+ export const RouteUnion2$outboundSchema: z.ZodType<
1842
+ RouteUnion2$Outbound,
1843
+ RouteUnion2
1844
+ > = z.union([
1845
+ z.lazy(() => RouteIngress2$outboundSchema),
1846
+ z.lazy(() => RouteGateway2$outboundSchema),
1847
+ ]);
1848
+
1849
+ export function routeUnion2ToJSON(routeUnion2: RouteUnion2): string {
1850
+ return JSON.stringify(RouteUnion2$outboundSchema.parse(routeUnion2));
1851
+ }
1852
+
1853
+ /** @internal */
1854
+ export type ExposureCustom$Outbound = {
1855
+ certificate:
1856
+ | CertificateTLSSecretRef2$Outbound
1857
+ | CertificateManagedAcmImport2$Outbound
1858
+ | CertificateAwsAcmArn2$Outbound
1859
+ | CertificateManagedTLSSecret2$Outbound
1860
+ | CertificateNone2$Outbound;
1861
+ domain: string;
1862
+ mode: string;
1863
+ route: RouteIngress2$Outbound | RouteGateway2$Outbound;
1864
+ };
1865
+
1866
+ /** @internal */
1867
+ export const ExposureCustom$outboundSchema: z.ZodType<
1868
+ ExposureCustom$Outbound,
1869
+ ExposureCustom
1870
+ > = z.object({
1871
+ certificate: z.union([
1872
+ z.lazy(() => CertificateTLSSecretRef2$outboundSchema),
1873
+ z.lazy(() => CertificateManagedAcmImport2$outboundSchema),
1874
+ z.lazy(() => CertificateAwsAcmArn2$outboundSchema),
1875
+ z.lazy(() => CertificateManagedTLSSecret2$outboundSchema),
1876
+ z.lazy(() => CertificateNone2$outboundSchema),
1877
+ ]),
1878
+ domain: z.string(),
1879
+ mode: ModeCustom$outboundSchema,
1880
+ route: z.union([
1881
+ z.lazy(() => RouteIngress2$outboundSchema),
1882
+ z.lazy(() => RouteGateway2$outboundSchema),
1883
+ ]),
1884
+ });
1885
+
1886
+ export function exposureCustomToJSON(exposureCustom: ExposureCustom): string {
1887
+ return JSON.stringify(ExposureCustom$outboundSchema.parse(exposureCustom));
1888
+ }
1889
+
1890
+ /** @internal */
1891
+ export type CertificateNone1$Outbound = {
1892
+ mode: "none";
1893
+ };
1894
+
1895
+ /** @internal */
1896
+ export const CertificateNone1$outboundSchema: z.ZodType<
1897
+ CertificateNone1$Outbound,
1898
+ CertificateNone1
1899
+ > = z.object({
1900
+ mode: z.literal("none"),
1901
+ });
1902
+
1903
+ export function certificateNone1ToJSON(
1904
+ certificateNone1: CertificateNone1,
1905
+ ): string {
1906
+ return JSON.stringify(
1907
+ CertificateNone1$outboundSchema.parse(certificateNone1),
1908
+ );
1909
+ }
1910
+
1911
+ /** @internal */
1912
+ export type CertificateManagedTLSSecret1$Outbound = {
1913
+ mode: "managedTlsSecret";
1914
+ secretNameTemplate: string;
1915
+ };
1916
+
1917
+ /** @internal */
1918
+ export const CertificateManagedTLSSecret1$outboundSchema: z.ZodType<
1919
+ CertificateManagedTLSSecret1$Outbound,
1920
+ CertificateManagedTLSSecret1
1921
+ > = z.object({
1922
+ mode: z.literal("managedTlsSecret"),
1923
+ secretNameTemplate: z.string(),
1924
+ });
1925
+
1926
+ export function certificateManagedTLSSecret1ToJSON(
1927
+ certificateManagedTLSSecret1: CertificateManagedTLSSecret1,
1928
+ ): string {
1929
+ return JSON.stringify(
1930
+ CertificateManagedTLSSecret1$outboundSchema.parse(
1931
+ certificateManagedTLSSecret1,
1932
+ ),
1933
+ );
1934
+ }
1935
+
1936
+ /** @internal */
1937
+ export type CertificateAwsAcmArn1$Outbound = {
1938
+ certificateArn: string;
1939
+ mode: "awsAcmArn";
1940
+ };
1941
+
1942
+ /** @internal */
1943
+ export const CertificateAwsAcmArn1$outboundSchema: z.ZodType<
1944
+ CertificateAwsAcmArn1$Outbound,
1945
+ CertificateAwsAcmArn1
1946
+ > = z.object({
1947
+ certificateArn: z.string(),
1948
+ mode: z.literal("awsAcmArn"),
1949
+ });
1950
+
1951
+ export function certificateAwsAcmArn1ToJSON(
1952
+ certificateAwsAcmArn1: CertificateAwsAcmArn1,
1953
+ ): string {
1954
+ return JSON.stringify(
1955
+ CertificateAwsAcmArn1$outboundSchema.parse(certificateAwsAcmArn1),
1956
+ );
1957
+ }
1958
+
1959
+ /** @internal */
1960
+ export type CertificateManagedAcmImport1$Outbound = {
1961
+ mode: "managedAcmImport";
1962
+ region?: string | null | undefined;
1963
+ tags?: { [k: string]: string } | undefined;
1964
+ };
1965
+
1966
+ /** @internal */
1967
+ export const CertificateManagedAcmImport1$outboundSchema: z.ZodType<
1968
+ CertificateManagedAcmImport1$Outbound,
1969
+ CertificateManagedAcmImport1
1970
+ > = z.object({
1971
+ mode: z.literal("managedAcmImport"),
1972
+ region: z.nullable(z.string()).optional(),
1973
+ tags: z.record(z.string(), z.string()).optional(),
1974
+ });
1975
+
1976
+ export function certificateManagedAcmImport1ToJSON(
1977
+ certificateManagedAcmImport1: CertificateManagedAcmImport1,
1978
+ ): string {
1979
+ return JSON.stringify(
1980
+ CertificateManagedAcmImport1$outboundSchema.parse(
1981
+ certificateManagedAcmImport1,
1982
+ ),
1983
+ );
1984
+ }
1985
+
1986
+ /** @internal */
1987
+ export type CertificateTLSSecretRef1$Outbound = {
1988
+ namespace?: string | null | undefined;
1989
+ secretName: string;
1990
+ mode: "tlsSecretRef";
1991
+ };
1992
+
1993
+ /** @internal */
1994
+ export const CertificateTLSSecretRef1$outboundSchema: z.ZodType<
1995
+ CertificateTLSSecretRef1$Outbound,
1996
+ CertificateTLSSecretRef1
1997
+ > = z.object({
1998
+ namespace: z.nullable(z.string()).optional(),
1999
+ secretName: z.string(),
2000
+ mode: z.literal("tlsSecretRef"),
2001
+ });
2002
+
2003
+ export function certificateTLSSecretRef1ToJSON(
2004
+ certificateTLSSecretRef1: CertificateTLSSecretRef1,
2005
+ ): string {
2006
+ return JSON.stringify(
2007
+ CertificateTLSSecretRef1$outboundSchema.parse(certificateTLSSecretRef1),
2008
+ );
2009
+ }
2010
+
2011
+ /** @internal */
2012
+ export type CertificateUnion1$Outbound =
2013
+ | CertificateTLSSecretRef1$Outbound
2014
+ | CertificateManagedAcmImport1$Outbound
2015
+ | CertificateAwsAcmArn1$Outbound
2016
+ | CertificateManagedTLSSecret1$Outbound
2017
+ | CertificateNone1$Outbound;
2018
+
2019
+ /** @internal */
2020
+ export const CertificateUnion1$outboundSchema: z.ZodType<
2021
+ CertificateUnion1$Outbound,
2022
+ CertificateUnion1
2023
+ > = z.union([
2024
+ z.lazy(() => CertificateTLSSecretRef1$outboundSchema),
2025
+ z.lazy(() => CertificateManagedAcmImport1$outboundSchema),
2026
+ z.lazy(() => CertificateAwsAcmArn1$outboundSchema),
2027
+ z.lazy(() => CertificateManagedTLSSecret1$outboundSchema),
2028
+ z.lazy(() => CertificateNone1$outboundSchema),
2029
+ ]);
2030
+
2031
+ export function certificateUnion1ToJSON(
2032
+ certificateUnion1: CertificateUnion1,
2033
+ ): string {
2034
+ return JSON.stringify(
2035
+ CertificateUnion1$outboundSchema.parse(certificateUnion1),
2036
+ );
2037
+ }
2038
+
2039
+ /** @internal */
2040
+ export const ModeGenerated$outboundSchema: z.ZodEnum<typeof ModeGenerated> = z
2041
+ .enum(ModeGenerated);
2042
+
2043
+ /** @internal */
2044
+ export const ProviderAzureApplicationGatewayForContainersEnum2$outboundSchema:
2045
+ z.ZodEnum<typeof ProviderAzureApplicationGatewayForContainersEnum2> = z.enum(
2046
+ ProviderAzureApplicationGatewayForContainersEnum2,
2047
+ );
2048
+
2049
+ /** @internal */
2050
+ export type ProviderAzureApplicationGatewayForContainers2$Outbound = {
2051
+ albName?: string | null | undefined;
2052
+ albNamespace?: string | null | undefined;
2053
+ frontend: string;
2054
+ provider: string;
2055
+ };
2056
+
2057
+ /** @internal */
2058
+ export const ProviderAzureApplicationGatewayForContainers2$outboundSchema:
2059
+ z.ZodType<
2060
+ ProviderAzureApplicationGatewayForContainers2$Outbound,
2061
+ ProviderAzureApplicationGatewayForContainers2
2062
+ > = z.object({
2063
+ albName: z.nullable(z.string()).optional(),
2064
+ albNamespace: z.nullable(z.string()).optional(),
2065
+ frontend: z.string(),
2066
+ provider: ProviderAzureApplicationGatewayForContainersEnum2$outboundSchema,
2067
+ });
2068
+
2069
+ export function providerAzureApplicationGatewayForContainers2ToJSON(
2070
+ providerAzureApplicationGatewayForContainers2:
2071
+ ProviderAzureApplicationGatewayForContainers2,
2072
+ ): string {
2073
+ return JSON.stringify(
2074
+ ProviderAzureApplicationGatewayForContainers2$outboundSchema.parse(
2075
+ providerAzureApplicationGatewayForContainers2,
2076
+ ),
2077
+ );
2078
+ }
2079
+
2080
+ /** @internal */
2081
+ export const ProviderGkeGatewayEnum2$outboundSchema: z.ZodEnum<
2082
+ typeof ProviderGkeGatewayEnum2
2083
+ > = z.enum(ProviderGkeGatewayEnum2);
2084
+
2085
+ /** @internal */
2086
+ export type ProviderGkeGateway2$Outbound = {
2087
+ provider: string;
2088
+ staticAddressName?: string | null | undefined;
2089
+ };
2090
+
2091
+ /** @internal */
2092
+ export const ProviderGkeGateway2$outboundSchema: z.ZodType<
2093
+ ProviderGkeGateway2$Outbound,
2094
+ ProviderGkeGateway2
2095
+ > = z.object({
2096
+ provider: ProviderGkeGatewayEnum2$outboundSchema,
2097
+ staticAddressName: z.nullable(z.string()).optional(),
2098
+ });
2099
+
2100
+ export function providerGkeGateway2ToJSON(
2101
+ providerGkeGateway2: ProviderGkeGateway2,
2102
+ ): string {
2103
+ return JSON.stringify(
2104
+ ProviderGkeGateway2$outboundSchema.parse(providerGkeGateway2),
2105
+ );
2106
+ }
2107
+
2108
+ /** @internal */
2109
+ export const ProviderAwsAlbEnum2$outboundSchema: z.ZodEnum<
2110
+ typeof ProviderAwsAlbEnum2
2111
+ > = z.enum(ProviderAwsAlbEnum2);
2112
+
2113
+ /** @internal */
2114
+ export type ProviderAwsAlb2$Outbound = {
2115
+ ipAddressType?: string | null | undefined;
2116
+ provider: string;
2117
+ scheme: string;
2118
+ subnetIds?: Array<string> | undefined;
2119
+ targetType: string;
2120
+ };
2121
+
2122
+ /** @internal */
2123
+ export const ProviderAwsAlb2$outboundSchema: z.ZodType<
2124
+ ProviderAwsAlb2$Outbound,
2125
+ ProviderAwsAlb2
2126
+ > = z.object({
2127
+ ipAddressType: z.nullable(z.string()).optional(),
2128
+ provider: ProviderAwsAlbEnum2$outboundSchema,
2129
+ scheme: z.string(),
2130
+ subnetIds: z.array(z.string()).optional(),
2131
+ targetType: z.string(),
2132
+ });
2133
+
2134
+ export function providerAwsAlb2ToJSON(
2135
+ providerAwsAlb2: ProviderAwsAlb2,
2136
+ ): string {
2137
+ return JSON.stringify(ProviderAwsAlb2$outboundSchema.parse(providerAwsAlb2));
2138
+ }
2139
+
2140
+ /** @internal */
2141
+ export type ProviderUnion2$Outbound =
2142
+ | ProviderAwsAlb2$Outbound
2143
+ | ProviderAzureApplicationGatewayForContainers2$Outbound
2144
+ | ProviderGkeGateway2$Outbound
2145
+ | any;
2146
+
2147
+ /** @internal */
2148
+ export const ProviderUnion2$outboundSchema: z.ZodType<
2149
+ ProviderUnion2$Outbound,
2150
+ ProviderUnion2
2151
+ > = z.union([
2152
+ z.lazy(() => ProviderAwsAlb2$outboundSchema),
2153
+ z.lazy(() => ProviderAzureApplicationGatewayForContainers2$outboundSchema),
2154
+ z.lazy(() => ProviderGkeGateway2$outboundSchema),
2155
+ z.any(),
2156
+ ]);
2157
+
2158
+ export function providerUnion2ToJSON(providerUnion2: ProviderUnion2): string {
2159
+ return JSON.stringify(ProviderUnion2$outboundSchema.parse(providerUnion2));
2160
+ }
2161
+
2162
+ /** @internal */
2163
+ export type RouteGateway1$Outbound = {
2164
+ annotations?: { [k: string]: string } | undefined;
2165
+ controller?: string | null | undefined;
2166
+ gatewayClassName: string;
2167
+ labels?: { [k: string]: string } | undefined;
2168
+ listenerPort: number;
2169
+ provider?:
2170
+ | ProviderAwsAlb2$Outbound
2171
+ | ProviderAzureApplicationGatewayForContainers2$Outbound
2172
+ | ProviderGkeGateway2$Outbound
2173
+ | any
2174
+ | null
2175
+ | undefined;
2176
+ routeApi: "gateway";
2177
+ };
2178
+
2179
+ /** @internal */
2180
+ export const RouteGateway1$outboundSchema: z.ZodType<
2181
+ RouteGateway1$Outbound,
2182
+ RouteGateway1
2183
+ > = z.object({
2184
+ annotations: z.record(z.string(), z.string()).optional(),
2185
+ controller: z.nullable(z.string()).optional(),
2186
+ gatewayClassName: z.string(),
2187
+ labels: z.record(z.string(), z.string()).optional(),
2188
+ listenerPort: z.int(),
2189
+ provider: z.nullable(
2190
+ z.union([
2191
+ z.lazy(() => ProviderAwsAlb2$outboundSchema),
2192
+ z.lazy(() =>
2193
+ ProviderAzureApplicationGatewayForContainers2$outboundSchema
2194
+ ),
2195
+ z.lazy(() => ProviderGkeGateway2$outboundSchema),
2196
+ z.any(),
2197
+ ]),
2198
+ ).optional(),
2199
+ routeApi: z.literal("gateway"),
2200
+ });
2201
+
2202
+ export function routeGateway1ToJSON(routeGateway1: RouteGateway1): string {
2203
+ return JSON.stringify(RouteGateway1$outboundSchema.parse(routeGateway1));
2204
+ }
2205
+
2206
+ /** @internal */
2207
+ export const ProviderAzureApplicationGatewayForContainersEnum1$outboundSchema:
2208
+ z.ZodEnum<typeof ProviderAzureApplicationGatewayForContainersEnum1> = z.enum(
2209
+ ProviderAzureApplicationGatewayForContainersEnum1,
2210
+ );
2211
+
2212
+ /** @internal */
2213
+ export type ProviderAzureApplicationGatewayForContainers1$Outbound = {
2214
+ albName?: string | null | undefined;
2215
+ albNamespace?: string | null | undefined;
2216
+ frontend: string;
2217
+ provider: string;
2218
+ };
2219
+
2220
+ /** @internal */
2221
+ export const ProviderAzureApplicationGatewayForContainers1$outboundSchema:
2222
+ z.ZodType<
2223
+ ProviderAzureApplicationGatewayForContainers1$Outbound,
2224
+ ProviderAzureApplicationGatewayForContainers1
2225
+ > = z.object({
2226
+ albName: z.nullable(z.string()).optional(),
2227
+ albNamespace: z.nullable(z.string()).optional(),
2228
+ frontend: z.string(),
2229
+ provider: ProviderAzureApplicationGatewayForContainersEnum1$outboundSchema,
2230
+ });
2231
+
2232
+ export function providerAzureApplicationGatewayForContainers1ToJSON(
2233
+ providerAzureApplicationGatewayForContainers1:
2234
+ ProviderAzureApplicationGatewayForContainers1,
2235
+ ): string {
2236
+ return JSON.stringify(
2237
+ ProviderAzureApplicationGatewayForContainers1$outboundSchema.parse(
2238
+ providerAzureApplicationGatewayForContainers1,
2239
+ ),
2240
+ );
2241
+ }
2242
+
2243
+ /** @internal */
2244
+ export const ProviderGkeGatewayEnum1$outboundSchema: z.ZodEnum<
2245
+ typeof ProviderGkeGatewayEnum1
2246
+ > = z.enum(ProviderGkeGatewayEnum1);
2247
+
2248
+ /** @internal */
2249
+ export type ProviderGkeGateway1$Outbound = {
2250
+ provider: string;
2251
+ staticAddressName?: string | null | undefined;
2252
+ };
2253
+
2254
+ /** @internal */
2255
+ export const ProviderGkeGateway1$outboundSchema: z.ZodType<
2256
+ ProviderGkeGateway1$Outbound,
2257
+ ProviderGkeGateway1
2258
+ > = z.object({
2259
+ provider: ProviderGkeGatewayEnum1$outboundSchema,
2260
+ staticAddressName: z.nullable(z.string()).optional(),
2261
+ });
2262
+
2263
+ export function providerGkeGateway1ToJSON(
2264
+ providerGkeGateway1: ProviderGkeGateway1,
2265
+ ): string {
2266
+ return JSON.stringify(
2267
+ ProviderGkeGateway1$outboundSchema.parse(providerGkeGateway1),
2268
+ );
2269
+ }
2270
+
2271
+ /** @internal */
2272
+ export const ProviderAwsAlbEnum1$outboundSchema: z.ZodEnum<
2273
+ typeof ProviderAwsAlbEnum1
2274
+ > = z.enum(ProviderAwsAlbEnum1);
2275
+
2276
+ /** @internal */
2277
+ export type ProviderAwsAlb1$Outbound = {
2278
+ ipAddressType?: string | null | undefined;
2279
+ provider: string;
2280
+ scheme: string;
2281
+ subnetIds?: Array<string> | undefined;
2282
+ targetType: string;
2283
+ };
2284
+
2285
+ /** @internal */
2286
+ export const ProviderAwsAlb1$outboundSchema: z.ZodType<
2287
+ ProviderAwsAlb1$Outbound,
2288
+ ProviderAwsAlb1
2289
+ > = z.object({
2290
+ ipAddressType: z.nullable(z.string()).optional(),
2291
+ provider: ProviderAwsAlbEnum1$outboundSchema,
2292
+ scheme: z.string(),
2293
+ subnetIds: z.array(z.string()).optional(),
2294
+ targetType: z.string(),
2295
+ });
2296
+
2297
+ export function providerAwsAlb1ToJSON(
2298
+ providerAwsAlb1: ProviderAwsAlb1,
2299
+ ): string {
2300
+ return JSON.stringify(ProviderAwsAlb1$outboundSchema.parse(providerAwsAlb1));
2301
+ }
2302
+
2303
+ /** @internal */
2304
+ export type ProviderUnion1$Outbound =
2305
+ | ProviderAwsAlb1$Outbound
2306
+ | ProviderAzureApplicationGatewayForContainers1$Outbound
2307
+ | ProviderGkeGateway1$Outbound
2308
+ | any;
2309
+
2310
+ /** @internal */
2311
+ export const ProviderUnion1$outboundSchema: z.ZodType<
2312
+ ProviderUnion1$Outbound,
2313
+ ProviderUnion1
2314
+ > = z.union([
2315
+ z.lazy(() => ProviderAwsAlb1$outboundSchema),
2316
+ z.lazy(() => ProviderAzureApplicationGatewayForContainers1$outboundSchema),
2317
+ z.lazy(() => ProviderGkeGateway1$outboundSchema),
2318
+ z.any(),
2319
+ ]);
2320
+
2321
+ export function providerUnion1ToJSON(providerUnion1: ProviderUnion1): string {
2322
+ return JSON.stringify(ProviderUnion1$outboundSchema.parse(providerUnion1));
2323
+ }
2324
+
2325
+ /** @internal */
2326
+ export type RouteIngress1$Outbound = {
2327
+ annotations?: { [k: string]: string } | undefined;
2328
+ controller?: string | null | undefined;
2329
+ ingressClassName: string;
2330
+ labels?: { [k: string]: string } | undefined;
2331
+ provider?:
2332
+ | ProviderAwsAlb1$Outbound
2333
+ | ProviderAzureApplicationGatewayForContainers1$Outbound
2334
+ | ProviderGkeGateway1$Outbound
2335
+ | any
2336
+ | null
2337
+ | undefined;
2338
+ routeApi: "ingress";
2339
+ };
2340
+
2341
+ /** @internal */
2342
+ export const RouteIngress1$outboundSchema: z.ZodType<
2343
+ RouteIngress1$Outbound,
2344
+ RouteIngress1
2345
+ > = z.object({
2346
+ annotations: z.record(z.string(), z.string()).optional(),
2347
+ controller: z.nullable(z.string()).optional(),
2348
+ ingressClassName: z.string(),
2349
+ labels: z.record(z.string(), z.string()).optional(),
2350
+ provider: z.nullable(
2351
+ z.union([
2352
+ z.lazy(() => ProviderAwsAlb1$outboundSchema),
2353
+ z.lazy(() =>
2354
+ ProviderAzureApplicationGatewayForContainers1$outboundSchema
2355
+ ),
2356
+ z.lazy(() => ProviderGkeGateway1$outboundSchema),
2357
+ z.any(),
2358
+ ]),
2359
+ ).optional(),
2360
+ routeApi: z.literal("ingress"),
2361
+ });
2362
+
2363
+ export function routeIngress1ToJSON(routeIngress1: RouteIngress1): string {
2364
+ return JSON.stringify(RouteIngress1$outboundSchema.parse(routeIngress1));
2365
+ }
2366
+
2367
+ /** @internal */
2368
+ export type RouteUnion1$Outbound =
2369
+ | RouteIngress1$Outbound
2370
+ | RouteGateway1$Outbound;
2371
+
2372
+ /** @internal */
2373
+ export const RouteUnion1$outboundSchema: z.ZodType<
2374
+ RouteUnion1$Outbound,
2375
+ RouteUnion1
2376
+ > = z.union([
2377
+ z.lazy(() => RouteIngress1$outboundSchema),
2378
+ z.lazy(() => RouteGateway1$outboundSchema),
2379
+ ]);
2380
+
2381
+ export function routeUnion1ToJSON(routeUnion1: RouteUnion1): string {
2382
+ return JSON.stringify(RouteUnion1$outboundSchema.parse(routeUnion1));
2383
+ }
2384
+
2385
+ /** @internal */
2386
+ export type ExposureGenerated$Outbound = {
2387
+ certificate:
2388
+ | CertificateTLSSecretRef1$Outbound
2389
+ | CertificateManagedAcmImport1$Outbound
2390
+ | CertificateAwsAcmArn1$Outbound
2391
+ | CertificateManagedTLSSecret1$Outbound
2392
+ | CertificateNone1$Outbound;
2393
+ mode: string;
2394
+ route: RouteIngress1$Outbound | RouteGateway1$Outbound;
2395
+ };
2396
+
2397
+ /** @internal */
2398
+ export const ExposureGenerated$outboundSchema: z.ZodType<
2399
+ ExposureGenerated$Outbound,
2400
+ ExposureGenerated
2401
+ > = z.object({
2402
+ certificate: z.union([
2403
+ z.lazy(() => CertificateTLSSecretRef1$outboundSchema),
2404
+ z.lazy(() => CertificateManagedAcmImport1$outboundSchema),
2405
+ z.lazy(() => CertificateAwsAcmArn1$outboundSchema),
2406
+ z.lazy(() => CertificateManagedTLSSecret1$outboundSchema),
2407
+ z.lazy(() => CertificateNone1$outboundSchema),
2408
+ ]),
2409
+ mode: ModeGenerated$outboundSchema,
2410
+ route: z.union([
2411
+ z.lazy(() => RouteIngress1$outboundSchema),
2412
+ z.lazy(() => RouteGateway1$outboundSchema),
2413
+ ]),
2414
+ });
2415
+
2416
+ export function exposureGeneratedToJSON(
2417
+ exposureGenerated: ExposureGenerated,
2418
+ ): string {
2419
+ return JSON.stringify(
2420
+ ExposureGenerated$outboundSchema.parse(exposureGenerated),
2421
+ );
2422
+ }
2423
+
2424
+ /** @internal */
2425
+ export const ModeDisabled$outboundSchema: z.ZodEnum<typeof ModeDisabled> = z
2426
+ .enum(ModeDisabled);
2427
+
2428
+ /** @internal */
2429
+ export type ExposureDisabled$Outbound = {
2430
+ mode: string;
2431
+ };
2432
+
2433
+ /** @internal */
2434
+ export const ExposureDisabled$outboundSchema: z.ZodType<
2435
+ ExposureDisabled$Outbound,
2436
+ ExposureDisabled
2437
+ > = z.object({
2438
+ mode: ModeDisabled$outboundSchema,
2439
+ });
2440
+
2441
+ export function exposureDisabledToJSON(
2442
+ exposureDisabled: ExposureDisabled,
2443
+ ): string {
2444
+ return JSON.stringify(
2445
+ ExposureDisabled$outboundSchema.parse(exposureDisabled),
2446
+ );
2447
+ }
2448
+
2449
+ /** @internal */
2450
+ export type Exposure$Outbound =
2451
+ | ExposureCustom$Outbound
2452
+ | ExposureGenerated$Outbound
2453
+ | ExposureDisabled$Outbound
2454
+ | any;
2455
+
2456
+ /** @internal */
2457
+ export const Exposure$outboundSchema: z.ZodType<Exposure$Outbound, Exposure> = z
2458
+ .union([
2459
+ z.lazy(() => ExposureCustom$outboundSchema),
2460
+ z.lazy(() => ExposureGenerated$outboundSchema),
2461
+ z.lazy(() => ExposureDisabled$outboundSchema),
2462
+ z.any(),
2463
+ ]);
2464
+
2465
+ export function exposureToJSON(exposure: Exposure): string {
2466
+ return JSON.stringify(Exposure$outboundSchema.parse(exposure));
2467
+ }
2468
+
2469
+ /** @internal */
2470
+ export type PrepareDeploymentStackKubernetes$Outbound = {
2471
+ cluster?: Cluster$Outbound | any | null | undefined;
2472
+ exposure?:
2473
+ | ExposureCustom$Outbound
2474
+ | ExposureGenerated$Outbound
2475
+ | ExposureDisabled$Outbound
2476
+ | any
2477
+ | null
2478
+ | undefined;
2479
+ };
2480
+
2481
+ /** @internal */
2482
+ export const PrepareDeploymentStackKubernetes$outboundSchema: z.ZodType<
2483
+ PrepareDeploymentStackKubernetes$Outbound,
2484
+ PrepareDeploymentStackKubernetes
2485
+ > = z.object({
2486
+ cluster: z.nullable(z.union([z.lazy(() => Cluster$outboundSchema), z.any()]))
2487
+ .optional(),
2488
+ exposure: z.nullable(
2489
+ z.union([
2490
+ z.lazy(() => ExposureCustom$outboundSchema),
2491
+ z.lazy(() => ExposureGenerated$outboundSchema),
2492
+ z.lazy(() => ExposureDisabled$outboundSchema),
2493
+ z.any(),
2494
+ ]),
2495
+ ).optional(),
2496
+ });
2497
+
2498
+ export function prepareDeploymentStackKubernetesToJSON(
2499
+ prepareDeploymentStackKubernetes: PrepareDeploymentStackKubernetes,
2500
+ ): string {
2501
+ return JSON.stringify(
2502
+ PrepareDeploymentStackKubernetes$outboundSchema.parse(
2503
+ prepareDeploymentStackKubernetes,
2504
+ ),
2505
+ );
2506
+ }
2507
+
2508
+ /** @internal */
2509
+ export type Kubernetes$Outbound =
2510
+ | PrepareDeploymentStackKubernetes$Outbound
2511
+ | any;
2512
+
2513
+ /** @internal */
2514
+ export const Kubernetes$outboundSchema: z.ZodType<
2515
+ Kubernetes$Outbound,
2516
+ Kubernetes
2517
+ > = z.union([
2518
+ z.lazy(() => PrepareDeploymentStackKubernetes$outboundSchema),
2519
+ z.any(),
2520
+ ]);
2521
+
2522
+ export function kubernetesToJSON(kubernetes: Kubernetes): string {
2523
+ return JSON.stringify(Kubernetes$outboundSchema.parse(kubernetes));
2524
+ }
2525
+
2526
+ /** @internal */
2527
+ export const TypeByoVnetAzure$outboundSchema: z.ZodEnum<
2528
+ typeof TypeByoVnetAzure
2529
+ > = z.enum(TypeByoVnetAzure);
2530
+
2531
+ /** @internal */
2532
+ export type NetworkByoVnetAzure$Outbound = {
2533
+ private_subnet_name: string;
2534
+ public_subnet_name: string;
2535
+ type: string;
2536
+ vnet_resource_id: string;
2537
+ };
2538
+
2539
+ /** @internal */
2540
+ export const NetworkByoVnetAzure$outboundSchema: z.ZodType<
2541
+ NetworkByoVnetAzure$Outbound,
2542
+ NetworkByoVnetAzure
2543
+ > = z.object({
2544
+ privateSubnetName: z.string(),
2545
+ publicSubnetName: z.string(),
2546
+ type: TypeByoVnetAzure$outboundSchema,
2547
+ vnetResourceId: z.string(),
2548
+ }).transform((v) => {
2549
+ return remap$(v, {
2550
+ privateSubnetName: "private_subnet_name",
2551
+ publicSubnetName: "public_subnet_name",
2552
+ vnetResourceId: "vnet_resource_id",
2553
+ });
2554
+ });
2555
+
2556
+ export function networkByoVnetAzureToJSON(
2557
+ networkByoVnetAzure: NetworkByoVnetAzure,
2558
+ ): string {
2559
+ return JSON.stringify(
2560
+ NetworkByoVnetAzure$outboundSchema.parse(networkByoVnetAzure),
2561
+ );
2562
+ }
2563
+
2564
+ /** @internal */
2565
+ export const TypeByoVpcGcp$outboundSchema: z.ZodEnum<typeof TypeByoVpcGcp> = z
2566
+ .enum(TypeByoVpcGcp);
2567
+
2568
+ /** @internal */
2569
+ export type NetworkByoVpcGcp$Outbound = {
2570
+ network_name: string;
2571
+ region: string;
2572
+ subnet_name: string;
2573
+ type: string;
2574
+ };
2575
+
2576
+ /** @internal */
2577
+ export const NetworkByoVpcGcp$outboundSchema: z.ZodType<
2578
+ NetworkByoVpcGcp$Outbound,
2579
+ NetworkByoVpcGcp
2580
+ > = z.object({
2581
+ networkName: z.string(),
2582
+ region: z.string(),
2583
+ subnetName: z.string(),
2584
+ type: TypeByoVpcGcp$outboundSchema,
2585
+ }).transform((v) => {
2586
+ return remap$(v, {
2587
+ networkName: "network_name",
2588
+ subnetName: "subnet_name",
2589
+ });
2590
+ });
2591
+
2592
+ export function networkByoVpcGcpToJSON(
2593
+ networkByoVpcGcp: NetworkByoVpcGcp,
2594
+ ): string {
2595
+ return JSON.stringify(
2596
+ NetworkByoVpcGcp$outboundSchema.parse(networkByoVpcGcp),
2597
+ );
2598
+ }
2599
+
2600
+ /** @internal */
2601
+ export const TypeByoVpcAws$outboundSchema: z.ZodEnum<typeof TypeByoVpcAws> = z
2602
+ .enum(TypeByoVpcAws);
2603
+
2604
+ /** @internal */
2605
+ export type NetworkByoVpcAws$Outbound = {
2606
+ private_subnet_ids: Array<string>;
2607
+ public_subnet_ids: Array<string>;
2608
+ security_group_ids?: Array<string> | undefined;
2609
+ type: string;
2610
+ vpc_id: string;
2611
+ };
2612
+
2613
+ /** @internal */
2614
+ export const NetworkByoVpcAws$outboundSchema: z.ZodType<
2615
+ NetworkByoVpcAws$Outbound,
2616
+ NetworkByoVpcAws
2617
+ > = z.object({
2618
+ privateSubnetIds: z.array(z.string()),
2619
+ publicSubnetIds: z.array(z.string()),
2620
+ securityGroupIds: z.array(z.string()).optional(),
2621
+ type: TypeByoVpcAws$outboundSchema,
2622
+ vpcId: z.string(),
2623
+ }).transform((v) => {
2624
+ return remap$(v, {
2625
+ privateSubnetIds: "private_subnet_ids",
2626
+ publicSubnetIds: "public_subnet_ids",
2627
+ securityGroupIds: "security_group_ids",
2628
+ vpcId: "vpc_id",
2629
+ });
2630
+ });
2631
+
2632
+ export function networkByoVpcAwsToJSON(
2633
+ networkByoVpcAws: NetworkByoVpcAws,
2634
+ ): string {
2635
+ return JSON.stringify(
2636
+ NetworkByoVpcAws$outboundSchema.parse(networkByoVpcAws),
2637
+ );
2638
+ }
2639
+
2640
+ /** @internal */
2641
+ export const TypeCreate$outboundSchema: z.ZodEnum<typeof TypeCreate> = z.enum(
2642
+ TypeCreate,
2643
+ );
2644
+
2645
+ /** @internal */
2646
+ export type NetworkCreate$Outbound = {
2647
+ availability_zones?: number | undefined;
2648
+ cidr?: string | null | undefined;
2649
+ type: string;
2650
+ };
2651
+
2652
+ /** @internal */
2653
+ export const NetworkCreate$outboundSchema: z.ZodType<
2654
+ NetworkCreate$Outbound,
2655
+ NetworkCreate
2656
+ > = z.object({
2657
+ availabilityZones: z.int().optional(),
2658
+ cidr: z.nullable(z.string()).optional(),
2659
+ type: TypeCreate$outboundSchema,
2660
+ }).transform((v) => {
2661
+ return remap$(v, {
2662
+ availabilityZones: "availability_zones",
2663
+ });
2664
+ });
2665
+
2666
+ export function networkCreateToJSON(networkCreate: NetworkCreate): string {
2667
+ return JSON.stringify(NetworkCreate$outboundSchema.parse(networkCreate));
2668
+ }
2669
+
2670
+ /** @internal */
2671
+ export const TypeUseDefault$outboundSchema: z.ZodEnum<typeof TypeUseDefault> = z
2672
+ .enum(TypeUseDefault);
2673
+
2674
+ /** @internal */
2675
+ export type NetworkUseDefault$Outbound = {
2676
+ type: string;
2677
+ };
2678
+
2679
+ /** @internal */
2680
+ export const NetworkUseDefault$outboundSchema: z.ZodType<
2681
+ NetworkUseDefault$Outbound,
2682
+ NetworkUseDefault
2683
+ > = z.object({
2684
+ type: TypeUseDefault$outboundSchema,
2685
+ });
2686
+
2687
+ export function networkUseDefaultToJSON(
2688
+ networkUseDefault: NetworkUseDefault,
2689
+ ): string {
2690
+ return JSON.stringify(
2691
+ NetworkUseDefault$outboundSchema.parse(networkUseDefault),
2692
+ );
2693
+ }
2694
+
2695
+ /** @internal */
2696
+ export type Network$Outbound =
2697
+ | NetworkByoVpcAws$Outbound
2698
+ | NetworkByoVpcGcp$Outbound
2699
+ | NetworkByoVnetAzure$Outbound
2700
+ | NetworkUseDefault$Outbound
2701
+ | NetworkCreate$Outbound
2702
+ | any;
2703
+
2704
+ /** @internal */
2705
+ export const Network$outboundSchema: z.ZodType<Network$Outbound, Network> = z
2706
+ .union([
2707
+ z.lazy(() => NetworkByoVpcAws$outboundSchema),
2708
+ z.lazy(() => NetworkByoVpcGcp$outboundSchema),
2709
+ z.lazy(() => NetworkByoVnetAzure$outboundSchema),
2710
+ z.lazy(() => NetworkUseDefault$outboundSchema),
2711
+ z.lazy(() => NetworkCreate$outboundSchema),
2712
+ z.any(),
2713
+ ]);
2714
+
2715
+ export function networkToJSON(network: Network): string {
2716
+ return JSON.stringify(Network$outboundSchema.parse(network));
2717
+ }
2718
+
2719
+ /** @internal */
2720
+ export const Telemetry$outboundSchema: z.ZodEnum<typeof Telemetry> = z.enum(
2721
+ Telemetry,
2722
+ );
2723
+
2724
+ /** @internal */
2725
+ export const Updates$outboundSchema: z.ZodEnum<typeof Updates> = z.enum(
2726
+ Updates,
2727
+ );
2728
+
2729
+ /** @internal */
2730
+ export type StackSettings$Outbound = {
2731
+ deploymentModel?: string | undefined;
2732
+ domains?: Domains$Outbound | any | null | undefined;
2733
+ externalBindings?: ExternalBindings$Outbound | null | undefined;
2734
+ heartbeats?: string | undefined;
2735
+ kubernetes?:
2736
+ | PrepareDeploymentStackKubernetes$Outbound
2737
+ | any
2738
+ | null
2739
+ | undefined;
2740
+ network?:
2741
+ | NetworkByoVpcAws$Outbound
2742
+ | NetworkByoVpcGcp$Outbound
2743
+ | NetworkByoVnetAzure$Outbound
2744
+ | NetworkUseDefault$Outbound
2745
+ | NetworkCreate$Outbound
2746
+ | any
2747
+ | null
2748
+ | undefined;
2749
+ telemetry?: string | undefined;
2750
+ updates?: string | undefined;
2751
+ };
2752
+
2753
+ /** @internal */
2754
+ export const StackSettings$outboundSchema: z.ZodType<
2755
+ StackSettings$Outbound,
2756
+ StackSettings
2757
+ > = z.object({
2758
+ deploymentModel: DeploymentModel$outboundSchema.optional(),
2759
+ domains: z.nullable(z.union([z.lazy(() => Domains$outboundSchema), z.any()]))
2760
+ .optional(),
2761
+ externalBindings: z.nullable(z.lazy(() => ExternalBindings$outboundSchema))
2762
+ .optional(),
2763
+ heartbeats: Heartbeats$outboundSchema.optional(),
2764
+ kubernetes: z.nullable(
2765
+ z.union([
2766
+ z.lazy(() => PrepareDeploymentStackKubernetes$outboundSchema),
2767
+ z.any(),
2768
+ ]),
2769
+ ).optional(),
2770
+ network: z.nullable(
2771
+ z.union([
2772
+ z.lazy(() => NetworkByoVpcAws$outboundSchema),
2773
+ z.lazy(() => NetworkByoVpcGcp$outboundSchema),
2774
+ z.lazy(() => NetworkByoVnetAzure$outboundSchema),
2775
+ z.lazy(() => NetworkUseDefault$outboundSchema),
2776
+ z.lazy(() => NetworkCreate$outboundSchema),
2777
+ z.any(),
2778
+ ]),
2779
+ ).optional(),
2780
+ telemetry: Telemetry$outboundSchema.optional(),
2781
+ updates: Updates$outboundSchema.optional(),
2782
+ });
2783
+
2784
+ export function stackSettingsToJSON(stackSettings: StackSettings): string {
2785
+ return JSON.stringify(StackSettings$outboundSchema.parse(stackSettings));
2786
+ }
2787
+
2788
+ /** @internal */
2789
+ export type PrepareDeploymentStackRequestBody$Outbound = {
2790
+ platform: string;
2791
+ setupMethod: string;
2792
+ region?: string | undefined;
2793
+ stackSettings: StackSettings$Outbound;
2794
+ };
2795
+
2796
+ /** @internal */
2797
+ export const PrepareDeploymentStackRequestBody$outboundSchema: z.ZodType<
2798
+ PrepareDeploymentStackRequestBody$Outbound,
2799
+ PrepareDeploymentStackRequestBody
2800
+ > = z.object({
2801
+ platform: PrepareDeploymentStackPlatform$outboundSchema,
2802
+ setupMethod: models.DeploymentSetupMethod$outboundSchema,
2803
+ region: z.string().optional(),
2804
+ stackSettings: z.lazy(() => StackSettings$outboundSchema),
2805
+ });
2806
+
2807
+ export function prepareDeploymentStackRequestBodyToJSON(
2808
+ prepareDeploymentStackRequestBody: PrepareDeploymentStackRequestBody,
2809
+ ): string {
2810
+ return JSON.stringify(
2811
+ PrepareDeploymentStackRequestBody$outboundSchema.parse(
2812
+ prepareDeploymentStackRequestBody,
2813
+ ),
2814
+ );
2815
+ }
2816
+
2817
+ /** @internal */
2818
+ export type PrepareDeploymentStackRequest$Outbound = {
2819
+ workspace?: string | undefined;
2820
+ RequestBody?: PrepareDeploymentStackRequestBody$Outbound | undefined;
2821
+ };
2822
+
2823
+ /** @internal */
2824
+ export const PrepareDeploymentStackRequest$outboundSchema: z.ZodType<
2825
+ PrepareDeploymentStackRequest$Outbound,
2826
+ PrepareDeploymentStackRequest
2827
+ > = z.object({
2828
+ workspace: z.string().optional(),
2829
+ requestBody: z.lazy(() => PrepareDeploymentStackRequestBody$outboundSchema)
2830
+ .optional(),
2831
+ }).transform((v) => {
2832
+ return remap$(v, {
2833
+ requestBody: "RequestBody",
2834
+ });
2835
+ });
2836
+
2837
+ export function prepareDeploymentStackRequestToJSON(
2838
+ prepareDeploymentStackRequest: PrepareDeploymentStackRequest,
2839
+ ): string {
2840
+ return JSON.stringify(
2841
+ PrepareDeploymentStackRequest$outboundSchema.parse(
2842
+ prepareDeploymentStackRequest,
2843
+ ),
2844
+ );
2845
+ }