@servicelabsco/slabs-access-manager 1.0.2 → 1.0.3

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 (67) hide show
  1. package/dist/access/controllers/index.d.ts +1 -0
  2. package/dist/access/controllers/index.js +1 -0
  3. package/dist/access/controllers/index.js.map +1 -1
  4. package/dist/access/controllers/overriding.script.controller.d.ts +17 -0
  5. package/dist/access/controllers/overriding.script.controller.js +94 -0
  6. package/dist/access/controllers/overriding.script.controller.js.map +1 -0
  7. package/dist/access/dtos/add.overriding.script.dto.d.ts +11 -0
  8. package/dist/access/dtos/add.overriding.script.dto.js +47 -0
  9. package/dist/access/dtos/add.overriding.script.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/dtos/overriding.script.attributes.dto.d.ts +3 -0
  14. package/dist/access/dtos/overriding.script.attributes.dto.js +8 -0
  15. package/dist/access/dtos/overriding.script.attributes.dto.js.map +1 -0
  16. package/dist/access/dtos/overriding.script.list.filter.dto.d.ts +3 -0
  17. package/dist/access/dtos/overriding.script.list.filter.dto.js +8 -0
  18. package/dist/access/dtos/overriding.script.list.filter.dto.js.map +1 -0
  19. package/dist/access/entities/index.d.ts +1 -0
  20. package/dist/access/entities/index.js +1 -0
  21. package/dist/access/entities/index.js.map +1 -1
  22. package/dist/access/entities/overriding.script.entity.d.ts +15 -0
  23. package/dist/access/entities/overriding.script.entity.js +65 -0
  24. package/dist/access/entities/overriding.script.entity.js.map +1 -0
  25. package/dist/access/es6.classes.d.ts +13 -6
  26. package/dist/access/es6.classes.js +20 -0
  27. package/dist/access/es6.classes.js.map +1 -1
  28. package/dist/access/jobs/index.d.ts +1 -0
  29. package/dist/access/jobs/index.js +1 -0
  30. package/dist/access/jobs/index.js.map +1 -1
  31. package/dist/access/jobs/overriding.script.job.d.ts +10 -0
  32. package/dist/access/jobs/overriding.script.job.js +42 -0
  33. package/dist/access/jobs/overriding.script.job.js.map +1 -0
  34. package/dist/access/libraries/index.d.ts +2 -0
  35. package/dist/access/libraries/index.js +2 -0
  36. package/dist/access/libraries/index.js.map +1 -1
  37. package/dist/access/libraries/process.overriding.script.data.d.ts +13 -0
  38. package/dist/access/libraries/process.overriding.script.data.js +34 -0
  39. package/dist/access/libraries/process.overriding.script.data.js.map +1 -0
  40. package/dist/access/libraries/process.overriding.script.list.d.ts +20 -0
  41. package/dist/access/libraries/process.overriding.script.list.js +35 -0
  42. package/dist/access/libraries/process.overriding.script.list.js.map +1 -0
  43. package/dist/access/services/es6.jobs.service.d.ts +3 -1
  44. package/dist/access/services/es6.jobs.service.js +5 -1
  45. package/dist/access/services/es6.jobs.service.js.map +1 -1
  46. package/dist/access/services/index.d.ts +1 -0
  47. package/dist/access/services/index.js +1 -0
  48. package/dist/access/services/index.js.map +1 -1
  49. package/dist/access/services/overriding.script.service.d.ts +8 -0
  50. package/dist/access/services/overriding.script.service.js +48 -0
  51. package/dist/access/services/overriding.script.service.js.map +1 -0
  52. package/dist/access/subscribers/index.d.ts +1 -0
  53. package/dist/access/subscribers/index.js +1 -0
  54. package/dist/access/subscribers/index.js.map +1 -1
  55. package/dist/access/subscribers/overriding.script.subscriber.d.ts +10 -0
  56. package/dist/access/subscribers/overriding.script.subscriber.js +34 -0
  57. package/dist/access/subscribers/overriding.script.subscriber.js.map +1 -0
  58. package/dist/app.controller.d.ts +3 -1
  59. package/dist/app.controller.js +7 -3
  60. package/dist/app.controller.js.map +1 -1
  61. package/dist/config/entity.constants.d.ts +2 -0
  62. package/dist/config/entity.constants.js +2 -0
  63. package/dist/config/entity.constants.js.map +1 -1
  64. package/dist/migrations/1774203608370-CreateOverridingScriptTable.d.ts +5 -0
  65. package/dist/migrations/1774203608370-CreateOverridingScriptTable.js +23 -0
  66. package/dist/migrations/1774203608370-CreateOverridingScriptTable.js.map +1 -0
  67. package/package.json +1 -1
@@ -29,6 +29,7 @@ export * from './group.role.controller';
29
29
  export * from './gst.mapping.controller';
30
30
  export * from './listing.controller';
31
31
  export * from './listing.preference.controller';
32
+ export * from './overriding.script.controller';
32
33
  export * from './scheduled.report.controller';
33
34
  export * from './scheduled.report.item.controller';
34
35
  export * from './tag.controller';
@@ -45,6 +45,7 @@ __exportStar(require("./group.role.controller"), exports);
45
45
  __exportStar(require("./gst.mapping.controller"), exports);
46
46
  __exportStar(require("./listing.controller"), exports);
47
47
  __exportStar(require("./listing.preference.controller"), exports);
48
+ __exportStar(require("./overriding.script.controller"), exports);
48
49
  __exportStar(require("./scheduled.report.controller"), exports);
