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.
@@ -111,7 +111,6 @@ declare const authRoutes: {
111
111
  emailOne: z.ZodNullable<z.ZodString>;
112
112
  emailTwo: z.ZodNullable<z.ZodString>;
113
113
  emailThree: z.ZodNullable<z.ZodString>;
114
- eori: z.ZodNullable<z.ZodString>;
115
114
  tva: z.ZodNullable<z.ZodString>;
116
115
  isTrackingMail: z.ZodNullable<z.ZodBoolean>;
117
116
  isBillingCenter: z.ZodBoolean;
@@ -183,7 +182,6 @@ declare const authRoutes: {
183
182
  emailOne: string | null;
184
183
  emailTwo: string | null;
185
184
  emailThree: string | null;
186
- eori: string | null;
187
185
  tva: string | null;
188
186
  isTrackingMail: boolean | null;
189
187
  isBillingCenter: boolean;
@@ -241,7 +239,6 @@ declare const authRoutes: {
241
239
  emailOne: string | null;
242
240
  emailTwo: string | null;
243
241
  emailThree: string | null;
244
- eori: string | null;
245
242
  tva: string | null;
246
243
  isTrackingMail: boolean | null;
247
244
  isBillingCenter: boolean;
@@ -554,7 +551,6 @@ declare const authRoutes: {
554
551
  emailOne: string | null;
555
552
  emailTwo: string | null;
556
553
  emailThree: string | null;
557
- eori: string | null;
558
554
  tva: string | null;
559
555
  isTrackingMail: boolean | null;
560
556
  isBillingCenter: boolean;
@@ -733,7 +729,6 @@ declare const authRoutes: {
733
729
  emailOne: string | null;
734
730
  emailTwo: string | null;
735
731
  emailThree: string | null;
736
- eori: string | null;
737
732
  tva: string | null;
738
733
  isTrackingMail: boolean | null;
739
734
  isBillingCenter: boolean;
@@ -918,7 +913,6 @@ declare const authRoutes: {
918
913
  emailOne: string | null;
919
914
  emailTwo: string | null;
920
915
  emailThree: string | null;
921
- eori: string | null;
922
916
  tva: string | null;
923
917
  isTrackingMail: boolean | null;
924
918
  isBillingCenter: boolean;
@@ -1103,7 +1097,6 @@ declare const authRoutes: {
1103
1097
  emailOne: string | null;
1104
1098
  emailTwo: string | null;
1105
1099
  emailThree: string | null;
1106
- eori: string | null;
1107
1100
  tva: string | null;
1108
1101
  isTrackingMail: boolean | null;
1109
1102
  isBillingCenter: boolean;
@@ -1382,7 +1375,6 @@ declare const authRoutes: {
1382
1375
  emailOne: z.ZodNullable<z.ZodString>;
1383
1376
  emailTwo: z.ZodNullable<z.ZodString>;
1384
1377
  emailThree: z.ZodNullable<z.ZodString>;
1385
- eori: z.ZodNullable<z.ZodString>;
1386
1378
  tva: z.ZodNullable<z.ZodString>;
1387
1379
  isTrackingMail: z.ZodNullable<z.ZodBoolean>;
1388
1380
  isBillingCenter: z.ZodBoolean;
@@ -1454,7 +1446,6 @@ declare const authRoutes: {
1454
1446
  emailOne: string | null;
1455
1447
  emailTwo: string | null;
1456
1448
  emailThree: string | null;
1457
- eori: string | null;
1458
1449
  tva: string | null;
1459
1450
  isTrackingMail: boolean | null;
1460
1451
  isBillingCenter: boolean;
@@ -1512,7 +1503,6 @@ declare const authRoutes: {
1512
1503
  emailOne: string | null;
1513
1504
  emailTwo: string | null;
1514
1505
  emailThree: string | null;
1515
- eori: string | null;
1516
1506
  tva: string | null;
1517
1507
  isTrackingMail: boolean | null;
1518
1508
  isBillingCenter: boolean;
@@ -1825,7 +1815,6 @@ declare const authRoutes: {
1825
1815
  emailOne: string | null;
1826
1816
  emailTwo: string | null;
1827
1817
  emailThree: string | null;
1828
- eori: string | null;
1829
1818
  tva: string | null;
1830
1819
  isTrackingMail: boolean | null;
1831
1820
  isBillingCenter: boolean;
@@ -2004,7 +1993,6 @@ declare const authRoutes: {
2004
1993
  emailOne: string | null;
2005
1994
  emailTwo: string | null;
2006
1995
  emailThree: string | null;
2007
- eori: string | null;
2008
1996
  tva: string | null;
2009
1997
  isTrackingMail: boolean | null;
2010
1998
  isBillingCenter: boolean;
@@ -2189,7 +2177,6 @@ declare const authRoutes: {
2189
2177
  emailOne: string | null;
2190
2178
  emailTwo: string | null;
2191
2179
  emailThree: string | null;
2192
- eori: string | null;
2193
2180
  tva: string | null;
2194
2181
  isTrackingMail: boolean | null;
2195
2182
  isBillingCenter: boolean;
@@ -2374,7 +2361,6 @@ declare const authRoutes: {
2374
2361
  emailOne: string | null;
2375
2362
  emailTwo: string | null;
2376
2363
  emailThree: string | null;
2377
- eori: string | null;
2378
2364
  tva: string | null;
2379
2365
  isTrackingMail: boolean | null;
2380
2366
  isBillingCenter: boolean;
@@ -2717,7 +2703,6 @@ declare const authRoutes: {
2717
2703
  emailOne: z.ZodNullable<z.ZodString>;
2718
2704
  emailTwo: z.ZodNullable<z.ZodString>;
2719
2705
  emailThree: z.ZodNullable<z.ZodString>;
2720
- eori: z.ZodNullable<z.ZodString>;
2721
2706
  tva: z.ZodNullable<z.ZodString>;
2722
2707
  isTrackingMail: z.ZodNullable<z.ZodBoolean>;
2723
2708
  isBillingCenter: z.ZodBoolean;
@@ -2789,7 +2774,6 @@ declare const authRoutes: {
2789
2774
  emailOne: string | null;
2790
2775
  emailTwo: string | null;
2791
2776
  emailThree: string | null;
2792
- eori: string | null;
2793
2777
  tva: string | null;
2794
2778
  isTrackingMail: boolean | null;
2795
2779
  isBillingCenter: boolean;
@@ -2847,7 +2831,6 @@ declare const authRoutes: {
2847
2831
  emailOne: string | null;
2848
2832
  emailTwo: string | null;
2849
2833
  emailThree: string | null;
2850
- eori: string | null;
2851
2834
  tva: string | null;
2852
2835
  isTrackingMail: boolean | null;
2853
2836
  isBillingCenter: boolean;
@@ -3160,7 +3143,6 @@ declare const authRoutes: {
3160
3143
  emailOne: string | null;
3161
3144
  emailTwo: string | null;
3162
3145
  emailThree: string | null;
3163
- eori: string | null;
3164
3146
  tva: string | null;
3165
3147
  isTrackingMail: boolean | null;
3166
3148
  isBillingCenter: boolean;
@@ -3339,7 +3321,6 @@ declare const authRoutes: {
3339
3321
  emailOne: string | null;
3340
3322
  emailTwo: string | null;
3341
3323
  emailThree: string | null;
3342
- eori: string | null;
3343
3324
  tva: string | null;
3344
3325
  isTrackingMail: boolean | null;
3345
3326
  isBillingCenter: boolean;
@@ -3524,7 +3505,6 @@ declare const authRoutes: {
3524
3505
  emailOne: string | null;
3525
3506
  emailTwo: string | null;
3526
3507
  emailThree: string | null;
3527
- eori: string | null;
3528
3508
  tva: string | null;
3529
3509
  isTrackingMail: boolean | null;
3530
3510
  isBillingCenter: boolean;
@@ -3709,7 +3689,6 @@ declare const authRoutes: {
3709
3689
  emailOne: string | null;
3710
3690
  emailTwo: string | null;
3711
3691
  emailThree: string | null;
3712
- eori: string | null;
3713
3692
  tva: string | null;
3714
3693
  isTrackingMail: boolean | null;
3715
3694
  isBillingCenter: boolean;
@@ -5105,7 +5084,6 @@ declare const billingCenterRoutes: {
5105
5084
  emailOne: z.ZodNullable<z.ZodString>;
5106
5085
  emailTwo: z.ZodNullable<z.ZodString>;
5107
5086
  emailThree: z.ZodNullable<z.ZodString>;
5108
- eori: z.ZodNullable<z.ZodString>;
5109
5087
  tva: z.ZodNullable<z.ZodString>;
5110
5088
  isTrackingMail: z.ZodNullable<z.ZodBoolean>;
5111
5089
  isBillingCenter: z.ZodBoolean;
@@ -5177,7 +5155,6 @@ declare const billingCenterRoutes: {
5177
5155
  emailOne: string | null;
5178
5156
  emailTwo: string | null;
5179
5157
  emailThree: string | null;
5180
- eori: string | null;
5181
5158
  tva: string | null;
5182
5159
  isTrackingMail: boolean | null;
5183
5160
  isBillingCenter: boolean;
@@ -5235,7 +5212,6 @@ declare const billingCenterRoutes: {
5235
5212
  emailOne: string | null;
5236
5213
  emailTwo: string | null;
5237
5214
  emailThree: string | null;
5238
- eori: string | null;
5239
5215
  tva: string | null;
5240
5216
  isTrackingMail: boolean | null;
5241
5217
  isBillingCenter: boolean;
@@ -5312,7 +5288,6 @@ declare const billingCenterRoutes: {
5312
5288
  emailOne: string | null;
5313
5289
  emailTwo: string | null;
5314
5290
  emailThree: string | null;
5315
- eori: string | null;
5316
5291
  tva: string | null;
5317
5292
  isMailing: boolean;
5318
5293
  telephone: string | null;
@@ -5327,6 +5302,7 @@ declare const billingCenterRoutes: {
5327
5302
  isShowSecondBordereaux: boolean;
5328
5303
  isShowCustomerName: boolean;
5329
5304
  isShowCommercialValue: boolean;
5305
+ eori: string | null;
5330
5306
  country?: {
5331
5307
  id: number;
5332
5308
  createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
@@ -5378,7 +5354,6 @@ declare const billingCenterRoutes: {
5378
5354
  emailOne: string | null;
5379
5355
  emailTwo: string | null;
5380
5356
  emailThree: string | null;
5381
- eori: string | null;
5382
5357
  tva: string | null;
5383
5358
  isTrackingMail: boolean | null;
5384
5359
  isBillingCenter: boolean;
@@ -5433,7 +5408,6 @@ declare const billingCenterRoutes: {
5433
5408
  emailOne: string | null;
5434
5409
  emailTwo: string | null;
5435
5410
  emailThree: string | null;
5436
- eori: string | null;
5437
5411
  tva: string | null;
5438
5412
  isMailing: boolean;
5439
5413
  telephone: string | null;
@@ -5448,6 +5422,7 @@ declare const billingCenterRoutes: {
5448
5422
  isShowSecondBordereaux: boolean;
5449
5423
  isShowCustomerName: boolean;
5450
5424
  isShowCommercialValue: boolean;
5425
+ eori: string | null;
5451
5426
  country?: {
5452
5427
  id: number;
5453
5428
  createdAt: Date;
@@ -5499,7 +5474,6 @@ declare const billingCenterRoutes: {
5499
5474
  emailOne: string | null;
5500
5475
  emailTwo: string | null;
5501
5476
  emailThree: string | null;
5502
- eori: string | null;
5503
5477
  tva: string | null;
5504
5478
  isTrackingMail: boolean | null;
5505
5479
  isBillingCenter: boolean;
@@ -5556,7 +5530,6 @@ declare const billingCenterRoutes: {
5556
5530
  emailOne: string | null;
5557
5531
  emailTwo: string | null;
5558
5532
  emailThree: string | null;
5559
- eori: string | null;
5560
5533
  tva: string | null;
5561
5534
  isMailing: boolean;
5562
5535
  telephone: string | null;
@@ -5571,6 +5544,7 @@ declare const billingCenterRoutes: {
5571
5544
  isShowSecondBordereaux: boolean;
5572
5545
  isShowCustomerName: boolean;
5573
5546
  isShowCommercialValue: boolean;
5547
+ eori: string | null;
5574
5548
  country?: {
5575
5549
  id: number;
5576
5550
  createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
@@ -5622,7 +5596,6 @@ declare const billingCenterRoutes: {
5622
5596
  emailOne: string | null;
5623
5597
  emailTwo: string | null;
5624
5598
  emailThree: string | null;
5625
- eori: string | null;
5626
5599
  tva: string | null;
5627
5600
  isTrackingMail: boolean | null;
5628
5601
  isBillingCenter: boolean;
@@ -5690,7 +5663,6 @@ declare const billingCenterRoutes: {
5690
5663
  emailOne: string | null;
5691
5664
  emailTwo: string | null;
5692
5665
  emailThree: string | null;
5693
- eori: string | null;
5694
5666
  tva: string | null;
5695
5667
  isMailing: boolean;
5696
5668
  telephone: string | null;
@@ -5705,6 +5677,7 @@ declare const billingCenterRoutes: {
5705
5677
  isShowSecondBordereaux: boolean;
5706
5678
  isShowCustomerName: boolean;
5707
5679
  isShowCommercialValue: boolean;
5680
+ eori: string | null;
5708
5681
  country?: {
5709
5682
  id: number;
5710
5683
  createdAt: Date;
@@ -5756,7 +5729,6 @@ declare const billingCenterRoutes: {
5756
5729
  emailOne: string | null;
5757
5730
  emailTwo: string | null;
5758
5731
  emailThree: string | null;
5759
- eori: string | null;
5760
5732
  tva: string | null;
5761
5733
  isTrackingMail: boolean | null;
5762
5734
  isBillingCenter: boolean;
@@ -5830,7 +5802,6 @@ declare const billingCenterRoutes: {
5830
5802
  emailOne: string | null;
5831
5803
  emailTwo: string | null;
5832
5804
  emailThree: string | null;
5833
- eori: string | null;
5834
5805
  tva: string | null;
5835
5806
  isMailing: boolean;
5836
5807
  telephone: string | null;
@@ -5845,6 +5816,7 @@ declare const billingCenterRoutes: {
5845
5816
  isShowSecondBordereaux: boolean;
5846
5817
  isShowCustomerName: boolean;
5847
5818
  isShowCommercialValue: boolean;
5819
+ eori: string | null;
5848
5820
  country?: {
5849
5821
  id: number;
5850
5822
  createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
@@ -5896,7 +5868,6 @@ declare const billingCenterRoutes: {
5896
5868
  emailOne: string | null;
5897
5869
  emailTwo: string | null;
5898
5870
  emailThree: string | null;
5899
- eori: string | null;
5900
5871
  tva: string | null;
5901
5872
  isTrackingMail: boolean | null;
5902
5873
  isBillingCenter: boolean;
@@ -5970,7 +5941,6 @@ declare const billingCenterRoutes: {
5970
5941
  emailOne: string | null;
5971
5942
  emailTwo: string | null;
5972
5943
  emailThree: string | null;
5973
- eori: string | null;
5974
5944
  tva: string | null;
5975
5945
  isMailing: boolean;
5976
5946
  telephone: string | null;
@@ -5985,6 +5955,7 @@ declare const billingCenterRoutes: {
5985
5955
  isShowSecondBordereaux: boolean;
5986
5956
  isShowCustomerName: boolean;
5987
5957
  isShowCommercialValue: boolean;
5958
+ eori: string | null;
5988
5959
  country?: {
5989
5960
  id: number;
5990
5961
  createdAt: Date;
@@ -6036,7 +6007,6 @@ declare const billingCenterRoutes: {
6036
6007
  emailOne: string | null;
6037
6008
  emailTwo: string | null;
6038
6009
  emailThree: string | null;
6039
- eori: string | null;
6040
6010
  tva: string | null;
6041
6011
  isTrackingMail: boolean | null;
6042
6012
  isBillingCenter: boolean;
@@ -6276,7 +6246,6 @@ declare const billingCenterRoutes: {
6276
6246
  emailOne: z.ZodNullable<z.ZodString>;
6277
6247
  emailTwo: z.ZodNullable<z.ZodString>;
6278
6248
  emailThree: z.ZodNullable<z.ZodString>;
6279
- eori: z.ZodNullable<z.ZodString>;
6280
6249
  tva: z.ZodNullable<z.ZodString>;
6281
6250
  isTrackingMail: z.ZodNullable<z.ZodBoolean>;
6282
6251
  isBillingCenter: z.ZodBoolean;
@@ -6348,7 +6317,6 @@ declare const billingCenterRoutes: {
6348
6317
  emailOne: string | null;
6349
6318
  emailTwo: string | null;
6350
6319
  emailThree: string | null;
6351
- eori: string | null;
6352
6320
  tva: string | null;
6353
6321
  isTrackingMail: boolean | null;
6354
6322
  isBillingCenter: boolean;
@@ -6406,7 +6374,6 @@ declare const billingCenterRoutes: {
6406
6374
  emailOne: string | null;
6407
6375
  emailTwo: string | null;
6408
6376
  emailThree: string | null;
6409
- eori: string | null;
6410
6377
  tva: string | null;
6411
6378
  isTrackingMail: boolean | null;
6412
6379
  isBillingCenter: boolean;
@@ -6483,7 +6450,6 @@ declare const billingCenterRoutes: {
6483
6450
  emailOne: string | null;
6484
6451
  emailTwo: string | null;
6485
6452
  emailThree: string | null;
6486
- eori: string | null;
6487
6453
  tva: string | null;
6488
6454
  isMailing: boolean;
6489
6455
  telephone: string | null;
@@ -6498,6 +6464,7 @@ declare const billingCenterRoutes: {
6498
6464
  isShowSecondBordereaux: boolean;
6499
6465
  isShowCustomerName: boolean;
6500
6466
  isShowCommercialValue: boolean;
6467
+ eori: string | null;
6501
6468
  country?: {
6502
6469
  id: number;
6503
6470
  createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
@@ -6549,7 +6516,6 @@ declare const billingCenterRoutes: {
6549
6516
  emailOne: string | null;
6550
6517
  emailTwo: string | null;
6551
6518
  emailThree: string | null;
6552
- eori: string | null;
6553
6519
  tva: string | null;
6554
6520
  isTrackingMail: boolean | null;
6555
6521
  isBillingCenter: boolean;
@@ -6604,7 +6570,6 @@ declare const billingCenterRoutes: {
6604
6570
  emailOne: string | null;
6605
6571
  emailTwo: string | null;
6606
6572
  emailThree: string | null;
6607
- eori: string | null;
6608
6573
  tva: string | null;
6609
6574
  isMailing: boolean;
6610
6575
  telephone: string | null;
@@ -6619,6 +6584,7 @@ declare const billingCenterRoutes: {
6619
6584
  isShowSecondBordereaux: boolean;
6620
6585
  isShowCustomerName: boolean;
6621
6586
  isShowCommercialValue: boolean;
6587
+ eori: string | null;
6622
6588
  country?: {
6623
6589
  id: number;
6624
6590
  createdAt: Date;
@@ -6670,7 +6636,6 @@ declare const billingCenterRoutes: {
6670
6636
  emailOne: string | null;
6671
6637
  emailTwo: string | null;
6672
6638
  emailThree: string | null;
6673
- eori: string | null;
6674
6639
  tva: string | null;
6675
6640
  isTrackingMail: boolean | null;
6676
6641
  isBillingCenter: boolean;
@@ -6731,7 +6696,6 @@ declare const billingCenterRoutes: {
6731
6696
  emailOne: string | null;
6732
6697
  emailTwo: string | null;
6733
6698
  emailThree: string | null;
6734
- eori: string | null;
6735
6699
  tva: string | null;
6736
6700
  isMailing: boolean;
6737
6701
  telephone: string | null;
@@ -6746,6 +6710,7 @@ declare const billingCenterRoutes: {
6746
6710
  isShowSecondBordereaux: boolean;
6747
6711
  isShowCustomerName: boolean;
6748
6712
  isShowCommercialValue: boolean;
6713
+ eori: string | null;
6749
6714
  country?: {
6750
6715
  id: number;
6751
6716
  createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
@@ -6797,7 +6762,6 @@ declare const billingCenterRoutes: {
6797
6762
  emailOne: string | null;
6798
6763
  emailTwo: string | null;
6799
6764
  emailThree: string | null;
6800
- eori: string | null;
6801
6765
  tva: string | null;
6802
6766
  isTrackingMail: boolean | null;
6803
6767
  isBillingCenter: boolean;
@@ -6858,7 +6822,6 @@ declare const billingCenterRoutes: {
6858
6822
  emailOne: string | null;
6859
6823
  emailTwo: string | null;
6860
6824
  emailThree: string | null;
6861
- eori: string | null;
6862
6825
  tva: string | null;
6863
6826
  isMailing: boolean;
6864
6827
  telephone: string | null;
@@ -6873,6 +6836,7 @@ declare const billingCenterRoutes: {
6873
6836
  isShowSecondBordereaux: boolean;
6874
6837
  isShowCustomerName: boolean;
6875
6838
  isShowCommercialValue: boolean;
6839
+ eori: string | null;
6876
6840
  country?: {
6877
6841
  id: number;
6878
6842
  createdAt: Date;
@@ -6924,7 +6888,6 @@ declare const billingCenterRoutes: {
6924
6888
  emailOne: string | null;
6925
6889
  emailTwo: string | null;
6926
6890
  emailThree: string | null;
6927
- eori: string | null;
6928
6891
  tva: string | null;
6929
6892
  isTrackingMail: boolean | null;
6930
6893
  isBillingCenter: boolean;
@@ -7142,7 +7105,6 @@ declare const billingCenterRoutes: {
7142
7105
  emailOne?: string | undefined;
7143
7106
  emailTwo?: string | undefined;
7144
7107
  emailThree?: string | undefined;
7145
- eori?: string | undefined;
7146
7108
  tva?: string | undefined;
7147
7109
  telephone?: string | undefined;
7148
7110
  numeroSiren?: string | undefined;
@@ -7150,6 +7112,7 @@ declare const billingCenterRoutes: {
7150
7112
  isShowSecondBordereaux?: boolean | undefined;
7151
7113
  isShowCustomerName?: boolean | undefined;
7152
7114
  isShowCommercialValue?: boolean | undefined;
7115
+ eori?: string | undefined;
7153
7116
  }, {
7154
7117
  countryId: number;
7155
7118
  address: string;
@@ -7193,7 +7156,6 @@ declare const billingCenterRoutes: {
7193
7156
  emailOne?: string | undefined;
7194
7157
  emailTwo?: string | undefined;
7195
7158
  emailThree?: string | undefined;
7196
- eori?: string | undefined;
7197
7159
  tva?: string | undefined;
7198
7160
  telephone?: string | undefined;
7199
7161
  numeroSiren?: string | undefined;
@@ -7201,6 +7163,7 @@ declare const billingCenterRoutes: {
7201
7163
  isShowSecondBordereaux?: boolean | undefined;
7202
7164
  isShowCustomerName?: boolean | undefined;
7203
7165
  isShowCommercialValue?: boolean | undefined;
7166
+ eori?: string | undefined;
7204
7167
  }>;
7205
7168
  response: z.ZodUnion<[z.ZodObject<{
7206
7169
  data: z.ZodObject<{
@@ -7299,7 +7262,6 @@ declare const billingCenterRoutes: {
7299
7262
  emailOne: z.ZodNullable<z.ZodString>;
7300
7263
  emailTwo: z.ZodNullable<z.ZodString>;
7301
7264
  emailThree: z.ZodNullable<z.ZodString>;
7302
- eori: z.ZodNullable<z.ZodString>;
7303
7265
  tva: z.ZodNullable<z.ZodString>;
7304
7266
  isTrackingMail: z.ZodNullable<z.ZodBoolean>;
7305
7267
  isBillingCenter: z.ZodBoolean;
@@ -7371,7 +7333,6 @@ declare const billingCenterRoutes: {
7371
7333
  emailOne: string | null;
7372
7334
  emailTwo: string | null;
7373
7335
  emailThree: string | null;
7374
- eori: string | null;
7375
7336
  tva: string | null;
7376
7337
  isTrackingMail: boolean | null;
7377
7338
  isBillingCenter: boolean;
@@ -7429,7 +7390,6 @@ declare const billingCenterRoutes: {
7429
7390
  emailOne: string | null;
7430
7391
  emailTwo: string | null;
7431
7392
  emailThree: string | null;
7432
- eori: string | null;
7433
7393
  tva: string | null;
7434
7394
  isTrackingMail: boolean | null;
7435
7395
  isBillingCenter: boolean;
@@ -7506,7 +7466,6 @@ declare const billingCenterRoutes: {
7506
7466
  emailOne: string | null;
7507
7467
  emailTwo: string | null;
7508
7468
  emailThree: string | null;
7509
- eori: string | null;
7510
7469
  tva: string | null;
7511
7470
  isMailing: boolean;
7512
7471
  telephone: string | null;
@@ -7521,6 +7480,7 @@ declare const billingCenterRoutes: {
7521
7480
  isShowSecondBordereaux: boolean;
7522
7481
  isShowCustomerName: boolean;
7523
7482
  isShowCommercialValue: boolean;
7483
+ eori: string | null;
7524
7484
  country?: {
7525
7485
  id: number;
7526
7486
  createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
@@ -7572,7 +7532,6 @@ declare const billingCenterRoutes: {
7572
7532
  emailOne: string | null;
7573
7533
  emailTwo: string | null;
7574
7534
  emailThree: string | null;
7575
- eori: string | null;
7576
7535
  tva: string | null;
7577
7536
  isTrackingMail: boolean | null;
7578
7537
  isBillingCenter: boolean;
@@ -7627,7 +7586,6 @@ declare const billingCenterRoutes: {
7627
7586
  emailOne: string | null;
7628
7587
  emailTwo: string | null;
7629
7588
  emailThree: string | null;
7630
- eori: string | null;
7631
7589
  tva: string | null;
7632
7590
  isMailing: boolean;
7633
7591
  telephone: string | null;
@@ -7642,6 +7600,7 @@ declare const billingCenterRoutes: {
7642
7600
  isShowSecondBordereaux: boolean;
7643
7601
  isShowCustomerName: boolean;
7644
7602
  isShowCommercialValue: boolean;
7603
+ eori: string | null;
7645
7604
  country?: {
7646
7605
  id: number;
7647
7606
  createdAt: Date;
@@ -7693,7 +7652,6 @@ declare const billingCenterRoutes: {
7693
7652
  emailOne: string | null;
7694
7653
  emailTwo: string | null;
7695
7654
  emailThree: string | null;
7696
- eori: string | null;
7697
7655
  tva: string | null;
7698
7656
  isTrackingMail: boolean | null;
7699
7657
  isBillingCenter: boolean;
@@ -7754,7 +7712,6 @@ declare const billingCenterRoutes: {
7754
7712
  emailOne: string | null;
7755
7713
  emailTwo: string | null;
7756
7714
  emailThree: string | null;
7757
- eori: string | null;
7758
7715
  tva: string | null;
7759
7716
  isMailing: boolean;
7760
7717
  telephone: string | null;
@@ -7769,6 +7726,7 @@ declare const billingCenterRoutes: {
7769
7726
  isShowSecondBordereaux: boolean;
7770
7727
  isShowCustomerName: boolean;
7771
7728
  isShowCommercialValue: boolean;
7729
+ eori: string | null;
7772
7730
  country?: {
7773
7731
  id: number;
7774
7732
  createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
@@ -7820,7 +7778,6 @@ declare const billingCenterRoutes: {
7820
7778
  emailOne: string | null;
7821
7779
  emailTwo: string | null;
7822
7780
  emailThree: string | null;
7823
- eori: string | null;
7824
7781
  tva: string | null;
7825
7782
  isTrackingMail: boolean | null;
7826
7783
  isBillingCenter: boolean;
@@ -7881,7 +7838,6 @@ declare const billingCenterRoutes: {
7881
7838
  emailOne: string | null;
7882
7839
  emailTwo: string | null;
7883
7840
  emailThree: string | null;
7884
- eori: string | null;
7885
7841
  tva: string | null;
7886
7842
  isMailing: boolean;
7887
7843
  telephone: string | null;
@@ -7896,6 +7852,7 @@ declare const billingCenterRoutes: {
7896
7852
  isShowSecondBordereaux: boolean;
7897
7853
  isShowCustomerName: boolean;
7898
7854
  isShowCommercialValue: boolean;
7855
+ eori: string | null;
7899
7856
  country?: {
7900
7857
  id: number;
7901
7858
  createdAt: Date;
@@ -7947,7 +7904,6 @@ declare const billingCenterRoutes: {
7947
7904
  emailOne: string | null;
7948
7905
  emailTwo: string | null;
7949
7906
  emailThree: string | null;
7950
- eori: string | null;
7951
7907
  tva: string | null;
7952
7908
  isTrackingMail: boolean | null;
7953
7909
  isBillingCenter: boolean;
@@ -8164,7 +8120,6 @@ declare const billingCenterRoutes: {
8164
8120
  emailOne?: string | undefined;
8165
8121
  emailTwo?: string | undefined;
8166
8122
  emailThree?: string | undefined;
8167
- eori?: string | undefined;
8168
8123
  tva?: string | undefined;
8169
8124
  isMailing?: boolean | undefined;
8170
8125
  telephone?: string | undefined;
@@ -8179,6 +8134,7 @@ declare const billingCenterRoutes: {
8179
8134
  isShowSecondBordereaux?: boolean | undefined;
8180
8135
  isShowCustomerName?: boolean | undefined;
8181
8136
  isShowCommercialValue?: boolean | undefined;
8137
+ eori?: string | undefined;
8182
8138
  activeVariation?: boolean | undefined;
8183
8139
  }, {
8184
8140
  countryId?: number | undefined;
@@ -8215,7 +8171,6 @@ declare const billingCenterRoutes: {
8215
8171
  emailOne?: string | undefined;
8216
8172
  emailTwo?: string | undefined;
8217
8173
  emailThree?: string | undefined;
8218
- eori?: string | undefined;
8219
8174
  tva?: string | undefined;
8220
8175
  isMailing?: boolean | undefined;
8221
8176
  telephone?: string | undefined;
@@ -8230,6 +8185,7 @@ declare const billingCenterRoutes: {
8230
8185
  isShowSecondBordereaux?: boolean | undefined;
8231
8186
  isShowCustomerName?: boolean | undefined;
8232
8187
  isShowCommercialValue?: boolean | undefined;
8188
+ eori?: string | undefined;
8233
8189
  activeVariation?: boolean | undefined;
8234
8190
  }>;
8235
8191
  response: z.ZodUnion<[z.ZodObject<{
@@ -8329,7 +8285,6 @@ declare const billingCenterRoutes: {
8329
8285
  emailOne: z.ZodNullable<z.ZodString>;
8330
8286
  emailTwo: z.ZodNullable<z.ZodString>;
8331
8287
  emailThree: z.ZodNullable<z.ZodString>;
8332
- eori: z.ZodNullable<z.ZodString>;
8333
8288
  tva: z.ZodNullable<z.ZodString>;
8334
8289
  isTrackingMail: z.ZodNullable<z.ZodBoolean>;
8335
8290
  isBillingCenter: z.ZodBoolean;
@@ -8401,7 +8356,6 @@ declare const billingCenterRoutes: {
8401
8356
  emailOne: string | null;
8402
8357
  emailTwo: string | null;
8403
8358
  emailThree: string | null;
8404
- eori: string | null;
8405
8359
  tva: string | null;
8406
8360
  isTrackingMail: boolean | null;
8407
8361
  isBillingCenter: boolean;
@@ -8459,7 +8413,6 @@ declare const billingCenterRoutes: {
8459
8413
  emailOne: string | null;
8460
8414
  emailTwo: string | null;
8461
8415
  emailThree: string | null;
8462
- eori: string | null;
8463
8416
  tva: string | null;
8464
8417
  isTrackingMail: boolean | null;
8465
8418
  isBillingCenter: boolean;
@@ -8536,7 +8489,6 @@ declare const billingCenterRoutes: {
8536
8489
  emailOne: string | null;
8537
8490
  emailTwo: string | null;
8538
8491
  emailThree: string | null;
8539
- eori: string | null;
8540
8492
  tva: string | null;
8541
8493
  isMailing: boolean;
8542
8494
  telephone: string | null;
@@ -8551,6 +8503,7 @@ declare const billingCenterRoutes: {
8551
8503
  isShowSecondBordereaux: boolean;
8552
8504
  isShowCustomerName: boolean;
8553
8505
  isShowCommercialValue: boolean;
8506
+ eori: string | null;
8554
8507
  country?: {
8555
8508
  id: number;
8556
8509
  createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
@@ -8602,7 +8555,6 @@ declare const billingCenterRoutes: {
8602
8555
  emailOne: string | null;
8603
8556
  emailTwo: string | null;
8604
8557
  emailThree: string | null;
8605
- eori: string | null;
8606
8558
  tva: string | null;
8607
8559
  isTrackingMail: boolean | null;
8608
8560
  isBillingCenter: boolean;
@@ -8657,7 +8609,6 @@ declare const billingCenterRoutes: {
8657
8609
  emailOne: string | null;
8658
8610
  emailTwo: string | null;
8659
8611
  emailThree: string | null;
8660
- eori: string | null;
8661
8612
  tva: string | null;
8662
8613
  isMailing: boolean;
8663
8614
  telephone: string | null;
@@ -8672,6 +8623,7 @@ declare const billingCenterRoutes: {
8672
8623
  isShowSecondBordereaux: boolean;
8673
8624
  isShowCustomerName: boolean;
8674
8625
  isShowCommercialValue: boolean;
8626
+ eori: string | null;
8675
8627
  country?: {
8676
8628
  id: number;
8677
8629
  createdAt: Date;
@@ -8723,7 +8675,6 @@ declare const billingCenterRoutes: {
8723
8675
  emailOne: string | null;
8724
8676
  emailTwo: string | null;
8725
8677
  emailThree: string | null;
8726
- eori: string | null;
8727
8678
  tva: string | null;
8728
8679
  isTrackingMail: boolean | null;
8729
8680
  isBillingCenter: boolean;
@@ -8784,7 +8735,6 @@ declare const billingCenterRoutes: {
8784
8735
  emailOne: string | null;
8785
8736
  emailTwo: string | null;
8786
8737
  emailThree: string | null;
8787
- eori: string | null;
8788
8738
  tva: string | null;
8789
8739
  isMailing: boolean;
8790
8740
  telephone: string | null;
@@ -8799,6 +8749,7 @@ declare const billingCenterRoutes: {
8799
8749
  isShowSecondBordereaux: boolean;
8800
8750
  isShowCustomerName: boolean;
8801
8751
  isShowCommercialValue: boolean;
8752
+ eori: string | null;
8802
8753
  country?: {
8803
8754
  id: number;
8804
8755
  createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
@@ -8850,7 +8801,6 @@ declare const billingCenterRoutes: {
8850
8801
  emailOne: string | null;
8851
8802
  emailTwo: string | null;
8852
8803
  emailThree: string | null;
8853
- eori: string | null;
8854
8804
  tva: string | null;
8855
8805
  isTrackingMail: boolean | null;
8856
8806
  isBillingCenter: boolean;
@@ -8911,7 +8861,6 @@ declare const billingCenterRoutes: {
8911
8861
  emailOne: string | null;
8912
8862
  emailTwo: string | null;
8913
8863
  emailThree: string | null;
8914
- eori: string | null;
8915
8864
  tva: string | null;
8916
8865
  isMailing: boolean;
8917
8866
  telephone: string | null;
@@ -8926,6 +8875,7 @@ declare const billingCenterRoutes: {
8926
8875
  isShowSecondBordereaux: boolean;
8927
8876
  isShowCustomerName: boolean;
8928
8877
  isShowCommercialValue: boolean;
8878
+ eori: string | null;
8929
8879
  country?: {
8930
8880
  id: number;
8931
8881
  createdAt: Date;
@@ -8977,7 +8927,6 @@ declare const billingCenterRoutes: {
8977
8927
  emailOne: string | null;
8978
8928
  emailTwo: string | null;
8979
8929
  emailThree: string | null;
8980
- eori: string | null;
8981
8930
  tva: string | null;
8982
8931
  isTrackingMail: boolean | null;
8983
8932
  isBillingCenter: boolean;
@@ -9205,7 +9154,6 @@ declare const billingCenterRoutes: {
9205
9154
  emailOne: z.ZodNullable<z.ZodString>;
9206
9155
  emailTwo: z.ZodNullable<z.ZodString>;
9207
9156
  emailThree: z.ZodNullable<z.ZodString>;
9208
- eori: z.ZodNullable<z.ZodString>;
9209
9157
  tva: z.ZodNullable<z.ZodString>;
9210
9158
  isTrackingMail: z.ZodNullable<z.ZodBoolean>;
9211
9159
  isBillingCenter: z.ZodBoolean;
@@ -9277,7 +9225,6 @@ declare const billingCenterRoutes: {
9277
9225
  emailOne: string | null;
9278
9226
  emailTwo: string | null;
9279
9227
  emailThree: string | null;
9280
- eori: string | null;
9281
9228
  tva: string | null;
9282
9229
  isTrackingMail: boolean | null;
9283
9230
  isBillingCenter: boolean;
@@ -9335,7 +9282,6 @@ declare const billingCenterRoutes: {
9335
9282
  emailOne: string | null;
9336
9283
  emailTwo: string | null;
9337
9284
  emailThree: string | null;
9338
- eori: string | null;
9339
9285
  tva: string | null;
9340
9286
  isTrackingMail: boolean | null;
9341
9287
  isBillingCenter: boolean;
@@ -9412,7 +9358,6 @@ declare const billingCenterRoutes: {
9412
9358
  emailOne: string | null;
9413
9359
  emailTwo: string | null;
9414
9360
  emailThree: string | null;
9415
- eori: string | null;
9416
9361
  tva: string | null;
9417
9362
  isMailing: boolean;
9418
9363
  telephone: string | null;
@@ -9427,6 +9372,7 @@ declare const billingCenterRoutes: {
9427
9372
  isShowSecondBordereaux: boolean;
9428
9373
  isShowCustomerName: boolean;
9429
9374
  isShowCommercialValue: boolean;
9375
+ eori: string | null;
9430
9376
  country?: {
9431
9377
  id: number;
9432
9378
  createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
@@ -9478,7 +9424,6 @@ declare const billingCenterRoutes: {
9478
9424
  emailOne: string | null;
9479
9425
  emailTwo: string | null;
9480
9426
  emailThree: string | null;
9481
- eori: string | null;
9482
9427
  tva: string | null;
9483
9428
  isTrackingMail: boolean | null;
9484
9429
  isBillingCenter: boolean;
@@ -9533,7 +9478,6 @@ declare const billingCenterRoutes: {
9533
9478
  emailOne: string | null;
9534
9479
  emailTwo: string | null;
9535
9480
  emailThree: string | null;
9536
- eori: string | null;
9537
9481
  tva: string | null;
9538
9482
  isMailing: boolean;
9539
9483
  telephone: string | null;
@@ -9548,6 +9492,7 @@ declare const billingCenterRoutes: {
9548
9492
  isShowSecondBordereaux: boolean;
9549
9493
  isShowCustomerName: boolean;
9550
9494
  isShowCommercialValue: boolean;
9495
+ eori: string | null;
9551
9496
  country?: {
9552
9497
  id: number;
9553
9498
  createdAt: Date;
@@ -9599,7 +9544,6 @@ declare const billingCenterRoutes: {
9599
9544
  emailOne: string | null;
9600
9545
  emailTwo: string | null;
9601
9546
  emailThree: string | null;
9602
- eori: string | null;
9603
9547
  tva: string | null;
9604
9548
  isTrackingMail: boolean | null;
9605
9549
  isBillingCenter: boolean;
@@ -9660,7 +9604,6 @@ declare const billingCenterRoutes: {
9660
9604
  emailOne: string | null;
9661
9605
  emailTwo: string | null;
9662
9606
  emailThree: string | null;
9663
- eori: string | null;
9664
9607
  tva: string | null;
9665
9608
  isMailing: boolean;
9666
9609
  telephone: string | null;
@@ -9675,6 +9618,7 @@ declare const billingCenterRoutes: {
9675
9618
  isShowSecondBordereaux: boolean;
9676
9619
  isShowCustomerName: boolean;
9677
9620
  isShowCommercialValue: boolean;
9621
+ eori: string | null;
9678
9622
  country?: {
9679
9623
  id: number;
9680
9624
  createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
@@ -9726,7 +9670,6 @@ declare const billingCenterRoutes: {
9726
9670
  emailOne: string | null;
9727
9671
  emailTwo: string | null;
9728
9672
  emailThree: string | null;
9729
- eori: string | null;
9730
9673
  tva: string | null;
9731
9674
  isTrackingMail: boolean | null;
9732
9675
  isBillingCenter: boolean;
@@ -9787,7 +9730,6 @@ declare const billingCenterRoutes: {
9787
9730
  emailOne: string | null;
9788
9731
  emailTwo: string | null;
9789
9732
  emailThree: string | null;
9790
- eori: string | null;
9791
9733
  tva: string | null;
9792
9734
  isMailing: boolean;
9793
9735
  telephone: string | null;
@@ -9802,6 +9744,7 @@ declare const billingCenterRoutes: {
9802
9744
  isShowSecondBordereaux: boolean;
9803
9745
  isShowCustomerName: boolean;
9804
9746
  isShowCommercialValue: boolean;
9747
+ eori: string | null;
9805
9748
  country?: {
9806
9749
  id: number;
9807
9750
  createdAt: Date;
@@ -9853,7 +9796,6 @@ declare const billingCenterRoutes: {
9853
9796
  emailOne: string | null;
9854
9797
  emailTwo: string | null;
9855
9798
  emailThree: string | null;
9856
- eori: string | null;
9857
9799
  tva: string | null;
9858
9800
  isTrackingMail: boolean | null;
9859
9801
  isBillingCenter: boolean;
@@ -10158,7 +10100,6 @@ declare const contactRoutes: {
10158
10100
  emailOne: z.ZodNullable<z.ZodString>;
10159
10101
  emailTwo: z.ZodNullable<z.ZodString>;
10160
10102
  emailThree: z.ZodNullable<z.ZodString>;
10161
- eori: z.ZodNullable<z.ZodString>;
10162
10103
  tva: z.ZodNullable<z.ZodString>;
10163
10104
  isTrackingMail: z.ZodNullable<z.ZodBoolean>;
10164
10105
  isBillingCenter: z.ZodBoolean;
@@ -10230,7 +10171,6 @@ declare const contactRoutes: {
10230
10171
  emailOne: string | null;
10231
10172
  emailTwo: string | null;
10232
10173
  emailThree: string | null;
10233
- eori: string | null;
10234
10174
  tva: string | null;
10235
10175
  isTrackingMail: boolean | null;
10236
10176
  isBillingCenter: boolean;
@@ -10288,7 +10228,6 @@ declare const contactRoutes: {
10288
10228
  emailOne: string | null;
10289
10229
  emailTwo: string | null;
10290
10230
  emailThree: string | null;
10291
- eori: string | null;
10292
10231
  tva: string | null;
10293
10232
  isTrackingMail: boolean | null;
10294
10233
  isBillingCenter: boolean;
@@ -10601,7 +10540,6 @@ declare const contactRoutes: {
10601
10540
  emailOne: string | null;
10602
10541
  emailTwo: string | null;
10603
10542
  emailThree: string | null;
10604
- eori: string | null;
10605
10543
  tva: string | null;
10606
10544
  isTrackingMail: boolean | null;
10607
10545
  isBillingCenter: boolean;
@@ -10780,7 +10718,6 @@ declare const contactRoutes: {
10780
10718
  emailOne: string | null;
10781
10719
  emailTwo: string | null;
10782
10720
  emailThree: string | null;
10783
- eori: string | null;
10784
10721
  tva: string | null;
10785
10722
  isTrackingMail: boolean | null;
10786
10723
  isBillingCenter: boolean;
@@ -10992,7 +10929,6 @@ declare const contactRoutes: {
10992
10929
  emailOne: string | null;
10993
10930
  emailTwo: string | null;
10994
10931
  emailThree: string | null;
10995
- eori: string | null;
10996
10932
  tva: string | null;
10997
10933
  isTrackingMail: boolean | null;
10998
10934
  isBillingCenter: boolean;
@@ -11204,7 +11140,6 @@ declare const contactRoutes: {
11204
11140
  emailOne: string | null;
11205
11141
  emailTwo: string | null;
11206
11142
  emailThree: string | null;
11207
- eori: string | null;
11208
11143
  tva: string | null;
11209
11144
  isTrackingMail: boolean | null;
11210
11145
  isBillingCenter: boolean;
@@ -11418,7 +11353,6 @@ declare const contactRoutes: {
11418
11353
  emailOne: string | null;
11419
11354
  emailTwo: string | null;
11420
11355
  emailThree: string | null;
11421
- eori: string | null;
11422
11356
  tva: string | null;
11423
11357
  isTrackingMail: boolean | null;
11424
11358
  isBillingCenter: boolean;
@@ -11643,7 +11577,6 @@ declare const contactRoutes: {
11643
11577
  emailOne: string | null;
11644
11578
  emailTwo: string | null;
11645
11579
  emailThree: string | null;
11646
- eori: string | null;
11647
11580
  tva: string | null;
11648
11581
  isTrackingMail: boolean | null;
11649
11582
  isBillingCenter: boolean;
@@ -11874,7 +11807,6 @@ declare const contactRoutes: {
11874
11807
  emailOne: string | null;
11875
11808
  emailTwo: string | null;
11876
11809
  emailThree: string | null;
11877
- eori: string | null;
11878
11810
  tva: string | null;
11879
11811
  isTrackingMail: boolean | null;
11880
11812
  isBillingCenter: boolean;
@@ -12105,7 +12037,6 @@ declare const contactRoutes: {
12105
12037
  emailOne: string | null;
12106
12038
  emailTwo: string | null;
12107
12039
  emailThree: string | null;
12108
- eori: string | null;
12109
12040
  tva: string | null;
12110
12041
  isTrackingMail: boolean | null;
12111
12042
  isBillingCenter: boolean;
@@ -12454,7 +12385,6 @@ declare const contactRoutes: {
12454
12385
  emailOne: z.ZodNullable<z.ZodString>;
12455
12386
  emailTwo: z.ZodNullable<z.ZodString>;
12456
12387
  emailThree: z.ZodNullable<z.ZodString>;
12457
- eori: z.ZodNullable<z.ZodString>;
12458
12388
  tva: z.ZodNullable<z.ZodString>;
12459
12389
  isTrackingMail: z.ZodNullable<z.ZodBoolean>;
12460
12390
  isBillingCenter: z.ZodBoolean;
@@ -12526,7 +12456,6 @@ declare const contactRoutes: {
12526
12456
  emailOne: string | null;
12527
12457
  emailTwo: string | null;
12528
12458
  emailThree: string | null;
12529
- eori: string | null;
12530
12459
  tva: string | null;
12531
12460
  isTrackingMail: boolean | null;
12532
12461
  isBillingCenter: boolean;
@@ -12584,7 +12513,6 @@ declare const contactRoutes: {
12584
12513
  emailOne: string | null;
12585
12514
  emailTwo: string | null;
12586
12515
  emailThree: string | null;
12587
- eori: string | null;
12588
12516
  tva: string | null;
12589
12517
  isTrackingMail: boolean | null;
12590
12518
  isBillingCenter: boolean;
@@ -12897,7 +12825,6 @@ declare const contactRoutes: {
12897
12825
  emailOne: string | null;
12898
12826
  emailTwo: string | null;
12899
12827
  emailThree: string | null;
12900
- eori: string | null;
12901
12828
  tva: string | null;
12902
12829
  isTrackingMail: boolean | null;
12903
12830
  isBillingCenter: boolean;
@@ -13076,7 +13003,6 @@ declare const contactRoutes: {
13076
13003
  emailOne: string | null;
13077
13004
  emailTwo: string | null;
13078
13005
  emailThree: string | null;
13079
- eori: string | null;
13080
13006
  tva: string | null;
13081
13007
  isTrackingMail: boolean | null;
13082
13008
  isBillingCenter: boolean;
@@ -13288,7 +13214,6 @@ declare const contactRoutes: {
13288
13214
  emailOne: string | null;
13289
13215
  emailTwo: string | null;
13290
13216
  emailThree: string | null;
13291
- eori: string | null;
13292
13217
  tva: string | null;
13293
13218
  isTrackingMail: boolean | null;
13294
13219
  isBillingCenter: boolean;
@@ -13500,7 +13425,6 @@ declare const contactRoutes: {
13500
13425
  emailOne: string | null;
13501
13426
  emailTwo: string | null;
13502
13427
  emailThree: string | null;
13503
- eori: string | null;
13504
13428
  tva: string | null;
13505
13429
  isTrackingMail: boolean | null;
13506
13430
  isBillingCenter: boolean;
@@ -13718,7 +13642,6 @@ declare const contactRoutes: {
13718
13642
  emailOne: string | null;
13719
13643
  emailTwo: string | null;
13720
13644
  emailThree: string | null;
13721
- eori: string | null;
13722
13645
  tva: string | null;
13723
13646
  isTrackingMail: boolean | null;
13724
13647
  isBillingCenter: boolean;
@@ -13936,7 +13859,6 @@ declare const contactRoutes: {
13936
13859
  emailOne: string | null;
13937
13860
  emailTwo: string | null;
13938
13861
  emailThree: string | null;
13939
- eori: string | null;
13940
13862
  tva: string | null;
13941
13863
  isTrackingMail: boolean | null;
13942
13864
  isBillingCenter: boolean;
@@ -14334,7 +14256,6 @@ declare const contactRoutes: {
14334
14256
  emailOne: z.ZodNullable<z.ZodString>;
14335
14257
  emailTwo: z.ZodNullable<z.ZodString>;
14336
14258
  emailThree: z.ZodNullable<z.ZodString>;
14337
- eori: z.ZodNullable<z.ZodString>;
14338
14259
  tva: z.ZodNullable<z.ZodString>;
14339
14260
  isTrackingMail: z.ZodNullable<z.ZodBoolean>;
14340
14261
  isBillingCenter: z.ZodBoolean;
@@ -14406,7 +14327,6 @@ declare const contactRoutes: {
14406
14327
  emailOne: string | null;
14407
14328
  emailTwo: string | null;
14408
14329
  emailThree: string | null;
14409
- eori: string | null;
14410
14330
  tva: string | null;
14411
14331
  isTrackingMail: boolean | null;
14412
14332
  isBillingCenter: boolean;
@@ -14464,7 +14384,6 @@ declare const contactRoutes: {
14464
14384
  emailOne: string | null;
14465
14385
  emailTwo: string | null;
14466
14386
  emailThree: string | null;
14467
- eori: string | null;
14468
14387
  tva: string | null;
14469
14388
  isTrackingMail: boolean | null;
14470
14389
  isBillingCenter: boolean;
@@ -14777,7 +14696,6 @@ declare const contactRoutes: {
14777
14696
  emailOne: string | null;
14778
14697
  emailTwo: string | null;
14779
14698
  emailThree: string | null;
14780
- eori: string | null;
14781
14699
  tva: string | null;
14782
14700
  isTrackingMail: boolean | null;
14783
14701
  isBillingCenter: boolean;
@@ -14956,7 +14874,6 @@ declare const contactRoutes: {
14956
14874
  emailOne: string | null;
14957
14875
  emailTwo: string | null;
14958
14876
  emailThree: string | null;
14959
- eori: string | null;
14960
14877
  tva: string | null;
14961
14878
  isTrackingMail: boolean | null;
14962
14879
  isBillingCenter: boolean;
@@ -15168,7 +15085,6 @@ declare const contactRoutes: {
15168
15085
  emailOne: string | null;
15169
15086
  emailTwo: string | null;
15170
15087
  emailThree: string | null;
15171
- eori: string | null;
15172
15088
  tva: string | null;
15173
15089
  isTrackingMail: boolean | null;
15174
15090
  isBillingCenter: boolean;
@@ -15380,7 +15296,6 @@ declare const contactRoutes: {
15380
15296
  emailOne: string | null;
15381
15297
  emailTwo: string | null;
15382
15298
  emailThree: string | null;
15383
- eori: string | null;
15384
15299
  tva: string | null;
15385
15300
  isTrackingMail: boolean | null;
15386
15301
  isBillingCenter: boolean;
@@ -15598,7 +15513,6 @@ declare const contactRoutes: {
15598
15513
  emailOne: string | null;
15599
15514
  emailTwo: string | null;
15600
15515
  emailThree: string | null;
15601
- eori: string | null;
15602
15516
  tva: string | null;
15603
15517
  isTrackingMail: boolean | null;
15604
15518
  isBillingCenter: boolean;
@@ -15816,7 +15730,6 @@ declare const contactRoutes: {
15816
15730
  emailOne: string | null;
15817
15731
  emailTwo: string | null;
15818
15732
  emailThree: string | null;
15819
- eori: string | null;
15820
15733
  tva: string | null;
15821
15734
  isTrackingMail: boolean | null;
15822
15735
  isBillingCenter: boolean;
@@ -16221,7 +16134,6 @@ declare const contactRoutes: {
16221
16134
  emailOne: z.ZodNullable<z.ZodString>;
16222
16135
  emailTwo: z.ZodNullable<z.ZodString>;
16223
16136
  emailThree: z.ZodNullable<z.ZodString>;
16224
- eori: z.ZodNullable<z.ZodString>;
16225
16137
  tva: z.ZodNullable<z.ZodString>;
16226
16138
  isTrackingMail: z.ZodNullable<z.ZodBoolean>;
16227
16139
  isBillingCenter: z.ZodBoolean;
@@ -16293,7 +16205,6 @@ declare const contactRoutes: {
16293
16205
  emailOne: string | null;
16294
16206
  emailTwo: string | null;
16295
16207
  emailThree: string | null;
16296
- eori: string | null;
16297
16208
  tva: string | null;
16298
16209
  isTrackingMail: boolean | null;
16299
16210
  isBillingCenter: boolean;
@@ -16351,7 +16262,6 @@ declare const contactRoutes: {
16351
16262
  emailOne: string | null;
16352
16263
  emailTwo: string | null;
16353
16264
  emailThree: string | null;
16354
- eori: string | null;
16355
16265
  tva: string | null;
16356
16266
  isTrackingMail: boolean | null;
16357
16267
  isBillingCenter: boolean;
@@ -16664,7 +16574,6 @@ declare const contactRoutes: {
16664
16574
  emailOne: string | null;
16665
16575
  emailTwo: string | null;
16666
16576
  emailThree: string | null;
16667
- eori: string | null;
16668
16577
  tva: string | null;
16669
16578
  isTrackingMail: boolean | null;
16670
16579
  isBillingCenter: boolean;
@@ -16843,7 +16752,6 @@ declare const contactRoutes: {
16843
16752
  emailOne: string | null;
16844
16753
  emailTwo: string | null;
16845
16754
  emailThree: string | null;
16846
- eori: string | null;
16847
16755
  tva: string | null;
16848
16756
  isTrackingMail: boolean | null;
16849
16757
  isBillingCenter: boolean;
@@ -17055,7 +16963,6 @@ declare const contactRoutes: {
17055
16963
  emailOne: string | null;
17056
16964
  emailTwo: string | null;
17057
16965
  emailThree: string | null;
17058
- eori: string | null;
17059
16966
  tva: string | null;
17060
16967
  isTrackingMail: boolean | null;
17061
16968
  isBillingCenter: boolean;
@@ -17267,7 +17174,6 @@ declare const contactRoutes: {
17267
17174
  emailOne: string | null;
17268
17175
  emailTwo: string | null;
17269
17176
  emailThree: string | null;
17270
- eori: string | null;
17271
17177
  tva: string | null;
17272
17178
  isTrackingMail: boolean | null;
17273
17179
  isBillingCenter: boolean;
@@ -17485,7 +17391,6 @@ declare const contactRoutes: {
17485
17391
  emailOne: string | null;
17486
17392
  emailTwo: string | null;
17487
17393
  emailThree: string | null;
17488
- eori: string | null;
17489
17394
  tva: string | null;
17490
17395
  isTrackingMail: boolean | null;
17491
17396
  isBillingCenter: boolean;
@@ -17703,7 +17608,6 @@ declare const contactRoutes: {
17703
17608
  emailOne: string | null;
17704
17609
  emailTwo: string | null;
17705
17610
  emailThree: string | null;
17706
- eori: string | null;
17707
17611
  tva: string | null;
17708
17612
  isTrackingMail: boolean | null;
17709
17613
  isBillingCenter: boolean;
@@ -18069,7 +17973,6 @@ declare const customerRoutes: {
18069
17973
  emailOne: z.ZodNullable<z.ZodString>;
18070
17974
  emailTwo: z.ZodNullable<z.ZodString>;
18071
17975
  emailThree: z.ZodNullable<z.ZodString>;
18072
- eori: z.ZodNullable<z.ZodString>;
18073
17976
  tva: z.ZodNullable<z.ZodString>;
18074
17977
  isTrackingMail: z.ZodNullable<z.ZodBoolean>;
18075
17978
  isBillingCenter: z.ZodBoolean;
@@ -18141,7 +18044,6 @@ declare const customerRoutes: {
18141
18044
  emailOne: string | null;
18142
18045
  emailTwo: string | null;
18143
18046
  emailThree: string | null;
18144
- eori: string | null;
18145
18047
  tva: string | null;
18146
18048
  isTrackingMail: boolean | null;
18147
18049
  isBillingCenter: boolean;
@@ -18199,7 +18101,6 @@ declare const customerRoutes: {
18199
18101
  emailOne: string | null;
18200
18102
  emailTwo: string | null;
18201
18103
  emailThree: string | null;
18202
- eori: string | null;
18203
18104
  tva: string | null;
18204
18105
  isTrackingMail: boolean | null;
18205
18106
  isBillingCenter: boolean;
@@ -18259,7 +18160,6 @@ declare const customerRoutes: {
18259
18160
  emailOne: string | null;
18260
18161
  emailTwo: string | null;
18261
18162
  emailThree: string | null;
18262
- eori: string | null;
18263
18163
  tva: string | null;
18264
18164
  isTrackingMail: boolean | null;
18265
18165
  isBillingCenter: boolean;
@@ -18330,7 +18230,6 @@ declare const customerRoutes: {
18330
18230
  emailOne: string | null;
18331
18231
  emailTwo: string | null;
18332
18232
  emailThree: string | null;
18333
- eori: string | null;
18334
18233
  tva: string | null;
18335
18234
  isTrackingMail: boolean | null;
18336
18235
  isBillingCenter: boolean;
@@ -18407,7 +18306,6 @@ declare const customerRoutes: {
18407
18306
  emailOne: string | null;
18408
18307
  emailTwo: string | null;
18409
18308
  emailThree: string | null;
18410
- eori: string | null;
18411
18309
  tva: string | null;
18412
18310
  isTrackingMail: boolean | null;
18413
18311
  isBillingCenter: boolean;
@@ -18484,7 +18382,6 @@ declare const customerRoutes: {
18484
18382
  emailOne: string | null;
18485
18383
  emailTwo: string | null;
18486
18384
  emailThree: string | null;
18487
- eori: string | null;
18488
18385
  tva: string | null;
18489
18386
  isTrackingMail: boolean | null;
18490
18387
  isBillingCenter: boolean;
@@ -18669,7 +18566,6 @@ declare const customerRoutes: {
18669
18566
  emailOne: z.ZodNullable<z.ZodString>;
18670
18567
  emailTwo: z.ZodNullable<z.ZodString>;
18671
18568
  emailThree: z.ZodNullable<z.ZodString>;
18672
- eori: z.ZodNullable<z.ZodString>;
18673
18569
  tva: z.ZodNullable<z.ZodString>;
18674
18570
  isTrackingMail: z.ZodNullable<z.ZodBoolean>;
18675
18571
  isBillingCenter: z.ZodBoolean;
@@ -18741,7 +18637,6 @@ declare const customerRoutes: {
18741
18637
  emailOne: string | null;
18742
18638
  emailTwo: string | null;
18743
18639
  emailThree: string | null;
18744
- eori: string | null;
18745
18640
  tva: string | null;
18746
18641
  isTrackingMail: boolean | null;
18747
18642
  isBillingCenter: boolean;
@@ -18799,7 +18694,6 @@ declare const customerRoutes: {
18799
18694
  emailOne: string | null;
18800
18695
  emailTwo: string | null;
18801
18696
  emailThree: string | null;
18802
- eori: string | null;
18803
18697
  tva: string | null;
18804
18698
  isTrackingMail: boolean | null;
18805
18699
  isBillingCenter: boolean;
@@ -18863,7 +18757,6 @@ declare const customerRoutes: {
18863
18757
  emailOne: string | null;
18864
18758
  emailTwo: string | null;
18865
18759
  emailThree: string | null;
18866
- eori: string | null;
18867
18760
  tva: string | null;
18868
18761
  isTrackingMail: boolean | null;
18869
18762
  isBillingCenter: boolean;
@@ -18927,7 +18820,6 @@ declare const customerRoutes: {
18927
18820
  emailOne: string | null;
18928
18821
  emailTwo: string | null;
18929
18822
  emailThree: string | null;
18930
- eori: string | null;
18931
18823
  tva: string | null;
18932
18824
  isTrackingMail: boolean | null;
18933
18825
  isBillingCenter: boolean;
@@ -19085,7 +18977,6 @@ declare const customerRoutes: {
19085
18977
  footer: z.ZodOptional<z.ZodAny>;
19086
18978
  emailOne: z.ZodOptional<z.ZodString>;
19087
18979
  emailThree: z.ZodOptional<z.ZodString>;
19088
- eori: z.ZodOptional<z.ZodString>;
19089
18980
  tva: z.ZodOptional<z.ZodString>;
19090
18981
  isTrackingMail: z.ZodOptional<z.ZodBoolean>;
19091
18982
  isBillingCenter: z.ZodOptional<z.ZodBoolean>;
@@ -19130,7 +19021,6 @@ declare const customerRoutes: {
19130
19021
  emailOne?: string | undefined;
19131
19022
  emailTwo?: string | undefined;
19132
19023
  emailThree?: string | undefined;
19133
- eori?: string | undefined;
19134
19024
  tva?: string | undefined;
19135
19025
  isTrackingMail?: boolean | undefined;
19136
19026
  isBillingCenter?: boolean | undefined;
@@ -19175,7 +19065,6 @@ declare const customerRoutes: {
19175
19065
  emailOne?: string | undefined;
19176
19066
  emailTwo?: string | undefined;
19177
19067
  emailThree?: string | undefined;
19178
- eori?: string | undefined;
19179
19068
  tva?: string | undefined;
19180
19069
  isTrackingMail?: boolean | undefined;
19181
19070
  isBillingCenter?: boolean | undefined;
@@ -19229,7 +19118,6 @@ declare const customerRoutes: {
19229
19118
  emailOne: z.ZodNullable<z.ZodString>;
19230
19119
  emailTwo: z.ZodNullable<z.ZodString>;
19231
19120
  emailThree: z.ZodNullable<z.ZodString>;
19232
- eori: z.ZodNullable<z.ZodString>;
19233
19121
  tva: z.ZodNullable<z.ZodString>;
19234
19122
  isTrackingMail: z.ZodNullable<z.ZodBoolean>;
19235
19123
  isBillingCenter: z.ZodBoolean;
@@ -19301,7 +19189,6 @@ declare const customerRoutes: {
19301
19189
  emailOne: string | null;
19302
19190
  emailTwo: string | null;
19303
19191
  emailThree: string | null;
19304
- eori: string | null;
19305
19192
  tva: string | null;
19306
19193
  isTrackingMail: boolean | null;
19307
19194
  isBillingCenter: boolean;
@@ -19359,7 +19246,6 @@ declare const customerRoutes: {
19359
19246
  emailOne: string | null;
19360
19247
  emailTwo: string | null;
19361
19248
  emailThree: string | null;
19362
- eori: string | null;
19363
19249
  tva: string | null;
19364
19250
  isTrackingMail: boolean | null;
19365
19251
  isBillingCenter: boolean;
@@ -19423,7 +19309,6 @@ declare const customerRoutes: {
19423
19309
  emailOne: string | null;
19424
19310
  emailTwo: string | null;
19425
19311
  emailThree: string | null;
19426
- eori: string | null;
19427
19312
  tva: string | null;
19428
19313
  isTrackingMail: boolean | null;
19429
19314
  isBillingCenter: boolean;
@@ -19487,7 +19372,6 @@ declare const customerRoutes: {
19487
19372
  emailOne: string | null;
19488
19373
  emailTwo: string | null;
19489
19374
  emailThree: string | null;
19490
- eori: string | null;
19491
19375
  tva: string | null;
19492
19376
  isTrackingMail: boolean | null;
19493
19377
  isBillingCenter: boolean;
@@ -19652,7 +19536,6 @@ declare const customerRoutes: {
19652
19536
  footer: z.ZodOptional<z.ZodAny>;
19653
19537
  emailOne: z.ZodOptional<z.ZodString>;
19654
19538
  emailThree: z.ZodOptional<z.ZodString>;
19655
- eori: z.ZodOptional<z.ZodString>;
19656
19539
  tva: z.ZodOptional<z.ZodString>;
19657
19540
  isTrackingMail: z.ZodOptional<z.ZodBoolean>;
19658
19541
  isBillingCenter: z.ZodOptional<z.ZodBoolean>;
@@ -19697,7 +19580,6 @@ declare const customerRoutes: {
19697
19580
  emailOne?: string | undefined;
19698
19581
  emailTwo?: string | undefined;
19699
19582
  emailThree?: string | undefined;
19700
- eori?: string | undefined;
19701
19583
  tva?: string | undefined;
19702
19584
  isTrackingMail?: boolean | undefined;
19703
19585
  isBillingCenter?: boolean | undefined;
@@ -19742,7 +19624,6 @@ declare const customerRoutes: {
19742
19624
  emailOne?: string | undefined;
19743
19625
  emailTwo?: string | undefined;
19744
19626
  emailThree?: string | undefined;
19745
- eori?: string | undefined;
19746
19627
  tva?: string | undefined;
19747
19628
  isTrackingMail?: boolean | undefined;
19748
19629
  isBillingCenter?: boolean | undefined;
@@ -19796,7 +19677,6 @@ declare const customerRoutes: {
19796
19677
  emailOne: z.ZodNullable<z.ZodString>;
19797
19678
  emailTwo: z.ZodNullable<z.ZodString>;
19798
19679
  emailThree: z.ZodNullable<z.ZodString>;
19799
- eori: z.ZodNullable<z.ZodString>;
19800
19680
  tva: z.ZodNullable<z.ZodString>;
19801
19681
  isTrackingMail: z.ZodNullable<z.ZodBoolean>;
19802
19682
  isBillingCenter: z.ZodBoolean;
@@ -19868,7 +19748,6 @@ declare const customerRoutes: {
19868
19748
  emailOne: string | null;
19869
19749
  emailTwo: string | null;
19870
19750
  emailThree: string | null;
19871
- eori: string | null;
19872
19751
  tva: string | null;
19873
19752
  isTrackingMail: boolean | null;
19874
19753
  isBillingCenter: boolean;
@@ -19926,7 +19805,6 @@ declare const customerRoutes: {
19926
19805
  emailOne: string | null;
19927
19806
  emailTwo: string | null;
19928
19807
  emailThree: string | null;
19929
- eori: string | null;
19930
19808
  tva: string | null;
19931
19809
  isTrackingMail: boolean | null;
19932
19810
  isBillingCenter: boolean;
@@ -19990,7 +19868,6 @@ declare const customerRoutes: {
19990
19868
  emailOne: string | null;
19991
19869
  emailTwo: string | null;
19992
19870
  emailThree: string | null;
19993
- eori: string | null;
19994
19871
  tva: string | null;
19995
19872
  isTrackingMail: boolean | null;
19996
19873
  isBillingCenter: boolean;
@@ -20054,7 +19931,6 @@ declare const customerRoutes: {
20054
19931
  emailOne: string | null;
20055
19932
  emailTwo: string | null;
20056
19933
  emailThree: string | null;
20057
- eori: string | null;
20058
19934
  tva: string | null;
20059
19935
  isTrackingMail: boolean | null;
20060
19936
  isBillingCenter: boolean;
@@ -20227,7 +20103,6 @@ declare const customerRoutes: {
20227
20103
  emailOne: z.ZodNullable<z.ZodString>;
20228
20104
  emailTwo: z.ZodNullable<z.ZodString>;
20229
20105
  emailThree: z.ZodNullable<z.ZodString>;
20230
- eori: z.ZodNullable<z.ZodString>;
20231
20106
  tva: z.ZodNullable<z.ZodString>;
20232
20107
  isTrackingMail: z.ZodNullable<z.ZodBoolean>;
20233
20108
  isBillingCenter: z.ZodBoolean;
@@ -20299,7 +20174,6 @@ declare const customerRoutes: {
20299
20174
  emailOne: string | null;
20300
20175
  emailTwo: string | null;
20301
20176
  emailThree: string | null;
20302
- eori: string | null;
20303
20177
  tva: string | null;
20304
20178
  isTrackingMail: boolean | null;
20305
20179
  isBillingCenter: boolean;
@@ -20357,7 +20231,6 @@ declare const customerRoutes: {
20357
20231
  emailOne: string | null;
20358
20232
  emailTwo: string | null;
20359
20233
  emailThree: string | null;
20360
- eori: string | null;
20361
20234
  tva: string | null;
20362
20235
  isTrackingMail: boolean | null;
20363
20236
  isBillingCenter: boolean;
@@ -20421,7 +20294,6 @@ declare const customerRoutes: {
20421
20294
  emailOne: string | null;
20422
20295
  emailTwo: string | null;
20423
20296
  emailThree: string | null;
20424
- eori: string | null;
20425
20297
  tva: string | null;
20426
20298
  isTrackingMail: boolean | null;
20427
20299
  isBillingCenter: boolean;
@@ -20485,7 +20357,6 @@ declare const customerRoutes: {
20485
20357
  emailOne: string | null;
20486
20358
  emailTwo: string | null;
20487
20359
  emailThree: string | null;
20488
- eori: string | null;
20489
20360
  tva: string | null;
20490
20361
  isTrackingMail: boolean | null;
20491
20362
  isBillingCenter: boolean;
@@ -23816,7 +23687,6 @@ declare const factureRoutes: {
23816
23687
  emailOne: z.ZodNullable<z.ZodString>;
23817
23688
  emailTwo: z.ZodNullable<z.ZodString>;
23818
23689
  emailThree: z.ZodNullable<z.ZodString>;
23819
- eori: z.ZodNullable<z.ZodString>;
23820
23690
  tva: z.ZodNullable<z.ZodString>;
23821
23691
  isTrackingMail: z.ZodNullable<z.ZodBoolean>;
23822
23692
  isBillingCenter: z.ZodBoolean;
@@ -23888,7 +23758,6 @@ declare const factureRoutes: {
23888
23758
  emailOne: string | null;
23889
23759
  emailTwo: string | null;
23890
23760
  emailThree: string | null;
23891
- eori: string | null;
23892
23761
  tva: string | null;
23893
23762
  isTrackingMail: boolean | null;
23894
23763
  isBillingCenter: boolean;
@@ -23946,7 +23815,6 @@ declare const factureRoutes: {
23946
23815
  emailOne: string | null;
23947
23816
  emailTwo: string | null;
23948
23817
  emailThree: string | null;
23949
- eori: string | null;
23950
23818
  tva: string | null;
23951
23819
  isTrackingMail: boolean | null;
23952
23820
  isBillingCenter: boolean;
@@ -24023,7 +23891,6 @@ declare const factureRoutes: {
24023
23891
  emailOne: string | null;
24024
23892
  emailTwo: string | null;
24025
23893
  emailThree: string | null;
24026
- eori: string | null;
24027
23894
  tva: string | null;
24028
23895
  isMailing: boolean;
24029
23896
  telephone: string | null;
@@ -24038,6 +23905,7 @@ declare const factureRoutes: {
24038
23905
  isShowSecondBordereaux: boolean;
24039
23906
  isShowCustomerName: boolean;
24040
23907
  isShowCommercialValue: boolean;
23908
+ eori: string | null;
24041
23909
  country?: {
24042
23910
  id: number;
24043
23911
  createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
@@ -24089,7 +23957,6 @@ declare const factureRoutes: {
24089
23957
  emailOne: string | null;
24090
23958
  emailTwo: string | null;
24091
23959
  emailThree: string | null;
24092
- eori: string | null;
24093
23960
  tva: string | null;
24094
23961
  isTrackingMail: boolean | null;
24095
23962
  isBillingCenter: boolean;
@@ -24144,7 +24011,6 @@ declare const factureRoutes: {
24144
24011
  emailOne: string | null;
24145
24012
  emailTwo: string | null;
24146
24013
  emailThree: string | null;
24147
- eori: string | null;
24148
24014
  tva: string | null;
24149
24015
  isMailing: boolean;
24150
24016
  telephone: string | null;
@@ -24159,6 +24025,7 @@ declare const factureRoutes: {
24159
24025
  isShowSecondBordereaux: boolean;
24160
24026
  isShowCustomerName: boolean;
24161
24027
  isShowCommercialValue: boolean;
24028
+ eori: string | null;
24162
24029
  country?: {
24163
24030
  id: number;
24164
24031
  createdAt: Date;
@@ -24210,7 +24077,6 @@ declare const factureRoutes: {
24210
24077
  emailOne: string | null;
24211
24078
  emailTwo: string | null;
24212
24079
  emailThree: string | null;
24213
- eori: string | null;
24214
24080
  tva: string | null;
24215
24081
  isTrackingMail: boolean | null;
24216
24082
  isBillingCenter: boolean;
@@ -24379,7 +24245,6 @@ declare const factureRoutes: {
24379
24245
  emailOne: string | null;
24380
24246
  emailTwo: string | null;
24381
24247
  emailThree: string | null;
24382
- eori: string | null;
24383
24248
  tva: string | null;
24384
24249
  isMailing: boolean;
24385
24250
  telephone: string | null;
@@ -24394,6 +24259,7 @@ declare const factureRoutes: {
24394
24259
  isShowSecondBordereaux: boolean;
24395
24260
  isShowCustomerName: boolean;
24396
24261
  isShowCommercialValue: boolean;
24262
+ eori: string | null;
24397
24263
  country?: {
24398
24264
  id: number;
24399
24265
  createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
@@ -24445,7 +24311,6 @@ declare const factureRoutes: {
24445
24311
  emailOne: string | null;
24446
24312
  emailTwo: string | null;
24447
24313
  emailThree: string | null;
24448
- eori: string | null;
24449
24314
  tva: string | null;
24450
24315
  isTrackingMail: boolean | null;
24451
24316
  isBillingCenter: boolean;
@@ -24549,7 +24414,6 @@ declare const factureRoutes: {
24549
24414
  emailOne: string | null;
24550
24415
  emailTwo: string | null;
24551
24416
  emailThree: string | null;
24552
- eori: string | null;
24553
24417
  tva: string | null;
24554
24418
  isMailing: boolean;
24555
24419
  telephone: string | null;
@@ -24564,6 +24428,7 @@ declare const factureRoutes: {
24564
24428
  isShowSecondBordereaux: boolean;
24565
24429
  isShowCustomerName: boolean;
24566
24430
  isShowCommercialValue: boolean;
24431
+ eori: string | null;
24567
24432
  country?: {
24568
24433
  id: number;
24569
24434
  createdAt: Date;
@@ -24615,7 +24480,6 @@ declare const factureRoutes: {
24615
24480
  emailOne: string | null;
24616
24481
  emailTwo: string | null;
24617
24482
  emailThree: string | null;
24618
- eori: string | null;
24619
24483
  tva: string | null;
24620
24484
  isTrackingMail: boolean | null;
24621
24485
  isBillingCenter: boolean;
@@ -24721,7 +24585,6 @@ declare const factureRoutes: {
24721
24585
  emailOne: string | null;
24722
24586
  emailTwo: string | null;
24723
24587
  emailThree: string | null;
24724
- eori: string | null;
24725
24588
  tva: string | null;
24726
24589
  isMailing: boolean;
24727
24590
  telephone: string | null;
@@ -24736,6 +24599,7 @@ declare const factureRoutes: {
24736
24599
  isShowSecondBordereaux: boolean;
24737
24600
  isShowCustomerName: boolean;
24738
24601
  isShowCommercialValue: boolean;
24602
+ eori: string | null;
24739
24603
  country?: {
24740
24604
  id: number;
24741
24605
  createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
@@ -24787,7 +24651,6 @@ declare const factureRoutes: {
24787
24651
  emailOne: string | null;
24788
24652
  emailTwo: string | null;
24789
24653
  emailThree: string | null;
24790
- eori: string | null;
24791
24654
  tva: string | null;
24792
24655
  isTrackingMail: boolean | null;
24793
24656
  isBillingCenter: boolean;
@@ -24904,7 +24767,6 @@ declare const factureRoutes: {
24904
24767
  emailOne: string | null;
24905
24768
  emailTwo: string | null;
24906
24769
  emailThree: string | null;
24907
- eori: string | null;
24908
24770
  tva: string | null;
24909
24771
  isMailing: boolean;
24910
24772
  telephone: string | null;
@@ -24919,6 +24781,7 @@ declare const factureRoutes: {
24919
24781
  isShowSecondBordereaux: boolean;
24920
24782
  isShowCustomerName: boolean;
24921
24783
  isShowCommercialValue: boolean;
24784
+ eori: string | null;
24922
24785
  country?: {
24923
24786
  id: number;
24924
24787
  createdAt: Date;
@@ -24970,7 +24833,6 @@ declare const factureRoutes: {
24970
24833
  emailOne: string | null;
24971
24834
  emailTwo: string | null;
24972
24835
  emailThree: string | null;
24973
- eori: string | null;
24974
24836
  tva: string | null;
24975
24837
  isTrackingMail: boolean | null;
24976
24838
  isBillingCenter: boolean;
@@ -25093,7 +24955,6 @@ declare const factureRoutes: {
25093
24955
  emailOne: string | null;
25094
24956
  emailTwo: string | null;
25095
24957
  emailThree: string | null;
25096
- eori: string | null;
25097
24958
  tva: string | null;
25098
24959
  isMailing: boolean;
25099
24960
  telephone: string | null;
@@ -25108,6 +24969,7 @@ declare const factureRoutes: {
25108
24969
  isShowSecondBordereaux: boolean;
25109
24970
  isShowCustomerName: boolean;
25110
24971
  isShowCommercialValue: boolean;
24972
+ eori: string | null;
25111
24973
  country?: {
25112
24974
  id: number;
25113
24975
  createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
@@ -25159,7 +25021,6 @@ declare const factureRoutes: {
25159
25021
  emailOne: string | null;
25160
25022
  emailTwo: string | null;
25161
25023
  emailThree: string | null;
25162
- eori: string | null;
25163
25024
  tva: string | null;
25164
25025
  isTrackingMail: boolean | null;
25165
25026
  isBillingCenter: boolean;
@@ -25282,7 +25143,6 @@ declare const factureRoutes: {
25282
25143
  emailOne: string | null;
25283
25144
  emailTwo: string | null;
25284
25145
  emailThree: string | null;
25285
- eori: string | null;
25286
25146
  tva: string | null;
25287
25147
  isMailing: boolean;
25288
25148
  telephone: string | null;
@@ -25297,6 +25157,7 @@ declare const factureRoutes: {
25297
25157
  isShowSecondBordereaux: boolean;
25298
25158
  isShowCustomerName: boolean;
25299
25159
  isShowCommercialValue: boolean;
25160
+ eori: string | null;
25300
25161
  country?: {
25301
25162
  id: number;
25302
25163
  createdAt: Date;
@@ -25348,7 +25209,6 @@ declare const factureRoutes: {
25348
25209
  emailOne: string | null;
25349
25210
  emailTwo: string | null;
25350
25211
  emailThree: string | null;
25351
- eori: string | null;
25352
25212
  tva: string | null;
25353
25213
  isTrackingMail: boolean | null;
25354
25214
  isBillingCenter: boolean;
@@ -25615,7 +25475,6 @@ declare const factureRoutes: {
25615
25475
  emailOne: z.ZodNullable<z.ZodString>;
25616
25476
  emailTwo: z.ZodNullable<z.ZodString>;
25617
25477
  emailThree: z.ZodNullable<z.ZodString>;
25618
- eori: z.ZodNullable<z.ZodString>;
25619
25478
  tva: z.ZodNullable<z.ZodString>;
25620
25479
  isTrackingMail: z.ZodNullable<z.ZodBoolean>;
25621
25480
  isBillingCenter: z.ZodBoolean;
@@ -25687,7 +25546,6 @@ declare const factureRoutes: {
25687
25546
  emailOne: string | null;
25688
25547
  emailTwo: string | null;
25689
25548
  emailThree: string | null;
25690
- eori: string | null;
25691
25549
  tva: string | null;
25692
25550
  isTrackingMail: boolean | null;
25693
25551
  isBillingCenter: boolean;
@@ -25745,7 +25603,6 @@ declare const factureRoutes: {
25745
25603
  emailOne: string | null;
25746
25604
  emailTwo: string | null;
25747
25605
  emailThree: string | null;
25748
- eori: string | null;
25749
25606
  tva: string | null;
25750
25607
  isTrackingMail: boolean | null;
25751
25608
  isBillingCenter: boolean;
@@ -25822,7 +25679,6 @@ declare const factureRoutes: {
25822
25679
  emailOne: string | null;
25823
25680
  emailTwo: string | null;
25824
25681
  emailThree: string | null;
25825
- eori: string | null;
25826
25682
  tva: string | null;
25827
25683
  isMailing: boolean;
25828
25684
  telephone: string | null;
@@ -25837,6 +25693,7 @@ declare const factureRoutes: {
25837
25693
  isShowSecondBordereaux: boolean;
25838
25694
  isShowCustomerName: boolean;
25839
25695
  isShowCommercialValue: boolean;
25696
+ eori: string | null;
25840
25697
  country?: {
25841
25698
  id: number;
25842
25699
  createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
@@ -25888,7 +25745,6 @@ declare const factureRoutes: {
25888
25745
  emailOne: string | null;
25889
25746
  emailTwo: string | null;
25890
25747
  emailThree: string | null;
25891
- eori: string | null;
25892
25748
  tva: string | null;
25893
25749
  isTrackingMail: boolean | null;
25894
25750
  isBillingCenter: boolean;
@@ -25943,7 +25799,6 @@ declare const factureRoutes: {
25943
25799
  emailOne: string | null;
25944
25800
  emailTwo: string | null;
25945
25801
  emailThree: string | null;
25946
- eori: string | null;
25947
25802
  tva: string | null;
25948
25803
  isMailing: boolean;
25949
25804
  telephone: string | null;
@@ -25958,6 +25813,7 @@ declare const factureRoutes: {
25958
25813
  isShowSecondBordereaux: boolean;
25959
25814
  isShowCustomerName: boolean;
25960
25815
  isShowCommercialValue: boolean;
25816
+ eori: string | null;
25961
25817
  country?: {
25962
25818
  id: number;
25963
25819
  createdAt: Date;
@@ -26009,7 +25865,6 @@ declare const factureRoutes: {
26009
25865
  emailOne: string | null;
26010
25866
  emailTwo: string | null;
26011
25867
  emailThree: string | null;
26012
- eori: string | null;
26013
25868
  tva: string | null;
26014
25869
  isTrackingMail: boolean | null;
26015
25870
  isBillingCenter: boolean;
@@ -26178,7 +26033,6 @@ declare const factureRoutes: {
26178
26033
  emailOne: string | null;
26179
26034
  emailTwo: string | null;
26180
26035
  emailThree: string | null;
26181
- eori: string | null;
26182
26036
  tva: string | null;
26183
26037
  isMailing: boolean;
26184
26038
  telephone: string | null;
@@ -26193,6 +26047,7 @@ declare const factureRoutes: {
26193
26047
  isShowSecondBordereaux: boolean;
26194
26048
  isShowCustomerName: boolean;
26195
26049
  isShowCommercialValue: boolean;
26050
+ eori: string | null;
26196
26051
  country?: {
26197
26052
  id: number;
26198
26053
  createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
@@ -26244,7 +26099,6 @@ declare const factureRoutes: {
26244
26099
  emailOne: string | null;
26245
26100
  emailTwo: string | null;
26246
26101
  emailThree: string | null;
26247
- eori: string | null;
26248
26102
  tva: string | null;
26249
26103
  isTrackingMail: boolean | null;
26250
26104
  isBillingCenter: boolean;
@@ -26348,7 +26202,6 @@ declare const factureRoutes: {
26348
26202
  emailOne: string | null;
26349
26203
  emailTwo: string | null;
26350
26204
  emailThree: string | null;
26351
- eori: string | null;
26352
26205
  tva: string | null;
26353
26206
  isMailing: boolean;
26354
26207
  telephone: string | null;
@@ -26363,6 +26216,7 @@ declare const factureRoutes: {
26363
26216
  isShowSecondBordereaux: boolean;
26364
26217
  isShowCustomerName: boolean;
26365
26218
  isShowCommercialValue: boolean;
26219
+ eori: string | null;
26366
26220
  country?: {
26367
26221
  id: number;
26368
26222
  createdAt: Date;
@@ -26414,7 +26268,6 @@ declare const factureRoutes: {
26414
26268
  emailOne: string | null;
26415
26269
  emailTwo: string | null;
26416
26270
  emailThree: string | null;
26417
- eori: string | null;
26418
26271
  tva: string | null;
26419
26272
  isTrackingMail: boolean | null;
26420
26273
  isBillingCenter: boolean;
@@ -26524,7 +26377,6 @@ declare const factureRoutes: {
26524
26377
  emailOne: string | null;
26525
26378
  emailTwo: string | null;
26526
26379
  emailThree: string | null;
26527
- eori: string | null;
26528
26380
  tva: string | null;
26529
26381
  isMailing: boolean;
26530
26382
  telephone: string | null;
@@ -26539,6 +26391,7 @@ declare const factureRoutes: {
26539
26391
  isShowSecondBordereaux: boolean;
26540
26392
  isShowCustomerName: boolean;
26541
26393
  isShowCommercialValue: boolean;
26394
+ eori: string | null;
26542
26395
  country?: {
26543
26396
  id: number;
26544
26397
  createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
@@ -26590,7 +26443,6 @@ declare const factureRoutes: {
26590
26443
  emailOne: string | null;
26591
26444
  emailTwo: string | null;
26592
26445
  emailThree: string | null;
26593
- eori: string | null;
26594
26446
  tva: string | null;
26595
26447
  isTrackingMail: boolean | null;
26596
26448
  isBillingCenter: boolean;
@@ -26700,7 +26552,6 @@ declare const factureRoutes: {
26700
26552
  emailOne: string | null;
26701
26553
  emailTwo: string | null;
26702
26554
  emailThree: string | null;
26703
- eori: string | null;
26704
26555
  tva: string | null;
26705
26556
  isMailing: boolean;
26706
26557
  telephone: string | null;
@@ -26715,6 +26566,7 @@ declare const factureRoutes: {
26715
26566
  isShowSecondBordereaux: boolean;
26716
26567
  isShowCustomerName: boolean;
26717
26568
  isShowCommercialValue: boolean;
26569
+ eori: string | null;
26718
26570
  country?: {
26719
26571
  id: number;
26720
26572
  createdAt: Date;
@@ -26766,7 +26618,6 @@ declare const factureRoutes: {
26766
26618
  emailOne: string | null;
26767
26619
  emailTwo: string | null;
26768
26620
  emailThree: string | null;
26769
- eori: string | null;
26770
26621
  tva: string | null;
26771
26622
  isTrackingMail: boolean | null;
26772
26623
  isBillingCenter: boolean;
@@ -27976,7 +27827,6 @@ declare const historiqueActionRoutes: {
27976
27827
  emailOne: z.ZodNullable<z.ZodString>;
27977
27828
  emailTwo: z.ZodNullable<z.ZodString>;
27978
27829
  emailThree: z.ZodNullable<z.ZodString>;
27979
- eori: z.ZodNullable<z.ZodString>;
27980
27830
  tva: z.ZodNullable<z.ZodString>;
27981
27831
  isTrackingMail: z.ZodNullable<z.ZodBoolean>;
27982
27832
  isBillingCenter: z.ZodBoolean;
@@ -28048,7 +27898,6 @@ declare const historiqueActionRoutes: {
28048
27898
  emailOne: string | null;
28049
27899
  emailTwo: string | null;
28050
27900
  emailThree: string | null;
28051
- eori: string | null;
28052
27901
  tva: string | null;
28053
27902
  isTrackingMail: boolean | null;
28054
27903
  isBillingCenter: boolean;
@@ -28106,7 +27955,6 @@ declare const historiqueActionRoutes: {
28106
27955
  emailOne: string | null;
28107
27956
  emailTwo: string | null;
28108
27957
  emailThree: string | null;
28109
- eori: string | null;
28110
27958
  tva: string | null;
28111
27959
  isTrackingMail: boolean | null;
28112
27960
  isBillingCenter: boolean;
@@ -28419,7 +28267,6 @@ declare const historiqueActionRoutes: {
28419
28267
  emailOne: string | null;
28420
28268
  emailTwo: string | null;
28421
28269
  emailThree: string | null;
28422
- eori: string | null;
28423
28270
  tva: string | null;
28424
28271
  isTrackingMail: boolean | null;
28425
28272
  isBillingCenter: boolean;
@@ -28598,7 +28445,6 @@ declare const historiqueActionRoutes: {
28598
28445
  emailOne: string | null;
28599
28446
  emailTwo: string | null;
28600
28447
  emailThree: string | null;
28601
- eori: string | null;
28602
28448
  tva: string | null;
28603
28449
  isTrackingMail: boolean | null;
28604
28450
  isBillingCenter: boolean;
@@ -28946,7 +28792,6 @@ declare const historiqueActionRoutes: {
28946
28792
  emailOne: string | null;
28947
28793
  emailTwo: string | null;
28948
28794
  emailThree: string | null;
28949
- eori: string | null;
28950
28795
  tva: string | null;
28951
28796
  isTrackingMail: boolean | null;
28952
28797
  isBillingCenter: boolean;
@@ -29186,7 +29031,6 @@ declare const historiqueActionRoutes: {
29186
29031
  emailOne: string | null;
29187
29032
  emailTwo: string | null;
29188
29033
  emailThree: string | null;
29189
- eori: string | null;
29190
29034
  tva: string | null;
29191
29035
  isTrackingMail: boolean | null;
29192
29036
  isBillingCenter: boolean;
@@ -29428,7 +29272,6 @@ declare const historiqueActionRoutes: {
29428
29272
  emailOne: string | null;
29429
29273
  emailTwo: string | null;
29430
29274
  emailThree: string | null;
29431
- eori: string | null;
29432
29275
  tva: string | null;
29433
29276
  isTrackingMail: boolean | null;
29434
29277
  isBillingCenter: boolean;
@@ -29681,7 +29524,6 @@ declare const historiqueActionRoutes: {
29681
29524
  emailOne: string | null;
29682
29525
  emailTwo: string | null;
29683
29526
  emailThree: string | null;
29684
- eori: string | null;
29685
29527
  tva: string | null;
29686
29528
  isTrackingMail: boolean | null;
29687
29529
  isBillingCenter: boolean;
@@ -29940,7 +29782,6 @@ declare const historiqueActionRoutes: {
29940
29782
  emailOne: string | null;
29941
29783
  emailTwo: string | null;
29942
29784
  emailThree: string | null;
29943
- eori: string | null;
29944
29785
  tva: string | null;
29945
29786
  isTrackingMail: boolean | null;
29946
29787
  isBillingCenter: boolean;
@@ -30199,7 +30040,6 @@ declare const historiqueActionRoutes: {
30199
30040
  emailOne: string | null;
30200
30041
  emailTwo: string | null;
30201
30042
  emailThree: string | null;
30202
- eori: string | null;
30203
30043
  tva: string | null;
30204
30044
  isTrackingMail: boolean | null;
30205
30045
  isBillingCenter: boolean;
@@ -30558,7 +30398,6 @@ declare const historiqueActionRoutes: {
30558
30398
  emailOne: z.ZodNullable<z.ZodString>;
30559
30399
  emailTwo: z.ZodNullable<z.ZodString>;
30560
30400
  emailThree: z.ZodNullable<z.ZodString>;
30561
- eori: z.ZodNullable<z.ZodString>;
30562
30401
  tva: z.ZodNullable<z.ZodString>;
30563
30402
  isTrackingMail: z.ZodNullable<z.ZodBoolean>;
30564
30403
  isBillingCenter: z.ZodBoolean;
@@ -30630,7 +30469,6 @@ declare const historiqueActionRoutes: {
30630
30469
  emailOne: string | null;
30631
30470
  emailTwo: string | null;
30632
30471
  emailThree: string | null;
30633
- eori: string | null;
30634
30472
  tva: string | null;
30635
30473
  isTrackingMail: boolean | null;
30636
30474
  isBillingCenter: boolean;
@@ -30688,7 +30526,6 @@ declare const historiqueActionRoutes: {
30688
30526
  emailOne: string | null;
30689
30527
  emailTwo: string | null;
30690
30528
  emailThree: string | null;
30691
- eori: string | null;
30692
30529
  tva: string | null;
30693
30530
  isTrackingMail: boolean | null;
30694
30531
  isBillingCenter: boolean;
@@ -31001,7 +30838,6 @@ declare const historiqueActionRoutes: {
31001
30838
  emailOne: string | null;
31002
30839
  emailTwo: string | null;
31003
30840
  emailThree: string | null;
31004
- eori: string | null;
31005
30841
  tva: string | null;
31006
30842
  isTrackingMail: boolean | null;
31007
30843
  isBillingCenter: boolean;
@@ -31180,7 +31016,6 @@ declare const historiqueActionRoutes: {
31180
31016
  emailOne: string | null;
31181
31017
  emailTwo: string | null;
31182
31018
  emailThree: string | null;
31183
- eori: string | null;
31184
31019
  tva: string | null;
31185
31020
  isTrackingMail: boolean | null;
31186
31021
  isBillingCenter: boolean;
@@ -31528,7 +31363,6 @@ declare const historiqueActionRoutes: {
31528
31363
  emailOne: string | null;
31529
31364
  emailTwo: string | null;
31530
31365
  emailThree: string | null;
31531
- eori: string | null;
31532
31366
  tva: string | null;
31533
31367
  isTrackingMail: boolean | null;
31534
31368
  isBillingCenter: boolean;
@@ -31768,7 +31602,6 @@ declare const historiqueActionRoutes: {
31768
31602
  emailOne: string | null;
31769
31603
  emailTwo: string | null;
31770
31604
  emailThree: string | null;
31771
- eori: string | null;
31772
31605
  tva: string | null;
31773
31606
  isTrackingMail: boolean | null;
31774
31607
  isBillingCenter: boolean;
@@ -32014,7 +31847,6 @@ declare const historiqueActionRoutes: {
32014
31847
  emailOne: string | null;
32015
31848
  emailTwo: string | null;
32016
31849
  emailThree: string | null;
32017
- eori: string | null;
32018
31850
  tva: string | null;
32019
31851
  isTrackingMail: boolean | null;
32020
31852
  isBillingCenter: boolean;
@@ -32260,7 +32092,6 @@ declare const historiqueActionRoutes: {
32260
32092
  emailOne: string | null;
32261
32093
  emailTwo: string | null;
32262
32094
  emailThree: string | null;
32263
- eori: string | null;
32264
32095
  tva: string | null;
32265
32096
  isTrackingMail: boolean | null;
32266
32097
  isBillingCenter: boolean;
@@ -33920,7 +33751,6 @@ declare const priseDePosteRoutes: {
33920
33751
  emailOne: z.ZodNullable<z.ZodString>;
33921
33752
  emailTwo: z.ZodNullable<z.ZodString>;
33922
33753
  emailThree: z.ZodNullable<z.ZodString>;
33923
- eori: z.ZodNullable<z.ZodString>;
33924
33754
  tva: z.ZodNullable<z.ZodString>;
33925
33755
  isTrackingMail: z.ZodNullable<z.ZodBoolean>;
33926
33756
  isBillingCenter: z.ZodBoolean;
@@ -33992,7 +33822,6 @@ declare const priseDePosteRoutes: {
33992
33822
  emailOne: string | null;
33993
33823
  emailTwo: string | null;
33994
33824
  emailThree: string | null;
33995
- eori: string | null;
33996
33825
  tva: string | null;
33997
33826
  isTrackingMail: boolean | null;
33998
33827
  isBillingCenter: boolean;
@@ -34050,7 +33879,6 @@ declare const priseDePosteRoutes: {
34050
33879
  emailOne: string | null;
34051
33880
  emailTwo: string | null;
34052
33881
  emailThree: string | null;
34053
- eori: string | null;
34054
33882
  tva: string | null;
34055
33883
  isTrackingMail: boolean | null;
34056
33884
  isBillingCenter: boolean;
@@ -34363,7 +34191,6 @@ declare const priseDePosteRoutes: {
34363
34191
  emailOne: string | null;
34364
34192
  emailTwo: string | null;
34365
34193
  emailThree: string | null;
34366
- eori: string | null;
34367
34194
  tva: string | null;
34368
34195
  isTrackingMail: boolean | null;
34369
34196
  isBillingCenter: boolean;
@@ -34542,7 +34369,6 @@ declare const priseDePosteRoutes: {
34542
34369
  emailOne: string | null;
34543
34370
  emailTwo: string | null;
34544
34371
  emailThree: string | null;
34545
- eori: string | null;
34546
34372
  tva: string | null;
34547
34373
  isTrackingMail: boolean | null;
34548
34374
  isBillingCenter: boolean;
@@ -34759,7 +34585,6 @@ declare const priseDePosteRoutes: {
34759
34585
  emailOne: string | null;
34760
34586
  emailTwo: string | null;
34761
34587
  emailThree: string | null;
34762
- eori: string | null;
34763
34588
  tva: string | null;
34764
34589
  isTrackingMail: boolean | null;
34765
34590
  isBillingCenter: boolean;
@@ -34980,7 +34805,6 @@ declare const priseDePosteRoutes: {
34980
34805
  emailOne: string | null;
34981
34806
  emailTwo: string | null;
34982
34807
  emailThree: string | null;
34983
- eori: string | null;
34984
34808
  tva: string | null;
34985
34809
  isTrackingMail: boolean | null;
34986
34810
  isBillingCenter: boolean;
@@ -35203,7 +35027,6 @@ declare const priseDePosteRoutes: {
35203
35027
  emailOne: string | null;
35204
35028
  emailTwo: string | null;
35205
35029
  emailThree: string | null;
35206
- eori: string | null;
35207
35030
  tva: string | null;
35208
35031
  isTrackingMail: boolean | null;
35209
35032
  isBillingCenter: boolean;
@@ -35437,7 +35260,6 @@ declare const priseDePosteRoutes: {
35437
35260
  emailOne: string | null;
35438
35261
  emailTwo: string | null;
35439
35262
  emailThree: string | null;
35440
- eori: string | null;
35441
35263
  tva: string | null;
35442
35264
  isTrackingMail: boolean | null;
35443
35265
  isBillingCenter: boolean;
@@ -35677,7 +35499,6 @@ declare const priseDePosteRoutes: {
35677
35499
  emailOne: string | null;
35678
35500
  emailTwo: string | null;
35679
35501
  emailThree: string | null;
35680
- eori: string | null;
35681
35502
  tva: string | null;
35682
35503
  isTrackingMail: boolean | null;
35683
35504
  isBillingCenter: boolean;
@@ -35917,7 +35738,6 @@ declare const priseDePosteRoutes: {
35917
35738
  emailOne: string | null;
35918
35739
  emailTwo: string | null;
35919
35740
  emailThree: string | null;
35920
- eori: string | null;
35921
35741
  tva: string | null;
35922
35742
  isTrackingMail: boolean | null;
35923
35743
  isBillingCenter: boolean;
@@ -36261,7 +36081,6 @@ declare const priseDePosteRoutes: {
36261
36081
  emailOne: z.ZodNullable<z.ZodString>;
36262
36082
  emailTwo: z.ZodNullable<z.ZodString>;
36263
36083
  emailThree: z.ZodNullable<z.ZodString>;
36264
- eori: z.ZodNullable<z.ZodString>;
36265
36084
  tva: z.ZodNullable<z.ZodString>;
36266
36085
  isTrackingMail: z.ZodNullable<z.ZodBoolean>;
36267
36086
  isBillingCenter: z.ZodBoolean;
@@ -36333,7 +36152,6 @@ declare const priseDePosteRoutes: {
36333
36152
  emailOne: string | null;
36334
36153
  emailTwo: string | null;
36335
36154
  emailThree: string | null;
36336
- eori: string | null;
36337
36155
  tva: string | null;
36338
36156
  isTrackingMail: boolean | null;
36339
36157
  isBillingCenter: boolean;
@@ -36391,7 +36209,6 @@ declare const priseDePosteRoutes: {
36391
36209
  emailOne: string | null;
36392
36210
  emailTwo: string | null;
36393
36211
  emailThree: string | null;
36394
- eori: string | null;
36395
36212
  tva: string | null;
36396
36213
  isTrackingMail: boolean | null;
36397
36214
  isBillingCenter: boolean;
@@ -36704,7 +36521,6 @@ declare const priseDePosteRoutes: {
36704
36521
  emailOne: string | null;
36705
36522
  emailTwo: string | null;
36706
36523
  emailThree: string | null;
36707
- eori: string | null;
36708
36524
  tva: string | null;
36709
36525
  isTrackingMail: boolean | null;
36710
36526
  isBillingCenter: boolean;
@@ -36883,7 +36699,6 @@ declare const priseDePosteRoutes: {
36883
36699
  emailOne: string | null;
36884
36700
  emailTwo: string | null;
36885
36701
  emailThree: string | null;
36886
- eori: string | null;
36887
36702
  tva: string | null;
36888
36703
  isTrackingMail: boolean | null;
36889
36704
  isBillingCenter: boolean;
@@ -37100,7 +36915,6 @@ declare const priseDePosteRoutes: {
37100
36915
  emailOne: string | null;
37101
36916
  emailTwo: string | null;
37102
36917
  emailThree: string | null;
37103
- eori: string | null;
37104
36918
  tva: string | null;
37105
36919
  isTrackingMail: boolean | null;
37106
36920
  isBillingCenter: boolean;
@@ -37321,7 +37135,6 @@ declare const priseDePosteRoutes: {
37321
37135
  emailOne: string | null;
37322
37136
  emailTwo: string | null;
37323
37137
  emailThree: string | null;
37324
- eori: string | null;
37325
37138
  tva: string | null;
37326
37139
  isTrackingMail: boolean | null;
37327
37140
  isBillingCenter: boolean;
@@ -37548,7 +37361,6 @@ declare const priseDePosteRoutes: {
37548
37361
  emailOne: string | null;
37549
37362
  emailTwo: string | null;
37550
37363
  emailThree: string | null;
37551
- eori: string | null;
37552
37364
  tva: string | null;
37553
37365
  isTrackingMail: boolean | null;
37554
37366
  isBillingCenter: boolean;
@@ -37775,7 +37587,6 @@ declare const priseDePosteRoutes: {
37775
37587
  emailOne: string | null;
37776
37588
  emailTwo: string | null;
37777
37589
  emailThree: string | null;
37778
- eori: string | null;
37779
37590
  tva: string | null;
37780
37591
  isTrackingMail: boolean | null;
37781
37592
  isBillingCenter: boolean;
@@ -38218,7 +38029,6 @@ declare const priseDePosteRoutes: {
38218
38029
  emailOne: z.ZodNullable<z.ZodString>;
38219
38030
  emailTwo: z.ZodNullable<z.ZodString>;
38220
38031
  emailThree: z.ZodNullable<z.ZodString>;
38221
- eori: z.ZodNullable<z.ZodString>;
38222
38032
  tva: z.ZodNullable<z.ZodString>;
38223
38033
  isTrackingMail: z.ZodNullable<z.ZodBoolean>;
38224
38034
  isBillingCenter: z.ZodBoolean;
@@ -38290,7 +38100,6 @@ declare const priseDePosteRoutes: {
38290
38100
  emailOne: string | null;
38291
38101
  emailTwo: string | null;
38292
38102
  emailThree: string | null;
38293
- eori: string | null;
38294
38103
  tva: string | null;
38295
38104
  isTrackingMail: boolean | null;
38296
38105
  isBillingCenter: boolean;
@@ -38348,7 +38157,6 @@ declare const priseDePosteRoutes: {
38348
38157
  emailOne: string | null;
38349
38158
  emailTwo: string | null;
38350
38159
  emailThree: string | null;
38351
- eori: string | null;
38352
38160
  tva: string | null;
38353
38161
  isTrackingMail: boolean | null;
38354
38162
  isBillingCenter: boolean;
@@ -38661,7 +38469,6 @@ declare const priseDePosteRoutes: {
38661
38469
  emailOne: string | null;
38662
38470
  emailTwo: string | null;
38663
38471
  emailThree: string | null;
38664
- eori: string | null;
38665
38472
  tva: string | null;
38666
38473
  isTrackingMail: boolean | null;
38667
38474
  isBillingCenter: boolean;
@@ -38840,7 +38647,6 @@ declare const priseDePosteRoutes: {
38840
38647
  emailOne: string | null;
38841
38648
  emailTwo: string | null;
38842
38649
  emailThree: string | null;
38843
- eori: string | null;
38844
38650
  tva: string | null;
38845
38651
  isTrackingMail: boolean | null;
38846
38652
  isBillingCenter: boolean;
@@ -39057,7 +38863,6 @@ declare const priseDePosteRoutes: {
39057
38863
  emailOne: string | null;
39058
38864
  emailTwo: string | null;
39059
38865
  emailThree: string | null;
39060
- eori: string | null;
39061
38866
  tva: string | null;
39062
38867
  isTrackingMail: boolean | null;
39063
38868
  isBillingCenter: boolean;
@@ -39278,7 +39083,6 @@ declare const priseDePosteRoutes: {
39278
39083
  emailOne: string | null;
39279
39084
  emailTwo: string | null;
39280
39085
  emailThree: string | null;
39281
- eori: string | null;
39282
39086
  tva: string | null;
39283
39087
  isTrackingMail: boolean | null;
39284
39088
  isBillingCenter: boolean;
@@ -39505,7 +39309,6 @@ declare const priseDePosteRoutes: {
39505
39309
  emailOne: string | null;
39506
39310
  emailTwo: string | null;
39507
39311
  emailThree: string | null;
39508
- eori: string | null;
39509
39312
  tva: string | null;
39510
39313
  isTrackingMail: boolean | null;
39511
39314
  isBillingCenter: boolean;
@@ -39732,7 +39535,6 @@ declare const priseDePosteRoutes: {
39732
39535
  emailOne: string | null;
39733
39536
  emailTwo: string | null;
39734
39537
  emailThree: string | null;
39735
- eori: string | null;
39736
39538
  tva: string | null;
39737
39539
  isTrackingMail: boolean | null;
39738
39540
  isBillingCenter: boolean;
@@ -40182,7 +39984,6 @@ declare const priseDePosteRoutes: {
40182
39984
  emailOne: z.ZodNullable<z.ZodString>;
40183
39985
  emailTwo: z.ZodNullable<z.ZodString>;
40184
39986
  emailThree: z.ZodNullable<z.ZodString>;
40185
- eori: z.ZodNullable<z.ZodString>;
40186
39987
  tva: z.ZodNullable<z.ZodString>;
40187
39988
  isTrackingMail: z.ZodNullable<z.ZodBoolean>;
40188
39989
  isBillingCenter: z.ZodBoolean;
@@ -40254,7 +40055,6 @@ declare const priseDePosteRoutes: {
40254
40055
  emailOne: string | null;
40255
40056
  emailTwo: string | null;
40256
40057
  emailThree: string | null;
40257
- eori: string | null;
40258
40058
  tva: string | null;
40259
40059
  isTrackingMail: boolean | null;
40260
40060
  isBillingCenter: boolean;
@@ -40312,7 +40112,6 @@ declare const priseDePosteRoutes: {
40312
40112
  emailOne: string | null;
40313
40113
  emailTwo: string | null;
40314
40114
  emailThree: string | null;
40315
- eori: string | null;
40316
40115
  tva: string | null;
40317
40116
  isTrackingMail: boolean | null;
40318
40117
  isBillingCenter: boolean;
@@ -40625,7 +40424,6 @@ declare const priseDePosteRoutes: {
40625
40424
  emailOne: string | null;
40626
40425
  emailTwo: string | null;
40627
40426
  emailThree: string | null;
40628
- eori: string | null;
40629
40427
  tva: string | null;
40630
40428
  isTrackingMail: boolean | null;
40631
40429
  isBillingCenter: boolean;
@@ -40804,7 +40602,6 @@ declare const priseDePosteRoutes: {
40804
40602
  emailOne: string | null;
40805
40603
  emailTwo: string | null;
40806
40604
  emailThree: string | null;
40807
- eori: string | null;
40808
40605
  tva: string | null;
40809
40606
  isTrackingMail: boolean | null;
40810
40607
  isBillingCenter: boolean;
@@ -41021,7 +40818,6 @@ declare const priseDePosteRoutes: {
41021
40818
  emailOne: string | null;
41022
40819
  emailTwo: string | null;
41023
40820
  emailThree: string | null;
41024
- eori: string | null;
41025
40821
  tva: string | null;
41026
40822
  isTrackingMail: boolean | null;
41027
40823
  isBillingCenter: boolean;
@@ -41242,7 +41038,6 @@ declare const priseDePosteRoutes: {
41242
41038
  emailOne: string | null;
41243
41039
  emailTwo: string | null;
41244
41040
  emailThree: string | null;
41245
- eori: string | null;
41246
41041
  tva: string | null;
41247
41042
  isTrackingMail: boolean | null;
41248
41043
  isBillingCenter: boolean;
@@ -41469,7 +41264,6 @@ declare const priseDePosteRoutes: {
41469
41264
  emailOne: string | null;
41470
41265
  emailTwo: string | null;
41471
41266
  emailThree: string | null;
41472
- eori: string | null;
41473
41267
  tva: string | null;
41474
41268
  isTrackingMail: boolean | null;
41475
41269
  isBillingCenter: boolean;
@@ -41696,7 +41490,6 @@ declare const priseDePosteRoutes: {
41696
41490
  emailOne: string | null;
41697
41491
  emailTwo: string | null;
41698
41492
  emailThree: string | null;
41699
- eori: string | null;
41700
41493
  tva: string | null;
41701
41494
  isTrackingMail: boolean | null;
41702
41495
  isBillingCenter: boolean;
@@ -43195,7 +42988,6 @@ declare const shippingRoutes: {
43195
42988
  emailOne: string | null;
43196
42989
  emailTwo: string | null;
43197
42990
  emailThree: string | null;
43198
- eori: string | null;
43199
42991
  tva: string | null;
43200
42992
  isMailing: boolean;
43201
42993
  telephone: string | null;
@@ -43210,6 +43002,7 @@ declare const shippingRoutes: {
43210
43002
  isShowSecondBordereaux: boolean;
43211
43003
  isShowCustomerName: boolean;
43212
43004
  isShowCommercialValue: boolean;
43005
+ eori: string | null;
43213
43006
  }, {
43214
43007
  id: number;
43215
43008
  createdAt: Date;
@@ -43248,7 +43041,6 @@ declare const shippingRoutes: {
43248
43041
  emailOne: string | null;
43249
43042
  emailTwo: string | null;
43250
43043
  emailThree: string | null;
43251
- eori: string | null;
43252
43044
  tva: string | null;
43253
43045
  isMailing: boolean;
43254
43046
  telephone: string | null;
@@ -43263,6 +43055,7 @@ declare const shippingRoutes: {
43263
43055
  isShowSecondBordereaux: boolean;
43264
43056
  isShowCustomerName: boolean;
43265
43057
  isShowCommercialValue: boolean;
43058
+ eori: string | null;
43266
43059
  }>>>;
43267
43060
  user: z.ZodOptional<z.ZodLazy<z.ZodObject<{
43268
43061
  id: z.ZodNumber;
@@ -44200,7 +43993,6 @@ declare const shippingRoutes: {
44200
43993
  emailOne: string | null;
44201
43994
  emailTwo: string | null;
44202
43995
  emailThree: string | null;
44203
- eori: string | null;
44204
43996
  tva: string | null;
44205
43997
  isMailing: boolean;
44206
43998
  telephone: string | null;
@@ -44215,6 +44007,7 @@ declare const shippingRoutes: {
44215
44007
  isShowSecondBordereaux: boolean;
44216
44008
  isShowCustomerName: boolean;
44217
44009
  isShowCommercialValue: boolean;
44010
+ eori: string | null;
44218
44011
  } | undefined;
44219
44012
  user?: {
44220
44013
  id: number;
@@ -44597,7 +44390,6 @@ declare const shippingRoutes: {
44597
44390
  emailOne: string | null;
44598
44391
  emailTwo: string | null;
44599
44392
  emailThree: string | null;
44600
- eori: string | null;
44601
44393
  tva: string | null;
44602
44394
  isMailing: boolean;
44603
44395
  telephone: string | null;
@@ -44612,6 +44404,7 @@ declare const shippingRoutes: {
44612
44404
  isShowSecondBordereaux: boolean;
44613
44405
  isShowCustomerName: boolean;
44614
44406
  isShowCommercialValue: boolean;
44407
+ eori: string | null;
44615
44408
  } | undefined;
44616
44409
  user?: {
44617
44410
  id: number;
@@ -44996,7 +44789,6 @@ declare const shippingRoutes: {
44996
44789
  emailOne: string | null;
44997
44790
  emailTwo: string | null;
44998
44791
  emailThree: string | null;
44999
- eori: string | null;
45000
44792
  tva: string | null;
45001
44793
  isMailing: boolean;
45002
44794
  telephone: string | null;
@@ -45011,6 +44803,7 @@ declare const shippingRoutes: {
45011
44803
  isShowSecondBordereaux: boolean;
45012
44804
  isShowCustomerName: boolean;
45013
44805
  isShowCommercialValue: boolean;
44806
+ eori: string | null;
45014
44807
  } | undefined;
45015
44808
  user?: {
45016
44809
  id: number;
@@ -45406,7 +45199,6 @@ declare const shippingRoutes: {
45406
45199
  emailOne: string | null;
45407
45200
  emailTwo: string | null;
45408
45201
  emailThree: string | null;
45409
- eori: string | null;
45410
45202
  tva: string | null;
45411
45203
  isMailing: boolean;
45412
45204
  telephone: string | null;
@@ -45421,6 +45213,7 @@ declare const shippingRoutes: {
45421
45213
  isShowSecondBordereaux: boolean;
45422
45214
  isShowCustomerName: boolean;
45423
45215
  isShowCommercialValue: boolean;
45216
+ eori: string | null;
45424
45217
  } | undefined;
45425
45218
  user?: {
45426
45219
  id: number;
@@ -45822,7 +45615,6 @@ declare const shippingRoutes: {
45822
45615
  emailOne: string | null;
45823
45616
  emailTwo: string | null;
45824
45617
  emailThree: string | null;
45825
- eori: string | null;
45826
45618
  tva: string | null;
45827
45619
  isMailing: boolean;
45828
45620
  telephone: string | null;
@@ -45837,6 +45629,7 @@ declare const shippingRoutes: {
45837
45629
  isShowSecondBordereaux: boolean;
45838
45630
  isShowCustomerName: boolean;
45839
45631
  isShowCommercialValue: boolean;
45632
+ eori: string | null;
45840
45633
  } | undefined;
45841
45634
  user?: {
45842
45635
  id: number;
@@ -46238,7 +46031,6 @@ declare const shippingRoutes: {
46238
46031
  emailOne: string | null;
46239
46032
  emailTwo: string | null;
46240
46033
  emailThree: string | null;
46241
- eori: string | null;
46242
46034
  tva: string | null;
46243
46035
  isMailing: boolean;
46244
46036
  telephone: string | null;
@@ -46253,6 +46045,7 @@ declare const shippingRoutes: {
46253
46045
  isShowSecondBordereaux: boolean;
46254
46046
  isShowCustomerName: boolean;
46255
46047
  isShowCommercialValue: boolean;
46048
+ eori: string | null;
46256
46049
  } | undefined;
46257
46050
  user?: {
46258
46051
  id: number;
@@ -46821,7 +46614,6 @@ declare const shippingRoutes: {
46821
46614
  emailOne: string | null;
46822
46615
  emailTwo: string | null;
46823
46616
  emailThree: string | null;
46824
- eori: string | null;
46825
46617
  tva: string | null;
46826
46618
  isMailing: boolean;
46827
46619
  telephone: string | null;
@@ -46836,6 +46628,7 @@ declare const shippingRoutes: {
46836
46628
  isShowSecondBordereaux: boolean;
46837
46629
  isShowCustomerName: boolean;
46838
46630
  isShowCommercialValue: boolean;
46631
+ eori: string | null;
46839
46632
  }, {
46840
46633
  id: number;
46841
46634
  createdAt: Date;
@@ -46874,7 +46667,6 @@ declare const shippingRoutes: {
46874
46667
  emailOne: string | null;
46875
46668
  emailTwo: string | null;
46876
46669
  emailThree: string | null;
46877
- eori: string | null;
46878
46670
  tva: string | null;
46879
46671
  isMailing: boolean;
46880
46672
  telephone: string | null;
@@ -46889,6 +46681,7 @@ declare const shippingRoutes: {
46889
46681
  isShowSecondBordereaux: boolean;
46890
46682
  isShowCustomerName: boolean;
46891
46683
  isShowCommercialValue: boolean;
46684
+ eori: string | null;
46892
46685
  }>>>;
46893
46686
  user: z.ZodOptional<z.ZodLazy<z.ZodObject<{
46894
46687
  id: z.ZodNumber;
@@ -47826,7 +47619,6 @@ declare const shippingRoutes: {
47826
47619
  emailOne: string | null;
47827
47620
  emailTwo: string | null;
47828
47621
  emailThree: string | null;
47829
- eori: string | null;
47830
47622
  tva: string | null;
47831
47623
  isMailing: boolean;
47832
47624
  telephone: string | null;
@@ -47841,6 +47633,7 @@ declare const shippingRoutes: {
47841
47633
  isShowSecondBordereaux: boolean;
47842
47634
  isShowCustomerName: boolean;
47843
47635
  isShowCommercialValue: boolean;
47636
+ eori: string | null;
47844
47637
  } | undefined;
47845
47638
  user?: {
47846
47639
  id: number;
@@ -48223,7 +48016,6 @@ declare const shippingRoutes: {
48223
48016
  emailOne: string | null;
48224
48017
  emailTwo: string | null;
48225
48018
  emailThree: string | null;
48226
- eori: string | null;
48227
48019
  tva: string | null;
48228
48020
  isMailing: boolean;
48229
48021
  telephone: string | null;
@@ -48238,6 +48030,7 @@ declare const shippingRoutes: {
48238
48030
  isShowSecondBordereaux: boolean;
48239
48031
  isShowCustomerName: boolean;
48240
48032
  isShowCommercialValue: boolean;
48033
+ eori: string | null;
48241
48034
  } | undefined;
48242
48035
  user?: {
48243
48036
  id: number;
@@ -48626,7 +48419,6 @@ declare const shippingRoutes: {
48626
48419
  emailOne: string | null;
48627
48420
  emailTwo: string | null;
48628
48421
  emailThree: string | null;
48629
- eori: string | null;
48630
48422
  tva: string | null;
48631
48423
  isMailing: boolean;
48632
48424
  telephone: string | null;
@@ -48641,6 +48433,7 @@ declare const shippingRoutes: {
48641
48433
  isShowSecondBordereaux: boolean;
48642
48434
  isShowCustomerName: boolean;
48643
48435
  isShowCommercialValue: boolean;
48436
+ eori: string | null;
48644
48437
  } | undefined;
48645
48438
  user?: {
48646
48439
  id: number;
@@ -49029,7 +48822,6 @@ declare const shippingRoutes: {
49029
48822
  emailOne: string | null;
49030
48823
  emailTwo: string | null;
49031
48824
  emailThree: string | null;
49032
- eori: string | null;
49033
48825
  tva: string | null;
49034
48826
  isMailing: boolean;
49035
48827
  telephone: string | null;
@@ -49044,6 +48836,7 @@ declare const shippingRoutes: {
49044
48836
  isShowSecondBordereaux: boolean;
49045
48837
  isShowCustomerName: boolean;
49046
48838
  isShowCommercialValue: boolean;
48839
+ eori: string | null;
49047
48840
  } | undefined;
49048
48841
  user?: {
49049
48842
  id: number;
@@ -53409,7 +53202,6 @@ declare const userRoutes: {
53409
53202
  emailOne: z.ZodNullable<z.ZodString>;
53410
53203
  emailTwo: z.ZodNullable<z.ZodString>;
53411
53204
  emailThree: z.ZodNullable<z.ZodString>;
53412
- eori: z.ZodNullable<z.ZodString>;
53413
53205
  tva: z.ZodNullable<z.ZodString>;
53414
53206
  isTrackingMail: z.ZodNullable<z.ZodBoolean>;
53415
53207
  isBillingCenter: z.ZodBoolean;
@@ -53481,7 +53273,6 @@ declare const userRoutes: {
53481
53273
  emailOne: string | null;
53482
53274
  emailTwo: string | null;
53483
53275
  emailThree: string | null;
53484
- eori: string | null;
53485
53276
  tva: string | null;
53486
53277
  isTrackingMail: boolean | null;
53487
53278
  isBillingCenter: boolean;
@@ -53539,7 +53330,6 @@ declare const userRoutes: {
53539
53330
  emailOne: string | null;
53540
53331
  emailTwo: string | null;
53541
53332
  emailThree: string | null;
53542
- eori: string | null;
53543
53333
  tva: string | null;
53544
53334
  isTrackingMail: boolean | null;
53545
53335
  isBillingCenter: boolean;
@@ -53852,7 +53642,6 @@ declare const userRoutes: {
53852
53642
  emailOne: string | null;
53853
53643
  emailTwo: string | null;
53854
53644
  emailThree: string | null;
53855
- eori: string | null;
53856
53645
  tva: string | null;
53857
53646
  isTrackingMail: boolean | null;
53858
53647
  isBillingCenter: boolean;
@@ -54031,7 +53820,6 @@ declare const userRoutes: {
54031
53820
  emailOne: string | null;
54032
53821
  emailTwo: string | null;
54033
53822
  emailThree: string | null;
54034
- eori: string | null;
54035
53823
  tva: string | null;
54036
53824
  isTrackingMail: boolean | null;
54037
53825
  isBillingCenter: boolean;
@@ -54212,7 +54000,6 @@ declare const userRoutes: {
54212
54000
  emailOne: string | null;
54213
54001
  emailTwo: string | null;
54214
54002
  emailThree: string | null;
54215
- eori: string | null;
54216
54003
  tva: string | null;
54217
54004
  isTrackingMail: boolean | null;
54218
54005
  isBillingCenter: boolean;
@@ -54404,7 +54191,6 @@ declare const userRoutes: {
54404
54191
  emailOne: string | null;
54405
54192
  emailTwo: string | null;
54406
54193
  emailThree: string | null;
54407
- eori: string | null;
54408
54194
  tva: string | null;
54409
54195
  isTrackingMail: boolean | null;
54410
54196
  isBillingCenter: boolean;
@@ -54602,7 +54388,6 @@ declare const userRoutes: {
54602
54388
  emailOne: string | null;
54603
54389
  emailTwo: string | null;
54604
54390
  emailThree: string | null;
54605
- eori: string | null;
54606
54391
  tva: string | null;
54607
54392
  isTrackingMail: boolean | null;
54608
54393
  isBillingCenter: boolean;
@@ -54800,7 +54585,6 @@ declare const userRoutes: {
54800
54585
  emailOne: string | null;
54801
54586
  emailTwo: string | null;
54802
54587
  emailThree: string | null;
54803
- eori: string | null;
54804
54588
  tva: string | null;
54805
54589
  isTrackingMail: boolean | null;
54806
54590
  isBillingCenter: boolean;
@@ -55098,7 +54882,6 @@ declare const userRoutes: {
55098
54882
  emailOne: z.ZodNullable<z.ZodString>;
55099
54883
  emailTwo: z.ZodNullable<z.ZodString>;
55100
54884
  emailThree: z.ZodNullable<z.ZodString>;
55101
- eori: z.ZodNullable<z.ZodString>;
55102
54885
  tva: z.ZodNullable<z.ZodString>;
55103
54886
  isTrackingMail: z.ZodNullable<z.ZodBoolean>;
55104
54887
  isBillingCenter: z.ZodBoolean;
@@ -55170,7 +54953,6 @@ declare const userRoutes: {
55170
54953
  emailOne: string | null;
55171
54954
  emailTwo: string | null;
55172
54955
  emailThree: string | null;
55173
- eori: string | null;
55174
54956
  tva: string | null;
55175
54957
  isTrackingMail: boolean | null;
55176
54958
  isBillingCenter: boolean;
@@ -55228,7 +55010,6 @@ declare const userRoutes: {
55228
55010
  emailOne: string | null;
55229
55011
  emailTwo: string | null;
55230
55012
  emailThree: string | null;
55231
- eori: string | null;
55232
55013
  tva: string | null;
55233
55014
  isTrackingMail: boolean | null;
55234
55015
  isBillingCenter: boolean;
@@ -55541,7 +55322,6 @@ declare const userRoutes: {
55541
55322
  emailOne: string | null;
55542
55323
  emailTwo: string | null;
55543
55324
  emailThree: string | null;
55544
- eori: string | null;
55545
55325
  tva: string | null;
55546
55326
  isTrackingMail: boolean | null;
55547
55327
  isBillingCenter: boolean;
@@ -55720,7 +55500,6 @@ declare const userRoutes: {
55720
55500
  emailOne: string | null;
55721
55501
  emailTwo: string | null;
55722
55502
  emailThree: string | null;
55723
- eori: string | null;
55724
55503
  tva: string | null;
55725
55504
  isTrackingMail: boolean | null;
55726
55505
  isBillingCenter: boolean;
@@ -55905,7 +55684,6 @@ declare const userRoutes: {
55905
55684
  emailOne: string | null;
55906
55685
  emailTwo: string | null;
55907
55686
  emailThree: string | null;
55908
- eori: string | null;
55909
55687
  tva: string | null;
55910
55688
  isTrackingMail: boolean | null;
55911
55689
  isBillingCenter: boolean;
@@ -56090,7 +55868,6 @@ declare const userRoutes: {
56090
55868
  emailOne: string | null;
56091
55869
  emailTwo: string | null;
56092
55870
  emailThree: string | null;
56093
- eori: string | null;
56094
55871
  tva: string | null;
56095
55872
  isTrackingMail: boolean | null;
56096
55873
  isBillingCenter: boolean;
@@ -56520,7 +56297,6 @@ declare const userRoutes: {
56520
56297
  emailOne: z.ZodNullable<z.ZodString>;
56521
56298
  emailTwo: z.ZodNullable<z.ZodString>;
56522
56299
  emailThree: z.ZodNullable<z.ZodString>;
56523
- eori: z.ZodNullable<z.ZodString>;
56524
56300
  tva: z.ZodNullable<z.ZodString>;
56525
56301
  isTrackingMail: z.ZodNullable<z.ZodBoolean>;
56526
56302
  isBillingCenter: z.ZodBoolean;
@@ -56592,7 +56368,6 @@ declare const userRoutes: {
56592
56368
  emailOne: string | null;
56593
56369
  emailTwo: string | null;
56594
56370
  emailThree: string | null;
56595
- eori: string | null;
56596
56371
  tva: string | null;
56597
56372
  isTrackingMail: boolean | null;
56598
56373
  isBillingCenter: boolean;
@@ -56650,7 +56425,6 @@ declare const userRoutes: {
56650
56425
  emailOne: string | null;
56651
56426
  emailTwo: string | null;
56652
56427
  emailThree: string | null;
56653
- eori: string | null;
56654
56428
  tva: string | null;
56655
56429
  isTrackingMail: boolean | null;
56656
56430
  isBillingCenter: boolean;
@@ -56963,7 +56737,6 @@ declare const userRoutes: {
56963
56737
  emailOne: string | null;
56964
56738
  emailTwo: string | null;
56965
56739
  emailThree: string | null;
56966
- eori: string | null;
56967
56740
  tva: string | null;
56968
56741
  isTrackingMail: boolean | null;
56969
56742
  isBillingCenter: boolean;
@@ -57142,7 +56915,6 @@ declare const userRoutes: {
57142
56915
  emailOne: string | null;
57143
56916
  emailTwo: string | null;
57144
56917
  emailThree: string | null;
57145
- eori: string | null;
57146
56918
  tva: string | null;
57147
56919
  isTrackingMail: boolean | null;
57148
56920
  isBillingCenter: boolean;
@@ -57327,7 +57099,6 @@ declare const userRoutes: {
57327
57099
  emailOne: string | null;
57328
57100
  emailTwo: string | null;
57329
57101
  emailThree: string | null;
57330
- eori: string | null;
57331
57102
  tva: string | null;
57332
57103
  isTrackingMail: boolean | null;
57333
57104
  isBillingCenter: boolean;
@@ -57512,7 +57283,6 @@ declare const userRoutes: {
57512
57283
  emailOne: string | null;
57513
57284
  emailTwo: string | null;
57514
57285
  emailThree: string | null;
57515
- eori: string | null;
57516
57286
  tva: string | null;
57517
57287
  isTrackingMail: boolean | null;
57518
57288
  isBillingCenter: boolean;
@@ -57949,7 +57719,6 @@ declare const userRoutes: {
57949
57719
  emailOne: z.ZodNullable<z.ZodString>;
57950
57720
  emailTwo: z.ZodNullable<z.ZodString>;
57951
57721
  emailThree: z.ZodNullable<z.ZodString>;
57952
- eori: z.ZodNullable<z.ZodString>;
57953
57722
  tva: z.ZodNullable<z.ZodString>;
57954
57723
  isTrackingMail: z.ZodNullable<z.ZodBoolean>;
57955
57724
  isBillingCenter: z.ZodBoolean;
@@ -58021,7 +57790,6 @@ declare const userRoutes: {
58021
57790
  emailOne: string | null;
58022
57791
  emailTwo: string | null;
58023
57792
  emailThree: string | null;
58024
- eori: string | null;
58025
57793
  tva: string | null;
58026
57794
  isTrackingMail: boolean | null;
58027
57795
  isBillingCenter: boolean;
@@ -58079,7 +57847,6 @@ declare const userRoutes: {
58079
57847
  emailOne: string | null;
58080
57848
  emailTwo: string | null;
58081
57849
  emailThree: string | null;
58082
- eori: string | null;
58083
57850
  tva: string | null;
58084
57851
  isTrackingMail: boolean | null;
58085
57852
  isBillingCenter: boolean;
@@ -58392,7 +58159,6 @@ declare const userRoutes: {
58392
58159
  emailOne: string | null;
58393
58160
  emailTwo: string | null;
58394
58161
  emailThree: string | null;
58395
- eori: string | null;
58396
58162
  tva: string | null;
58397
58163
  isTrackingMail: boolean | null;
58398
58164
  isBillingCenter: boolean;
@@ -58571,7 +58337,6 @@ declare const userRoutes: {
58571
58337
  emailOne: string | null;
58572
58338
  emailTwo: string | null;
58573
58339
  emailThree: string | null;
58574
- eori: string | null;
58575
58340
  tva: string | null;
58576
58341
  isTrackingMail: boolean | null;
58577
58342
  isBillingCenter: boolean;
@@ -58756,7 +58521,6 @@ declare const userRoutes: {
58756
58521
  emailOne: string | null;
58757
58522
  emailTwo: string | null;
58758
58523
  emailThree: string | null;
58759
- eori: string | null;
58760
58524
  tva: string | null;
58761
58525
  isTrackingMail: boolean | null;
58762
58526
  isBillingCenter: boolean;
@@ -58941,7 +58705,6 @@ declare const userRoutes: {
58941
58705
  emailOne: string | null;
58942
58706
  emailTwo: string | null;
58943
58707
  emailThree: string | null;
58944
- eori: string | null;
58945
58708
  tva: string | null;
58946
58709
  isTrackingMail: boolean | null;
58947
58710
  isBillingCenter: boolean;
@@ -59227,7 +58990,6 @@ declare const userRoutes: {
59227
58990
  emailOne: z.ZodNullable<z.ZodString>;
59228
58991
  emailTwo: z.ZodNullable<z.ZodString>;
59229
58992
  emailThree: z.ZodNullable<z.ZodString>;
59230
- eori: z.ZodNullable<z.ZodString>;
59231
58993
  tva: z.ZodNullable<z.ZodString>;
59232
58994
  isTrackingMail: z.ZodNullable<z.ZodBoolean>;
59233
58995
  isBillingCenter: z.ZodBoolean;
@@ -59299,7 +59061,6 @@ declare const userRoutes: {
59299
59061
  emailOne: string | null;
59300
59062
  emailTwo: string | null;
59301
59063
  emailThree: string | null;
59302
- eori: string | null;
59303
59064
  tva: string | null;
59304
59065
  isTrackingMail: boolean | null;
59305
59066
  isBillingCenter: boolean;
@@ -59357,7 +59118,6 @@ declare const userRoutes: {
59357
59118
  emailOne: string | null;
59358
59119
  emailTwo: string | null;
59359
59120
  emailThree: string | null;
59360
- eori: string | null;
59361
59121
  tva: string | null;
59362
59122
  isTrackingMail: boolean | null;
59363
59123
  isBillingCenter: boolean;
@@ -59670,7 +59430,6 @@ declare const userRoutes: {
59670
59430
  emailOne: string | null;
59671
59431
  emailTwo: string | null;
59672
59432
  emailThree: string | null;
59673
- eori: string | null;
59674
59433
  tva: string | null;
59675
59434
  isTrackingMail: boolean | null;
59676
59435
  isBillingCenter: boolean;
@@ -59849,7 +59608,6 @@ declare const userRoutes: {
59849
59608
  emailOne: string | null;
59850
59609
  emailTwo: string | null;
59851
59610
  emailThree: string | null;
59852
- eori: string | null;
59853
59611
  tva: string | null;
59854
59612
  isTrackingMail: boolean | null;
59855
59613
  isBillingCenter: boolean;
@@ -60034,7 +59792,6 @@ declare const userRoutes: {
60034
59792
  emailOne: string | null;
60035
59793
  emailTwo: string | null;
60036
59794
  emailThree: string | null;
60037
- eori: string | null;
60038
59795
  tva: string | null;
60039
59796
  isTrackingMail: boolean | null;
60040
59797
  isBillingCenter: boolean;
@@ -60219,7 +59976,6 @@ declare const userRoutes: {
60219
59976
  emailOne: string | null;
60220
59977
  emailTwo: string | null;
60221
59978
  emailThree: string | null;
60222
- eori: string | null;
60223
59979
  tva: string | null;
60224
59980
  isTrackingMail: boolean | null;
60225
59981
  isBillingCenter: boolean;
@@ -60499,7 +60255,6 @@ declare const userRoutes: {
60499
60255
  emailOne: z.ZodNullable<z.ZodString>;
60500
60256
  emailTwo: z.ZodNullable<z.ZodString>;
60501
60257
  emailThree: z.ZodNullable<z.ZodString>;
60502
- eori: z.ZodNullable<z.ZodString>;
60503
60258
  tva: z.ZodNullable<z.ZodString>;
60504
60259
  isTrackingMail: z.ZodNullable<z.ZodBoolean>;
60505
60260
  isBillingCenter: z.ZodBoolean;
@@ -60571,7 +60326,6 @@ declare const userRoutes: {
60571
60326
  emailOne: string | null;
60572
60327
  emailTwo: string | null;
60573
60328
  emailThree: string | null;
60574
- eori: string | null;
60575
60329
  tva: string | null;
60576
60330
  isTrackingMail: boolean | null;
60577
60331
  isBillingCenter: boolean;
@@ -60629,7 +60383,6 @@ declare const userRoutes: {
60629
60383
  emailOne: string | null;
60630
60384
  emailTwo: string | null;
60631
60385
  emailThree: string | null;
60632
- eori: string | null;
60633
60386
  tva: string | null;
60634
60387
  isTrackingMail: boolean | null;
60635
60388
  isBillingCenter: boolean;
@@ -60706,7 +60459,6 @@ declare const userRoutes: {
60706
60459
  emailOne: string | null;
60707
60460
  emailTwo: string | null;
60708
60461
  emailThree: string | null;
60709
- eori: string | null;
60710
60462
  tva: string | null;
60711
60463
  isMailing: boolean;
60712
60464
  telephone: string | null;
@@ -60721,6 +60473,7 @@ declare const userRoutes: {
60721
60473
  isShowSecondBordereaux: boolean;
60722
60474
  isShowCustomerName: boolean;
60723
60475
  isShowCommercialValue: boolean;
60476
+ eori: string | null;
60724
60477
  country?: {
60725
60478
  id: number;
60726
60479
  createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
@@ -60772,7 +60525,6 @@ declare const userRoutes: {
60772
60525
  emailOne: string | null;
60773
60526
  emailTwo: string | null;
60774
60527
  emailThree: string | null;
60775
- eori: string | null;
60776
60528
  tva: string | null;
60777
60529
  isTrackingMail: boolean | null;
60778
60530
  isBillingCenter: boolean;
@@ -60827,7 +60579,6 @@ declare const userRoutes: {
60827
60579
  emailOne: string | null;
60828
60580
  emailTwo: string | null;
60829
60581
  emailThree: string | null;
60830
- eori: string | null;
60831
60582
  tva: string | null;
60832
60583
  isMailing: boolean;
60833
60584
  telephone: string | null;
@@ -60842,6 +60593,7 @@ declare const userRoutes: {
60842
60593
  isShowSecondBordereaux: boolean;
60843
60594
  isShowCustomerName: boolean;
60844
60595
  isShowCommercialValue: boolean;
60596
+ eori: string | null;
60845
60597
  country?: {
60846
60598
  id: number;
60847
60599
  createdAt: Date;
@@ -60893,7 +60645,6 @@ declare const userRoutes: {
60893
60645
  emailOne: string | null;
60894
60646
  emailTwo: string | null;
60895
60647
  emailThree: string | null;
60896
- eori: string | null;
60897
60648
  tva: string | null;
60898
60649
  isTrackingMail: boolean | null;
60899
60650
  isBillingCenter: boolean;
@@ -60950,7 +60701,6 @@ declare const userRoutes: {
60950
60701
  emailOne: string | null;
60951
60702
  emailTwo: string | null;
60952
60703
  emailThree: string | null;
60953
- eori: string | null;
60954
60704
  tva: string | null;
60955
60705
  isMailing: boolean;
60956
60706
  telephone: string | null;
@@ -60965,6 +60715,7 @@ declare const userRoutes: {
60965
60715
  isShowSecondBordereaux: boolean;
60966
60716
  isShowCustomerName: boolean;
60967
60717
  isShowCommercialValue: boolean;
60718
+ eori: string | null;
60968
60719
  country?: {
60969
60720
  id: number;
60970
60721
  createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
@@ -61016,7 +60767,6 @@ declare const userRoutes: {
61016
60767
  emailOne: string | null;
61017
60768
  emailTwo: string | null;
61018
60769
  emailThree: string | null;
61019
- eori: string | null;
61020
60770
  tva: string | null;
61021
60771
  isTrackingMail: boolean | null;
61022
60772
  isBillingCenter: boolean;
@@ -61084,7 +60834,6 @@ declare const userRoutes: {
61084
60834
  emailOne: string | null;
61085
60835
  emailTwo: string | null;
61086
60836
  emailThree: string | null;
61087
- eori: string | null;
61088
60837
  tva: string | null;
61089
60838
  isMailing: boolean;
61090
60839
  telephone: string | null;
@@ -61099,6 +60848,7 @@ declare const userRoutes: {
61099
60848
  isShowSecondBordereaux: boolean;
61100
60849
  isShowCustomerName: boolean;
61101
60850
  isShowCommercialValue: boolean;
60851
+ eori: string | null;
61102
60852
  country?: {
61103
60853
  id: number;
61104
60854
  createdAt: Date;
@@ -61150,7 +60900,6 @@ declare const userRoutes: {
61150
60900
  emailOne: string | null;
61151
60901
  emailTwo: string | null;
61152
60902
  emailThree: string | null;
61153
- eori: string | null;
61154
60903
  tva: string | null;
61155
60904
  isTrackingMail: boolean | null;
61156
60905
  isBillingCenter: boolean;
@@ -61224,7 +60973,6 @@ declare const userRoutes: {
61224
60973
  emailOne: string | null;
61225
60974
  emailTwo: string | null;
61226
60975
  emailThree: string | null;
61227
- eori: string | null;
61228
60976
  tva: string | null;
61229
60977
  isMailing: boolean;
61230
60978
  telephone: string | null;
@@ -61239,6 +60987,7 @@ declare const userRoutes: {
61239
60987
  isShowSecondBordereaux: boolean;
61240
60988
  isShowCustomerName: boolean;
61241
60989
  isShowCommercialValue: boolean;
60990
+ eori: string | null;
61242
60991
  country?: {
61243
60992
  id: number;
61244
60993
  createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
@@ -61290,7 +61039,6 @@ declare const userRoutes: {
61290
61039
  emailOne: string | null;
61291
61040
  emailTwo: string | null;
61292
61041
  emailThree: string | null;
61293
- eori: string | null;
61294
61042
  tva: string | null;
61295
61043
  isTrackingMail: boolean | null;
61296
61044
  isBillingCenter: boolean;
@@ -61364,7 +61112,6 @@ declare const userRoutes: {
61364
61112
  emailOne: string | null;
61365
61113
  emailTwo: string | null;
61366
61114
  emailThree: string | null;
61367
- eori: string | null;
61368
61115
  tva: string | null;
61369
61116
  isMailing: boolean;
61370
61117
  telephone: string | null;
@@ -61379,6 +61126,7 @@ declare const userRoutes: {
61379
61126
  isShowSecondBordereaux: boolean;
61380
61127
  isShowCustomerName: boolean;
61381
61128
  isShowCommercialValue: boolean;
61129
+ eori: string | null;
61382
61130
  country?: {
61383
61131
  id: number;
61384
61132
  createdAt: Date;
@@ -61430,7 +61178,6 @@ declare const userRoutes: {
61430
61178
  emailOne: string | null;
61431
61179
  emailTwo: string | null;
61432
61180
  emailThree: string | null;
61433
- eori: string | null;
61434
61181
  tva: string | null;
61435
61182
  isTrackingMail: boolean | null;
61436
61183
  isBillingCenter: boolean;
@@ -61726,7 +61473,6 @@ declare const userRoutes: {
61726
61473
  emailOne: z.ZodNullable<z.ZodString>;
61727
61474
  emailTwo: z.ZodNullable<z.ZodString>;
61728
61475
  emailThree: z.ZodNullable<z.ZodString>;
61729
- eori: z.ZodNullable<z.ZodString>;
61730
61476
  tva: z.ZodNullable<z.ZodString>;
61731
61477
  isTrackingMail: z.ZodNullable<z.ZodBoolean>;
61732
61478
  isBillingCenter: z.ZodBoolean;
@@ -61798,7 +61544,6 @@ declare const userRoutes: {
61798
61544
  emailOne: string | null;
61799
61545
  emailTwo: string | null;
61800
61546
  emailThree: string | null;
61801
- eori: string | null;
61802
61547
  tva: string | null;
61803
61548
  isTrackingMail: boolean | null;
61804
61549
  isBillingCenter: boolean;
@@ -61856,7 +61601,6 @@ declare const userRoutes: {
61856
61601
  emailOne: string | null;
61857
61602
  emailTwo: string | null;
61858
61603
  emailThree: string | null;
61859
- eori: string | null;
61860
61604
  tva: string | null;
61861
61605
  isTrackingMail: boolean | null;
61862
61606
  isBillingCenter: boolean;
@@ -62169,7 +61913,6 @@ declare const userRoutes: {
62169
61913
  emailOne: string | null;
62170
61914
  emailTwo: string | null;
62171
61915
  emailThree: string | null;
62172
- eori: string | null;
62173
61916
  tva: string | null;
62174
61917
  isTrackingMail: boolean | null;
62175
61918
  isBillingCenter: boolean;
@@ -62348,7 +62091,6 @@ declare const userRoutes: {
62348
62091
  emailOne: string | null;
62349
62092
  emailTwo: string | null;
62350
62093
  emailThree: string | null;
62351
- eori: string | null;
62352
62094
  tva: string | null;
62353
62095
  isTrackingMail: boolean | null;
62354
62096
  isBillingCenter: boolean;
@@ -62537,7 +62279,6 @@ declare const userRoutes: {
62537
62279
  emailOne: string | null;
62538
62280
  emailTwo: string | null;
62539
62281
  emailThree: string | null;
62540
- eori: string | null;
62541
62282
  tva: string | null;
62542
62283
  isTrackingMail: boolean | null;
62543
62284
  isBillingCenter: boolean;
@@ -62734,7 +62475,6 @@ declare const userRoutes: {
62734
62475
  emailOne: string | null;
62735
62476
  emailTwo: string | null;
62736
62477
  emailThree: string | null;
62737
- eori: string | null;
62738
62478
  tva: string | null;
62739
62479
  isTrackingMail: boolean | null;
62740
62480
  isBillingCenter: boolean;
@@ -62937,7 +62677,6 @@ declare const userRoutes: {
62937
62677
  emailOne: string | null;
62938
62678
  emailTwo: string | null;
62939
62679
  emailThree: string | null;
62940
- eori: string | null;
62941
62680
  tva: string | null;
62942
62681
  isTrackingMail: boolean | null;
62943
62682
  isBillingCenter: boolean;
@@ -63140,7 +62879,6 @@ declare const userRoutes: {
63140
62879
  emailOne: string | null;
63141
62880
  emailTwo: string | null;
63142
62881
  emailThree: string | null;
63143
- eori: string | null;
63144
62882
  tva: string | null;
63145
62883
  isTrackingMail: boolean | null;
63146
62884
  isBillingCenter: boolean;
@@ -63451,7 +63189,6 @@ declare const userRoutes: {
63451
63189
  emailOne: z.ZodNullable<z.ZodString>;
63452
63190
  emailTwo: z.ZodNullable<z.ZodString>;
63453
63191
  emailThree: z.ZodNullable<z.ZodString>;
63454
- eori: z.ZodNullable<z.ZodString>;
63455
63192
  tva: z.ZodNullable<z.ZodString>;
63456
63193
  isTrackingMail: z.ZodNullable<z.ZodBoolean>;
63457
63194
  isBillingCenter: z.ZodBoolean;
@@ -63523,7 +63260,6 @@ declare const userRoutes: {
63523
63260
  emailOne: string | null;
63524
63261
  emailTwo: string | null;
63525
63262
  emailThree: string | null;
63526
- eori: string | null;
63527
63263
  tva: string | null;
63528
63264
  isTrackingMail: boolean | null;
63529
63265
  isBillingCenter: boolean;
@@ -63581,7 +63317,6 @@ declare const userRoutes: {
63581
63317
  emailOne: string | null;
63582
63318
  emailTwo: string | null;
63583
63319
  emailThree: string | null;
63584
- eori: string | null;
63585
63320
  tva: string | null;
63586
63321
  isTrackingMail: boolean | null;
63587
63322
  isBillingCenter: boolean;
@@ -63894,7 +63629,6 @@ declare const userRoutes: {
63894
63629
  emailOne: string | null;
63895
63630
  emailTwo: string | null;
63896
63631
  emailThree: string | null;
63897
- eori: string | null;
63898
63632
  tva: string | null;
63899
63633
  isTrackingMail: boolean | null;
63900
63634
  isBillingCenter: boolean;
@@ -64073,7 +63807,6 @@ declare const userRoutes: {
64073
63807
  emailOne: string | null;
64074
63808
  emailTwo: string | null;
64075
63809
  emailThree: string | null;
64076
- eori: string | null;
64077
63810
  tva: string | null;
64078
63811
  isTrackingMail: boolean | null;
64079
63812
  isBillingCenter: boolean;
@@ -64254,7 +63987,6 @@ declare const userRoutes: {
64254
63987
  emailOne: string | null;
64255
63988
  emailTwo: string | null;
64256
63989
  emailThree: string | null;
64257
- eori: string | null;
64258
63990
  tva: string | null;
64259
63991
  isTrackingMail: boolean | null;
64260
63992
  isBillingCenter: boolean;
@@ -64446,7 +64178,6 @@ declare const userRoutes: {
64446
64178
  emailOne: string | null;
64447
64179
  emailTwo: string | null;
64448
64180
  emailThree: string | null;
64449
- eori: string | null;
64450
64181
  tva: string | null;
64451
64182
  isTrackingMail: boolean | null;
64452
64183
  isBillingCenter: boolean;
@@ -64644,7 +64375,6 @@ declare const userRoutes: {
64644
64375
  emailOne: string | null;
64645
64376
  emailTwo: string | null;
64646
64377
  emailThree: string | null;
64647
- eori: string | null;
64648
64378
  tva: string | null;
64649
64379
  isTrackingMail: boolean | null;
64650
64380
  isBillingCenter: boolean;
@@ -64842,7 +64572,6 @@ declare const userRoutes: {
64842
64572
  emailOne: string | null;
64843
64573
  emailTwo: string | null;
64844
64574
  emailThree: string | null;
64845
- eori: string | null;
64846
64575
  tva: string | null;
64847
64576
  isTrackingMail: boolean | null;
64848
64577
  isBillingCenter: boolean;
@@ -65140,7 +64869,6 @@ declare const userRoutes: {
65140
64869
  emailOne: z.ZodNullable<z.ZodString>;
65141
64870
  emailTwo: z.ZodNullable<z.ZodString>;
65142
64871
  emailThree: z.ZodNullable<z.ZodString>;
65143
- eori: z.ZodNullable<z.ZodString>;
65144
64872
  tva: z.ZodNullable<z.ZodString>;
65145
64873
  isTrackingMail: z.ZodNullable<z.ZodBoolean>;
65146
64874
  isBillingCenter: z.ZodBoolean;
@@ -65212,7 +64940,6 @@ declare const userRoutes: {
65212
64940
  emailOne: string | null;
65213
64941
  emailTwo: string | null;
65214
64942
  emailThree: string | null;
65215
- eori: string | null;
65216
64943
  tva: string | null;
65217
64944
  isTrackingMail: boolean | null;
65218
64945
  isBillingCenter: boolean;
@@ -65270,7 +64997,6 @@ declare const userRoutes: {
65270
64997
  emailOne: string | null;
65271
64998
  emailTwo: string | null;
65272
64999
  emailThree: string | null;
65273
- eori: string | null;
65274
65000
  tva: string | null;
65275
65001
  isTrackingMail: boolean | null;
65276
65002
  isBillingCenter: boolean;
@@ -65583,7 +65309,6 @@ declare const userRoutes: {
65583
65309
  emailOne: string | null;
65584
65310
  emailTwo: string | null;
65585
65311
  emailThree: string | null;
65586
- eori: string | null;
65587
65312
  tva: string | null;
65588
65313
  isTrackingMail: boolean | null;
65589
65314
  isBillingCenter: boolean;
@@ -65762,7 +65487,6 @@ declare const userRoutes: {
65762
65487
  emailOne: string | null;
65763
65488
  emailTwo: string | null;
65764
65489
  emailThree: string | null;
65765
- eori: string | null;
65766
65490
  tva: string | null;
65767
65491
  isTrackingMail: boolean | null;
65768
65492
  isBillingCenter: boolean;
@@ -65947,7 +65671,6 @@ declare const userRoutes: {
65947
65671
  emailOne: string | null;
65948
65672
  emailTwo: string | null;
65949
65673
  emailThree: string | null;
65950
- eori: string | null;
65951
65674
  tva: string | null;
65952
65675
  isTrackingMail: boolean | null;
65953
65676
  isBillingCenter: boolean;
@@ -66132,7 +65855,6 @@ declare const userRoutes: {
66132
65855
  emailOne: string | null;
66133
65856
  emailTwo: string | null;
66134
65857
  emailThree: string | null;
66135
- eori: string | null;
66136
65858
  tva: string | null;
66137
65859
  isTrackingMail: boolean | null;
66138
65860
  isBillingCenter: boolean;
@@ -66472,7 +66194,6 @@ declare const userRoutes: {
66472
66194
  emailOne: z.ZodNullable<z.ZodString>;
66473
66195
  emailTwo: z.ZodNullable<z.ZodString>;
66474
66196
  emailThree: z.ZodNullable<z.ZodString>;
66475
- eori: z.ZodNullable<z.ZodString>;
66476
66197
  tva: z.ZodNullable<z.ZodString>;
66477
66198
  isTrackingMail: z.ZodNullable<z.ZodBoolean>;
66478
66199
  isBillingCenter: z.ZodBoolean;
@@ -66544,7 +66265,6 @@ declare const userRoutes: {
66544
66265
  emailOne: string | null;
66545
66266
  emailTwo: string | null;
66546
66267
  emailThree: string | null;
66547
- eori: string | null;
66548
66268
  tva: string | null;
66549
66269
  isTrackingMail: boolean | null;
66550
66270
  isBillingCenter: boolean;
@@ -66602,7 +66322,6 @@ declare const userRoutes: {
66602
66322
  emailOne: string | null;
66603
66323
  emailTwo: string | null;
66604
66324
  emailThree: string | null;
66605
- eori: string | null;
66606
66325
  tva: string | null;
66607
66326
  isTrackingMail: boolean | null;
66608
66327
  isBillingCenter: boolean;
@@ -66915,7 +66634,6 @@ declare const userRoutes: {
66915
66634
  emailOne: string | null;
66916
66635
  emailTwo: string | null;
66917
66636
  emailThree: string | null;
66918
- eori: string | null;
66919
66637
  tva: string | null;
66920
66638
  isTrackingMail: boolean | null;
66921
66639
  isBillingCenter: boolean;
@@ -67094,7 +66812,6 @@ declare const userRoutes: {
67094
66812
  emailOne: string | null;
67095
66813
  emailTwo: string | null;
67096
66814
  emailThree: string | null;
67097
- eori: string | null;
67098
66815
  tva: string | null;
67099
66816
  isTrackingMail: boolean | null;
67100
66817
  isBillingCenter: boolean;
@@ -67279,7 +66996,6 @@ declare const userRoutes: {
67279
66996
  emailOne: string | null;
67280
66997
  emailTwo: string | null;
67281
66998
  emailThree: string | null;
67282
- eori: string | null;
67283
66999
  tva: string | null;
67284
67000
  isTrackingMail: boolean | null;
67285
67001
  isBillingCenter: boolean;
@@ -67464,7 +67180,6 @@ declare const userRoutes: {
67464
67180
  emailOne: string | null;
67465
67181
  emailTwo: string | null;
67466
67182
  emailThree: string | null;
67467
- eori: string | null;
67468
67183
  tva: string | null;
67469
67184
  isTrackingMail: boolean | null;
67470
67185
  isBillingCenter: boolean;
@@ -67823,7 +67538,6 @@ declare const userRoutes: {
67823
67538
  emailOne: z.ZodNullable<z.ZodString>;
67824
67539
  emailTwo: z.ZodNullable<z.ZodString>;
67825
67540
  emailThree: z.ZodNullable<z.ZodString>;
67826
- eori: z.ZodNullable<z.ZodString>;
67827
67541
  tva: z.ZodNullable<z.ZodString>;
67828
67542
  isTrackingMail: z.ZodNullable<z.ZodBoolean>;
67829
67543
  isBillingCenter: z.ZodBoolean;
@@ -67895,7 +67609,6 @@ declare const userRoutes: {
67895
67609
  emailOne: string | null;
67896
67610
  emailTwo: string | null;
67897
67611
  emailThree: string | null;
67898
- eori: string | null;
67899
67612
  tva: string | null;
67900
67613
  isTrackingMail: boolean | null;
67901
67614
  isBillingCenter: boolean;
@@ -67953,7 +67666,6 @@ declare const userRoutes: {
67953
67666
  emailOne: string | null;
67954
67667
  emailTwo: string | null;
67955
67668
  emailThree: string | null;
67956
- eori: string | null;
67957
67669
  tva: string | null;
67958
67670
  isTrackingMail: boolean | null;
67959
67671
  isBillingCenter: boolean;
@@ -68266,7 +67978,6 @@ declare const userRoutes: {
68266
67978
  emailOne: string | null;
68267
67979
  emailTwo: string | null;
68268
67980
  emailThree: string | null;
68269
- eori: string | null;
68270
67981
  tva: string | null;
68271
67982
  isTrackingMail: boolean | null;
68272
67983
  isBillingCenter: boolean;
@@ -68445,7 +68156,6 @@ declare const userRoutes: {
68445
68156
  emailOne: string | null;
68446
68157
  emailTwo: string | null;
68447
68158
  emailThree: string | null;
68448
- eori: string | null;
68449
68159
  tva: string | null;
68450
68160
  isTrackingMail: boolean | null;
68451
68161
  isBillingCenter: boolean;
@@ -68630,7 +68340,6 @@ declare const userRoutes: {
68630
68340
  emailOne: string | null;
68631
68341
  emailTwo: string | null;
68632
68342
  emailThree: string | null;
68633
- eori: string | null;
68634
68343
  tva: string | null;
68635
68344
  isTrackingMail: boolean | null;
68636
68345
  isBillingCenter: boolean;
@@ -68815,7 +68524,6 @@ declare const userRoutes: {
68815
68524
  emailOne: string | null;
68816
68525
  emailTwo: string | null;
68817
68526
  emailThree: string | null;
68818
- eori: string | null;
68819
68527
  tva: string | null;
68820
68528
  isTrackingMail: boolean | null;
68821
68529
  isBillingCenter: boolean;
@@ -69101,7 +68809,6 @@ declare const userRoutes: {
69101
68809
  emailOne: z.ZodNullable<z.ZodString>;
69102
68810
  emailTwo: z.ZodNullable<z.ZodString>;
69103
68811
  emailThree: z.ZodNullable<z.ZodString>;
69104
- eori: z.ZodNullable<z.ZodString>;
69105
68812
  tva: z.ZodNullable<z.ZodString>;
69106
68813
  isTrackingMail: z.ZodNullable<z.ZodBoolean>;
69107
68814
  isBillingCenter: z.ZodBoolean;
@@ -69173,7 +68880,6 @@ declare const userRoutes: {
69173
68880
  emailOne: string | null;
69174
68881
  emailTwo: string | null;
69175
68882
  emailThree: string | null;
69176
- eori: string | null;
69177
68883
  tva: string | null;
69178
68884
  isTrackingMail: boolean | null;
69179
68885
  isBillingCenter: boolean;
@@ -69231,7 +68937,6 @@ declare const userRoutes: {
69231
68937
  emailOne: string | null;
69232
68938
  emailTwo: string | null;
69233
68939
  emailThree: string | null;
69234
- eori: string | null;
69235
68940
  tva: string | null;
69236
68941
  isTrackingMail: boolean | null;
69237
68942
  isBillingCenter: boolean;
@@ -69544,7 +69249,6 @@ declare const userRoutes: {
69544
69249
  emailOne: string | null;
69545
69250
  emailTwo: string | null;
69546
69251
  emailThree: string | null;
69547
- eori: string | null;
69548
69252
  tva: string | null;
69549
69253
  isTrackingMail: boolean | null;
69550
69254
  isBillingCenter: boolean;
@@ -69723,7 +69427,6 @@ declare const userRoutes: {
69723
69427
  emailOne: string | null;
69724
69428
  emailTwo: string | null;
69725
69429
  emailThree: string | null;
69726
- eori: string | null;
69727
69430
  tva: string | null;
69728
69431
  isTrackingMail: boolean | null;
69729
69432
  isBillingCenter: boolean;
@@ -69908,7 +69611,6 @@ declare const userRoutes: {
69908
69611
  emailOne: string | null;
69909
69612
  emailTwo: string | null;
69910
69613
  emailThree: string | null;
69911
- eori: string | null;
69912
69614
  tva: string | null;
69913
69615
  isTrackingMail: boolean | null;
69914
69616
  isBillingCenter: boolean;
@@ -70093,7 +69795,6 @@ declare const userRoutes: {
70093
69795
  emailOne: string | null;
70094
69796
  emailTwo: string | null;
70095
69797
  emailThree: string | null;
70096
- eori: string | null;
70097
69798
  tva: string | null;
70098
69799
  isTrackingMail: boolean | null;
70099
69800
  isBillingCenter: boolean;
@@ -70395,7 +70096,6 @@ declare const userRoutes: {
70395
70096
  emailOne: z.ZodNullable<z.ZodString>;
70396
70097
  emailTwo: z.ZodNullable<z.ZodString>;
70397
70098
  emailThree: z.ZodNullable<z.ZodString>;
70398
- eori: z.ZodNullable<z.ZodString>;
70399
70099
  tva: z.ZodNullable<z.ZodString>;
70400
70100
  isTrackingMail: z.ZodNullable<z.ZodBoolean>;
70401
70101
  isBillingCenter: z.ZodBoolean;
@@ -70467,7 +70167,6 @@ declare const userRoutes: {
70467
70167
  emailOne: string | null;
70468
70168
  emailTwo: string | null;
70469
70169
  emailThree: string | null;
70470
- eori: string | null;
70471
70170
  tva: string | null;
70472
70171
  isTrackingMail: boolean | null;
70473
70172
  isBillingCenter: boolean;
@@ -70525,7 +70224,6 @@ declare const userRoutes: {
70525
70224
  emailOne: string | null;
70526
70225
  emailTwo: string | null;
70527
70226
  emailThree: string | null;
70528
- eori: string | null;
70529
70227
  tva: string | null;
70530
70228
  isTrackingMail: boolean | null;
70531
70229
  isBillingCenter: boolean;
@@ -70838,7 +70536,6 @@ declare const userRoutes: {
70838
70536
  emailOne: string | null;
70839
70537
  emailTwo: string | null;
70840
70538
  emailThree: string | null;
70841
- eori: string | null;
70842
70539
  tva: string | null;
70843
70540
  isTrackingMail: boolean | null;
70844
70541
  isBillingCenter: boolean;
@@ -71017,7 +70714,6 @@ declare const userRoutes: {
71017
70714
  emailOne: string | null;
71018
70715
  emailTwo: string | null;
71019
70716
  emailThree: string | null;
71020
- eori: string | null;
71021
70717
  tva: string | null;
71022
70718
  isTrackingMail: boolean | null;
71023
70719
  isBillingCenter: boolean;
@@ -71198,7 +70894,6 @@ declare const userRoutes: {
71198
70894
  emailOne: string | null;
71199
70895
  emailTwo: string | null;
71200
70896
  emailThree: string | null;
71201
- eori: string | null;
71202
70897
  tva: string | null;
71203
70898
  isTrackingMail: boolean | null;
71204
70899
  isBillingCenter: boolean;
@@ -71390,7 +71085,6 @@ declare const userRoutes: {
71390
71085
  emailOne: string | null;
71391
71086
  emailTwo: string | null;
71392
71087
  emailThree: string | null;
71393
- eori: string | null;
71394
71088
  tva: string | null;
71395
71089
  isTrackingMail: boolean | null;
71396
71090
  isBillingCenter: boolean;
@@ -71588,7 +71282,6 @@ declare const userRoutes: {
71588
71282
  emailOne: string | null;
71589
71283
  emailTwo: string | null;
71590
71284
  emailThree: string | null;
71591
- eori: string | null;
71592
71285
  tva: string | null;
71593
71286
  isTrackingMail: boolean | null;
71594
71287
  isBillingCenter: boolean;
@@ -71786,7 +71479,6 @@ declare const userRoutes: {
71786
71479
  emailOne: string | null;
71787
71480
  emailTwo: string | null;
71788
71481
  emailThree: string | null;
71789
- eori: string | null;
71790
71482
  tva: string | null;
71791
71483
  isTrackingMail: boolean | null;
71792
71484
  isBillingCenter: boolean;
@@ -72084,7 +71776,6 @@ declare const userRoutes: {
72084
71776
  emailOne: z.ZodNullable<z.ZodString>;
72085
71777
  emailTwo: z.ZodNullable<z.ZodString>;
72086
71778
  emailThree: z.ZodNullable<z.ZodString>;
72087
- eori: z.ZodNullable<z.ZodString>;
72088
71779
  tva: z.ZodNullable<z.ZodString>;
72089
71780
  isTrackingMail: z.ZodNullable<z.ZodBoolean>;
72090
71781
  isBillingCenter: z.ZodBoolean;
@@ -72156,7 +71847,6 @@ declare const userRoutes: {
72156
71847
  emailOne: string | null;
72157
71848
  emailTwo: string | null;
72158
71849
  emailThree: string | null;
72159
- eori: string | null;
72160
71850
  tva: string | null;
72161
71851
  isTrackingMail: boolean | null;
72162
71852
  isBillingCenter: boolean;
@@ -72214,7 +71904,6 @@ declare const userRoutes: {
72214
71904
  emailOne: string | null;
72215
71905
  emailTwo: string | null;
72216
71906
  emailThree: string | null;
72217
- eori: string | null;
72218
71907
  tva: string | null;
72219
71908
  isTrackingMail: boolean | null;
72220
71909
  isBillingCenter: boolean;
@@ -72527,7 +72216,6 @@ declare const userRoutes: {
72527
72216
  emailOne: string | null;
72528
72217
  emailTwo: string | null;
72529
72218
  emailThree: string | null;
72530
- eori: string | null;
72531
72219
  tva: string | null;
72532
72220
  isTrackingMail: boolean | null;
72533
72221
  isBillingCenter: boolean;
@@ -72706,7 +72394,6 @@ declare const userRoutes: {
72706
72394
  emailOne: string | null;
72707
72395
  emailTwo: string | null;
72708
72396
  emailThree: string | null;
72709
- eori: string | null;
72710
72397
  tva: string | null;
72711
72398
  isTrackingMail: boolean | null;
72712
72399
  isBillingCenter: boolean;
@@ -72891,7 +72578,6 @@ declare const userRoutes: {
72891
72578
  emailOne: string | null;
72892
72579
  emailTwo: string | null;
72893
72580
  emailThree: string | null;
72894
- eori: string | null;
72895
72581
  tva: string | null;
72896
72582
  isTrackingMail: boolean | null;
72897
72583
  isBillingCenter: boolean;
@@ -73076,7 +72762,6 @@ declare const userRoutes: {
73076
72762
  emailOne: string | null;
73077
72763
  emailTwo: string | null;
73078
72764
  emailThree: string | null;
73079
- eori: string | null;
73080
72765
  tva: string | null;
73081
72766
  isTrackingMail: boolean | null;
73082
72767
  isBillingCenter: boolean;
@@ -73419,7 +73104,6 @@ declare const userRoutes: {
73419
73104
  emailOne: z.ZodNullable<z.ZodString>;
73420
73105
  emailTwo: z.ZodNullable<z.ZodString>;
73421
73106
  emailThree: z.ZodNullable<z.ZodString>;
73422
- eori: z.ZodNullable<z.ZodString>;
73423
73107
  tva: z.ZodNullable<z.ZodString>;
73424
73108
  isTrackingMail: z.ZodNullable<z.ZodBoolean>;
73425
73109
  isBillingCenter: z.ZodBoolean;
@@ -73491,7 +73175,6 @@ declare const userRoutes: {
73491
73175
  emailOne: string | null;
73492
73176
  emailTwo: string | null;
73493
73177
  emailThree: string | null;
73494
- eori: string | null;
73495
73178
  tva: string | null;
73496
73179
  isTrackingMail: boolean | null;
73497
73180
  isBillingCenter: boolean;
@@ -73549,7 +73232,6 @@ declare const userRoutes: {
73549
73232
  emailOne: string | null;
73550
73233
  emailTwo: string | null;
73551
73234
  emailThree: string | null;
73552
- eori: string | null;
73553
73235
  tva: string | null;
73554
73236
  isTrackingMail: boolean | null;
73555
73237
  isBillingCenter: boolean;
@@ -73862,7 +73544,6 @@ declare const userRoutes: {
73862
73544
  emailOne: string | null;
73863
73545
  emailTwo: string | null;
73864
73546
  emailThree: string | null;
73865
- eori: string | null;
73866
73547
  tva: string | null;
73867
73548
  isTrackingMail: boolean | null;
73868
73549
  isBillingCenter: boolean;
@@ -74041,7 +73722,6 @@ declare const userRoutes: {
74041
73722
  emailOne: string | null;
74042
73723
  emailTwo: string | null;
74043
73724
  emailThree: string | null;
74044
- eori: string | null;
74045
73725
  tva: string | null;
74046
73726
  isTrackingMail: boolean | null;
74047
73727
  isBillingCenter: boolean;
@@ -74226,7 +73906,6 @@ declare const userRoutes: {
74226
73906
  emailOne: string | null;
74227
73907
  emailTwo: string | null;
74228
73908
  emailThree: string | null;
74229
- eori: string | null;
74230
73909
  tva: string | null;
74231
73910
  isTrackingMail: boolean | null;
74232
73911
  isBillingCenter: boolean;
@@ -74411,7 +74090,6 @@ declare const userRoutes: {
74411
74090
  emailOne: string | null;
74412
74091
  emailTwo: string | null;
74413
74092
  emailThree: string | null;
74414
- eori: string | null;
74415
74093
  tva: string | null;
74416
74094
  isTrackingMail: boolean | null;
74417
74095
  isBillingCenter: boolean;
@@ -74773,7 +74451,6 @@ declare const userRoutes: {
74773
74451
  emailOne: z.ZodNullable<z.ZodString>;
74774
74452
  emailTwo: z.ZodNullable<z.ZodString>;
74775
74453
  emailThree: z.ZodNullable<z.ZodString>;
74776
- eori: z.ZodNullable<z.ZodString>;
74777
74454
  tva: z.ZodNullable<z.ZodString>;
74778
74455
  isTrackingMail: z.ZodNullable<z.ZodBoolean>;
74779
74456
  isBillingCenter: z.ZodBoolean;
@@ -74845,7 +74522,6 @@ declare const userRoutes: {
74845
74522
  emailOne: string | null;
74846
74523
  emailTwo: string | null;
74847
74524
  emailThree: string | null;
74848
- eori: string | null;
74849
74525
  tva: string | null;
74850
74526
  isTrackingMail: boolean | null;
74851
74527
  isBillingCenter: boolean;
@@ -74903,7 +74579,6 @@ declare const userRoutes: {
74903
74579
  emailOne: string | null;
74904
74580
  emailTwo: string | null;
74905
74581
  emailThree: string | null;
74906
- eori: string | null;
74907
74582
  tva: string | null;
74908
74583
  isTrackingMail: boolean | null;
74909
74584
  isBillingCenter: boolean;
@@ -75216,7 +74891,6 @@ declare const userRoutes: {
75216
74891
  emailOne: string | null;
75217
74892
  emailTwo: string | null;
75218
74893
  emailThree: string | null;
75219
- eori: string | null;
75220
74894
  tva: string | null;
75221
74895
  isTrackingMail: boolean | null;
75222
74896
  isBillingCenter: boolean;
@@ -75395,7 +75069,6 @@ declare const userRoutes: {
75395
75069
  emailOne: string | null;
75396
75070
  emailTwo: string | null;
75397
75071
  emailThree: string | null;
75398
- eori: string | null;
75399
75072
  tva: string | null;
75400
75073
  isTrackingMail: boolean | null;
75401
75074
  isBillingCenter: boolean;
@@ -75580,7 +75253,6 @@ declare const userRoutes: {
75580
75253
  emailOne: string | null;
75581
75254
  emailTwo: string | null;
75582
75255
  emailThree: string | null;
75583
- eori: string | null;
75584
75256
  tva: string | null;
75585
75257
  isTrackingMail: boolean | null;
75586
75258
  isBillingCenter: boolean;
@@ -75765,7 +75437,6 @@ declare const userRoutes: {
75765
75437
  emailOne: string | null;
75766
75438
  emailTwo: string | null;
75767
75439
  emailThree: string | null;
75768
- eori: string | null;
75769
75440
  tva: string | null;
75770
75441
  isTrackingMail: boolean | null;
75771
75442
  isBillingCenter: boolean;
@@ -76051,7 +75722,6 @@ declare const userRoutes: {
76051
75722
  emailOne: z.ZodNullable<z.ZodString>;
76052
75723
  emailTwo: z.ZodNullable<z.ZodString>;
76053
75724
  emailThree: z.ZodNullable<z.ZodString>;
76054
- eori: z.ZodNullable<z.ZodString>;
76055
75725
  tva: z.ZodNullable<z.ZodString>;
76056
75726
  isTrackingMail: z.ZodNullable<z.ZodBoolean>;
76057
75727
  isBillingCenter: z.ZodBoolean;
@@ -76123,7 +75793,6 @@ declare const userRoutes: {
76123
75793
  emailOne: string | null;
76124
75794
  emailTwo: string | null;
76125
75795
  emailThree: string | null;
76126
- eori: string | null;
76127
75796
  tva: string | null;
76128
75797
  isTrackingMail: boolean | null;
76129
75798
  isBillingCenter: boolean;
@@ -76181,7 +75850,6 @@ declare const userRoutes: {
76181
75850
  emailOne: string | null;
76182
75851
  emailTwo: string | null;
76183
75852
  emailThree: string | null;
76184
- eori: string | null;
76185
75853
  tva: string | null;
76186
75854
  isTrackingMail: boolean | null;
76187
75855
  isBillingCenter: boolean;
@@ -76494,7 +76162,6 @@ declare const userRoutes: {
76494
76162
  emailOne: string | null;
76495
76163
  emailTwo: string | null;
76496
76164
  emailThree: string | null;
76497
- eori: string | null;
76498
76165
  tva: string | null;
76499
76166
  isTrackingMail: boolean | null;
76500
76167
  isBillingCenter: boolean;
@@ -76673,7 +76340,6 @@ declare const userRoutes: {
76673
76340
  emailOne: string | null;
76674
76341
  emailTwo: string | null;
76675
76342
  emailThree: string | null;
76676
- eori: string | null;
76677
76343
  tva: string | null;
76678
76344
  isTrackingMail: boolean | null;
76679
76345
  isBillingCenter: boolean;
@@ -76858,7 +76524,6 @@ declare const userRoutes: {
76858
76524
  emailOne: string | null;
76859
76525
  emailTwo: string | null;
76860
76526
  emailThree: string | null;
76861
- eori: string | null;
76862
76527
  tva: string | null;
76863
76528
  isTrackingMail: boolean | null;
76864
76529
  isBillingCenter: boolean;
@@ -77043,7 +76708,6 @@ declare const userRoutes: {
77043
76708
  emailOne: string | null;
77044
76709
  emailTwo: string | null;
77045
76710
  emailThree: string | null;
77046
- eori: string | null;
77047
76711
  tva: string | null;
77048
76712
  isTrackingMail: boolean | null;
77049
76713
  isBillingCenter: boolean;
@@ -77345,7 +77009,6 @@ declare const userRoutes: {
77345
77009
  emailOne: z.ZodNullable<z.ZodString>;
77346
77010
  emailTwo: z.ZodNullable<z.ZodString>;
77347
77011
  emailThree: z.ZodNullable<z.ZodString>;
77348
- eori: z.ZodNullable<z.ZodString>;
77349
77012
  tva: z.ZodNullable<z.ZodString>;
77350
77013
  isTrackingMail: z.ZodNullable<z.ZodBoolean>;
77351
77014
  isBillingCenter: z.ZodBoolean;
@@ -77417,7 +77080,6 @@ declare const userRoutes: {
77417
77080
  emailOne: string | null;
77418
77081
  emailTwo: string | null;
77419
77082
  emailThree: string | null;
77420
- eori: string | null;
77421
77083
  tva: string | null;
77422
77084
  isTrackingMail: boolean | null;
77423
77085
  isBillingCenter: boolean;
@@ -77475,7 +77137,6 @@ declare const userRoutes: {
77475
77137
  emailOne: string | null;
77476
77138
  emailTwo: string | null;
77477
77139
  emailThree: string | null;
77478
- eori: string | null;
77479
77140
  tva: string | null;
77480
77141
  isTrackingMail: boolean | null;
77481
77142
  isBillingCenter: boolean;
@@ -77788,7 +77449,6 @@ declare const userRoutes: {
77788
77449
  emailOne: string | null;
77789
77450
  emailTwo: string | null;
77790
77451
  emailThree: string | null;
77791
- eori: string | null;
77792
77452
  tva: string | null;
77793
77453
  isTrackingMail: boolean | null;
77794
77454
  isBillingCenter: boolean;
@@ -77967,7 +77627,6 @@ declare const userRoutes: {
77967
77627
  emailOne: string | null;
77968
77628
  emailTwo: string | null;
77969
77629
  emailThree: string | null;
77970
- eori: string | null;
77971
77630
  tva: string | null;
77972
77631
  isTrackingMail: boolean | null;
77973
77632
  isBillingCenter: boolean;
@@ -78148,7 +77807,6 @@ declare const userRoutes: {
78148
77807
  emailOne: string | null;
78149
77808
  emailTwo: string | null;
78150
77809
  emailThree: string | null;
78151
- eori: string | null;
78152
77810
  tva: string | null;
78153
77811
  isTrackingMail: boolean | null;
78154
77812
  isBillingCenter: boolean;
@@ -78340,7 +77998,6 @@ declare const userRoutes: {
78340
77998
  emailOne: string | null;
78341
77999
  emailTwo: string | null;
78342
78000
  emailThree: string | null;
78343
- eori: string | null;
78344
78001
  tva: string | null;
78345
78002
  isTrackingMail: boolean | null;
78346
78003
  isBillingCenter: boolean;
@@ -78538,7 +78195,6 @@ declare const userRoutes: {
78538
78195
  emailOne: string | null;
78539
78196
  emailTwo: string | null;
78540
78197
  emailThree: string | null;
78541
- eori: string | null;
78542
78198
  tva: string | null;
78543
78199
  isTrackingMail: boolean | null;
78544
78200
  isBillingCenter: boolean;
@@ -78736,7 +78392,6 @@ declare const userRoutes: {
78736
78392
  emailOne: string | null;
78737
78393
  emailTwo: string | null;
78738
78394
  emailThree: string | null;
78739
- eori: string | null;
78740
78395
  tva: string | null;
78741
78396
  isTrackingMail: boolean | null;
78742
78397
  isBillingCenter: boolean;
@@ -79034,7 +78689,6 @@ declare const userRoutes: {
79034
78689
  emailOne: z.ZodNullable<z.ZodString>;
79035
78690
  emailTwo: z.ZodNullable<z.ZodString>;
79036
78691
  emailThree: z.ZodNullable<z.ZodString>;
79037
- eori: z.ZodNullable<z.ZodString>;
79038
78692
  tva: z.ZodNullable<z.ZodString>;
79039
78693
  isTrackingMail: z.ZodNullable<z.ZodBoolean>;
79040
78694
  isBillingCenter: z.ZodBoolean;
@@ -79106,7 +78760,6 @@ declare const userRoutes: {
79106
78760
  emailOne: string | null;
79107
78761
  emailTwo: string | null;
79108
78762
  emailThree: string | null;
79109
- eori: string | null;
79110
78763
  tva: string | null;
79111
78764
  isTrackingMail: boolean | null;
79112
78765
  isBillingCenter: boolean;
@@ -79164,7 +78817,6 @@ declare const userRoutes: {
79164
78817
  emailOne: string | null;
79165
78818
  emailTwo: string | null;
79166
78819
  emailThree: string | null;
79167
- eori: string | null;
79168
78820
  tva: string | null;
79169
78821
  isTrackingMail: boolean | null;
79170
78822
  isBillingCenter: boolean;
@@ -79477,7 +79129,6 @@ declare const userRoutes: {
79477
79129
  emailOne: string | null;
79478
79130
  emailTwo: string | null;
79479
79131
  emailThree: string | null;
79480
- eori: string | null;
79481
79132
  tva: string | null;
79482
79133
  isTrackingMail: boolean | null;
79483
79134
  isBillingCenter: boolean;
@@ -79656,7 +79307,6 @@ declare const userRoutes: {
79656
79307
  emailOne: string | null;
79657
79308
  emailTwo: string | null;
79658
79309
  emailThree: string | null;
79659
- eori: string | null;
79660
79310
  tva: string | null;
79661
79311
  isTrackingMail: boolean | null;
79662
79312
  isBillingCenter: boolean;
@@ -79841,7 +79491,6 @@ declare const userRoutes: {
79841
79491
  emailOne: string | null;
79842
79492
  emailTwo: string | null;
79843
79493
  emailThree: string | null;
79844
- eori: string | null;
79845
79494
  tva: string | null;
79846
79495
  isTrackingMail: boolean | null;
79847
79496
  isBillingCenter: boolean;
@@ -80026,7 +79675,6 @@ declare const userRoutes: {
80026
79675
  emailOne: string | null;
80027
79676
  emailTwo: string | null;
80028
79677
  emailThree: string | null;
80029
- eori: string | null;
80030
79678
  tva: string | null;
80031
79679
  isTrackingMail: boolean | null;
80032
79680
  isBillingCenter: boolean;
@@ -80360,7 +80008,6 @@ declare const userRoutes: {
80360
80008
  emailOne: z.ZodNullable<z.ZodString>;
80361
80009
  emailTwo: z.ZodNullable<z.ZodString>;
80362
80010
  emailThree: z.ZodNullable<z.ZodString>;
80363
- eori: z.ZodNullable<z.ZodString>;
80364
80011
  tva: z.ZodNullable<z.ZodString>;
80365
80012
  isTrackingMail: z.ZodNullable<z.ZodBoolean>;
80366
80013
  isBillingCenter: z.ZodBoolean;
@@ -80432,7 +80079,6 @@ declare const userRoutes: {
80432
80079
  emailOne: string | null;
80433
80080
  emailTwo: string | null;
80434
80081
  emailThree: string | null;
80435
- eori: string | null;
80436
80082
  tva: string | null;
80437
80083
  isTrackingMail: boolean | null;
80438
80084
  isBillingCenter: boolean;
@@ -80490,7 +80136,6 @@ declare const userRoutes: {
80490
80136
  emailOne: string | null;
80491
80137
  emailTwo: string | null;
80492
80138
  emailThree: string | null;
80493
- eori: string | null;
80494
80139
  tva: string | null;
80495
80140
  isTrackingMail: boolean | null;
80496
80141
  isBillingCenter: boolean;
@@ -80803,7 +80448,6 @@ declare const userRoutes: {
80803
80448
  emailOne: string | null;
80804
80449
  emailTwo: string | null;
80805
80450
  emailThree: string | null;
80806
- eori: string | null;
80807
80451
  tva: string | null;
80808
80452
  isTrackingMail: boolean | null;
80809
80453
  isBillingCenter: boolean;
@@ -80982,7 +80626,6 @@ declare const userRoutes: {
80982
80626
  emailOne: string | null;
80983
80627
  emailTwo: string | null;
80984
80628
  emailThree: string | null;
80985
- eori: string | null;
80986
80629
  tva: string | null;
80987
80630
  isTrackingMail: boolean | null;
80988
80631
  isBillingCenter: boolean;
@@ -81167,7 +80810,6 @@ declare const userRoutes: {
81167
80810
  emailOne: string | null;
81168
80811
  emailTwo: string | null;
81169
80812
  emailThree: string | null;
81170
- eori: string | null;
81171
80813
  tva: string | null;
81172
80814
  isTrackingMail: boolean | null;
81173
80815
  isBillingCenter: boolean;
@@ -81352,7 +80994,6 @@ declare const userRoutes: {
81352
80994
  emailOne: string | null;
81353
80995
  emailTwo: string | null;
81354
80996
  emailThree: string | null;
81355
- eori: string | null;
81356
80997
  tva: string | null;
81357
80998
  isTrackingMail: boolean | null;
81358
80999
  isBillingCenter: boolean;
@@ -81705,7 +81346,6 @@ declare const userRoutes: {
81705
81346
  emailOne: z.ZodNullable<z.ZodString>;
81706
81347
  emailTwo: z.ZodNullable<z.ZodString>;
81707
81348
  emailThree: z.ZodNullable<z.ZodString>;
81708
- eori: z.ZodNullable<z.ZodString>;
81709
81349
  tva: z.ZodNullable<z.ZodString>;
81710
81350
  isTrackingMail: z.ZodNullable<z.ZodBoolean>;
81711
81351
  isBillingCenter: z.ZodBoolean;
@@ -81777,7 +81417,6 @@ declare const userRoutes: {
81777
81417
  emailOne: string | null;
81778
81418
  emailTwo: string | null;
81779
81419
  emailThree: string | null;
81780
- eori: string | null;
81781
81420
  tva: string | null;
81782
81421
  isTrackingMail: boolean | null;
81783
81422
  isBillingCenter: boolean;
@@ -81835,7 +81474,6 @@ declare const userRoutes: {
81835
81474
  emailOne: string | null;
81836
81475
  emailTwo: string | null;
81837
81476
  emailThree: string | null;
81838
- eori: string | null;
81839
81477
  tva: string | null;
81840
81478
  isTrackingMail: boolean | null;
81841
81479
  isBillingCenter: boolean;
@@ -82148,7 +81786,6 @@ declare const userRoutes: {
82148
81786
  emailOne: string | null;
82149
81787
  emailTwo: string | null;
82150
81788
  emailThree: string | null;
82151
- eori: string | null;
82152
81789
  tva: string | null;
82153
81790
  isTrackingMail: boolean | null;
82154
81791
  isBillingCenter: boolean;
@@ -82327,7 +81964,6 @@ declare const userRoutes: {
82327
81964
  emailOne: string | null;
82328
81965
  emailTwo: string | null;
82329
81966
  emailThree: string | null;
82330
- eori: string | null;
82331
81967
  tva: string | null;
82332
81968
  isTrackingMail: boolean | null;
82333
81969
  isBillingCenter: boolean;
@@ -82512,7 +82148,6 @@ declare const userRoutes: {
82512
82148
  emailOne: string | null;
82513
82149
  emailTwo: string | null;
82514
82150
  emailThree: string | null;
82515
- eori: string | null;
82516
82151
  tva: string | null;
82517
82152
  isTrackingMail: boolean | null;
82518
82153
  isBillingCenter: boolean;
@@ -82697,7 +82332,6 @@ declare const userRoutes: {
82697
82332
  emailOne: string | null;
82698
82333
  emailTwo: string | null;
82699
82334
  emailThree: string | null;
82700
- eori: string | null;
82701
82335
  tva: string | null;
82702
82336
  isTrackingMail: boolean | null;
82703
82337
  isBillingCenter: boolean;
@@ -82983,7 +82617,6 @@ declare const userRoutes: {
82983
82617
  emailOne: z.ZodNullable<z.ZodString>;
82984
82618
  emailTwo: z.ZodNullable<z.ZodString>;
82985
82619
  emailThree: z.ZodNullable<z.ZodString>;
82986
- eori: z.ZodNullable<z.ZodString>;
82987
82620
  tva: z.ZodNullable<z.ZodString>;
82988
82621
  isTrackingMail: z.ZodNullable<z.ZodBoolean>;
82989
82622
  isBillingCenter: z.ZodBoolean;
@@ -83055,7 +82688,6 @@ declare const userRoutes: {
83055
82688
  emailOne: string | null;
83056
82689
  emailTwo: string | null;
83057
82690
  emailThree: string | null;
83058
- eori: string | null;
83059
82691
  tva: string | null;
83060
82692
  isTrackingMail: boolean | null;
83061
82693
  isBillingCenter: boolean;
@@ -83113,7 +82745,6 @@ declare const userRoutes: {
83113
82745
  emailOne: string | null;
83114
82746
  emailTwo: string | null;
83115
82747
  emailThree: string | null;
83116
- eori: string | null;
83117
82748
  tva: string | null;
83118
82749
  isTrackingMail: boolean | null;
83119
82750
  isBillingCenter: boolean;
@@ -83426,7 +83057,6 @@ declare const userRoutes: {
83426
83057
  emailOne: string | null;
83427
83058
  emailTwo: string | null;
83428
83059
  emailThree: string | null;
83429
- eori: string | null;
83430
83060
  tva: string | null;
83431
83061
  isTrackingMail: boolean | null;
83432
83062
  isBillingCenter: boolean;
@@ -83605,7 +83235,6 @@ declare const userRoutes: {
83605
83235
  emailOne: string | null;
83606
83236
  emailTwo: string | null;
83607
83237
  emailThree: string | null;
83608
- eori: string | null;
83609
83238
  tva: string | null;
83610
83239
  isTrackingMail: boolean | null;
83611
83240
  isBillingCenter: boolean;
@@ -83790,7 +83419,6 @@ declare const userRoutes: {
83790
83419
  emailOne: string | null;
83791
83420
  emailTwo: string | null;
83792
83421
  emailThree: string | null;
83793
- eori: string | null;
83794
83422
  tva: string | null;
83795
83423
  isTrackingMail: boolean | null;
83796
83424
  isBillingCenter: boolean;
@@ -83975,7 +83603,6 @@ declare const userRoutes: {
83975
83603
  emailOne: string | null;
83976
83604
  emailTwo: string | null;
83977
83605
  emailThree: string | null;
83978
- eori: string | null;
83979
83606
  tva: string | null;
83980
83607
  isTrackingMail: boolean | null;
83981
83608
  isBillingCenter: boolean;
@@ -84301,7 +83928,6 @@ declare const trackingRoutes: {
84301
83928
  emailOne: z.ZodNullable<z.ZodString>;
84302
83929
  emailTwo: z.ZodNullable<z.ZodString>;
84303
83930
  emailThree: z.ZodNullable<z.ZodString>;
84304
- eori: z.ZodNullable<z.ZodString>;
84305
83931
  tva: z.ZodNullable<z.ZodString>;
84306
83932
  isTrackingMail: z.ZodNullable<z.ZodBoolean>;
84307
83933
  isBillingCenter: z.ZodBoolean;
@@ -84373,7 +83999,6 @@ declare const trackingRoutes: {
84373
83999
  emailOne: string | null;
84374
84000
  emailTwo: string | null;
84375
84001
  emailThree: string | null;
84376
- eori: string | null;
84377
84002
  tva: string | null;
84378
84003
  isTrackingMail: boolean | null;
84379
84004
  isBillingCenter: boolean;
@@ -84431,7 +84056,6 @@ declare const trackingRoutes: {
84431
84056
  emailOne: string | null;
84432
84057
  emailTwo: string | null;
84433
84058
  emailThree: string | null;
84434
- eori: string | null;
84435
84059
  tva: string | null;
84436
84060
  isTrackingMail: boolean | null;
84437
84061
  isBillingCenter: boolean;
@@ -84744,7 +84368,6 @@ declare const trackingRoutes: {
84744
84368
  emailOne: string | null;
84745
84369
  emailTwo: string | null;
84746
84370
  emailThree: string | null;
84747
- eori: string | null;
84748
84371
  tva: string | null;
84749
84372
  isTrackingMail: boolean | null;
84750
84373
  isBillingCenter: boolean;
@@ -84923,7 +84546,6 @@ declare const trackingRoutes: {
84923
84546
  emailOne: string | null;
84924
84547
  emailTwo: string | null;
84925
84548
  emailThree: string | null;
84926
- eori: string | null;
84927
84549
  tva: string | null;
84928
84550
  isTrackingMail: boolean | null;
84929
84551
  isBillingCenter: boolean;
@@ -85284,7 +84906,6 @@ declare const trackingRoutes: {
85284
84906
  emailOne: string | null;
85285
84907
  emailTwo: string | null;
85286
84908
  emailThree: string | null;
85287
- eori: string | null;
85288
84909
  tva: string | null;
85289
84910
  isTrackingMail: boolean | null;
85290
84911
  isBillingCenter: boolean;
@@ -85538,7 +85159,6 @@ declare const trackingRoutes: {
85538
85159
  emailOne: string | null;
85539
85160
  emailTwo: string | null;
85540
85161
  emailThree: string | null;
85541
- eori: string | null;
85542
85162
  tva: string | null;
85543
85163
  isTrackingMail: boolean | null;
85544
85164
  isBillingCenter: boolean;
@@ -85794,7 +85414,6 @@ declare const trackingRoutes: {
85794
85414
  emailOne: string | null;
85795
85415
  emailTwo: string | null;
85796
85416
  emailThree: string | null;
85797
- eori: string | null;
85798
85417
  tva: string | null;
85799
85418
  isTrackingMail: boolean | null;
85800
85419
  isBillingCenter: boolean;
@@ -86061,7 +85680,6 @@ declare const trackingRoutes: {
86061
85680
  emailOne: string | null;
86062
85681
  emailTwo: string | null;
86063
85682
  emailThree: string | null;
86064
- eori: string | null;
86065
85683
  tva: string | null;
86066
85684
  isTrackingMail: boolean | null;
86067
85685
  isBillingCenter: boolean;
@@ -86334,7 +85952,6 @@ declare const trackingRoutes: {
86334
85952
  emailOne: string | null;
86335
85953
  emailTwo: string | null;
86336
85954
  emailThree: string | null;
86337
- eori: string | null;
86338
85955
  tva: string | null;
86339
85956
  isTrackingMail: boolean | null;
86340
85957
  isBillingCenter: boolean;
@@ -86607,7 +86224,6 @@ declare const trackingRoutes: {
86607
86224
  emailOne: string | null;
86608
86225
  emailTwo: string | null;
86609
86226
  emailThree: string | null;
86610
- eori: string | null;
86611
86227
  tva: string | null;
86612
86228
  isTrackingMail: boolean | null;
86613
86229
  isBillingCenter: boolean;
@@ -86981,7 +86597,6 @@ declare const trackingRoutes: {
86981
86597
  emailOne: z.ZodNullable<z.ZodString>;
86982
86598
  emailTwo: z.ZodNullable<z.ZodString>;
86983
86599
  emailThree: z.ZodNullable<z.ZodString>;
86984
- eori: z.ZodNullable<z.ZodString>;
86985
86600
  tva: z.ZodNullable<z.ZodString>;
86986
86601
  isTrackingMail: z.ZodNullable<z.ZodBoolean>;
86987
86602
  isBillingCenter: z.ZodBoolean;
@@ -87053,7 +86668,6 @@ declare const trackingRoutes: {
87053
86668
  emailOne: string | null;
87054
86669
  emailTwo: string | null;
87055
86670
  emailThree: string | null;
87056
- eori: string | null;
87057
86671
  tva: string | null;
87058
86672
  isTrackingMail: boolean | null;
87059
86673
  isBillingCenter: boolean;
@@ -87111,7 +86725,6 @@ declare const trackingRoutes: {
87111
86725
  emailOne: string | null;
87112
86726
  emailTwo: string | null;
87113
86727
  emailThree: string | null;
87114
- eori: string | null;
87115
86728
  tva: string | null;
87116
86729
  isTrackingMail: boolean | null;
87117
86730
  isBillingCenter: boolean;
@@ -87424,7 +87037,6 @@ declare const trackingRoutes: {
87424
87037
  emailOne: string | null;
87425
87038
  emailTwo: string | null;
87426
87039
  emailThree: string | null;
87427
- eori: string | null;
87428
87040
  tva: string | null;
87429
87041
  isTrackingMail: boolean | null;
87430
87042
  isBillingCenter: boolean;
@@ -87603,7 +87215,6 @@ declare const trackingRoutes: {
87603
87215
  emailOne: string | null;
87604
87216
  emailTwo: string | null;
87605
87217
  emailThree: string | null;
87606
- eori: string | null;
87607
87218
  tva: string | null;
87608
87219
  isTrackingMail: boolean | null;
87609
87220
  isBillingCenter: boolean;
@@ -87964,7 +87575,6 @@ declare const trackingRoutes: {
87964
87575
  emailOne: string | null;
87965
87576
  emailTwo: string | null;
87966
87577
  emailThree: string | null;
87967
- eori: string | null;
87968
87578
  tva: string | null;
87969
87579
  isTrackingMail: boolean | null;
87970
87580
  isBillingCenter: boolean;
@@ -88218,7 +87828,6 @@ declare const trackingRoutes: {
88218
87828
  emailOne: string | null;
88219
87829
  emailTwo: string | null;
88220
87830
  emailThree: string | null;
88221
- eori: string | null;
88222
87831
  tva: string | null;
88223
87832
  isTrackingMail: boolean | null;
88224
87833
  isBillingCenter: boolean;
@@ -88478,7 +88087,6 @@ declare const trackingRoutes: {
88478
88087
  emailOne: string | null;
88479
88088
  emailTwo: string | null;
88480
88089
  emailThree: string | null;
88481
- eori: string | null;
88482
88090
  tva: string | null;
88483
88091
  isTrackingMail: boolean | null;
88484
88092
  isBillingCenter: boolean;
@@ -88738,7 +88346,6 @@ declare const trackingRoutes: {
88738
88346
  emailOne: string | null;
88739
88347
  emailTwo: string | null;
88740
88348
  emailThree: string | null;
88741
- eori: string | null;
88742
88349
  tva: string | null;
88743
88350
  isTrackingMail: boolean | null;
88744
88351
  isBillingCenter: boolean;
@@ -89112,7 +88719,6 @@ declare const trackingRoutes: {
89112
88719
  emailOne: z.ZodNullable<z.ZodString>;
89113
88720
  emailTwo: z.ZodNullable<z.ZodString>;
89114
88721
  emailThree: z.ZodNullable<z.ZodString>;
89115
- eori: z.ZodNullable<z.ZodString>;
89116
88722
  tva: z.ZodNullable<z.ZodString>;
89117
88723
  isTrackingMail: z.ZodNullable<z.ZodBoolean>;
89118
88724
  isBillingCenter: z.ZodBoolean;
@@ -89184,7 +88790,6 @@ declare const trackingRoutes: {
89184
88790
  emailOne: string | null;
89185
88791
  emailTwo: string | null;
89186
88792
  emailThree: string | null;
89187
- eori: string | null;
89188
88793
  tva: string | null;
89189
88794
  isTrackingMail: boolean | null;
89190
88795
  isBillingCenter: boolean;
@@ -89242,7 +88847,6 @@ declare const trackingRoutes: {
89242
88847
  emailOne: string | null;
89243
88848
  emailTwo: string | null;
89244
88849
  emailThree: string | null;
89245
- eori: string | null;
89246
88850
  tva: string | null;
89247
88851
  isTrackingMail: boolean | null;
89248
88852
  isBillingCenter: boolean;
@@ -89555,7 +89159,6 @@ declare const trackingRoutes: {
89555
89159
  emailOne: string | null;
89556
89160
  emailTwo: string | null;
89557
89161
  emailThree: string | null;
89558
- eori: string | null;
89559
89162
  tva: string | null;
89560
89163
  isTrackingMail: boolean | null;
89561
89164
  isBillingCenter: boolean;
@@ -89734,7 +89337,6 @@ declare const trackingRoutes: {
89734
89337
  emailOne: string | null;
89735
89338
  emailTwo: string | null;
89736
89339
  emailThree: string | null;
89737
- eori: string | null;
89738
89340
  tva: string | null;
89739
89341
  isTrackingMail: boolean | null;
89740
89342
  isBillingCenter: boolean;
@@ -90095,7 +89697,6 @@ declare const trackingRoutes: {
90095
89697
  emailOne: string | null;
90096
89698
  emailTwo: string | null;
90097
89699
  emailThree: string | null;
90098
- eori: string | null;
90099
89700
  tva: string | null;
90100
89701
  isTrackingMail: boolean | null;
90101
89702
  isBillingCenter: boolean;
@@ -90349,7 +89950,6 @@ declare const trackingRoutes: {
90349
89950
  emailOne: string | null;
90350
89951
  emailTwo: string | null;
90351
89952
  emailThree: string | null;
90352
- eori: string | null;
90353
89953
  tva: string | null;
90354
89954
  isTrackingMail: boolean | null;
90355
89955
  isBillingCenter: boolean;
@@ -90609,7 +90209,6 @@ declare const trackingRoutes: {
90609
90209
  emailOne: string | null;
90610
90210
  emailTwo: string | null;
90611
90211
  emailThree: string | null;
90612
- eori: string | null;
90613
90212
  tva: string | null;
90614
90213
  isTrackingMail: boolean | null;
90615
90214
  isBillingCenter: boolean;
@@ -90869,7 +90468,6 @@ declare const trackingRoutes: {
90869
90468
  emailOne: string | null;
90870
90469
  emailTwo: string | null;
90871
90470
  emailThree: string | null;
90872
- eori: string | null;
90873
90471
  tva: string | null;
90874
90472
  isTrackingMail: boolean | null;
90875
90473
  isBillingCenter: boolean;
@@ -91250,7 +90848,6 @@ declare const trackingRoutes: {
91250
90848
  emailOne: z.ZodNullable<z.ZodString>;
91251
90849
  emailTwo: z.ZodNullable<z.ZodString>;
91252
90850
  emailThree: z.ZodNullable<z.ZodString>;
91253
- eori: z.ZodNullable<z.ZodString>;
91254
90851
  tva: z.ZodNullable<z.ZodString>;
91255
90852
  isTrackingMail: z.ZodNullable<z.ZodBoolean>;
91256
90853
  isBillingCenter: z.ZodBoolean;
@@ -91322,7 +90919,6 @@ declare const trackingRoutes: {
91322
90919
  emailOne: string | null;
91323
90920
  emailTwo: string | null;
91324
90921
  emailThree: string | null;
91325
- eori: string | null;
91326
90922
  tva: string | null;
91327
90923
  isTrackingMail: boolean | null;
91328
90924
  isBillingCenter: boolean;
@@ -91380,7 +90976,6 @@ declare const trackingRoutes: {
91380
90976
  emailOne: string | null;
91381
90977
  emailTwo: string | null;
91382
90978
  emailThree: string | null;
91383
- eori: string | null;
91384
90979
  tva: string | null;
91385
90980
  isTrackingMail: boolean | null;
91386
90981
  isBillingCenter: boolean;
@@ -91693,7 +91288,6 @@ declare const trackingRoutes: {
91693
91288
  emailOne: string | null;
91694
91289
  emailTwo: string | null;
91695
91290
  emailThree: string | null;
91696
- eori: string | null;
91697
91291
  tva: string | null;
91698
91292
  isTrackingMail: boolean | null;
91699
91293
  isBillingCenter: boolean;
@@ -91872,7 +91466,6 @@ declare const trackingRoutes: {
91872
91466
  emailOne: string | null;
91873
91467
  emailTwo: string | null;
91874
91468
  emailThree: string | null;
91875
- eori: string | null;
91876
91469
  tva: string | null;
91877
91470
  isTrackingMail: boolean | null;
91878
91471
  isBillingCenter: boolean;
@@ -92233,7 +91826,6 @@ declare const trackingRoutes: {
92233
91826
  emailOne: string | null;
92234
91827
  emailTwo: string | null;
92235
91828
  emailThree: string | null;
92236
- eori: string | null;
92237
91829
  tva: string | null;
92238
91830
  isTrackingMail: boolean | null;
92239
91831
  isBillingCenter: boolean;
@@ -92487,7 +92079,6 @@ declare const trackingRoutes: {
92487
92079
  emailOne: string | null;
92488
92080
  emailTwo: string | null;
92489
92081
  emailThree: string | null;
92490
- eori: string | null;
92491
92082
  tva: string | null;
92492
92083
  isTrackingMail: boolean | null;
92493
92084
  isBillingCenter: boolean;
@@ -92747,7 +92338,6 @@ declare const trackingRoutes: {
92747
92338
  emailOne: string | null;
92748
92339
  emailTwo: string | null;
92749
92340
  emailThree: string | null;
92750
- eori: string | null;
92751
92341
  tva: string | null;
92752
92342
  isTrackingMail: boolean | null;
92753
92343
  isBillingCenter: boolean;
@@ -93007,7 +92597,6 @@ declare const trackingRoutes: {
93007
92597
  emailOne: string | null;
93008
92598
  emailTwo: string | null;
93009
92599
  emailThree: string | null;
93010
- eori: string | null;
93011
92600
  tva: string | null;
93012
92601
  isTrackingMail: boolean | null;
93013
92602
  isBillingCenter: boolean;