Skip to content

Commit

Permalink
chore(automation-client): update client with new spec + increasing au…
Browse files Browse the repository at this point in the history
…tomation-client version
  • Loading branch information
vladcrishan committed Nov 7, 2024
1 parent aee4351 commit 34f8589
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.3",
"version": "2.14.4",
"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 @@ -47,7 +47,7 @@ declare namespace Components {
/**
* The id of the configured scheduler which will be added on automation triggered
*/
configuredScheduleId?: string;
scheduleApiId?: string;
numberOfUnits?: number;
timePeriod?: "minutes" | "hours" | "days" | "weeks" | "months";
timeRelation?: "after" | "before";
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 @@ -2117,7 +2117,7 @@
"type": "string",
"description": "Schedule Id"
},
"configuredScheduleId": {
"scheduleApiId": {
"type": "string",
"description": "The id of the configured scheduler which will be added on automation triggered"
},
Expand Down

0 comments on commit 34f8589

Please sign in to comment.