@servicelabsco/slabs-access-manager 0.1.53 → 0.1.55

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 (114) hide show
  1. package/dist/access/dtos/business.email.attributes.dto.d.ts +3 -0
  2. package/dist/access/dtos/business.email.attributes.dto.js +8 -0
  3. package/dist/access/dtos/business.email.attributes.dto.js.map +1 -0
  4. package/dist/access/dtos/email.attachment.attributes.dto.d.ts +5 -0
  5. package/dist/access/dtos/email.attachment.attributes.dto.js +8 -0
  6. package/dist/access/dtos/email.attachment.attributes.dto.js.map +1 -0
  7. package/dist/access/dtos/email.message.attributes.dto.d.ts +8 -0
  8. package/dist/access/dtos/email.message.attributes.dto.js +29 -0
  9. package/dist/access/dtos/email.message.attributes.dto.js.map +1 -0
  10. package/dist/access/dtos/email.recipient.attributes.dto.d.ts +4 -0
  11. package/dist/access/dtos/email.recipient.attributes.dto.js +8 -0
  12. package/dist/access/dtos/email.recipient.attributes.dto.js.map +1 -0
  13. package/dist/access/dtos/index.d.ts +5 -0
  14. package/dist/access/dtos/index.js +5 -0
  15. package/dist/access/dtos/index.js.map +1 -1
  16. package/dist/access/dtos/watchlist.assignment.attributes.dto.d.ts +3 -0
  17. package/dist/access/dtos/watchlist.assignment.attributes.dto.js +8 -0
  18. package/dist/access/dtos/watchlist.assignment.attributes.dto.js.map +1 -0
  19. package/dist/access/entities/business.email.entity.d.ts +13 -0
  20. package/dist/access/entities/business.email.entity.js +56 -0
  21. package/dist/access/entities/business.email.entity.js.map +1 -0
  22. package/dist/access/entities/email.attachment.entity.d.ts +10 -0
  23. package/dist/access/entities/email.attachment.entity.js +44 -0
  24. package/dist/access/entities/email.attachment.entity.js.map +1 -0
  25. package/dist/access/entities/email.message.entity.d.ts +23 -0
  26. package/dist/access/entities/email.message.entity.js +90 -0
  27. package/dist/access/entities/email.message.entity.js.map +1 -0
  28. package/dist/access/entities/email.recipient.entity.d.ts +10 -0
  29. package/dist/access/entities/email.recipient.entity.js +44 -0
  30. package/dist/access/entities/email.recipient.entity.js.map +1 -0
  31. package/dist/access/entities/index.d.ts +5 -0
  32. package/dist/access/entities/index.js +5 -0
  33. package/dist/access/entities/index.js.map +1 -1
  34. package/dist/access/entities/watchlist.assignment.entity.d.ts +12 -0
  35. package/dist/access/entities/watchlist.assignment.entity.js +55 -0
  36. package/dist/access/entities/watchlist.assignment.entity.js.map +1 -0
  37. package/dist/access/es6.classes.d.ts +21 -6
  38. package/dist/access/es6.classes.js +42 -0
  39. package/dist/access/es6.classes.js.map +1 -1
  40. package/dist/access/jobs/business.email.job.d.ts +7 -0
  41. package/dist/access/jobs/business.email.job.js +29 -0
  42. package/dist/access/jobs/business.email.job.js.map +1 -0
  43. package/dist/access/jobs/email.attachment.job.d.ts +7 -0
  44. package/dist/access/jobs/email.attachment.job.js +29 -0
  45. package/dist/access/jobs/email.attachment.job.js.map +1 -0
  46. package/dist/access/jobs/email.message.job.d.ts +7 -0
  47. package/dist/access/jobs/email.message.job.js +29 -0
  48. package/dist/access/jobs/email.message.job.js.map +1 -0
  49. package/dist/access/jobs/email.recipient.job.d.ts +7 -0
  50. package/dist/access/jobs/email.recipient.job.js +29 -0
  51. package/dist/access/jobs/email.recipient.job.js.map +1 -0
  52. package/dist/access/jobs/index.d.ts +5 -0
  53. package/dist/access/jobs/index.js +5 -0
  54. package/dist/access/jobs/index.js.map +1 -1
  55. package/dist/access/jobs/watchlist.assignment.job.d.ts +9 -0
  56. package/dist/access/jobs/watchlist.assignment.job.js +44 -0
  57. package/dist/access/jobs/watchlist.assignment.job.js.map +1 -0
  58. package/dist/access/services/es6.jobs.service.d.ts +11 -1
  59. package/dist/access/services/es6.jobs.service.js +23 -3
  60. package/dist/access/services/es6.jobs.service.js.map +1 -1
  61. package/dist/access/services/index.d.ts +1 -0
  62. package/dist/access/services/index.js +1 -0
  63. package/dist/access/services/index.js.map +1 -1
  64. package/dist/access/services/utility.service.d.ts +5 -0
  65. package/dist/access/services/utility.service.js +27 -0
  66. package/dist/access/services/utility.service.js.map +1 -0
  67. package/dist/access/subscribers/business.email.subscriber.d.ts +12 -0
  68. package/dist/access/subscribers/business.email.subscriber.js +40 -0
  69. package/dist/access/subscribers/business.email.subscriber.js.map +1 -0
  70. package/dist/access/subscribers/email.attachment.subscriber.d.ts +12 -0
  71. package/dist/access/subscribers/email.attachment.subscriber.js +40 -0
  72. package/dist/access/subscribers/email.attachment.subscriber.js.map +1 -0
  73. package/dist/access/subscribers/email.message.subscriber.d.ts +12 -0
  74. package/dist/access/subscribers/email.message.subscriber.js +40 -0
  75. package/dist/access/subscribers/email.message.subscriber.js.map +1 -0
  76. package/dist/access/subscribers/email.recipient.subscriber.d.ts +12 -0
  77. package/dist/access/subscribers/email.recipient.subscriber.js +40 -0
  78. package/dist/access/subscribers/email.recipient.subscriber.js.map +1 -0
  79. package/dist/access/subscribers/index.d.ts +5 -0
  80. package/dist/access/subscribers/index.js +5 -0
  81. package/dist/access/subscribers/index.js.map +1 -1
  82. package/dist/access/subscribers/watchlist.assignment.subscriber.d.ts +12 -0
  83. package/dist/access/subscribers/watchlist.assignment.subscriber.js +40 -0
  84. package/dist/access/subscribers/watchlist.assignment.subscriber.js.map +1 -0
  85. package/dist/config/entity.constants.d.ts +10 -0
  86. package/dist/config/entity.constants.js +10 -0
  87. package/dist/config/entity.constants.js.map +1 -1
  88. package/dist/migrations/1684526471386-CreateWatchlistAssignmentTable.d.ts +5 -0
  89. package/dist/migrations/1684526471386-CreateWatchlistAssignmentTable.js +21 -0
  90. package/dist/migrations/1684526471386-CreateWatchlistAssignmentTable.js.map +1 -0
  91. package/dist/migrations/1689305975277-CreateBusinessEmailTable.d.ts +5 -0
  92. package/dist/migrations/1689305975277-CreateBusinessEmailTable.js +22 -0
  93. package/dist/migrations/1689305975277-CreateBusinessEmailTable.js.map +1 -0
  94. package/dist/migrations/1689317203054-CreateEmailMessageTable.d.ts +5 -0
  95. package/dist/migrations/1689317203054-CreateEmailMessageTable.js +25 -0
  96. package/dist/migrations/1689317203054-CreateEmailMessageTable.js.map +1 -0
  97. package/dist/migrations/1689317391541-CreateEmailRecipientTable.d.ts +5 -0
  98. package/dist/migrations/1689317391541-CreateEmailRecipientTable.js +20 -0
  99. package/dist/migrations/1689317391541-CreateEmailRecipientTable.js.map +1 -0
  100. package/dist/migrations/1689317476761-CreateEmailAttachmentTable.d.ts +5 -0
  101. package/dist/migrations/1689317476761-CreateEmailAttachmentTable.js +20 -0
  102. package/dist/migrations/1689317476761-CreateEmailAttachmentTable.js.map +1 -0
  103. package/dist/migrations/1696962391164-AddMessageIdentifierBzEmailMessagesTable.d.ts +5 -0
  104. package/dist/migrations/1696962391164-AddMessageIdentifierBzEmailMessagesTable.js +20 -0
  105. package/dist/migrations/1696962391164-AddMessageIdentifierBzEmailMessagesTable.js.map +1 -0
  106. package/dist/migrations/1698908135275-AddEmailColumnUtlWatchlistAssignmentsTable.d.ts +5 -0
  107. package/dist/migrations/1698908135275-AddEmailColumnUtlWatchlistAssignmentsTable.js +15 -0
  108. package/dist/migrations/1698908135275-AddEmailColumnUtlWatchlistAssignmentsTable.js.map +1 -0
  109. package/dist/migrations/1698908871237-AddUserIdColumnBzBusinessEmailsTable.d.ts +5 -0
  110. package/dist/migrations/1698908871237-AddUserIdColumnBzBusinessEmailsTable.js +15 -0
  111. package/dist/migrations/1698908871237-AddUserIdColumnBzBusinessEmailsTable.js.map +1 -0
  112. package/dist/migrations/1700810225363-CreateBulkUploadTypeTable.js +2 -2
  113. package/dist/migrations/1700810225363-CreateBulkUploadTypeTable.js.map +1 -1
  114. package/package.json +1 -1
