@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 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
@@ -1913,7 +1913,8 @@
1913
1913
  "in_progress",
1914
1914
  "success",
1915
1915
  "failed",
1916
- "cancelled"
1916
+ "cancelled",
1917
+ "skipped"
1917
1918
  ]
1918
1919
  },
1919
1920
  "GetExecutionsResp": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/automation-client",
3
- "version": "2.5.3",
3
+ "version": "2.5.4",
4
4
  "description": "Client library for epilot automation API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",