@daytonaio/api-client 0.180.0-alpha.1 → 0.181.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
CHANGED
|
@@ -36,7 +36,7 @@ export interface SandboxListItem {
|
|
|
36
36
|
* The class of the sandbox
|
|
37
37
|
* @deprecated
|
|
38
38
|
*/
|
|
39
|
-
'
|
|
39
|
+
'sandboxClass'?: SandboxListItemSandboxClassEnum;
|
|
40
40
|
/**
|
|
41
41
|
* The state of the sandbox
|
|
42
42
|
*/
|
|
@@ -124,13 +124,13 @@ export interface SandboxListItem {
|
|
|
124
124
|
*/
|
|
125
125
|
'toolboxProxyUrl': string;
|
|
126
126
|
}
|
|
127
|
-
export declare const
|
|
127
|
+
export declare const SandboxListItemSandboxClassEnum: {
|
|
128
128
|
readonly SMALL: "small";
|
|
129
129
|
readonly MEDIUM: "medium";
|
|
130
130
|
readonly LARGE: "large";
|
|
131
131
|
readonly UNKNOWN_DEFAULT_OPEN_API: "11184809";
|
|
132
132
|
};
|
|
133
|
-
export type
|
|
133
|
+
export type SandboxListItemSandboxClassEnum = typeof SandboxListItemSandboxClassEnum[keyof typeof SandboxListItemSandboxClassEnum];
|
|
134
134
|
export declare const SandboxListItemBackupStateEnum: {
|
|
135
135
|
readonly NONE: "None";
|
|
136
136
|
readonly PENDING: "Pending";
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.SandboxListItemBackupStateEnum = exports.
|
|
17
|
-
exports.
|
|
16
|
+
exports.SandboxListItemBackupStateEnum = exports.SandboxListItemSandboxClassEnum = void 0;
|
|
17
|
+
exports.SandboxListItemSandboxClassEnum = {
|
|
18
18
|
SMALL: 'small',
|
|
19
19
|
MEDIUM: 'medium',
|
|
20
20
|
LARGE: 'large',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sandbox-list-item.js","sourceRoot":"","sources":["../../../../../libs/api-client/src/models/sandbox-list-item.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AA0HU,QAAA,
|
|
1
|
+
{"version":3,"file":"sandbox-list-item.js","sourceRoot":"","sources":["../../../../../libs/api-client/src/models/sandbox-list-item.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AA0HU,QAAA,+BAA+B,GAAG;IAC3C,KAAK,EAAE,OAAO;IACd,MAAM,EAAE,QAAQ;IAChB,KAAK,EAAE,OAAO;IACd,wBAAwB,EAAE,UAAU;CAC9B,CAAC;AAGE,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"}
|