@servicelabsco/slabs-access-manager 0.1.31 → 0.1.33
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/controllers/business.preference.controller.d.ts +11 -0
- package/dist/access/controllers/business.preference.controller.js +66 -0
- package/dist/access/controllers/business.preference.controller.js.map +1 -0
- package/dist/access/controllers/index.d.ts +2 -0
- package/dist/access/controllers/index.js +2 -0
- package/dist/access/controllers/index.js.map +1 -1
- package/dist/access/controllers/user.preference.controller.d.ts +11 -0
- package/dist/access/controllers/user.preference.controller.js +77 -0
- package/dist/access/controllers/user.preference.controller.js.map +1 -0
- package/dist/access/dtos/add.business.preference.dto.d.ts +3 -0
- package/dist/access/dtos/add.business.preference.dto.js +24 -0
- package/dist/access/dtos/add.business.preference.dto.js.map +1 -0
- package/dist/access/dtos/add.user.preference.dto.d.ts +3 -0
- package/dist/access/dtos/add.user.preference.dto.js +24 -0
- package/dist/access/dtos/add.user.preference.dto.js.map +1 -0
- package/dist/access/dtos/business.preference.attributes.dto.d.ts +3 -0
- package/dist/access/dtos/business.preference.attributes.dto.js +8 -0
- package/dist/access/dtos/business.preference.attributes.dto.js.map +1 -0
- package/dist/access/dtos/index.d.ts +4 -0
- package/dist/access/dtos/index.js +4 -0
- package/dist/access/dtos/index.js.map +1 -1
- package/dist/access/dtos/user.preference.attributes.dto.d.ts +3 -0
- package/dist/access/dtos/user.preference.attributes.dto.js +8 -0
- package/dist/access/dtos/user.preference.attributes.dto.js.map +1 -0
- package/dist/access/entities/business.group.role.entity.d.ts +10 -0
- package/dist/access/entities/business.group.role.entity.js +45 -0
- package/dist/access/entities/business.group.role.entity.js.map +1 -0
- package/dist/access/entities/business.preference.entity.d.ts +10 -0
- package/dist/access/entities/business.preference.entity.js +44 -0
- package/dist/access/entities/business.preference.entity.js.map +1 -0
- package/dist/access/entities/group.member.entity.d.ts +10 -0
- package/dist/access/entities/group.member.entity.js +45 -0
- package/dist/access/entities/group.member.entity.js.map +1 -0
- package/dist/access/entities/index.d.ts +4 -0
- package/dist/access/entities/index.js +4 -0
- package/dist/access/entities/index.js.map +1 -1
- package/dist/access/entities/listing.page.entity.d.ts +1 -0
- package/dist/access/entities/listing.page.entity.js +4 -0
- package/dist/access/entities/listing.page.entity.js.map +1 -1
- package/dist/access/entities/user.preference.entity.d.ts +16 -0
- package/dist/access/entities/user.preference.entity.js +64 -0
- package/dist/access/entities/user.preference.entity.js.map +1 -0
- package/dist/access/es6.classes.d.ts +27 -8
- package/dist/access/es6.classes.js +62 -2
- package/dist/access/es6.classes.js.map +1 -1
- package/dist/access/jobs/business.group.role.job.d.ts +10 -0
- package/dist/access/jobs/business.group.role.job.js +46 -0
- package/dist/access/jobs/business.group.role.job.js.map +1 -0
- package/dist/access/jobs/business.preference.job.d.ts +7 -0
- package/dist/access/jobs/business.preference.job.js +29 -0
- package/dist/access/jobs/business.preference.job.js.map +1 -0
- package/dist/access/jobs/business.user.group.job.d.ts +8 -0
- package/dist/access/jobs/business.user.group.job.js +35 -0
- package/dist/access/jobs/business.user.group.job.js.map +1 -0
- package/dist/access/jobs/group.member.job.d.ts +10 -0
- package/dist/access/jobs/group.member.job.js +46 -0
- package/dist/access/jobs/group.member.job.js.map +1 -0
- package/dist/access/jobs/index.d.ts +5 -0
- package/dist/access/jobs/index.js +5 -0
- package/dist/access/jobs/index.js.map +1 -1
- package/dist/access/jobs/user.preference.job.d.ts +7 -0
- package/dist/access/jobs/user.preference.job.js +29 -0
- package/dist/access/jobs/user.preference.job.js.map +1 -0
- package/dist/access/libraries/index.d.ts +2 -0
- package/dist/access/libraries/index.js +2 -0
- package/dist/access/libraries/index.js.map +1 -1
- package/dist/access/libraries/process.business.group.role.updation.d.ts +9 -0
- package/dist/access/libraries/process.business.group.role.updation.js +32 -0
- package/dist/access/libraries/process.business.group.role.updation.js.map +1 -0
- package/dist/access/libraries/process.group.member.updation.d.ts +9 -0
- package/dist/access/libraries/process.group.member.updation.js +36 -0
- package/dist/access/libraries/process.group.member.updation.js.map +1 -0
- package/dist/access/libraries/process.preference.data.d.ts +1 -0
- package/dist/access/libraries/process.preference.data.js +15 -0
- package/dist/access/libraries/process.preference.data.js.map +1 -1
- package/dist/access/services/business.preference.service.d.ts +8 -0
- package/dist/access/services/business.preference.service.js +50 -0
- package/dist/access/services/business.preference.service.js.map +1 -0
- package/dist/access/services/es6.jobs.service.d.ts +11 -1
- package/dist/access/services/es6.jobs.service.js +22 -2
- package/dist/access/services/es6.jobs.service.js.map +1 -1
- package/dist/access/services/index.d.ts +2 -0
- package/dist/access/services/index.js +2 -0
- package/dist/access/services/index.js.map +1 -1
- package/dist/access/services/user.preference.service.d.ts +3 -0
- package/dist/access/services/user.preference.service.js +24 -0
- package/dist/access/services/user.preference.service.js.map +1 -0
- package/dist/access/subscribers/business.group.role.subscriber.d.ts +12 -0
- package/dist/access/subscribers/business.group.role.subscriber.js +40 -0
- package/dist/access/subscribers/business.group.role.subscriber.js.map +1 -0
- package/dist/access/subscribers/business.preference.subscriber.d.ts +12 -0
- package/dist/access/subscribers/business.preference.subscriber.js +40 -0
- package/dist/access/subscribers/business.preference.subscriber.js.map +1 -0
- package/dist/access/subscribers/business.user.group.subscriber.d.ts +12 -0
- package/dist/access/subscribers/business.user.group.subscriber.js +40 -0
- package/dist/access/subscribers/business.user.group.subscriber.js.map +1 -0
- package/dist/access/subscribers/group.member.subscriber.d.ts +12 -0
- package/dist/access/subscribers/group.member.subscriber.js +40 -0
- package/dist/access/subscribers/group.member.subscriber.js.map +1 -0
- package/dist/access/subscribers/index.d.ts +5 -0
- package/dist/access/subscribers/index.js +5 -0
- package/dist/access/subscribers/index.js.map +1 -1
- package/dist/access/subscribers/user.preference.subscriber.d.ts +12 -0
- package/dist/access/subscribers/user.preference.subscriber.js +40 -0
- package/dist/access/subscribers/user.preference.subscriber.js.map +1 -0
- package/dist/config/entity.constants.d.ts +8 -0
- package/dist/config/entity.constants.js +8 -0
- package/dist/config/entity.constants.js.map +1 -1
- package/dist/config/source.hash.d.ts +1 -0
- package/dist/config/source.hash.js +1 -0
- package/dist/config/source.hash.js.map +1 -1
- package/dist/migrations/1681409239688-CreateBusinessPreferenceTable.d.ts +5 -0
- package/dist/migrations/1681409239688-CreateBusinessPreferenceTable.js +20 -0
- package/dist/migrations/1681409239688-CreateBusinessPreferenceTable.js.map +1 -0
- package/dist/migrations/1681711912972-CreateBusinessUserGroupTable.d.ts +5 -0
- package/dist/migrations/1681711912972-CreateBusinessUserGroupTable.js +22 -0
- package/dist/migrations/1681711912972-CreateBusinessUserGroupTable.js.map +1 -0
- package/dist/migrations/1681715459620-CreateGroupMemberTable.d.ts +5 -0
- package/dist/migrations/1681715459620-CreateGroupMemberTable.js +19 -0
- package/dist/migrations/1681715459620-CreateGroupMemberTable.js.map +1 -0
- package/dist/migrations/1684947793186-CreateGroupRoleTable.d.ts +5 -0
- package/dist/migrations/1684947793186-CreateGroupRoleTable.js +19 -0
- package/dist/migrations/1684947793186-CreateGroupRoleTable.js.map +1 -0
- package/dist/migrations/1700822457894-CreateUserPreferenceTable.d.ts +5 -0
- package/dist/migrations/1700822457894-CreateUserPreferenceTable.js +23 -0
- package/dist/migrations/1700822457894-CreateUserPreferenceTable.js.map +1 -0
- package/dist/migrations/1703908200320-AddOrderDefinitionUtlListingPagesTable.d.ts +5 -0
- package/dist/migrations/1703908200320-AddOrderDefinitionUtlListingPagesTable.js +15 -0
- package/dist/migrations/1703908200320-AddOrderDefinitionUtlListingPagesTable.js.map +1 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,24 @@
|
|
|
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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
|
+
exports.UserPreferenceService = void 0;
|
|
10
|
+
const common_1 = require("@nestjs/common");
|
|
11
|
+
const user_preference_entity_1 = require("../entities/user.preference.entity");
|
|
12
|
+
let UserPreferenceService = class UserPreferenceService {
|
|
13
|
+
async updateUserPreference(business_id, user_id, product_id, updateField, name) {
|
|
14
|
+
const r = await user_preference_entity_1.UserPreferenceEntity.firstOrNew({ business_id, user_id, product_id, name });
|
|
15
|
+
r.preference = { ...r.preference };
|
|
16
|
+
r.preference[updateField] = true;
|
|
17
|
+
await r.save();
|
|
18
|
+
}
|
|
19
|
+
};
|
|
20
|
+
exports.UserPreferenceService = UserPreferenceService;
|
|
21
|
+
exports.UserPreferenceService = UserPreferenceService = __decorate([
|
|
22
|
+
(0, common_1.Injectable)()
|
|
23
|
+
], UserPreferenceService);
|
|
24
|
+
//# sourceMappingURL=user.preference.service.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"user.preference.service.js","sourceRoot":"","sources":["../../../src/access/services/user.preference.service.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAA4C;AAC5C,+EAA0E;AAGnE,IAAM,qBAAqB,GAA3B,MAAM,qBAAqB;IAC9B,KAAK,CAAC,oBAAoB,CAAC,WAAmB,EAAE,OAAe,EAAE,UAAkB,EAAE,WAAmB,EAAE,IAAY;QAClH,MAAM,CAAC,GAAG,MAAM,6CAAoB,CAAC,UAAU,CAAC,EAAE,WAAW,EAAE,OAAO,EAAE,UAAU,EAAE,IAAI,EAAE,CAAC,CAAC;QAE5F,CAAC,CAAC,UAAU,GAAG,EAAE,GAAG,CAAC,CAAC,UAAU,EAAE,CAAC;QACnC,CAAC,CAAC,UAAU,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC;QAEjC,MAAM,CAAC,CAAC,IAAI,EAAE,CAAC;IACnB,CAAC;CACJ,CAAA;AATY,sDAAqB;gCAArB,qBAAqB;IADjC,IAAA,mBAAU,GAAE;GACA,qBAAqB,CASjC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { CommonSubscriber } from '@servicelabsco/nestjs-utility-services';
|
|
2
|
+
import { DataSource, InsertEvent, UpdateEvent } from 'typeorm';
|
|
3
|
+
import { BusinessGroupRoleEntity } from '../entities/business.group.role.entity';
|
|
4
|
+
import { GroupRoleJob } from '../jobs/group.role.job';
|
|
5
|
+
export declare class BusinessGroupRoleSubscriber extends CommonSubscriber<BusinessGroupRoleEntity> {
|
|
6
|
+
private readonly dataSource;
|
|
7
|
+
private readonly userGroupRoleJob;
|
|
8
|
+
constructor(dataSource: DataSource, userGroupRoleJob: GroupRoleJob);
|
|
9
|
+
listenTo(): typeof BusinessGroupRoleEntity;
|
|
10
|
+
afterInsert(event: InsertEvent<BusinessGroupRoleEntity>): Promise<void>;
|
|
11
|
+
afterUpdate(event: UpdateEvent<BusinessGroupRoleEntity>): Promise<void>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
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.BusinessGroupRoleSubscriber = void 0;
|
|
13
|
+
const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
|
|
14
|
+
const typeorm_1 = require("typeorm");
|
|
15
|
+
const business_group_role_entity_1 = require("../entities/business.group.role.entity");
|
|
16
|
+
const group_role_job_1 = require("../jobs/group.role.job");
|
|
17
|
+
let BusinessGroupRoleSubscriber = class BusinessGroupRoleSubscriber extends nestjs_utility_services_1.CommonSubscriber {
|
|
18
|
+
constructor(dataSource, userGroupRoleJob) {
|
|
19
|
+
super();
|
|
20
|
+
this.dataSource = dataSource;
|
|
21
|
+
this.userGroupRoleJob = userGroupRoleJob;
|
|
22
|
+
dataSource.subscribers.push(this);
|
|
23
|
+
}
|
|
24
|
+
listenTo() {
|
|
25
|
+
return business_group_role_entity_1.BusinessGroupRoleEntity;
|
|
26
|
+
}
|
|
27
|
+
async afterInsert(event) {
|
|
28
|
+
await this.userGroupRoleJob.delayedDispatch(this.getEventData(event));
|
|
29
|
+
}
|
|
30
|
+
async afterUpdate(event) {
|
|
31
|
+
await this.userGroupRoleJob.delayedDispatch(this.getEventData(event));
|
|
32
|
+
}
|
|
33
|
+
};
|
|
34
|
+
exports.BusinessGroupRoleSubscriber = BusinessGroupRoleSubscriber;
|
|
35
|
+
exports.BusinessGroupRoleSubscriber = BusinessGroupRoleSubscriber = __decorate([
|
|
36
|
+
(0, typeorm_1.EventSubscriber)(),
|
|
37
|
+
__metadata("design:paramtypes", [typeorm_1.DataSource,
|
|
38
|
+
group_role_job_1.GroupRoleJob])
|
|
39
|
+
], BusinessGroupRoleSubscriber);
|
|
40
|
+
//# sourceMappingURL=business.group.role.subscriber.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"business.group.role.subscriber.js","sourceRoot":"","sources":["../../../src/access/subscribers/business.group.role.subscriber.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAA0E;AAC1E,qCAAgF;AAChF,uFAAiF;AACjF,2DAAsD;AAE/C,IAAM,2BAA2B,GAAjC,MAAM,2BAA4B,SAAQ,0CAAyC;IACtF,YACqB,UAAsB,EACtB,gBAA8B;QAE/C,KAAK,EAAE,CAAC;QAHS,eAAU,GAAV,UAAU,CAAY;QACtB,qBAAgB,GAAhB,gBAAgB,CAAc;QAG/C,UAAU,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IACtC,CAAC;IACD,QAAQ;QACJ,OAAO,oDAAuB,CAAC;IACnC,CAAC;IACD,KAAK,CAAC,WAAW,CAAC,KAA2C;QACzD,MAAM,IAAI,CAAC,gBAAgB,CAAC,eAAe,CAAC,IAAI,CAAC,YAAY,CAAC,KAAK,CAAC,CAAC,CAAC;IAC1E,CAAC;IAED,KAAK,CAAC,WAAW,CAAC,KAA2C;QACzD,MAAM,IAAI,CAAC,gBAAgB,CAAC,eAAe,CAAC,IAAI,CAAC,YAAY,CAAC,KAAK,CAAC,CAAC,CAAC;IAC1E,CAAC;CACJ,CAAA;AAlBY,kEAA2B;sCAA3B,2BAA2B;IADvC,IAAA,yBAAe,GAAE;qCAGmB,oBAAU;QACJ,6BAAY;GAH1C,2BAA2B,CAkBvC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { CommonSubscriber } from '@servicelabsco/nestjs-utility-services';
|
|
2
|
+
import { DataSource, InsertEvent, UpdateEvent } from 'typeorm';
|
|
3
|
+
import { BusinessPreferenceEntity } from '../entities/business.preference.entity';
|
|
4
|
+
import { BusinessPreferenceJob } from '../jobs/business.preference.job';
|
|
5
|
+
export declare class BusinessPreferenceSubscriber extends CommonSubscriber<BusinessPreferenceEntity> {
|
|
6
|
+
private readonly dataSource;
|
|
7
|
+
private readonly businessPreferenceJob;
|
|
8
|
+
constructor(dataSource: DataSource, businessPreferenceJob: BusinessPreferenceJob);
|
|
9
|
+
listenTo(): typeof BusinessPreferenceEntity;
|
|
10
|
+
afterInsert(event: InsertEvent<BusinessPreferenceEntity>): Promise<void>;
|
|
11
|
+
afterUpdate(event: UpdateEvent<BusinessPreferenceEntity>): Promise<void>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
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.BusinessPreferenceSubscriber = void 0;
|
|
13
|
+
const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
|
|
14
|
+
const typeorm_1 = require("typeorm");
|
|
15
|
+
const business_preference_entity_1 = require("../entities/business.preference.entity");
|
|
16
|
+
const business_preference_job_1 = require("../jobs/business.preference.job");
|
|
17
|
+
let BusinessPreferenceSubscriber = class BusinessPreferenceSubscriber extends nestjs_utility_services_1.CommonSubscriber {
|
|
18
|
+
constructor(dataSource, businessPreferenceJob) {
|
|
19
|
+
super();
|
|
20
|
+
this.dataSource = dataSource;
|
|
21
|
+
this.businessPreferenceJob = businessPreferenceJob;
|
|
22
|
+
dataSource.subscribers.push(this);
|
|
23
|
+
}
|
|
24
|
+
listenTo() {
|
|
25
|
+
return business_preference_entity_1.BusinessPreferenceEntity;
|
|
26
|
+
}
|
|
27
|
+
async afterInsert(event) {
|
|
28
|
+
await this.businessPreferenceJob.delayedDispatch(this.getEventData(event));
|
|
29
|
+
}
|
|
30
|
+
async afterUpdate(event) {
|
|
31
|
+
await this.businessPreferenceJob.delayedDispatch(this.getEventData(event));
|
|
32
|
+
}
|
|
33
|
+
};
|
|
34
|
+
exports.BusinessPreferenceSubscriber = BusinessPreferenceSubscriber;
|
|
35
|
+
exports.BusinessPreferenceSubscriber = BusinessPreferenceSubscriber = __decorate([
|
|
36
|
+
(0, typeorm_1.EventSubscriber)(),
|
|
37
|
+
__metadata("design:paramtypes", [typeorm_1.DataSource,
|
|
38
|
+
business_preference_job_1.BusinessPreferenceJob])
|
|
39
|
+
], BusinessPreferenceSubscriber);
|
|
40
|
+
//# sourceMappingURL=business.preference.subscriber.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"business.preference.subscriber.js","sourceRoot":"","sources":["../../../src/access/subscribers/business.preference.subscriber.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAA0E;AAC1E,qCAAgF;AAChF,uFAAkF;AAClF,6EAAwE;AAEjE,IAAM,4BAA4B,GAAlC,MAAM,4BAA6B,SAAQ,0CAA0C;IACxF,YACqB,UAAsB,EACtB,qBAA4C;QAE7D,KAAK,EAAE,CAAC;QAHS,eAAU,GAAV,UAAU,CAAY;QACtB,0BAAqB,GAArB,qBAAqB,CAAuB;QAG7D,UAAU,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IACtC,CAAC;IACD,QAAQ;QACJ,OAAO,qDAAwB,CAAC;IACpC,CAAC;IACD,KAAK,CAAC,WAAW,CAAC,KAA4C;QAC1D,MAAM,IAAI,CAAC,qBAAqB,CAAC,eAAe,CAAC,IAAI,CAAC,YAAY,CAAC,KAAK,CAAC,CAAC,CAAC;IAC/E,CAAC;IAED,KAAK,CAAC,WAAW,CAAC,KAA4C;QAC1D,MAAM,IAAI,CAAC,qBAAqB,CAAC,eAAe,CAAC,IAAI,CAAC,YAAY,CAAC,KAAK,CAAC,CAAC,CAAC;IAC/E,CAAC;CACJ,CAAA;AAlBY,oEAA4B;uCAA5B,4BAA4B;IADxC,IAAA,yBAAe,GAAE;qCAGmB,oBAAU;QACC,+CAAqB;GAHxD,4BAA4B,CAkBxC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { CommonSubscriber } from '@servicelabsco/nestjs-utility-services';
|
|
2
|
+
import { DataSource, InsertEvent, UpdateEvent } from 'typeorm';
|
|
3
|
+
import { BusinessUserGroupEntity } from '../entities/business.user.group.entity';
|
|
4
|
+
import { BusinessUserGroupJob } from '../jobs/business.user.group.job';
|
|
5
|
+
export declare class BusinessUserGroupSubscriber extends CommonSubscriber<BusinessUserGroupEntity> {
|
|
6
|
+
private readonly dataSource;
|
|
7
|
+
private readonly businessUserGroupJob;
|
|
8
|
+
constructor(dataSource: DataSource, businessUserGroupJob: BusinessUserGroupJob);
|
|
9
|
+
listenTo(): typeof BusinessUserGroupEntity;
|
|
10
|
+
afterInsert(event: InsertEvent<BusinessUserGroupEntity>): Promise<void>;
|
|
11
|
+
afterUpdate(event: UpdateEvent<BusinessUserGroupEntity>): Promise<void>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
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.BusinessUserGroupSubscriber = void 0;
|
|
13
|
+
const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
|
|
14
|
+
const typeorm_1 = require("typeorm");
|
|
15
|
+
const business_user_group_entity_1 = require("../entities/business.user.group.entity");
|
|
16
|
+
const business_user_group_job_1 = require("../jobs/business.user.group.job");
|
|
17
|
+
let BusinessUserGroupSubscriber = class BusinessUserGroupSubscriber extends nestjs_utility_services_1.CommonSubscriber {
|
|
18
|
+
constructor(dataSource, businessUserGroupJob) {
|
|
19
|
+
super();
|
|
20
|
+
this.dataSource = dataSource;
|
|
21
|
+
this.businessUserGroupJob = businessUserGroupJob;
|
|
22
|
+
dataSource.subscribers.push(this);
|
|
23
|
+
}
|
|
24
|
+
listenTo() {
|
|
25
|
+
return business_user_group_entity_1.BusinessUserGroupEntity;
|
|
26
|
+
}
|
|
27
|
+
async afterInsert(event) {
|
|
28
|
+
await this.businessUserGroupJob.delayedDispatch(this.getEventData(event));
|
|
29
|
+
}
|
|
30
|
+
async afterUpdate(event) {
|
|
31
|
+
await this.businessUserGroupJob.delayedDispatch(this.getEventData(event));
|
|
32
|
+
}
|
|
33
|
+
};
|
|
34
|
+
exports.BusinessUserGroupSubscriber = BusinessUserGroupSubscriber;
|
|
35
|
+
exports.BusinessUserGroupSubscriber = BusinessUserGroupSubscriber = __decorate([
|
|
36
|
+
(0, typeorm_1.EventSubscriber)(),
|
|
37
|
+
__metadata("design:paramtypes", [typeorm_1.DataSource,
|
|
38
|
+
business_user_group_job_1.BusinessUserGroupJob])
|
|
39
|
+
], BusinessUserGroupSubscriber);
|
|
40
|
+
//# sourceMappingURL=business.user.group.subscriber.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"business.user.group.subscriber.js","sourceRoot":"","sources":["../../../src/access/subscribers/business.user.group.subscriber.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAA0E;AAC1E,qCAAgF;AAChF,uFAAiF;AACjF,6EAAuE;AAEhE,IAAM,2BAA2B,GAAjC,MAAM,2BAA4B,SAAQ,0CAAyC;IACtF,YACqB,UAAsB,EACtB,oBAA0C;QAE3D,KAAK,EAAE,CAAC;QAHS,eAAU,GAAV,UAAU,CAAY;QACtB,yBAAoB,GAApB,oBAAoB,CAAsB;QAG3D,UAAU,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IACtC,CAAC;IACD,QAAQ;QACJ,OAAO,oDAAuB,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;AAlBY,kEAA2B;sCAA3B,2BAA2B;IADvC,IAAA,yBAAe,GAAE;qCAGmB,oBAAU;QACA,8CAAoB;GAHtD,2BAA2B,CAkBvC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { CommonSubscriber } from '@servicelabsco/nestjs-utility-services';
|
|
2
|
+
import { DataSource, InsertEvent, UpdateEvent } from 'typeorm';
|
|
3
|
+
import { GroupMemberEntity } from '../entities/group.member.entity';
|
|
4
|
+
import { GroupMemberJob } from '../jobs/group.member.job';
|
|
5
|
+
export declare class GroupMemberSubscriber extends CommonSubscriber<GroupMemberEntity> {
|
|
6
|
+
private readonly dataSource;
|
|
7
|
+
private readonly groupMemberJob;
|
|
8
|
+
constructor(dataSource: DataSource, groupMemberJob: GroupMemberJob);
|
|
9
|
+
listenTo(): typeof GroupMemberEntity;
|
|
10
|
+
afterInsert(event: InsertEvent<GroupMemberEntity>): Promise<void>;
|
|
11
|
+
afterUpdate(event: UpdateEvent<GroupMemberEntity>): Promise<void>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
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.GroupMemberSubscriber = void 0;
|
|
13
|
+
const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
|
|
14
|
+
const typeorm_1 = require("typeorm");
|
|
15
|
+
const group_member_entity_1 = require("../entities/group.member.entity");
|
|
16
|
+
const group_member_job_1 = require("../jobs/group.member.job");
|
|
17
|
+
let GroupMemberSubscriber = class GroupMemberSubscriber extends nestjs_utility_services_1.CommonSubscriber {
|
|
18
|
+
constructor(dataSource, groupMemberJob) {
|
|
19
|
+
super();
|
|
20
|
+
this.dataSource = dataSource;
|
|
21
|
+
this.groupMemberJob = groupMemberJob;
|
|
22
|
+
dataSource.subscribers.push(this);
|
|
23
|
+
}
|
|
24
|
+
listenTo() {
|
|
25
|
+
return group_member_entity_1.GroupMemberEntity;
|
|
26
|
+
}
|
|
27
|
+
async afterInsert(event) {
|
|
28
|
+
await this.groupMemberJob.delayedDispatch(this.getEventData(event));
|
|
29
|
+
}
|
|
30
|
+
async afterUpdate(event) {
|
|
31
|
+
await this.groupMemberJob.delayedDispatch(this.getEventData(event));
|
|
32
|
+
}
|
|
33
|
+
};
|
|
34
|
+
exports.GroupMemberSubscriber = GroupMemberSubscriber;
|
|
35
|
+
exports.GroupMemberSubscriber = GroupMemberSubscriber = __decorate([
|
|
36
|
+
(0, typeorm_1.EventSubscriber)(),
|
|
37
|
+
__metadata("design:paramtypes", [typeorm_1.DataSource,
|
|
38
|
+
group_member_job_1.GroupMemberJob])
|
|
39
|
+
], GroupMemberSubscriber);
|
|
40
|
+
//# sourceMappingURL=group.member.subscriber.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"group.member.subscriber.js","sourceRoot":"","sources":["../../../src/access/subscribers/group.member.subscriber.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAA0E;AAC1E,qCAAgF;AAChF,yEAAoE;AACpE,+DAA0D;AAEnD,IAAM,qBAAqB,GAA3B,MAAM,qBAAsB,SAAQ,0CAAmC;IAC1E,YACqB,UAAsB,EACtB,cAA8B;QAE/C,KAAK,EAAE,CAAC;QAHS,eAAU,GAAV,UAAU,CAAY;QACtB,mBAAc,GAAd,cAAc,CAAgB;QAG/C,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;AAlBY,sDAAqB;gCAArB,qBAAqB;IADjC,IAAA,yBAAe,GAAE;qCAGmB,oBAAU;QACN,iCAAc;GAH1C,qBAAqB,CAkBjC"}
|
|
@@ -1,9 +1,13 @@
|
|
|
1
|
+
export * from './business.group.role.subscriber';
|
|
2
|
+
export * from './business.preference.subscriber';
|
|
3
|
+
export * from './business.user.group.subscriber';
|
|
1
4
|
export * from './business.user.role.subscriber';
|
|
2
5
|
export * from './business.user.subscriber';
|
|
3
6
|
export * from './child.menu.subscriber';
|
|
4
7
|
export * from './custom.report.subscriber';
|
|
5
8
|
export * from './dashboard.component.subscriber';
|
|
6
9
|
export * from './dashboard.subscriber';
|
|
10
|
+
export * from './group.member.subscriber';
|
|
7
11
|
export * from './group.role.subscriber';
|
|
8
12
|
export * from './list.preference.subscriber';
|
|
9
13
|
export * from './listing.column.subscriber';
|
|
@@ -20,4 +24,5 @@ export * from './product.subscriber';
|
|
|
20
24
|
export * from './role.group.subscriber';
|
|
21
25
|
export * from './ui.action.role.subscriber';
|
|
22
26
|
export * from './ui.action.subscriber';
|
|
27
|
+
export * from './user.preference.subscriber';
|
|
23
28
|
export * from './user.role.subscriber';
|
|
@@ -14,12 +14,16 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./business.group.role.subscriber"), exports);
|
|
18
|
+
__exportStar(require("./business.preference.subscriber"), exports);
|
|
19
|
+
__exportStar(require("./business.user.group.subscriber"), exports);
|
|
17
20
|
__exportStar(require("./business.user.role.subscriber"), exports);
|
|
18
21
|
__exportStar(require("./business.user.subscriber"), exports);
|
|
19
22
|
__exportStar(require("./child.menu.subscriber"), exports);
|
|
20
23
|
__exportStar(require("./custom.report.subscriber"), exports);
|
|
21
24
|
__exportStar(require("./dashboard.component.subscriber"), exports);
|
|
22
25
|
__exportStar(require("./dashboard.subscriber"), exports);
|
|
26
|
+
__exportStar(require("./group.member.subscriber"), exports);
|
|
23
27
|
__exportStar(require("./group.role.subscriber"), exports);
|
|
24
28
|
__exportStar(require("./list.preference.subscriber"), exports);
|
|
25
29
|
__exportStar(require("./listing.column.subscriber"), exports);
|
|
@@ -36,5 +40,6 @@ __exportStar(require("./product.subscriber"), exports);
|
|
|
36
40
|
__exportStar(require("./role.group.subscriber"), exports);
|
|
37
41
|
__exportStar(require("./ui.action.role.subscriber"), exports);
|
|
38
42
|
__exportStar(require("./ui.action.subscriber"), exports);
|
|
43
|
+
__exportStar(require("./user.preference.subscriber"), exports);
|
|
39
44
|
__exportStar(require("./user.role.subscriber"), exports);
|
|
40
45
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/access/subscribers/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kEAAgD;AAAA,6DAA2C;AAAA,0DAAwC;AAAA,6DAA2C;AAAA,mEAAiD;AAAA,yDAAuC;AAAA,0DAAwC;AAAA,+DAA6C;AAAA,8DAA4C;AAAA,4DAA0C;AAAA,kEAAgD;AAAA,2DAAyC;AAAA,yDAAuC;AAAA,oDAAkC;AAAA,2DAAyC;AAAA,sDAAoC;AAAA,qEAAmD;AAAA,+DAA6C;AAAA,uDAAqC;AAAA,0DAAwC;AAAA,8DAA4C;AAAA,yDAAuC;AAAA,yDAAsC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/access/subscribers/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,mEAAiD;AAAA,mEAAiD;AAAA,mEAAiD;AAAA,kEAAgD;AAAA,6DAA2C;AAAA,0DAAwC;AAAA,6DAA2C;AAAA,mEAAiD;AAAA,yDAAuC;AAAA,4DAA0C;AAAA,0DAAwC;AAAA,+DAA6C;AAAA,8DAA4C;AAAA,4DAA0C;AAAA,kEAAgD;AAAA,2DAAyC;AAAA,yDAAuC;AAAA,oDAAkC;AAAA,2DAAyC;AAAA,sDAAoC;AAAA,qEAAmD;AAAA,+DAA6C;AAAA,uDAAqC;AAAA,0DAAwC;AAAA,8DAA4C;AAAA,yDAAuC;AAAA,+DAA6C;AAAA,yDAAsC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { CommonSubscriber } from '@servicelabsco/nestjs-utility-services';
|
|
2
|
+
import { DataSource, InsertEvent, UpdateEvent } from 'typeorm';
|
|
3
|
+
import { UserPreferenceEntity } from '../entities/user.preference.entity';
|
|
4
|
+
import { UserPreferenceJob } from '../jobs/user.preference.job';
|
|
5
|
+
export declare class UserPreferenceSubscriber extends CommonSubscriber<UserPreferenceEntity> {
|
|
6
|
+
private readonly dataSource;
|
|
7
|
+
private readonly userPreferenceJob;
|
|
8
|
+
constructor(dataSource: DataSource, userPreferenceJob: UserPreferenceJob);
|
|
9
|
+
listenTo(): typeof UserPreferenceEntity;
|
|
10
|
+
afterInsert(event: InsertEvent<UserPreferenceEntity>): Promise<void>;
|
|
11
|
+
afterUpdate(event: UpdateEvent<UserPreferenceEntity>): Promise<void>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
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.UserPreferenceSubscriber = void 0;
|
|
13
|
+
const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
|
|
14
|
+
const typeorm_1 = require("typeorm");
|
|
15
|
+
const user_preference_entity_1 = require("../entities/user.preference.entity");
|
|
16
|
+
const user_preference_job_1 = require("../jobs/user.preference.job");
|
|
17
|
+
let UserPreferenceSubscriber = class UserPreferenceSubscriber extends nestjs_utility_services_1.CommonSubscriber {
|
|
18
|
+
constructor(dataSource, userPreferenceJob) {
|
|
19
|
+
super();
|
|
20
|
+
this.dataSource = dataSource;
|
|
21
|
+
this.userPreferenceJob = userPreferenceJob;
|
|
22
|
+
dataSource.subscribers.push(this);
|
|
23
|
+
}
|
|
24
|
+
listenTo() {
|
|
25
|
+
return user_preference_entity_1.UserPreferenceEntity;
|
|
26
|
+
}
|
|
27
|
+
async afterInsert(event) {
|
|
28
|
+
await this.userPreferenceJob.delayedDispatch(this.getEventData(event));
|
|
29
|
+
}
|
|
30
|
+
async afterUpdate(event) {
|
|
31
|
+
await this.userPreferenceJob.delayedDispatch(this.getEventData(event));
|
|
32
|
+
}
|
|
33
|
+
};
|
|
34
|
+
exports.UserPreferenceSubscriber = UserPreferenceSubscriber;
|
|
35
|
+
exports.UserPreferenceSubscriber = UserPreferenceSubscriber = __decorate([
|
|
36
|
+
(0, typeorm_1.EventSubscriber)(),
|
|
37
|
+
__metadata("design:paramtypes", [typeorm_1.DataSource,
|
|
38
|
+
user_preference_job_1.UserPreferenceJob])
|
|
39
|
+
], UserPreferenceSubscriber);
|
|
40
|
+
//# sourceMappingURL=user.preference.subscriber.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"user.preference.subscriber.js","sourceRoot":"","sources":["../../../src/access/subscribers/user.preference.subscriber.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAA0E;AAC1E,qCAAgF;AAChF,+EAA0E;AAC1E,qEAAgE;AAEzD,IAAM,wBAAwB,GAA9B,MAAM,wBAAyB,SAAQ,0CAAsC;IAChF,YACqB,UAAsB,EACtB,iBAAoC;QAErD,KAAK,EAAE,CAAC;QAHS,eAAU,GAAV,UAAU,CAAY;QACtB,sBAAiB,GAAjB,iBAAiB,CAAmB;QAGrD,UAAU,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IACtC,CAAC;IACD,QAAQ;QACJ,OAAO,6CAAoB,CAAC;IAChC,CAAC;IACD,KAAK,CAAC,WAAW,CAAC,KAAwC;QACtD,MAAM,IAAI,CAAC,iBAAiB,CAAC,eAAe,CAAC,IAAI,CAAC,YAAY,CAAC,KAAK,CAAC,CAAC,CAAC;IAC3E,CAAC;IAED,KAAK,CAAC,WAAW,CAAC,KAAwC;QACtD,MAAM,IAAI,CAAC,iBAAiB,CAAC,eAAe,CAAC,IAAI,CAAC,YAAY,CAAC,KAAK,CAAC,CAAC,CAAC;IAC3E,CAAC;CACJ,CAAA;AAlBY,4DAAwB;mCAAxB,wBAAwB;IADpC,IAAA,yBAAe,GAAE;qCAGmB,oBAAU;QACH,uCAAiB;GAHhD,wBAAwB,CAkBpC"}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import { AccessBusinessEntity } from '../access/entities/access.business.entity';
|
|
2
|
+
import { BusinessGroupRoleEntity } from '../access/entities/business.group.role.entity';
|
|
3
|
+
import { BusinessPreferenceEntity } from '../access/entities/business.preference.entity';
|
|
2
4
|
import { BusinessUserEntity } from '../access/entities/business.user.entity';
|
|
3
5
|
import { BusinessUserGroupEntity } from '../access/entities/business.user.group.entity';
|
|
4
6
|
import { BusinessUserRoleEntity } from '../access/entities/business.user.role.entity';
|
|
@@ -6,6 +8,7 @@ import { ChildMenuEntity } from '../access/entities/child.menu.entity';
|
|
|
6
8
|
import { CustomReportEntity } from '../access/entities/custom.report.entity';
|
|
7
9
|
import { DashboardComponentEntity } from '../access/entities/dashboard.component.entity';
|
|
8
10
|
import { DashboardEntity } from '../access/entities/dashboard.entity';
|
|
11
|
+
import { GroupMemberEntity } from '../access/entities/group.member.entity';
|
|
9
12
|
import { GroupRoleEntity } from '../access/entities/group.role.entity';
|
|
10
13
|
import { ListPreferenceEntity } from '../access/entities/list.preference.entity';
|
|
11
14
|
import { ListingColumnEntity } from '../access/entities/listing.column.entity';
|
|
@@ -22,6 +25,7 @@ import { ProductEntity } from '../access/entities/product.entity';
|
|
|
22
25
|
import { RoleGroupEntity } from '../access/entities/role.group.entity';
|
|
23
26
|
import { UiActionEntity } from '../access/entities/ui.action.entity';
|
|
24
27
|
import { UiActionRoleEntity } from '../access/entities/ui.action.role.entity';
|
|
28
|
+
import { UserPreferenceEntity } from '../access/entities/user.preference.entity';
|
|
25
29
|
import { UserRoleEntity } from '../access/entities/user.role.entity';
|
|
26
30
|
import { BulkDefinitionEntity } from '../accessUtility/entities/bulk.definition.entity';
|
|
27
31
|
import { BulkDefinitionLoadEntity } from '../accessUtility/entities/bulk.definition.load.entity';
|
|
@@ -35,6 +39,8 @@ import { ListingModelEntity } from '../accessUtility/entities/listing.model.enti
|
|
|
35
39
|
import { TagAssignmentEntity } from '../accessUtility/entities/tag.assignment.entity';
|
|
36
40
|
declare const entityConstants: {
|
|
37
41
|
'65e0e6d5c92cbba596ecaf851b586389': typeof AccessBusinessEntity;
|
|
42
|
+
'21e0c3b1d90ae9faa0dc0857a0cbf351': typeof BusinessGroupRoleEntity;
|
|
43
|
+
'5d4d889f8f5bd4a2dfca3cb6e0ee2360': typeof BusinessPreferenceEntity;
|
|
38
44
|
f140008ee5cd24094504c17ec2bdb681: typeof BusinessUserEntity;
|
|
39
45
|
a699176389a8f376116bc1adc00df79c: typeof BusinessUserGroupEntity;
|
|
40
46
|
db2456e356ed67bad6d4d1b02760663e: typeof BusinessUserRoleEntity;
|
|
@@ -42,6 +48,7 @@ declare const entityConstants: {
|
|
|
42
48
|
'5ac0953e4565c548f1e16dd056801fc3': typeof CustomReportEntity;
|
|
43
49
|
'928d3e3bf036a18950ca1f099f25e374': typeof DashboardComponentEntity;
|
|
44
50
|
cb3277c9b0177cb369d162e6785c68b2: typeof DashboardEntity;
|
|
51
|
+
'20f23c4fb23ea7e31f1db48bb44fe1e6': typeof GroupMemberEntity;
|
|
45
52
|
'9757c354b6a42e5de9e21593a75b77d8': typeof GroupRoleEntity;
|
|
46
53
|
'91aaebde27f2d32ade69bff5b2b125cf': typeof ListPreferenceEntity;
|
|
47
54
|
'5d110fc01af01276ac8e191ea354050d': typeof ListingColumnEntity;
|
|
@@ -58,6 +65,7 @@ declare const entityConstants: {
|
|
|
58
65
|
'6e61f45b585911c9b7aeb6dd9723adf2': typeof RoleGroupEntity;
|
|
59
66
|
'032b5b69fb3bb1932e431c946a38d5e2': typeof UiActionEntity;
|
|
60
67
|
'5a7cee7ff3b8db1685f34eb599fc0f1e': typeof UiActionRoleEntity;
|
|
68
|
+
'0c52a732ac1a3d79a48d5706ac8254f6': typeof UserPreferenceEntity;
|
|
61
69
|
'04e801c3e17dd4d1d958265e1d8b86a7': typeof UserRoleEntity;
|
|
62
70
|
a213870c8e9975209360aa1dc36b4533: typeof BulkDefinitionEntity;
|
|
63
71
|
'2d3a15f6a03b1c429768dd7fe84d1841': typeof BulkDefinitionLoadEntity;
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
const access_business_entity_1 = require("../access/entities/access.business.entity");
|
|
3
|
+
const business_group_role_entity_1 = require("../access/entities/business.group.role.entity");
|
|
4
|
+
const business_preference_entity_1 = require("../access/entities/business.preference.entity");
|
|
3
5
|
const business_user_entity_1 = require("../access/entities/business.user.entity");
|
|
4
6
|
const business_user_group_entity_1 = require("../access/entities/business.user.group.entity");
|
|
5
7
|
const business_user_role_entity_1 = require("../access/entities/business.user.role.entity");
|
|
@@ -7,6 +9,7 @@ const child_menu_entity_1 = require("../access/entities/child.menu.entity");
|
|
|
7
9
|
const custom_report_entity_1 = require("../access/entities/custom.report.entity");
|
|
8
10
|
const dashboard_component_entity_1 = require("../access/entities/dashboard.component.entity");
|
|
9
11
|
const dashboard_entity_1 = require("../access/entities/dashboard.entity");
|
|
12
|
+
const group_member_entity_1 = require("../access/entities/group.member.entity");
|
|
10
13
|
const group_role_entity_1 = require("../access/entities/group.role.entity");
|
|
11
14
|
const list_preference_entity_1 = require("../access/entities/list.preference.entity");
|
|
12
15
|
const listing_column_entity_1 = require("../access/entities/listing.column.entity");
|
|
@@ -23,6 +26,7 @@ const product_entity_1 = require("../access/entities/product.entity");
|
|
|
23
26
|
const role_group_entity_1 = require("../access/entities/role.group.entity");
|
|
24
27
|
const ui_action_entity_1 = require("../access/entities/ui.action.entity");
|
|
25
28
|
const ui_action_role_entity_1 = require("../access/entities/ui.action.role.entity");
|
|
29
|
+
const user_preference_entity_1 = require("../access/entities/user.preference.entity");
|
|
26
30
|
const user_role_entity_1 = require("../access/entities/user.role.entity");
|
|
27
31
|
const bulk_definition_entity_1 = require("../accessUtility/entities/bulk.definition.entity");
|
|
28
32
|
const bulk_definition_load_entity_1 = require("../accessUtility/entities/bulk.definition.load.entity");
|
|
@@ -36,6 +40,8 @@ const listing_model_entity_1 = require("../accessUtility/entities/listing.model.
|
|
|
36
40
|
const tag_assignment_entity_1 = require("../accessUtility/entities/tag.assignment.entity");
|
|
37
41
|
const entityConstants = {
|
|
38
42
|
'65e0e6d5c92cbba596ecaf851b586389': access_business_entity_1.AccessBusinessEntity,
|
|
43
|
+
'21e0c3b1d90ae9faa0dc0857a0cbf351': business_group_role_entity_1.BusinessGroupRoleEntity,
|
|
44
|
+
'5d4d889f8f5bd4a2dfca3cb6e0ee2360': business_preference_entity_1.BusinessPreferenceEntity,
|
|
39
45
|
f140008ee5cd24094504c17ec2bdb681: business_user_entity_1.BusinessUserEntity,
|
|
40
46
|
a699176389a8f376116bc1adc00df79c: business_user_group_entity_1.BusinessUserGroupEntity,
|
|
41
47
|
db2456e356ed67bad6d4d1b02760663e: business_user_role_entity_1.BusinessUserRoleEntity,
|
|
@@ -43,6 +49,7 @@ const entityConstants = {
|
|
|
43
49
|
'5ac0953e4565c548f1e16dd056801fc3': custom_report_entity_1.CustomReportEntity,
|
|
44
50
|
'928d3e3bf036a18950ca1f099f25e374': dashboard_component_entity_1.DashboardComponentEntity,
|
|
45
51
|
cb3277c9b0177cb369d162e6785c68b2: dashboard_entity_1.DashboardEntity,
|
|
52
|
+
'20f23c4fb23ea7e31f1db48bb44fe1e6': group_member_entity_1.GroupMemberEntity,
|
|
46
53
|
'9757c354b6a42e5de9e21593a75b77d8': group_role_entity_1.GroupRoleEntity,
|
|
47
54
|
'91aaebde27f2d32ade69bff5b2b125cf': list_preference_entity_1.ListPreferenceEntity,
|
|
48
55
|
'5d110fc01af01276ac8e191ea354050d': listing_column_entity_1.ListingColumnEntity,
|
|
@@ -59,6 +66,7 @@ const entityConstants = {
|
|
|
59
66
|
'6e61f45b585911c9b7aeb6dd9723adf2': role_group_entity_1.RoleGroupEntity,
|
|
60
67
|
'032b5b69fb3bb1932e431c946a38d5e2': ui_action_entity_1.UiActionEntity,
|
|
61
68
|
'5a7cee7ff3b8db1685f34eb599fc0f1e': ui_action_role_entity_1.UiActionRoleEntity,
|
|
69
|
+
'0c52a732ac1a3d79a48d5706ac8254f6': user_preference_entity_1.UserPreferenceEntity,
|
|
62
70
|
'04e801c3e17dd4d1d958265e1d8b86a7': user_role_entity_1.UserRoleEntity,
|
|
63
71
|
a213870c8e9975209360aa1dc36b4533: bulk_definition_entity_1.BulkDefinitionEntity,
|
|
64
72
|
'2d3a15f6a03b1c429768dd7fe84d1841': bulk_definition_load_entity_1.BulkDefinitionLoadEntity,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entity.constants.js","sourceRoot":"","sources":["../../src/config/entity.constants.ts"],"names":[],"mappings":";AAAA,sFAAiF;AACjF,kFAA6E;AAC7E,8FAAwF;AACxF,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,sFAAiF;AACjF,kGAA4F;AAC5F,sEAAkE;AAClE,4EAAuE;AACvE,0EAAqE;AACrE,oFAA8E;AAC9E,0EAAqE;AACrE,6FAAwF;AACxF,uGAAiG;AACjG,mHAA6G;AAC7G,mGAA6F;AAC7F,qFAAgF;AAChF,+FAAyF;AACzF,+FAAyF;AACzF,uFAAkF;AAClF,yFAAoF;AACpF,2FAAsF;AAEtF,MAAM,eAAe,GAAG;IACpB,kCAAkC,EAAE,6CAAoB;IACxD,gCAAgC,EAAE,yCAAkB;IACpD,gCAAgC,EAAE,oDAAuB;IACzD,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,gCAAgC,EAAE,6CAAoB;IACtD,kCAAkC,EAAE,wDAAyB;IAC7D,kCAAkC,EAAE,8BAAa;IACjD,kCAAkC,EAAE,mCAAe;IACnD,kCAAkC,EAAE,iCAAc;IAClD,kCAAkC,EAAE,0CAAkB;IACtD,kCAAkC,EAAE,iCAAc;IAClD,gCAAgC,EAAE,6CAAoB;IACtD,kCAAkC,EAAE,sDAAwB;IAC5D,gCAAgC,EAAE,kEAA8B;IAChE,gCAAgC,EAAE,kDAAsB;IACxD,kCAAkC,EAAE,qCAAgB;IACpD,gCAAgC,EAAE,8CAAoB;IACtD,gCAAgC,EAAE,8CAAoB;IACtD,kCAAkC,EAAE,uCAAiB;IACrD,gCAAgC,EAAE,yCAAkB;IACpD,kCAAkC,EAAE,2CAAmB;CAC1D,CAAC;AAEF,iBAAS,eAAe,CAAC"}
|
|
1
|
+
{"version":3,"file":"entity.constants.js","sourceRoot":"","sources":["../../src/config/entity.constants.ts"],"names":[],"mappings":";AAAA,sFAAiF;AACjF,8FAAwF;AACxF,8FAAyF;AACzF,kFAA6E;AAC7E,8FAAwF;AACxF,4FAAsF;AACtF,4EAAuE;AACvE,kFAA6E;AAC7E,8FAAyF;AACzF,0EAAsE;AACtE,gFAA2E;AAC3E,4EAAuE;AACvE,sFAAiF;AACjF,oFAA+E;AAC/E,gFAA2E;AAC3E,4FAAuF;AACvF,8EAAyE;AACzE,gEAA4D;AAC5D,0EAAqE;AACrE,oEAAgE;AAChE,8EAAyE;AACzE,sFAAiF;AACjF,kGAA4F;AAC5F,sEAAkE;AAClE,4EAAuE;AACvE,0EAAqE;AACrE,oFAA8E;AAC9E,sFAAiF;AACjF,0EAAqE;AACrE,6FAAwF;AACxF,uGAAiG;AACjG,mHAA6G;AAC7G,mGAA6F;AAC7F,qFAAgF;AAChF,+FAAyF;AACzF,+FAAyF;AACzF,uFAAkF;AAClF,yFAAoF;AACpF,2FAAsF;AAEtF,MAAM,eAAe,GAAG;IACpB,kCAAkC,EAAE,6CAAoB;IACxD,kCAAkC,EAAE,oDAAuB;IAC3D,kCAAkC,EAAE,qDAAwB;IAC5D,gCAAgC,EAAE,yCAAkB;IACpD,gCAAgC,EAAE,oDAAuB;IACzD,gCAAgC,EAAE,kDAAsB;IACxD,kCAAkC,EAAE,mCAAe;IACnD,kCAAkC,EAAE,yCAAkB;IACtD,kCAAkC,EAAE,qDAAwB;IAC5D,gCAAgC,EAAE,kCAAe;IACjD,kCAAkC,EAAE,uCAAiB;IACrD,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,gCAAgC,EAAE,6CAAoB;IACtD,kCAAkC,EAAE,wDAAyB;IAC7D,kCAAkC,EAAE,8BAAa;IACjD,kCAAkC,EAAE,mCAAe;IACnD,kCAAkC,EAAE,iCAAc;IAClD,kCAAkC,EAAE,0CAAkB;IACtD,kCAAkC,EAAE,6CAAoB;IACxD,kCAAkC,EAAE,iCAAc;IAClD,gCAAgC,EAAE,6CAAoB;IACtD,kCAAkC,EAAE,sDAAwB;IAC5D,gCAAgC,EAAE,kEAA8B;IAChE,gCAAgC,EAAE,kDAAsB;IACxD,kCAAkC,EAAE,qCAAgB;IACpD,gCAAgC,EAAE,8CAAoB;IACtD,gCAAgC,EAAE,8CAAoB;IACtD,kCAAkC,EAAE,uCAAiB;IACrD,gCAAgC,EAAE,yCAAkB;IACpD,kCAAkC,EAAE,2CAAmB;CAC1D,CAAC;AAEF,iBAAS,eAAe,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"source.hash.js","sourceRoot":"","sources":["../../src/config/source.hash.ts"],"names":[],"mappings":";AAAA,MAAM,UAAU,GAAG;IACf,SAAS,EAAE,kCAAkC;IAC7C,gBAAgB,EAAE,kCAAkC;IACpD,SAAS,EAAE,kCAAkC;CAChD,CAAC;AACF,iBAAS,UAAU,CAAC"}
|
|
1
|
+
{"version":3,"file":"source.hash.js","sourceRoot":"","sources":["../../src/config/source.hash.ts"],"names":[],"mappings":";AAAA,MAAM,UAAU,GAAG;IACf,SAAS,EAAE,kCAAkC;IAC7C,gBAAgB,EAAE,kCAAkC;IACpD,WAAW,EAAE,kCAAkC;IAC/C,SAAS,EAAE,kCAAkC;CAChD,CAAC;AACF,iBAAS,UAAU,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateBusinessPreferenceTable1681409239688 = void 0;
|
|
4
|
+
const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
|
|
5
|
+
class CreateBusinessPreferenceTable1681409239688 extends nestjs_utility_services_1.MigrationUtility {
|
|
6
|
+
constructor() {
|
|
7
|
+
super('bz_business_preferences');
|
|
8
|
+
this.process();
|
|
9
|
+
}
|
|
10
|
+
process() {
|
|
11
|
+
this.primary();
|
|
12
|
+
this.foreign({ name: 'business_id', foreignTable: 'bz_business_details' });
|
|
13
|
+
this.string('name');
|
|
14
|
+
this.json('preference');
|
|
15
|
+
this.json('attributes');
|
|
16
|
+
this.whoColumns();
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
exports.CreateBusinessPreferenceTable1681409239688 = CreateBusinessPreferenceTable1681409239688;
|
|
20
|
+
//# sourceMappingURL=1681409239688-CreateBusinessPreferenceTable.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"1681409239688-CreateBusinessPreferenceTable.js","sourceRoot":"","sources":["../../src/migrations/1681409239688-CreateBusinessPreferenceTable.ts"],"names":[],"mappings":";;;AAAA,oFAA0E;AAE1E,MAAa,0CAA2C,SAAQ,0CAAgB;IAC5E;QACI,KAAK,CAAC,yBAAyB,CAAC,CAAC;QACjC,IAAI,CAAC,OAAO,EAAE,CAAC;IACnB,CAAC;IAED,OAAO;QACH,IAAI,CAAC,OAAO,EAAE,CAAC;QAEf,IAAI,CAAC,OAAO,CAAC,EAAE,IAAI,EAAE,aAAa,EAAE,YAAY,EAAE,qBAAqB,EAAE,CAAC,CAAC;QAC3E,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;QAEpB,IAAI,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAExB,IAAI,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QACxB,IAAI,CAAC,UAAU,EAAE,CAAC;IACtB,CAAC;CACJ;AAjBD,gGAiBC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateBusinessUserGroupTable1681711912972 = void 0;
|
|
4
|
+
const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
|
|
5
|
+
class CreateBusinessUserGroupTable1681711912972 extends nestjs_utility_services_1.MigrationUtility {
|
|
6
|
+
constructor() {
|
|
7
|
+
super('bz_user_groups');
|
|
8
|
+
this.process();
|
|
9
|
+
}
|
|
10
|
+
process() {
|
|
11
|
+
this.primary();
|
|
12
|
+
this.foreign({ name: 'business_id', foreignTable: 'bz_business_details' });
|
|
13
|
+
this.string('name');
|
|
14
|
+
this.string('description');
|
|
15
|
+
this.foreign({ name: 'manager_id', foreignTable: 'sys_users' });
|
|
16
|
+
this.boolean('active');
|
|
17
|
+
this.json('attributes');
|
|
18
|
+
this.whoColumns();
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
exports.CreateBusinessUserGroupTable1681711912972 = CreateBusinessUserGroupTable1681711912972;
|
|
22
|
+
//# sourceMappingURL=1681711912972-CreateBusinessUserGroupTable.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"1681711912972-CreateBusinessUserGroupTable.js","sourceRoot":"","sources":["../../src/migrations/1681711912972-CreateBusinessUserGroupTable.ts"],"names":[],"mappings":";;;AAAA,oFAA0E;AAE1E,MAAa,yCAA0C,SAAQ,0CAAgB;IAC3E;QACI,KAAK,CAAC,gBAAgB,CAAC,CAAC;QACxB,IAAI,CAAC,OAAO,EAAE,CAAC;IACnB,CAAC;IAED,OAAO;QACH,IAAI,CAAC,OAAO,EAAE,CAAC;QAEf,IAAI,CAAC,OAAO,CAAC,EAAE,IAAI,EAAE,aAAa,EAAE,YAAY,EAAE,qBAAqB,EAAE,CAAC,CAAC;QAC3E,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;QACpB,IAAI,CAAC,MAAM,CAAC,aAAa,CAAC,CAAC;QAC3B,IAAI,CAAC,OAAO,CAAC,EAAE,IAAI,EAAE,YAAY,EAAE,YAAY,EAAE,WAAW,EAAE,CAAC,CAAC;QAEhE,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;QAEvB,IAAI,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QACxB,IAAI,CAAC,UAAU,EAAE,CAAC;IACtB,CAAC;CACJ;AAnBD,8FAmBC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateGroupMemberTable1681715459620 = void 0;
|
|
4
|
+
const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
|
|
5
|
+
class CreateGroupMemberTable1681715459620 extends nestjs_utility_services_1.MigrationUtility {
|
|
6
|
+
constructor() {
|
|
7
|
+
super('bz_group_members');
|
|
8
|
+
this.process();
|
|
9
|
+
}
|
|
10
|
+
process() {
|
|
11
|
+
this.primary();
|
|
12
|
+
this.foreign({ name: 'group_id', foreignTable: 'bz_user_groups' });
|
|
13
|
+
this.foreign({ name: 'user_id', foreignTable: 'sys_users' });
|
|
14
|
+
this.json('attributes');
|
|
15
|
+
this.whoColumns();
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
exports.CreateGroupMemberTable1681715459620 = CreateGroupMemberTable1681715459620;
|
|
19
|
+
//# sourceMappingURL=1681715459620-CreateGroupMemberTable.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"1681715459620-CreateGroupMemberTable.js","sourceRoot":"","sources":["../../src/migrations/1681715459620-CreateGroupMemberTable.ts"],"names":[],"mappings":";;;AAAA,oFAA0E;AAE1E,MAAa,mCAAoC,SAAQ,0CAAgB;IACrE;QACI,KAAK,CAAC,kBAAkB,CAAC,CAAC;QAC1B,IAAI,CAAC,OAAO,EAAE,CAAC;IACnB,CAAC;IAED,OAAO;QACH,IAAI,CAAC,OAAO,EAAE,CAAC;QAEf,IAAI,CAAC,OAAO,CAAC,EAAE,IAAI,EAAE,UAAU,EAAE,YAAY,EAAE,gBAAgB,EAAE,CAAC,CAAC;QACnE,IAAI,CAAC,OAAO,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,YAAY,EAAE,WAAW,EAAE,CAAC,CAAC;QAE7D,IAAI,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QACxB,IAAI,CAAC,UAAU,EAAE,CAAC;IACtB,CAAC;CACJ;AAfD,kFAeC"}
|