eservices-back-core 2.1.84 → 2.1.85

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.
@@ -1,4 +1,4 @@
1
- import { CoreError } from "../index";
1
+ import CoreError from "./core-error";
2
2
  export default class ExportConfigurationError extends CoreError {
3
3
  static InvalidConfigurationForm(): ExportConfigurationError;
4
4
  static UnknownFieldName(entityName: string, fieldName: string): ExportConfigurationError;
@@ -1 +1 @@
1
- {"version":3,"file":"export-configuration-error.d.ts","sourceRoot":"","sources":["../../src/errors/export-configuration-error.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,SAAS,EAAC,MAAM,UAAU,CAAC;AAEnC,MAAM,CAAC,OAAO,OAAO,wBAAyB,SAAQ,SAAS;IAE3D,MAAM,CAAC,wBAAwB;IAI/B,MAAM,CAAC,gBAAgB,CAAC,UAAU,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM;CAGhE"}
1
+ {"version":3,"file":"export-configuration-error.d.ts","sourceRoot":"","sources":["../../src/errors/export-configuration-error.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,cAAc,CAAC;AAErC,MAAM,CAAC,OAAO,OAAO,wBAAyB,SAAQ,SAAS;IAE3D,MAAM,CAAC,wBAAwB;IAI/B,MAAM,CAAC,gBAAgB,CAAC,UAAU,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM;CAGhE"}
@@ -1,7 +1,10 @@
1
1
  "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
2
5
  Object.defineProperty(exports, "__esModule", { value: true });
3
- const index_1 = require("../index");
4
- class ExportConfigurationError extends index_1.CoreError {
6
+ const core_error_1 = __importDefault(require("./core-error"));
7
+ class ExportConfigurationError extends core_error_1.default {
5
8
  static InvalidConfigurationForm() {
6
9
  return new ExportConfigurationError("The configuration format is incorrect. The object was not received.", []);
7
10
  }
@@ -1 +1 @@
1
- {"version":3,"file":"export-configuration-error.js","sourceRoot":"","sources":["../../src/errors/export-configuration-error.ts"],"names":[],"mappings":";;AAAA,oCAAmC;AAEnC,MAAqB,wBAAyB,SAAQ,iBAAS;IAE3D,MAAM,CAAC,wBAAwB;QAC3B,OAAO,IAAI,wBAAwB,CAAC,qEAAqE,EAAE,EAAE,CAAC,CAAA;IAClH,CAAC;IAED,MAAM,CAAC,gBAAgB,CAAC,UAAkB,EAAE,SAAiB;QACzD,OAAO,IAAI,wBAAwB,CAAC,8DAA8D,SAAS,iBAAiB,UAAU,aAAa,EAAE,EAAE,CAAC,CAAA;IAC5J,CAAC;CACJ;AATD,2CASC"}
1
+ {"version":3,"file":"export-configuration-error.js","sourceRoot":"","sources":["../../src/errors/export-configuration-error.ts"],"names":[],"mappings":";;;;;AAAA,8DAAqC;AAErC,MAAqB,wBAAyB,SAAQ,oBAAS;IAE3D,MAAM,CAAC,wBAAwB;QAC3B,OAAO,IAAI,wBAAwB,CAAC,qEAAqE,EAAE,EAAE,CAAC,CAAA;IAClH,CAAC;IAED,MAAM,CAAC,gBAAgB,CAAC,UAAkB,EAAE,SAAiB;QACzD,OAAO,IAAI,wBAAwB,CAAC,8DAA8D,SAAS,iBAAiB,UAAU,aAAa,EAAE,EAAE,CAAC,CAAA;IAC5J,CAAC;CACJ;AATD,2CASC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eservices-back-core",
3
- "version": "2.1.84",
3
+ "version": "2.1.85",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {