@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
|
@@ -10,34 +10,9 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { Status } from './status';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface FileStatus
|
|
17
|
-
*/
|
|
18
13
|
export interface FileStatus {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {string}
|
|
22
|
-
* @memberof FileStatus
|
|
23
|
-
*/
|
|
24
14
|
'extra': string;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {string}
|
|
28
|
-
* @memberof FileStatus
|
|
29
|
-
*/
|
|
30
15
|
'name': string;
|
|
31
|
-
/**
|
|
32
|
-
*
|
|
33
|
-
* @type {Status}
|
|
34
|
-
* @memberof FileStatus
|
|
35
|
-
*/
|
|
36
16
|
'staging': Status;
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @type {Status}
|
|
40
|
-
* @memberof FileStatus
|
|
41
|
-
*/
|
|
42
17
|
'worktree': Status;
|
|
43
18
|
}
|
|
@@ -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 FilesDownloadRequest
|
|
16
|
-
*/
|
|
17
12
|
export interface FilesDownloadRequest {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {Array<string>}
|
|
21
|
-
* @memberof FilesDownloadRequest
|
|
22
|
-
*/
|
|
23
13
|
'paths': Array<string>;
|
|
24
14
|
}
|
|
@@ -9,22 +9,10 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface GitAddRequest
|
|
16
|
-
*/
|
|
17
12
|
export interface GitAddRequest {
|
|
18
13
|
/**
|
|
19
14
|
* files to add (use . for all files)
|
|
20
|
-
* @type {Array<string>}
|
|
21
|
-
* @memberof GitAddRequest
|
|
22
15
|
*/
|
|
23
16
|
'files': Array<string>;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof GitAddRequest
|
|
28
|
-
*/
|
|
29
17
|
'path': string;
|
|
30
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 GitBranchRequest
|
|
16
|
-
*/
|
|
17
12
|
export interface GitBranchRequest {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof GitBranchRequest
|
|
22
|
-
*/
|
|
23
13
|
'name': string;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof GitBranchRequest
|
|
28
|
-
*/
|
|
29
14
|
'path': 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 GitCheckoutRequest
|
|
16
|
-
*/
|
|
17
12
|
export interface GitCheckoutRequest {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof GitCheckoutRequest
|
|
22
|
-
*/
|
|
23
13
|
'branch': string;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof GitCheckoutRequest
|
|
28
|
-
*/
|
|
29
14
|
'path': string;
|
|
30
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 GitCloneRequest
|
|
16
|
-
*/
|
|
17
12
|
export interface GitCloneRequest {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof GitCloneRequest
|
|
22
|
-
*/
|
|
23
13
|
'branch'?: string;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof GitCloneRequest
|
|
28
|
-
*/
|
|
29
14
|
'commit_id'?: string;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof GitCloneRequest
|
|
34
|
-
*/
|
|
35
15
|
'password'?: string;
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof GitCloneRequest
|
|
40
|
-
*/
|
|
41
16
|
'path': string;
|
|
42
|
-
/**
|
|
43
|
-
*
|
|
44
|
-
* @type {string}
|
|
45
|
-
* @memberof GitCloneRequest
|
|
46
|
-
*/
|
|
47
17
|
'url': string;
|
|
48
|
-
/**
|
|
49
|
-
*
|
|
50
|
-
* @type {string}
|
|
51
|
-
* @memberof GitCloneRequest
|
|
52
|
-
*/
|
|
53
18
|
'username'?: string;
|
|
54
19
|
}
|
|
@@ -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 GitCommitInfo
|
|
16
|
-
*/
|
|
17
12
|
export interface GitCommitInfo {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof GitCommitInfo
|
|
22
|
-
*/
|
|
23
13
|
'author': string;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof GitCommitInfo
|
|
28
|
-
*/
|
|
29
14
|
'email': string;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof GitCommitInfo
|
|
34
|
-
*/
|
|
35
15
|
'hash': string;
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof GitCommitInfo
|
|
40
|
-
*/
|
|
41
16
|
'message': string;
|
|
42
|
-
/**
|
|
43
|
-
*
|
|
44
|
-
* @type {string}
|
|
45
|
-
* @memberof GitCommitInfo
|
|
46
|
-
*/
|
|
47
17
|
'timestamp': string;
|
|
48
18
|
}
|
|
@@ -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 GitCommitRequest
|
|
16
|
-
*/
|
|
17
12
|
export interface GitCommitRequest {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {boolean}
|
|
21
|
-
* @memberof GitCommitRequest
|
|
22
|
-
*/
|
|
23
13
|
'allow_empty'?: boolean;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof GitCommitRequest
|
|
28
|
-
*/
|
|
29
14
|
'author': string;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof GitCommitRequest
|
|
34
|
-
*/
|
|
35
15
|
'email': string;
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof GitCommitRequest
|
|
40
|
-
*/
|
|
41
16
|
'message': string;
|
|
42
|
-
/**
|
|
43
|
-
*
|
|
44
|
-
* @type {string}
|
|
45
|
-
* @memberof GitCommitRequest
|
|
46
|
-
*/
|
|
47
17
|
'path': string;
|
|
48
18
|
}
|
|
@@ -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 GitCommitResponse
|
|
16
|
-
*/
|
|
17
12
|
export interface GitCommitResponse {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof GitCommitResponse
|
|
22
|
-
*/
|
|
23
13
|
'hash': string;
|
|
24
14
|
}
|
|
@@ -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 GitDeleteBranchRequest
|
|
16
|
-
*/
|
|
17
12
|
export interface GitDeleteBranchRequest {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof GitDeleteBranchRequest
|
|
22
|
-
*/
|
|
23
13
|
'name': string;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof GitDeleteBranchRequest
|
|
28
|
-
*/
|
|
29
14
|
'path': string;
|
|
30
15
|
}
|
|
@@ -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 GitRepoRequest
|
|
16
|
-
*/
|
|
17
12
|
export interface GitRepoRequest {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof GitRepoRequest
|
|
22
|
-
*/
|
|
23
13
|
'password'?: string;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof GitRepoRequest
|
|
28
|
-
*/
|
|
29
14
|
'path': string;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof GitRepoRequest
|
|
34
|
-
*/
|
|
35
15
|
'username'?: string;
|
|
36
16
|
}
|
|
@@ -10,40 +10,10 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { FileStatus } from './file-status';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface GitStatus
|
|
17
|
-
*/
|
|
18
13
|
export interface GitStatus {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {number}
|
|
22
|
-
* @memberof GitStatus
|
|
23
|
-
*/
|
|
24
14
|
'ahead'?: number;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {number}
|
|
28
|
-
* @memberof GitStatus
|
|
29
|
-
*/
|
|
30
15
|
'behind'?: number;
|
|
31
|
-
/**
|
|
32
|
-
*
|
|
33
|
-
* @type {boolean}
|
|
34
|
-
* @memberof GitStatus
|
|
35
|
-
*/
|
|
36
16
|
'branchPublished'?: boolean;
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @type {string}
|
|
40
|
-
* @memberof GitStatus
|
|
41
|
-
*/
|
|
42
17
|
'currentBranch': string;
|
|
43
|
-
/**
|
|
44
|
-
*
|
|
45
|
-
* @type {Array<FileStatus>}
|
|
46
|
-
* @memberof GitStatus
|
|
47
|
-
*/
|
|
48
18
|
'fileStatus': Array<FileStatus>;
|
|
49
19
|
}
|
|
@@ -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 InitializeRequest
|
|
16
|
-
*/
|
|
17
12
|
export interface InitializeRequest {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof InitializeRequest
|
|
22
|
-
*/
|
|
23
13
|
'token': string;
|
|
24
14
|
}
|
|
@@ -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 InterpreterContext
|
|
16
|
-
*/
|
|
17
12
|
export interface InterpreterContext {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {boolean}
|
|
21
|
-
* @memberof InterpreterContext
|
|
22
|
-
*/
|
|
23
13
|
'active': boolean;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof InterpreterContext
|
|
28
|
-
*/
|
|
29
14
|
'createdAt': string;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof InterpreterContext
|
|
34
|
-
*/
|
|
35
15
|
'cwd': string;
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof InterpreterContext
|
|
40
|
-
*/
|
|
41
16
|
'id': string;
|
|
42
|
-
/**
|
|
43
|
-
*
|
|
44
|
-
* @type {string}
|
|
45
|
-
* @memberof InterpreterContext
|
|
46
|
-
*/
|
|
47
17
|
'language': string;
|
|
48
18
|
}
|
|
@@ -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 IsPortInUseResponse
|
|
16
|
-
*/
|
|
17
12
|
export interface IsPortInUseResponse {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {boolean}
|
|
21
|
-
* @memberof IsPortInUseResponse
|
|
22
|
-
*/
|
|
23
13
|
'isInUse'?: boolean;
|
|
24
14
|
}
|
|
@@ -9,16 +9,9 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface KeyboardHotkeyRequest
|
|
16
|
-
*/
|
|
17
12
|
export interface KeyboardHotkeyRequest {
|
|
18
13
|
/**
|
|
19
14
|
* e.g., \"ctrl+c\", \"cmd+v\"
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof KeyboardHotkeyRequest
|
|
22
15
|
*/
|
|
23
16
|
'keys'?: string;
|
|
24
17
|
}
|
|
@@ -9,22 +9,10 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface KeyboardPressRequest
|
|
16
|
-
*/
|
|
17
12
|
export interface KeyboardPressRequest {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof KeyboardPressRequest
|
|
22
|
-
*/
|
|
23
13
|
'key'?: string;
|
|
24
14
|
/**
|
|
25
15
|
* ctrl, alt, shift, cmd
|
|
26
|
-
* @type {Array<string>}
|
|
27
|
-
* @memberof KeyboardPressRequest
|
|
28
16
|
*/
|
|
29
17
|
'modifiers'?: Array<string>;
|
|
30
18
|
}
|
|
@@ -9,22 +9,10 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface KeyboardTypeRequest
|
|
16
|
-
*/
|
|
17
12
|
export interface KeyboardTypeRequest {
|
|
18
13
|
/**
|
|
19
14
|
* milliseconds between keystrokes
|
|
20
|
-
* @type {number}
|
|
21
|
-
* @memberof KeyboardTypeRequest
|
|
22
15
|
*/
|
|
23
16
|
'delay'?: number;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof KeyboardTypeRequest
|
|
28
|
-
*/
|
|
29
17
|
'text'?: string;
|
|
30
18
|
}
|
|
@@ -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 ListBranchResponse
|
|
16
|
-
*/
|
|
17
12
|
export interface ListBranchResponse {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {Array<string>}
|
|
21
|
-
* @memberof ListBranchResponse
|
|
22
|
-
*/
|
|
23
13
|
'branches': Array<string>;
|
|
24
14
|
}
|
|
@@ -10,16 +10,6 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { InterpreterContext } from './interpreter-context';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface ListContextsResponse
|
|
17
|
-
*/
|
|
18
13
|
export interface ListContextsResponse {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {Array<InterpreterContext>}
|
|
22
|
-
* @memberof ListContextsResponse
|
|
23
|
-
*/
|
|
24
14
|
'contexts': Array<InterpreterContext>;
|
|
25
15
|
}
|
|
@@ -10,16 +10,6 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { Recording } from './recording';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface ListRecordingsResponse
|
|
17
|
-
*/
|
|
18
13
|
export interface ListRecordingsResponse {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {Array<Recording>}
|
|
22
|
-
* @memberof ListRecordingsResponse
|
|
23
|
-
*/
|
|
24
14
|
'recordings': Array<Recording>;
|
|
25
15
|
}
|
|
@@ -11,40 +11,10 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import type { CompletionContext } from './completion-context';
|
|
13
13
|
import type { LspPosition } from './lsp-position';
|
|
14
|
-
/**
|
|
15
|
-
*
|
|
16
|
-
* @export
|
|
17
|
-
* @interface LspCompletionParams
|
|
18
|
-
*/
|
|
19
14
|
export interface LspCompletionParams {
|
|
20
|
-
/**
|
|
21
|
-
*
|
|
22
|
-
* @type {CompletionContext}
|
|
23
|
-
* @memberof LspCompletionParams
|
|
24
|
-
*/
|
|
25
15
|
'context'?: CompletionContext;
|
|
26
|
-
/**
|
|
27
|
-
*
|
|
28
|
-
* @type {string}
|
|
29
|
-
* @memberof LspCompletionParams
|
|
30
|
-
*/
|
|
31
16
|
'languageId': string;
|
|
32
|
-
/**
|
|
33
|
-
*
|
|
34
|
-
* @type {string}
|
|
35
|
-
* @memberof LspCompletionParams
|
|
36
|
-
*/
|
|
37
17
|
'pathToProject': string;
|
|
38
|
-
/**
|
|
39
|
-
*
|
|
40
|
-
* @type {LspPosition}
|
|
41
|
-
* @memberof LspCompletionParams
|
|
42
|
-
*/
|
|
43
18
|
'position': LspPosition;
|
|
44
|
-
/**
|
|
45
|
-
*
|
|
46
|
-
* @type {string}
|
|
47
|
-
* @memberof LspCompletionParams
|
|
48
|
-
*/
|
|
49
19
|
'uri': string;
|
|
50
20
|
}
|
|
@@ -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 LspDocumentRequest
|
|
16
|
-
*/
|
|
17
12
|
export interface LspDocumentRequest {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof LspDocumentRequest
|
|
22
|
-
*/
|
|
23
13
|
'languageId': string;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof LspDocumentRequest
|
|
28
|
-
*/
|
|
29
14
|
'pathToProject': string;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof LspDocumentRequest
|
|
34
|
-
*/
|
|
35
15
|
'uri': string;
|
|
36
16
|
}
|
|
@@ -10,22 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { LspRange } from './lsp-range';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface LspLocation
|
|
17
|
-
*/
|
|
18
13
|
export interface LspLocation {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {LspRange}
|
|
22
|
-
* @memberof LspLocation
|
|
23
|
-
*/
|
|
24
14
|
'range': LspRange;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {string}
|
|
28
|
-
* @memberof LspLocation
|
|
29
|
-
*/
|
|
30
15
|
'uri': string;
|
|
31
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 LspPosition
|
|
16
|
-
*/
|
|
17
12
|
export interface LspPosition {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {number}
|
|
21
|
-
* @memberof LspPosition
|
|
22
|
-
*/
|
|
23
13
|
'character': number;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {number}
|
|
27
|
-
* @memberof LspPosition
|
|
28
|
-
*/
|
|
29
14
|
'line': number;
|
|
30
15
|
}
|
|
@@ -10,22 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { LspPosition } from './lsp-position';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface LspRange
|
|
17
|
-
*/
|
|
18
13
|
export interface LspRange {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {LspPosition}
|
|
22
|
-
* @memberof LspRange
|
|
23
|
-
*/
|
|
24
14
|
'end': LspPosition;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {LspPosition}
|
|
28
|
-
* @memberof LspRange
|
|
29
|
-
*/
|
|
30
15
|
'start': LspPosition;
|
|
31
16
|
}
|