@epilot/automation-client 2.8.1 → 2.8.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 +2 -1
- package/package.json +1 -1
package/dist/openapi.d.ts
CHANGED
|
@@ -1167,7 +1167,7 @@ declare namespace Components {
|
|
|
1167
1167
|
export interface EqualsIgnoreCaseCondition {
|
|
1168
1168
|
"equals-ignore-case"?: string;
|
|
1169
1169
|
}
|
|
1170
|
-
export type ErrorCode = "MAPPING_ERROR" | "REFRESH_RELATIONS_ERROR" | "DUPLICATE_ENTITY_ERROR" | "TRIGGER_WORKFLOW_ERROR" | "TIMEOUT_ERROR" | "BAD_CONFIG" | "INTERNAL_ERROR" | "TRIGGER_WEBHOOK_ERROR";
|
|
1170
|
+
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";
|
|
1171
1171
|
export interface ErrorOutput {
|
|
1172
1172
|
error_code: ErrorCode;
|
|
1173
1173
|
error_reason: string;
|
package/dist/openapi.json
CHANGED