49
50
  __exportStar(require("./scheduled.report.item.controller"), exports);
50
51
  __exportStar(require("./tag.controller"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/access/controllers/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2DAAyC;AAAA,2DAAyC;AAAA,2DAAyC;AAAA,gEAA8C;AAAA,wEAAsD;AAAA,8DAA4C;AAAA,wFAAsE;AAAA,mEAAiD;AAAA,iEAA+C;AAAA,+DAA6C;AAAA,+DAA6C;AAAA,mEAAiD;AAAA,qFAAmE;AAAA,gEAA8C;AAAA,2DAAyC;AAAA,2DAAyC;AAAA,8DAA4C;AAAA,4DAA0C;AAAA,iEAA+C;AAAA,mEAAiD;AAAA,yDAAuC;AAAA,gEAA8C;AAAA,8DAA4C;AAAA,4DAA0C;AAAA,0DAAwC;AAAA,yDAAuC;AAAA,4DAA0C;AAAA,0DAAwC;AAAA,2DAAyC;AAAA,uDAAqC;AAAA,kEAAgD;AAAA,gEAA8C;AAAA,qEAAmD;AAAA,mDAAiC;AAAA,oEAAkD;AAAA,iEAA+C;AAAA,+DAA4C"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/access/controllers/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2DAAyC;AAAA,2DAAyC;AAAA,2DAAyC;AAAA,gEAA8C;AAAA,wEAAsD;AAAA,8DAA4C;AAAA,wFAAsE;AAAA,mEAAiD;AAAA,iEAA+C;AAAA,+DAA6C;AAAA,+DAA6C;AAAA,mEAAiD;AAAA,qFAAmE;AAAA,gEAA8C;AAAA,2DAAyC;AAAA,2DAAyC;AAAA,8DAA4C;AAAA,4DAA0C;AAAA,iEAA+C;AAAA,mEAAiD;AAAA,yDAAuC;AAAA,gEAA8C;AAAA,8DAA4C;AAAA,4DAA0C;AAAA,0DAAwC;AAAA,yDAAuC;AAAA,4DAA0C;AAAA,0DAAwC;AAAA,2DAAyC;AAAA,uDAAqC;AAAA,kEAAgD;AAAA,iEAA+C;AAAA,gEAA8C;AAAA,qEAAmD;AAAA,mDAAiC;AAAA,oEAAkD;AAAA,iEAA+C;AAAA,+DAA4C"}
@@ -0,0 +1,17 @@
1
+ import { SqlService, StringSearchDto } from '@servicelabsco/nestjs-utility-services';
2
+ import { AddOverridingScriptDto } from '../dtos/add.overriding.script.dto';
3
+ import { BusinessParamDto } from '../dtos/business.param.dto';
4
+ import { OverridingScriptListFilterDto } from '../dtos/overriding.script.list.filter.dto';
5
+ import { OverridingScriptEntity } from '../entities/overriding.script.entity';
6
+ import { AccessBusinessService } from '../services/access.business.service';
7
+ import { ListingService } from '../services/listing.service';
8
+ export declare class OverridingScriptController {
9
+ private readonly businessAccessService;
10
+ private readonly sqlService;
11
+ private readonly listingService;
12
+ constructor(businessAccessService: AccessBusinessService, sqlService: SqlService, listingService: ListingService);
13
+ search(body: OverridingScriptListFilterDto): Promise<import("..").ListResponseDto>;
14
+ find(body: StringSearchDto): Promise<any>;
15
+ show(params: BusinessParamDto): Promise<OverridingScriptEntity>;
16
+ create(body: AddOverridingScriptDto): Promise<OverridingScriptEntity>;
17
+ }
@@ -0,0 +1,94 @@
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
+ var __param = (this && this.__param) || function (paramIndex, decorator) {
12
+ return function (target, key) { decorator(target, key, paramIndex); }
13
+ };
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.OverridingScriptController = void 0;
16
+ const common_1 = require("@nestjs/common");
17
+ const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
18
+ const add_overriding_script_dto_1 = require("../dtos/add.overriding.script.dto");
19
+ const business_param_dto_1 = require("../dtos/business.param.dto");
20
+ const overriding_script_list_filter_dto_1 = require("../dtos/overriding.script.list.filter.dto");
21
+ const overriding_script_entity_1 = require("../entities/overriding.script.entity");
22
+ const process_db_find_1 = require("../libraries/process.db.find");
23
+ const process_overriding_script_data_1 = require("../libraries/process.overriding.script.data");
24
+ const process_overriding_script_list_1 = require("../libraries/process.overriding.script.list");
25
+ const access_business_service_1 = require("../services/access.business.service");
26
+ const listing_service_1 = require("../services/listing.service");
27
+ let OverridingScriptController = class OverridingScriptController {
28
+ constructor(businessAccessService, sqlService, listingService) {
29
+ this.businessAccessService = businessAccessService;
30
+ this.sqlService = sqlService;
31
+ this.listingService = listingService;
32
+ }
33
+ async search(body) {
34
+ const business = await this.businessAccessService.validateAccess();
35
+ return new process_overriding_script_list_1.ProcessOverridingScriptList(business, this.listingService).process(body);
36
+ }
37
+ async find(body) {
38
+ const business = await this.businessAccessService.validateAccess();
39
+ const config = {
40
+ primaryCondition: `a.deleted_at is null and a.business_id = ${business.id}`,
41
+ searchCompareKeys: ['a.identifier'],
42
+ tableName: 'bz_overriding_scripts a',
43
+ columns: ['a.*'],
44
+ order: `created_at asc`,
45
+ idsCompareKey: 'a.id',
46
+ ...body,
47
+ };
48
+ return new process_db_find_1.ProcessDbFind(this.sqlService).process(config);
49
+ }
50
+ async show(params) {
51
+ const business = await this.businessAccessService.validateAccess();
52
+ return overriding_script_entity_1.OverridingScriptEntity.findOne({ where: { id: params.id, business_id: business.id }, relations: ['script'] });
53
+ }
54
+ async create(body) {
55
+ const business = await this.businessAccessService.validateAccess();
56
+ return new process_overriding_script_data_1.ProcessOverridingScriptData(business).process(body);
57
+ }
58
+ };
59
+ exports.OverridingScriptController = OverridingScriptController;
60
+ __decorate([
61
+ (0, common_1.Post)('search'),
62
+ __param(0, (0, common_1.Body)()),
63
+ __metadata("design:type", Function),
64
+ __metadata("design:paramtypes", [overriding_script_list_filter_dto_1.OverridingScriptListFilterDto]),
65
+ __metadata("design:returntype", Promise)
66
+ ], OverridingScriptController.prototype, "search", null);
67
+ __decorate([
68
+ (0, common_1.Post)('find'),
69
+ __param(0, (0, common_1.Body)()),
70
+ __metadata("design:type", Function),
71
+ __metadata("design:paramtypes", [nestjs_utility_services_1.StringSearchDto]),
72
+ __metadata("design:returntype", Promise)
73
+ ], OverridingScriptController.prototype, "find", null);
74
+ __decorate([
75
+ (0, common_1.Get)(':id'),
76
+ __param(0, (0, common_1.Param)()),
77
+ __metadata("design:type", Function),
78
+ __metadata("design:paramtypes", [business_param_dto_1.BusinessParamDto]),
79
+ __metadata("design:returntype", Promise)
80
+ ], OverridingScriptController.prototype, "show", null);
81
+ __decorate([
82
+ (0, common_1.Post)(),
83
+ __param(0, (0, common_1.Body)()),
84
+ __metadata("design:type", Function),
85
+ __metadata("design:paramtypes", [add_overriding_script_dto_1.AddOverridingScriptDto]),
86
+ __metadata("design:returntype", Promise)
87
+ ], OverridingScriptController.prototype, "create", null);
88
+ exports.OverridingScriptController = OverridingScriptController = __decorate([
89
+ (0, common_1.Controller)(),
90
+ __metadata("design:paramtypes", [access_business_service_1.AccessBusinessService,
91
+ nestjs_utility_services_1.SqlService,
92
+ listing_service_1.ListingService])
93
+ ], OverridingScriptController);
94
+ //# sourceMappingURL=overriding.script.controller.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"overriding.script.controller.js","sourceRoot":"","sources":["../../../src/access/controllers/overriding.script.controller.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,2CAAoE;AACpE,oFAAqF;AACrF,iFAA2E;AAC3E,mEAA8D;AAE9D,iGAA0F;AAC1F,mFAA8E;AAC9E,kEAA6D;AAC7D,gGAA0F;AAC1F,gGAA0F;AAC1F,iFAA4E;AAC5E,iEAA6D;AAQtD,IAAM,0BAA0B,GAAhC,MAAM,0BAA0B;IACnC,YACqB,qBAA4C,EAC5C,UAAsB,EACtB,cAA8B;QAF9B,0BAAqB,GAArB,qBAAqB,CAAuB;QAC5C,eAAU,GAAV,UAAU,CAAY;QACtB,mBAAc,GAAd,cAAc,CAAgB;IAChD,CAAC;IAGE,AAAN,KAAK,CAAC,MAAM,CAAS,IAAmC;QACpD,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,qBAAqB,CAAC,cAAc,EAAE,CAAC;QAEnE,OAAO,IAAI,4DAA2B,CAAC,QAAQ,EAAE,IAAI,CAAC,cAAc,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;IACxF,CAAC;IAGK,AAAN,KAAK,CAAC,IAAI,CAAS,IAAqB;QACpC,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,qBAAqB,CAAC,cAAc,EAAE,CAAC;QAEnE,MAAM,MAAM,GAAqB;YAC7B,gBAAgB,EAAE,4CAA4C,QAAQ,CAAC,EAAE,EAAE;YAC3E,iBAAiB,EAAE,CAAC,cAAc,CAAC;YACnC,SAAS,EAAE,yBAAyB;YACpC,OAAO,EAAE,CAAC,KAAK,CAAC;YAChB,KAAK,EAAE,gBAAgB;YACvB,aAAa,EAAE,MAAM;YACrB,GAAG,IAAI;SACV,CAAC;QAEF,OAAO,IAAI,+BAAa,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;IAC9D,CAAC;IAGK,AAAN,KAAK,CAAC,IAAI,CAAU,MAAwB;QACxC,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,qBAAqB,CAAC,cAAc,EAAE,CAAC;QAEnE,OAAO,iDAAsB,CAAC,OAAO,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,EAAE,MAAM,CAAC,EAAE,EAAE,WAAW,EAAE,QAAQ,CAAC,EAAE,EAAE,EAAE,SAAS,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC;IACzH,CAAC;IAGK,AAAN,KAAK,CAAC,MAAM,CAAS,IAA4B;QAC7C,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,qBAAqB,CAAC,cAAc,EAAE,CAAC;QAEnE,OAAO,IAAI,4DAA2B,CAAC,QAAQ,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;IACnE,CAAC;CACJ,CAAA;AA5CY,gEAA0B;AAQ7B;IADL,IAAA,aAAI,EAAC,QAAQ,CAAC;IACD,WAAA,IAAA,aAAI,GAAE,CAAA;;qCAAO,iEAA6B;;wDAIvD;AAGK;IADL,IAAA,aAAI,EAAC,MAAM,CAAC;IACD,WAAA,IAAA,aAAI,GAAE,CAAA;;qCAAO,yCAAe;;sDAcvC;AAGK;IADL,IAAA,YAAG,EAAC,KAAK,CAAC;IACC,WAAA,IAAA,cAAK,GAAE,CAAA;;qCAAS,qCAAgB;;sDAI3C;AAGK;IADL,IAAA,aAAI,GAAE;IACO,WAAA,IAAA,aAAI,GAAE,CAAA;;qCAAO,kDAAsB;;wDAIhD;qCA3CQ,0BAA0B;IADtC,IAAA,mBAAU,GAAE;qCAGmC,+CAAqB;QAChC,oCAAU;QACN,gCAAc;GAJ1C,0BAA0B,CA4CtC"}
@@ -0,0 +1,11 @@
1
+ import { IdPayloadDto } from '../../accessUtility/dtos/id.payload.dto';
2
+ import { OverridingScriptAttributesDto } from './overriding.script.attributes.dto';
3
+ export declare class AddOverridingScriptDto extends IdPayloadDto {
4
+ source_type: string;
5
+ source_id: number;
6
+ script_id: number;
7
+ identifier: string;
8
+ description: string;
9
+ active: boolean;
10
+ attributes: OverridingScriptAttributesDto;
11
+ }
@@ -0,0 +1,47 @@
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.AddOverridingScriptDto = void 0;
13
+ const class_transformer_1 = require("class-transformer");
14
+ const id_payload_dto_1 = require("../../accessUtility/dtos/id.payload.dto");
15
+ const overriding_script_attributes_dto_1 = require("./overriding.script.attributes.dto");
16
+ class AddOverridingScriptDto extends id_payload_dto_1.IdPayloadDto {
17
+ }
18
+ exports.AddOverridingScriptDto = AddOverridingScriptDto;
19
+ __decorate([
20
+ (0, class_transformer_1.Expose)(),
21
+ __metadata("design:type", String)
22
+ ], AddOverridingScriptDto.prototype, "source_type", void 0);
23
+ __decorate([
24
+ (0, class_transformer_1.Expose)(),
25
+ __metadata("design:type", Number)
26
+ ], AddOverridingScriptDto.prototype, "source_id", void 0);
27
+ __decorate([
28
+ (0, class_transformer_1.Expose)(),
29
+ __metadata("design:type", Number)
30
+ ], AddOverridingScriptDto.prototype, "script_id", void 0);
31
+ __decorate([
32
+ (0, class_transformer_1.Expose)(),
33
+ __metadata("design:type", String)
34
+ ], AddOverridingScriptDto.prototype, "identifier", void 0);
35
+ __decorate([
36
+ (0, class_transformer_1.Expose)(),
37
+ __metadata("design:type", String)
38
+ ], AddOverridingScriptDto.prototype, "description", void 0);
39
+ __decorate([
40
+ (0, class_transformer_1.Expose)(),
41
+ __metadata("design:type", Boolean)
42
+ ], AddOverridingScriptDto.prototype, "active", void 0);
43
+ __decorate([
44
+ (0, class_transformer_1.Expose)(),
45
+ __metadata("design:type", overriding_script_attributes_dto_1.OverridingScriptAttributesDto)
46
+ ], AddOverridingScriptDto.prototype, "attributes", void 0);
47
+ //# sourceMappingURL=add.overriding.script.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add.overriding.script.dto.js","sourceRoot":"","sources":["../../../src/access/dtos/add.overriding.script.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,4EAAuE;AACvE,yFAAmF;AAEnF,MAAa,sBAAuB,SAAQ,6BAAY;CAqBvD;AArBD,wDAqBC;AAnBG;IADC,IAAA,0BAAM,GAAE;;2DACW;AAGpB;IADC,IAAA,0BAAM,GAAE;;yDACS;AAGlB;IADC,IAAA,0BAAM,GAAE;;yDACS;AAGlB;IADC,IAAA,0BAAM,GAAE;;0DACU;AAGnB;IADC,IAAA,0BAAM,GAAE;;2DACW;AAGpB;IADC,IAAA,0BAAM,GAAE;;sDACO;AAGhB;IADC,IAAA,0BAAM,GAAE;8BACG,gEAA6B;0DAAC"}
@@ -19,6 +19,7 @@ export * from './add.gst.mapping.dto';
19
19
  export * from './add.integration.preference.dto';
20
20
  export * from './add.listing.preference.dto';
21
21
  export * from './add.notification.channel.preference.dto';
22
+ export * from './add.overriding.script.dto';
22
23
  export * from './add.role.dto';
23
24
  export * from './add.scheduled.report.dto';
24
25
  export * from './add.short.url.dto';
@@ -127,6 +128,8 @@ export * from './module.menu.attributes.dto';
127
128
  export * from './notification.payload.dto';
128
129
  export * from './number.range.filter.dto';
129
130
  export * from './onhold.document.attributes.dto';
131
+ export * from './overriding.script.attributes.dto';
132
+ export * from './overriding.script.list.filter.dto';
130
133
  export * from './pan.payload.dto';
131
134
  export * from './preference.user.group.attributes.dto';
132
135
  export * from './preference.users.attributes.dto';
@@ -35,6 +35,7 @@ __exportStar(require("./add.gst.mapping.dto"), exports);
35
35
  __exportStar(require("./add.integration.preference.dto"), exports);
36
36
  __exportStar(require("./add.listing.preference.dto"), exports);
37
37
  __exportStar(require("./add.notification.channel.preference.dto"), exports);
38
+ __exportStar(require("./add.overriding.script.dto"), exports);
38
39
  __exportStar(require("./add.role.dto"), exports);
39
40
  __exportStar(require("./add.scheduled.report.dto"), exports);
40
41
  __exportStar(require("./add.short.url.dto"), exports);
@@ -143,6 +144,8 @@ __exportStar(require("./module.menu.attributes.dto"), exports);
143
144
  __exportStar(require("./notification.payload.dto"), exports);
144
145
  __exportStar(require("./number.range.filter.dto"), exports);
145
146
  __exportStar(require("./onhold.document.attributes.dto"), exports);
147
+ __exportStar(require("./overriding.script.attributes.dto"), exports);
148
+ __exportStar(require("./overriding.script.list.filter.dto"), exports);
146
149
  __exportStar(require("./pan.payload.dto"), exports);
147
150
  __exportStar(require("./preference.user.group.attributes.dto"), exports);
148
151
  __exportStar(require("./preference.users.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,3 @@
1
+ import { CommonAttributesDto } from '@servicelabsco/nestjs-utility-services';
2
+ export declare class OverridingScriptAttributesDto extends CommonAttributesDto {
3
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.OverridingScriptAttributesDto = void 0;
4
+ const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
5
+ class OverridingScriptAttributesDto extends nestjs_utility_services_1.CommonAttributesDto {
6
+ }
7
+ exports.OverridingScriptAttributesDto = OverridingScriptAttributesDto;
8
+ //# sourceMappingURL=overriding.script.attributes.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"overriding.script.attributes.dto.js","sourceRoot":"","sources":["../../../src/access/dtos/overriding.script.attributes.dto.ts"],"names":[],"mappings":";;;AAAA,oFAA6E;AAC7E,MAAa,6BAA8B,SAAQ,6CAAmB;CAAG;AAAzE,sEAAyE"}
@@ -0,0 +1,3 @@
1
+ import { CommonListFilterDto } from './common.list.filter.dto';
2
+ export declare class OverridingScriptListFilterDto extends CommonListFilterDto {
3
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.OverridingScriptListFilterDto = void 0;
4
+ const common_list_filter_dto_1 = require("./common.list.filter.dto");
5
+ class OverridingScriptListFilterDto extends common_list_filter_dto_1.CommonListFilterDto {
6
+ }
7
+ exports.OverridingScriptListFilterDto = OverridingScriptListFilterDto;
8
+ //# sourceMappingURL=overriding.script.list.filter.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"overriding.script.list.filter.dto.js","sourceRoot":"","sources":["../../../src/access/dtos/overriding.script.list.filter.dto.ts"],"names":[],"mappings":";;;AAAA,qEAA+D;AAE/D,MAAa,6BAA8B,SAAQ,4CAAmB;CAAG;AAAzE,sEAAyE"}
@@ -61,6 +61,7 @@ export * from './menu.role.entity';
61
61
  export * from './module.entity';
62
62
  export * from './module.menu.entity';
63
63
  export * from './onhold.document.entity';
64
+ export * from './overriding.script.entity';
64
65
  export * from './preference.user.entity';
65
66
  export * from './preference.user.group.entity';
66
67
  export * from './product.entity';
@@ -77,6 +77,7 @@ __exportStar(require("./menu.role.entity"), exports);
77
77
  __exportStar(require("./module.entity"), exports);
78
78
  __exportStar(require("./module.menu.entity"), exports);
79
79
  __exportStar(require("./onhold.document.entity"), exports);
80
+ __exportStar(require("./overriding.script.entity"), exports);
80
81
  __exportStar(require("./preference.user.entity"), exports);
81
82
  __exportStar(require("./preference.user.group.entity"), exports);
82
83
  __exportStar(require("./product.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,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,wDAAsC;AAAA,yDAAuC;AAAA,0DAAwC;AAAA,sDAAoC;AAAA,yDAAuC;AAAA,iEAA+C;AAAA,wDAAsC;AAAA,sDAAoC;AAAA,uDAAqC;AAAA,2DAAyC;AAAA,0DAAwC;AAAA,wDAAsC;AAAA,8DAA4C;AAAA,uDAAqC;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,wDAAsC;AAAA,yDAAuC;AAAA,0DAAwC;AAAA,sDAAoC;AAAA,yDAAuC;AAAA,iEAA+C;AAAA,wDAAsC;AAAA,sDAAoC;AAAA,uDAAqC;AAAA,2DAAyC;AAAA,0DAAwC;AAAA,wDAAsC;AAAA,8DAA4C;AAAA,uDAAqC;AAAA,uDAAqC;AAAA,gDAA8B;AAAA,qDAAmC;AAAA,kDAAgC;AAAA,uDAAqC;AAAA,2DAAyC;AAAA,6DAA2C;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"}
@@ -0,0 +1,15 @@
1
+ import { CommonEntity, SystemScriptEntity } from '@servicelabsco/nestjs-utility-services';
2
+ import { OverridingScriptAttributesDto } from '../dtos/overriding.script.attributes.dto';
3
+ import { AccessBusinessEntity } from './access.business.entity';
4
+ export declare class OverridingScriptEntity extends CommonEntity {
5
+ business_id: number;
6
+ source_type: string;
7
+ source_id: number;
8
+ identifier: string;
9
+ description: string;
10
+ script_id: number;
11
+ active: boolean;
12
+ attributes: OverridingScriptAttributesDto;
13
+ business: AccessBusinessEntity;
14
+ script: SystemScriptEntity;
15
+ }
@@ -0,0 +1,65 @@
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.OverridingScriptEntity = void 0;
13
+ const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
14
+ const typeorm_1 = require("typeorm");
15
+ const overriding_script_attributes_dto_1 = require("../dtos/overriding.script.attributes.dto");
16
+ const access_business_entity_1 = require("./access.business.entity");
17
+ let OverridingScriptEntity = class OverridingScriptEntity extends nestjs_utility_services_1.CommonEntity {
18
+ };
19
+ exports.OverridingScriptEntity = OverridingScriptEntity;
20
+ __decorate([
21
+ (0, typeorm_1.Column)(),
22
+ __metadata("design:type", Number)
23
+ ], OverridingScriptEntity.prototype, "business_id", void 0);
24
+ __decorate([
25
+ (0, typeorm_1.Column)(),
26
+ __metadata("design:type", String)
27
+ ], OverridingScriptEntity.prototype, "source_type", void 0);
28
+ __decorate([
29
+ (0, typeorm_1.Column)(),
30
+ __metadata("design:type", Number)
31
+ ], OverridingScriptEntity.prototype, "source_id", void 0);
32
+ __decorate([
33
+ (0, typeorm_1.Column)(),
34
+ __metadata("design:type", String)
35
+ ], OverridingScriptEntity.prototype, "identifier", void 0);
36
+ __decorate([
37
+ (0, typeorm_1.Column)(),
38
+ __metadata("design:type", String)
39
+ ], OverridingScriptEntity.prototype, "description", void 0);
40
+ __decorate([
41
+ (0, typeorm_1.Column)(),
42
+ __metadata("design:type", Number)
43
+ ], OverridingScriptEntity.prototype, "script_id", void 0);
44
+ __decorate([
45
+ (0, typeorm_1.Column)(),
46
+ __metadata("design:type", Boolean)
47
+ ], OverridingScriptEntity.prototype, "active", void 0);
48
+ __decorate([
49
+ (0, typeorm_1.Column)('json'),
50
+ __metadata("design:type", overriding_script_attributes_dto_1.OverridingScriptAttributesDto)
51
+ ], OverridingScriptEntity.prototype, "attributes", void 0);
52
+ __decorate([
53
+ (0, typeorm_1.ManyToOne)(() => access_business_entity_1.AccessBusinessEntity),
54
+ (0, typeorm_1.JoinColumn)({ name: 'business_id' }),
55
+ __metadata("design:type", access_business_entity_1.AccessBusinessEntity)
56
+ ], OverridingScriptEntity.prototype, "business", void 0);
57
+ __decorate([
58
+ (0, typeorm_1.ManyToOne)(() => nestjs_utility_services_1.SystemScriptEntity),
59
+ (0, typeorm_1.JoinColumn)({ name: 'script_id' }),
60
+ __metadata("design:type", nestjs_utility_services_1.SystemScriptEntity)
61
+ ], OverridingScriptEntity.prototype, "script", void 0);
62
+ exports.OverridingScriptEntity = OverridingScriptEntity = __decorate([
63
+ (0, typeorm_1.Entity)('bz_overriding_scripts')
64
+ ], OverridingScriptEntity);
65
+ //# sourceMappingURL=overriding.script.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"overriding.script.entity.js","sourceRoot":"","sources":["../../../src/access/entities/overriding.script.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAA0F;AAC1F,qCAAgE;AAChE,+FAAyF;AACzF,qEAAgE;AASzD,IAAM,sBAAsB,GAA5B,MAAM,sBAAuB,SAAQ,sCAAY;CA4BvD,CAAA;AA5BY,wDAAsB;AAE/B;IADC,IAAA,gBAAM,GAAE;;2DACW;AAGpB;IADC,IAAA,gBAAM,GAAE;;2DACW;AAGpB;IADC,IAAA,gBAAM,GAAE;;yDACS;AAGlB;IADC,IAAA,gBAAM,GAAE;;0DACU;AAGnB;IADC,IAAA,gBAAM,GAAE;;2DACW;AAGpB;IADC,IAAA,gBAAM,GAAE;;yDACS;AAGlB;IADC,IAAA,gBAAM,GAAE;;sDACO;AAGhB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;8BACH,gEAA6B;0DAAC;AAGkC;IAA3E,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,6CAAoB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,aAAa,EAAE,CAAC;8BAAW,6CAAoB;wDAAC;AACnC;IAAvE,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,4CAAkB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,WAAW,EAAE,CAAC;8BAAS,4CAAkB;sDAAC;iCA3B1F,sBAAsB;IADlC,IAAA,gBAAM,EAAC,uBAAuB,CAAC;GACnB,sBAAsB,CA4BlC"}
@@ -30,6 +30,7 @@ import { GroupRoleController } from './controllers/group.role.controller';
30
30
  import { GstMappingController } from './controllers/gst.mapping.controller';
31
31
  import { ListingController } from './controllers/listing.controller';
32
32
  import { ListingPreferenceController } from './controllers/listing.preference.controller';
33
+ import { OverridingScriptController } from './controllers/overriding.script.controller';
33
34
  import { ScheduledReportController } from './controllers/scheduled.report.controller';
34
35
  import { ScheduledReportItemController } from './controllers/scheduled.report.item.controller';
35
36
  import { TagController } from './controllers/tag.controller';
@@ -47,6 +48,7 @@ import { AddGroupMemberDto } from './dtos/add.group.member.dto';
47
48
  import { AddGstMappingDto } from './dtos/add.gst.mapping.dto';
48
49
  import { AddIntegrationPreferenceDto } from './dtos/add.integration.preference.dto';
49
50
  import { AddListingPreferenceDto } from './dtos/add.listing.preference.dto';
51
+ import { AddOverridingScriptDto } from './dtos/add.overriding.script.dto';
50
52
  import { AddRoleDto } from './dtos/add.role.dto';
51
53
  import { AddScheduledReportDto } from './dtos/add.scheduled.report.dto';
52
54
  import { AddShortUrlDto } from './dtos/add.short.url.dto';
@@ -219,6 +221,7 @@ import { MenuRoleJob } from './jobs/menu.role.job';
219
221
  import { ModuleJob } from './jobs/module.job';
220
222
  import { ModuleMenuJob } from './jobs/module.menu.job';
221
223
  import { OnholdDocumentJob } from './jobs/onhold.document.job';
224
+ import { OverridingScriptJob } from './jobs/overriding.script.job';
222
225
  import { PreferenceUserGroupJob } from './jobs/preference.user.group.job';
223
226
  import { PreferenceUsersJob } from './jobs/preference.users.job';
224
227
  import { ProcessServerEmailJob } from './jobs/process.server.email.job';
@@ -314,6 +317,8 @@ import { ProcessInternalNotification } from './libraries/process.internal.notifi
314
317
  import { ProcessListingCsvFile } from './libraries/process.listing.csv.file';
315
318
  import { ProcessMenuDetails } from './libraries/process.menu.details';
316
319
  import { ProcessNotification } from './libraries/process.notification';
320
+ import { ProcessOverridingScriptData } from './libraries/process.overriding.script.data';
321
+ import { ProcessOverridingScriptList } from './libraries/process.overriding.script.list';
317
322
  import { ProcessPreferenceData } from './libraries/process.preference.data';
318
323
  import { ProcessReportData } from './libraries/process.report.data';
319
324
  import { ProcessRevokeSlackIntegration } from './libraries/process.revoke.slack.integration';
@@ -363,6 +368,7 @@ import { ListingPreferenceService } from './services/listing.preference.service'
363
368
  import { ListingService } from './services/listing.service';
364
369
  import { LoadEntityService } from './services/load.entity.service';
365
370
  import { NotificationService } from './services/notification.service';
371
+ import { OverridingScriptService } from './services/overriding.script.service';
366
372
  import { PlatformService } from './services/platform.service';
367
373
  import { RequestLogService } from './services/request.log.service';
368
374
  import { ScheduledReportService } from './services/scheduled.report.service';
@@ -437,6 +443,7 @@ import { MenuSubscriber } from './subscribers/menu.subscriber';
437
443
  import { ModuleMenuSubscriber } from './subscribers/module.menu.subscriber';
438
444
  import { ModuleSubscriber } from './subscribers/module.subscriber';
439
445
  import { OnholdDocumentSubscriber } from './subscribers/onhold.document.subscriber';
446
+ import { OverridingScriptSubscriber } from './subscribers/overriding.script.subscriber';
440
447
  import { PreferenceUserGroupSubscriber } from './subscribers/preference.user.group.subscriber';
441
448
  import { PreferenceUserSubscriber } from './subscribers/preference.user.subscriber';
442
449
  import { ProductSubscriber } from './subscribers/product.subscriber';
@@ -468,14 +475,14 @@ import { WhatsappTemplateSubscriber } from './subscribers/whatsapp.template.subs
468
475
  import { WhitelistedWhatsappNumberSubscriber } from './subscribers/whitelisted.whatsapp.number.subscriber';
469
476
  declare const es6Classes: {
470
477
  commands: (typeof WebhookPollCommand)[];
471
- controllers: (typeof AccessMenuController | typeof ApiAccountController | typeof BulkUploadController | typeof BulkUploadItemController | typeof BusinessAppIntegrationController | typeof BusinessEmailController | typeof BusinessNotificationChannelPreferenceController | typeof BusinessPreferenceController | typeof BusinessPropertyController | 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 GstMappingController | typeof ListingController | typeof ListingPreferenceController | typeof ScheduledReportController | typeof ScheduledReportItemController | typeof TagController | typeof UserBusinessSecretController | typeof UserNotificationController | typeof UserPreferenceController)[];
472
- 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 ServerEmailRecipientsDto | typeof ServerEmailMessageDto | typeof AddBusinessPreferenceDto | typeof GenerateBusinessReportDto | typeof GenerateReportDto | typeof AddBusinessUserNotificationPreferenceDto | typeof AddWebhookDto | typeof ModifyCustomFieldStatusDto | typeof GetScriptValuesDto | typeof AddDashboardComponentPropertiesDto | typeof AddDashboardComponentDto | typeof StringSearchDto | typeof EditQueryDto | typeof TokenPayloadDto | typeof AddGroupMemberDto | typeof AddRoleDto | typeof AddGstMappingDto | typeof AddScheduledReportDto | typeof AddBusinessAppIntegrationDto | typeof AddConversationDto | typeof AddTagDto | typeof BusinessAppIntegrationMessagePayloadDto | typeof ProcessListingPayloadDto | typeof RequestLogOptionsDto | typeof SlackMessageDataDto)[];
478
+ controllers: (typeof AccessMenuController | typeof ApiAccountController | typeof BulkUploadController | typeof BulkUploadItemController | typeof BusinessAppIntegrationController | typeof BusinessEmailController | typeof BusinessNotificationChannelPreferenceController | typeof BusinessPreferenceController | typeof BusinessPropertyController | 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 GstMappingController | typeof ListingController | typeof ListingPreferenceController | typeof OverridingScriptController | typeof ScheduledReportController | typeof ScheduledReportItemController | typeof TagController | typeof UserBusinessSecretController | typeof UserNotificationController | typeof UserPreferenceController)[];
479
+ 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 ServerEmailRecipientsDto | typeof ServerEmailMessageDto | typeof AddBusinessPreferenceDto | typeof GenerateBusinessReportDto | typeof GenerateReportDto | typeof AddBusinessUserNotificationPreferenceDto | typeof AddWebhookDto | typeof ModifyCustomFieldStatusDto | typeof GetScriptValuesDto | typeof AddDashboardComponentPropertiesDto | typeof AddDashboardComponentDto | typeof StringSearchDto | typeof EditQueryDto | typeof TokenPayloadDto | typeof AddGroupMemberDto | typeof AddRoleDto | typeof AddGstMappingDto | typeof AddOverridingScriptDto | typeof AddScheduledReportDto | typeof AddBusinessAppIntegrationDto | typeof AddConversationDto | typeof AddTagDto | typeof BusinessAppIntegrationMessagePayloadDto | typeof ProcessListingPayloadDto | typeof RequestLogOptionsDto | typeof SlackMessageDataDto)[];
473
480
  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 ChildMenuEntity | typeof MenuEntity | typeof UiActionRoleEntity | typeof MenuActionEntity | typeof MenuRoleEntity | 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 FinnotoUserEntity | typeof GroupMemberEntity | typeof GstMappingEntity | typeof PreferenceUserEntity | typeof PreferenceUserGroupEntity | typeof LockScriptEntity | 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)[];
474
481
  enums: (typeof NotificationTypeEnum | typeof NotificationChannelTypeEnum | typeof RecurringPeriodEnum | typeof CustomColumnTypeEnum | typeof ProductTypeEnum | typeof PlatformTypeEnum)[];
475
- 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 GstMappingJob | typeof ListPreferenceJob | typeof ListingColumnJob | typeof ListingPageJob | typeof ListingPreferenceJob | typeof LockScriptJob | 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 SyncEmailMessagesJob | typeof SyncMenuJob | 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)[];
476
- 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 ProcessBusinessPropertyData | typeof ProcessBusinessPropertyList | typeof ProcessBusinessReportList | typeof ProcessGenerateReport | typeof ExecuteBusinessScript | typeof ProcessBusinessScriptCreation | typeof ProcessBusinessScriptList | typeof ProcessBusinessUserGroupList | typeof ProcessUserGroupCreation | typeof ProcessBusinessUserNotificationPreferenceList | typeof ProcessChoiceListData | typeof ProcessChoiceTypeData | typeof ProcessChoiceTypeList | 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 ProcessGstMappingData | typeof ProcessGstMappingList | 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)[];
482
+ 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 GstMappingJob | typeof ListPreferenceJob | typeof ListingColumnJob | typeof ListingPageJob | typeof ListingPreferenceJob | typeof LockScriptJob | typeof MenuActionJob | typeof MenuJob | typeof MenuRoleJob | typeof ModuleJob | typeof ModuleMenuJob | typeof OnholdDocumentJob | typeof OverridingScriptJob | 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 SyncEmailMessagesJob | typeof SyncMenuJob | 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)[];
483
+ 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 ProcessBusinessPropertyData | typeof ProcessBusinessPropertyList | typeof ProcessBusinessReportList | typeof ProcessGenerateReport | typeof ExecuteBusinessScript | typeof ProcessBusinessScriptCreation | typeof ProcessBusinessScriptList | typeof ProcessBusinessUserGroupList | typeof ProcessUserGroupCreation | typeof ProcessBusinessUserNotificationPreferenceList | typeof ProcessChoiceListData | typeof ProcessChoiceTypeData | typeof ProcessChoiceTypeList | 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 ProcessGstMappingData | typeof ProcessGstMappingList | typeof ProcessPreferenceData | typeof ProcessOverridingScriptData | typeof ProcessOverridingScriptList | 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)[];
477
484
  middlewares: (typeof BusinessMiddleware | typeof ExternalAccessMiddleware | typeof UserBusinessAccessMiddleware)[];
478
- 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)[];
479
- 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 GstMappingSubscriber | typeof ListPreferenceSubscriber | typeof ListingColumnSubscriber | typeof ListingPageSubscriber | typeof ListingPreferenceSubscriber | typeof LockScriptSubscriber | 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)[];
485
+ services: (typeof SendEmailService | typeof GchatService | typeof SlackService | typeof WhatsappService | typeof NotificationService | typeof OverridingScriptService | 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)[];
486
+ 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 GstMappingSubscriber | typeof ListPreferenceSubscriber | typeof ListingColumnSubscriber | typeof ListingPageSubscriber | typeof ListingPreferenceSubscriber | typeof LockScriptSubscriber | typeof MenuActionSubscriber | typeof MenuRoleSubscriber | typeof MenuSubscriber | typeof ModuleMenuSubscriber | typeof ModuleSubscriber | typeof OnholdDocumentSubscriber | typeof OverridingScriptSubscriber | 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)[];
480
487
  };
481
488
  export default es6Classes;