rez_core 2.0.22 → 2.0.23

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.
@@ -14,12 +14,13 @@ const organization_entity_1 = require("./entity/organization.entity");
14
14
  const organization_controller_1 = require("./controller/organization.controller");
15
15
  const user_module_1 = require("../user/user.module");
16
16
  const organization_app_mapping_service_1 = require("./service/organization-app-mapping.service");
17
+ const organization_app_mapping_entity_1 = require("./entity/organization-app-mapping.entity");
17
18
  let EnterpriseModule = class EnterpriseModule {
18
19
  };
19
20
  exports.EnterpriseModule = EnterpriseModule;
20
21
  exports.EnterpriseModule = EnterpriseModule = __decorate([
21
22
  (0, common_1.Module)({
22
- imports: [typeorm_1.TypeOrmModule.forFeature([organization_entity_1.OrganizationData]), user_module_1.UserModule],
23
+ imports: [typeorm_1.TypeOrmModule.forFeature([organization_entity_1.OrganizationData, organization_app_mapping_entity_1.OrganizationAppMapping]), user_module_1.UserModule],
23
24
  controllers: [organization_controller_1.OrganizationController],
24
25
  providers: [organization_service_1.OrganizationService, organization_app_mapping_service_1.OrganizationAppMappingService],
25
26
  exports: [organization_service_1.OrganizationService],
@@ -1 +1 @@
1
- {"version":3,"file":"enterprise.module.js","sourceRoot":"","sources":["../../../src/module/enterprise/enterprise.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAwC;AACxC,6CAAgD;AAChD,yEAAqE;AACrE,sEAAgE;AAChE,kFAA8E;AAC9E,qDAAiD;AACjD,iGAA2F;AASpF,IAAM,gBAAgB,GAAtB,MAAM,gBAAgB;CAAG,CAAA;AAAnB,4CAAgB;2BAAhB,gBAAgB;IAN5B,IAAA,eAAM,EAAC;QACN,OAAO,EAAE,CAAC,uBAAa,CAAC,UAAU,CAAC,CAAC,sCAAgB,CAAC,CAAC,EAAE,wBAAU,CAAC;QACnE,WAAW,EAAE,CAAC,gDAAsB,CAAC;QACrC,SAAS,EAAE,CAAC,0CAAmB,EAAE,gEAA6B,CAAC;QAC/D,OAAO,EAAE,CAAC,0CAAmB,CAAC;KAC/B,CAAC;GACW,gBAAgB,CAAG"}
1
+ {"version":3,"file":"enterprise.module.js","sourceRoot":"","sources":["../../../src/module/enterprise/enterprise.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAwC;AACxC,6CAAgD;AAChD,yEAAqE;AACrE,sEAAgE;AAChE,kFAA8E;AAC9E,qDAAiD;AACjD,iGAA2F;AAC3F,8FAAkF;AAQ3E,IAAM,gBAAgB,GAAtB,MAAM,gBAAgB;CAAG,CAAA;AAAnB,4CAAgB;2BAAhB,gBAAgB;IAN5B,IAAA,eAAM,EAAC;QACN,OAAO,EAAE,CAAC,uBAAa,CAAC,UAAU,CAAC,CAAC,sCAAgB,EAAG,wDAAsB,CAAC,CAAC,EAAE,wBAAU,CAAC;QAC5F,WAAW,EAAE,CAAC,gDAAsB,CAAC;QACrC,SAAS,EAAE,CAAC,0CAAmB,EAAE,gEAA6B,CAAC;QAC/D,OAAO,EAAE,CAAC,0CAAmB,CAAC;KAC/B,CAAC;GACW,gBAAgB,CAAG"}