@servicelabsco/slabs-access-manager 0.1.169 → 0.1.170

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 (97) hide show
  1. package/dist/access/controllers/business.notification.channel.preference.controller.d.ts +17 -0
  2. package/dist/access/controllers/business.notification.channel.preference.controller.js +112 -0
  3. package/dist/access/controllers/business.notification.channel.preference.controller.js.map +1 -0
  4. package/dist/access/controllers/business.user.notification.preference.controller.d.ts +21 -0
  5. package/dist/access/controllers/business.user.notification.preference.controller.js +138 -0
  6. package/dist/access/controllers/business.user.notification.preference.controller.js.map +1 -0
  7. package/dist/access/controllers/index.d.ts +2 -0
  8. package/dist/access/controllers/index.js +2 -0
  9. package/dist/access/controllers/index.js.map +1 -1
  10. package/dist/access/dtos/add.business.user.notification.preference.dto.d.ts +6 -0
  11. package/dist/access/dtos/add.business.user.notification.preference.dto.js +43 -0
  12. package/dist/access/dtos/add.business.user.notification.preference.dto.js.map +1 -0
  13. package/dist/access/dtos/add.notification.channel.preference.dto.d.ts +6 -0
  14. package/dist/access/dtos/add.notification.channel.preference.dto.js +43 -0
  15. package/dist/access/dtos/add.notification.channel.preference.dto.js.map +1 -0
  16. package/dist/access/dtos/business.notification.channel.preference.list.filter.dto.d.ts +4 -0
  17. package/dist/access/dtos/business.notification.channel.preference.list.filter.dto.js +25 -0
  18. package/dist/access/dtos/business.notification.channel.preference.list.filter.dto.js.map +1 -0
  19. package/dist/access/dtos/business.user.notification.preference.attributes.dto.d.ts +3 -0
  20. package/dist/access/dtos/business.user.notification.preference.attributes.dto.js +8 -0
  21. package/dist/access/dtos/business.user.notification.preference.attributes.dto.js.map +1 -0
  22. package/dist/access/dtos/business.user.notification.preference.list.filter.dto.d.ts +5 -0
  23. package/dist/access/dtos/business.user.notification.preference.list.filter.dto.js +31 -0
  24. package/dist/access/dtos/business.user.notification.preference.list.filter.dto.js.map +1 -0
  25. package/dist/access/dtos/bz.notification.channel.preference.attributes.dto.d.ts +3 -0
  26. package/dist/access/dtos/bz.notification.channel.preference.attributes.dto.js +8 -0
  27. package/dist/access/dtos/bz.notification.channel.preference.attributes.dto.js.map +1 -0
  28. package/dist/access/dtos/index.d.ts +6 -0
  29. package/dist/access/dtos/index.js +6 -0
  30. package/dist/access/dtos/index.js.map +1 -1
  31. package/dist/access/entities/app.integration.entity.d.ts +1 -0
  32. package/dist/access/entities/app.integration.entity.js +4 -0
  33. package/dist/access/entities/app.integration.entity.js.map +1 -1
  34. package/dist/access/entities/business.user.notification.preference.entity.d.ts +15 -0
  35. package/dist/access/entities/business.user.notification.preference.entity.js +68 -0
  36. package/dist/access/entities/business.user.notification.preference.entity.js.map +1 -0
  37. package/dist/access/entities/bz.notification.channel.preference.entity.d.ts +13 -0
  38. package/dist/access/entities/bz.notification.channel.preference.entity.js +59 -0
  39. package/dist/access/entities/bz.notification.channel.preference.entity.js.map +1 -0
  40. package/dist/access/entities/index.d.ts +2 -0
  41. package/dist/access/entities/index.js +2 -0
  42. package/dist/access/entities/index.js.map +1 -1
  43. package/dist/access/enums/index.d.ts +1 -0
  44. package/dist/access/enums/index.js +1 -0
  45. package/dist/access/enums/index.js.map +1 -1
  46. package/dist/access/enums/notification.channel.type.enum.d.ts +7 -0
  47. package/dist/access/enums/notification.channel.type.enum.js +12 -0
  48. package/dist/access/enums/notification.channel.type.enum.js.map +1 -0
  49. package/dist/access/es6.classes.d.ts +17 -7
  50. package/dist/access/es6.classes.js +35 -2
  51. package/dist/access/es6.classes.js.map +1 -1
  52. package/dist/access/jobs/business.user.notification.preference.job.d.ts +7 -0
  53. package/dist/access/jobs/business.user.notification.preference.job.js +29 -0
  54. package/dist/access/jobs/business.user.notification.preference.job.js.map +1 -0
  55. package/dist/access/jobs/bz.notification.channel.preference.job.d.ts +7 -0
  56. package/dist/access/jobs/bz.notification.channel.preference.job.js +29 -0
  57. package/dist/access/jobs/bz.notification.channel.preference.job.js.map +1 -0
  58. package/dist/access/jobs/index.d.ts +2 -0
  59. package/dist/access/jobs/index.js +2 -0
  60. package/dist/access/jobs/index.js.map +1 -1
  61. package/dist/access/libraries/business.notification.channel.preference.list.d.ts +21 -0
  62. package/dist/access/libraries/business.notification.channel.preference.list.js +41 -0
  63. package/dist/access/libraries/business.notification.channel.preference.list.js.map +1 -0
  64. package/dist/access/libraries/business.user.notification.preference.list.d.ts +22 -0
  65. package/dist/access/libraries/business.user.notification.preference.list.js +47 -0
  66. package/dist/access/libraries/business.user.notification.preference.list.js.map +1 -0
  67. package/dist/access/libraries/index.d.ts +2 -0
  68. package/dist/access/libraries/index.js +2 -0
  69. package/dist/access/libraries/index.js.map +1 -1
  70. package/dist/access/services/es6.jobs.service.d.ts +5 -1
  71. package/dist/access/services/es6.jobs.service.js +9 -1
  72. package/dist/access/services/es6.jobs.service.js.map +1 -1
  73. package/dist/access/subscribers/business.user.notification.preference.subscriber.d.ts +10 -0
  74. package/dist/access/subscribers/business.user.notification.preference.subscriber.js +34 -0
  75. package/dist/access/subscribers/business.user.notification.preference.subscriber.js.map +1 -0
  76. package/dist/access/subscribers/bz.notification.channel.preference.subscriber.d.ts +10 -0
  77. package/dist/access/subscribers/bz.notification.channel.preference.subscriber.js +34 -0
  78. package/dist/access/subscribers/bz.notification.channel.preference.subscriber.js.map +1 -0
  79. package/dist/access/subscribers/index.d.ts +2 -0
  80. package/dist/access/subscribers/index.js +2 -0
  81. package/dist/access/subscribers/index.js.map +1 -1
  82. package/dist/config/entity.constants.d.ts +4 -0
  83. package/dist/config/entity.constants.js +4 -0
  84. package/dist/config/entity.constants.js.map +1 -1
  85. package/dist/migrations/1725343070093-AddEnabledGloballyBzAppIntegrationsTable.d.ts +5 -0
  86. package/dist/migrations/1725343070093-AddEnabledGloballyBzAppIntegrationsTable.js +15 -0
  87. package/dist/migrations/1725343070093-AddEnabledGloballyBzAppIntegrationsTable.js.map +1 -0
  88. package/dist/migrations/1725343451546-AddNotificationChannelDataSeederTable.d.ts +7 -0
  89. package/dist/migrations/1725343451546-AddNotificationChannelDataSeederTable.js +65 -0
  90. package/dist/migrations/1725343451546-AddNotificationChannelDataSeederTable.js.map +1 -0
  91. package/dist/migrations/1725343967311-CreateBzUserNotificationPreferencesTable.d.ts +5 -0
  92. package/dist/migrations/1725343967311-CreateBzUserNotificationPreferencesTable.js +22 -0
  93. package/dist/migrations/1725343967311-CreateBzUserNotificationPreferencesTable.js.map +1 -0
  94. package/dist/migrations/1725354088464-CreateBzNotificationChannelPreferenceTable.d.ts +5 -0
  95. package/dist/migrations/1725354088464-CreateBzNotificationChannelPreferenceTable.js +21 -0
  96. package/dist/migrations/1725354088464-CreateBzNotificationChannelPreferenceTable.js.map +1 -0
  97. package/package.json +1 -1
