@epilot/automation-client 2.7.1 → 2.7.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 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
@@ -715,7 +715,8 @@
715
715
  "TIMEOUT_ERROR",
716
716
  "BAD_CONFIG",
717
717
  "INTERNAL_ERROR",
718
- "TRIGGER_WEBHOOK_ERROR"
718
+ "TRIGGER_WEBHOOK_ERROR",
719
+ "TEMPLATE_ERROR"
719
720
  ]
720
721
  },
721
722
  "CartCheckoutActionConfig": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/automation-client",
3
- "version": "2.7.1",
3
+ "version": "2.7.2",
4
4
  "description": "Client library for epilot automation API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",