@daytonaio/api-client 0.6.3 → 0.6.4

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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @daytonaio/api-client@0.6.3
1
+ ## @daytonaio/api-client@0.6.4
2
2
 
3
3
  This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
4
4
 
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
36
36
  _published:_
37
37
 
38
38
  ```
39
- npm install @daytonaio/api-client@0.6.3 --save
39
+ npm install @daytonaio/api-client@0.6.4 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
@@ -98,4 +98,28 @@ export interface Workspace {
98
98
  * @memberof Workspace
99
99
  */
100
100
  'disk': number;
101
+ /**
102
+ * The state of the workspace
103
+ * @type {string}
104
+ * @memberof Workspace
105
+ */
106
+ 'state': string;
107
+ /**
108
+ * The error reason of the workspace
109
+ * @type {string}
110
+ * @memberof Workspace
111
+ */
112
+ 'errorReason': string;
113
+ /**
114
+ * The state of the snapshot
115
+ * @type {string}
116
+ * @memberof Workspace
117
+ */
118
+ 'snapshotState': string;
119
+ /**
120
+ * The creation timestamp of the last snapshot
121
+ * @type {string}
122
+ * @memberof Workspace
123
+ */
124
+ 'snapshotCreatedAt': string;
101
125
  }
@@ -98,4 +98,28 @@ export interface Workspace {
98
98
  * @memberof Workspace
99
99
  */
100
100
  'disk': number;
101
+ /**
102
+ * The state of the workspace
103
+ * @type {string}
104
+ * @memberof Workspace
105
+ */
106
+ 'state': string;
107
+ /**
108
+ * The error reason of the workspace
109
+ * @type {string}
110
+ * @memberof Workspace
111
+ */
112
+ 'errorReason': string;
113
+ /**
114
+ * The state of the snapshot
115
+ * @type {string}
116
+ * @memberof Workspace
117
+ */
118
+ 'snapshotState': string;
119
+ /**
120
+ * The creation timestamp of the last snapshot
121
+ * @type {string}
122
+ * @memberof Workspace
123
+ */
124
+ 'snapshotCreatedAt': string;
101
125
  }
@@ -101,5 +101,29 @@ export interface Workspace {
101
101
  * @memberof Workspace
102
102
  */
103
103
  'disk': number;
104
+ /**
105
+ * The state of the workspace
106
+ * @type {string}
107
+ * @memberof Workspace
108
+ */
109
+ 'state': string;
110
+ /**
111
+ * The error reason of the workspace
112
+ * @type {string}
113
+ * @memberof Workspace
114
+ */
115
+ 'errorReason': string;
116
+ /**
117
+ * The state of the snapshot
118
+ * @type {string}
119
+ * @memberof Workspace
120
+ */
121
+ 'snapshotState': string;
122
+ /**
123
+ * The creation timestamp of the last snapshot
124
+ * @type {string}
125
+ * @memberof Workspace
126
+ */
127
+ 'snapshotCreatedAt': string;
104
128
  }
105
129
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daytonaio/api-client",
3
- "version": "0.6.3",
3
+ "version": "0.6.4",
4
4
  "description": "OpenAPI client for @daytonaio/api-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {