@servicelabsco/slabs-access-manager 0.1.229 → 0.1.230

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 (64) 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/user.business.secret.controller.d.ts +14 -0
  5. package/dist/access/controllers/user.business.secret.controller.js +100 -0
  6. package/dist/access/controllers/user.business.secret.controller.js.map +1 -0
  7. package/dist/access/dtos/add.user.secret.dto.d.ts +3 -0
  8. package/dist/access/dtos/add.user.secret.dto.js +24 -0
  9. package/dist/access/dtos/add.user.secret.dto.js.map +1 -0
  10. package/dist/access/dtos/index.d.ts +2 -0
  11. package/dist/access/dtos/index.js +2 -0
  12. package/dist/access/dtos/index.js.map +1 -1
  13. package/dist/access/dtos/user.business.secret.attributes.dto.d.ts +3 -0
  14. package/dist/access/dtos/user.business.secret.attributes.dto.js +8 -0
  15. package/dist/access/dtos/user.business.secret.attributes.dto.js.map +1 -0
  16. package/dist/access/entities/index.d.ts +1 -0
  17. package/dist/access/entities/index.js +1 -0
  18. package/dist/access/entities/index.js.map +1 -1
  19. package/dist/access/entities/user.business.secret.entity.d.ts +17 -0
  20. package/dist/access/entities/user.business.secret.entity.js +73 -0
  21. package/dist/access/entities/user.business.secret.entity.js.map +1 -0
  22. package/dist/access/es6.classes.d.ts +12 -6
  23. package/dist/access/es6.classes.js +18 -1
  24. package/dist/access/es6.classes.js.map +1 -1
  25. package/dist/access/jobs/index.d.ts +1 -0
  26. package/dist/access/jobs/index.js +1 -0
  27. package/dist/access/jobs/index.js.map +1 -1
  28. package/dist/access/jobs/user.business.secret.job.d.ts +7 -0
  29. package/dist/access/jobs/user.business.secret.job.js +29 -0
  30. package/dist/access/jobs/user.business.secret.job.js.map +1 -0
  31. package/dist/access/libraries/create.user.business.secret.d.ts +15 -0
  32. package/dist/access/libraries/create.user.business.secret.js +51 -0
  33. package/dist/access/libraries/create.user.business.secret.js.map +1 -0
  34. package/dist/access/libraries/index.d.ts +1 -0
  35. package/dist/access/libraries/index.js +1 -0
  36. package/dist/access/libraries/index.js.map +1 -1
  37. package/dist/access/middlewares/index.d.ts +1 -0
  38. package/dist/access/middlewares/index.js +1 -0
  39. package/dist/access/middlewares/index.js.map +1 -1
  40. package/dist/access/middlewares/user.business.access.middleware.d.ts +9 -0
  41. package/dist/access/middlewares/user.business.access.middleware.js +45 -0
  42. package/dist/access/middlewares/user.business.access.middleware.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 +6 -2
  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/user.business.access.service.d.ts +18 -0
  50. package/dist/access/services/user.business.access.service.js +69 -0
  51. package/dist/access/services/user.business.access.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/user.business.secret.subscriber.d.ts +11 -0
  56. package/dist/access/subscribers/user.business.secret.subscriber.js +37 -0
  57. package/dist/access/subscribers/user.business.secret.subscriber.js.map +1 -0
  58. package/dist/config/entity.constants.d.ts +2 -0
  59. package/dist/config/entity.constants.js +2 -0
  60. package/dist/config/entity.constants.js.map +1 -1
  61. package/dist/migrations/1748933950283-CreateUserBusinessSecretTable.d.ts +5 -0
  62. package/dist/migrations/1748933950283-CreateUserBusinessSecretTable.js +26 -0
  63. package/dist/migrations/1748933950283-CreateUserBusinessSecretTable.js.map +1 -0
  64. package/package.json +1 -1
@@ -28,5 +28,6 @@ export * from './listing.preference.controller';
28
28
  export * from './scheduled.report.controller';
29
29
  export * from './scheduled.report.item.controller';
30
30
  export * from './tag.controller';
31
+ export * from './user.business.secret.controller';
31
32
  export * from './user.notification.controller';
32
33
  export * from './user.preference.controller';
@@ -44,6 +44,7 @@ __exportStar(require("./listing.preference.controller"), exports);
44
44
  __exportStar(require("./scheduled.report.controller"), exports);
45
45
  __exportStar(require("./scheduled.report.item.controller"), exports);
46
46
  __exportStar(require("./tag.controller"), exports);
47
+ __exportStar(require("./user.business.secret.controller"), exports);
47
48
  __exportStar(require("./user.notification.controller"), exports);
48
49
  __exportStar(require("./user.preference.controller"), exports);
49
50
  //# sourceMappingURL=index.js.map
