@cirrobio/api-client 0.12.10 → 0.12.11

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
@@ -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 @cirrobio/api-client@0.12.10 --save
39
+ npm install @cirrobio/api-client@0.12.11 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
@@ -22,6 +22,8 @@ export declare enum Status {
22
22
  Deleted = "DELETED",
23
23
  Deleting = "DELETING",
24
24
  Suspended = "SUSPENDED",
25
+ Stopping = "STOPPING",
26
+ Starting = "STARTING",
25
27
  Delete = "DELETE",
26
28
  Failed = "FAILED",
27
29
  Unknown = "UNKNOWN"
@@ -25,6 +25,8 @@ export var Status;
25
25
  Status["Deleted"] = "DELETED";
26
26
  Status["Deleting"] = "DELETING";
27
27
  Status["Suspended"] = "SUSPENDED";
28
+ Status["Stopping"] = "STOPPING";
29
+ Status["Starting"] = "STARTING";
28
30
  Status["Delete"] = "DELETE";
29
31
  Status["Failed"] = "FAILED";
30
32
  Status["Unknown"] = "UNKNOWN";
@@ -22,6 +22,8 @@ export declare enum Status {
22
22
  Deleted = "DELETED",
23
23
  Deleting = "DELETING",
24
24
  Suspended = "SUSPENDED",
25
+ Stopping = "STOPPING",
26
+ Starting = "STARTING",
25
27
  Delete = "DELETE",
26
28
  Failed = "FAILED",
27
29
  Unknown = "UNKNOWN"
@@ -28,6 +28,8 @@ var Status;
28
28
  Status["Deleted"] = "DELETED";
29
29
  Status["Deleting"] = "DELETING";
30
30
  Status["Suspended"] = "SUSPENDED";
31
+ Status["Stopping"] = "STOPPING";
32
+ Status["Starting"] = "STARTING";
31
33
  Status["Delete"] = "DELETE";
32
34
  Status["Failed"] = "FAILED";
33
35
  Status["Unknown"] = "UNKNOWN";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cirrobio/api-client",
3
- "version": "0.12.10",
3
+ "version": "0.12.11",
4
4
  "description": "API client for Cirro",
5
5
  "author": "CirroBio",
6
6
  "repository": {