@servicelabsco/slabs-access-manager 0.0.22 → 0.0.24
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/dist/access/dtos/index.d.ts +3 -0
- package/dist/access/dtos/index.js +3 -0
- package/dist/access/dtos/index.js.map +1 -1
- package/dist/access/dtos/listing.column.attributes.dto.d.ts +3 -0
- package/dist/access/dtos/listing.column.attributes.dto.js +8 -0
- package/dist/access/dtos/listing.column.attributes.dto.js.map +1 -0
- package/dist/access/dtos/listing.page.attributes.dto.d.ts +3 -0
- package/dist/access/dtos/listing.page.attributes.dto.js +8 -0
- package/dist/access/dtos/listing.page.attributes.dto.js.map +1 -0
- package/dist/access/dtos/listing.preference.attributes.dto.d.ts +3 -0
- package/dist/access/dtos/listing.preference.attributes.dto.js +8 -0
- package/dist/access/dtos/listing.preference.attributes.dto.js.map +1 -0
- package/dist/access/entities/index.d.ts +3 -0
- package/dist/access/entities/index.js +3 -0
- package/dist/access/entities/index.js.map +1 -1
- package/dist/access/entities/listing.column.entity.d.ts +18 -0
- package/dist/access/entities/listing.column.entity.js +77 -0
- package/dist/access/entities/listing.column.entity.js.map +1 -0
- package/dist/access/entities/listing.page.entity.d.ts +8 -0
- package/dist/access/entities/listing.page.entity.js +38 -0
- package/dist/access/entities/listing.page.entity.js.map +1 -0
- package/dist/access/entities/listing.preference.entity.d.ts +17 -0
- package/dist/access/entities/listing.preference.entity.js +71 -0
- package/dist/access/entities/listing.preference.entity.js.map +1 -0
- package/dist/access/es6.classes.d.ts +10 -3
- package/dist/access/es6.classes.js +24 -0
- package/dist/access/es6.classes.js.map +1 -1
- package/dist/access/jobs/business.user.role.job.js +0 -2
- package/dist/access/jobs/business.user.role.job.js.map +1 -1
- package/dist/access/jobs/group.role.job.js +0 -2
- package/dist/access/jobs/group.role.job.js.map +1 -1
- package/dist/access/jobs/index.d.ts +3 -0
- package/dist/access/jobs/index.js +3 -0
- package/dist/access/jobs/index.js.map +1 -1
- package/dist/access/jobs/listing.column.job.d.ts +7 -0
- package/dist/access/jobs/listing.column.job.js +29 -0
- package/dist/access/jobs/listing.column.job.js.map +1 -0
- package/dist/access/jobs/listing.page.job.d.ts +7 -0
- package/dist/access/jobs/listing.page.job.js +29 -0
- package/dist/access/jobs/listing.page.job.js.map +1 -0
- package/dist/access/jobs/listing.preference.job.d.ts +7 -0
- package/dist/access/jobs/listing.preference.job.js +29 -0
- package/dist/access/jobs/listing.preference.job.js.map +1 -0
- package/dist/access/libraries/process.business.user.role.update.d.ts +1 -4
- package/dist/access/libraries/process.business.user.role.update.js +17 -26
- package/dist/access/libraries/process.business.user.role.update.js.map +1 -1
- package/dist/access/libraries/process.group.role.update.d.ts +0 -1
- package/dist/access/libraries/process.group.role.update.js +17 -17
- package/dist/access/libraries/process.group.role.update.js.map +1 -1
- package/dist/access/services/es6.jobs.service.d.ts +7 -1
- package/dist/access/services/es6.jobs.service.js +13 -1
- package/dist/access/services/es6.jobs.service.js.map +1 -1
- package/dist/access/subscribers/index.d.ts +3 -0
- package/dist/access/subscribers/index.js +3 -0
- package/dist/access/subscribers/index.js.map +1 -1
- package/dist/access/subscribers/listing.column.subscriber.d.ts +12 -0
- package/dist/access/subscribers/listing.column.subscriber.js +39 -0
- package/dist/access/subscribers/listing.column.subscriber.js.map +1 -0
- package/dist/access/subscribers/listing.page.subscriber.d.ts +12 -0
- package/dist/access/subscribers/listing.page.subscriber.js +39 -0
- package/dist/access/subscribers/listing.page.subscriber.js.map +1 -0
- package/dist/access/subscribers/listing.preference.subscriber.d.ts +12 -0
- package/dist/access/subscribers/listing.preference.subscriber.js +39 -0
- package/dist/access/subscribers/listing.preference.subscriber.js.map +1 -0
- package/dist/app.controller.js.map +1 -1
- package/dist/config/entity.constants.d.ts +6 -0
- package/dist/config/entity.constants.js +6 -0
- package/dist/config/entity.constants.js.map +1 -1
- package/dist/migrations/1691751680804-CreateListingPageTable.d.ts +5 -0
- package/dist/migrations/1691751680804-CreateListingPageTable.js +21 -0
- package/dist/migrations/1691751680804-CreateListingPageTable.js.map +1 -0
- package/dist/migrations/1691752028950-CreateListingColumnTable.d.ts +5 -0
- package/dist/migrations/1691752028950-CreateListingColumnTable.js +27 -0
- package/dist/migrations/1691752028950-CreateListingColumnTable.js.map +1 -0
- package/dist/migrations/1691752254397-CreateListingPreferenceTable.d.ts +5 -0
- package/dist/migrations/1691752254397-CreateListingPreferenceTable.js +25 -0
- package/dist/migrations/1691752254397-CreateListingPreferenceTable.js.map +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { CommonJob, DatabaseEventDto, QueueService } from '@servicelabsco/nestjs-utility-services';
|
|
2
|
+
import { ListingPageEntity } from '../entities/listing.page.entity';
|
|
3
|
+
export declare class ListingPageJob extends CommonJob {
|
|
4
|
+
protected readonly queueService: QueueService;
|
|
5
|
+
constructor(queueService: QueueService);
|
|
6
|
+
handle(evt: DatabaseEventDto<ListingPageEntity>): Promise<ListingPageEntity>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
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
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.ListingPageJob = void 0;
|
|
13
|
+
const common_1 = require("@nestjs/common");
|
|
14
|
+
const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
|
|
15
|
+
let ListingPageJob = class ListingPageJob extends nestjs_utility_services_1.CommonJob {
|
|
16
|
+
constructor(queueService) {
|
|
17
|
+
super();
|
|
18
|
+
this.queueService = queueService;
|
|
19
|
+
}
|
|
20
|
+
async handle(evt) {
|
|
21
|
+
return evt.entity;
|
|
22
|
+
}
|
|
23
|
+
};
|
|
24
|
+
ListingPageJob = __decorate([
|
|
25
|
+
(0, common_1.Injectable)(),
|
|
26
|
+
__metadata("design:paramtypes", [nestjs_utility_services_1.QueueService])
|
|
27
|
+
], ListingPageJob);
|
|
28
|
+
exports.ListingPageJob = ListingPageJob;
|
|
29
|
+
//# sourceMappingURL=listing.page.job.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"listing.page.job.js","sourceRoot":"","sources":["../../../src/access/jobs/listing.page.job.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,2CAA4C;AAC5C,oFAAmG;AAG5F,IAAM,cAAc,GAApB,MAAM,cAAe,SAAQ,mCAAS;IACzC,YAA+B,YAA0B;QACrD,KAAK,EAAE,CAAC;QADmB,iBAAY,GAAZ,YAAY,CAAc;IAEzD,CAAC;IACD,KAAK,CAAC,MAAM,CAAC,GAAwC;QACjD,OAAO,GAAG,CAAC,MAAM,CAAC;IACtB,CAAC;CACJ,CAAA;AAPY,cAAc;IAD1B,IAAA,mBAAU,GAAE;qCAEoC,sCAAY;GADhD,cAAc,CAO1B;AAPY,wCAAc"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { CommonJob, DatabaseEventDto, QueueService } from '@servicelabsco/nestjs-utility-services';
|
|
2
|
+
import { ListingPreferenceEntity } from '../entities/listing.preference.entity';
|
|
3
|
+
export declare class ListingPreferenceJob extends CommonJob {
|
|
4
|
+
protected readonly queueService: QueueService;
|
|
5
|
+
constructor(queueService: QueueService);
|
|
6
|
+
handle(evt: DatabaseEventDto<ListingPreferenceEntity>): Promise<ListingPreferenceEntity>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
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
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.ListingPreferenceJob = void 0;
|
|
13
|
+
const common_1 = require("@nestjs/common");
|
|
14
|
+
const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
|
|
15
|
+
let ListingPreferenceJob = class ListingPreferenceJob extends nestjs_utility_services_1.CommonJob {
|
|
16
|
+
constructor(queueService) {
|
|
17
|
+
super();
|
|
18
|
+
this.queueService = queueService;
|
|
19
|
+
}
|
|
20
|
+
async handle(evt) {
|
|
21
|
+
return evt.entity;
|
|
22
|
+
}
|
|
23
|
+
};
|
|
24
|
+
ListingPreferenceJob = __decorate([
|
|
25
|
+
(0, common_1.Injectable)(),
|
|
26
|
+
__metadata("design:paramtypes", [nestjs_utility_services_1.QueueService])
|
|
27
|
+
], ListingPreferenceJob);
|
|
28
|
+
exports.ListingPreferenceJob = ListingPreferenceJob;
|
|
29
|
+
//# sourceMappingURL=listing.preference.job.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"listing.preference.job.js","sourceRoot":"","sources":["../../../src/access/jobs/listing.preference.job.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,2CAA4C;AAC5C,oFAAmG;AAG5F,IAAM,oBAAoB,GAA1B,MAAM,oBAAqB,SAAQ,mCAAS;IAC/C,YAA+B,YAA0B;QACrD,KAAK,EAAE,CAAC;QADmB,iBAAY,GAAZ,YAAY,CAAc;IAEzD,CAAC;IACD,KAAK,CAAC,MAAM,CAAC,GAA8C;QACvD,OAAO,GAAG,CAAC,MAAM,CAAC;IACtB,CAAC;CACJ,CAAA;AAPY,oBAAoB;IADhC,IAAA,mBAAU,GAAE;qCAEoC,sCAAY;GADhD,oBAAoB,CAOhC;AAPY,oDAAoB"}
|
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
import { DatabaseEventDto } from '@servicelabsco/nestjs-utility-services';
|
|
2
|
-
import { BusinessUserRoleEntity
|
|
2
|
+
import { BusinessUserRoleEntity } from '../entities';
|
|
3
3
|
export declare class ProcessBusinessUserRoleUpdate {
|
|
4
|
-
protected roles: GroupRoleEntity[];
|
|
5
|
-
protected condition: any;
|
|
6
4
|
process(evt: DatabaseEventDto<BusinessUserRoleEntity>): Promise<void>;
|
|
7
|
-
private init;
|
|
8
5
|
private handleInsertion;
|
|
9
6
|
private handleDeletion;
|
|
10
7
|
}
|
|
@@ -5,38 +5,29 @@ const entities_1 = require("../entities");
|
|
|
5
5
|
const SOURCEHASH = require("../../config/source.hash");
|
|
6
6
|
class ProcessBusinessUserRoleUpdate {
|
|
7
7
|
async process(evt) {
|
|
8
|
-
await this.init(evt);
|
|
9
8
|
if (evt.entity.deleted_at)
|
|
10
|
-
return this.handleDeletion();
|
|
11
|
-
return this.handleInsertion();
|
|
9
|
+
return this.handleDeletion(evt);
|
|
10
|
+
return this.handleInsertion(evt);
|
|
12
11
|
}
|
|
13
|
-
async
|
|
12
|
+
async handleInsertion(evt) {
|
|
14
13
|
const businessUser = await entities_1.BusinessUserEntity.first(evt.entity.business_user_id);
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
async handleInsertion() {
|
|
24
|
-
for (const role of this.roles) {
|
|
25
|
-
const where = { ...this.condition, role_id: role.role_id };
|
|
26
|
-
await entities_1.UserRoleEntity.firstOrCreate(where);
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
async handleDeletion() {
|
|
30
|
-
for (const role of this.roles) {
|
|
31
|
-
const where = { ...this.condition, role_id: role.role_id };
|
|
32
|
-
const br = await entities_1.UserRoleEntity.findOne({
|
|
33
|
-
where,
|
|
14
|
+
const roles = await entities_1.GroupRoleEntity.find({ where: { group_id: evt.entity.role_group_id } });
|
|
15
|
+
for (const role of roles) {
|
|
16
|
+
await entities_1.UserRoleEntity.firstOrCreate({
|
|
17
|
+
source_type: SOURCEHASH.businessUserRole,
|
|
18
|
+
source_id: evt.entity.id,
|
|
19
|
+
user_id: businessUser.user_id,
|
|
20
|
+
business_id: businessUser.business_id,
|
|
21
|
+
role_id: role.role_id,
|
|
34
22
|
});
|
|
35
|
-
if (!br)
|
|
36
|
-
return;
|
|
37
|
-
await br.softDelete();
|
|
38
23
|
}
|
|
39
24
|
}
|
|
25
|
+
async handleDeletion(evt) {
|
|
26
|
+
await entities_1.UserRoleEntity.softDelete({
|
|
27
|
+
source_type: SOURCEHASH.businessUserRole,
|
|
28
|
+
source_id: evt.entity.id,
|
|
29
|
+
});
|
|
30
|
+
}
|
|
40
31
|
}
|
|
41
32
|
exports.ProcessBusinessUserRoleUpdate = ProcessBusinessUserRoleUpdate;
|
|
42
33
|
//# sourceMappingURL=process.business.user.role.update.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"process.business.user.role.update.js","sourceRoot":"","sources":["../../../src/access/libraries/process.business.user.role.update.ts"],"names":[],"mappings":";;;AACA,0CAA0G;AAC1G,uDAAwD;AAExD,MAAa,6BAA6B;
|
|
1
|
+
{"version":3,"file":"process.business.user.role.update.js","sourceRoot":"","sources":["../../../src/access/libraries/process.business.user.role.update.ts"],"names":[],"mappings":";;;AACA,0CAA0G;AAC1G,uDAAwD;AAExD,MAAa,6BAA6B;IACtC,KAAK,CAAC,OAAO,CAAC,GAA6C;QACvD,IAAI,GAAG,CAAC,MAAM,CAAC,UAAU;YAAE,OAAO,IAAI,CAAC,cAAc,CAAC,GAAG,CAAC,CAAC;QAC3D,OAAO,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,CAAC;IACrC,CAAC;IAEO,KAAK,CAAC,eAAe,CAAC,GAA6C;QACvE,MAAM,YAAY,GAAG,MAAM,6BAAkB,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,gBAAgB,CAAC,CAAC;QACjF,MAAM,KAAK,GAAG,MAAM,0BAAe,CAAC,IAAI,CAAC,EAAE,KAAK,EAAE,EAAE,QAAQ,EAAE,GAAG,CAAC,MAAM,CAAC,aAAa,EAAE,EAAE,CAAC,CAAC;QAE5F,KAAK,MAAM,IAAI,IAAI,KAAK,EAAE;YACtB,MAAM,yBAAc,CAAC,aAAa,CAAC;gBAC/B,WAAW,EAAE,UAAU,CAAC,gBAAgB;gBACxC,SAAS,EAAE,GAAG,CAAC,MAAM,CAAC,EAAE;gBACxB,OAAO,EAAE,YAAY,CAAC,OAAO;gBAC7B,WAAW,EAAE,YAAY,CAAC,WAAW;gBACrC,OAAO,EAAE,IAAI,CAAC,OAAO;aACxB,CAAC,CAAC;SACN;IACL,CAAC;IAEO,KAAK,CAAC,cAAc,CAAC,GAA6C;QACtE,MAAM,yBAAc,CAAC,UAAU,CAAC;YAC5B,WAAW,EAAE,UAAU,CAAC,gBAAgB;YACxC,SAAS,EAAE,GAAG,CAAC,MAAM,CAAC,EAAE;SAC3B,CAAC,CAAC;IACP,CAAC;CACJ;AA3BD,sEA2BC"}
|
|
@@ -2,7 +2,6 @@ import { DatabaseEventDto } from '@servicelabsco/nestjs-utility-services';
|
|
|
2
2
|
import { BusinessUserRoleEntity, GroupRoleEntity } from '../entities';
|
|
3
3
|
export declare class ProcessGroupRoleUpdate {
|
|
4
4
|
protected records: BusinessUserRoleEntity[];
|
|
5
|
-
protected condition: any;
|
|
6
5
|
process(evt: DatabaseEventDto<GroupRoleEntity>): Promise<void>;
|
|
7
6
|
private init;
|
|
8
7
|
private handleInsertion;
|
|
@@ -7,32 +7,32 @@ class ProcessGroupRoleUpdate {
|
|
|
7
7
|
async process(evt) {
|
|
8
8
|
await this.init(evt);
|
|
9
9
|
if (evt.entity.deleted_at)
|
|
10
|
-
return this.handleDeletion();
|
|
11
|
-
return this.handleInsertion();
|
|
10
|
+
return this.handleDeletion(evt);
|
|
11
|
+
return this.handleInsertion(evt);
|
|
12
12
|
}
|
|
13
13
|
async init(evt) {
|
|
14
14
|
this.records = await entities_1.BusinessUserRoleEntity.find({ where: { role_group_id: evt.entity.group_id }, relations: ['business_user'] });
|
|
15
|
-
this.condition = {
|
|
16
|
-
source_type: SOURCEHASH.roleGroup,
|
|
17
|
-
source_id: evt.entity.group_id,
|
|
18
|
-
role_id: evt.entity.role_id,
|
|
19
|
-
};
|
|
20
15
|
}
|
|
21
|
-
async handleInsertion() {
|
|
16
|
+
async handleInsertion(evt) {
|
|
22
17
|
for (const record of this.records) {
|
|
23
|
-
|
|
24
|
-
|
|
18
|
+
await entities_1.UserRoleEntity.firstOrCreate({
|
|
19
|
+
source_type: SOURCEHASH.businessUserRole,
|
|
20
|
+
source_id: record.id,
|
|
21
|
+
role_id: evt.entity.role_id,
|
|
22
|
+
user_id: record.business_user.user_id,
|
|
23
|
+
business_id: record.business_user.business_id,
|
|
24
|
+
});
|
|
25
25
|
}
|
|
26
26
|
}
|
|
27
|
-
async handleDeletion() {
|
|
27
|
+
async handleDeletion(evt) {
|
|
28
28
|
for (const record of this.records) {
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
29
|
+
await entities_1.UserRoleEntity.softDelete({
|
|
30
|
+
source_type: SOURCEHASH.businessUserRole,
|
|
31
|
+
source_id: record.id,
|
|
32
|
+
role_id: evt.entity.role_id,
|
|
33
|
+
user_id: record.business_user.user_id,
|
|
34
|
+
business_id: record.business_user.business_id,
|
|
32
35
|
});
|
|
33
|
-
if (!br)
|
|
34
|
-
return;
|
|
35
|
-
await br.softDelete();
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
38
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"process.group.role.update.js","sourceRoot":"","sources":["../../../src/access/libraries/process.group.role.update.ts"],"names":[],"mappings":";;;AACA,0CAAsF;AACtF,uDAAwD;AAExD,MAAa,sBAAsB;
|
|
1
|
+
{"version":3,"file":"process.group.role.update.js","sourceRoot":"","sources":["../../../src/access/libraries/process.group.role.update.ts"],"names":[],"mappings":";;;AACA,0CAAsF;AACtF,uDAAwD;AAExD,MAAa,sBAAsB;IAG/B,KAAK,CAAC,OAAO,CAAC,GAAsC;QAChD,MAAM,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;QAErB,IAAI,GAAG,CAAC,MAAM,CAAC,UAAU;YAAE,OAAO,IAAI,CAAC,cAAc,CAAC,GAAG,CAAC,CAAC;QAC3D,OAAO,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,CAAC;IACrC,CAAC;IAEO,KAAK,CAAC,IAAI,CAAC,GAAsC;QACrD,IAAI,CAAC,OAAO,GAAG,MAAM,iCAAsB,CAAC,IAAI,CAAC,EAAE,KAAK,EAAE,EAAE,aAAa,EAAE,GAAG,CAAC,MAAM,CAAC,QAAQ,EAAE,EAAE,SAAS,EAAE,CAAC,eAAe,CAAC,EAAE,CAAC,CAAC;IACtI,CAAC;IAEO,KAAK,CAAC,eAAe,CAAC,GAAsC;QAChE,KAAK,MAAM,MAAM,IAAI,IAAI,CAAC,OAAO,EAAE;YAC/B,MAAM,yBAAc,CAAC,aAAa,CAAC;gBAC/B,WAAW,EAAE,UAAU,CAAC,gBAAgB;gBACxC,SAAS,EAAE,MAAM,CAAC,EAAE;gBACpB,OAAO,EAAE,GAAG,CAAC,MAAM,CAAC,OAAO;gBAC3B,OAAO,EAAE,MAAM,CAAC,aAAa,CAAC,OAAO;gBACrC,WAAW,EAAE,MAAM,CAAC,aAAa,CAAC,WAAW;aAChD,CAAC,CAAC;SACN;IACL,CAAC;IAEO,KAAK,CAAC,cAAc,CAAC,GAAsC;QAC/D,KAAK,MAAM,MAAM,IAAI,IAAI,CAAC,OAAO,EAAE;YAC/B,MAAM,yBAAc,CAAC,UAAU,CAAC;gBAC5B,WAAW,EAAE,UAAU,CAAC,gBAAgB;gBACxC,SAAS,EAAE,MAAM,CAAC,EAAE;gBACpB,OAAO,EAAE,GAAG,CAAC,MAAM,CAAC,OAAO;gBAC3B,OAAO,EAAE,MAAM,CAAC,aAAa,CAAC,OAAO;gBACrC,WAAW,EAAE,MAAM,CAAC,aAAa,CAAC,WAAW;aAChD,CAAC,CAAC;SACN;IACL,CAAC;CACJ;AArCD,wDAqCC"}
|
|
@@ -6,6 +6,9 @@ import { DashboardComponentJob } from '../jobs/dashboard.component.job';
|
|
|
6
6
|
import { DashboardJob } from '../jobs/dashboard.job';
|
|
7
7
|
import { GroupRoleJob } from '../jobs/group.role.job';
|
|
8
8
|
import { ListPreferenceJob } from '../jobs/list.preference.job';
|
|
9
|
+
import { ListingColumnJob } from '../jobs/listing.column.job';
|
|
10
|
+
import { ListingPageJob } from '../jobs/listing.page.job';
|
|
11
|
+
import { ListingPreferenceJob } from '../jobs/listing.preference.job';
|
|
9
12
|
import { MenuActionJob } from '../jobs/menu.action.job';
|
|
10
13
|
import { MenuJob } from '../jobs/menu.job';
|
|
11
14
|
import { MenuRoleJob } from '../jobs/menu.role.job';
|
|
@@ -25,6 +28,9 @@ export declare class Es6JobsService {
|
|
|
25
28
|
private readonly dashboardJob;
|
|
26
29
|
private readonly groupRoleJob;
|
|
27
30
|
private readonly listPreferenceJob;
|
|
31
|
+
private readonly listingColumnJob;
|
|
32
|
+
private readonly listingPageJob;
|
|
33
|
+
private readonly listingPreferenceJob;
|
|
28
34
|
private readonly menuActionJob;
|
|
29
35
|
private readonly menuJob;
|
|
30
36
|
private readonly menuRoleJob;
|
|
@@ -36,7 +42,7 @@ export declare class Es6JobsService {
|
|
|
36
42
|
private readonly uiActionRoleJob;
|
|
37
43
|
private readonly userRoleJob;
|
|
38
44
|
private jobs;
|
|
39
|
-
constructor(businessUserJob: BusinessUserJob, businessUserRoleJob: BusinessUserRoleJob, childMenuJob: ChildMenuJob, customReportJob: CustomReportJob, dashboardComponentJob: DashboardComponentJob, dashboardJob: DashboardJob, groupRoleJob: GroupRoleJob, listPreferenceJob: ListPreferenceJob, menuActionJob: MenuActionJob, menuJob: MenuJob, menuRoleJob: MenuRoleJob, moduleJob: ModuleJob, moduleMenuJob: ModuleMenuJob, productJob: ProductJob, roleGroupJob: RoleGroupJob, uiActionJob: UiActionJob, uiActionRoleJob: UiActionRoleJob, userRoleJob: UserRoleJob);
|
|
45
|
+
constructor(businessUserJob: BusinessUserJob, businessUserRoleJob: BusinessUserRoleJob, childMenuJob: ChildMenuJob, customReportJob: CustomReportJob, dashboardComponentJob: DashboardComponentJob, dashboardJob: DashboardJob, groupRoleJob: GroupRoleJob, listPreferenceJob: ListPreferenceJob, listingColumnJob: ListingColumnJob, listingPageJob: ListingPageJob, listingPreferenceJob: ListingPreferenceJob, menuActionJob: MenuActionJob, menuJob: MenuJob, menuRoleJob: MenuRoleJob, moduleJob: ModuleJob, moduleMenuJob: ModuleMenuJob, productJob: ProductJob, roleGroupJob: RoleGroupJob, uiActionJob: UiActionJob, uiActionRoleJob: UiActionRoleJob, userRoleJob: UserRoleJob);
|
|
40
46
|
alignJobs(): void;
|
|
41
47
|
setJobs(): void;
|
|
42
48
|
}
|
|
@@ -19,6 +19,9 @@ const dashboard_component_job_1 = require("../jobs/dashboard.component.job");
|
|
|
19
19
|
const dashboard_job_1 = require("../jobs/dashboard.job");
|
|
20
20
|
const group_role_job_1 = require("../jobs/group.role.job");
|
|
21
21
|
const list_preference_job_1 = require("../jobs/list.preference.job");
|
|
22
|
+
const listing_column_job_1 = require("../jobs/listing.column.job");
|
|
23
|
+
const listing_page_job_1 = require("../jobs/listing.page.job");
|
|
24
|
+
const listing_preference_job_1 = require("../jobs/listing.preference.job");
|
|
22
25
|
const menu_action_job_1 = require("../jobs/menu.action.job");
|
|
23
26
|
const menu_job_1 = require("../jobs/menu.job");
|
|
24
27
|
const menu_role_job_1 = require("../jobs/menu.role.job");
|
|
@@ -31,7 +34,7 @@ const ui_action_role_job_1 = require("../jobs/ui.action.role.job");
|
|
|
31
34
|
const user_role_job_1 = require("../jobs/user.role.job");
|
|
32
35
|
const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
|
|
33
36
|
let Es6JobsService = class Es6JobsService {
|
|
34
|
-
constructor(businessUserJob, businessUserRoleJob, childMenuJob, customReportJob, dashboardComponentJob, dashboardJob, groupRoleJob, listPreferenceJob, menuActionJob, menuJob, menuRoleJob, moduleJob, moduleMenuJob, productJob, roleGroupJob, uiActionJob, uiActionRoleJob, userRoleJob) {
|
|
37
|
+
constructor(businessUserJob, businessUserRoleJob, childMenuJob, customReportJob, dashboardComponentJob, dashboardJob, groupRoleJob, listPreferenceJob, listingColumnJob, listingPageJob, listingPreferenceJob, menuActionJob, menuJob, menuRoleJob, moduleJob, moduleMenuJob, productJob, roleGroupJob, uiActionJob, uiActionRoleJob, userRoleJob) {
|
|
35
38
|
this.businessUserJob = businessUserJob;
|
|
36
39
|
this.businessUserRoleJob = businessUserRoleJob;
|
|
37
40
|
this.childMenuJob = childMenuJob;
|
|
@@ -40,6 +43,9 @@ let Es6JobsService = class Es6JobsService {
|
|
|
40
43
|
this.dashboardJob = dashboardJob;
|
|
41
44
|
this.groupRoleJob = groupRoleJob;
|
|
42
45
|
this.listPreferenceJob = listPreferenceJob;
|
|
46
|
+
this.listingColumnJob = listingColumnJob;
|
|
47
|
+
this.listingPageJob = listingPageJob;
|
|
48
|
+
this.listingPreferenceJob = listingPreferenceJob;
|
|
43
49
|
this.menuActionJob = menuActionJob;
|
|
44
50
|
this.menuJob = menuJob;
|
|
45
51
|
this.menuRoleJob = menuRoleJob;
|
|
@@ -64,6 +70,9 @@ let Es6JobsService = class Es6JobsService {
|
|
|
64
70
|
a7d41465b653fa2593f2a154b71a06d7: this.dashboardJob,
|
|
65
71
|
ef9d0383e0b61cc9d8ae46b690904fbd: this.groupRoleJob,
|
|
66
72
|
'163c5fd7cc348093a3dd3211fa886fb4': this.listPreferenceJob,
|
|
73
|
+
'4d3be5048b333a34e9aad73a486d608a': this.listingColumnJob,
|
|
74
|
+
'5178840df06dedf202edfe2338d17265': this.listingPageJob,
|
|
75
|
+
'8b6a3d07319ea82e22ed0c0d937ec73b': this.listingPreferenceJob,
|
|
67
76
|
debcdac6a1b9352190dd3f6188b8f878: this.menuActionJob,
|
|
68
77
|
'164ff0de3a4170ad96d53a2d86d6fea8': this.menuJob,
|
|
69
78
|
'0dbfdefc3bd2b9d94e4f6fc8f615ef71': this.menuRoleJob,
|
|
@@ -90,6 +99,9 @@ Es6JobsService = __decorate([
|
|
|
90
99
|
dashboard_job_1.DashboardJob,
|
|
91
100
|
group_role_job_1.GroupRoleJob,
|
|
92
101
|
list_preference_job_1.ListPreferenceJob,
|
|
102
|
+
listing_column_job_1.ListingColumnJob,
|
|
103
|
+
listing_page_job_1.ListingPageJob,
|
|
104
|
+
listing_preference_job_1.ListingPreferenceJob,
|
|
93
105
|
menu_action_job_1.MenuActionJob,
|
|
94
106
|
menu_job_1.MenuJob,
|
|
95
107
|
menu_role_job_1.MenuRoleJob,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"es6.jobs.service.js","sourceRoot":"","sources":["../../../src/access/services/es6.jobs.service.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,2CAA4C;AAC5C,iEAA4D;AAC5D,2EAAqE;AACrE,2DAAsD;AACtD,iEAA4D;AAC5D,6EAAwE;AACxE,yDAAqD;AACrD,2DAAsD;AACtD,qEAAgE;AAChE,6DAAwD;AACxD,+CAA2C;AAC3C,yDAAoD;AACpD,mDAA+C;AAC/C,6DAAwD;AACxD,qDAAiD;AACjD,2DAAsD;AACtD,yDAAoD;AACpD,mEAA6D;AAC7D,yDAAoD;AACpD,oFAAyE;AAQlE,IAAM,cAAc,GAApB,MAAM,cAAc;IAGvB,YACqB,eAAgC,EAChC,mBAAwC,EACxC,YAA0B,EAC1B,eAAgC,EAChC,qBAA4C,EAC5C,YAA0B,EAC1B,YAA0B,EAC1B,iBAAoC,EACpC,aAA4B,EAC5B,OAAgB,EAChB,WAAwB,EACxB,SAAoB,EACpB,aAA4B,EAC5B,UAAsB,EACtB,YAA0B,EAC1B,WAAwB,EACxB,eAAgC,EAChC,WAAwB;
|
|
1
|
+
{"version":3,"file":"es6.jobs.service.js","sourceRoot":"","sources":["../../../src/access/services/es6.jobs.service.ts"],"names":[],"mappings":"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"}
|
|
@@ -6,6 +6,9 @@ export * from './dashboard.component.subscriber';
|
|
|
6
6
|
export * from './dashboard.subscriber';
|
|
7
7
|
export * from './group.role.subscriber';
|
|
8
8
|
export * from './list.preference.subscriber';
|
|
9
|
+
export * from './listing.column.subscriber';
|
|
10
|
+
export * from './listing.page.subscriber';
|
|
11
|
+
export * from './listing.preference.subscriber';
|
|
9
12
|
export * from './menu.action.subscriber';
|
|
10
13
|
export * from './menu.role.subscriber';
|
|
11
14
|
export * from './menu.subscriber';
|
|
@@ -22,6 +22,9 @@ __exportStar(require("./dashboard.component.subscriber"), exports);
|
|
|
22
22
|
__exportStar(require("./dashboard.subscriber"), exports);
|
|
23
23
|
__exportStar(require("./group.role.subscriber"), exports);
|
|
24
24
|
__exportStar(require("./list.preference.subscriber"), exports);
|
|
25
|
+
__exportStar(require("./listing.column.subscriber"), exports);
|
|
26
|
+
__exportStar(require("./listing.page.subscriber"), exports);
|
|
27
|
+
__exportStar(require("./listing.preference.subscriber"), exports);
|
|
25
28
|
__exportStar(require("./menu.action.subscriber"), exports);
|
|
26
29
|
__exportStar(require("./menu.role.subscriber"), exports);
|
|
27
30
|
__exportStar(require("./menu.subscriber"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/access/subscribers/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kEAAgD;AAChD,6DAA2C;AAC3C,0DAAwC;AACxC,6DAA2C;AAC3C,mEAAiD;AACjD,yDAAuC;AACvC,0DAAwC;AACxC,+DAA6C;AAC7C,2DAAyC;AACzC,yDAAuC;AACvC,oDAAkC;AAClC,2DAAyC;AACzC,sDAAoC;AACpC,uDAAqC;AACrC,0DAAwC;AACxC,8DAA4C;AAC5C,yDAAuC;AACvC,yDAAuC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/access/subscribers/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kEAAgD;AAChD,6DAA2C;AAC3C,0DAAwC;AACxC,6DAA2C;AAC3C,mEAAiD;AACjD,yDAAuC;AACvC,0DAAwC;AACxC,+DAA6C;AAC7C,8DAA4C;AAC5C,4DAA0C;AAC1C,kEAAgD;AAChD,2DAAyC;AACzC,yDAAuC;AACvC,oDAAkC;AAClC,2DAAyC;AACzC,sDAAoC;AACpC,uDAAqC;AACrC,0DAAwC;AACxC,8DAA4C;AAC5C,yDAAuC;AACvC,yDAAuC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { CommonSubscriber } from '@servicelabsco/nestjs-utility-services';
|
|
2
|
+
import { DataSource, InsertEvent, UpdateEvent } from 'typeorm';
|
|
3
|
+
import { ListingColumnEntity } from '../entities/listing.column.entity';
|
|
4
|
+
import { ListingColumnJob } from '../jobs/listing.column.job';
|
|
5
|
+
export declare class ListingColumnSubscriber extends CommonSubscriber<ListingColumnEntity> {
|
|
6
|
+
private readonly dataSource;
|
|
7
|
+
private readonly listingColumnJob;
|
|
8
|
+
constructor(dataSource: DataSource, listingColumnJob: ListingColumnJob);
|
|
9
|
+
listenTo(): typeof ListingColumnEntity;
|
|
10
|
+
afterInsert(event: InsertEvent<ListingColumnEntity>): Promise<void>;
|
|
11
|
+
afterUpdate(event: UpdateEvent<ListingColumnEntity>): Promise<void>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
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
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.ListingColumnSubscriber = void 0;
|
|
13
|
+
const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
|
|
14
|
+
const typeorm_1 = require("typeorm");
|
|
15
|
+
const listing_column_entity_1 = require("../entities/listing.column.entity");
|
|
16
|
+
const listing_column_job_1 = require("../jobs/listing.column.job");
|
|
17
|
+
let ListingColumnSubscriber = class ListingColumnSubscriber extends nestjs_utility_services_1.CommonSubscriber {
|
|
18
|
+
constructor(dataSource, listingColumnJob) {
|
|
19
|
+
super();
|
|
20
|
+
this.dataSource = dataSource;
|
|
21
|
+
this.listingColumnJob = listingColumnJob;
|
|
22
|
+
dataSource.subscribers.push(this);
|
|
23
|
+
}
|
|
24
|
+
listenTo() {
|
|
25
|
+
return listing_column_entity_1.ListingColumnEntity;
|
|
26
|
+
}
|
|
27
|
+
async afterInsert(event) {
|
|
28
|
+
await this.listingColumnJob.delayedDispatch(this.getEventData(event));
|
|
29
|
+
}
|
|
30
|
+
async afterUpdate(event) {
|
|
31
|
+
await this.listingColumnJob.delayedDispatch(this.getEventData(event));
|
|
32
|
+
}
|
|
33
|
+
};
|
|
34
|
+
ListingColumnSubscriber = __decorate([
|
|
35
|
+
(0, typeorm_1.EventSubscriber)(),
|
|
36
|
+
__metadata("design:paramtypes", [typeorm_1.DataSource, listing_column_job_1.ListingColumnJob])
|
|
37
|
+
], ListingColumnSubscriber);
|
|
38
|
+
exports.ListingColumnSubscriber = ListingColumnSubscriber;
|
|
39
|
+
//# sourceMappingURL=listing.column.subscriber.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"listing.column.subscriber.js","sourceRoot":"","sources":["../../../src/access/subscribers/listing.column.subscriber.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAA0E;AAC1E,qCAAgF;AAChF,6EAAwE;AACxE,mEAA8D;AAEvD,IAAM,uBAAuB,GAA7B,MAAM,uBAAwB,SAAQ,0CAAqC;IAC9E,YAA6B,UAAsB,EAAmB,gBAAkC;QACpG,KAAK,EAAE,CAAC;QADiB,eAAU,GAAV,UAAU,CAAY;QAAmB,qBAAgB,GAAhB,gBAAgB,CAAkB;QAEpG,UAAU,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IACtC,CAAC;IACD,QAAQ;QACJ,OAAO,2CAAmB,CAAC;IAC/B,CAAC;IACD,KAAK,CAAC,WAAW,CAAC,KAAuC;QACrD,MAAM,IAAI,CAAC,gBAAgB,CAAC,eAAe,CAAC,IAAI,CAAC,YAAY,CAAC,KAAK,CAAC,CAAC,CAAC;IAC1E,CAAC;IAED,KAAK,CAAC,WAAW,CAAC,KAAuC;QACrD,MAAM,IAAI,CAAC,gBAAgB,CAAC,eAAe,CAAC,IAAI,CAAC,YAAY,CAAC,KAAK,CAAC,CAAC,CAAC;IAC1E,CAAC;CACJ,CAAA;AAfY,uBAAuB;IADnC,IAAA,yBAAe,GAAE;qCAE2B,oBAAU,EAAqC,qCAAgB;GAD/F,uBAAuB,CAenC;AAfY,0DAAuB"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { CommonSubscriber } from '@servicelabsco/nestjs-utility-services';
|
|
2
|
+
import { DataSource, InsertEvent, UpdateEvent } from 'typeorm';
|
|
3
|
+
import { ListingPageEntity } from '../entities/listing.page.entity';
|
|
4
|
+
import { ListingPageJob } from '../jobs/listing.page.job';
|
|
5
|
+
export declare class ListingPageSubscriber extends CommonSubscriber<ListingPageEntity> {
|
|
6
|
+
private readonly dataSource;
|
|
7
|
+
private readonly listingPageJob;
|
|
8
|
+
constructor(dataSource: DataSource, listingPageJob: ListingPageJob);
|
|
9
|
+
listenTo(): typeof ListingPageEntity;
|
|
10
|
+
afterInsert(event: InsertEvent<ListingPageEntity>): Promise<void>;
|
|
11
|
+
afterUpdate(event: UpdateEvent<ListingPageEntity>): Promise<void>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
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
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.ListingPageSubscriber = void 0;
|
|
13
|
+
const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
|
|
14
|
+
const typeorm_1 = require("typeorm");
|
|
15
|
+
const listing_page_entity_1 = require("../entities/listing.page.entity");
|
|
16
|
+
const listing_page_job_1 = require("../jobs/listing.page.job");
|
|
17
|
+
let ListingPageSubscriber = class ListingPageSubscriber extends nestjs_utility_services_1.CommonSubscriber {
|
|
18
|
+
constructor(dataSource, listingPageJob) {
|
|
19
|
+
super();
|
|
20
|
+
this.dataSource = dataSource;
|
|
21
|
+
this.listingPageJob = listingPageJob;
|
|
22
|
+
dataSource.subscribers.push(this);
|
|
23
|
+
}
|
|
24
|
+
listenTo() {
|
|
25
|
+
return listing_page_entity_1.ListingPageEntity;
|
|
26
|
+
}
|
|
27
|
+
async afterInsert(event) {
|
|
28
|
+
await this.listingPageJob.delayedDispatch(this.getEventData(event));
|
|
29
|
+
}
|
|
30
|
+
async afterUpdate(event) {
|
|
31
|
+
await this.listingPageJob.delayedDispatch(this.getEventData(event));
|
|
32
|
+
}
|
|
33
|
+
};
|
|
34
|
+
ListingPageSubscriber = __decorate([
|
|
35
|
+
(0, typeorm_1.EventSubscriber)(),
|
|
36
|
+
__metadata("design:paramtypes", [typeorm_1.DataSource, listing_page_job_1.ListingPageJob])
|
|
37
|
+
], ListingPageSubscriber);
|
|
38
|
+
exports.ListingPageSubscriber = ListingPageSubscriber;
|
|
39
|
+
//# sourceMappingURL=listing.page.subscriber.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"listing.page.subscriber.js","sourceRoot":"","sources":["../../../src/access/subscribers/listing.page.subscriber.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAA0E;AAC1E,qCAAgF;AAChF,yEAAoE;AACpE,+DAA0D;AAEnD,IAAM,qBAAqB,GAA3B,MAAM,qBAAsB,SAAQ,0CAAmC;IAC1E,YAA6B,UAAsB,EAAmB,cAA8B;QAChG,KAAK,EAAE,CAAC;QADiB,eAAU,GAAV,UAAU,CAAY;QAAmB,mBAAc,GAAd,cAAc,CAAgB;QAEhG,UAAU,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IACtC,CAAC;IACD,QAAQ;QACJ,OAAO,uCAAiB,CAAC;IAC7B,CAAC;IACD,KAAK,CAAC,WAAW,CAAC,KAAqC;QACnD,MAAM,IAAI,CAAC,cAAc,CAAC,eAAe,CAAC,IAAI,CAAC,YAAY,CAAC,KAAK,CAAC,CAAC,CAAC;IACxE,CAAC;IAED,KAAK,CAAC,WAAW,CAAC,KAAqC;QACnD,MAAM,IAAI,CAAC,cAAc,CAAC,eAAe,CAAC,IAAI,CAAC,YAAY,CAAC,KAAK,CAAC,CAAC,CAAC;IACxE,CAAC;CACJ,CAAA;AAfY,qBAAqB;IADjC,IAAA,yBAAe,GAAE;qCAE2B,oBAAU,EAAmC,iCAAc;GAD3F,qBAAqB,CAejC;AAfY,sDAAqB"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { CommonSubscriber } from '@servicelabsco/nestjs-utility-services';
|
|
2
|
+
import { DataSource, InsertEvent, UpdateEvent } from 'typeorm';
|
|
3
|
+
import { ListingPreferenceEntity } from '../entities/listing.preference.entity';
|
|
4
|
+
import { ListingPreferenceJob } from '../jobs/listing.preference.job';
|
|
5
|
+
export declare class ListingPreferenceSubscriber extends CommonSubscriber<ListingPreferenceEntity> {
|
|
6
|
+
private readonly dataSource;
|
|
7
|
+
private readonly listingPreferenceJob;
|
|
8
|
+
constructor(dataSource: DataSource, listingPreferenceJob: ListingPreferenceJob);
|
|
9
|
+
listenTo(): typeof ListingPreferenceEntity;
|
|
10
|
+
afterInsert(event: InsertEvent<ListingPreferenceEntity>): Promise<void>;
|
|
11
|
+
afterUpdate(event: UpdateEvent<ListingPreferenceEntity>): Promise<void>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
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
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.ListingPreferenceSubscriber = void 0;
|
|
13
|
+
const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
|
|
14
|
+
const typeorm_1 = require("typeorm");
|
|
15
|
+
const listing_preference_entity_1 = require("../entities/listing.preference.entity");
|
|
16
|
+
const listing_preference_job_1 = require("../jobs/listing.preference.job");
|
|
17
|
+
let ListingPreferenceSubscriber = class ListingPreferenceSubscriber extends nestjs_utility_services_1.CommonSubscriber {
|
|
18
|
+
constructor(dataSource, listingPreferenceJob) {
|
|
19
|
+
super();
|
|
20
|
+
this.dataSource = dataSource;
|
|
21
|
+
this.listingPreferenceJob = listingPreferenceJob;
|
|
22
|
+
dataSource.subscribers.push(this);
|
|
23
|
+
}
|
|
24
|
+
listenTo() {
|
|
25
|
+
return listing_preference_entity_1.ListingPreferenceEntity;
|
|
26
|
+
}
|
|
27
|
+
async afterInsert(event) {
|
|
28
|
+
await this.listingPreferenceJob.delayedDispatch(this.getEventData(event));
|
|
29
|
+
}
|
|
30
|
+
async afterUpdate(event) {
|
|
31
|
+
await this.listingPreferenceJob.delayedDispatch(this.getEventData(event));
|
|
32
|
+
}
|
|
33
|
+
};
|
|
34
|
+
ListingPreferenceSubscriber = __decorate([
|
|
35
|
+
(0, typeorm_1.EventSubscriber)(),
|
|
36
|
+
__metadata("design:paramtypes", [typeorm_1.DataSource, listing_preference_job_1.ListingPreferenceJob])
|
|
37
|
+
], ListingPreferenceSubscriber);
|
|
38
|
+
exports.ListingPreferenceSubscriber = ListingPreferenceSubscriber;
|
|
39
|
+
//# sourceMappingURL=listing.preference.subscriber.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"listing.preference.subscriber.js","sourceRoot":"","sources":["../../../src/access/subscribers/listing.preference.subscriber.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAA0E;AAC1E,qCAAgF;AAChF,qFAAgF;AAChF,2EAAsE;AAE/D,IAAM,2BAA2B,GAAjC,MAAM,2BAA4B,SAAQ,0CAAyC;IACtF,YAA6B,UAAsB,EAAmB,oBAA0C;QAC5G,KAAK,EAAE,CAAC;QADiB,eAAU,GAAV,UAAU,CAAY;QAAmB,yBAAoB,GAApB,oBAAoB,CAAsB;QAE5G,UAAU,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IACtC,CAAC;IACD,QAAQ;QACJ,OAAO,mDAAuB,CAAC;IACnC,CAAC;IACD,KAAK,CAAC,WAAW,CAAC,KAA2C;QACzD,MAAM,IAAI,CAAC,oBAAoB,CAAC,eAAe,CAAC,IAAI,CAAC,YAAY,CAAC,KAAK,CAAC,CAAC,CAAC;IAC9E,CAAC;IAED,KAAK,CAAC,WAAW,CAAC,KAA2C;QACzD,MAAM,IAAI,CAAC,oBAAoB,CAAC,eAAe,CAAC,IAAI,CAAC,YAAY,CAAC,KAAK,CAAC,CAAC,CAAC;IAC9E,CAAC;CACJ,CAAA;AAfY,2BAA2B;IADvC,IAAA,yBAAe,GAAE;qCAE2B,oBAAU,EAAyC,6CAAoB;GADvG,2BAA2B,CAevC;AAfY,kEAA2B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.controller.js","sourceRoot":"","sources":["../src/app.controller.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,2CAAwD;AACxD,
|
|
1
|
+
{"version":3,"file":"app.controller.js","sourceRoot":"","sources":["../src/app.controller.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,2CAAwD;AACxD,oFAA4E;AAC5E,+CAA2C;AAGpC,IAAM,aAAa,GAAnB,MAAM,aAAa;IACtB,YAA6B,UAAsB,EAAmB,YAA0B;QAAnE,eAAU,GAAV,UAAU,CAAY;QAAmB,iBAAY,GAAZ,YAAY,CAAc;IAAG,CAAC;IAGpG,QAAQ;QACJ,OAAO,IAAI,CAAC,UAAU,CAAC,QAAQ,EAAE,CAAC;IACtC,CAAC;IAGD,KAAK;QACD,OAAO,SAAS,CAAC;IACrB,CAAC;IAGK,AAAN,KAAK,CAAC,IAAI;QACN,OAAO,8BAAI,CAAC,IAAI,EAAE,CAAC;IACvB,CAAC;IAGK,AAAN,KAAK,CAAC,aAAa;QACf,OAAO,IAAI,CAAC,YAAY,CAAC,aAAa,CAAC,CAAC,EAAE,GAAG,CAAC,CAAC;IACnD,CAAC;IAGK,AAAN,KAAK,CAAC,eAAe,CAAc,EAAU;QACzC,OAAO,IAAI,CAAC,YAAY,CAAC,aAAa,CAAC,EAAE,CAAC,CAAC;IAC/C,CAAC;IAGK,AAAN,KAAK,CAAC,QAAQ;QACV,MAAM,YAAY,GAAG,MAAM,IAAI,CAAC,YAAY,CAAC,QAAQ,EAAE,CAAC;QACxD,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,YAAY,CAAC,aAAa,EAAE,CAAC;QAEzD,OAAO,EAAE,YAAY,EAAE,QAAQ,EAAE,CAAC;IACtC,CAAC;IAGK,AAAN,KAAK,CAAC,GAAG,KAAI,CAAC;CACjB,CAAA;AAnCG;IAAC,IAAA,YAAG,GAAE;;;;6CAGL;AAED;IAAC,IAAA,YAAG,EAAC,eAAe,CAAC;;;;0CAGpB;AAGK;IADL,IAAA,YAAG,EAAC,UAAU,CAAC;;;;yCAGf;AAGK;IADL,IAAA,YAAG,EAAC,aAAa,CAAC;;;;kDAGlB;AAGK;IADL,IAAA,YAAG,EAAC,WAAW,CAAC;IACM,WAAA,IAAA,cAAK,EAAC,IAAI,CAAC,CAAA;;;;oDAEjC;AAGK;IADL,IAAA,YAAG,EAAC,OAAO,CAAC;;;;6CAMZ;AAGK;IADL,IAAA,YAAG,EAAC,KAAK,CAAC;;;;wCACG;AArCL,aAAa;IADzB,IAAA,mBAAU,GAAE;qCAEgC,wBAAU,EAAiC,sCAAY;GADvF,aAAa,CAsCzB;AAtCY,sCAAa"}
|
|
@@ -7,6 +7,9 @@ import { DashboardComponentEntity } from '../access/entities/dashboard.component
|
|
|
7
7
|
import { DashboardEntity } from '../access/entities/dashboard.entity';
|
|
8
8
|
import { GroupRoleEntity } from '../access/entities/group.role.entity';
|
|
9
9
|
import { ListPreferenceEntity } from '../access/entities/list.preference.entity';
|
|
10
|
+
import { ListingColumnEntity } from '../access/entities/listing.column.entity';
|
|
11
|
+
import { ListingPageEntity } from '../access/entities/listing.page.entity';
|
|
12
|
+
import { ListingPreferenceEntity } from '../access/entities/listing.preference.entity';
|
|
10
13
|
import { MenuActionEntity } from '../access/entities/menu.action.entity';
|
|
11
14
|
import { MenuEntity } from '../access/entities/menu.entity';
|
|
12
15
|
import { MenuRoleEntity } from '../access/entities/menu.role.entity';
|
|
@@ -27,6 +30,9 @@ declare const entityConstants: {
|
|
|
27
30
|
cb3277c9b0177cb369d162e6785c68b2: typeof DashboardEntity;
|
|
28
31
|
'9757c354b6a42e5de9e21593a75b77d8': typeof GroupRoleEntity;
|
|
29
32
|
'91aaebde27f2d32ade69bff5b2b125cf': typeof ListPreferenceEntity;
|
|
33
|
+
'5d110fc01af01276ac8e191ea354050d': typeof ListingColumnEntity;
|
|
34
|
+
'8d740fe9deb9e9ac95a9289a6d18c7ff': typeof ListingPageEntity;
|
|
35
|
+
bba85a08ec7d885c1db4330a0028b11a: typeof ListingPreferenceEntity;
|
|
30
36
|
'62eb666cea4a5f270a7d6e1cb8c8c9b3': typeof MenuActionEntity;
|
|
31
37
|
'5dece2a2a80521fd22e32505a75e40a3': typeof MenuEntity;
|
|
32
38
|
'57f3b627d3d22c02a5cb2585afb0713c': typeof MenuRoleEntity;
|
|
@@ -8,6 +8,9 @@ const dashboard_component_entity_1 = require("../access/entities/dashboard.compo
|
|
|
8
8
|
const dashboard_entity_1 = require("../access/entities/dashboard.entity");
|
|
9
9
|
const group_role_entity_1 = require("../access/entities/group.role.entity");
|
|
10
10
|
const list_preference_entity_1 = require("../access/entities/list.preference.entity");
|
|
11
|
+
const listing_column_entity_1 = require("../access/entities/listing.column.entity");
|
|
12
|
+
const listing_page_entity_1 = require("../access/entities/listing.page.entity");
|
|
13
|
+
const listing_preference_entity_1 = require("../access/entities/listing.preference.entity");
|
|
11
14
|
const menu_action_entity_1 = require("../access/entities/menu.action.entity");
|
|
12
15
|
const menu_entity_1 = require("../access/entities/menu.entity");
|
|
13
16
|
const menu_role_entity_1 = require("../access/entities/menu.role.entity");
|
|
@@ -28,6 +31,9 @@ const entityConstants = {
|
|
|
28
31
|
cb3277c9b0177cb369d162e6785c68b2: dashboard_entity_1.DashboardEntity,
|
|
29
32
|
'9757c354b6a42e5de9e21593a75b77d8': group_role_entity_1.GroupRoleEntity,
|
|
30
33
|
'91aaebde27f2d32ade69bff5b2b125cf': list_preference_entity_1.ListPreferenceEntity,
|
|
34
|
+
'5d110fc01af01276ac8e191ea354050d': listing_column_entity_1.ListingColumnEntity,
|
|
35
|
+
'8d740fe9deb9e9ac95a9289a6d18c7ff': listing_page_entity_1.ListingPageEntity,
|
|
36
|
+
bba85a08ec7d885c1db4330a0028b11a: listing_preference_entity_1.ListingPreferenceEntity,
|
|
31
37
|
'62eb666cea4a5f270a7d6e1cb8c8c9b3': menu_action_entity_1.MenuActionEntity,
|
|
32
38
|
'5dece2a2a80521fd22e32505a75e40a3': menu_entity_1.MenuEntity,
|
|
33
39
|
'57f3b627d3d22c02a5cb2585afb0713c': menu_role_entity_1.MenuRoleEntity,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entity.constants.js","sourceRoot":"","sources":["../../src/config/entity.constants.ts"],"names":[],"mappings":";AAAA,sFAAiF;AACjF,kFAA6E;AAC7E,4FAAsF;AACtF,4EAAuE;AACvE,kFAA6E;AAC7E,8FAAyF;AACzF,0EAAsE;AACtE,4EAAuE;AACvE,sFAAiF;AACjF,8EAAyE;AACzE,gEAA4D;AAC5D,0EAAqE;AACrE,oEAAgE;AAChE,8EAAyE;AACzE,sEAAkE;AAClE,4EAAuE;AACvE,0EAAqE;AACrE,oFAA8E;AAC9E,0EAAqE;AAErE,MAAM,eAAe,GAAG;IACpB,kCAAkC,EAAE,6CAAoB;IACxD,gCAAgC,EAAE,yCAAkB;IACpD,gCAAgC,EAAE,kDAAsB;IACxD,kCAAkC,EAAE,mCAAe;IACnD,kCAAkC,EAAE,yCAAkB;IACtD,kCAAkC,EAAE,qDAAwB;IAC5D,gCAAgC,EAAE,kCAAe;IACjD,kCAAkC,EAAE,mCAAe;IACnD,kCAAkC,EAAE,6CAAoB;IACxD,kCAAkC,EAAE,qCAAgB;IACpD,kCAAkC,EAAE,wBAAU;IAC9C,kCAAkC,EAAE,iCAAc;IAClD,kCAAkC,EAAE,4BAAY;IAChD,kCAAkC,EAAE,qCAAgB;IACpD,kCAAkC,EAAE,8BAAa;IACjD,kCAAkC,EAAE,mCAAe;IACnD,kCAAkC,EAAE,iCAAc;IAClD,kCAAkC,EAAE,0CAAkB;IACtD,kCAAkC,EAAE,iCAAc;CACrD,CAAC;AAEF,iBAAS,eAAe,CAAC"}
|
|
1
|
+
{"version":3,"file":"entity.constants.js","sourceRoot":"","sources":["../../src/config/entity.constants.ts"],"names":[],"mappings":";AAAA,sFAAiF;AACjF,kFAA6E;AAC7E,4FAAsF;AACtF,4EAAuE;AACvE,kFAA6E;AAC7E,8FAAyF;AACzF,0EAAsE;AACtE,4EAAuE;AACvE,sFAAiF;AACjF,oFAA+E;AAC/E,gFAA2E;AAC3E,4FAAuF;AACvF,8EAAyE;AACzE,gEAA4D;AAC5D,0EAAqE;AACrE,oEAAgE;AAChE,8EAAyE;AACzE,sEAAkE;AAClE,4EAAuE;AACvE,0EAAqE;AACrE,oFAA8E;AAC9E,0EAAqE;AAErE,MAAM,eAAe,GAAG;IACpB,kCAAkC,EAAE,6CAAoB;IACxD,gCAAgC,EAAE,yCAAkB;IACpD,gCAAgC,EAAE,kDAAsB;IACxD,kCAAkC,EAAE,mCAAe;IACnD,kCAAkC,EAAE,yCAAkB;IACtD,kCAAkC,EAAE,qDAAwB;IAC5D,gCAAgC,EAAE,kCAAe;IACjD,kCAAkC,EAAE,mCAAe;IACnD,kCAAkC,EAAE,6CAAoB;IACxD,kCAAkC,EAAE,2CAAmB;IACvD,kCAAkC,EAAE,uCAAiB;IACrD,gCAAgC,EAAE,mDAAuB;IACzD,kCAAkC,EAAE,qCAAgB;IACpD,kCAAkC,EAAE,wBAAU;IAC9C,kCAAkC,EAAE,iCAAc;IAClD,kCAAkC,EAAE,4BAAY;IAChD,kCAAkC,EAAE,qCAAgB;IACpD,kCAAkC,EAAE,8BAAa;IACjD,kCAAkC,EAAE,mCAAe;IACnD,kCAAkC,EAAE,iCAAc;IAClD,kCAAkC,EAAE,0CAAkB;IACtD,kCAAkC,EAAE,iCAAc;CACrD,CAAC;AAEF,iBAAS,eAAe,CAAC"}
|