@epilot/automation-client 2.14.4 → 2.14.6
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
|
@@ -1988,7 +1988,7 @@ declare namespace Components {
|
|
|
1988
1988
|
/**
|
|
1989
1989
|
* different behaviors for retrying failed execution actions.
|
|
1990
1990
|
*/
|
|
1991
|
-
export type RetryStrategy = "RETRY_AND_RESUME" | "RETRY_AND_STOP";
|
|
1991
|
+
export type RetryStrategy = "RETRY_AND_RESUME" | "RETRY_AND_STOP" | "RETRY_ALL_PARENT_CONDITION_ACTIONS";
|
|
1992
1992
|
export interface SearchAutomationsResp {
|
|
1993
1993
|
total: number;
|
|
1994
1994
|
results: AutomationFlow[];
|
package/dist/openapi.json
CHANGED