@kl1/contracts 1.1.52 → 1.1.53
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 +439 -439
- package/dist/api-contracts/src/channel/schema.d.ts +16 -16
- package/dist/api-contracts/src/channel/validation.d.ts +14 -14
- package/dist/api-contracts/src/chat/index.d.ts +3728 -3728
- package/dist/api-contracts/src/chat/schema.d.ts +844 -862
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +707 -707
- 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 +8211 -8077
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/index.d.ts +248 -248
- package/dist/api-contracts/src/cx-log/schema.d.ts +198 -198
- package/dist/api-contracts/src/cx-log/validation.d.ts +2 -2
- package/dist/api-contracts/src/dashboard/index.d.ts +40 -40
- package/dist/api-contracts/src/dashboard/schema.d.ts +34 -34
- package/dist/api-contracts/src/extension/index.d.ts +4 -4
- package/dist/api-contracts/src/facebook-feed/index.d.ts +682 -682
- package/dist/api-contracts/src/facebook-feed/schema.d.ts +64 -64
- package/dist/api-contracts/src/facebook-feed/validation.d.ts +66 -66
- package/dist/api-contracts/src/hold-label/index.d.ts +315 -0
- package/dist/api-contracts/src/hold-label/index.d.ts.map +1 -0
- package/dist/api-contracts/src/hold-label/schema.d.ts +24 -0
- package/dist/api-contracts/src/hold-label/schema.d.ts.map +1 -0
- package/dist/api-contracts/src/hold-label/validation.d.ts +24 -0
- package/dist/api-contracts/src/hold-label/validation.d.ts.map +1 -0
- package/dist/api-contracts/src/instagram/index.d.ts +570 -570
- package/dist/api-contracts/src/instagram/validation.d.ts +10 -10
- package/dist/api-contracts/src/line/index.d.ts +582 -582
- package/dist/api-contracts/src/line/schema.d.ts +4 -4
- package/dist/api-contracts/src/line/validation.d.ts +50 -50
- package/dist/api-contracts/src/mail/account-contract.d.ts +72 -72
- package/dist/api-contracts/src/mail/mail-contract.d.ts +2254 -2254
- 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 +1444 -1444
- 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 +468 -468
- package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +458 -458
- package/dist/api-contracts/src/messenger/index.d.ts +573 -573
- 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/presence-status/index.d.ts +556 -0
- package/dist/api-contracts/src/presence-status/index.d.ts.map +1 -0
- package/dist/api-contracts/src/presence-status/schema.d.ts +31 -0
- package/dist/api-contracts/src/presence-status/schema.d.ts.map +1 -0
- package/dist/api-contracts/src/presence-status/validation.d.ts +28 -0
- package/dist/api-contracts/src/presence-status/validation.d.ts.map +1 -0
- 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 +86 -86
- 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 +1934 -0
- package/dist/api-contracts/src/subscription/index.d.ts.map +1 -0
- package/dist/api-contracts/src/subscription/schema.d.ts +2059 -0
- package/dist/api-contracts/src/subscription/schema.d.ts.map +1 -0
- package/dist/api-contracts/src/subscription/validation.d.ts +37 -0
- package/dist/api-contracts/src/subscription/validation.d.ts.map +1 -0
- 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 +530 -530
- 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 +320 -186
- package/dist/api-contracts/src/telephony-cdr/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-cdr/schema.d.ts +68 -58
- package/dist/api-contracts/src/telephony-cdr/schema.d.ts.map +1 -1
- 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 +542 -542
- package/dist/api-contracts/src/viber/validation.d.ts +4 -4
- package/dist/api-contracts/src/webchat/index.d.ts +488 -488
- 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 +19983 -0
- package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -0
- package/dist/api-contracts/src/whatsapp/schema.d.ts +2 -0
- package/dist/api-contracts/src/whatsapp/schema.d.ts.map +1 -0
- package/dist/api-contracts/src/whatsapp/validation.d.ts +76 -0
- package/dist/api-contracts/src/whatsapp/validation.d.ts.map +1 -0
- 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 +212 -212
- 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/index.js +37 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +37 -0
- 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;
|
379
380
|
id: string;
|
380
381
|
channel: string | null;
|
381
382
|
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;
|
390
391
|
id: string;
|
391
392
|
channel: string | null;
|
392
393
|
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;
|
403
404
|
id: string;
|
404
405
|
address: string;
|
405
|
-
name: string;
|
406
406
|
createdAt: Date;
|
407
407
|
updatedAt: Date;
|
408
408
|
deletedAt: Date | null;
|
409
409
|
contact: {
|
410
|
+
name: string;
|
410
411
|
id: string;
|
411
412
|
channel: string | null;
|
412
413
|
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;
|
424
425
|
id: string;
|
425
426
|
address: string;
|
426
|
-
name: string;
|
427
427
|
createdAt: Date;
|
428
428
|
updatedAt: Date;
|
429
429
|
deletedAt: Date | null;
|
430
430
|
contact: {
|
431
|
+
name: string;
|
431
432
|
id: string;
|
432
433
|
channel: string | null;
|
433
434
|
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;
|
454
455
|
id: string;
|
455
456
|
address: string;
|
456
|
-
name: string;
|
457
457
|
createdAt: Date;
|
458
458
|
updatedAt: Date;
|
459
459
|
deletedAt: Date | null;
|
460
460
|
contact: {
|
461
|
+
name: string;
|
461
462
|
id: string;
|
462
463
|
channel: string | null;
|
463
464
|
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;
|
484
485
|
id: string;
|
485
486
|
address: string;
|
486
|
-
name: string;
|
487
487
|
createdAt: Date;
|
488
488
|
updatedAt: Date;
|
489
489
|
deletedAt: Date | null;
|
490
490
|
contact: {
|
491
|
+
name: string;
|
491
492
|
id: string;
|
492
493
|
channel: string | null;
|
493
494
|
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;
|
534
535
|
id: string;
|
535
536
|
channel: string | null;
|
536
537
|
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;
|
545
546
|
id: string;
|
546
547
|
channel: string | null;
|
547
548
|
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;
|
558
559
|
id: string;
|
559
560
|
address: string;
|
560
|
-
name: string;
|
561
561
|
createdAt: Date;
|
562
562
|
updatedAt: Date;
|
563
563
|
deletedAt: Date | null;
|
564
564
|
contact: {
|
565
|
+
name: string;
|
565
566
|
id: string;
|
566
567
|
channel: string | null;
|
567
568
|
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;
|
579
580
|
id: string;
|
580
581
|
address: string;
|
581
|
-
name: string;
|
582
582
|
createdAt: Date;
|
583
583
|
updatedAt: Date;
|
584
584
|
deletedAt: Date | null;
|
585
585
|
contact: {
|
586
|
+
name: string;
|
586
587
|
id: string;
|
587
588
|
channel: string | null;
|
588
589
|
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;
|
609
610
|
id: string;
|
610
611
|
address: string;
|
611
|
-
name: string;
|
612
612
|
createdAt: Date;
|
613
613
|
updatedAt: Date;
|
614
614
|
deletedAt: Date | null;
|
615
615
|
contact: {
|
616
|
+
name: string;
|
616
617
|
id: string;
|
617
618
|
channel: string | null;
|
618
619
|
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;
|
639
640
|
id: string;
|
640
641
|
address: string;
|
641
|
-
name: string;
|
642
642
|
createdAt: Date;
|
643
643
|
updatedAt: Date;
|
644
644
|
deletedAt: Date | null;
|
645
645
|
contact: {
|
646
|
+
name: string;
|
646
647
|
id: string;
|
647
648
|
channel: string | null;
|
648
649
|
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;
|
689
690
|
id: string;
|
690
691
|
channel: string | null;
|
691
692
|
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;
|
700
701
|
id: string;
|
701
702
|
channel: string | null;
|
702
703
|
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;
|
713
714
|
id: string;
|
714
715
|
address: string;
|
715
|
-
name: string;
|
716
716
|
createdAt: Date;
|
717
717
|
updatedAt: Date;
|
718
718
|
deletedAt: Date | null;
|
719
719
|
contact: {
|
720
|
+
name: string;
|
720
721
|
id: string;
|
721
722
|
channel: string | null;
|
722
723
|
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;
|
734
735
|
id: string;
|
735
736
|
address: string;
|
736
|
-
name: string;
|
737
737
|
createdAt: Date;
|
738
738
|
updatedAt: Date;
|
739
739
|
deletedAt: Date | null;
|
740
740
|
contact: {
|
741
|
+
name: string;
|
741
742
|
id: string;
|
742
743
|
channel: string | null;
|
743
744
|
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;
|
764
765
|
id: string;
|
765
766
|
address: string;
|
766
|
-
name: string;
|
767
767
|
createdAt: Date;
|
768
768
|
updatedAt: Date;
|
769
769
|
deletedAt: Date | null;
|
770
770
|
contact: {
|
771
|
+
name: string;
|
771
772
|
id: string;
|
772
773
|
channel: string | null;
|
773
774
|
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;
|
794
795
|
id: string;
|
795
796
|
address: string;
|
796
|
-
name: string;
|
797
797
|
createdAt: Date;
|
798
798
|
updatedAt: Date;
|
799
799
|
deletedAt: Date | null;
|
800
800
|
contact: {
|
801
|
+
name: string;
|
801
802
|
id: string;
|
802
803
|
channel: string | null;
|
803
804
|
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;
|
844
845
|
id: string;
|
845
846
|
channel: string | null;
|
846
847
|
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;
|
855
856
|
id: string;
|
856
857
|
channel: string | null;
|
857
858
|
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;
|
868
869
|
id: string;
|
869
870
|
address: string;
|
870
|
-
name: string;
|
871
871
|
createdAt: Date;
|
872
872
|
updatedAt: Date;
|
873
873
|
deletedAt: Date | null;
|
874
874
|
contact: {
|
875
|
+
name: string;
|
875
876
|
id: string;
|
876
877
|
channel: string | null;
|
877
878
|
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;
|
889
890
|
id: string;
|
890
891
|
address: string;
|
891
|
-
name: string;
|
892
892
|
createdAt: Date;
|
893
893
|
updatedAt: Date;
|
894
894
|
deletedAt: Date | null;
|
895
895
|
contact: {
|
896
|
+
name: string;
|
896
897
|
id: string;
|
897
898
|
channel: string | null;
|
898
899
|
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;
|
919
920
|
id: string;
|
920
921
|
address: string;
|
921
|
-
name: string;
|
922
922
|
createdAt: Date;
|
923
923
|
updatedAt: Date;
|
924
924
|
deletedAt: Date | null;
|
925
925
|
contact: {
|
926
|
+
name: string;
|
926
927
|
id: string;
|
927
928
|
channel: string | null;
|
928
929
|
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;
|
949
950
|
id: string;
|
950
951
|
address: string;
|
951
|
-
name: string;
|
952
952
|
createdAt: Date;
|
953
953
|
updatedAt: Date;
|
954
954
|
deletedAt: Date | null;
|
955
955
|
contact: {
|
956
|
+
name: string;
|
956
957
|
id: string;
|
957
958
|
channel: string | null;
|
958
959
|
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;
|
1081
1082
|
id: string;
|
1082
1083
|
address: string;
|
1083
|
-
name: string;
|
1084
1084
|
createdAt: Date;
|
1085
1085
|
updatedAt: Date;
|
1086
1086
|
deletedAt: Date | null;
|
1087
1087
|
contact: {
|
1088
|
+
name: string;
|
1088
1089
|
id: string;
|
1089
1090
|
channel: string | null;
|
1090
1091
|
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;
|
1137
1138
|
id: string;
|
1138
1139
|
address: string;
|
1139
|
-
name: string;
|
1140
1140
|
createdAt: Date;
|
1141
1141
|
updatedAt: Date;
|
1142
1142
|
deletedAt: Date | null;
|
1143
1143
|
contact: {
|
1144
|
+
name: string;
|
1144
1145
|
id: string;
|
1145
1146
|
channel: string | null;
|
1146
1147
|
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;
|
1168
1169
|
id: string;
|
1169
1170
|
address: string;
|
1170
|
-
name: string;
|
1171
1171
|
createdAt: Date;
|
1172
1172
|
updatedAt: Date;
|
1173
1173
|
deletedAt: Date | null;
|
1174
1174
|
contact: {
|
1175
|
+
name: string;
|
1175
1176
|
id: string;
|
1176
1177
|
channel: string | null;
|
1177
1178
|
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;
|
1199
1200
|
id: string;
|
1200
1201
|
address: string;
|
1201
|
-
name: string;
|
1202
1202
|
createdAt: Date;
|
1203
1203
|
updatedAt: Date;
|
1204
1204
|
deletedAt: Date | null;
|
1205
1205
|
contact: {
|
1206
|
+
name: string;
|
1206
1207
|
id: string;
|
1207
1208
|
channel: string | null;
|
1208
1209
|
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;
|
1249
1250
|
id: string;
|
1250
1251
|
address: string;
|
1251
|
-
name: string;
|
1252
1252
|
createdAt: Date;
|
1253
1253
|
updatedAt: Date;
|
1254
1254
|
deletedAt: Date | null;
|
1255
1255
|
contact: {
|
1256
|
+
name: string;
|
1256
1257
|
id: string;
|
1257
1258
|
channel: string | null;
|
1258
1259
|
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;
|
1305
1306
|
id: string;
|
1306
1307
|
address: string;
|
1307
|
-
name: string;
|
1308
1308
|
createdAt: Date;
|
1309
1309
|
updatedAt: Date;
|
1310
1310
|
deletedAt: Date | null;
|
1311
1311
|
contact: {
|
1312
|
+
name: string;
|
1312
1313
|
id: string;
|
1313
1314
|
channel: string | null;
|
1314
1315
|
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;
|
1336
1337
|
id: string;
|
1337
1338
|
address: string;
|
1338
|
-
name: string;
|
1339
1339
|
createdAt: Date;
|
1340
1340
|
updatedAt: Date;
|
1341
1341
|
deletedAt: Date | null;
|
1342
1342
|
contact: {
|
1343
|
+
name: string;
|
1343
1344
|
id: string;
|
1344
1345
|
channel: string | null;
|
1345
1346
|
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;
|
1367
1368
|
id: string;
|
1368
1369
|
address: string;
|
1369
|
-
name: string;
|
1370
1370
|
createdAt: Date;
|
1371
1371
|
updatedAt: Date;
|
1372
1372
|
deletedAt: Date | null;
|
1373
1373
|
contact: {
|
1374
|
+
name: string;
|
1374
1375
|
id: string;
|
1375
1376
|
channel: string | null;
|
1376
1377
|
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;
|
1419
1420
|
id: string;
|
1420
1421
|
address: string;
|
1421
|
-
name: string;
|
1422
1422
|
createdAt: Date;
|
1423
1423
|
updatedAt: Date;
|
1424
1424
|
deletedAt: Date | null;
|
1425
1425
|
contact: {
|
1426
|
+
name: string;
|
1426
1427
|
id: string;
|
1427
1428
|
channel: string | null;
|
1428
1429
|
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;
|
1475
1476
|
id: string;
|
1476
1477
|
address: string;
|
1477
|
-
name: string;
|
1478
1478
|
createdAt: Date;
|
1479
1479
|
updatedAt: Date;
|
1480
1480
|
deletedAt: Date | null;
|
1481
1481
|
contact: {
|
1482
|
+
name: string;
|
1482
1483
|
id: string;
|
1483
1484
|
channel: string | null;
|
1484
1485
|
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;
|
1506
1507
|
id: string;
|
1507
1508
|
address: string;
|
1508
|
-
name: string;
|
1509
1509
|
createdAt: Date;
|
1510
1510
|
updatedAt: Date;
|
1511
1511
|
deletedAt: Date | null;
|
1512
1512
|
contact: {
|
1513
|
+
name: string;
|
1513
1514
|
id: string;
|
1514
1515
|
channel: string | null;
|
1515
1516
|
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;
|
1537
1538
|
id: string;
|
1538
1539
|
address: string;
|
1539
|
-
name: string;
|
1540
1540
|
createdAt: Date;
|
1541
1541
|
updatedAt: Date;
|
1542
1542
|
deletedAt: Date | null;
|
1543
1543
|
contact: {
|
1544
|
+
name: string;
|
1544
1545
|
id: string;
|
1545
1546
|
channel: string | null;
|
1546
1547
|
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;
|
1590
1591
|
id: string;
|
1591
1592
|
address: string;
|
1592
|
-
name: string;
|
1593
1593
|
createdAt: Date;
|
1594
1594
|
updatedAt: Date;
|
1595
1595
|
deletedAt: Date | null;
|
1596
1596
|
contact: {
|
1597
|
+
name: string;
|
1597
1598
|
id: string;
|
1598
1599
|
channel: string | null;
|
1599
1600
|
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;
|
1646
1647
|
id: string;
|
1647
1648
|
address: string;
|
1648
|
-
name: string;
|
1649
1649
|
createdAt: Date;
|
1650
1650
|
updatedAt: Date;
|
1651
1651
|
deletedAt: Date | null;
|
1652
1652
|
contact: {
|
1653
|
+
name: string;
|
1653
1654
|
id: string;
|
1654
1655
|
channel: string | null;
|
1655
1656
|
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;
|
1677
1678
|
id: string;
|
1678
1679
|
address: string;
|
1679
|
-
name: string;
|
1680
1680
|
createdAt: Date;
|
1681
1681
|
updatedAt: Date;
|
1682
1682
|
deletedAt: Date | null;
|
1683
1683
|
contact: {
|
1684
|
+
name: string;
|
1684
1685
|
id: string;
|
1685
1686
|
channel: string | null;
|
1686
1687
|
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;
|
1708
1709
|
id: string;
|
1709
1710
|
address: string;
|
1710
|
-
name: string;
|
1711
1711
|
createdAt: Date;
|
1712
1712
|
updatedAt: Date;
|
1713
1713
|
deletedAt: Date | null;
|
1714
1714
|
contact: {
|
1715
|
+
name: string;
|
1715
1716
|
id: string;
|
1716
1717
|
channel: string | null;
|
1717
1718
|
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;
|
1795
1796
|
id: string;
|
1796
1797
|
channel: string | null;
|
1797
1798
|
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;
|
1806
1807
|
id: string;
|
1807
1808
|
channel: string | null;
|
1808
1809
|
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;
|
1819
1820
|
id: string;
|
1820
1821
|
address: string;
|
1821
|
-
name: string;
|
1822
1822
|
createdAt: Date;
|
1823
1823
|
updatedAt: Date;
|
1824
1824
|
deletedAt: Date | null;
|
1825
1825
|
contact: {
|
1826
|
+
name: string;
|
1826
1827
|
id: string;
|
1827
1828
|
channel: string | null;
|
1828
1829
|
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;
|
1840
1841
|
id: string;
|
1841
1842
|
address: string;
|
1842
|
-
name: string;
|
1843
1843
|
createdAt: Date;
|
1844
1844
|
updatedAt: Date;
|
1845
1845
|
deletedAt: Date | null;
|
1846
1846
|
contact: {
|
1847
|
+
name: string;
|
1847
1848
|
id: string;
|
1848
1849
|
channel: string | null;
|
1849
1850
|
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;
|
1870
1871
|
id: string;
|
1871
1872
|
address: string;
|
1872
|
-
name: string;
|
1873
1873
|
createdAt: Date;
|
1874
1874
|
updatedAt: Date;
|
1875
1875
|
deletedAt: Date | null;
|
1876
1876
|
contact: {
|
1877
|
+
name: string;
|
1877
1878
|
id: string;
|
1878
1879
|
channel: string | null;
|
1879
1880
|
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;
|
1900
1901
|
id: string;
|
1901
1902
|
address: string;
|
1902
|
-
name: string;
|
1903
1903
|
createdAt: Date;
|
1904
1904
|
updatedAt: Date;
|
1905
1905
|
deletedAt: Date | null;
|
1906
1906
|
contact: {
|
1907
|
+
name: string;
|
1907
1908
|
id: string;
|
1908
1909
|
channel: string | null;
|
1909
1910
|
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;
|
1950
1951
|
id: string;
|
1951
1952
|
channel: string | null;
|
1952
1953
|
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;
|
1961
1962
|
id: string;
|
1962
1963
|
channel: string | null;
|
1963
1964
|
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;
|
1974
1975
|
id: string;
|
1975
1976
|
address: string;
|
1976
|
-
name: string;
|
1977
1977
|
createdAt: Date;
|
1978
1978
|
updatedAt: Date;
|
1979
1979
|
deletedAt: Date | null;
|
1980
1980
|
contact: {
|
1981
|
+
name: string;
|
1981
1982
|
id: string;
|
1982
1983
|
channel: string | null;
|
1983
1984
|
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;
|
1995
1996
|
id: string;
|
1996
1997
|
address: string;
|
1997
|
-
name: string;
|
1998
1998
|
createdAt: Date;
|
1999
1999
|
updatedAt: Date;
|
2000
2000
|
deletedAt: Date | null;
|
2001
2001
|
contact: {
|
2002
|
+
name: string;
|
2002
2003
|
id: string;
|
2003
2004
|
channel: string | null;
|
2004
2005
|
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;
|
2025
2026
|
id: string;
|
2026
2027
|
address: string;
|
2027
|
-
name: string;
|
2028
2028
|
createdAt: Date;
|
2029
2029
|
updatedAt: Date;
|
2030
2030
|
deletedAt: Date | null;
|
2031
2031
|
contact: {
|
2032
|
+
name: string;
|
2032
2033
|
id: string;
|
2033
2034
|
channel: string | null;
|
2034
2035
|
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;
|
2055
2056
|
id: string;
|
2056
2057
|
address: string;
|
2057
|
-
name: string;
|
2058
2058
|
createdAt: Date;
|
2059
2059
|
updatedAt: Date;
|
2060
2060
|
deletedAt: Date | null;
|
2061
2061
|
contact: {
|
2062
|
+
name: string;
|
2062
2063
|
id: string;
|
2063
2064
|
channel: string | null;
|
2064
2065
|
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;
|
2105
2106
|
id: string;
|
2106
2107
|
channel: string | null;
|
2107
2108
|
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;
|
2116
2117
|
id: string;
|
2117
2118
|
channel: string | null;
|
2118
2119
|
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;
|
2129
2130
|
id: string;
|
2130
2131
|
address: string;
|
2131
|
-
name: string;
|
2132
2132
|
createdAt: Date;
|
2133
2133
|
updatedAt: Date;
|
2134
2134
|
deletedAt: Date | null;
|
2135
2135
|
contact: {
|
2136
|
+
name: string;
|
2136
2137
|
id: string;
|
2137
2138
|
channel: string | null;
|
2138
2139
|
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;
|
2150
2151
|
id: string;
|
2151
2152
|
address: string;
|
2152
|
-
name: string;
|
2153
2153
|
createdAt: Date;
|
2154
2154
|
updatedAt: Date;
|
2155
2155
|
deletedAt: Date | null;
|
2156
2156
|
contact: {
|
2157
|
+
name: string;
|
2157
2158
|
id: string;
|
2158
2159
|
channel: string | null;
|
2159
2160
|
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;
|
2180
2181
|
id: string;
|
2181
2182
|
address: string;
|
2182
|
-
name: string;
|
2183
2183
|
createdAt: Date;
|
2184
2184
|
updatedAt: Date;
|
2185
2185
|
deletedAt: Date | null;
|
2186
2186
|
contact: {
|
2187
|
+
name: string;
|
2187
2188
|
id: string;
|
2188
2189
|
channel: string | null;
|
2189
2190
|
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;
|
2210
2211
|
id: string;
|
2211
2212
|
address: string;
|
2212
|
-
name: string;
|
2213
2213
|
createdAt: Date;
|
2214
2214
|
updatedAt: Date;
|
2215
2215
|
deletedAt: Date | null;
|
2216
2216
|
contact: {
|
2217
|
+
name: string;
|
2217
2218
|
id: string;
|
2218
2219
|
channel: string | null;
|
2219
2220
|
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;
|
2260
2261
|
id: string;
|
2261
2262
|
channel: string | null;
|
2262
2263
|
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;
|
2271
2272
|
id: string;
|
2272
2273
|
channel: string | null;
|
2273
2274
|
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;
|
2284
2285
|
id: string;
|
2285
2286
|
address: string;
|
2286
|
-
name: string;
|
2287
2287
|
createdAt: Date;
|
2288
2288
|
updatedAt: Date;
|
2289
2289
|
deletedAt: Date | null;
|
2290
2290
|
contact: {
|
2291
|
+
name: string;
|
2291
2292
|
id: string;
|
2292
2293
|
channel: string | null;
|
2293
2294
|
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;
|
2305
2306
|
id: string;
|
2306
2307
|
address: string;
|
2307
|
-
name: string;
|
2308
2308
|
createdAt: Date;
|
2309
2309
|
updatedAt: Date;
|
2310
2310
|
deletedAt: Date | null;
|
2311
2311
|
contact: {
|
2312
|
+
name: string;
|
2312
2313
|
id: string;
|
2313
2314
|
channel: string | null;
|
2314
2315
|
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;
|
2335
2336
|
id: string;
|
2336
2337
|
address: string;
|
2337
|
-
name: string;
|
2338
2338
|
createdAt: Date;
|
2339
2339
|
updatedAt: Date;
|
2340
2340
|
deletedAt: Date | null;
|
2341
2341
|
contact: {
|
2342
|
+
name: string;
|
2342
2343
|
id: string;
|
2343
2344
|
channel: string | null;
|
2344
2345
|
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;
|
2365
2366
|
id: string;
|
2366
2367
|
address: string;
|
2367
|
-
name: string;
|
2368
2368
|
createdAt: Date;
|
2369
2369
|
updatedAt: Date;
|
2370
2370
|
deletedAt: Date | null;
|
2371
2371
|
contact: {
|
2372
|
+
name: string;
|
2372
2373
|
id: string;
|
2373
2374
|
channel: string | null;
|
2374
2375
|
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;
|
2508
2509
|
id: string;
|
2509
2510
|
address: string;
|
2510
|
-
name: string;
|
2511
2511
|
createdAt: Date;
|
2512
2512
|
updatedAt: Date;
|
2513
2513
|
deletedAt: Date | null;
|
2514
2514
|
contact: {
|
2515
|
+
name: string;
|
2515
2516
|
id: string;
|
2516
2517
|
channel: string | null;
|
2517
2518
|
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;
|
2539
2540
|
id: string;
|
2540
2541
|
address: string;
|
2541
|
-
name: string;
|
2542
2542
|
createdAt: Date;
|
2543
2543
|
updatedAt: Date;
|
2544
2544
|
deletedAt: Date | null;
|
2545
2545
|
contact: {
|
2546
|
+
name: string;
|
2546
2547
|
id: string;
|
2547
2548
|
channel: string | null;
|
2548
2549
|
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;
|
2570
2571
|
id: string;
|
2571
2572
|
address: string;
|
2572
|
-
name: string;
|
2573
2573
|
createdAt: Date;
|
2574
2574
|
updatedAt: Date;
|
2575
2575
|
deletedAt: Date | null;
|
2576
2576
|
contact: {
|
2577
|
+
name: string;
|
2577
2578
|
id: string;
|
2578
2579
|
channel: string | null;
|
2579
2580
|
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;
|
2601
2602
|
id: string;
|
2602
2603
|
address: string;
|
2603
|
-
name: string;
|
2604
2604
|
createdAt: Date;
|
2605
2605
|
updatedAt: Date;
|
2606
2606
|
deletedAt: Date | null;
|
2607
2607
|
contact: {
|
2608
|
+
name: string;
|
2608
2609
|
id: string;
|
2609
2610
|
channel: string | null;
|
2610
2611
|
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;
|
2676
2677
|
id: string;
|
2677
2678
|
address: string;
|
2678
|
-
name: string;
|
2679
2679
|
createdAt: Date;
|
2680
2680
|
updatedAt: Date;
|
2681
2681
|
deletedAt: Date | null;
|
2682
2682
|
contact: {
|
2683
|
+
name: string;
|
2683
2684
|
id: string;
|
2684
2685
|
channel: string | null;
|
2685
2686
|
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;
|
2707
2708
|
id: string;
|
2708
2709
|
address: string;
|
2709
|
-
name: string;
|
2710
2710
|
createdAt: Date;
|
2711
2711
|
updatedAt: Date;
|
2712
2712
|
deletedAt: Date | null;
|
2713
2713
|
contact: {
|
2714
|
+
name: string;
|
2714
2715
|
id: string;
|
2715
2716
|
channel: string | null;
|
2716
2717
|
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;
|
2738
2739
|
id: string;
|
2739
2740
|
address: string;
|
2740
|
-
name: string;
|
2741
2741
|
createdAt: Date;
|
2742
2742
|
updatedAt: Date;
|
2743
2743
|
deletedAt: Date | null;
|
2744
2744
|
contact: {
|
2745
|
+
name: string;
|
2745
2746
|
id: string;
|
2746
2747
|
channel: string | null;
|
2747
2748
|
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;
|
2769
2770
|
id: string;
|
2770
2771
|
address: string;
|
2771
|
-
name: string;
|
2772
2772
|
createdAt: Date;
|
2773
2773
|
updatedAt: Date;
|
2774
2774
|
deletedAt: Date | null;
|
2775
2775
|
contact: {
|
2776
|
+
name: string;
|
2776
2777
|
id: string;
|
2777
2778
|
channel: string | null;
|
2778
2779
|
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;
|
2906
2907
|
id: string;
|
2907
2908
|
channel: string | null;
|
2908
2909
|
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;
|
2917
2918
|
id: string;
|
2918
2919
|
channel: string | null;
|
2919
2920
|
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;
|
2930
2931
|
id: string;
|
2931
2932
|
address: string;
|
2932
|
-
name: string;
|
2933
2933
|
createdAt: Date;
|
2934
2934
|
updatedAt: Date;
|
2935
2935
|
deletedAt: Date | null;
|
2936
2936
|
contact: {
|
2937
|
+
name: string;
|
2937
2938
|
id: string;
|
2938
2939
|
channel: string | null;
|
2939
2940
|
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;
|
2951
2952
|
id: string;
|
2952
2953
|
address: string;
|
2953
|
-
name: string;
|
2954
2954
|
createdAt: Date;
|
2955
2955
|
updatedAt: Date;
|
2956
2956
|
deletedAt: Date | null;
|
2957
2957
|
contact: {
|
2958
|
+
name: string;
|
2958
2959
|
id: string;
|
2959
2960
|
channel: string | null;
|
2960
2961
|
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;
|
2981
2982
|
id: string;
|
2982
2983
|
address: string;
|
2983
|
-
name: string;
|
2984
2984
|
createdAt: Date;
|
2985
2985
|
updatedAt: Date;
|
2986
2986
|
deletedAt: Date | null;
|
2987
2987
|
contact: {
|
2988
|
+
name: string;
|
2988
2989
|
id: string;
|
2989
2990
|
channel: string | null;
|
2990
2991
|
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;
|
3011
3012
|
id: string;
|
3012
3013
|
address: string;
|
3013
|
-
name: string;
|
3014
3014
|
createdAt: Date;
|
3015
3015
|
updatedAt: Date;
|
3016
3016
|
deletedAt: Date | null;
|
3017
3017
|
contact: {
|
3018
|
+
name: string;
|
3018
3019
|
id: string;
|
3019
3020
|
channel: string | null;
|
3020
3021
|
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;
|
3061
3062
|
id: string;
|
3062
3063
|
channel: string | null;
|
3063
3064
|
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;
|
3072
3073
|
id: string;
|
3073
3074
|
channel: string | null;
|
3074
3075
|
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;
|
3085
3086
|
id: string;
|
3086
3087
|
address: string;
|
3087
|
-
name: string;
|
3088
3088
|
createdAt: Date;
|
3089
3089
|
updatedAt: Date;
|
3090
3090
|
deletedAt: Date | null;
|
3091
3091
|
contact: {
|
3092
|
+
name: string;
|
3092
3093
|
id: string;
|
3093
3094
|
channel: string | null;
|
3094
3095
|
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;
|
3106
3107
|
id: string;
|
3107
3108
|
address: string;
|
3108
|
-
name: string;
|
3109
3109
|
createdAt: Date;
|
3110
3110
|
updatedAt: Date;
|
3111
3111
|
deletedAt: Date | null;
|
3112
3112
|
contact: {
|
3113
|
+
name: string;
|
3113
3114
|
id: string;
|
3114
3115
|
channel: string | null;
|
3115
3116
|
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;
|
3136
3137
|
id: string;
|
3137
3138
|
address: string;
|
3138
|
-
name: string;
|
3139
3139
|
createdAt: Date;
|
3140
3140
|
updatedAt: Date;
|
3141
3141
|
deletedAt: Date | null;
|
3142
3142
|
contact: {
|
3143
|
+
name: string;
|
3143
3144
|
id: string;
|
3144
3145
|
channel: string | null;
|
3145
3146
|
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;
|
3166
3167
|
id: string;
|
3167
3168
|
address: string;
|
3168
|
-
name: string;
|
3169
3169
|
createdAt: Date;
|
3170
3170
|
updatedAt: Date;
|
3171
3171
|
deletedAt: Date | null;
|
3172
3172
|
contact: {
|
3173
|
+
name: string;
|
3173
3174
|
id: string;
|
3174
3175
|
channel: string | null;
|
3175
3176
|
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;
|
3216
3217
|
id: string;
|
3217
3218
|
channel: string | null;
|
3218
3219
|
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;
|
3227
3228
|
id: string;
|
3228
3229
|
channel: string | null;
|
3229
3230
|
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;
|
3240
3241
|
id: string;
|
3241
3242
|
address: string;
|
3242
|
-
name: string;
|
3243
3243
|
createdAt: Date;
|
3244
3244
|
updatedAt: Date;
|
3245
3245
|
deletedAt: Date | null;
|
3246
3246
|
contact: {
|
3247
|
+
name: string;
|
3247
3248
|
id: string;
|
3248
3249
|
channel: string | null;
|
3249
3250
|
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;
|
3261
3262
|
id: string;
|
3262
3263
|
address: string;
|
3263
|
-
name: string;
|
3264
3264
|
createdAt: Date;
|
3265
3265
|
updatedAt: Date;
|
3266
3266
|
deletedAt: Date | null;
|
3267
3267
|
contact: {
|
3268
|
+
name: string;
|
3268
3269
|
id: string;
|
3269
3270
|
channel: string | null;
|
3270
3271
|
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;
|
3291
3292
|
id: string;
|
3292
3293
|
address: string;
|
3293
|
-
name: string;
|
3294
3294
|
createdAt: Date;
|
3295
3295
|
updatedAt: Date;
|
3296
3296
|
deletedAt: Date | null;
|
3297
3297
|
contact: {
|
3298
|
+
name: string;
|
3298
3299
|
id: string;
|
3299
3300
|
channel: string | null;
|
3300
3301
|
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;
|
3321
3322
|
id: string;
|
3322
3323
|
address: string;
|
3323
|
-
name: string;
|
3324
3324
|
createdAt: Date;
|
3325
3325
|
updatedAt: Date;
|
3326
3326
|
deletedAt: Date | null;
|
3327
3327
|
contact: {
|
3328
|
+
name: string;
|
3328
3329
|
id: string;
|
3329
3330
|
channel: string | null;
|
3330
3331
|
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;
|
3371
3372
|
id: string;
|
3372
3373
|
channel: string | null;
|
3373
3374
|
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;
|
3382
3383
|
id: string;
|
3383
3384
|
channel: string | null;
|
3384
3385
|
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;
|
3395
3396
|
id: string;
|
3396
3397
|
address: string;
|
3397
|
-
name: string;
|
3398
3398
|
createdAt: Date;
|
3399
3399
|
updatedAt: Date;
|
3400
3400
|
deletedAt: Date | null;
|
3401
3401
|
contact: {
|
3402
|
+
name: string;
|
3402
3403
|
id: string;
|
3403
3404
|
channel: string | null;
|
3404
3405
|
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;
|
3416
3417
|
id: string;
|
3417
3418
|
address: string;
|
3418
|
-
name: string;
|
3419
3419
|
createdAt: Date;
|
3420
3420
|
updatedAt: Date;
|
3421
3421
|
deletedAt: Date | null;
|
3422
3422
|
contact: {
|
3423
|
+
name: string;
|
3423
3424
|
id: string;
|
3424
3425
|
channel: string | null;
|
3425
3426
|
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;
|
3446
3447
|
id: string;
|
3447
3448
|
address: string;
|
3448
|
-
name: string;
|
3449
3449
|
createdAt: Date;
|
3450
3450
|
updatedAt: Date;
|
3451
3451
|
deletedAt: Date | null;
|
3452
3452
|
contact: {
|
3453
|
+
name: string;
|
3453
3454
|
id: string;
|
3454
3455
|
channel: string | null;
|
3455
3456
|
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;
|
3476
3477
|
id: string;
|
3477
3478
|
address: string;
|
3478
|
-
name: string;
|
3479
3479
|
createdAt: Date;
|
3480
3480
|
updatedAt: Date;
|
3481
3481
|
deletedAt: Date | null;
|
3482
3482
|
contact: {
|
3483
|
+
name: string;
|
3483
3484
|
id: string;
|
3484
3485
|
channel: string | null;
|
3485
3486
|
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;
|
3608
3609
|
id: string;
|
3609
3610
|
address: string;
|
3610
|
-
name: string;
|
3611
3611
|
createdAt: Date;
|
3612
3612
|
updatedAt: Date;
|
3613
3613
|
deletedAt: Date | null;
|
3614
3614
|
contact: {
|
3615
|
+
name: string;
|
3615
3616
|
id: string;
|
3616
3617
|
channel: string | null;
|
3617
3618
|
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;
|
3664
3665
|
id: string;
|
3665
3666
|
address: string;
|
3666
|
-
name: string;
|
3667
3667
|
createdAt: Date;
|
3668
3668
|
updatedAt: Date;
|
3669
3669
|
deletedAt: Date | null;
|
3670
3670
|
contact: {
|
3671
|
+
name: string;
|
3671
3672
|
id: string;
|
3672
3673
|
channel: string | null;
|
3673
3674
|
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;
|
3695
3696
|
id: string;
|
3696
3697
|
address: string;
|
3697
|
-
name: string;
|
3698
3698
|
createdAt: Date;
|
3699
3699
|
updatedAt: Date;
|
3700
3700
|
deletedAt: Date | null;
|
3701
3701
|
contact: {
|
3702
|
+
name: string;
|
3702
3703
|
id: string;
|
3703
3704
|
channel: string | null;
|
3704
3705
|
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;
|
3726
3727
|
id: string;
|
3727
3728
|
address: string;
|
3728
|
-
name: string;
|
3729
3729
|
createdAt: Date;
|
3730
3730
|
updatedAt: Date;
|
3731
3731
|
deletedAt: Date | null;
|
3732
3732
|
contact: {
|
3733
|
+
name: string;
|
3733
3734
|
id: string;
|
3734
3735
|
channel: string | null;
|
3735
3736
|
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;
|
3776
3777
|
id: string;
|
3777
3778
|
address: string;
|
3778
|
-
name: string;
|
3779
3779
|
createdAt: Date;
|
3780
3780
|
updatedAt: Date;
|
3781
3781
|
deletedAt: Date | null;
|
3782
3782
|
contact: {
|
3783
|
+
name: string;
|
3783
3784
|
id: string;
|
3784
3785
|
channel: string | null;
|
3785
3786
|
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;
|
3832
3833
|
id: string;
|
3833
3834
|
address: string;
|
3834
|
-
name: string;
|
3835
3835
|
createdAt: Date;
|
3836
3836
|
updatedAt: Date;
|
3837
3837
|
deletedAt: Date | null;
|
3838
3838
|
contact: {
|
3839
|
+
name: string;
|
3839
3840
|
id: string;
|
3840
3841
|
channel: string | null;
|
3841
3842
|
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;
|
3863
3864
|
id: string;
|
3864
3865
|
address: string;
|
3865
|
-
name: string;
|
3866
3866
|
createdAt: Date;
|
3867
3867
|
updatedAt: Date;
|
3868
3868
|
deletedAt: Date | null;
|
3869
3869
|
contact: {
|
3870
|
+
name: string;
|
3870
3871
|
id: string;
|
3871
3872
|
channel: string | null;
|
3872
3873
|
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;
|
3894
3895
|
id: string;
|
3895
3896
|
address: string;
|
3896
|
-
name: string;
|
3897
3897
|
createdAt: Date;
|
3898
3898
|
updatedAt: Date;
|
3899
3899
|
deletedAt: Date | null;
|
3900
3900
|
contact: {
|
3901
|
+
name: string;
|
3901
3902
|
id: string;
|
3902
3903
|
channel: string | null;
|
3903
3904
|
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;
|
3946
3947
|
id: string;
|
3947
3948
|
address: string;
|
3948
|
-
name: string;
|
3949
3949
|
createdAt: Date;
|
3950
3950
|
updatedAt: Date;
|
3951
3951
|
deletedAt: Date | null;
|
3952
3952
|
contact: {
|
3953
|
+
name: string;
|
3953
3954
|
id: string;
|
3954
3955
|
channel: string | null;
|
3955
3956
|
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;
|
4002
4003
|
id: string;
|
4003
4004
|
address: string;
|
4004
|
-
name: string;
|
4005
4005
|
createdAt: Date;
|
4006
4006
|
updatedAt: Date;
|
4007
4007
|
deletedAt: Date | null;
|
4008
4008
|
contact: {
|
4009
|
+
name: string;
|
4009
4010
|
id: string;
|
4010
4011
|
channel: string | null;
|
4011
4012
|
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;
|
4033
4034
|
id: string;
|
4034
4035
|
address: string;
|
4035
|
-
name: string;
|
4036
4036
|
createdAt: Date;
|
4037
4037
|
updatedAt: Date;
|
4038
4038
|
deletedAt: Date | null;
|
4039
4039
|
contact: {
|
4040
|
+
name: string;
|
4040
4041
|
id: string;
|
4041
4042
|
channel: string | null;
|
4042
4043
|
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;
|
4064
4065
|
id: string;
|
4065
4066
|
address: string;
|
4066
|
-
name: string;
|
4067
4067
|
createdAt: Date;
|
4068
4068
|
updatedAt: Date;
|
4069
4069
|
deletedAt: Date | null;
|
4070
4070
|
contact: {
|
4071
|
+
name: string;
|
4071
4072
|
id: string;
|
4072
4073
|
channel: string | null;
|
4073
4074
|
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;
|
4117
4118
|
id: string;
|
4118
4119
|
address: string;
|
4119
|
-
name: string;
|
4120
4120
|
createdAt: Date;
|
4121
4121
|
updatedAt: Date;
|
4122
4122
|
deletedAt: Date | null;
|
4123
4123
|
contact: {
|
4124
|
+
name: string;
|
4124
4125
|
id: string;
|
4125
4126
|
channel: string | null;
|
4126
4127
|
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;
|
4173
4174
|
id: string;
|
4174
4175
|
address: string;
|
4175
|
-
name: string;
|
4176
4176
|
createdAt: Date;
|
4177
4177
|
updatedAt: Date;
|
4178
4178
|
deletedAt: Date | null;
|
4179
4179
|
contact: {
|
4180
|
+
name: string;
|
4180
4181
|
id: string;
|
4181
4182
|
channel: string | null;
|
4182
4183
|
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;
|
4204
4205
|
id: string;
|
4205
4206
|
address: string;
|
4206
|
-
name: string;
|
4207
4207
|
createdAt: Date;
|
4208
4208
|
updatedAt: Date;
|
4209
4209
|
deletedAt: Date | null;
|
4210
4210
|
contact: {
|
4211
|
+
name: string;
|
4211
4212
|
id: string;
|
4212
4213
|
channel: string | null;
|
4213
4214
|
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;
|
4235
4236
|
id: string;
|
4236
4237
|
address: string;
|
4237
|
-
name: string;
|
4238
4238
|
createdAt: Date;
|
4239
4239
|
updatedAt: Date;
|
4240
4240
|
deletedAt: Date | null;
|
4241
4241
|
contact: {
|
4242
|
+
name: string;
|
4242
4243
|
id: string;
|
4243
4244
|
channel: string | null;
|
4244
4245
|
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;
|
4365
4366
|
id: string;
|
4366
4367
|
channel: string | null;
|
4367
4368
|
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;
|
4376
4377
|
id: string;
|
4377
4378
|
channel: string | null;
|
4378
4379
|
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;
|
4389
4390
|
id: string;
|
4390
4391
|
address: string;
|
4391
|
-
name: string;
|
4392
4392
|
createdAt: Date;
|
4393
4393
|
updatedAt: Date;
|
4394
4394
|
deletedAt: Date | null;
|
4395
4395
|
contact: {
|
4396
|
+
name: string;
|
4396
4397
|
id: string;
|
4397
4398
|
channel: string | null;
|
4398
4399
|
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;
|
4410
4411
|
id: string;
|
4411
4412
|
address: string;
|
4412
|
-
name: string;
|
4413
4413
|
createdAt: Date;
|
4414
4414
|
updatedAt: Date;
|
4415
4415
|
deletedAt: Date | null;
|
4416
4416
|
contact: {
|
4417
|
+
name: string;
|
4417
4418
|
id: string;
|
4418
4419
|
channel: string | null;
|
4419
4420
|
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;
|
4440
4441
|
id: string;
|
4441
4442
|
address: string;
|
4442
|
-
name: string;
|
4443
4443
|
createdAt: Date;
|
4444
4444
|
updatedAt: Date;
|
4445
4445
|
deletedAt: Date | null;
|
4446
4446
|
contact: {
|
4447
|
+
name: string;
|
4447
4448
|
id: string;
|
4448
4449
|
channel: string | null;
|
4449
4450
|
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;
|
4470
4471
|
id: string;
|
4471
4472
|
address: string;
|
4472
|
-
name: string;
|
4473
4473
|
createdAt: Date;
|
4474
4474
|
updatedAt: Date;
|
4475
4475
|
deletedAt: Date | null;
|
4476
4476
|
contact: {
|
4477
|
+
name: string;
|
4477
4478
|
id: string;
|
4478
4479
|
channel: string | null;
|
4479
4480
|
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;
|
4520
4521
|
id: string;
|
4521
4522
|
channel: string | null;
|
4522
4523
|
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;
|
4531
4532
|
id: string;
|
4532
4533
|
channel: string | null;
|
4533
4534
|
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;
|
4544
4545
|
id: string;
|
4545
4546
|
address: string;
|
4546
|
-
name: string;
|
4547
4547
|
createdAt: Date;
|
4548
4548
|
updatedAt: Date;
|
4549
4549
|
deletedAt: Date | null;
|
4550
4550
|
contact: {
|
4551
|
+
name: string;
|
4551
4552
|
id: string;
|
4552
4553
|
channel: string | null;
|
4553
4554
|
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;
|
4565
4566
|
id: string;
|
4566
4567
|
address: string;
|
4567
|
-
name: string;
|
4568
4568
|
createdAt: Date;
|
4569
4569
|
updatedAt: Date;
|
4570
4570
|
deletedAt: Date | null;
|
4571
4571
|
contact: {
|
4572
|
+
name: string;
|
4572
4573
|
id: string;
|
4573
4574
|
channel: string | null;
|
4574
4575
|
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;
|
4595
4596
|
id: string;
|
4596
4597
|
address: string;
|
4597
|
-
name: string;
|
4598
4598
|
createdAt: Date;
|
4599
4599
|
updatedAt: Date;
|
4600
4600
|
deletedAt: Date | null;
|
4601
4601
|
contact: {
|
4602
|
+
name: string;
|
4602
4603
|
id: string;
|
4603
4604
|
channel: string | null;
|
4604
4605
|
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;
|
4625
4626
|
id: string;
|
4626
4627
|
address: string;
|
4627
|
-
name: string;
|
4628
4628
|
createdAt: Date;
|
4629
4629
|
updatedAt: Date;
|
4630
4630
|
deletedAt: Date | null;
|
4631
4631
|
contact: {
|
4632
|
+
name: string;
|
4632
4633
|
id: string;
|
4633
4634
|
channel: string | null;
|
4634
4635
|
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;
|
4675
4676
|
id: string;
|
4676
4677
|
channel: string | null;
|
4677
4678
|
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;
|
4686
4687
|
id: string;
|
4687
4688
|
channel: string | null;
|
4688
4689
|
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;
|
4699
4700
|
id: string;
|
4700
4701
|
address: string;
|
4701
|
-
name: string;
|
4702
4702
|
createdAt: Date;
|
4703
4703
|
updatedAt: Date;
|
4704
4704
|
deletedAt: Date | null;
|
4705
4705
|
contact: {
|
4706
|
+
name: string;
|
4706
4707
|
id: string;
|
4707
4708
|
channel: string | null;
|
4708
4709
|
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;
|
4720
4721
|
id: string;
|
4721
4722
|
address: string;
|
4722
|
-
name: string;
|
4723
4723
|
createdAt: Date;
|
4724
4724
|
updatedAt: Date;
|
4725
4725
|
deletedAt: Date | null;
|
4726
4726
|
contact: {
|
4727
|
+
name: string;
|
4727
4728
|
id: string;
|
4728
4729
|
channel: string | null;
|
4729
4730
|
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;
|
4750
4751
|
id: string;
|
4751
4752
|
address: string;
|
4752
|
-
name: string;
|
4753
4753
|
createdAt: Date;
|
4754
4754
|
updatedAt: Date;
|
4755
4755
|
deletedAt: Date | null;
|
4756
4756
|
contact: {
|
4757
|
+
name: string;
|
4757
4758
|
id: string;
|
4758
4759
|
channel: string | null;
|
4759
4760
|
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;
|
4780
4781
|
id: string;
|
4781
4782
|
address: string;
|
4782
|
-
name: string;
|
4783
4783
|
createdAt: Date;
|
4784
4784
|
updatedAt: Date;
|
4785
4785
|
deletedAt: Date | null;
|
4786
4786
|
contact: {
|
4787
|
+
name: string;
|
4787
4788
|
id: string;
|
4788
4789
|
channel: string | null;
|
4789
4790
|
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;
|
4830
4831
|
id: string;
|
4831
4832
|
channel: string | null;
|
4832
4833
|
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;
|
4841
4842
|
id: string;
|
4842
4843
|
channel: string | null;
|
4843
4844
|
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;
|
4854
4855
|
id: string;
|
4855
4856
|
address: string;
|
4856
|
-
name: string;
|
4857
4857
|
createdAt: Date;
|
4858
4858
|
updatedAt: Date;
|
4859
4859
|
deletedAt: Date | null;
|
4860
4860
|
contact: {
|
4861
|
+
name: string;
|
4861
4862
|
id: string;
|
4862
4863
|
channel: string | null;
|
4863
4864
|
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;
|
4875
4876
|
id: string;
|
4876
4877
|
address: string;
|
4877
|
-
name: string;
|
4878
4878
|
createdAt: Date;
|
4879
4879
|
updatedAt: Date;
|
4880
4880
|
deletedAt: Date | null;
|
4881
4881
|
contact: {
|
4882
|
+
name: string;
|
4882
4883
|
id: string;
|
4883
4884
|
channel: string | null;
|
4884
4885
|
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;
|
4905
4906
|
id: string;
|
4906
4907
|
address: string;
|
4907
|
-
name: string;
|
4908
4908
|
createdAt: Date;
|
4909
4909
|
updatedAt: Date;
|
4910
4910
|
deletedAt: Date | null;
|
4911
4911
|
contact: {
|
4912
|
+
name: string;
|
4912
4913
|
id: string;
|
4913
4914
|
channel: string | null;
|
4914
4915
|
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;
|
4935
4936
|
id: string;
|
4936
4937
|
address: string;
|
4937
|
-
name: string;
|
4938
4938
|
createdAt: Date;
|
4939
4939
|
updatedAt: Date;
|
4940
4940
|
deletedAt: Date | null;
|
4941
4941
|
contact: {
|
4942
|
+
name: string;
|
4942
4943
|
id: string;
|
4943
4944
|
channel: string | null;
|
4944
4945
|
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;
|
5067
5068
|
id: string;
|
5068
5069
|
address: string;
|
5069
|
-
name: string;
|
5070
5070
|
createdAt: Date;
|
5071
5071
|
updatedAt: Date;
|
5072
5072
|
deletedAt: Date | null;
|
5073
5073
|
contact: {
|
5074
|
+
name: string;
|
5074
5075
|
id: string;
|
5075
5076
|
channel: string | null;
|
5076
5077
|
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;
|
5123
5124
|
id: string;
|
5124
5125
|
address: string;
|
5125
|
-
name: string;
|
5126
5126
|
createdAt: Date;
|
5127
5127
|
updatedAt: Date;
|
5128
5128
|
deletedAt: Date | null;
|
5129
5129
|
contact: {
|
5130
|
+
name: string;
|
5130
5131
|
id: string;
|
5131
5132
|
channel: string | null;
|
5132
5133
|
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;
|
5154
5155
|
id: string;
|
5155
5156
|
address: string;
|
5156
|
-
name: string;
|
5157
5157
|
createdAt: Date;
|
5158
5158
|
updatedAt: Date;
|
5159
5159
|
deletedAt: Date | null;
|
5160
5160
|
contact: {
|
5161
|
+
name: string;
|
5161
5162
|
id: string;
|
5162
5163
|
channel: string | null;
|
5163
5164
|
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;
|
5185
5186
|
id: string;
|
5186
5187
|
address: string;
|
5187
|
-
name: string;
|
5188
5188
|
createdAt: Date;
|
5189
5189
|
updatedAt: Date;
|
5190
5190
|
deletedAt: Date | null;
|
5191
5191
|
contact: {
|
5192
|
+
name: string;
|
5192
5193
|
id: string;
|
5193
5194
|
channel: string | null;
|
5194
5195
|
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;
|
5235
5236
|
id: string;
|
5236
5237
|
address: string;
|
5237
|
-
name: string;
|
5238
5238
|
createdAt: Date;
|
5239
5239
|
updatedAt: Date;
|
5240
5240
|
deletedAt: Date | null;
|
5241
5241
|
contact: {
|
5242
|
+
name: string;
|
5242
5243
|
id: string;
|
5243
5244
|
channel: string | null;
|
5244
5245
|
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;
|
5291
5292
|
id: string;
|
5292
5293
|
address: string;
|
5293
|
-
name: string;
|
5294
5294
|
createdAt: Date;
|
5295
5295
|
updatedAt: Date;
|
5296
5296
|
deletedAt: Date | null;
|
5297
5297
|
contact: {
|
5298
|
+
name: string;
|
5298
5299
|
id: string;
|
5299
5300
|
channel: string | null;
|
5300
5301
|
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;
|
5322
5323
|
id: string;
|
5323
5324
|
address: string;
|
5324
|
-
name: string;
|
5325
5325
|
createdAt: Date;
|
5326
5326
|
updatedAt: Date;
|
5327
5327
|
deletedAt: Date | null;
|
5328
5328
|
contact: {
|
5329
|
+
name: string;
|
5329
5330
|
id: string;
|
5330
5331
|
channel: string | null;
|
5331
5332
|
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;
|
5353
5354
|
id: string;
|
5354
5355
|
address: string;
|
5355
|
-
name: string;
|
5356
5356
|
createdAt: Date;
|
5357
5357
|
updatedAt: Date;
|
5358
5358
|
deletedAt: Date | null;
|
5359
5359
|
contact: {
|
5360
|
+
name: string;
|
5360
5361
|
id: string;
|
5361
5362
|
channel: string | null;
|
5362
5363
|
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;
|
5405
5406
|
id: string;
|
5406
5407
|
address: string;
|
5407
|
-
name: string;
|
5408
5408
|
createdAt: Date;
|
5409
5409
|
updatedAt: Date;
|
5410
5410
|
deletedAt: Date | null;
|
5411
5411
|
contact: {
|
5412
|
+
name: string;
|
5412
5413
|
id: string;
|
5413
5414
|
channel: string | null;
|
5414
5415
|
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;
|
5461
5462
|
id: string;
|
5462
5463
|
address: string;
|
5463
|
-
name: string;
|
5464
5464
|
createdAt: Date;
|
5465
5465
|
updatedAt: Date;
|
5466
5466
|
deletedAt: Date | null;
|
5467
5467
|
contact: {
|
5468
|
+
name: string;
|
5468
5469
|
id: string;
|
5469
5470
|
channel: string | null;
|
5470
5471
|
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;
|
5492
5493
|
id: string;
|
5493
5494
|
address: string;
|
5494
|
-
name: string;
|
5495
5495
|
createdAt: Date;
|
5496
5496
|
updatedAt: Date;
|
5497
5497
|
deletedAt: Date | null;
|
5498
5498
|
contact: {
|
5499
|
+
name: string;
|
5499
5500
|
id: string;
|
5500
5501
|
channel: string | null;
|
5501
5502
|
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;
|
5523
5524
|
id: string;
|
5524
5525
|
address: string;
|
5525
|
-
name: string;
|
5526
5526
|
createdAt: Date;
|
5527
5527
|
updatedAt: Date;
|
5528
5528
|
deletedAt: Date | null;
|
5529
5529
|
contact: {
|
5530
|
+
name: string;
|
5530
5531
|
id: string;
|
5531
5532
|
channel: string | null;
|
5532
5533
|
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;
|
5576
5577
|
id: string;
|
5577
5578
|
address: string;
|
5578
|
-
name: string;
|
5579
5579
|
createdAt: Date;
|
5580
5580
|
updatedAt: Date;
|
5581
5581
|
deletedAt: Date | null;
|
5582
5582
|
contact: {
|
5583
|
+
name: string;
|
5583
5584
|
id: string;
|
5584
5585
|
channel: string | null;
|
5585
5586
|
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;
|
5632
5633
|
id: string;
|
5633
5634
|
address: string;
|
5634
|
-
name: string;
|
5635
5635
|
createdAt: Date;
|
5636
5636
|
updatedAt: Date;
|
5637
5637
|
deletedAt: Date | null;
|
5638
5638
|
contact: {
|
5639
|
+
name: string;
|
5639
5640
|
id: string;
|
5640
5641
|
channel: string | null;
|
5641
5642
|
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;
|
5663
5664
|
id: string;
|
5664
5665
|
address: string;
|
5665
|
-
name: string;
|
5666
5666
|
createdAt: Date;
|
5667
5667
|
updatedAt: Date;
|
5668
5668
|
deletedAt: Date | null;
|
5669
5669
|
contact: {
|
5670
|
+
name: string;
|
5670
5671
|
id: string;
|
5671
5672
|
channel: string | null;
|
5672
5673
|
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;
|
5694
5695
|
id: string;
|
5695
5696
|
address: string;
|
5696
|
-
name: string;
|
5697
5697
|
createdAt: Date;
|
5698
5698
|
updatedAt: Date;
|
5699
5699
|
deletedAt: Date | null;
|
5700
5700
|
contact: {
|
5701
|
+
name: string;
|
5701
5702
|
id: string;
|
5702
5703
|
channel: string | null;
|
5703
5704
|
address: string | null;
|
5704
|
-
name: string;
|
5705
5705
|
createdAt: Date;
|
5706
5706
|
updatedAt: Date;
|
5707
5707
|
deletedAt: Date | null;
|