easywork-common-lib 1.0.254 → 1.0.257
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/entities/drive/folder.entity.d.ts +2 -0
- package/dist/entities/drive/folder.entity.js +19 -0
- package/dist/entities/drive/folder.entity.js.map +1 -1
- package/dist/modules/queue/notifier.service.d.ts +4 -4
- package/dist/modules/queue/notifier.service.js +5 -6
- package/dist/modules/queue/notifier.service.js.map +1 -1
- package/dist/modules/queue/notifiers/calendar.notifier.d.ts +2 -0
- package/dist/modules/queue/notifiers/calendar.notifier.js +17 -0
- package/dist/modules/queue/notifiers/calendar.notifier.js.map +1 -0
- package/dist/modules/queue/notifiers/contact.notifier.d.ts +7 -0
- package/dist/modules/queue/notifiers/contact.notifier.js +49 -0
- package/dist/modules/queue/notifiers/contact.notifier.js.map +1 -0
- package/dist/modules/queue/notifiers/index.d.ts +3 -0
- package/dist/modules/queue/notifiers/index.js +20 -0
- package/dist/modules/queue/notifiers/index.js.map +1 -0
- package/dist/modules/queue/notifiers/task.notifier.d.ts +12 -0
- package/dist/modules/queue/notifiers/task.notifier.js +173 -0
- package/dist/modules/queue/notifiers/task.notifier.js.map +1 -0
- package/dist/modules/queue/queue.module.js +1 -4
- package/dist/modules/queue/queue.module.js.map +1 -1
- package/package.json +2 -1
- package/tsconfig.tsbuildinfo +1 -1
|
@@ -16,13 +16,20 @@ const typeorm_1 = require("typeorm");
|
|
|
16
16
|
const file_entity_1 = require("./file.entity");
|
|
17
17
|
const entity_folder_entity_1 = require("../helpers/entity_folder.entity");
|
|
18
18
|
const swagger_1 = require("@nestjs/swagger");
|
|
19
|
+
const nanoid_1 = require("nanoid");
|
|
19
20
|
let Folder = class Folder extends database_1.BaseEntityWithUser {
|
|
20
21
|
name;
|
|
21
22
|
hidden;
|
|
22
23
|
parent;
|
|
24
|
+
uid;
|
|
23
25
|
files;
|
|
24
26
|
folders;
|
|
25
27
|
owners;
|
|
28
|
+
generateUid() {
|
|
29
|
+
if (!this.uid) {
|
|
30
|
+
this.uid = (0, nanoid_1.nanoid)(11);
|
|
31
|
+
}
|
|
32
|
+
}
|
|
26
33
|
};
|
|
27
34
|
exports.Folder = Folder;
|
|
28
35
|
__decorate([
|
|
@@ -44,6 +51,12 @@ __decorate([
|
|
|
44
51
|
}),
|
|
45
52
|
__metadata("design:type", Folder)
|
|
46
53
|
], Folder.prototype, "parent", void 0);
|
|
54
|
+
__decorate([
|
|
55
|
+
(0, swagger_1.ApiProperty)({ type: String, description: 'UID', minLength: 1 }),
|
|
56
|
+
(0, class_validator_1.MinLength)(1),
|
|
57
|
+
(0, typeorm_1.Column)(),
|
|
58
|
+
__metadata("design:type", String)
|
|
59
|
+
], Folder.prototype, "uid", void 0);
|
|
47
60
|
__decorate([
|
|
48
61
|
(0, swagger_1.ApiProperty)({ type: () => [file_entity_1.File], description: 'Files in the folder' }),
|
|
49
62
|
(0, typeorm_1.OneToMany)(() => file_entity_1.File, (file) => file.folder, {
|
|
@@ -69,6 +82,12 @@ __decorate([
|
|
|
69
82
|
}),
|
|
70
83
|
__metadata("design:type", Array)
|
|
71
84
|
], Folder.prototype, "owners", void 0);
|
|
85
|
+
__decorate([
|
|
86
|
+
(0, typeorm_1.BeforeInsert)(),
|
|
87
|
+
__metadata("design:type", Function),
|
|
88
|
+
__metadata("design:paramtypes", []),
|
|
89
|
+
__metadata("design:returntype", void 0)
|
|
90
|
+
], Folder.prototype, "generateUid", null);
|
|
72
91
|
exports.Folder = Folder = __decorate([
|
|
73
92
|
(0, typeorm_1.Entity)(),
|
|
74
93
|
(0, typeorm_1.Index)(["name", "parent"], { unique: true })
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"folder.entity.js","sourceRoot":"","sources":["../../../src/entities/drive/folder.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oDAA2D;AAC3D,qDAA4C;AAC5C,
|
|
1
|
+
{"version":3,"file":"folder.entity.js","sourceRoot":"","sources":["../../../src/entities/drive/folder.entity.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { AmqpConnection } from "@golevelup/nestjs-rabbitmq";
|
|
2
2
|
import { SendNotificationDto } from "../../common";
|
|
3
|
-
import {
|
|
3
|
+
import { ContactNotifier, TaskNotifier } from "./notifiers";
|
|
4
4
|
export declare class EasyNotifierService {
|
|
5
5
|
private readonly amqpConnection;
|
|
6
6
|
private readonly exchangeName;
|
|
7
7
|
private readonly routingKey;
|
|
8
|
-
readonly task:
|
|
9
|
-
readonly contact:
|
|
10
|
-
constructor(amqpConnection: AmqpConnection, exchangeName: string, routingKey: string
|
|
8
|
+
readonly task: TaskNotifier;
|
|
9
|
+
readonly contact: ContactNotifier;
|
|
10
|
+
constructor(amqpConnection: AmqpConnection, exchangeName: string, routingKey: string);
|
|
11
11
|
sendNotification(data: SendNotificationDto): Promise<void>;
|
|
12
12
|
sendOTPPhone(code: string, recipientsId: string[]): Promise<void>;
|
|
13
13
|
sendOTPEmail(code: string, recipientsId: string[]): Promise<void>;
|
|
@@ -16,7 +16,7 @@ exports.EasyNotifierService = void 0;
|
|
|
16
16
|
const nestjs_rabbitmq_1 = require("@golevelup/nestjs-rabbitmq");
|
|
17
17
|
const common_1 = require("@nestjs/common");
|
|
18
18
|
const common_2 = require("../../common");
|
|
19
|
-
const
|
|
19
|
+
const notifiers_1 = require("./notifiers");
|
|
20
20
|
const logger = new common_1.Logger("EasyNotifierService");
|
|
21
21
|
let EasyNotifierService = class EasyNotifierService {
|
|
22
22
|
amqpConnection;
|
|
@@ -24,12 +24,12 @@ let EasyNotifierService = class EasyNotifierService {
|
|
|
24
24
|
routingKey;
|
|
25
25
|
task;
|
|
26
26
|
contact;
|
|
27
|
-
constructor(amqpConnection, exchangeName, routingKey
|
|
27
|
+
constructor(amqpConnection, exchangeName, routingKey) {
|
|
28
28
|
this.amqpConnection = amqpConnection;
|
|
29
29
|
this.exchangeName = exchangeName;
|
|
30
30
|
this.routingKey = routingKey;
|
|
31
|
-
this.task =
|
|
32
|
-
this.contact =
|
|
31
|
+
this.task = new notifiers_1.TaskNotifier(this);
|
|
32
|
+
this.contact = new notifiers_1.ContactNotifier(this);
|
|
33
33
|
}
|
|
34
34
|
async sendNotification(data) {
|
|
35
35
|
logger.debug(`Sending notification: ${JSON.stringify(data)}`);
|
|
@@ -63,7 +63,6 @@ exports.EasyNotifierService = EasyNotifierService = __decorate([
|
|
|
63
63
|
(0, common_1.Injectable)(),
|
|
64
64
|
__param(1, (0, common_1.Inject)('EXCHANGE_NAME')),
|
|
65
65
|
__param(2, (0, common_1.Inject)('NOTIFIER_ROUTING_KEY')),
|
|
66
|
-
__metadata("design:paramtypes", [nestjs_rabbitmq_1.AmqpConnection, String, String
|
|
67
|
-
subservices_1.ContactNotifierService])
|
|
66
|
+
__metadata("design:paramtypes", [nestjs_rabbitmq_1.AmqpConnection, String, String])
|
|
68
67
|
], EasyNotifierService);
|
|
69
68
|
//# sourceMappingURL=notifier.service.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"notifier.service.js","sourceRoot":"","sources":["../../../src/modules/queue/notifier.service.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,gEAA4D;AAC5D,2CAA4D;AAC5D,yCAAuH;AACvH
|
|
1
|
+
{"version":3,"file":"notifier.service.js","sourceRoot":"","sources":["../../../src/modules/queue/notifier.service.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,gEAA4D;AAC5D,2CAA4D;AAC5D,yCAAuH;AACvH,2CAA4D;AAE5D,MAAM,MAAM,GAAG,IAAI,eAAM,CAAC,qBAAqB,CAAC,CAAC;AAG1C,IAAM,mBAAmB,GAAzB,MAAM,mBAAmB;IAKP;IACyB;IACO;IANrC,IAAI,CAAe;IACnB,OAAO,CAAkB;IAEzC,YACqB,cAA8B,EACL,YAAoB,EACb,UAAkB;QAFlD,mBAAc,GAAd,cAAc,CAAgB;QACL,iBAAY,GAAZ,YAAY,CAAQ;QACb,eAAU,GAAV,UAAU,CAAQ;QAEnE,IAAI,CAAC,IAAI,GAAG,IAAI,wBAAY,CAAC,IAAI,CAAC,CAAC;QACnC,IAAI,CAAC,OAAO,GAAG,IAAI,2BAAe,CAAC,IAAI,CAAC,CAAC;IAC7C,CAAC;IAED,KAAK,CAAC,gBAAgB,CAAC,IAAyB;QAC5C,MAAM,CAAC,KAAK,CAAC,yBAAyB,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;QAC9D,MAAM,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,IAAI,CAAC,YAAY,EAAE,IAAI,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC;IAChF,CAAC;IAED,KAAK,CAAC,YAAY,CAAC,IAAY,EAAE,YAAsB;QACnD,MAAM,eAAe,GAAwB;YACzC,KAAK,EAAE,UAAU;YACjB,OAAO,EAAE,8BAA8B,IAAI,EAAE;YAC7C,YAAY;YACZ,QAAQ,EAAE,CAAC,4BAAmB,CAAC,GAAG,CAAC;YACnC,QAAQ,EAAE,6BAAoB,CAAC,GAAG;YAClC,WAAW,EAAE,gCAAuB,CAAC,GAAG;SAC3C,CAAC;QAEF,MAAM,IAAI,CAAC,gBAAgB,CAAC,eAAe,CAAC,CAAC;IACjD,CAAC;IAED,KAAK,CAAC,YAAY,CAAC,IAAY,EAAE,YAAsB;QACnD,MAAM,eAAe,GAAwB;YACzC,KAAK,EAAE,UAAU;YACjB,OAAO,EAAE,IAAI;YACb,YAAY;YACZ,QAAQ,EAAE,CAAC,4BAAmB,CAAC,KAAK,CAAC;YACrC,QAAQ,EAAE,6BAAoB,CAAC,GAAG;YAClC,WAAW,EAAE,gCAAuB,CAAC,GAAG;SAC3C,CAAC;QAEF,MAAM,IAAI,CAAC,gBAAgB,CAAC,eAAe,CAAC,CAAC;IACjD,CAAC;CACJ,CAAA;AA3CY,kDAAmB;8BAAnB,mBAAmB;IAD/B,IAAA,mBAAU,GAAE;IAOJ,WAAA,IAAA,eAAM,EAAC,eAAe,CAAC,CAAA;IACvB,WAAA,IAAA,eAAM,EAAC,sBAAsB,CAAC,CAAA;qCAFE,gCAAc;GAL1C,mBAAmB,CA2C/B"}
|
|
@@ -0,0 +1,17 @@
|
|
|
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.CalendarService = void 0;
|
|
10
|
+
const common_1 = require("@nestjs/common");
|
|
11
|
+
let CalendarService = class CalendarService {
|
|
12
|
+
};
|
|
13
|
+
exports.CalendarService = CalendarService;
|
|
14
|
+
exports.CalendarService = CalendarService = __decorate([
|
|
15
|
+
(0, common_1.Injectable)()
|
|
16
|
+
], CalendarService);
|
|
17
|
+
//# sourceMappingURL=calendar.notifier.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar.notifier.js","sourceRoot":"","sources":["../../../../src/modules/queue/notifiers/calendar.notifier.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAA4C;AAGrC,IAAM,eAAe,GAArB,MAAM,eAAe;CAAG,CAAA;AAAlB,0CAAe;0BAAf,eAAe;IAD3B,IAAA,mBAAU,GAAE;GACA,eAAe,CAAG"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { EasyNotifierService } from '../notifier.service';
|
|
2
|
+
import { Contact, ContactComment } from '../../../entities';
|
|
3
|
+
export declare class ContactNotifier {
|
|
4
|
+
private readonly notifierService;
|
|
5
|
+
constructor(notifierService: EasyNotifierService);
|
|
6
|
+
notifyNewCommentContact(contact: Contact, comment: ContactComment, recipientsId: string[]): Promise<void>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
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.ContactNotifier = void 0;
|
|
13
|
+
const common_1 = require("@nestjs/common");
|
|
14
|
+
const notifier_service_1 = require("../notifier.service");
|
|
15
|
+
const common_2 = require("../../../common");
|
|
16
|
+
let ContactNotifier = class ContactNotifier {
|
|
17
|
+
notifierService;
|
|
18
|
+
constructor(notifierService) {
|
|
19
|
+
this.notifierService = notifierService;
|
|
20
|
+
}
|
|
21
|
+
async notifyNewCommentContact(contact, comment, recipientsId) {
|
|
22
|
+
const commentText = comment.comment.slice(0, 20);
|
|
23
|
+
const content = `${comment.createdBy.name} comentó en el contacto: <a href="/sales/contacts/contact/${contact.id}?show=true" style="color:#170f6b">[${contact.name}]</a>. Texto del comentario: ${commentText}`;
|
|
24
|
+
const metadata = {
|
|
25
|
+
contactId: contact.id,
|
|
26
|
+
commentId: comment.id,
|
|
27
|
+
contactOwnerId: contact.createdBy?.id,
|
|
28
|
+
commentOwnerId: comment.createdBy?.id,
|
|
29
|
+
contactAssignedId: contact?.assignedBy?.id,
|
|
30
|
+
};
|
|
31
|
+
const notificationDto = {
|
|
32
|
+
title: "New Comment",
|
|
33
|
+
content,
|
|
34
|
+
recipientsId,
|
|
35
|
+
entityId: contact.id,
|
|
36
|
+
channels: [common_2.NotificationChannel.APP, common_2.NotificationChannel.SMS, common_2.NotificationChannel.PUSH],
|
|
37
|
+
category: common_2.NotificationCategory.CRM,
|
|
38
|
+
subCategory: common_2.NotificationSubcategory.CONTACT_NEW_COMMENT,
|
|
39
|
+
metadata,
|
|
40
|
+
};
|
|
41
|
+
await this.notifierService.sendNotification(notificationDto);
|
|
42
|
+
}
|
|
43
|
+
};
|
|
44
|
+
exports.ContactNotifier = ContactNotifier;
|
|
45
|
+
exports.ContactNotifier = ContactNotifier = __decorate([
|
|
46
|
+
(0, common_1.Injectable)(),
|
|
47
|
+
__metadata("design:paramtypes", [notifier_service_1.EasyNotifierService])
|
|
48
|
+
], ContactNotifier);
|
|
49
|
+
//# sourceMappingURL=contact.notifier.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"contact.notifier.js","sourceRoot":"","sources":["../../../../src/modules/queue/notifiers/contact.notifier.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,2CAA4C;AAC5C,0DAA0D;AAE1D,4CAA0H;AAGnH,IAAM,eAAe,GAArB,MAAM,eAAe;IACG;IAA7B,YAA6B,eAAoC;QAApC,oBAAe,GAAf,eAAe,CAAqB;IAAG,CAAC;IAErE,KAAK,CAAC,uBAAuB,CAAC,OAAgB,EAAE,OAAuB,EAAE,YAAsB;QAC7F,MAAM,WAAW,GAAG,OAAO,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;QACjD,MAAM,OAAO,GAAG,GAAG,OAAO,CAAC,SAAS,CAAC,IAAI,6DAA6D,OAAO,CAAC,EAAE,sCAAsC,OAAO,CAAC,IAAI,gCAAgC,WAAW,EAAE,CAAC;QAEhN,MAAM,QAAQ,GAAG;YACb,SAAS,EAAE,OAAO,CAAC,EAAE;YACrB,SAAS,EAAE,OAAO,CAAC,EAAE;YACrB,cAAc,EAAE,OAAO,CAAC,SAAS,EAAE,EAAE;YACrC,cAAc,EAAE,OAAO,CAAC,SAAS,EAAE,EAAE;YACrC,iBAAiB,EAAE,OAAO,EAAE,UAAU,EAAE,EAAE;SAC7C,CAAC;QAEF,MAAM,eAAe,GAAwB;YACzC,KAAK,EAAE,aAAa;YACpB,OAAO;YACP,YAAY;YACZ,QAAQ,EAAE,OAAO,CAAC,EAAE;YACpB,QAAQ,EAAE,CAAC,4BAAmB,CAAC,GAAG,EAAE,4BAAmB,CAAC,GAAG,EAAE,4BAAmB,CAAC,IAAI,CAAC;YACtF,QAAQ,EAAE,6BAAoB,CAAC,GAAG;YAClC,WAAW,EAAE,gCAAuB,CAAC,mBAAmB;YACxD,QAAQ;SACX,CAAC;QAEF,MAAM,IAAI,CAAC,eAAe,CAAC,gBAAgB,CAAC,eAAe,CAAC,CAAC;IACjE,CAAC;CACA,CAAA;AA5BY,0CAAe;0BAAf,eAAe;IAD3B,IAAA,mBAAU,GAAE;qCAEmC,sCAAmB;GADtD,eAAe,CA4B3B"}
|
|
@@ -0,0 +1,20 @@
|
|
|
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("./task.notifier"), exports);
|
|
18
|
+
__exportStar(require("./calendar.notifier"), exports);
|
|
19
|
+
__exportStar(require("./contact.notifier"), exports);
|
|
20
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/modules/queue/notifiers/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kDAAgC;AAChC,sDAAoC;AACpC,qDAAmC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { EasyNotifierService } from '../notifier.service';
|
|
2
|
+
import { Task, TaskComment } from '../../../entities';
|
|
3
|
+
export declare class TaskNotifier {
|
|
4
|
+
private readonly notifierService;
|
|
5
|
+
constructor(notifierService: EasyNotifierService);
|
|
6
|
+
notifyTaskCompletion(task: Task, recipientsId: string[]): Promise<void>;
|
|
7
|
+
notifyTaskOverdue(task: Task, recipientsId: string[]): Promise<void>;
|
|
8
|
+
notifyTaskContinue(task: Task, recipientsId: string[]): Promise<void>;
|
|
9
|
+
notifyNewTask(task: Task, recipientsId: string[]): Promise<void>;
|
|
10
|
+
notifyTaskUpdate(task: Task, recipientsId: string[], changedFields: string[]): Promise<void>;
|
|
11
|
+
notifyNewComment(task: Task, comment: TaskComment, recipientsId: string[]): Promise<void>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,173 @@
|
|
|
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.TaskNotifier = void 0;
|
|
13
|
+
const common_1 = require("@nestjs/common");
|
|
14
|
+
const notifier_service_1 = require("../notifier.service");
|
|
15
|
+
const common_2 = require("../../../common");
|
|
16
|
+
let TaskNotifier = class TaskNotifier {
|
|
17
|
+
notifierService;
|
|
18
|
+
constructor(notifierService) {
|
|
19
|
+
this.notifierService = notifierService;
|
|
20
|
+
}
|
|
21
|
+
async notifyTaskCompletion(task, recipientsId) {
|
|
22
|
+
const metadata = {
|
|
23
|
+
taskId: task.id,
|
|
24
|
+
taskOwnerId: task.createdBy.id,
|
|
25
|
+
taskResponsibleId: task.responsible[0].id,
|
|
26
|
+
};
|
|
27
|
+
const notificationDto = {
|
|
28
|
+
title: "Task Completed",
|
|
29
|
+
content: `The task ${task.name} has been completed`,
|
|
30
|
+
recipientsId,
|
|
31
|
+
entityId: task.id,
|
|
32
|
+
channels: [common_2.NotificationChannel.APP],
|
|
33
|
+
category: common_2.NotificationCategory.TASK,
|
|
34
|
+
subCategory: common_2.NotificationSubcategory.TASK_COMPLETED,
|
|
35
|
+
metadata,
|
|
36
|
+
};
|
|
37
|
+
await this.notifierService.sendNotification(notificationDto);
|
|
38
|
+
}
|
|
39
|
+
async notifyTaskOverdue(task, recipientsId) {
|
|
40
|
+
const metadata = {
|
|
41
|
+
taskId: task.id,
|
|
42
|
+
taskOwnerId: task.createdBy.id,
|
|
43
|
+
taskResponsibleId: task.responsible[0].id,
|
|
44
|
+
};
|
|
45
|
+
const notificationDto = {
|
|
46
|
+
title: "Task Overdue",
|
|
47
|
+
content: `La tarea [#${task.number}] - ${task.name} está atrasada`,
|
|
48
|
+
recipientsId,
|
|
49
|
+
entityId: task.id,
|
|
50
|
+
channels: [common_2.NotificationChannel.APP, common_2.NotificationChannel.SMS, common_2.NotificationChannel.PUSH],
|
|
51
|
+
category: common_2.NotificationCategory.TASK,
|
|
52
|
+
subCategory: common_2.NotificationSubcategory.TASK_OVERDUE,
|
|
53
|
+
metadata,
|
|
54
|
+
};
|
|
55
|
+
await this.notifierService.sendNotification(notificationDto);
|
|
56
|
+
}
|
|
57
|
+
async notifyTaskContinue(task, recipientsId) {
|
|
58
|
+
const metadata = {
|
|
59
|
+
taskId: task.id,
|
|
60
|
+
taskOwnerId: task.createdBy.id,
|
|
61
|
+
taskResponsibleId: task.responsible[0].id,
|
|
62
|
+
};
|
|
63
|
+
const notificationDto = {
|
|
64
|
+
title: "Task Continue",
|
|
65
|
+
content: `La tarea #${task.number} - ${task.name}, ha sido reanudada`,
|
|
66
|
+
recipientsId,
|
|
67
|
+
entityId: task.id,
|
|
68
|
+
channels: [common_2.NotificationChannel.APP],
|
|
69
|
+
category: common_2.NotificationCategory.TASK,
|
|
70
|
+
subCategory: common_2.NotificationSubcategory.TASK_UPDATED,
|
|
71
|
+
metadata,
|
|
72
|
+
};
|
|
73
|
+
await this.notifierService.sendNotification(notificationDto);
|
|
74
|
+
}
|
|
75
|
+
async notifyNewTask(task, recipientsId) {
|
|
76
|
+
const fechaLimite = task.deadline ? `<br/>Fecha Limite:${new Date(task.deadline)}` : ``;
|
|
77
|
+
const observadores = task.observers.length > 0 ? `<br/>Observadores: ${task.observers.map(observer => observer.username).join(", ")}` : ``;
|
|
78
|
+
const responsible = task.responsible.length > 0 ? `<br/>Persona Responsable: ${task.responsible.map(responsible => responsible.username).join(", ")}` : ``;
|
|
79
|
+
const participants = task.participants.length > 0 ? `<br/>Participantes: ${task.participants.map(participant => participant.username).join(", ")}` : ``;
|
|
80
|
+
const content = `Nueva Tarea agregada: <a href="/tools/tasks/task/${task.id}?show=true" style="color:blue">[${task.name}]</a>${responsible}${observadores}${participants}${fechaLimite}`;
|
|
81
|
+
const metadata = {
|
|
82
|
+
taskId: task.id,
|
|
83
|
+
taskOwnerId: task.createdBy.id,
|
|
84
|
+
taskResponsibleId: task.responsible[0].id,
|
|
85
|
+
};
|
|
86
|
+
const notificationDto = {
|
|
87
|
+
title: "New Task",
|
|
88
|
+
content,
|
|
89
|
+
recipientsId,
|
|
90
|
+
entityId: task.id,
|
|
91
|
+
channels: [common_2.NotificationChannel.APP, common_2.NotificationChannel.SMS, common_2.NotificationChannel.PUSH],
|
|
92
|
+
category: common_2.NotificationCategory.TASK,
|
|
93
|
+
subCategory: common_2.NotificationSubcategory.NEW_TASK,
|
|
94
|
+
metadata,
|
|
95
|
+
};
|
|
96
|
+
await this.notifierService.sendNotification(notificationDto);
|
|
97
|
+
}
|
|
98
|
+
async notifyTaskUpdate(task, recipientsId, changedFields) {
|
|
99
|
+
const metadata = {
|
|
100
|
+
taskId: task.id,
|
|
101
|
+
taskOwnerId: task.createdBy.id,
|
|
102
|
+
taskResponsibleId: task.responsible[0].id,
|
|
103
|
+
};
|
|
104
|
+
const createNotificationDto = (content, recipients) => ({
|
|
105
|
+
title: "Task Update",
|
|
106
|
+
content,
|
|
107
|
+
recipientsId: recipients,
|
|
108
|
+
entityId: task.id,
|
|
109
|
+
channels: [common_2.NotificationChannel.APP, common_2.NotificationChannel.SMS, common_2.NotificationChannel.PUSH],
|
|
110
|
+
category: common_2.NotificationCategory.TASK,
|
|
111
|
+
subCategory: common_2.NotificationSubcategory.TASK_UPDATED,
|
|
112
|
+
metadata,
|
|
113
|
+
});
|
|
114
|
+
const taskLink = `<a href="/tools/tasks/task/${task.id}?show=true" style="color:blue">[${task.name}]</a>`;
|
|
115
|
+
let content = `Tarea #${task.number} - ${taskLink}`;
|
|
116
|
+
if (changedFields.length === 0) {
|
|
117
|
+
content += " - ha sido actualizada";
|
|
118
|
+
await this.notifierService.sendNotification(createNotificationDto(content, recipientsId));
|
|
119
|
+
return;
|
|
120
|
+
}
|
|
121
|
+
content += " - se actualizó:";
|
|
122
|
+
if (changedFields.includes("deadline")) {
|
|
123
|
+
if (task.deadline) {
|
|
124
|
+
const deadLine = new Date(task.deadline);
|
|
125
|
+
content += `<br/>Fecha Limite cambiada: ${deadLine.getDate()}/${deadLine.getMonth() + 1}/${deadLine.getFullYear()}`;
|
|
126
|
+
}
|
|
127
|
+
else {
|
|
128
|
+
content += `<br/>Fecha Limite cambiada: Ninguna`;
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
if (changedFields.includes("responsible")) {
|
|
132
|
+
content = `Se le asignó la tarea #${task.number} - ${taskLink}`;
|
|
133
|
+
await this.notifierService.sendNotification(createNotificationDto(content, [task.responsible[0].id]));
|
|
134
|
+
}
|
|
135
|
+
else {
|
|
136
|
+
if (changedFields.includes("name"))
|
|
137
|
+
content += `<br/>Nombre: ${task.name}`;
|
|
138
|
+
if (changedFields.includes("description"))
|
|
139
|
+
content += `<br/>Descripción: ${task.description}`;
|
|
140
|
+
if (changedFields.includes("status"))
|
|
141
|
+
content += `<br/>Estado: ${task.status}`;
|
|
142
|
+
await this.notifierService.sendNotification(createNotificationDto(content, recipientsId));
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
async notifyNewComment(task, comment, recipientsId) {
|
|
146
|
+
const commentText = comment.comment.slice(0, 20);
|
|
147
|
+
const content = `${comment.createdBy.name} comentó en la tarea: <a href="/tools/tasks/task/${task.id}?show=true" style="color:#170f6b">[${task.name}]</a>. Texto del comentario: ${commentText}`;
|
|
148
|
+
const metadata = {
|
|
149
|
+
taskId: task.id,
|
|
150
|
+
commentId: comment.id,
|
|
151
|
+
taskOwnerId: task.createdBy.id,
|
|
152
|
+
commentOwnerId: comment.createdBy.id,
|
|
153
|
+
taskResponsibleId: task.responsible[0].id,
|
|
154
|
+
};
|
|
155
|
+
const notificationDto = {
|
|
156
|
+
title: "New Comment",
|
|
157
|
+
content,
|
|
158
|
+
recipientsId,
|
|
159
|
+
entityId: task.id,
|
|
160
|
+
channels: [common_2.NotificationChannel.APP, common_2.NotificationChannel.SMS, common_2.NotificationChannel.PUSH],
|
|
161
|
+
category: common_2.NotificationCategory.TASK,
|
|
162
|
+
subCategory: common_2.NotificationSubcategory.TASK_NEW_COMMNET,
|
|
163
|
+
metadata,
|
|
164
|
+
};
|
|
165
|
+
await this.notifierService.sendNotification(notificationDto);
|
|
166
|
+
}
|
|
167
|
+
};
|
|
168
|
+
exports.TaskNotifier = TaskNotifier;
|
|
169
|
+
exports.TaskNotifier = TaskNotifier = __decorate([
|
|
170
|
+
(0, common_1.Injectable)(),
|
|
171
|
+
__metadata("design:paramtypes", [notifier_service_1.EasyNotifierService])
|
|
172
|
+
], TaskNotifier);
|
|
173
|
+
//# sourceMappingURL=task.notifier.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"task.notifier.js","sourceRoot":"","sources":["../../../../src/modules/queue/notifiers/task.notifier.ts"],"names":[],"mappings":"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"}
|
|
@@ -12,7 +12,6 @@ const common_1 = require("@nestjs/common");
|
|
|
12
12
|
const notifier_service_1 = require("./notifier.service");
|
|
13
13
|
const nestjs_rabbitmq_1 = require("@golevelup/nestjs-rabbitmq");
|
|
14
14
|
const scheduler_service_1 = require("./scheduler.service");
|
|
15
|
-
const subservices_1 = require("./subservices");
|
|
16
15
|
let EasyQueueModule = EasyQueueModule_1 = class EasyQueueModule {
|
|
17
16
|
static register(exchangeName, rabbitMQUri, notificationRoutingKey, schedulerRoutingKey) {
|
|
18
17
|
return {
|
|
@@ -41,12 +40,10 @@ let EasyQueueModule = EasyQueueModule_1 = class EasyQueueModule {
|
|
|
41
40
|
provide: 'SCHEDULER_ROUTING_KEY',
|
|
42
41
|
useValue: schedulerRoutingKey,
|
|
43
42
|
},
|
|
44
|
-
subservices_1.TaskNotifierService,
|
|
45
|
-
subservices_1.ContactNotifierService,
|
|
46
43
|
notifier_service_1.EasyNotifierService,
|
|
47
44
|
scheduler_service_1.EasySchedulerService,
|
|
48
45
|
],
|
|
49
|
-
exports: [notifier_service_1.EasyNotifierService, scheduler_service_1.EasySchedulerService
|
|
46
|
+
exports: [notifier_service_1.EasyNotifierService, scheduler_service_1.EasySchedulerService],
|
|
50
47
|
};
|
|
51
48
|
}
|
|
52
49
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"queue.module.js","sourceRoot":"","sources":["../../../src/modules/queue/queue.module.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,2CAA+D;AAC/D,yDAAyD;AACzD,gEAA4D;AAC5D,2DAA2D;
|
|
1
|
+
{"version":3,"file":"queue.module.js","sourceRoot":"","sources":["../../../src/modules/queue/queue.module.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,2CAA+D;AAC/D,yDAAyD;AACzD,gEAA4D;AAC5D,2DAA2D;AAIpD,IAAM,eAAe,uBAArB,MAAM,eAAe;IAC1B,MAAM,CAAC,QAAQ,CACb,YAAoB,EACpB,WAAmB,EACnB,sBAA8B,EAC9B,mBAA2B;QAE3B,OAAO;YACL,MAAM,EAAE,iBAAe;YACvB,OAAO,EAAE;gBACP,gCAAc,CAAC,OAAO,CAAC,gCAAc,EAAE;oBACrC,SAAS,EAAE;wBACT;4BACE,IAAI,EAAE,YAAY;4BAClB,IAAI,EAAE,OAAO;yBACd;qBACF;oBACD,GAAG,EAAE,WAAW;iBACjB,CAAC;aACH;YACD,SAAS,EAAE;gBACT;oBACE,OAAO,EAAE,eAAe;oBACxB,QAAQ,EAAE,YAAY;iBACvB;gBACD;oBACE,OAAO,EAAE,sBAAsB;oBAC/B,QAAQ,EAAE,sBAAsB;iBACjC;gBACD;oBACE,OAAO,EAAE,uBAAuB;oBAChC,QAAQ,EAAE,mBAAmB;iBAC9B;gBACD,sCAAmB;gBACnB,wCAAoB;aACrB;YACD,OAAO,EAAE,CAAC,sCAAmB,EAAE,wCAAoB,CAAC;SACrD,CAAC;IACJ,CAAC;CACF,CAAA;AAvCY,0CAAe;0BAAf,eAAe;IAF3B,IAAA,eAAM,GAAE;IACR,IAAA,eAAM,EAAC,EAAE,CAAC;GACE,eAAe,CAuC3B"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "easywork-common-lib",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.257",
|
|
4
4
|
"description": "Librería común de Easywork",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
"@nestjs/typeorm": "^10.0.2",
|
|
28
28
|
"class-transformer": "^0.5.1",
|
|
29
29
|
"class-validator": "^0.14.1",
|
|
30
|
+
"nanoid": "3",
|
|
30
31
|
"rxjs": "^7.8.1",
|
|
31
32
|
"typeorm": "^0.3.20"
|
|
32
33
|
},
|