@daytonaio/api-client 0.105.1 → 0.106.0-alpha.2
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.
- package/package.json +1 -1
- package/src/api/api-keys-api.d.ts +6 -6
- package/src/api/audit-api.d.ts +25 -25
- package/src/api/audit-api.js +36 -36
- package/src/api/audit-api.js.map +1 -1
- package/src/api/config-api.d.ts +1 -1
- package/src/api/default-api.d.ts +7 -7
- package/src/api/docker-registry-api.d.ts +7 -7
- package/src/api/health-api.d.ts +1 -1
- package/src/api/object-storage-api.d.ts +1 -1
- package/src/api/organizations-api.d.ts +26 -26
- package/src/api/preview-api.d.ts +3 -3
- package/src/api/runners-api.d.ts +5 -5
- package/src/api/sandbox-api.d.ts +204 -27
- package/src/api/sandbox-api.js +314 -17
- package/src/api/sandbox-api.js.map +1 -1
- package/src/api/snapshots-api.d.ts +51 -21
- package/src/api/snapshots-api.js +55 -18
- package/src/api/snapshots-api.js.map +1 -1
- package/src/api/toolbox-api.d.ts +63 -63
- package/src/api/users-api.d.ts +9 -9
- package/src/api/volumes-api.d.ts +5 -5
- package/src/api/webhooks-api.d.ts +6 -6
- package/src/api/workspace-api.d.ts +14 -14
- package/src/models/index.d.ts +3 -1
- package/src/models/index.js +3 -1
- package/src/models/index.js.map +1 -1
- package/src/models/paginated-sandboxes.d.ts +43 -0
- package/src/models/paginated-sandboxes.js +16 -0
- package/src/models/paginated-sandboxes.js.map +1 -0
- package/src/models/paginated-snapshots.d.ts +43 -0
- package/src/models/paginated-snapshots.js +16 -0
- package/src/models/paginated-snapshots.js.map +1 -0
- package/src/models/region.d.ts +24 -0
- package/src/models/region.js +4 -0
- package/src/models/region.js.map +1 -0
package/src/api/toolbox-api.d.ts
CHANGED
|
@@ -2062,7 +2062,7 @@ export declare class ToolboxApi extends BaseAPI {
|
|
|
2062
2062
|
* @throws {RequiredError}
|
|
2063
2063
|
* @memberof ToolboxApi
|
|
2064
2064
|
*/
|
|
2065
|
-
clickMouse(sandboxId: string, mouseClickRequest: MouseClickRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MouseClickResponse, any>>;
|
|
2065
|
+
clickMouse(sandboxId: string, mouseClickRequest: MouseClickRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MouseClickResponse, any, {}>>;
|
|
2066
2066
|
/**
|
|
2067
2067
|
* Create folder inside sandbox
|
|
2068
2068
|
* @summary Create folder
|
|
@@ -2074,7 +2074,7 @@ export declare class ToolboxApi extends BaseAPI {
|
|
|
2074
2074
|
* @throws {RequiredError}
|
|
2075
2075
|
* @memberof ToolboxApi
|
|
2076
2076
|
*/
|
|
2077
|
-
createFolder(sandboxId: string, path: string, mode: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
2077
|
+
createFolder(sandboxId: string, path: string, mode: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
2078
2078
|
/**
|
|
2079
2079
|
* Create a new session in the sandbox
|
|
2080
2080
|
* @summary Create session
|
|
@@ -2085,7 +2085,7 @@ export declare class ToolboxApi extends BaseAPI {
|
|
|
2085
2085
|
* @throws {RequiredError}
|
|
2086
2086
|
* @memberof ToolboxApi
|
|
2087
2087
|
*/
|
|
2088
|
-
createSession(sandboxId: string, createSessionRequest: CreateSessionRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
2088
|
+
createSession(sandboxId: string, createSessionRequest: CreateSessionRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
2089
2089
|
/**
|
|
2090
2090
|
* Delete file inside sandbox
|
|
2091
2091
|
* @summary Delete file
|
|
@@ -2097,7 +2097,7 @@ export declare class ToolboxApi extends BaseAPI {
|
|
|
2097
2097
|
* @throws {RequiredError}
|
|
2098
2098
|
* @memberof ToolboxApi
|
|
2099
2099
|
*/
|
|
2100
|
-
deleteFile(sandboxId: string, path: string, xDaytonaOrganizationID?: string, recursive?: boolean, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
2100
|
+
deleteFile(sandboxId: string, path: string, xDaytonaOrganizationID?: string, recursive?: boolean, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
2101
2101
|
/**
|
|
2102
2102
|
* Delete a specific session
|
|
2103
2103
|
* @summary Delete session
|
|
@@ -2108,7 +2108,7 @@ export declare class ToolboxApi extends BaseAPI {
|
|
|
2108
2108
|
* @throws {RequiredError}
|
|
2109
2109
|
* @memberof ToolboxApi
|
|
2110
2110
|
*/
|
|
2111
|
-
deleteSession(sandboxId: string, sessionId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
2111
|
+
deleteSession(sandboxId: string, sessionId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
2112
2112
|
/**
|
|
2113
2113
|
* Download file from sandbox
|
|
2114
2114
|
* @summary Download file
|
|
@@ -2120,7 +2120,7 @@ export declare class ToolboxApi extends BaseAPI {
|
|
|
2120
2120
|
* @throws {RequiredError}
|
|
2121
2121
|
* @memberof ToolboxApi
|
|
2122
2122
|
*/
|
|
2123
|
-
downloadFile(sandboxId: string, path: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
|
|
2123
|
+
downloadFile(sandboxId: string, path: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
|
|
2124
2124
|
/**
|
|
2125
2125
|
* Streams back a multipart/form-data bundle of the requested paths
|
|
2126
2126
|
* @summary Download multiple files
|
|
@@ -2131,7 +2131,7 @@ export declare class ToolboxApi extends BaseAPI {
|
|
|
2131
2131
|
* @throws {RequiredError}
|
|
2132
2132
|
* @memberof ToolboxApi
|
|
2133
2133
|
*/
|
|
2134
|
-
downloadFiles(sandboxId: string, downloadFiles: DownloadFiles, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
|
|
2134
|
+
downloadFiles(sandboxId: string, downloadFiles: DownloadFiles, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
|
|
2135
2135
|
/**
|
|
2136
2136
|
* Drag mouse from start to end coordinates
|
|
2137
2137
|
* @summary Drag mouse
|
|
@@ -2142,7 +2142,7 @@ export declare class ToolboxApi extends BaseAPI {
|
|
|
2142
2142
|
* @throws {RequiredError}
|
|
2143
2143
|
* @memberof ToolboxApi
|
|
2144
2144
|
*/
|
|
2145
|
-
dragMouse(sandboxId: string, mouseDragRequest: MouseDragRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MouseDragResponse, any>>;
|
|
2145
|
+
dragMouse(sandboxId: string, mouseDragRequest: MouseDragRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MouseDragResponse, any, {}>>;
|
|
2146
2146
|
/**
|
|
2147
2147
|
* Execute command synchronously inside sandbox
|
|
2148
2148
|
* @summary Execute command
|
|
@@ -2153,7 +2153,7 @@ export declare class ToolboxApi extends BaseAPI {
|
|
|
2153
2153
|
* @throws {RequiredError}
|
|
2154
2154
|
* @memberof ToolboxApi
|
|
2155
2155
|
*/
|
|
2156
|
-
executeCommand(sandboxId: string, executeRequest: ExecuteRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ExecuteResponse, any>>;
|
|
2156
|
+
executeCommand(sandboxId: string, executeRequest: ExecuteRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ExecuteResponse, any, {}>>;
|
|
2157
2157
|
/**
|
|
2158
2158
|
* Execute a command in a specific session
|
|
2159
2159
|
* @summary Execute command in session
|
|
@@ -2165,7 +2165,7 @@ export declare class ToolboxApi extends BaseAPI {
|
|
|
2165
2165
|
* @throws {RequiredError}
|
|
2166
2166
|
* @memberof ToolboxApi
|
|
2167
2167
|
*/
|
|
2168
|
-
executeSessionCommand(sandboxId: string, sessionId: string, sessionExecuteRequest: SessionExecuteRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SessionExecuteResponse, any>>;
|
|
2168
|
+
executeSessionCommand(sandboxId: string, sessionId: string, sessionExecuteRequest: SessionExecuteRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SessionExecuteResponse, any, {}>>;
|
|
2169
2169
|
/**
|
|
2170
2170
|
* Search for text/pattern inside sandbox files
|
|
2171
2171
|
* @summary Search for text/pattern in files
|
|
@@ -2177,7 +2177,7 @@ export declare class ToolboxApi extends BaseAPI {
|
|
|
2177
2177
|
* @throws {RequiredError}
|
|
2178
2178
|
* @memberof ToolboxApi
|
|
2179
2179
|
*/
|
|
2180
|
-
findInFiles(sandboxId: string, path: string, pattern: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Match[], any>>;
|
|
2180
|
+
findInFiles(sandboxId: string, path: string, pattern: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Match[], any, {}>>;
|
|
2181
2181
|
/**
|
|
2182
2182
|
* Get status of all VNC desktop processes
|
|
2183
2183
|
* @summary Get computer use status
|
|
@@ -2187,7 +2187,7 @@ export declare class ToolboxApi extends BaseAPI {
|
|
|
2187
2187
|
* @throws {RequiredError}
|
|
2188
2188
|
* @memberof ToolboxApi
|
|
2189
2189
|
*/
|
|
2190
|
-
getComputerUseStatus(sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ComputerUseStatusResponse, any>>;
|
|
2190
|
+
getComputerUseStatus(sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ComputerUseStatusResponse, any, {}>>;
|
|
2191
2191
|
/**
|
|
2192
2192
|
* Get information about displays
|
|
2193
2193
|
* @summary Get display info
|
|
@@ -2197,7 +2197,7 @@ export declare class ToolboxApi extends BaseAPI {
|
|
|
2197
2197
|
* @throws {RequiredError}
|
|
2198
2198
|
* @memberof ToolboxApi
|
|
2199
2199
|
*/
|
|
2200
|
-
getDisplayInfo(sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DisplayInfoResponse, any>>;
|
|
2200
|
+
getDisplayInfo(sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DisplayInfoResponse, any, {}>>;
|
|
2201
2201
|
/**
|
|
2202
2202
|
* Get file info inside sandbox
|
|
2203
2203
|
* @summary Get file info
|
|
@@ -2208,7 +2208,7 @@ export declare class ToolboxApi extends BaseAPI {
|
|
|
2208
2208
|
* @throws {RequiredError}
|
|
2209
2209
|
* @memberof ToolboxApi
|
|
2210
2210
|
*/
|
|
2211
|
-
getFileInfo(sandboxId: string, path: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<FileInfo, any>>;
|
|
2211
|
+
getFileInfo(sandboxId: string, path: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<FileInfo, any, {}>>;
|
|
2212
2212
|
/**
|
|
2213
2213
|
* Get current mouse cursor position
|
|
2214
2214
|
* @summary Get mouse position
|
|
@@ -2218,7 +2218,7 @@ export declare class ToolboxApi extends BaseAPI {
|
|
|
2218
2218
|
* @throws {RequiredError}
|
|
2219
2219
|
* @memberof ToolboxApi
|
|
2220
2220
|
*/
|
|
2221
|
-
getMousePosition(sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MousePosition, any>>;
|
|
2221
|
+
getMousePosition(sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MousePosition, any, {}>>;
|
|
2222
2222
|
/**
|
|
2223
2223
|
* Get error logs for a specific VNC process
|
|
2224
2224
|
* @summary Get process errors
|
|
@@ -2229,7 +2229,7 @@ export declare class ToolboxApi extends BaseAPI {
|
|
|
2229
2229
|
* @throws {RequiredError}
|
|
2230
2230
|
* @memberof ToolboxApi
|
|
2231
2231
|
*/
|
|
2232
|
-
getProcessErrors(processName: string, sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ProcessErrorsResponse, any>>;
|
|
2232
|
+
getProcessErrors(processName: string, sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ProcessErrorsResponse, any, {}>>;
|
|
2233
2233
|
/**
|
|
2234
2234
|
* Get logs for a specific VNC process
|
|
2235
2235
|
* @summary Get process logs
|
|
@@ -2240,7 +2240,7 @@ export declare class ToolboxApi extends BaseAPI {
|
|
|
2240
2240
|
* @throws {RequiredError}
|
|
2241
2241
|
* @memberof ToolboxApi
|
|
2242
2242
|
*/
|
|
2243
|
-
getProcessLogs(processName: string, sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ProcessLogsResponse, any>>;
|
|
2243
|
+
getProcessLogs(processName: string, sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ProcessLogsResponse, any, {}>>;
|
|
2244
2244
|
/**
|
|
2245
2245
|
* Get status of a specific VNC process
|
|
2246
2246
|
* @summary Get process status
|
|
@@ -2251,7 +2251,7 @@ export declare class ToolboxApi extends BaseAPI {
|
|
|
2251
2251
|
* @throws {RequiredError}
|
|
2252
2252
|
* @memberof ToolboxApi
|
|
2253
2253
|
*/
|
|
2254
|
-
getProcessStatus(processName: string, sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ProcessStatusResponse, any>>;
|
|
2254
|
+
getProcessStatus(processName: string, sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ProcessStatusResponse, any, {}>>;
|
|
2255
2255
|
/**
|
|
2256
2256
|
*
|
|
2257
2257
|
* @summary Get sandbox project dir
|
|
@@ -2262,7 +2262,7 @@ export declare class ToolboxApi extends BaseAPI {
|
|
|
2262
2262
|
* @throws {RequiredError}
|
|
2263
2263
|
* @memberof ToolboxApi
|
|
2264
2264
|
*/
|
|
2265
|
-
getProjectDir(sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ProjectDirResponse, any>>;
|
|
2265
|
+
getProjectDir(sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ProjectDirResponse, any, {}>>;
|
|
2266
2266
|
/**
|
|
2267
2267
|
* Get session by ID
|
|
2268
2268
|
* @summary Get session
|
|
@@ -2273,7 +2273,7 @@ export declare class ToolboxApi extends BaseAPI {
|
|
|
2273
2273
|
* @throws {RequiredError}
|
|
2274
2274
|
* @memberof ToolboxApi
|
|
2275
2275
|
*/
|
|
2276
|
-
getSession(sandboxId: string, sessionId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Session, any>>;
|
|
2276
|
+
getSession(sandboxId: string, sessionId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Session, any, {}>>;
|
|
2277
2277
|
/**
|
|
2278
2278
|
* Get session command by ID
|
|
2279
2279
|
* @summary Get session command
|
|
@@ -2285,7 +2285,7 @@ export declare class ToolboxApi extends BaseAPI {
|
|
|
2285
2285
|
* @throws {RequiredError}
|
|
2286
2286
|
* @memberof ToolboxApi
|
|
2287
2287
|
*/
|
|
2288
|
-
getSessionCommand(sandboxId: string, sessionId: string, commandId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Command, any>>;
|
|
2288
|
+
getSessionCommand(sandboxId: string, sessionId: string, commandId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Command, any, {}>>;
|
|
2289
2289
|
/**
|
|
2290
2290
|
* Get logs for a specific command in a session
|
|
2291
2291
|
* @summary Get command logs
|
|
@@ -2298,7 +2298,7 @@ export declare class ToolboxApi extends BaseAPI {
|
|
|
2298
2298
|
* @throws {RequiredError}
|
|
2299
2299
|
* @memberof ToolboxApi
|
|
2300
2300
|
*/
|
|
2301
|
-
getSessionCommandLogs(sandboxId: string, sessionId: string, commandId: string, xDaytonaOrganizationID?: string, follow?: boolean, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any>>;
|
|
2301
|
+
getSessionCommandLogs(sandboxId: string, sessionId: string, commandId: string, xDaytonaOrganizationID?: string, follow?: boolean, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any, {}>>;
|
|
2302
2302
|
/**
|
|
2303
2303
|
*
|
|
2304
2304
|
* @summary Get sandbox user home dir
|
|
@@ -2308,7 +2308,7 @@ export declare class ToolboxApi extends BaseAPI {
|
|
|
2308
2308
|
* @throws {RequiredError}
|
|
2309
2309
|
* @memberof ToolboxApi
|
|
2310
2310
|
*/
|
|
2311
|
-
getUserHomeDir(sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UserHomeDirResponse, any>>;
|
|
2311
|
+
getUserHomeDir(sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UserHomeDirResponse, any, {}>>;
|
|
2312
2312
|
/**
|
|
2313
2313
|
* Get list of open windows
|
|
2314
2314
|
* @summary Get windows
|
|
@@ -2318,7 +2318,7 @@ export declare class ToolboxApi extends BaseAPI {
|
|
|
2318
2318
|
* @throws {RequiredError}
|
|
2319
2319
|
* @memberof ToolboxApi
|
|
2320
2320
|
*/
|
|
2321
|
-
getWindows(sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<WindowsResponse, any>>;
|
|
2321
|
+
getWindows(sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<WindowsResponse, any, {}>>;
|
|
2322
2322
|
/**
|
|
2323
2323
|
*
|
|
2324
2324
|
* @summary Get sandbox work-dir
|
|
@@ -2328,7 +2328,7 @@ export declare class ToolboxApi extends BaseAPI {
|
|
|
2328
2328
|
* @throws {RequiredError}
|
|
2329
2329
|
* @memberof ToolboxApi
|
|
2330
2330
|
*/
|
|
2331
|
-
getWorkDir(sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<WorkDirResponse, any>>;
|
|
2331
|
+
getWorkDir(sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<WorkDirResponse, any, {}>>;
|
|
2332
2332
|
/**
|
|
2333
2333
|
* Add files to git commit
|
|
2334
2334
|
* @summary Add files
|
|
@@ -2339,7 +2339,7 @@ export declare class ToolboxApi extends BaseAPI {
|
|
|
2339
2339
|
* @throws {RequiredError}
|
|
2340
2340
|
* @memberof ToolboxApi
|
|
2341
2341
|
*/
|
|
2342
|
-
gitAddFiles(sandboxId: string, gitAddRequest: GitAddRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
2342
|
+
gitAddFiles(sandboxId: string, gitAddRequest: GitAddRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
2343
2343
|
/**
|
|
2344
2344
|
* Checkout branch or commit in git repository
|
|
2345
2345
|
* @summary Checkout branch
|
|
@@ -2350,7 +2350,7 @@ export declare class ToolboxApi extends BaseAPI {
|
|
|
2350
2350
|
* @throws {RequiredError}
|
|
2351
2351
|
* @memberof ToolboxApi
|
|
2352
2352
|
*/
|
|
2353
|
-
gitCheckoutBranch(sandboxId: string, gitCheckoutRequest: GitCheckoutRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
2353
|
+
gitCheckoutBranch(sandboxId: string, gitCheckoutRequest: GitCheckoutRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
2354
2354
|
/**
|
|
2355
2355
|
* Clone git repository
|
|
2356
2356
|
* @summary Clone repository
|
|
@@ -2361,7 +2361,7 @@ export declare class ToolboxApi extends BaseAPI {
|
|
|
2361
2361
|
* @throws {RequiredError}
|
|
2362
2362
|
* @memberof ToolboxApi
|
|
2363
2363
|
*/
|
|
2364
|
-
gitCloneRepository(sandboxId: string, gitCloneRequest: GitCloneRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
2364
|
+
gitCloneRepository(sandboxId: string, gitCloneRequest: GitCloneRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
2365
2365
|
/**
|
|
2366
2366
|
* Commit changes to git repository
|
|
2367
2367
|
* @summary Commit changes
|
|
@@ -2372,7 +2372,7 @@ export declare class ToolboxApi extends BaseAPI {
|
|
|
2372
2372
|
* @throws {RequiredError}
|
|
2373
2373
|
* @memberof ToolboxApi
|
|
2374
2374
|
*/
|
|
2375
|
-
gitCommitChanges(sandboxId: string, gitCommitRequest: GitCommitRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GitCommitResponse, any>>;
|
|
2375
|
+
gitCommitChanges(sandboxId: string, gitCommitRequest: GitCommitRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GitCommitResponse, any, {}>>;
|
|
2376
2376
|
/**
|
|
2377
2377
|
* Create branch on git repository
|
|
2378
2378
|
* @summary Create branch
|
|
@@ -2383,7 +2383,7 @@ export declare class ToolboxApi extends BaseAPI {
|
|
|
2383
2383
|
* @throws {RequiredError}
|
|
2384
2384
|
* @memberof ToolboxApi
|
|
2385
2385
|
*/
|
|
2386
|
-
gitCreateBranch(sandboxId: string, gitBranchRequest: GitBranchRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
2386
|
+
gitCreateBranch(sandboxId: string, gitBranchRequest: GitBranchRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
2387
2387
|
/**
|
|
2388
2388
|
* Delete branch on git repository
|
|
2389
2389
|
* @summary Delete branch
|
|
@@ -2394,7 +2394,7 @@ export declare class ToolboxApi extends BaseAPI {
|
|
|
2394
2394
|
* @throws {RequiredError}
|
|
2395
2395
|
* @memberof ToolboxApi
|
|
2396
2396
|
*/
|
|
2397
|
-
gitDeleteBranch(sandboxId: string, gitDeleteBranchRequest: GitDeleteBranchRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
2397
|
+
gitDeleteBranch(sandboxId: string, gitDeleteBranchRequest: GitDeleteBranchRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
2398
2398
|
/**
|
|
2399
2399
|
* Get commit history from git repository
|
|
2400
2400
|
* @summary Get commit history
|
|
@@ -2405,7 +2405,7 @@ export declare class ToolboxApi extends BaseAPI {
|
|
|
2405
2405
|
* @throws {RequiredError}
|
|
2406
2406
|
* @memberof ToolboxApi
|
|
2407
2407
|
*/
|
|
2408
|
-
gitGetHistory(sandboxId: string, path: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GitCommitInfo[], any>>;
|
|
2408
|
+
gitGetHistory(sandboxId: string, path: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GitCommitInfo[], any, {}>>;
|
|
2409
2409
|
/**
|
|
2410
2410
|
* Get status from git repository
|
|
2411
2411
|
* @summary Get git status
|
|
@@ -2416,7 +2416,7 @@ export declare class ToolboxApi extends BaseAPI {
|
|
|
2416
2416
|
* @throws {RequiredError}
|
|
2417
2417
|
* @memberof ToolboxApi
|
|
2418
2418
|
*/
|
|
2419
|
-
gitGetStatus(sandboxId: string, path: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GitStatus, any>>;
|
|
2419
|
+
gitGetStatus(sandboxId: string, path: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GitStatus, any, {}>>;
|
|
2420
2420
|
/**
|
|
2421
2421
|
* Get branch list from git repository
|
|
2422
2422
|
* @summary Get branch list
|
|
@@ -2427,7 +2427,7 @@ export declare class ToolboxApi extends BaseAPI {
|
|
|
2427
2427
|
* @throws {RequiredError}
|
|
2428
2428
|
* @memberof ToolboxApi
|
|
2429
2429
|
*/
|
|
2430
|
-
gitListBranches(sandboxId: string, path: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListBranchResponse, any>>;
|
|
2430
|
+
gitListBranches(sandboxId: string, path: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListBranchResponse, any, {}>>;
|
|
2431
2431
|
/**
|
|
2432
2432
|
* Pull changes from remote
|
|
2433
2433
|
* @summary Pull changes
|
|
@@ -2438,7 +2438,7 @@ export declare class ToolboxApi extends BaseAPI {
|
|
|
2438
2438
|
* @throws {RequiredError}
|
|
2439
2439
|
* @memberof ToolboxApi
|
|
2440
2440
|
*/
|
|
2441
|
-
gitPullChanges(sandboxId: string, gitRepoRequest: GitRepoRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
2441
|
+
gitPullChanges(sandboxId: string, gitRepoRequest: GitRepoRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
2442
2442
|
/**
|
|
2443
2443
|
* Push changes to remote
|
|
2444
2444
|
* @summary Push changes
|
|
@@ -2449,7 +2449,7 @@ export declare class ToolboxApi extends BaseAPI {
|
|
|
2449
2449
|
* @throws {RequiredError}
|
|
2450
2450
|
* @memberof ToolboxApi
|
|
2451
2451
|
*/
|
|
2452
|
-
gitPushChanges(sandboxId: string, gitRepoRequest: GitRepoRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
2452
|
+
gitPushChanges(sandboxId: string, gitRepoRequest: GitRepoRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
2453
2453
|
/**
|
|
2454
2454
|
*
|
|
2455
2455
|
* @summary List files
|
|
@@ -2460,7 +2460,7 @@ export declare class ToolboxApi extends BaseAPI {
|
|
|
2460
2460
|
* @throws {RequiredError}
|
|
2461
2461
|
* @memberof ToolboxApi
|
|
2462
2462
|
*/
|
|
2463
|
-
listFiles(sandboxId: string, xDaytonaOrganizationID?: string, path?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<FileInfo[], any>>;
|
|
2463
|
+
listFiles(sandboxId: string, xDaytonaOrganizationID?: string, path?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<FileInfo[], any, {}>>;
|
|
2464
2464
|
/**
|
|
2465
2465
|
* List all active sessions in the sandbox
|
|
2466
2466
|
* @summary List sessions
|
|
@@ -2470,7 +2470,7 @@ export declare class ToolboxApi extends BaseAPI {
|
|
|
2470
2470
|
* @throws {RequiredError}
|
|
2471
2471
|
* @memberof ToolboxApi
|
|
2472
2472
|
*/
|
|
2473
|
-
listSessions(sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Session[], any>>;
|
|
2473
|
+
listSessions(sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Session[], any, {}>>;
|
|
2474
2474
|
/**
|
|
2475
2475
|
* The Completion request is sent from the client to the server to compute completion items at a given cursor position.
|
|
2476
2476
|
* @summary Get Lsp Completions
|
|
@@ -2481,7 +2481,7 @@ export declare class ToolboxApi extends BaseAPI {
|
|
|
2481
2481
|
* @throws {RequiredError}
|
|
2482
2482
|
* @memberof ToolboxApi
|
|
2483
2483
|
*/
|
|
2484
|
-
lspCompletions(sandboxId: string, lspCompletionParams: LspCompletionParams, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CompletionList, any>>;
|
|
2484
|
+
lspCompletions(sandboxId: string, lspCompletionParams: LspCompletionParams, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CompletionList, any, {}>>;
|
|
2485
2485
|
/**
|
|
2486
2486
|
* The document close notification is sent from the client to the server when the document got closed in the client.
|
|
2487
2487
|
* @summary Call Lsp DidClose
|
|
@@ -2492,7 +2492,7 @@ export declare class ToolboxApi extends BaseAPI {
|
|
|
2492
2492
|
* @throws {RequiredError}
|
|
2493
2493
|
* @memberof ToolboxApi
|
|
2494
2494
|
*/
|
|
2495
|
-
lspDidClose(sandboxId: string, lspDocumentRequest: LspDocumentRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
2495
|
+
lspDidClose(sandboxId: string, lspDocumentRequest: LspDocumentRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
2496
2496
|
/**
|
|
2497
2497
|
* The document open notification is sent from the client to the server to signal newly opened text documents.
|
|
2498
2498
|
* @summary Call Lsp DidOpen
|
|
@@ -2503,7 +2503,7 @@ export declare class ToolboxApi extends BaseAPI {
|
|
|
2503
2503
|
* @throws {RequiredError}
|
|
2504
2504
|
* @memberof ToolboxApi
|
|
2505
2505
|
*/
|
|
2506
|
-
lspDidOpen(sandboxId: string, lspDocumentRequest: LspDocumentRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
2506
|
+
lspDidOpen(sandboxId: string, lspDocumentRequest: LspDocumentRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
2507
2507
|
/**
|
|
2508
2508
|
* The document symbol request is sent from the client to the server.
|
|
2509
2509
|
* @summary Call Lsp DocumentSymbols
|
|
@@ -2516,7 +2516,7 @@ export declare class ToolboxApi extends BaseAPI {
|
|
|
2516
2516
|
* @throws {RequiredError}
|
|
2517
2517
|
* @memberof ToolboxApi
|
|
2518
2518
|
*/
|
|
2519
|
-
lspDocumentSymbols(sandboxId: string, languageId: string, pathToProject: string, uri: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<LspSymbol[], any>>;
|
|
2519
|
+
lspDocumentSymbols(sandboxId: string, languageId: string, pathToProject: string, uri: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<LspSymbol[], any, {}>>;
|
|
2520
2520
|
/**
|
|
2521
2521
|
* Start Lsp server process inside sandbox project
|
|
2522
2522
|
* @summary Start Lsp server
|
|
@@ -2527,7 +2527,7 @@ export declare class ToolboxApi extends BaseAPI {
|
|
|
2527
2527
|
* @throws {RequiredError}
|
|
2528
2528
|
* @memberof ToolboxApi
|
|
2529
2529
|
*/
|
|
2530
|
-
lspStart(sandboxId: string, lspServerRequest: LspServerRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
2530
|
+
lspStart(sandboxId: string, lspServerRequest: LspServerRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
2531
2531
|
/**
|
|
2532
2532
|
* Stop Lsp server process inside sandbox project
|
|
2533
2533
|
* @summary Stop Lsp server
|
|
@@ -2538,7 +2538,7 @@ export declare class ToolboxApi extends BaseAPI {
|
|
|
2538
2538
|
* @throws {RequiredError}
|
|
2539
2539
|
* @memberof ToolboxApi
|
|
2540
2540
|
*/
|
|
2541
|
-
lspStop(sandboxId: string, lspServerRequest: LspServerRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
2541
|
+
lspStop(sandboxId: string, lspServerRequest: LspServerRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
2542
2542
|
/**
|
|
2543
2543
|
* The workspace symbol request is sent from the client to the server to list project-wide symbols matching the query string.
|
|
2544
2544
|
* @summary Call Lsp WorkspaceSymbols
|
|
@@ -2551,7 +2551,7 @@ export declare class ToolboxApi extends BaseAPI {
|
|
|
2551
2551
|
* @throws {RequiredError}
|
|
2552
2552
|
* @memberof ToolboxApi
|
|
2553
2553
|
*/
|
|
2554
|
-
lspWorkspaceSymbols(sandboxId: string, languageId: string, pathToProject: string, query: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<LspSymbol[], any>>;
|
|
2554
|
+
lspWorkspaceSymbols(sandboxId: string, languageId: string, pathToProject: string, query: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<LspSymbol[], any, {}>>;
|
|
2555
2555
|
/**
|
|
2556
2556
|
* Move file inside sandbox
|
|
2557
2557
|
* @summary Move file
|
|
@@ -2563,7 +2563,7 @@ export declare class ToolboxApi extends BaseAPI {
|
|
|
2563
2563
|
* @throws {RequiredError}
|
|
2564
2564
|
* @memberof ToolboxApi
|
|
2565
2565
|
*/
|
|
2566
|
-
moveFile(sandboxId: string, source: string, destination: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
2566
|
+
moveFile(sandboxId: string, source: string, destination: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
2567
2567
|
/**
|
|
2568
2568
|
* Move mouse cursor to specified coordinates
|
|
2569
2569
|
* @summary Move mouse
|
|
@@ -2574,7 +2574,7 @@ export declare class ToolboxApi extends BaseAPI {
|
|
|
2574
2574
|
* @throws {RequiredError}
|
|
2575
2575
|
* @memberof ToolboxApi
|
|
2576
2576
|
*/
|
|
2577
|
-
moveMouse(sandboxId: string, mouseMoveRequest: MouseMoveRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MouseMoveResponse, any>>;
|
|
2577
|
+
moveMouse(sandboxId: string, mouseMoveRequest: MouseMoveRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MouseMoveResponse, any, {}>>;
|
|
2578
2578
|
/**
|
|
2579
2579
|
* Press a hotkey combination
|
|
2580
2580
|
* @summary Press hotkey
|
|
@@ -2585,7 +2585,7 @@ export declare class ToolboxApi extends BaseAPI {
|
|
|
2585
2585
|
* @throws {RequiredError}
|
|
2586
2586
|
* @memberof ToolboxApi
|
|
2587
2587
|
*/
|
|
2588
|
-
pressHotkey(sandboxId: string, keyboardHotkeyRequest: KeyboardHotkeyRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
2588
|
+
pressHotkey(sandboxId: string, keyboardHotkeyRequest: KeyboardHotkeyRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
2589
2589
|
/**
|
|
2590
2590
|
* Press a key with optional modifiers
|
|
2591
2591
|
* @summary Press key
|
|
@@ -2596,7 +2596,7 @@ export declare class ToolboxApi extends BaseAPI {
|
|
|
2596
2596
|
* @throws {RequiredError}
|
|
2597
2597
|
* @memberof ToolboxApi
|
|
2598
2598
|
*/
|
|
2599
|
-
pressKey(sandboxId: string, keyboardPressRequest: KeyboardPressRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
2599
|
+
pressKey(sandboxId: string, keyboardPressRequest: KeyboardPressRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
2600
2600
|
/**
|
|
2601
2601
|
* Replace text/pattern in multiple files inside sandbox
|
|
2602
2602
|
* @summary Replace in files
|
|
@@ -2607,7 +2607,7 @@ export declare class ToolboxApi extends BaseAPI {
|
|
|
2607
2607
|
* @throws {RequiredError}
|
|
2608
2608
|
* @memberof ToolboxApi
|
|
2609
2609
|
*/
|
|
2610
|
-
replaceInFiles(sandboxId: string, replaceRequest: ReplaceRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ReplaceResult[], any>>;
|
|
2610
|
+
replaceInFiles(sandboxId: string, replaceRequest: ReplaceRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ReplaceResult[], any, {}>>;
|
|
2611
2611
|
/**
|
|
2612
2612
|
* Restart a specific VNC process
|
|
2613
2613
|
* @summary Restart process
|
|
@@ -2618,7 +2618,7 @@ export declare class ToolboxApi extends BaseAPI {
|
|
|
2618
2618
|
* @throws {RequiredError}
|
|
2619
2619
|
* @memberof ToolboxApi
|
|
2620
2620
|
*/
|
|
2621
|
-
restartProcess(processName: string, sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ProcessRestartResponse, any>>;
|
|
2621
|
+
restartProcess(processName: string, sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ProcessRestartResponse, any, {}>>;
|
|
2622
2622
|
/**
|
|
2623
2623
|
* Scroll mouse at specified coordinates
|
|
2624
2624
|
* @summary Scroll mouse
|
|
@@ -2629,7 +2629,7 @@ export declare class ToolboxApi extends BaseAPI {
|
|
|
2629
2629
|
* @throws {RequiredError}
|
|
2630
2630
|
* @memberof ToolboxApi
|
|
2631
2631
|
*/
|
|
2632
|
-
scrollMouse(sandboxId: string, mouseScrollRequest: MouseScrollRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MouseScrollResponse, any>>;
|
|
2632
|
+
scrollMouse(sandboxId: string, mouseScrollRequest: MouseScrollRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MouseScrollResponse, any, {}>>;
|
|
2633
2633
|
/**
|
|
2634
2634
|
* Search for files inside sandbox
|
|
2635
2635
|
* @summary Search files
|
|
@@ -2641,7 +2641,7 @@ export declare class ToolboxApi extends BaseAPI {
|
|
|
2641
2641
|
* @throws {RequiredError}
|
|
2642
2642
|
* @memberof ToolboxApi
|
|
2643
2643
|
*/
|
|
2644
|
-
searchFiles(sandboxId: string, path: string, pattern: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SearchFilesResponse, any>>;
|
|
2644
|
+
searchFiles(sandboxId: string, path: string, pattern: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SearchFilesResponse, any, {}>>;
|
|
2645
2645
|
/**
|
|
2646
2646
|
* Set file owner/group/permissions inside sandbox
|
|
2647
2647
|
* @summary Set file permissions
|
|
@@ -2655,7 +2655,7 @@ export declare class ToolboxApi extends BaseAPI {
|
|
|
2655
2655
|
* @throws {RequiredError}
|
|
2656
2656
|
* @memberof ToolboxApi
|
|
2657
2657
|
*/
|
|
2658
|
-
setFilePermissions(sandboxId: string, path: string, xDaytonaOrganizationID?: string, owner?: string, group?: string, mode?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
2658
|
+
setFilePermissions(sandboxId: string, path: string, xDaytonaOrganizationID?: string, owner?: string, group?: string, mode?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
2659
2659
|
/**
|
|
2660
2660
|
* Start all VNC desktop processes (Xvfb, xfce4, x11vnc, novnc)
|
|
2661
2661
|
* @summary Start computer use processes
|
|
@@ -2665,7 +2665,7 @@ export declare class ToolboxApi extends BaseAPI {
|
|
|
2665
2665
|
* @throws {RequiredError}
|
|
2666
2666
|
* @memberof ToolboxApi
|
|
2667
2667
|
*/
|
|
2668
|
-
startComputerUse(sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ComputerUseStartResponse, any>>;
|
|
2668
|
+
startComputerUse(sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ComputerUseStartResponse, any, {}>>;
|
|
2669
2669
|
/**
|
|
2670
2670
|
* Stop all VNC desktop processes (Xvfb, xfce4, x11vnc, novnc)
|
|
2671
2671
|
* @summary Stop computer use processes
|
|
@@ -2675,7 +2675,7 @@ export declare class ToolboxApi extends BaseAPI {
|
|
|
2675
2675
|
* @throws {RequiredError}
|
|
2676
2676
|
* @memberof ToolboxApi
|
|
2677
2677
|
*/
|
|
2678
|
-
stopComputerUse(sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ComputerUseStopResponse, any>>;
|
|
2678
|
+
stopComputerUse(sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ComputerUseStopResponse, any, {}>>;
|
|
2679
2679
|
/**
|
|
2680
2680
|
* Take a compressed screenshot of a specific region
|
|
2681
2681
|
* @summary Take compressed region screenshot
|
|
@@ -2693,7 +2693,7 @@ export declare class ToolboxApi extends BaseAPI {
|
|
|
2693
2693
|
* @throws {RequiredError}
|
|
2694
2694
|
* @memberof ToolboxApi
|
|
2695
2695
|
*/
|
|
2696
|
-
takeCompressedRegionScreenshot(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>>;
|
|
2696
|
+
takeCompressedRegionScreenshot(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, {}>>;
|
|
2697
2697
|
/**
|
|
2698
2698
|
* Take a compressed screenshot with format, quality, and scale options
|
|
2699
2699
|
* @summary Take compressed screenshot
|
|
@@ -2707,7 +2707,7 @@ export declare class ToolboxApi extends BaseAPI {
|
|
|
2707
2707
|
* @throws {RequiredError}
|
|
2708
2708
|
* @memberof ToolboxApi
|
|
2709
2709
|
*/
|
|
2710
|
-
takeCompressedScreenshot(sandboxId: string, xDaytonaOrganizationID?: string, scale?: number, quality?: number, format?: string, showCursor?: boolean, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CompressedScreenshotResponse, any>>;
|
|
2710
|
+
takeCompressedScreenshot(sandboxId: string, xDaytonaOrganizationID?: string, scale?: number, quality?: number, format?: string, showCursor?: boolean, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CompressedScreenshotResponse, any, {}>>;
|
|
2711
2711
|
/**
|
|
2712
2712
|
* Take a screenshot of a specific region
|
|
2713
2713
|
* @summary Take region screenshot
|
|
@@ -2722,7 +2722,7 @@ export declare class ToolboxApi extends BaseAPI {
|
|
|
2722
2722
|
* @throws {RequiredError}
|
|
2723
2723
|
* @memberof ToolboxApi
|
|
2724
2724
|
*/
|
|
2725
|
-
takeRegionScreenshot(sandboxId: string, height: number, width: number, y: number, x: number, xDaytonaOrganizationID?: string, showCursor?: boolean, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RegionScreenshotResponse, any>>;
|
|
2725
|
+
takeRegionScreenshot(sandboxId: string, height: number, width: number, y: number, x: number, xDaytonaOrganizationID?: string, showCursor?: boolean, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RegionScreenshotResponse, any, {}>>;
|
|
2726
2726
|
/**
|
|
2727
2727
|
* Take a screenshot of the entire screen
|
|
2728
2728
|
* @summary Take screenshot
|
|
@@ -2733,7 +2733,7 @@ export declare class ToolboxApi extends BaseAPI {
|
|
|
2733
2733
|
* @throws {RequiredError}
|
|
2734
2734
|
* @memberof ToolboxApi
|
|
2735
2735
|
*/
|
|
2736
|
-
takeScreenshot(sandboxId: string, xDaytonaOrganizationID?: string, showCursor?: boolean, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ScreenshotResponse, any>>;
|
|
2736
|
+
takeScreenshot(sandboxId: string, xDaytonaOrganizationID?: string, showCursor?: boolean, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ScreenshotResponse, any, {}>>;
|
|
2737
2737
|
/**
|
|
2738
2738
|
* Type text using keyboard
|
|
2739
2739
|
* @summary Type text
|
|
@@ -2744,7 +2744,7 @@ export declare class ToolboxApi extends BaseAPI {
|
|
|
2744
2744
|
* @throws {RequiredError}
|
|
2745
2745
|
* @memberof ToolboxApi
|
|
2746
2746
|
*/
|
|
2747
|
-
typeText(sandboxId: string, keyboardTypeRequest: KeyboardTypeRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
2747
|
+
typeText(sandboxId: string, keyboardTypeRequest: KeyboardTypeRequest, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
2748
2748
|
/**
|
|
2749
2749
|
* Upload file inside sandbox
|
|
2750
2750
|
* @summary Upload file
|
|
@@ -2757,7 +2757,7 @@ export declare class ToolboxApi extends BaseAPI {
|
|
|
2757
2757
|
* @throws {RequiredError}
|
|
2758
2758
|
* @memberof ToolboxApi
|
|
2759
2759
|
*/
|
|
2760
|
-
uploadFile(sandboxId: string, path: string, xDaytonaOrganizationID?: string, file?: File, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
2760
|
+
uploadFile(sandboxId: string, path: string, xDaytonaOrganizationID?: string, file?: File, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
2761
2761
|
/**
|
|
2762
2762
|
* Upload multiple files inside sandbox
|
|
2763
2763
|
* @summary Upload multiple files
|
|
@@ -2767,5 +2767,5 @@ export declare class ToolboxApi extends BaseAPI {
|
|
|
2767
2767
|
* @throws {RequiredError}
|
|
2768
2768
|
* @memberof ToolboxApi
|
|
2769
2769
|
*/
|
|
2770
|
-
uploadFiles(sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
2770
|
+
uploadFiles(sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
2771
2771
|
}
|
package/src/api/users-api.d.ts
CHANGED
|
@@ -256,7 +256,7 @@ export declare class UsersApi extends BaseAPI {
|
|
|
256
256
|
* @throws {RequiredError}
|
|
257
257
|
* @memberof UsersApi
|
|
258
258
|
*/
|
|
259
|
-
createUser(createUser: CreateUser, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
259
|
+
createUser(createUser: CreateUser, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
260
260
|
/**
|
|
261
261
|
*
|
|
262
262
|
* @summary Enroll in SMS MFA
|
|
@@ -264,7 +264,7 @@ export declare class UsersApi extends BaseAPI {
|
|
|
264
264
|
* @throws {RequiredError}
|
|
265
265
|
* @memberof UsersApi
|
|
266
266
|
*/
|
|
267
|
-
enrollInSmsMfa(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any>>;
|
|
267
|
+
enrollInSmsMfa(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any, {}>>;
|
|
268
268
|
/**
|
|
269
269
|
*
|
|
270
270
|
* @summary Get authenticated user
|
|
@@ -272,7 +272,7 @@ export declare class UsersApi extends BaseAPI {
|
|
|
272
272
|
* @throws {RequiredError}
|
|
273
273
|
* @memberof UsersApi
|
|
274
274
|
*/
|
|
275
|
-
getAuthenticatedUser(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<User, any>>;
|
|
275
|
+
getAuthenticatedUser(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<User, any, {}>>;
|
|
276
276
|
/**
|
|
277
277
|
*
|
|
278
278
|
* @summary Get available account providers
|
|
@@ -280,7 +280,7 @@ export declare class UsersApi extends BaseAPI {
|
|
|
280
280
|
* @throws {RequiredError}
|
|
281
281
|
* @memberof UsersApi
|
|
282
282
|
*/
|
|
283
|
-
getAvailableAccountProviders(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AccountProvider[], any>>;
|
|
283
|
+
getAvailableAccountProviders(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AccountProvider[], any, {}>>;
|
|
284
284
|
/**
|
|
285
285
|
*
|
|
286
286
|
* @summary Get user by ID
|
|
@@ -289,7 +289,7 @@ export declare class UsersApi extends BaseAPI {
|
|
|
289
289
|
* @throws {RequiredError}
|
|
290
290
|
* @memberof UsersApi
|
|
291
291
|
*/
|
|
292
|
-
getUser(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<User, any>>;
|
|
292
|
+
getUser(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<User, any, {}>>;
|
|
293
293
|
/**
|
|
294
294
|
*
|
|
295
295
|
* @summary Link account
|
|
@@ -298,7 +298,7 @@ export declare class UsersApi extends BaseAPI {
|
|
|
298
298
|
* @throws {RequiredError}
|
|
299
299
|
* @memberof UsersApi
|
|
300
300
|
*/
|
|
301
|
-
linkAccount(createLinkedAccount: CreateLinkedAccount, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
301
|
+
linkAccount(createLinkedAccount: CreateLinkedAccount, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
302
302
|
/**
|
|
303
303
|
*
|
|
304
304
|
* @summary List all users
|
|
@@ -306,7 +306,7 @@ export declare class UsersApi extends BaseAPI {
|
|
|
306
306
|
* @throws {RequiredError}
|
|
307
307
|
* @memberof UsersApi
|
|
308
308
|
*/
|
|
309
|
-
listUsers(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
309
|
+
listUsers(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
310
310
|
/**
|
|
311
311
|
*
|
|
312
312
|
* @summary Regenerate user key pair
|
|
@@ -315,7 +315,7 @@ export declare class UsersApi extends BaseAPI {
|
|
|
315
315
|
* @throws {RequiredError}
|
|
316
316
|
* @memberof UsersApi
|
|
317
317
|
*/
|
|
318
|
-
regenerateKeyPair(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
318
|
+
regenerateKeyPair(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
319
319
|
/**
|
|
320
320
|
*
|
|
321
321
|
* @summary Unlink account
|
|
@@ -325,5 +325,5 @@ export declare class UsersApi extends BaseAPI {
|
|
|
325
325
|
* @throws {RequiredError}
|
|
326
326
|
* @memberof UsersApi
|
|
327
327
|
*/
|
|
328
|
-
unlinkAccount(provider: string, providerUserId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
328
|
+
unlinkAccount(provider: string, providerUserId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
329
329
|
}
|