rez_core 5.0.172 → 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.
- package/.idea/inspectionProfiles/Project_Default.xml +6 -0
- package/.idea/prettier.xml +6 -0
- package/dist/module/enterprise/enterprise.module.js +10 -1
- package/dist/module/enterprise/enterprise.module.js.map +1 -1
- package/dist/table.config.d.ts +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/module/enterprise/enterprise.module.ts +11 -1
|
@@ -19,6 +19,9 @@ const utils_module_1 = require("../../utils/utils.module");
|
|
|
19
19
|
const entity_module_1 = require("../meta/entity.module");
|
|
20
20
|
const organization_repository_1 = require("./repository/organization.repository");
|
|
21
21
|
const school_repository_1 = require("./repository/school.repository");
|
|
22
|
+
const enterprise_service_1 = require("./service/enterprise.service");
|
|
23
|
+
const brand_service_1 = require("./service/brand.service");
|
|
24
|
+
const enterprise_repository_1 = require("./repository/enterprise.repository");
|
|
22
25
|
let EnterpriseModule = class EnterpriseModule {
|
|
23
26
|
};
|
|
24
27
|
exports.EnterpriseModule = EnterpriseModule;
|
|
@@ -36,8 +39,14 @@ exports.EnterpriseModule = EnterpriseModule = __decorate([
|
|
|
36
39
|
organization_app_mapping_service_1.OrganizationAppMappingService,
|
|
37
40
|
school_repository_1.SchoolRepository,
|
|
38
41
|
organization_repository_1.OrganizationRepository,
|
|
42
|
+
enterprise_service_1.EnterpriseService,
|
|
43
|
+
enterprise_repository_1.EnterpriseRepository,
|
|
44
|
+
{
|
|
45
|
+
provide: 'BrandService',
|
|
46
|
+
useClass: brand_service_1.BrandService,
|
|
47
|
+
},
|
|
39
48
|
],
|
|
40
|
-
exports: [organization_service_1.OrganizationService, organization_repository_1.OrganizationRepository],
|
|
49
|
+
exports: [organization_service_1.OrganizationService, organization_repository_1.OrganizationRepository, enterprise_service_1.EnterpriseService],
|
|
41
50
|
})
|
|
42
51
|
], EnterpriseModule);
|
|
43
52
|
//# sourceMappingURL=enterprise.module.js.map
|
|
@@ -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;
|
|
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"}
|
package/dist/table.config.d.ts
CHANGED
|
@@ -37,4 +37,4 @@ import { WorkFlowData } from './module/workflow/entity/workflow-data.entity';
|
|
|
37
37
|
import { WorkflowLevelMappingEntity } from './module/workflow/entity/workflow-level-mapping.entity';
|
|
38
38
|
export declare const frameworkTables: (typeof ListMasterItems | typeof ListMasterData | typeof EntityRelation | typeof SavedFilterDetail | typeof EntityTable | typeof EntityTableColumn | typeof MediaData | typeof PreferenceMaster | typeof IntegrationConfig | typeof UserIntegration | typeof IntegrationEntityMapper | typeof FieldMapper | typeof FieldLovMapper | typeof IntegrationSource | typeof Mapper | typeof NotificationData | typeof LayoutPreference | typeof DashboardPageData | typeof LinkedAttributes)[];
|
|
39
39
|
export declare const workflowTables: (typeof TemplateAttach | typeof WorkflowLevelMappingEntity | typeof WorkFlowData)[];
|
|
40
|
-
export declare const SSOTables: (typeof UserData | typeof Role | typeof ModuleAccess | typeof UserRoleMapping | typeof OrganizationData | typeof AppMaster | typeof UserSession | typeof OrganizationAppMapping | typeof ModuleData | typeof ModuleAction | typeof MenuData | typeof Otp | typeof HeaderSection | typeof HeaderItems
|
|
40
|
+
export declare const SSOTables: (typeof UserData | typeof Role | typeof ModuleAccess | typeof UserRoleMapping | typeof OrganizationData | typeof AppMaster | typeof UserSession | typeof OrganizationAppMapping | typeof EnterpriseData | typeof ModuleData | typeof ModuleAction | typeof MenuData | typeof Otp | typeof HeaderSection | typeof HeaderItems)[];
|