@alienplatform/platform-api 1.8.0 → 1.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (497) hide show
  1. package/FUNCTIONS.md +3 -3
  2. package/README.md +20 -7
  3. package/esm/funcs/authWhoami.d.ts +2 -1
  4. package/esm/funcs/authWhoami.d.ts.map +1 -1
  5. package/esm/funcs/authWhoami.js +19 -5
  6. package/esm/funcs/authWhoami.js.map +1 -1
  7. package/esm/funcs/debugSessionsCreate.d.ts +16 -0
  8. package/esm/funcs/debugSessionsCreate.d.ts.map +1 -0
  9. package/esm/funcs/debugSessionsCreate.js +86 -0
  10. package/esm/funcs/debugSessionsCreate.js.map +1 -0
  11. package/esm/funcs/debugSessionsGet.d.ts +16 -0
  12. package/esm/funcs/debugSessionsGet.d.ts.map +1 -0
  13. package/esm/funcs/debugSessionsGet.js +89 -0
  14. package/esm/funcs/debugSessionsGet.js.map +1 -0
  15. package/esm/funcs/debugSessionsList.d.ts +16 -0
  16. package/esm/funcs/debugSessionsList.d.ts.map +1 -0
  17. package/esm/funcs/debugSessionsList.js +90 -0
  18. package/esm/funcs/debugSessionsList.js.map +1 -0
  19. package/esm/funcs/debugSessionsUpdate.d.ts +16 -0
  20. package/esm/funcs/debugSessionsUpdate.d.ts.map +1 -0
  21. package/esm/funcs/debugSessionsUpdate.js +92 -0
  22. package/esm/funcs/debugSessionsUpdate.js.map +1 -0
  23. package/esm/funcs/deploymentPlanCompute.d.ts +16 -0
  24. package/esm/funcs/deploymentPlanCompute.d.ts.map +1 -0
  25. package/esm/funcs/deploymentPlanCompute.js +84 -0
  26. package/esm/funcs/deploymentPlanCompute.js.map +1 -0
  27. package/esm/funcs/deploymentsList.js +3 -2
  28. package/esm/funcs/deploymentsList.js.map +1 -1
  29. package/esm/lib/config.d.ts +2 -2
  30. package/esm/lib/config.js +2 -2
  31. package/esm/models/commanddeploymentinfo.d.ts +1 -1
  32. package/esm/models/commanddeploymentinfo.d.ts.map +1 -1
  33. package/esm/models/commanddeploymentinfo.js +1 -1
  34. package/esm/models/commanddeploymentinfo.js.map +1 -1
  35. package/esm/models/createdebugsessionrequest.d.ts +27 -0
  36. package/esm/models/createdebugsessionrequest.d.ts.map +1 -0
  37. package/esm/models/createdebugsessionrequest.js +17 -0
  38. package/esm/models/createdebugsessionrequest.js.map +1 -0
  39. package/esm/models/createdeploymentgrouptokenrequest.d.ts +7 -0
  40. package/esm/models/createdeploymentgrouptokenrequest.d.ts.map +1 -1
  41. package/esm/models/createdeploymentgrouptokenrequest.js +3 -0
  42. package/esm/models/createdeploymentgrouptokenrequest.js.map +1 -1
  43. package/esm/models/createmanagerresponse.d.ts +196 -0
  44. package/esm/models/createmanagerresponse.d.ts.map +1 -1
  45. package/esm/models/createmanagerresponse.js +150 -0
  46. package/esm/models/createmanagerresponse.js.map +1 -1
  47. package/esm/models/createreleaserequest.d.ts +5 -5
  48. package/esm/models/createreleaserequest.d.ts.map +1 -1
  49. package/esm/models/createreleaserequest.js +2 -2
  50. package/esm/models/createreleaserequest.js.map +1 -1
  51. package/esm/models/createsetupregistrationoperationrequest.d.ts +95 -0
  52. package/esm/models/createsetupregistrationoperationrequest.d.ts.map +1 -1
  53. package/esm/models/createsetupregistrationoperationrequest.js +52 -0
  54. package/esm/models/createsetupregistrationoperationrequest.js.map +1 -1
  55. package/esm/models/debugpackagepresignedurls.d.ts +11 -0
  56. package/esm/models/debugpackagepresignedurls.d.ts.map +1 -0
  57. package/esm/models/debugpackagepresignedurls.js +14 -0
  58. package/esm/models/debugpackagepresignedurls.js.map +1 -0
  59. package/esm/models/debugsession.d.ts +74 -0
  60. package/esm/models/debugsession.d.ts.map +1 -0
  61. package/esm/models/debugsession.js +49 -0
  62. package/esm/models/debugsession.js.map +1 -0
  63. package/esm/models/debugsessionlistresponse.d.ts +21 -0
  64. package/esm/models/debugsessionlistresponse.d.ts.map +1 -0
  65. package/esm/models/debugsessionlistresponse.js +15 -0
  66. package/esm/models/debugsessionlistresponse.js.map +1 -0
  67. package/esm/models/debugsessionstate.d.ts +22 -0
  68. package/esm/models/debugsessionstate.d.ts.map +1 -0
  69. package/esm/models/debugsessionstate.js +20 -0
  70. package/esm/models/debugsessionstate.js.map +1 -0
  71. package/esm/models/deployment.d.ts +313 -4
  72. package/esm/models/deployment.d.ts.map +1 -1
  73. package/esm/models/deployment.js +214 -1
  74. package/esm/models/deployment.js.map +1 -1
  75. package/esm/models/deploymentcomputeplan.d.ts +165 -0
  76. package/esm/models/deploymentcomputeplan.d.ts.map +1 -0
  77. package/esm/models/deploymentcomputeplan.js +206 -0
  78. package/esm/models/deploymentcomputeplan.js.map +1 -0
  79. package/esm/models/deploymentconnectioninfo.d.ts +13 -3
  80. package/esm/models/deploymentconnectioninfo.d.ts.map +1 -1
  81. package/esm/models/deploymentconnectioninfo.js +10 -1
  82. package/esm/models/deploymentconnectioninfo.js.map +1 -1
  83. package/esm/models/deploymentdetailresponse.d.ts +313 -4
  84. package/esm/models/deploymentdetailresponse.d.ts.map +1 -1
  85. package/esm/models/deploymentdetailresponse.js +224 -1
  86. package/esm/models/deploymentdetailresponse.js.map +1 -1
  87. package/esm/models/deploymentinfo.d.ts +18 -1
  88. package/esm/models/deploymentinfo.d.ts.map +1 -1
  89. package/esm/models/deploymentinfo.js +12 -0
  90. package/esm/models/deploymentinfo.js.map +1 -1
  91. package/esm/models/deploymentinfosetupconfig.d.ts +248 -0
  92. package/esm/models/deploymentinfosetupconfig.d.ts.map +1 -1
  93. package/esm/models/deploymentinfosetupconfig.js +176 -0
  94. package/esm/models/deploymentinfosetupconfig.js.map +1 -1
  95. package/esm/models/deploymentlistitemresponse.d.ts +1 -1
  96. package/esm/models/deploymentlistitemresponse.d.ts.map +1 -1
  97. package/esm/models/deploymentlistitemresponse.js +1 -1
  98. package/esm/models/deploymentlistitemresponse.js.map +1 -1
  99. package/esm/models/deploymentsetupconfig.d.ts +7 -0
  100. package/esm/models/deploymentsetupconfig.d.ts.map +1 -1
  101. package/esm/models/deploymentsetupconfig.js +3 -0
  102. package/esm/models/deploymentsetupconfig.js.map +1 -1
  103. package/esm/models/deploymentsetupstacksettingspolicy.d.ts +103 -0
  104. package/esm/models/deploymentsetupstacksettingspolicy.d.ts.map +1 -1
  105. package/esm/models/deploymentsetupstacksettingspolicy.js +99 -0
  106. package/esm/models/deploymentsetupstacksettingspolicy.js.map +1 -1
  107. package/esm/models/encryptedstackinputvalue.d.ts +42 -0
  108. package/esm/models/encryptedstackinputvalue.d.ts.map +1 -0
  109. package/esm/models/encryptedstackinputvalue.js +37 -0
  110. package/esm/models/encryptedstackinputvalue.js.map +1 -0
  111. package/esm/models/forwardimportrequest.d.ts +7 -3
  112. package/esm/models/forwardimportrequest.d.ts.map +1 -1
  113. package/esm/models/forwardimportrequest.js +3 -0
  114. package/esm/models/forwardimportrequest.js.map +1 -1
  115. package/esm/models/importsource.d.ts +88 -0
  116. package/esm/models/importsource.d.ts.map +1 -1
  117. package/esm/models/importsource.js +43 -0
  118. package/esm/models/importsource.js.map +1 -1
  119. package/esm/models/index.d.ts +11 -0
  120. package/esm/models/index.d.ts.map +1 -1
  121. package/esm/models/index.js +11 -0
  122. package/esm/models/index.js.map +1 -1
  123. package/esm/models/managerretryresponse.d.ts +196 -0
  124. package/esm/models/managerretryresponse.d.ts.map +1 -1
  125. package/esm/models/managerretryresponse.js +150 -0
  126. package/esm/models/managerretryresponse.js.map +1 -1
  127. package/esm/models/newdeploymentrequest.d.ts +100 -5
  128. package/esm/models/newdeploymentrequest.d.ts.map +1 -1
  129. package/esm/models/newdeploymentrequest.js +53 -1
  130. package/esm/models/newdeploymentrequest.js.map +1 -1
  131. package/esm/models/operations/addworkspacemember.d.ts +1 -1
  132. package/esm/models/operations/cancelmanagersetup.d.ts +1 -1
  133. package/esm/models/operations/cancelpackage.d.ts +1 -1
  134. package/esm/models/operations/createapikey.d.ts +1 -1
  135. package/esm/models/operations/createcommand.d.ts +1 -1
  136. package/esm/models/operations/createdebugsession.d.ts +18 -0
  137. package/esm/models/operations/createdebugsession.d.ts.map +1 -0
  138. package/esm/models/operations/createdebugsession.js +20 -0
  139. package/esm/models/operations/createdebugsession.js.map +1 -0
  140. package/esm/models/operations/createdeployment.d.ts +1 -1
  141. package/esm/models/operations/createdeploymentgroup.d.ts +1 -1
  142. package/esm/models/operations/createdeploymentgrouptoken.d.ts +1 -1
  143. package/esm/models/operations/createdeploymenttoken.d.ts +1 -1
  144. package/esm/models/operations/createdomain.d.ts +1 -1
  145. package/esm/models/operations/createdomainendpoint.d.ts +1 -1
  146. package/esm/models/operations/createmanager.d.ts +1 -1
  147. package/esm/models/operations/createproject.d.ts +3 -3
  148. package/esm/models/operations/createprojectfromtemplate.d.ts +3 -3
  149. package/esm/models/operations/createrelease.d.ts +1 -1
  150. package/esm/models/operations/createsetupregistrationoperation.d.ts +1 -1
  151. package/esm/models/operations/deleteapikeys.d.ts +1 -1
  152. package/esm/models/operations/deletedeployment.d.ts +1 -1
  153. package/esm/models/operations/deletedeploymentgroup.d.ts +1 -1
  154. package/esm/models/operations/deletedomain.d.ts +1 -1
  155. package/esm/models/operations/deletemanager.d.ts +1 -1
  156. package/esm/models/operations/deleteproject.d.ts +1 -1
  157. package/esm/models/operations/deleteworkspace.d.ts +1 -1
  158. package/esm/models/operations/dismissworkspaceonboarding.d.ts +1 -1
  159. package/esm/models/operations/generatemanagertoken.d.ts +1 -1
  160. package/esm/models/operations/getapikey.d.ts +1 -1
  161. package/esm/models/operations/getcloudregions.d.ts +1 -1
  162. package/esm/models/operations/getcommand.d.ts +1 -1
  163. package/esm/models/operations/getdebugsession.d.ts +20 -0
  164. package/esm/models/operations/getdebugsession.d.ts.map +1 -0
  165. package/esm/models/operations/getdebugsession.js +13 -0
  166. package/esm/models/operations/getdebugsession.js.map +1 -0
  167. package/esm/models/operations/getdeployment.d.ts +1 -1
  168. package/esm/models/operations/getdeploymentconnectioninfo.d.ts +1 -1
  169. package/esm/models/operations/getdeploymentgroup.d.ts +1 -1
  170. package/esm/models/operations/getdeploymentinfo.d.ts +1 -1
  171. package/esm/models/operations/getdeploymentstats.d.ts +1 -1
  172. package/esm/models/operations/getdomain.d.ts +1 -1
  173. package/esm/models/operations/getevent.d.ts +1 -1
  174. package/esm/models/operations/getmanager.d.ts +1 -1
  175. package/esm/models/operations/getmanagerdeployment.d.ts +1 -1
  176. package/esm/models/operations/getmanagerdomainbinding.d.ts +1 -1
  177. package/esm/models/operations/getmanagermanagementconfig.d.ts +1 -1
  178. package/esm/models/operations/getpackage.d.ts +1 -1
  179. package/esm/models/operations/getproject.d.ts +1 -1
  180. package/esm/models/operations/getprojectactiverelease.d.ts +1 -1
  181. package/esm/models/operations/getprojectdeploymentportaldomain.d.ts +1 -1
  182. package/esm/models/operations/getprojectgcpoauthprovider.d.ts +1 -1
  183. package/esm/models/operations/getprojecttemplateurls.d.ts +1 -1
  184. package/esm/models/operations/getrelease.d.ts +1 -1
  185. package/esm/models/operations/getresourcedeploymentdetail.d.ts +1 -1
  186. package/esm/models/operations/getsetupregistrationoperation.d.ts +1 -1
  187. package/esm/models/operations/getworkspace.d.ts +1 -1
  188. package/esm/models/operations/getworkspacebillingentitlements.d.ts +1 -1
  189. package/esm/models/operations/importdeployment.d.ts +1 -1
  190. package/esm/models/operations/index.d.ts +6 -0
  191. package/esm/models/operations/index.d.ts.map +1 -1
  192. package/esm/models/operations/index.js +6 -0
  193. package/esm/models/operations/index.js.map +1 -1
  194. package/esm/models/operations/listapikeys.d.ts +1 -1
  195. package/esm/models/operations/listbillingauditlog.d.ts +1 -1
  196. package/esm/models/operations/listcommanddeployments.d.ts +1 -1
  197. package/esm/models/operations/listcommandnames.d.ts +1 -1
  198. package/esm/models/operations/listcommands.d.ts +1 -1
  199. package/esm/models/operations/listdebugsessions.d.ts +82 -0
  200. package/esm/models/operations/listdebugsessions.d.ts.map +1 -0
  201. package/esm/models/operations/listdebugsessions.js +42 -0
  202. package/esm/models/operations/listdebugsessions.js.map +1 -0
  203. package/esm/models/operations/listdeploymentfilterdeploymentgroups.d.ts +1 -1
  204. package/esm/models/operations/listdeploymentfilterenvironments.d.ts +1 -1
  205. package/esm/models/operations/listdeploymentgroups.d.ts +1 -1
  206. package/esm/models/operations/listdeployments.d.ts +6 -1
  207. package/esm/models/operations/listdeployments.d.ts.map +1 -1
  208. package/esm/models/operations/listdeployments.js +1 -0
  209. package/esm/models/operations/listdeployments.js.map +1 -1
  210. package/esm/models/operations/listdomains.d.ts +1 -1
  211. package/esm/models/operations/listevents.d.ts +1 -1
  212. package/esm/models/operations/listmanagerevents.d.ts +1 -1
  213. package/esm/models/operations/listmanagers.d.ts +1 -1
  214. package/esm/models/operations/listpackages.d.ts +1 -1
  215. package/esm/models/operations/listprojects.d.ts +1 -1
  216. package/esm/models/operations/listreleaseauthors.d.ts +1 -1
  217. package/esm/models/operations/listreleasebranches.d.ts +1 -1
  218. package/esm/models/operations/listreleases.d.ts +1 -1
  219. package/esm/models/operations/listresourcedeployments.d.ts +1 -1
  220. package/esm/models/operations/listresourceoverview.d.ts +1 -1
  221. package/esm/models/operations/listworkspacemembers.d.ts +1 -1
  222. package/esm/models/operations/listworkspaces.d.ts +1 -1
  223. package/esm/models/operations/pindeploymentrelease.d.ts +1 -1
  224. package/esm/models/operations/plandeploymentcompute.d.ts +1470 -0
  225. package/esm/models/operations/plandeploymentcompute.d.ts.map +1 -0
  226. package/esm/models/operations/plandeploymentcompute.js +897 -0
  227. package/esm/models/operations/plandeploymentcompute.js.map +1 -0
  228. package/esm/models/operations/preparedeploymentstack.d.ts +435 -407
  229. package/esm/models/operations/preparedeploymentstack.d.ts.map +1 -1
  230. package/esm/models/operations/preparedeploymentstack.js +401 -352
  231. package/esm/models/operations/preparedeploymentstack.js.map +1 -1
  232. package/esm/models/operations/provisionmanager.d.ts +1 -1
  233. package/esm/models/operations/rebuildpackages.d.ts +1 -1
  234. package/esm/models/operations/redeploydeployment.d.ts +1 -1
  235. package/esm/models/operations/refreshdomain.d.ts +1 -1
  236. package/esm/models/operations/removeworkspacemember.d.ts +1 -1
  237. package/esm/models/operations/reportmanagerheartbeat.d.ts +1 -1
  238. package/esm/models/operations/resolve.d.ts +1 -1
  239. package/esm/models/operations/resolvemanagergcpoauthprovider.d.ts +1 -1
  240. package/esm/models/operations/retrydeployment.d.ts +1 -1
  241. package/esm/models/operations/retrymanager.d.ts +1 -1
  242. package/esm/models/operations/retrymanagersetup.d.ts +1 -1
  243. package/esm/models/operations/revokeapikey.d.ts +1 -1
  244. package/esm/models/operations/syncacquire.d.ts +1 -1
  245. package/esm/models/operations/synclist.d.ts +1 -1
  246. package/esm/models/operations/syncreconcile.d.ts +1 -1
  247. package/esm/models/operations/syncrelease.d.ts +1 -1
  248. package/esm/models/operations/updateapikey.d.ts +1 -1
  249. package/esm/models/operations/updatecommand.d.ts +1 -1
  250. package/esm/models/operations/updatedebugsession.d.ts +23 -0
  251. package/esm/models/operations/updatedebugsession.d.ts.map +1 -0
  252. package/esm/models/operations/updatedebugsession.js +21 -0
  253. package/esm/models/operations/updatedebugsession.js.map +1 -0
  254. package/esm/models/operations/updatedeploymentenvironmentvariables.d.ts +1 -1
  255. package/esm/models/operations/updatedeploymentgroup.d.ts +1 -1
  256. package/esm/models/operations/updatemanager.d.ts +1 -1
  257. package/esm/models/operations/updatemanagerdomainbinding.d.ts +1 -1
  258. package/esm/models/operations/updateproject.d.ts +1 -1
  259. package/esm/models/operations/updateprojectgcpoauthprovider.d.ts +1 -1
  260. package/esm/models/operations/updateworkspace.d.ts +1 -1
  261. package/esm/models/operations/updateworkspacemember.d.ts +1 -1
  262. package/esm/models/operations/whoami.d.ts +15 -0
  263. package/esm/models/operations/whoami.d.ts.map +1 -0
  264. package/esm/models/operations/whoami.js +12 -0
  265. package/esm/models/operations/whoami.js.map +1 -0
  266. package/esm/models/package.d.ts +1 -1
  267. package/esm/models/persistimporteddeploymentrequest.d.ts +402 -0
  268. package/esm/models/persistimporteddeploymentrequest.d.ts.map +1 -1
  269. package/esm/models/persistimporteddeploymentrequest.js +232 -0
  270. package/esm/models/persistimporteddeploymentrequest.js.map +1 -1
  271. package/esm/models/prepareddeploymentstack.d.ts +248 -0
  272. package/esm/models/prepareddeploymentstack.d.ts.map +1 -1
  273. package/esm/models/prepareddeploymentstack.js +174 -0
  274. package/esm/models/prepareddeploymentstack.js.map +1 -1
  275. package/esm/models/project.d.ts +1 -1
  276. package/esm/models/projectlistitemresponse.d.ts +1 -1
  277. package/esm/models/resolvedstackinputsummary.d.ts +23 -0
  278. package/esm/models/resolvedstackinputsummary.d.ts.map +1 -0
  279. package/esm/models/resolvedstackinputsummary.js +24 -0
  280. package/esm/models/resolvedstackinputsummary.js.map +1 -0
  281. package/esm/models/stackinputvaluerequest.d.ts +8 -0
  282. package/esm/models/stackinputvaluerequest.d.ts.map +1 -0
  283. package/esm/models/stackinputvaluerequest.js +10 -0
  284. package/esm/models/stackinputvaluerequest.js.map +1 -0
  285. package/esm/models/syncacquireresponse.d.ts +916 -18
  286. package/esm/models/syncacquireresponse.d.ts.map +1 -1
  287. package/esm/models/syncacquireresponse.js +628 -1
  288. package/esm/models/syncacquireresponse.js.map +1 -1
  289. package/esm/models/synclistresponse.d.ts +313 -4
  290. package/esm/models/synclistresponse.d.ts.map +1 -1
  291. package/esm/models/synclistresponse.js +210 -1
  292. package/esm/models/synclistresponse.js.map +1 -1
  293. package/esm/models/syncreconcilerequest.d.ts +921 -0
  294. package/esm/models/syncreconcilerequest.d.ts.map +1 -1
  295. package/esm/models/syncreconcilerequest.js +534 -0
  296. package/esm/models/syncreconcilerequest.js.map +1 -1
  297. package/esm/models/syncreconcileresponse.d.ts +1318 -174
  298. package/esm/models/syncreconcileresponse.d.ts.map +1 -1
  299. package/esm/models/syncreconcileresponse.js +901 -91
  300. package/esm/models/syncreconcileresponse.js.map +1 -1
  301. package/esm/models/updateapikeyrequest.d.ts +11 -0
  302. package/esm/models/updateapikeyrequest.d.ts.map +1 -1
  303. package/esm/models/updateapikeyrequest.js +3 -0
  304. package/esm/models/updateapikeyrequest.js.map +1 -1
  305. package/esm/models/updatedebugsessionrequest.d.ts +21 -0
  306. package/esm/models/updatedebugsessionrequest.d.ts.map +1 -0
  307. package/esm/models/updatedebugsessionrequest.js +15 -0
  308. package/esm/models/updatedebugsessionrequest.js.map +1 -0
  309. package/esm/models/updatedeploymentsetuppolicy.d.ts +22 -0
  310. package/esm/models/updatedeploymentsetuppolicy.d.ts.map +1 -0
  311. package/esm/models/updatedeploymentsetuppolicy.js +14 -0
  312. package/esm/models/updatedeploymentsetuppolicy.js.map +1 -0
  313. package/esm/models/updateproject.d.ts +1 -1
  314. package/esm/sdk/auth.d.ts +2 -1
  315. package/esm/sdk/auth.d.ts.map +1 -1
  316. package/esm/sdk/auth.js +2 -2
  317. package/esm/sdk/auth.js.map +1 -1
  318. package/esm/sdk/debugsessions.d.ts +22 -0
  319. package/esm/sdk/debugsessions.d.ts.map +1 -0
  320. package/esm/sdk/debugsessions.js +36 -0
  321. package/esm/sdk/debugsessions.js.map +1 -0
  322. package/esm/sdk/deployment.d.ts +4 -0
  323. package/esm/sdk/deployment.d.ts.map +1 -1
  324. package/esm/sdk/deployment.js +7 -0
  325. package/esm/sdk/deployment.js.map +1 -1
  326. package/esm/sdk/sdk.d.ts +3 -0
  327. package/esm/sdk/sdk.d.ts.map +1 -1
  328. package/esm/sdk/sdk.js +4 -0
  329. package/esm/sdk/sdk.js.map +1 -1
  330. package/esm/sdk/user.d.ts +4 -4
  331. package/esm/sdk/user.d.ts.map +1 -1
  332. package/esm/sdk/user.js +6 -6
  333. package/esm/sdk/user.js.map +1 -1
  334. package/examples/{userGetProfile.example.ts → userListMemberships.example.ts} +2 -2
  335. package/jsr.json +1 -1
  336. package/package.json +1 -1
  337. package/src/funcs/authWhoami.ts +25 -2
  338. package/src/funcs/debugSessionsCreate.ts +178 -0
  339. package/src/funcs/debugSessionsGet.ts +179 -0
  340. package/src/funcs/debugSessionsList.ts +181 -0
  341. package/src/funcs/debugSessionsUpdate.ts +182 -0
  342. package/src/funcs/deploymentPlanCompute.ts +176 -0
  343. package/src/funcs/deploymentsList.ts +3 -1
  344. package/src/lib/config.ts +2 -2
  345. package/src/models/commanddeploymentinfo.ts +2 -2
  346. package/src/models/createdebugsessionrequest.ts +52 -0
  347. package/src/models/createdeploymentgrouptokenrequest.ts +9 -0
  348. package/src/models/createmanagerresponse.ts +520 -0
  349. package/src/models/createreleaserequest.ts +7 -7
  350. package/src/models/createsetupregistrationoperationrequest.ts +241 -0
  351. package/src/models/debugpackagepresignedurls.ts +32 -0
  352. package/src/models/debugsession.ts +118 -0
  353. package/src/models/debugsessionlistresponse.ts +42 -0
  354. package/src/models/debugsessionstate.ts +31 -0
  355. package/src/models/deployment.ts +651 -5
  356. package/src/models/deploymentcomputeplan.ts +500 -0
  357. package/src/models/deploymentconnectioninfo.ts +33 -4
  358. package/src/models/deploymentdetailresponse.ts +715 -5
  359. package/src/models/deploymentinfo.ts +37 -1
  360. package/src/models/deploymentinfosetupconfig.ts +544 -0
  361. package/src/models/deploymentlistitemresponse.ts +2 -2
  362. package/src/models/deploymentsetupconfig.ts +9 -0
  363. package/src/models/deploymentsetupstacksettingspolicy.ts +350 -0
  364. package/src/models/encryptedstackinputvalue.ts +86 -0
  365. package/src/models/forwardimportrequest.ts +9 -3
  366. package/src/models/importsource.ts +184 -0
  367. package/src/models/index.ts +11 -0
  368. package/src/models/managerretryresponse.ts +517 -0
  369. package/src/models/newdeploymentrequest.ts +219 -6
  370. package/src/models/operations/addworkspacemember.ts +1 -1
  371. package/src/models/operations/cancelmanagersetup.ts +1 -1
  372. package/src/models/operations/cancelpackage.ts +1 -1
  373. package/src/models/operations/createapikey.ts +1 -1
  374. package/src/models/operations/createcommand.ts +1 -1
  375. package/src/models/operations/createdebugsession.ts +45 -0
  376. package/src/models/operations/createdeployment.ts +1 -1
  377. package/src/models/operations/createdeploymentgroup.ts +1 -1
  378. package/src/models/operations/createdeploymentgrouptoken.ts +1 -1
  379. package/src/models/operations/createdeploymenttoken.ts +1 -1
  380. package/src/models/operations/createdomain.ts +1 -1
  381. package/src/models/operations/createdomainendpoint.ts +1 -1
  382. package/src/models/operations/createmanager.ts +1 -1
  383. package/src/models/operations/createproject.ts +3 -3
  384. package/src/models/operations/createprojectfromtemplate.ts +3 -3
  385. package/src/models/operations/createrelease.ts +1 -1
  386. package/src/models/operations/createsetupregistrationoperation.ts +1 -1
  387. package/src/models/operations/deleteapikeys.ts +1 -1
  388. package/src/models/operations/deletedeployment.ts +1 -1
  389. package/src/models/operations/deletedeploymentgroup.ts +1 -1
  390. package/src/models/operations/deletedomain.ts +1 -1
  391. package/src/models/operations/deletemanager.ts +1 -1
  392. package/src/models/operations/deleteproject.ts +1 -1
  393. package/src/models/operations/deleteworkspace.ts +1 -1
  394. package/src/models/operations/dismissworkspaceonboarding.ts +1 -1
  395. package/src/models/operations/generatemanagertoken.ts +1 -1
  396. package/src/models/operations/getapikey.ts +1 -1
  397. package/src/models/operations/getcloudregions.ts +1 -1
  398. package/src/models/operations/getcommand.ts +1 -1
  399. package/src/models/operations/getdebugsession.ts +39 -0
  400. package/src/models/operations/getdeployment.ts +1 -1
  401. package/src/models/operations/getdeploymentconnectioninfo.ts +1 -1
  402. package/src/models/operations/getdeploymentgroup.ts +1 -1
  403. package/src/models/operations/getdeploymentinfo.ts +1 -1
  404. package/src/models/operations/getdeploymentstats.ts +1 -1
  405. package/src/models/operations/getdomain.ts +1 -1
  406. package/src/models/operations/getevent.ts +1 -1
  407. package/src/models/operations/getmanager.ts +1 -1
  408. package/src/models/operations/getmanagerdeployment.ts +1 -1
  409. package/src/models/operations/getmanagerdomainbinding.ts +1 -1
  410. package/src/models/operations/getmanagermanagementconfig.ts +1 -1
  411. package/src/models/operations/getpackage.ts +1 -1
  412. package/src/models/operations/getproject.ts +1 -1
  413. package/src/models/operations/getprojectactiverelease.ts +1 -1
  414. package/src/models/operations/getprojectdeploymentportaldomain.ts +1 -1
  415. package/src/models/operations/getprojectgcpoauthprovider.ts +1 -1
  416. package/src/models/operations/getprojecttemplateurls.ts +1 -1
  417. package/src/models/operations/getrelease.ts +1 -1
  418. package/src/models/operations/getresourcedeploymentdetail.ts +1 -1
  419. package/src/models/operations/getsetupregistrationoperation.ts +1 -1
  420. package/src/models/operations/getworkspace.ts +1 -1
  421. package/src/models/operations/getworkspacebillingentitlements.ts +1 -1
  422. package/src/models/operations/importdeployment.ts +1 -1
  423. package/src/models/operations/index.ts +6 -0
  424. package/src/models/operations/listapikeys.ts +1 -1
  425. package/src/models/operations/listbillingauditlog.ts +1 -1
  426. package/src/models/operations/listcommanddeployments.ts +1 -1
  427. package/src/models/operations/listcommandnames.ts +1 -1
  428. package/src/models/operations/listcommands.ts +1 -1
  429. package/src/models/operations/listdebugsessions.ts +117 -0
  430. package/src/models/operations/listdeploymentfilterdeploymentgroups.ts +1 -1
  431. package/src/models/operations/listdeploymentfilterenvironments.ts +1 -1
  432. package/src/models/operations/listdeploymentgroups.ts +1 -1
  433. package/src/models/operations/listdeployments.ts +7 -1
  434. package/src/models/operations/listdomains.ts +1 -1
  435. package/src/models/operations/listevents.ts +1 -1
  436. package/src/models/operations/listmanagerevents.ts +1 -1
  437. package/src/models/operations/listmanagers.ts +1 -1
  438. package/src/models/operations/listpackages.ts +1 -1
  439. package/src/models/operations/listprojects.ts +1 -1
  440. package/src/models/operations/listreleaseauthors.ts +1 -1
  441. package/src/models/operations/listreleasebranches.ts +1 -1
  442. package/src/models/operations/listreleases.ts +1 -1
  443. package/src/models/operations/listresourcedeployments.ts +1 -1
  444. package/src/models/operations/listresourceoverview.ts +1 -1
  445. package/src/models/operations/listworkspacemembers.ts +1 -1
  446. package/src/models/operations/listworkspaces.ts +1 -1
  447. package/src/models/operations/pindeploymentrelease.ts +1 -1
  448. package/src/models/operations/plandeploymentcompute.ts +3412 -0
  449. package/src/models/operations/preparedeploymentstack.ts +1656 -1063
  450. package/src/models/operations/provisionmanager.ts +1 -1
  451. package/src/models/operations/rebuildpackages.ts +1 -1
  452. package/src/models/operations/redeploydeployment.ts +1 -1
  453. package/src/models/operations/refreshdomain.ts +1 -1
  454. package/src/models/operations/removeworkspacemember.ts +1 -1
  455. package/src/models/operations/reportmanagerheartbeat.ts +1 -1
  456. package/src/models/operations/resolve.ts +1 -1
  457. package/src/models/operations/resolvemanagergcpoauthprovider.ts +1 -1
  458. package/src/models/operations/retrydeployment.ts +1 -1
  459. package/src/models/operations/retrymanager.ts +1 -1
  460. package/src/models/operations/retrymanagersetup.ts +1 -1
  461. package/src/models/operations/revokeapikey.ts +1 -1
  462. package/src/models/operations/syncacquire.ts +1 -1
  463. package/src/models/operations/synclist.ts +1 -1
  464. package/src/models/operations/syncreconcile.ts +1 -1
  465. package/src/models/operations/syncrelease.ts +1 -1
  466. package/src/models/operations/updateapikey.ts +1 -1
  467. package/src/models/operations/updatecommand.ts +1 -1
  468. package/src/models/operations/updatedebugsession.ts +51 -0
  469. package/src/models/operations/updatedeploymentenvironmentvariables.ts +1 -1
  470. package/src/models/operations/updatedeploymentgroup.ts +1 -1
  471. package/src/models/operations/updatemanager.ts +1 -1
  472. package/src/models/operations/updatemanagerdomainbinding.ts +1 -1
  473. package/src/models/operations/updateproject.ts +1 -1
  474. package/src/models/operations/updateprojectgcpoauthprovider.ts +1 -1
  475. package/src/models/operations/updateworkspace.ts +1 -1
  476. package/src/models/operations/updateworkspacemember.ts +1 -1
  477. package/src/models/operations/whoami.ts +29 -0
  478. package/src/models/package.ts +1 -1
  479. package/src/models/persistimporteddeploymentrequest.ts +884 -0
  480. package/src/models/prepareddeploymentstack.ts +530 -0
  481. package/src/models/project.ts +1 -1
  482. package/src/models/projectlistitemresponse.ts +1 -1
  483. package/src/models/resolvedstackinputsummary.ts +54 -0
  484. package/src/models/stackinputvaluerequest.ts +28 -0
  485. package/src/models/syncacquireresponse.ts +2216 -154
  486. package/src/models/synclistresponse.ts +666 -5
  487. package/src/models/syncreconcilerequest.ts +2059 -82
  488. package/src/models/syncreconcileresponse.ts +2978 -444
  489. package/src/models/updateapikeyrequest.ts +17 -0
  490. package/src/models/updatedebugsessionrequest.ts +40 -0
  491. package/src/models/updatedeploymentsetuppolicy.ts +43 -0
  492. package/src/models/updateproject.ts +1 -1
  493. package/src/sdk/auth.ts +3 -0
  494. package/src/sdk/debugsessions.ts +70 -0
  495. package/src/sdk/deployment.ts +15 -0
  496. package/src/sdk/sdk.ts +6 -0
  497. package/src/sdk/user.ts +12 -12
