@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 +1 -1
- package/src/generated/types.ts +1 -1
package/package.json
CHANGED
package/src/generated/types.ts
CHANGED
|
@@ -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: "
|
|
12490
|
+
current: "queued" | "acquiring" | "running" | "complete" | "deleting" | "deleted";
|
|
12491
12491
|
} & components["schemas"]["State"];
|
|
12492
12492
|
/**
|
|
12493
12493
|
* PipelineRunEvents
|