@kl1/contracts 1.0.26 → 1.0.27

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.
Files changed (76) hide show
  1. package/dist/index.js +1556 -1493
  2. package/dist/index.js.map +1 -1
  3. package/dist/index.mjs +1555 -1493
  4. package/dist/index.mjs.map +1 -1
  5. package/dist/src/attribute/index.d.ts +108 -108
  6. package/dist/src/attribute/schema.d.ts +24 -24
  7. package/dist/src/attribute-option/schema.d.ts +9 -9
  8. package/dist/src/base-contract.d.ts +9 -9
  9. package/dist/src/call-log/schema.d.ts +9 -9
  10. package/dist/src/category/index.d.ts +42 -42
  11. package/dist/src/category/schema.d.ts +9 -9
  12. package/dist/src/channel/index.d.ts +218 -32
  13. package/dist/src/channel/index.d.ts.map +1 -1
  14. package/dist/src/channel/schema.d.ts +9 -9
  15. package/dist/src/chat/index.d.ts +5335 -5335
  16. package/dist/src/chat/schema.d.ts +877 -877
  17. package/dist/src/chat/validation.d.ts +1009 -1009
  18. package/dist/src/comment/index.d.ts +363 -363
  19. package/dist/src/comment/schema.d.ts +105 -105
  20. package/dist/src/company/index.d.ts +296 -293
  21. package/dist/src/company/index.d.ts.map +1 -1
  22. package/dist/src/company/schema.d.ts +191 -54
  23. package/dist/src/company/schema.d.ts.map +1 -1
  24. package/dist/src/company/validation.d.ts +162 -162
  25. package/dist/src/contact/index.d.ts +1213 -1213
  26. package/dist/src/contact/schema.d.ts +201 -201
  27. package/dist/src/contact/validation.d.ts +997 -997
  28. package/dist/src/contact-email/schema.d.ts +9 -9
  29. package/dist/src/contact-phone/schema.d.ts +9 -9
  30. package/dist/src/contract.d.ts +9543 -9231
  31. package/dist/src/contract.d.ts.map +1 -1
  32. package/dist/src/custom-field/schema.d.ts +9 -9
  33. package/dist/src/custom-field-upload/schema.d.ts +9 -9
  34. package/dist/src/cx-log/index.d.ts +621 -621
  35. package/dist/src/cx-log/schema.d.ts +564 -564
  36. package/dist/src/dashboard/index.d.ts +5 -1
  37. package/dist/src/dashboard/index.d.ts.map +1 -1
  38. package/dist/src/dashboard/schema.d.ts +125 -0
  39. package/dist/src/dashboard/schema.d.ts.map +1 -1
  40. package/dist/src/evaluate-form/schema.d.ts +9 -9
  41. package/dist/src/group/schema.d.ts +9 -9
  42. package/dist/src/index.d.ts +1 -0
  43. package/dist/src/index.d.ts.map +1 -1
  44. package/dist/src/log-form/schema.d.ts +9 -9
  45. package/dist/src/mail/mail-contract.d.ts +21 -21
  46. package/dist/src/mail/room-contract.d.ts +21 -21
  47. package/dist/src/mail/schemas/room.schema.d.ts +15 -15
  48. package/dist/src/messenger/index.d.ts +1226 -1096
  49. package/dist/src/messenger/index.d.ts.map +1 -1
  50. package/dist/src/messenger/validation.d.ts +108 -1
  51. package/dist/src/messenger/validation.d.ts.map +1 -1
  52. package/dist/src/tag/index.d.ts +45 -45
  53. package/dist/src/tag/schema.d.ts +9 -9
  54. package/dist/src/tag-group/schema.d.ts +9 -9
  55. package/dist/src/telephony-agent-presence-status/index.d.ts +93 -93
  56. package/dist/src/telephony-agent-presence-status/schema.d.ts +33 -33
  57. package/dist/src/telephony-cdr/schema.d.ts +9 -9
  58. package/dist/src/telephony-live-queue-call/schema.d.ts +9 -9
  59. package/dist/src/telephony-queue-call-count/schema.d.ts +9 -9
  60. package/dist/src/tenant/schema.d.ts +9 -9
  61. package/dist/src/ticket/index.d.ts +570 -570
  62. package/dist/src/ticket/schema.d.ts +135 -135
  63. package/dist/src/upload/schema.d.ts +9 -9
  64. package/dist/src/user-presence-status-log/index.d.ts +36 -36
  65. package/dist/src/user-presence-status-log/schema.d.ts +39 -39
  66. package/dist/src/widget/index.d.ts +78 -78
  67. package/dist/src/widget/schema.d.ts +9 -9
  68. package/dist/src/wrap-up-form/index.d.ts +96 -96
  69. package/dist/src/wrap-up-form/schema.d.ts +24 -24
  70. package/package.json +4 -10
  71. package/dist/src/app/index.d.ts +0 -17
  72. package/dist/src/app/index.d.ts.map +0 -1
  73. package/dist/src/mail/mail-server.d.ts +0 -216
  74. package/dist/src/mail/mail-server.d.ts.map +0 -1
  75. package/dist/src/platform-contact/schema.d.ts +0 -30
  76. package/dist/src/platform-contact/schema.d.ts.map +0 -1
