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 8, 2024
1 parent 83c9063 commit 7f9e0ec
Show file tree
Hide file tree
Showing 3 changed files with 3 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.5",
"version": "2.14.6",
"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" | "RETRY_ALL_ACTIONS_IF_PARENT_CONDITION";
export type RetryStrategy = "RETRY_AND_RESUME" | "RETRY_AND_STOP" | "RETRY_ALL_PARENT_CONDITION_ACTIONS";
export interface SearchAutomationsResp {
total: number;
results: AutomationFlow[];
Expand Down
2 changes: 1 addition & 1 deletion clients/automation-client/src/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,7 @@
"enum": [
"RETRY_AND_RESUME",
"RETRY_AND_STOP",
"RETRY_ALL_ACTIONS_IF_PARENT_CONDITION"
"RETRY_ALL_PARENT_CONDITION_ACTIONS"
]
},
"AutomationAction": {
Expand Down

0 comments on commit 7f9e0ec

Please sign in to comment.