@alienplatform/platform-api 1.3.5 → 1.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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,3123 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+
5
+ import * as z from "zod/v4";
6
+ import {
7
+ collectExtraKeys as collectExtraKeys$,
8
+ safeParse,
9
+ } from "../lib/schemas.js";
10
+ import { ClosedEnum } from "../types/enums.js";
11
+ import { Result as SafeParseResult } from "../types/fp.js";
12
+ import { SDKValidationError } from "./errors/sdkvalidationerror.js";
13
+ import {
14
+ SetupFingerprintInfo,
15
+ SetupFingerprintInfo$inboundSchema,
16
+ } from "./setupfingerprintinfo.js";
17
+
18
+ export const PreparedDeploymentStackPlatform = {
19
+ Aws: "aws",
20
+ Gcp: "gcp",
21
+ Azure: "azure",
22
+ } as const;
23
+ export type PreparedDeploymentStackPlatform = ClosedEnum<
24
+ typeof PreparedDeploymentStackPlatform
25
+ >;
26
+
27
+ export const PreparedDeploymentStackManagementEnum = {
28
+ Auto: "auto",
29
+ } as const;
30
+ export type PreparedDeploymentStackManagementEnum = ClosedEnum<
31
+ typeof PreparedDeploymentStackManagementEnum
32
+ >;
33
+
34
+ /**
35
+ * AWS-specific binding specification
36
+ */
37
+ export type PreparedDeploymentStackOverrideAwResource = {
38
+ /**
39
+ * Optional condition for additional filtering (rare)
40
+ */
41
+ condition?: { [k: string]: { [k: string]: string } } | null | undefined;
42
+ /**
43
+ * Resource ARNs to bind to
44
+ */
45
+ resources: Array<string>;
46
+ };
47
+
48
+ /**
49
+ * AWS-specific binding specification
50
+ */
51
+ export type PreparedDeploymentStackOverrideAwStack = {
52
+ /**
53
+ * Optional condition for additional filtering (rare)
54
+ */
55
+ condition?: { [k: string]: { [k: string]: string } } | null | undefined;
56
+ /**
57
+ * Resource ARNs to bind to
58
+ */
59
+ resources: Array<string>;
60
+ };
61
+
62
+ /**
63
+ * Generic binding configuration for permissions
64
+ */
65
+ export type PreparedDeploymentStackOverrideAwBinding = {
66
+ /**
67
+ * AWS-specific binding specification
68
+ */
69
+ resource?: PreparedDeploymentStackOverrideAwResource | undefined;
70
+ /**
71
+ * AWS-specific binding specification
72
+ */
73
+ stack?: PreparedDeploymentStackOverrideAwStack | undefined;
74
+ };
75
+
76
+ /**
77
+ * IAM effect. Defaults to Allow.
78
+ */
79
+ export const PreparedDeploymentStackOverrideEffect = {
80
+ Allow: "Allow",
81
+ Deny: "Deny",
82
+ } as const;
83
+ /**
84
+ * IAM effect. Defaults to Allow.
85
+ */
86
+ export type PreparedDeploymentStackOverrideEffect = ClosedEnum<
87
+ typeof PreparedDeploymentStackOverrideEffect
88
+ >;
89
+
90
+ /**
91
+ * Grant permissions for a specific cloud platform
92
+ */
93
+ export type PreparedDeploymentStackOverrideAwGrant = {
94
+ /**
95
+ * AWS IAM actions (only for AWS)
96
+ */
97
+ actions?: Array<string> | null | undefined;
98
+ /**
99
+ * Azure actions (only for Azure)
100
+ */
101
+ dataActions?: Array<string> | null | undefined;
102
+ /**
103
+ * GCP permissions that require an exact residual custom role.
104
+ */
105
+ permissions?: Array<string> | null | undefined;
106
+ /**
107
+ * Provider predefined roles to bind directly.
108
+ */
109
+ predefinedRoles?: Array<string> | null | undefined;
110
+ /**
111
+ * GCP residual custom permissions to pair with predefined roles.
112
+ */
113
+ residualPermissions?: Array<string> | null | undefined;
114
+ };
115
+
116
+ /**
117
+ * AWS-specific platform permission configuration
118
+ */
119
+ export type PreparedDeploymentStackOverrideAw = {
120
+ /**
121
+ * Generic binding configuration for permissions
122
+ */
123
+ binding: PreparedDeploymentStackOverrideAwBinding;
124
+ /**
125
+ * Short admin-facing description of why this entry exists.
126
+ */
127
+ description?: string | null | undefined;
128
+ /**
129
+ * IAM effect. Defaults to Allow.
130
+ */
131
+ effect?: PreparedDeploymentStackOverrideEffect | undefined;
132
+ /**
133
+ * Grant permissions for a specific cloud platform
134
+ */
135
+ grant: PreparedDeploymentStackOverrideAwGrant;
136
+ /**
137
+ * Stable admin-facing label for this permission entry.
138
+ */
139
+ label?: string | null | undefined;
140
+ };
141
+
142
+ /**
143
+ * Azure-specific binding specification
144
+ */
145
+ export type PreparedDeploymentStackOverrideAzureResource = {
146
+ /**
147
+ * Scope (subscription/resource group/resource level)
148
+ */
149
+ scope: string;
150
+ };
151
+
152
+ /**
153
+ * Azure-specific binding specification
154
+ */
155
+ export type PreparedDeploymentStackOverrideAzureStack = {
156
+ /**
157
+ * Scope (subscription/resource group/resource level)
158
+ */
159
+ scope: string;
160
+ };
161
+
162
+ /**
163
+ * Generic binding configuration for permissions
164
+ */
165
+ export type PreparedDeploymentStackOverrideAzureBinding = {
166
+ /**
167
+ * Azure-specific binding specification
168
+ */
169
+ resource?: PreparedDeploymentStackOverrideAzureResource | undefined;
170
+ /**
171
+ * Azure-specific binding specification
172
+ */
173
+ stack?: PreparedDeploymentStackOverrideAzureStack | undefined;
174
+ };
175
+
176
+ /**
177
+ * Grant permissions for a specific cloud platform
178
+ */
179
+ export type PreparedDeploymentStackOverrideAzureGrant = {
180
+ /**
181
+ * AWS IAM actions (only for AWS)
182
+ */
183
+ actions?: Array<string> | null | undefined;
184
+ /**
185
+ * Azure actions (only for Azure)
186
+ */
187
+ dataActions?: Array<string> | null | undefined;
188
+ /**
189
+ * GCP permissions that require an exact residual custom role.
190
+ */
191
+ permissions?: Array<string> | null | undefined;
192
+ /**
193
+ * Provider predefined roles to bind directly.
194
+ */
195
+ predefinedRoles?: Array<string> | null | undefined;
196
+ /**
197
+ * GCP residual custom permissions to pair with predefined roles.
198
+ */
199
+ residualPermissions?: Array<string> | null | undefined;
200
+ };
201
+
202
+ /**
203
+ * Azure-specific platform permission configuration
204
+ */
205
+ export type PreparedDeploymentStackOverrideAzure = {
206
+ /**
207
+ * Generic binding configuration for permissions
208
+ */
209
+ binding: PreparedDeploymentStackOverrideAzureBinding;
210
+ /**
211
+ * Short admin-facing description of why this entry exists.
212
+ */
213
+ description?: string | null | undefined;
214
+ /**
215
+ * Grant permissions for a specific cloud platform
216
+ */
217
+ grant: PreparedDeploymentStackOverrideAzureGrant;
218
+ /**
219
+ * Stable admin-facing label for this permission entry.
220
+ */
221
+ label?: string | null | undefined;
222
+ };
223
+
224
+ /**
225
+ * GCP IAM condition
226
+ */
227
+ export type PreparedDeploymentStackOverrideConditionResource = {
228
+ expression: string;
229
+ title: string;
230
+ };
231
+
232
+ export type PreparedDeploymentStackOverrideResourceConditionUnion =
233
+ | PreparedDeploymentStackOverrideConditionResource
234
+ | any;
235
+
236
+ /**
237
+ * GCP-specific binding specification
238
+ */
239
+ export type PreparedDeploymentStackOverrideGcpResource = {
240
+ condition?:
241
+ | PreparedDeploymentStackOverrideConditionResource
242
+ | any
243
+ | null
244
+ | undefined;
245
+ /**
246
+ * Scope (project/resource level)
247
+ */
248
+ scope: string;
249
+ };
250
+
251
+ /**
252
+ * GCP IAM condition
253
+ */
254
+ export type PreparedDeploymentStackOverrideCondition = {
255
+ expression: string;
256
+ title: string;
257
+ };
258
+
259
+ export type PreparedDeploymentStackOverrideConditionUnion =
260
+ | PreparedDeploymentStackOverrideCondition
261
+ | any;
262
+
263
+ /**
264
+ * GCP-specific binding specification
265
+ */
266
+ export type PreparedDeploymentStackOverrideGcpStack = {
267
+ condition?: PreparedDeploymentStackOverrideCondition | any | null | undefined;
268
+ /**
269
+ * Scope (project/resource level)
270
+ */
271
+ scope: string;
272
+ };
273
+
274
+ /**
275
+ * Generic binding configuration for permissions
276
+ */
277
+ export type PreparedDeploymentStackOverrideGcpBinding = {
278
+ /**
279
+ * GCP-specific binding specification
280
+ */
281
+ resource?: PreparedDeploymentStackOverrideGcpResource | undefined;
282
+ /**
283
+ * GCP-specific binding specification
284
+ */
285
+ stack?: PreparedDeploymentStackOverrideGcpStack | undefined;
286
+ };
287
+
288
+ /**
289
+ * Grant permissions for a specific cloud platform
290
+ */
291
+ export type PreparedDeploymentStackOverrideGcpGrant = {
292
+ /**
293
+ * AWS IAM actions (only for AWS)
294
+ */
295
+ actions?: Array<string> | null | undefined;
296
+ /**
297
+ * Azure actions (only for Azure)
298
+ */
299
+ dataActions?: Array<string> | null | undefined;
300
+ /**
301
+ * GCP permissions that require an exact residual custom role.
302
+ */
303
+ permissions?: Array<string> | null | undefined;
304
+ /**
305
+ * Provider predefined roles to bind directly.
306
+ */
307
+ predefinedRoles?: Array<string> | null | undefined;
308
+ /**
309
+ * GCP residual custom permissions to pair with predefined roles.
310
+ */
311
+ residualPermissions?: Array<string> | null | undefined;
312
+ };
313
+
314
+ /**
315
+ * GCP-specific platform permission configuration
316
+ */
317
+ export type PreparedDeploymentStackOverrideGcp = {
318
+ /**
319
+ * Generic binding configuration for permissions
320
+ */
321
+ binding: PreparedDeploymentStackOverrideGcpBinding;
322
+ /**
323
+ * Short admin-facing description of why this entry exists.
324
+ */
325
+ description?: string | null | undefined;
326
+ /**
327
+ * Grant permissions for a specific cloud platform
328
+ */
329
+ grant: PreparedDeploymentStackOverrideGcpGrant;
330
+ /**
331
+ * Stable admin-facing label for this permission entry.
332
+ */
333
+ label?: string | null | undefined;
334
+ };
335
+
336
+ /**
337
+ * Platform-specific permission configurations
338
+ */
339
+ export type PreparedDeploymentStackOverridePlatforms = {
340
+ /**
341
+ * AWS permission configurations
342
+ */
343
+ aws?: Array<PreparedDeploymentStackOverrideAw> | null | undefined;
344
+ /**
345
+ * Azure permission configurations
346
+ */
347
+ azure?: Array<PreparedDeploymentStackOverrideAzure> | null | undefined;
348
+ /**
349
+ * GCP permission configurations
350
+ */
351
+ gcp?: Array<PreparedDeploymentStackOverrideGcp> | null | undefined;
352
+ };
353
+
354
+ /**
355
+ * A permission set that can be applied across different cloud platforms
356
+ */
357
+ export type PreparedDeploymentStackOverride = {
358
+ /**
359
+ * Human-readable description of what this permission set allows
360
+ */
361
+ description: string;
362
+ /**
363
+ * Unique identifier for the permission set (e.g., "storage/data-read")
364
+ */
365
+ id: string;
366
+ /**
367
+ * Platform-specific permission configurations
368
+ */
369
+ platforms: PreparedDeploymentStackOverridePlatforms;
370
+ };
371
+
372
+ /**
373
+ * Reference to a permission set - either by name or inline definition
374
+ */
375
+ export type PreparedDeploymentStackOverrideUnion =
376
+ | PreparedDeploymentStackOverride
377
+ | string;
378
+
379
+ export type PreparedDeploymentStackManagement2 = {
380
+ /**
381
+ * Permission profile that maps resources to permission sets
382
+ *
383
+ * @remarks
384
+ * Key can be "*" for all resources or resource name for specific resource
385
+ */
386
+ override: { [k: string]: Array<PreparedDeploymentStackOverride | string> };
387
+ };
388
+
389
+ /**
390
+ * AWS-specific binding specification
391
+ */
392
+ export type PreparedDeploymentStackExtendAwResource = {
393
+ /**
394
+ * Optional condition for additional filtering (rare)
395
+ */
396
+ condition?: { [k: string]: { [k: string]: string } } | null | undefined;
397
+ /**
398
+ * Resource ARNs to bind to
399
+ */
400
+ resources: Array<string>;
401
+ };
402
+
403
+ /**
404
+ * AWS-specific binding specification
405
+ */
406
+ export type PreparedDeploymentStackExtendAwStack = {
407
+ /**
408
+ * Optional condition for additional filtering (rare)
409
+ */
410
+ condition?: { [k: string]: { [k: string]: string } } | null | undefined;
411
+ /**
412
+ * Resource ARNs to bind to
413
+ */
414
+ resources: Array<string>;
415
+ };
416
+
417
+ /**
418
+ * Generic binding configuration for permissions
419
+ */
420
+ export type PreparedDeploymentStackExtendAwBinding = {
421
+ /**
422
+ * AWS-specific binding specification
423
+ */
424
+ resource?: PreparedDeploymentStackExtendAwResource | undefined;
425
+ /**
426
+ * AWS-specific binding specification
427
+ */
428
+ stack?: PreparedDeploymentStackExtendAwStack | undefined;
429
+ };
430
+
431
+ /**
432
+ * IAM effect. Defaults to Allow.
433
+ */
434
+ export const PreparedDeploymentStackExtendEffect = {
435
+ Allow: "Allow",
436
+ Deny: "Deny",
437
+ } as const;
438
+ /**
439
+ * IAM effect. Defaults to Allow.
440
+ */
441
+ export type PreparedDeploymentStackExtendEffect = ClosedEnum<
442
+ typeof PreparedDeploymentStackExtendEffect
443
+ >;
444
+
445
+ /**
446
+ * Grant permissions for a specific cloud platform
447
+ */
448
+ export type PreparedDeploymentStackExtendAwGrant = {
449
+ /**
450
+ * AWS IAM actions (only for AWS)
451
+ */
452
+ actions?: Array<string> | null | undefined;
453
+ /**
454
+ * Azure actions (only for Azure)
455
+ */
456
+ dataActions?: Array<string> | null | undefined;
457
+ /**
458
+ * GCP permissions that require an exact residual custom role.
459
+ */
460
+ permissions?: Array<string> | null | undefined;
461
+ /**
462
+ * Provider predefined roles to bind directly.
463
+ */
464
+ predefinedRoles?: Array<string> | null | undefined;
465
+ /**
466
+ * GCP residual custom permissions to pair with predefined roles.
467
+ */
468
+ residualPermissions?: Array<string> | null | undefined;
469
+ };
470
+
471
+ /**
472
+ * AWS-specific platform permission configuration
473
+ */
474
+ export type PreparedDeploymentStackExtendAw = {
475
+ /**
476
+ * Generic binding configuration for permissions
477
+ */
478
+ binding: PreparedDeploymentStackExtendAwBinding;
479
+ /**
480
+ * Short admin-facing description of why this entry exists.
481
+ */
482
+ description?: string | null | undefined;
483
+ /**
484
+ * IAM effect. Defaults to Allow.
485
+ */
486
+ effect?: PreparedDeploymentStackExtendEffect | undefined;
487
+ /**
488
+ * Grant permissions for a specific cloud platform
489
+ */
490
+ grant: PreparedDeploymentStackExtendAwGrant;
491
+ /**
492
+ * Stable admin-facing label for this permission entry.
493
+ */
494
+ label?: string | null | undefined;
495
+ };
496
+
497
+ /**
498
+ * Azure-specific binding specification
499
+ */
500
+ export type PreparedDeploymentStackExtendAzureResource = {
501
+ /**
502
+ * Scope (subscription/resource group/resource level)
503
+ */
504
+ scope: string;
505
+ };
506
+
507
+ /**
508
+ * Azure-specific binding specification
509
+ */
510
+ export type PreparedDeploymentStackExtendAzureStack = {
511
+ /**
512
+ * Scope (subscription/resource group/resource level)
513
+ */
514
+ scope: string;
515
+ };
516
+
517
+ /**
518
+ * Generic binding configuration for permissions
519
+ */
520
+ export type PreparedDeploymentStackExtendAzureBinding = {
521
+ /**
522
+ * Azure-specific binding specification
523
+ */
524
+ resource?: PreparedDeploymentStackExtendAzureResource | undefined;
525
+ /**
526
+ * Azure-specific binding specification
527
+ */
528
+ stack?: PreparedDeploymentStackExtendAzureStack | undefined;
529
+ };
530
+
531
+ /**
532
+ * Grant permissions for a specific cloud platform
533
+ */
534
+ export type PreparedDeploymentStackExtendAzureGrant = {
535
+ /**
536
+ * AWS IAM actions (only for AWS)
537
+ */
538
+ actions?: Array<string> | null | undefined;
539
+ /**
540
+ * Azure actions (only for Azure)
541
+ */
542
+ dataActions?: Array<string> | null | undefined;
543
+ /**
544
+ * GCP permissions that require an exact residual custom role.
545
+ */
546
+ permissions?: Array<string> | null | undefined;
547
+ /**
548
+ * Provider predefined roles to bind directly.
549
+ */
550
+ predefinedRoles?: Array<string> | null | undefined;
551
+ /**
552
+ * GCP residual custom permissions to pair with predefined roles.
553
+ */
554
+ residualPermissions?: Array<string> | null | undefined;
555
+ };
556
+
557
+ /**
558
+ * Azure-specific platform permission configuration
559
+ */
560
+ export type PreparedDeploymentStackExtendAzure = {
561
+ /**
562
+ * Generic binding configuration for permissions
563
+ */
564
+ binding: PreparedDeploymentStackExtendAzureBinding;
565
+ /**
566
+ * Short admin-facing description of why this entry exists.
567
+ */
568
+ description?: string | null | undefined;
569
+ /**
570
+ * Grant permissions for a specific cloud platform
571
+ */
572
+ grant: PreparedDeploymentStackExtendAzureGrant;
573
+ /**
574
+ * Stable admin-facing label for this permission entry.
575
+ */
576
+ label?: string | null | undefined;
577
+ };
578
+
579
+ /**
580
+ * GCP IAM condition
581
+ */
582
+ export type PreparedDeploymentStackExtendConditionResource = {
583
+ expression: string;
584
+ title: string;
585
+ };
586
+
587
+ export type PreparedDeploymentStackExtendResourceConditionUnion =
588
+ | PreparedDeploymentStackExtendConditionResource
589
+ | any;
590
+
591
+ /**
592
+ * GCP-specific binding specification
593
+ */
594
+ export type PreparedDeploymentStackExtendGcpResource = {
595
+ condition?:
596
+ | PreparedDeploymentStackExtendConditionResource
597
+ | any
598
+ | null
599
+ | undefined;
600
+ /**
601
+ * Scope (project/resource level)
602
+ */
603
+ scope: string;
604
+ };
605
+
606
+ /**
607
+ * GCP IAM condition
608
+ */
609
+ export type PreparedDeploymentStackExtendCondition = {
610
+ expression: string;
611
+ title: string;
612
+ };
613
+
614
+ export type PreparedDeploymentStackExtendConditionUnion =
615
+ | PreparedDeploymentStackExtendCondition
616
+ | any;
617
+
618
+ /**
619
+ * GCP-specific binding specification
620
+ */
621
+ export type PreparedDeploymentStackExtendGcpStack = {
622
+ condition?: PreparedDeploymentStackExtendCondition | any | null | undefined;
623
+ /**
624
+ * Scope (project/resource level)
625
+ */
626
+ scope: string;
627
+ };
628
+
629
+ /**
630
+ * Generic binding configuration for permissions
631
+ */
632
+ export type PreparedDeploymentStackExtendGcpBinding = {
633
+ /**
634
+ * GCP-specific binding specification
635
+ */
636
+ resource?: PreparedDeploymentStackExtendGcpResource | undefined;
637
+ /**
638
+ * GCP-specific binding specification
639
+ */
640
+ stack?: PreparedDeploymentStackExtendGcpStack | undefined;
641
+ };
642
+
643
+ /**
644
+ * Grant permissions for a specific cloud platform
645
+ */
646
+ export type PreparedDeploymentStackExtendGcpGrant = {
647
+ /**
648
+ * AWS IAM actions (only for AWS)
649
+ */
650
+ actions?: Array<string> | null | undefined;
651
+ /**
652
+ * Azure actions (only for Azure)
653
+ */
654
+ dataActions?: Array<string> | null | undefined;
655
+ /**
656
+ * GCP permissions that require an exact residual custom role.
657
+ */
658
+ permissions?: Array<string> | null | undefined;
659
+ /**
660
+ * Provider predefined roles to bind directly.
661
+ */
662
+ predefinedRoles?: Array<string> | null | undefined;
663
+ /**
664
+ * GCP residual custom permissions to pair with predefined roles.
665
+ */
666
+ residualPermissions?: Array<string> | null | undefined;
667
+ };
668
+
669
+ /**
670
+ * GCP-specific platform permission configuration
671
+ */
672
+ export type PreparedDeploymentStackExtendGcp = {
673
+ /**
674
+ * Generic binding configuration for permissions
675
+ */
676
+ binding: PreparedDeploymentStackExtendGcpBinding;
677
+ /**
678
+ * Short admin-facing description of why this entry exists.
679
+ */
680
+ description?: string | null | undefined;
681
+ /**
682
+ * Grant permissions for a specific cloud platform
683
+ */
684
+ grant: PreparedDeploymentStackExtendGcpGrant;
685
+ /**
686
+ * Stable admin-facing label for this permission entry.
687
+ */
688
+ label?: string | null | undefined;
689
+ };
690
+
691
+ /**
692
+ * Platform-specific permission configurations
693
+ */
694
+ export type PreparedDeploymentStackExtendPlatforms = {
695
+ /**
696
+ * AWS permission configurations
697
+ */
698
+ aws?: Array<PreparedDeploymentStackExtendAw> | null | undefined;
699
+ /**
700
+ * Azure permission configurations
701
+ */
702
+ azure?: Array<PreparedDeploymentStackExtendAzure> | null | undefined;
703
+ /**
704
+ * GCP permission configurations
705
+ */
706
+ gcp?: Array<PreparedDeploymentStackExtendGcp> | null | undefined;
707
+ };
708
+
709
+ /**
710
+ * A permission set that can be applied across different cloud platforms
711
+ */
712
+ export type PreparedDeploymentStackExtend = {
713
+ /**
714
+ * Human-readable description of what this permission set allows
715
+ */
716
+ description: string;
717
+ /**
718
+ * Unique identifier for the permission set (e.g., "storage/data-read")
719
+ */
720
+ id: string;
721
+ /**
722
+ * Platform-specific permission configurations
723
+ */
724
+ platforms: PreparedDeploymentStackExtendPlatforms;
725
+ };
726
+
727
+ /**
728
+ * Reference to a permission set - either by name or inline definition
729
+ */
730
+ export type PreparedDeploymentStackExtendUnion =
731
+ | PreparedDeploymentStackExtend
732
+ | string;
733
+
734
+ export type PreparedDeploymentStackManagement1 = {
735
+ /**
736
+ * Permission profile that maps resources to permission sets
737
+ *
738
+ * @remarks
739
+ * Key can be "*" for all resources or resource name for specific resource
740
+ */
741
+ extend: { [k: string]: Array<PreparedDeploymentStackExtend | string> };
742
+ };
743
+
744
+ /**
745
+ * Management permissions configuration for stack management access
746
+ */
747
+ export type PreparedDeploymentStackManagementUnion =
748
+ | PreparedDeploymentStackManagement1
749
+ | PreparedDeploymentStackManagement2
750
+ | PreparedDeploymentStackManagementEnum;
751
+
752
+ /**
753
+ * AWS-specific binding specification
754
+ */
755
+ export type PreparedDeploymentStackProfileAwResource = {
756
+ /**
757
+ * Optional condition for additional filtering (rare)
758
+ */
759
+ condition?: { [k: string]: { [k: string]: string } } | null | undefined;
760
+ /**
761
+ * Resource ARNs to bind to
762
+ */
763
+ resources: Array<string>;
764
+ };
765
+
766
+ /**
767
+ * AWS-specific binding specification
768
+ */
769
+ export type PreparedDeploymentStackProfileAwStack = {
770
+ /**
771
+ * Optional condition for additional filtering (rare)
772
+ */
773
+ condition?: { [k: string]: { [k: string]: string } } | null | undefined;
774
+ /**
775
+ * Resource ARNs to bind to
776
+ */
777
+ resources: Array<string>;
778
+ };
779
+
780
+ /**
781
+ * Generic binding configuration for permissions
782
+ */
783
+ export type PreparedDeploymentStackProfileAwBinding = {
784
+ /**
785
+ * AWS-specific binding specification
786
+ */
787
+ resource?: PreparedDeploymentStackProfileAwResource | undefined;
788
+ /**
789
+ * AWS-specific binding specification
790
+ */
791
+ stack?: PreparedDeploymentStackProfileAwStack | undefined;
792
+ };
793
+
794
+ /**
795
+ * IAM effect. Defaults to Allow.
796
+ */
797
+ export const PreparedDeploymentStackProfileEffect = {
798
+ Allow: "Allow",
799
+ Deny: "Deny",
800
+ } as const;
801
+ /**
802
+ * IAM effect. Defaults to Allow.
803
+ */
804
+ export type PreparedDeploymentStackProfileEffect = ClosedEnum<
805
+ typeof PreparedDeploymentStackProfileEffect
806
+ >;
807
+
808
+ /**
809
+ * Grant permissions for a specific cloud platform
810
+ */
811
+ export type PreparedDeploymentStackProfileAwGrant = {
812
+ /**
813
+ * AWS IAM actions (only for AWS)
814
+ */
815
+ actions?: Array<string> | null | undefined;
816
+ /**
817
+ * Azure actions (only for Azure)
818
+ */
819
+ dataActions?: Array<string> | null | undefined;
820
+ /**
821
+ * GCP permissions that require an exact residual custom role.
822
+ */
823
+ permissions?: Array<string> | null | undefined;
824
+ /**
825
+ * Provider predefined roles to bind directly.
826
+ */
827
+ predefinedRoles?: Array<string> | null | undefined;
828
+ /**
829
+ * GCP residual custom permissions to pair with predefined roles.
830
+ */
831
+ residualPermissions?: Array<string> | null | undefined;
832
+ };
833
+
834
+ /**
835
+ * AWS-specific platform permission configuration
836
+ */
837
+ export type PreparedDeploymentStackProfileAw = {
838
+ /**
839
+ * Generic binding configuration for permissions
840
+ */
841
+ binding: PreparedDeploymentStackProfileAwBinding;
842
+ /**
843
+ * Short admin-facing description of why this entry exists.
844
+ */
845
+ description?: string | null | undefined;
846
+ /**
847
+ * IAM effect. Defaults to Allow.
848
+ */
849
+ effect?: PreparedDeploymentStackProfileEffect | undefined;
850
+ /**
851
+ * Grant permissions for a specific cloud platform
852
+ */
853
+ grant: PreparedDeploymentStackProfileAwGrant;
854
+ /**
855
+ * Stable admin-facing label for this permission entry.
856
+ */
857
+ label?: string | null | undefined;
858
+ };
859
+
860
+ /**
861
+ * Azure-specific binding specification
862
+ */
863
+ export type PreparedDeploymentStackProfileAzureResource = {
864
+ /**
865
+ * Scope (subscription/resource group/resource level)
866
+ */
867
+ scope: string;
868
+ };
869
+
870
+ /**
871
+ * Azure-specific binding specification
872
+ */
873
+ export type PreparedDeploymentStackProfileAzureStack = {
874
+ /**
875
+ * Scope (subscription/resource group/resource level)
876
+ */
877
+ scope: string;
878
+ };
879
+
880
+ /**
881
+ * Generic binding configuration for permissions
882
+ */
883
+ export type PreparedDeploymentStackProfileAzureBinding = {
884
+ /**
885
+ * Azure-specific binding specification
886
+ */
887
+ resource?: PreparedDeploymentStackProfileAzureResource | undefined;
888
+ /**
889
+ * Azure-specific binding specification
890
+ */
891
+ stack?: PreparedDeploymentStackProfileAzureStack | undefined;
892
+ };
893
+
894
+ /**
895
+ * Grant permissions for a specific cloud platform
896
+ */
897
+ export type PreparedDeploymentStackProfileAzureGrant = {
898
+ /**
899
+ * AWS IAM actions (only for AWS)
900
+ */
901
+ actions?: Array<string> | null | undefined;
902
+ /**
903
+ * Azure actions (only for Azure)
904
+ */
905
+ dataActions?: Array<string> | null | undefined;
906
+ /**
907
+ * GCP permissions that require an exact residual custom role.
908
+ */
909
+ permissions?: Array<string> | null | undefined;
910
+ /**
911
+ * Provider predefined roles to bind directly.
912
+ */
913
+ predefinedRoles?: Array<string> | null | undefined;
914
+ /**
915
+ * GCP residual custom permissions to pair with predefined roles.
916
+ */
917
+ residualPermissions?: Array<string> | null | undefined;
918
+ };
919
+
920
+ /**
921
+ * Azure-specific platform permission configuration
922
+ */
923
+ export type PreparedDeploymentStackProfileAzure = {
924
+ /**
925
+ * Generic binding configuration for permissions
926
+ */
927
+ binding: PreparedDeploymentStackProfileAzureBinding;
928
+ /**
929
+ * Short admin-facing description of why this entry exists.
930
+ */
931
+ description?: string | null | undefined;
932
+ /**
933
+ * Grant permissions for a specific cloud platform
934
+ */
935
+ grant: PreparedDeploymentStackProfileAzureGrant;
936
+ /**
937
+ * Stable admin-facing label for this permission entry.
938
+ */
939
+ label?: string | null | undefined;
940
+ };
941
+
942
+ /**
943
+ * GCP IAM condition
944
+ */
945
+ export type PreparedDeploymentStackProfileConditionResource = {
946
+ expression: string;
947
+ title: string;
948
+ };
949
+
950
+ export type PreparedDeploymentStackProfileResourceConditionUnion =
951
+ | PreparedDeploymentStackProfileConditionResource
952
+ | any;
953
+
954
+ /**
955
+ * GCP-specific binding specification
956
+ */
957
+ export type PreparedDeploymentStackProfileGcpResource = {
958
+ condition?:
959
+ | PreparedDeploymentStackProfileConditionResource
960
+ | any
961
+ | null
962
+ | undefined;
963
+ /**
964
+ * Scope (project/resource level)
965
+ */
966
+ scope: string;
967
+ };
968
+
969
+ /**
970
+ * GCP IAM condition
971
+ */
972
+ export type PreparedDeploymentStackProfileCondition = {
973
+ expression: string;
974
+ title: string;
975
+ };
976
+
977
+ export type PreparedDeploymentStackProfileConditionUnion =
978
+ | PreparedDeploymentStackProfileCondition
979
+ | any;
980
+
981
+ /**
982
+ * GCP-specific binding specification
983
+ */
984
+ export type PreparedDeploymentStackProfileGcpStack = {
985
+ condition?: PreparedDeploymentStackProfileCondition | any | null | undefined;
986
+ /**
987
+ * Scope (project/resource level)
988
+ */
989
+ scope: string;
990
+ };
991
+
992
+ /**
993
+ * Generic binding configuration for permissions
994
+ */
995
+ export type PreparedDeploymentStackProfileGcpBinding = {
996
+ /**
997
+ * GCP-specific binding specification
998
+ */
999
+ resource?: PreparedDeploymentStackProfileGcpResource | undefined;
1000
+ /**
1001
+ * GCP-specific binding specification
1002
+ */
1003
+ stack?: PreparedDeploymentStackProfileGcpStack | undefined;
1004
+ };
1005
+
1006
+ /**
1007
+ * Grant permissions for a specific cloud platform
1008
+ */
1009
+ export type PreparedDeploymentStackProfileGcpGrant = {
1010
+ /**
1011
+ * AWS IAM actions (only for AWS)
1012
+ */
1013
+ actions?: Array<string> | null | undefined;
1014
+ /**
1015
+ * Azure actions (only for Azure)
1016
+ */
1017
+ dataActions?: Array<string> | null | undefined;
1018
+ /**
1019
+ * GCP permissions that require an exact residual custom role.
1020
+ */
1021
+ permissions?: Array<string> | null | undefined;
1022
+ /**
1023
+ * Provider predefined roles to bind directly.
1024
+ */
1025
+ predefinedRoles?: Array<string> | null | undefined;
1026
+ /**
1027
+ * GCP residual custom permissions to pair with predefined roles.
1028
+ */
1029
+ residualPermissions?: Array<string> | null | undefined;
1030
+ };
1031
+
1032
+ /**
1033
+ * GCP-specific platform permission configuration
1034
+ */
1035
+ export type PreparedDeploymentStackProfileGcp = {
1036
+ /**
1037
+ * Generic binding configuration for permissions
1038
+ */
1039
+ binding: PreparedDeploymentStackProfileGcpBinding;
1040
+ /**
1041
+ * Short admin-facing description of why this entry exists.
1042
+ */
1043
+ description?: string | null | undefined;
1044
+ /**
1045
+ * Grant permissions for a specific cloud platform
1046
+ */
1047
+ grant: PreparedDeploymentStackProfileGcpGrant;
1048
+ /**
1049
+ * Stable admin-facing label for this permission entry.
1050
+ */
1051
+ label?: string | null | undefined;
1052
+ };
1053
+
1054
+ /**
1055
+ * Platform-specific permission configurations
1056
+ */
1057
+ export type PreparedDeploymentStackProfilePlatforms = {
1058
+ /**
1059
+ * AWS permission configurations
1060
+ */
1061
+ aws?: Array<PreparedDeploymentStackProfileAw> | null | undefined;
1062
+ /**
1063
+ * Azure permission configurations
1064
+ */
1065
+ azure?: Array<PreparedDeploymentStackProfileAzure> | null | undefined;
1066
+ /**
1067
+ * GCP permission configurations
1068
+ */
1069
+ gcp?: Array<PreparedDeploymentStackProfileGcp> | null | undefined;
1070
+ };
1071
+
1072
+ /**
1073
+ * A permission set that can be applied across different cloud platforms
1074
+ */
1075
+ export type PreparedDeploymentStackProfile = {
1076
+ /**
1077
+ * Human-readable description of what this permission set allows
1078
+ */
1079
+ description: string;
1080
+ /**
1081
+ * Unique identifier for the permission set (e.g., "storage/data-read")
1082
+ */
1083
+ id: string;
1084
+ /**
1085
+ * Platform-specific permission configurations
1086
+ */
1087
+ platforms: PreparedDeploymentStackProfilePlatforms;
1088
+ };
1089
+
1090
+ /**
1091
+ * Reference to a permission set - either by name or inline definition
1092
+ */
1093
+ export type PreparedDeploymentStackProfileUnion =
1094
+ | PreparedDeploymentStackProfile
1095
+ | string;
1096
+
1097
+ /**
1098
+ * Combined permissions configuration that contains both profiles and management
1099
+ */
1100
+ export type PreparedDeploymentStackPermissions = {
1101
+ /**
1102
+ * Management permissions configuration for stack management access
1103
+ */
1104
+ management?:
1105
+ | PreparedDeploymentStackManagement1
1106
+ | PreparedDeploymentStackManagement2
1107
+ | PreparedDeploymentStackManagementEnum
1108
+ | undefined;
1109
+ /**
1110
+ * Permission profiles that define access control for compute services
1111
+ *
1112
+ * @remarks
1113
+ * Key is the profile name, value is the permission configuration
1114
+ */
1115
+ profiles: {
1116
+ [k: string]: {
1117
+ [k: string]: Array<PreparedDeploymentStackProfile | string>;
1118
+ };
1119
+ };
1120
+ };
1121
+
1122
+ /**
1123
+ * Resource that can hold any resource type in the Alien system. All resources share common 'type' and 'id' fields with additional type-specific properties.
1124
+ */
1125
+ export type PreparedDeploymentStackConfig = {
1126
+ /**
1127
+ * The unique identifier for this specific resource instance. Must contain only alphanumeric characters, hyphens, and underscores ([A-Za-z0-9-_]). Maximum 64 characters.
1128
+ */
1129
+ id: string;
1130
+ /**
1131
+ * Resource type identifier that determines the specific kind of resource. This field is used for polymorphic deserialization and resource-specific behavior.
1132
+ */
1133
+ type: string;
1134
+ additionalProperties?: { [k: string]: any | null } | undefined;
1135
+ };
1136
+
1137
+ /**
1138
+ * New ResourceRef that works with any resource type.
1139
+ *
1140
+ * @remarks
1141
+ * This can eventually replace the enum-based ResourceRef for full extensibility.
1142
+ */
1143
+ export type PreparedDeploymentStackDependency = {
1144
+ id: string;
1145
+ /**
1146
+ * Resource type identifier that determines the specific kind of resource. This field is used for polymorphic deserialization and resource-specific behavior.
1147
+ */
1148
+ type: string;
1149
+ };
1150
+
1151
+ /**
1152
+ * Describes the lifecycle of a resource within a stack, determining how it's managed and deployed.
1153
+ */
1154
+ export const PreparedDeploymentStackLifecycle = {
1155
+ Frozen: "frozen",
1156
+ Live: "live",
1157
+ } as const;
1158
+ /**
1159
+ * Describes the lifecycle of a resource within a stack, determining how it's managed and deployed.
1160
+ */
1161
+ export type PreparedDeploymentStackLifecycle = ClosedEnum<
1162
+ typeof PreparedDeploymentStackLifecycle
1163
+ >;
1164
+
1165
+ export type PreparedDeploymentStackResources = {
1166
+ /**
1167
+ * Resource that can hold any resource type in the Alien system. All resources share common 'type' and 'id' fields with additional type-specific properties.
1168
+ */
1169
+ config: PreparedDeploymentStackConfig;
1170
+ /**
1171
+ * Additional dependencies for this resource beyond those defined in the resource itself.
1172
+ *
1173
+ * @remarks
1174
+ * The total dependencies are: resource.get_dependencies() + this list
1175
+ */
1176
+ dependencies: Array<PreparedDeploymentStackDependency>;
1177
+ /**
1178
+ * Describes the lifecycle of a resource within a stack, determining how it's managed and deployed.
1179
+ */
1180
+ lifecycle: PreparedDeploymentStackLifecycle;
1181
+ /**
1182
+ * Enable remote bindings for this resource (BYOB use case).
1183
+ *
1184
+ * @remarks
1185
+ * When true, binding params are synced to StackState's `remote_binding_params`.
1186
+ * Default: false (prevents sensitive data in synced state).
1187
+ */
1188
+ remoteAccess?: boolean | undefined;
1189
+ };
1190
+
1191
+ /**
1192
+ * Represents the target cloud platform.
1193
+ */
1194
+ export const PreparedDeploymentStackSupportedPlatform = {
1195
+ Aws: "aws",
1196
+ Gcp: "gcp",
1197
+ Azure: "azure",
1198
+ Kubernetes: "kubernetes",
1199
+ Local: "local",
1200
+ Test: "test",
1201
+ } as const;
1202
+ /**
1203
+ * Represents the target cloud platform.
1204
+ */
1205
+ export type PreparedDeploymentStackSupportedPlatform = ClosedEnum<
1206
+ typeof PreparedDeploymentStackSupportedPlatform
1207
+ >;
1208
+
1209
+ /**
1210
+ * A bag of resources, unaware of any cloud.
1211
+ */
1212
+ export type PreparedDeploymentStackStack = {
1213
+ /**
1214
+ * Unique identifier for the stack
1215
+ */
1216
+ id: string;
1217
+ /**
1218
+ * Combined permissions configuration that contains both profiles and management
1219
+ */
1220
+ permissions?: PreparedDeploymentStackPermissions | undefined;
1221
+ /**
1222
+ * Map of resource IDs to their configurations and lifecycle settings
1223
+ */
1224
+ resources: { [k: string]: PreparedDeploymentStackResources };
1225
+ /**
1226
+ * Which platforms this stack supports. When None, all platforms are supported.
1227
+ */
1228
+ supportedPlatforms?:
1229
+ | Array<PreparedDeploymentStackSupportedPlatform>
1230
+ | null
1231
+ | undefined;
1232
+ };
1233
+
1234
+ export type PreparedDeploymentStack = {
1235
+ platform: PreparedDeploymentStackPlatform;
1236
+ /**
1237
+ * A bag of resources, unaware of any cloud.
1238
+ */
1239
+ stack: PreparedDeploymentStackStack;
1240
+ setup: SetupFingerprintInfo;
1241
+ };
1242
+
1243
+ /** @internal */
1244
+ export const PreparedDeploymentStackPlatform$inboundSchema: z.ZodEnum<
1245
+ typeof PreparedDeploymentStackPlatform
1246
+ > = z.enum(PreparedDeploymentStackPlatform);
1247
+
1248
+ /** @internal */
1249
+ export const PreparedDeploymentStackManagementEnum$inboundSchema: z.ZodEnum<
1250
+ typeof PreparedDeploymentStackManagementEnum
1251
+ > = z.enum(PreparedDeploymentStackManagementEnum);
1252
+
1253
+ /** @internal */
1254
+ export const PreparedDeploymentStackOverrideAwResource$inboundSchema: z.ZodType<
1255
+ PreparedDeploymentStackOverrideAwResource,
1256
+ unknown
1257
+ > = z.object({
1258
+ condition: z.nullable(z.record(z.string(), z.record(z.string(), z.string())))
1259
+ .optional(),
1260
+ resources: z.array(z.string()),
1261
+ });
1262
+
1263
+ export function preparedDeploymentStackOverrideAwResourceFromJSON(
1264
+ jsonString: string,
1265
+ ): SafeParseResult<
1266
+ PreparedDeploymentStackOverrideAwResource,
1267
+ SDKValidationError
1268
+ > {
1269
+ return safeParse(
1270
+ jsonString,
1271
+ (x) =>
1272
+ PreparedDeploymentStackOverrideAwResource$inboundSchema.parse(
1273
+ JSON.parse(x),
1274
+ ),
1275
+ `Failed to parse 'PreparedDeploymentStackOverrideAwResource' from JSON`,
1276
+ );
1277
+ }
1278
+
1279
+ /** @internal */
1280
+ export const PreparedDeploymentStackOverrideAwStack$inboundSchema: z.ZodType<
1281
+ PreparedDeploymentStackOverrideAwStack,
1282
+ unknown
1283
+ > = z.object({
1284
+ condition: z.nullable(z.record(z.string(), z.record(z.string(), z.string())))
1285
+ .optional(),
1286
+ resources: z.array(z.string()),
1287
+ });
1288
+
1289
+ export function preparedDeploymentStackOverrideAwStackFromJSON(
1290
+ jsonString: string,
1291
+ ): SafeParseResult<PreparedDeploymentStackOverrideAwStack, SDKValidationError> {
1292
+ return safeParse(
1293
+ jsonString,
1294
+ (x) =>
1295
+ PreparedDeploymentStackOverrideAwStack$inboundSchema.parse(JSON.parse(x)),
1296
+ `Failed to parse 'PreparedDeploymentStackOverrideAwStack' from JSON`,
1297
+ );
1298
+ }
1299
+
1300
+ /** @internal */
1301
+ export const PreparedDeploymentStackOverrideAwBinding$inboundSchema: z.ZodType<
1302
+ PreparedDeploymentStackOverrideAwBinding,
1303
+ unknown
1304
+ > = z.object({
1305
+ resource: z.lazy(() =>
1306
+ PreparedDeploymentStackOverrideAwResource$inboundSchema
1307
+ ).optional(),
1308
+ stack: z.lazy(() => PreparedDeploymentStackOverrideAwStack$inboundSchema)
1309
+ .optional(),
1310
+ });
1311
+
1312
+ export function preparedDeploymentStackOverrideAwBindingFromJSON(
1313
+ jsonString: string,
1314
+ ): SafeParseResult<
1315
+ PreparedDeploymentStackOverrideAwBinding,
1316
+ SDKValidationError
1317
+ > {
1318
+ return safeParse(
1319
+ jsonString,
1320
+ (x) =>
1321
+ PreparedDeploymentStackOverrideAwBinding$inboundSchema.parse(
1322
+ JSON.parse(x),
1323
+ ),
1324
+ `Failed to parse 'PreparedDeploymentStackOverrideAwBinding' from JSON`,
1325
+ );
1326
+ }
1327
+
1328
+ /** @internal */
1329
+ export const PreparedDeploymentStackOverrideEffect$inboundSchema: z.ZodEnum<
1330
+ typeof PreparedDeploymentStackOverrideEffect
1331
+ > = z.enum(PreparedDeploymentStackOverrideEffect);
1332
+
1333
+ /** @internal */
1334
+ export const PreparedDeploymentStackOverrideAwGrant$inboundSchema: z.ZodType<
1335
+ PreparedDeploymentStackOverrideAwGrant,
1336
+ unknown
1337
+ > = z.object({
1338
+ actions: z.nullable(z.array(z.string())).optional(),
1339
+ dataActions: z.nullable(z.array(z.string())).optional(),
1340
+ permissions: z.nullable(z.array(z.string())).optional(),
1341
+ predefinedRoles: z.nullable(z.array(z.string())).optional(),
1342
+ residualPermissions: z.nullable(z.array(z.string())).optional(),
1343
+ });
1344
+
1345
+ export function preparedDeploymentStackOverrideAwGrantFromJSON(
1346
+ jsonString: string,
1347
+ ): SafeParseResult<PreparedDeploymentStackOverrideAwGrant, SDKValidationError> {
1348
+ return safeParse(
1349
+ jsonString,
1350
+ (x) =>
1351
+ PreparedDeploymentStackOverrideAwGrant$inboundSchema.parse(JSON.parse(x)),
1352
+ `Failed to parse 'PreparedDeploymentStackOverrideAwGrant' from JSON`,
1353
+ );
1354
+ }
1355
+
1356
+ /** @internal */
1357
+ export const PreparedDeploymentStackOverrideAw$inboundSchema: z.ZodType<
1358
+ PreparedDeploymentStackOverrideAw,
1359
+ unknown
1360
+ > = z.object({
1361
+ binding: z.lazy(() => PreparedDeploymentStackOverrideAwBinding$inboundSchema),
1362
+ description: z.nullable(z.string()).optional(),
1363
+ effect: PreparedDeploymentStackOverrideEffect$inboundSchema.optional(),
1364
+ grant: z.lazy(() => PreparedDeploymentStackOverrideAwGrant$inboundSchema),
1365
+ label: z.nullable(z.string()).optional(),
1366
+ });
1367
+
1368
+ export function preparedDeploymentStackOverrideAwFromJSON(
1369
+ jsonString: string,
1370
+ ): SafeParseResult<PreparedDeploymentStackOverrideAw, SDKValidationError> {
1371
+ return safeParse(
1372
+ jsonString,
1373
+ (x) => PreparedDeploymentStackOverrideAw$inboundSchema.parse(JSON.parse(x)),
1374
+ `Failed to parse 'PreparedDeploymentStackOverrideAw' from JSON`,
1375
+ );
1376
+ }
1377
+
1378
+ /** @internal */
1379
+ export const PreparedDeploymentStackOverrideAzureResource$inboundSchema:
1380
+ z.ZodType<PreparedDeploymentStackOverrideAzureResource, unknown> = z.object({
1381
+ scope: z.string(),
1382
+ });
1383
+
1384
+ export function preparedDeploymentStackOverrideAzureResourceFromJSON(
1385
+ jsonString: string,
1386
+ ): SafeParseResult<
1387
+ PreparedDeploymentStackOverrideAzureResource,
1388
+ SDKValidationError
1389
+ > {
1390
+ return safeParse(
1391
+ jsonString,
1392
+ (x) =>
1393
+ PreparedDeploymentStackOverrideAzureResource$inboundSchema.parse(
1394
+ JSON.parse(x),
1395
+ ),
1396
+ `Failed to parse 'PreparedDeploymentStackOverrideAzureResource' from JSON`,
1397
+ );
1398
+ }
1399
+
1400
+ /** @internal */
1401
+ export const PreparedDeploymentStackOverrideAzureStack$inboundSchema: z.ZodType<
1402
+ PreparedDeploymentStackOverrideAzureStack,
1403
+ unknown
1404
+ > = z.object({
1405
+ scope: z.string(),
1406
+ });
1407
+
1408
+ export function preparedDeploymentStackOverrideAzureStackFromJSON(
1409
+ jsonString: string,
1410
+ ): SafeParseResult<
1411
+ PreparedDeploymentStackOverrideAzureStack,
1412
+ SDKValidationError
1413
+ > {
1414
+ return safeParse(
1415
+ jsonString,
1416
+ (x) =>
1417
+ PreparedDeploymentStackOverrideAzureStack$inboundSchema.parse(
1418
+ JSON.parse(x),
1419
+ ),
1420
+ `Failed to parse 'PreparedDeploymentStackOverrideAzureStack' from JSON`,
1421
+ );
1422
+ }
1423
+
1424
+ /** @internal */
1425
+ export const PreparedDeploymentStackOverrideAzureBinding$inboundSchema:
1426
+ z.ZodType<PreparedDeploymentStackOverrideAzureBinding, unknown> = z.object({
1427
+ resource: z.lazy(() =>
1428
+ PreparedDeploymentStackOverrideAzureResource$inboundSchema
1429
+ ).optional(),
1430
+ stack: z.lazy(() => PreparedDeploymentStackOverrideAzureStack$inboundSchema)
1431
+ .optional(),
1432
+ });
1433
+
1434
+ export function preparedDeploymentStackOverrideAzureBindingFromJSON(
1435
+ jsonString: string,
1436
+ ): SafeParseResult<
1437
+ PreparedDeploymentStackOverrideAzureBinding,
1438
+ SDKValidationError
1439
+ > {
1440
+ return safeParse(
1441
+ jsonString,
1442
+ (x) =>
1443
+ PreparedDeploymentStackOverrideAzureBinding$inboundSchema.parse(
1444
+ JSON.parse(x),
1445
+ ),
1446
+ `Failed to parse 'PreparedDeploymentStackOverrideAzureBinding' from JSON`,
1447
+ );
1448
+ }
1449
+
1450
+ /** @internal */
1451
+ export const PreparedDeploymentStackOverrideAzureGrant$inboundSchema: z.ZodType<
1452
+ PreparedDeploymentStackOverrideAzureGrant,
1453
+ unknown
1454
+ > = z.object({
1455
+ actions: z.nullable(z.array(z.string())).optional(),
1456
+ dataActions: z.nullable(z.array(z.string())).optional(),
1457
+ permissions: z.nullable(z.array(z.string())).optional(),
1458
+ predefinedRoles: z.nullable(z.array(z.string())).optional(),
1459
+ residualPermissions: z.nullable(z.array(z.string())).optional(),
1460
+ });
1461
+
1462
+ export function preparedDeploymentStackOverrideAzureGrantFromJSON(
1463
+ jsonString: string,
1464
+ ): SafeParseResult<
1465
+ PreparedDeploymentStackOverrideAzureGrant,
1466
+ SDKValidationError
1467
+ > {
1468
+ return safeParse(
1469
+ jsonString,
1470
+ (x) =>
1471
+ PreparedDeploymentStackOverrideAzureGrant$inboundSchema.parse(
1472
+ JSON.parse(x),
1473
+ ),
1474
+ `Failed to parse 'PreparedDeploymentStackOverrideAzureGrant' from JSON`,
1475
+ );
1476
+ }
1477
+
1478
+ /** @internal */
1479
+ export const PreparedDeploymentStackOverrideAzure$inboundSchema: z.ZodType<
1480
+ PreparedDeploymentStackOverrideAzure,
1481
+ unknown
1482
+ > = z.object({
1483
+ binding: z.lazy(() =>
1484
+ PreparedDeploymentStackOverrideAzureBinding$inboundSchema
1485
+ ),
1486
+ description: z.nullable(z.string()).optional(),
1487
+ grant: z.lazy(() => PreparedDeploymentStackOverrideAzureGrant$inboundSchema),
1488
+ label: z.nullable(z.string()).optional(),
1489
+ });
1490
+
1491
+ export function preparedDeploymentStackOverrideAzureFromJSON(
1492
+ jsonString: string,
1493
+ ): SafeParseResult<PreparedDeploymentStackOverrideAzure, SDKValidationError> {
1494
+ return safeParse(
1495
+ jsonString,
1496
+ (x) =>
1497
+ PreparedDeploymentStackOverrideAzure$inboundSchema.parse(JSON.parse(x)),
1498
+ `Failed to parse 'PreparedDeploymentStackOverrideAzure' from JSON`,
1499
+ );
1500
+ }
1501
+
1502
+ /** @internal */
1503
+ export const PreparedDeploymentStackOverrideConditionResource$inboundSchema:
1504
+ z.ZodType<PreparedDeploymentStackOverrideConditionResource, unknown> = z
1505
+ .object({
1506
+ expression: z.string(),
1507
+ title: z.string(),
1508
+ });
1509
+
1510
+ export function preparedDeploymentStackOverrideConditionResourceFromJSON(
1511
+ jsonString: string,
1512
+ ): SafeParseResult<
1513
+ PreparedDeploymentStackOverrideConditionResource,
1514
+ SDKValidationError
1515
+ > {
1516
+ return safeParse(
1517
+ jsonString,
1518
+ (x) =>
1519
+ PreparedDeploymentStackOverrideConditionResource$inboundSchema.parse(
1520
+ JSON.parse(x),
1521
+ ),
1522
+ `Failed to parse 'PreparedDeploymentStackOverrideConditionResource' from JSON`,
1523
+ );
1524
+ }
1525
+
1526
+ /** @internal */
1527
+ export const PreparedDeploymentStackOverrideResourceConditionUnion$inboundSchema:
1528
+ z.ZodType<PreparedDeploymentStackOverrideResourceConditionUnion, unknown> = z
1529
+ .union([
1530
+ z.lazy(() =>
1531
+ PreparedDeploymentStackOverrideConditionResource$inboundSchema
1532
+ ),
1533
+ z.any(),
1534
+ ]);
1535
+
1536
+ export function preparedDeploymentStackOverrideResourceConditionUnionFromJSON(
1537
+ jsonString: string,
1538
+ ): SafeParseResult<
1539
+ PreparedDeploymentStackOverrideResourceConditionUnion,
1540
+ SDKValidationError
1541
+ > {
1542
+ return safeParse(
1543
+ jsonString,
1544
+ (x) =>
1545
+ PreparedDeploymentStackOverrideResourceConditionUnion$inboundSchema.parse(
1546
+ JSON.parse(x),
1547
+ ),
1548
+ `Failed to parse 'PreparedDeploymentStackOverrideResourceConditionUnion' from JSON`,
1549
+ );
1550
+ }
1551
+
1552
+ /** @internal */
1553
+ export const PreparedDeploymentStackOverrideGcpResource$inboundSchema:
1554
+ z.ZodType<PreparedDeploymentStackOverrideGcpResource, unknown> = z.object({
1555
+ condition: z.nullable(
1556
+ z.union([
1557
+ z.lazy(() =>
1558
+ PreparedDeploymentStackOverrideConditionResource$inboundSchema
1559
+ ),
1560
+ z.any(),
1561
+ ]),
1562
+ ).optional(),
1563
+ scope: z.string(),
1564
+ });
1565
+
1566
+ export function preparedDeploymentStackOverrideGcpResourceFromJSON(
1567
+ jsonString: string,
1568
+ ): SafeParseResult<
1569
+ PreparedDeploymentStackOverrideGcpResource,
1570
+ SDKValidationError
1571
+ > {
1572
+ return safeParse(
1573
+ jsonString,
1574
+ (x) =>
1575
+ PreparedDeploymentStackOverrideGcpResource$inboundSchema.parse(
1576
+ JSON.parse(x),
1577
+ ),
1578
+ `Failed to parse 'PreparedDeploymentStackOverrideGcpResource' from JSON`,
1579
+ );
1580
+ }
1581
+
1582
+ /** @internal */
1583
+ export const PreparedDeploymentStackOverrideCondition$inboundSchema: z.ZodType<
1584
+ PreparedDeploymentStackOverrideCondition,
1585
+ unknown
1586
+ > = z.object({
1587
+ expression: z.string(),
1588
+ title: z.string(),
1589
+ });
1590
+
1591
+ export function preparedDeploymentStackOverrideConditionFromJSON(
1592
+ jsonString: string,
1593
+ ): SafeParseResult<
1594
+ PreparedDeploymentStackOverrideCondition,
1595
+ SDKValidationError
1596
+ > {
1597
+ return safeParse(
1598
+ jsonString,
1599
+ (x) =>
1600
+ PreparedDeploymentStackOverrideCondition$inboundSchema.parse(
1601
+ JSON.parse(x),
1602
+ ),
1603
+ `Failed to parse 'PreparedDeploymentStackOverrideCondition' from JSON`,
1604
+ );
1605
+ }
1606
+
1607
+ /** @internal */
1608
+ export const PreparedDeploymentStackOverrideConditionUnion$inboundSchema:
1609
+ z.ZodType<PreparedDeploymentStackOverrideConditionUnion, unknown> = z.union([
1610
+ z.lazy(() => PreparedDeploymentStackOverrideCondition$inboundSchema),
1611
+ z.any(),
1612
+ ]);
1613
+
1614
+ export function preparedDeploymentStackOverrideConditionUnionFromJSON(
1615
+ jsonString: string,
1616
+ ): SafeParseResult<
1617
+ PreparedDeploymentStackOverrideConditionUnion,
1618
+ SDKValidationError
1619
+ > {
1620
+ return safeParse(
1621
+ jsonString,
1622
+ (x) =>
1623
+ PreparedDeploymentStackOverrideConditionUnion$inboundSchema.parse(
1624
+ JSON.parse(x),
1625
+ ),
1626
+ `Failed to parse 'PreparedDeploymentStackOverrideConditionUnion' from JSON`,
1627
+ );
1628
+ }
1629
+
1630
+ /** @internal */
1631
+ export const PreparedDeploymentStackOverrideGcpStack$inboundSchema: z.ZodType<
1632
+ PreparedDeploymentStackOverrideGcpStack,
1633
+ unknown
1634
+ > = z.object({
1635
+ condition: z.nullable(
1636
+ z.union([
1637
+ z.lazy(() => PreparedDeploymentStackOverrideCondition$inboundSchema),
1638
+ z.any(),
1639
+ ]),
1640
+ ).optional(),
1641
+ scope: z.string(),
1642
+ });
1643
+
1644
+ export function preparedDeploymentStackOverrideGcpStackFromJSON(
1645
+ jsonString: string,
1646
+ ): SafeParseResult<
1647
+ PreparedDeploymentStackOverrideGcpStack,
1648
+ SDKValidationError
1649
+ > {
1650
+ return safeParse(
1651
+ jsonString,
1652
+ (x) =>
1653
+ PreparedDeploymentStackOverrideGcpStack$inboundSchema.parse(
1654
+ JSON.parse(x),
1655
+ ),
1656
+ `Failed to parse 'PreparedDeploymentStackOverrideGcpStack' from JSON`,
1657
+ );
1658
+ }
1659
+
1660
+ /** @internal */
1661
+ export const PreparedDeploymentStackOverrideGcpBinding$inboundSchema: z.ZodType<
1662
+ PreparedDeploymentStackOverrideGcpBinding,
1663
+ unknown
1664
+ > = z.object({
1665
+ resource: z.lazy(() =>
1666
+ PreparedDeploymentStackOverrideGcpResource$inboundSchema
1667
+ ).optional(),
1668
+ stack: z.lazy(() => PreparedDeploymentStackOverrideGcpStack$inboundSchema)
1669
+ .optional(),
1670
+ });
1671
+
1672
+ export function preparedDeploymentStackOverrideGcpBindingFromJSON(
1673
+ jsonString: string,
1674
+ ): SafeParseResult<
1675
+ PreparedDeploymentStackOverrideGcpBinding,
1676
+ SDKValidationError
1677
+ > {
1678
+ return safeParse(
1679
+ jsonString,
1680
+ (x) =>
1681
+ PreparedDeploymentStackOverrideGcpBinding$inboundSchema.parse(
1682
+ JSON.parse(x),
1683
+ ),
1684
+ `Failed to parse 'PreparedDeploymentStackOverrideGcpBinding' from JSON`,
1685
+ );
1686
+ }
1687
+
1688
+ /** @internal */
1689
+ export const PreparedDeploymentStackOverrideGcpGrant$inboundSchema: z.ZodType<
1690
+ PreparedDeploymentStackOverrideGcpGrant,
1691
+ unknown
1692
+ > = z.object({
1693
+ actions: z.nullable(z.array(z.string())).optional(),
1694
+ dataActions: z.nullable(z.array(z.string())).optional(),
1695
+ permissions: z.nullable(z.array(z.string())).optional(),
1696
+ predefinedRoles: z.nullable(z.array(z.string())).optional(),
1697
+ residualPermissions: z.nullable(z.array(z.string())).optional(),
1698
+ });
1699
+
1700
+ export function preparedDeploymentStackOverrideGcpGrantFromJSON(
1701
+ jsonString: string,
1702
+ ): SafeParseResult<
1703
+ PreparedDeploymentStackOverrideGcpGrant,
1704
+ SDKValidationError
1705
+ > {
1706
+ return safeParse(
1707
+ jsonString,
1708
+ (x) =>
1709
+ PreparedDeploymentStackOverrideGcpGrant$inboundSchema.parse(
1710
+ JSON.parse(x),
1711
+ ),
1712
+ `Failed to parse 'PreparedDeploymentStackOverrideGcpGrant' from JSON`,
1713
+ );
1714
+ }
1715
+
1716
+ /** @internal */
1717
+ export const PreparedDeploymentStackOverrideGcp$inboundSchema: z.ZodType<
1718
+ PreparedDeploymentStackOverrideGcp,
1719
+ unknown
1720
+ > = z.object({
1721
+ binding: z.lazy(() =>
1722
+ PreparedDeploymentStackOverrideGcpBinding$inboundSchema
1723
+ ),
1724
+ description: z.nullable(z.string()).optional(),
1725
+ grant: z.lazy(() => PreparedDeploymentStackOverrideGcpGrant$inboundSchema),
1726
+ label: z.nullable(z.string()).optional(),
1727
+ });
1728
+
1729
+ export function preparedDeploymentStackOverrideGcpFromJSON(
1730
+ jsonString: string,
1731
+ ): SafeParseResult<PreparedDeploymentStackOverrideGcp, SDKValidationError> {
1732
+ return safeParse(
1733
+ jsonString,
1734
+ (x) =>
1735
+ PreparedDeploymentStackOverrideGcp$inboundSchema.parse(JSON.parse(x)),
1736
+ `Failed to parse 'PreparedDeploymentStackOverrideGcp' from JSON`,
1737
+ );
1738
+ }
1739
+
1740
+ /** @internal */
1741
+ export const PreparedDeploymentStackOverridePlatforms$inboundSchema: z.ZodType<
1742
+ PreparedDeploymentStackOverridePlatforms,
1743
+ unknown
1744
+ > = z.object({
1745
+ aws: z.nullable(
1746
+ z.array(z.lazy(() => PreparedDeploymentStackOverrideAw$inboundSchema)),
1747
+ ).optional(),
1748
+ azure: z.nullable(
1749
+ z.array(z.lazy(() => PreparedDeploymentStackOverrideAzure$inboundSchema)),
1750
+ ).optional(),
1751
+ gcp: z.nullable(
1752
+ z.array(z.lazy(() => PreparedDeploymentStackOverrideGcp$inboundSchema)),
1753
+ ).optional(),
1754
+ });
1755
+
1756
+ export function preparedDeploymentStackOverridePlatformsFromJSON(
1757
+ jsonString: string,
1758
+ ): SafeParseResult<
1759
+ PreparedDeploymentStackOverridePlatforms,
1760
+ SDKValidationError
1761
+ > {
1762
+ return safeParse(
1763
+ jsonString,
1764
+ (x) =>
1765
+ PreparedDeploymentStackOverridePlatforms$inboundSchema.parse(
1766
+ JSON.parse(x),
1767
+ ),
1768
+ `Failed to parse 'PreparedDeploymentStackOverridePlatforms' from JSON`,
1769
+ );
1770
+ }
1771
+
1772
+ /** @internal */
1773
+ export const PreparedDeploymentStackOverride$inboundSchema: z.ZodType<
1774
+ PreparedDeploymentStackOverride,
1775
+ unknown
1776
+ > = z.object({
1777
+ description: z.string(),
1778
+ id: z.string(),
1779
+ platforms: z.lazy(() =>
1780
+ PreparedDeploymentStackOverridePlatforms$inboundSchema
1781
+ ),
1782
+ });
1783
+
1784
+ export function preparedDeploymentStackOverrideFromJSON(
1785
+ jsonString: string,
1786
+ ): SafeParseResult<PreparedDeploymentStackOverride, SDKValidationError> {
1787
+ return safeParse(
1788
+ jsonString,
1789
+ (x) => PreparedDeploymentStackOverride$inboundSchema.parse(JSON.parse(x)),
1790
+ `Failed to parse 'PreparedDeploymentStackOverride' from JSON`,
1791
+ );
1792
+ }
1793
+
1794
+ /** @internal */
1795
+ export const PreparedDeploymentStackOverrideUnion$inboundSchema: z.ZodType<
1796
+ PreparedDeploymentStackOverrideUnion,
1797
+ unknown
1798
+ > = z.union([
1799
+ z.lazy(() => PreparedDeploymentStackOverride$inboundSchema),
1800
+ z.string(),
1801
+ ]);
1802
+
1803
+ export function preparedDeploymentStackOverrideUnionFromJSON(
1804
+ jsonString: string,
1805
+ ): SafeParseResult<PreparedDeploymentStackOverrideUnion, SDKValidationError> {
1806
+ return safeParse(
1807
+ jsonString,
1808
+ (x) =>
1809
+ PreparedDeploymentStackOverrideUnion$inboundSchema.parse(JSON.parse(x)),
1810
+ `Failed to parse 'PreparedDeploymentStackOverrideUnion' from JSON`,
1811
+ );
1812
+ }
1813
+
1814
+ /** @internal */
1815
+ export const PreparedDeploymentStackManagement2$inboundSchema: z.ZodType<
1816
+ PreparedDeploymentStackManagement2,
1817
+ unknown
1818
+ > = z.object({
1819
+ override: z.record(
1820
+ z.string(),
1821
+ z.array(z.union([
1822
+ z.lazy(() => PreparedDeploymentStackOverride$inboundSchema),
1823
+ z.string(),
1824
+ ])),
1825
+ ),
1826
+ });
1827
+
1828
+ export function preparedDeploymentStackManagement2FromJSON(
1829
+ jsonString: string,
1830
+ ): SafeParseResult<PreparedDeploymentStackManagement2, SDKValidationError> {
1831
+ return safeParse(
1832
+ jsonString,
1833
+ (x) =>
1834
+ PreparedDeploymentStackManagement2$inboundSchema.parse(JSON.parse(x)),
1835
+ `Failed to parse 'PreparedDeploymentStackManagement2' from JSON`,
1836
+ );
1837
+ }
1838
+
1839
+ /** @internal */
1840
+ export const PreparedDeploymentStackExtendAwResource$inboundSchema: z.ZodType<
1841
+ PreparedDeploymentStackExtendAwResource,
1842
+ unknown
1843
+ > = z.object({
1844
+ condition: z.nullable(z.record(z.string(), z.record(z.string(), z.string())))
1845
+ .optional(),
1846
+ resources: z.array(z.string()),
1847
+ });
1848
+
1849
+ export function preparedDeploymentStackExtendAwResourceFromJSON(
1850
+ jsonString: string,
1851
+ ): SafeParseResult<
1852
+ PreparedDeploymentStackExtendAwResource,
1853
+ SDKValidationError
1854
+ > {
1855
+ return safeParse(
1856
+ jsonString,
1857
+ (x) =>
1858
+ PreparedDeploymentStackExtendAwResource$inboundSchema.parse(
1859
+ JSON.parse(x),
1860
+ ),
1861
+ `Failed to parse 'PreparedDeploymentStackExtendAwResource' from JSON`,
1862
+ );
1863
+ }
1864
+
1865
+ /** @internal */
1866
+ export const PreparedDeploymentStackExtendAwStack$inboundSchema: z.ZodType<
1867
+ PreparedDeploymentStackExtendAwStack,
1868
+ unknown
1869
+ > = z.object({
1870
+ condition: z.nullable(z.record(z.string(), z.record(z.string(), z.string())))
1871
+ .optional(),
1872
+ resources: z.array(z.string()),
1873
+ });
1874
+
1875
+ export function preparedDeploymentStackExtendAwStackFromJSON(
1876
+ jsonString: string,
1877
+ ): SafeParseResult<PreparedDeploymentStackExtendAwStack, SDKValidationError> {
1878
+ return safeParse(
1879
+ jsonString,
1880
+ (x) =>
1881
+ PreparedDeploymentStackExtendAwStack$inboundSchema.parse(JSON.parse(x)),
1882
+ `Failed to parse 'PreparedDeploymentStackExtendAwStack' from JSON`,
1883
+ );
1884
+ }
1885
+
1886
+ /** @internal */
1887
+ export const PreparedDeploymentStackExtendAwBinding$inboundSchema: z.ZodType<
1888
+ PreparedDeploymentStackExtendAwBinding,
1889
+ unknown
1890
+ > = z.object({
1891
+ resource: z.lazy(() => PreparedDeploymentStackExtendAwResource$inboundSchema)
1892
+ .optional(),
1893
+ stack: z.lazy(() => PreparedDeploymentStackExtendAwStack$inboundSchema)
1894
+ .optional(),
1895
+ });
1896
+
1897
+ export function preparedDeploymentStackExtendAwBindingFromJSON(
1898
+ jsonString: string,
1899
+ ): SafeParseResult<PreparedDeploymentStackExtendAwBinding, SDKValidationError> {
1900
+ return safeParse(
1901
+ jsonString,
1902
+ (x) =>
1903
+ PreparedDeploymentStackExtendAwBinding$inboundSchema.parse(JSON.parse(x)),
1904
+ `Failed to parse 'PreparedDeploymentStackExtendAwBinding' from JSON`,
1905
+ );
1906
+ }
1907
+
1908
+ /** @internal */
1909
+ export const PreparedDeploymentStackExtendEffect$inboundSchema: z.ZodEnum<
1910
+ typeof PreparedDeploymentStackExtendEffect
1911
+ > = z.enum(PreparedDeploymentStackExtendEffect);
1912
+
1913
+ /** @internal */
1914
+ export const PreparedDeploymentStackExtendAwGrant$inboundSchema: z.ZodType<
1915
+ PreparedDeploymentStackExtendAwGrant,
1916
+ unknown
1917
+ > = z.object({
1918
+ actions: z.nullable(z.array(z.string())).optional(),
1919
+ dataActions: z.nullable(z.array(z.string())).optional(),
1920
+ permissions: z.nullable(z.array(z.string())).optional(),
1921
+ predefinedRoles: z.nullable(z.array(z.string())).optional(),
1922
+ residualPermissions: z.nullable(z.array(z.string())).optional(),
1923
+ });
1924
+
1925
+ export function preparedDeploymentStackExtendAwGrantFromJSON(
1926
+ jsonString: string,
1927
+ ): SafeParseResult<PreparedDeploymentStackExtendAwGrant, SDKValidationError> {
1928
+ return safeParse(
1929
+ jsonString,
1930
+ (x) =>
1931
+ PreparedDeploymentStackExtendAwGrant$inboundSchema.parse(JSON.parse(x)),
1932
+ `Failed to parse 'PreparedDeploymentStackExtendAwGrant' from JSON`,
1933
+ );
1934
+ }
1935
+
1936
+ /** @internal */
1937
+ export const PreparedDeploymentStackExtendAw$inboundSchema: z.ZodType<
1938
+ PreparedDeploymentStackExtendAw,
1939
+ unknown
1940
+ > = z.object({
1941
+ binding: z.lazy(() => PreparedDeploymentStackExtendAwBinding$inboundSchema),
1942
+ description: z.nullable(z.string()).optional(),
1943
+ effect: PreparedDeploymentStackExtendEffect$inboundSchema.optional(),
1944
+ grant: z.lazy(() => PreparedDeploymentStackExtendAwGrant$inboundSchema),
1945
+ label: z.nullable(z.string()).optional(),
1946
+ });
1947
+
1948
+ export function preparedDeploymentStackExtendAwFromJSON(
1949
+ jsonString: string,
1950
+ ): SafeParseResult<PreparedDeploymentStackExtendAw, SDKValidationError> {
1951
+ return safeParse(
1952
+ jsonString,
1953
+ (x) => PreparedDeploymentStackExtendAw$inboundSchema.parse(JSON.parse(x)),
1954
+ `Failed to parse 'PreparedDeploymentStackExtendAw' from JSON`,
1955
+ );
1956
+ }
1957
+
1958
+ /** @internal */
1959
+ export const PreparedDeploymentStackExtendAzureResource$inboundSchema:
1960
+ z.ZodType<PreparedDeploymentStackExtendAzureResource, unknown> = z.object({
1961
+ scope: z.string(),
1962
+ });
1963
+
1964
+ export function preparedDeploymentStackExtendAzureResourceFromJSON(
1965
+ jsonString: string,
1966
+ ): SafeParseResult<
1967
+ PreparedDeploymentStackExtendAzureResource,
1968
+ SDKValidationError
1969
+ > {
1970
+ return safeParse(
1971
+ jsonString,
1972
+ (x) =>
1973
+ PreparedDeploymentStackExtendAzureResource$inboundSchema.parse(
1974
+ JSON.parse(x),
1975
+ ),
1976
+ `Failed to parse 'PreparedDeploymentStackExtendAzureResource' from JSON`,
1977
+ );
1978
+ }
1979
+
1980
+ /** @internal */
1981
+ export const PreparedDeploymentStackExtendAzureStack$inboundSchema: z.ZodType<
1982
+ PreparedDeploymentStackExtendAzureStack,
1983
+ unknown
1984
+ > = z.object({
1985
+ scope: z.string(),
1986
+ });
1987
+
1988
+ export function preparedDeploymentStackExtendAzureStackFromJSON(
1989
+ jsonString: string,
1990
+ ): SafeParseResult<
1991
+ PreparedDeploymentStackExtendAzureStack,
1992
+ SDKValidationError
1993
+ > {
1994
+ return safeParse(
1995
+ jsonString,
1996
+ (x) =>
1997
+ PreparedDeploymentStackExtendAzureStack$inboundSchema.parse(
1998
+ JSON.parse(x),
1999
+ ),
2000
+ `Failed to parse 'PreparedDeploymentStackExtendAzureStack' from JSON`,
2001
+ );
2002
+ }
2003
+
2004
+ /** @internal */
2005
+ export const PreparedDeploymentStackExtendAzureBinding$inboundSchema: z.ZodType<
2006
+ PreparedDeploymentStackExtendAzureBinding,
2007
+ unknown
2008
+ > = z.object({
2009
+ resource: z.lazy(() =>
2010
+ PreparedDeploymentStackExtendAzureResource$inboundSchema
2011
+ ).optional(),
2012
+ stack: z.lazy(() => PreparedDeploymentStackExtendAzureStack$inboundSchema)
2013
+ .optional(),
2014
+ });
2015
+
2016
+ export function preparedDeploymentStackExtendAzureBindingFromJSON(
2017
+ jsonString: string,
2018
+ ): SafeParseResult<
2019
+ PreparedDeploymentStackExtendAzureBinding,
2020
+ SDKValidationError
2021
+ > {
2022
+ return safeParse(
2023
+ jsonString,
2024
+ (x) =>
2025
+ PreparedDeploymentStackExtendAzureBinding$inboundSchema.parse(
2026
+ JSON.parse(x),
2027
+ ),
2028
+ `Failed to parse 'PreparedDeploymentStackExtendAzureBinding' from JSON`,
2029
+ );
2030
+ }
2031
+
2032
+ /** @internal */
2033
+ export const PreparedDeploymentStackExtendAzureGrant$inboundSchema: z.ZodType<
2034
+ PreparedDeploymentStackExtendAzureGrant,
2035
+ unknown
2036
+ > = z.object({
2037
+ actions: z.nullable(z.array(z.string())).optional(),
2038
+ dataActions: z.nullable(z.array(z.string())).optional(),
2039
+ permissions: z.nullable(z.array(z.string())).optional(),
2040
+ predefinedRoles: z.nullable(z.array(z.string())).optional(),
2041
+ residualPermissions: z.nullable(z.array(z.string())).optional(),
2042
+ });
2043
+
2044
+ export function preparedDeploymentStackExtendAzureGrantFromJSON(
2045
+ jsonString: string,
2046
+ ): SafeParseResult<
2047
+ PreparedDeploymentStackExtendAzureGrant,
2048
+ SDKValidationError
2049
+ > {
2050
+ return safeParse(
2051
+ jsonString,
2052
+ (x) =>
2053
+ PreparedDeploymentStackExtendAzureGrant$inboundSchema.parse(
2054
+ JSON.parse(x),
2055
+ ),
2056
+ `Failed to parse 'PreparedDeploymentStackExtendAzureGrant' from JSON`,
2057
+ );
2058
+ }
2059
+
2060
+ /** @internal */
2061
+ export const PreparedDeploymentStackExtendAzure$inboundSchema: z.ZodType<
2062
+ PreparedDeploymentStackExtendAzure,
2063
+ unknown
2064
+ > = z.object({
2065
+ binding: z.lazy(() =>
2066
+ PreparedDeploymentStackExtendAzureBinding$inboundSchema
2067
+ ),
2068
+ description: z.nullable(z.string()).optional(),
2069
+ grant: z.lazy(() => PreparedDeploymentStackExtendAzureGrant$inboundSchema),
2070
+ label: z.nullable(z.string()).optional(),
2071
+ });
2072
+
2073
+ export function preparedDeploymentStackExtendAzureFromJSON(
2074
+ jsonString: string,
2075
+ ): SafeParseResult<PreparedDeploymentStackExtendAzure, SDKValidationError> {
2076
+ return safeParse(
2077
+ jsonString,
2078
+ (x) =>
2079
+ PreparedDeploymentStackExtendAzure$inboundSchema.parse(JSON.parse(x)),
2080
+ `Failed to parse 'PreparedDeploymentStackExtendAzure' from JSON`,
2081
+ );
2082
+ }
2083
+
2084
+ /** @internal */
2085
+ export const PreparedDeploymentStackExtendConditionResource$inboundSchema:
2086
+ z.ZodType<PreparedDeploymentStackExtendConditionResource, unknown> = z.object(
2087
+ {
2088
+ expression: z.string(),
2089
+ title: z.string(),
2090
+ },
2091
+ );
2092
+
2093
+ export function preparedDeploymentStackExtendConditionResourceFromJSON(
2094
+ jsonString: string,
2095
+ ): SafeParseResult<
2096
+ PreparedDeploymentStackExtendConditionResource,
2097
+ SDKValidationError
2098
+ > {
2099
+ return safeParse(
2100
+ jsonString,
2101
+ (x) =>
2102
+ PreparedDeploymentStackExtendConditionResource$inboundSchema.parse(
2103
+ JSON.parse(x),
2104
+ ),
2105
+ `Failed to parse 'PreparedDeploymentStackExtendConditionResource' from JSON`,
2106
+ );
2107
+ }
2108
+
2109
+ /** @internal */
2110
+ export const PreparedDeploymentStackExtendResourceConditionUnion$inboundSchema:
2111
+ z.ZodType<PreparedDeploymentStackExtendResourceConditionUnion, unknown> = z
2112
+ .union([
2113
+ z.lazy(() =>
2114
+ PreparedDeploymentStackExtendConditionResource$inboundSchema
2115
+ ),
2116
+ z.any(),
2117
+ ]);
2118
+
2119
+ export function preparedDeploymentStackExtendResourceConditionUnionFromJSON(
2120
+ jsonString: string,
2121
+ ): SafeParseResult<
2122
+ PreparedDeploymentStackExtendResourceConditionUnion,
2123
+ SDKValidationError
2124
+ > {
2125
+ return safeParse(
2126
+ jsonString,
2127
+ (x) =>
2128
+ PreparedDeploymentStackExtendResourceConditionUnion$inboundSchema.parse(
2129
+ JSON.parse(x),
2130
+ ),
2131
+ `Failed to parse 'PreparedDeploymentStackExtendResourceConditionUnion' from JSON`,
2132
+ );
2133
+ }
2134
+
2135
+ /** @internal */
2136
+ export const PreparedDeploymentStackExtendGcpResource$inboundSchema: z.ZodType<
2137
+ PreparedDeploymentStackExtendGcpResource,
2138
+ unknown
2139
+ > = z.object({
2140
+ condition: z.nullable(
2141
+ z.union([
2142
+ z.lazy(() =>
2143
+ PreparedDeploymentStackExtendConditionResource$inboundSchema
2144
+ ),
2145
+ z.any(),
2146
+ ]),
2147
+ ).optional(),
2148
+ scope: z.string(),
2149
+ });
2150
+
2151
+ export function preparedDeploymentStackExtendGcpResourceFromJSON(
2152
+ jsonString: string,
2153
+ ): SafeParseResult<
2154
+ PreparedDeploymentStackExtendGcpResource,
2155
+ SDKValidationError
2156
+ > {
2157
+ return safeParse(
2158
+ jsonString,
2159
+ (x) =>
2160
+ PreparedDeploymentStackExtendGcpResource$inboundSchema.parse(
2161
+ JSON.parse(x),
2162
+ ),
2163
+ `Failed to parse 'PreparedDeploymentStackExtendGcpResource' from JSON`,
2164
+ );
2165
+ }
2166
+
2167
+ /** @internal */
2168
+ export const PreparedDeploymentStackExtendCondition$inboundSchema: z.ZodType<
2169
+ PreparedDeploymentStackExtendCondition,
2170
+ unknown
2171
+ > = z.object({
2172
+ expression: z.string(),
2173
+ title: z.string(),
2174
+ });
2175
+
2176
+ export function preparedDeploymentStackExtendConditionFromJSON(
2177
+ jsonString: string,
2178
+ ): SafeParseResult<PreparedDeploymentStackExtendCondition, SDKValidationError> {
2179
+ return safeParse(
2180
+ jsonString,
2181
+ (x) =>
2182
+ PreparedDeploymentStackExtendCondition$inboundSchema.parse(JSON.parse(x)),
2183
+ `Failed to parse 'PreparedDeploymentStackExtendCondition' from JSON`,
2184
+ );
2185
+ }
2186
+
2187
+ /** @internal */
2188
+ export const PreparedDeploymentStackExtendConditionUnion$inboundSchema:
2189
+ z.ZodType<PreparedDeploymentStackExtendConditionUnion, unknown> = z.union([
2190
+ z.lazy(() => PreparedDeploymentStackExtendCondition$inboundSchema),
2191
+ z.any(),
2192
+ ]);
2193
+
2194
+ export function preparedDeploymentStackExtendConditionUnionFromJSON(
2195
+ jsonString: string,
2196
+ ): SafeParseResult<
2197
+ PreparedDeploymentStackExtendConditionUnion,
2198
+ SDKValidationError
2199
+ > {
2200
+ return safeParse(
2201
+ jsonString,
2202
+ (x) =>
2203
+ PreparedDeploymentStackExtendConditionUnion$inboundSchema.parse(
2204
+ JSON.parse(x),
2205
+ ),
2206
+ `Failed to parse 'PreparedDeploymentStackExtendConditionUnion' from JSON`,
2207
+ );
2208
+ }
2209
+
2210
+ /** @internal */
2211
+ export const PreparedDeploymentStackExtendGcpStack$inboundSchema: z.ZodType<
2212
+ PreparedDeploymentStackExtendGcpStack,
2213
+ unknown
2214
+ > = z.object({
2215
+ condition: z.nullable(
2216
+ z.union([
2217
+ z.lazy(() => PreparedDeploymentStackExtendCondition$inboundSchema),
2218
+ z.any(),
2219
+ ]),
2220
+ ).optional(),
2221
+ scope: z.string(),
2222
+ });
2223
+
2224
+ export function preparedDeploymentStackExtendGcpStackFromJSON(
2225
+ jsonString: string,
2226
+ ): SafeParseResult<PreparedDeploymentStackExtendGcpStack, SDKValidationError> {
2227
+ return safeParse(
2228
+ jsonString,
2229
+ (x) =>
2230
+ PreparedDeploymentStackExtendGcpStack$inboundSchema.parse(JSON.parse(x)),
2231
+ `Failed to parse 'PreparedDeploymentStackExtendGcpStack' from JSON`,
2232
+ );
2233
+ }
2234
+
2235
+ /** @internal */
2236
+ export const PreparedDeploymentStackExtendGcpBinding$inboundSchema: z.ZodType<
2237
+ PreparedDeploymentStackExtendGcpBinding,
2238
+ unknown
2239
+ > = z.object({
2240
+ resource: z.lazy(() => PreparedDeploymentStackExtendGcpResource$inboundSchema)
2241
+ .optional(),
2242
+ stack: z.lazy(() => PreparedDeploymentStackExtendGcpStack$inboundSchema)
2243
+ .optional(),
2244
+ });
2245
+
2246
+ export function preparedDeploymentStackExtendGcpBindingFromJSON(
2247
+ jsonString: string,
2248
+ ): SafeParseResult<
2249
+ PreparedDeploymentStackExtendGcpBinding,
2250
+ SDKValidationError
2251
+ > {
2252
+ return safeParse(
2253
+ jsonString,
2254
+ (x) =>
2255
+ PreparedDeploymentStackExtendGcpBinding$inboundSchema.parse(
2256
+ JSON.parse(x),
2257
+ ),
2258
+ `Failed to parse 'PreparedDeploymentStackExtendGcpBinding' from JSON`,
2259
+ );
2260
+ }
2261
+
2262
+ /** @internal */
2263
+ export const PreparedDeploymentStackExtendGcpGrant$inboundSchema: z.ZodType<
2264
+ PreparedDeploymentStackExtendGcpGrant,
2265
+ unknown
2266
+ > = z.object({
2267
+ actions: z.nullable(z.array(z.string())).optional(),
2268
+ dataActions: z.nullable(z.array(z.string())).optional(),
2269
+ permissions: z.nullable(z.array(z.string())).optional(),
2270
+ predefinedRoles: z.nullable(z.array(z.string())).optional(),
2271
+ residualPermissions: z.nullable(z.array(z.string())).optional(),
2272
+ });
2273
+
2274
+ export function preparedDeploymentStackExtendGcpGrantFromJSON(
2275
+ jsonString: string,
2276
+ ): SafeParseResult<PreparedDeploymentStackExtendGcpGrant, SDKValidationError> {
2277
+ return safeParse(
2278
+ jsonString,
2279
+ (x) =>
2280
+ PreparedDeploymentStackExtendGcpGrant$inboundSchema.parse(JSON.parse(x)),
2281
+ `Failed to parse 'PreparedDeploymentStackExtendGcpGrant' from JSON`,
2282
+ );
2283
+ }
2284
+
2285
+ /** @internal */
2286
+ export const PreparedDeploymentStackExtendGcp$inboundSchema: z.ZodType<
2287
+ PreparedDeploymentStackExtendGcp,
2288
+ unknown
2289
+ > = z.object({
2290
+ binding: z.lazy(() => PreparedDeploymentStackExtendGcpBinding$inboundSchema),
2291
+ description: z.nullable(z.string()).optional(),
2292
+ grant: z.lazy(() => PreparedDeploymentStackExtendGcpGrant$inboundSchema),
2293
+ label: z.nullable(z.string()).optional(),
2294
+ });
2295
+
2296
+ export function preparedDeploymentStackExtendGcpFromJSON(
2297
+ jsonString: string,
2298
+ ): SafeParseResult<PreparedDeploymentStackExtendGcp, SDKValidationError> {
2299
+ return safeParse(
2300
+ jsonString,
2301
+ (x) => PreparedDeploymentStackExtendGcp$inboundSchema.parse(JSON.parse(x)),
2302
+ `Failed to parse 'PreparedDeploymentStackExtendGcp' from JSON`,
2303
+ );
2304
+ }
2305
+
2306
+ /** @internal */
2307
+ export const PreparedDeploymentStackExtendPlatforms$inboundSchema: z.ZodType<
2308
+ PreparedDeploymentStackExtendPlatforms,
2309
+ unknown
2310
+ > = z.object({
2311
+ aws: z.nullable(
2312
+ z.array(z.lazy(() => PreparedDeploymentStackExtendAw$inboundSchema)),
2313
+ ).optional(),
2314
+ azure: z.nullable(
2315
+ z.array(z.lazy(() => PreparedDeploymentStackExtendAzure$inboundSchema)),
2316
+ ).optional(),
2317
+ gcp: z.nullable(
2318
+ z.array(z.lazy(() => PreparedDeploymentStackExtendGcp$inboundSchema)),
2319
+ ).optional(),
2320
+ });
2321
+
2322
+ export function preparedDeploymentStackExtendPlatformsFromJSON(
2323
+ jsonString: string,
2324
+ ): SafeParseResult<PreparedDeploymentStackExtendPlatforms, SDKValidationError> {
2325
+ return safeParse(
2326
+ jsonString,
2327
+ (x) =>
2328
+ PreparedDeploymentStackExtendPlatforms$inboundSchema.parse(JSON.parse(x)),
2329
+ `Failed to parse 'PreparedDeploymentStackExtendPlatforms' from JSON`,
2330
+ );
2331
+ }
2332
+
2333
+ /** @internal */
2334
+ export const PreparedDeploymentStackExtend$inboundSchema: z.ZodType<
2335
+ PreparedDeploymentStackExtend,
2336
+ unknown
2337
+ > = z.object({
2338
+ description: z.string(),
2339
+ id: z.string(),
2340
+ platforms: z.lazy(() => PreparedDeploymentStackExtendPlatforms$inboundSchema),
2341
+ });
2342
+
2343
+ export function preparedDeploymentStackExtendFromJSON(
2344
+ jsonString: string,
2345
+ ): SafeParseResult<PreparedDeploymentStackExtend, SDKValidationError> {
2346
+ return safeParse(
2347
+ jsonString,
2348
+ (x) => PreparedDeploymentStackExtend$inboundSchema.parse(JSON.parse(x)),
2349
+ `Failed to parse 'PreparedDeploymentStackExtend' from JSON`,
2350
+ );
2351
+ }
2352
+
2353
+ /** @internal */
2354
+ export const PreparedDeploymentStackExtendUnion$inboundSchema: z.ZodType<
2355
+ PreparedDeploymentStackExtendUnion,
2356
+ unknown
2357
+ > = z.union([
2358
+ z.lazy(() => PreparedDeploymentStackExtend$inboundSchema),
2359
+ z.string(),
2360
+ ]);
2361
+
2362
+ export function preparedDeploymentStackExtendUnionFromJSON(
2363
+ jsonString: string,
2364
+ ): SafeParseResult<PreparedDeploymentStackExtendUnion, SDKValidationError> {
2365
+ return safeParse(
2366
+ jsonString,
2367
+ (x) =>
2368
+ PreparedDeploymentStackExtendUnion$inboundSchema.parse(JSON.parse(x)),
2369
+ `Failed to parse 'PreparedDeploymentStackExtendUnion' from JSON`,
2370
+ );
2371
+ }
2372
+
2373
+ /** @internal */
2374
+ export const PreparedDeploymentStackManagement1$inboundSchema: z.ZodType<
2375
+ PreparedDeploymentStackManagement1,
2376
+ unknown
2377
+ > = z.object({
2378
+ extend: z.record(
2379
+ z.string(),
2380
+ z.array(z.union([
2381
+ z.lazy(() => PreparedDeploymentStackExtend$inboundSchema),
2382
+ z.string(),
2383
+ ])),
2384
+ ),
2385
+ });
2386
+
2387
+ export function preparedDeploymentStackManagement1FromJSON(
2388
+ jsonString: string,
2389
+ ): SafeParseResult<PreparedDeploymentStackManagement1, SDKValidationError> {
2390
+ return safeParse(
2391
+ jsonString,
2392
+ (x) =>
2393
+ PreparedDeploymentStackManagement1$inboundSchema.parse(JSON.parse(x)),
2394
+ `Failed to parse 'PreparedDeploymentStackManagement1' from JSON`,
2395
+ );
2396
+ }
2397
+
2398
+ /** @internal */
2399
+ export const PreparedDeploymentStackManagementUnion$inboundSchema: z.ZodType<
2400
+ PreparedDeploymentStackManagementUnion,
2401
+ unknown
2402
+ > = z.union([
2403
+ z.lazy(() => PreparedDeploymentStackManagement1$inboundSchema),
2404
+ z.lazy(() => PreparedDeploymentStackManagement2$inboundSchema),
2405
+ PreparedDeploymentStackManagementEnum$inboundSchema,
2406
+ ]);
2407
+
2408
+ export function preparedDeploymentStackManagementUnionFromJSON(
2409
+ jsonString: string,
2410
+ ): SafeParseResult<PreparedDeploymentStackManagementUnion, SDKValidationError> {
2411
+ return safeParse(
2412
+ jsonString,
2413
+ (x) =>
2414
+ PreparedDeploymentStackManagementUnion$inboundSchema.parse(JSON.parse(x)),
2415
+ `Failed to parse 'PreparedDeploymentStackManagementUnion' from JSON`,
2416
+ );
2417
+ }
2418
+
2419
+ /** @internal */
2420
+ export const PreparedDeploymentStackProfileAwResource$inboundSchema: z.ZodType<
2421
+ PreparedDeploymentStackProfileAwResource,
2422
+ unknown
2423
+ > = z.object({
2424
+ condition: z.nullable(z.record(z.string(), z.record(z.string(), z.string())))
2425
+ .optional(),
2426
+ resources: z.array(z.string()),
2427
+ });
2428
+
2429
+ export function preparedDeploymentStackProfileAwResourceFromJSON(
2430
+ jsonString: string,
2431
+ ): SafeParseResult<
2432
+ PreparedDeploymentStackProfileAwResource,
2433
+ SDKValidationError
2434
+ > {
2435
+ return safeParse(
2436
+ jsonString,
2437
+ (x) =>
2438
+ PreparedDeploymentStackProfileAwResource$inboundSchema.parse(
2439
+ JSON.parse(x),
2440
+ ),
2441
+ `Failed to parse 'PreparedDeploymentStackProfileAwResource' from JSON`,
2442
+ );
2443
+ }
2444
+
2445
+ /** @internal */
2446
+ export const PreparedDeploymentStackProfileAwStack$inboundSchema: z.ZodType<
2447
+ PreparedDeploymentStackProfileAwStack,
2448
+ unknown
2449
+ > = z.object({
2450
+ condition: z.nullable(z.record(z.string(), z.record(z.string(), z.string())))
2451
+ .optional(),
2452
+ resources: z.array(z.string()),
2453
+ });
2454
+
2455
+ export function preparedDeploymentStackProfileAwStackFromJSON(
2456
+ jsonString: string,
2457
+ ): SafeParseResult<PreparedDeploymentStackProfileAwStack, SDKValidationError> {
2458
+ return safeParse(
2459
+ jsonString,
2460
+ (x) =>
2461
+ PreparedDeploymentStackProfileAwStack$inboundSchema.parse(JSON.parse(x)),
2462
+ `Failed to parse 'PreparedDeploymentStackProfileAwStack' from JSON`,
2463
+ );
2464
+ }
2465
+
2466
+ /** @internal */
2467
+ export const PreparedDeploymentStackProfileAwBinding$inboundSchema: z.ZodType<
2468
+ PreparedDeploymentStackProfileAwBinding,
2469
+ unknown
2470
+ > = z.object({
2471
+ resource: z.lazy(() => PreparedDeploymentStackProfileAwResource$inboundSchema)
2472
+ .optional(),
2473
+ stack: z.lazy(() => PreparedDeploymentStackProfileAwStack$inboundSchema)
2474
+ .optional(),
2475
+ });
2476
+
2477
+ export function preparedDeploymentStackProfileAwBindingFromJSON(
2478
+ jsonString: string,
2479
+ ): SafeParseResult<
2480
+ PreparedDeploymentStackProfileAwBinding,
2481
+ SDKValidationError
2482
+ > {
2483
+ return safeParse(
2484
+ jsonString,
2485
+ (x) =>
2486
+ PreparedDeploymentStackProfileAwBinding$inboundSchema.parse(
2487
+ JSON.parse(x),
2488
+ ),
2489
+ `Failed to parse 'PreparedDeploymentStackProfileAwBinding' from JSON`,
2490
+ );
2491
+ }
2492
+
2493
+ /** @internal */
2494
+ export const PreparedDeploymentStackProfileEffect$inboundSchema: z.ZodEnum<
2495
+ typeof PreparedDeploymentStackProfileEffect
2496
+ > = z.enum(PreparedDeploymentStackProfileEffect);
2497
+
2498
+ /** @internal */
2499
+ export const PreparedDeploymentStackProfileAwGrant$inboundSchema: z.ZodType<
2500
+ PreparedDeploymentStackProfileAwGrant,
2501
+ unknown
2502
+ > = z.object({
2503
+ actions: z.nullable(z.array(z.string())).optional(),
2504
+ dataActions: z.nullable(z.array(z.string())).optional(),
2505
+ permissions: z.nullable(z.array(z.string())).optional(),
2506
+ predefinedRoles: z.nullable(z.array(z.string())).optional(),
2507
+ residualPermissions: z.nullable(z.array(z.string())).optional(),
2508
+ });
2509
+
2510
+ export function preparedDeploymentStackProfileAwGrantFromJSON(
2511
+ jsonString: string,
2512
+ ): SafeParseResult<PreparedDeploymentStackProfileAwGrant, SDKValidationError> {
2513
+ return safeParse(
2514
+ jsonString,
2515
+ (x) =>
2516
+ PreparedDeploymentStackProfileAwGrant$inboundSchema.parse(JSON.parse(x)),
2517
+ `Failed to parse 'PreparedDeploymentStackProfileAwGrant' from JSON`,
2518
+ );
2519
+ }
2520
+
2521
+ /** @internal */
2522
+ export const PreparedDeploymentStackProfileAw$inboundSchema: z.ZodType<
2523
+ PreparedDeploymentStackProfileAw,
2524
+ unknown
2525
+ > = z.object({
2526
+ binding: z.lazy(() => PreparedDeploymentStackProfileAwBinding$inboundSchema),
2527
+ description: z.nullable(z.string()).optional(),
2528
+ effect: PreparedDeploymentStackProfileEffect$inboundSchema.optional(),
2529
+ grant: z.lazy(() => PreparedDeploymentStackProfileAwGrant$inboundSchema),
2530
+ label: z.nullable(z.string()).optional(),
2531
+ });
2532
+
2533
+ export function preparedDeploymentStackProfileAwFromJSON(
2534
+ jsonString: string,
2535
+ ): SafeParseResult<PreparedDeploymentStackProfileAw, SDKValidationError> {
2536
+ return safeParse(
2537
+ jsonString,
2538
+ (x) => PreparedDeploymentStackProfileAw$inboundSchema.parse(JSON.parse(x)),
2539
+ `Failed to parse 'PreparedDeploymentStackProfileAw' from JSON`,
2540
+ );
2541
+ }
2542
+
2543
+ /** @internal */
2544
+ export const PreparedDeploymentStackProfileAzureResource$inboundSchema:
2545
+ z.ZodType<PreparedDeploymentStackProfileAzureResource, unknown> = z.object({
2546
+ scope: z.string(),
2547
+ });
2548
+
2549
+ export function preparedDeploymentStackProfileAzureResourceFromJSON(
2550
+ jsonString: string,
2551
+ ): SafeParseResult<
2552
+ PreparedDeploymentStackProfileAzureResource,
2553
+ SDKValidationError
2554
+ > {
2555
+ return safeParse(
2556
+ jsonString,
2557
+ (x) =>
2558
+ PreparedDeploymentStackProfileAzureResource$inboundSchema.parse(
2559
+ JSON.parse(x),
2560
+ ),
2561
+ `Failed to parse 'PreparedDeploymentStackProfileAzureResource' from JSON`,
2562
+ );
2563
+ }
2564
+
2565
+ /** @internal */
2566
+ export const PreparedDeploymentStackProfileAzureStack$inboundSchema: z.ZodType<
2567
+ PreparedDeploymentStackProfileAzureStack,
2568
+ unknown
2569
+ > = z.object({
2570
+ scope: z.string(),
2571
+ });
2572
+
2573
+ export function preparedDeploymentStackProfileAzureStackFromJSON(
2574
+ jsonString: string,
2575
+ ): SafeParseResult<
2576
+ PreparedDeploymentStackProfileAzureStack,
2577
+ SDKValidationError
2578
+ > {
2579
+ return safeParse(
2580
+ jsonString,
2581
+ (x) =>
2582
+ PreparedDeploymentStackProfileAzureStack$inboundSchema.parse(
2583
+ JSON.parse(x),
2584
+ ),
2585
+ `Failed to parse 'PreparedDeploymentStackProfileAzureStack' from JSON`,
2586
+ );
2587
+ }
2588
+
2589
+ /** @internal */
2590
+ export const PreparedDeploymentStackProfileAzureBinding$inboundSchema:
2591
+ z.ZodType<PreparedDeploymentStackProfileAzureBinding, unknown> = z.object({
2592
+ resource: z.lazy(() =>
2593
+ PreparedDeploymentStackProfileAzureResource$inboundSchema
2594
+ ).optional(),
2595
+ stack: z.lazy(() => PreparedDeploymentStackProfileAzureStack$inboundSchema)
2596
+ .optional(),
2597
+ });
2598
+
2599
+ export function preparedDeploymentStackProfileAzureBindingFromJSON(
2600
+ jsonString: string,
2601
+ ): SafeParseResult<
2602
+ PreparedDeploymentStackProfileAzureBinding,
2603
+ SDKValidationError
2604
+ > {
2605
+ return safeParse(
2606
+ jsonString,
2607
+ (x) =>
2608
+ PreparedDeploymentStackProfileAzureBinding$inboundSchema.parse(
2609
+ JSON.parse(x),
2610
+ ),
2611
+ `Failed to parse 'PreparedDeploymentStackProfileAzureBinding' from JSON`,
2612
+ );
2613
+ }
2614
+
2615
+ /** @internal */
2616
+ export const PreparedDeploymentStackProfileAzureGrant$inboundSchema: z.ZodType<
2617
+ PreparedDeploymentStackProfileAzureGrant,
2618
+ unknown
2619
+ > = z.object({
2620
+ actions: z.nullable(z.array(z.string())).optional(),
2621
+ dataActions: z.nullable(z.array(z.string())).optional(),
2622
+ permissions: z.nullable(z.array(z.string())).optional(),
2623
+ predefinedRoles: z.nullable(z.array(z.string())).optional(),
2624
+ residualPermissions: z.nullable(z.array(z.string())).optional(),
2625
+ });
2626
+
2627
+ export function preparedDeploymentStackProfileAzureGrantFromJSON(
2628
+ jsonString: string,
2629
+ ): SafeParseResult<
2630
+ PreparedDeploymentStackProfileAzureGrant,
2631
+ SDKValidationError
2632
+ > {
2633
+ return safeParse(
2634
+ jsonString,
2635
+ (x) =>
2636
+ PreparedDeploymentStackProfileAzureGrant$inboundSchema.parse(
2637
+ JSON.parse(x),
2638
+ ),
2639
+ `Failed to parse 'PreparedDeploymentStackProfileAzureGrant' from JSON`,
2640
+ );
2641
+ }
2642
+
2643
+ /** @internal */
2644
+ export const PreparedDeploymentStackProfileAzure$inboundSchema: z.ZodType<
2645
+ PreparedDeploymentStackProfileAzure,
2646
+ unknown
2647
+ > = z.object({
2648
+ binding: z.lazy(() =>
2649
+ PreparedDeploymentStackProfileAzureBinding$inboundSchema
2650
+ ),
2651
+ description: z.nullable(z.string()).optional(),
2652
+ grant: z.lazy(() => PreparedDeploymentStackProfileAzureGrant$inboundSchema),
2653
+ label: z.nullable(z.string()).optional(),
2654
+ });
2655
+
2656
+ export function preparedDeploymentStackProfileAzureFromJSON(
2657
+ jsonString: string,
2658
+ ): SafeParseResult<PreparedDeploymentStackProfileAzure, SDKValidationError> {
2659
+ return safeParse(
2660
+ jsonString,
2661
+ (x) =>
2662
+ PreparedDeploymentStackProfileAzure$inboundSchema.parse(JSON.parse(x)),
2663
+ `Failed to parse 'PreparedDeploymentStackProfileAzure' from JSON`,
2664
+ );
2665
+ }
2666
+
2667
+ /** @internal */
2668
+ export const PreparedDeploymentStackProfileConditionResource$inboundSchema:
2669
+ z.ZodType<PreparedDeploymentStackProfileConditionResource, unknown> = z
2670
+ .object({
2671
+ expression: z.string(),
2672
+ title: z.string(),
2673
+ });
2674
+
2675
+ export function preparedDeploymentStackProfileConditionResourceFromJSON(
2676
+ jsonString: string,
2677
+ ): SafeParseResult<
2678
+ PreparedDeploymentStackProfileConditionResource,
2679
+ SDKValidationError
2680
+ > {
2681
+ return safeParse(
2682
+ jsonString,
2683
+ (x) =>
2684
+ PreparedDeploymentStackProfileConditionResource$inboundSchema.parse(
2685
+ JSON.parse(x),
2686
+ ),
2687
+ `Failed to parse 'PreparedDeploymentStackProfileConditionResource' from JSON`,
2688
+ );
2689
+ }
2690
+
2691
+ /** @internal */
2692
+ export const PreparedDeploymentStackProfileResourceConditionUnion$inboundSchema:
2693
+ z.ZodType<PreparedDeploymentStackProfileResourceConditionUnion, unknown> = z
2694
+ .union([
2695
+ z.lazy(() =>
2696
+ PreparedDeploymentStackProfileConditionResource$inboundSchema
2697
+ ),
2698
+ z.any(),
2699
+ ]);
2700
+
2701
+ export function preparedDeploymentStackProfileResourceConditionUnionFromJSON(
2702
+ jsonString: string,
2703
+ ): SafeParseResult<
2704
+ PreparedDeploymentStackProfileResourceConditionUnion,
2705
+ SDKValidationError
2706
+ > {
2707
+ return safeParse(
2708
+ jsonString,
2709
+ (x) =>
2710
+ PreparedDeploymentStackProfileResourceConditionUnion$inboundSchema.parse(
2711
+ JSON.parse(x),
2712
+ ),
2713
+ `Failed to parse 'PreparedDeploymentStackProfileResourceConditionUnion' from JSON`,
2714
+ );
2715
+ }
2716
+
2717
+ /** @internal */
2718
+ export const PreparedDeploymentStackProfileGcpResource$inboundSchema: z.ZodType<
2719
+ PreparedDeploymentStackProfileGcpResource,
2720
+ unknown
2721
+ > = z.object({
2722
+ condition: z.nullable(
2723
+ z.union([
2724
+ z.lazy(() =>
2725
+ PreparedDeploymentStackProfileConditionResource$inboundSchema
2726
+ ),
2727
+ z.any(),
2728
+ ]),
2729
+ ).optional(),
2730
+ scope: z.string(),
2731
+ });
2732
+
2733
+ export function preparedDeploymentStackProfileGcpResourceFromJSON(
2734
+ jsonString: string,
2735
+ ): SafeParseResult<
2736
+ PreparedDeploymentStackProfileGcpResource,
2737
+ SDKValidationError
2738
+ > {
2739
+ return safeParse(
2740
+ jsonString,
2741
+ (x) =>
2742
+ PreparedDeploymentStackProfileGcpResource$inboundSchema.parse(
2743
+ JSON.parse(x),
2744
+ ),
2745
+ `Failed to parse 'PreparedDeploymentStackProfileGcpResource' from JSON`,
2746
+ );
2747
+ }
2748
+
2749
+ /** @internal */
2750
+ export const PreparedDeploymentStackProfileCondition$inboundSchema: z.ZodType<
2751
+ PreparedDeploymentStackProfileCondition,
2752
+ unknown
2753
+ > = z.object({
2754
+ expression: z.string(),
2755
+ title: z.string(),
2756
+ });
2757
+
2758
+ export function preparedDeploymentStackProfileConditionFromJSON(
2759
+ jsonString: string,
2760
+ ): SafeParseResult<
2761
+ PreparedDeploymentStackProfileCondition,
2762
+ SDKValidationError
2763
+ > {
2764
+ return safeParse(
2765
+ jsonString,
2766
+ (x) =>
2767
+ PreparedDeploymentStackProfileCondition$inboundSchema.parse(
2768
+ JSON.parse(x),
2769
+ ),
2770
+ `Failed to parse 'PreparedDeploymentStackProfileCondition' from JSON`,
2771
+ );
2772
+ }
2773
+
2774
+ /** @internal */
2775
+ export const PreparedDeploymentStackProfileConditionUnion$inboundSchema:
2776
+ z.ZodType<PreparedDeploymentStackProfileConditionUnion, unknown> = z.union([
2777
+ z.lazy(() => PreparedDeploymentStackProfileCondition$inboundSchema),
2778
+ z.any(),
2779
+ ]);
2780
+
2781
+ export function preparedDeploymentStackProfileConditionUnionFromJSON(
2782
+ jsonString: string,
2783
+ ): SafeParseResult<
2784
+ PreparedDeploymentStackProfileConditionUnion,
2785
+ SDKValidationError
2786
+ > {
2787
+ return safeParse(
2788
+ jsonString,
2789
+ (x) =>
2790
+ PreparedDeploymentStackProfileConditionUnion$inboundSchema.parse(
2791
+ JSON.parse(x),
2792
+ ),
2793
+ `Failed to parse 'PreparedDeploymentStackProfileConditionUnion' from JSON`,
2794
+ );
2795
+ }
2796
+
2797
+ /** @internal */
2798
+ export const PreparedDeploymentStackProfileGcpStack$inboundSchema: z.ZodType<
2799
+ PreparedDeploymentStackProfileGcpStack,
2800
+ unknown
2801
+ > = z.object({
2802
+ condition: z.nullable(
2803
+ z.union([
2804
+ z.lazy(() => PreparedDeploymentStackProfileCondition$inboundSchema),
2805
+ z.any(),
2806
+ ]),
2807
+ ).optional(),
2808
+ scope: z.string(),
2809
+ });
2810
+
2811
+ export function preparedDeploymentStackProfileGcpStackFromJSON(
2812
+ jsonString: string,
2813
+ ): SafeParseResult<PreparedDeploymentStackProfileGcpStack, SDKValidationError> {
2814
+ return safeParse(
2815
+ jsonString,
2816
+ (x) =>
2817
+ PreparedDeploymentStackProfileGcpStack$inboundSchema.parse(JSON.parse(x)),
2818
+ `Failed to parse 'PreparedDeploymentStackProfileGcpStack' from JSON`,
2819
+ );
2820
+ }
2821
+
2822
+ /** @internal */
2823
+ export const PreparedDeploymentStackProfileGcpBinding$inboundSchema: z.ZodType<
2824
+ PreparedDeploymentStackProfileGcpBinding,
2825
+ unknown
2826
+ > = z.object({
2827
+ resource: z.lazy(() =>
2828
+ PreparedDeploymentStackProfileGcpResource$inboundSchema
2829
+ ).optional(),
2830
+ stack: z.lazy(() => PreparedDeploymentStackProfileGcpStack$inboundSchema)
2831
+ .optional(),
2832
+ });
2833
+
2834
+ export function preparedDeploymentStackProfileGcpBindingFromJSON(
2835
+ jsonString: string,
2836
+ ): SafeParseResult<
2837
+ PreparedDeploymentStackProfileGcpBinding,
2838
+ SDKValidationError
2839
+ > {
2840
+ return safeParse(
2841
+ jsonString,
2842
+ (x) =>
2843
+ PreparedDeploymentStackProfileGcpBinding$inboundSchema.parse(
2844
+ JSON.parse(x),
2845
+ ),
2846
+ `Failed to parse 'PreparedDeploymentStackProfileGcpBinding' from JSON`,
2847
+ );
2848
+ }
2849
+
2850
+ /** @internal */
2851
+ export const PreparedDeploymentStackProfileGcpGrant$inboundSchema: z.ZodType<
2852
+ PreparedDeploymentStackProfileGcpGrant,
2853
+ unknown
2854
+ > = z.object({
2855
+ actions: z.nullable(z.array(z.string())).optional(),
2856
+ dataActions: z.nullable(z.array(z.string())).optional(),
2857
+ permissions: z.nullable(z.array(z.string())).optional(),
2858
+ predefinedRoles: z.nullable(z.array(z.string())).optional(),
2859
+ residualPermissions: z.nullable(z.array(z.string())).optional(),
2860
+ });
2861
+
2862
+ export function preparedDeploymentStackProfileGcpGrantFromJSON(
2863
+ jsonString: string,
2864
+ ): SafeParseResult<PreparedDeploymentStackProfileGcpGrant, SDKValidationError> {
2865
+ return safeParse(
2866
+ jsonString,
2867
+ (x) =>
2868
+ PreparedDeploymentStackProfileGcpGrant$inboundSchema.parse(JSON.parse(x)),
2869
+ `Failed to parse 'PreparedDeploymentStackProfileGcpGrant' from JSON`,
2870
+ );
2871
+ }
2872
+
2873
+ /** @internal */
2874
+ export const PreparedDeploymentStackProfileGcp$inboundSchema: z.ZodType<
2875
+ PreparedDeploymentStackProfileGcp,
2876
+ unknown
2877
+ > = z.object({
2878
+ binding: z.lazy(() => PreparedDeploymentStackProfileGcpBinding$inboundSchema),
2879
+ description: z.nullable(z.string()).optional(),
2880
+ grant: z.lazy(() => PreparedDeploymentStackProfileGcpGrant$inboundSchema),
2881
+ label: z.nullable(z.string()).optional(),
2882
+ });
2883
+
2884
+ export function preparedDeploymentStackProfileGcpFromJSON(
2885
+ jsonString: string,
2886
+ ): SafeParseResult<PreparedDeploymentStackProfileGcp, SDKValidationError> {
2887
+ return safeParse(
2888
+ jsonString,
2889
+ (x) => PreparedDeploymentStackProfileGcp$inboundSchema.parse(JSON.parse(x)),
2890
+ `Failed to parse 'PreparedDeploymentStackProfileGcp' from JSON`,
2891
+ );
2892
+ }
2893
+
2894
+ /** @internal */
2895
+ export const PreparedDeploymentStackProfilePlatforms$inboundSchema: z.ZodType<
2896
+ PreparedDeploymentStackProfilePlatforms,
2897
+ unknown
2898
+ > = z.object({
2899
+ aws: z.nullable(
2900
+ z.array(z.lazy(() => PreparedDeploymentStackProfileAw$inboundSchema)),
2901
+ ).optional(),
2902
+ azure: z.nullable(
2903
+ z.array(z.lazy(() => PreparedDeploymentStackProfileAzure$inboundSchema)),
2904
+ ).optional(),
2905
+ gcp: z.nullable(
2906
+ z.array(z.lazy(() => PreparedDeploymentStackProfileGcp$inboundSchema)),
2907
+ ).optional(),
2908
+ });
2909
+
2910
+ export function preparedDeploymentStackProfilePlatformsFromJSON(
2911
+ jsonString: string,
2912
+ ): SafeParseResult<
2913
+ PreparedDeploymentStackProfilePlatforms,
2914
+ SDKValidationError
2915
+ > {
2916
+ return safeParse(
2917
+ jsonString,
2918
+ (x) =>
2919
+ PreparedDeploymentStackProfilePlatforms$inboundSchema.parse(
2920
+ JSON.parse(x),
2921
+ ),
2922
+ `Failed to parse 'PreparedDeploymentStackProfilePlatforms' from JSON`,
2923
+ );
2924
+ }
2925
+
2926
+ /** @internal */
2927
+ export const PreparedDeploymentStackProfile$inboundSchema: z.ZodType<
2928
+ PreparedDeploymentStackProfile,
2929
+ unknown
2930
+ > = z.object({
2931
+ description: z.string(),
2932
+ id: z.string(),
2933
+ platforms: z.lazy(() =>
2934
+ PreparedDeploymentStackProfilePlatforms$inboundSchema
2935
+ ),
2936
+ });
2937
+
2938
+ export function preparedDeploymentStackProfileFromJSON(
2939
+ jsonString: string,
2940
+ ): SafeParseResult<PreparedDeploymentStackProfile, SDKValidationError> {
2941
+ return safeParse(
2942
+ jsonString,
2943
+ (x) => PreparedDeploymentStackProfile$inboundSchema.parse(JSON.parse(x)),
2944
+ `Failed to parse 'PreparedDeploymentStackProfile' from JSON`,
2945
+ );
2946
+ }
2947
+
2948
+ /** @internal */
2949
+ export const PreparedDeploymentStackProfileUnion$inboundSchema: z.ZodType<
2950
+ PreparedDeploymentStackProfileUnion,
2951
+ unknown
2952
+ > = z.union([
2953
+ z.lazy(() => PreparedDeploymentStackProfile$inboundSchema),
2954
+ z.string(),
2955
+ ]);
2956
+
2957
+ export function preparedDeploymentStackProfileUnionFromJSON(
2958
+ jsonString: string,
2959
+ ): SafeParseResult<PreparedDeploymentStackProfileUnion, SDKValidationError> {
2960
+ return safeParse(
2961
+ jsonString,
2962
+ (x) =>
2963
+ PreparedDeploymentStackProfileUnion$inboundSchema.parse(JSON.parse(x)),
2964
+ `Failed to parse 'PreparedDeploymentStackProfileUnion' from JSON`,
2965
+ );
2966
+ }
2967
+
2968
+ /** @internal */
2969
+ export const PreparedDeploymentStackPermissions$inboundSchema: z.ZodType<
2970
+ PreparedDeploymentStackPermissions,
2971
+ unknown
2972
+ > = z.object({
2973
+ management: z.union([
2974
+ z.lazy(() => PreparedDeploymentStackManagement1$inboundSchema),
2975
+ z.lazy(() => PreparedDeploymentStackManagement2$inboundSchema),
2976
+ PreparedDeploymentStackManagementEnum$inboundSchema,
2977
+ ]).optional(),
2978
+ profiles: z.record(
2979
+ z.string(),
2980
+ z.record(
2981
+ z.string(),
2982
+ z.array(
2983
+ z.union([
2984
+ z.lazy(() => PreparedDeploymentStackProfile$inboundSchema),
2985
+ z.string(),
2986
+ ]),
2987
+ ),
2988
+ ),
2989
+ ),
2990
+ });
2991
+
2992
+ export function preparedDeploymentStackPermissionsFromJSON(
2993
+ jsonString: string,
2994
+ ): SafeParseResult<PreparedDeploymentStackPermissions, SDKValidationError> {
2995
+ return safeParse(
2996
+ jsonString,
2997
+ (x) =>
2998
+ PreparedDeploymentStackPermissions$inboundSchema.parse(JSON.parse(x)),
2999
+ `Failed to parse 'PreparedDeploymentStackPermissions' from JSON`,
3000
+ );
3001
+ }
3002
+
3003
+ /** @internal */
3004
+ export const PreparedDeploymentStackConfig$inboundSchema: z.ZodType<
3005
+ PreparedDeploymentStackConfig,
3006
+ unknown
3007
+ > = collectExtraKeys$(
3008
+ z.object({
3009
+ id: z.string(),
3010
+ type: z.string(),
3011
+ }).catchall(z.any()),
3012
+ "additionalProperties",
3013
+ true,
3014
+ );
3015
+
3016
+ export function preparedDeploymentStackConfigFromJSON(
3017
+ jsonString: string,
3018
+ ): SafeParseResult<PreparedDeploymentStackConfig, SDKValidationError> {
3019
+ return safeParse(
3020
+ jsonString,
3021
+ (x) => PreparedDeploymentStackConfig$inboundSchema.parse(JSON.parse(x)),
3022
+ `Failed to parse 'PreparedDeploymentStackConfig' from JSON`,
3023
+ );
3024
+ }
3025
+
3026
+ /** @internal */
3027
+ export const PreparedDeploymentStackDependency$inboundSchema: z.ZodType<
3028
+ PreparedDeploymentStackDependency,
3029
+ unknown
3030
+ > = z.object({
3031
+ id: z.string(),
3032
+ type: z.string(),
3033
+ });
3034
+
3035
+ export function preparedDeploymentStackDependencyFromJSON(
3036
+ jsonString: string,
3037
+ ): SafeParseResult<PreparedDeploymentStackDependency, SDKValidationError> {
3038
+ return safeParse(
3039
+ jsonString,
3040
+ (x) => PreparedDeploymentStackDependency$inboundSchema.parse(JSON.parse(x)),
3041
+ `Failed to parse 'PreparedDeploymentStackDependency' from JSON`,
3042
+ );
3043
+ }
3044
+
3045
+ /** @internal */
3046
+ export const PreparedDeploymentStackLifecycle$inboundSchema: z.ZodEnum<
3047
+ typeof PreparedDeploymentStackLifecycle
3048
+ > = z.enum(PreparedDeploymentStackLifecycle);
3049
+
3050
+ /** @internal */
3051
+ export const PreparedDeploymentStackResources$inboundSchema: z.ZodType<
3052
+ PreparedDeploymentStackResources,
3053
+ unknown
3054
+ > = z.object({
3055
+ config: z.lazy(() => PreparedDeploymentStackConfig$inboundSchema),
3056
+ dependencies: z.array(
3057
+ z.lazy(() => PreparedDeploymentStackDependency$inboundSchema),
3058
+ ),
3059
+ lifecycle: PreparedDeploymentStackLifecycle$inboundSchema,
3060
+ remoteAccess: z.boolean().optional(),
3061
+ });
3062
+
3063
+ export function preparedDeploymentStackResourcesFromJSON(
3064
+ jsonString: string,
3065
+ ): SafeParseResult<PreparedDeploymentStackResources, SDKValidationError> {
3066
+ return safeParse(
3067
+ jsonString,
3068
+ (x) => PreparedDeploymentStackResources$inboundSchema.parse(JSON.parse(x)),
3069
+ `Failed to parse 'PreparedDeploymentStackResources' from JSON`,
3070
+ );
3071
+ }
3072
+
3073
+ /** @internal */
3074
+ export const PreparedDeploymentStackSupportedPlatform$inboundSchema: z.ZodEnum<
3075
+ typeof PreparedDeploymentStackSupportedPlatform
3076
+ > = z.enum(PreparedDeploymentStackSupportedPlatform);
3077
+
3078
+ /** @internal */
3079
+ export const PreparedDeploymentStackStack$inboundSchema: z.ZodType<
3080
+ PreparedDeploymentStackStack,
3081
+ unknown
3082
+ > = z.object({
3083
+ id: z.string(),
3084
+ permissions: z.lazy(() => PreparedDeploymentStackPermissions$inboundSchema)
3085
+ .optional(),
3086
+ resources: z.record(
3087
+ z.string(),
3088
+ z.lazy(() => PreparedDeploymentStackResources$inboundSchema),
3089
+ ),
3090
+ supportedPlatforms: z.nullable(
3091
+ z.array(PreparedDeploymentStackSupportedPlatform$inboundSchema),
3092
+ ).optional(),
3093
+ });
3094
+
3095
+ export function preparedDeploymentStackStackFromJSON(
3096
+ jsonString: string,
3097
+ ): SafeParseResult<PreparedDeploymentStackStack, SDKValidationError> {
3098
+ return safeParse(
3099
+ jsonString,
3100
+ (x) => PreparedDeploymentStackStack$inboundSchema.parse(JSON.parse(x)),
3101
+ `Failed to parse 'PreparedDeploymentStackStack' from JSON`,
3102
+ );
3103
+ }
3104
+
3105
+ /** @internal */
3106
+ export const PreparedDeploymentStack$inboundSchema: z.ZodType<
3107
+ PreparedDeploymentStack,
3108
+ unknown
3109
+ > = z.object({
3110
+ platform: PreparedDeploymentStackPlatform$inboundSchema,
3111
+ stack: z.lazy(() => PreparedDeploymentStackStack$inboundSchema),
3112
+ setup: SetupFingerprintInfo$inboundSchema,
3113
+ });
3114
+
3115
+ export function preparedDeploymentStackFromJSON(
3116
+ jsonString: string,
3117
+ ): SafeParseResult<PreparedDeploymentStack, SDKValidationError> {
3118
+ return safeParse(
3119
+ jsonString,
3120
+ (x) => PreparedDeploymentStack$inboundSchema.parse(JSON.parse(x)),
3121
+ `Failed to parse 'PreparedDeploymentStack' from JSON`,
3122
+ );
3123
+ }