@@ -10,7 +10,7 @@ export type GetAPIKeyRequest = {
10
10
  */
11
11
  id: string;
12
12
  /**
13
- * Workspace name. Defaults to your last workspace (user auth) or your API key's workspace (token auth). When using an API key, if provided, must match the key's workspace.
13
+ * Workspace name. Required for user/session/OAuth requests. Optional for API keys because API keys are workspace-scoped; if provided with an API key, it must match the key's workspace.
14
14
  */
15
15
  workspace?: string | undefined;
16
16
  };
@@ -6,7 +6,7 @@ import * as z from "zod/v4";
6
6
 
7
7
  export type GetCloudRegionsRequest = {
8
8
  /**
9
- * Workspace name. Defaults to your last workspace (user auth) or your API key's workspace (token auth). When using an API key, if provided, must match the key's workspace.
9
+ * Workspace name. Required for user/session/OAuth requests. Optional for API keys because API keys are workspace-scoped; if provided with an API key, it must match the key's workspace.
10
10
  */
11
11
  workspace?: string | undefined;
12
12
  };
@@ -10,7 +10,7 @@ export type GetCommandRequest = {
10
10
  */
11
11
  id: string;
12
12
  /**
13
- * Workspace name. Defaults to your last workspace (user auth) or your API key's workspace (token auth). When using an API key, if provided, must match the key's workspace.
13
+ * Workspace name. Required for user/session/OAuth requests. Optional for API keys because API keys are workspace-scoped; if provided with an API key, it must match the key's workspace.
14
14
  */
15
15
  workspace?: string | undefined;
16
16
  };