@@ -389,46 +389,46 @@ export declare const contactContract: {
389
389
  socialProfileUrl: z.ZodNullable<z.ZodString>;
390
390
  tags: z.ZodArray<z.ZodObject<{
391
391
  id: z.ZodString;
392
- createdAt: z.ZodDate;
393
- updatedAt: z.ZodDate;
394
- deletedAt: z.ZodNullable<z.ZodDate>;
392
+ createdAt: z.ZodString;
393
+ updatedAt: z.ZodString;
394
+ deletedAt: z.ZodNullable<z.ZodString>;
395
395
  name: z.ZodString;
396
396
  }, "strip", z.ZodTypeAny, {
397
397
  id: string;
398
398
  name: string;
399
- createdAt: Date;
400
- updatedAt: Date;
401
- deletedAt: Date | null;
399
+ createdAt: string;
400
+ updatedAt: string;
401
+ deletedAt: string | null;
402
402
  }, {
403
403
  id: string;
404
404
  name: string;
405
- createdAt: Date;
406
- updatedAt: Date;
407
- deletedAt: Date | null;
405
+ createdAt: string;
406
+ updatedAt: string;
407
+ deletedAt: string | null;
408
408
  }>, "many">;
409
409
  company: z.ZodNullable<z.ZodObject<Omit<{
410
410
  id: z.ZodString;
411
- createdAt: z.ZodDate;
412
- updatedAt: z.ZodDate;
413
- deletedAt: z.ZodNullable<z.ZodDate>;
411
+ createdAt: z.ZodString;
412
+ updatedAt: z.ZodString;
413
+ deletedAt: z.ZodNullable<z.ZodString>;
414
414
  name: z.ZodOptional<z.ZodString>;
415
415
  phone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
416
416
  address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
417
417
  industry: z.ZodOptional<z.ZodNullable<z.ZodString>>;
418
418
  customFields: z.ZodOptional<z.ZodArray<z.ZodObject<{
419
419
  id: z.ZodString;
420
- createdAt: z.ZodDate;
421
- updatedAt: z.ZodDate;
422
- deletedAt: z.ZodNullable<z.ZodDate>;
420
+ createdAt: z.ZodString;
421
+ updatedAt: z.ZodString;
422
+ deletedAt: z.ZodNullable<z.ZodString>;
423
423
  textValue: z.ZodNullable<z.ZodString>;
424
424
  booleanValue: z.ZodNullable<z.ZodBoolean>;
425
425
  numberValue: z.ZodNullable<z.ZodNumber>;
426
426
  dateValue: z.ZodNullable<z.ZodDate>;
427
427
  attribute: z.ZodObject<Omit<{
428
428
  id: z.ZodString;
429
- createdAt: z.ZodDate;
430
- updatedAt: z.ZodDate;
431
- deletedAt: z.ZodNullable<z.ZodDate>;
429
+ createdAt: z.ZodString;
430
+ updatedAt: z.ZodString;
431
+ deletedAt: z.ZodNullable<z.ZodString>;
432
432
  systemName: z.ZodString;
433
433
  displayName: z.ZodString;
434
434
  type: z.ZodUnion<[z.ZodLiteral<"text">, z.ZodLiteral<"textarea">, z.ZodLiteral<"date">, z.ZodLiteral<"select">, z.ZodLiteral<"link">, z.ZodLiteral<"attachment">]>;
@@ -458,23 +458,23 @@ export declare const contactContract: {
458
458
  }>, "many">;
459
459
  group: z.ZodObject<{
460
460
  id: z.ZodString;
461
- createdAt: z.ZodDate;
462
- updatedAt: z.ZodDate;
463
- deletedAt: z.ZodNullable<z.ZodDate>;
461
+ createdAt: z.ZodString;
462
+ updatedAt: z.ZodString;
463
+ deletedAt: z.ZodNullable<z.ZodString>;
464
464
  systemName: z.ZodString;
465
465
  displayName: z.ZodString;
466
466
  }, "strip", z.ZodTypeAny, {
467
467
  id: string;
468
- createdAt: Date;
469
- updatedAt: Date;
470
- deletedAt: Date | null;
468
+ createdAt: string;
469
+ updatedAt: string;
470
+ deletedAt: string | null;
471
471
  systemName: string;
472
472
  displayName: string;
473
473
  }, {
474
474
  id: string;
475
- createdAt: Date;
476
- updatedAt: Date;
477
- deletedAt: Date | null;
475
+ createdAt: string;
476
+ updatedAt: string;
477
+ deletedAt: string | null;
478
478
  systemName: string;
479
479
  displayName: string;
480
480
  }>;
@@ -482,9 +482,9 @@ export declare const contactContract: {
482
482
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
483
483
  id: string;
484
484
  position: number;
485
- createdAt: Date;
486
- updatedAt: Date;
487
- deletedAt: Date | null;
485
+ createdAt: string;
486
+ updatedAt: string;
487
+ deletedAt: string | null;
488
488
  isDefault: boolean;
489
489
  systemName: string;
490
490
  displayName: string;
@@ -495,9 +495,9 @@ export declare const contactContract: {
495
495
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
496
496
  id: string;
497
497
  position: number;
498
- createdAt: Date;
499
- updatedAt: Date;
500
- deletedAt: Date | null;
498
+ createdAt: string;
499
+ updatedAt: string;
500
+ deletedAt: string | null;
501
501
  isDefault: boolean;
502
502
  systemName: string;
503
503
  displayName: string;
@@ -507,16 +507,16 @@ export declare const contactContract: {
507
507
  }>;
508
508
  }, "strip", z.ZodTypeAny, {
509
509
  id: string;
510
- createdAt: Date;
511
- updatedAt: Date;
512
- deletedAt: Date | null;
510
+ createdAt: string;
511
+ updatedAt: string;
512
+ deletedAt: string | null;
513
513
  attribute: {
514
514
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
515
515
  id: string;
516
516
  position: number;
517
- createdAt: Date;
518
- updatedAt: Date;
519
- deletedAt: Date | null;
517
+ createdAt: string;
518
+ updatedAt: string;
519
+ deletedAt: string | null;
520
520
  isDefault: boolean;
521
521
  systemName: string;
522
522
  displayName: string;
@@ -530,16 +530,16 @@ export declare const contactContract: {
530
530
  dateValue: Date | null;
531
531
  }, {
532
532
  id: string;
533
- createdAt: Date;
534
- updatedAt: Date;
535
- deletedAt: Date | null;
533
+ createdAt: string;
534
+ updatedAt: string;
535
+ deletedAt: string | null;
536
536
  attribute: {
537
537
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
538
538
  id: string;
539
539
  position: number;
540
- createdAt: Date;
541
- updatedAt: Date;
542
- deletedAt: Date | null;
540
+ createdAt: string;
541
+ updatedAt: string;
542
+ deletedAt: string | null;
543
543
  isDefault: boolean;
544
544
  systemName: string;
545
545
  displayName: string;
@@ -554,18 +554,18 @@ export declare const contactContract: {
554
554
  }>, "many">>;
555
555
  }, "customFields">, "strip", z.ZodTypeAny, {
556
556
  id: string;
557
- createdAt: Date;
558
- updatedAt: Date;
559
- deletedAt: Date | null;
557
+ createdAt: string;
558
+ updatedAt: string;
559
+ deletedAt: string | null;
560
560
  address?: string | null | undefined;
561
561
  name?: string | undefined;
562
562
  phone?: string | null | undefined;
563
563
  industry?: string | null | undefined;
564
564
  }, {
565
565
  id: string;
566
- createdAt: Date;
567
- updatedAt: Date;
568
- deletedAt: Date | null;
566
+ createdAt: string;
567
+ updatedAt: string;
568
+ deletedAt: string | null;
569
569
  address?: string | null | undefined;
570
570
  name?: string | undefined;
571
571
  phone?: string | null | undefined;
@@ -582,9 +582,9 @@ export declare const contactContract: {
582
582
  dateValue: z.ZodNullable<z.ZodDate>;
583
583
  attribute: z.ZodObject<Omit<{
584
584
  id: z.ZodString;
585
- createdAt: z.ZodDate;
586
- updatedAt: z.ZodDate;
587
- deletedAt: z.ZodNullable<z.ZodDate>;
585
+ createdAt: z.ZodString;
586
+ updatedAt: z.ZodString;
587
+ deletedAt: z.ZodNullable<z.ZodString>;
588
588
  systemName: z.ZodString;
589
589
  displayName: z.ZodString;
590
590
  type: z.ZodUnion<[z.ZodLiteral<"text">, z.ZodLiteral<"textarea">, z.ZodLiteral<"date">, z.ZodLiteral<"select">, z.ZodLiteral<"link">, z.ZodLiteral<"attachment">]>;
@@ -614,23 +614,23 @@ export declare const contactContract: {
614
614
  }>, "many">;
615
615
  group: z.ZodObject<{
616
616
  id: z.ZodString;
617
- createdAt: z.ZodDate;
618
- updatedAt: z.ZodDate;
619
- deletedAt: z.ZodNullable<z.ZodDate>;
617
+ createdAt: z.ZodString;
618
+ updatedAt: z.ZodString;
619
+ deletedAt: z.ZodNullable<z.ZodString>;
620
620
  systemName: z.ZodString;
621
621
  displayName: z.ZodString;
622
622
  }, "strip", z.ZodTypeAny, {
623
623
  id: string;
624
- createdAt: Date;
625
- updatedAt: Date;
626
- deletedAt: Date | null;
624
+ createdAt: string;
625
+ updatedAt: string;
626
+ deletedAt: string | null;
627
627
  systemName: string;
628
628
  displayName: string;
629
629
  }, {
630
630
  id: string;
631
- createdAt: Date;
632
- updatedAt: Date;
633
- deletedAt: Date | null;
631
+ createdAt: string;
632
+ updatedAt: string;
633
+ deletedAt: string | null;
634
634
  systemName: string;
635
635
  displayName: string;
636
636
  }>;
@@ -638,9 +638,9 @@ export declare const contactContract: {
638
638
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
639
639
  id: string;
640
640
  position: number;
641
- createdAt: Date;
642
- updatedAt: Date;
643
- deletedAt: Date | null;
641
+ createdAt: string;
642
+ updatedAt: string;
643
+ deletedAt: string | null;
644
644
  isDefault: boolean;
645
645
  systemName: string;
646
646
  displayName: string;
@@ -651,9 +651,9 @@ export declare const contactContract: {
651
651
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
652
652
  id: string;
653
653
  position: number;
654
- createdAt: Date;
655
- updatedAt: Date;
656
- deletedAt: Date | null;
654
+ createdAt: string;
655
+ updatedAt: string;
656
+ deletedAt: string | null;
657
657
  isDefault: boolean;
658
658
  systemName: string;
659
659
  displayName: string;
@@ -663,33 +663,33 @@ export declare const contactContract: {
663
663
  }>;
664
664
  uploads: z.ZodArray<z.ZodObject<{
665
665
  id: z.ZodString;
666
- createdAt: z.ZodDate;
667
- updatedAt: z.ZodDate;
668
- deletedAt: z.ZodNullable<z.ZodDate>;
666
+ createdAt: z.ZodString;
667
+ updatedAt: z.ZodString;
668
+ deletedAt: z.ZodNullable<z.ZodString>;
669
669
  customFieldId: z.ZodString;
670
670
  upload: z.ZodObject<{
671
671
  id: z.ZodString;
672
- createdAt: z.ZodDate;
673
- updatedAt: z.ZodDate;
674
- deletedAt: z.ZodNullable<z.ZodDate>;
672
+ createdAt: z.ZodString;
673
+ updatedAt: z.ZodString;
674
+ deletedAt: z.ZodNullable<z.ZodString>;
675
675
  bucketName: z.ZodString;
676
676
  fileName: z.ZodString;
677
677
  fileSize: z.ZodNumber;
678
678
  fileKey: z.ZodString;
679
679
  }, "strip", z.ZodTypeAny, {
680
680
  id: string;
681
- createdAt: Date;
682
- updatedAt: Date;
683
- deletedAt: Date | null;
681
+ createdAt: string;
682
+ updatedAt: string;
683
+ deletedAt: string | null;
684
684
  fileName: string;
685
685
  fileKey: string;
686
686
  bucketName: string;
687
687
  fileSize: number;
688
688
  }, {
689
689
  id: string;
690
- createdAt: Date;
691
- updatedAt: Date;
692
- deletedAt: Date | null;
690
+ createdAt: string;
691
+ updatedAt: string;
692
+ deletedAt: string | null;
693
693
  fileName: string;
694
694
  fileKey: string;
695
695
  bucketName: string;
@@ -697,15 +697,15 @@ export declare const contactContract: {
697
697
  }>;
698
698
  }, "strip", z.ZodTypeAny, {
699
699
  id: string;
700
- createdAt: Date;
701
- updatedAt: Date;
702
- deletedAt: Date | null;
700
+ createdAt: string;
701
+ updatedAt: string;
702
+ deletedAt: string | null;
703
703
  customFieldId: string;
704
704
  upload: {
705
705
  id: string;
706
- createdAt: Date;
707
- updatedAt: Date;
708
- deletedAt: Date | null;
706
+ createdAt: string;
707
+ updatedAt: string;
708
+ deletedAt: string | null;
709
709
  fileName: string;
710
710
  fileKey: string;
711
711
  bucketName: string;
@@ -713,15 +713,15 @@ export declare const contactContract: {
713
713
  };
714
714
  }, {
715
715
  id: string;
716
- createdAt: Date;
717
- updatedAt: Date;
718
- deletedAt: Date | null;
716
+ createdAt: string;
717
+ updatedAt: string;
718
+ deletedAt: string | null;
719
719
  customFieldId: string;
720
720
  upload: {
721
721
  id: string;
722
- createdAt: Date;
723
- updatedAt: Date;
724
- deletedAt: Date | null;
722
+ createdAt: string;
723
+ updatedAt: string;
724
+ deletedAt: string | null;
725
725
  fileName: string;
726
726
  fileKey: string;
727
727
  bucketName: string;
@@ -737,9 +737,9 @@ export declare const contactContract: {
737
737
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
738
738
  id: string;
739
739
  position: number;
740
- createdAt: Date;
741
- updatedAt: Date;
742
- deletedAt: Date | null;
740
+ createdAt: string;
741
+ updatedAt: string;
742
+ deletedAt: string | null;
743
743
  isDefault: boolean;
744
744
  systemName: string;
745
745
  displayName: string;
@@ -753,15 +753,15 @@ export declare const contactContract: {
753
753
  dateValue: Date | null;
754
754
  uploads: {
755
755
  id: string;
756
- createdAt: Date;
757
- updatedAt: Date;
758
- deletedAt: Date | null;
756
+ createdAt: string;
757
+ updatedAt: string;
758
+ deletedAt: string | null;
759
759
  customFieldId: string;
760
760
  upload: {
761
761
  id: string;
762
- createdAt: Date;
763
- updatedAt: Date;
764
- deletedAt: Date | null;
762
+ createdAt: string;
763
+ updatedAt: string;
764
+ deletedAt: string | null;
765
765
  fileName: string;
766
766
  fileKey: string;
767
767
  bucketName: string;
@@ -777,9 +777,9 @@ export declare const contactContract: {
777
777
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
778
778
  id: string;
779
779
  position: number;
780
- createdAt: Date;
781
- updatedAt: Date;
782
- deletedAt: Date | null;
780
+ createdAt: string;
781
+ updatedAt: string;
782
+ deletedAt: string | null;
783
783
  isDefault: boolean;
784
784
  systemName: string;
785
785
  displayName: string;
@@ -793,15 +793,15 @@ export declare const contactContract: {
793
793
  dateValue: Date | null;
794
794
  uploads: {
795
795
  id: string;
796
- createdAt: Date;
797
- updatedAt: Date;
798
- deletedAt: Date | null;
796
+ createdAt: string;
797
+ updatedAt: string;
798
+ deletedAt: string | null;
799
799
  customFieldId: string;
800
800
  upload: {
801
801
  id: string;
802
- createdAt: Date;
803
- updatedAt: Date;
804
- deletedAt: Date | null;
802
+ createdAt: string;
803
+ updatedAt: string;
804
+ deletedAt: string | null;
805
805
  fileName: string;
806
806
  fileKey: string;
807
807
  bucketName: string;
@@ -930,9 +930,9 @@ export declare const contactContract: {
930
930
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
931
931
  id: string;
932
932
  position: number;
933
- createdAt: Date;
934
- updatedAt: Date;
935
- deletedAt: Date | null;
933
+ createdAt: string;
934
+ updatedAt: string;
935
+ deletedAt: string | null;
936
936
  isDefault: boolean;
937
937
  systemName: string;
938
938
  displayName: string;
@@ -946,15 +946,15 @@ export declare const contactContract: {
946
946
  dateValue: Date | null;
947
947
  uploads: {
948
948
  id: string;
949
- createdAt: Date;
950
- updatedAt: Date;
951
- deletedAt: Date | null;
949
+ createdAt: string;
950
+ updatedAt: string;
951
+ deletedAt: string | null;
952
952
  customFieldId: string;
953
953
  upload: {
954
954
  id: string;
955
- createdAt: Date;
956
- updatedAt: Date;
957
- deletedAt: Date | null;
955
+ createdAt: string;
956
+ updatedAt: string;
957
+ deletedAt: string | null;
958
958
  fileName: string;
959
959
  fileKey: string;
960
960
  bucketName: string;
@@ -968,15 +968,15 @@ export declare const contactContract: {
968
968
  tags: {
969
969
  id: string;
970
970
  name: string;
971
- createdAt: Date;
972
- updatedAt: Date;
973
- deletedAt: Date | null;
971
+ createdAt: string;
972
+ updatedAt: string;
973
+ deletedAt: string | null;
974
974
  }[];
975
975
  company: {
976
976
  id: string;
977
- createdAt: Date;
978
- updatedAt: Date;
979
- deletedAt: Date | null;
977
+ createdAt: string;
978
+ updatedAt: string;
979
+ deletedAt: string | null;
980
980
  address?: string | null | undefined;
981
981
  name?: string | undefined;
982
982
  phone?: string | null | undefined;
@@ -1031,9 +1031,9 @@ export declare const contactContract: {
1031
1031
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
1032
1032
  id: string;
1033
1033
  position: number;
1034
- createdAt: Date;
1035
- updatedAt: Date;
1036
- deletedAt: Date | null;
1034
+ createdAt: string;
1035
+ updatedAt: string;
1036
+ deletedAt: string | null;
1037
1037
  isDefault: boolean;
1038
1038
  systemName: string;
1039
1039
  displayName: string;
@@ -1047,15 +1047,15 @@ export declare const contactContract: {
1047
1047
  dateValue: Date | null;
1048
1048
  uploads: {
1049
1049
  id: string;
1050
- createdAt: Date;
1051
- updatedAt: Date;
1052
- deletedAt: Date | null;
1050
+ createdAt: string;
1051
+ updatedAt: string;
1052
+ deletedAt: string | null;
1053
1053
  customFieldId: string;
1054
1054
  upload: {
1055
1055
  id: string;
1056
- createdAt: Date;
1057
- updatedAt: Date;
1058
- deletedAt: Date | null;
1056
+ createdAt: string;
1057
+ updatedAt: string;
1058
+ deletedAt: string | null;
1059
1059
  fileName: string;
1060
1060
  fileKey: string;
1061
1061
  bucketName: string;
@@ -1069,15 +1069,15 @@ export declare const contactContract: {
1069
1069
  tags: {
1070
1070
  id: string;
1071
1071
  name: string;
1072
- createdAt: Date;
1073
- updatedAt: Date;
1074
- deletedAt: Date | null;
1072
+ createdAt: string;
1073
+ updatedAt: string;
1074
+ deletedAt: string | null;
1075
1075
  }[];
1076
1076
  company: {
1077
1077
  id: string;
1078
- createdAt: Date;
1079
- updatedAt: Date;
1080
- deletedAt: Date | null;
1078
+ createdAt: string;
1079
+ updatedAt: string;
1080
+ deletedAt: string | null;
1081
1081
  address?: string | null | undefined;
1082
1082
  name?: string | undefined;
1083
1083
  phone?: string | null | undefined;
@@ -1134,9 +1134,9 @@ export declare const contactContract: {
1134
1134
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
1135
1135
  id: string;
1136
1136
  position: number;
1137
- createdAt: Date;
1138
- updatedAt: Date;
1139
- deletedAt: Date | null;
1137
+ createdAt: string;
1138
+ updatedAt: string;
1139
+ deletedAt: string | null;
1140
1140
  isDefault: boolean;
1141
1141
  systemName: string;
1142
1142
  displayName: string;
@@ -1150,15 +1150,15 @@ export declare const contactContract: {
1150
1150
  dateValue: Date | null;
1151
1151
  uploads: {
1152
1152
  id: string;
1153
- createdAt: Date;
1154
- updatedAt: Date;
1155
- deletedAt: Date | null;
1153
+ createdAt: string;
1154
+ updatedAt: string;
1155
+ deletedAt: string | null;
1156
1156
  customFieldId: string;
1157
1157
  upload: {
1158
1158
  id: string;
1159
- createdAt: Date;
1160
- updatedAt: Date;
1161
- deletedAt: Date | null;
1159
+ createdAt: string;
1160
+ updatedAt: string;
1161
+ deletedAt: string | null;
1162
1162
  fileName: string;
1163
1163
  fileKey: string;
1164
1164
  bucketName: string;
@@ -1172,15 +1172,15 @@ export declare const contactContract: {
1172
1172
  tags: {
1173
1173
  id: string;
1174
1174
  name: string;
1175
- createdAt: Date;
1176
- updatedAt: Date;
1177
- deletedAt: Date | null;
1175
+ createdAt: string;
1176
+ updatedAt: string;
1177
+ deletedAt: string | null;
1178
1178
  }[];
1179
1179
  company: {
1180
1180
  id: string;
1181
- createdAt: Date;
1182
- updatedAt: Date;
1183
- deletedAt: Date | null;
1181
+ createdAt: string;
1182
+ updatedAt: string;
1183
+ deletedAt: string | null;
1184
1184
  address?: string | null | undefined;
1185
1185
  name?: string | undefined;
1186
1186
  phone?: string | null | undefined;
@@ -1238,9 +1238,9 @@ export declare const contactContract: {
1238
1238
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
1239
1239
  id: string;
1240
1240
  position: number;
1241
- createdAt: Date;
1242
- updatedAt: Date;
1243
- deletedAt: Date | null;
1241
+ createdAt: string;
1242
+ updatedAt: string;
1243
+ deletedAt: string | null;
1244
1244
  isDefault: boolean;
1245
1245
  systemName: string;
1246
1246
  displayName: string;
@@ -1254,15 +1254,15 @@ export declare const contactContract: {
1254
1254
  dateValue: Date | null;
1255
1255
  uploads: {
1256
1256
  id: string;
1257
- createdAt: Date;
1258
- updatedAt: Date;
1259
- deletedAt: Date | null;
1257
+ createdAt: string;
1258
+ updatedAt: string;
1259
+ deletedAt: string | null;
1260
1260
  customFieldId: string;
1261
1261
  upload: {
1262
1262
  id: string;
1263
- createdAt: Date;
1264
- updatedAt: Date;
1265
- deletedAt: Date | null;
1263
+ createdAt: string;
1264
+ updatedAt: string;
1265
+ deletedAt: string | null;
1266
1266
  fileName: string;
1267
1267
  fileKey: string;
1268
1268
  bucketName: string;
@@ -1276,15 +1276,15 @@ export declare const contactContract: {
1276
1276
  tags: {
1277
1277
  id: string;
1278
1278
  name: string;
1279
- createdAt: Date;
1280
- updatedAt: Date;
1281
- deletedAt: Date | null;
1279
+ createdAt: string;
1280
+ updatedAt: string;
1281
+ deletedAt: string | null;
1282
1282
  }[];
1283
1283
  company: {
1284
1284
  id: string;
1285
- createdAt: Date;
1286
- updatedAt: Date;
1287
- deletedAt: Date | null;
1285
+ createdAt: string;
1286
+ updatedAt: string;
1287
+ deletedAt: string | null;
1288
1288
  address?: string | null | undefined;
1289
1289
  name?: string | undefined;
1290
1290
  phone?: string | null | undefined;
@@ -1481,46 +1481,46 @@ export declare const contactContract: {
1481
1481
  socialProfileUrl: z.ZodNullable<z.ZodString>;
1482
1482
  tags: z.ZodArray<z.ZodObject<{
1483
1483
  id: z.ZodString;
1484
- createdAt: z.ZodDate;
1485
- updatedAt: z.ZodDate;
1486
- deletedAt: z.ZodNullable<z.ZodDate>;
1484
+ createdAt: z.ZodString;
1485
+ updatedAt: z.ZodString;
1486
+ deletedAt: z.ZodNullable<z.ZodString>;
1487
1487
  name: z.ZodString;
1488
1488
  }, "strip", z.ZodTypeAny, {
1489
1489
  id: string;
1490
1490
  name: string;
1491
- createdAt: Date;
1492
- updatedAt: Date;
1493
- deletedAt: Date | null;
1491
+ createdAt: string;
1492
+ updatedAt: string;
1493
+ deletedAt: string | null;
1494
1494
  }, {
1495
1495
  id: string;
1496
1496
  name: string;
1497
- createdAt: Date;
1498
- updatedAt: Date;
1499
- deletedAt: Date | null;
1497
+ createdAt: string;
1498
+ updatedAt: string;
1499
+ deletedAt: string | null;
1500
1500
  }>, "many">;
1501
1501
  company: z.ZodNullable<z.ZodObject<Omit<{
1502
1502
  id: z.ZodString;
1503
- createdAt: z.ZodDate;
1504
- updatedAt: z.ZodDate;
1505
- deletedAt: z.ZodNullable<z.ZodDate>;
1503
+ createdAt: z.ZodString;
1504
+ updatedAt: z.ZodString;
1505
+ deletedAt: z.ZodNullable<z.ZodString>;
1506
1506
  name: z.ZodOptional<z.ZodString>;
1507
1507
  phone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1508
1508
  address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1509
1509
  industry: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1510
1510
  customFields: z.ZodOptional<z.ZodArray<z.ZodObject<{
1511
1511
  id: z.ZodString;
1512
- createdAt: z.ZodDate;
1513
- updatedAt: z.ZodDate;
1514
- deletedAt: z.ZodNullable<z.ZodDate>;
1512
+ createdAt: z.ZodString;
1513
+ updatedAt: z.ZodString;
1514
+ deletedAt: z.ZodNullable<z.ZodString>;
1515
1515
  textValue: z.ZodNullable<z.ZodString>;
1516
1516
  booleanValue: z.ZodNullable<z.ZodBoolean>;
1517
1517
  numberValue: z.ZodNullable<z.ZodNumber>;
1518
1518
  dateValue: z.ZodNullable<z.ZodDate>;
1519
1519
  attribute: z.ZodObject<Omit<{
1520
1520
  id: z.ZodString;
1521
- createdAt: z.ZodDate;
1522
- updatedAt: z.ZodDate;
1523
- deletedAt: z.ZodNullable<z.ZodDate>;
1521
+ createdAt: z.ZodString;
1522
+ updatedAt: z.ZodString;
1523
+ deletedAt: z.ZodNullable<z.ZodString>;
1524
1524
  systemName: z.ZodString;
1525
1525
  displayName: z.ZodString;
1526
1526
  type: z.ZodUnion<[z.ZodLiteral<"text">, z.ZodLiteral<"textarea">, z.ZodLiteral<"date">, z.ZodLiteral<"select">, z.ZodLiteral<"link">, z.ZodLiteral<"attachment">]>;
@@ -1550,23 +1550,23 @@ export declare const contactContract: {
1550
1550
  }>, "many">;
1551
1551
  group: z.ZodObject<{
1552
1552
  id: z.ZodString;
1553
- createdAt: z.ZodDate;
1554
- updatedAt: z.ZodDate;
1555
- deletedAt: z.ZodNullable<z.ZodDate>;
1553
+ createdAt: z.ZodString;
1554
+ updatedAt: z.ZodString;
1555
+ deletedAt: z.ZodNullable<z.ZodString>;
1556
1556
  systemName: z.ZodString;
1557
1557
  displayName: z.ZodString;
1558
1558
  }, "strip", z.ZodTypeAny, {
1559
1559
  id: string;
1560
- createdAt: Date;
1561
- updatedAt: Date;
1562
- deletedAt: Date | null;
1560
+ createdAt: string;
1561
+ updatedAt: string;
1562
+ deletedAt: string | null;
1563
1563
  systemName: string;
1564
1564
  displayName: string;
1565
1565
  }, {
1566
1566
  id: string;
1567
- createdAt: Date;
1568
- updatedAt: Date;
1569
- deletedAt: Date | null;
1567
+ createdAt: string;
1568
+ updatedAt: string;
1569
+ deletedAt: string | null;
1570
1570
  systemName: string;
1571
1571
  displayName: string;
1572
1572
  }>;
@@ -1574,9 +1574,9 @@ export declare const contactContract: {
1574
1574
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
1575
1575
  id: string;
1576
1576
  position: number;
1577
- createdAt: Date;
1578
- updatedAt: Date;
1579
- deletedAt: Date | null;
1577
+ createdAt: string;
1578
+ updatedAt: string;
1579
+ deletedAt: string | null;
1580
1580
  isDefault: boolean;
1581
1581
  systemName: string;
1582
1582
  displayName: string;
@@ -1587,9 +1587,9 @@ export declare const contactContract: {
1587
1587
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
1588
1588
  id: string;
1589
1589
  position: number;
1590
- createdAt: Date;
1591
- updatedAt: Date;
1592
- deletedAt: Date | null;
1590
+ createdAt: string;
1591
+ updatedAt: string;
1592
+ deletedAt: string | null;
1593
1593
  isDefault: boolean;
1594
1594
  systemName: string;
1595
1595
  displayName: string;
@@ -1599,16 +1599,16 @@ export declare const contactContract: {
1599
1599
  }>;
1600
1600
  }, "strip", z.ZodTypeAny, {
1601
1601
  id: string;
1602
- createdAt: Date;
1603
- updatedAt: Date;
1604
- deletedAt: Date | null;
1602
+ createdAt: string;
1603
+ updatedAt: string;
1604
+ deletedAt: string | null;
1605
1605
  attribute: {
1606
1606
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
1607
1607
  id: string;
1608
1608
  position: number;
1609
- createdAt: Date;
1610
- updatedAt: Date;
1611
- deletedAt: Date | null;
1609
+ createdAt: string;
1610
+ updatedAt: string;
1611
+ deletedAt: string | null;
1612
1612
  isDefault: boolean;
1613
1613
  systemName: string;
1614
1614
  displayName: string;
@@ -1622,16 +1622,16 @@ export declare const contactContract: {
1622
1622
  dateValue: Date | null;
1623
1623
  }, {
1624
1624
  id: string;
1625
- createdAt: Date;
1626
- updatedAt: Date;
1627
- deletedAt: Date | null;
1625
+ createdAt: string;
1626
+ updatedAt: string;
1627
+ deletedAt: string | null;
1628
1628
  attribute: {
1629
1629
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
1630
1630
  id: string;
1631
1631
  position: number;
1632
- createdAt: Date;
1633
- updatedAt: Date;
1634
- deletedAt: Date | null;
1632
+ createdAt: string;
1633
+ updatedAt: string;
1634
+ deletedAt: string | null;
1635
1635
  isDefault: boolean;
1636
1636
  systemName: string;
1637
1637
  displayName: string;
@@ -1646,18 +1646,18 @@ export declare const contactContract: {
1646
1646
  }>, "many">>;
1647
1647
  }, "customFields">, "strip", z.ZodTypeAny, {
1648
1648
  id: string;
1649
- createdAt: Date;
1650
- updatedAt: Date;
1651
- deletedAt: Date | null;
1649
+ createdAt: string;
1650
+ updatedAt: string;
1651
+ deletedAt: string | null;
1652
1652
  address?: string | null | undefined;
1653
1653
  name?: string | undefined;
1654
1654
  phone?: string | null | undefined;
1655
1655
  industry?: string | null | undefined;
1656
1656
  }, {
1657
1657
  id: string;
1658
- createdAt: Date;
1659
- updatedAt: Date;
1660
- deletedAt: Date | null;
1658
+ createdAt: string;
1659
+ updatedAt: string;
1660
+ deletedAt: string | null;
1661
1661
  address?: string | null | undefined;
1662
1662
  name?: string | undefined;
1663
1663
  phone?: string | null | undefined;
@@ -1674,9 +1674,9 @@ export declare const contactContract: {
1674
1674
  dateValue: z.ZodNullable<z.ZodDate>;
1675
1675
  attribute: z.ZodObject<Omit<{
1676
1676
  id: z.ZodString;
1677
- createdAt: z.ZodDate;
1678
- updatedAt: z.ZodDate;
1679
- deletedAt: z.ZodNullable<z.ZodDate>;
1677
+ createdAt: z.ZodString;
1678
+ updatedAt: z.ZodString;
1679
+ deletedAt: z.ZodNullable<z.ZodString>;
1680
1680
  systemName: z.ZodString;
1681
1681
  displayName: z.ZodString;
1682
1682
  type: z.ZodUnion<[z.ZodLiteral<"text">, z.ZodLiteral<"textarea">, z.ZodLiteral<"date">, z.ZodLiteral<"select">, z.ZodLiteral<"link">, z.ZodLiteral<"attachment">]>;
@@ -1706,23 +1706,23 @@ export declare const contactContract: {
1706
1706
  }>, "many">;
1707
1707
  group: z.ZodObject<{
1708
1708
  id: z.ZodString;
1709
- createdAt: z.ZodDate;
1710
- updatedAt: z.ZodDate;
1711
- deletedAt: z.ZodNullable<z.ZodDate>;
1709
+ createdAt: z.ZodString;
1710
+ updatedAt: z.ZodString;
1711
+ deletedAt: z.ZodNullable<z.ZodString>;
1712
1712
  systemName: z.ZodString;
1713
1713
  displayName: z.ZodString;
1714
1714
  }, "strip", z.ZodTypeAny, {
1715
1715
  id: string;
1716
- createdAt: Date;
1717
- updatedAt: Date;
1718
- deletedAt: Date | null;
1716
+ createdAt: string;
1717
+ updatedAt: string;
1718
+ deletedAt: string | null;
1719
1719
  systemName: string;
1720
1720
  displayName: string;
1721
1721
  }, {
1722
1722
  id: string;
1723
- createdAt: Date;
1724
- updatedAt: Date;
1725
- deletedAt: Date | null;
1723
+ createdAt: string;
1724
+ updatedAt: string;
1725
+ deletedAt: string | null;
1726
1726
  systemName: string;
1727
1727
  displayName: string;
1728
1728
  }>;
@@ -1730,9 +1730,9 @@ export declare const contactContract: {
1730
1730
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
1731
1731
  id: string;
1732
1732
  position: number;
1733
- createdAt: Date;
1734
- updatedAt: Date;
1735
- deletedAt: Date | null;
1733
+ createdAt: string;
1734
+ updatedAt: string;
1735
+ deletedAt: string | null;
1736
1736
  isDefault: boolean;
1737
1737
  systemName: string;
1738
1738
  displayName: string;
@@ -1743,9 +1743,9 @@ export declare const contactContract: {
1743
1743
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
1744
1744
  id: string;
1745
1745
  position: number;
1746
- createdAt: Date;
1747
- updatedAt: Date;
1748
- deletedAt: Date | null;
1746
+ createdAt: string;
1747
+ updatedAt: string;
1748
+ deletedAt: string | null;
1749
1749
  isDefault: boolean;
1750
1750
  systemName: string;
1751
1751
  displayName: string;
@@ -1755,33 +1755,33 @@ export declare const contactContract: {
1755
1755
  }>;
1756
1756
  uploads: z.ZodArray<z.ZodObject<{
1757
1757
  id: z.ZodString;
1758
- createdAt: z.ZodDate;
1759
- updatedAt: z.ZodDate;
1760
- deletedAt: z.ZodNullable<z.ZodDate>;
1758
+ createdAt: z.ZodString;
1759
+ updatedAt: z.ZodString;
1760
+ deletedAt: z.ZodNullable<z.ZodString>;
1761
1761
  customFieldId: z.ZodString;
1762
1762
  upload: z.ZodObject<{
1763
1763
  id: z.ZodString;
1764
- createdAt: z.ZodDate;
1765
- updatedAt: z.ZodDate;
1766
- deletedAt: z.ZodNullable<z.ZodDate>;
1764
+ createdAt: z.ZodString;
1765
+ updatedAt: z.ZodString;
1766
+ deletedAt: z.ZodNullable<z.ZodString>;
1767
1767
  bucketName: z.ZodString;
1768
1768
  fileName: z.ZodString;
1769
1769
  fileSize: z.ZodNumber;
1770
1770
  fileKey: z.ZodString;
1771
1771
  }, "strip", z.ZodTypeAny, {
1772
1772
  id: string;
1773
- createdAt: Date;
1774
- updatedAt: Date;
1775
- deletedAt: Date | null;
1773
+ createdAt: string;
1774
+ updatedAt: string;
1775
+ deletedAt: string | null;
1776
1776
  fileName: string;
1777
1777
  fileKey: string;
1778
1778
  bucketName: string;
1779
1779
  fileSize: number;
1780
1780
  }, {
1781
1781
  id: string;
1782
- createdAt: Date;
1783
- updatedAt: Date;
1784
- deletedAt: Date | null;
1782
+ createdAt: string;
1783
+ updatedAt: string;
1784
+ deletedAt: string | null;
1785
1785
  fileName: string;
1786
1786
  fileKey: string;
1787
1787
  bucketName: string;
@@ -1789,15 +1789,15 @@ export declare const contactContract: {
1789
1789
  }>;
1790
1790
  }, "strip", z.ZodTypeAny, {
1791
1791
  id: string;
1792
- createdAt: Date;
1793
- updatedAt: Date;
1794
- deletedAt: Date | null;
1792
+ createdAt: string;
1793
+ updatedAt: string;
1794
+ deletedAt: string | null;
1795
1795
  customFieldId: string;
1796
1796
  upload: {
1797
1797
  id: string;
1798
- createdAt: Date;
1799
- updatedAt: Date;
1800
- deletedAt: Date | null;
1798
+ createdAt: string;
1799
+ updatedAt: string;
1800
+ deletedAt: string | null;
1801
1801
  fileName: string;
1802
1802
  fileKey: string;
1803
1803
  bucketName: string;
@@ -1805,15 +1805,15 @@ export declare const contactContract: {
1805
1805
  };
1806
1806
  }, {
1807
1807
  id: string;
1808
- createdAt: Date;
1809
- updatedAt: Date;
1810
- deletedAt: Date | null;
1808
+ createdAt: string;
1809
+ updatedAt: string;
1810
+ deletedAt: string | null;
1811
1811
  customFieldId: string;
1812
1812
  upload: {
1813
1813
  id: string;
1814
- createdAt: Date;
1815
- updatedAt: Date;
1816
- deletedAt: Date | null;
1814
+ createdAt: string;
1815
+ updatedAt: string;
1816
+ deletedAt: string | null;
1817
1817
  fileName: string;
1818
1818
  fileKey: string;
1819
1819
  bucketName: string;
@@ -1829,9 +1829,9 @@ export declare const contactContract: {
1829
1829
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
1830
1830
  id: string;
1831
1831
  position: number;
1832
- createdAt: Date;
1833
- updatedAt: Date;
1834
- deletedAt: Date | null;
1832
+ createdAt: string;
1833
+ updatedAt: string;
1834
+ deletedAt: string | null;
1835
1835
  isDefault: boolean;
1836
1836
  systemName: string;
1837
1837
  displayName: string;
@@ -1845,15 +1845,15 @@ export declare const contactContract: {
1845
1845
  dateValue: Date | null;
1846
1846
  uploads: {
1847
1847
  id: string;
1848
- createdAt: Date;
1849
- updatedAt: Date;
1850
- deletedAt: Date | null;
1848
+ createdAt: string;
1849
+ updatedAt: string;
1850
+ deletedAt: string | null;
1851
1851
  customFieldId: string;
1852
1852
  upload: {
1853
1853
  id: string;
1854
- createdAt: Date;
1855
- updatedAt: Date;
1856
- deletedAt: Date | null;
1854
+ createdAt: string;
1855
+ updatedAt: string;
1856
+ deletedAt: string | null;
1857
1857
  fileName: string;
1858
1858
  fileKey: string;
1859
1859
  bucketName: string;
@@ -1869,9 +1869,9 @@ export declare const contactContract: {
1869
1869
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
1870
1870
  id: string;
1871
1871
  position: number;
1872
- createdAt: Date;
1873
- updatedAt: Date;
1874
- deletedAt: Date | null;
1872
+ createdAt: string;
1873
+ updatedAt: string;
1874
+ deletedAt: string | null;
1875
1875
  isDefault: boolean;
1876
1876
  systemName: string;
1877
1877
  displayName: string;
@@ -1885,15 +1885,15 @@ export declare const contactContract: {
1885
1885
  dateValue: Date | null;
1886
1886
  uploads: {
1887
1887
  id: string;
1888
- createdAt: Date;
1889
- updatedAt: Date;
1890
- deletedAt: Date | null;
1888
+ createdAt: string;
1889
+ updatedAt: string;
1890
+ deletedAt: string | null;
1891
1891
  customFieldId: string;
1892
1892
  upload: {
1893
1893
  id: string;
1894
- createdAt: Date;
1895
- updatedAt: Date;
1896
- deletedAt: Date | null;
1894
+ createdAt: string;
1895
+ updatedAt: string;
1896
+ deletedAt: string | null;
1897
1897
  fileName: string;
1898
1898
  fileKey: string;
1899
1899
  bucketName: string;
@@ -2022,9 +2022,9 @@ export declare const contactContract: {
2022
2022
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
2023
2023
  id: string;
2024
2024
  position: number;
2025
- createdAt: Date;
2026
- updatedAt: Date;
2027
- deletedAt: Date | null;
2025
+ createdAt: string;
2026
+ updatedAt: string;
2027
+ deletedAt: string | null;
2028
2028
  isDefault: boolean;
2029
2029
  systemName: string;
2030
2030
  displayName: string;
@@ -2038,15 +2038,15 @@ export declare const contactContract: {
2038
2038
  dateValue: Date | null;
2039
2039
  uploads: {
2040
2040
  id: string;
2041
- createdAt: Date;
2042
- updatedAt: Date;
2043
- deletedAt: Date | null;
2041
+ createdAt: string;
2042
+ updatedAt: string;
2043
+ deletedAt: string | null;
2044
2044
  customFieldId: string;
2045
2045
  upload: {
2046
2046
  id: string;
2047
- createdAt: Date;
2048
- updatedAt: Date;
2049
- deletedAt: Date | null;
2047
+ createdAt: string;
2048
+ updatedAt: string;
2049
+ deletedAt: string | null;
2050
2050
  fileName: string;
2051
2051
  fileKey: string;
2052
2052
  bucketName: string;
@@ -2060,15 +2060,15 @@ export declare const contactContract: {
2060
2060
  tags: {
2061
2061
  id: string;
2062
2062
  name: string;
2063
- createdAt: Date;
2064
- updatedAt: Date;
2065
- deletedAt: Date | null;
2063
+ createdAt: string;
2064
+ updatedAt: string;
2065
+ deletedAt: string | null;
2066
2066
  }[];
2067
2067
  company: {
2068
2068
  id: string;
2069
- createdAt: Date;
2070
- updatedAt: Date;
2071
- deletedAt: Date | null;
2069
+ createdAt: string;
2070
+ updatedAt: string;
2071
+ deletedAt: string | null;
2072
2072
  address?: string | null | undefined;
2073
2073
  name?: string | undefined;
2074
2074
  phone?: string | null | undefined;
@@ -2123,9 +2123,9 @@ export declare const contactContract: {
2123
2123
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
2124
2124
  id: string;
2125
2125
  position: number;
2126
- createdAt: Date;
2127
- updatedAt: Date;
2128
- deletedAt: Date | null;
2126
+ createdAt: string;
2127
+ updatedAt: string;
2128
+ deletedAt: string | null;
2129
2129
  isDefault: boolean;
2130
2130
  systemName: string;
2131
2131
  displayName: string;
@@ -2139,15 +2139,15 @@ export declare const contactContract: {
2139
2139
  dateValue: Date | null;
2140
2140
  uploads: {
2141
2141
  id: string;
2142
- createdAt: Date;
2143
- updatedAt: Date;
2144
- deletedAt: Date | null;
2142
+ createdAt: string;
2143
+ updatedAt: string;
2144
+ deletedAt: string | null;
2145
2145
  customFieldId: string;
2146
2146
  upload: {
2147
2147
  id: string;
2148
- createdAt: Date;
2149
- updatedAt: Date;
2150
- deletedAt: Date | null;
2148
+ createdAt: string;
2149
+ updatedAt: string;
2150
+ deletedAt: string | null;
2151
2151
  fileName: string;
2152
2152
  fileKey: string;
2153
2153
  bucketName: string;
@@ -2161,15 +2161,15 @@ export declare const contactContract: {
2161
2161
  tags: {
2162
2162
  id: string;
2163
2163
  name: string;
2164
- createdAt: Date;
2165
- updatedAt: Date;
2166
- deletedAt: Date | null;
2164
+ createdAt: string;
2165
+ updatedAt: string;
2166
+ deletedAt: string | null;
2167
2167
  }[];
2168
2168
  company: {
2169
2169
  id: string;
2170
- createdAt: Date;
2171
- updatedAt: Date;
2172
- deletedAt: Date | null;
2170
+ createdAt: string;
2171
+ updatedAt: string;
2172
+ deletedAt: string | null;
2173
2173
  address?: string | null | undefined;
2174
2174
  name?: string | undefined;
2175
2175
  phone?: string | null | undefined;
@@ -2226,9 +2226,9 @@ export declare const contactContract: {
2226
2226
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
2227
2227
  id: string;
2228
2228
  position: number;
2229
- createdAt: Date;
2230
- updatedAt: Date;
2231
- deletedAt: Date | null;
2229
+ createdAt: string;
2230
+ updatedAt: string;
2231
+ deletedAt: string | null;
2232
2232
  isDefault: boolean;
2233
2233
  systemName: string;
2234
2234
  displayName: string;
@@ -2242,15 +2242,15 @@ export declare const contactContract: {
2242
2242
  dateValue: Date | null;
2243
2243
  uploads: {
2244
2244
  id: string;
2245
- createdAt: Date;
2246
- updatedAt: Date;
2247
- deletedAt: Date | null;
2245
+ createdAt: string;
2246
+ updatedAt: string;
2247
+ deletedAt: string | null;
2248
2248
  customFieldId: string;
2249
2249
  upload: {
2250
2250
  id: string;
2251
- createdAt: Date;
2252
- updatedAt: Date;
2253
- deletedAt: Date | null;
2251
+ createdAt: string;
2252
+ updatedAt: string;
2253
+ deletedAt: string | null;
2254
2254
  fileName: string;
2255
2255
  fileKey: string;
2256
2256
  bucketName: string;
@@ -2264,15 +2264,15 @@ export declare const contactContract: {
2264
2264
  tags: {
2265
2265
  id: string;
2266
2266
  name: string;
2267
- createdAt: Date;
2268
- updatedAt: Date;
2269
- deletedAt: Date | null;
2267
+ createdAt: string;
2268
+ updatedAt: string;
2269
+ deletedAt: string | null;
2270
2270
  }[];
2271
2271
  company: {
2272
2272
  id: string;
2273
- createdAt: Date;
2274
- updatedAt: Date;
2275
- deletedAt: Date | null;
2273
+ createdAt: string;
2274
+ updatedAt: string;
2275
+ deletedAt: string | null;
2276
2276
  address?: string | null | undefined;
2277
2277
  name?: string | undefined;
2278
2278
  phone?: string | null | undefined;
@@ -2334,9 +2334,9 @@ export declare const contactContract: {
2334
2334
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
2335
2335
  id: string;
2336
2336
  position: number;
2337
- createdAt: Date;
2338
- updatedAt: Date;
2339
- deletedAt: Date | null;
2337
+ createdAt: string;
2338
+ updatedAt: string;
2339
+ deletedAt: string | null;
2340
2340
  isDefault: boolean;
2341
2341
  systemName: string;
2342
2342
  displayName: string;
@@ -2350,15 +2350,15 @@ export declare const contactContract: {
2350
2350
  dateValue: Date | null;
2351
2351
  uploads: {
2352
2352
  id: string;
2353
- createdAt: Date;
2354
- updatedAt: Date;
2355
- deletedAt: Date | null;
2353
+ createdAt: string;
2354
+ updatedAt: string;
2355
+ deletedAt: string | null;
2356
2356
  customFieldId: string;
2357
2357
  upload: {
2358
2358
  id: string;
2359
- createdAt: Date;
2360
- updatedAt: Date;
2361
- deletedAt: Date | null;
2359
+ createdAt: string;
2360
+ updatedAt: string;
2361
+ deletedAt: string | null;
2362
2362
  fileName: string;
2363
2363
  fileKey: string;
2364
2364
  bucketName: string;
@@ -2372,15 +2372,15 @@ export declare const contactContract: {
2372
2372
  tags: {
2373
2373
  id: string;
2374
2374
  name: string;
2375
- createdAt: Date;
2376
- updatedAt: Date;
2377
- deletedAt: Date | null;
2375
+ createdAt: string;
2376
+ updatedAt: string;
2377
+ deletedAt: string | null;
2378
2378
  }[];
2379
2379
  company: {
2380
2380
  id: string;
2381
- createdAt: Date;
2382
- updatedAt: Date;
2383
- deletedAt: Date | null;
2381
+ createdAt: string;
2382
+ updatedAt: string;
2383
+ deletedAt: string | null;
2384
2384
  address?: string | null | undefined;
2385
2385
  name?: string | undefined;
2386
2386
  phone?: string | null | undefined;
@@ -2531,46 +2531,46 @@ export declare const contactContract: {
2531
2531
  socialProfileUrl: z.ZodNullable<z.ZodString>;
2532
2532
  tags: z.ZodArray<z.ZodObject<{
2533
2533
  id: z.ZodString;
2534
- createdAt: z.ZodDate;
2535
- updatedAt: z.ZodDate;
2536
- deletedAt: z.ZodNullable<z.ZodDate>;
2534
+ createdAt: z.ZodString;
2535
+ updatedAt: z.ZodString;
2536
+ deletedAt: z.ZodNullable<z.ZodString>;
2537
2537
  name: z.ZodString;
2538
2538
  }, "strip", z.ZodTypeAny, {
2539
2539
  id: string;
2540
2540
  name: string;
2541
- createdAt: Date;
2542
- updatedAt: Date;
2543
- deletedAt: Date | null;
2541
+ createdAt: string;
2542
+ updatedAt: string;
2543
+ deletedAt: string | null;
2544
2544
  }, {
2545
2545
  id: string;
2546
2546
  name: string;
2547
- createdAt: Date;
2548
- updatedAt: Date;
2549
- deletedAt: Date | null;
2547
+ createdAt: string;
2548
+ updatedAt: string;
2549
+ deletedAt: string | null;
2550
2550
  }>, "many">;
2551
2551
  company: z.ZodNullable<z.ZodObject<Omit<{
2552
2552
  id: z.ZodString;
2553
- createdAt: z.ZodDate;
2554
- updatedAt: z.ZodDate;
2555
- deletedAt: z.ZodNullable<z.ZodDate>;
2553
+ createdAt: z.ZodString;
2554
+ updatedAt: z.ZodString;
2555
+ deletedAt: z.ZodNullable<z.ZodString>;
2556
2556
  name: z.ZodOptional<z.ZodString>;
2557
2557
  phone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2558
2558
  address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2559
2559
  industry: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2560
2560
  customFields: z.ZodOptional<z.ZodArray<z.ZodObject<{
2561
2561
  id: z.ZodString;
2562
- createdAt: z.ZodDate;
2563
- updatedAt: z.ZodDate;
2564
- deletedAt: z.ZodNullable<z.ZodDate>;
2562
+ createdAt: z.ZodString;
2563
+ updatedAt: z.ZodString;
2564
+ deletedAt: z.ZodNullable<z.ZodString>;
2565
2565
  textValue: z.ZodNullable<z.ZodString>;
2566
2566
  booleanValue: z.ZodNullable<z.ZodBoolean>;
2567
2567
  numberValue: z.ZodNullable<z.ZodNumber>;
2568
2568
  dateValue: z.ZodNullable<z.ZodDate>;
2569
2569
  attribute: z.ZodObject<Omit<{
2570
2570
  id: z.ZodString;
2571
- createdAt: z.ZodDate;
2572
- updatedAt: z.ZodDate;
2573
- deletedAt: z.ZodNullable<z.ZodDate>;
2571
+ createdAt: z.ZodString;
2572
+ updatedAt: z.ZodString;
2573
+ deletedAt: z.ZodNullable<z.ZodString>;
2574
2574
  systemName: z.ZodString;
2575
2575
  displayName: z.ZodString;
2576
2576
  type: z.ZodUnion<[z.ZodLiteral<"text">, z.ZodLiteral<"textarea">, z.ZodLiteral<"date">, z.ZodLiteral<"select">, z.ZodLiteral<"link">, z.ZodLiteral<"attachment">]>;
@@ -2600,23 +2600,23 @@ export declare const contactContract: {
2600
2600
  }>, "many">;
2601
2601
  group: z.ZodObject<{
2602
2602
  id: z.ZodString;
2603
- createdAt: z.ZodDate;
2604
- updatedAt: z.ZodDate;
2605
- deletedAt: z.ZodNullable<z.ZodDate>;
2603
+ createdAt: z.ZodString;
2604
+ updatedAt: z.ZodString;
2605
+ deletedAt: z.ZodNullable<z.ZodString>;
2606
2606
  systemName: z.ZodString;
2607
2607
  displayName: z.ZodString;
2608
2608
  }, "strip", z.ZodTypeAny, {
2609
2609
  id: string;
2610
- createdAt: Date;
2611
- updatedAt: Date;
2612
- deletedAt: Date | null;
2610
+ createdAt: string;
2611
+ updatedAt: string;
2612
+ deletedAt: string | null;
2613
2613
  systemName: string;
2614
2614
  displayName: string;
2615
2615
  }, {
2616
2616
  id: string;
2617
- createdAt: Date;
2618
- updatedAt: Date;
2619
- deletedAt: Date | null;
2617
+ createdAt: string;
2618
+ updatedAt: string;
2619
+ deletedAt: string | null;
2620
2620
  systemName: string;
2621
2621
  displayName: string;
2622
2622
  }>;
@@ -2624,9 +2624,9 @@ export declare const contactContract: {
2624
2624
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
2625
2625
  id: string;
2626
2626
  position: number;
2627
- createdAt: Date;
2628
- updatedAt: Date;
2629
- deletedAt: Date | null;
2627
+ createdAt: string;
2628
+ updatedAt: string;
2629
+ deletedAt: string | null;
2630
2630
  isDefault: boolean;
2631
2631
  systemName: string;
2632
2632
  displayName: string;
@@ -2637,9 +2637,9 @@ export declare const contactContract: {
2637
2637
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
2638
2638
  id: string;
2639
2639
  position: number;
2640
- createdAt: Date;
2641
- updatedAt: Date;
2642
- deletedAt: Date | null;
2640
+ createdAt: string;
2641
+ updatedAt: string;
2642
+ deletedAt: string | null;
2643
2643
  isDefault: boolean;
2644
2644
  systemName: string;
2645
2645
  displayName: string;
@@ -2649,16 +2649,16 @@ export declare const contactContract: {
2649
2649
  }>;
2650
2650
  }, "strip", z.ZodTypeAny, {
2651
2651
  id: string;
2652
- createdAt: Date;
2653
- updatedAt: Date;
2654
- deletedAt: Date | null;
2652
+ createdAt: string;
2653
+ updatedAt: string;
2654
+ deletedAt: string | null;
2655
2655
  attribute: {
2656
2656
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
2657
2657
  id: string;
2658
2658
  position: number;
2659
- createdAt: Date;
2660
- updatedAt: Date;
2661
- deletedAt: Date | null;
2659
+ createdAt: string;
2660
+ updatedAt: string;
2661
+ deletedAt: string | null;
2662
2662
  isDefault: boolean;
2663
2663
  systemName: string;
2664
2664
  displayName: string;
@@ -2672,16 +2672,16 @@ export declare const contactContract: {
2672
2672
  dateValue: Date | null;
2673
2673
  }, {
2674
2674
  id: string;
2675
- createdAt: Date;
2676
- updatedAt: Date;
2677
- deletedAt: Date | null;
2675
+ createdAt: string;
2676
+ updatedAt: string;
2677
+ deletedAt: string | null;
2678
2678
  attribute: {
2679
2679
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
2680
2680
  id: string;
2681
2681
  position: number;
2682
- createdAt: Date;
2683
- updatedAt: Date;
2684
- deletedAt: Date | null;
2682
+ createdAt: string;
2683
+ updatedAt: string;
2684
+ deletedAt: string | null;
2685
2685
  isDefault: boolean;
2686
2686
  systemName: string;
2687
2687
  displayName: string;
@@ -2696,18 +2696,18 @@ export declare const contactContract: {
2696
2696
  }>, "many">>;
2697
2697
  }, "customFields">, "strip", z.ZodTypeAny, {
2698
2698
  id: string;
2699
- createdAt: Date;
2700
- updatedAt: Date;
2701
- deletedAt: Date | null;
2699
+ createdAt: string;
2700
+ updatedAt: string;
2701
+ deletedAt: string | null;
2702
2702
  address?: string | null | undefined;
2703
2703
  name?: string | undefined;
2704
2704
  phone?: string | null | undefined;
2705
2705
  industry?: string | null | undefined;
2706
2706
  }, {
2707
2707
  id: string;
2708
- createdAt: Date;
2709
- updatedAt: Date;
2710
- deletedAt: Date | null;
2708
+ createdAt: string;
2709
+ updatedAt: string;
2710
+ deletedAt: string | null;
2711
2711
  address?: string | null | undefined;
2712
2712
  name?: string | undefined;
2713
2713
  phone?: string | null | undefined;
@@ -2724,9 +2724,9 @@ export declare const contactContract: {
2724
2724
  dateValue: z.ZodNullable<z.ZodDate>;
2725
2725
  attribute: z.ZodObject<Omit<{
2726
2726
  id: z.ZodString;
2727
- createdAt: z.ZodDate;
2728
- updatedAt: z.ZodDate;
2729
- deletedAt: z.ZodNullable<z.ZodDate>;
2727
+ createdAt: z.ZodString;
2728
+ updatedAt: z.ZodString;
2729
+ deletedAt: z.ZodNullable<z.ZodString>;
2730
2730
  systemName: z.ZodString;
2731
2731
  displayName: z.ZodString;
2732
2732
  type: z.ZodUnion<[z.ZodLiteral<"text">, z.ZodLiteral<"textarea">, z.ZodLiteral<"date">, z.ZodLiteral<"select">, z.ZodLiteral<"link">, z.ZodLiteral<"attachment">]>;
@@ -2756,23 +2756,23 @@ export declare const contactContract: {
2756
2756
  }>, "many">;
2757
2757
  group: z.ZodObject<{
2758
2758
  id: z.ZodString;
2759
- createdAt: z.ZodDate;
2760
- updatedAt: z.ZodDate;
2761
- deletedAt: z.ZodNullable<z.ZodDate>;
2759
+ createdAt: z.ZodString;
2760
+ updatedAt: z.ZodString;
2761
+ deletedAt: z.ZodNullable<z.ZodString>;
2762
2762
  systemName: z.ZodString;
2763
2763
  displayName: z.ZodString;
2764
2764
  }, "strip", z.ZodTypeAny, {
2765
2765
  id: string;
2766
- createdAt: Date;
2767
- updatedAt: Date;
2768
- deletedAt: Date | null;
2766
+ createdAt: string;
2767
+ updatedAt: string;
2768
+ deletedAt: string | null;
2769
2769
  systemName: string;
2770
2770
  displayName: string;
2771
2771
  }, {
2772
2772
  id: string;
2773
- createdAt: Date;
2774
- updatedAt: Date;
2775
- deletedAt: Date | null;
2773
+ createdAt: string;
2774
+ updatedAt: string;
2775
+ deletedAt: string | null;
2776
2776
  systemName: string;
2777
2777
  displayName: string;
2778
2778
  }>;
@@ -2780,9 +2780,9 @@ export declare const contactContract: {
2780
2780
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
2781
2781
  id: string;
2782
2782
  position: number;
2783
- createdAt: Date;
2784
- updatedAt: Date;
2785
- deletedAt: Date | null;
2783
+ createdAt: string;
2784
+ updatedAt: string;
2785
+ deletedAt: string | null;
2786
2786
  isDefault: boolean;
2787
2787
  systemName: string;
2788
2788
  displayName: string;
@@ -2793,9 +2793,9 @@ export declare const contactContract: {
2793
2793
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
2794
2794
  id: string;
2795
2795
  position: number;
2796
- createdAt: Date;
2797
- updatedAt: Date;
2798
- deletedAt: Date | null;
2796
+ createdAt: string;
2797
+ updatedAt: string;
2798
+ deletedAt: string | null;
2799
2799
  isDefault: boolean;
2800
2800
  systemName: string;
2801
2801
  displayName: string;
@@ -2805,33 +2805,33 @@ export declare const contactContract: {
2805
2805
  }>;
2806
2806
  uploads: z.ZodArray<z.ZodObject<{
2807
2807
  id: z.ZodString;
2808
- createdAt: z.ZodDate;
2809
- updatedAt: z.ZodDate;
2810
- deletedAt: z.ZodNullable<z.ZodDate>;
2808
+ createdAt: z.ZodString;
2809
+ updatedAt: z.ZodString;
2810
+ deletedAt: z.ZodNullable<z.ZodString>;
2811
2811
  customFieldId: z.ZodString;
2812
2812
  upload: z.ZodObject<{
2813
2813
  id: z.ZodString;
2814
- createdAt: z.ZodDate;
2815
- updatedAt: z.ZodDate;
2816
- deletedAt: z.ZodNullable<z.ZodDate>;
2814
+ createdAt: z.ZodString;
2815
+ updatedAt: z.ZodString;
2816
+ deletedAt: z.ZodNullable<z.ZodString>;
2817
2817
  bucketName: z.ZodString;
2818
2818
  fileName: z.ZodString;
2819
2819
  fileSize: z.ZodNumber;
2820
2820
  fileKey: z.ZodString;
2821
2821
  }, "strip", z.ZodTypeAny, {
2822
2822
  id: string;
2823
- createdAt: Date;
2824
- updatedAt: Date;
2825
- deletedAt: Date | null;
2823
+ createdAt: string;
2824
+ updatedAt: string;
2825
+ deletedAt: string | null;
2826
2826
  fileName: string;
2827
2827
  fileKey: string;
2828
2828
  bucketName: string;
2829
2829
  fileSize: number;
2830
2830
  }, {
2831
2831
  id: string;
2832
- createdAt: Date;
2833
- updatedAt: Date;
2834
- deletedAt: Date | null;
2832
+ createdAt: string;
2833
+ updatedAt: string;
2834
+ deletedAt: string | null;
2835
2835
  fileName: string;
2836
2836
  fileKey: string;
2837
2837
  bucketName: string;
@@ -2839,15 +2839,15 @@ export declare const contactContract: {
2839
2839
  }>;
2840
2840
  }, "strip", z.ZodTypeAny, {
2841
2841
  id: string;
2842
- createdAt: Date;
2843
- updatedAt: Date;
2844
- deletedAt: Date | null;
2842
+ createdAt: string;
2843
+ updatedAt: string;
2844
+ deletedAt: string | null;
2845
2845
  customFieldId: string;
2846
2846
  upload: {
2847
2847
  id: string;
2848
- createdAt: Date;
2849
- updatedAt: Date;
2850
- deletedAt: Date | null;
2848
+ createdAt: string;
2849
+ updatedAt: string;
2850
+ deletedAt: string | null;
2851
2851
  fileName: string;
2852
2852
  fileKey: string;
2853
2853
  bucketName: string;
@@ -2855,15 +2855,15 @@ export declare const contactContract: {
2855
2855
  };
2856
2856
  }, {
2857
2857
  id: string;
2858
- createdAt: Date;
2859
- updatedAt: Date;
2860
- deletedAt: Date | null;
2858
+ createdAt: string;
2859
+ updatedAt: string;
2860
+ deletedAt: string | null;
2861
2861
  customFieldId: string;
2862
2862
  upload: {
2863
2863
  id: string;
2864
- createdAt: Date;
2865
- updatedAt: Date;
2866
- deletedAt: Date | null;
2864
+ createdAt: string;
2865
+ updatedAt: string;
2866
+ deletedAt: string | null;
2867
2867
  fileName: string;
2868
2868
  fileKey: string;
2869
2869
  bucketName: string;
@@ -2879,9 +2879,9 @@ export declare const contactContract: {
2879
2879
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
2880
2880
  id: string;
2881
2881
  position: number;
2882
- createdAt: Date;
2883
- updatedAt: Date;
2884
- deletedAt: Date | null;
2882
+ createdAt: string;
2883
+ updatedAt: string;
2884
+ deletedAt: string | null;
2885
2885
  isDefault: boolean;
2886
2886
  systemName: string;
2887
2887
  displayName: string;
@@ -2895,15 +2895,15 @@ export declare const contactContract: {
2895
2895
  dateValue: Date | null;
2896
2896
  uploads: {
2897
2897
  id: string;
2898
- createdAt: Date;
2899
- updatedAt: Date;
2900
- deletedAt: Date | null;
2898
+ createdAt: string;
2899
+ updatedAt: string;
2900
+ deletedAt: string | null;
2901
2901
  customFieldId: string;
2902
2902
  upload: {
2903
2903
  id: string;
2904
- createdAt: Date;
2905
- updatedAt: Date;
2906
- deletedAt: Date | null;
2904
+ createdAt: string;
2905
+ updatedAt: string;
2906
+ deletedAt: string | null;
2907
2907
  fileName: string;
2908
2908
  fileKey: string;
2909
2909
  bucketName: string;
@@ -2919,9 +2919,9 @@ export declare const contactContract: {
2919
2919
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
2920
2920
  id: string;
2921
2921
  position: number;
2922
- createdAt: Date;
2923
- updatedAt: Date;
2924
- deletedAt: Date | null;
2922
+ createdAt: string;
2923
+ updatedAt: string;
2924
+ deletedAt: string | null;
2925
2925
  isDefault: boolean;
2926
2926
  systemName: string;
2927
2927
  displayName: string;
@@ -2935,15 +2935,15 @@ export declare const contactContract: {
2935
2935
  dateValue: Date | null;
2936
2936
  uploads: {
2937
2937
  id: string;
2938
- createdAt: Date;
2939
- updatedAt: Date;
2940
- deletedAt: Date | null;
2938
+ createdAt: string;
2939
+ updatedAt: string;
2940
+ deletedAt: string | null;
2941
2941
  customFieldId: string;
2942
2942
  upload: {
2943
2943
  id: string;
2944
- createdAt: Date;
2945
- updatedAt: Date;
2946
- deletedAt: Date | null;
2944
+ createdAt: string;
2945
+ updatedAt: string;
2946
+ deletedAt: string | null;
2947
2947
  fileName: string;
2948
2948
  fileKey: string;
2949
2949
  bucketName: string;
@@ -3072,9 +3072,9 @@ export declare const contactContract: {
3072
3072
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
3073
3073
  id: string;
3074
3074
  position: number;
3075
- createdAt: Date;
3076
- updatedAt: Date;
3077
- deletedAt: Date | null;
3075
+ createdAt: string;
3076
+ updatedAt: string;
3077
+ deletedAt: string | null;
3078
3078
  isDefault: boolean;
3079
3079
  systemName: string;
3080
3080
  displayName: string;
@@ -3088,15 +3088,15 @@ export declare const contactContract: {
3088
3088
  dateValue: Date | null;
3089
3089
  uploads: {
3090
3090
  id: string;
3091
- createdAt: Date;
3092
- updatedAt: Date;
3093
- deletedAt: Date | null;
3091
+ createdAt: string;
3092
+ updatedAt: string;
3093
+ deletedAt: string | null;
3094
3094
  customFieldId: string;
3095
3095
  upload: {
3096
3096
  id: string;
3097
- createdAt: Date;
3098
- updatedAt: Date;
3099
- deletedAt: Date | null;
3097
+ createdAt: string;
3098
+ updatedAt: string;
3099
+ deletedAt: string | null;
3100
3100
  fileName: string;
3101
3101
  fileKey: string;
3102
3102
  bucketName: string;
@@ -3110,15 +3110,15 @@ export declare const contactContract: {
3110
3110
  tags: {
3111
3111
  id: string;
3112
3112
  name: string;
3113
- createdAt: Date;
3114
- updatedAt: Date;
3115
- deletedAt: Date | null;
3113
+ createdAt: string;
3114
+ updatedAt: string;
3115
+ deletedAt: string | null;
3116
3116
  }[];
3117
3117
  company: {
3118
3118
  id: string;
3119
- createdAt: Date;
3120
- updatedAt: Date;
3121
- deletedAt: Date | null;
3119
+ createdAt: string;
3120
+ updatedAt: string;
3121
+ deletedAt: string | null;
3122
3122
  address?: string | null | undefined;
3123
3123
  name?: string | undefined;
3124
3124
  phone?: string | null | undefined;
@@ -3173,9 +3173,9 @@ export declare const contactContract: {
3173
3173
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
3174
3174
  id: string;
3175
3175
  position: number;
3176
- createdAt: Date;
3177
- updatedAt: Date;
3178
- deletedAt: Date | null;
3176
+ createdAt: string;
3177
+ updatedAt: string;
3178
+ deletedAt: string | null;
3179
3179
  isDefault: boolean;
3180
3180
  systemName: string;
3181
3181
  displayName: string;
@@ -3189,15 +3189,15 @@ export declare const contactContract: {
3189
3189
  dateValue: Date | null;
3190
3190
  uploads: {
3191
3191
  id: string;
3192
- createdAt: Date;
3193
- updatedAt: Date;
3194
- deletedAt: Date | null;
3192
+ createdAt: string;
3193
+ updatedAt: string;
3194
+ deletedAt: string | null;
3195
3195
  customFieldId: string;
3196
3196
  upload: {
3197
3197
  id: string;
3198
- createdAt: Date;
3199
- updatedAt: Date;
3200
- deletedAt: Date | null;
3198
+ createdAt: string;
3199
+ updatedAt: string;
3200
+ deletedAt: string | null;
3201
3201
  fileName: string;
3202
3202
  fileKey: string;
3203
3203
  bucketName: string;
@@ -3211,15 +3211,15 @@ export declare const contactContract: {
3211
3211
  tags: {
3212
3212
  id: string;
3213
3213
  name: string;
3214
- createdAt: Date;
3215
- updatedAt: Date;
3216
- deletedAt: Date | null;
3214
+ createdAt: string;
3215
+ updatedAt: string;
3216
+ deletedAt: string | null;
3217
3217
  }[];
3218
3218
  company: {
3219
3219
  id: string;
3220
- createdAt: Date;
3221
- updatedAt: Date;
3222
- deletedAt: Date | null;
3220
+ createdAt: string;
3221
+ updatedAt: string;
3222
+ deletedAt: string | null;
3223
3223
  address?: string | null | undefined;
3224
3224
  name?: string | undefined;
3225
3225
  phone?: string | null | undefined;
@@ -3276,9 +3276,9 @@ export declare const contactContract: {
3276
3276
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
3277
3277
  id: string;
3278
3278
  position: number;
3279
- createdAt: Date;
3280
- updatedAt: Date;
3281
- deletedAt: Date | null;
3279
+ createdAt: string;
3280
+ updatedAt: string;
3281
+ deletedAt: string | null;
3282
3282
  isDefault: boolean;
3283
3283
  systemName: string;
3284
3284
  displayName: string;
@@ -3292,15 +3292,15 @@ export declare const contactContract: {
3292
3292
  dateValue: Date | null;
3293
3293
  uploads: {
3294
3294
  id: string;
3295
- createdAt: Date;
3296
- updatedAt: Date;
3297
- deletedAt: Date | null;
3295
+ createdAt: string;
3296
+ updatedAt: string;
3297
+ deletedAt: string | null;
3298
3298
  customFieldId: string;
3299
3299
  upload: {
3300
3300
  id: string;
3301
- createdAt: Date;
3302
- updatedAt: Date;
3303
- deletedAt: Date | null;
3301
+ createdAt: string;
3302
+ updatedAt: string;
3303
+ deletedAt: string | null;
3304
3304
  fileName: string;
3305
3305
  fileKey: string;
3306
3306
  bucketName: string;
@@ -3314,15 +3314,15 @@ export declare const contactContract: {
3314
3314
  tags: {
3315
3315
  id: string;
3316
3316
  name: string;
3317
- createdAt: Date;
3318
- updatedAt: Date;
3319
- deletedAt: Date | null;
3317
+ createdAt: string;
3318
+ updatedAt: string;
3319
+ deletedAt: string | null;
3320
3320
  }[];
3321
3321
  company: {
3322
3322
  id: string;
3323
- createdAt: Date;
3324
- updatedAt: Date;
3325
- deletedAt: Date | null;
3323
+ createdAt: string;
3324
+ updatedAt: string;
3325
+ deletedAt: string | null;
3326
3326
  address?: string | null | undefined;
3327
3327
  name?: string | undefined;
3328
3328
  phone?: string | null | undefined;
@@ -3384,9 +3384,9 @@ export declare const contactContract: {
3384
3384
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
3385
3385
  id: string;
3386
3386
  position: number;
3387
- createdAt: Date;
3388
- updatedAt: Date;
3389
- deletedAt: Date | null;
3387
+ createdAt: string;
3388
+ updatedAt: string;
3389
+ deletedAt: string | null;
3390
3390
  isDefault: boolean;
3391
3391
  systemName: string;
3392
3392
  displayName: string;
@@ -3400,15 +3400,15 @@ export declare const contactContract: {
3400
3400
  dateValue: Date | null;
3401
3401
  uploads: {
3402
3402
  id: string;
3403
- createdAt: Date;
3404
- updatedAt: Date;
3405
- deletedAt: Date | null;
3403
+ createdAt: string;
3404
+ updatedAt: string;
3405
+ deletedAt: string | null;
3406
3406
  customFieldId: string;
3407
3407
  upload: {
3408
3408
  id: string;
3409
- createdAt: Date;
3410
- updatedAt: Date;
3411
- deletedAt: Date | null;
3409
+ createdAt: string;
3410
+ updatedAt: string;
3411
+ deletedAt: string | null;
3412
3412
  fileName: string;
3413
3413
  fileKey: string;
3414
3414
  bucketName: string;
@@ -3422,15 +3422,15 @@ export declare const contactContract: {
3422
3422
  tags: {
3423
3423
  id: string;
3424
3424
  name: string;
3425
- createdAt: Date;
3426
- updatedAt: Date;
3427
- deletedAt: Date | null;
3425
+ createdAt: string;
3426
+ updatedAt: string;
3427
+ deletedAt: string | null;
3428
3428
  }[];
3429
3429
  company: {
3430
3430
  id: string;
3431
- createdAt: Date;
3432
- updatedAt: Date;
3433
- deletedAt: Date | null;
3431
+ createdAt: string;
3432
+ updatedAt: string;
3433
+ deletedAt: string | null;
3434
3434
  address?: string | null | undefined;
3435
3435
  name?: string | undefined;
3436
3436
  phone?: string | null | undefined;
@@ -3834,46 +3834,46 @@ export declare const contactContract: {
3834
3834
  socialProfileUrl: z.ZodNullable<z.ZodString>;
3835
3835
  tags: z.ZodArray<z.ZodObject<{
3836
3836
  id: z.ZodString;
3837
- createdAt: z.ZodDate;
3838
- updatedAt: z.ZodDate;
3839
- deletedAt: z.ZodNullable<z.ZodDate>;
3837
+ createdAt: z.ZodString;
3838
+ updatedAt: z.ZodString;
3839
+ deletedAt: z.ZodNullable<z.ZodString>;
3840
3840
  name: z.ZodString;
3841
3841
  }, "strip", z.ZodTypeAny, {
3842
3842
  id: string;
3843
3843
  name: string;
3844
- createdAt: Date;
3845
- updatedAt: Date;
3846
- deletedAt: Date | null;
3844
+ createdAt: string;
3845
+ updatedAt: string;
3846
+ deletedAt: string | null;
3847
3847
  }, {
3848
3848
  id: string;
3849
3849
  name: string;
3850
- createdAt: Date;
3851
- updatedAt: Date;
3852
- deletedAt: Date | null;
3850
+ createdAt: string;
3851
+ updatedAt: string;
3852
+ deletedAt: string | null;
3853
3853
  }>, "many">;
3854
3854
  company: z.ZodNullable<z.ZodObject<Omit<{
3855
3855
  id: z.ZodString;
3856
- createdAt: z.ZodDate;
3857
- updatedAt: z.ZodDate;
3858
- deletedAt: z.ZodNullable<z.ZodDate>;
3856
+ createdAt: z.ZodString;
3857
+ updatedAt: z.ZodString;
3858
+ deletedAt: z.ZodNullable<z.ZodString>;
3859
3859
  name: z.ZodOptional<z.ZodString>;
3860
3860
  phone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3861
3861
  address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3862
3862
  industry: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3863
3863
  customFields: z.ZodOptional<z.ZodArray<z.ZodObject<{
3864
3864
  id: z.ZodString;
3865
- createdAt: z.ZodDate;
3866
- updatedAt: z.ZodDate;
3867
- deletedAt: z.ZodNullable<z.ZodDate>;
3865
+ createdAt: z.ZodString;
3866
+ updatedAt: z.ZodString;
3867
+ deletedAt: z.ZodNullable<z.ZodString>;
3868
3868
  textValue: z.ZodNullable<z.ZodString>;
3869
3869
  booleanValue: z.ZodNullable<z.ZodBoolean>;
3870
3870
  numberValue: z.ZodNullable<z.ZodNumber>;
3871
3871
  dateValue: z.ZodNullable<z.ZodDate>;
3872
3872
  attribute: z.ZodObject<Omit<{
3873
3873
  id: z.ZodString;
3874
- createdAt: z.ZodDate;
3875
- updatedAt: z.ZodDate;
3876
- deletedAt: z.ZodNullable<z.ZodDate>;
3874
+ createdAt: z.ZodString;
3875
+ updatedAt: z.ZodString;
3876
+ deletedAt: z.ZodNullable<z.ZodString>;
3877
3877
  systemName: z.ZodString;
3878
3878
  displayName: z.ZodString;
3879
3879
  type: z.ZodUnion<[z.ZodLiteral<"text">, z.ZodLiteral<"textarea">, z.ZodLiteral<"date">, z.ZodLiteral<"select">, z.ZodLiteral<"link">, z.ZodLiteral<"attachment">]>;
@@ -3903,23 +3903,23 @@ export declare const contactContract: {
3903
3903
  }>, "many">;
3904
3904
  group: z.ZodObject<{
3905
3905
  id: z.ZodString;
3906
- createdAt: z.ZodDate;
3907
- updatedAt: z.ZodDate;
3908
- deletedAt: z.ZodNullable<z.ZodDate>;
3906
+ createdAt: z.ZodString;
3907
+ updatedAt: z.ZodString;
3908
+ deletedAt: z.ZodNullable<z.ZodString>;
3909
3909
  systemName: z.ZodString;
3910
3910
  displayName: z.ZodString;
3911
3911
  }, "strip", z.ZodTypeAny, {
3912
3912
  id: string;
3913
- createdAt: Date;
3914
- updatedAt: Date;
3915
- deletedAt: Date | null;
3913
+ createdAt: string;
3914
+ updatedAt: string;
3915
+ deletedAt: string | null;
3916
3916
  systemName: string;
3917
3917
  displayName: string;
3918
3918
  }, {
3919
3919
  id: string;
3920
- createdAt: Date;
3921
- updatedAt: Date;
3922
- deletedAt: Date | null;
3920
+ createdAt: string;
3921
+ updatedAt: string;
3922
+ deletedAt: string | null;
3923
3923
  systemName: string;
3924
3924
  displayName: string;
3925
3925
  }>;
@@ -3927,9 +3927,9 @@ export declare const contactContract: {
3927
3927
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
3928
3928
  id: string;
3929
3929
  position: number;
3930
- createdAt: Date;
3931
- updatedAt: Date;
3932
- deletedAt: Date | null;
3930
+ createdAt: string;
3931
+ updatedAt: string;
3932
+ deletedAt: string | null;
3933
3933
  isDefault: boolean;
3934
3934
  systemName: string;
3935
3935
  displayName: string;
@@ -3940,9 +3940,9 @@ export declare const contactContract: {
3940
3940
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
3941
3941
  id: string;
3942
3942
  position: number;
3943
- createdAt: Date;
3944
- updatedAt: Date;
3945
- deletedAt: Date | null;
3943
+ createdAt: string;
3944
+ updatedAt: string;
3945
+ deletedAt: string | null;
3946
3946
  isDefault: boolean;
3947
3947
  systemName: string;
3948
3948
  displayName: string;
@@ -3952,16 +3952,16 @@ export declare const contactContract: {
3952
3952
  }>;
3953
3953
  }, "strip", z.ZodTypeAny, {
3954
3954
  id: string;
3955
- createdAt: Date;
3956
- updatedAt: Date;
3957
- deletedAt: Date | null;
3955
+ createdAt: string;
3956
+ updatedAt: string;
3957
+ deletedAt: string | null;
3958
3958
  attribute: {
3959
3959
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
3960
3960
  id: string;
3961
3961
  position: number;
3962
- createdAt: Date;
3963
- updatedAt: Date;
3964
- deletedAt: Date | null;
3962
+ createdAt: string;
3963
+ updatedAt: string;
3964
+ deletedAt: string | null;
3965
3965
  isDefault: boolean;
3966
3966
  systemName: string;
3967
3967
  displayName: string;
@@ -3975,16 +3975,16 @@ export declare const contactContract: {
3975
3975
  dateValue: Date | null;
3976
3976
  }, {
3977
3977
  id: string;
3978
- createdAt: Date;
3979
- updatedAt: Date;
3980
- deletedAt: Date | null;
3978
+ createdAt: string;
3979
+ updatedAt: string;
3980
+ deletedAt: string | null;
3981
3981
  attribute: {
3982
3982
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
3983
3983
  id: string;
3984
3984
  position: number;
3985
- createdAt: Date;
3986
- updatedAt: Date;
3987
- deletedAt: Date | null;
3985
+ createdAt: string;
3986
+ updatedAt: string;
3987
+ deletedAt: string | null;
3988
3988
  isDefault: boolean;
3989
3989
  systemName: string;
3990
3990
  displayName: string;
@@ -3999,18 +3999,18 @@ export declare const contactContract: {
3999
3999
  }>, "many">>;
4000
4000
  }, "customFields">, "strip", z.ZodTypeAny, {
4001
4001
  id: string;
4002
- createdAt: Date;
4003
- updatedAt: Date;
4004
- deletedAt: Date | null;
4002
+ createdAt: string;
4003
+ updatedAt: string;
4004
+ deletedAt: string | null;
4005
4005
  address?: string | null | undefined;
4006
4006
  name?: string | undefined;
4007
4007
  phone?: string | null | undefined;
4008
4008
  industry?: string | null | undefined;
4009
4009
  }, {
4010
4010
  id: string;
4011
- createdAt: Date;
4012
- updatedAt: Date;
4013
- deletedAt: Date | null;
4011
+ createdAt: string;
4012
+ updatedAt: string;
4013
+ deletedAt: string | null;
4014
4014
  address?: string | null | undefined;
4015
4015
  name?: string | undefined;
4016
4016
  phone?: string | null | undefined;
@@ -4027,9 +4027,9 @@ export declare const contactContract: {
4027
4027
  dateValue: z.ZodNullable<z.ZodDate>;
4028
4028
  attribute: z.ZodObject<Omit<{
4029
4029
  id: z.ZodString;
4030
- createdAt: z.ZodDate;
4031
- updatedAt: z.ZodDate;
4032
- deletedAt: z.ZodNullable<z.ZodDate>;
4030
+ createdAt: z.ZodString;
4031
+ updatedAt: z.ZodString;
4032
+ deletedAt: z.ZodNullable<z.ZodString>;
4033
4033
  systemName: z.ZodString;
4034
4034
  displayName: z.ZodString;
4035
4035
  type: z.ZodUnion<[z.ZodLiteral<"text">, z.ZodLiteral<"textarea">, z.ZodLiteral<"date">, z.ZodLiteral<"select">, z.ZodLiteral<"link">, z.ZodLiteral<"attachment">]>;
@@ -4059,23 +4059,23 @@ export declare const contactContract: {
4059
4059
  }>, "many">;
4060
4060
  group: z.ZodObject<{
4061
4061
  id: z.ZodString;
4062
- createdAt: z.ZodDate;
4063
- updatedAt: z.ZodDate;
4064
- deletedAt: z.ZodNullable<z.ZodDate>;
4062
+ createdAt: z.ZodString;
4063
+ updatedAt: z.ZodString;
4064
+ deletedAt: z.ZodNullable<z.ZodString>;
4065
4065
  systemName: z.ZodString;
4066
4066
  displayName: z.ZodString;
4067
4067
  }, "strip", z.ZodTypeAny, {
4068
4068
  id: string;
4069
- createdAt: Date;
4070
- updatedAt: Date;
4071
- deletedAt: Date | null;
4069
+ createdAt: string;
4070
+ updatedAt: string;
4071
+ deletedAt: string | null;
4072
4072
  systemName: string;
4073
4073
  displayName: string;
4074
4074
  }, {
4075
4075
  id: string;
4076
- createdAt: Date;
4077
- updatedAt: Date;
4078
- deletedAt: Date | null;
4076
+ createdAt: string;
4077
+ updatedAt: string;
4078
+ deletedAt: string | null;
4079
4079
  systemName: string;
4080
4080
  displayName: string;
4081
4081
  }>;
@@ -4083,9 +4083,9 @@ export declare const contactContract: {
4083
4083
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
4084
4084
  id: string;
4085
4085
  position: number;
4086
- createdAt: Date;
4087
- updatedAt: Date;
4088
- deletedAt: Date | null;
4086
+ createdAt: string;
4087
+ updatedAt: string;
4088
+ deletedAt: string | null;
4089
4089
  isDefault: boolean;
4090
4090
  systemName: string;
4091
4091
  displayName: string;
@@ -4096,9 +4096,9 @@ export declare const contactContract: {
4096
4096
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
4097
4097
  id: string;
4098
4098
  position: number;
4099
- createdAt: Date;
4100
- updatedAt: Date;
4101
- deletedAt: Date | null;
4099
+ createdAt: string;
4100
+ updatedAt: string;
4101
+ deletedAt: string | null;
4102
4102
  isDefault: boolean;
4103
4103
  systemName: string;
4104
4104
  displayName: string;
@@ -4108,33 +4108,33 @@ export declare const contactContract: {
4108
4108
  }>;
4109
4109
  uploads: z.ZodArray<z.ZodObject<{
4110
4110
  id: z.ZodString;
4111
- createdAt: z.ZodDate;
4112
- updatedAt: z.ZodDate;
4113
- deletedAt: z.ZodNullable<z.ZodDate>;
4111
+ createdAt: z.ZodString;
4112
+ updatedAt: z.ZodString;
4113
+ deletedAt: z.ZodNullable<z.ZodString>;
4114
4114
  customFieldId: z.ZodString;
4115
4115
  upload: z.ZodObject<{
4116
4116
  id: z.ZodString;
4117
- createdAt: z.ZodDate;
4118
- updatedAt: z.ZodDate;
4119
- deletedAt: z.ZodNullable<z.ZodDate>;
4117
+ createdAt: z.ZodString;
4118
+ updatedAt: z.ZodString;
4119
+ deletedAt: z.ZodNullable<z.ZodString>;
4120
4120
  bucketName: z.ZodString;
4121
4121
  fileName: z.ZodString;
4122
4122
  fileSize: z.ZodNumber;
4123
4123
  fileKey: z.ZodString;
4124
4124
  }, "strip", z.ZodTypeAny, {
4125
4125
  id: string;
4126
- createdAt: Date;
4127
- updatedAt: Date;
4128
- deletedAt: Date | null;
4126
+ createdAt: string;
4127
+ updatedAt: string;
4128
+ deletedAt: string | null;
4129
4129
  fileName: string;
4130
4130
  fileKey: string;
4131
4131
  bucketName: string;
4132
4132
  fileSize: number;
4133
4133
  }, {
4134
4134
  id: string;
4135
- createdAt: Date;
4136
- updatedAt: Date;
4137
- deletedAt: Date | null;
4135
+ createdAt: string;
4136
+ updatedAt: string;
4137
+ deletedAt: string | null;
4138
4138
  fileName: string;
4139
4139
  fileKey: string;
4140
4140
  bucketName: string;
@@ -4142,15 +4142,15 @@ export declare const contactContract: {
4142
4142
  }>;
4143
4143
  }, "strip", z.ZodTypeAny, {
4144
4144
  id: string;
4145
- createdAt: Date;
4146
- updatedAt: Date;
4147
- deletedAt: Date | null;
4145
+ createdAt: string;
4146
+ updatedAt: string;
4147
+ deletedAt: string | null;
4148
4148
  customFieldId: string;
4149
4149
  upload: {
4150
4150
  id: string;
4151
- createdAt: Date;
4152
- updatedAt: Date;
4153
- deletedAt: Date | null;
4151
+ createdAt: string;
4152
+ updatedAt: string;
4153
+ deletedAt: string | null;
4154
4154
  fileName: string;
4155
4155
  fileKey: string;
4156
4156
  bucketName: string;
@@ -4158,15 +4158,15 @@ export declare const contactContract: {
4158
4158
  };
4159
4159
  }, {
4160
4160
  id: string;
4161
- createdAt: Date;
4162
- updatedAt: Date;
4163
- deletedAt: Date | null;
4161
+ createdAt: string;
4162
+ updatedAt: string;
4163
+ deletedAt: string | null;
4164
4164
  customFieldId: string;
4165
4165
  upload: {
4166
4166
  id: string;
4167
- createdAt: Date;
4168
- updatedAt: Date;
4169
- deletedAt: Date | null;
4167
+ createdAt: string;
4168
+ updatedAt: string;
4169
+ deletedAt: string | null;
4170
4170
  fileName: string;
4171
4171
  fileKey: string;
4172
4172
  bucketName: string;
@@ -4182,9 +4182,9 @@ export declare const contactContract: {
4182
4182
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
4183
4183
  id: string;
4184
4184
  position: number;
4185
- createdAt: Date;
4186
- updatedAt: Date;
4187
- deletedAt: Date | null;
4185
+ createdAt: string;
4186
+ updatedAt: string;
4187
+ deletedAt: string | null;
4188
4188
  isDefault: boolean;
4189
4189
  systemName: string;
4190
4190
  displayName: string;
@@ -4198,15 +4198,15 @@ export declare const contactContract: {
4198
4198
  dateValue: Date | null;
4199
4199
  uploads: {
4200
4200
  id: string;
4201
- createdAt: Date;
4202
- updatedAt: Date;
4203
- deletedAt: Date | null;
4201
+ createdAt: string;
4202
+ updatedAt: string;
4203
+ deletedAt: string | null;
4204
4204
  customFieldId: string;
4205
4205
  upload: {
4206
4206
  id: string;
4207
- createdAt: Date;
4208
- updatedAt: Date;
4209
- deletedAt: Date | null;
4207
+ createdAt: string;
4208
+ updatedAt: string;
4209
+ deletedAt: string | null;
4210
4210
  fileName: string;
4211
4211
  fileKey: string;
4212
4212
  bucketName: string;
@@ -4222,9 +4222,9 @@ export declare const contactContract: {
4222
4222
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
4223
4223
  id: string;
4224
4224
  position: number;
4225
- createdAt: Date;
4226
- updatedAt: Date;
4227
- deletedAt: Date | null;
4225
+ createdAt: string;
4226
+ updatedAt: string;
4227
+ deletedAt: string | null;
4228
4228
  isDefault: boolean;
4229
4229
  systemName: string;
4230
4230
  displayName: string;
@@ -4238,15 +4238,15 @@ export declare const contactContract: {
4238
4238
  dateValue: Date | null;
4239
4239
  uploads: {
4240
4240
  id: string;
4241
- createdAt: Date;
4242
- updatedAt: Date;
4243
- deletedAt: Date | null;
4241
+ createdAt: string;
4242
+ updatedAt: string;
4243
+ deletedAt: string | null;
4244
4244
  customFieldId: string;
4245
4245
  upload: {
4246
4246
  id: string;
4247
- createdAt: Date;
4248
- updatedAt: Date;
4249
- deletedAt: Date | null;
4247
+ createdAt: string;
4248
+ updatedAt: string;
4249
+ deletedAt: string | null;
4250
4250
  fileName: string;
4251
4251
  fileKey: string;
4252
4252
  bucketName: string;
@@ -4375,9 +4375,9 @@ export declare const contactContract: {
4375
4375
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
4376
4376
  id: string;
4377
4377
  position: number;
4378
- createdAt: Date;
4379
- updatedAt: Date;
4380
- deletedAt: Date | null;
4378
+ createdAt: string;
4379
+ updatedAt: string;
4380
+ deletedAt: string | null;
4381
4381
  isDefault: boolean;
4382
4382
  systemName: string;
4383
4383
  displayName: string;
@@ -4391,15 +4391,15 @@ export declare const contactContract: {
4391
4391
  dateValue: Date | null;
4392
4392
  uploads: {
4393
4393
  id: string;
4394
- createdAt: Date;
4395
- updatedAt: Date;
4396
- deletedAt: Date | null;
4394
+ createdAt: string;
4395
+ updatedAt: string;
4396
+ deletedAt: string | null;
4397
4397
  customFieldId: string;
4398
4398
  upload: {
4399
4399
  id: string;
4400
- createdAt: Date;
4401
- updatedAt: Date;
4402
- deletedAt: Date | null;
4400
+ createdAt: string;
4401
+ updatedAt: string;
4402
+ deletedAt: string | null;
4403
4403
  fileName: string;
4404
4404
  fileKey: string;
4405
4405
  bucketName: string;
@@ -4413,15 +4413,15 @@ export declare const contactContract: {
4413
4413
  tags: {
4414
4414
  id: string;
4415
4415
  name: string;
4416
- createdAt: Date;
4417
- updatedAt: Date;
4418
- deletedAt: Date | null;
4416
+ createdAt: string;
4417
+ updatedAt: string;
4418
+ deletedAt: string | null;
4419
4419
  }[];
4420
4420
  company: {
4421
4421
  id: string;
4422
- createdAt: Date;
4423
- updatedAt: Date;
4424
- deletedAt: Date | null;
4422
+ createdAt: string;
4423
+ updatedAt: string;
4424
+ deletedAt: string | null;
4425
4425
  address?: string | null | undefined;
4426
4426
  name?: string | undefined;
4427
4427
  phone?: string | null | undefined;
@@ -4476,9 +4476,9 @@ export declare const contactContract: {
4476
4476
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
4477
4477
  id: string;
4478
4478
  position: number;
4479
- createdAt: Date;
4480
- updatedAt: Date;
4481
- deletedAt: Date | null;
4479
+ createdAt: string;
4480
+ updatedAt: string;
4481
+ deletedAt: string | null;
4482
4482
  isDefault: boolean;
4483
4483
  systemName: string;
4484
4484
  displayName: string;
@@ -4492,15 +4492,15 @@ export declare const contactContract: {
4492
4492
  dateValue: Date | null;
4493
4493
  uploads: {
4494
4494
  id: string;
4495
- createdAt: Date;
4496
- updatedAt: Date;
4497
- deletedAt: Date | null;
4495
+ createdAt: string;
4496
+ updatedAt: string;
4497
+ deletedAt: string | null;
4498
4498
  customFieldId: string;
4499
4499
  upload: {
4500
4500
  id: string;
4501
- createdAt: Date;
4502
- updatedAt: Date;
4503
- deletedAt: Date | null;
4501
+ createdAt: string;
4502
+ updatedAt: string;
4503
+ deletedAt: string | null;
4504
4504
  fileName: string;
4505
4505
  fileKey: string;
4506
4506
  bucketName: string;
@@ -4514,15 +4514,15 @@ export declare const contactContract: {
4514
4514
  tags: {
4515
4515
  id: string;
4516
4516
  name: string;
4517
- createdAt: Date;
4518
- updatedAt: Date;
4519
- deletedAt: Date | null;
4517
+ createdAt: string;
4518
+ updatedAt: string;
4519
+ deletedAt: string | null;
4520
4520
  }[];
4521
4521
  company: {
4522
4522
  id: string;
4523
- createdAt: Date;
4524
- updatedAt: Date;
4525
- deletedAt: Date | null;
4523
+ createdAt: string;
4524
+ updatedAt: string;
4525
+ deletedAt: string | null;
4526
4526
  address?: string | null | undefined;
4527
4527
  name?: string | undefined;
4528
4528
  phone?: string | null | undefined;
@@ -4579,9 +4579,9 @@ export declare const contactContract: {
4579
4579
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
4580
4580
  id: string;
4581
4581
  position: number;
4582
- createdAt: Date;
4583
- updatedAt: Date;
4584
- deletedAt: Date | null;
4582
+ createdAt: string;
4583
+ updatedAt: string;
4584
+ deletedAt: string | null;
4585
4585
  isDefault: boolean;
4586
4586
  systemName: string;
4587
4587
  displayName: string;
@@ -4595,15 +4595,15 @@ export declare const contactContract: {
4595
4595
  dateValue: Date | null;
4596
4596
  uploads: {
4597
4597
  id: string;
4598
- createdAt: Date;
4599
- updatedAt: Date;
4600
- deletedAt: Date | null;
4598
+ createdAt: string;
4599
+ updatedAt: string;
4600
+ deletedAt: string | null;
4601
4601
  customFieldId: string;
4602
4602
  upload: {
4603
4603
  id: string;
4604
- createdAt: Date;
4605
- updatedAt: Date;
4606
- deletedAt: Date | null;
4604
+ createdAt: string;
4605
+ updatedAt: string;
4606
+ deletedAt: string | null;
4607
4607
  fileName: string;
4608
4608
  fileKey: string;
4609
4609
  bucketName: string;
@@ -4617,15 +4617,15 @@ export declare const contactContract: {
4617
4617
  tags: {
4618
4618
  id: string;
4619
4619
  name: string;
4620
- createdAt: Date;
4621
- updatedAt: Date;
4622
- deletedAt: Date | null;
4620
+ createdAt: string;
4621
+ updatedAt: string;
4622
+ deletedAt: string | null;
4623
4623
  }[];
4624
4624
  company: {
4625
4625
  id: string;
4626
- createdAt: Date;
4627
- updatedAt: Date;
4628
- deletedAt: Date | null;
4626
+ createdAt: string;
4627
+ updatedAt: string;
4628
+ deletedAt: string | null;
4629
4629
  address?: string | null | undefined;
4630
4630
  name?: string | undefined;
4631
4631
  phone?: string | null | undefined;
@@ -4683,9 +4683,9 @@ export declare const contactContract: {
4683
4683
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
4684
4684
  id: string;
4685
4685
  position: number;
4686
- createdAt: Date;
4687
- updatedAt: Date;
4688
- deletedAt: Date | null;
4686
+ createdAt: string;
4687
+ updatedAt: string;
4688
+ deletedAt: string | null;
4689
4689
  isDefault: boolean;
4690
4690
  systemName: string;
4691
4691
  displayName: string;
@@ -4699,15 +4699,15 @@ export declare const contactContract: {
4699
4699
  dateValue: Date | null;
4700
4700
  uploads: {
4701
4701
  id: string;
4702
- createdAt: Date;
4703
- updatedAt: Date;
4704
- deletedAt: Date | null;
4702
+ createdAt: string;
4703
+ updatedAt: string;
4704
+ deletedAt: string | null;
4705
4705
  customFieldId: string;
4706
4706
  upload: {
4707
4707
  id: string;
4708
- createdAt: Date;
4709
- updatedAt: Date;
4710
- deletedAt: Date | null;
4708
+ createdAt: string;
4709
+ updatedAt: string;
4710
+ deletedAt: string | null;
4711
4711
  fileName: string;
4712
4712
  fileKey: string;
4713
4713
  bucketName: string;
@@ -4721,15 +4721,15 @@ export declare const contactContract: {
4721
4721
  tags: {
4722
4722
  id: string;
4723
4723
  name: string;
4724
- createdAt: Date;
4725
- updatedAt: Date;
4726
- deletedAt: Date | null;
4724
+ createdAt: string;
4725
+ updatedAt: string;
4726
+ deletedAt: string | null;
4727
4727
  }[];
4728
4728
  company: {
4729
4729
  id: string;
4730
- createdAt: Date;
4731
- updatedAt: Date;
4732
- deletedAt: Date | null;
4730
+ createdAt: string;
4731
+ updatedAt: string;
4732
+ deletedAt: string | null;
4733
4733
  address?: string | null | undefined;
4734
4734
  name?: string | undefined;
4735
4735
  phone?: string | null | undefined;
@@ -4958,46 +4958,46 @@ export declare const contactContract: {
4958
4958
  socialProfileUrl: z.ZodNullable<z.ZodString>;
4959
4959
  tags: z.ZodArray<z.ZodObject<{
4960
4960
  id: z.ZodString;
4961
- createdAt: z.ZodDate;
4962
- updatedAt: z.ZodDate;
4963
- deletedAt: z.ZodNullable<z.ZodDate>;
4961
+ createdAt: z.ZodString;
4962
+ updatedAt: z.ZodString;
4963
+ deletedAt: z.ZodNullable<z.ZodString>;
4964
4964
  name: z.ZodString;
4965
4965
  }, "strip", z.ZodTypeAny, {
4966
4966
  id: string;
4967
4967
  name: string;
4968
- createdAt: Date;
4969
- updatedAt: Date;
4970
- deletedAt: Date | null;
4968
+ createdAt: string;
4969
+ updatedAt: string;
4970
+ deletedAt: string | null;
4971
4971
  }, {
4972
4972
  id: string;
4973
4973
  name: string;
4974
- createdAt: Date;
4975
- updatedAt: Date;
4976
- deletedAt: Date | null;
4974
+ createdAt: string;
4975
+ updatedAt: string;
4976
+ deletedAt: string | null;
4977
4977
  }>, "many">;
4978
4978
  company: z.ZodNullable<z.ZodObject<Omit<{
4979
4979
  id: z.ZodString;
4980
- createdAt: z.ZodDate;
4981
- updatedAt: z.ZodDate;
4982
- deletedAt: z.ZodNullable<z.ZodDate>;
4980
+ createdAt: z.ZodString;
4981
+ updatedAt: z.ZodString;
4982
+ deletedAt: z.ZodNullable<z.ZodString>;
4983
4983
  name: z.ZodOptional<z.ZodString>;
4984
4984
  phone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4985
4985
  address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4986
4986
  industry: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4987
4987
  customFields: z.ZodOptional<z.ZodArray<z.ZodObject<{
4988
4988
  id: z.ZodString;
4989
- createdAt: z.ZodDate;
4990
- updatedAt: z.ZodDate;
4991
- deletedAt: z.ZodNullable<z.ZodDate>;
4989
+ createdAt: z.ZodString;
4990
+ updatedAt: z.ZodString;
4991
+ deletedAt: z.ZodNullable<z.ZodString>;
4992
4992
  textValue: z.ZodNullable<z.ZodString>;
4993
4993
  booleanValue: z.ZodNullable<z.ZodBoolean>;
4994
4994
  numberValue: z.ZodNullable<z.ZodNumber>;
4995
4995
  dateValue: z.ZodNullable<z.ZodDate>;
4996
4996
  attribute: z.ZodObject<Omit<{
4997
4997
  id: z.ZodString;
4998
- createdAt: z.ZodDate;
4999
- updatedAt: z.ZodDate;
5000
- deletedAt: z.ZodNullable<z.ZodDate>;
4998
+ createdAt: z.ZodString;
4999
+ updatedAt: z.ZodString;
5000
+ deletedAt: z.ZodNullable<z.ZodString>;
5001
5001
  systemName: z.ZodString;
5002
5002
  displayName: z.ZodString;
5003
5003
  type: z.ZodUnion<[z.ZodLiteral<"text">, z.ZodLiteral<"textarea">, z.ZodLiteral<"date">, z.ZodLiteral<"select">, z.ZodLiteral<"link">, z.ZodLiteral<"attachment">]>;
@@ -5027,23 +5027,23 @@ export declare const contactContract: {
5027
5027
  }>, "many">;
5028
5028
  group: z.ZodObject<{
5029
5029
  id: z.ZodString;
5030
- createdAt: z.ZodDate;
5031
- updatedAt: z.ZodDate;
5032
- deletedAt: z.ZodNullable<z.ZodDate>;
5030
+ createdAt: z.ZodString;
5031
+ updatedAt: z.ZodString;
5032
+ deletedAt: z.ZodNullable<z.ZodString>;
5033
5033
  systemName: z.ZodString;
5034
5034
  displayName: z.ZodString;
5035
5035
  }, "strip", z.ZodTypeAny, {
5036
5036
  id: string;
5037
- createdAt: Date;
5038
- updatedAt: Date;
5039
- deletedAt: Date | null;
5037
+ createdAt: string;
5038
+ updatedAt: string;
5039
+ deletedAt: string | null;
5040
5040
  systemName: string;
5041
5041
  displayName: string;
5042
5042
  }, {
5043
5043
  id: string;
5044
- createdAt: Date;
5045
- updatedAt: Date;
5046
- deletedAt: Date | null;
5044
+ createdAt: string;
5045
+ updatedAt: string;
5046
+ deletedAt: string | null;
5047
5047
  systemName: string;
5048
5048
  displayName: string;
5049
5049
  }>;
@@ -5051,9 +5051,9 @@ export declare const contactContract: {
5051
5051
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
5052
5052
  id: string;
5053
5053
  position: number;
5054
- createdAt: Date;
5055
- updatedAt: Date;
5056
- deletedAt: Date | null;
5054
+ createdAt: string;
5055
+ updatedAt: string;
5056
+ deletedAt: string | null;
5057
5057
  isDefault: boolean;
5058
5058
  systemName: string;
5059
5059
  displayName: string;
@@ -5064,9 +5064,9 @@ export declare const contactContract: {
5064
5064
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
5065
5065
  id: string;
5066
5066
  position: number;
5067
- createdAt: Date;
5068
- updatedAt: Date;
5069
- deletedAt: Date | null;
5067
+ createdAt: string;
5068
+ updatedAt: string;
5069
+ deletedAt: string | null;
5070
5070
  isDefault: boolean;
5071
5071
  systemName: string;
5072
5072
  displayName: string;
@@ -5076,16 +5076,16 @@ export declare const contactContract: {
5076
5076
  }>;
5077
5077
  }, "strip", z.ZodTypeAny, {
5078
5078
  id: string;
5079
- createdAt: Date;
5080
- updatedAt: Date;
5081
- deletedAt: Date | null;
5079
+ createdAt: string;
5080
+ updatedAt: string;
5081
+ deletedAt: string | null;
5082
5082
  attribute: {
5083
5083
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
5084
5084
  id: string;
5085
5085
  position: number;
5086
- createdAt: Date;
5087
- updatedAt: Date;
5088
- deletedAt: Date | null;
5086
+ createdAt: string;
5087
+ updatedAt: string;
5088
+ deletedAt: string | null;
5089
5089
  isDefault: boolean;
5090
5090
  systemName: string;
5091
5091
  displayName: string;
@@ -5099,16 +5099,16 @@ export declare const contactContract: {
5099
5099
  dateValue: Date | null;
5100
5100
  }, {
5101
5101
  id: string;
5102
- createdAt: Date;
5103
- updatedAt: Date;
5104
- deletedAt: Date | null;
5102
+ createdAt: string;
5103
+ updatedAt: string;
5104
+ deletedAt: string | null;
5105
5105
  attribute: {
5106
5106
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
5107
5107
  id: string;
5108
5108
  position: number;
5109
- createdAt: Date;
5110
- updatedAt: Date;
5111
- deletedAt: Date | null;
5109
+ createdAt: string;
5110
+ updatedAt: string;
5111
+ deletedAt: string | null;
5112
5112
  isDefault: boolean;
5113
5113
  systemName: string;
5114
5114
  displayName: string;
@@ -5123,18 +5123,18 @@ export declare const contactContract: {
5123
5123
  }>, "many">>;
5124
5124
  }, "customFields">, "strip", z.ZodTypeAny, {
5125
5125
  id: string;
5126
- createdAt: Date;
5127
- updatedAt: Date;
5128
- deletedAt: Date | null;
5126
+ createdAt: string;
5127
+ updatedAt: string;
5128
+ deletedAt: string | null;
5129
5129
  address?: string | null | undefined;
5130
5130
  name?: string | undefined;
5131
5131
  phone?: string | null | undefined;
5132
5132
  industry?: string | null | undefined;
5133
5133
  }, {
5134
5134
  id: string;
5135
- createdAt: Date;
5136
- updatedAt: Date;
5137
- deletedAt: Date | null;
5135
+ createdAt: string;
5136
+ updatedAt: string;
5137
+ deletedAt: string | null;
5138
5138
  address?: string | null | undefined;
5139
5139
  name?: string | undefined;
5140
5140
  phone?: string | null | undefined;
@@ -5151,9 +5151,9 @@ export declare const contactContract: {
5151
5151
  dateValue: z.ZodNullable<z.ZodDate>;
5152
5152
  attribute: z.ZodObject<Omit<{
5153
5153
  id: z.ZodString;
5154
- createdAt: z.ZodDate;
5155
- updatedAt: z.ZodDate;
5156
- deletedAt: z.ZodNullable<z.ZodDate>;
5154
+ createdAt: z.ZodString;
5155
+ updatedAt: z.ZodString;
5156
+ deletedAt: z.ZodNullable<z.ZodString>;
5157
5157
  systemName: z.ZodString;
5158
5158
  displayName: z.ZodString;
5159
5159
  type: z.ZodUnion<[z.ZodLiteral<"text">, z.ZodLiteral<"textarea">, z.ZodLiteral<"date">, z.ZodLiteral<"select">, z.ZodLiteral<"link">, z.ZodLiteral<"attachment">]>;
@@ -5183,23 +5183,23 @@ export declare const contactContract: {
5183
5183
  }>, "many">;
5184
5184
  group: z.ZodObject<{
5185
5185
  id: z.ZodString;
5186
- createdAt: z.ZodDate;
5187
- updatedAt: z.ZodDate;
5188
- deletedAt: z.ZodNullable<z.ZodDate>;
5186
+ createdAt: z.ZodString;
5187
+ updatedAt: z.ZodString;
5188
+ deletedAt: z.ZodNullable<z.ZodString>;
5189
5189
  systemName: z.ZodString;
5190
5190
  displayName: z.ZodString;
5191
5191
  }, "strip", z.ZodTypeAny, {
5192
5192
  id: string;
5193
- createdAt: Date;
5194
- updatedAt: Date;
5195
- deletedAt: Date | null;
5193
+ createdAt: string;
5194
+ updatedAt: string;
5195
+ deletedAt: string | null;
5196
5196
  systemName: string;
5197
5197
  displayName: string;
5198
5198
  }, {
5199
5199
  id: string;
5200
- createdAt: Date;
5201
- updatedAt: Date;
5202
- deletedAt: Date | null;
5200
+ createdAt: string;
5201
+ updatedAt: string;
5202
+ deletedAt: string | null;
5203
5203
  systemName: string;
5204
5204
  displayName: string;
5205
5205
  }>;
@@ -5207,9 +5207,9 @@ export declare const contactContract: {
5207
5207
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
5208
5208
  id: string;
5209
5209
  position: number;
5210
- createdAt: Date;
5211
- updatedAt: Date;
5212
- deletedAt: Date | null;
5210
+ createdAt: string;
5211
+ updatedAt: string;
5212
+ deletedAt: string | null;
5213
5213
  isDefault: boolean;
5214
5214
  systemName: string;
5215
5215
  displayName: string;
@@ -5220,9 +5220,9 @@ export declare const contactContract: {
5220
5220
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
5221
5221
  id: string;
5222
5222
  position: number;
5223
- createdAt: Date;
5224
- updatedAt: Date;
5225
- deletedAt: Date | null;
5223
+ createdAt: string;
5224
+ updatedAt: string;
5225
+ deletedAt: string | null;
5226
5226
  isDefault: boolean;
5227
5227
  systemName: string;
5228
5228
  displayName: string;
@@ -5232,33 +5232,33 @@ export declare const contactContract: {
5232
5232
  }>;
5233
5233
  uploads: z.ZodArray<z.ZodObject<{
5234
5234
  id: z.ZodString;
5235
- createdAt: z.ZodDate;
5236
- updatedAt: z.ZodDate;
5237
- deletedAt: z.ZodNullable<z.ZodDate>;
5235
+ createdAt: z.ZodString;
5236
+ updatedAt: z.ZodString;
5237
+ deletedAt: z.ZodNullable<z.ZodString>;
5238
5238
  customFieldId: z.ZodString;
5239
5239
  upload: z.ZodObject<{
5240
5240
  id: z.ZodString;
5241
- createdAt: z.ZodDate;
5242
- updatedAt: z.ZodDate;
5243
- deletedAt: z.ZodNullable<z.ZodDate>;
5241
+ createdAt: z.ZodString;
5242
+ updatedAt: z.ZodString;
5243
+ deletedAt: z.ZodNullable<z.ZodString>;
5244
5244
  bucketName: z.ZodString;
5245
5245
  fileName: z.ZodString;
5246
5246
  fileSize: z.ZodNumber;
5247
5247
  fileKey: z.ZodString;
5248
5248
  }, "strip", z.ZodTypeAny, {
5249
5249
  id: string;
5250
- createdAt: Date;
5251
- updatedAt: Date;
5252
- deletedAt: Date | null;
5250
+ createdAt: string;
5251
+ updatedAt: string;
5252
+ deletedAt: string | null;
5253
5253
  fileName: string;
5254
5254
  fileKey: string;
5255
5255
  bucketName: string;
5256
5256
  fileSize: number;
5257
5257
  }, {
5258
5258
  id: string;
5259
- createdAt: Date;
5260
- updatedAt: Date;
5261
- deletedAt: Date | null;
5259
+ createdAt: string;
5260
+ updatedAt: string;
5261
+ deletedAt: string | null;
5262
5262
  fileName: string;
5263
5263
  fileKey: string;
5264
5264
  bucketName: string;
@@ -5266,15 +5266,15 @@ export declare const contactContract: {
5266
5266
  }>;
5267
5267
  }, "strip", z.ZodTypeAny, {
5268
5268
  id: string;
5269
- createdAt: Date;
5270
- updatedAt: Date;
5271
- deletedAt: Date | null;
5269
+ createdAt: string;
5270
+ updatedAt: string;
5271
+ deletedAt: string | null;
5272
5272
  customFieldId: string;
5273
5273
  upload: {
5274
5274
  id: string;
5275
- createdAt: Date;
5276
- updatedAt: Date;
5277
- deletedAt: Date | null;
5275
+ createdAt: string;
5276
+ updatedAt: string;
5277
+ deletedAt: string | null;
5278
5278
  fileName: string;
5279
5279
  fileKey: string;
5280
5280
  bucketName: string;
@@ -5282,15 +5282,15 @@ export declare const contactContract: {
5282
5282
  };
5283
5283
  }, {
5284
5284
  id: string;
5285
- createdAt: Date;
5286
- updatedAt: Date;
5287
- deletedAt: Date | null;
5285
+ createdAt: string;
5286
+ updatedAt: string;
5287
+ deletedAt: string | null;
5288
5288
  customFieldId: string;
5289
5289
  upload: {
5290
5290
  id: string;
5291
- createdAt: Date;
5292
- updatedAt: Date;
5293
- deletedAt: Date | null;
5291
+ createdAt: string;
5292
+ updatedAt: string;
5293
+ deletedAt: string | null;
5294
5294
  fileName: string;
5295
5295
  fileKey: string;
5296
5296
  bucketName: string;
@@ -5306,9 +5306,9 @@ export declare const contactContract: {
5306
5306
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
5307
5307
  id: string;
5308
5308
  position: number;
5309
- createdAt: Date;
5310
- updatedAt: Date;
5311
- deletedAt: Date | null;
5309
+ createdAt: string;
5310
+ updatedAt: string;
5311
+ deletedAt: string | null;
5312
5312
  isDefault: boolean;
5313
5313
  systemName: string;
5314
5314
  displayName: string;
@@ -5322,15 +5322,15 @@ export declare const contactContract: {
5322
5322
  dateValue: Date | null;
5323
5323
  uploads: {
5324
5324
  id: string;
5325
- createdAt: Date;
5326
- updatedAt: Date;
5327
- deletedAt: Date | null;
5325
+ createdAt: string;
5326
+ updatedAt: string;
5327
+ deletedAt: string | null;
5328
5328
  customFieldId: string;
5329
5329
  upload: {
5330
5330
  id: string;
5331
- createdAt: Date;
5332
- updatedAt: Date;
5333
- deletedAt: Date | null;
5331
+ createdAt: string;
5332
+ updatedAt: string;
5333
+ deletedAt: string | null;
5334
5334
  fileName: string;
5335
5335
  fileKey: string;
5336
5336
  bucketName: string;
@@ -5346,9 +5346,9 @@ export declare const contactContract: {
5346
5346
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
5347
5347
  id: string;
5348
5348
  position: number;
5349
- createdAt: Date;
5350
- updatedAt: Date;
5351
- deletedAt: Date | null;
5349
+ createdAt: string;
5350
+ updatedAt: string;
5351
+ deletedAt: string | null;
5352
5352
  isDefault: boolean;
5353
5353
  systemName: string;
5354
5354
  displayName: string;
@@ -5362,15 +5362,15 @@ export declare const contactContract: {
5362
5362
  dateValue: Date | null;
5363
5363
  uploads: {
5364
5364
  id: string;
5365
- createdAt: Date;
5366
- updatedAt: Date;
5367
- deletedAt: Date | null;
5365
+ createdAt: string;
5366
+ updatedAt: string;
5367
+ deletedAt: string | null;
5368
5368
  customFieldId: string;
5369
5369
  upload: {
5370
5370
  id: string;
5371
- createdAt: Date;
5372
- updatedAt: Date;
5373
- deletedAt: Date | null;
5371
+ createdAt: string;
5372
+ updatedAt: string;
5373
+ deletedAt: string | null;
5374
5374
  fileName: string;
5375
5375
  fileKey: string;
5376
5376
  bucketName: string;
@@ -5499,9 +5499,9 @@ export declare const contactContract: {
5499
5499
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
5500
5500
  id: string;
5501
5501
  position: number;
5502
- createdAt: Date;
5503
- updatedAt: Date;
5504
- deletedAt: Date | null;
5502
+ createdAt: string;
5503
+ updatedAt: string;
5504
+ deletedAt: string | null;
5505
5505
  isDefault: boolean;
5506
5506
  systemName: string;
5507
5507
  displayName: string;
@@ -5515,15 +5515,15 @@ export declare const contactContract: {
5515
5515
  dateValue: Date | null;
5516
5516
  uploads: {
5517
5517
  id: string;
5518
- createdAt: Date;
5519
- updatedAt: Date;
5520
- deletedAt: Date | null;
5518
+ createdAt: string;
5519
+ updatedAt: string;
5520
+ deletedAt: string | null;
5521
5521
  customFieldId: string;
5522
5522
  upload: {
5523
5523
  id: string;
5524
- createdAt: Date;
5525
- updatedAt: Date;
5526
- deletedAt: Date | null;
5524
+ createdAt: string;
5525
+ updatedAt: string;
5526
+ deletedAt: string | null;
5527
5527
  fileName: string;
5528
5528
  fileKey: string;
5529
5529
  bucketName: string;
@@ -5537,15 +5537,15 @@ export declare const contactContract: {
5537
5537
  tags: {
5538
5538
  id: string;
5539
5539
  name: string;
5540
- createdAt: Date;
5541
- updatedAt: Date;
5542
- deletedAt: Date | null;
5540
+ createdAt: string;
5541
+ updatedAt: string;
5542
+ deletedAt: string | null;
5543
5543
  }[];
5544
5544
  company: {
5545
5545
  id: string;
5546
- createdAt: Date;
5547
- updatedAt: Date;
5548
- deletedAt: Date | null;
5546
+ createdAt: string;
5547
+ updatedAt: string;
5548
+ deletedAt: string | null;
5549
5549
  address?: string | null | undefined;
5550
5550
  name?: string | undefined;
5551
5551
  phone?: string | null | undefined;
@@ -5600,9 +5600,9 @@ export declare const contactContract: {
5600
5600
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
5601
5601
  id: string;
5602
5602
  position: number;
5603
- createdAt: Date;
5604
- updatedAt: Date;
5605
- deletedAt: Date | null;
5603
+ createdAt: string;
5604
+ updatedAt: string;
5605
+ deletedAt: string | null;
5606
5606
  isDefault: boolean;
5607
5607
  systemName: string;
5608
5608
  displayName: string;
@@ -5615,16 +5615,16 @@ export declare const contactContract: {
5615
5615
  numberValue: number | null;
5616
5616
  dateValue: Date | null;
5617
5617
  uploads: {
5618
- id: string;
5619
- createdAt: Date;
5620
- updatedAt: Date;
5621
- deletedAt: Date | null;
5618
+ id: string;
5619
+ createdAt: string;
5620
+ updatedAt: string;
5621
+ deletedAt: string | null;
5622
5622
  customFieldId: string;
5623
5623
  upload: {
5624
5624
  id: string;
5625
- createdAt: Date;
5626
- updatedAt: Date;
5627
- deletedAt: Date | null;
5625
+ createdAt: string;
5626
+ updatedAt: string;
5627
+ deletedAt: string | null;
5628
5628
  fileName: string;
5629
5629
  fileKey: string;
5630
5630
  bucketName: string;
@@ -5638,15 +5638,15 @@ export declare const contactContract: {
5638
5638
  tags: {
5639
5639
  id: string;
5640
5640
  name: string;
5641
- createdAt: Date;
5642
- updatedAt: Date;
5643
- deletedAt: Date | null;
5641
+ createdAt: string;
5642
+ updatedAt: string;
5643
+ deletedAt: string | null;
5644
5644
  }[];
5645
5645
  company: {
5646
5646
  id: string;
5647
- createdAt: Date;
5648
- updatedAt: Date;
5649
- deletedAt: Date | null;
5647
+ createdAt: string;
5648
+ updatedAt: string;
5649
+ deletedAt: string | null;
5650
5650
  address?: string | null | undefined;
5651
5651
  name?: string | undefined;
5652
5652
  phone?: string | null | undefined;
@@ -5703,9 +5703,9 @@ export declare const contactContract: {
5703
5703
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
5704
5704
  id: string;
5705
5705
  position: number;
5706
- createdAt: Date;
5707
- updatedAt: Date;
5708
- deletedAt: Date | null;
5706
+ createdAt: string;
5707
+ updatedAt: string;
5708
+ deletedAt: string | null;
5709
5709
  isDefault: boolean;
5710
5710
  systemName: string;
5711
5711
  displayName: string;
@@ -5719,15 +5719,15 @@ export declare const contactContract: {
5719
5719
  dateValue: Date | null;
5720
5720
  uploads: {
5721
5721
  id: string;
5722
- createdAt: Date;
5723
- updatedAt: Date;
5724
- deletedAt: Date | null;
5722
+ createdAt: string;
5723
+ updatedAt: string;
5724
+ deletedAt: string | null;
5725
5725
  customFieldId: string;
5726
5726
  upload: {
5727
5727
  id: string;
5728
- createdAt: Date;
5729
- updatedAt: Date;
5730
- deletedAt: Date | null;
5728
+ createdAt: string;
5729
+ updatedAt: string;
5730
+ deletedAt: string | null;
5731
5731
  fileName: string;
5732
5732
  fileKey: string;
5733
5733
  bucketName: string;
@@ -5741,15 +5741,15 @@ export declare const contactContract: {
5741
5741
  tags: {
5742
5742
  id: string;
5743
5743
  name: string;
5744
- createdAt: Date;
5745
- updatedAt: Date;
5746
- deletedAt: Date | null;
5744
+ createdAt: string;
5745
+ updatedAt: string;
5746
+ deletedAt: string | null;
5747
5747
  }[];
5748
5748
  company: {
5749
5749
  id: string;
5750
- createdAt: Date;
5751
- updatedAt: Date;
5752
- deletedAt: Date | null;
5750
+ createdAt: string;
5751
+ updatedAt: string;
5752
+ deletedAt: string | null;
5753
5753
  address?: string | null | undefined;
5754
5754
  name?: string | undefined;
5755
5755
  phone?: string | null | undefined;
@@ -5807,9 +5807,9 @@ export declare const contactContract: {
5807
5807
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
5808
5808
  id: string;
5809
5809
  position: number;
5810
- createdAt: Date;
5811
- updatedAt: Date;
5812
- deletedAt: Date | null;
5810
+ createdAt: string;
5811
+ updatedAt: string;
5812
+ deletedAt: string | null;
5813
5813
  isDefault: boolean;
5814
5814
  systemName: string;
5815
5815
  displayName: string;
@@ -5823,15 +5823,15 @@ export declare const contactContract: {
5823
5823
  dateValue: Date | null;
5824
5824
  uploads: {
5825
5825
  id: string;
5826
- createdAt: Date;
5827
- updatedAt: Date;
5828
- deletedAt: Date | null;
5826
+ createdAt: string;
5827
+ updatedAt: string;
5828
+ deletedAt: string | null;
5829
5829
  customFieldId: string;
5830
5830
  upload: {
5831
5831
  id: string;
5832
- createdAt: Date;
5833
- updatedAt: Date;
5834
- deletedAt: Date | null;
5832
+ createdAt: string;
5833
+ updatedAt: string;
5834
+ deletedAt: string | null;
5835
5835
  fileName: string;
5836
5836
  fileKey: string;
5837
5837
  bucketName: string;
@@ -5845,15 +5845,15 @@ export declare const contactContract: {
5845
5845
  tags: {
5846
5846
  id: string;
5847
5847
  name: string;
5848
- createdAt: Date;
5849
- updatedAt: Date;
5850
- deletedAt: Date | null;
5848
+ createdAt: string;
5849
+ updatedAt: string;
5850
+ deletedAt: string | null;
5851
5851
  }[];
5852
5852
  company: {
5853
5853
  id: string;
5854
- createdAt: Date;
5855
- updatedAt: Date;
5856
- deletedAt: Date | null;
5854
+ createdAt: string;
5855
+ updatedAt: string;
5856
+ deletedAt: string | null;
5857
5857
  address?: string | null | undefined;
5858
5858
  name?: string | undefined;
5859
5859
  phone?: string | null | undefined;
@@ -5993,46 +5993,46 @@ export declare const contactContract: {
5993
5993
  socialProfileUrl: z.ZodNullable<z.ZodString>;
5994
5994
  tags: z.ZodArray<z.ZodObject<{
5995
5995
  id: z.ZodString;
5996
- createdAt: z.ZodDate;
5997
- updatedAt: z.ZodDate;
5998
- deletedAt: z.ZodNullable<z.ZodDate>;
5996
+ createdAt: z.ZodString;
5997
+ updatedAt: z.ZodString;
5998
+ deletedAt: z.ZodNullable<z.ZodString>;
5999
5999
  name: z.ZodString;
6000
6000
  }, "strip", z.ZodTypeAny, {
6001
6001
  id: string;
6002
6002
  name: string;
6003
- createdAt: Date;
6004
- updatedAt: Date;
6005
- deletedAt: Date | null;
6003
+ createdAt: string;
6004
+ updatedAt: string;
6005
+ deletedAt: string | null;
6006
6006
  }, {
6007
6007
  id: string;
6008
6008
  name: string;
6009
- createdAt: Date;
6010
- updatedAt: Date;
6011
- deletedAt: Date | null;
6009
+ createdAt: string;
6010
+ updatedAt: string;
6011
+ deletedAt: string | null;
6012
6012
  }>, "many">;
6013
6013
  company: z.ZodNullable<z.ZodObject<Omit<{
6014
6014
  id: z.ZodString;
6015
- createdAt: z.ZodDate;
6016
- updatedAt: z.ZodDate;
6017
- deletedAt: z.ZodNullable<z.ZodDate>;
6015
+ createdAt: z.ZodString;
6016
+ updatedAt: z.ZodString;
6017
+ deletedAt: z.ZodNullable<z.ZodString>;
6018
6018
  name: z.ZodOptional<z.ZodString>;
6019
6019
  phone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6020
6020
  address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6021
6021
  industry: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6022
6022
  customFields: z.ZodOptional<z.ZodArray<z.ZodObject<{
6023
6023
  id: z.ZodString;
6024
- createdAt: z.ZodDate;
6025
- updatedAt: z.ZodDate;
6026
- deletedAt: z.ZodNullable<z.ZodDate>;
6024
+ createdAt: z.ZodString;
6025
+ updatedAt: z.ZodString;
6026
+ deletedAt: z.ZodNullable<z.ZodString>;
6027
6027
  textValue: z.ZodNullable<z.ZodString>;
6028
6028
  booleanValue: z.ZodNullable<z.ZodBoolean>;
6029
6029
  numberValue: z.ZodNullable<z.ZodNumber>;
6030
6030
  dateValue: z.ZodNullable<z.ZodDate>;
6031
6031
  attribute: z.ZodObject<Omit<{
6032
6032
  id: z.ZodString;
6033
- createdAt: z.ZodDate;
6034
- updatedAt: z.ZodDate;
6035
- deletedAt: z.ZodNullable<z.ZodDate>;
6033
+ createdAt: z.ZodString;
6034
+ updatedAt: z.ZodString;
6035
+ deletedAt: z.ZodNullable<z.ZodString>;
6036
6036
  systemName: z.ZodString;
6037
6037
  displayName: z.ZodString;
6038
6038
  type: z.ZodUnion<[z.ZodLiteral<"text">, z.ZodLiteral<"textarea">, z.ZodLiteral<"date">, z.ZodLiteral<"select">, z.ZodLiteral<"link">, z.ZodLiteral<"attachment">]>;
@@ -6062,23 +6062,23 @@ export declare const contactContract: {
6062
6062
  }>, "many">;
6063
6063
  group: z.ZodObject<{
6064
6064
  id: z.ZodString;
6065
- createdAt: z.ZodDate;
6066
- updatedAt: z.ZodDate;
6067
- deletedAt: z.ZodNullable<z.ZodDate>;
6065
+ createdAt: z.ZodString;
6066
+ updatedAt: z.ZodString;
6067
+ deletedAt: z.ZodNullable<z.ZodString>;
6068
6068
  systemName: z.ZodString;
6069
6069
  displayName: z.ZodString;
6070
6070
  }, "strip", z.ZodTypeAny, {
6071
6071
  id: string;
6072
- createdAt: Date;
6073
- updatedAt: Date;
6074
- deletedAt: Date | null;
6072
+ createdAt: string;
6073
+ updatedAt: string;
6074
+ deletedAt: string | null;
6075
6075
  systemName: string;
6076
6076
  displayName: string;
6077
6077
  }, {
6078
6078
  id: string;
6079
- createdAt: Date;
6080
- updatedAt: Date;
6081
- deletedAt: Date | null;
6079
+ createdAt: string;
6080
+ updatedAt: string;
6081
+ deletedAt: string | null;
6082
6082
  systemName: string;
6083
6083
  displayName: string;
6084
6084
  }>;
@@ -6086,9 +6086,9 @@ export declare const contactContract: {
6086
6086
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
6087
6087
  id: string;
6088
6088
  position: number;
6089
- createdAt: Date;
6090
- updatedAt: Date;
6091
- deletedAt: Date | null;
6089
+ createdAt: string;
6090
+ updatedAt: string;
6091
+ deletedAt: string | null;
6092
6092
  isDefault: boolean;
6093
6093
  systemName: string;
6094
6094
  displayName: string;
@@ -6099,9 +6099,9 @@ export declare const contactContract: {
6099
6099
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
6100
6100
  id: string;
6101
6101
  position: number;
6102
- createdAt: Date;
6103
- updatedAt: Date;
6104
- deletedAt: Date | null;
6102
+ createdAt: string;
6103
+ updatedAt: string;
6104
+ deletedAt: string | null;
6105
6105
  isDefault: boolean;
6106
6106
  systemName: string;
6107
6107
  displayName: string;
@@ -6111,16 +6111,16 @@ export declare const contactContract: {
6111
6111
  }>;
6112
6112
  }, "strip", z.ZodTypeAny, {
6113
6113
  id: string;
6114
- createdAt: Date;
6115
- updatedAt: Date;
6116
- deletedAt: Date | null;
6114
+ createdAt: string;
6115
+ updatedAt: string;
6116
+ deletedAt: string | null;
6117
6117
  attribute: {
6118
6118
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
6119
6119
  id: string;
6120
6120
  position: number;
6121
- createdAt: Date;
6122
- updatedAt: Date;
6123
- deletedAt: Date | null;
6121
+ createdAt: string;
6122
+ updatedAt: string;
6123
+ deletedAt: string | null;
6124
6124
  isDefault: boolean;
6125
6125
  systemName: string;
6126
6126
  displayName: string;
@@ -6134,16 +6134,16 @@ export declare const contactContract: {
6134
6134
  dateValue: Date | null;
6135
6135
  }, {
6136
6136
  id: string;
6137
- createdAt: Date;
6138
- updatedAt: Date;
6139
- deletedAt: Date | null;
6137
+ createdAt: string;
6138
+ updatedAt: string;
6139
+ deletedAt: string | null;
6140
6140
  attribute: {
6141
6141
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
6142
6142
  id: string;
6143
6143
  position: number;
6144
- createdAt: Date;
6145
- updatedAt: Date;
6146
- deletedAt: Date | null;
6144
+ createdAt: string;
6145
+ updatedAt: string;
6146
+ deletedAt: string | null;
6147
6147
  isDefault: boolean;
6148
6148
  systemName: string;
6149
6149
  displayName: string;
@@ -6158,18 +6158,18 @@ export declare const contactContract: {
6158
6158
  }>, "many">>;
6159
6159
  }, "customFields">, "strip", z.ZodTypeAny, {
6160
6160
  id: string;
6161
- createdAt: Date;
6162
- updatedAt: Date;
6163
- deletedAt: Date | null;
6161
+ createdAt: string;
6162
+ updatedAt: string;
6163
+ deletedAt: string | null;
6164
6164
  address?: string | null | undefined;
6165
6165
  name?: string | undefined;
6166
6166
  phone?: string | null | undefined;
6167
6167
  industry?: string | null | undefined;
6168
6168
  }, {
6169
6169
  id: string;
6170
- createdAt: Date;
6171
- updatedAt: Date;
6172
- deletedAt: Date | null;
6170
+ createdAt: string;
6171
+ updatedAt: string;
6172
+ deletedAt: string | null;
6173
6173
  address?: string | null | undefined;
6174
6174
  name?: string | undefined;
6175
6175
  phone?: string | null | undefined;
@@ -6186,9 +6186,9 @@ export declare const contactContract: {
6186
6186
  dateValue: z.ZodNullable<z.ZodDate>;
6187
6187
  attribute: z.ZodObject<Omit<{
6188
6188
  id: z.ZodString;
6189
- createdAt: z.ZodDate;
6190
- updatedAt: z.ZodDate;
6191
- deletedAt: z.ZodNullable<z.ZodDate>;
6189
+ createdAt: z.ZodString;
6190
+ updatedAt: z.ZodString;
6191
+ deletedAt: z.ZodNullable<z.ZodString>;
6192
6192
  systemName: z.ZodString;
6193
6193
  displayName: z.ZodString;
6194
6194
  type: z.ZodUnion<[z.ZodLiteral<"text">, z.ZodLiteral<"textarea">, z.ZodLiteral<"date">, z.ZodLiteral<"select">, z.ZodLiteral<"link">, z.ZodLiteral<"attachment">]>;
@@ -6218,23 +6218,23 @@ export declare const contactContract: {
6218
6218
  }>, "many">;
6219
6219
  group: z.ZodObject<{
6220
6220
  id: z.ZodString;
6221
- createdAt: z.ZodDate;
6222
- updatedAt: z.ZodDate;
6223
- deletedAt: z.ZodNullable<z.ZodDate>;
6221
+ createdAt: z.ZodString;
6222
+ updatedAt: z.ZodString;
6223
+ deletedAt: z.ZodNullable<z.ZodString>;
6224
6224
  systemName: z.ZodString;
6225
6225
  displayName: z.ZodString;
6226
6226
  }, "strip", z.ZodTypeAny, {
6227
6227
  id: string;
6228
- createdAt: Date;
6229
- updatedAt: Date;
6230
- deletedAt: Date | null;
6228
+ createdAt: string;
6229
+ updatedAt: string;
6230
+ deletedAt: string | null;
6231
6231
  systemName: string;
6232
6232
  displayName: string;
6233
6233
  }, {
6234
6234
  id: string;
6235
- createdAt: Date;
6236
- updatedAt: Date;
6237
- deletedAt: Date | null;
6235
+ createdAt: string;
6236
+ updatedAt: string;
6237
+ deletedAt: string | null;
6238
6238
  systemName: string;
6239
6239
  displayName: string;
6240
6240
  }>;
@@ -6242,9 +6242,9 @@ export declare const contactContract: {
6242
6242
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
6243
6243
  id: string;
6244
6244
  position: number;
6245
- createdAt: Date;
6246
- updatedAt: Date;
6247
- deletedAt: Date | null;
6245
+ createdAt: string;
6246
+ updatedAt: string;
6247
+ deletedAt: string | null;
6248
6248
  isDefault: boolean;
6249
6249
  systemName: string;
6250
6250
  displayName: string;
@@ -6255,9 +6255,9 @@ export declare const contactContract: {
6255
6255
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
6256
6256
  id: string;
6257
6257
  position: number;
6258
- createdAt: Date;
6259
- updatedAt: Date;
6260
- deletedAt: Date | null;
6258
+ createdAt: string;
6259
+ updatedAt: string;
6260
+ deletedAt: string | null;
6261
6261
  isDefault: boolean;
6262
6262
  systemName: string;
6263
6263
  displayName: string;
@@ -6267,33 +6267,33 @@ export declare const contactContract: {
6267
6267
  }>;
6268
6268
  uploads: z.ZodArray<z.ZodObject<{
6269
6269
  id: z.ZodString;
6270
- createdAt: z.ZodDate;
6271
- updatedAt: z.ZodDate;
6272
- deletedAt: z.ZodNullable<z.ZodDate>;
6270
+ createdAt: z.ZodString;
6271
+ updatedAt: z.ZodString;
6272
+ deletedAt: z.ZodNullable<z.ZodString>;
6273
6273
  customFieldId: z.ZodString;
6274
6274
  upload: z.ZodObject<{
6275
6275
  id: z.ZodString;
6276
- createdAt: z.ZodDate;
6277
- updatedAt: z.ZodDate;
6278
- deletedAt: z.ZodNullable<z.ZodDate>;
6276
+ createdAt: z.ZodString;
6277
+ updatedAt: z.ZodString;
6278
+ deletedAt: z.ZodNullable<z.ZodString>;
6279
6279
  bucketName: z.ZodString;
6280
6280
  fileName: z.ZodString;
6281
6281
  fileSize: z.ZodNumber;
6282
6282
  fileKey: z.ZodString;
6283
6283
  }, "strip", z.ZodTypeAny, {
6284
6284
  id: string;
6285
- createdAt: Date;
6286
- updatedAt: Date;
6287
- deletedAt: Date | null;
6285
+ createdAt: string;
6286
+ updatedAt: string;
6287
+ deletedAt: string | null;
6288
6288
  fileName: string;
6289
6289
  fileKey: string;
6290
6290
  bucketName: string;
6291
6291
  fileSize: number;
6292
6292
  }, {
6293
6293
  id: string;
6294
- createdAt: Date;
6295
- updatedAt: Date;
6296
- deletedAt: Date | null;
6294
+ createdAt: string;
6295
+ updatedAt: string;
6296
+ deletedAt: string | null;
6297
6297
  fileName: string;
6298
6298
  fileKey: string;
6299
6299
  bucketName: string;
@@ -6301,15 +6301,15 @@ export declare const contactContract: {
6301
6301
  }>;
6302
6302
  }, "strip", z.ZodTypeAny, {
6303
6303
  id: string;
6304
- createdAt: Date;
6305
- updatedAt: Date;
6306
- deletedAt: Date | null;
6304
+ createdAt: string;
6305
+ updatedAt: string;
6306
+ deletedAt: string | null;
6307
6307
  customFieldId: string;
6308
6308
  upload: {
6309
6309
  id: string;
6310
- createdAt: Date;
6311
- updatedAt: Date;
6312
- deletedAt: Date | null;
6310
+ createdAt: string;
6311
+ updatedAt: string;
6312
+ deletedAt: string | null;
6313
6313
  fileName: string;
6314
6314
  fileKey: string;
6315
6315
  bucketName: string;
@@ -6317,15 +6317,15 @@ export declare const contactContract: {
6317
6317
  };
6318
6318
  }, {
6319
6319
  id: string;
6320
- createdAt: Date;
6321
- updatedAt: Date;
6322
- deletedAt: Date | null;
6320
+ createdAt: string;
6321
+ updatedAt: string;
6322
+ deletedAt: string | null;
6323
6323
  customFieldId: string;
6324
6324
  upload: {
6325
6325
  id: string;
6326
- createdAt: Date;
6327
- updatedAt: Date;
6328
- deletedAt: Date | null;
6326
+ createdAt: string;
6327
+ updatedAt: string;
6328
+ deletedAt: string | null;
6329
6329
  fileName: string;
6330
6330
  fileKey: string;
6331
6331
  bucketName: string;
@@ -6341,9 +6341,9 @@ export declare const contactContract: {
6341
6341
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
6342
6342
  id: string;
6343
6343
  position: number;
6344
- createdAt: Date;
6345
- updatedAt: Date;
6346
- deletedAt: Date | null;
6344
+ createdAt: string;
6345
+ updatedAt: string;
6346
+ deletedAt: string | null;
6347
6347
  isDefault: boolean;
6348
6348
  systemName: string;
6349
6349
  displayName: string;
@@ -6357,15 +6357,15 @@ export declare const contactContract: {
6357
6357
  dateValue: Date | null;
6358
6358
  uploads: {
6359
6359
  id: string;
6360
- createdAt: Date;
6361
- updatedAt: Date;
6362
- deletedAt: Date | null;
6360
+ createdAt: string;
6361
+ updatedAt: string;
6362
+ deletedAt: string | null;
6363
6363
  customFieldId: string;
6364
6364
  upload: {
6365
6365
  id: string;
6366
- createdAt: Date;
6367
- updatedAt: Date;
6368
- deletedAt: Date | null;
6366
+ createdAt: string;
6367
+ updatedAt: string;
6368
+ deletedAt: string | null;
6369
6369
  fileName: string;
6370
6370
  fileKey: string;
6371
6371
  bucketName: string;
@@ -6381,9 +6381,9 @@ export declare const contactContract: {
6381
6381
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
6382
6382
  id: string;
6383
6383
  position: number;
6384
- createdAt: Date;
6385
- updatedAt: Date;
6386
- deletedAt: Date | null;
6384
+ createdAt: string;
6385
+ updatedAt: string;
6386
+ deletedAt: string | null;
6387
6387
  isDefault: boolean;
6388
6388
  systemName: string;
6389
6389
  displayName: string;
@@ -6397,15 +6397,15 @@ export declare const contactContract: {
6397
6397
  dateValue: Date | null;
6398
6398
  uploads: {
6399
6399
  id: string;
6400
- createdAt: Date;
6401
- updatedAt: Date;
6402
- deletedAt: Date | null;
6400
+ createdAt: string;
6401
+ updatedAt: string;
6402
+ deletedAt: string | null;
6403
6403
  customFieldId: string;
6404
6404
  upload: {
6405
6405
  id: string;
6406
- createdAt: Date;
6407
- updatedAt: Date;
6408
- deletedAt: Date | null;
6406
+ createdAt: string;
6407
+ updatedAt: string;
6408
+ deletedAt: string | null;
6409
6409
  fileName: string;
6410
6410
  fileKey: string;
6411
6411
  bucketName: string;
@@ -6534,9 +6534,9 @@ export declare const contactContract: {
6534
6534
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
6535
6535
  id: string;
6536
6536
  position: number;
6537
- createdAt: Date;
6538
- updatedAt: Date;
6539
- deletedAt: Date | null;
6537
+ createdAt: string;
6538
+ updatedAt: string;
6539
+ deletedAt: string | null;
6540
6540
  isDefault: boolean;
6541
6541
  systemName: string;
6542
6542
  displayName: string;
@@ -6550,15 +6550,15 @@ export declare const contactContract: {
6550
6550
  dateValue: Date | null;
6551
6551
  uploads: {
6552
6552
  id: string;
6553
- createdAt: Date;
6554
- updatedAt: Date;
6555
- deletedAt: Date | null;
6553
+ createdAt: string;
6554
+ updatedAt: string;
6555
+ deletedAt: string | null;
6556
6556
  customFieldId: string;
6557
6557
  upload: {
6558
6558
  id: string;
6559
- createdAt: Date;
6560
- updatedAt: Date;
6561
- deletedAt: Date | null;
6559
+ createdAt: string;
6560
+ updatedAt: string;
6561
+ deletedAt: string | null;
6562
6562
  fileName: string;
6563
6563
  fileKey: string;
6564
6564
  bucketName: string;
@@ -6572,15 +6572,15 @@ export declare const contactContract: {
6572
6572
  tags: {
6573
6573
  id: string;
6574
6574
  name: string;
6575
- createdAt: Date;
6576
- updatedAt: Date;
6577
- deletedAt: Date | null;
6575
+ createdAt: string;
6576
+ updatedAt: string;
6577
+ deletedAt: string | null;
6578
6578
  }[];
6579
6579
  company: {
6580
6580
  id: string;
6581
- createdAt: Date;
6582
- updatedAt: Date;
6583
- deletedAt: Date | null;
6581
+ createdAt: string;
6582
+ updatedAt: string;
6583
+ deletedAt: string | null;
6584
6584
  address?: string | null | undefined;
6585
6585
  name?: string | undefined;
6586
6586
  phone?: string | null | undefined;
@@ -6635,9 +6635,9 @@ export declare const contactContract: {
6635
6635
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
6636
6636
  id: string;
6637
6637
  position: number;
6638
- createdAt: Date;
6639
- updatedAt: Date;
6640
- deletedAt: Date | null;
6638
+ createdAt: string;
6639
+ updatedAt: string;
6640
+ deletedAt: string | null;
6641
6641
  isDefault: boolean;
6642
6642
  systemName: string;
6643
6643
  displayName: string;
@@ -6651,15 +6651,15 @@ export declare const contactContract: {
6651
6651
  dateValue: Date | null;
6652
6652
  uploads: {
6653
6653
  id: string;
6654
- createdAt: Date;
6655
- updatedAt: Date;
6656
- deletedAt: Date | null;
6654
+ createdAt: string;
6655
+ updatedAt: string;
6656
+ deletedAt: string | null;
6657
6657
  customFieldId: string;
6658
6658
  upload: {
6659
6659
  id: string;
6660
- createdAt: Date;
6661
- updatedAt: Date;
6662
- deletedAt: Date | null;
6660
+ createdAt: string;
6661
+ updatedAt: string;
6662
+ deletedAt: string | null;
6663
6663
  fileName: string;
6664
6664
  fileKey: string;
6665
6665
  bucketName: string;
@@ -6673,15 +6673,15 @@ export declare const contactContract: {
6673
6673
  tags: {
6674
6674
  id: string;
6675
6675
  name: string;
6676
- createdAt: Date;
6677
- updatedAt: Date;
6678
- deletedAt: Date | null;
6676
+ createdAt: string;
6677
+ updatedAt: string;
6678
+ deletedAt: string | null;
6679
6679
  }[];
6680
6680
  company: {
6681
6681
  id: string;
6682
- createdAt: Date;
6683
- updatedAt: Date;
6684
- deletedAt: Date | null;
6682
+ createdAt: string;
6683
+ updatedAt: string;
6684
+ deletedAt: string | null;
6685
6685
  address?: string | null | undefined;
6686
6686
  name?: string | undefined;
6687
6687
  phone?: string | null | undefined;
@@ -6738,9 +6738,9 @@ export declare const contactContract: {
6738
6738
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
6739
6739
  id: string;
6740
6740
  position: number;
6741
- createdAt: Date;
6742
- updatedAt: Date;
6743
- deletedAt: Date | null;
6741
+ createdAt: string;
6742
+ updatedAt: string;
6743
+ deletedAt: string | null;
6744
6744
  isDefault: boolean;
6745
6745
  systemName: string;
6746
6746
  displayName: string;
@@ -6754,15 +6754,15 @@ export declare const contactContract: {
6754
6754
  dateValue: Date | null;
6755
6755
  uploads: {
6756
6756
  id: string;
6757
- createdAt: Date;
6758
- updatedAt: Date;
6759
- deletedAt: Date | null;
6757
+ createdAt: string;
6758
+ updatedAt: string;
6759
+ deletedAt: string | null;
6760
6760
  customFieldId: string;
6761
6761
  upload: {
6762
6762
  id: string;
6763
- createdAt: Date;
6764
- updatedAt: Date;
6765
- deletedAt: Date | null;
6763
+ createdAt: string;
6764
+ updatedAt: string;
6765
+ deletedAt: string | null;
6766
6766
  fileName: string;
6767
6767
  fileKey: string;
6768
6768
  bucketName: string;
@@ -6776,15 +6776,15 @@ export declare const contactContract: {
6776
6776
  tags: {
6777
6777
  id: string;
6778
6778
  name: string;
6779
- createdAt: Date;
6780
- updatedAt: Date;
6781
- deletedAt: Date | null;
6779
+ createdAt: string;
6780
+ updatedAt: string;
6781
+ deletedAt: string | null;
6782
6782
  }[];
6783
6783
  company: {
6784
6784
  id: string;
6785
- createdAt: Date;
6786
- updatedAt: Date;
6787
- deletedAt: Date | null;
6785
+ createdAt: string;
6786
+ updatedAt: string;
6787
+ deletedAt: string | null;
6788
6788
  address?: string | null | undefined;
6789
6789
  name?: string | undefined;
6790
6790
  phone?: string | null | undefined;
@@ -6842,9 +6842,9 @@ export declare const contactContract: {
6842
6842
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
6843
6843
  id: string;
6844
6844
  position: number;
6845
- createdAt: Date;
6846
- updatedAt: Date;
6847
- deletedAt: Date | null;
6845
+ createdAt: string;
6846
+ updatedAt: string;
6847
+ deletedAt: string | null;
6848
6848
  isDefault: boolean;
6849
6849
  systemName: string;
6850
6850
  displayName: string;
@@ -6858,15 +6858,15 @@ export declare const contactContract: {
6858
6858
  dateValue: Date | null;
6859
6859
  uploads: {
6860
6860
  id: string;
6861
- createdAt: Date;
6862
- updatedAt: Date;
6863
- deletedAt: Date | null;
6861
+ createdAt: string;
6862
+ updatedAt: string;
6863
+ deletedAt: string | null;
6864
6864
  customFieldId: string;
6865
6865
  upload: {
6866
6866
  id: string;
6867
- createdAt: Date;
6868
- updatedAt: Date;
6869
- deletedAt: Date | null;
6867
+ createdAt: string;
6868
+ updatedAt: string;
6869
+ deletedAt: string | null;
6870
6870
  fileName: string;
6871
6871
  fileKey: string;
6872
6872
  bucketName: string;
@@ -6880,15 +6880,15 @@ export declare const contactContract: {
6880
6880
  tags: {
6881
6881
  id: string;
6882
6882
  name: string;
6883
- createdAt: Date;
6884
- updatedAt: Date;
6885
- deletedAt: Date | null;
6883
+ createdAt: string;
6884
+ updatedAt: string;
6885
+ deletedAt: string | null;
6886
6886
  }[];
6887
6887
  company: {
6888
6888
  id: string;
6889
- createdAt: Date;
6890
- updatedAt: Date;
6891
- deletedAt: Date | null;
6889
+ createdAt: string;
6890
+ updatedAt: string;
6891
+ deletedAt: string | null;
6892
6892
  address?: string | null | undefined;
6893
6893
  name?: string | undefined;
6894
6894
  phone?: string | null | undefined;
@@ -7064,46 +7064,46 @@ export declare const contactContract: {
7064
7064
  socialProfileUrl: z.ZodNullable<z.ZodString>;
7065
7065
  tags: z.ZodArray<z.ZodObject<{
7066
7066
  id: z.ZodString;
7067
- createdAt: z.ZodDate;
7068
- updatedAt: z.ZodDate;
7069
- deletedAt: z.ZodNullable<z.ZodDate>;
7067
+ createdAt: z.ZodString;
7068
+ updatedAt: z.ZodString;
7069
+ deletedAt: z.ZodNullable<z.ZodString>;
7070
7070
  name: z.ZodString;
7071
7071
  }, "strip", z.ZodTypeAny, {
7072
7072
  id: string;
7073
7073
  name: string;
7074
- createdAt: Date;
7075
- updatedAt: Date;
7076
- deletedAt: Date | null;
7074
+ createdAt: string;
7075
+ updatedAt: string;
7076
+ deletedAt: string | null;
7077
7077
  }, {
7078
7078
  id: string;
7079
7079
  name: string;
7080
- createdAt: Date;
7081
- updatedAt: Date;
7082
- deletedAt: Date | null;
7080
+ createdAt: string;
7081
+ updatedAt: string;
7082
+ deletedAt: string | null;
7083
7083
  }>, "many">;
7084
7084
  company: z.ZodNullable<z.ZodObject<Omit<{
7085
7085
  id: z.ZodString;
7086
- createdAt: z.ZodDate;
7087
- updatedAt: z.ZodDate;
7088
- deletedAt: z.ZodNullable<z.ZodDate>;
7086
+ createdAt: z.ZodString;
7087
+ updatedAt: z.ZodString;
7088
+ deletedAt: z.ZodNullable<z.ZodString>;
7089
7089
  name: z.ZodOptional<z.ZodString>;
7090
7090
  phone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
7091
7091
  address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
7092
7092
  industry: z.ZodOptional<z.ZodNullable<z.ZodString>>;
7093
7093
  customFields: z.ZodOptional<z.ZodArray<z.ZodObject<{
7094
7094
  id: z.ZodString;
7095
- createdAt: z.ZodDate;
7096
- updatedAt: z.ZodDate;
7097
- deletedAt: z.ZodNullable<z.ZodDate>;
7095
+ createdAt: z.ZodString;
7096
+ updatedAt: z.ZodString;
7097
+ deletedAt: z.ZodNullable<z.ZodString>;
7098
7098
  textValue: z.ZodNullable<z.ZodString>;
7099
7099
  booleanValue: z.ZodNullable<z.ZodBoolean>;
7100
7100
  numberValue: z.ZodNullable<z.ZodNumber>;
7101
7101
  dateValue: z.ZodNullable<z.ZodDate>;
7102
7102
  attribute: z.ZodObject<Omit<{
7103
7103
  id: z.ZodString;
7104
- createdAt: z.ZodDate;
7105
- updatedAt: z.ZodDate;
7106
- deletedAt: z.ZodNullable<z.ZodDate>;
7104
+ createdAt: z.ZodString;
7105
+ updatedAt: z.ZodString;
7106
+ deletedAt: z.ZodNullable<z.ZodString>;
7107
7107
  systemName: z.ZodString;
7108
7108
  displayName: z.ZodString;
7109
7109
  type: z.ZodUnion<[z.ZodLiteral<"text">, z.ZodLiteral<"textarea">, z.ZodLiteral<"date">, z.ZodLiteral<"select">, z.ZodLiteral<"link">, z.ZodLiteral<"attachment">]>;
@@ -7133,23 +7133,23 @@ export declare const contactContract: {
7133
7133
  }>, "many">;
7134
7134
  group: z.ZodObject<{
7135
7135
  id: z.ZodString;
7136
- createdAt: z.ZodDate;
7137
- updatedAt: z.ZodDate;
7138
- deletedAt: z.ZodNullable<z.ZodDate>;
7136
+ createdAt: z.ZodString;
7137
+ updatedAt: z.ZodString;
7138
+ deletedAt: z.ZodNullable<z.ZodString>;
7139
7139
  systemName: z.ZodString;
7140
7140
  displayName: z.ZodString;
7141
7141
  }, "strip", z.ZodTypeAny, {
7142
7142
  id: string;
7143
- createdAt: Date;
7144
- updatedAt: Date;
7145
- deletedAt: Date | null;
7143
+ createdAt: string;
7144
+ updatedAt: string;
7145
+ deletedAt: string | null;
7146
7146
  systemName: string;
7147
7147
  displayName: string;
7148
7148
  }, {
7149
7149
  id: string;
7150
- createdAt: Date;
7151
- updatedAt: Date;
7152
- deletedAt: Date | null;
7150
+ createdAt: string;
7151
+ updatedAt: string;
7152
+ deletedAt: string | null;
7153
7153
  systemName: string;
7154
7154
  displayName: string;
7155
7155
  }>;
@@ -7157,9 +7157,9 @@ export declare const contactContract: {
7157
7157
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
7158
7158
  id: string;
7159
7159
  position: number;
7160
- createdAt: Date;
7161
- updatedAt: Date;
7162
- deletedAt: Date | null;
7160
+ createdAt: string;
7161
+ updatedAt: string;
7162
+ deletedAt: string | null;
7163
7163
  isDefault: boolean;
7164
7164
  systemName: string;
7165
7165
  displayName: string;
@@ -7170,9 +7170,9 @@ export declare const contactContract: {
7170
7170
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
7171
7171
  id: string;
7172
7172
  position: number;
7173
- createdAt: Date;
7174
- updatedAt: Date;
7175
- deletedAt: Date | null;
7173
+ createdAt: string;
7174
+ updatedAt: string;
7175
+ deletedAt: string | null;
7176
7176
  isDefault: boolean;
7177
7177
  systemName: string;
7178
7178
  displayName: string;
@@ -7182,16 +7182,16 @@ export declare const contactContract: {
7182
7182
  }>;
7183
7183
  }, "strip", z.ZodTypeAny, {
7184
7184
  id: string;
7185
- createdAt: Date;
7186
- updatedAt: Date;
7187
- deletedAt: Date | null;
7185
+ createdAt: string;
7186
+ updatedAt: string;
7187
+ deletedAt: string | null;
7188
7188
  attribute: {
7189
7189
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
7190
7190
  id: string;
7191
7191
  position: number;
7192
- createdAt: Date;
7193
- updatedAt: Date;
7194
- deletedAt: Date | null;
7192
+ createdAt: string;
7193
+ updatedAt: string;
7194
+ deletedAt: string | null;
7195
7195
  isDefault: boolean;
7196
7196
  systemName: string;
7197
7197
  displayName: string;
@@ -7205,16 +7205,16 @@ export declare const contactContract: {
7205
7205
  dateValue: Date | null;
7206
7206
  }, {
7207
7207
  id: string;
7208
- createdAt: Date;
7209
- updatedAt: Date;
7210
- deletedAt: Date | null;
7208
+ createdAt: string;
7209
+ updatedAt: string;
7210
+ deletedAt: string | null;
7211
7211
  attribute: {
7212
7212
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
7213
7213
  id: string;
7214
7214
  position: number;
7215
- createdAt: Date;
7216
- updatedAt: Date;
7217
- deletedAt: Date | null;
7215
+ createdAt: string;
7216
+ updatedAt: string;
7217
+ deletedAt: string | null;
7218
7218
  isDefault: boolean;
7219
7219
  systemName: string;
7220
7220
  displayName: string;
@@ -7229,18 +7229,18 @@ export declare const contactContract: {
7229
7229
  }>, "many">>;
7230
7230
  }, "customFields">, "strip", z.ZodTypeAny, {
7231
7231
  id: string;
7232
- createdAt: Date;
7233
- updatedAt: Date;
7234
- deletedAt: Date | null;
7232
+ createdAt: string;
7233
+ updatedAt: string;
7234
+ deletedAt: string | null;
7235
7235
  address?: string | null | undefined;
7236
7236
  name?: string | undefined;
7237
7237
  phone?: string | null | undefined;
7238
7238
  industry?: string | null | undefined;
7239
7239
  }, {
7240
7240
  id: string;
7241
- createdAt: Date;
7242
- updatedAt: Date;
7243
- deletedAt: Date | null;
7241
+ createdAt: string;
7242
+ updatedAt: string;
7243
+ deletedAt: string | null;
7244
7244
  address?: string | null | undefined;
7245
7245
  name?: string | undefined;
7246
7246
  phone?: string | null | undefined;
@@ -7257,9 +7257,9 @@ export declare const contactContract: {
7257
7257
  dateValue: z.ZodNullable<z.ZodDate>;
7258
7258
  attribute: z.ZodObject<Omit<{
7259
7259
  id: z.ZodString;
7260
- createdAt: z.ZodDate;
7261
- updatedAt: z.ZodDate;
7262
- deletedAt: z.ZodNullable<z.ZodDate>;
7260
+ createdAt: z.ZodString;
7261
+ updatedAt: z.ZodString;
7262
+ deletedAt: z.ZodNullable<z.ZodString>;
7263
7263
  systemName: z.ZodString;
7264
7264
  displayName: z.ZodString;
7265
7265
  type: z.ZodUnion<[z.ZodLiteral<"text">, z.ZodLiteral<"textarea">, z.ZodLiteral<"date">, z.ZodLiteral<"select">, z.ZodLiteral<"link">, z.ZodLiteral<"attachment">]>;
@@ -7289,23 +7289,23 @@ export declare const contactContract: {
7289
7289
  }>, "many">;
7290
7290
  group: z.ZodObject<{
7291
7291
  id: z.ZodString;
7292
- createdAt: z.ZodDate;
7293
- updatedAt: z.ZodDate;
7294
- deletedAt: z.ZodNullable<z.ZodDate>;
7292
+ createdAt: z.ZodString;
7293
+ updatedAt: z.ZodString;
7294
+ deletedAt: z.ZodNullable<z.ZodString>;
7295
7295
  systemName: z.ZodString;
7296
7296
  displayName: z.ZodString;
7297
7297
  }, "strip", z.ZodTypeAny, {
7298
7298
  id: string;
7299
- createdAt: Date;
7300
- updatedAt: Date;
7301
- deletedAt: Date | null;
7299
+ createdAt: string;
7300
+ updatedAt: string;
7301
+ deletedAt: string | null;
7302
7302
  systemName: string;
7303
7303
  displayName: string;
7304
7304
  }, {
7305
7305
  id: string;
7306
- createdAt: Date;
7307
- updatedAt: Date;
7308
- deletedAt: Date | null;
7306
+ createdAt: string;
7307
+ updatedAt: string;
7308
+ deletedAt: string | null;
7309
7309
  systemName: string;
7310
7310
  displayName: string;
7311
7311
  }>;
@@ -7313,9 +7313,9 @@ export declare const contactContract: {
7313
7313
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
7314
7314
  id: string;
7315
7315
  position: number;
7316
- createdAt: Date;
7317
- updatedAt: Date;
7318
- deletedAt: Date | null;
7316
+ createdAt: string;
7317
+ updatedAt: string;
7318
+ deletedAt: string | null;
7319
7319
  isDefault: boolean;
7320
7320
  systemName: string;
7321
7321
  displayName: string;
@@ -7326,9 +7326,9 @@ export declare const contactContract: {
7326
7326
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
7327
7327
  id: string;
7328
7328
  position: number;
7329
- createdAt: Date;
7330
- updatedAt: Date;
7331
- deletedAt: Date | null;
7329
+ createdAt: string;
7330
+ updatedAt: string;
7331
+ deletedAt: string | null;
7332
7332
  isDefault: boolean;
7333
7333
  systemName: string;
7334
7334
  displayName: string;
@@ -7338,33 +7338,33 @@ export declare const contactContract: {
7338
7338
  }>;
7339
7339
  uploads: z.ZodArray<z.ZodObject<{
7340
7340
  id: z.ZodString;
7341
- createdAt: z.ZodDate;
7342
- updatedAt: z.ZodDate;
7343
- deletedAt: z.ZodNullable<z.ZodDate>;
7341
+ createdAt: z.ZodString;
7342
+ updatedAt: z.ZodString;
7343
+ deletedAt: z.ZodNullable<z.ZodString>;
7344
7344
  customFieldId: z.ZodString;
7345
7345
  upload: z.ZodObject<{
7346
7346
  id: z.ZodString;
7347
- createdAt: z.ZodDate;
7348
- updatedAt: z.ZodDate;
7349
- deletedAt: z.ZodNullable<z.ZodDate>;
7347
+ createdAt: z.ZodString;
7348
+ updatedAt: z.ZodString;
7349
+ deletedAt: z.ZodNullable<z.ZodString>;
7350
7350
  bucketName: z.ZodString;
7351
7351
  fileName: z.ZodString;
7352
7352
  fileSize: z.ZodNumber;
7353
7353
  fileKey: z.ZodString;
7354
7354
  }, "strip", z.ZodTypeAny, {
7355
7355
  id: string;
7356
- createdAt: Date;
7357
- updatedAt: Date;
7358
- deletedAt: Date | null;
7356
+ createdAt: string;
7357
+ updatedAt: string;
7358
+ deletedAt: string | null;
7359
7359
  fileName: string;
7360
7360
  fileKey: string;
7361
7361
  bucketName: string;
7362
7362
  fileSize: number;
7363
7363
  }, {
7364
7364
  id: string;
7365
- createdAt: Date;
7366
- updatedAt: Date;
7367
- deletedAt: Date | null;
7365
+ createdAt: string;
7366
+ updatedAt: string;
7367
+ deletedAt: string | null;
7368
7368
  fileName: string;
7369
7369
  fileKey: string;
7370
7370
  bucketName: string;
@@ -7372,15 +7372,15 @@ export declare const contactContract: {
7372
7372
  }>;
7373
7373
  }, "strip", z.ZodTypeAny, {
7374
7374
  id: string;
7375
- createdAt: Date;
7376
- updatedAt: Date;
7377
- deletedAt: Date | null;
7375
+ createdAt: string;
7376
+ updatedAt: string;
7377
+ deletedAt: string | null;
7378
7378
  customFieldId: string;
7379
7379
  upload: {
7380
7380
  id: string;
7381
- createdAt: Date;
7382
- updatedAt: Date;
7383
- deletedAt: Date | null;
7381
+ createdAt: string;
7382
+ updatedAt: string;
7383
+ deletedAt: string | null;
7384
7384
  fileName: string;
7385
7385
  fileKey: string;
7386
7386
  bucketName: string;
@@ -7388,15 +7388,15 @@ export declare const contactContract: {
7388
7388
  };
7389
7389
  }, {
7390
7390
  id: string;
7391
- createdAt: Date;
7392
- updatedAt: Date;
7393
- deletedAt: Date | null;
7391
+ createdAt: string;
7392
+ updatedAt: string;
7393
+ deletedAt: string | null;
7394
7394
  customFieldId: string;
7395
7395
  upload: {
7396
7396
  id: string;
7397
- createdAt: Date;
7398
- updatedAt: Date;
7399
- deletedAt: Date | null;
7397
+ createdAt: string;
7398
+ updatedAt: string;
7399
+ deletedAt: string | null;
7400
7400
  fileName: string;
7401
7401
  fileKey: string;
7402
7402
  bucketName: string;
@@ -7412,9 +7412,9 @@ export declare const contactContract: {
7412
7412
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
7413
7413
  id: string;
7414
7414
  position: number;
7415
- createdAt: Date;
7416
- updatedAt: Date;
7417
- deletedAt: Date | null;
7415
+ createdAt: string;
7416
+ updatedAt: string;
7417
+ deletedAt: string | null;
7418
7418
  isDefault: boolean;
7419
7419
  systemName: string;
7420
7420
  displayName: string;
@@ -7428,15 +7428,15 @@ export declare const contactContract: {
7428
7428
  dateValue: Date | null;
7429
7429
  uploads: {
7430
7430
  id: string;
7431
- createdAt: Date;
7432
- updatedAt: Date;
7433
- deletedAt: Date | null;
7431
+ createdAt: string;
7432
+ updatedAt: string;
7433
+ deletedAt: string | null;
7434
7434
  customFieldId: string;
7435
7435
  upload: {
7436
7436
  id: string;
7437
- createdAt: Date;
7438
- updatedAt: Date;
7439
- deletedAt: Date | null;
7437
+ createdAt: string;
7438
+ updatedAt: string;
7439
+ deletedAt: string | null;
7440
7440
  fileName: string;
7441
7441
  fileKey: string;
7442
7442
  bucketName: string;
@@ -7452,9 +7452,9 @@ export declare const contactContract: {
7452
7452
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
7453
7453
  id: string;
7454
7454
  position: number;
7455
- createdAt: Date;
7456
- updatedAt: Date;
7457
- deletedAt: Date | null;
7455
+ createdAt: string;
7456
+ updatedAt: string;
7457
+ deletedAt: string | null;
7458
7458
  isDefault: boolean;
7459
7459
  systemName: string;
7460
7460
  displayName: string;
@@ -7468,15 +7468,15 @@ export declare const contactContract: {
7468
7468
  dateValue: Date | null;
7469
7469
  uploads: {
7470
7470
  id: string;
7471
- createdAt: Date;
7472
- updatedAt: Date;
7473
- deletedAt: Date | null;
7471
+ createdAt: string;
7472
+ updatedAt: string;
7473
+ deletedAt: string | null;
7474
7474
  customFieldId: string;
7475
7475
  upload: {
7476
7476
  id: string;
7477
- createdAt: Date;
7478
- updatedAt: Date;
7479
- deletedAt: Date | null;
7477
+ createdAt: string;
7478
+ updatedAt: string;
7479
+ deletedAt: string | null;
7480
7480
  fileName: string;
7481
7481
  fileKey: string;
7482
7482
  bucketName: string;
@@ -7605,9 +7605,9 @@ export declare const contactContract: {
7605
7605
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
7606
7606
  id: string;
7607
7607
  position: number;
7608
- createdAt: Date;
7609
- updatedAt: Date;
7610
- deletedAt: Date | null;
7608
+ createdAt: string;
7609
+ updatedAt: string;
7610
+ deletedAt: string | null;
7611
7611
  isDefault: boolean;
7612
7612
  systemName: string;
7613
7613
  displayName: string;
@@ -7621,15 +7621,15 @@ export declare const contactContract: {
7621
7621
  dateValue: Date | null;
7622
7622
  uploads: {
7623
7623
  id: string;
7624
- createdAt: Date;
7625
- updatedAt: Date;
7626
- deletedAt: Date | null;
7624
+ createdAt: string;
7625
+ updatedAt: string;
7626
+ deletedAt: string | null;
7627
7627
  customFieldId: string;
7628
7628
  upload: {
7629
7629
  id: string;
7630
- createdAt: Date;
7631
- updatedAt: Date;
7632
- deletedAt: Date | null;
7630
+ createdAt: string;
7631
+ updatedAt: string;
7632
+ deletedAt: string | null;
7633
7633
  fileName: string;
7634
7634
  fileKey: string;
7635
7635
  bucketName: string;
@@ -7643,15 +7643,15 @@ export declare const contactContract: {
7643
7643
  tags: {
7644
7644
  id: string;
7645
7645
  name: string;
7646
- createdAt: Date;
7647
- updatedAt: Date;
7648
- deletedAt: Date | null;
7646
+ createdAt: string;
7647
+ updatedAt: string;
7648
+ deletedAt: string | null;
7649
7649
  }[];
7650
7650
  company: {
7651
7651
  id: string;
7652
- createdAt: Date;
7653
- updatedAt: Date;
7654
- deletedAt: Date | null;
7652
+ createdAt: string;
7653
+ updatedAt: string;
7654
+ deletedAt: string | null;
7655
7655
  address?: string | null | undefined;
7656
7656
  name?: string | undefined;
7657
7657
  phone?: string | null | undefined;
@@ -7706,9 +7706,9 @@ export declare const contactContract: {
7706
7706
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
7707
7707
  id: string;
7708
7708
  position: number;
7709
- createdAt: Date;
7710
- updatedAt: Date;
7711
- deletedAt: Date | null;
7709
+ createdAt: string;
7710
+ updatedAt: string;
7711
+ deletedAt: string | null;
7712
7712
  isDefault: boolean;
7713
7713
  systemName: string;
7714
7714
  displayName: string;
@@ -7722,15 +7722,15 @@ export declare const contactContract: {
7722
7722
  dateValue: Date | null;
7723
7723
  uploads: {
7724
7724
  id: string;
7725
- createdAt: Date;
7726
- updatedAt: Date;
7727
- deletedAt: Date | null;
7725
+ createdAt: string;
7726
+ updatedAt: string;
7727
+ deletedAt: string | null;
7728
7728
  customFieldId: string;
7729
7729
  upload: {
7730
7730
  id: string;
7731
- createdAt: Date;
7732
- updatedAt: Date;
7733
- deletedAt: Date | null;
7731
+ createdAt: string;
7732
+ updatedAt: string;
7733
+ deletedAt: string | null;
7734
7734
  fileName: string;
7735
7735
  fileKey: string;
7736
7736
  bucketName: string;
@@ -7744,15 +7744,15 @@ export declare const contactContract: {
7744
7744
  tags: {
7745
7745
  id: string;
7746
7746
  name: string;
7747
- createdAt: Date;
7748
- updatedAt: Date;
7749
- deletedAt: Date | null;
7747
+ createdAt: string;
7748
+ updatedAt: string;
7749
+ deletedAt: string | null;
7750
7750
  }[];
7751
7751
  company: {
7752
7752
  id: string;
7753
- createdAt: Date;
7754
- updatedAt: Date;
7755
- deletedAt: Date | null;
7753
+ createdAt: string;
7754
+ updatedAt: string;
7755
+ deletedAt: string | null;
7756
7756
  address?: string | null | undefined;
7757
7757
  name?: string | undefined;
7758
7758
  phone?: string | null | undefined;
@@ -7809,9 +7809,9 @@ export declare const contactContract: {
7809
7809
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
7810
7810
  id: string;
7811
7811
  position: number;
7812
- createdAt: Date;
7813
- updatedAt: Date;
7814
- deletedAt: Date | null;
7812
+ createdAt: string;
7813
+ updatedAt: string;
7814
+ deletedAt: string | null;
7815
7815
  isDefault: boolean;
7816
7816
  systemName: string;
7817
7817
  displayName: string;
@@ -7825,15 +7825,15 @@ export declare const contactContract: {
7825
7825
  dateValue: Date | null;
7826
7826
  uploads: {
7827
7827
  id: string;
7828
- createdAt: Date;
7829
- updatedAt: Date;
7830
- deletedAt: Date | null;
7828
+ createdAt: string;
7829
+ updatedAt: string;
7830
+ deletedAt: string | null;
7831
7831
  customFieldId: string;
7832
7832
  upload: {
7833
7833
  id: string;
7834
- createdAt: Date;
7835
- updatedAt: Date;
7836
- deletedAt: Date | null;
7834
+ createdAt: string;
7835
+ updatedAt: string;
7836
+ deletedAt: string | null;
7837
7837
  fileName: string;
7838
7838
  fileKey: string;
7839
7839
  bucketName: string;
@@ -7847,15 +7847,15 @@ export declare const contactContract: {
7847
7847
  tags: {
7848
7848
  id: string;
7849
7849
  name: string;
7850
- createdAt: Date;
7851
- updatedAt: Date;
7852
- deletedAt: Date | null;
7850
+ createdAt: string;
7851
+ updatedAt: string;
7852
+ deletedAt: string | null;
7853
7853
  }[];
7854
7854
  company: {
7855
7855
  id: string;
7856
- createdAt: Date;
7857
- updatedAt: Date;
7858
- deletedAt: Date | null;
7856
+ createdAt: string;
7857
+ updatedAt: string;
7858
+ deletedAt: string | null;
7859
7859
  address?: string | null | undefined;
7860
7860
  name?: string | undefined;
7861
7861
  phone?: string | null | undefined;
@@ -7913,9 +7913,9 @@ export declare const contactContract: {
7913
7913
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
7914
7914
  id: string;
7915
7915
  position: number;
7916
- createdAt: Date;
7917
- updatedAt: Date;
7918
- deletedAt: Date | null;
7916
+ createdAt: string;
7917
+ updatedAt: string;
7918
+ deletedAt: string | null;
7919
7919
  isDefault: boolean;
7920
7920
  systemName: string;
7921
7921
  displayName: string;
@@ -7929,15 +7929,15 @@ export declare const contactContract: {
7929
7929
  dateValue: Date | null;
7930
7930
  uploads: {
7931
7931
  id: string;
7932
- createdAt: Date;
7933
- updatedAt: Date;
7934
- deletedAt: Date | null;
7932
+ createdAt: string;
7933
+ updatedAt: string;
7934
+ deletedAt: string | null;
7935
7935
  customFieldId: string;
7936
7936
  upload: {
7937
7937
  id: string;
7938
- createdAt: Date;
7939
- updatedAt: Date;
7940
- deletedAt: Date | null;
7938
+ createdAt: string;
7939
+ updatedAt: string;
7940
+ deletedAt: string | null;
7941
7941
  fileName: string;
7942
7942
  fileKey: string;
7943
7943
  bucketName: string;
@@ -7951,15 +7951,15 @@ export declare const contactContract: {
7951
7951
  tags: {
7952
7952
  id: string;
7953
7953
  name: string;
7954
- createdAt: Date;
7955
- updatedAt: Date;
7956
- deletedAt: Date | null;
7954
+ createdAt: string;
7955
+ updatedAt: string;
7956
+ deletedAt: string | null;
7957
7957
  }[];
7958
7958
  company: {
7959
7959
  id: string;
7960
- createdAt: Date;
7961
- updatedAt: Date;
7962
- deletedAt: Date | null;
7960
+ createdAt: string;
7961
+ updatedAt: string;
7962
+ deletedAt: string | null;
7963
7963
  address?: string | null | undefined;
7964
7964
  name?: string | undefined;
7965
7965
  phone?: string | null | undefined;
@@ -8308,9 +8308,9 @@ export declare const contactContract: {
8308
8308
  requestId: z.ZodString;
8309
8309
  message: z.ZodObject<{
8310
8310
  id: z.ZodString;
8311
- createdAt: z.ZodDate;
8312
- updatedAt: z.ZodDate;
8313
- deletedAt: z.ZodNullable<z.ZodDate>;
8311
+ createdAt: z.ZodString;
8312
+ updatedAt: z.ZodString;
8313
+ deletedAt: z.ZodNullable<z.ZodString>;
8314
8314
  textValue: z.ZodNullable<z.ZodString>;
8315
8315
  booleanValue: z.ZodNullable<z.ZodBoolean>;
8316
8316
  numberValue: z.ZodNullable<z.ZodNumber>;
@@ -8319,9 +8319,9 @@ export declare const contactContract: {
8319
8319
  attributeId: z.ZodString;
8320
8320
  }, "strip", z.ZodTypeAny, {
8321
8321
  id: string;
8322
- createdAt: Date;
8323
- updatedAt: Date;
8324
- deletedAt: Date | null;
8322
+ createdAt: string;
8323
+ updatedAt: string;
8324
+ deletedAt: string | null;
8325
8325
  attributeId: string;
8326
8326
  textValue: string | null;
8327
8327
  booleanValue: boolean | null;
@@ -8330,9 +8330,9 @@ export declare const contactContract: {
8330
8330
  entityId: string;
8331
8331
  }, {
8332
8332
  id: string;
8333
- createdAt: Date;
8334
- updatedAt: Date;
8335
- deletedAt: Date | null;
8333
+ createdAt: string;
8334
+ updatedAt: string;
8335
+ deletedAt: string | null;
8336
8336
  attributeId: string;
8337
8337
  textValue: string | null;
8338
8338
  booleanValue: boolean | null;
@@ -8343,9 +8343,9 @@ export declare const contactContract: {
8343
8343
  }, "strip", z.ZodTypeAny, {
8344
8344
  message: {
8345
8345
  id: string;
8346
- createdAt: Date;
8347
- updatedAt: Date;
8348
- deletedAt: Date | null;
8346
+ createdAt: string;
8347
+ updatedAt: string;
8348
+ deletedAt: string | null;
8349
8349
  attributeId: string;
8350
8350
  textValue: string | null;
8351
8351
  booleanValue: boolean | null;
@@ -8357,9 +8357,9 @@ export declare const contactContract: {
8357
8357
  }, {
8358
8358
  message: {
8359
8359
  id: string;
8360
- createdAt: Date;
8361
- updatedAt: Date;
8362
- deletedAt: Date | null;
8360
+ createdAt: string;
8361
+ updatedAt: string;
8362
+ deletedAt: string | null;
8363
8363
  attributeId: string;
8364
8364
  textValue: string | null;
8365
8365
  booleanValue: boolean | null;