exnet-routing 1.2.38 → 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 +16 -31
- package/dist/models/_chat.d.ts +40 -67
- package/dist/models/_chat_message.d.ts +18 -39
- package/dist/models/_contact.d.ts +6 -27
- package/dist/models/_contact_visible.d.ts +12 -54
- package/dist/models/_customer.d.ts +0 -15
- package/dist/models/_customer.js +0 -5
- package/dist/models/_facture.d.ts +8 -29
- package/dist/models/_facture_line.d.ts +12 -39
- package/dist/models/_historique_action.d.ts +6 -27
- package/dist/models/_information_chauffeur.d.ts +6 -27
- package/dist/models/_information_importante.d.ts +6 -27
- package/dist/models/_livraison_chauffeur.d.ts +6 -27
- package/dist/models/_prise_de_poste.d.ts +6 -27
- package/dist/models/_ramassage_chauffeur.d.ts +6 -27
- package/dist/models/_salarie.d.ts +6 -6
- package/dist/models/_shipping.d.ts +8 -8
- package/dist/models/_shipping_affected.d.ts +6 -27
- package/dist/models/_shipping_comment.d.ts +6 -27
- package/dist/models/_shipping_course.d.ts +6 -27
- package/dist/models/_shipping_document.d.ts +6 -27
- package/dist/models/_shipping_tracking.d.ts +6 -27
- package/dist/models/_tracking_visible.d.ts +12 -54
- package/dist/models/_user.d.ts +4 -19
- package/dist/models/_user_billing_center.d.ts +14 -56
- package/dist/models/_user_login_historie.d.ts +6 -27
- package/dist/models/_vehicule_affected.d.ts +6 -27
- package/dist/routes/admin.d.ts +416 -1637
- package/dist/routes/ops.d.ts +744 -1209
- package/dist/routes/public.d.ts +16 -70
- package/dist/routes/user.d.ts +358 -649
- package/package.json +1 -1
|
@@ -86,10 +86,8 @@ export declare const HistoriqueActionSchema: z.ZodObject<{
|
|
|
86
86
|
city: z.ZodString;
|
|
87
87
|
telephoneOne: z.ZodString;
|
|
88
88
|
telephoneTwo: z.ZodNullable<z.ZodString>;
|
|
89
|
-
comptaResponsible: z.ZodString;
|
|
90
89
|
invoiceMail: z.ZodString;
|
|
91
90
|
dafResponsibleName: z.ZodString;
|
|
92
|
-
telephone: z.ZodString;
|
|
93
91
|
email: z.ZodNullable<z.ZodString>;
|
|
94
92
|
intraVatNumber: z.ZodNullable<z.ZodString>;
|
|
95
93
|
submittedToFrenchVat: z.ZodBoolean;
|
|
@@ -119,7 +117,6 @@ export declare const HistoriqueActionSchema: z.ZodObject<{
|
|
|
119
117
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
120
118
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
121
119
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
122
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
123
120
|
tva: z.ZodNullable<z.ZodString>;
|
|
124
121
|
isTrackingMail: z.ZodNullable<z.ZodBoolean>;
|
|
125
122
|
isBillingCenter: z.ZodBoolean;
|
|
@@ -160,10 +157,8 @@ export declare const HistoriqueActionSchema: z.ZodObject<{
|
|
|
160
157
|
city: string;
|
|
161
158
|
telephoneOne: string;
|
|
162
159
|
telephoneTwo: string | null;
|
|
163
|
-
comptaResponsible: string;
|
|
164
160
|
invoiceMail: string;
|
|
165
161
|
dafResponsibleName: string;
|
|
166
|
-
telephone: string;
|
|
167
162
|
email: string | null;
|
|
168
163
|
intraVatNumber: string | null;
|
|
169
164
|
submittedToFrenchVat: boolean;
|
|
@@ -193,7 +188,6 @@ export declare const HistoriqueActionSchema: z.ZodObject<{
|
|
|
193
188
|
emailOne: string | null;
|
|
194
189
|
emailTwo: string | null;
|
|
195
190
|
emailThree: string | null;
|
|
196
|
-
eori: string | null;
|
|
197
191
|
tva: string | null;
|
|
198
192
|
isTrackingMail: boolean | null;
|
|
199
193
|
isBillingCenter: boolean;
|
|
@@ -220,10 +214,8 @@ export declare const HistoriqueActionSchema: z.ZodObject<{
|
|
|
220
214
|
city: string;
|
|
221
215
|
telephoneOne: string;
|
|
222
216
|
telephoneTwo: string | null;
|
|
223
|
-
comptaResponsible: string;
|
|
224
217
|
invoiceMail: string;
|
|
225
218
|
dafResponsibleName: string;
|
|
226
|
-
telephone: string;
|
|
227
219
|
email: string | null;
|
|
228
220
|
intraVatNumber: string | null;
|
|
229
221
|
submittedToFrenchVat: boolean;
|
|
@@ -253,7 +245,6 @@ export declare const HistoriqueActionSchema: z.ZodObject<{
|
|
|
253
245
|
emailOne: string | null;
|
|
254
246
|
emailTwo: string | null;
|
|
255
247
|
emailThree: string | null;
|
|
256
|
-
eori: string | null;
|
|
257
248
|
tva: string | null;
|
|
258
249
|
isTrackingMail: boolean | null;
|
|
259
250
|
isBillingCenter: boolean;
|
|
@@ -312,10 +303,10 @@ export declare const HistoriqueActionSchema: z.ZodObject<{
|
|
|
312
303
|
countryId: number | null;
|
|
313
304
|
postalCode: string;
|
|
314
305
|
city: string;
|
|
315
|
-
telephone: string;
|
|
316
306
|
email: string;
|
|
317
307
|
nom: string;
|
|
318
308
|
prenom: string;
|
|
309
|
+
telephone: string;
|
|
319
310
|
adress: string;
|
|
320
311
|
country?: {
|
|
321
312
|
id: number;
|
|
@@ -333,10 +324,10 @@ export declare const HistoriqueActionSchema: z.ZodObject<{
|
|
|
333
324
|
countryId: number | null;
|
|
334
325
|
postalCode: string;
|
|
335
326
|
city: string;
|
|
336
|
-
telephone: string;
|
|
337
327
|
email: string;
|
|
338
328
|
nom: string;
|
|
339
329
|
prenom: string;
|
|
330
|
+
telephone: string;
|
|
340
331
|
adress: string;
|
|
341
332
|
country?: {
|
|
342
333
|
id: number;
|
|
@@ -535,10 +526,8 @@ export declare const HistoriqueActionSchema: z.ZodObject<{
|
|
|
535
526
|
city: string;
|
|
536
527
|
telephoneOne: string;
|
|
537
528
|
telephoneTwo: string | null;
|
|
538
|
-
comptaResponsible: string;
|
|
539
529
|
invoiceMail: string;
|
|
540
530
|
dafResponsibleName: string;
|
|
541
|
-
telephone: string;
|
|
542
531
|
email: string | null;
|
|
543
532
|
intraVatNumber: string | null;
|
|
544
533
|
submittedToFrenchVat: boolean;
|
|
@@ -568,7 +557,6 @@ export declare const HistoriqueActionSchema: z.ZodObject<{
|
|
|
568
557
|
emailOne: string | null;
|
|
569
558
|
emailTwo: string | null;
|
|
570
559
|
emailThree: string | null;
|
|
571
|
-
eori: string | null;
|
|
572
560
|
tva: string | null;
|
|
573
561
|
isTrackingMail: boolean | null;
|
|
574
562
|
isBillingCenter: boolean;
|
|
@@ -592,10 +580,10 @@ export declare const HistoriqueActionSchema: z.ZodObject<{
|
|
|
592
580
|
countryId: number | null;
|
|
593
581
|
postalCode: string;
|
|
594
582
|
city: string;
|
|
595
|
-
telephone: string;
|
|
596
583
|
email: string;
|
|
597
584
|
nom: string;
|
|
598
585
|
prenom: string;
|
|
586
|
+
telephone: string;
|
|
599
587
|
adress: string;
|
|
600
588
|
country?: {
|
|
601
589
|
id: number;
|
|
@@ -716,10 +704,8 @@ export declare const HistoriqueActionSchema: z.ZodObject<{
|
|
|
716
704
|
city: string;
|
|
717
705
|
telephoneOne: string;
|
|
718
706
|
telephoneTwo: string | null;
|
|
719
|
-
comptaResponsible: string;
|
|
720
707
|
invoiceMail: string;
|
|
721
708
|
dafResponsibleName: string;
|
|
722
|
-
telephone: string;
|
|
723
709
|
email: string | null;
|
|
724
710
|
intraVatNumber: string | null;
|
|
725
711
|
submittedToFrenchVat: boolean;
|
|
@@ -749,7 +735,6 @@ export declare const HistoriqueActionSchema: z.ZodObject<{
|
|
|
749
735
|
emailOne: string | null;
|
|
750
736
|
emailTwo: string | null;
|
|
751
737
|
emailThree: string | null;
|
|
752
|
-
eori: string | null;
|
|
753
738
|
tva: string | null;
|
|
754
739
|
isTrackingMail: boolean | null;
|
|
755
740
|
isBillingCenter: boolean;
|
|
@@ -773,10 +758,10 @@ export declare const HistoriqueActionSchema: z.ZodObject<{
|
|
|
773
758
|
countryId: number | null;
|
|
774
759
|
postalCode: string;
|
|
775
760
|
city: string;
|
|
776
|
-
telephone: string;
|
|
777
761
|
email: string;
|
|
778
762
|
nom: string;
|
|
779
763
|
prenom: string;
|
|
764
|
+
telephone: string;
|
|
780
765
|
adress: string;
|
|
781
766
|
country?: {
|
|
782
767
|
id: number;
|
|
@@ -1066,10 +1051,8 @@ export declare const HistoriqueActionSchema: z.ZodObject<{
|
|
|
1066
1051
|
city: string;
|
|
1067
1052
|
telephoneOne: string;
|
|
1068
1053
|
telephoneTwo: string | null;
|
|
1069
|
-
comptaResponsible: string;
|
|
1070
1054
|
invoiceMail: string;
|
|
1071
1055
|
dafResponsibleName: string;
|
|
1072
|
-
telephone: string;
|
|
1073
1056
|
email: string | null;
|
|
1074
1057
|
intraVatNumber: string | null;
|
|
1075
1058
|
submittedToFrenchVat: boolean;
|
|
@@ -1099,7 +1082,6 @@ export declare const HistoriqueActionSchema: z.ZodObject<{
|
|
|
1099
1082
|
emailOne: string | null;
|
|
1100
1083
|
emailTwo: string | null;
|
|
1101
1084
|
emailThree: string | null;
|
|
1102
|
-
eori: string | null;
|
|
1103
1085
|
tva: string | null;
|
|
1104
1086
|
isTrackingMail: boolean | null;
|
|
1105
1087
|
isBillingCenter: boolean;
|
|
@@ -1123,10 +1105,10 @@ export declare const HistoriqueActionSchema: z.ZodObject<{
|
|
|
1123
1105
|
countryId: number | null;
|
|
1124
1106
|
postalCode: string;
|
|
1125
1107
|
city: string;
|
|
1126
|
-
telephone: string;
|
|
1127
1108
|
email: string;
|
|
1128
1109
|
nom: string;
|
|
1129
1110
|
prenom: string;
|
|
1111
|
+
telephone: string;
|
|
1130
1112
|
adress: string;
|
|
1131
1113
|
country?: {
|
|
1132
1114
|
id: number;
|
|
@@ -1308,10 +1290,8 @@ export declare const HistoriqueActionSchema: z.ZodObject<{
|
|
|
1308
1290
|
city: string;
|
|
1309
1291
|
telephoneOne: string;
|
|
1310
1292
|
telephoneTwo: string | null;
|
|
1311
|
-
comptaResponsible: string;
|
|
1312
1293
|
invoiceMail: string;
|
|
1313
1294
|
dafResponsibleName: string;
|
|
1314
|
-
telephone: string;
|
|
1315
1295
|
email: string | null;
|
|
1316
1296
|
intraVatNumber: string | null;
|
|
1317
1297
|
submittedToFrenchVat: boolean;
|
|
@@ -1341,7 +1321,6 @@ export declare const HistoriqueActionSchema: z.ZodObject<{
|
|
|
1341
1321
|
emailOne: string | null;
|
|
1342
1322
|
emailTwo: string | null;
|
|
1343
1323
|
emailThree: string | null;
|
|
1344
|
-
eori: string | null;
|
|
1345
1324
|
tva: string | null;
|
|
1346
1325
|
isTrackingMail: boolean | null;
|
|
1347
1326
|
isBillingCenter: boolean;
|
|
@@ -1365,10 +1344,10 @@ export declare const HistoriqueActionSchema: z.ZodObject<{
|
|
|
1365
1344
|
countryId: number | null;
|
|
1366
1345
|
postalCode: string;
|
|
1367
1346
|
city: string;
|
|
1368
|
-
telephone: string;
|
|
1369
1347
|
email: string;
|
|
1370
1348
|
nom: string;
|
|
1371
1349
|
prenom: string;
|
|
1350
|
+
telephone: string;
|
|
1372
1351
|
adress: string;
|
|
1373
1352
|
country?: {
|
|
1374
1353
|
id: number;
|
|
@@ -96,10 +96,8 @@ export declare const InformationChauffeurSchema: z.ZodObject<{
|
|
|
96
96
|
city: z.ZodString;
|
|
97
97
|
telephoneOne: z.ZodString;
|
|
98
98
|
telephoneTwo: z.ZodNullable<z.ZodString>;
|
|
99
|
-
comptaResponsible: z.ZodString;
|
|
100
99
|
invoiceMail: z.ZodString;
|
|
101
100
|
dafResponsibleName: z.ZodString;
|
|
102
|
-
telephone: z.ZodString;
|
|
103
101
|
email: z.ZodNullable<z.ZodString>;
|
|
104
102
|
intraVatNumber: z.ZodNullable<z.ZodString>;
|
|
105
103
|
submittedToFrenchVat: z.ZodBoolean;
|
|
@@ -129,7 +127,6 @@ export declare const InformationChauffeurSchema: z.ZodObject<{
|
|
|
129
127
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
130
128
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
131
129
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
132
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
133
130
|
tva: z.ZodNullable<z.ZodString>;
|
|
134
131
|
isTrackingMail: z.ZodNullable<z.ZodBoolean>;
|
|
135
132
|
isBillingCenter: z.ZodBoolean;
|
|
@@ -170,10 +167,8 @@ export declare const InformationChauffeurSchema: z.ZodObject<{
|
|
|
170
167
|
city: string;
|
|
171
168
|
telephoneOne: string;
|
|
172
169
|
telephoneTwo: string | null;
|
|
173
|
-
comptaResponsible: string;
|
|
174
170
|
invoiceMail: string;
|
|
175
171
|
dafResponsibleName: string;
|
|
176
|
-
telephone: string;
|
|
177
172
|
email: string | null;
|
|
178
173
|
intraVatNumber: string | null;
|
|
179
174
|
submittedToFrenchVat: boolean;
|
|
@@ -203,7 +198,6 @@ export declare const InformationChauffeurSchema: z.ZodObject<{
|
|
|
203
198
|
emailOne: string | null;
|
|
204
199
|
emailTwo: string | null;
|
|
205
200
|
emailThree: string | null;
|
|
206
|
-
eori: string | null;
|
|
207
201
|
tva: string | null;
|
|
208
202
|
isTrackingMail: boolean | null;
|
|
209
203
|
isBillingCenter: boolean;
|
|
@@ -230,10 +224,8 @@ export declare const InformationChauffeurSchema: z.ZodObject<{
|
|
|
230
224
|
city: string;
|
|
231
225
|
telephoneOne: string;
|
|
232
226
|
telephoneTwo: string | null;
|
|
233
|
-
comptaResponsible: string;
|
|
234
227
|
invoiceMail: string;
|
|
235
228
|
dafResponsibleName: string;
|
|
236
|
-
telephone: string;
|
|
237
229
|
email: string | null;
|
|
238
230
|
intraVatNumber: string | null;
|
|
239
231
|
submittedToFrenchVat: boolean;
|
|
@@ -263,7 +255,6 @@ export declare const InformationChauffeurSchema: z.ZodObject<{
|
|
|
263
255
|
emailOne: string | null;
|
|
264
256
|
emailTwo: string | null;
|
|
265
257
|
emailThree: string | null;
|
|
266
|
-
eori: string | null;
|
|
267
258
|
tva: string | null;
|
|
268
259
|
isTrackingMail: boolean | null;
|
|
269
260
|
isBillingCenter: boolean;
|
|
@@ -322,10 +313,10 @@ export declare const InformationChauffeurSchema: z.ZodObject<{
|
|
|
322
313
|
countryId: number | null;
|
|
323
314
|
postalCode: string;
|
|
324
315
|
city: string;
|
|
325
|
-
telephone: string;
|
|
326
316
|
email: string;
|
|
327
317
|
nom: string;
|
|
328
318
|
prenom: string;
|
|
319
|
+
telephone: string;
|
|
329
320
|
adress: string;
|
|
330
321
|
country?: {
|
|
331
322
|
id: number;
|
|
@@ -343,10 +334,10 @@ export declare const InformationChauffeurSchema: z.ZodObject<{
|
|
|
343
334
|
countryId: number | null;
|
|
344
335
|
postalCode: string;
|
|
345
336
|
city: string;
|
|
346
|
-
telephone: string;
|
|
347
337
|
email: string;
|
|
348
338
|
nom: string;
|
|
349
339
|
prenom: string;
|
|
340
|
+
telephone: string;
|
|
350
341
|
adress: string;
|
|
351
342
|
country?: {
|
|
352
343
|
id: number;
|
|
@@ -545,10 +536,8 @@ export declare const InformationChauffeurSchema: z.ZodObject<{
|
|
|
545
536
|
city: string;
|
|
546
537
|
telephoneOne: string;
|
|
547
538
|
telephoneTwo: string | null;
|
|
548
|
-
comptaResponsible: string;
|
|
549
539
|
invoiceMail: string;
|
|
550
540
|
dafResponsibleName: string;
|
|
551
|
-
telephone: string;
|
|
552
541
|
email: string | null;
|
|
553
542
|
intraVatNumber: string | null;
|
|
554
543
|
submittedToFrenchVat: boolean;
|
|
@@ -578,7 +567,6 @@ export declare const InformationChauffeurSchema: z.ZodObject<{
|
|
|
578
567
|
emailOne: string | null;
|
|
579
568
|
emailTwo: string | null;
|
|
580
569
|
emailThree: string | null;
|
|
581
|
-
eori: string | null;
|
|
582
570
|
tva: string | null;
|
|
583
571
|
isTrackingMail: boolean | null;
|
|
584
572
|
isBillingCenter: boolean;
|
|
@@ -602,10 +590,10 @@ export declare const InformationChauffeurSchema: z.ZodObject<{
|
|
|
602
590
|
countryId: number | null;
|
|
603
591
|
postalCode: string;
|
|
604
592
|
city: string;
|
|
605
|
-
telephone: string;
|
|
606
593
|
email: string;
|
|
607
594
|
nom: string;
|
|
608
595
|
prenom: string;
|
|
596
|
+
telephone: string;
|
|
609
597
|
adress: string;
|
|
610
598
|
country?: {
|
|
611
599
|
id: number;
|
|
@@ -726,10 +714,8 @@ export declare const InformationChauffeurSchema: z.ZodObject<{
|
|
|
726
714
|
city: string;
|
|
727
715
|
telephoneOne: string;
|
|
728
716
|
telephoneTwo: string | null;
|
|
729
|
-
comptaResponsible: string;
|
|
730
717
|
invoiceMail: string;
|
|
731
718
|
dafResponsibleName: string;
|
|
732
|
-
telephone: string;
|
|
733
719
|
email: string | null;
|
|
734
720
|
intraVatNumber: string | null;
|
|
735
721
|
submittedToFrenchVat: boolean;
|
|
@@ -759,7 +745,6 @@ export declare const InformationChauffeurSchema: z.ZodObject<{
|
|
|
759
745
|
emailOne: string | null;
|
|
760
746
|
emailTwo: string | null;
|
|
761
747
|
emailThree: string | null;
|
|
762
|
-
eori: string | null;
|
|
763
748
|
tva: string | null;
|
|
764
749
|
isTrackingMail: boolean | null;
|
|
765
750
|
isBillingCenter: boolean;
|
|
@@ -783,10 +768,10 @@ export declare const InformationChauffeurSchema: z.ZodObject<{
|
|
|
783
768
|
countryId: number | null;
|
|
784
769
|
postalCode: string;
|
|
785
770
|
city: string;
|
|
786
|
-
telephone: string;
|
|
787
771
|
email: string;
|
|
788
772
|
nom: string;
|
|
789
773
|
prenom: string;
|
|
774
|
+
telephone: string;
|
|
790
775
|
adress: string;
|
|
791
776
|
country?: {
|
|
792
777
|
id: number;
|
|
@@ -928,10 +913,8 @@ export declare const InformationChauffeurSchema: z.ZodObject<{
|
|
|
928
913
|
city: string;
|
|
929
914
|
telephoneOne: string;
|
|
930
915
|
telephoneTwo: string | null;
|
|
931
|
-
comptaResponsible: string;
|
|
932
916
|
invoiceMail: string;
|
|
933
917
|
dafResponsibleName: string;
|
|
934
|
-
telephone: string;
|
|
935
918
|
email: string | null;
|
|
936
919
|
intraVatNumber: string | null;
|
|
937
920
|
submittedToFrenchVat: boolean;
|
|
@@ -961,7 +944,6 @@ export declare const InformationChauffeurSchema: z.ZodObject<{
|
|
|
961
944
|
emailOne: string | null;
|
|
962
945
|
emailTwo: string | null;
|
|
963
946
|
emailThree: string | null;
|
|
964
|
-
eori: string | null;
|
|
965
947
|
tva: string | null;
|
|
966
948
|
isTrackingMail: boolean | null;
|
|
967
949
|
isBillingCenter: boolean;
|
|
@@ -985,10 +967,10 @@ export declare const InformationChauffeurSchema: z.ZodObject<{
|
|
|
985
967
|
countryId: number | null;
|
|
986
968
|
postalCode: string;
|
|
987
969
|
city: string;
|
|
988
|
-
telephone: string;
|
|
989
970
|
email: string;
|
|
990
971
|
nom: string;
|
|
991
972
|
prenom: string;
|
|
973
|
+
telephone: string;
|
|
992
974
|
adress: string;
|
|
993
975
|
country?: {
|
|
994
976
|
id: number;
|
|
@@ -1130,10 +1112,8 @@ export declare const InformationChauffeurSchema: z.ZodObject<{
|
|
|
1130
1112
|
city: string;
|
|
1131
1113
|
telephoneOne: string;
|
|
1132
1114
|
telephoneTwo: string | null;
|
|
1133
|
-
comptaResponsible: string;
|
|
1134
1115
|
invoiceMail: string;
|
|
1135
1116
|
dafResponsibleName: string;
|
|
1136
|
-
telephone: string;
|
|
1137
1117
|
email: string | null;
|
|
1138
1118
|
intraVatNumber: string | null;
|
|
1139
1119
|
submittedToFrenchVat: boolean;
|
|
@@ -1163,7 +1143,6 @@ export declare const InformationChauffeurSchema: z.ZodObject<{
|
|
|
1163
1143
|
emailOne: string | null;
|
|
1164
1144
|
emailTwo: string | null;
|
|
1165
1145
|
emailThree: string | null;
|
|
1166
|
-
eori: string | null;
|
|
1167
1146
|
tva: string | null;
|
|
1168
1147
|
isTrackingMail: boolean | null;
|
|
1169
1148
|
isBillingCenter: boolean;
|
|
@@ -1187,10 +1166,10 @@ export declare const InformationChauffeurSchema: z.ZodObject<{
|
|
|
1187
1166
|
countryId: number | null;
|
|
1188
1167
|
postalCode: string;
|
|
1189
1168
|
city: string;
|
|
1190
|
-
telephone: string;
|
|
1191
1169
|
email: string;
|
|
1192
1170
|
nom: string;
|
|
1193
1171
|
prenom: string;
|
|
1172
|
+
telephone: string;
|
|
1194
1173
|
adress: string;
|
|
1195
1174
|
country?: {
|
|
1196
1175
|
id: number;
|
|
@@ -83,10 +83,8 @@ export declare const InformationImportanteSchema: z.ZodObject<{
|
|
|
83
83
|
city: z.ZodString;
|
|
84
84
|
telephoneOne: z.ZodString;
|
|
85
85
|
telephoneTwo: z.ZodNullable<z.ZodString>;
|
|
86
|
-
comptaResponsible: z.ZodString;
|
|
87
86
|
invoiceMail: z.ZodString;
|
|
88
87
|
dafResponsibleName: z.ZodString;
|
|
89
|
-
telephone: z.ZodString;
|
|
90
88
|
email: z.ZodNullable<z.ZodString>;
|
|
91
89
|
intraVatNumber: z.ZodNullable<z.ZodString>;
|
|
92
90
|
submittedToFrenchVat: z.ZodBoolean;
|
|
@@ -116,7 +114,6 @@ export declare const InformationImportanteSchema: z.ZodObject<{
|
|
|
116
114
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
117
115
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
118
116
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
119
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
120
117
|
tva: z.ZodNullable<z.ZodString>;
|
|
121
118
|
isTrackingMail: z.ZodNullable<z.ZodBoolean>;
|
|
122
119
|
isBillingCenter: z.ZodBoolean;
|
|
@@ -157,10 +154,8 @@ export declare const InformationImportanteSchema: z.ZodObject<{
|
|
|
157
154
|
city: string;
|
|
158
155
|
telephoneOne: string;
|
|
159
156
|
telephoneTwo: string | null;
|
|
160
|
-
comptaResponsible: string;
|
|
161
157
|
invoiceMail: string;
|
|
162
158
|
dafResponsibleName: string;
|
|
163
|
-
telephone: string;
|
|
164
159
|
email: string | null;
|
|
165
160
|
intraVatNumber: string | null;
|
|
166
161
|
submittedToFrenchVat: boolean;
|
|
@@ -190,7 +185,6 @@ export declare const InformationImportanteSchema: z.ZodObject<{
|
|
|
190
185
|
emailOne: string | null;
|
|
191
186
|
emailTwo: string | null;
|
|
192
187
|
emailThree: string | null;
|
|
193
|
-
eori: string | null;
|
|
194
188
|
tva: string | null;
|
|
195
189
|
isTrackingMail: boolean | null;
|
|
196
190
|
isBillingCenter: boolean;
|
|
@@ -217,10 +211,8 @@ export declare const InformationImportanteSchema: z.ZodObject<{
|
|
|
217
211
|
city: string;
|
|
218
212
|
telephoneOne: string;
|
|
219
213
|
telephoneTwo: string | null;
|
|
220
|
-
comptaResponsible: string;
|
|
221
214
|
invoiceMail: string;
|
|
222
215
|
dafResponsibleName: string;
|
|
223
|
-
telephone: string;
|
|
224
216
|
email: string | null;
|
|
225
217
|
intraVatNumber: string | null;
|
|
226
218
|
submittedToFrenchVat: boolean;
|
|
@@ -250,7 +242,6 @@ export declare const InformationImportanteSchema: z.ZodObject<{
|
|
|
250
242
|
emailOne: string | null;
|
|
251
243
|
emailTwo: string | null;
|
|
252
244
|
emailThree: string | null;
|
|
253
|
-
eori: string | null;
|
|
254
245
|
tva: string | null;
|
|
255
246
|
isTrackingMail: boolean | null;
|
|
256
247
|
isBillingCenter: boolean;
|
|
@@ -309,10 +300,10 @@ export declare const InformationImportanteSchema: z.ZodObject<{
|
|
|
309
300
|
countryId: number | null;
|
|
310
301
|
postalCode: string;
|
|
311
302
|
city: string;
|
|
312
|
-
telephone: string;
|
|
313
303
|
email: string;
|
|
314
304
|
nom: string;
|
|
315
305
|
prenom: string;
|
|
306
|
+
telephone: string;
|
|
316
307
|
adress: string;
|
|
317
308
|
country?: {
|
|
318
309
|
id: number;
|
|
@@ -330,10 +321,10 @@ export declare const InformationImportanteSchema: z.ZodObject<{
|
|
|
330
321
|
countryId: number | null;
|
|
331
322
|
postalCode: string;
|
|
332
323
|
city: string;
|
|
333
|
-
telephone: string;
|
|
334
324
|
email: string;
|
|
335
325
|
nom: string;
|
|
336
326
|
prenom: string;
|
|
327
|
+
telephone: string;
|
|
337
328
|
adress: string;
|
|
338
329
|
country?: {
|
|
339
330
|
id: number;
|
|
@@ -532,10 +523,8 @@ export declare const InformationImportanteSchema: z.ZodObject<{
|
|
|
532
523
|
city: string;
|
|
533
524
|
telephoneOne: string;
|
|
534
525
|
telephoneTwo: string | null;
|
|
535
|
-
comptaResponsible: string;
|
|
536
526
|
invoiceMail: string;
|
|
537
527
|
dafResponsibleName: string;
|
|
538
|
-
telephone: string;
|
|
539
528
|
email: string | null;
|
|
540
529
|
intraVatNumber: string | null;
|
|
541
530
|
submittedToFrenchVat: boolean;
|
|
@@ -565,7 +554,6 @@ export declare const InformationImportanteSchema: z.ZodObject<{
|
|
|
565
554
|
emailOne: string | null;
|
|
566
555
|
emailTwo: string | null;
|
|
567
556
|
emailThree: string | null;
|
|
568
|
-
eori: string | null;
|
|
569
557
|
tva: string | null;
|
|
570
558
|
isTrackingMail: boolean | null;
|
|
571
559
|
isBillingCenter: boolean;
|
|
@@ -589,10 +577,10 @@ export declare const InformationImportanteSchema: z.ZodObject<{
|
|
|
589
577
|
countryId: number | null;
|
|
590
578
|
postalCode: string;
|
|
591
579
|
city: string;
|
|
592
|
-
telephone: string;
|
|
593
580
|
email: string;
|
|
594
581
|
nom: string;
|
|
595
582
|
prenom: string;
|
|
583
|
+
telephone: string;
|
|
596
584
|
adress: string;
|
|
597
585
|
country?: {
|
|
598
586
|
id: number;
|
|
@@ -713,10 +701,8 @@ export declare const InformationImportanteSchema: z.ZodObject<{
|
|
|
713
701
|
city: string;
|
|
714
702
|
telephoneOne: string;
|
|
715
703
|
telephoneTwo: string | null;
|
|
716
|
-
comptaResponsible: string;
|
|
717
704
|
invoiceMail: string;
|
|
718
705
|
dafResponsibleName: string;
|
|
719
|
-
telephone: string;
|
|
720
706
|
email: string | null;
|
|
721
707
|
intraVatNumber: string | null;
|
|
722
708
|
submittedToFrenchVat: boolean;
|
|
@@ -746,7 +732,6 @@ export declare const InformationImportanteSchema: z.ZodObject<{
|
|
|
746
732
|
emailOne: string | null;
|
|
747
733
|
emailTwo: string | null;
|
|
748
734
|
emailThree: string | null;
|
|
749
|
-
eori: string | null;
|
|
750
735
|
tva: string | null;
|
|
751
736
|
isTrackingMail: boolean | null;
|
|
752
737
|
isBillingCenter: boolean;
|
|
@@ -770,10 +755,10 @@ export declare const InformationImportanteSchema: z.ZodObject<{
|
|
|
770
755
|
countryId: number | null;
|
|
771
756
|
postalCode: string;
|
|
772
757
|
city: string;
|
|
773
|
-
telephone: string;
|
|
774
758
|
email: string;
|
|
775
759
|
nom: string;
|
|
776
760
|
prenom: string;
|
|
761
|
+
telephone: string;
|
|
777
762
|
adress: string;
|
|
778
763
|
country?: {
|
|
779
764
|
id: number;
|
|
@@ -1061,10 +1046,8 @@ export declare const InformationImportanteSchema: z.ZodObject<{
|
|
|
1061
1046
|
city: string;
|
|
1062
1047
|
telephoneOne: string;
|
|
1063
1048
|
telephoneTwo: string | null;
|
|
1064
|
-
comptaResponsible: string;
|
|
1065
1049
|
invoiceMail: string;
|
|
1066
1050
|
dafResponsibleName: string;
|
|
1067
|
-
telephone: string;
|
|
1068
1051
|
email: string | null;
|
|
1069
1052
|
intraVatNumber: string | null;
|
|
1070
1053
|
submittedToFrenchVat: boolean;
|
|
@@ -1094,7 +1077,6 @@ export declare const InformationImportanteSchema: z.ZodObject<{
|
|
|
1094
1077
|
emailOne: string | null;
|
|
1095
1078
|
emailTwo: string | null;
|
|
1096
1079
|
emailThree: string | null;
|
|
1097
|
-
eori: string | null;
|
|
1098
1080
|
tva: string | null;
|
|
1099
1081
|
isTrackingMail: boolean | null;
|
|
1100
1082
|
isBillingCenter: boolean;
|
|
@@ -1118,10 +1100,10 @@ export declare const InformationImportanteSchema: z.ZodObject<{
|
|
|
1118
1100
|
countryId: number | null;
|
|
1119
1101
|
postalCode: string;
|
|
1120
1102
|
city: string;
|
|
1121
|
-
telephone: string;
|
|
1122
1103
|
email: string;
|
|
1123
1104
|
nom: string;
|
|
1124
1105
|
prenom: string;
|
|
1106
|
+
telephone: string;
|
|
1125
1107
|
adress: string;
|
|
1126
1108
|
country?: {
|
|
1127
1109
|
id: number;
|
|
@@ -1301,10 +1283,8 @@ export declare const InformationImportanteSchema: z.ZodObject<{
|
|
|
1301
1283
|
city: string;
|
|
1302
1284
|
telephoneOne: string;
|
|
1303
1285
|
telephoneTwo: string | null;
|
|
1304
|
-
comptaResponsible: string;
|
|
1305
1286
|
invoiceMail: string;
|
|
1306
1287
|
dafResponsibleName: string;
|
|
1307
|
-
telephone: string;
|
|
1308
1288
|
email: string | null;
|
|
1309
1289
|
intraVatNumber: string | null;
|
|
1310
1290
|
submittedToFrenchVat: boolean;
|
|
@@ -1334,7 +1314,6 @@ export declare const InformationImportanteSchema: z.ZodObject<{
|
|
|
1334
1314
|
emailOne: string | null;
|
|
1335
1315
|
emailTwo: string | null;
|
|
1336
1316
|
emailThree: string | null;
|
|
1337
|
-
eori: string | null;
|
|
1338
1317
|
tva: string | null;
|
|
1339
1318
|
isTrackingMail: boolean | null;
|
|
1340
1319
|
isBillingCenter: boolean;
|
|
@@ -1358,10 +1337,10 @@ export declare const InformationImportanteSchema: z.ZodObject<{
|
|
|
1358
1337
|
countryId: number | null;
|
|
1359
1338
|
postalCode: string;
|
|
1360
1339
|
city: string;
|
|
1361
|
-
telephone: string;
|
|
1362
1340
|
email: string;
|
|
1363
1341
|
nom: string;
|
|
1364
1342
|
prenom: string;
|
|
1343
|
+
telephone: string;
|
|
1365
1344
|
adress: string;
|
|
1366
1345
|
country?: {
|
|
1367
1346
|
id: number;
|