@daytonaio/api-client 0.143.0 → 0.145.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 (516) hide show
  1. package/package.json +1 -1
  2. package/src/api/admin-api.js +14 -22
  3. package/src/api/admin-api.js.map +1 -1
  4. package/src/api/api-keys-api.js +14 -28
  5. package/src/api/api-keys-api.js.map +1 -1
  6. package/src/api/audit-api.js +18 -17
  7. package/src/api/audit-api.js.map +1 -1
  8. package/src/api/config-api.js +1 -3
  9. package/src/api/config-api.js.map +1 -1
  10. package/src/api/docker-registry-api.js +19 -37
  11. package/src/api/docker-registry-api.js.map +1 -1
  12. package/src/api/health-api.js +2 -6
  13. package/src/api/health-api.js.map +1 -1
  14. package/src/api/jobs-api.js +8 -14
  15. package/src/api/jobs-api.js.map +1 -1
  16. package/src/api/object-storage-api.js +1 -3
  17. package/src/api/object-storage-api.js.map +1 -1
  18. package/src/api/organizations-api.js +130 -231
  19. package/src/api/organizations-api.js.map +1 -1
  20. package/src/api/preview-api.js +13 -21
  21. package/src/api/preview-api.js.map +1 -1
  22. package/src/api/regions-api.js +1 -3
  23. package/src/api/regions-api.js.map +1 -1
  24. package/src/api/runners-api.js +26 -48
  25. package/src/api/runners-api.js.map +1 -1
  26. package/src/api/sandbox-api.d.ts +3 -3
  27. package/src/api/sandbox-api.js +146 -241
  28. package/src/api/sandbox-api.js.map +1 -1
  29. package/src/api/snapshots-api.d.ts +2 -2
  30. package/src/api/snapshots-api.js +34 -63
  31. package/src/api/snapshots-api.js.map +1 -1
  32. package/src/api/toolbox-api.js +274 -490
  33. package/src/api/toolbox-api.js.map +1 -1
  34. package/src/api/users-api.js +15 -31
  35. package/src/api/users-api.js.map +1 -1
  36. package/src/api/volumes-api.js +15 -30
  37. package/src/api/volumes-api.js.map +1 -1
  38. package/src/api/webhooks-api.js +22 -42
  39. package/src/api/webhooks-api.js.map +1 -1
  40. package/src/api/workspace-api.js +53 -102
  41. package/src/api/workspace-api.js.map +1 -1
  42. package/src/api.js +12 -11
  43. package/src/api.js.map +1 -1
  44. package/src/base.js +7 -6
  45. package/src/base.js.map +1 -1
  46. package/src/common.d.ts +2 -2
  47. package/src/common.js +14 -14
  48. package/src/common.js.map +1 -1
  49. package/src/configuration.js.map +1 -1
  50. package/src/index.d.ts +3 -3
  51. package/src/index.js +12 -11
  52. package/src/index.js.map +1 -1
  53. package/src/models/account-provider.d.ts +2 -2
  54. package/src/models/account-provider.js +12 -0
  55. package/src/models/account-provider.js.map +1 -1
  56. package/src/models/admin-create-runner.d.ts +10 -10
  57. package/src/models/admin-create-runner.js +12 -0
  58. package/src/models/admin-create-runner.js.map +1 -1
  59. package/src/models/announcement.d.ts +2 -2
  60. package/src/models/announcement.js +12 -0
  61. package/src/models/announcement.js.map +1 -1
  62. package/src/models/api-key-list.d.ts +8 -8
  63. package/src/models/api-key-list.js +13 -1
  64. package/src/models/api-key-list.js.map +1 -1
  65. package/src/models/api-key-response.d.ts +6 -6
  66. package/src/models/api-key-response.js +13 -1
  67. package/src/models/api-key-response.js.map +1 -1
  68. package/src/models/audit-log.d.ts +14 -14
  69. package/src/models/audit-log.js +12 -0
  70. package/src/models/audit-log.js.map +1 -1
  71. package/src/models/build-info.d.ts +5 -5
  72. package/src/models/build-info.js +12 -0
  73. package/src/models/build-info.js.map +1 -1
  74. package/src/models/command.d.ts +3 -3
  75. package/src/models/command.js +12 -0
  76. package/src/models/command.js.map +1 -1
  77. package/src/models/completion-context.d.ts +2 -2
  78. package/src/models/completion-context.js +12 -0
  79. package/src/models/completion-context.js.map +1 -1
  80. package/src/models/completion-item.d.ts +7 -7
  81. package/src/models/completion-item.js +12 -0
  82. package/src/models/completion-item.js.map +1 -1
  83. package/src/models/completion-list.d.ts +2 -2
  84. package/src/models/compressed-screenshot-response.d.ts +3 -3
  85. package/src/models/compressed-screenshot-response.js +12 -0
  86. package/src/models/compressed-screenshot-response.js.map +1 -1
  87. package/src/models/computer-use-start-response.d.ts +2 -2
  88. package/src/models/computer-use-start-response.js +12 -0
  89. package/src/models/computer-use-start-response.js.map +1 -1
  90. package/src/models/computer-use-status-response.d.ts +2 -2
  91. package/src/models/computer-use-status-response.js +13 -1
  92. package/src/models/computer-use-status-response.js.map +1 -1
  93. package/src/models/computer-use-stop-response.d.ts +2 -2
  94. package/src/models/computer-use-stop-response.js +12 -0
  95. package/src/models/computer-use-stop-response.js.map +1 -1
  96. package/src/models/create-api-key.d.ts +5 -5
  97. package/src/models/create-api-key.js +13 -1
  98. package/src/models/create-api-key.js.map +1 -1
  99. package/src/models/create-build-info.d.ts +2 -2
  100. package/src/models/create-build-info.js +12 -0
  101. package/src/models/create-build-info.js.map +1 -1
  102. package/src/models/create-docker-registry.d.ts +8 -8
  103. package/src/models/create-docker-registry.js +13 -1
  104. package/src/models/create-docker-registry.js.map +1 -1
  105. package/src/models/create-linked-account.d.ts +2 -2
  106. package/src/models/create-linked-account.js +12 -0
  107. package/src/models/create-linked-account.js.map +1 -1
  108. package/src/models/create-organization-invitation.d.ts +5 -5
  109. package/src/models/create-organization-invitation.js +13 -1
  110. package/src/models/create-organization-invitation.js.map +1 -1
  111. package/src/models/create-organization-quota.d.ts +9 -9
  112. package/src/models/create-organization-quota.js +12 -0
  113. package/src/models/create-organization-quota.js.map +1 -1
  114. package/src/models/create-organization-role.d.ts +4 -4
  115. package/src/models/create-organization-role.js +13 -1
  116. package/src/models/create-organization-role.js.map +1 -1
  117. package/src/models/create-organization.d.ts +2 -2
  118. package/src/models/create-organization.js +12 -0
  119. package/src/models/create-organization.js.map +1 -1
  120. package/src/models/create-region-response.d.ts +5 -5
  121. package/src/models/create-region-response.js +12 -0
  122. package/src/models/create-region-response.js.map +1 -1
  123. package/src/models/create-region.d.ts +4 -4
  124. package/src/models/create-region.js +12 -0
  125. package/src/models/create-region.js.map +1 -1
  126. package/src/models/create-runner-response.d.ts +2 -2
  127. package/src/models/create-runner-response.js +12 -0
  128. package/src/models/create-runner-response.js.map +1 -1
  129. package/src/models/create-runner.d.ts +2 -2
  130. package/src/models/create-runner.js +12 -0
  131. package/src/models/create-runner.js.map +1 -1
  132. package/src/models/create-sandbox.d.ts +20 -20
  133. package/src/models/create-sandbox.js +1 -1
  134. package/src/models/create-sandbox.js.map +1 -1
  135. package/src/models/create-session-request.d.ts +1 -1
  136. package/src/models/create-session-request.js +12 -0
  137. package/src/models/create-session-request.js.map +1 -1
  138. package/src/models/create-snapshot.d.ts +10 -10
  139. package/src/models/create-user.d.ts +8 -8
  140. package/src/models/create-user.js +1 -1
  141. package/src/models/create-user.js.map +1 -1
  142. package/src/models/create-volume.d.ts +1 -1
  143. package/src/models/create-volume.js +12 -0
  144. package/src/models/create-volume.js.map +1 -1
  145. package/src/models/create-workspace.d.ts +17 -17
  146. package/src/models/create-workspace.js +2 -2
  147. package/src/models/create-workspace.js.map +1 -1
  148. package/src/models/daytona-configuration.d.ts +17 -17
  149. package/src/models/display-info-response.d.ts +1 -1
  150. package/src/models/display-info-response.js +12 -0
  151. package/src/models/display-info-response.js.map +1 -1
  152. package/src/models/docker-registry.d.ts +9 -9
  153. package/src/models/docker-registry.js +13 -1
  154. package/src/models/docker-registry.js.map +1 -1
  155. package/src/models/download-files.d.ts +1 -1
  156. package/src/models/download-files.js +12 -0
  157. package/src/models/download-files.js.map +1 -1
  158. package/src/models/execute-request.d.ts +3 -3
  159. package/src/models/execute-request.js +12 -0
  160. package/src/models/execute-request.js.map +1 -1
  161. package/src/models/execute-response.d.ts +2 -2
  162. package/src/models/execute-response.js +12 -0
  163. package/src/models/execute-response.js.map +1 -1
  164. package/src/models/file-info.d.ts +8 -8
  165. package/src/models/file-info.js +12 -0
  166. package/src/models/file-info.js.map +1 -1
  167. package/src/models/file-status.d.ts +4 -4
  168. package/src/models/file-status.js +12 -0
  169. package/src/models/file-status.js.map +1 -1
  170. package/src/models/git-add-request.d.ts +2 -2
  171. package/src/models/git-add-request.js +12 -0
  172. package/src/models/git-add-request.js.map +1 -1
  173. package/src/models/git-branch-request.d.ts +2 -2
  174. package/src/models/git-branch-request.js +12 -0
  175. package/src/models/git-branch-request.js.map +1 -1
  176. package/src/models/git-checkout-request.d.ts +2 -2
  177. package/src/models/git-checkout-request.js +12 -0
  178. package/src/models/git-checkout-request.js.map +1 -1
  179. package/src/models/git-clone-request.d.ts +6 -6
  180. package/src/models/git-clone-request.js +12 -0
  181. package/src/models/git-clone-request.js.map +1 -1
  182. package/src/models/git-commit-info.d.ts +5 -5
  183. package/src/models/git-commit-info.js +12 -0
  184. package/src/models/git-commit-info.js.map +1 -1
  185. package/src/models/git-commit-request.d.ts +5 -5
  186. package/src/models/git-commit-request.js +12 -0
  187. package/src/models/git-commit-request.js.map +1 -1
  188. package/src/models/git-commit-response.d.ts +1 -1
  189. package/src/models/git-commit-response.js +12 -0
  190. package/src/models/git-commit-response.js.map +1 -1
  191. package/src/models/git-delete-branch-request.d.ts +2 -2
  192. package/src/models/git-delete-branch-request.js +12 -0
  193. package/src/models/git-delete-branch-request.js.map +1 -1
  194. package/src/models/git-repo-request.d.ts +3 -3
  195. package/src/models/git-repo-request.js +12 -0
  196. package/src/models/git-repo-request.js.map +1 -1
  197. package/src/models/git-status.d.ts +5 -5
  198. package/src/models/health-controller-check200-response-info-value.d.ts +1 -1
  199. package/src/models/health-controller-check200-response-info-value.js +12 -0
  200. package/src/models/health-controller-check200-response-info-value.js.map +1 -1
  201. package/src/models/health-controller-check200-response.d.ts +4 -4
  202. package/src/models/health-controller-check503-response.d.ts +4 -4
  203. package/src/models/index.js.map +1 -1
  204. package/src/models/job-status.d.ts +1 -1
  205. package/src/models/job-status.js +4 -3
  206. package/src/models/job-status.js.map +1 -1
  207. package/src/models/job-type.d.ts +1 -1
  208. package/src/models/job-type.js +4 -3
  209. package/src/models/job-type.js.map +1 -1
  210. package/src/models/job.d.ts +11 -11
  211. package/src/models/job.js +1 -1
  212. package/src/models/job.js.map +1 -1
  213. package/src/models/keyboard-hotkey-request.d.ts +1 -1
  214. package/src/models/keyboard-hotkey-request.js +12 -0
  215. package/src/models/keyboard-hotkey-request.js.map +1 -1
  216. package/src/models/keyboard-press-request.d.ts +2 -2
  217. package/src/models/keyboard-press-request.js +12 -0
  218. package/src/models/keyboard-press-request.js.map +1 -1
  219. package/src/models/keyboard-type-request.d.ts +2 -2
  220. package/src/models/keyboard-type-request.js +12 -0
  221. package/src/models/keyboard-type-request.js.map +1 -1
  222. package/src/models/list-branch-response.d.ts +1 -1
  223. package/src/models/list-branch-response.js +12 -0
  224. package/src/models/list-branch-response.js.map +1 -1
  225. package/src/models/log-entry.d.ts +9 -9
  226. package/src/models/log-entry.js +12 -0
  227. package/src/models/log-entry.js.map +1 -1
  228. package/src/models/lsp-completion-params.d.ts +5 -5
  229. package/src/models/lsp-document-request.d.ts +3 -3
  230. package/src/models/lsp-document-request.js +12 -0
  231. package/src/models/lsp-document-request.js.map +1 -1
  232. package/src/models/lsp-location.d.ts +2 -2
  233. package/src/models/lsp-server-request.d.ts +2 -2
  234. package/src/models/lsp-server-request.js +12 -0
  235. package/src/models/lsp-server-request.js.map +1 -1
  236. package/src/models/lsp-symbol.d.ts +3 -3
  237. package/src/models/match.d.ts +3 -3
  238. package/src/models/match.js +12 -0
  239. package/src/models/match.js.map +1 -1
  240. package/src/models/metric-data-point.d.ts +2 -2
  241. package/src/models/metric-data-point.js +12 -0
  242. package/src/models/metric-data-point.js.map +1 -1
  243. package/src/models/metric-series.d.ts +2 -2
  244. package/src/models/metrics-response.d.ts +1 -1
  245. package/src/models/mouse-click-request.d.ts +4 -4
  246. package/src/models/mouse-click-request.js +12 -0
  247. package/src/models/mouse-click-request.js.map +1 -1
  248. package/src/models/mouse-click-response.d.ts +2 -2
  249. package/src/models/mouse-click-response.js +12 -0
  250. package/src/models/mouse-click-response.js.map +1 -1
  251. package/src/models/mouse-drag-request.d.ts +5 -5
  252. package/src/models/mouse-drag-request.js +12 -0
  253. package/src/models/mouse-drag-request.js.map +1 -1
  254. package/src/models/mouse-drag-response.d.ts +2 -2
  255. package/src/models/mouse-drag-response.js +12 -0
  256. package/src/models/mouse-drag-response.js.map +1 -1
  257. package/src/models/mouse-move-request.d.ts +2 -2
  258. package/src/models/mouse-move-request.js +12 -0
  259. package/src/models/mouse-move-request.js.map +1 -1
  260. package/src/models/mouse-move-response.d.ts +2 -2
  261. package/src/models/mouse-move-response.js +12 -0
  262. package/src/models/mouse-move-response.js.map +1 -1
  263. package/src/models/mouse-position.d.ts +2 -2
  264. package/src/models/mouse-position.js +12 -0
  265. package/src/models/mouse-position.js.map +1 -1
  266. package/src/models/mouse-scroll-request.d.ts +4 -4
  267. package/src/models/mouse-scroll-request.js +12 -0
  268. package/src/models/mouse-scroll-request.js.map +1 -1
  269. package/src/models/mouse-scroll-response.d.ts +1 -1
  270. package/src/models/mouse-scroll-response.js +12 -0
  271. package/src/models/mouse-scroll-response.js.map +1 -1
  272. package/src/models/oidc-config.d.ts +3 -3
  273. package/src/models/oidc-config.js +12 -0
  274. package/src/models/oidc-config.js.map +1 -1
  275. package/src/models/organization-invitation.d.ts +13 -13
  276. package/src/models/organization-invitation.js +2 -2
  277. package/src/models/organization-invitation.js.map +1 -1
  278. package/src/models/organization-role.d.ts +8 -8
  279. package/src/models/organization-role.js +13 -1
  280. package/src/models/organization-role.js.map +1 -1
  281. package/src/models/organization-sandbox-default-limited-network-egress.d.ts +1 -1
  282. package/src/models/organization-sandbox-default-limited-network-egress.js +12 -0
  283. package/src/models/organization-sandbox-default-limited-network-egress.js.map +1 -1
  284. package/src/models/organization-suspension.d.ts +3 -3
  285. package/src/models/organization-suspension.js +12 -0
  286. package/src/models/organization-suspension.js.map +1 -1
  287. package/src/models/organization-usage-overview.d.ts +5 -5
  288. package/src/models/organization-user.d.ts +9 -9
  289. package/src/models/organization-user.js +1 -1
  290. package/src/models/organization-user.js.map +1 -1
  291. package/src/models/organization.d.ts +23 -23
  292. package/src/models/organization.js +12 -0
  293. package/src/models/organization.js.map +1 -1
  294. package/src/models/otel-config.d.ts +2 -2
  295. package/src/models/otel-config.js +12 -0
  296. package/src/models/otel-config.js.map +1 -1
  297. package/src/models/paginated-audit-logs.d.ts +5 -5
  298. package/src/models/paginated-jobs.d.ts +4 -4
  299. package/src/models/paginated-logs.d.ts +4 -4
  300. package/src/models/paginated-sandboxes.d.ts +4 -4
  301. package/src/models/paginated-snapshots.d.ts +4 -4
  302. package/src/models/paginated-traces.d.ts +4 -4
  303. package/src/models/poll-jobs-response.d.ts +1 -1
  304. package/src/models/port-preview-url.d.ts +3 -3
  305. package/src/models/port-preview-url.js +12 -0
  306. package/src/models/port-preview-url.js.map +1 -1
  307. package/src/models/position.d.ts +2 -2
  308. package/src/models/position.js +12 -0
  309. package/src/models/position.js.map +1 -1
  310. package/src/models/posthog-config.d.ts +2 -2
  311. package/src/models/posthog-config.js +12 -0
  312. package/src/models/posthog-config.js.map +1 -1
  313. package/src/models/process-errors-response.d.ts +2 -2
  314. package/src/models/process-errors-response.js +12 -0
  315. package/src/models/process-errors-response.js.map +1 -1
  316. package/src/models/process-logs-response.d.ts +2 -2
  317. package/src/models/process-logs-response.js +12 -0
  318. package/src/models/process-logs-response.js.map +1 -1
  319. package/src/models/process-restart-response.d.ts +2 -2
  320. package/src/models/process-restart-response.js +12 -0
  321. package/src/models/process-restart-response.js.map +1 -1
  322. package/src/models/process-status-response.d.ts +2 -2
  323. package/src/models/process-status-response.js +12 -0
  324. package/src/models/process-status-response.js.map +1 -1
  325. package/src/models/project-dir-response.d.ts +1 -1
  326. package/src/models/project-dir-response.js +12 -0
  327. package/src/models/project-dir-response.js.map +1 -1
  328. package/src/models/pty-create-request.d.ts +6 -6
  329. package/src/models/pty-create-request.js +12 -0
  330. package/src/models/pty-create-request.js.map +1 -1
  331. package/src/models/pty-create-response.d.ts +1 -1
  332. package/src/models/pty-create-response.js +12 -0
  333. package/src/models/pty-create-response.js.map +1 -1
  334. package/src/models/pty-list-response.d.ts +1 -1
  335. package/src/models/pty-resize-request.d.ts +2 -2
  336. package/src/models/pty-resize-request.js +12 -0
  337. package/src/models/pty-resize-request.js.map +1 -1
  338. package/src/models/pty-session-info.d.ts +8 -8
  339. package/src/models/pty-session-info.js +12 -0
  340. package/src/models/pty-session-info.js.map +1 -1
  341. package/src/models/range.d.ts +2 -2
  342. package/src/models/rate-limit-config.d.ts +4 -4
  343. package/src/models/rate-limit-entry.d.ts +2 -2
  344. package/src/models/rate-limit-entry.js +12 -0
  345. package/src/models/rate-limit-entry.js.map +1 -1
  346. package/src/models/regenerate-api-key-response.d.ts +1 -1
  347. package/src/models/regenerate-api-key-response.js +12 -0
  348. package/src/models/regenerate-api-key-response.js.map +1 -1
  349. package/src/models/region-quota.d.ts +5 -5
  350. package/src/models/region-quota.js +12 -0
  351. package/src/models/region-quota.js.map +1 -1
  352. package/src/models/region-screenshot-response.d.ts +3 -3
  353. package/src/models/region-screenshot-response.js +12 -0
  354. package/src/models/region-screenshot-response.js.map +1 -1
  355. package/src/models/region-type.d.ts +1 -1
  356. package/src/models/region-type.js +4 -3
  357. package/src/models/region-type.js.map +1 -1
  358. package/src/models/region-usage-overview.d.ts +7 -7
  359. package/src/models/region-usage-overview.js +12 -0
  360. package/src/models/region-usage-overview.js.map +1 -1
  361. package/src/models/region.d.ts +9 -9
  362. package/src/models/registry-push-access-dto.d.ts +6 -6
  363. package/src/models/registry-push-access-dto.js +12 -0
  364. package/src/models/registry-push-access-dto.js.map +1 -1
  365. package/src/models/replace-request.d.ts +3 -3
  366. package/src/models/replace-request.js +12 -0
  367. package/src/models/replace-request.js.map +1 -1
  368. package/src/models/replace-result.d.ts +3 -3
  369. package/src/models/replace-result.js +12 -0
  370. package/src/models/replace-result.js.map +1 -1
  371. package/src/models/resize-sandbox.d.ts +3 -3
  372. package/src/models/resize-sandbox.js +12 -0
  373. package/src/models/resize-sandbox.js.map +1 -1
  374. package/src/models/runner-full.d.ts +31 -31
  375. package/src/models/runner-health-metrics.d.ts +12 -12
  376. package/src/models/runner-health-metrics.js +12 -0
  377. package/src/models/runner-health-metrics.js.map +1 -1
  378. package/src/models/runner-healthcheck.d.ts +5 -5
  379. package/src/models/runner-snapshot-dto.d.ts +3 -3
  380. package/src/models/runner-snapshot-dto.js +12 -0
  381. package/src/models/runner-snapshot-dto.js.map +1 -1
  382. package/src/models/runner-state.d.ts +1 -1
  383. package/src/models/runner-state.js +4 -3
  384. package/src/models/runner-state.js.map +1 -1
  385. package/src/models/runner.d.ts +29 -29
  386. package/src/models/sandbox-class.d.ts +1 -1
  387. package/src/models/sandbox-class.js +4 -3
  388. package/src/models/sandbox-class.js.map +1 -1
  389. package/src/models/sandbox-desired-state.d.ts +1 -1
  390. package/src/models/sandbox-desired-state.js +4 -3
  391. package/src/models/sandbox-desired-state.js.map +1 -1
  392. package/src/models/sandbox-info.d.ts +3 -3
  393. package/src/models/sandbox-info.js +12 -0
  394. package/src/models/sandbox-info.js.map +1 -1
  395. package/src/models/sandbox-labels.d.ts +1 -1
  396. package/src/models/sandbox-labels.js +12 -0
  397. package/src/models/sandbox-labels.js.map +1 -1
  398. package/src/models/sandbox-state.d.ts +1 -1
  399. package/src/models/sandbox-state.js +4 -3
  400. package/src/models/sandbox-state.js.map +1 -1
  401. package/src/models/sandbox-volume.d.ts +3 -3
  402. package/src/models/sandbox-volume.js +12 -0
  403. package/src/models/sandbox-volume.js.map +1 -1
  404. package/src/models/sandbox.d.ts +33 -33
  405. package/src/models/sandbox.js +2 -2
  406. package/src/models/sandbox.js.map +1 -1
  407. package/src/models/screenshot-response.d.ts +3 -3
  408. package/src/models/screenshot-response.js +12 -0
  409. package/src/models/screenshot-response.js.map +1 -1
  410. package/src/models/search-files-response.d.ts +1 -1
  411. package/src/models/search-files-response.js +12 -0
  412. package/src/models/search-files-response.js.map +1 -1
  413. package/src/models/send-webhook-dto.d.ts +3 -3
  414. package/src/models/send-webhook-dto.js +12 -0
  415. package/src/models/send-webhook-dto.js.map +1 -1
  416. package/src/models/session-execute-request.d.ts +3 -3
  417. package/src/models/session-execute-request.js +12 -0
  418. package/src/models/session-execute-request.js.map +1 -1
  419. package/src/models/session-execute-response.d.ts +3 -3
  420. package/src/models/session-execute-response.js +12 -0
  421. package/src/models/session-execute-response.js.map +1 -1
  422. package/src/models/session.d.ts +2 -2
  423. package/src/models/set-snapshot-general-status-dto.d.ts +1 -1
  424. package/src/models/set-snapshot-general-status-dto.js +12 -0
  425. package/src/models/set-snapshot-general-status-dto.js.map +1 -1
  426. package/src/models/signed-port-preview-url.d.ts +4 -4
  427. package/src/models/signed-port-preview-url.js +12 -0
  428. package/src/models/signed-port-preview-url.js.map +1 -1
  429. package/src/models/snapshot-dto.d.ts +20 -20
  430. package/src/models/snapshot-manager-credentials.d.ts +2 -2
  431. package/src/models/snapshot-manager-credentials.js +12 -0
  432. package/src/models/snapshot-manager-credentials.js.map +1 -1
  433. package/src/models/snapshot-state.d.ts +1 -1
  434. package/src/models/snapshot-state.js +4 -3
  435. package/src/models/snapshot-state.js.map +1 -1
  436. package/src/models/ssh-access-dto.d.ts +7 -7
  437. package/src/models/ssh-access-dto.js +12 -0
  438. package/src/models/ssh-access-dto.js.map +1 -1
  439. package/src/models/ssh-access-validation-dto.d.ts +2 -2
  440. package/src/models/ssh-access-validation-dto.js +12 -0
  441. package/src/models/ssh-access-validation-dto.js.map +1 -1
  442. package/src/models/storage-access-dto.d.ts +6 -6
  443. package/src/models/storage-access-dto.js +12 -0
  444. package/src/models/storage-access-dto.js.map +1 -1
  445. package/src/models/toolbox-proxy-url.d.ts +1 -1
  446. package/src/models/toolbox-proxy-url.js +12 -0
  447. package/src/models/toolbox-proxy-url.js.map +1 -1
  448. package/src/models/trace-span.d.ts +9 -9
  449. package/src/models/trace-span.js +12 -0
  450. package/src/models/trace-span.js.map +1 -1
  451. package/src/models/trace-summary.d.ts +7 -7
  452. package/src/models/trace-summary.js +12 -0
  453. package/src/models/trace-summary.js.map +1 -1
  454. package/src/models/update-docker-registry.d.ts +5 -5
  455. package/src/models/update-docker-registry.js +12 -0
  456. package/src/models/update-docker-registry.js.map +1 -1
  457. package/src/models/update-job-status.d.ts +3 -3
  458. package/src/models/update-organization-default-region.d.ts +1 -1
  459. package/src/models/update-organization-default-region.js +12 -0
  460. package/src/models/update-organization-default-region.js.map +1 -1
  461. package/src/models/update-organization-invitation.d.ts +4 -4
  462. package/src/models/update-organization-invitation.js +13 -1
  463. package/src/models/update-organization-invitation.js.map +1 -1
  464. package/src/models/update-organization-member-access.d.ts +3 -3
  465. package/src/models/update-organization-member-access.js +13 -1
  466. package/src/models/update-organization-member-access.js.map +1 -1
  467. package/src/models/update-organization-quota.d.ts +12 -12
  468. package/src/models/update-organization-quota.js +12 -0
  469. package/src/models/update-organization-quota.js.map +1 -1
  470. package/src/models/update-organization-region-quota.d.ts +3 -3
  471. package/src/models/update-organization-region-quota.js +12 -0
  472. package/src/models/update-organization-region-quota.js.map +1 -1
  473. package/src/models/update-organization-role.d.ts +4 -4
  474. package/src/models/update-organization-role.js +13 -1
  475. package/src/models/update-organization-role.js.map +1 -1
  476. package/src/models/update-region.d.ts +3 -3
  477. package/src/models/update-region.js +12 -0
  478. package/src/models/update-region.js.map +1 -1
  479. package/src/models/update-sandbox-state-dto.d.ts +4 -4
  480. package/src/models/update-sandbox-state-dto.js +13 -1
  481. package/src/models/update-sandbox-state-dto.js.map +1 -1
  482. package/src/models/url.d.ts +1 -1
  483. package/src/models/url.js +12 -0
  484. package/src/models/url.js.map +1 -1
  485. package/src/models/user-home-dir-response.d.ts +1 -1
  486. package/src/models/user-home-dir-response.js +12 -0
  487. package/src/models/user-home-dir-response.js.map +1 -1
  488. package/src/models/user-public-key.d.ts +2 -2
  489. package/src/models/user-public-key.js +12 -0
  490. package/src/models/user-public-key.js.map +1 -1
  491. package/src/models/user.d.ts +5 -5
  492. package/src/models/volume-dto.d.ts +8 -8
  493. package/src/models/volume-state.d.ts +1 -1
  494. package/src/models/volume-state.js +4 -3
  495. package/src/models/volume-state.js.map +1 -1
  496. package/src/models/webhook-app-portal-access.d.ts +1 -1
  497. package/src/models/webhook-app-portal-access.js +12 -0
  498. package/src/models/webhook-app-portal-access.js.map +1 -1
  499. package/src/models/webhook-controller-get-status200-response.d.ts +1 -1
  500. package/src/models/webhook-controller-get-status200-response.js +12 -0
  501. package/src/models/webhook-controller-get-status200-response.js.map +1 -1
  502. package/src/models/webhook-initialization-status.d.ts +6 -6
  503. package/src/models/webhook-initialization-status.js +12 -0
  504. package/src/models/webhook-initialization-status.js.map +1 -1
  505. package/src/models/windows-response.d.ts +2 -2
  506. package/src/models/windows-response.js +12 -0
  507. package/src/models/windows-response.js.map +1 -1
  508. package/src/models/work-dir-response.d.ts +1 -1
  509. package/src/models/work-dir-response.js +12 -0
  510. package/src/models/work-dir-response.js.map +1 -1
  511. package/src/models/workspace-port-preview-url.d.ts +2 -2
  512. package/src/models/workspace-port-preview-url.js +12 -0
  513. package/src/models/workspace-port-preview-url.js.map +1 -1
  514. package/src/models/workspace.d.ts +38 -38
  515. package/src/models/workspace.js +3 -3
  516. package/src/models/workspace.js.map +1 -1
