@servicelabsco/slabs-access-manager 0.1.307 → 0.1.310

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.
Files changed (85) hide show
  1. package/dist/access/dtos/business.feature.attributes.dto.d.ts +3 -0
  2. package/dist/access/dtos/business.feature.attributes.dto.js +8 -0
  3. package/dist/access/dtos/business.feature.attributes.dto.js.map +1 -0
  4. package/dist/access/dtos/feature.attributes.dto.d.ts +3 -0
  5. package/dist/access/dtos/feature.attributes.dto.js +8 -0
  6. package/dist/access/dtos/feature.attributes.dto.js.map +1 -0
  7. package/dist/access/dtos/feature.menu.attributes.dto.d.ts +3 -0
  8. package/dist/access/dtos/feature.menu.attributes.dto.js +8 -0
  9. package/dist/access/dtos/feature.menu.attributes.dto.js.map +1 -0
  10. package/dist/access/dtos/index.d.ts +3 -0
  11. package/dist/access/dtos/index.js +3 -0
  12. package/dist/access/dtos/index.js.map +1 -1
  13. package/dist/access/entities/business.feature.entity.d.ts +12 -0
  14. package/dist/access/entities/business.feature.entity.js +50 -0
  15. package/dist/access/entities/business.feature.entity.js.map +1 -0
  16. package/dist/access/entities/feature.entity.d.ts +12 -0
  17. package/dist/access/entities/feature.entity.js +49 -0
  18. package/dist/access/entities/feature.entity.js.map +1 -0
  19. package/dist/access/entities/feature.menu.entity.d.ts +11 -0
  20. package/dist/access/entities/feature.menu.entity.js +46 -0
  21. package/dist/access/entities/feature.menu.entity.js.map +1 -0
  22. package/dist/access/entities/index.d.ts +3 -0
  23. package/dist/access/entities/index.js +3 -0
  24. package/dist/access/entities/index.js.map +1 -1
  25. package/dist/access/es6.classes.d.ts +16 -4
  26. package/dist/access/es6.classes.js +32 -0
  27. package/dist/access/es6.classes.js.map +1 -1
  28. package/dist/access/jobs/business.feature.job.d.ts +9 -0
  29. package/dist/access/jobs/business.feature.job.js +49 -0
  30. package/dist/access/jobs/business.feature.job.js.map +1 -0
  31. package/dist/access/jobs/feature.job.d.ts +8 -0
  32. package/dist/access/jobs/feature.job.js +37 -0
  33. package/dist/access/jobs/feature.job.js.map +1 -0
  34. package/dist/access/jobs/feature.menu.job.d.ts +9 -0
  35. package/dist/access/jobs/feature.menu.job.js +44 -0
  36. package/dist/access/jobs/feature.menu.job.js.map +1 -0
  37. package/dist/access/jobs/index.d.ts +3 -0
  38. package/dist/access/jobs/index.js +3 -0
  39. package/dist/access/jobs/index.js.map +1 -1
  40. package/dist/access/libraries/index.d.ts +4 -0
  41. package/dist/access/libraries/index.js +4 -0
  42. package/dist/access/libraries/index.js.map +1 -1
  43. package/dist/access/libraries/process.business.feature.addition.d.ts +7 -0
  44. package/dist/access/libraries/process.business.feature.addition.js +34 -0
  45. package/dist/access/libraries/process.business.feature.addition.js.map +1 -0
  46. package/dist/access/libraries/process.business.feature.deletion.d.ts +8 -0
  47. package/dist/access/libraries/process.business.feature.deletion.js +50 -0
  48. package/dist/access/libraries/process.business.feature.deletion.js.map +1 -0
  49. package/dist/access/libraries/process.business.report.list.js +11 -2
  50. package/dist/access/libraries/process.business.report.list.js.map +1 -1
  51. package/dist/access/libraries/process.feature.menu.addition.d.ts +8 -0
  52. package/dist/access/libraries/process.feature.menu.addition.js +36 -0
  53. package/dist/access/libraries/process.feature.menu.addition.js.map +1 -0
  54. package/dist/access/libraries/process.feature.menu.deletion.d.ts +12 -0
  55. package/dist/access/libraries/process.feature.menu.deletion.js +72 -0
  56. package/dist/access/libraries/process.feature.menu.deletion.js.map +1 -0
  57. package/dist/access/services/es6.jobs.service.d.ts +7 -1
  58. package/dist/access/services/es6.jobs.service.js +13 -1
  59. package/dist/access/services/es6.jobs.service.js.map +1 -1
  60. package/dist/access/subscribers/business.feature.subscriber.d.ts +10 -0
  61. package/dist/access/subscribers/business.feature.subscriber.js +34 -0
  62. package/dist/access/subscribers/business.feature.subscriber.js.map +1 -0
  63. package/dist/access/subscribers/feature.menu.subscriber.d.ts +10 -0
  64. package/dist/access/subscribers/feature.menu.subscriber.js +34 -0
  65. package/dist/access/subscribers/feature.menu.subscriber.js.map +1 -0
  66. package/dist/access/subscribers/feature.subscriber.d.ts +10 -0
  67. package/dist/access/subscribers/feature.subscriber.js +34 -0
  68. package/dist/access/subscribers/feature.subscriber.js.map +1 -0
  69. package/dist/access/subscribers/index.d.ts +3 -0
  70. package/dist/access/subscribers/index.js +3 -0
  71. package/dist/access/subscribers/index.js.map +1 -1
  72. package/dist/accessWorkflow/dtos/workflow.approval.payload.dto.d.ts +1 -0
  73. package/dist/config/entity.constants.d.ts +6 -0
  74. package/dist/config/entity.constants.js +6 -0
  75. package/dist/config/entity.constants.js.map +1 -1
  76. package/dist/migrations/1724841988947-CreateFeatureTable.d.ts +5 -0
  77. package/dist/migrations/1724841988947-CreateFeatureTable.js +20 -0
  78. package/dist/migrations/1724841988947-CreateFeatureTable.js.map +1 -0
  79. package/dist/migrations/1724842253820-CreateFeatureMenuTable.d.ts +5 -0
  80. package/dist/migrations/1724842253820-CreateFeatureMenuTable.js +19 -0
  81. package/dist/migrations/1724842253820-CreateFeatureMenuTable.js.map +1 -0
  82. package/dist/migrations/1724842690571-CreateBusinessFeatureTable.d.ts +5 -0
  83. package/dist/migrations/1724842690571-CreateBusinessFeatureTable.js +20 -0
  84. package/dist/migrations/1724842690571-CreateBusinessFeatureTable.js.map +1 -0
  85. package/package.json +1 -1
