@kl1/contracts 1.0.70 → 1.0.71
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/index.js +11 -17
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +11 -17
- package/dist/index.mjs.map +1 -1
- package/dist/src/chat/index.d.ts +1110 -2579
- package/dist/src/chat/index.d.ts.map +1 -1
- package/dist/src/chat/schema.d.ts +222 -519
- package/dist/src/chat/schema.d.ts.map +1 -1
- package/dist/src/chat/validation.d.ts +228 -482
- package/dist/src/chat/validation.d.ts.map +1 -1
- package/dist/src/comment/index.d.ts +222 -547
- package/dist/src/comment/index.d.ts.map +1 -1
- package/dist/src/comment/schema.d.ts +66 -165
- package/dist/src/comment/schema.d.ts.map +1 -1
- package/dist/src/contact/index.d.ts +614 -999
- package/dist/src/contact/index.d.ts.map +1 -1
- package/dist/src/contact/schema.d.ts +72 -200
- package/dist/src/contact/schema.d.ts.map +1 -1
- package/dist/src/contact/validation.d.ts +317 -806
- package/dist/src/contact/validation.d.ts.map +1 -1
- package/dist/src/contract.d.ts +4719 -8395
- package/dist/src/contract.d.ts.map +1 -1
- package/dist/src/custom-field-upload/schema.d.ts +2 -2
- package/dist/src/cx-log/index.d.ts +234 -573
- package/dist/src/cx-log/index.d.ts.map +1 -1
- package/dist/src/cx-log/schema.d.ts +198 -495
- package/dist/src/cx-log/schema.d.ts.map +1 -1
- package/dist/src/instagram/index.d.ts +138 -265
- package/dist/src/instagram/index.d.ts.map +1 -1
- package/dist/src/line/index.d.ts +138 -265
- package/dist/src/line/index.d.ts.map +1 -1
- package/dist/src/mail/mail-contract.d.ts +1330 -1330
- package/dist/src/mail/message-contract.d.ts +56 -56
- package/dist/src/mail/room-contract.d.ts +1258 -1258
- package/dist/src/mail/schemas/message.schema.d.ts +33 -33
- package/dist/src/mail/schemas/room-validation.schema.d.ts +420 -420
- package/dist/src/mail/schemas/room.schema.d.ts +284 -284
- package/dist/src/messenger/index.d.ts +138 -265
- package/dist/src/messenger/index.d.ts.map +1 -1
- package/dist/src/telephony-cdr/index.d.ts +198 -495
- package/dist/src/telephony-cdr/index.d.ts.map +1 -1
- package/dist/src/telephony-cdr/schema.d.ts +54 -139
- package/dist/src/telephony-cdr/schema.d.ts.map +1 -1
- package/dist/src/ticket/index.d.ts +338 -818
- package/dist/src/ticket/index.d.ts.map +1 -1
- package/dist/src/ticket/schema.d.ts +54 -139
- package/dist/src/ticket/schema.d.ts.map +1 -1
- package/dist/src/viber/index.d.ts +138 -265
- package/dist/src/viber/index.d.ts.map +1 -1
- package/package.json +1 -1
@@ -382,30 +382,6 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
382
382
|
updatedAt: Date;
|
383
383
|
deletedAt: Date | null;
|
384
384
|
roomId: string;
|
385
|
-
attachments: {
|
386
|
-
id: string;
|
387
|
-
createdAt: Date;
|
388
|
-
updatedAt: Date;
|
389
|
-
deletedAt: Date | null;
|
390
|
-
fileName: string;
|
391
|
-
fileType: string;
|
392
|
-
upload: {
|
393
|
-
id: string;
|
394
|
-
createdAt: Date;
|
395
|
-
updatedAt: Date;
|
396
|
-
deletedAt: Date | null;
|
397
|
-
bucket_name: string;
|
398
|
-
file_name: string;
|
399
|
-
file_key: string;
|
400
|
-
file_size: number;
|
401
|
-
file_url: string;
|
402
|
-
extension_name: string;
|
403
|
-
};
|
404
|
-
uploadId: string;
|
405
|
-
roomId: string;
|
406
|
-
messageId: string;
|
407
|
-
emailEngineAttachmentId: string;
|
408
|
-
}[];
|
409
385
|
subject: string;
|
410
386
|
textPlain: string;
|
411
387
|
textHtml: string;
|
@@ -447,15 +423,6 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
447
423
|
updatedAt: Date;
|
448
424
|
deletedAt: Date | null;
|
449
425
|
}[];
|
450
|
-
}, {
|
451
|
-
id: string;
|
452
|
-
direction: string;
|
453
|
-
action: string;
|
454
|
-
date: Date;
|
455
|
-
createdAt: Date;
|
456
|
-
updatedAt: Date;
|
457
|
-
deletedAt: Date | null;
|
458
|
-
roomId: string;
|
459
426
|
attachments: {
|
460
427
|
id: string;
|
461
428
|
createdAt: Date;
|
@@ -480,6 +447,15 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
480
447
|
messageId: string;
|
481
448
|
emailEngineAttachmentId: string;
|
482
449
|
}[];
|
450
|
+
}, {
|
451
|
+
id: string;
|
452
|
+
direction: string;
|
453
|
+
action: string;
|
454
|
+
date: Date;
|
455
|
+
createdAt: Date;
|
456
|
+
updatedAt: Date;
|
457
|
+
deletedAt: Date | null;
|
458
|
+
roomId: string;
|
483
459
|
subject: string;
|
484
460
|
textPlain: string;
|
485
461
|
textHtml: string;
|
@@ -521,6 +497,30 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
521
497
|
updatedAt: Date;
|
522
498
|
deletedAt: Date | null;
|
523
499
|
}[];
|
500
|
+
attachments: {
|
501
|
+
id: string;
|
502
|
+
createdAt: Date;
|
503
|
+
updatedAt: Date;
|
504
|
+
deletedAt: Date | null;
|
505
|
+
fileName: string;
|
506
|
+
fileType: string;
|
507
|
+
upload: {
|
508
|
+
id: string;
|
509
|
+
createdAt: Date;
|
510
|
+
updatedAt: Date;
|
511
|
+
deletedAt: Date | null;
|
512
|
+
bucket_name: string;
|
513
|
+
file_name: string;
|
514
|
+
file_key: string;
|
515
|
+
file_size: number;
|
516
|
+
file_url: string;
|
517
|
+
extension_name: string;
|
518
|
+
};
|
519
|
+
uploadId: string;
|
520
|
+
roomId: string;
|
521
|
+
messageId: string;
|
522
|
+
emailEngineAttachmentId: string;
|
523
|
+
}[];
|
524
524
|
}>;
|
525
525
|
lastMessage: z.ZodObject<{
|
526
526
|
id: z.ZodString;
|
@@ -729,30 +729,6 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
729
729
|
updatedAt: Date;
|
730
730
|
deletedAt: Date | null;
|
731
731
|
roomId: string;
|
732
|
-
attachments: {
|
733
|
-
id: string;
|
734
|
-
createdAt: Date;
|
735
|
-
updatedAt: Date;
|
736
|
-
deletedAt: Date | null;
|
737
|
-
fileName: string;
|
738
|
-
fileType: string;
|
739
|
-
upload: {
|
740
|
-
id: string;
|
741
|
-
createdAt: Date;
|
742
|
-
updatedAt: Date;
|
743
|
-
deletedAt: Date | null;
|
744
|
-
bucket_name: string;
|
745
|
-
file_name: string;
|
746
|
-
file_key: string;
|
747
|
-
file_size: number;
|
748
|
-
file_url: string;
|
749
|
-
extension_name: string;
|
750
|
-
};
|
751
|
-
uploadId: string;
|
752
|
-
roomId: string;
|
753
|
-
messageId: string;
|
754
|
-
emailEngineAttachmentId: string;
|
755
|
-
}[];
|
756
732
|
subject: string;
|
757
733
|
textPlain: string;
|
758
734
|
textHtml: string;
|
@@ -794,15 +770,6 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
794
770
|
updatedAt: Date;
|
795
771
|
deletedAt: Date | null;
|
796
772
|
}[];
|
797
|
-
}, {
|
798
|
-
id: string;
|
799
|
-
direction: string;
|
800
|
-
action: string;
|
801
|
-
date: Date;
|
802
|
-
createdAt: Date;
|
803
|
-
updatedAt: Date;
|
804
|
-
deletedAt: Date | null;
|
805
|
-
roomId: string;
|
806
773
|
attachments: {
|
807
774
|
id: string;
|
808
775
|
createdAt: Date;
|
@@ -827,6 +794,15 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
827
794
|
messageId: string;
|
828
795
|
emailEngineAttachmentId: string;
|
829
796
|
}[];
|
797
|
+
}, {
|
798
|
+
id: string;
|
799
|
+
direction: string;
|
800
|
+
action: string;
|
801
|
+
date: Date;
|
802
|
+
createdAt: Date;
|
803
|
+
updatedAt: Date;
|
804
|
+
deletedAt: Date | null;
|
805
|
+
roomId: string;
|
830
806
|
subject: string;
|
831
807
|
textPlain: string;
|
832
808
|
textHtml: string;
|
@@ -868,6 +844,30 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
868
844
|
updatedAt: Date;
|
869
845
|
deletedAt: Date | null;
|
870
846
|
}[];
|
847
|
+
attachments: {
|
848
|
+
id: string;
|
849
|
+
createdAt: Date;
|
850
|
+
updatedAt: Date;
|
851
|
+
deletedAt: Date | null;
|
852
|
+
fileName: string;
|
853
|
+
fileType: string;
|
854
|
+
upload: {
|
855
|
+
id: string;
|
856
|
+
createdAt: Date;
|
857
|
+
updatedAt: Date;
|
858
|
+
deletedAt: Date | null;
|
859
|
+
bucket_name: string;
|
860
|
+
file_name: string;
|
861
|
+
file_key: string;
|
862
|
+
file_size: number;
|
863
|
+
file_url: string;
|
864
|
+
extension_name: string;
|
865
|
+
};
|
866
|
+
uploadId: string;
|
867
|
+
roomId: string;
|
868
|
+
messageId: string;
|
869
|
+
emailEngineAttachmentId: string;
|
870
|
+
}[];
|
871
871
|
}>;
|
872
872
|
tags: z.ZodArray<z.ZodObject<{
|
873
873
|
color: z.ZodString;
|
@@ -1129,30 +1129,6 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
1129
1129
|
updatedAt: Date;
|
1130
1130
|
deletedAt: Date | null;
|
1131
1131
|
roomId: string;
|
1132
|
-
attachments: {
|
1133
|
-
id: string;
|
1134
|
-
createdAt: Date;
|
1135
|
-
updatedAt: Date;
|
1136
|
-
deletedAt: Date | null;
|
1137
|
-
fileName: string;
|
1138
|
-
fileType: string;
|
1139
|
-
upload: {
|
1140
|
-
id: string;
|
1141
|
-
createdAt: Date;
|
1142
|
-
updatedAt: Date;
|
1143
|
-
deletedAt: Date | null;
|
1144
|
-
bucket_name: string;
|
1145
|
-
file_name: string;
|
1146
|
-
file_key: string;
|
1147
|
-
file_size: number;
|
1148
|
-
file_url: string;
|
1149
|
-
extension_name: string;
|
1150
|
-
};
|
1151
|
-
uploadId: string;
|
1152
|
-
roomId: string;
|
1153
|
-
messageId: string;
|
1154
|
-
emailEngineAttachmentId: string;
|
1155
|
-
}[];
|
1156
1132
|
subject: string;
|
1157
1133
|
textPlain: string;
|
1158
1134
|
textHtml: string;
|
@@ -1194,15 +1170,6 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
1194
1170
|
updatedAt: Date;
|
1195
1171
|
deletedAt: Date | null;
|
1196
1172
|
}[];
|
1197
|
-
}, {
|
1198
|
-
id: string;
|
1199
|
-
direction: string;
|
1200
|
-
action: string;
|
1201
|
-
date: Date;
|
1202
|
-
createdAt: Date;
|
1203
|
-
updatedAt: Date;
|
1204
|
-
deletedAt: Date | null;
|
1205
|
-
roomId: string;
|
1206
1173
|
attachments: {
|
1207
1174
|
id: string;
|
1208
1175
|
createdAt: Date;
|
@@ -1227,6 +1194,15 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
1227
1194
|
messageId: string;
|
1228
1195
|
emailEngineAttachmentId: string;
|
1229
1196
|
}[];
|
1197
|
+
}, {
|
1198
|
+
id: string;
|
1199
|
+
direction: string;
|
1200
|
+
action: string;
|
1201
|
+
date: Date;
|
1202
|
+
createdAt: Date;
|
1203
|
+
updatedAt: Date;
|
1204
|
+
deletedAt: Date | null;
|
1205
|
+
roomId: string;
|
1230
1206
|
subject: string;
|
1231
1207
|
textPlain: string;
|
1232
1208
|
textHtml: string;
|
@@ -1268,6 +1244,30 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
1268
1244
|
updatedAt: Date;
|
1269
1245
|
deletedAt: Date | null;
|
1270
1246
|
}[];
|
1247
|
+
attachments: {
|
1248
|
+
id: string;
|
1249
|
+
createdAt: Date;
|
1250
|
+
updatedAt: Date;
|
1251
|
+
deletedAt: Date | null;
|
1252
|
+
fileName: string;
|
1253
|
+
fileType: string;
|
1254
|
+
upload: {
|
1255
|
+
id: string;
|
1256
|
+
createdAt: Date;
|
1257
|
+
updatedAt: Date;
|
1258
|
+
deletedAt: Date | null;
|
1259
|
+
bucket_name: string;
|
1260
|
+
file_name: string;
|
1261
|
+
file_key: string;
|
1262
|
+
file_size: number;
|
1263
|
+
file_url: string;
|
1264
|
+
extension_name: string;
|
1265
|
+
};
|
1266
|
+
uploadId: string;
|
1267
|
+
roomId: string;
|
1268
|
+
messageId: string;
|
1269
|
+
emailEngineAttachmentId: string;
|
1270
|
+
}[];
|
1271
1271
|
}>, "many">;
|
1272
1272
|
messagesAndLogs: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
1273
1273
|
id: z.ZodString;
|
@@ -1476,30 +1476,6 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
1476
1476
|
updatedAt: Date;
|
1477
1477
|
deletedAt: Date | null;
|
1478
1478
|
roomId: string;
|
1479
|
-
attachments: {
|
1480
|
-
id: string;
|
1481
|
-
createdAt: Date;
|
1482
|
-
updatedAt: Date;
|
1483
|
-
deletedAt: Date | null;
|
1484
|
-
fileName: string;
|
1485
|
-
fileType: string;
|
1486
|
-
upload: {
|
1487
|
-
id: string;
|
1488
|
-
createdAt: Date;
|
1489
|
-
updatedAt: Date;
|
1490
|
-
deletedAt: Date | null;
|
1491
|
-
bucket_name: string;
|
1492
|
-
file_name: string;
|
1493
|
-
file_key: string;
|
1494
|
-
file_size: number;
|
1495
|
-
file_url: string;
|
1496
|
-
extension_name: string;
|
1497
|
-
};
|
1498
|
-
uploadId: string;
|
1499
|
-
roomId: string;
|
1500
|
-
messageId: string;
|
1501
|
-
emailEngineAttachmentId: string;
|
1502
|
-
}[];
|
1503
1479
|
subject: string;
|
1504
1480
|
textPlain: string;
|
1505
1481
|
textHtml: string;
|
@@ -1541,15 +1517,6 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
1541
1517
|
updatedAt: Date;
|
1542
1518
|
deletedAt: Date | null;
|
1543
1519
|
}[];
|
1544
|
-
}, {
|
1545
|
-
id: string;
|
1546
|
-
direction: string;
|
1547
|
-
action: string;
|
1548
|
-
date: Date;
|
1549
|
-
createdAt: Date;
|
1550
|
-
updatedAt: Date;
|
1551
|
-
deletedAt: Date | null;
|
1552
|
-
roomId: string;
|
1553
1520
|
attachments: {
|
1554
1521
|
id: string;
|
1555
1522
|
createdAt: Date;
|
@@ -1574,6 +1541,15 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
1574
1541
|
messageId: string;
|
1575
1542
|
emailEngineAttachmentId: string;
|
1576
1543
|
}[];
|
1544
|
+
}, {
|
1545
|
+
id: string;
|
1546
|
+
direction: string;
|
1547
|
+
action: string;
|
1548
|
+
date: Date;
|
1549
|
+
createdAt: Date;
|
1550
|
+
updatedAt: Date;
|
1551
|
+
deletedAt: Date | null;
|
1552
|
+
roomId: string;
|
1577
1553
|
subject: string;
|
1578
1554
|
textPlain: string;
|
1579
1555
|
textHtml: string;
|
@@ -1615,22 +1591,46 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
1615
1591
|
updatedAt: Date;
|
1616
1592
|
deletedAt: Date | null;
|
1617
1593
|
}[];
|
1618
|
-
|
1619
|
-
|
1620
|
-
|
1621
|
-
|
1622
|
-
|
1623
|
-
|
1624
|
-
|
1625
|
-
|
1626
|
-
|
1627
|
-
|
1628
|
-
|
1629
|
-
|
1630
|
-
|
1631
|
-
|
1632
|
-
|
1633
|
-
|
1594
|
+
attachments: {
|
1595
|
+
id: string;
|
1596
|
+
createdAt: Date;
|
1597
|
+
updatedAt: Date;
|
1598
|
+
deletedAt: Date | null;
|
1599
|
+
fileName: string;
|
1600
|
+
fileType: string;
|
1601
|
+
upload: {
|
1602
|
+
id: string;
|
1603
|
+
createdAt: Date;
|
1604
|
+
updatedAt: Date;
|
1605
|
+
deletedAt: Date | null;
|
1606
|
+
bucket_name: string;
|
1607
|
+
file_name: string;
|
1608
|
+
file_key: string;
|
1609
|
+
file_size: number;
|
1610
|
+
file_url: string;
|
1611
|
+
extension_name: string;
|
1612
|
+
};
|
1613
|
+
uploadId: string;
|
1614
|
+
roomId: string;
|
1615
|
+
messageId: string;
|
1616
|
+
emailEngineAttachmentId: string;
|
1617
|
+
}[];
|
1618
|
+
}>, z.ZodObject<{
|
1619
|
+
id: z.ZodString;
|
1620
|
+
createdAt: z.ZodDate;
|
1621
|
+
updatedAt: z.ZodDate;
|
1622
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
1623
|
+
description: z.ZodString;
|
1624
|
+
actorId: z.ZodString;
|
1625
|
+
roomId: z.ZodString;
|
1626
|
+
actor: z.ZodObject<{
|
1627
|
+
id: z.ZodString;
|
1628
|
+
createdAt: z.ZodDate;
|
1629
|
+
updatedAt: z.ZodDate;
|
1630
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
1631
|
+
name: z.ZodString;
|
1632
|
+
email: z.ZodString;
|
1633
|
+
address: z.ZodNullable<z.ZodString>;
|
1634
1634
|
phone: z.ZodNullable<z.ZodString>;
|
1635
1635
|
notification_count: z.ZodNullable<z.ZodNumber>;
|
1636
1636
|
}, "strip", z.ZodTypeAny, {
|
@@ -1822,30 +1822,6 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
1822
1822
|
updatedAt: Date;
|
1823
1823
|
deletedAt: Date | null;
|
1824
1824
|
roomId: string;
|
1825
|
-
attachments: {
|
1826
|
-
id: string;
|
1827
|
-
createdAt: Date;
|
1828
|
-
updatedAt: Date;
|
1829
|
-
deletedAt: Date | null;
|
1830
|
-
fileName: string;
|
1831
|
-
fileType: string;
|
1832
|
-
upload: {
|
1833
|
-
id: string;
|
1834
|
-
createdAt: Date;
|
1835
|
-
updatedAt: Date;
|
1836
|
-
deletedAt: Date | null;
|
1837
|
-
bucket_name: string;
|
1838
|
-
file_name: string;
|
1839
|
-
file_key: string;
|
1840
|
-
file_size: number;
|
1841
|
-
file_url: string;
|
1842
|
-
extension_name: string;
|
1843
|
-
};
|
1844
|
-
uploadId: string;
|
1845
|
-
roomId: string;
|
1846
|
-
messageId: string;
|
1847
|
-
emailEngineAttachmentId: string;
|
1848
|
-
}[];
|
1849
1825
|
subject: string;
|
1850
1826
|
textPlain: string;
|
1851
1827
|
textHtml: string;
|
@@ -1887,6 +1863,30 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
1887
1863
|
updatedAt: Date;
|
1888
1864
|
deletedAt: Date | null;
|
1889
1865
|
}[];
|
1866
|
+
attachments: {
|
1867
|
+
id: string;
|
1868
|
+
createdAt: Date;
|
1869
|
+
updatedAt: Date;
|
1870
|
+
deletedAt: Date | null;
|
1871
|
+
fileName: string;
|
1872
|
+
fileType: string;
|
1873
|
+
upload: {
|
1874
|
+
id: string;
|
1875
|
+
createdAt: Date;
|
1876
|
+
updatedAt: Date;
|
1877
|
+
deletedAt: Date | null;
|
1878
|
+
bucket_name: string;
|
1879
|
+
file_name: string;
|
1880
|
+
file_key: string;
|
1881
|
+
file_size: number;
|
1882
|
+
file_url: string;
|
1883
|
+
extension_name: string;
|
1884
|
+
};
|
1885
|
+
uploadId: string;
|
1886
|
+
roomId: string;
|
1887
|
+
messageId: string;
|
1888
|
+
emailEngineAttachmentId: string;
|
1889
|
+
}[];
|
1890
1890
|
};
|
1891
1891
|
assignee: {
|
1892
1892
|
id: string;
|
@@ -1946,30 +1946,6 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
1946
1946
|
updatedAt: Date;
|
1947
1947
|
deletedAt: Date | null;
|
1948
1948
|
roomId: string;
|
1949
|
-
attachments: {
|
1950
|
-
id: string;
|
1951
|
-
createdAt: Date;
|
1952
|
-
updatedAt: Date;
|
1953
|
-
deletedAt: Date | null;
|
1954
|
-
fileName: string;
|
1955
|
-
fileType: string;
|
1956
|
-
upload: {
|
1957
|
-
id: string;
|
1958
|
-
createdAt: Date;
|
1959
|
-
updatedAt: Date;
|
1960
|
-
deletedAt: Date | null;
|
1961
|
-
bucket_name: string;
|
1962
|
-
file_name: string;
|
1963
|
-
file_key: string;
|
1964
|
-
file_size: number;
|
1965
|
-
file_url: string;
|
1966
|
-
extension_name: string;
|
1967
|
-
};
|
1968
|
-
uploadId: string;
|
1969
|
-
roomId: string;
|
1970
|
-
messageId: string;
|
1971
|
-
emailEngineAttachmentId: string;
|
1972
|
-
}[];
|
1973
1949
|
subject: string;
|
1974
1950
|
textPlain: string;
|
1975
1951
|
textHtml: string;
|
@@ -2011,16 +1987,6 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
2011
1987
|
updatedAt: Date;
|
2012
1988
|
deletedAt: Date | null;
|
2013
1989
|
}[];
|
2014
|
-
};
|
2015
|
-
messages: {
|
2016
|
-
id: string;
|
2017
|
-
direction: string;
|
2018
|
-
action: string;
|
2019
|
-
date: Date;
|
2020
|
-
createdAt: Date;
|
2021
|
-
updatedAt: Date;
|
2022
|
-
deletedAt: Date | null;
|
2023
|
-
roomId: string;
|
2024
1990
|
attachments: {
|
2025
1991
|
id: string;
|
2026
1992
|
createdAt: Date;
|
@@ -2045,6 +2011,16 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
2045
2011
|
messageId: string;
|
2046
2012
|
emailEngineAttachmentId: string;
|
2047
2013
|
}[];
|
2014
|
+
};
|
2015
|
+
messages: {
|
2016
|
+
id: string;
|
2017
|
+
direction: string;
|
2018
|
+
action: string;
|
2019
|
+
date: Date;
|
2020
|
+
createdAt: Date;
|
2021
|
+
updatedAt: Date;
|
2022
|
+
deletedAt: Date | null;
|
2023
|
+
roomId: string;
|
2048
2024
|
subject: string;
|
2049
2025
|
textPlain: string;
|
2050
2026
|
textHtml: string;
|
@@ -2086,16 +2062,6 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
2086
2062
|
updatedAt: Date;
|
2087
2063
|
deletedAt: Date | null;
|
2088
2064
|
}[];
|
2089
|
-
}[];
|
2090
|
-
messagesAndLogs: ({
|
2091
|
-
id: string;
|
2092
|
-
direction: string;
|
2093
|
-
action: string;
|
2094
|
-
date: Date;
|
2095
|
-
createdAt: Date;
|
2096
|
-
updatedAt: Date;
|
2097
|
-
deletedAt: Date | null;
|
2098
|
-
roomId: string;
|
2099
2065
|
attachments: {
|
2100
2066
|
id: string;
|
2101
2067
|
createdAt: Date;
|
@@ -2120,6 +2086,16 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
2120
2086
|
messageId: string;
|
2121
2087
|
emailEngineAttachmentId: string;
|
2122
2088
|
}[];
|
2089
|
+
}[];
|
2090
|
+
messagesAndLogs: ({
|
2091
|
+
id: string;
|
2092
|
+
direction: string;
|
2093
|
+
action: string;
|
2094
|
+
date: Date;
|
2095
|
+
createdAt: Date;
|
2096
|
+
updatedAt: Date;
|
2097
|
+
deletedAt: Date | null;
|
2098
|
+
roomId: string;
|
2123
2099
|
subject: string;
|
2124
2100
|
textPlain: string;
|
2125
2101
|
textHtml: string;
|
@@ -2161,6 +2137,30 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
2161
2137
|
updatedAt: Date;
|
2162
2138
|
deletedAt: Date | null;
|
2163
2139
|
}[];
|
2140
|
+
attachments: {
|
2141
|
+
id: string;
|
2142
|
+
createdAt: Date;
|
2143
|
+
updatedAt: Date;
|
2144
|
+
deletedAt: Date | null;
|
2145
|
+
fileName: string;
|
2146
|
+
fileType: string;
|
2147
|
+
upload: {
|
2148
|
+
id: string;
|
2149
|
+
createdAt: Date;
|
2150
|
+
updatedAt: Date;
|
2151
|
+
deletedAt: Date | null;
|
2152
|
+
bucket_name: string;
|
2153
|
+
file_name: string;
|
2154
|
+
file_key: string;
|
2155
|
+
file_size: number;
|
2156
|
+
file_url: string;
|
2157
|
+
extension_name: string;
|
2158
|
+
};
|
2159
|
+
uploadId: string;
|
2160
|
+
roomId: string;
|
2161
|
+
messageId: string;
|
2162
|
+
emailEngineAttachmentId: string;
|
2163
|
+
}[];
|
2164
2164
|
} | {
|
2165
2165
|
id: string;
|
2166
2166
|
description: string;
|
@@ -2232,30 +2232,6 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
2232
2232
|
updatedAt: Date;
|
2233
2233
|
deletedAt: Date | null;
|
2234
2234
|
roomId: string;
|
2235
|
-
attachments: {
|
2236
|
-
id: string;
|
2237
|
-
createdAt: Date;
|
2238
|
-
updatedAt: Date;
|
2239
|
-
deletedAt: Date | null;
|
2240
|
-
fileName: string;
|
2241
|
-
fileType: string;
|
2242
|
-
upload: {
|
2243
|
-
id: string;
|
2244
|
-
createdAt: Date;
|
2245
|
-
updatedAt: Date;
|
2246
|
-
deletedAt: Date | null;
|
2247
|
-
bucket_name: string;
|
2248
|
-
file_name: string;
|
2249
|
-
file_key: string;
|
2250
|
-
file_size: number;
|
2251
|
-
file_url: string;
|
2252
|
-
extension_name: string;
|
2253
|
-
};
|
2254
|
-
uploadId: string;
|
2255
|
-
roomId: string;
|
2256
|
-
messageId: string;
|
2257
|
-
emailEngineAttachmentId: string;
|
2258
|
-
}[];
|
2259
2235
|
subject: string;
|
2260
2236
|
textPlain: string;
|
2261
2237
|
textHtml: string;
|
@@ -2297,6 +2273,30 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
2297
2273
|
updatedAt: Date;
|
2298
2274
|
deletedAt: Date | null;
|
2299
2275
|
}[];
|
2276
|
+
attachments: {
|
2277
|
+
id: string;
|
2278
|
+
createdAt: Date;
|
2279
|
+
updatedAt: Date;
|
2280
|
+
deletedAt: Date | null;
|
2281
|
+
fileName: string;
|
2282
|
+
fileType: string;
|
2283
|
+
upload: {
|
2284
|
+
id: string;
|
2285
|
+
createdAt: Date;
|
2286
|
+
updatedAt: Date;
|
2287
|
+
deletedAt: Date | null;
|
2288
|
+
bucket_name: string;
|
2289
|
+
file_name: string;
|
2290
|
+
file_key: string;
|
2291
|
+
file_size: number;
|
2292
|
+
file_url: string;
|
2293
|
+
extension_name: string;
|
2294
|
+
};
|
2295
|
+
uploadId: string;
|
2296
|
+
roomId: string;
|
2297
|
+
messageId: string;
|
2298
|
+
emailEngineAttachmentId: string;
|
2299
|
+
}[];
|
2300
2300
|
};
|
2301
2301
|
assignee: {
|
2302
2302
|
id: string;
|
@@ -2356,30 +2356,6 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
2356
2356
|
updatedAt: Date;
|
2357
2357
|
deletedAt: Date | null;
|
2358
2358
|
roomId: string;
|
2359
|
-
attachments: {
|
2360
|
-
id: string;
|
2361
|
-
createdAt: Date;
|
2362
|
-
updatedAt: Date;
|
2363
|
-
deletedAt: Date | null;
|
2364
|
-
fileName: string;
|
2365
|
-
fileType: string;
|
2366
|
-
upload: {
|
2367
|
-
id: string;
|
2368
|
-
createdAt: Date;
|
2369
|
-
updatedAt: Date;
|
2370
|
-
deletedAt: Date | null;
|
2371
|
-
bucket_name: string;
|
2372
|
-
file_name: string;
|
2373
|
-
file_key: string;
|
2374
|
-
file_size: number;
|
2375
|
-
file_url: string;
|
2376
|
-
extension_name: string;
|
2377
|
-
};
|
2378
|
-
uploadId: string;
|
2379
|
-
roomId: string;
|
2380
|
-
messageId: string;
|
2381
|
-
emailEngineAttachmentId: string;
|
2382
|
-
}[];
|
2383
2359
|
subject: string;
|
2384
2360
|
textPlain: string;
|
2385
2361
|
textHtml: string;
|
@@ -2421,16 +2397,6 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
2421
2397
|
updatedAt: Date;
|
2422
2398
|
deletedAt: Date | null;
|
2423
2399
|
}[];
|
2424
|
-
};
|
2425
|
-
messages: {
|
2426
|
-
id: string;
|
2427
|
-
direction: string;
|
2428
|
-
action: string;
|
2429
|
-
date: Date;
|
2430
|
-
createdAt: Date;
|
2431
|
-
updatedAt: Date;
|
2432
|
-
deletedAt: Date | null;
|
2433
|
-
roomId: string;
|
2434
2400
|
attachments: {
|
2435
2401
|
id: string;
|
2436
2402
|
createdAt: Date;
|
@@ -2455,6 +2421,16 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
2455
2421
|
messageId: string;
|
2456
2422
|
emailEngineAttachmentId: string;
|
2457
2423
|
}[];
|
2424
|
+
};
|
2425
|
+
messages: {
|
2426
|
+
id: string;
|
2427
|
+
direction: string;
|
2428
|
+
action: string;
|
2429
|
+
date: Date;
|
2430
|
+
createdAt: Date;
|
2431
|
+
updatedAt: Date;
|
2432
|
+
deletedAt: Date | null;
|
2433
|
+
roomId: string;
|
2458
2434
|
subject: string;
|
2459
2435
|
textPlain: string;
|
2460
2436
|
textHtml: string;
|
@@ -2496,16 +2472,6 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
2496
2472
|
updatedAt: Date;
|
2497
2473
|
deletedAt: Date | null;
|
2498
2474
|
}[];
|
2499
|
-
}[];
|
2500
|
-
messagesAndLogs: ({
|
2501
|
-
id: string;
|
2502
|
-
direction: string;
|
2503
|
-
action: string;
|
2504
|
-
date: Date;
|
2505
|
-
createdAt: Date;
|
2506
|
-
updatedAt: Date;
|
2507
|
-
deletedAt: Date | null;
|
2508
|
-
roomId: string;
|
2509
2475
|
attachments: {
|
2510
2476
|
id: string;
|
2511
2477
|
createdAt: Date;
|
@@ -2530,6 +2496,16 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
2530
2496
|
messageId: string;
|
2531
2497
|
emailEngineAttachmentId: string;
|
2532
2498
|
}[];
|
2499
|
+
}[];
|
2500
|
+
messagesAndLogs: ({
|
2501
|
+
id: string;
|
2502
|
+
direction: string;
|
2503
|
+
action: string;
|
2504
|
+
date: Date;
|
2505
|
+
createdAt: Date;
|
2506
|
+
updatedAt: Date;
|
2507
|
+
deletedAt: Date | null;
|
2508
|
+
roomId: string;
|
2533
2509
|
subject: string;
|
2534
2510
|
textPlain: string;
|
2535
2511
|
textHtml: string;
|
@@ -2571,6 +2547,30 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
2571
2547
|
updatedAt: Date;
|
2572
2548
|
deletedAt: Date | null;
|
2573
2549
|
}[];
|
2550
|
+
attachments: {
|
2551
|
+
id: string;
|
2552
|
+
createdAt: Date;
|
2553
|
+
updatedAt: Date;
|
2554
|
+
deletedAt: Date | null;
|
2555
|
+
fileName: string;
|
2556
|
+
fileType: string;
|
2557
|
+
upload: {
|
2558
|
+
id: string;
|
2559
|
+
createdAt: Date;
|
2560
|
+
updatedAt: Date;
|
2561
|
+
deletedAt: Date | null;
|
2562
|
+
bucket_name: string;
|
2563
|
+
file_name: string;
|
2564
|
+
file_key: string;
|
2565
|
+
file_size: number;
|
2566
|
+
file_url: string;
|
2567
|
+
extension_name: string;
|
2568
|
+
};
|
2569
|
+
uploadId: string;
|
2570
|
+
roomId: string;
|
2571
|
+
messageId: string;
|
2572
|
+
emailEngineAttachmentId: string;
|
2573
|
+
}[];
|
2574
2574
|
} | {
|
2575
2575
|
id: string;
|
2576
2576
|
description: string;
|