@@ -41,7 +41,8 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
41
41
  (0, common_1.assertParamExists)('clickMouseDeprecated', 'sandboxId', sandboxId);
42
42
  // verify required parameter 'mouseClickRequest' is not null or undefined
43
43
  (0, common_1.assertParamExists)('clickMouseDeprecated', 'mouseClickRequest', mouseClickRequest);
44
- const localVarPath = `/toolbox/{sandboxId}/toolbox/computeruse/mouse/click`.replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)));
44
+ const localVarPath = `/toolbox/{sandboxId}/toolbox/computeruse/mouse/click`
45
+ .replace(`{${"sandboxId"}}`, encodeURIComponent(String(sandboxId)));
45
46
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
46
47
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
47
48
  let baseOptions;
@@ -86,7 +87,8 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
86
87
  (0, common_1.assertParamExists)('createFolderDeprecated', 'path', path);
87
88
  // verify required parameter 'mode' is not null or undefined
88
89
  (0, common_1.assertParamExists)('createFolderDeprecated', 'mode', mode);
89
- const localVarPath = `/toolbox/{sandboxId}/toolbox/files/folder`.replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)));
90
+ const localVarPath = `/toolbox/{sandboxId}/toolbox/files/folder`
91
+ .replace(`{${"sandboxId"}}`, encodeURIComponent(String(sandboxId)));
90
92
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
91
93
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
92
94
  let baseOptions;
@@ -132,7 +134,8 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
132
134
  (0, common_1.assertParamExists)('createPTYSessionDeprecated', 'sandboxId', sandboxId);
133
135
  // verify required parameter 'ptyCreateRequest' is not null or undefined
134
136
  (0, common_1.assertParamExists)('createPTYSessionDeprecated', 'ptyCreateRequest', ptyCreateRequest);
135
- const localVarPath = `/toolbox/{sandboxId}/toolbox/process/pty`.replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)));
137
+ const localVarPath = `/toolbox/{sandboxId}/toolbox/process/pty`
138
+ .replace(`{${"sandboxId"}}`, encodeURIComponent(String(sandboxId)));
136
139
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
137
140
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
138
141
  let baseOptions;
@@ -174,7 +177,8 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
174
177
  (0, common_1.assertParamExists)('createSessionDeprecated', 'sandboxId', sandboxId);
175
178
  // verify required parameter 'createSessionRequest' is not null or undefined
176
179
  (0, common_1.assertParamExists)('createSessionDeprecated', 'createSessionRequest', createSessionRequest);
177
- const localVarPath = `/toolbox/{sandboxId}/toolbox/process/session`.replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)));
180
+ const localVarPath = `/toolbox/{sandboxId}/toolbox/process/session`
181
+ .replace(`{${"sandboxId"}}`, encodeURIComponent(String(sandboxId)));
178
182
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
179
183
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
180
184
  let baseOptions;
@@ -217,7 +221,8 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
217
221
  (0, common_1.assertParamExists)('deleteFileDeprecated', 'sandboxId', sandboxId);
218
222
  // verify required parameter 'path' is not null or undefined
219
223
  (0, common_1.assertParamExists)('deleteFileDeprecated', 'path', path);
220
- const localVarPath = `/toolbox/{sandboxId}/toolbox/files`.replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)));
224
+ const localVarPath = `/toolbox/{sandboxId}/toolbox/files`
225
+ .replace(`{${"sandboxId"}}`, encodeURIComponent(String(sandboxId)));
221
226
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
222
227
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
223
228
  let baseOptions;
@@ -264,8 +269,8 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
264
269
  // verify required parameter 'sessionId' is not null or undefined
265
270
  (0, common_1.assertParamExists)('deletePTYSessionDeprecated', 'sessionId', sessionId);
266
271
  const localVarPath = `/toolbox/{sandboxId}/toolbox/process/pty/{sessionId}`
267
- .replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)))
268
- .replace(`{${'sessionId'}}`, encodeURIComponent(String(sessionId)));
272
+ .replace(`{${"sandboxId"}}`, encodeURIComponent(String(sandboxId)))
273
+ .replace(`{${"sessionId"}}`, encodeURIComponent(String(sessionId)));
269
274
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
270
275
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
271
276
  let baseOptions;
@@ -306,8 +311,8 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
306
311
  // verify required parameter 'sessionId' is not null or undefined
307
312
  (0, common_1.assertParamExists)('deleteSessionDeprecated', 'sessionId', sessionId);
308
313
  const localVarPath = `/toolbox/{sandboxId}/toolbox/process/session/{sessionId}`
309
- .replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)))
310
- .replace(`{${'sessionId'}}`, encodeURIComponent(String(sessionId)));
314
+ .replace(`{${"sandboxId"}}`, encodeURIComponent(String(sandboxId)))
315
+ .replace(`{${"sessionId"}}`, encodeURIComponent(String(sessionId)));
311
316
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
312
317
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
313
318
  let baseOptions;
@@ -347,7 +352,8 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
347
352
  (0, common_1.assertParamExists)('downloadFileDeprecated', 'sandboxId', sandboxId);
348
353
  // verify required parameter 'path' is not null or undefined
349
354
  (0, common_1.assertParamExists)('downloadFileDeprecated', 'path', path);
350
- const localVarPath = `/toolbox/{sandboxId}/toolbox/files/download`.replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)));
355
+ const localVarPath = `/toolbox/{sandboxId}/toolbox/files/download`
356
+ .replace(`{${"sandboxId"}}`, encodeURIComponent(String(sandboxId)));
351
357
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
352
358
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
353
359
  let baseOptions;
@@ -390,7 +396,8 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
390
396
  (0, common_1.assertParamExists)('downloadFilesDeprecated', 'sandboxId', sandboxId);
391
397
  // verify required parameter 'downloadFiles' is not null or undefined
392
398
  (0, common_1.assertParamExists)('downloadFilesDeprecated', 'downloadFiles', downloadFiles);
393
- const localVarPath = `/toolbox/{sandboxId}/toolbox/files/bulk-download`.replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)));
399
+ const localVarPath = `/toolbox/{sandboxId}/toolbox/files/bulk-download`
400
+ .replace(`{${"sandboxId"}}`, encodeURIComponent(String(sandboxId)));
394
401
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
395
402
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
396
403
  let baseOptions;
@@ -432,7 +439,8 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
432
439
  (0, common_1.assertParamExists)('dragMouseDeprecated', 'sandboxId', sandboxId);
433
440
  // verify required parameter 'mouseDragRequest' is not null or undefined
434
441
  (0, common_1.assertParamExists)('dragMouseDeprecated', 'mouseDragRequest', mouseDragRequest);
435
- const localVarPath = `/toolbox/{sandboxId}/toolbox/computeruse/mouse/drag`.replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)));
442
+ const localVarPath = `/toolbox/{sandboxId}/toolbox/computeruse/mouse/drag`
443
+ .replace(`{${"sandboxId"}}`, encodeURIComponent(String(sandboxId)));
436
444
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
437
445
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
438
446
  let baseOptions;
@@ -474,7 +482,8 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
474
482
  (0, common_1.assertParamExists)('executeCommandDeprecated', 'sandboxId', sandboxId);
475
483
  // verify required parameter 'executeRequest' is not null or undefined
476
484
  (0, common_1.assertParamExists)('executeCommandDeprecated', 'executeRequest', executeRequest);
477
- const localVarPath = `/toolbox/{sandboxId}/toolbox/process/execute`.replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)));
485
+ const localVarPath = `/toolbox/{sandboxId}/toolbox/process/execute`
486
+ .replace(`{${"sandboxId"}}`, encodeURIComponent(String(sandboxId)));
478
487
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
479
488
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
480
489
  let baseOptions;
@@ -520,8 +529,8 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
520
529
  // verify required parameter 'sessionExecuteRequest' is not null or undefined
521
530
  (0, common_1.assertParamExists)('executeSessionCommandDeprecated', 'sessionExecuteRequest', sessionExecuteRequest);
522
531
  const localVarPath = `/toolbox/{sandboxId}/toolbox/process/session/{sessionId}/exec`
523
- .replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)))
524
- .replace(`{${'sessionId'}}`, encodeURIComponent(String(sessionId)));
532
+ .replace(`{${"sandboxId"}}`, encodeURIComponent(String(sandboxId)))
533
+ .replace(`{${"sessionId"}}`, encodeURIComponent(String(sessionId)));
525
534
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
526
535
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
527
536
  let baseOptions;
@@ -566,7 +575,8 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
566
575
  (0, common_1.assertParamExists)('findInFilesDeprecated', 'path', path);
567
576
  // verify required parameter 'pattern' is not null or undefined
568
577
  (0, common_1.assertParamExists)('findInFilesDeprecated', 'pattern', pattern);
569
- const localVarPath = `/toolbox/{sandboxId}/toolbox/files/find`.replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)));
578
+ const localVarPath = `/toolbox/{sandboxId}/toolbox/files/find`
579
+ .replace(`{${"sandboxId"}}`, encodeURIComponent(String(sandboxId)));
570
580
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
571
581
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
572
582
  let baseOptions;
@@ -609,7 +619,8 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
609
619
  getComputerUseStatusDeprecated: async (sandboxId, xDaytonaOrganizationID, options = {}) => {
610
620
  // verify required parameter 'sandboxId' is not null or undefined
611
621
  (0, common_1.assertParamExists)('getComputerUseStatusDeprecated', 'sandboxId', sandboxId);
612
- const localVarPath = `/toolbox/{sandboxId}/toolbox/computeruse/status`.replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)));
622
+ const localVarPath = `/toolbox/{sandboxId}/toolbox/computeruse/status`
623
+ .replace(`{${"sandboxId"}}`, encodeURIComponent(String(sandboxId)));
613
624
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
614
625
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
615
626
  let baseOptions;
@@ -646,7 +657,8 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
646
657
  getDisplayInfoDeprecated: async (sandboxId, xDaytonaOrganizationID, options = {}) => {
647
658
  // verify required parameter 'sandboxId' is not null or undefined
648
659
  (0, common_1.assertParamExists)('getDisplayInfoDeprecated', 'sandboxId', sandboxId);
649
- const localVarPath = `/toolbox/{sandboxId}/toolbox/computeruse/display/info`.replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)));
660
+ const localVarPath = `/toolbox/{sandboxId}/toolbox/computeruse/display/info`
661
+ .replace(`{${"sandboxId"}}`, encodeURIComponent(String(sandboxId)));
650
662
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
651
663
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
652
664
  let baseOptions;
@@ -686,7 +698,8 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
686
698
  (0, common_1.assertParamExists)('getFileInfoDeprecated', 'sandboxId', sandboxId);
687
699
  // verify required parameter 'path' is not null or undefined
688
700
  (0, common_1.assertParamExists)('getFileInfoDeprecated', 'path', path);
689
- const localVarPath = `/toolbox/{sandboxId}/toolbox/files/info`.replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)));
701
+ const localVarPath = `/toolbox/{sandboxId}/toolbox/files/info`
702
+ .replace(`{${"sandboxId"}}`, encodeURIComponent(String(sandboxId)));
690
703
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
691
704
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
692
705
  let baseOptions;
@@ -726,7 +739,8 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
726
739
  getMousePositionDeprecated: async (sandboxId, xDaytonaOrganizationID, options = {}) => {
727
740
  // verify required parameter 'sandboxId' is not null or undefined
728
741
  (0, common_1.assertParamExists)('getMousePositionDeprecated', 'sandboxId', sandboxId);
729
- const localVarPath = `/toolbox/{sandboxId}/toolbox/computeruse/mouse/position`.replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)));
742
+ const localVarPath = `/toolbox/{sandboxId}/toolbox/computeruse/mouse/position`
743
+ .replace(`{${"sandboxId"}}`, encodeURIComponent(String(sandboxId)));
730
744
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
731
745
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
732
746
  let baseOptions;
@@ -767,8 +781,8 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
767
781
  // verify required parameter 'sessionId' is not null or undefined
768
782
  (0, common_1.assertParamExists)('getPTYSessionDeprecated', 'sessionId', sessionId);
769
783
  const localVarPath = `/toolbox/{sandboxId}/toolbox/process/pty/{sessionId}`
770
- .replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)))
771
- .replace(`{${'sessionId'}}`, encodeURIComponent(String(sessionId)));
784
+ .replace(`{${"sandboxId"}}`, encodeURIComponent(String(sandboxId)))
785
+ .replace(`{${"sessionId"}}`, encodeURIComponent(String(sessionId)));
772
786
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
773
787
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
774
788
  let baseOptions;
@@ -809,8 +823,8 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
809
823
  // verify required parameter 'sandboxId' is not null or undefined
810
824
  (0, common_1.assertParamExists)('getProcessErrorsDeprecated', 'sandboxId', sandboxId);
811
825
  const localVarPath = `/toolbox/{sandboxId}/toolbox/computeruse/process/{processName}/errors`
812
- .replace(`{${'processName'}}`, encodeURIComponent(String(processName)))
813
- .replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)));
826
+ .replace(`{${"processName"}}`, encodeURIComponent(String(processName)))
827
+ .replace(`{${"sandboxId"}}`, encodeURIComponent(String(sandboxId)));
814
828
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
815
829
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
816
830
  let baseOptions;
@@ -851,8 +865,8 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
851
865
  // verify required parameter 'sandboxId' is not null or undefined
852
866
  (0, common_1.assertParamExists)('getProcessLogsDeprecated', 'sandboxId', sandboxId);
853
867
  const localVarPath = `/toolbox/{sandboxId}/toolbox/computeruse/process/{processName}/logs`
854
- .replace(`{${'processName'}}`, encodeURIComponent(String(processName)))
855
- .replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)));
868
+ .replace(`{${"processName"}}`, encodeURIComponent(String(processName)))
869
+ .replace(`{${"sandboxId"}}`, encodeURIComponent(String(sandboxId)));
856
870
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
857
871
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
858
872
  let baseOptions;
@@ -893,8 +907,8 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
893
907
  // verify required parameter 'sandboxId' is not null or undefined
894
908
  (0, common_1.assertParamExists)('getProcessStatusDeprecated', 'sandboxId', sandboxId);