@@ -19,6 +19,7 @@ __exportStar(require("./add.api.account.dto"), exports);
19
19
  __exportStar(require("./add.business.app.integration.dto"), exports);
20
20
  __exportStar(require("./add.business.preference.dto"), exports);
21
21
  __exportStar(require("./add.business.user.group.dto"), exports);
22
+ __exportStar(require("./add.business.user.notification.preference.dto"), exports);
22
23
  __exportStar(require("./add.choice.list.dto"), exports);
23
24
  __exportStar(require("./add.choice.type.dto"), exports);
24
25
  __exportStar(require("./add.conversation.dto"), exports);
@@ -27,6 +28,7 @@ __exportStar(require("./add.dashboard.component.dto"), exports);
27
28
  __exportStar(require("./add.dashboard.component.properties.dto"), exports);
28
29
  __exportStar(require("./add.group.member.dto"), exports);
29
30
  __exportStar(require("./add.listing.preference.dto"), exports);
31
+ __exportStar(require("./add.notification.channel.preference.dto"), exports);
30
32
  __exportStar(require("./add.role.dto"), exports);
31
33
  __exportStar(require("./add.scheduled.report.dto"), exports);
32
34
  __exportStar(require("./add.short.url.dto"), exports);
@@ -44,12 +46,16 @@ __exportStar(require("./business.app.integration.message.payload.dto"), exports)
44
46
  __exportStar(require("./business.app.integration.messages.attributes.dto"), exports);
45
47
  __exportStar(require("./business.email.attributes.dto"), exports);
46
48
  __exportStar(require("./business.menu.attributes.dto"), exports);
49
+ __exportStar(require("./business.notification.channel.preference.list.filter.dto"), exports);
47
50
  __exportStar(require("./business.param.dto"), exports);
48
51
  __exportStar(require("./business.preference.attributes.dto"), exports);
49
52
  __exportStar(require("./business.user.attributes.dto"), exports);
50
53
  __exportStar(require("./business.user.group.attributes.dto"), exports);
51
54
  __exportStar(require("./business.user.group.list.filter.dto"), exports);
55
+ __exportStar(require("./business.user.notification.preference.attributes.dto"), exports);
56
+ __exportStar(require("./business.user.notification.preference.list.filter.dto"), exports);
52
57
  __exportStar(require("./business.user.role.attributes.dto"), exports);
58
+ __exportStar(require("./bz.notification.channel.preference.attributes.dto"), exports);
53
59
  __exportStar(require("./child.menu.attributes.dto"), exports);
54
60
  __exportStar(require("./choice.list.attributes.dto"), exports);
