@daytonaio/api-client 0.196.0 → 0.198.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 (232) hide show
  1. package/package.json +1 -1
  2. package/src/api/admin-api.d.ts +37 -0
  3. package/src/api/admin-api.js +74 -0
  4. package/src/api/admin-api.js.map +1 -1
  5. package/src/api/organizations-api.d.ts +70 -0
  6. package/src/api/organizations-api.js +141 -0
  7. package/src/api/organizations-api.js.map +1 -1
  8. package/src/api/preview-api.d.ts +37 -0
  9. package/src/api/preview-api.js +74 -0
  10. package/src/api/preview-api.js.map +1 -1
  11. package/src/api/sandbox-api.d.ts +40 -0
  12. package/src/api/sandbox-api.js +81 -0
  13. package/src/api/sandbox-api.js.map +1 -1
  14. package/src/api.d.ts +0 -1
  15. package/src/api.js +0 -1
  16. package/src/api.js.map +1 -1
  17. package/src/models/{completion-item.d.ts → available-sandbox-class.d.ts} +7 -8
  18. package/src/models/{completion-list.js → available-sandbox-class.js} +1 -1
  19. package/src/models/available-sandbox-class.js.map +1 -0
  20. package/src/models/create-sandbox.d.ts +4 -0
  21. package/src/models/index.d.ts +3 -67
  22. package/src/models/index.js +3 -67
  23. package/src/models/index.js.map +1 -1
  24. package/src/models/{execute-response.d.ts → organization-preview-warning.d.ts} +3 -7
  25. package/src/models/{completion-context.js → organization-preview-warning.js} +1 -1
  26. package/src/models/organization-preview-warning.js.map +1 -0
  27. package/src/models/organization.d.ts +4 -0
  28. package/src/models/{download-files.d.ts → preview-warning.d.ts} +3 -3
  29. package/src/models/{command.js → preview-warning.js} +1 -1
  30. package/src/models/preview-warning.js.map +1 -0
  31. package/src/models/sandbox-list-item.d.ts +4 -0
  32. package/src/models/sandbox-list-item.js.map +1 -1
  33. package/src/models/sandbox.d.ts +4 -0
  34. package/src/models/sandbox.js.map +1 -1
  35. package/src/api/toolbox-api.d.ts +0 -3167
  36. package/src/api/toolbox-api.js +0 -6042
  37. package/src/api/toolbox-api.js.map +0 -1
  38. package/src/models/command.d.ts +0 -25
  39. package/src/models/command.js.map +0 -1
  40. package/src/models/completion-context.d.ts +0 -15
  41. package/src/models/completion-context.js.map +0 -1
  42. package/src/models/completion-item.js +0 -16
  43. package/src/models/completion-item.js.map +0 -1
  44. package/src/models/completion-list.d.ts +0 -16
  45. package/src/models/completion-list.js.map +0 -1
  46. package/src/models/compressed-screenshot-response.d.ts +0 -25
  47. package/src/models/compressed-screenshot-response.js +0 -16
  48. package/src/models/compressed-screenshot-response.js.map +0 -1
  49. package/src/models/computer-use-start-response.d.ts +0 -21
  50. package/src/models/computer-use-start-response.js +0 -16
  51. package/src/models/computer-use-start-response.js.map +0 -1
  52. package/src/models/computer-use-status-response.d.ts +0 -25
  53. package/src/models/computer-use-status-response.js +0 -24
  54. package/src/models/computer-use-status-response.js.map +0 -1
  55. package/src/models/computer-use-stop-response.d.ts +0 -21
  56. package/src/models/computer-use-stop-response.js +0 -16
  57. package/src/models/computer-use-stop-response.js.map +0 -1
  58. package/src/models/create-session-request.d.ts +0 -17
  59. package/src/models/create-session-request.js +0 -16
  60. package/src/models/create-session-request.js.map +0 -1
  61. package/src/models/display-info-response.d.ts +0 -17
  62. package/src/models/display-info-response.js +0 -16
  63. package/src/models/display-info-response.js.map +0 -1
  64. package/src/models/download-files.js +0 -16
  65. package/src/models/download-files.js.map +0 -1
  66. package/src/models/execute-request.d.ts +0 -22
  67. package/src/models/execute-request.js +0 -16
  68. package/src/models/execute-request.js.map +0 -1
  69. package/src/models/execute-response.js +0 -16
  70. package/src/models/execute-response.js.map +0 -1
  71. package/src/models/file-info.d.ts +0 -21
  72. package/src/models/file-info.js +0 -16
  73. package/src/models/file-info.js.map +0 -1
  74. package/src/models/file-status.d.ts +0 -17
  75. package/src/models/file-status.js +0 -16
  76. package/src/models/file-status.js.map +0 -1
  77. package/src/models/git-add-request.d.ts +0 -18
  78. package/src/models/git-add-request.js +0 -16
  79. package/src/models/git-add-request.js.map +0 -1
  80. package/src/models/git-branch-request.d.ts +0 -15
  81. package/src/models/git-branch-request.js +0 -16
  82. package/src/models/git-branch-request.js.map +0 -1
  83. package/src/models/git-checkout-request.d.ts +0 -15
  84. package/src/models/git-checkout-request.js +0 -16
  85. package/src/models/git-checkout-request.js.map +0 -1
  86. package/src/models/git-clone-request.d.ts +0 -19
  87. package/src/models/git-clone-request.js +0 -16
  88. package/src/models/git-clone-request.js.map +0 -1
  89. package/src/models/git-commit-info.d.ts +0 -18
  90. package/src/models/git-commit-info.js +0 -16
  91. package/src/models/git-commit-info.js.map +0 -1
  92. package/src/models/git-commit-request.d.ts +0 -21
  93. package/src/models/git-commit-request.js +0 -16
  94. package/src/models/git-commit-request.js.map +0 -1
  95. package/src/models/git-commit-response.d.ts +0 -14
  96. package/src/models/git-commit-response.js +0 -16
  97. package/src/models/git-commit-response.js.map +0 -1
  98. package/src/models/git-delete-branch-request.d.ts +0 -15
  99. package/src/models/git-delete-branch-request.js +0 -16
  100. package/src/models/git-delete-branch-request.js.map +0 -1
  101. package/src/models/git-repo-request.d.ts +0 -16
  102. package/src/models/git-repo-request.js +0 -16
  103. package/src/models/git-repo-request.js.map +0 -1
  104. package/src/models/git-status.d.ts +0 -19
  105. package/src/models/git-status.js +0 -16
  106. package/src/models/git-status.js.map +0 -1
  107. package/src/models/keyboard-hotkey-request.d.ts +0 -17
  108. package/src/models/keyboard-hotkey-request.js +0 -16
  109. package/src/models/keyboard-hotkey-request.js.map +0 -1
  110. package/src/models/keyboard-press-request.d.ts +0 -21
  111. package/src/models/keyboard-press-request.js +0 -16
  112. package/src/models/keyboard-press-request.js.map +0 -1
  113. package/src/models/keyboard-type-request.d.ts +0 -21
  114. package/src/models/keyboard-type-request.js +0 -16
  115. package/src/models/keyboard-type-request.js.map +0 -1
  116. package/src/models/list-branch-response.d.ts +0 -14
  117. package/src/models/list-branch-response.js +0 -16
  118. package/src/models/list-branch-response.js.map +0 -1
  119. package/src/models/lsp-completion-params.d.ts +0 -29
  120. package/src/models/lsp-completion-params.js +0 -16
  121. package/src/models/lsp-completion-params.js.map +0 -1
  122. package/src/models/lsp-document-request.d.ts +0 -25
  123. package/src/models/lsp-document-request.js +0 -16
  124. package/src/models/lsp-document-request.js.map +0 -1
  125. package/src/models/lsp-location.d.ts +0 -16
  126. package/src/models/lsp-location.js +0 -16
  127. package/src/models/lsp-location.js.map +0 -1
  128. package/src/models/lsp-server-request.d.ts +0 -21
  129. package/src/models/lsp-server-request.js +0 -16
  130. package/src/models/lsp-server-request.js.map +0 -1
  131. package/src/models/lsp-symbol.d.ts +0 -17
  132. package/src/models/lsp-symbol.js +0 -16
  133. package/src/models/lsp-symbol.js.map +0 -1
  134. package/src/models/match.d.ts +0 -16
  135. package/src/models/match.js +0 -16
  136. package/src/models/match.js.map +0 -1
  137. package/src/models/mouse-click-request.d.ts +0 -29
  138. package/src/models/mouse-click-request.js +0 -16
  139. package/src/models/mouse-click-request.js.map +0 -1
  140. package/src/models/mouse-click-response.d.ts +0 -21
  141. package/src/models/mouse-click-response.js +0 -16
  142. package/src/models/mouse-click-response.js.map +0 -1
  143. package/src/models/mouse-drag-request.d.ts +0 -33
  144. package/src/models/mouse-drag-request.js +0 -16
  145. package/src/models/mouse-drag-request.js.map +0 -1
  146. package/src/models/mouse-drag-response.d.ts +0 -21
  147. package/src/models/mouse-drag-response.js +0 -16
  148. package/src/models/mouse-drag-response.js.map +0 -1
  149. package/src/models/mouse-move-request.d.ts +0 -21
  150. package/src/models/mouse-move-request.js +0 -16
  151. package/src/models/mouse-move-request.js.map +0 -1
  152. package/src/models/mouse-move-response.d.ts +0 -21
  153. package/src/models/mouse-move-response.js +0 -16
  154. package/src/models/mouse-move-response.js.map +0 -1
  155. package/src/models/mouse-position.d.ts +0 -21
  156. package/src/models/mouse-position.js +0 -16
  157. package/src/models/mouse-position.js.map +0 -1
  158. package/src/models/mouse-scroll-request.d.ts +0 -29
  159. package/src/models/mouse-scroll-request.js +0 -16
  160. package/src/models/mouse-scroll-request.js.map +0 -1
  161. package/src/models/mouse-scroll-response.d.ts +0 -17
  162. package/src/models/mouse-scroll-response.js +0 -16
  163. package/src/models/mouse-scroll-response.js.map +0 -1
  164. package/src/models/position.d.ts +0 -15
  165. package/src/models/position.js +0 -16
  166. package/src/models/position.js.map +0 -1
  167. package/src/models/process-errors-response.d.ts +0 -21
  168. package/src/models/process-errors-response.js +0 -16
  169. package/src/models/process-errors-response.js.map +0 -1
  170. package/src/models/process-logs-response.d.ts +0 -21
  171. package/src/models/process-logs-response.js +0 -16
  172. package/src/models/process-logs-response.js.map +0 -1
  173. package/src/models/process-restart-response.d.ts +0 -21
  174. package/src/models/process-restart-response.js +0 -16
  175. package/src/models/process-restart-response.js.map +0 -1
  176. package/src/models/process-status-response.d.ts +0 -21
  177. package/src/models/process-status-response.js +0 -16
  178. package/src/models/process-status-response.js.map +0 -1
  179. package/src/models/project-dir-response.d.ts +0 -14
  180. package/src/models/project-dir-response.js +0 -16
  181. package/src/models/project-dir-response.js.map +0 -1
  182. package/src/models/pty-create-request.d.ts +0 -37
  183. package/src/models/pty-create-request.js +0 -16
  184. package/src/models/pty-create-request.js.map +0 -1
  185. package/src/models/pty-create-response.d.ts +0 -17
  186. package/src/models/pty-create-response.js +0 -16
  187. package/src/models/pty-create-response.js.map +0 -1
  188. package/src/models/pty-list-response.d.ts +0 -18
  189. package/src/models/pty-list-response.js +0 -16
  190. package/src/models/pty-list-response.js.map +0 -1
  191. package/src/models/pty-resize-request.d.ts +0 -21
  192. package/src/models/pty-resize-request.js +0 -16
  193. package/src/models/pty-resize-request.js.map +0 -1
  194. package/src/models/pty-session-info.d.ts +0 -45
  195. package/src/models/pty-session-info.js +0 -16
  196. package/src/models/pty-session-info.js.map +0 -1
  197. package/src/models/range.d.ts +0 -16
  198. package/src/models/range.js +0 -16
  199. package/src/models/range.js.map +0 -1
  200. package/src/models/region-screenshot-response.d.ts +0 -25
  201. package/src/models/region-screenshot-response.js +0 -16
  202. package/src/models/region-screenshot-response.js.map +0 -1
  203. package/src/models/replace-request.d.ts +0 -16
  204. package/src/models/replace-request.js +0 -16
  205. package/src/models/replace-request.js.map +0 -1
  206. package/src/models/replace-result.d.ts +0 -16
  207. package/src/models/replace-result.js +0 -16
  208. package/src/models/replace-result.js.map +0 -1
  209. package/src/models/screenshot-response.d.ts +0 -25
  210. package/src/models/screenshot-response.js +0 -16
  211. package/src/models/screenshot-response.js.map +0 -1
  212. package/src/models/search-files-response.d.ts +0 -14
  213. package/src/models/search-files-response.js +0 -16
  214. package/src/models/search-files-response.js.map +0 -1
  215. package/src/models/session-execute-request.d.ts +0 -26
  216. package/src/models/session-execute-request.js +0 -16
  217. package/src/models/session-execute-request.js.map +0 -1
  218. package/src/models/session-execute-response.d.ts +0 -25
  219. package/src/models/session-execute-response.js +0 -16
  220. package/src/models/session-execute-response.js.map +0 -1
  221. package/src/models/session.d.ts +0 -22
  222. package/src/models/session.js +0 -16
  223. package/src/models/session.js.map +0 -1
  224. package/src/models/user-home-dir-response.d.ts +0 -14
  225. package/src/models/user-home-dir-response.js +0 -16
  226. package/src/models/user-home-dir-response.js.map +0 -1
  227. package/src/models/windows-response.d.ts +0 -21
  228. package/src/models/windows-response.js +0 -16
  229. package/src/models/windows-response.js.map +0 -1
  230. package/src/models/work-dir-response.d.ts +0 -14
  231. package/src/models/work-dir-response.js +0 -16
  232. package/src/models/work-dir-response.js.map +0 -1
