eservices-back-core 2.1.69 → 2.1.70
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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-configuration-error.d.ts","sourceRoot":"","sources":["../../src/errors/list-configuration-error.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"list-configuration-error.d.ts","sourceRoot":"","sources":["../../src/errors/list-configuration-error.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,cAAc,CAAC;AAErC,MAAM,CAAC,OAAO,OAAO,sBAAuB,SAAQ,SAAS;IAE5D;;OAEG;IACH,MAAM,CAAC,0BAA0B,CAAC,QAAQ,EAAE,OAAO;IAInD;;;;;;OAMG;IACH,MAAM,CAAC,OAAO,CAAC,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM;CAI3C"}
|
|
@@ -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
|
|
4
|
-
class ListConfigurationError extends
|
|
6
|
+
const core_error_1 = __importDefault(require("./core-error"));
|
|
7
|
+
class ListConfigurationError extends core_error_1.default {
|
|
5
8
|
/**
|
|
6
9
|
* @description Общая ошибка для некорректной настройки списка.
|
|
7
10
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-configuration-error.js","sourceRoot":"","sources":["../../src/errors/list-configuration-error.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-configuration-error.js","sourceRoot":"","sources":["../../src/errors/list-configuration-error.ts"],"names":[],"mappings":";;;;;AAAA,8DAAqC;AAErC,MAAqB,sBAAuB,SAAQ,oBAAS;IAE5D;;OAEG;IACH,MAAM,CAAC,0BAA0B,CAAC,QAAiB;QAClD,OAAO,IAAI,sBAAsB,CAAC,+CAA+C,IAAI,CAAC,SAAS,CAAC,QAAQ,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;IAClH,CAAC;IAED;;;;;;OAMG;IACH,MAAM,CAAC,OAAO,CAAC,MAAc,EAAE,IAAY;QAC1C,OAAO,IAAI,sBAAsB,CAAC,iDAAiD,MAAM,eAAe,IAAI,IAAI,EAAE,EAAE,CAAC,CAAC;IACvH,CAAC;CAED;AApBD,yCAoBC"}
|