@@ -0,0 +1,39 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+
5
+ import * as z from "zod/v4";
6
+
7
+ export type GetDebugSessionRequest = {
8
+ /**
9
+ * Unique identifier for the debug session.
10
+ */
11
+ id: string;
12
+ /**
13
+ * Workspace name. Required for user/session/OAuth requests. Optional for API keys because API keys are workspace-scoped; if provided with an API key, it must match the key's workspace.
14
+ */
15
+ workspace?: string | undefined;
16
+ };
17
+
18
+ /** @internal */
19
+ export type GetDebugSessionRequest$Outbound = {
20
+ id: string;
21
+ workspace?: string | undefined;
22
+ };
23
+
24
+ /** @internal */
25
+ export const GetDebugSessionRequest$outboundSchema: z.ZodType<
26
+ GetDebugSessionRequest$Outbound,
27
+ GetDebugSessionRequest
28
+ > = z.object({
29
+ id: z.string(),
30
+ workspace: z.string().optional(),
31
+ });
32
+
33
+ export function getDebugSessionRequestToJSON(
34
+ getDebugSessionRequest: GetDebugSessionRequest,
35
+ ): string {
36
+ return JSON.stringify(
37
+ GetDebugSessionRequest$outboundSchema.parse(getDebugSessionRequest),
38
+ );
39
+ }
@@ -18,7 +18,7 @@ export type GetDeploymentRequest = {
18
18
  */
19
19
  id: string;
20
20
  /**
21
- * Workspace name. Defaults to your last workspace (user auth) or your API key's workspace (token auth). When using an API key, if provided, must match the key's workspace.
21
+ * Workspace name. Required for user/session/OAuth requests. Optional for API keys because API keys are workspace-scoped; if provided with an API key, it must match the key's workspace.
22
22
  */
23
23
  workspace?: string | undefined;
24
24
  /**
@@ -10,7 +10,7 @@ export type GetDeploymentConnectionInfoRequest = {
10
10
  */
11
11
  id: string;
12
12
  /**
13
- * Workspace name. Defaults to your last workspace (user auth) or your API key's workspace (token auth). When using an API key, if provided, must match the key's workspace.
13
+ * Workspace name. Required for user/session/OAuth requests. Optional for API keys because API keys are workspace-scoped; if provided with an API key, it must match the key's workspace.
14
14
  */
15
15
  workspace?: string | undefined;
16
16
  };