@@ -1,3167 +0,0 @@
1
- /**
2
- * Daytona
3
- * Daytona AI platform API Docs
4
- *
5
- * The version of the OpenAPI document: 1.0
6
- * Contact: support@daytona.com
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- import type { Configuration } from '../configuration';
13
- import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
14
- import { type RequestArgs, BaseAPI } from '../base';
15
- import type { Command } from '../models';
16
- import type { CompletionList } from '../models';
17
- import type { CompressedScreenshotResponse } from '../models';
18
- import type { ComputerUseStartResponse } from '../models';
19
- import type { ComputerUseStatusResponse } from '../models';
20
- import type { ComputerUseStopResponse } from '../models';
21
- import type { CreateSessionRequest } from '../models';
22
- import type { DisplayInfoResponse } from '../models';
23
- import type { DownloadFiles } from '../models';
24
- import type { ExecuteRequest } from '../models';
25
- import type { ExecuteResponse } from '../models';
26
- import type { FileInfo } from '../models';
27
- import type { GitAddRequest } from '../models';
28
- import type { GitBranchRequest } from '../models';
29
- import type { GitCheckoutRequest } from '../models';
30
- import type { GitCloneRequest } from '../models';
31
- import type { GitCommitInfo } from '../models';
32
- import type { GitCommitRequest } from '../models';
33
- import type { GitCommitResponse } from '../models';
34
- import type { GitDeleteBranchRequest } from '../models';
35
- import type { GitRepoRequest } from '../models';
36
- import type { GitStatus } from '../models';
37
- import type { KeyboardHotkeyRequest } from '../models';
38
- import type { KeyboardPressRequest } from '../models';
39
- import type { KeyboardTypeRequest } from '../models';
40
- import type { ListBranchResponse } from '../models';
41
- import type { LspCompletionParams } from '../models';
42
- import type { LspDocumentRequest } from '../models';
43
- import type { LspServerRequest } from '../models';
44
- import type { LspSymbol } from '../models';
45
- import type { Match } from '../models';
46
- import type { MouseClickRequest } from '../models';
47
- import type { MouseClickResponse } from '../models';
48
- import type { MouseDragRequest } from '../models';
49
- import type { MouseDragResponse } from '../models';
50
- import type { MouseMoveRequest } from '../models';
51
- import type { MouseMoveResponse } from '../models';
52
- import type { MousePosition } from '../models';
53
- import type { MouseScrollRequest } from '../models';
54
- import type { MouseScrollResponse } from '../models';
55
- import type { ProcessErrorsResponse } from '../models';
56
- import type { ProcessLogsResponse } from '../models';
57
- import type { ProcessRestartResponse } from '../models';
58
- import type { ProcessStatusResponse } from '../models';
59
- import type { ProjectDirResponse } from '../models';
60
- import type { PtyCreateRequest } from '../models';
61
- import type { PtyCreateResponse } from '../models';
62
- import type { PtyListResponse } from '../models';
63
- import type { PtyResizeRequest } from '../models';
64
- import type { PtySessionInfo } from '../models';
65
- import type { RegionScreenshotResponse } from '../models';
66
- import type { ReplaceRequest } from '../models';
67
- import type { ReplaceResult } from '../models';
68
- import type { ScreenshotResponse } from '../models';
69
- import type { SearchFilesResponse } from '../models';
70
- import type { Session } from '../models';
71
- import type { SessionExecuteRequest } from '../models';
72
- import type { SessionExecuteResponse } from '../models';
73
- import type { UserHomeDirResponse } from '../models';
74
- import type { WindowsResponse } from '../models';
75
- import type { WorkDirResponse } from '../models';
76
- /**
77
- * ToolboxApi - axios parameter creator
78
- */
79
- export declare const ToolboxApiAxiosParamCreator: (configuration?: Configuration) => {
80
- /**
81
- * Click mouse at specified coordinates
82
- * @summary [DEPRECATED] Click mouse
83
- * @param {string} sandboxId
84
- * @param {MouseClickRequest} mouseClickRequest
85
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
86
- * @param {*} [options] Override http request option.
87
- * @deprecated
88
- * @throws {RequiredError}
89
- */
90
- clickMouseDeprecated: (sandboxId: string, mouseClickRequest: MouseClickRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
91
- /**
92
- * Create folder inside sandbox
93
- * @summary [DEPRECATED] Create folder
94
- * @param {string} sandboxId
95
- * @param {string} path
96
- * @param {string} mode
97
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
98
- * @param {*} [options] Override http request option.
99
- * @deprecated
100
- * @throws {RequiredError}
101
- */
102
- createFolderDeprecated: (sandboxId: string, path: string, mode: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
103
- /**
104
- * Create a new PTY session in the sandbox
105
- * @summary [DEPRECATED] Create PTY session
106
- * @param {string} sandboxId
107
- * @param {PtyCreateRequest} ptyCreateRequest
108
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
109
- * @param {*} [options] Override http request option.
110
- * @deprecated
111
- * @throws {RequiredError}
112
- */
113
- createPTYSessionDeprecated: (sandboxId: string, ptyCreateRequest: PtyCreateRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
114
- /**
115
- * Create a new session in the sandbox
116
- * @summary [DEPRECATED] Create session
117
- * @param {string} sandboxId
118
- * @param {CreateSessionRequest} createSessionRequest
119
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
120
- * @param {*} [options] Override http request option.
121
- * @deprecated
122
- * @throws {RequiredError}
123
- */
124
- createSessionDeprecated: (sandboxId: string, createSessionRequest: CreateSessionRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
125
- /**
126
- * Delete file inside sandbox
127
- * @summary [DEPRECATED] Delete file
128
- * @param {string} sandboxId
129
- * @param {string} path
130
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
131
- * @param {boolean} [recursive]
132
- * @param {*} [options] Override http request option.
133
- * @deprecated
134
- * @throws {RequiredError}
135
- */
136
- deleteFileDeprecated: (sandboxId: string, path: string, xDaytonaOrganizationID?: string, recursive?: boolean, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
137
- /**
138
- * Delete a PTY session and terminate the associated process
139
- * @summary [DEPRECATED] Delete PTY session
140
- * @param {string} sandboxId
141
- * @param {string} sessionId
142
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
143
- * @param {*} [options] Override http request option.
144
- * @deprecated
145
- * @throws {RequiredError}
146
- */
147
- deletePTYSessionDeprecated: (sandboxId: string, sessionId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
148
- /**
149
- * Delete a specific session
150
- * @summary [DEPRECATED] Delete session
151
- * @param {string} sandboxId
152
- * @param {string} sessionId
153
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
154
- * @param {*} [options] Override http request option.
155
- * @deprecated
156
- * @throws {RequiredError}
157
- */
158
- deleteSessionDeprecated: (sandboxId: string, sessionId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
159
- /**
160
- * Download file from sandbox
161
- * @summary [DEPRECATED] Download file
162
- * @param {string} sandboxId
163
- * @param {string} path
164
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
165
- * @param {*} [options] Override http request option.
166
- * @deprecated
167
- * @throws {RequiredError}
168
- */
169
- downloadFileDeprecated: (sandboxId: string, path: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
170
- /**
171
- * Streams back a multipart/form-data bundle of the requested paths
172
- * @summary [DEPRECATED] Download multiple files
173
- * @param {string} sandboxId
174
- * @param {DownloadFiles} downloadFiles
175
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
176
- * @param {*} [options] Override http request option.
177
- * @deprecated
178
- * @throws {RequiredError}
179
- */
180
- downloadFilesDeprecated: (sandboxId: string, downloadFiles: DownloadFiles, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
181
- /**
182
- * Drag mouse from start to end coordinates
183
- * @summary [DEPRECATED] Drag mouse
184
- * @param {string} sandboxId
185
- * @param {MouseDragRequest} mouseDragRequest
186
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
187
- * @param {*} [options] Override http request option.
188
- * @deprecated
189
- * @throws {RequiredError}
190
- */
191
- dragMouseDeprecated: (sandboxId: string, mouseDragRequest: MouseDragRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
192
- /**
193
- * Execute command synchronously inside sandbox
194
- * @summary [DEPRECATED] Execute command
195
- * @param {string} sandboxId
196
- * @param {ExecuteRequest} executeRequest
197
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
198
- * @param {*} [options] Override http request option.
199
- * @deprecated
200
- * @throws {RequiredError}
201
- */
202
- executeCommandDeprecated: (sandboxId: string, executeRequest: ExecuteRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
203
- /**
204
- * Execute a command in a specific session
205
- * @summary [DEPRECATED] Execute command in session
206
- * @param {string} sandboxId
207
- * @param {string} sessionId
208
- * @param {SessionExecuteRequest} sessionExecuteRequest
209
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
210
- * @param {*} [options] Override http request option.
211
- * @deprecated
212
- * @throws {RequiredError}
213
- */
214
- executeSessionCommandDeprecated: (sandboxId: string, sessionId: string, sessionExecuteRequest: SessionExecuteRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
215
- /**
216
- * Search for text/pattern inside sandbox files
217
- * @summary [DEPRECATED] Search for text/pattern in files
218
- * @param {string} sandboxId
219
- * @param {string} path
220
- * @param {string} pattern
221
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
222
- * @param {*} [options] Override http request option.
223
- * @deprecated
224
- * @throws {RequiredError}
225
- */
226
- findInFilesDeprecated: (sandboxId: string, path: string, pattern: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
227
- /**
228
- * Get status of all VNC desktop processes
229
- * @summary [DEPRECATED] Get computer use status
230
- * @param {string} sandboxId
231
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
232
- * @param {*} [options] Override http request option.
233
- * @deprecated
234
- * @throws {RequiredError}
235
- */
236
- getComputerUseStatusDeprecated: (sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
237
- /**
238
- * Get information about displays
239
- * @summary [DEPRECATED] Get display info
240
- * @param {string} sandboxId
241
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
242
- * @param {*} [options] Override http request option.
243
- * @deprecated
244
- * @throws {RequiredError}
245
- */
246
- getDisplayInfoDeprecated: (sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
247
- /**
248
- * Get file info inside sandbox
249
- * @summary [DEPRECATED] Get file info
250
- * @param {string} sandboxId
251
- * @param {string} path
252
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
253
- * @param {*} [options] Override http request option.
254
- * @deprecated
255
- * @throws {RequiredError}
256
- */
257
- getFileInfoDeprecated: (sandboxId: string, path: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
258
- /**
259
- * Get current mouse cursor position
260
- * @summary [DEPRECATED] Get mouse position
261
- * @param {string} sandboxId
262
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
263
- * @param {*} [options] Override http request option.
264
- * @deprecated
265
- * @throws {RequiredError}
266
- */
267
- getMousePositionDeprecated: (sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
268
- /**
269
- * Get PTY session information by ID
270
- * @summary [DEPRECATED] Get PTY session
271
- * @param {string} sandboxId
272
- * @param {string} sessionId
273
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
274
- * @param {*} [options] Override http request option.
275
- * @deprecated
276
- * @throws {RequiredError}
277
- */
278
- getPTYSessionDeprecated: (sandboxId: string, sessionId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
279
- /**
280
- * Get error logs for a specific VNC process
281
- * @summary [DEPRECATED] Get process errors
282
- * @param {string} processName
283
- * @param {string} sandboxId
284
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
285
- * @param {*} [options] Override http request option.
286
- * @deprecated
287
- * @throws {RequiredError}
288
- */
289
- getProcessErrorsDeprecated: (processName: string, sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
290
- /**
291
- * Get logs for a specific VNC process
292
- * @summary [DEPRECATED] Get process logs
293
- * @param {string} processName
294
- * @param {string} sandboxId
295
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
296
- * @param {*} [options] Override http request option.
297
- * @deprecated
298
- * @throws {RequiredError}
299
- */
300
- getProcessLogsDeprecated: (processName: string, sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
301
- /**
302
- * Get status of a specific VNC process
303
- * @summary [DEPRECATED] Get process status
304
- * @param {string} processName
305
- * @param {string} sandboxId
306
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
307
- * @param {*} [options] Override http request option.
308
- * @deprecated
309
- * @throws {RequiredError}
310
- */
311
- getProcessStatusDeprecated: (processName: string, sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
312
- /**
313
- *
314
- * @summary [DEPRECATED] Get sandbox project dir
315
- * @param {string} sandboxId
316
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
317
- * @param {*} [options] Override http request option.
318
- * @deprecated
319
- * @throws {RequiredError}
320
- */
321
- getProjectDirDeprecated: (sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
322
- /**
323
- * Get session command by ID
324
- * @summary [DEPRECATED] Get session command
325
- * @param {string} sandboxId
326
- * @param {string} sessionId
327
- * @param {string} commandId
328
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
329
- * @param {*} [options] Override http request option.
330
- * @deprecated
331
- * @throws {RequiredError}
332
- */
333
- getSessionCommandDeprecated: (sandboxId: string, sessionId: string, commandId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
334
- /**
335
- * Get logs for a specific command in a session
336
- * @summary [DEPRECATED] Get command logs
337
- * @param {string} sandboxId
338
- * @param {string} sessionId
339
- * @param {string} commandId
340
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
341
- * @param {boolean} [follow] Whether to stream the logs
342
- * @param {*} [options] Override http request option.
343
- * @deprecated
344
- * @throws {RequiredError}
345
- */
346
- getSessionCommandLogsDeprecated: (sandboxId: string, sessionId: string, commandId: string, xDaytonaOrganizationID?: string, follow?: boolean, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
347
- /**
348
- * Get session by ID
349
- * @summary [DEPRECATED] Get session
350
- * @param {string} sandboxId
351
- * @param {string} sessionId
352
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
353
- * @param {*} [options] Override http request option.
354
- * @deprecated
355
- * @throws {RequiredError}
356
- */
357
- getSessionDeprecated: (sandboxId: string, sessionId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
358
- /**
359
- *
360
- * @summary [DEPRECATED] Get sandbox user home dir
361
- * @param {string} sandboxId
362
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
363
- * @param {*} [options] Override http request option.
364
- * @deprecated
365
- * @throws {RequiredError}
366
- */
367
- getUserHomeDirDeprecated: (sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
368
- /**
369
- * Get list of open windows
370
- * @summary [DEPRECATED] Get windows
371
- * @param {string} sandboxId
372
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
373
- * @param {*} [options] Override http request option.
374
- * @deprecated
375
- * @throws {RequiredError}
376
- */
377
- getWindowsDeprecated: (sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
378
- /**
379
- *
380
- * @summary [DEPRECATED] Get sandbox work-dir
381
- * @param {string} sandboxId
382
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
383
- * @param {*} [options] Override http request option.
384
- * @deprecated
385
- * @throws {RequiredError}
386
- */
387
- getWorkDirDeprecated: (sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
388
- /**
389
- * Add files to git commit
390
- * @summary [DEPRECATED] Add files
391
- * @param {string} sandboxId
392
- * @param {GitAddRequest} gitAddRequest
393
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
394
- * @param {*} [options] Override http request option.
395
- * @deprecated
396
- * @throws {RequiredError}
397
- */
398
- gitAddFilesDeprecated: (sandboxId: string, gitAddRequest: GitAddRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
399
- /**
400
- * Checkout branch or commit in git repository
401
- * @summary [DEPRECATED] Checkout branch
402
- * @param {string} sandboxId
403
- * @param {GitCheckoutRequest} gitCheckoutRequest
404
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
405
- * @param {*} [options] Override http request option.
406
- * @deprecated
407
- * @throws {RequiredError}
408
- */
409
- gitCheckoutBranchDeprecated: (sandboxId: string, gitCheckoutRequest: GitCheckoutRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
410
- /**
411
- * Clone git repository
412
- * @summary [DEPRECATED] Clone repository
413
- * @param {string} sandboxId
414
- * @param {GitCloneRequest} gitCloneRequest
415
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
416
- * @param {*} [options] Override http request option.
417
- * @deprecated
418
- * @throws {RequiredError}
419
- */
420
- gitCloneRepositoryDeprecated: (sandboxId: string, gitCloneRequest: GitCloneRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
421
- /**
422
- * Commit changes to git repository
423
- * @summary [DEPRECATED] Commit changes
424
- * @param {string} sandboxId
425
- * @param {GitCommitRequest} gitCommitRequest
426
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
427
- * @param {*} [options] Override http request option.
428
- * @deprecated
429
- * @throws {RequiredError}
430
- */
431
- gitCommitChangesDeprecated: (sandboxId: string, gitCommitRequest: GitCommitRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
432
- /**
433
- * Create branch on git repository
434
- * @summary [DEPRECATED] Create branch
435
- * @param {string} sandboxId
436
- * @param {GitBranchRequest} gitBranchRequest
437
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
438
- * @param {*} [options] Override http request option.
439
- * @deprecated
440
- * @throws {RequiredError}
441
- */
442
- gitCreateBranchDeprecated: (sandboxId: string, gitBranchRequest: GitBranchRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
443
- /**
444
- * Delete branch on git repository
445
- * @summary [DEPRECATED] Delete branch
446
- * @param {string} sandboxId
447
- * @param {GitDeleteBranchRequest} gitDeleteBranchRequest
448
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
449
- * @param {*} [options] Override http request option.
450
- * @deprecated
451
- * @throws {RequiredError}
452
- */
453
- gitDeleteBranchDeprecated: (sandboxId: string, gitDeleteBranchRequest: GitDeleteBranchRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
454
- /**
455
- * Get commit history from git repository
456
- * @summary [DEPRECATED] Get commit history
457
- * @param {string} sandboxId
458
- * @param {string} path
459
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
460
- * @param {*} [options] Override http request option.
461
- * @deprecated
462
- * @throws {RequiredError}
463
- */
464
- gitGetHistoryDeprecated: (sandboxId: string, path: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
465
- /**
466
- * Get status from git repository
467
- * @summary [DEPRECATED] Get git status
468
- * @param {string} sandboxId
469
- * @param {string} path
470
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
471
- * @param {*} [options] Override http request option.
472
- * @deprecated
473
- * @throws {RequiredError}
474
- */
475
- gitGetStatusDeprecated: (sandboxId: string, path: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
476
- /**
477
- * Get branch list from git repository
478
- * @summary [DEPRECATED] Get branch list
479
- * @param {string} sandboxId
480
- * @param {string} path
481
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
482
- * @param {*} [options] Override http request option.
483
- * @deprecated
484
- * @throws {RequiredError}
485
- */
486
- gitListBranchesDeprecated: (sandboxId: string, path: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
487
- /**
488
- * Pull changes from remote
489
- * @summary [DEPRECATED] Pull changes
490
- * @param {string} sandboxId
491
- * @param {GitRepoRequest} gitRepoRequest
492
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
493
- * @param {*} [options] Override http request option.
494
- * @deprecated
495
- * @throws {RequiredError}
496
- */
497
- gitPullChangesDeprecated: (sandboxId: string, gitRepoRequest: GitRepoRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
498
- /**
499
- * Push changes to remote
500
- * @summary [DEPRECATED] Push changes
501
- * @param {string} sandboxId
502
- * @param {GitRepoRequest} gitRepoRequest
503
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
504
- * @param {*} [options] Override http request option.
505
- * @deprecated
506
- * @throws {RequiredError}
507
- */
508
- gitPushChangesDeprecated: (sandboxId: string, gitRepoRequest: GitRepoRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
509
- /**
510
- *
511
- * @summary [DEPRECATED] List files
512
- * @param {string} sandboxId
513
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
514
- * @param {string} [path]
515
- * @param {*} [options] Override http request option.
516
- * @deprecated
517
- * @throws {RequiredError}
518
- */
519
- listFilesDeprecated: (sandboxId: string, xDaytonaOrganizationID?: string, path?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
520
- /**
521
- * List all active PTY sessions in the sandbox
522
- * @summary [DEPRECATED] List PTY sessions
523
- * @param {string} sandboxId
524
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
525
- * @param {*} [options] Override http request option.
526
- * @deprecated
527
- * @throws {RequiredError}
528
- */
529
- listPTYSessionsDeprecated: (sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
530
- /**
531
- * List all active sessions in the sandbox
532
- * @summary [DEPRECATED] List sessions
533
- * @param {string} sandboxId
534
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
535
- * @param {*} [options] Override http request option.
536
- * @deprecated
537
- * @throws {RequiredError}
538
- */
539
- listSessionsDeprecated: (sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
540
- /**
541
- * The Completion request is sent from the client to the server to compute completion items at a given cursor position.
542
- * @summary [DEPRECATED] Get Lsp Completions
543
- * @param {string} sandboxId
544
- * @param {LspCompletionParams} lspCompletionParams
545
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
546
- * @param {*} [options] Override http request option.
547
- * @deprecated
548
- * @throws {RequiredError}
549
- */
550
- lspCompletionsDeprecated: (sandboxId: string, lspCompletionParams: LspCompletionParams, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
551
- /**
552
- * The document close notification is sent from the client to the server when the document got closed in the client.
553
- * @summary [DEPRECATED] Call Lsp DidClose
554
- * @param {string} sandboxId
555
- * @param {LspDocumentRequest} lspDocumentRequest
556
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
557
- * @param {*} [options] Override http request option.
558
- * @deprecated
559
- * @throws {RequiredError}
560
- */
561
- lspDidCloseDeprecated: (sandboxId: string, lspDocumentRequest: LspDocumentRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
562
- /**
563
- * The document open notification is sent from the client to the server to signal newly opened text documents.
564
- * @summary [DEPRECATED] Call Lsp DidOpen
565
- * @param {string} sandboxId
566
- * @param {LspDocumentRequest} lspDocumentRequest
567
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
568
- * @param {*} [options] Override http request option.
569
- * @deprecated
570
- * @throws {RequiredError}
571
- */
572
- lspDidOpenDeprecated: (sandboxId: string, lspDocumentRequest: LspDocumentRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
573
- /**
574
- * The document symbol request is sent from the client to the server.
575
- * @summary [DEPRECATED] Call Lsp DocumentSymbols
576
- * @param {string} sandboxId
577
- * @param {string} languageId
578
- * @param {string} pathToProject
579
- * @param {string} uri
580
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
581
- * @param {*} [options] Override http request option.
582
- * @deprecated
583
- * @throws {RequiredError}
584
- */
585
- lspDocumentSymbolsDeprecated: (sandboxId: string, languageId: string, pathToProject: string, uri: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
586
- /**
587
- * Start Lsp server process inside sandbox project
588
- * @summary [DEPRECATED] Start Lsp server
589
- * @param {string} sandboxId
590
- * @param {LspServerRequest} lspServerRequest
591
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
592
- * @param {*} [options] Override http request option.
593
- * @deprecated
594
- * @throws {RequiredError}
595
- */
596
- lspStartDeprecated: (sandboxId: string, lspServerRequest: LspServerRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
597
- /**
598
- * Stop Lsp server process inside sandbox project
599
- * @summary [DEPRECATED] Stop Lsp server
600
- * @param {string} sandboxId
601
- * @param {LspServerRequest} lspServerRequest
602
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
603
- * @param {*} [options] Override http request option.
604
- * @deprecated
605
- * @throws {RequiredError}
606
- */
607
- lspStopDeprecated: (sandboxId: string, lspServerRequest: LspServerRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
608
- /**
609
- * The workspace symbol request is sent from the client to the server to list project-wide symbols matching the query string.
610
- * @summary [DEPRECATED] Call Lsp WorkspaceSymbols
611
- * @param {string} sandboxId
612
- * @param {string} languageId
613
- * @param {string} pathToProject
614
- * @param {string} query
615
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
616
- * @param {*} [options] Override http request option.
617
- * @deprecated
618
- * @throws {RequiredError}
619
- */
620
- lspWorkspaceSymbolsDeprecated: (sandboxId: string, languageId: string, pathToProject: string, query: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
621
- /**
622
- * Move file inside sandbox
623
- * @summary [DEPRECATED] Move file
624
- * @param {string} sandboxId
625
- * @param {string} source
626
- * @param {string} destination
627
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
628
- * @param {*} [options] Override http request option.
629
- * @deprecated
630
- * @throws {RequiredError}
631
- */
632
- moveFileDeprecated: (sandboxId: string, source: string, destination: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
633
- /**
634
- * Move mouse cursor to specified coordinates
635
- * @summary [DEPRECATED] Move mouse
636
- * @param {string} sandboxId
637
- * @param {MouseMoveRequest} mouseMoveRequest
638
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
639
- * @param {*} [options] Override http request option.
640
- * @deprecated
641
- * @throws {RequiredError}
642
- */
643
- moveMouseDeprecated: (sandboxId: string, mouseMoveRequest: MouseMoveRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
644
- /**
645
- * Press a hotkey combination
646
- * @summary [DEPRECATED] Press hotkey
647
- * @param {string} sandboxId
648
- * @param {KeyboardHotkeyRequest} keyboardHotkeyRequest
649
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
650
- * @param {*} [options] Override http request option.
651
- * @deprecated
652
- * @throws {RequiredError}
653
- */
654
- pressHotkeyDeprecated: (sandboxId: string, keyboardHotkeyRequest: KeyboardHotkeyRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
655
- /**
656
- * Press a key with optional modifiers
657
- * @summary [DEPRECATED] Press key
658
- * @param {string} sandboxId
659
- * @param {KeyboardPressRequest} keyboardPressRequest
660
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
661
- * @param {*} [options] Override http request option.
662
- * @deprecated
663
- * @throws {RequiredError}
664
- */
665
- pressKeyDeprecated: (sandboxId: string, keyboardPressRequest: KeyboardPressRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
666
- /**
667
- * Replace text/pattern in multiple files inside sandbox
668
- * @summary [DEPRECATED] Replace in files
669
- * @param {string} sandboxId
670
- * @param {ReplaceRequest} replaceRequest
671
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
672
- * @param {*} [options] Override http request option.
673
- * @deprecated
674
- * @throws {RequiredError}
675
- */
676
- replaceInFilesDeprecated: (sandboxId: string, replaceRequest: ReplaceRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
677
- /**
678
- * Resize a PTY session
679
- * @summary [DEPRECATED] Resize PTY session
680
- * @param {string} sandboxId
681
- * @param {string} sessionId
682
- * @param {PtyResizeRequest} ptyResizeRequest
683
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
684
- * @param {*} [options] Override http request option.
685
- * @deprecated
686
- * @throws {RequiredError}
687
- */
688
- resizePTYSessionDeprecated: (sandboxId: string, sessionId: string, ptyResizeRequest: PtyResizeRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
689
- /**
690
- * Restart a specific VNC process
691
- * @summary [DEPRECATED] Restart process
692
- * @param {string} processName
693
- * @param {string} sandboxId
694
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
695
- * @param {*} [options] Override http request option.
696
- * @deprecated
697
- * @throws {RequiredError}
698
- */
699
- restartProcessDeprecated: (processName: string, sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
700
- /**
701
- * Scroll mouse at specified coordinates
702
- * @summary [DEPRECATED] Scroll mouse
703
- * @param {string} sandboxId
704
- * @param {MouseScrollRequest} mouseScrollRequest
705
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
706
- * @param {*} [options] Override http request option.
707
- * @deprecated
708
- * @throws {RequiredError}
709
- */
710
- scrollMouseDeprecated: (sandboxId: string, mouseScrollRequest: MouseScrollRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
711
- /**
712
- * Search for files inside sandbox
713
- * @summary [DEPRECATED] Search files
714
- * @param {string} sandboxId
715
- * @param {string} path
716
- * @param {string} pattern
717
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
718
- * @param {*} [options] Override http request option.
719
- * @deprecated
720
- * @throws {RequiredError}
721
- */
722
- searchFilesDeprecated: (sandboxId: string, path: string, pattern: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
723
- /**
724
- * Set file owner/group/permissions inside sandbox
725
- * @summary [DEPRECATED] Set file permissions
726
- * @param {string} sandboxId
727
- * @param {string} path
728
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
729
- * @param {string} [owner]
730
- * @param {string} [group]
731
- * @param {string} [mode]
732
- * @param {*} [options] Override http request option.
733
- * @deprecated
734
- * @throws {RequiredError}
735
- */
736
- setFilePermissionsDeprecated: (sandboxId: string, path: string, xDaytonaOrganizationID?: string, owner?: string, group?: string, mode?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
737
- /**
738
- * Start all VNC desktop processes (Xvfb, xfce4, x11vnc, novnc)
739
- * @summary [DEPRECATED] Start computer use processes
740
- * @param {string} sandboxId
741
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
742
- * @param {*} [options] Override http request option.
743
- * @deprecated
744
- * @throws {RequiredError}
745
- */
746
- startComputerUseDeprecated: (sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
747
- /**
748
- * Stop all VNC desktop processes (Xvfb, xfce4, x11vnc, novnc)
749
- * @summary [DEPRECATED] Stop computer use processes
750
- * @param {string} sandboxId
751
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
752
- * @param {*} [options] Override http request option.
753
- * @deprecated
754
- * @throws {RequiredError}
755
- */
756
- stopComputerUseDeprecated: (sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
757
- /**
758
- * Take a compressed screenshot of a specific region
759
- * @summary [DEPRECATED] Take compressed region screenshot
760
- * @param {string} sandboxId
761
- * @param {number} height
762
- * @param {number} width
763
- * @param {number} y
764
- * @param {number} x
765
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
766
- * @param {number} [scale]
767
- * @param {number} [quality]
768
- * @param {string} [format]
769
- * @param {boolean} [showCursor]
770
- * @param {*} [options] Override http request option.
771
- * @deprecated
772
- * @throws {RequiredError}
773
- */
774
- takeCompressedRegionScreenshotDeprecated: (sandboxId: string, height: number, width: number, y: number, x: number, xDaytonaOrganizationID?: string, scale?: number, quality?: number, format?: string, showCursor?: boolean, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
775
- /**
776
- * Take a compressed screenshot with format, quality, and scale options
777
- * @summary [DEPRECATED] Take compressed screenshot
778
- * @param {string} sandboxId
779
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
780
- * @param {number} [scale]
781
- * @param {number} [quality]
782
- * @param {string} [format]
783
- * @param {boolean} [showCursor]
784
- * @param {*} [options] Override http request option.
785
- * @deprecated
786
- * @throws {RequiredError}
787
- */
788
- takeCompressedScreenshotDeprecated: (sandboxId: string, xDaytonaOrganizationID?: string, scale?: number, quality?: number, format?: string, showCursor?: boolean, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
789
- /**
790
- * Take a screenshot of a specific region
791
- * @summary [DEPRECATED] Take region screenshot
792
- * @param {string} sandboxId
793
- * @param {number} height
794
- * @param {number} width
795
- * @param {number} y
796
- * @param {number} x
797
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
798
- * @param {boolean} [showCursor]
799
- * @param {*} [options] Override http request option.
800
- * @deprecated
801
- * @throws {RequiredError}
802
- */
803
- takeRegionScreenshotDeprecated: (sandboxId: string, height: number, width: number, y: number, x: number, xDaytonaOrganizationID?: string, showCursor?: boolean, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
804
- /**
805
- * Take a screenshot of the entire screen
806
- * @summary [DEPRECATED] Take screenshot
807
- * @param {string} sandboxId
808
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
809
- * @param {boolean} [showCursor]
810
- * @param {*} [options] Override http request option.
811
- * @deprecated
812
- * @throws {RequiredError}
813
- */
814
- takeScreenshotDeprecated: (sandboxId: string, xDaytonaOrganizationID?: string, showCursor?: boolean, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
815
- /**
816
- * Type text using keyboard
817
- * @summary [DEPRECATED] Type text
818
- * @param {string} sandboxId
819
- * @param {KeyboardTypeRequest} keyboardTypeRequest
820
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
821
- * @param {*} [options] Override http request option.
822
- * @deprecated
823
- * @throws {RequiredError}
824
- */
825
- typeTextDeprecated: (sandboxId: string, keyboardTypeRequest: KeyboardTypeRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
826
- /**
827
- * Upload file inside sandbox
828
- * @summary [DEPRECATED] Upload file
829
- * @param {string} sandboxId
830
- * @param {string} path
831
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
832
- * @param {File} [file]
833
- * @param {*} [options] Override http request option.
834
- * @deprecated
835
- * @throws {RequiredError}
836
- */
837
- uploadFileDeprecated: (sandboxId: string, path: string, xDaytonaOrganizationID?: string, file?: File, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
838
- /**
839
- * Upload multiple files inside sandbox
840
- * @summary [DEPRECATED] Upload multiple files
841
- * @param {string} sandboxId
842
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
843
- * @param {*} [options] Override http request option.
844
- * @deprecated
845
- * @throws {RequiredError}
846
- */
847
- uploadFilesDeprecated: (sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
848
- };
849
- /**
850
- * ToolboxApi - functional programming interface
851
- */
852
- export declare const ToolboxApiFp: (configuration?: Configuration) => {
853
- /**
854
- * Click mouse at specified coordinates
855
- * @summary [DEPRECATED] Click mouse
856
- * @param {string} sandboxId
857
- * @param {MouseClickRequest} mouseClickRequest
858
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
859
- * @param {*} [options] Override http request option.
860
- * @deprecated
861
- * @throws {RequiredError}
862
- */
863
- clickMouseDeprecated(sandboxId: string, mouseClickRequest: MouseClickRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MouseClickResponse>>;
864
- /**
865
- * Create folder inside sandbox
866
- * @summary [DEPRECATED] Create folder
867
- * @param {string} sandboxId
868
- * @param {string} path
869
- * @param {string} mode
870
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
871
- * @param {*} [options] Override http request option.
872
- * @deprecated
873
- * @throws {RequiredError}
874
- */
875
- createFolderDeprecated(sandboxId: string, path: string, mode: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
876
- /**
877
- * Create a new PTY session in the sandbox
878
- * @summary [DEPRECATED] Create PTY session
879
- * @param {string} sandboxId
880
- * @param {PtyCreateRequest} ptyCreateRequest
881
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
882
- * @param {*} [options] Override http request option.
883
- * @deprecated
884
- * @throws {RequiredError}
885
- */
886
- createPTYSessionDeprecated(sandboxId: string, ptyCreateRequest: PtyCreateRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PtyCreateResponse>>;
887
- /**
888
- * Create a new session in the sandbox
889
- * @summary [DEPRECATED] Create session
890
- * @param {string} sandboxId
891
- * @param {CreateSessionRequest} createSessionRequest
892
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
893
- * @param {*} [options] Override http request option.
894
- * @deprecated
895
- * @throws {RequiredError}
896
- */
897
- createSessionDeprecated(sandboxId: string, createSessionRequest: CreateSessionRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
898
- /**
899
- * Delete file inside sandbox
900
- * @summary [DEPRECATED] Delete file
901
- * @param {string} sandboxId
902
- * @param {string} path
903
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
904
- * @param {boolean} [recursive]
905
- * @param {*} [options] Override http request option.
906
- * @deprecated
907
- * @throws {RequiredError}
908
- */
909
- deleteFileDeprecated(sandboxId: string, path: string, xDaytonaOrganizationID?: string, recursive?: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
910
- /**
911
- * Delete a PTY session and terminate the associated process
912
- * @summary [DEPRECATED] Delete PTY session
913
- * @param {string} sandboxId
914
- * @param {string} sessionId
915
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
916
- * @param {*} [options] Override http request option.
917
- * @deprecated
918
- * @throws {RequiredError}
919
- */
920
- deletePTYSessionDeprecated(sandboxId: string, sessionId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
921
- /**
922
- * Delete a specific session
923
- * @summary [DEPRECATED] Delete session
924
- * @param {string} sandboxId
925
- * @param {string} sessionId
926
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
927
- * @param {*} [options] Override http request option.
928
- * @deprecated
929
- * @throws {RequiredError}
930
- */
931
- deleteSessionDeprecated(sandboxId: string, sessionId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
932
- /**
933
- * Download file from sandbox
934
- * @summary [DEPRECATED] Download file
935
- * @param {string} sandboxId
936
- * @param {string} path
937
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
938
- * @param {*} [options] Override http request option.
939
- * @deprecated
940
- * @throws {RequiredError}
941
- */
942
- downloadFileDeprecated(sandboxId: string, path: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
943
- /**
944
- * Streams back a multipart/form-data bundle of the requested paths
945
- * @summary [DEPRECATED] Download multiple files
946
- * @param {string} sandboxId
947
- * @param {DownloadFiles} downloadFiles
948
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
949
- * @param {*} [options] Override http request option.
950
- * @deprecated
951
- * @throws {RequiredError}
952
- */
953
- downloadFilesDeprecated(sandboxId: string, downloadFiles: DownloadFiles, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
954
- /**
955
- * Drag mouse from start to end coordinates
956
- * @summary [DEPRECATED] Drag mouse
957
- * @param {string} sandboxId
958
- * @param {MouseDragRequest} mouseDragRequest
959
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
960
- * @param {*} [options] Override http request option.
961
- * @deprecated
962
- * @throws {RequiredError}
963
- */
964
- dragMouseDeprecated(sandboxId: string, mouseDragRequest: MouseDragRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MouseDragResponse>>;
965
- /**
966
- * Execute command synchronously inside sandbox
967
- * @summary [DEPRECATED] Execute command
968
- * @param {string} sandboxId
969
- * @param {ExecuteRequest} executeRequest
970
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
971
- * @param {*} [options] Override http request option.
972
- * @deprecated
973
- * @throws {RequiredError}
974
- */
975
- executeCommandDeprecated(sandboxId: string, executeRequest: ExecuteRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ExecuteResponse>>;
976
- /**
977
- * Execute a command in a specific session
978
- * @summary [DEPRECATED] Execute command in session
979
- * @param {string} sandboxId
980
- * @param {string} sessionId
981
- * @param {SessionExecuteRequest} sessionExecuteRequest
982
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
983
- * @param {*} [options] Override http request option.
984
- * @deprecated
985
- * @throws {RequiredError}
986
- */
987
- executeSessionCommandDeprecated(sandboxId: string, sessionId: string, sessionExecuteRequest: SessionExecuteRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SessionExecuteResponse>>;
988
- /**
989
- * Search for text/pattern inside sandbox files
990
- * @summary [DEPRECATED] Search for text/pattern in files
991
- * @param {string} sandboxId
992
- * @param {string} path
993
- * @param {string} pattern
994
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
995
- * @param {*} [options] Override http request option.
996
- * @deprecated
997
- * @throws {RequiredError}
998
- */
999
- findInFilesDeprecated(sandboxId: string, path: string, pattern: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<Match>>>;
1000
- /**
1001
- * Get status of all VNC desktop processes
1002
- * @summary [DEPRECATED] Get computer use status
1003
- * @param {string} sandboxId
1004
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1005
- * @param {*} [options] Override http request option.
1006
- * @deprecated
1007
- * @throws {RequiredError}
1008
- */
1009
- getComputerUseStatusDeprecated(sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ComputerUseStatusResponse>>;
1010
- /**
1011
- * Get information about displays
1012
- * @summary [DEPRECATED] Get display info
1013
- * @param {string} sandboxId
1014
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1015
- * @param {*} [options] Override http request option.
1016
- * @deprecated
1017
- * @throws {RequiredError}
1018
- */
1019
- getDisplayInfoDeprecated(sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DisplayInfoResponse>>;
1020
- /**
1021
- * Get file info inside sandbox
1022
- * @summary [DEPRECATED] Get file info
1023
- * @param {string} sandboxId
1024
- * @param {string} path
1025
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1026
- * @param {*} [options] Override http request option.
1027
- * @deprecated
1028
- * @throws {RequiredError}
1029
- */
1030
- getFileInfoDeprecated(sandboxId: string, path: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<FileInfo>>;
1031
- /**
1032
- * Get current mouse cursor position
1033
- * @summary [DEPRECATED] Get mouse position
1034
- * @param {string} sandboxId
1035
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1036
- * @param {*} [options] Override http request option.
1037
- * @deprecated
1038
- * @throws {RequiredError}
1039
- */
1040
- getMousePositionDeprecated(sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MousePosition>>;
1041
- /**
1042
- * Get PTY session information by ID
1043
- * @summary [DEPRECATED] Get PTY session
1044
- * @param {string} sandboxId
1045
- * @param {string} sessionId
1046
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1047
- * @param {*} [options] Override http request option.
1048
- * @deprecated
1049
- * @throws {RequiredError}
1050
- */
1051
- getPTYSessionDeprecated(sandboxId: string, sessionId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PtySessionInfo>>;
1052
- /**
1053
- * Get error logs for a specific VNC process
1054
- * @summary [DEPRECATED] Get process errors
1055
- * @param {string} processName
1056
- * @param {string} sandboxId
1057
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1058
- * @param {*} [options] Override http request option.
1059
- * @deprecated
1060
- * @throws {RequiredError}
1061
- */
1062
- getProcessErrorsDeprecated(processName: string, sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProcessErrorsResponse>>;
1063
- /**
1064
- * Get logs for a specific VNC process
1065
- * @summary [DEPRECATED] Get process logs
1066
- * @param {string} processName
1067
- * @param {string} sandboxId
1068
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1069
- * @param {*} [options] Override http request option.
1070
- * @deprecated
1071
- * @throws {RequiredError}
1072
- */
1073
- getProcessLogsDeprecated(processName: string, sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProcessLogsResponse>>;
1074
- /**
1075
- * Get status of a specific VNC process
1076
- * @summary [DEPRECATED] Get process status
1077
- * @param {string} processName
1078
- * @param {string} sandboxId
1079
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1080
- * @param {*} [options] Override http request option.
1081
- * @deprecated
1082
- * @throws {RequiredError}
1083
- */
1084
- getProcessStatusDeprecated(processName: string, sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProcessStatusResponse>>;
1085
- /**
1086
- *
1087
- * @summary [DEPRECATED] Get sandbox project dir
1088
- * @param {string} sandboxId
1089
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1090
- * @param {*} [options] Override http request option.
1091
- * @deprecated
1092
- * @throws {RequiredError}
1093
- */
1094
- getProjectDirDeprecated(sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProjectDirResponse>>;
1095
- /**
1096
- * Get session command by ID
1097
- * @summary [DEPRECATED] Get session command
1098
- * @param {string} sandboxId
1099
- * @param {string} sessionId
1100
- * @param {string} commandId
1101
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1102
- * @param {*} [options] Override http request option.
1103
- * @deprecated
1104
- * @throws {RequiredError}
1105
- */
1106
- getSessionCommandDeprecated(sandboxId: string, sessionId: string, commandId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Command>>;
1107
- /**
1108
- * Get logs for a specific command in a session
1109
- * @summary [DEPRECATED] Get command logs
1110
- * @param {string} sandboxId
1111
- * @param {string} sessionId
1112
- * @param {string} commandId
1113
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1114
- * @param {boolean} [follow] Whether to stream the logs
1115
- * @param {*} [options] Override http request option.
1116
- * @deprecated
1117
- * @throws {RequiredError}
1118
- */
1119
- getSessionCommandLogsDeprecated(sandboxId: string, sessionId: string, commandId: string, xDaytonaOrganizationID?: string, follow?: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>>;
1120
- /**
1121
- * Get session by ID
1122
- * @summary [DEPRECATED] Get session
1123
- * @param {string} sandboxId
1124
- * @param {string} sessionId
1125
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1126
- * @param {*} [options] Override http request option.
1127
- * @deprecated
1128
- * @throws {RequiredError}
1129
- */
1130
- getSessionDeprecated(sandboxId: string, sessionId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Session>>;
1131
- /**
1132
- *
1133
- * @summary [DEPRECATED] Get sandbox user home dir
1134
- * @param {string} sandboxId
1135
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1136
- * @param {*} [options] Override http request option.
1137
- * @deprecated
1138
- * @throws {RequiredError}
1139
- */
1140
- getUserHomeDirDeprecated(sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UserHomeDirResponse>>;
1141
- /**
1142
- * Get list of open windows
1143
- * @summary [DEPRECATED] Get windows
1144
- * @param {string} sandboxId
1145
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1146
- * @param {*} [options] Override http request option.
1147
- * @deprecated
1148
- * @throws {RequiredError}
1149
- */
1150
- getWindowsDeprecated(sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WindowsResponse>>;
1151
- /**
1152
- *
1153
- * @summary [DEPRECATED] Get sandbox work-dir
1154
- * @param {string} sandboxId
1155
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1156
- * @param {*} [options] Override http request option.
1157
- * @deprecated
1158
- * @throws {RequiredError}
1159
- */
1160
- getWorkDirDeprecated(sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WorkDirResponse>>;
1161
- /**
1162
- * Add files to git commit
1163
- * @summary [DEPRECATED] Add files
1164
- * @param {string} sandboxId
1165
- * @param {GitAddRequest} gitAddRequest
1166
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1167
- * @param {*} [options] Override http request option.
1168
- * @deprecated
1169
- * @throws {RequiredError}
1170
- */
1171
- gitAddFilesDeprecated(sandboxId: string, gitAddRequest: GitAddRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
1172
- /**
1173
- * Checkout branch or commit in git repository
1174
- * @summary [DEPRECATED] Checkout branch
1175
- * @param {string} sandboxId
1176
- * @param {GitCheckoutRequest} gitCheckoutRequest
1177
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1178
- * @param {*} [options] Override http request option.
1179
- * @deprecated
1180
- * @throws {RequiredError}
1181
- */
1182
- gitCheckoutBranchDeprecated(sandboxId: string, gitCheckoutRequest: GitCheckoutRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
1183
- /**
1184
- * Clone git repository
1185
- * @summary [DEPRECATED] Clone repository
1186
- * @param {string} sandboxId
1187
- * @param {GitCloneRequest} gitCloneRequest
1188
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1189
- * @param {*} [options] Override http request option.
1190
- * @deprecated
1191
- * @throws {RequiredError}
1192
- */
1193
- gitCloneRepositoryDeprecated(sandboxId: string, gitCloneRequest: GitCloneRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
1194
- /**
1195
- * Commit changes to git repository
1196
- * @summary [DEPRECATED] Commit changes
1197
- * @param {string} sandboxId
1198
- * @param {GitCommitRequest} gitCommitRequest
1199
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1200
- * @param {*} [options] Override http request option.
1201
- * @deprecated
1202
- * @throws {RequiredError}
1203
- */
1204
- gitCommitChangesDeprecated(sandboxId: string, gitCommitRequest: GitCommitRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GitCommitResponse>>;
1205
- /**
1206
- * Create branch on git repository
1207
- * @summary [DEPRECATED] Create branch
1208
- * @param {string} sandboxId
1209
- * @param {GitBranchRequest} gitBranchRequest
1210
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1211
- * @param {*} [options] Override http request option.
1212
- * @deprecated
1213
- * @throws {RequiredError}
1214
- */
1215
- gitCreateBranchDeprecated(sandboxId: string, gitBranchRequest: GitBranchRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
1216
- /**
1217
- * Delete branch on git repository
1218
- * @summary [DEPRECATED] Delete branch
1219
- * @param {string} sandboxId
1220
- * @param {GitDeleteBranchRequest} gitDeleteBranchRequest
1221
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1222
- * @param {*} [options] Override http request option.
1223
- * @deprecated
1224
- * @throws {RequiredError}
1225
- */
1226
- gitDeleteBranchDeprecated(sandboxId: string, gitDeleteBranchRequest: GitDeleteBranchRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
1227
- /**
1228
- * Get commit history from git repository
1229
- * @summary [DEPRECATED] Get commit history
1230
- * @param {string} sandboxId
1231
- * @param {string} path
1232
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1233
- * @param {*} [options] Override http request option.
1234
- * @deprecated
1235
- * @throws {RequiredError}
1236
- */
1237
- gitGetHistoryDeprecated(sandboxId: string, path: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<GitCommitInfo>>>;
1238
- /**
1239
- * Get status from git repository
1240
- * @summary [DEPRECATED] Get git status
1241
- * @param {string} sandboxId
1242
- * @param {string} path
1243
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1244
- * @param {*} [options] Override http request option.
1245
- * @deprecated
1246
- * @throws {RequiredError}
1247
- */
1248
- gitGetStatusDeprecated(sandboxId: string, path: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GitStatus>>;
1249
- /**
1250
- * Get branch list from git repository
1251
- * @summary [DEPRECATED] Get branch list
1252
- * @param {string} sandboxId
1253
- * @param {string} path
1254
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1255
- * @param {*} [options] Override http request option.
1256
- * @deprecated
1257
- * @throws {RequiredError}
1258
- */
1259
- gitListBranchesDeprecated(sandboxId: string, path: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListBranchResponse>>;
1260
- /**
1261
- * Pull changes from remote
1262
- * @summary [DEPRECATED] Pull changes
1263
- * @param {string} sandboxId
1264
- * @param {GitRepoRequest} gitRepoRequest
1265
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1266
- * @param {*} [options] Override http request option.
1267
- * @deprecated
1268
- * @throws {RequiredError}
1269
- */
1270
- gitPullChangesDeprecated(sandboxId: string, gitRepoRequest: GitRepoRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
1271
- /**
1272
- * Push changes to remote
1273
- * @summary [DEPRECATED] Push changes
1274
- * @param {string} sandboxId
1275
- * @param {GitRepoRequest} gitRepoRequest
1276
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1277
- * @param {*} [options] Override http request option.
1278
- * @deprecated
1279
- * @throws {RequiredError}
1280
- */
1281
- gitPushChangesDeprecated(sandboxId: string, gitRepoRequest: GitRepoRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
1282
- /**
1283
- *
1284
- * @summary [DEPRECATED] List files
1285
- * @param {string} sandboxId
1286
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1287
- * @param {string} [path]
1288
- * @param {*} [options] Override http request option.
1289
- * @deprecated
1290
- * @throws {RequiredError}
1291
- */
1292
- listFilesDeprecated(sandboxId: string, xDaytonaOrganizationID?: string, path?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<FileInfo>>>;
1293
- /**
1294
- * List all active PTY sessions in the sandbox
1295
- * @summary [DEPRECATED] List PTY sessions
1296
- * @param {string} sandboxId
1297
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1298
- * @param {*} [options] Override http request option.
1299
- * @deprecated
1300
- * @throws {RequiredError}
1301
- */
1302
- listPTYSessionsDeprecated(sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PtyListResponse>>;
1303
- /**
1304
- * List all active sessions in the sandbox
1305
- * @summary [DEPRECATED] List sessions
1306
- * @param {string} sandboxId
1307
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1308
- * @param {*} [options] Override http request option.
1309
- * @deprecated
1310
- * @throws {RequiredError}
1311
- */
1312
- listSessionsDeprecated(sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<Session>>>;
1313
- /**
1314
- * The Completion request is sent from the client to the server to compute completion items at a given cursor position.
1315
- * @summary [DEPRECATED] Get Lsp Completions
1316
- * @param {string} sandboxId
1317
- * @param {LspCompletionParams} lspCompletionParams
1318
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1319
- * @param {*} [options] Override http request option.
1320
- * @deprecated
1321
- * @throws {RequiredError}
1322
- */
1323
- lspCompletionsDeprecated(sandboxId: string, lspCompletionParams: LspCompletionParams, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CompletionList>>;
1324
- /**
1325
- * The document close notification is sent from the client to the server when the document got closed in the client.
1326
- * @summary [DEPRECATED] Call Lsp DidClose
1327
- * @param {string} sandboxId
1328
- * @param {LspDocumentRequest} lspDocumentRequest
1329
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1330
- * @param {*} [options] Override http request option.
1331
- * @deprecated
1332
- * @throws {RequiredError}
1333
- */
1334
- lspDidCloseDeprecated(sandboxId: string, lspDocumentRequest: LspDocumentRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
1335
- /**
1336
- * The document open notification is sent from the client to the server to signal newly opened text documents.
1337
- * @summary [DEPRECATED] Call Lsp DidOpen
1338
- * @param {string} sandboxId
1339
- * @param {LspDocumentRequest} lspDocumentRequest
1340
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1341
- * @param {*} [options] Override http request option.
1342
- * @deprecated
1343
- * @throws {RequiredError}
1344
- */
1345
- lspDidOpenDeprecated(sandboxId: string, lspDocumentRequest: LspDocumentRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
1346
- /**
1347
- * The document symbol request is sent from the client to the server.
1348
- * @summary [DEPRECATED] Call Lsp DocumentSymbols
1349
- * @param {string} sandboxId
1350
- * @param {string} languageId
1351
- * @param {string} pathToProject
1352
- * @param {string} uri
1353
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1354
- * @param {*} [options] Override http request option.
1355
- * @deprecated
1356
- * @throws {RequiredError}
1357
- */
1358
- lspDocumentSymbolsDeprecated(sandboxId: string, languageId: string, pathToProject: string, uri: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<LspSymbol>>>;
1359
- /**
1360
- * Start Lsp server process inside sandbox project
1361
- * @summary [DEPRECATED] Start Lsp server
1362
- * @param {string} sandboxId
1363
- * @param {LspServerRequest} lspServerRequest
1364
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1365
- * @param {*} [options] Override http request option.
1366
- * @deprecated
1367
- * @throws {RequiredError}
1368
- */
1369
- lspStartDeprecated(sandboxId: string, lspServerRequest: LspServerRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
1370
- /**
1371
- * Stop Lsp server process inside sandbox project
1372
- * @summary [DEPRECATED] Stop Lsp server
1373
- * @param {string} sandboxId
1374
- * @param {LspServerRequest} lspServerRequest
1375
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1376
- * @param {*} [options] Override http request option.
1377
- * @deprecated
1378
- * @throws {RequiredError}
1379
- */
1380
- lspStopDeprecated(sandboxId: string, lspServerRequest: LspServerRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
1381
- /**
1382
- * The workspace symbol request is sent from the client to the server to list project-wide symbols matching the query string.
1383
- * @summary [DEPRECATED] Call Lsp WorkspaceSymbols
1384
- * @param {string} sandboxId
1385
- * @param {string} languageId
1386
- * @param {string} pathToProject
1387
- * @param {string} query
1388
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1389
- * @param {*} [options] Override http request option.
1390
- * @deprecated
1391
- * @throws {RequiredError}
1392
- */
1393
- lspWorkspaceSymbolsDeprecated(sandboxId: string, languageId: string, pathToProject: string, query: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<LspSymbol>>>;
1394
- /**
1395
- * Move file inside sandbox
1396
- * @summary [DEPRECATED] Move file
1397
- * @param {string} sandboxId
1398
- * @param {string} source
1399
- * @param {string} destination
1400
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1401
- * @param {*} [options] Override http request option.
1402
- * @deprecated
1403
- * @throws {RequiredError}
1404
- */
1405
- moveFileDeprecated(sandboxId: string, source: string, destination: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
1406
- /**
1407
- * Move mouse cursor to specified coordinates
1408
- * @summary [DEPRECATED] Move mouse
1409
- * @param {string} sandboxId
1410
- * @param {MouseMoveRequest} mouseMoveRequest
1411
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1412
- * @param {*} [options] Override http request option.
1413
- * @deprecated
1414
- * @throws {RequiredError}
1415
- */
1416
- moveMouseDeprecated(sandboxId: string, mouseMoveRequest: MouseMoveRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MouseMoveResponse>>;
1417
- /**
1418
- * Press a hotkey combination
1419
- * @summary [DEPRECATED] Press hotkey
1420
- * @param {string} sandboxId
1421
- * @param {KeyboardHotkeyRequest} keyboardHotkeyRequest
1422
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1423
- * @param {*} [options] Override http request option.
1424
- * @deprecated
1425
- * @throws {RequiredError}
1426
- */
1427
- pressHotkeyDeprecated(sandboxId: string, keyboardHotkeyRequest: KeyboardHotkeyRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
1428
- /**
1429
- * Press a key with optional modifiers
1430
- * @summary [DEPRECATED] Press key
1431
- * @param {string} sandboxId
1432
- * @param {KeyboardPressRequest} keyboardPressRequest
1433
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1434
- * @param {*} [options] Override http request option.
1435
- * @deprecated
1436
- * @throws {RequiredError}
1437
- */
1438
- pressKeyDeprecated(sandboxId: string, keyboardPressRequest: KeyboardPressRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
1439
- /**
1440
- * Replace text/pattern in multiple files inside sandbox
1441
- * @summary [DEPRECATED] Replace in files
1442
- * @param {string} sandboxId
1443
- * @param {ReplaceRequest} replaceRequest
1444
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1445
- * @param {*} [options] Override http request option.
1446
- * @deprecated
1447
- * @throws {RequiredError}
1448
- */
1449
- replaceInFilesDeprecated(sandboxId: string, replaceRequest: ReplaceRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ReplaceResult>>>;
1450
- /**
1451
- * Resize a PTY session
1452
- * @summary [DEPRECATED] Resize PTY session
1453
- * @param {string} sandboxId
1454
- * @param {string} sessionId
1455
- * @param {PtyResizeRequest} ptyResizeRequest
1456
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1457
- * @param {*} [options] Override http request option.
1458
- * @deprecated
1459
- * @throws {RequiredError}
1460
- */
1461
- resizePTYSessionDeprecated(sandboxId: string, sessionId: string, ptyResizeRequest: PtyResizeRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PtySessionInfo>>;
1462
- /**
1463
- * Restart a specific VNC process
1464
- * @summary [DEPRECATED] Restart process
1465
- * @param {string} processName
1466
- * @param {string} sandboxId
1467
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1468
- * @param {*} [options] Override http request option.
1469
- * @deprecated
1470
- * @throws {RequiredError}
1471
- */
1472
- restartProcessDeprecated(processName: string, sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProcessRestartResponse>>;
1473
- /**
1474
- * Scroll mouse at specified coordinates
1475
- * @summary [DEPRECATED] Scroll mouse
1476
- * @param {string} sandboxId
1477
- * @param {MouseScrollRequest} mouseScrollRequest
1478
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1479
- * @param {*} [options] Override http request option.
1480
- * @deprecated
1481
- * @throws {RequiredError}
1482
- */
1483
- scrollMouseDeprecated(sandboxId: string, mouseScrollRequest: MouseScrollRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MouseScrollResponse>>;
1484
- /**
1485
- * Search for files inside sandbox
1486
- * @summary [DEPRECATED] Search files
1487
- * @param {string} sandboxId
1488
- * @param {string} path
1489
- * @param {string} pattern
1490
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1491
- * @param {*} [options] Override http request option.
1492
- * @deprecated
1493
- * @throws {RequiredError}
1494
- */
1495
- searchFilesDeprecated(sandboxId: string, path: string, pattern: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SearchFilesResponse>>;
1496
- /**
1497
- * Set file owner/group/permissions inside sandbox
1498
- * @summary [DEPRECATED] Set file permissions
1499
- * @param {string} sandboxId
1500
- * @param {string} path
1501
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1502
- * @param {string} [owner]
1503
- * @param {string} [group]
1504
- * @param {string} [mode]
1505
- * @param {*} [options] Override http request option.
1506
- * @deprecated
1507
- * @throws {RequiredError}
1508
- */
1509
- setFilePermissionsDeprecated(sandboxId: string, path: string, xDaytonaOrganizationID?: string, owner?: string, group?: string, mode?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
1510
- /**
1511
- * Start all VNC desktop processes (Xvfb, xfce4, x11vnc, novnc)
1512
- * @summary [DEPRECATED] Start computer use processes
1513
- * @param {string} sandboxId
1514
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1515
- * @param {*} [options] Override http request option.
1516
- * @deprecated
1517
- * @throws {RequiredError}
1518
- */
1519
- startComputerUseDeprecated(sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ComputerUseStartResponse>>;
1520
- /**
1521
- * Stop all VNC desktop processes (Xvfb, xfce4, x11vnc, novnc)
1522
- * @summary [DEPRECATED] Stop computer use processes
1523
- * @param {string} sandboxId
1524
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1525
- * @param {*} [options] Override http request option.
1526
- * @deprecated
1527
- * @throws {RequiredError}
1528
- */
1529
- stopComputerUseDeprecated(sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ComputerUseStopResponse>>;
1530
- /**
1531
- * Take a compressed screenshot of a specific region
1532
- * @summary [DEPRECATED] Take compressed region screenshot
1533
- * @param {string} sandboxId
1534
- * @param {number} height
1535
- * @param {number} width
1536
- * @param {number} y
1537
- * @param {number} x
1538
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1539
- * @param {number} [scale]
1540
- * @param {number} [quality]
1541
- * @param {string} [format]
1542
- * @param {boolean} [showCursor]
1543
- * @param {*} [options] Override http request option.
1544
- * @deprecated
1545
- * @throws {RequiredError}
1546
- */
1547
- takeCompressedRegionScreenshotDeprecated(sandboxId: string, height: number, width: number, y: number, x: number, xDaytonaOrganizationID?: string, scale?: number, quality?: number, format?: string, showCursor?: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CompressedScreenshotResponse>>;
1548
- /**
1549
- * Take a compressed screenshot with format, quality, and scale options
1550
- * @summary [DEPRECATED] Take compressed screenshot
1551
- * @param {string} sandboxId
1552
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1553
- * @param {number} [scale]
1554
- * @param {number} [quality]
1555
- * @param {string} [format]
1556
- * @param {boolean} [showCursor]
1557
- * @param {*} [options] Override http request option.
1558
- * @deprecated
1559
- * @throws {RequiredError}
1560
- */
1561
- takeCompressedScreenshotDeprecated(sandboxId: string, xDaytonaOrganizationID?: string, scale?: number, quality?: number, format?: string, showCursor?: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CompressedScreenshotResponse>>;
1562
- /**
1563
- * Take a screenshot of a specific region
1564
- * @summary [DEPRECATED] Take region screenshot
1565
- * @param {string} sandboxId
1566
- * @param {number} height
1567
- * @param {number} width
1568
- * @param {number} y
1569
- * @param {number} x
1570
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1571
- * @param {boolean} [showCursor]
1572
- * @param {*} [options] Override http request option.
1573
- * @deprecated
1574
- * @throws {RequiredError}
1575
- */
1576
- takeRegionScreenshotDeprecated(sandboxId: string, height: number, width: number, y: number, x: number, xDaytonaOrganizationID?: string, showCursor?: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<RegionScreenshotResponse>>;
1577
- /**
1578
- * Take a screenshot of the entire screen
1579
- * @summary [DEPRECATED] Take screenshot
1580
- * @param {string} sandboxId
1581
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1582
- * @param {boolean} [showCursor]
1583
- * @param {*} [options] Override http request option.
1584
- * @deprecated
1585
- * @throws {RequiredError}
1586
- */
1587
- takeScreenshotDeprecated(sandboxId: string, xDaytonaOrganizationID?: string, showCursor?: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ScreenshotResponse>>;
1588
- /**
1589
- * Type text using keyboard
1590
- * @summary [DEPRECATED] Type text
1591
- * @param {string} sandboxId
1592
- * @param {KeyboardTypeRequest} keyboardTypeRequest
1593
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1594
- * @param {*} [options] Override http request option.
1595
- * @deprecated
1596
- * @throws {RequiredError}
1597
- */
1598
- typeTextDeprecated(sandboxId: string, keyboardTypeRequest: KeyboardTypeRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
1599
- /**
1600
- * Upload file inside sandbox
1601
- * @summary [DEPRECATED] Upload file
1602
- * @param {string} sandboxId
1603
- * @param {string} path
1604
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1605
- * @param {File} [file]
1606
- * @param {*} [options] Override http request option.
1607
- * @deprecated
1608
- * @throws {RequiredError}
1609
- */
1610
- uploadFileDeprecated(sandboxId: string, path: string, xDaytonaOrganizationID?: string, file?: File, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
1611
- /**
1612
- * Upload multiple files inside sandbox
1613
- * @summary [DEPRECATED] Upload multiple files
1614
- * @param {string} sandboxId
1615
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1616
- * @param {*} [options] Override http request option.
1617
- * @deprecated
1618
- * @throws {RequiredError}
1619
- */
1620
- uploadFilesDeprecated(sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
1621
- };
1622
- /**
1623
- * ToolboxApi - factory interface
1624
- */
1625
- export declare const ToolboxApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
1626
- /**
1627
- * Click mouse at specified coordinates
1628
- * @summary [DEPRECATED] Click mouse
1629
- * @param {string} sandboxId
1630
- * @param {MouseClickRequest} mouseClickRequest
1631
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1632
- * @param {*} [options] Override http request option.
1633
- * @deprecated
1634
- * @throws {RequiredError}
1635
- */
1636
- clickMouseDeprecated(sandboxId: string, mouseClickRequest: MouseClickRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<MouseClickResponse>;
1637
- /**
1638
- * Create folder inside sandbox
1639
- * @summary [DEPRECATED] Create folder
1640
- * @param {string} sandboxId
1641
- * @param {string} path
1642
- * @param {string} mode
1643
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1644
- * @param {*} [options] Override http request option.
1645
- * @deprecated
1646
- * @throws {RequiredError}
1647
- */
1648
- createFolderDeprecated(sandboxId: string, path: string, mode: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
1649
- /**
1650
- * Create a new PTY session in the sandbox
1651
- * @summary [DEPRECATED] Create PTY session
1652
- * @param {string} sandboxId
1653
- * @param {PtyCreateRequest} ptyCreateRequest
1654
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1655
- * @param {*} [options] Override http request option.
1656
- * @deprecated
1657
- * @throws {RequiredError}
1658
- */
1659
- createPTYSessionDeprecated(sandboxId: string, ptyCreateRequest: PtyCreateRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<PtyCreateResponse>;
1660
- /**
1661
- * Create a new session in the sandbox
1662
- * @summary [DEPRECATED] Create session
1663
- * @param {string} sandboxId
1664
- * @param {CreateSessionRequest} createSessionRequest
1665
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1666
- * @param {*} [options] Override http request option.
1667
- * @deprecated
1668
- * @throws {RequiredError}
1669
- */
1670
- createSessionDeprecated(sandboxId: string, createSessionRequest: CreateSessionRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
1671
- /**
1672
- * Delete file inside sandbox
1673
- * @summary [DEPRECATED] Delete file
1674
- * @param {string} sandboxId
1675
- * @param {string} path
1676
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1677
- * @param {boolean} [recursive]
1678
- * @param {*} [options] Override http request option.
1679
- * @deprecated
1680
- * @throws {RequiredError}
1681
- */
1682
- deleteFileDeprecated(sandboxId: string, path: string, xDaytonaOrganizationID?: string, recursive?: boolean, options?: RawAxiosRequestConfig): AxiosPromise<void>;
1683
- /**
1684
- * Delete a PTY session and terminate the associated process
1685
- * @summary [DEPRECATED] Delete PTY session
1686
- * @param {string} sandboxId
1687
- * @param {string} sessionId
1688
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1689
- * @param {*} [options] Override http request option.
1690
- * @deprecated
1691
- * @throws {RequiredError}
1692
- */
1693
- deletePTYSessionDeprecated(sandboxId: string, sessionId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
1694
- /**
1695
- * Delete a specific session
1696
- * @summary [DEPRECATED] Delete session
1697
- * @param {string} sandboxId
1698
- * @param {string} sessionId
1699
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1700
- * @param {*} [options] Override http request option.
1701
- * @deprecated
1702
- * @throws {RequiredError}
1703
- */
1704
- deleteSessionDeprecated(sandboxId: string, sessionId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
1705
- /**
1706
- * Download file from sandbox
1707
- * @summary [DEPRECATED] Download file
1708
- * @param {string} sandboxId
1709
- * @param {string} path
1710
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1711
- * @param {*} [options] Override http request option.
1712
- * @deprecated
1713
- * @throws {RequiredError}
1714
- */
1715
- downloadFileDeprecated(sandboxId: string, path: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<File>;
1716
- /**
1717
- * Streams back a multipart/form-data bundle of the requested paths
1718
- * @summary [DEPRECATED] Download multiple files
1719
- * @param {string} sandboxId
1720
- * @param {DownloadFiles} downloadFiles
1721
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1722
- * @param {*} [options] Override http request option.
1723
- * @deprecated
1724
- * @throws {RequiredError}
1725
- */
1726
- downloadFilesDeprecated(sandboxId: string, downloadFiles: DownloadFiles, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<File>;
1727
- /**
1728
- * Drag mouse from start to end coordinates
1729
- * @summary [DEPRECATED] Drag mouse
1730
- * @param {string} sandboxId
1731
- * @param {MouseDragRequest} mouseDragRequest
1732
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1733
- * @param {*} [options] Override http request option.
1734
- * @deprecated
1735
- * @throws {RequiredError}
1736
- */
1737
- dragMouseDeprecated(sandboxId: string, mouseDragRequest: MouseDragRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<MouseDragResponse>;
1738
- /**
1739
- * Execute command synchronously inside sandbox
1740
- * @summary [DEPRECATED] Execute command
1741
- * @param {string} sandboxId
1742
- * @param {ExecuteRequest} executeRequest
1743
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1744
- * @param {*} [options] Override http request option.
1745
- * @deprecated
1746
- * @throws {RequiredError}
1747
- */
1748
- executeCommandDeprecated(sandboxId: string, executeRequest: ExecuteRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<ExecuteResponse>;
1749
- /**
1750
- * Execute a command in a specific session
1751
- * @summary [DEPRECATED] Execute command in session
1752
- * @param {string} sandboxId
1753
- * @param {string} sessionId
1754
- * @param {SessionExecuteRequest} sessionExecuteRequest
1755
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1756
- * @param {*} [options] Override http request option.
1757
- * @deprecated
1758
- * @throws {RequiredError}
1759
- */
1760
- executeSessionCommandDeprecated(sandboxId: string, sessionId: string, sessionExecuteRequest: SessionExecuteRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<SessionExecuteResponse>;
1761
- /**
1762
- * Search for text/pattern inside sandbox files
1763
- * @summary [DEPRECATED] Search for text/pattern in files
1764
- * @param {string} sandboxId
1765
- * @param {string} path
1766
- * @param {string} pattern
1767
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1768
- * @param {*} [options] Override http request option.
1769
- * @deprecated
1770
- * @throws {RequiredError}
1771
- */
1772
- findInFilesDeprecated(sandboxId: string, path: string, pattern: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<Array<Match>>;
1773
- /**
1774
- * Get status of all VNC desktop processes
1775
- * @summary [DEPRECATED] Get computer use status
1776
- * @param {string} sandboxId
1777
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1778
- * @param {*} [options] Override http request option.
1779
- * @deprecated
1780
- * @throws {RequiredError}
1781
- */
1782
- getComputerUseStatusDeprecated(sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<ComputerUseStatusResponse>;
1783
- /**
1784
- * Get information about displays
1785
- * @summary [DEPRECATED] Get display info
1786
- * @param {string} sandboxId
1787
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1788
- * @param {*} [options] Override http request option.
1789
- * @deprecated
1790
- * @throws {RequiredError}
1791
- */
1792
- getDisplayInfoDeprecated(sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<DisplayInfoResponse>;
1793
- /**
1794
- * Get file info inside sandbox
1795
- * @summary [DEPRECATED] Get file info
1796
- * @param {string} sandboxId
1797
- * @param {string} path
1798
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1799
- * @param {*} [options] Override http request option.
1800
- * @deprecated
1801
- * @throws {RequiredError}
1802
- */
1803
- getFileInfoDeprecated(sandboxId: string, path: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<FileInfo>;
1804
- /**
1805
- * Get current mouse cursor position
1806
- * @summary [DEPRECATED] Get mouse position
1807
- * @param {string} sandboxId
1808
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1809
- * @param {*} [options] Override http request option.
1810
- * @deprecated
1811
- * @throws {RequiredError}
1812
- */
1813
- getMousePositionDeprecated(sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<MousePosition>;
1814
- /**
1815
- * Get PTY session information by ID
1816
- * @summary [DEPRECATED] Get PTY session
1817
- * @param {string} sandboxId
1818
- * @param {string} sessionId
1819
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1820
- * @param {*} [options] Override http request option.
1821
- * @deprecated
1822
- * @throws {RequiredError}
1823
- */
1824
- getPTYSessionDeprecated(sandboxId: string, sessionId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<PtySessionInfo>;
1825
- /**
1826
- * Get error logs for a specific VNC process
1827
- * @summary [DEPRECATED] Get process errors
1828
- * @param {string} processName
1829
- * @param {string} sandboxId
1830
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1831
- * @param {*} [options] Override http request option.
1832
- * @deprecated
1833
- * @throws {RequiredError}
1834
- */
1835
- getProcessErrorsDeprecated(processName: string, sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<ProcessErrorsResponse>;
1836
- /**
1837
- * Get logs for a specific VNC process
1838
- * @summary [DEPRECATED] Get process logs
1839
- * @param {string} processName
1840
- * @param {string} sandboxId
1841
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1842
- * @param {*} [options] Override http request option.
1843
- * @deprecated
1844
- * @throws {RequiredError}
1845
- */
1846
- getProcessLogsDeprecated(processName: string, sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<ProcessLogsResponse>;
1847
- /**
1848
- * Get status of a specific VNC process
1849
- * @summary [DEPRECATED] Get process status
1850
- * @param {string} processName
1851
- * @param {string} sandboxId
1852
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1853
- * @param {*} [options] Override http request option.
1854
- * @deprecated
1855
- * @throws {RequiredError}
1856
- */
1857
- getProcessStatusDeprecated(processName: string, sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<ProcessStatusResponse>;
1858
- /**
1859
- *
1860
- * @summary [DEPRECATED] Get sandbox project dir
1861
- * @param {string} sandboxId
1862
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1863
- * @param {*} [options] Override http request option.
1864
- * @deprecated
1865
- * @throws {RequiredError}
1866
- */
1867
- getProjectDirDeprecated(sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<ProjectDirResponse>;
1868
- /**
1869
- * Get session command by ID
1870
- * @summary [DEPRECATED] Get session command
1871
- * @param {string} sandboxId
1872
- * @param {string} sessionId
1873
- * @param {string} commandId
1874
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1875
- * @param {*} [options] Override http request option.
1876
- * @deprecated
1877
- * @throws {RequiredError}
1878
- */
1879
- getSessionCommandDeprecated(sandboxId: string, sessionId: string, commandId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<Command>;
1880
- /**
1881
- * Get logs for a specific command in a session
1882
- * @summary [DEPRECATED] Get command logs
1883
- * @param {string} sandboxId
1884
- * @param {string} sessionId
1885
- * @param {string} commandId
1886
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1887
- * @param {boolean} [follow] Whether to stream the logs
1888
- * @param {*} [options] Override http request option.
1889
- * @deprecated
1890
- * @throws {RequiredError}
1891
- */
1892
- getSessionCommandLogsDeprecated(sandboxId: string, sessionId: string, commandId: string, xDaytonaOrganizationID?: string, follow?: boolean, options?: RawAxiosRequestConfig): AxiosPromise<string>;
1893
- /**
1894
- * Get session by ID
1895
- * @summary [DEPRECATED] Get session
1896
- * @param {string} sandboxId
1897
- * @param {string} sessionId
1898
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1899
- * @param {*} [options] Override http request option.
1900
- * @deprecated
1901
- * @throws {RequiredError}
1902
- */
1903
- getSessionDeprecated(sandboxId: string, sessionId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<Session>;
1904
- /**
1905
- *
1906
- * @summary [DEPRECATED] Get sandbox user home dir
1907
- * @param {string} sandboxId
1908
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1909
- * @param {*} [options] Override http request option.
1910
- * @deprecated
1911
- * @throws {RequiredError}
1912
- */
1913
- getUserHomeDirDeprecated(sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<UserHomeDirResponse>;
1914
- /**
1915
- * Get list of open windows
1916
- * @summary [DEPRECATED] Get windows
1917
- * @param {string} sandboxId
1918
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1919
- * @param {*} [options] Override http request option.
1920
- * @deprecated
1921
- * @throws {RequiredError}
1922
- */
1923
- getWindowsDeprecated(sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<WindowsResponse>;
1924
- /**
1925
- *
1926
- * @summary [DEPRECATED] Get sandbox work-dir
1927
- * @param {string} sandboxId
1928
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1929
- * @param {*} [options] Override http request option.
1930
- * @deprecated
1931
- * @throws {RequiredError}
1932
- */
1933
- getWorkDirDeprecated(sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<WorkDirResponse>;
1934
- /**
1935
- * Add files to git commit
1936
- * @summary [DEPRECATED] Add files
1937
- * @param {string} sandboxId
1938
- * @param {GitAddRequest} gitAddRequest
1939
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1940
- * @param {*} [options] Override http request option.
1941
- * @deprecated
1942
- * @throws {RequiredError}
1943
- */
1944
- gitAddFilesDeprecated(sandboxId: string, gitAddRequest: GitAddRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
1945
- /**
1946
- * Checkout branch or commit in git repository
1947
- * @summary [DEPRECATED] Checkout branch
1948
- * @param {string} sandboxId
1949
- * @param {GitCheckoutRequest} gitCheckoutRequest
1950
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1951
- * @param {*} [options] Override http request option.
1952
- * @deprecated
1953
- * @throws {RequiredError}
1954
- */
1955
- gitCheckoutBranchDeprecated(sandboxId: string, gitCheckoutRequest: GitCheckoutRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
1956
- /**
1957
- * Clone git repository
1958
- * @summary [DEPRECATED] Clone repository
1959
- * @param {string} sandboxId
1960
- * @param {GitCloneRequest} gitCloneRequest
1961
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1962
- * @param {*} [options] Override http request option.
1963
- * @deprecated
1964
- * @throws {RequiredError}
1965
- */
1966
- gitCloneRepositoryDeprecated(sandboxId: string, gitCloneRequest: GitCloneRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
1967
- /**
1968
- * Commit changes to git repository
1969
- * @summary [DEPRECATED] Commit changes
1970
- * @param {string} sandboxId
1971
- * @param {GitCommitRequest} gitCommitRequest
1972
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1973
- * @param {*} [options] Override http request option.
1974
- * @deprecated
1975
- * @throws {RequiredError}
1976
- */
1977
- gitCommitChangesDeprecated(sandboxId: string, gitCommitRequest: GitCommitRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<GitCommitResponse>;
1978
- /**
1979
- * Create branch on git repository
1980
- * @summary [DEPRECATED] Create branch
1981
- * @param {string} sandboxId
1982
- * @param {GitBranchRequest} gitBranchRequest
1983
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1984
- * @param {*} [options] Override http request option.
1985
- * @deprecated
1986
- * @throws {RequiredError}
1987
- */
1988
- gitCreateBranchDeprecated(sandboxId: string, gitBranchRequest: GitBranchRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
1989
- /**
1990
- * Delete branch on git repository
1991
- * @summary [DEPRECATED] Delete branch
1992
- * @param {string} sandboxId
1993
- * @param {GitDeleteBranchRequest} gitDeleteBranchRequest
1994
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
1995
- * @param {*} [options] Override http request option.
1996
- * @deprecated
1997
- * @throws {RequiredError}
1998
- */
1999
- gitDeleteBranchDeprecated(sandboxId: string, gitDeleteBranchRequest: GitDeleteBranchRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
2000
- /**
2001
- * Get commit history from git repository
2002
- * @summary [DEPRECATED] Get commit history
2003
- * @param {string} sandboxId
2004
- * @param {string} path
2005
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2006
- * @param {*} [options] Override http request option.
2007
- * @deprecated
2008
- * @throws {RequiredError}
2009
- */
2010
- gitGetHistoryDeprecated(sandboxId: string, path: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<Array<GitCommitInfo>>;
2011
- /**
2012
- * Get status from git repository
2013
- * @summary [DEPRECATED] Get git status
2014
- * @param {string} sandboxId
2015
- * @param {string} path
2016
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2017
- * @param {*} [options] Override http request option.
2018
- * @deprecated
2019
- * @throws {RequiredError}
2020
- */
2021
- gitGetStatusDeprecated(sandboxId: string, path: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<GitStatus>;
2022
- /**
2023
- * Get branch list from git repository
2024
- * @summary [DEPRECATED] Get branch list
2025
- * @param {string} sandboxId
2026
- * @param {string} path
2027
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2028
- * @param {*} [options] Override http request option.
2029
- * @deprecated
2030
- * @throws {RequiredError}
2031
- */
2032
- gitListBranchesDeprecated(sandboxId: string, path: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<ListBranchResponse>;
2033
- /**
2034
- * Pull changes from remote
2035
- * @summary [DEPRECATED] Pull changes
2036
- * @param {string} sandboxId
2037
- * @param {GitRepoRequest} gitRepoRequest
2038
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2039
- * @param {*} [options] Override http request option.
2040
- * @deprecated
2041
- * @throws {RequiredError}
2042
- */
2043
- gitPullChangesDeprecated(sandboxId: string, gitRepoRequest: GitRepoRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
2044
- /**
2045
- * Push changes to remote
2046
- * @summary [DEPRECATED] Push changes
2047
- * @param {string} sandboxId
2048
- * @param {GitRepoRequest} gitRepoRequest
2049
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2050
- * @param {*} [options] Override http request option.
2051
- * @deprecated
2052
- * @throws {RequiredError}
2053
- */
2054
- gitPushChangesDeprecated(sandboxId: string, gitRepoRequest: GitRepoRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
2055
- /**
2056
- *
2057
- * @summary [DEPRECATED] List files
2058
- * @param {string} sandboxId
2059
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2060
- * @param {string} [path]
2061
- * @param {*} [options] Override http request option.
2062
- * @deprecated
2063
- * @throws {RequiredError}
2064
- */
2065
- listFilesDeprecated(sandboxId: string, xDaytonaOrganizationID?: string, path?: string, options?: RawAxiosRequestConfig): AxiosPromise<Array<FileInfo>>;
2066
- /**
2067
- * List all active PTY sessions in the sandbox
2068
- * @summary [DEPRECATED] List PTY sessions
2069
- * @param {string} sandboxId
2070
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2071
- * @param {*} [options] Override http request option.
2072
- * @deprecated
2073
- * @throws {RequiredError}
2074
- */
2075
- listPTYSessionsDeprecated(sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<PtyListResponse>;
2076
- /**
2077
- * List all active sessions in the sandbox
2078
- * @summary [DEPRECATED] List sessions
2079
- * @param {string} sandboxId
2080
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2081
- * @param {*} [options] Override http request option.
2082
- * @deprecated
2083
- * @throws {RequiredError}
2084
- */
2085
- listSessionsDeprecated(sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<Array<Session>>;
2086
- /**
2087
- * The Completion request is sent from the client to the server to compute completion items at a given cursor position.
2088
- * @summary [DEPRECATED] Get Lsp Completions
2089
- * @param {string} sandboxId
2090
- * @param {LspCompletionParams} lspCompletionParams
2091
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2092
- * @param {*} [options] Override http request option.
2093
- * @deprecated
2094
- * @throws {RequiredError}
2095
- */
2096
- lspCompletionsDeprecated(sandboxId: string, lspCompletionParams: LspCompletionParams, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<CompletionList>;
2097
- /**
2098
- * The document close notification is sent from the client to the server when the document got closed in the client.
2099
- * @summary [DEPRECATED] Call Lsp DidClose
2100
- * @param {string} sandboxId
2101
- * @param {LspDocumentRequest} lspDocumentRequest
2102
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2103
- * @param {*} [options] Override http request option.
2104
- * @deprecated
2105
- * @throws {RequiredError}
2106
- */
2107
- lspDidCloseDeprecated(sandboxId: string, lspDocumentRequest: LspDocumentRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
2108
- /**
2109
- * The document open notification is sent from the client to the server to signal newly opened text documents.
2110
- * @summary [DEPRECATED] Call Lsp DidOpen
2111
- * @param {string} sandboxId
2112
- * @param {LspDocumentRequest} lspDocumentRequest
2113
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2114
- * @param {*} [options] Override http request option.
2115
- * @deprecated
2116
- * @throws {RequiredError}
2117
- */
2118
- lspDidOpenDeprecated(sandboxId: string, lspDocumentRequest: LspDocumentRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
2119
- /**
2120
- * The document symbol request is sent from the client to the server.
2121
- * @summary [DEPRECATED] Call Lsp DocumentSymbols
2122
- * @param {string} sandboxId
2123
- * @param {string} languageId
2124
- * @param {string} pathToProject
2125
- * @param {string} uri
2126
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2127
- * @param {*} [options] Override http request option.
2128
- * @deprecated
2129
- * @throws {RequiredError}
2130
- */
2131
- lspDocumentSymbolsDeprecated(sandboxId: string, languageId: string, pathToProject: string, uri: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<Array<LspSymbol>>;
2132
- /**
2133
- * Start Lsp server process inside sandbox project
2134
- * @summary [DEPRECATED] Start Lsp server
2135
- * @param {string} sandboxId
2136
- * @param {LspServerRequest} lspServerRequest
2137
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2138
- * @param {*} [options] Override http request option.
2139
- * @deprecated
2140
- * @throws {RequiredError}
2141
- */
2142
- lspStartDeprecated(sandboxId: string, lspServerRequest: LspServerRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
2143
- /**
2144
- * Stop Lsp server process inside sandbox project
2145
- * @summary [DEPRECATED] Stop Lsp server
2146
- * @param {string} sandboxId
2147
- * @param {LspServerRequest} lspServerRequest
2148
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2149
- * @param {*} [options] Override http request option.
2150
- * @deprecated
2151
- * @throws {RequiredError}
2152
- */
2153
- lspStopDeprecated(sandboxId: string, lspServerRequest: LspServerRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
2154
- /**
2155
- * The workspace symbol request is sent from the client to the server to list project-wide symbols matching the query string.
2156
- * @summary [DEPRECATED] Call Lsp WorkspaceSymbols
2157
- * @param {string} sandboxId
2158
- * @param {string} languageId
2159
- * @param {string} pathToProject
2160
- * @param {string} query
2161
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2162
- * @param {*} [options] Override http request option.
2163
- * @deprecated
2164
- * @throws {RequiredError}
2165
- */
2166
- lspWorkspaceSymbolsDeprecated(sandboxId: string, languageId: string, pathToProject: string, query: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<Array<LspSymbol>>;
2167
- /**
2168
- * Move file inside sandbox
2169
- * @summary [DEPRECATED] Move file
2170
- * @param {string} sandboxId
2171
- * @param {string} source
2172
- * @param {string} destination
2173
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2174
- * @param {*} [options] Override http request option.
2175
- * @deprecated
2176
- * @throws {RequiredError}
2177
- */
2178
- moveFileDeprecated(sandboxId: string, source: string, destination: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
2179
- /**
2180
- * Move mouse cursor to specified coordinates
2181
- * @summary [DEPRECATED] Move mouse
2182
- * @param {string} sandboxId
2183
- * @param {MouseMoveRequest} mouseMoveRequest
2184
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2185
- * @param {*} [options] Override http request option.
2186
- * @deprecated
2187
- * @throws {RequiredError}
2188
- */
2189
- moveMouseDeprecated(sandboxId: string, mouseMoveRequest: MouseMoveRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<MouseMoveResponse>;
2190
- /**
2191
- * Press a hotkey combination
2192
- * @summary [DEPRECATED] Press hotkey
2193
- * @param {string} sandboxId
2194
- * @param {KeyboardHotkeyRequest} keyboardHotkeyRequest
2195
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2196
- * @param {*} [options] Override http request option.
2197
- * @deprecated
2198
- * @throws {RequiredError}
2199
- */
2200
- pressHotkeyDeprecated(sandboxId: string, keyboardHotkeyRequest: KeyboardHotkeyRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
2201
- /**
2202
- * Press a key with optional modifiers
2203
- * @summary [DEPRECATED] Press key
2204
- * @param {string} sandboxId
2205
- * @param {KeyboardPressRequest} keyboardPressRequest
2206
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2207
- * @param {*} [options] Override http request option.
2208
- * @deprecated
2209
- * @throws {RequiredError}
2210
- */
2211
- pressKeyDeprecated(sandboxId: string, keyboardPressRequest: KeyboardPressRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
2212
- /**
2213
- * Replace text/pattern in multiple files inside sandbox
2214
- * @summary [DEPRECATED] Replace in files
2215
- * @param {string} sandboxId
2216
- * @param {ReplaceRequest} replaceRequest
2217
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2218
- * @param {*} [options] Override http request option.
2219
- * @deprecated
2220
- * @throws {RequiredError}
2221
- */
2222
- replaceInFilesDeprecated(sandboxId: string, replaceRequest: ReplaceRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<Array<ReplaceResult>>;
2223
- /**
2224
- * Resize a PTY session
2225
- * @summary [DEPRECATED] Resize PTY session
2226
- * @param {string} sandboxId
2227
- * @param {string} sessionId
2228
- * @param {PtyResizeRequest} ptyResizeRequest
2229
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2230
- * @param {*} [options] Override http request option.
2231
- * @deprecated
2232
- * @throws {RequiredError}
2233
- */
2234
- resizePTYSessionDeprecated(sandboxId: string, sessionId: string, ptyResizeRequest: PtyResizeRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<PtySessionInfo>;
2235
- /**
2236
- * Restart a specific VNC process
2237
- * @summary [DEPRECATED] Restart process
2238
- * @param {string} processName
2239
- * @param {string} sandboxId
2240
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2241
- * @param {*} [options] Override http request option.
2242
- * @deprecated
2243
- * @throws {RequiredError}
2244
- */
2245
- restartProcessDeprecated(processName: string, sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<ProcessRestartResponse>;
2246
- /**
2247
- * Scroll mouse at specified coordinates
2248
- * @summary [DEPRECATED] Scroll mouse
2249
- * @param {string} sandboxId
2250
- * @param {MouseScrollRequest} mouseScrollRequest
2251
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2252
- * @param {*} [options] Override http request option.
2253
- * @deprecated
2254
- * @throws {RequiredError}
2255
- */
2256
- scrollMouseDeprecated(sandboxId: string, mouseScrollRequest: MouseScrollRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<MouseScrollResponse>;
2257
- /**
2258
- * Search for files inside sandbox
2259
- * @summary [DEPRECATED] Search files
2260
- * @param {string} sandboxId
2261
- * @param {string} path
2262
- * @param {string} pattern
2263
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2264
- * @param {*} [options] Override http request option.
2265
- * @deprecated
2266
- * @throws {RequiredError}
2267
- */
2268
- searchFilesDeprecated(sandboxId: string, path: string, pattern: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<SearchFilesResponse>;
2269
- /**
2270
- * Set file owner/group/permissions inside sandbox
2271
- * @summary [DEPRECATED] Set file permissions
2272
- * @param {string} sandboxId
2273
- * @param {string} path
2274
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2275
- * @param {string} [owner]
2276
- * @param {string} [group]
2277
- * @param {string} [mode]
2278
- * @param {*} [options] Override http request option.
2279
- * @deprecated
2280
- * @throws {RequiredError}
2281
- */
2282
- setFilePermissionsDeprecated(sandboxId: string, path: string, xDaytonaOrganizationID?: string, owner?: string, group?: string, mode?: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
2283
- /**
2284
- * Start all VNC desktop processes (Xvfb, xfce4, x11vnc, novnc)
2285
- * @summary [DEPRECATED] Start computer use processes
2286
- * @param {string} sandboxId
2287
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2288
- * @param {*} [options] Override http request option.
2289
- * @deprecated
2290
- * @throws {RequiredError}
2291
- */
2292
- startComputerUseDeprecated(sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<ComputerUseStartResponse>;
2293
- /**
2294
- * Stop all VNC desktop processes (Xvfb, xfce4, x11vnc, novnc)
2295
- * @summary [DEPRECATED] Stop computer use processes
2296
- * @param {string} sandboxId
2297
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2298
- * @param {*} [options] Override http request option.
2299
- * @deprecated
2300
- * @throws {RequiredError}
2301
- */
2302
- stopComputerUseDeprecated(sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<ComputerUseStopResponse>;
2303
- /**
2304
- * Take a compressed screenshot of a specific region
2305
- * @summary [DEPRECATED] Take compressed region screenshot
2306
- * @param {string} sandboxId
2307
- * @param {number} height
2308
- * @param {number} width
2309
- * @param {number} y
2310
- * @param {number} x
2311
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2312
- * @param {number} [scale]
2313
- * @param {number} [quality]
2314
- * @param {string} [format]
2315
- * @param {boolean} [showCursor]
2316
- * @param {*} [options] Override http request option.
2317
- * @deprecated
2318
- * @throws {RequiredError}
2319
- */
2320
- takeCompressedRegionScreenshotDeprecated(sandboxId: string, height: number, width: number, y: number, x: number, xDaytonaOrganizationID?: string, scale?: number, quality?: number, format?: string, showCursor?: boolean, options?: RawAxiosRequestConfig): AxiosPromise<CompressedScreenshotResponse>;
2321
- /**
2322
- * Take a compressed screenshot with format, quality, and scale options
2323
- * @summary [DEPRECATED] Take compressed screenshot
2324
- * @param {string} sandboxId
2325
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2326
- * @param {number} [scale]
2327
- * @param {number} [quality]
2328
- * @param {string} [format]
2329
- * @param {boolean} [showCursor]
2330
- * @param {*} [options] Override http request option.
2331
- * @deprecated
2332
- * @throws {RequiredError}
2333
- */
2334
- takeCompressedScreenshotDeprecated(sandboxId: string, xDaytonaOrganizationID?: string, scale?: number, quality?: number, format?: string, showCursor?: boolean, options?: RawAxiosRequestConfig): AxiosPromise<CompressedScreenshotResponse>;
2335
- /**
2336
- * Take a screenshot of a specific region
2337
- * @summary [DEPRECATED] Take region screenshot
2338
- * @param {string} sandboxId
2339
- * @param {number} height
2340
- * @param {number} width
2341
- * @param {number} y
2342
- * @param {number} x
2343
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2344
- * @param {boolean} [showCursor]
2345
- * @param {*} [options] Override http request option.
2346
- * @deprecated
2347
- * @throws {RequiredError}
2348
- */
2349
- takeRegionScreenshotDeprecated(sandboxId: string, height: number, width: number, y: number, x: number, xDaytonaOrganizationID?: string, showCursor?: boolean, options?: RawAxiosRequestConfig): AxiosPromise<RegionScreenshotResponse>;
2350
- /**
2351
- * Take a screenshot of the entire screen
2352
- * @summary [DEPRECATED] Take screenshot
2353
- * @param {string} sandboxId
2354
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2355
- * @param {boolean} [showCursor]
2356
- * @param {*} [options] Override http request option.
2357
- * @deprecated
2358
- * @throws {RequiredError}
2359
- */
2360
- takeScreenshotDeprecated(sandboxId: string, xDaytonaOrganizationID?: string, showCursor?: boolean, options?: RawAxiosRequestConfig): AxiosPromise<ScreenshotResponse>;
2361
- /**
2362
- * Type text using keyboard
2363
- * @summary [DEPRECATED] Type text
2364
- * @param {string} sandboxId
2365
- * @param {KeyboardTypeRequest} keyboardTypeRequest
2366
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2367
- * @param {*} [options] Override http request option.
2368
- * @deprecated
2369
- * @throws {RequiredError}
2370
- */
2371
- typeTextDeprecated(sandboxId: string, keyboardTypeRequest: KeyboardTypeRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
2372
- /**
2373
- * Upload file inside sandbox
2374
- * @summary [DEPRECATED] Upload file
2375
- * @param {string} sandboxId
2376
- * @param {string} path
2377
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2378
- * @param {File} [file]
2379
- * @param {*} [options] Override http request option.
2380
- * @deprecated
2381
- * @throws {RequiredError}
2382
- */
2383
- uploadFileDeprecated(sandboxId: string, path: string, xDaytonaOrganizationID?: string, file?: File, options?: RawAxiosRequestConfig): AxiosPromise<void>;
2384
- /**
2385
- * Upload multiple files inside sandbox
2386
- * @summary [DEPRECATED] Upload multiple files
2387
- * @param {string} sandboxId
2388
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2389
- * @param {*} [options] Override http request option.
2390
- * @deprecated
2391
- * @throws {RequiredError}
2392
- */
2393
- uploadFilesDeprecated(sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
2394
- };
2395
- /**
2396
- * ToolboxApi - object-oriented interface
2397
- */
2398
- export declare class ToolboxApi extends BaseAPI {
2399
- /**
2400
- * Click mouse at specified coordinates
2401
- * @summary [DEPRECATED] Click mouse
2402
- * @param {string} sandboxId
2403
- * @param {MouseClickRequest} mouseClickRequest
2404
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2405
- * @param {*} [options] Override http request option.
2406
- * @deprecated
2407
- * @throws {RequiredError}
2408
- */
2409
- clickMouseDeprecated(sandboxId: string, mouseClickRequest: MouseClickRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MouseClickResponse, any, {}>>;
2410
- /**
2411
- * Create folder inside sandbox
2412
- * @summary [DEPRECATED] Create folder
2413
- * @param {string} sandboxId
2414
- * @param {string} path
2415
- * @param {string} mode
2416
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2417
- * @param {*} [options] Override http request option.
2418
- * @deprecated
2419
- * @throws {RequiredError}
2420
- */
2421
- createFolderDeprecated(sandboxId: string, path: string, mode: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
2422
- /**
2423
- * Create a new PTY session in the sandbox
2424
- * @summary [DEPRECATED] Create PTY session
2425
- * @param {string} sandboxId
2426
- * @param {PtyCreateRequest} ptyCreateRequest
2427
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2428
- * @param {*} [options] Override http request option.
2429
- * @deprecated
2430
- * @throws {RequiredError}
2431
- */
2432
- createPTYSessionDeprecated(sandboxId: string, ptyCreateRequest: PtyCreateRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PtyCreateResponse, any, {}>>;
2433
- /**
2434
- * Create a new session in the sandbox
2435
- * @summary [DEPRECATED] Create session
2436
- * @param {string} sandboxId
2437
- * @param {CreateSessionRequest} createSessionRequest
2438
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2439
- * @param {*} [options] Override http request option.
2440
- * @deprecated
2441
- * @throws {RequiredError}
2442
- */
2443
- createSessionDeprecated(sandboxId: string, createSessionRequest: CreateSessionRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
2444
- /**
2445
- * Delete file inside sandbox
2446
- * @summary [DEPRECATED] Delete file
2447
- * @param {string} sandboxId
2448
- * @param {string} path
2449
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2450
- * @param {boolean} [recursive]
2451
- * @param {*} [options] Override http request option.
2452
- * @deprecated
2453
- * @throws {RequiredError}
2454
- */
2455
- deleteFileDeprecated(sandboxId: string, path: string, xDaytonaOrganizationID?: string, recursive?: boolean, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
2456
- /**
2457
- * Delete a PTY session and terminate the associated process
2458
- * @summary [DEPRECATED] Delete PTY session
2459
- * @param {string} sandboxId
2460
- * @param {string} sessionId
2461
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2462
- * @param {*} [options] Override http request option.
2463
- * @deprecated
2464
- * @throws {RequiredError}
2465
- */
2466
- deletePTYSessionDeprecated(sandboxId: string, sessionId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
2467
- /**
2468
- * Delete a specific session
2469
- * @summary [DEPRECATED] Delete session
2470
- * @param {string} sandboxId
2471
- * @param {string} sessionId
2472
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2473
- * @param {*} [options] Override http request option.
2474
- * @deprecated
2475
- * @throws {RequiredError}
2476
- */
2477
- deleteSessionDeprecated(sandboxId: string, sessionId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
2478
- /**
2479
- * Download file from sandbox
2480
- * @summary [DEPRECATED] Download file
2481
- * @param {string} sandboxId
2482
- * @param {string} path
2483
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2484
- * @param {*} [options] Override http request option.
2485
- * @deprecated
2486
- * @throws {RequiredError}
2487
- */
2488
- downloadFileDeprecated(sandboxId: string, path: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
2489
- /**
2490
- * Streams back a multipart/form-data bundle of the requested paths
2491
- * @summary [DEPRECATED] Download multiple files
2492
- * @param {string} sandboxId
2493
- * @param {DownloadFiles} downloadFiles
2494
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2495
- * @param {*} [options] Override http request option.
2496
- * @deprecated
2497
- * @throws {RequiredError}
2498
- */
2499
- downloadFilesDeprecated(sandboxId: string, downloadFiles: DownloadFiles, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
2500
- /**
2501
- * Drag mouse from start to end coordinates
2502
- * @summary [DEPRECATED] Drag mouse
2503
- * @param {string} sandboxId
2504
- * @param {MouseDragRequest} mouseDragRequest
2505
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2506
- * @param {*} [options] Override http request option.
2507
- * @deprecated
2508
- * @throws {RequiredError}
2509
- */
2510
- dragMouseDeprecated(sandboxId: string, mouseDragRequest: MouseDragRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MouseDragResponse, any, {}>>;
2511
- /**
2512
- * Execute command synchronously inside sandbox
2513
- * @summary [DEPRECATED] Execute command
2514
- * @param {string} sandboxId
2515
- * @param {ExecuteRequest} executeRequest
2516
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2517
- * @param {*} [options] Override http request option.
2518
- * @deprecated
2519
- * @throws {RequiredError}
2520
- */
2521
- executeCommandDeprecated(sandboxId: string, executeRequest: ExecuteRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ExecuteResponse, any, {}>>;
2522
- /**
2523
- * Execute a command in a specific session
2524
- * @summary [DEPRECATED] Execute command in session
2525
- * @param {string} sandboxId
2526
- * @param {string} sessionId
2527
- * @param {SessionExecuteRequest} sessionExecuteRequest
2528
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2529
- * @param {*} [options] Override http request option.
2530
- * @deprecated
2531
- * @throws {RequiredError}
2532
- */
2533
- executeSessionCommandDeprecated(sandboxId: string, sessionId: string, sessionExecuteRequest: SessionExecuteRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SessionExecuteResponse, any, {}>>;
2534
- /**
2535
- * Search for text/pattern inside sandbox files
2536
- * @summary [DEPRECATED] Search for text/pattern in files
2537
- * @param {string} sandboxId
2538
- * @param {string} path
2539
- * @param {string} pattern
2540
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2541
- * @param {*} [options] Override http request option.
2542
- * @deprecated
2543
- * @throws {RequiredError}
2544
- */
2545
- findInFilesDeprecated(sandboxId: string, path: string, pattern: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Match[], any, {}>>;
2546
- /**
2547
- * Get status of all VNC desktop processes
2548
- * @summary [DEPRECATED] Get computer use status
2549
- * @param {string} sandboxId
2550
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2551
- * @param {*} [options] Override http request option.
2552
- * @deprecated
2553
- * @throws {RequiredError}
2554
- */
2555
- getComputerUseStatusDeprecated(sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ComputerUseStatusResponse, any, {}>>;
2556
- /**
2557
- * Get information about displays
2558
- * @summary [DEPRECATED] Get display info
2559
- * @param {string} sandboxId
2560
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2561
- * @param {*} [options] Override http request option.
2562
- * @deprecated
2563
- * @throws {RequiredError}
2564
- */
2565
- getDisplayInfoDeprecated(sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DisplayInfoResponse, any, {}>>;
2566
- /**
2567
- * Get file info inside sandbox
2568
- * @summary [DEPRECATED] Get file info
2569
- * @param {string} sandboxId
2570
- * @param {string} path
2571
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2572
- * @param {*} [options] Override http request option.
2573
- * @deprecated
2574
- * @throws {RequiredError}
2575
- */
2576
- getFileInfoDeprecated(sandboxId: string, path: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<FileInfo, any, {}>>;
2577
- /**
2578
- * Get current mouse cursor position
2579
- * @summary [DEPRECATED] Get mouse position
2580
- * @param {string} sandboxId
2581
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2582
- * @param {*} [options] Override http request option.
2583
- * @deprecated
2584
- * @throws {RequiredError}
2585
- */
2586
- getMousePositionDeprecated(sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MousePosition, any, {}>>;
2587
- /**
2588
- * Get PTY session information by ID
2589
- * @summary [DEPRECATED] Get PTY session
2590
- * @param {string} sandboxId
2591
- * @param {string} sessionId
2592
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2593
- * @param {*} [options] Override http request option.
2594
- * @deprecated
2595
- * @throws {RequiredError}
2596
- */
2597
- getPTYSessionDeprecated(sandboxId: string, sessionId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PtySessionInfo, any, {}>>;
2598
- /**
2599
- * Get error logs for a specific VNC process
2600
- * @summary [DEPRECATED] Get process errors
2601
- * @param {string} processName
2602
- * @param {string} sandboxId
2603
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2604
- * @param {*} [options] Override http request option.
2605
- * @deprecated
2606
- * @throws {RequiredError}
2607
- */
2608
- getProcessErrorsDeprecated(processName: string, sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ProcessErrorsResponse, any, {}>>;
2609
- /**
2610
- * Get logs for a specific VNC process
2611
- * @summary [DEPRECATED] Get process logs
2612
- * @param {string} processName
2613
- * @param {string} sandboxId
2614
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2615
- * @param {*} [options] Override http request option.
2616
- * @deprecated
2617
- * @throws {RequiredError}
2618
- */
2619
- getProcessLogsDeprecated(processName: string, sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ProcessLogsResponse, any, {}>>;
2620
- /**
2621
- * Get status of a specific VNC process
2622
- * @summary [DEPRECATED] Get process status
2623
- * @param {string} processName
2624
- * @param {string} sandboxId
2625
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2626
- * @param {*} [options] Override http request option.
2627
- * @deprecated
2628
- * @throws {RequiredError}
2629
- */
2630
- getProcessStatusDeprecated(processName: string, sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ProcessStatusResponse, any, {}>>;
2631
- /**
2632
- *
2633
- * @summary [DEPRECATED] Get sandbox project dir
2634
- * @param {string} sandboxId
2635
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2636
- * @param {*} [options] Override http request option.
2637
- * @deprecated
2638
- * @throws {RequiredError}
2639
- */
2640
- getProjectDirDeprecated(sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ProjectDirResponse, any, {}>>;
2641
- /**
2642
- * Get session command by ID
2643
- * @summary [DEPRECATED] Get session command
2644
- * @param {string} sandboxId
2645
- * @param {string} sessionId
2646
- * @param {string} commandId
2647
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2648
- * @param {*} [options] Override http request option.
2649
- * @deprecated
2650
- * @throws {RequiredError}
2651
- */
2652
- getSessionCommandDeprecated(sandboxId: string, sessionId: string, commandId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Command, any, {}>>;
2653
- /**
2654
- * Get logs for a specific command in a session
2655
- * @summary [DEPRECATED] Get command logs
2656
- * @param {string} sandboxId
2657
- * @param {string} sessionId
2658
- * @param {string} commandId
2659
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2660
- * @param {boolean} [follow] Whether to stream the logs
2661
- * @param {*} [options] Override http request option.
2662
- * @deprecated
2663
- * @throws {RequiredError}
2664
- */
2665
- getSessionCommandLogsDeprecated(sandboxId: string, sessionId: string, commandId: string, xDaytonaOrganizationID?: string, follow?: boolean, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any, {}>>;
2666
- /**
2667
- * Get session by ID
2668
- * @summary [DEPRECATED] Get session
2669
- * @param {string} sandboxId
2670
- * @param {string} sessionId
2671
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2672
- * @param {*} [options] Override http request option.
2673
- * @deprecated
2674
- * @throws {RequiredError}
2675
- */
2676
- getSessionDeprecated(sandboxId: string, sessionId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Session, any, {}>>;
2677
- /**
2678
- *
2679
- * @summary [DEPRECATED] Get sandbox user home dir
2680
- * @param {string} sandboxId
2681
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2682
- * @param {*} [options] Override http request option.
2683
- * @deprecated
2684
- * @throws {RequiredError}
2685
- */
2686
- getUserHomeDirDeprecated(sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UserHomeDirResponse, any, {}>>;
2687
- /**
2688
- * Get list of open windows
2689
- * @summary [DEPRECATED] Get windows
2690
- * @param {string} sandboxId
2691
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2692
- * @param {*} [options] Override http request option.
2693
- * @deprecated
2694
- * @throws {RequiredError}
2695
- */
2696
- getWindowsDeprecated(sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<WindowsResponse, any, {}>>;
2697
- /**
2698
- *
2699
- * @summary [DEPRECATED] Get sandbox work-dir
2700
- * @param {string} sandboxId
2701
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2702
- * @param {*} [options] Override http request option.
2703
- * @deprecated
2704
- * @throws {RequiredError}
2705
- */
2706
- getWorkDirDeprecated(sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<WorkDirResponse, any, {}>>;
2707
- /**
2708
- * Add files to git commit
2709
- * @summary [DEPRECATED] Add files
2710
- * @param {string} sandboxId
2711
- * @param {GitAddRequest} gitAddRequest
2712
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2713
- * @param {*} [options] Override http request option.
2714
- * @deprecated
2715
- * @throws {RequiredError}
2716
- */
2717
- gitAddFilesDeprecated(sandboxId: string, gitAddRequest: GitAddRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
2718
- /**
2719
- * Checkout branch or commit in git repository
2720
- * @summary [DEPRECATED] Checkout branch
2721
- * @param {string} sandboxId
2722
- * @param {GitCheckoutRequest} gitCheckoutRequest
2723
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2724
- * @param {*} [options] Override http request option.
2725
- * @deprecated
2726
- * @throws {RequiredError}
2727
- */
2728
- gitCheckoutBranchDeprecated(sandboxId: string, gitCheckoutRequest: GitCheckoutRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
2729
- /**
2730
- * Clone git repository
2731
- * @summary [DEPRECATED] Clone repository
2732
- * @param {string} sandboxId
2733
- * @param {GitCloneRequest} gitCloneRequest
2734
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2735
- * @param {*} [options] Override http request option.
2736
- * @deprecated
2737
- * @throws {RequiredError}
2738
- */
2739
- gitCloneRepositoryDeprecated(sandboxId: string, gitCloneRequest: GitCloneRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
2740
- /**
2741
- * Commit changes to git repository
2742
- * @summary [DEPRECATED] Commit changes
2743
- * @param {string} sandboxId
2744
- * @param {GitCommitRequest} gitCommitRequest
2745
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2746
- * @param {*} [options] Override http request option.
2747
- * @deprecated
2748
- * @throws {RequiredError}
2749
- */
2750
- gitCommitChangesDeprecated(sandboxId: string, gitCommitRequest: GitCommitRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GitCommitResponse, any, {}>>;
2751
- /**
2752
- * Create branch on git repository
2753
- * @summary [DEPRECATED] Create branch
2754
- * @param {string} sandboxId
2755
- * @param {GitBranchRequest} gitBranchRequest
2756
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2757
- * @param {*} [options] Override http request option.
2758
- * @deprecated
2759
- * @throws {RequiredError}
2760
- */
2761
- gitCreateBranchDeprecated(sandboxId: string, gitBranchRequest: GitBranchRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
2762
- /**
2763
- * Delete branch on git repository
2764
- * @summary [DEPRECATED] Delete branch
2765
- * @param {string} sandboxId
2766
- * @param {GitDeleteBranchRequest} gitDeleteBranchRequest
2767
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2768
- * @param {*} [options] Override http request option.
2769
- * @deprecated
2770
- * @throws {RequiredError}
2771
- */
2772
- gitDeleteBranchDeprecated(sandboxId: string, gitDeleteBranchRequest: GitDeleteBranchRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
2773
- /**
2774
- * Get commit history from git repository
2775
- * @summary [DEPRECATED] Get commit history
2776
- * @param {string} sandboxId
2777
- * @param {string} path
2778
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2779
- * @param {*} [options] Override http request option.
2780
- * @deprecated
2781
- * @throws {RequiredError}
2782
- */
2783
- gitGetHistoryDeprecated(sandboxId: string, path: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GitCommitInfo[], any, {}>>;
2784
- /**
2785
- * Get status from git repository
2786
- * @summary [DEPRECATED] Get git status
2787
- * @param {string} sandboxId
2788
- * @param {string} path
2789
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2790
- * @param {*} [options] Override http request option.
2791
- * @deprecated
2792
- * @throws {RequiredError}
2793
- */
2794
- gitGetStatusDeprecated(sandboxId: string, path: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GitStatus, any, {}>>;
2795
- /**
2796
- * Get branch list from git repository
2797
- * @summary [DEPRECATED] Get branch list
2798
- * @param {string} sandboxId
2799
- * @param {string} path
2800
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2801
- * @param {*} [options] Override http request option.
2802
- * @deprecated
2803
- * @throws {RequiredError}
2804
- */
2805
- gitListBranchesDeprecated(sandboxId: string, path: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListBranchResponse, any, {}>>;
2806
- /**
2807
- * Pull changes from remote
2808
- * @summary [DEPRECATED] Pull changes
2809
- * @param {string} sandboxId
2810
- * @param {GitRepoRequest} gitRepoRequest
2811
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2812
- * @param {*} [options] Override http request option.
2813
- * @deprecated
2814
- * @throws {RequiredError}
2815
- */
2816
- gitPullChangesDeprecated(sandboxId: string, gitRepoRequest: GitRepoRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
2817
- /**
2818
- * Push changes to remote
2819
- * @summary [DEPRECATED] Push changes
2820
- * @param {string} sandboxId
2821
- * @param {GitRepoRequest} gitRepoRequest
2822
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2823
- * @param {*} [options] Override http request option.
2824
- * @deprecated
2825
- * @throws {RequiredError}
2826
- */
2827
- gitPushChangesDeprecated(sandboxId: string, gitRepoRequest: GitRepoRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
2828
- /**
2829
- *
2830
- * @summary [DEPRECATED] List files
2831
- * @param {string} sandboxId
2832
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2833
- * @param {string} [path]
2834
- * @param {*} [options] Override http request option.
2835
- * @deprecated
2836
- * @throws {RequiredError}
2837
- */
2838
- listFilesDeprecated(sandboxId: string, xDaytonaOrganizationID?: string, path?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<FileInfo[], any, {}>>;
2839
- /**
2840
- * List all active PTY sessions in the sandbox
2841
- * @summary [DEPRECATED] List PTY sessions
2842
- * @param {string} sandboxId
2843
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2844
- * @param {*} [options] Override http request option.
2845
- * @deprecated
2846
- * @throws {RequiredError}
2847
- */
2848
- listPTYSessionsDeprecated(sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PtyListResponse, any, {}>>;
2849
- /**
2850
- * List all active sessions in the sandbox
2851
- * @summary [DEPRECATED] List sessions
2852
- * @param {string} sandboxId
2853
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2854
- * @param {*} [options] Override http request option.
2855
- * @deprecated
2856
- * @throws {RequiredError}
2857
- */
2858
- listSessionsDeprecated(sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Session[], any, {}>>;
2859
- /**
2860
- * The Completion request is sent from the client to the server to compute completion items at a given cursor position.
2861
- * @summary [DEPRECATED] Get Lsp Completions
2862
- * @param {string} sandboxId
2863
- * @param {LspCompletionParams} lspCompletionParams
2864
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2865
- * @param {*} [options] Override http request option.
2866
- * @deprecated
2867
- * @throws {RequiredError}
2868
- */
2869
- lspCompletionsDeprecated(sandboxId: string, lspCompletionParams: LspCompletionParams, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CompletionList, any, {}>>;
2870
- /**
2871
- * The document close notification is sent from the client to the server when the document got closed in the client.
2872
- * @summary [DEPRECATED] Call Lsp DidClose
2873
- * @param {string} sandboxId
2874
- * @param {LspDocumentRequest} lspDocumentRequest
2875
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2876
- * @param {*} [options] Override http request option.
2877
- * @deprecated
2878
- * @throws {RequiredError}
2879
- */
2880
- lspDidCloseDeprecated(sandboxId: string, lspDocumentRequest: LspDocumentRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
2881
- /**
2882
- * The document open notification is sent from the client to the server to signal newly opened text documents.
2883
- * @summary [DEPRECATED] Call Lsp DidOpen
2884
- * @param {string} sandboxId
2885
- * @param {LspDocumentRequest} lspDocumentRequest
2886
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2887
- * @param {*} [options] Override http request option.
2888
- * @deprecated
2889
- * @throws {RequiredError}
2890
- */
2891
- lspDidOpenDeprecated(sandboxId: string, lspDocumentRequest: LspDocumentRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
2892
- /**
2893
- * The document symbol request is sent from the client to the server.
2894
- * @summary [DEPRECATED] Call Lsp DocumentSymbols
2895
- * @param {string} sandboxId
2896
- * @param {string} languageId
2897
- * @param {string} pathToProject
2898
- * @param {string} uri
2899
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2900
- * @param {*} [options] Override http request option.
2901
- * @deprecated
2902
- * @throws {RequiredError}
2903
- */
2904
- lspDocumentSymbolsDeprecated(sandboxId: string, languageId: string, pathToProject: string, uri: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<LspSymbol[], any, {}>>;
2905
- /**
2906
- * Start Lsp server process inside sandbox project
2907
- * @summary [DEPRECATED] Start Lsp server
2908
- * @param {string} sandboxId
2909
- * @param {LspServerRequest} lspServerRequest
2910
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2911
- * @param {*} [options] Override http request option.
2912
- * @deprecated
2913
- * @throws {RequiredError}
2914
- */
2915
- lspStartDeprecated(sandboxId: string, lspServerRequest: LspServerRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
2916
- /**
2917
- * Stop Lsp server process inside sandbox project
2918
- * @summary [DEPRECATED] Stop Lsp server
2919
- * @param {string} sandboxId
2920
- * @param {LspServerRequest} lspServerRequest
2921
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2922
- * @param {*} [options] Override http request option.
2923
- * @deprecated
2924
- * @throws {RequiredError}
2925
- */
2926
- lspStopDeprecated(sandboxId: string, lspServerRequest: LspServerRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
2927
- /**
2928
- * The workspace symbol request is sent from the client to the server to list project-wide symbols matching the query string.
2929
- * @summary [DEPRECATED] Call Lsp WorkspaceSymbols
2930
- * @param {string} sandboxId
2931
- * @param {string} languageId
2932
- * @param {string} pathToProject
2933
- * @param {string} query
2934
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2935
- * @param {*} [options] Override http request option.
2936
- * @deprecated
2937
- * @throws {RequiredError}
2938
- */
2939
- lspWorkspaceSymbolsDeprecated(sandboxId: string, languageId: string, pathToProject: string, query: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<LspSymbol[], any, {}>>;
2940
- /**
2941
- * Move file inside sandbox
2942
- * @summary [DEPRECATED] Move file
2943
- * @param {string} sandboxId
2944
- * @param {string} source
2945
- * @param {string} destination
2946
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2947
- * @param {*} [options] Override http request option.
2948
- * @deprecated
2949
- * @throws {RequiredError}
2950
- */
2951
- moveFileDeprecated(sandboxId: string, source: string, destination: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
2952
- /**
2953
- * Move mouse cursor to specified coordinates
2954
- * @summary [DEPRECATED] Move mouse
2955
- * @param {string} sandboxId
2956
- * @param {MouseMoveRequest} mouseMoveRequest
2957
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2958
- * @param {*} [options] Override http request option.
2959
- * @deprecated
2960
- * @throws {RequiredError}
2961
- */
2962
- moveMouseDeprecated(sandboxId: string, mouseMoveRequest: MouseMoveRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MouseMoveResponse, any, {}>>;
2963
- /**
2964
- * Press a hotkey combination
2965
- * @summary [DEPRECATED] Press hotkey
2966
- * @param {string} sandboxId
2967
- * @param {KeyboardHotkeyRequest} keyboardHotkeyRequest
2968
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2969
- * @param {*} [options] Override http request option.
2970
- * @deprecated
2971
- * @throws {RequiredError}
2972
- */
2973
- pressHotkeyDeprecated(sandboxId: string, keyboardHotkeyRequest: KeyboardHotkeyRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
2974
- /**
2975
- * Press a key with optional modifiers
2976
- * @summary [DEPRECATED] Press key
2977
- * @param {string} sandboxId
2978
- * @param {KeyboardPressRequest} keyboardPressRequest
2979
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2980
- * @param {*} [options] Override http request option.
2981
- * @deprecated
2982
- * @throws {RequiredError}
2983
- */
2984
- pressKeyDeprecated(sandboxId: string, keyboardPressRequest: KeyboardPressRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
2985
- /**
2986
- * Replace text/pattern in multiple files inside sandbox
2987
- * @summary [DEPRECATED] Replace in files
2988
- * @param {string} sandboxId
2989
- * @param {ReplaceRequest} replaceRequest
2990
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
2991
- * @param {*} [options] Override http request option.
2992
- * @deprecated
2993
- * @throws {RequiredError}
2994
- */
2995
- replaceInFilesDeprecated(sandboxId: string, replaceRequest: ReplaceRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ReplaceResult[], any, {}>>;
2996
- /**
2997
- * Resize a PTY session
2998
- * @summary [DEPRECATED] Resize PTY session
2999
- * @param {string} sandboxId
3000
- * @param {string} sessionId
3001
- * @param {PtyResizeRequest} ptyResizeRequest
3002
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
3003
- * @param {*} [options] Override http request option.
3004
- * @deprecated
3005
- * @throws {RequiredError}
3006
- */
3007
- resizePTYSessionDeprecated(sandboxId: string, sessionId: string, ptyResizeRequest: PtyResizeRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PtySessionInfo, any, {}>>;
3008
- /**
3009
- * Restart a specific VNC process
3010
- * @summary [DEPRECATED] Restart process
3011
- * @param {string} processName
3012
- * @param {string} sandboxId
3013
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
3014
- * @param {*} [options] Override http request option.
3015
- * @deprecated
3016
- * @throws {RequiredError}
3017
- */
3018
- restartProcessDeprecated(processName: string, sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ProcessRestartResponse, any, {}>>;
3019
- /**
3020
- * Scroll mouse at specified coordinates
3021
- * @summary [DEPRECATED] Scroll mouse
3022
- * @param {string} sandboxId
3023
- * @param {MouseScrollRequest} mouseScrollRequest
3024
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
3025
- * @param {*} [options] Override http request option.
3026
- * @deprecated
3027
- * @throws {RequiredError}
3028
- */
3029
- scrollMouseDeprecated(sandboxId: string, mouseScrollRequest: MouseScrollRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MouseScrollResponse, any, {}>>;
3030
- /**
3031
- * Search for files inside sandbox
3032
- * @summary [DEPRECATED] Search files
3033
- * @param {string} sandboxId
3034
- * @param {string} path
3035
- * @param {string} pattern
3036
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
3037
- * @param {*} [options] Override http request option.
3038
- * @deprecated
3039
- * @throws {RequiredError}
3040
- */
3041
- searchFilesDeprecated(sandboxId: string, path: string, pattern: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SearchFilesResponse, any, {}>>;
3042
- /**
3043
- * Set file owner/group/permissions inside sandbox
3044
- * @summary [DEPRECATED] Set file permissions
3045
- * @param {string} sandboxId
3046
- * @param {string} path
3047
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
3048
- * @param {string} [owner]
3049
- * @param {string} [group]
3050
- * @param {string} [mode]
3051
- * @param {*} [options] Override http request option.
3052
- * @deprecated
3053
- * @throws {RequiredError}
3054
- */
3055
- setFilePermissionsDeprecated(sandboxId: string, path: string, xDaytonaOrganizationID?: string, owner?: string, group?: string, mode?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
3056
- /**
3057
- * Start all VNC desktop processes (Xvfb, xfce4, x11vnc, novnc)
3058
- * @summary [DEPRECATED] Start computer use processes
3059
- * @param {string} sandboxId
3060
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
3061
- * @param {*} [options] Override http request option.
3062
- * @deprecated
3063
- * @throws {RequiredError}
3064
- */
3065
- startComputerUseDeprecated(sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ComputerUseStartResponse, any, {}>>;
3066
- /**
3067
- * Stop all VNC desktop processes (Xvfb, xfce4, x11vnc, novnc)
3068
- * @summary [DEPRECATED] Stop computer use processes
3069
- * @param {string} sandboxId
3070
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
3071
- * @param {*} [options] Override http request option.
3072
- * @deprecated
3073
- * @throws {RequiredError}
3074
- */
3075
- stopComputerUseDeprecated(sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ComputerUseStopResponse, any, {}>>;
3076
- /**
3077
- * Take a compressed screenshot of a specific region
3078
- * @summary [DEPRECATED] Take compressed region screenshot
3079
- * @param {string} sandboxId
3080
- * @param {number} height
3081
- * @param {number} width
3082
- * @param {number} y
3083
- * @param {number} x
3084
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
3085
- * @param {number} [scale]
3086
- * @param {number} [quality]
3087
- * @param {string} [format]
3088
- * @param {boolean} [showCursor]
3089
- * @param {*} [options] Override http request option.
3090
- * @deprecated
3091
- * @throws {RequiredError}
3092
- */
3093
- takeCompressedRegionScreenshotDeprecated(sandboxId: string, height: number, width: number, y: number, x: number, xDaytonaOrganizationID?: string, scale?: number, quality?: number, format?: string, showCursor?: boolean, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CompressedScreenshotResponse, any, {}>>;
3094
- /**
3095
- * Take a compressed screenshot with format, quality, and scale options
3096
- * @summary [DEPRECATED] Take compressed screenshot
3097
- * @param {string} sandboxId
3098
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
3099
- * @param {number} [scale]
3100
- * @param {number} [quality]
3101
- * @param {string} [format]
3102
- * @param {boolean} [showCursor]
3103
- * @param {*} [options] Override http request option.
3104
- * @deprecated
3105
- * @throws {RequiredError}
3106
- */
3107
- takeCompressedScreenshotDeprecated(sandboxId: string, xDaytonaOrganizationID?: string, scale?: number, quality?: number, format?: string, showCursor?: boolean, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CompressedScreenshotResponse, any, {}>>;
3108
- /**
3109
- * Take a screenshot of a specific region
3110
- * @summary [DEPRECATED] Take region screenshot
3111
- * @param {string} sandboxId
3112
- * @param {number} height
3113
- * @param {number} width
3114
- * @param {number} y
3115
- * @param {number} x
3116
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
3117
- * @param {boolean} [showCursor]
3118
- * @param {*} [options] Override http request option.
3119
- * @deprecated
3120
- * @throws {RequiredError}
3121
- */
3122
- takeRegionScreenshotDeprecated(sandboxId: string, height: number, width: number, y: number, x: number, xDaytonaOrganizationID?: string, showCursor?: boolean, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RegionScreenshotResponse, any, {}>>;
3123
- /**
3124
- * Take a screenshot of the entire screen
3125
- * @summary [DEPRECATED] Take screenshot
3126
- * @param {string} sandboxId
3127
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
3128
- * @param {boolean} [showCursor]
3129
- * @param {*} [options] Override http request option.
3130
- * @deprecated
3131
- * @throws {RequiredError}
3132
- */
3133
- takeScreenshotDeprecated(sandboxId: string, xDaytonaOrganizationID?: string, showCursor?: boolean, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ScreenshotResponse, any, {}>>;
3134
- /**
3135
- * Type text using keyboard
3136
- * @summary [DEPRECATED] Type text
3137
- * @param {string} sandboxId
3138
- * @param {KeyboardTypeRequest} keyboardTypeRequest
3139
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
3140
- * @param {*} [options] Override http request option.
3141
- * @deprecated
3142
- * @throws {RequiredError}
3143
- */
3144
- typeTextDeprecated(sandboxId: string, keyboardTypeRequest: KeyboardTypeRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
3145
- /**
3146
- * Upload file inside sandbox
3147
- * @summary [DEPRECATED] Upload file
3148
- * @param {string} sandboxId
3149
- * @param {string} path
3150
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
3151
- * @param {File} [file]
3152
- * @param {*} [options] Override http request option.
3153
- * @deprecated
3154
- * @throws {RequiredError}
3155
- */
3156
- uploadFileDeprecated(sandboxId: string, path: string, xDaytonaOrganizationID?: string, file?: File, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
3157
- /**
3158
- * Upload multiple files inside sandbox
3159
- * @summary [DEPRECATED] Upload multiple files
3160
- * @param {string} sandboxId
3161
- * @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
3162
- * @param {*} [options] Override http request option.
3163
- * @deprecated
3164
- * @throws {RequiredError}
3165
- */
3166
- uploadFilesDeprecated(sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
3167
- }