895
909
  const localVarPath = `/toolbox/{sandboxId}/toolbox/computeruse/process/{processName}/status`
896
- .replace(`{${'processName'}}`, encodeURIComponent(String(processName)))
897
- .replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)));
910
+ .replace(`{${"processName"}}`, encodeURIComponent(String(processName)))
911
+ .replace(`{${"sandboxId"}}`, encodeURIComponent(String(sandboxId)));
898
912
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
899
913
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
900
914
  let baseOptions;
@@ -931,7 +945,8 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
931
945
  getProjectDirDeprecated: async (sandboxId, xDaytonaOrganizationID, options = {}) => {
932
946
  // verify required parameter 'sandboxId' is not null or undefined
933
947
  (0, common_1.assertParamExists)('getProjectDirDeprecated', 'sandboxId', sandboxId);
934
- const localVarPath = `/toolbox/{sandboxId}/toolbox/project-dir`.replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)));
948
+ const localVarPath = `/toolbox/{sandboxId}/toolbox/project-dir`
949
+ .replace(`{${"sandboxId"}}`, encodeURIComponent(String(sandboxId)));
935
950
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
936
951
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
937
952
  let baseOptions;
@@ -975,9 +990,9 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
975
990
  // verify required parameter 'commandId' is not null or undefined
976
991
  (0, common_1.assertParamExists)('getSessionCommandDeprecated', 'commandId', commandId);
977
992
  const localVarPath = `/toolbox/{sandboxId}/toolbox/process/session/{sessionId}/command/{commandId}`
978
- .replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)))
979
- .replace(`{${'sessionId'}}`, encodeURIComponent(String(sessionId)))
980
- .replace(`{${'commandId'}}`, encodeURIComponent(String(commandId)));
993
+ .replace(`{${"sandboxId"}}`, encodeURIComponent(String(sandboxId)))
994
+ .replace(`{${"sessionId"}}`, encodeURIComponent(String(sessionId)))
995
+ .replace(`{${"commandId"}}`, encodeURIComponent(String(commandId)));
981
996
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
982
997
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
983
998
  let baseOptions;
@@ -1022,9 +1037,9 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
1022
1037
  // verify required parameter 'commandId' is not null or undefined
1023
1038
  (0, common_1.assertParamExists)('getSessionCommandLogsDeprecated', 'commandId', commandId);
1024
1039
  const localVarPath = `/toolbox/{sandboxId}/toolbox/process/session/{sessionId}/command/{commandId}/logs`
1025
- .replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)))
1026
- .replace(`{${'sessionId'}}`, encodeURIComponent(String(sessionId)))
1027
- .replace(`{${'commandId'}}`, encodeURIComponent(String(commandId)));
1040
+ .replace(`{${"sandboxId"}}`, encodeURIComponent(String(sandboxId)))
1041
+ .replace(`{${"sessionId"}}`, encodeURIComponent(String(sessionId)))
1042
+ .replace(`{${"commandId"}}`, encodeURIComponent(String(commandId)));
1028
1043
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1029
1044
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
1030
1045
  let baseOptions;
@@ -1068,8 +1083,8 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
1068
1083
  // verify required parameter 'sessionId' is not null or undefined
1069
1084
  (0, common_1.assertParamExists)('getSessionDeprecated', 'sessionId', sessionId);
1070
1085
  const localVarPath = `/toolbox/{sandboxId}/toolbox/process/session/{sessionId}`
1071
- .replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)))
1072
- .replace(`{${'sessionId'}}`, encodeURIComponent(String(sessionId)));
1086
+ .replace(`{${"sandboxId"}}`, encodeURIComponent(String(sandboxId)))
1087
+ .replace(`{${"sessionId"}}`, encodeURIComponent(String(sessionId)));
1073
1088
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1074
1089
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
1075
1090
  let baseOptions;
@@ -1106,7 +1121,8 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
1106
1121
  getUserHomeDirDeprecated: async (sandboxId, xDaytonaOrganizationID, options = {}) => {
1107
1122
  // verify required parameter 'sandboxId' is not null or undefined
1108
1123
  (0, common_1.assertParamExists)('getUserHomeDirDeprecated', 'sandboxId', sandboxId);
1109
- const localVarPath = `/toolbox/{sandboxId}/toolbox/user-home-dir`.replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)));
1124
+ const localVarPath = `/toolbox/{sandboxId}/toolbox/user-home-dir`
1125
+ .replace(`{${"sandboxId"}}`, encodeURIComponent(String(sandboxId)));
1110
1126
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1111
1127
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
1112
1128
  let baseOptions;
@@ -1143,7 +1159,8 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
1143
1159
  getWindowsDeprecated: async (sandboxId, xDaytonaOrganizationID, options = {}) => {
1144
1160
  // verify required parameter 'sandboxId' is not null or undefined
1145
1161
  (0, common_1.assertParamExists)('getWindowsDeprecated', 'sandboxId', sandboxId);
1146
- const localVarPath = `/toolbox/{sandboxId}/toolbox/computeruse/display/windows`.replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)));
1162
+ const localVarPath = `/toolbox/{sandboxId}/toolbox/computeruse/display/windows`
1163
+ .replace(`{${"sandboxId"}}`, encodeURIComponent(String(sandboxId)));
1147
1164
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1148
1165
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
1149
1166
  let baseOptions;
@@ -1180,7 +1197,8 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
1180
1197
  getWorkDirDeprecated: async (sandboxId, xDaytonaOrganizationID, options = {}) => {
1181
1198
  // verify required parameter 'sandboxId' is not null or undefined
1182
1199
  (0, common_1.assertParamExists)('getWorkDirDeprecated', 'sandboxId', sandboxId);
1183
- const localVarPath = `/toolbox/{sandboxId}/toolbox/work-dir`.replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)));
1200
+ const localVarPath = `/toolbox/{sandboxId}/toolbox/work-dir`
1201
+ .replace(`{${"sandboxId"}}`, encodeURIComponent(String(sandboxId)));
1184
1202
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1185
1203
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
1186
1204
  let baseOptions;
@@ -1220,7 +1238,8 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
1220
1238
  (0, common_1.assertParamExists)('gitAddFilesDeprecated', 'sandboxId', sandboxId);
1221
1239
  // verify required parameter 'gitAddRequest' is not null or undefined
1222
1240
  (0, common_1.assertParamExists)('gitAddFilesDeprecated', 'gitAddRequest', gitAddRequest);
1223
- const localVarPath = `/toolbox/{sandboxId}/toolbox/git/add`.replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)));
1241
+ const localVarPath = `/toolbox/{sandboxId}/toolbox/git/add`
1242
+ .replace(`{${"sandboxId"}}`, encodeURIComponent(String(sandboxId)));
1224
1243
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1225
1244
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
1226
1245
  let baseOptions;
@@ -1262,7 +1281,8 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
1262
1281
  (0, common_1.assertParamExists)('gitCheckoutBranchDeprecated', 'sandboxId', sandboxId);
1263
1282
  // verify required parameter 'gitCheckoutRequest' is not null or undefined
1264
1283
  (0, common_1.assertParamExists)('gitCheckoutBranchDeprecated', 'gitCheckoutRequest', gitCheckoutRequest);
1265
- const localVarPath = `/toolbox/{sandboxId}/toolbox/git/checkout`.replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)));
1284
+ const localVarPath = `/toolbox/{sandboxId}/toolbox/git/checkout`
1285
+ .replace(`{${"sandboxId"}}`, encodeURIComponent(String(sandboxId)));
1266
1286
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1267
1287
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
1268
1288
  let baseOptions;
@@ -1304,7 +1324,8 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
1304
1324
  (0, common_1.assertParamExists)('gitCloneRepositoryDeprecated', 'sandboxId', sandboxId);
1305
1325
  // verify required parameter 'gitCloneRequest' is not null or undefined
1306
1326
  (0, common_1.assertParamExists)('gitCloneRepositoryDeprecated', 'gitCloneRequest', gitCloneRequest);
1307
- const localVarPath = `/toolbox/{sandboxId}/toolbox/git/clone`.replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)));
1327
+ const localVarPath = `/toolbox/{sandboxId}/toolbox/git/clone`
1328
+ .replace(`{${"sandboxId"}}`, encodeURIComponent(String(sandboxId)));
1308
1329
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1309
1330
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
1310
1331
  let baseOptions;
@@ -1346,7 +1367,8 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
1346
1367
  (0, common_1.assertParamExists)('gitCommitChangesDeprecated', 'sandboxId', sandboxId);
1347
1368
  // verify required parameter 'gitCommitRequest' is not null or undefined
1348
1369
  (0, common_1.assertParamExists)('gitCommitChangesDeprecated', 'gitCommitRequest', gitCommitRequest);
1349
- const localVarPath = `/toolbox/{sandboxId}/toolbox/git/commit`.replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)));
1370
+ const localVarPath = `/toolbox/{sandboxId}/toolbox/git/commit`
1371
+ .replace(`{${"sandboxId"}}`, encodeURIComponent(String(sandboxId)));
1350
1372
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1351
1373
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
1352
1374
  let baseOptions;
@@ -1388,7 +1410,8 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
1388
1410
  (0, common_1.assertParamExists)('gitCreateBranchDeprecated', 'sandboxId', sandboxId);
1389
1411
  // verify required parameter 'gitBranchRequest' is not null or undefined
1390
1412
  (0, common_1.assertParamExists)('gitCreateBranchDeprecated', 'gitBranchRequest', gitBranchRequest);
1391
- const localVarPath = `/toolbox/{sandboxId}/toolbox/git/branches`.replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)));
1413
+ const localVarPath = `/toolbox/{sandboxId}/toolbox/git/branches`
1414
+ .replace(`{${"sandboxId"}}`, encodeURIComponent(String(sandboxId)));
1392
1415
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1393
1416
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
1394
1417
  let baseOptions;
@@ -1430,7 +1453,8 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
1430
1453
  (0, common_1.assertParamExists)('gitDeleteBranchDeprecated', 'sandboxId', sandboxId);
1431
1454
  // verify required parameter 'gitDeleteBranchRequest' is not null or undefined
1432
1455
  (0, common_1.assertParamExists)('gitDeleteBranchDeprecated', 'gitDeleteBranchRequest', gitDeleteBranchRequest);
1433
- const localVarPath = `/toolbox/{sandboxId}/toolbox/git/branches`.replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)));
1456
+ const localVarPath = `/toolbox/{sandboxId}/toolbox/git/branches`
1457
+ .replace(`{${"sandboxId"}}`, encodeURIComponent(String(sandboxId)));
1434
1458
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1435
1459
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
1436
1460
  let baseOptions;
@@ -1472,7 +1496,8 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
1472
1496
  (0, common_1.assertParamExists)('gitGetHistoryDeprecated', 'sandboxId', sandboxId);
1473
1497
  // verify required parameter 'path' is not null or undefined
1474
1498
  (0, common_1.assertParamExists)('gitGetHistoryDeprecated', 'path', path);
1475
- const localVarPath = `/toolbox/{sandboxId}/toolbox/git/history`.replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)));
1499
+ const localVarPath = `/toolbox/{sandboxId}/toolbox/git/history`
1500
+ .replace(`{${"sandboxId"}}`, encodeURIComponent(String(sandboxId)));
1476
1501
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1477
1502
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
1478
1503
  let baseOptions;
@@ -1515,7 +1540,8 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
1515
1540
  (0, common_1.assertParamExists)('gitGetStatusDeprecated', 'sandboxId', sandboxId);
1516
1541
  // verify required parameter 'path' is not null or undefined
1517
1542
  (0, common_1.assertParamExists)('gitGetStatusDeprecated', 'path', path);
1518
- const localVarPath = `/toolbox/{sandboxId}/toolbox/git/status`.replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)));
1543
+ const localVarPath = `/toolbox/{sandboxId}/toolbox/git/status`
1544
+ .replace(`{${"sandboxId"}}`, encodeURIComponent(String(sandboxId)));
1519
1545
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1520
1546
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
1521
1547
  let baseOptions;
@@ -1558,7 +1584,8 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
1558
1584
  (0, common_1.assertParamExists)('gitListBranchesDeprecated', 'sandboxId', sandboxId);
1559
1585
  // verify required parameter 'path' is not null or undefined
1560
1586
  (0, common_1.assertParamExists)('gitListBranchesDeprecated', 'path', path);
1561
- const localVarPath = `/toolbox/{sandboxId}/toolbox/git/branches`.replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)));
1587
+ const localVarPath = `/toolbox/{sandboxId}/toolbox/git/branches`
1588
+ .replace(`{${"sandboxId"}}`, encodeURIComponent(String(sandboxId)));
1562
1589
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1563
1590
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
1564
1591
  let baseOptions;
@@ -1601,7 +1628,8 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
1601
1628
  (0, common_1.assertParamExists)('gitPullChangesDeprecated', 'sandboxId', sandboxId);
1602
1629
  // verify required parameter 'gitRepoRequest' is not null or undefined
1603
1630
  (0, common_1.assertParamExists)('gitPullChangesDeprecated', 'gitRepoRequest', gitRepoRequest);
1604
- const localVarPath = `/toolbox/{sandboxId}/toolbox/git/pull`.replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)));
1631
+ const localVarPath = `/toolbox/{sandboxId}/toolbox/git/pull`
1632
+ .replace(`{${"sandboxId"}}`, encodeURIComponent(String(sandboxId)));
1605
1633
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1606
1634
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
1607
1635
  let baseOptions;
@@ -1643,7 +1671,8 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
1643
1671
  (0, common_1.assertParamExists)('gitPushChangesDeprecated', 'sandboxId', sandboxId);
1644
1672
  // verify required parameter 'gitRepoRequest' is not null or undefined
1645
1673
  (0, common_1.assertParamExists)('gitPushChangesDeprecated', 'gitRepoRequest', gitRepoRequest);
1646
- const localVarPath = `/toolbox/{sandboxId}/toolbox/git/push`.replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)));
1674
+ const localVarPath = `/toolbox/{sandboxId}/toolbox/git/push`
1675
+ .replace(`{${"sandboxId"}}`, encodeURIComponent(String(sandboxId)));
1647
1676
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1648
1677
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
1649
1678
  let baseOptions;
@@ -1683,7 +1712,8 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
1683
1712
  listFilesDeprecated: async (sandboxId, xDaytonaOrganizationID, path, options = {}) => {
1684
1713
  // verify required parameter 'sandboxId' is not null or undefined
1685
1714
  (0, common_1.assertParamExists)('listFilesDeprecated', 'sandboxId', sandboxId);
1686
- const localVarPath = `/toolbox/{sandboxId}/toolbox/files`.replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)));
1715
+ const localVarPath = `/toolbox/{sandboxId}/toolbox/files`
1716
+ .replace(`{${"sandboxId"}}`, encodeURIComponent(String(sandboxId)));
1687
1717
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1688
1718
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
1689
1719
  let baseOptions;
@@ -1723,7 +1753,8 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
1723
1753
  listPTYSessionsDeprecated: async (sandboxId, xDaytonaOrganizationID, options = {}) => {
1724
1754
  // verify required parameter 'sandboxId' is not null or undefined
1725
1755
  (0, common_1.assertParamExists)('listPTYSessionsDeprecated', 'sandboxId', sandboxId);
1726
- const localVarPath = `/toolbox/{sandboxId}/toolbox/process/pty`.replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)));
1756
+ const localVarPath = `/toolbox/{sandboxId}/toolbox/process/pty`
1757
+ .replace(`{${"sandboxId"}}`, encodeURIComponent(String(sandboxId)));
1727
1758
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1728
1759
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
1729
1760
  let baseOptions;
@@ -1760,7 +1791,8 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
1760
1791
  listSessionsDeprecated: async (sandboxId, xDaytonaOrganizationID, options = {}) => {
1761
1792
  // verify required parameter 'sandboxId' is not null or undefined
1762
1793
  (0, common_1.assertParamExists)('listSessionsDeprecated', 'sandboxId', sandboxId);
1763
- const localVarPath = `/toolbox/{sandboxId}/toolbox/process/session`.replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)));
1794
+ const localVarPath = `/toolbox/{sandboxId}/toolbox/process/session`
1795
+ .replace(`{${"sandboxId"}}`, encodeURIComponent(String(sandboxId)));
1764
1796
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1765
1797
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
1766
1798
  let baseOptions;
@@ -1800,7 +1832,8 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
1800
1832
  (0, common_1.assertParamExists)('lspCompletionsDeprecated', 'sandboxId', sandboxId);
1801
1833
  // verify required parameter 'lspCompletionParams' is not null or undefined
1802
1834
  (0, common_1.assertParamExists)('lspCompletionsDeprecated', 'lspCompletionParams', lspCompletionParams);
1803
- const localVarPath = `/toolbox/{sandboxId}/toolbox/lsp/completions`.replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)));
1835
+ const localVarPath = `/toolbox/{sandboxId}/toolbox/lsp/completions`
1836
+ .replace(`{${"sandboxId"}}`, encodeURIComponent(String(sandboxId)));
1804
1837
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1805
1838
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
1806
1839
  let baseOptions;
@@ -1842,7 +1875,8 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
1842
1875
  (0, common_1.assertParamExists)('lspDidCloseDeprecated', 'sandboxId', sandboxId);
1843
1876
  // verify required parameter 'lspDocumentRequest' is not null or undefined
1844
1877
  (0, common_1.assertParamExists)('lspDidCloseDeprecated', 'lspDocumentRequest', lspDocumentRequest);
1845
- const localVarPath = `/toolbox/{sandboxId}/toolbox/lsp/did-close`.replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)));
1878
+ const localVarPath = `/toolbox/{sandboxId}/toolbox/lsp/did-close`
1879
+ .replace(`{${"sandboxId"}}`, encodeURIComponent(String(sandboxId)));
1846
1880
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1847
1881
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
1848
1882
  let baseOptions;
@@ -1884,7 +1918,8 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
1884
1918
  (0, common_1.assertParamExists)('lspDidOpenDeprecated', 'sandboxId', sandboxId);
1885
1919
  // verify required parameter 'lspDocumentRequest' is not null or undefined
1886
1920
  (0, common_1.assertParamExists)('lspDidOpenDeprecated', 'lspDocumentRequest', lspDocumentRequest);
1887
- const localVarPath = `/toolbox/{sandboxId}/toolbox/lsp/did-open`.replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)));
1921
+ const localVarPath = `/toolbox/{sandboxId}/toolbox/lsp/did-open`
1922
+ .replace(`{${"sandboxId"}}`, encodeURIComponent(String(sandboxId)));
1888
1923
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1889
1924
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
1890
1925
  let baseOptions;
@@ -1932,7 +1967,8 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
1932
1967
  (0, common_1.assertParamExists)('lspDocumentSymbolsDeprecated', 'pathToProject', pathToProject);
1933
1968
  // verify required parameter 'uri' is not null or undefined
1934
1969
  (0, common_1.assertParamExists)('lspDocumentSymbolsDeprecated', 'uri', uri);
1935
- const localVarPath = `/toolbox/{sandboxId}/toolbox/lsp/document-symbols`.replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)));
1970
+ const localVarPath = `/toolbox/{sandboxId}/toolbox/lsp/document-symbols`
1971
+ .replace(`{${"sandboxId"}}`, encodeURIComponent(String(sandboxId)));
1936
1972
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1937
1973
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
1938
1974
  let baseOptions;
@@ -1981,7 +2017,8 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
1981
2017
  (0, common_1.assertParamExists)('lspStartDeprecated', 'sandboxId', sandboxId);
1982
2018
  // verify required parameter 'lspServerRequest' is not null or undefined
1983
2019
  (0, common_1.assertParamExists)('lspStartDeprecated', 'lspServerRequest', lspServerRequest);
1984
- const localVarPath = `/toolbox/{sandboxId}/toolbox/lsp/start`.replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)));
2020
+ const localVarPath = `/toolbox/{sandboxId}/toolbox/lsp/start`
2021
+ .replace(`{${"sandboxId"}}`, encodeURIComponent(String(sandboxId)));
1985
2022
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1986
2023
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
1987
2024
  let baseOptions;
@@ -2023,7 +2060,8 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
2023
2060
  (0, common_1.assertParamExists)('lspStopDeprecated', 'sandboxId', sandboxId);
2024
2061
  // verify required parameter 'lspServerRequest' is not null or undefined
2025
2062
  (0, common_1.assertParamExists)('lspStopDeprecated', 'lspServerRequest', lspServerRequest);
2026
- const localVarPath = `/toolbox/{sandboxId}/toolbox/lsp/stop`.replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)));
2063
+ const localVarPath = `/toolbox/{sandboxId}/toolbox/lsp/stop`
2064
+ .replace(`{${"sandboxId"}}`, encodeURIComponent(String(sandboxId)));
2027
2065
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
2028
2066
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
2029
2067
  let baseOptions;
@@ -2071,7 +2109,8 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
2071
2109
  (0, common_1.assertParamExists)('lspWorkspaceSymbolsDeprecated', 'pathToProject', pathToProject);
2072
2110
  // verify required parameter 'query' is not null or undefined
2073
2111
  (0, common_1.assertParamExists)('lspWorkspaceSymbolsDeprecated', 'query', query);
2074
- const localVarPath = `/toolbox/{sandboxId}/toolbox/lsp/workspace-symbols`.replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)));
2112
+ const localVarPath = `/toolbox/{sandboxId}/toolbox/lsp/workspace-symbols`
2113
+ .replace(`{${"sandboxId"}}`, encodeURIComponent(String(sandboxId)));
2075
2114
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
2076
2115
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
2077
2116
  let baseOptions;
@@ -2123,7 +2162,8 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
2123
2162
  (0, common_1.assertParamExists)('moveFileDeprecated', 'source', source);
2124
2163
  // verify required parameter 'destination' is not null or undefined
2125
2164
  (0, common_1.assertParamExists)('moveFileDeprecated', 'destination', destination);
2126
- const localVarPath = `/toolbox/{sandboxId}/toolbox/files/move`.replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)));
2165
+ const localVarPath = `/toolbox/{sandboxId}/toolbox/files/move`
2166
+ .replace(`{${"sandboxId"}}`, encodeURIComponent(String(sandboxId)));
2127
2167
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
2128
2168
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
2129
2169
  let baseOptions;
@@ -2169,7 +2209,8 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
2169
2209
  (0, common_1.assertParamExists)('moveMouseDeprecated', 'sandboxId', sandboxId);
2170
2210
  // verify required parameter 'mouseMoveRequest' is not null or undefined