@@ -11,10 +11,10 @@ import { AddBusinessPreferenceDto } from './dtos/add.business.preference.dto';
11
11
  import { AddConversationDto } from './dtos/add.conversation.dto';
12
12
  import { AddListingPreferenceDto } from './dtos/add.listing.preference.dto';
13
13
  import { AddScheduledReportDto } from './dtos/add.scheduled.report.dto';
14
+ import { BusinessEmailAttributesDto } from './dtos/business.email.attributes.dto';
14
15
  import { CommonListFilterDto } from './dtos/common.list.filter.dto';
15
16
  import { DateFilterDto } from './dtos/date.filter.dto';
16
17
  import { DateRangeFilterDto } from './dtos/date.range.filter.dto';
17
- import { GroupRoleAttributesDto } from './dtos/group.role.attributes.dto';
18
18
  import { ListResponseDto } from './dtos/list.response.dto';
19
19
  import { ListResponseFormatDto } from './dtos/list.response.format.dto';
20
20
  import { NumberRangeFilterDto } from './dtos/number.range.filter.dto';
@@ -23,6 +23,7 @@ import { ProcessListingPayloadDto } from './dtos/process.listing.payload.dto';
23
23
  import { StringSearchDto } from './dtos/string.search.dto';
24
24
  import { TaggedUserDto } from './dtos/tagged.user.dto';
25
25
  import { AccessBusinessEntity } from './entities/access.business.entity';
26
+ import { BusinessEmailEntity } from './entities/business.email.entity';
26
27
  import { BusinessGroupRoleEntity } from './entities/business.group.role.entity';
27
28
  import { BusinessUserEntity } from './entities/business.user.entity';
28
29
  import { BusinessUserRoleEntity } from './entities/business.user.role.entity';
@@ -30,6 +31,8 @@ import { ChildMenuEntity } from './entities/child.menu.entity';
30
31
  import { ConversationEntity } from './entities/conversation.entity';
31
32
  import { DashboardComponentEntity } from './entities/dashboard.component.entity';
32
33
  import { DownloadLogEntity } from './entities/download.log.entity';
34
+ import { EmailMessageEntity } from './entities/email.message.entity';
35
+ import { EmailRecipientEntity } from './entities/email.recipient.entity';
33
36
  import { GroupMemberEntity } from './entities/group.member.entity';
34
37
  import { GroupRoleEntity } from './entities/group.role.entity';
35
38
  import { ListingPreferenceEntity } from './entities/listing.preference.entity';
@@ -43,6 +46,8 @@ import { ProductEntity } from './entities/product.entity';
43
46
  import { ScheduledReportEntity } from './entities/scheduled.report.entity';
44
47
  import { UiActionRoleEntity } from './entities/ui.action.role.entity';
45
48
  import { UserRoleEntity } from './entities/user.role.entity';
49
+ import { WatchlistAssignmentEntity } from './entities/watchlist.assignment.entity';
50
+ import { BusinessEmailJob } from './jobs/business.email.job';
46
51
  import { BusinessGroupRoleJob } from './jobs/business.group.role.job';
47
52
  import { BusinessPreferenceJob } from './jobs/business.preference.job';
48
53
  import { BusinessUserGroupJob } from './jobs/business.user.group.job';
@@ -54,6 +59,9 @@ import { CustomReportJob } from './jobs/custom.report.job';
54
59
  import { DashboardComponentJob } from './jobs/dashboard.component.job';
55
60
  import { DashboardJob } from './jobs/dashboard.job';
56
61
  import { DownloadLogJob } from './jobs/download.log.job';
62
+ import { EmailAttachmentJob } from './jobs/email.attachment.job';
63
+ import { EmailMessageJob } from './jobs/email.message.job';
64
+ import { EmailRecipientJob } from './jobs/email.recipient.job';
57
65
  import { GroupMemberJob } from './jobs/group.member.job';
58
66
  import { GroupRoleJob } from './jobs/group.role.job';
59
67
  import { ListPreferenceJob } from './jobs/list.preference.job';
@@ -75,6 +83,7 @@ import { UiActionJob } from './jobs/ui.action.job';
75
83
  import { UiActionRoleJob } from './jobs/ui.action.role.job';
76
84
  import { UserPreferenceJob } from './jobs/user.preference.job';
77
85
  import { UserRoleJob } from './jobs/user.role.job';
86
+ import { WatchlistAssignmentJob } from './jobs/watchlist.assignment.job';
78
87
  import { ConversationController } from './libraries/conversation.controller';
79
88
  import { ProcessApplicationMenu } from './libraries/process.application.menu';
80
89
  import { ProcessBusinessGroupRoleUpdation } from './libraries/process.business.group.role.updation';