@@ -21,7 +21,7 @@ export type GetDeploymentGroupRequest = {
21
21
  */
22
22
  id: string;
23
23
  /**
24
- * Workspace name. Defaults to your last workspace (user auth) or your API key's workspace (token auth). When using an API key, if provided, must match the key's workspace.
24
+ * Workspace name. Required for user/session/OAuth requests. Optional for API keys because API keys are workspace-scoped; if provided with an API key, it must match the key's workspace.
25
25
  */
26
26
  workspace?: string | undefined;
27
27
  /**
@@ -6,7 +6,7 @@ import * as z from "zod/v4";
6
6
 
7
7
  export type GetDeploymentInfoRequest = {
8
8
  /**
9
- * Workspace name. Defaults to your last workspace (user auth) or your API key's workspace (token auth). When using an API key, if provided, must match the key's workspace.
9
+ * Workspace name. Required for user/session/OAuth requests. Optional for API keys because API keys are workspace-scoped; if provided with an API key, it must match the key's workspace.
10
10
  */
11
11
  workspace?: string | undefined;
12
12
  };
@@ -55,7 +55,7 @@ export type GetDeploymentStatsStatus = ClosedEnum<
55
55
 
56
56
  export type GetDeploymentStatsRequest = {
57
57
  /**
58
- * Workspace name. Defaults to your last workspace (user auth) or your API key's workspace (token auth). When using an API key, if provided, must match the key's workspace.
58
+ * Workspace name. Required for user/session/OAuth requests. Optional for API keys because API keys are workspace-scoped; if provided with an API key, it must match the key's workspace.
59
59
  */
60
60
  workspace?: string | undefined;
61
61
  /**
@@ -10,7 +10,7 @@ export type GetDomainRequest = {
10
10
  */
11
11
  id: string;
12
12
  /**
13
- * Workspace name. Defaults to your last workspace (user auth) or your API key's workspace (token auth). When using an API key, if provided, must match the key's workspace.
13
+ * Workspace name. Required for user/session/OAuth requests. Optional for API keys because API keys are workspace-scoped; if provided with an API key, it must match the key's workspace.
14
14
  */
15
15
  workspace?: string | undefined;
16
16
  };
