@servicelabsco/nestjs-utility-services 1.2.30 → 1.2.32
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.
- package/dist/auth/middlewares/basic.auth.middleware.js.map +1 -1
- package/dist/auth/middlewares/jwt.middleware.js +2 -1
- package/dist/auth/middlewares/jwt.middleware.js.map +1 -1
- package/dist/auth/middlewares/restricted.middleware.js.map +1 -1
- package/dist/auth/services/access.manager.js.map +1 -1
- package/dist/auth/services/auth.service.js.map +1 -1
- package/dist/auth/services/device.token.service.js.map +1 -1
- package/dist/auth/services/refresh.token.service.js.map +1 -1
- package/dist/auth/services/social.service.js.map +1 -1
- package/dist/cli.js.map +1 -1
- package/dist/common/dtos/capture.record.index.dto.js.map +1 -1
- package/dist/common/dtos/capture.record.show.dto.js.map +1 -1
- package/dist/common/dtos/index.params.dto.js.map +1 -1
- package/dist/common/libraries/base.migration.utility.js.map +1 -1
- package/dist/common/libraries/class.mapper.js.map +1 -1
- package/dist/common/libraries/common.job.d.ts +1 -1
- package/dist/common/libraries/common.job.js +1 -1
- package/dist/common/libraries/common.job.js.map +1 -1
- package/dist/common/libraries/custom.crypt.js.map +1 -1
- package/dist/common/libraries/data.manager.js.map +1 -1
- package/dist/common/libraries/list.manager.js.map +1 -1
- package/dist/common/libraries/platform.utility.d.ts +2 -0
- package/dist/common/libraries/platform.utility.js +3 -0
- package/dist/common/libraries/platform.utility.js.map +1 -1
- package/dist/common/libraries/record.manager.js.map +1 -1
- package/dist/common/libraries/report.data.manager.js.map +1 -1
- package/dist/common/libraries/report.list.manager.js.map +1 -1
- package/dist/common/libraries/seeder.utility.js.map +1 -1
- package/dist/config/entity.constants.d.ts +4 -0
- package/dist/config/entity.constants.js +4 -0
- package/dist/config/entity.constants.js.map +1 -1
- package/dist/config/sentry.config.d.ts +7 -0
- package/dist/config/sentry.config.js +9 -0
- package/dist/config/sentry.config.js.map +1 -0
- package/dist/console.js.map +1 -1
- package/dist/main.js +8 -0
- package/dist/main.js.map +1 -1
- package/dist/migrations/1619296224563-AddMasterSeedersDataSeederTable.js.map +1 -1
- package/dist/migrations/1700392547578-CreateMailRecipientTable.d.ts +5 -0
- package/dist/migrations/1700392547578-CreateMailRecipientTable.js +20 -0
- package/dist/migrations/1700392547578-CreateMailRecipientTable.js.map +1 -0
- package/dist/migrations/1700393526749-AddBodySysMailLogsTable.ts.d.ts +5 -0
- package/dist/migrations/1700393526749-AddBodySysMailLogsTable.ts.js +16 -0
- package/dist/migrations/1700393526749-AddBodySysMailLogsTable.ts.js.map +1 -0
- package/dist/migrations/1700394466332-CreateMailEventTable.d.ts +5 -0
- package/dist/migrations/1700394466332-CreateMailEventTable.js +22 -0
- package/dist/migrations/1700394466332-CreateMailEventTable.js.map +1 -0
- package/dist/migrations/1700401846961-RemoveToColumnSysMailLogsTable.ts.d.ts +5 -0
- package/dist/migrations/1700401846961-RemoveToColumnSysMailLogsTable.ts.js +15 -0
- package/dist/migrations/1700401846961-RemoveToColumnSysMailLogsTable.ts.js.map +1 -0
- package/dist/platformUtility/commands/sync.class.command.js.map +1 -1
- package/dist/platformUtility/consumers/job.consumer.js.map +1 -1
- package/dist/platformUtility/es6.classes.d.ts +2 -1
- package/dist/platformUtility/es6.classes.js +4 -0
- package/dist/platformUtility/es6.classes.js.map +1 -1
- package/dist/platformUtility/jobs/load.failed.bull.job.js.map +1 -1
- package/dist/platformUtility/jobs/reload.pending.bull.job.js.map +1 -1
- package/dist/platformUtility/libraries/common.sqs.polling.js.map +1 -1
- package/dist/platformUtility/libraries/create.entity.constants.file.js.map +1 -1
- package/dist/platformUtility/libraries/create.es6.classes.file.js.map +1 -1
- package/dist/platformUtility/libraries/create.es6.jobs.file.js.map +1 -1
- package/dist/platformUtility/libraries/create.es6.service.file.js.map +1 -1
- package/dist/platformUtility/libraries/create.index.file.js.map +1 -1
- package/dist/platformUtility/libraries/index.d.ts +2 -0
- package/dist/platformUtility/libraries/index.js +2 -0
- package/dist/platformUtility/libraries/index.js.map +1 -1
- package/dist/platformUtility/libraries/process.common.mail.js.map +1 -1
- package/dist/platformUtility/libraries/process.common.smtp.mail.d.ts +13 -0
- package/dist/platformUtility/libraries/process.common.smtp.mail.js +77 -0
- package/dist/platformUtility/libraries/process.common.smtp.mail.js.map +1 -0
- package/dist/platformUtility/libraries/process.kaleyra.sms.js.map +1 -1
- package/dist/platformUtility/libraries/process.ses.mail.d.ts +14 -0
- package/dist/platformUtility/libraries/process.ses.mail.js +18 -0
- package/dist/platformUtility/libraries/process.ses.mail.js.map +1 -0
- package/dist/platformUtility/libraries/process.smtp.mail.d.ts +10 -10
- package/dist/platformUtility/libraries/process.smtp.mail.js +4 -69
- package/dist/platformUtility/libraries/process.smtp.mail.js.map +1 -1
- package/dist/platformUtility/libraries/set.sms.message.js.map +1 -1
- package/dist/platformUtility/middlewares/trim.pipe.js.map +1 -1
- package/dist/platformUtility/services/aws.secret.service.js.map +1 -1
- package/dist/platformUtility/services/dynamo.service.js.map +1 -1
- package/dist/platformUtility/services/mail.service.d.ts +6 -6
- package/dist/platformUtility/services/mail.service.js +37 -25
- package/dist/platformUtility/services/mail.service.js.map +1 -1
- package/dist/platformUtility/services/queue.service.js.map +1 -1
- package/dist/platformUtility/services/sql.service.js.map +1 -1
- package/dist/platformUtility/subscribers/base.subscriber.js.map +1 -1
- package/dist/system/commands/db.scanner.command.js.map +1 -1
- package/dist/system/commands/event.queue.command.js.map +1 -1
- package/dist/system/commands/index.d.ts +1 -0
- package/dist/system/commands/index.js +1 -0
- package/dist/system/commands/index.js.map +1 -1
- package/dist/system/commands/jobs.scanner.command.js.map +1 -1
- package/dist/system/commands/model.scanner.command.js.map +1 -1
- package/dist/system/commands/service.scanner.command.js.map +1 -1
- package/dist/system/commands/ses.event.tracking.command.d.ts +12 -0
- package/dist/system/commands/ses.event.tracking.command.js +70 -0
- package/dist/system/commands/ses.event.tracking.command.js.map +1 -0
- package/dist/system/dtos/index.d.ts +2 -0
- package/dist/system/dtos/index.js +2 -0
- package/dist/system/dtos/index.js.map +1 -1
- package/dist/system/dtos/mail.event.attributes.dto.d.ts +3 -0
- package/dist/system/dtos/mail.event.attributes.dto.js +8 -0
- package/dist/system/dtos/mail.event.attributes.dto.js.map +1 -0
- package/dist/system/dtos/mail.recipient.attributes.dto.d.ts +3 -0
- package/dist/system/dtos/mail.recipient.attributes.dto.js +8 -0
- package/dist/system/dtos/mail.recipient.attributes.dto.js.map +1 -0
- package/dist/system/entities/index.d.ts +2 -0
- package/dist/system/entities/index.js +2 -0
- package/dist/system/entities/index.js.map +1 -1
- package/dist/system/entities/mail.event.entity.d.ts +11 -0
- package/dist/system/entities/mail.event.entity.js +48 -0
- package/dist/system/entities/mail.event.entity.js.map +1 -0
- package/dist/system/entities/mail.log.entity.d.ts +2 -1
- package/dist/system/entities/mail.log.entity.js +6 -2
- package/dist/system/entities/mail.log.entity.js.map +1 -1
- package/dist/system/entities/mail.recipient.entity.d.ts +10 -0
- package/dist/system/entities/mail.recipient.entity.js +44 -0
- package/dist/system/entities/mail.recipient.entity.js.map +1 -0
- package/dist/system/es6.classes.d.ts +13 -4
- package/dist/system/es6.classes.js +20 -0
- package/dist/system/es6.classes.js.map +1 -1
- package/dist/system/index.d.ts +1 -0
- package/dist/system/index.js +1 -0
- package/dist/system/index.js.map +1 -1
- package/dist/system/interceptors/index.d.ts +1 -0
- package/dist/system/interceptors/index.js +18 -0
- package/dist/system/interceptors/index.js.map +1 -0
- package/dist/system/interceptors/sentry.interceptor.d.ts +5 -0
- package/dist/system/interceptors/sentry.interceptor.js +33 -0
- package/dist/system/interceptors/sentry.interceptor.js.map +1 -0
- package/dist/system/jobs/index.d.ts +2 -0
- package/dist/system/jobs/index.js +2 -0
- package/dist/system/jobs/index.js.map +1 -1
- package/dist/system/jobs/mail.event.job.d.ts +9 -0
- package/dist/system/jobs/mail.event.job.js +30 -0
- package/dist/system/jobs/mail.event.job.js.map +1 -0
- package/dist/system/jobs/mail.recipient.job.d.ts +9 -0
- package/dist/system/jobs/mail.recipient.job.js +30 -0
- package/dist/system/jobs/mail.recipient.job.js.map +1 -0
- package/dist/system/jobs/model.scanner.job.js.map +1 -1
- package/dist/system/jobs/report.column.sync.job.js.map +1 -1
- package/dist/system/jobs/set.scheduled.event.job.js.map +1 -1
- package/dist/system/libraries/business.rule.query.evaluator.js.map +1 -1
- package/dist/system/libraries/column.manager.js.map +1 -1
- package/dist/system/libraries/model.sync.js.map +1 -1
- package/dist/system/libraries/process.menu.creation.js.map +1 -1
- package/dist/system/libraries/sync.dynamo.tables.js.map +1 -1
- package/dist/system/services/aws.s3.service.js.map +1 -1
- package/dist/system/services/comment.service.js.map +1 -1
- package/dist/system/services/es6.jobs.service.d.ts +5 -1
- package/dist/system/services/es6.jobs.service.js +9 -1
- package/dist/system/services/es6.jobs.service.js.map +1 -1
- package/dist/system/services/internal.server.connect.service.js.map +1 -1
- package/dist/system/services/mail.validation.service.js.map +1 -1
- package/dist/system/services/menu.service.js.map +1 -1
- package/dist/system/services/mobile.validation.service.js.map +1 -1
- package/dist/system/services/model.service.js.map +1 -1
- package/dist/system/services/property.service.js.map +1 -1
- package/dist/system/services/report.service.js.map +1 -1
- package/dist/system/services/scheduled.event.service.js.map +1 -1
- package/dist/system/services/security.rule.service.js.map +1 -1
- package/dist/system/services/user.preference.service.js.map +1 -1
- package/dist/system/subscribers/index.d.ts +2 -0
- package/dist/system/subscribers/index.js +2 -0
- package/dist/system/subscribers/index.js.map +1 -1
- package/dist/system/subscribers/mail.event.subscriber.d.ts +12 -0
- package/dist/system/subscribers/mail.event.subscriber.js +40 -0
- package/dist/system/subscribers/mail.event.subscriber.js.map +1 -0
- package/dist/system/subscribers/mail.recipient.subscriber.d.ts +12 -0
- package/dist/system/subscribers/mail.recipient.subscriber.js +40 -0
- package/dist/system/subscribers/mail.recipient.subscriber.js.map +1 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +3 -1
@@ -0,0 +1,8 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.MailRecipientAttributesDto = void 0;
|
4
|
+
const common_attributes_dto_1 = require("../../platformUtility/dtos/common.attributes.dto");
|
5
|
+
class MailRecipientAttributesDto extends common_attributes_dto_1.CommonAttributesDto {
|
6
|
+
}
|
7
|
+
exports.MailRecipientAttributesDto = MailRecipientAttributesDto;
|
8
|
+
//# sourceMappingURL=mail.recipient.attributes.dto.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"mail.recipient.attributes.dto.js","sourceRoot":"","sources":["../../../src/system/dtos/mail.recipient.attributes.dto.ts"],"names":[],"mappings":";;;AAAA,4FAAuF;AAEvF,MAAa,0BAA2B,SAAQ,2CAAmB;CAAG;AAAtE,gEAAsE"}
|
@@ -19,7 +19,9 @@ export * from './form.preference.entity';
|
|
19
19
|
export * from './list.preference.entity';
|
20
20
|
export * from './lookup.type.entity';
|
21
21
|
export * from './lookup.value.entity';
|
22
|
+
export * from './mail.event.entity';
|
22
23
|
export * from './mail.log.entity';
|
24
|
+
export * from './mail.recipient.entity';
|
23
25
|
export * from './mail.validation.entity';
|
24
26
|
export * from './menu.entity';
|
25
27
|
export * from './menu.role.entity';
|
@@ -35,7 +35,9 @@ __exportStar(require("./form.preference.entity"), exports);
|
|
35
35
|
__exportStar(require("./list.preference.entity"), exports);
|
36
36
|
__exportStar(require("./lookup.type.entity"), exports);
|
37
37
|
__exportStar(require("./lookup.value.entity"), exports);
|
38
|
+
__exportStar(require("./mail.event.entity"), exports);
|
38
39
|
__exportStar(require("./mail.log.entity"), exports);
|
40
|
+
__exportStar(require("./mail.recipient.entity"), exports);
|
39
41
|
__exportStar(require("./mail.validation.entity"), exports);
|
40
42
|
__exportStar(require("./menu.entity"), exports);
|
41
43
|
__exportStar(require("./menu.role.entity"), exports);
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/system/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yDAAuC;AAAA,8DAA4C;AAAA,iDAA+B;AAAA,6DAA2C;AAAA,kDAAgC;AAAA,yDAAuC;AAAA,6DAA2C;AAAA,kDAAgC;AAAA,mDAAiC;AAAA,yDAAuC;AAAA,oDAAkC;AAAA,wDAAsC;AAAA,0DAAwC;AAAA,wDAAsC;AAAA,uDAAqC;AAAA,uDAAqC;AAAA,gDAA8B;AAAA,2DAAyC;AAAA,2DAAyC;AAAA,uDAAqC;AAAA,wDAAsC;AAAA,oDAAkC;AAAA,2DAAyC;AAAA,gDAA8B;AAAA,qDAAmC;AAAA,6DAA2C;AAAA,wDAAsC;AAAA,iDAA+B;AAAA,8DAA4C;AAAA,sDAAoC;AAAA,kDAAgC;AAAA,uDAAqC;AAAA,yDAAuC;AAAA,2DAAyC;AAAA,uDAAqC;AAAA,wDAAsC;AAAA,oDAAkC;AAAA,wDAAsC;AAAA,yDAAuC;AAAA,kDAAgC;AAAA,yDAAuC;AAAA,wDAAsC;AAAA,+DAA6C;AAAA,uDAAqC;AAAA,2DAAyC;AAAA,0DAAwC;AAAA,yDAAuC;AAAA,mDAAiC;AAAA,uDAAqC;AAAA,wDAAsC;AAAA,yDAAuC;AAAA,qDAAmC;AAAA,gEAA8C;AAAA,0DAAwC;AAAA,sDAAoC;AAAA,6DAA2C;AAAA,iEAA+C;AAAA,2DAAyC;AAAA,2DAAyC;AAAA,6DAA0C"}
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/system/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yDAAuC;AAAA,8DAA4C;AAAA,iDAA+B;AAAA,6DAA2C;AAAA,kDAAgC;AAAA,yDAAuC;AAAA,6DAA2C;AAAA,kDAAgC;AAAA,mDAAiC;AAAA,yDAAuC;AAAA,oDAAkC;AAAA,wDAAsC;AAAA,0DAAwC;AAAA,wDAAsC;AAAA,uDAAqC;AAAA,uDAAqC;AAAA,gDAA8B;AAAA,2DAAyC;AAAA,2DAAyC;AAAA,uDAAqC;AAAA,wDAAsC;AAAA,sDAAoC;AAAA,oDAAkC;AAAA,0DAAwC;AAAA,2DAAyC;AAAA,gDAA8B;AAAA,qDAAmC;AAAA,6DAA2C;AAAA,wDAAsC;AAAA,iDAA+B;AAAA,8DAA4C;AAAA,sDAAoC;AAAA,kDAAgC;AAAA,uDAAqC;AAAA,yDAAuC;AAAA,2DAAyC;AAAA,uDAAqC;AAAA,wDAAsC;AAAA,oDAAkC;AAAA,wDAAsC;AAAA,yDAAuC;AAAA,kDAAgC;AAAA,yDAAuC;AAAA,wDAAsC;AAAA,+DAA6C;AAAA,uDAAqC;AAAA,2DAAyC;AAAA,0DAAwC;AAAA,yDAAuC;AAAA,mDAAiC;AAAA,uDAAqC;AAAA,wDAAsC;AAAA,yDAAuC;AAAA,qDAAmC;AAAA,gEAA8C;AAAA,0DAAwC;AAAA,sDAAoC;AAAA,6DAA2C;AAAA,iEAA+C;AAAA,2DAAyC;AAAA,2DAAyC;AAAA,6DAA0C"}
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import { CommonEntity } from '../../common/libraries/common.entity';
|
2
|
+
import { MailEventAttributesDto } from '../dtos/mail.event.attributes.dto';
|
3
|
+
import { MailLogEntity } from './mail.log.entity';
|
4
|
+
export declare class MailEventEntity extends CommonEntity {
|
5
|
+
mail_id: number;
|
6
|
+
identifier: string;
|
7
|
+
type: string;
|
8
|
+
activity_at: Date;
|
9
|
+
attributes: MailEventAttributesDto;
|
10
|
+
mail: MailLogEntity;
|
11
|
+
}
|
@@ -0,0 +1,48 @@
|
|
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.MailEventEntity = void 0;
|
13
|
+
const typeorm_1 = require("typeorm");
|
14
|
+
const common_entity_1 = require("../../common/libraries/common.entity");
|
15
|
+
const mail_event_attributes_dto_1 = require("../dtos/mail.event.attributes.dto");
|
16
|
+
const mail_log_entity_1 = require("./mail.log.entity");
|
17
|
+
let MailEventEntity = class MailEventEntity extends common_entity_1.CommonEntity {
|
18
|
+
};
|
19
|
+
exports.MailEventEntity = MailEventEntity;
|
20
|
+
__decorate([
|
21
|
+
(0, typeorm_1.Column)(),
|
22
|
+
__metadata("design:type", Number)
|
23
|
+
], MailEventEntity.prototype, "mail_id", void 0);
|
24
|
+
__decorate([
|
25
|
+
(0, typeorm_1.Column)(),
|
26
|
+
__metadata("design:type", String)
|
27
|
+
], MailEventEntity.prototype, "identifier", void 0);
|
28
|
+
__decorate([
|
29
|
+
(0, typeorm_1.Column)(),
|
30
|
+
__metadata("design:type", String)
|
31
|
+
], MailEventEntity.prototype, "type", void 0);
|
32
|
+
__decorate([
|
33
|
+
(0, typeorm_1.Column)(),
|
34
|
+
__metadata("design:type", Date)
|
35
|
+
], MailEventEntity.prototype, "activity_at", void 0);
|
36
|
+
__decorate([
|
37
|
+
(0, typeorm_1.Column)('json'),
|
38
|
+
__metadata("design:type", mail_event_attributes_dto_1.MailEventAttributesDto)
|
39
|
+
], MailEventEntity.prototype, "attributes", void 0);
|
40
|
+
__decorate([
|
41
|
+
(0, typeorm_1.ManyToOne)(() => mail_log_entity_1.MailLogEntity),
|
42
|
+
(0, typeorm_1.JoinColumn)({ name: 'mail_id' }),
|
43
|
+
__metadata("design:type", mail_log_entity_1.MailLogEntity)
|
44
|
+
], MailEventEntity.prototype, "mail", void 0);
|
45
|
+
exports.MailEventEntity = MailEventEntity = __decorate([
|
46
|
+
(0, typeorm_1.Entity)('sys_mail_events')
|
47
|
+
], MailEventEntity);
|
48
|
+
//# sourceMappingURL=mail.event.entity.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"mail.event.entity.js","sourceRoot":"","sources":["../../../src/system/entities/mail.event.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAgE;AAChE,wEAAoE;AACpE,iFAA2E;AAC3E,uDAAkD;AAS3C,IAAM,eAAe,GAArB,MAAM,eAAgB,SAAQ,4BAAY;CAkBhD,CAAA;AAlBY,0CAAe;AAExB;IADC,IAAA,gBAAM,GAAE;;gDACO;AAGhB;IADC,IAAA,gBAAM,GAAE;;mDACU;AAGnB;IADC,IAAA,gBAAM,GAAE;;6CACI;AAGb;IADC,IAAA,gBAAM,GAAE;8BACI,IAAI;oDAAC;AAGlB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;8BACH,kDAAsB;mDAAC;AAG8B;IAAhE,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,+BAAa,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;8BAAO,+BAAa;6CAAC;0BAjB5E,eAAe;IAD3B,IAAA,gBAAM,EAAC,iBAAiB,CAAC;GACb,eAAe,CAkB3B"}
|
@@ -10,8 +10,8 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
10
10
|
};
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
12
12
|
exports.MailLogEntity = void 0;
|
13
|
-
const common_entity_1 = require("./../../common/libraries/common.entity");
|
14
13
|
const typeorm_1 = require("typeorm");
|
14
|
+
const common_entity_1 = require("./../../common/libraries/common.entity");
|
15
15
|
let MailLogEntity = class MailLogEntity extends common_entity_1.CommonEntity {
|
16
16
|
};
|
17
17
|
exports.MailLogEntity = MailLogEntity;
|
@@ -34,7 +34,11 @@ __decorate([
|
|
34
34
|
__decorate([
|
35
35
|
(0, typeorm_1.Column)(),
|
36
36
|
__metadata("design:type", String)
|
37
|
-
], MailLogEntity.prototype, "
|
37
|
+
], MailLogEntity.prototype, "body", void 0);
|
38
|
+
__decorate([
|
39
|
+
(0, typeorm_1.Column)(),
|
40
|
+
__metadata("design:type", String)
|
41
|
+
], MailLogEntity.prototype, "subject", void 0);
|
38
42
|
__decorate([
|
39
43
|
(0, typeorm_1.Column)(),
|
40
44
|
__metadata("design:type", Date)
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"mail.log.entity.js","sourceRoot":"","sources":["../../../src/system/entities/mail.log.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,
|
1
|
+
{"version":3,"file":"mail.log.entity.js","sourceRoot":"","sources":["../../../src/system/entities/mail.log.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAyC;AACzC,0EAAsE;AAS/D,IAAM,aAAa,GAAnB,MAAM,aAAc,SAAQ,4BAAY;CAgC9C,CAAA;AAhCY,sCAAa;AAEtB;IADC,IAAA,gBAAM,GAAE;;kDACW;AAGpB;IADC,IAAA,gBAAM,GAAE;;gDACS;AAGlB;IADC,IAAA,gBAAM,GAAE;;8CACO;AAGhB;IADC,IAAA,gBAAM,GAAE;;iDACU;AAGnB;IADC,IAAA,gBAAM,GAAE;;2CACI;AAGb;IADC,IAAA,gBAAM,GAAE;;8CACO;AAGhB;IADC,IAAA,gBAAM,GAAE;8BACK,IAAI;mDAAC;AAGnB;IADC,IAAA,gBAAM,GAAE;8BACK,IAAI;mDAAC;AAGnB;IADC,IAAA,gBAAM,GAAE;8BACE,IAAI;gDAAC;AAGhB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;;iDACC;wBA7BP,aAAa;IADzB,IAAA,gBAAM,EAAC,eAAe,CAAC;GACX,aAAa,CAgCzB"}
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import { CommonEntity } from '../../common/libraries/common.entity';
|
2
|
+
import { MailRecipientAttributesDto } from '../dtos/mail.recipient.attributes.dto';
|
3
|
+
import { MailLogEntity } from './mail.log.entity';
|
4
|
+
export declare class MailRecipientEntity extends CommonEntity {
|
5
|
+
mail_id: number;
|
6
|
+
type: string;
|
7
|
+
email: string;
|
8
|
+
attributes: MailRecipientAttributesDto;
|
9
|
+
mail: MailLogEntity;
|
10
|
+
}
|
@@ -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.MailRecipientEntity = void 0;
|
13
|
+
const typeorm_1 = require("typeorm");
|
14
|
+
const common_entity_1 = require("../../common/libraries/common.entity");
|
15
|
+
const mail_recipient_attributes_dto_1 = require("../dtos/mail.recipient.attributes.dto");
|
16
|
+
const mail_log_entity_1 = require("./mail.log.entity");
|
17
|
+
let MailRecipientEntity = class MailRecipientEntity extends common_entity_1.CommonEntity {
|
18
|
+
};
|
19
|
+
exports.MailRecipientEntity = MailRecipientEntity;
|
20
|
+
__decorate([
|
21
|
+
(0, typeorm_1.Column)(),
|
22
|
+
__metadata("design:type", Number)
|
23
|
+
], MailRecipientEntity.prototype, "mail_id", void 0);
|
24
|
+
__decorate([
|
25
|
+
(0, typeorm_1.Column)(),
|
26
|
+
__metadata("design:type", String)
|
27
|
+
], MailRecipientEntity.prototype, "type", void 0);
|
28
|
+
__decorate([
|
29
|
+
(0, typeorm_1.Column)(),
|
30
|
+
__metadata("design:type", String)
|
31
|
+
], MailRecipientEntity.prototype, "email", void 0);
|
32
|
+
__decorate([
|
33
|
+
(0, typeorm_1.Column)('json'),
|
34
|
+
__metadata("design:type", mail_recipient_attributes_dto_1.MailRecipientAttributesDto)
|
35
|
+
], MailRecipientEntity.prototype, "attributes", void 0);
|
36
|
+
__decorate([
|
37
|
+
(0, typeorm_1.ManyToOne)(() => mail_log_entity_1.MailLogEntity),
|
38
|
+
(0, typeorm_1.JoinColumn)({ name: 'mail_id' }),
|
39
|
+
__metadata("design:type", mail_log_entity_1.MailLogEntity)
|
40
|
+
], MailRecipientEntity.prototype, "mail", void 0);
|
41
|
+
exports.MailRecipientEntity = MailRecipientEntity = __decorate([
|
42
|
+
(0, typeorm_1.Entity)('sys_mail_recipients')
|
43
|
+
], MailRecipientEntity);
|
44
|
+
//# sourceMappingURL=mail.recipient.entity.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"mail.recipient.entity.js","sourceRoot":"","sources":["../../../src/system/entities/mail.recipient.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAgE;AAChE,wEAAoE;AACpE,yFAAmF;AACnF,uDAAkD;AAS3C,IAAM,mBAAmB,GAAzB,MAAM,mBAAoB,SAAQ,4BAAY;CAepD,CAAA;AAfY,kDAAmB;AAE5B;IADC,IAAA,gBAAM,GAAE;;oDACO;AAGhB;IADC,IAAA,gBAAM,GAAE;;iDACI;AAGb;IADC,IAAA,gBAAM,GAAE;;kDACK;AAGd;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;8BACH,0DAA0B;uDAAC;AAG0B;IAAhE,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,+BAAa,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;8BAAO,+BAAa;iDAAC;8BAd5E,mBAAmB;IAD/B,IAAA,gBAAM,EAAC,qBAAqB,CAAC;GACjB,mBAAmB,CAe/B"}
|
@@ -5,6 +5,7 @@ import { JobsScannerCommand } from './commands/jobs.scanner.command';
|
|
5
5
|
import { ModelScannerCommand } from './commands/model.scanner.command';
|
6
6
|
import { ReportScannerCommand } from './commands/report.scanner.command';
|
7
7
|
import { ServiceScannerCommand } from './commands/service.scanner.command';
|
8
|
+
import { SesEventTrackingCommand } from './commands/ses.event.tracking.command';
|
8
9
|
import { SyncAllCommand } from './commands/sync.all.command';
|
9
10
|
import { BaseController } from './controllers/base.controller';
|
10
11
|
import { DataController } from './controllers/data.controller';
|
@@ -48,7 +49,9 @@ import { EventQueueEntity } from './entities/event.queue.entity';
|
|
48
49
|
import { FormColumnEntity } from './entities/form.column.entity';
|
49
50
|
import { FormPreferenceEntity } from './entities/form.preference.entity';
|
50
51
|
import { LookupTypeEntity } from './entities/lookup.type.entity';
|
52
|
+
import { MailEventEntity } from './entities/mail.event.entity';
|
51
53
|
import { MailLogEntity } from './entities/mail.log.entity';
|
54
|
+
import { MailRecipientEntity } from './entities/mail.recipient.entity';
|
52
55
|
import { MailValidationEntity } from './entities/mail.validation.entity';
|
53
56
|
import { MenuEntity } from './entities/menu.entity';
|
54
57
|
import { MenuRoleEntity } from './entities/menu.role.entity';
|
@@ -84,6 +87,7 @@ import { UserGroupPermissionEntity } from './entities/user.group.permission.enti
|
|
84
87
|
import { UserGroupRoleEntity } from './entities/user.group.role.entity';
|
85
88
|
import { UserPreferenceEntity } from './entities/user.preference.entity';
|
86
89
|
import { WhatsappTemplateEntity } from './entities/whatsapp.template.entity';
|
90
|
+
import { SentryInterceptor } from './interceptors/sentry.interceptor';
|
87
91
|
import { CleanScheduledEventJob } from './jobs/clean.scheduled.event.job';
|
88
92
|
import { ClientCredentialJob } from './jobs/client.credential.job';
|
89
93
|
import { ClientJob } from './jobs/client.job';
|
@@ -91,6 +95,8 @@ import { ColumnMapperJob } from './jobs/column.mapper.job';
|
|
91
95
|
import { CommentJob } from './jobs/comment.job';
|
92
96
|
import { CredentialIpJob } from './jobs/credential.ip.job';
|
93
97
|
import { DocumentJob } from './jobs/document.job';
|
98
|
+
import { MailEventJob } from './jobs/mail.event.job';
|
99
|
+
import { MailRecipientJob } from './jobs/mail.recipient.job';
|
94
100
|
import { MailValidationJob } from './jobs/mail.validation.job';
|
95
101
|
import { MobileValidationJob } from './jobs/mobile.validation.job';
|
96
102
|
import { ModelScannerJob } from './jobs/model.scanner.job';
|
@@ -146,6 +152,8 @@ import { ColumnSubscriber } from './subscribers/column.subscriber';
|
|
146
152
|
import { CommentSubscriber } from './subscribers/comment.subscriber';
|
147
153
|
import { CredentialIpSubscriber } from './subscribers/credential.ip.subscriber';
|
148
154
|
import { DocumentSubscriber } from './subscribers/document.subscriber';
|
155
|
+
import { MailEventSubscriber } from './subscribers/mail.event.subscriber';
|
156
|
+
import { MailRecipientSubscriber } from './subscribers/mail.recipient.subscriber';
|
149
157
|
import { MailValidationSubscriber } from './subscribers/mail.validation.subscriber';
|
150
158
|
import { MobileValidationSubscriber } from './subscribers/mobile.validation.subscriber';
|
151
159
|
import { PropertySubscriber } from './subscribers/property.subscriber';
|
@@ -156,14 +164,15 @@ import { UserGroupMemberSubscriber } from './subscribers/user.group.member.subsc
|
|
156
164
|
import { UserGroupPermissionSubscriber } from './subscribers/user.group.permission.subscriber';
|
157
165
|
import { UserGroupRoleSubscriber } from './subscribers/user.group.role.subscriber';
|
158
166
|
declare const es6Classes: {
|
159
|
-
commands: (typeof DbScannerCommand | typeof DynamoScannerCommand | typeof EventQueueCommand | typeof JobsScannerCommand | typeof ModelScannerCommand | typeof ReportScannerCommand | typeof ServiceScannerCommand | typeof SyncAllCommand)[];
|
167
|
+
commands: (typeof DbScannerCommand | typeof DynamoScannerCommand | typeof EventQueueCommand | typeof JobsScannerCommand | typeof ModelScannerCommand | typeof ReportScannerCommand | typeof ServiceScannerCommand | typeof SesEventTrackingCommand | typeof SyncAllCommand)[];
|
160
168
|
controllers: (typeof BaseController | typeof DataController | typeof FormController | typeof MenuController | typeof PreferenceController | typeof ReportController | typeof UploadController | typeof UserPreferenceController)[];
|
161
169
|
dtos: (typeof ClientCredentialAttributesDto | typeof ModelFormPreferenceCreationDto | typeof FileUploadSpecDto | typeof S3UploadOptionsDto | typeof LocalFileS3UploadDto | typeof S3ObjectInfoDto | typeof UserPreferenceCreationDto | typeof AddCommentDto | typeof AddDirectMenuDto | typeof ClientCredentialDto | typeof FileUploadDto | typeof JobRecordParamDto | typeof MailValidationDto | typeof MobileValidationDto | typeof ModelAllowedColumnDto | typeof OtpGenerationDto | typeof ValidationOptionsDto)[];
|
162
|
-
entities: (typeof LookupTypeEntity | typeof UserGroupRoleEntity | typeof UserGroupEntity | typeof UserGroupMemberEntity | typeof BusinessRuleRoleEntity | typeof BusinessRuleEntity | typeof ColumnDefinitionEntity | typeof ColumnEntity | typeof ModelEntity | typeof FormPreferenceEntity | typeof ModelColumnEntity | typeof RelationshipEntity | typeof ModelRelationshipEntity | typeof ModelRoleEntity | typeof FormColumnEntity | typeof SystemScriptEntity | typeof UiActionPermissionEntity | typeof UiActionEntity | typeof UiActionRoleEntity | typeof PrimaryAxisEntity | typeof ChartEntity | typeof ClientEntity | typeof ClientCredentialEntity | typeof CredentialIpEntity | typeof ClientScriptEntity | typeof CommentEntity | typeof DocumentEntity | typeof DynamoTableEntity | typeof EventDetailEntity | typeof EventQueueEntity | typeof MailLogEntity | typeof MailValidationEntity | typeof MenuRoleEntity | typeof MenuEntity | typeof ModuleEntity | typeof ModuleMenuEntity | typeof PageDefinitionEntity | typeof ParentMenuEntity | typeof MobileValidationEntity | typeof OpenPropertyEntity | typeof ReportFilterEntity | typeof ReportEntity | typeof ReportRelationshipEntity | typeof ReportRoleEntity | typeof ReportColumnEntity | typeof ScheduledEventEntity | typeof SecurityRuleEntity | typeof ServiceEntity | typeof SmsTemplateEntity | typeof SmsMessageEntity | typeof UserGroupPermissionEntity | typeof UserPreferenceEntity | typeof WhatsappTemplateEntity)[];
|
163
|
-
|
170
|
+
entities: (typeof LookupTypeEntity | typeof UserGroupRoleEntity | typeof UserGroupEntity | typeof UserGroupMemberEntity | typeof BusinessRuleRoleEntity | typeof BusinessRuleEntity | typeof ColumnDefinitionEntity | typeof ColumnEntity | typeof ModelEntity | typeof FormPreferenceEntity | typeof ModelColumnEntity | typeof RelationshipEntity | typeof ModelRelationshipEntity | typeof ModelRoleEntity | typeof FormColumnEntity | typeof SystemScriptEntity | typeof UiActionPermissionEntity | typeof UiActionEntity | typeof UiActionRoleEntity | typeof PrimaryAxisEntity | typeof ChartEntity | typeof ClientEntity | typeof ClientCredentialEntity | typeof CredentialIpEntity | typeof ClientScriptEntity | typeof CommentEntity | typeof DocumentEntity | typeof DynamoTableEntity | typeof EventDetailEntity | typeof EventQueueEntity | typeof MailLogEntity | typeof MailEventEntity | typeof MailRecipientEntity | typeof MailValidationEntity | typeof MenuRoleEntity | typeof MenuEntity | typeof ModuleEntity | typeof ModuleMenuEntity | typeof PageDefinitionEntity | typeof ParentMenuEntity | typeof MobileValidationEntity | typeof OpenPropertyEntity | typeof ReportFilterEntity | typeof ReportEntity | typeof ReportRelationshipEntity | typeof ReportRoleEntity | typeof ReportColumnEntity | typeof ScheduledEventEntity | typeof SecurityRuleEntity | typeof ServiceEntity | typeof SmsTemplateEntity | typeof SmsMessageEntity | typeof UserGroupPermissionEntity | typeof UserPreferenceEntity | typeof WhatsappTemplateEntity)[];
|
171
|
+
interceptors: (typeof SentryInterceptor)[];
|
172
|
+
jobs: (typeof ModelScannerJob | typeof ReportColumnSyncJob | typeof SetScheduledEventJob | typeof CleanScheduledEventJob | typeof ClientCredentialJob | typeof ClientJob | typeof ColumnMapperJob | typeof CommentJob | typeof CredentialIpJob | typeof DocumentJob | typeof MailEventJob | typeof MailRecipientJob | typeof MailValidationJob | typeof MobileValidationJob | typeof RefreshPropertyCacheJob | typeof PropertyJob | typeof RelationshipMapperJob | typeof ScheduledEventJob | typeof SmsMessageJob | typeof UserGroupMemberJob | typeof UserGroupPermissionJob | typeof UserGroupRoleJob)[];
|
164
173
|
libraries: (typeof SyncDynamoTables | typeof ModelSync | typeof SecurityRuleEvaluator | typeof ColumnManager | typeof BusinessRuleFilterValidator | typeof BusinessRuleQueryEvaluator | typeof ProcessMenuCreation)[];
|
165
174
|
modifiers: (typeof MenuListModifier | typeof ModuleListModifier)[];
|
166
175
|
services: (typeof PropertyService | typeof EventQueueService | typeof EventDetailService | typeof SecurityRuleService | typeof UiActionService | typeof ModelService | typeof CommonService | typeof ClientScriptService | typeof PreferenceService | typeof BusinessRuleService | typeof ListService | typeof FormService | typeof MenuService | typeof UserPreferenceService | typeof ReportService | typeof AwsS3Service | typeof UploadService | typeof ScheduledEventService | typeof ClientCredentialService | typeof ColumnService | typeof CommentService | typeof DocumentService | typeof Es6JobsService | typeof Es6Service | typeof InternalServerConnectService | typeof MailValidationService | typeof MobileValidationService)[];
|
167
|
-
subscribers: (typeof ClientCredentialSubscriber | typeof ClientSubscriber | typeof ColumnSubscriber | typeof CommentSubscriber | typeof CredentialIpSubscriber | typeof DocumentSubscriber | typeof MailValidationSubscriber | typeof MobileValidationSubscriber | typeof PropertySubscriber | typeof RelationshipSubscriber | typeof ScheduledEventSubscriber | typeof SmsMessageSubscriber | typeof UserGroupMemberSubscriber | typeof UserGroupPermissionSubscriber | typeof UserGroupRoleSubscriber)[];
|
176
|
+
subscribers: (typeof ClientCredentialSubscriber | typeof ClientSubscriber | typeof ColumnSubscriber | typeof CommentSubscriber | typeof CredentialIpSubscriber | typeof DocumentSubscriber | typeof MailEventSubscriber | typeof MailRecipientSubscriber | typeof MailValidationSubscriber | typeof MobileValidationSubscriber | typeof PropertySubscriber | typeof RelationshipSubscriber | typeof ScheduledEventSubscriber | typeof SmsMessageSubscriber | typeof UserGroupMemberSubscriber | typeof UserGroupPermissionSubscriber | typeof UserGroupRoleSubscriber)[];
|
168
177
|
};
|
169
178
|
export default es6Classes;
|
@@ -7,6 +7,7 @@ const jobs_scanner_command_1 = require("./commands/jobs.scanner.command");
|
|
7
7
|
const model_scanner_command_1 = require("./commands/model.scanner.command");
|
8
8
|
const report_scanner_command_1 = require("./commands/report.scanner.command");
|
9
9
|
const service_scanner_command_1 = require("./commands/service.scanner.command");
|
10
|
+
const ses_event_tracking_command_1 = require("./commands/ses.event.tracking.command");
|
10
11
|
const sync_all_command_1 = require("./commands/sync.all.command");
|
11
12
|
const base_controller_1 = require("./controllers/base.controller");
|
12
13
|
const data_controller_1 = require("./controllers/data.controller");
|
@@ -28,6 +29,8 @@ const file_upload_dto_1 = require("./dtos/file.upload.dto");
|
|
28
29
|
const file_upload_spec_dto_1 = require("./dtos/file.upload.spec.dto");
|
29
30
|
const job_record_param_dto_1 = require("./dtos/job.record.param.dto");
|
30
31
|
const local_file_s3_upload_dto_1 = require("./dtos/local.file.s3.upload.dto");
|
32
|
+
const mail_event_attributes_dto_1 = require("./dtos/mail.event.attributes.dto");
|
33
|
+
const mail_recipient_attributes_dto_1 = require("./dtos/mail.recipient.attributes.dto");
|
31
34
|
const mail_validation_dto_1 = require("./dtos/mail.validation.dto");
|
32
35
|
const menu_list_preference_creation_dto_1 = require("./dtos/menu.list.preference.creation.dto");
|
33
36
|
const mobile_validation_dto_1 = require("./dtos/mobile.validation.dto");
|
@@ -60,7 +63,9 @@ const form_preference_entity_1 = require("./entities/form.preference.entity");
|
|
60
63
|
const list_preference_entity_1 = require("./entities/list.preference.entity");
|
61
64
|
const lookup_type_entity_1 = require("./entities/lookup.type.entity");
|
62
65
|
const lookup_value_entity_1 = require("./entities/lookup.value.entity");
|
66
|
+
const mail_event_entity_1 = require("./entities/mail.event.entity");
|
63
67
|
const mail_log_entity_1 = require("./entities/mail.log.entity");
|
68
|
+
const mail_recipient_entity_1 = require("./entities/mail.recipient.entity");
|
64
69
|
const mail_validation_entity_1 = require("./entities/mail.validation.entity");
|
65
70
|
const menu_entity_1 = require("./entities/menu.entity");
|
66
71
|
const menu_role_entity_1 = require("./entities/menu.role.entity");
|
@@ -99,6 +104,7 @@ const user_group_permission_entity_1 = require("./entities/user.group.permission
|
|
99
104
|
const user_group_role_entity_1 = require("./entities/user.group.role.entity");
|
100
105
|
const user_preference_entity_1 = require("./entities/user.preference.entity");
|
101
106
|
const whatsapp_template_entity_1 = require("./entities/whatsapp.template.entity");
|
107
|
+
const sentry_interceptor_1 = require("./interceptors/sentry.interceptor");
|
102
108
|
const clean_scheduled_event_job_1 = require("./jobs/clean.scheduled.event.job");
|
103
109
|
const client_credential_job_1 = require("./jobs/client.credential.job");
|
104
110
|
const client_job_1 = require("./jobs/client.job");
|
@@ -106,6 +112,8 @@ const column_mapper_job_1 = require("./jobs/column.mapper.job");
|
|
106
112
|
const comment_job_1 = require("./jobs/comment.job");
|
107
113
|
const credential_ip_job_1 = require("./jobs/credential.ip.job");
|
108
114
|
const document_job_1 = require("./jobs/document.job");
|
115
|
+
const mail_event_job_1 = require("./jobs/mail.event.job");
|
116
|
+
const mail_recipient_job_1 = require("./jobs/mail.recipient.job");
|
109
117
|
const mail_validation_job_1 = require("./jobs/mail.validation.job");
|
110
118
|
const mobile_validation_job_1 = require("./jobs/mobile.validation.job");
|
111
119
|
const model_scanner_job_1 = require("./jobs/model.scanner.job");
|
@@ -161,6 +169,8 @@ const column_subscriber_1 = require("./subscribers/column.subscriber");
|
|
161
169
|
const comment_subscriber_1 = require("./subscribers/comment.subscriber");
|
162
170
|
const credential_ip_subscriber_1 = require("./subscribers/credential.ip.subscriber");
|
163
171
|
const document_subscriber_1 = require("./subscribers/document.subscriber");
|
172
|
+
const mail_event_subscriber_1 = require("./subscribers/mail.event.subscriber");
|
173
|
+
const mail_recipient_subscriber_1 = require("./subscribers/mail.recipient.subscriber");
|
164
174
|
const mail_validation_subscriber_1 = require("./subscribers/mail.validation.subscriber");
|
165
175
|
const mobile_validation_subscriber_1 = require("./subscribers/mobile.validation.subscriber");
|
166
176
|
const property_subscriber_1 = require("./subscribers/property.subscriber");
|
@@ -179,6 +189,7 @@ const es6Classes = {
|
|
179
189
|
model_scanner_command_1.ModelScannerCommand,
|
180
190
|
report_scanner_command_1.ReportScannerCommand,
|
181
191
|
service_scanner_command_1.ServiceScannerCommand,
|
192
|
+
ses_event_tracking_command_1.SesEventTrackingCommand,
|
182
193
|
sync_all_command_1.SyncAllCommand,
|
183
194
|
],
|
184
195
|
controllers: [
|
@@ -204,6 +215,8 @@ const es6Classes = {
|
|
204
215
|
file_upload_spec_dto_1.FileUploadSpecDto,
|
205
216
|
job_record_param_dto_1.JobRecordParamDto,
|
206
217
|
local_file_s3_upload_dto_1.LocalFileS3UploadDto,
|
218
|
+
mail_event_attributes_dto_1.MailEventAttributesDto,
|
219
|
+
mail_recipient_attributes_dto_1.MailRecipientAttributesDto,
|
207
220
|
mail_validation_dto_1.MailValidationDto,
|
208
221
|
menu_list_preference_creation_dto_1.MenuListPreferenceCreationDto,
|
209
222
|
mobile_validation_dto_1.MobileValidationDto,
|
@@ -238,7 +251,9 @@ const es6Classes = {
|
|
238
251
|
list_preference_entity_1.ListPreferenceEntity,
|
239
252
|
lookup_type_entity_1.LookupTypeEntity,
|
240
253
|
lookup_value_entity_1.LookupValueEntity,
|
254
|
+
mail_event_entity_1.MailEventEntity,
|
241
255
|
mail_log_entity_1.MailLogEntity,
|
256
|
+
mail_recipient_entity_1.MailRecipientEntity,
|
242
257
|
mail_validation_entity_1.MailValidationEntity,
|
243
258
|
menu_entity_1.MenuEntity,
|
244
259
|
menu_role_entity_1.MenuRoleEntity,
|
@@ -278,6 +293,7 @@ const es6Classes = {
|
|
278
293
|
user_preference_entity_1.UserPreferenceEntity,
|
279
294
|
whatsapp_template_entity_1.WhatsappTemplateEntity,
|
280
295
|
],
|
296
|
+
interceptors: [sentry_interceptor_1.SentryInterceptor],
|
281
297
|
jobs: [
|
282
298
|
clean_scheduled_event_job_1.CleanScheduledEventJob,
|
283
299
|
client_credential_job_1.ClientCredentialJob,
|
@@ -286,6 +302,8 @@ const es6Classes = {
|
|
286
302
|
comment_job_1.CommentJob,
|
287
303
|
credential_ip_job_1.CredentialIpJob,
|
288
304
|
document_job_1.DocumentJob,
|
305
|
+
mail_event_job_1.MailEventJob,
|
306
|
+
mail_recipient_job_1.MailRecipientJob,
|
289
307
|
mail_validation_job_1.MailValidationJob,
|
290
308
|
mobile_validation_job_1.MobileValidationJob,
|
291
309
|
model_scanner_job_1.ModelScannerJob,
|
@@ -346,6 +364,8 @@ const es6Classes = {
|
|
346
364
|
comment_subscriber_1.CommentSubscriber,
|
347
365
|
credential_ip_subscriber_1.CredentialIpSubscriber,
|
348
366
|
document_subscriber_1.DocumentSubscriber,
|
367
|
+
mail_event_subscriber_1.MailEventSubscriber,
|
368
|
+
mail_recipient_subscriber_1.MailRecipientSubscriber,
|
349
369
|
mail_validation_subscriber_1.MailValidationSubscriber,
|
350
370
|
mobile_validation_subscriber_1.MobileValidationSubscriber,
|
351
371
|
property_subscriber_1.PropertySubscriber,
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"es6.classes.js","sourceRoot":"","sources":["../../src/system/es6.classes.ts"],"names":[],"mappings":"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"}
|
1
|
+
{"version":3,"file":"es6.classes.js","sourceRoot":"","sources":["../../src/system/es6.classes.ts"],"names":[],"mappings":"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"}
|
package/dist/system/index.d.ts
CHANGED
package/dist/system/index.js
CHANGED
@@ -18,6 +18,7 @@ __exportStar(require("./commands"), exports);
|
|
18
18
|
__exportStar(require("./controllers"), exports);
|
19
19
|
__exportStar(require("./dtos"), exports);
|
20
20
|
__exportStar(require("./entities"), exports);
|
21
|
+
__exportStar(require("./interceptors"), exports);
|
21
22
|
__exportStar(require("./jobs"), exports);
|
22
23
|
__exportStar(require("./libraries"), exports);
|
23
24
|
__exportStar(require("./modifiers"), exports);
|
package/dist/system/index.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/system/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA2B;AAAA,gDAA8B;AAAA,yCAAuB;AAAA,6CAA2B;AAAA,yCAAuB;AAAA,8CAA4B;AAAA,8CAA4B;AAAA,6CAA2B;AAAA,gDAA8B;AAAA,kDAA+B"}
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/system/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA2B;AAAA,gDAA8B;AAAA,yCAAuB;AAAA,6CAA2B;AAAA,iDAA+B;AAAA,yCAAuB;AAAA,8CAA4B;AAAA,8CAA4B;AAAA,6CAA2B;AAAA,gDAA8B;AAAA,kDAA+B"}
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from './sentry.interceptor';
|
@@ -0,0 +1,18 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
3
|
+
if (k2 === undefined) k2 = k;
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
7
|
+
}
|
8
|
+
Object.defineProperty(o, k2, desc);
|
9
|
+
}) : (function(o, m, k, k2) {
|
10
|
+
if (k2 === undefined) k2 = k;
|
11
|
+
o[k2] = m[k];
|
12
|
+
}));
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
15
|
+
};
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
17
|
+
__exportStar(require("./sentry.interceptor"), exports);
|
18
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/system/interceptors/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAoC"}
|
@@ -0,0 +1,33 @@
|
|
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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
9
|
+
exports.SentryInterceptor = void 0;
|
10
|
+
const common_1 = require("@nestjs/common");
|
11
|
+
const Sentry = require("@sentry/core");
|
12
|
+
const operators_1 = require("rxjs/operators");
|
13
|
+
const auth_1 = require("../../common/libraries/auth");
|
14
|
+
let SentryInterceptor = class SentryInterceptor {
|
15
|
+
intercept(context, next) {
|
16
|
+
return next.handle().pipe((0, operators_1.tap)(null, (exception) => {
|
17
|
+
if (exception.status < 500)
|
18
|
+
return;
|
19
|
+
Sentry.withScope((scope) => {
|
20
|
+
const req = context.switchToHttp().getRequest();
|
21
|
+
scope.setSDKProcessingMetadata({ request: req });
|
22
|
+
Sentry.captureException(exception, {
|
23
|
+
user: auth_1.Auth.user(),
|
24
|
+
});
|
25
|
+
});
|
26
|
+
}));
|
27
|
+
}
|
28
|
+
};
|
29
|
+
exports.SentryInterceptor = SentryInterceptor;
|
30
|
+
exports.SentryInterceptor = SentryInterceptor = __decorate([
|
31
|
+
(0, common_1.Injectable)()
|
32
|
+
], SentryInterceptor);
|
33
|
+
//# sourceMappingURL=sentry.interceptor.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"sentry.interceptor.js","sourceRoot":"","sources":["../../../src/system/interceptors/sentry.interceptor.ts"],"names":[],"mappings":";;;;;;;;;AACA,2CAA4F;AAC5F,uCAAuC;AAEvC,8CAAqC;AACrC,sDAAmD;AAG5C,IAAM,iBAAiB,GAAvB,MAAM,iBAAiB;IAC1B,SAAS,CAAC,OAAyB,EAAE,IAAiB;QAClD,OAAO,IAAI,CAAC,MAAM,EAAE,CAAC,IAAI,CACrB,IAAA,eAAG,EAAC,IAAI,EAAE,CAAC,SAAS,EAAE,EAAE;YACpB,IAAI,SAAS,CAAC,MAAM,GAAG,GAAG;gBAAE,OAAO;YAEnC,MAAM,CAAC,SAAS,CAAC,CAAC,KAAK,EAAE,EAAE;gBACvB,MAAM,GAAG,GAAG,OAAO,CAAC,YAAY,EAAE,CAAC,UAAU,EAAE,CAAC;gBAChD,KAAK,CAAC,wBAAwB,CAAC,EAAE,OAAO,EAAE,GAAG,EAAE,CAAC,CAAC;gBAEjD,MAAM,CAAC,gBAAgB,CAAC,SAAS,EAAE;oBAC/B,IAAI,EAAE,WAAI,CAAC,IAAI,EAAE;iBACpB,CAAC,CAAC;YACP,CAAC,CAAC,CAAC;QACP,CAAC,CAAC,CACL,CAAC;IACN,CAAC;CACJ,CAAA;AAjBY,8CAAiB;4BAAjB,iBAAiB;IAD7B,IAAA,mBAAU,GAAE;GACA,iBAAiB,CAiB7B"}
|
@@ -5,6 +5,8 @@ export * from './column.mapper.job';
|
|
5
5
|
export * from './comment.job';
|
6
6
|
export * from './credential.ip.job';
|
7
7
|
export * from './document.job';
|
8
|
+
export * from './mail.event.job';
|
9
|
+
export * from './mail.recipient.job';
|
8
10
|
export * from './mail.validation.job';
|
9
11
|
export * from './mobile.validation.job';
|
10
12
|
export * from './model.scanner.job';
|
@@ -21,6 +21,8 @@ __exportStar(require("./column.mapper.job"), exports);
|
|
21
21
|
__exportStar(require("./comment.job"), exports);
|
22
22
|
__exportStar(require("./credential.ip.job"), exports);
|
23
23
|
__exportStar(require("./document.job"), exports);
|
24
|
+
__exportStar(require("./mail.event.job"), exports);
|
25
|
+
__exportStar(require("./mail.recipient.job"), exports);
|
24
26
|
__exportStar(require("./mail.validation.job"), exports);
|
25
27
|
__exportStar(require("./mobile.validation.job"), exports);
|
26
28
|
__exportStar(require("./model.scanner.job"), exports);
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/system/jobs/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8DAA4C;AAAA,0DAAwC;AAAA,+CAA6B;AAAA,sDAAoC;AAAA,gDAA8B;AAAA,sDAAoC;AAAA,iDAA+B;AAAA,wDAAsC;AAAA,0DAAwC;AAAA,sDAAoC;AAAA,iDAA+B;AAAA,+DAA6C;AAAA,4DAA0C;AAAA,2DAAyC;AAAA,wDAAsC;AAAA,4DAA0C;AAAA,oDAAkC;AAAA,0DAAwC;AAAA,8DAA4C;AAAA,wDAAqC"}
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/system/jobs/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8DAA4C;AAAA,0DAAwC;AAAA,+CAA6B;AAAA,sDAAoC;AAAA,gDAA8B;AAAA,sDAAoC;AAAA,iDAA+B;AAAA,mDAAiC;AAAA,uDAAqC;AAAA,wDAAsC;AAAA,0DAAwC;AAAA,sDAAoC;AAAA,iDAA+B;AAAA,+DAA6C;AAAA,4DAA0C;AAAA,2DAAyC;AAAA,wDAAsC;AAAA,4DAA0C;AAAA,oDAAkC;AAAA,0DAAwC;AAAA,8DAA4C;AAAA,wDAAqC"}
|
@@ -0,0 +1,9 @@
|
|
1
|
+
import { DatabaseEventDto } from '../../common/dtos/database.event.dto';
|
2
|
+
import { CommonJob } from '../../common/libraries/common.job';
|
3
|
+
import { QueueService } from '../../platformUtility/services/queue.service';
|
4
|
+
import { MailEventEntity } from '../entities/mail.event.entity';
|
5
|
+
export declare class MailEventJob extends CommonJob {
|
6
|
+
protected readonly queueService: QueueService;
|
7
|
+
constructor(queueService: QueueService);
|
8
|
+
handle(evt: DatabaseEventDto<MailEventEntity>): Promise<MailEventEntity>;
|
9
|
+
}
|
@@ -0,0 +1,30 @@
|
|
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.MailEventJob = void 0;
|
13
|
+
const common_1 = require("@nestjs/common");
|
14
|
+
const common_job_1 = require("../../common/libraries/common.job");
|
15
|
+
const queue_service_1 = require("../../platformUtility/services/queue.service");
|
16
|
+
let MailEventJob = class MailEventJob extends common_job_1.CommonJob {
|
17
|
+
constructor(queueService) {
|
18
|
+
super('5cfb77227fad03adc54decf4465d2673');
|
19
|
+
this.queueService = queueService;
|
20
|
+
}
|
21
|
+
async handle(evt) {
|
22
|
+
return evt.entity;
|
23
|
+
}
|
24
|
+
};
|
25
|
+
exports.MailEventJob = MailEventJob;
|
26
|
+
exports.MailEventJob = MailEventJob = __decorate([
|
27
|
+
(0, common_1.Injectable)(),
|
28
|
+
__metadata("design:paramtypes", [queue_service_1.QueueService])
|
29
|
+
], MailEventJob);
|
30
|
+
//# sourceMappingURL=mail.event.job.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"mail.event.job.js","sourceRoot":"","sources":["../../../src/system/jobs/mail.event.job.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,2CAA4C;AAE5C,kEAA8D;AAC9D,gFAA4E;AAGrE,IAAM,YAAY,GAAlB,MAAM,YAAa,SAAQ,sBAAS;IACvC,YAA+B,YAA0B;QACrD,KAAK,CAAC,kCAAkC,CAAC,CAAC;QADf,iBAAY,GAAZ,YAAY,CAAc;IAEzD,CAAC;IACD,KAAK,CAAC,MAAM,CAAC,GAAsC;QAC/C,OAAO,GAAG,CAAC,MAAM,CAAC;IACtB,CAAC;CACJ,CAAA;AAPY,oCAAY;uBAAZ,YAAY;IADxB,IAAA,mBAAU,GAAE;qCAEoC,4BAAY;GADhD,YAAY,CAOxB"}
|
@@ -0,0 +1,9 @@
|
|
1
|
+
import { DatabaseEventDto } from '../../common/dtos/database.event.dto';
|
2
|
+
import { CommonJob } from '../../common/libraries/common.job';
|
3
|
+
import { QueueService } from '../../platformUtility/services/queue.service';
|
4
|
+
import { MailRecipientEntity } from '../entities/mail.recipient.entity';
|
5
|
+
export declare class MailRecipientJob extends CommonJob {
|
6
|
+
protected readonly queueService: QueueService;
|
7
|
+
constructor(queueService: QueueService);
|
8
|
+
handle(evt: DatabaseEventDto<MailRecipientEntity>): Promise<MailRecipientEntity>;
|
9
|
+
}
|