@daytonaio/api-client 0.198.0 → 0.199.0-alpha.1
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/sandbox-api.d.ts +0 -40
- package/src/api/sandbox-api.js +0 -81
- package/src/api/sandbox-api.js.map +1 -1
- package/src/api/toolbox-api.d.ts +3167 -0
- package/src/api/toolbox-api.js +6042 -0
- package/src/api/toolbox-api.js.map +1 -0
- package/src/api/volumes-api.d.ts +108 -0
- package/src/api/volumes-api.js +214 -0
- package/src/api/volumes-api.js.map +1 -1
- package/src/api.d.ts +1 -0
- package/src/api.js +1 -0
- package/src/api.js.map +1 -1
- package/src/models/blockmount-conflict.d.ts +33 -0
- package/src/models/blockmount-conflict.js +16 -0
- package/src/models/blockmount-conflict.js.map +1 -0
- package/src/models/command.d.ts +25 -0
- package/src/models/command.js +16 -0
- package/src/models/command.js.map +1 -0
- package/src/models/completion-context.d.ts +15 -0
- package/src/models/completion-context.js +16 -0
- package/src/models/completion-context.js.map +1 -0
- package/src/models/completion-item.d.ts +20 -0
- package/src/models/completion-item.js +16 -0
- package/src/models/completion-item.js.map +1 -0
- package/src/models/completion-list.d.ts +16 -0
- package/src/models/completion-list.js +16 -0
- package/src/models/completion-list.js.map +1 -0
- package/src/models/compressed-screenshot-response.d.ts +25 -0
- package/src/models/compressed-screenshot-response.js +16 -0
- package/src/models/compressed-screenshot-response.js.map +1 -0
- package/src/models/computer-use-start-response.d.ts +21 -0
- package/src/models/computer-use-start-response.js +16 -0
- package/src/models/computer-use-start-response.js.map +1 -0
- package/src/models/computer-use-status-response.d.ts +25 -0
- package/src/models/computer-use-status-response.js +24 -0
- package/src/models/computer-use-status-response.js.map +1 -0
- package/src/models/computer-use-stop-response.d.ts +21 -0
- package/src/models/computer-use-stop-response.js +16 -0
- package/src/models/computer-use-stop-response.js.map +1 -0
- package/src/models/create-sandbox.d.ts +0 -4
- package/src/models/create-session-request.d.ts +17 -0
- package/src/models/create-session-request.js +16 -0
- package/src/models/create-session-request.js.map +1 -0
- package/src/models/create-volume-mount-token.d.ts +23 -0
- package/src/models/create-volume-mount-token.js +22 -0
- package/src/models/create-volume-mount-token.js.map +1 -0
- package/src/models/create-volume.d.ts +9 -0
- package/src/models/display-info-response.d.ts +17 -0
- package/src/models/display-info-response.js +16 -0
- package/src/models/display-info-response.js.map +1 -0
- package/src/models/download-files.d.ts +17 -0
- package/src/models/download-files.js +16 -0
- package/src/models/download-files.js.map +1 -0
- package/src/models/execute-request.d.ts +22 -0
- package/src/models/execute-request.js +16 -0
- package/src/models/execute-request.js.map +1 -0
- package/src/models/execute-response.d.ts +21 -0
- package/src/models/execute-response.js +16 -0
- package/src/models/execute-response.js.map +1 -0
- package/src/models/file-info.d.ts +21 -0
- package/src/models/file-info.js +16 -0
- package/src/models/file-info.js.map +1 -0
- package/src/models/file-status.d.ts +17 -0
- package/src/models/file-status.js +16 -0
- package/src/models/file-status.js.map +1 -0
- package/src/models/git-add-request.d.ts +18 -0
- package/src/models/git-add-request.js +16 -0
- package/src/models/git-add-request.js.map +1 -0
- package/src/models/git-branch-request.d.ts +15 -0
- package/src/models/git-branch-request.js +16 -0
- package/src/models/git-branch-request.js.map +1 -0
- package/src/models/git-checkout-request.d.ts +15 -0
- package/src/models/git-checkout-request.js +16 -0
- package/src/models/git-checkout-request.js.map +1 -0
- package/src/models/git-clone-request.d.ts +19 -0
- package/src/models/git-clone-request.js +16 -0
- package/src/models/git-clone-request.js.map +1 -0
- package/src/models/git-commit-info.d.ts +18 -0
- package/src/models/git-commit-info.js +16 -0
- package/src/models/git-commit-info.js.map +1 -0
- package/src/models/git-commit-request.d.ts +21 -0
- package/src/models/git-commit-request.js +16 -0
- package/src/models/git-commit-request.js.map +1 -0
- package/src/models/git-commit-response.d.ts +14 -0
- package/src/models/git-commit-response.js +16 -0
- package/src/models/git-commit-response.js.map +1 -0
- package/src/models/git-delete-branch-request.d.ts +15 -0
- package/src/models/git-delete-branch-request.js +16 -0
- package/src/models/git-delete-branch-request.js.map +1 -0
- package/src/models/git-repo-request.d.ts +16 -0
- package/src/models/git-repo-request.js +16 -0
- package/src/models/git-repo-request.js.map +1 -0
- package/src/models/git-status.d.ts +19 -0
- package/src/models/git-status.js +16 -0
- package/src/models/git-status.js.map +1 -0
- package/src/models/hotmount-region.d.ts +25 -0
- package/src/models/hotmount-region.js +16 -0
- package/src/models/hotmount-region.js.map +1 -0
- package/src/models/index.d.ts +72 -0
- package/src/models/index.js +72 -0
- package/src/models/index.js.map +1 -1
- package/src/models/keyboard-hotkey-request.d.ts +17 -0
- package/src/models/keyboard-hotkey-request.js +16 -0
- package/src/models/keyboard-hotkey-request.js.map +1 -0
- package/src/models/keyboard-press-request.d.ts +21 -0
- package/src/models/keyboard-press-request.js +16 -0
- package/src/models/keyboard-press-request.js.map +1 -0
- package/src/models/keyboard-type-request.d.ts +21 -0
- package/src/models/keyboard-type-request.js +16 -0
- package/src/models/keyboard-type-request.js.map +1 -0
- package/src/models/list-branch-response.d.ts +14 -0
- package/src/models/list-branch-response.js +16 -0
- package/src/models/list-branch-response.js.map +1 -0
- package/src/models/lsp-completion-params.d.ts +29 -0
- package/src/models/lsp-completion-params.js +16 -0
- package/src/models/lsp-completion-params.js.map +1 -0
- package/src/models/lsp-document-request.d.ts +25 -0
- package/src/models/lsp-document-request.js +16 -0
- package/src/models/lsp-document-request.js.map +1 -0
- package/src/models/lsp-location.d.ts +16 -0
- package/src/models/lsp-location.js +16 -0
- package/src/models/lsp-location.js.map +1 -0
- package/src/models/lsp-server-request.d.ts +21 -0
- package/src/models/lsp-server-request.js +16 -0
- package/src/models/lsp-server-request.js.map +1 -0
- package/src/models/lsp-symbol.d.ts +17 -0
- package/src/models/lsp-symbol.js +16 -0
- package/src/models/lsp-symbol.js.map +1 -0
- package/src/models/match.d.ts +16 -0
- package/src/models/match.js +16 -0
- package/src/models/match.js.map +1 -0
- package/src/models/mouse-click-request.d.ts +29 -0
- package/src/models/mouse-click-request.js +16 -0
- package/src/models/mouse-click-request.js.map +1 -0
- package/src/models/mouse-click-response.d.ts +21 -0
- package/src/models/mouse-click-response.js +16 -0
- package/src/models/mouse-click-response.js.map +1 -0
- package/src/models/mouse-drag-request.d.ts +33 -0
- package/src/models/mouse-drag-request.js +16 -0
- package/src/models/mouse-drag-request.js.map +1 -0
- package/src/models/mouse-drag-response.d.ts +21 -0
- package/src/models/mouse-drag-response.js +16 -0
- package/src/models/mouse-drag-response.js.map +1 -0
- package/src/models/mouse-move-request.d.ts +21 -0
- package/src/models/mouse-move-request.js +16 -0
- package/src/models/mouse-move-request.js.map +1 -0
- package/src/models/mouse-move-response.d.ts +21 -0
- package/src/models/mouse-move-response.js +16 -0
- package/src/models/mouse-move-response.js.map +1 -0
- package/src/models/mouse-position.d.ts +21 -0
- package/src/models/mouse-position.js +16 -0
- package/src/models/mouse-position.js.map +1 -0
- package/src/models/mouse-scroll-request.d.ts +29 -0
- package/src/models/mouse-scroll-request.js +16 -0
- package/src/models/mouse-scroll-request.js.map +1 -0
- package/src/models/mouse-scroll-response.d.ts +17 -0
- package/src/models/mouse-scroll-response.js +16 -0
- package/src/models/mouse-scroll-response.js.map +1 -0
- package/src/models/position.d.ts +15 -0
- package/src/models/position.js +16 -0
- package/src/models/position.js.map +1 -0
- package/src/models/process-errors-response.d.ts +21 -0
- package/src/models/process-errors-response.js +16 -0
- package/src/models/process-errors-response.js.map +1 -0
- package/src/models/process-logs-response.d.ts +21 -0
- package/src/models/process-logs-response.js +16 -0
- package/src/models/process-logs-response.js.map +1 -0
- package/src/models/process-restart-response.d.ts +21 -0
- package/src/models/process-restart-response.js +16 -0
- package/src/models/process-restart-response.js.map +1 -0
- package/src/models/process-status-response.d.ts +21 -0
- package/src/models/process-status-response.js +16 -0
- package/src/models/process-status-response.js.map +1 -0
- package/src/models/project-dir-response.d.ts +14 -0
- package/src/models/project-dir-response.js +16 -0
- package/src/models/project-dir-response.js.map +1 -0
- package/src/models/pty-create-request.d.ts +37 -0
- package/src/models/pty-create-request.js +16 -0
- package/src/models/pty-create-request.js.map +1 -0
- package/src/models/pty-create-response.d.ts +17 -0
- package/src/models/pty-create-response.js +16 -0
- package/src/models/pty-create-response.js.map +1 -0
- package/src/models/pty-list-response.d.ts +18 -0
- package/src/models/pty-list-response.js +16 -0
- package/src/models/pty-list-response.js.map +1 -0
- package/src/models/pty-resize-request.d.ts +21 -0
- package/src/models/pty-resize-request.js +16 -0
- package/src/models/pty-resize-request.js.map +1 -0
- package/src/models/pty-session-info.d.ts +45 -0
- package/src/models/pty-session-info.js +16 -0
- package/src/models/pty-session-info.js.map +1 -0
- package/src/models/range.d.ts +16 -0
- package/src/models/range.js +16 -0
- package/src/models/range.js.map +1 -0
- package/src/models/region-screenshot-response.d.ts +25 -0
- package/src/models/region-screenshot-response.js +16 -0
- package/src/models/region-screenshot-response.js.map +1 -0
- package/src/models/region.d.ts +4 -0
- package/src/models/replace-request.d.ts +16 -0
- package/src/models/replace-request.js +16 -0
- package/src/models/replace-request.js.map +1 -0
- package/src/models/replace-result.d.ts +16 -0
- package/src/models/replace-result.js +16 -0
- package/src/models/replace-result.js.map +1 -0
- package/src/models/sandbox-list-item.d.ts +0 -4
- package/src/models/sandbox-list-item.js.map +1 -1
- package/src/models/sandbox-volume.d.ts +37 -0
- package/src/models/sandbox.d.ts +0 -4
- package/src/models/sandbox.js.map +1 -1
- package/src/models/screenshot-response.d.ts +25 -0
- package/src/models/screenshot-response.js +16 -0
- package/src/models/screenshot-response.js.map +1 -0
- package/src/models/search-files-response.d.ts +14 -0
- package/src/models/search-files-response.js +16 -0
- package/src/models/search-files-response.js.map +1 -0
- package/src/models/session-execute-request.d.ts +26 -0
- package/src/models/session-execute-request.js +16 -0
- package/src/models/session-execute-request.js.map +1 -0
- package/src/models/session-execute-response.d.ts +25 -0
- package/src/models/session-execute-response.js +16 -0
- package/src/models/session-execute-response.js.map +1 -0
- package/src/models/session.d.ts +22 -0
- package/src/models/session.js +16 -0
- package/src/models/session.js.map +1 -0
- package/src/models/user-home-dir-response.d.ts +14 -0
- package/src/models/user-home-dir-response.js +16 -0
- package/src/models/user-home-dir-response.js.map +1 -0
- package/src/models/volume-dto.d.ts +26 -0
- package/src/models/volume-mount-token-dto.d.ts +41 -0
- package/src/models/volume-mount-token-dto.js +16 -0
- package/src/models/volume-mount-token-dto.js.map +1 -0
- package/src/models/volume-type.d.ts +21 -0
- package/src/models/volume-type.js +26 -0
- package/src/models/volume-type.js.map +1 -0
- package/src/models/windows-response.d.ts +21 -0
- package/src/models/windows-response.js +16 -0
- package/src/models/windows-response.js.map +1 -0
- package/src/models/work-dir-response.d.ts +14 -0
- package/src/models/work-dir-response.js +16 -0
- package/src/models/work-dir-response.js.map +1 -0
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Daytona
|
|
6
|
+
* Daytona AI platform API Docs
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0
|
|
9
|
+
* Contact: support@daytona.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
//# sourceMappingURL=range.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"range.js","sourceRoot":"","sources":["../../../../api-client/src/models/range.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Daytona
|
|
3
|
+
* Daytona AI platform API Docs
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
* Contact: support@daytona.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export interface RegionScreenshotResponse {
|
|
13
|
+
/**
|
|
14
|
+
* Base64 encoded screenshot image data of the specified region
|
|
15
|
+
*/
|
|
16
|
+
'screenshot': string;
|
|
17
|
+
/**
|
|
18
|
+
* The current cursor position when the region screenshot was taken
|
|
19
|
+
*/
|
|
20
|
+
'cursorPosition'?: object;
|
|
21
|
+
/**
|
|
22
|
+
* The size of the screenshot data in bytes
|
|
23
|
+
*/
|
|
24
|
+
'sizeBytes'?: number;
|
|
25
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Daytona
|
|
6
|
+
* Daytona AI platform API Docs
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0
|
|
9
|
+
* Contact: support@daytona.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
//# sourceMappingURL=region-screenshot-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"region-screenshot-response.js","sourceRoot":"","sources":["../../../../api-client/src/models/region-screenshot-response.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
package/src/models/region.d.ts
CHANGED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Daytona
|
|
3
|
+
* Daytona AI platform API Docs
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
* Contact: support@daytona.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export interface ReplaceRequest {
|
|
13
|
+
'files': Array<string>;
|
|
14
|
+
'pattern': string;
|
|
15
|
+
'newValue': string;
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Daytona
|
|
6
|
+
* Daytona AI platform API Docs
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0
|
|
9
|
+
* Contact: support@daytona.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
//# sourceMappingURL=replace-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"replace-request.js","sourceRoot":"","sources":["../../../../api-client/src/models/replace-request.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Daytona
|
|
3
|
+
* Daytona AI platform API Docs
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
* Contact: support@daytona.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export interface ReplaceResult {
|
|
13
|
+
'file'?: string;
|
|
14
|
+
'success'?: boolean;
|
|
15
|
+
'error'?: string;
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Daytona
|
|
6
|
+
* Daytona AI platform API Docs
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0
|
|
9
|
+
* Contact: support@daytona.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
//# sourceMappingURL=replace-result.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"replace-result.js","sourceRoot":"","sources":["../../../../api-client/src/models/replace-result.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
|
@@ -100,10 +100,6 @@ export interface SandboxListItem {
|
|
|
100
100
|
* Auto-stop interval in minutes (0 means disabled)
|
|
101
101
|
*/
|
|
102
102
|
'autoStopInterval'?: number;
|
|
103
|
-
/**
|
|
104
|
-
* Auto-pause interval in minutes (0 means disabled)
|
|
105
|
-
*/
|
|
106
|
-
'autoPauseInterval'?: number;
|
|
107
103
|
/**
|
|
108
104
|
* Auto-archive interval in minutes
|
|
109
105
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sandbox-list-item.js","sourceRoot":"","sources":["../../../../api-client/src/models/sandbox-list-item.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;
|
|
1
|
+
{"version":3,"file":"sandbox-list-item.js","sourceRoot":"","sources":["../../../../api-client/src/models/sandbox-list-item.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAmIU,QAAA,8BAA8B,GAAG;IAC1C,IAAI,EAAE,MAAM;IACZ,OAAO,EAAE,SAAS;IAClB,WAAW,EAAE,YAAY;IACzB,SAAS,EAAE,WAAW;IACtB,KAAK,EAAE,OAAO;IACd,wBAAwB,EAAE,UAAU;CAC9B,CAAC"}
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { VolumeType } from './volume-type';
|
|
12
13
|
export interface SandboxVolume {
|
|
13
14
|
/**
|
|
14
15
|
* The ID or name of the volume. Resolved to the volume ID on sandbox create.
|
|
@@ -22,4 +23,40 @@ export interface SandboxVolume {
|
|
|
22
23
|
* Optional subpath within the volume to mount. When specified, only this S3 prefix will be accessible. When omitted, the entire volume is mounted.
|
|
23
24
|
*/
|
|
24
25
|
'subpath'?: string;
|
|
26
|
+
/**
|
|
27
|
+
* The type of the volume. Resolved from the referenced volume on sandbox create; the runner uses it to choose how to mount the volume. Absent values are treated as legacy.
|
|
28
|
+
*/
|
|
29
|
+
'volumeType'?: VolumeType;
|
|
30
|
+
/**
|
|
31
|
+
* The organization that owns the volume. Forwarded to the runner to isolate the S3 prefix. Set only for blockmount volumes.
|
|
32
|
+
*/
|
|
33
|
+
'organizationId'?: string;
|
|
34
|
+
/**
|
|
35
|
+
* The logical size of the volume in gigabytes, used by the runner as the per-sandbox scratch quota. Set only for blockmount volumes.
|
|
36
|
+
*/
|
|
37
|
+
'sizeInGb'?: number;
|
|
38
|
+
/**
|
|
39
|
+
* The region the blockmount volume\'s data lives in. Forwarded to the runner so it can fetch the region\'s store credentials over its authenticated channel. Set only for blockmount volumes.
|
|
40
|
+
*/
|
|
41
|
+
'region'?: string;
|
|
42
|
+
/**
|
|
43
|
+
* The S3 endpoint of the CAS store the blockmount volume\'s data lives in, resolved from the volume\'s region. Forwarded to the runner so cross-region attaches reach the right bucket. Omitted when the volume\'s region has no store configured (runner falls back to its env store). Credentials are never sent here — the runner fetches them by region. Set only for blockmount volumes.
|
|
44
|
+
*/
|
|
45
|
+
's3Endpoint'?: string;
|
|
46
|
+
/**
|
|
47
|
+
* The S3 region of the CAS store the blockmount volume\'s data lives in. Set only for blockmount volumes.
|
|
48
|
+
*/
|
|
49
|
+
's3Region'?: string;
|
|
50
|
+
/**
|
|
51
|
+
* The S3 bucket of the CAS store the blockmount volume\'s data lives in. Set only for blockmount volumes.
|
|
52
|
+
*/
|
|
53
|
+
's3Bucket'?: string;
|
|
54
|
+
/**
|
|
55
|
+
* The S3 key prefix of the CAS store the blockmount volume\'s data lives in. Set only for blockmount volumes.
|
|
56
|
+
*/
|
|
57
|
+
's3Prefix'?: string;
|
|
58
|
+
/**
|
|
59
|
+
* Whether the CAS store uses path-style S3 addressing. Set only for blockmount volumes.
|
|
60
|
+
*/
|
|
61
|
+
's3PathStyle'?: boolean;
|
|
25
62
|
}
|
package/src/models/sandbox.d.ts
CHANGED
|
@@ -115,10 +115,6 @@ export interface Sandbox {
|
|
|
115
115
|
* Auto-stop interval in minutes (0 means disabled)
|
|
116
116
|
*/
|
|
117
117
|
'autoStopInterval'?: number;
|
|
118
|
-
/**
|
|
119
|
-
* Auto-pause interval in minutes (0 means disabled)
|
|
120
|
-
*/
|
|
121
|
-
'autoPauseInterval'?: number;
|
|
122
118
|
/**
|
|
123
119
|
* Auto-archive interval in minutes
|
|
124
120
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sandbox.js","sourceRoot":"","sources":["../../../../api-client/src/models/sandbox.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;
|
|
1
|
+
{"version":3,"file":"sandbox.js","sourceRoot":"","sources":["../../../../api-client/src/models/sandbox.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAsKU,QAAA,sBAAsB,GAAG;IAClC,IAAI,EAAE,MAAM;IACZ,OAAO,EAAE,SAAS;IAClB,WAAW,EAAE,YAAY;IACzB,SAAS,EAAE,WAAW;IACtB,KAAK,EAAE,OAAO;IACd,wBAAwB,EAAE,UAAU;CAC9B,CAAC;AAGE,QAAA,uBAAuB,GAAG;IACnC,QAAQ,EAAE,UAAU;IACpB,SAAS,EAAE,WAAW;IACtB,OAAO,EAAE,SAAS;IAClB,OAAO,EAAE,SAAS;IAClB,wBAAwB,EAAE,UAAU;CAC9B,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Daytona
|
|
3
|
+
* Daytona AI platform API Docs
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
* Contact: support@daytona.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export interface ScreenshotResponse {
|
|
13
|
+
/**
|
|
14
|
+
* Base64 encoded screenshot image data
|
|
15
|
+
*/
|
|
16
|
+
'screenshot': string;
|
|
17
|
+
/**
|
|
18
|
+
* The current cursor position when the screenshot was taken
|
|
19
|
+
*/
|
|
20
|
+
'cursorPosition'?: object;
|
|
21
|
+
/**
|
|
22
|
+
* The size of the screenshot data in bytes
|
|
23
|
+
*/
|
|
24
|
+
'sizeBytes'?: number;
|
|
25
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Daytona
|
|
6
|
+
* Daytona AI platform API Docs
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0
|
|
9
|
+
* Contact: support@daytona.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
//# sourceMappingURL=screenshot-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"screenshot-response.js","sourceRoot":"","sources":["../../../../api-client/src/models/screenshot-response.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Daytona
|
|
3
|
+
* Daytona AI platform API Docs
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
* Contact: support@daytona.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export interface SearchFilesResponse {
|
|
13
|
+
'files': Array<string>;
|
|
14
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Daytona
|
|
6
|
+
* Daytona AI platform API Docs
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0
|
|
9
|
+
* Contact: support@daytona.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
//# sourceMappingURL=search-files-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"search-files-response.js","sourceRoot":"","sources":["../../../../api-client/src/models/search-files-response.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Daytona
|
|
3
|
+
* Daytona AI platform API Docs
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
* Contact: support@daytona.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export interface SessionExecuteRequest {
|
|
13
|
+
/**
|
|
14
|
+
* The command to execute
|
|
15
|
+
*/
|
|
16
|
+
'command': string;
|
|
17
|
+
/**
|
|
18
|
+
* Whether to execute the command asynchronously
|
|
19
|
+
*/
|
|
20
|
+
'runAsync'?: boolean;
|
|
21
|
+
/**
|
|
22
|
+
* Deprecated: Use runAsync instead. Whether to execute the command asynchronously
|
|
23
|
+
* @deprecated
|
|
24
|
+
*/
|
|
25
|
+
'async'?: boolean;
|
|
26
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Daytona
|
|
6
|
+
* Daytona AI platform API Docs
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0
|
|
9
|
+
* Contact: support@daytona.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
//# sourceMappingURL=session-execute-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"session-execute-request.js","sourceRoot":"","sources":["../../../../api-client/src/models/session-execute-request.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Daytona
|
|
3
|
+
* Daytona AI platform API Docs
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
* Contact: support@daytona.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export interface SessionExecuteResponse {
|
|
13
|
+
/**
|
|
14
|
+
* The ID of the executed command
|
|
15
|
+
*/
|
|
16
|
+
'cmdId'?: string;
|
|
17
|
+
/**
|
|
18
|
+
* The output of the executed command marked with stdout and stderr prefixes
|
|
19
|
+
*/
|
|
20
|
+
'output'?: string;
|
|
21
|
+
/**
|
|
22
|
+
* The exit code of the executed command
|
|
23
|
+
*/
|
|
24
|
+
'exitCode'?: number;
|
|
25
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Daytona
|
|
6
|
+
* Daytona AI platform API Docs
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0
|
|
9
|
+
* Contact: support@daytona.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
//# sourceMappingURL=session-execute-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"session-execute-response.js","sourceRoot":"","sources":["../../../../api-client/src/models/session-execute-response.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Daytona
|
|
3
|
+
* Daytona AI platform API Docs
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
* Contact: support@daytona.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { Command } from './command';
|
|
13
|
+
export interface Session {
|
|
14
|
+
/**
|
|
15
|
+
* The ID of the session
|
|
16
|
+
*/
|
|
17
|
+
'sessionId': string;
|
|
18
|
+
/**
|
|
19
|
+
* The list of commands executed in this session
|
|
20
|
+
*/
|
|
21
|
+
'commands': Array<Command> | null;
|
|
22
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Daytona
|
|
6
|
+
* Daytona AI platform API Docs
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0
|
|
9
|
+
* Contact: support@daytona.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
//# sourceMappingURL=session.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"session.js","sourceRoot":"","sources":["../../../../api-client/src/models/session.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Daytona
|
|
3
|
+
* Daytona AI platform API Docs
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
* Contact: support@daytona.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export interface UserHomeDirResponse {
|
|
13
|
+
'dir'?: string;
|
|
14
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Daytona
|
|
6
|
+
* Daytona AI platform API Docs
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0
|
|
9
|
+
* Contact: support@daytona.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
//# sourceMappingURL=user-home-dir-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"user-home-dir-response.js","sourceRoot":"","sources":["../../../../api-client/src/models/user-home-dir-response.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
|
@@ -9,7 +9,9 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { BlockmountConflict } from './blockmount-conflict';
|
|
12
13
|
import type { VolumeState } from './volume-state';
|
|
14
|
+
import type { VolumeType } from './volume-type';
|
|
13
15
|
export interface VolumeDto {
|
|
14
16
|
/**
|
|
15
17
|
* Volume ID
|
|
@@ -23,6 +25,30 @@ export interface VolumeDto {
|
|
|
23
25
|
* Organization ID
|
|
24
26
|
*/
|
|
25
27
|
'organizationId': string;
|
|
28
|
+
/**
|
|
29
|
+
* Volume type
|
|
30
|
+
*/
|
|
31
|
+
'type': VolumeType;
|
|
32
|
+
/**
|
|
33
|
+
* The per-sandbox scratch quota in GB. Set only for blockmount volumes.
|
|
34
|
+
*/
|
|
35
|
+
'sizeInGb'?: number | null;
|
|
36
|
+
/**
|
|
37
|
+
* The region the volume\'s data lives in. For blockmount volumes this selects the region-local CAS store (a performance/placement knob — sandboxes in any region can attach it, colocation is just faster). For hotmount volumes this is the hotmount deployment region. Set for blockmount and hotmount volumes.
|
|
38
|
+
*/
|
|
39
|
+
'region'?: string | null;
|
|
40
|
+
/**
|
|
41
|
+
* The hotmount sharing mode (false = single-writer write-back, true = multi-writer synchronous). Set only for hotmount volumes.
|
|
42
|
+
*/
|
|
43
|
+
'shared'?: boolean | null;
|
|
44
|
+
/**
|
|
45
|
+
* The id of the most recent committed manifest, read-through from the reconciliation store. Set only for blockmount volumes that have been committed at least once.
|
|
46
|
+
*/
|
|
47
|
+
'lastManifestId'?: string | null;
|
|
48
|
+
/**
|
|
49
|
+
* Conflicts recorded on the latest manifest — concurrent same-path modifications the store resolved (last-change-wins). Read-through from the store. Set only for blockmount volumes.
|
|
50
|
+
*/
|
|
51
|
+
'conflicts'?: Array<BlockmountConflict> | null;
|
|
26
52
|
/**
|
|
27
53
|
* Volume state
|
|
28
54
|
*/
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Daytona
|
|
3
|
+
* Daytona AI platform API Docs
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
* Contact: support@daytona.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export interface VolumeMountTokenDto {
|
|
13
|
+
/**
|
|
14
|
+
* The short-lived macaroon token the in-sandbox agent uses to mount the volume
|
|
15
|
+
*/
|
|
16
|
+
'token': string;
|
|
17
|
+
/**
|
|
18
|
+
* The token expiration timestamp
|
|
19
|
+
*/
|
|
20
|
+
'expiresAt': string;
|
|
21
|
+
/**
|
|
22
|
+
* The hotmount region the volume lives in
|
|
23
|
+
*/
|
|
24
|
+
'region': string;
|
|
25
|
+
/**
|
|
26
|
+
* The gateway gRPC endpoint (SEAWEED_GATEWAY_GRPC)
|
|
27
|
+
*/
|
|
28
|
+
'gatewayGrpc': string;
|
|
29
|
+
/**
|
|
30
|
+
* The gateway HTTPS endpoint (SEAWEED_GATEWAY_HTTP)
|
|
31
|
+
*/
|
|
32
|
+
'gatewayHttp': string;
|
|
33
|
+
/**
|
|
34
|
+
* The binaries bucket base URL used to bootstrap the mount (SEAWEED_BINARIES_URL)
|
|
35
|
+
*/
|
|
36
|
+
'binariesUrl': string;
|
|
37
|
+
/**
|
|
38
|
+
* The pinned client binary version to use (SEAWEED_VERSION), when the region pins one
|
|
39
|
+
*/
|
|
40
|
+
'version'?: string | null;
|
|
41
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Daytona
|
|
6
|
+
* Daytona AI platform API Docs
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0
|
|
9
|
+
* Contact: support@daytona.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
//# sourceMappingURL=volume-mount-token-dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"volume-mount-token-dto.js","sourceRoot":"","sources":["../../../../api-client/src/models/volume-mount-token-dto.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Daytona
|
|
3
|
+
* Daytona AI platform API Docs
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
* Contact: support@daytona.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* The type of the volume. Resolved from the referenced volume on sandbox create; the runner uses it to choose how to mount the volume. Absent values are treated as legacy.
|
|
14
|
+
*/
|
|
15
|
+
export declare const VolumeType: {
|
|
16
|
+
readonly LEGACY: "legacy";
|
|
17
|
+
readonly HOTMOUNT: "hotmount";
|
|
18
|
+
readonly BLOCKMOUNT: "blockmount";
|
|
19
|
+
readonly UNKNOWN_DEFAULT_OPEN_API: "11184809";
|
|
20
|
+
};
|
|
21
|
+
export type VolumeType = typeof VolumeType[keyof typeof VolumeType];
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Daytona
|
|
6
|
+
* Daytona AI platform API Docs
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0
|
|
9
|
+
* Contact: support@daytona.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.VolumeType = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* The type of the volume. Resolved from the referenced volume on sandbox create; the runner uses it to choose how to mount the volume. Absent values are treated as legacy.
|
|
19
|
+
*/
|
|
20
|
+
exports.VolumeType = {
|
|
21
|
+
LEGACY: 'legacy',
|
|
22
|
+
HOTMOUNT: 'hotmount',
|
|
23
|
+
BLOCKMOUNT: 'blockmount',
|
|
24
|
+
UNKNOWN_DEFAULT_OPEN_API: '11184809',
|
|
25
|
+
};
|
|
26
|
+
//# sourceMappingURL=volume-type.js.map
|