@daytonaio/api-client 0.107.0-rc.2 → 0.107.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
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-runner.js","sourceRoot":"","sources":["../../../../../libs/api-client/src/models/create-runner.ts"],"names":[],"mappings":";AAAA,oBAAoB;;;
|
|
1
|
+
{"version":3,"file":"create-runner.js","sourceRoot":"","sources":["../../../../../libs/api-client/src/models/create-runner.ts"],"names":[],"mappings":";AAAA,oBAAoB;;;AA8FP,QAAA,qBAAqB,GAAG;IACnC,KAAK,EAAE,OAAO;IACd,MAAM,EAAE,QAAQ;IAChB,KAAK,EAAE,OAAO;CACN,CAAA"}
|
package/src/models/runner.d.ts
CHANGED
|
@@ -83,18 +83,6 @@ export interface Runner {
|
|
|
83
83
|
* @memberof Runner
|
|
84
84
|
*/
|
|
85
85
|
class: SandboxClass;
|
|
86
|
-
/**
|
|
87
|
-
* The current usage of the runner
|
|
88
|
-
* @type {number}
|
|
89
|
-
* @memberof Runner
|
|
90
|
-
*/
|
|
91
|
-
used: number;
|
|
92
|
-
/**
|
|
93
|
-
* The capacity of the runner
|
|
94
|
-
* @type {number}
|
|
95
|
-
* @memberof Runner
|
|
96
|
-
*/
|
|
97
|
-
capacity: number;
|
|
98
86
|
/**
|
|
99
87
|
* Current CPU usage percentage
|
|
100
88
|
* @type {number}
|