@kl1/contracts 1.1.40-uat → 1.1.41-uat

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 (50) hide show
  1. package/dist/index.js +2201 -2205
  2. package/dist/index.js.map +1 -1
  3. package/dist/index.mjs +2200 -2204
  4. package/dist/index.mjs.map +1 -1
  5. package/dist/src/botpress/index.d.ts +538 -0
  6. package/dist/src/botpress/index.d.ts.map +1 -0
  7. package/dist/src/botpress/schema.d.ts +81 -0
  8. package/dist/src/botpress/schema.d.ts.map +1 -0
  9. package/dist/src/botpress/validation.d.ts +220 -0
  10. package/dist/src/botpress/validation.d.ts.map +1 -0
  11. package/dist/src/chat/index.d.ts +34445 -34443
  12. package/dist/src/chat/index.d.ts.map +1 -1
  13. package/dist/src/chat/schema.d.ts +50 -50
  14. package/dist/src/chat/validation.d.ts +46 -46
  15. package/dist/src/comment/index.d.ts +68 -68
  16. package/dist/src/comment/schema.d.ts +20 -20
  17. package/dist/src/contact/index.d.ts +79 -79
  18. package/dist/src/contact/schema.d.ts +12 -12
  19. package/dist/src/contact/validation.d.ts +49 -49
  20. package/dist/src/contract.d.ts +681 -56736
  21. package/dist/src/contract.d.ts.map +1 -1
  22. package/dist/src/contract2.d.ts +2 -0
  23. package/dist/src/contract2.d.ts.map +1 -0
  24. package/dist/src/cx-log/index.d.ts +48 -54
  25. package/dist/src/cx-log/index.d.ts.map +1 -1
  26. package/dist/src/cx-log/schema.d.ts +40 -40
  27. package/dist/src/index.d.ts +1 -0
  28. package/dist/src/index.d.ts.map +1 -1
  29. package/dist/src/instagram/index.d.ts +31 -31
  30. package/dist/src/line/index.d.ts +31 -31
  31. package/dist/src/mail/mail-contract.d.ts +7 -7
  32. package/dist/src/mail/room-contract.d.ts +7 -7
  33. package/dist/src/mail/schemas/room.schema.d.ts +5 -5
  34. package/dist/src/messenger/index.d.ts +31 -31
  35. package/dist/src/messenger/validation.d.ts +11 -11
  36. package/dist/src/public-api/index.d.ts +59 -59
  37. package/dist/src/public-api/schema.d.ts +12 -12
  38. package/dist/src/public-api/validation.d.ts +19 -19
  39. package/dist/src/snippet/index.d.ts +105 -105
  40. package/dist/src/snippet/schema.d.ts +40 -40
  41. package/dist/src/telephony-cdr/index.d.ts +54 -54
  42. package/dist/src/telephony-cdr/schema.d.ts +14 -14
  43. package/dist/src/ticket/index.d.ts +111 -111
  44. package/dist/src/ticket/schema.d.ts +21 -21
  45. package/dist/src/upload/schema.d.ts +3 -3
  46. package/dist/src/viber/index.d.ts +31 -31
  47. package/dist/src/webchat/index.d.ts +32 -34
  48. package/dist/src/webchat/index.d.ts.map +1 -1
  49. package/dist/src/workflow-rule/index.d.ts +26 -26
  50. package/package.json +1 -1
