@aldb2b/common 1.0.509 → 1.0.510
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.
|
@@ -9,7 +9,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
9
9
|
exports.ModelsModule = void 0;
|
|
10
10
|
const common_1 = require("@nestjs/common");
|
|
11
11
|
const mongoose_1 = require("@nestjs/mongoose");
|
|
12
|
-
const connection_enum_1 = require("
|
|
12
|
+
const connection_enum_1 = require("../enums/connection.enum");
|
|
13
13
|
const company_models_module_1 = require("./models/companies/company-models.module");
|
|
14
14
|
const event_models_module_1 = require("./models/events/event-models.module");
|
|
15
15
|
let ModelsModule = class ModelsModule {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"models.module.js","sourceRoot":"","sources":["../../src/models/models.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAuC;AACvC,+CAAiD;AACjD
|
|
1
|
+
{"version":3,"file":"models.module.js","sourceRoot":"","sources":["../../src/models/models.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAuC;AACvC,+CAAiD;AACjD,8DAAyD;AACzD,oFAA8E;AAC9E,6EAAuE;AAchE,IAAM,YAAY,GAAlB,MAAM,YAAY;CAAG,CAAA;AAAf,oCAAY;uBAAZ,YAAY;IAZxB,IAAA,eAAM,EAAC;QACN,OAAO,EAAE;YACP,yBAAc,CAAC,OAAO,CAAC,OAAO,CAAC,GAAG,CAAC,iBAAiB,EAAE;gBACpD,cAAc,EAAE,gCAAc,CAAC,kBAAkB;aAClD,CAAC;YACF,yBAAc,CAAC,OAAO,CAAC,OAAO,CAAC,GAAG,CAAC,eAAe,EAAE;gBAClD,cAAc,EAAE,gCAAc,CAAC,gBAAgB;aAChD,CAAC;YACF,2CAAmB;YACnB,uCAAiB;SAClB;KACF,CAAC;GACW,YAAY,CAAG"}
|