@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,112 +9,22 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface ChartElement
|
|
16
|
-
*/
|
|
17
12
|
export interface ChartElement {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {number}
|
|
21
|
-
* @memberof ChartElement
|
|
22
|
-
*/
|
|
23
13
|
'angle'?: number;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {number}
|
|
27
|
-
* @memberof ChartElement
|
|
28
|
-
*/
|
|
29
14
|
'first_quartile'?: number;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof ChartElement
|
|
34
|
-
*/
|
|
35
15
|
'group'?: string;
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof ChartElement
|
|
40
|
-
*/
|
|
41
16
|
'label'?: string;
|
|
42
|
-
/**
|
|
43
|
-
*
|
|
44
|
-
* @type {number}
|
|
45
|
-
* @memberof ChartElement
|
|
46
|
-
*/
|
|
47
17
|
'max'?: number;
|
|
48
|
-
/**
|
|
49
|
-
*
|
|
50
|
-
* @type {number}
|
|
51
|
-
* @memberof ChartElement
|
|
52
|
-
*/
|
|
53
18
|
'median'?: number;
|
|
54
|
-
/**
|
|
55
|
-
*
|
|
56
|
-
* @type {number}
|
|
57
|
-
* @memberof ChartElement
|
|
58
|
-
*/
|
|
59
19
|
'min'?: number;
|
|
60
|
-
/**
|
|
61
|
-
*
|
|
62
|
-
* @type {Array<number>}
|
|
63
|
-
* @memberof ChartElement
|
|
64
|
-
*/
|
|
65
20
|
'outliers'?: Array<number>;
|
|
66
|
-
/**
|
|
67
|
-
*
|
|
68
|
-
* @type {string}
|
|
69
|
-
* @memberof ChartElement
|
|
70
|
-
*/
|
|
71
21
|
'png'?: string;
|
|
72
|
-
/**
|
|
73
|
-
*
|
|
74
|
-
* @type {Array<Array<number>>}
|
|
75
|
-
* @memberof ChartElement
|
|
76
|
-
*/
|
|
77
22
|
'points'?: Array<Array<number>>;
|
|
78
|
-
/**
|
|
79
|
-
*
|
|
80
|
-
* @type {number}
|
|
81
|
-
* @memberof ChartElement
|
|
82
|
-
*/
|
|
83
23
|
'radius'?: number;
|
|
84
|
-
/**
|
|
85
|
-
*
|
|
86
|
-
* @type {number}
|
|
87
|
-
* @memberof ChartElement
|
|
88
|
-
*/
|
|
89
24
|
'third_quartile'?: number;
|
|
90
|
-
/**
|
|
91
|
-
*
|
|
92
|
-
* @type {string}
|
|
93
|
-
* @memberof ChartElement
|
|
94
|
-
*/
|
|
95
25
|
'title'?: string;
|
|
96
|
-
/**
|
|
97
|
-
*
|
|
98
|
-
* @type {string}
|
|
99
|
-
* @memberof ChartElement
|
|
100
|
-
*/
|
|
101
26
|
'type'?: string;
|
|
102
|
-
/**
|
|
103
|
-
*
|
|
104
|
-
* @type {string}
|
|
105
|
-
* @memberof ChartElement
|
|
106
|
-
*/
|
|
107
27
|
'value'?: string;
|
|
108
|
-
/**
|
|
109
|
-
*
|
|
110
|
-
* @type {string}
|
|
111
|
-
* @memberof ChartElement
|
|
112
|
-
*/
|
|
113
28
|
'x_label'?: string;
|
|
114
|
-
/**
|
|
115
|
-
*
|
|
116
|
-
* @type {string}
|
|
117
|
-
* @memberof ChartElement
|
|
118
|
-
*/
|
|
119
29
|
'y_label'?: string;
|
|
120
30
|
}
|
package/src/models/chart.d.ts
CHANGED
|
@@ -10,82 +10,17 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { ChartElement } from './chart-element';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface Chart
|
|
17
|
-
*/
|
|
18
13
|
export interface Chart {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {Array<ChartElement>}
|
|
22
|
-
* @memberof Chart
|
|
23
|
-
*/
|
|
24
14
|
'elements'?: Array<ChartElement>;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {string}
|
|
28
|
-
* @memberof Chart
|
|
29
|
-
*/
|
|
30
15
|
'png'?: string;
|
|
31
|
-
/**
|
|
32
|
-
*
|
|
33
|
-
* @type {string}
|
|
34
|
-
* @memberof Chart
|
|
35
|
-
*/
|
|
36
16
|
'title'?: string;
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @type {string}
|
|
40
|
-
* @memberof Chart
|
|
41
|
-
*/
|
|
42
17
|
'type'?: string;
|
|
43
|
-
/**
|
|
44
|
-
*
|
|
45
|
-
* @type {string}
|
|
46
|
-
* @memberof Chart
|
|
47
|
-
*/
|
|
48
18
|
'x_label'?: string;
|
|
49
|
-
/**
|
|
50
|
-
*
|
|
51
|
-
* @type {string}
|
|
52
|
-
* @memberof Chart
|
|
53
|
-
*/
|
|
54
19
|
'x_scale'?: string;
|
|
55
|
-
/**
|
|
56
|
-
*
|
|
57
|
-
* @type {Array<string>}
|
|
58
|
-
* @memberof Chart
|
|
59
|
-
*/
|
|
60
20
|
'x_tick_labels'?: Array<string>;
|
|
61
|
-
/**
|
|
62
|
-
*
|
|
63
|
-
* @type {Array<number>}
|
|
64
|
-
* @memberof Chart
|
|
65
|
-
*/
|
|
66
21
|
'x_ticks'?: Array<number>;
|
|
67
|
-
/**
|
|
68
|
-
*
|
|
69
|
-
* @type {string}
|
|
70
|
-
* @memberof Chart
|
|
71
|
-
*/
|
|
72
22
|
'y_label'?: string;
|
|
73
|
-
/**
|
|
74
|
-
*
|
|
75
|
-
* @type {string}
|
|
76
|
-
* @memberof Chart
|
|
77
|
-
*/
|
|
78
23
|
'y_scale'?: string;
|
|
79
|
-
/**
|
|
80
|
-
*
|
|
81
|
-
* @type {Array<string>}
|
|
82
|
-
* @memberof Chart
|
|
83
|
-
*/
|
|
84
24
|
'y_tick_labels'?: Array<string>;
|
|
85
|
-
/**
|
|
86
|
-
*
|
|
87
|
-
* @type {Array<number>}
|
|
88
|
-
* @memberof Chart
|
|
89
|
-
*/
|
|
90
25
|
'y_ticks'?: Array<number>;
|
|
91
26
|
}
|
|
@@ -10,16 +10,6 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { Chart } from './chart';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface CodeRunArtifacts
|
|
17
|
-
*/
|
|
18
13
|
export interface CodeRunArtifacts {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {Array<Chart>}
|
|
22
|
-
* @memberof CodeRunArtifacts
|
|
23
|
-
*/
|
|
24
14
|
'charts'?: Array<Chart>;
|
|
25
15
|
}
|
|
@@ -9,42 +9,15 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface CodeRunRequest
|
|
16
|
-
*/
|
|
17
12
|
export interface CodeRunRequest {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {Array<string>}
|
|
21
|
-
* @memberof CodeRunRequest
|
|
22
|
-
*/
|
|
23
13
|
'argv'?: Array<string>;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof CodeRunRequest
|
|
28
|
-
*/
|
|
29
14
|
'code': string;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {{ [key: string]: string; }}
|
|
33
|
-
* @memberof CodeRunRequest
|
|
34
|
-
*/
|
|
35
15
|
'envs'?: {
|
|
36
16
|
[key: string]: string;
|
|
37
17
|
};
|
|
38
18
|
/**
|
|
39
19
|
* python, javascript, typescript
|
|
40
|
-
* @type {string}
|
|
41
|
-
* @memberof CodeRunRequest
|
|
42
20
|
*/
|
|
43
21
|
'language': string;
|
|
44
|
-
/**
|
|
45
|
-
*
|
|
46
|
-
* @type {number}
|
|
47
|
-
* @memberof CodeRunRequest
|
|
48
|
-
*/
|
|
49
22
|
'timeout'?: number;
|
|
50
23
|
}
|
|
@@ -10,28 +10,8 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { CodeRunArtifacts } from './code-run-artifacts';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface CodeRunResponse
|
|
17
|
-
*/
|
|
18
13
|
export interface CodeRunResponse {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {CodeRunArtifacts}
|
|
22
|
-
* @memberof CodeRunResponse
|
|
23
|
-
*/
|
|
24
14
|
'artifacts'?: CodeRunArtifacts;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {number}
|
|
28
|
-
* @memberof CodeRunResponse
|
|
29
|
-
*/
|
|
30
15
|
'exitCode'?: number;
|
|
31
|
-
/**
|
|
32
|
-
*
|
|
33
|
-
* @type {string}
|
|
34
|
-
* @memberof CodeRunResponse
|
|
35
|
-
*/
|
|
36
16
|
'result'?: string;
|
|
37
17
|
}
|
package/src/models/command.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 Command
|
|
16
|
-
*/
|
|
17
12
|
export interface Command {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof Command
|
|
22
|
-
*/
|
|
23
13
|
'command': string;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {number}
|
|
27
|
-
* @memberof Command
|
|
28
|
-
*/
|
|
29
14
|
'exitCode'?: number;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof Command
|
|
34
|
-
*/
|
|
35
15
|
'id': string;
|
|
36
16
|
}
|
|
@@ -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 CompletionContext
|
|
16
|
-
*/
|
|
17
12
|
export interface CompletionContext {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof CompletionContext
|
|
22
|
-
*/
|
|
23
13
|
'triggerCharacter'?: string;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {number}
|
|
27
|
-
* @memberof CompletionContext
|
|
28
|
-
*/
|
|
29
14
|
'triggerKind': number;
|
|
30
15
|
}
|
|
@@ -9,52 +9,12 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface CompletionItem
|
|
16
|
-
*/
|
|
17
12
|
export interface CompletionItem {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof CompletionItem
|
|
22
|
-
*/
|
|
23
13
|
'detail'?: string;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {object}
|
|
27
|
-
* @memberof CompletionItem
|
|
28
|
-
*/
|
|
29
14
|
'documentation'?: object;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof CompletionItem
|
|
34
|
-
*/
|
|
35
15
|
'filterText'?: string;
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof CompletionItem
|
|
40
|
-
*/
|
|
41
16
|
'insertText'?: string;
|
|
42
|
-
/**
|
|
43
|
-
*
|
|
44
|
-
* @type {number}
|
|
45
|
-
* @memberof CompletionItem
|
|
46
|
-
*/
|
|
47
17
|
'kind'?: number;
|
|
48
|
-
/**
|
|
49
|
-
*
|
|
50
|
-
* @type {string}
|
|
51
|
-
* @memberof CompletionItem
|
|
52
|
-
*/
|
|
53
18
|
'label': string;
|
|
54
|
-
/**
|
|
55
|
-
*
|
|
56
|
-
* @type {string}
|
|
57
|
-
* @memberof CompletionItem
|
|
58
|
-
*/
|
|
59
19
|
'sortText'?: string;
|
|
60
20
|
}
|
|
@@ -10,22 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { CompletionItem } from './completion-item';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface CompletionList
|
|
17
|
-
*/
|
|
18
13
|
export interface CompletionList {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {boolean}
|
|
22
|
-
* @memberof CompletionList
|
|
23
|
-
*/
|
|
24
14
|
'isIncomplete': boolean;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {Array<CompletionItem>}
|
|
28
|
-
* @memberof CompletionList
|
|
29
|
-
*/
|
|
30
15
|
'items': Array<CompletionItem>;
|
|
31
16
|
}
|
|
@@ -10,23 +10,8 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { ProcessStatus } from './process-status';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface ComputerUseStartResponse
|
|
17
|
-
*/
|
|
18
13
|
export interface ComputerUseStartResponse {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {string}
|
|
22
|
-
* @memberof ComputerUseStartResponse
|
|
23
|
-
*/
|
|
24
14
|
'message'?: string;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {{ [key: string]: ProcessStatus; }}
|
|
28
|
-
* @memberof ComputerUseStartResponse
|
|
29
|
-
*/
|
|
30
15
|
'status'?: {
|
|
31
16
|
[key: string]: ProcessStatus;
|
|
32
17
|
};
|
|
@@ -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 ComputerUseStatusResponse
|
|
16
|
-
*/
|
|
17
12
|
export interface ComputerUseStatusResponse {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof ComputerUseStatusResponse
|
|
22
|
-
*/
|
|
23
13
|
'status'?: string;
|
|
24
14
|
}
|
|
@@ -10,23 +10,8 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { ProcessStatus } from './process-status';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface ComputerUseStopResponse
|
|
17
|
-
*/
|
|
18
13
|
export interface ComputerUseStopResponse {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {string}
|
|
22
|
-
* @memberof ComputerUseStopResponse
|
|
23
|
-
*/
|
|
24
14
|
'message'?: string;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {{ [key: string]: ProcessStatus; }}
|
|
28
|
-
* @memberof ComputerUseStopResponse
|
|
29
|
-
*/
|
|
30
15
|
'status'?: {
|
|
31
16
|
[key: string]: ProcessStatus;
|
|
32
17
|
};
|
|
@@ -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 CreateContextRequest
|
|
16
|
-
*/
|
|
17
12
|
export interface CreateContextRequest {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof CreateContextRequest
|
|
22
|
-
*/
|
|
23
13
|
'cwd'?: string;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof CreateContextRequest
|
|
28
|
-
*/
|
|
29
14
|
'language'?: string;
|
|
30
15
|
}
|
|
@@ -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 CreateSessionRequest
|
|
16
|
-
*/
|
|
17
12
|
export interface CreateSessionRequest {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof CreateSessionRequest
|
|
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 { DisplayInfo } from './display-info';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface DisplayInfoResponse
|
|
17
|
-
*/
|
|
18
13
|
export interface DisplayInfoResponse {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {Array<DisplayInfo>}
|
|
22
|
-
* @memberof DisplayInfoResponse
|
|
23
|
-
*/
|
|
24
14
|
'displays'?: Array<DisplayInfo>;
|
|
25
15
|
}
|
|
@@ -9,46 +9,11 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface DisplayInfo
|
|
16
|
-
*/
|
|
17
12
|
export interface DisplayInfo {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {number}
|
|
21
|
-
* @memberof DisplayInfo
|
|
22
|
-
*/
|
|
23
13
|
'height'?: number;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {number}
|
|
27
|
-
* @memberof DisplayInfo
|
|
28
|
-
*/
|
|
29
14
|
'id'?: number;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {boolean}
|
|
33
|
-
* @memberof DisplayInfo
|
|
34
|
-
*/
|
|
35
15
|
'isActive'?: boolean;
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {number}
|
|
39
|
-
* @memberof DisplayInfo
|
|
40
|
-
*/
|
|
41
16
|
'width'?: number;
|
|
42
|
-
/**
|
|
43
|
-
*
|
|
44
|
-
* @type {number}
|
|
45
|
-
* @memberof DisplayInfo
|
|
46
|
-
*/
|
|
47
17
|
'x'?: number;
|
|
48
|
-
/**
|
|
49
|
-
*
|
|
50
|
-
* @type {number}
|
|
51
|
-
* @memberof DisplayInfo
|
|
52
|
-
*/
|
|
53
18
|
'y'?: number;
|
|
54
19
|
}
|
|
@@ -9,36 +9,20 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface ExecuteRequest
|
|
16
|
-
*/
|
|
17
12
|
export interface ExecuteRequest {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof ExecuteRequest
|
|
22
|
-
*/
|
|
23
13
|
'command': string;
|
|
24
14
|
/**
|
|
25
15
|
* Current working directory
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof ExecuteRequest
|
|
28
16
|
*/
|
|
29
17
|
'cwd'?: string;
|
|
30
18
|
/**
|
|
31
19
|
* Environment variables to set for the command
|
|
32
|
-
* @type {{ [key: string]: string; }}
|
|
33
|
-
* @memberof ExecuteRequest
|
|
34
20
|
*/
|
|
35
21
|
'envs'?: {
|
|
36
22
|
[key: string]: string;
|
|
37
23
|
};
|
|
38
24
|
/**
|
|
39
25
|
* Timeout in seconds, defaults to 10 seconds
|
|
40
|
-
* @type {number}
|
|
41
|
-
* @memberof ExecuteRequest
|
|
42
26
|
*/
|
|
43
27
|
'timeout'?: number;
|
|
44
28
|
}
|
|
@@ -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 ExecuteResponse
|
|
16
|
-
*/
|
|
17
12
|
export interface ExecuteResponse {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {number}
|
|
21
|
-
* @memberof ExecuteResponse
|
|
22
|
-
*/
|
|
23
13
|
'exitCode'?: number;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof ExecuteResponse
|
|
28
|
-
*/
|
|
29
14
|
'result': string;
|
|
30
15
|
}
|
|
@@ -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 FileInfo
|
|
16
|
-
*/
|
|
17
12
|
export interface FileInfo {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof FileInfo
|
|
22
|
-
*/
|
|
23
13
|
'group': string;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {boolean}
|
|
27
|
-
* @memberof FileInfo
|
|
28
|
-
*/
|
|
29
14
|
'isDir': boolean;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof FileInfo
|
|
34
|
-
*/
|
|
35
15
|
'modTime': string;
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof FileInfo
|
|
40
|
-
*/
|
|
41
16
|
'mode': string;
|
|
42
|
-
/**
|
|
43
|
-
*
|
|
44
|
-
* @type {string}
|
|
45
|
-
* @memberof FileInfo
|
|
46
|
-
*/
|
|
47
17
|
'name': string;
|
|
48
|
-
/**
|
|
49
|
-
*
|
|
50
|
-
* @type {string}
|
|
51
|
-
* @memberof FileInfo
|
|
52
|
-
*/
|
|
53
18
|
'owner': string;
|
|
54
|
-
/**
|
|
55
|
-
*
|
|
56
|
-
* @type {string}
|
|
57
|
-
* @memberof FileInfo
|
|
58
|
-
*/
|
|
59
19
|
'permissions': string;
|
|
60
|
-
/**
|
|
61
|
-
*
|
|
62
|
-
* @type {number}
|
|
63
|
-
* @memberof FileInfo
|
|
64
|
-
*/
|
|
65
20
|
'size': number;
|
|
66
21
|
}
|