@cycleplatform/api-client-typescript 0.3.6 → 0.3.7

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": "@cycleplatform/api-client-typescript",
3
- "version": "0.3.6",
3
+ "version": "0.3.7",
4
4
  "description": "A Cycle API client for the web/nodejs with type safety.",
5
5
  "main": "./dist/index.umd.cjs",
6
6
  "module": "./dist/index.js",
@@ -12487,7 +12487,7 @@ export interface components {
12487
12487
  * @description The current state of the pipeline run.
12488
12488
  * @enum {string}
12489
12489
  */
12490
- current: "new" | "queued" | "running" | "deleting" | "deleted";
12490
+ current: "queued" | "acquiring" | "running" | "complete" | "deleting" | "deleted";
12491
12491
  } & components["schemas"]["State"];
12492
12492
  /**
12493
12493
  * PipelineRunEvents