@@ -0,0 +1,3 @@
1
+ import { CommonAttributesDto } from '@servicelabsco/nestjs-utility-services';
2
+ export declare class BusinessFeatureAttributesDto extends CommonAttributesDto {
3
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.BusinessFeatureAttributesDto = void 0;
4
+ const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
5
+ class BusinessFeatureAttributesDto extends nestjs_utility_services_1.CommonAttributesDto {
6
+ }
7
+ exports.BusinessFeatureAttributesDto = BusinessFeatureAttributesDto;
8
+ //# sourceMappingURL=business.feature.attributes.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"business.feature.attributes.dto.js","sourceRoot":"","sources":["../../../src/access/dtos/business.feature.attributes.dto.ts"],"names":[],"mappings":";;;AAAA,oFAA6E;AAE7E,MAAa,4BAA6B,SAAQ,6CAAmB;CAAG;AAAxE,oEAAwE"}
@@ -0,0 +1,3 @@
1
+ import { CommonAttributesDto } from '@servicelabsco/nestjs-utility-services';
2
+ export declare class FeatureAttributesDto extends CommonAttributesDto {
3
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.FeatureAttributesDto = void 0;
4
+ const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
5
+ class FeatureAttributesDto extends nestjs_utility_services_1.CommonAttributesDto {
6
+ }
7
+ exports.FeatureAttributesDto = FeatureAttributesDto;
8
+ //# sourceMappingURL=feature.attributes.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"feature.attributes.dto.js","sourceRoot":"","sources":["../../../src/access/dtos/feature.attributes.dto.ts"],"names":[],"mappings":";;;AAAA,oFAA6E;AAE7E,MAAa,oBAAqB,SAAQ,6CAAmB;CAAG;AAAhE,oDAAgE"}
@@ -0,0 +1,3 @@
1
+ import { CommonAttributesDto } from '@servicelabsco/nestjs-utility-services';
2
+ export declare class FeatureMenuAttributesDto extends CommonAttributesDto {
3
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.FeatureMenuAttributesDto = void 0;
4
+ const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
5
+ class FeatureMenuAttributesDto extends nestjs_utility_services_1.CommonAttributesDto {
6
+ }
7
+ exports.FeatureMenuAttributesDto = FeatureMenuAttributesDto;
8
+ //# sourceMappingURL=feature.menu.attributes.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"feature.menu.attributes.dto.js","sourceRoot":"","sources":["../../../src/access/dtos/feature.menu.attributes.dto.ts"],"names":[],"mappings":";;;AAAA,oFAA6E;AAE7E,MAAa,wBAAyB,SAAQ,6CAAmB;CAAG;AAApE,4DAAoE"}
@@ -37,6 +37,7 @@ export * from './business.app.integration.message.payload.dto';
37
37
  export * from './business.app.integration.messages.attributes.dto';
38
38
  export * from './business.email.attributes.dto';
39
39
  export * from './business.email.list.filter.dto';
40
+ export * from './business.feature.attributes.dto';
40
41
  export * from './business.menu.attributes.dto';
41
42
  export * from './business.notification.channel.preference.list.filter.dto';
42
43
  export * from './business.param.dto';
@@ -87,6 +88,8 @@ export * from './execution.log.attributes.dto';
87
88
  export * from './fcm.message.attributes.dto';
88
89
  export * from './fcm.template.attributes.dto';
89
90
  export * from './fcm.token.attributes.dto';
91
+ export * from './feature.attributes.dto';
92
+ export * from './feature.menu.attributes.dto';
90
93
  export * from './gchat.message.attributes.dto';
91
94
  export * from './gchat.posting.payload.dto';
92
95
  export * from './gchat.template.attributes.dto';
@@ -53,6 +53,7 @@ __exportStar(require("./business.app.integration.message.payload.dto"), exports)
53
53
  __exportStar(require("./business.app.integration.messages.attributes.dto"), exports);
54
54
  __exportStar(require("./business.email.attributes.dto"), exports);
55
55
  __exportStar(require("./business.email.list.filter.dto"), exports);
56
+ __exportStar(require("./business.feature.attributes.dto"), exports);
56
57
  __exportStar(require("./business.menu.attributes.dto"), exports);
57
58
  __exportStar(require("./business.notification.channel.preference.list.filter.dto"), exports);
58
59
  __exportStar(require("./business.param.dto"), exports);
@@ -103,6 +104,8 @@ __exportStar(require("./execution.log.attributes.dto"), exports);
103
104
  __exportStar(require("./fcm.message.attributes.dto"), exports);
104
105
  __exportStar(require("./fcm.template.attributes.dto"), exports);
105
106
  __exportStar(require("./fcm.token.attributes.dto"), exports);
107
+ __exportStar(require("./feature.attributes.dto"), exports);
108
+ __exportStar(require("./feature.menu.attributes.dto"), exports);
106
109
  __exportStar(require("./gchat.message.attributes.dto"), exports);
107
110
  __exportStar(require("./gchat.posting.payload.dto"), exports);
108
111
  __exportStar(require("./gchat.template.attributes.dto"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/access/dtos/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/access/dtos/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,12 @@
1
+ import { CommonEntity } from '@servicelabsco/nestjs-utility-services';
2
+ import { BusinessFeatureAttributesDto } from '../dtos/business.feature.attributes.dto';
3
+ import { AccessBusinessEntity } from './access.business.entity';
4
+ import { FeatureEntity } from './feature.entity';
5
+ export declare class BusinessFeatureEntity extends CommonEntity {
6
+ business_id: number;
7
+ feature_id: number;
8
+ active: boolean;
9
+ attributes: BusinessFeatureAttributesDto;
10
+ business: AccessBusinessEntity;
11
+ feature: FeatureEntity;
12
+ }
@@ -0,0 +1,50 @@
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.BusinessFeatureEntity = void 0;
13
+ const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
14
+ const typeorm_1 = require("typeorm");
15
+ const business_feature_attributes_dto_1 = require("../dtos/business.feature.attributes.dto");
16
+ const access_business_entity_1 = require("./access.business.entity");
17
+ const feature_entity_1 = require("./feature.entity");
18
+ let BusinessFeatureEntity = class BusinessFeatureEntity extends nestjs_utility_services_1.CommonEntity {
19
+ };
20
+ exports.BusinessFeatureEntity = BusinessFeatureEntity;
21
+ __decorate([
22
+ (0, typeorm_1.Column)(),
23
+ __metadata("design:type", Number)
24
+ ], BusinessFeatureEntity.prototype, "business_id", void 0);
25
+ __decorate([
26
+ (0, typeorm_1.Column)(),
27
+ __metadata("design:type", Number)
28
+ ], BusinessFeatureEntity.prototype, "feature_id", void 0);
29
+ __decorate([
30
+ (0, typeorm_1.Column)(),
31
+ __metadata("design:type", Boolean)
32
+ ], BusinessFeatureEntity.prototype, "active", void 0);
33
+ __decorate([
34
+ (0, typeorm_1.Column)('json'),
35
+ __metadata("design:type", business_feature_attributes_dto_1.BusinessFeatureAttributesDto)
36
+ ], BusinessFeatureEntity.prototype, "attributes", void 0);
37
+ __decorate([
38
+ (0, typeorm_1.ManyToOne)(() => access_business_entity_1.AccessBusinessEntity),
39
+ (0, typeorm_1.JoinColumn)({ name: 'business_id' }),
40
+ __metadata("design:type", access_business_entity_1.AccessBusinessEntity)
41
+ ], BusinessFeatureEntity.prototype, "business", void 0);
42
+ __decorate([
43
+ (0, typeorm_1.ManyToOne)(() => feature_entity_1.FeatureEntity),
44
+ (0, typeorm_1.JoinColumn)({ name: 'feature_id' }),
45
+ __metadata("design:type", feature_entity_1.FeatureEntity)
46
+ ], BusinessFeatureEntity.prototype, "feature", void 0);
47
+ exports.BusinessFeatureEntity = BusinessFeatureEntity = __decorate([
48
+ (0, typeorm_1.Entity)('utl_business_features')
49
+ ], BusinessFeatureEntity);
50
+ //# sourceMappingURL=business.feature.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"business.feature.entity.js","sourceRoot":"","sources":["../../../src/access/entities/business.feature.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAAsE;AACtE,qCAAgE;AAChE,6FAAuF;AACvF,qEAAgE;AAChE,qDAAiD;AAG1C,IAAM,qBAAqB,GAA3B,MAAM,qBAAsB,SAAQ,sCAAY;CAgBtD,CAAA;AAhBY,sDAAqB;AAE9B;IADC,IAAA,gBAAM,GAAE;;0DACW;AAGpB;IADC,IAAA,gBAAM,GAAE;;yDACU;AAGnB;IADC,IAAA,gBAAM,GAAE;;qDACO;AAGhB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;8BACH,8DAA4B;yDAAC;AAGmC;IAA3E,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,6CAAoB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,aAAa,EAAE,CAAC;8BAAW,6CAAoB;uDAAC;AACvC;IAAnE,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,8BAAa,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,YAAY,EAAE,CAAC;8BAAU,8BAAa;sDAAC;gCAflF,qBAAqB;IADjC,IAAA,gBAAM,EAAC,uBAAuB,CAAC;GACnB,qBAAqB,CAgBjC"}
@@ -0,0 +1,12 @@
1
+ import { CommonEntity } from '@servicelabsco/nestjs-utility-services';
2
+ import { FeatureAttributesDto } from '../dtos/feature.attributes.dto';
3
+ import { FeatureMenuEntity } from './feature.menu.entity';
4
+ import { ProductEntity } from './product.entity';
5
+ export declare class FeatureEntity extends CommonEntity {
6
+ product_id: number;
7
+ name: string;
8
+ description: string;
9
+ attributes: FeatureAttributesDto;
10
+ product: ProductEntity;
11
+ feature_menus: FeatureMenuEntity[];
12
+ }
@@ -0,0 +1,49 @@
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.FeatureEntity = void 0;
13
+ const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
14
+ const typeorm_1 = require("typeorm");
15
+ const feature_attributes_dto_1 = require("../dtos/feature.attributes.dto");
16
+ const feature_menu_entity_1 = require("./feature.menu.entity");
17
+ const product_entity_1 = require("./product.entity");
18
+ let FeatureEntity = class FeatureEntity extends nestjs_utility_services_1.CommonEntity {
19
+ };
20
+ exports.FeatureEntity = FeatureEntity;
21
+ __decorate([
22
+ (0, typeorm_1.Column)(),
23
+ __metadata("design:type", Number)
24
+ ], FeatureEntity.prototype, "product_id", void 0);
25
+ __decorate([
26
+ (0, typeorm_1.Column)(),
27
+ __metadata("design:type", String)
28
+ ], FeatureEntity.prototype, "name", void 0);
29
+ __decorate([
30
+ (0, typeorm_1.Column)(),
31
+ __metadata("design:type", String)
32
+ ], FeatureEntity.prototype, "description", void 0);
33
+ __decorate([
34
+ (0, typeorm_1.Column)('json'),
35
+ __metadata("design:type", feature_attributes_dto_1.FeatureAttributesDto)
36
+ ], FeatureEntity.prototype, "attributes", void 0);
37
+ __decorate([
38
+ (0, typeorm_1.ManyToOne)(() => product_entity_1.ProductEntity),
39
+ (0, typeorm_1.JoinColumn)({ name: 'product_id' }),
40
+ __metadata("design:type", product_entity_1.ProductEntity)
41
+ ], FeatureEntity.prototype, "product", void 0);
42
+ __decorate([
43
+ (0, typeorm_1.OneToMany)(() => feature_menu_entity_1.FeatureMenuEntity, (feature_menu) => feature_menu.feature),
44
+ __metadata("design:type", Array)
45
+ ], FeatureEntity.prototype, "feature_menus", void 0);
46
+ exports.FeatureEntity = FeatureEntity = __decorate([
47
+ (0, typeorm_1.Entity)('utl_feature_details')
48
+ ], FeatureEntity);
49
+ //# sourceMappingURL=feature.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"feature.entity.js","sourceRoot":"","sources":["../../../src/access/entities/feature.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAAsE;AACtE,qCAA2E;AAC3E,2EAAsE;AACtE,+DAA0D;AAC1D,qDAAiD;AAG1C,IAAM,aAAa,GAAnB,MAAM,aAAc,SAAQ,sCAAY;CAiB9C,CAAA;AAjBY,sCAAa;AAEtB;IADC,IAAA,gBAAM,GAAE;;iDACU;AAGnB;IADC,IAAA,gBAAM,GAAE;;2CACI;AAGb;IADC,IAAA,gBAAM,GAAE;;kDACW;AAGpB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;8BACH,6CAAoB;iDAAC;AAGmC;IAAnE,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,8BAAa,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,YAAY,EAAE,CAAC;8BAAU,8BAAa;8CAAC;AAE3F;IADC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,uCAAiB,EAAE,CAAC,YAAY,EAAE,EAAE,CAAC,YAAY,CAAC,OAAO,CAAC;;oDACxC;wBAhB1B,aAAa;IADzB,IAAA,gBAAM,EAAC,qBAAqB,CAAC;GACjB,aAAa,CAiBzB"}
@@ -0,0 +1,11 @@
1
+ import { CommonEntity } from '@servicelabsco/nestjs-utility-services';
2
+ import { FeatureMenuAttributesDto } from '../dtos/feature.menu.attributes.dto';
3
+ import { FeatureEntity } from './feature.entity';
4
+ import { MenuEntity } from './menu.entity';
5
+ export declare class FeatureMenuEntity extends CommonEntity {
6
+ feature_id: number;
7
+ menu_id: number;
8
+ attributes: FeatureMenuAttributesDto;
9
+ feature: FeatureEntity;
10
+ menu: MenuEntity;
11
+ }
@@ -0,0 +1,46 @@
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.FeatureMenuEntity = void 0;
13
+ const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
14
+ const typeorm_1 = require("typeorm");
15
+ const feature_menu_attributes_dto_1 = require("../dtos/feature.menu.attributes.dto");
16
+ const feature_entity_1 = require("./feature.entity");
17
+ const menu_entity_1 = require("./menu.entity");
18
+ let FeatureMenuEntity = class FeatureMenuEntity extends nestjs_utility_services_1.CommonEntity {
19
+ };
20
+ exports.FeatureMenuEntity = FeatureMenuEntity;
21
+ __decorate([
22
+ (0, typeorm_1.Column)(),
23
+ __metadata("design:type", Number)
24
+ ], FeatureMenuEntity.prototype, "feature_id", void 0);
25
+ __decorate([
26
+ (0, typeorm_1.Column)(),
27
+ __metadata("design:type", Number)
28
+ ], FeatureMenuEntity.prototype, "menu_id", void 0);
29
+ __decorate([
30
+ (0, typeorm_1.Column)('json'),
31
+ __metadata("design:type", feature_menu_attributes_dto_1.FeatureMenuAttributesDto)
32
+ ], FeatureMenuEntity.prototype, "attributes", void 0);
33
+ __decorate([
34
+ (0, typeorm_1.ManyToOne)(() => feature_entity_1.FeatureEntity),
35
+ (0, typeorm_1.JoinColumn)({ name: 'feature_id' }),
36
+ __metadata("design:type", feature_entity_1.FeatureEntity)
37
+ ], FeatureMenuEntity.prototype, "feature", void 0);
38
+ __decorate([
39
+ (0, typeorm_1.ManyToOne)(() => menu_entity_1.MenuEntity),
40
+ (0, typeorm_1.JoinColumn)({ name: 'menu_id' }),
41
+ __metadata("design:type", menu_entity_1.MenuEntity)
42
+ ], FeatureMenuEntity.prototype, "menu", void 0);
43
+ exports.FeatureMenuEntity = FeatureMenuEntity = __decorate([
44
+ (0, typeorm_1.Entity)('utl_feature_menus')
45
+ ], FeatureMenuEntity);
46
+ //# sourceMappingURL=feature.menu.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"feature.menu.entity.js","sourceRoot":"","sources":["../../../src/access/entities/feature.menu.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAAsE;AACtE,qCAAgE;AAChE,qFAA+E;AAC/E,qDAAiD;AACjD,+CAA2C;AAGpC,IAAM,iBAAiB,GAAvB,MAAM,iBAAkB,SAAQ,sCAAY;CAalD,CAAA;AAbY,8CAAiB;AAE1B;IADC,IAAA,gBAAM,GAAE;;qDACU;AAGnB;IADC,IAAA,gBAAM,GAAE;;kDACO;AAGhB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;8BACH,sDAAwB;qDAAC;AAG+B;IAAnE,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,8BAAa,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,YAAY,EAAE,CAAC;8BAAU,8BAAa;kDAAC;AAC7B;IAA7D,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,wBAAU,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;8BAAO,wBAAU;+CAAC;4BAZtE,iBAAiB;IAD7B,IAAA,gBAAM,EAAC,mBAAmB,CAAC;GACf,iBAAiB,CAa7B"}
@@ -7,6 +7,7 @@ export * from './business.app.integration.entity';
7
7
  export * from './business.app.integration.messages.entity';
8
8
  export * from './business.downloadable.report.entity';
9
9
  export * from './business.email.entity';
10
+ export * from './business.feature.entity';
10
11
  export * from './business.group.role.entity';
11
12
  export * from './business.menu.entity';
12
13
  export * from './business.preference.entity';
@@ -38,6 +39,8 @@ export * from './email.template.recipient.entity';
38
39
  export * from './execution.log.entity';
39
40
  export * from './fcm.message.entity';
40
41
  export * from './fcm.token.entity';
42
+ export * from './feature.entity';
43
+ export * from './feature.menu.entity';
41
44
  export * from './gchat.message.entity';
42
45
  export * from './gchat.template.entity';
43
46
  export * from './gchat.user.entity';
@@ -23,6 +23,7 @@ __exportStar(require("./business.app.integration.entity"), exports);
23
23
  __exportStar(require("./business.app.integration.messages.entity"), exports);
24
24
  __exportStar(require("./business.downloadable.report.entity"), exports);
25
25
  __exportStar(require("./business.email.entity"), exports);
26
+ __exportStar(require("./business.feature.entity"), exports);
26
27
  __exportStar(require("./business.group.role.entity"), exports);
27
28
  __exportStar(require("./business.menu.entity"), exports);
28
29
  __exportStar(require("./business.preference.entity"), exports);
@@ -54,6 +55,8 @@ __exportStar(require("./email.template.recipient.entity"), exports);
54
55
  __exportStar(require("./execution.log.entity"), exports);
55
56
  __exportStar(require("./fcm.message.entity"), exports);
56
57
  __exportStar(require("./fcm.token.entity"), exports);
58
+ __exportStar(require("./feature.entity"), exports);
59
+ __exportStar(require("./feature.menu.entity"), exports);
57
60
  __exportStar(require("./gchat.message.entity"), exports);
58
61
  __exportStar(require("./gchat.template.entity"), exports);
59
62
  __exportStar(require("./gchat.user.entity"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/access/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2DAAyC;AAAA,2DAAyC;AAAA,uDAAqC;AAAA,2DAAyC;AAAA,+EAA6D;AAAA,oEAAkD;AAAA,6EAA2D;AAAA,wEAAsD;AAAA,0DAAwC;AAAA,+DAA6C;AAAA,yDAAuC;AAAA,+DAA6C;AAAA,6DAA2C;AAAA,2DAAyC;AAAA,2DAAyC;AAAA,yDAAuC;AAAA,+DAA6C;AAAA,iFAA+D;AAAA,8DAA4C;AAAA,4DAA0C;AAAA,8EAA4D;AAAA,sDAAoC;AAAA,uDAAqC;AAAA,uDAAqC;AAAA,wDAAsC;AAAA,wDAAsC;AAAA,yDAAuC;AAAA,+DAA6C;AAAA,qDAAmC;AAAA,wDAAsC;AAAA,4DAA0C;AAAA,yDAAuC;AAAA,2DAAyC;AAAA,sDAAoC;AAAA,uDAAqC;AAAA,8DAA4C;AAAA,oEAAkD;AAAA,yDAAuC;AAAA,uDAAqC;AAAA,qDAAmC;AAAA,yDAAuC;AAAA,0DAAwC;AAAA,sDAAoC;AAAA,yDAAuC;AAAA,iEAA+C;AAAA,wDAAsC;AAAA,sDAAoC;AAAA,2DAAyC;AAAA,0DAAwC;AAAA,wDAAsC;AAAA,8DAA4C;AAAA,uDAAqC;AAAA,gDAA8B;AAAA,qDAAmC;AAAA,kDAAgC;AAAA,uDAAqC;AAAA,2DAAyC;AAAA,2DAAyC;AAAA,iEAA+C;AAAA,mDAAiC;AAAA,sDAAoC;AAAA,uDAAqC;AAAA,sDAAoC;AAAA,kEAAgD;AAAA,4DAA0C;AAAA,iEAA+C;AAAA,6DAA2C;AAAA,yDAAuC;AAAA,0DAAwC;AAAA,sDAAoC;AAAA,yDAAuC;AAAA,iEAA+C;AAAA,qDAAmC;AAAA,0DAAwC;AAAA,gEAA8C;AAAA,6DAA2C;AAAA,2DAAyC;AAAA,qDAAmC;AAAA,gEAA8C;AAAA,yDAAuC;AAAA,uDAAqC;AAAA,wDAAsC;AAAA,wDAAsC;AAAA,4DAA0C;AAAA,+DAA6C;AAAA,6DAA2C;AAAA,uEAAoD"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/access/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2DAAyC;AAAA,2DAAyC;AAAA,uDAAqC;AAAA,2DAAyC;AAAA,+EAA6D;AAAA,oEAAkD;AAAA,6EAA2D;AAAA,wEAAsD;AAAA,0DAAwC;AAAA,4DAA0C;AAAA,+DAA6C;AAAA,yDAAuC;AAAA,+DAA6C;AAAA,6DAA2C;AAAA,2DAAyC;AAAA,2DAAyC;AAAA,yDAAuC;AAAA,+DAA6C;AAAA,iFAA+D;AAAA,8DAA4C;AAAA,4DAA0C;AAAA,8EAA4D;AAAA,sDAAoC;AAAA,uDAAqC;AAAA,uDAAqC;AAAA,wDAAsC;AAAA,wDAAsC;AAAA,yDAAuC;AAAA,+DAA6C;AAAA,qDAAmC;AAAA,wDAAsC;AAAA,4DAA0C;AAAA,yDAAuC;AAAA,2DAAyC;AAAA,sDAAoC;AAAA,uDAAqC;AAAA,8DAA4C;AAAA,oEAAkD;AAAA,yDAAuC;AAAA,uDAAqC;AAAA,qDAAmC;AAAA,mDAAiC;AAAA,wDAAsC;AAAA,yDAAuC;AAAA,0DAAwC;AAAA,sDAAoC;AAAA,yDAAuC;AAAA,iEAA+C;AAAA,wDAAsC;AAAA,sDAAoC;AAAA,2DAAyC;AAAA,0DAAwC;AAAA,wDAAsC;AAAA,8DAA4C;AAAA,uDAAqC;AAAA,gDAA8B;AAAA,qDAAmC;AAAA,kDAAgC;AAAA,uDAAqC;AAAA,2DAAyC;AAAA,2DAAyC;AAAA,iEAA+C;AAAA,mDAAiC;AAAA,sDAAoC;AAAA,uDAAqC;AAAA,sDAAoC;AAAA,kEAAgD;AAAA,4DAA0C;AAAA,iEAA+C;AAAA,6DAA2C;AAAA,yDAAuC;AAAA,0DAAwC;AAAA,sDAAoC;AAAA,yDAAuC;AAAA,iEAA+C;AAAA,qDAAmC;AAAA,0DAAwC;AAAA,gEAA8C;AAAA,6DAA2C;AAAA,2DAAyC;AAAA,qDAAmC;AAAA,gEAA8C;AAAA,yDAAuC;AAAA,uDAAqC;AAAA,wDAAsC;AAAA,wDAAsC;AAAA,4DAA0C;AAAA,+DAA6C;AAAA,6DAA2C;AAAA,uEAAoD"}
@@ -87,6 +87,7 @@ import { BusinessAppIntegrationCredentialEntity } from './entities/business.app.
87
87
  import { BusinessAppIntegrationMessagesEntity } from './entities/business.app.integration.messages.entity';
88
88
  import { BusinessDownloadableReportEntity } from './entities/business.downloadable.report.entity';
89
89
  import { BusinessEmailEntity } from './entities/business.email.entity';
90
+ import { BusinessFeatureEntity } from './entities/business.feature.entity';
90
91
  import { BusinessGroupRoleEntity } from './entities/business.group.role.entity';
91
92
  import { BusinessMenuEntity } from './entities/business.menu.entity';
92
93
  import { BusinessReportEntity } from './entities/business.report.entity';
@@ -106,6 +107,7 @@ import { EmailTemplateRecipientEntity } from './entities/email.template.recipien
106
107
  import { ExecutionLogEntity } from './entities/execution.log.entity';
107
108
  import { FcmMessageEntity } from './entities/fcm.message.entity';
108
109
  import { FcmTokenEntity } from './entities/fcm.token.entity';
110
+ import { FeatureMenuEntity } from './entities/feature.menu.entity';
109
111
  import { GchatMessageEntity } from './entities/gchat.message.entity';
110
112
  import { GchatUserEntity } from './entities/gchat.user.entity';
111
113
  import { GchatWebhookMessageEntity } from './entities/gchat.webhook.message.entity';
@@ -150,6 +152,7 @@ import { BusinessAppIntegrationJob } from './jobs/business.app.integration.job';
150
152
  import { BusinessAppIntegrationMessagesJob } from './jobs/business.app.integration.messages.job';
151
153
  import { BusinessDownloadableReportJob } from './jobs/business.downloadable.report.job';
152
154
  import { BusinessEmailJob } from './jobs/business.email.job';
155
+ import { BusinessFeatureJob } from './jobs/business.feature.job';
153
156
  import { BusinessGroupRoleJob } from './jobs/business.group.role.job';
154
157
  import { BusinessMenuJob } from './jobs/business.menu.job';
155
158
  import { BusinessPreferenceJob } from './jobs/business.preference.job';
@@ -185,6 +188,8 @@ import { FcmMessageJob } from './jobs/fcm.message.job';
185
188
  import { FcmNotificationJob } from './jobs/fcm.notification.job';
186
189
  import { FcmTemplateJob } from './jobs/fcm.template.job';
187
190
  import { FcmTokenJob } from './jobs/fcm.token.job';
191
+ import { FeatureJob } from './jobs/feature.job';
192
+ import { FeatureMenuJob } from './jobs/feature.menu.job';
188
193
  import { GchatIncomingWebhookJob } from './jobs/gchat.incoming.webhook.job';
189
194
  import { GchatMessageJob } from './jobs/gchat.message.job';
190
195
  import { GchatTemplateJob } from './jobs/gchat.template.job';
@@ -254,6 +259,8 @@ import { ProcessApplicationMenu } from './libraries/process.application.menu';
254
259
  import { ProcessBulkUploadItemList } from './libraries/process.bulk.upload.item.list';
255
260
  import { ProcessBulkUploadList } from './libraries/process.bulk.upload.list';
256
261
  import { ProcessBusinessEmailList } from './libraries/process.business.email.list';
262
+ import { ProcessBusinessFeatureAddition } from './libraries/process.business.feature.addition';
263
+ import { ProcessBusinessFeatureDeletion } from './libraries/process.business.feature.deletion';
257
264
  import { ProcessBusinessGroupRoleUpdation } from './libraries/process.business.group.role.updation';
258
265
  import { ProcessBusinessNotificationChannelPreferenceList } from './libraries/process.business.notification.channel.preference.list';
259
266
  import { ProcessBusinessReportList } from './libraries/process.business.report.list';
@@ -281,6 +288,8 @@ import { ProcessDownloadLogList } from './libraries/process.download.log.list';
281
288
  import { ProcessEmailNotification } from './libraries/process.email.notification';
282
289
  import { ProcessEmailRuleData } from './libraries/process.email.rule.data';
283
290
  import { ProcessEmailRuleList } from './libraries/process.email.rule.list';
291
+ import { ProcessFeatureMenuAddition } from './libraries/process.feature.menu.addition';
292
+ import { ProcessFeatureMenuDeletion } from './libraries/process.feature.menu.deletion';
284
293
  import { ProcessGmailMessage } from './libraries/process.gmail.message';
285
294
  import { ProcessGroupMemberList } from './libraries/process.group.member.list';
286
295
  import { ProcessGroupMemberUpdation } from './libraries/process.group.member.updation';
@@ -357,6 +366,7 @@ import { BusinessAppIntegrationMessagesSubscriber } from './subscribers/business
357
366
  import { BusinessAppIntegrationSubscriber } from './subscribers/business.app.integration.subscriber';
358
367
  import { BusinessDownloadableReportSubscriber } from './subscribers/business.downloadable.report.subscriber';
359
368
  import { BusinessEmailSubscriber } from './subscribers/business.email.subscriber';
369
+ import { BusinessFeatureSubscriber } from './subscribers/business.feature.subscriber';
360
370
  import { BusinessGroupRoleSubscriber } from './subscribers/business.group.role.subscriber';
361
371
  import { BusinessMenuSubscriber } from './subscribers/business.menu.subscriber';
362
372
  import { BusinessPreferenceSubscriber } from './subscribers/business.preference.subscriber';
@@ -390,6 +400,8 @@ import { FcmMessageSubscriber } from './subscribers/fcm.message.subscriber';
390
400
  import { FcmNotificationSubscriber } from './subscribers/fcm.notification.subscriber';
391
401
  import { FcmTemplateSubscriber } from './subscribers/fcm.template.subscriber';
392
402
  import { FcmTokenSubscriber } from './subscribers/fcm.token.subscriber';
403
+ import { FeatureMenuSubscriber } from './subscribers/feature.menu.subscriber';
404
+ import { FeatureSubscriber } from './subscribers/feature.subscriber';
393
405
  import { GchatMessageSubscriber } from './subscribers/gchat.message.subscriber';
394
406
  import { GchatTemplateSubscriber } from './subscribers/gchat.template.subscriber';
395
407
  import { GchatUserSubscriber } from './subscribers/gchat.user.subscriber';
@@ -440,12 +452,12 @@ declare const es6Classes: {
440
452
  commands: (typeof WebhookPollCommand)[];
441
453
  controllers: (typeof AccessMenuController | typeof ApiAccountController | typeof BulkUploadController | typeof BulkUploadItemController | typeof BusinessAppIntegrationController | typeof BusinessEmailController | typeof BusinessNotificationChannelPreferenceController | typeof BusinessPreferenceController | typeof BusinessReportController | typeof BusinessScriptController | typeof BusinessUserGroupController | typeof BusinessUserNotificationPreferenceController | typeof BusinessWebhookController | typeof ChoiceListController | typeof ChoiceTypeController | typeof CommonWebhookController | typeof CustomFieldController | typeof DashboardBuilderController | typeof DashboardComponentController | typeof DashboardController | typeof DashboardReportController | typeof DeveloperModeController | typeof DownloadLogController | typeof EmailRuleController | typeof FcmTokenController | typeof GroupMemberController | typeof GroupRoleController | typeof ListingController | typeof ListingPreferenceController | typeof ScheduledReportController | typeof ScheduledReportItemController | typeof TagController | typeof UserBusinessSecretController | typeof UserNotificationController | typeof UserPreferenceController)[];
442
454
  dtos: (typeof EmailRuleAttributesDto | typeof EmailMessageNormalizedDto | typeof NotificationPayloadDto | typeof SendEmailNotificationDataDto | typeof EmailRecipientToDto | typeof GchatPostingPayloadDto | typeof BoardCastInternalStatusMessageDto | typeof WhatsappPostingPayloadDto | typeof SendWhatsappMessagePayloadDto | typeof AddShortUrlDto | typeof BankAccountPayloadDto | typeof RecurringDefinitionDto | typeof DbFindDto | typeof AddListingPreferenceDto | typeof ListResponseDto | typeof DateRangeFilterDto | typeof DateFilterDto | typeof ListResponseFormatDto | typeof NumberRangeFilterDto | typeof CommonListFilterDto | typeof ProcessCommonListConfigDto | typeof SendWebhookRequestPayload | typeof AccessBusinessParamDto | typeof AddIntegrationPreferenceDto | typeof GmailIntegrationOauthDto | typeof AddBusinessPreferenceDto | typeof GenerateBusinessReportDto | typeof AddBusinessUserNotificationPreferenceDto | typeof AddWebhookDto | typeof ModifyCustomFieldStatusDto | typeof GetScriptValuesDto | typeof AddDashboardComponentPropertiesDto | typeof AddDashboardComponentDto | typeof StringSearchDto | typeof EditQueryDto | typeof TokenPayloadDto | typeof AddGroupMemberDto | typeof AddRoleDto | typeof AddScheduledReportDto | typeof AddBusinessAppIntegrationDto | typeof AddConversationDto | typeof AddTagDto | typeof BusinessAppIntegrationMessagePayloadDto | typeof ProcessListingPayloadDto | typeof RequestLogOptionsDto | typeof ServerEmailRecipientsDto | typeof ServerEmailMessageDto | typeof SlackMessageDataDto)[];
443
- entities: (typeof AccessBusinessEntity | typeof BusinessEmailEntity | typeof EmailMessageEntity | typeof EmailRecipientEntity | typeof BusinessUserEntity | typeof ProductEntity | typeof EmailStyleEntity | typeof EmailTemplateLogEntity | typeof EmailTemplateRecipientEntity | typeof FcmMessageEntity | typeof FcmTokenEntity | typeof GchatUserEntity | typeof GchatMessageEntity | typeof GchatWebhookMessageEntity | typeof SlackMessageEntity | typeof BzNotificationChannelPreferenceEntity | typeof SlackIntegrationEntity | typeof SlackUserEntity | typeof WhatsappMessageEntity | typeof WhatsappPreferenceEntity | typeof BusinessAppIntegrationCredentialEntity | typeof BusinessAppIntegrationMessagesEntity | typeof BusinessDownloadableReportEntity | typeof BusinessGroupRoleEntity | typeof MenuRoleEntity | typeof MenuEntity | typeof UiActionRoleEntity | typeof MenuActionEntity | typeof ChildMenuEntity | typeof BusinessMenuEntity | typeof BusinessReportEntity | typeof ExecutionLogEntity | typeof GroupRoleEntity | typeof BusinessUserRoleEntity | typeof BusinessWebhookEntity | typeof ConversationEntity | typeof DashboardComponentEntity | typeof DownloadLogEntity | typeof GroupMemberEntity | typeof PreferenceUserEntity | typeof PreferenceUserGroupEntity | typeof ModuleMenuEntity | typeof OnholdDocumentEntity | typeof ReportLogEntity | typeof RequestLogEntity | typeof ScheduledReportEntity | typeof ScheduledReportEmailEntity | typeof ScheduledReportItemEntity | typeof SlackWebhookMessageEntity | typeof UserNotificationEntity | typeof UserRoleEntity | typeof WatchlistAssignmentEntity | typeof WebhookLogEntity | typeof WebhookSlugEntity)[];
455
+ entities: (typeof AccessBusinessEntity | typeof BusinessEmailEntity | typeof EmailMessageEntity | typeof EmailRecipientEntity | typeof BusinessUserEntity | typeof ProductEntity | typeof EmailStyleEntity | typeof EmailTemplateLogEntity | typeof EmailTemplateRecipientEntity | typeof FcmMessageEntity | typeof FcmTokenEntity | typeof GchatUserEntity | typeof GchatMessageEntity | typeof GchatWebhookMessageEntity | typeof SlackMessageEntity | typeof BzNotificationChannelPreferenceEntity | typeof SlackIntegrationEntity | typeof SlackUserEntity | typeof WhatsappMessageEntity | typeof WhatsappPreferenceEntity | typeof BusinessAppIntegrationCredentialEntity | typeof BusinessAppIntegrationMessagesEntity | typeof BusinessDownloadableReportEntity | typeof MenuRoleEntity | typeof MenuEntity | typeof UiActionRoleEntity | typeof MenuActionEntity | typeof ChildMenuEntity | typeof FeatureMenuEntity | typeof BusinessFeatureEntity | typeof BusinessGroupRoleEntity | typeof BusinessMenuEntity | typeof BusinessReportEntity | typeof ExecutionLogEntity | typeof GroupRoleEntity | typeof BusinessUserRoleEntity | typeof BusinessWebhookEntity | typeof ConversationEntity | typeof DashboardComponentEntity | typeof DownloadLogEntity | typeof GroupMemberEntity | typeof PreferenceUserEntity | typeof PreferenceUserGroupEntity | typeof ModuleMenuEntity | typeof OnholdDocumentEntity | typeof ReportLogEntity | typeof RequestLogEntity | typeof ScheduledReportEntity | typeof ScheduledReportEmailEntity | typeof ScheduledReportItemEntity | typeof SlackWebhookMessageEntity | typeof UserNotificationEntity | typeof UserRoleEntity | typeof WatchlistAssignmentEntity | typeof WebhookLogEntity | typeof WebhookSlugEntity)[];
444
456
  enums: (typeof NotificationTypeEnum | typeof NotificationChannelTypeEnum | typeof RecurringPeriodEnum | typeof CustomColumnTypeEnum | typeof ProductTypeEnum | typeof PlatformTypeEnum)[];
445
- jobs: (typeof EvaluateEmailRuleJob | typeof WhatsappMessagePayloadDto | typeof AccessTestJob | typeof ApiAccountJob | typeof AppIntegrationJob | typeof BusinessAppIntegrationCredentialJob | typeof BusinessAppIntegrationJob | typeof BusinessAppIntegrationMessagesJob | typeof BusinessDownloadableReportJob | typeof BusinessEmailJob | typeof BusinessGroupRoleJob | typeof BusinessMenuJob | typeof BusinessPreferenceJob | typeof BusinessPropertyJob | typeof GenerateBusinessReportJob | typeof SendBusinessReportNotificationJob | typeof BusinessReportJob | typeof SetBusinessScriptScheduleJob | typeof BusinessScriptJob | typeof BusinessUserGroupJob | typeof BusinessUserJob | typeof BusinessUserNotificationPreferenceJob | typeof BusinessUserRoleJob | typeof BusinessWebhookJob | typeof BzNotificationChannelPreferenceJob | typeof ChildMenuJob | typeof ChoiceListJob | typeof ChoiceTypeJob | typeof ConversationJob | typeof CustomFieldJob | typeof CustomReportJob | typeof DashboardComponentJob | typeof DashboardJob | typeof DownloadLogJob | typeof EmailAttachmentJob | typeof EmailMessageJob | typeof EmailRecipientJob | typeof EmailRuleJob | typeof EmailStyleJob | typeof EmailTemplateLogJob | typeof EmailTemplateRecipientJob | typeof ExecuteBusinessScriptJob | typeof ExecutionLogJob | typeof FcmMessageJob | typeof FcmNotificationJob | typeof FcmTemplateJob | typeof FcmTokenJob | typeof GchatIncomingWebhookJob | typeof GchatMessageJob | typeof GchatTemplateJob | typeof GchatUserJob | typeof GchatWebhookJob | typeof GchatWebhookMessageJob | typeof GmailIntegrationFetchMessagesJob | typeof GroupMemberJob | typeof GroupRoleJob | typeof ListPreferenceJob | typeof ListingColumnJob | typeof ListingPageJob | typeof ListingPreferenceJob | typeof MenuActionJob | typeof MenuJob | typeof MenuRoleJob | typeof ModuleJob | typeof ModuleMenuJob | typeof OnholdDocumentJob | typeof PreferenceUserGroupJob | typeof PreferenceUsersJob | typeof ProcessServerEmailJob | typeof ProductJob | typeof ReportLogJob | typeof RequestLogJob | typeof RoleGroupJob | typeof ScheduledReportEmailJob | typeof ScheduledReportItemJob | typeof ScheduledReportJob | typeof SlackIncomingWebhookJob | typeof SlackIntegrationJob | typeof SlackMessageJob | typeof SlackTemplateJob | typeof SlackUserJob | typeof SlackWebhookJob | typeof SlackWebhookMessageJob | typeof SyncBURoleJob | typeof UiActionJob | typeof UiActionRoleJob | typeof UserBusinessSecretJob | typeof UserNotificationJob | typeof UserPreferenceJob | typeof UserRoleJob | typeof WatchlistAssignmentJob | typeof WebhookEventJob | typeof WebhookLogJob | typeof WebhookSlugJob | typeof WebhookTypeJob | typeof WhatsappIncomingWebhookJob | typeof WhatsappMessageJob | typeof WhatsappTemplateJob | typeof WhitelistedWhatsappNumberJob)[];
446
- libraries: (typeof DateFn | typeof EvaluateEmailRule | typeof ProcessEmailNotification | typeof SendEmailNotification | typeof SendFcmNotification | typeof SendGchatMessageNotification | typeof SendGchatWebhookNotification | typeof SendSlackMessageNotification | typeof SendSlackWebhookNotification | typeof ProcessWhatsappMessage | typeof SendWhatsappMessageNotification | typeof ProcessDbFind | typeof ProcessDateFilter | typeof ProcessCommonList | typeof ProcessListingCsvFile | typeof SendWebhookRequest | typeof ProcessApplicationMenu | typeof ProcessMenuDetails | typeof ProcessApiAccountData | typeof ProcessApiAccountList | typeof ProcessBulkUploadItemList | typeof ProcessBulkUploadList | typeof ProcessWhatsappIntegration | typeof ProcessAppIntegration | typeof ProcessBusinessEmailList | typeof ProcessBusinessNotificationChannelPreferenceList | typeof ProcessBusinessReportList | typeof ExecuteBusinessScript | typeof ProcessBusinessScriptCreation | typeof ProcessBusinessScriptList | typeof ProcessBusinessUserGroupList | typeof ProcessUserGroupCreation | typeof ProcessBusinessUserNotificationPreferenceList | typeof ProcessChoiceListData | typeof ProcessChoiceTypeList | typeof ProcessChoiceTypeData | typeof ProcessSlackIntegration | typeof ProcessZohoIntegration | typeof ProcessCustomFieldList | typeof ProcessCustomFieldCreation | typeof ProcessDashboardReportData | typeof ProcessReportData | typeof ProcessCreateDashboardComponent | typeof ProcessDashboardComponent | typeof ProcessDashboardReport | typeof ProcessDownloadLogList | typeof ProcessEmailRuleData | typeof ProcessEmailRuleList | typeof SetFcmToken | typeof ProcessGroupMemberList | typeof ProcessGroupRoleList | typeof ProcessPreferenceData | typeof ProcessScheduledReportData | typeof ProcessScheduledReportList | typeof ProcessScheduledReportItemList | typeof CreateUserBusinessSecret | typeof ProcessUserNotificationList | typeof ProcessRevokeSlackIntegration | typeof ProcessRevokeZohoIntegration | typeof ProcessBusinessGroupRoleUpdation | typeof ProcessInternalNotification | typeof ProcessBusinessUserRoleUpdate | typeof ProcessGmailMessage | typeof ProcessGroupMemberUpdation | typeof SyncBusinessUserRole | typeof CommonTagController | typeof ProcessConversationData | typeof ConversationController | typeof ProcessBusinessScriptData | typeof ValidateCustomFieldData | typeof ProcessCommonCustomField | typeof ProcessNotification | typeof ProcessSlackMessage | typeof ProcessTestList)[];
457
+ jobs: (typeof EvaluateEmailRuleJob | typeof WhatsappMessagePayloadDto | typeof AccessTestJob | typeof ApiAccountJob | typeof AppIntegrationJob | typeof BusinessAppIntegrationCredentialJob | typeof BusinessAppIntegrationJob | typeof BusinessAppIntegrationMessagesJob | typeof BusinessDownloadableReportJob | typeof BusinessEmailJob | typeof BusinessFeatureJob | typeof BusinessGroupRoleJob | typeof BusinessMenuJob | typeof BusinessPreferenceJob | typeof BusinessPropertyJob | typeof GenerateBusinessReportJob | typeof SendBusinessReportNotificationJob | typeof BusinessReportJob | typeof SetBusinessScriptScheduleJob | typeof BusinessScriptJob | typeof BusinessUserGroupJob | typeof BusinessUserJob | typeof BusinessUserNotificationPreferenceJob | typeof BusinessUserRoleJob | typeof BusinessWebhookJob | typeof BzNotificationChannelPreferenceJob | typeof ChildMenuJob | typeof ChoiceListJob | typeof ChoiceTypeJob | typeof ConversationJob | typeof CustomFieldJob | typeof CustomReportJob | typeof DashboardComponentJob | typeof DashboardJob | typeof DownloadLogJob | typeof EmailAttachmentJob | typeof EmailMessageJob | typeof EmailRecipientJob | typeof EmailRuleJob | typeof EmailStyleJob | typeof EmailTemplateLogJob | typeof EmailTemplateRecipientJob | typeof ExecuteBusinessScriptJob | typeof ExecutionLogJob | typeof FcmMessageJob | typeof FcmNotificationJob | typeof FcmTemplateJob | typeof FcmTokenJob | typeof FeatureJob | typeof FeatureMenuJob | typeof GchatIncomingWebhookJob | typeof GchatMessageJob | typeof GchatTemplateJob | typeof GchatUserJob | typeof GchatWebhookJob | typeof GchatWebhookMessageJob | typeof GmailIntegrationFetchMessagesJob | typeof GroupMemberJob | typeof GroupRoleJob | typeof ListPreferenceJob | typeof ListingColumnJob | typeof ListingPageJob | typeof ListingPreferenceJob | typeof MenuActionJob | typeof MenuJob | typeof MenuRoleJob | typeof ModuleJob | typeof ModuleMenuJob | typeof OnholdDocumentJob | typeof PreferenceUserGroupJob | typeof PreferenceUsersJob | typeof ProcessServerEmailJob | typeof ProductJob | typeof ReportLogJob | typeof RequestLogJob | typeof RoleGroupJob | typeof ScheduledReportEmailJob | typeof ScheduledReportItemJob | typeof ScheduledReportJob | typeof SlackIncomingWebhookJob | typeof SlackIntegrationJob | typeof SlackMessageJob | typeof SlackTemplateJob | typeof SlackUserJob | typeof SlackWebhookJob | typeof SlackWebhookMessageJob | typeof SyncBURoleJob | typeof UiActionJob | typeof UiActionRoleJob | typeof UserBusinessSecretJob | typeof UserNotificationJob | typeof UserPreferenceJob | typeof UserRoleJob | typeof WatchlistAssignmentJob | typeof WebhookEventJob | typeof WebhookLogJob | typeof WebhookSlugJob | typeof WebhookTypeJob | typeof WhatsappIncomingWebhookJob | typeof WhatsappMessageJob | typeof WhatsappTemplateJob | typeof WhitelistedWhatsappNumberJob)[];
458
+ libraries: (typeof DateFn | typeof EvaluateEmailRule | typeof ProcessEmailNotification | typeof SendEmailNotification | typeof SendFcmNotification | typeof SendGchatMessageNotification | typeof SendGchatWebhookNotification | typeof SendSlackMessageNotification | typeof SendSlackWebhookNotification | typeof ProcessWhatsappMessage | typeof SendWhatsappMessageNotification | typeof ProcessDbFind | typeof ProcessDateFilter | typeof ProcessCommonList | typeof ProcessListingCsvFile | typeof SendWebhookRequest | typeof ProcessApplicationMenu | typeof ProcessMenuDetails | typeof ProcessApiAccountData | typeof ProcessApiAccountList | typeof ProcessBulkUploadItemList | typeof ProcessBulkUploadList | typeof ProcessWhatsappIntegration | typeof ProcessAppIntegration | typeof ProcessBusinessEmailList | typeof ProcessBusinessNotificationChannelPreferenceList | typeof ProcessBusinessReportList | typeof ExecuteBusinessScript | typeof ProcessBusinessScriptCreation | typeof ProcessBusinessScriptList | typeof ProcessBusinessUserGroupList | typeof ProcessUserGroupCreation | typeof ProcessBusinessUserNotificationPreferenceList | typeof ProcessChoiceListData | typeof ProcessChoiceTypeList | typeof ProcessChoiceTypeData | typeof ProcessSlackIntegration | typeof ProcessZohoIntegration | typeof ProcessCustomFieldList | typeof ProcessCustomFieldCreation | typeof ProcessDashboardReportData | typeof ProcessReportData | typeof ProcessCreateDashboardComponent | typeof ProcessDashboardComponent | typeof ProcessDashboardReport | typeof ProcessDownloadLogList | typeof ProcessEmailRuleData | typeof ProcessEmailRuleList | typeof SetFcmToken | typeof ProcessGroupMemberList | typeof ProcessGroupRoleList | typeof ProcessPreferenceData | typeof ProcessScheduledReportData | typeof ProcessScheduledReportList | typeof ProcessScheduledReportItemList | typeof CreateUserBusinessSecret | typeof ProcessUserNotificationList | typeof ProcessRevokeSlackIntegration | typeof ProcessRevokeZohoIntegration | typeof ProcessBusinessFeatureAddition | typeof ProcessBusinessFeatureDeletion | typeof ProcessBusinessGroupRoleUpdation | typeof ProcessInternalNotification | typeof ProcessBusinessUserRoleUpdate | typeof ProcessFeatureMenuAddition | typeof ProcessFeatureMenuDeletion | typeof ProcessGmailMessage | typeof ProcessGroupMemberUpdation | typeof SyncBusinessUserRole | typeof CommonTagController | typeof ProcessConversationData | typeof ConversationController | typeof ProcessBusinessScriptData | typeof ValidateCustomFieldData | typeof ProcessCommonCustomField | typeof ProcessNotification | typeof ProcessSlackMessage | typeof ProcessTestList)[];
447
459
  middlewares: (typeof BusinessMiddleware | typeof ExternalAccessMiddleware | typeof UserBusinessAccessMiddleware)[];
448
460
  services: (typeof SendEmailService | typeof GchatService | typeof SlackService | typeof WhatsappService | typeof NotificationService | typeof SlabsService | typeof UtilityService | typeof AccessBusinessService | typeof ListingService | typeof CustomFieldService | typeof WebhookService | typeof BusinessEmailService | typeof GmailIntegrationService | typeof BusinessScriptService | typeof AuditLogService | typeof AccessReportService | typeof PlatformService | typeof ListingPreferenceService | typeof ScheduledReportService | typeof BusinessUserRoleService | typeof ApiAccountService | typeof UserBusinessAccessService | typeof AppIntegrationService | typeof BusinessPreferenceService | typeof BusinessPropertyService | typeof Es6JobsService | typeof Es6Service | typeof GptService | typeof LoadEntityService | typeof RequestLogService | typeof UserNotificationService | typeof UserPreferenceService)[];
449
- subscribers: (typeof ApiAccountSubscriber | typeof AppIntegrationSubscriber | typeof BusinessAppIntegrationCredentialSubscriber | typeof BusinessAppIntegrationMessagesSubscriber | typeof BusinessAppIntegrationSubscriber | typeof BusinessDownloadableReportSubscriber | typeof BusinessEmailSubscriber | typeof BusinessGroupRoleSubscriber | typeof BusinessMenuSubscriber | typeof BusinessPreferenceSubscriber | typeof BusinessPropertySubscriber | typeof BusinessReportSubscriber | typeof BusinessScriptSubscriber | typeof BusinessUserGroupSubscriber | typeof BusinessUserNotificationPreferenceSubscriber | typeof BusinessUserRoleSubscriber | typeof BusinessUserSubscriber | typeof BusinessWebhookSubscriber | typeof BzNotificationChannelPreferenceSubscriber | typeof ChildMenuSubscriber | typeof ChoiceListSubscriber | typeof ChoiceTypeSubscriber | typeof ConversationSubscriber | typeof CustomFieldSubscriber | typeof CustomReportSubscriber | typeof DashboardComponentSubscriber | typeof DashboardSubscriber | typeof DownloadLogSubscriber | typeof EmailAttachmentSubscriber | typeof EmailMessageSubscriber | typeof EmailRecipientSubscriber | typeof EmailRuleSubscriber | typeof EmailStyleSubscriber | typeof EmailTemplateLogSubscriber | typeof EmailTemplateRecipientSubscriber | typeof ExecutionLogSubscriber | typeof FcmMessageSubscriber | typeof FcmNotificationSubscriber | typeof FcmTemplateSubscriber | typeof FcmTokenSubscriber | typeof GchatMessageSubscriber | typeof GchatTemplateSubscriber | typeof GchatUserSubscriber | typeof GchatWebhookMessageSubscriber | typeof GchatWebhookSubscriber | typeof GroupMemberSubscriber | typeof GroupRoleSubscriber | typeof ListPreferenceSubscriber | typeof ListingColumnSubscriber | typeof ListingPageSubscriber | typeof ListingPreferenceSubscriber | typeof MenuActionSubscriber | typeof MenuRoleSubscriber | typeof MenuSubscriber | typeof ModuleMenuSubscriber | typeof ModuleSubscriber | typeof OnholdDocumentSubscriber | typeof PreferenceUserGroupSubscriber | typeof PreferenceUserSubscriber | typeof ProductSubscriber | typeof ReportLogSubscriber | typeof RequestLogSubscriber | typeof RoleGroupSubscriber | typeof ScheduledReportEmailSubscriber | typeof ScheduledReportItemSubscriber | typeof ScheduledReportSubscriber | typeof SlackIntegrationSubscriber | typeof SlackMessageSubscriber | typeof SlackTemplateSubscriber | typeof SlackUserSubscriber | typeof SlackWebhookMessageSubscriber | typeof SlackWebhookSubscriber | typeof UiActionRoleSubscriber | typeof UiActionSubscriber | typeof UserBusinessSecretSubscriber | typeof UserNotificationSubscriber | typeof UserPreferenceSubscriber | typeof UserRoleSubscriber | typeof WatchlistAssignmentSubscriber | typeof WebhookEventSubscriber | typeof WebhookLogSubscriber | typeof WebhookSlugSubscriber | typeof WebhookTypeSubscriber | typeof WhatsappMessageSubscriber | typeof WhatsappTemplateSubscriber | typeof WhitelistedWhatsappNumberSubscriber)[];
461
+ subscribers: (typeof ApiAccountSubscriber | typeof AppIntegrationSubscriber | typeof BusinessAppIntegrationCredentialSubscriber | typeof BusinessAppIntegrationMessagesSubscriber | typeof BusinessAppIntegrationSubscriber | typeof BusinessDownloadableReportSubscriber | typeof BusinessEmailSubscriber | typeof BusinessFeatureSubscriber | typeof BusinessGroupRoleSubscriber | typeof BusinessMenuSubscriber | typeof BusinessPreferenceSubscriber | typeof BusinessPropertySubscriber | typeof BusinessReportSubscriber | typeof BusinessScriptSubscriber | typeof BusinessUserGroupSubscriber | typeof BusinessUserNotificationPreferenceSubscriber | typeof BusinessUserRoleSubscriber | typeof BusinessUserSubscriber | typeof BusinessWebhookSubscriber | typeof BzNotificationChannelPreferenceSubscriber | typeof ChildMenuSubscriber | typeof ChoiceListSubscriber | typeof ChoiceTypeSubscriber | typeof ConversationSubscriber | typeof CustomFieldSubscriber | typeof CustomReportSubscriber | typeof DashboardComponentSubscriber | typeof DashboardSubscriber | typeof DownloadLogSubscriber | typeof EmailAttachmentSubscriber | typeof EmailMessageSubscriber | typeof EmailRecipientSubscriber | typeof EmailRuleSubscriber | typeof EmailStyleSubscriber | typeof EmailTemplateLogSubscriber | typeof EmailTemplateRecipientSubscriber | typeof ExecutionLogSubscriber | typeof FcmMessageSubscriber | typeof FcmNotificationSubscriber | typeof FcmTemplateSubscriber | typeof FcmTokenSubscriber | typeof FeatureMenuSubscriber | typeof FeatureSubscriber | typeof GchatMessageSubscriber | typeof GchatTemplateSubscriber | typeof GchatUserSubscriber | typeof GchatWebhookMessageSubscriber | typeof GchatWebhookSubscriber | typeof GroupMemberSubscriber | typeof GroupRoleSubscriber | typeof ListPreferenceSubscriber | typeof ListingColumnSubscriber | typeof ListingPageSubscriber | typeof ListingPreferenceSubscriber | typeof MenuActionSubscriber | typeof MenuRoleSubscriber | typeof MenuSubscriber | typeof ModuleMenuSubscriber | typeof ModuleSubscriber | typeof OnholdDocumentSubscriber | typeof PreferenceUserGroupSubscriber | typeof PreferenceUserSubscriber | typeof ProductSubscriber | typeof ReportLogSubscriber | typeof RequestLogSubscriber | typeof RoleGroupSubscriber | typeof ScheduledReportEmailSubscriber | typeof ScheduledReportItemSubscriber | typeof ScheduledReportSubscriber | typeof SlackIntegrationSubscriber | typeof SlackMessageSubscriber | typeof SlackTemplateSubscriber | typeof SlackUserSubscriber | typeof SlackWebhookMessageSubscriber | typeof SlackWebhookSubscriber | typeof UiActionRoleSubscriber | typeof UiActionSubscriber | typeof UserBusinessSecretSubscriber | typeof UserNotificationSubscriber | typeof UserPreferenceSubscriber | typeof UserRoleSubscriber | typeof WatchlistAssignmentSubscriber | typeof WebhookEventSubscriber | typeof WebhookLogSubscriber | typeof WebhookSlugSubscriber | typeof WebhookTypeSubscriber | typeof WhatsappMessageSubscriber | typeof WhatsappTemplateSubscriber | typeof WhitelistedWhatsappNumberSubscriber)[];
450
462
  };
451
463
  export default es6Classes;