@epilot/automation-client 2.19.1 → 2.19.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
@@ -1982,7 +1982,7 @@ declare namespace Components {
1982
1982
  export interface EqualsIgnoreCaseCondition {
1983
1983
  "equals-ignore-case"?: string;
1984
1984
  }
1985
- 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" | "CUSTOM_ACTION_ERROR" | "ORDER_CREATION_ERROR" | "DOCUMENT_GENERATION_ERROR" | "BULK_EMAIL_ERROR" | "SHARING_ERROR" | "CANCEL_FLOW_EXECUTION_ERROR" | "METER_READING_ERROR";
1985
+ 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" | "CUSTOM_ACTION_ERROR" | "ORDER_CREATION_ERROR" | "DOCUMENT_GENERATION_ERROR" | "BULK_EMAIL_ERROR" | "SHARING_ERROR" | "CANCEL_FLOW_EXECUTION_ERROR" | "METER_READING_ERROR" | "ENTITY_NOT_FOUND";
1986
1986
  export interface ErrorDetail {
1987
1987
  explanation: string;
1988
1988
  context?: string;
package/dist/openapi.json CHANGED
@@ -1345,7 +1345,8 @@
1345
1345
  "BULK_EMAIL_ERROR",
1346
1346
  "SHARING_ERROR",
1347
1347
  "CANCEL_FLOW_EXECUTION_ERROR",
1348
- "METER_READING_ERROR"
1348
+ "METER_READING_ERROR",
1349
+ "ENTITY_NOT_FOUND"
1349
1350
  ]
1350
1351
  },
1351
1352
  "ErrorDetail": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/automation-client",
3
- "version": "2.19.1",
3
+ "version": "2.19.2",
4
4
  "description": "Client library for epilot automation API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",