@kl1/contracts 1.4.3 → 1.4.5
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/api-contracts/src/contact/index.d.ts +3 -3
- package/dist/api-contracts/src/contract.d.ts +17 -13
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/validation.d.ts +10 -10
- package/dist/api-contracts/src/mail/mail-contract.d.ts +2164 -2164
- package/dist/api-contracts/src/mail/message-contract.d.ts +299 -299
- package/dist/api-contracts/src/mail/room-contract.d.ts +1837 -1837
- package/dist/api-contracts/src/mail/schemas/message.schema.d.ts +48 -48
- package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts +605 -605
- package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +451 -451
- package/dist/api-contracts/src/ticket/index.d.ts +14 -10
- package/dist/api-contracts/src/ticket/index.d.ts.map +1 -1
- package/dist/api-contracts/src/ticket/validation.d.ts +3 -6
- package/dist/api-contracts/src/ticket/validation.d.ts.map +1 -1
- package/dist/index.js +11 -9
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +11 -9
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
@@ -1425,6 +1425,30 @@ export declare const RoomContractsValidationSchema: {
|
|
1425
1425
|
updatedAt: Date;
|
1426
1426
|
deletedAt: Date | null;
|
1427
1427
|
roomId: string;
|
1428
|
+
attachments: {
|
1429
|
+
id: string;
|
1430
|
+
createdAt: Date;
|
1431
|
+
updatedAt: Date;
|
1432
|
+
deletedAt: Date | null;
|
1433
|
+
fileName: string;
|
1434
|
+
fileType: string;
|
1435
|
+
uploadId: string;
|
1436
|
+
upload: {
|
1437
|
+
id: string;
|
1438
|
+
createdAt: Date;
|
1439
|
+
updatedAt: Date;
|
1440
|
+
deletedAt: Date | null;
|
1441
|
+
extensionName: string;
|
1442
|
+
fileName: string;
|
1443
|
+
fileKey: string;
|
1444
|
+
bucketName: string;
|
1445
|
+
fileSize: number;
|
1446
|
+
fileUrl: string;
|
1447
|
+
};
|
1448
|
+
roomId: string;
|
1449
|
+
messageId: string;
|
1450
|
+
emailEngineAttachmentId: string;
|
1451
|
+
}[];
|
1428
1452
|
from: {
|
1429
1453
|
id: string;
|
1430
1454
|
createdAt: Date;
|
@@ -1456,30 +1480,6 @@ export declare const RoomContractsValidationSchema: {
|
|
1456
1480
|
isNewContact: boolean;
|
1457
1481
|
};
|
1458
1482
|
}[];
|
1459
|
-
attachments: {
|
1460
|
-
id: string;
|
1461
|
-
createdAt: Date;
|
1462
|
-
updatedAt: Date;
|
1463
|
-
deletedAt: Date | null;
|
1464
|
-
fileName: string;
|
1465
|
-
fileType: string;
|
1466
|
-
uploadId: string;
|
1467
|
-
upload: {
|
1468
|
-
id: string;
|
1469
|
-
createdAt: Date;
|
1470
|
-
updatedAt: Date;
|
1471
|
-
deletedAt: Date | null;
|
1472
|
-
extensionName: string;
|
1473
|
-
fileName: string;
|
1474
|
-
fileKey: string;
|
1475
|
-
bucketName: string;
|
1476
|
-
fileSize: number;
|
1477
|
-
fileUrl: string;
|
1478
|
-
};
|
1479
|
-
roomId: string;
|
1480
|
-
messageId: string;
|
1481
|
-
emailEngineAttachmentId: string;
|
1482
|
-
}[];
|
1483
1483
|
subject: string;
|
1484
1484
|
to: {
|
1485
1485
|
id: string;
|
@@ -1593,6 +1593,30 @@ export declare const RoomContractsValidationSchema: {
|
|
1593
1593
|
updatedAt: Date;
|
1594
1594
|
deletedAt: Date | null;
|
1595
1595
|
roomId: string;
|
1596
|
+
attachments: {
|
1597
|
+
id: string;
|
1598
|
+
createdAt: Date;
|
1599
|
+
updatedAt: Date;
|
1600
|
+
deletedAt: Date | null;
|
1601
|
+
fileName: string;
|
1602
|
+
fileType: string;
|
1603
|
+
uploadId: string;
|
1604
|
+
upload: {
|
1605
|
+
id: string;
|
1606
|
+
createdAt: Date;
|
1607
|
+
updatedAt: Date;
|
1608
|
+
deletedAt: Date | null;
|
1609
|
+
extensionName: string;
|
1610
|
+
fileName: string;
|
1611
|
+
fileKey: string;
|
1612
|
+
bucketName: string;
|
1613
|
+
fileSize: number;
|
1614
|
+
fileUrl: string;
|
1615
|
+
};
|
1616
|
+
roomId: string;
|
1617
|
+
messageId: string;
|
1618
|
+
emailEngineAttachmentId: string;
|
1619
|
+
}[];
|
1596
1620
|
from: {
|
1597
1621
|
id: string;
|
1598
1622
|
createdAt: Date;
|
@@ -1624,30 +1648,6 @@ export declare const RoomContractsValidationSchema: {
|
|
1624
1648
|
isNewContact: boolean;
|
1625
1649
|
};
|
1626
1650
|
}[];
|
1627
|
-
attachments: {
|
1628
|
-
id: string;
|
1629
|
-
createdAt: Date;
|
1630
|
-
updatedAt: Date;
|
1631
|
-
deletedAt: Date | null;
|
1632
|
-
fileName: string;
|
1633
|
-
fileType: string;
|
1634
|
-
uploadId: string;
|
1635
|
-
upload: {
|
1636
|
-
id: string;
|
1637
|
-
createdAt: Date;
|
1638
|
-
updatedAt: Date;
|
1639
|
-
deletedAt: Date | null;
|
1640
|
-
extensionName: string;
|
1641
|
-
fileName: string;
|
1642
|
-
fileKey: string;
|
1643
|
-
bucketName: string;
|
1644
|
-
fileSize: number;
|
1645
|
-
fileUrl: string;
|
1646
|
-
};
|
1647
|
-
roomId: string;
|
1648
|
-
messageId: string;
|
1649
|
-
emailEngineAttachmentId: string;
|
1650
|
-
}[];
|
1651
1651
|
subject: string;
|
1652
1652
|
to: {
|
1653
1653
|
id: string;
|
@@ -2494,6 +2494,30 @@ export declare const RoomContractsValidationSchema: {
|
|
2494
2494
|
updatedAt: Date;
|
2495
2495
|
deletedAt: Date | null;
|
2496
2496
|
roomId: string;
|
2497
|
+
attachments: {
|
2498
|
+
id: string;
|
2499
|
+
createdAt: Date;
|
2500
|
+
updatedAt: Date;
|
2501
|
+
deletedAt: Date | null;
|
2502
|
+
fileName: string;
|
2503
|
+
fileType: string;
|
2504
|
+
uploadId: string;
|
2505
|
+
upload: {
|
2506
|
+
id: string;
|
2507
|
+
createdAt: Date;
|
2508
|
+
updatedAt: Date;
|
2509
|
+
deletedAt: Date | null;
|
2510
|
+
extensionName: string;
|
2511
|
+
fileName: string;
|
2512
|
+
fileKey: string;
|
2513
|
+
bucketName: string;
|
2514
|
+
fileSize: number;
|
2515
|
+
fileUrl: string;
|
2516
|
+
};
|
2517
|
+
roomId: string;
|
2518
|
+
messageId: string;
|
2519
|
+
emailEngineAttachmentId: string;
|
2520
|
+
}[];
|
2497
2521
|
from: {
|
2498
2522
|
id: string;
|
2499
2523
|
createdAt: Date;
|
@@ -2525,30 +2549,6 @@ export declare const RoomContractsValidationSchema: {
|
|
2525
2549
|
isNewContact: boolean;
|
2526
2550
|
};
|
2527
2551
|
}[];
|
2528
|
-
attachments: {
|
2529
|
-
id: string;
|
2530
|
-
createdAt: Date;
|
2531
|
-
updatedAt: Date;
|
2532
|
-
deletedAt: Date | null;
|
2533
|
-
fileName: string;
|
2534
|
-
fileType: string;
|
2535
|
-
uploadId: string;
|
2536
|
-
upload: {
|
2537
|
-
id: string;
|
2538
|
-
createdAt: Date;
|
2539
|
-
updatedAt: Date;
|
2540
|
-
deletedAt: Date | null;
|
2541
|
-
extensionName: string;
|
2542
|
-
fileName: string;
|
2543
|
-
fileKey: string;
|
2544
|
-
bucketName: string;
|
2545
|
-
fileSize: number;
|
2546
|
-
fileUrl: string;
|
2547
|
-
};
|
2548
|
-
roomId: string;
|
2549
|
-
messageId: string;
|
2550
|
-
emailEngineAttachmentId: string;
|
2551
|
-
}[];
|
2552
2552
|
subject: string;
|
2553
2553
|
to: {
|
2554
2554
|
id: string;
|
@@ -2662,6 +2662,30 @@ export declare const RoomContractsValidationSchema: {
|
|
2662
2662
|
updatedAt: Date;
|
2663
2663
|
deletedAt: Date | null;
|
2664
2664
|
roomId: string;
|
2665
|
+
attachments: {
|
2666
|
+
id: string;
|
2667
|
+
createdAt: Date;
|
2668
|
+
updatedAt: Date;
|
2669
|
+
deletedAt: Date | null;
|
2670
|
+
fileName: string;
|
2671
|
+
fileType: string;
|
2672
|
+
uploadId: string;
|
2673
|
+
upload: {
|
2674
|
+
id: string;
|
2675
|
+
createdAt: Date;
|
2676
|
+
updatedAt: Date;
|
2677
|
+
deletedAt: Date | null;
|
2678
|
+
extensionName: string;
|
2679
|
+
fileName: string;
|
2680
|
+
fileKey: string;
|
2681
|
+
bucketName: string;
|
2682
|
+
fileSize: number;
|
2683
|
+
fileUrl: string;
|
2684
|
+
};
|
2685
|
+
roomId: string;
|
2686
|
+
messageId: string;
|
2687
|
+
emailEngineAttachmentId: string;
|
2688
|
+
}[];
|
2665
2689
|
from: {
|
2666
2690
|
id: string;
|
2667
2691
|
createdAt: Date;
|
@@ -2693,30 +2717,6 @@ export declare const RoomContractsValidationSchema: {
|
|
2693
2717
|
isNewContact: boolean;
|
2694
2718
|
};
|
2695
2719
|
}[];
|
2696
|
-
attachments: {
|
2697
|
-
id: string;
|
2698
|
-
createdAt: Date;
|
2699
|
-
updatedAt: Date;
|
2700
|
-
deletedAt: Date | null;
|
2701
|
-
fileName: string;
|
2702
|
-
fileType: string;
|
2703
|
-
uploadId: string;
|
2704
|
-
upload: {
|
2705
|
-
id: string;
|
2706
|
-
createdAt: Date;
|
2707
|
-
updatedAt: Date;
|
2708
|
-
deletedAt: Date | null;
|
2709
|
-
extensionName: string;
|
2710
|
-
fileName: string;
|
2711
|
-
fileKey: string;
|
2712
|
-
bucketName: string;
|
2713
|
-
fileSize: number;
|
2714
|
-
fileUrl: string;
|
2715
|
-
};
|
2716
|
-
roomId: string;
|
2717
|
-
messageId: string;
|
2718
|
-
emailEngineAttachmentId: string;
|
2719
|
-
}[];
|
2720
2720
|
subject: string;
|
2721
2721
|
to: {
|
2722
2722
|
id: string;
|
@@ -3616,6 +3616,30 @@ export declare const RoomContractsValidationSchema: {
|
|
3616
3616
|
updatedAt: Date;
|
3617
3617
|
deletedAt: Date | null;
|
3618
3618
|
roomId: string;
|
3619
|
+
attachments: {
|
3620
|
+
id: string;
|
3621
|
+
createdAt: Date;
|
3622
|
+
updatedAt: Date;
|
3623
|
+
deletedAt: Date | null;
|
3624
|
+
fileName: string;
|
3625
|
+
fileType: string;
|
3626
|
+
uploadId: string;
|
3627
|
+
upload: {
|
3628
|
+
id: string;
|
3629
|
+
createdAt: Date;
|
3630
|
+
updatedAt: Date;
|
3631
|
+
deletedAt: Date | null;
|
3632
|
+
extensionName: string;
|
3633
|
+
fileName: string;
|
3634
|
+
fileKey: string;
|
3635
|
+
bucketName: string;
|
3636
|
+
fileSize: number;
|
3637
|
+
fileUrl: string;
|
3638
|
+
};
|
3639
|
+
roomId: string;
|
3640
|
+
messageId: string;
|
3641
|
+
emailEngineAttachmentId: string;
|
3642
|
+
}[];
|
3619
3643
|
from: {
|
3620
3644
|
id: string;
|
3621
3645
|
createdAt: Date;
|
@@ -3647,30 +3671,6 @@ export declare const RoomContractsValidationSchema: {
|
|
3647
3671
|
isNewContact: boolean;
|
3648
3672
|
};
|
3649
3673
|
}[];
|
3650
|
-
attachments: {
|
3651
|
-
id: string;
|
3652
|
-
createdAt: Date;
|
3653
|
-
updatedAt: Date;
|
3654
|
-
deletedAt: Date | null;
|
3655
|
-
fileName: string;
|
3656
|
-
fileType: string;
|
3657
|
-
uploadId: string;
|
3658
|
-
upload: {
|
3659
|
-
id: string;
|
3660
|
-
createdAt: Date;
|
3661
|
-
updatedAt: Date;
|
3662
|
-
deletedAt: Date | null;
|
3663
|
-
extensionName: string;
|
3664
|
-
fileName: string;
|
3665
|
-
fileKey: string;
|
3666
|
-
bucketName: string;
|
3667
|
-
fileSize: number;
|
3668
|
-
fileUrl: string;
|
3669
|
-
};
|
3670
|
-
roomId: string;
|
3671
|
-
messageId: string;
|
3672
|
-
emailEngineAttachmentId: string;
|
3673
|
-
}[];
|
3674
3674
|
subject: string;
|
3675
3675
|
to: {
|
3676
3676
|
id: string;
|
@@ -3784,60 +3784,60 @@ export declare const RoomContractsValidationSchema: {
|
|
3784
3784
|
updatedAt: Date;
|
3785
3785
|
deletedAt: Date | null;
|
3786
3786
|
roomId: string;
|
3787
|
-
|
3787
|
+
attachments: {
|
3788
3788
|
id: string;
|
3789
3789
|
createdAt: Date;
|
3790
3790
|
updatedAt: Date;
|
3791
3791
|
deletedAt: Date | null;
|
3792
|
-
|
3793
|
-
|
3794
|
-
|
3795
|
-
|
3796
|
-
name: string;
|
3792
|
+
fileName: string;
|
3793
|
+
fileType: string;
|
3794
|
+
uploadId: string;
|
3795
|
+
upload: {
|
3797
3796
|
id: string;
|
3798
|
-
address: string;
|
3799
3797
|
createdAt: Date;
|
3800
3798
|
updatedAt: Date;
|
3801
3799
|
deletedAt: Date | null;
|
3802
|
-
|
3803
|
-
|
3804
|
-
|
3805
|
-
|
3806
|
-
|
3807
|
-
|
3808
|
-
updatedAt: Date;
|
3809
|
-
deletedAt: Date | null;
|
3810
|
-
notes: string | null;
|
3811
|
-
contactProfile: string | null;
|
3812
|
-
socialProfileUrl: string | null;
|
3813
|
-
};
|
3814
|
-
contactId: string;
|
3815
|
-
isNewContact: boolean;
|
3800
|
+
extensionName: string;
|
3801
|
+
fileName: string;
|
3802
|
+
fileKey: string;
|
3803
|
+
bucketName: string;
|
3804
|
+
fileSize: number;
|
3805
|
+
fileUrl: string;
|
3816
3806
|
};
|
3807
|
+
roomId: string;
|
3808
|
+
messageId: string;
|
3809
|
+
emailEngineAttachmentId: string;
|
3817
3810
|
}[];
|
3818
|
-
|
3811
|
+
from: {
|
3819
3812
|
id: string;
|
3820
3813
|
createdAt: Date;
|
3821
3814
|
updatedAt: Date;
|
3822
3815
|
deletedAt: Date | null;
|
3823
|
-
|
3824
|
-
|
3825
|
-
|
3826
|
-
|
3816
|
+
roomId: string;
|
3817
|
+
messageId: string;
|
3818
|
+
mailUserId: string;
|
3819
|
+
mailUser: {
|
3820
|
+
name: string;
|
3827
3821
|
id: string;
|
3822
|
+
address: string;
|
3828
3823
|
createdAt: Date;
|
3829
3824
|
updatedAt: Date;
|
3830
3825
|
deletedAt: Date | null;
|
3831
|
-
|
3832
|
-
|
3833
|
-
|
3834
|
-
|
3835
|
-
|
3836
|
-
|
3826
|
+
contact: {
|
3827
|
+
name: string;
|
3828
|
+
id: string;
|
3829
|
+
channel: string | null;
|
3830
|
+
address: string | null;
|
3831
|
+
createdAt: Date;
|
3832
|
+
updatedAt: Date;
|
3833
|
+
deletedAt: Date | null;
|
3834
|
+
notes: string | null;
|
3835
|
+
contactProfile: string | null;
|
3836
|
+
socialProfileUrl: string | null;
|
3837
|
+
};
|
3838
|
+
contactId: string;
|
3839
|
+
isNewContact: boolean;
|
3837
3840
|
};
|
3838
|
-
roomId: string;
|
3839
|
-
messageId: string;
|
3840
|
-
emailEngineAttachmentId: string;
|
3841
3841
|
}[];
|
3842
3842
|
subject: string;
|
3843
3843
|
to: {
|
@@ -4685,6 +4685,30 @@ export declare const RoomContractsValidationSchema: {
|
|
4685
4685
|
updatedAt: Date;
|
4686
4686
|
deletedAt: Date | null;
|
4687
4687
|
roomId: string;
|
4688
|
+
attachments: {
|
4689
|
+
id: string;
|
4690
|
+
createdAt: Date;
|
4691
|
+
updatedAt: Date;
|
4692
|
+
deletedAt: Date | null;
|
4693
|
+
fileName: string;
|
4694
|
+
fileType: string;
|
4695
|
+
uploadId: string;
|
4696
|
+
upload: {
|
4697
|
+
id: string;
|
4698
|
+
createdAt: Date;
|
4699
|
+
updatedAt: Date;
|
4700
|
+
deletedAt: Date | null;
|
4701
|
+
extensionName: string;
|
4702
|
+
fileName: string;
|
4703
|
+
fileKey: string;
|
4704
|
+
bucketName: string;
|
4705
|
+
fileSize: number;
|
4706
|
+
fileUrl: string;
|
4707
|
+
};
|
4708
|
+
roomId: string;
|
4709
|
+
messageId: string;
|
4710
|
+
emailEngineAttachmentId: string;
|
4711
|
+
}[];
|
4688
4712
|
from: {
|
4689
4713
|
id: string;
|
4690
4714
|
createdAt: Date;
|
@@ -4716,30 +4740,6 @@ export declare const RoomContractsValidationSchema: {
|
|
4716
4740
|
isNewContact: boolean;
|
4717
4741
|
};
|
4718
4742
|
}[];
|
4719
|
-
attachments: {
|
4720
|
-
id: string;
|
4721
|
-
createdAt: Date;
|
4722
|
-
updatedAt: Date;
|
4723
|
-
deletedAt: Date | null;
|
4724
|
-
fileName: string;
|
4725
|
-
fileType: string;
|
4726
|
-
uploadId: string;
|
4727
|
-
upload: {
|
4728
|
-
id: string;
|
4729
|
-
createdAt: Date;
|
4730
|
-
updatedAt: Date;
|
4731
|
-
deletedAt: Date | null;
|
4732
|
-
extensionName: string;
|
4733
|
-
fileName: string;
|
4734
|
-
fileKey: string;
|
4735
|
-
bucketName: string;
|
4736
|
-
fileSize: number;
|
4737
|
-
fileUrl: string;
|
4738
|
-
};
|
4739
|
-
roomId: string;
|
4740
|
-
messageId: string;
|
4741
|
-
emailEngineAttachmentId: string;
|
4742
|
-
}[];
|
4743
4743
|
subject: string;
|
4744
4744
|
to: {
|
4745
4745
|
id: string;
|
@@ -4853,6 +4853,30 @@ export declare const RoomContractsValidationSchema: {
|
|
4853
4853
|
updatedAt: Date;
|
4854
4854
|
deletedAt: Date | null;
|
4855
4855
|
roomId: string;
|
4856
|
+
attachments: {
|
4857
|
+
id: string;
|
4858
|
+
createdAt: Date;
|
4859
|
+
updatedAt: Date;
|
4860
|
+
deletedAt: Date | null;
|
4861
|
+
fileName: string;
|
4862
|
+
fileType: string;
|
4863
|
+
uploadId: string;
|
4864
|
+
upload: {
|
4865
|
+
id: string;
|
4866
|
+
createdAt: Date;
|
4867
|
+
updatedAt: Date;
|
4868
|
+
deletedAt: Date | null;
|
4869
|
+
extensionName: string;
|
4870
|
+
fileName: string;
|
4871
|
+
fileKey: string;
|
4872
|
+
bucketName: string;
|
4873
|
+
fileSize: number;
|
4874
|
+
fileUrl: string;
|
4875
|
+
};
|
4876
|
+
roomId: string;
|
4877
|
+
messageId: string;
|
4878
|
+
emailEngineAttachmentId: string;
|
4879
|
+
}[];
|
4856
4880
|
from: {
|
4857
4881
|
id: string;
|
4858
4882
|
createdAt: Date;
|
@@ -4884,30 +4908,6 @@ export declare const RoomContractsValidationSchema: {
|
|
4884
4908
|
isNewContact: boolean;
|
4885
4909
|
};
|
4886
4910
|
}[];
|
4887
|
-
attachments: {
|
4888
|
-
id: string;
|
4889
|
-
createdAt: Date;
|
4890
|
-
updatedAt: Date;
|
4891
|
-
deletedAt: Date | null;
|
4892
|
-
fileName: string;
|
4893
|
-
fileType: string;
|
4894
|
-
uploadId: string;
|
4895
|
-
upload: {
|
4896
|
-
id: string;
|
4897
|
-
createdAt: Date;
|
4898
|
-
updatedAt: Date;
|
4899
|
-
deletedAt: Date | null;
|
4900
|
-
extensionName: string;
|
4901
|
-
fileName: string;
|
4902
|
-
fileKey: string;
|
4903
|
-
bucketName: string;
|
4904
|
-
fileSize: number;
|
4905
|
-
fileUrl: string;
|
4906
|
-
};
|
4907
|
-
roomId: string;
|
4908
|
-
messageId: string;
|
4909
|
-
emailEngineAttachmentId: string;
|
4910
|
-
}[];
|
4911
4911
|
subject: string;
|
4912
4912
|
to: {
|
4913
4913
|
id: string;
|
@@ -5754,6 +5754,30 @@ export declare const RoomContractsValidationSchema: {
|
|
5754
5754
|
updatedAt: Date;
|
5755
5755
|
deletedAt: Date | null;
|
5756
5756
|
roomId: string;
|
5757
|
+
attachments: {
|
5758
|
+
id: string;
|
5759
|
+
createdAt: Date;
|
5760
|
+
updatedAt: Date;
|
5761
|
+
deletedAt: Date | null;
|
5762
|
+
fileName: string;
|
5763
|
+
fileType: string;
|
5764
|
+
uploadId: string;
|
5765
|
+
upload: {
|
5766
|
+
id: string;
|
5767
|
+
createdAt: Date;
|
5768
|
+
updatedAt: Date;
|
5769
|
+
deletedAt: Date | null;
|
5770
|
+
extensionName: string;
|
5771
|
+
fileName: string;
|
5772
|
+
fileKey: string;
|
5773
|
+
bucketName: string;
|
5774
|
+
fileSize: number;
|
5775
|
+
fileUrl: string;
|
5776
|
+
};
|
5777
|
+
roomId: string;
|
5778
|
+
messageId: string;
|
5779
|
+
emailEngineAttachmentId: string;
|
5780
|
+
}[];
|
5757
5781
|
from: {
|
5758
5782
|
id: string;
|
5759
5783
|
createdAt: Date;
|
@@ -5785,30 +5809,6 @@ export declare const RoomContractsValidationSchema: {
|
|
5785
5809
|
isNewContact: boolean;
|
5786
5810
|
};
|
5787
5811
|
}[];
|
5788
|
-
attachments: {
|
5789
|
-
id: string;
|
5790
|
-
createdAt: Date;
|
5791
|
-
updatedAt: Date;
|
5792
|
-
deletedAt: Date | null;
|
5793
|
-
fileName: string;
|
5794
|
-
fileType: string;
|
5795
|
-
uploadId: string;
|
5796
|
-
upload: {
|
5797
|
-
id: string;
|
5798
|
-
createdAt: Date;
|
5799
|
-
updatedAt: Date;
|
5800
|
-
deletedAt: Date | null;
|
5801
|
-
extensionName: string;
|
5802
|
-
fileName: string;
|
5803
|
-
fileKey: string;
|
5804
|
-
bucketName: string;
|
5805
|
-
fileSize: number;
|
5806
|
-
fileUrl: string;
|
5807
|
-
};
|
5808
|
-
roomId: string;
|
5809
|
-
messageId: string;
|
5810
|
-
emailEngineAttachmentId: string;
|
5811
|
-
}[];
|
5812
5812
|
subject: string;
|
5813
5813
|
to: {
|
5814
5814
|
id: string;
|
@@ -6155,6 +6155,30 @@ export declare const RoomContractsValidationSchema: {
|
|
6155
6155
|
updatedAt: Date;
|
6156
6156
|
deletedAt: Date | null;
|
6157
6157
|
roomId: string;
|
6158
|
+
attachments: {
|
6159
|
+
id: string;
|
6160
|
+
createdAt: Date;
|
6161
|
+
updatedAt: Date;
|
6162
|
+
deletedAt: Date | null;
|
6163
|
+
fileName: string;
|
6164
|
+
fileType: string;
|
6165
|
+
uploadId: string;
|
6166
|
+
upload: {
|
6167
|
+
id: string;
|
6168
|
+
createdAt: Date;
|
6169
|
+
updatedAt: Date;
|
6170
|
+
deletedAt: Date | null;
|
6171
|
+
extensionName: string;
|
6172
|
+
fileName: string;
|
6173
|
+
fileKey: string;
|
6174
|
+
bucketName: string;
|
6175
|
+
fileSize: number;
|
6176
|
+
fileUrl: string;
|
6177
|
+
};
|
6178
|
+
roomId: string;
|
6179
|
+
messageId: string;
|
6180
|
+
emailEngineAttachmentId: string;
|
6181
|
+
}[];
|
6158
6182
|
from: {
|
6159
6183
|
id: string;
|
6160
6184
|
createdAt: Date;
|
@@ -6186,30 +6210,6 @@ export declare const RoomContractsValidationSchema: {
|
|
6186
6210
|
isNewContact: boolean;
|
6187
6211
|
};
|
6188
6212
|
}[];
|
6189
|
-
attachments: {
|
6190
|
-
id: string;
|
6191
|
-
createdAt: Date;
|
6192
|
-
updatedAt: Date;
|
6193
|
-
deletedAt: Date | null;
|
6194
|
-
fileName: string;
|
6195
|
-
fileType: string;
|
6196
|
-
uploadId: string;
|
6197
|
-
upload: {
|
6198
|
-
id: string;
|
6199
|
-
createdAt: Date;
|
6200
|
-
updatedAt: Date;
|
6201
|
-
deletedAt: Date | null;
|
6202
|
-
extensionName: string;
|
6203
|
-
fileName: string;
|
6204
|
-
fileKey: string;
|
6205
|
-
bucketName: string;
|
6206
|
-
fileSize: number;
|
6207
|
-
fileUrl: string;
|
6208
|
-
};
|
6209
|
-
roomId: string;
|
6210
|
-
messageId: string;
|
6211
|
-
emailEngineAttachmentId: string;
|
6212
|
-
}[];
|
6213
6213
|
subject: string;
|
6214
6214
|
to: {
|
6215
6215
|
id: string;
|
@@ -6324,38 +6324,7 @@ export declare const RoomContractsValidationSchema: {
|
|
6324
6324
|
updatedAt: Date;
|
6325
6325
|
deletedAt: Date | null;
|
6326
6326
|
roomId: string;
|
6327
|
-
|
6328
|
-
id: string;
|
6329
|
-
createdAt: Date;
|
6330
|
-
updatedAt: Date;
|
6331
|
-
deletedAt: Date | null;
|
6332
|
-
roomId: string;
|
6333
|
-
messageId: string;
|
6334
|
-
mailUserId: string;
|
6335
|
-
mailUser: {
|
6336
|
-
name: string;
|
6337
|
-
id: string;
|
6338
|
-
address: string;
|
6339
|
-
createdAt: Date;
|
6340
|
-
updatedAt: Date;
|
6341
|
-
deletedAt: Date | null;
|
6342
|
-
contact: {
|
6343
|
-
name: string;
|
6344
|
-
id: string;
|
6345
|
-
channel: string | null;
|
6346
|
-
address: string | null;
|
6347
|
-
createdAt: Date;
|
6348
|
-
updatedAt: Date;
|
6349
|
-
deletedAt: Date | null;
|
6350
|
-
notes: string | null;
|
6351
|
-
contactProfile: string | null;
|
6352
|
-
socialProfileUrl: string | null;
|
6353
|
-
};
|
6354
|
-
contactId: string;
|
6355
|
-
isNewContact: boolean;
|
6356
|
-
};
|
6357
|
-
}[];
|
6358
|
-
attachments: {
|
6327
|
+
attachments: {
|
6359
6328
|
id: string;
|
6360
6329
|
createdAt: Date;
|
6361
6330
|
updatedAt: Date;
|
@@ -6379,6 +6348,37 @@ export declare const RoomContractsValidationSchema: {
|
|
6379
6348
|
messageId: string;
|
6380
6349
|
emailEngineAttachmentId: string;
|
6381
6350
|
}[];
|
6351
|
+
from: {
|
6352
|
+
id: string;
|
6353
|
+
createdAt: Date;
|
6354
|
+
updatedAt: Date;
|
6355
|
+
deletedAt: Date | null;
|
6356
|
+
roomId: string;
|
6357
|
+
messageId: string;
|
6358
|
+
mailUserId: string;
|
6359
|
+
mailUser: {
|
6360
|
+
name: string;
|
6361
|
+
id: string;
|
6362
|
+
address: string;
|
6363
|
+
createdAt: Date;
|
6364
|
+
updatedAt: Date;
|
6365
|
+
deletedAt: Date | null;
|
6366
|
+
contact: {
|
6367
|
+
name: string;
|
6368
|
+
id: string;
|
6369
|
+
channel: string | null;
|
6370
|
+
address: string | null;
|
6371
|
+
createdAt: Date;
|
6372
|
+
updatedAt: Date;
|
6373
|
+
deletedAt: Date | null;
|
6374
|
+
notes: string | null;
|
6375
|
+
contactProfile: string | null;
|
6376
|
+
socialProfileUrl: string | null;
|
6377
|
+
};
|
6378
|
+
contactId: string;
|
6379
|
+
isNewContact: boolean;
|
6380
|
+
};
|
6381
|
+
}[];
|
6382
6382
|
subject: string;
|
6383
6383
|
to: {
|
6384
6384
|
id: string;
|
@@ -6493,6 +6493,30 @@ export declare const RoomContractsValidationSchema: {
|
|
6493
6493
|
updatedAt: Date;
|
6494
6494
|
deletedAt: Date | null;
|
6495
6495
|
roomId: string;
|
6496
|
+
attachments: {
|
6497
|
+
id: string;
|
6498
|
+
createdAt: Date;
|
6499
|
+
updatedAt: Date;
|
6500
|
+
deletedAt: Date | null;
|
6501
|
+
fileName: string;
|
6502
|
+
fileType: string;
|
6503
|
+
uploadId: string;
|
6504
|
+
upload: {
|
6505
|
+
id: string;
|
6506
|
+
createdAt: Date;
|
6507
|
+
updatedAt: Date;
|
6508
|
+
deletedAt: Date | null;
|
6509
|
+
extensionName: string;
|
6510
|
+
fileName: string;
|
6511
|
+
fileKey: string;
|
6512
|
+
bucketName: string;
|
6513
|
+
fileSize: number;
|
6514
|
+
fileUrl: string;
|
6515
|
+
};
|
6516
|
+
roomId: string;
|
6517
|
+
messageId: string;
|
6518
|
+
emailEngineAttachmentId: string;
|
6519
|
+
}[];
|
6496
6520
|
from: {
|
6497
6521
|
id: string;
|
6498
6522
|
createdAt: Date;
|
@@ -6524,30 +6548,6 @@ export declare const RoomContractsValidationSchema: {
|
|
6524
6548
|
isNewContact: boolean;
|
6525
6549
|
};
|
6526
6550
|
}[];
|
6527
|
-
attachments: {
|
6528
|
-
id: string;
|
6529
|
-
createdAt: Date;
|
6530
|
-
updatedAt: Date;
|
6531
|
-
deletedAt: Date | null;
|
6532
|
-
fileName: string;
|
6533
|
-
fileType: string;
|
6534
|
-
uploadId: string;
|
6535
|
-
upload: {
|
6536
|
-
id: string;
|
6537
|
-
createdAt: Date;
|
6538
|
-
updatedAt: Date;
|
6539
|
-
deletedAt: Date | null;
|
6540
|
-
extensionName: string;
|
6541
|
-
fileName: string;
|
6542
|
-
fileKey: string;
|
6543
|
-
bucketName: string;
|
6544
|
-
fileSize: number;
|
6545
|
-
fileUrl: string;
|
6546
|
-
};
|
6547
|
-
roomId: string;
|
6548
|
-
messageId: string;
|
6549
|
-
emailEngineAttachmentId: string;
|
6550
|
-
}[];
|
6551
6551
|
subject: string;
|
6552
6552
|
to: {
|
6553
6553
|
id: string;
|
@@ -6723,6 +6723,30 @@ export declare const RoomContractsValidationSchema: {
|
|
6723
6723
|
updatedAt: Date;
|
6724
6724
|
deletedAt: Date | null;
|
6725
6725
|
roomId: string;
|
6726
|
+
attachments: {
|
6727
|
+
id: string;
|
6728
|
+
createdAt: Date;
|
6729
|
+
updatedAt: Date;
|
6730
|
+
deletedAt: Date | null;
|
6731
|
+
fileName: string;
|
6732
|
+
fileType: string;
|
6733
|
+
uploadId: string;
|
6734
|
+
upload: {
|
6735
|
+
id: string;
|
6736
|
+
createdAt: Date;
|
6737
|
+
updatedAt: Date;
|
6738
|
+
deletedAt: Date | null;
|
6739
|
+
extensionName: string;
|
6740
|
+
fileName: string;
|
6741
|
+
fileKey: string;
|
6742
|
+
bucketName: string;
|
6743
|
+
fileSize: number;
|
6744
|
+
fileUrl: string;
|
6745
|
+
};
|
6746
|
+
roomId: string;
|
6747
|
+
messageId: string;
|
6748
|
+
emailEngineAttachmentId: string;
|
6749
|
+
}[];
|
6726
6750
|
from: {
|
6727
6751
|
id: string;
|
6728
6752
|
createdAt: Date;
|
@@ -6754,30 +6778,6 @@ export declare const RoomContractsValidationSchema: {
|
|
6754
6778
|
isNewContact: boolean;
|
6755
6779
|
};
|
6756
6780
|
}[];
|
6757
|
-
attachments: {
|
6758
|
-
id: string;
|
6759
|
-
createdAt: Date;
|
6760
|
-
updatedAt: Date;
|
6761
|
-
deletedAt: Date | null;
|
6762
|
-
fileName: string;
|
6763
|
-
fileType: string;
|
6764
|
-
uploadId: string;
|
6765
|
-
upload: {
|
6766
|
-
id: string;
|
6767
|
-
createdAt: Date;
|
6768
|
-
updatedAt: Date;
|
6769
|
-
deletedAt: Date | null;
|
6770
|
-
extensionName: string;
|
6771
|
-
fileName: string;
|
6772
|
-
fileKey: string;
|
6773
|
-
bucketName: string;
|
6774
|
-
fileSize: number;
|
6775
|
-
fileUrl: string;
|
6776
|
-
};
|
6777
|
-
roomId: string;
|
6778
|
-
messageId: string;
|
6779
|
-
emailEngineAttachmentId: string;
|
6780
|
-
}[];
|
6781
6781
|
subject: string;
|
6782
6782
|
to: {
|
6783
6783
|
id: string;
|
@@ -7124,6 +7124,30 @@ export declare const RoomContractsValidationSchema: {
|
|
7124
7124
|
updatedAt: Date;
|
7125
7125
|
deletedAt: Date | null;
|
7126
7126
|
roomId: string;
|
7127
|
+
attachments: {
|
7128
|
+
id: string;
|
7129
|
+
createdAt: Date;
|
7130
|
+
updatedAt: Date;
|
7131
|
+
deletedAt: Date | null;
|
7132
|
+
fileName: string;
|
7133
|
+
fileType: string;
|
7134
|
+
uploadId: string;
|
7135
|
+
upload: {
|
7136
|
+
id: string;
|
7137
|
+
createdAt: Date;
|
7138
|
+
updatedAt: Date;
|
7139
|
+
deletedAt: Date | null;
|
7140
|
+
extensionName: string;
|
7141
|
+
fileName: string;
|
7142
|
+
fileKey: string;
|
7143
|
+
bucketName: string;
|
7144
|
+
fileSize: number;
|
7145
|
+
fileUrl: string;
|
7146
|
+
};
|
7147
|
+
roomId: string;
|
7148
|
+
messageId: string;
|
7149
|
+
emailEngineAttachmentId: string;
|
7150
|
+
}[];
|
7127
7151
|
from: {
|
7128
7152
|
id: string;
|
7129
7153
|
createdAt: Date;
|
@@ -7155,30 +7179,6 @@ export declare const RoomContractsValidationSchema: {
|
|
7155
7179
|
isNewContact: boolean;
|
7156
7180
|
};
|
7157
7181
|
}[];
|
7158
|
-
attachments: {
|
7159
|
-
id: string;
|
7160
|
-
createdAt: Date;
|
7161
|
-
updatedAt: Date;
|
7162
|
-
deletedAt: Date | null;
|
7163
|
-
fileName: string;
|
7164
|
-
fileType: string;
|
7165
|
-
uploadId: string;
|
7166
|
-
upload: {
|
7167
|
-
id: string;
|
7168
|
-
createdAt: Date;
|
7169
|
-
updatedAt: Date;
|
7170
|
-
deletedAt: Date | null;
|
7171
|
-
extensionName: string;
|
7172
|
-
fileName: string;
|
7173
|
-
fileKey: string;
|
7174
|
-
bucketName: string;
|
7175
|
-
fileSize: number;
|
7176
|
-
fileUrl: string;
|
7177
|
-
};
|
7178
|
-
roomId: string;
|
7179
|
-
messageId: string;
|
7180
|
-
emailEngineAttachmentId: string;
|
7181
|
-
}[];
|
7182
7182
|
subject: string;
|
7183
7183
|
to: {
|
7184
7184
|
id: string;
|
@@ -7293,6 +7293,30 @@ export declare const RoomContractsValidationSchema: {
|
|
7293
7293
|
updatedAt: Date;
|
7294
7294
|
deletedAt: Date | null;
|
7295
7295
|
roomId: string;
|
7296
|
+
attachments: {
|
7297
|
+
id: string;
|
7298
|
+
createdAt: Date;
|
7299
|
+
updatedAt: Date;
|
7300
|
+
deletedAt: Date | null;
|
7301
|
+
fileName: string;
|
7302
|
+
fileType: string;
|
7303
|
+
uploadId: string;
|
7304
|
+
upload: {
|
7305
|
+
id: string;
|
7306
|
+
createdAt: Date;
|
7307
|
+
updatedAt: Date;
|
7308
|
+
deletedAt: Date | null;
|
7309
|
+
extensionName: string;
|
7310
|
+
fileName: string;
|
7311
|
+
fileKey: string;
|
7312
|
+
bucketName: string;
|
7313
|
+
fileSize: number;
|
7314
|
+
fileUrl: string;
|
7315
|
+
};
|
7316
|
+
roomId: string;
|
7317
|
+
messageId: string;
|
7318
|
+
emailEngineAttachmentId: string;
|
7319
|
+
}[];
|
7296
7320
|
from: {
|
7297
7321
|
id: string;
|
7298
7322
|
createdAt: Date;
|
@@ -7324,30 +7348,6 @@ export declare const RoomContractsValidationSchema: {
|
|
7324
7348
|
isNewContact: boolean;
|
7325
7349
|
};
|
7326
7350
|
}[];
|
7327
|
-
attachments: {
|
7328
|
-
id: string;
|
7329
|
-
createdAt: Date;
|
7330
|
-
updatedAt: Date;
|
7331
|
-
deletedAt: Date | null;
|
7332
|
-
fileName: string;
|
7333
|
-
fileType: string;
|
7334
|
-
uploadId: string;
|
7335
|
-
upload: {
|
7336
|
-
id: string;
|
7337
|
-
createdAt: Date;
|
7338
|
-
updatedAt: Date;
|
7339
|
-
deletedAt: Date | null;
|
7340
|
-
extensionName: string;
|
7341
|
-
fileName: string;
|
7342
|
-
fileKey: string;
|
7343
|
-
bucketName: string;
|
7344
|
-
fileSize: number;
|
7345
|
-
fileUrl: string;
|
7346
|
-
};
|
7347
|
-
roomId: string;
|
7348
|
-
messageId: string;
|
7349
|
-
emailEngineAttachmentId: string;
|
7350
|
-
}[];
|
7351
7351
|
subject: string;
|
7352
7352
|
to: {
|
7353
7353
|
id: string;
|
@@ -7462,6 +7462,30 @@ export declare const RoomContractsValidationSchema: {
|
|
7462
7462
|
updatedAt: Date;
|
7463
7463
|
deletedAt: Date | null;
|
7464
7464
|
roomId: string;
|
7465
|
+
attachments: {
|
7466
|
+
id: string;
|
7467
|
+
createdAt: Date;
|
7468
|
+
updatedAt: Date;
|
7469
|
+
deletedAt: Date | null;
|
7470
|
+
fileName: string;
|
7471
|
+
fileType: string;
|
7472
|
+
uploadId: string;
|
7473
|
+
upload: {
|
7474
|
+
id: string;
|
7475
|
+
createdAt: Date;
|
7476
|
+
updatedAt: Date;
|
7477
|
+
deletedAt: Date | null;
|
7478
|
+
extensionName: string;
|
7479
|
+
fileName: string;
|
7480
|
+
fileKey: string;
|
7481
|
+
bucketName: string;
|
7482
|
+
fileSize: number;
|
7483
|
+
fileUrl: string;
|
7484
|
+
};
|
7485
|
+
roomId: string;
|
7486
|
+
messageId: string;
|
7487
|
+
emailEngineAttachmentId: string;
|
7488
|
+
}[];
|
7465
7489
|
from: {
|
7466
7490
|
id: string;
|
7467
7491
|
createdAt: Date;
|
@@ -7493,30 +7517,6 @@ export declare const RoomContractsValidationSchema: {
|
|
7493
7517
|
isNewContact: boolean;
|
7494
7518
|
};
|
7495
7519
|
}[];
|
7496
|
-
attachments: {
|
7497
|
-
id: string;
|
7498
|
-
createdAt: Date;
|
7499
|
-
updatedAt: Date;
|
7500
|
-
deletedAt: Date | null;
|
7501
|
-
fileName: string;
|
7502
|
-
fileType: string;
|
7503
|
-
uploadId: string;
|
7504
|
-
upload: {
|
7505
|
-
id: string;
|
7506
|
-
createdAt: Date;
|
7507
|
-
updatedAt: Date;
|
7508
|
-
deletedAt: Date | null;
|
7509
|
-
extensionName: string;
|
7510
|
-
fileName: string;
|
7511
|
-
fileKey: string;
|
7512
|
-
bucketName: string;
|
7513
|
-
fileSize: number;
|
7514
|
-
fileUrl: string;
|
7515
|
-
};
|
7516
|
-
roomId: string;
|
7517
|
-
messageId: string;
|
7518
|
-
emailEngineAttachmentId: string;
|
7519
|
-
}[];
|
7520
7520
|
subject: string;
|
7521
7521
|
to: {
|
7522
7522
|
id: string;
|
@@ -7697,6 +7697,30 @@ export declare const RoomContractsValidationSchema: {
|
|
7697
7697
|
updatedAt: Date;
|
7698
7698
|
deletedAt: Date | null;
|
7699
7699
|
roomId: string;
|
7700
|
+
attachments: {
|
7701
|
+
id: string;
|
7702
|
+
createdAt: Date;
|
7703
|
+
updatedAt: Date;
|
7704
|
+
deletedAt: Date | null;
|
7705
|
+
fileName: string;
|
7706
|
+
fileType: string;
|
7707
|
+
uploadId: string;
|
7708
|
+
upload: {
|
7709
|
+
id: string;
|
7710
|
+
createdAt: Date;
|
7711
|
+
updatedAt: Date;
|
7712
|
+
deletedAt: Date | null;
|
7713
|
+
extensionName: string;
|
7714
|
+
fileName: string;
|
7715
|
+
fileKey: string;
|
7716
|
+
bucketName: string;
|
7717
|
+
fileSize: number;
|
7718
|
+
fileUrl: string;
|
7719
|
+
};
|
7720
|
+
roomId: string;
|
7721
|
+
messageId: string;
|
7722
|
+
emailEngineAttachmentId: string;
|
7723
|
+
}[];
|
7700
7724
|
from: {
|
7701
7725
|
id: string;
|
7702
7726
|
createdAt: Date;
|
@@ -7728,30 +7752,6 @@ export declare const RoomContractsValidationSchema: {
|
|
7728
7752
|
isNewContact: boolean;
|
7729
7753
|
};
|
7730
7754
|
}[];
|
7731
|
-
attachments: {
|
7732
|
-
id: string;
|
7733
|
-
createdAt: Date;
|
7734
|
-
updatedAt: Date;
|
7735
|
-
deletedAt: Date | null;
|
7736
|
-
fileName: string;
|
7737
|
-
fileType: string;
|
7738
|
-
uploadId: string;
|
7739
|
-
upload: {
|
7740
|
-
id: string;
|
7741
|
-
createdAt: Date;
|
7742
|
-
updatedAt: Date;
|
7743
|
-
deletedAt: Date | null;
|
7744
|
-
extensionName: string;
|
7745
|
-
fileName: string;
|
7746
|
-
fileKey: string;
|
7747
|
-
bucketName: string;
|
7748
|
-
fileSize: number;
|
7749
|
-
fileUrl: string;
|
7750
|
-
};
|
7751
|
-
roomId: string;
|
7752
|
-
messageId: string;
|
7753
|
-
emailEngineAttachmentId: string;
|
7754
|
-
}[];
|
7755
7755
|
subject: string;
|
7756
7756
|
to: {
|
7757
7757
|
id: string;
|
@@ -8098,6 +8098,30 @@ export declare const RoomContractsValidationSchema: {
|
|
8098
8098
|
updatedAt: Date;
|
8099
8099
|
deletedAt: Date | null;
|
8100
8100
|
roomId: string;
|
8101
|
+
attachments: {
|
8102
|
+
id: string;
|
8103
|
+
createdAt: Date;
|
8104
|
+
updatedAt: Date;
|
8105
|
+
deletedAt: Date | null;
|
8106
|
+
fileName: string;
|
8107
|
+
fileType: string;
|
8108
|
+
uploadId: string;
|
8109
|
+
upload: {
|
8110
|
+
id: string;
|
8111
|
+
createdAt: Date;
|
8112
|
+
updatedAt: Date;
|
8113
|
+
deletedAt: Date | null;
|
8114
|
+
extensionName: string;
|
8115
|
+
fileName: string;
|
8116
|
+
fileKey: string;
|
8117
|
+
bucketName: string;
|
8118
|
+
fileSize: number;
|
8119
|
+
fileUrl: string;
|
8120
|
+
};
|
8121
|
+
roomId: string;
|
8122
|
+
messageId: string;
|
8123
|
+
emailEngineAttachmentId: string;
|
8124
|
+
}[];
|
8101
8125
|
from: {
|
8102
8126
|
id: string;
|
8103
8127
|
createdAt: Date;
|
@@ -8129,30 +8153,6 @@ export declare const RoomContractsValidationSchema: {
|
|
8129
8153
|
isNewContact: boolean;
|
8130
8154
|
};
|
8131
8155
|
}[];
|
8132
|
-
attachments: {
|
8133
|
-
id: string;
|
8134
|
-
createdAt: Date;
|
8135
|
-
updatedAt: Date;
|
8136
|
-
deletedAt: Date | null;
|
8137
|
-
fileName: string;
|
8138
|
-
fileType: string;
|
8139
|
-
uploadId: string;
|
8140
|
-
upload: {
|
8141
|
-
id: string;
|
8142
|
-
createdAt: Date;
|
8143
|
-
updatedAt: Date;
|
8144
|
-
deletedAt: Date | null;
|
8145
|
-
extensionName: string;
|
8146
|
-
fileName: string;
|
8147
|
-
fileKey: string;
|
8148
|
-
bucketName: string;
|
8149
|
-
fileSize: number;
|
8150
|
-
fileUrl: string;
|
8151
|
-
};
|
8152
|
-
roomId: string;
|
8153
|
-
messageId: string;
|
8154
|
-
emailEngineAttachmentId: string;
|
8155
|
-
}[];
|
8156
8156
|
subject: string;
|
8157
8157
|
to: {
|
8158
8158
|
id: string;
|
@@ -8267,37 +8267,6 @@ export declare const RoomContractsValidationSchema: {
|
|
8267
8267
|
updatedAt: Date;
|
8268
8268
|
deletedAt: Date | null;
|
8269
8269
|
roomId: string;
|
8270
|
-
from: {
|
8271
|
-
id: string;
|
8272
|
-
createdAt: Date;
|
8273
|
-
updatedAt: Date;
|
8274
|
-
deletedAt: Date | null;
|
8275
|
-
roomId: string;
|
8276
|
-
messageId: string;
|
8277
|
-
mailUserId: string;
|
8278
|
-
mailUser: {
|
8279
|
-
name: string;
|
8280
|
-
id: string;
|
8281
|
-
address: string;
|
8282
|
-
createdAt: Date;
|
8283
|
-
updatedAt: Date;
|
8284
|
-
deletedAt: Date | null;
|
8285
|
-
contact: {
|
8286
|
-
name: string;
|
8287
|
-
id: string;
|
8288
|
-
channel: string | null;
|
8289
|
-
address: string | null;
|
8290
|
-
createdAt: Date;
|
8291
|
-
updatedAt: Date;
|
8292
|
-
deletedAt: Date | null;
|
8293
|
-
notes: string | null;
|
8294
|
-
contactProfile: string | null;
|
8295
|
-
socialProfileUrl: string | null;
|
8296
|
-
};
|
8297
|
-
contactId: string;
|
8298
|
-
isNewContact: boolean;
|
8299
|
-
};
|
8300
|
-
}[];
|
8301
8270
|
attachments: {
|
8302
8271
|
id: string;
|
8303
8272
|
createdAt: Date;
|
@@ -8318,9 +8287,40 @@ export declare const RoomContractsValidationSchema: {
|
|
8318
8287
|
fileSize: number;
|
8319
8288
|
fileUrl: string;
|
8320
8289
|
};
|
8321
|
-
roomId: string;
|
8322
|
-
messageId: string;
|
8323
|
-
emailEngineAttachmentId: string;
|
8290
|
+
roomId: string;
|
8291
|
+
messageId: string;
|
8292
|
+
emailEngineAttachmentId: string;
|
8293
|
+
}[];
|
8294
|
+
from: {
|
8295
|
+
id: string;
|
8296
|
+
createdAt: Date;
|
8297
|
+
updatedAt: Date;
|
8298
|
+
deletedAt: Date | null;
|
8299
|
+
roomId: string;
|
8300
|
+
messageId: string;
|
8301
|
+
mailUserId: string;
|
8302
|
+
mailUser: {
|
8303
|
+
name: string;
|
8304
|
+
id: string;
|
8305
|
+
address: string;
|
8306
|
+
createdAt: Date;
|
8307
|
+
updatedAt: Date;
|
8308
|
+
deletedAt: Date | null;
|
8309
|
+
contact: {
|
8310
|
+
name: string;
|
8311
|
+
id: string;
|
8312
|
+
channel: string | null;
|
8313
|
+
address: string | null;
|
8314
|
+
createdAt: Date;
|
8315
|
+
updatedAt: Date;
|
8316
|
+
deletedAt: Date | null;
|
8317
|
+
notes: string | null;
|
8318
|
+
contactProfile: string | null;
|
8319
|
+
socialProfileUrl: string | null;
|
8320
|
+
};
|
8321
|
+
contactId: string;
|
8322
|
+
isNewContact: boolean;
|
8323
|
+
};
|
8324
8324
|
}[];
|
8325
8325
|
subject: string;
|
8326
8326
|
to: {
|
@@ -8436,6 +8436,30 @@ export declare const RoomContractsValidationSchema: {
|
|
8436
8436
|
updatedAt: Date;
|
8437
8437
|
deletedAt: Date | null;
|
8438
8438
|
roomId: string;
|
8439
|
+
attachments: {
|
8440
|
+
id: string;
|
8441
|
+
createdAt: Date;
|
8442
|
+
updatedAt: Date;
|
8443
|
+
deletedAt: Date | null;
|
8444
|
+
fileName: string;
|
8445
|
+
fileType: string;
|
8446
|
+
uploadId: string;
|
8447
|
+
upload: {
|
8448
|
+
id: string;
|
8449
|
+
createdAt: Date;
|
8450
|
+
updatedAt: Date;
|
8451
|
+
deletedAt: Date | null;
|
8452
|
+
extensionName: string;
|
8453
|
+
fileName: string;
|
8454
|
+
fileKey: string;
|
8455
|
+
bucketName: string;
|
8456
|
+
fileSize: number;
|
8457
|
+
fileUrl: string;
|
8458
|
+
};
|
8459
|
+
roomId: string;
|
8460
|
+
messageId: string;
|
8461
|
+
emailEngineAttachmentId: string;
|
8462
|
+
}[];
|
8439
8463
|
from: {
|
8440
8464
|
id: string;
|
8441
8465
|
createdAt: Date;
|
@@ -8467,30 +8491,6 @@ export declare const RoomContractsValidationSchema: {
|
|
8467
8491
|
isNewContact: boolean;
|
8468
8492
|
};
|
8469
8493
|
}[];
|
8470
|
-
attachments: {
|
8471
|
-
id: string;
|
8472
|
-
createdAt: Date;
|
8473
|
-
updatedAt: Date;
|
8474
|
-
deletedAt: Date | null;
|
8475
|
-
fileName: string;
|
8476
|
-
fileType: string;
|
8477
|
-
uploadId: string;
|
8478
|
-
upload: {
|
8479
|
-
id: string;
|
8480
|
-
createdAt: Date;
|
8481
|
-
updatedAt: Date;
|
8482
|
-
deletedAt: Date | null;
|
8483
|
-
extensionName: string;
|
8484
|
-
fileName: string;
|
8485
|
-
fileKey: string;
|
8486
|
-
bucketName: string;
|
8487
|
-
fileSize: number;
|
8488
|
-
fileUrl: string;
|
8489
|
-
};
|
8490
|
-
roomId: string;
|
8491
|
-
messageId: string;
|
8492
|
-
emailEngineAttachmentId: string;
|
8493
|
-
}[];
|
8494
8494
|
subject: string;
|
8495
8495
|
to: {
|
8496
8496
|
id: string;
|
@@ -8671,6 +8671,30 @@ export declare const RoomContractsValidationSchema: {
|
|
8671
8671
|
updatedAt: Date;
|
8672
8672
|
deletedAt: Date | null;
|
8673
8673
|
roomId: string;
|
8674
|
+
attachments: {
|
8675
|
+
id: string;
|
8676
|
+
createdAt: Date;
|
8677
|
+
updatedAt: Date;
|
8678
|
+
deletedAt: Date | null;
|
8679
|
+
fileName: string;
|
8680
|
+
fileType: string;
|
8681
|
+
uploadId: string;
|
8682
|
+
upload: {
|
8683
|
+
id: string;
|
8684
|
+
createdAt: Date;
|
8685
|
+
updatedAt: Date;
|
8686
|
+
deletedAt: Date | null;
|
8687
|
+
extensionName: string;
|
8688
|
+
fileName: string;
|
8689
|
+
fileKey: string;
|
8690
|
+
bucketName: string;
|
8691
|
+
fileSize: number;
|
8692
|
+
fileUrl: string;
|
8693
|
+
};
|
8694
|
+
roomId: string;
|
8695
|
+
messageId: string;
|
8696
|
+
emailEngineAttachmentId: string;
|
8697
|
+
}[];
|
8674
8698
|
from: {
|
8675
8699
|
id: string;
|
8676
8700
|
createdAt: Date;
|
@@ -8702,30 +8726,6 @@ export declare const RoomContractsValidationSchema: {
|
|
8702
8726
|
isNewContact: boolean;
|
8703
8727
|
};
|
8704
8728
|
}[];
|
8705
|
-
attachments: {
|
8706
|
-
id: string;
|
8707
|
-
createdAt: Date;
|
8708
|
-
updatedAt: Date;
|
8709
|
-
deletedAt: Date | null;
|
8710
|
-
fileName: string;
|
8711
|
-
fileType: string;
|
8712
|
-
uploadId: string;
|
8713
|
-
upload: {
|
8714
|
-
id: string;
|
8715
|
-
createdAt: Date;
|
8716
|
-
updatedAt: Date;
|
8717
|
-
deletedAt: Date | null;
|
8718
|
-
extensionName: string;
|
8719
|
-
fileName: string;
|
8720
|
-
fileKey: string;
|
8721
|
-
bucketName: string;
|
8722
|
-
fileSize: number;
|
8723
|
-
fileUrl: string;
|
8724
|
-
};
|
8725
|
-
roomId: string;
|
8726
|
-
messageId: string;
|
8727
|
-
emailEngineAttachmentId: string;
|
8728
|
-
}[];
|
8729
8729
|
subject: string;
|
8730
8730
|
to: {
|
8731
8731
|
id: string;
|
@@ -9072,6 +9072,30 @@ export declare const RoomContractsValidationSchema: {
|
|
9072
9072
|
updatedAt: Date;
|
9073
9073
|
deletedAt: Date | null;
|
9074
9074
|
roomId: string;
|
9075
|
+
attachments: {
|
9076
|
+
id: string;
|
9077
|
+
createdAt: Date;
|
9078
|
+
updatedAt: Date;
|
9079
|
+
deletedAt: Date | null;
|
9080
|
+
fileName: string;
|
9081
|
+
fileType: string;
|
9082
|
+
uploadId: string;
|
9083
|
+
upload: {
|
9084
|
+
id: string;
|
9085
|
+
createdAt: Date;
|
9086
|
+
updatedAt: Date;
|
9087
|
+
deletedAt: Date | null;
|
9088
|
+
extensionName: string;
|
9089
|
+
fileName: string;
|
9090
|
+
fileKey: string;
|
9091
|
+
bucketName: string;
|
9092
|
+
fileSize: number;
|
9093
|
+
fileUrl: string;
|
9094
|
+
};
|
9095
|
+
roomId: string;
|
9096
|
+
messageId: string;
|
9097
|
+
emailEngineAttachmentId: string;
|
9098
|
+
}[];
|
9075
9099
|
from: {
|
9076
9100
|
id: string;
|
9077
9101
|
createdAt: Date;
|
@@ -9103,30 +9127,6 @@ export declare const RoomContractsValidationSchema: {
|
|
9103
9127
|
isNewContact: boolean;
|
9104
9128
|
};
|
9105
9129
|
}[];
|
9106
|
-
attachments: {
|
9107
|
-
id: string;
|
9108
|
-
createdAt: Date;
|
9109
|
-
updatedAt: Date;
|
9110
|
-
deletedAt: Date | null;
|
9111
|
-
fileName: string;
|
9112
|
-
fileType: string;
|
9113
|
-
uploadId: string;
|
9114
|
-
upload: {
|
9115
|
-
id: string;
|
9116
|
-
createdAt: Date;
|
9117
|
-
updatedAt: Date;
|
9118
|
-
deletedAt: Date | null;
|
9119
|
-
extensionName: string;
|
9120
|
-
fileName: string;
|
9121
|
-
fileKey: string;
|
9122
|
-
bucketName: string;
|
9123
|
-
fileSize: number;
|
9124
|
-
fileUrl: string;
|
9125
|
-
};
|
9126
|
-
roomId: string;
|
9127
|
-
messageId: string;
|
9128
|
-
emailEngineAttachmentId: string;
|
9129
|
-
}[];
|
9130
9130
|
subject: string;
|
9131
9131
|
to: {
|
9132
9132
|
id: string;
|
@@ -9241,6 +9241,30 @@ export declare const RoomContractsValidationSchema: {
|
|
9241
9241
|
updatedAt: Date;
|
9242
9242
|
deletedAt: Date | null;
|
9243
9243
|
roomId: string;
|
9244
|
+
attachments: {
|
9245
|
+
id: string;
|
9246
|
+
createdAt: Date;
|
9247
|
+
updatedAt: Date;
|
9248
|
+
deletedAt: Date | null;
|
9249
|
+
fileName: string;
|
9250
|
+
fileType: string;
|
9251
|
+
uploadId: string;
|
9252
|
+
upload: {
|
9253
|
+
id: string;
|
9254
|
+
createdAt: Date;
|
9255
|
+
updatedAt: Date;
|
9256
|
+
deletedAt: Date | null;
|
9257
|
+
extensionName: string;
|
9258
|
+
fileName: string;
|
9259
|
+
fileKey: string;
|
9260
|
+
bucketName: string;
|
9261
|
+
fileSize: number;
|
9262
|
+
fileUrl: string;
|
9263
|
+
};
|
9264
|
+
roomId: string;
|
9265
|
+
messageId: string;
|
9266
|
+
emailEngineAttachmentId: string;
|
9267
|
+
}[];
|
9244
9268
|
from: {
|
9245
9269
|
id: string;
|
9246
9270
|
createdAt: Date;
|
@@ -9272,30 +9296,6 @@ export declare const RoomContractsValidationSchema: {
|
|
9272
9296
|
isNewContact: boolean;
|
9273
9297
|
};
|
9274
9298
|
}[];
|
9275
|
-
attachments: {
|
9276
|
-
id: string;
|
9277
|
-
createdAt: Date;
|
9278
|
-
updatedAt: Date;
|
9279
|
-
deletedAt: Date | null;
|
9280
|
-
fileName: string;
|
9281
|
-
fileType: string;
|
9282
|
-
uploadId: string;
|
9283
|
-
upload: {
|
9284
|
-
id: string;
|
9285
|
-
createdAt: Date;
|
9286
|
-
updatedAt: Date;
|
9287
|
-
deletedAt: Date | null;
|
9288
|
-
extensionName: string;
|
9289
|
-
fileName: string;
|
9290
|
-
fileKey: string;
|
9291
|
-
bucketName: string;
|
9292
|
-
fileSize: number;
|
9293
|
-
fileUrl: string;
|
9294
|
-
};
|
9295
|
-
roomId: string;
|
9296
|
-
messageId: string;
|
9297
|
-
emailEngineAttachmentId: string;
|
9298
|
-
}[];
|
9299
9299
|
subject: string;
|
9300
9300
|
to: {
|
9301
9301
|
id: string;
|
@@ -9410,6 +9410,30 @@ export declare const RoomContractsValidationSchema: {
|
|
9410
9410
|
updatedAt: Date;
|
9411
9411
|
deletedAt: Date | null;
|
9412
9412
|
roomId: string;
|
9413
|
+
attachments: {
|
9414
|
+
id: string;
|
9415
|
+
createdAt: Date;
|
9416
|
+
updatedAt: Date;
|
9417
|
+
deletedAt: Date | null;
|
9418
|
+
fileName: string;
|
9419
|
+
fileType: string;
|
9420
|
+
uploadId: string;
|
9421
|
+
upload: {
|
9422
|
+
id: string;
|
9423
|
+
createdAt: Date;
|
9424
|
+
updatedAt: Date;
|
9425
|
+
deletedAt: Date | null;
|
9426
|
+
extensionName: string;
|
9427
|
+
fileName: string;
|
9428
|
+
fileKey: string;
|
9429
|
+
bucketName: string;
|
9430
|
+
fileSize: number;
|
9431
|
+
fileUrl: string;
|
9432
|
+
};
|
9433
|
+
roomId: string;
|
9434
|
+
messageId: string;
|
9435
|
+
emailEngineAttachmentId: string;
|
9436
|
+
}[];
|
9413
9437
|
from: {
|
9414
9438
|
id: string;
|
9415
9439
|
createdAt: Date;
|
@@ -9441,30 +9465,6 @@ export declare const RoomContractsValidationSchema: {
|
|
9441
9465
|
isNewContact: boolean;
|
9442
9466
|
};
|
9443
9467
|
}[];
|
9444
|
-
attachments: {
|
9445
|
-
id: string;
|
9446
|
-
createdAt: Date;
|
9447
|
-
updatedAt: Date;
|
9448
|
-
deletedAt: Date | null;
|
9449
|
-
fileName: string;
|
9450
|
-
fileType: string;
|
9451
|
-
uploadId: string;
|
9452
|
-
upload: {
|
9453
|
-
id: string;
|
9454
|
-
createdAt: Date;
|
9455
|
-
updatedAt: Date;
|
9456
|
-
deletedAt: Date | null;
|
9457
|
-
extensionName: string;
|
9458
|
-
fileName: string;
|
9459
|
-
fileKey: string;
|
9460
|
-
bucketName: string;
|
9461
|
-
fileSize: number;
|
9462
|
-
fileUrl: string;
|
9463
|
-
};
|
9464
|
-
roomId: string;
|
9465
|
-
messageId: string;
|
9466
|
-
emailEngineAttachmentId: string;
|
9467
|
-
}[];
|
9468
9468
|
subject: string;
|
9469
9469
|
to: {
|
9470
9470
|
id: string;
|