rez_core 5.0.173 → 5.0.174
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.
|
@@ -21,6 +21,7 @@ const organization_repository_1 = require("./repository/organization.repository"
|
|
|
21
21
|
const school_repository_1 = require("./repository/school.repository");
|
|
22
22
|
const enterprise_service_1 = require("./service/enterprise.service");
|
|
23
23
|
const brand_service_1 = require("./service/brand.service");
|
|
24
|
+
const enterprise_repository_1 = require("./repository/enterprise.repository");
|
|
24
25
|
let EnterpriseModule = class EnterpriseModule {
|
|
25
26
|
};
|
|
26
27
|
exports.EnterpriseModule = EnterpriseModule;
|
|
@@ -39,6 +40,7 @@ exports.EnterpriseModule = EnterpriseModule = __decorate([
|
|
|
39
40
|
school_repository_1.SchoolRepository,
|
|
40
41
|
organization_repository_1.OrganizationRepository,
|
|
41
42
|
enterprise_service_1.EnterpriseService,
|
|
43
|
+
enterprise_repository_1.EnterpriseRepository,
|
|
42
44
|
{
|
|
43
45
|
provide: 'BrandService',
|
|
44
46
|
useClass: brand_service_1.BrandService,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"enterprise.module.js","sourceRoot":"","sources":["../../../src/module/enterprise/enterprise.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAoD;AACpD,6CAAgD;AAChD,qDAAiD;AACjD,kFAA8E;AAC9E,8FAAkF;AAClF,sEAAgE;AAChE,iGAA2F;AAC3F,yEAAqE;AACrE,2DAAqD;AACrD,yDAAqD;AACrD,kFAA8E;AAC9E,sEAAkE;AAElE,qEAAiE;AACjE,2DAAuD;
|
|
1
|
+
{"version":3,"file":"enterprise.module.js","sourceRoot":"","sources":["../../../src/module/enterprise/enterprise.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAoD;AACpD,6CAAgD;AAChD,qDAAiD;AACjD,kFAA8E;AAC9E,8FAAkF;AAClF,sEAAgE;AAChE,iGAA2F;AAC3F,yEAAqE;AACrE,2DAAqD;AACrD,yDAAqD;AACrD,kFAA8E;AAC9E,sEAAkE;AAElE,qEAAiE;AACjE,2DAAuD;AACvD,8EAA0E;AAwBnE,IAAM,gBAAgB,GAAtB,MAAM,gBAAgB;CAAG,CAAA;AAAnB,4CAAgB;2BAAhB,gBAAgB;IAtB5B,IAAA,eAAM,EAAC;QACN,OAAO,EAAE;YACP,uBAAa,CAAC,UAAU,CAAC,CAAC,sCAAgB,EAAE,wDAAsB,CAAC,CAAC;YACpE,IAAA,mBAAU,EAAC,GAAG,EAAE,CAAC,wBAAU,CAAC;YAC5B,0BAAW;YACX,4BAAY;SACb;QACD,WAAW,EAAE,CAAC,gDAAsB,CAAC;QACrC,SAAS,EAAE;YACT,0CAAmB;YACnB,gEAA6B;YAC7B,oCAAgB;YAChB,gDAAsB;YACtB,sCAAiB;YACjB,4CAAoB;YACpB;gBACE,OAAO,EAAE,cAAc;gBACvB,QAAQ,EAAE,4BAAY;aACvB;SACF;QACD,OAAO,EAAE,CAAC,0CAAmB,EAAE,gDAAsB,EAAC,sCAAiB,CAAC;KACzE,CAAC;GACW,gBAAgB,CAAG"}
|