@epilot/automation-client 2.14.3 → 2.14.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
@@ -47,7 +47,7 @@ declare namespace Components {
47
47
  /**
48
48
  * The id of the configured scheduler which will be added on automation triggered
49
49
  */
50
- configuredScheduleId?: string;
50
+ scheduleApiId?: string;
51
51
  numberOfUnits?: number;
52
52
  timePeriod?: "minutes" | "hours" | "days" | "weeks" | "months";
53
53
  timeRelation?: "after" | "before";
package/dist/openapi.json CHANGED
@@ -2117,7 +2117,7 @@
2117
2117
  "type": "string",
2118
2118
  "description": "Schedule Id"
2119
2119
  },
2120
- "configuredScheduleId": {
2120
+ "scheduleApiId": {
2121
2121
  "type": "string",
2122
2122
  "description": "The id of the configured scheduler which will be added on automation triggered"
2123
2123
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/automation-client",
3
- "version": "2.14.3",
3
+ "version": "2.14.4",
4
4
  "description": "Client library for epilot automation API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",