@@ -101,6 +110,8 @@ import { ListingPreferenceService } from './services/listing.preference.service'
101
110
  import { ListingService } from './services/listing.service';
102
111
  import { LoadEntityService } from './services/load.entity.service';
103
112
  import { UserPreferenceService } from './services/user.preference.service';
113
+ import { UtilityService } from './services/utility.service';
114
+ import { BusinessEmailSubscriber } from './subscribers/business.email.subscriber';
104
115
  import { BusinessGroupRoleSubscriber } from './subscribers/business.group.role.subscriber';
105
116
  import { BusinessPreferenceSubscriber } from './subscribers/business.preference.subscriber';
106
117
  import { BusinessUserGroupSubscriber } from './subscribers/business.user.group.subscriber';
@@ -112,6 +123,9 @@ import { CustomReportSubscriber } from './subscribers/custom.report.subscriber';
112
123
  import { DashboardComponentSubscriber } from './subscribers/dashboard.component.subscriber';
113
124
  import { DashboardSubscriber } from './subscribers/dashboard.subscriber';
114
125
  import { DownloadLogSubscriber } from './subscribers/download.log.subscriber';
126
+ import { EmailAttachmentSubscriber } from './subscribers/email.attachment.subscriber';
127
+ import { EmailMessageSubscriber } from './subscribers/email.message.subscriber';
128
+ import { EmailRecipientSubscriber } from './subscribers/email.recipient.subscriber';
115
129
  import { GroupMemberSubscriber } from './subscribers/group.member.subscriber';
116
130
  import { GroupRoleSubscriber } from './subscribers/group.role.subscriber';
117
131
  import { ListPreferenceSubscriber } from './subscribers/list.preference.subscriber';
@@ -132,14 +146,15 @@ import { UiActionRoleSubscriber } from './subscribers/ui.action.role.subscriber'
132
146
  import { UiActionSubscriber } from './subscribers/ui.action.subscriber';
133
147
  import { UserPreferenceSubscriber } from './subscribers/user.preference.subscriber';
134
148
  import { UserRoleSubscriber } from './subscribers/user.role.subscriber';
149
+ import { WatchlistAssignmentSubscriber } from './subscribers/watchlist.assignment.subscriber';
135
150
  declare const es6Classes: {
136
151
  controllers: (typeof AccessMenuController | typeof BusinessPreferenceController | typeof DashboardController | typeof DownloadLogController | typeof ListingController | typeof ListingPreferenceController | typeof ScheduledReportController | typeof UserPreferenceController)[];
137
- dtos: (typeof GroupRoleAttributesDto | typeof TaggedUserDto | typeof AccessBusinessParamDto | typeof AddBusinessPreferenceDto | typeof StringSearchDto | typeof DateRangeFilterDto | typeof DateFilterDto | typeof ListResponseFormatDto | typeof NumberRangeFilterDto | typeof CommonListFilterDto | typeof ListResponseDto | typeof ProcessCommonListConfigDto | typeof ProcessListingPayloadDto | typeof AddListingPreferenceDto | typeof AddScheduledReportDto | typeof AddConversationDto)[];
138
- entities: (typeof AccessBusinessEntity | typeof BusinessGroupRoleEntity | typeof BusinessUserEntity | typeof ProductEntity | typeof GroupRoleEntity | typeof BusinessUserRoleEntity | typeof MenuRoleEntity | typeof MenuEntity | typeof UiActionRoleEntity | typeof MenuActionEntity | typeof ChildMenuEntity | typeof ConversationEntity | typeof DashboardComponentEntity | typeof DownloadLogEntity | typeof GroupMemberEntity | typeof PreferenceUserEntity | typeof ListingPreferenceEntity | typeof PreferenceUserGroupEntity | typeof ModuleMenuEntity | typeof ScheduledReportEntity | typeof UserRoleEntity)[];
139
- jobs: (typeof BusinessGroupRoleJob | typeof BusinessPreferenceJob | typeof BusinessUserGroupJob | typeof BusinessUserJob | typeof BusinessUserRoleJob | typeof ChildMenuJob | typeof ConversationJob | typeof CustomReportJob | typeof DashboardComponentJob | typeof DashboardJob | typeof DownloadLogJob | 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 ProductJob | typeof RoleGroupJob | typeof ScheduledReportProcessingJob | typeof ScheduledReportJob | typeof UiActionJob | typeof UiActionRoleJob | typeof UserPreferenceJob | typeof UserRoleJob)[];
152
+ dtos: (typeof BusinessEmailAttributesDto | typeof TaggedUserDto | typeof AccessBusinessParamDto | typeof AddBusinessPreferenceDto | typeof StringSearchDto | typeof DateRangeFilterDto | typeof DateFilterDto | typeof ListResponseFormatDto | typeof NumberRangeFilterDto | typeof CommonListFilterDto | typeof ListResponseDto | typeof ProcessCommonListConfigDto | typeof ProcessListingPayloadDto | typeof AddListingPreferenceDto | typeof AddScheduledReportDto | typeof AddConversationDto)[];
153
+ entities: (typeof AccessBusinessEntity | typeof BusinessEmailEntity | typeof BusinessGroupRoleEntity | typeof BusinessUserEntity | typeof ProductEntity | typeof GroupRoleEntity | typeof BusinessUserRoleEntity | typeof MenuRoleEntity | typeof MenuEntity | typeof UiActionRoleEntity | typeof MenuActionEntity | typeof ChildMenuEntity | typeof ConversationEntity | typeof DashboardComponentEntity | typeof DownloadLogEntity | typeof EmailRecipientEntity | typeof EmailMessageEntity | typeof GroupMemberEntity | typeof PreferenceUserEntity | typeof ListingPreferenceEntity | typeof PreferenceUserGroupEntity | typeof ModuleMenuEntity | typeof ScheduledReportEntity | typeof UserRoleEntity | typeof WatchlistAssignmentEntity)[];
154
+ jobs: (typeof BusinessEmailJob | typeof BusinessGroupRoleJob | typeof BusinessPreferenceJob | typeof BusinessUserGroupJob | typeof BusinessUserJob | typeof BusinessUserRoleJob | typeof ChildMenuJob | typeof ConversationJob | typeof CustomReportJob | typeof DashboardComponentJob | typeof DashboardJob | typeof DownloadLogJob | typeof EmailAttachmentJob | typeof EmailMessageJob | typeof EmailRecipientJob | 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 ProductJob | typeof RoleGroupJob | typeof ScheduledReportProcessingJob | typeof ScheduledReportJob | typeof UiActionJob | typeof UiActionRoleJob | typeof UserPreferenceJob | typeof UserRoleJob | typeof WatchlistAssignmentJob)[];
140
155
  libraries: (typeof ProcessApplicationMenu | typeof ProcessMenuDetails | typeof ProcessDashboardReport | typeof ProcessListingCsvFile | typeof ProcessDateFilter | typeof ProcessCommonList | typeof ProcessDownloadLogList | typeof ProcessPreferenceData | typeof ProcessScheduledReportData | typeof ProcessScheduledReportList | typeof ProcessBusinessGroupRoleUpdation | typeof ProcessBusinessUserRoleUpdate | typeof ProcessGroupMemberUpdation | typeof ProcessReportData | typeof ProcessConversationData | typeof ConversationController | typeof ProcessTestList)[];
141
156
  middlewares: (typeof BusinessMiddleware)[];
142
- services: (typeof AccessBusinessService | typeof ListingService | typeof ListingPreferenceService | typeof BusinessUserRoleService | typeof BusinessPreferenceService | typeof Es6JobsService | typeof LoadEntityService | typeof UserPreferenceService)[];
143
- subscribers: (typeof BusinessGroupRoleSubscriber | typeof BusinessPreferenceSubscriber | typeof BusinessUserGroupSubscriber | typeof BusinessUserRoleSubscriber | typeof BusinessUserSubscriber | typeof ChildMenuSubscriber | typeof ConversationSubscriber | typeof CustomReportSubscriber | typeof DashboardComponentSubscriber | typeof DashboardSubscriber | typeof DownloadLogSubscriber | 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 ScheduledReportSubscriber | typeof UiActionRoleSubscriber | typeof UiActionSubscriber | typeof UserPreferenceSubscriber | typeof UserRoleSubscriber)[];
157
+ services: (typeof AccessBusinessService | typeof ListingService | typeof ListingPreferenceService | typeof BusinessUserRoleService | typeof UtilityService | typeof BusinessPreferenceService | typeof Es6JobsService | typeof LoadEntityService | typeof UserPreferenceService)[];
158
+ subscribers: (typeof BusinessEmailSubscriber | typeof BusinessGroupRoleSubscriber | typeof BusinessPreferenceSubscriber | typeof BusinessUserGroupSubscriber | typeof BusinessUserRoleSubscriber | typeof BusinessUserSubscriber | typeof ChildMenuSubscriber | typeof ConversationSubscriber | typeof CustomReportSubscriber | typeof DashboardComponentSubscriber | typeof DashboardSubscriber | typeof DownloadLogSubscriber | typeof EmailAttachmentSubscriber | typeof EmailMessageSubscriber | typeof EmailRecipientSubscriber | 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 ScheduledReportSubscriber | typeof UiActionRoleSubscriber | typeof UiActionSubscriber | typeof UserPreferenceSubscriber | typeof UserRoleSubscriber | typeof WatchlistAssignmentSubscriber)[];
144
159
  };