55
61
  __exportStar(require("./choice.type.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,wDAAsC;AAAA,wDAAsC;AAAA,yDAAuC;AAAA,yDAAuC;AAAA,gEAA8C;AAAA,2EAAyD;AAAA,yDAAuC;AAAA,+DAA6C;AAAA,iDAA+B;AAAA,6DAA2C;AAAA,sDAAoC;AAAA,gDAA8B;AAAA,4DAA0C;AAAA,+DAA6C;AAAA,gEAA8C;AAAA,mEAAiD;AAAA,6DAA2C;AAAA,qEAAmD;AAAA,gEAA8C;AAAA,4EAA0D;AAAA,uFAAqE;AAAA,iFAA+D;AAAA,qFAAmE;AAAA,kEAAgD;AAAA,iEAA+C;AAAA,uDAAqC;AAAA,uEAAqD;AAAA,iEAA+C;AAAA,uEAAqD;AAAA,wEAAsD;AAAA,sEAAoD;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,mEAAiD;AAAA,mEAAiD;AAAA,+DAA6C;AAAA,gEAA8C;AAAA,6DAA2C;AAAA,iEAA+C;AAAA,8DAA4C;AAAA,kEAAgD;AAAA,8DAA4C;AAAA,iEAA+C;AAAA,yEAAuD;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,8DAA4C;AAAA,oEAAkD;AAAA,0EAAwD;AAAA,yEAAuD;AAAA,0EAAwD;AAAA,qEAAmD;AAAA,qEAAmD;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,gEAA8C;AAAA,gEAA8C;AAAA,oEAAkD;AAAA,iEAA+C;AAAA,qEAAkD"}
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,yDAAuC;AAAA,+DAA6C;AAAA,4EAA0D;AAAA,iDAA+B;AAAA,6DAA2C;AAAA,sDAAoC;AAAA,gDAA8B;AAAA,4DAA0C;AAAA,+DAA6C;AAAA,gEAA8C;AAAA,mEAAiD;AAAA,6DAA2C;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,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,mEAAiD;AAAA,mEAAiD;AAAA,+DAA6C;AAAA,gEAA8C;AAAA,6DAA2C;AAAA,iEAA+C;AAAA,8DAA4C;AAAA,kEAAgD;AAAA,8DAA4C;AAAA,iEAA+C;AAAA,yEAAuD;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,8DAA4C;AAAA,oEAAkD;AAAA,0EAAwD;AAAA,yEAAuD;AAAA,0EAAwD;AAAA,qEAAmD;AAAA,qEAAmD;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,gEAA8C;AAAA,gEAA8C;AAAA,oEAAkD;AAAA,iEAA+C;AAAA,qEAAkD"}
@@ -3,6 +3,7 @@ import { AppIntegrationAttributesDto } from '../dtos/app.integration.attributes.
3
3
  export declare class AppIntegrationEntity extends CommonEntity {
4
4
  name: string;
5
5
  active: boolean;
6
+ enabled_globally: boolean;
6
7
  integration_identifier: string;
7
8
  url: string;
8
9
  image: string;
@@ -24,6 +24,10 @@ __decorate([
24
24
  (0, typeorm_1.Column)(),
25
25
  __metadata("design:type", Boolean)
26
26
  ], AppIntegrationEntity.prototype, "active", void 0);
27
+ __decorate([
28
+ (0, typeorm_1.Column)(),
29
+ __metadata("design:type", Boolean)
30
+ ], AppIntegrationEntity.prototype, "enabled_globally", void 0);
27
31
  __decorate([
28
32
  (0, typeorm_1.Column)({ unique: true }),
29
33
  __metadata("design:type", String)
@@ -1 +1 @@
1
- {"version":3,"file":"app.integration.entity.js","sourceRoot":"","sources":["../../../src/access/entities/app.integration.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAAsE;AACtE,qCAAyC;AACzC,2FAAqF;AAS9E,IAAM,oBAAoB,GAA1B,MAAM,oBAAqB,SAAQ,sCAAY;CAqBrD,CAAA;AArBY,oDAAoB;AAE7B;IADC,IAAA,gBAAM,GAAE;;kDACI;AAGb;IADC,IAAA,gBAAM,GAAE;;oDACO;AAGhB;IADC,IAAA,gBAAM,EAAC,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC;;oEACM;AAG/B;IADC,IAAA,gBAAM,GAAE;;iDACG;AAGZ;IADC,IAAA,gBAAM,GAAE;;mDACK;AAGd;IADC,IAAA,gBAAM,GAAE;;yDACW;AAGpB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;8BACH,4DAA2B;wDAAC;+BApB/B,oBAAoB;IADhC,IAAA,gBAAM,EAAC,sBAAsB,CAAC;GAClB,oBAAoB,CAqBhC"}
1
+ {"version":3,"file":"app.integration.entity.js","sourceRoot":"","sources":["../../../src/access/entities/app.integration.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAAsE;AACtE,qCAAyC;AACzC,2FAAqF;AAS9E,IAAM,oBAAoB,GAA1B,MAAM,oBAAqB,SAAQ,sCAAY;CAwBrD,CAAA;AAxBY,oDAAoB;AAE7B;IADC,IAAA,gBAAM,GAAE;;kDACI;AAGb;IADC,IAAA,gBAAM,GAAE;;oDACO;AAGhB;IADC,IAAA,gBAAM,GAAE;;8DACiB;AAG1B;IADC,IAAA,gBAAM,EAAC,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC;;oEACM;AAG/B;IADC,IAAA,gBAAM,GAAE;;iDACG;AAGZ;IADC,IAAA,gBAAM,GAAE;;mDACK;AAGd;IADC,IAAA,gBAAM,GAAE;;yDACW;AAGpB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;8BACH,4DAA2B;wDAAC;+BAvB/B,oBAAoB;IADhC,IAAA,gBAAM,EAAC,sBAAsB,CAAC;GAClB,oBAAoB,CAwBhC"}
@@ -0,0 +1,15 @@
1
+ import { CommonEntity, LookupValueEntity, UserEntity } from '@servicelabsco/nestjs-utility-services';
2
+ import { BusinessUserNotificationPreferenceAttributesDto } from '../dtos/business.user.notification.preference.attributes.dto';
3
+ import { AccessBusinessEntity } from './access.business.entity';
4
+ export declare class BusinessUserNotificationPreferenceEntity extends CommonEntity {
5
+ business_id: number;
6
+ user_id: number;
7
+ channel_id: number;
8
+ notification_id: number;
9
+ active: boolean;
10
+ attributes: BusinessUserNotificationPreferenceAttributesDto;
11
+ business: AccessBusinessEntity;
12
+ user: UserEntity;
13
+ channel: LookupValueEntity;
14
+ notification: LookupValueEntity;
15
+ }
@@ -0,0 +1,68 @@
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.BusinessUserNotificationPreferenceEntity = void 0;
13
+ const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
14
+ const typeorm_1 = require("typeorm");
15
+ const notification_entity_1 = require("../../accessUtility/entities/notification.entity");
16
+ const business_user_notification_preference_attributes_dto_1 = require("../dtos/business.user.notification.preference.attributes.dto");
17
+ const access_business_entity_1 = require("./access.business.entity");
18
+ let BusinessUserNotificationPreferenceEntity = class BusinessUserNotificationPreferenceEntity extends nestjs_utility_services_1.CommonEntity {
19
+ };
20
+ exports.BusinessUserNotificationPreferenceEntity = BusinessUserNotificationPreferenceEntity;
21
+ __decorate([
22
+ (0, typeorm_1.Column)(),
23
+ __metadata("design:type", Number)
24
+ ], BusinessUserNotificationPreferenceEntity.prototype, "business_id", void 0);
25
+ __decorate([
26
+ (0, typeorm_1.Column)(),
27
+ __metadata("design:type", Number)
28
+ ], BusinessUserNotificationPreferenceEntity.prototype, "user_id", void 0);
29
+ __decorate([
30
+ (0, typeorm_1.Column)(),
31
+ __metadata("design:type", Number)
32
+ ], BusinessUserNotificationPreferenceEntity.prototype, "channel_id", void 0);
33
+ __decorate([
34
+ (0, typeorm_1.Column)(),
35
+ __metadata("design:type", Number)
36
+ ], BusinessUserNotificationPreferenceEntity.prototype, "notification_id", void 0);
37
+ __decorate([
38
+ (0, typeorm_1.Column)(),
39
+ __metadata("design:type", Boolean)
40
+ ], BusinessUserNotificationPreferenceEntity.prototype, "active", void 0);
41
+ __decorate([
42
+ (0, typeorm_1.Column)('json'),
43
+ __metadata("design:type", business_user_notification_preference_attributes_dto_1.BusinessUserNotificationPreferenceAttributesDto)
44
+ ], BusinessUserNotificationPreferenceEntity.prototype, "attributes", void 0);
45
+ __decorate([
46
+ (0, typeorm_1.ManyToOne)(() => access_business_entity_1.AccessBusinessEntity),
47
+ (0, typeorm_1.JoinColumn)({ name: 'business_id' }),
48
+ __metadata("design:type", access_business_entity_1.AccessBusinessEntity)
49
+ ], BusinessUserNotificationPreferenceEntity.prototype, "business", void 0);
50
+ __decorate([
51
+ (0, typeorm_1.ManyToOne)(() => nestjs_utility_services_1.UserEntity),
52
+ (0, typeorm_1.JoinColumn)({ name: 'user_id' }),
53
+ __metadata("design:type", nestjs_utility_services_1.UserEntity)
54
+ ], BusinessUserNotificationPreferenceEntity.prototype, "user", void 0);
55
+ __decorate([
56
+ (0, typeorm_1.ManyToOne)(() => nestjs_utility_services_1.LookupValueEntity),
57
+ (0, typeorm_1.JoinColumn)({ name: 'channel_id' }),
58
+ __metadata("design:type", nestjs_utility_services_1.LookupValueEntity)
59
+ ], BusinessUserNotificationPreferenceEntity.prototype, "channel", void 0);
60
+ __decorate([
61
+ (0, typeorm_1.ManyToOne)(() => notification_entity_1.NotificationEntity),
62
+ (0, typeorm_1.JoinColumn)({ name: 'notification_id' }),
63
+ __metadata("design:type", nestjs_utility_services_1.LookupValueEntity)
64
+ ], BusinessUserNotificationPreferenceEntity.prototype, "notification", void 0);
65
+ exports.BusinessUserNotificationPreferenceEntity = BusinessUserNotificationPreferenceEntity = __decorate([
66
+ (0, typeorm_1.Entity)('bz_user_notification_preferences')
67
+ ], BusinessUserNotificationPreferenceEntity);
68
+ //# sourceMappingURL=business.user.notification.preference.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"business.user.notification.preference.entity.js","sourceRoot":"","sources":["../../../src/access/entities/business.user.notification.preference.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAAqG;AACrG,qCAAgE;AAChE,0FAAsF;AACtF,uIAA+H;AAC/H,qEAAgE;AASzD,IAAM,wCAAwC,GAA9C,MAAM,wCAAyC,SAAQ,sCAAY;CAwBzE,CAAA;AAxBY,4FAAwC;AAEjD;IADC,IAAA,gBAAM,GAAE;;6EACW;AAGpB;IADC,IAAA,gBAAM,GAAE;;yEACO;AAGhB;IADC,IAAA,gBAAM,GAAE;;4EACU;AAGnB;IADC,IAAA,gBAAM,GAAE;;iFACe;AAGxB;IADC,IAAA,gBAAM,GAAE;;wEACO;AAGhB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;8BACH,sGAA+C;4EAAC;AAGgB;IAA3E,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,6CAAoB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,aAAa,EAAE,CAAC;8BAAW,6CAAoB;0EAAC;AAC7C;IAA7D,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,oCAAU,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;8BAAO,oCAAU;sEAAC;AACP;IAAvE,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,2CAAiB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,YAAY,EAAE,CAAC;8BAAU,2CAAiB;yEAAC;AACrB;IAA7E,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,wCAAkB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,iBAAiB,EAAE,CAAC;8BAAe,2CAAiB;8EAAC;mDAvBrG,wCAAwC;IADpD,IAAA,gBAAM,EAAC,kCAAkC,CAAC;GAC9B,wCAAwC,CAwBpD"}
@@ -0,0 +1,13 @@
1
+ import { CommonEntity, LookupValueEntity, UserEntity } from '@servicelabsco/nestjs-utility-services';
2
+ import { BzNotificationChannelPreferenceAttributesDto } from '../dtos/bz.notification.channel.preference.attributes.dto';
3
+ import { AccessBusinessEntity } from './access.business.entity';
4
+ export declare class BzNotificationChannelPreferenceEntity extends CommonEntity {
5
+ business_id: number;
6
+ user_id: number;
7
+ channel_id: number;
8
+ active: boolean;
9
+ attributes: BzNotificationChannelPreferenceAttributesDto;
10
+ business: AccessBusinessEntity;
11
+ user: UserEntity;
12
+ channel: LookupValueEntity;
13
+ }
@@ -0,0 +1,59 @@
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.BzNotificationChannelPreferenceEntity = void 0;
13
+ const typeorm_1 = require("typeorm");
14
+ const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
15
+ const bz_notification_channel_preference_attributes_dto_1 = require("../dtos/bz.notification.channel.preference.attributes.dto");
16
+ const notification_entity_1 = require("../../accessUtility/entities/notification.entity");
17
+ const access_business_entity_1 = require("./access.business.entity");
18
+ let BzNotificationChannelPreferenceEntity = class BzNotificationChannelPreferenceEntity extends nestjs_utility_services_1.CommonEntity {
19
+ };
20
+ exports.BzNotificationChannelPreferenceEntity = BzNotificationChannelPreferenceEntity;
21
+ __decorate([
22
+ (0, typeorm_1.Column)(),
23
+ __metadata("design:type", Number)
24
+ ], BzNotificationChannelPreferenceEntity.prototype, "business_id", void 0);
25
+ __decorate([
26
+ (0, typeorm_1.Column)(),
27
+ __metadata("design:type", Number)
28
+ ], BzNotificationChannelPreferenceEntity.prototype, "user_id", void 0);
29
+ __decorate([
30
+ (0, typeorm_1.Column)(),
31
+ __metadata("design:type", Number)
32
+ ], BzNotificationChannelPreferenceEntity.prototype, "channel_id", void 0);
33
+ __decorate([
34
+ (0, typeorm_1.Column)(),
35
+ __metadata("design:type", Boolean)
36
+ ], BzNotificationChannelPreferenceEntity.prototype, "active", void 0);
37
+ __decorate([
38
+ (0, typeorm_1.Column)('json'),
39
+ __metadata("design:type", bz_notification_channel_preference_attributes_dto_1.BzNotificationChannelPreferenceAttributesDto)
40
+ ], BzNotificationChannelPreferenceEntity.prototype, "attributes", void 0);
41
+ __decorate([
42
+ (0, typeorm_1.ManyToOne)(() => access_business_entity_1.AccessBusinessEntity),
43
+ (0, typeorm_1.JoinColumn)({ name: 'business_id' }),
44
+ __metadata("design:type", access_business_entity_1.AccessBusinessEntity)
45
+ ], BzNotificationChannelPreferenceEntity.prototype, "business", void 0);
46
+ __decorate([
47
+ (0, typeorm_1.ManyToOne)(() => nestjs_utility_services_1.UserEntity),
48
+ (0, typeorm_1.JoinColumn)({ name: 'user_id' }),
49
+ __metadata("design:type", nestjs_utility_services_1.UserEntity)
50
+ ], BzNotificationChannelPreferenceEntity.prototype, "user", void 0);
51
+ __decorate([
52
+ (0, typeorm_1.ManyToOne)(() => notification_entity_1.NotificationEntity),
53
+ (0, typeorm_1.JoinColumn)({ name: 'channel_id' }),
54
+ __metadata("design:type", nestjs_utility_services_1.LookupValueEntity)
55
+ ], BzNotificationChannelPreferenceEntity.prototype, "channel", void 0);
56
+ exports.BzNotificationChannelPreferenceEntity = BzNotificationChannelPreferenceEntity = __decorate([
57
+ (0, typeorm_1.Entity)('bz_notification_channel_preferences')
58
+ ], BzNotificationChannelPreferenceEntity);
59
+ //# sourceMappingURL=bz.notification.channel.preference.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bz.notification.channel.preference.entity.js","sourceRoot":"","sources":["../../../src/access/entities/bz.notification.channel.preference.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAgE;AAChE,oFAAqG;AACrG,iIAAyH;AACzH,0FAAsF;AACtF,qEAAgE;AASzD,IAAM,qCAAqC,GAA3C,MAAM,qCAAsC,SAAQ,sCAAY;CAoBtE,CAAA;AApBY,sFAAqC;AAE9C;IADC,IAAA,gBAAM,GAAE;;0EACW;AAGpB;IADC,IAAA,gBAAM,GAAE;;sEACO;AAGhB;IADC,IAAA,gBAAM,GAAE;;yEACU;AAGnB;IADC,IAAA,gBAAM,GAAE;;qEACO;AAGhB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;8BACH,gGAA4C;yEAAC;AAGmB;IAA3E,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,6CAAoB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,aAAa,EAAE,CAAC;8BAAW,6CAAoB;uEAAC;AAC7C;IAA7D,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,oCAAU,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;8BAAO,oCAAU;mEAAC;AACN;IAAxE,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,wCAAkB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,YAAY,EAAE,CAAC;8BAAU,2CAAiB;sEAAC;gDAnB3F,qCAAqC;IADjD,IAAA,gBAAM,EAAC,qCAAqC,CAAC;GACjC,qCAAqC,CAoBjD"}
@@ -10,7 +10,9 @@ export * from './business.menu.entity';
10
10
  export * from './business.preference.entity';
11
11
  export * from './business.user.entity';
12
12
  export * from './business.user.group.entity';
13
+ export * from './business.user.notification.preference.entity';
13
14
  export * from './business.user.role.entity';
15
+ export * from './bz.notification.channel.preference.entity';
14
16
  export * from './child.menu.entity';
15
17
  export * from './choice.list.entity';
16
18
  export * from './choice.type.entity';
@@ -26,7 +26,9 @@ __exportStar(require("./business.menu.entity"), exports);
26
26
  __exportStar(require("./business.preference.entity"), exports);
27
27
  __exportStar(require("./business.user.entity"), exports);
28
28
  __exportStar(require("./business.user.group.entity"), exports);
29
+ __exportStar(require("./business.user.notification.preference.entity"), exports);
29
30
  __exportStar(require("./business.user.role.entity"), exports);
31
+ __exportStar(require("./bz.notification.channel.preference.entity"), exports);
30
32
  __exportStar(require("./child.menu.entity"), exports);
31
33
  __exportStar(require("./choice.list.entity"), exports);
32
34
  __exportStar(require("./choice.type.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,0DAAwC;AAAA,+DAA6C;AAAA,yDAAuC;AAAA,+DAA6C;AAAA,yDAAuC;AAAA,+DAA6C;AAAA,8DAA4C;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,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,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,wDAAsC;AAAA,wDAAsC;AAAA,4DAA0C;AAAA,+DAA6C;AAAA,6DAA0C"}
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,0DAAwC;AAAA,+DAA6C;AAAA,yDAAuC;AAAA,+DAA6C;AAAA,yDAAuC;AAAA,+DAA6C;AAAA,iFAA+D;AAAA,8DAA4C;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,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,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,wDAAsC;AAAA,wDAAsC;AAAA,4DAA0C;AAAA,+DAA6C;AAAA,6DAA0C"}
@@ -1,4 +1,5 @@
1
1
  export * from './custom.column.type.enum';
2
+ export * from './notification.channel.type.enum';
2
3
  export * from './notification.type.enum';
3
4
  export * from './platform.type.enum';
4
5
  export * from './recurring.period.enum';
@@ -15,6 +15,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./custom.column.type.enum"), exports);
18
+ __exportStar(require("./notification.channel.type.enum"), exports);
18
19
  __exportStar(require("./notification.type.enum"), exports);
19
20
  __exportStar(require("./platform.type.enum"), exports);
20
21
  __exportStar(require("./recurring.period.enum"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/access/enums/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4DAA0C;AAAA,2DAAyC;AAAA,uDAAqC;AAAA,0DAAuC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/access/enums/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4DAA0C;AAAA,mEAAiD;AAAA,2DAAyC;AAAA,uDAAqC;AAAA,0DAAuC"}
@@ -0,0 +1,7 @@
1
+ export declare enum NotificationChannelTypeEnum {
2
+ SLACK = 5000,
3
+ EMAIL = 5001,
4
+ WHATSAPP = 5002,
5
+ TEAMS = 5003,
6
+ GCHAT = 5004
7
+ }
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.NotificationChannelTypeEnum = void 0;
4
+ var NotificationChannelTypeEnum;
5
+ (function (NotificationChannelTypeEnum) {
6
+ NotificationChannelTypeEnum[NotificationChannelTypeEnum["SLACK"] = 5000] = "SLACK";
7
+ NotificationChannelTypeEnum[NotificationChannelTypeEnum["EMAIL"] = 5001] = "EMAIL";
8
+ NotificationChannelTypeEnum[NotificationChannelTypeEnum["WHATSAPP"] = 5002] = "WHATSAPP";
9
+ NotificationChannelTypeEnum[NotificationChannelTypeEnum["TEAMS"] = 5003] = "TEAMS";
10
+ NotificationChannelTypeEnum[NotificationChannelTypeEnum["GCHAT"] = 5004] = "GCHAT";
11
+ })(NotificationChannelTypeEnum || (exports.NotificationChannelTypeEnum = NotificationChannelTypeEnum = {}));
12
+ //# sourceMappingURL=notification.channel.type.enum.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"notification.channel.type.enum.js","sourceRoot":"","sources":["../../../src/access/enums/notification.channel.type.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,2BAMX;AAND,WAAY,2BAA2B;IACnC,kFAAY,CAAA;IACZ,kFAAY,CAAA;IACZ,wFAAe,CAAA;IACf,kFAAY,CAAA;IACZ,kFAAY,CAAA;AAChB,CAAC,EANW,2BAA2B,2CAA3B,2BAA2B,QAMtC"}
@@ -4,8 +4,10 @@ import { ApiAccountController } from './controllers/api.account.controller';
4
4
  import { BulkUploadController } from './controllers/bulk.upload.controller';
5
5
  import { BulkUploadItemController } from './controllers/bulk.upload.item.controller';
6
6
  import { BusinessAppIntegrationController } from './controllers/business.app.integration.controller';
7
+ import { BusinessNotificationChannelPreferenceController } from './controllers/business.notification.channel.preference.controller';
7
8
  import { BusinessPreferenceController } from './controllers/business.preference.controller';
8
9
  import { BusinessUserGroupController } from './controllers/business.user.group.controller';
10
+ import { BusinessUserNotificationPreferenceController } from './controllers/business.user.notification.preference.controller';
9
11
  import { ChoiceListController } from './controllers/choice.list.controller';
10
12
  import { ChoiceTypeController } from './controllers/choice.type.controller';
11
13
  import { CommonWebhookController } from './controllers/common.webhook.controller';
@@ -70,6 +72,7 @@ import { BusinessGroupRoleEntity } from './entities/business.group.role.entity';
70
72
  import { BusinessMenuEntity } from './entities/business.menu.entity';
71
73
  import { BusinessUserEntity } from './entities/business.user.entity';
72
74
  import { BusinessUserRoleEntity } from './entities/business.user.role.entity';
75
+ import { BzNotificationChannelPreferenceEntity } from './entities/bz.notification.channel.preference.entity';
73
76
  import { ChildMenuEntity } from './entities/child.menu.entity';
74
77
  import { ConversationEntity } from './entities/conversation.entity';
75
78
  import { DashboardComponentEntity } from './entities/dashboard.component.entity';
@@ -105,6 +108,7 @@ import { WebhookSlugEntity } from './entities/webhook.slug.entity';
105
108
  import { WhatsappMessageEntity } from './entities/whatsapp.message.entity';
106
109
  import { WhatsappPreferenceEntity } from './entities/whatsapp.preference.entity';
107
110
  import { CustomColumnTypeEnum } from './enums/custom.column.type.enum';
111
+ import { NotificationChannelTypeEnum } from './enums/notification.channel.type.enum';
108
112
  import { NotificationTypeEnum } from './enums/notification.type.enum';
109
113
  import { PlatformTypeEnum } from './enums/platform.type.enum';
110
114
  import { RecurringPeriodEnum } from './enums/recurring.period.enum';
@@ -120,7 +124,9 @@ import { BusinessMenuJob } from './jobs/business.menu.job';
120
124
  import { BusinessPreferenceJob } from './jobs/business.preference.job';
121
125
  import { BusinessUserGroupJob } from './jobs/business.user.group.job';
122
126
  import { BusinessUserJob } from './jobs/business.user.job';
127
+ import { BusinessUserNotificationPreferenceJob } from './jobs/business.user.notification.preference.job';
123
128
  import { BusinessUserRoleJob } from './jobs/business.user.role.job';
129
+ import { BzNotificationChannelPreferenceJob } from './jobs/bz.notification.channel.preference.job';
124
130
  import { ChildMenuJob } from './jobs/child.menu.job';
125
131
  import { ChoiceListJob } from './jobs/choice.list.job';
126
132
  import { ChoiceTypeJob } from './jobs/choice.type.job';
@@ -181,6 +187,8 @@ import { WebhookTypeJob } from './jobs/webhook.type.job';
181
187
  import { WhatsappIncomingWebhookJob } from './jobs/whatsapp.incoming.webhook.job';
182
188
  import { WhatsappMessageJob } from './jobs/whatsapp.message.job';
183
189
  import { WhatsappTemplateJob } from './jobs/whatsapp.template.job';
190
+ import { ProcessBusinessNotificationChannelPreferenceList } from './libraries/business.notification.channel.preference.list';
191
+ import { ProcessBusinessUserNotificationPreferenceList } from './libraries/business.user.notification.preference.list';
184
192
  import { CommonTagController } from './libraries/common.tag.controller';
185
193
  import { ConversationController } from './libraries/conversation.controller';
186
194
  import { ProcessApiAccountData } from './libraries/process.api.account.data';
@@ -202,8 +210,8 @@ import { ProcessCreateDashboardComponent } from './libraries/process.create.dash
202
210
  import { ProcessCustomFieldCreation } from './libraries/process.custom.field.creation';
203
211
  import { ProcessCustomFieldList } from './libraries/process.custom.field.list';
204
212
  import { ProcessDashboardComponent } from './libraries/process.dashboard.component';
205
- import { ProcessDashboardReportData } from './libraries/process.dashboard.report.data';
206
213
  import { ProcessDashboardReport } from './libraries/process.dashboard.report';
214
+ import { ProcessDashboardReportData } from './libraries/process.dashboard.report.data';
207
215
  import { ProcessDateFilter } from './libraries/process.date.filter';
208
216
  import { ProcessDbFind } from './libraries/process.db.find';
209
217
  import { ProcessDownloadLogList } from './libraries/process.download.log.list';
@@ -274,8 +282,10 @@ import { BusinessGroupRoleSubscriber } from './subscribers/business.group.role.s
274
282
  import { BusinessMenuSubscriber } from './subscribers/business.menu.subscriber';
275
283
  import { BusinessPreferenceSubscriber } from './subscribers/business.preference.subscriber';
276
284
  import { BusinessUserGroupSubscriber } from './subscribers/business.user.group.subscriber';
285
+ import { BusinessUserNotificationPreferenceSubscriber } from './subscribers/business.user.notification.preference.subscriber';
277
286
  import { BusinessUserRoleSubscriber } from './subscribers/business.user.role.subscriber';
278
287
  import { BusinessUserSubscriber } from './subscribers/business.user.subscriber';
288
+ import { BzNotificationChannelPreferenceSubscriber } from './subscribers/bz.notification.channel.preference.subscriber';
279
289
  import { ChildMenuSubscriber } from './subscribers/child.menu.subscriber';
280
290
  import { ChoiceListSubscriber } from './subscribers/choice.list.subscriber';
281
291
  import { ChoiceTypeSubscriber } from './subscribers/choice.type.subscriber';
@@ -333,14 +343,14 @@ import { WhatsappMessageSubscriber } from './subscribers/whatsapp.message.subscr
333
343
  import { WhatsappTemplateSubscriber } from './subscribers/whatsapp.template.subscriber';
334
344
  declare const es6Classes: {
335
345
  commands: (typeof WebhookPollCommand)[];
336
- controllers: (typeof AccessMenuController | typeof ApiAccountController | typeof BulkUploadController | typeof BulkUploadItemController | typeof BusinessAppIntegrationController | typeof BusinessPreferenceController | typeof BusinessUserGroupController | typeof ChoiceListController | typeof ChoiceTypeController | typeof CommonWebhookController | typeof CustomFieldController | typeof DashboardBuilderController | typeof DashboardComponentController | typeof DashboardController | typeof DashboardReportController | typeof DeveloperModeController | typeof DownloadLogController | typeof FcmTokenController | typeof GroupMemberController | typeof GroupRoleController | typeof ListingController | typeof ListingPreferenceController | typeof ScheduledReportController | typeof ScheduledReportItemController | typeof TagController | typeof UserNotificationController | typeof UserPreferenceController)[];
346
+ controllers: (typeof AccessMenuController | typeof ApiAccountController | typeof BulkUploadController | typeof BulkUploadItemController | typeof BusinessAppIntegrationController | typeof BusinessNotificationChannelPreferenceController | typeof BusinessPreferenceController | typeof BusinessUserGroupController | typeof BusinessUserNotificationPreferenceController | typeof ChoiceListController | typeof ChoiceTypeController | typeof CommonWebhookController | typeof CustomFieldController | typeof DashboardBuilderController | typeof DashboardComponentController | typeof DashboardController | typeof DashboardReportController | typeof DeveloperModeController | typeof DownloadLogController | typeof FcmTokenController | typeof GroupMemberController | typeof GroupRoleController | typeof ListingController | typeof ListingPreferenceController | typeof ScheduledReportController | typeof ScheduledReportItemController | typeof TagController | typeof UserNotificationController | typeof UserPreferenceController)[];
337
347
  dtos: (typeof FcmTemplateAttributesDto | typeof NotificationPayloadDto | typeof SendEmailNotificationDataDto | typeof GchatPostingPayloadDto | typeof AddShortUrlDto | typeof BankAccountPayloadDto | typeof RecurringDefinitionDto | typeof AccessBusinessParamDto | typeof DateRangeFilterDto | typeof DateFilterDto | typeof ListResponseFormatDto | typeof NumberRangeFilterDto | typeof CommonListFilterDto | typeof DbFindDto | typeof ListResponseDto | typeof AddListingPreferenceDto | typeof ProcessCommonListConfigDto | typeof AddBusinessPreferenceDto | 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 ServerEmailRecipientsDto | typeof ServerEmailMessageDto | typeof SlackMessageDataDto)[];
338
- entities: (typeof AccessBusinessEntity | typeof BusinessUserEntity | typeof ProductEntity | typeof GchatUserEntity | typeof GchatMessageEntity | typeof GchatWebhookMessageEntity | typeof SlackIntegrationEntity | typeof SlackMessageEntity | typeof SlackUserEntity | typeof WhatsappMessageEntity | typeof WhatsappPreferenceEntity | typeof FcmMessageEntity | typeof FcmTokenEntity | typeof BusinessAppIntegrationCredentialEntity | typeof BusinessAppIntegrationMessagesEntity | typeof BusinessEmailEntity | typeof BusinessGroupRoleEntity | typeof MenuRoleEntity | typeof MenuEntity | typeof UiActionRoleEntity | typeof MenuActionEntity | typeof ChildMenuEntity | typeof BusinessMenuEntity | typeof GroupRoleEntity | typeof BusinessUserRoleEntity | typeof ConversationEntity | typeof DashboardComponentEntity | typeof DownloadLogEntity | typeof EmailRecipientEntity | typeof EmailMessageEntity | typeof GroupMemberEntity | typeof PreferenceUserEntity | typeof PreferenceUserGroupEntity | typeof ModuleMenuEntity | typeof ScheduledReportEntity | typeof ScheduledReportEmailEntity | typeof ScheduledReportItemEntity | typeof SlackWebhookMessageEntity | typeof UserNotificationEntity | typeof UserRoleEntity | typeof WatchlistAssignmentEntity | typeof WebhookSlugEntity)[];
339
- enums: (typeof NotificationTypeEnum | typeof RecurringPeriodEnum | typeof CustomColumnTypeEnum | typeof PlatformTypeEnum)[];
340
- jobs: (typeof AccessTestJob | typeof ApiAccountJob | typeof AppIntegrationJob | typeof BusinessAppIntegrationCredentialJob | typeof BusinessAppIntegrationJob | typeof BusinessAppIntegrationMessagesJob | typeof BusinessEmailJob | typeof BusinessGroupRoleJob | typeof BusinessMenuJob | typeof BusinessPreferenceJob | typeof BusinessUserGroupJob | typeof BusinessUserJob | typeof BusinessUserRoleJob | 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 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 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 WebhookSlugJob | typeof WebhookTypeJob | typeof WhatsappIncomingWebhookJob | typeof WhatsappMessageJob | typeof WhatsappTemplateJob)[];
341
- libraries: (typeof ProcessEmailNotification | typeof SendEmailNotification | typeof SendGchatMessageNotification | typeof SendGchatWebhookNotification | typeof SendSlackMessageNotification | typeof SendSlackWebhookNotification | typeof SendWhatsappMessageNotification | typeof SendFcmNotification | typeof ProcessApplicationMenu | typeof ProcessMenuDetails | typeof ProcessApiAccountData | typeof ProcessListingCsvFile | typeof ProcessDateFilter | typeof ProcessCommonList | typeof ProcessApiAccountList | typeof ProcessDbFind | typeof ProcessBulkUploadList | typeof ProcessBulkUploadItemList | typeof ProcessWhatsappIntegration | typeof ProcessAppIntegration | typeof ProcessBusinessUserGroupList | typeof ProcessUserGroupCreation | 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 SetFcmToken | typeof ProcessGroupMemberList | typeof ProcessGroupRoleList | typeof ProcessPreferenceData | typeof ProcessScheduledReportData | typeof ProcessScheduledReportList | typeof ProcessScheduledReportItemList | typeof ProcessUserNotificationList | typeof ProcessRevokeSlackIntegration | typeof ProcessBusinessGroupRoleUpdation | typeof ProcessBusinessUserRoleUpdate | typeof ProcessGroupMemberUpdation | typeof SyncBusinessUserRole | typeof CommonTagController | typeof ProcessConversationData | typeof ConversationController | typeof ValidateCustomFieldData | typeof ProcessCommonCustomField | typeof ProcessNotification | typeof ProcessSlackMessage | typeof ProcessTestList)[];
348
+ entities: (typeof AccessBusinessEntity | typeof BusinessUserEntity | typeof ProductEntity | typeof GchatUserEntity | typeof GchatMessageEntity | typeof GchatWebhookMessageEntity | typeof SlackIntegrationEntity | typeof SlackMessageEntity | typeof SlackUserEntity | typeof WhatsappMessageEntity | typeof WhatsappPreferenceEntity | typeof FcmMessageEntity | typeof FcmTokenEntity | typeof BusinessAppIntegrationCredentialEntity | typeof BusinessAppIntegrationMessagesEntity | typeof BusinessEmailEntity | typeof BusinessGroupRoleEntity | typeof MenuRoleEntity | typeof MenuEntity | typeof UiActionRoleEntity | typeof MenuActionEntity | typeof ChildMenuEntity | typeof BusinessMenuEntity | typeof GroupRoleEntity | typeof BusinessUserRoleEntity | typeof BzNotificationChannelPreferenceEntity | typeof ConversationEntity | typeof DashboardComponentEntity | typeof DownloadLogEntity | typeof EmailRecipientEntity | typeof EmailMessageEntity | typeof GroupMemberEntity | typeof PreferenceUserEntity | typeof PreferenceUserGroupEntity | typeof ModuleMenuEntity | typeof ScheduledReportEntity | typeof ScheduledReportEmailEntity | typeof ScheduledReportItemEntity | typeof SlackWebhookMessageEntity | typeof UserNotificationEntity | typeof UserRoleEntity | typeof WatchlistAssignmentEntity | typeof WebhookSlugEntity)[];
349
+ enums: (typeof NotificationTypeEnum | typeof RecurringPeriodEnum | typeof NotificationChannelTypeEnum | typeof CustomColumnTypeEnum | typeof PlatformTypeEnum)[];
350
+ jobs: (typeof AccessTestJob | typeof ApiAccountJob | typeof AppIntegrationJob | typeof BusinessAppIntegrationCredentialJob | typeof BusinessAppIntegrationJob | typeof BusinessAppIntegrationMessagesJob | typeof BusinessEmailJob | typeof BusinessGroupRoleJob | typeof BusinessMenuJob | typeof BusinessPreferenceJob | typeof BusinessUserGroupJob | typeof BusinessUserJob | typeof BusinessUserNotificationPreferenceJob | typeof BusinessUserRoleJob | 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 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 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 WebhookSlugJob | typeof WebhookTypeJob | typeof WhatsappIncomingWebhookJob | typeof WhatsappMessageJob | typeof WhatsappTemplateJob)[];
351
+ libraries: (typeof ProcessEmailNotification | typeof SendEmailNotification | typeof SendGchatMessageNotification | typeof SendGchatWebhookNotification | typeof SendSlackMessageNotification | typeof SendSlackWebhookNotification | typeof SendWhatsappMessageNotification | typeof SendFcmNotification | typeof ProcessApplicationMenu | typeof ProcessMenuDetails | typeof ProcessApiAccountData | typeof ProcessListingCsvFile | typeof ProcessDateFilter | typeof ProcessCommonList | 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 SetFcmToken | typeof ProcessGroupMemberList | typeof ProcessGroupRoleList | typeof ProcessPreferenceData | typeof ProcessScheduledReportData | typeof ProcessScheduledReportList | typeof ProcessScheduledReportItemList | typeof ProcessUserNotificationList | typeof ProcessRevokeSlackIntegration | typeof ProcessBusinessGroupRoleUpdation | typeof ProcessBusinessUserRoleUpdate | typeof ProcessGroupMemberUpdation | typeof SyncBusinessUserRole | typeof CommonTagController | typeof ProcessConversationData | typeof ConversationController | typeof ValidateCustomFieldData | typeof ProcessCommonCustomField | typeof ProcessNotification | typeof ProcessSlackMessage | typeof ProcessTestList)[];
342
352
  middlewares: (typeof BusinessMiddleware | typeof ExternalAccessMiddleware)[];
343
353
  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 UserNotificationService | typeof UserPreferenceService)[];
344
- subscribers: (typeof ApiAccountSubscriber | typeof AppIntegrationSubscriber | typeof BusinessAppIntegrationCredentialSubscriber | typeof BusinessAppIntegrationMessagesSubscriber | typeof BusinessAppIntegrationSubscriber | typeof BusinessEmailSubscriber | typeof BusinessGroupRoleSubscriber | typeof BusinessMenuSubscriber | typeof BusinessPreferenceSubscriber | typeof BusinessUserGroupSubscriber | typeof BusinessUserRoleSubscriber | typeof BusinessUserSubscriber | 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 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 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 WebhookSlugSubscriber | typeof WebhookTypeSubscriber | typeof WhatsappMessageSubscriber | typeof WhatsappTemplateSubscriber)[];
354
+ subscribers: (typeof ApiAccountSubscriber | typeof AppIntegrationSubscriber | typeof BusinessAppIntegrationCredentialSubscriber | typeof BusinessAppIntegrationMessagesSubscriber | typeof BusinessAppIntegrationSubscriber | typeof BusinessEmailSubscriber | typeof BusinessGroupRoleSubscriber | typeof BusinessMenuSubscriber | typeof BusinessPreferenceSubscriber | typeof BusinessUserGroupSubscriber | typeof BusinessUserNotificationPreferenceSubscriber | typeof BusinessUserRoleSubscriber | typeof BusinessUserSubscriber | 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 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 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 WebhookSlugSubscriber | typeof WebhookTypeSubscriber | typeof WhatsappMessageSubscriber | typeof WhatsappTemplateSubscriber)[];
345
355
  };
346
356
  export default es6Classes;