@kl1/contracts 1.0.69 → 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 +18 -19
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +18 -19
- 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 +4727 -8439
- 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 +203 -500
- package/dist/src/telephony-cdr/index.d.ts.map +1 -1
- package/dist/src/telephony-cdr/schema.d.ts +60 -145
- 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 +141 -304
- package/dist/src/viber/index.d.ts.map +1 -1
- package/package.json +1 -1
@@ -411,30 +411,6 @@ export declare const roomContract: {
|
|
411
411
|
updatedAt: Date;
|
412
412
|
deletedAt: Date | null;
|
413
413
|
roomId: string;
|
414
|
-
attachments: {
|
415
|
-
id: string;
|
416
|
-
createdAt: Date;
|
417
|
-
updatedAt: Date;
|
418
|
-
deletedAt: Date | null;
|
419
|
-
fileName: string;
|
420
|
-
fileType: string;
|
421
|
-
upload: {
|
422
|
-
id: string;
|
423
|
-
createdAt: Date;
|
424
|
-
updatedAt: Date;
|
425
|
-
deletedAt: Date | null;
|
426
|
-
bucket_name: string;
|
427
|
-
file_name: string;
|
428
|
-
file_key: string;
|
429
|
-
file_size: number;
|
430
|
-
file_url: string;
|
431
|
-
extension_name: string;
|
432
|
-
};
|
433
|
-
uploadId: string;
|
434
|
-
roomId: string;
|
435
|
-
messageId: string;
|
436
|
-
emailEngineAttachmentId: string;
|
437
|
-
}[];
|
438
414
|
subject: string;
|
439
415
|
textPlain: string;
|
440
416
|
textHtml: string;
|
@@ -476,15 +452,6 @@ export declare const roomContract: {
|
|
476
452
|
updatedAt: Date;
|
477
453
|
deletedAt: Date | null;
|
478
454
|
}[];
|
479
|
-
}, {
|
480
|
-
id: string;
|
481
|
-
direction: string;
|
482
|
-
action: string;
|
483
|
-
date: Date;
|
484
|
-
createdAt: Date;
|
485
|
-
updatedAt: Date;
|
486
|
-
deletedAt: Date | null;
|
487
|
-
roomId: string;
|
488
455
|
attachments: {
|
489
456
|
id: string;
|
490
457
|
createdAt: Date;
|
@@ -509,6 +476,15 @@ export declare const roomContract: {
|
|
509
476
|
messageId: string;
|
510
477
|
emailEngineAttachmentId: string;
|
511
478
|
}[];
|
479
|
+
}, {
|
480
|
+
id: string;
|
481
|
+
direction: string;
|
482
|
+
action: string;
|
483
|
+
date: Date;
|
484
|
+
createdAt: Date;
|
485
|
+
updatedAt: Date;
|
486
|
+
deletedAt: Date | null;
|
487
|
+
roomId: string;
|
512
488
|
subject: string;
|
513
489
|
textPlain: string;
|
514
490
|
textHtml: string;
|
@@ -550,6 +526,30 @@ export declare const roomContract: {
|
|
550
526
|
updatedAt: Date;
|
551
527
|
deletedAt: Date | null;
|
552
528
|
}[];
|
529
|
+
attachments: {
|
530
|
+
id: string;
|
531
|
+
createdAt: Date;
|
532
|
+
updatedAt: Date;
|
533
|
+
deletedAt: Date | null;
|
534
|
+
fileName: string;
|
535
|
+
fileType: string;
|
536
|
+
upload: {
|
537
|
+
id: string;
|
538
|
+
createdAt: Date;
|
539
|
+
updatedAt: Date;
|
540
|
+
deletedAt: Date | null;
|
541
|
+
bucket_name: string;
|
542
|
+
file_name: string;
|
543
|
+
file_key: string;
|
544
|
+
file_size: number;
|
545
|
+
file_url: string;
|
546
|
+
extension_name: string;
|
547
|
+
};
|
548
|
+
uploadId: string;
|
549
|
+
roomId: string;
|
550
|
+
messageId: string;
|
551
|
+
emailEngineAttachmentId: string;
|
552
|
+
}[];
|
553
553
|
}>;
|
554
554
|
lastMessage: z.ZodObject<{
|
555
555
|
id: z.ZodString;
|
@@ -758,30 +758,6 @@ export declare const roomContract: {
|
|
758
758
|
updatedAt: Date;
|
759
759
|
deletedAt: Date | null;
|
760
760
|
roomId: string;
|
761
|
-
attachments: {
|
762
|
-
id: string;
|
763
|
-
createdAt: Date;
|
764
|
-
updatedAt: Date;
|
765
|
-
deletedAt: Date | null;
|
766
|
-
fileName: string;
|
767
|
-
fileType: string;
|
768
|
-
upload: {
|
769
|
-
id: string;
|
770
|
-
createdAt: Date;
|
771
|
-
updatedAt: Date;
|
772
|
-
deletedAt: Date | null;
|
773
|
-
bucket_name: string;
|
774
|
-
file_name: string;
|
775
|
-
file_key: string;
|
776
|
-
file_size: number;
|
777
|
-
file_url: string;
|
778
|
-
extension_name: string;
|
779
|
-
};
|
780
|
-
uploadId: string;
|
781
|
-
roomId: string;
|
782
|
-
messageId: string;
|
783
|
-
emailEngineAttachmentId: string;
|
784
|
-
}[];
|
785
761
|
subject: string;
|
786
762
|
textPlain: string;
|
787
763
|
textHtml: string;
|
@@ -823,15 +799,6 @@ export declare const roomContract: {
|
|
823
799
|
updatedAt: Date;
|
824
800
|
deletedAt: Date | null;
|
825
801
|
}[];
|
826
|
-
}, {
|
827
|
-
id: string;
|
828
|
-
direction: string;
|
829
|
-
action: string;
|
830
|
-
date: Date;
|
831
|
-
createdAt: Date;
|
832
|
-
updatedAt: Date;
|
833
|
-
deletedAt: Date | null;
|
834
|
-
roomId: string;
|
835
802
|
attachments: {
|
836
803
|
id: string;
|
837
804
|
createdAt: Date;
|
@@ -856,6 +823,15 @@ export declare const roomContract: {
|
|
856
823
|
messageId: string;
|
857
824
|
emailEngineAttachmentId: string;
|
858
825
|
}[];
|
826
|
+
}, {
|
827
|
+
id: string;
|
828
|
+
direction: string;
|
829
|
+
action: string;
|
830
|
+
date: Date;
|
831
|
+
createdAt: Date;
|
832
|
+
updatedAt: Date;
|
833
|
+
deletedAt: Date | null;
|
834
|
+
roomId: string;
|
859
835
|
subject: string;
|
860
836
|
textPlain: string;
|
861
837
|
textHtml: string;
|
@@ -897,6 +873,30 @@ export declare const roomContract: {
|
|
897
873
|
updatedAt: Date;
|
898
874
|
deletedAt: Date | null;
|
899
875
|
}[];
|
876
|
+
attachments: {
|
877
|
+
id: string;
|
878
|
+
createdAt: Date;
|
879
|
+
updatedAt: Date;
|
880
|
+
deletedAt: Date | null;
|
881
|
+
fileName: string;
|
882
|
+
fileType: string;
|
883
|
+
upload: {
|
884
|
+
id: string;
|
885
|
+
createdAt: Date;
|
886
|
+
updatedAt: Date;
|
887
|
+
deletedAt: Date | null;
|
888
|
+
bucket_name: string;
|
889
|
+
file_name: string;
|
890
|
+
file_key: string;
|
891
|
+
file_size: number;
|
892
|
+
file_url: string;
|
893
|
+
extension_name: string;
|
894
|
+
};
|
895
|
+
uploadId: string;
|
896
|
+
roomId: string;
|
897
|
+
messageId: string;
|
898
|
+
emailEngineAttachmentId: string;
|
899
|
+
}[];
|
900
900
|
}>;
|
901
901
|
tags: z.ZodArray<z.ZodObject<{
|
902
902
|
color: z.ZodString;
|
@@ -1158,30 +1158,6 @@ export declare const roomContract: {
|
|
1158
1158
|
updatedAt: Date;
|
1159
1159
|
deletedAt: Date | null;
|
1160
1160
|
roomId: string;
|
1161
|
-
attachments: {
|
1162
|
-
id: string;
|
1163
|
-
createdAt: Date;
|
1164
|
-
updatedAt: Date;
|
1165
|
-
deletedAt: Date | null;
|
1166
|
-
fileName: string;
|
1167
|
-
fileType: string;
|
1168
|
-
upload: {
|
1169
|
-
id: string;
|
1170
|
-
createdAt: Date;
|
1171
|
-
updatedAt: Date;
|
1172
|
-
deletedAt: Date | null;
|
1173
|
-
bucket_name: string;
|
1174
|
-
file_name: string;
|
1175
|
-
file_key: string;
|
1176
|
-
file_size: number;
|
1177
|
-
file_url: string;
|
1178
|
-
extension_name: string;
|
1179
|
-
};
|
1180
|
-
uploadId: string;
|
1181
|
-
roomId: string;
|
1182
|
-
messageId: string;
|
1183
|
-
emailEngineAttachmentId: string;
|
1184
|
-
}[];
|
1185
1161
|
subject: string;
|
1186
1162
|
textPlain: string;
|
1187
1163
|
textHtml: string;
|
@@ -1223,15 +1199,6 @@ export declare const roomContract: {
|
|
1223
1199
|
updatedAt: Date;
|
1224
1200
|
deletedAt: Date | null;
|
1225
1201
|
}[];
|
1226
|
-
}, {
|
1227
|
-
id: string;
|
1228
|
-
direction: string;
|
1229
|
-
action: string;
|
1230
|
-
date: Date;
|
1231
|
-
createdAt: Date;
|
1232
|
-
updatedAt: Date;
|
1233
|
-
deletedAt: Date | null;
|
1234
|
-
roomId: string;
|
1235
1202
|
attachments: {
|
1236
1203
|
id: string;
|
1237
1204
|
createdAt: Date;
|
@@ -1256,6 +1223,15 @@ export declare const roomContract: {
|
|
1256
1223
|
messageId: string;
|
1257
1224
|
emailEngineAttachmentId: string;
|
1258
1225
|
}[];
|
1226
|
+
}, {
|
1227
|
+
id: string;
|
1228
|
+
direction: string;
|
1229
|
+
action: string;
|
1230
|
+
date: Date;
|
1231
|
+
createdAt: Date;
|
1232
|
+
updatedAt: Date;
|
1233
|
+
deletedAt: Date | null;
|
1234
|
+
roomId: string;
|
1259
1235
|
subject: string;
|
1260
1236
|
textPlain: string;
|
1261
1237
|
textHtml: string;
|
@@ -1297,6 +1273,30 @@ export declare const roomContract: {
|
|
1297
1273
|
updatedAt: Date;
|
1298
1274
|
deletedAt: Date | null;
|
1299
1275
|
}[];
|
1276
|
+
attachments: {
|
1277
|
+
id: string;
|
1278
|
+
createdAt: Date;
|
1279
|
+
updatedAt: Date;
|
1280
|
+
deletedAt: Date | null;
|
1281
|
+
fileName: string;
|
1282
|
+
fileType: string;
|
1283
|
+
upload: {
|
1284
|
+
id: string;
|
1285
|
+
createdAt: Date;
|
1286
|
+
updatedAt: Date;
|
1287
|
+
deletedAt: Date | null;
|
1288
|
+
bucket_name: string;
|
1289
|
+
file_name: string;
|
1290
|
+
file_key: string;
|
1291
|
+
file_size: number;
|
1292
|
+
file_url: string;
|
1293
|
+
extension_name: string;
|
1294
|
+
};
|
1295
|
+
uploadId: string;
|
1296
|
+
roomId: string;
|
1297
|
+
messageId: string;
|
1298
|
+
emailEngineAttachmentId: string;
|
1299
|
+
}[];
|
1300
1300
|
}>, "many">;
|
1301
1301
|
messagesAndLogs: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
1302
1302
|
id: z.ZodString;
|
@@ -1505,30 +1505,6 @@ export declare const roomContract: {
|
|
1505
1505
|
updatedAt: Date;
|
1506
1506
|
deletedAt: Date | null;
|
1507
1507
|
roomId: string;
|
1508
|
-
attachments: {
|
1509
|
-
id: string;
|
1510
|
-
createdAt: Date;
|
1511
|
-
updatedAt: Date;
|
1512
|
-
deletedAt: Date | null;
|
1513
|
-
fileName: string;
|
1514
|
-
fileType: string;
|
1515
|
-
upload: {
|
1516
|
-
id: string;
|
1517
|
-
createdAt: Date;
|
1518
|
-
updatedAt: Date;
|
1519
|
-
deletedAt: Date | null;
|
1520
|
-
bucket_name: string;
|
1521
|
-
file_name: string;
|
1522
|
-
file_key: string;
|
1523
|
-
file_size: number;
|
1524
|
-
file_url: string;
|
1525
|
-
extension_name: string;
|
1526
|
-
};
|
1527
|
-
uploadId: string;
|
1528
|
-
roomId: string;
|
1529
|
-
messageId: string;
|
1530
|
-
emailEngineAttachmentId: string;
|
1531
|
-
}[];
|
1532
1508
|
subject: string;
|
1533
1509
|
textPlain: string;
|
1534
1510
|
textHtml: string;
|
@@ -1570,15 +1546,6 @@ export declare const roomContract: {
|
|
1570
1546
|
updatedAt: Date;
|
1571
1547
|
deletedAt: Date | null;
|
1572
1548
|
}[];
|
1573
|
-
}, {
|
1574
|
-
id: string;
|
1575
|
-
direction: string;
|
1576
|
-
action: string;
|
1577
|
-
date: Date;
|
1578
|
-
createdAt: Date;
|
1579
|
-
updatedAt: Date;
|
1580
|
-
deletedAt: Date | null;
|
1581
|
-
roomId: string;
|
1582
1549
|
attachments: {
|
1583
1550
|
id: string;
|
1584
1551
|
createdAt: Date;
|
@@ -1603,6 +1570,15 @@ export declare const roomContract: {
|
|
1603
1570
|
messageId: string;
|
1604
1571
|
emailEngineAttachmentId: string;
|
1605
1572
|
}[];
|
1573
|
+
}, {
|
1574
|
+
id: string;
|
1575
|
+
direction: string;
|
1576
|
+
action: string;
|
1577
|
+
date: Date;
|
1578
|
+
createdAt: Date;
|
1579
|
+
updatedAt: Date;
|
1580
|
+
deletedAt: Date | null;
|
1581
|
+
roomId: string;
|
1606
1582
|
subject: string;
|
1607
1583
|
textPlain: string;
|
1608
1584
|
textHtml: string;
|
@@ -1644,22 +1620,46 @@ export declare const roomContract: {
|
|
1644
1620
|
updatedAt: Date;
|
1645
1621
|
deletedAt: Date | null;
|
1646
1622
|
}[];
|
1647
|
-
|
1648
|
-
|
1649
|
-
|
1650
|
-
|
1651
|
-
|
1652
|
-
|
1653
|
-
|
1654
|
-
|
1655
|
-
|
1656
|
-
|
1657
|
-
|
1658
|
-
|
1659
|
-
|
1660
|
-
|
1661
|
-
|
1662
|
-
|
1623
|
+
attachments: {
|
1624
|
+
id: string;
|
1625
|
+
createdAt: Date;
|
1626
|
+
updatedAt: Date;
|
1627
|
+
deletedAt: Date | null;
|
1628
|
+
fileName: string;
|
1629
|
+
fileType: string;
|
1630
|
+
upload: {
|
1631
|
+
id: string;
|
1632
|
+
createdAt: Date;
|
1633
|
+
updatedAt: Date;
|
1634
|
+
deletedAt: Date | null;
|
1635
|
+
bucket_name: string;
|
1636
|
+
file_name: string;
|
1637
|
+
file_key: string;
|
1638
|
+
file_size: number;
|
1639
|
+
file_url: string;
|
1640
|
+
extension_name: string;
|
1641
|
+
};
|
1642
|
+
uploadId: string;
|
1643
|
+
roomId: string;
|
1644
|
+
messageId: string;
|
1645
|
+
emailEngineAttachmentId: string;
|
1646
|
+
}[];
|
1647
|
+
}>, z.ZodObject<{
|
1648
|
+
id: z.ZodString;
|
1649
|
+
createdAt: z.ZodDate;
|
1650
|
+
updatedAt: z.ZodDate;
|
1651
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
1652
|
+
description: z.ZodString;
|
1653
|
+
actorId: z.ZodString;
|
1654
|
+
roomId: z.ZodString;
|
1655
|
+
actor: z.ZodObject<{
|
1656
|
+
id: z.ZodString;
|
1657
|
+
createdAt: z.ZodDate;
|
1658
|
+
updatedAt: z.ZodDate;
|
1659
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
1660
|
+
name: z.ZodString;
|
1661
|
+
email: z.ZodString;
|
1662
|
+
address: z.ZodNullable<z.ZodString>;
|
1663
1663
|
phone: z.ZodNullable<z.ZodString>;
|
1664
1664
|
notification_count: z.ZodNullable<z.ZodNumber>;
|
1665
1665
|
}, "strip", z.ZodTypeAny, {
|
@@ -1851,30 +1851,6 @@ export declare const roomContract: {
|
|
1851
1851
|
updatedAt: Date;
|
1852
1852
|
deletedAt: Date | null;
|
1853
1853
|
roomId: string;
|
1854
|
-
attachments: {
|
1855
|
-
id: string;
|
1856
|
-
createdAt: Date;
|
1857
|
-
updatedAt: Date;
|
1858
|
-
deletedAt: Date | null;
|
1859
|
-
fileName: string;
|
1860
|
-
fileType: string;
|
1861
|
-
upload: {
|
1862
|
-
id: string;
|
1863
|
-
createdAt: Date;
|
1864
|
-
updatedAt: Date;
|
1865
|
-
deletedAt: Date | null;
|
1866
|
-
bucket_name: string;
|
1867
|
-
file_name: string;
|
1868
|
-
file_key: string;
|
1869
|
-
file_size: number;
|
1870
|
-
file_url: string;
|
1871
|
-
extension_name: string;
|
1872
|
-
};
|
1873
|
-
uploadId: string;
|
1874
|
-
roomId: string;
|
1875
|
-
messageId: string;
|
1876
|
-
emailEngineAttachmentId: string;
|
1877
|
-
}[];
|
1878
1854
|
subject: string;
|
1879
1855
|
textPlain: string;
|
1880
1856
|
textHtml: string;
|
@@ -1916,6 +1892,30 @@ export declare const roomContract: {
|
|
1916
1892
|
updatedAt: Date;
|
1917
1893
|
deletedAt: Date | null;
|
1918
1894
|
}[];
|
1895
|
+
attachments: {
|
1896
|
+
id: string;
|
1897
|
+
createdAt: Date;
|
1898
|
+
updatedAt: Date;
|
1899
|
+
deletedAt: Date | null;
|
1900
|
+
fileName: string;
|
1901
|
+
fileType: string;
|
1902
|
+
upload: {
|
1903
|
+
id: string;
|
1904
|
+
createdAt: Date;
|
1905
|
+
updatedAt: Date;
|
1906
|
+
deletedAt: Date | null;
|
1907
|
+
bucket_name: string;
|
1908
|
+
file_name: string;
|
1909
|
+
file_key: string;
|
1910
|
+
file_size: number;
|
1911
|
+
file_url: string;
|
1912
|
+
extension_name: string;
|
1913
|
+
};
|
1914
|
+
uploadId: string;
|
1915
|
+
roomId: string;
|
1916
|
+
messageId: string;
|
1917
|
+
emailEngineAttachmentId: string;
|
1918
|
+
}[];
|
1919
1919
|
};
|
1920
1920
|
assignee: {
|
1921
1921
|
id: string;
|
@@ -1975,30 +1975,6 @@ export declare const roomContract: {
|
|
1975
1975
|
updatedAt: Date;
|
1976
1976
|
deletedAt: Date | null;
|
1977
1977
|
roomId: string;
|
1978
|
-
attachments: {
|
1979
|
-
id: string;
|
1980
|
-
createdAt: Date;
|
1981
|
-
updatedAt: Date;
|
1982
|
-
deletedAt: Date | null;
|
1983
|
-
fileName: string;
|
1984
|
-
fileType: string;
|
1985
|
-
upload: {
|
1986
|
-
id: string;
|
1987
|
-
createdAt: Date;
|
1988
|
-
updatedAt: Date;
|
1989
|
-
deletedAt: Date | null;
|
1990
|
-
bucket_name: string;
|
1991
|
-
file_name: string;
|
1992
|
-
file_key: string;
|
1993
|
-
file_size: number;
|
1994
|
-
file_url: string;
|
1995
|
-
extension_name: string;
|
1996
|
-
};
|
1997
|
-
uploadId: string;
|
1998
|
-
roomId: string;
|
1999
|
-
messageId: string;
|
2000
|
-
emailEngineAttachmentId: string;
|
2001
|
-
}[];
|
2002
1978
|
subject: string;
|
2003
1979
|
textPlain: string;
|
2004
1980
|
textHtml: string;
|
@@ -2040,16 +2016,6 @@ export declare const roomContract: {
|
|
2040
2016
|
updatedAt: Date;
|
2041
2017
|
deletedAt: Date | null;
|
2042
2018
|
}[];
|
2043
|
-
};
|
2044
|
-
messages: {
|
2045
|
-
id: string;
|
2046
|
-
direction: string;
|
2047
|
-
action: string;
|
2048
|
-
date: Date;
|
2049
|
-
createdAt: Date;
|
2050
|
-
updatedAt: Date;
|
2051
|
-
deletedAt: Date | null;
|
2052
|
-
roomId: string;
|
2053
2019
|
attachments: {
|
2054
2020
|
id: string;
|
2055
2021
|
createdAt: Date;
|
@@ -2074,6 +2040,16 @@ export declare const roomContract: {
|
|
2074
2040
|
messageId: string;
|
2075
2041
|
emailEngineAttachmentId: string;
|
2076
2042
|
}[];
|
2043
|
+
};
|
2044
|
+
messages: {
|
2045
|
+
id: string;
|
2046
|
+
direction: string;
|
2047
|
+
action: string;
|
2048
|
+
date: Date;
|
2049
|
+
createdAt: Date;
|
2050
|
+
updatedAt: Date;
|
2051
|
+
deletedAt: Date | null;
|
2052
|
+
roomId: string;
|
2077
2053
|
subject: string;
|
2078
2054
|
textPlain: string;
|
2079
2055
|
textHtml: string;
|
@@ -2115,16 +2091,6 @@ export declare const roomContract: {
|
|
2115
2091
|
updatedAt: Date;
|
2116
2092
|
deletedAt: Date | null;
|
2117
2093
|
}[];
|
2118
|
-
}[];
|
2119
|
-
messagesAndLogs: ({
|
2120
|
-
id: string;
|
2121
|
-
direction: string;
|
2122
|
-
action: string;
|
2123
|
-
date: Date;
|
2124
|
-
createdAt: Date;
|
2125
|
-
updatedAt: Date;
|
2126
|
-
deletedAt: Date | null;
|
2127
|
-
roomId: string;
|
2128
2094
|
attachments: {
|
2129
2095
|
id: string;
|
2130
2096
|
createdAt: Date;
|
@@ -2149,6 +2115,16 @@ export declare const roomContract: {
|
|
2149
2115
|
messageId: string;
|
2150
2116
|
emailEngineAttachmentId: string;
|
2151
2117
|
}[];
|
2118
|
+
}[];
|
2119
|
+
messagesAndLogs: ({
|
2120
|
+
id: string;
|
2121
|
+
direction: string;
|
2122
|
+
action: string;
|
2123
|
+
date: Date;
|
2124
|
+
createdAt: Date;
|
2125
|
+
updatedAt: Date;
|
2126
|
+
deletedAt: Date | null;
|
2127
|
+
roomId: string;
|
2152
2128
|
subject: string;
|
2153
2129
|
textPlain: string;
|
2154
2130
|
textHtml: string;
|
@@ -2190,6 +2166,30 @@ export declare const roomContract: {
|
|
2190
2166
|
updatedAt: Date;
|
2191
2167
|
deletedAt: Date | null;
|
2192
2168
|
}[];
|
2169
|
+
attachments: {
|
2170
|
+
id: string;
|
2171
|
+
createdAt: Date;
|
2172
|
+
updatedAt: Date;
|
2173
|
+
deletedAt: Date | null;
|
2174
|
+
fileName: string;
|
2175
|
+
fileType: string;
|
2176
|
+
upload: {
|
2177
|
+
id: string;
|
2178
|
+
createdAt: Date;
|
2179
|
+
updatedAt: Date;
|
2180
|
+
deletedAt: Date | null;
|
2181
|
+
bucket_name: string;
|
2182
|
+
file_name: string;
|
2183
|
+
file_key: string;
|
2184
|
+
file_size: number;
|
2185
|
+
file_url: string;
|
2186
|
+
extension_name: string;
|
2187
|
+
};
|
2188
|
+
uploadId: string;
|
2189
|
+
roomId: string;
|
2190
|
+
messageId: string;
|
2191
|
+
emailEngineAttachmentId: string;
|
2192
|
+
}[];
|
2193
2193
|
} | {
|
2194
2194
|
id: string;
|
2195
2195
|
description: string;
|
@@ -2261,30 +2261,6 @@ export declare const roomContract: {
|
|
2261
2261
|
updatedAt: Date;
|
2262
2262
|
deletedAt: Date | null;
|
2263
2263
|
roomId: string;
|
2264
|
-
attachments: {
|
2265
|
-
id: string;
|
2266
|
-
createdAt: Date;
|
2267
|
-
updatedAt: Date;
|
2268
|
-
deletedAt: Date | null;
|
2269
|
-
fileName: string;
|
2270
|
-
fileType: string;
|
2271
|
-
upload: {
|
2272
|
-
id: string;
|
2273
|
-
createdAt: Date;
|
2274
|
-
updatedAt: Date;
|
2275
|
-
deletedAt: Date | null;
|
2276
|
-
bucket_name: string;
|
2277
|
-
file_name: string;
|
2278
|
-
file_key: string;
|
2279
|
-
file_size: number;
|
2280
|
-
file_url: string;
|
2281
|
-
extension_name: string;
|
2282
|
-
};
|
2283
|
-
uploadId: string;
|
2284
|
-
roomId: string;
|
2285
|
-
messageId: string;
|
2286
|
-
emailEngineAttachmentId: string;
|
2287
|
-
}[];
|
2288
2264
|
subject: string;
|
2289
2265
|
textPlain: string;
|
2290
2266
|
textHtml: string;
|
@@ -2326,6 +2302,30 @@ export declare const roomContract: {
|
|
2326
2302
|
updatedAt: Date;
|
2327
2303
|
deletedAt: Date | null;
|
2328
2304
|
}[];
|
2305
|
+
attachments: {
|
2306
|
+
id: string;
|
2307
|
+
createdAt: Date;
|
2308
|
+
updatedAt: Date;
|
2309
|
+
deletedAt: Date | null;
|
2310
|
+
fileName: string;
|
2311
|
+
fileType: string;
|
2312
|
+
upload: {
|
2313
|
+
id: string;
|
2314
|
+
createdAt: Date;
|
2315
|
+
updatedAt: Date;
|
2316
|
+
deletedAt: Date | null;
|
2317
|
+
bucket_name: string;
|
2318
|
+
file_name: string;
|
2319
|
+
file_key: string;
|
2320
|
+
file_size: number;
|
2321
|
+
file_url: string;
|
2322
|
+
extension_name: string;
|
2323
|
+
};
|
2324
|
+
uploadId: string;
|
2325
|
+
roomId: string;
|
2326
|
+
messageId: string;
|
2327
|
+
emailEngineAttachmentId: string;
|
2328
|
+
}[];
|
2329
2329
|
};
|
2330
2330
|
assignee: {
|
2331
2331
|
id: string;
|
@@ -2385,30 +2385,6 @@ export declare const roomContract: {
|
|
2385
2385
|
updatedAt: Date;
|
2386
2386
|
deletedAt: Date | null;
|
2387
2387
|
roomId: string;
|
2388
|
-
attachments: {
|
2389
|
-
id: string;
|
2390
|
-
createdAt: Date;
|
2391
|
-
updatedAt: Date;
|
2392
|
-
deletedAt: Date | null;
|
2393
|
-
fileName: string;
|
2394
|
-
fileType: string;
|
2395
|
-
upload: {
|
2396
|
-
id: string;
|
2397
|
-
createdAt: Date;
|
2398
|
-
updatedAt: Date;
|
2399
|
-
deletedAt: Date | null;
|
2400
|
-
bucket_name: string;
|
2401
|
-
file_name: string;
|
2402
|
-
file_key: string;
|
2403
|
-
file_size: number;
|
2404
|
-
file_url: string;
|
2405
|
-
extension_name: string;
|
2406
|
-
};
|
2407
|
-
uploadId: string;
|
2408
|
-
roomId: string;
|
2409
|
-
messageId: string;
|
2410
|
-
emailEngineAttachmentId: string;
|
2411
|
-
}[];
|
2412
2388
|
subject: string;
|
2413
2389
|
textPlain: string;
|
2414
2390
|
textHtml: string;
|
@@ -2450,16 +2426,6 @@ export declare const roomContract: {
|
|
2450
2426
|
updatedAt: Date;
|
2451
2427
|
deletedAt: Date | null;
|
2452
2428
|
}[];
|
2453
|
-
};
|
2454
|
-
messages: {
|
2455
|
-
id: string;
|
2456
|
-
direction: string;
|
2457
|
-
action: string;
|
2458
|
-
date: Date;
|
2459
|
-
createdAt: Date;
|
2460
|
-
updatedAt: Date;
|
2461
|
-
deletedAt: Date | null;
|
2462
|
-
roomId: string;
|
2463
2429
|
attachments: {
|
2464
2430
|
id: string;
|
2465
2431
|
createdAt: Date;
|
@@ -2484,6 +2450,16 @@ export declare const roomContract: {
|
|
2484
2450
|
messageId: string;
|
2485
2451
|
emailEngineAttachmentId: string;
|
2486
2452
|
}[];
|
2453
|
+
};
|
2454
|
+
messages: {
|
2455
|
+
id: string;
|
2456
|
+
direction: string;
|
2457
|
+
action: string;
|
2458
|
+
date: Date;
|
2459
|
+
createdAt: Date;
|
2460
|
+
updatedAt: Date;
|
2461
|
+
deletedAt: Date | null;
|
2462
|
+
roomId: string;
|
2487
2463
|
subject: string;
|
2488
2464
|
textPlain: string;
|
2489
2465
|
textHtml: string;
|
@@ -2525,16 +2501,6 @@ export declare const roomContract: {
|
|
2525
2501
|
updatedAt: Date;
|
2526
2502
|
deletedAt: Date | null;
|
2527
2503
|
}[];
|
2528
|
-
}[];
|
2529
|
-
messagesAndLogs: ({
|
2530
|
-
id: string;
|
2531
|
-
direction: string;
|
2532
|
-
action: string;
|
2533
|
-
date: Date;
|
2534
|
-
createdAt: Date;
|
2535
|
-
updatedAt: Date;
|
2536
|
-
deletedAt: Date | null;
|
2537
|
-
roomId: string;
|
2538
2504
|
attachments: {
|
2539
2505
|
id: string;
|
2540
2506
|
createdAt: Date;
|
@@ -2559,6 +2525,16 @@ export declare const roomContract: {
|
|
2559
2525
|
messageId: string;
|
2560
2526
|
emailEngineAttachmentId: string;
|
2561
2527
|
}[];
|
2528
|
+
}[];
|
2529
|
+
messagesAndLogs: ({
|
2530
|
+
id: string;
|
2531
|
+
direction: string;
|
2532
|
+
action: string;
|
2533
|
+
date: Date;
|
2534
|
+
createdAt: Date;
|
2535
|
+
updatedAt: Date;
|
2536
|
+
deletedAt: Date | null;
|
2537
|
+
roomId: string;
|
2562
2538
|
subject: string;
|
2563
2539
|
textPlain: string;
|
2564
2540
|
textHtml: string;
|
@@ -2600,6 +2576,30 @@ export declare const roomContract: {
|
|
2600
2576
|
updatedAt: Date;
|
2601
2577
|
deletedAt: Date | null;
|
2602
2578
|
}[];
|
2579
|
+
attachments: {
|
2580
|
+
id: string;
|
2581
|
+
createdAt: Date;
|
2582
|
+
updatedAt: Date;
|
2583
|
+
deletedAt: Date | null;
|
2584
|
+
fileName: string;
|
2585
|
+
fileType: string;
|
2586
|
+
upload: {
|
2587
|
+
id: string;
|
2588
|
+
createdAt: Date;
|
2589
|
+
updatedAt: Date;
|
2590
|
+
deletedAt: Date | null;
|
2591
|
+
bucket_name: string;
|
2592
|
+
file_name: string;
|
2593
|
+
file_key: string;
|
2594
|
+
file_size: number;
|
2595
|
+
file_url: string;
|
2596
|
+
extension_name: string;
|
2597
|
+
};
|
2598
|
+
uploadId: string;
|
2599
|
+
roomId: string;
|
2600
|
+
messageId: string;
|
2601
|
+
emailEngineAttachmentId: string;
|
2602
|
+
}[];
|
2603
2603
|
} | {
|
2604
2604
|
id: string;
|
2605
2605
|
description: string;
|
@@ -2676,30 +2676,6 @@ export declare const roomContract: {
|
|
2676
2676
|
updatedAt: Date;
|
2677
2677
|
deletedAt: Date | null;
|
2678
2678
|
roomId: string;
|
2679
|
-
attachments: {
|
2680
|
-
id: string;
|
2681
|
-
createdAt: Date;
|
2682
|
-
updatedAt: Date;
|
2683
|
-
deletedAt: Date | null;
|
2684
|
-
fileName: string;
|
2685
|
-
fileType: string;
|
2686
|
-
upload: {
|
2687
|
-
id: string;
|
2688
|
-
createdAt: Date;
|
2689
|
-
updatedAt: Date;
|
2690
|
-
deletedAt: Date | null;
|
2691
|
-
bucket_name: string;
|
2692
|
-
file_name: string;
|
2693
|
-
file_key: string;
|
2694
|
-
file_size: number;
|
2695
|
-
file_url: string;
|
2696
|
-
extension_name: string;
|
2697
|
-
};
|
2698
|
-
uploadId: string;
|
2699
|
-
roomId: string;
|
2700
|
-
messageId: string;
|
2701
|
-
emailEngineAttachmentId: string;
|
2702
|
-
}[];
|
2703
2679
|
subject: string;
|
2704
2680
|
textPlain: string;
|
2705
2681
|
textHtml: string;
|
@@ -2741,6 +2717,30 @@ export declare const roomContract: {
|
|
2741
2717
|
updatedAt: Date;
|
2742
2718
|
deletedAt: Date | null;
|
2743
2719
|
}[];
|
2720
|
+
attachments: {
|
2721
|
+
id: string;
|
2722
|
+
createdAt: Date;
|
2723
|
+
updatedAt: Date;
|
2724
|
+
deletedAt: Date | null;
|
2725
|
+
fileName: string;
|
2726
|
+
fileType: string;
|
2727
|
+
upload: {
|
2728
|
+
id: string;
|
2729
|
+
createdAt: Date;
|
2730
|
+
updatedAt: Date;
|
2731
|
+
deletedAt: Date | null;
|
2732
|
+
bucket_name: string;
|
2733
|
+
file_name: string;
|
2734
|
+
file_key: string;
|
2735
|
+
file_size: number;
|
2736
|
+
file_url: string;
|
2737
|
+
extension_name: string;
|
2738
|
+
};
|
2739
|
+
uploadId: string;
|
2740
|
+
roomId: string;
|
2741
|
+
messageId: string;
|
2742
|
+
emailEngineAttachmentId: string;
|
2743
|
+
}[];
|
2744
2744
|
};
|
2745
2745
|
assignee: {
|
2746
2746
|
id: string;
|
@@ -2800,30 +2800,6 @@ export declare const roomContract: {
|
|
2800
2800
|
updatedAt: Date;
|
2801
2801
|
deletedAt: Date | null;
|
2802
2802
|
roomId: string;
|
2803
|
-
attachments: {
|
2804
|
-
id: string;
|
2805
|
-
createdAt: Date;
|
2806
|
-
updatedAt: Date;
|
2807
|
-
deletedAt: Date | null;
|
2808
|
-
fileName: string;
|
2809
|
-
fileType: string;
|
2810
|
-
upload: {
|
2811
|
-
id: string;
|
2812
|
-
createdAt: Date;
|
2813
|
-
updatedAt: Date;
|
2814
|
-
deletedAt: Date | null;
|
2815
|
-
bucket_name: string;
|
2816
|
-
file_name: string;
|
2817
|
-
file_key: string;
|
2818
|
-
file_size: number;
|
2819
|
-
file_url: string;
|
2820
|
-
extension_name: string;
|
2821
|
-
};
|
2822
|
-
uploadId: string;
|
2823
|
-
roomId: string;
|
2824
|
-
messageId: string;
|
2825
|
-
emailEngineAttachmentId: string;
|
2826
|
-
}[];
|
2827
2803
|
subject: string;
|
2828
2804
|
textPlain: string;
|
2829
2805
|
textHtml: string;
|
@@ -2865,16 +2841,6 @@ export declare const roomContract: {
|
|
2865
2841
|
updatedAt: Date;
|
2866
2842
|
deletedAt: Date | null;
|
2867
2843
|
}[];
|
2868
|
-
};
|
2869
|
-
messages: {
|
2870
|
-
id: string;
|
2871
|
-
direction: string;
|
2872
|
-
action: string;
|
2873
|
-
date: Date;
|
2874
|
-
createdAt: Date;
|
2875
|
-
updatedAt: Date;
|
2876
|
-
deletedAt: Date | null;
|
2877
|
-
roomId: string;
|
2878
2844
|
attachments: {
|
2879
2845
|
id: string;
|
2880
2846
|
createdAt: Date;
|
@@ -2899,6 +2865,16 @@ export declare const roomContract: {
|
|
2899
2865
|
messageId: string;
|
2900
2866
|
emailEngineAttachmentId: string;
|
2901
2867
|
}[];
|
2868
|
+
};
|
2869
|
+
messages: {
|
2870
|
+
id: string;
|
2871
|
+
direction: string;
|
2872
|
+
action: string;
|
2873
|
+
date: Date;
|
2874
|
+
createdAt: Date;
|
2875
|
+
updatedAt: Date;
|
2876
|
+
deletedAt: Date | null;
|
2877
|
+
roomId: string;
|
2902
2878
|
subject: string;
|
2903
2879
|
textPlain: string;
|
2904
2880
|
textHtml: string;
|
@@ -2940,16 +2916,6 @@ export declare const roomContract: {
|
|
2940
2916
|
updatedAt: Date;
|
2941
2917
|
deletedAt: Date | null;
|
2942
2918
|
}[];
|
2943
|
-
}[];
|
2944
|
-
messagesAndLogs: ({
|
2945
|
-
id: string;
|
2946
|
-
direction: string;
|
2947
|
-
action: string;
|
2948
|
-
date: Date;
|
2949
|
-
createdAt: Date;
|
2950
|
-
updatedAt: Date;
|
2951
|
-
deletedAt: Date | null;
|
2952
|
-
roomId: string;
|
2953
2919
|
attachments: {
|
2954
2920
|
id: string;
|
2955
2921
|
createdAt: Date;
|
@@ -2974,6 +2940,16 @@ export declare const roomContract: {
|
|
2974
2940
|
messageId: string;
|
2975
2941
|
emailEngineAttachmentId: string;
|
2976
2942
|
}[];
|
2943
|
+
}[];
|
2944
|
+
messagesAndLogs: ({
|
2945
|
+
id: string;
|
2946
|
+
direction: string;
|
2947
|
+
action: string;
|
2948
|
+
date: Date;
|
2949
|
+
createdAt: Date;
|
2950
|
+
updatedAt: Date;
|
2951
|
+
deletedAt: Date | null;
|
2952
|
+
roomId: string;
|
2977
2953
|
subject: string;
|
2978
2954
|
textPlain: string;
|
2979
2955
|
textHtml: string;
|
@@ -3015,6 +2991,30 @@ export declare const roomContract: {
|
|
3015
2991
|
updatedAt: Date;
|
3016
2992
|
deletedAt: Date | null;
|
3017
2993
|
}[];
|
2994
|
+
attachments: {
|
2995
|
+
id: string;
|
2996
|
+
createdAt: Date;
|
2997
|
+
updatedAt: Date;
|
2998
|
+
deletedAt: Date | null;
|
2999
|
+
fileName: string;
|
3000
|
+
fileType: string;
|
3001
|
+
upload: {
|
3002
|
+
id: string;
|
3003
|
+
createdAt: Date;
|
3004
|
+
updatedAt: Date;
|
3005
|
+
deletedAt: Date | null;
|
3006
|
+
bucket_name: string;
|
3007
|
+
file_name: string;
|
3008
|
+
file_key: string;
|
3009
|
+
file_size: number;
|
3010
|
+
file_url: string;
|
3011
|
+
extension_name: string;
|
3012
|
+
};
|
3013
|
+
uploadId: string;
|
3014
|
+
roomId: string;
|
3015
|
+
messageId: string;
|
3016
|
+
emailEngineAttachmentId: string;
|
3017
|
+
}[];
|
3018
3018
|
} | {
|
3019
3019
|
id: string;
|
3020
3020
|
description: string;
|
@@ -3092,30 +3092,6 @@ export declare const roomContract: {
|
|
3092
3092
|
updatedAt: Date;
|
3093
3093
|
deletedAt: Date | null;
|
3094
3094
|
roomId: string;
|
3095
|
-
attachments: {
|
3096
|
-
id: string;
|
3097
|
-
createdAt: Date;
|
3098
|
-
updatedAt: Date;
|
3099
|
-
deletedAt: Date | null;
|
3100
|
-
fileName: string;
|
3101
|
-
fileType: string;
|
3102
|
-
upload: {
|
3103
|
-
id: string;
|
3104
|
-
createdAt: Date;
|
3105
|
-
updatedAt: Date;
|
3106
|
-
deletedAt: Date | null;
|
3107
|
-
bucket_name: string;
|
3108
|
-
file_name: string;
|
3109
|
-
file_key: string;
|
3110
|
-
file_size: number;
|
3111
|
-
file_url: string;
|
3112
|
-
extension_name: string;
|
3113
|
-
};
|
3114
|
-
uploadId: string;
|
3115
|
-
roomId: string;
|
3116
|
-
messageId: string;
|
3117
|
-
emailEngineAttachmentId: string;
|
3118
|
-
}[];
|
3119
3095
|
subject: string;
|
3120
3096
|
textPlain: string;
|
3121
3097
|
textHtml: string;
|
@@ -3157,6 +3133,30 @@ export declare const roomContract: {
|
|
3157
3133
|
updatedAt: Date;
|
3158
3134
|
deletedAt: Date | null;
|
3159
3135
|
}[];
|
3136
|
+
attachments: {
|
3137
|
+
id: string;
|
3138
|
+
createdAt: Date;
|
3139
|
+
updatedAt: Date;
|
3140
|
+
deletedAt: Date | null;
|
3141
|
+
fileName: string;
|
3142
|
+
fileType: string;
|
3143
|
+
upload: {
|
3144
|
+
id: string;
|
3145
|
+
createdAt: Date;
|
3146
|
+
updatedAt: Date;
|
3147
|
+
deletedAt: Date | null;
|
3148
|
+
bucket_name: string;
|
3149
|
+
file_name: string;
|
3150
|
+
file_key: string;
|
3151
|
+
file_size: number;
|
3152
|
+
file_url: string;
|
3153
|
+
extension_name: string;
|
3154
|
+
};
|
3155
|
+
uploadId: string;
|
3156
|
+
roomId: string;
|
3157
|
+
messageId: string;
|
3158
|
+
emailEngineAttachmentId: string;
|
3159
|
+
}[];
|
3160
3160
|
};
|
3161
3161
|
assignee: {
|
3162
3162
|
id: string;
|
@@ -3216,43 +3216,19 @@ export declare const roomContract: {
|
|
3216
3216
|
updatedAt: Date;
|
3217
3217
|
deletedAt: Date | null;
|
3218
3218
|
roomId: string;
|
3219
|
-
|
3219
|
+
subject: string;
|
3220
|
+
textPlain: string;
|
3221
|
+
textHtml: string;
|
3222
|
+
textId: string;
|
3223
|
+
emailEngineEmailId: string;
|
3224
|
+
emailEngineMessageId: string;
|
3225
|
+
emailEngineReplyTo: string | null;
|
3226
|
+
unseen: boolean;
|
3227
|
+
seemsLikeNew: boolean;
|
3228
|
+
from: {
|
3220
3229
|
id: string;
|
3221
|
-
|
3222
|
-
|
3223
|
-
deletedAt: Date | null;
|
3224
|
-
fileName: string;
|
3225
|
-
fileType: string;
|
3226
|
-
upload: {
|
3227
|
-
id: string;
|
3228
|
-
createdAt: Date;
|
3229
|
-
updatedAt: Date;
|
3230
|
-
deletedAt: Date | null;
|
3231
|
-
bucket_name: string;
|
3232
|
-
file_name: string;
|
3233
|
-
file_key: string;
|
3234
|
-
file_size: number;
|
3235
|
-
file_url: string;
|
3236
|
-
extension_name: string;
|
3237
|
-
};
|
3238
|
-
uploadId: string;
|
3239
|
-
roomId: string;
|
3240
|
-
messageId: string;
|
3241
|
-
emailEngineAttachmentId: string;
|
3242
|
-
}[];
|
3243
|
-
subject: string;
|
3244
|
-
textPlain: string;
|
3245
|
-
textHtml: string;
|
3246
|
-
textId: string;
|
3247
|
-
emailEngineEmailId: string;
|
3248
|
-
emailEngineMessageId: string;
|
3249
|
-
emailEngineReplyTo: string | null;
|
3250
|
-
unseen: boolean;
|
3251
|
-
seemsLikeNew: boolean;
|
3252
|
-
from: {
|
3253
|
-
id: string;
|
3254
|
-
address: string;
|
3255
|
-
name: string;
|
3230
|
+
address: string;
|
3231
|
+
name: string;
|
3256
3232
|
createdAt: Date;
|
3257
3233
|
updatedAt: Date;
|
3258
3234
|
deletedAt: Date | null;
|
@@ -3281,16 +3257,6 @@ export declare const roomContract: {
|
|
3281
3257
|
updatedAt: Date;
|
3282
3258
|
deletedAt: Date | null;
|
3283
3259
|
}[];
|
3284
|
-
};
|
3285
|
-
messages: {
|
3286
|
-
id: string;
|
3287
|
-
direction: string;
|
3288
|
-
action: string;
|
3289
|
-
date: Date;
|
3290
|
-
createdAt: Date;
|
3291
|
-
updatedAt: Date;
|
3292
|
-
deletedAt: Date | null;
|
3293
|
-
roomId: string;
|
3294
3260
|
attachments: {
|
3295
3261
|
id: string;
|
3296
3262
|
createdAt: Date;
|
@@ -3315,6 +3281,16 @@ export declare const roomContract: {
|
|
3315
3281
|
messageId: string;
|
3316
3282
|
emailEngineAttachmentId: string;
|
3317
3283
|
}[];
|
3284
|
+
};
|
3285
|
+
messages: {
|
3286
|
+
id: string;
|
3287
|
+
direction: string;
|
3288
|
+
action: string;
|
3289
|
+
date: Date;
|
3290
|
+
createdAt: Date;
|
3291
|
+
updatedAt: Date;
|
3292
|
+
deletedAt: Date | null;
|
3293
|
+
roomId: string;
|
3318
3294
|
subject: string;
|
3319
3295
|
textPlain: string;
|
3320
3296
|
textHtml: string;
|
@@ -3356,16 +3332,6 @@ export declare const roomContract: {
|
|
3356
3332
|
updatedAt: Date;
|
3357
3333
|
deletedAt: Date | null;
|
3358
3334
|
}[];
|
3359
|
-
}[];
|
3360
|
-
messagesAndLogs: ({
|
3361
|
-
id: string;
|
3362
|
-
direction: string;
|
3363
|
-
action: string;
|
3364
|
-
date: Date;
|
3365
|
-
createdAt: Date;
|
3366
|
-
updatedAt: Date;
|
3367
|
-
deletedAt: Date | null;
|
3368
|
-
roomId: string;
|
3369
3335
|
attachments: {
|
3370
3336
|
id: string;
|
3371
3337
|
createdAt: Date;
|
@@ -3390,6 +3356,16 @@ export declare const roomContract: {
|
|
3390
3356
|
messageId: string;
|
3391
3357
|
emailEngineAttachmentId: string;
|
3392
3358
|
}[];
|
3359
|
+
}[];
|
3360
|
+
messagesAndLogs: ({
|
3361
|
+
id: string;
|
3362
|
+
direction: string;
|
3363
|
+
action: string;
|
3364
|
+
date: Date;
|
3365
|
+
createdAt: Date;
|
3366
|
+
updatedAt: Date;
|
3367
|
+
deletedAt: Date | null;
|
3368
|
+
roomId: string;
|
3393
3369
|
subject: string;
|
3394
3370
|
textPlain: string;
|
3395
3371
|
textHtml: string;
|
@@ -3431,6 +3407,30 @@ export declare const roomContract: {
|
|
3431
3407
|
updatedAt: Date;
|
3432
3408
|
deletedAt: Date | null;
|
3433
3409
|
}[];
|
3410
|
+
attachments: {
|
3411
|
+
id: string;
|
3412
|
+
createdAt: Date;
|
3413
|
+
updatedAt: Date;
|
3414
|
+
deletedAt: Date | null;
|
3415
|
+
fileName: string;
|
3416
|
+
fileType: string;
|
3417
|
+
upload: {
|
3418
|
+
id: string;
|
3419
|
+
createdAt: Date;
|
3420
|
+
updatedAt: Date;
|
3421
|
+
deletedAt: Date | null;
|
3422
|
+
bucket_name: string;
|
3423
|
+
file_name: string;
|
3424
|
+
file_key: string;
|
3425
|
+
file_size: number;
|
3426
|
+
file_url: string;
|
3427
|
+
extension_name: string;
|
3428
|
+
};
|
3429
|
+
uploadId: string;
|
3430
|
+
roomId: string;
|
3431
|
+
messageId: string;
|
3432
|
+
emailEngineAttachmentId: string;
|
3433
|
+
}[];
|
3434
3434
|
} | {
|
3435
3435
|
id: string;
|
3436
3436
|
description: string;
|
@@ -3838,30 +3838,6 @@ export declare const roomContract: {
|
|
3838
3838
|
updatedAt: Date;
|
3839
3839
|
deletedAt: Date | null;
|
3840
3840
|
roomId: string;
|
3841
|
-
attachments: {
|
3842
|
-
id: string;
|
3843
|
-
createdAt: Date;
|
3844
|
-
updatedAt: Date;
|
3845
|
-
deletedAt: Date | null;
|
3846
|
-
fileName: string;
|
3847
|
-
fileType: string;
|
3848
|
-
upload: {
|
3849
|
-
id: string;
|
3850
|
-
createdAt: Date;
|
3851
|
-
updatedAt: Date;
|
3852
|
-
deletedAt: Date | null;
|
3853
|
-
bucket_name: string;
|
3854
|
-
file_name: string;
|
3855
|
-
file_key: string;
|
3856
|
-
file_size: number;
|
3857
|
-
file_url: string;
|
3858
|
-
extension_name: string;
|
3859
|
-
};
|
3860
|
-
uploadId: string;
|
3861
|
-
roomId: string;
|
3862
|
-
messageId: string;
|
3863
|
-
emailEngineAttachmentId: string;
|
3864
|
-
}[];
|
3865
3841
|
subject: string;
|
3866
3842
|
textPlain: string;
|
3867
3843
|
textHtml: string;
|
@@ -3903,15 +3879,6 @@ export declare const roomContract: {
|
|
3903
3879
|
updatedAt: Date;
|
3904
3880
|
deletedAt: Date | null;
|
3905
3881
|
}[];
|
3906
|
-
}, {
|
3907
|
-
id: string;
|
3908
|
-
direction: string;
|
3909
|
-
action: string;
|
3910
|
-
date: Date;
|
3911
|
-
createdAt: Date;
|
3912
|
-
updatedAt: Date;
|
3913
|
-
deletedAt: Date | null;
|
3914
|
-
roomId: string;
|
3915
3882
|
attachments: {
|
3916
3883
|
id: string;
|
3917
3884
|
createdAt: Date;
|
@@ -3936,6 +3903,15 @@ export declare const roomContract: {
|
|
3936
3903
|
messageId: string;
|
3937
3904
|
emailEngineAttachmentId: string;
|
3938
3905
|
}[];
|
3906
|
+
}, {
|
3907
|
+
id: string;
|
3908
|
+
direction: string;
|
3909
|
+
action: string;
|
3910
|
+
date: Date;
|
3911
|
+
createdAt: Date;
|
3912
|
+
updatedAt: Date;
|
3913
|
+
deletedAt: Date | null;
|
3914
|
+
roomId: string;
|
3939
3915
|
subject: string;
|
3940
3916
|
textPlain: string;
|
3941
3917
|
textHtml: string;
|
@@ -3977,6 +3953,30 @@ export declare const roomContract: {
|
|
3977
3953
|
updatedAt: Date;
|
3978
3954
|
deletedAt: Date | null;
|
3979
3955
|
}[];
|
3956
|
+
attachments: {
|
3957
|
+
id: string;
|
3958
|
+
createdAt: Date;
|
3959
|
+
updatedAt: Date;
|
3960
|
+
deletedAt: Date | null;
|
3961
|
+
fileName: string;
|
3962
|
+
fileType: string;
|
3963
|
+
upload: {
|
3964
|
+
id: string;
|
3965
|
+
createdAt: Date;
|
3966
|
+
updatedAt: Date;
|
3967
|
+
deletedAt: Date | null;
|
3968
|
+
bucket_name: string;
|
3969
|
+
file_name: string;
|
3970
|
+
file_key: string;
|
3971
|
+
file_size: number;
|
3972
|
+
file_url: string;
|
3973
|
+
extension_name: string;
|
3974
|
+
};
|
3975
|
+
uploadId: string;
|
3976
|
+
roomId: string;
|
3977
|
+
messageId: string;
|
3978
|
+
emailEngineAttachmentId: string;
|
3979
|
+
}[];
|
3980
3980
|
}>;
|
3981
3981
|
lastMessage: z.ZodObject<{
|
3982
3982
|
id: z.ZodString;
|
@@ -4185,30 +4185,6 @@ export declare const roomContract: {
|
|
4185
4185
|
updatedAt: Date;
|
4186
4186
|
deletedAt: Date | null;
|
4187
4187
|
roomId: string;
|
4188
|
-
attachments: {
|
4189
|
-
id: string;
|
4190
|
-
createdAt: Date;
|
4191
|
-
updatedAt: Date;
|
4192
|
-
deletedAt: Date | null;
|
4193
|
-
fileName: string;
|
4194
|
-
fileType: string;
|
4195
|
-
upload: {
|
4196
|
-
id: string;
|
4197
|
-
createdAt: Date;
|
4198
|
-
updatedAt: Date;
|
4199
|
-
deletedAt: Date | null;
|
4200
|
-
bucket_name: string;
|
4201
|
-
file_name: string;
|
4202
|
-
file_key: string;
|
4203
|
-
file_size: number;
|
4204
|
-
file_url: string;
|
4205
|
-
extension_name: string;
|
4206
|
-
};
|
4207
|
-
uploadId: string;
|
4208
|
-
roomId: string;
|
4209
|
-
messageId: string;
|
4210
|
-
emailEngineAttachmentId: string;
|
4211
|
-
}[];
|
4212
4188
|
subject: string;
|
4213
4189
|
textPlain: string;
|
4214
4190
|
textHtml: string;
|
@@ -4250,15 +4226,6 @@ export declare const roomContract: {
|
|
4250
4226
|
updatedAt: Date;
|
4251
4227
|
deletedAt: Date | null;
|
4252
4228
|
}[];
|
4253
|
-
}, {
|
4254
|
-
id: string;
|
4255
|
-
direction: string;
|
4256
|
-
action: string;
|
4257
|
-
date: Date;
|
4258
|
-
createdAt: Date;
|
4259
|
-
updatedAt: Date;
|
4260
|
-
deletedAt: Date | null;
|
4261
|
-
roomId: string;
|
4262
4229
|
attachments: {
|
4263
4230
|
id: string;
|
4264
4231
|
createdAt: Date;
|
@@ -4283,6 +4250,15 @@ export declare const roomContract: {
|
|
4283
4250
|
messageId: string;
|
4284
4251
|
emailEngineAttachmentId: string;
|
4285
4252
|
}[];
|
4253
|
+
}, {
|
4254
|
+
id: string;
|
4255
|
+
direction: string;
|
4256
|
+
action: string;
|
4257
|
+
date: Date;
|
4258
|
+
createdAt: Date;
|
4259
|
+
updatedAt: Date;
|
4260
|
+
deletedAt: Date | null;
|
4261
|
+
roomId: string;
|
4286
4262
|
subject: string;
|
4287
4263
|
textPlain: string;
|
4288
4264
|
textHtml: string;
|
@@ -4324,6 +4300,30 @@ export declare const roomContract: {
|
|
4324
4300
|
updatedAt: Date;
|
4325
4301
|
deletedAt: Date | null;
|
4326
4302
|
}[];
|
4303
|
+
attachments: {
|
4304
|
+
id: string;
|
4305
|
+
createdAt: Date;
|
4306
|
+
updatedAt: Date;
|
4307
|
+
deletedAt: Date | null;
|
4308
|
+
fileName: string;
|
4309
|
+
fileType: string;
|
4310
|
+
upload: {
|
4311
|
+
id: string;
|
4312
|
+
createdAt: Date;
|
4313
|
+
updatedAt: Date;
|
4314
|
+
deletedAt: Date | null;
|
4315
|
+
bucket_name: string;
|
4316
|
+
file_name: string;
|
4317
|
+
file_key: string;
|
4318
|
+
file_size: number;
|
4319
|
+
file_url: string;
|
4320
|
+
extension_name: string;
|
4321
|
+
};
|
4322
|
+
uploadId: string;
|
4323
|
+
roomId: string;
|
4324
|
+
messageId: string;
|
4325
|
+
emailEngineAttachmentId: string;
|
4326
|
+
}[];
|
4327
4327
|
}>;
|
4328
4328
|
tags: z.ZodArray<z.ZodObject<{
|
4329
4329
|
color: z.ZodString;
|
@@ -4585,30 +4585,6 @@ export declare const roomContract: {
|
|
4585
4585
|
updatedAt: Date;
|
4586
4586
|
deletedAt: Date | null;
|
4587
4587
|
roomId: string;
|
4588
|
-
attachments: {
|
4589
|
-
id: string;
|
4590
|
-
createdAt: Date;
|
4591
|
-
updatedAt: Date;
|
4592
|
-
deletedAt: Date | null;
|
4593
|
-
fileName: string;
|
4594
|
-
fileType: string;
|
4595
|
-
upload: {
|
4596
|
-
id: string;
|
4597
|
-
createdAt: Date;
|
4598
|
-
updatedAt: Date;
|
4599
|
-
deletedAt: Date | null;
|
4600
|
-
bucket_name: string;
|
4601
|
-
file_name: string;
|
4602
|
-
file_key: string;
|
4603
|
-
file_size: number;
|
4604
|
-
file_url: string;
|
4605
|
-
extension_name: string;
|
4606
|
-
};
|
4607
|
-
uploadId: string;
|
4608
|
-
roomId: string;
|
4609
|
-
messageId: string;
|
4610
|
-
emailEngineAttachmentId: string;
|
4611
|
-
}[];
|
4612
4588
|
subject: string;
|
4613
4589
|
textPlain: string;
|
4614
4590
|
textHtml: string;
|
@@ -4650,15 +4626,6 @@ export declare const roomContract: {
|
|
4650
4626
|
updatedAt: Date;
|
4651
4627
|
deletedAt: Date | null;
|
4652
4628
|
}[];
|
4653
|
-
}, {
|
4654
|
-
id: string;
|
4655
|
-
direction: string;
|
4656
|
-
action: string;
|
4657
|
-
date: Date;
|
4658
|
-
createdAt: Date;
|
4659
|
-
updatedAt: Date;
|
4660
|
-
deletedAt: Date | null;
|
4661
|
-
roomId: string;
|
4662
4629
|
attachments: {
|
4663
4630
|
id: string;
|
4664
4631
|
createdAt: Date;
|
@@ -4683,6 +4650,15 @@ export declare const roomContract: {
|
|
4683
4650
|
messageId: string;
|
4684
4651
|
emailEngineAttachmentId: string;
|
4685
4652
|
}[];
|
4653
|
+
}, {
|
4654
|
+
id: string;
|
4655
|
+
direction: string;
|
4656
|
+
action: string;
|
4657
|
+
date: Date;
|
4658
|
+
createdAt: Date;
|
4659
|
+
updatedAt: Date;
|
4660
|
+
deletedAt: Date | null;
|
4661
|
+
roomId: string;
|
4686
4662
|
subject: string;
|
4687
4663
|
textPlain: string;
|
4688
4664
|
textHtml: string;
|
@@ -4724,6 +4700,30 @@ export declare const roomContract: {
|
|
4724
4700
|
updatedAt: Date;
|
4725
4701
|
deletedAt: Date | null;
|
4726
4702
|
}[];
|
4703
|
+
attachments: {
|
4704
|
+
id: string;
|
4705
|
+
createdAt: Date;
|
4706
|
+
updatedAt: Date;
|
4707
|
+
deletedAt: Date | null;
|
4708
|
+
fileName: string;
|
4709
|
+
fileType: string;
|
4710
|
+
upload: {
|
4711
|
+
id: string;
|
4712
|
+
createdAt: Date;
|
4713
|
+
updatedAt: Date;
|
4714
|
+
deletedAt: Date | null;
|
4715
|
+
bucket_name: string;
|
4716
|
+
file_name: string;
|
4717
|
+
file_key: string;
|
4718
|
+
file_size: number;
|
4719
|
+
file_url: string;
|
4720
|
+
extension_name: string;
|
4721
|
+
};
|
4722
|
+
uploadId: string;
|
4723
|
+
roomId: string;
|
4724
|
+
messageId: string;
|
4725
|
+
emailEngineAttachmentId: string;
|
4726
|
+
}[];
|
4727
4727
|
}>, "many">;
|
4728
4728
|
messagesAndLogs: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
4729
4729
|
id: z.ZodString;
|
@@ -4932,30 +4932,6 @@ export declare const roomContract: {
|
|
4932
4932
|
updatedAt: Date;
|
4933
4933
|
deletedAt: Date | null;
|
4934
4934
|
roomId: string;
|
4935
|
-
attachments: {
|
4936
|
-
id: string;
|
4937
|
-
createdAt: Date;
|
4938
|
-
updatedAt: Date;
|
4939
|
-
deletedAt: Date | null;
|
4940
|
-
fileName: string;
|
4941
|
-
fileType: string;
|
4942
|
-
upload: {
|
4943
|
-
id: string;
|
4944
|
-
createdAt: Date;
|
4945
|
-
updatedAt: Date;
|
4946
|
-
deletedAt: Date | null;
|
4947
|
-
bucket_name: string;
|
4948
|
-
file_name: string;
|
4949
|
-
file_key: string;
|
4950
|
-
file_size: number;
|
4951
|
-
file_url: string;
|
4952
|
-
extension_name: string;
|
4953
|
-
};
|
4954
|
-
uploadId: string;
|
4955
|
-
roomId: string;
|
4956
|
-
messageId: string;
|
4957
|
-
emailEngineAttachmentId: string;
|
4958
|
-
}[];
|
4959
4935
|
subject: string;
|
4960
4936
|
textPlain: string;
|
4961
4937
|
textHtml: string;
|
@@ -4997,15 +4973,6 @@ export declare const roomContract: {
|
|
4997
4973
|
updatedAt: Date;
|
4998
4974
|
deletedAt: Date | null;
|
4999
4975
|
}[];
|
5000
|
-
}, {
|
5001
|
-
id: string;
|
5002
|
-
direction: string;
|
5003
|
-
action: string;
|
5004
|
-
date: Date;
|
5005
|
-
createdAt: Date;
|
5006
|
-
updatedAt: Date;
|
5007
|
-
deletedAt: Date | null;
|
5008
|
-
roomId: string;
|
5009
4976
|
attachments: {
|
5010
4977
|
id: string;
|
5011
4978
|
createdAt: Date;
|
@@ -5030,6 +4997,15 @@ export declare const roomContract: {
|
|
5030
4997
|
messageId: string;
|
5031
4998
|
emailEngineAttachmentId: string;
|
5032
4999
|
}[];
|
5000
|
+
}, {
|
5001
|
+
id: string;
|
5002
|
+
direction: string;
|
5003
|
+
action: string;
|
5004
|
+
date: Date;
|
5005
|
+
createdAt: Date;
|
5006
|
+
updatedAt: Date;
|
5007
|
+
deletedAt: Date | null;
|
5008
|
+
roomId: string;
|
5033
5009
|
subject: string;
|
5034
5010
|
textPlain: string;
|
5035
5011
|
textHtml: string;
|
@@ -5071,6 +5047,30 @@ export declare const roomContract: {
|
|
5071
5047
|
updatedAt: Date;
|
5072
5048
|
deletedAt: Date | null;
|
5073
5049
|
}[];
|
5050
|
+
attachments: {
|
5051
|
+
id: string;
|
5052
|
+
createdAt: Date;
|
5053
|
+
updatedAt: Date;
|
5054
|
+
deletedAt: Date | null;
|
5055
|
+
fileName: string;
|
5056
|
+
fileType: string;
|
5057
|
+
upload: {
|
5058
|
+
id: string;
|
5059
|
+
createdAt: Date;
|
5060
|
+
updatedAt: Date;
|
5061
|
+
deletedAt: Date | null;
|
5062
|
+
bucket_name: string;
|
5063
|
+
file_name: string;
|
5064
|
+
file_key: string;
|
5065
|
+
file_size: number;
|
5066
|
+
file_url: string;
|
5067
|
+
extension_name: string;
|
5068
|
+
};
|
5069
|
+
uploadId: string;
|
5070
|
+
roomId: string;
|
5071
|
+
messageId: string;
|
5072
|
+
emailEngineAttachmentId: string;
|
5073
|
+
}[];
|
5074
5074
|
}>, z.ZodObject<{
|
5075
5075
|
id: z.ZodString;
|
5076
5076
|
createdAt: z.ZodDate;
|
@@ -5278,30 +5278,6 @@ export declare const roomContract: {
|
|
5278
5278
|
updatedAt: Date;
|
5279
5279
|
deletedAt: Date | null;
|
5280
5280
|
roomId: string;
|
5281
|
-
attachments: {
|
5282
|
-
id: string;
|
5283
|
-
createdAt: Date;
|
5284
|
-
updatedAt: Date;
|
5285
|
-
deletedAt: Date | null;
|
5286
|
-
fileName: string;
|
5287
|
-
fileType: string;
|
5288
|
-
upload: {
|
5289
|
-
id: string;
|
5290
|
-
createdAt: Date;
|
5291
|
-
updatedAt: Date;
|
5292
|
-
deletedAt: Date | null;
|
5293
|
-
bucket_name: string;
|
5294
|
-
file_name: string;
|
5295
|
-
file_key: string;
|
5296
|
-
file_size: number;
|
5297
|
-
file_url: string;
|
5298
|
-
extension_name: string;
|
5299
|
-
};
|
5300
|
-
uploadId: string;
|
5301
|
-
roomId: string;
|
5302
|
-
messageId: string;
|
5303
|
-
emailEngineAttachmentId: string;
|
5304
|
-
}[];
|
5305
5281
|
subject: string;
|
5306
5282
|
textPlain: string;
|
5307
5283
|
textHtml: string;
|
@@ -5343,6 +5319,30 @@ export declare const roomContract: {
|
|
5343
5319
|
updatedAt: Date;
|
5344
5320
|
deletedAt: Date | null;
|
5345
5321
|
}[];
|
5322
|
+
attachments: {
|
5323
|
+
id: string;
|
5324
|
+
createdAt: Date;
|
5325
|
+
updatedAt: Date;
|
5326
|
+
deletedAt: Date | null;
|
5327
|
+
fileName: string;
|
5328
|
+
fileType: string;
|
5329
|
+
upload: {
|
5330
|
+
id: string;
|
5331
|
+
createdAt: Date;
|
5332
|
+
updatedAt: Date;
|
5333
|
+
deletedAt: Date | null;
|
5334
|
+
bucket_name: string;
|
5335
|
+
file_name: string;
|
5336
|
+
file_key: string;
|
5337
|
+
file_size: number;
|
5338
|
+
file_url: string;
|
5339
|
+
extension_name: string;
|
5340
|
+
};
|
5341
|
+
uploadId: string;
|
5342
|
+
roomId: string;
|
5343
|
+
messageId: string;
|
5344
|
+
emailEngineAttachmentId: string;
|
5345
|
+
}[];
|
5346
5346
|
};
|
5347
5347
|
assignee: {
|
5348
5348
|
id: string;
|
@@ -5402,30 +5402,6 @@ export declare const roomContract: {
|
|
5402
5402
|
updatedAt: Date;
|
5403
5403
|
deletedAt: Date | null;
|
5404
5404
|
roomId: string;
|
5405
|
-
attachments: {
|
5406
|
-
id: string;
|
5407
|
-
createdAt: Date;
|
5408
|
-
updatedAt: Date;
|
5409
|
-
deletedAt: Date | null;
|
5410
|
-
fileName: string;
|
5411
|
-
fileType: string;
|
5412
|
-
upload: {
|
5413
|
-
id: string;
|
5414
|
-
createdAt: Date;
|
5415
|
-
updatedAt: Date;
|
5416
|
-
deletedAt: Date | null;
|
5417
|
-
bucket_name: string;
|
5418
|
-
file_name: string;
|
5419
|
-
file_key: string;
|
5420
|
-
file_size: number;
|
5421
|
-
file_url: string;
|
5422
|
-
extension_name: string;
|
5423
|
-
};
|
5424
|
-
uploadId: string;
|
5425
|
-
roomId: string;
|
5426
|
-
messageId: string;
|
5427
|
-
emailEngineAttachmentId: string;
|
5428
|
-
}[];
|
5429
5405
|
subject: string;
|
5430
5406
|
textPlain: string;
|
5431
5407
|
textHtml: string;
|
@@ -5467,16 +5443,6 @@ export declare const roomContract: {
|
|
5467
5443
|
updatedAt: Date;
|
5468
5444
|
deletedAt: Date | null;
|
5469
5445
|
}[];
|
5470
|
-
};
|
5471
|
-
messages: {
|
5472
|
-
id: string;
|
5473
|
-
direction: string;
|
5474
|
-
action: string;
|
5475
|
-
date: Date;
|
5476
|
-
createdAt: Date;
|
5477
|
-
updatedAt: Date;
|
5478
|
-
deletedAt: Date | null;
|
5479
|
-
roomId: string;
|
5480
5446
|
attachments: {
|
5481
5447
|
id: string;
|
5482
5448
|
createdAt: Date;
|
@@ -5501,6 +5467,16 @@ export declare const roomContract: {
|
|
5501
5467
|
messageId: string;
|
5502
5468
|
emailEngineAttachmentId: string;
|
5503
5469
|
}[];
|
5470
|
+
};
|
5471
|
+
messages: {
|
5472
|
+
id: string;
|
5473
|
+
direction: string;
|
5474
|
+
action: string;
|
5475
|
+
date: Date;
|
5476
|
+
createdAt: Date;
|
5477
|
+
updatedAt: Date;
|
5478
|
+
deletedAt: Date | null;
|
5479
|
+
roomId: string;
|
5504
5480
|
subject: string;
|
5505
5481
|
textPlain: string;
|
5506
5482
|
textHtml: string;
|
@@ -5542,16 +5518,6 @@ export declare const roomContract: {
|
|
5542
5518
|
updatedAt: Date;
|
5543
5519
|
deletedAt: Date | null;
|
5544
5520
|
}[];
|
5545
|
-
}[];
|
5546
|
-
messagesAndLogs: ({
|
5547
|
-
id: string;
|
5548
|
-
direction: string;
|
5549
|
-
action: string;
|
5550
|
-
date: Date;
|
5551
|
-
createdAt: Date;
|
5552
|
-
updatedAt: Date;
|
5553
|
-
deletedAt: Date | null;
|
5554
|
-
roomId: string;
|
5555
5521
|
attachments: {
|
5556
5522
|
id: string;
|
5557
5523
|
createdAt: Date;
|
@@ -5576,6 +5542,16 @@ export declare const roomContract: {
|
|
5576
5542
|
messageId: string;
|
5577
5543
|
emailEngineAttachmentId: string;
|
5578
5544
|
}[];
|
5545
|
+
}[];
|
5546
|
+
messagesAndLogs: ({
|
5547
|
+
id: string;
|
5548
|
+
direction: string;
|
5549
|
+
action: string;
|
5550
|
+
date: Date;
|
5551
|
+
createdAt: Date;
|
5552
|
+
updatedAt: Date;
|
5553
|
+
deletedAt: Date | null;
|
5554
|
+
roomId: string;
|
5579
5555
|
subject: string;
|
5580
5556
|
textPlain: string;
|
5581
5557
|
textHtml: string;
|
@@ -5617,6 +5593,30 @@ export declare const roomContract: {
|
|
5617
5593
|
updatedAt: Date;
|
5618
5594
|
deletedAt: Date | null;
|
5619
5595
|
}[];
|
5596
|
+
attachments: {
|
5597
|
+
id: string;
|
5598
|
+
createdAt: Date;
|
5599
|
+
updatedAt: Date;
|
5600
|
+
deletedAt: Date | null;
|
5601
|
+
fileName: string;
|
5602
|
+
fileType: string;
|
5603
|
+
upload: {
|
5604
|
+
id: string;
|
5605
|
+
createdAt: Date;
|
5606
|
+
updatedAt: Date;
|
5607
|
+
deletedAt: Date | null;
|
5608
|
+
bucket_name: string;
|
5609
|
+
file_name: string;
|
5610
|
+
file_key: string;
|
5611
|
+
file_size: number;
|
5612
|
+
file_url: string;
|
5613
|
+
extension_name: string;
|
5614
|
+
};
|
5615
|
+
uploadId: string;
|
5616
|
+
roomId: string;
|
5617
|
+
messageId: string;
|
5618
|
+
emailEngineAttachmentId: string;
|
5619
|
+
}[];
|
5620
5620
|
} | {
|
5621
5621
|
id: string;
|
5622
5622
|
description: string;
|
@@ -5688,40 +5688,24 @@ export declare const roomContract: {
|
|
5688
5688
|
updatedAt: Date;
|
5689
5689
|
deletedAt: Date | null;
|
5690
5690
|
roomId: string;
|
5691
|
-
|
5691
|
+
subject: string;
|
5692
|
+
textPlain: string;
|
5693
|
+
textHtml: string;
|
5694
|
+
textId: string;
|
5695
|
+
emailEngineEmailId: string;
|
5696
|
+
emailEngineMessageId: string;
|
5697
|
+
emailEngineReplyTo: string | null;
|
5698
|
+
unseen: boolean;
|
5699
|
+
seemsLikeNew: boolean;
|
5700
|
+
from: {
|
5692
5701
|
id: string;
|
5702
|
+
address: string;
|
5703
|
+
name: string;
|
5693
5704
|
createdAt: Date;
|
5694
5705
|
updatedAt: Date;
|
5695
5706
|
deletedAt: Date | null;
|
5696
|
-
fileName: string;
|
5697
|
-
fileType: string;
|
5698
|
-
upload: {
|
5699
|
-
id: string;
|
5700
|
-
createdAt: Date;
|
5701
|
-
updatedAt: Date;
|
5702
|
-
deletedAt: Date | null;
|
5703
|
-
bucket_name: string;
|
5704
|
-
file_name: string;
|
5705
|
-
file_key: string;
|
5706
|
-
file_size: number;
|
5707
|
-
file_url: string;
|
5708
|
-
extension_name: string;
|
5709
|
-
};
|
5710
|
-
uploadId: string;
|
5711
|
-
roomId: string;
|
5712
|
-
messageId: string;
|
5713
|
-
emailEngineAttachmentId: string;
|
5714
5707
|
}[];
|
5715
|
-
|
5716
|
-
textPlain: string;
|
5717
|
-
textHtml: string;
|
5718
|
-
textId: string;
|
5719
|
-
emailEngineEmailId: string;
|
5720
|
-
emailEngineMessageId: string;
|
5721
|
-
emailEngineReplyTo: string | null;
|
5722
|
-
unseen: boolean;
|
5723
|
-
seemsLikeNew: boolean;
|
5724
|
-
from: {
|
5708
|
+
to: {
|
5725
5709
|
id: string;
|
5726
5710
|
address: string;
|
5727
5711
|
name: string;
|
@@ -5729,7 +5713,7 @@ export declare const roomContract: {
|
|
5729
5713
|
updatedAt: Date;
|
5730
5714
|
deletedAt: Date | null;
|
5731
5715
|
}[];
|
5732
|
-
|
5716
|
+
cc: {
|
5733
5717
|
id: string;
|
5734
5718
|
address: string;
|
5735
5719
|
name: string;
|
@@ -5737,7 +5721,7 @@ export declare const roomContract: {
|
|
5737
5721
|
updatedAt: Date;
|
5738
5722
|
deletedAt: Date | null;
|
5739
5723
|
}[];
|
5740
|
-
|
5724
|
+
bcc: {
|
5741
5725
|
id: string;
|
5742
5726
|
address: string;
|
5743
5727
|
name: string;
|
@@ -5745,13 +5729,29 @@ export declare const roomContract: {
|
|
5745
5729
|
updatedAt: Date;
|
5746
5730
|
deletedAt: Date | null;
|
5747
5731
|
}[];
|
5748
|
-
|
5732
|
+
attachments: {
|
5749
5733
|
id: string;
|
5750
|
-
address: string;
|
5751
|
-
name: string;
|
5752
5734
|
createdAt: Date;
|
5753
5735
|
updatedAt: Date;
|
5754
5736
|
deletedAt: Date | null;
|
5737
|
+
fileName: string;
|
5738
|
+
fileType: string;
|
5739
|
+
upload: {
|
5740
|
+
id: string;
|
5741
|
+
createdAt: Date;
|
5742
|
+
updatedAt: Date;
|
5743
|
+
deletedAt: Date | null;
|
5744
|
+
bucket_name: string;
|
5745
|
+
file_name: string;
|
5746
|
+
file_key: string;
|
5747
|
+
file_size: number;
|
5748
|
+
file_url: string;
|
5749
|
+
extension_name: string;
|
5750
|
+
};
|
5751
|
+
uploadId: string;
|
5752
|
+
roomId: string;
|
5753
|
+
messageId: string;
|
5754
|
+
emailEngineAttachmentId: string;
|
5755
5755
|
}[];
|
5756
5756
|
};
|
5757
5757
|
assignee: {
|
@@ -5812,30 +5812,6 @@ export declare const roomContract: {
|
|
5812
5812
|
updatedAt: Date;
|
5813
5813
|
deletedAt: Date | null;
|
5814
5814
|
roomId: string;
|
5815
|
-
attachments: {
|
5816
|
-
id: string;
|
5817
|
-
createdAt: Date;
|
5818
|
-
updatedAt: Date;
|
5819
|
-
deletedAt: Date | null;
|
5820
|
-
fileName: string;
|
5821
|
-
fileType: string;
|
5822
|
-
upload: {
|
5823
|
-
id: string;
|
5824
|
-
createdAt: Date;
|
5825
|
-
updatedAt: Date;
|
5826
|
-
deletedAt: Date | null;
|
5827
|
-
bucket_name: string;
|
5828
|
-
file_name: string;
|
5829
|
-
file_key: string;
|
5830
|
-
file_size: number;
|
5831
|
-
file_url: string;
|
5832
|
-
extension_name: string;
|
5833
|
-
};
|
5834
|
-
uploadId: string;
|
5835
|
-
roomId: string;
|
5836
|
-
messageId: string;
|
5837
|
-
emailEngineAttachmentId: string;
|
5838
|
-
}[];
|
5839
5815
|
subject: string;
|
5840
5816
|
textPlain: string;
|
5841
5817
|
textHtml: string;
|
@@ -5877,16 +5853,6 @@ export declare const roomContract: {
|
|
5877
5853
|
updatedAt: Date;
|
5878
5854
|
deletedAt: Date | null;
|
5879
5855
|
}[];
|
5880
|
-
};
|
5881
|
-
messages: {
|
5882
|
-
id: string;
|
5883
|
-
direction: string;
|
5884
|
-
action: string;
|
5885
|
-
date: Date;
|
5886
|
-
createdAt: Date;
|
5887
|
-
updatedAt: Date;
|
5888
|
-
deletedAt: Date | null;
|
5889
|
-
roomId: string;
|
5890
5856
|
attachments: {
|
5891
5857
|
id: string;
|
5892
5858
|
createdAt: Date;
|
@@ -5911,6 +5877,16 @@ export declare const roomContract: {
|
|
5911
5877
|
messageId: string;
|
5912
5878
|
emailEngineAttachmentId: string;
|
5913
5879
|
}[];
|
5880
|
+
};
|
5881
|
+
messages: {
|
5882
|
+
id: string;
|
5883
|
+
direction: string;
|
5884
|
+
action: string;
|
5885
|
+
date: Date;
|
5886
|
+
createdAt: Date;
|
5887
|
+
updatedAt: Date;
|
5888
|
+
deletedAt: Date | null;
|
5889
|
+
roomId: string;
|
5914
5890
|
subject: string;
|
5915
5891
|
textPlain: string;
|
5916
5892
|
textHtml: string;
|
@@ -5952,16 +5928,6 @@ export declare const roomContract: {
|
|
5952
5928
|
updatedAt: Date;
|
5953
5929
|
deletedAt: Date | null;
|
5954
5930
|
}[];
|
5955
|
-
}[];
|
5956
|
-
messagesAndLogs: ({
|
5957
|
-
id: string;
|
5958
|
-
direction: string;
|
5959
|
-
action: string;
|
5960
|
-
date: Date;
|
5961
|
-
createdAt: Date;
|
5962
|
-
updatedAt: Date;
|
5963
|
-
deletedAt: Date | null;
|
5964
|
-
roomId: string;
|
5965
5931
|
attachments: {
|
5966
5932
|
id: string;
|
5967
5933
|
createdAt: Date;
|
@@ -5986,6 +5952,16 @@ export declare const roomContract: {
|
|
5986
5952
|
messageId: string;
|
5987
5953
|
emailEngineAttachmentId: string;
|
5988
5954
|
}[];
|
5955
|
+
}[];
|
5956
|
+
messagesAndLogs: ({
|
5957
|
+
id: string;
|
5958
|
+
direction: string;
|
5959
|
+
action: string;
|
5960
|
+
date: Date;
|
5961
|
+
createdAt: Date;
|
5962
|
+
updatedAt: Date;
|
5963
|
+
deletedAt: Date | null;
|
5964
|
+
roomId: string;
|
5989
5965
|
subject: string;
|
5990
5966
|
textPlain: string;
|
5991
5967
|
textHtml: string;
|
@@ -6027,6 +6003,30 @@ export declare const roomContract: {
|
|
6027
6003
|
updatedAt: Date;
|
6028
6004
|
deletedAt: Date | null;
|
6029
6005
|
}[];
|
6006
|
+
attachments: {
|
6007
|
+
id: string;
|
6008
|
+
createdAt: Date;
|
6009
|
+
updatedAt: Date;
|
6010
|
+
deletedAt: Date | null;
|
6011
|
+
fileName: string;
|
6012
|
+
fileType: string;
|
6013
|
+
upload: {
|
6014
|
+
id: string;
|
6015
|
+
createdAt: Date;
|
6016
|
+
updatedAt: Date;
|
6017
|
+
deletedAt: Date | null;
|
6018
|
+
bucket_name: string;
|
6019
|
+
file_name: string;
|
6020
|
+
file_key: string;
|
6021
|
+
file_size: number;
|
6022
|
+
file_url: string;
|
6023
|
+
extension_name: string;
|
6024
|
+
};
|
6025
|
+
uploadId: string;
|
6026
|
+
roomId: string;
|
6027
|
+
messageId: string;
|
6028
|
+
emailEngineAttachmentId: string;
|
6029
|
+
}[];
|
6030
6030
|
} | {
|
6031
6031
|
id: string;
|
6032
6032
|
description: string;
|
@@ -6100,30 +6100,6 @@ export declare const roomContract: {
|
|
6100
6100
|
updatedAt: Date;
|
6101
6101
|
deletedAt: Date | null;
|
6102
6102
|
roomId: string;
|
6103
|
-
attachments: {
|
6104
|
-
id: string;
|
6105
|
-
createdAt: Date;
|
6106
|
-
updatedAt: Date;
|
6107
|
-
deletedAt: Date | null;
|
6108
|
-
fileName: string;
|
6109
|
-
fileType: string;
|
6110
|
-
upload: {
|
6111
|
-
id: string;
|
6112
|
-
createdAt: Date;
|
6113
|
-
updatedAt: Date;
|
6114
|
-
deletedAt: Date | null;
|
6115
|
-
bucket_name: string;
|
6116
|
-
file_name: string;
|
6117
|
-
file_key: string;
|
6118
|
-
file_size: number;
|
6119
|
-
file_url: string;
|
6120
|
-
extension_name: string;
|
6121
|
-
};
|
6122
|
-
uploadId: string;
|
6123
|
-
roomId: string;
|
6124
|
-
messageId: string;
|
6125
|
-
emailEngineAttachmentId: string;
|
6126
|
-
}[];
|
6127
6103
|
subject: string;
|
6128
6104
|
textPlain: string;
|
6129
6105
|
textHtml: string;
|
@@ -6165,6 +6141,30 @@ export declare const roomContract: {
|
|
6165
6141
|
updatedAt: Date;
|
6166
6142
|
deletedAt: Date | null;
|
6167
6143
|
}[];
|
6144
|
+
attachments: {
|
6145
|
+
id: string;
|
6146
|
+
createdAt: Date;
|
6147
|
+
updatedAt: Date;
|
6148
|
+
deletedAt: Date | null;
|
6149
|
+
fileName: string;
|
6150
|
+
fileType: string;
|
6151
|
+
upload: {
|
6152
|
+
id: string;
|
6153
|
+
createdAt: Date;
|
6154
|
+
updatedAt: Date;
|
6155
|
+
deletedAt: Date | null;
|
6156
|
+
bucket_name: string;
|
6157
|
+
file_name: string;
|
6158
|
+
file_key: string;
|
6159
|
+
file_size: number;
|
6160
|
+
file_url: string;
|
6161
|
+
extension_name: string;
|
6162
|
+
};
|
6163
|
+
uploadId: string;
|
6164
|
+
roomId: string;
|
6165
|
+
messageId: string;
|
6166
|
+
emailEngineAttachmentId: string;
|
6167
|
+
}[];
|
6168
6168
|
};
|
6169
6169
|
assignee: {
|
6170
6170
|
id: string;
|
@@ -6224,30 +6224,6 @@ export declare const roomContract: {
|
|
6224
6224
|
updatedAt: Date;
|
6225
6225
|
deletedAt: Date | null;
|
6226
6226
|
roomId: string;
|
6227
|
-
attachments: {
|
6228
|
-
id: string;
|
6229
|
-
createdAt: Date;
|
6230
|
-
updatedAt: Date;
|
6231
|
-
deletedAt: Date | null;
|
6232
|
-
fileName: string;
|
6233
|
-
fileType: string;
|
6234
|
-
upload: {
|
6235
|
-
id: string;
|
6236
|
-
createdAt: Date;
|
6237
|
-
updatedAt: Date;
|
6238
|
-
deletedAt: Date | null;
|
6239
|
-
bucket_name: string;
|
6240
|
-
file_name: string;
|
6241
|
-
file_key: string;
|
6242
|
-
file_size: number;
|
6243
|
-
file_url: string;
|
6244
|
-
extension_name: string;
|
6245
|
-
};
|
6246
|
-
uploadId: string;
|
6247
|
-
roomId: string;
|
6248
|
-
messageId: string;
|
6249
|
-
emailEngineAttachmentId: string;
|
6250
|
-
}[];
|
6251
6227
|
subject: string;
|
6252
6228
|
textPlain: string;
|
6253
6229
|
textHtml: string;
|
@@ -6289,16 +6265,6 @@ export declare const roomContract: {
|
|
6289
6265
|
updatedAt: Date;
|
6290
6266
|
deletedAt: Date | null;
|
6291
6267
|
}[];
|
6292
|
-
};
|
6293
|
-
messages: {
|
6294
|
-
id: string;
|
6295
|
-
direction: string;
|
6296
|
-
action: string;
|
6297
|
-
date: Date;
|
6298
|
-
createdAt: Date;
|
6299
|
-
updatedAt: Date;
|
6300
|
-
deletedAt: Date | null;
|
6301
|
-
roomId: string;
|
6302
6268
|
attachments: {
|
6303
6269
|
id: string;
|
6304
6270
|
createdAt: Date;
|
@@ -6323,6 +6289,16 @@ export declare const roomContract: {
|
|
6323
6289
|
messageId: string;
|
6324
6290
|
emailEngineAttachmentId: string;
|
6325
6291
|
}[];
|
6292
|
+
};
|
6293
|
+
messages: {
|
6294
|
+
id: string;
|
6295
|
+
direction: string;
|
6296
|
+
action: string;
|
6297
|
+
date: Date;
|
6298
|
+
createdAt: Date;
|
6299
|
+
updatedAt: Date;
|
6300
|
+
deletedAt: Date | null;
|
6301
|
+
roomId: string;
|
6326
6302
|
subject: string;
|
6327
6303
|
textPlain: string;
|
6328
6304
|
textHtml: string;
|
@@ -6364,16 +6340,6 @@ export declare const roomContract: {
|
|
6364
6340
|
updatedAt: Date;
|
6365
6341
|
deletedAt: Date | null;
|
6366
6342
|
}[];
|
6367
|
-
}[];
|
6368
|
-
messagesAndLogs: ({
|
6369
|
-
id: string;
|
6370
|
-
direction: string;
|
6371
|
-
action: string;
|
6372
|
-
date: Date;
|
6373
|
-
createdAt: Date;
|
6374
|
-
updatedAt: Date;
|
6375
|
-
deletedAt: Date | null;
|
6376
|
-
roomId: string;
|
6377
6343
|
attachments: {
|
6378
6344
|
id: string;
|
6379
6345
|
createdAt: Date;
|
@@ -6398,6 +6364,16 @@ export declare const roomContract: {
|
|
6398
6364
|
messageId: string;
|
6399
6365
|
emailEngineAttachmentId: string;
|
6400
6366
|
}[];
|
6367
|
+
}[];
|
6368
|
+
messagesAndLogs: ({
|
6369
|
+
id: string;
|
6370
|
+
direction: string;
|
6371
|
+
action: string;
|
6372
|
+
date: Date;
|
6373
|
+
createdAt: Date;
|
6374
|
+
updatedAt: Date;
|
6375
|
+
deletedAt: Date | null;
|
6376
|
+
roomId: string;
|
6401
6377
|
subject: string;
|
6402
6378
|
textPlain: string;
|
6403
6379
|
textHtml: string;
|
@@ -6439,6 +6415,30 @@ export declare const roomContract: {
|
|
6439
6415
|
updatedAt: Date;
|
6440
6416
|
deletedAt: Date | null;
|
6441
6417
|
}[];
|
6418
|
+
attachments: {
|
6419
|
+
id: string;
|
6420
|
+
createdAt: Date;
|
6421
|
+
updatedAt: Date;
|
6422
|
+
deletedAt: Date | null;
|
6423
|
+
fileName: string;
|
6424
|
+
fileType: string;
|
6425
|
+
upload: {
|
6426
|
+
id: string;
|
6427
|
+
createdAt: Date;
|
6428
|
+
updatedAt: Date;
|
6429
|
+
deletedAt: Date | null;
|
6430
|
+
bucket_name: string;
|
6431
|
+
file_name: string;
|
6432
|
+
file_key: string;
|
6433
|
+
file_size: number;
|
6434
|
+
file_url: string;
|
6435
|
+
extension_name: string;
|
6436
|
+
};
|
6437
|
+
uploadId: string;
|
6438
|
+
roomId: string;
|
6439
|
+
messageId: string;
|
6440
|
+
emailEngineAttachmentId: string;
|
6441
|
+
}[];
|
6442
6442
|
} | {
|
6443
6443
|
id: string;
|
6444
6444
|
description: string;
|
@@ -6513,30 +6513,6 @@ export declare const roomContract: {
|
|
6513
6513
|
updatedAt: Date;
|
6514
6514
|
deletedAt: Date | null;
|
6515
6515
|
roomId: string;
|
6516
|
-
attachments: {
|
6517
|
-
id: string;
|
6518
|
-
createdAt: Date;
|
6519
|
-
updatedAt: Date;
|
6520
|
-
deletedAt: Date | null;
|
6521
|
-
fileName: string;
|
6522
|
-
fileType: string;
|
6523
|
-
upload: {
|
6524
|
-
id: string;
|
6525
|
-
createdAt: Date;
|
6526
|
-
updatedAt: Date;
|
6527
|
-
deletedAt: Date | null;
|
6528
|
-
bucket_name: string;
|
6529
|
-
file_name: string;
|
6530
|
-
file_key: string;
|
6531
|
-
file_size: number;
|
6532
|
-
file_url: string;
|
6533
|
-
extension_name: string;
|
6534
|
-
};
|
6535
|
-
uploadId: string;
|
6536
|
-
roomId: string;
|
6537
|
-
messageId: string;
|
6538
|
-
emailEngineAttachmentId: string;
|
6539
|
-
}[];
|
6540
6516
|
subject: string;
|
6541
6517
|
textPlain: string;
|
6542
6518
|
textHtml: string;
|
@@ -6578,6 +6554,30 @@ export declare const roomContract: {
|
|
6578
6554
|
updatedAt: Date;
|
6579
6555
|
deletedAt: Date | null;
|
6580
6556
|
}[];
|
6557
|
+
attachments: {
|
6558
|
+
id: string;
|
6559
|
+
createdAt: Date;
|
6560
|
+
updatedAt: Date;
|
6561
|
+
deletedAt: Date | null;
|
6562
|
+
fileName: string;
|
6563
|
+
fileType: string;
|
6564
|
+
upload: {
|
6565
|
+
id: string;
|
6566
|
+
createdAt: Date;
|
6567
|
+
updatedAt: Date;
|
6568
|
+
deletedAt: Date | null;
|
6569
|
+
bucket_name: string;
|
6570
|
+
file_name: string;
|
6571
|
+
file_key: string;
|
6572
|
+
file_size: number;
|
6573
|
+
file_url: string;
|
6574
|
+
extension_name: string;
|
6575
|
+
};
|
6576
|
+
uploadId: string;
|
6577
|
+
roomId: string;
|
6578
|
+
messageId: string;
|
6579
|
+
emailEngineAttachmentId: string;
|
6580
|
+
}[];
|
6581
6581
|
};
|
6582
6582
|
assignee: {
|
6583
6583
|
id: string;
|
@@ -6637,30 +6637,6 @@ export declare const roomContract: {
|
|
6637
6637
|
updatedAt: Date;
|
6638
6638
|
deletedAt: Date | null;
|
6639
6639
|
roomId: string;
|
6640
|
-
attachments: {
|
6641
|
-
id: string;
|
6642
|
-
createdAt: Date;
|
6643
|
-
updatedAt: Date;
|
6644
|
-
deletedAt: Date | null;
|
6645
|
-
fileName: string;
|
6646
|
-
fileType: string;
|
6647
|
-
upload: {
|
6648
|
-
id: string;
|
6649
|
-
createdAt: Date;
|
6650
|
-
updatedAt: Date;
|
6651
|
-
deletedAt: Date | null;
|
6652
|
-
bucket_name: string;
|
6653
|
-
file_name: string;
|
6654
|
-
file_key: string;
|
6655
|
-
file_size: number;
|
6656
|
-
file_url: string;
|
6657
|
-
extension_name: string;
|
6658
|
-
};
|
6659
|
-
uploadId: string;
|
6660
|
-
roomId: string;
|
6661
|
-
messageId: string;
|
6662
|
-
emailEngineAttachmentId: string;
|
6663
|
-
}[];
|
6664
6640
|
subject: string;
|
6665
6641
|
textPlain: string;
|
6666
6642
|
textHtml: string;
|
@@ -6702,16 +6678,6 @@ export declare const roomContract: {
|
|
6702
6678
|
updatedAt: Date;
|
6703
6679
|
deletedAt: Date | null;
|
6704
6680
|
}[];
|
6705
|
-
};
|
6706
|
-
messages: {
|
6707
|
-
id: string;
|
6708
|
-
direction: string;
|
6709
|
-
action: string;
|
6710
|
-
date: Date;
|
6711
|
-
createdAt: Date;
|
6712
|
-
updatedAt: Date;
|
6713
|
-
deletedAt: Date | null;
|
6714
|
-
roomId: string;
|
6715
6681
|
attachments: {
|
6716
6682
|
id: string;
|
6717
6683
|
createdAt: Date;
|
@@ -6736,6 +6702,16 @@ export declare const roomContract: {
|
|
6736
6702
|
messageId: string;
|
6737
6703
|
emailEngineAttachmentId: string;
|
6738
6704
|
}[];
|
6705
|
+
};
|
6706
|
+
messages: {
|
6707
|
+
id: string;
|
6708
|
+
direction: string;
|
6709
|
+
action: string;
|
6710
|
+
date: Date;
|
6711
|
+
createdAt: Date;
|
6712
|
+
updatedAt: Date;
|
6713
|
+
deletedAt: Date | null;
|
6714
|
+
roomId: string;
|
6739
6715
|
subject: string;
|
6740
6716
|
textPlain: string;
|
6741
6717
|
textHtml: string;
|
@@ -6777,16 +6753,6 @@ export declare const roomContract: {
|
|
6777
6753
|
updatedAt: Date;
|
6778
6754
|
deletedAt: Date | null;
|
6779
6755
|
}[];
|
6780
|
-
}[];
|
6781
|
-
messagesAndLogs: ({
|
6782
|
-
id: string;
|
6783
|
-
direction: string;
|
6784
|
-
action: string;
|
6785
|
-
date: Date;
|
6786
|
-
createdAt: Date;
|
6787
|
-
updatedAt: Date;
|
6788
|
-
deletedAt: Date | null;
|
6789
|
-
roomId: string;
|
6790
6756
|
attachments: {
|
6791
6757
|
id: string;
|
6792
6758
|
createdAt: Date;
|
@@ -6811,6 +6777,16 @@ export declare const roomContract: {
|
|
6811
6777
|
messageId: string;
|
6812
6778
|
emailEngineAttachmentId: string;
|
6813
6779
|
}[];
|
6780
|
+
}[];
|
6781
|
+
messagesAndLogs: ({
|
6782
|
+
id: string;
|
6783
|
+
direction: string;
|
6784
|
+
action: string;
|
6785
|
+
date: Date;
|
6786
|
+
createdAt: Date;
|
6787
|
+
updatedAt: Date;
|
6788
|
+
deletedAt: Date | null;
|
6789
|
+
roomId: string;
|
6814
6790
|
subject: string;
|
6815
6791
|
textPlain: string;
|
6816
6792
|
textHtml: string;
|
@@ -6852,6 +6828,30 @@ export declare const roomContract: {
|
|
6852
6828
|
updatedAt: Date;
|
6853
6829
|
deletedAt: Date | null;
|
6854
6830
|
}[];
|
6831
|
+
attachments: {
|
6832
|
+
id: string;
|
6833
|
+
createdAt: Date;
|
6834
|
+
updatedAt: Date;
|
6835
|
+
deletedAt: Date | null;
|
6836
|
+
fileName: string;
|
6837
|
+
fileType: string;
|
6838
|
+
upload: {
|
6839
|
+
id: string;
|
6840
|
+
createdAt: Date;
|
6841
|
+
updatedAt: Date;
|
6842
|
+
deletedAt: Date | null;
|
6843
|
+
bucket_name: string;
|
6844
|
+
file_name: string;
|
6845
|
+
file_key: string;
|
6846
|
+
file_size: number;
|
6847
|
+
file_url: string;
|
6848
|
+
extension_name: string;
|
6849
|
+
};
|
6850
|
+
uploadId: string;
|
6851
|
+
roomId: string;
|
6852
|
+
messageId: string;
|
6853
|
+
emailEngineAttachmentId: string;
|
6854
|
+
}[];
|
6855
6855
|
} | {
|
6856
6856
|
id: string;
|
6857
6857
|
description: string;
|
@@ -7535,30 +7535,6 @@ export declare const roomContract: {
|
|
7535
7535
|
updatedAt: Date;
|
7536
7536
|
deletedAt: Date | null;
|
7537
7537
|
roomId: string;
|
7538
|
-
attachments: {
|
7539
|
-
id: string;
|
7540
|
-
createdAt: Date;
|
7541
|
-
updatedAt: Date;
|
7542
|
-
deletedAt: Date | null;
|
7543
|
-
fileName: string;
|
7544
|
-
fileType: string;
|
7545
|
-
upload: {
|
7546
|
-
id: string;
|
7547
|
-
createdAt: Date;
|
7548
|
-
updatedAt: Date;
|
7549
|
-
deletedAt: Date | null;
|
7550
|
-
bucket_name: string;
|
7551
|
-
file_name: string;
|
7552
|
-
file_key: string;
|
7553
|
-
file_size: number;
|
7554
|
-
file_url: string;
|
7555
|
-
extension_name: string;
|
7556
|
-
};
|
7557
|
-
uploadId: string;
|
7558
|
-
roomId: string;
|
7559
|
-
messageId: string;
|
7560
|
-
emailEngineAttachmentId: string;
|
7561
|
-
}[];
|
7562
7538
|
subject: string;
|
7563
7539
|
textPlain: string;
|
7564
7540
|
textHtml: string;
|
@@ -7600,15 +7576,6 @@ export declare const roomContract: {
|
|
7600
7576
|
updatedAt: Date;
|
7601
7577
|
deletedAt: Date | null;
|
7602
7578
|
}[];
|
7603
|
-
}, {
|
7604
|
-
id: string;
|
7605
|
-
direction: string;
|
7606
|
-
action: string;
|
7607
|
-
date: Date;
|
7608
|
-
createdAt: Date;
|
7609
|
-
updatedAt: Date;
|
7610
|
-
deletedAt: Date | null;
|
7611
|
-
roomId: string;
|
7612
7579
|
attachments: {
|
7613
7580
|
id: string;
|
7614
7581
|
createdAt: Date;
|
@@ -7633,6 +7600,15 @@ export declare const roomContract: {
|
|
7633
7600
|
messageId: string;
|
7634
7601
|
emailEngineAttachmentId: string;
|
7635
7602
|
}[];
|
7603
|
+
}, {
|
7604
|
+
id: string;
|
7605
|
+
direction: string;
|
7606
|
+
action: string;
|
7607
|
+
date: Date;
|
7608
|
+
createdAt: Date;
|
7609
|
+
updatedAt: Date;
|
7610
|
+
deletedAt: Date | null;
|
7611
|
+
roomId: string;
|
7636
7612
|
subject: string;
|
7637
7613
|
textPlain: string;
|
7638
7614
|
textHtml: string;
|
@@ -7674,6 +7650,30 @@ export declare const roomContract: {
|
|
7674
7650
|
updatedAt: Date;
|
7675
7651
|
deletedAt: Date | null;
|
7676
7652
|
}[];
|
7653
|
+
attachments: {
|
7654
|
+
id: string;
|
7655
|
+
createdAt: Date;
|
7656
|
+
updatedAt: Date;
|
7657
|
+
deletedAt: Date | null;
|
7658
|
+
fileName: string;
|
7659
|
+
fileType: string;
|
7660
|
+
upload: {
|
7661
|
+
id: string;
|
7662
|
+
createdAt: Date;
|
7663
|
+
updatedAt: Date;
|
7664
|
+
deletedAt: Date | null;
|
7665
|
+
bucket_name: string;
|
7666
|
+
file_name: string;
|
7667
|
+
file_key: string;
|
7668
|
+
file_size: number;
|
7669
|
+
file_url: string;
|
7670
|
+
extension_name: string;
|
7671
|
+
};
|
7672
|
+
uploadId: string;
|
7673
|
+
roomId: string;
|
7674
|
+
messageId: string;
|
7675
|
+
emailEngineAttachmentId: string;
|
7676
|
+
}[];
|
7677
7677
|
}>;
|
7678
7678
|
lastMessage: z.ZodObject<{
|
7679
7679
|
id: z.ZodString;
|
@@ -7882,30 +7882,6 @@ export declare const roomContract: {
|
|
7882
7882
|
updatedAt: Date;
|
7883
7883
|
deletedAt: Date | null;
|
7884
7884
|
roomId: string;
|
7885
|
-
attachments: {
|
7886
|
-
id: string;
|
7887
|
-
createdAt: Date;
|
7888
|
-
updatedAt: Date;
|
7889
|
-
deletedAt: Date | null;
|
7890
|
-
fileName: string;
|
7891
|
-
fileType: string;
|
7892
|
-
upload: {
|
7893
|
-
id: string;
|
7894
|
-
createdAt: Date;
|
7895
|
-
updatedAt: Date;
|
7896
|
-
deletedAt: Date | null;
|
7897
|
-
bucket_name: string;
|
7898
|
-
file_name: string;
|
7899
|
-
file_key: string;
|
7900
|
-
file_size: number;
|
7901
|
-
file_url: string;
|
7902
|
-
extension_name: string;
|
7903
|
-
};
|
7904
|
-
uploadId: string;
|
7905
|
-
roomId: string;
|
7906
|
-
messageId: string;
|
7907
|
-
emailEngineAttachmentId: string;
|
7908
|
-
}[];
|
7909
7885
|
subject: string;
|
7910
7886
|
textPlain: string;
|
7911
7887
|
textHtml: string;
|
@@ -7947,15 +7923,6 @@ export declare const roomContract: {
|
|
7947
7923
|
updatedAt: Date;
|
7948
7924
|
deletedAt: Date | null;
|
7949
7925
|
}[];
|
7950
|
-
}, {
|
7951
|
-
id: string;
|
7952
|
-
direction: string;
|
7953
|
-
action: string;
|
7954
|
-
date: Date;
|
7955
|
-
createdAt: Date;
|
7956
|
-
updatedAt: Date;
|
7957
|
-
deletedAt: Date | null;
|
7958
|
-
roomId: string;
|
7959
7926
|
attachments: {
|
7960
7927
|
id: string;
|
7961
7928
|
createdAt: Date;
|
@@ -7980,6 +7947,15 @@ export declare const roomContract: {
|
|
7980
7947
|
messageId: string;
|
7981
7948
|
emailEngineAttachmentId: string;
|
7982
7949
|
}[];
|
7950
|
+
}, {
|
7951
|
+
id: string;
|
7952
|
+
direction: string;
|
7953
|
+
action: string;
|
7954
|
+
date: Date;
|
7955
|
+
createdAt: Date;
|
7956
|
+
updatedAt: Date;
|
7957
|
+
deletedAt: Date | null;
|
7958
|
+
roomId: string;
|
7983
7959
|
subject: string;
|
7984
7960
|
textPlain: string;
|
7985
7961
|
textHtml: string;
|
@@ -8021,6 +7997,30 @@ export declare const roomContract: {
|
|
8021
7997
|
updatedAt: Date;
|
8022
7998
|
deletedAt: Date | null;
|
8023
7999
|
}[];
|
8000
|
+
attachments: {
|
8001
|
+
id: string;
|
8002
|
+
createdAt: Date;
|
8003
|
+
updatedAt: Date;
|
8004
|
+
deletedAt: Date | null;
|
8005
|
+
fileName: string;
|
8006
|
+
fileType: string;
|
8007
|
+
upload: {
|
8008
|
+
id: string;
|
8009
|
+
createdAt: Date;
|
8010
|
+
updatedAt: Date;
|
8011
|
+
deletedAt: Date | null;
|
8012
|
+
bucket_name: string;
|
8013
|
+
file_name: string;
|
8014
|
+
file_key: string;
|
8015
|
+
file_size: number;
|
8016
|
+
file_url: string;
|
8017
|
+
extension_name: string;
|
8018
|
+
};
|
8019
|
+
uploadId: string;
|
8020
|
+
roomId: string;
|
8021
|
+
messageId: string;
|
8022
|
+
emailEngineAttachmentId: string;
|
8023
|
+
}[];
|
8024
8024
|
}>;
|
8025
8025
|
tags: z.ZodArray<z.ZodObject<{
|
8026
8026
|
color: z.ZodString;
|
@@ -8282,30 +8282,6 @@ export declare const roomContract: {
|
|
8282
8282
|
updatedAt: Date;
|
8283
8283
|
deletedAt: Date | null;
|
8284
8284
|
roomId: string;
|
8285
|
-
attachments: {
|
8286
|
-
id: string;
|
8287
|
-
createdAt: Date;
|
8288
|
-
updatedAt: Date;
|
8289
|
-
deletedAt: Date | null;
|
8290
|
-
fileName: string;
|
8291
|
-
fileType: string;
|
8292
|
-
upload: {
|
8293
|
-
id: string;
|
8294
|
-
createdAt: Date;
|
8295
|
-
updatedAt: Date;
|
8296
|
-
deletedAt: Date | null;
|
8297
|
-
bucket_name: string;
|
8298
|
-
file_name: string;
|
8299
|
-
file_key: string;
|
8300
|
-
file_size: number;
|
8301
|
-
file_url: string;
|
8302
|
-
extension_name: string;
|
8303
|
-
};
|
8304
|
-
uploadId: string;
|
8305
|
-
roomId: string;
|
8306
|
-
messageId: string;
|
8307
|
-
emailEngineAttachmentId: string;
|
8308
|
-
}[];
|
8309
8285
|
subject: string;
|
8310
8286
|
textPlain: string;
|
8311
8287
|
textHtml: string;
|
@@ -8347,15 +8323,6 @@ export declare const roomContract: {
|
|
8347
8323
|
updatedAt: Date;
|
8348
8324
|
deletedAt: Date | null;
|
8349
8325
|
}[];
|
8350
|
-
}, {
|
8351
|
-
id: string;
|
8352
|
-
direction: string;
|
8353
|
-
action: string;
|
8354
|
-
date: Date;
|
8355
|
-
createdAt: Date;
|
8356
|
-
updatedAt: Date;
|
8357
|
-
deletedAt: Date | null;
|
8358
|
-
roomId: string;
|
8359
8326
|
attachments: {
|
8360
8327
|
id: string;
|
8361
8328
|
createdAt: Date;
|
@@ -8380,6 +8347,15 @@ export declare const roomContract: {
|
|
8380
8347
|
messageId: string;
|
8381
8348
|
emailEngineAttachmentId: string;
|
8382
8349
|
}[];
|
8350
|
+
}, {
|
8351
|
+
id: string;
|
8352
|
+
direction: string;
|
8353
|
+
action: string;
|
8354
|
+
date: Date;
|
8355
|
+
createdAt: Date;
|
8356
|
+
updatedAt: Date;
|
8357
|
+
deletedAt: Date | null;
|
8358
|
+
roomId: string;
|
8383
8359
|
subject: string;
|
8384
8360
|
textPlain: string;
|
8385
8361
|
textHtml: string;
|
@@ -8421,6 +8397,30 @@ export declare const roomContract: {
|
|
8421
8397
|
updatedAt: Date;
|
8422
8398
|
deletedAt: Date | null;
|
8423
8399
|
}[];
|
8400
|
+
attachments: {
|
8401
|
+
id: string;
|
8402
|
+
createdAt: Date;
|
8403
|
+
updatedAt: Date;
|
8404
|
+
deletedAt: Date | null;
|
8405
|
+
fileName: string;
|
8406
|
+
fileType: string;
|
8407
|
+
upload: {
|
8408
|
+
id: string;
|
8409
|
+
createdAt: Date;
|
8410
|
+
updatedAt: Date;
|
8411
|
+
deletedAt: Date | null;
|
8412
|
+
bucket_name: string;
|
8413
|
+
file_name: string;
|
8414
|
+
file_key: string;
|
8415
|
+
file_size: number;
|
8416
|
+
file_url: string;
|
8417
|
+
extension_name: string;
|
8418
|
+
};
|
8419
|
+
uploadId: string;
|
8420
|
+
roomId: string;
|
8421
|
+
messageId: string;
|
8422
|
+
emailEngineAttachmentId: string;
|
8423
|
+
}[];
|
8424
8424
|
}>, "many">;
|
8425
8425
|
messagesAndLogs: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
8426
8426
|
id: z.ZodString;
|
@@ -8629,30 +8629,6 @@ export declare const roomContract: {
|
|
8629
8629
|
updatedAt: Date;
|
8630
8630
|
deletedAt: Date | null;
|
8631
8631
|
roomId: string;
|
8632
|
-
attachments: {
|
8633
|
-
id: string;
|
8634
|
-
createdAt: Date;
|
8635
|
-
updatedAt: Date;
|
8636
|
-
deletedAt: Date | null;
|
8637
|
-
fileName: string;
|
8638
|
-
fileType: string;
|
8639
|
-
upload: {
|
8640
|
-
id: string;
|
8641
|
-
createdAt: Date;
|
8642
|
-
updatedAt: Date;
|
8643
|
-
deletedAt: Date | null;
|
8644
|
-
bucket_name: string;
|
8645
|
-
file_name: string;
|
8646
|
-
file_key: string;
|
8647
|
-
file_size: number;
|
8648
|
-
file_url: string;
|
8649
|
-
extension_name: string;
|
8650
|
-
};
|
8651
|
-
uploadId: string;
|
8652
|
-
roomId: string;
|
8653
|
-
messageId: string;
|
8654
|
-
emailEngineAttachmentId: string;
|
8655
|
-
}[];
|
8656
8632
|
subject: string;
|
8657
8633
|
textPlain: string;
|
8658
8634
|
textHtml: string;
|
@@ -8694,15 +8670,6 @@ export declare const roomContract: {
|
|
8694
8670
|
updatedAt: Date;
|
8695
8671
|
deletedAt: Date | null;
|
8696
8672
|
}[];
|
8697
|
-
}, {
|
8698
|
-
id: string;
|
8699
|
-
direction: string;
|
8700
|
-
action: string;
|
8701
|
-
date: Date;
|
8702
|
-
createdAt: Date;
|
8703
|
-
updatedAt: Date;
|
8704
|
-
deletedAt: Date | null;
|
8705
|
-
roomId: string;
|
8706
8673
|
attachments: {
|
8707
8674
|
id: string;
|
8708
8675
|
createdAt: Date;
|
@@ -8727,6 +8694,15 @@ export declare const roomContract: {
|
|
8727
8694
|
messageId: string;
|
8728
8695
|
emailEngineAttachmentId: string;
|
8729
8696
|
}[];
|
8697
|
+
}, {
|
8698
|
+
id: string;
|
8699
|
+
direction: string;
|
8700
|
+
action: string;
|
8701
|
+
date: Date;
|
8702
|
+
createdAt: Date;
|
8703
|
+
updatedAt: Date;
|
8704
|
+
deletedAt: Date | null;
|
8705
|
+
roomId: string;
|
8730
8706
|
subject: string;
|
8731
8707
|
textPlain: string;
|
8732
8708
|
textHtml: string;
|
@@ -8768,6 +8744,30 @@ export declare const roomContract: {
|
|
8768
8744
|
updatedAt: Date;
|
8769
8745
|
deletedAt: Date | null;
|
8770
8746
|
}[];
|
8747
|
+
attachments: {
|
8748
|
+
id: string;
|
8749
|
+
createdAt: Date;
|
8750
|
+
updatedAt: Date;
|
8751
|
+
deletedAt: Date | null;
|
8752
|
+
fileName: string;
|
8753
|
+
fileType: string;
|
8754
|
+
upload: {
|
8755
|
+
id: string;
|
8756
|
+
createdAt: Date;
|
8757
|
+
updatedAt: Date;
|
8758
|
+
deletedAt: Date | null;
|
8759
|
+
bucket_name: string;
|
8760
|
+
file_name: string;
|
8761
|
+
file_key: string;
|
8762
|
+
file_size: number;
|
8763
|
+
file_url: string;
|
8764
|
+
extension_name: string;
|
8765
|
+
};
|
8766
|
+
uploadId: string;
|
8767
|
+
roomId: string;
|
8768
|
+
messageId: string;
|
8769
|
+
emailEngineAttachmentId: string;
|
8770
|
+
}[];
|
8771
8771
|
}>, z.ZodObject<{
|
8772
8772
|
id: z.ZodString;
|
8773
8773
|
createdAt: z.ZodDate;
|
@@ -8975,30 +8975,6 @@ export declare const roomContract: {
|
|
8975
8975
|
updatedAt: Date;
|
8976
8976
|
deletedAt: Date | null;
|
8977
8977
|
roomId: string;
|
8978
|
-
attachments: {
|
8979
|
-
id: string;
|
8980
|
-
createdAt: Date;
|
8981
|
-
updatedAt: Date;
|
8982
|
-
deletedAt: Date | null;
|
8983
|
-
fileName: string;
|
8984
|
-
fileType: string;
|
8985
|
-
upload: {
|
8986
|
-
id: string;
|
8987
|
-
createdAt: Date;
|
8988
|
-
updatedAt: Date;
|
8989
|
-
deletedAt: Date | null;
|
8990
|
-
bucket_name: string;
|
8991
|
-
file_name: string;
|
8992
|
-
file_key: string;
|
8993
|
-
file_size: number;
|
8994
|
-
file_url: string;
|
8995
|
-
extension_name: string;
|
8996
|
-
};
|
8997
|
-
uploadId: string;
|
8998
|
-
roomId: string;
|
8999
|
-
messageId: string;
|
9000
|
-
emailEngineAttachmentId: string;
|
9001
|
-
}[];
|
9002
8978
|
subject: string;
|
9003
8979
|
textPlain: string;
|
9004
8980
|
textHtml: string;
|
@@ -9040,6 +9016,30 @@ export declare const roomContract: {
|
|
9040
9016
|
updatedAt: Date;
|
9041
9017
|
deletedAt: Date | null;
|
9042
9018
|
}[];
|
9019
|
+
attachments: {
|
9020
|
+
id: string;
|
9021
|
+
createdAt: Date;
|
9022
|
+
updatedAt: Date;
|
9023
|
+
deletedAt: Date | null;
|
9024
|
+
fileName: string;
|
9025
|
+
fileType: string;
|
9026
|
+
upload: {
|
9027
|
+
id: string;
|
9028
|
+
createdAt: Date;
|
9029
|
+
updatedAt: Date;
|
9030
|
+
deletedAt: Date | null;
|
9031
|
+
bucket_name: string;
|
9032
|
+
file_name: string;
|
9033
|
+
file_key: string;
|
9034
|
+
file_size: number;
|
9035
|
+
file_url: string;
|
9036
|
+
extension_name: string;
|
9037
|
+
};
|
9038
|
+
uploadId: string;
|
9039
|
+
roomId: string;
|
9040
|
+
messageId: string;
|
9041
|
+
emailEngineAttachmentId: string;
|
9042
|
+
}[];
|
9043
9043
|
};
|
9044
9044
|
assignee: {
|
9045
9045
|
id: string;
|
@@ -9099,30 +9099,6 @@ export declare const roomContract: {
|
|
9099
9099
|
updatedAt: Date;
|
9100
9100
|
deletedAt: Date | null;
|
9101
9101
|
roomId: string;
|
9102
|
-
attachments: {
|
9103
|
-
id: string;
|
9104
|
-
createdAt: Date;
|
9105
|
-
updatedAt: Date;
|
9106
|
-
deletedAt: Date | null;
|
9107
|
-
fileName: string;
|
9108
|
-
fileType: string;
|
9109
|
-
upload: {
|
9110
|
-
id: string;
|
9111
|
-
createdAt: Date;
|
9112
|
-
updatedAt: Date;
|
9113
|
-
deletedAt: Date | null;
|
9114
|
-
bucket_name: string;
|
9115
|
-
file_name: string;
|
9116
|
-
file_key: string;
|
9117
|
-
file_size: number;
|
9118
|
-
file_url: string;
|
9119
|
-
extension_name: string;
|
9120
|
-
};
|
9121
|
-
uploadId: string;
|
9122
|
-
roomId: string;
|
9123
|
-
messageId: string;
|
9124
|
-
emailEngineAttachmentId: string;
|
9125
|
-
}[];
|
9126
9102
|
subject: string;
|
9127
9103
|
textPlain: string;
|
9128
9104
|
textHtml: string;
|
@@ -9164,16 +9140,6 @@ export declare const roomContract: {
|
|
9164
9140
|
updatedAt: Date;
|
9165
9141
|
deletedAt: Date | null;
|
9166
9142
|
}[];
|
9167
|
-
};
|
9168
|
-
messages: {
|
9169
|
-
id: string;
|
9170
|
-
direction: string;
|
9171
|
-
action: string;
|
9172
|
-
date: Date;
|
9173
|
-
createdAt: Date;
|
9174
|
-
updatedAt: Date;
|
9175
|
-
deletedAt: Date | null;
|
9176
|
-
roomId: string;
|
9177
9143
|
attachments: {
|
9178
9144
|
id: string;
|
9179
9145
|
createdAt: Date;
|
@@ -9198,6 +9164,16 @@ export declare const roomContract: {
|
|
9198
9164
|
messageId: string;
|
9199
9165
|
emailEngineAttachmentId: string;
|
9200
9166
|
}[];
|
9167
|
+
};
|
9168
|
+
messages: {
|
9169
|
+
id: string;
|
9170
|
+
direction: string;
|
9171
|
+
action: string;
|
9172
|
+
date: Date;
|
9173
|
+
createdAt: Date;
|
9174
|
+
updatedAt: Date;
|
9175
|
+
deletedAt: Date | null;
|
9176
|
+
roomId: string;
|
9201
9177
|
subject: string;
|
9202
9178
|
textPlain: string;
|
9203
9179
|
textHtml: string;
|
@@ -9239,16 +9215,6 @@ export declare const roomContract: {
|
|
9239
9215
|
updatedAt: Date;
|
9240
9216
|
deletedAt: Date | null;
|
9241
9217
|
}[];
|
9242
|
-
}[];
|
9243
|
-
messagesAndLogs: ({
|
9244
|
-
id: string;
|
9245
|
-
direction: string;
|
9246
|
-
action: string;
|
9247
|
-
date: Date;
|
9248
|
-
createdAt: Date;
|
9249
|
-
updatedAt: Date;
|
9250
|
-
deletedAt: Date | null;
|
9251
|
-
roomId: string;
|
9252
9218
|
attachments: {
|
9253
9219
|
id: string;
|
9254
9220
|
createdAt: Date;
|
@@ -9273,6 +9239,16 @@ export declare const roomContract: {
|
|
9273
9239
|
messageId: string;
|
9274
9240
|
emailEngineAttachmentId: string;
|
9275
9241
|
}[];
|
9242
|
+
}[];
|
9243
|
+
messagesAndLogs: ({
|
9244
|
+
id: string;
|
9245
|
+
direction: string;
|
9246
|
+
action: string;
|
9247
|
+
date: Date;
|
9248
|
+
createdAt: Date;
|
9249
|
+
updatedAt: Date;
|
9250
|
+
deletedAt: Date | null;
|
9251
|
+
roomId: string;
|
9276
9252
|
subject: string;
|
9277
9253
|
textPlain: string;
|
9278
9254
|
textHtml: string;
|
@@ -9314,6 +9290,30 @@ export declare const roomContract: {
|
|
9314
9290
|
updatedAt: Date;
|
9315
9291
|
deletedAt: Date | null;
|
9316
9292
|
}[];
|
9293
|
+
attachments: {
|
9294
|
+
id: string;
|
9295
|
+
createdAt: Date;
|
9296
|
+
updatedAt: Date;
|
9297
|
+
deletedAt: Date | null;
|
9298
|
+
fileName: string;
|
9299
|
+
fileType: string;
|
9300
|
+
upload: {
|
9301
|
+
id: string;
|
9302
|
+
createdAt: Date;
|
9303
|
+
updatedAt: Date;
|
9304
|
+
deletedAt: Date | null;
|
9305
|
+
bucket_name: string;
|
9306
|
+
file_name: string;
|
9307
|
+
file_key: string;
|
9308
|
+
file_size: number;
|
9309
|
+
file_url: string;
|
9310
|
+
extension_name: string;
|
9311
|
+
};
|
9312
|
+
uploadId: string;
|
9313
|
+
roomId: string;
|
9314
|
+
messageId: string;
|
9315
|
+
emailEngineAttachmentId: string;
|
9316
|
+
}[];
|
9317
9317
|
} | {
|
9318
9318
|
id: string;
|
9319
9319
|
description: string;
|
@@ -9385,30 +9385,6 @@ export declare const roomContract: {
|
|
9385
9385
|
updatedAt: Date;
|
9386
9386
|
deletedAt: Date | null;
|
9387
9387
|
roomId: string;
|
9388
|
-
attachments: {
|
9389
|
-
id: string;
|
9390
|
-
createdAt: Date;
|
9391
|
-
updatedAt: Date;
|
9392
|
-
deletedAt: Date | null;
|
9393
|
-
fileName: string;
|
9394
|
-
fileType: string;
|
9395
|
-
upload: {
|
9396
|
-
id: string;
|
9397
|
-
createdAt: Date;
|
9398
|
-
updatedAt: Date;
|
9399
|
-
deletedAt: Date | null;
|
9400
|
-
bucket_name: string;
|
9401
|
-
file_name: string;
|
9402
|
-
file_key: string;
|
9403
|
-
file_size: number;
|
9404
|
-
file_url: string;
|
9405
|
-
extension_name: string;
|
9406
|
-
};
|
9407
|
-
uploadId: string;
|
9408
|
-
roomId: string;
|
9409
|
-
messageId: string;
|
9410
|
-
emailEngineAttachmentId: string;
|
9411
|
-
}[];
|
9412
9388
|
subject: string;
|
9413
9389
|
textPlain: string;
|
9414
9390
|
textHtml: string;
|
@@ -9450,6 +9426,30 @@ export declare const roomContract: {
|
|
9450
9426
|
updatedAt: Date;
|
9451
9427
|
deletedAt: Date | null;
|
9452
9428
|
}[];
|
9429
|
+
attachments: {
|
9430
|
+
id: string;
|
9431
|
+
createdAt: Date;
|
9432
|
+
updatedAt: Date;
|
9433
|
+
deletedAt: Date | null;
|
9434
|
+
fileName: string;
|
9435
|
+
fileType: string;
|
9436
|
+
upload: {
|
9437
|
+
id: string;
|
9438
|
+
createdAt: Date;
|
9439
|
+
updatedAt: Date;
|
9440
|
+
deletedAt: Date | null;
|
9441
|
+
bucket_name: string;
|
9442
|
+
file_name: string;
|
9443
|
+
file_key: string;
|
9444
|
+
file_size: number;
|
9445
|
+
file_url: string;
|
9446
|
+
extension_name: string;
|
9447
|
+
};
|
9448
|
+
uploadId: string;
|
9449
|
+
roomId: string;
|
9450
|
+
messageId: string;
|
9451
|
+
emailEngineAttachmentId: string;
|
9452
|
+
}[];
|
9453
9453
|
};
|
9454
9454
|
assignee: {
|
9455
9455
|
id: string;
|
@@ -9509,30 +9509,6 @@ export declare const roomContract: {
|
|
9509
9509
|
updatedAt: Date;
|
9510
9510
|
deletedAt: Date | null;
|
9511
9511
|
roomId: string;
|
9512
|
-
attachments: {
|
9513
|
-
id: string;
|
9514
|
-
createdAt: Date;
|
9515
|
-
updatedAt: Date;
|
9516
|
-
deletedAt: Date | null;
|
9517
|
-
fileName: string;
|
9518
|
-
fileType: string;
|
9519
|
-
upload: {
|
9520
|
-
id: string;
|
9521
|
-
createdAt: Date;
|
9522
|
-
updatedAt: Date;
|
9523
|
-
deletedAt: Date | null;
|
9524
|
-
bucket_name: string;
|
9525
|
-
file_name: string;
|
9526
|
-
file_key: string;
|
9527
|
-
file_size: number;
|
9528
|
-
file_url: string;
|
9529
|
-
extension_name: string;
|
9530
|
-
};
|
9531
|
-
uploadId: string;
|
9532
|
-
roomId: string;
|
9533
|
-
messageId: string;
|
9534
|
-
emailEngineAttachmentId: string;
|
9535
|
-
}[];
|
9536
9512
|
subject: string;
|
9537
9513
|
textPlain: string;
|
9538
9514
|
textHtml: string;
|
@@ -9574,16 +9550,6 @@ export declare const roomContract: {
|
|
9574
9550
|
updatedAt: Date;
|
9575
9551
|
deletedAt: Date | null;
|
9576
9552
|
}[];
|
9577
|
-
};
|
9578
|
-
messages: {
|
9579
|
-
id: string;
|
9580
|
-
direction: string;
|
9581
|
-
action: string;
|
9582
|
-
date: Date;
|
9583
|
-
createdAt: Date;
|
9584
|
-
updatedAt: Date;
|
9585
|
-
deletedAt: Date | null;
|
9586
|
-
roomId: string;
|
9587
9553
|
attachments: {
|
9588
9554
|
id: string;
|
9589
9555
|
createdAt: Date;
|
@@ -9608,6 +9574,16 @@ export declare const roomContract: {
|
|
9608
9574
|
messageId: string;
|
9609
9575
|
emailEngineAttachmentId: string;
|
9610
9576
|
}[];
|
9577
|
+
};
|
9578
|
+
messages: {
|
9579
|
+
id: string;
|
9580
|
+
direction: string;
|
9581
|
+
action: string;
|
9582
|
+
date: Date;
|
9583
|
+
createdAt: Date;
|
9584
|
+
updatedAt: Date;
|
9585
|
+
deletedAt: Date | null;
|
9586
|
+
roomId: string;
|
9611
9587
|
subject: string;
|
9612
9588
|
textPlain: string;
|
9613
9589
|
textHtml: string;
|
@@ -9649,16 +9625,6 @@ export declare const roomContract: {
|
|
9649
9625
|
updatedAt: Date;
|
9650
9626
|
deletedAt: Date | null;
|
9651
9627
|
}[];
|
9652
|
-
}[];
|
9653
|
-
messagesAndLogs: ({
|
9654
|
-
id: string;
|
9655
|
-
direction: string;
|
9656
|
-
action: string;
|
9657
|
-
date: Date;
|
9658
|
-
createdAt: Date;
|
9659
|
-
updatedAt: Date;
|
9660
|
-
deletedAt: Date | null;
|
9661
|
-
roomId: string;
|
9662
9628
|
attachments: {
|
9663
9629
|
id: string;
|
9664
9630
|
createdAt: Date;
|
@@ -9683,6 +9649,16 @@ export declare const roomContract: {
|
|
9683
9649
|
messageId: string;
|
9684
9650
|
emailEngineAttachmentId: string;
|
9685
9651
|
}[];
|
9652
|
+
}[];
|
9653
|
+
messagesAndLogs: ({
|
9654
|
+
id: string;
|
9655
|
+
direction: string;
|
9656
|
+
action: string;
|
9657
|
+
date: Date;
|
9658
|
+
createdAt: Date;
|
9659
|
+
updatedAt: Date;
|
9660
|
+
deletedAt: Date | null;
|
9661
|
+
roomId: string;
|
9686
9662
|
subject: string;
|
9687
9663
|
textPlain: string;
|
9688
9664
|
textHtml: string;
|
@@ -9724,6 +9700,30 @@ export declare const roomContract: {
|
|
9724
9700
|
updatedAt: Date;
|
9725
9701
|
deletedAt: Date | null;
|
9726
9702
|
}[];
|
9703
|
+
attachments: {
|
9704
|
+
id: string;
|
9705
|
+
createdAt: Date;
|
9706
|
+
updatedAt: Date;
|
9707
|
+
deletedAt: Date | null;
|
9708
|
+
fileName: string;
|
9709
|
+
fileType: string;
|
9710
|
+
upload: {
|
9711
|
+
id: string;
|
9712
|
+
createdAt: Date;
|
9713
|
+
updatedAt: Date;
|
9714
|
+
deletedAt: Date | null;
|
9715
|
+
bucket_name: string;
|
9716
|
+
file_name: string;
|
9717
|
+
file_key: string;
|
9718
|
+
file_size: number;
|
9719
|
+
file_url: string;
|
9720
|
+
extension_name: string;
|
9721
|
+
};
|
9722
|
+
uploadId: string;
|
9723
|
+
roomId: string;
|
9724
|
+
messageId: string;
|
9725
|
+
emailEngineAttachmentId: string;
|
9726
|
+
}[];
|
9727
9727
|
} | {
|
9728
9728
|
id: string;
|
9729
9729
|
description: string;
|
@@ -9789,38 +9789,14 @@ export declare const roomContract: {
|
|
9789
9789
|
}[];
|
9790
9790
|
resolved: boolean;
|
9791
9791
|
lastMessage: {
|
9792
|
-
id: string;
|
9793
|
-
direction: string;
|
9794
|
-
action: string;
|
9795
|
-
date: Date;
|
9796
|
-
createdAt: Date;
|
9797
|
-
updatedAt: Date;
|
9798
|
-
deletedAt: Date | null;
|
9799
|
-
roomId: string;
|
9800
|
-
attachments: {
|
9801
|
-
id: string;
|
9802
|
-
createdAt: Date;
|
9803
|
-
updatedAt: Date;
|
9804
|
-
deletedAt: Date | null;
|
9805
|
-
fileName: string;
|
9806
|
-
fileType: string;
|
9807
|
-
upload: {
|
9808
|
-
id: string;
|
9809
|
-
createdAt: Date;
|
9810
|
-
updatedAt: Date;
|
9811
|
-
deletedAt: Date | null;
|
9812
|
-
bucket_name: string;
|
9813
|
-
file_name: string;
|
9814
|
-
file_key: string;
|
9815
|
-
file_size: number;
|
9816
|
-
file_url: string;
|
9817
|
-
extension_name: string;
|
9818
|
-
};
|
9819
|
-
uploadId: string;
|
9820
|
-
roomId: string;
|
9821
|
-
messageId: string;
|
9822
|
-
emailEngineAttachmentId: string;
|
9823
|
-
}[];
|
9792
|
+
id: string;
|
9793
|
+
direction: string;
|
9794
|
+
action: string;
|
9795
|
+
date: Date;
|
9796
|
+
createdAt: Date;
|
9797
|
+
updatedAt: Date;
|
9798
|
+
deletedAt: Date | null;
|
9799
|
+
roomId: string;
|
9824
9800
|
subject: string;
|
9825
9801
|
textPlain: string;
|
9826
9802
|
textHtml: string;
|
@@ -9862,6 +9838,30 @@ export declare const roomContract: {
|
|
9862
9838
|
updatedAt: Date;
|
9863
9839
|
deletedAt: Date | null;
|
9864
9840
|
}[];
|
9841
|
+
attachments: {
|
9842
|
+
id: string;
|
9843
|
+
createdAt: Date;
|
9844
|
+
updatedAt: Date;
|
9845
|
+
deletedAt: Date | null;
|
9846
|
+
fileName: string;
|
9847
|
+
fileType: string;
|
9848
|
+
upload: {
|
9849
|
+
id: string;
|
9850
|
+
createdAt: Date;
|
9851
|
+
updatedAt: Date;
|
9852
|
+
deletedAt: Date | null;
|
9853
|
+
bucket_name: string;
|
9854
|
+
file_name: string;
|
9855
|
+
file_key: string;
|
9856
|
+
file_size: number;
|
9857
|
+
file_url: string;
|
9858
|
+
extension_name: string;
|
9859
|
+
};
|
9860
|
+
uploadId: string;
|
9861
|
+
roomId: string;
|
9862
|
+
messageId: string;
|
9863
|
+
emailEngineAttachmentId: string;
|
9864
|
+
}[];
|
9865
9865
|
};
|
9866
9866
|
assignee: {
|
9867
9867
|
id: string;
|
@@ -9921,30 +9921,6 @@ export declare const roomContract: {
|
|
9921
9921
|
updatedAt: Date;
|
9922
9922
|
deletedAt: Date | null;
|
9923
9923
|
roomId: string;
|
9924
|
-
attachments: {
|
9925
|
-
id: string;
|
9926
|
-
createdAt: Date;
|
9927
|
-
updatedAt: Date;
|
9928
|
-
deletedAt: Date | null;
|
9929
|
-
fileName: string;
|
9930
|
-
fileType: string;
|
9931
|
-
upload: {
|
9932
|
-
id: string;
|
9933
|
-
createdAt: Date;
|
9934
|
-
updatedAt: Date;
|
9935
|
-
deletedAt: Date | null;
|
9936
|
-
bucket_name: string;
|
9937
|
-
file_name: string;
|
9938
|
-
file_key: string;
|
9939
|
-
file_size: number;
|
9940
|
-
file_url: string;
|
9941
|
-
extension_name: string;
|
9942
|
-
};
|
9943
|
-
uploadId: string;
|
9944
|
-
roomId: string;
|
9945
|
-
messageId: string;
|
9946
|
-
emailEngineAttachmentId: string;
|
9947
|
-
}[];
|
9948
9924
|
subject: string;
|
9949
9925
|
textPlain: string;
|
9950
9926
|
textHtml: string;
|
@@ -9986,16 +9962,6 @@ export declare const roomContract: {
|
|
9986
9962
|
updatedAt: Date;
|
9987
9963
|
deletedAt: Date | null;
|
9988
9964
|
}[];
|
9989
|
-
};
|
9990
|
-
messages: {
|
9991
|
-
id: string;
|
9992
|
-
direction: string;
|
9993
|
-
action: string;
|
9994
|
-
date: Date;
|
9995
|
-
createdAt: Date;
|
9996
|
-
updatedAt: Date;
|
9997
|
-
deletedAt: Date | null;
|
9998
|
-
roomId: string;
|
9999
9965
|
attachments: {
|
10000
9966
|
id: string;
|
10001
9967
|
createdAt: Date;
|
@@ -10020,6 +9986,16 @@ export declare const roomContract: {
|
|
10020
9986
|
messageId: string;
|
10021
9987
|
emailEngineAttachmentId: string;
|
10022
9988
|
}[];
|
9989
|
+
};
|
9990
|
+
messages: {
|
9991
|
+
id: string;
|
9992
|
+
direction: string;
|
9993
|
+
action: string;
|
9994
|
+
date: Date;
|
9995
|
+
createdAt: Date;
|
9996
|
+
updatedAt: Date;
|
9997
|
+
deletedAt: Date | null;
|
9998
|
+
roomId: string;
|
10023
9999
|
subject: string;
|
10024
10000
|
textPlain: string;
|
10025
10001
|
textHtml: string;
|
@@ -10061,16 +10037,6 @@ export declare const roomContract: {
|
|
10061
10037
|
updatedAt: Date;
|
10062
10038
|
deletedAt: Date | null;
|
10063
10039
|
}[];
|
10064
|
-
}[];
|
10065
|
-
messagesAndLogs: ({
|
10066
|
-
id: string;
|
10067
|
-
direction: string;
|
10068
|
-
action: string;
|
10069
|
-
date: Date;
|
10070
|
-
createdAt: Date;
|
10071
|
-
updatedAt: Date;
|
10072
|
-
deletedAt: Date | null;
|
10073
|
-
roomId: string;
|
10074
10040
|
attachments: {
|
10075
10041
|
id: string;
|
10076
10042
|
createdAt: Date;
|
@@ -10095,6 +10061,16 @@ export declare const roomContract: {
|
|
10095
10061
|
messageId: string;
|
10096
10062
|
emailEngineAttachmentId: string;
|
10097
10063
|
}[];
|
10064
|
+
}[];
|
10065
|
+
messagesAndLogs: ({
|
10066
|
+
id: string;
|
10067
|
+
direction: string;
|
10068
|
+
action: string;
|
10069
|
+
date: Date;
|
10070
|
+
createdAt: Date;
|
10071
|
+
updatedAt: Date;
|
10072
|
+
deletedAt: Date | null;
|
10073
|
+
roomId: string;
|
10098
10074
|
subject: string;
|
10099
10075
|
textPlain: string;
|
10100
10076
|
textHtml: string;
|
@@ -10136,6 +10112,30 @@ export declare const roomContract: {
|
|
10136
10112
|
updatedAt: Date;
|
10137
10113
|
deletedAt: Date | null;
|
10138
10114
|
}[];
|
10115
|
+
attachments: {
|
10116
|
+
id: string;
|
10117
|
+
createdAt: Date;
|
10118
|
+
updatedAt: Date;
|
10119
|
+
deletedAt: Date | null;
|
10120
|
+
fileName: string;
|
10121
|
+
fileType: string;
|
10122
|
+
upload: {
|
10123
|
+
id: string;
|
10124
|
+
createdAt: Date;
|
10125
|
+
updatedAt: Date;
|
10126
|
+
deletedAt: Date | null;
|
10127
|
+
bucket_name: string;
|
10128
|
+
file_name: string;
|
10129
|
+
file_key: string;
|
10130
|
+
file_size: number;
|
10131
|
+
file_url: string;
|
10132
|
+
extension_name: string;
|
10133
|
+
};
|
10134
|
+
uploadId: string;
|
10135
|
+
roomId: string;
|
10136
|
+
messageId: string;
|
10137
|
+
emailEngineAttachmentId: string;
|
10138
|
+
}[];
|
10139
10139
|
} | {
|
10140
10140
|
id: string;
|
10141
10141
|
description: string;
|
@@ -10210,30 +10210,6 @@ export declare const roomContract: {
|
|
10210
10210
|
updatedAt: Date;
|
10211
10211
|
deletedAt: Date | null;
|
10212
10212
|
roomId: string;
|
10213
|
-
attachments: {
|
10214
|
-
id: string;
|
10215
|
-
createdAt: Date;
|
10216
|
-
updatedAt: Date;
|
10217
|
-
deletedAt: Date | null;
|
10218
|
-
fileName: string;
|
10219
|
-
fileType: string;
|
10220
|
-
upload: {
|
10221
|
-
id: string;
|
10222
|
-
createdAt: Date;
|
10223
|
-
updatedAt: Date;
|
10224
|
-
deletedAt: Date | null;
|
10225
|
-
bucket_name: string;
|
10226
|
-
file_name: string;
|
10227
|
-
file_key: string;
|
10228
|
-
file_size: number;
|
10229
|
-
file_url: string;
|
10230
|
-
extension_name: string;
|
10231
|
-
};
|
10232
|
-
uploadId: string;
|
10233
|
-
roomId: string;
|
10234
|
-
messageId: string;
|
10235
|
-
emailEngineAttachmentId: string;
|
10236
|
-
}[];
|
10237
10213
|
subject: string;
|
10238
10214
|
textPlain: string;
|
10239
10215
|
textHtml: string;
|
@@ -10275,6 +10251,30 @@ export declare const roomContract: {
|
|
10275
10251
|
updatedAt: Date;
|
10276
10252
|
deletedAt: Date | null;
|
10277
10253
|
}[];
|
10254
|
+
attachments: {
|
10255
|
+
id: string;
|
10256
|
+
createdAt: Date;
|
10257
|
+
updatedAt: Date;
|
10258
|
+
deletedAt: Date | null;
|
10259
|
+
fileName: string;
|
10260
|
+
fileType: string;
|
10261
|
+
upload: {
|
10262
|
+
id: string;
|
10263
|
+
createdAt: Date;
|
10264
|
+
updatedAt: Date;
|
10265
|
+
deletedAt: Date | null;
|
10266
|
+
bucket_name: string;
|
10267
|
+
file_name: string;
|
10268
|
+
file_key: string;
|
10269
|
+
file_size: number;
|
10270
|
+
file_url: string;
|
10271
|
+
extension_name: string;
|
10272
|
+
};
|
10273
|
+
uploadId: string;
|
10274
|
+
roomId: string;
|
10275
|
+
messageId: string;
|
10276
|
+
emailEngineAttachmentId: string;
|
10277
|
+
}[];
|
10278
10278
|
};
|
10279
10279
|
assignee: {
|
10280
10280
|
id: string;
|
@@ -10334,30 +10334,6 @@ export declare const roomContract: {
|
|
10334
10334
|
updatedAt: Date;
|
10335
10335
|
deletedAt: Date | null;
|
10336
10336
|
roomId: string;
|
10337
|
-
attachments: {
|
10338
|
-
id: string;
|
10339
|
-
createdAt: Date;
|
10340
|
-
updatedAt: Date;
|
10341
|
-
deletedAt: Date | null;
|
10342
|
-
fileName: string;
|
10343
|
-
fileType: string;
|
10344
|
-
upload: {
|
10345
|
-
id: string;
|
10346
|
-
createdAt: Date;
|
10347
|
-
updatedAt: Date;
|
10348
|
-
deletedAt: Date | null;
|
10349
|
-
bucket_name: string;
|
10350
|
-
file_name: string;
|
10351
|
-
file_key: string;
|
10352
|
-
file_size: number;
|
10353
|
-
file_url: string;
|
10354
|
-
extension_name: string;
|
10355
|
-
};
|
10356
|
-
uploadId: string;
|
10357
|
-
roomId: string;
|
10358
|
-
messageId: string;
|
10359
|
-
emailEngineAttachmentId: string;
|
10360
|
-
}[];
|
10361
10337
|
subject: string;
|
10362
10338
|
textPlain: string;
|
10363
10339
|
textHtml: string;
|
@@ -10399,16 +10375,6 @@ export declare const roomContract: {
|
|
10399
10375
|
updatedAt: Date;
|
10400
10376
|
deletedAt: Date | null;
|
10401
10377
|
}[];
|
10402
|
-
};
|
10403
|
-
messages: {
|
10404
|
-
id: string;
|
10405
|
-
direction: string;
|
10406
|
-
action: string;
|
10407
|
-
date: Date;
|
10408
|
-
createdAt: Date;
|
10409
|
-
updatedAt: Date;
|
10410
|
-
deletedAt: Date | null;
|
10411
|
-
roomId: string;
|
10412
10378
|
attachments: {
|
10413
10379
|
id: string;
|
10414
10380
|
createdAt: Date;
|
@@ -10433,6 +10399,16 @@ export declare const roomContract: {
|
|
10433
10399
|
messageId: string;
|
10434
10400
|
emailEngineAttachmentId: string;
|
10435
10401
|
}[];
|
10402
|
+
};
|
10403
|
+
messages: {
|
10404
|
+
id: string;
|
10405
|
+
direction: string;
|
10406
|
+
action: string;
|
10407
|
+
date: Date;
|
10408
|
+
createdAt: Date;
|
10409
|
+
updatedAt: Date;
|
10410
|
+
deletedAt: Date | null;
|
10411
|
+
roomId: string;
|
10436
10412
|
subject: string;
|
10437
10413
|
textPlain: string;
|
10438
10414
|
textHtml: string;
|
@@ -10474,16 +10450,6 @@ export declare const roomContract: {
|
|
10474
10450
|
updatedAt: Date;
|
10475
10451
|
deletedAt: Date | null;
|
10476
10452
|
}[];
|
10477
|
-
}[];
|
10478
|
-
messagesAndLogs: ({
|
10479
|
-
id: string;
|
10480
|
-
direction: string;
|
10481
|
-
action: string;
|
10482
|
-
date: Date;
|
10483
|
-
createdAt: Date;
|
10484
|
-
updatedAt: Date;
|
10485
|
-
deletedAt: Date | null;
|
10486
|
-
roomId: string;
|
10487
10453
|
attachments: {
|
10488
10454
|
id: string;
|
10489
10455
|
createdAt: Date;
|
@@ -10508,6 +10474,16 @@ export declare const roomContract: {
|
|
10508
10474
|
messageId: string;
|
10509
10475
|
emailEngineAttachmentId: string;
|
10510
10476
|
}[];
|
10477
|
+
}[];
|
10478
|
+
messagesAndLogs: ({
|
10479
|
+
id: string;
|
10480
|
+
direction: string;
|
10481
|
+
action: string;
|
10482
|
+
date: Date;
|
10483
|
+
createdAt: Date;
|
10484
|
+
updatedAt: Date;
|
10485
|
+
deletedAt: Date | null;
|
10486
|
+
roomId: string;
|
10511
10487
|
subject: string;
|
10512
10488
|
textPlain: string;
|
10513
10489
|
textHtml: string;
|
@@ -10549,6 +10525,30 @@ export declare const roomContract: {
|
|
10549
10525
|
updatedAt: Date;
|
10550
10526
|
deletedAt: Date | null;
|
10551
10527
|
}[];
|
10528
|
+
attachments: {
|
10529
|
+
id: string;
|
10530
|
+
createdAt: Date;
|
10531
|
+
updatedAt: Date;
|
10532
|
+
deletedAt: Date | null;
|
10533
|
+
fileName: string;
|
10534
|
+
fileType: string;
|
10535
|
+
upload: {
|
10536
|
+
id: string;
|
10537
|
+
createdAt: Date;
|
10538
|
+
updatedAt: Date;
|
10539
|
+
deletedAt: Date | null;
|
10540
|
+
bucket_name: string;
|
10541
|
+
file_name: string;
|
10542
|
+
file_key: string;
|
10543
|
+
file_size: number;
|
10544
|
+
file_url: string;
|
10545
|
+
extension_name: string;
|
10546
|
+
};
|
10547
|
+
uploadId: string;
|
10548
|
+
roomId: string;
|
10549
|
+
messageId: string;
|
10550
|
+
emailEngineAttachmentId: string;
|
10551
|
+
}[];
|
10552
10552
|
} | {
|
10553
10553
|
id: string;
|
10554
10554
|
description: string;
|