145
160
  export default es6Classes;
@@ -14,6 +14,7 @@ const add_conversation_dto_1 = require("./dtos/add.conversation.dto");
14
14
  const add_listing_preference_dto_1 = require("./dtos/add.listing.preference.dto");
15
15
  const add_scheduled_report_dto_1 = require("./dtos/add.scheduled.report.dto");
16
16
  const add_user_preference_dto_1 = require("./dtos/add.user.preference.dto");
17
+ const business_email_attributes_dto_1 = require("./dtos/business.email.attributes.dto");
17
18
  const business_preference_attributes_dto_1 = require("./dtos/business.preference.attributes.dto");
18
19
  const business_user_attributes_dto_1 = require("./dtos/business.user.attributes.dto");
19
20
  const business_user_group_attributes_dto_1 = require("./dtos/business.user.group.attributes.dto");
@@ -28,6 +29,9 @@ const date_filter_dto_1 = require("./dtos/date.filter.dto");
28
29
  const date_range_filter_dto_1 = require("./dtos/date.range.filter.dto");
29
30
  const download_log_attributes_dto_1 = require("./dtos/download.log.attributes.dto");
30
31
  const download_log_list_filter_dto_1 = require("./dtos/download.log.list.filter.dto");
32
+ const email_attachment_attributes_dto_1 = require("./dtos/email.attachment.attributes.dto");
33
+ const email_message_attributes_dto_1 = require("./dtos/email.message.attributes.dto");
34
+ const email_recipient_attributes_dto_1 = require("./dtos/email.recipient.attributes.dto");
31
35
  const group_member_attributes_dto_1 = require("./dtos/group.member.attributes.dto");
32
36
  const group_role_attributes_dto_1 = require("./dtos/group.role.attributes.dto");
33
37
  const list_preference_attributes_dto_1 = require("./dtos/list.preference.attributes.dto");
@@ -56,7 +60,9 @@ const ui_action_attributes_dto_1 = require("./dtos/ui.action.attributes.dto");
56
60
  const ui_action_role_attributes_dto_1 = require("./dtos/ui.action.role.attributes.dto");
57
61
  const user_preference_attributes_dto_1 = require("./dtos/user.preference.attributes.dto");
58
62
  const user_role_attributes_dto_1 = require("./dtos/user.role.attributes.dto");
63
+ const watchlist_assignment_attributes_dto_1 = require("./dtos/watchlist.assignment.attributes.dto");
59
64
  const access_business_entity_1 = require("./entities/access.business.entity");
65
+ const business_email_entity_1 = require("./entities/business.email.entity");
60
66
  const business_group_role_entity_1 = require("./entities/business.group.role.entity");
61
67
  const business_preference_entity_1 = require("./entities/business.preference.entity");
62
68
  const business_user_entity_1 = require("./entities/business.user.entity");
@@ -68,6 +74,9 @@ const custom_report_entity_1 = require("./entities/custom.report.entity");
68
74
  const dashboard_component_entity_1 = require("./entities/dashboard.component.entity");
69
75
  const dashboard_entity_1 = require("./entities/dashboard.entity");
70
76
  const download_log_entity_1 = require("./entities/download.log.entity");
77
+ const email_attachment_entity_1 = require("./entities/email.attachment.entity");
78
+ const email_message_entity_1 = require("./entities/email.message.entity");
79
+ const email_recipient_entity_1 = require("./entities/email.recipient.entity");
71
80
  const group_member_entity_1 = require("./entities/group.member.entity");
72
81
  const group_role_entity_1 = require("./entities/group.role.entity");
73
82
  const list_preference_entity_1 = require("./entities/list.preference.entity");
@@ -88,6 +97,8 @@ const ui_action_entity_1 = require("./entities/ui.action.entity");
88
97
  const ui_action_role_entity_1 = require("./entities/ui.action.role.entity");
89
98
  const user_preference_entity_1 = require("./entities/user.preference.entity");
90
99
  const user_role_entity_1 = require("./entities/user.role.entity");
100
+ const watchlist_assignment_entity_1 = require("./entities/watchlist.assignment.entity");
101
+ const business_email_job_1 = require("./jobs/business.email.job");
91
102
  const business_group_role_job_1 = require("./jobs/business.group.role.job");
92
103
  const business_preference_job_1 = require("./jobs/business.preference.job");
93
104
  const business_user_group_job_1 = require("./jobs/business.user.group.job");
@@ -99,6 +110,9 @@ const custom_report_job_1 = require("./jobs/custom.report.job");
99
110
  const dashboard_component_job_1 = require("./jobs/dashboard.component.job");
100
111
  const dashboard_job_1 = require("./jobs/dashboard.job");
101
112
  const download_log_job_1 = require("./jobs/download.log.job");
113
+ const email_attachment_job_1 = require("./jobs/email.attachment.job");
114
+ const email_message_job_1 = require("./jobs/email.message.job");
115
+ const email_recipient_job_1 = require("./jobs/email.recipient.job");
102
116
  const group_member_job_1 = require("./jobs/group.member.job");
