@daytonaio/toolbox-api-client 0.134.0 → 0.136.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/models/create-context-response.d.ts +0 -48
- package/src/models/create-context-response.js +0 -4
- package/src/models/create-context-response.js.map +0 -1
- package/src/models/interpreter-context-info.d.ts +0 -48
- package/src/models/interpreter-context-info.js +0 -4
- package/src/models/interpreter-context-info.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Daytona Daemon API
|
|
3
|
-
* Daytona Daemon API
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: v0.0.0-dev
|
|
6
|
-
*
|
|
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
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface CreateContextResponse
|
|
16
|
-
*/
|
|
17
|
-
export interface CreateContextResponse {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {boolean}
|
|
21
|
-
* @memberof CreateContextResponse
|
|
22
|
-
*/
|
|
23
|
-
active?: boolean;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof CreateContextResponse
|
|
28
|
-
*/
|
|
29
|
-
createdAt?: string;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof CreateContextResponse
|
|
34
|
-
*/
|
|
35
|
-
cwd?: string;
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof CreateContextResponse
|
|
40
|
-
*/
|
|
41
|
-
id?: string;
|
|
42
|
-
/**
|
|
43
|
-
*
|
|
44
|
-
* @type {string}
|
|
45
|
-
* @memberof CreateContextResponse
|
|
46
|
-
*/
|
|
47
|
-
language?: string;
|
|
48
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"create-context-response.js","sourceRoot":"","sources":["../../../../../libs/toolbox-api-client/src/models/create-context-response.ts"],"names":[],"mappings":";AAAA,oBAAoB"}
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Daytona Daemon API
|
|
3
|
-
* Daytona Daemon API
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: v0.0.0-dev
|
|
6
|
-
*
|
|
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
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface InterpreterContextInfo
|
|
16
|
-
*/
|
|
17
|
-
export interface InterpreterContextInfo {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {boolean}
|
|
21
|
-
* @memberof InterpreterContextInfo
|
|
22
|
-
*/
|
|
23
|
-
active?: boolean;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof InterpreterContextInfo
|
|
28
|
-
*/
|
|
29
|
-
createdAt?: string;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof InterpreterContextInfo
|
|
34
|
-
*/
|
|
35
|
-
cwd?: string;
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof InterpreterContextInfo
|
|
40
|
-
*/
|
|
41
|
-
id?: string;
|
|
42
|
-
/**
|
|
43
|
-
*
|
|
44
|
-
* @type {string}
|
|
45
|
-
* @memberof InterpreterContextInfo
|
|
46
|
-
*/
|
|
47
|
-
language?: string;
|
|
48
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"interpreter-context-info.js","sourceRoot":"","sources":["../../../../../libs/toolbox-api-client/src/models/interpreter-context-info.ts"],"names":[],"mappings":";AAAA,oBAAoB"}
|