@@ -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,wFAAsE;AAAA,mEAAiD;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,uDAAqC;AAAA,kEAAgD;AAAA,gEAA8C;AAAA,qEAAmD;AAAA,mDAAiC;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,wFAAsE;AAAA,mEAAiD;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,uDAAqC;AAAA,kEAAgD;AAAA,gEAA8C;AAAA,qEAAmD;AAAA,mDAAiC;AAAA,oEAAkD;AAAA,iEAA+C;AAAA,+DAA4C"}
@@ -0,0 +1,14 @@
1
+ import { AddUserSecretDto } from '../dtos/add.user.secret.dto';
2
+ import { BusinessParamDto } from '../dtos/business.param.dto';
3
+ import { UserBusinessSecretEntity } from '../entities/user.business.secret.entity';
4
+ import { AccessBusinessService } from '../services/access.business.service';
5
+ export declare class UserBusinessSecretController {
6
+ private readonly accessBusinessService;
7
+ constructor(accessBusinessService: AccessBusinessService);
8
+ show(): Promise<UserBusinessSecretEntity[]>;
9
+ create(body: AddUserSecretDto): Promise<UserBusinessSecretEntity>;
10
+ delete(params: BusinessParamDto): Promise<UserBusinessSecretEntity>;
11
+ activate(params: BusinessParamDto): Promise<UserBusinessSecretEntity>;
12
+ deactivate(params: BusinessParamDto): Promise<UserBusinessSecretEntity>;
13
+ handleStatus(status: boolean, id: number): Promise<UserBusinessSecretEntity>;
14
+ }
@@ -0,0 +1,100 @@
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.UserBusinessSecretController = void 0;
16
+ const common_1 = require("@nestjs/common");
17
+ const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
18
+ const add_user_secret_dto_1 = require("../dtos/add.user.secret.dto");
19
+ const business_param_dto_1 = require("../dtos/business.param.dto");
20
+ const user_business_secret_entity_1 = require("../entities/user.business.secret.entity");
21
+ const create_user_business_secret_1 = require("../libraries/create.user.business.secret");
22
+ const access_business_service_1 = require("../services/access.business.service");
23
+ let UserBusinessSecretController = class UserBusinessSecretController {
24
+ constructor(accessBusinessService) {
25
+ this.accessBusinessService = accessBusinessService;
26
+ }
27
+ async show() {
28
+ const business = await this.accessBusinessService.validateAccess();
29
+ return user_business_secret_entity_1.UserBusinessSecretEntity.find({ where: { business_id: business.id, user_id: nestjs_utility_services_1.Auth.user().id } });
30
+ }
31
+ async create(body) {
32
+ const business = await this.accessBusinessService.validateAccess();
33
+ return new create_user_business_secret_1.CreateUserBusinessSecret(business).process(body);
34
+ }
35
+ async delete(params) {
36
+ const user = nestjs_utility_services_1.Auth.user();
37
+ const business = await this.accessBusinessService.validateAccess();
38
+ const r = await user_business_secret_entity_1.UserBusinessSecretEntity.findOne({ where: { business_id: business.id, user_id: user.id, id: params.id } });
39
+ if (!r)
40
+ throw new nestjs_utility_services_1.AccessException();
41
+ return r.softDelete();
42
+ }
43
+ async activate(params) {
44
+ return this.handleStatus(true, params?.id);
45
+ }
46
+ async deactivate(params) {
47
+ return this.handleStatus(false, params?.id);
48
+ }
49
+ async handleStatus(status, id) {
50
+ const user = nestjs_utility_services_1.Auth.user();
51
+ const business = await this.accessBusinessService.validateAccess();
52
+ const r = await user_business_secret_entity_1.UserBusinessSecretEntity.findOne({ where: { business_id: business.id, user_id: user.id, id } });
53
+ if (r?.business_id !== business.id)
54
+ throw new nestjs_utility_services_1.AccessException();
55
+ if (status === r.active)
56
+ throw new nestjs_utility_services_1.OperationException(`Invalid Operation`);
57
+ r.active = status;
58
+ return r.save();
59
+ }
60
+ };
61
+ exports.UserBusinessSecretController = UserBusinessSecretController;
62
+ __decorate([
63
+ (0, common_1.Get)(),
64
+ __metadata("design:type", Function),
65
+ __metadata("design:paramtypes", []),
66
+ __metadata("design:returntype", Promise)
67
+ ], UserBusinessSecretController.prototype, "show", null);
68
+ __decorate([
69
+ (0, common_1.Post)(),
70
+ __param(0, (0, common_1.Body)()),
71
+ __metadata("design:type", Function),
72
+ __metadata("design:paramtypes", [add_user_secret_dto_1.AddUserSecretDto]),
73
+ __metadata("design:returntype", Promise)
74
+ ], UserBusinessSecretController.prototype, "create", null);
75
+ __decorate([
76
+ (0, common_1.Delete)(':id'),
77
+ __param(0, (0, common_1.Param)()),
78
+ __metadata("design:type", Function),
79
+ __metadata("design:paramtypes", [business_param_dto_1.BusinessParamDto]),
80
+ __metadata("design:returntype", Promise)
81
+ ], UserBusinessSecretController.prototype, "delete", null);
82
+ __decorate([
83
+ (0, common_1.Post)('activate/:id'),
84
+ __param(0, (0, common_1.Param)()),
85
+ __metadata("design:type", Function),
86
+ __metadata("design:paramtypes", [business_param_dto_1.BusinessParamDto]),
87
+ __metadata("design:returntype", Promise)
88
+ ], UserBusinessSecretController.prototype, "activate", null);
89
+ __decorate([
90
+ (0, common_1.Post)('deactivate/:id'),
91
+ __param(0, (0, common_1.Param)()),
92
+ __metadata("design:type", Function),
93
+ __metadata("design:paramtypes", [business_param_dto_1.BusinessParamDto]),
94
+ __metadata("design:returntype", Promise)
95
+ ], UserBusinessSecretController.prototype, "deactivate", null);
96
+ exports.UserBusinessSecretController = UserBusinessSecretController = __decorate([
97
+ (0, common_1.Controller)('api/b/user-secrets'),
98
+ __metadata("design:paramtypes", [access_business_service_1.AccessBusinessService])
99
+ ], UserBusinessSecretController);
100
+ //# sourceMappingURL=user.business.secret.controller.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"user.business.secret.controller.js","sourceRoot":"","sources":["../../../src/access/controllers/user.business.secret.controller.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,2CAA4E;AAC5E,oFAAmG;AACnG,qEAA+D;AAC/D,mEAA8D;AAC9D,yFAAmF;AACnF,0FAAoF;AACpF,iFAA4E;AAQrE,IAAM,4BAA4B,GAAlC,MAAM,4BAA4B;IACrC,YAA6B,qBAA4C;QAA5C,0BAAqB,GAArB,qBAAqB,CAAuB;IAAG,CAAC;IAGvE,AAAN,KAAK,CAAC,IAAI;QACN,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,qBAAqB,CAAC,cAAc,EAAE,CAAC;QACnE,OAAO,sDAAwB,CAAC,IAAI,CAAC,EAAE,KAAK,EAAE,EAAE,WAAW,EAAE,QAAQ,CAAC,EAAE,EAAE,OAAO,EAAE,8BAAI,CAAC,IAAI,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;IAC3G,CAAC;IAGK,AAAN,KAAK,CAAC,MAAM,CAAS,IAAsB;QACvC,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,qBAAqB,CAAC,cAAc,EAAE,CAAC;QACnE,OAAO,IAAI,sDAAwB,CAAC,QAAQ,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;IAChE,CAAC;IAGK,AAAN,KAAK,CAAC,MAAM,CAAU,MAAwB;QAC1C,MAAM,IAAI,GAAG,8BAAI,CAAC,IAAI,EAAE,CAAC;QACzB,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,qBAAqB,CAAC,cAAc,EAAE,CAAC;QAEnE,MAAM,CAAC,GAAG,MAAM,sDAAwB,CAAC,OAAO,CAAC,EAAE,KAAK,EAAE,EAAE,WAAW,EAAE,QAAQ,CAAC,EAAE,EAAE,OAAO,EAAE,IAAI,CAAC,EAAE,EAAE,EAAE,EAAE,MAAM,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;QAC3H,IAAI,CAAC,CAAC;YAAE,MAAM,IAAI,yCAAe,EAAE,CAAC;QAEpC,OAAO,CAAC,CAAC,UAAU,EAAE,CAAC;IAC1B,CAAC;IAGK,AAAN,KAAK,CAAC,QAAQ,CAAU,MAAwB;QAC5C,OAAO,IAAI,CAAC,YAAY,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,CAAC,CAAC;IAC/C,CAAC;IAGK,AAAN,KAAK,CAAC,UAAU,CAAU,MAAwB;QAC9C,OAAO,IAAI,CAAC,YAAY,CAAC,KAAK,EAAE,MAAM,EAAE,EAAE,CAAC,CAAC;IAChD,CAAC;IAED,KAAK,CAAC,YAAY,CAAC,MAAe,EAAE,EAAU;QAC1C,MAAM,IAAI,GAAG,8BAAI,CAAC,IAAI,EAAE,CAAC;QAEzB,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,qBAAqB,CAAC,cAAc,EAAE,CAAC;QACnE,MAAM,CAAC,GAAG,MAAM,sDAAwB,CAAC,OAAO,CAAC,EAAE,KAAK,EAAE,EAAE,WAAW,EAAE,QAAQ,CAAC,EAAE,EAAE,OAAO,EAAE,IAAI,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;QAEhH,IAAI,CAAC,EAAE,WAAW,KAAK,QAAQ,CAAC,EAAE;YAAE,MAAM,IAAI,yCAAe,EAAE,CAAC;QAChE,IAAI,MAAM,KAAK,CAAC,CAAC,MAAM;YAAE,MAAM,IAAI,4CAAkB,CAAC,mBAAmB,CAAC,CAAC;QAE3E,CAAC,CAAC,MAAM,GAAG,MAAM,CAAC;QAClB,OAAO,CAAC,CAAC,IAAI,EAAE,CAAC;IACpB,CAAC;CACJ,CAAA;AAhDY,oEAA4B;AAI/B;IADL,IAAA,YAAG,GAAE;;;;wDAIL;AAGK;IADL,IAAA,aAAI,GAAE;IACO,WAAA,IAAA,aAAI,GAAE,CAAA;;qCAAO,sCAAgB;;0DAG1C;AAGK;IADL,IAAA,eAAM,EAAC,KAAK,CAAC;IACA,WAAA,IAAA,cAAK,GAAE,CAAA;;qCAAS,qCAAgB;;0DAQ7C;AAGK;IADL,IAAA,aAAI,EAAC,cAAc,CAAC;IACL,WAAA,IAAA,cAAK,GAAE,CAAA;;qCAAS,qCAAgB;;4DAE/C;AAGK;IADL,IAAA,aAAI,EAAC,gBAAgB,CAAC;IACL,WAAA,IAAA,cAAK,GAAE,CAAA;;qCAAS,qCAAgB;;8DAEjD;uCAlCQ,4BAA4B;IADxC,IAAA,mBAAU,EAAC,oBAAoB,CAAC;qCAEuB,+CAAqB;GADhE,4BAA4B,CAgDxC"}
@@ -0,0 +1,3 @@
1
+ export declare class AddUserSecretDto {
2
+ name: string;
3
+ }
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ 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.AddUserSecretDto = void 0;
13
+ const class_transformer_1 = require("class-transformer");
14
+ const class_validator_1 = require("class-validator");
15
+ class AddUserSecretDto {
16
+ }
17
+ exports.AddUserSecretDto = AddUserSecretDto;
18
+ __decorate([
19
+ (0, class_transformer_1.Expose)(),
20
+ (0, class_validator_1.IsNotEmpty)(),
21
+ (0, class_validator_1.IsString)(),
22
+ __metadata("design:type", String)
23
+ ], AddUserSecretDto.prototype, "name", void 0);
24
+ //# sourceMappingURL=add.user.secret.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add.user.secret.dto.js","sourceRoot":"","sources":["../../../src/access/dtos/add.user.secret.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,qDAA6E;AAE7E,MAAa,gBAAgB;CAK5B;AALD,4CAKC;AADG;IAHC,IAAA,0BAAM,GAAE;IACR,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;8CACE"}
@@ -20,6 +20,7 @@ export * from './add.scheduled.report.dto';
20
20
  export * from './add.short.url.dto';
