@kl1/contracts 1.1.56 → 1.1.57
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/activity-log/index.d.ts +4 -4
- package/dist/api-contracts/src/activity-log/schema.d.ts +4 -4
- package/dist/api-contracts/src/attribute/index.d.ts +4 -4
- package/dist/api-contracts/src/attribute/validation.d.ts +4 -4
- package/dist/api-contracts/src/auth/index.d.ts +4 -4
- package/dist/api-contracts/src/automation-queue/index.d.ts +80 -80
- package/dist/api-contracts/src/automation-queue/schema.d.ts +10 -10
- package/dist/api-contracts/src/botpress/index.d.ts +28 -28
- package/dist/api-contracts/src/botpress/schema.d.ts +6 -6
- package/dist/api-contracts/src/botpress/validation.d.ts +8 -8
- package/dist/api-contracts/src/business-calendar/index.d.ts +32 -32
- package/dist/api-contracts/src/business-calendar/schema.d.ts +8 -8
- package/dist/api-contracts/src/business-calendar/validation.d.ts +2 -2
- package/dist/api-contracts/src/category/index.d.ts +12 -12
- package/dist/api-contracts/src/category/schema.d.ts +2 -2
- package/dist/api-contracts/src/channel/index.d.ts +467 -467
- package/dist/api-contracts/src/channel/schema.d.ts +16 -16
- package/dist/api-contracts/src/channel/validation.d.ts +20 -20
- package/dist/api-contracts/src/chat/index.d.ts +9108 -4613
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/schema.d.ts +2025 -1005
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +1566 -775
- package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/comment/index.d.ts +244 -244
- package/dist/api-contracts/src/comment/schema.d.ts +68 -68
- package/dist/api-contracts/src/company/index.d.ts +4 -4
- package/dist/api-contracts/src/company/validation.d.ts +4 -4
- package/dist/api-contracts/src/contact/index.d.ts +246 -246
- package/dist/api-contracts/src/contact/schema.d.ts +26 -26
- package/dist/api-contracts/src/contact/validation.d.ts +134 -134
- package/dist/api-contracts/src/contract.d.ts +15618 -10875
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/index.d.ts +267 -252
- package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/schema.d.ts +325 -200
- package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/validation.d.ts +2 -2
- package/dist/api-contracts/src/dashboard/index.d.ts +44 -44
- package/dist/api-contracts/src/dashboard/schema.d.ts +36 -36
- package/dist/api-contracts/src/extension/index.d.ts +4 -4
- package/dist/api-contracts/src/facebook-feed/index.d.ts +1265 -725
- package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/schema.d.ts +67 -67
- package/dist/api-contracts/src/facebook-feed/validation.d.ts +66 -66
- package/dist/api-contracts/src/hold-label/index.d.ts +34 -34
- package/dist/api-contracts/src/hold-label/schema.d.ts +10 -10
- package/dist/api-contracts/src/index.d.ts +1 -0
- package/dist/api-contracts/src/index.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/index.d.ts +1173 -633
- package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/validation.d.ts +10 -10
- package/dist/api-contracts/src/line/index.d.ts +1160 -620
- package/dist/api-contracts/src/line/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/schema.d.ts +4 -4
- package/dist/api-contracts/src/line/validation.d.ts +55 -55
- package/dist/api-contracts/src/mail/account-contract.d.ts +72 -72
- package/dist/api-contracts/src/mail/mail-contract.d.ts +3138 -2526
- package/dist/api-contracts/src/mail/mail-contract.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/mail-server-contract.d.ts +26 -26
- package/dist/api-contracts/src/mail/message-contract.d.ts +272 -272
- package/dist/api-contracts/src/mail/room-contract.d.ts +2056 -1444
- package/dist/api-contracts/src/mail/room-contract.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/schemas/account-validation.schema.d.ts +50 -50
- package/dist/api-contracts/src/mail/schemas/account.schema.d.ts +10 -10
- package/dist/api-contracts/src/mail/schemas/message.schema.d.ts +56 -56
- package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts +672 -468
- package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +618 -458
- package/dist/api-contracts/src/mail/schemas/room.schema.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/index.d.ts +1176 -636
- package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/schema.d.ts +16 -16
- package/dist/api-contracts/src/messenger/validation.d.ts +62 -62
- package/dist/api-contracts/src/notification/index.d.ts +26 -26
- package/dist/api-contracts/src/notification/schema.d.ts +18 -18
- package/dist/api-contracts/src/notification/validation.d.ts +10 -10
- package/dist/api-contracts/src/public-api/index.d.ts +84 -84
- package/dist/api-contracts/src/public-api/schema.d.ts +10 -10
- package/dist/api-contracts/src/public-api/validation.d.ts +20 -20
- package/dist/api-contracts/src/sms/index.d.ts +91 -91
- package/dist/api-contracts/src/sms/schema.d.ts +8 -8
- package/dist/api-contracts/src/sms/validation.d.ts +2 -2
- package/dist/api-contracts/src/snippet/index.d.ts +42 -42
- package/dist/api-contracts/src/snippet/schema.d.ts +10 -10
- package/dist/api-contracts/src/subscription/index.d.ts +184 -184
- package/dist/api-contracts/src/subscription/schema.d.ts +216 -216
- package/dist/api-contracts/src/tag/index.d.ts +12 -12
- package/dist/api-contracts/src/tag/schema.d.ts +2 -2
- package/dist/api-contracts/src/telegram/index.d.ts +1115 -575
- package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telegram/validation.d.ts +4 -4
- package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +14 -14
- package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +4 -4
- package/dist/api-contracts/src/telephony-cdr/index.d.ts +186 -186
- package/dist/api-contracts/src/telephony-cdr/schema.d.ts +58 -58
- package/dist/api-contracts/src/tenant/schema.d.ts +2 -2
- package/dist/api-contracts/src/ticket/index.d.ts +328 -328
- package/dist/api-contracts/src/ticket/schema.d.ts +42 -42
- package/dist/api-contracts/src/user/index.d.ts +23 -23
- package/dist/api-contracts/src/user/schema.d.ts +2 -2
- package/dist/api-contracts/src/user/validation.d.ts +5 -5
- package/dist/api-contracts/src/user-presence-status-log/index.d.ts +4 -4
- package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +4 -4
- package/dist/api-contracts/src/viber/index.d.ts +1115 -575
- package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
- package/dist/api-contracts/src/viber/validation.d.ts +4 -4
- package/dist/api-contracts/src/webchat/index.d.ts +1139 -599
- package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/webchat/schema.d.ts +10 -10
- package/dist/api-contracts/src/webchat/validation.d.ts +2 -2
- package/dist/api-contracts/src/whatsapp/index.d.ts +1139 -599
- package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
- package/dist/api-contracts/src/widget/index.d.ts +24 -24
- package/dist/api-contracts/src/widget/schema.d.ts +2 -2
- package/dist/api-contracts/src/widget/validation.d.ts +4 -4
- package/dist/api-contracts/src/workflow-rule/index.d.ts +620 -212
- package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
- package/dist/api-contracts/src/workflow-rule/schema.d.ts +2 -2
- package/dist/api-contracts/src/wrap-up-form/index.d.ts +26 -26
- package/dist/api-contracts/src/wrap-up-form/schema.d.ts +4 -4
- package/dist/api-contracts/utils.d.ts +1 -1
- package/dist/api-contracts/utils.d.ts.map +1 -1
- package/dist/entities/src/enums/chat.d.ts +3 -0
- package/dist/entities/src/enums/chat.d.ts.map +1 -1
- package/dist/index.js +3044 -2889
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3043 -2889
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
@@ -376,10 +376,10 @@ export declare const messageContract: {
|
|
376
376
|
contactProfile: z.ZodNullable<z.ZodString>;
|
377
377
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
378
378
|
}, "strip", z.ZodTypeAny, {
|
379
|
-
name: string;
|
380
379
|
id: string;
|
381
380
|
channel: string | null;
|
382
381
|
address: string | null;
|
382
|
+
name: string;
|
383
383
|
createdAt: Date;
|
384
384
|
updatedAt: Date;
|
385
385
|
deletedAt: Date | null;
|
@@ -387,10 +387,10 @@ export declare const messageContract: {
|
|
387
387
|
contactProfile: string | null;
|
388
388
|
socialProfileUrl: string | null;
|
389
389
|
}, {
|
390
|
-
name: string;
|
391
390
|
id: string;
|
392
391
|
channel: string | null;
|
393
392
|
address: string | null;
|
393
|
+
name: string;
|
394
394
|
createdAt: Date;
|
395
395
|
updatedAt: Date;
|
396
396
|
deletedAt: Date | null;
|
@@ -400,17 +400,17 @@ export declare const messageContract: {
|
|
400
400
|
}>;
|
401
401
|
isNewContact: z.ZodBoolean;
|
402
402
|
}, "strip", z.ZodTypeAny, {
|
403
|
-
name: string;
|
404
403
|
id: string;
|
405
404
|
address: string;
|
405
|
+
name: string;
|
406
406
|
createdAt: Date;
|
407
407
|
updatedAt: Date;
|
408
408
|
deletedAt: Date | null;
|
409
409
|
contact: {
|
410
|
-
name: string;
|
411
410
|
id: string;
|
412
411
|
channel: string | null;
|
413
412
|
address: string | null;
|
413
|
+
name: string;
|
414
414
|
createdAt: Date;
|
415
415
|
updatedAt: Date;
|
416
416
|
deletedAt: Date | null;
|
@@ -421,17 +421,17 @@ export declare const messageContract: {
|
|
421
421
|
contactId: string;
|
422
422
|
isNewContact: boolean;
|
423
423
|
}, {
|
424
|
-
name: string;
|
425
424
|
id: string;
|
426
425
|
address: string;
|
426
|
+
name: string;
|
427
427
|
createdAt: Date;
|
428
428
|
updatedAt: Date;
|
429
429
|
deletedAt: Date | null;
|
430
430
|
contact: {
|
431
|
-
name: string;
|
432
431
|
id: string;
|
433
432
|
channel: string | null;
|
434
433
|
address: string | null;
|
434
|
+
name: string;
|
435
435
|
createdAt: Date;
|
436
436
|
updatedAt: Date;
|
437
437
|
deletedAt: Date | null;
|
@@ -451,17 +451,17 @@ export declare const messageContract: {
|
|
451
451
|
messageId: string;
|
452
452
|
mailUserId: string;
|
453
453
|
mailUser: {
|
454
|
-
name: string;
|
455
454
|
id: string;
|
456
455
|
address: string;
|
456
|
+
name: string;
|
457
457
|
createdAt: Date;
|
458
458
|
updatedAt: Date;
|
459
459
|
deletedAt: Date | null;
|
460
460
|
contact: {
|
461
|
-
name: string;
|
462
461
|
id: string;
|
463
462
|
channel: string | null;
|
464
463
|
address: string | null;
|
464
|
+
name: string;
|
465
465
|
createdAt: Date;
|
466
466
|
updatedAt: Date;
|
467
467
|
deletedAt: Date | null;
|
@@ -481,17 +481,17 @@ export declare const messageContract: {
|
|
481
481
|
messageId: string;
|
482
482
|
mailUserId: string;
|
483
483
|
mailUser: {
|
484
|
-
name: string;
|
485
484
|
id: string;
|
486
485
|
address: string;
|
486
|
+
name: string;
|
487
487
|
createdAt: Date;
|
488
488
|
updatedAt: Date;
|
489
489
|
deletedAt: Date | null;
|
490
490
|
contact: {
|
491
|
-
name: string;
|
492
491
|
id: string;
|
493
492
|
channel: string | null;
|
494
493
|
address: string | null;
|
494
|
+
name: string;
|
495
495
|
createdAt: Date;
|
496
496
|
updatedAt: Date;
|
497
497
|
deletedAt: Date | null;
|
@@ -531,10 +531,10 @@ export declare const messageContract: {
|
|
531
531
|
contactProfile: z.ZodNullable<z.ZodString>;
|
532
532
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
533
533
|
}, "strip", z.ZodTypeAny, {
|
534
|
-
name: string;
|
535
534
|
id: string;
|
536
535
|
channel: string | null;
|
537
536
|
address: string | null;
|
537
|
+
name: string;
|
538
538
|
createdAt: Date;
|
539
539
|
updatedAt: Date;
|
540
540
|
deletedAt: Date | null;
|
@@ -542,10 +542,10 @@ export declare const messageContract: {
|
|
542
542
|
contactProfile: string | null;
|
543
543
|
socialProfileUrl: string | null;
|
544
544
|
}, {
|
545
|
-
name: string;
|
546
545
|
id: string;
|
547
546
|
channel: string | null;
|
548
547
|
address: string | null;
|
548
|
+
name: string;
|
549
549
|
createdAt: Date;
|
550
550
|
updatedAt: Date;
|
551
551
|
deletedAt: Date | null;
|
@@ -555,17 +555,17 @@ export declare const messageContract: {
|
|
555
555
|
}>;
|
556
556
|
isNewContact: z.ZodBoolean;
|
557
557
|
}, "strip", z.ZodTypeAny, {
|
558
|
-
name: string;
|
559
558
|
id: string;
|
560
559
|
address: string;
|
560
|
+
name: string;
|
561
561
|
createdAt: Date;
|
562
562
|
updatedAt: Date;
|
563
563
|
deletedAt: Date | null;
|
564
564
|
contact: {
|
565
|
-
name: string;
|
566
565
|
id: string;
|
567
566
|
channel: string | null;
|
568
567
|
address: string | null;
|
568
|
+
name: string;
|
569
569
|
createdAt: Date;
|
570
570
|
updatedAt: Date;
|
571
571
|
deletedAt: Date | null;
|
@@ -576,17 +576,17 @@ export declare const messageContract: {
|
|
576
576
|
contactId: string;
|
577
577
|
isNewContact: boolean;
|
578
578
|
}, {
|
579
|
-
name: string;
|
580
579
|
id: string;
|
581
580
|
address: string;
|
581
|
+
name: string;
|
582
582
|
createdAt: Date;
|
583
583
|
updatedAt: Date;
|
584
584
|
deletedAt: Date | null;
|
585
585
|
contact: {
|
586
|
-
name: string;
|
587
586
|
id: string;
|
588
587
|
channel: string | null;
|
589
588
|
address: string | null;
|
589
|
+
name: string;
|
590
590
|
createdAt: Date;
|
591
591
|
updatedAt: Date;
|
592
592
|
deletedAt: Date | null;
|
@@ -606,17 +606,17 @@ export declare const messageContract: {
|
|
606
606
|
messageId: string;
|
607
607
|
mailUserId: string;
|
608
608
|
mailUser: {
|
609
|
-
name: string;
|
610
609
|
id: string;
|
611
610
|
address: string;
|
611
|
+
name: string;
|
612
612
|
createdAt: Date;
|
613
613
|
updatedAt: Date;
|
614
614
|
deletedAt: Date | null;
|
615
615
|
contact: {
|
616
|
-
name: string;
|
617
616
|
id: string;
|
618
617
|
channel: string | null;
|
619
618
|
address: string | null;
|
619
|
+
name: string;
|
620
620
|
createdAt: Date;
|
621
621
|
updatedAt: Date;
|
622
622
|
deletedAt: Date | null;
|
@@ -636,17 +636,17 @@ export declare const messageContract: {
|
|
636
636
|
messageId: string;
|
637
637
|
mailUserId: string;
|
638
638
|
mailUser: {
|
639
|
-
name: string;
|
640
639
|
id: string;
|
641
640
|
address: string;
|
641
|
+
name: string;
|
642
642
|
createdAt: Date;
|
643
643
|
updatedAt: Date;
|
644
644
|
deletedAt: Date | null;
|
645
645
|
contact: {
|
646
|
-
name: string;
|
647
646
|
id: string;
|
648
647
|
channel: string | null;
|
649
648
|
address: string | null;
|
649
|
+
name: string;
|
650
650
|
createdAt: Date;
|
651
651
|
updatedAt: Date;
|
652
652
|
deletedAt: Date | null;
|
@@ -686,10 +686,10 @@ export declare const messageContract: {
|
|
686
686
|
contactProfile: z.ZodNullable<z.ZodString>;
|
687
687
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
688
688
|
}, "strip", z.ZodTypeAny, {
|
689
|
-
name: string;
|
690
689
|
id: string;
|
691
690
|
channel: string | null;
|
692
691
|
address: string | null;
|
692
|
+
name: string;
|
693
693
|
createdAt: Date;
|
694
694
|
updatedAt: Date;
|
695
695
|
deletedAt: Date | null;
|
@@ -697,10 +697,10 @@ export declare const messageContract: {
|
|
697
697
|
contactProfile: string | null;
|
698
698
|
socialProfileUrl: string | null;
|
699
699
|
}, {
|
700
|
-
name: string;
|
701
700
|
id: string;
|
702
701
|
channel: string | null;
|
703
702
|
address: string | null;
|
703
|
+
name: string;
|
704
704
|
createdAt: Date;
|
705
705
|
updatedAt: Date;
|
706
706
|
deletedAt: Date | null;
|
@@ -710,17 +710,17 @@ export declare const messageContract: {
|
|
710
710
|
}>;
|
711
711
|
isNewContact: z.ZodBoolean;
|
712
712
|
}, "strip", z.ZodTypeAny, {
|
713
|
-
name: string;
|
714
713
|
id: string;
|
715
714
|
address: string;
|
715
|
+
name: string;
|
716
716
|
createdAt: Date;
|
717
717
|
updatedAt: Date;
|
718
718
|
deletedAt: Date | null;
|
719
719
|
contact: {
|
720
|
-
name: string;
|
721
720
|
id: string;
|
722
721
|
channel: string | null;
|
723
722
|
address: string | null;
|
723
|
+
name: string;
|
724
724
|
createdAt: Date;
|
725
725
|
updatedAt: Date;
|
726
726
|
deletedAt: Date | null;
|
@@ -731,17 +731,17 @@ export declare const messageContract: {
|
|
731
731
|
contactId: string;
|
732
732
|
isNewContact: boolean;
|
733
733
|
}, {
|
734
|
-
name: string;
|
735
734
|
id: string;
|
736
735
|
address: string;
|
736
|
+
name: string;
|
737
737
|
createdAt: Date;
|
738
738
|
updatedAt: Date;
|
739
739
|
deletedAt: Date | null;
|
740
740
|
contact: {
|
741
|
-
name: string;
|
742
741
|
id: string;
|
743
742
|
channel: string | null;
|
744
743
|
address: string | null;
|
744
|
+
name: string;
|
745
745
|
createdAt: Date;
|
746
746
|
updatedAt: Date;
|
747
747
|
deletedAt: Date | null;
|
@@ -761,17 +761,17 @@ export declare const messageContract: {
|
|
761
761
|
messageId: string;
|
762
762
|
mailUserId: string;
|
763
763
|
mailUser: {
|
764
|
-
name: string;
|
765
764
|
id: string;
|
766
765
|
address: string;
|
766
|
+
name: string;
|
767
767
|
createdAt: Date;
|
768
768
|
updatedAt: Date;
|
769
769
|
deletedAt: Date | null;
|
770
770
|
contact: {
|
771
|
-
name: string;
|
772
771
|
id: string;
|
773
772
|
channel: string | null;
|
774
773
|
address: string | null;
|
774
|
+
name: string;
|
775
775
|
createdAt: Date;
|
776
776
|
updatedAt: Date;
|
777
777
|
deletedAt: Date | null;
|
@@ -791,17 +791,17 @@ export declare const messageContract: {
|
|
791
791
|
messageId: string;
|
792
792
|
mailUserId: string;
|
793
793
|
mailUser: {
|
794
|
-
name: string;
|
795
794
|
id: string;
|
796
795
|
address: string;
|
796
|
+
name: string;
|
797
797
|
createdAt: Date;
|
798
798
|
updatedAt: Date;
|
799
799
|
deletedAt: Date | null;
|
800
800
|
contact: {
|
801
|
-
name: string;
|
802
801
|
id: string;
|
803
802
|
channel: string | null;
|
804
803
|
address: string | null;
|
804
|
+
name: string;
|
805
805
|
createdAt: Date;
|
806
806
|
updatedAt: Date;
|
807
807
|
deletedAt: Date | null;
|
@@ -841,10 +841,10 @@ export declare const messageContract: {
|
|
841
841
|
contactProfile: z.ZodNullable<z.ZodString>;
|
842
842
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
843
843
|
}, "strip", z.ZodTypeAny, {
|
844
|
-
name: string;
|
845
844
|
id: string;
|
846
845
|
channel: string | null;
|
847
846
|
address: string | null;
|
847
|
+
name: string;
|
848
848
|
createdAt: Date;
|
849
849
|
updatedAt: Date;
|
850
850
|
deletedAt: Date | null;
|
@@ -852,10 +852,10 @@ export declare const messageContract: {
|
|
852
852
|
contactProfile: string | null;
|
853
853
|
socialProfileUrl: string | null;
|
854
854
|
}, {
|
855
|
-
name: string;
|
856
855
|
id: string;
|
857
856
|
channel: string | null;
|
858
857
|
address: string | null;
|
858
|
+
name: string;
|
859
859
|
createdAt: Date;
|
860
860
|
updatedAt: Date;
|
861
861
|
deletedAt: Date | null;
|
@@ -865,17 +865,17 @@ export declare const messageContract: {
|
|
865
865
|
}>;
|
866
866
|
isNewContact: z.ZodBoolean;
|
867
867
|
}, "strip", z.ZodTypeAny, {
|
868
|
-
name: string;
|
869
868
|
id: string;
|
870
869
|
address: string;
|
870
|
+
name: string;
|
871
871
|
createdAt: Date;
|
872
872
|
updatedAt: Date;
|
873
873
|
deletedAt: Date | null;
|
874
874
|
contact: {
|
875
|
-
name: string;
|
876
875
|
id: string;
|
877
876
|
channel: string | null;
|
878
877
|
address: string | null;
|
878
|
+
name: string;
|
879
879
|
createdAt: Date;
|
880
880
|
updatedAt: Date;
|
881
881
|
deletedAt: Date | null;
|
@@ -886,17 +886,17 @@ export declare const messageContract: {
|
|
886
886
|
contactId: string;
|
887
887
|
isNewContact: boolean;
|
888
888
|
}, {
|
889
|
-
name: string;
|
890
889
|
id: string;
|
891
890
|
address: string;
|
891
|
+
name: string;
|
892
892
|
createdAt: Date;
|
893
893
|
updatedAt: Date;
|
894
894
|
deletedAt: Date | null;
|
895
895
|
contact: {
|
896
|
-
name: string;
|
897
896
|
id: string;
|
898
897
|
channel: string | null;
|
899
898
|
address: string | null;
|
899
|
+
name: string;
|
900
900
|
createdAt: Date;
|
901
901
|
updatedAt: Date;
|
902
902
|
deletedAt: Date | null;
|
@@ -916,17 +916,17 @@ export declare const messageContract: {
|
|
916
916
|
messageId: string;
|
917
917
|
mailUserId: string;
|
918
918
|
mailUser: {
|
919
|
-
name: string;
|
920
919
|
id: string;
|
921
920
|
address: string;
|
921
|
+
name: string;
|
922
922
|
createdAt: Date;
|
923
923
|
updatedAt: Date;
|
924
924
|
deletedAt: Date | null;
|
925
925
|
contact: {
|
926
|
-
name: string;
|
927
926
|
id: string;
|
928
927
|
channel: string | null;
|
929
928
|
address: string | null;
|
929
|
+
name: string;
|
930
930
|
createdAt: Date;
|
931
931
|
updatedAt: Date;
|
932
932
|
deletedAt: Date | null;
|
@@ -946,17 +946,17 @@ export declare const messageContract: {
|
|
946
946
|
messageId: string;
|
947
947
|
mailUserId: string;
|
948
948
|
mailUser: {
|
949
|
-
name: string;
|
950
949
|
id: string;
|
951
950
|
address: string;
|
951
|
+
name: string;
|
952
952
|
createdAt: Date;
|
953
953
|
updatedAt: Date;
|
954
954
|
deletedAt: Date | null;
|
955
955
|
contact: {
|
956
|
-
name: string;
|
957
956
|
id: string;
|
958
957
|
channel: string | null;
|
959
958
|
address: string | null;
|
959
|
+
name: string;
|
960
960
|
createdAt: Date;
|
961
961
|
updatedAt: Date;
|
962
962
|
deletedAt: Date | null;
|
@@ -1078,17 +1078,17 @@ export declare const messageContract: {
|
|
1078
1078
|
messageId: string;
|
1079
1079
|
mailUserId: string;
|
1080
1080
|
mailUser: {
|
1081
|
-
name: string;
|
1082
1081
|
id: string;
|
1083
1082
|
address: string;
|
1083
|
+
name: string;
|
1084
1084
|
createdAt: Date;
|
1085
1085
|
updatedAt: Date;
|
1086
1086
|
deletedAt: Date | null;
|
1087
1087
|
contact: {
|
1088
|
-
name: string;
|
1089
1088
|
id: string;
|
1090
1089
|
channel: string | null;
|
1091
1090
|
address: string | null;
|
1091
|
+
name: string;
|
1092
1092
|
createdAt: Date;
|
1093
1093
|
updatedAt: Date;
|
1094
1094
|
deletedAt: Date | null;
|
@@ -1134,17 +1134,17 @@ export declare const messageContract: {
|
|
1134
1134
|
messageId: string;
|
1135
1135
|
mailUserId: string;
|
1136
1136
|
mailUser: {
|
1137
|
-
name: string;
|
1138
1137
|
id: string;
|
1139
1138
|
address: string;
|
1139
|
+
name: string;
|
1140
1140
|
createdAt: Date;
|
1141
1141
|
updatedAt: Date;
|
1142
1142
|
deletedAt: Date | null;
|
1143
1143
|
contact: {
|
1144
|
-
name: string;
|
1145
1144
|
id: string;
|
1146
1145
|
channel: string | null;
|
1147
1146
|
address: string | null;
|
1147
|
+
name: string;
|
1148
1148
|
createdAt: Date;
|
1149
1149
|
updatedAt: Date;
|
1150
1150
|
deletedAt: Date | null;
|
@@ -1165,17 +1165,17 @@ export declare const messageContract: {
|
|
1165
1165
|
messageId: string;
|
1166
1166
|
mailUserId: string;
|
1167
1167
|
mailUser: {
|
1168
|
-
name: string;
|
1169
1168
|
id: string;
|
1170
1169
|
address: string;
|
1170
|
+
name: string;
|
1171
1171
|
createdAt: Date;
|
1172
1172
|
updatedAt: Date;
|
1173
1173
|
deletedAt: Date | null;
|
1174
1174
|
contact: {
|
1175
|
-
name: string;
|
1176
1175
|
id: string;
|
1177
1176
|
channel: string | null;
|
1178
1177
|
address: string | null;
|
1178
|
+
name: string;
|
1179
1179
|
createdAt: Date;
|
1180
1180
|
updatedAt: Date;
|
1181
1181
|
deletedAt: Date | null;
|
@@ -1196,17 +1196,17 @@ export declare const messageContract: {
|
|
1196
1196
|
messageId: string;
|
1197
1197
|
mailUserId: string;
|
1198
1198
|
mailUser: {
|
1199
|
-
name: string;
|
1200
1199
|
id: string;
|
1201
1200
|
address: string;
|
1201
|
+
name: string;
|
1202
1202
|
createdAt: Date;
|
1203
1203
|
updatedAt: Date;
|
1204
1204
|
deletedAt: Date | null;
|
1205
1205
|
contact: {
|
1206
|
-
name: string;
|
1207
1206
|
id: string;
|
1208
1207
|
channel: string | null;
|
1209
1208
|
address: string | null;
|
1209
|
+
name: string;
|
1210
1210
|
createdAt: Date;
|
1211
1211
|
updatedAt: Date;
|
1212
1212
|
deletedAt: Date | null;
|
@@ -1246,17 +1246,17 @@ export declare const messageContract: {
|
|
1246
1246
|
messageId: string;
|
1247
1247
|
mailUserId: string;
|
1248
1248
|
mailUser: {
|
1249
|
-
name: string;
|
1250
1249
|
id: string;
|
1251
1250
|
address: string;
|
1251
|
+
name: string;
|
1252
1252
|
createdAt: Date;
|
1253
1253
|
updatedAt: Date;
|
1254
1254
|
deletedAt: Date | null;
|
1255
1255
|
contact: {
|
1256
|
-
name: string;
|
1257
1256
|
id: string;
|
1258
1257
|
channel: string | null;
|
1259
1258
|
address: string | null;
|
1259
|
+
name: string;
|
1260
1260
|
createdAt: Date;
|
1261
1261
|
updatedAt: Date;
|
1262
1262
|
deletedAt: Date | null;
|
@@ -1302,17 +1302,17 @@ export declare const messageContract: {
|
|
1302
1302
|
messageId: string;
|
1303
1303
|
mailUserId: string;
|
1304
1304
|
mailUser: {
|
1305
|
-
name: string;
|
1306
1305
|
id: string;
|
1307
1306
|
address: string;
|
1307
|
+
name: string;
|
1308
1308
|
createdAt: Date;
|
1309
1309
|
updatedAt: Date;
|
1310
1310
|
deletedAt: Date | null;
|
1311
1311
|
contact: {
|
1312
|
-
name: string;
|
1313
1312
|
id: string;
|
1314
1313
|
channel: string | null;
|
1315
1314
|
address: string | null;
|
1315
|
+
name: string;
|
1316
1316
|
createdAt: Date;
|
1317
1317
|
updatedAt: Date;
|
1318
1318
|
deletedAt: Date | null;
|
@@ -1333,17 +1333,17 @@ export declare const messageContract: {
|
|
1333
1333
|
messageId: string;
|
1334
1334
|
mailUserId: string;
|
1335
1335
|
mailUser: {
|
1336
|
-
name: string;
|
1337
1336
|
id: string;
|
1338
1337
|
address: string;
|
1338
|
+
name: string;
|
1339
1339
|
createdAt: Date;
|
1340
1340
|
updatedAt: Date;
|
1341
1341
|
deletedAt: Date | null;
|
1342
1342
|
contact: {
|
1343
|
-
name: string;
|
1344
1343
|
id: string;
|
1345
1344
|
channel: string | null;
|
1346
1345
|
address: string | null;
|
1346
|
+
name: string;
|
1347
1347
|
createdAt: Date;
|
1348
1348
|
updatedAt: Date;
|
1349
1349
|
deletedAt: Date | null;
|
@@ -1364,17 +1364,17 @@ export declare const messageContract: {
|
|
1364
1364
|
messageId: string;
|
1365
1365
|
mailUserId: string;
|
1366
1366
|
mailUser: {
|
1367
|
-
name: string;
|
1368
1367
|
id: string;
|
1369
1368
|
address: string;
|
1369
|
+
name: string;
|
1370
1370
|
createdAt: Date;
|
1371
1371
|
updatedAt: Date;
|
1372
1372
|
deletedAt: Date | null;
|
1373
1373
|
contact: {
|
1374
|
-
name: string;
|
1375
1374
|
id: string;
|
1376
1375
|
channel: string | null;
|
1377
1376
|
address: string | null;
|
1377
|
+
name: string;
|
1378
1378
|
createdAt: Date;
|
1379
1379
|
updatedAt: Date;
|
1380
1380
|
deletedAt: Date | null;
|
@@ -1416,17 +1416,17 @@ export declare const messageContract: {
|
|
1416
1416
|
messageId: string;
|
1417
1417
|
mailUserId: string;
|
1418
1418
|
mailUser: {
|
1419
|
-
name: string;
|
1420
1419
|
id: string;
|
1421
1420
|
address: string;
|
1421
|
+
name: string;
|
1422
1422
|
createdAt: Date;
|
1423
1423
|
updatedAt: Date;
|
1424
1424
|
deletedAt: Date | null;
|
1425
1425
|
contact: {
|
1426
|
-
name: string;
|
1427
1426
|
id: string;
|
1428
1427
|
channel: string | null;
|
1429
1428
|
address: string | null;
|
1429
|
+
name: string;
|
1430
1430
|
createdAt: Date;
|
1431
1431
|
updatedAt: Date;
|
1432
1432
|
deletedAt: Date | null;
|
@@ -1472,17 +1472,17 @@ export declare const messageContract: {
|
|
1472
1472
|
messageId: string;
|
1473
1473
|
mailUserId: string;
|
1474
1474
|
mailUser: {
|
1475
|
-
name: string;
|
1476
1475
|
id: string;
|
1477
1476
|
address: string;
|
1477
|
+
name: string;
|
1478
1478
|
createdAt: Date;
|
1479
1479
|
updatedAt: Date;
|
1480
1480
|
deletedAt: Date | null;
|
1481
1481
|
contact: {
|
1482
|
-
name: string;
|
1483
1482
|
id: string;
|
1484
1483
|
channel: string | null;
|
1485
1484
|
address: string | null;
|
1485
|
+
name: string;
|
1486
1486
|
createdAt: Date;
|
1487
1487
|
updatedAt: Date;
|
1488
1488
|
deletedAt: Date | null;
|
@@ -1503,17 +1503,17 @@ export declare const messageContract: {
|
|
1503
1503
|
messageId: string;
|
1504
1504
|
mailUserId: string;
|
1505
1505
|
mailUser: {
|
1506
|
-
name: string;
|
1507
1506
|
id: string;
|
1508
1507
|
address: string;
|
1508
|
+
name: string;
|
1509
1509
|
createdAt: Date;
|
1510
1510
|
updatedAt: Date;
|
1511
1511
|
deletedAt: Date | null;
|
1512
1512
|
contact: {
|
1513
|
-
name: string;
|
1514
1513
|
id: string;
|
1515
1514
|
channel: string | null;
|
1516
1515
|
address: string | null;
|
1516
|
+
name: string;
|
1517
1517
|
createdAt: Date;
|
1518
1518
|
updatedAt: Date;
|
1519
1519
|
deletedAt: Date | null;
|
@@ -1534,17 +1534,17 @@ export declare const messageContract: {
|
|
1534
1534
|
messageId: string;
|
1535
1535
|
mailUserId: string;
|
1536
1536
|
mailUser: {
|
1537
|
-
name: string;
|
1538
1537
|
id: string;
|
1539
1538
|
address: string;
|
1539
|
+
name: string;
|
1540
1540
|
createdAt: Date;
|
1541
1541
|
updatedAt: Date;
|
1542
1542
|
deletedAt: Date | null;
|
1543
1543
|
contact: {
|
1544
|
-
name: string;
|
1545
1544
|
id: string;
|
1546
1545
|
channel: string | null;
|
1547
1546
|
address: string | null;
|
1547
|
+
name: string;
|
1548
1548
|
createdAt: Date;
|
1549
1549
|
updatedAt: Date;
|
1550
1550
|
deletedAt: Date | null;
|
@@ -1587,17 +1587,17 @@ export declare const messageContract: {
|
|
1587
1587
|
messageId: string;
|
1588
1588
|
mailUserId: string;
|
1589
1589
|
mailUser: {
|
1590
|
-
name: string;
|
1591
1590
|
id: string;
|
1592
1591
|
address: string;
|
1592
|
+
name: string;
|
1593
1593
|
createdAt: Date;
|
1594
1594
|
updatedAt: Date;
|
1595
1595
|
deletedAt: Date | null;
|
1596
1596
|
contact: {
|
1597
|
-
name: string;
|
1598
1597
|
id: string;
|
1599
1598
|
channel: string | null;
|
1600
1599
|
address: string | null;
|
1600
|
+
name: string;
|
1601
1601
|
createdAt: Date;
|
1602
1602
|
updatedAt: Date;
|
1603
1603
|
deletedAt: Date | null;
|
@@ -1643,17 +1643,17 @@ export declare const messageContract: {
|
|
1643
1643
|
messageId: string;
|
1644
1644
|
mailUserId: string;
|
1645
1645
|
mailUser: {
|
1646
|
-
name: string;
|
1647
1646
|
id: string;
|
1648
1647
|
address: string;
|
1648
|
+
name: string;
|
1649
1649
|
createdAt: Date;
|
1650
1650
|
updatedAt: Date;
|
1651
1651
|
deletedAt: Date | null;
|
1652
1652
|
contact: {
|
1653
|
-
name: string;
|
1654
1653
|
id: string;
|
1655
1654
|
channel: string | null;
|
1656
1655
|
address: string | null;
|
1656
|
+
name: string;
|
1657
1657
|
createdAt: Date;
|
1658
1658
|
updatedAt: Date;
|
1659
1659
|
deletedAt: Date | null;
|
@@ -1674,17 +1674,17 @@ export declare const messageContract: {
|
|
1674
1674
|
messageId: string;
|
1675
1675
|
mailUserId: string;
|
1676
1676
|
mailUser: {
|
1677
|
-
name: string;
|
1678
1677
|
id: string;
|
1679
1678
|
address: string;
|
1679
|
+
name: string;
|
1680
1680
|
createdAt: Date;
|
1681
1681
|
updatedAt: Date;
|
1682
1682
|
deletedAt: Date | null;
|
1683
1683
|
contact: {
|
1684
|
-
name: string;
|
1685
1684
|
id: string;
|
1686
1685
|
channel: string | null;
|
1687
1686
|
address: string | null;
|
1687
|
+
name: string;
|
1688
1688
|
createdAt: Date;
|
1689
1689
|
updatedAt: Date;
|
1690
1690
|
deletedAt: Date | null;
|
@@ -1705,17 +1705,17 @@ export declare const messageContract: {
|
|
1705
1705
|
messageId: string;
|
1706
1706
|
mailUserId: string;
|
1707
1707
|
mailUser: {
|
1708
|
-
name: string;
|
1709
1708
|
id: string;
|
1710
1709
|
address: string;
|
1710
|
+
name: string;
|
1711
1711
|
createdAt: Date;
|
1712
1712
|
updatedAt: Date;
|
1713
1713
|
deletedAt: Date | null;
|
1714
1714
|
contact: {
|
1715
|
-
name: string;
|
1716
1715
|
id: string;
|
1717
1716
|
channel: string | null;
|
1718
1717
|
address: string | null;
|
1718
|
+
name: string;
|
1719
1719
|
createdAt: Date;
|
1720
1720
|
updatedAt: Date;
|
1721
1721
|
deletedAt: Date | null;
|
@@ -1792,10 +1792,10 @@ export declare const messageContract: {
|
|
1792
1792
|
contactProfile: z.ZodNullable<z.ZodString>;
|
1793
1793
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
1794
1794
|
}, "strip", z.ZodTypeAny, {
|
1795
|
-
name: string;
|
1796
1795
|
id: string;
|
1797
1796
|
channel: string | null;
|
1798
1797
|
address: string | null;
|
1798
|
+
name: string;
|
1799
1799
|
createdAt: Date;
|
1800
1800
|
updatedAt: Date;
|
1801
1801
|
deletedAt: Date | null;
|
@@ -1803,10 +1803,10 @@ export declare const messageContract: {
|
|
1803
1803
|
contactProfile: string | null;
|
1804
1804
|
socialProfileUrl: string | null;
|
1805
1805
|
}, {
|
1806
|
-
name: string;
|
1807
1806
|
id: string;
|
1808
1807
|
channel: string | null;
|
1809
1808
|
address: string | null;
|
1809
|
+
name: string;
|
1810
1810
|
createdAt: Date;
|
1811
1811
|
updatedAt: Date;
|
1812
1812
|
deletedAt: Date | null;
|
@@ -1816,17 +1816,17 @@ export declare const messageContract: {
|
|
1816
1816
|
}>;
|
1817
1817
|
isNewContact: z.ZodBoolean;
|
1818
1818
|
}, "strip", z.ZodTypeAny, {
|
1819
|
-
name: string;
|
1820
1819
|
id: string;
|
1821
1820
|
address: string;
|
1821
|
+
name: string;
|
1822
1822
|
createdAt: Date;
|
1823
1823
|
updatedAt: Date;
|
1824
1824
|
deletedAt: Date | null;
|
1825
1825
|
contact: {
|
1826
|
-
name: string;
|
1827
1826
|
id: string;
|
1828
1827
|
channel: string | null;
|
1829
1828
|
address: string | null;
|
1829
|
+
name: string;
|
1830
1830
|
createdAt: Date;
|
1831
1831
|
updatedAt: Date;
|
1832
1832
|
deletedAt: Date | null;
|
@@ -1837,17 +1837,17 @@ export declare const messageContract: {
|
|
1837
1837
|
contactId: string;
|
1838
1838
|
isNewContact: boolean;
|
1839
1839
|
}, {
|
1840
|
-
name: string;
|
1841
1840
|
id: string;
|
1842
1841
|
address: string;
|
1842
|
+
name: string;
|
1843
1843
|
createdAt: Date;
|
1844
1844
|
updatedAt: Date;
|
1845
1845
|
deletedAt: Date | null;
|
1846
1846
|
contact: {
|
1847
|
-
name: string;
|
1848
1847
|
id: string;
|
1849
1848
|
channel: string | null;
|
1850
1849
|
address: string | null;
|
1850
|
+
name: string;
|
1851
1851
|
createdAt: Date;
|
1852
1852
|
updatedAt: Date;
|
1853
1853
|
deletedAt: Date | null;
|
@@ -1867,17 +1867,17 @@ export declare const messageContract: {
|
|
1867
1867
|
messageId: string;
|
1868
1868
|
mailUserId: string;
|
1869
1869
|
mailUser: {
|
1870
|
-
name: string;
|
1871
1870
|
id: string;
|
1872
1871
|
address: string;
|
1872
|
+
name: string;
|
1873
1873
|
createdAt: Date;
|
1874
1874
|
updatedAt: Date;
|
1875
1875
|
deletedAt: Date | null;
|
1876
1876
|
contact: {
|
1877
|
-
name: string;
|
1878
1877
|
id: string;
|
1879
1878
|
channel: string | null;
|
1880
1879
|
address: string | null;
|
1880
|
+
name: string;
|
1881
1881
|
createdAt: Date;
|
1882
1882
|
updatedAt: Date;
|
1883
1883
|
deletedAt: Date | null;
|
@@ -1897,17 +1897,17 @@ export declare const messageContract: {
|
|
1897
1897
|
messageId: string;
|
1898
1898
|
mailUserId: string;
|
1899
1899
|
mailUser: {
|
1900
|
-
name: string;
|
1901
1900
|
id: string;
|
1902
1901
|
address: string;
|
1902
|
+
name: string;
|
1903
1903
|
createdAt: Date;
|
1904
1904
|
updatedAt: Date;
|
1905
1905
|
deletedAt: Date | null;
|
1906
1906
|
contact: {
|
1907
|
-
name: string;
|
1908
1907
|
id: string;
|
1909
1908
|
channel: string | null;
|
1910
1909
|
address: string | null;
|
1910
|
+
name: string;
|
1911
1911
|
createdAt: Date;
|
1912
1912
|
updatedAt: Date;
|
1913
1913
|
deletedAt: Date | null;
|
@@ -1947,10 +1947,10 @@ export declare const messageContract: {
|
|
1947
1947
|
contactProfile: z.ZodNullable<z.ZodString>;
|
1948
1948
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
1949
1949
|
}, "strip", z.ZodTypeAny, {
|
1950
|
-
name: string;
|
1951
1950
|
id: string;
|
1952
1951
|
channel: string | null;
|
1953
1952
|
address: string | null;
|
1953
|
+
name: string;
|
1954
1954
|
createdAt: Date;
|
1955
1955
|
updatedAt: Date;
|
1956
1956
|
deletedAt: Date | null;
|
@@ -1958,10 +1958,10 @@ export declare const messageContract: {
|
|
1958
1958
|
contactProfile: string | null;
|
1959
1959
|
socialProfileUrl: string | null;
|
1960
1960
|
}, {
|
1961
|
-
name: string;
|
1962
1961
|
id: string;
|
1963
1962
|
channel: string | null;
|
1964
1963
|
address: string | null;
|
1964
|
+
name: string;
|
1965
1965
|
createdAt: Date;
|
1966
1966
|
updatedAt: Date;
|
1967
1967
|
deletedAt: Date | null;
|
@@ -1971,17 +1971,17 @@ export declare const messageContract: {
|
|
1971
1971
|
}>;
|
1972
1972
|
isNewContact: z.ZodBoolean;
|
1973
1973
|
}, "strip", z.ZodTypeAny, {
|
1974
|
-
name: string;
|
1975
1974
|
id: string;
|
1976
1975
|
address: string;
|
1976
|
+
name: string;
|
1977
1977
|
createdAt: Date;
|
1978
1978
|
updatedAt: Date;
|
1979
1979
|
deletedAt: Date | null;
|
1980
1980
|
contact: {
|
1981
|
-
name: string;
|
1982
1981
|
id: string;
|
1983
1982
|
channel: string | null;
|
1984
1983
|
address: string | null;
|
1984
|
+
name: string;
|
1985
1985
|
createdAt: Date;
|
1986
1986
|
updatedAt: Date;
|
1987
1987
|
deletedAt: Date | null;
|
@@ -1992,17 +1992,17 @@ export declare const messageContract: {
|
|
1992
1992
|
contactId: string;
|
1993
1993
|
isNewContact: boolean;
|
1994
1994
|
}, {
|
1995
|
-
name: string;
|
1996
1995
|
id: string;
|
1997
1996
|
address: string;
|
1997
|
+
name: string;
|
1998
1998
|
createdAt: Date;
|
1999
1999
|
updatedAt: Date;
|
2000
2000
|
deletedAt: Date | null;
|
2001
2001
|
contact: {
|
2002
|
-
name: string;
|
2003
2002
|
id: string;
|
2004
2003
|
channel: string | null;
|
2005
2004
|
address: string | null;
|
2005
|
+
name: string;
|
2006
2006
|
createdAt: Date;
|
2007
2007
|
updatedAt: Date;
|
2008
2008
|
deletedAt: Date | null;
|
@@ -2022,17 +2022,17 @@ export declare const messageContract: {
|
|
2022
2022
|
messageId: string;
|
2023
2023
|
mailUserId: string;
|
2024
2024
|
mailUser: {
|
2025
|
-
name: string;
|
2026
2025
|
id: string;
|
2027
2026
|
address: string;
|
2027
|
+
name: string;
|
2028
2028
|
createdAt: Date;
|
2029
2029
|
updatedAt: Date;
|
2030
2030
|
deletedAt: Date | null;
|
2031
2031
|
contact: {
|
2032
|
-
name: string;
|
2033
2032
|
id: string;
|
2034
2033
|
channel: string | null;
|
2035
2034
|
address: string | null;
|
2035
|
+
name: string;
|
2036
2036
|
createdAt: Date;
|
2037
2037
|
updatedAt: Date;
|
2038
2038
|
deletedAt: Date | null;
|
@@ -2052,17 +2052,17 @@ export declare const messageContract: {
|
|
2052
2052
|
messageId: string;
|
2053
2053
|
mailUserId: string;
|
2054
2054
|
mailUser: {
|
2055
|
-
name: string;
|
2056
2055
|
id: string;
|
2057
2056
|
address: string;
|
2057
|
+
name: string;
|
2058
2058
|
createdAt: Date;
|
2059
2059
|
updatedAt: Date;
|
2060
2060
|
deletedAt: Date | null;
|
2061
2061
|
contact: {
|
2062
|
-
name: string;
|
2063
2062
|
id: string;
|
2064
2063
|
channel: string | null;
|
2065
2064
|
address: string | null;
|
2065
|
+
name: string;
|
2066
2066
|
createdAt: Date;
|
2067
2067
|
updatedAt: Date;
|
2068
2068
|
deletedAt: Date | null;
|
@@ -2102,10 +2102,10 @@ export declare const messageContract: {
|
|
2102
2102
|
contactProfile: z.ZodNullable<z.ZodString>;
|
2103
2103
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
2104
2104
|
}, "strip", z.ZodTypeAny, {
|
2105
|
-
name: string;
|
2106
2105
|
id: string;
|
2107
2106
|
channel: string | null;
|
2108
2107
|
address: string | null;
|
2108
|
+
name: string;
|
2109
2109
|
createdAt: Date;
|
2110
2110
|
updatedAt: Date;
|
2111
2111
|
deletedAt: Date | null;
|
@@ -2113,10 +2113,10 @@ export declare const messageContract: {
|
|
2113
2113
|
contactProfile: string | null;
|
2114
2114
|
socialProfileUrl: string | null;
|
2115
2115
|
}, {
|
2116
|
-
name: string;
|
2117
2116
|
id: string;
|
2118
2117
|
channel: string | null;
|
2119
2118
|
address: string | null;
|
2119
|
+
name: string;
|
2120
2120
|
createdAt: Date;
|
2121
2121
|
updatedAt: Date;
|
2122
2122
|
deletedAt: Date | null;
|
@@ -2126,17 +2126,17 @@ export declare const messageContract: {
|
|
2126
2126
|
}>;
|
2127
2127
|
isNewContact: z.ZodBoolean;
|
2128
2128
|
}, "strip", z.ZodTypeAny, {
|
2129
|
-
name: string;
|
2130
2129
|
id: string;
|
2131
2130
|
address: string;
|
2131
|
+
name: string;
|
2132
2132
|
createdAt: Date;
|
2133
2133
|
updatedAt: Date;
|
2134
2134
|
deletedAt: Date | null;
|
2135
2135
|
contact: {
|
2136
|
-
name: string;
|
2137
2136
|
id: string;
|
2138
2137
|
channel: string | null;
|
2139
2138
|
address: string | null;
|
2139
|
+
name: string;
|
2140
2140
|
createdAt: Date;
|
2141
2141
|
updatedAt: Date;
|
2142
2142
|
deletedAt: Date | null;
|
@@ -2147,17 +2147,17 @@ export declare const messageContract: {
|
|
2147
2147
|
contactId: string;
|
2148
2148
|
isNewContact: boolean;
|
2149
2149
|
}, {
|
2150
|
-
name: string;
|
2151
2150
|
id: string;
|
2152
2151
|
address: string;
|
2152
|
+
name: string;
|
2153
2153
|
createdAt: Date;
|
2154
2154
|
updatedAt: Date;
|
2155
2155
|
deletedAt: Date | null;
|
2156
2156
|
contact: {
|
2157
|
-
name: string;
|
2158
2157
|
id: string;
|
2159
2158
|
channel: string | null;
|
2160
2159
|
address: string | null;
|
2160
|
+
name: string;
|
2161
2161
|
createdAt: Date;
|
2162
2162
|
updatedAt: Date;
|
2163
2163
|
deletedAt: Date | null;
|
@@ -2177,17 +2177,17 @@ export declare const messageContract: {
|
|
2177
2177
|
messageId: string;
|
2178
2178
|
mailUserId: string;
|
2179
2179
|
mailUser: {
|
2180
|
-
name: string;
|
2181
2180
|
id: string;
|
2182
2181
|
address: string;
|
2182
|
+
name: string;
|
2183
2183
|
createdAt: Date;
|
2184
2184
|
updatedAt: Date;
|
2185
2185
|
deletedAt: Date | null;
|
2186
2186
|
contact: {
|
2187
|
-
name: string;
|
2188
2187
|
id: string;
|
2189
2188
|
channel: string | null;
|
2190
2189
|
address: string | null;
|
2190
|
+
name: string;
|
2191
2191
|
createdAt: Date;
|
2192
2192
|
updatedAt: Date;
|
2193
2193
|
deletedAt: Date | null;
|
@@ -2207,17 +2207,17 @@ export declare const messageContract: {
|
|
2207
2207
|
messageId: string;
|
2208
2208
|
mailUserId: string;
|
2209
2209
|
mailUser: {
|
2210
|
-
name: string;
|
2211
2210
|
id: string;
|
2212
2211
|
address: string;
|
2212
|
+
name: string;
|
2213
2213
|
createdAt: Date;
|
2214
2214
|
updatedAt: Date;
|
2215
2215
|
deletedAt: Date | null;
|
2216
2216
|
contact: {
|
2217
|
-
name: string;
|
2218
2217
|
id: string;
|
2219
2218
|
channel: string | null;
|
2220
2219
|
address: string | null;
|
2220
|
+
name: string;
|
2221
2221
|
createdAt: Date;
|
2222
2222
|
updatedAt: Date;
|
2223
2223
|
deletedAt: Date | null;
|
@@ -2257,10 +2257,10 @@ export declare const messageContract: {
|
|
2257
2257
|
contactProfile: z.ZodNullable<z.ZodString>;
|
2258
2258
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
2259
2259
|
}, "strip", z.ZodTypeAny, {
|
2260
|
-
name: string;
|
2261
2260
|
id: string;
|
2262
2261
|
channel: string | null;
|
2263
2262
|
address: string | null;
|
2263
|
+
name: string;
|
2264
2264
|
createdAt: Date;
|
2265
2265
|
updatedAt: Date;
|
2266
2266
|
deletedAt: Date | null;
|
@@ -2268,10 +2268,10 @@ export declare const messageContract: {
|
|
2268
2268
|
contactProfile: string | null;
|
2269
2269
|
socialProfileUrl: string | null;
|
2270
2270
|
}, {
|
2271
|
-
name: string;
|
2272
2271
|
id: string;
|
2273
2272
|
channel: string | null;
|
2274
2273
|
address: string | null;
|
2274
|
+
name: string;
|
2275
2275
|
createdAt: Date;
|
2276
2276
|
updatedAt: Date;
|
2277
2277
|
deletedAt: Date | null;
|
@@ -2281,17 +2281,17 @@ export declare const messageContract: {
|
|
2281
2281
|
}>;
|
2282
2282
|
isNewContact: z.ZodBoolean;
|
2283
2283
|
}, "strip", z.ZodTypeAny, {
|
2284
|
-
name: string;
|
2285
2284
|
id: string;
|
2286
2285
|
address: string;
|
2286
|
+
name: string;
|
2287
2287
|
createdAt: Date;
|
2288
2288
|
updatedAt: Date;
|
2289
2289
|
deletedAt: Date | null;
|
2290
2290
|
contact: {
|
2291
|
-
name: string;
|
2292
2291
|
id: string;
|
2293
2292
|
channel: string | null;
|
2294
2293
|
address: string | null;
|
2294
|
+
name: string;
|
2295
2295
|
createdAt: Date;
|
2296
2296
|
updatedAt: Date;
|
2297
2297
|
deletedAt: Date | null;
|
@@ -2302,17 +2302,17 @@ export declare const messageContract: {
|
|
2302
2302
|
contactId: string;
|
2303
2303
|
isNewContact: boolean;
|
2304
2304
|
}, {
|
2305
|
-
name: string;
|
2306
2305
|
id: string;
|
2307
2306
|
address: string;
|
2307
|
+
name: string;
|
2308
2308
|
createdAt: Date;
|
2309
2309
|
updatedAt: Date;
|
2310
2310
|
deletedAt: Date | null;
|
2311
2311
|
contact: {
|
2312
|
-
name: string;
|
2313
2312
|
id: string;
|
2314
2313
|
channel: string | null;
|
2315
2314
|
address: string | null;
|
2315
|
+
name: string;
|
2316
2316
|
createdAt: Date;
|
2317
2317
|
updatedAt: Date;
|
2318
2318
|
deletedAt: Date | null;
|
@@ -2332,17 +2332,17 @@ export declare const messageContract: {
|
|
2332
2332
|
messageId: string;
|
2333
2333
|
mailUserId: string;
|
2334
2334
|
mailUser: {
|
2335
|
-
name: string;
|
2336
2335
|
id: string;
|
2337
2336
|
address: string;
|
2337
|
+
name: string;
|
2338
2338
|
createdAt: Date;
|
2339
2339
|
updatedAt: Date;
|
2340
2340
|
deletedAt: Date | null;
|
2341
2341
|
contact: {
|
2342
|
-
name: string;
|
2343
2342
|
id: string;
|
2344
2343
|
channel: string | null;
|
2345
2344
|
address: string | null;
|
2345
|
+
name: string;
|
2346
2346
|
createdAt: Date;
|
2347
2347
|
updatedAt: Date;
|
2348
2348
|
deletedAt: Date | null;
|
@@ -2362,17 +2362,17 @@ export declare const messageContract: {
|
|
2362
2362
|
messageId: string;
|
2363
2363
|
mailUserId: string;
|
2364
2364
|
mailUser: {
|
2365
|
-
name: string;
|
2366
2365
|
id: string;
|
2367
2366
|
address: string;
|
2367
|
+
name: string;
|
2368
2368
|
createdAt: Date;
|
2369
2369
|
updatedAt: Date;
|
2370
2370
|
deletedAt: Date | null;
|
2371
2371
|
contact: {
|
2372
|
-
name: string;
|
2373
2372
|
id: string;
|
2374
2373
|
channel: string | null;
|
2375
2374
|
address: string | null;
|
2375
|
+
name: string;
|
2376
2376
|
createdAt: Date;
|
2377
2377
|
updatedAt: Date;
|
2378
2378
|
deletedAt: Date | null;
|
@@ -2505,17 +2505,17 @@ export declare const messageContract: {
|
|
2505
2505
|
messageId: string;
|
2506
2506
|
mailUserId: string;
|
2507
2507
|
mailUser: {
|
2508
|
-
name: string;
|
2509
2508
|
id: string;
|
2510
2509
|
address: string;
|
2510
|
+
name: string;
|
2511
2511
|
createdAt: Date;
|
2512
2512
|
updatedAt: Date;
|
2513
2513
|
deletedAt: Date | null;
|
2514
2514
|
contact: {
|
2515
|
-
name: string;
|
2516
2515
|
id: string;
|
2517
2516
|
channel: string | null;
|
2518
2517
|
address: string | null;
|
2518
|
+
name: string;
|
2519
2519
|
createdAt: Date;
|
2520
2520
|
updatedAt: Date;
|
2521
2521
|
deletedAt: Date | null;
|
@@ -2536,17 +2536,17 @@ export declare const messageContract: {
|
|
2536
2536
|
messageId: string;
|
2537
2537
|
mailUserId: string;
|
2538
2538
|
mailUser: {
|
2539
|
-
name: string;
|
2540
2539
|
id: string;
|
2541
2540
|
address: string;
|
2541
|
+
name: string;
|
2542
2542
|
createdAt: Date;
|
2543
2543
|
updatedAt: Date;
|
2544
2544
|
deletedAt: Date | null;
|
2545
2545
|
contact: {
|
2546
|
-
name: string;
|
2547
2546
|
id: string;
|
2548
2547
|
channel: string | null;
|
2549
2548
|
address: string | null;
|
2549
|
+
name: string;
|
2550
2550
|
createdAt: Date;
|
2551
2551
|
updatedAt: Date;
|
2552
2552
|
deletedAt: Date | null;
|
@@ -2567,17 +2567,17 @@ export declare const messageContract: {
|
|
2567
2567
|
messageId: string;
|
2568
2568
|
mailUserId: string;
|
2569
2569
|
mailUser: {
|
2570
|
-
name: string;
|
2571
2570
|
id: string;
|
2572
2571
|
address: string;
|
2572
|
+
name: string;
|
2573
2573
|
createdAt: Date;
|
2574
2574
|
updatedAt: Date;
|
2575
2575
|
deletedAt: Date | null;
|
2576
2576
|
contact: {
|
2577
|
-
name: string;
|
2578
2577
|
id: string;
|
2579
2578
|
channel: string | null;
|
2580
2579
|
address: string | null;
|
2580
|
+
name: string;
|
2581
2581
|
createdAt: Date;
|
2582
2582
|
updatedAt: Date;
|
2583
2583
|
deletedAt: Date | null;
|
@@ -2598,17 +2598,17 @@ export declare const messageContract: {
|
|
2598
2598
|
messageId: string;
|
2599
2599
|
mailUserId: string;
|
2600
2600
|
mailUser: {
|
2601
|
-
name: string;
|
2602
2601
|
id: string;
|
2603
2602
|
address: string;
|
2603
|
+
name: string;
|
2604
2604
|
createdAt: Date;
|
2605
2605
|
updatedAt: Date;
|
2606
2606
|
deletedAt: Date | null;
|
2607
2607
|
contact: {
|
2608
|
-
name: string;
|
2609
2608
|
id: string;
|
2610
2609
|
channel: string | null;
|
2611
2610
|
address: string | null;
|
2611
|
+
name: string;
|
2612
2612
|
createdAt: Date;
|
2613
2613
|
updatedAt: Date;
|
2614
2614
|
deletedAt: Date | null;
|
@@ -2673,17 +2673,17 @@ export declare const messageContract: {
|
|
2673
2673
|
messageId: string;
|
2674
2674
|
mailUserId: string;
|
2675
2675
|
mailUser: {
|
2676
|
-
name: string;
|
2677
2676
|
id: string;
|
2678
2677
|
address: string;
|
2678
|
+
name: string;
|
2679
2679
|
createdAt: Date;
|
2680
2680
|
updatedAt: Date;
|
2681
2681
|
deletedAt: Date | null;
|
2682
2682
|
contact: {
|
2683
|
-
name: string;
|
2684
2683
|
id: string;
|
2685
2684
|
channel: string | null;
|
2686
2685
|
address: string | null;
|
2686
|
+
name: string;
|
2687
2687
|
createdAt: Date;
|
2688
2688
|
updatedAt: Date;
|
2689
2689
|
deletedAt: Date | null;
|
@@ -2704,17 +2704,17 @@ export declare const messageContract: {
|
|
2704
2704
|
messageId: string;
|
2705
2705
|
mailUserId: string;
|
2706
2706
|
mailUser: {
|
2707
|
-
name: string;
|
2708
2707
|
id: string;
|
2709
2708
|
address: string;
|
2709
|
+
name: string;
|
2710
2710
|
createdAt: Date;
|
2711
2711
|
updatedAt: Date;
|
2712
2712
|
deletedAt: Date | null;
|
2713
2713
|
contact: {
|
2714
|
-
name: string;
|
2715
2714
|
id: string;
|
2716
2715
|
channel: string | null;
|
2717
2716
|
address: string | null;
|
2717
|
+
name: string;
|
2718
2718
|
createdAt: Date;
|
2719
2719
|
updatedAt: Date;
|
2720
2720
|
deletedAt: Date | null;
|
@@ -2735,17 +2735,17 @@ export declare const messageContract: {
|
|
2735
2735
|
messageId: string;
|
2736
2736
|
mailUserId: string;
|
2737
2737
|
mailUser: {
|
2738
|
-
name: string;
|
2739
2738
|
id: string;
|
2740
2739
|
address: string;
|
2740
|
+
name: string;
|
2741
2741
|
createdAt: Date;
|
2742
2742
|
updatedAt: Date;
|
2743
2743
|
deletedAt: Date | null;
|
2744
2744
|
contact: {
|
2745
|
-
name: string;
|
2746
2745
|
id: string;
|
2747
2746
|
channel: string | null;
|
2748
2747
|
address: string | null;
|
2748
|
+
name: string;
|
2749
2749
|
createdAt: Date;
|
2750
2750
|
updatedAt: Date;
|
2751
2751
|
deletedAt: Date | null;
|
@@ -2766,17 +2766,17 @@ export declare const messageContract: {
|
|
2766
2766
|
messageId: string;
|
2767
2767
|
mailUserId: string;
|
2768
2768
|
mailUser: {
|
2769
|
-
name: string;
|
2770
2769
|
id: string;
|
2771
2770
|
address: string;
|
2771
|
+
name: string;
|
2772
2772
|
createdAt: Date;
|
2773
2773
|
updatedAt: Date;
|
2774
2774
|
deletedAt: Date | null;
|
2775
2775
|
contact: {
|
2776
|
-
name: string;
|
2777
2776
|
id: string;
|
2778
2777
|
channel: string | null;
|
2779
2778
|
address: string | null;
|
2779
|
+
name: string;
|
2780
2780
|
createdAt: Date;
|
2781
2781
|
updatedAt: Date;
|
2782
2782
|
deletedAt: Date | null;
|
@@ -2903,10 +2903,10 @@ export declare const messageContract: {
|
|
2903
2903
|
contactProfile: z.ZodNullable<z.ZodString>;
|
2904
2904
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
2905
2905
|
}, "strip", z.ZodTypeAny, {
|
2906
|
-
name: string;
|
2907
2906
|
id: string;
|
2908
2907
|
channel: string | null;
|
2909
2908
|
address: string | null;
|
2909
|
+
name: string;
|
2910
2910
|
createdAt: Date;
|
2911
2911
|
updatedAt: Date;
|
2912
2912
|
deletedAt: Date | null;
|
@@ -2914,10 +2914,10 @@ export declare const messageContract: {
|
|
2914
2914
|
contactProfile: string | null;
|
2915
2915
|
socialProfileUrl: string | null;
|
2916
2916
|
}, {
|
2917
|
-
name: string;
|
2918
2917
|
id: string;
|
2919
2918
|
channel: string | null;
|
2920
2919
|
address: string | null;
|
2920
|
+
name: string;
|
2921
2921
|
createdAt: Date;
|
2922
2922
|
updatedAt: Date;
|
2923
2923
|
deletedAt: Date | null;
|
@@ -2927,17 +2927,17 @@ export declare const messageContract: {
|
|
2927
2927
|
}>;
|
2928
2928
|
isNewContact: z.ZodBoolean;
|
2929
2929
|
}, "strip", z.ZodTypeAny, {
|
2930
|
-
name: string;
|
2931
2930
|
id: string;
|
2932
2931
|
address: string;
|
2932
|
+
name: string;
|
2933
2933
|
createdAt: Date;
|
2934
2934
|
updatedAt: Date;
|
2935
2935
|
deletedAt: Date | null;
|
2936
2936
|
contact: {
|
2937
|
-
name: string;
|
2938
2937
|
id: string;
|
2939
2938
|
channel: string | null;
|
2940
2939
|
address: string | null;
|
2940
|
+
name: string;
|
2941
2941
|
createdAt: Date;
|
2942
2942
|
updatedAt: Date;
|
2943
2943
|
deletedAt: Date | null;
|
@@ -2948,17 +2948,17 @@ export declare const messageContract: {
|
|
2948
2948
|
contactId: string;
|
2949
2949
|
isNewContact: boolean;
|
2950
2950
|
}, {
|
2951
|
-
name: string;
|
2952
2951
|
id: string;
|
2953
2952
|
address: string;
|
2953
|
+
name: string;
|
2954
2954
|
createdAt: Date;
|
2955
2955
|
updatedAt: Date;
|
2956
2956
|
deletedAt: Date | null;
|
2957
2957
|
contact: {
|
2958
|
-
name: string;
|
2959
2958
|
id: string;
|
2960
2959
|
channel: string | null;
|
2961
2960
|
address: string | null;
|
2961
|
+
name: string;
|
2962
2962
|
createdAt: Date;
|
2963
2963
|
updatedAt: Date;
|
2964
2964
|
deletedAt: Date | null;
|
@@ -2978,17 +2978,17 @@ export declare const messageContract: {
|
|
2978
2978
|
messageId: string;
|
2979
2979
|
mailUserId: string;
|
2980
2980
|
mailUser: {
|
2981
|
-
name: string;
|
2982
2981
|
id: string;
|
2983
2982
|
address: string;
|
2983
|
+
name: string;
|
2984
2984
|
createdAt: Date;
|
2985
2985
|
updatedAt: Date;
|
2986
2986
|
deletedAt: Date | null;
|
2987
2987
|
contact: {
|
2988
|
-
name: string;
|
2989
2988
|
id: string;
|
2990
2989
|
channel: string | null;
|
2991
2990
|
address: string | null;
|
2991
|
+
name: string;
|
2992
2992
|
createdAt: Date;
|
2993
2993
|
updatedAt: Date;
|
2994
2994
|
deletedAt: Date | null;
|
@@ -3008,17 +3008,17 @@ export declare const messageContract: {
|
|
3008
3008
|
messageId: string;
|
3009
3009
|
mailUserId: string;
|
3010
3010
|
mailUser: {
|
3011
|
-
name: string;
|
3012
3011
|
id: string;
|
3013
3012
|
address: string;
|
3013
|
+
name: string;
|
3014
3014
|
createdAt: Date;
|
3015
3015
|
updatedAt: Date;
|
3016
3016
|
deletedAt: Date | null;
|
3017
3017
|
contact: {
|
3018
|
-
name: string;
|
3019
3018
|
id: string;
|
3020
3019
|
channel: string | null;
|
3021
3020
|
address: string | null;
|
3021
|
+
name: string;
|
3022
3022
|
createdAt: Date;
|
3023
3023
|
updatedAt: Date;
|
3024
3024
|
deletedAt: Date | null;
|
@@ -3058,10 +3058,10 @@ export declare const messageContract: {
|
|
3058
3058
|
contactProfile: z.ZodNullable<z.ZodString>;
|
3059
3059
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
3060
3060
|
}, "strip", z.ZodTypeAny, {
|
3061
|
-
name: string;
|
3062
3061
|
id: string;
|
3063
3062
|
channel: string | null;
|
3064
3063
|
address: string | null;
|
3064
|
+
name: string;
|
3065
3065
|
createdAt: Date;
|
3066
3066
|
updatedAt: Date;
|
3067
3067
|
deletedAt: Date | null;
|
@@ -3069,10 +3069,10 @@ export declare const messageContract: {
|
|
3069
3069
|
contactProfile: string | null;
|
3070
3070
|
socialProfileUrl: string | null;
|
3071
3071
|
}, {
|
3072
|
-
name: string;
|
3073
3072
|
id: string;
|
3074
3073
|
channel: string | null;
|
3075
3074
|
address: string | null;
|
3075
|
+
name: string;
|
3076
3076
|
createdAt: Date;
|
3077
3077
|
updatedAt: Date;
|
3078
3078
|
deletedAt: Date | null;
|
@@ -3082,17 +3082,17 @@ export declare const messageContract: {
|
|
3082
3082
|
}>;
|
3083
3083
|
isNewContact: z.ZodBoolean;
|
3084
3084
|
}, "strip", z.ZodTypeAny, {
|
3085
|
-
name: string;
|
3086
3085
|
id: string;
|
3087
3086
|
address: string;
|
3087
|
+
name: string;
|
3088
3088
|
createdAt: Date;
|
3089
3089
|
updatedAt: Date;
|
3090
3090
|
deletedAt: Date | null;
|
3091
3091
|
contact: {
|
3092
|
-
name: string;
|
3093
3092
|
id: string;
|
3094
3093
|
channel: string | null;
|
3095
3094
|
address: string | null;
|
3095
|
+
name: string;
|
3096
3096
|
createdAt: Date;
|
3097
3097
|
updatedAt: Date;
|
3098
3098
|
deletedAt: Date | null;
|
@@ -3103,17 +3103,17 @@ export declare const messageContract: {
|
|
3103
3103
|
contactId: string;
|
3104
3104
|
isNewContact: boolean;
|
3105
3105
|
}, {
|
3106
|
-
name: string;
|
3107
3106
|
id: string;
|
3108
3107
|
address: string;
|
3108
|
+
name: string;
|
3109
3109
|
createdAt: Date;
|
3110
3110
|
updatedAt: Date;
|
3111
3111
|
deletedAt: Date | null;
|
3112
3112
|
contact: {
|
3113
|
-
name: string;
|
3114
3113
|
id: string;
|
3115
3114
|
channel: string | null;
|
3116
3115
|
address: string | null;
|
3116
|
+
name: string;
|
3117
3117
|
createdAt: Date;
|
3118
3118
|
updatedAt: Date;
|
3119
3119
|
deletedAt: Date | null;
|
@@ -3133,17 +3133,17 @@ export declare const messageContract: {
|
|
3133
3133
|
messageId: string;
|
3134
3134
|
mailUserId: string;
|
3135
3135
|
mailUser: {
|
3136
|
-
name: string;
|
3137
3136
|
id: string;
|
3138
3137
|
address: string;
|
3138
|
+
name: string;
|
3139
3139
|
createdAt: Date;
|
3140
3140
|
updatedAt: Date;
|
3141
3141
|
deletedAt: Date | null;
|
3142
3142
|
contact: {
|
3143
|
-
name: string;
|
3144
3143
|
id: string;
|
3145
3144
|
channel: string | null;
|
3146
3145
|
address: string | null;
|
3146
|
+
name: string;
|
3147
3147
|
createdAt: Date;
|
3148
3148
|
updatedAt: Date;
|
3149
3149
|
deletedAt: Date | null;
|
@@ -3163,17 +3163,17 @@ export declare const messageContract: {
|
|
3163
3163
|
messageId: string;
|
3164
3164
|
mailUserId: string;
|
3165
3165
|
mailUser: {
|
3166
|
-
name: string;
|
3167
3166
|
id: string;
|
3168
3167
|
address: string;
|
3168
|
+
name: string;
|
3169
3169
|
createdAt: Date;
|
3170
3170
|
updatedAt: Date;
|
3171
3171
|
deletedAt: Date | null;
|
3172
3172
|
contact: {
|
3173
|
-
name: string;
|
3174
3173
|
id: string;
|
3175
3174
|
channel: string | null;
|
3176
3175
|
address: string | null;
|
3176
|
+
name: string;
|
3177
3177
|
createdAt: Date;
|
3178
3178
|
updatedAt: Date;
|
3179
3179
|
deletedAt: Date | null;
|
@@ -3213,10 +3213,10 @@ export declare const messageContract: {
|
|
3213
3213
|
contactProfile: z.ZodNullable<z.ZodString>;
|
3214
3214
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
3215
3215
|
}, "strip", z.ZodTypeAny, {
|
3216
|
-
name: string;
|
3217
3216
|
id: string;
|
3218
3217
|
channel: string | null;
|
3219
3218
|
address: string | null;
|
3219
|
+
name: string;
|
3220
3220
|
createdAt: Date;
|
3221
3221
|
updatedAt: Date;
|
3222
3222
|
deletedAt: Date | null;
|
@@ -3224,10 +3224,10 @@ export declare const messageContract: {
|
|
3224
3224
|
contactProfile: string | null;
|
3225
3225
|
socialProfileUrl: string | null;
|
3226
3226
|
}, {
|
3227
|
-
name: string;
|
3228
3227
|
id: string;
|
3229
3228
|
channel: string | null;
|
3230
3229
|
address: string | null;
|
3230
|
+
name: string;
|
3231
3231
|
createdAt: Date;
|
3232
3232
|
updatedAt: Date;
|
3233
3233
|
deletedAt: Date | null;
|
@@ -3237,17 +3237,17 @@ export declare const messageContract: {
|
|
3237
3237
|
}>;
|
3238
3238
|
isNewContact: z.ZodBoolean;
|
3239
3239
|
}, "strip", z.ZodTypeAny, {
|
3240
|
-
name: string;
|
3241
3240
|
id: string;
|
3242
3241
|
address: string;
|
3242
|
+
name: string;
|
3243
3243
|
createdAt: Date;
|
3244
3244
|
updatedAt: Date;
|
3245
3245
|
deletedAt: Date | null;
|
3246
3246
|
contact: {
|
3247
|
-
name: string;
|
3248
3247
|
id: string;
|
3249
3248
|
channel: string | null;
|
3250
3249
|
address: string | null;
|
3250
|
+
name: string;
|
3251
3251
|
createdAt: Date;
|
3252
3252
|
updatedAt: Date;
|
3253
3253
|
deletedAt: Date | null;
|
@@ -3258,17 +3258,17 @@ export declare const messageContract: {
|
|
3258
3258
|
contactId: string;
|
3259
3259
|
isNewContact: boolean;
|
3260
3260
|
}, {
|
3261
|
-
name: string;
|
3262
3261
|
id: string;
|
3263
3262
|
address: string;
|
3263
|
+
name: string;
|
3264
3264
|
createdAt: Date;
|
3265
3265
|
updatedAt: Date;
|
3266
3266
|
deletedAt: Date | null;
|
3267
3267
|
contact: {
|
3268
|
-
name: string;
|
3269
3268
|
id: string;
|
3270
3269
|
channel: string | null;
|
3271
3270
|
address: string | null;
|
3271
|
+
name: string;
|
3272
3272
|
createdAt: Date;
|
3273
3273
|
updatedAt: Date;
|
3274
3274
|
deletedAt: Date | null;
|
@@ -3288,17 +3288,17 @@ export declare const messageContract: {
|
|
3288
3288
|
messageId: string;
|
3289
3289
|
mailUserId: string;
|
3290
3290
|
mailUser: {
|
3291
|
-
name: string;
|
3292
3291
|
id: string;
|
3293
3292
|
address: string;
|
3293
|
+
name: string;
|
3294
3294
|
createdAt: Date;
|
3295
3295
|
updatedAt: Date;
|
3296
3296
|
deletedAt: Date | null;
|
3297
3297
|
contact: {
|
3298
|
-
name: string;
|
3299
3298
|
id: string;
|
3300
3299
|
channel: string | null;
|
3301
3300
|
address: string | null;
|
3301
|
+
name: string;
|
3302
3302
|
createdAt: Date;
|
3303
3303
|
updatedAt: Date;
|
3304
3304
|
deletedAt: Date | null;
|
@@ -3318,17 +3318,17 @@ export declare const messageContract: {
|
|
3318
3318
|
messageId: string;
|
3319
3319
|
mailUserId: string;
|
3320
3320
|
mailUser: {
|
3321
|
-
name: string;
|
3322
3321
|
id: string;
|
3323
3322
|
address: string;
|
3323
|
+
name: string;
|
3324
3324
|
createdAt: Date;
|
3325
3325
|
updatedAt: Date;
|
3326
3326
|
deletedAt: Date | null;
|
3327
3327
|
contact: {
|
3328
|
-
name: string;
|
3329
3328
|
id: string;
|
3330
3329
|
channel: string | null;
|
3331
3330
|
address: string | null;
|
3331
|
+
name: string;
|
3332
3332
|
createdAt: Date;
|
3333
3333
|
updatedAt: Date;
|
3334
3334
|
deletedAt: Date | null;
|
@@ -3368,10 +3368,10 @@ export declare const messageContract: {
|
|
3368
3368
|
contactProfile: z.ZodNullable<z.ZodString>;
|
3369
3369
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
3370
3370
|
}, "strip", z.ZodTypeAny, {
|
3371
|
-
name: string;
|
3372
3371
|
id: string;
|
3373
3372
|
channel: string | null;
|
3374
3373
|
address: string | null;
|
3374
|
+
name: string;
|
3375
3375
|
createdAt: Date;
|
3376
3376
|
updatedAt: Date;
|
3377
3377
|
deletedAt: Date | null;
|
@@ -3379,10 +3379,10 @@ export declare const messageContract: {
|
|
3379
3379
|
contactProfile: string | null;
|
3380
3380
|
socialProfileUrl: string | null;
|
3381
3381
|
}, {
|
3382
|
-
name: string;
|
3383
3382
|
id: string;
|
3384
3383
|
channel: string | null;
|
3385
3384
|
address: string | null;
|
3385
|
+
name: string;
|
3386
3386
|
createdAt: Date;
|
3387
3387
|
updatedAt: Date;
|
3388
3388
|
deletedAt: Date | null;
|
@@ -3392,17 +3392,17 @@ export declare const messageContract: {
|
|
3392
3392
|
}>;
|
3393
3393
|
isNewContact: z.ZodBoolean;
|
3394
3394
|
}, "strip", z.ZodTypeAny, {
|
3395
|
-
name: string;
|
3396
3395
|
id: string;
|
3397
3396
|
address: string;
|
3397
|
+
name: string;
|
3398
3398
|
createdAt: Date;
|
3399
3399
|
updatedAt: Date;
|
3400
3400
|
deletedAt: Date | null;
|
3401
3401
|
contact: {
|
3402
|
-
name: string;
|
3403
3402
|
id: string;
|
3404
3403
|
channel: string | null;
|
3405
3404
|
address: string | null;
|
3405
|
+
name: string;
|
3406
3406
|
createdAt: Date;
|
3407
3407
|
updatedAt: Date;
|
3408
3408
|
deletedAt: Date | null;
|
@@ -3413,17 +3413,17 @@ export declare const messageContract: {
|
|
3413
3413
|
contactId: string;
|
3414
3414
|
isNewContact: boolean;
|
3415
3415
|
}, {
|
3416
|
-
name: string;
|
3417
3416
|
id: string;
|
3418
3417
|
address: string;
|
3418
|
+
name: string;
|
3419
3419
|
createdAt: Date;
|
3420
3420
|
updatedAt: Date;
|
3421
3421
|
deletedAt: Date | null;
|
3422
3422
|
contact: {
|
3423
|
-
name: string;
|
3424
3423
|
id: string;
|
3425
3424
|
channel: string | null;
|
3426
3425
|
address: string | null;
|
3426
|
+
name: string;
|
3427
3427
|
createdAt: Date;
|
3428
3428
|
updatedAt: Date;
|
3429
3429
|
deletedAt: Date | null;
|
@@ -3443,17 +3443,17 @@ export declare const messageContract: {
|
|
3443
3443
|
messageId: string;
|
3444
3444
|
mailUserId: string;
|
3445
3445
|
mailUser: {
|
3446
|
-
name: string;
|
3447
3446
|
id: string;
|
3448
3447
|
address: string;
|
3448
|
+
name: string;
|
3449
3449
|
createdAt: Date;
|
3450
3450
|
updatedAt: Date;
|
3451
3451
|
deletedAt: Date | null;
|
3452
3452
|
contact: {
|
3453
|
-
name: string;
|
3454
3453
|
id: string;
|
3455
3454
|
channel: string | null;
|
3456
3455
|
address: string | null;
|
3456
|
+
name: string;
|
3457
3457
|
createdAt: Date;
|
3458
3458
|
updatedAt: Date;
|
3459
3459
|
deletedAt: Date | null;
|
@@ -3473,17 +3473,17 @@ export declare const messageContract: {
|
|
3473
3473
|
messageId: string;
|
3474
3474
|
mailUserId: string;
|
3475
3475
|
mailUser: {
|
3476
|
-
name: string;
|
3477
3476
|
id: string;
|
3478
3477
|
address: string;
|
3478
|
+
name: string;
|
3479
3479
|
createdAt: Date;
|
3480
3480
|
updatedAt: Date;
|
3481
3481
|
deletedAt: Date | null;
|
3482
3482
|
contact: {
|
3483
|
-
name: string;
|
3484
3483
|
id: string;
|
3485
3484
|
channel: string | null;
|
3486
3485
|
address: string | null;
|
3486
|
+
name: string;
|
3487
3487
|
createdAt: Date;
|
3488
3488
|
updatedAt: Date;
|
3489
3489
|
deletedAt: Date | null;
|
@@ -3605,17 +3605,17 @@ export declare const messageContract: {
|
|
3605
3605
|
messageId: string;
|
3606
3606
|
mailUserId: string;
|
3607
3607
|
mailUser: {
|
3608
|
-
name: string;
|
3609
3608
|
id: string;
|
3610
3609
|
address: string;
|
3610
|
+
name: string;
|
3611
3611
|
createdAt: Date;
|
3612
3612
|
updatedAt: Date;
|
3613
3613
|
deletedAt: Date | null;
|
3614
3614
|
contact: {
|
3615
|
-
name: string;
|
3616
3615
|
id: string;
|
3617
3616
|
channel: string | null;
|
3618
3617
|
address: string | null;
|
3618
|
+
name: string;
|
3619
3619
|
createdAt: Date;
|
3620
3620
|
updatedAt: Date;
|
3621
3621
|
deletedAt: Date | null;
|
@@ -3661,17 +3661,17 @@ export declare const messageContract: {
|
|
3661
3661
|
messageId: string;
|
3662
3662
|
mailUserId: string;
|
3663
3663
|
mailUser: {
|
3664
|
-
name: string;
|
3665
3664
|
id: string;
|
3666
3665
|
address: string;
|
3666
|
+
name: string;
|
3667
3667
|
createdAt: Date;
|
3668
3668
|
updatedAt: Date;
|
3669
3669
|
deletedAt: Date | null;
|
3670
3670
|
contact: {
|
3671
|
-
name: string;
|
3672
3671
|
id: string;
|
3673
3672
|
channel: string | null;
|
3674
3673
|
address: string | null;
|
3674
|
+
name: string;
|
3675
3675
|
createdAt: Date;
|
3676
3676
|
updatedAt: Date;
|
3677
3677
|
deletedAt: Date | null;
|
@@ -3692,17 +3692,17 @@ export declare const messageContract: {
|
|
3692
3692
|
messageId: string;
|
3693
3693
|
mailUserId: string;
|
3694
3694
|
mailUser: {
|
3695
|
-
name: string;
|
3696
3695
|
id: string;
|
3697
3696
|
address: string;
|
3697
|
+
name: string;
|
3698
3698
|
createdAt: Date;
|
3699
3699
|
updatedAt: Date;
|
3700
3700
|
deletedAt: Date | null;
|
3701
3701
|
contact: {
|
3702
|
-
name: string;
|
3703
3702
|
id: string;
|
3704
3703
|
channel: string | null;
|
3705
3704
|
address: string | null;
|
3705
|
+
name: string;
|
3706
3706
|
createdAt: Date;
|
3707
3707
|
updatedAt: Date;
|
3708
3708
|
deletedAt: Date | null;
|
@@ -3723,17 +3723,17 @@ export declare const messageContract: {
|
|
3723
3723
|
messageId: string;
|
3724
3724
|
mailUserId: string;
|
3725
3725
|
mailUser: {
|
3726
|
-
name: string;
|
3727
3726
|
id: string;
|
3728
3727
|
address: string;
|
3728
|
+
name: string;
|
3729
3729
|
createdAt: Date;
|
3730
3730
|
updatedAt: Date;
|
3731
3731
|
deletedAt: Date | null;
|
3732
3732
|
contact: {
|
3733
|
-
name: string;
|
3734
3733
|
id: string;
|
3735
3734
|
channel: string | null;
|
3736
3735
|
address: string | null;
|
3736
|
+
name: string;
|
3737
3737
|
createdAt: Date;
|
3738
3738
|
updatedAt: Date;
|
3739
3739
|
deletedAt: Date | null;
|
@@ -3773,17 +3773,17 @@ export declare const messageContract: {
|
|
3773
3773
|
messageId: string;
|
3774
3774
|
mailUserId: string;
|
3775
3775
|
mailUser: {
|
3776
|
-
name: string;
|
3777
3776
|
id: string;
|
3778
3777
|
address: string;
|
3778
|
+
name: string;
|
3779
3779
|
createdAt: Date;
|
3780
3780
|
updatedAt: Date;
|
3781
3781
|
deletedAt: Date | null;
|
3782
3782
|
contact: {
|
3783
|
-
name: string;
|
3784
3783
|
id: string;
|
3785
3784
|
channel: string | null;
|
3786
3785
|
address: string | null;
|
3786
|
+
name: string;
|
3787
3787
|
createdAt: Date;
|
3788
3788
|
updatedAt: Date;
|
3789
3789
|
deletedAt: Date | null;
|
@@ -3829,17 +3829,17 @@ export declare const messageContract: {
|
|
3829
3829
|
messageId: string;
|
3830
3830
|
mailUserId: string;
|
3831
3831
|
mailUser: {
|
3832
|
-
name: string;
|
3833
3832
|
id: string;
|
3834
3833
|
address: string;
|
3834
|
+
name: string;
|
3835
3835
|
createdAt: Date;
|
3836
3836
|
updatedAt: Date;
|
3837
3837
|
deletedAt: Date | null;
|
3838
3838
|
contact: {
|
3839
|
-
name: string;
|
3840
3839
|
id: string;
|
3841
3840
|
channel: string | null;
|
3842
3841
|
address: string | null;
|
3842
|
+
name: string;
|
3843
3843
|
createdAt: Date;
|
3844
3844
|
updatedAt: Date;
|
3845
3845
|
deletedAt: Date | null;
|
@@ -3860,17 +3860,17 @@ export declare const messageContract: {
|
|
3860
3860
|
messageId: string;
|
3861
3861
|
mailUserId: string;
|
3862
3862
|
mailUser: {
|
3863
|
-
name: string;
|
3864
3863
|
id: string;
|
3865
3864
|
address: string;
|
3865
|
+
name: string;
|
3866
3866
|
createdAt: Date;
|
3867
3867
|
updatedAt: Date;
|
3868
3868
|
deletedAt: Date | null;
|
3869
3869
|
contact: {
|
3870
|
-
name: string;
|
3871
3870
|
id: string;
|
3872
3871
|
channel: string | null;
|
3873
3872
|
address: string | null;
|
3873
|
+
name: string;
|
3874
3874
|
createdAt: Date;
|
3875
3875
|
updatedAt: Date;
|
3876
3876
|
deletedAt: Date | null;
|
@@ -3891,17 +3891,17 @@ export declare const messageContract: {
|
|
3891
3891
|
messageId: string;
|
3892
3892
|
mailUserId: string;
|
3893
3893
|
mailUser: {
|
3894
|
-
name: string;
|
3895
3894
|
id: string;
|
3896
3895
|
address: string;
|
3896
|
+
name: string;
|
3897
3897
|
createdAt: Date;
|
3898
3898
|
updatedAt: Date;
|
3899
3899
|
deletedAt: Date | null;
|
3900
3900
|
contact: {
|
3901
|
-
name: string;
|
3902
3901
|
id: string;
|
3903
3902
|
channel: string | null;
|
3904
3903
|
address: string | null;
|
3904
|
+
name: string;
|
3905
3905
|
createdAt: Date;
|
3906
3906
|
updatedAt: Date;
|
3907
3907
|
deletedAt: Date | null;
|
@@ -3943,17 +3943,17 @@ export declare const messageContract: {
|
|
3943
3943
|
messageId: string;
|
3944
3944
|
mailUserId: string;
|
3945
3945
|
mailUser: {
|
3946
|
-
name: string;
|
3947
3946
|
id: string;
|
3948
3947
|
address: string;
|
3948
|
+
name: string;
|
3949
3949
|
createdAt: Date;
|
3950
3950
|
updatedAt: Date;
|
3951
3951
|
deletedAt: Date | null;
|
3952
3952
|
contact: {
|
3953
|
-
name: string;
|
3954
3953
|
id: string;
|
3955
3954
|
channel: string | null;
|
3956
3955
|
address: string | null;
|
3956
|
+
name: string;
|
3957
3957
|
createdAt: Date;
|
3958
3958
|
updatedAt: Date;
|
3959
3959
|
deletedAt: Date | null;
|
@@ -3999,17 +3999,17 @@ export declare const messageContract: {
|
|
3999
3999
|
messageId: string;
|
4000
4000
|
mailUserId: string;
|
4001
4001
|
mailUser: {
|
4002
|
-
name: string;
|
4003
4002
|
id: string;
|
4004
4003
|
address: string;
|
4004
|
+
name: string;
|
4005
4005
|
createdAt: Date;
|
4006
4006
|
updatedAt: Date;
|
4007
4007
|
deletedAt: Date | null;
|
4008
4008
|
contact: {
|
4009
|
-
name: string;
|
4010
4009
|
id: string;
|
4011
4010
|
channel: string | null;
|
4012
4011
|
address: string | null;
|
4012
|
+
name: string;
|
4013
4013
|
createdAt: Date;
|
4014
4014
|
updatedAt: Date;
|
4015
4015
|
deletedAt: Date | null;
|
@@ -4030,17 +4030,17 @@ export declare const messageContract: {
|
|
4030
4030
|
messageId: string;
|
4031
4031
|
mailUserId: string;
|
4032
4032
|
mailUser: {
|
4033
|
-
name: string;
|
4034
4033
|
id: string;
|
4035
4034
|
address: string;
|
4035
|
+
name: string;
|
4036
4036
|
createdAt: Date;
|
4037
4037
|
updatedAt: Date;
|
4038
4038
|
deletedAt: Date | null;
|
4039
4039
|
contact: {
|
4040
|
-
name: string;
|
4041
4040
|
id: string;
|
4042
4041
|
channel: string | null;
|
4043
4042
|
address: string | null;
|
4043
|
+
name: string;
|
4044
4044
|
createdAt: Date;
|
4045
4045
|
updatedAt: Date;
|
4046
4046
|
deletedAt: Date | null;
|
@@ -4061,17 +4061,17 @@ export declare const messageContract: {
|
|
4061
4061
|
messageId: string;
|
4062
4062
|
mailUserId: string;
|
4063
4063
|
mailUser: {
|
4064
|
-
name: string;
|
4065
4064
|
id: string;
|
4066
4065
|
address: string;
|
4066
|
+
name: string;
|
4067
4067
|
createdAt: Date;
|
4068
4068
|
updatedAt: Date;
|
4069
4069
|
deletedAt: Date | null;
|
4070
4070
|
contact: {
|
4071
|
-
name: string;
|
4072
4071
|
id: string;
|
4073
4072
|
channel: string | null;
|
4074
4073
|
address: string | null;
|
4074
|
+
name: string;
|
4075
4075
|
createdAt: Date;
|
4076
4076
|
updatedAt: Date;
|
4077
4077
|
deletedAt: Date | null;
|
@@ -4114,17 +4114,17 @@ export declare const messageContract: {
|
|
4114
4114
|
messageId: string;
|
4115
4115
|
mailUserId: string;
|
4116
4116
|
mailUser: {
|
4117
|
-
name: string;
|
4118
4117
|
id: string;
|
4119
4118
|
address: string;
|
4119
|
+
name: string;
|
4120
4120
|
createdAt: Date;
|
4121
4121
|
updatedAt: Date;
|
4122
4122
|
deletedAt: Date | null;
|
4123
4123
|
contact: {
|
4124
|
-
name: string;
|
4125
4124
|
id: string;
|
4126
4125
|
channel: string | null;
|
4127
4126
|
address: string | null;
|
4127
|
+
name: string;
|
4128
4128
|
createdAt: Date;
|
4129
4129
|
updatedAt: Date;
|
4130
4130
|
deletedAt: Date | null;
|
@@ -4170,17 +4170,17 @@ export declare const messageContract: {
|
|
4170
4170
|
messageId: string;
|
4171
4171
|
mailUserId: string;
|
4172
4172
|
mailUser: {
|
4173
|
-
name: string;
|
4174
4173
|
id: string;
|
4175
4174
|
address: string;
|
4175
|
+
name: string;
|
4176
4176
|
createdAt: Date;
|
4177
4177
|
updatedAt: Date;
|
4178
4178
|
deletedAt: Date | null;
|
4179
4179
|
contact: {
|
4180
|
-
name: string;
|
4181
4180
|
id: string;
|
4182
4181
|
channel: string | null;
|
4183
4182
|
address: string | null;
|
4183
|
+
name: string;
|
4184
4184
|
createdAt: Date;
|
4185
4185
|
updatedAt: Date;
|
4186
4186
|
deletedAt: Date | null;
|
@@ -4201,17 +4201,17 @@ export declare const messageContract: {
|
|
4201
4201
|
messageId: string;
|
4202
4202
|
mailUserId: string;
|
4203
4203
|
mailUser: {
|
4204
|
-
name: string;
|
4205
4204
|
id: string;
|
4206
4205
|
address: string;
|
4206
|
+
name: string;
|
4207
4207
|
createdAt: Date;
|
4208
4208
|
updatedAt: Date;
|
4209
4209
|
deletedAt: Date | null;
|
4210
4210
|
contact: {
|
4211
|
-
name: string;
|
4212
4211
|
id: string;
|
4213
4212
|
channel: string | null;
|
4214
4213
|
address: string | null;
|
4214
|
+
name: string;
|
4215
4215
|
createdAt: Date;
|
4216
4216
|
updatedAt: Date;
|
4217
4217
|
deletedAt: Date | null;
|
@@ -4232,17 +4232,17 @@ export declare const messageContract: {
|
|
4232
4232
|
messageId: string;
|
4233
4233
|
mailUserId: string;
|
4234
4234
|
mailUser: {
|
4235
|
-
name: string;
|
4236
4235
|
id: string;
|
4237
4236
|
address: string;
|
4237
|
+
name: string;
|
4238
4238
|
createdAt: Date;
|
4239
4239
|
updatedAt: Date;
|
4240
4240
|
deletedAt: Date | null;
|
4241
4241
|
contact: {
|
4242
|
-
name: string;
|
4243
4242
|
id: string;
|
4244
4243
|
channel: string | null;
|
4245
4244
|
address: string | null;
|
4245
|
+
name: string;
|
4246
4246
|
createdAt: Date;
|
4247
4247
|
updatedAt: Date;
|
4248
4248
|
deletedAt: Date | null;
|
@@ -4362,10 +4362,10 @@ export declare const messageContract: {
|
|
4362
4362
|
contactProfile: z.ZodNullable<z.ZodString>;
|
4363
4363
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
4364
4364
|
}, "strip", z.ZodTypeAny, {
|
4365
|
-
name: string;
|
4366
4365
|
id: string;
|
4367
4366
|
channel: string | null;
|
4368
4367
|
address: string | null;
|
4368
|
+
name: string;
|
4369
4369
|
createdAt: Date;
|
4370
4370
|
updatedAt: Date;
|
4371
4371
|
deletedAt: Date | null;
|
@@ -4373,10 +4373,10 @@ export declare const messageContract: {
|
|
4373
4373
|
contactProfile: string | null;
|
4374
4374
|
socialProfileUrl: string | null;
|
4375
4375
|
}, {
|
4376
|
-
name: string;
|
4377
4376
|
id: string;
|
4378
4377
|
channel: string | null;
|
4379
4378
|
address: string | null;
|
4379
|
+
name: string;
|
4380
4380
|
createdAt: Date;
|
4381
4381
|
updatedAt: Date;
|
4382
4382
|
deletedAt: Date | null;
|
@@ -4386,17 +4386,17 @@ export declare const messageContract: {
|
|
4386
4386
|
}>;
|
4387
4387
|
isNewContact: z.ZodBoolean;
|
4388
4388
|
}, "strip", z.ZodTypeAny, {
|
4389
|
-
name: string;
|
4390
4389
|
id: string;
|
4391
4390
|
address: string;
|
4391
|
+
name: string;
|
4392
4392
|
createdAt: Date;
|
4393
4393
|
updatedAt: Date;
|
4394
4394
|
deletedAt: Date | null;
|
4395
4395
|
contact: {
|
4396
|
-
name: string;
|
4397
4396
|
id: string;
|
4398
4397
|
channel: string | null;
|
4399
4398
|
address: string | null;
|
4399
|
+
name: string;
|
4400
4400
|
createdAt: Date;
|
4401
4401
|
updatedAt: Date;
|
4402
4402
|
deletedAt: Date | null;
|
@@ -4407,17 +4407,17 @@ export declare const messageContract: {
|
|
4407
4407
|
contactId: string;
|
4408
4408
|
isNewContact: boolean;
|
4409
4409
|
}, {
|
4410
|
-
name: string;
|
4411
4410
|
id: string;
|
4412
4411
|
address: string;
|
4412
|
+
name: string;
|
4413
4413
|
createdAt: Date;
|
4414
4414
|
updatedAt: Date;
|
4415
4415
|
deletedAt: Date | null;
|
4416
4416
|
contact: {
|
4417
|
-
name: string;
|
4418
4417
|
id: string;
|
4419
4418
|
channel: string | null;
|
4420
4419
|
address: string | null;
|
4420
|
+
name: string;
|
4421
4421
|
createdAt: Date;
|
4422
4422
|
updatedAt: Date;
|
4423
4423
|
deletedAt: Date | null;
|
@@ -4437,17 +4437,17 @@ export declare const messageContract: {
|
|
4437
4437
|
messageId: string;
|
4438
4438
|
mailUserId: string;
|
4439
4439
|
mailUser: {
|
4440
|
-
name: string;
|
4441
4440
|
id: string;
|
4442
4441
|
address: string;
|
4442
|
+
name: string;
|
4443
4443
|
createdAt: Date;
|
4444
4444
|
updatedAt: Date;
|
4445
4445
|
deletedAt: Date | null;
|
4446
4446
|
contact: {
|
4447
|
-
name: string;
|
4448
4447
|
id: string;
|
4449
4448
|
channel: string | null;
|
4450
4449
|
address: string | null;
|
4450
|
+
name: string;
|
4451
4451
|
createdAt: Date;
|
4452
4452
|
updatedAt: Date;
|
4453
4453
|
deletedAt: Date | null;
|
@@ -4467,17 +4467,17 @@ export declare const messageContract: {
|
|
4467
4467
|
messageId: string;
|
4468
4468
|
mailUserId: string;
|
4469
4469
|
mailUser: {
|
4470
|
-
name: string;
|
4471
4470
|
id: string;
|
4472
4471
|
address: string;
|
4472
|
+
name: string;
|
4473
4473
|
createdAt: Date;
|
4474
4474
|
updatedAt: Date;
|
4475
4475
|
deletedAt: Date | null;
|
4476
4476
|
contact: {
|
4477
|
-
name: string;
|
4478
4477
|
id: string;
|
4479
4478
|
channel: string | null;
|
4480
4479
|
address: string | null;
|
4480
|
+
name: string;
|
4481
4481
|
createdAt: Date;
|
4482
4482
|
updatedAt: Date;
|
4483
4483
|
deletedAt: Date | null;
|
@@ -4517,10 +4517,10 @@ export declare const messageContract: {
|
|
4517
4517
|
contactProfile: z.ZodNullable<z.ZodString>;
|
4518
4518
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
4519
4519
|
}, "strip", z.ZodTypeAny, {
|
4520
|
-
name: string;
|
4521
4520
|
id: string;
|
4522
4521
|
channel: string | null;
|
4523
4522
|
address: string | null;
|
4523
|
+
name: string;
|
4524
4524
|
createdAt: Date;
|
4525
4525
|
updatedAt: Date;
|
4526
4526
|
deletedAt: Date | null;
|
@@ -4528,10 +4528,10 @@ export declare const messageContract: {
|
|
4528
4528
|
contactProfile: string | null;
|
4529
4529
|
socialProfileUrl: string | null;
|
4530
4530
|
}, {
|
4531
|
-
name: string;
|
4532
4531
|
id: string;
|
4533
4532
|
channel: string | null;
|
4534
4533
|
address: string | null;
|
4534
|
+
name: string;
|
4535
4535
|
createdAt: Date;
|
4536
4536
|
updatedAt: Date;
|
4537
4537
|
deletedAt: Date | null;
|
@@ -4541,17 +4541,17 @@ export declare const messageContract: {
|
|
4541
4541
|
}>;
|
4542
4542
|
isNewContact: z.ZodBoolean;
|
4543
4543
|
}, "strip", z.ZodTypeAny, {
|
4544
|
-
name: string;
|
4545
4544
|
id: string;
|
4546
4545
|
address: string;
|
4546
|
+
name: string;
|
4547
4547
|
createdAt: Date;
|
4548
4548
|
updatedAt: Date;
|
4549
4549
|
deletedAt: Date | null;
|
4550
4550
|
contact: {
|
4551
|
-
name: string;
|
4552
4551
|
id: string;
|
4553
4552
|
channel: string | null;
|
4554
4553
|
address: string | null;
|
4554
|
+
name: string;
|
4555
4555
|
createdAt: Date;
|
4556
4556
|
updatedAt: Date;
|
4557
4557
|
deletedAt: Date | null;
|
@@ -4562,17 +4562,17 @@ export declare const messageContract: {
|
|
4562
4562
|
contactId: string;
|
4563
4563
|
isNewContact: boolean;
|
4564
4564
|
}, {
|
4565
|
-
name: string;
|
4566
4565
|
id: string;
|
4567
4566
|
address: string;
|
4567
|
+
name: string;
|
4568
4568
|
createdAt: Date;
|
4569
4569
|
updatedAt: Date;
|
4570
4570
|
deletedAt: Date | null;
|
4571
4571
|
contact: {
|
4572
|
-
name: string;
|
4573
4572
|
id: string;
|
4574
4573
|
channel: string | null;
|
4575
4574
|
address: string | null;
|
4575
|
+
name: string;
|
4576
4576
|
createdAt: Date;
|
4577
4577
|
updatedAt: Date;
|
4578
4578
|
deletedAt: Date | null;
|
@@ -4592,17 +4592,17 @@ export declare const messageContract: {
|
|
4592
4592
|
messageId: string;
|
4593
4593
|
mailUserId: string;
|
4594
4594
|
mailUser: {
|
4595
|
-
name: string;
|
4596
4595
|
id: string;
|
4597
4596
|
address: string;
|
4597
|
+
name: string;
|
4598
4598
|
createdAt: Date;
|
4599
4599
|
updatedAt: Date;
|
4600
4600
|
deletedAt: Date | null;
|
4601
4601
|
contact: {
|
4602
|
-
name: string;
|
4603
4602
|
id: string;
|
4604
4603
|
channel: string | null;
|
4605
4604
|
address: string | null;
|
4605
|
+
name: string;
|
4606
4606
|
createdAt: Date;
|
4607
4607
|
updatedAt: Date;
|
4608
4608
|
deletedAt: Date | null;
|
@@ -4622,17 +4622,17 @@ export declare const messageContract: {
|
|
4622
4622
|
messageId: string;
|
4623
4623
|
mailUserId: string;
|
4624
4624
|
mailUser: {
|
4625
|
-
name: string;
|
4626
4625
|
id: string;
|
4627
4626
|
address: string;
|
4627
|
+
name: string;
|
4628
4628
|
createdAt: Date;
|
4629
4629
|
updatedAt: Date;
|
4630
4630
|
deletedAt: Date | null;
|
4631
4631
|
contact: {
|
4632
|
-
name: string;
|
4633
4632
|
id: string;
|
4634
4633
|
channel: string | null;
|
4635
4634
|
address: string | null;
|
4635
|
+
name: string;
|
4636
4636
|
createdAt: Date;
|
4637
4637
|
updatedAt: Date;
|
4638
4638
|
deletedAt: Date | null;
|
@@ -4672,10 +4672,10 @@ export declare const messageContract: {
|
|
4672
4672
|
contactProfile: z.ZodNullable<z.ZodString>;
|
4673
4673
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
4674
4674
|
}, "strip", z.ZodTypeAny, {
|
4675
|
-
name: string;
|
4676
4675
|
id: string;
|
4677
4676
|
channel: string | null;
|
4678
4677
|
address: string | null;
|
4678
|
+
name: string;
|
4679
4679
|
createdAt: Date;
|
4680
4680
|
updatedAt: Date;
|
4681
4681
|
deletedAt: Date | null;
|
@@ -4683,10 +4683,10 @@ export declare const messageContract: {
|
|
4683
4683
|
contactProfile: string | null;
|
4684
4684
|
socialProfileUrl: string | null;
|
4685
4685
|
}, {
|
4686
|
-
name: string;
|
4687
4686
|
id: string;
|
4688
4687
|
channel: string | null;
|
4689
4688
|
address: string | null;
|
4689
|
+
name: string;
|
4690
4690
|
createdAt: Date;
|
4691
4691
|
updatedAt: Date;
|
4692
4692
|
deletedAt: Date | null;
|
@@ -4696,17 +4696,17 @@ export declare const messageContract: {
|
|
4696
4696
|
}>;
|
4697
4697
|
isNewContact: z.ZodBoolean;
|
4698
4698
|
}, "strip", z.ZodTypeAny, {
|
4699
|
-
name: string;
|
4700
4699
|
id: string;
|
4701
4700
|
address: string;
|
4701
|
+
name: string;
|
4702
4702
|
createdAt: Date;
|
4703
4703
|
updatedAt: Date;
|
4704
4704
|
deletedAt: Date | null;
|
4705
4705
|
contact: {
|
4706
|
-
name: string;
|
4707
4706
|
id: string;
|
4708
4707
|
channel: string | null;
|
4709
4708
|
address: string | null;
|
4709
|
+
name: string;
|
4710
4710
|
createdAt: Date;
|
4711
4711
|
updatedAt: Date;
|
4712
4712
|
deletedAt: Date | null;
|
@@ -4717,17 +4717,17 @@ export declare const messageContract: {
|
|
4717
4717
|
contactId: string;
|
4718
4718
|
isNewContact: boolean;
|
4719
4719
|
}, {
|
4720
|
-
name: string;
|
4721
4720
|
id: string;
|
4722
4721
|
address: string;
|
4722
|
+
name: string;
|
4723
4723
|
createdAt: Date;
|
4724
4724
|
updatedAt: Date;
|
4725
4725
|
deletedAt: Date | null;
|
4726
4726
|
contact: {
|
4727
|
-
name: string;
|
4728
4727
|
id: string;
|
4729
4728
|
channel: string | null;
|
4730
4729
|
address: string | null;
|
4730
|
+
name: string;
|
4731
4731
|
createdAt: Date;
|
4732
4732
|
updatedAt: Date;
|
4733
4733
|
deletedAt: Date | null;
|
@@ -4747,17 +4747,17 @@ export declare const messageContract: {
|
|
4747
4747
|
messageId: string;
|
4748
4748
|
mailUserId: string;
|
4749
4749
|
mailUser: {
|
4750
|
-
name: string;
|
4751
4750
|
id: string;
|
4752
4751
|
address: string;
|
4752
|
+
name: string;
|
4753
4753
|
createdAt: Date;
|
4754
4754
|
updatedAt: Date;
|
4755
4755
|
deletedAt: Date | null;
|
4756
4756
|
contact: {
|
4757
|
-
name: string;
|
4758
4757
|
id: string;
|
4759
4758
|
channel: string | null;
|
4760
4759
|
address: string | null;
|
4760
|
+
name: string;
|
4761
4761
|
createdAt: Date;
|
4762
4762
|
updatedAt: Date;
|
4763
4763
|
deletedAt: Date | null;
|
@@ -4777,17 +4777,17 @@ export declare const messageContract: {
|
|
4777
4777
|
messageId: string;
|
4778
4778
|
mailUserId: string;
|
4779
4779
|
mailUser: {
|
4780
|
-
name: string;
|
4781
4780
|
id: string;
|
4782
4781
|
address: string;
|
4782
|
+
name: string;
|
4783
4783
|
createdAt: Date;
|
4784
4784
|
updatedAt: Date;
|
4785
4785
|
deletedAt: Date | null;
|
4786
4786
|
contact: {
|
4787
|
-
name: string;
|
4788
4787
|
id: string;
|
4789
4788
|
channel: string | null;
|
4790
4789
|
address: string | null;
|
4790
|
+
name: string;
|
4791
4791
|
createdAt: Date;
|
4792
4792
|
updatedAt: Date;
|
4793
4793
|
deletedAt: Date | null;
|
@@ -4827,10 +4827,10 @@ export declare const messageContract: {
|
|
4827
4827
|
contactProfile: z.ZodNullable<z.ZodString>;
|
4828
4828
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
4829
4829
|
}, "strip", z.ZodTypeAny, {
|
4830
|
-
name: string;
|
4831
4830
|
id: string;
|
4832
4831
|
channel: string | null;
|
4833
4832
|
address: string | null;
|
4833
|
+
name: string;
|
4834
4834
|
createdAt: Date;
|
4835
4835
|
updatedAt: Date;
|
4836
4836
|
deletedAt: Date | null;
|
@@ -4838,10 +4838,10 @@ export declare const messageContract: {
|
|
4838
4838
|
contactProfile: string | null;
|
4839
4839
|
socialProfileUrl: string | null;
|
4840
4840
|
}, {
|
4841
|
-
name: string;
|
4842
4841
|
id: string;
|
4843
4842
|
channel: string | null;
|
4844
4843
|
address: string | null;
|
4844
|
+
name: string;
|
4845
4845
|
createdAt: Date;
|
4846
4846
|
updatedAt: Date;
|
4847
4847
|
deletedAt: Date | null;
|
@@ -4851,17 +4851,17 @@ export declare const messageContract: {
|
|
4851
4851
|
}>;
|
4852
4852
|
isNewContact: z.ZodBoolean;
|
4853
4853
|
}, "strip", z.ZodTypeAny, {
|
4854
|
-
name: string;
|
4855
4854
|
id: string;
|
4856
4855
|
address: string;
|
4856
|
+
name: string;
|
4857
4857
|
createdAt: Date;
|
4858
4858
|
updatedAt: Date;
|
4859
4859
|
deletedAt: Date | null;
|
4860
4860
|
contact: {
|
4861
|
-
name: string;
|
4862
4861
|
id: string;
|
4863
4862
|
channel: string | null;
|
4864
4863
|
address: string | null;
|
4864
|
+
name: string;
|
4865
4865
|
createdAt: Date;
|
4866
4866
|
updatedAt: Date;
|
4867
4867
|
deletedAt: Date | null;
|
@@ -4872,17 +4872,17 @@ export declare const messageContract: {
|
|
4872
4872
|
contactId: string;
|
4873
4873
|
isNewContact: boolean;
|
4874
4874
|
}, {
|
4875
|
-
name: string;
|
4876
4875
|
id: string;
|
4877
4876
|
address: string;
|
4877
|
+
name: string;
|
4878
4878
|
createdAt: Date;
|
4879
4879
|
updatedAt: Date;
|
4880
4880
|
deletedAt: Date | null;
|
4881
4881
|
contact: {
|
4882
|
-
name: string;
|
4883
4882
|
id: string;
|
4884
4883
|
channel: string | null;
|
4885
4884
|
address: string | null;
|
4885
|
+
name: string;
|
4886
4886
|
createdAt: Date;
|
4887
4887
|
updatedAt: Date;
|
4888
4888
|
deletedAt: Date | null;
|
@@ -4902,17 +4902,17 @@ export declare const messageContract: {
|
|
4902
4902
|
messageId: string;
|
4903
4903
|
mailUserId: string;
|
4904
4904
|
mailUser: {
|
4905
|
-
name: string;
|
4906
4905
|
id: string;
|
4907
4906
|
address: string;
|
4907
|
+
name: string;
|
4908
4908
|
createdAt: Date;
|
4909
4909
|
updatedAt: Date;
|
4910
4910
|
deletedAt: Date | null;
|
4911
4911
|
contact: {
|
4912
|
-
name: string;
|
4913
4912
|
id: string;
|
4914
4913
|
channel: string | null;
|
4915
4914
|
address: string | null;
|
4915
|
+
name: string;
|
4916
4916
|
createdAt: Date;
|
4917
4917
|
updatedAt: Date;
|
4918
4918
|
deletedAt: Date | null;
|
@@ -4932,17 +4932,17 @@ export declare const messageContract: {
|
|
4932
4932
|
messageId: string;
|
4933
4933
|
mailUserId: string;
|
4934
4934
|
mailUser: {
|
4935
|
-
name: string;
|
4936
4935
|
id: string;
|
4937
4936
|
address: string;
|
4937
|
+
name: string;
|
4938
4938
|
createdAt: Date;
|
4939
4939
|
updatedAt: Date;
|
4940
4940
|
deletedAt: Date | null;
|
4941
4941
|
contact: {
|
4942
|
-
name: string;
|
4943
4942
|
id: string;
|
4944
4943
|
channel: string | null;
|
4945
4944
|
address: string | null;
|
4945
|
+
name: string;
|
4946
4946
|
createdAt: Date;
|
4947
4947
|
updatedAt: Date;
|
4948
4948
|
deletedAt: Date | null;
|
@@ -5064,17 +5064,17 @@ export declare const messageContract: {
|
|
5064
5064
|
messageId: string;
|
5065
5065
|
mailUserId: string;
|
5066
5066
|
mailUser: {
|
5067
|
-
name: string;
|
5068
5067
|
id: string;
|
5069
5068
|
address: string;
|
5069
|
+
name: string;
|
5070
5070
|
createdAt: Date;
|
5071
5071
|
updatedAt: Date;
|
5072
5072
|
deletedAt: Date | null;
|
5073
5073
|
contact: {
|
5074
|
-
name: string;
|
5075
5074
|
id: string;
|
5076
5075
|
channel: string | null;
|
5077
5076
|
address: string | null;
|
5077
|
+
name: string;
|
5078
5078
|
createdAt: Date;
|
5079
5079
|
updatedAt: Date;
|
5080
5080
|
deletedAt: Date | null;
|
@@ -5120,17 +5120,17 @@ export declare const messageContract: {
|
|
5120
5120
|
messageId: string;
|
5121
5121
|
mailUserId: string;
|
5122
5122
|
mailUser: {
|
5123
|
-
name: string;
|
5124
5123
|
id: string;
|
5125
5124
|
address: string;
|
5125
|
+
name: string;
|
5126
5126
|
createdAt: Date;
|
5127
5127
|
updatedAt: Date;
|
5128
5128
|
deletedAt: Date | null;
|
5129
5129
|
contact: {
|
5130
|
-
name: string;
|
5131
5130
|
id: string;
|
5132
5131
|
channel: string | null;
|
5133
5132
|
address: string | null;
|
5133
|
+
name: string;
|
5134
5134
|
createdAt: Date;
|
5135
5135
|
updatedAt: Date;
|
5136
5136
|
deletedAt: Date | null;
|
@@ -5151,17 +5151,17 @@ export declare const messageContract: {
|
|
5151
5151
|
messageId: string;
|
5152
5152
|
mailUserId: string;
|
5153
5153
|
mailUser: {
|
5154
|
-
name: string;
|
5155
5154
|
id: string;
|
5156
5155
|
address: string;
|
5156
|
+
name: string;
|
5157
5157
|
createdAt: Date;
|
5158
5158
|
updatedAt: Date;
|
5159
5159
|
deletedAt: Date | null;
|
5160
5160
|
contact: {
|
5161
|
-
name: string;
|
5162
5161
|
id: string;
|
5163
5162
|
channel: string | null;
|
5164
5163
|
address: string | null;
|
5164
|
+
name: string;
|
5165
5165
|
createdAt: Date;
|
5166
5166
|
updatedAt: Date;
|
5167
5167
|
deletedAt: Date | null;
|
@@ -5182,17 +5182,17 @@ export declare const messageContract: {
|
|
5182
5182
|
messageId: string;
|
5183
5183
|
mailUserId: string;
|
5184
5184
|
mailUser: {
|
5185
|
-
name: string;
|
5186
5185
|
id: string;
|
5187
5186
|
address: string;
|
5187
|
+
name: string;
|
5188
5188
|
createdAt: Date;
|
5189
5189
|
updatedAt: Date;
|
5190
5190
|
deletedAt: Date | null;
|
5191
5191
|
contact: {
|
5192
|
-
name: string;
|
5193
5192
|
id: string;
|
5194
5193
|
channel: string | null;
|
5195
5194
|
address: string | null;
|
5195
|
+
name: string;
|
5196
5196
|
createdAt: Date;
|
5197
5197
|
updatedAt: Date;
|
5198
5198
|
deletedAt: Date | null;
|
@@ -5232,17 +5232,17 @@ export declare const messageContract: {
|
|
5232
5232
|
messageId: string;
|
5233
5233
|
mailUserId: string;
|
5234
5234
|
mailUser: {
|
5235
|
-
name: string;
|
5236
5235
|
id: string;
|
5237
5236
|
address: string;
|
5237
|
+
name: string;
|
5238
5238
|
createdAt: Date;
|
5239
5239
|
updatedAt: Date;
|
5240
5240
|
deletedAt: Date | null;
|
5241
5241
|
contact: {
|
5242
|
-
name: string;
|
5243
5242
|
id: string;
|
5244
5243
|
channel: string | null;
|
5245
5244
|
address: string | null;
|
5245
|
+
name: string;
|
5246
5246
|
createdAt: Date;
|
5247
5247
|
updatedAt: Date;
|
5248
5248
|
deletedAt: Date | null;
|
@@ -5288,17 +5288,17 @@ export declare const messageContract: {
|
|
5288
5288
|
messageId: string;
|
5289
5289
|
mailUserId: string;
|
5290
5290
|
mailUser: {
|
5291
|
-
name: string;
|
5292
5291
|
id: string;
|
5293
5292
|
address: string;
|
5293
|
+
name: string;
|
5294
5294
|
createdAt: Date;
|
5295
5295
|
updatedAt: Date;
|
5296
5296
|
deletedAt: Date | null;
|
5297
5297
|
contact: {
|
5298
|
-
name: string;
|
5299
5298
|
id: string;
|
5300
5299
|
channel: string | null;
|
5301
5300
|
address: string | null;
|
5301
|
+
name: string;
|
5302
5302
|
createdAt: Date;
|
5303
5303
|
updatedAt: Date;
|
5304
5304
|
deletedAt: Date | null;
|
@@ -5319,17 +5319,17 @@ export declare const messageContract: {
|
|
5319
5319
|
messageId: string;
|
5320
5320
|
mailUserId: string;
|
5321
5321
|
mailUser: {
|
5322
|
-
name: string;
|
5323
5322
|
id: string;
|
5324
5323
|
address: string;
|
5324
|
+
name: string;
|
5325
5325
|
createdAt: Date;
|
5326
5326
|
updatedAt: Date;
|
5327
5327
|
deletedAt: Date | null;
|
5328
5328
|
contact: {
|
5329
|
-
name: string;
|
5330
5329
|
id: string;
|
5331
5330
|
channel: string | null;
|
5332
5331
|
address: string | null;
|
5332
|
+
name: string;
|
5333
5333
|
createdAt: Date;
|
5334
5334
|
updatedAt: Date;
|
5335
5335
|
deletedAt: Date | null;
|
@@ -5350,17 +5350,17 @@ export declare const messageContract: {
|
|
5350
5350
|
messageId: string;
|
5351
5351
|
mailUserId: string;
|
5352
5352
|
mailUser: {
|
5353
|
-
name: string;
|
5354
5353
|
id: string;
|
5355
5354
|
address: string;
|
5355
|
+
name: string;
|
5356
5356
|
createdAt: Date;
|
5357
5357
|
updatedAt: Date;
|
5358
5358
|
deletedAt: Date | null;
|
5359
5359
|
contact: {
|
5360
|
-
name: string;
|
5361
5360
|
id: string;
|
5362
5361
|
channel: string | null;
|
5363
5362
|
address: string | null;
|
5363
|
+
name: string;
|
5364
5364
|
createdAt: Date;
|
5365
5365
|
updatedAt: Date;
|
5366
5366
|
deletedAt: Date | null;
|
@@ -5402,17 +5402,17 @@ export declare const messageContract: {
|
|
5402
5402
|
messageId: string;
|
5403
5403
|
mailUserId: string;
|
5404
5404
|
mailUser: {
|
5405
|
-
name: string;
|
5406
5405
|
id: string;
|
5407
5406
|
address: string;
|
5407
|
+
name: string;
|
5408
5408
|
createdAt: Date;
|
5409
5409
|
updatedAt: Date;
|
5410
5410
|
deletedAt: Date | null;
|
5411
5411
|
contact: {
|
5412
|
-
name: string;
|
5413
5412
|
id: string;
|
5414
5413
|
channel: string | null;
|
5415
5414
|
address: string | null;
|
5415
|
+
name: string;
|
5416
5416
|
createdAt: Date;
|
5417
5417
|
updatedAt: Date;
|
5418
5418
|
deletedAt: Date | null;
|
@@ -5458,17 +5458,17 @@ export declare const messageContract: {
|
|
5458
5458
|
messageId: string;
|
5459
5459
|
mailUserId: string;
|
5460
5460
|
mailUser: {
|
5461
|
-
name: string;
|
5462
5461
|
id: string;
|
5463
5462
|
address: string;
|
5463
|
+
name: string;
|
5464
5464
|
createdAt: Date;
|
5465
5465
|
updatedAt: Date;
|
5466
5466
|
deletedAt: Date | null;
|
5467
5467
|
contact: {
|
5468
|
-
name: string;
|
5469
5468
|
id: string;
|
5470
5469
|
channel: string | null;
|
5471
5470
|
address: string | null;
|
5471
|
+
name: string;
|
5472
5472
|
createdAt: Date;
|
5473
5473
|
updatedAt: Date;
|
5474
5474
|
deletedAt: Date | null;
|
@@ -5489,17 +5489,17 @@ export declare const messageContract: {
|
|
5489
5489
|
messageId: string;
|
5490
5490
|
mailUserId: string;
|
5491
5491
|
mailUser: {
|
5492
|
-
name: string;
|
5493
5492
|
id: string;
|
5494
5493
|
address: string;
|
5494
|
+
name: string;
|
5495
5495
|
createdAt: Date;
|
5496
5496
|
updatedAt: Date;
|
5497
5497
|
deletedAt: Date | null;
|
5498
5498
|
contact: {
|
5499
|
-
name: string;
|
5500
5499
|
id: string;
|
5501
5500
|
channel: string | null;
|
5502
5501
|
address: string | null;
|
5502
|
+
name: string;
|
5503
5503
|
createdAt: Date;
|
5504
5504
|
updatedAt: Date;
|
5505
5505
|
deletedAt: Date | null;
|
@@ -5520,17 +5520,17 @@ export declare const messageContract: {
|
|
5520
5520
|
messageId: string;
|
5521
5521
|
mailUserId: string;
|
5522
5522
|
mailUser: {
|
5523
|
-
name: string;
|
5524
5523
|
id: string;
|
5525
5524
|
address: string;
|
5525
|
+
name: string;
|
5526
5526
|
createdAt: Date;
|
5527
5527
|
updatedAt: Date;
|
5528
5528
|
deletedAt: Date | null;
|
5529
5529
|
contact: {
|
5530
|
-
name: string;
|
5531
5530
|
id: string;
|
5532
5531
|
channel: string | null;
|
5533
5532
|
address: string | null;
|
5533
|
+
name: string;
|
5534
5534
|
createdAt: Date;
|
5535
5535
|
updatedAt: Date;
|
5536
5536
|
deletedAt: Date | null;
|
@@ -5573,17 +5573,17 @@ export declare const messageContract: {
|
|
5573
5573
|
messageId: string;
|
5574
5574
|
mailUserId: string;
|
5575
5575
|
mailUser: {
|
5576
|
-
name: string;
|
5577
5576
|
id: string;
|
5578
5577
|
address: string;
|
5578
|
+
name: string;
|
5579
5579
|
createdAt: Date;
|
5580
5580
|
updatedAt: Date;
|
5581
5581
|
deletedAt: Date | null;
|
5582
5582
|
contact: {
|
5583
|
-
name: string;
|
5584
5583
|
id: string;
|
5585
5584
|
channel: string | null;
|
5586
5585
|
address: string | null;
|
5586
|
+
name: string;
|
5587
5587
|
createdAt: Date;
|
5588
5588
|
updatedAt: Date;
|
5589
5589
|
deletedAt: Date | null;
|
@@ -5629,17 +5629,17 @@ export declare const messageContract: {
|
|
5629
5629
|
messageId: string;
|
5630
5630
|
mailUserId: string;
|
5631
5631
|
mailUser: {
|
5632
|
-
name: string;
|
5633
5632
|
id: string;
|
5634
5633
|
address: string;
|
5634
|
+
name: string;
|
5635
5635
|
createdAt: Date;
|
5636
5636
|
updatedAt: Date;
|
5637
5637
|
deletedAt: Date | null;
|
5638
5638
|
contact: {
|
5639
|
-
name: string;
|
5640
5639
|
id: string;
|
5641
5640
|
channel: string | null;
|
5642
5641
|
address: string | null;
|
5642
|
+
name: string;
|
5643
5643
|
createdAt: Date;
|
5644
5644
|
updatedAt: Date;
|
5645
5645
|
deletedAt: Date | null;
|
@@ -5660,17 +5660,17 @@ export declare const messageContract: {
|
|
5660
5660
|
messageId: string;
|
5661
5661
|
mailUserId: string;
|
5662
5662
|
mailUser: {
|
5663
|
-
name: string;
|
5664
5663
|
id: string;
|
5665
5664
|
address: string;
|
5665
|
+
name: string;
|
5666
5666
|
createdAt: Date;
|
5667
5667
|
updatedAt: Date;
|
5668
5668
|
deletedAt: Date | null;
|
5669
5669
|
contact: {
|
5670
|
-
name: string;
|
5671
5670
|
id: string;
|
5672
5671
|
channel: string | null;
|
5673
5672
|
address: string | null;
|
5673
|
+
name: string;
|
5674
5674
|
createdAt: Date;
|
5675
5675
|
updatedAt: Date;
|
5676
5676
|
deletedAt: Date | null;
|
@@ -5691,17 +5691,17 @@ export declare const messageContract: {
|
|
5691
5691
|
messageId: string;
|
5692
5692
|
mailUserId: string;
|
5693
5693
|
mailUser: {
|
5694
|
-
name: string;
|
5695
5694
|
id: string;
|
5696
5695
|
address: string;
|
5696
|
+
name: string;
|
5697
5697
|
createdAt: Date;
|
5698
5698
|
updatedAt: Date;
|
5699
5699
|
deletedAt: Date | null;
|
5700
5700
|
contact: {
|
5701
|
-
name: string;
|
5702
5701
|
id: string;
|
5703
5702
|
channel: string | null;
|
5704
5703
|
address: string | null;
|
5704
|
+
name: string;
|
5705
5705
|
createdAt: Date;
|
5706
5706
|
updatedAt: Date;
|
5707
5707
|
deletedAt: Date | null;
|