@@ -423,9 +423,10 @@ export declare const contactContract: {
423
423
  fileSize: z.ZodNumber;
424
424
  fileKey: z.ZodString;
425
425
  fileUrl: z.ZodNullable<z.ZodString>;
426
- status: z.ZodOptional<z.ZodString>;
426
+ status: z.ZodNullable<z.ZodString>;
427
427
  }, "strip", z.ZodTypeAny, {
428
428
  id: string;
429
+ status: string | null;
429
430
  createdAt: Date;
430
431
  updatedAt: Date;
431
432
  deletedAt: Date | null;
@@ -434,9 +435,9 @@ export declare const contactContract: {
434
435
  bucketName: string;
435
436
  fileSize: number;
436
437
  fileUrl: string | null;
437
- status?: string | undefined;
438
438
  }, {
439
439
  id: string;
440
+ status: string | null;
440
441
  createdAt: Date;
441
442
  updatedAt: Date;
442
443
  deletedAt: Date | null;
@@ -445,7 +446,6 @@ export declare const contactContract: {
445
446
  bucketName: string;
446
447
  fileSize: number;
447
448
  fileUrl: string | null;
448
- status?: string | undefined;
449
449
  }>, "many">;
450
450
  }, "strip", z.ZodTypeAny, {
451
451
  id: string;
@@ -472,6 +472,7 @@ export declare const contactContract: {
472
472
  dateValue: Date | null;
473
473
  uploads: {
474
474
  id: string;
475
+ status: string | null;
475
476
  createdAt: Date;
476
477
  updatedAt: Date;
477
478
  deletedAt: Date | null;
@@ -480,7 +481,6 @@ export declare const contactContract: {
480
481
  bucketName: string;
481
482
  fileSize: number;
482
483
  fileUrl: string | null;
483
- status?: string | undefined;
484
484
  }[];
485
485
  }, {
486
486
  id: string;
@@ -507,6 +507,7 @@ export declare const contactContract: {
507
507
  dateValue: Date | null;
508
508
  uploads: {
509
509
  id: string;
510
+ status: string | null;
510
511
  createdAt: Date;
511
512
  updatedAt: Date;
512
513
  deletedAt: Date | null;
@@ -515,7 +516,6 @@ export declare const contactContract: {
515
516
  bucketName: string;
516
517
  fileSize: number;
517
518
  fileUrl: string | null;
518
- status?: string | undefined;
519
519
  }[];
520
520
  }>, "many">;
521
521
  contactEmails: z.ZodArray<z.ZodObject<{
@@ -655,6 +655,7 @@ export declare const contactContract: {
655
655
  dateValue: Date | null;
656
656
  uploads: {
657
657
  id: string;
658
+ status: string | null;
658
659
  createdAt: Date;
659
660
  updatedAt: Date;
660
661
  deletedAt: Date | null;
@@ -663,7 +664,6 @@ export declare const contactContract: {
663
664
  bucketName: string;
664
665
  fileSize: number;
665
666
  fileUrl: string | null;
666
- status?: string | undefined;
667
667
  }[];
668
668
  }[];
669
669
  company: {
@@ -751,6 +751,7 @@ export declare const contactContract: {
751
751
  dateValue: Date | null;
752
752
  uploads: {
753
753
  id: string;
754
+ status: string | null;
754
755
  createdAt: Date;
755
756
  updatedAt: Date;
756
757
  deletedAt: Date | null;
@@ -759,7 +760,6 @@ export declare const contactContract: {
759
760
  bucketName: string;
760
761
  fileSize: number;
761
762
  fileUrl: string | null;
762
- status?: string | undefined;
763
763
  }[];
764
764
  }[];
765
765
  company: {
@@ -849,6 +849,7 @@ export declare const contactContract: {
849
849
  dateValue: Date | null;
850
850
  uploads: {
851
851
  id: string;
852
+ status: string | null;
852
853
  createdAt: Date;
853
854
  updatedAt: Date;
854
855
  deletedAt: Date | null;
@@ -857,7 +858,6 @@ export declare const contactContract: {
857
858
  bucketName: string;
858
859
  fileSize: number;
859
860
  fileUrl: string | null;
860
- status?: string | undefined;
861
861
  }[];
862
862
  }[];
863
863
  company: {
@@ -948,6 +948,7 @@ export declare const contactContract: {
948
948
  dateValue: Date | null;
949
949
  uploads: {
950
950
  id: string;
951
+ status: string | null;
951
952
  createdAt: Date;
952
953
  updatedAt: Date;
953
954
  deletedAt: Date | null;
@@ -956,7 +957,6 @@ export declare const contactContract: {
956
957
  bucketName: string;
957
958
  fileSize: number;
958
959
  fileUrl: string | null;
959
- status?: string | undefined;
960
960
  }[];
961
961
  }[];
962
962
  company: {
@@ -1452,9 +1452,10 @@ export declare const contactContract: {
1452
1452
  fileSize: z.ZodNumber;
1453
1453
  fileKey: z.ZodString;
1454
1454
  fileUrl: z.ZodNullable<z.ZodString>;
1455
- status: z.ZodOptional<z.ZodString>;
1455
+ status: z.ZodNullable<z.ZodString>;
1456
1456
  }, "strip", z.ZodTypeAny, {
1457
1457
  id: string;
1458
+ status: string | null;
1458
1459
  createdAt: Date;
1459
1460
  updatedAt: Date;
1460
1461
  deletedAt: Date | null;
@@ -1463,9 +1464,9 @@ export declare const contactContract: {
1463
1464
  bucketName: string;
1464
1465
  fileSize: number;
1465
1466
  fileUrl: string | null;
1466
- status?: string | undefined;
1467
1467
  }, {
1468
1468
  id: string;
1469
+ status: string | null;
1469
1470
  createdAt: Date;
1470
1471
  updatedAt: Date;
1471
1472
  deletedAt: Date | null;
@@ -1474,7 +1475,6 @@ export declare const contactContract: {
1474
1475
  bucketName: string;
1475
1476
  fileSize: number;
1476
1477
  fileUrl: string | null;
1477
- status?: string | undefined;
1478
1478
  }>, "many">;
1479
1479
  }, "strip", z.ZodTypeAny, {
1480
1480
  id: string;
@@ -1501,6 +1501,7 @@ export declare const contactContract: {
1501
1501
  dateValue: Date | null;
1502
1502
  uploads: {
1503
1503
  id: string;
1504
+ status: string | null;
1504
1505
  createdAt: Date;
1505
1506
  updatedAt: Date;
1506
1507
  deletedAt: Date | null;
@@ -1509,7 +1510,6 @@ export declare const contactContract: {
1509
1510
  bucketName: string;
1510
1511
  fileSize: number;
1511
1512
  fileUrl: string | null;
1512
- status?: string | undefined;
1513
1513
  }[];
1514
1514
  }, {
1515
1515
  id: string;
@@ -1536,6 +1536,7 @@ export declare const contactContract: {
1536
1536
  dateValue: Date | null;
1537
1537
  uploads: {
1538
1538
  id: string;
1539
+ status: string | null;
1539
1540
  createdAt: Date;
1540
1541
  updatedAt: Date;
1541
1542
  deletedAt: Date | null;
@@ -1544,7 +1545,6 @@ export declare const contactContract: {
1544
1545
  bucketName: string;
1545
1546
  fileSize: number;
1546
1547
  fileUrl: string | null;
1547
- status?: string | undefined;
1548
1548
  }[];
1549
1549
  }>, "many">;
1550
1550
  contactEmails: z.ZodArray<z.ZodObject<{
@@ -1684,6 +1684,7 @@ export declare const contactContract: {
1684
1684
  dateValue: Date | null;
1685
1685
  uploads: {
1686
1686
  id: string;
1687
+ status: string | null;
1687
1688
  createdAt: Date;
1688
1689
  updatedAt: Date;
1689
1690
  deletedAt: Date | null;
@@ -1692,7 +1693,6 @@ export declare const contactContract: {
1692
1693
  bucketName: string;
1693
1694
  fileSize: number;
1694
1695
  fileUrl: string | null;
1695
- status?: string | undefined;
1696
1696
  }[];
1697
1697
  }[];
1698
1698
  company: {
@@ -1780,6 +1780,7 @@ export declare const contactContract: {
1780
1780
  dateValue: Date | null;
1781
1781
  uploads: {
1782
1782
  id: string;
1783
+ status: string | null;
1783
1784
  createdAt: Date;
1784
1785
  updatedAt: Date;
1785
1786
  deletedAt: Date | null;
@@ -1788,7 +1789,6 @@ export declare const contactContract: {
1788
1789
  bucketName: string;
1789
1790
  fileSize: number;
1790
1791
  fileUrl: string | null;
1791
- status?: string | undefined;
1792
1792
  }[];
1793
1793
  }[];
1794
1794
  company: {
@@ -1878,6 +1878,7 @@ export declare const contactContract: {
1878
1878
  dateValue: Date | null;
1879
1879
  uploads: {
1880
1880
  id: string;
1881
+ status: string | null;
1881
1882
  createdAt: Date;
1882
1883
  updatedAt: Date;
1883
1884
  deletedAt: Date | null;
@@ -1886,7 +1887,6 @@ export declare const contactContract: {
1886
1887
  bucketName: string;
1887
1888
  fileSize: number;
1888
1889
  fileUrl: string | null;
1889
- status?: string | undefined;
1890
1890
  }[];
1891
1891
  }[];
1892
1892
  company: {
@@ -1981,6 +1981,7 @@ export declare const contactContract: {
1981
1981
  dateValue: Date | null;
1982
1982
  uploads: {
1983
1983
  id: string;
1984
+ status: string | null;
1984
1985
  createdAt: Date;
1985
1986
  updatedAt: Date;
1986
1987
  deletedAt: Date | null;
@@ -1989,7 +1990,6 @@ export declare const contactContract: {
1989
1990
  bucketName: string;
1990
1991
  fileSize: number;
1991
1992
  fileUrl: string | null;
1992
- status?: string | undefined;
1993
1993
  }[];
1994
1994
  }[];
1995
1995
  company: {
@@ -2445,9 +2445,10 @@ export declare const contactContract: {
2445
2445
  fileSize: z.ZodNumber;
2446
2446
  fileKey: z.ZodString;
2447
2447
  fileUrl: z.ZodNullable<z.ZodString>;
2448
- status: z.ZodOptional<z.ZodString>;
2448
+ status: z.ZodNullable<z.ZodString>;
2449
2449
  }, "strip", z.ZodTypeAny, {
2450
2450
  id: string;
2451
+ status: string | null;
2451
2452
  createdAt: Date;
2452
2453
  updatedAt: Date;
2453
2454
  deletedAt: Date | null;
@@ -2456,9 +2457,9 @@ export declare const contactContract: {
2456
2457
  bucketName: string;
2457
2458
  fileSize: number;
2458
2459
  fileUrl: string | null;
2459
- status?: string | undefined;
2460
2460
  }, {
2461
2461
  id: string;
2462
+ status: string | null;
2462
2463
  createdAt: Date;
2463
2464
  updatedAt: Date;
2464
2465
  deletedAt: Date | null;
@@ -2467,7 +2468,6 @@ export declare const contactContract: {
2467
2468
  bucketName: string;
2468
2469
  fileSize: number;
2469
2470
  fileUrl: string | null;
2470
- status?: string | undefined;
2471
2471
  }>, "many">;
2472
2472
  }, "strip", z.ZodTypeAny, {
2473
2473
  id: string;
@@ -2494,6 +2494,7 @@ export declare const contactContract: {
2494
2494
  dateValue: Date | null;
2495
2495
  uploads: {
2496
2496
  id: string;
2497
+ status: string | null;
2497
2498
  createdAt: Date;
2498
2499
  updatedAt: Date;
2499
2500
  deletedAt: Date | null;
@@ -2502,7 +2503,6 @@ export declare const contactContract: {
2502
2503
  bucketName: string;
2503
2504
  fileSize: number;
2504
2505
  fileUrl: string | null;
2505
- status?: string | undefined;
2506
2506
  }[];
2507
2507
  }, {
2508
2508
  id: string;
@@ -2529,6 +2529,7 @@ export declare const contactContract: {
2529
2529
  dateValue: Date | null;
2530
2530
  uploads: {
2531
2531
  id: string;
2532
+ status: string | null;
2532
2533
  createdAt: Date;
2533
2534
  updatedAt: Date;
2534
2535
  deletedAt: Date | null;
@@ -2537,7 +2538,6 @@ export declare const contactContract: {
2537
2538
  bucketName: string;
2538
2539
  fileSize: number;
2539
2540
  fileUrl: string | null;
2540
- status?: string | undefined;
2541
2541
  }[];
2542
2542
  }>, "many">;
2543
2543
  contactEmails: z.ZodArray<z.ZodObject<{
@@ -2677,6 +2677,7 @@ export declare const contactContract: {
2677
2677
  dateValue: Date | null;
2678
2678
  uploads: {
2679
2679
  id: string;
2680
+ status: string | null;
2680
2681
  createdAt: Date;
2681
2682
  updatedAt: Date;
2682
2683
  deletedAt: Date | null;
@@ -2685,7 +2686,6 @@ export declare const contactContract: {
2685
2686
  bucketName: string;
2686
2687
  fileSize: number;
2687
2688
  fileUrl: string | null;
2688
- status?: string | undefined;
2689
2689
  }[];
2690
2690
  }[];
2691
2691
  company: {
@@ -2773,6 +2773,7 @@ export declare const contactContract: {
2773
2773
  dateValue: Date | null;
2774
2774
  uploads: {
2775
2775
  id: string;
2776
+ status: string | null;
2776
2777
  createdAt: Date;
2777
2778
  updatedAt: Date;
2778
2779
  deletedAt: Date | null;
@@ -2781,7 +2782,6 @@ export declare const contactContract: {
2781
2782
  bucketName: string;
2782
2783
  fileSize: number;
2783
2784
  fileUrl: string | null;
2784
- status?: string | undefined;
2785
2785
  }[];
2786
2786
  }[];
2787
2787
  company: {
@@ -2871,6 +2871,7 @@ export declare const contactContract: {
2871
2871
  dateValue: Date | null;
2872
2872
  uploads: {
2873
2873
  id: string;
2874
+ status: string | null;
2874
2875
  createdAt: Date;
2875
2876
  updatedAt: Date;
2876
2877
  deletedAt: Date | null;
@@ -2879,7 +2880,6 @@ export declare const contactContract: {
2879
2880
  bucketName: string;
2880
2881
  fileSize: number;
2881
2882
  fileUrl: string | null;
2882
- status?: string | undefined;
2883
2883
  }[];
2884
2884
  }[];
2885
2885
  company: {
@@ -2974,6 +2974,7 @@ export declare const contactContract: {
2974
2974
  dateValue: Date | null;
2975
2975
  uploads: {
2976
2976
  id: string;
2977
+ status: string | null;
2977
2978
  createdAt: Date;
2978
2979
  updatedAt: Date;
2979
2980
  deletedAt: Date | null;
@@ -2982,7 +2983,6 @@ export declare const contactContract: {
2982
2983
  bucketName: string;
2983
2984
  fileSize: number;
2984
2985
  fileUrl: string | null;
2985
- status?: string | undefined;
2986
2986
  }[];
2987
2987
  }[];
2988
2988
  company: {
@@ -3525,9 +3525,10 @@ export declare const contactContract: {
3525
3525
  fileSize: z.ZodNumber;
3526
3526
  fileKey: z.ZodString;
3527
3527
  fileUrl: z.ZodNullable<z.ZodString>;
3528
- status: z.ZodOptional<z.ZodString>;
3528
+ status: z.ZodNullable<z.ZodString>;
3529
3529
  }, "strip", z.ZodTypeAny, {
3530
3530
  id: string;
3531
+ status: string | null;
3531
3532
  createdAt: Date;
3532
3533
  updatedAt: Date;
3533
3534
  deletedAt: Date | null;
@@ -3536,9 +3537,9 @@ export declare const contactContract: {
3536
3537
  bucketName: string;
3537
3538
  fileSize: number;
3538
3539
  fileUrl: string | null;
3539
- status?: string | undefined;
3540
3540
  }, {
3541
3541
  id: string;
3542
+ status: string | null;
3542
3543
  createdAt: Date;
3543
3544
  updatedAt: Date;
3544
3545
  deletedAt: Date | null;
@@ -3547,7 +3548,6 @@ export declare const contactContract: {
3547
3548
  bucketName: string;
3548
3549
  fileSize: number;
3549
3550
  fileUrl: string | null;
3550
- status?: string | undefined;
3551
3551
  }>, "many">;
3552
3552
  }, "strip", z.ZodTypeAny, {
3553
3553
  id: string;
@@ -3574,6 +3574,7 @@ export declare const contactContract: {
3574
3574
  dateValue: Date | null;
3575
3575
  uploads: {
3576
3576
  id: string;
3577
+ status: string | null;
3577
3578
  createdAt: Date;
3578
3579
  updatedAt: Date;
3579
3580
  deletedAt: Date | null;
@@ -3582,7 +3583,6 @@ export declare const contactContract: {
3582
3583
  bucketName: string;
3583
3584
  fileSize: number;
3584
3585
  fileUrl: string | null;
3585
- status?: string | undefined;
3586
3586
  }[];
3587
3587
  }, {
3588
3588
  id: string;
@@ -3609,6 +3609,7 @@ export declare const contactContract: {
3609
3609
  dateValue: Date | null;
3610
3610
  uploads: {
3611
3611
  id: string;
3612
+ status: string | null;
3612
3613
  createdAt: Date;
3613
3614
  updatedAt: Date;
3614
3615
  deletedAt: Date | null;
@@ -3617,7 +3618,6 @@ export declare const contactContract: {
3617
3618
  bucketName: string;
3618
3619
  fileSize: number;
3619
3620
  fileUrl: string | null;
3620
- status?: string | undefined;
3621
3621
  }[];
3622
3622
  }>, "many">;
3623
3623
  contactEmails: z.ZodArray<z.ZodObject<{
@@ -3757,6 +3757,7 @@ export declare const contactContract: {
3757
3757
  dateValue: Date | null;
3758
3758
  uploads: {
3759
3759
  id: string;
3760
+ status: string | null;
3760
3761
  createdAt: Date;
3761
3762
  updatedAt: Date;
3762
3763
  deletedAt: Date | null;
@@ -3765,7 +3766,6 @@ export declare const contactContract: {
3765
3766
  bucketName: string;
3766
3767
  fileSize: number;
3767
3768
  fileUrl: string | null;
3768
- status?: string | undefined;
3769
3769
  }[];
3770
3770
  }[];
3771
3771
  company: {
@@ -3853,6 +3853,7 @@ export declare const contactContract: {
3853
3853
  dateValue: Date | null;
3854
3854
  uploads: {
3855
3855
  id: string;
3856
+ status: string | null;
3856
3857
  createdAt: Date;
3857
3858
  updatedAt: Date;
3858
3859
  deletedAt: Date | null;
@@ -3861,7 +3862,6 @@ export declare const contactContract: {
3861
3862
  bucketName: string;
3862
3863
  fileSize: number;
3863
3864
  fileUrl: string | null;
3864
- status?: string | undefined;
3865
3865
  }[];
3866
3866
  }[];
3867
3867
  company: {
@@ -3951,6 +3951,7 @@ export declare const contactContract: {
3951
3951
  dateValue: Date | null;
3952
3952
  uploads: {
3953
3953
  id: string;
3954
+ status: string | null;
3954
3955
  createdAt: Date;
3955
3956
  updatedAt: Date;
3956
3957
  deletedAt: Date | null;
@@ -3959,7 +3960,6 @@ export declare const contactContract: {
3959
3960
  bucketName: string;
3960
3961
  fileSize: number;
3961
3962
  fileUrl: string | null;
3962
- status?: string | undefined;
3963
3963
  }[];
3964
3964
  }[];
3965
3965
  company: {
@@ -4050,6 +4050,7 @@ export declare const contactContract: {
4050
4050
  dateValue: Date | null;
4051
4051
  uploads: {
4052
4052
  id: string;
4053
+ status: string | null;
4053
4054
  createdAt: Date;
4054
4055
  updatedAt: Date;
4055
4056
  deletedAt: Date | null;
@@ -4058,7 +4059,6 @@ export declare const contactContract: {
4058
4059
  bucketName: string;
4059
4060
  fileSize: number;
4060
4061
  fileUrl: string | null;
4061
- status?: string | undefined;
4062
4062
  }[];
4063
4063
  }[];
4064
4064
  company: {
@@ -4586,9 +4586,10 @@ export declare const contactContract: {
4586
4586
  fileSize: z.ZodNumber;
4587
4587
  fileKey: z.ZodString;
4588
4588
  fileUrl: z.ZodNullable<z.ZodString>;
4589
- status: z.ZodOptional<z.ZodString>;
4589
+ status: z.ZodNullable<z.ZodString>;
4590
4590
  }, "strip", z.ZodTypeAny, {
4591
4591
  id: string;
4592
+ status: string | null;
4592
4593
  createdAt: Date;
4593
4594
  updatedAt: Date;
4594
4595
  deletedAt: Date | null;
@@ -4597,9 +4598,9 @@ export declare const contactContract: {
4597
4598
  bucketName: string;
4598
4599
  fileSize: number;
4599
4600
  fileUrl: string | null;
4600
- status?: string | undefined;
4601
4601
  }, {
4602
4602
  id: string;
4603
+ status: string | null;
4603
4604
  createdAt: Date;
4604
4605
  updatedAt: Date;
4605
4606
  deletedAt: Date | null;
@@ -4608,7 +4609,6 @@ export declare const contactContract: {
4608
4609
  bucketName: string;
4609
4610
  fileSize: number;
4610
4611
  fileUrl: string | null;
4611
- status?: string | undefined;
4612
4612
  }>, "many">;
4613
4613
  }, "strip", z.ZodTypeAny, {
4614
4614
  id: string;
@@ -4635,6 +4635,7 @@ export declare const contactContract: {
4635
4635
  dateValue: Date | null;
4636
4636
  uploads: {
4637
4637
  id: string;
4638
+ status: string | null;
4638
4639
  createdAt: Date;
4639
4640
  updatedAt: Date;
4640
4641
  deletedAt: Date | null;
@@ -4643,7 +4644,6 @@ export declare const contactContract: {
4643
4644
  bucketName: string;
4644
4645
  fileSize: number;
4645
4646
  fileUrl: string | null;
4646
- status?: string | undefined;
4647
4647
  }[];
4648
4648
  }, {
4649
4649
  id: string;
@@ -4670,6 +4670,7 @@ export declare const contactContract: {
4670
4670
  dateValue: Date | null;
4671
4671
  uploads: {
4672
4672
  id: string;
4673
+ status: string | null;
4673
4674
  createdAt: Date;
4674
4675
  updatedAt: Date;
4675
4676
  deletedAt: Date | null;
@@ -4678,7 +4679,6 @@ export declare const contactContract: {
4678
4679
  bucketName: string;
4679
4680
  fileSize: number;
4680
4681
  fileUrl: string | null;
4681
- status?: string | undefined;
4682
4682
  }[];
4683
4683
  }>, "many">;
4684
4684
  contactEmails: z.ZodArray<z.ZodObject<{
@@ -4818,6 +4818,7 @@ export declare const contactContract: {
4818
4818
  dateValue: Date | null;
4819
4819
  uploads: {
4820
4820
  id: string;
4821
+ status: string | null;
4821
4822
  createdAt: Date;
4822
4823
  updatedAt: Date;
4823
4824
  deletedAt: Date | null;
@@ -4826,7 +4827,6 @@ export declare const contactContract: {
4826
4827
  bucketName: string;
4827
4828
  fileSize: number;
4828
4829
  fileUrl: string | null;
4829
- status?: string | undefined;
4830
4830
  }[];
4831
4831
  }[];
4832
4832
  company: {
@@ -4914,6 +4914,7 @@ export declare const contactContract: {
4914
4914
  dateValue: Date | null;
4915
4915
  uploads: {
4916
4916
  id: string;
4917
+ status: string | null;
4917
4918
  createdAt: Date;
4918
4919
  updatedAt: Date;
4919
4920
  deletedAt: Date | null;
@@ -4922,7 +4923,6 @@ export declare const contactContract: {
4922
4923
  bucketName: string;
4923
4924
  fileSize: number;
4924
4925
  fileUrl: string | null;
4925
- status?: string | undefined;
4926
4926
  }[];
4927
4927
  }[];
4928
4928
  company: {
@@ -5012,6 +5012,7 @@ export declare const contactContract: {
5012
5012
  dateValue: Date | null;
5013
5013
  uploads: {
5014
5014
  id: string;
5015
+ status: string | null;
5015
5016
  createdAt: Date;
5016
5017
  updatedAt: Date;
5017
5018
  deletedAt: Date | null;
@@ -5020,7 +5021,6 @@ export declare const contactContract: {
5020
5021
  bucketName: string;
5021
5022
  fileSize: number;
5022
5023
  fileUrl: string | null;
5023
- status?: string | undefined;
5024
5024
  }[];
5025
5025
  }[];
5026
5026
  company: {
@@ -5111,6 +5111,7 @@ export declare const contactContract: {
5111
5111
  dateValue: Date | null;
5112
5112
  uploads: {
5113
5113
  id: string;
5114
+ status: string | null;
5114
5115
  createdAt: Date;
5115
5116
  updatedAt: Date;
5116
5117
  deletedAt: Date | null;
@@ -5119,7 +5120,6 @@ export declare const contactContract: {
5119
5120
  bucketName: string;
5120
5121
  fileSize: number;
5121
5122
  fileUrl: string | null;
5122
- status?: string | undefined;
5123
5123
  }[];
5124
5124
  }[];
5125
5125
  company: {
@@ -5558,9 +5558,10 @@ export declare const contactContract: {
5558
5558
  fileSize: z.ZodNumber;
5559
5559
  fileKey: z.ZodString;
5560
5560
  fileUrl: z.ZodNullable<z.ZodString>;
5561
- status: z.ZodOptional<z.ZodString>;
5561
+ status: z.ZodNullable<z.ZodString>;
5562
5562
  }, "strip", z.ZodTypeAny, {
5563
5563
  id: string;
5564
+ status: string | null;
5564
5565
  createdAt: Date;
5565
5566
  updatedAt: Date;
5566
5567
  deletedAt: Date | null;
@@ -5569,9 +5570,9 @@ export declare const contactContract: {
5569
5570
  bucketName: string;
5570
5571
  fileSize: number;
5571
5572
  fileUrl: string | null;
5572
- status?: string | undefined;
5573
5573
  }, {
5574
5574
  id: string;
5575
+ status: string | null;
5575
5576
  createdAt: Date;
5576
5577
  updatedAt: Date;
5577
5578
  deletedAt: Date | null;
@@ -5580,7 +5581,6 @@ export declare const contactContract: {
5580
5581
  bucketName: string;
5581
5582
  fileSize: number;
5582
5583
  fileUrl: string | null;
5583
- status?: string | undefined;
5584
5584
  }>, "many">;
5585
5585
  }, "strip", z.ZodTypeAny, {
5586
5586
  id: string;
@@ -5607,6 +5607,7 @@ export declare const contactContract: {
5607
5607
  dateValue: Date | null;
5608
5608
  uploads: {
5609
5609
  id: string;
5610
+ status: string | null;
5610
5611
  createdAt: Date;
5611
5612
  updatedAt: Date;
5612
5613
  deletedAt: Date | null;
@@ -5615,7 +5616,6 @@ export declare const contactContract: {
5615
5616
  bucketName: string;
5616
5617
  fileSize: number;
5617
5618
  fileUrl: string | null;
5618
- status?: string | undefined;
5619
5619
  }[];
5620
5620
  }, {
5621
5621
  id: string;
@@ -5642,6 +5642,7 @@ export declare const contactContract: {
5642
5642
  dateValue: Date | null;
5643
5643
  uploads: {
5644
5644
  id: string;
5645
+ status: string | null;
5645
5646
  createdAt: Date;
5646
5647
  updatedAt: Date;
5647
5648
  deletedAt: Date | null;
@@ -5650,7 +5651,6 @@ export declare const contactContract: {
5650
5651
  bucketName: string;
5651
5652
  fileSize: number;
5652
5653
  fileUrl: string | null;
5653
- status?: string | undefined;
5654
5654
  }[];
5655
5655
  }>, "many">;
5656
5656
  contactEmails: z.ZodArray<z.ZodObject<{
@@ -5790,6 +5790,7 @@ export declare const contactContract: {
5790
5790
  dateValue: Date | null;
5791
5791
  uploads: {
5792
5792
  id: string;
5793
+ status: string | null;
5793
5794
  createdAt: Date;
5794
5795
  updatedAt: Date;
5795
5796
  deletedAt: Date | null;
@@ -5798,7 +5799,6 @@ export declare const contactContract: {
5798
5799
  bucketName: string;
5799
5800
  fileSize: number;
5800
5801
  fileUrl: string | null;
5801
- status?: string | undefined;
5802
5802
  }[];
5803
5803
  }[];
5804
5804
  company: {
@@ -5886,6 +5886,7 @@ export declare const contactContract: {
5886
5886
  dateValue: Date | null;
5887
5887
  uploads: {
5888
5888
  id: string;
5889
+ status: string | null;
5889
5890
  createdAt: Date;
5890
5891
  updatedAt: Date;
5891
5892
  deletedAt: Date | null;
@@ -5894,7 +5895,6 @@ export declare const contactContract: {
5894
5895
  bucketName: string;
5895
5896
  fileSize: number;
5896
5897
  fileUrl: string | null;
5897
- status?: string | undefined;
5898
5898
  }[];
5899
5899
  }[];
5900
5900
  company: {
@@ -5984,6 +5984,7 @@ export declare const contactContract: {
5984
5984
  dateValue: Date | null;
5985
5985
  uploads: {
5986
5986
  id: string;
5987
+ status: string | null;
5987
5988
  createdAt: Date;
5988
5989
  updatedAt: Date;
5989
5990
  deletedAt: Date | null;
@@ -5992,7 +5993,6 @@ export declare const contactContract: {
5992
5993
  bucketName: string;
5993
5994
  fileSize: number;
5994
5995
  fileUrl: string | null;
5995
- status?: string | undefined;
5996
5996
  }[];
5997
5997
  }[];
5998
5998
  company: {
@@ -6083,6 +6083,7 @@ export declare const contactContract: {
6083
6083
  dateValue: Date | null;
6084
6084
  uploads: {
6085
6085
  id: string;
6086
+ status: string | null;
6086
6087
  createdAt: Date;
6087
6088
  updatedAt: Date;
6088
6089
  deletedAt: Date | null;
@@ -6091,7 +6092,6 @@ export declare const contactContract: {
6091
6092
  bucketName: string;
6092
6093
  fileSize: number;
6093
6094
  fileUrl: string | null;
6094
- status?: string | undefined;
6095
6095
  }[];
6096
6096
  }[];
6097
6097
  company: {
@@ -6592,9 +6592,10 @@ export declare const contactContract: {
6592
6592
  fileSize: z.ZodNumber;
6593
6593
  fileKey: z.ZodString;
6594
6594
  fileUrl: z.ZodNullable<z.ZodString>;
6595
- status: z.ZodOptional<z.ZodString>;
6595
+ status: z.ZodNullable<z.ZodString>;
6596
6596
  }, "strip", z.ZodTypeAny, {
6597
6597
  id: string;
6598
+ status: string | null;
6598
6599
  createdAt: Date;
6599
6600
  updatedAt: Date;
6600
6601
  deletedAt: Date | null;
@@ -6603,9 +6604,9 @@ export declare const contactContract: {
6603
6604
  bucketName: string;
6604
6605
  fileSize: number;
6605
6606
  fileUrl: string | null;
6606
- status?: string | undefined;
6607
6607
  }, {
6608
6608
  id: string;
6609
+ status: string | null;
6609
6610
  createdAt: Date;
6610
6611
  updatedAt: Date;
6611
6612
  deletedAt: Date | null;
@@ -6614,7 +6615,6 @@ export declare const contactContract: {
6614
6615
  bucketName: string;
6615
6616
  fileSize: number;
6616
6617
  fileUrl: string | null;
6617
- status?: string | undefined;
6618
6618
  }>, "many">;
6619
6619
  }, "strip", z.ZodTypeAny, {
6620
6620
  id: string;
@@ -6641,6 +6641,7 @@ export declare const contactContract: {
6641
6641
  dateValue: Date | null;
6642
6642
  uploads: {
6643
6643
  id: string;
6644
+ status: string | null;
6644
6645
  createdAt: Date;
6645
6646
  updatedAt: Date;
6646
6647
  deletedAt: Date | null;
@@ -6649,7 +6650,6 @@ export declare const contactContract: {
6649
6650
  bucketName: string;
6650
6651
  fileSize: number;
6651
6652
  fileUrl: string | null;
6652
- status?: string | undefined;
6653
6653
  }[];
6654
6654
  }, {
6655
6655
  id: string;
@@ -6676,6 +6676,7 @@ export declare const contactContract: {
6676
6676
  dateValue: Date | null;
6677
6677
  uploads: {
6678
6678
  id: string;
6679
+ status: string | null;
6679
6680
  createdAt: Date;
6680
6681
  updatedAt: Date;
6681
6682
  deletedAt: Date | null;
@@ -6684,7 +6685,6 @@ export declare const contactContract: {
6684
6685
  bucketName: string;
6685
6686
  fileSize: number;
6686
6687
  fileUrl: string | null;
6687
- status?: string | undefined;
6688
6688
  }[];
6689
6689
  }>, "many">;
6690
6690
  contactEmails: z.ZodArray<z.ZodObject<{
@@ -6824,6 +6824,7 @@ export declare const contactContract: {
6824
6824
  dateValue: Date | null;
6825
6825
  uploads: {
6826
6826
  id: string;
6827
+ status: string | null;
6827
6828
  createdAt: Date;
6828
6829
  updatedAt: Date;
6829
6830
  deletedAt: Date | null;
@@ -6832,7 +6833,6 @@ export declare const contactContract: {
6832
6833
  bucketName: string;
6833
6834
  fileSize: number;
6834
6835
  fileUrl: string | null;
6835
- status?: string | undefined;
6836
6836
  }[];
6837
6837
  }[];
6838
6838
  company: {
@@ -6920,6 +6920,7 @@ export declare const contactContract: {
6920
6920
  dateValue: Date | null;
6921
6921
  uploads: {
6922
6922
  id: string;
6923
+ status: string | null;
6923
6924
  createdAt: Date;
6924
6925
  updatedAt: Date;
6925
6926
  deletedAt: Date | null;
@@ -6928,7 +6929,6 @@ export declare const contactContract: {
6928
6929
  bucketName: string;
6929
6930
  fileSize: number;
6930
6931
  fileUrl: string | null;
6931
- status?: string | undefined;
6932
6932
  }[];
6933
6933
  }[];
6934
6934
  company: {
@@ -7018,6 +7018,7 @@ export declare const contactContract: {
7018
7018
  dateValue: Date | null;
7019
7019
  uploads: {
7020
7020
  id: string;
7021
+ status: string | null;
7021
7022
  createdAt: Date;
7022
7023
  updatedAt: Date;
7023
7024
  deletedAt: Date | null;
@@ -7026,7 +7027,6 @@ export declare const contactContract: {
7026
7027
  bucketName: string;
7027
7028
  fileSize: number;
7028
7029
  fileUrl: string | null;
7029
- status?: string | undefined;
7030
7030
  }[];
7031
7031
  }[];
7032
7032
  company: {
@@ -7117,6 +7117,7 @@ export declare const contactContract: {
7117
7117
  dateValue: Date | null;
7118
7118
  uploads: {
7119
7119
  id: string;
7120
+ status: string | null;
7120
7121
  createdAt: Date;
7121
7122
  updatedAt: Date;
7122
7123
  deletedAt: Date | null;
@@ -7125,7 +7126,6 @@ export declare const contactContract: {
7125
7126
  bucketName: string;
7126
7127
  fileSize: number;
7127
7128
  fileUrl: string | null;
7128
- status?: string | undefined;
7129
7129
  }[];
7130
7130
  }[];
7131
7131
  company: {
@@ -7590,9 +7590,10 @@ export declare const contactContract: {
7590
7590
  fileSize: z.ZodNumber;
7591
7591
  fileKey: z.ZodString;
7592
7592
  fileUrl: z.ZodNullable<z.ZodString>;
7593
- status: z.ZodOptional<z.ZodString>;
7593
+ status: z.ZodNullable<z.ZodString>;
7594
7594
  }, "strip", z.ZodTypeAny, {
7595
7595
  id: string;
7596
+ status: string | null;
7596
7597
  createdAt: Date;
7597
7598
  updatedAt: Date;
7598
7599
  deletedAt: Date | null;
@@ -7601,9 +7602,9 @@ export declare const contactContract: {
7601
7602
  bucketName: string;
7602
7603
  fileSize: number;
7603
7604
  fileUrl: string | null;
7604
- status?: string | undefined;
7605
7605
  }, {
7606
7606
  id: string;
7607
+ status: string | null;
7607
7608
  createdAt: Date;
7608
7609
  updatedAt: Date;
7609
7610
  deletedAt: Date | null;
@@ -7612,7 +7613,6 @@ export declare const contactContract: {
7612
7613
  bucketName: string;
7613
7614
  fileSize: number;
7614
7615
  fileUrl: string | null;
7615
- status?: string | undefined;
7616
7616
  }>, "many">;
7617
7617
  }, "strip", z.ZodTypeAny, {
7618
7618
  id: string;
@@ -7639,6 +7639,7 @@ export declare const contactContract: {
7639
7639
  dateValue: Date | null;
7640
7640
  uploads: {
7641
7641
  id: string;
7642
+ status: string | null;
7642
7643
  createdAt: Date;
7643
7644
  updatedAt: Date;
7644
7645
  deletedAt: Date | null;
@@ -7647,7 +7648,6 @@ export declare const contactContract: {
7647
7648
  bucketName: string;
7648
7649
  fileSize: number;
7649
7650
  fileUrl: string | null;
7650
- status?: string | undefined;
7651
7651
  }[];
7652
7652
  }, {
7653
7653
  id: string;
@@ -7674,6 +7674,7 @@ export declare const contactContract: {
7674
7674
  dateValue: Date | null;
7675
7675
  uploads: {
7676
7676
  id: string;
7677
+ status: string | null;
7677
7678
  createdAt: Date;
7678
7679
  updatedAt: Date;
7679
7680
  deletedAt: Date | null;
@@ -7682,7 +7683,6 @@ export declare const contactContract: {
7682
7683
  bucketName: string;
7683
7684
  fileSize: number;
7684
7685
  fileUrl: string | null;
7685
- status?: string | undefined;
7686
7686
  }[];
7687
7687
  }>;
7688
7688
  }, "strip", z.ZodTypeAny, {
@@ -7711,6 +7711,7 @@ export declare const contactContract: {
7711
7711
  dateValue: Date | null;
7712
7712
  uploads: {
7713
7713
  id: string;
7714
+ status: string | null;
7714
7715
  createdAt: Date;
7715
7716
  updatedAt: Date;
7716
7717
  deletedAt: Date | null;
@@ -7719,7 +7720,6 @@ export declare const contactContract: {
7719
7720
  bucketName: string;
7720
7721
  fileSize: number;
7721
7722
  fileUrl: string | null;
7722
- status?: string | undefined;
7723
7723
  }[];
7724
7724
  };
7725
7725
  requestId: string;
@@ -7749,6 +7749,7 @@ export declare const contactContract: {
7749
7749
  dateValue: Date | null;
7750
7750
  uploads: {
7751
7751
  id: string;
7752
+ status: string | null;
7752
7753
  createdAt: Date;
7753
7754
  updatedAt: Date;
7754
7755
  deletedAt: Date | null;
@@ -7757,7 +7758,6 @@ export declare const contactContract: {
7757
7758
  bucketName: string;
7758
7759
  fileSize: number;
7759
7760
  fileUrl: string | null;
7760
- status?: string | undefined;
7761
7761
  }[];
7762
7762
  };
7763
7763
  requestId: string;
@@ -8140,9 +8140,10 @@ export declare const contactContract: {
8140
8140
  fileSize: z.ZodNumber;
8141
8141
  fileKey: z.ZodString;
8142
8142
  fileUrl: z.ZodNullable<z.ZodString>;
8143
- status: z.ZodOptional<z.ZodString>;
8143
+ status: z.ZodNullable<z.ZodString>;
8144
8144
  }, "strip", z.ZodTypeAny, {
8145
8145
  id: string;
8146
+ status: string | null;
8146
8147
  createdAt: Date;
8147
8148
  updatedAt: Date;
8148
8149
  deletedAt: Date | null;
@@ -8151,9 +8152,9 @@ export declare const contactContract: {
8151
8152
  bucketName: string;
8152
8153
  fileSize: number;
8153
8154
  fileUrl: string | null;
8154
- status?: string | undefined;
8155
8155
  }, {
8156
8156
  id: string;
8157
+ status: string | null;
8157
8158
  createdAt: Date;
8158
8159
  updatedAt: Date;
8159
8160
  deletedAt: Date | null;
@@ -8162,7 +8163,6 @@ export declare const contactContract: {
8162
8163
  bucketName: string;
8163
8164
  fileSize: number;
8164
8165
  fileUrl: string | null;
8165
- status?: string | undefined;
8166
8166
  }>, "many">;
8167
8167
  }, "strip", z.ZodTypeAny, {
8168
8168
  id: string;
@@ -8189,6 +8189,7 @@ export declare const contactContract: {
8189
8189
  dateValue: Date | null;
8190
8190
  uploads: {
8191
8191
  id: string;
8192
+ status: string | null;
8192
8193
  createdAt: Date;
8193
8194
  updatedAt: Date;
8194
8195
  deletedAt: Date | null;
@@ -8197,7 +8198,6 @@ export declare const contactContract: {
8197
8198
  bucketName: string;
8198
8199
  fileSize: number;
8199
8200
  fileUrl: string | null;
8200
- status?: string | undefined;
8201
8201
  }[];
8202
8202
  }, {
8203
8203
  id: string;
@@ -8224,6 +8224,7 @@ export declare const contactContract: {
8224
8224
  dateValue: Date | null;
8225
8225
  uploads: {
8226
8226
  id: string;
8227
+ status: string | null;
8227
8228
  createdAt: Date;
8228
8229
  updatedAt: Date;
8229
8230
  deletedAt: Date | null;
@@ -8232,7 +8233,6 @@ export declare const contactContract: {
8232
8233
  bucketName: string;
8233
8234
  fileSize: number;
8234
8235
  fileUrl: string | null;
8235
- status?: string | undefined;
8236
8236
  }[];
8237
8237
  }>, "many">;
8238
8238
  contactEmails: z.ZodArray<z.ZodObject<{
@@ -8372,6 +8372,7 @@ export declare const contactContract: {
8372
8372
  dateValue: Date | null;
8373
8373
  uploads: {
8374
8374
  id: string;
8375
+ status: string | null;
8375
8376
  createdAt: Date;
8376
8377
  updatedAt: Date;
8377
8378
  deletedAt: Date | null;
@@ -8380,7 +8381,6 @@ export declare const contactContract: {
8380
8381
  bucketName: string;
8381
8382
  fileSize: number;
8382
8383
  fileUrl: string | null;
8383
- status?: string | undefined;
8384
8384
  }[];
8385
8385
  }[];
8386
8386
  company: {
@@ -8468,6 +8468,7 @@ export declare const contactContract: {
8468
8468
  dateValue: Date | null;
8469
8469
  uploads: {
8470
8470
  id: string;
8471
+ status: string | null;
8471
8472
  createdAt: Date;
8472
8473
  updatedAt: Date;
8473
8474
  deletedAt: Date | null;
@@ -8476,7 +8477,6 @@ export declare const contactContract: {
8476
8477
  bucketName: string;
8477
8478
  fileSize: number;
8478
8479
  fileUrl: string | null;
8479
- status?: string | undefined;
8480
8480
  }[];
8481
8481
  }[];
8482
8482
  company: {
@@ -8566,6 +8566,7 @@ export declare const contactContract: {
8566
8566
  dateValue: Date | null;
8567
8567
  uploads: {
8568
8568
  id: string;
8569
+ status: string | null;
8569
8570
  createdAt: Date;
8570
8571
  updatedAt: Date;
8571
8572
  deletedAt: Date | null;
@@ -8574,7 +8575,6 @@ export declare const contactContract: {
8574
8575
  bucketName: string;
8575
8576
  fileSize: number;
8576
8577
  fileUrl: string | null;
8577
- status?: string | undefined;
8578
8578
  }[];
8579
8579
  }[];
8580
8580
  company: {
@@ -8665,6 +8665,7 @@ export declare const contactContract: {
8665
8665
  dateValue: Date | null;
8666
8666
  uploads: {
8667
8667
  id: string;
8668
+ status: string | null;
8668
8669
  createdAt: Date;
8669
8670
  updatedAt: Date;
8670
8671
  deletedAt: Date | null;
@@ -8673,7 +8674,6 @@ export declare const contactContract: {
8673
8674
  bucketName: string;
8674
8675
  fileSize: number;
8675
8676
  fileUrl: string | null;
8676
- status?: string | undefined;
8677
8677
  }[];
8678
8678
  }[];
8679
8679
  company: {