2171
2211
  (0, common_1.assertParamExists)('moveMouseDeprecated', 'mouseMoveRequest', mouseMoveRequest);
2172
- const localVarPath = `/toolbox/{sandboxId}/toolbox/computeruse/mouse/move`.replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)));
2212
+ const localVarPath = `/toolbox/{sandboxId}/toolbox/computeruse/mouse/move`
2213
+ .replace(`{${"sandboxId"}}`, encodeURIComponent(String(sandboxId)));
2173
2214
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
2174
2215
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
2175
2216
  let baseOptions;
@@ -2211,7 +2252,8 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
2211
2252
  (0, common_1.assertParamExists)('pressHotkeyDeprecated', 'sandboxId', sandboxId);
2212
2253
  // verify required parameter 'keyboardHotkeyRequest' is not null or undefined
2213
2254
  (0, common_1.assertParamExists)('pressHotkeyDeprecated', 'keyboardHotkeyRequest', keyboardHotkeyRequest);
2214
- const localVarPath = `/toolbox/{sandboxId}/toolbox/computeruse/keyboard/hotkey`.replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)));
2255
+ const localVarPath = `/toolbox/{sandboxId}/toolbox/computeruse/keyboard/hotkey`
2256
+ .replace(`{${"sandboxId"}}`, encodeURIComponent(String(sandboxId)));
2215
2257
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
2216
2258
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
2217
2259
  let baseOptions;
@@ -2253,7 +2295,8 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
2253
2295
  (0, common_1.assertParamExists)('pressKeyDeprecated', 'sandboxId', sandboxId);
2254
2296
  // verify required parameter 'keyboardPressRequest' is not null or undefined
2255
2297
  (0, common_1.assertParamExists)('pressKeyDeprecated', 'keyboardPressRequest', keyboardPressRequest);
2256
- const localVarPath = `/toolbox/{sandboxId}/toolbox/computeruse/keyboard/key`.replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)));
2298
+ const localVarPath = `/toolbox/{sandboxId}/toolbox/computeruse/keyboard/key`
2299
+ .replace(`{${"sandboxId"}}`, encodeURIComponent(String(sandboxId)));
2257
2300
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
2258
2301
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
2259
2302
  let baseOptions;
@@ -2295,7 +2338,8 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
2295
2338
  (0, common_1.assertParamExists)('replaceInFilesDeprecated', 'sandboxId', sandboxId);
2296
2339
  // verify required parameter 'replaceRequest' is not null or undefined
2297
2340
  (0, common_1.assertParamExists)('replaceInFilesDeprecated', 'replaceRequest', replaceRequest);
2298
- const localVarPath = `/toolbox/{sandboxId}/toolbox/files/replace`.replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)));
2341
+ const localVarPath = `/toolbox/{sandboxId}/toolbox/files/replace`
2342
+ .replace(`{${"sandboxId"}}`, encodeURIComponent(String(sandboxId)));
2299
2343
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
2300
2344
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
2301
2345
  let baseOptions;
@@ -2341,8 +2385,8 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
2341
2385
  // verify required parameter 'ptyResizeRequest' is not null or undefined
2342
2386
  (0, common_1.assertParamExists)('resizePTYSessionDeprecated', 'ptyResizeRequest', ptyResizeRequest);
2343
2387
  const localVarPath = `/toolbox/{sandboxId}/toolbox/process/pty/{sessionId}/resize`
2344
- .replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)))
2345
- .replace(`{${'sessionId'}}`, encodeURIComponent(String(sessionId)));
2388
+ .replace(`{${"sandboxId"}}`, encodeURIComponent(String(sandboxId)))
2389
+ .replace(`{${"sessionId"}}`, encodeURIComponent(String(sessionId)));
2346
2390
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
2347
2391
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
2348
2392
  let baseOptions;
@@ -2385,8 +2429,8 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
2385
2429
  // verify required parameter 'sandboxId' is not null or undefined
2386
2430
  (0, common_1.assertParamExists)('restartProcessDeprecated', 'sandboxId', sandboxId);
2387
2431
  const localVarPath = `/toolbox/{sandboxId}/toolbox/computeruse/process/{processName}/restart`
2388
- .replace(`{${'processName'}}`, encodeURIComponent(String(processName)))
2389
- .replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)));
2432
+ .replace(`{${"processName"}}`, encodeURIComponent(String(processName)))
2433
+ .replace(`{${"sandboxId"}}`, encodeURIComponent(String(sandboxId)));
2390
2434
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
2391
2435
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
2392
2436
  let baseOptions;
@@ -2426,7 +2470,8 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
2426
2470
  (0, common_1.assertParamExists)('scrollMouseDeprecated', 'sandboxId', sandboxId);
2427
2471
  // verify required parameter 'mouseScrollRequest' is not null or undefined
2428
2472
  (0, common_1.assertParamExists)('scrollMouseDeprecated', 'mouseScrollRequest', mouseScrollRequest);
2429
- const localVarPath = `/toolbox/{sandboxId}/toolbox/computeruse/mouse/scroll`.replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)));
2473
+ const localVarPath = `/toolbox/{sandboxId}/toolbox/computeruse/mouse/scroll`
2474
+ .replace(`{${"sandboxId"}}`, encodeURIComponent(String(sandboxId)));
2430
2475
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
2431
2476
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
2432
2477
  let baseOptions;
@@ -2471,7 +2516,8 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
2471
2516
  (0, common_1.assertParamExists)('searchFilesDeprecated', 'path', path);
2472
2517
  // verify required parameter 'pattern' is not null or undefined
2473
2518
  (0, common_1.assertParamExists)('searchFilesDeprecated', 'pattern', pattern);
2474
- const localVarPath = `/toolbox/{sandboxId}/toolbox/files/search`.replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)));
2519
+ const localVarPath = `/toolbox/{sandboxId}/toolbox/files/search`
2520
+ .replace(`{${"sandboxId"}}`, encodeURIComponent(String(sandboxId)));
2475
2521
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
2476
2522
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
2477
2523
  let baseOptions;
@@ -2520,7 +2566,8 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
2520
2566
  (0, common_1.assertParamExists)('setFilePermissionsDeprecated', 'sandboxId', sandboxId);
2521
2567
  // verify required parameter 'path' is not null or undefined
2522
2568
  (0, common_1.assertParamExists)('setFilePermissionsDeprecated', 'path', path);
2523
- const localVarPath = `/toolbox/{sandboxId}/toolbox/files/permissions`.replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)));
2569
+ const localVarPath = `/toolbox/{sandboxId}/toolbox/files/permissions`
2570
+ .replace(`{${"sandboxId"}}`, encodeURIComponent(String(sandboxId)));
2524
2571
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
2525
2572
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
2526
2573
  let baseOptions;
@@ -2569,7 +2616,8 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
2569
2616
  startComputerUseDeprecated: async (sandboxId, xDaytonaOrganizationID, options = {}) => {
2570
2617
  // verify required parameter 'sandboxId' is not null or undefined
2571
2618
  (0, common_1.assertParamExists)('startComputerUseDeprecated', 'sandboxId', sandboxId);
2572
- const localVarPath = `/toolbox/{sandboxId}/toolbox/computeruse/start`.replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)));
2619
+ const localVarPath = `/toolbox/{sandboxId}/toolbox/computeruse/start`
2620
+ .replace(`{${"sandboxId"}}`, encodeURIComponent(String(sandboxId)));
2573
2621
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
2574
2622
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
2575
2623
  let baseOptions;
@@ -2606,7 +2654,8 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
2606
2654
  stopComputerUseDeprecated: async (sandboxId, xDaytonaOrganizationID, options = {}) => {
2607
2655
  // verify required parameter 'sandboxId' is not null or undefined
2608
2656
  (0, common_1.assertParamExists)('stopComputerUseDeprecated', 'sandboxId', sandboxId);
2609
- const localVarPath = `/toolbox/{sandboxId}/toolbox/computeruse/stop`.replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)));
2657
+ const localVarPath = `/toolbox/{sandboxId}/toolbox/computeruse/stop`
2658
+ .replace(`{${"sandboxId"}}`, encodeURIComponent(String(sandboxId)));
2610
2659
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
2611
2660
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
2612
2661
  let baseOptions;
@@ -2659,7 +2708,8 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
2659
2708
  (0, common_1.assertParamExists)('takeCompressedRegionScreenshotDeprecated', 'y', y);
2660
2709
  // verify required parameter 'x' is not null or undefined
2661
2710
  (0, common_1.assertParamExists)('takeCompressedRegionScreenshotDeprecated', 'x', x);
2662
- const localVarPath = `/toolbox/{sandboxId}/toolbox/computeruse/screenshot/region/compressed`.replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)));
2711
+ const localVarPath = `/toolbox/{sandboxId}/toolbox/computeruse/screenshot/region/compressed`
2712
+ .replace(`{${"sandboxId"}}`, encodeURIComponent(String(sandboxId)));
2663
2713
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
2664
2714
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
2665
2715
  let baseOptions;
@@ -2724,7 +2774,8 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
2724
2774
  takeCompressedScreenshotDeprecated: async (sandboxId, xDaytonaOrganizationID, scale, quality, format, showCursor, options = {}) => {
2725
2775
  // verify required parameter 'sandboxId' is not null or undefined
2726
2776
  (0, common_1.assertParamExists)('takeCompressedScreenshotDeprecated', 'sandboxId', sandboxId);
2727
- const localVarPath = `/toolbox/{sandboxId}/toolbox/computeruse/screenshot/compressed`.replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)));
2777
+ const localVarPath = `/toolbox/{sandboxId}/toolbox/computeruse/screenshot/compressed`
2778
+ .replace(`{${"sandboxId"}}`, encodeURIComponent(String(sandboxId)));
2728
2779
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
2729
2780
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
2730
2781
  let baseOptions;
@@ -2786,7 +2837,8 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
2786
2837
  (0, common_1.assertParamExists)('takeRegionScreenshotDeprecated', 'y', y);
2787
2838
  // verify required parameter 'x' is not null or undefined
2788
2839
  (0, common_1.assertParamExists)('takeRegionScreenshotDeprecated', 'x', x);
2789
- const localVarPath = `/toolbox/{sandboxId}/toolbox/computeruse/screenshot/region`.replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)));
2840
+ const localVarPath = `/toolbox/{sandboxId}/toolbox/computeruse/screenshot/region`
2841
+ .replace(`{${"sandboxId"}}`, encodeURIComponent(String(sandboxId)));
2790
2842
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
2791
2843
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
2792
2844
  let baseOptions;
@@ -2839,7 +2891,8 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
2839
2891
  takeScreenshotDeprecated: async (sandboxId, xDaytonaOrganizationID, showCursor, options = {}) => {
2840
2892
  // verify required parameter 'sandboxId' is not null or undefined
2841
2893
  (0, common_1.assertParamExists)('takeScreenshotDeprecated', 'sandboxId', sandboxId);
2842
- const localVarPath = `/toolbox/{sandboxId}/toolbox/computeruse/screenshot`.replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)));
2894
+ const localVarPath = `/toolbox/{sandboxId}/toolbox/computeruse/screenshot`
2895
+ .replace(`{${"sandboxId"}}`, encodeURIComponent(String(sandboxId)));
2843
2896
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
2844
2897
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
2845
2898
  let baseOptions;
@@ -2882,7 +2935,8 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
2882
2935
  (0, common_1.assertParamExists)('typeTextDeprecated', 'sandboxId', sandboxId);
2883
2936
  // verify required parameter 'keyboardTypeRequest' is not null or undefined
2884
2937
  (0, common_1.assertParamExists)('typeTextDeprecated', 'keyboardTypeRequest', keyboardTypeRequest);
2885
- const localVarPath = `/toolbox/{sandboxId}/toolbox/computeruse/keyboard/type`.replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)));
2938
+ const localVarPath = `/toolbox/{sandboxId}/toolbox/computeruse/keyboard/type`
2939
+ .replace(`{${"sandboxId"}}`, encodeURIComponent(String(sandboxId)));
2886
2940
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
2887
2941
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
2888
2942
  let baseOptions;
@@ -2925,7 +2979,8 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
2925
2979
  (0, common_1.assertParamExists)('uploadFileDeprecated', 'sandboxId', sandboxId);
2926
2980
  // verify required parameter 'path' is not null or undefined
2927
2981
  (0, common_1.assertParamExists)('uploadFileDeprecated', 'path', path);
2928
- const localVarPath = `/toolbox/{sandboxId}/toolbox/files/upload`.replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)));
2982
+ const localVarPath = `/toolbox/{sandboxId}/toolbox/files/upload`
2983
+ .replace(`{${"sandboxId"}}`, encodeURIComponent(String(sandboxId)));
2929
2984
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
2930
2985
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
2931
2986
  let baseOptions;