103
117
  const group_role_job_1 = require("./jobs/group.role.job");
104
118
  const list_preference_job_1 = require("./jobs/list.preference.job");
@@ -120,6 +134,7 @@ const ui_action_job_1 = require("./jobs/ui.action.job");
120
134
  const ui_action_role_job_1 = require("./jobs/ui.action.role.job");
121
135
  const user_preference_job_1 = require("./jobs/user.preference.job");
122
136
  const user_role_job_1 = require("./jobs/user.role.job");
137
+ const watchlist_assignment_job_1 = require("./jobs/watchlist.assignment.job");
123
138
  const conversation_controller_1 = require("./libraries/conversation.controller");
124
139
  const process_application_menu_1 = require("./libraries/process.application.menu");
125
140
  const process_business_group_role_updation_1 = require("./libraries/process.business.group.role.updation");
@@ -146,6 +161,8 @@ const listing_preference_service_1 = require("./services/listing.preference.serv
146
161
  const listing_service_1 = require("./services/listing.service");
147
162
  const load_entity_service_1 = require("./services/load.entity.service");
148
163
  const user_preference_service_1 = require("./services/user.preference.service");
164
+ const utility_service_1 = require("./services/utility.service");
165
+ const business_email_subscriber_1 = require("./subscribers/business.email.subscriber");
149
166
  const business_group_role_subscriber_1 = require("./subscribers/business.group.role.subscriber");
150
167
  const business_preference_subscriber_1 = require("./subscribers/business.preference.subscriber");
151
168
  const business_user_group_subscriber_1 = require("./subscribers/business.user.group.subscriber");
@@ -157,6 +174,9 @@ const custom_report_subscriber_1 = require("./subscribers/custom.report.subscrib
157
174
  const dashboard_component_subscriber_1 = require("./subscribers/dashboard.component.subscriber");
158
175
  const dashboard_subscriber_1 = require("./subscribers/dashboard.subscriber");
159
176
  const download_log_subscriber_1 = require("./subscribers/download.log.subscriber");
177
+ const email_attachment_subscriber_1 = require("./subscribers/email.attachment.subscriber");
178
+ const email_message_subscriber_1 = require("./subscribers/email.message.subscriber");
179
+ const email_recipient_subscriber_1 = require("./subscribers/email.recipient.subscriber");
160
180
  const group_member_subscriber_1 = require("./subscribers/group.member.subscriber");
161
181
  const group_role_subscriber_1 = require("./subscribers/group.role.subscriber");
162
182
  const list_preference_subscriber_1 = require("./subscribers/list.preference.subscriber");
@@ -177,6 +197,7 @@ const ui_action_role_subscriber_1 = require("./subscribers/ui.action.role.subscr
177
197
  const ui_action_subscriber_1 = require("./subscribers/ui.action.subscriber");
178
198
  const user_preference_subscriber_1 = require("./subscribers/user.preference.subscriber");
179
199
  const user_role_subscriber_1 = require("./subscribers/user.role.subscriber");
200
+ const watchlist_assignment_subscriber_1 = require("./subscribers/watchlist.assignment.subscriber");
180
201
  const es6Classes = {
181
202
  controllers: [
182
203
  access_menu_controller_1.AccessMenuController,
@@ -195,6 +216,7 @@ const es6Classes = {
195
216
  add_listing_preference_dto_1.AddListingPreferenceDto,
196
217
  add_scheduled_report_dto_1.AddScheduledReportDto,
197
218
  add_user_preference_dto_1.AddUserPreferenceDto,
219
+ business_email_attributes_dto_1.BusinessEmailAttributesDto,
198
220
  business_preference_attributes_dto_1.BusinessPreferenceAttributesDto,
199
221
  business_user_attributes_dto_1.BusinessUserAttributesDto,
200
222
  business_user_group_attributes_dto_1.BusinessUserGroupAttributesDto,
@@ -209,6 +231,9 @@ const es6Classes = {
209
231
  date_range_filter_dto_1.DateRangeFilterDto,
210
232
  download_log_attributes_dto_1.DownloadLogAttributesDto,
211
233
  download_log_list_filter_dto_1.DownloadLogListFilterDto,
234
+ email_attachment_attributes_dto_1.EmailAttachmentAttributesDto,
235
+ email_message_attributes_dto_1.EmailMessageAttributesDto,
236
+ email_recipient_attributes_dto_1.EmailRecipientAttributesDto,
212
237
  group_member_attributes_dto_1.GroupMemberAttributesDto,
213
238
  group_role_attributes_dto_1.GroupRoleAttributesDto,
214
239
  list_preference_attributes_dto_1.ListPreferenceAttributesDto,
@@ -237,9 +262,11 @@ const es6Classes = {
237
262
  ui_action_role_attributes_dto_1.UiActionRoleAttributesDto,
238
263
  user_preference_attributes_dto_1.UserPreferenceAttributesDto,
239
264
  user_role_attributes_dto_1.UserRoleAttributesDto,
265
+ watchlist_assignment_attributes_dto_1.WatchlistAssignmentAttributesDto,
240
266
  ],
241
267
  entities: [
242
268
  access_business_entity_1.AccessBusinessEntity,
269
+ business_email_entity_1.BusinessEmailEntity,
243
270
  business_group_role_entity_1.BusinessGroupRoleEntity,
244
271
  business_preference_entity_1.BusinessPreferenceEntity,
245
272
  business_user_entity_1.BusinessUserEntity,
@@ -251,6 +278,9 @@ const es6Classes = {
251
278
  dashboard_component_entity_1.DashboardComponentEntity,
252
279
  dashboard_entity_1.DashboardEntity,
253
280
  download_log_entity_1.DownloadLogEntity,
281
+ email_attachment_entity_1.EmailAttachmentEntity,
282
+ email_message_entity_1.EmailMessageEntity,
283
+ email_recipient_entity_1.EmailRecipientEntity,
254
284
  group_member_entity_1.GroupMemberEntity,
255
285
  group_role_entity_1.GroupRoleEntity,
256
286
  list_preference_entity_1.ListPreferenceEntity,
@@ -271,8 +301,10 @@ const es6Classes = {
271
301
  ui_action_role_entity_1.UiActionRoleEntity,
272
302
  user_preference_entity_1.UserPreferenceEntity,
273
303
  user_role_entity_1.UserRoleEntity,
304
+ watchlist_assignment_entity_1.WatchlistAssignmentEntity,
274
305
  ],
275
306
  jobs: [
307
+ business_email_job_1.BusinessEmailJob,
276
308
  business_group_role_job_1.BusinessGroupRoleJob,
277
309
  business_preference_job_1.BusinessPreferenceJob,
278
310
  business_user_group_job_1.BusinessUserGroupJob,
@@ -284,6 +316,9 @@ const es6Classes = {
284
316
  dashboard_component_job_1.DashboardComponentJob,
285
317
  dashboard_job_1.DashboardJob,
286
318
  download_log_job_1.DownloadLogJob,
319
+ email_attachment_job_1.EmailAttachmentJob,
320
+ email_message_job_1.EmailMessageJob,
321
+ email_recipient_job_1.EmailRecipientJob,
287
322
  group_member_job_1.GroupMemberJob,
288
323
  group_role_job_1.GroupRoleJob,
289
324
  list_preference_job_1.ListPreferenceJob,
@@ -305,6 +340,7 @@ const es6Classes = {
305
340
  ui_action_role_job_1.UiActionRoleJob,
306
341
  user_preference_job_1.UserPreferenceJob,
307
342
  user_role_job_1.UserRoleJob,
343
+ watchlist_assignment_job_1.WatchlistAssignmentJob,
308
344
  ],
309
345
  libraries: [
310
346
  conversation_controller_1.ConversationController,
@@ -335,8 +371,10 @@ const es6Classes = {
335
371
  listing_service_1.ListingService,
336
372
  load_entity_service_1.LoadEntityService,
337
373
  user_preference_service_1.UserPreferenceService,
374
+ utility_service_1.UtilityService,
338
375
  ],
339
376
  subscribers: [
377
+ business_email_subscriber_1.BusinessEmailSubscriber,
340
378
  business_group_role_subscriber_1.BusinessGroupRoleSubscriber,
341
379
  business_preference_subscriber_1.BusinessPreferenceSubscriber,
342
380
  business_user_group_subscriber_1.BusinessUserGroupSubscriber,
@@ -348,6 +386,9 @@ const es6Classes = {
348
386
  dashboard_component_subscriber_1.DashboardComponentSubscriber,
349
387
  dashboard_subscriber_1.DashboardSubscriber,
350
388
  download_log_subscriber_1.DownloadLogSubscriber,
389
+ email_attachment_subscriber_1.EmailAttachmentSubscriber,
390
+ email_message_subscriber_1.EmailMessageSubscriber,
391
+ email_recipient_subscriber_1.EmailRecipientSubscriber,
351
392
  group_member_subscriber_1.GroupMemberSubscriber,
352
393
  group_role_subscriber_1.GroupRoleSubscriber,
353
394
  list_preference_subscriber_1.ListPreferenceSubscriber,
@@ -368,6 +409,7 @@ const es6Classes = {
368
409
  ui_action_subscriber_1.UiActionSubscriber,
369
410
  user_preference_subscriber_1.UserPreferenceSubscriber,
370
411
  user_role_subscriber_1.UserRoleSubscriber,
412
+ watchlist_assignment_subscriber_1.WatchlistAssignmentSubscriber,
371
413
  ],
372
414
  };
373
415
  exports.default = es6Classes;
@@ -1 +1 @@
1
- {"version":3,"file":"es6.classes.js","sourceRoot":"","sources":["../../src/access/es6.classes.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"es6.classes.js","sourceRoot":"","sources":["../../src/access/es6.classes.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,7 @@
1
+ import { CommonJob, DatabaseEventDto, QueueService } from '@servicelabsco/nestjs-utility-services';
2
+ import { BusinessEmailEntity } from '../entities/business.email.entity';
3
+ export declare class BusinessEmailJob extends CommonJob {
4
+ protected readonly queueService: QueueService;
5
+ constructor(queueService: QueueService);
6
+ handle(evt: DatabaseEventDto<BusinessEmailEntity>): Promise<BusinessEmailEntity>;
7
+ }
@@ -0,0 +1,29 @@
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.BusinessEmailJob = void 0;
13
+ const common_1 = require("@nestjs/common");
14
+ const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
15
+ let BusinessEmailJob = class BusinessEmailJob extends nestjs_utility_services_1.CommonJob {
16
+ constructor(queueService) {
17
+ super('959c1abba8882d63a9f588dce339ba69');
18
+ this.queueService = queueService;
19
+ }
20
+ async handle(evt) {
21
+ return evt.entity;
22
+ }
23
+ };
24
+ exports.BusinessEmailJob = BusinessEmailJob;
25
+ exports.BusinessEmailJob = BusinessEmailJob = __decorate([
26
+ (0, common_1.Injectable)(),
27
+ __metadata("design:paramtypes", [nestjs_utility_services_1.QueueService])
28
+ ], BusinessEmailJob);
29
+ //# sourceMappingURL=business.email.job.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"business.email.job.js","sourceRoot":"","sources":["../../../src/access/jobs/business.email.job.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,2CAA4C;AAC5C,oFAAmG;AAI5F,IAAM,gBAAgB,GAAtB,MAAM,gBAAiB,SAAQ,mCAAS;IAC3C,YAA+B,YAA0B;QACrD,KAAK,CAAC,kCAAkC,CAAC,CAAC;QADf,iBAAY,GAAZ,YAAY,CAAc;IAEzD,CAAC;IACD,KAAK,CAAC,MAAM,CAAC,GAA0C;QACnD,OAAO,GAAG,CAAC,MAAM,CAAC;IACtB,CAAC;CACJ,CAAA;AAPY,4CAAgB;2BAAhB,gBAAgB;IAD5B,IAAA,mBAAU,GAAE;qCAEoC,sCAAY;GADhD,gBAAgB,CAO5B"}
@@ -0,0 +1,7 @@
1
+ import { CommonJob, DatabaseEventDto, QueueService } from '@servicelabsco/nestjs-utility-services';
2
+ import { EmailAttachmentEntity } from '../entities/email.attachment.entity';
3
+ export declare class EmailAttachmentJob extends CommonJob {
4
+ protected readonly queueService: QueueService;
5
+ constructor(queueService: QueueService);
6
+ handle(evt: DatabaseEventDto<EmailAttachmentEntity>): Promise<number>;
7
+ }
@@ -0,0 +1,29 @@
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.EmailAttachmentJob = void 0;
13
+ const common_1 = require("@nestjs/common");
14
+ const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
15
+ let EmailAttachmentJob = class EmailAttachmentJob extends nestjs_utility_services_1.CommonJob {
16
+ constructor(queueService) {
17
+ super('439150e26f04deb6e0eeb0bb824a8e09');
18
+ this.queueService = queueService;
19
+ }
20
+ async handle(evt) {
21
+ return evt.entity.id;
22
+ }
23
+ };
24
+ exports.EmailAttachmentJob = EmailAttachmentJob;
25
+ exports.EmailAttachmentJob = EmailAttachmentJob = __decorate([
26
+ (0, common_1.Injectable)(),
27
+ __metadata("design:paramtypes", [nestjs_utility_services_1.QueueService])
28
+ ], EmailAttachmentJob);
29
+ //# sourceMappingURL=email.attachment.job.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"email.attachment.job.js","sourceRoot":"","sources":["../../../src/access/jobs/email.attachment.job.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,2CAA4C;AAC5C,oFAAmG;AAI5F,IAAM,kBAAkB,GAAxB,MAAM,kBAAmB,SAAQ,mCAAS;IAC7C,YAA+B,YAA0B;QACrD,KAAK,CAAC,kCAAkC,CAAC,CAAC;QADf,iBAAY,GAAZ,YAAY,CAAc;IAEzD,CAAC;IACD,KAAK,CAAC,MAAM,CAAC,GAA4C;QACrD,OAAO,GAAG,CAAC,MAAM,CAAC,EAAE,CAAC;IACzB,CAAC;CACJ,CAAA;AAPY,gDAAkB;6BAAlB,kBAAkB;IAD9B,IAAA,mBAAU,GAAE;qCAEoC,sCAAY;GADhD,kBAAkB,CAO9B"}
@@ -0,0 +1,7 @@
1
+ import { CommonJob, DatabaseEventDto, QueueService } from '@servicelabsco/nestjs-utility-services';
2
+ import { EmailMessageEntity } from '../entities/email.message.entity';
3
+ export declare class EmailMessageJob extends CommonJob {
4
+ protected readonly queueService: QueueService;
5
+ constructor(queueService: QueueService);
6
+ handle(evt: DatabaseEventDto<EmailMessageEntity>): Promise<EmailMessageEntity>;
7
+ }
@@ -0,0 +1,29 @@
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.EmailMessageJob = void 0;
13
+ const common_1 = require("@nestjs/common");
14
+ const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
15
+ let EmailMessageJob = class EmailMessageJob extends nestjs_utility_services_1.CommonJob {
16
+ constructor(queueService) {
17
+ super('4051e443959f98165999dd0ad9b5d7aa');
18
+ this.queueService = queueService;
19
+ }
20
+ async handle(evt) {
21
+ return evt.entity;
22
+ }
23
+ };
24
+ exports.EmailMessageJob = EmailMessageJob;
25
+ exports.EmailMessageJob = EmailMessageJob = __decorate([
26
+ (0, common_1.Injectable)(),
27
+ __metadata("design:paramtypes", [nestjs_utility_services_1.QueueService])
28
+ ], EmailMessageJob);
29
+ //# sourceMappingURL=email.message.job.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"email.message.job.js","sourceRoot":"","sources":["../../../src/access/jobs/email.message.job.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,2CAA4C;AAC5C,oFAAmG;AAI5F,IAAM,eAAe,GAArB,MAAM,eAAgB,SAAQ,mCAAS;IAC1C,YAA+B,YAA0B;QACrD,KAAK,CAAC,kCAAkC,CAAC,CAAC;QADf,iBAAY,GAAZ,YAAY,CAAc;IAEzD,CAAC;IACD,KAAK,CAAC,MAAM,CAAC,GAAyC;QAClD,OAAO,GAAG,CAAC,MAAM,CAAC;IACtB,CAAC;CACJ,CAAA;AAPY,0CAAe;0BAAf,eAAe;IAD3B,IAAA,mBAAU,GAAE;qCAEoC,sCAAY;GADhD,eAAe,CAO3B"}
@@ -0,0 +1,7 @@
1
+ import { CommonJob, DatabaseEventDto, QueueService } from '@servicelabsco/nestjs-utility-services';
2
+ import { EmailRecipientEntity } from '../entities/email.recipient.entity';
3
+ export declare class EmailRecipientJob extends CommonJob {
4
+ protected readonly queueService: QueueService;
5
+ constructor(queueService: QueueService);
6
+ handle(evt: DatabaseEventDto<EmailRecipientEntity>): Promise<EmailRecipientEntity>;
7
+ }
@@ -0,0 +1,29 @@
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.EmailRecipientJob = void 0;
13
+ const common_1 = require("@nestjs/common");
14
+ const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
15
+ let EmailRecipientJob = class EmailRecipientJob extends nestjs_utility_services_1.CommonJob {
16
+ constructor(queueService) {
17
+ super('ec859f3a2417e3b66f3f6efab0d03370');
18
+ this.queueService = queueService;
19
+ }
20
+ async handle(evt) {
21
+ return evt.entity;
22
+ }
23
+ };
24
+ exports.EmailRecipientJob = EmailRecipientJob;
25
+ exports.EmailRecipientJob = EmailRecipientJob = __decorate([
26
+ (0, common_1.Injectable)(),
27
+ __metadata("design:paramtypes", [nestjs_utility_services_1.QueueService])
28
+ ], EmailRecipientJob);
29
+ //# sourceMappingURL=email.recipient.job.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"email.recipient.job.js","sourceRoot":"","sources":["../../../src/access/jobs/email.recipient.job.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,2CAA4C;AAC5C,oFAAmG;AAI5F,IAAM,iBAAiB,GAAvB,MAAM,iBAAkB,SAAQ,mCAAS;IAC5C,YAA+B,YAA0B;QACrD,KAAK,CAAC,kCAAkC,CAAC,CAAC;QADf,iBAAY,GAAZ,YAAY,CAAc;IAEzD,CAAC;IACD,KAAK,CAAC,MAAM,CAAC,GAA2C;QACpD,OAAO,GAAG,CAAC,MAAM,CAAC;IACtB,CAAC;CACJ,CAAA;AAPY,8CAAiB;4BAAjB,iBAAiB;IAD7B,IAAA,mBAAU,GAAE;qCAEoC,sCAAY;GADhD,iBAAiB,CAO7B"}
@@ -1,3 +1,4 @@
1
+ export * from './business.email.job';
1
2
  export * from './business.group.role.job';
2
3
  export * from './business.preference.job';
3
4
  export * from './business.user.group.job';
@@ -9,6 +10,9 @@ export * from './custom.report.job';
9
10
  export * from './dashboard.component.job';
10
11
  export * from './dashboard.job';
11
12
  export * from './download.log.job';
13
+ export * from './email.attachment.job';
14
+ export * from './email.message.job';
15
+ export * from './email.recipient.job';
12
16
  export * from './group.member.job';
13
17
  export * from './group.role.job';
14
18
  export * from './list.preference.job';
@@ -30,3 +34,4 @@ export * from './ui.action.job';
30
34
  export * from './ui.action.role.job';
31
35
  export * from './user.preference.job';
32
36
  export * from './user.role.job';
37
+ export * from './watchlist.assignment.job';
@@ -14,6 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./business.email.job"), exports);
17
18
  __exportStar(require("./business.group.role.job"), exports);
18
19
  __exportStar(require("./business.preference.job"), exports);
19
20
  __exportStar(require("./business.user.group.job"), exports);
@@ -25,6 +26,9 @@ __exportStar(require("./custom.report.job"), exports);
25
26
  __exportStar(require("./dashboard.component.job"), exports);
26
27
  __exportStar(require("./dashboard.job"), exports);
27
28
  __exportStar(require("./download.log.job"), exports);
29
+ __exportStar(require("./email.attachment.job"), exports);
30
+ __exportStar(require("./email.message.job"), exports);
31
+ __exportStar(require("./email.recipient.job"), exports);
28
32
  __exportStar(require("./group.member.job"), exports);
29
33
  __exportStar(require("./group.role.job"), exports);
30
34
  __exportStar(require("./list.preference.job"), exports);
@@ -46,4 +50,5 @@ __exportStar(require("./ui.action.job"), exports);
46
50
  __exportStar(require("./ui.action.role.job"), exports);
47
51
  __exportStar(require("./user.preference.job"), exports);
48
52
  __exportStar(require("./user.role.job"), exports);
53
+ __exportStar(require("./watchlist.assignment.job"), exports);
49
54
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/access/jobs/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4DAA0C;AAAA,4DAA0C;AAAA,4DAA0C;AAAA,sDAAoC;AAAA,2DAAyC;AAAA,mDAAiC;AAAA,qDAAmC;AAAA,sDAAoC;AAAA,4DAA0C;AAAA,kDAAgC;AAAA,qDAAmC;AAAA,qDAAmC;AAAA,mDAAiC;AAAA,wDAAsC;AAAA,uDAAqC;AAAA,qDAAmC;AAAA,2DAAyC;AAAA,oDAAkC;AAAA,6CAA2B;AAAA,kDAAgC;AAAA,+CAA6B;AAAA,oDAAkC;AAAA,8DAA4C;AAAA,yDAAuC;AAAA,gDAA8B;AAAA,mDAAiC;AAAA,yDAAuC;AAAA,oEAAkD;AAAA,kDAAgC;AAAA,uDAAqC;AAAA,wDAAsC;AAAA,kDAA+B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/access/jobs/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAqC;AAAA,4DAA0C;AAAA,4DAA0C;AAAA,4DAA0C;AAAA,sDAAoC;AAAA,2DAAyC;AAAA,mDAAiC;AAAA,qDAAmC;AAAA,sDAAoC;AAAA,4DAA0C;AAAA,kDAAgC;AAAA,qDAAmC;AAAA,yDAAuC;AAAA,sDAAoC;AAAA,wDAAsC;AAAA,qDAAmC;AAAA,mDAAiC;AAAA,wDAAsC;AAAA,uDAAqC;AAAA,qDAAmC;AAAA,2DAAyC;AAAA,oDAAkC;AAAA,6CAA2B;AAAA,kDAAgC;AAAA,+CAA6B;AAAA,oDAAkC;AAAA,8DAA4C;AAAA,yDAAuC;AAAA,gDAA8B;AAAA,mDAAiC;AAAA,yDAAuC;AAAA,oEAAkD;AAAA,kDAAgC;AAAA,uDAAqC;AAAA,wDAAsC;AAAA,kDAAgC;AAAA,6DAA0C"}
@@ -0,0 +1,9 @@
1
+ import { CommonJob, DatabaseEventDto, QueueService, SqlService } from '@servicelabsco/nestjs-utility-services';
2
+ import { WatchlistAssignmentEntity } from '../entities/watchlist.assignment.entity';
3
+ export declare class WatchlistAssignmentJob extends CommonJob {
4
+ protected readonly queueService: QueueService;
5
+ private readonly sqlService;
6
+ constructor(queueService: QueueService, sqlService: SqlService);
7
+ handle(evt: DatabaseEventDto<WatchlistAssignmentEntity>): Promise<void>;
8
+ private syncWatchlistCount;
9
+ }
@@ -0,0 +1,44 @@
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.WatchlistAssignmentJob = void 0;
13
+ const common_1 = require("@nestjs/common");
14
+ const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
15
+ const utility_service_1 = require("../services/utility.service");
16
+ let WatchlistAssignmentJob = class WatchlistAssignmentJob extends nestjs_utility_services_1.CommonJob {
17
+ constructor(queueService, sqlService) {
18
+ super('b94cb401a0d650c3f10517b174d3001d');
19
+ this.queueService = queueService;
20
+ this.sqlService = sqlService;
21
+ }
22
+ async handle(evt) {
23
+ await this.syncWatchlistCount(evt);
24
+ }
25
+ async syncWatchlistCount(evt) {
26
+ if (!this.isColumnUpdated(evt, ['source_id', 'deleted_at']))
27
+ return;
28
+ const { source_type, source_id } = evt.entity;
29
+ const entity = await utility_service_1.UtilityService.getSourceData({ source_type, source_id });
30
+ if (!entity)
31
+ return;
32
+ const sql = `select count(1) count from utl_watchlist_assignments where source_id = ${evt.entity.source_id} and source_type = '${evt.entity.source_type}' and deleted_at is null`;
33
+ const record = await this.sqlService.readFirst(sql);
34
+ entity.attributes = { ...entity.attributes, watch_list_count: record.count || 0 };
35
+ return entity.save();
36
+ }
37
+ };
38
+ exports.WatchlistAssignmentJob = WatchlistAssignmentJob;
39
+ exports.WatchlistAssignmentJob = WatchlistAssignmentJob = __decorate([
40
+ (0, common_1.Injectable)(),
41
+ __metadata("design:paramtypes", [nestjs_utility_services_1.QueueService,
42
+ nestjs_utility_services_1.SqlService])
43
+ ], WatchlistAssignmentJob);
44
+ //# sourceMappingURL=watchlist.assignment.job.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"watchlist.assignment.job.js","sourceRoot":"","sources":["../../../src/access/jobs/watchlist.assignment.job.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,2CAA4C;AAC5C,oFAA+G;AAE/G,iEAA6D;AAGtD,IAAM,sBAAsB,GAA5B,MAAM,sBAAuB,SAAQ,mCAAS;IACjD,YACuB,YAA0B,EAC5B,UAAsB;QAEvC,KAAK,CAAC,kCAAkC,CAAC,CAAC;QAHvB,iBAAY,GAAZ,YAAY,CAAc;QAC5B,eAAU,GAAV,UAAU,CAAY;IAG3C,CAAC;IACD,KAAK,CAAC,MAAM,CAAC,GAAgD;QACzD,MAAM,IAAI,CAAC,kBAAkB,CAAC,GAAG,CAAC,CAAC;IACvC,CAAC;IAEO,KAAK,CAAC,kBAAkB,CAAC,GAAgD;QAC7E,IAAI,CAAC,IAAI,CAAC,eAAe,CAAC,GAAG,EAAE,CAAC,WAAW,EAAE,YAAY,CAAC,CAAC;YAAE,OAAO;QAEpE,MAAM,EAAE,WAAW,EAAE,SAAS,EAAE,GAAG,GAAG,CAAC,MAAM,CAAC;QAE9C,MAAM,MAAM,GAAG,MAAM,gCAAc,CAAC,aAAa,CAAC,EAAE,WAAW,EAAE,SAAS,EAAE,CAAC,CAAC;QAC9E,IAAI,CAAC,MAAM;YAAE,OAAO;QAEpB,MAAM,GAAG,GAAG,0EAA0E,GAAG,CAAC,MAAM,CAAC,SAAS,uBAAuB,GAAG,CAAC,MAAM,CAAC,WAAW,0BAA0B,CAAC;QAElL,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,UAAU,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC;QAEpD,MAAM,CAAC,UAAU,GAAG,EAAE,GAAG,MAAM,CAAC,UAAU,EAAE,gBAAgB,EAAE,MAAM,CAAC,KAAK,IAAI,CAAC,EAAE,CAAC;QAElF,OAAO,MAAM,CAAC,IAAI,EAAE,CAAC;IACzB,CAAC;CACJ,CAAA;AA3BY,wDAAsB;iCAAtB,sBAAsB;IADlC,IAAA,mBAAU,GAAE;qCAG4B,sCAAY;QAChB,oCAAU;GAHlC,sBAAsB,CA2BlC"}