21
21
  export * from './add.tag.dto';
22
22
  export * from './add.user.preference.dto';
23
+ export * from './add.user.secret.dto';
23
24
  export * from './add.webhook.dto';
24
25
  export * from './api.account.attributes.dto';
25
26
  export * from './api.account.list.filter.dto';
@@ -140,6 +141,7 @@ export * from './token.payload.dto';
140
141
  export * from './ui.action.attributes.dto';
141
142
  export * from './ui.action.role.attributes.dto';
142
143
  export * from './upi.vpa.payload.dto';
144
+ export * from './user.business.secret.attributes.dto';
143
145
  export * from './user.notification.attributes.dto';
144
146
  export * from './user.notification.list.filter.dto';
145
147
  export * from './user.preference.attributes.dto';
@@ -36,6 +36,7 @@ __exportStar(require("./add.scheduled.report.dto"), exports);
36
36
  __exportStar(require("./add.short.url.dto"), exports);
37
37
  __exportStar(require("./add.tag.dto"), exports);
38
38
  __exportStar(require("./add.user.preference.dto"), exports);
39
+ __exportStar(require("./add.user.secret.dto"), exports);
39
40
  __exportStar(require("./add.webhook.dto"), exports);
40
41
  __exportStar(require("./api.account.attributes.dto"), exports);
41
42
  __exportStar(require("./api.account.list.filter.dto"), exports);
@@ -156,6 +157,7 @@ __exportStar(require("./token.payload.dto"), exports);
156
157
  __exportStar(require("./ui.action.attributes.dto"), exports);
157
158
  __exportStar(require("./ui.action.role.attributes.dto"), exports);
158
159
  __exportStar(require("./upi.vpa.payload.dto"), exports);
160
+ __exportStar(require("./user.business.secret.attributes.dto"), exports);
159
161
  __exportStar(require("./user.notification.attributes.dto"), exports);
160
162
  __exportStar(require("./user.notification.list.filter.dto"), exports);