@@ -2971,7 +3026,8 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
2971
3026
  uploadFilesDeprecated: async (sandboxId, xDaytonaOrganizationID, options = {}) => {
2972
3027
  // verify required parameter 'sandboxId' is not null or undefined
2973
3028
  (0, common_1.assertParamExists)('uploadFilesDeprecated', 'sandboxId', sandboxId);
2974
- const localVarPath = `/toolbox/{sandboxId}/toolbox/files/bulk-upload`.replace(`{${'sandboxId'}}`, encodeURIComponent(String(sandboxId)));
3029
+ const localVarPath = `/toolbox/{sandboxId}/toolbox/files/bulk-upload`
3030
+ .replace(`{${"sandboxId"}}`, encodeURIComponent(String(sandboxId)));
2975
3031
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
2976
3032
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
2977
3033
  let baseOptions;
@@ -4135,9 +4191,7 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
4135
4191
  * @throws {RequiredError}
4136
4192
  */
4137
4193
  clickMouseDeprecated(sandboxId, mouseClickRequest, xDaytonaOrganizationID, options) {
4138
- return localVarFp
4139
- .clickMouseDeprecated(sandboxId, mouseClickRequest, xDaytonaOrganizationID, options)
4140
- .then((request) => request(axios, basePath));
4194
+ return localVarFp.clickMouseDeprecated(sandboxId, mouseClickRequest, xDaytonaOrganizationID, options).then((request) => request(axios, basePath));
4141
4195
  },
4142
4196
  /**
4143
4197
  * Create folder inside sandbox
@@ -4151,9 +4205,7 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
4151
4205
  * @throws {RequiredError}
4152
4206
  */
4153
4207
  createFolderDeprecated(sandboxId, path, mode, xDaytonaOrganizationID, options) {
4154
- return localVarFp
4155
- .createFolderDeprecated(sandboxId, path, mode, xDaytonaOrganizationID, options)
4156
- .then((request) => request(axios, basePath));
4208
+ return localVarFp.createFolderDeprecated(sandboxId, path, mode, xDaytonaOrganizationID, options).then((request) => request(axios, basePath));
4157
4209
  },
4158
4210
  /**
4159
4211
  * Create a new PTY session in the sandbox
@@ -4166,9 +4218,7 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
4166
4218
  * @throws {RequiredError}
4167
4219
  */
4168
4220
  createPTYSessionDeprecated(sandboxId, ptyCreateRequest, xDaytonaOrganizationID, options) {
4169
- return localVarFp
4170
- .createPTYSessionDeprecated(sandboxId, ptyCreateRequest, xDaytonaOrganizationID, options)
4171
- .then((request) => request(axios, basePath));
4221
+ return localVarFp.createPTYSessionDeprecated(sandboxId, ptyCreateRequest, xDaytonaOrganizationID, options).then((request) => request(axios, basePath));
4172
4222
  },
4173
4223
  /**
4174
4224
  * Create a new session in the sandbox
@@ -4181,9 +4231,7 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
4181
4231
  * @throws {RequiredError}
4182
4232
  */
4183
4233
  createSessionDeprecated(sandboxId, createSessionRequest, xDaytonaOrganizationID, options) {
4184
- return localVarFp
4185
- .createSessionDeprecated(sandboxId, createSessionRequest, xDaytonaOrganizationID, options)
4186
- .then((request) => request(axios, basePath));
4234
+ return localVarFp.createSessionDeprecated(sandboxId, createSessionRequest, xDaytonaOrganizationID, options).then((request) => request(axios, basePath));
4187
4235
  },
4188
4236
  /**
4189
4237
  * Delete file inside sandbox
@@ -4197,9 +4245,7 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
4197
4245
  * @throws {RequiredError}
4198
4246
  */
4199
4247
  deleteFileDeprecated(sandboxId, path, xDaytonaOrganizationID, recursive, options) {
4200
- return localVarFp
4201
- .deleteFileDeprecated(sandboxId, path, xDaytonaOrganizationID, recursive, options)
4202
- .then((request) => request(axios, basePath));
4248
+ return localVarFp.deleteFileDeprecated(sandboxId, path, xDaytonaOrganizationID, recursive, options).then((request) => request(axios, basePath));
4203
4249
  },
4204
4250
  /**
4205
4251
  * Delete a PTY session and terminate the associated process
@@ -4212,9 +4258,7 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
4212
4258
  * @throws {RequiredError}
4213
4259
  */
4214
4260
  deletePTYSessionDeprecated(sandboxId, sessionId, xDaytonaOrganizationID, options) {
4215
- return localVarFp
4216
- .deletePTYSessionDeprecated(sandboxId, sessionId, xDaytonaOrganizationID, options)
4217
- .then((request) => request(axios, basePath));
4261
+ return localVarFp.deletePTYSessionDeprecated(sandboxId, sessionId, xDaytonaOrganizationID, options).then((request) => request(axios, basePath));
4218
4262
  },
4219
4263
  /**
4220
4264
  * Delete a specific session
@@ -4227,9 +4271,7 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
4227
4271
  * @throws {RequiredError}
4228
4272
  */
4229
4273
  deleteSessionDeprecated(sandboxId, sessionId, xDaytonaOrganizationID, options) {
4230
- return localVarFp
4231
- .deleteSessionDeprecated(sandboxId, sessionId, xDaytonaOrganizationID, options)
4232
- .then((request) => request(axios, basePath));
4274
+ return localVarFp.deleteSessionDeprecated(sandboxId, sessionId, xDaytonaOrganizationID, options).then((request) => request(axios, basePath));
4233
4275
  },
4234
4276
  /**
4235
4277
  * Download file from sandbox
@@ -4242,9 +4284,7 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
4242
4284
  * @throws {RequiredError}
4243
4285
  */
4244
4286
  downloadFileDeprecated(sandboxId, path, xDaytonaOrganizationID, options) {
4245
- return localVarFp
4246
- .downloadFileDeprecated(sandboxId, path, xDaytonaOrganizationID, options)
4247
- .then((request) => request(axios, basePath));
4287
+ return localVarFp.downloadFileDeprecated(sandboxId, path, xDaytonaOrganizationID, options).then((request) => request(axios, basePath));
4248
4288
  },
4249
4289
  /**
4250
4290
  * Streams back a multipart/form-data bundle of the requested paths
@@ -4257,9 +4297,7 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
4257
4297
  * @throws {RequiredError}
4258
4298
  */
4259
4299
  downloadFilesDeprecated(sandboxId, downloadFiles, xDaytonaOrganizationID, options) {
4260
- return localVarFp
4261
- .downloadFilesDeprecated(sandboxId, downloadFiles, xDaytonaOrganizationID, options)
4262
- .then((request) => request(axios, basePath));
4300
+ return localVarFp.downloadFilesDeprecated(sandboxId, downloadFiles, xDaytonaOrganizationID, options).then((request) => request(axios, basePath));
4263
4301
  },
4264
4302
  /**
4265
4303
  * Drag mouse from start to end coordinates
@@ -4272,9 +4310,7 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
4272
4310
  * @throws {RequiredError}
4273
4311
  */
4274
4312
  dragMouseDeprecated(sandboxId, mouseDragRequest, xDaytonaOrganizationID, options) {
4275
- return localVarFp
4276
- .dragMouseDeprecated(sandboxId, mouseDragRequest, xDaytonaOrganizationID, options)
4277
- .then((request) => request(axios, basePath));
4313
+ return localVarFp.dragMouseDeprecated(sandboxId, mouseDragRequest, xDaytonaOrganizationID, options).then((request) => request(axios, basePath));
4278
4314
  },
4279
4315
  /**
4280
4316
  * Execute command synchronously inside sandbox
@@ -4287,9 +4323,7 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
4287
4323
  * @throws {RequiredError}
4288
4324
  */
4289
4325
  executeCommandDeprecated(sandboxId, executeRequest, xDaytonaOrganizationID, options) {
4290
- return localVarFp
4291
- .executeCommandDeprecated(sandboxId, executeRequest, xDaytonaOrganizationID, options)
4292
- .then((request) => request(axios, basePath));
4326
+ return localVarFp.executeCommandDeprecated(sandboxId, executeRequest, xDaytonaOrganizationID, options).then((request) => request(axios, basePath));
4293
4327
  },
4294
4328
  /**
4295
4329
  * Execute a command in a specific session
@@ -4303,9 +4337,7 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
4303
4337
  * @throws {RequiredError}
4304
4338
  */
4305
4339
  executeSessionCommandDeprecated(sandboxId, sessionId, sessionExecuteRequest, xDaytonaOrganizationID, options) {
4306
- return localVarFp
4307
- .executeSessionCommandDeprecated(sandboxId, sessionId, sessionExecuteRequest, xDaytonaOrganizationID, options)
4308
- .then((request) => request(axios, basePath));
4340
+ return localVarFp.executeSessionCommandDeprecated(sandboxId, sessionId, sessionExecuteRequest, xDaytonaOrganizationID, options).then((request) => request(axios, basePath));
4309
4341
  },
4310
4342
  /**
4311
4343
  * Search for text/pattern inside sandbox files
@@ -4319,9 +4351,7 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
4319
4351
  * @throws {RequiredError}
4320
4352
  */
4321
4353
  findInFilesDeprecated(sandboxId, path, pattern, xDaytonaOrganizationID, options) {
4322
- return localVarFp
4323
- .findInFilesDeprecated(sandboxId, path, pattern, xDaytonaOrganizationID, options)
4324
- .then((request) => request(axios, basePath));
4354
+ return localVarFp.findInFilesDeprecated(sandboxId, path, pattern, xDaytonaOrganizationID, options).then((request) => request(axios, basePath));
4325
4355
  },
4326
4356
  /**
4327
4357
  * Get status of all VNC desktop processes
@@ -4333,9 +4363,7 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
4333
4363
  * @throws {RequiredError}
4334
4364
  */
4335
4365
  getComputerUseStatusDeprecated(sandboxId, xDaytonaOrganizationID, options) {
4336
- return localVarFp
4337
- .getComputerUseStatusDeprecated(sandboxId, xDaytonaOrganizationID, options)
4338
- .then((request) => request(axios, basePath));
4366
+ return localVarFp.getComputerUseStatusDeprecated(sandboxId, xDaytonaOrganizationID, options).then((request) => request(axios, basePath));
4339
4367
  },
4340
4368
  /**
4341
4369
  * Get information about displays
@@ -4347,9 +4375,7 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
4347
4375
  * @throws {RequiredError}
4348
4376
  */
4349
4377
  getDisplayInfoDeprecated(sandboxId, xDaytonaOrganizationID, options) {
4350
- return localVarFp
4351
- .getDisplayInfoDeprecated(sandboxId, xDaytonaOrganizationID, options)
4352
- .then((request) => request(axios, basePath));
4378
+ return localVarFp.getDisplayInfoDeprecated(sandboxId, xDaytonaOrganizationID, options).then((request) => request(axios, basePath));
4353
4379
  },
4354
4380
  /**
4355
4381
  * Get file info inside sandbox
@@ -4362,9 +4388,7 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
4362
4388
  * @throws {RequiredError}
4363
4389
  */
4364
4390
  getFileInfoDeprecated(sandboxId, path, xDaytonaOrganizationID, options) {
4365
- return localVarFp
4366
- .getFileInfoDeprecated(sandboxId, path, xDaytonaOrganizationID, options)
4367
- .then((request) => request(axios, basePath));
4391
+ return localVarFp.getFileInfoDeprecated(sandboxId, path, xDaytonaOrganizationID, options).then((request) => request(axios, basePath));
4368
4392
  },
4369
4393
  /**
4370
4394
  * Get current mouse cursor position
@@ -4376,9 +4400,7 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
4376
4400
  * @throws {RequiredError}
4377
4401
  */
4378
4402
  getMousePositionDeprecated(sandboxId, xDaytonaOrganizationID, options) {
4379
- return localVarFp
4380
- .getMousePositionDeprecated(sandboxId, xDaytonaOrganizationID, options)
4381
- .then((request) => request(axios, basePath));
4403
+ return localVarFp.getMousePositionDeprecated(sandboxId, xDaytonaOrganizationID, options).then((request) => request(axios, basePath));
4382
4404
  },
4383
4405
  /**
4384
4406
  * Get PTY session information by ID
@@ -4391,9 +4413,7 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
4391
4413
  * @throws {RequiredError}
4392
4414
  */
4393
4415
  getPTYSessionDeprecated(sandboxId, sessionId, xDaytonaOrganizationID, options) {
4394
- return localVarFp
4395
- .getPTYSessionDeprecated(sandboxId, sessionId, xDaytonaOrganizationID, options)
4396
- .then((request) => request(axios, basePath));
4416
+ return localVarFp.getPTYSessionDeprecated(sandboxId, sessionId, xDaytonaOrganizationID, options).then((request) => request(axios, basePath));
4397
4417
  },
4398
4418
  /**
4399
4419
  * Get error logs for a specific VNC process
@@ -4406,9 +4426,7 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
4406
4426
  * @throws {RequiredError}
4407
4427
  */
4408
4428
  getProcessErrorsDeprecated(processName, sandboxId, xDaytonaOrganizationID, options) {
4409
- return localVarFp
4410
- .getProcessErrorsDeprecated(processName, sandboxId, xDaytonaOrganizationID, options)
4411
- .then((request) => request(axios, basePath));
4429
+ return localVarFp.getProcessErrorsDeprecated(processName, sandboxId, xDaytonaOrganizationID, options).then((request) => request(axios, basePath));
4412
4430
  },
4413
4431
  /**
4414
4432
  * Get logs for a specific VNC process
@@ -4421,9 +4439,7 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
4421
4439
  * @throws {RequiredError}
4422
4440
  */
4423
4441
  getProcessLogsDeprecated(processName, sandboxId, xDaytonaOrganizationID, options) {
4424
- return localVarFp
4425
- .getProcessLogsDeprecated(processName, sandboxId, xDaytonaOrganizationID, options)
4426
- .then((request) => request(axios, basePath));
4442
+ return localVarFp.getProcessLogsDeprecated(processName, sandboxId, xDaytonaOrganizationID, options).then((request) => request(axios, basePath));
4427
4443
  },
4428
4444
  /**
4429
4445
  * Get status of a specific VNC process
@@ -4436,9 +4452,7 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
4436
4452
  * @throws {RequiredError}
4437
4453
  */
4438
4454
  getProcessStatusDeprecated(processName, sandboxId, xDaytonaOrganizationID, options) {
4439
- return localVarFp
4440
- .getProcessStatusDeprecated(processName, sandboxId, xDaytonaOrganizationID, options)
4441
- .then((request) => request(axios, basePath));
4455
+ return localVarFp.getProcessStatusDeprecated(processName, sandboxId, xDaytonaOrganizationID, options).then((request) => request(axios, basePath));
4442
4456
  },
4443
4457
  /**
4444
4458
  *
@@ -4450,9 +4464,7 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
4450
4464
  * @throws {RequiredError}
4451
4465
  */
4452
4466
  getProjectDirDeprecated(sandboxId, xDaytonaOrganizationID, options) {
4453
- return localVarFp
4454
- .getProjectDirDeprecated(sandboxId, xDaytonaOrganizationID, options)
4455
- .then((request) => request(axios, basePath));
4467
+ return localVarFp.getProjectDirDeprecated(sandboxId, xDaytonaOrganizationID, options).then((request) => request(axios, basePath));
4456
4468
  },
4457
4469
  /**
4458
4470
  * Get session command by ID
@@ -4466,9 +4478,7 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
4466
4478
  * @throws {RequiredError}
4467
4479
  */
4468
4480
  getSessionCommandDeprecated(sandboxId, sessionId, commandId, xDaytonaOrganizationID, options) {
4469
- return localVarFp
4470
- .getSessionCommandDeprecated(sandboxId, sessionId, commandId, xDaytonaOrganizationID, options)
4471
- .then((request) => request(axios, basePath));
4481
+ return localVarFp.getSessionCommandDeprecated(sandboxId, sessionId, commandId, xDaytonaOrganizationID, options).then((request) => request(axios, basePath));
4472
4482
  },
4473
4483
  /**
4474
4484
  * Get logs for a specific command in a session
@@ -4483,9 +4493,7 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
4483
4493
  * @throws {RequiredError}
4484
4494
  */
4485
4495
  getSessionCommandLogsDeprecated(sandboxId, sessionId, commandId, xDaytonaOrganizationID, follow, options) {
4486
- return localVarFp
4487
- .getSessionCommandLogsDeprecated(sandboxId, sessionId, commandId, xDaytonaOrganizationID, follow, options)
4488
- .then((request) => request(axios, basePath));
4496
+ return localVarFp.getSessionCommandLogsDeprecated(sandboxId, sessionId, commandId, xDaytonaOrganizationID, follow, options).then((request) => request(axios, basePath));
4489
4497
  },
4490
4498
  /**
4491
4499
  * Get session by ID
@@ -4498,9 +4506,7 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
4498
4506
  * @throws {RequiredError}
4499
4507
  */
4500
4508
  getSessionDeprecated(sandboxId, sessionId, xDaytonaOrganizationID, options) {
4501
- return localVarFp
4502
- .getSessionDeprecated(sandboxId, sessionId, xDaytonaOrganizationID, options)
4503
- .then((request) => request(axios, basePath));
4509
+ return localVarFp.getSessionDeprecated(sandboxId, sessionId, xDaytonaOrganizationID, options).then((request) => request(axios, basePath));
4504
4510
  },
4505
4511
  /**
4506
4512
  *
@@ -4512,9 +4518,7 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
4512
4518
  * @throws {RequiredError}
4513
4519
  */
4514
4520
  getUserHomeDirDeprecated(sandboxId, xDaytonaOrganizationID, options) {
4515
- return localVarFp
4516
- .getUserHomeDirDeprecated(sandboxId, xDaytonaOrganizationID, options)
4517
- .then((request) => request(axios, basePath));
4521
+ return localVarFp.getUserHomeDirDeprecated(sandboxId, xDaytonaOrganizationID, options).then((request) => request(axios, basePath));
4518
4522
  },
4519
4523
  /**
4520
4524
  * Get list of open windows
@@ -4526,9 +4530,7 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
4526
4530
  * @throws {RequiredError}
4527
4531
  */
4528
4532
  getWindowsDeprecated(sandboxId, xDaytonaOrganizationID, options) {
4529
- return localVarFp
4530
- .getWindowsDeprecated(sandboxId, xDaytonaOrganizationID, options)
4531
- .then((request) => request(axios, basePath));
4533
+ return localVarFp.getWindowsDeprecated(sandboxId, xDaytonaOrganizationID, options).then((request) => request(axios, basePath));
4532
4534
  },
4533
4535
  /**
4534
4536
  *
@@ -4540,9 +4542,7 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
4540
4542
  * @throws {RequiredError}
4541
4543
  */
4542
4544
  getWorkDirDeprecated(sandboxId, xDaytonaOrganizationID, options) {
4543
- return localVarFp
4544
- .getWorkDirDeprecated(sandboxId, xDaytonaOrganizationID, options)
4545
- .then((request) => request(axios, basePath));
4545
+ return localVarFp.getWorkDirDeprecated(sandboxId, xDaytonaOrganizationID, options).then((request) => request(axios, basePath));
4546
4546
  },
4547
4547
  /**
4548
4548
  * Add files to git commit
@@ -4555,9 +4555,7 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
4555
4555
  * @throws {RequiredError}
4556
4556
  */
4557
4557
  gitAddFilesDeprecated(sandboxId, gitAddRequest, xDaytonaOrganizationID, options) {
4558
- return localVarFp
4559
- .gitAddFilesDeprecated(sandboxId, gitAddRequest, xDaytonaOrganizationID, options)
4560
- .then((request) => request(axios, basePath));
4558
+ return localVarFp.gitAddFilesDeprecated(sandboxId, gitAddRequest, xDaytonaOrganizationID, options).then((request) => request(axios, basePath));
4561
4559
  },
4562
4560
  /**
4563
4561
  * Checkout branch or commit in git repository
@@ -4570,9 +4568,7 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
4570
4568
  * @throws {RequiredError}
4571
4569
  */
4572
4570
  gitCheckoutBranchDeprecated(sandboxId, gitCheckoutRequest, xDaytonaOrganizationID, options) {
4573
- return localVarFp
4574
- .gitCheckoutBranchDeprecated(sandboxId, gitCheckoutRequest, xDaytonaOrganizationID, options)
4575
- .then((request) => request(axios, basePath));
4571
+ return localVarFp.gitCheckoutBranchDeprecated(sandboxId, gitCheckoutRequest, xDaytonaOrganizationID, options).then((request) => request(axios, basePath));
4576
4572
  },
4577
4573
  /**
4578
4574
  * Clone git repository
@@ -4585,9 +4581,7 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
4585
4581
  * @throws {RequiredError}
4586
4582
  */
4587
4583
  gitCloneRepositoryDeprecated(sandboxId, gitCloneRequest, xDaytonaOrganizationID, options) {
4588
- return localVarFp
4589
- .gitCloneRepositoryDeprecated(sandboxId, gitCloneRequest, xDaytonaOrganizationID, options)
4590
- .then((request) => request(axios, basePath));
4584
+ return localVarFp.gitCloneRepositoryDeprecated(sandboxId, gitCloneRequest, xDaytonaOrganizationID, options).then((request) => request(axios, basePath));
4591
4585
  },
4592
4586
  /**
4593
4587
  * Commit changes to git repository
@@ -4600,9 +4594,7 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
4600
4594
  * @throws {RequiredError}
4601
4595
  */
4602
4596
  gitCommitChangesDeprecated(sandboxId, gitCommitRequest, xDaytonaOrganizationID, options) {
4603
- return localVarFp
4604
- .gitCommitChangesDeprecated(sandboxId, gitCommitRequest, xDaytonaOrganizationID, options)
4605
- .then((request) => request(axios, basePath));
4597
+ return localVarFp.gitCommitChangesDeprecated(sandboxId, gitCommitRequest, xDaytonaOrganizationID, options).then((request) => request(axios, basePath));
4606
4598
  },
4607
4599
  /**
4608
4600
  * Create branch on git repository
@@ -4615,9 +4607,7 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
4615
4607
  * @throws {RequiredError}
4616
4608
  */
4617
4609
  gitCreateBranchDeprecated(sandboxId, gitBranchRequest, xDaytonaOrganizationID, options) {
4618
- return localVarFp
4619
- .gitCreateBranchDeprecated(sandboxId, gitBranchRequest, xDaytonaOrganizationID, options)
4620
- .then((request) => request(axios, basePath));
4610
+ return localVarFp.gitCreateBranchDeprecated(sandboxId, gitBranchRequest, xDaytonaOrganizationID, options).then((request) => request(axios, basePath));
4621
4611
  },
4622
4612
  /**
4623
4613
  * Delete branch on git repository
@@ -4630,9 +4620,7 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
4630
4620
  * @throws {RequiredError}
4631
4621
  */
4632
4622
  gitDeleteBranchDeprecated(sandboxId, gitDeleteBranchRequest, xDaytonaOrganizationID, options) {
4633
- return localVarFp
4634
- .gitDeleteBranchDeprecated(sandboxId, gitDeleteBranchRequest, xDaytonaOrganizationID, options)
4635
- .then((request) => request(axios, basePath));
4623
+ return localVarFp.gitDeleteBranchDeprecated(sandboxId, gitDeleteBranchRequest, xDaytonaOrganizationID, options).then((request) => request(axios, basePath));
4636
4624
  },
4637
4625
  /**
4638
4626
  * Get commit history from git repository
@@ -4645,9 +4633,7 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
4645
4633
  * @throws {RequiredError}
4646
4634
  */
4647
4635
  gitGetHistoryDeprecated(sandboxId, path, xDaytonaOrganizationID, options) {
4648
- return localVarFp
4649
- .gitGetHistoryDeprecated(sandboxId, path, xDaytonaOrganizationID, options)
4650
- .then((request) => request(axios, basePath));
4636
+ return localVarFp.gitGetHistoryDeprecated(sandboxId, path, xDaytonaOrganizationID, options).then((request) => request(axios, basePath));
4651
4637
  },
4652
4638
  /**
4653
4639
  * Get status from git repository
@@ -4660,9 +4646,7 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
4660
4646
  * @throws {RequiredError}
4661
4647
  */
4662
4648
  gitGetStatusDeprecated(sandboxId, path, xDaytonaOrganizationID, options) {
4663
- return localVarFp
4664
- .gitGetStatusDeprecated(sandboxId, path, xDaytonaOrganizationID, options)
4665
- .then((request) => request(axios, basePath));
4649
+ return localVarFp.gitGetStatusDeprecated(sandboxId, path, xDaytonaOrganizationID, options).then((request) => request(axios, basePath));
4666
4650
  },
4667
4651
  /**
4668
4652
  * Get branch list from git repository
@@ -4675,9 +4659,7 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
4675
4659
  * @throws {RequiredError}
4676
4660
  */
4677
4661
  gitListBranchesDeprecated(sandboxId, path, xDaytonaOrganizationID, options) {
4678
- return localVarFp
4679
- .gitListBranchesDeprecated(sandboxId, path, xDaytonaOrganizationID, options)
4680
- .then((request) => request(axios, basePath));
4662
+ return localVarFp.gitListBranchesDeprecated(sandboxId, path, xDaytonaOrganizationID, options).then((request) => request(axios, basePath));
4681
4663
  },
4682
4664
  /**
4683
4665
  * Pull changes from remote
@@ -4690,9 +4672,7 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
4690
4672
  * @throws {RequiredError}
4691
4673
  */
4692
4674
  gitPullChangesDeprecated(sandboxId, gitRepoRequest, xDaytonaOrganizationID, options) {
4693
- return localVarFp
4694
- .gitPullChangesDeprecated(sandboxId, gitRepoRequest, xDaytonaOrganizationID, options)
4695
- .then((request) => request(axios, basePath));
4675
+ return localVarFp.gitPullChangesDeprecated(sandboxId, gitRepoRequest, xDaytonaOrganizationID, options).then((request) => request(axios, basePath));
4696
4676
  },
4697
4677
  /**
4698
4678
  * Push changes to remote
@@ -4705,9 +4685,7 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
4705
4685
  * @throws {RequiredError}
4706
4686
  */
4707
4687
  gitPushChangesDeprecated(sandboxId, gitRepoRequest, xDaytonaOrganizationID, options) {
4708
- return localVarFp
4709
- .gitPushChangesDeprecated(sandboxId, gitRepoRequest, xDaytonaOrganizationID, options)
4710
- .then((request) => request(axios, basePath));
4688
+ return localVarFp.gitPushChangesDeprecated(sandboxId, gitRepoRequest, xDaytonaOrganizationID, options).then((request) => request(axios, basePath));
4711
4689
  },
4712
4690
  /**
4713
4691
  *
@@ -4720,9 +4698,7 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
4720
4698
  * @throws {RequiredError}
4721
4699
  */
4722
4700
  listFilesDeprecated(sandboxId, xDaytonaOrganizationID, path, options) {
4723
- return localVarFp
4724
- .listFilesDeprecated(sandboxId, xDaytonaOrganizationID, path, options)
4725
- .then((request) => request(axios, basePath));
4701
+ return localVarFp.listFilesDeprecated(sandboxId, xDaytonaOrganizationID, path, options).then((request) => request(axios, basePath));
4726
4702
  },
4727
4703
  /**
4728
4704
  * List all active PTY sessions in the sandbox
@@ -4734,9 +4710,7 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
4734
4710
  * @throws {RequiredError}
4735
4711
  */
4736
4712
  listPTYSessionsDeprecated(sandboxId, xDaytonaOrganizationID, options) {
4737
- return localVarFp
4738
- .listPTYSessionsDeprecated(sandboxId, xDaytonaOrganizationID, options)
4739
- .then((request) => request(axios, basePath));
4713
+ return localVarFp.listPTYSessionsDeprecated(sandboxId, xDaytonaOrganizationID, options).then((request) => request(axios, basePath));
4740
4714
  },
4741
4715
  /**
4742
4716
  * List all active sessions in the sandbox
@@ -4748,9 +4722,7 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
4748
4722
  * @throws {RequiredError}
4749
4723
  */
4750
4724
  listSessionsDeprecated(sandboxId, xDaytonaOrganizationID, options) {
4751
- return localVarFp
4752
- .listSessionsDeprecated(sandboxId, xDaytonaOrganizationID, options)
4753
- .then((request) => request(axios, basePath));
4725
+ return localVarFp.listSessionsDeprecated(sandboxId, xDaytonaOrganizationID, options).then((request) => request(axios, basePath));
4754
4726
  },
4755
4727
  /**
4756
4728
  * The Completion request is sent from the client to the server to compute completion items at a given cursor position.
@@ -4763,9 +4735,7 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
4763
4735
  * @throws {RequiredError}
4764
4736
  */
4765
4737
  lspCompletionsDeprecated(sandboxId, lspCompletionParams, xDaytonaOrganizationID, options) {
4766
- return localVarFp
4767
- .lspCompletionsDeprecated(sandboxId, lspCompletionParams, xDaytonaOrganizationID, options)
4768
- .then((request) => request(axios, basePath));
4738
+ return localVarFp.lspCompletionsDeprecated(sandboxId, lspCompletionParams, xDaytonaOrganizationID, options).then((request) => request(axios, basePath));
4769
4739
  },
4770
4740
  /**
4771
4741
  * The document close notification is sent from the client to the server when the document got closed in the client.
@@ -4778,9 +4748,7 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
4778
4748
  * @throws {RequiredError}
4779
4749
  */
4780
4750
  lspDidCloseDeprecated(sandboxId, lspDocumentRequest, xDaytonaOrganizationID, options) {
4781
- return localVarFp
4782
- .lspDidCloseDeprecated(sandboxId, lspDocumentRequest, xDaytonaOrganizationID, options)
4783
- .then((request) => request(axios, basePath));
4751
+ return localVarFp.lspDidCloseDeprecated(sandboxId, lspDocumentRequest, xDaytonaOrganizationID, options).then((request) => request(axios, basePath));
4784
4752
  },
4785
4753
  /**
4786
4754
  * The document open notification is sent from the client to the server to signal newly opened text documents.
@@ -4793,9 +4761,7 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
4793
4761
  * @throws {RequiredError}
4794
4762
  */
4795
4763
  lspDidOpenDeprecated(sandboxId, lspDocumentRequest, xDaytonaOrganizationID, options) {
4796
- return localVarFp
4797
- .lspDidOpenDeprecated(sandboxId, lspDocumentRequest, xDaytonaOrganizationID, options)
4798
- .then((request) => request(axios, basePath));
4764
+ return localVarFp.lspDidOpenDeprecated(sandboxId, lspDocumentRequest, xDaytonaOrganizationID, options).then((request) => request(axios, basePath));
4799
4765
  },
4800
4766
  /**
4801
4767
  * The document symbol request is sent from the client to the server.
@@ -4810,9 +4776,7 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
4810
4776
  * @throws {RequiredError}
4811
4777
  */
4812
4778
  lspDocumentSymbolsDeprecated(sandboxId, languageId, pathToProject, uri, xDaytonaOrganizationID, options) {
4813
- return localVarFp
4814
- .lspDocumentSymbolsDeprecated(sandboxId, languageId, pathToProject, uri, xDaytonaOrganizationID, options)
4815
- .then((request) => request(axios, basePath));
4779
+ return localVarFp.lspDocumentSymbolsDeprecated(sandboxId, languageId, pathToProject, uri, xDaytonaOrganizationID, options).then((request) => request(axios, basePath));
4816
4780
  },
4817
4781
  /**
4818
4782
  * Start Lsp server process inside sandbox project
@@ -4825,9 +4789,7 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
4825
4789
  * @throws {RequiredError}
4826
4790
  */
4827
4791
  lspStartDeprecated(sandboxId, lspServerRequest, xDaytonaOrganizationID, options) {
4828
- return localVarFp
4829
- .lspStartDeprecated(sandboxId, lspServerRequest, xDaytonaOrganizationID, options)
4830
- .then((request) => request(axios, basePath));
4792
+ return localVarFp.lspStartDeprecated(sandboxId, lspServerRequest, xDaytonaOrganizationID, options).then((request) => request(axios, basePath));
4831
4793
  },
4832
4794
  /**
4833
4795
  * Stop Lsp server process inside sandbox project
@@ -4840,9 +4802,7 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
4840
4802
  * @throws {RequiredError}
4841
4803
  */
4842
4804
  lspStopDeprecated(sandboxId, lspServerRequest, xDaytonaOrganizationID, options) {
4843
- return localVarFp
4844
- .lspStopDeprecated(sandboxId, lspServerRequest, xDaytonaOrganizationID, options)
4845
- .then((request) => request(axios, basePath));
4805
+ return localVarFp.lspStopDeprecated(sandboxId, lspServerRequest, xDaytonaOrganizationID, options).then((request) => request(axios, basePath));
4846
4806
  },
4847
4807
  /**
4848
4808
  * The workspace symbol request is sent from the client to the server to list project-wide symbols matching the query string.
@@ -4857,9 +4817,7 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
4857
4817
  * @throws {RequiredError}
4858
4818
  */
4859
4819
  lspWorkspaceSymbolsDeprecated(sandboxId, languageId, pathToProject, query, xDaytonaOrganizationID, options) {
4860
- return localVarFp
4861
- .lspWorkspaceSymbolsDeprecated(sandboxId, languageId, pathToProject, query, xDaytonaOrganizationID, options)
4862
- .then((request) => request(axios, basePath));
4820
+ return localVarFp.lspWorkspaceSymbolsDeprecated(sandboxId, languageId, pathToProject, query, xDaytonaOrganizationID, options).then((request) => request(axios, basePath));
4863
4821
  },
4864
4822
  /**
4865
4823
  * Move file inside sandbox
@@ -4873,9 +4831,7 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
4873
4831
  * @throws {RequiredError}
4874
4832
  */
4875
4833
  moveFileDeprecated(sandboxId, source, destination, xDaytonaOrganizationID, options) {
4876
- return localVarFp
4877
- .moveFileDeprecated(sandboxId, source, destination, xDaytonaOrganizationID, options)
4878
- .then((request) => request(axios, basePath));
4834
+ return localVarFp.moveFileDeprecated(sandboxId, source, destination, xDaytonaOrganizationID, options).then((request) => request(axios, basePath));
4879
4835
  },
4880
4836
  /**
4881
4837
  * Move mouse cursor to specified coordinates
@@ -4888,9 +4844,7 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
4888
4844
  * @throws {RequiredError}
4889
4845
  */
4890
4846
  moveMouseDeprecated(sandboxId, mouseMoveRequest, xDaytonaOrganizationID, options) {
4891
- return localVarFp
4892
- .moveMouseDeprecated(sandboxId, mouseMoveRequest, xDaytonaOrganizationID, options)
4893
- .then((request) => request(axios, basePath));
4847
+ return localVarFp.moveMouseDeprecated(sandboxId, mouseMoveRequest, xDaytonaOrganizationID, options).then((request) => request(axios, basePath));
4894
4848
  },
4895
4849
  /**
4896
4850
  * Press a hotkey combination
@@ -4903,9 +4857,7 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
4903
4857
  * @throws {RequiredError}
4904
4858
  */
4905
4859
  pressHotkeyDeprecated(sandboxId, keyboardHotkeyRequest, xDaytonaOrganizationID, options) {
4906
- return localVarFp
4907
- .pressHotkeyDeprecated(sandboxId, keyboardHotkeyRequest, xDaytonaOrganizationID, options)
4908
- .then((request) => request(axios, basePath));
4860
+ return localVarFp.pressHotkeyDeprecated(sandboxId, keyboardHotkeyRequest, xDaytonaOrganizationID, options).then((request) => request(axios, basePath));
4909
4861
  },
4910
4862
  /**
4911
4863
  * Press a key with optional modifiers
@@ -4918,9 +4870,7 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
4918
4870
  * @throws {RequiredError}
4919
4871
  */
4920
4872
  pressKeyDeprecated(sandboxId, keyboardPressRequest, xDaytonaOrganizationID, options) {
4921
- return localVarFp
4922
- .pressKeyDeprecated(sandboxId, keyboardPressRequest, xDaytonaOrganizationID, options)
4923
- .then((request) => request(axios, basePath));
4873
+ return localVarFp.pressKeyDeprecated(sandboxId, keyboardPressRequest, xDaytonaOrganizationID, options).then((request) => request(axios, basePath));
4924
4874
  },
4925
4875
  /**
4926
4876
  * Replace text/pattern in multiple files inside sandbox
@@ -4933,9 +4883,7 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
4933
4883
  * @throws {RequiredError}
4934
4884
  */
4935
4885
  replaceInFilesDeprecated(sandboxId, replaceRequest, xDaytonaOrganizationID, options) {
4936
- return localVarFp
4937
- .replaceInFilesDeprecated(sandboxId, replaceRequest, xDaytonaOrganizationID, options)
4938
- .then((request) => request(axios, basePath));
4886
+ return localVarFp.replaceInFilesDeprecated(sandboxId, replaceRequest, xDaytonaOrganizationID, options).then((request) => request(axios, basePath));
4939
4887
  },
4940
4888
  /**
4941
4889
  * Resize a PTY session
@@ -4949,9 +4897,7 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
4949
4897
  * @throws {RequiredError}
4950
4898
  */
4951
4899
  resizePTYSessionDeprecated(sandboxId, sessionId, ptyResizeRequest, xDaytonaOrganizationID, options) {
4952
- return localVarFp
4953
- .resizePTYSessionDeprecated(sandboxId, sessionId, ptyResizeRequest, xDaytonaOrganizationID, options)
4954
- .then((request) => request(axios, basePath));
4900
+ return localVarFp.resizePTYSessionDeprecated(sandboxId, sessionId, ptyResizeRequest, xDaytonaOrganizationID, options).then((request) => request(axios, basePath));
4955
4901
  },
4956
4902
  /**
4957
4903
  * Restart a specific VNC process
@@ -4964,9 +4910,7 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
4964
4910
  * @throws {RequiredError}
4965
4911
  */
4966
4912
  restartProcessDeprecated(processName, sandboxId, xDaytonaOrganizationID, options) {
4967
- return localVarFp
4968
- .restartProcessDeprecated(processName, sandboxId, xDaytonaOrganizationID, options)
4969
- .then((request) => request(axios, basePath));
4913
+ return localVarFp.restartProcessDeprecated(processName, sandboxId, xDaytonaOrganizationID, options).then((request) => request(axios, basePath));
4970
4914
  },
4971
4915
  /**
4972
4916
  * Scroll mouse at specified coordinates
@@ -4979,9 +4923,7 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
4979
4923
  * @throws {RequiredError}
4980
4924
  */
4981
4925
  scrollMouseDeprecated(sandboxId, mouseScrollRequest, xDaytonaOrganizationID, options) {
4982
- return localVarFp
4983
- .scrollMouseDeprecated(sandboxId, mouseScrollRequest, xDaytonaOrganizationID, options)
4984
- .then((request) => request(axios, basePath));
4926
+ return localVarFp.scrollMouseDeprecated(sandboxId, mouseScrollRequest, xDaytonaOrganizationID, options).then((request) => request(axios, basePath));
4985
4927
  },
4986
4928
  /**
4987
4929
  * Search for files inside sandbox
@@ -4995,9 +4937,7 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
4995
4937
  * @throws {RequiredError}
4996
4938
  */
4997
4939
  searchFilesDeprecated(sandboxId, path, pattern, xDaytonaOrganizationID, options) {
4998
- return localVarFp
4999
- .searchFilesDeprecated(sandboxId, path, pattern, xDaytonaOrganizationID, options)
5000
- .then((request) => request(axios, basePath));
4940
+ return localVarFp.searchFilesDeprecated(sandboxId, path, pattern, xDaytonaOrganizationID, options).then((request) => request(axios, basePath));
5001
4941
  },
5002
4942
  /**
5003
4943
  * Set file owner/group/permissions inside sandbox
@@ -5013,9 +4953,7 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
5013
4953
  * @throws {RequiredError}
5014
4954
  */
5015
4955
  setFilePermissionsDeprecated(sandboxId, path, xDaytonaOrganizationID, owner, group, mode, options) {
5016
- return localVarFp
5017
- .setFilePermissionsDeprecated(sandboxId, path, xDaytonaOrganizationID, owner, group, mode, options)
5018
- .then((request) => request(axios, basePath));
4956
+ return localVarFp.setFilePermissionsDeprecated(sandboxId, path, xDaytonaOrganizationID, owner, group, mode, options).then((request) => request(axios, basePath));
5019
4957
  },
5020
4958
  /**
5021
4959
  * Start all VNC desktop processes (Xvfb, xfce4, x11vnc, novnc)
@@ -5027,9 +4965,7 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
5027
4965
  * @throws {RequiredError}
5028
4966
  */
5029
4967
  startComputerUseDeprecated(sandboxId, xDaytonaOrganizationID, options) {
5030
- return localVarFp
5031
- .startComputerUseDeprecated(sandboxId, xDaytonaOrganizationID, options)
5032
- .then((request) => request(axios, basePath));
4968
+ return localVarFp.startComputerUseDeprecated(sandboxId, xDaytonaOrganizationID, options).then((request) => request(axios, basePath));
5033
4969
  },
5034
4970
  /**
5035
4971
  * Stop all VNC desktop processes (Xvfb, xfce4, x11vnc, novnc)
@@ -5041,9 +4977,7 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
5041
4977
  * @throws {RequiredError}
5042
4978
  */
5043
4979
  stopComputerUseDeprecated(sandboxId, xDaytonaOrganizationID, options) {
5044
- return localVarFp
5045
- .stopComputerUseDeprecated(sandboxId, xDaytonaOrganizationID, options)
5046
- .then((request) => request(axios, basePath));
4980
+ return localVarFp.stopComputerUseDeprecated(sandboxId, xDaytonaOrganizationID, options).then((request) => request(axios, basePath));
5047
4981
  },
5048
4982
  /**
5049
4983
  * Take a compressed screenshot of a specific region
@@ -5063,9 +4997,7 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
5063
4997
  * @throws {RequiredError}
5064
4998
  */
5065
4999
  takeCompressedRegionScreenshotDeprecated(sandboxId, height, width, y, x, xDaytonaOrganizationID, scale, quality, format, showCursor, options) {
5066
- return localVarFp
5067
- .takeCompressedRegionScreenshotDeprecated(sandboxId, height, width, y, x, xDaytonaOrganizationID, scale, quality, format, showCursor, options)
5068
- .then((request) => request(axios, basePath));
5000
+ return localVarFp.takeCompressedRegionScreenshotDeprecated(sandboxId, height, width, y, x, xDaytonaOrganizationID, scale, quality, format, showCursor, options).then((request) => request(axios, basePath));
5069
5001
  },
5070
5002
  /**
5071
5003
  * Take a compressed screenshot with format, quality, and scale options
@@ -5081,9 +5013,7 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
5081
5013
  * @throws {RequiredError}
5082
5014
  */
5083
5015
  takeCompressedScreenshotDeprecated(sandboxId, xDaytonaOrganizationID, scale, quality, format, showCursor, options) {
5084
- return localVarFp
5085
- .takeCompressedScreenshotDeprecated(sandboxId, xDaytonaOrganizationID, scale, quality, format, showCursor, options)
5086
- .then((request) => request(axios, basePath));
5016
+ return localVarFp.takeCompressedScreenshotDeprecated(sandboxId, xDaytonaOrganizationID, scale, quality, format, showCursor, options).then((request) => request(axios, basePath));
5087
5017
  },
5088
5018
  /**
5089
5019
  * Take a screenshot of a specific region
@@ -5100,9 +5030,7 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
5100
5030
  * @throws {RequiredError}
5101
5031
  */
5102
5032
  takeRegionScreenshotDeprecated(sandboxId, height, width, y, x, xDaytonaOrganizationID, showCursor, options) {
5103
- return localVarFp
5104
- .takeRegionScreenshotDeprecated(sandboxId, height, width, y, x, xDaytonaOrganizationID, showCursor, options)
5105
- .then((request) => request(axios, basePath));
5033
+ return localVarFp.takeRegionScreenshotDeprecated(sandboxId, height, width, y, x, xDaytonaOrganizationID, showCursor, options).then((request) => request(axios, basePath));
5106
5034
  },
5107
5035
  /**
5108
5036
  * Take a screenshot of the entire screen
@@ -5115,9 +5043,7 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
5115
5043
  * @throws {RequiredError}
5116
5044
  */
5117
5045
  takeScreenshotDeprecated(sandboxId, xDaytonaOrganizationID, showCursor, options) {
5118
- return localVarFp
5119
- .takeScreenshotDeprecated(sandboxId, xDaytonaOrganizationID, showCursor, options)
5120
- .then((request) => request(axios, basePath));
5046
+ return localVarFp.takeScreenshotDeprecated(sandboxId, xDaytonaOrganizationID, showCursor, options).then((request) => request(axios, basePath));
5121
5047
  },
5122
5048
  /**
5123
5049
  * Type text using keyboard
@@ -5130,9 +5056,7 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
5130
5056
  * @throws {RequiredError}
5131
5057
  */
5132
5058
  typeTextDeprecated(sandboxId, keyboardTypeRequest, xDaytonaOrganizationID, options) {
5133
- return localVarFp
5134
- .typeTextDeprecated(sandboxId, keyboardTypeRequest, xDaytonaOrganizationID, options)
5135
- .then((request) => request(axios, basePath));
5059
+ return localVarFp.typeTextDeprecated(sandboxId, keyboardTypeRequest, xDaytonaOrganizationID, options).then((request) => request(axios, basePath));
5136
5060
  },
5137
5061
  /**
5138
5062
  * Upload file inside sandbox
@@ -5146,9 +5070,7 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
5146
5070
  * @throws {RequiredError}
5147
5071
  */
5148
5072
  uploadFileDeprecated(sandboxId, path, xDaytonaOrganizationID, file, options) {
5149
- return localVarFp
5150
- .uploadFileDeprecated(sandboxId, path, xDaytonaOrganizationID, file, options)
5151
- .then((request) => request(axios, basePath));
5073
+ return localVarFp.uploadFileDeprecated(sandboxId, path, xDaytonaOrganizationID, file, options).then((request) => request(axios, basePath));
5152
5074
  },
5153
5075
  /**
5154
5076
  * Upload multiple files inside sandbox
@@ -5160,9 +5082,7 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
5160
5082
  * @throws {RequiredError}
5161
5083
  */
5162
5084
  uploadFilesDeprecated(sandboxId, xDaytonaOrganizationID, options) {
5163
- return localVarFp
5164
- .uploadFilesDeprecated(sandboxId, xDaytonaOrganizationID, options)
5165
- .then((request) => request(axios, basePath));
5085
+ return localVarFp.uploadFilesDeprecated(sandboxId, xDaytonaOrganizationID, options).then((request) => request(axios, basePath));
5166
5086
  },
5167
5087
  };
