exnet-routing 1.2.39 → 1.2.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/models/_billing_center.d.ts +0 -17
- package/dist/models/_billing_center.js +0 -4
- package/dist/models/_chat.d.ts +0 -28
- package/dist/models/_chat_message.d.ts +0 -14
- package/dist/models/_contact.d.ts +0 -7
- package/dist/models/_contact_visible.d.ts +0 -14
- package/dist/models/_customer.d.ts +0 -9
- package/dist/models/_customer.js +0 -3
- package/dist/models/_facture.d.ts +0 -12
- package/dist/models/_facture_line.d.ts +0 -16
- package/dist/models/_historique_action.d.ts +0 -7
- package/dist/models/_information_chauffeur.d.ts +0 -7
- package/dist/models/_information_importante.d.ts +0 -7
- package/dist/models/_livraison_chauffeur.d.ts +0 -7
- package/dist/models/_prise_de_poste.d.ts +0 -7
- package/dist/models/_ramassage_chauffeur.d.ts +0 -7
- package/dist/models/_shipping.d.ts +0 -5
- package/dist/models/_shipping_affected.d.ts +0 -7
- package/dist/models/_shipping_comment.d.ts +0 -7
- package/dist/models/_shipping_course.d.ts +0 -7
- package/dist/models/_shipping_document.d.ts +0 -7
- package/dist/models/_shipping_tracking.d.ts +0 -7
- package/dist/models/_tracking_visible.d.ts +0 -14
- package/dist/models/_user.d.ts +0 -5
- package/dist/models/_user_billing_center.d.ts +0 -19
- package/dist/models/_user_login_historie.d.ts +0 -7
- package/dist/models/_vehicule_affected.d.ts +0 -7
- package/dist/routes/admin.d.ts +0 -483
- package/dist/routes/ops.d.ts +0 -545
- package/dist/routes/public.d.ts +0 -18
- package/dist/routes/user.d.ts +0 -256
- package/package.json +1 -1
package/dist/routes/ops.d.ts
CHANGED
|
@@ -162,7 +162,6 @@ declare const dashboardRoutes: {
|
|
|
162
162
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
163
163
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
164
164
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
165
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
166
165
|
tva: z.ZodNullable<z.ZodString>;
|
|
167
166
|
customerId: z.ZodNullable<z.ZodNumber>;
|
|
168
167
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -203,7 +202,6 @@ declare const dashboardRoutes: {
|
|
|
203
202
|
emailOne: string | null;
|
|
204
203
|
emailTwo: string | null;
|
|
205
204
|
emailThree: string | null;
|
|
206
|
-
eori: string | null;
|
|
207
205
|
tva: string | null;
|
|
208
206
|
isMailing: boolean;
|
|
209
207
|
telephone: string | null;
|
|
@@ -256,7 +254,6 @@ declare const dashboardRoutes: {
|
|
|
256
254
|
emailOne: string | null;
|
|
257
255
|
emailTwo: string | null;
|
|
258
256
|
emailThree: string | null;
|
|
259
|
-
eori: string | null;
|
|
260
257
|
tva: string | null;
|
|
261
258
|
isMailing: boolean;
|
|
262
259
|
telephone: string | null;
|
|
@@ -1208,7 +1205,6 @@ declare const dashboardRoutes: {
|
|
|
1208
1205
|
emailOne: string | null;
|
|
1209
1206
|
emailTwo: string | null;
|
|
1210
1207
|
emailThree: string | null;
|
|
1211
|
-
eori: string | null;
|
|
1212
1208
|
tva: string | null;
|
|
1213
1209
|
isMailing: boolean;
|
|
1214
1210
|
telephone: string | null;
|
|
@@ -1605,7 +1601,6 @@ declare const dashboardRoutes: {
|
|
|
1605
1601
|
emailOne: string | null;
|
|
1606
1602
|
emailTwo: string | null;
|
|
1607
1603
|
emailThree: string | null;
|
|
1608
|
-
eori: string | null;
|
|
1609
1604
|
tva: string | null;
|
|
1610
1605
|
isMailing: boolean;
|
|
1611
1606
|
telephone: string | null;
|
|
@@ -2004,7 +1999,6 @@ declare const dashboardRoutes: {
|
|
|
2004
1999
|
emailOne: string | null;
|
|
2005
2000
|
emailTwo: string | null;
|
|
2006
2001
|
emailThree: string | null;
|
|
2007
|
-
eori: string | null;
|
|
2008
2002
|
tva: string | null;
|
|
2009
2003
|
isMailing: boolean;
|
|
2010
2004
|
telephone: string | null;
|
|
@@ -2414,7 +2408,6 @@ declare const dashboardRoutes: {
|
|
|
2414
2408
|
emailOne: string | null;
|
|
2415
2409
|
emailTwo: string | null;
|
|
2416
2410
|
emailThree: string | null;
|
|
2417
|
-
eori: string | null;
|
|
2418
2411
|
tva: string | null;
|
|
2419
2412
|
isMailing: boolean;
|
|
2420
2413
|
telephone: string | null;
|
|
@@ -2830,7 +2823,6 @@ declare const dashboardRoutes: {
|
|
|
2830
2823
|
emailOne: string | null;
|
|
2831
2824
|
emailTwo: string | null;
|
|
2832
2825
|
emailThree: string | null;
|
|
2833
|
-
eori: string | null;
|
|
2834
2826
|
tva: string | null;
|
|
2835
2827
|
isMailing: boolean;
|
|
2836
2828
|
telephone: string | null;
|
|
@@ -3246,7 +3238,6 @@ declare const dashboardRoutes: {
|
|
|
3246
3238
|
emailOne: string | null;
|
|
3247
3239
|
emailTwo: string | null;
|
|
3248
3240
|
emailThree: string | null;
|
|
3249
|
-
eori: string | null;
|
|
3250
3241
|
tva: string | null;
|
|
3251
3242
|
isMailing: boolean;
|
|
3252
3243
|
telephone: string | null;
|
|
@@ -3831,7 +3822,6 @@ declare const dashboardRoutes: {
|
|
|
3831
3822
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
3832
3823
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
3833
3824
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
3834
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
3835
3825
|
tva: z.ZodNullable<z.ZodString>;
|
|
3836
3826
|
customerId: z.ZodNullable<z.ZodNumber>;
|
|
3837
3827
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3872,7 +3862,6 @@ declare const dashboardRoutes: {
|
|
|
3872
3862
|
emailOne: string | null;
|
|
3873
3863
|
emailTwo: string | null;
|
|
3874
3864
|
emailThree: string | null;
|
|
3875
|
-
eori: string | null;
|
|
3876
3865
|
tva: string | null;
|
|
3877
3866
|
isMailing: boolean;
|
|
3878
3867
|
telephone: string | null;
|
|
@@ -3925,7 +3914,6 @@ declare const dashboardRoutes: {
|
|
|
3925
3914
|
emailOne: string | null;
|
|
3926
3915
|
emailTwo: string | null;
|
|
3927
3916
|
emailThree: string | null;
|
|
3928
|
-
eori: string | null;
|
|
3929
3917
|
tva: string | null;
|
|
3930
3918
|
isMailing: boolean;
|
|
3931
3919
|
telephone: string | null;
|
|
@@ -4877,7 +4865,6 @@ declare const dashboardRoutes: {
|
|
|
4877
4865
|
emailOne: string | null;
|
|
4878
4866
|
emailTwo: string | null;
|
|
4879
4867
|
emailThree: string | null;
|
|
4880
|
-
eori: string | null;
|
|
4881
4868
|
tva: string | null;
|
|
4882
4869
|
isMailing: boolean;
|
|
4883
4870
|
telephone: string | null;
|
|
@@ -5274,7 +5261,6 @@ declare const dashboardRoutes: {
|
|
|
5274
5261
|
emailOne: string | null;
|
|
5275
5262
|
emailTwo: string | null;
|
|
5276
5263
|
emailThree: string | null;
|
|
5277
|
-
eori: string | null;
|
|
5278
5264
|
tva: string | null;
|
|
5279
5265
|
isMailing: boolean;
|
|
5280
5266
|
telephone: string | null;
|
|
@@ -5673,7 +5659,6 @@ declare const dashboardRoutes: {
|
|
|
5673
5659
|
emailOne: string | null;
|
|
5674
5660
|
emailTwo: string | null;
|
|
5675
5661
|
emailThree: string | null;
|
|
5676
|
-
eori: string | null;
|
|
5677
5662
|
tva: string | null;
|
|
5678
5663
|
isMailing: boolean;
|
|
5679
5664
|
telephone: string | null;
|
|
@@ -6083,7 +6068,6 @@ declare const dashboardRoutes: {
|
|
|
6083
6068
|
emailOne: string | null;
|
|
6084
6069
|
emailTwo: string | null;
|
|
6085
6070
|
emailThree: string | null;
|
|
6086
|
-
eori: string | null;
|
|
6087
6071
|
tva: string | null;
|
|
6088
6072
|
isMailing: boolean;
|
|
6089
6073
|
telephone: string | null;
|
|
@@ -6499,7 +6483,6 @@ declare const dashboardRoutes: {
|
|
|
6499
6483
|
emailOne: string | null;
|
|
6500
6484
|
emailTwo: string | null;
|
|
6501
6485
|
emailThree: string | null;
|
|
6502
|
-
eori: string | null;
|
|
6503
6486
|
tva: string | null;
|
|
6504
6487
|
isMailing: boolean;
|
|
6505
6488
|
telephone: string | null;
|
|
@@ -6915,7 +6898,6 @@ declare const dashboardRoutes: {
|
|
|
6915
6898
|
emailOne: string | null;
|
|
6916
6899
|
emailTwo: string | null;
|
|
6917
6900
|
emailThree: string | null;
|
|
6918
|
-
eori: string | null;
|
|
6919
6901
|
tva: string | null;
|
|
6920
6902
|
isMailing: boolean;
|
|
6921
6903
|
telephone: string | null;
|
|
@@ -7500,7 +7482,6 @@ declare const dashboardRoutes: {
|
|
|
7500
7482
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
7501
7483
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
7502
7484
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
7503
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
7504
7485
|
tva: z.ZodNullable<z.ZodString>;
|
|
7505
7486
|
customerId: z.ZodNullable<z.ZodNumber>;
|
|
7506
7487
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -7541,7 +7522,6 @@ declare const dashboardRoutes: {
|
|
|
7541
7522
|
emailOne: string | null;
|
|
7542
7523
|
emailTwo: string | null;
|
|
7543
7524
|
emailThree: string | null;
|
|
7544
|
-
eori: string | null;
|
|
7545
7525
|
tva: string | null;
|
|
7546
7526
|
isMailing: boolean;
|
|
7547
7527
|
telephone: string | null;
|
|
@@ -7594,7 +7574,6 @@ declare const dashboardRoutes: {
|
|
|
7594
7574
|
emailOne: string | null;
|
|
7595
7575
|
emailTwo: string | null;
|
|
7596
7576
|
emailThree: string | null;
|
|
7597
|
-
eori: string | null;
|
|
7598
7577
|
tva: string | null;
|
|
7599
7578
|
isMailing: boolean;
|
|
7600
7579
|
telephone: string | null;
|
|
@@ -8546,7 +8525,6 @@ declare const dashboardRoutes: {
|
|
|
8546
8525
|
emailOne: string | null;
|
|
8547
8526
|
emailTwo: string | null;
|
|
8548
8527
|
emailThree: string | null;
|
|
8549
|
-
eori: string | null;
|
|
8550
8528
|
tva: string | null;
|
|
8551
8529
|
isMailing: boolean;
|
|
8552
8530
|
telephone: string | null;
|
|
@@ -8943,7 +8921,6 @@ declare const dashboardRoutes: {
|
|
|
8943
8921
|
emailOne: string | null;
|
|
8944
8922
|
emailTwo: string | null;
|
|
8945
8923
|
emailThree: string | null;
|
|
8946
|
-
eori: string | null;
|
|
8947
8924
|
tva: string | null;
|
|
8948
8925
|
isMailing: boolean;
|
|
8949
8926
|
telephone: string | null;
|
|
@@ -9342,7 +9319,6 @@ declare const dashboardRoutes: {
|
|
|
9342
9319
|
emailOne: string | null;
|
|
9343
9320
|
emailTwo: string | null;
|
|
9344
9321
|
emailThree: string | null;
|
|
9345
|
-
eori: string | null;
|
|
9346
9322
|
tva: string | null;
|
|
9347
9323
|
isMailing: boolean;
|
|
9348
9324
|
telephone: string | null;
|
|
@@ -9752,7 +9728,6 @@ declare const dashboardRoutes: {
|
|
|
9752
9728
|
emailOne: string | null;
|
|
9753
9729
|
emailTwo: string | null;
|
|
9754
9730
|
emailThree: string | null;
|
|
9755
|
-
eori: string | null;
|
|
9756
9731
|
tva: string | null;
|
|
9757
9732
|
isMailing: boolean;
|
|
9758
9733
|
telephone: string | null;
|
|
@@ -10168,7 +10143,6 @@ declare const dashboardRoutes: {
|
|
|
10168
10143
|
emailOne: string | null;
|
|
10169
10144
|
emailTwo: string | null;
|
|
10170
10145
|
emailThree: string | null;
|
|
10171
|
-
eori: string | null;
|
|
10172
10146
|
tva: string | null;
|
|
10173
10147
|
isMailing: boolean;
|
|
10174
10148
|
telephone: string | null;
|
|
@@ -10584,7 +10558,6 @@ declare const dashboardRoutes: {
|
|
|
10584
10558
|
emailOne: string | null;
|
|
10585
10559
|
emailTwo: string | null;
|
|
10586
10560
|
emailThree: string | null;
|
|
10587
|
-
eori: string | null;
|
|
10588
10561
|
tva: string | null;
|
|
10589
10562
|
isMailing: boolean;
|
|
10590
10563
|
telephone: string | null;
|
|
@@ -11169,7 +11142,6 @@ declare const dashboardRoutes: {
|
|
|
11169
11142
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
11170
11143
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
11171
11144
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
11172
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
11173
11145
|
tva: z.ZodNullable<z.ZodString>;
|
|
11174
11146
|
customerId: z.ZodNullable<z.ZodNumber>;
|
|
11175
11147
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -11210,7 +11182,6 @@ declare const dashboardRoutes: {
|
|
|
11210
11182
|
emailOne: string | null;
|
|
11211
11183
|
emailTwo: string | null;
|
|
11212
11184
|
emailThree: string | null;
|
|
11213
|
-
eori: string | null;
|
|
11214
11185
|
tva: string | null;
|
|
11215
11186
|
isMailing: boolean;
|
|
11216
11187
|
telephone: string | null;
|
|
@@ -11263,7 +11234,6 @@ declare const dashboardRoutes: {
|
|
|
11263
11234
|
emailOne: string | null;
|
|
11264
11235
|
emailTwo: string | null;
|
|
11265
11236
|
emailThree: string | null;
|
|
11266
|
-
eori: string | null;
|
|
11267
11237
|
tva: string | null;
|
|
11268
11238
|
isMailing: boolean;
|
|
11269
11239
|
telephone: string | null;
|
|
@@ -12215,7 +12185,6 @@ declare const dashboardRoutes: {
|
|
|
12215
12185
|
emailOne: string | null;
|
|
12216
12186
|
emailTwo: string | null;
|
|
12217
12187
|
emailThree: string | null;
|
|
12218
|
-
eori: string | null;
|
|
12219
12188
|
tva: string | null;
|
|
12220
12189
|
isMailing: boolean;
|
|
12221
12190
|
telephone: string | null;
|
|
@@ -12612,7 +12581,6 @@ declare const dashboardRoutes: {
|
|
|
12612
12581
|
emailOne: string | null;
|
|
12613
12582
|
emailTwo: string | null;
|
|
12614
12583
|
emailThree: string | null;
|
|
12615
|
-
eori: string | null;
|
|
12616
12584
|
tva: string | null;
|
|
12617
12585
|
isMailing: boolean;
|
|
12618
12586
|
telephone: string | null;
|
|
@@ -13011,7 +12979,6 @@ declare const dashboardRoutes: {
|
|
|
13011
12979
|
emailOne: string | null;
|
|
13012
12980
|
emailTwo: string | null;
|
|
13013
12981
|
emailThree: string | null;
|
|
13014
|
-
eori: string | null;
|
|
13015
12982
|
tva: string | null;
|
|
13016
12983
|
isMailing: boolean;
|
|
13017
12984
|
telephone: string | null;
|
|
@@ -13421,7 +13388,6 @@ declare const dashboardRoutes: {
|
|
|
13421
13388
|
emailOne: string | null;
|
|
13422
13389
|
emailTwo: string | null;
|
|
13423
13390
|
emailThree: string | null;
|
|
13424
|
-
eori: string | null;
|
|
13425
13391
|
tva: string | null;
|
|
13426
13392
|
isMailing: boolean;
|
|
13427
13393
|
telephone: string | null;
|
|
@@ -13837,7 +13803,6 @@ declare const dashboardRoutes: {
|
|
|
13837
13803
|
emailOne: string | null;
|
|
13838
13804
|
emailTwo: string | null;
|
|
13839
13805
|
emailThree: string | null;
|
|
13840
|
-
eori: string | null;
|
|
13841
13806
|
tva: string | null;
|
|
13842
13807
|
isMailing: boolean;
|
|
13843
13808
|
telephone: string | null;
|
|
@@ -14253,7 +14218,6 @@ declare const dashboardRoutes: {
|
|
|
14253
14218
|
emailOne: string | null;
|
|
14254
14219
|
emailTwo: string | null;
|
|
14255
14220
|
emailThree: string | null;
|
|
14256
|
-
eori: string | null;
|
|
14257
14221
|
tva: string | null;
|
|
14258
14222
|
isMailing: boolean;
|
|
14259
14223
|
telephone: string | null;
|
|
@@ -14838,7 +14802,6 @@ declare const dashboardRoutes: {
|
|
|
14838
14802
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
14839
14803
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
14840
14804
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
14841
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
14842
14805
|
tva: z.ZodNullable<z.ZodString>;
|
|
14843
14806
|
customerId: z.ZodNullable<z.ZodNumber>;
|
|
14844
14807
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -14879,7 +14842,6 @@ declare const dashboardRoutes: {
|
|
|
14879
14842
|
emailOne: string | null;
|
|
14880
14843
|
emailTwo: string | null;
|
|
14881
14844
|
emailThree: string | null;
|
|
14882
|
-
eori: string | null;
|
|
14883
14845
|
tva: string | null;
|
|
14884
14846
|
isMailing: boolean;
|
|
14885
14847
|
telephone: string | null;
|
|
@@ -14932,7 +14894,6 @@ declare const dashboardRoutes: {
|
|
|
14932
14894
|
emailOne: string | null;
|
|
14933
14895
|
emailTwo: string | null;
|
|
14934
14896
|
emailThree: string | null;
|
|
14935
|
-
eori: string | null;
|
|
14936
14897
|
tva: string | null;
|
|
14937
14898
|
isMailing: boolean;
|
|
14938
14899
|
telephone: string | null;
|
|
@@ -15884,7 +15845,6 @@ declare const dashboardRoutes: {
|
|
|
15884
15845
|
emailOne: string | null;
|
|
15885
15846
|
emailTwo: string | null;
|
|
15886
15847
|
emailThree: string | null;
|
|
15887
|
-
eori: string | null;
|
|
15888
15848
|
tva: string | null;
|
|
15889
15849
|
isMailing: boolean;
|
|
15890
15850
|
telephone: string | null;
|
|
@@ -16281,7 +16241,6 @@ declare const dashboardRoutes: {
|
|
|
16281
16241
|
emailOne: string | null;
|
|
16282
16242
|
emailTwo: string | null;
|
|
16283
16243
|
emailThree: string | null;
|
|
16284
|
-
eori: string | null;
|
|
16285
16244
|
tva: string | null;
|
|
16286
16245
|
isMailing: boolean;
|
|
16287
16246
|
telephone: string | null;
|
|
@@ -16680,7 +16639,6 @@ declare const dashboardRoutes: {
|
|
|
16680
16639
|
emailOne: string | null;
|
|
16681
16640
|
emailTwo: string | null;
|
|
16682
16641
|
emailThree: string | null;
|
|
16683
|
-
eori: string | null;
|
|
16684
16642
|
tva: string | null;
|
|
16685
16643
|
isMailing: boolean;
|
|
16686
16644
|
telephone: string | null;
|
|
@@ -17090,7 +17048,6 @@ declare const dashboardRoutes: {
|
|
|
17090
17048
|
emailOne: string | null;
|
|
17091
17049
|
emailTwo: string | null;
|
|
17092
17050
|
emailThree: string | null;
|
|
17093
|
-
eori: string | null;
|
|
17094
17051
|
tva: string | null;
|
|
17095
17052
|
isMailing: boolean;
|
|
17096
17053
|
telephone: string | null;
|
|
@@ -17506,7 +17463,6 @@ declare const dashboardRoutes: {
|
|
|
17506
17463
|
emailOne: string | null;
|
|
17507
17464
|
emailTwo: string | null;
|
|
17508
17465
|
emailThree: string | null;
|
|
17509
|
-
eori: string | null;
|
|
17510
17466
|
tva: string | null;
|
|
17511
17467
|
isMailing: boolean;
|
|
17512
17468
|
telephone: string | null;
|
|
@@ -17922,7 +17878,6 @@ declare const dashboardRoutes: {
|
|
|
17922
17878
|
emailOne: string | null;
|
|
17923
17879
|
emailTwo: string | null;
|
|
17924
17880
|
emailThree: string | null;
|
|
17925
|
-
eori: string | null;
|
|
17926
17881
|
tva: string | null;
|
|
17927
17882
|
isMailing: boolean;
|
|
17928
17883
|
telephone: string | null;
|
|
@@ -18507,7 +18462,6 @@ declare const dashboardRoutes: {
|
|
|
18507
18462
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
18508
18463
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
18509
18464
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
18510
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
18511
18465
|
tva: z.ZodNullable<z.ZodString>;
|
|
18512
18466
|
customerId: z.ZodNullable<z.ZodNumber>;
|
|
18513
18467
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -18548,7 +18502,6 @@ declare const dashboardRoutes: {
|
|
|
18548
18502
|
emailOne: string | null;
|
|
18549
18503
|
emailTwo: string | null;
|
|
18550
18504
|
emailThree: string | null;
|
|
18551
|
-
eori: string | null;
|
|
18552
18505
|
tva: string | null;
|
|
18553
18506
|
isMailing: boolean;
|
|
18554
18507
|
telephone: string | null;
|
|
@@ -18601,7 +18554,6 @@ declare const dashboardRoutes: {
|
|
|
18601
18554
|
emailOne: string | null;
|
|
18602
18555
|
emailTwo: string | null;
|
|
18603
18556
|
emailThree: string | null;
|
|
18604
|
-
eori: string | null;
|
|
18605
18557
|
tva: string | null;
|
|
18606
18558
|
isMailing: boolean;
|
|
18607
18559
|
telephone: string | null;
|
|
@@ -19553,7 +19505,6 @@ declare const dashboardRoutes: {
|
|
|
19553
19505
|
emailOne: string | null;
|
|
19554
19506
|
emailTwo: string | null;
|
|
19555
19507
|
emailThree: string | null;
|
|
19556
|
-
eori: string | null;
|
|
19557
19508
|
tva: string | null;
|
|
19558
19509
|
isMailing: boolean;
|
|
19559
19510
|
telephone: string | null;
|
|
@@ -19950,7 +19901,6 @@ declare const dashboardRoutes: {
|
|
|
19950
19901
|
emailOne: string | null;
|
|
19951
19902
|
emailTwo: string | null;
|
|
19952
19903
|
emailThree: string | null;
|
|
19953
|
-
eori: string | null;
|
|
19954
19904
|
tva: string | null;
|
|
19955
19905
|
isMailing: boolean;
|
|
19956
19906
|
telephone: string | null;
|
|
@@ -20349,7 +20299,6 @@ declare const dashboardRoutes: {
|
|
|
20349
20299
|
emailOne: string | null;
|
|
20350
20300
|
emailTwo: string | null;
|
|
20351
20301
|
emailThree: string | null;
|
|
20352
|
-
eori: string | null;
|
|
20353
20302
|
tva: string | null;
|
|
20354
20303
|
isMailing: boolean;
|
|
20355
20304
|
telephone: string | null;
|
|
@@ -20759,7 +20708,6 @@ declare const dashboardRoutes: {
|
|
|
20759
20708
|
emailOne: string | null;
|
|
20760
20709
|
emailTwo: string | null;
|
|
20761
20710
|
emailThree: string | null;
|
|
20762
|
-
eori: string | null;
|
|
20763
20711
|
tva: string | null;
|
|
20764
20712
|
isMailing: boolean;
|
|
20765
20713
|
telephone: string | null;
|
|
@@ -21175,7 +21123,6 @@ declare const dashboardRoutes: {
|
|
|
21175
21123
|
emailOne: string | null;
|
|
21176
21124
|
emailTwo: string | null;
|
|
21177
21125
|
emailThree: string | null;
|
|
21178
|
-
eori: string | null;
|
|
21179
21126
|
tva: string | null;
|
|
21180
21127
|
isMailing: boolean;
|
|
21181
21128
|
telephone: string | null;
|
|
@@ -21591,7 +21538,6 @@ declare const dashboardRoutes: {
|
|
|
21591
21538
|
emailOne: string | null;
|
|
21592
21539
|
emailTwo: string | null;
|
|
21593
21540
|
emailThree: string | null;
|
|
21594
|
-
eori: string | null;
|
|
21595
21541
|
tva: string | null;
|
|
21596
21542
|
isMailing: boolean;
|
|
21597
21543
|
telephone: string | null;
|
|
@@ -22178,7 +22124,6 @@ declare const courseRoutes: {
|
|
|
22178
22124
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
22179
22125
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
22180
22126
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
22181
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
22182
22127
|
tva: z.ZodNullable<z.ZodString>;
|
|
22183
22128
|
customerId: z.ZodNullable<z.ZodNumber>;
|
|
22184
22129
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -22219,7 +22164,6 @@ declare const courseRoutes: {
|
|
|
22219
22164
|
emailOne: string | null;
|
|
22220
22165
|
emailTwo: string | null;
|
|
22221
22166
|
emailThree: string | null;
|
|
22222
|
-
eori: string | null;
|
|
22223
22167
|
tva: string | null;
|
|
22224
22168
|
isMailing: boolean;
|
|
22225
22169
|
telephone: string | null;
|
|
@@ -22272,7 +22216,6 @@ declare const courseRoutes: {
|
|
|
22272
22216
|
emailOne: string | null;
|
|
22273
22217
|
emailTwo: string | null;
|
|
22274
22218
|
emailThree: string | null;
|
|
22275
|
-
eori: string | null;
|
|
22276
22219
|
tva: string | null;
|
|
22277
22220
|
isMailing: boolean;
|
|
22278
22221
|
telephone: string | null;
|
|
@@ -23224,7 +23167,6 @@ declare const courseRoutes: {
|
|
|
23224
23167
|
emailOne: string | null;
|
|
23225
23168
|
emailTwo: string | null;
|
|
23226
23169
|
emailThree: string | null;
|
|
23227
|
-
eori: string | null;
|
|
23228
23170
|
tva: string | null;
|
|
23229
23171
|
isMailing: boolean;
|
|
23230
23172
|
telephone: string | null;
|
|
@@ -23621,7 +23563,6 @@ declare const courseRoutes: {
|
|
|
23621
23563
|
emailOne: string | null;
|
|
23622
23564
|
emailTwo: string | null;
|
|
23623
23565
|
emailThree: string | null;
|
|
23624
|
-
eori: string | null;
|
|
23625
23566
|
tva: string | null;
|
|
23626
23567
|
isMailing: boolean;
|
|
23627
23568
|
telephone: string | null;
|
|
@@ -24020,7 +23961,6 @@ declare const courseRoutes: {
|
|
|
24020
23961
|
emailOne: string | null;
|
|
24021
23962
|
emailTwo: string | null;
|
|
24022
23963
|
emailThree: string | null;
|
|
24023
|
-
eori: string | null;
|
|
24024
23964
|
tva: string | null;
|
|
24025
23965
|
isMailing: boolean;
|
|
24026
23966
|
telephone: string | null;
|
|
@@ -24430,7 +24370,6 @@ declare const courseRoutes: {
|
|
|
24430
24370
|
emailOne: string | null;
|
|
24431
24371
|
emailTwo: string | null;
|
|
24432
24372
|
emailThree: string | null;
|
|
24433
|
-
eori: string | null;
|
|
24434
24373
|
tva: string | null;
|
|
24435
24374
|
isMailing: boolean;
|
|
24436
24375
|
telephone: string | null;
|
|
@@ -24846,7 +24785,6 @@ declare const courseRoutes: {
|
|
|
24846
24785
|
emailOne: string | null;
|
|
24847
24786
|
emailTwo: string | null;
|
|
24848
24787
|
emailThree: string | null;
|
|
24849
|
-
eori: string | null;
|
|
24850
24788
|
tva: string | null;
|
|
24851
24789
|
isMailing: boolean;
|
|
24852
24790
|
telephone: string | null;
|
|
@@ -25262,7 +25200,6 @@ declare const courseRoutes: {
|
|
|
25262
25200
|
emailOne: string | null;
|
|
25263
25201
|
emailTwo: string | null;
|
|
25264
25202
|
emailThree: string | null;
|
|
25265
|
-
eori: string | null;
|
|
25266
25203
|
tva: string | null;
|
|
25267
25204
|
isMailing: boolean;
|
|
25268
25205
|
telephone: string | null;
|
|
@@ -25847,7 +25784,6 @@ declare const courseRoutes: {
|
|
|
25847
25784
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
25848
25785
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
25849
25786
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
25850
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
25851
25787
|
tva: z.ZodNullable<z.ZodString>;
|
|
25852
25788
|
customerId: z.ZodNullable<z.ZodNumber>;
|
|
25853
25789
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -25888,7 +25824,6 @@ declare const courseRoutes: {
|
|
|
25888
25824
|
emailOne: string | null;
|
|
25889
25825
|
emailTwo: string | null;
|
|
25890
25826
|
emailThree: string | null;
|
|
25891
|
-
eori: string | null;
|
|
25892
25827
|
tva: string | null;
|
|
25893
25828
|
isMailing: boolean;
|
|
25894
25829
|
telephone: string | null;
|
|
@@ -25941,7 +25876,6 @@ declare const courseRoutes: {
|
|
|
25941
25876
|
emailOne: string | null;
|
|
25942
25877
|
emailTwo: string | null;
|
|
25943
25878
|
emailThree: string | null;
|
|
25944
|
-
eori: string | null;
|
|
25945
25879
|
tva: string | null;
|
|
25946
25880
|
isMailing: boolean;
|
|
25947
25881
|
telephone: string | null;
|
|
@@ -26893,7 +26827,6 @@ declare const courseRoutes: {
|
|
|
26893
26827
|
emailOne: string | null;
|
|
26894
26828
|
emailTwo: string | null;
|
|
26895
26829
|
emailThree: string | null;
|
|
26896
|
-
eori: string | null;
|
|
26897
26830
|
tva: string | null;
|
|
26898
26831
|
isMailing: boolean;
|
|
26899
26832
|
telephone: string | null;
|
|
@@ -27290,7 +27223,6 @@ declare const courseRoutes: {
|
|
|
27290
27223
|
emailOne: string | null;
|
|
27291
27224
|
emailTwo: string | null;
|
|
27292
27225
|
emailThree: string | null;
|
|
27293
|
-
eori: string | null;
|
|
27294
27226
|
tva: string | null;
|
|
27295
27227
|
isMailing: boolean;
|
|
27296
27228
|
telephone: string | null;
|
|
@@ -27689,7 +27621,6 @@ declare const courseRoutes: {
|
|
|
27689
27621
|
emailOne: string | null;
|
|
27690
27622
|
emailTwo: string | null;
|
|
27691
27623
|
emailThree: string | null;
|
|
27692
|
-
eori: string | null;
|
|
27693
27624
|
tva: string | null;
|
|
27694
27625
|
isMailing: boolean;
|
|
27695
27626
|
telephone: string | null;
|
|
@@ -28099,7 +28030,6 @@ declare const courseRoutes: {
|
|
|
28099
28030
|
emailOne: string | null;
|
|
28100
28031
|
emailTwo: string | null;
|
|
28101
28032
|
emailThree: string | null;
|
|
28102
|
-
eori: string | null;
|
|
28103
28033
|
tva: string | null;
|
|
28104
28034
|
isMailing: boolean;
|
|
28105
28035
|
telephone: string | null;
|
|
@@ -28515,7 +28445,6 @@ declare const courseRoutes: {
|
|
|
28515
28445
|
emailOne: string | null;
|
|
28516
28446
|
emailTwo: string | null;
|
|
28517
28447
|
emailThree: string | null;
|
|
28518
|
-
eori: string | null;
|
|
28519
28448
|
tva: string | null;
|
|
28520
28449
|
isMailing: boolean;
|
|
28521
28450
|
telephone: string | null;
|
|
@@ -28931,7 +28860,6 @@ declare const courseRoutes: {
|
|
|
28931
28860
|
emailOne: string | null;
|
|
28932
28861
|
emailTwo: string | null;
|
|
28933
28862
|
emailThree: string | null;
|
|
28934
|
-
eori: string | null;
|
|
28935
28863
|
tva: string | null;
|
|
28936
28864
|
isMailing: boolean;
|
|
28937
28865
|
telephone: string | null;
|
|
@@ -29516,7 +29444,6 @@ declare const courseRoutes: {
|
|
|
29516
29444
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
29517
29445
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
29518
29446
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
29519
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
29520
29447
|
tva: z.ZodNullable<z.ZodString>;
|
|
29521
29448
|
customerId: z.ZodNullable<z.ZodNumber>;
|
|
29522
29449
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -29557,7 +29484,6 @@ declare const courseRoutes: {
|
|
|
29557
29484
|
emailOne: string | null;
|
|
29558
29485
|
emailTwo: string | null;
|
|
29559
29486
|
emailThree: string | null;
|
|
29560
|
-
eori: string | null;
|
|
29561
29487
|
tva: string | null;
|
|
29562
29488
|
isMailing: boolean;
|
|
29563
29489
|
telephone: string | null;
|
|
@@ -29610,7 +29536,6 @@ declare const courseRoutes: {
|
|
|
29610
29536
|
emailOne: string | null;
|
|
29611
29537
|
emailTwo: string | null;
|
|
29612
29538
|
emailThree: string | null;
|
|
29613
|
-
eori: string | null;
|
|
29614
29539
|
tva: string | null;
|
|
29615
29540
|
isMailing: boolean;
|
|
29616
29541
|
telephone: string | null;
|
|
@@ -30562,7 +30487,6 @@ declare const courseRoutes: {
|
|
|
30562
30487
|
emailOne: string | null;
|
|
30563
30488
|
emailTwo: string | null;
|
|
30564
30489
|
emailThree: string | null;
|
|
30565
|
-
eori: string | null;
|
|
30566
30490
|
tva: string | null;
|
|
30567
30491
|
isMailing: boolean;
|
|
30568
30492
|
telephone: string | null;
|
|
@@ -30959,7 +30883,6 @@ declare const courseRoutes: {
|
|
|
30959
30883
|
emailOne: string | null;
|
|
30960
30884
|
emailTwo: string | null;
|
|
30961
30885
|
emailThree: string | null;
|
|
30962
|
-
eori: string | null;
|
|
30963
30886
|
tva: string | null;
|
|
30964
30887
|
isMailing: boolean;
|
|
30965
30888
|
telephone: string | null;
|
|
@@ -31358,7 +31281,6 @@ declare const courseRoutes: {
|
|
|
31358
31281
|
emailOne: string | null;
|
|
31359
31282
|
emailTwo: string | null;
|
|
31360
31283
|
emailThree: string | null;
|
|
31361
|
-
eori: string | null;
|
|
31362
31284
|
tva: string | null;
|
|
31363
31285
|
isMailing: boolean;
|
|
31364
31286
|
telephone: string | null;
|
|
@@ -31768,7 +31690,6 @@ declare const courseRoutes: {
|
|
|
31768
31690
|
emailOne: string | null;
|
|
31769
31691
|
emailTwo: string | null;
|
|
31770
31692
|
emailThree: string | null;
|
|
31771
|
-
eori: string | null;
|
|
31772
31693
|
tva: string | null;
|
|
31773
31694
|
isMailing: boolean;
|
|
31774
31695
|
telephone: string | null;
|
|
@@ -32184,7 +32105,6 @@ declare const courseRoutes: {
|
|
|
32184
32105
|
emailOne: string | null;
|
|
32185
32106
|
emailTwo: string | null;
|
|
32186
32107
|
emailThree: string | null;
|
|
32187
|
-
eori: string | null;
|
|
32188
32108
|
tva: string | null;
|
|
32189
32109
|
isMailing: boolean;
|
|
32190
32110
|
telephone: string | null;
|
|
@@ -32600,7 +32520,6 @@ declare const courseRoutes: {
|
|
|
32600
32520
|
emailOne: string | null;
|
|
32601
32521
|
emailTwo: string | null;
|
|
32602
32522
|
emailThree: string | null;
|
|
32603
|
-
eori: string | null;
|
|
32604
32523
|
tva: string | null;
|
|
32605
32524
|
isMailing: boolean;
|
|
32606
32525
|
telephone: string | null;
|
|
@@ -33185,7 +33104,6 @@ declare const courseRoutes: {
|
|
|
33185
33104
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
33186
33105
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
33187
33106
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
33188
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
33189
33107
|
tva: z.ZodNullable<z.ZodString>;
|
|
33190
33108
|
customerId: z.ZodNullable<z.ZodNumber>;
|
|
33191
33109
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -33226,7 +33144,6 @@ declare const courseRoutes: {
|
|
|
33226
33144
|
emailOne: string | null;
|
|
33227
33145
|
emailTwo: string | null;
|
|
33228
33146
|
emailThree: string | null;
|
|
33229
|
-
eori: string | null;
|
|
33230
33147
|
tva: string | null;
|
|
33231
33148
|
isMailing: boolean;
|
|
33232
33149
|
telephone: string | null;
|
|
@@ -33279,7 +33196,6 @@ declare const courseRoutes: {
|
|
|
33279
33196
|
emailOne: string | null;
|
|
33280
33197
|
emailTwo: string | null;
|
|
33281
33198
|
emailThree: string | null;
|
|
33282
|
-
eori: string | null;
|
|
33283
33199
|
tva: string | null;
|
|
33284
33200
|
isMailing: boolean;
|
|
33285
33201
|
telephone: string | null;
|
|
@@ -34231,7 +34147,6 @@ declare const courseRoutes: {
|
|
|
34231
34147
|
emailOne: string | null;
|
|
34232
34148
|
emailTwo: string | null;
|
|
34233
34149
|
emailThree: string | null;
|
|
34234
|
-
eori: string | null;
|
|
34235
34150
|
tva: string | null;
|
|
34236
34151
|
isMailing: boolean;
|
|
34237
34152
|
telephone: string | null;
|
|
@@ -34628,7 +34543,6 @@ declare const courseRoutes: {
|
|
|
34628
34543
|
emailOne: string | null;
|
|
34629
34544
|
emailTwo: string | null;
|
|
34630
34545
|
emailThree: string | null;
|
|
34631
|
-
eori: string | null;
|
|
34632
34546
|
tva: string | null;
|
|
34633
34547
|
isMailing: boolean;
|
|
34634
34548
|
telephone: string | null;
|
|
@@ -35027,7 +34941,6 @@ declare const courseRoutes: {
|
|
|
35027
34941
|
emailOne: string | null;
|
|
35028
34942
|
emailTwo: string | null;
|
|
35029
34943
|
emailThree: string | null;
|
|
35030
|
-
eori: string | null;
|
|
35031
34944
|
tva: string | null;
|
|
35032
34945
|
isMailing: boolean;
|
|
35033
34946
|
telephone: string | null;
|
|
@@ -35437,7 +35350,6 @@ declare const courseRoutes: {
|
|
|
35437
35350
|
emailOne: string | null;
|
|
35438
35351
|
emailTwo: string | null;
|
|
35439
35352
|
emailThree: string | null;
|
|
35440
|
-
eori: string | null;
|
|
35441
35353
|
tva: string | null;
|
|
35442
35354
|
isMailing: boolean;
|
|
35443
35355
|
telephone: string | null;
|
|
@@ -35853,7 +35765,6 @@ declare const courseRoutes: {
|
|
|
35853
35765
|
emailOne: string | null;
|
|
35854
35766
|
emailTwo: string | null;
|
|
35855
35767
|
emailThree: string | null;
|
|
35856
|
-
eori: string | null;
|
|
35857
35768
|
tva: string | null;
|
|
35858
35769
|
isMailing: boolean;
|
|
35859
35770
|
telephone: string | null;
|
|
@@ -36269,7 +36180,6 @@ declare const courseRoutes: {
|
|
|
36269
36180
|
emailOne: string | null;
|
|
36270
36181
|
emailTwo: string | null;
|
|
36271
36182
|
emailThree: string | null;
|
|
36272
|
-
eori: string | null;
|
|
36273
36183
|
tva: string | null;
|
|
36274
36184
|
isMailing: boolean;
|
|
36275
36185
|
telephone: string | null;
|
|
@@ -36854,7 +36764,6 @@ declare const courseRoutes: {
|
|
|
36854
36764
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
36855
36765
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
36856
36766
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
36857
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
36858
36767
|
tva: z.ZodNullable<z.ZodString>;
|
|
36859
36768
|
customerId: z.ZodNullable<z.ZodNumber>;
|
|
36860
36769
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -36895,7 +36804,6 @@ declare const courseRoutes: {
|
|
|
36895
36804
|
emailOne: string | null;
|
|
36896
36805
|
emailTwo: string | null;
|
|
36897
36806
|
emailThree: string | null;
|
|
36898
|
-
eori: string | null;
|
|
36899
36807
|
tva: string | null;
|
|
36900
36808
|
isMailing: boolean;
|
|
36901
36809
|
telephone: string | null;
|
|
@@ -36948,7 +36856,6 @@ declare const courseRoutes: {
|
|
|
36948
36856
|
emailOne: string | null;
|
|
36949
36857
|
emailTwo: string | null;
|
|
36950
36858
|
emailThree: string | null;
|
|
36951
|
-
eori: string | null;
|
|
36952
36859
|
tva: string | null;
|
|
36953
36860
|
isMailing: boolean;
|
|
36954
36861
|
telephone: string | null;
|
|
@@ -37900,7 +37807,6 @@ declare const courseRoutes: {
|
|
|
37900
37807
|
emailOne: string | null;
|
|
37901
37808
|
emailTwo: string | null;
|
|
37902
37809
|
emailThree: string | null;
|
|
37903
|
-
eori: string | null;
|
|
37904
37810
|
tva: string | null;
|
|
37905
37811
|
isMailing: boolean;
|
|
37906
37812
|
telephone: string | null;
|
|
@@ -38297,7 +38203,6 @@ declare const courseRoutes: {
|
|
|
38297
38203
|
emailOne: string | null;
|
|
38298
38204
|
emailTwo: string | null;
|
|
38299
38205
|
emailThree: string | null;
|
|
38300
|
-
eori: string | null;
|
|
38301
38206
|
tva: string | null;
|
|
38302
38207
|
isMailing: boolean;
|
|
38303
38208
|
telephone: string | null;
|
|
@@ -38696,7 +38601,6 @@ declare const courseRoutes: {
|
|
|
38696
38601
|
emailOne: string | null;
|
|
38697
38602
|
emailTwo: string | null;
|
|
38698
38603
|
emailThree: string | null;
|
|
38699
|
-
eori: string | null;
|
|
38700
38604
|
tva: string | null;
|
|
38701
38605
|
isMailing: boolean;
|
|
38702
38606
|
telephone: string | null;
|
|
@@ -39106,7 +39010,6 @@ declare const courseRoutes: {
|
|
|
39106
39010
|
emailOne: string | null;
|
|
39107
39011
|
emailTwo: string | null;
|
|
39108
39012
|
emailThree: string | null;
|
|
39109
|
-
eori: string | null;
|
|
39110
39013
|
tva: string | null;
|
|
39111
39014
|
isMailing: boolean;
|
|
39112
39015
|
telephone: string | null;
|
|
@@ -39522,7 +39425,6 @@ declare const courseRoutes: {
|
|
|
39522
39425
|
emailOne: string | null;
|
|
39523
39426
|
emailTwo: string | null;
|
|
39524
39427
|
emailThree: string | null;
|
|
39525
|
-
eori: string | null;
|
|
39526
39428
|
tva: string | null;
|
|
39527
39429
|
isMailing: boolean;
|
|
39528
39430
|
telephone: string | null;
|
|
@@ -39938,7 +39840,6 @@ declare const courseRoutes: {
|
|
|
39938
39840
|
emailOne: string | null;
|
|
39939
39841
|
emailTwo: string | null;
|
|
39940
39842
|
emailThree: string | null;
|
|
39941
|
-
eori: string | null;
|
|
39942
39843
|
tva: string | null;
|
|
39943
39844
|
isMailing: boolean;
|
|
39944
39845
|
telephone: string | null;
|
|
@@ -40523,7 +40424,6 @@ declare const courseRoutes: {
|
|
|
40523
40424
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
40524
40425
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
40525
40426
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
40526
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
40527
40427
|
tva: z.ZodNullable<z.ZodString>;
|
|
40528
40428
|
customerId: z.ZodNullable<z.ZodNumber>;
|
|
40529
40429
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -40564,7 +40464,6 @@ declare const courseRoutes: {
|
|
|
40564
40464
|
emailOne: string | null;
|
|
40565
40465
|
emailTwo: string | null;
|
|
40566
40466
|
emailThree: string | null;
|
|
40567
|
-
eori: string | null;
|
|
40568
40467
|
tva: string | null;
|
|
40569
40468
|
isMailing: boolean;
|
|
40570
40469
|
telephone: string | null;
|
|
@@ -40617,7 +40516,6 @@ declare const courseRoutes: {
|
|
|
40617
40516
|
emailOne: string | null;
|
|
40618
40517
|
emailTwo: string | null;
|
|
40619
40518
|
emailThree: string | null;
|
|
40620
|
-
eori: string | null;
|
|
40621
40519
|
tva: string | null;
|
|
40622
40520
|
isMailing: boolean;
|
|
40623
40521
|
telephone: string | null;
|
|
@@ -41569,7 +41467,6 @@ declare const courseRoutes: {
|
|
|
41569
41467
|
emailOne: string | null;
|
|
41570
41468
|
emailTwo: string | null;
|
|
41571
41469
|
emailThree: string | null;
|
|
41572
|
-
eori: string | null;
|
|
41573
41470
|
tva: string | null;
|
|
41574
41471
|
isMailing: boolean;
|
|
41575
41472
|
telephone: string | null;
|
|
@@ -41966,7 +41863,6 @@ declare const courseRoutes: {
|
|
|
41966
41863
|
emailOne: string | null;
|
|
41967
41864
|
emailTwo: string | null;
|
|
41968
41865
|
emailThree: string | null;
|
|
41969
|
-
eori: string | null;
|
|
41970
41866
|
tva: string | null;
|
|
41971
41867
|
isMailing: boolean;
|
|
41972
41868
|
telephone: string | null;
|
|
@@ -42365,7 +42261,6 @@ declare const courseRoutes: {
|
|
|
42365
42261
|
emailOne: string | null;
|
|
42366
42262
|
emailTwo: string | null;
|
|
42367
42263
|
emailThree: string | null;
|
|
42368
|
-
eori: string | null;
|
|
42369
42264
|
tva: string | null;
|
|
42370
42265
|
isMailing: boolean;
|
|
42371
42266
|
telephone: string | null;
|
|
@@ -42775,7 +42670,6 @@ declare const courseRoutes: {
|
|
|
42775
42670
|
emailOne: string | null;
|
|
42776
42671
|
emailTwo: string | null;
|
|
42777
42672
|
emailThree: string | null;
|
|
42778
|
-
eori: string | null;
|
|
42779
42673
|
tva: string | null;
|
|
42780
42674
|
isMailing: boolean;
|
|
42781
42675
|
telephone: string | null;
|
|
@@ -43191,7 +43085,6 @@ declare const courseRoutes: {
|
|
|
43191
43085
|
emailOne: string | null;
|
|
43192
43086
|
emailTwo: string | null;
|
|
43193
43087
|
emailThree: string | null;
|
|
43194
|
-
eori: string | null;
|
|
43195
43088
|
tva: string | null;
|
|
43196
43089
|
isMailing: boolean;
|
|
43197
43090
|
telephone: string | null;
|
|
@@ -43607,7 +43500,6 @@ declare const courseRoutes: {
|
|
|
43607
43500
|
emailOne: string | null;
|
|
43608
43501
|
emailTwo: string | null;
|
|
43609
43502
|
emailThree: string | null;
|
|
43610
|
-
eori: string | null;
|
|
43611
43503
|
tva: string | null;
|
|
43612
43504
|
isMailing: boolean;
|
|
43613
43505
|
telephone: string | null;
|
|
@@ -44194,7 +44086,6 @@ declare const importRoutes: {
|
|
|
44194
44086
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
44195
44087
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
44196
44088
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
44197
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
44198
44089
|
tva: z.ZodNullable<z.ZodString>;
|
|
44199
44090
|
customerId: z.ZodNullable<z.ZodNumber>;
|
|
44200
44091
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -44235,7 +44126,6 @@ declare const importRoutes: {
|
|
|
44235
44126
|
emailOne: string | null;
|
|
44236
44127
|
emailTwo: string | null;
|
|
44237
44128
|
emailThree: string | null;
|
|
44238
|
-
eori: string | null;
|
|
44239
44129
|
tva: string | null;
|
|
44240
44130
|
isMailing: boolean;
|
|
44241
44131
|
telephone: string | null;
|
|
@@ -44288,7 +44178,6 @@ declare const importRoutes: {
|
|
|
44288
44178
|
emailOne: string | null;
|
|
44289
44179
|
emailTwo: string | null;
|
|
44290
44180
|
emailThree: string | null;
|
|
44291
|
-
eori: string | null;
|
|
44292
44181
|
tva: string | null;
|
|
44293
44182
|
isMailing: boolean;
|
|
44294
44183
|
telephone: string | null;
|
|
@@ -45240,7 +45129,6 @@ declare const importRoutes: {
|
|
|
45240
45129
|
emailOne: string | null;
|
|
45241
45130
|
emailTwo: string | null;
|
|
45242
45131
|
emailThree: string | null;
|
|
45243
|
-
eori: string | null;
|
|
45244
45132
|
tva: string | null;
|
|
45245
45133
|
isMailing: boolean;
|
|
45246
45134
|
telephone: string | null;
|
|
@@ -45637,7 +45525,6 @@ declare const importRoutes: {
|
|
|
45637
45525
|
emailOne: string | null;
|
|
45638
45526
|
emailTwo: string | null;
|
|
45639
45527
|
emailThree: string | null;
|
|
45640
|
-
eori: string | null;
|
|
45641
45528
|
tva: string | null;
|
|
45642
45529
|
isMailing: boolean;
|
|
45643
45530
|
telephone: string | null;
|
|
@@ -46036,7 +45923,6 @@ declare const importRoutes: {
|
|
|
46036
45923
|
emailOne: string | null;
|
|
46037
45924
|
emailTwo: string | null;
|
|
46038
45925
|
emailThree: string | null;
|
|
46039
|
-
eori: string | null;
|
|
46040
45926
|
tva: string | null;
|
|
46041
45927
|
isMailing: boolean;
|
|
46042
45928
|
telephone: string | null;
|
|
@@ -46446,7 +46332,6 @@ declare const importRoutes: {
|
|
|
46446
46332
|
emailOne: string | null;
|
|
46447
46333
|
emailTwo: string | null;
|
|
46448
46334
|
emailThree: string | null;
|
|
46449
|
-
eori: string | null;
|
|
46450
46335
|
tva: string | null;
|
|
46451
46336
|
isMailing: boolean;
|
|
46452
46337
|
telephone: string | null;
|
|
@@ -46862,7 +46747,6 @@ declare const importRoutes: {
|
|
|
46862
46747
|
emailOne: string | null;
|
|
46863
46748
|
emailTwo: string | null;
|
|
46864
46749
|
emailThree: string | null;
|
|
46865
|
-
eori: string | null;
|
|
46866
46750
|
tva: string | null;
|
|
46867
46751
|
isMailing: boolean;
|
|
46868
46752
|
telephone: string | null;
|
|
@@ -47278,7 +47162,6 @@ declare const importRoutes: {
|
|
|
47278
47162
|
emailOne: string | null;
|
|
47279
47163
|
emailTwo: string | null;
|
|
47280
47164
|
emailThree: string | null;
|
|
47281
|
-
eori: string | null;
|
|
47282
47165
|
tva: string | null;
|
|
47283
47166
|
isMailing: boolean;
|
|
47284
47167
|
telephone: string | null;
|
|
@@ -47863,7 +47746,6 @@ declare const importRoutes: {
|
|
|
47863
47746
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
47864
47747
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
47865
47748
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
47866
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
47867
47749
|
tva: z.ZodNullable<z.ZodString>;
|
|
47868
47750
|
customerId: z.ZodNullable<z.ZodNumber>;
|
|
47869
47751
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -47904,7 +47786,6 @@ declare const importRoutes: {
|
|
|
47904
47786
|
emailOne: string | null;
|
|
47905
47787
|
emailTwo: string | null;
|
|
47906
47788
|
emailThree: string | null;
|
|
47907
|
-
eori: string | null;
|
|
47908
47789
|
tva: string | null;
|
|
47909
47790
|
isMailing: boolean;
|
|
47910
47791
|
telephone: string | null;
|
|
@@ -47957,7 +47838,6 @@ declare const importRoutes: {
|
|
|
47957
47838
|
emailOne: string | null;
|
|
47958
47839
|
emailTwo: string | null;
|
|
47959
47840
|
emailThree: string | null;
|
|
47960
|
-
eori: string | null;
|
|
47961
47841
|
tva: string | null;
|
|
47962
47842
|
isMailing: boolean;
|
|
47963
47843
|
telephone: string | null;
|
|
@@ -48909,7 +48789,6 @@ declare const importRoutes: {
|
|
|
48909
48789
|
emailOne: string | null;
|
|
48910
48790
|
emailTwo: string | null;
|
|
48911
48791
|
emailThree: string | null;
|
|
48912
|
-
eori: string | null;
|
|
48913
48792
|
tva: string | null;
|
|
48914
48793
|
isMailing: boolean;
|
|
48915
48794
|
telephone: string | null;
|
|
@@ -49306,7 +49185,6 @@ declare const importRoutes: {
|
|
|
49306
49185
|
emailOne: string | null;
|
|
49307
49186
|
emailTwo: string | null;
|
|
49308
49187
|
emailThree: string | null;
|
|
49309
|
-
eori: string | null;
|
|
49310
49188
|
tva: string | null;
|
|
49311
49189
|
isMailing: boolean;
|
|
49312
49190
|
telephone: string | null;
|
|
@@ -49705,7 +49583,6 @@ declare const importRoutes: {
|
|
|
49705
49583
|
emailOne: string | null;
|
|
49706
49584
|
emailTwo: string | null;
|
|
49707
49585
|
emailThree: string | null;
|
|
49708
|
-
eori: string | null;
|
|
49709
49586
|
tva: string | null;
|
|
49710
49587
|
isMailing: boolean;
|
|
49711
49588
|
telephone: string | null;
|
|
@@ -50115,7 +49992,6 @@ declare const importRoutes: {
|
|
|
50115
49992
|
emailOne: string | null;
|
|
50116
49993
|
emailTwo: string | null;
|
|
50117
49994
|
emailThree: string | null;
|
|
50118
|
-
eori: string | null;
|
|
50119
49995
|
tva: string | null;
|
|
50120
49996
|
isMailing: boolean;
|
|
50121
49997
|
telephone: string | null;
|
|
@@ -50531,7 +50407,6 @@ declare const importRoutes: {
|
|
|
50531
50407
|
emailOne: string | null;
|
|
50532
50408
|
emailTwo: string | null;
|
|
50533
50409
|
emailThree: string | null;
|
|
50534
|
-
eori: string | null;
|
|
50535
50410
|
tva: string | null;
|
|
50536
50411
|
isMailing: boolean;
|
|
50537
50412
|
telephone: string | null;
|
|
@@ -50947,7 +50822,6 @@ declare const importRoutes: {
|
|
|
50947
50822
|
emailOne: string | null;
|
|
50948
50823
|
emailTwo: string | null;
|
|
50949
50824
|
emailThree: string | null;
|
|
50950
|
-
eori: string | null;
|
|
50951
50825
|
tva: string | null;
|
|
50952
50826
|
isMailing: boolean;
|
|
50953
50827
|
telephone: string | null;
|
|
@@ -51532,7 +51406,6 @@ declare const importRoutes: {
|
|
|
51532
51406
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
51533
51407
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
51534
51408
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
51535
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
51536
51409
|
tva: z.ZodNullable<z.ZodString>;
|
|
51537
51410
|
customerId: z.ZodNullable<z.ZodNumber>;
|
|
51538
51411
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -51573,7 +51446,6 @@ declare const importRoutes: {
|
|
|
51573
51446
|
emailOne: string | null;
|
|
51574
51447
|
emailTwo: string | null;
|
|
51575
51448
|
emailThree: string | null;
|
|
51576
|
-
eori: string | null;
|
|
51577
51449
|
tva: string | null;
|
|
51578
51450
|
isMailing: boolean;
|
|
51579
51451
|
telephone: string | null;
|
|
@@ -51626,7 +51498,6 @@ declare const importRoutes: {
|
|
|
51626
51498
|
emailOne: string | null;
|
|
51627
51499
|
emailTwo: string | null;
|
|
51628
51500
|
emailThree: string | null;
|
|
51629
|
-
eori: string | null;
|
|
51630
51501
|
tva: string | null;
|
|
51631
51502
|
isMailing: boolean;
|
|
51632
51503
|
telephone: string | null;
|
|
@@ -52578,7 +52449,6 @@ declare const importRoutes: {
|
|
|
52578
52449
|
emailOne: string | null;
|
|
52579
52450
|
emailTwo: string | null;
|
|
52580
52451
|
emailThree: string | null;
|
|
52581
|
-
eori: string | null;
|
|
52582
52452
|
tva: string | null;
|
|
52583
52453
|
isMailing: boolean;
|
|
52584
52454
|
telephone: string | null;
|
|
@@ -52975,7 +52845,6 @@ declare const importRoutes: {
|
|
|
52975
52845
|
emailOne: string | null;
|
|
52976
52846
|
emailTwo: string | null;
|
|
52977
52847
|
emailThree: string | null;
|
|
52978
|
-
eori: string | null;
|
|
52979
52848
|
tva: string | null;
|
|
52980
52849
|
isMailing: boolean;
|
|
52981
52850
|
telephone: string | null;
|
|
@@ -53374,7 +53243,6 @@ declare const importRoutes: {
|
|
|
53374
53243
|
emailOne: string | null;
|
|
53375
53244
|
emailTwo: string | null;
|
|
53376
53245
|
emailThree: string | null;
|
|
53377
|
-
eori: string | null;
|
|
53378
53246
|
tva: string | null;
|
|
53379
53247
|
isMailing: boolean;
|
|
53380
53248
|
telephone: string | null;
|
|
@@ -53784,7 +53652,6 @@ declare const importRoutes: {
|
|
|
53784
53652
|
emailOne: string | null;
|
|
53785
53653
|
emailTwo: string | null;
|
|
53786
53654
|
emailThree: string | null;
|
|
53787
|
-
eori: string | null;
|
|
53788
53655
|
tva: string | null;
|
|
53789
53656
|
isMailing: boolean;
|
|
53790
53657
|
telephone: string | null;
|
|
@@ -54200,7 +54067,6 @@ declare const importRoutes: {
|
|
|
54200
54067
|
emailOne: string | null;
|
|
54201
54068
|
emailTwo: string | null;
|
|
54202
54069
|
emailThree: string | null;
|
|
54203
|
-
eori: string | null;
|
|
54204
54070
|
tva: string | null;
|
|
54205
54071
|
isMailing: boolean;
|
|
54206
54072
|
telephone: string | null;
|
|
@@ -54616,7 +54482,6 @@ declare const importRoutes: {
|
|
|
54616
54482
|
emailOne: string | null;
|
|
54617
54483
|
emailTwo: string | null;
|
|
54618
54484
|
emailThree: string | null;
|
|
54619
|
-
eori: string | null;
|
|
54620
54485
|
tva: string | null;
|
|
54621
54486
|
isMailing: boolean;
|
|
54622
54487
|
telephone: string | null;
|
|
@@ -55201,7 +55066,6 @@ declare const importRoutes: {
|
|
|
55201
55066
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
55202
55067
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
55203
55068
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
55204
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
55205
55069
|
tva: z.ZodNullable<z.ZodString>;
|
|
55206
55070
|
customerId: z.ZodNullable<z.ZodNumber>;
|
|
55207
55071
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -55242,7 +55106,6 @@ declare const importRoutes: {
|
|
|
55242
55106
|
emailOne: string | null;
|
|
55243
55107
|
emailTwo: string | null;
|
|
55244
55108
|
emailThree: string | null;
|
|
55245
|
-
eori: string | null;
|
|
55246
55109
|
tva: string | null;
|
|
55247
55110
|
isMailing: boolean;
|
|
55248
55111
|
telephone: string | null;
|
|
@@ -55295,7 +55158,6 @@ declare const importRoutes: {
|
|
|
55295
55158
|
emailOne: string | null;
|
|
55296
55159
|
emailTwo: string | null;
|
|
55297
55160
|
emailThree: string | null;
|
|
55298
|
-
eori: string | null;
|
|
55299
55161
|
tva: string | null;
|
|
55300
55162
|
isMailing: boolean;
|
|
55301
55163
|
telephone: string | null;
|
|
@@ -56247,7 +56109,6 @@ declare const importRoutes: {
|
|
|
56247
56109
|
emailOne: string | null;
|
|
56248
56110
|
emailTwo: string | null;
|
|
56249
56111
|
emailThree: string | null;
|
|
56250
|
-
eori: string | null;
|
|
56251
56112
|
tva: string | null;
|
|
56252
56113
|
isMailing: boolean;
|
|
56253
56114
|
telephone: string | null;
|
|
@@ -56644,7 +56505,6 @@ declare const importRoutes: {
|
|
|
56644
56505
|
emailOne: string | null;
|
|
56645
56506
|
emailTwo: string | null;
|
|
56646
56507
|
emailThree: string | null;
|
|
56647
|
-
eori: string | null;
|
|
56648
56508
|
tva: string | null;
|
|
56649
56509
|
isMailing: boolean;
|
|
56650
56510
|
telephone: string | null;
|
|
@@ -57043,7 +56903,6 @@ declare const importRoutes: {
|
|
|
57043
56903
|
emailOne: string | null;
|
|
57044
56904
|
emailTwo: string | null;
|
|
57045
56905
|
emailThree: string | null;
|
|
57046
|
-
eori: string | null;
|
|
57047
56906
|
tva: string | null;
|
|
57048
56907
|
isMailing: boolean;
|
|
57049
56908
|
telephone: string | null;
|
|
@@ -57453,7 +57312,6 @@ declare const importRoutes: {
|
|
|
57453
57312
|
emailOne: string | null;
|
|
57454
57313
|
emailTwo: string | null;
|
|
57455
57314
|
emailThree: string | null;
|
|
57456
|
-
eori: string | null;
|
|
57457
57315
|
tva: string | null;
|
|
57458
57316
|
isMailing: boolean;
|
|
57459
57317
|
telephone: string | null;
|
|
@@ -57869,7 +57727,6 @@ declare const importRoutes: {
|
|
|
57869
57727
|
emailOne: string | null;
|
|
57870
57728
|
emailTwo: string | null;
|
|
57871
57729
|
emailThree: string | null;
|
|
57872
|
-
eori: string | null;
|
|
57873
57730
|
tva: string | null;
|
|
57874
57731
|
isMailing: boolean;
|
|
57875
57732
|
telephone: string | null;
|
|
@@ -58285,7 +58142,6 @@ declare const importRoutes: {
|
|
|
58285
58142
|
emailOne: string | null;
|
|
58286
58143
|
emailTwo: string | null;
|
|
58287
58144
|
emailThree: string | null;
|
|
58288
|
-
eori: string | null;
|
|
58289
58145
|
tva: string | null;
|
|
58290
58146
|
isMailing: boolean;
|
|
58291
58147
|
telephone: string | null;
|
|
@@ -58870,7 +58726,6 @@ declare const importRoutes: {
|
|
|
58870
58726
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
58871
58727
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
58872
58728
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
58873
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
58874
58729
|
tva: z.ZodNullable<z.ZodString>;
|
|
58875
58730
|
customerId: z.ZodNullable<z.ZodNumber>;
|
|
58876
58731
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -58911,7 +58766,6 @@ declare const importRoutes: {
|
|
|
58911
58766
|
emailOne: string | null;
|
|
58912
58767
|
emailTwo: string | null;
|
|
58913
58768
|
emailThree: string | null;
|
|
58914
|
-
eori: string | null;
|
|
58915
58769
|
tva: string | null;
|
|
58916
58770
|
isMailing: boolean;
|
|
58917
58771
|
telephone: string | null;
|
|
@@ -58964,7 +58818,6 @@ declare const importRoutes: {
|
|
|
58964
58818
|
emailOne: string | null;
|
|
58965
58819
|
emailTwo: string | null;
|
|
58966
58820
|
emailThree: string | null;
|
|
58967
|
-
eori: string | null;
|
|
58968
58821
|
tva: string | null;
|
|
58969
58822
|
isMailing: boolean;
|
|
58970
58823
|
telephone: string | null;
|
|
@@ -59916,7 +59769,6 @@ declare const importRoutes: {
|
|
|
59916
59769
|
emailOne: string | null;
|
|
59917
59770
|
emailTwo: string | null;
|
|
59918
59771
|
emailThree: string | null;
|
|
59919
|
-
eori: string | null;
|
|
59920
59772
|
tva: string | null;
|
|
59921
59773
|
isMailing: boolean;
|
|
59922
59774
|
telephone: string | null;
|
|
@@ -60313,7 +60165,6 @@ declare const importRoutes: {
|
|
|
60313
60165
|
emailOne: string | null;
|
|
60314
60166
|
emailTwo: string | null;
|
|
60315
60167
|
emailThree: string | null;
|
|
60316
|
-
eori: string | null;
|
|
60317
60168
|
tva: string | null;
|
|
60318
60169
|
isMailing: boolean;
|
|
60319
60170
|
telephone: string | null;
|
|
@@ -60712,7 +60563,6 @@ declare const importRoutes: {
|
|
|
60712
60563
|
emailOne: string | null;
|
|
60713
60564
|
emailTwo: string | null;
|
|
60714
60565
|
emailThree: string | null;
|
|
60715
|
-
eori: string | null;
|
|
60716
60566
|
tva: string | null;
|
|
60717
60567
|
isMailing: boolean;
|
|
60718
60568
|
telephone: string | null;
|
|
@@ -61122,7 +60972,6 @@ declare const importRoutes: {
|
|
|
61122
60972
|
emailOne: string | null;
|
|
61123
60973
|
emailTwo: string | null;
|
|
61124
60974
|
emailThree: string | null;
|
|
61125
|
-
eori: string | null;
|
|
61126
60975
|
tva: string | null;
|
|
61127
60976
|
isMailing: boolean;
|
|
61128
60977
|
telephone: string | null;
|
|
@@ -61538,7 +61387,6 @@ declare const importRoutes: {
|
|
|
61538
61387
|
emailOne: string | null;
|
|
61539
61388
|
emailTwo: string | null;
|
|
61540
61389
|
emailThree: string | null;
|
|
61541
|
-
eori: string | null;
|
|
61542
61390
|
tva: string | null;
|
|
61543
61391
|
isMailing: boolean;
|
|
61544
61392
|
telephone: string | null;
|
|
@@ -61954,7 +61802,6 @@ declare const importRoutes: {
|
|
|
61954
61802
|
emailOne: string | null;
|
|
61955
61803
|
emailTwo: string | null;
|
|
61956
61804
|
emailThree: string | null;
|
|
61957
|
-
eori: string | null;
|
|
61958
61805
|
tva: string | null;
|
|
61959
61806
|
isMailing: boolean;
|
|
61960
61807
|
telephone: string | null;
|
|
@@ -62539,7 +62386,6 @@ declare const importRoutes: {
|
|
|
62539
62386
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
62540
62387
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
62541
62388
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
62542
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
62543
62389
|
tva: z.ZodNullable<z.ZodString>;
|
|
62544
62390
|
customerId: z.ZodNullable<z.ZodNumber>;
|
|
62545
62391
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -62580,7 +62426,6 @@ declare const importRoutes: {
|
|
|
62580
62426
|
emailOne: string | null;
|
|
62581
62427
|
emailTwo: string | null;
|
|
62582
62428
|
emailThree: string | null;
|
|
62583
|
-
eori: string | null;
|
|
62584
62429
|
tva: string | null;
|
|
62585
62430
|
isMailing: boolean;
|
|
62586
62431
|
telephone: string | null;
|
|
@@ -62633,7 +62478,6 @@ declare const importRoutes: {
|
|
|
62633
62478
|
emailOne: string | null;
|
|
62634
62479
|
emailTwo: string | null;
|
|
62635
62480
|
emailThree: string | null;
|
|
62636
|
-
eori: string | null;
|
|
62637
62481
|
tva: string | null;
|
|
62638
62482
|
isMailing: boolean;
|
|
62639
62483
|
telephone: string | null;
|
|
@@ -63585,7 +63429,6 @@ declare const importRoutes: {
|
|
|
63585
63429
|
emailOne: string | null;
|
|
63586
63430
|
emailTwo: string | null;
|
|
63587
63431
|
emailThree: string | null;
|
|
63588
|
-
eori: string | null;
|
|
63589
63432
|
tva: string | null;
|
|
63590
63433
|
isMailing: boolean;
|
|
63591
63434
|
telephone: string | null;
|
|
@@ -63982,7 +63825,6 @@ declare const importRoutes: {
|
|
|
63982
63825
|
emailOne: string | null;
|
|
63983
63826
|
emailTwo: string | null;
|
|
63984
63827
|
emailThree: string | null;
|
|
63985
|
-
eori: string | null;
|
|
63986
63828
|
tva: string | null;
|
|
63987
63829
|
isMailing: boolean;
|
|
63988
63830
|
telephone: string | null;
|
|
@@ -64381,7 +64223,6 @@ declare const importRoutes: {
|
|
|
64381
64223
|
emailOne: string | null;
|
|
64382
64224
|
emailTwo: string | null;
|
|
64383
64225
|
emailThree: string | null;
|
|
64384
|
-
eori: string | null;
|
|
64385
64226
|
tva: string | null;
|
|
64386
64227
|
isMailing: boolean;
|
|
64387
64228
|
telephone: string | null;
|
|
@@ -64791,7 +64632,6 @@ declare const importRoutes: {
|
|
|
64791
64632
|
emailOne: string | null;
|
|
64792
64633
|
emailTwo: string | null;
|
|
64793
64634
|
emailThree: string | null;
|
|
64794
|
-
eori: string | null;
|
|
64795
64635
|
tva: string | null;
|
|
64796
64636
|
isMailing: boolean;
|
|
64797
64637
|
telephone: string | null;
|
|
@@ -65207,7 +65047,6 @@ declare const importRoutes: {
|
|
|
65207
65047
|
emailOne: string | null;
|
|
65208
65048
|
emailTwo: string | null;
|
|
65209
65049
|
emailThree: string | null;
|
|
65210
|
-
eori: string | null;
|
|
65211
65050
|
tva: string | null;
|
|
65212
65051
|
isMailing: boolean;
|
|
65213
65052
|
telephone: string | null;
|
|
@@ -65623,7 +65462,6 @@ declare const importRoutes: {
|
|
|
65623
65462
|
emailOne: string | null;
|
|
65624
65463
|
emailTwo: string | null;
|
|
65625
65464
|
emailThree: string | null;
|
|
65626
|
-
eori: string | null;
|
|
65627
65465
|
tva: string | null;
|
|
65628
65466
|
isMailing: boolean;
|
|
65629
65467
|
telephone: string | null;
|
|
@@ -66210,7 +66048,6 @@ declare const exportRoutes: {
|
|
|
66210
66048
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
66211
66049
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
66212
66050
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
66213
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
66214
66051
|
tva: z.ZodNullable<z.ZodString>;
|
|
66215
66052
|
customerId: z.ZodNullable<z.ZodNumber>;
|
|
66216
66053
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -66251,7 +66088,6 @@ declare const exportRoutes: {
|
|
|
66251
66088
|
emailOne: string | null;
|
|
66252
66089
|
emailTwo: string | null;
|
|
66253
66090
|
emailThree: string | null;
|
|
66254
|
-
eori: string | null;
|
|
66255
66091
|
tva: string | null;
|
|
66256
66092
|
isMailing: boolean;
|
|
66257
66093
|
telephone: string | null;
|
|
@@ -66304,7 +66140,6 @@ declare const exportRoutes: {
|
|
|
66304
66140
|
emailOne: string | null;
|
|
66305
66141
|
emailTwo: string | null;
|
|
66306
66142
|
emailThree: string | null;
|
|
66307
|
-
eori: string | null;
|
|
66308
66143
|
tva: string | null;
|
|
66309
66144
|
isMailing: boolean;
|
|
66310
66145
|
telephone: string | null;
|
|
@@ -67256,7 +67091,6 @@ declare const exportRoutes: {
|
|
|
67256
67091
|
emailOne: string | null;
|
|
67257
67092
|
emailTwo: string | null;
|
|
67258
67093
|
emailThree: string | null;
|
|
67259
|
-
eori: string | null;
|
|
67260
67094
|
tva: string | null;
|
|
67261
67095
|
isMailing: boolean;
|
|
67262
67096
|
telephone: string | null;
|
|
@@ -67653,7 +67487,6 @@ declare const exportRoutes: {
|
|
|
67653
67487
|
emailOne: string | null;
|
|
67654
67488
|
emailTwo: string | null;
|
|
67655
67489
|
emailThree: string | null;
|
|
67656
|
-
eori: string | null;
|
|
67657
67490
|
tva: string | null;
|
|
67658
67491
|
isMailing: boolean;
|
|
67659
67492
|
telephone: string | null;
|
|
@@ -68052,7 +67885,6 @@ declare const exportRoutes: {
|
|
|
68052
67885
|
emailOne: string | null;
|
|
68053
67886
|
emailTwo: string | null;
|
|
68054
67887
|
emailThree: string | null;
|
|
68055
|
-
eori: string | null;
|
|
68056
67888
|
tva: string | null;
|
|
68057
67889
|
isMailing: boolean;
|
|
68058
67890
|
telephone: string | null;
|
|
@@ -68462,7 +68294,6 @@ declare const exportRoutes: {
|
|
|
68462
68294
|
emailOne: string | null;
|
|
68463
68295
|
emailTwo: string | null;
|
|
68464
68296
|
emailThree: string | null;
|
|
68465
|
-
eori: string | null;
|
|
68466
68297
|
tva: string | null;
|
|
68467
68298
|
isMailing: boolean;
|
|
68468
68299
|
telephone: string | null;
|
|
@@ -68878,7 +68709,6 @@ declare const exportRoutes: {
|
|
|
68878
68709
|
emailOne: string | null;
|
|
68879
68710
|
emailTwo: string | null;
|
|
68880
68711
|
emailThree: string | null;
|
|
68881
|
-
eori: string | null;
|
|
68882
68712
|
tva: string | null;
|
|
68883
68713
|
isMailing: boolean;
|
|
68884
68714
|
telephone: string | null;
|
|
@@ -69294,7 +69124,6 @@ declare const exportRoutes: {
|
|
|
69294
69124
|
emailOne: string | null;
|
|
69295
69125
|
emailTwo: string | null;
|
|
69296
69126
|
emailThree: string | null;
|
|
69297
|
-
eori: string | null;
|
|
69298
69127
|
tva: string | null;
|
|
69299
69128
|
isMailing: boolean;
|
|
69300
69129
|
telephone: string | null;
|
|
@@ -69879,7 +69708,6 @@ declare const exportRoutes: {
|
|
|
69879
69708
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
69880
69709
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
69881
69710
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
69882
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
69883
69711
|
tva: z.ZodNullable<z.ZodString>;
|
|
69884
69712
|
customerId: z.ZodNullable<z.ZodNumber>;
|
|
69885
69713
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -69920,7 +69748,6 @@ declare const exportRoutes: {
|
|
|
69920
69748
|
emailOne: string | null;
|
|
69921
69749
|
emailTwo: string | null;
|
|
69922
69750
|
emailThree: string | null;
|
|
69923
|
-
eori: string | null;
|
|
69924
69751
|
tva: string | null;
|
|
69925
69752
|
isMailing: boolean;
|
|
69926
69753
|
telephone: string | null;
|
|
@@ -69973,7 +69800,6 @@ declare const exportRoutes: {
|
|
|
69973
69800
|
emailOne: string | null;
|
|
69974
69801
|
emailTwo: string | null;
|
|
69975
69802
|
emailThree: string | null;
|
|
69976
|
-
eori: string | null;
|
|
69977
69803
|
tva: string | null;
|
|
69978
69804
|
isMailing: boolean;
|
|
69979
69805
|
telephone: string | null;
|
|
@@ -70925,7 +70751,6 @@ declare const exportRoutes: {
|
|
|
70925
70751
|
emailOne: string | null;
|
|
70926
70752
|
emailTwo: string | null;
|
|
70927
70753
|
emailThree: string | null;
|
|
70928
|
-
eori: string | null;
|
|
70929
70754
|
tva: string | null;
|
|
70930
70755
|
isMailing: boolean;
|
|
70931
70756
|
telephone: string | null;
|
|
@@ -71322,7 +71147,6 @@ declare const exportRoutes: {
|
|
|
71322
71147
|
emailOne: string | null;
|
|
71323
71148
|
emailTwo: string | null;
|
|
71324
71149
|
emailThree: string | null;
|
|
71325
|
-
eori: string | null;
|
|
71326
71150
|
tva: string | null;
|
|
71327
71151
|
isMailing: boolean;
|
|
71328
71152
|
telephone: string | null;
|
|
@@ -71721,7 +71545,6 @@ declare const exportRoutes: {
|
|
|
71721
71545
|
emailOne: string | null;
|
|
71722
71546
|
emailTwo: string | null;
|
|
71723
71547
|
emailThree: string | null;
|
|
71724
|
-
eori: string | null;
|
|
71725
71548
|
tva: string | null;
|
|
71726
71549
|
isMailing: boolean;
|
|
71727
71550
|
telephone: string | null;
|
|
@@ -72131,7 +71954,6 @@ declare const exportRoutes: {
|
|
|
72131
71954
|
emailOne: string | null;
|
|
72132
71955
|
emailTwo: string | null;
|
|
72133
71956
|
emailThree: string | null;
|
|
72134
|
-
eori: string | null;
|
|
72135
71957
|
tva: string | null;
|
|
72136
71958
|
isMailing: boolean;
|
|
72137
71959
|
telephone: string | null;
|
|
@@ -72547,7 +72369,6 @@ declare const exportRoutes: {
|
|
|
72547
72369
|
emailOne: string | null;
|
|
72548
72370
|
emailTwo: string | null;
|
|
72549
72371
|
emailThree: string | null;
|
|
72550
|
-
eori: string | null;
|
|
72551
72372
|
tva: string | null;
|
|
72552
72373
|
isMailing: boolean;
|
|
72553
72374
|
telephone: string | null;
|
|
@@ -72963,7 +72784,6 @@ declare const exportRoutes: {
|
|
|
72963
72784
|
emailOne: string | null;
|
|
72964
72785
|
emailTwo: string | null;
|
|
72965
72786
|
emailThree: string | null;
|
|
72966
|
-
eori: string | null;
|
|
72967
72787
|
tva: string | null;
|
|
72968
72788
|
isMailing: boolean;
|
|
72969
72789
|
telephone: string | null;
|
|
@@ -73548,7 +73368,6 @@ declare const exportRoutes: {
|
|
|
73548
73368
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
73549
73369
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
73550
73370
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
73551
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
73552
73371
|
tva: z.ZodNullable<z.ZodString>;
|
|
73553
73372
|
customerId: z.ZodNullable<z.ZodNumber>;
|
|
73554
73373
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -73589,7 +73408,6 @@ declare const exportRoutes: {
|
|
|
73589
73408
|
emailOne: string | null;
|
|
73590
73409
|
emailTwo: string | null;
|
|
73591
73410
|
emailThree: string | null;
|
|
73592
|
-
eori: string | null;
|
|
73593
73411
|
tva: string | null;
|
|
73594
73412
|
isMailing: boolean;
|
|
73595
73413
|
telephone: string | null;
|
|
@@ -73642,7 +73460,6 @@ declare const exportRoutes: {
|
|
|
73642
73460
|
emailOne: string | null;
|
|
73643
73461
|
emailTwo: string | null;
|
|
73644
73462
|
emailThree: string | null;
|
|
73645
|
-
eori: string | null;
|
|
73646
73463
|
tva: string | null;
|
|
73647
73464
|
isMailing: boolean;
|
|
73648
73465
|
telephone: string | null;
|
|
@@ -74594,7 +74411,6 @@ declare const exportRoutes: {
|
|
|
74594
74411
|
emailOne: string | null;
|
|
74595
74412
|
emailTwo: string | null;
|
|
74596
74413
|
emailThree: string | null;
|
|
74597
|
-
eori: string | null;
|
|
74598
74414
|
tva: string | null;
|
|
74599
74415
|
isMailing: boolean;
|
|
74600
74416
|
telephone: string | null;
|
|
@@ -74991,7 +74807,6 @@ declare const exportRoutes: {
|
|
|
74991
74807
|
emailOne: string | null;
|
|
74992
74808
|
emailTwo: string | null;
|
|
74993
74809
|
emailThree: string | null;
|
|
74994
|
-
eori: string | null;
|
|
74995
74810
|
tva: string | null;
|
|
74996
74811
|
isMailing: boolean;
|
|
74997
74812
|
telephone: string | null;
|
|
@@ -75390,7 +75205,6 @@ declare const exportRoutes: {
|
|
|
75390
75205
|
emailOne: string | null;
|
|
75391
75206
|
emailTwo: string | null;
|
|
75392
75207
|
emailThree: string | null;
|
|
75393
|
-
eori: string | null;
|
|
75394
75208
|
tva: string | null;
|
|
75395
75209
|
isMailing: boolean;
|
|
75396
75210
|
telephone: string | null;
|
|
@@ -75800,7 +75614,6 @@ declare const exportRoutes: {
|
|
|
75800
75614
|
emailOne: string | null;
|
|
75801
75615
|
emailTwo: string | null;
|
|
75802
75616
|
emailThree: string | null;
|
|
75803
|
-
eori: string | null;
|
|
75804
75617
|
tva: string | null;
|
|
75805
75618
|
isMailing: boolean;
|
|
75806
75619
|
telephone: string | null;
|
|
@@ -76216,7 +76029,6 @@ declare const exportRoutes: {
|
|
|
76216
76029
|
emailOne: string | null;
|
|
76217
76030
|
emailTwo: string | null;
|
|
76218
76031
|
emailThree: string | null;
|
|
76219
|
-
eori: string | null;
|
|
76220
76032
|
tva: string | null;
|
|
76221
76033
|
isMailing: boolean;
|
|
76222
76034
|
telephone: string | null;
|
|
@@ -76632,7 +76444,6 @@ declare const exportRoutes: {
|
|
|
76632
76444
|
emailOne: string | null;
|
|
76633
76445
|
emailTwo: string | null;
|
|
76634
76446
|
emailThree: string | null;
|
|
76635
|
-
eori: string | null;
|
|
76636
76447
|
tva: string | null;
|
|
76637
76448
|
isMailing: boolean;
|
|
76638
76449
|
telephone: string | null;
|
|
@@ -77217,7 +77028,6 @@ declare const exportRoutes: {
|
|
|
77217
77028
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
77218
77029
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
77219
77030
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
77220
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
77221
77031
|
tva: z.ZodNullable<z.ZodString>;
|
|
77222
77032
|
customerId: z.ZodNullable<z.ZodNumber>;
|
|
77223
77033
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -77258,7 +77068,6 @@ declare const exportRoutes: {
|
|
|
77258
77068
|
emailOne: string | null;
|
|
77259
77069
|
emailTwo: string | null;
|
|
77260
77070
|
emailThree: string | null;
|
|
77261
|
-
eori: string | null;
|
|
77262
77071
|
tva: string | null;
|
|
77263
77072
|
isMailing: boolean;
|
|
77264
77073
|
telephone: string | null;
|
|
@@ -77311,7 +77120,6 @@ declare const exportRoutes: {
|
|
|
77311
77120
|
emailOne: string | null;
|
|
77312
77121
|
emailTwo: string | null;
|
|
77313
77122
|
emailThree: string | null;
|
|
77314
|
-
eori: string | null;
|
|
77315
77123
|
tva: string | null;
|
|
77316
77124
|
isMailing: boolean;
|
|
77317
77125
|
telephone: string | null;
|
|
@@ -78263,7 +78071,6 @@ declare const exportRoutes: {
|
|
|
78263
78071
|
emailOne: string | null;
|
|
78264
78072
|
emailTwo: string | null;
|
|
78265
78073
|
emailThree: string | null;
|
|
78266
|
-
eori: string | null;
|
|
78267
78074
|
tva: string | null;
|
|
78268
78075
|
isMailing: boolean;
|
|
78269
78076
|
telephone: string | null;
|
|
@@ -78660,7 +78467,6 @@ declare const exportRoutes: {
|
|
|
78660
78467
|
emailOne: string | null;
|
|
78661
78468
|
emailTwo: string | null;
|
|
78662
78469
|
emailThree: string | null;
|
|
78663
|
-
eori: string | null;
|
|
78664
78470
|
tva: string | null;
|
|
78665
78471
|
isMailing: boolean;
|
|
78666
78472
|
telephone: string | null;
|
|
@@ -79059,7 +78865,6 @@ declare const exportRoutes: {
|
|
|
79059
78865
|
emailOne: string | null;
|
|
79060
78866
|
emailTwo: string | null;
|
|
79061
78867
|
emailThree: string | null;
|
|
79062
|
-
eori: string | null;
|
|
79063
78868
|
tva: string | null;
|
|
79064
78869
|
isMailing: boolean;
|
|
79065
78870
|
telephone: string | null;
|
|
@@ -79469,7 +79274,6 @@ declare const exportRoutes: {
|
|
|
79469
79274
|
emailOne: string | null;
|
|
79470
79275
|
emailTwo: string | null;
|
|
79471
79276
|
emailThree: string | null;
|
|
79472
|
-
eori: string | null;
|
|
79473
79277
|
tva: string | null;
|
|
79474
79278
|
isMailing: boolean;
|
|
79475
79279
|
telephone: string | null;
|
|
@@ -79885,7 +79689,6 @@ declare const exportRoutes: {
|
|
|
79885
79689
|
emailOne: string | null;
|
|
79886
79690
|
emailTwo: string | null;
|
|
79887
79691
|
emailThree: string | null;
|
|
79888
|
-
eori: string | null;
|
|
79889
79692
|
tva: string | null;
|
|
79890
79693
|
isMailing: boolean;
|
|
79891
79694
|
telephone: string | null;
|
|
@@ -80301,7 +80104,6 @@ declare const exportRoutes: {
|
|
|
80301
80104
|
emailOne: string | null;
|
|
80302
80105
|
emailTwo: string | null;
|
|
80303
80106
|
emailThree: string | null;
|
|
80304
|
-
eori: string | null;
|
|
80305
80107
|
tva: string | null;
|
|
80306
80108
|
isMailing: boolean;
|
|
80307
80109
|
telephone: string | null;
|
|
@@ -80886,7 +80688,6 @@ declare const exportRoutes: {
|
|
|
80886
80688
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
80887
80689
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
80888
80690
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
80889
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
80890
80691
|
tva: z.ZodNullable<z.ZodString>;
|
|
80891
80692
|
customerId: z.ZodNullable<z.ZodNumber>;
|
|
80892
80693
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -80927,7 +80728,6 @@ declare const exportRoutes: {
|
|
|
80927
80728
|
emailOne: string | null;
|
|
80928
80729
|
emailTwo: string | null;
|
|
80929
80730
|
emailThree: string | null;
|
|
80930
|
-
eori: string | null;
|
|
80931
80731
|
tva: string | null;
|
|
80932
80732
|
isMailing: boolean;
|
|
80933
80733
|
telephone: string | null;
|
|
@@ -80980,7 +80780,6 @@ declare const exportRoutes: {
|
|
|
80980
80780
|
emailOne: string | null;
|
|
80981
80781
|
emailTwo: string | null;
|
|
80982
80782
|
emailThree: string | null;
|
|
80983
|
-
eori: string | null;
|
|
80984
80783
|
tva: string | null;
|
|
80985
80784
|
isMailing: boolean;
|
|
80986
80785
|
telephone: string | null;
|
|
@@ -81932,7 +81731,6 @@ declare const exportRoutes: {
|
|
|
81932
81731
|
emailOne: string | null;
|
|
81933
81732
|
emailTwo: string | null;
|
|
81934
81733
|
emailThree: string | null;
|
|
81935
|
-
eori: string | null;
|
|
81936
81734
|
tva: string | null;
|
|
81937
81735
|
isMailing: boolean;
|
|
81938
81736
|
telephone: string | null;
|
|
@@ -82329,7 +82127,6 @@ declare const exportRoutes: {
|
|
|
82329
82127
|
emailOne: string | null;
|
|
82330
82128
|
emailTwo: string | null;
|
|
82331
82129
|
emailThree: string | null;
|
|
82332
|
-
eori: string | null;
|
|
82333
82130
|
tva: string | null;
|
|
82334
82131
|
isMailing: boolean;
|
|
82335
82132
|
telephone: string | null;
|
|
@@ -82728,7 +82525,6 @@ declare const exportRoutes: {
|
|
|
82728
82525
|
emailOne: string | null;
|
|
82729
82526
|
emailTwo: string | null;
|
|
82730
82527
|
emailThree: string | null;
|
|
82731
|
-
eori: string | null;
|
|
82732
82528
|
tva: string | null;
|
|
82733
82529
|
isMailing: boolean;
|
|
82734
82530
|
telephone: string | null;
|
|
@@ -83138,7 +82934,6 @@ declare const exportRoutes: {
|
|
|
83138
82934
|
emailOne: string | null;
|
|
83139
82935
|
emailTwo: string | null;
|
|
83140
82936
|
emailThree: string | null;
|
|
83141
|
-
eori: string | null;
|
|
83142
82937
|
tva: string | null;
|
|
83143
82938
|
isMailing: boolean;
|
|
83144
82939
|
telephone: string | null;
|
|
@@ -83554,7 +83349,6 @@ declare const exportRoutes: {
|
|
|
83554
83349
|
emailOne: string | null;
|
|
83555
83350
|
emailTwo: string | null;
|
|
83556
83351
|
emailThree: string | null;
|
|
83557
|
-
eori: string | null;
|
|
83558
83352
|
tva: string | null;
|
|
83559
83353
|
isMailing: boolean;
|
|
83560
83354
|
telephone: string | null;
|
|
@@ -83970,7 +83764,6 @@ declare const exportRoutes: {
|
|
|
83970
83764
|
emailOne: string | null;
|
|
83971
83765
|
emailTwo: string | null;
|
|
83972
83766
|
emailThree: string | null;
|
|
83973
|
-
eori: string | null;
|
|
83974
83767
|
tva: string | null;
|
|
83975
83768
|
isMailing: boolean;
|
|
83976
83769
|
telephone: string | null;
|
|
@@ -84555,7 +84348,6 @@ declare const exportRoutes: {
|
|
|
84555
84348
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
84556
84349
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
84557
84350
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
84558
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
84559
84351
|
tva: z.ZodNullable<z.ZodString>;
|
|
84560
84352
|
customerId: z.ZodNullable<z.ZodNumber>;
|
|
84561
84353
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -84596,7 +84388,6 @@ declare const exportRoutes: {
|
|
|
84596
84388
|
emailOne: string | null;
|
|
84597
84389
|
emailTwo: string | null;
|
|
84598
84390
|
emailThree: string | null;
|
|
84599
|
-
eori: string | null;
|
|
84600
84391
|
tva: string | null;
|
|
84601
84392
|
isMailing: boolean;
|
|
84602
84393
|
telephone: string | null;
|
|
@@ -84649,7 +84440,6 @@ declare const exportRoutes: {
|
|
|
84649
84440
|
emailOne: string | null;
|
|
84650
84441
|
emailTwo: string | null;
|
|
84651
84442
|
emailThree: string | null;
|
|
84652
|
-
eori: string | null;
|
|
84653
84443
|
tva: string | null;
|
|
84654
84444
|
isMailing: boolean;
|
|
84655
84445
|
telephone: string | null;
|
|
@@ -85601,7 +85391,6 @@ declare const exportRoutes: {
|
|
|
85601
85391
|
emailOne: string | null;
|
|
85602
85392
|
emailTwo: string | null;
|
|
85603
85393
|
emailThree: string | null;
|
|
85604
|
-
eori: string | null;
|
|
85605
85394
|
tva: string | null;
|
|
85606
85395
|
isMailing: boolean;
|
|
85607
85396
|
telephone: string | null;
|
|
@@ -85998,7 +85787,6 @@ declare const exportRoutes: {
|
|
|
85998
85787
|
emailOne: string | null;
|
|
85999
85788
|
emailTwo: string | null;
|
|
86000
85789
|
emailThree: string | null;
|
|
86001
|
-
eori: string | null;
|
|
86002
85790
|
tva: string | null;
|
|
86003
85791
|
isMailing: boolean;
|
|
86004
85792
|
telephone: string | null;
|
|
@@ -86397,7 +86185,6 @@ declare const exportRoutes: {
|
|
|
86397
86185
|
emailOne: string | null;
|
|
86398
86186
|
emailTwo: string | null;
|
|
86399
86187
|
emailThree: string | null;
|
|
86400
|
-
eori: string | null;
|
|
86401
86188
|
tva: string | null;
|
|
86402
86189
|
isMailing: boolean;
|
|
86403
86190
|
telephone: string | null;
|
|
@@ -86807,7 +86594,6 @@ declare const exportRoutes: {
|
|
|
86807
86594
|
emailOne: string | null;
|
|
86808
86595
|
emailTwo: string | null;
|
|
86809
86596
|
emailThree: string | null;
|
|
86810
|
-
eori: string | null;
|
|
86811
86597
|
tva: string | null;
|
|
86812
86598
|
isMailing: boolean;
|
|
86813
86599
|
telephone: string | null;
|
|
@@ -87223,7 +87009,6 @@ declare const exportRoutes: {
|
|
|
87223
87009
|
emailOne: string | null;
|
|
87224
87010
|
emailTwo: string | null;
|
|
87225
87011
|
emailThree: string | null;
|
|
87226
|
-
eori: string | null;
|
|
87227
87012
|
tva: string | null;
|
|
87228
87013
|
isMailing: boolean;
|
|
87229
87014
|
telephone: string | null;
|
|
@@ -87639,7 +87424,6 @@ declare const exportRoutes: {
|
|
|
87639
87424
|
emailOne: string | null;
|
|
87640
87425
|
emailTwo: string | null;
|
|
87641
87426
|
emailThree: string | null;
|
|
87642
|
-
eori: string | null;
|
|
87643
87427
|
tva: string | null;
|
|
87644
87428
|
isMailing: boolean;
|
|
87645
87429
|
telephone: string | null;
|
|
@@ -88175,7 +87959,6 @@ declare const authRoutes: {
|
|
|
88175
87959
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
88176
87960
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
88177
87961
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
88178
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
88179
87962
|
tva: z.ZodNullable<z.ZodString>;
|
|
88180
87963
|
isTrackingMail: z.ZodNullable<z.ZodBoolean>;
|
|
88181
87964
|
isBillingCenter: z.ZodBoolean;
|
|
@@ -88247,7 +88030,6 @@ declare const authRoutes: {
|
|
|
88247
88030
|
emailOne: string | null;
|
|
88248
88031
|
emailTwo: string | null;
|
|
88249
88032
|
emailThree: string | null;
|
|
88250
|
-
eori: string | null;
|
|
88251
88033
|
tva: string | null;
|
|
88252
88034
|
isTrackingMail: boolean | null;
|
|
88253
88035
|
isBillingCenter: boolean;
|
|
@@ -88305,7 +88087,6 @@ declare const authRoutes: {
|
|
|
88305
88087
|
emailOne: string | null;
|
|
88306
88088
|
emailTwo: string | null;
|
|
88307
88089
|
emailThree: string | null;
|
|
88308
|
-
eori: string | null;
|
|
88309
88090
|
tva: string | null;
|
|
88310
88091
|
isTrackingMail: boolean | null;
|
|
88311
88092
|
isBillingCenter: boolean;
|
|
@@ -88618,7 +88399,6 @@ declare const authRoutes: {
|
|
|
88618
88399
|
emailOne: string | null;
|
|
88619
88400
|
emailTwo: string | null;
|
|
88620
88401
|
emailThree: string | null;
|
|
88621
|
-
eori: string | null;
|
|
88622
88402
|
tva: string | null;
|
|
88623
88403
|
isTrackingMail: boolean | null;
|
|
88624
88404
|
isBillingCenter: boolean;
|
|
@@ -88797,7 +88577,6 @@ declare const authRoutes: {
|
|
|
88797
88577
|
emailOne: string | null;
|
|
88798
88578
|
emailTwo: string | null;
|
|
88799
88579
|
emailThree: string | null;
|
|
88800
|
-
eori: string | null;
|
|
88801
88580
|
tva: string | null;
|
|
88802
88581
|
isTrackingMail: boolean | null;
|
|
88803
88582
|
isBillingCenter: boolean;
|
|
@@ -88982,7 +88761,6 @@ declare const authRoutes: {
|
|
|
88982
88761
|
emailOne: string | null;
|
|
88983
88762
|
emailTwo: string | null;
|
|
88984
88763
|
emailThree: string | null;
|
|
88985
|
-
eori: string | null;
|
|
88986
88764
|
tva: string | null;
|
|
88987
88765
|
isTrackingMail: boolean | null;
|
|
88988
88766
|
isBillingCenter: boolean;
|
|
@@ -89167,7 +88945,6 @@ declare const authRoutes: {
|
|
|
89167
88945
|
emailOne: string | null;
|
|
89168
88946
|
emailTwo: string | null;
|
|
89169
88947
|
emailThree: string | null;
|
|
89170
|
-
eori: string | null;
|
|
89171
88948
|
tva: string | null;
|
|
89172
88949
|
isTrackingMail: boolean | null;
|
|
89173
88950
|
isBillingCenter: boolean;
|
|
@@ -89446,7 +89223,6 @@ declare const authRoutes: {
|
|
|
89446
89223
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
89447
89224
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
89448
89225
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
89449
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
89450
89226
|
tva: z.ZodNullable<z.ZodString>;
|
|
89451
89227
|
isTrackingMail: z.ZodNullable<z.ZodBoolean>;
|
|
89452
89228
|
isBillingCenter: z.ZodBoolean;
|
|
@@ -89518,7 +89294,6 @@ declare const authRoutes: {
|
|
|
89518
89294
|
emailOne: string | null;
|
|
89519
89295
|
emailTwo: string | null;
|
|
89520
89296
|
emailThree: string | null;
|
|
89521
|
-
eori: string | null;
|
|
89522
89297
|
tva: string | null;
|
|
89523
89298
|
isTrackingMail: boolean | null;
|
|
89524
89299
|
isBillingCenter: boolean;
|
|
@@ -89576,7 +89351,6 @@ declare const authRoutes: {
|
|
|
89576
89351
|
emailOne: string | null;
|
|
89577
89352
|
emailTwo: string | null;
|
|
89578
89353
|
emailThree: string | null;
|
|
89579
|
-
eori: string | null;
|
|
89580
89354
|
tva: string | null;
|
|
89581
89355
|
isTrackingMail: boolean | null;
|
|
89582
89356
|
isBillingCenter: boolean;
|
|
@@ -89889,7 +89663,6 @@ declare const authRoutes: {
|
|
|
89889
89663
|
emailOne: string | null;
|
|
89890
89664
|
emailTwo: string | null;
|
|
89891
89665
|
emailThree: string | null;
|
|
89892
|
-
eori: string | null;
|
|
89893
89666
|
tva: string | null;
|
|
89894
89667
|
isTrackingMail: boolean | null;
|
|
89895
89668
|
isBillingCenter: boolean;
|
|
@@ -90068,7 +89841,6 @@ declare const authRoutes: {
|
|
|
90068
89841
|
emailOne: string | null;
|
|
90069
89842
|
emailTwo: string | null;
|
|
90070
89843
|
emailThree: string | null;
|
|
90071
|
-
eori: string | null;
|
|
90072
89844
|
tva: string | null;
|
|
90073
89845
|
isTrackingMail: boolean | null;
|
|
90074
89846
|
isBillingCenter: boolean;
|
|
@@ -90253,7 +90025,6 @@ declare const authRoutes: {
|
|
|
90253
90025
|
emailOne: string | null;
|
|
90254
90026
|
emailTwo: string | null;
|
|
90255
90027
|
emailThree: string | null;
|
|
90256
|
-
eori: string | null;
|
|
90257
90028
|
tva: string | null;
|
|
90258
90029
|
isTrackingMail: boolean | null;
|
|
90259
90030
|
isBillingCenter: boolean;
|
|
@@ -90438,7 +90209,6 @@ declare const authRoutes: {
|
|
|
90438
90209
|
emailOne: string | null;
|
|
90439
90210
|
emailTwo: string | null;
|
|
90440
90211
|
emailThree: string | null;
|
|
90441
|
-
eori: string | null;
|
|
90442
90212
|
tva: string | null;
|
|
90443
90213
|
isTrackingMail: boolean | null;
|
|
90444
90214
|
isBillingCenter: boolean;
|
|
@@ -90781,7 +90551,6 @@ declare const authRoutes: {
|
|
|
90781
90551
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
90782
90552
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
90783
90553
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
90784
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
90785
90554
|
tva: z.ZodNullable<z.ZodString>;
|
|
90786
90555
|
isTrackingMail: z.ZodNullable<z.ZodBoolean>;
|
|
90787
90556
|
isBillingCenter: z.ZodBoolean;
|
|
@@ -90853,7 +90622,6 @@ declare const authRoutes: {
|
|
|
90853
90622
|
emailOne: string | null;
|
|
90854
90623
|
emailTwo: string | null;
|
|
90855
90624
|
emailThree: string | null;
|
|
90856
|
-
eori: string | null;
|
|
90857
90625
|
tva: string | null;
|
|
90858
90626
|
isTrackingMail: boolean | null;
|
|
90859
90627
|
isBillingCenter: boolean;
|
|
@@ -90911,7 +90679,6 @@ declare const authRoutes: {
|
|
|
90911
90679
|
emailOne: string | null;
|
|
90912
90680
|
emailTwo: string | null;
|
|
90913
90681
|
emailThree: string | null;
|
|
90914
|
-
eori: string | null;
|
|
90915
90682
|
tva: string | null;
|
|
90916
90683
|
isTrackingMail: boolean | null;
|
|
90917
90684
|
isBillingCenter: boolean;
|
|
@@ -91224,7 +90991,6 @@ declare const authRoutes: {
|
|
|
91224
90991
|
emailOne: string | null;
|
|
91225
90992
|
emailTwo: string | null;
|
|
91226
90993
|
emailThree: string | null;
|
|
91227
|
-
eori: string | null;
|
|
91228
90994
|
tva: string | null;
|
|
91229
90995
|
isTrackingMail: boolean | null;
|
|
91230
90996
|
isBillingCenter: boolean;
|
|
@@ -91403,7 +91169,6 @@ declare const authRoutes: {
|
|
|
91403
91169
|
emailOne: string | null;
|
|
91404
91170
|
emailTwo: string | null;
|
|
91405
91171
|
emailThree: string | null;
|
|
91406
|
-
eori: string | null;
|
|
91407
91172
|
tva: string | null;
|
|
91408
91173
|
isTrackingMail: boolean | null;
|
|
91409
91174
|
isBillingCenter: boolean;
|
|
@@ -91588,7 +91353,6 @@ declare const authRoutes: {
|
|
|
91588
91353
|
emailOne: string | null;
|
|
91589
91354
|
emailTwo: string | null;
|
|
91590
91355
|
emailThree: string | null;
|
|
91591
|
-
eori: string | null;
|
|
91592
91356
|
tva: string | null;
|
|
91593
91357
|
isTrackingMail: boolean | null;
|
|
91594
91358
|
isBillingCenter: boolean;
|
|
@@ -91773,7 +91537,6 @@ declare const authRoutes: {
|
|
|
91773
91537
|
emailOne: string | null;
|
|
91774
91538
|
emailTwo: string | null;
|
|
91775
91539
|
emailThree: string | null;
|
|
91776
|
-
eori: string | null;
|
|
91777
91540
|
tva: string | null;
|
|
91778
91541
|
isTrackingMail: boolean | null;
|
|
91779
91542
|
isBillingCenter: boolean;
|
|
@@ -92105,7 +91868,6 @@ declare const otherRoutes: {
|
|
|
92105
91868
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
92106
91869
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
92107
91870
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
92108
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
92109
91871
|
tva: z.ZodNullable<z.ZodString>;
|
|
92110
91872
|
customerId: z.ZodNullable<z.ZodNumber>;
|
|
92111
91873
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -92146,7 +91908,6 @@ declare const otherRoutes: {
|
|
|
92146
91908
|
emailOne: string | null;
|
|
92147
91909
|
emailTwo: string | null;
|
|
92148
91910
|
emailThree: string | null;
|
|
92149
|
-
eori: string | null;
|
|
92150
91911
|
tva: string | null;
|
|
92151
91912
|
isMailing: boolean;
|
|
92152
91913
|
telephone: string | null;
|
|
@@ -92199,7 +91960,6 @@ declare const otherRoutes: {
|
|
|
92199
91960
|
emailOne: string | null;
|
|
92200
91961
|
emailTwo: string | null;
|
|
92201
91962
|
emailThree: string | null;
|
|
92202
|
-
eori: string | null;
|
|
92203
91963
|
tva: string | null;
|
|
92204
91964
|
isMailing: boolean;
|
|
92205
91965
|
telephone: string | null;
|
|
@@ -93151,7 +92911,6 @@ declare const otherRoutes: {
|
|
|
93151
92911
|
emailOne: string | null;
|
|
93152
92912
|
emailTwo: string | null;
|
|
93153
92913
|
emailThree: string | null;
|
|
93154
|
-
eori: string | null;
|
|
93155
92914
|
tva: string | null;
|
|
93156
92915
|
isMailing: boolean;
|
|
93157
92916
|
telephone: string | null;
|
|
@@ -93548,7 +93307,6 @@ declare const otherRoutes: {
|
|
|
93548
93307
|
emailOne: string | null;
|
|
93549
93308
|
emailTwo: string | null;
|
|
93550
93309
|
emailThree: string | null;
|
|
93551
|
-
eori: string | null;
|
|
93552
93310
|
tva: string | null;
|
|
93553
93311
|
isMailing: boolean;
|
|
93554
93312
|
telephone: string | null;
|
|
@@ -93947,7 +93705,6 @@ declare const otherRoutes: {
|
|
|
93947
93705
|
emailOne: string | null;
|
|
93948
93706
|
emailTwo: string | null;
|
|
93949
93707
|
emailThree: string | null;
|
|
93950
|
-
eori: string | null;
|
|
93951
93708
|
tva: string | null;
|
|
93952
93709
|
isMailing: boolean;
|
|
93953
93710
|
telephone: string | null;
|
|
@@ -94357,7 +94114,6 @@ declare const otherRoutes: {
|
|
|
94357
94114
|
emailOne: string | null;
|
|
94358
94115
|
emailTwo: string | null;
|
|
94359
94116
|
emailThree: string | null;
|
|
94360
|
-
eori: string | null;
|
|
94361
94117
|
tva: string | null;
|
|
94362
94118
|
isMailing: boolean;
|
|
94363
94119
|
telephone: string | null;
|
|
@@ -94773,7 +94529,6 @@ declare const otherRoutes: {
|
|
|
94773
94529
|
emailOne: string | null;
|
|
94774
94530
|
emailTwo: string | null;
|
|
94775
94531
|
emailThree: string | null;
|
|
94776
|
-
eori: string | null;
|
|
94777
94532
|
tva: string | null;
|
|
94778
94533
|
isMailing: boolean;
|
|
94779
94534
|
telephone: string | null;
|
|
@@ -95189,7 +94944,6 @@ declare const otherRoutes: {
|
|
|
95189
94944
|
emailOne: string | null;
|
|
95190
94945
|
emailTwo: string | null;
|
|
95191
94946
|
emailThree: string | null;
|
|
95192
|
-
eori: string | null;
|
|
95193
94947
|
tva: string | null;
|
|
95194
94948
|
isMailing: boolean;
|
|
95195
94949
|
telephone: string | null;
|
|
@@ -95774,7 +95528,6 @@ declare const otherRoutes: {
|
|
|
95774
95528
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
95775
95529
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
95776
95530
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
95777
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
95778
95531
|
tva: z.ZodNullable<z.ZodString>;
|
|
95779
95532
|
customerId: z.ZodNullable<z.ZodNumber>;
|
|
95780
95533
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -95815,7 +95568,6 @@ declare const otherRoutes: {
|
|
|
95815
95568
|
emailOne: string | null;
|
|
95816
95569
|
emailTwo: string | null;
|
|
95817
95570
|
emailThree: string | null;
|
|
95818
|
-
eori: string | null;
|
|
95819
95571
|
tva: string | null;
|
|
95820
95572
|
isMailing: boolean;
|
|
95821
95573
|
telephone: string | null;
|
|
@@ -95868,7 +95620,6 @@ declare const otherRoutes: {
|
|
|
95868
95620
|
emailOne: string | null;
|
|
95869
95621
|
emailTwo: string | null;
|
|
95870
95622
|
emailThree: string | null;
|
|
95871
|
-
eori: string | null;
|
|
95872
95623
|
tva: string | null;
|
|
95873
95624
|
isMailing: boolean;
|
|
95874
95625
|
telephone: string | null;
|
|
@@ -96820,7 +96571,6 @@ declare const otherRoutes: {
|
|
|
96820
96571
|
emailOne: string | null;
|
|
96821
96572
|
emailTwo: string | null;
|
|
96822
96573
|
emailThree: string | null;
|
|
96823
|
-
eori: string | null;
|
|
96824
96574
|
tva: string | null;
|
|
96825
96575
|
isMailing: boolean;
|
|
96826
96576
|
telephone: string | null;
|
|
@@ -97217,7 +96967,6 @@ declare const otherRoutes: {
|
|
|
97217
96967
|
emailOne: string | null;
|
|
97218
96968
|
emailTwo: string | null;
|
|
97219
96969
|
emailThree: string | null;
|
|
97220
|
-
eori: string | null;
|
|
97221
96970
|
tva: string | null;
|
|
97222
96971
|
isMailing: boolean;
|
|
97223
96972
|
telephone: string | null;
|
|
@@ -97616,7 +97365,6 @@ declare const otherRoutes: {
|
|
|
97616
97365
|
emailOne: string | null;
|
|
97617
97366
|
emailTwo: string | null;
|
|
97618
97367
|
emailThree: string | null;
|
|
97619
|
-
eori: string | null;
|
|
97620
97368
|
tva: string | null;
|
|
97621
97369
|
isMailing: boolean;
|
|
97622
97370
|
telephone: string | null;
|
|
@@ -98026,7 +97774,6 @@ declare const otherRoutes: {
|
|
|
98026
97774
|
emailOne: string | null;
|
|
98027
97775
|
emailTwo: string | null;
|
|
98028
97776
|
emailThree: string | null;
|
|
98029
|
-
eori: string | null;
|
|
98030
97777
|
tva: string | null;
|
|
98031
97778
|
isMailing: boolean;
|
|
98032
97779
|
telephone: string | null;
|
|
@@ -98442,7 +98189,6 @@ declare const otherRoutes: {
|
|
|
98442
98189
|
emailOne: string | null;
|
|
98443
98190
|
emailTwo: string | null;
|
|
98444
98191
|
emailThree: string | null;
|
|
98445
|
-
eori: string | null;
|
|
98446
98192
|
tva: string | null;
|
|
98447
98193
|
isMailing: boolean;
|
|
98448
98194
|
telephone: string | null;
|
|
@@ -98858,7 +98604,6 @@ declare const otherRoutes: {
|
|
|
98858
98604
|
emailOne: string | null;
|
|
98859
98605
|
emailTwo: string | null;
|
|
98860
98606
|
emailThree: string | null;
|
|
98861
|
-
eori: string | null;
|
|
98862
98607
|
tva: string | null;
|
|
98863
98608
|
isMailing: boolean;
|
|
98864
98609
|
telephone: string | null;
|
|
@@ -99405,7 +99150,6 @@ declare const shippingdetailRoutes: {
|
|
|
99405
99150
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
99406
99151
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
99407
99152
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
99408
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
99409
99153
|
tva: z.ZodNullable<z.ZodString>;
|
|
99410
99154
|
customerId: z.ZodNullable<z.ZodNumber>;
|
|
99411
99155
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -99446,7 +99190,6 @@ declare const shippingdetailRoutes: {
|
|
|
99446
99190
|
emailOne: string | null;
|
|
99447
99191
|
emailTwo: string | null;
|
|
99448
99192
|
emailThree: string | null;
|
|
99449
|
-
eori: string | null;
|
|
99450
99193
|
tva: string | null;
|
|
99451
99194
|
isMailing: boolean;
|
|
99452
99195
|
telephone: string | null;
|
|
@@ -99499,7 +99242,6 @@ declare const shippingdetailRoutes: {
|
|
|
99499
99242
|
emailOne: string | null;
|
|
99500
99243
|
emailTwo: string | null;
|
|
99501
99244
|
emailThree: string | null;
|
|
99502
|
-
eori: string | null;
|
|
99503
99245
|
tva: string | null;
|
|
99504
99246
|
isMailing: boolean;
|
|
99505
99247
|
telephone: string | null;
|
|
@@ -100451,7 +100193,6 @@ declare const shippingdetailRoutes: {
|
|
|
100451
100193
|
emailOne: string | null;
|
|
100452
100194
|
emailTwo: string | null;
|
|
100453
100195
|
emailThree: string | null;
|
|
100454
|
-
eori: string | null;
|
|
100455
100196
|
tva: string | null;
|
|
100456
100197
|
isMailing: boolean;
|
|
100457
100198
|
telephone: string | null;
|
|
@@ -100848,7 +100589,6 @@ declare const shippingdetailRoutes: {
|
|
|
100848
100589
|
emailOne: string | null;
|
|
100849
100590
|
emailTwo: string | null;
|
|
100850
100591
|
emailThree: string | null;
|
|
100851
|
-
eori: string | null;
|
|
100852
100592
|
tva: string | null;
|
|
100853
100593
|
isMailing: boolean;
|
|
100854
100594
|
telephone: string | null;
|
|
@@ -101251,7 +100991,6 @@ declare const shippingdetailRoutes: {
|
|
|
101251
100991
|
emailOne: string | null;
|
|
101252
100992
|
emailTwo: string | null;
|
|
101253
100993
|
emailThree: string | null;
|
|
101254
|
-
eori: string | null;
|
|
101255
100994
|
tva: string | null;
|
|
101256
100995
|
isMailing: boolean;
|
|
101257
100996
|
telephone: string | null;
|
|
@@ -101654,7 +101393,6 @@ declare const shippingdetailRoutes: {
|
|
|
101654
101393
|
emailOne: string | null;
|
|
101655
101394
|
emailTwo: string | null;
|
|
101656
101395
|
emailThree: string | null;
|
|
101657
|
-
eori: string | null;
|
|
101658
101396
|
tva: string | null;
|
|
101659
101397
|
isMailing: boolean;
|
|
101660
101398
|
telephone: string | null;
|
|
@@ -102919,7 +102657,6 @@ declare const shippingCreateRoutes: {
|
|
|
102919
102657
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
102920
102658
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
102921
102659
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
102922
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
102923
102660
|
tva: z.ZodNullable<z.ZodString>;
|
|
102924
102661
|
customerId: z.ZodNullable<z.ZodNumber>;
|
|
102925
102662
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -102960,7 +102697,6 @@ declare const shippingCreateRoutes: {
|
|
|
102960
102697
|
emailOne: string | null;
|
|
102961
102698
|
emailTwo: string | null;
|
|
102962
102699
|
emailThree: string | null;
|
|
102963
|
-
eori: string | null;
|
|
102964
102700
|
tva: string | null;
|
|
102965
102701
|
isMailing: boolean;
|
|
102966
102702
|
telephone: string | null;
|
|
@@ -103013,7 +102749,6 @@ declare const shippingCreateRoutes: {
|
|
|
103013
102749
|
emailOne: string | null;
|
|
103014
102750
|
emailTwo: string | null;
|
|
103015
102751
|
emailThree: string | null;
|
|
103016
|
-
eori: string | null;
|
|
103017
102752
|
tva: string | null;
|
|
103018
102753
|
isMailing: boolean;
|
|
103019
102754
|
telephone: string | null;
|
|
@@ -103965,7 +103700,6 @@ declare const shippingCreateRoutes: {
|
|
|
103965
103700
|
emailOne: string | null;
|
|
103966
103701
|
emailTwo: string | null;
|
|
103967
103702
|
emailThree: string | null;
|
|
103968
|
-
eori: string | null;
|
|
103969
103703
|
tva: string | null;
|
|
103970
103704
|
isMailing: boolean;
|
|
103971
103705
|
telephone: string | null;
|
|
@@ -104362,7 +104096,6 @@ declare const shippingCreateRoutes: {
|
|
|
104362
104096
|
emailOne: string | null;
|
|
104363
104097
|
emailTwo: string | null;
|
|
104364
104098
|
emailThree: string | null;
|
|
104365
|
-
eori: string | null;
|
|
104366
104099
|
tva: string | null;
|
|
104367
104100
|
isMailing: boolean;
|
|
104368
104101
|
telephone: string | null;
|
|
@@ -104765,7 +104498,6 @@ declare const shippingCreateRoutes: {
|
|
|
104765
104498
|
emailOne: string | null;
|
|
104766
104499
|
emailTwo: string | null;
|
|
104767
104500
|
emailThree: string | null;
|
|
104768
|
-
eori: string | null;
|
|
104769
104501
|
tva: string | null;
|
|
104770
104502
|
isMailing: boolean;
|
|
104771
104503
|
telephone: string | null;
|
|
@@ -105168,7 +104900,6 @@ declare const shippingCreateRoutes: {
|
|
|
105168
104900
|
emailOne: string | null;
|
|
105169
104901
|
emailTwo: string | null;
|
|
105170
104902
|
emailThree: string | null;
|
|
105171
|
-
eori: string | null;
|
|
105172
104903
|
tva: string | null;
|
|
105173
104904
|
isMailing: boolean;
|
|
105174
104905
|
telephone: string | null;
|
|
@@ -107307,7 +107038,6 @@ declare const factureRoutes: {
|
|
|
107307
107038
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
107308
107039
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
107309
107040
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
107310
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
107311
107041
|
tva: z.ZodNullable<z.ZodString>;
|
|
107312
107042
|
customerId: z.ZodNullable<z.ZodNumber>;
|
|
107313
107043
|
customer: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
@@ -107353,7 +107083,6 @@ declare const factureRoutes: {
|
|
|
107353
107083
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
107354
107084
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
107355
107085
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
107356
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
107357
107086
|
tva: z.ZodNullable<z.ZodString>;
|
|
107358
107087
|
isTrackingMail: z.ZodNullable<z.ZodBoolean>;
|
|
107359
107088
|
isBillingCenter: z.ZodBoolean;
|
|
@@ -107425,7 +107154,6 @@ declare const factureRoutes: {
|
|
|
107425
107154
|
emailOne: string | null;
|
|
107426
107155
|
emailTwo: string | null;
|
|
107427
107156
|
emailThree: string | null;
|
|
107428
|
-
eori: string | null;
|
|
107429
107157
|
tva: string | null;
|
|
107430
107158
|
isTrackingMail: boolean | null;
|
|
107431
107159
|
isBillingCenter: boolean;
|
|
@@ -107483,7 +107211,6 @@ declare const factureRoutes: {
|
|
|
107483
107211
|
emailOne: string | null;
|
|
107484
107212
|
emailTwo: string | null;
|
|
107485
107213
|
emailThree: string | null;
|
|
107486
|
-
eori: string | null;
|
|
107487
107214
|
tva: string | null;
|
|
107488
107215
|
isTrackingMail: boolean | null;
|
|
107489
107216
|
isBillingCenter: boolean;
|
|
@@ -107560,7 +107287,6 @@ declare const factureRoutes: {
|
|
|
107560
107287
|
emailOne: string | null;
|
|
107561
107288
|
emailTwo: string | null;
|
|
107562
107289
|
emailThree: string | null;
|
|
107563
|
-
eori: string | null;
|
|
107564
107290
|
tva: string | null;
|
|
107565
107291
|
isMailing: boolean;
|
|
107566
107292
|
telephone: string | null;
|
|
@@ -107626,7 +107352,6 @@ declare const factureRoutes: {
|
|
|
107626
107352
|
emailOne: string | null;
|
|
107627
107353
|
emailTwo: string | null;
|
|
107628
107354
|
emailThree: string | null;
|
|
107629
|
-
eori: string | null;
|
|
107630
107355
|
tva: string | null;
|
|
107631
107356
|
isTrackingMail: boolean | null;
|
|
107632
107357
|
isBillingCenter: boolean;
|
|
@@ -107681,7 +107406,6 @@ declare const factureRoutes: {
|
|
|
107681
107406
|
emailOne: string | null;
|
|
107682
107407
|
emailTwo: string | null;
|
|
107683
107408
|
emailThree: string | null;
|
|
107684
|
-
eori: string | null;
|
|
107685
107409
|
tva: string | null;
|
|
107686
107410
|
isMailing: boolean;
|
|
107687
107411
|
telephone: string | null;
|
|
@@ -107747,7 +107471,6 @@ declare const factureRoutes: {
|
|
|
107747
107471
|
emailOne: string | null;
|
|
107748
107472
|
emailTwo: string | null;
|
|
107749
107473
|
emailThree: string | null;
|
|
107750
|
-
eori: string | null;
|
|
107751
107474
|
tva: string | null;
|
|
107752
107475
|
isTrackingMail: boolean | null;
|
|
107753
107476
|
isBillingCenter: boolean;
|
|
@@ -107916,7 +107639,6 @@ declare const factureRoutes: {
|
|
|
107916
107639
|
emailOne: string | null;
|
|
107917
107640
|
emailTwo: string | null;
|
|
107918
107641
|
emailThree: string | null;
|
|
107919
|
-
eori: string | null;
|
|
107920
107642
|
tva: string | null;
|
|
107921
107643
|
isMailing: boolean;
|
|
107922
107644
|
telephone: string | null;
|
|
@@ -107982,7 +107704,6 @@ declare const factureRoutes: {
|
|
|
107982
107704
|
emailOne: string | null;
|
|
107983
107705
|
emailTwo: string | null;
|
|
107984
107706
|
emailThree: string | null;
|
|
107985
|
-
eori: string | null;
|
|
107986
107707
|
tva: string | null;
|
|
107987
107708
|
isTrackingMail: boolean | null;
|
|
107988
107709
|
isBillingCenter: boolean;
|
|
@@ -108086,7 +107807,6 @@ declare const factureRoutes: {
|
|
|
108086
107807
|
emailOne: string | null;
|
|
108087
107808
|
emailTwo: string | null;
|
|
108088
107809
|
emailThree: string | null;
|
|
108089
|
-
eori: string | null;
|
|
108090
107810
|
tva: string | null;
|
|
108091
107811
|
isMailing: boolean;
|
|
108092
107812
|
telephone: string | null;
|
|
@@ -108152,7 +107872,6 @@ declare const factureRoutes: {
|
|
|
108152
107872
|
emailOne: string | null;
|
|
108153
107873
|
emailTwo: string | null;
|
|
108154
107874
|
emailThree: string | null;
|
|
108155
|
-
eori: string | null;
|
|
108156
107875
|
tva: string | null;
|
|
108157
107876
|
isTrackingMail: boolean | null;
|
|
108158
107877
|
isBillingCenter: boolean;
|
|
@@ -108258,7 +107977,6 @@ declare const factureRoutes: {
|
|
|
108258
107977
|
emailOne: string | null;
|
|
108259
107978
|
emailTwo: string | null;
|
|
108260
107979
|
emailThree: string | null;
|
|
108261
|
-
eori: string | null;
|
|
108262
107980
|
tva: string | null;
|
|
108263
107981
|
isMailing: boolean;
|
|
108264
107982
|
telephone: string | null;
|
|
@@ -108324,7 +108042,6 @@ declare const factureRoutes: {
|
|
|
108324
108042
|
emailOne: string | null;
|
|
108325
108043
|
emailTwo: string | null;
|
|
108326
108044
|
emailThree: string | null;
|
|
108327
|
-
eori: string | null;
|
|
108328
108045
|
tva: string | null;
|
|
108329
108046
|
isTrackingMail: boolean | null;
|
|
108330
108047
|
isBillingCenter: boolean;
|
|
@@ -108441,7 +108158,6 @@ declare const factureRoutes: {
|
|
|
108441
108158
|
emailOne: string | null;
|
|
108442
108159
|
emailTwo: string | null;
|
|
108443
108160
|
emailThree: string | null;
|
|
108444
|
-
eori: string | null;
|
|
108445
108161
|
tva: string | null;
|
|
108446
108162
|
isMailing: boolean;
|
|
108447
108163
|
telephone: string | null;
|
|
@@ -108507,7 +108223,6 @@ declare const factureRoutes: {
|
|
|
108507
108223
|
emailOne: string | null;
|
|
108508
108224
|
emailTwo: string | null;
|
|
108509
108225
|
emailThree: string | null;
|
|
108510
|
-
eori: string | null;
|
|
108511
108226
|
tva: string | null;
|
|
108512
108227
|
isTrackingMail: boolean | null;
|
|
108513
108228
|
isBillingCenter: boolean;
|
|
@@ -108630,7 +108345,6 @@ declare const factureRoutes: {
|
|
|
108630
108345
|
emailOne: string | null;
|
|
108631
108346
|
emailTwo: string | null;
|
|
108632
108347
|
emailThree: string | null;
|
|
108633
|
-
eori: string | null;
|
|
108634
108348
|
tva: string | null;
|
|
108635
108349
|
isMailing: boolean;
|
|
108636
108350
|
telephone: string | null;
|
|
@@ -108696,7 +108410,6 @@ declare const factureRoutes: {
|
|
|
108696
108410
|
emailOne: string | null;
|
|
108697
108411
|
emailTwo: string | null;
|
|
108698
108412
|
emailThree: string | null;
|
|
108699
|
-
eori: string | null;
|
|
108700
108413
|
tva: string | null;
|
|
108701
108414
|
isTrackingMail: boolean | null;
|
|
108702
108415
|
isBillingCenter: boolean;
|
|
@@ -108819,7 +108532,6 @@ declare const factureRoutes: {
|
|
|
108819
108532
|
emailOne: string | null;
|
|
108820
108533
|
emailTwo: string | null;
|
|
108821
108534
|
emailThree: string | null;
|
|
108822
|
-
eori: string | null;
|
|
108823
108535
|
tva: string | null;
|
|
108824
108536
|
isMailing: boolean;
|
|
108825
108537
|
telephone: string | null;
|
|
@@ -108885,7 +108597,6 @@ declare const factureRoutes: {
|
|
|
108885
108597
|
emailOne: string | null;
|
|
108886
108598
|
emailTwo: string | null;
|
|
108887
108599
|
emailThree: string | null;
|
|
108888
|
-
eori: string | null;
|
|
108889
108600
|
tva: string | null;
|
|
108890
108601
|
isTrackingMail: boolean | null;
|
|
108891
108602
|
isBillingCenter: boolean;
|
|
@@ -109160,7 +108871,6 @@ declare const factureRoutes: {
|
|
|
109160
108871
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
109161
108872
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
109162
108873
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
109163
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
109164
108874
|
tva: z.ZodNullable<z.ZodString>;
|
|
109165
108875
|
customerId: z.ZodNullable<z.ZodNumber>;
|
|
109166
108876
|
customer: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
@@ -109206,7 +108916,6 @@ declare const factureRoutes: {
|
|
|
109206
108916
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
109207
108917
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
109208
108918
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
109209
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
109210
108919
|
tva: z.ZodNullable<z.ZodString>;
|
|
109211
108920
|
isTrackingMail: z.ZodNullable<z.ZodBoolean>;
|
|
109212
108921
|
isBillingCenter: z.ZodBoolean;
|
|
@@ -109278,7 +108987,6 @@ declare const factureRoutes: {
|
|
|
109278
108987
|
emailOne: string | null;
|
|
109279
108988
|
emailTwo: string | null;
|
|
109280
108989
|
emailThree: string | null;
|
|
109281
|
-
eori: string | null;
|
|
109282
108990
|
tva: string | null;
|
|
109283
108991
|
isTrackingMail: boolean | null;
|
|
109284
108992
|
isBillingCenter: boolean;
|
|
@@ -109336,7 +109044,6 @@ declare const factureRoutes: {
|
|
|
109336
109044
|
emailOne: string | null;
|
|
109337
109045
|
emailTwo: string | null;
|
|
109338
109046
|
emailThree: string | null;
|
|
109339
|
-
eori: string | null;
|
|
109340
109047
|
tva: string | null;
|
|
109341
109048
|
isTrackingMail: boolean | null;
|
|
109342
109049
|
isBillingCenter: boolean;
|
|
@@ -109413,7 +109120,6 @@ declare const factureRoutes: {
|
|
|
109413
109120
|
emailOne: string | null;
|
|
109414
109121
|
emailTwo: string | null;
|
|
109415
109122
|
emailThree: string | null;
|
|
109416
|
-
eori: string | null;
|
|
109417
109123
|
tva: string | null;
|
|
109418
109124
|
isMailing: boolean;
|
|
109419
109125
|
telephone: string | null;
|
|
@@ -109479,7 +109185,6 @@ declare const factureRoutes: {
|
|
|
109479
109185
|
emailOne: string | null;
|
|
109480
109186
|
emailTwo: string | null;
|
|
109481
109187
|
emailThree: string | null;
|
|
109482
|
-
eori: string | null;
|
|
109483
109188
|
tva: string | null;
|
|
109484
109189
|
isTrackingMail: boolean | null;
|
|
109485
109190
|
isBillingCenter: boolean;
|
|
@@ -109534,7 +109239,6 @@ declare const factureRoutes: {
|
|
|
109534
109239
|
emailOne: string | null;
|
|
109535
109240
|
emailTwo: string | null;
|
|
109536
109241
|
emailThree: string | null;
|
|
109537
|
-
eori: string | null;
|
|
109538
109242
|
tva: string | null;
|
|
109539
109243
|
isMailing: boolean;
|
|
109540
109244
|
telephone: string | null;
|
|
@@ -109600,7 +109304,6 @@ declare const factureRoutes: {
|
|
|
109600
109304
|
emailOne: string | null;
|
|
109601
109305
|
emailTwo: string | null;
|
|
109602
109306
|
emailThree: string | null;
|
|
109603
|
-
eori: string | null;
|
|
109604
109307
|
tva: string | null;
|
|
109605
109308
|
isTrackingMail: boolean | null;
|
|
109606
109309
|
isBillingCenter: boolean;
|
|
@@ -109769,7 +109472,6 @@ declare const factureRoutes: {
|
|
|
109769
109472
|
emailOne: string | null;
|
|
109770
109473
|
emailTwo: string | null;
|
|
109771
109474
|
emailThree: string | null;
|
|
109772
|
-
eori: string | null;
|
|
109773
109475
|
tva: string | null;
|
|
109774
109476
|
isMailing: boolean;
|
|
109775
109477
|
telephone: string | null;
|
|
@@ -109835,7 +109537,6 @@ declare const factureRoutes: {
|
|
|
109835
109537
|
emailOne: string | null;
|
|
109836
109538
|
emailTwo: string | null;
|
|
109837
109539
|
emailThree: string | null;
|
|
109838
|
-
eori: string | null;
|
|
109839
109540
|
tva: string | null;
|
|
109840
109541
|
isTrackingMail: boolean | null;
|
|
109841
109542
|
isBillingCenter: boolean;
|
|
@@ -109939,7 +109640,6 @@ declare const factureRoutes: {
|
|
|
109939
109640
|
emailOne: string | null;
|
|
109940
109641
|
emailTwo: string | null;
|
|
109941
109642
|
emailThree: string | null;
|
|
109942
|
-
eori: string | null;
|
|
109943
109643
|
tva: string | null;
|
|
109944
109644
|
isMailing: boolean;
|
|
109945
109645
|
telephone: string | null;
|
|
@@ -110005,7 +109705,6 @@ declare const factureRoutes: {
|
|
|
110005
109705
|
emailOne: string | null;
|
|
110006
109706
|
emailTwo: string | null;
|
|
110007
109707
|
emailThree: string | null;
|
|
110008
|
-
eori: string | null;
|
|
110009
109708
|
tva: string | null;
|
|
110010
109709
|
isTrackingMail: boolean | null;
|
|
110011
109710
|
isBillingCenter: boolean;
|
|
@@ -110425,7 +110124,6 @@ declare const factureRoutes: {
|
|
|
110425
110124
|
emailOne: string | null;
|
|
110426
110125
|
emailTwo: string | null;
|
|
110427
110126
|
emailThree: string | null;
|
|
110428
|
-
eori: string | null;
|
|
110429
110127
|
tva: string | null;
|
|
110430
110128
|
isMailing: boolean;
|
|
110431
110129
|
telephone: string | null;
|
|
@@ -110491,7 +110189,6 @@ declare const factureRoutes: {
|
|
|
110491
110189
|
emailOne: string | null;
|
|
110492
110190
|
emailTwo: string | null;
|
|
110493
110191
|
emailThree: string | null;
|
|
110494
|
-
eori: string | null;
|
|
110495
110192
|
tva: string | null;
|
|
110496
110193
|
isTrackingMail: boolean | null;
|
|
110497
110194
|
isBillingCenter: boolean;
|
|
@@ -110696,7 +110393,6 @@ declare const factureRoutes: {
|
|
|
110696
110393
|
emailOne: string | null;
|
|
110697
110394
|
emailTwo: string | null;
|
|
110698
110395
|
emailThree: string | null;
|
|
110699
|
-
eori: string | null;
|
|
110700
110396
|
tva: string | null;
|
|
110701
110397
|
isMailing: boolean;
|
|
110702
110398
|
telephone: string | null;
|
|
@@ -110762,7 +110458,6 @@ declare const factureRoutes: {
|
|
|
110762
110458
|
emailOne: string | null;
|
|
110763
110459
|
emailTwo: string | null;
|
|
110764
110460
|
emailThree: string | null;
|
|
110765
|
-
eori: string | null;
|
|
110766
110461
|
tva: string | null;
|
|
110767
110462
|
isTrackingMail: boolean | null;
|
|
110768
110463
|
isBillingCenter: boolean;
|
|
@@ -110969,7 +110664,6 @@ declare const factureRoutes: {
|
|
|
110969
110664
|
emailOne: string | null;
|
|
110970
110665
|
emailTwo: string | null;
|
|
110971
110666
|
emailThree: string | null;
|
|
110972
|
-
eori: string | null;
|
|
110973
110667
|
tva: string | null;
|
|
110974
110668
|
isMailing: boolean;
|
|
110975
110669
|
telephone: string | null;
|
|
@@ -111035,7 +110729,6 @@ declare const factureRoutes: {
|
|
|
111035
110729
|
emailOne: string | null;
|
|
111036
110730
|
emailTwo: string | null;
|
|
111037
110731
|
emailThree: string | null;
|
|
111038
|
-
eori: string | null;
|
|
111039
110732
|
tva: string | null;
|
|
111040
110733
|
isTrackingMail: boolean | null;
|
|
111041
110734
|
isBillingCenter: boolean;
|
|
@@ -111253,7 +110946,6 @@ declare const factureRoutes: {
|
|
|
111253
110946
|
emailOne: string | null;
|
|
111254
110947
|
emailTwo: string | null;
|
|
111255
110948
|
emailThree: string | null;
|
|
111256
|
-
eori: string | null;
|
|
111257
110949
|
tva: string | null;
|
|
111258
110950
|
isMailing: boolean;
|
|
111259
110951
|
telephone: string | null;
|
|
@@ -111319,7 +111011,6 @@ declare const factureRoutes: {
|
|
|
111319
111011
|
emailOne: string | null;
|
|
111320
111012
|
emailTwo: string | null;
|
|
111321
111013
|
emailThree: string | null;
|
|
111322
|
-
eori: string | null;
|
|
111323
111014
|
tva: string | null;
|
|
111324
111015
|
isTrackingMail: boolean | null;
|
|
111325
111016
|
isBillingCenter: boolean;
|
|
@@ -111543,7 +111234,6 @@ declare const factureRoutes: {
|
|
|
111543
111234
|
emailOne: string | null;
|
|
111544
111235
|
emailTwo: string | null;
|
|
111545
111236
|
emailThree: string | null;
|
|
111546
|
-
eori: string | null;
|
|
111547
111237
|
tva: string | null;
|
|
111548
111238
|
isMailing: boolean;
|
|
111549
111239
|
telephone: string | null;
|
|
@@ -111609,7 +111299,6 @@ declare const factureRoutes: {
|
|
|
111609
111299
|
emailOne: string | null;
|
|
111610
111300
|
emailTwo: string | null;
|
|
111611
111301
|
emailThree: string | null;
|
|
111612
|
-
eori: string | null;
|
|
111613
111302
|
tva: string | null;
|
|
111614
111303
|
isTrackingMail: boolean | null;
|
|
111615
111304
|
isBillingCenter: boolean;
|
|
@@ -111833,7 +111522,6 @@ declare const factureRoutes: {
|
|
|
111833
111522
|
emailOne: string | null;
|
|
111834
111523
|
emailTwo: string | null;
|
|
111835
111524
|
emailThree: string | null;
|
|
111836
|
-
eori: string | null;
|
|
111837
111525
|
tva: string | null;
|
|
111838
111526
|
isMailing: boolean;
|
|
111839
111527
|
telephone: string | null;
|
|
@@ -111899,7 +111587,6 @@ declare const factureRoutes: {
|
|
|
111899
111587
|
emailOne: string | null;
|
|
111900
111588
|
emailTwo: string | null;
|
|
111901
111589
|
emailThree: string | null;
|
|
111902
|
-
eori: string | null;
|
|
111903
111590
|
tva: string | null;
|
|
111904
111591
|
isTrackingMail: boolean | null;
|
|
111905
111592
|
isBillingCenter: boolean;
|
|
@@ -112195,7 +111882,6 @@ declare const factureRoutes: {
|
|
|
112195
111882
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
112196
111883
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
112197
111884
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
112198
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
112199
111885
|
tva: z.ZodNullable<z.ZodString>;
|
|
112200
111886
|
customerId: z.ZodNullable<z.ZodNumber>;
|
|
112201
111887
|
customer: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
@@ -112241,7 +111927,6 @@ declare const factureRoutes: {
|
|
|
112241
111927
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
112242
111928
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
112243
111929
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
112244
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
112245
111930
|
tva: z.ZodNullable<z.ZodString>;
|
|
112246
111931
|
isTrackingMail: z.ZodNullable<z.ZodBoolean>;
|
|
112247
111932
|
isBillingCenter: z.ZodBoolean;
|
|
@@ -112313,7 +111998,6 @@ declare const factureRoutes: {
|
|
|
112313
111998
|
emailOne: string | null;
|
|
112314
111999
|
emailTwo: string | null;
|
|
112315
112000
|
emailThree: string | null;
|
|
112316
|
-
eori: string | null;
|
|
112317
112001
|
tva: string | null;
|
|
112318
112002
|
isTrackingMail: boolean | null;
|
|
112319
112003
|
isBillingCenter: boolean;
|
|
@@ -112371,7 +112055,6 @@ declare const factureRoutes: {
|
|
|
112371
112055
|
emailOne: string | null;
|
|
112372
112056
|
emailTwo: string | null;
|
|
112373
112057
|
emailThree: string | null;
|
|
112374
|
-
eori: string | null;
|
|
112375
112058
|
tva: string | null;
|
|
112376
112059
|
isTrackingMail: boolean | null;
|
|
112377
112060
|
isBillingCenter: boolean;
|
|
@@ -112448,7 +112131,6 @@ declare const factureRoutes: {
|
|
|
112448
112131
|
emailOne: string | null;
|
|
112449
112132
|
emailTwo: string | null;
|
|
112450
112133
|
emailThree: string | null;
|
|
112451
|
-
eori: string | null;
|
|
112452
112134
|
tva: string | null;
|
|
112453
112135
|
isMailing: boolean;
|
|
112454
112136
|
telephone: string | null;
|
|
@@ -112514,7 +112196,6 @@ declare const factureRoutes: {
|
|
|
112514
112196
|
emailOne: string | null;
|
|
112515
112197
|
emailTwo: string | null;
|
|
112516
112198
|
emailThree: string | null;
|
|
112517
|
-
eori: string | null;
|
|
112518
112199
|
tva: string | null;
|
|
112519
112200
|
isTrackingMail: boolean | null;
|
|
112520
112201
|
isBillingCenter: boolean;
|
|
@@ -112569,7 +112250,6 @@ declare const factureRoutes: {
|
|
|
112569
112250
|
emailOne: string | null;
|
|
112570
112251
|
emailTwo: string | null;
|
|
112571
112252
|
emailThree: string | null;
|
|
112572
|
-
eori: string | null;
|
|
112573
112253
|
tva: string | null;
|
|
112574
112254
|
isMailing: boolean;
|
|
112575
112255
|
telephone: string | null;
|
|
@@ -112635,7 +112315,6 @@ declare const factureRoutes: {
|
|
|
112635
112315
|
emailOne: string | null;
|
|
112636
112316
|
emailTwo: string | null;
|
|
112637
112317
|
emailThree: string | null;
|
|
112638
|
-
eori: string | null;
|
|
112639
112318
|
tva: string | null;
|
|
112640
112319
|
isTrackingMail: boolean | null;
|
|
112641
112320
|
isBillingCenter: boolean;
|
|
@@ -112804,7 +112483,6 @@ declare const factureRoutes: {
|
|
|
112804
112483
|
emailOne: string | null;
|
|
112805
112484
|
emailTwo: string | null;
|
|
112806
112485
|
emailThree: string | null;
|
|
112807
|
-
eori: string | null;
|
|
112808
112486
|
tva: string | null;
|
|
112809
112487
|
isMailing: boolean;
|
|
112810
112488
|
telephone: string | null;
|
|
@@ -112870,7 +112548,6 @@ declare const factureRoutes: {
|
|
|
112870
112548
|
emailOne: string | null;
|
|
112871
112549
|
emailTwo: string | null;
|
|
112872
112550
|
emailThree: string | null;
|
|
112873
|
-
eori: string | null;
|
|
112874
112551
|
tva: string | null;
|
|
112875
112552
|
isTrackingMail: boolean | null;
|
|
112876
112553
|
isBillingCenter: boolean;
|
|
@@ -112974,7 +112651,6 @@ declare const factureRoutes: {
|
|
|
112974
112651
|
emailOne: string | null;
|
|
112975
112652
|
emailTwo: string | null;
|
|
112976
112653
|
emailThree: string | null;
|
|
112977
|
-
eori: string | null;
|
|
112978
112654
|
tva: string | null;
|
|
112979
112655
|
isMailing: boolean;
|
|
112980
112656
|
telephone: string | null;
|
|
@@ -113040,7 +112716,6 @@ declare const factureRoutes: {
|
|
|
113040
112716
|
emailOne: string | null;
|
|
113041
112717
|
emailTwo: string | null;
|
|
113042
112718
|
emailThree: string | null;
|
|
113043
|
-
eori: string | null;
|
|
113044
112719
|
tva: string | null;
|
|
113045
112720
|
isTrackingMail: boolean | null;
|
|
113046
112721
|
isBillingCenter: boolean;
|
|
@@ -113460,7 +113135,6 @@ declare const factureRoutes: {
|
|
|
113460
113135
|
emailOne: string | null;
|
|
113461
113136
|
emailTwo: string | null;
|
|
113462
113137
|
emailThree: string | null;
|
|
113463
|
-
eori: string | null;
|
|
113464
113138
|
tva: string | null;
|
|
113465
113139
|
isMailing: boolean;
|
|
113466
113140
|
telephone: string | null;
|
|
@@ -113526,7 +113200,6 @@ declare const factureRoutes: {
|
|
|
113526
113200
|
emailOne: string | null;
|
|
113527
113201
|
emailTwo: string | null;
|
|
113528
113202
|
emailThree: string | null;
|
|
113529
|
-
eori: string | null;
|
|
113530
113203
|
tva: string | null;
|
|
113531
113204
|
isTrackingMail: boolean | null;
|
|
113532
113205
|
isBillingCenter: boolean;
|
|
@@ -113731,7 +113404,6 @@ declare const factureRoutes: {
|
|
|
113731
113404
|
emailOne: string | null;
|
|
113732
113405
|
emailTwo: string | null;
|
|
113733
113406
|
emailThree: string | null;
|
|
113734
|
-
eori: string | null;
|
|
113735
113407
|
tva: string | null;
|
|
113736
113408
|
isMailing: boolean;
|
|
113737
113409
|
telephone: string | null;
|
|
@@ -113797,7 +113469,6 @@ declare const factureRoutes: {
|
|
|
113797
113469
|
emailOne: string | null;
|
|
113798
113470
|
emailTwo: string | null;
|
|
113799
113471
|
emailThree: string | null;
|
|
113800
|
-
eori: string | null;
|
|
113801
113472
|
tva: string | null;
|
|
113802
113473
|
isTrackingMail: boolean | null;
|
|
113803
113474
|
isBillingCenter: boolean;
|
|
@@ -114004,7 +113675,6 @@ declare const factureRoutes: {
|
|
|
114004
113675
|
emailOne: string | null;
|
|
114005
113676
|
emailTwo: string | null;
|
|
114006
113677
|
emailThree: string | null;
|
|
114007
|
-
eori: string | null;
|
|
114008
113678
|
tva: string | null;
|
|
114009
113679
|
isMailing: boolean;
|
|
114010
113680
|
telephone: string | null;
|
|
@@ -114070,7 +113740,6 @@ declare const factureRoutes: {
|
|
|
114070
113740
|
emailOne: string | null;
|
|
114071
113741
|
emailTwo: string | null;
|
|
114072
113742
|
emailThree: string | null;
|
|
114073
|
-
eori: string | null;
|
|
114074
113743
|
tva: string | null;
|
|
114075
113744
|
isTrackingMail: boolean | null;
|
|
114076
113745
|
isBillingCenter: boolean;
|
|
@@ -114288,7 +113957,6 @@ declare const factureRoutes: {
|
|
|
114288
113957
|
emailOne: string | null;
|
|
114289
113958
|
emailTwo: string | null;
|
|
114290
113959
|
emailThree: string | null;
|
|
114291
|
-
eori: string | null;
|
|
114292
113960
|
tva: string | null;
|
|
114293
113961
|
isMailing: boolean;
|
|
114294
113962
|
telephone: string | null;
|
|
@@ -114354,7 +114022,6 @@ declare const factureRoutes: {
|
|
|
114354
114022
|
emailOne: string | null;
|
|
114355
114023
|
emailTwo: string | null;
|
|
114356
114024
|
emailThree: string | null;
|
|
114357
|
-
eori: string | null;
|
|
114358
114025
|
tva: string | null;
|
|
114359
114026
|
isTrackingMail: boolean | null;
|
|
114360
114027
|
isBillingCenter: boolean;
|
|
@@ -114578,7 +114245,6 @@ declare const factureRoutes: {
|
|
|
114578
114245
|
emailOne: string | null;
|
|
114579
114246
|
emailTwo: string | null;
|
|
114580
114247
|
emailThree: string | null;
|
|
114581
|
-
eori: string | null;
|
|
114582
114248
|
tva: string | null;
|
|
114583
114249
|
isMailing: boolean;
|
|
114584
114250
|
telephone: string | null;
|
|
@@ -114644,7 +114310,6 @@ declare const factureRoutes: {
|
|
|
114644
114310
|
emailOne: string | null;
|
|
114645
114311
|
emailTwo: string | null;
|
|
114646
114312
|
emailThree: string | null;
|
|
114647
|
-
eori: string | null;
|
|
114648
114313
|
tva: string | null;
|
|
114649
114314
|
isTrackingMail: boolean | null;
|
|
114650
114315
|
isBillingCenter: boolean;
|
|
@@ -114868,7 +114533,6 @@ declare const factureRoutes: {
|
|
|
114868
114533
|
emailOne: string | null;
|
|
114869
114534
|
emailTwo: string | null;
|
|
114870
114535
|
emailThree: string | null;
|
|
114871
|
-
eori: string | null;
|
|
114872
114536
|
tva: string | null;
|
|
114873
114537
|
isMailing: boolean;
|
|
114874
114538
|
telephone: string | null;
|
|
@@ -114934,7 +114598,6 @@ declare const factureRoutes: {
|
|
|
114934
114598
|
emailOne: string | null;
|
|
114935
114599
|
emailTwo: string | null;
|
|
114936
114600
|
emailThree: string | null;
|
|
114937
|
-
eori: string | null;
|
|
114938
114601
|
tva: string | null;
|
|
114939
114602
|
isTrackingMail: boolean | null;
|
|
114940
114603
|
isBillingCenter: boolean;
|
|
@@ -115188,7 +114851,6 @@ declare const factureRoutes: {
|
|
|
115188
114851
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
115189
114852
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
115190
114853
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
115191
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
115192
114854
|
tva: z.ZodNullable<z.ZodString>;
|
|
115193
114855
|
customerId: z.ZodNullable<z.ZodNumber>;
|
|
115194
114856
|
customer: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
@@ -115234,7 +114896,6 @@ declare const factureRoutes: {
|
|
|
115234
114896
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
115235
114897
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
115236
114898
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
115237
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
115238
114899
|
tva: z.ZodNullable<z.ZodString>;
|
|
115239
114900
|
isTrackingMail: z.ZodNullable<z.ZodBoolean>;
|
|
115240
114901
|
isBillingCenter: z.ZodBoolean;
|
|
@@ -115306,7 +114967,6 @@ declare const factureRoutes: {
|
|
|
115306
114967
|
emailOne: string | null;
|
|
115307
114968
|
emailTwo: string | null;
|
|
115308
114969
|
emailThree: string | null;
|
|
115309
|
-
eori: string | null;
|
|
115310
114970
|
tva: string | null;
|
|
115311
114971
|
isTrackingMail: boolean | null;
|
|
115312
114972
|
isBillingCenter: boolean;
|
|
@@ -115364,7 +115024,6 @@ declare const factureRoutes: {
|
|
|
115364
115024
|
emailOne: string | null;
|
|
115365
115025
|
emailTwo: string | null;
|
|
115366
115026
|
emailThree: string | null;
|
|
115367
|
-
eori: string | null;
|
|
115368
115027
|
tva: string | null;
|
|
115369
115028
|
isTrackingMail: boolean | null;
|
|
115370
115029
|
isBillingCenter: boolean;
|
|
@@ -115441,7 +115100,6 @@ declare const factureRoutes: {
|
|
|
115441
115100
|
emailOne: string | null;
|
|
115442
115101
|
emailTwo: string | null;
|
|
115443
115102
|
emailThree: string | null;
|
|
115444
|
-
eori: string | null;
|
|
115445
115103
|
tva: string | null;
|
|
115446
115104
|
isMailing: boolean;
|
|
115447
115105
|
telephone: string | null;
|
|
@@ -115507,7 +115165,6 @@ declare const factureRoutes: {
|
|
|
115507
115165
|
emailOne: string | null;
|
|
115508
115166
|
emailTwo: string | null;
|
|
115509
115167
|
emailThree: string | null;
|
|
115510
|
-
eori: string | null;
|
|
115511
115168
|
tva: string | null;
|
|
115512
115169
|
isTrackingMail: boolean | null;
|
|
115513
115170
|
isBillingCenter: boolean;
|
|
@@ -115562,7 +115219,6 @@ declare const factureRoutes: {
|
|
|
115562
115219
|
emailOne: string | null;
|
|
115563
115220
|
emailTwo: string | null;
|
|
115564
115221
|
emailThree: string | null;
|
|
115565
|
-
eori: string | null;
|
|
115566
115222
|
tva: string | null;
|
|
115567
115223
|
isMailing: boolean;
|
|
115568
115224
|
telephone: string | null;
|
|
@@ -115628,7 +115284,6 @@ declare const factureRoutes: {
|
|
|
115628
115284
|
emailOne: string | null;
|
|
115629
115285
|
emailTwo: string | null;
|
|
115630
115286
|
emailThree: string | null;
|
|
115631
|
-
eori: string | null;
|
|
115632
115287
|
tva: string | null;
|
|
115633
115288
|
isTrackingMail: boolean | null;
|
|
115634
115289
|
isBillingCenter: boolean;
|
|
@@ -115797,7 +115452,6 @@ declare const factureRoutes: {
|
|
|
115797
115452
|
emailOne: string | null;
|
|
115798
115453
|
emailTwo: string | null;
|
|
115799
115454
|
emailThree: string | null;
|
|
115800
|
-
eori: string | null;
|
|
115801
115455
|
tva: string | null;
|
|
115802
115456
|
isMailing: boolean;
|
|
115803
115457
|
telephone: string | null;
|
|
@@ -115863,7 +115517,6 @@ declare const factureRoutes: {
|
|
|
115863
115517
|
emailOne: string | null;
|
|
115864
115518
|
emailTwo: string | null;
|
|
115865
115519
|
emailThree: string | null;
|
|
115866
|
-
eori: string | null;
|
|
115867
115520
|
tva: string | null;
|
|
115868
115521
|
isTrackingMail: boolean | null;
|
|
115869
115522
|
isBillingCenter: boolean;
|
|
@@ -115967,7 +115620,6 @@ declare const factureRoutes: {
|
|
|
115967
115620
|
emailOne: string | null;
|
|
115968
115621
|
emailTwo: string | null;
|
|
115969
115622
|
emailThree: string | null;
|
|
115970
|
-
eori: string | null;
|
|
115971
115623
|
tva: string | null;
|
|
115972
115624
|
isMailing: boolean;
|
|
115973
115625
|
telephone: string | null;
|
|
@@ -116033,7 +115685,6 @@ declare const factureRoutes: {
|
|
|
116033
115685
|
emailOne: string | null;
|
|
116034
115686
|
emailTwo: string | null;
|
|
116035
115687
|
emailThree: string | null;
|
|
116036
|
-
eori: string | null;
|
|
116037
115688
|
tva: string | null;
|
|
116038
115689
|
isTrackingMail: boolean | null;
|
|
116039
115690
|
isBillingCenter: boolean;
|
|
@@ -116143,7 +115794,6 @@ declare const factureRoutes: {
|
|
|
116143
115794
|
emailOne: string | null;
|
|
116144
115795
|
emailTwo: string | null;
|
|
116145
115796
|
emailThree: string | null;
|
|
116146
|
-
eori: string | null;
|
|
116147
115797
|
tva: string | null;
|
|
116148
115798
|
isMailing: boolean;
|
|
116149
115799
|
telephone: string | null;
|
|
@@ -116209,7 +115859,6 @@ declare const factureRoutes: {
|
|
|
116209
115859
|
emailOne: string | null;
|
|
116210
115860
|
emailTwo: string | null;
|
|
116211
115861
|
emailThree: string | null;
|
|
116212
|
-
eori: string | null;
|
|
116213
115862
|
tva: string | null;
|
|
116214
115863
|
isTrackingMail: boolean | null;
|
|
116215
115864
|
isBillingCenter: boolean;
|
|
@@ -116319,7 +115968,6 @@ declare const factureRoutes: {
|
|
|
116319
115968
|
emailOne: string | null;
|
|
116320
115969
|
emailTwo: string | null;
|
|
116321
115970
|
emailThree: string | null;
|
|
116322
|
-
eori: string | null;
|
|
116323
115971
|
tva: string | null;
|
|
116324
115972
|
isMailing: boolean;
|
|
116325
115973
|
telephone: string | null;
|
|
@@ -116385,7 +116033,6 @@ declare const factureRoutes: {
|
|
|
116385
116033
|
emailOne: string | null;
|
|
116386
116034
|
emailTwo: string | null;
|
|
116387
116035
|
emailThree: string | null;
|
|
116388
|
-
eori: string | null;
|
|
116389
116036
|
tva: string | null;
|
|
116390
116037
|
isTrackingMail: boolean | null;
|
|
116391
116038
|
isBillingCenter: boolean;
|
|
@@ -116798,7 +116445,6 @@ declare const factureRoutes: {
|
|
|
116798
116445
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
116799
116446
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
116800
116447
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
116801
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
116802
116448
|
tva: z.ZodNullable<z.ZodString>;
|
|
116803
116449
|
customerId: z.ZodNullable<z.ZodNumber>;
|
|
116804
116450
|
customer: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
@@ -116844,7 +116490,6 @@ declare const factureRoutes: {
|
|
|
116844
116490
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
116845
116491
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
116846
116492
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
116847
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
116848
116493
|
tva: z.ZodNullable<z.ZodString>;
|
|
116849
116494
|
isTrackingMail: z.ZodNullable<z.ZodBoolean>;
|
|
116850
116495
|
isBillingCenter: z.ZodBoolean;
|
|
@@ -116916,7 +116561,6 @@ declare const factureRoutes: {
|
|
|
116916
116561
|
emailOne: string | null;
|
|
116917
116562
|
emailTwo: string | null;
|
|
116918
116563
|
emailThree: string | null;
|
|
116919
|
-
eori: string | null;
|
|
116920
116564
|
tva: string | null;
|
|
116921
116565
|
isTrackingMail: boolean | null;
|
|
116922
116566
|
isBillingCenter: boolean;
|
|
@@ -116974,7 +116618,6 @@ declare const factureRoutes: {
|
|
|
116974
116618
|
emailOne: string | null;
|
|
116975
116619
|
emailTwo: string | null;
|
|
116976
116620
|
emailThree: string | null;
|
|
116977
|
-
eori: string | null;
|
|
116978
116621
|
tva: string | null;
|
|
116979
116622
|
isTrackingMail: boolean | null;
|
|
116980
116623
|
isBillingCenter: boolean;
|
|
@@ -117051,7 +116694,6 @@ declare const factureRoutes: {
|
|
|
117051
116694
|
emailOne: string | null;
|
|
117052
116695
|
emailTwo: string | null;
|
|
117053
116696
|
emailThree: string | null;
|
|
117054
|
-
eori: string | null;
|
|
117055
116697
|
tva: string | null;
|
|
117056
116698
|
isMailing: boolean;
|
|
117057
116699
|
telephone: string | null;
|
|
@@ -117117,7 +116759,6 @@ declare const factureRoutes: {
|
|
|
117117
116759
|
emailOne: string | null;
|
|
117118
116760
|
emailTwo: string | null;
|
|
117119
116761
|
emailThree: string | null;
|
|
117120
|
-
eori: string | null;
|
|
117121
116762
|
tva: string | null;
|
|
117122
116763
|
isTrackingMail: boolean | null;
|
|
117123
116764
|
isBillingCenter: boolean;
|
|
@@ -117172,7 +116813,6 @@ declare const factureRoutes: {
|
|
|
117172
116813
|
emailOne: string | null;
|
|
117173
116814
|
emailTwo: string | null;
|
|
117174
116815
|
emailThree: string | null;
|
|
117175
|
-
eori: string | null;
|
|
117176
116816
|
tva: string | null;
|
|
117177
116817
|
isMailing: boolean;
|
|
117178
116818
|
telephone: string | null;
|
|
@@ -117238,7 +116878,6 @@ declare const factureRoutes: {
|
|
|
117238
116878
|
emailOne: string | null;
|
|
117239
116879
|
emailTwo: string | null;
|
|
117240
116880
|
emailThree: string | null;
|
|
117241
|
-
eori: string | null;
|
|
117242
116881
|
tva: string | null;
|
|
117243
116882
|
isTrackingMail: boolean | null;
|
|
117244
116883
|
isBillingCenter: boolean;
|
|
@@ -117407,7 +117046,6 @@ declare const factureRoutes: {
|
|
|
117407
117046
|
emailOne: string | null;
|
|
117408
117047
|
emailTwo: string | null;
|
|
117409
117048
|
emailThree: string | null;
|
|
117410
|
-
eori: string | null;
|
|
117411
117049
|
tva: string | null;
|
|
117412
117050
|
isMailing: boolean;
|
|
117413
117051
|
telephone: string | null;
|
|
@@ -117473,7 +117111,6 @@ declare const factureRoutes: {
|
|
|
117473
117111
|
emailOne: string | null;
|
|
117474
117112
|
emailTwo: string | null;
|
|
117475
117113
|
emailThree: string | null;
|
|
117476
|
-
eori: string | null;
|
|
117477
117114
|
tva: string | null;
|
|
117478
117115
|
isTrackingMail: boolean | null;
|
|
117479
117116
|
isBillingCenter: boolean;
|
|
@@ -117577,7 +117214,6 @@ declare const factureRoutes: {
|
|
|
117577
117214
|
emailOne: string | null;
|
|
117578
117215
|
emailTwo: string | null;
|
|
117579
117216
|
emailThree: string | null;
|
|
117580
|
-
eori: string | null;
|
|
117581
117217
|
tva: string | null;
|
|
117582
117218
|
isMailing: boolean;
|
|
117583
117219
|
telephone: string | null;
|
|
@@ -117643,7 +117279,6 @@ declare const factureRoutes: {
|
|
|
117643
117279
|
emailOne: string | null;
|
|
117644
117280
|
emailTwo: string | null;
|
|
117645
117281
|
emailThree: string | null;
|
|
117646
|
-
eori: string | null;
|
|
117647
117282
|
tva: string | null;
|
|
117648
117283
|
isTrackingMail: boolean | null;
|
|
117649
117284
|
isBillingCenter: boolean;
|
|
@@ -117753,7 +117388,6 @@ declare const factureRoutes: {
|
|
|
117753
117388
|
emailOne: string | null;
|
|
117754
117389
|
emailTwo: string | null;
|
|
117755
117390
|
emailThree: string | null;
|
|
117756
|
-
eori: string | null;
|
|
117757
117391
|
tva: string | null;
|
|
117758
117392
|
isMailing: boolean;
|
|
117759
117393
|
telephone: string | null;
|
|
@@ -117819,7 +117453,6 @@ declare const factureRoutes: {
|
|
|
117819
117453
|
emailOne: string | null;
|
|
117820
117454
|
emailTwo: string | null;
|
|
117821
117455
|
emailThree: string | null;
|
|
117822
|
-
eori: string | null;
|
|
117823
117456
|
tva: string | null;
|
|
117824
117457
|
isTrackingMail: boolean | null;
|
|
117825
117458
|
isBillingCenter: boolean;
|
|
@@ -117929,7 +117562,6 @@ declare const factureRoutes: {
|
|
|
117929
117562
|
emailOne: string | null;
|
|
117930
117563
|
emailTwo: string | null;
|
|
117931
117564
|
emailThree: string | null;
|
|
117932
|
-
eori: string | null;
|
|
117933
117565
|
tva: string | null;
|
|
117934
117566
|
isMailing: boolean;
|
|
117935
117567
|
telephone: string | null;
|
|
@@ -117995,7 +117627,6 @@ declare const factureRoutes: {
|
|
|
117995
117627
|
emailOne: string | null;
|
|
117996
117628
|
emailTwo: string | null;
|
|
117997
117629
|
emailThree: string | null;
|
|
117998
|
-
eori: string | null;
|
|
117999
117630
|
tva: string | null;
|
|
118000
117631
|
isTrackingMail: boolean | null;
|
|
118001
117632
|
isBillingCenter: boolean;
|
|
@@ -118403,7 +118034,6 @@ declare const historiqueActionRoutes: {
|
|
|
118403
118034
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
118404
118035
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
118405
118036
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
118406
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
118407
118037
|
tva: z.ZodNullable<z.ZodString>;
|
|
118408
118038
|
isTrackingMail: z.ZodNullable<z.ZodBoolean>;
|
|
118409
118039
|
isBillingCenter: z.ZodBoolean;
|
|
@@ -118475,7 +118105,6 @@ declare const historiqueActionRoutes: {
|
|
|
118475
118105
|
emailOne: string | null;
|
|
118476
118106
|
emailTwo: string | null;
|
|
118477
118107
|
emailThree: string | null;
|
|
118478
|
-
eori: string | null;
|
|
118479
118108
|
tva: string | null;
|
|
118480
118109
|
isTrackingMail: boolean | null;
|
|
118481
118110
|
isBillingCenter: boolean;
|
|
@@ -118533,7 +118162,6 @@ declare const historiqueActionRoutes: {
|
|
|
118533
118162
|
emailOne: string | null;
|
|
118534
118163
|
emailTwo: string | null;
|
|
118535
118164
|
emailThree: string | null;
|
|
118536
|
-
eori: string | null;
|
|
118537
118165
|
tva: string | null;
|
|
118538
118166
|
isTrackingMail: boolean | null;
|
|
118539
118167
|
isBillingCenter: boolean;
|
|
@@ -118846,7 +118474,6 @@ declare const historiqueActionRoutes: {
|
|
|
118846
118474
|
emailOne: string | null;
|
|
118847
118475
|
emailTwo: string | null;
|
|
118848
118476
|
emailThree: string | null;
|
|
118849
|
-
eori: string | null;
|
|
118850
118477
|
tva: string | null;
|
|
118851
118478
|
isTrackingMail: boolean | null;
|
|
118852
118479
|
isBillingCenter: boolean;
|
|
@@ -119025,7 +118652,6 @@ declare const historiqueActionRoutes: {
|
|
|
119025
118652
|
emailOne: string | null;
|
|
119026
118653
|
emailTwo: string | null;
|
|
119027
118654
|
emailThree: string | null;
|
|
119028
|
-
eori: string | null;
|
|
119029
118655
|
tva: string | null;
|
|
119030
118656
|
isTrackingMail: boolean | null;
|
|
119031
118657
|
isBillingCenter: boolean;
|
|
@@ -119373,7 +118999,6 @@ declare const historiqueActionRoutes: {
|
|
|
119373
118999
|
emailOne: string | null;
|
|
119374
119000
|
emailTwo: string | null;
|
|
119375
119001
|
emailThree: string | null;
|
|
119376
|
-
eori: string | null;
|
|
119377
119002
|
tva: string | null;
|
|
119378
119003
|
isTrackingMail: boolean | null;
|
|
119379
119004
|
isBillingCenter: boolean;
|
|
@@ -119613,7 +119238,6 @@ declare const historiqueActionRoutes: {
|
|
|
119613
119238
|
emailOne: string | null;
|
|
119614
119239
|
emailTwo: string | null;
|
|
119615
119240
|
emailThree: string | null;
|
|
119616
|
-
eori: string | null;
|
|
119617
119241
|
tva: string | null;
|
|
119618
119242
|
isTrackingMail: boolean | null;
|
|
119619
119243
|
isBillingCenter: boolean;
|
|
@@ -119855,7 +119479,6 @@ declare const historiqueActionRoutes: {
|
|
|
119855
119479
|
emailOne: string | null;
|
|
119856
119480
|
emailTwo: string | null;
|
|
119857
119481
|
emailThree: string | null;
|
|
119858
|
-
eori: string | null;
|
|
119859
119482
|
tva: string | null;
|
|
119860
119483
|
isTrackingMail: boolean | null;
|
|
119861
119484
|
isBillingCenter: boolean;
|
|
@@ -120108,7 +119731,6 @@ declare const historiqueActionRoutes: {
|
|
|
120108
119731
|
emailOne: string | null;
|
|
120109
119732
|
emailTwo: string | null;
|
|
120110
119733
|
emailThree: string | null;
|
|
120111
|
-
eori: string | null;
|
|
120112
119734
|
tva: string | null;
|
|
120113
119735
|
isTrackingMail: boolean | null;
|
|
120114
119736
|
isBillingCenter: boolean;
|
|
@@ -120367,7 +119989,6 @@ declare const historiqueActionRoutes: {
|
|
|
120367
119989
|
emailOne: string | null;
|
|
120368
119990
|
emailTwo: string | null;
|
|
120369
119991
|
emailThree: string | null;
|
|
120370
|
-
eori: string | null;
|
|
120371
119992
|
tva: string | null;
|
|
120372
119993
|
isTrackingMail: boolean | null;
|
|
120373
119994
|
isBillingCenter: boolean;
|
|
@@ -120626,7 +120247,6 @@ declare const historiqueActionRoutes: {
|
|
|
120626
120247
|
emailOne: string | null;
|
|
120627
120248
|
emailTwo: string | null;
|
|
120628
120249
|
emailThree: string | null;
|
|
120629
|
-
eori: string | null;
|
|
120630
120250
|
tva: string | null;
|
|
120631
120251
|
isTrackingMail: boolean | null;
|
|
120632
120252
|
isBillingCenter: boolean;
|
|
@@ -120985,7 +120605,6 @@ declare const historiqueActionRoutes: {
|
|
|
120985
120605
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
120986
120606
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
120987
120607
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
120988
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
120989
120608
|
tva: z.ZodNullable<z.ZodString>;
|
|
120990
120609
|
isTrackingMail: z.ZodNullable<z.ZodBoolean>;
|
|
120991
120610
|
isBillingCenter: z.ZodBoolean;
|
|
@@ -121057,7 +120676,6 @@ declare const historiqueActionRoutes: {
|
|
|
121057
120676
|
emailOne: string | null;
|
|
121058
120677
|
emailTwo: string | null;
|
|
121059
120678
|
emailThree: string | null;
|
|
121060
|
-
eori: string | null;
|
|
121061
120679
|
tva: string | null;
|
|
121062
120680
|
isTrackingMail: boolean | null;
|
|
121063
120681
|
isBillingCenter: boolean;
|
|
@@ -121115,7 +120733,6 @@ declare const historiqueActionRoutes: {
|
|
|
121115
120733
|
emailOne: string | null;
|
|
121116
120734
|
emailTwo: string | null;
|
|
121117
120735
|
emailThree: string | null;
|
|
121118
|
-
eori: string | null;
|
|
121119
120736
|
tva: string | null;
|
|
121120
120737
|
isTrackingMail: boolean | null;
|
|
121121
120738
|
isBillingCenter: boolean;
|
|
@@ -121428,7 +121045,6 @@ declare const historiqueActionRoutes: {
|
|
|
121428
121045
|
emailOne: string | null;
|
|
121429
121046
|
emailTwo: string | null;
|
|
121430
121047
|
emailThree: string | null;
|
|
121431
|
-
eori: string | null;
|
|
121432
121048
|
tva: string | null;
|
|
121433
121049
|
isTrackingMail: boolean | null;
|
|
121434
121050
|
isBillingCenter: boolean;
|
|
@@ -121607,7 +121223,6 @@ declare const historiqueActionRoutes: {
|
|
|
121607
121223
|
emailOne: string | null;
|
|
121608
121224
|
emailTwo: string | null;
|
|
121609
121225
|
emailThree: string | null;
|
|
121610
|
-
eori: string | null;
|
|
121611
121226
|
tva: string | null;
|
|
121612
121227
|
isTrackingMail: boolean | null;
|
|
121613
121228
|
isBillingCenter: boolean;
|
|
@@ -121955,7 +121570,6 @@ declare const historiqueActionRoutes: {
|
|
|
121955
121570
|
emailOne: string | null;
|
|
121956
121571
|
emailTwo: string | null;
|
|
121957
121572
|
emailThree: string | null;
|
|
121958
|
-
eori: string | null;
|
|
121959
121573
|
tva: string | null;
|
|
121960
121574
|
isTrackingMail: boolean | null;
|
|
121961
121575
|
isBillingCenter: boolean;
|
|
@@ -122195,7 +121809,6 @@ declare const historiqueActionRoutes: {
|
|
|
122195
121809
|
emailOne: string | null;
|
|
122196
121810
|
emailTwo: string | null;
|
|
122197
121811
|
emailThree: string | null;
|
|
122198
|
-
eori: string | null;
|
|
122199
121812
|
tva: string | null;
|
|
122200
121813
|
isTrackingMail: boolean | null;
|
|
122201
121814
|
isBillingCenter: boolean;
|
|
@@ -122441,7 +122054,6 @@ declare const historiqueActionRoutes: {
|
|
|
122441
122054
|
emailOne: string | null;
|
|
122442
122055
|
emailTwo: string | null;
|
|
122443
122056
|
emailThree: string | null;
|
|
122444
|
-
eori: string | null;
|
|
122445
122057
|
tva: string | null;
|
|
122446
122058
|
isTrackingMail: boolean | null;
|
|
122447
122059
|
isBillingCenter: boolean;
|
|
@@ -122687,7 +122299,6 @@ declare const historiqueActionRoutes: {
|
|
|
122687
122299
|
emailOne: string | null;
|
|
122688
122300
|
emailTwo: string | null;
|
|
122689
122301
|
emailThree: string | null;
|
|
122690
|
-
eori: string | null;
|
|
122691
122302
|
tva: string | null;
|
|
122692
122303
|
isTrackingMail: boolean | null;
|
|
122693
122304
|
isBillingCenter: boolean;
|
|
@@ -122984,7 +122595,6 @@ declare const billingCenterRoutes: {
|
|
|
122984
122595
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
122985
122596
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
122986
122597
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
122987
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
122988
122598
|
tva: z.ZodNullable<z.ZodString>;
|
|
122989
122599
|
customerId: z.ZodNullable<z.ZodNumber>;
|
|
122990
122600
|
customer: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
@@ -123030,7 +122640,6 @@ declare const billingCenterRoutes: {
|
|
|
123030
122640
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
123031
122641
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
123032
122642
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
123033
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
123034
122643
|
tva: z.ZodNullable<z.ZodString>;
|
|
123035
122644
|
isTrackingMail: z.ZodNullable<z.ZodBoolean>;
|
|
123036
122645
|
isBillingCenter: z.ZodBoolean;
|
|
@@ -123102,7 +122711,6 @@ declare const billingCenterRoutes: {
|
|
|
123102
122711
|
emailOne: string | null;
|
|
123103
122712
|
emailTwo: string | null;
|
|
123104
122713
|
emailThree: string | null;
|
|
123105
|
-
eori: string | null;
|
|
123106
122714
|
tva: string | null;
|
|
123107
122715
|
isTrackingMail: boolean | null;
|
|
123108
122716
|
isBillingCenter: boolean;
|
|
@@ -123160,7 +122768,6 @@ declare const billingCenterRoutes: {
|
|
|
123160
122768
|
emailOne: string | null;
|
|
123161
122769
|
emailTwo: string | null;
|
|
123162
122770
|
emailThree: string | null;
|
|
123163
|
-
eori: string | null;
|
|
123164
122771
|
tva: string | null;
|
|
123165
122772
|
isTrackingMail: boolean | null;
|
|
123166
122773
|
isBillingCenter: boolean;
|
|
@@ -123237,7 +122844,6 @@ declare const billingCenterRoutes: {
|
|
|
123237
122844
|
emailOne: string | null;
|
|
123238
122845
|
emailTwo: string | null;
|
|
123239
122846
|
emailThree: string | null;
|
|
123240
|
-
eori: string | null;
|
|
123241
122847
|
tva: string | null;
|
|
123242
122848
|
isMailing: boolean;
|
|
123243
122849
|
telephone: string | null;
|
|
@@ -123303,7 +122909,6 @@ declare const billingCenterRoutes: {
|
|
|
123303
122909
|
emailOne: string | null;
|
|
123304
122910
|
emailTwo: string | null;
|
|
123305
122911
|
emailThree: string | null;
|
|
123306
|
-
eori: string | null;
|
|
123307
122912
|
tva: string | null;
|
|
123308
122913
|
isTrackingMail: boolean | null;
|
|
123309
122914
|
isBillingCenter: boolean;
|
|
@@ -123358,7 +122963,6 @@ declare const billingCenterRoutes: {
|
|
|
123358
122963
|
emailOne: string | null;
|
|
123359
122964
|
emailTwo: string | null;
|
|
123360
122965
|
emailThree: string | null;
|
|
123361
|
-
eori: string | null;
|
|
123362
122966
|
tva: string | null;
|
|
123363
122967
|
isMailing: boolean;
|
|
123364
122968
|
telephone: string | null;
|
|
@@ -123424,7 +123028,6 @@ declare const billingCenterRoutes: {
|
|
|
123424
123028
|
emailOne: string | null;
|
|
123425
123029
|
emailTwo: string | null;
|
|
123426
123030
|
emailThree: string | null;
|
|
123427
|
-
eori: string | null;
|
|
123428
123031
|
tva: string | null;
|
|
123429
123032
|
isTrackingMail: boolean | null;
|
|
123430
123033
|
isBillingCenter: boolean;
|
|
@@ -123481,7 +123084,6 @@ declare const billingCenterRoutes: {
|
|
|
123481
123084
|
emailOne: string | null;
|
|
123482
123085
|
emailTwo: string | null;
|
|
123483
123086
|
emailThree: string | null;
|
|
123484
|
-
eori: string | null;
|
|
123485
123087
|
tva: string | null;
|
|
123486
123088
|
isMailing: boolean;
|
|
123487
123089
|
telephone: string | null;
|
|
@@ -123547,7 +123149,6 @@ declare const billingCenterRoutes: {
|
|
|
123547
123149
|
emailOne: string | null;
|
|
123548
123150
|
emailTwo: string | null;
|
|
123549
123151
|
emailThree: string | null;
|
|
123550
|
-
eori: string | null;
|
|
123551
123152
|
tva: string | null;
|
|
123552
123153
|
isTrackingMail: boolean | null;
|
|
123553
123154
|
isBillingCenter: boolean;
|
|
@@ -123615,7 +123216,6 @@ declare const billingCenterRoutes: {
|
|
|
123615
123216
|
emailOne: string | null;
|
|
123616
123217
|
emailTwo: string | null;
|
|
123617
123218
|
emailThree: string | null;
|
|
123618
|
-
eori: string | null;
|
|
123619
123219
|
tva: string | null;
|
|
123620
123220
|
isMailing: boolean;
|
|
123621
123221
|
telephone: string | null;
|
|
@@ -123681,7 +123281,6 @@ declare const billingCenterRoutes: {
|
|
|
123681
123281
|
emailOne: string | null;
|
|
123682
123282
|
emailTwo: string | null;
|
|
123683
123283
|
emailThree: string | null;
|
|
123684
|
-
eori: string | null;
|
|
123685
123284
|
tva: string | null;
|
|
123686
123285
|
isTrackingMail: boolean | null;
|
|
123687
123286
|
isBillingCenter: boolean;
|
|
@@ -123755,7 +123354,6 @@ declare const billingCenterRoutes: {
|
|
|
123755
123354
|
emailOne: string | null;
|
|
123756
123355
|
emailTwo: string | null;
|
|
123757
123356
|
emailThree: string | null;
|
|
123758
|
-
eori: string | null;
|
|
123759
123357
|
tva: string | null;
|
|
123760
123358
|
isMailing: boolean;
|
|
123761
123359
|
telephone: string | null;
|
|
@@ -123821,7 +123419,6 @@ declare const billingCenterRoutes: {
|
|
|
123821
123419
|
emailOne: string | null;
|
|
123822
123420
|
emailTwo: string | null;
|
|
123823
123421
|
emailThree: string | null;
|
|
123824
|
-
eori: string | null;
|
|
123825
123422
|
tva: string | null;
|
|
123826
123423
|
isTrackingMail: boolean | null;
|
|
123827
123424
|
isBillingCenter: boolean;
|
|
@@ -123895,7 +123492,6 @@ declare const billingCenterRoutes: {
|
|
|
123895
123492
|
emailOne: string | null;
|
|
123896
123493
|
emailTwo: string | null;
|
|
123897
123494
|
emailThree: string | null;
|
|
123898
|
-
eori: string | null;
|
|
123899
123495
|
tva: string | null;
|
|
123900
123496
|
isMailing: boolean;
|
|
123901
123497
|
telephone: string | null;
|
|
@@ -123961,7 +123557,6 @@ declare const billingCenterRoutes: {
|
|
|
123961
123557
|
emailOne: string | null;
|
|
123962
123558
|
emailTwo: string | null;
|
|
123963
123559
|
emailThree: string | null;
|
|
123964
|
-
eori: string | null;
|
|
123965
123560
|
tva: string | null;
|
|
123966
123561
|
isTrackingMail: boolean | null;
|
|
123967
123562
|
isBillingCenter: boolean;
|
|
@@ -124155,7 +123750,6 @@ declare const billingCenterRoutes: {
|
|
|
124155
123750
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
124156
123751
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
124157
123752
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
124158
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
124159
123753
|
tva: z.ZodNullable<z.ZodString>;
|
|
124160
123754
|
customerId: z.ZodNullable<z.ZodNumber>;
|
|
124161
123755
|
customer: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
@@ -124201,7 +123795,6 @@ declare const billingCenterRoutes: {
|
|
|
124201
123795
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
124202
123796
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
124203
123797
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
124204
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
124205
123798
|
tva: z.ZodNullable<z.ZodString>;
|
|
124206
123799
|
isTrackingMail: z.ZodNullable<z.ZodBoolean>;
|
|
124207
123800
|
isBillingCenter: z.ZodBoolean;
|
|
@@ -124273,7 +123866,6 @@ declare const billingCenterRoutes: {
|
|
|
124273
123866
|
emailOne: string | null;
|
|
124274
123867
|
emailTwo: string | null;
|
|
124275
123868
|
emailThree: string | null;
|
|
124276
|
-
eori: string | null;
|
|
124277
123869
|
tva: string | null;
|
|
124278
123870
|
isTrackingMail: boolean | null;
|
|
124279
123871
|
isBillingCenter: boolean;
|
|
@@ -124331,7 +123923,6 @@ declare const billingCenterRoutes: {
|
|
|
124331
123923
|
emailOne: string | null;
|
|
124332
123924
|
emailTwo: string | null;
|
|
124333
123925
|
emailThree: string | null;
|
|
124334
|
-
eori: string | null;
|
|
124335
123926
|
tva: string | null;
|
|
124336
123927
|
isTrackingMail: boolean | null;
|
|
124337
123928
|
isBillingCenter: boolean;
|
|
@@ -124408,7 +123999,6 @@ declare const billingCenterRoutes: {
|
|
|
124408
123999
|
emailOne: string | null;
|
|
124409
124000
|
emailTwo: string | null;
|
|
124410
124001
|
emailThree: string | null;
|
|
124411
|
-
eori: string | null;
|
|
124412
124002
|
tva: string | null;
|
|
124413
124003
|
isMailing: boolean;
|
|
124414
124004
|
telephone: string | null;
|
|
@@ -124474,7 +124064,6 @@ declare const billingCenterRoutes: {
|
|
|
124474
124064
|
emailOne: string | null;
|
|
124475
124065
|
emailTwo: string | null;
|
|
124476
124066
|
emailThree: string | null;
|
|
124477
|
-
eori: string | null;
|
|
124478
124067
|
tva: string | null;
|
|
124479
124068
|
isTrackingMail: boolean | null;
|
|
124480
124069
|
isBillingCenter: boolean;
|
|
@@ -124529,7 +124118,6 @@ declare const billingCenterRoutes: {
|
|
|
124529
124118
|
emailOne: string | null;
|
|
124530
124119
|
emailTwo: string | null;
|
|
124531
124120
|
emailThree: string | null;
|
|
124532
|
-
eori: string | null;
|
|
124533
124121
|
tva: string | null;
|
|
124534
124122
|
isMailing: boolean;
|
|
124535
124123
|
telephone: string | null;
|
|
@@ -124595,7 +124183,6 @@ declare const billingCenterRoutes: {
|
|
|
124595
124183
|
emailOne: string | null;
|
|
124596
124184
|
emailTwo: string | null;
|
|
124597
124185
|
emailThree: string | null;
|
|
124598
|
-
eori: string | null;
|
|
124599
124186
|
tva: string | null;
|
|
124600
124187
|
isTrackingMail: boolean | null;
|
|
124601
124188
|
isBillingCenter: boolean;
|
|
@@ -124656,7 +124243,6 @@ declare const billingCenterRoutes: {
|
|
|
124656
124243
|
emailOne: string | null;
|
|
124657
124244
|
emailTwo: string | null;
|
|
124658
124245
|
emailThree: string | null;
|
|
124659
|
-
eori: string | null;
|
|
124660
124246
|
tva: string | null;
|
|
124661
124247
|
isMailing: boolean;
|
|
124662
124248
|
telephone: string | null;
|
|
@@ -124722,7 +124308,6 @@ declare const billingCenterRoutes: {
|
|
|
124722
124308
|
emailOne: string | null;
|
|
124723
124309
|
emailTwo: string | null;
|
|
124724
124310
|
emailThree: string | null;
|
|
124725
|
-
eori: string | null;
|
|
124726
124311
|
tva: string | null;
|
|
124727
124312
|
isTrackingMail: boolean | null;
|
|
124728
124313
|
isBillingCenter: boolean;
|
|
@@ -124783,7 +124368,6 @@ declare const billingCenterRoutes: {
|
|
|
124783
124368
|
emailOne: string | null;
|
|
124784
124369
|
emailTwo: string | null;
|
|
124785
124370
|
emailThree: string | null;
|
|
124786
|
-
eori: string | null;
|
|
124787
124371
|
tva: string | null;
|
|
124788
124372
|
isMailing: boolean;
|
|
124789
124373
|
telephone: string | null;
|
|
@@ -124849,7 +124433,6 @@ declare const billingCenterRoutes: {
|
|
|
124849
124433
|
emailOne: string | null;
|
|
124850
124434
|
emailTwo: string | null;
|
|
124851
124435
|
emailThree: string | null;
|
|
124852
|
-
eori: string | null;
|
|
124853
124436
|
tva: string | null;
|
|
124854
124437
|
isTrackingMail: boolean | null;
|
|
124855
124438
|
isBillingCenter: boolean;
|
|
@@ -125040,7 +124623,6 @@ declare const customerRoutes: {
|
|
|
125040
124623
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
125041
124624
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
125042
124625
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
125043
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
125044
124626
|
tva: z.ZodNullable<z.ZodString>;
|
|
125045
124627
|
isTrackingMail: z.ZodNullable<z.ZodBoolean>;
|
|
125046
124628
|
isBillingCenter: z.ZodBoolean;
|
|
@@ -125112,7 +124694,6 @@ declare const customerRoutes: {
|
|
|
125112
124694
|
emailOne: string | null;
|
|
125113
124695
|
emailTwo: string | null;
|
|
125114
124696
|
emailThree: string | null;
|
|
125115
|
-
eori: string | null;
|
|
125116
124697
|
tva: string | null;
|
|
125117
124698
|
isTrackingMail: boolean | null;
|
|
125118
124699
|
isBillingCenter: boolean;
|
|
@@ -125170,7 +124751,6 @@ declare const customerRoutes: {
|
|
|
125170
124751
|
emailOne: string | null;
|
|
125171
124752
|
emailTwo: string | null;
|
|
125172
124753
|
emailThree: string | null;
|
|
125173
|
-
eori: string | null;
|
|
125174
124754
|
tva: string | null;
|
|
125175
124755
|
isTrackingMail: boolean | null;
|
|
125176
124756
|
isBillingCenter: boolean;
|
|
@@ -125230,7 +124810,6 @@ declare const customerRoutes: {
|
|
|
125230
124810
|
emailOne: string | null;
|
|
125231
124811
|
emailTwo: string | null;
|
|
125232
124812
|
emailThree: string | null;
|
|
125233
|
-
eori: string | null;
|
|
125234
124813
|
tva: string | null;
|
|
125235
124814
|
isTrackingMail: boolean | null;
|
|
125236
124815
|
isBillingCenter: boolean;
|
|
@@ -125301,7 +124880,6 @@ declare const customerRoutes: {
|
|
|
125301
124880
|
emailOne: string | null;
|
|
125302
124881
|
emailTwo: string | null;
|
|
125303
124882
|
emailThree: string | null;
|
|
125304
|
-
eori: string | null;
|
|
125305
124883
|
tva: string | null;
|
|
125306
124884
|
isTrackingMail: boolean | null;
|
|
125307
124885
|
isBillingCenter: boolean;
|
|
@@ -125378,7 +124956,6 @@ declare const customerRoutes: {
|
|
|
125378
124956
|
emailOne: string | null;
|
|
125379
124957
|
emailTwo: string | null;
|
|
125380
124958
|
emailThree: string | null;
|
|
125381
|
-
eori: string | null;
|
|
125382
124959
|
tva: string | null;
|
|
125383
124960
|
isTrackingMail: boolean | null;
|
|
125384
124961
|
isBillingCenter: boolean;
|
|
@@ -125455,7 +125032,6 @@ declare const customerRoutes: {
|
|
|
125455
125032
|
emailOne: string | null;
|
|
125456
125033
|
emailTwo: string | null;
|
|
125457
125034
|
emailThree: string | null;
|
|
125458
|
-
eori: string | null;
|
|
125459
125035
|
tva: string | null;
|
|
125460
125036
|
isTrackingMail: boolean | null;
|
|
125461
125037
|
isBillingCenter: boolean;
|
|
@@ -125640,7 +125216,6 @@ declare const customerRoutes: {
|
|
|
125640
125216
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
125641
125217
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
125642
125218
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
125643
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
125644
125219
|
tva: z.ZodNullable<z.ZodString>;
|
|
125645
125220
|
isTrackingMail: z.ZodNullable<z.ZodBoolean>;
|
|
125646
125221
|
isBillingCenter: z.ZodBoolean;
|
|
@@ -125712,7 +125287,6 @@ declare const customerRoutes: {
|
|
|
125712
125287
|
emailOne: string | null;
|
|
125713
125288
|
emailTwo: string | null;
|
|
125714
125289
|
emailThree: string | null;
|
|
125715
|
-
eori: string | null;
|
|
125716
125290
|
tva: string | null;
|
|
125717
125291
|
isTrackingMail: boolean | null;
|
|
125718
125292
|
isBillingCenter: boolean;
|
|
@@ -125770,7 +125344,6 @@ declare const customerRoutes: {
|
|
|
125770
125344
|
emailOne: string | null;
|
|
125771
125345
|
emailTwo: string | null;
|
|
125772
125346
|
emailThree: string | null;
|
|
125773
|
-
eori: string | null;
|
|
125774
125347
|
tva: string | null;
|
|
125775
125348
|
isTrackingMail: boolean | null;
|
|
125776
125349
|
isBillingCenter: boolean;
|
|
@@ -125834,7 +125407,6 @@ declare const customerRoutes: {
|
|
|
125834
125407
|
emailOne: string | null;
|
|
125835
125408
|
emailTwo: string | null;
|
|
125836
125409
|
emailThree: string | null;
|
|
125837
|
-
eori: string | null;
|
|
125838
125410
|
tva: string | null;
|
|
125839
125411
|
isTrackingMail: boolean | null;
|
|
125840
125412
|
isBillingCenter: boolean;
|
|
@@ -125898,7 +125470,6 @@ declare const customerRoutes: {
|
|
|
125898
125470
|
emailOne: string | null;
|
|
125899
125471
|
emailTwo: string | null;
|
|
125900
125472
|
emailThree: string | null;
|
|
125901
|
-
eori: string | null;
|
|
125902
125473
|
tva: string | null;
|
|
125903
125474
|
isTrackingMail: boolean | null;
|
|
125904
125475
|
isBillingCenter: boolean;
|
|
@@ -126099,7 +125670,6 @@ declare const customerRoutes: {
|
|
|
126099
125670
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
126100
125671
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
126101
125672
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
126102
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
126103
125673
|
tva: z.ZodNullable<z.ZodString>;
|
|
126104
125674
|
customerId: z.ZodNullable<z.ZodNumber>;
|
|
126105
125675
|
customer: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
@@ -126145,7 +125715,6 @@ declare const customerRoutes: {
|
|
|
126145
125715
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
126146
125716
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
126147
125717
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
126148
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
126149
125718
|
tva: z.ZodNullable<z.ZodString>;
|
|
126150
125719
|
isTrackingMail: z.ZodNullable<z.ZodBoolean>;
|
|
126151
125720
|
isBillingCenter: z.ZodBoolean;
|
|
@@ -126217,7 +125786,6 @@ declare const customerRoutes: {
|
|
|
126217
125786
|
emailOne: string | null;
|
|
126218
125787
|
emailTwo: string | null;
|
|
126219
125788
|
emailThree: string | null;
|
|
126220
|
-
eori: string | null;
|
|
126221
125789
|
tva: string | null;
|
|
126222
125790
|
isTrackingMail: boolean | null;
|
|
126223
125791
|
isBillingCenter: boolean;
|
|
@@ -126275,7 +125843,6 @@ declare const customerRoutes: {
|
|
|
126275
125843
|
emailOne: string | null;
|
|
126276
125844
|
emailTwo: string | null;
|
|
126277
125845
|
emailThree: string | null;
|
|
126278
|
-
eori: string | null;
|
|
126279
125846
|
tva: string | null;
|
|
126280
125847
|
isTrackingMail: boolean | null;
|
|
126281
125848
|
isBillingCenter: boolean;
|
|
@@ -126352,7 +125919,6 @@ declare const customerRoutes: {
|
|
|
126352
125919
|
emailOne: string | null;
|
|
126353
125920
|
emailTwo: string | null;
|
|
126354
125921
|
emailThree: string | null;
|
|
126355
|
-
eori: string | null;
|
|
126356
125922
|
tva: string | null;
|
|
126357
125923
|
isMailing: boolean;
|
|
126358
125924
|
telephone: string | null;
|
|
@@ -126418,7 +125984,6 @@ declare const customerRoutes: {
|
|
|
126418
125984
|
emailOne: string | null;
|
|
126419
125985
|
emailTwo: string | null;
|
|
126420
125986
|
emailThree: string | null;
|
|
126421
|
-
eori: string | null;
|
|
126422
125987
|
tva: string | null;
|
|
126423
125988
|
isTrackingMail: boolean | null;
|
|
126424
125989
|
isBillingCenter: boolean;
|
|
@@ -126473,7 +126038,6 @@ declare const customerRoutes: {
|
|
|
126473
126038
|
emailOne: string | null;
|
|
126474
126039
|
emailTwo: string | null;
|
|
126475
126040
|
emailThree: string | null;
|
|
126476
|
-
eori: string | null;
|
|
126477
126041
|
tva: string | null;
|
|
126478
126042
|
isMailing: boolean;
|
|
126479
126043
|
telephone: string | null;
|
|
@@ -126539,7 +126103,6 @@ declare const customerRoutes: {
|
|
|
126539
126103
|
emailOne: string | null;
|
|
126540
126104
|
emailTwo: string | null;
|
|
126541
126105
|
emailThree: string | null;
|
|
126542
|
-
eori: string | null;
|
|
126543
126106
|
tva: string | null;
|
|
126544
126107
|
isTrackingMail: boolean | null;
|
|
126545
126108
|
isBillingCenter: boolean;
|
|
@@ -126596,7 +126159,6 @@ declare const customerRoutes: {
|
|
|
126596
126159
|
emailOne: string | null;
|
|
126597
126160
|
emailTwo: string | null;
|
|
126598
126161
|
emailThree: string | null;
|
|
126599
|
-
eori: string | null;
|
|
126600
126162
|
tva: string | null;
|
|
126601
126163
|
isMailing: boolean;
|
|
126602
126164
|
telephone: string | null;
|
|
@@ -126662,7 +126224,6 @@ declare const customerRoutes: {
|
|
|
126662
126224
|
emailOne: string | null;
|
|
126663
126225
|
emailTwo: string | null;
|
|
126664
126226
|
emailThree: string | null;
|
|
126665
|
-
eori: string | null;
|
|
126666
126227
|
tva: string | null;
|
|
126667
126228
|
isTrackingMail: boolean | null;
|
|
126668
126229
|
isBillingCenter: boolean;
|
|
@@ -126730,7 +126291,6 @@ declare const customerRoutes: {
|
|
|
126730
126291
|
emailOne: string | null;
|
|
126731
126292
|
emailTwo: string | null;
|
|
126732
126293
|
emailThree: string | null;
|
|
126733
|
-
eori: string | null;
|
|
126734
126294
|
tva: string | null;
|
|
126735
126295
|
isMailing: boolean;
|
|
126736
126296
|
telephone: string | null;
|
|
@@ -126796,7 +126356,6 @@ declare const customerRoutes: {
|
|
|
126796
126356
|
emailOne: string | null;
|
|
126797
126357
|
emailTwo: string | null;
|
|
126798
126358
|
emailThree: string | null;
|
|
126799
|
-
eori: string | null;
|
|
126800
126359
|
tva: string | null;
|
|
126801
126360
|
isTrackingMail: boolean | null;
|
|
126802
126361
|
isBillingCenter: boolean;
|
|
@@ -126870,7 +126429,6 @@ declare const customerRoutes: {
|
|
|
126870
126429
|
emailOne: string | null;
|
|
126871
126430
|
emailTwo: string | null;
|
|
126872
126431
|
emailThree: string | null;
|
|
126873
|
-
eori: string | null;
|
|
126874
126432
|
tva: string | null;
|
|
126875
126433
|
isMailing: boolean;
|
|
126876
126434
|
telephone: string | null;
|
|
@@ -126936,7 +126494,6 @@ declare const customerRoutes: {
|
|
|
126936
126494
|
emailOne: string | null;
|
|
126937
126495
|
emailTwo: string | null;
|
|
126938
126496
|
emailThree: string | null;
|
|
126939
|
-
eori: string | null;
|
|
126940
126497
|
tva: string | null;
|
|
126941
126498
|
isTrackingMail: boolean | null;
|
|
126942
126499
|
isBillingCenter: boolean;
|
|
@@ -127010,7 +126567,6 @@ declare const customerRoutes: {
|
|
|
127010
126567
|
emailOne: string | null;
|
|
127011
126568
|
emailTwo: string | null;
|
|
127012
126569
|
emailThree: string | null;
|
|
127013
|
-
eori: string | null;
|
|
127014
126570
|
tva: string | null;
|
|
127015
126571
|
isMailing: boolean;
|
|
127016
126572
|
telephone: string | null;
|
|
@@ -127076,7 +126632,6 @@ declare const customerRoutes: {
|
|
|
127076
126632
|
emailOne: string | null;
|
|
127077
126633
|
emailTwo: string | null;
|
|
127078
126634
|
emailThree: string | null;
|
|
127079
|
-
eori: string | null;
|
|
127080
126635
|
tva: string | null;
|
|
127081
126636
|
isTrackingMail: boolean | null;
|
|
127082
126637
|
isBillingCenter: boolean;
|
|
@@ -129741,7 +129296,6 @@ declare const contactRoutes: {
|
|
|
129741
129296
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
129742
129297
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
129743
129298
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
129744
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
129745
129299
|
tva: z.ZodNullable<z.ZodString>;
|
|
129746
129300
|
isTrackingMail: z.ZodNullable<z.ZodBoolean>;
|
|
129747
129301
|
isBillingCenter: z.ZodBoolean;
|
|
@@ -129813,7 +129367,6 @@ declare const contactRoutes: {
|
|
|
129813
129367
|
emailOne: string | null;
|
|
129814
129368
|
emailTwo: string | null;
|
|
129815
129369
|
emailThree: string | null;
|
|
129816
|
-
eori: string | null;
|
|
129817
129370
|
tva: string | null;
|
|
129818
129371
|
isTrackingMail: boolean | null;
|
|
129819
129372
|
isBillingCenter: boolean;
|
|
@@ -129871,7 +129424,6 @@ declare const contactRoutes: {
|
|
|
129871
129424
|
emailOne: string | null;
|
|
129872
129425
|
emailTwo: string | null;
|
|
129873
129426
|
emailThree: string | null;
|
|
129874
|
-
eori: string | null;
|
|
129875
129427
|
tva: string | null;
|
|
129876
129428
|
isTrackingMail: boolean | null;
|
|
129877
129429
|
isBillingCenter: boolean;
|
|
@@ -130184,7 +129736,6 @@ declare const contactRoutes: {
|
|
|
130184
129736
|
emailOne: string | null;
|
|
130185
129737
|
emailTwo: string | null;
|
|
130186
129738
|
emailThree: string | null;
|
|
130187
|
-
eori: string | null;
|
|
130188
129739
|
tva: string | null;
|
|
130189
129740
|
isTrackingMail: boolean | null;
|
|
130190
129741
|
isBillingCenter: boolean;
|
|
@@ -130363,7 +129914,6 @@ declare const contactRoutes: {
|
|
|
130363
129914
|
emailOne: string | null;
|
|
130364
129915
|
emailTwo: string | null;
|
|
130365
129916
|
emailThree: string | null;
|
|
130366
|
-
eori: string | null;
|
|
130367
129917
|
tva: string | null;
|
|
130368
129918
|
isTrackingMail: boolean | null;
|
|
130369
129919
|
isBillingCenter: boolean;
|
|
@@ -130575,7 +130125,6 @@ declare const contactRoutes: {
|
|
|
130575
130125
|
emailOne: string | null;
|
|
130576
130126
|
emailTwo: string | null;
|
|
130577
130127
|
emailThree: string | null;
|
|
130578
|
-
eori: string | null;
|
|
130579
130128
|
tva: string | null;
|
|
130580
130129
|
isTrackingMail: boolean | null;
|
|
130581
130130
|
isBillingCenter: boolean;
|
|
@@ -130787,7 +130336,6 @@ declare const contactRoutes: {
|
|
|
130787
130336
|
emailOne: string | null;
|
|
130788
130337
|
emailTwo: string | null;
|
|
130789
130338
|
emailThree: string | null;
|
|
130790
|
-
eori: string | null;
|
|
130791
130339
|
tva: string | null;
|
|
130792
130340
|
isTrackingMail: boolean | null;
|
|
130793
130341
|
isBillingCenter: boolean;
|
|
@@ -131001,7 +130549,6 @@ declare const contactRoutes: {
|
|
|
131001
130549
|
emailOne: string | null;
|
|
131002
130550
|
emailTwo: string | null;
|
|
131003
130551
|
emailThree: string | null;
|
|
131004
|
-
eori: string | null;
|
|
131005
130552
|
tva: string | null;
|
|
131006
130553
|
isTrackingMail: boolean | null;
|
|
131007
130554
|
isBillingCenter: boolean;
|
|
@@ -131226,7 +130773,6 @@ declare const contactRoutes: {
|
|
|
131226
130773
|
emailOne: string | null;
|
|
131227
130774
|
emailTwo: string | null;
|
|
131228
130775
|
emailThree: string | null;
|
|
131229
|
-
eori: string | null;
|
|
131230
130776
|
tva: string | null;
|
|
131231
130777
|
isTrackingMail: boolean | null;
|
|
131232
130778
|
isBillingCenter: boolean;
|
|
@@ -131457,7 +131003,6 @@ declare const contactRoutes: {
|
|
|
131457
131003
|
emailOne: string | null;
|
|
131458
131004
|
emailTwo: string | null;
|
|
131459
131005
|
emailThree: string | null;
|
|
131460
|
-
eori: string | null;
|
|
131461
131006
|
tva: string | null;
|
|
131462
131007
|
isTrackingMail: boolean | null;
|
|
131463
131008
|
isBillingCenter: boolean;
|
|
@@ -131688,7 +131233,6 @@ declare const contactRoutes: {
|
|
|
131688
131233
|
emailOne: string | null;
|
|
131689
131234
|
emailTwo: string | null;
|
|
131690
131235
|
emailThree: string | null;
|
|
131691
|
-
eori: string | null;
|
|
131692
131236
|
tva: string | null;
|
|
131693
131237
|
isTrackingMail: boolean | null;
|
|
131694
131238
|
isBillingCenter: boolean;
|
|
@@ -132519,7 +132063,6 @@ declare const supportTicketRoutes: {
|
|
|
132519
132063
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
132520
132064
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
132521
132065
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
132522
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
132523
132066
|
tva: z.ZodNullable<z.ZodString>;
|
|
132524
132067
|
customerId: z.ZodNullable<z.ZodNumber>;
|
|
132525
132068
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -132560,7 +132103,6 @@ declare const supportTicketRoutes: {
|
|
|
132560
132103
|
emailOne: string | null;
|
|
132561
132104
|
emailTwo: string | null;
|
|
132562
132105
|
emailThree: string | null;
|
|
132563
|
-
eori: string | null;
|
|
132564
132106
|
tva: string | null;
|
|
132565
132107
|
isMailing: boolean;
|
|
132566
132108
|
telephone: string | null;
|
|
@@ -132613,7 +132155,6 @@ declare const supportTicketRoutes: {
|
|
|
132613
132155
|
emailOne: string | null;
|
|
132614
132156
|
emailTwo: string | null;
|
|
132615
132157
|
emailThree: string | null;
|
|
132616
|
-
eori: string | null;
|
|
132617
132158
|
tva: string | null;
|
|
132618
132159
|
isMailing: boolean;
|
|
132619
132160
|
telephone: string | null;
|
|
@@ -132677,7 +132218,6 @@ declare const supportTicketRoutes: {
|
|
|
132677
132218
|
emailOne: string | null;
|
|
132678
132219
|
emailTwo: string | null;
|
|
132679
132220
|
emailThree: string | null;
|
|
132680
|
-
eori: string | null;
|
|
132681
132221
|
tva: string | null;
|
|
132682
132222
|
isMailing: boolean;
|
|
132683
132223
|
telephone: string | null;
|
|
@@ -132929,7 +132469,6 @@ declare const supportTicketRoutes: {
|
|
|
132929
132469
|
emailOne: string | null;
|
|
132930
132470
|
emailTwo: string | null;
|
|
132931
132471
|
emailThree: string | null;
|
|
132932
|
-
eori: string | null;
|
|
132933
132472
|
tva: string | null;
|
|
132934
132473
|
isMailing: boolean;
|
|
132935
132474
|
telephone: string | null;
|
|
@@ -133183,7 +132722,6 @@ declare const supportTicketRoutes: {
|
|
|
133183
132722
|
emailOne: string | null;
|
|
133184
132723
|
emailTwo: string | null;
|
|
133185
132724
|
emailThree: string | null;
|
|
133186
|
-
eori: string | null;
|
|
133187
132725
|
tva: string | null;
|
|
133188
132726
|
isMailing: boolean;
|
|
133189
132727
|
telephone: string | null;
|
|
@@ -133448,7 +132986,6 @@ declare const supportTicketRoutes: {
|
|
|
133448
132986
|
emailOne: string | null;
|
|
133449
132987
|
emailTwo: string | null;
|
|
133450
132988
|
emailThree: string | null;
|
|
133451
|
-
eori: string | null;
|
|
133452
132989
|
tva: string | null;
|
|
133453
132990
|
isMailing: boolean;
|
|
133454
132991
|
telephone: string | null;
|
|
@@ -133719,7 +133256,6 @@ declare const supportTicketRoutes: {
|
|
|
133719
133256
|
emailOne: string | null;
|
|
133720
133257
|
emailTwo: string | null;
|
|
133721
133258
|
emailThree: string | null;
|
|
133722
|
-
eori: string | null;
|
|
133723
133259
|
tva: string | null;
|
|
133724
133260
|
isMailing: boolean;
|
|
133725
133261
|
telephone: string | null;
|
|
@@ -133990,7 +133526,6 @@ declare const supportTicketRoutes: {
|
|
|
133990
133526
|
emailOne: string | null;
|
|
133991
133527
|
emailTwo: string | null;
|
|
133992
133528
|
emailThree: string | null;
|
|
133993
|
-
eori: string | null;
|
|
133994
133529
|
tva: string | null;
|
|
133995
133530
|
isMailing: boolean;
|
|
133996
133531
|
telephone: string | null;
|
|
@@ -134958,7 +134493,6 @@ declare const supportTicketRoutes: {
|
|
|
134958
134493
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
134959
134494
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
134960
134495
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
134961
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
134962
134496
|
tva: z.ZodNullable<z.ZodString>;
|
|
134963
134497
|
customerId: z.ZodNullable<z.ZodNumber>;
|
|
134964
134498
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -134999,7 +134533,6 @@ declare const supportTicketRoutes: {
|
|
|
134999
134533
|
emailOne: string | null;
|
|
135000
134534
|
emailTwo: string | null;
|
|
135001
134535
|
emailThree: string | null;
|
|
135002
|
-
eori: string | null;
|
|
135003
134536
|
tva: string | null;
|
|
135004
134537
|
isMailing: boolean;
|
|
135005
134538
|
telephone: string | null;
|
|
@@ -135052,7 +134585,6 @@ declare const supportTicketRoutes: {
|
|
|
135052
134585
|
emailOne: string | null;
|
|
135053
134586
|
emailTwo: string | null;
|
|
135054
134587
|
emailThree: string | null;
|
|
135055
|
-
eori: string | null;
|
|
135056
134588
|
tva: string | null;
|
|
135057
134589
|
isMailing: boolean;
|
|
135058
134590
|
telephone: string | null;
|
|
@@ -135116,7 +134648,6 @@ declare const supportTicketRoutes: {
|
|
|
135116
134648
|
emailOne: string | null;
|
|
135117
134649
|
emailTwo: string | null;
|
|
135118
134650
|
emailThree: string | null;
|
|
135119
|
-
eori: string | null;
|
|
135120
134651
|
tva: string | null;
|
|
135121
134652
|
isMailing: boolean;
|
|
135122
134653
|
telephone: string | null;
|
|
@@ -135368,7 +134899,6 @@ declare const supportTicketRoutes: {
|
|
|
135368
134899
|
emailOne: string | null;
|
|
135369
134900
|
emailTwo: string | null;
|
|
135370
134901
|
emailThree: string | null;
|
|
135371
|
-
eori: string | null;
|
|
135372
134902
|
tva: string | null;
|
|
135373
134903
|
isMailing: boolean;
|
|
135374
134904
|
telephone: string | null;
|
|
@@ -135622,7 +135152,6 @@ declare const supportTicketRoutes: {
|
|
|
135622
135152
|
emailOne: string | null;
|
|
135623
135153
|
emailTwo: string | null;
|
|
135624
135154
|
emailThree: string | null;
|
|
135625
|
-
eori: string | null;
|
|
135626
135155
|
tva: string | null;
|
|
135627
135156
|
isMailing: boolean;
|
|
135628
135157
|
telephone: string | null;
|
|
@@ -135887,7 +135416,6 @@ declare const supportTicketRoutes: {
|
|
|
135887
135416
|
emailOne: string | null;
|
|
135888
135417
|
emailTwo: string | null;
|
|
135889
135418
|
emailThree: string | null;
|
|
135890
|
-
eori: string | null;
|
|
135891
135419
|
tva: string | null;
|
|
135892
135420
|
isMailing: boolean;
|
|
135893
135421
|
telephone: string | null;
|
|
@@ -136158,7 +135686,6 @@ declare const supportTicketRoutes: {
|
|
|
136158
135686
|
emailOne: string | null;
|
|
136159
135687
|
emailTwo: string | null;
|
|
136160
135688
|
emailThree: string | null;
|
|
136161
|
-
eori: string | null;
|
|
136162
135689
|
tva: string | null;
|
|
136163
135690
|
isMailing: boolean;
|
|
136164
135691
|
telephone: string | null;
|
|
@@ -136429,7 +135956,6 @@ declare const supportTicketRoutes: {
|
|
|
136429
135956
|
emailOne: string | null;
|
|
136430
135957
|
emailTwo: string | null;
|
|
136431
135958
|
emailThree: string | null;
|
|
136432
|
-
eori: string | null;
|
|
136433
135959
|
tva: string | null;
|
|
136434
135960
|
isMailing: boolean;
|
|
136435
135961
|
telephone: string | null;
|
|
@@ -137379,7 +136905,6 @@ declare const supportTicketRoutes: {
|
|
|
137379
136905
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
137380
136906
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
137381
136907
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
137382
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
137383
136908
|
tva: z.ZodNullable<z.ZodString>;
|
|
137384
136909
|
customerId: z.ZodNullable<z.ZodNumber>;
|
|
137385
136910
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -137420,7 +136945,6 @@ declare const supportTicketRoutes: {
|
|
|
137420
136945
|
emailOne: string | null;
|
|
137421
136946
|
emailTwo: string | null;
|
|
137422
136947
|
emailThree: string | null;
|
|
137423
|
-
eori: string | null;
|
|
137424
136948
|
tva: string | null;
|
|
137425
136949
|
isMailing: boolean;
|
|
137426
136950
|
telephone: string | null;
|
|
@@ -137473,7 +136997,6 @@ declare const supportTicketRoutes: {
|
|
|
137473
136997
|
emailOne: string | null;
|
|
137474
136998
|
emailTwo: string | null;
|
|
137475
136999
|
emailThree: string | null;
|
|
137476
|
-
eori: string | null;
|
|
137477
137000
|
tva: string | null;
|
|
137478
137001
|
isMailing: boolean;
|
|
137479
137002
|
telephone: string | null;
|
|
@@ -138115,7 +137638,6 @@ declare const supportTicketRoutes: {
|
|
|
138115
137638
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
138116
137639
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
138117
137640
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
138118
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
138119
137641
|
tva: z.ZodNullable<z.ZodString>;
|
|
138120
137642
|
customerId: z.ZodNullable<z.ZodNumber>;
|
|
138121
137643
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -138156,7 +137678,6 @@ declare const supportTicketRoutes: {
|
|
|
138156
137678
|
emailOne: string | null;
|
|
138157
137679
|
emailTwo: string | null;
|
|
138158
137680
|
emailThree: string | null;
|
|
138159
|
-
eori: string | null;
|
|
138160
137681
|
tva: string | null;
|
|
138161
137682
|
isMailing: boolean;
|
|
138162
137683
|
telephone: string | null;
|
|
@@ -138209,7 +137730,6 @@ declare const supportTicketRoutes: {
|
|
|
138209
137730
|
emailOne: string | null;
|
|
138210
137731
|
emailTwo: string | null;
|
|
138211
137732
|
emailThree: string | null;
|
|
138212
|
-
eori: string | null;
|
|
138213
137733
|
tva: string | null;
|
|
138214
137734
|
isMailing: boolean;
|
|
138215
137735
|
telephone: string | null;
|
|
@@ -138273,7 +137793,6 @@ declare const supportTicketRoutes: {
|
|
|
138273
137793
|
emailOne: string | null;
|
|
138274
137794
|
emailTwo: string | null;
|
|
138275
137795
|
emailThree: string | null;
|
|
138276
|
-
eori: string | null;
|
|
138277
137796
|
tva: string | null;
|
|
138278
137797
|
isMailing: boolean;
|
|
138279
137798
|
telephone: string | null;
|
|
@@ -138525,7 +138044,6 @@ declare const supportTicketRoutes: {
|
|
|
138525
138044
|
emailOne: string | null;
|
|
138526
138045
|
emailTwo: string | null;
|
|
138527
138046
|
emailThree: string | null;
|
|
138528
|
-
eori: string | null;
|
|
138529
138047
|
tva: string | null;
|
|
138530
138048
|
isMailing: boolean;
|
|
138531
138049
|
telephone: string | null;
|
|
@@ -138837,7 +138355,6 @@ declare const supportTicketRoutes: {
|
|
|
138837
138355
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
138838
138356
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
138839
138357
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
138840
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
138841
138358
|
tva: z.ZodNullable<z.ZodString>;
|
|
138842
138359
|
isTrackingMail: z.ZodNullable<z.ZodBoolean>;
|
|
138843
138360
|
isBillingCenter: z.ZodBoolean;
|
|
@@ -138909,7 +138426,6 @@ declare const supportTicketRoutes: {
|
|
|
138909
138426
|
emailOne: string | null;
|
|
138910
138427
|
emailTwo: string | null;
|
|
138911
138428
|
emailThree: string | null;
|
|
138912
|
-
eori: string | null;
|
|
138913
138429
|
tva: string | null;
|
|
138914
138430
|
isTrackingMail: boolean | null;
|
|
138915
138431
|
isBillingCenter: boolean;
|
|
@@ -138967,7 +138483,6 @@ declare const supportTicketRoutes: {
|
|
|
138967
138483
|
emailOne: string | null;
|
|
138968
138484
|
emailTwo: string | null;
|
|
138969
138485
|
emailThree: string | null;
|
|
138970
|
-
eori: string | null;
|
|
138971
138486
|
tva: string | null;
|
|
138972
138487
|
isTrackingMail: boolean | null;
|
|
138973
138488
|
isBillingCenter: boolean;
|
|
@@ -139280,7 +138795,6 @@ declare const supportTicketRoutes: {
|
|
|
139280
138795
|
emailOne: string | null;
|
|
139281
138796
|
emailTwo: string | null;
|
|
139282
138797
|
emailThree: string | null;
|
|
139283
|
-
eori: string | null;
|
|
139284
138798
|
tva: string | null;
|
|
139285
138799
|
isTrackingMail: boolean | null;
|
|
139286
138800
|
isBillingCenter: boolean;
|
|
@@ -139459,7 +138973,6 @@ declare const supportTicketRoutes: {
|
|
|
139459
138973
|
emailOne: string | null;
|
|
139460
138974
|
emailTwo: string | null;
|
|
139461
138975
|
emailThree: string | null;
|
|
139462
|
-
eori: string | null;
|
|
139463
138976
|
tva: string | null;
|
|
139464
138977
|
isTrackingMail: boolean | null;
|
|
139465
138978
|
isBillingCenter: boolean;
|
|
@@ -139648,7 +139161,6 @@ declare const supportTicketRoutes: {
|
|
|
139648
139161
|
emailOne: string | null;
|
|
139649
139162
|
emailTwo: string | null;
|
|
139650
139163
|
emailThree: string | null;
|
|
139651
|
-
eori: string | null;
|
|
139652
139164
|
tva: string | null;
|
|
139653
139165
|
isTrackingMail: boolean | null;
|
|
139654
139166
|
isBillingCenter: boolean;
|
|
@@ -139761,7 +139273,6 @@ declare const supportTicketRoutes: {
|
|
|
139761
139273
|
emailOne: string | null;
|
|
139762
139274
|
emailTwo: string | null;
|
|
139763
139275
|
emailThree: string | null;
|
|
139764
|
-
eori: string | null;
|
|
139765
139276
|
tva: string | null;
|
|
139766
139277
|
isMailing: boolean;
|
|
139767
139278
|
telephone: string | null;
|
|
@@ -140090,7 +139601,6 @@ declare const supportTicketRoutes: {
|
|
|
140090
139601
|
emailOne: string | null;
|
|
140091
139602
|
emailTwo: string | null;
|
|
140092
139603
|
emailThree: string | null;
|
|
140093
|
-
eori: string | null;
|
|
140094
139604
|
tva: string | null;
|
|
140095
139605
|
isTrackingMail: boolean | null;
|
|
140096
139606
|
isBillingCenter: boolean;
|
|
@@ -140203,7 +139713,6 @@ declare const supportTicketRoutes: {
|
|
|
140203
139713
|
emailOne: string | null;
|
|
140204
139714
|
emailTwo: string | null;
|
|
140205
139715
|
emailThree: string | null;
|
|
140206
|
-
eori: string | null;
|
|
140207
139716
|
tva: string | null;
|
|
140208
139717
|
isMailing: boolean;
|
|
140209
139718
|
telephone: string | null;
|
|
@@ -140458,7 +139967,6 @@ declare const supportTicketRoutes: {
|
|
|
140458
139967
|
emailOne: string | null;
|
|
140459
139968
|
emailTwo: string | null;
|
|
140460
139969
|
emailThree: string | null;
|
|
140461
|
-
eori: string | null;
|
|
140462
139970
|
tva: string | null;
|
|
140463
139971
|
isMailing: boolean;
|
|
140464
139972
|
telephone: string | null;
|
|
@@ -140786,7 +140294,6 @@ declare const supportTicketRoutes: {
|
|
|
140786
140294
|
emailOne: string | null;
|
|
140787
140295
|
emailTwo: string | null;
|
|
140788
140296
|
emailThree: string | null;
|
|
140789
|
-
eori: string | null;
|
|
140790
140297
|
tva: string | null;
|
|
140791
140298
|
isTrackingMail: boolean | null;
|
|
140792
140299
|
isBillingCenter: boolean;
|
|
@@ -140899,7 +140406,6 @@ declare const supportTicketRoutes: {
|
|
|
140899
140406
|
emailOne: string | null;
|
|
140900
140407
|
emailTwo: string | null;
|
|
140901
140408
|
emailThree: string | null;
|
|
140902
|
-
eori: string | null;
|
|
140903
140409
|
tva: string | null;
|
|
140904
140410
|
isMailing: boolean;
|
|
140905
140411
|
telephone: string | null;
|
|
@@ -141154,7 +140660,6 @@ declare const supportTicketRoutes: {
|
|
|
141154
140660
|
emailOne: string | null;
|
|
141155
140661
|
emailTwo: string | null;
|
|
141156
140662
|
emailThree: string | null;
|
|
141157
|
-
eori: string | null;
|
|
141158
140663
|
tva: string | null;
|
|
141159
140664
|
isMailing: boolean;
|
|
141160
140665
|
telephone: string | null;
|
|
@@ -141482,7 +140987,6 @@ declare const supportTicketRoutes: {
|
|
|
141482
140987
|
emailOne: string | null;
|
|
141483
140988
|
emailTwo: string | null;
|
|
141484
140989
|
emailThree: string | null;
|
|
141485
|
-
eori: string | null;
|
|
141486
140990
|
tva: string | null;
|
|
141487
140991
|
isTrackingMail: boolean | null;
|
|
141488
140992
|
isBillingCenter: boolean;
|
|
@@ -141595,7 +141099,6 @@ declare const supportTicketRoutes: {
|
|
|
141595
141099
|
emailOne: string | null;
|
|
141596
141100
|
emailTwo: string | null;
|
|
141597
141101
|
emailThree: string | null;
|
|
141598
|
-
eori: string | null;
|
|
141599
141102
|
tva: string | null;
|
|
141600
141103
|
isMailing: boolean;
|
|
141601
141104
|
telephone: string | null;
|
|
@@ -141856,7 +141359,6 @@ declare const supportTicketRoutes: {
|
|
|
141856
141359
|
emailOne: string | null;
|
|
141857
141360
|
emailTwo: string | null;
|
|
141858
141361
|
emailThree: string | null;
|
|
141859
|
-
eori: string | null;
|
|
141860
141362
|
tva: string | null;
|
|
141861
141363
|
isMailing: boolean;
|
|
141862
141364
|
telephone: string | null;
|
|
@@ -142184,7 +141686,6 @@ declare const supportTicketRoutes: {
|
|
|
142184
141686
|
emailOne: string | null;
|
|
142185
141687
|
emailTwo: string | null;
|
|
142186
141688
|
emailThree: string | null;
|
|
142187
|
-
eori: string | null;
|
|
142188
141689
|
tva: string | null;
|
|
142189
141690
|
isTrackingMail: boolean | null;
|
|
142190
141691
|
isBillingCenter: boolean;
|
|
@@ -142297,7 +141798,6 @@ declare const supportTicketRoutes: {
|
|
|
142297
141798
|
emailOne: string | null;
|
|
142298
141799
|
emailTwo: string | null;
|
|
142299
141800
|
emailThree: string | null;
|
|
142300
|
-
eori: string | null;
|
|
142301
141801
|
tva: string | null;
|
|
142302
141802
|
isMailing: boolean;
|
|
142303
141803
|
telephone: string | null;
|
|
@@ -142558,7 +142058,6 @@ declare const supportTicketRoutes: {
|
|
|
142558
142058
|
emailOne: string | null;
|
|
142559
142059
|
emailTwo: string | null;
|
|
142560
142060
|
emailThree: string | null;
|
|
142561
|
-
eori: string | null;
|
|
142562
142061
|
tva: string | null;
|
|
142563
142062
|
isMailing: boolean;
|
|
142564
142063
|
telephone: string | null;
|
|
@@ -142886,7 +142385,6 @@ declare const supportTicketRoutes: {
|
|
|
142886
142385
|
emailOne: string | null;
|
|
142887
142386
|
emailTwo: string | null;
|
|
142888
142387
|
emailThree: string | null;
|
|
142889
|
-
eori: string | null;
|
|
142890
142388
|
tva: string | null;
|
|
142891
142389
|
isTrackingMail: boolean | null;
|
|
142892
142390
|
isBillingCenter: boolean;
|
|
@@ -142999,7 +142497,6 @@ declare const supportTicketRoutes: {
|
|
|
142999
142497
|
emailOne: string | null;
|
|
143000
142498
|
emailTwo: string | null;
|
|
143001
142499
|
emailThree: string | null;
|
|
143002
|
-
eori: string | null;
|
|
143003
142500
|
tva: string | null;
|
|
143004
142501
|
isMailing: boolean;
|
|
143005
142502
|
telephone: string | null;
|
|
@@ -143973,7 +143470,6 @@ declare const supportTicketRoutes: {
|
|
|
143973
143470
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
143974
143471
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
143975
143472
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
143976
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
143977
143473
|
tva: z.ZodNullable<z.ZodString>;
|
|
143978
143474
|
customerId: z.ZodNullable<z.ZodNumber>;
|
|
143979
143475
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -144014,7 +143510,6 @@ declare const supportTicketRoutes: {
|
|
|
144014
143510
|
emailOne: string | null;
|
|
144015
143511
|
emailTwo: string | null;
|
|
144016
143512
|
emailThree: string | null;
|
|
144017
|
-
eori: string | null;
|
|
144018
143513
|
tva: string | null;
|
|
144019
143514
|
isMailing: boolean;
|
|
144020
143515
|
telephone: string | null;
|
|
@@ -144067,7 +143562,6 @@ declare const supportTicketRoutes: {
|
|
|
144067
143562
|
emailOne: string | null;
|
|
144068
143563
|
emailTwo: string | null;
|
|
144069
143564
|
emailThree: string | null;
|
|
144070
|
-
eori: string | null;
|
|
144071
143565
|
tva: string | null;
|
|
144072
143566
|
isMailing: boolean;
|
|
144073
143567
|
telephone: string | null;
|
|
@@ -144131,7 +143625,6 @@ declare const supportTicketRoutes: {
|
|
|
144131
143625
|
emailOne: string | null;
|
|
144132
143626
|
emailTwo: string | null;
|
|
144133
143627
|
emailThree: string | null;
|
|
144134
|
-
eori: string | null;
|
|
144135
143628
|
tva: string | null;
|
|
144136
143629
|
isMailing: boolean;
|
|
144137
143630
|
telephone: string | null;
|
|
@@ -144383,7 +143876,6 @@ declare const supportTicketRoutes: {
|
|
|
144383
143876
|
emailOne: string | null;
|
|
144384
143877
|
emailTwo: string | null;
|
|
144385
143878
|
emailThree: string | null;
|
|
144386
|
-
eori: string | null;
|
|
144387
143879
|
tva: string | null;
|
|
144388
143880
|
isMailing: boolean;
|
|
144389
143881
|
telephone: string | null;
|
|
@@ -144641,7 +144133,6 @@ declare const supportTicketRoutes: {
|
|
|
144641
144133
|
emailOne: string | null;
|
|
144642
144134
|
emailTwo: string | null;
|
|
144643
144135
|
emailThree: string | null;
|
|
144644
|
-
eori: string | null;
|
|
144645
144136
|
tva: string | null;
|
|
144646
144137
|
isMailing: boolean;
|
|
144647
144138
|
telephone: string | null;
|
|
@@ -144899,7 +144390,6 @@ declare const supportTicketRoutes: {
|
|
|
144899
144390
|
emailOne: string | null;
|
|
144900
144391
|
emailTwo: string | null;
|
|
144901
144392
|
emailThree: string | null;
|
|
144902
|
-
eori: string | null;
|
|
144903
144393
|
tva: string | null;
|
|
144904
144394
|
isMailing: boolean;
|
|
144905
144395
|
telephone: string | null;
|
|
@@ -145999,7 +145489,6 @@ declare const supportTicketRoutes: {
|
|
|
145999
145489
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
146000
145490
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
146001
145491
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
146002
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
146003
145492
|
tva: z.ZodNullable<z.ZodString>;
|
|
146004
145493
|
customerId: z.ZodNullable<z.ZodNumber>;
|
|
146005
145494
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -146040,7 +145529,6 @@ declare const supportTicketRoutes: {
|
|
|
146040
145529
|
emailOne: string | null;
|
|
146041
145530
|
emailTwo: string | null;
|
|
146042
145531
|
emailThree: string | null;
|
|
146043
|
-
eori: string | null;
|
|
146044
145532
|
tva: string | null;
|
|
146045
145533
|
isMailing: boolean;
|
|
146046
145534
|
telephone: string | null;
|
|
@@ -146093,7 +145581,6 @@ declare const supportTicketRoutes: {
|
|
|
146093
145581
|
emailOne: string | null;
|
|
146094
145582
|
emailTwo: string | null;
|
|
146095
145583
|
emailThree: string | null;
|
|
146096
|
-
eori: string | null;
|
|
146097
145584
|
tva: string | null;
|
|
146098
145585
|
isMailing: boolean;
|
|
146099
145586
|
telephone: string | null;
|
|
@@ -146157,7 +145644,6 @@ declare const supportTicketRoutes: {
|
|
|
146157
145644
|
emailOne: string | null;
|
|
146158
145645
|
emailTwo: string | null;
|
|
146159
145646
|
emailThree: string | null;
|
|
146160
|
-
eori: string | null;
|
|
146161
145647
|
tva: string | null;
|
|
146162
145648
|
isMailing: boolean;
|
|
146163
145649
|
telephone: string | null;
|
|
@@ -146409,7 +145895,6 @@ declare const supportTicketRoutes: {
|
|
|
146409
145895
|
emailOne: string | null;
|
|
146410
145896
|
emailTwo: string | null;
|
|
146411
145897
|
emailThree: string | null;
|
|
146412
|
-
eori: string | null;
|
|
146413
145898
|
tva: string | null;
|
|
146414
145899
|
isMailing: boolean;
|
|
146415
145900
|
telephone: string | null;
|
|
@@ -146667,7 +146152,6 @@ declare const supportTicketRoutes: {
|
|
|
146667
146152
|
emailOne: string | null;
|
|
146668
146153
|
emailTwo: string | null;
|
|
146669
146154
|
emailThree: string | null;
|
|
146670
|
-
eori: string | null;
|
|
146671
146155
|
tva: string | null;
|
|
146672
146156
|
isMailing: boolean;
|
|
146673
146157
|
telephone: string | null;
|
|
@@ -146925,7 +146409,6 @@ declare const supportTicketRoutes: {
|
|
|
146925
146409
|
emailOne: string | null;
|
|
146926
146410
|
emailTwo: string | null;
|
|
146927
146411
|
emailThree: string | null;
|
|
146928
|
-
eori: string | null;
|
|
146929
146412
|
tva: string | null;
|
|
146930
146413
|
isMailing: boolean;
|
|
146931
146414
|
telephone: string | null;
|
|
@@ -147863,7 +147346,6 @@ declare const supportTicketRoutes: {
|
|
|
147863
147346
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
147864
147347
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
147865
147348
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
147866
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
147867
147349
|
tva: z.ZodNullable<z.ZodString>;
|
|
147868
147350
|
customerId: z.ZodNullable<z.ZodNumber>;
|
|
147869
147351
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -147904,7 +147386,6 @@ declare const supportTicketRoutes: {
|
|
|
147904
147386
|
emailOne: string | null;
|
|
147905
147387
|
emailTwo: string | null;
|
|
147906
147388
|
emailThree: string | null;
|
|
147907
|
-
eori: string | null;
|
|
147908
147389
|
tva: string | null;
|
|
147909
147390
|
isMailing: boolean;
|
|
147910
147391
|
telephone: string | null;
|
|
@@ -147957,7 +147438,6 @@ declare const supportTicketRoutes: {
|
|
|
147957
147438
|
emailOne: string | null;
|
|
147958
147439
|
emailTwo: string | null;
|
|
147959
147440
|
emailThree: string | null;
|
|
147960
|
-
eori: string | null;
|
|
147961
147441
|
tva: string | null;
|
|
147962
147442
|
isMailing: boolean;
|
|
147963
147443
|
telephone: string | null;
|
|
@@ -148021,7 +147501,6 @@ declare const supportTicketRoutes: {
|
|
|
148021
147501
|
emailOne: string | null;
|
|
148022
147502
|
emailTwo: string | null;
|
|
148023
147503
|
emailThree: string | null;
|
|
148024
|
-
eori: string | null;
|
|
148025
147504
|
tva: string | null;
|
|
148026
147505
|
isMailing: boolean;
|
|
148027
147506
|
telephone: string | null;
|
|
@@ -148273,7 +147752,6 @@ declare const supportTicketRoutes: {
|
|
|
148273
147752
|
emailOne: string | null;
|
|
148274
147753
|
emailTwo: string | null;
|
|
148275
147754
|
emailThree: string | null;
|
|
148276
|
-
eori: string | null;
|
|
148277
147755
|
tva: string | null;
|
|
148278
147756
|
isMailing: boolean;
|
|
148279
147757
|
telephone: string | null;
|
|
@@ -148531,7 +148009,6 @@ declare const supportTicketRoutes: {
|
|
|
148531
148009
|
emailOne: string | null;
|
|
148532
148010
|
emailTwo: string | null;
|
|
148533
148011
|
emailThree: string | null;
|
|
148534
|
-
eori: string | null;
|
|
148535
148012
|
tva: string | null;
|
|
148536
148013
|
isMailing: boolean;
|
|
148537
148014
|
telephone: string | null;
|
|
@@ -148789,7 +148266,6 @@ declare const supportTicketRoutes: {
|
|
|
148789
148266
|
emailOne: string | null;
|
|
148790
148267
|
emailTwo: string | null;
|
|
148791
148268
|
emailThree: string | null;
|
|
148792
|
-
eori: string | null;
|
|
148793
148269
|
tva: string | null;
|
|
148794
148270
|
isMailing: boolean;
|
|
148795
148271
|
telephone: string | null;
|
|
@@ -149727,7 +149203,6 @@ declare const supportTicketRoutes: {
|
|
|
149727
149203
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
149728
149204
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
149729
149205
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
149730
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
149731
149206
|
tva: z.ZodNullable<z.ZodString>;
|
|
149732
149207
|
customerId: z.ZodNullable<z.ZodNumber>;
|
|
149733
149208
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -149768,7 +149243,6 @@ declare const supportTicketRoutes: {
|
|
|
149768
149243
|
emailOne: string | null;
|
|
149769
149244
|
emailTwo: string | null;
|
|
149770
149245
|
emailThree: string | null;
|
|
149771
|
-
eori: string | null;
|
|
149772
149246
|
tva: string | null;
|
|
149773
149247
|
isMailing: boolean;
|
|
149774
149248
|
telephone: string | null;
|
|
@@ -149821,7 +149295,6 @@ declare const supportTicketRoutes: {
|
|
|
149821
149295
|
emailOne: string | null;
|
|
149822
149296
|
emailTwo: string | null;
|
|
149823
149297
|
emailThree: string | null;
|
|
149824
|
-
eori: string | null;
|
|
149825
149298
|
tva: string | null;
|
|
149826
149299
|
isMailing: boolean;
|
|
149827
149300
|
telephone: string | null;
|
|
@@ -149885,7 +149358,6 @@ declare const supportTicketRoutes: {
|
|
|
149885
149358
|
emailOne: string | null;
|
|
149886
149359
|
emailTwo: string | null;
|
|
149887
149360
|
emailThree: string | null;
|
|
149888
|
-
eori: string | null;
|
|
149889
149361
|
tva: string | null;
|
|
149890
149362
|
isMailing: boolean;
|
|
149891
149363
|
telephone: string | null;
|
|
@@ -150137,7 +149609,6 @@ declare const supportTicketRoutes: {
|
|
|
150137
149609
|
emailOne: string | null;
|
|
150138
149610
|
emailTwo: string | null;
|
|
150139
149611
|
emailThree: string | null;
|
|
150140
|
-
eori: string | null;
|
|
150141
149612
|
tva: string | null;
|
|
150142
149613
|
isMailing: boolean;
|
|
150143
149614
|
telephone: string | null;
|
|
@@ -150395,7 +149866,6 @@ declare const supportTicketRoutes: {
|
|
|
150395
149866
|
emailOne: string | null;
|
|
150396
149867
|
emailTwo: string | null;
|
|
150397
149868
|
emailThree: string | null;
|
|
150398
|
-
eori: string | null;
|
|
150399
149869
|
tva: string | null;
|
|
150400
149870
|
isMailing: boolean;
|
|
150401
149871
|
telephone: string | null;
|
|
@@ -150653,7 +150123,6 @@ declare const supportTicketRoutes: {
|
|
|
150653
150123
|
emailOne: string | null;
|
|
150654
150124
|
emailTwo: string | null;
|
|
150655
150125
|
emailThree: string | null;
|
|
150656
|
-
eori: string | null;
|
|
150657
150126
|
tva: string | null;
|
|
150658
150127
|
isMailing: boolean;
|
|
150659
150128
|
telephone: string | null;
|
|
@@ -151591,7 +151060,6 @@ declare const supportTicketRoutes: {
|
|
|
151591
151060
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
151592
151061
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
151593
151062
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
151594
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
151595
151063
|
tva: z.ZodNullable<z.ZodString>;
|
|
151596
151064
|
customerId: z.ZodNullable<z.ZodNumber>;
|
|
151597
151065
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -151632,7 +151100,6 @@ declare const supportTicketRoutes: {
|
|
|
151632
151100
|
emailOne: string | null;
|
|
151633
151101
|
emailTwo: string | null;
|
|
151634
151102
|
emailThree: string | null;
|
|
151635
|
-
eori: string | null;
|
|
151636
151103
|
tva: string | null;
|
|
151637
151104
|
isMailing: boolean;
|
|
151638
151105
|
telephone: string | null;
|
|
@@ -151685,7 +151152,6 @@ declare const supportTicketRoutes: {
|
|
|
151685
151152
|
emailOne: string | null;
|
|
151686
151153
|
emailTwo: string | null;
|
|
151687
151154
|
emailThree: string | null;
|
|
151688
|
-
eori: string | null;
|
|
151689
151155
|
tva: string | null;
|
|
151690
151156
|
isMailing: boolean;
|
|
151691
151157
|
telephone: string | null;
|
|
@@ -151749,7 +151215,6 @@ declare const supportTicketRoutes: {
|
|
|
151749
151215
|
emailOne: string | null;
|
|
151750
151216
|
emailTwo: string | null;
|
|
151751
151217
|
emailThree: string | null;
|
|
151752
|
-
eori: string | null;
|
|
151753
151218
|
tva: string | null;
|
|
151754
151219
|
isMailing: boolean;
|
|
151755
151220
|
telephone: string | null;
|
|
@@ -152001,7 +151466,6 @@ declare const supportTicketRoutes: {
|
|
|
152001
151466
|
emailOne: string | null;
|
|
152002
151467
|
emailTwo: string | null;
|
|
152003
151468
|
emailThree: string | null;
|
|
152004
|
-
eori: string | null;
|
|
152005
151469
|
tva: string | null;
|
|
152006
151470
|
isMailing: boolean;
|
|
152007
151471
|
telephone: string | null;
|
|
@@ -152259,7 +151723,6 @@ declare const supportTicketRoutes: {
|
|
|
152259
151723
|
emailOne: string | null;
|
|
152260
151724
|
emailTwo: string | null;
|
|
152261
151725
|
emailThree: string | null;
|
|
152262
|
-
eori: string | null;
|
|
152263
151726
|
tva: string | null;
|
|
152264
151727
|
isMailing: boolean;
|
|
152265
151728
|
telephone: string | null;
|
|
@@ -152517,7 +151980,6 @@ declare const supportTicketRoutes: {
|
|
|
152517
151980
|
emailOne: string | null;
|
|
152518
151981
|
emailTwo: string | null;
|
|
152519
151982
|
emailThree: string | null;
|
|
152520
|
-
eori: string | null;
|
|
152521
151983
|
tva: string | null;
|
|
152522
151984
|
isMailing: boolean;
|
|
152523
151985
|
telephone: string | null;
|
|
@@ -153455,7 +152917,6 @@ declare const supportTicketRoutes: {
|
|
|
153455
152917
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
153456
152918
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
153457
152919
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
153458
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
153459
152920
|
tva: z.ZodNullable<z.ZodString>;
|
|
153460
152921
|
customerId: z.ZodNullable<z.ZodNumber>;
|
|
153461
152922
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -153496,7 +152957,6 @@ declare const supportTicketRoutes: {
|
|
|
153496
152957
|
emailOne: string | null;
|
|
153497
152958
|
emailTwo: string | null;
|
|
153498
152959
|
emailThree: string | null;
|
|
153499
|
-
eori: string | null;
|
|
153500
152960
|
tva: string | null;
|
|
153501
152961
|
isMailing: boolean;
|
|
153502
152962
|
telephone: string | null;
|
|
@@ -153549,7 +153009,6 @@ declare const supportTicketRoutes: {
|
|
|
153549
153009
|
emailOne: string | null;
|
|
153550
153010
|
emailTwo: string | null;
|
|
153551
153011
|
emailThree: string | null;
|
|
153552
|
-
eori: string | null;
|
|
153553
153012
|
tva: string | null;
|
|
153554
153013
|
isMailing: boolean;
|
|
153555
153014
|
telephone: string | null;
|
|
@@ -153613,7 +153072,6 @@ declare const supportTicketRoutes: {
|
|
|
153613
153072
|
emailOne: string | null;
|
|
153614
153073
|
emailTwo: string | null;
|
|
153615
153074
|
emailThree: string | null;
|
|
153616
|
-
eori: string | null;
|
|
153617
153075
|
tva: string | null;
|
|
153618
153076
|
isMailing: boolean;
|
|
153619
153077
|
telephone: string | null;
|
|
@@ -153865,7 +153323,6 @@ declare const supportTicketRoutes: {
|
|
|
153865
153323
|
emailOne: string | null;
|
|
153866
153324
|
emailTwo: string | null;
|
|
153867
153325
|
emailThree: string | null;
|
|
153868
|
-
eori: string | null;
|
|
153869
153326
|
tva: string | null;
|
|
153870
153327
|
isMailing: boolean;
|
|
153871
153328
|
telephone: string | null;
|
|
@@ -154123,7 +153580,6 @@ declare const supportTicketRoutes: {
|
|
|
154123
153580
|
emailOne: string | null;
|
|
154124
153581
|
emailTwo: string | null;
|
|
154125
153582
|
emailThree: string | null;
|
|
154126
|
-
eori: string | null;
|
|
154127
153583
|
tva: string | null;
|
|
154128
153584
|
isMailing: boolean;
|
|
154129
153585
|
telephone: string | null;
|
|
@@ -154381,7 +153837,6 @@ declare const supportTicketRoutes: {
|
|
|
154381
153837
|
emailOne: string | null;
|
|
154382
153838
|
emailTwo: string | null;
|
|
154383
153839
|
emailThree: string | null;
|
|
154384
|
-
eori: string | null;
|
|
154385
153840
|
tva: string | null;
|
|
154386
153841
|
isMailing: boolean;
|
|
154387
153842
|
telephone: string | null;
|