161
163
  __exportStar(require("./user.preference.attributes.dto"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/access/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8DAA4C;AAAA,wDAAsC;AAAA,qEAAmD;AAAA,gEAA8C;AAAA,gEAA8C;AAAA,kFAAgE;AAAA,wDAAsC;AAAA,wDAAsC;AAAA,yDAAuC;AAAA,yDAAuC;AAAA,gEAA8C;AAAA,2EAAyD;AAAA,uDAAqC;AAAA,yDAAuC;AAAA,mEAAiD;AAAA,+DAA6C;AAAA,4EAA0D;AAAA,iDAA+B;AAAA,6DAA2C;AAAA,sDAAoC;AAAA,gDAA8B;AAAA,4DAA0C;AAAA,oDAAkC;AAAA,+DAA6C;AAAA,gEAA8C;AAAA,mEAAiD;AAAA,6DAA2C;AAAA,2EAAyD;AAAA,qEAAmD;AAAA,gEAA8C;AAAA,4EAA0D;AAAA,uFAAqE;AAAA,iFAA+D;AAAA,qFAAmE;AAAA,kEAAgD;AAAA,iEAA+C;AAAA,6FAA2E;AAAA,uDAAqC;AAAA,uEAAqD;AAAA,iEAA+C;AAAA,uEAAqD;AAAA,wEAAsD;AAAA,yFAAuE;AAAA,0FAAwE;AAAA,sEAAoD;AAAA,oEAAkD;AAAA,sFAAoE;AAAA,8DAA4C;AAAA,+DAA6C;AAAA,+DAA6C;AAAA,gEAA8C;AAAA,2DAAyC;AAAA,gEAA8C;AAAA,mEAAiD;AAAA,gEAA8C;AAAA,iEAA+C;AAAA,iEAA+C;AAAA,6DAA2C;AAAA,uEAAqD;AAAA,oDAAkC;AAAA,0DAAwC;AAAA,gDAA8B;AAAA,wDAAsC;AAAA,mEAAiD;AAAA,gEAA8C;AAAA,iEAA+C;AAAA,mDAAiC;AAAA,oEAAkD;AAAA,iEAA+C;AAAA,iEAA+C;AAAA,mEAAiD;AAAA,mEAAiD;AAAA,8DAA4C;AAAA,+DAA6C;AAAA,+DAA6C;AAAA,sEAAoD;AAAA,+DAA6C;AAAA,gEAA8C;AAAA,6DAA2C;AAAA,iEAA+C;AAAA,8DAA4C;AAAA,kEAAgD;AAAA,8DAA4C;AAAA,iEAA+C;AAAA,yEAAuD;AAAA,iEAA+C;AAAA,0DAAwC;AAAA,0DAAwC;AAAA,gEAA8C;AAAA,iEAA+C;AAAA,8DAA4C;AAAA,+DAA6C;AAAA,mEAAiD;AAAA,sDAAoC;AAAA,6DAA2C;AAAA,kEAAgD;AAAA,gEAA8C;AAAA,sEAAoD;AAAA,+DAA6C;AAAA,wDAAsC;AAAA,6DAA2C;AAAA,mEAAiD;AAAA,0DAAwC;AAAA,+DAA6C;AAAA,6DAA2C;AAAA,4DAA0C;AAAA,oDAAkC;AAAA,yEAAuD;AAAA,oEAAkD;AAAA,mEAAiD;AAAA,gEAA8C;AAAA,2DAAyC;AAAA,6DAA2C;AAAA,+DAA6C;AAAA,4DAA0C;AAAA,8DAA4C;AAAA,oEAAkD;AAAA,0EAAwD;AAAA,yEAAuD;AAAA,0EAAwD;AAAA,qEAAmD;AAAA,qEAAmD;AAAA,iEAA+C;AAAA,sEAAoD;AAAA,gEAA8C;AAAA,6DAA2C;AAAA,+DAA6C;AAAA,gEAA8C;AAAA,qEAAmD;AAAA,iEAA+C;AAAA,2DAAyC;AAAA,8DAA4C;AAAA,kEAAgD;AAAA,8DAA4C;AAAA,iEAA+C;AAAA,yEAAuD;AAAA,sDAAoC;AAAA,oDAAkC;AAAA,sDAAoC;AAAA,6DAA2C;AAAA,kEAAgD;AAAA,wDAAsC;AAAA,qEAAmD;AAAA,sEAAoD;AAAA,mEAAiD;AAAA,6DAA2C;AAAA,wEAAsD;AAAA,iEAA+C;AAAA,+DAA6C;AAAA,gEAA8C;AAAA,gEAA8C;AAAA,oEAAkD;AAAA,iEAA+C;AAAA,qEAAmD;AAAA,+EAA4D"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/access/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8DAA4C;AAAA,wDAAsC;AAAA,qEAAmD;AAAA,gEAA8C;AAAA,gEAA8C;AAAA,kFAAgE;AAAA,wDAAsC;AAAA,wDAAsC;AAAA,yDAAuC;AAAA,yDAAuC;AAAA,gEAA8C;AAAA,2EAAyD;AAAA,uDAAqC;AAAA,yDAAuC;AAAA,mEAAiD;AAAA,+DAA6C;AAAA,4EAA0D;AAAA,iDAA+B;AAAA,6DAA2C;AAAA,sDAAoC;AAAA,gDAA8B;AAAA,4DAA0C;AAAA,wDAAsC;AAAA,oDAAkC;AAAA,+DAA6C;AAAA,gEAA8C;AAAA,mEAAiD;AAAA,6DAA2C;AAAA,2EAAyD;AAAA,qEAAmD;AAAA,gEAA8C;AAAA,4EAA0D;AAAA,uFAAqE;AAAA,iFAA+D;AAAA,qFAAmE;AAAA,kEAAgD;AAAA,iEAA+C;AAAA,6FAA2E;AAAA,uDAAqC;AAAA,uEAAqD;AAAA,iEAA+C;AAAA,uEAAqD;AAAA,wEAAsD;AAAA,yFAAuE;AAAA,0FAAwE;AAAA,sEAAoD;AAAA,oEAAkD;AAAA,sFAAoE;AAAA,8DAA4C;AAAA,+DAA6C;AAAA,+DAA6C;AAAA,gEAA8C;AAAA,2DAAyC;AAAA,gEAA8C;AAAA,mEAAiD;AAAA,gEAA8C;AAAA,iEAA+C;AAAA,iEAA+C;AAAA,6DAA2C;AAAA,uEAAqD;AAAA,oDAAkC;AAAA,0DAAwC;AAAA,gDAA8B;AAAA,wDAAsC;AAAA,mEAAiD;AAAA,gEAA8C;AAAA,iEAA+C;AAAA,mDAAiC;AAAA,oEAAkD;AAAA,iEAA+C;AAAA,iEAA+C;AAAA,mEAAiD;AAAA,mEAAiD;AAAA,8DAA4C;AAAA,+DAA6C;AAAA,+DAA6C;AAAA,sEAAoD;AAAA,+DAA6C;AAAA,gEAA8C;AAAA,6DAA2C;AAAA,iEAA+C;AAAA,8DAA4C;AAAA,kEAAgD;AAAA,8DAA4C;AAAA,iEAA+C;AAAA,yEAAuD;AAAA,iEAA+C;AAAA,0DAAwC;AAAA,0DAAwC;AAAA,gEAA8C;AAAA,iEAA+C;AAAA,8DAA4C;AAAA,+DAA6C;AAAA,mEAAiD;AAAA,sDAAoC;AAAA,6DAA2C;AAAA,kEAAgD;AAAA,gEAA8C;AAAA,sEAAoD;AAAA,+DAA6C;AAAA,wDAAsC;AAAA,6DAA2C;AAAA,mEAAiD;AAAA,0DAAwC;AAAA,+DAA6C;AAAA,6DAA2C;AAAA,4DAA0C;AAAA,oDAAkC;AAAA,yEAAuD;AAAA,oEAAkD;AAAA,mEAAiD;AAAA,gEAA8C;AAAA,2DAAyC;AAAA,6DAA2C;AAAA,+DAA6C;AAAA,4DAA0C;AAAA,8DAA4C;AAAA,oEAAkD;AAAA,0EAAwD;AAAA,yEAAuD;AAAA,0EAAwD;AAAA,qEAAmD;AAAA,qEAAmD;AAAA,iEAA+C;AAAA,sEAAoD;AAAA,gEAA8C;AAAA,6DAA2C;AAAA,+DAA6C;AAAA,gEAA8C;AAAA,qEAAmD;AAAA,iEAA+C;AAAA,2DAAyC;AAAA,8DAA4C;AAAA,kEAAgD;AAAA,8DAA4C;AAAA,iEAA+C;AAAA,yEAAuD;AAAA,sDAAoC;AAAA,oDAAkC;AAAA,sDAAoC;AAAA,6DAA2C;AAAA,kEAAgD;AAAA,wDAAsC;AAAA,wEAAsD;AAAA,qEAAmD;AAAA,sEAAoD;AAAA,mEAAiD;AAAA,6DAA2C;AAAA,wEAAsD;AAAA,iEAA+C;AAAA,+DAA6C;AAAA,gEAA8C;AAAA,gEAA8C;AAAA,oEAAkD;AAAA,iEAA+C;AAAA,qEAAmD;AAAA,+EAA4D"}
@@ -0,0 +1,3 @@
1
+ import { CommonAttributesDto } from '@servicelabsco/nestjs-utility-services';
2
+ export declare class UserBusinessSecretAttributesDto extends CommonAttributesDto {
3
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UserBusinessSecretAttributesDto = void 0;
4
+ const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
5
+ class UserBusinessSecretAttributesDto extends nestjs_utility_services_1.CommonAttributesDto {
6
+ }
7
+ exports.UserBusinessSecretAttributesDto = UserBusinessSecretAttributesDto;
8
+ //# sourceMappingURL=user.business.secret.attributes.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"user.business.secret.attributes.dto.js","sourceRoot":"","sources":["../../../src/access/dtos/user.business.secret.attributes.dto.ts"],"names":[],"mappings":";;;AAAA,oFAA6E;AAC7E,MAAa,+BAAgC,SAAQ,6CAAmB;CAAG;AAA3E,0EAA2E"}
@@ -65,6 +65,7 @@ export * from './slack.webhook.entity';
65
65
  export * from './slack.webhook.message.entity';
66
66
  export * from './ui.action.entity';
67
67
  export * from './ui.action.role.entity';
68
+ export * from './user.business.secret.entity';
68
69
  export * from './user.notification.entity';
69
70
  export * from './user.preference.entity';
70
71
  export * from './user.role.entity';
@@ -81,6 +81,7 @@ __exportStar(require("./slack.webhook.entity"), exports);
81
81
  __exportStar(require("./slack.webhook.message.entity"), exports);
82
82
  __exportStar(require("./ui.action.entity"), exports);
83
83
  __exportStar(require("./ui.action.role.entity"), exports);
84
+ __exportStar(require("./user.business.secret.entity"), exports);
84
85
  __exportStar(require("./user.notification.entity"), exports);
85
86
  __exportStar(require("./user.preference.entity"), exports);
86
87
  __exportStar(require("./user.role.entity"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/access/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2DAAyC;AAAA,uDAAqC;AAAA,2DAAyC;AAAA,+EAA6D;AAAA,oEAAkD;AAAA,6EAA2D;AAAA,wEAAsD;AAAA,0DAAwC;AAAA,+DAA6C;AAAA,yDAAuC;AAAA,+DAA6C;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,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,iEAA+C;AAAA,mDAAiC;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,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,uDAAqC;AAAA,2DAAyC;AAAA,+EAA6D;AAAA,oEAAkD;AAAA,6EAA2D;AAAA,wEAAsD;AAAA,0DAAwC;AAAA,+DAA6C;AAAA,yDAAuC;AAAA,+DAA6C;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,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,iEAA+C;AAAA,mDAAiC;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,17 @@
1
+ import { CommonEntity, UserEntity } from '@servicelabsco/nestjs-utility-services';
2
+ import { UserBusinessSecretAttributesDto } from '../dtos/user.business.secret.attributes.dto';
3
+ import { AccessBusinessEntity } from './access.business.entity';
4
+ export declare class UserBusinessSecretEntity extends CommonEntity {
5
+ name: string;
6
+ business_id: number;
7
+ user_id: number;
8
+ client_id: string;
9
+ client_secret: string;
10
+ active: boolean;
11
+ last_activity_at: Date;
12
+ ips: any;
13
+ access_scopes: any;
14
+ attributes: UserBusinessSecretAttributesDto;
15
+ business: AccessBusinessEntity;
16
+ user: UserEntity;
17
+ }
@@ -0,0 +1,73 @@
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.UserBusinessSecretEntity = void 0;
13
+ const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
14
+ const typeorm_1 = require("typeorm");
15
+ const user_business_secret_attributes_dto_1 = require("../dtos/user.business.secret.attributes.dto");
16
+ const access_business_entity_1 = require("./access.business.entity");
17
+ let UserBusinessSecretEntity = class UserBusinessSecretEntity extends nestjs_utility_services_1.CommonEntity {
18
+ };
19
+ exports.UserBusinessSecretEntity = UserBusinessSecretEntity;
20
+ __decorate([
21
+ (0, typeorm_1.Column)(),
22
+ __metadata("design:type", String)
23
+ ], UserBusinessSecretEntity.prototype, "name", void 0);
24
+ __decorate([
25
+ (0, typeorm_1.Column)(),
26
+ __metadata("design:type", Number)
27
+ ], UserBusinessSecretEntity.prototype, "business_id", void 0);
28
+ __decorate([
29
+ (0, typeorm_1.Column)(),
30
+ __metadata("design:type", Number)
31
+ ], UserBusinessSecretEntity.prototype, "user_id", void 0);
32
+ __decorate([
33
+ (0, typeorm_1.Column)(),
34
+ __metadata("design:type", String)
35
+ ], UserBusinessSecretEntity.prototype, "client_id", void 0);
36
+ __decorate([
37
+ (0, typeorm_1.Column)(),
38
+ __metadata("design:type", String)
39
+ ], UserBusinessSecretEntity.prototype, "client_secret", void 0);
40
+ __decorate([
41
+ (0, typeorm_1.Column)(),
42
+ __metadata("design:type", Boolean)
43
+ ], UserBusinessSecretEntity.prototype, "active", void 0);
44
+ __decorate([
45
+ (0, typeorm_1.Column)(),
46
+ __metadata("design:type", Date)
47
+ ], UserBusinessSecretEntity.prototype, "last_activity_at", void 0);
48
+ __decorate([
49
+ (0, typeorm_1.Column)('json'),
50
+ __metadata("design:type", Object)
51
+ ], UserBusinessSecretEntity.prototype, "ips", void 0);
52
+ __decorate([
53
+ (0, typeorm_1.Column)('json'),
54
+ __metadata("design:type", Object)
55
+ ], UserBusinessSecretEntity.prototype, "access_scopes", void 0);
56
+ __decorate([
57
+ (0, typeorm_1.Column)('json'),
58
+ __metadata("design:type", user_business_secret_attributes_dto_1.UserBusinessSecretAttributesDto)
59
+ ], UserBusinessSecretEntity.prototype, "attributes", void 0);
60
+ __decorate([
61
+ (0, typeorm_1.ManyToOne)(() => access_business_entity_1.AccessBusinessEntity),
62
+ (0, typeorm_1.JoinColumn)({ name: 'business_id' }),
63
+ __metadata("design:type", access_business_entity_1.AccessBusinessEntity)
64
+ ], UserBusinessSecretEntity.prototype, "business", void 0);
65
+ __decorate([
66
+ (0, typeorm_1.ManyToOne)(() => nestjs_utility_services_1.UserEntity),
67
+ (0, typeorm_1.JoinColumn)({ name: 'user_id' }),
68
+ __metadata("design:type", nestjs_utility_services_1.UserEntity)
69
+ ], UserBusinessSecretEntity.prototype, "user", void 0);
70
+ exports.UserBusinessSecretEntity = UserBusinessSecretEntity = __decorate([
71
+ (0, typeorm_1.Entity)('bz_user_secrets')
72
+ ], UserBusinessSecretEntity);
73
+ //# sourceMappingURL=user.business.secret.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"user.business.secret.entity.js","sourceRoot":"","sources":["../../../src/access/entities/user.business.secret.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAAkF;AAClF,qCAAgE;AAChE,qGAA8F;AAC9F,qEAAgE;AASzD,IAAM,wBAAwB,GAA9B,MAAM,wBAAyB,SAAQ,sCAAY;CAkCzD,CAAA;AAlCY,4DAAwB;AAEjC;IADC,IAAA,gBAAM,GAAE;;sDACI;AAGb;IADC,IAAA,gBAAM,GAAE;;6DACW;AAGpB;IADC,IAAA,gBAAM,GAAE;;yDACO;AAGhB;IADC,IAAA,gBAAM,GAAE;;2DACS;AAGlB;IADC,IAAA,gBAAM,GAAE;;+DACa;AAGtB;IADC,IAAA,gBAAM,GAAE;;wDACO;AAGhB;IADC,IAAA,gBAAM,GAAE;8BACS,IAAI;kEAAC;AAGvB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;;qDACN;AAGT;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;;+DACI;AAGnB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;8BACH,qEAA+B;4DAAC;AAGgC;IAA3E,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,6CAAoB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,aAAa,EAAE,CAAC;8BAAW,6CAAoB;0DAAC;AAC7C;IAA7D,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,oCAAU,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;8BAAO,oCAAU;sDAAC;mCAjCtE,wBAAwB;IADpC,IAAA,gBAAM,EAAC,iBAAiB,CAAC;GACb,wBAAwB,CAkCpC"}
@@ -29,6 +29,7 @@ import { ListingPreferenceController } from './controllers/listing.preference.co
29
29
  import { ScheduledReportController } from './controllers/scheduled.report.controller';
30
30
  import { ScheduledReportItemController } from './controllers/scheduled.report.item.controller';
31
31
  import { TagController } from './controllers/tag.controller';
32
+ import { UserBusinessSecretController } from './controllers/user.business.secret.controller';
32
33
  import { UserNotificationController } from './controllers/user.notification.controller';
33
34
  import { UserPreferenceController } from './controllers/user.preference.controller';
34
35
  import { AccessBusinessParamDto } from './dtos/access.business.param.dto';
@@ -207,6 +208,7 @@ import { SlackWebhookMessageJob } from './jobs/slack.webhook.message.job';
207
208
  import { SyncBURoleJob } from './jobs/sync.b.u.role.job';
208
209
  import { UiActionJob } from './jobs/ui.action.job';
209
210
  import { UiActionRoleJob } from './jobs/ui.action.role.job';
211
+ import { UserBusinessSecretJob } from './jobs/user.business.secret.job';
210
212
  import { UserNotificationJob } from './jobs/user.notification.job';
211
213
  import { UserPreferenceJob } from './jobs/user.preference.job';
212
214
  import { UserRoleJob } from './jobs/user.role.job';
@@ -222,6 +224,7 @@ import { WhatsappTemplateJob } from './jobs/whatsapp.template.job';
222
224
  import { WhitelistedWhatsappNumberJob } from './jobs/whitelisted.whatsapp.number.job';
223
225
  import { CommonTagController } from './libraries/common.tag.controller';
224
226
  import { ConversationController } from './libraries/conversation.controller';
227
+ import { CreateUserBusinessSecret } from './libraries/create.user.business.secret';
225
228
  import { EvaluateEmailRule } from './libraries/evaluate.email.rule';
226
229
  import { ProcessApiAccountData } from './libraries/process.api.account.data';
227
230
  import { ProcessApiAccountList } from './libraries/process.api.account.list';
@@ -286,6 +289,7 @@ import { SyncBusinessUserRole } from './libraries/sync.business.user.role';
286
289
  import { ValidateCustomFieldData } from './libraries/validate.custom.field.data';
287
290
  import { BusinessMiddleware } from './middlewares/business.middleware';
288
291
  import { ExternalAccessMiddleware } from './middlewares/external.access.middleware';
292
+ import { UserBusinessAccessMiddleware } from './middlewares/user.business.access.middleware';
289
293
  import { AccessBusinessService } from './services/access.business.service';
290
294
  import { AccessReportService } from './services/access.report.service';
291
295
  import { ApiAccountService } from './services/api.account.service';
@@ -308,6 +312,7 @@ import { ScheduledReportService } from './services/scheduled.report.service';
308
312
  import { SendEmailService } from './services/send.email.service';
309
313
  import { SlabsService } from './services/slabs.service';
310
314
  import { SlackService } from './services/slack.service';
315
+ import { UserBusinessAccessService } from './services/user.business.access.service';
311
316
  import { UserNotificationService } from './services/user.notification.service';
312
317
  import { UserPreferenceService } from './services/user.preference.service';
313
318
  import { UtilityService } from './services/utility.service';
@@ -381,6 +386,7 @@ import { SlackWebhookMessageSubscriber } from './subscribers/slack.webhook.messa
381
386
  import { SlackWebhookSubscriber } from './subscribers/slack.webhook.subscriber';
382
387
  import { UiActionRoleSubscriber } from './subscribers/ui.action.role.subscriber';
383
388
  import { UiActionSubscriber } from './subscribers/ui.action.subscriber';
389
+ import { UserBusinessSecretSubscriber } from './subscribers/user.business.secret.subscriber';
384
390
  import { UserNotificationSubscriber } from './subscribers/user.notification.subscriber';
385
391
  import { UserPreferenceSubscriber } from './subscribers/user.preference.subscriber';
386
392
  import { UserRoleSubscriber } from './subscribers/user.role.subscriber';
@@ -394,14 +400,14 @@ import { WhatsappTemplateSubscriber } from './subscribers/whatsapp.template.subs
394
400
  import { WhitelistedWhatsappNumberSubscriber } from './subscribers/whitelisted.whatsapp.number.subscriber';
395
401
  declare const es6Classes: {
396
402
  commands: (typeof WebhookPollCommand)[];
397
- controllers: (typeof AccessMenuController | typeof ApiAccountController | typeof BulkUploadController | typeof BulkUploadItemController | typeof BusinessAppIntegrationController | typeof BusinessNotificationChannelPreferenceController | typeof BusinessPreferenceController | typeof BusinessReportController | 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 UserNotificationController | typeof UserPreferenceController)[];
403
+ controllers: (typeof AccessMenuController | typeof ApiAccountController | typeof BulkUploadController | typeof BulkUploadItemController | typeof BusinessAppIntegrationController | typeof BusinessNotificationChannelPreferenceController | typeof BusinessPreferenceController | typeof BusinessReportController | 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)[];
398
404
  dtos: (typeof FcmTemplateAttributesDto | typeof NotificationPayloadDto | typeof SendEmailNotificationDataDto | typeof GchatPostingPayloadDto | typeof BoardCastInternalStatusMessageDto | typeof SendWhatsappMessagePayloadDto | typeof AddShortUrlDto | typeof BankAccountPayloadDto | typeof RecurringDefinitionDto | typeof EmailMessageNormalizedDto | typeof SendWebhookRequestPayload | typeof AccessBusinessParamDto | typeof DateRangeFilterDto | typeof DateFilterDto | typeof ListResponseFormatDto | typeof NumberRangeFilterDto | typeof CommonListFilterDto | typeof DbFindDto | typeof ListResponseDto | typeof AddListingPreferenceDto | typeof ProcessCommonListConfigDto | typeof AddIntegrationPreferenceDto | 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)[];
399
405
  entities: (typeof AccessBusinessEntity | typeof BusinessUserEntity | typeof ProductEntity | typeof EmailStyleEntity | typeof EmailTemplateLogEntity | 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 BusinessEmailEntity | typeof BusinessGroupRoleEntity | typeof MenuRoleEntity | typeof MenuEntity | typeof UiActionRoleEntity | typeof MenuActionEntity | typeof ChildMenuEntity | typeof BusinessMenuEntity | typeof BusinessReportEntity | typeof GroupRoleEntity | typeof BusinessUserRoleEntity | typeof BusinessWebhookEntity | typeof ConversationEntity | typeof DashboardComponentEntity | typeof DownloadLogEntity | typeof EmailRecipientEntity | typeof EmailMessageEntity | typeof GroupMemberEntity | typeof PreferenceUserEntity | typeof PreferenceUserGroupEntity | typeof ModuleMenuEntity | typeof RequestLogEntity | typeof ScheduledReportEntity | typeof ScheduledReportEmailEntity | typeof ScheduledReportItemEntity | typeof SlackWebhookMessageEntity | typeof UserNotificationEntity | typeof UserRoleEntity | typeof WatchlistAssignmentEntity | typeof WebhookLogEntity | typeof WebhookSlugEntity)[];
400
406
  enums: (typeof NotificationTypeEnum | typeof NotificationChannelTypeEnum | typeof RecurringPeriodEnum | typeof CustomColumnTypeEnum | typeof ProductTypeEnum | typeof PlatformTypeEnum)[];
401
- jobs: (typeof WhatsappMessagePayloadDto | typeof EvaluateEmailRuleJob | typeof AccessTestJob | typeof ApiAccountJob | typeof AppIntegrationJob | typeof BusinessAppIntegrationCredentialJob | typeof BusinessAppIntegrationJob | typeof BusinessAppIntegrationMessagesJob | typeof BusinessDownloadableReportJob | typeof BusinessEmailJob | typeof BusinessGroupRoleJob | typeof BusinessMenuJob | typeof BusinessPreferenceJob | typeof GenerateBusinessReportJob | typeof BusinessReportJob | 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 FcmMessageJob | typeof FcmNotificationJob | typeof FcmTemplateJob | typeof FcmTokenJob | typeof GchatIncomingWebhookJob | typeof GchatMessageJob | typeof GchatTemplateJob | typeof GchatUserJob | typeof GchatWebhookJob | typeof GchatWebhookMessageJob | typeof GroupMemberJob | typeof GroupRoleJob | typeof ListPreferenceJob | typeof ListingColumnJob | typeof ListingPageJob | typeof ListingPreferenceJob | typeof MenuActionJob | typeof MenuJob | typeof MenuRoleJob | typeof ModuleJob | typeof ModuleMenuJob | typeof PreferenceUserGroupJob | typeof PreferenceUsersJob | typeof ProcessServerEmailJob | typeof ProductJob | 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 UserNotificationJob | typeof UserPreferenceJob | typeof UserRoleJob | typeof WatchlistAssignmentJob | typeof WebhookEventJob | typeof WebhookLogJob | typeof WebhookSlugJob | typeof WebhookTypeJob | typeof WhatsappIncomingWebhookJob | typeof WhatsappMessageJob | typeof WhatsappTemplateJob | typeof WhitelistedWhatsappNumberJob)[];
402
- libraries: (typeof ProcessEmailNotification | typeof SendEmailNotification | typeof SendFcmNotification | typeof SendGchatMessageNotification | typeof SendGchatWebhookNotification | typeof SendSlackMessageNotification | typeof SendSlackWebhookNotification | typeof ProcessWhatsappMessage | typeof SendWhatsappMessageNotification | typeof EvaluateEmailRule | typeof SendWebhookRequest | typeof ProcessApplicationMenu | typeof ProcessMenuDetails | typeof ProcessApiAccountData | typeof ProcessDateFilter | typeof ProcessCommonList | typeof ProcessListingCsvFile | typeof ProcessApiAccountList | typeof ProcessDbFind | typeof ProcessBulkUploadList | typeof ProcessBulkUploadItemList | typeof ProcessWhatsappIntegration | typeof ProcessAppIntegration | typeof ProcessBusinessNotificationChannelPreferenceList | 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 ProcessEmailRuleList | typeof ProcessEmailRuleData | typeof SetFcmToken | typeof ProcessGroupMemberList | typeof ProcessGroupRoleList | typeof ProcessPreferenceData | typeof ProcessScheduledReportData | typeof ProcessScheduledReportList | typeof ProcessScheduledReportItemList | typeof ProcessUserNotificationList | typeof ProcessRevokeSlackIntegration | typeof ProcessRevokeZohoIntegration | typeof ProcessBusinessGroupRoleUpdation | typeof ProcessBusinessUserRoleUpdate | typeof ProcessGroupMemberUpdation | typeof SyncBusinessUserRole | typeof CommonTagController | typeof ProcessConversationData | typeof ConversationController | typeof ValidateCustomFieldData | typeof ProcessCommonCustomField | typeof ProcessNotification | typeof ProcessSlackMessage | typeof ProcessTestList)[];
403
- middlewares: (typeof BusinessMiddleware | typeof ExternalAccessMiddleware)[];
404
- services: (typeof SendEmailService | typeof GchatService | typeof SlackService | typeof WhatsappService | typeof NotificationService | typeof SlabsService | typeof WebhookService | typeof AccessBusinessService | typeof ListingService | typeof AuditLogService | typeof AccessReportService | typeof PlatformService | typeof ListingPreferenceService | typeof ScheduledReportService | typeof BusinessUserRoleService | typeof UtilityService | typeof CustomFieldService | typeof ApiAccountService | typeof AppIntegrationService | typeof BusinessPreferenceService | typeof Es6JobsService | typeof GptService | typeof LoadEntityService | typeof RequestLogService | typeof UserNotificationService | typeof UserPreferenceService | typeof Es6Service)[];
405
- subscribers: (typeof ApiAccountSubscriber | typeof AppIntegrationSubscriber | typeof BusinessAppIntegrationCredentialSubscriber | typeof BusinessAppIntegrationMessagesSubscriber | typeof BusinessAppIntegrationSubscriber | typeof BusinessDownloadableReportSubscriber | typeof BusinessEmailSubscriber | typeof BusinessGroupRoleSubscriber | typeof BusinessMenuSubscriber | typeof BusinessPreferenceSubscriber | typeof BusinessReportSubscriber | 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 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 PreferenceUserGroupSubscriber | typeof PreferenceUserSubscriber | typeof ProductSubscriber | 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 UserNotificationSubscriber | typeof UserPreferenceSubscriber | typeof UserRoleSubscriber | typeof WatchlistAssignmentSubscriber | typeof WebhookEventSubscriber | typeof WebhookLogSubscriber | typeof WebhookSlugSubscriber | typeof WebhookTypeSubscriber | typeof WhatsappMessageSubscriber | typeof WhatsappTemplateSubscriber | typeof WhitelistedWhatsappNumberSubscriber)[];
407
+ jobs: (typeof WhatsappMessagePayloadDto | typeof EvaluateEmailRuleJob | typeof AccessTestJob | typeof ApiAccountJob | typeof AppIntegrationJob | typeof BusinessAppIntegrationCredentialJob | typeof BusinessAppIntegrationJob | typeof BusinessAppIntegrationMessagesJob | typeof BusinessDownloadableReportJob | typeof BusinessEmailJob | typeof BusinessGroupRoleJob | typeof BusinessMenuJob | typeof BusinessPreferenceJob | typeof GenerateBusinessReportJob | typeof BusinessReportJob | 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 FcmMessageJob | typeof FcmNotificationJob | typeof FcmTemplateJob | typeof FcmTokenJob | typeof GchatIncomingWebhookJob | typeof GchatMessageJob | typeof GchatTemplateJob | typeof GchatUserJob | typeof GchatWebhookJob | typeof GchatWebhookMessageJob | typeof GroupMemberJob | typeof GroupRoleJob | typeof ListPreferenceJob | typeof ListingColumnJob | typeof ListingPageJob | typeof ListingPreferenceJob | typeof MenuActionJob | typeof MenuJob | typeof MenuRoleJob | typeof ModuleJob | typeof ModuleMenuJob | typeof PreferenceUserGroupJob | typeof PreferenceUsersJob | typeof ProcessServerEmailJob | typeof ProductJob | 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)[];
408
+ libraries: (typeof ProcessEmailNotification | typeof SendEmailNotification | typeof SendFcmNotification | typeof SendGchatMessageNotification | typeof SendGchatWebhookNotification | typeof SendSlackMessageNotification | typeof SendSlackWebhookNotification | typeof ProcessWhatsappMessage | typeof SendWhatsappMessageNotification | typeof EvaluateEmailRule | typeof SendWebhookRequest | typeof ProcessApplicationMenu | typeof ProcessMenuDetails | typeof ProcessApiAccountData | typeof ProcessDateFilter | typeof ProcessCommonList | typeof ProcessListingCsvFile | typeof ProcessApiAccountList | typeof ProcessDbFind | typeof ProcessBulkUploadList | typeof ProcessBulkUploadItemList | typeof ProcessWhatsappIntegration | typeof ProcessAppIntegration | typeof ProcessBusinessNotificationChannelPreferenceList | 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 ProcessEmailRuleList | typeof ProcessEmailRuleData | 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 ProcessBusinessUserRoleUpdate | typeof ProcessGroupMemberUpdation | typeof SyncBusinessUserRole | typeof CommonTagController | typeof ProcessConversationData | typeof ConversationController | typeof ValidateCustomFieldData | typeof ProcessCommonCustomField | typeof ProcessNotification | typeof ProcessSlackMessage | typeof ProcessTestList)[];
409
+ middlewares: (typeof BusinessMiddleware | typeof ExternalAccessMiddleware | typeof UserBusinessAccessMiddleware)[];
410
+ services: (typeof SendEmailService | typeof GchatService | typeof SlackService | typeof WhatsappService | typeof NotificationService | typeof SlabsService | typeof WebhookService | typeof AccessBusinessService | typeof ListingService | typeof AuditLogService | typeof AccessReportService | typeof PlatformService | typeof ListingPreferenceService | typeof ScheduledReportService | typeof BusinessUserRoleService | typeof UtilityService | typeof CustomFieldService | typeof ApiAccountService | typeof UserBusinessAccessService | typeof AppIntegrationService | typeof BusinessPreferenceService | typeof Es6JobsService | typeof GptService | typeof LoadEntityService | typeof RequestLogService | typeof UserNotificationService | typeof UserPreferenceService | typeof Es6Service)[];
411
+ subscribers: (typeof ApiAccountSubscriber | typeof AppIntegrationSubscriber | typeof BusinessAppIntegrationCredentialSubscriber | typeof BusinessAppIntegrationMessagesSubscriber | typeof BusinessAppIntegrationSubscriber | typeof BusinessDownloadableReportSubscriber | typeof BusinessEmailSubscriber | typeof BusinessGroupRoleSubscriber | typeof BusinessMenuSubscriber | typeof BusinessPreferenceSubscriber | typeof BusinessReportSubscriber | 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 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 PreferenceUserGroupSubscriber | typeof PreferenceUserSubscriber | typeof ProductSubscriber | 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)[];
406
412
  };
407
413
  export default es6Classes;