exnet-routing 1.2.39 → 1.2.40

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.
@@ -96,7 +96,6 @@ export declare const BillingCenterSchema: z.ZodObject<{
96
96
  emailOne: z.ZodNullable<z.ZodString>;
97
97
  emailTwo: z.ZodNullable<z.ZodString>;
98
98
  emailThree: z.ZodNullable<z.ZodString>;
99
- eori: z.ZodNullable<z.ZodString>;
100
99
  tva: z.ZodNullable<z.ZodString>;
101
100
  isTrackingMail: z.ZodNullable<z.ZodBoolean>;
102
101
  isBillingCenter: z.ZodBoolean;
@@ -168,7 +167,6 @@ export declare const BillingCenterSchema: z.ZodObject<{
168
167
  emailOne: string | null;
169
168
  emailTwo: string | null;
170
169
  emailThree: string | null;
171
- eori: string | null;
172
170
  tva: string | null;
173
171
  isTrackingMail: boolean | null;
174
172
  isBillingCenter: boolean;
@@ -226,7 +224,6 @@ export declare const BillingCenterSchema: z.ZodObject<{
226
224
  emailOne: string | null;
227
225
  emailTwo: string | null;
228
226
  emailThree: string | null;
229
- eori: string | null;
230
227
  tva: string | null;
231
228
  isTrackingMail: boolean | null;
232
229
  isBillingCenter: boolean;
@@ -303,7 +300,6 @@ export declare const BillingCenterSchema: z.ZodObject<{
303
300
  emailOne: string | null;
304
301
  emailTwo: string | null;
305
302
  emailThree: string | null;
306
- eori: string | null;
307
303
  tva: string | null;
308
304
  isMailing: boolean;
309
305
  telephone: string | null;
@@ -318,6 +314,7 @@ export declare const BillingCenterSchema: z.ZodObject<{
318
314
  isShowSecondBordereaux: boolean;
319
315
  isShowCustomerName: boolean;
320
316
  isShowCommercialValue: boolean;
317
+ eori: string | null;
321
318
  country?: {
322
319
  id: number;
323
320
  createdAt: DateTime<true> | DateTime<false>;
@@ -369,7 +366,6 @@ export declare const BillingCenterSchema: z.ZodObject<{
369
366
  emailOne: string | null;
370
367
  emailTwo: string | null;
371
368
  emailThree: string | null;
372
- eori: string | null;
373
369
  tva: string | null;
374
370
  isTrackingMail: boolean | null;
375
371
  isBillingCenter: boolean;
@@ -424,7 +420,6 @@ export declare const BillingCenterSchema: z.ZodObject<{
424
420
  emailOne: string | null;
425
421
  emailTwo: string | null;
426
422
  emailThree: string | null;
427
- eori: string | null;
428
423
  tva: string | null;
429
424
  isMailing: boolean;
430
425
  telephone: string | null;
@@ -439,6 +434,7 @@ export declare const BillingCenterSchema: z.ZodObject<{
439
434
  isShowSecondBordereaux: boolean;
440
435
  isShowCustomerName: boolean;
441
436
  isShowCommercialValue: boolean;
437
+ eori: string | null;
442
438
  country?: {
443
439
  id: number;
444
440
  createdAt: Date;
@@ -490,7 +486,6 @@ export declare const BillingCenterSchema: z.ZodObject<{
490
486
  emailOne: string | null;
491
487
  emailTwo: string | null;
492
488
  emailThree: string | null;
493
- eori: string | null;
494
489
  tva: string | null;
495
490
  isTrackingMail: boolean | null;
496
491
  isBillingCenter: boolean;
@@ -599,7 +594,6 @@ export declare const BillingCenterSchemaSimple: z.ZodObject<{
599
594
  emailOne: string | null;
600
595
  emailTwo: string | null;
601
596
  emailThree: string | null;
602
- eori: string | null;
603
597
  tva: string | null;
604
598
  isMailing: boolean;
605
599
  telephone: string | null;
@@ -614,6 +608,7 @@ export declare const BillingCenterSchemaSimple: z.ZodObject<{
614
608
  isShowSecondBordereaux: boolean;
615
609
  isShowCustomerName: boolean;
616
610
  isShowCommercialValue: boolean;
611
+ eori: string | null;
617
612
  }, {
618
613
  id: number;
619
614
  createdAt: Date;
@@ -652,7 +647,6 @@ export declare const BillingCenterSchemaSimple: z.ZodObject<{
652
647
  emailOne: string | null;
653
648
  emailTwo: string | null;
654
649
  emailThree: string | null;
655
- eori: string | null;
656
650
  tva: string | null;
657
651
  isMailing: boolean;
658
652
  telephone: string | null;
@@ -667,6 +661,7 @@ export declare const BillingCenterSchemaSimple: z.ZodObject<{
667
661
  isShowSecondBordereaux: boolean;
668
662
  isShowCustomerName: boolean;
669
663
  isShowCommercialValue: boolean;
664
+ eori: string | null;
670
665
  }>;
671
666
  export declare const BillingCenterCreateSchema: z.ZodObject<{
672
667
  billingCenterName: z.ZodString;
@@ -762,7 +757,6 @@ export declare const BillingCenterCreateSchema: z.ZodObject<{
762
757
  emailOne?: string | undefined;
763
758
  emailTwo?: string | undefined;
764
759
  emailThree?: string | undefined;
765
- eori?: string | undefined;
766
760
  tva?: string | undefined;
767
761
  telephone?: string | undefined;
768
762
  numeroSiren?: string | undefined;
@@ -770,6 +764,7 @@ export declare const BillingCenterCreateSchema: z.ZodObject<{
770
764
  isShowSecondBordereaux?: boolean | undefined;
771
765
  isShowCustomerName?: boolean | undefined;
772
766
  isShowCommercialValue?: boolean | undefined;
767
+ eori?: string | undefined;
773
768
  }, {
774
769
  countryId: number;
775
770
  address: string;
@@ -813,7 +808,6 @@ export declare const BillingCenterCreateSchema: z.ZodObject<{
813
808
  emailOne?: string | undefined;
814
809
  emailTwo?: string | undefined;
815
810
  emailThree?: string | undefined;
816
- eori?: string | undefined;
817
811
  tva?: string | undefined;
818
812
  telephone?: string | undefined;
819
813
  numeroSiren?: string | undefined;
@@ -821,6 +815,7 @@ export declare const BillingCenterCreateSchema: z.ZodObject<{
821
815
  isShowSecondBordereaux?: boolean | undefined;
822
816
  isShowCustomerName?: boolean | undefined;
823
817
  isShowCommercialValue?: boolean | undefined;
818
+ eori?: string | undefined;
824
819
  }>;
825
820
  export declare const BillingCenterUpdateSchema: z.ZodObject<{
826
821
  billingCenterName: z.ZodOptional<z.ZodString>;
@@ -908,7 +903,6 @@ export declare const BillingCenterUpdateSchema: z.ZodObject<{
908
903
  emailOne?: string | undefined;
909
904
  emailTwo?: string | undefined;
910
905
  emailThree?: string | undefined;
911
- eori?: string | undefined;
912
906
  tva?: string | undefined;
913
907
  isMailing?: boolean | undefined;
914
908
  telephone?: string | undefined;
@@ -923,6 +917,7 @@ export declare const BillingCenterUpdateSchema: z.ZodObject<{
923
917
  isShowSecondBordereaux?: boolean | undefined;
924
918
  isShowCustomerName?: boolean | undefined;
925
919
  isShowCommercialValue?: boolean | undefined;
920
+ eori?: string | undefined;
926
921
  activeVariation?: boolean | undefined;
927
922
  }, {
928
923
  countryId?: number | undefined;
@@ -959,7 +954,6 @@ export declare const BillingCenterUpdateSchema: z.ZodObject<{
959
954
  emailOne?: string | undefined;
960
955
  emailTwo?: string | undefined;
961
956
  emailThree?: string | undefined;
962
- eori?: string | undefined;
963
957
  tva?: string | undefined;
964
958
  isMailing?: boolean | undefined;
965
959
  telephone?: string | undefined;
@@ -974,6 +968,7 @@ export declare const BillingCenterUpdateSchema: z.ZodObject<{
974
968
  isShowSecondBordereaux?: boolean | undefined;
975
969
  isShowCustomerName?: boolean | undefined;
976
970
  isShowCommercialValue?: boolean | undefined;
971
+ eori?: string | undefined;
977
972
  activeVariation?: boolean | undefined;
978
973
  }>;
979
974
  export type IBillingCenter = z.infer<typeof BillingCenterSchema>;
@@ -686,7 +686,6 @@ export declare const ChatSchema: z.ZodObject<{
686
686
  emailOne: string | null;
687
687
  emailTwo: string | null;
688
688
  emailThree: string | null;
689
- eori: string | null;
690
689
  tva: string | null;
691
690
  isMailing: boolean;
692
691
  telephone: string | null;
@@ -701,6 +700,7 @@ export declare const ChatSchema: z.ZodObject<{
701
700
  isShowSecondBordereaux: boolean;
702
701
  isShowCustomerName: boolean;
703
702
  isShowCommercialValue: boolean;
703
+ eori: string | null;
704
704
  }, {
705
705
  id: number;
706
706
  createdAt: Date;
@@ -739,7 +739,6 @@ export declare const ChatSchema: z.ZodObject<{
739
739
  emailOne: string | null;
740
740
  emailTwo: string | null;
741
741
  emailThree: string | null;
742
- eori: string | null;
743
742
  tva: string | null;
744
743
  isMailing: boolean;
745
744
  telephone: string | null;
@@ -754,6 +753,7 @@ export declare const ChatSchema: z.ZodObject<{
754
753
  isShowSecondBordereaux: boolean;
755
754
  isShowCustomerName: boolean;
756
755
  isShowCommercialValue: boolean;
756
+ eori: string | null;
757
757
  }>>>>;
758
758
  }, "strip", z.ZodTypeAny, {
759
759
  id: number;
@@ -803,7 +803,6 @@ export declare const ChatSchema: z.ZodObject<{
803
803
  emailOne: string | null;
804
804
  emailTwo: string | null;
805
805
  emailThree: string | null;
806
- eori: string | null;
807
806
  tva: string | null;
808
807
  isMailing: boolean;
809
808
  telephone: string | null;
@@ -818,6 +817,7 @@ export declare const ChatSchema: z.ZodObject<{
818
817
  isShowSecondBordereaux: boolean;
819
818
  isShowCustomerName: boolean;
820
819
  isShowCommercialValue: boolean;
820
+ eori: string | null;
821
821
  } | null | undefined;
822
822
  user?: {
823
823
  id: number;
@@ -1055,7 +1055,6 @@ export declare const ChatSchema: z.ZodObject<{
1055
1055
  emailOne: string | null;
1056
1056
  emailTwo: string | null;
1057
1057
  emailThree: string | null;
1058
- eori: string | null;
1059
1058
  tva: string | null;
1060
1059
  isMailing: boolean;
1061
1060
  telephone: string | null;
@@ -1070,6 +1069,7 @@ export declare const ChatSchema: z.ZodObject<{
1070
1069
  isShowSecondBordereaux: boolean;
1071
1070
  isShowCustomerName: boolean;
1072
1071
  isShowCommercialValue: boolean;
1072
+ eori: string | null;
1073
1073
  } | null | undefined;
1074
1074
  user?: {
1075
1075
  id: number;
@@ -2058,7 +2058,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
2058
2058
  emailOne: string | null;
2059
2059
  emailTwo: string | null;
2060
2060
  emailThree: string | null;
2061
- eori: string | null;
2062
2061
  tva: string | null;
2063
2062
  isMailing: boolean;
2064
2063
  telephone: string | null;
@@ -2073,6 +2072,7 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
2073
2072
  isShowSecondBordereaux: boolean;
2074
2073
  isShowCustomerName: boolean;
2075
2074
  isShowCommercialValue: boolean;
2075
+ eori: string | null;
2076
2076
  }, {
2077
2077
  id: number;
2078
2078
  createdAt: Date;
@@ -2111,7 +2111,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
2111
2111
  emailOne: string | null;
2112
2112
  emailTwo: string | null;
2113
2113
  emailThree: string | null;
2114
- eori: string | null;
2115
2114
  tva: string | null;
2116
2115
  isMailing: boolean;
2117
2116
  telephone: string | null;
@@ -2126,6 +2125,7 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
2126
2125
  isShowSecondBordereaux: boolean;
2127
2126
  isShowCustomerName: boolean;
2128
2127
  isShowCommercialValue: boolean;
2128
+ eori: string | null;
2129
2129
  }>>>>;
2130
2130
  }, {
2131
2131
  messages: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -2794,7 +2794,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
2794
2794
  emailOne: string | null;
2795
2795
  emailTwo: string | null;
2796
2796
  emailThree: string | null;
2797
- eori: string | null;
2798
2797
  tva: string | null;
2799
2798
  isMailing: boolean;
2800
2799
  telephone: string | null;
@@ -2809,6 +2808,7 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
2809
2808
  isShowSecondBordereaux: boolean;
2810
2809
  isShowCustomerName: boolean;
2811
2810
  isShowCommercialValue: boolean;
2811
+ eori: string | null;
2812
2812
  }, {
2813
2813
  id: number;
2814
2814
  createdAt: Date;
@@ -2847,7 +2847,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
2847
2847
  emailOne: string | null;
2848
2848
  emailTwo: string | null;
2849
2849
  emailThree: string | null;
2850
- eori: string | null;
2851
2850
  tva: string | null;
2852
2851
  isMailing: boolean;
2853
2852
  telephone: string | null;
@@ -2862,6 +2861,7 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
2862
2861
  isShowSecondBordereaux: boolean;
2863
2862
  isShowCustomerName: boolean;
2864
2863
  isShowCommercialValue: boolean;
2864
+ eori: string | null;
2865
2865
  }>>>>;
2866
2866
  }, "strip", z.ZodTypeAny, {
2867
2867
  id: number;
@@ -2911,7 +2911,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
2911
2911
  emailOne: string | null;
2912
2912
  emailTwo: string | null;
2913
2913
  emailThree: string | null;
2914
- eori: string | null;
2915
2914
  tva: string | null;
2916
2915
  isMailing: boolean;
2917
2916
  telephone: string | null;
@@ -2926,6 +2925,7 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
2926
2925
  isShowSecondBordereaux: boolean;
2927
2926
  isShowCustomerName: boolean;
2928
2927
  isShowCommercialValue: boolean;
2928
+ eori: string | null;
2929
2929
  } | null | undefined;
2930
2930
  user?: {
2931
2931
  id: number;
@@ -3163,7 +3163,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
3163
3163
  emailOne: string | null;
3164
3164
  emailTwo: string | null;
3165
3165
  emailThree: string | null;
3166
- eori: string | null;
3167
3166
  tva: string | null;
3168
3167
  isMailing: boolean;
3169
3168
  telephone: string | null;
@@ -3178,6 +3177,7 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
3178
3177
  isShowSecondBordereaux: boolean;
3179
3178
  isShowCustomerName: boolean;
3180
3179
  isShowCommercialValue: boolean;
3180
+ eori: string | null;
3181
3181
  } | null | undefined;
3182
3182
  user?: {
3183
3183
  id: number;
@@ -3475,7 +3475,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
3475
3475
  emailOne: z.ZodNullable<z.ZodString>;
3476
3476
  emailTwo: z.ZodNullable<z.ZodString>;
3477
3477
  emailThree: z.ZodNullable<z.ZodString>;
3478
- eori: z.ZodNullable<z.ZodString>;
3479
3478
  tva: z.ZodNullable<z.ZodString>;
3480
3479
  isTrackingMail: z.ZodNullable<z.ZodBoolean>;
3481
3480
  isBillingCenter: z.ZodBoolean;
@@ -3547,7 +3546,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
3547
3546
  emailOne: string | null;
3548
3547
  emailTwo: string | null;
3549
3548
  emailThree: string | null;
3550
- eori: string | null;
3551
3549
  tva: string | null;
3552
3550
  isTrackingMail: boolean | null;
3553
3551
  isBillingCenter: boolean;
@@ -3605,7 +3603,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
3605
3603
  emailOne: string | null;
3606
3604
  emailTwo: string | null;
3607
3605
  emailThree: string | null;
3608
- eori: string | null;
3609
3606
  tva: string | null;
3610
3607
  isTrackingMail: boolean | null;
3611
3608
  isBillingCenter: boolean;
@@ -3918,7 +3915,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
3918
3915
  emailOne: string | null;
3919
3916
  emailTwo: string | null;
3920
3917
  emailThree: string | null;
3921
- eori: string | null;
3922
3918
  tva: string | null;
3923
3919
  isTrackingMail: boolean | null;
3924
3920
  isBillingCenter: boolean;
@@ -4097,7 +4093,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
4097
4093
  emailOne: string | null;
4098
4094
  emailTwo: string | null;
4099
4095
  emailThree: string | null;
4100
- eori: string | null;
4101
4096
  tva: string | null;
4102
4097
  isTrackingMail: boolean | null;
4103
4098
  isBillingCenter: boolean;
@@ -4286,7 +4281,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
4286
4281
  emailOne: string | null;
4287
4282
  emailTwo: string | null;
4288
4283
  emailThree: string | null;
4289
- eori: string | null;
4290
4284
  tva: string | null;
4291
4285
  isTrackingMail: boolean | null;
4292
4286
  isBillingCenter: boolean;
@@ -4399,7 +4393,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
4399
4393
  emailOne: string | null;
4400
4394
  emailTwo: string | null;
4401
4395
  emailThree: string | null;
4402
- eori: string | null;
4403
4396
  tva: string | null;
4404
4397
  isMailing: boolean;
4405
4398
  telephone: string | null;
@@ -4414,6 +4407,7 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
4414
4407
  isShowSecondBordereaux: boolean;
4415
4408
  isShowCustomerName: boolean;
4416
4409
  isShowCommercialValue: boolean;
4410
+ eori: string | null;
4417
4411
  } | null | undefined;
4418
4412
  user?: {
4419
4413
  id: number;
@@ -4728,7 +4722,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
4728
4722
  emailOne: string | null;
4729
4723
  emailTwo: string | null;
4730
4724
  emailThree: string | null;
4731
- eori: string | null;
4732
4725
  tva: string | null;
4733
4726
  isTrackingMail: boolean | null;
4734
4727
  isBillingCenter: boolean;
@@ -4841,7 +4834,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
4841
4834
  emailOne: string | null;
4842
4835
  emailTwo: string | null;
4843
4836
  emailThree: string | null;
4844
- eori: string | null;
4845
4837
  tva: string | null;
4846
4838
  isMailing: boolean;
4847
4839
  telephone: string | null;
@@ -4856,6 +4848,7 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
4856
4848
  isShowSecondBordereaux: boolean;
4857
4849
  isShowCustomerName: boolean;
4858
4850
  isShowCommercialValue: boolean;
4851
+ eori: string | null;
4859
4852
  } | null | undefined;
4860
4853
  user?: {
4861
4854
  id: number;
@@ -5096,7 +5089,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
5096
5089
  emailOne: string | null;
5097
5090
  emailTwo: string | null;
5098
5091
  emailThree: string | null;
5099
- eori: string | null;
5100
5092
  tva: string | null;
5101
5093
  isMailing: boolean;
5102
5094
  telephone: string | null;
@@ -5111,6 +5103,7 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
5111
5103
  isShowSecondBordereaux: boolean;
5112
5104
  isShowCustomerName: boolean;
5113
5105
  isShowCommercialValue: boolean;
5106
+ eori: string | null;
5114
5107
  } | null | undefined;
5115
5108
  user?: {
5116
5109
  id: number;
@@ -5424,7 +5417,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
5424
5417
  emailOne: string | null;
5425
5418
  emailTwo: string | null;
5426
5419
  emailThree: string | null;
5427
- eori: string | null;
5428
5420
  tva: string | null;
5429
5421
  isTrackingMail: boolean | null;
5430
5422
  isBillingCenter: boolean;
@@ -5537,7 +5529,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
5537
5529
  emailOne: string | null;
5538
5530
  emailTwo: string | null;
5539
5531
  emailThree: string | null;
5540
- eori: string | null;
5541
5532
  tva: string | null;
5542
5533
  isMailing: boolean;
5543
5534
  telephone: string | null;
@@ -5552,6 +5543,7 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
5552
5543
  isShowSecondBordereaux: boolean;
5553
5544
  isShowCustomerName: boolean;
5554
5545
  isShowCommercialValue: boolean;
5546
+ eori: string | null;
5555
5547
  } | null | undefined;
5556
5548
  user?: {
5557
5549
  id: number;
@@ -5792,7 +5784,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
5792
5784
  emailOne: string | null;
5793
5785
  emailTwo: string | null;
5794
5786
  emailThree: string | null;
5795
- eori: string | null;
5796
5787
  tva: string | null;
5797
5788
  isMailing: boolean;
5798
5789
  telephone: string | null;
@@ -5807,6 +5798,7 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
5807
5798
  isShowSecondBordereaux: boolean;
5808
5799
  isShowCustomerName: boolean;
5809
5800
  isShowCommercialValue: boolean;
5801
+ eori: string | null;
5810
5802
  } | null | undefined;
5811
5803
  user?: {
5812
5804
  id: number;
@@ -6120,7 +6112,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
6120
6112
  emailOne: string | null;
6121
6113
  emailTwo: string | null;
6122
6114
  emailThree: string | null;
6123
- eori: string | null;
6124
6115
  tva: string | null;
6125
6116
  isTrackingMail: boolean | null;
6126
6117
  isBillingCenter: boolean;
@@ -6233,7 +6224,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
6233
6224
  emailOne: string | null;
6234
6225
  emailTwo: string | null;
6235
6226
  emailThree: string | null;
6236
- eori: string | null;
6237
6227
  tva: string | null;
6238
6228
  isMailing: boolean;
6239
6229
  telephone: string | null;
@@ -6248,6 +6238,7 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
6248
6238
  isShowSecondBordereaux: boolean;
6249
6239
  isShowCustomerName: boolean;
6250
6240
  isShowCommercialValue: boolean;
6241
+ eori: string | null;
6251
6242
  } | null | undefined;
6252
6243
  user?: {
6253
6244
  id: number;
@@ -666,7 +666,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
666
666
  emailOne: string | null;
667
667
  emailTwo: string | null;
668
668
  emailThree: string | null;
669
- eori: string | null;
670
669
  tva: string | null;
671
670
  isMailing: boolean;
672
671
  telephone: string | null;
@@ -681,6 +680,7 @@ export declare const ChatMessageSchema: z.ZodObject<{
681
680
  isShowSecondBordereaux: boolean;
682
681
  isShowCustomerName: boolean;
683
682
  isShowCommercialValue: boolean;
683
+ eori: string | null;
684
684
  }, {
685
685
  id: number;
686
686
  createdAt: Date;
@@ -719,7 +719,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
719
719
  emailOne: string | null;
720
720
  emailTwo: string | null;
721
721
  emailThree: string | null;
722
- eori: string | null;
723
722
  tva: string | null;
724
723
  isMailing: boolean;
725
724
  telephone: string | null;
@@ -734,6 +733,7 @@ export declare const ChatMessageSchema: z.ZodObject<{
734
733
  isShowSecondBordereaux: boolean;
735
734
  isShowCustomerName: boolean;
736
735
  isShowCommercialValue: boolean;
736
+ eori: string | null;
737
737
  }>>>>;
738
738
  }, "strip", z.ZodTypeAny, {
739
739
  id: number;
@@ -783,7 +783,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
783
783
  emailOne: string | null;
784
784
  emailTwo: string | null;
785
785
  emailThree: string | null;
786
- eori: string | null;
787
786
  tva: string | null;
788
787
  isMailing: boolean;
789
788
  telephone: string | null;
@@ -798,6 +797,7 @@ export declare const ChatMessageSchema: z.ZodObject<{
798
797
  isShowSecondBordereaux: boolean;
799
798
  isShowCustomerName: boolean;
800
799
  isShowCommercialValue: boolean;
800
+ eori: string | null;
801
801
  } | null | undefined;
802
802
  user?: {
803
803
  id: number;
@@ -1035,7 +1035,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
1035
1035
  emailOne: string | null;
1036
1036
  emailTwo: string | null;
1037
1037
  emailThree: string | null;
1038
- eori: string | null;
1039
1038
  tva: string | null;
1040
1039
  isMailing: boolean;
1041
1040
  telephone: string | null;
@@ -1050,6 +1049,7 @@ export declare const ChatMessageSchema: z.ZodObject<{
1050
1049
  isShowSecondBordereaux: boolean;
1051
1050
  isShowCustomerName: boolean;
1052
1051
  isShowCommercialValue: boolean;
1052
+ eori: string | null;
1053
1053
  } | null | undefined;
1054
1054
  user?: {
1055
1055
  id: number;
@@ -1347,7 +1347,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
1347
1347
  emailOne: z.ZodNullable<z.ZodString>;
1348
1348
  emailTwo: z.ZodNullable<z.ZodString>;
1349
1349
  emailThree: z.ZodNullable<z.ZodString>;
1350
- eori: z.ZodNullable<z.ZodString>;
1351
1350
  tva: z.ZodNullable<z.ZodString>;
1352
1351
  isTrackingMail: z.ZodNullable<z.ZodBoolean>;
1353
1352
  isBillingCenter: z.ZodBoolean;
@@ -1419,7 +1418,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
1419
1418
  emailOne: string | null;
1420
1419
  emailTwo: string | null;
1421
1420
  emailThree: string | null;
1422
- eori: string | null;
1423
1421
  tva: string | null;
1424
1422
  isTrackingMail: boolean | null;
1425
1423
  isBillingCenter: boolean;
@@ -1477,7 +1475,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
1477
1475
  emailOne: string | null;
1478
1476
  emailTwo: string | null;
1479
1477
  emailThree: string | null;
1480
- eori: string | null;
1481
1478
  tva: string | null;
1482
1479
  isTrackingMail: boolean | null;
1483
1480
  isBillingCenter: boolean;
@@ -1790,7 +1787,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
1790
1787
  emailOne: string | null;
1791
1788
  emailTwo: string | null;
1792
1789
  emailThree: string | null;
1793
- eori: string | null;
1794
1790
  tva: string | null;
1795
1791
  isTrackingMail: boolean | null;
1796
1792
  isBillingCenter: boolean;
@@ -1969,7 +1965,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
1969
1965
  emailOne: string | null;
1970
1966
  emailTwo: string | null;
1971
1967
  emailThree: string | null;
1972
- eori: string | null;
1973
1968
  tva: string | null;
1974
1969
  isTrackingMail: boolean | null;
1975
1970
  isBillingCenter: boolean;
@@ -2158,7 +2153,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
2158
2153
  emailOne: string | null;
2159
2154
  emailTwo: string | null;
2160
2155
  emailThree: string | null;
2161
- eori: string | null;
2162
2156
  tva: string | null;
2163
2157
  isTrackingMail: boolean | null;
2164
2158
  isBillingCenter: boolean;
@@ -2271,7 +2265,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
2271
2265
  emailOne: string | null;
2272
2266
  emailTwo: string | null;
2273
2267
  emailThree: string | null;
2274
- eori: string | null;
2275
2268
  tva: string | null;
2276
2269
  isMailing: boolean;
2277
2270
  telephone: string | null;
@@ -2286,6 +2279,7 @@ export declare const ChatMessageSchema: z.ZodObject<{
2286
2279
  isShowSecondBordereaux: boolean;
2287
2280
  isShowCustomerName: boolean;
2288
2281
  isShowCommercialValue: boolean;
2282
+ eori: string | null;
2289
2283
  } | null | undefined;
2290
2284
  user?: {
2291
2285
  id: number;
@@ -2600,7 +2594,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
2600
2594
  emailOne: string | null;
2601
2595
  emailTwo: string | null;
2602
2596
  emailThree: string | null;
2603
- eori: string | null;
2604
2597
  tva: string | null;
2605
2598
  isTrackingMail: boolean | null;
2606
2599
  isBillingCenter: boolean;
@@ -2713,7 +2706,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
2713
2706
  emailOne: string | null;
2714
2707
  emailTwo: string | null;
2715
2708
  emailThree: string | null;
2716
- eori: string | null;
2717
2709
  tva: string | null;
2718
2710
  isMailing: boolean;
2719
2711
  telephone: string | null;
@@ -2728,6 +2720,7 @@ export declare const ChatMessageSchema: z.ZodObject<{
2728
2720
  isShowSecondBordereaux: boolean;
2729
2721
  isShowCustomerName: boolean;
2730
2722
  isShowCommercialValue: boolean;
2723
+ eori: string | null;
2731
2724
  } | null | undefined;
2732
2725
  user?: {
2733
2726
  id: number;
@@ -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;