@@ -10,7 +10,7 @@ export type GetEventRequest = {
10
10
  */
11
11
  id: string;
12
12
  /**
13
- * Workspace name. Defaults to your last workspace (user auth) or your API key's workspace (token auth). When using an API key, if provided, must match the key's workspace.
13
+ * Workspace name. Required for user/session/OAuth requests. Optional for API keys because API keys are workspace-scoped; if provided with an API key, it must match the key's workspace.
14
14
  */
15
15
  workspace?: string | undefined;
16
16
  };
@@ -10,7 +10,7 @@ export type GetManagerRequest = {
10
10
  */
11
11
  id: string;
12
12
  /**
13
- * Workspace name. Defaults to your last workspace (user auth) or your API key's workspace (token auth). When using an API key, if provided, must match the key's workspace.
13
+ * Workspace name. Required for user/session/OAuth requests. Optional for API keys because API keys are workspace-scoped; if provided with an API key, it must match the key's workspace.
14
14
  */
15
15
  workspace?: string | undefined;
16
16
  };
@@ -10,7 +10,7 @@ export type GetManagerDeploymentRequest = {
10
10
  */
11
11
  id: string;
12
12
  /**
13
- * Workspace name. Defaults to your last workspace (user auth) or your API key's workspace (token auth). When using an API key, if provided, must match the key's workspace.
13
+ * Workspace name. Required for user/session/OAuth requests. Optional for API keys because API keys are workspace-scoped; if provided with an API key, it must match the key's workspace.
14
14
  */
15
15
  workspace?: string | undefined;
16
16
  };
