@daytonaio/api-client 0.184.0 → 0.185.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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daytonaio/api-client",
3
- "version": "0.184.0",
3
+ "version": "0.185.0",
4
4
  "description": "OpenAPI client for @daytona/api-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
@@ -10,6 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import type { GpuType } from './gpu-type';
13
+ import type { SandboxClass } from './sandbox-class';
13
14
  import type { SandboxDesiredState } from './sandbox-desired-state';
14
15
  import type { SandboxState } from './sandbox-state';
15
16
  export interface SandboxListItem {
@@ -35,9 +36,8 @@ export interface SandboxListItem {
35
36
  'runnerId'?: string;
36
37
  /**
37
38
  * The class of the sandbox
38
- * @deprecated
39
39
  */
40
- 'sandboxClass'?: SandboxListItemSandboxClassEnum;
40
+ 'sandboxClass'?: SandboxClass;
41
41
  /**
42
42
  * The state of the sandbox
43
43
  */
@@ -129,14 +129,6 @@ export interface SandboxListItem {
129
129
  */
130
130
  'toolboxProxyUrl': string;
131
131
  }
132
- export declare const SandboxListItemSandboxClassEnum: {
133
- readonly LINUX_VM: "linux-vm";
134
- readonly CONTAINER: "container";
135
- readonly ANDROID: "android";
136
- readonly WINDOWS: "windows";
137
- readonly UNKNOWN_DEFAULT_OPEN_API: "11184809";
138
- };
139
- export type SandboxListItemSandboxClassEnum = typeof SandboxListItemSandboxClassEnum[keyof typeof SandboxListItemSandboxClassEnum];
140
132
  export declare const SandboxListItemBackupStateEnum: {
141
133
  readonly NONE: "None";
142
134
  readonly PENDING: "Pending";
@@ -13,14 +13,7 @@
13
13
  * Do not edit the class manually.
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.SandboxListItemBackupStateEnum = exports.SandboxListItemSandboxClassEnum = void 0;
17
- exports.SandboxListItemSandboxClassEnum = {
18
- LINUX_VM: 'linux-vm',
19
- CONTAINER: 'container',
20
- ANDROID: 'android',
21
- WINDOWS: 'windows',
22
- UNKNOWN_DEFAULT_OPEN_API: '11184809',
23
- };
16
+ exports.SandboxListItemBackupStateEnum = void 0;
24
17
  exports.SandboxListItemBackupStateEnum = {
25
18
  NONE: 'None',
26
19
  PENDING: 'Pending',
@@ -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;;;AAiIU,QAAA,+BAA+B,GAAG;IAC3C,QAAQ,EAAE,UAAU;IACpB,SAAS,EAAE,WAAW;IACtB,OAAO,EAAE,SAAS;IAClB,OAAO,EAAE,SAAS;IAClB,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"}
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;;;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"}