Skip to content

Commit

Permalink
chore(automation-client): update client with new spec + increased ver…
Browse files Browse the repository at this point in the history
…sion
  • Loading branch information
vladcrishan committed Nov 7, 2024
1 parent 34f8589 commit 2ed6511
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion clients/automation-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@epilot/automation-client",
"version": "2.14.4",
"version": "2.14.5",
"description": "Client library for epilot automation API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion clients/automation-client/src/openapi.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1988,7 +1988,7 @@ declare namespace Components {
/**
* different behaviors for retrying failed execution actions.
*/
export type RetryStrategy = "RETRY_AND_RESUME" | "RETRY_AND_STOP";
export type RetryStrategy = "RETRY_AND_RESUME" | "RETRY_AND_STOP" | "RETRY_ALL_ACTIONS_IF_PARENT_CONDITION";
export interface SearchAutomationsResp {
total: number;
results: AutomationFlow[];
Expand Down
3 changes: 2 additions & 1 deletion clients/automation-client/src/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,8 @@
"description": "different behaviors for retrying failed execution actions.",
"enum": [
"RETRY_AND_RESUME",
"RETRY_AND_STOP"
"RETRY_AND_STOP",
"RETRY_ALL_ACTIONS_IF_PARENT_CONDITION"
]
},
"AutomationAction": {
Expand Down

0 comments on commit 2ed6511

Please sign in to comment.