@daytonaio/api-client 0.6.2 → 0.6.3

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.2
1
+ ## @daytonaio/api-client@0.6.3
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.2 --save
39
+ npm install @daytonaio/api-client@0.6.3 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
@@ -20,7 +20,7 @@ export interface ExecuteResponse {
20
20
  * @type {number}
21
21
  * @memberof ExecuteResponse
22
22
  */
23
- 'ExecuteResponse': number;
23
+ 'code': number;
24
24
  /**
25
25
  * Command output
26
26
  * @type {string}
@@ -20,7 +20,7 @@ export interface ExecuteResponse {
20
20
  * @type {number}
21
21
  * @memberof ExecuteResponse
22
22
  */
23
- 'ExecuteResponse': number;
23
+ 'code': number;
24
24
  /**
25
25
  * Command output
26
26
  * @type {string}
@@ -25,7 +25,7 @@ export interface ExecuteResponse {
25
25
  * @type {number}
26
26
  * @memberof ExecuteResponse
27
27
  */
28
- 'ExecuteResponse': number;
28
+ 'code': number;
29
29
  /**
30
30
  * Command output
31
31
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daytonaio/api-client",
3
- "version": "0.6.2",
3
+ "version": "0.6.3",
4
4
  "description": "OpenAPI client for @daytonaio/api-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {