exnet-routing 1.2.39 → 1.2.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/models/_billing_center.d.ts +8 -13
- package/dist/models/_chat.d.ts +16 -25
- package/dist/models/_chat_message.d.ts +6 -13
- 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 +4 -11
- package/dist/models/_facture_line.d.ts +6 -15
- 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 +4 -4
- 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 +4 -18
- 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 +60 -471
- package/dist/routes/ops.d.ts +395 -550
- package/dist/routes/public.d.ts +0 -18
- package/dist/routes/user.d.ts +140 -237
- package/package.json +1 -1
package/dist/routes/user.d.ts
CHANGED
|
@@ -204,7 +204,6 @@ declare const shippingRoutes: {
|
|
|
204
204
|
emailOne: string | null;
|
|
205
205
|
emailTwo: string | null;
|
|
206
206
|
emailThree: string | null;
|
|
207
|
-
eori: string | null;
|
|
208
207
|
tva: string | null;
|
|
209
208
|
isMailing: boolean;
|
|
210
209
|
telephone: string | null;
|
|
@@ -219,6 +218,7 @@ declare const shippingRoutes: {
|
|
|
219
218
|
isShowSecondBordereaux: boolean;
|
|
220
219
|
isShowCustomerName: boolean;
|
|
221
220
|
isShowCommercialValue: boolean;
|
|
221
|
+
eori: string | null;
|
|
222
222
|
}, {
|
|
223
223
|
id: number;
|
|
224
224
|
createdAt: Date;
|
|
@@ -257,7 +257,6 @@ declare const shippingRoutes: {
|
|
|
257
257
|
emailOne: string | null;
|
|
258
258
|
emailTwo: string | null;
|
|
259
259
|
emailThree: string | null;
|
|
260
|
-
eori: string | null;
|
|
261
260
|
tva: string | null;
|
|
262
261
|
isMailing: boolean;
|
|
263
262
|
telephone: string | null;
|
|
@@ -272,6 +271,7 @@ declare const shippingRoutes: {
|
|
|
272
271
|
isShowSecondBordereaux: boolean;
|
|
273
272
|
isShowCustomerName: boolean;
|
|
274
273
|
isShowCommercialValue: boolean;
|
|
274
|
+
eori: string | null;
|
|
275
275
|
}>>>;
|
|
276
276
|
user: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
277
277
|
id: z.ZodNumber;
|
|
@@ -1209,7 +1209,6 @@ declare const shippingRoutes: {
|
|
|
1209
1209
|
emailOne: string | null;
|
|
1210
1210
|
emailTwo: string | null;
|
|
1211
1211
|
emailThree: string | null;
|
|
1212
|
-
eori: string | null;
|
|
1213
1212
|
tva: string | null;
|
|
1214
1213
|
isMailing: boolean;
|
|
1215
1214
|
telephone: string | null;
|
|
@@ -1224,6 +1223,7 @@ declare const shippingRoutes: {
|
|
|
1224
1223
|
isShowSecondBordereaux: boolean;
|
|
1225
1224
|
isShowCustomerName: boolean;
|
|
1226
1225
|
isShowCommercialValue: boolean;
|
|
1226
|
+
eori: string | null;
|
|
1227
1227
|
} | undefined;
|
|
1228
1228
|
user?: {
|
|
1229
1229
|
id: number;
|
|
@@ -1606,7 +1606,6 @@ declare const shippingRoutes: {
|
|
|
1606
1606
|
emailOne: string | null;
|
|
1607
1607
|
emailTwo: string | null;
|
|
1608
1608
|
emailThree: string | null;
|
|
1609
|
-
eori: string | null;
|
|
1610
1609
|
tva: string | null;
|
|
1611
1610
|
isMailing: boolean;
|
|
1612
1611
|
telephone: string | null;
|
|
@@ -1621,6 +1620,7 @@ declare const shippingRoutes: {
|
|
|
1621
1620
|
isShowSecondBordereaux: boolean;
|
|
1622
1621
|
isShowCustomerName: boolean;
|
|
1623
1622
|
isShowCommercialValue: boolean;
|
|
1623
|
+
eori: string | null;
|
|
1624
1624
|
} | undefined;
|
|
1625
1625
|
user?: {
|
|
1626
1626
|
id: number;
|
|
@@ -2005,7 +2005,6 @@ declare const shippingRoutes: {
|
|
|
2005
2005
|
emailOne: string | null;
|
|
2006
2006
|
emailTwo: string | null;
|
|
2007
2007
|
emailThree: string | null;
|
|
2008
|
-
eori: string | null;
|
|
2009
2008
|
tva: string | null;
|
|
2010
2009
|
isMailing: boolean;
|
|
2011
2010
|
telephone: string | null;
|
|
@@ -2020,6 +2019,7 @@ declare const shippingRoutes: {
|
|
|
2020
2019
|
isShowSecondBordereaux: boolean;
|
|
2021
2020
|
isShowCustomerName: boolean;
|
|
2022
2021
|
isShowCommercialValue: boolean;
|
|
2022
|
+
eori: string | null;
|
|
2023
2023
|
} | undefined;
|
|
2024
2024
|
user?: {
|
|
2025
2025
|
id: number;
|
|
@@ -2415,7 +2415,6 @@ declare const shippingRoutes: {
|
|
|
2415
2415
|
emailOne: string | null;
|
|
2416
2416
|
emailTwo: string | null;
|
|
2417
2417
|
emailThree: string | null;
|
|
2418
|
-
eori: string | null;
|
|
2419
2418
|
tva: string | null;
|
|
2420
2419
|
isMailing: boolean;
|
|
2421
2420
|
telephone: string | null;
|
|
@@ -2430,6 +2429,7 @@ declare const shippingRoutes: {
|
|
|
2430
2429
|
isShowSecondBordereaux: boolean;
|
|
2431
2430
|
isShowCustomerName: boolean;
|
|
2432
2431
|
isShowCommercialValue: boolean;
|
|
2432
|
+
eori: string | null;
|
|
2433
2433
|
} | undefined;
|
|
2434
2434
|
user?: {
|
|
2435
2435
|
id: number;
|
|
@@ -2831,7 +2831,6 @@ declare const shippingRoutes: {
|
|
|
2831
2831
|
emailOne: string | null;
|
|
2832
2832
|
emailTwo: string | null;
|
|
2833
2833
|
emailThree: string | null;
|
|
2834
|
-
eori: string | null;
|
|
2835
2834
|
tva: string | null;
|
|
2836
2835
|
isMailing: boolean;
|
|
2837
2836
|
telephone: string | null;
|
|
@@ -2846,6 +2845,7 @@ declare const shippingRoutes: {
|
|
|
2846
2845
|
isShowSecondBordereaux: boolean;
|
|
2847
2846
|
isShowCustomerName: boolean;
|
|
2848
2847
|
isShowCommercialValue: boolean;
|
|
2848
|
+
eori: string | null;
|
|
2849
2849
|
} | undefined;
|
|
2850
2850
|
user?: {
|
|
2851
2851
|
id: number;
|
|
@@ -3247,7 +3247,6 @@ declare const shippingRoutes: {
|
|
|
3247
3247
|
emailOne: string | null;
|
|
3248
3248
|
emailTwo: string | null;
|
|
3249
3249
|
emailThree: string | null;
|
|
3250
|
-
eori: string | null;
|
|
3251
3250
|
tva: string | null;
|
|
3252
3251
|
isMailing: boolean;
|
|
3253
3252
|
telephone: string | null;
|
|
@@ -3262,6 +3261,7 @@ declare const shippingRoutes: {
|
|
|
3262
3261
|
isShowSecondBordereaux: boolean;
|
|
3263
3262
|
isShowCustomerName: boolean;
|
|
3264
3263
|
isShowCommercialValue: boolean;
|
|
3264
|
+
eori: string | null;
|
|
3265
3265
|
} | undefined;
|
|
3266
3266
|
user?: {
|
|
3267
3267
|
id: number;
|
|
@@ -3873,7 +3873,6 @@ declare const shippingRoutes: {
|
|
|
3873
3873
|
emailOne: string | null;
|
|
3874
3874
|
emailTwo: string | null;
|
|
3875
3875
|
emailThree: string | null;
|
|
3876
|
-
eori: string | null;
|
|
3877
3876
|
tva: string | null;
|
|
3878
3877
|
isMailing: boolean;
|
|
3879
3878
|
telephone: string | null;
|
|
@@ -3888,6 +3887,7 @@ declare const shippingRoutes: {
|
|
|
3888
3887
|
isShowSecondBordereaux: boolean;
|
|
3889
3888
|
isShowCustomerName: boolean;
|
|
3890
3889
|
isShowCommercialValue: boolean;
|
|
3890
|
+
eori: string | null;
|
|
3891
3891
|
}, {
|
|
3892
3892
|
id: number;
|
|
3893
3893
|
createdAt: Date;
|
|
@@ -3926,7 +3926,6 @@ declare const shippingRoutes: {
|
|
|
3926
3926
|
emailOne: string | null;
|
|
3927
3927
|
emailTwo: string | null;
|
|
3928
3928
|
emailThree: string | null;
|
|
3929
|
-
eori: string | null;
|
|
3930
3929
|
tva: string | null;
|
|
3931
3930
|
isMailing: boolean;
|
|
3932
3931
|
telephone: string | null;
|
|
@@ -3941,6 +3940,7 @@ declare const shippingRoutes: {
|
|
|
3941
3940
|
isShowSecondBordereaux: boolean;
|
|
3942
3941
|
isShowCustomerName: boolean;
|
|
3943
3942
|
isShowCommercialValue: boolean;
|
|
3943
|
+
eori: string | null;
|
|
3944
3944
|
}>>>;
|
|
3945
3945
|
user: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
3946
3946
|
id: z.ZodNumber;
|
|
@@ -4878,7 +4878,6 @@ declare const shippingRoutes: {
|
|
|
4878
4878
|
emailOne: string | null;
|
|
4879
4879
|
emailTwo: string | null;
|
|
4880
4880
|
emailThree: string | null;
|
|
4881
|
-
eori: string | null;
|
|
4882
4881
|
tva: string | null;
|
|
4883
4882
|
isMailing: boolean;
|
|
4884
4883
|
telephone: string | null;
|
|
@@ -4893,6 +4892,7 @@ declare const shippingRoutes: {
|
|
|
4893
4892
|
isShowSecondBordereaux: boolean;
|
|
4894
4893
|
isShowCustomerName: boolean;
|
|
4895
4894
|
isShowCommercialValue: boolean;
|
|
4895
|
+
eori: string | null;
|
|
4896
4896
|
} | undefined;
|
|
4897
4897
|
user?: {
|
|
4898
4898
|
id: number;
|
|
@@ -5275,7 +5275,6 @@ declare const shippingRoutes: {
|
|
|
5275
5275
|
emailOne: string | null;
|
|
5276
5276
|
emailTwo: string | null;
|
|
5277
5277
|
emailThree: string | null;
|
|
5278
|
-
eori: string | null;
|
|
5279
5278
|
tva: string | null;
|
|
5280
5279
|
isMailing: boolean;
|
|
5281
5280
|
telephone: string | null;
|
|
@@ -5290,6 +5289,7 @@ declare const shippingRoutes: {
|
|
|
5290
5289
|
isShowSecondBordereaux: boolean;
|
|
5291
5290
|
isShowCustomerName: boolean;
|
|
5292
5291
|
isShowCommercialValue: boolean;
|
|
5292
|
+
eori: string | null;
|
|
5293
5293
|
} | undefined;
|
|
5294
5294
|
user?: {
|
|
5295
5295
|
id: number;
|
|
@@ -5674,7 +5674,6 @@ declare const shippingRoutes: {
|
|
|
5674
5674
|
emailOne: string | null;
|
|
5675
5675
|
emailTwo: string | null;
|
|
5676
5676
|
emailThree: string | null;
|
|
5677
|
-
eori: string | null;
|
|
5678
5677
|
tva: string | null;
|
|
5679
5678
|
isMailing: boolean;
|
|
5680
5679
|
telephone: string | null;
|
|
@@ -5689,6 +5688,7 @@ declare const shippingRoutes: {
|
|
|
5689
5688
|
isShowSecondBordereaux: boolean;
|
|
5690
5689
|
isShowCustomerName: boolean;
|
|
5691
5690
|
isShowCommercialValue: boolean;
|
|
5691
|
+
eori: string | null;
|
|
5692
5692
|
} | undefined;
|
|
5693
5693
|
user?: {
|
|
5694
5694
|
id: number;
|
|
@@ -6084,7 +6084,6 @@ declare const shippingRoutes: {
|
|
|
6084
6084
|
emailOne: string | null;
|
|
6085
6085
|
emailTwo: string | null;
|
|
6086
6086
|
emailThree: string | null;
|
|
6087
|
-
eori: string | null;
|
|
6088
6087
|
tva: string | null;
|
|
6089
6088
|
isMailing: boolean;
|
|
6090
6089
|
telephone: string | null;
|
|
@@ -6099,6 +6098,7 @@ declare const shippingRoutes: {
|
|
|
6099
6098
|
isShowSecondBordereaux: boolean;
|
|
6100
6099
|
isShowCustomerName: boolean;
|
|
6101
6100
|
isShowCommercialValue: boolean;
|
|
6101
|
+
eori: string | null;
|
|
6102
6102
|
} | undefined;
|
|
6103
6103
|
user?: {
|
|
6104
6104
|
id: number;
|
|
@@ -6500,7 +6500,6 @@ declare const shippingRoutes: {
|
|
|
6500
6500
|
emailOne: string | null;
|
|
6501
6501
|
emailTwo: string | null;
|
|
6502
6502
|
emailThree: string | null;
|
|
6503
|
-
eori: string | null;
|
|
6504
6503
|
tva: string | null;
|
|
6505
6504
|
isMailing: boolean;
|
|
6506
6505
|
telephone: string | null;
|
|
@@ -6515,6 +6514,7 @@ declare const shippingRoutes: {
|
|
|
6515
6514
|
isShowSecondBordereaux: boolean;
|
|
6516
6515
|
isShowCustomerName: boolean;
|
|
6517
6516
|
isShowCommercialValue: boolean;
|
|
6517
|
+
eori: string | null;
|
|
6518
6518
|
} | undefined;
|
|
6519
6519
|
user?: {
|
|
6520
6520
|
id: number;
|
|
@@ -6916,7 +6916,6 @@ declare const shippingRoutes: {
|
|
|
6916
6916
|
emailOne: string | null;
|
|
6917
6917
|
emailTwo: string | null;
|
|
6918
6918
|
emailThree: string | null;
|
|
6919
|
-
eori: string | null;
|
|
6920
6919
|
tva: string | null;
|
|
6921
6920
|
isMailing: boolean;
|
|
6922
6921
|
telephone: string | null;
|
|
@@ -6931,6 +6930,7 @@ declare const shippingRoutes: {
|
|
|
6931
6930
|
isShowSecondBordereaux: boolean;
|
|
6932
6931
|
isShowCustomerName: boolean;
|
|
6933
6932
|
isShowCommercialValue: boolean;
|
|
6933
|
+
eori: string | null;
|
|
6934
6934
|
} | undefined;
|
|
6935
6935
|
user?: {
|
|
6936
6936
|
id: number;
|
|
@@ -7544,7 +7544,6 @@ declare const shippingRoutes: {
|
|
|
7544
7544
|
emailOne: string | null;
|
|
7545
7545
|
emailTwo: string | null;
|
|
7546
7546
|
emailThree: string | null;
|
|
7547
|
-
eori: string | null;
|
|
7548
7547
|
tva: string | null;
|
|
7549
7548
|
isMailing: boolean;
|
|
7550
7549
|
telephone: string | null;
|
|
@@ -7559,6 +7558,7 @@ declare const shippingRoutes: {
|
|
|
7559
7558
|
isShowSecondBordereaux: boolean;
|
|
7560
7559
|
isShowCustomerName: boolean;
|
|
7561
7560
|
isShowCommercialValue: boolean;
|
|
7561
|
+
eori: string | null;
|
|
7562
7562
|
}, {
|
|
7563
7563
|
id: number;
|
|
7564
7564
|
createdAt: Date;
|
|
@@ -7597,7 +7597,6 @@ declare const shippingRoutes: {
|
|
|
7597
7597
|
emailOne: string | null;
|
|
7598
7598
|
emailTwo: string | null;
|
|
7599
7599
|
emailThree: string | null;
|
|
7600
|
-
eori: string | null;
|
|
7601
7600
|
tva: string | null;
|
|
7602
7601
|
isMailing: boolean;
|
|
7603
7602
|
telephone: string | null;
|
|
@@ -7612,6 +7611,7 @@ declare const shippingRoutes: {
|
|
|
7612
7611
|
isShowSecondBordereaux: boolean;
|
|
7613
7612
|
isShowCustomerName: boolean;
|
|
7614
7613
|
isShowCommercialValue: boolean;
|
|
7614
|
+
eori: string | null;
|
|
7615
7615
|
}>>>;
|
|
7616
7616
|
user: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
7617
7617
|
id: z.ZodNumber;
|
|
@@ -8549,7 +8549,6 @@ declare const shippingRoutes: {
|
|
|
8549
8549
|
emailOne: string | null;
|
|
8550
8550
|
emailTwo: string | null;
|
|
8551
8551
|
emailThree: string | null;
|
|
8552
|
-
eori: string | null;
|
|
8553
8552
|
tva: string | null;
|
|
8554
8553
|
isMailing: boolean;
|
|
8555
8554
|
telephone: string | null;
|
|
@@ -8564,6 +8563,7 @@ declare const shippingRoutes: {
|
|
|
8564
8563
|
isShowSecondBordereaux: boolean;
|
|
8565
8564
|
isShowCustomerName: boolean;
|
|
8566
8565
|
isShowCommercialValue: boolean;
|
|
8566
|
+
eori: string | null;
|
|
8567
8567
|
} | undefined;
|
|
8568
8568
|
user?: {
|
|
8569
8569
|
id: number;
|
|
@@ -8946,7 +8946,6 @@ declare const shippingRoutes: {
|
|
|
8946
8946
|
emailOne: string | null;
|
|
8947
8947
|
emailTwo: string | null;
|
|
8948
8948
|
emailThree: string | null;
|
|
8949
|
-
eori: string | null;
|
|
8950
8949
|
tva: string | null;
|
|
8951
8950
|
isMailing: boolean;
|
|
8952
8951
|
telephone: string | null;
|
|
@@ -8961,6 +8960,7 @@ declare const shippingRoutes: {
|
|
|
8961
8960
|
isShowSecondBordereaux: boolean;
|
|
8962
8961
|
isShowCustomerName: boolean;
|
|
8963
8962
|
isShowCommercialValue: boolean;
|
|
8963
|
+
eori: string | null;
|
|
8964
8964
|
} | undefined;
|
|
8965
8965
|
user?: {
|
|
8966
8966
|
id: number;
|
|
@@ -9345,7 +9345,6 @@ declare const shippingRoutes: {
|
|
|
9345
9345
|
emailOne: string | null;
|
|
9346
9346
|
emailTwo: string | null;
|
|
9347
9347
|
emailThree: string | null;
|
|
9348
|
-
eori: string | null;
|
|
9349
9348
|
tva: string | null;
|
|
9350
9349
|
isMailing: boolean;
|
|
9351
9350
|
telephone: string | null;
|
|
@@ -9360,6 +9359,7 @@ declare const shippingRoutes: {
|
|
|
9360
9359
|
isShowSecondBordereaux: boolean;
|
|
9361
9360
|
isShowCustomerName: boolean;
|
|
9362
9361
|
isShowCommercialValue: boolean;
|
|
9362
|
+
eori: string | null;
|
|
9363
9363
|
} | undefined;
|
|
9364
9364
|
user?: {
|
|
9365
9365
|
id: number;
|
|
@@ -9755,7 +9755,6 @@ declare const shippingRoutes: {
|
|
|
9755
9755
|
emailOne: string | null;
|
|
9756
9756
|
emailTwo: string | null;
|
|
9757
9757
|
emailThree: string | null;
|
|
9758
|
-
eori: string | null;
|
|
9759
9758
|
tva: string | null;
|
|
9760
9759
|
isMailing: boolean;
|
|
9761
9760
|
telephone: string | null;
|
|
@@ -9770,6 +9769,7 @@ declare const shippingRoutes: {
|
|
|
9770
9769
|
isShowSecondBordereaux: boolean;
|
|
9771
9770
|
isShowCustomerName: boolean;
|
|
9772
9771
|
isShowCommercialValue: boolean;
|
|
9772
|
+
eori: string | null;
|
|
9773
9773
|
} | undefined;
|
|
9774
9774
|
user?: {
|
|
9775
9775
|
id: number;
|
|
@@ -10171,7 +10171,6 @@ declare const shippingRoutes: {
|
|
|
10171
10171
|
emailOne: string | null;
|
|
10172
10172
|
emailTwo: string | null;
|
|
10173
10173
|
emailThree: string | null;
|
|
10174
|
-
eori: string | null;
|
|
10175
10174
|
tva: string | null;
|
|
10176
10175
|
isMailing: boolean;
|
|
10177
10176
|
telephone: string | null;
|
|
@@ -10186,6 +10185,7 @@ declare const shippingRoutes: {
|
|
|
10186
10185
|
isShowSecondBordereaux: boolean;
|
|
10187
10186
|
isShowCustomerName: boolean;
|
|
10188
10187
|
isShowCommercialValue: boolean;
|
|
10188
|
+
eori: string | null;
|
|
10189
10189
|
} | undefined;
|
|
10190
10190
|
user?: {
|
|
10191
10191
|
id: number;
|
|
@@ -10587,7 +10587,6 @@ declare const shippingRoutes: {
|
|
|
10587
10587
|
emailOne: string | null;
|
|
10588
10588
|
emailTwo: string | null;
|
|
10589
10589
|
emailThree: string | null;
|
|
10590
|
-
eori: string | null;
|
|
10591
10590
|
tva: string | null;
|
|
10592
10591
|
isMailing: boolean;
|
|
10593
10592
|
telephone: string | null;
|
|
@@ -10602,6 +10601,7 @@ declare const shippingRoutes: {
|
|
|
10602
10601
|
isShowSecondBordereaux: boolean;
|
|
10603
10602
|
isShowCustomerName: boolean;
|
|
10604
10603
|
isShowCommercialValue: boolean;
|
|
10604
|
+
eori: string | null;
|
|
10605
10605
|
} | undefined;
|
|
10606
10606
|
user?: {
|
|
10607
10607
|
id: number;
|
|
@@ -11213,7 +11213,6 @@ declare const shippingRoutes: {
|
|
|
11213
11213
|
emailOne: string | null;
|
|
11214
11214
|
emailTwo: string | null;
|
|
11215
11215
|
emailThree: string | null;
|
|
11216
|
-
eori: string | null;
|
|
11217
11216
|
tva: string | null;
|
|
11218
11217
|
isMailing: boolean;
|
|
11219
11218
|
telephone: string | null;
|
|
@@ -11228,6 +11227,7 @@ declare const shippingRoutes: {
|
|
|
11228
11227
|
isShowSecondBordereaux: boolean;
|
|
11229
11228
|
isShowCustomerName: boolean;
|
|
11230
11229
|
isShowCommercialValue: boolean;
|
|
11230
|
+
eori: string | null;
|
|
11231
11231
|
}, {
|
|
11232
11232
|
id: number;
|
|
11233
11233
|
createdAt: Date;
|
|
@@ -11266,7 +11266,6 @@ declare const shippingRoutes: {
|
|
|
11266
11266
|
emailOne: string | null;
|
|
11267
11267
|
emailTwo: string | null;
|
|
11268
11268
|
emailThree: string | null;
|
|
11269
|
-
eori: string | null;
|
|
11270
11269
|
tva: string | null;
|
|
11271
11270
|
isMailing: boolean;
|
|
11272
11271
|
telephone: string | null;
|
|
@@ -11281,6 +11280,7 @@ declare const shippingRoutes: {
|
|
|
11281
11280
|
isShowSecondBordereaux: boolean;
|
|
11282
11281
|
isShowCustomerName: boolean;
|
|
11283
11282
|
isShowCommercialValue: boolean;
|
|
11283
|
+
eori: string | null;
|
|
11284
11284
|
}>>>;
|
|
11285
11285
|
user: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
11286
11286
|
id: z.ZodNumber;
|
|
@@ -12218,7 +12218,6 @@ declare const shippingRoutes: {
|
|
|
12218
12218
|
emailOne: string | null;
|
|
12219
12219
|
emailTwo: string | null;
|
|
12220
12220
|
emailThree: string | null;
|
|
12221
|
-
eori: string | null;
|
|
12222
12221
|
tva: string | null;
|
|
12223
12222
|
isMailing: boolean;
|
|
12224
12223
|
telephone: string | null;
|
|
@@ -12233,6 +12232,7 @@ declare const shippingRoutes: {
|
|
|
12233
12232
|
isShowSecondBordereaux: boolean;
|
|
12234
12233
|
isShowCustomerName: boolean;
|
|
12235
12234
|
isShowCommercialValue: boolean;
|
|
12235
|
+
eori: string | null;
|
|
12236
12236
|
} | undefined;
|
|
12237
12237
|
user?: {
|
|
12238
12238
|
id: number;
|
|
@@ -12615,7 +12615,6 @@ declare const shippingRoutes: {
|
|
|
12615
12615
|
emailOne: string | null;
|
|
12616
12616
|
emailTwo: string | null;
|
|
12617
12617
|
emailThree: string | null;
|
|
12618
|
-
eori: string | null;
|
|
12619
12618
|
tva: string | null;
|
|
12620
12619
|
isMailing: boolean;
|
|
12621
12620
|
telephone: string | null;
|
|
@@ -12630,6 +12629,7 @@ declare const shippingRoutes: {
|
|
|
12630
12629
|
isShowSecondBordereaux: boolean;
|
|
12631
12630
|
isShowCustomerName: boolean;
|
|
12632
12631
|
isShowCommercialValue: boolean;
|
|
12632
|
+
eori: string | null;
|
|
12633
12633
|
} | undefined;
|
|
12634
12634
|
user?: {
|
|
12635
12635
|
id: number;
|
|
@@ -13014,7 +13014,6 @@ declare const shippingRoutes: {
|
|
|
13014
13014
|
emailOne: string | null;
|
|
13015
13015
|
emailTwo: string | null;
|
|
13016
13016
|
emailThree: string | null;
|
|
13017
|
-
eori: string | null;
|
|
13018
13017
|
tva: string | null;
|
|
13019
13018
|
isMailing: boolean;
|
|
13020
13019
|
telephone: string | null;
|
|
@@ -13029,6 +13028,7 @@ declare const shippingRoutes: {
|
|
|
13029
13028
|
isShowSecondBordereaux: boolean;
|
|
13030
13029
|
isShowCustomerName: boolean;
|
|
13031
13030
|
isShowCommercialValue: boolean;
|
|
13031
|
+
eori: string | null;
|
|
13032
13032
|
} | undefined;
|
|
13033
13033
|
user?: {
|
|
13034
13034
|
id: number;
|
|
@@ -13424,7 +13424,6 @@ declare const shippingRoutes: {
|
|
|
13424
13424
|
emailOne: string | null;
|
|
13425
13425
|
emailTwo: string | null;
|
|
13426
13426
|
emailThree: string | null;
|
|
13427
|
-
eori: string | null;
|
|
13428
13427
|
tva: string | null;
|
|
13429
13428
|
isMailing: boolean;
|
|
13430
13429
|
telephone: string | null;
|
|
@@ -13439,6 +13438,7 @@ declare const shippingRoutes: {
|
|
|
13439
13438
|
isShowSecondBordereaux: boolean;
|
|
13440
13439
|
isShowCustomerName: boolean;
|
|
13441
13440
|
isShowCommercialValue: boolean;
|
|
13441
|
+
eori: string | null;
|
|
13442
13442
|
} | undefined;
|
|
13443
13443
|
user?: {
|
|
13444
13444
|
id: number;
|
|
@@ -13840,7 +13840,6 @@ declare const shippingRoutes: {
|
|
|
13840
13840
|
emailOne: string | null;
|
|
13841
13841
|
emailTwo: string | null;
|
|
13842
13842
|
emailThree: string | null;
|
|
13843
|
-
eori: string | null;
|
|
13844
13843
|
tva: string | null;
|
|
13845
13844
|
isMailing: boolean;
|
|
13846
13845
|
telephone: string | null;
|
|
@@ -13855,6 +13854,7 @@ declare const shippingRoutes: {
|
|
|
13855
13854
|
isShowSecondBordereaux: boolean;
|
|
13856
13855
|
isShowCustomerName: boolean;
|
|
13857
13856
|
isShowCommercialValue: boolean;
|
|
13857
|
+
eori: string | null;
|
|
13858
13858
|
} | undefined;
|
|
13859
13859
|
user?: {
|
|
13860
13860
|
id: number;
|
|
@@ -14256,7 +14256,6 @@ declare const shippingRoutes: {
|
|
|
14256
14256
|
emailOne: string | null;
|
|
14257
14257
|
emailTwo: string | null;
|
|
14258
14258
|
emailThree: string | null;
|
|
14259
|
-
eori: string | null;
|
|
14260
14259
|
tva: string | null;
|
|
14261
14260
|
isMailing: boolean;
|
|
14262
14261
|
telephone: string | null;
|
|
@@ -14271,6 +14270,7 @@ declare const shippingRoutes: {
|
|
|
14271
14270
|
isShowSecondBordereaux: boolean;
|
|
14272
14271
|
isShowCustomerName: boolean;
|
|
14273
14272
|
isShowCommercialValue: boolean;
|
|
14273
|
+
eori: string | null;
|
|
14274
14274
|
} | undefined;
|
|
14275
14275
|
user?: {
|
|
14276
14276
|
id: number;
|
|
@@ -14884,7 +14884,6 @@ declare const shippingRoutes: {
|
|
|
14884
14884
|
emailOne: string | null;
|
|
14885
14885
|
emailTwo: string | null;
|
|
14886
14886
|
emailThree: string | null;
|
|
14887
|
-
eori: string | null;
|
|
14888
14887
|
tva: string | null;
|
|
14889
14888
|
isMailing: boolean;
|
|
14890
14889
|
telephone: string | null;
|
|
@@ -14899,6 +14898,7 @@ declare const shippingRoutes: {
|
|
|
14899
14898
|
isShowSecondBordereaux: boolean;
|
|
14900
14899
|
isShowCustomerName: boolean;
|
|
14901
14900
|
isShowCommercialValue: boolean;
|
|
14901
|
+
eori: string | null;
|
|
14902
14902
|
}, {
|
|
14903
14903
|
id: number;
|
|
14904
14904
|
createdAt: Date;
|
|
@@ -14937,7 +14937,6 @@ declare const shippingRoutes: {
|
|
|
14937
14937
|
emailOne: string | null;
|
|
14938
14938
|
emailTwo: string | null;
|
|
14939
14939
|
emailThree: string | null;
|
|
14940
|
-
eori: string | null;
|
|
14941
14940
|
tva: string | null;
|
|
14942
14941
|
isMailing: boolean;
|
|
14943
14942
|
telephone: string | null;
|
|
@@ -14952,6 +14951,7 @@ declare const shippingRoutes: {
|
|
|
14952
14951
|
isShowSecondBordereaux: boolean;
|
|
14953
14952
|
isShowCustomerName: boolean;
|
|
14954
14953
|
isShowCommercialValue: boolean;
|
|
14954
|
+
eori: string | null;
|
|
14955
14955
|
}>>>;
|
|
14956
14956
|
user: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
14957
14957
|
id: z.ZodNumber;
|
|
@@ -15889,7 +15889,6 @@ declare const shippingRoutes: {
|
|
|
15889
15889
|
emailOne: string | null;
|
|
15890
15890
|
emailTwo: string | null;
|
|
15891
15891
|
emailThree: string | null;
|
|
15892
|
-
eori: string | null;
|
|
15893
15892
|
tva: string | null;
|
|
15894
15893
|
isMailing: boolean;
|
|
15895
15894
|
telephone: string | null;
|
|
@@ -15904,6 +15903,7 @@ declare const shippingRoutes: {
|
|
|
15904
15903
|
isShowSecondBordereaux: boolean;
|
|
15905
15904
|
isShowCustomerName: boolean;
|
|
15906
15905
|
isShowCommercialValue: boolean;
|
|
15906
|
+
eori: string | null;
|
|
15907
15907
|
} | undefined;
|
|
15908
15908
|
user?: {
|
|
15909
15909
|
id: number;
|
|
@@ -16286,7 +16286,6 @@ declare const shippingRoutes: {
|
|
|
16286
16286
|
emailOne: string | null;
|
|
16287
16287
|
emailTwo: string | null;
|
|
16288
16288
|
emailThree: string | null;
|
|
16289
|
-
eori: string | null;
|
|
16290
16289
|
tva: string | null;
|
|
16291
16290
|
isMailing: boolean;
|
|
16292
16291
|
telephone: string | null;
|
|
@@ -16301,6 +16300,7 @@ declare const shippingRoutes: {
|
|
|
16301
16300
|
isShowSecondBordereaux: boolean;
|
|
16302
16301
|
isShowCustomerName: boolean;
|
|
16303
16302
|
isShowCommercialValue: boolean;
|
|
16303
|
+
eori: string | null;
|
|
16304
16304
|
} | undefined;
|
|
16305
16305
|
user?: {
|
|
16306
16306
|
id: number;
|
|
@@ -16685,7 +16685,6 @@ declare const shippingRoutes: {
|
|
|
16685
16685
|
emailOne: string | null;
|
|
16686
16686
|
emailTwo: string | null;
|
|
16687
16687
|
emailThree: string | null;
|
|
16688
|
-
eori: string | null;
|
|
16689
16688
|
tva: string | null;
|
|
16690
16689
|
isMailing: boolean;
|
|
16691
16690
|
telephone: string | null;
|
|
@@ -16700,6 +16699,7 @@ declare const shippingRoutes: {
|
|
|
16700
16699
|
isShowSecondBordereaux: boolean;
|
|
16701
16700
|
isShowCustomerName: boolean;
|
|
16702
16701
|
isShowCommercialValue: boolean;
|
|
16702
|
+
eori: string | null;
|
|
16703
16703
|
} | undefined;
|
|
16704
16704
|
user?: {
|
|
16705
16705
|
id: number;
|
|
@@ -17095,7 +17095,6 @@ declare const shippingRoutes: {
|
|
|
17095
17095
|
emailOne: string | null;
|
|
17096
17096
|
emailTwo: string | null;
|
|
17097
17097
|
emailThree: string | null;
|
|
17098
|
-
eori: string | null;
|
|
17099
17098
|
tva: string | null;
|
|
17100
17099
|
isMailing: boolean;
|
|
17101
17100
|
telephone: string | null;
|
|
@@ -17110,6 +17109,7 @@ declare const shippingRoutes: {
|
|
|
17110
17109
|
isShowSecondBordereaux: boolean;
|
|
17111
17110
|
isShowCustomerName: boolean;
|
|
17112
17111
|
isShowCommercialValue: boolean;
|
|
17112
|
+
eori: string | null;
|
|
17113
17113
|
} | undefined;
|
|
17114
17114
|
user?: {
|
|
17115
17115
|
id: number;
|
|
@@ -17511,7 +17511,6 @@ declare const shippingRoutes: {
|
|
|
17511
17511
|
emailOne: string | null;
|
|
17512
17512
|
emailTwo: string | null;
|
|
17513
17513
|
emailThree: string | null;
|
|
17514
|
-
eori: string | null;
|
|
17515
17514
|
tva: string | null;
|
|
17516
17515
|
isMailing: boolean;
|
|
17517
17516
|
telephone: string | null;
|
|
@@ -17526,6 +17525,7 @@ declare const shippingRoutes: {
|
|
|
17526
17525
|
isShowSecondBordereaux: boolean;
|
|
17527
17526
|
isShowCustomerName: boolean;
|
|
17528
17527
|
isShowCommercialValue: boolean;
|
|
17528
|
+
eori: string | null;
|
|
17529
17529
|
} | undefined;
|
|
17530
17530
|
user?: {
|
|
17531
17531
|
id: number;
|
|
@@ -17927,7 +17927,6 @@ declare const shippingRoutes: {
|
|
|
17927
17927
|
emailOne: string | null;
|
|
17928
17928
|
emailTwo: string | null;
|
|
17929
17929
|
emailThree: string | null;
|
|
17930
|
-
eori: string | null;
|
|
17931
17930
|
tva: string | null;
|
|
17932
17931
|
isMailing: boolean;
|
|
17933
17932
|
telephone: string | null;
|
|
@@ -17942,6 +17941,7 @@ declare const shippingRoutes: {
|
|
|
17942
17941
|
isShowSecondBordereaux: boolean;
|
|
17943
17942
|
isShowCustomerName: boolean;
|
|
17944
17943
|
isShowCommercialValue: boolean;
|
|
17944
|
+
eori: string | null;
|
|
17945
17945
|
} | undefined;
|
|
17946
17946
|
user?: {
|
|
17947
17947
|
id: number;
|
|
@@ -18553,7 +18553,6 @@ declare const shippingRoutes: {
|
|
|
18553
18553
|
emailOne: string | null;
|
|
18554
18554
|
emailTwo: string | null;
|
|
18555
18555
|
emailThree: string | null;
|
|
18556
|
-
eori: string | null;
|
|
18557
18556
|
tva: string | null;
|
|
18558
18557
|
isMailing: boolean;
|
|
18559
18558
|
telephone: string | null;
|
|
@@ -18568,6 +18567,7 @@ declare const shippingRoutes: {
|
|
|
18568
18567
|
isShowSecondBordereaux: boolean;
|
|
18569
18568
|
isShowCustomerName: boolean;
|
|
18570
18569
|
isShowCommercialValue: boolean;
|
|
18570
|
+
eori: string | null;
|
|
18571
18571
|
}, {
|
|
18572
18572
|
id: number;
|
|
18573
18573
|
createdAt: Date;
|
|
@@ -18606,7 +18606,6 @@ declare const shippingRoutes: {
|
|
|
18606
18606
|
emailOne: string | null;
|
|
18607
18607
|
emailTwo: string | null;
|
|
18608
18608
|
emailThree: string | null;
|
|
18609
|
-
eori: string | null;
|
|
18610
18609
|
tva: string | null;
|
|
18611
18610
|
isMailing: boolean;
|
|
18612
18611
|
telephone: string | null;
|
|
@@ -18621,6 +18620,7 @@ declare const shippingRoutes: {
|
|
|
18621
18620
|
isShowSecondBordereaux: boolean;
|
|
18622
18621
|
isShowCustomerName: boolean;
|
|
18623
18622
|
isShowCommercialValue: boolean;
|
|
18623
|
+
eori: string | null;
|
|
18624
18624
|
}>>>;
|
|
18625
18625
|
user: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
18626
18626
|
id: z.ZodNumber;
|
|
@@ -19558,7 +19558,6 @@ declare const shippingRoutes: {
|
|
|
19558
19558
|
emailOne: string | null;
|
|
19559
19559
|
emailTwo: string | null;
|
|
19560
19560
|
emailThree: string | null;
|
|
19561
|
-
eori: string | null;
|
|
19562
19561
|
tva: string | null;
|
|
19563
19562
|
isMailing: boolean;
|
|
19564
19563
|
telephone: string | null;
|
|
@@ -19573,6 +19572,7 @@ declare const shippingRoutes: {
|
|
|
19573
19572
|
isShowSecondBordereaux: boolean;
|
|
19574
19573
|
isShowCustomerName: boolean;
|
|
19575
19574
|
isShowCommercialValue: boolean;
|
|
19575
|
+
eori: string | null;
|
|
19576
19576
|
} | undefined;
|
|
19577
19577
|
user?: {
|
|
19578
19578
|
id: number;
|
|
@@ -19955,7 +19955,6 @@ declare const shippingRoutes: {
|
|
|
19955
19955
|
emailOne: string | null;
|
|
19956
19956
|
emailTwo: string | null;
|
|
19957
19957
|
emailThree: string | null;
|
|
19958
|
-
eori: string | null;
|
|
19959
19958
|
tva: string | null;
|
|
19960
19959
|
isMailing: boolean;
|
|
19961
19960
|
telephone: string | null;
|
|
@@ -19970,6 +19969,7 @@ declare const shippingRoutes: {
|
|
|
19970
19969
|
isShowSecondBordereaux: boolean;
|
|
19971
19970
|
isShowCustomerName: boolean;
|
|
19972
19971
|
isShowCommercialValue: boolean;
|
|
19972
|
+
eori: string | null;
|
|
19973
19973
|
} | undefined;
|
|
19974
19974
|
user?: {
|
|
19975
19975
|
id: number;
|
|
@@ -20354,7 +20354,6 @@ declare const shippingRoutes: {
|
|
|
20354
20354
|
emailOne: string | null;
|
|
20355
20355
|
emailTwo: string | null;
|
|
20356
20356
|
emailThree: string | null;
|
|
20357
|
-
eori: string | null;
|
|
20358
20357
|
tva: string | null;
|
|
20359
20358
|
isMailing: boolean;
|
|
20360
20359
|
telephone: string | null;
|
|
@@ -20369,6 +20368,7 @@ declare const shippingRoutes: {
|
|
|
20369
20368
|
isShowSecondBordereaux: boolean;
|
|
20370
20369
|
isShowCustomerName: boolean;
|
|
20371
20370
|
isShowCommercialValue: boolean;
|
|
20371
|
+
eori: string | null;
|
|
20372
20372
|
} | undefined;
|
|
20373
20373
|
user?: {
|
|
20374
20374
|
id: number;
|
|
@@ -20764,7 +20764,6 @@ declare const shippingRoutes: {
|
|
|
20764
20764
|
emailOne: string | null;
|
|
20765
20765
|
emailTwo: string | null;
|
|
20766
20766
|
emailThree: string | null;
|
|
20767
|
-
eori: string | null;
|
|
20768
20767
|
tva: string | null;
|
|
20769
20768
|
isMailing: boolean;
|
|
20770
20769
|
telephone: string | null;
|
|
@@ -20779,6 +20778,7 @@ declare const shippingRoutes: {
|
|
|
20779
20778
|
isShowSecondBordereaux: boolean;
|
|
20780
20779
|
isShowCustomerName: boolean;
|
|
20781
20780
|
isShowCommercialValue: boolean;
|
|
20781
|
+
eori: string | null;
|
|
20782
20782
|
} | undefined;
|
|
20783
20783
|
user?: {
|
|
20784
20784
|
id: number;
|
|
@@ -21180,7 +21180,6 @@ declare const shippingRoutes: {
|
|
|
21180
21180
|
emailOne: string | null;
|
|
21181
21181
|
emailTwo: string | null;
|
|
21182
21182
|
emailThree: string | null;
|
|
21183
|
-
eori: string | null;
|
|
21184
21183
|
tva: string | null;
|
|
21185
21184
|
isMailing: boolean;
|
|
21186
21185
|
telephone: string | null;
|
|
@@ -21195,6 +21194,7 @@ declare const shippingRoutes: {
|
|
|
21195
21194
|
isShowSecondBordereaux: boolean;
|
|
21196
21195
|
isShowCustomerName: boolean;
|
|
21197
21196
|
isShowCommercialValue: boolean;
|
|
21197
|
+
eori: string | null;
|
|
21198
21198
|
} | undefined;
|
|
21199
21199
|
user?: {
|
|
21200
21200
|
id: number;
|
|
@@ -21596,7 +21596,6 @@ declare const shippingRoutes: {
|
|
|
21596
21596
|
emailOne: string | null;
|
|
21597
21597
|
emailTwo: string | null;
|
|
21598
21598
|
emailThree: string | null;
|
|
21599
|
-
eori: string | null;
|
|
21600
21599
|
tva: string | null;
|
|
21601
21600
|
isMailing: boolean;
|
|
21602
21601
|
telephone: string | null;
|
|
@@ -21611,6 +21610,7 @@ declare const shippingRoutes: {
|
|
|
21611
21610
|
isShowSecondBordereaux: boolean;
|
|
21612
21611
|
isShowCustomerName: boolean;
|
|
21613
21612
|
isShowCommercialValue: boolean;
|
|
21613
|
+
eori: string | null;
|
|
21614
21614
|
} | undefined;
|
|
21615
21615
|
user?: {
|
|
21616
21616
|
id: number;
|
|
@@ -22224,7 +22224,6 @@ declare const shippingRoutes: {
|
|
|
22224
22224
|
emailOne: string | null;
|
|
22225
22225
|
emailTwo: string | null;
|
|
22226
22226
|
emailThree: string | null;
|
|
22227
|
-
eori: string | null;
|
|
22228
22227
|
tva: string | null;
|
|
22229
22228
|
isMailing: boolean;
|
|
22230
22229
|
telephone: string | null;
|
|
@@ -22239,6 +22238,7 @@ declare const shippingRoutes: {
|
|
|
22239
22238
|
isShowSecondBordereaux: boolean;
|
|
22240
22239
|
isShowCustomerName: boolean;
|
|
22241
22240
|
isShowCommercialValue: boolean;
|
|
22241
|
+
eori: string | null;
|
|
22242
22242
|
}, {
|
|
22243
22243
|
id: number;
|
|
22244
22244
|
createdAt: Date;
|
|
@@ -22277,7 +22277,6 @@ declare const shippingRoutes: {
|
|
|
22277
22277
|
emailOne: string | null;
|
|
22278
22278
|
emailTwo: string | null;
|
|
22279
22279
|
emailThree: string | null;
|
|
22280
|
-
eori: string | null;
|
|
22281
22280
|
tva: string | null;
|
|
22282
22281
|
isMailing: boolean;
|
|
22283
22282
|
telephone: string | null;
|
|
@@ -22292,6 +22291,7 @@ declare const shippingRoutes: {
|
|
|
22292
22291
|
isShowSecondBordereaux: boolean;
|
|
22293
22292
|
isShowCustomerName: boolean;
|
|
22294
22293
|
isShowCommercialValue: boolean;
|
|
22294
|
+
eori: string | null;
|
|
22295
22295
|
}>>>;
|
|
22296
22296
|
user: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
22297
22297
|
id: z.ZodNumber;
|
|
@@ -23229,7 +23229,6 @@ declare const shippingRoutes: {
|
|
|
23229
23229
|
emailOne: string | null;
|
|
23230
23230
|
emailTwo: string | null;
|
|
23231
23231
|
emailThree: string | null;
|
|
23232
|
-
eori: string | null;
|
|
23233
23232
|
tva: string | null;
|
|
23234
23233
|
isMailing: boolean;
|
|
23235
23234
|
telephone: string | null;
|
|
@@ -23244,6 +23243,7 @@ declare const shippingRoutes: {
|
|
|
23244
23243
|
isShowSecondBordereaux: boolean;
|
|
23245
23244
|
isShowCustomerName: boolean;
|
|
23246
23245
|
isShowCommercialValue: boolean;
|
|
23246
|
+
eori: string | null;
|
|
23247
23247
|
} | undefined;
|
|
23248
23248
|
user?: {
|
|
23249
23249
|
id: number;
|
|
@@ -23626,7 +23626,6 @@ declare const shippingRoutes: {
|
|
|
23626
23626
|
emailOne: string | null;
|
|
23627
23627
|
emailTwo: string | null;
|
|
23628
23628
|
emailThree: string | null;
|
|
23629
|
-
eori: string | null;
|
|
23630
23629
|
tva: string | null;
|
|
23631
23630
|
isMailing: boolean;
|
|
23632
23631
|
telephone: string | null;
|
|
@@ -23641,6 +23640,7 @@ declare const shippingRoutes: {
|
|
|
23641
23640
|
isShowSecondBordereaux: boolean;
|
|
23642
23641
|
isShowCustomerName: boolean;
|
|
23643
23642
|
isShowCommercialValue: boolean;
|
|
23643
|
+
eori: string | null;
|
|
23644
23644
|
} | undefined;
|
|
23645
23645
|
user?: {
|
|
23646
23646
|
id: number;
|
|
@@ -24025,7 +24025,6 @@ declare const shippingRoutes: {
|
|
|
24025
24025
|
emailOne: string | null;
|
|
24026
24026
|
emailTwo: string | null;
|
|
24027
24027
|
emailThree: string | null;
|
|
24028
|
-
eori: string | null;
|
|
24029
24028
|
tva: string | null;
|
|
24030
24029
|
isMailing: boolean;
|
|
24031
24030
|
telephone: string | null;
|
|
@@ -24040,6 +24039,7 @@ declare const shippingRoutes: {
|
|
|
24040
24039
|
isShowSecondBordereaux: boolean;
|
|
24041
24040
|
isShowCustomerName: boolean;
|
|
24042
24041
|
isShowCommercialValue: boolean;
|
|
24042
|
+
eori: string | null;
|
|
24043
24043
|
} | undefined;
|
|
24044
24044
|
user?: {
|
|
24045
24045
|
id: number;
|
|
@@ -24435,7 +24435,6 @@ declare const shippingRoutes: {
|
|
|
24435
24435
|
emailOne: string | null;
|
|
24436
24436
|
emailTwo: string | null;
|
|
24437
24437
|
emailThree: string | null;
|
|
24438
|
-
eori: string | null;
|
|
24439
24438
|
tva: string | null;
|
|
24440
24439
|
isMailing: boolean;
|
|
24441
24440
|
telephone: string | null;
|
|
@@ -24450,6 +24449,7 @@ declare const shippingRoutes: {
|
|
|
24450
24449
|
isShowSecondBordereaux: boolean;
|
|
24451
24450
|
isShowCustomerName: boolean;
|
|
24452
24451
|
isShowCommercialValue: boolean;
|
|
24452
|
+
eori: string | null;
|
|
24453
24453
|
} | undefined;
|
|
24454
24454
|
user?: {
|
|
24455
24455
|
id: number;
|
|
@@ -24851,7 +24851,6 @@ declare const shippingRoutes: {
|
|
|
24851
24851
|
emailOne: string | null;
|
|
24852
24852
|
emailTwo: string | null;
|
|
24853
24853
|
emailThree: string | null;
|
|
24854
|
-
eori: string | null;
|
|
24855
24854
|
tva: string | null;
|
|
24856
24855
|
isMailing: boolean;
|
|
24857
24856
|
telephone: string | null;
|
|
@@ -24866,6 +24865,7 @@ declare const shippingRoutes: {
|
|
|
24866
24865
|
isShowSecondBordereaux: boolean;
|
|
24867
24866
|
isShowCustomerName: boolean;
|
|
24868
24867
|
isShowCommercialValue: boolean;
|
|
24868
|
+
eori: string | null;
|
|
24869
24869
|
} | undefined;
|
|
24870
24870
|
user?: {
|
|
24871
24871
|
id: number;
|
|
@@ -25267,7 +25267,6 @@ declare const shippingRoutes: {
|
|
|
25267
25267
|
emailOne: string | null;
|
|
25268
25268
|
emailTwo: string | null;
|
|
25269
25269
|
emailThree: string | null;
|
|
25270
|
-
eori: string | null;
|
|
25271
25270
|
tva: string | null;
|
|
25272
25271
|
isMailing: boolean;
|
|
25273
25272
|
telephone: string | null;
|
|
@@ -25282,6 +25281,7 @@ declare const shippingRoutes: {
|
|
|
25282
25281
|
isShowSecondBordereaux: boolean;
|
|
25283
25282
|
isShowCustomerName: boolean;
|
|
25284
25283
|
isShowCommercialValue: boolean;
|
|
25284
|
+
eori: string | null;
|
|
25285
25285
|
} | undefined;
|
|
25286
25286
|
user?: {
|
|
25287
25287
|
id: number;
|
|
@@ -25893,7 +25893,6 @@ declare const shippingRoutes: {
|
|
|
25893
25893
|
emailOne: string | null;
|
|
25894
25894
|
emailTwo: string | null;
|
|
25895
25895
|
emailThree: string | null;
|
|
25896
|
-
eori: string | null;
|
|
25897
25896
|
tva: string | null;
|
|
25898
25897
|
isMailing: boolean;
|
|
25899
25898
|
telephone: string | null;
|
|
@@ -25908,6 +25907,7 @@ declare const shippingRoutes: {
|
|
|
25908
25907
|
isShowSecondBordereaux: boolean;
|
|
25909
25908
|
isShowCustomerName: boolean;
|
|
25910
25909
|
isShowCommercialValue: boolean;
|
|
25910
|
+
eori: string | null;
|
|
25911
25911
|
}, {
|
|
25912
25912
|
id: number;
|
|
25913
25913
|
createdAt: Date;
|
|
@@ -25946,7 +25946,6 @@ declare const shippingRoutes: {
|
|
|
25946
25946
|
emailOne: string | null;
|
|
25947
25947
|
emailTwo: string | null;
|
|
25948
25948
|
emailThree: string | null;
|
|
25949
|
-
eori: string | null;
|
|
25950
25949
|
tva: string | null;
|
|
25951
25950
|
isMailing: boolean;
|
|
25952
25951
|
telephone: string | null;
|
|
@@ -25961,6 +25960,7 @@ declare const shippingRoutes: {
|
|
|
25961
25960
|
isShowSecondBordereaux: boolean;
|
|
25962
25961
|
isShowCustomerName: boolean;
|
|
25963
25962
|
isShowCommercialValue: boolean;
|
|
25963
|
+
eori: string | null;
|
|
25964
25964
|
}>>>;
|
|
25965
25965
|
user: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
25966
25966
|
id: z.ZodNumber;
|
|
@@ -26898,7 +26898,6 @@ declare const shippingRoutes: {
|
|
|
26898
26898
|
emailOne: string | null;
|
|
26899
26899
|
emailTwo: string | null;
|
|
26900
26900
|
emailThree: string | null;
|
|
26901
|
-
eori: string | null;
|
|
26902
26901
|
tva: string | null;
|
|
26903
26902
|
isMailing: boolean;
|
|
26904
26903
|
telephone: string | null;
|
|
@@ -26913,6 +26912,7 @@ declare const shippingRoutes: {
|
|
|
26913
26912
|
isShowSecondBordereaux: boolean;
|
|
26914
26913
|
isShowCustomerName: boolean;
|
|
26915
26914
|
isShowCommercialValue: boolean;
|
|
26915
|
+
eori: string | null;
|
|
26916
26916
|
} | undefined;
|
|
26917
26917
|
user?: {
|
|
26918
26918
|
id: number;
|
|
@@ -27295,7 +27295,6 @@ declare const shippingRoutes: {
|
|
|
27295
27295
|
emailOne: string | null;
|
|
27296
27296
|
emailTwo: string | null;
|
|
27297
27297
|
emailThree: string | null;
|
|
27298
|
-
eori: string | null;
|
|
27299
27298
|
tva: string | null;
|
|
27300
27299
|
isMailing: boolean;
|
|
27301
27300
|
telephone: string | null;
|
|
@@ -27310,6 +27309,7 @@ declare const shippingRoutes: {
|
|
|
27310
27309
|
isShowSecondBordereaux: boolean;
|
|
27311
27310
|
isShowCustomerName: boolean;
|
|
27312
27311
|
isShowCommercialValue: boolean;
|
|
27312
|
+
eori: string | null;
|
|
27313
27313
|
} | undefined;
|
|
27314
27314
|
user?: {
|
|
27315
27315
|
id: number;
|
|
@@ -27694,7 +27694,6 @@ declare const shippingRoutes: {
|
|
|
27694
27694
|
emailOne: string | null;
|
|
27695
27695
|
emailTwo: string | null;
|
|
27696
27696
|
emailThree: string | null;
|
|
27697
|
-
eori: string | null;
|
|
27698
27697
|
tva: string | null;
|
|
27699
27698
|
isMailing: boolean;
|
|
27700
27699
|
telephone: string | null;
|
|
@@ -27709,6 +27708,7 @@ declare const shippingRoutes: {
|
|
|
27709
27708
|
isShowSecondBordereaux: boolean;
|
|
27710
27709
|
isShowCustomerName: boolean;
|
|
27711
27710
|
isShowCommercialValue: boolean;
|
|
27711
|
+
eori: string | null;
|
|
27712
27712
|
} | undefined;
|
|
27713
27713
|
user?: {
|
|
27714
27714
|
id: number;
|
|
@@ -28104,7 +28104,6 @@ declare const shippingRoutes: {
|
|
|
28104
28104
|
emailOne: string | null;
|
|
28105
28105
|
emailTwo: string | null;
|
|
28106
28106
|
emailThree: string | null;
|
|
28107
|
-
eori: string | null;
|
|
28108
28107
|
tva: string | null;
|
|
28109
28108
|
isMailing: boolean;
|
|
28110
28109
|
telephone: string | null;
|
|
@@ -28119,6 +28118,7 @@ declare const shippingRoutes: {
|
|
|
28119
28118
|
isShowSecondBordereaux: boolean;
|
|
28120
28119
|
isShowCustomerName: boolean;
|
|
28121
28120
|
isShowCommercialValue: boolean;
|
|
28121
|
+
eori: string | null;
|
|
28122
28122
|
} | undefined;
|
|
28123
28123
|
user?: {
|
|
28124
28124
|
id: number;
|
|
@@ -28520,7 +28520,6 @@ declare const shippingRoutes: {
|
|
|
28520
28520
|
emailOne: string | null;
|
|
28521
28521
|
emailTwo: string | null;
|
|
28522
28522
|
emailThree: string | null;
|
|
28523
|
-
eori: string | null;
|
|
28524
28523
|
tva: string | null;
|
|
28525
28524
|
isMailing: boolean;
|
|
28526
28525
|
telephone: string | null;
|
|
@@ -28535,6 +28534,7 @@ declare const shippingRoutes: {
|
|
|
28535
28534
|
isShowSecondBordereaux: boolean;
|
|
28536
28535
|
isShowCustomerName: boolean;
|
|
28537
28536
|
isShowCommercialValue: boolean;
|
|
28537
|
+
eori: string | null;
|
|
28538
28538
|
} | undefined;
|
|
28539
28539
|
user?: {
|
|
28540
28540
|
id: number;
|
|
@@ -28936,7 +28936,6 @@ declare const shippingRoutes: {
|
|
|
28936
28936
|
emailOne: string | null;
|
|
28937
28937
|
emailTwo: string | null;
|
|
28938
28938
|
emailThree: string | null;
|
|
28939
|
-
eori: string | null;
|
|
28940
28939
|
tva: string | null;
|
|
28941
28940
|
isMailing: boolean;
|
|
28942
28941
|
telephone: string | null;
|
|
@@ -28951,6 +28950,7 @@ declare const shippingRoutes: {
|
|
|
28951
28950
|
isShowSecondBordereaux: boolean;
|
|
28952
28951
|
isShowCustomerName: boolean;
|
|
28953
28952
|
isShowCommercialValue: boolean;
|
|
28953
|
+
eori: string | null;
|
|
28954
28954
|
} | undefined;
|
|
28955
28955
|
user?: {
|
|
28956
28956
|
id: number;
|
|
@@ -29564,7 +29564,6 @@ declare const shippingRoutes: {
|
|
|
29564
29564
|
emailOne: string | null;
|
|
29565
29565
|
emailTwo: string | null;
|
|
29566
29566
|
emailThree: string | null;
|
|
29567
|
-
eori: string | null;
|
|
29568
29567
|
tva: string | null;
|
|
29569
29568
|
isMailing: boolean;
|
|
29570
29569
|
telephone: string | null;
|
|
@@ -29579,6 +29578,7 @@ declare const shippingRoutes: {
|
|
|
29579
29578
|
isShowSecondBordereaux: boolean;
|
|
29580
29579
|
isShowCustomerName: boolean;
|
|
29581
29580
|
isShowCommercialValue: boolean;
|
|
29581
|
+
eori: string | null;
|
|
29582
29582
|
}, {
|
|
29583
29583
|
id: number;
|
|
29584
29584
|
createdAt: Date;
|
|
@@ -29617,7 +29617,6 @@ declare const shippingRoutes: {
|
|
|
29617
29617
|
emailOne: string | null;
|
|
29618
29618
|
emailTwo: string | null;
|
|
29619
29619
|
emailThree: string | null;
|
|
29620
|
-
eori: string | null;
|
|
29621
29620
|
tva: string | null;
|
|
29622
29621
|
isMailing: boolean;
|
|
29623
29622
|
telephone: string | null;
|
|
@@ -29632,6 +29631,7 @@ declare const shippingRoutes: {
|
|
|
29632
29631
|
isShowSecondBordereaux: boolean;
|
|
29633
29632
|
isShowCustomerName: boolean;
|
|
29634
29633
|
isShowCommercialValue: boolean;
|
|
29634
|
+
eori: string | null;
|
|
29635
29635
|
}>>>;
|
|
29636
29636
|
user: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
29637
29637
|
id: z.ZodNumber;
|
|
@@ -30569,7 +30569,6 @@ declare const shippingRoutes: {
|
|
|
30569
30569
|
emailOne: string | null;
|
|
30570
30570
|
emailTwo: string | null;
|
|
30571
30571
|
emailThree: string | null;
|
|
30572
|
-
eori: string | null;
|
|
30573
30572
|
tva: string | null;
|
|
30574
30573
|
isMailing: boolean;
|
|
30575
30574
|
telephone: string | null;
|
|
@@ -30584,6 +30583,7 @@ declare const shippingRoutes: {
|
|
|
30584
30583
|
isShowSecondBordereaux: boolean;
|
|
30585
30584
|
isShowCustomerName: boolean;
|
|
30586
30585
|
isShowCommercialValue: boolean;
|
|
30586
|
+
eori: string | null;
|
|
30587
30587
|
} | undefined;
|
|
30588
30588
|
user?: {
|
|
30589
30589
|
id: number;
|
|
@@ -30966,7 +30966,6 @@ declare const shippingRoutes: {
|
|
|
30966
30966
|
emailOne: string | null;
|
|
30967
30967
|
emailTwo: string | null;
|
|
30968
30968
|
emailThree: string | null;
|
|
30969
|
-
eori: string | null;
|
|
30970
30969
|
tva: string | null;
|
|
30971
30970
|
isMailing: boolean;
|
|
30972
30971
|
telephone: string | null;
|
|
@@ -30981,6 +30980,7 @@ declare const shippingRoutes: {
|
|
|
30981
30980
|
isShowSecondBordereaux: boolean;
|
|
30982
30981
|
isShowCustomerName: boolean;
|
|
30983
30982
|
isShowCommercialValue: boolean;
|
|
30983
|
+
eori: string | null;
|
|
30984
30984
|
} | undefined;
|
|
30985
30985
|
user?: {
|
|
30986
30986
|
id: number;
|
|
@@ -31365,7 +31365,6 @@ declare const shippingRoutes: {
|
|
|
31365
31365
|
emailOne: string | null;
|
|
31366
31366
|
emailTwo: string | null;
|
|
31367
31367
|
emailThree: string | null;
|
|
31368
|
-
eori: string | null;
|
|
31369
31368
|
tva: string | null;
|
|
31370
31369
|
isMailing: boolean;
|
|
31371
31370
|
telephone: string | null;
|
|
@@ -31380,6 +31379,7 @@ declare const shippingRoutes: {
|
|
|
31380
31379
|
isShowSecondBordereaux: boolean;
|
|
31381
31380
|
isShowCustomerName: boolean;
|
|
31382
31381
|
isShowCommercialValue: boolean;
|
|
31382
|
+
eori: string | null;
|
|
31383
31383
|
} | undefined;
|
|
31384
31384
|
user?: {
|
|
31385
31385
|
id: number;
|
|
@@ -31775,7 +31775,6 @@ declare const shippingRoutes: {
|
|
|
31775
31775
|
emailOne: string | null;
|
|
31776
31776
|
emailTwo: string | null;
|
|
31777
31777
|
emailThree: string | null;
|
|
31778
|
-
eori: string | null;
|
|
31779
31778
|
tva: string | null;
|
|
31780
31779
|
isMailing: boolean;
|
|
31781
31780
|
telephone: string | null;
|
|
@@ -31790,6 +31789,7 @@ declare const shippingRoutes: {
|
|
|
31790
31789
|
isShowSecondBordereaux: boolean;
|
|
31791
31790
|
isShowCustomerName: boolean;
|
|
31792
31791
|
isShowCommercialValue: boolean;
|
|
31792
|
+
eori: string | null;
|
|
31793
31793
|
} | undefined;
|
|
31794
31794
|
user?: {
|
|
31795
31795
|
id: number;
|
|
@@ -32191,7 +32191,6 @@ declare const shippingRoutes: {
|
|
|
32191
32191
|
emailOne: string | null;
|
|
32192
32192
|
emailTwo: string | null;
|
|
32193
32193
|
emailThree: string | null;
|
|
32194
|
-
eori: string | null;
|
|
32195
32194
|
tva: string | null;
|
|
32196
32195
|
isMailing: boolean;
|
|
32197
32196
|
telephone: string | null;
|
|
@@ -32206,6 +32205,7 @@ declare const shippingRoutes: {
|
|
|
32206
32205
|
isShowSecondBordereaux: boolean;
|
|
32207
32206
|
isShowCustomerName: boolean;
|
|
32208
32207
|
isShowCommercialValue: boolean;
|
|
32208
|
+
eori: string | null;
|
|
32209
32209
|
} | undefined;
|
|
32210
32210
|
user?: {
|
|
32211
32211
|
id: number;
|
|
@@ -32607,7 +32607,6 @@ declare const shippingRoutes: {
|
|
|
32607
32607
|
emailOne: string | null;
|
|
32608
32608
|
emailTwo: string | null;
|
|
32609
32609
|
emailThree: string | null;
|
|
32610
|
-
eori: string | null;
|
|
32611
32610
|
tva: string | null;
|
|
32612
32611
|
isMailing: boolean;
|
|
32613
32612
|
telephone: string | null;
|
|
@@ -32622,6 +32621,7 @@ declare const shippingRoutes: {
|
|
|
32622
32621
|
isShowSecondBordereaux: boolean;
|
|
32623
32622
|
isShowCustomerName: boolean;
|
|
32624
32623
|
isShowCommercialValue: boolean;
|
|
32624
|
+
eori: string | null;
|
|
32625
32625
|
} | undefined;
|
|
32626
32626
|
user?: {
|
|
32627
32627
|
id: number;
|
|
@@ -33195,7 +33195,6 @@ declare const shippingRoutes: {
|
|
|
33195
33195
|
emailOne: string | null;
|
|
33196
33196
|
emailTwo: string | null;
|
|
33197
33197
|
emailThree: string | null;
|
|
33198
|
-
eori: string | null;
|
|
33199
33198
|
tva: string | null;
|
|
33200
33199
|
isMailing: boolean;
|
|
33201
33200
|
telephone: string | null;
|
|
@@ -33210,6 +33209,7 @@ declare const shippingRoutes: {
|
|
|
33210
33209
|
isShowSecondBordereaux: boolean;
|
|
33211
33210
|
isShowCustomerName: boolean;
|
|
33212
33211
|
isShowCommercialValue: boolean;
|
|
33212
|
+
eori: string | null;
|
|
33213
33213
|
}, {
|
|
33214
33214
|
id: number;
|
|
33215
33215
|
createdAt: Date;
|
|
@@ -33248,7 +33248,6 @@ declare const shippingRoutes: {
|
|
|
33248
33248
|
emailOne: string | null;
|
|
33249
33249
|
emailTwo: string | null;
|
|
33250
33250
|
emailThree: string | null;
|
|
33251
|
-
eori: string | null;
|
|
33252
33251
|
tva: string | null;
|
|
33253
33252
|
isMailing: boolean;
|
|
33254
33253
|
telephone: string | null;
|
|
@@ -33263,6 +33262,7 @@ declare const shippingRoutes: {
|
|
|
33263
33262
|
isShowSecondBordereaux: boolean;
|
|
33264
33263
|
isShowCustomerName: boolean;
|
|
33265
33264
|
isShowCommercialValue: boolean;
|
|
33265
|
+
eori: string | null;
|
|
33266
33266
|
}>>>;
|
|
33267
33267
|
user: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
33268
33268
|
id: z.ZodNumber;
|
|
@@ -34200,7 +34200,6 @@ declare const shippingRoutes: {
|
|
|
34200
34200
|
emailOne: string | null;
|
|
34201
34201
|
emailTwo: string | null;
|
|
34202
34202
|
emailThree: string | null;
|
|
34203
|
-
eori: string | null;
|
|
34204
34203
|
tva: string | null;
|
|
34205
34204
|
isMailing: boolean;
|
|
34206
34205
|
telephone: string | null;
|
|
@@ -34215,6 +34214,7 @@ declare const shippingRoutes: {
|
|
|
34215
34214
|
isShowSecondBordereaux: boolean;
|
|
34216
34215
|
isShowCustomerName: boolean;
|
|
34217
34216
|
isShowCommercialValue: boolean;
|
|
34217
|
+
eori: string | null;
|
|
34218
34218
|
} | undefined;
|
|
34219
34219
|
user?: {
|
|
34220
34220
|
id: number;
|
|
@@ -34597,7 +34597,6 @@ declare const shippingRoutes: {
|
|
|
34597
34597
|
emailOne: string | null;
|
|
34598
34598
|
emailTwo: string | null;
|
|
34599
34599
|
emailThree: string | null;
|
|
34600
|
-
eori: string | null;
|
|
34601
34600
|
tva: string | null;
|
|
34602
34601
|
isMailing: boolean;
|
|
34603
34602
|
telephone: string | null;
|
|
@@ -34612,6 +34611,7 @@ declare const shippingRoutes: {
|
|
|
34612
34611
|
isShowSecondBordereaux: boolean;
|
|
34613
34612
|
isShowCustomerName: boolean;
|
|
34614
34613
|
isShowCommercialValue: boolean;
|
|
34614
|
+
eori: string | null;
|
|
34615
34615
|
} | undefined;
|
|
34616
34616
|
user?: {
|
|
34617
34617
|
id: number;
|
|
@@ -35000,7 +35000,6 @@ declare const shippingRoutes: {
|
|
|
35000
35000
|
emailOne: string | null;
|
|
35001
35001
|
emailTwo: string | null;
|
|
35002
35002
|
emailThree: string | null;
|
|
35003
|
-
eori: string | null;
|
|
35004
35003
|
tva: string | null;
|
|
35005
35004
|
isMailing: boolean;
|
|
35006
35005
|
telephone: string | null;
|
|
@@ -35015,6 +35014,7 @@ declare const shippingRoutes: {
|
|
|
35015
35014
|
isShowSecondBordereaux: boolean;
|
|
35016
35015
|
isShowCustomerName: boolean;
|
|
35017
35016
|
isShowCommercialValue: boolean;
|
|
35017
|
+
eori: string | null;
|
|
35018
35018
|
} | undefined;
|
|
35019
35019
|
user?: {
|
|
35020
35020
|
id: number;
|
|
@@ -35403,7 +35403,6 @@ declare const shippingRoutes: {
|
|
|
35403
35403
|
emailOne: string | null;
|
|
35404
35404
|
emailTwo: string | null;
|
|
35405
35405
|
emailThree: string | null;
|
|
35406
|
-
eori: string | null;
|
|
35407
35406
|
tva: string | null;
|
|
35408
35407
|
isMailing: boolean;
|
|
35409
35408
|
telephone: string | null;
|
|
@@ -35418,6 +35417,7 @@ declare const shippingRoutes: {
|
|
|
35418
35417
|
isShowSecondBordereaux: boolean;
|
|
35419
35418
|
isShowCustomerName: boolean;
|
|
35420
35419
|
isShowCommercialValue: boolean;
|
|
35420
|
+
eori: string | null;
|
|
35421
35421
|
} | undefined;
|
|
35422
35422
|
user?: {
|
|
35423
35423
|
id: number;
|
|
@@ -36708,7 +36708,6 @@ declare const shippingRoutes: {
|
|
|
36708
36708
|
emailOne: string | null;
|
|
36709
36709
|
emailTwo: string | null;
|
|
36710
36710
|
emailThree: string | null;
|
|
36711
|
-
eori: string | null;
|
|
36712
36711
|
tva: string | null;
|
|
36713
36712
|
isMailing: boolean;
|
|
36714
36713
|
telephone: string | null;
|
|
@@ -36723,6 +36722,7 @@ declare const shippingRoutes: {
|
|
|
36723
36722
|
isShowSecondBordereaux: boolean;
|
|
36724
36723
|
isShowCustomerName: boolean;
|
|
36725
36724
|
isShowCommercialValue: boolean;
|
|
36725
|
+
eori: string | null;
|
|
36726
36726
|
}, {
|
|
36727
36727
|
id: number;
|
|
36728
36728
|
createdAt: Date;
|
|
@@ -36761,7 +36761,6 @@ declare const shippingRoutes: {
|
|
|
36761
36761
|
emailOne: string | null;
|
|
36762
36762
|
emailTwo: string | null;
|
|
36763
36763
|
emailThree: string | null;
|
|
36764
|
-
eori: string | null;
|
|
36765
36764
|
tva: string | null;
|
|
36766
36765
|
isMailing: boolean;
|
|
36767
36766
|
telephone: string | null;
|
|
@@ -36776,6 +36775,7 @@ declare const shippingRoutes: {
|
|
|
36776
36775
|
isShowSecondBordereaux: boolean;
|
|
36777
36776
|
isShowCustomerName: boolean;
|
|
36778
36777
|
isShowCommercialValue: boolean;
|
|
36778
|
+
eori: string | null;
|
|
36779
36779
|
}>>>;
|
|
36780
36780
|
user: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
36781
36781
|
id: z.ZodNumber;
|
|
@@ -37713,7 +37713,6 @@ declare const shippingRoutes: {
|
|
|
37713
37713
|
emailOne: string | null;
|
|
37714
37714
|
emailTwo: string | null;
|
|
37715
37715
|
emailThree: string | null;
|
|
37716
|
-
eori: string | null;
|
|
37717
37716
|
tva: string | null;
|
|
37718
37717
|
isMailing: boolean;
|
|
37719
37718
|
telephone: string | null;
|
|
@@ -37728,6 +37727,7 @@ declare const shippingRoutes: {
|
|
|
37728
37727
|
isShowSecondBordereaux: boolean;
|
|
37729
37728
|
isShowCustomerName: boolean;
|
|
37730
37729
|
isShowCommercialValue: boolean;
|
|
37730
|
+
eori: string | null;
|
|
37731
37731
|
} | undefined;
|
|
37732
37732
|
user?: {
|
|
37733
37733
|
id: number;
|
|
@@ -38110,7 +38110,6 @@ declare const shippingRoutes: {
|
|
|
38110
38110
|
emailOne: string | null;
|
|
38111
38111
|
emailTwo: string | null;
|
|
38112
38112
|
emailThree: string | null;
|
|
38113
|
-
eori: string | null;
|
|
38114
38113
|
tva: string | null;
|
|
38115
38114
|
isMailing: boolean;
|
|
38116
38115
|
telephone: string | null;
|
|
@@ -38125,6 +38124,7 @@ declare const shippingRoutes: {
|
|
|
38125
38124
|
isShowSecondBordereaux: boolean;
|
|
38126
38125
|
isShowCustomerName: boolean;
|
|
38127
38126
|
isShowCommercialValue: boolean;
|
|
38127
|
+
eori: string | null;
|
|
38128
38128
|
} | undefined;
|
|
38129
38129
|
user?: {
|
|
38130
38130
|
id: number;
|
|
@@ -38513,7 +38513,6 @@ declare const shippingRoutes: {
|
|
|
38513
38513
|
emailOne: string | null;
|
|
38514
38514
|
emailTwo: string | null;
|
|
38515
38515
|
emailThree: string | null;
|
|
38516
|
-
eori: string | null;
|
|
38517
38516
|
tva: string | null;
|
|
38518
38517
|
isMailing: boolean;
|
|
38519
38518
|
telephone: string | null;
|
|
@@ -38528,6 +38527,7 @@ declare const shippingRoutes: {
|
|
|
38528
38527
|
isShowSecondBordereaux: boolean;
|
|
38529
38528
|
isShowCustomerName: boolean;
|
|
38530
38529
|
isShowCommercialValue: boolean;
|
|
38530
|
+
eori: string | null;
|
|
38531
38531
|
} | undefined;
|
|
38532
38532
|
user?: {
|
|
38533
38533
|
id: number;
|
|
@@ -38916,7 +38916,6 @@ declare const shippingRoutes: {
|
|
|
38916
38916
|
emailOne: string | null;
|
|
38917
38917
|
emailTwo: string | null;
|
|
38918
38918
|
emailThree: string | null;
|
|
38919
|
-
eori: string | null;
|
|
38920
38919
|
tva: string | null;
|
|
38921
38920
|
isMailing: boolean;
|
|
38922
38921
|
telephone: string | null;
|
|
@@ -38931,6 +38930,7 @@ declare const shippingRoutes: {
|
|
|
38931
38930
|
isShowSecondBordereaux: boolean;
|
|
38932
38931
|
isShowCustomerName: boolean;
|
|
38933
38932
|
isShowCommercialValue: boolean;
|
|
38933
|
+
eori: string | null;
|
|
38934
38934
|
} | undefined;
|
|
38935
38935
|
user?: {
|
|
38936
38936
|
id: number;
|
|
@@ -39440,7 +39440,6 @@ declare const authRoutes: {
|
|
|
39440
39440
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
39441
39441
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
39442
39442
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
39443
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
39444
39443
|
tva: z.ZodNullable<z.ZodString>;
|
|
39445
39444
|
isTrackingMail: z.ZodNullable<z.ZodBoolean>;
|
|
39446
39445
|
isBillingCenter: z.ZodBoolean;
|
|
@@ -39512,7 +39511,6 @@ declare const authRoutes: {
|
|
|
39512
39511
|
emailOne: string | null;
|
|
39513
39512
|
emailTwo: string | null;
|
|
39514
39513
|
emailThree: string | null;
|
|
39515
|
-
eori: string | null;
|
|
39516
39514
|
tva: string | null;
|
|
39517
39515
|
isTrackingMail: boolean | null;
|
|
39518
39516
|
isBillingCenter: boolean;
|
|
@@ -39570,7 +39568,6 @@ declare const authRoutes: {
|
|
|
39570
39568
|
emailOne: string | null;
|
|
39571
39569
|
emailTwo: string | null;
|
|
39572
39570
|
emailThree: string | null;
|
|
39573
|
-
eori: string | null;
|
|
39574
39571
|
tva: string | null;
|
|
39575
39572
|
isTrackingMail: boolean | null;
|
|
39576
39573
|
isBillingCenter: boolean;
|
|
@@ -39883,7 +39880,6 @@ declare const authRoutes: {
|
|
|
39883
39880
|
emailOne: string | null;
|
|
39884
39881
|
emailTwo: string | null;
|
|
39885
39882
|
emailThree: string | null;
|
|
39886
|
-
eori: string | null;
|
|
39887
39883
|
tva: string | null;
|
|
39888
39884
|
isTrackingMail: boolean | null;
|
|
39889
39885
|
isBillingCenter: boolean;
|
|
@@ -40062,7 +40058,6 @@ declare const authRoutes: {
|
|
|
40062
40058
|
emailOne: string | null;
|
|
40063
40059
|
emailTwo: string | null;
|
|
40064
40060
|
emailThree: string | null;
|
|
40065
|
-
eori: string | null;
|
|
40066
40061
|
tva: string | null;
|
|
40067
40062
|
isTrackingMail: boolean | null;
|
|
40068
40063
|
isBillingCenter: boolean;
|
|
@@ -40247,7 +40242,6 @@ declare const authRoutes: {
|
|
|
40247
40242
|
emailOne: string | null;
|
|
40248
40243
|
emailTwo: string | null;
|
|
40249
40244
|
emailThree: string | null;
|
|
40250
|
-
eori: string | null;
|
|
40251
40245
|
tva: string | null;
|
|
40252
40246
|
isTrackingMail: boolean | null;
|
|
40253
40247
|
isBillingCenter: boolean;
|
|
@@ -40432,7 +40426,6 @@ declare const authRoutes: {
|
|
|
40432
40426
|
emailOne: string | null;
|
|
40433
40427
|
emailTwo: string | null;
|
|
40434
40428
|
emailThree: string | null;
|
|
40435
|
-
eori: string | null;
|
|
40436
40429
|
tva: string | null;
|
|
40437
40430
|
isTrackingMail: boolean | null;
|
|
40438
40431
|
isBillingCenter: boolean;
|
|
@@ -40711,7 +40704,6 @@ declare const authRoutes: {
|
|
|
40711
40704
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
40712
40705
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
40713
40706
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
40714
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
40715
40707
|
tva: z.ZodNullable<z.ZodString>;
|
|
40716
40708
|
isTrackingMail: z.ZodNullable<z.ZodBoolean>;
|
|
40717
40709
|
isBillingCenter: z.ZodBoolean;
|
|
@@ -40783,7 +40775,6 @@ declare const authRoutes: {
|
|
|
40783
40775
|
emailOne: string | null;
|
|
40784
40776
|
emailTwo: string | null;
|
|
40785
40777
|
emailThree: string | null;
|
|
40786
|
-
eori: string | null;
|
|
40787
40778
|
tva: string | null;
|
|
40788
40779
|
isTrackingMail: boolean | null;
|
|
40789
40780
|
isBillingCenter: boolean;
|
|
@@ -40841,7 +40832,6 @@ declare const authRoutes: {
|
|
|
40841
40832
|
emailOne: string | null;
|
|
40842
40833
|
emailTwo: string | null;
|
|
40843
40834
|
emailThree: string | null;
|
|
40844
|
-
eori: string | null;
|
|
40845
40835
|
tva: string | null;
|
|
40846
40836
|
isTrackingMail: boolean | null;
|
|
40847
40837
|
isBillingCenter: boolean;
|
|
@@ -41154,7 +41144,6 @@ declare const authRoutes: {
|
|
|
41154
41144
|
emailOne: string | null;
|
|
41155
41145
|
emailTwo: string | null;
|
|
41156
41146
|
emailThree: string | null;
|
|
41157
|
-
eori: string | null;
|
|
41158
41147
|
tva: string | null;
|
|
41159
41148
|
isTrackingMail: boolean | null;
|
|
41160
41149
|
isBillingCenter: boolean;
|
|
@@ -41333,7 +41322,6 @@ declare const authRoutes: {
|
|
|
41333
41322
|
emailOne: string | null;
|
|
41334
41323
|
emailTwo: string | null;
|
|
41335
41324
|
emailThree: string | null;
|
|
41336
|
-
eori: string | null;
|
|
41337
41325
|
tva: string | null;
|
|
41338
41326
|
isTrackingMail: boolean | null;
|
|
41339
41327
|
isBillingCenter: boolean;
|
|
@@ -41518,7 +41506,6 @@ declare const authRoutes: {
|
|
|
41518
41506
|
emailOne: string | null;
|
|
41519
41507
|
emailTwo: string | null;
|
|
41520
41508
|
emailThree: string | null;
|
|
41521
|
-
eori: string | null;
|
|
41522
41509
|
tva: string | null;
|
|
41523
41510
|
isTrackingMail: boolean | null;
|
|
41524
41511
|
isBillingCenter: boolean;
|
|
@@ -41703,7 +41690,6 @@ declare const authRoutes: {
|
|
|
41703
41690
|
emailOne: string | null;
|
|
41704
41691
|
emailTwo: string | null;
|
|
41705
41692
|
emailThree: string | null;
|
|
41706
|
-
eori: string | null;
|
|
41707
41693
|
tva: string | null;
|
|
41708
41694
|
isTrackingMail: boolean | null;
|
|
41709
41695
|
isBillingCenter: boolean;
|
|
@@ -42046,7 +42032,6 @@ declare const authRoutes: {
|
|
|
42046
42032
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
42047
42033
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
42048
42034
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
42049
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
42050
42035
|
tva: z.ZodNullable<z.ZodString>;
|
|
42051
42036
|
isTrackingMail: z.ZodNullable<z.ZodBoolean>;
|
|
42052
42037
|
isBillingCenter: z.ZodBoolean;
|
|
@@ -42118,7 +42103,6 @@ declare const authRoutes: {
|
|
|
42118
42103
|
emailOne: string | null;
|
|
42119
42104
|
emailTwo: string | null;
|
|
42120
42105
|
emailThree: string | null;
|
|
42121
|
-
eori: string | null;
|
|
42122
42106
|
tva: string | null;
|
|
42123
42107
|
isTrackingMail: boolean | null;
|
|
42124
42108
|
isBillingCenter: boolean;
|
|
@@ -42176,7 +42160,6 @@ declare const authRoutes: {
|
|
|
42176
42160
|
emailOne: string | null;
|
|
42177
42161
|
emailTwo: string | null;
|
|
42178
42162
|
emailThree: string | null;
|
|
42179
|
-
eori: string | null;
|
|
42180
42163
|
tva: string | null;
|
|
42181
42164
|
isTrackingMail: boolean | null;
|
|
42182
42165
|
isBillingCenter: boolean;
|
|
@@ -42489,7 +42472,6 @@ declare const authRoutes: {
|
|
|
42489
42472
|
emailOne: string | null;
|
|
42490
42473
|
emailTwo: string | null;
|
|
42491
42474
|
emailThree: string | null;
|
|
42492
|
-
eori: string | null;
|
|
42493
42475
|
tva: string | null;
|
|
42494
42476
|
isTrackingMail: boolean | null;
|
|
42495
42477
|
isBillingCenter: boolean;
|
|
@@ -42668,7 +42650,6 @@ declare const authRoutes: {
|
|
|
42668
42650
|
emailOne: string | null;
|
|
42669
42651
|
emailTwo: string | null;
|
|
42670
42652
|
emailThree: string | null;
|
|
42671
|
-
eori: string | null;
|
|
42672
42653
|
tva: string | null;
|
|
42673
42654
|
isTrackingMail: boolean | null;
|
|
42674
42655
|
isBillingCenter: boolean;
|
|
@@ -42853,7 +42834,6 @@ declare const authRoutes: {
|
|
|
42853
42834
|
emailOne: string | null;
|
|
42854
42835
|
emailTwo: string | null;
|
|
42855
42836
|
emailThree: string | null;
|
|
42856
|
-
eori: string | null;
|
|
42857
42837
|
tva: string | null;
|
|
42858
42838
|
isTrackingMail: boolean | null;
|
|
42859
42839
|
isBillingCenter: boolean;
|
|
@@ -43038,7 +43018,6 @@ declare const authRoutes: {
|
|
|
43038
43018
|
emailOne: string | null;
|
|
43039
43019
|
emailTwo: string | null;
|
|
43040
43020
|
emailThree: string | null;
|
|
43041
|
-
eori: string | null;
|
|
43042
43021
|
tva: string | null;
|
|
43043
43022
|
isTrackingMail: boolean | null;
|
|
43044
43023
|
isBillingCenter: boolean;
|
|
@@ -43561,7 +43540,6 @@ declare const contactRoutes: {
|
|
|
43561
43540
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
43562
43541
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
43563
43542
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
43564
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
43565
43543
|
tva: z.ZodNullable<z.ZodString>;
|
|
43566
43544
|
isTrackingMail: z.ZodNullable<z.ZodBoolean>;
|
|
43567
43545
|
isBillingCenter: z.ZodBoolean;
|
|
@@ -43633,7 +43611,6 @@ declare const contactRoutes: {
|
|
|
43633
43611
|
emailOne: string | null;
|
|
43634
43612
|
emailTwo: string | null;
|
|
43635
43613
|
emailThree: string | null;
|
|
43636
|
-
eori: string | null;
|
|
43637
43614
|
tva: string | null;
|
|
43638
43615
|
isTrackingMail: boolean | null;
|
|
43639
43616
|
isBillingCenter: boolean;
|
|
@@ -43691,7 +43668,6 @@ declare const contactRoutes: {
|
|
|
43691
43668
|
emailOne: string | null;
|
|
43692
43669
|
emailTwo: string | null;
|
|
43693
43670
|
emailThree: string | null;
|
|
43694
|
-
eori: string | null;
|
|
43695
43671
|
tva: string | null;
|
|
43696
43672
|
isTrackingMail: boolean | null;
|
|
43697
43673
|
isBillingCenter: boolean;
|
|
@@ -44004,7 +43980,6 @@ declare const contactRoutes: {
|
|
|
44004
43980
|
emailOne: string | null;
|
|
44005
43981
|
emailTwo: string | null;
|
|
44006
43982
|
emailThree: string | null;
|
|
44007
|
-
eori: string | null;
|
|
44008
43983
|
tva: string | null;
|
|
44009
43984
|
isTrackingMail: boolean | null;
|
|
44010
43985
|
isBillingCenter: boolean;
|
|
@@ -44183,7 +44158,6 @@ declare const contactRoutes: {
|
|
|
44183
44158
|
emailOne: string | null;
|
|
44184
44159
|
emailTwo: string | null;
|
|
44185
44160
|
emailThree: string | null;
|
|
44186
|
-
eori: string | null;
|
|
44187
44161
|
tva: string | null;
|
|
44188
44162
|
isTrackingMail: boolean | null;
|
|
44189
44163
|
isBillingCenter: boolean;
|
|
@@ -44395,7 +44369,6 @@ declare const contactRoutes: {
|
|
|
44395
44369
|
emailOne: string | null;
|
|
44396
44370
|
emailTwo: string | null;
|
|
44397
44371
|
emailThree: string | null;
|
|
44398
|
-
eori: string | null;
|
|
44399
44372
|
tva: string | null;
|
|
44400
44373
|
isTrackingMail: boolean | null;
|
|
44401
44374
|
isBillingCenter: boolean;
|
|
@@ -44607,7 +44580,6 @@ declare const contactRoutes: {
|
|
|
44607
44580
|
emailOne: string | null;
|
|
44608
44581
|
emailTwo: string | null;
|
|
44609
44582
|
emailThree: string | null;
|
|
44610
|
-
eori: string | null;
|
|
44611
44583
|
tva: string | null;
|
|
44612
44584
|
isTrackingMail: boolean | null;
|
|
44613
44585
|
isBillingCenter: boolean;
|
|
@@ -44821,7 +44793,6 @@ declare const contactRoutes: {
|
|
|
44821
44793
|
emailOne: string | null;
|
|
44822
44794
|
emailTwo: string | null;
|
|
44823
44795
|
emailThree: string | null;
|
|
44824
|
-
eori: string | null;
|
|
44825
44796
|
tva: string | null;
|
|
44826
44797
|
isTrackingMail: boolean | null;
|
|
44827
44798
|
isBillingCenter: boolean;
|
|
@@ -45046,7 +45017,6 @@ declare const contactRoutes: {
|
|
|
45046
45017
|
emailOne: string | null;
|
|
45047
45018
|
emailTwo: string | null;
|
|
45048
45019
|
emailThree: string | null;
|
|
45049
|
-
eori: string | null;
|
|
45050
45020
|
tva: string | null;
|
|
45051
45021
|
isTrackingMail: boolean | null;
|
|
45052
45022
|
isBillingCenter: boolean;
|
|
@@ -45277,7 +45247,6 @@ declare const contactRoutes: {
|
|
|
45277
45247
|
emailOne: string | null;
|
|
45278
45248
|
emailTwo: string | null;
|
|
45279
45249
|
emailThree: string | null;
|
|
45280
|
-
eori: string | null;
|
|
45281
45250
|
tva: string | null;
|
|
45282
45251
|
isTrackingMail: boolean | null;
|
|
45283
45252
|
isBillingCenter: boolean;
|
|
@@ -45508,7 +45477,6 @@ declare const contactRoutes: {
|
|
|
45508
45477
|
emailOne: string | null;
|
|
45509
45478
|
emailTwo: string | null;
|
|
45510
45479
|
emailThree: string | null;
|
|
45511
|
-
eori: string | null;
|
|
45512
45480
|
tva: string | null;
|
|
45513
45481
|
isTrackingMail: boolean | null;
|
|
45514
45482
|
isBillingCenter: boolean;
|
|
@@ -45915,7 +45883,6 @@ declare const contactRoutes: {
|
|
|
45915
45883
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
45916
45884
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
45917
45885
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
45918
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
45919
45886
|
tva: z.ZodNullable<z.ZodString>;
|
|
45920
45887
|
isTrackingMail: z.ZodNullable<z.ZodBoolean>;
|
|
45921
45888
|
isBillingCenter: z.ZodBoolean;
|
|
@@ -45987,7 +45954,6 @@ declare const contactRoutes: {
|
|
|
45987
45954
|
emailOne: string | null;
|
|
45988
45955
|
emailTwo: string | null;
|
|
45989
45956
|
emailThree: string | null;
|
|
45990
|
-
eori: string | null;
|
|
45991
45957
|
tva: string | null;
|
|
45992
45958
|
isTrackingMail: boolean | null;
|
|
45993
45959
|
isBillingCenter: boolean;
|
|
@@ -46045,7 +46011,6 @@ declare const contactRoutes: {
|
|
|
46045
46011
|
emailOne: string | null;
|
|
46046
46012
|
emailTwo: string | null;
|
|
46047
46013
|
emailThree: string | null;
|
|
46048
|
-
eori: string | null;
|
|
46049
46014
|
tva: string | null;
|
|
46050
46015
|
isTrackingMail: boolean | null;
|
|
46051
46016
|
isBillingCenter: boolean;
|
|
@@ -46358,7 +46323,6 @@ declare const contactRoutes: {
|
|
|
46358
46323
|
emailOne: string | null;
|
|
46359
46324
|
emailTwo: string | null;
|
|
46360
46325
|
emailThree: string | null;
|
|
46361
|
-
eori: string | null;
|
|
46362
46326
|
tva: string | null;
|
|
46363
46327
|
isTrackingMail: boolean | null;
|
|
46364
46328
|
isBillingCenter: boolean;
|
|
@@ -46537,7 +46501,6 @@ declare const contactRoutes: {
|
|
|
46537
46501
|
emailOne: string | null;
|
|
46538
46502
|
emailTwo: string | null;
|
|
46539
46503
|
emailThree: string | null;
|
|
46540
|
-
eori: string | null;
|
|
46541
46504
|
tva: string | null;
|
|
46542
46505
|
isTrackingMail: boolean | null;
|
|
46543
46506
|
isBillingCenter: boolean;
|
|
@@ -46749,7 +46712,6 @@ declare const contactRoutes: {
|
|
|
46749
46712
|
emailOne: string | null;
|
|
46750
46713
|
emailTwo: string | null;
|
|
46751
46714
|
emailThree: string | null;
|
|
46752
|
-
eori: string | null;
|
|
46753
46715
|
tva: string | null;
|
|
46754
46716
|
isTrackingMail: boolean | null;
|
|
46755
46717
|
isBillingCenter: boolean;
|
|
@@ -46961,7 +46923,6 @@ declare const contactRoutes: {
|
|
|
46961
46923
|
emailOne: string | null;
|
|
46962
46924
|
emailTwo: string | null;
|
|
46963
46925
|
emailThree: string | null;
|
|
46964
|
-
eori: string | null;
|
|
46965
46926
|
tva: string | null;
|
|
46966
46927
|
isTrackingMail: boolean | null;
|
|
46967
46928
|
isBillingCenter: boolean;
|
|
@@ -47179,7 +47140,6 @@ declare const contactRoutes: {
|
|
|
47179
47140
|
emailOne: string | null;
|
|
47180
47141
|
emailTwo: string | null;
|
|
47181
47142
|
emailThree: string | null;
|
|
47182
|
-
eori: string | null;
|
|
47183
47143
|
tva: string | null;
|
|
47184
47144
|
isTrackingMail: boolean | null;
|
|
47185
47145
|
isBillingCenter: boolean;
|
|
@@ -47397,7 +47357,6 @@ declare const contactRoutes: {
|
|
|
47397
47357
|
emailOne: string | null;
|
|
47398
47358
|
emailTwo: string | null;
|
|
47399
47359
|
emailThree: string | null;
|
|
47400
|
-
eori: string | null;
|
|
47401
47360
|
tva: string | null;
|
|
47402
47361
|
isTrackingMail: boolean | null;
|
|
47403
47362
|
isBillingCenter: boolean;
|
|
@@ -47838,7 +47797,6 @@ declare const contactRoutes: {
|
|
|
47838
47797
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
47839
47798
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
47840
47799
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
47841
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
47842
47800
|
tva: z.ZodNullable<z.ZodString>;
|
|
47843
47801
|
isTrackingMail: z.ZodNullable<z.ZodBoolean>;
|
|
47844
47802
|
isBillingCenter: z.ZodBoolean;
|
|
@@ -47910,7 +47868,6 @@ declare const contactRoutes: {
|
|
|
47910
47868
|
emailOne: string | null;
|
|
47911
47869
|
emailTwo: string | null;
|
|
47912
47870
|
emailThree: string | null;
|
|
47913
|
-
eori: string | null;
|
|
47914
47871
|
tva: string | null;
|
|
47915
47872
|
isTrackingMail: boolean | null;
|
|
47916
47873
|
isBillingCenter: boolean;
|
|
@@ -47968,7 +47925,6 @@ declare const contactRoutes: {
|
|
|
47968
47925
|
emailOne: string | null;
|
|
47969
47926
|
emailTwo: string | null;
|
|
47970
47927
|
emailThree: string | null;
|
|
47971
|
-
eori: string | null;
|
|
47972
47928
|
tva: string | null;
|
|
47973
47929
|
isTrackingMail: boolean | null;
|
|
47974
47930
|
isBillingCenter: boolean;
|
|
@@ -48281,7 +48237,6 @@ declare const contactRoutes: {
|
|
|
48281
48237
|
emailOne: string | null;
|
|
48282
48238
|
emailTwo: string | null;
|
|
48283
48239
|
emailThree: string | null;
|
|
48284
|
-
eori: string | null;
|
|
48285
48240
|
tva: string | null;
|
|
48286
48241
|
isTrackingMail: boolean | null;
|
|
48287
48242
|
isBillingCenter: boolean;
|
|
@@ -48460,7 +48415,6 @@ declare const contactRoutes: {
|
|
|
48460
48415
|
emailOne: string | null;
|
|
48461
48416
|
emailTwo: string | null;
|
|
48462
48417
|
emailThree: string | null;
|
|
48463
|
-
eori: string | null;
|
|
48464
48418
|
tva: string | null;
|
|
48465
48419
|
isTrackingMail: boolean | null;
|
|
48466
48420
|
isBillingCenter: boolean;
|
|
@@ -48672,7 +48626,6 @@ declare const contactRoutes: {
|
|
|
48672
48626
|
emailOne: string | null;
|
|
48673
48627
|
emailTwo: string | null;
|
|
48674
48628
|
emailThree: string | null;
|
|
48675
|
-
eori: string | null;
|
|
48676
48629
|
tva: string | null;
|
|
48677
48630
|
isTrackingMail: boolean | null;
|
|
48678
48631
|
isBillingCenter: boolean;
|
|
@@ -48884,7 +48837,6 @@ declare const contactRoutes: {
|
|
|
48884
48837
|
emailOne: string | null;
|
|
48885
48838
|
emailTwo: string | null;
|
|
48886
48839
|
emailThree: string | null;
|
|
48887
|
-
eori: string | null;
|
|
48888
48840
|
tva: string | null;
|
|
48889
48841
|
isTrackingMail: boolean | null;
|
|
48890
48842
|
isBillingCenter: boolean;
|
|
@@ -49102,7 +49054,6 @@ declare const contactRoutes: {
|
|
|
49102
49054
|
emailOne: string | null;
|
|
49103
49055
|
emailTwo: string | null;
|
|
49104
49056
|
emailThree: string | null;
|
|
49105
|
-
eori: string | null;
|
|
49106
49057
|
tva: string | null;
|
|
49107
49058
|
isTrackingMail: boolean | null;
|
|
49108
49059
|
isBillingCenter: boolean;
|
|
@@ -49320,7 +49271,6 @@ declare const contactRoutes: {
|
|
|
49320
49271
|
emailOne: string | null;
|
|
49321
49272
|
emailTwo: string | null;
|
|
49322
49273
|
emailThree: string | null;
|
|
49323
|
-
eori: string | null;
|
|
49324
49274
|
tva: string | null;
|
|
49325
49275
|
isTrackingMail: boolean | null;
|
|
49326
49276
|
isBillingCenter: boolean;
|
|
@@ -49722,7 +49672,6 @@ declare const contactRoutes: {
|
|
|
49722
49672
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
49723
49673
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
49724
49674
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
49725
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
49726
49675
|
tva: z.ZodNullable<z.ZodString>;
|
|
49727
49676
|
isTrackingMail: z.ZodNullable<z.ZodBoolean>;
|
|
49728
49677
|
isBillingCenter: z.ZodBoolean;
|
|
@@ -49794,7 +49743,6 @@ declare const contactRoutes: {
|
|
|
49794
49743
|
emailOne: string | null;
|
|
49795
49744
|
emailTwo: string | null;
|
|
49796
49745
|
emailThree: string | null;
|
|
49797
|
-
eori: string | null;
|
|
49798
49746
|
tva: string | null;
|
|
49799
49747
|
isTrackingMail: boolean | null;
|
|
49800
49748
|
isBillingCenter: boolean;
|
|
@@ -49852,7 +49800,6 @@ declare const contactRoutes: {
|
|
|
49852
49800
|
emailOne: string | null;
|
|
49853
49801
|
emailTwo: string | null;
|
|
49854
49802
|
emailThree: string | null;
|
|
49855
|
-
eori: string | null;
|
|
49856
49803
|
tva: string | null;
|
|
49857
49804
|
isTrackingMail: boolean | null;
|
|
49858
49805
|
isBillingCenter: boolean;
|
|
@@ -50165,7 +50112,6 @@ declare const contactRoutes: {
|
|
|
50165
50112
|
emailOne: string | null;
|
|
50166
50113
|
emailTwo: string | null;
|
|
50167
50114
|
emailThree: string | null;
|
|
50168
|
-
eori: string | null;
|
|
50169
50115
|
tva: string | null;
|
|
50170
50116
|
isTrackingMail: boolean | null;
|
|
50171
50117
|
isBillingCenter: boolean;
|
|
@@ -50344,7 +50290,6 @@ declare const contactRoutes: {
|
|
|
50344
50290
|
emailOne: string | null;
|
|
50345
50291
|
emailTwo: string | null;
|
|
50346
50292
|
emailThree: string | null;
|
|
50347
|
-
eori: string | null;
|
|
50348
50293
|
tva: string | null;
|
|
50349
50294
|
isTrackingMail: boolean | null;
|
|
50350
50295
|
isBillingCenter: boolean;
|
|
@@ -50556,7 +50501,6 @@ declare const contactRoutes: {
|
|
|
50556
50501
|
emailOne: string | null;
|
|
50557
50502
|
emailTwo: string | null;
|
|
50558
50503
|
emailThree: string | null;
|
|
50559
|
-
eori: string | null;
|
|
50560
50504
|
tva: string | null;
|
|
50561
50505
|
isTrackingMail: boolean | null;
|
|
50562
50506
|
isBillingCenter: boolean;
|
|
@@ -50768,7 +50712,6 @@ declare const contactRoutes: {
|
|
|
50768
50712
|
emailOne: string | null;
|
|
50769
50713
|
emailTwo: string | null;
|
|
50770
50714
|
emailThree: string | null;
|
|
50771
|
-
eori: string | null;
|
|
50772
50715
|
tva: string | null;
|
|
50773
50716
|
isTrackingMail: boolean | null;
|
|
50774
50717
|
isBillingCenter: boolean;
|
|
@@ -50986,7 +50929,6 @@ declare const contactRoutes: {
|
|
|
50986
50929
|
emailOne: string | null;
|
|
50987
50930
|
emailTwo: string | null;
|
|
50988
50931
|
emailThree: string | null;
|
|
50989
|
-
eori: string | null;
|
|
50990
50932
|
tva: string | null;
|
|
50991
50933
|
isTrackingMail: boolean | null;
|
|
50992
50934
|
isBillingCenter: boolean;
|
|
@@ -51204,7 +51146,6 @@ declare const contactRoutes: {
|
|
|
51204
51146
|
emailOne: string | null;
|
|
51205
51147
|
emailTwo: string | null;
|
|
51206
51148
|
emailThree: string | null;
|
|
51207
|
-
eori: string | null;
|
|
51208
51149
|
tva: string | null;
|
|
51209
51150
|
isTrackingMail: boolean | null;
|
|
51210
51151
|
isBillingCenter: boolean;
|
|
@@ -51668,7 +51609,6 @@ declare const contactRoutes: {
|
|
|
51668
51609
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
51669
51610
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
51670
51611
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
51671
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
51672
51612
|
tva: z.ZodNullable<z.ZodString>;
|
|
51673
51613
|
isTrackingMail: z.ZodNullable<z.ZodBoolean>;
|
|
51674
51614
|
isBillingCenter: z.ZodBoolean;
|
|
@@ -51740,7 +51680,6 @@ declare const contactRoutes: {
|
|
|
51740
51680
|
emailOne: string | null;
|
|
51741
51681
|
emailTwo: string | null;
|
|
51742
51682
|
emailThree: string | null;
|
|
51743
|
-
eori: string | null;
|
|
51744
51683
|
tva: string | null;
|
|
51745
51684
|
isTrackingMail: boolean | null;
|
|
51746
51685
|
isBillingCenter: boolean;
|
|
@@ -51798,7 +51737,6 @@ declare const contactRoutes: {
|
|
|
51798
51737
|
emailOne: string | null;
|
|
51799
51738
|
emailTwo: string | null;
|
|
51800
51739
|
emailThree: string | null;
|
|
51801
|
-
eori: string | null;
|
|
51802
51740
|
tva: string | null;
|
|
51803
51741
|
isTrackingMail: boolean | null;
|
|
51804
51742
|
isBillingCenter: boolean;
|
|
@@ -52111,7 +52049,6 @@ declare const contactRoutes: {
|
|
|
52111
52049
|
emailOne: string | null;
|
|
52112
52050
|
emailTwo: string | null;
|
|
52113
52051
|
emailThree: string | null;
|
|
52114
|
-
eori: string | null;
|
|
52115
52052
|
tva: string | null;
|
|
52116
52053
|
isTrackingMail: boolean | null;
|
|
52117
52054
|
isBillingCenter: boolean;
|
|
@@ -52290,7 +52227,6 @@ declare const contactRoutes: {
|
|
|
52290
52227
|
emailOne: string | null;
|
|
52291
52228
|
emailTwo: string | null;
|
|
52292
52229
|
emailThree: string | null;
|
|
52293
|
-
eori: string | null;
|
|
52294
52230
|
tva: string | null;
|
|
52295
52231
|
isTrackingMail: boolean | null;
|
|
52296
52232
|
isBillingCenter: boolean;
|
|
@@ -52502,7 +52438,6 @@ declare const contactRoutes: {
|
|
|
52502
52438
|
emailOne: string | null;
|
|
52503
52439
|
emailTwo: string | null;
|
|
52504
52440
|
emailThree: string | null;
|
|
52505
|
-
eori: string | null;
|
|
52506
52441
|
tva: string | null;
|
|
52507
52442
|
isTrackingMail: boolean | null;
|
|
52508
52443
|
isBillingCenter: boolean;
|
|
@@ -52714,7 +52649,6 @@ declare const contactRoutes: {
|
|
|
52714
52649
|
emailOne: string | null;
|
|
52715
52650
|
emailTwo: string | null;
|
|
52716
52651
|
emailThree: string | null;
|
|
52717
|
-
eori: string | null;
|
|
52718
52652
|
tva: string | null;
|
|
52719
52653
|
isTrackingMail: boolean | null;
|
|
52720
52654
|
isBillingCenter: boolean;
|
|
@@ -52932,7 +52866,6 @@ declare const contactRoutes: {
|
|
|
52932
52866
|
emailOne: string | null;
|
|
52933
52867
|
emailTwo: string | null;
|
|
52934
52868
|
emailThree: string | null;
|
|
52935
|
-
eori: string | null;
|
|
52936
52869
|
tva: string | null;
|
|
52937
52870
|
isTrackingMail: boolean | null;
|
|
52938
52871
|
isBillingCenter: boolean;
|
|
@@ -53150,7 +53083,6 @@ declare const contactRoutes: {
|
|
|
53150
53083
|
emailOne: string | null;
|
|
53151
53084
|
emailTwo: string | null;
|
|
53152
53085
|
emailThree: string | null;
|
|
53153
|
-
eori: string | null;
|
|
53154
53086
|
tva: string | null;
|
|
53155
53087
|
isTrackingMail: boolean | null;
|
|
53156
53088
|
isBillingCenter: boolean;
|
|
@@ -53442,7 +53374,6 @@ declare const billingCenterRoutes: {
|
|
|
53442
53374
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
53443
53375
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
53444
53376
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
53445
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
53446
53377
|
tva: z.ZodNullable<z.ZodString>;
|
|
53447
53378
|
isTrackingMail: z.ZodNullable<z.ZodBoolean>;
|
|
53448
53379
|
isBillingCenter: z.ZodBoolean;
|
|
@@ -53514,7 +53445,6 @@ declare const billingCenterRoutes: {
|
|
|
53514
53445
|
emailOne: string | null;
|
|
53515
53446
|
emailTwo: string | null;
|
|
53516
53447
|
emailThree: string | null;
|
|
53517
|
-
eori: string | null;
|
|
53518
53448
|
tva: string | null;
|
|
53519
53449
|
isTrackingMail: boolean | null;
|
|
53520
53450
|
isBillingCenter: boolean;
|
|
@@ -53572,7 +53502,6 @@ declare const billingCenterRoutes: {
|
|
|
53572
53502
|
emailOne: string | null;
|
|
53573
53503
|
emailTwo: string | null;
|
|
53574
53504
|
emailThree: string | null;
|
|
53575
|
-
eori: string | null;
|
|
53576
53505
|
tva: string | null;
|
|
53577
53506
|
isTrackingMail: boolean | null;
|
|
53578
53507
|
isBillingCenter: boolean;
|
|
@@ -53649,7 +53578,6 @@ declare const billingCenterRoutes: {
|
|
|
53649
53578
|
emailOne: string | null;
|
|
53650
53579
|
emailTwo: string | null;
|
|
53651
53580
|
emailThree: string | null;
|
|
53652
|
-
eori: string | null;
|
|
53653
53581
|
tva: string | null;
|
|
53654
53582
|
isMailing: boolean;
|
|
53655
53583
|
telephone: string | null;
|
|
@@ -53664,6 +53592,7 @@ declare const billingCenterRoutes: {
|
|
|
53664
53592
|
isShowSecondBordereaux: boolean;
|
|
53665
53593
|
isShowCustomerName: boolean;
|
|
53666
53594
|
isShowCommercialValue: boolean;
|
|
53595
|
+
eori: string | null;
|
|
53667
53596
|
country?: {
|
|
53668
53597
|
id: number;
|
|
53669
53598
|
createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
@@ -53715,7 +53644,6 @@ declare const billingCenterRoutes: {
|
|
|
53715
53644
|
emailOne: string | null;
|
|
53716
53645
|
emailTwo: string | null;
|
|
53717
53646
|
emailThree: string | null;
|
|
53718
|
-
eori: string | null;
|
|
53719
53647
|
tva: string | null;
|
|
53720
53648
|
isTrackingMail: boolean | null;
|
|
53721
53649
|
isBillingCenter: boolean;
|
|
@@ -53770,7 +53698,6 @@ declare const billingCenterRoutes: {
|
|
|
53770
53698
|
emailOne: string | null;
|
|
53771
53699
|
emailTwo: string | null;
|
|
53772
53700
|
emailThree: string | null;
|
|
53773
|
-
eori: string | null;
|
|
53774
53701
|
tva: string | null;
|
|
53775
53702
|
isMailing: boolean;
|
|
53776
53703
|
telephone: string | null;
|
|
@@ -53785,6 +53712,7 @@ declare const billingCenterRoutes: {
|
|
|
53785
53712
|
isShowSecondBordereaux: boolean;
|
|
53786
53713
|
isShowCustomerName: boolean;
|
|
53787
53714
|
isShowCommercialValue: boolean;
|
|
53715
|
+
eori: string | null;
|
|
53788
53716
|
country?: {
|
|
53789
53717
|
id: number;
|
|
53790
53718
|
createdAt: Date;
|
|
@@ -53836,7 +53764,6 @@ declare const billingCenterRoutes: {
|
|
|
53836
53764
|
emailOne: string | null;
|
|
53837
53765
|
emailTwo: string | null;
|
|
53838
53766
|
emailThree: string | null;
|
|
53839
|
-
eori: string | null;
|
|
53840
53767
|
tva: string | null;
|
|
53841
53768
|
isTrackingMail: boolean | null;
|
|
53842
53769
|
isBillingCenter: boolean;
|
|
@@ -53893,7 +53820,6 @@ declare const billingCenterRoutes: {
|
|
|
53893
53820
|
emailOne: string | null;
|
|
53894
53821
|
emailTwo: string | null;
|
|
53895
53822
|
emailThree: string | null;
|
|
53896
|
-
eori: string | null;
|
|
53897
53823
|
tva: string | null;
|
|
53898
53824
|
isMailing: boolean;
|
|
53899
53825
|
telephone: string | null;
|
|
@@ -53908,6 +53834,7 @@ declare const billingCenterRoutes: {
|
|
|
53908
53834
|
isShowSecondBordereaux: boolean;
|
|
53909
53835
|
isShowCustomerName: boolean;
|
|
53910
53836
|
isShowCommercialValue: boolean;
|
|
53837
|
+
eori: string | null;
|
|
53911
53838
|
country?: {
|
|
53912
53839
|
id: number;
|
|
53913
53840
|
createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
@@ -53959,7 +53886,6 @@ declare const billingCenterRoutes: {
|
|
|
53959
53886
|
emailOne: string | null;
|
|
53960
53887
|
emailTwo: string | null;
|
|
53961
53888
|
emailThree: string | null;
|
|
53962
|
-
eori: string | null;
|
|
53963
53889
|
tva: string | null;
|
|
53964
53890
|
isTrackingMail: boolean | null;
|
|
53965
53891
|
isBillingCenter: boolean;
|
|
@@ -54027,7 +53953,6 @@ declare const billingCenterRoutes: {
|
|
|
54027
53953
|
emailOne: string | null;
|
|
54028
53954
|
emailTwo: string | null;
|
|
54029
53955
|
emailThree: string | null;
|
|
54030
|
-
eori: string | null;
|
|
54031
53956
|
tva: string | null;
|
|
54032
53957
|
isMailing: boolean;
|
|
54033
53958
|
telephone: string | null;
|
|
@@ -54042,6 +53967,7 @@ declare const billingCenterRoutes: {
|
|
|
54042
53967
|
isShowSecondBordereaux: boolean;
|
|
54043
53968
|
isShowCustomerName: boolean;
|
|
54044
53969
|
isShowCommercialValue: boolean;
|
|
53970
|
+
eori: string | null;
|
|
54045
53971
|
country?: {
|
|
54046
53972
|
id: number;
|
|
54047
53973
|
createdAt: Date;
|
|
@@ -54093,7 +54019,6 @@ declare const billingCenterRoutes: {
|
|
|
54093
54019
|
emailOne: string | null;
|
|
54094
54020
|
emailTwo: string | null;
|
|
54095
54021
|
emailThree: string | null;
|
|
54096
|
-
eori: string | null;
|
|
54097
54022
|
tva: string | null;
|
|
54098
54023
|
isTrackingMail: boolean | null;
|
|
54099
54024
|
isBillingCenter: boolean;
|
|
@@ -54167,7 +54092,6 @@ declare const billingCenterRoutes: {
|
|
|
54167
54092
|
emailOne: string | null;
|
|
54168
54093
|
emailTwo: string | null;
|
|
54169
54094
|
emailThree: string | null;
|
|
54170
|
-
eori: string | null;
|
|
54171
54095
|
tva: string | null;
|
|
54172
54096
|
isMailing: boolean;
|
|
54173
54097
|
telephone: string | null;
|
|
@@ -54182,6 +54106,7 @@ declare const billingCenterRoutes: {
|
|
|
54182
54106
|
isShowSecondBordereaux: boolean;
|
|
54183
54107
|
isShowCustomerName: boolean;
|
|
54184
54108
|
isShowCommercialValue: boolean;
|
|
54109
|
+
eori: string | null;
|
|
54185
54110
|
country?: {
|
|
54186
54111
|
id: number;
|
|
54187
54112
|
createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
@@ -54233,7 +54158,6 @@ declare const billingCenterRoutes: {
|
|
|
54233
54158
|
emailOne: string | null;
|
|
54234
54159
|
emailTwo: string | null;
|
|
54235
54160
|
emailThree: string | null;
|
|
54236
|
-
eori: string | null;
|
|
54237
54161
|
tva: string | null;
|
|
54238
54162
|
isTrackingMail: boolean | null;
|
|
54239
54163
|
isBillingCenter: boolean;
|
|
@@ -54307,7 +54231,6 @@ declare const billingCenterRoutes: {
|
|
|
54307
54231
|
emailOne: string | null;
|
|
54308
54232
|
emailTwo: string | null;
|
|
54309
54233
|
emailThree: string | null;
|
|
54310
|
-
eori: string | null;
|
|
54311
54234
|
tva: string | null;
|
|
54312
54235
|
isMailing: boolean;
|
|
54313
54236
|
telephone: string | null;
|
|
@@ -54322,6 +54245,7 @@ declare const billingCenterRoutes: {
|
|
|
54322
54245
|
isShowSecondBordereaux: boolean;
|
|
54323
54246
|
isShowCustomerName: boolean;
|
|
54324
54247
|
isShowCommercialValue: boolean;
|
|
54248
|
+
eori: string | null;
|
|
54325
54249
|
country?: {
|
|
54326
54250
|
id: number;
|
|
54327
54251
|
createdAt: Date;
|
|
@@ -54373,7 +54297,6 @@ declare const billingCenterRoutes: {
|
|
|
54373
54297
|
emailOne: string | null;
|
|
54374
54298
|
emailTwo: string | null;
|
|
54375
54299
|
emailThree: string | null;
|
|
54376
|
-
eori: string | null;
|
|
54377
54300
|
tva: string | null;
|
|
54378
54301
|
isTrackingMail: boolean | null;
|
|
54379
54302
|
isBillingCenter: boolean;
|
|
@@ -57988,7 +57911,6 @@ declare const supportTicketRoutes: {
|
|
|
57988
57911
|
emailOne: string | null;
|
|
57989
57912
|
emailTwo: string | null;
|
|
57990
57913
|
emailThree: string | null;
|
|
57991
|
-
eori: string | null;
|
|
57992
57914
|
tva: string | null;
|
|
57993
57915
|
isMailing: boolean;
|
|
57994
57916
|
telephone: string | null;
|
|
@@ -58003,6 +57925,7 @@ declare const supportTicketRoutes: {
|
|
|
58003
57925
|
isShowSecondBordereaux: boolean;
|
|
58004
57926
|
isShowCustomerName: boolean;
|
|
58005
57927
|
isShowCommercialValue: boolean;
|
|
57928
|
+
eori: string | null;
|
|
58006
57929
|
}, {
|
|
58007
57930
|
id: number;
|
|
58008
57931
|
createdAt: Date;
|
|
@@ -58041,7 +57964,6 @@ declare const supportTicketRoutes: {
|
|
|
58041
57964
|
emailOne: string | null;
|
|
58042
57965
|
emailTwo: string | null;
|
|
58043
57966
|
emailThree: string | null;
|
|
58044
|
-
eori: string | null;
|
|
58045
57967
|
tva: string | null;
|
|
58046
57968
|
isMailing: boolean;
|
|
58047
57969
|
telephone: string | null;
|
|
@@ -58056,6 +57978,7 @@ declare const supportTicketRoutes: {
|
|
|
58056
57978
|
isShowSecondBordereaux: boolean;
|
|
58057
57979
|
isShowCustomerName: boolean;
|
|
58058
57980
|
isShowCommercialValue: boolean;
|
|
57981
|
+
eori: string | null;
|
|
58059
57982
|
}>>>>;
|
|
58060
57983
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
58061
57984
|
id: number;
|
|
@@ -58105,7 +58028,6 @@ declare const supportTicketRoutes: {
|
|
|
58105
58028
|
emailOne: string | null;
|
|
58106
58029
|
emailTwo: string | null;
|
|
58107
58030
|
emailThree: string | null;
|
|
58108
|
-
eori: string | null;
|
|
58109
58031
|
tva: string | null;
|
|
58110
58032
|
isMailing: boolean;
|
|
58111
58033
|
telephone: string | null;
|
|
@@ -58120,6 +58042,7 @@ declare const supportTicketRoutes: {
|
|
|
58120
58042
|
isShowSecondBordereaux: boolean;
|
|
58121
58043
|
isShowCustomerName: boolean;
|
|
58122
58044
|
isShowCommercialValue: boolean;
|
|
58045
|
+
eori: string | null;
|
|
58123
58046
|
} | null | undefined;
|
|
58124
58047
|
user?: {
|
|
58125
58048
|
id: number;
|
|
@@ -58357,7 +58280,6 @@ declare const supportTicketRoutes: {
|
|
|
58357
58280
|
emailOne: string | null;
|
|
58358
58281
|
emailTwo: string | null;
|
|
58359
58282
|
emailThree: string | null;
|
|
58360
|
-
eori: string | null;
|
|
58361
58283
|
tva: string | null;
|
|
58362
58284
|
isMailing: boolean;
|
|
58363
58285
|
telephone: string | null;
|
|
@@ -58372,6 +58294,7 @@ declare const supportTicketRoutes: {
|
|
|
58372
58294
|
isShowSecondBordereaux: boolean;
|
|
58373
58295
|
isShowCustomerName: boolean;
|
|
58374
58296
|
isShowCommercialValue: boolean;
|
|
58297
|
+
eori: string | null;
|
|
58375
58298
|
} | null | undefined;
|
|
58376
58299
|
user?: {
|
|
58377
58300
|
id: number;
|
|
@@ -58611,7 +58534,6 @@ declare const supportTicketRoutes: {
|
|
|
58611
58534
|
emailOne: string | null;
|
|
58612
58535
|
emailTwo: string | null;
|
|
58613
58536
|
emailThree: string | null;
|
|
58614
|
-
eori: string | null;
|
|
58615
58537
|
tva: string | null;
|
|
58616
58538
|
isMailing: boolean;
|
|
58617
58539
|
telephone: string | null;
|
|
@@ -58626,6 +58548,7 @@ declare const supportTicketRoutes: {
|
|
|
58626
58548
|
isShowSecondBordereaux: boolean;
|
|
58627
58549
|
isShowCustomerName: boolean;
|
|
58628
58550
|
isShowCommercialValue: boolean;
|
|
58551
|
+
eori: string | null;
|
|
58629
58552
|
} | null | undefined;
|
|
58630
58553
|
user?: {
|
|
58631
58554
|
id: number;
|
|
@@ -58876,7 +58799,6 @@ declare const supportTicketRoutes: {
|
|
|
58876
58799
|
emailOne: string | null;
|
|
58877
58800
|
emailTwo: string | null;
|
|
58878
58801
|
emailThree: string | null;
|
|
58879
|
-
eori: string | null;
|
|
58880
58802
|
tva: string | null;
|
|
58881
58803
|
isMailing: boolean;
|
|
58882
58804
|
telephone: string | null;
|
|
@@ -58891,6 +58813,7 @@ declare const supportTicketRoutes: {
|
|
|
58891
58813
|
isShowSecondBordereaux: boolean;
|
|
58892
58814
|
isShowCustomerName: boolean;
|
|
58893
58815
|
isShowCommercialValue: boolean;
|
|
58816
|
+
eori: string | null;
|
|
58894
58817
|
} | null | undefined;
|
|
58895
58818
|
user?: {
|
|
58896
58819
|
id: number;
|
|
@@ -59147,7 +59070,6 @@ declare const supportTicketRoutes: {
|
|
|
59147
59070
|
emailOne: string | null;
|
|
59148
59071
|
emailTwo: string | null;
|
|
59149
59072
|
emailThree: string | null;
|
|
59150
|
-
eori: string | null;
|
|
59151
59073
|
tva: string | null;
|
|
59152
59074
|
isMailing: boolean;
|
|
59153
59075
|
telephone: string | null;
|
|
@@ -59162,6 +59084,7 @@ declare const supportTicketRoutes: {
|
|
|
59162
59084
|
isShowSecondBordereaux: boolean;
|
|
59163
59085
|
isShowCustomerName: boolean;
|
|
59164
59086
|
isShowCommercialValue: boolean;
|
|
59087
|
+
eori: string | null;
|
|
59165
59088
|
} | null | undefined;
|
|
59166
59089
|
user?: {
|
|
59167
59090
|
id: number;
|
|
@@ -59418,7 +59341,6 @@ declare const supportTicketRoutes: {
|
|
|
59418
59341
|
emailOne: string | null;
|
|
59419
59342
|
emailTwo: string | null;
|
|
59420
59343
|
emailThree: string | null;
|
|
59421
|
-
eori: string | null;
|
|
59422
59344
|
tva: string | null;
|
|
59423
59345
|
isMailing: boolean;
|
|
59424
59346
|
telephone: string | null;
|
|
@@ -59433,6 +59355,7 @@ declare const supportTicketRoutes: {
|
|
|
59433
59355
|
isShowSecondBordereaux: boolean;
|
|
59434
59356
|
isShowCustomerName: boolean;
|
|
59435
59357
|
isShowCommercialValue: boolean;
|
|
59358
|
+
eori: string | null;
|
|
59436
59359
|
} | null | undefined;
|
|
59437
59360
|
user?: {
|
|
59438
59361
|
id: number;
|
|
@@ -60409,7 +60332,6 @@ declare const supportTicketRoutes: {
|
|
|
60409
60332
|
emailOne: string | null;
|
|
60410
60333
|
emailTwo: string | null;
|
|
60411
60334
|
emailThree: string | null;
|
|
60412
|
-
eori: string | null;
|
|
60413
60335
|
tva: string | null;
|
|
60414
60336
|
isMailing: boolean;
|
|
60415
60337
|
telephone: string | null;
|
|
@@ -60424,6 +60346,7 @@ declare const supportTicketRoutes: {
|
|
|
60424
60346
|
isShowSecondBordereaux: boolean;
|
|
60425
60347
|
isShowCustomerName: boolean;
|
|
60426
60348
|
isShowCommercialValue: boolean;
|
|
60349
|
+
eori: string | null;
|
|
60427
60350
|
}, {
|
|
60428
60351
|
id: number;
|
|
60429
60352
|
createdAt: Date;
|
|
@@ -60462,7 +60385,6 @@ declare const supportTicketRoutes: {
|
|
|
60462
60385
|
emailOne: string | null;
|
|
60463
60386
|
emailTwo: string | null;
|
|
60464
60387
|
emailThree: string | null;
|
|
60465
|
-
eori: string | null;
|
|
60466
60388
|
tva: string | null;
|
|
60467
60389
|
isMailing: boolean;
|
|
60468
60390
|
telephone: string | null;
|
|
@@ -60477,6 +60399,7 @@ declare const supportTicketRoutes: {
|
|
|
60477
60399
|
isShowSecondBordereaux: boolean;
|
|
60478
60400
|
isShowCustomerName: boolean;
|
|
60479
60401
|
isShowCommercialValue: boolean;
|
|
60402
|
+
eori: string | null;
|
|
60480
60403
|
}>>>>;
|
|
60481
60404
|
}, {
|
|
60482
60405
|
messages: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -61145,7 +61068,6 @@ declare const supportTicketRoutes: {
|
|
|
61145
61068
|
emailOne: string | null;
|
|
61146
61069
|
emailTwo: string | null;
|
|
61147
61070
|
emailThree: string | null;
|
|
61148
|
-
eori: string | null;
|
|
61149
61071
|
tva: string | null;
|
|
61150
61072
|
isMailing: boolean;
|
|
61151
61073
|
telephone: string | null;
|
|
@@ -61160,6 +61082,7 @@ declare const supportTicketRoutes: {
|
|
|
61160
61082
|
isShowSecondBordereaux: boolean;
|
|
61161
61083
|
isShowCustomerName: boolean;
|
|
61162
61084
|
isShowCommercialValue: boolean;
|
|
61085
|
+
eori: string | null;
|
|
61163
61086
|
}, {
|
|
61164
61087
|
id: number;
|
|
61165
61088
|
createdAt: Date;
|
|
@@ -61198,7 +61121,6 @@ declare const supportTicketRoutes: {
|
|
|
61198
61121
|
emailOne: string | null;
|
|
61199
61122
|
emailTwo: string | null;
|
|
61200
61123
|
emailThree: string | null;
|
|
61201
|
-
eori: string | null;
|
|
61202
61124
|
tva: string | null;
|
|
61203
61125
|
isMailing: boolean;
|
|
61204
61126
|
telephone: string | null;
|
|
@@ -61213,6 +61135,7 @@ declare const supportTicketRoutes: {
|
|
|
61213
61135
|
isShowSecondBordereaux: boolean;
|
|
61214
61136
|
isShowCustomerName: boolean;
|
|
61215
61137
|
isShowCommercialValue: boolean;
|
|
61138
|
+
eori: string | null;
|
|
61216
61139
|
}>>>>;
|
|
61217
61140
|
}, "strip", z.ZodTypeAny, {
|
|
61218
61141
|
id: number;
|
|
@@ -61262,7 +61185,6 @@ declare const supportTicketRoutes: {
|
|
|
61262
61185
|
emailOne: string | null;
|
|
61263
61186
|
emailTwo: string | null;
|
|
61264
61187
|
emailThree: string | null;
|
|
61265
|
-
eori: string | null;
|
|
61266
61188
|
tva: string | null;
|
|
61267
61189
|
isMailing: boolean;
|
|
61268
61190
|
telephone: string | null;
|
|
@@ -61277,6 +61199,7 @@ declare const supportTicketRoutes: {
|
|
|
61277
61199
|
isShowSecondBordereaux: boolean;
|
|
61278
61200
|
isShowCustomerName: boolean;
|
|
61279
61201
|
isShowCommercialValue: boolean;
|
|
61202
|
+
eori: string | null;
|
|
61280
61203
|
} | null | undefined;
|
|
61281
61204
|
user?: {
|
|
61282
61205
|
id: number;
|
|
@@ -61514,7 +61437,6 @@ declare const supportTicketRoutes: {
|
|
|
61514
61437
|
emailOne: string | null;
|
|
61515
61438
|
emailTwo: string | null;
|
|
61516
61439
|
emailThree: string | null;
|
|
61517
|
-
eori: string | null;
|
|
61518
61440
|
tva: string | null;
|
|
61519
61441
|
isMailing: boolean;
|
|
61520
61442
|
telephone: string | null;
|
|
@@ -61529,6 +61451,7 @@ declare const supportTicketRoutes: {
|
|
|
61529
61451
|
isShowSecondBordereaux: boolean;
|
|
61530
61452
|
isShowCustomerName: boolean;
|
|
61531
61453
|
isShowCommercialValue: boolean;
|
|
61454
|
+
eori: string | null;
|
|
61532
61455
|
} | null | undefined;
|
|
61533
61456
|
user?: {
|
|
61534
61457
|
id: number;
|
|
@@ -61826,7 +61749,6 @@ declare const supportTicketRoutes: {
|
|
|
61826
61749
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
61827
61750
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
61828
61751
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
61829
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
61830
61752
|
tva: z.ZodNullable<z.ZodString>;
|
|
61831
61753
|
isTrackingMail: z.ZodNullable<z.ZodBoolean>;
|
|
61832
61754
|
isBillingCenter: z.ZodBoolean;
|
|
@@ -61898,7 +61820,6 @@ declare const supportTicketRoutes: {
|
|
|
61898
61820
|
emailOne: string | null;
|
|
61899
61821
|
emailTwo: string | null;
|
|
61900
61822
|
emailThree: string | null;
|
|
61901
|
-
eori: string | null;
|
|
61902
61823
|
tva: string | null;
|
|
61903
61824
|
isTrackingMail: boolean | null;
|
|
61904
61825
|
isBillingCenter: boolean;
|
|
@@ -61956,7 +61877,6 @@ declare const supportTicketRoutes: {
|
|
|
61956
61877
|
emailOne: string | null;
|
|
61957
61878
|
emailTwo: string | null;
|
|
61958
61879
|
emailThree: string | null;
|
|
61959
|
-
eori: string | null;
|
|
61960
61880
|
tva: string | null;
|
|
61961
61881
|
isTrackingMail: boolean | null;
|
|
61962
61882
|
isBillingCenter: boolean;
|
|
@@ -62269,7 +62189,6 @@ declare const supportTicketRoutes: {
|
|
|
62269
62189
|
emailOne: string | null;
|
|
62270
62190
|
emailTwo: string | null;
|
|
62271
62191
|
emailThree: string | null;
|
|
62272
|
-
eori: string | null;
|
|
62273
62192
|
tva: string | null;
|
|
62274
62193
|
isTrackingMail: boolean | null;
|
|
62275
62194
|
isBillingCenter: boolean;
|
|
@@ -62448,7 +62367,6 @@ declare const supportTicketRoutes: {
|
|
|
62448
62367
|
emailOne: string | null;
|
|
62449
62368
|
emailTwo: string | null;
|
|
62450
62369
|
emailThree: string | null;
|
|
62451
|
-
eori: string | null;
|
|
62452
62370
|
tva: string | null;
|
|
62453
62371
|
isTrackingMail: boolean | null;
|
|
62454
62372
|
isBillingCenter: boolean;
|
|
@@ -62637,7 +62555,6 @@ declare const supportTicketRoutes: {
|
|
|
62637
62555
|
emailOne: string | null;
|
|
62638
62556
|
emailTwo: string | null;
|
|
62639
62557
|
emailThree: string | null;
|
|
62640
|
-
eori: string | null;
|
|
62641
62558
|
tva: string | null;
|
|
62642
62559
|
isTrackingMail: boolean | null;
|
|
62643
62560
|
isBillingCenter: boolean;
|
|
@@ -62750,7 +62667,6 @@ declare const supportTicketRoutes: {
|
|
|
62750
62667
|
emailOne: string | null;
|
|
62751
62668
|
emailTwo: string | null;
|
|
62752
62669
|
emailThree: string | null;
|
|
62753
|
-
eori: string | null;
|
|
62754
62670
|
tva: string | null;
|
|
62755
62671
|
isMailing: boolean;
|
|
62756
62672
|
telephone: string | null;
|
|
@@ -62765,6 +62681,7 @@ declare const supportTicketRoutes: {
|
|
|
62765
62681
|
isShowSecondBordereaux: boolean;
|
|
62766
62682
|
isShowCustomerName: boolean;
|
|
62767
62683
|
isShowCommercialValue: boolean;
|
|
62684
|
+
eori: string | null;
|
|
62768
62685
|
} | null | undefined;
|
|
62769
62686
|
user?: {
|
|
62770
62687
|
id: number;
|
|
@@ -63079,7 +62996,6 @@ declare const supportTicketRoutes: {
|
|
|
63079
62996
|
emailOne: string | null;
|
|
63080
62997
|
emailTwo: string | null;
|
|
63081
62998
|
emailThree: string | null;
|
|
63082
|
-
eori: string | null;
|
|
63083
62999
|
tva: string | null;
|
|
63084
63000
|
isTrackingMail: boolean | null;
|
|
63085
63001
|
isBillingCenter: boolean;
|
|
@@ -63192,7 +63108,6 @@ declare const supportTicketRoutes: {
|
|
|
63192
63108
|
emailOne: string | null;
|
|
63193
63109
|
emailTwo: string | null;
|
|
63194
63110
|
emailThree: string | null;
|
|
63195
|
-
eori: string | null;
|
|
63196
63111
|
tva: string | null;
|
|
63197
63112
|
isMailing: boolean;
|
|
63198
63113
|
telephone: string | null;
|
|
@@ -63207,6 +63122,7 @@ declare const supportTicketRoutes: {
|
|
|
63207
63122
|
isShowSecondBordereaux: boolean;
|
|
63208
63123
|
isShowCustomerName: boolean;
|
|
63209
63124
|
isShowCommercialValue: boolean;
|
|
63125
|
+
eori: string | null;
|
|
63210
63126
|
} | null | undefined;
|
|
63211
63127
|
user?: {
|
|
63212
63128
|
id: number;
|
|
@@ -63447,7 +63363,6 @@ declare const supportTicketRoutes: {
|
|
|
63447
63363
|
emailOne: string | null;
|
|
63448
63364
|
emailTwo: string | null;
|
|
63449
63365
|
emailThree: string | null;
|
|
63450
|
-
eori: string | null;
|
|
63451
63366
|
tva: string | null;
|
|
63452
63367
|
isMailing: boolean;
|
|
63453
63368
|
telephone: string | null;
|
|
@@ -63462,6 +63377,7 @@ declare const supportTicketRoutes: {
|
|
|
63462
63377
|
isShowSecondBordereaux: boolean;
|
|
63463
63378
|
isShowCustomerName: boolean;
|
|
63464
63379
|
isShowCommercialValue: boolean;
|
|
63380
|
+
eori: string | null;
|
|
63465
63381
|
} | null | undefined;
|
|
63466
63382
|
user?: {
|
|
63467
63383
|
id: number;
|
|
@@ -63775,7 +63691,6 @@ declare const supportTicketRoutes: {
|
|
|
63775
63691
|
emailOne: string | null;
|
|
63776
63692
|
emailTwo: string | null;
|
|
63777
63693
|
emailThree: string | null;
|
|
63778
|
-
eori: string | null;
|
|
63779
63694
|
tva: string | null;
|
|
63780
63695
|
isTrackingMail: boolean | null;
|
|
63781
63696
|
isBillingCenter: boolean;
|
|
@@ -63888,7 +63803,6 @@ declare const supportTicketRoutes: {
|
|
|
63888
63803
|
emailOne: string | null;
|
|
63889
63804
|
emailTwo: string | null;
|
|
63890
63805
|
emailThree: string | null;
|
|
63891
|
-
eori: string | null;
|
|
63892
63806
|
tva: string | null;
|
|
63893
63807
|
isMailing: boolean;
|
|
63894
63808
|
telephone: string | null;
|
|
@@ -63903,6 +63817,7 @@ declare const supportTicketRoutes: {
|
|
|
63903
63817
|
isShowSecondBordereaux: boolean;
|
|
63904
63818
|
isShowCustomerName: boolean;
|
|
63905
63819
|
isShowCommercialValue: boolean;
|
|
63820
|
+
eori: string | null;
|
|
63906
63821
|
} | null | undefined;
|
|
63907
63822
|
user?: {
|
|
63908
63823
|
id: number;
|
|
@@ -64143,7 +64058,6 @@ declare const supportTicketRoutes: {
|
|
|
64143
64058
|
emailOne: string | null;
|
|
64144
64059
|
emailTwo: string | null;
|
|
64145
64060
|
emailThree: string | null;
|
|
64146
|
-
eori: string | null;
|
|
64147
64061
|
tva: string | null;
|
|
64148
64062
|
isMailing: boolean;
|
|
64149
64063
|
telephone: string | null;
|
|
@@ -64158,6 +64072,7 @@ declare const supportTicketRoutes: {
|
|
|
64158
64072
|
isShowSecondBordereaux: boolean;
|
|
64159
64073
|
isShowCustomerName: boolean;
|
|
64160
64074
|
isShowCommercialValue: boolean;
|
|
64075
|
+
eori: string | null;
|
|
64161
64076
|
} | null | undefined;
|
|
64162
64077
|
user?: {
|
|
64163
64078
|
id: number;
|
|
@@ -64471,7 +64386,6 @@ declare const supportTicketRoutes: {
|
|
|
64471
64386
|
emailOne: string | null;
|
|
64472
64387
|
emailTwo: string | null;
|
|
64473
64388
|
emailThree: string | null;
|
|
64474
|
-
eori: string | null;
|
|
64475
64389
|
tva: string | null;
|
|
64476
64390
|
isTrackingMail: boolean | null;
|
|
64477
64391
|
isBillingCenter: boolean;
|
|
@@ -64584,7 +64498,6 @@ declare const supportTicketRoutes: {
|
|
|
64584
64498
|
emailOne: string | null;
|
|
64585
64499
|
emailTwo: string | null;
|
|
64586
64500
|
emailThree: string | null;
|
|
64587
|
-
eori: string | null;
|
|
64588
64501
|
tva: string | null;
|
|
64589
64502
|
isMailing: boolean;
|
|
64590
64503
|
telephone: string | null;
|
|
@@ -64599,6 +64512,7 @@ declare const supportTicketRoutes: {
|
|
|
64599
64512
|
isShowSecondBordereaux: boolean;
|
|
64600
64513
|
isShowCustomerName: boolean;
|
|
64601
64514
|
isShowCommercialValue: boolean;
|
|
64515
|
+
eori: string | null;
|
|
64602
64516
|
} | null | undefined;
|
|
64603
64517
|
user?: {
|
|
64604
64518
|
id: number;
|
|
@@ -64845,7 +64759,6 @@ declare const supportTicketRoutes: {
|
|
|
64845
64759
|
emailOne: string | null;
|
|
64846
64760
|
emailTwo: string | null;
|
|
64847
64761
|
emailThree: string | null;
|
|
64848
|
-
eori: string | null;
|
|
64849
64762
|
tva: string | null;
|
|
64850
64763
|
isMailing: boolean;
|
|
64851
64764
|
telephone: string | null;
|
|
@@ -64860,6 +64773,7 @@ declare const supportTicketRoutes: {
|
|
|
64860
64773
|
isShowSecondBordereaux: boolean;
|
|
64861
64774
|
isShowCustomerName: boolean;
|
|
64862
64775
|
isShowCommercialValue: boolean;
|
|
64776
|
+
eori: string | null;
|
|
64863
64777
|
} | null | undefined;
|
|
64864
64778
|
user?: {
|
|
64865
64779
|
id: number;
|
|
@@ -65173,7 +65087,6 @@ declare const supportTicketRoutes: {
|
|
|
65173
65087
|
emailOne: string | null;
|
|
65174
65088
|
emailTwo: string | null;
|
|
65175
65089
|
emailThree: string | null;
|
|
65176
|
-
eori: string | null;
|
|
65177
65090
|
tva: string | null;
|
|
65178
65091
|
isTrackingMail: boolean | null;
|
|
65179
65092
|
isBillingCenter: boolean;
|
|
@@ -65286,7 +65199,6 @@ declare const supportTicketRoutes: {
|
|
|
65286
65199
|
emailOne: string | null;
|
|
65287
65200
|
emailTwo: string | null;
|
|
65288
65201
|
emailThree: string | null;
|
|
65289
|
-
eori: string | null;
|
|
65290
65202
|
tva: string | null;
|
|
65291
65203
|
isMailing: boolean;
|
|
65292
65204
|
telephone: string | null;
|
|
@@ -65301,6 +65213,7 @@ declare const supportTicketRoutes: {
|
|
|
65301
65213
|
isShowSecondBordereaux: boolean;
|
|
65302
65214
|
isShowCustomerName: boolean;
|
|
65303
65215
|
isShowCommercialValue: boolean;
|
|
65216
|
+
eori: string | null;
|
|
65304
65217
|
} | null | undefined;
|
|
65305
65218
|
user?: {
|
|
65306
65219
|
id: number;
|
|
@@ -65547,7 +65460,6 @@ declare const supportTicketRoutes: {
|
|
|
65547
65460
|
emailOne: string | null;
|
|
65548
65461
|
emailTwo: string | null;
|
|
65549
65462
|
emailThree: string | null;
|
|
65550
|
-
eori: string | null;
|
|
65551
65463
|
tva: string | null;
|
|
65552
65464
|
isMailing: boolean;
|
|
65553
65465
|
telephone: string | null;
|
|
@@ -65562,6 +65474,7 @@ declare const supportTicketRoutes: {
|
|
|
65562
65474
|
isShowSecondBordereaux: boolean;
|
|
65563
65475
|
isShowCustomerName: boolean;
|
|
65564
65476
|
isShowCommercialValue: boolean;
|
|
65477
|
+
eori: string | null;
|
|
65565
65478
|
} | null | undefined;
|
|
65566
65479
|
user?: {
|
|
65567
65480
|
id: number;
|
|
@@ -65875,7 +65788,6 @@ declare const supportTicketRoutes: {
|
|
|
65875
65788
|
emailOne: string | null;
|
|
65876
65789
|
emailTwo: string | null;
|
|
65877
65790
|
emailThree: string | null;
|
|
65878
|
-
eori: string | null;
|
|
65879
65791
|
tva: string | null;
|
|
65880
65792
|
isTrackingMail: boolean | null;
|
|
65881
65793
|
isBillingCenter: boolean;
|
|
@@ -65988,7 +65900,6 @@ declare const supportTicketRoutes: {
|
|
|
65988
65900
|
emailOne: string | null;
|
|
65989
65901
|
emailTwo: string | null;
|
|
65990
65902
|
emailThree: string | null;
|
|
65991
|
-
eori: string | null;
|
|
65992
65903
|
tva: string | null;
|
|
65993
65904
|
isMailing: boolean;
|
|
65994
65905
|
telephone: string | null;
|
|
@@ -66003,6 +65914,7 @@ declare const supportTicketRoutes: {
|
|
|
66003
65914
|
isShowSecondBordereaux: boolean;
|
|
66004
65915
|
isShowCustomerName: boolean;
|
|
66005
65916
|
isShowCommercialValue: boolean;
|
|
65917
|
+
eori: string | null;
|
|
66006
65918
|
} | null | undefined;
|
|
66007
65919
|
user?: {
|
|
66008
65920
|
id: number;
|
|
@@ -67001,7 +66913,6 @@ declare const supportTicketRoutes: {
|
|
|
67001
66913
|
emailOne: string | null;
|
|
67002
66914
|
emailTwo: string | null;
|
|
67003
66915
|
emailThree: string | null;
|
|
67004
|
-
eori: string | null;
|
|
67005
66916
|
tva: string | null;
|
|
67006
66917
|
isMailing: boolean;
|
|
67007
66918
|
telephone: string | null;
|
|
@@ -67016,6 +66927,7 @@ declare const supportTicketRoutes: {
|
|
|
67016
66927
|
isShowSecondBordereaux: boolean;
|
|
67017
66928
|
isShowCustomerName: boolean;
|
|
67018
66929
|
isShowCommercialValue: boolean;
|
|
66930
|
+
eori: string | null;
|
|
67019
66931
|
}, {
|
|
67020
66932
|
id: number;
|
|
67021
66933
|
createdAt: Date;
|
|
@@ -67054,7 +66966,6 @@ declare const supportTicketRoutes: {
|
|
|
67054
66966
|
emailOne: string | null;
|
|
67055
66967
|
emailTwo: string | null;
|
|
67056
66968
|
emailThree: string | null;
|
|
67057
|
-
eori: string | null;
|
|
67058
66969
|
tva: string | null;
|
|
67059
66970
|
isMailing: boolean;
|
|
67060
66971
|
telephone: string | null;
|
|
@@ -67069,6 +66980,7 @@ declare const supportTicketRoutes: {
|
|
|
67069
66980
|
isShowSecondBordereaux: boolean;
|
|
67070
66981
|
isShowCustomerName: boolean;
|
|
67071
66982
|
isShowCommercialValue: boolean;
|
|
66983
|
+
eori: string | null;
|
|
67072
66984
|
}>>>>;
|
|
67073
66985
|
}, "strip", z.ZodTypeAny, {
|
|
67074
66986
|
id: number;
|
|
@@ -67118,7 +67030,6 @@ declare const supportTicketRoutes: {
|
|
|
67118
67030
|
emailOne: string | null;
|
|
67119
67031
|
emailTwo: string | null;
|
|
67120
67032
|
emailThree: string | null;
|
|
67121
|
-
eori: string | null;
|
|
67122
67033
|
tva: string | null;
|
|
67123
67034
|
isMailing: boolean;
|
|
67124
67035
|
telephone: string | null;
|
|
@@ -67133,6 +67044,7 @@ declare const supportTicketRoutes: {
|
|
|
67133
67044
|
isShowSecondBordereaux: boolean;
|
|
67134
67045
|
isShowCustomerName: boolean;
|
|
67135
67046
|
isShowCommercialValue: boolean;
|
|
67047
|
+
eori: string | null;
|
|
67136
67048
|
} | null | undefined;
|
|
67137
67049
|
user?: {
|
|
67138
67050
|
id: number;
|
|
@@ -67370,7 +67282,6 @@ declare const supportTicketRoutes: {
|
|
|
67370
67282
|
emailOne: string | null;
|
|
67371
67283
|
emailTwo: string | null;
|
|
67372
67284
|
emailThree: string | null;
|
|
67373
|
-
eori: string | null;
|
|
67374
67285
|
tva: string | null;
|
|
67375
67286
|
isMailing: boolean;
|
|
67376
67287
|
telephone: string | null;
|
|
@@ -67385,6 +67296,7 @@ declare const supportTicketRoutes: {
|
|
|
67385
67296
|
isShowSecondBordereaux: boolean;
|
|
67386
67297
|
isShowCustomerName: boolean;
|
|
67387
67298
|
isShowCommercialValue: boolean;
|
|
67299
|
+
eori: string | null;
|
|
67388
67300
|
} | null | undefined;
|
|
67389
67301
|
user?: {
|
|
67390
67302
|
id: number;
|
|
@@ -67628,7 +67540,6 @@ declare const supportTicketRoutes: {
|
|
|
67628
67540
|
emailOne: string | null;
|
|
67629
67541
|
emailTwo: string | null;
|
|
67630
67542
|
emailThree: string | null;
|
|
67631
|
-
eori: string | null;
|
|
67632
67543
|
tva: string | null;
|
|
67633
67544
|
isMailing: boolean;
|
|
67634
67545
|
telephone: string | null;
|
|
@@ -67643,6 +67554,7 @@ declare const supportTicketRoutes: {
|
|
|
67643
67554
|
isShowSecondBordereaux: boolean;
|
|
67644
67555
|
isShowCustomerName: boolean;
|
|
67645
67556
|
isShowCommercialValue: boolean;
|
|
67557
|
+
eori: string | null;
|
|
67646
67558
|
} | null | undefined;
|
|
67647
67559
|
user?: {
|
|
67648
67560
|
id: number;
|
|
@@ -67886,7 +67798,6 @@ declare const supportTicketRoutes: {
|
|
|
67886
67798
|
emailOne: string | null;
|
|
67887
67799
|
emailTwo: string | null;
|
|
67888
67800
|
emailThree: string | null;
|
|
67889
|
-
eori: string | null;
|
|
67890
67801
|
tva: string | null;
|
|
67891
67802
|
isMailing: boolean;
|
|
67892
67803
|
telephone: string | null;
|
|
@@ -67901,6 +67812,7 @@ declare const supportTicketRoutes: {
|
|
|
67901
67812
|
isShowSecondBordereaux: boolean;
|
|
67902
67813
|
isShowCustomerName: boolean;
|
|
67903
67814
|
isShowCommercialValue: boolean;
|
|
67815
|
+
eori: string | null;
|
|
67904
67816
|
} | null | undefined;
|
|
67905
67817
|
user?: {
|
|
67906
67818
|
id: number;
|
|
@@ -68884,7 +68796,6 @@ declare const supportTicketRoutes: {
|
|
|
68884
68796
|
emailOne: string | null;
|
|
68885
68797
|
emailTwo: string | null;
|
|
68886
68798
|
emailThree: string | null;
|
|
68887
|
-
eori: string | null;
|
|
68888
68799
|
tva: string | null;
|
|
68889
68800
|
isMailing: boolean;
|
|
68890
68801
|
telephone: string | null;
|
|
@@ -68899,6 +68810,7 @@ declare const supportTicketRoutes: {
|
|
|
68899
68810
|
isShowSecondBordereaux: boolean;
|
|
68900
68811
|
isShowCustomerName: boolean;
|
|
68901
68812
|
isShowCommercialValue: boolean;
|
|
68813
|
+
eori: string | null;
|
|
68902
68814
|
}, {
|
|
68903
68815
|
id: number;
|
|
68904
68816
|
createdAt: Date;
|
|
@@ -68937,7 +68849,6 @@ declare const supportTicketRoutes: {
|
|
|
68937
68849
|
emailOne: string | null;
|
|
68938
68850
|
emailTwo: string | null;
|
|
68939
68851
|
emailThree: string | null;
|
|
68940
|
-
eori: string | null;
|
|
68941
68852
|
tva: string | null;
|
|
68942
68853
|
isMailing: boolean;
|
|
68943
68854
|
telephone: string | null;
|
|
@@ -68952,6 +68863,7 @@ declare const supportTicketRoutes: {
|
|
|
68952
68863
|
isShowSecondBordereaux: boolean;
|
|
68953
68864
|
isShowCustomerName: boolean;
|
|
68954
68865
|
isShowCommercialValue: boolean;
|
|
68866
|
+
eori: string | null;
|
|
68955
68867
|
}>>>>;
|
|
68956
68868
|
}, "strip", z.ZodTypeAny, {
|
|
68957
68869
|
id: number;
|
|
@@ -69001,7 +68913,6 @@ declare const supportTicketRoutes: {
|
|
|
69001
68913
|
emailOne: string | null;
|
|
69002
68914
|
emailTwo: string | null;
|
|
69003
68915
|
emailThree: string | null;
|
|
69004
|
-
eori: string | null;
|
|
69005
68916
|
tva: string | null;
|
|
69006
68917
|
isMailing: boolean;
|
|
69007
68918
|
telephone: string | null;
|
|
@@ -69016,6 +68927,7 @@ declare const supportTicketRoutes: {
|
|
|
69016
68927
|
isShowSecondBordereaux: boolean;
|
|
69017
68928
|
isShowCustomerName: boolean;
|
|
69018
68929
|
isShowCommercialValue: boolean;
|
|
68930
|
+
eori: string | null;
|
|
69019
68931
|
} | null | undefined;
|
|
69020
68932
|
user?: {
|
|
69021
68933
|
id: number;
|
|
@@ -69253,7 +69165,6 @@ declare const supportTicketRoutes: {
|
|
|
69253
69165
|
emailOne: string | null;
|
|
69254
69166
|
emailTwo: string | null;
|
|
69255
69167
|
emailThree: string | null;
|
|
69256
|
-
eori: string | null;
|
|
69257
69168
|
tva: string | null;
|
|
69258
69169
|
isMailing: boolean;
|
|
69259
69170
|
telephone: string | null;
|
|
@@ -69268,6 +69179,7 @@ declare const supportTicketRoutes: {
|
|
|
69268
69179
|
isShowSecondBordereaux: boolean;
|
|
69269
69180
|
isShowCustomerName: boolean;
|
|
69270
69181
|
isShowCommercialValue: boolean;
|
|
69182
|
+
eori: string | null;
|
|
69271
69183
|
} | null | undefined;
|
|
69272
69184
|
user?: {
|
|
69273
69185
|
id: number;
|
|
@@ -69565,7 +69477,6 @@ declare const supportTicketRoutes: {
|
|
|
69565
69477
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
69566
69478
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
69567
69479
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
69568
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
69569
69480
|
tva: z.ZodNullable<z.ZodString>;
|
|
69570
69481
|
isTrackingMail: z.ZodNullable<z.ZodBoolean>;
|
|
69571
69482
|
isBillingCenter: z.ZodBoolean;
|
|
@@ -69637,7 +69548,6 @@ declare const supportTicketRoutes: {
|
|
|
69637
69548
|
emailOne: string | null;
|
|
69638
69549
|
emailTwo: string | null;
|
|
69639
69550
|
emailThree: string | null;
|
|
69640
|
-
eori: string | null;
|
|
69641
69551
|
tva: string | null;
|
|
69642
69552
|
isTrackingMail: boolean | null;
|
|
69643
69553
|
isBillingCenter: boolean;
|
|
@@ -69695,7 +69605,6 @@ declare const supportTicketRoutes: {
|
|
|
69695
69605
|
emailOne: string | null;
|
|
69696
69606
|
emailTwo: string | null;
|
|
69697
69607
|
emailThree: string | null;
|
|
69698
|
-
eori: string | null;
|
|
69699
69608
|
tva: string | null;
|
|
69700
69609
|
isTrackingMail: boolean | null;
|
|
69701
69610
|
isBillingCenter: boolean;
|
|
@@ -70008,7 +69917,6 @@ declare const supportTicketRoutes: {
|
|
|
70008
69917
|
emailOne: string | null;
|
|
70009
69918
|
emailTwo: string | null;
|
|
70010
69919
|
emailThree: string | null;
|
|
70011
|
-
eori: string | null;
|
|
70012
69920
|
tva: string | null;
|
|
70013
69921
|
isTrackingMail: boolean | null;
|
|
70014
69922
|
isBillingCenter: boolean;
|
|
@@ -70187,7 +70095,6 @@ declare const supportTicketRoutes: {
|
|
|
70187
70095
|
emailOne: string | null;
|
|
70188
70096
|
emailTwo: string | null;
|
|
70189
70097
|
emailThree: string | null;
|
|
70190
|
-
eori: string | null;
|
|
70191
70098
|
tva: string | null;
|
|
70192
70099
|
isTrackingMail: boolean | null;
|
|
70193
70100
|
isBillingCenter: boolean;
|
|
@@ -70376,7 +70283,6 @@ declare const supportTicketRoutes: {
|
|
|
70376
70283
|
emailOne: string | null;
|
|
70377
70284
|
emailTwo: string | null;
|
|
70378
70285
|
emailThree: string | null;
|
|
70379
|
-
eori: string | null;
|
|
70380
70286
|
tva: string | null;
|
|
70381
70287
|
isTrackingMail: boolean | null;
|
|
70382
70288
|
isBillingCenter: boolean;
|
|
@@ -70489,7 +70395,6 @@ declare const supportTicketRoutes: {
|
|
|
70489
70395
|
emailOne: string | null;
|
|
70490
70396
|
emailTwo: string | null;
|
|
70491
70397
|
emailThree: string | null;
|
|
70492
|
-
eori: string | null;
|
|
70493
70398
|
tva: string | null;
|
|
70494
70399
|
isMailing: boolean;
|
|
70495
70400
|
telephone: string | null;
|
|
@@ -70504,6 +70409,7 @@ declare const supportTicketRoutes: {
|
|
|
70504
70409
|
isShowSecondBordereaux: boolean;
|
|
70505
70410
|
isShowCustomerName: boolean;
|
|
70506
70411
|
isShowCommercialValue: boolean;
|
|
70412
|
+
eori: string | null;
|
|
70507
70413
|
} | null | undefined;
|
|
70508
70414
|
user?: {
|
|
70509
70415
|
id: number;
|
|
@@ -70818,7 +70724,6 @@ declare const supportTicketRoutes: {
|
|
|
70818
70724
|
emailOne: string | null;
|
|
70819
70725
|
emailTwo: string | null;
|
|
70820
70726
|
emailThree: string | null;
|
|
70821
|
-
eori: string | null;
|
|
70822
70727
|
tva: string | null;
|
|
70823
70728
|
isTrackingMail: boolean | null;
|
|
70824
70729
|
isBillingCenter: boolean;
|
|
@@ -70931,7 +70836,6 @@ declare const supportTicketRoutes: {
|
|
|
70931
70836
|
emailOne: string | null;
|
|
70932
70837
|
emailTwo: string | null;
|
|
70933
70838
|
emailThree: string | null;
|
|
70934
|
-
eori: string | null;
|
|
70935
70839
|
tva: string | null;
|
|
70936
70840
|
isMailing: boolean;
|
|
70937
70841
|
telephone: string | null;
|
|
@@ -70946,6 +70850,7 @@ declare const supportTicketRoutes: {
|
|
|
70946
70850
|
isShowSecondBordereaux: boolean;
|
|
70947
70851
|
isShowCustomerName: boolean;
|
|
70948
70852
|
isShowCommercialValue: boolean;
|
|
70853
|
+
eori: string | null;
|
|
70949
70854
|
} | null | undefined;
|
|
70950
70855
|
user?: {
|
|
70951
70856
|
id: number;
|
|
@@ -71266,7 +71171,6 @@ declare const supportTicketRoutes: {
|
|
|
71266
71171
|
emailOne: string | null;
|
|
71267
71172
|
emailTwo: string | null;
|
|
71268
71173
|
emailThree: string | null;
|
|
71269
|
-
eori: string | null;
|
|
71270
71174
|
tva: string | null;
|
|
71271
71175
|
isTrackingMail: boolean | null;
|
|
71272
71176
|
isBillingCenter: boolean;
|
|
@@ -71379,7 +71283,6 @@ declare const supportTicketRoutes: {
|
|
|
71379
71283
|
emailOne: string | null;
|
|
71380
71284
|
emailTwo: string | null;
|
|
71381
71285
|
emailThree: string | null;
|
|
71382
|
-
eori: string | null;
|
|
71383
71286
|
tva: string | null;
|
|
71384
71287
|
isMailing: boolean;
|
|
71385
71288
|
telephone: string | null;
|
|
@@ -71394,6 +71297,7 @@ declare const supportTicketRoutes: {
|
|
|
71394
71297
|
isShowSecondBordereaux: boolean;
|
|
71395
71298
|
isShowCustomerName: boolean;
|
|
71396
71299
|
isShowCommercialValue: boolean;
|
|
71300
|
+
eori: string | null;
|
|
71397
71301
|
} | null | undefined;
|
|
71398
71302
|
user?: {
|
|
71399
71303
|
id: number;
|
|
@@ -71714,7 +71618,6 @@ declare const supportTicketRoutes: {
|
|
|
71714
71618
|
emailOne: string | null;
|
|
71715
71619
|
emailTwo: string | null;
|
|
71716
71620
|
emailThree: string | null;
|
|
71717
|
-
eori: string | null;
|
|
71718
71621
|
tva: string | null;
|
|
71719
71622
|
isTrackingMail: boolean | null;
|
|
71720
71623
|
isBillingCenter: boolean;
|
|
@@ -71827,7 +71730,6 @@ declare const supportTicketRoutes: {
|
|
|
71827
71730
|
emailOne: string | null;
|
|
71828
71731
|
emailTwo: string | null;
|
|
71829
71732
|
emailThree: string | null;
|
|
71830
|
-
eori: string | null;
|
|
71831
71733
|
tva: string | null;
|
|
71832
71734
|
isMailing: boolean;
|
|
71833
71735
|
telephone: string | null;
|
|
@@ -71842,6 +71744,7 @@ declare const supportTicketRoutes: {
|
|
|
71842
71744
|
isShowSecondBordereaux: boolean;
|
|
71843
71745
|
isShowCustomerName: boolean;
|
|
71844
71746
|
isShowCommercialValue: boolean;
|
|
71747
|
+
eori: string | null;
|
|
71845
71748
|
} | null | undefined;
|
|
71846
71749
|
user?: {
|
|
71847
71750
|
id: number;
|
|
@@ -72807,7 +72710,6 @@ declare const supportTicketRoutes: {
|
|
|
72807
72710
|
emailOne: string | null;
|
|
72808
72711
|
emailTwo: string | null;
|
|
72809
72712
|
emailThree: string | null;
|
|
72810
|
-
eori: string | null;
|
|
72811
72713
|
tva: string | null;
|
|
72812
72714
|
isMailing: boolean;
|
|
72813
72715
|
telephone: string | null;
|
|
@@ -72822,6 +72724,7 @@ declare const supportTicketRoutes: {
|
|
|
72822
72724
|
isShowSecondBordereaux: boolean;
|
|
72823
72725
|
isShowCustomerName: boolean;
|
|
72824
72726
|
isShowCommercialValue: boolean;
|
|
72727
|
+
eori: string | null;
|
|
72825
72728
|
}, {
|
|
72826
72729
|
id: number;
|
|
72827
72730
|
createdAt: Date;
|
|
@@ -72860,7 +72763,6 @@ declare const supportTicketRoutes: {
|
|
|
72860
72763
|
emailOne: string | null;
|
|
72861
72764
|
emailTwo: string | null;
|
|
72862
72765
|
emailThree: string | null;
|
|
72863
|
-
eori: string | null;
|
|
72864
72766
|
tva: string | null;
|
|
72865
72767
|
isMailing: boolean;
|
|
72866
72768
|
telephone: string | null;
|
|
@@ -72875,6 +72777,7 @@ declare const supportTicketRoutes: {
|
|
|
72875
72777
|
isShowSecondBordereaux: boolean;
|
|
72876
72778
|
isShowCustomerName: boolean;
|
|
72877
72779
|
isShowCommercialValue: boolean;
|
|
72780
|
+
eori: string | null;
|
|
72878
72781
|
}>>>>;
|
|
72879
72782
|
}, "strip", z.ZodTypeAny, {
|
|
72880
72783
|
id: number;
|
|
@@ -72924,7 +72827,6 @@ declare const supportTicketRoutes: {
|
|
|
72924
72827
|
emailOne: string | null;
|
|
72925
72828
|
emailTwo: string | null;
|
|
72926
72829
|
emailThree: string | null;
|
|
72927
|
-
eori: string | null;
|
|
72928
72830
|
tva: string | null;
|
|
72929
72831
|
isMailing: boolean;
|
|
72930
72832
|
telephone: string | null;
|
|
@@ -72939,6 +72841,7 @@ declare const supportTicketRoutes: {
|
|
|
72939
72841
|
isShowSecondBordereaux: boolean;
|
|
72940
72842
|
isShowCustomerName: boolean;
|
|
72941
72843
|
isShowCommercialValue: boolean;
|
|
72844
|
+
eori: string | null;
|
|
72942
72845
|
} | null | undefined;
|
|
72943
72846
|
user?: {
|
|
72944
72847
|
id: number;
|
|
@@ -73176,7 +73079,6 @@ declare const supportTicketRoutes: {
|
|
|
73176
73079
|
emailOne: string | null;
|
|
73177
73080
|
emailTwo: string | null;
|
|
73178
73081
|
emailThree: string | null;
|
|
73179
|
-
eori: string | null;
|
|
73180
73082
|
tva: string | null;
|
|
73181
73083
|
isMailing: boolean;
|
|
73182
73084
|
telephone: string | null;
|
|
@@ -73191,6 +73093,7 @@ declare const supportTicketRoutes: {
|
|
|
73191
73093
|
isShowSecondBordereaux: boolean;
|
|
73192
73094
|
isShowCustomerName: boolean;
|
|
73193
73095
|
isShowCommercialValue: boolean;
|
|
73096
|
+
eori: string | null;
|
|
73194
73097
|
} | null | undefined;
|
|
73195
73098
|
user?: {
|
|
73196
73099
|
id: number;
|
|
@@ -73434,7 +73337,6 @@ declare const supportTicketRoutes: {
|
|
|
73434
73337
|
emailOne: string | null;
|
|
73435
73338
|
emailTwo: string | null;
|
|
73436
73339
|
emailThree: string | null;
|
|
73437
|
-
eori: string | null;
|
|
73438
73340
|
tva: string | null;
|
|
73439
73341
|
isMailing: boolean;
|
|
73440
73342
|
telephone: string | null;
|
|
@@ -73449,6 +73351,7 @@ declare const supportTicketRoutes: {
|
|
|
73449
73351
|
isShowSecondBordereaux: boolean;
|
|
73450
73352
|
isShowCustomerName: boolean;
|
|
73451
73353
|
isShowCommercialValue: boolean;
|
|
73354
|
+
eori: string | null;
|
|
73452
73355
|
} | null | undefined;
|
|
73453
73356
|
user?: {
|
|
73454
73357
|
id: number;
|
|
@@ -73692,7 +73595,6 @@ declare const supportTicketRoutes: {
|
|
|
73692
73595
|
emailOne: string | null;
|
|
73693
73596
|
emailTwo: string | null;
|
|
73694
73597
|
emailThree: string | null;
|
|
73695
|
-
eori: string | null;
|
|
73696
73598
|
tva: string | null;
|
|
73697
73599
|
isMailing: boolean;
|
|
73698
73600
|
telephone: string | null;
|
|
@@ -73707,6 +73609,7 @@ declare const supportTicketRoutes: {
|
|
|
73707
73609
|
isShowSecondBordereaux: boolean;
|
|
73708
73610
|
isShowCustomerName: boolean;
|
|
73709
73611
|
isShowCommercialValue: boolean;
|
|
73612
|
+
eori: string | null;
|
|
73710
73613
|
} | null | undefined;
|
|
73711
73614
|
user?: {
|
|
73712
73615
|
id: number;
|
|
@@ -74671,7 +74574,6 @@ declare const supportTicketRoutes: {
|
|
|
74671
74574
|
emailOne: string | null;
|
|
74672
74575
|
emailTwo: string | null;
|
|
74673
74576
|
emailThree: string | null;
|
|
74674
|
-
eori: string | null;
|
|
74675
74577
|
tva: string | null;
|
|
74676
74578
|
isMailing: boolean;
|
|
74677
74579
|
telephone: string | null;
|
|
@@ -74686,6 +74588,7 @@ declare const supportTicketRoutes: {
|
|
|
74686
74588
|
isShowSecondBordereaux: boolean;
|
|
74687
74589
|
isShowCustomerName: boolean;
|
|
74688
74590
|
isShowCommercialValue: boolean;
|
|
74591
|
+
eori: string | null;
|
|
74689
74592
|
}, {
|
|
74690
74593
|
id: number;
|
|
74691
74594
|
createdAt: Date;
|
|
@@ -74724,7 +74627,6 @@ declare const supportTicketRoutes: {
|
|
|
74724
74627
|
emailOne: string | null;
|
|
74725
74628
|
emailTwo: string | null;
|
|
74726
74629
|
emailThree: string | null;
|
|
74727
|
-
eori: string | null;
|
|
74728
74630
|
tva: string | null;
|
|
74729
74631
|
isMailing: boolean;
|
|
74730
74632
|
telephone: string | null;
|
|
@@ -74739,6 +74641,7 @@ declare const supportTicketRoutes: {
|
|
|
74739
74641
|
isShowSecondBordereaux: boolean;
|
|
74740
74642
|
isShowCustomerName: boolean;
|
|
74741
74643
|
isShowCommercialValue: boolean;
|
|
74644
|
+
eori: string | null;
|
|
74742
74645
|
}>>>>;
|
|
74743
74646
|
}, "strip", z.ZodTypeAny, {
|
|
74744
74647
|
id: number;
|
|
@@ -74788,7 +74691,6 @@ declare const supportTicketRoutes: {
|
|
|
74788
74691
|
emailOne: string | null;
|
|
74789
74692
|
emailTwo: string | null;
|
|
74790
74693
|
emailThree: string | null;
|
|
74791
|
-
eori: string | null;
|
|
74792
74694
|
tva: string | null;
|
|
74793
74695
|
isMailing: boolean;
|
|
74794
74696
|
telephone: string | null;
|
|
@@ -74803,6 +74705,7 @@ declare const supportTicketRoutes: {
|
|
|
74803
74705
|
isShowSecondBordereaux: boolean;
|
|
74804
74706
|
isShowCustomerName: boolean;
|
|
74805
74707
|
isShowCommercialValue: boolean;
|
|
74708
|
+
eori: string | null;
|
|
74806
74709
|
} | null | undefined;
|
|
74807
74710
|
user?: {
|
|
74808
74711
|
id: number;
|
|
@@ -75040,7 +74943,6 @@ declare const supportTicketRoutes: {
|
|
|
75040
74943
|
emailOne: string | null;
|
|
75041
74944
|
emailTwo: string | null;
|
|
75042
74945
|
emailThree: string | null;
|
|
75043
|
-
eori: string | null;
|
|
75044
74946
|
tva: string | null;
|
|
75045
74947
|
isMailing: boolean;
|
|
75046
74948
|
telephone: string | null;
|
|
@@ -75055,6 +74957,7 @@ declare const supportTicketRoutes: {
|
|
|
75055
74957
|
isShowSecondBordereaux: boolean;
|
|
75056
74958
|
isShowCustomerName: boolean;
|
|
75057
74959
|
isShowCommercialValue: boolean;
|
|
74960
|
+
eori: string | null;
|
|
75058
74961
|
} | null | undefined;
|
|
75059
74962
|
user?: {
|
|
75060
74963
|
id: number;
|
|
@@ -75298,7 +75201,6 @@ declare const supportTicketRoutes: {
|
|
|
75298
75201
|
emailOne: string | null;
|
|
75299
75202
|
emailTwo: string | null;
|
|
75300
75203
|
emailThree: string | null;
|
|
75301
|
-
eori: string | null;
|
|
75302
75204
|
tva: string | null;
|
|
75303
75205
|
isMailing: boolean;
|
|
75304
75206
|
telephone: string | null;
|
|
@@ -75313,6 +75215,7 @@ declare const supportTicketRoutes: {
|
|
|
75313
75215
|
isShowSecondBordereaux: boolean;
|
|
75314
75216
|
isShowCustomerName: boolean;
|
|
75315
75217
|
isShowCommercialValue: boolean;
|
|
75218
|
+
eori: string | null;
|
|
75316
75219
|
} | null | undefined;
|
|
75317
75220
|
user?: {
|
|
75318
75221
|
id: number;
|
|
@@ -75556,7 +75459,6 @@ declare const supportTicketRoutes: {
|
|
|
75556
75459
|
emailOne: string | null;
|
|
75557
75460
|
emailTwo: string | null;
|
|
75558
75461
|
emailThree: string | null;
|
|
75559
|
-
eori: string | null;
|
|
75560
75462
|
tva: string | null;
|
|
75561
75463
|
isMailing: boolean;
|
|
75562
75464
|
telephone: string | null;
|
|
@@ -75571,6 +75473,7 @@ declare const supportTicketRoutes: {
|
|
|
75571
75473
|
isShowSecondBordereaux: boolean;
|
|
75572
75474
|
isShowCustomerName: boolean;
|
|
75573
75475
|
isShowCommercialValue: boolean;
|
|
75476
|
+
eori: string | null;
|
|
75574
75477
|
} | null | undefined;
|
|
75575
75478
|
user?: {
|
|
75576
75479
|
id: number;
|