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
|
@@ -82,10 +82,8 @@ export declare const VehiculeAffectedSchema: z.ZodObject<{
|
|
|
82
82
|
city: z.ZodString;
|
|
83
83
|
telephoneOne: z.ZodString;
|
|
84
84
|
telephoneTwo: z.ZodNullable<z.ZodString>;
|
|
85
|
-
comptaResponsible: z.ZodString;
|
|
86
85
|
invoiceMail: z.ZodString;
|
|
87
86
|
dafResponsibleName: z.ZodString;
|
|
88
|
-
telephone: z.ZodString;
|
|
89
87
|
email: z.ZodNullable<z.ZodString>;
|
|
90
88
|
intraVatNumber: z.ZodNullable<z.ZodString>;
|
|
91
89
|
submittedToFrenchVat: z.ZodBoolean;
|
|
@@ -115,7 +113,6 @@ export declare const VehiculeAffectedSchema: z.ZodObject<{
|
|
|
115
113
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
116
114
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
117
115
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
118
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
119
116
|
tva: z.ZodNullable<z.ZodString>;
|
|
120
117
|
isTrackingMail: z.ZodNullable<z.ZodBoolean>;
|
|
121
118
|
isBillingCenter: z.ZodBoolean;
|
|
@@ -156,10 +153,8 @@ export declare const VehiculeAffectedSchema: z.ZodObject<{
|
|
|
156
153
|
city: string;
|
|
157
154
|
telephoneOne: string;
|
|
158
155
|
telephoneTwo: string | null;
|
|
159
|
-
comptaResponsible: string;
|
|
160
156
|
invoiceMail: string;
|
|
161
157
|
dafResponsibleName: string;
|
|
162
|
-
telephone: string;
|
|
163
158
|
email: string | null;
|
|
164
159
|
intraVatNumber: string | null;
|
|
165
160
|
submittedToFrenchVat: boolean;
|
|
@@ -189,7 +184,6 @@ export declare const VehiculeAffectedSchema: z.ZodObject<{
|
|
|
189
184
|
emailOne: string | null;
|
|
190
185
|
emailTwo: string | null;
|
|
191
186
|
emailThree: string | null;
|
|
192
|
-
eori: string | null;
|
|
193
187
|
tva: string | null;
|
|
194
188
|
isTrackingMail: boolean | null;
|
|
195
189
|
isBillingCenter: boolean;
|
|
@@ -216,10 +210,8 @@ export declare const VehiculeAffectedSchema: z.ZodObject<{
|
|
|
216
210
|
city: string;
|
|
217
211
|
telephoneOne: string;
|
|
218
212
|
telephoneTwo: string | null;
|
|
219
|
-
comptaResponsible: string;
|
|
220
213
|
invoiceMail: string;
|
|
221
214
|
dafResponsibleName: string;
|
|
222
|
-
telephone: string;
|
|
223
215
|
email: string | null;
|
|
224
216
|
intraVatNumber: string | null;
|
|
225
217
|
submittedToFrenchVat: boolean;
|
|
@@ -249,7 +241,6 @@ export declare const VehiculeAffectedSchema: z.ZodObject<{
|
|
|
249
241
|
emailOne: string | null;
|
|
250
242
|
emailTwo: string | null;
|
|
251
243
|
emailThree: string | null;
|
|
252
|
-
eori: string | null;
|
|
253
244
|
tva: string | null;
|
|
254
245
|
isTrackingMail: boolean | null;
|
|
255
246
|
isBillingCenter: boolean;
|
|
@@ -308,10 +299,10 @@ export declare const VehiculeAffectedSchema: z.ZodObject<{
|
|
|
308
299
|
countryId: number | null;
|
|
309
300
|
postalCode: string;
|
|
310
301
|
city: string;
|
|
311
|
-
telephone: string;
|
|
312
302
|
email: string;
|
|
313
303
|
nom: string;
|
|
314
304
|
prenom: string;
|
|
305
|
+
telephone: string;
|
|
315
306
|
adress: string;
|
|
316
307
|
country?: {
|
|
317
308
|
id: number;
|
|
@@ -329,10 +320,10 @@ export declare const VehiculeAffectedSchema: z.ZodObject<{
|
|
|
329
320
|
countryId: number | null;
|
|
330
321
|
postalCode: string;
|
|
331
322
|
city: string;
|
|
332
|
-
telephone: string;
|
|
333
323
|
email: string;
|
|
334
324
|
nom: string;
|
|
335
325
|
prenom: string;
|
|
326
|
+
telephone: string;
|
|
336
327
|
adress: string;
|
|
337
328
|
country?: {
|
|
338
329
|
id: number;
|
|
@@ -531,10 +522,8 @@ export declare const VehiculeAffectedSchema: z.ZodObject<{
|
|
|
531
522
|
city: string;
|
|
532
523
|
telephoneOne: string;
|
|
533
524
|
telephoneTwo: string | null;
|
|
534
|
-
comptaResponsible: string;
|
|
535
525
|
invoiceMail: string;
|
|
536
526
|
dafResponsibleName: string;
|
|
537
|
-
telephone: string;
|
|
538
527
|
email: string | null;
|
|
539
528
|
intraVatNumber: string | null;
|
|
540
529
|
submittedToFrenchVat: boolean;
|
|
@@ -564,7 +553,6 @@ export declare const VehiculeAffectedSchema: z.ZodObject<{
|
|
|
564
553
|
emailOne: string | null;
|
|
565
554
|
emailTwo: string | null;
|
|
566
555
|
emailThree: string | null;
|
|
567
|
-
eori: string | null;
|
|
568
556
|
tva: string | null;
|
|
569
557
|
isTrackingMail: boolean | null;
|
|
570
558
|
isBillingCenter: boolean;
|
|
@@ -588,10 +576,10 @@ export declare const VehiculeAffectedSchema: z.ZodObject<{
|
|
|
588
576
|
countryId: number | null;
|
|
589
577
|
postalCode: string;
|
|
590
578
|
city: string;
|
|
591
|
-
telephone: string;
|
|
592
579
|
email: string;
|
|
593
580
|
nom: string;
|
|
594
581
|
prenom: string;
|
|
582
|
+
telephone: string;
|
|
595
583
|
adress: string;
|
|
596
584
|
country?: {
|
|
597
585
|
id: number;
|
|
@@ -712,10 +700,8 @@ export declare const VehiculeAffectedSchema: z.ZodObject<{
|
|
|
712
700
|
city: string;
|
|
713
701
|
telephoneOne: string;
|
|
714
702
|
telephoneTwo: string | null;
|
|
715
|
-
comptaResponsible: string;
|
|
716
703
|
invoiceMail: string;
|
|
717
704
|
dafResponsibleName: string;
|
|
718
|
-
telephone: string;
|
|
719
705
|
email: string | null;
|
|
720
706
|
intraVatNumber: string | null;
|
|
721
707
|
submittedToFrenchVat: boolean;
|
|
@@ -745,7 +731,6 @@ export declare const VehiculeAffectedSchema: z.ZodObject<{
|
|
|
745
731
|
emailOne: string | null;
|
|
746
732
|
emailTwo: string | null;
|
|
747
733
|
emailThree: string | null;
|
|
748
|
-
eori: string | null;
|
|
749
734
|
tva: string | null;
|
|
750
735
|
isTrackingMail: boolean | null;
|
|
751
736
|
isBillingCenter: boolean;
|
|
@@ -769,10 +754,10 @@ export declare const VehiculeAffectedSchema: z.ZodObject<{
|
|
|
769
754
|
countryId: number | null;
|
|
770
755
|
postalCode: string;
|
|
771
756
|
city: string;
|
|
772
|
-
telephone: string;
|
|
773
757
|
email: string;
|
|
774
758
|
nom: string;
|
|
775
759
|
prenom: string;
|
|
760
|
+
telephone: string;
|
|
776
761
|
adress: string;
|
|
777
762
|
country?: {
|
|
778
763
|
id: number;
|
|
@@ -954,10 +939,8 @@ export declare const VehiculeAffectedSchema: z.ZodObject<{
|
|
|
954
939
|
city: string;
|
|
955
940
|
telephoneOne: string;
|
|
956
941
|
telephoneTwo: string | null;
|
|
957
|
-
comptaResponsible: string;
|
|
958
942
|
invoiceMail: string;
|
|
959
943
|
dafResponsibleName: string;
|
|
960
|
-
telephone: string;
|
|
961
944
|
email: string | null;
|
|
962
945
|
intraVatNumber: string | null;
|
|
963
946
|
submittedToFrenchVat: boolean;
|
|
@@ -987,7 +970,6 @@ export declare const VehiculeAffectedSchema: z.ZodObject<{
|
|
|
987
970
|
emailOne: string | null;
|
|
988
971
|
emailTwo: string | null;
|
|
989
972
|
emailThree: string | null;
|
|
990
|
-
eori: string | null;
|
|
991
973
|
tva: string | null;
|
|
992
974
|
isTrackingMail: boolean | null;
|
|
993
975
|
isBillingCenter: boolean;
|
|
@@ -1011,10 +993,10 @@ export declare const VehiculeAffectedSchema: z.ZodObject<{
|
|
|
1011
993
|
countryId: number | null;
|
|
1012
994
|
postalCode: string;
|
|
1013
995
|
city: string;
|
|
1014
|
-
telephone: string;
|
|
1015
996
|
email: string;
|
|
1016
997
|
nom: string;
|
|
1017
998
|
prenom: string;
|
|
999
|
+
telephone: string;
|
|
1018
1000
|
adress: string;
|
|
1019
1001
|
country?: {
|
|
1020
1002
|
id: number;
|
|
@@ -1156,10 +1138,8 @@ export declare const VehiculeAffectedSchema: z.ZodObject<{
|
|
|
1156
1138
|
city: string;
|
|
1157
1139
|
telephoneOne: string;
|
|
1158
1140
|
telephoneTwo: string | null;
|
|
1159
|
-
comptaResponsible: string;
|
|
1160
1141
|
invoiceMail: string;
|
|
1161
1142
|
dafResponsibleName: string;
|
|
1162
|
-
telephone: string;
|
|
1163
1143
|
email: string | null;
|
|
1164
1144
|
intraVatNumber: string | null;
|
|
1165
1145
|
submittedToFrenchVat: boolean;
|
|
@@ -1189,7 +1169,6 @@ export declare const VehiculeAffectedSchema: z.ZodObject<{
|
|
|
1189
1169
|
emailOne: string | null;
|
|
1190
1170
|
emailTwo: string | null;
|
|
1191
1171
|
emailThree: string | null;
|
|
1192
|
-
eori: string | null;
|
|
1193
1172
|
tva: string | null;
|
|
1194
1173
|
isTrackingMail: boolean | null;
|
|
1195
1174
|
isBillingCenter: boolean;
|
|
@@ -1213,10 +1192,10 @@ export declare const VehiculeAffectedSchema: z.ZodObject<{
|
|
|
1213
1192
|
countryId: number | null;
|
|
1214
1193
|
postalCode: string;
|
|
1215
1194
|
city: string;
|
|
1216
|
-
telephone: string;
|
|
1217
1195
|
email: string;
|
|
1218
1196
|
nom: string;
|
|
1219
1197
|
prenom: string;
|
|
1198
|
+
telephone: string;
|
|
1220
1199
|
adress: string;
|
|
1221
1200
|
country?: {
|
|
1222
1201
|
id: number;
|