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
|
@@ -113,7 +113,6 @@ export declare const ContactVisibleSchema: z.ZodObject<{
|
|
|
113
113
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
114
114
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
115
115
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
116
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
117
116
|
tva: z.ZodNullable<z.ZodString>;
|
|
118
117
|
isTrackingMail: z.ZodNullable<z.ZodBoolean>;
|
|
119
118
|
isBillingCenter: z.ZodBoolean;
|
|
@@ -185,7 +184,6 @@ export declare const ContactVisibleSchema: z.ZodObject<{
|
|
|
185
184
|
emailOne: string | null;
|
|
186
185
|
emailTwo: string | null;
|
|
187
186
|
emailThree: string | null;
|
|
188
|
-
eori: string | null;
|
|
189
187
|
tva: string | null;
|
|
190
188
|
isTrackingMail: boolean | null;
|
|
191
189
|
isBillingCenter: boolean;
|
|
@@ -243,7 +241,6 @@ export declare const ContactVisibleSchema: z.ZodObject<{
|
|
|
243
241
|
emailOne: string | null;
|
|
244
242
|
emailTwo: string | null;
|
|
245
243
|
emailThree: string | null;
|
|
246
|
-
eori: string | null;
|
|
247
244
|
tva: string | null;
|
|
248
245
|
isTrackingMail: boolean | null;
|
|
249
246
|
isBillingCenter: boolean;
|
|
@@ -556,7 +553,6 @@ export declare const ContactVisibleSchema: z.ZodObject<{
|
|
|
556
553
|
emailOne: string | null;
|
|
557
554
|
emailTwo: string | null;
|
|
558
555
|
emailThree: string | null;
|
|
559
|
-
eori: string | null;
|
|
560
556
|
tva: string | null;
|
|
561
557
|
isTrackingMail: boolean | null;
|
|
562
558
|
isBillingCenter: boolean;
|
|
@@ -735,7 +731,6 @@ export declare const ContactVisibleSchema: z.ZodObject<{
|
|
|
735
731
|
emailOne: string | null;
|
|
736
732
|
emailTwo: string | null;
|
|
737
733
|
emailThree: string | null;
|
|
738
|
-
eori: string | null;
|
|
739
734
|
tva: string | null;
|
|
740
735
|
isTrackingMail: boolean | null;
|
|
741
736
|
isBillingCenter: boolean;
|
|
@@ -907,7 +902,6 @@ export declare const ContactVisibleSchema: z.ZodObject<{
|
|
|
907
902
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
908
903
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
909
904
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
910
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
911
905
|
tva: z.ZodNullable<z.ZodString>;
|
|
912
906
|
isTrackingMail: z.ZodNullable<z.ZodBoolean>;
|
|
913
907
|
isBillingCenter: z.ZodBoolean;
|
|
@@ -979,7 +973,6 @@ export declare const ContactVisibleSchema: z.ZodObject<{
|
|
|
979
973
|
emailOne: string | null;
|
|
980
974
|
emailTwo: string | null;
|
|
981
975
|
emailThree: string | null;
|
|
982
|
-
eori: string | null;
|
|
983
976
|
tva: string | null;
|
|
984
977
|
isTrackingMail: boolean | null;
|
|
985
978
|
isBillingCenter: boolean;
|
|
@@ -1037,7 +1030,6 @@ export declare const ContactVisibleSchema: z.ZodObject<{
|
|
|
1037
1030
|
emailOne: string | null;
|
|
1038
1031
|
emailTwo: string | null;
|
|
1039
1032
|
emailThree: string | null;
|
|
1040
|
-
eori: string | null;
|
|
1041
1033
|
tva: string | null;
|
|
1042
1034
|
isTrackingMail: boolean | null;
|
|
1043
1035
|
isBillingCenter: boolean;
|
|
@@ -1350,7 +1342,6 @@ export declare const ContactVisibleSchema: z.ZodObject<{
|
|
|
1350
1342
|
emailOne: string | null;
|
|
1351
1343
|
emailTwo: string | null;
|
|
1352
1344
|
emailThree: string | null;
|
|
1353
|
-
eori: string | null;
|
|
1354
1345
|
tva: string | null;
|
|
1355
1346
|
isTrackingMail: boolean | null;
|
|
1356
1347
|
isBillingCenter: boolean;
|
|
@@ -1529,7 +1520,6 @@ export declare const ContactVisibleSchema: z.ZodObject<{
|
|
|
1529
1520
|
emailOne: string | null;
|
|
1530
1521
|
emailTwo: string | null;
|
|
1531
1522
|
emailThree: string | null;
|
|
1532
|
-
eori: string | null;
|
|
1533
1523
|
tva: string | null;
|
|
1534
1524
|
isTrackingMail: boolean | null;
|
|
1535
1525
|
isBillingCenter: boolean;
|
|
@@ -1715,7 +1705,6 @@ export declare const ContactVisibleSchema: z.ZodObject<{
|
|
|
1715
1705
|
emailOne: string | null;
|
|
1716
1706
|
emailTwo: string | null;
|
|
1717
1707
|
emailThree: string | null;
|
|
1718
|
-
eori: string | null;
|
|
1719
1708
|
tva: string | null;
|
|
1720
1709
|
isTrackingMail: boolean | null;
|
|
1721
1710
|
isBillingCenter: boolean;
|
|
@@ -1895,7 +1884,6 @@ export declare const ContactVisibleSchema: z.ZodObject<{
|
|
|
1895
1884
|
emailOne: string | null;
|
|
1896
1885
|
emailTwo: string | null;
|
|
1897
1886
|
emailThree: string | null;
|
|
1898
|
-
eori: string | null;
|
|
1899
1887
|
tva: string | null;
|
|
1900
1888
|
isTrackingMail: boolean | null;
|
|
1901
1889
|
isBillingCenter: boolean;
|
|
@@ -2081,7 +2069,6 @@ export declare const ContactVisibleSchema: z.ZodObject<{
|
|
|
2081
2069
|
emailOne: string | null;
|
|
2082
2070
|
emailTwo: string | null;
|
|
2083
2071
|
emailThree: string | null;
|
|
2084
|
-
eori: string | null;
|
|
2085
2072
|
tva: string | null;
|
|
2086
2073
|
isTrackingMail: boolean | null;
|
|
2087
2074
|
isBillingCenter: boolean;
|
|
@@ -2261,7 +2248,6 @@ export declare const ContactVisibleSchema: z.ZodObject<{
|
|
|
2261
2248
|
emailOne: string | null;
|
|
2262
2249
|
emailTwo: string | null;
|
|
2263
2250
|
emailThree: string | null;
|
|
2264
|
-
eori: string | null;
|
|
2265
2251
|
tva: string | null;
|
|
2266
2252
|
isTrackingMail: boolean | null;
|
|
2267
2253
|
isBillingCenter: boolean;
|
|
@@ -43,7 +43,6 @@ export declare const CustomerSchema: z.ZodObject<{
|
|
|
43
43
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
44
44
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
45
45
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
46
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
47
46
|
tva: z.ZodNullable<z.ZodString>;
|
|
48
47
|
isTrackingMail: z.ZodNullable<z.ZodBoolean>;
|
|
49
48
|
isBillingCenter: z.ZodBoolean;
|
|
@@ -115,7 +114,6 @@ export declare const CustomerSchema: z.ZodObject<{
|
|
|
115
114
|
emailOne: string | null;
|
|
116
115
|
emailTwo: string | null;
|
|
117
116
|
emailThree: string | null;
|
|
118
|
-
eori: string | null;
|
|
119
117
|
tva: string | null;
|
|
120
118
|
isTrackingMail: boolean | null;
|
|
121
119
|
isBillingCenter: boolean;
|
|
@@ -173,7 +171,6 @@ export declare const CustomerSchema: z.ZodObject<{
|
|
|
173
171
|
emailOne: string | null;
|
|
174
172
|
emailTwo: string | null;
|
|
175
173
|
emailThree: string | null;
|
|
176
|
-
eori: string | null;
|
|
177
174
|
tva: string | null;
|
|
178
175
|
isTrackingMail: boolean | null;
|
|
179
176
|
isBillingCenter: boolean;
|
|
@@ -225,7 +222,6 @@ export declare const CustomerCreateSchema: z.ZodObject<{
|
|
|
225
222
|
footer: z.ZodOptional<z.ZodAny>;
|
|
226
223
|
emailOne: z.ZodOptional<z.ZodString>;
|
|
227
224
|
emailThree: z.ZodOptional<z.ZodString>;
|
|
228
|
-
eori: z.ZodOptional<z.ZodString>;
|
|
229
225
|
tva: z.ZodOptional<z.ZodString>;
|
|
230
226
|
isTrackingMail: z.ZodOptional<z.ZodBoolean>;
|
|
231
227
|
isBillingCenter: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -270,7 +266,6 @@ export declare const CustomerCreateSchema: z.ZodObject<{
|
|
|
270
266
|
emailOne?: string | undefined;
|
|
271
267
|
emailTwo?: string | undefined;
|
|
272
268
|
emailThree?: string | undefined;
|
|
273
|
-
eori?: string | undefined;
|
|
274
269
|
tva?: string | undefined;
|
|
275
270
|
isTrackingMail?: boolean | undefined;
|
|
276
271
|
isBillingCenter?: boolean | undefined;
|
|
@@ -315,7 +310,6 @@ export declare const CustomerCreateSchema: z.ZodObject<{
|
|
|
315
310
|
emailOne?: string | undefined;
|
|
316
311
|
emailTwo?: string | undefined;
|
|
317
312
|
emailThree?: string | undefined;
|
|
318
|
-
eori?: string | undefined;
|
|
319
313
|
tva?: string | undefined;
|
|
320
314
|
isTrackingMail?: boolean | undefined;
|
|
321
315
|
isBillingCenter?: boolean | undefined;
|
|
@@ -361,7 +355,6 @@ export declare const CustomerUpdateSchema: z.ZodObject<{
|
|
|
361
355
|
footer: z.ZodOptional<z.ZodAny>;
|
|
362
356
|
emailOne: z.ZodOptional<z.ZodString>;
|
|
363
357
|
emailThree: z.ZodOptional<z.ZodString>;
|
|
364
|
-
eori: z.ZodOptional<z.ZodString>;
|
|
365
358
|
tva: z.ZodOptional<z.ZodString>;
|
|
366
359
|
isTrackingMail: z.ZodOptional<z.ZodBoolean>;
|
|
367
360
|
isBillingCenter: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -406,7 +399,6 @@ export declare const CustomerUpdateSchema: z.ZodObject<{
|
|
|
406
399
|
emailOne?: string | undefined;
|
|
407
400
|
emailTwo?: string | undefined;
|
|
408
401
|
emailThree?: string | undefined;
|
|
409
|
-
eori?: string | undefined;
|
|
410
402
|
tva?: string | undefined;
|
|
411
403
|
isTrackingMail?: boolean | undefined;
|
|
412
404
|
isBillingCenter?: boolean | undefined;
|
|
@@ -451,7 +443,6 @@ export declare const CustomerUpdateSchema: z.ZodObject<{
|
|
|
451
443
|
emailOne?: string | undefined;
|
|
452
444
|
emailTwo?: string | undefined;
|
|
453
445
|
emailThree?: string | undefined;
|
|
454
|
-
eori?: string | undefined;
|
|
455
446
|
tva?: string | undefined;
|
|
456
447
|
isTrackingMail?: boolean | undefined;
|
|
457
448
|
isBillingCenter?: boolean | undefined;
|
package/dist/models/_customer.js
CHANGED
|
@@ -47,7 +47,6 @@ exports.CustomerSchema = zod_1.z.object({
|
|
|
47
47
|
emailOne: zod_1.z.string().nullable(),
|
|
48
48
|
emailTwo: zod_1.z.string().nullable(),
|
|
49
49
|
emailThree: zod_1.z.string().nullable(),
|
|
50
|
-
eori: zod_1.z.string().nullable(),
|
|
51
50
|
tva: zod_1.z.string().nullable(),
|
|
52
51
|
isTrackingMail: zod_1.z.boolean().nullable(),
|
|
53
52
|
isBillingCenter: zod_1.z.boolean(),
|
|
@@ -92,7 +91,6 @@ exports.CustomerCreateSchema = zod_1.z.object({
|
|
|
92
91
|
footer: zod_1.z.any().optional(),
|
|
93
92
|
emailOne: zod_1.z.string().optional(),
|
|
94
93
|
emailThree: zod_1.z.string().optional(),
|
|
95
|
-
eori: zod_1.z.string().optional(),
|
|
96
94
|
tva: zod_1.z.string().optional(),
|
|
97
95
|
isTrackingMail: zod_1.z.boolean().optional(),
|
|
98
96
|
isBillingCenter: zod_1.z.boolean().optional(),
|
|
@@ -138,7 +136,6 @@ exports.CustomerUpdateSchema = zod_1.z.object({
|
|
|
138
136
|
footer: zod_1.z.any().optional(),
|
|
139
137
|
emailOne: zod_1.z.string().optional(),
|
|
140
138
|
emailThree: zod_1.z.string().optional(),
|
|
141
|
-
eori: zod_1.z.string().optional(),
|
|
142
139
|
tva: zod_1.z.string().optional(),
|
|
143
140
|
isTrackingMail: zod_1.z.boolean().optional(),
|
|
144
141
|
isBillingCenter: zod_1.z.boolean().optional(),
|
|
@@ -135,7 +135,6 @@ export declare const FactureSchema: z.ZodObject<{
|
|
|
135
135
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
136
136
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
137
137
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
138
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
139
138
|
tva: z.ZodNullable<z.ZodString>;
|
|
140
139
|
isTrackingMail: z.ZodNullable<z.ZodBoolean>;
|
|
141
140
|
isBillingCenter: z.ZodBoolean;
|
|
@@ -207,7 +206,6 @@ export declare const FactureSchema: z.ZodObject<{
|
|
|
207
206
|
emailOne: string | null;
|
|
208
207
|
emailTwo: string | null;
|
|
209
208
|
emailThree: string | null;
|
|
210
|
-
eori: string | null;
|
|
211
209
|
tva: string | null;
|
|
212
210
|
isTrackingMail: boolean | null;
|
|
213
211
|
isBillingCenter: boolean;
|
|
@@ -265,7 +263,6 @@ export declare const FactureSchema: z.ZodObject<{
|
|
|
265
263
|
emailOne: string | null;
|
|
266
264
|
emailTwo: string | null;
|
|
267
265
|
emailThree: string | null;
|
|
268
|
-
eori: string | null;
|
|
269
266
|
tva: string | null;
|
|
270
267
|
isTrackingMail: boolean | null;
|
|
271
268
|
isBillingCenter: boolean;
|
|
@@ -342,7 +339,6 @@ export declare const FactureSchema: z.ZodObject<{
|
|
|
342
339
|
emailOne: string | null;
|
|
343
340
|
emailTwo: string | null;
|
|
344
341
|
emailThree: string | null;
|
|
345
|
-
eori: string | null;
|
|
346
342
|
tva: string | null;
|
|
347
343
|
isMailing: boolean;
|
|
348
344
|
telephone: string | null;
|
|
@@ -357,6 +353,7 @@ export declare const FactureSchema: z.ZodObject<{
|
|
|
357
353
|
isShowSecondBordereaux: boolean;
|
|
358
354
|
isShowCustomerName: boolean;
|
|
359
355
|
isShowCommercialValue: boolean;
|
|
356
|
+
eori: string | null;
|
|
360
357
|
country?: {
|
|
361
358
|
id: number;
|
|
362
359
|
createdAt: DateTime<true> | DateTime<false>;
|
|
@@ -408,7 +405,6 @@ export declare const FactureSchema: z.ZodObject<{
|
|
|
408
405
|
emailOne: string | null;
|
|
409
406
|
emailTwo: string | null;
|
|
410
407
|
emailThree: string | null;
|
|
411
|
-
eori: string | null;
|
|
412
408
|
tva: string | null;
|
|
413
409
|
isTrackingMail: boolean | null;
|
|
414
410
|
isBillingCenter: boolean;
|
|
@@ -463,7 +459,6 @@ export declare const FactureSchema: z.ZodObject<{
|
|
|
463
459
|
emailOne: string | null;
|
|
464
460
|
emailTwo: string | null;
|
|
465
461
|
emailThree: string | null;
|
|
466
|
-
eori: string | null;
|
|
467
462
|
tva: string | null;
|
|
468
463
|
isMailing: boolean;
|
|
469
464
|
telephone: string | null;
|
|
@@ -478,6 +473,7 @@ export declare const FactureSchema: z.ZodObject<{
|
|
|
478
473
|
isShowSecondBordereaux: boolean;
|
|
479
474
|
isShowCustomerName: boolean;
|
|
480
475
|
isShowCommercialValue: boolean;
|
|
476
|
+
eori: string | null;
|
|
481
477
|
country?: {
|
|
482
478
|
id: number;
|
|
483
479
|
createdAt: Date;
|
|
@@ -529,7 +525,6 @@ export declare const FactureSchema: z.ZodObject<{
|
|
|
529
525
|
emailOne: string | null;
|
|
530
526
|
emailTwo: string | null;
|
|
531
527
|
emailThree: string | null;
|
|
532
|
-
eori: string | null;
|
|
533
528
|
tva: string | null;
|
|
534
529
|
isTrackingMail: boolean | null;
|
|
535
530
|
isBillingCenter: boolean;
|
|
@@ -698,7 +693,6 @@ export declare const FactureSchema: z.ZodObject<{
|
|
|
698
693
|
emailOne: string | null;
|
|
699
694
|
emailTwo: string | null;
|
|
700
695
|
emailThree: string | null;
|
|
701
|
-
eori: string | null;
|
|
702
696
|
tva: string | null;
|
|
703
697
|
isMailing: boolean;
|
|
704
698
|
telephone: string | null;
|
|
@@ -713,6 +707,7 @@ export declare const FactureSchema: z.ZodObject<{
|
|
|
713
707
|
isShowSecondBordereaux: boolean;
|
|
714
708
|
isShowCustomerName: boolean;
|
|
715
709
|
isShowCommercialValue: boolean;
|
|
710
|
+
eori: string | null;
|
|
716
711
|
country?: {
|
|
717
712
|
id: number;
|
|
718
713
|
createdAt: DateTime<true> | DateTime<false>;
|
|
@@ -764,7 +759,6 @@ export declare const FactureSchema: z.ZodObject<{
|
|
|
764
759
|
emailOne: string | null;
|
|
765
760
|
emailTwo: string | null;
|
|
766
761
|
emailThree: string | null;
|
|
767
|
-
eori: string | null;
|
|
768
762
|
tva: string | null;
|
|
769
763
|
isTrackingMail: boolean | null;
|
|
770
764
|
isBillingCenter: boolean;
|
|
@@ -868,7 +862,6 @@ export declare const FactureSchema: z.ZodObject<{
|
|
|
868
862
|
emailOne: string | null;
|
|
869
863
|
emailTwo: string | null;
|
|
870
864
|
emailThree: string | null;
|
|
871
|
-
eori: string | null;
|
|
872
865
|
tva: string | null;
|
|
873
866
|
isMailing: boolean;
|
|
874
867
|
telephone: string | null;
|
|
@@ -883,6 +876,7 @@ export declare const FactureSchema: z.ZodObject<{
|
|
|
883
876
|
isShowSecondBordereaux: boolean;
|
|
884
877
|
isShowCustomerName: boolean;
|
|
885
878
|
isShowCommercialValue: boolean;
|
|
879
|
+
eori: string | null;
|
|
886
880
|
country?: {
|
|
887
881
|
id: number;
|
|
888
882
|
createdAt: Date;
|
|
@@ -934,7 +928,6 @@ export declare const FactureSchema: z.ZodObject<{
|
|
|
934
928
|
emailOne: string | null;
|
|
935
929
|
emailTwo: string | null;
|
|
936
930
|
emailThree: string | null;
|
|
937
|
-
eori: string | null;
|
|
938
931
|
tva: string | null;
|
|
939
932
|
isTrackingMail: boolean | null;
|
|
940
933
|
isBillingCenter: boolean;
|
|
@@ -142,7 +142,6 @@ export declare const FactureLineSchema: z.ZodObject<{
|
|
|
142
142
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
143
143
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
144
144
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
145
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
146
145
|
tva: z.ZodNullable<z.ZodString>;
|
|
147
146
|
isTrackingMail: z.ZodNullable<z.ZodBoolean>;
|
|
148
147
|
isBillingCenter: z.ZodBoolean;
|
|
@@ -214,7 +213,6 @@ export declare const FactureLineSchema: z.ZodObject<{
|
|
|
214
213
|
emailOne: string | null;
|
|
215
214
|
emailTwo: string | null;
|
|
216
215
|
emailThree: string | null;
|
|
217
|
-
eori: string | null;
|
|
218
216
|
tva: string | null;
|
|
219
217
|
isTrackingMail: boolean | null;
|
|
220
218
|
isBillingCenter: boolean;
|
|
@@ -272,7 +270,6 @@ export declare const FactureLineSchema: z.ZodObject<{
|
|
|
272
270
|
emailOne: string | null;
|
|
273
271
|
emailTwo: string | null;
|
|
274
272
|
emailThree: string | null;
|
|
275
|
-
eori: string | null;
|
|
276
273
|
tva: string | null;
|
|
277
274
|
isTrackingMail: boolean | null;
|
|
278
275
|
isBillingCenter: boolean;
|
|
@@ -349,7 +346,6 @@ export declare const FactureLineSchema: z.ZodObject<{
|
|
|
349
346
|
emailOne: string | null;
|
|
350
347
|
emailTwo: string | null;
|
|
351
348
|
emailThree: string | null;
|
|
352
|
-
eori: string | null;
|
|
353
349
|
tva: string | null;
|
|
354
350
|
isMailing: boolean;
|
|
355
351
|
telephone: string | null;
|
|
@@ -364,6 +360,7 @@ export declare const FactureLineSchema: z.ZodObject<{
|
|
|
364
360
|
isShowSecondBordereaux: boolean;
|
|
365
361
|
isShowCustomerName: boolean;
|
|
366
362
|
isShowCommercialValue: boolean;
|
|
363
|
+
eori: string | null;
|
|
367
364
|
country?: {
|
|
368
365
|
id: number;
|
|
369
366
|
createdAt: DateTime<true> | DateTime<false>;
|
|
@@ -415,7 +412,6 @@ export declare const FactureLineSchema: z.ZodObject<{
|
|
|
415
412
|
emailOne: string | null;
|
|
416
413
|
emailTwo: string | null;
|
|
417
414
|
emailThree: string | null;
|
|
418
|
-
eori: string | null;
|
|
419
415
|
tva: string | null;
|
|
420
416
|
isTrackingMail: boolean | null;
|
|
421
417
|
isBillingCenter: boolean;
|
|
@@ -470,7 +466,6 @@ export declare const FactureLineSchema: z.ZodObject<{
|
|
|
470
466
|
emailOne: string | null;
|
|
471
467
|
emailTwo: string | null;
|
|
472
468
|
emailThree: string | null;
|
|
473
|
-
eori: string | null;
|
|
474
469
|
tva: string | null;
|
|
475
470
|
isMailing: boolean;
|
|
476
471
|
telephone: string | null;
|
|
@@ -485,6 +480,7 @@ export declare const FactureLineSchema: z.ZodObject<{
|
|
|
485
480
|
isShowSecondBordereaux: boolean;
|
|
486
481
|
isShowCustomerName: boolean;
|
|
487
482
|
isShowCommercialValue: boolean;
|
|
483
|
+
eori: string | null;
|
|
488
484
|
country?: {
|
|
489
485
|
id: number;
|
|
490
486
|
createdAt: Date;
|
|
@@ -536,7 +532,6 @@ export declare const FactureLineSchema: z.ZodObject<{
|
|
|
536
532
|
emailOne: string | null;
|
|
537
533
|
emailTwo: string | null;
|
|
538
534
|
emailThree: string | null;
|
|
539
|
-
eori: string | null;
|
|
540
535
|
tva: string | null;
|
|
541
536
|
isTrackingMail: boolean | null;
|
|
542
537
|
isBillingCenter: boolean;
|
|
@@ -705,7 +700,6 @@ export declare const FactureLineSchema: z.ZodObject<{
|
|
|
705
700
|
emailOne: string | null;
|
|
706
701
|
emailTwo: string | null;
|
|
707
702
|
emailThree: string | null;
|
|
708
|
-
eori: string | null;
|
|
709
703
|
tva: string | null;
|
|
710
704
|
isMailing: boolean;
|
|
711
705
|
telephone: string | null;
|
|
@@ -720,6 +714,7 @@ export declare const FactureLineSchema: z.ZodObject<{
|
|
|
720
714
|
isShowSecondBordereaux: boolean;
|
|
721
715
|
isShowCustomerName: boolean;
|
|
722
716
|
isShowCommercialValue: boolean;
|
|
717
|
+
eori: string | null;
|
|
723
718
|
country?: {
|
|
724
719
|
id: number;
|
|
725
720
|
createdAt: DateTime<true> | DateTime<false>;
|
|
@@ -771,7 +766,6 @@ export declare const FactureLineSchema: z.ZodObject<{
|
|
|
771
766
|
emailOne: string | null;
|
|
772
767
|
emailTwo: string | null;
|
|
773
768
|
emailThree: string | null;
|
|
774
|
-
eori: string | null;
|
|
775
769
|
tva: string | null;
|
|
776
770
|
isTrackingMail: boolean | null;
|
|
777
771
|
isBillingCenter: boolean;
|
|
@@ -875,7 +869,6 @@ export declare const FactureLineSchema: z.ZodObject<{
|
|
|
875
869
|
emailOne: string | null;
|
|
876
870
|
emailTwo: string | null;
|
|
877
871
|
emailThree: string | null;
|
|
878
|
-
eori: string | null;
|
|
879
872
|
tva: string | null;
|
|
880
873
|
isMailing: boolean;
|
|
881
874
|
telephone: string | null;
|
|
@@ -890,6 +883,7 @@ export declare const FactureLineSchema: z.ZodObject<{
|
|
|
890
883
|
isShowSecondBordereaux: boolean;
|
|
891
884
|
isShowCustomerName: boolean;
|
|
892
885
|
isShowCommercialValue: boolean;
|
|
886
|
+
eori: string | null;
|
|
893
887
|
country?: {
|
|
894
888
|
id: number;
|
|
895
889
|
createdAt: Date;
|
|
@@ -941,7 +935,6 @@ export declare const FactureLineSchema: z.ZodObject<{
|
|
|
941
935
|
emailOne: string | null;
|
|
942
936
|
emailTwo: string | null;
|
|
943
937
|
emailThree: string | null;
|
|
944
|
-
eori: string | null;
|
|
945
938
|
tva: string | null;
|
|
946
939
|
isTrackingMail: boolean | null;
|
|
947
940
|
isBillingCenter: boolean;
|
|
@@ -1361,7 +1354,6 @@ export declare const FactureLineSchema: z.ZodObject<{
|
|
|
1361
1354
|
emailOne: string | null;
|
|
1362
1355
|
emailTwo: string | null;
|
|
1363
1356
|
emailThree: string | null;
|
|
1364
|
-
eori: string | null;
|
|
1365
1357
|
tva: string | null;
|
|
1366
1358
|
isMailing: boolean;
|
|
1367
1359
|
telephone: string | null;
|
|
@@ -1376,6 +1368,7 @@ export declare const FactureLineSchema: z.ZodObject<{
|
|
|
1376
1368
|
isShowSecondBordereaux: boolean;
|
|
1377
1369
|
isShowCustomerName: boolean;
|
|
1378
1370
|
isShowCommercialValue: boolean;
|
|
1371
|
+
eori: string | null;
|
|
1379
1372
|
country?: {
|
|
1380
1373
|
id: number;
|
|
1381
1374
|
createdAt: DateTime<true> | DateTime<false>;
|
|
@@ -1427,7 +1420,6 @@ export declare const FactureLineSchema: z.ZodObject<{
|
|
|
1427
1420
|
emailOne: string | null;
|
|
1428
1421
|
emailTwo: string | null;
|
|
1429
1422
|
emailThree: string | null;
|
|
1430
|
-
eori: string | null;
|
|
1431
1423
|
tva: string | null;
|
|
1432
1424
|
isTrackingMail: boolean | null;
|
|
1433
1425
|
isBillingCenter: boolean;
|
|
@@ -1632,7 +1624,6 @@ export declare const FactureLineSchema: z.ZodObject<{
|
|
|
1632
1624
|
emailOne: string | null;
|
|
1633
1625
|
emailTwo: string | null;
|
|
1634
1626
|
emailThree: string | null;
|
|
1635
|
-
eori: string | null;
|
|
1636
1627
|
tva: string | null;
|
|
1637
1628
|
isMailing: boolean;
|
|
1638
1629
|
telephone: string | null;
|
|
@@ -1647,6 +1638,7 @@ export declare const FactureLineSchema: z.ZodObject<{
|
|
|
1647
1638
|
isShowSecondBordereaux: boolean;
|
|
1648
1639
|
isShowCustomerName: boolean;
|
|
1649
1640
|
isShowCommercialValue: boolean;
|
|
1641
|
+
eori: string | null;
|
|
1650
1642
|
country?: {
|
|
1651
1643
|
id: number;
|
|
1652
1644
|
createdAt: Date;
|
|
@@ -1698,7 +1690,6 @@ export declare const FactureLineSchema: z.ZodObject<{
|
|
|
1698
1690
|
emailOne: string | null;
|
|
1699
1691
|
emailTwo: string | null;
|
|
1700
1692
|
emailThree: string | null;
|
|
1701
|
-
eori: string | null;
|
|
1702
1693
|
tva: string | null;
|
|
1703
1694
|
isTrackingMail: boolean | null;
|
|
1704
1695
|
isBillingCenter: boolean;
|
|
@@ -117,7 +117,6 @@ export declare const HistoriqueActionSchema: z.ZodObject<{
|
|
|
117
117
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
118
118
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
119
119
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
120
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
121
120
|
tva: z.ZodNullable<z.ZodString>;
|
|
122
121
|
isTrackingMail: z.ZodNullable<z.ZodBoolean>;
|
|
123
122
|
isBillingCenter: z.ZodBoolean;
|
|
@@ -189,7 +188,6 @@ export declare const HistoriqueActionSchema: z.ZodObject<{
|
|
|
189
188
|
emailOne: string | null;
|
|
190
189
|
emailTwo: string | null;
|
|
191
190
|
emailThree: string | null;
|
|
192
|
-
eori: string | null;
|
|
193
191
|
tva: string | null;
|
|
194
192
|
isTrackingMail: boolean | null;
|
|
195
193
|
isBillingCenter: boolean;
|
|
@@ -247,7 +245,6 @@ export declare const HistoriqueActionSchema: z.ZodObject<{
|
|
|
247
245
|
emailOne: string | null;
|
|
248
246
|
emailTwo: string | null;
|
|
249
247
|
emailThree: string | null;
|
|
250
|
-
eori: string | null;
|
|
251
248
|
tva: string | null;
|
|
252
249
|
isTrackingMail: boolean | null;
|
|
253
250
|
isBillingCenter: boolean;
|
|
@@ -560,7 +557,6 @@ export declare const HistoriqueActionSchema: z.ZodObject<{
|
|
|
560
557
|
emailOne: string | null;
|
|
561
558
|
emailTwo: string | null;
|
|
562
559
|
emailThree: string | null;
|
|
563
|
-
eori: string | null;
|
|
564
560
|
tva: string | null;
|
|
565
561
|
isTrackingMail: boolean | null;
|
|
566
562
|
isBillingCenter: boolean;
|
|
@@ -739,7 +735,6 @@ export declare const HistoriqueActionSchema: z.ZodObject<{
|
|
|
739
735
|
emailOne: string | null;
|
|
740
736
|
emailTwo: string | null;
|
|
741
737
|
emailThree: string | null;
|
|
742
|
-
eori: string | null;
|
|
743
738
|
tva: string | null;
|
|
744
739
|
isTrackingMail: boolean | null;
|
|
745
740
|
isBillingCenter: boolean;
|
|
@@ -1087,7 +1082,6 @@ export declare const HistoriqueActionSchema: z.ZodObject<{
|
|
|
1087
1082
|
emailOne: string | null;
|
|
1088
1083
|
emailTwo: string | null;
|
|
1089
1084
|
emailThree: string | null;
|
|
1090
|
-
eori: string | null;
|
|
1091
1085
|
tva: string | null;
|
|
1092
1086
|
isTrackingMail: boolean | null;
|
|
1093
1087
|
isBillingCenter: boolean;
|
|
@@ -1327,7 +1321,6 @@ export declare const HistoriqueActionSchema: z.ZodObject<{
|
|
|
1327
1321
|
emailOne: string | null;
|
|
1328
1322
|
emailTwo: string | null;
|
|
1329
1323
|
emailThree: string | null;
|
|
1330
|
-
eori: string | null;
|
|
1331
1324
|
tva: string | null;
|
|
1332
1325
|
isTrackingMail: boolean | null;
|
|
1333
1326
|
isBillingCenter: boolean;
|
|
@@ -127,7 +127,6 @@ export declare const InformationChauffeurSchema: z.ZodObject<{
|
|
|
127
127
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
128
128
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
129
129
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
130
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
131
130
|
tva: z.ZodNullable<z.ZodString>;
|
|
132
131
|
isTrackingMail: z.ZodNullable<z.ZodBoolean>;
|
|
133
132
|
isBillingCenter: z.ZodBoolean;
|
|
@@ -199,7 +198,6 @@ export declare const InformationChauffeurSchema: z.ZodObject<{
|
|
|
199
198
|
emailOne: string | null;
|
|
200
199
|
emailTwo: string | null;
|
|
201
200
|
emailThree: string | null;
|
|
202
|
-
eori: string | null;
|
|
203
201
|
tva: string | null;
|
|
204
202
|
isTrackingMail: boolean | null;
|
|
205
203
|
isBillingCenter: boolean;
|
|
@@ -257,7 +255,6 @@ export declare const InformationChauffeurSchema: z.ZodObject<{
|
|
|
257
255
|
emailOne: string | null;
|
|
258
256
|
emailTwo: string | null;
|
|
259
257
|
emailThree: string | null;
|
|
260
|
-
eori: string | null;
|
|
261
258
|
tva: string | null;
|
|
262
259
|
isTrackingMail: boolean | null;
|
|
263
260
|
isBillingCenter: boolean;
|
|
@@ -570,7 +567,6 @@ export declare const InformationChauffeurSchema: z.ZodObject<{
|
|
|
570
567
|
emailOne: string | null;
|
|
571
568
|
emailTwo: string | null;
|
|
572
569
|
emailThree: string | null;
|
|
573
|
-
eori: string | null;
|
|
574
570
|
tva: string | null;
|
|
575
571
|
isTrackingMail: boolean | null;
|
|
576
572
|
isBillingCenter: boolean;
|
|
@@ -749,7 +745,6 @@ export declare const InformationChauffeurSchema: z.ZodObject<{
|
|
|
749
745
|
emailOne: string | null;
|
|
750
746
|
emailTwo: string | null;
|
|
751
747
|
emailThree: string | null;
|
|
752
|
-
eori: string | null;
|
|
753
748
|
tva: string | null;
|
|
754
749
|
isTrackingMail: boolean | null;
|
|
755
750
|
isBillingCenter: boolean;
|
|
@@ -949,7 +944,6 @@ export declare const InformationChauffeurSchema: z.ZodObject<{
|
|
|
949
944
|
emailOne: string | null;
|
|
950
945
|
emailTwo: string | null;
|
|
951
946
|
emailThree: string | null;
|
|
952
|
-
eori: string | null;
|
|
953
947
|
tva: string | null;
|
|
954
948
|
isTrackingMail: boolean | null;
|
|
955
949
|
isBillingCenter: boolean;
|
|
@@ -1149,7 +1143,6 @@ export declare const InformationChauffeurSchema: z.ZodObject<{
|
|
|
1149
1143
|
emailOne: string | null;
|
|
1150
1144
|
emailTwo: string | null;
|
|
1151
1145
|
emailThree: string | null;
|
|
1152
|
-
eori: string | null;
|
|
1153
1146
|
tva: string | null;
|
|
1154
1147
|
isTrackingMail: boolean | null;
|
|
1155
1148
|
isBillingCenter: boolean;
|
|
@@ -114,7 +114,6 @@ export declare const InformationImportanteSchema: z.ZodObject<{
|
|
|
114
114
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
115
115
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
116
116
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
117
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
118
117
|
tva: z.ZodNullable<z.ZodString>;
|
|
119
118
|
isTrackingMail: z.ZodNullable<z.ZodBoolean>;
|
|
120
119
|
isBillingCenter: z.ZodBoolean;
|
|
@@ -186,7 +185,6 @@ export declare const InformationImportanteSchema: z.ZodObject<{
|
|
|
186
185
|
emailOne: string | null;
|
|
187
186
|
emailTwo: string | null;
|
|
188
187
|
emailThree: string | null;
|
|
189
|
-
eori: string | null;
|
|
190
188
|
tva: string | null;
|
|
191
189
|
isTrackingMail: boolean | null;
|
|
192
190
|
isBillingCenter: boolean;
|
|
@@ -244,7 +242,6 @@ export declare const InformationImportanteSchema: z.ZodObject<{
|
|
|
244
242
|
emailOne: string | null;
|
|
245
243
|
emailTwo: string | null;
|
|
246
244
|
emailThree: string | null;
|
|
247
|
-
eori: string | null;
|
|
248
245
|
tva: string | null;
|
|
249
246
|
isTrackingMail: boolean | null;
|
|
250
247
|
isBillingCenter: boolean;
|
|
@@ -557,7 +554,6 @@ export declare const InformationImportanteSchema: z.ZodObject<{
|
|
|
557
554
|
emailOne: string | null;
|
|
558
555
|
emailTwo: string | null;
|
|
559
556
|
emailThree: string | null;
|
|
560
|
-
eori: string | null;
|
|
561
557
|
tva: string | null;
|
|
562
558
|
isTrackingMail: boolean | null;
|
|
563
559
|
isBillingCenter: boolean;
|
|
@@ -736,7 +732,6 @@ export declare const InformationImportanteSchema: z.ZodObject<{
|
|
|
736
732
|
emailOne: string | null;
|
|
737
733
|
emailTwo: string | null;
|
|
738
734
|
emailThree: string | null;
|
|
739
|
-
eori: string | null;
|
|
740
735
|
tva: string | null;
|
|
741
736
|
isTrackingMail: boolean | null;
|
|
742
737
|
isBillingCenter: boolean;
|
|
@@ -1082,7 +1077,6 @@ export declare const InformationImportanteSchema: z.ZodObject<{
|
|
|
1082
1077
|
emailOne: string | null;
|
|
1083
1078
|
emailTwo: string | null;
|
|
1084
1079
|
emailThree: string | null;
|
|
1085
|
-
eori: string | null;
|
|
1086
1080
|
tva: string | null;
|
|
1087
1081
|
isTrackingMail: boolean | null;
|
|
1088
1082
|
isBillingCenter: boolean;
|
|
@@ -1320,7 +1314,6 @@ export declare const InformationImportanteSchema: z.ZodObject<{
|
|
|
1320
1314
|
emailOne: string | null;
|
|
1321
1315
|
emailTwo: string | null;
|
|
1322
1316
|
emailThree: string | null;
|
|
1323
|
-
eori: string | null;
|
|
1324
1317
|
tva: string | null;
|
|
1325
1318
|
isTrackingMail: boolean | null;
|
|
1326
1319
|
isBillingCenter: boolean;
|