@epilot/automation-client 2.13.1 → 2.13.2
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 +1 -1
- package/package.json +1 -1
package/dist/openapi.d.ts
CHANGED
|
@@ -43,7 +43,7 @@ declare namespace Components {
|
|
|
43
43
|
/**
|
|
44
44
|
* The id of the configured scheduler which will be added on automation triggered
|
|
45
45
|
*/
|
|
46
|
-
|
|
46
|
+
configuredScheduleId?: string;
|
|
47
47
|
source: /* The source of the schedule_at timestamp that will be used to schedule the action */ ActionScheduleSource;
|
|
48
48
|
}
|
|
49
49
|
/**
|
package/dist/openapi.json
CHANGED
|
@@ -2111,7 +2111,7 @@
|
|
|
2111
2111
|
"type": "string",
|
|
2112
2112
|
"description": "Schedule Id"
|
|
2113
2113
|
},
|
|
2114
|
-
"
|
|
2114
|
+
"configuredScheduleId": {
|
|
2115
2115
|
"type": "string",
|
|
2116
2116
|
"description": "The id of the configured scheduler which will be added on automation triggered"
|
|
2117
2117
|
},
|