rez_core 2.0.7 → 2.0.8

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.
@@ -0,0 +1,2 @@
1
+ export declare class AppModule {
2
+ }
@@ -1 +1,42 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ Object.defineProperty(exports, "__esModule", { value: true });
9
+ exports.AppModule = void 0;
10
+ const common_1 = require("@nestjs/common");
11
+ const config_module_1 = require("./config/config.module");
12
+ const enterprise_module_1 = require("./module/enterprise/enterprise.module");
13
+ const utils_module_1 = require("./utils/utils.module");
14
+ const user_module_1 = require("./module/user/user.module");
15
+ const entity_module_1 = require("./module/meta/entity.module");
16
+ const module_module_1 = require("./module/module/module.module");
17
+ const notification_module_1 = require("./module/notification/notification.module");
18
+ const properties_module_1 = require("./resources/properties.module");
19
+ const layout_module_1 = require("./module/layout/layout.module");
20
+ const listmaster_module_1 = require("./module/listmaster/listmaster.module");
21
+ const third_party_module_1 = require("./module/third-party-module/third-party.module");
22
+ let AppModule = class AppModule {
23
+ };
24
+ exports.AppModule = AppModule;
25
+ exports.AppModule = AppModule = __decorate([
26
+ (0, common_1.Module)({
27
+ imports: [
28
+ entity_module_1.EntityModule,
29
+ config_module_1.DatabaseModule,
30
+ enterprise_module_1.EnterpriseModule,
31
+ utils_module_1.UtilsModule,
32
+ user_module_1.UserModule,
33
+ module_module_1.ModuleModule,
34
+ notification_module_1.NotificationModule,
35
+ properties_module_1.default,
36
+ layout_module_1.LayoutModule,
37
+ listmaster_module_1.ListMasterModule,
38
+ third_party_module_1.ThirdPartyModule,
39
+ ],
40
+ })
41
+ ], AppModule);
1
42
  //# sourceMappingURL=app.module.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"app.module.js","sourceRoot":"","sources":["../src/app.module.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"app.module.js","sourceRoot":"","sources":["../src/app.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAwC;AACxC,0DAAwD;AACxD,6EAAyE;AACzE,uDAAmD;AACnD,2DAAuD;AACvD,+DAA2D;AAC3D,iEAA6D;AAC7D,mFAA+E;AAC/E,qEAAuD;AACvD,iEAA6D;AAC7D,6EAAyE;AACzE,uFAAkF;AAiB3E,IAAM,SAAS,GAAf,MAAM,SAAS;CAAG,CAAA;AAAZ,8BAAS;oBAAT,SAAS;IAfrB,IAAA,eAAM,EAAC;QACN,OAAO,EAAE;YACP,4BAAY;YACZ,8BAAc;YACd,oCAAgB;YAChB,0BAAW;YACX,wBAAU;YACV,4BAAY;YACZ,wCAAkB;YAClB,2BAAU;YACV,4BAAY;YACZ,oCAAgB;YAChB,qCAAgB;SACjB;KACF,CAAC;GACW,SAAS,CAAG"}