@epilot/automation-client 2.13.0 → 2.13.1
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 +2 -6
- package/dist/openapi.json +3 -6
- 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
|
+
configuredSchedulerId?: string;
|
|
47
47
|
source: /* The source of the schedule_at timestamp that will be used to schedule the action */ ActionScheduleSource;
|
|
48
48
|
}
|
|
49
49
|
/**
|
|
@@ -854,10 +854,6 @@ declare namespace Components {
|
|
|
854
854
|
* 8c086140-f33e-4bb7-a993-50c0f2402c7b
|
|
855
855
|
*/
|
|
856
856
|
task_token?: string;
|
|
857
|
-
/**
|
|
858
|
-
* Entity ID of the report file entity
|
|
859
|
-
*/
|
|
860
|
-
report_file_entity_id?: string;
|
|
861
857
|
/**
|
|
862
858
|
* List of entities & their automation execution id & status
|
|
863
859
|
*/
|
|
@@ -1462,7 +1458,7 @@ declare namespace Components {
|
|
|
1462
1458
|
export interface EqualsIgnoreCaseCondition {
|
|
1463
1459
|
"equals-ignore-case"?: string;
|
|
1464
1460
|
}
|
|
1465
|
-
export type ErrorCode = "MAPPING_ERROR" | "REFRESH_RELATIONS_ERROR" | "DUPLICATE_ENTITY_ERROR" | "TRIGGER_WORKFLOW_ERROR" | "TIMEOUT_ERROR" | "BAD_CONFIG" | "INTERNAL_ERROR" | "TRIGGER_WEBHOOK_ERROR" | "TEMPLATE_ERROR" | "INVALID_PAYLOAD";
|
|
1461
|
+
export type ErrorCode = "MAPPING_ERROR" | "REFRESH_RELATIONS_ERROR" | "DUPLICATE_ENTITY_ERROR" | "TRIGGER_WORKFLOW_ERROR" | "TIMEOUT_ERROR" | "BAD_CONFIG" | "INTERNAL_ERROR" | "TRIGGER_WEBHOOK_ERROR" | "TEMPLATE_ERROR" | "INVALID_PAYLOAD" | "INVALID_SCHEDULE_CONFIG";
|
|
1466
1462
|
export interface ErrorDetail {
|
|
1467
1463
|
explanation: string;
|
|
1468
1464
|
context?: string;
|
package/dist/openapi.json
CHANGED
|
@@ -909,7 +909,8 @@
|
|
|
909
909
|
"INTERNAL_ERROR",
|
|
910
910
|
"TRIGGER_WEBHOOK_ERROR",
|
|
911
911
|
"TEMPLATE_ERROR",
|
|
912
|
-
"INVALID_PAYLOAD"
|
|
912
|
+
"INVALID_PAYLOAD",
|
|
913
|
+
"INVALID_SCHEDULE_CONFIG"
|
|
913
914
|
]
|
|
914
915
|
},
|
|
915
916
|
"ErrorDetail": {
|
|
@@ -2110,7 +2111,7 @@
|
|
|
2110
2111
|
"type": "string",
|
|
2111
2112
|
"description": "Schedule Id"
|
|
2112
2113
|
},
|
|
2113
|
-
"
|
|
2114
|
+
"configuredSchedulerId": {
|
|
2114
2115
|
"type": "string",
|
|
2115
2116
|
"description": "The id of the configured scheduler which will be added on automation triggered"
|
|
2116
2117
|
},
|
|
@@ -2504,10 +2505,6 @@
|
|
|
2504
2505
|
"description": "Task token to approve/cancel the bulk automation job",
|
|
2505
2506
|
"example": "8c086140-f33e-4bb7-a993-50c0f2402c7b"
|
|
2506
2507
|
},
|
|
2507
|
-
"report_file_entity_id": {
|
|
2508
|
-
"type": "string",
|
|
2509
|
-
"description": "Entity ID of the report file entity"
|
|
2510
|
-
},
|
|
2511
2508
|
"execution_summary": {
|
|
2512
2509
|
"type": "array",
|
|
2513
2510
|
"description": "List of entities & their automation execution id & status",
|