@silexpert/core 1.0.115 → 1.0.117
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/es/api/resources/Mail.d.ts +10 -0
- package/es/api/resources/Mail.d.ts.map +1 -1
- package/es/api/resources/Mail.js +6 -0
- package/es/api/resources/Mail.js.map +1 -1
- package/es/types/Enum/MailAddressType.d.ts +7 -0
- package/es/types/Enum/MailAddressType.d.ts.map +1 -0
- package/es/types/Enum/MailAddressType.js +8 -0
- package/es/types/Enum/MailAddressType.js.map +1 -0
- package/es/types/Interface/api/mail/CreateMailParams.d.ts +4 -0
- package/es/types/Interface/api/mail/CreateMailParams.d.ts.map +1 -1
- package/es/types/Interface/api/mail/CreateMailParams.js.map +1 -1
- package/es/types/Interface/api/webmail/GetPaginatedWhereObjectParams.d.ts +19 -0
- package/es/types/Interface/api/webmail/GetPaginatedWhereObjectParams.d.ts.map +1 -0
- package/es/types/Interface/api/webmail/GetPaginatedWhereObjectParams.js +122 -0
- package/es/types/Interface/api/webmail/GetPaginatedWhereObjectParams.js.map +1 -0
- package/es/types/Interface/api/webmail/MigrateMailAddresses.d.ts +9 -0
- package/es/types/Interface/api/webmail/MigrateMailAddresses.d.ts.map +1 -0
- package/es/types/Interface/api/webmail/MigrateMailAddresses.js +44 -0
- package/es/types/Interface/api/webmail/MigrateMailAddresses.js.map +1 -0
- package/es/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.d.ts +1 -1
- package/es/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.d.ts.map +1 -1
- package/es/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.js +2 -2
- package/es/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.js.map +1 -1
- package/es/types/Interface/models/IMail.d.ts +5 -0
- package/es/types/Interface/models/IMail.d.ts.map +1 -1
- package/es/types/Interface/models/IMail.js.map +1 -1
- package/es/types/Interface/models/IMailAddress.d.ts +11 -0
- package/es/types/Interface/models/IMailAddress.d.ts.map +1 -0
- package/es/types/Interface/models/IMailAddress.js +2 -0
- package/es/types/Interface/models/IMailAddress.js.map +1 -0
- package/es/types/Interface/models/IMailAddressMail.d.ts +10 -0
- package/es/types/Interface/models/IMailAddressMail.d.ts.map +1 -0
- package/es/types/Interface/models/IMailAddressMail.js +2 -0
- package/es/types/Interface/models/IMailAddressMail.js.map +1 -0
- package/es/types/Interface/models/IUser.d.ts +1 -0
- package/es/types/Interface/models/IUser.d.ts.map +1 -1
- package/es/types/Interface/models/IUser.js.map +1 -1
- package/es/types/index.d.ts +5 -2
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +5 -2
- package/es/types/index.js.map +1 -1
- package/es/utils/commercialManagement/templates/body.d.ts.map +1 -1
- package/es/utils/commercialManagement/templates/body.js +4 -1
- package/es/utils/commercialManagement/templates/body.js.map +1 -1
- package/es/utils/commercialManagement/templates/common.d.ts +1 -0
- package/es/utils/commercialManagement/templates/common.d.ts.map +1 -1
- package/es/utils/commercialManagement/templates/common.js +21 -5
- package/es/utils/commercialManagement/templates/common.js.map +1 -1
- package/es/utils/phone.js +1 -1
- package/es/utils/phone.js.map +1 -1
- package/js/api/resources/Mail.js +14 -0
- package/js/api/resources/Mail.js.map +1 -1
- package/js/types/Enum/MailAddressType.js +14 -0
- package/js/types/Enum/MailAddressType.js.map +1 -0
- package/js/types/Interface/api/webmail/GetPaginatedWhereObjectParams.js +65 -0
- package/js/types/Interface/api/webmail/GetPaginatedWhereObjectParams.js.map +1 -0
- package/js/types/Interface/api/webmail/MigrateMailAddresses.js +53 -0
- package/js/types/Interface/api/webmail/MigrateMailAddresses.js.map +1 -0
- package/js/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.js +4 -4
- package/js/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.js.map +1 -1
- package/js/types/Interface/models/IMailAddress.js +6 -0
- package/js/types/Interface/models/IMailAddress.js.map +1 -0
- package/js/types/Interface/models/IMailAddressMail.js +6 -0
- package/js/types/Interface/models/IMailAddressMail.js.map +1 -0
- package/js/types/index.js +45 -9
- package/js/types/index.js.map +1 -1
- package/js/utils/commercialManagement/templates/body.js +4 -1
- package/js/utils/commercialManagement/templates/body.js.map +1 -1
- package/js/utils/commercialManagement/templates/common.js +21 -5
- package/js/utils/commercialManagement/templates/common.js.map +1 -1
- package/js/utils/phone.js +1 -1
- package/js/utils/phone.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Mail.ts +8 -0
- package/ts/types/Enum/MailAddressType.ts +6 -0
- package/ts/types/Interface/api/mail/CreateMailParams.ts +4 -1
- package/ts/types/Interface/api/webmail/GetPaginatedWhereObjectParams.ts +98 -0
- package/ts/types/Interface/api/webmail/MigrateMailAddresses.ts +25 -0
- package/ts/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.ts +1 -1
- package/ts/types/Interface/models/IMail.ts +5 -0
- package/ts/types/Interface/models/IMailAddress.ts +14 -0
- package/ts/types/Interface/models/IMailAddressMail.ts +13 -0
- package/ts/types/Interface/models/IUser.ts +1 -0
- package/ts/types/index.ts +5 -2
- package/ts/utils/commercialManagement/templates/body.ts +5 -2
- package/ts/utils/commercialManagement/templates/common.ts +23 -6
- package/ts/utils/phone.ts +1 -1
- package/es/types/Interface/api/webmail/CreateWebmailFromLambda.d.ts +0 -25
- package/es/types/Interface/api/webmail/CreateWebmailFromLambda.d.ts.map +0 -1
- package/es/types/Interface/api/webmail/CreateWebmailFromLambda.js +0 -109
- package/es/types/Interface/api/webmail/CreateWebmailFromLambda.js.map +0 -1
- package/es/types/Interface/api/webmail/GetMissingMailsInFinalBucket.d.ts +0 -4
- package/es/types/Interface/api/webmail/GetMissingMailsInFinalBucket.d.ts.map +0 -1
- package/es/types/Interface/api/webmail/GetMissingMailsInFinalBucket.js +0 -20
- package/es/types/Interface/api/webmail/GetMissingMailsInFinalBucket.js.map +0 -1
- package/js/types/Interface/api/webmail/CreateWebmailFromLambda.js +0 -61
- package/js/types/Interface/api/webmail/CreateWebmailFromLambda.js.map +0 -1
- package/js/types/Interface/api/webmail/GetMissingMailsInFinalBucket.js +0 -29
- package/js/types/Interface/api/webmail/GetMissingMailsInFinalBucket.js.map +0 -1
- package/ts/types/Interface/api/webmail/CreateWebmailFromLambda.ts +0 -87
- package/ts/types/Interface/api/webmail/GetMissingMailsInFinalBucket.ts +0 -9
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.CreateWebmailFromLambda = undefined;
|
|
7
|
-
|
|
8
|
-
var _classValidator = require("class-validator");
|
|
9
|
-
|
|
10
|
-
var _utils = require("../../../../utils");
|
|
11
|
-
|
|
12
|
-
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
13
|
-
var c = arguments.length,
|
|
14
|
-
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
15
|
-
d;
|
|
16
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);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;
|
|
17
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
18
|
-
};
|
|
19
|
-
|
|
20
|
-
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
21
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
22
|
-
};
|
|
23
|
-
|
|
24
|
-
class CreateWebmailFromLambda {}
|
|
25
|
-
|
|
26
|
-
exports.CreateWebmailFromLambda = CreateWebmailFromLambda;
|
|
27
|
-
|
|
28
|
-
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsArray)(), __metadata("design:type", Array)], CreateWebmailFromLambda.prototype, "attachments", void 0);
|
|
29
|
-
|
|
30
|
-
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsObject)(), (0, _classValidator.IsNotEmpty)(), __metadata("design:type", Object)], CreateWebmailFromLambda.prototype, "headers", void 0);
|
|
31
|
-
|
|
32
|
-
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsArray)(), (0, _classValidator.IsNotEmpty)(), __metadata("design:type", Array)], CreateWebmailFromLambda.prototype, "headerLines", void 0);
|
|
33
|
-
|
|
34
|
-
__decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Object)], CreateWebmailFromLambda.prototype, "html", void 0);
|
|
35
|
-
|
|
36
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsString)(), (0, _classValidator.IsOptional)(), __metadata("design:type", String)], CreateWebmailFromLambda.prototype, "text", void 0);
|
|
37
|
-
|
|
38
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsString)(), (0, _classValidator.IsOptional)(), __metadata("design:type", String)], CreateWebmailFromLambda.prototype, "textAsHtml", void 0);
|
|
39
|
-
|
|
40
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsString)(), (0, _classValidator.IsOptional)(), __metadata("design:type", String)], CreateWebmailFromLambda.prototype, "subject", void 0);
|
|
41
|
-
|
|
42
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], CreateWebmailFromLambda.prototype, "references", void 0);
|
|
43
|
-
|
|
44
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsDate)(), __metadata("design:type", Date)], CreateWebmailFromLambda.prototype, "date", void 0);
|
|
45
|
-
|
|
46
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], CreateWebmailFromLambda.prototype, "to", void 0);
|
|
47
|
-
|
|
48
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsObject)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], CreateWebmailFromLambda.prototype, "from", void 0);
|
|
49
|
-
|
|
50
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], CreateWebmailFromLambda.prototype, "cc", void 0);
|
|
51
|
-
|
|
52
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], CreateWebmailFromLambda.prototype, "bcc", void 0);
|
|
53
|
-
|
|
54
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsObject)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], CreateWebmailFromLambda.prototype, "replyTo", void 0);
|
|
55
|
-
|
|
56
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsString)(), (0, _classValidator.IsOptional)(), __metadata("design:type", String)], CreateWebmailFromLambda.prototype, "messageId", void 0);
|
|
57
|
-
|
|
58
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsString)(), (0, _classValidator.IsOptional)(), __metadata("design:type", String)], CreateWebmailFromLambda.prototype, "inReplyTo", void 0);
|
|
59
|
-
|
|
60
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsIn)(['normal', 'low', 'high']), __metadata("design:type", String)], CreateWebmailFromLambda.prototype, "priority", void 0);
|
|
61
|
-
//# sourceMappingURL=CreateWebmailFromLambda.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CreateWebmailFromLambda.js","mappings":";;;;;;;AAAA;;AAMA;;;;;;;;;;;;;;AAEM,MAAOA,uBAAP,CAA8B;;QAAvBA,uB,GAAAA,uB;;AAGXC,YAFC,yBAED,EADC,8BACD;;AAKAA,YAHC,yBAGD,EAFC,+BAED,EADC,iCACD;;AAKAA,YAHC,yBAGD,EAFC,8BAED,EADC,iCACD;;AAGAA,YADC,yBACD;;AAKAA,YAHC,iCAGD,EAFC,+BAED,EADC,iCACD;;AAKAA,YAHC,iCAGD,EAFC,+BAED,EADC,iCACD;;AAKAA,YAHC,iCAGD,EAFC,+BAED,EADC,iCACD;;AAIAA,YAFC,iCAED,EADC,iCACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,6BACD,4BAAOC,KAAP;;AAIAD,YAFC,iCAED,EADC,iCACD;;AAKAA,YAHC,iCAGD,EAFC,+BAED,EADC,iCACD;;AAIAA,YAFC,iCAED,EADC,iCACD;;AAIAA,YAFC,iCAED,EADC,iCACD;;AAKAA,YAHC,iCAGD,EAFC,+BAED,EADC,iCACD;;AAKAA,YAHC,iCAGD,EAFC,+BAED,EADC,iCACD;;AAKAA,YAHC,iCAGD,EAFC,+BAED,EADC,iCACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,0BAAK,CAAC,QAAD,EAAW,KAAX,EAAkB,MAAlB,CAAL,CACD","names":["CreateWebmailFromLambda","__decorate","Date"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/webmail/CreateWebmailFromLambda.ts"],"sourcesContent":["import {\n IsArray, IsDate, IsIn, IsNotEmpty, IsObject, IsOptional, IsString,\n} from 'class-validator';\nimport {\n AddressObject, HeaderLines,\n} from 'mailparser';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class CreateWebmailFromLambda {\n @ApiProperty()\n @IsArray()\n attachments: { [key: string]: any }[];\n\n @ApiProperty()\n @IsObject()\n @IsNotEmpty()\n headers: { [key: string]: any };\n\n @ApiProperty()\n @IsArray()\n @IsNotEmpty()\n headerLines: HeaderLines;\n\n @ApiProperty()\n html: string | false;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n text?: string;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n textAsHtml?: string;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n subject?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n references?: string[] | string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n date?: Date;\n\n @ApiPropertyOptional()\n @IsOptional()\n to?: AddressObject | AddressObject[];\n\n @ApiPropertyOptional()\n @IsObject()\n @IsOptional()\n from?: AddressObject;\n\n @ApiPropertyOptional()\n @IsOptional()\n cc?: AddressObject | AddressObject[];\n\n @ApiPropertyOptional()\n @IsOptional()\n bcc?: AddressObject | AddressObject[];\n\n @ApiPropertyOptional()\n @IsObject()\n @IsOptional()\n replyTo?: AddressObject;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n messageId?: string;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n inReplyTo?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsIn(['normal', 'low', 'high'])\n priority?: 'normal' | 'low' | 'high';\n}\n"]}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.GetMissingMailsInFinalBucket = undefined;
|
|
7
|
-
|
|
8
|
-
var _classValidator = require("class-validator");
|
|
9
|
-
|
|
10
|
-
var _utils = require("../../../../utils");
|
|
11
|
-
|
|
12
|
-
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
13
|
-
var c = arguments.length,
|
|
14
|
-
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
15
|
-
d;
|
|
16
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);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;
|
|
17
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
18
|
-
};
|
|
19
|
-
|
|
20
|
-
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
21
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
22
|
-
};
|
|
23
|
-
|
|
24
|
-
class GetMissingMailsInFinalBucket {}
|
|
25
|
-
|
|
26
|
-
exports.GetMissingMailsInFinalBucket = GetMissingMailsInFinalBucket;
|
|
27
|
-
|
|
28
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsString)(), __metadata("design:type", String)], GetMissingMailsInFinalBucket.prototype, "prefix", void 0);
|
|
29
|
-
//# sourceMappingURL=GetMissingMailsInFinalBucket.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"GetMissingMailsInFinalBucket.js","mappings":";;;;;;;AAAA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,4BAAP,CAAmC;;QAA5BA,4B,GAAAA,4B;;AAIXC,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD","names":["GetMissingMailsInFinalBucket","__decorate"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/webmail/GetMissingMailsInFinalBucket.ts"],"sourcesContent":["import { IsOptional, IsString } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\n\nexport class GetMissingMailsInFinalBucket {\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n prefix?: string;\n}"]}
|
|
@@ -1,87 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
IsArray, IsDate, IsIn, IsNotEmpty, IsObject, IsOptional, IsString,
|
|
3
|
-
} from 'class-validator';
|
|
4
|
-
import {
|
|
5
|
-
AddressObject, HeaderLines,
|
|
6
|
-
} from 'mailparser';
|
|
7
|
-
import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
|
|
8
|
-
|
|
9
|
-
export class CreateWebmailFromLambda {
|
|
10
|
-
@ApiProperty()
|
|
11
|
-
@IsArray()
|
|
12
|
-
attachments: { [key: string]: any }[];
|
|
13
|
-
|
|
14
|
-
@ApiProperty()
|
|
15
|
-
@IsObject()
|
|
16
|
-
@IsNotEmpty()
|
|
17
|
-
headers: { [key: string]: any };
|
|
18
|
-
|
|
19
|
-
@ApiProperty()
|
|
20
|
-
@IsArray()
|
|
21
|
-
@IsNotEmpty()
|
|
22
|
-
headerLines: HeaderLines;
|
|
23
|
-
|
|
24
|
-
@ApiProperty()
|
|
25
|
-
html: string | false;
|
|
26
|
-
|
|
27
|
-
@ApiPropertyOptional()
|
|
28
|
-
@IsString()
|
|
29
|
-
@IsOptional()
|
|
30
|
-
text?: string;
|
|
31
|
-
|
|
32
|
-
@ApiPropertyOptional()
|
|
33
|
-
@IsString()
|
|
34
|
-
@IsOptional()
|
|
35
|
-
textAsHtml?: string;
|
|
36
|
-
|
|
37
|
-
@ApiPropertyOptional()
|
|
38
|
-
@IsString()
|
|
39
|
-
@IsOptional()
|
|
40
|
-
subject?: string;
|
|
41
|
-
|
|
42
|
-
@ApiPropertyOptional()
|
|
43
|
-
@IsOptional()
|
|
44
|
-
references?: string[] | string;
|
|
45
|
-
|
|
46
|
-
@ApiPropertyOptional()
|
|
47
|
-
@IsOptional()
|
|
48
|
-
@IsDate()
|
|
49
|
-
date?: Date;
|
|
50
|
-
|
|
51
|
-
@ApiPropertyOptional()
|
|
52
|
-
@IsOptional()
|
|
53
|
-
to?: AddressObject | AddressObject[];
|
|
54
|
-
|
|
55
|
-
@ApiPropertyOptional()
|
|
56
|
-
@IsObject()
|
|
57
|
-
@IsOptional()
|
|
58
|
-
from?: AddressObject;
|
|
59
|
-
|
|
60
|
-
@ApiPropertyOptional()
|
|
61
|
-
@IsOptional()
|
|
62
|
-
cc?: AddressObject | AddressObject[];
|
|
63
|
-
|
|
64
|
-
@ApiPropertyOptional()
|
|
65
|
-
@IsOptional()
|
|
66
|
-
bcc?: AddressObject | AddressObject[];
|
|
67
|
-
|
|
68
|
-
@ApiPropertyOptional()
|
|
69
|
-
@IsObject()
|
|
70
|
-
@IsOptional()
|
|
71
|
-
replyTo?: AddressObject;
|
|
72
|
-
|
|
73
|
-
@ApiPropertyOptional()
|
|
74
|
-
@IsString()
|
|
75
|
-
@IsOptional()
|
|
76
|
-
messageId?: string;
|
|
77
|
-
|
|
78
|
-
@ApiPropertyOptional()
|
|
79
|
-
@IsString()
|
|
80
|
-
@IsOptional()
|
|
81
|
-
inReplyTo?: string;
|
|
82
|
-
|
|
83
|
-
@ApiPropertyOptional()
|
|
84
|
-
@IsOptional()
|
|
85
|
-
@IsIn(['normal', 'low', 'high'])
|
|
86
|
-
priority?: 'normal' | 'low' | 'high';
|
|
87
|
-
}
|