@epilot/automation-client 2.5.3 → 2.5.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/dist/openapi.d.ts +1 -1
- package/dist/openapi.json +2 -1
- package/package.json +1 -1
package/dist/openapi.d.ts
CHANGED
|
@@ -1082,7 +1082,7 @@ declare namespace Components {
|
|
|
1082
1082
|
error_code: ErrorCode;
|
|
1083
1083
|
error_reason: string;
|
|
1084
1084
|
}
|
|
1085
|
-
export type ExecutionStatus = "pending" | "in_progress" | "success" | "failed" | "cancelled";
|
|
1085
|
+
export type ExecutionStatus = "pending" | "in_progress" | "success" | "failed" | "cancelled" | "skipped";
|
|
1086
1086
|
export interface ExistsCondition {
|
|
1087
1087
|
exists?: boolean;
|
|
1088
1088
|
}
|
package/dist/openapi.json
CHANGED