@daytonaio/toolbox-api-client 0.169.0 → 0.170.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.
- package/package.json +1 -1
- package/src/api/computer-use-api.d.ts +0 -34
- package/src/api/computer-use-api.js +28 -34
- package/src/api/computer-use-api.js.map +1 -1
- package/src/api/file-system-api.d.ts +0 -19
- package/src/api/file-system-api.js +8 -19
- package/src/api/file-system-api.js.map +1 -1
- package/src/api/git-api.d.ts +0 -17
- package/src/api/git-api.js +4 -17
- package/src/api/git-api.js.map +1 -1
- package/src/api/info-api.d.ts +0 -9
- package/src/api/info-api.js +3 -9
- package/src/api/info-api.js.map +1 -1
- package/src/api/interpreter-api.d.ts +0 -10
- package/src/api/interpreter-api.js +4 -10
- package/src/api/interpreter-api.js.map +1 -1
- package/src/api/lsp-api.d.ts +0 -13
- package/src/api/lsp-api.js +3 -13
- package/src/api/lsp-api.js.map +1 -1
- package/src/api/port-api.d.ts +0 -8
- package/src/api/port-api.js +2 -8
- package/src/api/port-api.js.map +1 -1
- package/src/api/process-api.d.ts +0 -24
- package/src/api/process-api.js +14 -24
- package/src/api/process-api.js.map +1 -1
- package/src/api/server-api.d.ts +0 -7
- package/src/api/server-api.js +1 -7
- package/src/api/server-api.js.map +1 -1
- package/src/base.d.ts +0 -24
- package/src/base.js +0 -19
- package/src/base.js.map +1 -1
- package/src/common.d.ts +4 -35
- package/src/common.js +16 -38
- package/src/common.js.map +1 -1
- package/src/configuration.d.ts +24 -17
- package/src/configuration.js +12 -18
- package/src/configuration.js.map +1 -1
- package/src/models/chart-element.d.ts +0 -90
- package/src/models/chart.d.ts +0 -65
- package/src/models/code-run-artifacts.d.ts +0 -10
- package/src/models/code-run-request.d.ts +0 -27
- package/src/models/code-run-response.d.ts +0 -20
- package/src/models/command.d.ts +0 -20
- package/src/models/completion-context.d.ts +0 -15
- package/src/models/completion-item.d.ts +0 -40
- package/src/models/completion-list.d.ts +0 -15
- package/src/models/computer-use-start-response.d.ts +0 -15
- package/src/models/computer-use-status-response.d.ts +0 -10
- package/src/models/computer-use-stop-response.d.ts +0 -15
- package/src/models/create-context-request.d.ts +0 -15
- package/src/models/create-session-request.d.ts +0 -10
- package/src/models/display-info-response.d.ts +0 -10
- package/src/models/display-info.d.ts +0 -35
- package/src/models/execute-request.d.ts +0 -16
- package/src/models/execute-response.d.ts +0 -15
- package/src/models/file-info.d.ts +0 -45
- package/src/models/file-status.d.ts +0 -25
- package/src/models/files-download-request.d.ts +0 -10
- package/src/models/git-add-request.d.ts +0 -12
- package/src/models/git-branch-request.d.ts +0 -15
- package/src/models/git-checkout-request.d.ts +0 -15
- package/src/models/git-clone-request.d.ts +0 -35
- package/src/models/git-commit-info.d.ts +0 -30
- package/src/models/git-commit-request.d.ts +0 -30
- package/src/models/git-commit-response.d.ts +0 -10
- package/src/models/git-delete-branch-request.d.ts +0 -15
- package/src/models/git-repo-request.d.ts +0 -20
- package/src/models/git-status.d.ts +0 -30
- package/src/models/initialize-request.d.ts +0 -10
- package/src/models/interpreter-context.d.ts +0 -30
- package/src/models/is-port-in-use-response.d.ts +0 -10
- package/src/models/keyboard-hotkey-request.d.ts +0 -7
- package/src/models/keyboard-press-request.d.ts +0 -12
- package/src/models/keyboard-type-request.d.ts +0 -12
- package/src/models/list-branch-response.d.ts +0 -10
- package/src/models/list-contexts-response.d.ts +0 -10
- package/src/models/list-recordings-response.d.ts +0 -10
- package/src/models/lsp-completion-params.d.ts +0 -30
- package/src/models/lsp-document-request.d.ts +0 -20
- package/src/models/lsp-location.d.ts +0 -15
- package/src/models/lsp-position.d.ts +0 -15
- package/src/models/lsp-range.d.ts +0 -15
- package/src/models/lsp-server-request.d.ts +0 -15
- package/src/models/lsp-symbol.d.ts +0 -20
- package/src/models/match.d.ts +0 -20
- package/src/models/mouse-click-request.d.ts +0 -22
- package/src/models/mouse-click-response.d.ts +0 -15
- package/src/models/mouse-drag-request.d.ts +0 -30
- package/src/models/mouse-drag-response.d.ts +0 -15
- package/src/models/mouse-move-request.d.ts +0 -15
- package/src/models/mouse-position-response.d.ts +0 -15
- package/src/models/mouse-scroll-request.d.ts +0 -22
- package/src/models/port-list.d.ts +0 -10
- package/src/models/position.d.ts +0 -15
- package/src/models/process-errors-response.d.ts +0 -15
- package/src/models/process-logs-response.d.ts +0 -15
- package/src/models/process-restart-response.d.ts +0 -15
- package/src/models/process-status-response.d.ts +0 -15
- package/src/models/process-status.d.ts +0 -25
- package/src/models/pty-create-request.d.ts +0 -32
- package/src/models/pty-create-response.d.ts +0 -10
- package/src/models/pty-list-response.d.ts +0 -10
- package/src/models/pty-resize-request.d.ts +0 -15
- package/src/models/pty-session-info.d.ts +0 -42
- package/src/models/recording.d.ts +0 -45
- package/src/models/replace-request.d.ts +0 -20
- package/src/models/replace-result.d.ts +0 -20
- package/src/models/screenshot-response.d.ts +0 -20
- package/src/models/scroll-response.d.ts +0 -10
- package/src/models/search-files-response.d.ts +0 -10
- package/src/models/session-command-logs-response.d.ts +0 -20
- package/src/models/session-execute-request.d.ts +0 -25
- package/src/models/session-execute-response.d.ts +0 -30
- package/src/models/session-send-input-request.d.ts +0 -10
- package/src/models/session.d.ts +0 -15
- package/src/models/start-recording-request.d.ts +0 -10
- package/src/models/status.d.ts +1 -5
- package/src/models/status.js +2 -6
- package/src/models/status.js.map +1 -1
- package/src/models/stop-recording-request.d.ts +0 -10
- package/src/models/user-home-dir-response.d.ts +0 -10
- package/src/models/window-info.d.ts +0 -40
- package/src/models/windows-response.d.ts +0 -10
- package/src/models/work-dir-response.d.ts +0 -10
|
@@ -9,22 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface LspServerRequest
|
|
16
|
-
*/
|
|
17
12
|
export interface LspServerRequest {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof LspServerRequest
|
|
22
|
-
*/
|
|
23
13
|
'languageId': string;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof LspServerRequest
|
|
28
|
-
*/
|
|
29
14
|
'pathToProject': string;
|
|
30
15
|
}
|
|
@@ -10,28 +10,8 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { LspLocation } from './lsp-location';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface LspSymbol
|
|
17
|
-
*/
|
|
18
13
|
export interface LspSymbol {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {number}
|
|
22
|
-
* @memberof LspSymbol
|
|
23
|
-
*/
|
|
24
14
|
'kind': number;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {LspLocation}
|
|
28
|
-
* @memberof LspSymbol
|
|
29
|
-
*/
|
|
30
15
|
'location': LspLocation;
|
|
31
|
-
/**
|
|
32
|
-
*
|
|
33
|
-
* @type {string}
|
|
34
|
-
* @memberof LspSymbol
|
|
35
|
-
*/
|
|
36
16
|
'name': string;
|
|
37
17
|
}
|
package/src/models/match.d.ts
CHANGED
|
@@ -9,28 +9,8 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface Match
|
|
16
|
-
*/
|
|
17
12
|
export interface Match {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof Match
|
|
22
|
-
*/
|
|
23
13
|
'content': string;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof Match
|
|
28
|
-
*/
|
|
29
14
|
'file': string;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {number}
|
|
33
|
-
* @memberof Match
|
|
34
|
-
*/
|
|
35
15
|
'line': number;
|
|
36
16
|
}
|
|
@@ -9,34 +9,12 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface MouseClickRequest
|
|
16
|
-
*/
|
|
17
12
|
export interface MouseClickRequest {
|
|
18
13
|
/**
|
|
19
14
|
* left, right, middle
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof MouseClickRequest
|
|
22
15
|
*/
|
|
23
16
|
'button'?: string;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {boolean}
|
|
27
|
-
* @memberof MouseClickRequest
|
|
28
|
-
*/
|
|
29
17
|
'double'?: boolean;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {number}
|
|
33
|
-
* @memberof MouseClickRequest
|
|
34
|
-
*/
|
|
35
18
|
'x'?: number;
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {number}
|
|
39
|
-
* @memberof MouseClickRequest
|
|
40
|
-
*/
|
|
41
19
|
'y'?: number;
|
|
42
20
|
}
|
|
@@ -9,22 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface MouseClickResponse
|
|
16
|
-
*/
|
|
17
12
|
export interface MouseClickResponse {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {number}
|
|
21
|
-
* @memberof MouseClickResponse
|
|
22
|
-
*/
|
|
23
13
|
'x'?: number;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {number}
|
|
27
|
-
* @memberof MouseClickResponse
|
|
28
|
-
*/
|
|
29
14
|
'y'?: number;
|
|
30
15
|
}
|
|
@@ -9,40 +9,10 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface MouseDragRequest
|
|
16
|
-
*/
|
|
17
12
|
export interface MouseDragRequest {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof MouseDragRequest
|
|
22
|
-
*/
|
|
23
13
|
'button'?: string;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {number}
|
|
27
|
-
* @memberof MouseDragRequest
|
|
28
|
-
*/
|
|
29
14
|
'endX'?: number;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {number}
|
|
33
|
-
* @memberof MouseDragRequest
|
|
34
|
-
*/
|
|
35
15
|
'endY'?: number;
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {number}
|
|
39
|
-
* @memberof MouseDragRequest
|
|
40
|
-
*/
|
|
41
16
|
'startX'?: number;
|
|
42
|
-
/**
|
|
43
|
-
*
|
|
44
|
-
* @type {number}
|
|
45
|
-
* @memberof MouseDragRequest
|
|
46
|
-
*/
|
|
47
17
|
'startY'?: number;
|
|
48
18
|
}
|
|
@@ -9,22 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface MouseDragResponse
|
|
16
|
-
*/
|
|
17
12
|
export interface MouseDragResponse {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {number}
|
|
21
|
-
* @memberof MouseDragResponse
|
|
22
|
-
*/
|
|
23
13
|
'x'?: number;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {number}
|
|
27
|
-
* @memberof MouseDragResponse
|
|
28
|
-
*/
|
|
29
14
|
'y'?: number;
|
|
30
15
|
}
|
|
@@ -9,22 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface MouseMoveRequest
|
|
16
|
-
*/
|
|
17
12
|
export interface MouseMoveRequest {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {number}
|
|
21
|
-
* @memberof MouseMoveRequest
|
|
22
|
-
*/
|
|
23
13
|
'x'?: number;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {number}
|
|
27
|
-
* @memberof MouseMoveRequest
|
|
28
|
-
*/
|
|
29
14
|
'y'?: number;
|
|
30
15
|
}
|
|
@@ -9,22 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface MousePositionResponse
|
|
16
|
-
*/
|
|
17
12
|
export interface MousePositionResponse {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {number}
|
|
21
|
-
* @memberof MousePositionResponse
|
|
22
|
-
*/
|
|
23
13
|
'x'?: number;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {number}
|
|
27
|
-
* @memberof MousePositionResponse
|
|
28
|
-
*/
|
|
29
14
|
'y'?: number;
|
|
30
15
|
}
|
|
@@ -9,34 +9,12 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface MouseScrollRequest
|
|
16
|
-
*/
|
|
17
12
|
export interface MouseScrollRequest {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {number}
|
|
21
|
-
* @memberof MouseScrollRequest
|
|
22
|
-
*/
|
|
23
13
|
'amount'?: number;
|
|
24
14
|
/**
|
|
25
15
|
* up, down
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof MouseScrollRequest
|
|
28
16
|
*/
|
|
29
17
|
'direction'?: string;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {number}
|
|
33
|
-
* @memberof MouseScrollRequest
|
|
34
|
-
*/
|
|
35
18
|
'x'?: number;
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {number}
|
|
39
|
-
* @memberof MouseScrollRequest
|
|
40
|
-
*/
|
|
41
19
|
'y'?: number;
|
|
42
20
|
}
|
|
@@ -9,16 +9,6 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface PortList
|
|
16
|
-
*/
|
|
17
12
|
export interface PortList {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {Array<number>}
|
|
21
|
-
* @memberof PortList
|
|
22
|
-
*/
|
|
23
13
|
'ports'?: Array<number>;
|
|
24
14
|
}
|
package/src/models/position.d.ts
CHANGED
|
@@ -9,22 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface Position
|
|
16
|
-
*/
|
|
17
12
|
export interface Position {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {number}
|
|
21
|
-
* @memberof Position
|
|
22
|
-
*/
|
|
23
13
|
'x'?: number;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {number}
|
|
27
|
-
* @memberof Position
|
|
28
|
-
*/
|
|
29
14
|
'y'?: number;
|
|
30
15
|
}
|
|
@@ -9,22 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface ProcessErrorsResponse
|
|
16
|
-
*/
|
|
17
12
|
export interface ProcessErrorsResponse {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof ProcessErrorsResponse
|
|
22
|
-
*/
|
|
23
13
|
'errors'?: string;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof ProcessErrorsResponse
|
|
28
|
-
*/
|
|
29
14
|
'processName'?: string;
|
|
30
15
|
}
|
|
@@ -9,22 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface ProcessLogsResponse
|
|
16
|
-
*/
|
|
17
12
|
export interface ProcessLogsResponse {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof ProcessLogsResponse
|
|
22
|
-
*/
|
|
23
13
|
'logs'?: string;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof ProcessLogsResponse
|
|
28
|
-
*/
|
|
29
14
|
'processName'?: string;
|
|
30
15
|
}
|
|
@@ -9,22 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface ProcessRestartResponse
|
|
16
|
-
*/
|
|
17
12
|
export interface ProcessRestartResponse {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof ProcessRestartResponse
|
|
22
|
-
*/
|
|
23
13
|
'message'?: string;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof ProcessRestartResponse
|
|
28
|
-
*/
|
|
29
14
|
'processName'?: string;
|
|
30
15
|
}
|
|
@@ -9,22 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface ProcessStatusResponse
|
|
16
|
-
*/
|
|
17
12
|
export interface ProcessStatusResponse {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof ProcessStatusResponse
|
|
22
|
-
*/
|
|
23
13
|
'processName'?: string;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {boolean}
|
|
27
|
-
* @memberof ProcessStatusResponse
|
|
28
|
-
*/
|
|
29
14
|
'running'?: boolean;
|
|
30
15
|
}
|
|
@@ -9,34 +9,9 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface ProcessStatus
|
|
16
|
-
*/
|
|
17
12
|
export interface ProcessStatus {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {boolean}
|
|
21
|
-
* @memberof ProcessStatus
|
|
22
|
-
*/
|
|
23
13
|
'autoRestart'?: boolean;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {number}
|
|
27
|
-
* @memberof ProcessStatus
|
|
28
|
-
*/
|
|
29
14
|
'pid'?: number;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {number}
|
|
33
|
-
* @memberof ProcessStatus
|
|
34
|
-
*/
|
|
35
15
|
'priority'?: number;
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {boolean}
|
|
39
|
-
* @memberof ProcessStatus
|
|
40
|
-
*/
|
|
41
16
|
'running'?: boolean;
|
|
42
17
|
}
|
|
@@ -9,48 +9,16 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface PtyCreateRequest
|
|
16
|
-
*/
|
|
17
12
|
export interface PtyCreateRequest {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {number}
|
|
21
|
-
* @memberof PtyCreateRequest
|
|
22
|
-
*/
|
|
23
13
|
'cols'?: number;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof PtyCreateRequest
|
|
28
|
-
*/
|
|
29
14
|
'cwd'?: string;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {{ [key: string]: string; }}
|
|
33
|
-
* @memberof PtyCreateRequest
|
|
34
|
-
*/
|
|
35
15
|
'envs'?: {
|
|
36
16
|
[key: string]: string;
|
|
37
17
|
};
|
|
38
|
-
/**
|
|
39
|
-
*
|
|
40
|
-
* @type {string}
|
|
41
|
-
* @memberof PtyCreateRequest
|
|
42
|
-
*/
|
|
43
18
|
'id'?: string;
|
|
44
19
|
/**
|
|
45
20
|
* Don\'t start PTY until first client connects
|
|
46
|
-
* @type {boolean}
|
|
47
|
-
* @memberof PtyCreateRequest
|
|
48
21
|
*/
|
|
49
22
|
'lazyStart'?: boolean;
|
|
50
|
-
/**
|
|
51
|
-
*
|
|
52
|
-
* @type {number}
|
|
53
|
-
* @memberof PtyCreateRequest
|
|
54
|
-
*/
|
|
55
23
|
'rows'?: number;
|
|
56
24
|
}
|
|
@@ -9,16 +9,6 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface PtyCreateResponse
|
|
16
|
-
*/
|
|
17
12
|
export interface PtyCreateResponse {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof PtyCreateResponse
|
|
22
|
-
*/
|
|
23
13
|
'sessionId': string;
|
|
24
14
|
}
|
|
@@ -10,16 +10,6 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { PtySessionInfo } from './pty-session-info';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface PtyListResponse
|
|
17
|
-
*/
|
|
18
13
|
export interface PtyListResponse {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {Array<PtySessionInfo>}
|
|
22
|
-
* @memberof PtyListResponse
|
|
23
|
-
*/
|
|
24
14
|
'sessions': Array<PtySessionInfo>;
|
|
25
15
|
}
|
|
@@ -9,22 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface PtyResizeRequest
|
|
16
|
-
*/
|
|
17
12
|
export interface PtyResizeRequest {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {number}
|
|
21
|
-
* @memberof PtyResizeRequest
|
|
22
|
-
*/
|
|
23
13
|
'cols': number;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {number}
|
|
27
|
-
* @memberof PtyResizeRequest
|
|
28
|
-
*/
|
|
29
14
|
'rows': number;
|
|
30
15
|
}
|
|
@@ -9,60 +9,18 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface PtySessionInfo
|
|
16
|
-
*/
|
|
17
12
|
export interface PtySessionInfo {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {boolean}
|
|
21
|
-
* @memberof PtySessionInfo
|
|
22
|
-
*/
|
|
23
13
|
'active': boolean;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {number}
|
|
27
|
-
* @memberof PtySessionInfo
|
|
28
|
-
*/
|
|
29
14
|
'cols': number;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof PtySessionInfo
|
|
34
|
-
*/
|
|
35
15
|
'createdAt': string;
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof PtySessionInfo
|
|
40
|
-
*/
|
|
41
16
|
'cwd': string;
|
|
42
|
-
/**
|
|
43
|
-
*
|
|
44
|
-
* @type {{ [key: string]: string; }}
|
|
45
|
-
* @memberof PtySessionInfo
|
|
46
|
-
*/
|
|
47
17
|
'envs': {
|
|
48
18
|
[key: string]: string;
|
|
49
19
|
};
|
|
50
|
-
/**
|
|
51
|
-
*
|
|
52
|
-
* @type {string}
|
|
53
|
-
* @memberof PtySessionInfo
|
|
54
|
-
*/
|
|
55
20
|
'id': string;
|
|
56
21
|
/**
|
|
57
22
|
* Whether this session uses lazy start
|
|
58
|
-
* @type {boolean}
|
|
59
|
-
* @memberof PtySessionInfo
|
|
60
23
|
*/
|
|
61
24
|
'lazyStart': boolean;
|
|
62
|
-
/**
|
|
63
|
-
*
|
|
64
|
-
* @type {number}
|
|
65
|
-
* @memberof PtySessionInfo
|
|
66
|
-
*/
|
|
67
25
|
'rows': number;
|
|
68
26
|
}
|
|
@@ -9,58 +9,13 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface Recording
|
|
16
|
-
*/
|
|
17
12
|
export interface Recording {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {number}
|
|
21
|
-
* @memberof Recording
|
|
22
|
-
*/
|
|
23
13
|
'durationSeconds'?: number;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof Recording
|
|
28
|
-
*/
|
|
29
14
|
'endTime'?: string;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof Recording
|
|
34
|
-
*/
|
|
35
15
|
'fileName': string;
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof Recording
|
|
40
|
-
*/
|
|
41
16
|
'filePath': string;
|
|
42
|
-
/**
|
|
43
|
-
*
|
|
44
|
-
* @type {string}
|
|
45
|
-
* @memberof Recording
|
|
46
|
-
*/
|
|
47
17
|
'id': string;
|
|
48
|
-
/**
|
|
49
|
-
*
|
|
50
|
-
* @type {number}
|
|
51
|
-
* @memberof Recording
|
|
52
|
-
*/
|
|
53
18
|
'sizeBytes'?: number;
|
|
54
|
-
/**
|
|
55
|
-
*
|
|
56
|
-
* @type {string}
|
|
57
|
-
* @memberof Recording
|
|
58
|
-
*/
|
|
59
19
|
'startTime': string;
|
|
60
|
-
/**
|
|
61
|
-
*
|
|
62
|
-
* @type {string}
|
|
63
|
-
* @memberof Recording
|
|
64
|
-
*/
|
|
65
20
|
'status': string;
|
|
66
21
|
}
|