@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daytonaio/api-client",
3
- "version": "0.180.0-alpha.1",
3
+ "version": "0.181.0",
4
4
  "description": "OpenAPI client for @daytona/api-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
@@ -58,4 +58,12 @@ export interface RunnerHealthMetrics {
58
58
  * Total disk space in GiB on the runner
59
59
  */
60
60
  'diskGiB': number;
61
+ /**
62
+ * Total number of GPUs on the runner
63
+ */
64
+ 'gpu'?: number;
65
+ /**
66
+ * GPU model name
67
+ */
68
+ 'gpuType'?: string;
61
69
  }
@@ -36,7 +36,7 @@ export interface SandboxListItem {
36
36
  * The class of the sandbox
37
37
  * @deprecated
38
38
  */
39
- 'class'?: SandboxListItemClassEnum;
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 SandboxListItemClassEnum: {
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 SandboxListItemClassEnum = typeof SandboxListItemClassEnum[keyof typeof SandboxListItemClassEnum];
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.SandboxListItemClassEnum = void 0;
17
- exports.SandboxListItemClassEnum = {
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,wBAAwB,GAAG;IACpC,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"}
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"}