@servicelabsco/slabs-access-manager 0.0.30 → 0.0.31

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.
@@ -12,6 +12,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.GroupRoleJob = void 0;
13
13
  const common_1 = require("@nestjs/common");
14
14
  const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
15
+ const libraries_1 = require("../libraries");
15
16
  let GroupRoleJob = class GroupRoleJob extends nestjs_utility_services_1.CommonJob {
16
17
  constructor(queueService, sqlService) {
17
18
  super();
@@ -22,6 +23,7 @@ let GroupRoleJob = class GroupRoleJob extends nestjs_utility_services_1.CommonJo
22
23
  await this.handleUserRole(evt);
23
24
  }
24
25
  async handleUserRole(evt) {
26
+ return new libraries_1.ProcessGroupRoleUpdate(this.sqlService).process(evt);
25
27
  }
26
28
  };
27
29
  GroupRoleJob = __decorate([
@@ -1 +1 @@
1
- {"version":3,"file":"group.role.job.js","sourceRoot":"","sources":["../../../src/access/jobs/group.role.job.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,2CAA4C;AAC5C,oFAA+G;AAGxG,IAAM,YAAY,GAAlB,MAAM,YAAa,SAAQ,mCAAS;IACvC,YAA+B,YAA0B,EAAmB,UAAsB;QAC9F,KAAK,EAAE,CAAC;QADmB,iBAAY,GAAZ,YAAY,CAAc;QAAmB,eAAU,GAAV,UAAU,CAAY;IAElG,CAAC;IAED,KAAK,CAAC,MAAM,CAAC,GAAsC;QAC/C,MAAM,IAAI,CAAC,cAAc,CAAC,GAAG,CAAC,CAAC;IACnC,CAAC;IAEO,KAAK,CAAC,cAAc,CAAC,GAAsC;IAEnE,CAAC;CACJ,CAAA;AAZY,YAAY;IADxB,IAAA,mBAAU,GAAE;qCAEoC,sCAAY,EAA+B,oCAAU;GADzF,YAAY,CAYxB;AAZY,oCAAY"}
1
+ {"version":3,"file":"group.role.job.js","sourceRoot":"","sources":["../../../src/access/jobs/group.role.job.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,2CAA4C;AAC5C,oFAA+G;AAE/G,4CAAsD;AAE/C,IAAM,YAAY,GAAlB,MAAM,YAAa,SAAQ,mCAAS;IACvC,YAA+B,YAA0B,EAAmB,UAAsB;QAC9F,KAAK,EAAE,CAAC;QADmB,iBAAY,GAAZ,YAAY,CAAc;QAAmB,eAAU,GAAV,UAAU,CAAY;IAElG,CAAC;IAED,KAAK,CAAC,MAAM,CAAC,GAAsC;QAC/C,MAAM,IAAI,CAAC,cAAc,CAAC,GAAG,CAAC,CAAC;IACnC,CAAC;IAEO,KAAK,CAAC,cAAc,CAAC,GAAsC;QAC/D,OAAO,IAAI,kCAAsB,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC;IACpE,CAAC;CACJ,CAAA;AAZY,YAAY;IADxB,IAAA,mBAAU,GAAE;qCAEoC,sCAAY,EAA+B,oCAAU;GADzF,YAAY,CAYxB;AAZY,oCAAY"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@servicelabsco/slabs-access-manager",
3
- "version": "0.0.30",
3
+ "version": "0.0.31",
4
4
  "description": "Support for application level menus and dashboards",
5
5
  "author": "Hemant Kumar Sah <hemantanshu@gmail.com>",
6
6
  "license": "MIT",