@daytonaio/api-client 0.129.0 → 0.130.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.129.0",
3
+ "version": "0.130.0",
4
4
  "description": "OpenAPI client for @daytonaio/api-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
@@ -125,6 +125,12 @@ export interface Runner {
125
125
  * @memberof Runner
126
126
  */
127
127
  currentSnapshotCount?: number;
128
+ /**
129
+ * Current number of started sandboxes
130
+ * @type {number}
131
+ * @memberof Runner
132
+ */
133
+ currentStartedSandboxes?: number;
128
134
  /**
129
135
  * Runner availability score
130
136
  * @type {number}