@@ -10,7 +10,7 @@ export type GetManagerDomainBindingRequest = {
10
10
  */
11
11
  id: string;
12
12
  /**
13
- * Workspace name. Defaults to your last workspace (user auth) or your API key's workspace (token auth). When using an API key, if provided, must match the key's workspace.
13
+ * Workspace name. Required for user/session/OAuth requests. Optional for API keys because API keys are workspace-scoped; if provided with an API key, it must match the key's workspace.
14
14
  */
15
15
  workspace?: string | undefined;
16
16
  };
@@ -32,7 +32,7 @@ export type GetManagerManagementConfigRequest = {
32
32
  */
33
33
  id: string;
34
34
  /**
35
- * Workspace name. Defaults to your last workspace (user auth) or your API key's workspace (token auth). When using an API key, if provided, must match the key's workspace.
35
+ * Workspace name. Required for user/session/OAuth requests. Optional for API keys because API keys are workspace-scoped; if provided with an API key, it must match the key's workspace.
36
36
  */
37
37
  workspace?: string | undefined;
38
38
  /**
@@ -10,7 +10,7 @@ export type GetPackageRequest = {
10
10
  */
11
11
  id: string;
12
12
  /**
13
- * Workspace name. Defaults to your last workspace (user auth) or your API key's workspace (token auth). When using an API key, if provided, must match the key's workspace.
13
+ * Workspace name. Required for user/session/OAuth requests. Optional for API keys because API keys are workspace-scoped; if provided with an API key, it must match the key's workspace.
14
14
  */
15
15
  workspace?: string | undefined;
16
16
  };
@@ -10,7 +10,7 @@ export type GetProjectRequest = {
10
10
  */
11
11
  idOrName: string;
12
12
  /**
13
- * Workspace name. Defaults to your last workspace (user auth) or your API key's workspace (token auth). When using an API key, if provided, must match the key's workspace.
13
+ * Workspace name. Required for user/session/OAuth requests. Optional for API keys because API keys are workspace-scoped; if provided with an API key, it must match the key's workspace.
14
14
  */
15
15
  workspace?: string | undefined;
16
16
  };
@@ -10,7 +10,7 @@ export type GetProjectActiveReleaseRequest = {
10
10
  */
11
11
  idOrName: string;
12
12
  /**
13
- * Workspace name. Defaults to your last workspace (user auth) or your API key's workspace (token auth). When using an API key, if provided, must match the key's workspace.
13
+ * Workspace name. Required for user/session/OAuth requests. Optional for API keys because API keys are workspace-scoped; if provided with an API key, it must match the key's workspace.
14
14
  */
15
15
  workspace?: string | undefined;
16
16
  /**
@@ -10,7 +10,7 @@ export type GetProjectDeploymentPortalDomainRequest = {
10
10
  */
11
11
  idOrName: string;
12
12
  /**
13
- * Workspace name. Defaults to your last workspace (user auth) or your API key's workspace (token auth). When using an API key, if provided, must match the key's workspace.
13
+ * Workspace name. Required for user/session/OAuth requests. Optional for API keys because API keys are workspace-scoped; if provided with an API key, it must match the key's workspace.
14
14
  */
15
15
  workspace?: string | undefined;
16
16
  };
@@ -10,7 +10,7 @@ export type GetProjectGcpOAuthProviderRequest = {
10
10
  */
11
11
  idOrName: string;
12
12
  /**
13
- * Workspace name. Defaults to your last workspace (user auth) or your API key's workspace (token auth). When using an API key, if provided, must match the key's workspace.
13
+ * Workspace name. Required for user/session/OAuth requests. Optional for API keys because API keys are workspace-scoped; if provided with an API key, it must match the key's workspace.
14
14
  */
15
15
  workspace?: string | undefined;
16
16
  };
@@ -13,7 +13,7 @@ export type GetProjectTemplateUrlsRequest = {
13
13
  */
14
14
  idOrName: string;
15
15
  /**
16
- * Workspace name. Defaults to your last workspace (user auth) or your API key's workspace (token auth). When using an API key, if provided, must match the key's workspace.
16
+ * Workspace name. Required for user/session/OAuth requests. Optional for API keys because API keys are workspace-scoped; if provided with an API key, it must match the key's workspace.
17
17
  */
18
18
  workspace?: string | undefined;
19
19
  };
@@ -16,7 +16,7 @@ export type GetReleaseRequest = {
16
16
  */
17
17
  id: string;
18
18
  /**
19
- * Workspace name. Defaults to your last workspace (user auth) or your API key's workspace (token auth). When using an API key, if provided, must match the key's workspace.
19
+ * Workspace name. Required for user/session/OAuth requests. Optional for API keys because API keys are workspace-scoped; if provided with an API key, it must match the key's workspace.
20
20
  */
21
21
  workspace?: string | undefined;
22
22
  /**
@@ -22,7 +22,7 @@ export type GetResourceDeploymentDetailRequest = {
22
22
  deploymentId: string;
23
23
  resourceId: string;
24
24
  /**
25
- * Workspace name. Defaults to your last workspace (user auth) or your API key's workspace (token auth). When using an API key, if provided, must match the key's workspace.
25
+ * Workspace name. Required for user/session/OAuth requests. Optional for API keys because API keys are workspace-scoped; if provided with an API key, it must match the key's workspace.
26
26
  */
27
27
  workspace?: string | undefined;
28
28
  /**
@@ -10,7 +10,7 @@ export type GetSetupRegistrationOperationRequest = {
10
10
  */
11
11
  id: string;
12
12
  /**
13
- * Workspace name. Defaults to your last workspace (user auth) or your API key's workspace (token auth). When using an API key, if provided, must match the key's workspace.
13
+ * Workspace name. Required for user/session/OAuth requests. Optional for API keys because API keys are workspace-scoped; if provided with an API key, it must match the key's workspace.
14
14
  */
15
15
  workspace?: string | undefined;
16
16
  };
