exnet-routing 1.2.39 → 1.2.41

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.
@@ -50,7 +50,6 @@ export declare const BillingCenterSchema: z.ZodObject<{
50
50
  emailOne: z.ZodNullable<z.ZodString>;
51
51
  emailTwo: z.ZodNullable<z.ZodString>;
52
52
  emailThree: z.ZodNullable<z.ZodString>;
53
- eori: z.ZodNullable<z.ZodString>;
54
53
  tva: z.ZodNullable<z.ZodString>;
55
54
  customerId: z.ZodNullable<z.ZodNumber>;
56
55
  customer: z.ZodOptional<z.ZodLazy<z.ZodObject<{
@@ -96,7 +95,6 @@ export declare const BillingCenterSchema: z.ZodObject<{
96
95
  emailOne: z.ZodNullable<z.ZodString>;
97
96
  emailTwo: z.ZodNullable<z.ZodString>;
98
97
  emailThree: z.ZodNullable<z.ZodString>;
99
- eori: z.ZodNullable<z.ZodString>;
100
98
  tva: z.ZodNullable<z.ZodString>;
101
99
  isTrackingMail: z.ZodNullable<z.ZodBoolean>;
102
100
  isBillingCenter: z.ZodBoolean;
@@ -168,7 +166,6 @@ export declare const BillingCenterSchema: z.ZodObject<{
168
166
  emailOne: string | null;
169
167
  emailTwo: string | null;
170
168
  emailThree: string | null;
171
- eori: string | null;
172
169
  tva: string | null;
173
170
  isTrackingMail: boolean | null;
174
171
  isBillingCenter: boolean;
@@ -226,7 +223,6 @@ export declare const BillingCenterSchema: z.ZodObject<{
226
223
  emailOne: string | null;
227
224
  emailTwo: string | null;
228
225
  emailThree: string | null;
229
- eori: string | null;
230
226
  tva: string | null;
231
227
  isTrackingMail: boolean | null;
232
228
  isBillingCenter: boolean;
@@ -303,7 +299,6 @@ export declare const BillingCenterSchema: z.ZodObject<{
303
299
  emailOne: string | null;
304
300
  emailTwo: string | null;
305
301
  emailThree: string | null;
306
- eori: string | null;
307
302
  tva: string | null;
308
303
  isMailing: boolean;
309
304
  telephone: string | null;
@@ -369,7 +364,6 @@ export declare const BillingCenterSchema: z.ZodObject<{
369
364
  emailOne: string | null;
370
365
  emailTwo: string | null;
371
366
  emailThree: string | null;
372
- eori: string | null;
373
367
  tva: string | null;
374
368
  isTrackingMail: boolean | null;
375
369
  isBillingCenter: boolean;
@@ -424,7 +418,6 @@ export declare const BillingCenterSchema: z.ZodObject<{
424
418
  emailOne: string | null;
425
419
  emailTwo: string | null;
426
420
  emailThree: string | null;
427
- eori: string | null;
428
421
  tva: string | null;
429
422
  isMailing: boolean;
430
423
  telephone: string | null;
@@ -490,7 +483,6 @@ export declare const BillingCenterSchema: z.ZodObject<{
490
483
  emailOne: string | null;
491
484
  emailTwo: string | null;
492
485
  emailThree: string | null;
493
- eori: string | null;
494
486
  tva: string | null;
495
487
  isTrackingMail: boolean | null;
496
488
  isBillingCenter: boolean;
@@ -558,7 +550,6 @@ export declare const BillingCenterSchemaSimple: z.ZodObject<{
558
550
  emailOne: z.ZodNullable<z.ZodString>;
559
551
  emailTwo: z.ZodNullable<z.ZodString>;
560
552
  emailThree: z.ZodNullable<z.ZodString>;
561
- eori: z.ZodNullable<z.ZodString>;
562
553
  tva: z.ZodNullable<z.ZodString>;
563
554
  customerId: z.ZodNullable<z.ZodNumber>;
564
555
  }, "strip", z.ZodTypeAny, {
@@ -599,7 +590,6 @@ export declare const BillingCenterSchemaSimple: z.ZodObject<{
599
590
  emailOne: string | null;
600
591
  emailTwo: string | null;
601
592
  emailThree: string | null;
602
- eori: string | null;
603
593
  tva: string | null;
604
594
  isMailing: boolean;
605
595
  telephone: string | null;
@@ -652,7 +642,6 @@ export declare const BillingCenterSchemaSimple: z.ZodObject<{
652
642
  emailOne: string | null;
653
643
  emailTwo: string | null;
654
644
  emailThree: string | null;
655
- eori: string | null;
656
645
  tva: string | null;
657
646
  isMailing: boolean;
658
647
  telephone: string | null;
@@ -716,7 +705,6 @@ export declare const BillingCenterCreateSchema: z.ZodObject<{
716
705
  emailOne: z.ZodOptional<z.ZodString>;
717
706
  emailTwo: z.ZodOptional<z.ZodString>;
718
707
  emailThree: z.ZodOptional<z.ZodString>;
719
- eori: z.ZodOptional<z.ZodString>;
720
708
  tva: z.ZodOptional<z.ZodString>;
721
709
  customerId: z.ZodNumber;
722
710
  }, "strip", z.ZodTypeAny, {
@@ -762,7 +750,6 @@ export declare const BillingCenterCreateSchema: z.ZodObject<{
762
750
  emailOne?: string | undefined;
763
751
  emailTwo?: string | undefined;
764
752
  emailThree?: string | undefined;
765
- eori?: string | undefined;
766
753
  tva?: string | undefined;
767
754
  telephone?: string | undefined;
768
755
  numeroSiren?: string | undefined;
@@ -813,7 +800,6 @@ export declare const BillingCenterCreateSchema: z.ZodObject<{
813
800
  emailOne?: string | undefined;
814
801
  emailTwo?: string | undefined;
815
802
  emailThree?: string | undefined;
816
- eori?: string | undefined;
817
803
  tva?: string | undefined;
818
804
  telephone?: string | undefined;
819
805
  numeroSiren?: string | undefined;
@@ -870,7 +856,6 @@ export declare const BillingCenterUpdateSchema: z.ZodObject<{
870
856
  emailOne: z.ZodOptional<z.ZodString>;
871
857
  emailTwo: z.ZodOptional<z.ZodString>;
872
858
  emailThree: z.ZodOptional<z.ZodString>;
873
- eori: z.ZodOptional<z.ZodString>;
874
859
  tva: z.ZodOptional<z.ZodString>;
875
860
  customerId: z.ZodOptional<z.ZodNumber>;
876
861
  }, "strip", z.ZodTypeAny, {
@@ -908,7 +893,6 @@ export declare const BillingCenterUpdateSchema: z.ZodObject<{
908
893
  emailOne?: string | undefined;
909
894
  emailTwo?: string | undefined;
910
895
  emailThree?: string | undefined;
911
- eori?: string | undefined;
912
896
  tva?: string | undefined;
913
897
  isMailing?: boolean | undefined;
914
898
  telephone?: string | undefined;
@@ -959,7 +943,6 @@ export declare const BillingCenterUpdateSchema: z.ZodObject<{
959
943
  emailOne?: string | undefined;
960
944
  emailTwo?: string | undefined;
961
945
  emailThree?: string | undefined;
962
- eori?: string | undefined;
963
946
  tva?: string | undefined;
964
947
  isMailing?: boolean | undefined;
965
948
  telephone?: string | undefined;
@@ -56,7 +56,6 @@ exports.BillingCenterSchema = zod_1.z.object({
56
56
  emailOne: zod_1.z.string().nullable(),
57
57
  emailTwo: zod_1.z.string().nullable(),
58
58
  emailThree: zod_1.z.string().nullable(),
59
- eori: zod_1.z.string().nullable(),
60
59
  tva: zod_1.z.string().nullable(),
61
60
  customerId: zod_1.z.number().nullable(),
62
61
  customer: zod_1.z.lazy(() => _customer_1.CustomerSchema).optional(),
@@ -113,7 +112,6 @@ exports.BillingCenterSchemaSimple = zod_1.z.object({
113
112
  emailOne: zod_1.z.string().nullable(),
114
113
  emailTwo: zod_1.z.string().nullable(),
115
114
  emailThree: zod_1.z.string().nullable(),
116
- eori: zod_1.z.string().nullable(),
117
115
  tva: zod_1.z.string().nullable(),
118
116
  customerId: zod_1.z.number().nullable(),
119
117
  });
@@ -165,7 +163,6 @@ exports.BillingCenterCreateSchema = zod_1.z.object({
165
163
  emailOne: zod_1.z.string().optional(),
166
164
  emailTwo: zod_1.z.string().optional(),
167
165
  emailThree: zod_1.z.string().optional(),
168
- eori: zod_1.z.string().optional(),
169
166
  tva: zod_1.z.string().optional(),
170
167
  customerId: zod_1.z.number(),
171
168
  });
@@ -217,7 +214,6 @@ exports.BillingCenterUpdateSchema = zod_1.z.object({
217
214
  emailOne: zod_1.z.string().optional(),
218
215
  emailTwo: zod_1.z.string().optional(),
219
216
  emailThree: zod_1.z.string().optional(),
220
- eori: zod_1.z.string().optional(),
221
217
  tva: zod_1.z.string().optional(),
222
218
  customerId: zod_1.z.number().optional(),
223
219
  });
@@ -645,7 +645,6 @@ export declare const ChatSchema: z.ZodObject<{
645
645
  emailOne: z.ZodNullable<z.ZodString>;
646
646
  emailTwo: z.ZodNullable<z.ZodString>;
647
647
  emailThree: z.ZodNullable<z.ZodString>;
648
- eori: z.ZodNullable<z.ZodString>;
649
648
  tva: z.ZodNullable<z.ZodString>;
650
649
  customerId: z.ZodNullable<z.ZodNumber>;
651
650
  }, "strip", z.ZodTypeAny, {
@@ -686,7 +685,6 @@ export declare const ChatSchema: z.ZodObject<{
686
685
  emailOne: string | null;
687
686
  emailTwo: string | null;
688
687
  emailThree: string | null;
689
- eori: string | null;
690
688
  tva: string | null;
691
689
  isMailing: boolean;
692
690
  telephone: string | null;
@@ -739,7 +737,6 @@ export declare const ChatSchema: z.ZodObject<{
739
737
  emailOne: string | null;
740
738
  emailTwo: string | null;
741
739
  emailThree: string | null;
742
- eori: string | null;
743
740
  tva: string | null;
744
741
  isMailing: boolean;
745
742
  telephone: string | null;
@@ -803,7 +800,6 @@ export declare const ChatSchema: z.ZodObject<{
803
800
  emailOne: string | null;
804
801
  emailTwo: string | null;
805
802
  emailThree: string | null;
806
- eori: string | null;
807
803
  tva: string | null;
808
804
  isMailing: boolean;
809
805
  telephone: string | null;
@@ -1055,7 +1051,6 @@ export declare const ChatSchema: z.ZodObject<{
1055
1051
  emailOne: string | null;
1056
1052
  emailTwo: string | null;
1057
1053
  emailThree: string | null;
1058
- eori: string | null;
1059
1054
  tva: string | null;
1060
1055
  isMailing: boolean;
1061
1056
  telephone: string | null;
@@ -2017,7 +2012,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
2017
2012
  emailOne: z.ZodNullable<z.ZodString>;
2018
2013
  emailTwo: z.ZodNullable<z.ZodString>;
2019
2014
  emailThree: z.ZodNullable<z.ZodString>;
2020
- eori: z.ZodNullable<z.ZodString>;
2021
2015
  tva: z.ZodNullable<z.ZodString>;
2022
2016
  customerId: z.ZodNullable<z.ZodNumber>;
2023
2017
  }, "strip", z.ZodTypeAny, {
@@ -2058,7 +2052,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
2058
2052
  emailOne: string | null;
2059
2053
  emailTwo: string | null;
2060
2054
  emailThree: string | null;
2061
- eori: string | null;
2062
2055
  tva: string | null;
2063
2056
  isMailing: boolean;
2064
2057
  telephone: string | null;
@@ -2111,7 +2104,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
2111
2104
  emailOne: string | null;
2112
2105
  emailTwo: string | null;
2113
2106
  emailThree: string | null;
2114
- eori: string | null;
2115
2107
  tva: string | null;
2116
2108
  isMailing: boolean;
2117
2109
  telephone: string | null;
@@ -2753,7 +2745,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
2753
2745
  emailOne: z.ZodNullable<z.ZodString>;
2754
2746
  emailTwo: z.ZodNullable<z.ZodString>;
2755
2747
  emailThree: z.ZodNullable<z.ZodString>;
2756
- eori: z.ZodNullable<z.ZodString>;
2757
2748
  tva: z.ZodNullable<z.ZodString>;
2758
2749
  customerId: z.ZodNullable<z.ZodNumber>;
2759
2750
  }, "strip", z.ZodTypeAny, {
@@ -2794,7 +2785,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
2794
2785
  emailOne: string | null;
2795
2786
  emailTwo: string | null;
2796
2787
  emailThree: string | null;
2797
- eori: string | null;
2798
2788
  tva: string | null;
2799
2789
  isMailing: boolean;
2800
2790
  telephone: string | null;
@@ -2847,7 +2837,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
2847
2837
  emailOne: string | null;
2848
2838
  emailTwo: string | null;
2849
2839
  emailThree: string | null;
2850
- eori: string | null;
2851
2840
  tva: string | null;
2852
2841
  isMailing: boolean;
2853
2842
  telephone: string | null;
@@ -2911,7 +2900,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
2911
2900
  emailOne: string | null;
2912
2901
  emailTwo: string | null;
2913
2902
  emailThree: string | null;
2914
- eori: string | null;
2915
2903
  tva: string | null;
2916
2904
  isMailing: boolean;
2917
2905
  telephone: string | null;
@@ -3163,7 +3151,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
3163
3151
  emailOne: string | null;
3164
3152
  emailTwo: string | null;
3165
3153
  emailThree: string | null;
3166
- eori: string | null;
3167
3154
  tva: string | null;
3168
3155
  isMailing: boolean;
3169
3156
  telephone: string | null;
@@ -3475,7 +3462,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
3475
3462
  emailOne: z.ZodNullable<z.ZodString>;
3476
3463
  emailTwo: z.ZodNullable<z.ZodString>;
3477
3464
  emailThree: z.ZodNullable<z.ZodString>;
3478
- eori: z.ZodNullable<z.ZodString>;
3479
3465
  tva: z.ZodNullable<z.ZodString>;
3480
3466
  isTrackingMail: z.ZodNullable<z.ZodBoolean>;
3481
3467
  isBillingCenter: z.ZodBoolean;
@@ -3547,7 +3533,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
3547
3533
  emailOne: string | null;
3548
3534
  emailTwo: string | null;
3549
3535
  emailThree: string | null;
3550
- eori: string | null;
3551
3536
  tva: string | null;
3552
3537
  isTrackingMail: boolean | null;
3553
3538
  isBillingCenter: boolean;
@@ -3605,7 +3590,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
3605
3590
  emailOne: string | null;
3606
3591
  emailTwo: string | null;
3607
3592
  emailThree: string | null;
3608
- eori: string | null;
3609
3593
  tva: string | null;
3610
3594
  isTrackingMail: boolean | null;
3611
3595
  isBillingCenter: boolean;
@@ -3918,7 +3902,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
3918
3902
  emailOne: string | null;
3919
3903
  emailTwo: string | null;
3920
3904
  emailThree: string | null;
3921
- eori: string | null;
3922
3905
  tva: string | null;
3923
3906
  isTrackingMail: boolean | null;
3924
3907
  isBillingCenter: boolean;
@@ -4097,7 +4080,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
4097
4080
  emailOne: string | null;
4098
4081
  emailTwo: string | null;
4099
4082
  emailThree: string | null;
4100
- eori: string | null;
4101
4083
  tva: string | null;
4102
4084
  isTrackingMail: boolean | null;
4103
4085
  isBillingCenter: boolean;
@@ -4286,7 +4268,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
4286
4268
  emailOne: string | null;
4287
4269
  emailTwo: string | null;
4288
4270
  emailThree: string | null;
4289
- eori: string | null;
4290
4271
  tva: string | null;
4291
4272
  isTrackingMail: boolean | null;
4292
4273
  isBillingCenter: boolean;
@@ -4399,7 +4380,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
4399
4380
  emailOne: string | null;
4400
4381
  emailTwo: string | null;
4401
4382
  emailThree: string | null;
4402
- eori: string | null;
4403
4383
  tva: string | null;
4404
4384
  isMailing: boolean;
4405
4385
  telephone: string | null;
@@ -4728,7 +4708,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
4728
4708
  emailOne: string | null;
4729
4709
  emailTwo: string | null;
4730
4710
  emailThree: string | null;
4731
- eori: string | null;
4732
4711
  tva: string | null;
4733
4712
  isTrackingMail: boolean | null;
4734
4713
  isBillingCenter: boolean;
@@ -4841,7 +4820,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
4841
4820
  emailOne: string | null;
4842
4821
  emailTwo: string | null;
4843
4822
  emailThree: string | null;
4844
- eori: string | null;
4845
4823
  tva: string | null;
4846
4824
  isMailing: boolean;
4847
4825
  telephone: string | null;
@@ -5096,7 +5074,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
5096
5074
  emailOne: string | null;
5097
5075
  emailTwo: string | null;
5098
5076
  emailThree: string | null;
5099
- eori: string | null;
5100
5077
  tva: string | null;
5101
5078
  isMailing: boolean;
5102
5079
  telephone: string | null;
@@ -5424,7 +5401,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
5424
5401
  emailOne: string | null;
5425
5402
  emailTwo: string | null;
5426
5403
  emailThree: string | null;
5427
- eori: string | null;
5428
5404
  tva: string | null;
5429
5405
  isTrackingMail: boolean | null;
5430
5406
  isBillingCenter: boolean;
@@ -5537,7 +5513,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
5537
5513
  emailOne: string | null;
5538
5514
  emailTwo: string | null;
5539
5515
  emailThree: string | null;
5540
- eori: string | null;
5541
5516
  tva: string | null;
5542
5517
  isMailing: boolean;
5543
5518
  telephone: string | null;
@@ -5792,7 +5767,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
5792
5767
  emailOne: string | null;
5793
5768
  emailTwo: string | null;
5794
5769
  emailThree: string | null;
5795
- eori: string | null;
5796
5770
  tva: string | null;
5797
5771
  isMailing: boolean;
5798
5772
  telephone: string | null;
@@ -6120,7 +6094,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
6120
6094
  emailOne: string | null;
6121
6095
  emailTwo: string | null;
6122
6096
  emailThree: string | null;
6123
- eori: string | null;
6124
6097
  tva: string | null;
6125
6098
  isTrackingMail: boolean | null;
6126
6099
  isBillingCenter: boolean;
@@ -6233,7 +6206,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
6233
6206
  emailOne: string | null;
6234
6207
  emailTwo: string | null;
6235
6208
  emailThree: string | null;
6236
- eori: string | null;
6237
6209
  tva: string | null;
6238
6210
  isMailing: boolean;
6239
6211
  telephone: string | null;
@@ -625,7 +625,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
625
625
  emailOne: z.ZodNullable<z.ZodString>;
626
626
  emailTwo: z.ZodNullable<z.ZodString>;
627
627
  emailThree: z.ZodNullable<z.ZodString>;
628
- eori: z.ZodNullable<z.ZodString>;
629
628
  tva: z.ZodNullable<z.ZodString>;
630
629
  customerId: z.ZodNullable<z.ZodNumber>;
631
630
  }, "strip", z.ZodTypeAny, {
@@ -666,7 +665,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
666
665
  emailOne: string | null;
667
666
  emailTwo: string | null;
668
667
  emailThree: string | null;
669
- eori: string | null;
670
668
  tva: string | null;
671
669
  isMailing: boolean;
672
670
  telephone: string | null;
@@ -719,7 +717,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
719
717
  emailOne: string | null;
720
718
  emailTwo: string | null;
721
719
  emailThree: string | null;
722
- eori: string | null;
723
720
  tva: string | null;
724
721
  isMailing: boolean;
725
722
  telephone: string | null;
@@ -783,7 +780,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
783
780
  emailOne: string | null;
784
781
  emailTwo: string | null;
785
782
  emailThree: string | null;
786
- eori: string | null;
787
783
  tva: string | null;
788
784
  isMailing: boolean;
789
785
  telephone: string | null;
@@ -1035,7 +1031,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
1035
1031
  emailOne: string | null;
1036
1032
  emailTwo: string | null;
1037
1033
  emailThree: string | null;
1038
- eori: string | null;
1039
1034
  tva: string | null;
1040
1035
  isMailing: boolean;
1041
1036
  telephone: string | null;
@@ -1347,7 +1342,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
1347
1342
  emailOne: z.ZodNullable<z.ZodString>;
1348
1343
  emailTwo: z.ZodNullable<z.ZodString>;
1349
1344
  emailThree: z.ZodNullable<z.ZodString>;
1350
- eori: z.ZodNullable<z.ZodString>;
1351
1345
  tva: z.ZodNullable<z.ZodString>;
1352
1346
  isTrackingMail: z.ZodNullable<z.ZodBoolean>;
1353
1347
  isBillingCenter: z.ZodBoolean;
@@ -1419,7 +1413,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
1419
1413
  emailOne: string | null;
1420
1414
  emailTwo: string | null;
1421
1415
  emailThree: string | null;
1422
- eori: string | null;
1423
1416
  tva: string | null;
1424
1417
  isTrackingMail: boolean | null;
1425
1418
  isBillingCenter: boolean;
@@ -1477,7 +1470,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
1477
1470
  emailOne: string | null;
1478
1471
  emailTwo: string | null;
1479
1472
  emailThree: string | null;
1480
- eori: string | null;
1481
1473
  tva: string | null;
1482
1474
  isTrackingMail: boolean | null;
1483
1475
  isBillingCenter: boolean;
@@ -1790,7 +1782,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
1790
1782
  emailOne: string | null;
1791
1783
  emailTwo: string | null;
1792
1784
  emailThree: string | null;
1793
- eori: string | null;
1794
1785
  tva: string | null;
1795
1786
  isTrackingMail: boolean | null;
1796
1787
  isBillingCenter: boolean;
@@ -1969,7 +1960,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
1969
1960
  emailOne: string | null;
1970
1961
  emailTwo: string | null;
1971
1962
  emailThree: string | null;
1972
- eori: string | null;
1973
1963
  tva: string | null;
1974
1964
  isTrackingMail: boolean | null;
1975
1965
  isBillingCenter: boolean;
@@ -2158,7 +2148,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
2158
2148
  emailOne: string | null;
2159
2149
  emailTwo: string | null;
2160
2150
  emailThree: string | null;
2161
- eori: string | null;
2162
2151
  tva: string | null;
2163
2152
  isTrackingMail: boolean | null;
2164
2153
  isBillingCenter: boolean;
@@ -2271,7 +2260,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
2271
2260
  emailOne: string | null;
2272
2261
  emailTwo: string | null;
2273
2262
  emailThree: string | null;
2274
- eori: string | null;
2275
2263
  tva: string | null;
2276
2264
  isMailing: boolean;
2277
2265
  telephone: string | null;
@@ -2600,7 +2588,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
2600
2588
  emailOne: string | null;
2601
2589
  emailTwo: string | null;
2602
2590
  emailThree: string | null;
2603
- eori: string | null;
2604
2591
  tva: string | null;
2605
2592
  isTrackingMail: boolean | null;
2606
2593
  isBillingCenter: boolean;
@@ -2713,7 +2700,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
2713
2700
  emailOne: string | null;
2714
2701
  emailTwo: string | null;
2715
2702
  emailThree: string | null;
2716
- eori: string | null;
2717
2703
  tva: string | null;
2718
2704
  isMailing: boolean;
2719
2705
  telephone: string | null;
@@ -163,7 +163,6 @@ export declare const ContactSchema: z.ZodObject<{
163
163
  emailOne: z.ZodNullable<z.ZodString>;
164
164
  emailTwo: z.ZodNullable<z.ZodString>;
165
165
  emailThree: z.ZodNullable<z.ZodString>;
166
- eori: z.ZodNullable<z.ZodString>;
167
166
  tva: z.ZodNullable<z.ZodString>;
168
167
  isTrackingMail: z.ZodNullable<z.ZodBoolean>;
169
168
  isBillingCenter: z.ZodBoolean;
@@ -235,7 +234,6 @@ export declare const ContactSchema: z.ZodObject<{
235
234
  emailOne: string | null;
236
235
  emailTwo: string | null;
237
236
  emailThree: string | null;
238
- eori: string | null;
239
237
  tva: string | null;
240
238
  isTrackingMail: boolean | null;
241
239
  isBillingCenter: boolean;
@@ -293,7 +291,6 @@ export declare const ContactSchema: z.ZodObject<{
293
291
  emailOne: string | null;
294
292
  emailTwo: string | null;
295
293
  emailThree: string | null;
296
- eori: string | null;
297
294
  tva: string | null;
298
295
  isTrackingMail: boolean | null;
299
296
  isBillingCenter: boolean;
@@ -606,7 +603,6 @@ export declare const ContactSchema: z.ZodObject<{
606
603
  emailOne: string | null;
607
604
  emailTwo: string | null;
608
605
  emailThree: string | null;
609
- eori: string | null;
610
606
  tva: string | null;
611
607
  isTrackingMail: boolean | null;
612
608
  isBillingCenter: boolean;
@@ -785,7 +781,6 @@ export declare const ContactSchema: z.ZodObject<{
785
781
  emailOne: string | null;
786
782
  emailTwo: string | null;
787
783
  emailThree: string | null;
788
- eori: string | null;
789
784
  tva: string | null;
790
785
  isTrackingMail: boolean | null;
791
786
  isBillingCenter: boolean;
@@ -997,7 +992,6 @@ export declare const ContactSchema: z.ZodObject<{
997
992
  emailOne: string | null;
998
993
  emailTwo: string | null;
999
994
  emailThree: string | null;
1000
- eori: string | null;
1001
995
  tva: string | null;
1002
996
  isTrackingMail: boolean | null;
1003
997
  isBillingCenter: boolean;
@@ -1209,7 +1203,6 @@ export declare const ContactSchema: z.ZodObject<{
1209
1203
  emailOne: string | null;
1210
1204
  emailTwo: string | null;
1211
1205
  emailThree: string | null;
1212
- eori: string | null;
1213
1206
  tva: string | null;
1214
1207
  isTrackingMail: boolean | null;
1215
1208
  isBillingCenter: boolean;
@@ -113,7 +113,6 @@ export declare const ContactVisibleSchema: z.ZodObject<{
113
113
  emailOne: z.ZodNullable<z.ZodString>;
114
114
  emailTwo: z.ZodNullable<z.ZodString>;
115
115
  emailThree: z.ZodNullable<z.ZodString>;
116
- eori: z.ZodNullable<z.ZodString>;
117
116
  tva: z.ZodNullable<z.ZodString>;
118
117
  isTrackingMail: z.ZodNullable<z.ZodBoolean>;
119
118
  isBillingCenter: z.ZodBoolean;
@@ -185,7 +184,6 @@ export declare const ContactVisibleSchema: z.ZodObject<{
185
184
  emailOne: string | null;
186
185
  emailTwo: string | null;
187
186
  emailThree: string | null;
188
- eori: string | null;
189
187
  tva: string | null;
190
188
  isTrackingMail: boolean | null;
191
189
  isBillingCenter: boolean;
@@ -243,7 +241,6 @@ export declare const ContactVisibleSchema: z.ZodObject<{
243
241
  emailOne: string | null;
244
242
  emailTwo: string | null;
245
243
  emailThree: string | null;
246
- eori: string | null;
247
244
  tva: string | null;
248
245
  isTrackingMail: boolean | null;
249
246
  isBillingCenter: boolean;
@@ -556,7 +553,6 @@ export declare const ContactVisibleSchema: z.ZodObject<{
556
553
  emailOne: string | null;
557
554
  emailTwo: string | null;
558
555
  emailThree: string | null;
559
- eori: string | null;
560
556
  tva: string | null;
561
557
  isTrackingMail: boolean | null;
562
558
  isBillingCenter: boolean;
@@ -735,7 +731,6 @@ export declare const ContactVisibleSchema: z.ZodObject<{
735
731
  emailOne: string | null;
736
732
  emailTwo: string | null;
737
733
  emailThree: string | null;
738
- eori: string | null;
739
734
  tva: string | null;
740
735
  isTrackingMail: boolean | null;
741
736
  isBillingCenter: boolean;
@@ -907,7 +902,6 @@ export declare const ContactVisibleSchema: z.ZodObject<{
907
902
  emailOne: z.ZodNullable<z.ZodString>;
908
903
  emailTwo: z.ZodNullable<z.ZodString>;
909
904
  emailThree: z.ZodNullable<z.ZodString>;
910
- eori: z.ZodNullable<z.ZodString>;
911
905
  tva: z.ZodNullable<z.ZodString>;
912
906
  isTrackingMail: z.ZodNullable<z.ZodBoolean>;
913
907
  isBillingCenter: z.ZodBoolean;
@@ -979,7 +973,6 @@ export declare const ContactVisibleSchema: z.ZodObject<{
979
973
  emailOne: string | null;
980
974
  emailTwo: string | null;
981
975
  emailThree: string | null;
982
- eori: string | null;
983
976
  tva: string | null;
984
977
  isTrackingMail: boolean | null;
985
978
  isBillingCenter: boolean;
@@ -1037,7 +1030,6 @@ export declare const ContactVisibleSchema: z.ZodObject<{
1037
1030
  emailOne: string | null;
1038
1031
  emailTwo: string | null;
1039
1032
  emailThree: string | null;
1040
- eori: string | null;
1041
1033
  tva: string | null;
1042
1034
  isTrackingMail: boolean | null;
1043
1035
  isBillingCenter: boolean;
@@ -1350,7 +1342,6 @@ export declare const ContactVisibleSchema: z.ZodObject<{
1350
1342
  emailOne: string | null;
1351
1343
  emailTwo: string | null;
1352
1344
  emailThree: string | null;
1353
- eori: string | null;
1354
1345
  tva: string | null;
1355
1346
  isTrackingMail: boolean | null;
1356
1347
  isBillingCenter: boolean;
@@ -1529,7 +1520,6 @@ export declare const ContactVisibleSchema: z.ZodObject<{
1529
1520
  emailOne: string | null;
1530
1521
  emailTwo: string | null;
1531
1522
  emailThree: string | null;
1532
- eori: string | null;
1533
1523
  tva: string | null;
1534
1524
  isTrackingMail: boolean | null;
1535
1525
  isBillingCenter: boolean;
@@ -1715,7 +1705,6 @@ export declare const ContactVisibleSchema: z.ZodObject<{
1715
1705
  emailOne: string | null;
1716
1706
  emailTwo: string | null;
1717
1707
  emailThree: string | null;
1718
- eori: string | null;
1719
1708
  tva: string | null;
1720
1709
  isTrackingMail: boolean | null;
1721
1710
  isBillingCenter: boolean;
@@ -1895,7 +1884,6 @@ export declare const ContactVisibleSchema: z.ZodObject<{
1895
1884
  emailOne: string | null;
1896
1885
  emailTwo: string | null;
1897
1886
  emailThree: string | null;
1898
- eori: string | null;
1899
1887
  tva: string | null;
1900
1888
  isTrackingMail: boolean | null;
1901
1889
  isBillingCenter: boolean;
@@ -2081,7 +2069,6 @@ export declare const ContactVisibleSchema: z.ZodObject<{
2081
2069
  emailOne: string | null;
2082
2070
  emailTwo: string | null;
2083
2071
  emailThree: string | null;
2084
- eori: string | null;
2085
2072
  tva: string | null;
2086
2073
  isTrackingMail: boolean | null;
2087
2074
  isBillingCenter: boolean;
@@ -2261,7 +2248,6 @@ export declare const ContactVisibleSchema: z.ZodObject<{
2261
2248
  emailOne: string | null;
2262
2249
  emailTwo: string | null;
2263
2250
  emailThree: string | null;
2264
- eori: string | null;
2265
2251
  tva: string | null;
2266
2252
  isTrackingMail: boolean | null;
2267
2253
  isBillingCenter: boolean;