5168
5088
  };
@@ -5186,9 +5106,7 @@ class ToolboxApi extends base_1.BaseAPI {
5186
5106
  * @memberof ToolboxApi
5187
5107
  */
5188
5108
  clickMouseDeprecated(sandboxId, mouseClickRequest, xDaytonaOrganizationID, options) {
5189
- return (0, exports.ToolboxApiFp)(this.configuration)
5190
- .clickMouseDeprecated(sandboxId, mouseClickRequest, xDaytonaOrganizationID, options)
5191
- .then((request) => request(this.axios, this.basePath));
5109
+ return (0, exports.ToolboxApiFp)(this.configuration).clickMouseDeprecated(sandboxId, mouseClickRequest, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
5192
5110
  }
5193
5111
  /**
5194
5112
  * Create folder inside sandbox
@@ -5203,9 +5121,7 @@ class ToolboxApi extends base_1.BaseAPI {
5203
5121
  * @memberof ToolboxApi
5204
5122
  */
5205
5123
  createFolderDeprecated(sandboxId, path, mode, xDaytonaOrganizationID, options) {
5206
- return (0, exports.ToolboxApiFp)(this.configuration)
5207
- .createFolderDeprecated(sandboxId, path, mode, xDaytonaOrganizationID, options)
5208
- .then((request) => request(this.axios, this.basePath));
5124
+ return (0, exports.ToolboxApiFp)(this.configuration).createFolderDeprecated(sandboxId, path, mode, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
5209
5125
  }
5210
5126
  /**
5211
5127
  * Create a new PTY session in the sandbox
@@ -5219,9 +5135,7 @@ class ToolboxApi extends base_1.BaseAPI {
5219
5135
  * @memberof ToolboxApi
5220
5136
  */
5221
5137
  createPTYSessionDeprecated(sandboxId, ptyCreateRequest, xDaytonaOrganizationID, options) {
5222
- return (0, exports.ToolboxApiFp)(this.configuration)
5223
- .createPTYSessionDeprecated(sandboxId, ptyCreateRequest, xDaytonaOrganizationID, options)
5224
- .then((request) => request(this.axios, this.basePath));
5138
+ return (0, exports.ToolboxApiFp)(this.configuration).createPTYSessionDeprecated(sandboxId, ptyCreateRequest, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
5225
5139
  }
5226
5140
  /**
5227
5141
  * Create a new session in the sandbox
@@ -5235,9 +5149,7 @@ class ToolboxApi extends base_1.BaseAPI {
5235
5149
  * @memberof ToolboxApi
5236
5150
  */
5237
5151
  createSessionDeprecated(sandboxId, createSessionRequest, xDaytonaOrganizationID, options) {
5238
- return (0, exports.ToolboxApiFp)(this.configuration)
5239
- .createSessionDeprecated(sandboxId, createSessionRequest, xDaytonaOrganizationID, options)
5240
- .then((request) => request(this.axios, this.basePath));
5152
+ return (0, exports.ToolboxApiFp)(this.configuration).createSessionDeprecated(sandboxId, createSessionRequest, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
5241
5153
  }
5242
5154
  /**
5243
5155
  * Delete file inside sandbox
@@ -5252,9 +5164,7 @@ class ToolboxApi extends base_1.BaseAPI {
5252
5164
  * @memberof ToolboxApi
5253
5165
  */
5254
5166
  deleteFileDeprecated(sandboxId, path, xDaytonaOrganizationID, recursive, options) {
5255
- return (0, exports.ToolboxApiFp)(this.configuration)
5256
- .deleteFileDeprecated(sandboxId, path, xDaytonaOrganizationID, recursive, options)
5257
- .then((request) => request(this.axios, this.basePath));
5167
+ return (0, exports.ToolboxApiFp)(this.configuration).deleteFileDeprecated(sandboxId, path, xDaytonaOrganizationID, recursive, options).then((request) => request(this.axios, this.basePath));
5258
5168
  }
5259
5169
  /**
5260
5170
  * Delete a PTY session and terminate the associated process
@@ -5268,9 +5178,7 @@ class ToolboxApi extends base_1.BaseAPI {
5268
5178
  * @memberof ToolboxApi
5269
5179
  */
5270
5180
  deletePTYSessionDeprecated(sandboxId, sessionId, xDaytonaOrganizationID, options) {
5271
- return (0, exports.ToolboxApiFp)(this.configuration)
5272
- .deletePTYSessionDeprecated(sandboxId, sessionId, xDaytonaOrganizationID, options)
5273
- .then((request) => request(this.axios, this.basePath));
5181
+ return (0, exports.ToolboxApiFp)(this.configuration).deletePTYSessionDeprecated(sandboxId, sessionId, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
5274
5182
  }
5275
5183
  /**
5276
5184
  * Delete a specific session
@@ -5284,9 +5192,7 @@ class ToolboxApi extends base_1.BaseAPI {
5284
5192
  * @memberof ToolboxApi
5285
5193
  */
5286
5194
  deleteSessionDeprecated(sandboxId, sessionId, xDaytonaOrganizationID, options) {
5287
- return (0, exports.ToolboxApiFp)(this.configuration)
5288
- .deleteSessionDeprecated(sandboxId, sessionId, xDaytonaOrganizationID, options)
5289
- .then((request) => request(this.axios, this.basePath));
5195
+ return (0, exports.ToolboxApiFp)(this.configuration).deleteSessionDeprecated(sandboxId, sessionId, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
5290
5196
  }
5291
5197
  /**
5292
5198
  * Download file from sandbox
@@ -5300,9 +5206,7 @@ class ToolboxApi extends base_1.BaseAPI {
5300
5206
  * @memberof ToolboxApi
5301
5207
  */
5302
5208
  downloadFileDeprecated(sandboxId, path, xDaytonaOrganizationID, options) {
5303
- return (0, exports.ToolboxApiFp)(this.configuration)
5304
- .downloadFileDeprecated(sandboxId, path, xDaytonaOrganizationID, options)
5305
- .then((request) => request(this.axios, this.basePath));
5209
+ return (0, exports.ToolboxApiFp)(this.configuration).downloadFileDeprecated(sandboxId, path, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
5306
5210
  }
5307
5211
  /**
5308
5212
  * Streams back a multipart/form-data bundle of the requested paths
@@ -5316,9 +5220,7 @@ class ToolboxApi extends base_1.BaseAPI {
5316
5220
  * @memberof ToolboxApi
5317
5221
  */
5318
5222
  downloadFilesDeprecated(sandboxId, downloadFiles, xDaytonaOrganizationID, options) {
5319
- return (0, exports.ToolboxApiFp)(this.configuration)
5320
- .downloadFilesDeprecated(sandboxId, downloadFiles, xDaytonaOrganizationID, options)
5321
- .then((request) => request(this.axios, this.basePath));
5223
+ return (0, exports.ToolboxApiFp)(this.configuration).downloadFilesDeprecated(sandboxId, downloadFiles, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
5322
5224
  }
5323
5225
  /**
5324
5226
  * Drag mouse from start to end coordinates
@@ -5332,9 +5234,7 @@ class ToolboxApi extends base_1.BaseAPI {
5332
5234
  * @memberof ToolboxApi
5333
5235
  */
5334
5236
  dragMouseDeprecated(sandboxId, mouseDragRequest, xDaytonaOrganizationID, options) {
5335
- return (0, exports.ToolboxApiFp)(this.configuration)
5336
- .dragMouseDeprecated(sandboxId, mouseDragRequest, xDaytonaOrganizationID, options)
5337
- .then((request) => request(this.axios, this.basePath));
5237
+ return (0, exports.ToolboxApiFp)(this.configuration).dragMouseDeprecated(sandboxId, mouseDragRequest, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
5338
5238
  }
5339
5239
  /**
5340
5240
  * Execute command synchronously inside sandbox
@@ -5348,9 +5248,7 @@ class ToolboxApi extends base_1.BaseAPI {
5348
5248
  * @memberof ToolboxApi
5349
5249
  */
5350
5250
  executeCommandDeprecated(sandboxId, executeRequest, xDaytonaOrganizationID, options) {
5351
- return (0, exports.ToolboxApiFp)(this.configuration)
5352
- .executeCommandDeprecated(sandboxId, executeRequest, xDaytonaOrganizationID, options)
5353
- .then((request) => request(this.axios, this.basePath));
5251
+ return (0, exports.ToolboxApiFp)(this.configuration).executeCommandDeprecated(sandboxId, executeRequest, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
5354
5252
  }
5355
5253
  /**
5356
5254
  * Execute a command in a specific session
@@ -5365,9 +5263,7 @@ class ToolboxApi extends base_1.BaseAPI {
5365
5263
  * @memberof ToolboxApi
5366
5264
  */
5367
5265
  executeSessionCommandDeprecated(sandboxId, sessionId, sessionExecuteRequest, xDaytonaOrganizationID, options) {
5368
- return (0, exports.ToolboxApiFp)(this.configuration)
5369
- .executeSessionCommandDeprecated(sandboxId, sessionId, sessionExecuteRequest, xDaytonaOrganizationID, options)
5370
- .then((request) => request(this.axios, this.basePath));
5266
+ return (0, exports.ToolboxApiFp)(this.configuration).executeSessionCommandDeprecated(sandboxId, sessionId, sessionExecuteRequest, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
5371
5267
  }
5372
5268
  /**
5373
5269
  * Search for text/pattern inside sandbox files
@@ -5382,9 +5278,7 @@ class ToolboxApi extends base_1.BaseAPI {
5382
5278
  * @memberof ToolboxApi
5383
5279
  */
5384
5280
  findInFilesDeprecated(sandboxId, path, pattern, xDaytonaOrganizationID, options) {
5385
- return (0, exports.ToolboxApiFp)(this.configuration)
5386
- .findInFilesDeprecated(sandboxId, path, pattern, xDaytonaOrganizationID, options)
5387
- .then((request) => request(this.axios, this.basePath));
5281
+ return (0, exports.ToolboxApiFp)(this.configuration).findInFilesDeprecated(sandboxId, path, pattern, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
5388
5282
  }
5389
5283
  /**
5390
5284
  * Get status of all VNC desktop processes
@@ -5397,9 +5291,7 @@ class ToolboxApi extends base_1.BaseAPI {
5397
5291
  * @memberof ToolboxApi
5398
5292
  */
5399
5293
  getComputerUseStatusDeprecated(sandboxId, xDaytonaOrganizationID, options) {
5400
- return (0, exports.ToolboxApiFp)(this.configuration)
5401
- .getComputerUseStatusDeprecated(sandboxId, xDaytonaOrganizationID, options)
5402
- .then((request) => request(this.axios, this.basePath));
5294
+ return (0, exports.ToolboxApiFp)(this.configuration).getComputerUseStatusDeprecated(sandboxId, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
5403
5295
  }
5404
5296
  /**
5405
5297
  * Get information about displays
@@ -5412,9 +5304,7 @@ class ToolboxApi extends base_1.BaseAPI {
5412
5304
  * @memberof ToolboxApi
5413
5305
  */
5414
5306
  getDisplayInfoDeprecated(sandboxId, xDaytonaOrganizationID, options) {
5415
- return (0, exports.ToolboxApiFp)(this.configuration)
5416
- .getDisplayInfoDeprecated(sandboxId, xDaytonaOrganizationID, options)
5417
- .then((request) => request(this.axios, this.basePath));
5307
+ return (0, exports.ToolboxApiFp)(this.configuration).getDisplayInfoDeprecated(sandboxId, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
5418
5308
  }
5419
5309
  /**
5420
5310
  * Get file info inside sandbox
@@ -5428,9 +5318,7 @@ class ToolboxApi extends base_1.BaseAPI {
5428
5318
  * @memberof ToolboxApi
5429
5319
  */
5430
5320
  getFileInfoDeprecated(sandboxId, path, xDaytonaOrganizationID, options) {
5431
- return (0, exports.ToolboxApiFp)(this.configuration)
5432
- .getFileInfoDeprecated(sandboxId, path, xDaytonaOrganizationID, options)
5433
- .then((request) => request(this.axios, this.basePath));
5321
+ return (0, exports.ToolboxApiFp)(this.configuration).getFileInfoDeprecated(sandboxId, path, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
5434
5322
  }
5435
5323
  /**
5436
5324
  * Get current mouse cursor position
@@ -5443,9 +5331,7 @@ class ToolboxApi extends base_1.BaseAPI {
5443
5331
  * @memberof ToolboxApi
5444
5332
  */
5445
5333
  getMousePositionDeprecated(sandboxId, xDaytonaOrganizationID, options) {
5446
- return (0, exports.ToolboxApiFp)(this.configuration)
5447
- .getMousePositionDeprecated(sandboxId, xDaytonaOrganizationID, options)
5448
- .then((request) => request(this.axios, this.basePath));
5334
+ return (0, exports.ToolboxApiFp)(this.configuration).getMousePositionDeprecated(sandboxId, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
5449
5335
  }
5450
5336
  /**
5451
5337
  * Get PTY session information by ID
@@ -5459,9 +5345,7 @@ class ToolboxApi extends base_1.BaseAPI {
5459
5345
  * @memberof ToolboxApi
5460
5346
  */
5461
5347
  getPTYSessionDeprecated(sandboxId, sessionId, xDaytonaOrganizationID, options) {
5462
- return (0, exports.ToolboxApiFp)(this.configuration)
5463
- .getPTYSessionDeprecated(sandboxId, sessionId, xDaytonaOrganizationID, options)
5464
- .then((request) => request(this.axios, this.basePath));
5348
+ return (0, exports.ToolboxApiFp)(this.configuration).getPTYSessionDeprecated(sandboxId, sessionId, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
5465
5349
  }
5466
5350
  /**
5467
5351
  * Get error logs for a specific VNC process
@@ -5475,9 +5359,7 @@ class ToolboxApi extends base_1.BaseAPI {
5475
5359
  * @memberof ToolboxApi
5476
5360
  */
5477
5361
  getProcessErrorsDeprecated(processName, sandboxId, xDaytonaOrganizationID, options) {
5478
- return (0, exports.ToolboxApiFp)(this.configuration)
5479
- .getProcessErrorsDeprecated(processName, sandboxId, xDaytonaOrganizationID, options)
5480
- .then((request) => request(this.axios, this.basePath));
5362
+ return (0, exports.ToolboxApiFp)(this.configuration).getProcessErrorsDeprecated(processName, sandboxId, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
5481
5363
  }
5482
5364
  /**
5483
5365
  * Get logs for a specific VNC process
@@ -5491,9 +5373,7 @@ class ToolboxApi extends base_1.BaseAPI {
5491
5373
  * @memberof ToolboxApi
5492
5374
  */
5493
5375
  getProcessLogsDeprecated(processName, sandboxId, xDaytonaOrganizationID, options) {
5494
- return (0, exports.ToolboxApiFp)(this.configuration)
5495
- .getProcessLogsDeprecated(processName, sandboxId, xDaytonaOrganizationID, options)
5496
- .then((request) => request(this.axios, this.basePath));
5376
+ return (0, exports.ToolboxApiFp)(this.configuration).getProcessLogsDeprecated(processName, sandboxId, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
5497
5377
  }
5498
5378
  /**
5499
5379
  * Get status of a specific VNC process
@@ -5507,9 +5387,7 @@ class ToolboxApi extends base_1.BaseAPI {
5507
5387
  * @memberof ToolboxApi
5508
5388
  */
5509
5389
  getProcessStatusDeprecated(processName, sandboxId, xDaytonaOrganizationID, options) {
5510
- return (0, exports.ToolboxApiFp)(this.configuration)
5511
- .getProcessStatusDeprecated(processName, sandboxId, xDaytonaOrganizationID, options)
5512
- .then((request) => request(this.axios, this.basePath));
5390
+ return (0, exports.ToolboxApiFp)(this.configuration).getProcessStatusDeprecated(processName, sandboxId, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
5513
5391
  }
5514
5392
  /**
5515
5393
  *
@@ -5522,9 +5400,7 @@ class ToolboxApi extends base_1.BaseAPI {
5522
5400
  * @memberof ToolboxApi
5523
5401
  */
5524
5402
  getProjectDirDeprecated(sandboxId, xDaytonaOrganizationID, options) {
5525
- return (0, exports.ToolboxApiFp)(this.configuration)
5526
- .getProjectDirDeprecated(sandboxId, xDaytonaOrganizationID, options)
5527
- .then((request) => request(this.axios, this.basePath));
5403
+ return (0, exports.ToolboxApiFp)(this.configuration).getProjectDirDeprecated(sandboxId, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
5528
5404
  }
5529
5405
  /**
5530
5406
  * Get session command by ID
@@ -5539,9 +5415,7 @@ class ToolboxApi extends base_1.BaseAPI {
5539
5415
  * @memberof ToolboxApi
5540
5416
  */
5541
5417
  getSessionCommandDeprecated(sandboxId, sessionId, commandId, xDaytonaOrganizationID, options) {
5542
- return (0, exports.ToolboxApiFp)(this.configuration)
5543
- .getSessionCommandDeprecated(sandboxId, sessionId, commandId, xDaytonaOrganizationID, options)
5544
- .then((request) => request(this.axios, this.basePath));
5418
+ return (0, exports.ToolboxApiFp)(this.configuration).getSessionCommandDeprecated(sandboxId, sessionId, commandId, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
5545
5419
  }
5546
5420
  /**
5547
5421
  * Get logs for a specific command in a session
@@ -5557,9 +5431,7 @@ class ToolboxApi extends base_1.BaseAPI {
5557
5431
  * @memberof ToolboxApi
5558
5432
  */
5559
5433
  getSessionCommandLogsDeprecated(sandboxId, sessionId, commandId, xDaytonaOrganizationID, follow, options) {
5560
- return (0, exports.ToolboxApiFp)(this.configuration)
5561
- .getSessionCommandLogsDeprecated(sandboxId, sessionId, commandId, xDaytonaOrganizationID, follow, options)
5562
- .then((request) => request(this.axios, this.basePath));
5434
+ return (0, exports.ToolboxApiFp)(this.configuration).getSessionCommandLogsDeprecated(sandboxId, sessionId, commandId, xDaytonaOrganizationID, follow, options).then((request) => request(this.axios, this.basePath));
5563
5435
  }
5564
5436
  /**
5565
5437
  * Get session by ID
@@ -5573,9 +5445,7 @@ class ToolboxApi extends base_1.BaseAPI {
5573
5445
  * @memberof ToolboxApi
5574
5446
  */
5575
5447
  getSessionDeprecated(sandboxId, sessionId, xDaytonaOrganizationID, options) {
5576
- return (0, exports.ToolboxApiFp)(this.configuration)
5577
- .getSessionDeprecated(sandboxId, sessionId, xDaytonaOrganizationID, options)
5578
- .then((request) => request(this.axios, this.basePath));
5448
+ return (0, exports.ToolboxApiFp)(this.configuration).getSessionDeprecated(sandboxId, sessionId, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
5579
5449
  }
5580
5450
  /**
5581
5451
  *
@@ -5588,9 +5458,7 @@ class ToolboxApi extends base_1.BaseAPI {
5588
5458
  * @memberof ToolboxApi
5589
5459
  */
5590
5460
  getUserHomeDirDeprecated(sandboxId, xDaytonaOrganizationID, options) {
5591
- return (0, exports.ToolboxApiFp)(this.configuration)
5592
- .getUserHomeDirDeprecated(sandboxId, xDaytonaOrganizationID, options)
5593
- .then((request) => request(this.axios, this.basePath));
5461
+ return (0, exports.ToolboxApiFp)(this.configuration).getUserHomeDirDeprecated(sandboxId, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
5594
5462
  }
5595
5463
  /**
5596
5464
  * Get list of open windows
@@ -5603,9 +5471,7 @@ class ToolboxApi extends base_1.BaseAPI {
5603
5471
  * @memberof ToolboxApi
5604
5472
  */
5605
5473
  getWindowsDeprecated(sandboxId, xDaytonaOrganizationID, options) {
5606
- return (0, exports.ToolboxApiFp)(this.configuration)
5607
- .getWindowsDeprecated(sandboxId, xDaytonaOrganizationID, options)
5608
- .then((request) => request(this.axios, this.basePath));
5474
+ return (0, exports.ToolboxApiFp)(this.configuration).getWindowsDeprecated(sandboxId, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
5609
5475
  }
5610
5476
  /**
5611
5477
  *
@@ -5618,9 +5484,7 @@ class ToolboxApi extends base_1.BaseAPI {
5618
5484
  * @memberof ToolboxApi
5619
5485
  */
5620
5486
  getWorkDirDeprecated(sandboxId, xDaytonaOrganizationID, options) {
5621
- return (0, exports.ToolboxApiFp)(this.configuration)
5622
- .getWorkDirDeprecated(sandboxId, xDaytonaOrganizationID, options)
5623
- .then((request) => request(this.axios, this.basePath));
5487
+ return (0, exports.ToolboxApiFp)(this.configuration).getWorkDirDeprecated(sandboxId, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
5624
5488
  }
5625
5489
  /**
5626
5490
  * Add files to git commit
@@ -5634,9 +5498,7 @@ class ToolboxApi extends base_1.BaseAPI {
5634
5498
  * @memberof ToolboxApi
5635
5499
  */
5636
5500
  gitAddFilesDeprecated(sandboxId, gitAddRequest, xDaytonaOrganizationID, options) {
5637
- return (0, exports.ToolboxApiFp)(this.configuration)
5638
- .gitAddFilesDeprecated(sandboxId, gitAddRequest, xDaytonaOrganizationID, options)
5639
- .then((request) => request(this.axios, this.basePath));
5501
+ return (0, exports.ToolboxApiFp)(this.configuration).gitAddFilesDeprecated(sandboxId, gitAddRequest, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
5640
5502
  }
5641
5503
  /**
5642
5504
  * Checkout branch or commit in git repository
@@ -5650,9 +5512,7 @@ class ToolboxApi extends base_1.BaseAPI {
5650
5512
  * @memberof ToolboxApi
5651
5513
  */
5652
5514
  gitCheckoutBranchDeprecated(sandboxId, gitCheckoutRequest, xDaytonaOrganizationID, options) {
5653
- return (0, exports.ToolboxApiFp)(this.configuration)
5654
- .gitCheckoutBranchDeprecated(sandboxId, gitCheckoutRequest, xDaytonaOrganizationID, options)
5655
- .then((request) => request(this.axios, this.basePath));
5515
+ return (0, exports.ToolboxApiFp)(this.configuration).gitCheckoutBranchDeprecated(sandboxId, gitCheckoutRequest, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
5656
5516
  }
5657
5517
  /**
5658
5518
  * Clone git repository
@@ -5666,9 +5526,7 @@ class ToolboxApi extends base_1.BaseAPI {
5666
5526
  * @memberof ToolboxApi
5667
5527
  */
5668
5528
  gitCloneRepositoryDeprecated(sandboxId, gitCloneRequest, xDaytonaOrganizationID, options) {
5669
- return (0, exports.ToolboxApiFp)(this.configuration)
5670
- .gitCloneRepositoryDeprecated(sandboxId, gitCloneRequest, xDaytonaOrganizationID, options)
5671
- .then((request) => request(this.axios, this.basePath));
5529
+ return (0, exports.ToolboxApiFp)(this.configuration).gitCloneRepositoryDeprecated(sandboxId, gitCloneRequest, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
5672
5530
  }
5673
5531
  /**
5674
5532
  * Commit changes to git repository
@@ -5682,9 +5540,7 @@ class ToolboxApi extends base_1.BaseAPI {
5682
5540
  * @memberof ToolboxApi
5683
5541
  */
5684
5542
  gitCommitChangesDeprecated(sandboxId, gitCommitRequest, xDaytonaOrganizationID, options) {
5685
- return (0, exports.ToolboxApiFp)(this.configuration)
5686
- .gitCommitChangesDeprecated(sandboxId, gitCommitRequest, xDaytonaOrganizationID, options)
5687
- .then((request) => request(this.axios, this.basePath));
5543
+ return (0, exports.ToolboxApiFp)(this.configuration).gitCommitChangesDeprecated(sandboxId, gitCommitRequest, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
5688
5544
  }
5689
5545
  /**
5690
5546
  * Create branch on git repository
@@ -5698,9 +5554,7 @@ class ToolboxApi extends base_1.BaseAPI {
5698
5554
  * @memberof ToolboxApi
5699
5555
  */
5700
5556
  gitCreateBranchDeprecated(sandboxId, gitBranchRequest, xDaytonaOrganizationID, options) {
5701
- return (0, exports.ToolboxApiFp)(this.configuration)
5702
- .gitCreateBranchDeprecated(sandboxId, gitBranchRequest, xDaytonaOrganizationID, options)
5703
- .then((request) => request(this.axios, this.basePath));
5557
+ return (0, exports.ToolboxApiFp)(this.configuration).gitCreateBranchDeprecated(sandboxId, gitBranchRequest, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
5704
5558
  }
5705
5559
  /**
5706
5560
  * Delete branch on git repository
@@ -5714,9 +5568,7 @@ class ToolboxApi extends base_1.BaseAPI {
5714
5568
  * @memberof ToolboxApi
5715
5569
  */
5716
5570
  gitDeleteBranchDeprecated(sandboxId, gitDeleteBranchRequest, xDaytonaOrganizationID, options) {
5717
- return (0, exports.ToolboxApiFp)(this.configuration)
5718
- .gitDeleteBranchDeprecated(sandboxId, gitDeleteBranchRequest, xDaytonaOrganizationID, options)
5719
- .then((request) => request(this.axios, this.basePath));
5571
+ return (0, exports.ToolboxApiFp)(this.configuration).gitDeleteBranchDeprecated(sandboxId, gitDeleteBranchRequest, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
5720
5572
  }
5721
5573
  /**
5722
5574
  * Get commit history from git repository
@@ -5730,9 +5582,7 @@ class ToolboxApi extends base_1.BaseAPI {
5730
5582
  * @memberof ToolboxApi
5731
5583
  */
5732
5584
  gitGetHistoryDeprecated(sandboxId, path, xDaytonaOrganizationID, options) {
5733
- return (0, exports.ToolboxApiFp)(this.configuration)
5734
- .gitGetHistoryDeprecated(sandboxId, path, xDaytonaOrganizationID, options)
5735
- .then((request) => request(this.axios, this.basePath));
5585
+ return (0, exports.ToolboxApiFp)(this.configuration).gitGetHistoryDeprecated(sandboxId, path, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
5736
5586
  }
5737
5587
  /**
5738
5588
  * Get status from git repository
@@ -5746,9 +5596,7 @@ class ToolboxApi extends base_1.BaseAPI {
5746
5596
  * @memberof ToolboxApi
5747
5597
  */
5748
5598
  gitGetStatusDeprecated(sandboxId, path, xDaytonaOrganizationID, options) {
5749
- return (0, exports.ToolboxApiFp)(this.configuration)
5750
- .gitGetStatusDeprecated(sandboxId, path, xDaytonaOrganizationID, options)
5751
- .then((request) => request(this.axios, this.basePath));
5599
+ return (0, exports.ToolboxApiFp)(this.configuration).gitGetStatusDeprecated(sandboxId, path, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
5752
5600
  }
5753
5601
  /**
5754
5602
  * Get branch list from git repository
@@ -5762,9 +5610,7 @@ class ToolboxApi extends base_1.BaseAPI {
5762
5610
  * @memberof ToolboxApi
5763
5611
  */
5764
5612
  gitListBranchesDeprecated(sandboxId, path, xDaytonaOrganizationID, options) {
5765
- return (0, exports.ToolboxApiFp)(this.configuration)
5766
- .gitListBranchesDeprecated(sandboxId, path, xDaytonaOrganizationID, options)
5767
- .then((request) => request(this.axios, this.basePath));
5613
+ return (0, exports.ToolboxApiFp)(this.configuration).gitListBranchesDeprecated(sandboxId, path, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
5768
5614
  }
5769
5615
  /**
5770
5616
  * Pull changes from remote
@@ -5778,9 +5624,7 @@ class ToolboxApi extends base_1.BaseAPI {
5778
5624
  * @memberof ToolboxApi
5779
5625
  */
5780
5626
  gitPullChangesDeprecated(sandboxId, gitRepoRequest, xDaytonaOrganizationID, options) {
5781
- return (0, exports.ToolboxApiFp)(this.configuration)
5782
- .gitPullChangesDeprecated(sandboxId, gitRepoRequest, xDaytonaOrganizationID, options)
5783
- .then((request) => request(this.axios, this.basePath));
5627
+ return (0, exports.ToolboxApiFp)(this.configuration).gitPullChangesDeprecated(sandboxId, gitRepoRequest, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
5784
5628
  }
5785
5629
  /**
5786
5630
  * Push changes to remote
@@ -5794,9 +5638,7 @@ class ToolboxApi extends base_1.BaseAPI {
5794
5638
  * @memberof ToolboxApi
5795
5639
  */
5796
5640
  gitPushChangesDeprecated(sandboxId, gitRepoRequest, xDaytonaOrganizationID, options) {
5797
- return (0, exports.ToolboxApiFp)(this.configuration)
5798
- .gitPushChangesDeprecated(sandboxId, gitRepoRequest, xDaytonaOrganizationID, options)
5799
- .then((request) => request(this.axios, this.basePath));
5641
+ return (0, exports.ToolboxApiFp)(this.configuration).gitPushChangesDeprecated(sandboxId, gitRepoRequest, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
5800
5642
  }
5801
5643
  /**
5802
5644
  *
@@ -5810,9 +5652,7 @@ class ToolboxApi extends base_1.BaseAPI {
5810
5652
  * @memberof ToolboxApi
5811
5653
  */
5812
5654
  listFilesDeprecated(sandboxId, xDaytonaOrganizationID, path, options) {
5813
- return (0, exports.ToolboxApiFp)(this.configuration)
5814
- .listFilesDeprecated(sandboxId, xDaytonaOrganizationID, path, options)
5815
- .then((request) => request(this.axios, this.basePath));
5655
+ return (0, exports.ToolboxApiFp)(this.configuration).listFilesDeprecated(sandboxId, xDaytonaOrganizationID, path, options).then((request) => request(this.axios, this.basePath));
5816
5656
  }
5817
5657
  /**
5818
5658
  * List all active PTY sessions in the sandbox
@@ -5825,9 +5665,7 @@ class ToolboxApi extends base_1.BaseAPI {
5825
5665
  * @memberof ToolboxApi
5826
5666
  */
5827
5667
  listPTYSessionsDeprecated(sandboxId, xDaytonaOrganizationID, options) {
5828
- return (0, exports.ToolboxApiFp)(this.configuration)
5829
- .listPTYSessionsDeprecated(sandboxId, xDaytonaOrganizationID, options)
5830
- .then((request) => request(this.axios, this.basePath));
5668
+ return (0, exports.ToolboxApiFp)(this.configuration).listPTYSessionsDeprecated(sandboxId, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
5831
5669
  }
5832
5670
  /**
5833
5671
  * List all active sessions in the sandbox
@@ -5840,9 +5678,7 @@ class ToolboxApi extends base_1.BaseAPI {
5840
5678
  * @memberof ToolboxApi
5841
5679
  */
5842
5680
  listSessionsDeprecated(sandboxId, xDaytonaOrganizationID, options) {
5843
- return (0, exports.ToolboxApiFp)(this.configuration)
5844
- .listSessionsDeprecated(sandboxId, xDaytonaOrganizationID, options)
5845
- .then((request) => request(this.axios, this.basePath));
5681
+ return (0, exports.ToolboxApiFp)(this.configuration).listSessionsDeprecated(sandboxId, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
5846
5682
  }
5847
5683
  /**
5848
5684
  * The Completion request is sent from the client to the server to compute completion items at a given cursor position.
@@ -5856,9 +5692,7 @@ class ToolboxApi extends base_1.BaseAPI {
5856
5692
  * @memberof ToolboxApi
5857
5693
  */
5858
5694
  lspCompletionsDeprecated(sandboxId, lspCompletionParams, xDaytonaOrganizationID, options) {
5859
- return (0, exports.ToolboxApiFp)(this.configuration)
5860
- .lspCompletionsDeprecated(sandboxId, lspCompletionParams, xDaytonaOrganizationID, options)
5861
- .then((request) => request(this.axios, this.basePath));
5695
+ return (0, exports.ToolboxApiFp)(this.configuration).lspCompletionsDeprecated(sandboxId, lspCompletionParams, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
5862
5696
  }
5863
5697
  /**
5864
5698
  * The document close notification is sent from the client to the server when the document got closed in the client.
@@ -5872,9 +5706,7 @@ class ToolboxApi extends base_1.BaseAPI {
5872
5706
  * @memberof ToolboxApi
5873
5707
  */
5874
5708
  lspDidCloseDeprecated(sandboxId, lspDocumentRequest, xDaytonaOrganizationID, options) {
5875
- return (0, exports.ToolboxApiFp)(this.configuration)
5876
- .lspDidCloseDeprecated(sandboxId, lspDocumentRequest, xDaytonaOrganizationID, options)
5877
- .then((request) => request(this.axios, this.basePath));
5709
+ return (0, exports.ToolboxApiFp)(this.configuration).lspDidCloseDeprecated(sandboxId, lspDocumentRequest, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
5878
5710
  }
5879
5711
  /**
5880
5712
  * The document open notification is sent from the client to the server to signal newly opened text documents.
@@ -5888,9 +5720,7 @@ class ToolboxApi extends base_1.BaseAPI {
5888
5720
  * @memberof ToolboxApi
5889
5721
  */
5890
5722
  lspDidOpenDeprecated(sandboxId, lspDocumentRequest, xDaytonaOrganizationID, options) {
5891
- return (0, exports.ToolboxApiFp)(this.configuration)
5892
- .lspDidOpenDeprecated(sandboxId, lspDocumentRequest, xDaytonaOrganizationID, options)
5893
- .then((request) => request(this.axios, this.basePath));
5723
+ return (0, exports.ToolboxApiFp)(this.configuration).lspDidOpenDeprecated(sandboxId, lspDocumentRequest, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
5894
5724
  }
5895
5725
  /**
5896
5726
  * The document symbol request is sent from the client to the server.
@@ -5906,9 +5736,7 @@ class ToolboxApi extends base_1.BaseAPI {
5906
5736
  * @memberof ToolboxApi
5907
5737
  */
5908
5738
  lspDocumentSymbolsDeprecated(sandboxId, languageId, pathToProject, uri, xDaytonaOrganizationID, options) {
5909
- return (0, exports.ToolboxApiFp)(this.configuration)
5910
- .lspDocumentSymbolsDeprecated(sandboxId, languageId, pathToProject, uri, xDaytonaOrganizationID, options)
5911
- .then((request) => request(this.axios, this.basePath));
5739
+ return (0, exports.ToolboxApiFp)(this.configuration).lspDocumentSymbolsDeprecated(sandboxId, languageId, pathToProject, uri, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
5912
5740
  }
5913
5741
  /**
5914
5742
  * Start Lsp server process inside sandbox project
@@ -5922,9 +5750,7 @@ class ToolboxApi extends base_1.BaseAPI {
5922
5750
  * @memberof ToolboxApi
5923
5751
  */
5924
5752
  lspStartDeprecated(sandboxId, lspServerRequest, xDaytonaOrganizationID, options) {
5925
- return (0, exports.ToolboxApiFp)(this.configuration)
5926
- .lspStartDeprecated(sandboxId, lspServerRequest, xDaytonaOrganizationID, options)
5927
- .then((request) => request(this.axios, this.basePath));
5753
+ return (0, exports.ToolboxApiFp)(this.configuration).lspStartDeprecated(sandboxId, lspServerRequest, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
5928
5754
  }
5929
5755
  /**
5930
5756
  * Stop Lsp server process inside sandbox project
@@ -5938,9 +5764,7 @@ class ToolboxApi extends base_1.BaseAPI {
5938
5764
  * @memberof ToolboxApi
5939
5765
  */
5940
5766
  lspStopDeprecated(sandboxId, lspServerRequest, xDaytonaOrganizationID, options) {
5941
- return (0, exports.ToolboxApiFp)(this.configuration)
5942
- .lspStopDeprecated(sandboxId, lspServerRequest, xDaytonaOrganizationID, options)
5943
- .then((request) => request(this.axios, this.basePath));
5767
+ return (0, exports.ToolboxApiFp)(this.configuration).lspStopDeprecated(sandboxId, lspServerRequest, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
5944
5768
  }
5945
5769
  /**
5946
5770
  * The workspace symbol request is sent from the client to the server to list project-wide symbols matching the query string.
@@ -5956,9 +5780,7 @@ class ToolboxApi extends base_1.BaseAPI {
5956
5780
  * @memberof ToolboxApi
5957
5781
  */
5958
5782
  lspWorkspaceSymbolsDeprecated(sandboxId, languageId, pathToProject, query, xDaytonaOrganizationID, options) {
5959
- return (0, exports.ToolboxApiFp)(this.configuration)
5960
- .lspWorkspaceSymbolsDeprecated(sandboxId, languageId, pathToProject, query, xDaytonaOrganizationID, options)
5961
- .then((request) => request(this.axios, this.basePath));
5783
+ return (0, exports.ToolboxApiFp)(this.configuration).lspWorkspaceSymbolsDeprecated(sandboxId, languageId, pathToProject, query, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
5962
5784
  }
5963
5785
  /**
5964
5786
  * Move file inside sandbox
@@ -5973,9 +5795,7 @@ class ToolboxApi extends base_1.BaseAPI {
5973
5795
  * @memberof ToolboxApi
5974
5796
  */
5975
5797
  moveFileDeprecated(sandboxId, source, destination, xDaytonaOrganizationID, options) {
5976
- return (0, exports.ToolboxApiFp)(this.configuration)
5977
- .moveFileDeprecated(sandboxId, source, destination, xDaytonaOrganizationID, options)
5978
- .then((request) => request(this.axios, this.basePath));
5798
+ return (0, exports.ToolboxApiFp)(this.configuration).moveFileDeprecated(sandboxId, source, destination, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
5979
5799
  }
5980
5800
  /**
5981
5801
  * Move mouse cursor to specified coordinates
@@ -5989,9 +5809,7 @@ class ToolboxApi extends base_1.BaseAPI {
5989
5809
  * @memberof ToolboxApi
5990
5810
  */
5991
5811
  moveMouseDeprecated(sandboxId, mouseMoveRequest, xDaytonaOrganizationID, options) {
5992
- return (0, exports.ToolboxApiFp)(this.configuration)
5993
- .moveMouseDeprecated(sandboxId, mouseMoveRequest, xDaytonaOrganizationID, options)
5994
- .then((request) => request(this.axios, this.basePath));
5812
+ return (0, exports.ToolboxApiFp)(this.configuration).moveMouseDeprecated(sandboxId, mouseMoveRequest, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
5995
5813
  }
5996
5814
  /**
5997
5815
  * Press a hotkey combination
@@ -6005,9 +5823,7 @@ class ToolboxApi extends base_1.BaseAPI {
6005
5823
  * @memberof ToolboxApi
6006
5824
  */
6007
5825
  pressHotkeyDeprecated(sandboxId, keyboardHotkeyRequest, xDaytonaOrganizationID, options) {
6008
- return (0, exports.ToolboxApiFp)(this.configuration)
6009
- .pressHotkeyDeprecated(sandboxId, keyboardHotkeyRequest, xDaytonaOrganizationID, options)
6010
- .then((request) => request(this.axios, this.basePath));
5826
+ return (0, exports.ToolboxApiFp)(this.configuration).pressHotkeyDeprecated(sandboxId, keyboardHotkeyRequest, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
6011
5827
  }
6012
5828
  /**
6013
5829
  * Press a key with optional modifiers
@@ -6021,9 +5837,7 @@ class ToolboxApi extends base_1.BaseAPI {
6021
5837
  * @memberof ToolboxApi
6022
5838
  */
6023
5839
  pressKeyDeprecated(sandboxId, keyboardPressRequest, xDaytonaOrganizationID, options) {
6024
- return (0, exports.ToolboxApiFp)(this.configuration)
6025
- .pressKeyDeprecated(sandboxId, keyboardPressRequest, xDaytonaOrganizationID, options)
6026
- .then((request) => request(this.axios, this.basePath));
5840
+ return (0, exports.ToolboxApiFp)(this.configuration).pressKeyDeprecated(sandboxId, keyboardPressRequest, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
6027
5841
  }
6028
5842
  /**
6029
5843
  * Replace text/pattern in multiple files inside sandbox
@@ -6037,9 +5851,7 @@ class ToolboxApi extends base_1.BaseAPI {
6037
5851
  * @memberof ToolboxApi
6038
5852
  */
6039
5853
  replaceInFilesDeprecated(sandboxId, replaceRequest, xDaytonaOrganizationID, options) {
6040
- return (0, exports.ToolboxApiFp)(this.configuration)
6041
- .replaceInFilesDeprecated(sandboxId, replaceRequest, xDaytonaOrganizationID, options)
6042
- .then((request) => request(this.axios, this.basePath));
5854
+ return (0, exports.ToolboxApiFp)(this.configuration).replaceInFilesDeprecated(sandboxId, replaceRequest, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
6043
5855
  }
6044
5856
  /**
6045
5857
  * Resize a PTY session
@@ -6054,9 +5866,7 @@ class ToolboxApi extends base_1.BaseAPI {
6054
5866
  * @memberof ToolboxApi
6055
5867
  */
6056
5868
  resizePTYSessionDeprecated(sandboxId, sessionId, ptyResizeRequest, xDaytonaOrganizationID, options) {
6057
- return (0, exports.ToolboxApiFp)(this.configuration)
6058
- .resizePTYSessionDeprecated(sandboxId, sessionId, ptyResizeRequest, xDaytonaOrganizationID, options)
6059
- .then((request) => request(this.axios, this.basePath));
5869
+ return (0, exports.ToolboxApiFp)(this.configuration).resizePTYSessionDeprecated(sandboxId, sessionId, ptyResizeRequest, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
6060
5870
  }
6061
5871
  /**
6062
5872
  * Restart a specific VNC process
@@ -6070,9 +5880,7 @@ class ToolboxApi extends base_1.BaseAPI {
6070
5880
  * @memberof ToolboxApi
6071
5881
  */
6072
5882
  restartProcessDeprecated(processName, sandboxId, xDaytonaOrganizationID, options) {
6073
- return (0, exports.ToolboxApiFp)(this.configuration)
6074
- .restartProcessDeprecated(processName, sandboxId, xDaytonaOrganizationID, options)
6075
- .then((request) => request(this.axios, this.basePath));
5883
+ return (0, exports.ToolboxApiFp)(this.configuration).restartProcessDeprecated(processName, sandboxId, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
6076
5884
  }
6077
5885
  /**
6078
5886
  * Scroll mouse at specified coordinates
@@ -6086,9 +5894,7 @@ class ToolboxApi extends base_1.BaseAPI {
6086
5894
  * @memberof ToolboxApi
6087
5895
  */
6088
5896
  scrollMouseDeprecated(sandboxId, mouseScrollRequest, xDaytonaOrganizationID, options) {
6089
- return (0, exports.ToolboxApiFp)(this.configuration)
6090
- .scrollMouseDeprecated(sandboxId, mouseScrollRequest, xDaytonaOrganizationID, options)
6091
- .then((request) => request(this.axios, this.basePath));
5897
+ return (0, exports.ToolboxApiFp)(this.configuration).scrollMouseDeprecated(sandboxId, mouseScrollRequest, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
6092
5898
  }
6093
5899
  /**
6094
5900
  * Search for files inside sandbox
@@ -6103,9 +5909,7 @@ class ToolboxApi extends base_1.BaseAPI {
6103
5909
  * @memberof ToolboxApi
6104
5910
  */
6105
5911
  searchFilesDeprecated(sandboxId, path, pattern, xDaytonaOrganizationID, options) {
6106
- return (0, exports.ToolboxApiFp)(this.configuration)
6107
- .searchFilesDeprecated(sandboxId, path, pattern, xDaytonaOrganizationID, options)
6108
- .then((request) => request(this.axios, this.basePath));
5912
+ return (0, exports.ToolboxApiFp)(this.configuration).searchFilesDeprecated(sandboxId, path, pattern, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
6109
5913
  }
6110
5914
  /**
6111
5915
  * Set file owner/group/permissions inside sandbox
@@ -6122,9 +5926,7 @@ class ToolboxApi extends base_1.BaseAPI {
6122
5926
  * @memberof ToolboxApi
6123
5927
  */
6124
5928
  setFilePermissionsDeprecated(sandboxId, path, xDaytonaOrganizationID, owner, group, mode, options) {
6125
- return (0, exports.ToolboxApiFp)(this.configuration)
6126
- .setFilePermissionsDeprecated(sandboxId, path, xDaytonaOrganizationID, owner, group, mode, options)
6127
- .then((request) => request(this.axios, this.basePath));
5929
+ return (0, exports.ToolboxApiFp)(this.configuration).setFilePermissionsDeprecated(sandboxId, path, xDaytonaOrganizationID, owner, group, mode, options).then((request) => request(this.axios, this.basePath));
6128
5930
  }
6129
5931
  /**
6130
5932
  * Start all VNC desktop processes (Xvfb, xfce4, x11vnc, novnc)
@@ -6137,9 +5939,7 @@ class ToolboxApi extends base_1.BaseAPI {
6137
5939
  * @memberof ToolboxApi
6138
5940
  */
6139
5941
  startComputerUseDeprecated(sandboxId, xDaytonaOrganizationID, options) {
6140
- return (0, exports.ToolboxApiFp)(this.configuration)
6141
- .startComputerUseDeprecated(sandboxId, xDaytonaOrganizationID, options)
6142
- .then((request) => request(this.axios, this.basePath));
5942
+ return (0, exports.ToolboxApiFp)(this.configuration).startComputerUseDeprecated(sandboxId, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
6143
5943
  }
6144
5944
  /**
6145
5945
  * Stop all VNC desktop processes (Xvfb, xfce4, x11vnc, novnc)
@@ -6152,9 +5952,7 @@ class ToolboxApi extends base_1.BaseAPI {
6152
5952
  * @memberof ToolboxApi
6153
5953
  */
6154
5954
  stopComputerUseDeprecated(sandboxId, xDaytonaOrganizationID, options) {
6155
- return (0, exports.ToolboxApiFp)(this.configuration)
6156
- .stopComputerUseDeprecated(sandboxId, xDaytonaOrganizationID, options)
6157
- .then((request) => request(this.axios, this.basePath));
5955
+ return (0, exports.ToolboxApiFp)(this.configuration).stopComputerUseDeprecated(sandboxId, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
6158
5956
  }
6159
5957
  /**
6160
5958
  * Take a compressed screenshot of a specific region
@@ -6175,9 +5973,7 @@ class ToolboxApi extends base_1.BaseAPI {
6175
5973
  * @memberof ToolboxApi
6176
5974
  */
6177
5975
  takeCompressedRegionScreenshotDeprecated(sandboxId, height, width, y, x, xDaytonaOrganizationID, scale, quality, format, showCursor, options) {
6178
- return (0, exports.ToolboxApiFp)(this.configuration)
6179
- .takeCompressedRegionScreenshotDeprecated(sandboxId, height, width, y, x, xDaytonaOrganizationID, scale, quality, format, showCursor, options)
6180
- .then((request) => request(this.axios, this.basePath));
5976
+ return (0, exports.ToolboxApiFp)(this.configuration).takeCompressedRegionScreenshotDeprecated(sandboxId, height, width, y, x, xDaytonaOrganizationID, scale, quality, format, showCursor, options).then((request) => request(this.axios, this.basePath));
6181
5977
  }
6182
5978
  /**
6183
5979
  * Take a compressed screenshot with format, quality, and scale options
@@ -6194,9 +5990,7 @@ class ToolboxApi extends base_1.BaseAPI {
6194
5990
  * @memberof ToolboxApi
6195
5991
  */
6196
5992
  takeCompressedScreenshotDeprecated(sandboxId, xDaytonaOrganizationID, scale, quality, format, showCursor, options) {
6197
- return (0, exports.ToolboxApiFp)(this.configuration)
6198
- .takeCompressedScreenshotDeprecated(sandboxId, xDaytonaOrganizationID, scale, quality, format, showCursor, options)
6199
- .then((request) => request(this.axios, this.basePath));
5993
+ return (0, exports.ToolboxApiFp)(this.configuration).takeCompressedScreenshotDeprecated(sandboxId, xDaytonaOrganizationID, scale, quality, format, showCursor, options).then((request) => request(this.axios, this.basePath));
6200
5994
  }
6201
5995
  /**
6202
5996
  * Take a screenshot of a specific region
@@ -6214,9 +6008,7 @@ class ToolboxApi extends base_1.BaseAPI {
6214
6008
  * @memberof ToolboxApi
6215
6009
  */
6216
6010
  takeRegionScreenshotDeprecated(sandboxId, height, width, y, x, xDaytonaOrganizationID, showCursor, options) {
6217
- return (0, exports.ToolboxApiFp)(this.configuration)
6218
- .takeRegionScreenshotDeprecated(sandboxId, height, width, y, x, xDaytonaOrganizationID, showCursor, options)
6219
- .then((request) => request(this.axios, this.basePath));
6011
+ return (0, exports.ToolboxApiFp)(this.configuration).takeRegionScreenshotDeprecated(sandboxId, height, width, y, x, xDaytonaOrganizationID, showCursor, options).then((request) => request(this.axios, this.basePath));
6220
6012
  }
6221
6013
  /**
6222
6014
  * Take a screenshot of the entire screen
@@ -6230,9 +6022,7 @@ class ToolboxApi extends base_1.BaseAPI {
6230
6022
  * @memberof ToolboxApi
6231
6023
  */
6232
6024
  takeScreenshotDeprecated(sandboxId, xDaytonaOrganizationID, showCursor, options) {
6233
- return (0, exports.ToolboxApiFp)(this.configuration)
6234
- .takeScreenshotDeprecated(sandboxId, xDaytonaOrganizationID, showCursor, options)
6235
- .then((request) => request(this.axios, this.basePath));
6025
+ return (0, exports.ToolboxApiFp)(this.configuration).takeScreenshotDeprecated(sandboxId, xDaytonaOrganizationID, showCursor, options).then((request) => request(this.axios, this.basePath));
6236
6026
  }
6237
6027
  /**
6238
6028
  * Type text using keyboard
@@ -6246,9 +6036,7 @@ class ToolboxApi extends base_1.BaseAPI {
6246
6036
  * @memberof ToolboxApi
6247
6037
  */
6248
6038
  typeTextDeprecated(sandboxId, keyboardTypeRequest, xDaytonaOrganizationID, options) {
6249
- return (0, exports.ToolboxApiFp)(this.configuration)
6250
- .typeTextDeprecated(sandboxId, keyboardTypeRequest, xDaytonaOrganizationID, options)
6251
- .then((request) => request(this.axios, this.basePath));
6039
+ return (0, exports.ToolboxApiFp)(this.configuration).typeTextDeprecated(sandboxId, keyboardTypeRequest, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
6252
6040
  }
6253
6041
  /**
6254
6042
  * Upload file inside sandbox
@@ -6263,9 +6051,7 @@ class ToolboxApi extends base_1.BaseAPI {
6263
6051
  * @memberof ToolboxApi
6264
6052
  */
6265
6053
  uploadFileDeprecated(sandboxId, path, xDaytonaOrganizationID, file, options) {
6266
- return (0, exports.ToolboxApiFp)(this.configuration)
6267
- .uploadFileDeprecated(sandboxId, path, xDaytonaOrganizationID, file, options)
6268
- .then((request) => request(this.axios, this.basePath));
6054
+ return (0, exports.ToolboxApiFp)(this.configuration).uploadFileDeprecated(sandboxId, path, xDaytonaOrganizationID, file, options).then((request) => request(this.axios, this.basePath));
6269
6055
  }
6270
6056
  /**
6271
6057
  * Upload multiple files inside sandbox
@@ -6278,9 +6064,7 @@ class ToolboxApi extends base_1.BaseAPI {
6278
6064
  * @memberof ToolboxApi
6279
6065
  */
6280
6066
  uploadFilesDeprecated(sandboxId, xDaytonaOrganizationID, options) {
6281
- return (0, exports.ToolboxApiFp)(this.configuration)
6282
- .uploadFilesDeprecated(sandboxId, xDaytonaOrganizationID, options)
6283
- .then((request) => request(this.axios, this.basePath));
6067
+ return (0, exports.ToolboxApiFp)(this.configuration).uploadFilesDeprecated(sandboxId, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
6284
6068
  }
6285
6069
  }
6286
6070
  exports.ToolboxApi = ToolboxApi;