@@ -10,7 +10,7 @@ export type GetWorkspaceRequest = {
10
10
  */
11
11
  id: string;
12
12
  /**
13
- * Workspace name. Defaults to your last workspace (user auth) or your API key's workspace (token auth). When using an API key, if provided, must match the key's workspace.
13
+ * Workspace name. Required for user/session/OAuth requests. Optional for API keys because API keys are workspace-scoped; if provided with an API key, it must match the key's workspace.
14
14
  */
15
15
  workspace?: string | undefined;
16
16
  };
@@ -6,7 +6,7 @@ import * as z from "zod/v4";
6
6
 
7
7
  export type GetWorkspaceBillingEntitlementsRequest = {
8
8
  /**
9
- * Workspace name. Defaults to your last workspace (user auth) or your API key's workspace (token auth). When using an API key, if provided, must match the key's workspace.
9
+ * Workspace name. Required for user/session/OAuth requests. Optional for API keys because API keys are workspace-scoped; if provided with an API key, it must match the key's workspace.
10
10
  */
11
11
  workspace?: string | undefined;
12
12
  };
@@ -8,7 +8,7 @@ import * as models from "../index.js";
8
8
 
9
9
  export type ImportDeploymentRequest = {
10
10
  /**
11
- * Workspace name. Defaults to your last workspace (user auth) or your API key's workspace (token auth). When using an API key, if provided, must match the key's workspace.
11
+ * Workspace name. Required for user/session/OAuth requests. Optional for API keys because API keys are workspace-scoped; if provided with an API key, it must match the key's workspace.
12
12
  */
13
13
  workspace?: string | undefined;
14
14
  importDeploymentRequest?: models.ImportDeploymentRequest | undefined;
@@ -7,6 +7,7 @@ export * from "./cancelmanagersetup.js";
7
7
  export * from "./cancelpackage.js";
8
8
  export * from "./createapikey.js";
9
9
  export * from "./createcommand.js";
10
+ export * from "./createdebugsession.js";
10
11
  export * from "./createdeployment.js";
11
12
  export * from "./createdeploymentgroup.js";
12
13
  export * from "./createdeploymentgrouptoken.js";
@@ -31,6 +32,7 @@ export * from "./generatemanagertoken.js";
31
32
  export * from "./getapikey.js";
32
33
  export * from "./getcloudregions.js";
33
34
  export * from "./getcommand.js";
35
+ export * from "./getdebugsession.js";
34
36
  export * from "./getdeployment.js";
35
37
  export * from "./getdeploymentconnectioninfo.js";
36
38
  export * from "./getdeploymentgroup.js";
@@ -59,6 +61,7 @@ export * from "./listbillingauditlog.js";
59
61
  export * from "./listcommanddeployments.js";
60
62
  export * from "./listcommandnames.js";
61
63
  export * from "./listcommands.js";
64
+ export * from "./listdebugsessions.js";
62
65
  export * from "./listdeploymentfilterdeploymentgroups.js";
63
66
  export * from "./listdeploymentfilterenvironments.js";
64
67
  export * from "./listdeploymentgroups.js";
@@ -80,6 +83,7 @@ export * from "./listresourceoverview.js";
80
83
  export * from "./listworkspacemembers.js";
81
84
  export * from "./listworkspaces.js";
82
85
  export * from "./pindeploymentrelease.js";
86
+ export * from "./plandeploymentcompute.js";
83
87
  export * from "./preparedeploymentstack.js";
84
88
  export * from "./provisionmanager.js";
85
89
  export * from "./rebuildpackages.js";
@@ -100,6 +104,7 @@ export * from "./syncreconcile.js";
100
104
  export * from "./syncrelease.js";
101
105
  export * from "./updateapikey.js";
102
106
  export * from "./updatecommand.js";
107
+ export * from "./updatedebugsession.js";
103
108
  export * from "./updatedeploymentenvironmentvariables.js";
104
109
  export * from "./updatedeploymentgroup.js";
105
110
  export * from "./updatemanager.js";
@@ -109,3 +114,4 @@ export * from "./updateprojectgcpoauthprovider.js";
109
114
  export * from "./updateuserprofile.js";
110
115
  export * from "./updateworkspace.js";
111
116
  export * from "./updateworkspacemember.js";
117
+ export * from "./whoami.js";
@@ -10,7 +10,7 @@ import * as models from "../index.js";
10
10
 
11
11
  export type ListAPIKeysRequest = {
12
12
  /**
13
- * Workspace name. Defaults to your last workspace (user auth) or your API key's workspace (token auth). When using an API key, if provided, must match the key's workspace.
13
+ * Workspace name. Required for user/session/OAuth requests. Optional for API keys because API keys are workspace-scoped; if provided with an API key, it must match the key's workspace.
14
14
  */
15
15
  workspace?: string | undefined;
16
16
  /**
@@ -10,7 +10,7 @@ import * as models from "../index.js";
10
10
 
11
11
  export type ListBillingAuditLogRequest = {
12
12
  /**
13
- * Workspace name. Defaults to your last workspace (user auth) or your API key's workspace (token auth). When using an API key, if provided, must match the key's workspace.
13
+ * Workspace name. Required for user/session/OAuth requests. Optional for API keys because API keys are workspace-scoped; if provided with an API key, it must match the key's workspace.
14
14
  */
15
15
  workspace?: string | undefined;
16
16
  limit?: number | undefined;
@@ -6,7 +6,7 @@ import * as z from "zod/v4";
6
6
 
7
7
  export type ListCommandDeploymentsRequest = {
8
8
  /**
9
- * Workspace name. Defaults to your last workspace (user auth) or your API key's workspace (token auth). When using an API key, if provided, must match the key's workspace.
9
+ * Workspace name. Required for user/session/OAuth requests. Optional for API keys because API keys are workspace-scoped; if provided with an API key, it must match the key's workspace.
10
10
  */
11
11
  workspace?: string | undefined;
12
12
  /**
@@ -6,7 +6,7 @@ import * as z from "zod/v4";
6
6
 
7
7
  export type ListCommandNamesRequest = {
8
8
  /**
9
- * Workspace name. Defaults to your last workspace (user auth) or your API key's workspace (token auth). When using an API key, if provided, must match the key's workspace.
9
+ * Workspace name. Required for user/session/OAuth requests. Optional for API keys because API keys are workspace-scoped; if provided with an API key, it must match the key's workspace.
10
10
  */
11
11
  workspace?: string | undefined;
12
12
  /**
@@ -33,7 +33,7 @@ export type ListCommandsInclude = ClosedEnum<typeof ListCommandsInclude>;
33
33
 
34
34
  export type ListCommandsRequest = {
35
35
  /**
36
- * Workspace name. Defaults to your last workspace (user auth) or your API key's workspace (token auth). When using an API key, if provided, must match the key's workspace.
36
+ * Workspace name. Required for user/session/OAuth requests. Optional for API keys because API keys are workspace-scoped; if provided with an API key, it must match the key's workspace.
37
37
  */
38
38
  workspace?: string | undefined;
39
39
  /**
@@ -0,0 +1,117 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+
5
+ import * as z from "zod/v4";
6
+ import { ClosedEnum } from "../../types/enums.js";
7
+ import * as models from "../index.js";
8
+
9
+ /**
10
+ * Filter by deployment model (push/pull). Joins against the parent deployment.
11
+ */
12
+ export const ListDebugSessionsMode = {
13
+ Push: "push",
14
+ Pull: "pull",
15
+ } as const;
16
+ /**
17
+ * Filter by deployment model (push/pull). Joins against the parent deployment.
18
+ */
19
+ export type ListDebugSessionsMode = ClosedEnum<typeof ListDebugSessionsMode>;
20
+
21
+ /**
22
+ * Filter by cloud provider. Joins against the parent deployment.
23
+ */
24
+ export const ListDebugSessionsProvider = {
25
+ Aws: "aws",
26
+ Gcp: "gcp",
27
+ Azure: "azure",
28
+ Kubernetes: "kubernetes",
29
+ Local: "local",
30
+ Test: "test",
31
+ } as const;
32
+ /**
33
+ * Filter by cloud provider. Joins against the parent deployment.
34
+ */
35
+ export type ListDebugSessionsProvider = ClosedEnum<
36
+ typeof ListDebugSessionsProvider
37
+ >;
38
+
39
+ export type ListDebugSessionsRequest = {
40
+ /**
41
+ * Workspace name. Required for user/session/OAuth requests. Optional for API keys because API keys are workspace-scoped; if provided with an API key, it must match the key's workspace.
42
+ */
43
+ workspace?: string | undefined;
44
+ /**
45
+ * Filter by project ID or name.
46
+ */
47
+ project?: string | undefined;
48
+ /**
49
+ * Filter by deployment ID
50
+ */
51
+ deploymentId?: string | undefined;
52
+ /**
53
+ * Filter by session state
54
+ */
55
+ state?: models.DebugSessionState | undefined;
56
+ /**
57
+ * Filter by deployment model (push/pull). Joins against the parent deployment.
58
+ */
59
+ mode?: ListDebugSessionsMode | undefined;
60
+ /**
61
+ * Filter by cloud provider. Joins against the parent deployment.
62
+ */
63
+ provider?: ListDebugSessionsProvider | undefined;
64
+ /**
65
+ * Maximum number of items to return per page
66
+ */
67
+ limit?: number | undefined;
68
+ /**
69
+ * Cursor for pagination - omit for first page
70
+ */
71
+ cursor?: string | undefined;
72
+ };
73
+
74
+ /** @internal */
75
+ export const ListDebugSessionsMode$outboundSchema: z.ZodEnum<
76
+ typeof ListDebugSessionsMode
77
+ > = z.enum(ListDebugSessionsMode);
78
+
79
+ /** @internal */
80
+ export const ListDebugSessionsProvider$outboundSchema: z.ZodEnum<
81
+ typeof ListDebugSessionsProvider
82
+ > = z.enum(ListDebugSessionsProvider);
83
+
84
+ /** @internal */
85
+ export type ListDebugSessionsRequest$Outbound = {
86
+ workspace?: string | undefined;
87
+ project?: string | undefined;
88
+ deploymentId?: string | undefined;
89
+ state?: string | undefined;
90
+ mode?: string | undefined;
91
+ provider?: string | undefined;
92
+ limit: number;
93
+ cursor?: string | undefined;
94
+ };
95
+
96
+ /** @internal */
97
+ export const ListDebugSessionsRequest$outboundSchema: z.ZodType<
98
+ ListDebugSessionsRequest$Outbound,
99
+ ListDebugSessionsRequest
100
+ > = z.object({
101
+ workspace: z.string().optional(),
102
+ project: z.string().optional(),
103
+ deploymentId: z.string().optional(),
104
+ state: models.DebugSessionState$outboundSchema.optional(),
105
+ mode: ListDebugSessionsMode$outboundSchema.optional(),
106
+ provider: ListDebugSessionsProvider$outboundSchema.optional(),
107
+ limit: z.int().default(20),
108
+ cursor: z.string().optional(),
109
+ });
110
+
111
+ export function listDebugSessionsRequestToJSON(
112
+ listDebugSessionsRequest: ListDebugSessionsRequest,
113
+ ): string {
114
+ return JSON.stringify(
115
+ ListDebugSessionsRequest$outboundSchema.parse(listDebugSessionsRequest),
116
+ );
117
+ }
@@ -9,7 +9,7 @@ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
9
9
 
10
10
  export type ListDeploymentFilterDeploymentGroupsRequest = {
11
11
  /**
12
- * Workspace name. Defaults to your last workspace (user auth) or your API key's workspace (token auth). When using an API key, if provided, must match the key's workspace.
12
+ * Workspace name. Required for user/session/OAuth requests. Optional for API keys because API keys are workspace-scoped; if provided with an API key, it must match the key's workspace.
13
13
  */
14
14
  workspace?: string | undefined;
15
15
  /**
@@ -10,7 +10,7 @@ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
10
10
 
11
11
  export type ListDeploymentFilterEnvironmentsRequest = {
12
12
  /**
13
- * Workspace name. Defaults to your last workspace (user auth) or your API key's workspace (token auth). When using an API key, if provided, must match the key's workspace.
13
+ * Workspace name. Required for user/session/OAuth requests. Optional for API keys because API keys are workspace-scoped; if provided with an API key, it must match the key's workspace.
14
14
  */
15
15
  workspace?: string | undefined;
16
16
  /**
@@ -17,7 +17,7 @@ export type ListDeploymentGroupsInclude = ClosedEnum<
17
17
 
18
18
  export type ListDeploymentGroupsRequest = {
19
19
  /**
20
- * Workspace name. Defaults to your last workspace (user auth) or your API key's workspace (token auth). When using an API key, if provided, must match the key's workspace.
20
+ * Workspace name. Required for user/session/OAuth requests. Optional for API keys because API keys are workspace-scoped; if provided with an API key, it must match the key's workspace.
21
21
  */
22
22
  workspace?: string | undefined;
23
23
  /**
@@ -71,12 +71,16 @@ export type ListDeploymentsRequest = {
71
71
  * Filter by deployment group ID or name
72
72
  */
73
73
  deploymentGroup?: string | undefined;
74
+ /**
75
+ * Filter by exact deployment name. Must be used with deploymentGroup.
76
+ */
77
+ name?: string | undefined;
74
78
  /**
75
79
  * Filter by manager ID
76
80
  */
77
81
  managerId?: string | undefined;
78
82
  /**
79
- * Workspace name. Defaults to your last workspace (user auth) or your API key's workspace (token auth). When using an API key, if provided, must match the key's workspace.
83
+ * Workspace name. Required for user/session/OAuth requests. Optional for API keys because API keys are workspace-scoped; if provided with an API key, it must match the key's workspace.
80
84
  */
81
85
  workspace?: string | undefined;
82
86
  /**
@@ -138,6 +142,7 @@ export const ListDeploymentsInclude$outboundSchema: z.ZodEnum<
138
142
  export type ListDeploymentsRequest$Outbound = {
139
143
  project?: string | undefined;
140
144
  deploymentGroup?: string | undefined;
145
+ name?: string | undefined;
141
146
  managerId?: string | undefined;
142
147
  workspace?: string | undefined;
143
148
  search?: string | undefined;
@@ -155,6 +160,7 @@ export const ListDeploymentsRequest$outboundSchema: z.ZodType<
155
160
  > = z.object({
156
161
  project: z.string().optional(),
157
162
  deploymentGroup: z.string().optional(),
163
+ name: z.string().optional(),
158
164
  managerId: z.string().optional(),
159
165
  workspace: z.string().optional(),
160
166
  search: z.string().optional(),
@@ -10,7 +10,7 @@ import * as models from "../index.js";
10
10
 
11
11
  export type ListDomainsRequest = {
12
12
  /**
13
- * Workspace name. Defaults to your last workspace (user auth) or your API key's workspace (token auth). When using an API key, if provided, must match the key's workspace.
13
+ * Workspace name. Required for user/session/OAuth requests. Optional for API keys because API keys are workspace-scoped; if provided with an API key, it must match the key's workspace.
14
14
  */
15
15
  workspace?: string | undefined;
16
16
  };
@@ -10,7 +10,7 @@ import * as models from "../index.js";
10
10
 
11
11
  export type ListEventsRequest = {
12
12
  /**
13
- * Workspace name. Defaults to your last workspace (user auth) or your API key's workspace (token auth). When using an API key, if provided, must match the key's workspace.
13
+ * Workspace name. Required for user/session/OAuth requests. Optional for API keys because API keys are workspace-scoped; if provided with an API key, it must match the key's workspace.
14
14
  */
15
15
  workspace?: string | undefined;
16
16
  /**