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
|
@@ -65,10 +65,8 @@ export declare const BillingCenterSchema: z.ZodObject<{
|
|
|
65
65
|
city: z.ZodString;
|
|
66
66
|
telephoneOne: z.ZodString;
|
|
67
67
|
telephoneTwo: z.ZodNullable<z.ZodString>;
|
|
68
|
-
comptaResponsible: z.ZodString;
|
|
69
68
|
invoiceMail: z.ZodString;
|
|
70
69
|
dafResponsibleName: z.ZodString;
|
|
71
|
-
telephone: z.ZodString;
|
|
72
70
|
email: z.ZodNullable<z.ZodString>;
|
|
73
71
|
intraVatNumber: z.ZodNullable<z.ZodString>;
|
|
74
72
|
submittedToFrenchVat: z.ZodBoolean;
|
|
@@ -98,7 +96,6 @@ export declare const BillingCenterSchema: z.ZodObject<{
|
|
|
98
96
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
99
97
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
100
98
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
101
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
102
99
|
tva: z.ZodNullable<z.ZodString>;
|
|
103
100
|
isTrackingMail: z.ZodNullable<z.ZodBoolean>;
|
|
104
101
|
isBillingCenter: z.ZodBoolean;
|
|
@@ -139,10 +136,8 @@ export declare const BillingCenterSchema: z.ZodObject<{
|
|
|
139
136
|
city: string;
|
|
140
137
|
telephoneOne: string;
|
|
141
138
|
telephoneTwo: string | null;
|
|
142
|
-
comptaResponsible: string;
|
|
143
139
|
invoiceMail: string;
|
|
144
140
|
dafResponsibleName: string;
|
|
145
|
-
telephone: string;
|
|
146
141
|
email: string | null;
|
|
147
142
|
intraVatNumber: string | null;
|
|
148
143
|
submittedToFrenchVat: boolean;
|
|
@@ -172,7 +167,6 @@ export declare const BillingCenterSchema: z.ZodObject<{
|
|
|
172
167
|
emailOne: string | null;
|
|
173
168
|
emailTwo: string | null;
|
|
174
169
|
emailThree: string | null;
|
|
175
|
-
eori: string | null;
|
|
176
170
|
tva: string | null;
|
|
177
171
|
isTrackingMail: boolean | null;
|
|
178
172
|
isBillingCenter: boolean;
|
|
@@ -199,10 +193,8 @@ export declare const BillingCenterSchema: z.ZodObject<{
|
|
|
199
193
|
city: string;
|
|
200
194
|
telephoneOne: string;
|
|
201
195
|
telephoneTwo: string | null;
|
|
202
|
-
comptaResponsible: string;
|
|
203
196
|
invoiceMail: string;
|
|
204
197
|
dafResponsibleName: string;
|
|
205
|
-
telephone: string;
|
|
206
198
|
email: string | null;
|
|
207
199
|
intraVatNumber: string | null;
|
|
208
200
|
submittedToFrenchVat: boolean;
|
|
@@ -232,7 +224,6 @@ export declare const BillingCenterSchema: z.ZodObject<{
|
|
|
232
224
|
emailOne: string | null;
|
|
233
225
|
emailTwo: string | null;
|
|
234
226
|
emailThree: string | null;
|
|
235
|
-
eori: string | null;
|
|
236
227
|
tva: string | null;
|
|
237
228
|
isTrackingMail: boolean | null;
|
|
238
229
|
isBillingCenter: boolean;
|
|
@@ -283,7 +274,6 @@ export declare const BillingCenterSchema: z.ZodObject<{
|
|
|
283
274
|
telephoneOne: string;
|
|
284
275
|
telephoneTwo: string | null;
|
|
285
276
|
dafResponsibleName: string | null;
|
|
286
|
-
telephone: string | null;
|
|
287
277
|
email: string | null;
|
|
288
278
|
intraVatNumber: string | null;
|
|
289
279
|
numeroEori: string | null;
|
|
@@ -310,9 +300,9 @@ export declare const BillingCenterSchema: z.ZodObject<{
|
|
|
310
300
|
emailOne: string | null;
|
|
311
301
|
emailTwo: string | null;
|
|
312
302
|
emailThree: string | null;
|
|
313
|
-
eori: string | null;
|
|
314
303
|
tva: string | null;
|
|
315
304
|
isMailing: boolean;
|
|
305
|
+
telephone: string | null;
|
|
316
306
|
billingCenterName: string;
|
|
317
307
|
customerId: number | null;
|
|
318
308
|
numeroSiren: string | null;
|
|
@@ -324,6 +314,7 @@ export declare const BillingCenterSchema: z.ZodObject<{
|
|
|
324
314
|
isShowSecondBordereaux: boolean;
|
|
325
315
|
isShowCustomerName: boolean;
|
|
326
316
|
isShowCommercialValue: boolean;
|
|
317
|
+
eori: string | null;
|
|
327
318
|
country?: {
|
|
328
319
|
id: number;
|
|
329
320
|
createdAt: DateTime<true> | DateTime<false>;
|
|
@@ -344,10 +335,8 @@ export declare const BillingCenterSchema: z.ZodObject<{
|
|
|
344
335
|
city: string;
|
|
345
336
|
telephoneOne: string;
|
|
346
337
|
telephoneTwo: string | null;
|
|
347
|
-
comptaResponsible: string;
|
|
348
338
|
invoiceMail: string;
|
|
349
339
|
dafResponsibleName: string;
|
|
350
|
-
telephone: string;
|
|
351
340
|
email: string | null;
|
|
352
341
|
intraVatNumber: string | null;
|
|
353
342
|
submittedToFrenchVat: boolean;
|
|
@@ -377,7 +366,6 @@ export declare const BillingCenterSchema: z.ZodObject<{
|
|
|
377
366
|
emailOne: string | null;
|
|
378
367
|
emailTwo: string | null;
|
|
379
368
|
emailThree: string | null;
|
|
380
|
-
eori: string | null;
|
|
381
369
|
tva: string | null;
|
|
382
370
|
isTrackingMail: boolean | null;
|
|
383
371
|
isBillingCenter: boolean;
|
|
@@ -406,7 +394,6 @@ export declare const BillingCenterSchema: z.ZodObject<{
|
|
|
406
394
|
telephoneOne: string;
|
|
407
395
|
telephoneTwo: string | null;
|
|
408
396
|
dafResponsibleName: string | null;
|
|
409
|
-
telephone: string | null;
|
|
410
397
|
email: string | null;
|
|
411
398
|
intraVatNumber: string | null;
|
|
412
399
|
numeroEori: string | null;
|
|
@@ -433,9 +420,9 @@ export declare const BillingCenterSchema: z.ZodObject<{
|
|
|
433
420
|
emailOne: string | null;
|
|
434
421
|
emailTwo: string | null;
|
|
435
422
|
emailThree: string | null;
|
|
436
|
-
eori: string | null;
|
|
437
423
|
tva: string | null;
|
|
438
424
|
isMailing: boolean;
|
|
425
|
+
telephone: string | null;
|
|
439
426
|
billingCenterName: string;
|
|
440
427
|
customerId: number | null;
|
|
441
428
|
numeroSiren: string | null;
|
|
@@ -447,6 +434,7 @@ export declare const BillingCenterSchema: z.ZodObject<{
|
|
|
447
434
|
isShowSecondBordereaux: boolean;
|
|
448
435
|
isShowCustomerName: boolean;
|
|
449
436
|
isShowCommercialValue: boolean;
|
|
437
|
+
eori: string | null;
|
|
450
438
|
country?: {
|
|
451
439
|
id: number;
|
|
452
440
|
createdAt: Date;
|
|
@@ -467,10 +455,8 @@ export declare const BillingCenterSchema: z.ZodObject<{
|
|
|
467
455
|
city: string;
|
|
468
456
|
telephoneOne: string;
|
|
469
457
|
telephoneTwo: string | null;
|
|
470
|
-
comptaResponsible: string;
|
|
471
458
|
invoiceMail: string;
|
|
472
459
|
dafResponsibleName: string;
|
|
473
|
-
telephone: string;
|
|
474
460
|
email: string | null;
|
|
475
461
|
intraVatNumber: string | null;
|
|
476
462
|
submittedToFrenchVat: boolean;
|
|
@@ -500,7 +486,6 @@ export declare const BillingCenterSchema: z.ZodObject<{
|
|
|
500
486
|
emailOne: string | null;
|
|
501
487
|
emailTwo: string | null;
|
|
502
488
|
emailThree: string | null;
|
|
503
|
-
eori: string | null;
|
|
504
489
|
tva: string | null;
|
|
505
490
|
isTrackingMail: boolean | null;
|
|
506
491
|
isBillingCenter: boolean;
|
|
@@ -583,7 +568,6 @@ export declare const BillingCenterSchemaSimple: z.ZodObject<{
|
|
|
583
568
|
telephoneOne: string;
|
|
584
569
|
telephoneTwo: string | null;
|
|
585
570
|
dafResponsibleName: string | null;
|
|
586
|
-
telephone: string | null;
|
|
587
571
|
email: string | null;
|
|
588
572
|
intraVatNumber: string | null;
|
|
589
573
|
numeroEori: string | null;
|
|
@@ -610,9 +594,9 @@ export declare const BillingCenterSchemaSimple: z.ZodObject<{
|
|
|
610
594
|
emailOne: string | null;
|
|
611
595
|
emailTwo: string | null;
|
|
612
596
|
emailThree: string | null;
|
|
613
|
-
eori: string | null;
|
|
614
597
|
tva: string | null;
|
|
615
598
|
isMailing: boolean;
|
|
599
|
+
telephone: string | null;
|
|
616
600
|
billingCenterName: string;
|
|
617
601
|
customerId: number | null;
|
|
618
602
|
numeroSiren: string | null;
|
|
@@ -624,6 +608,7 @@ export declare const BillingCenterSchemaSimple: z.ZodObject<{
|
|
|
624
608
|
isShowSecondBordereaux: boolean;
|
|
625
609
|
isShowCustomerName: boolean;
|
|
626
610
|
isShowCommercialValue: boolean;
|
|
611
|
+
eori: string | null;
|
|
627
612
|
}, {
|
|
628
613
|
id: number;
|
|
629
614
|
createdAt: Date;
|
|
@@ -636,7 +621,6 @@ export declare const BillingCenterSchemaSimple: z.ZodObject<{
|
|
|
636
621
|
telephoneOne: string;
|
|
637
622
|
telephoneTwo: string | null;
|
|
638
623
|
dafResponsibleName: string | null;
|
|
639
|
-
telephone: string | null;
|
|
640
624
|
email: string | null;
|
|
641
625
|
intraVatNumber: string | null;
|
|
642
626
|
numeroEori: string | null;
|
|
@@ -663,9 +647,9 @@ export declare const BillingCenterSchemaSimple: z.ZodObject<{
|
|
|
663
647
|
emailOne: string | null;
|
|
664
648
|
emailTwo: string | null;
|
|
665
649
|
emailThree: string | null;
|
|
666
|
-
eori: string | null;
|
|
667
650
|
tva: string | null;
|
|
668
651
|
isMailing: boolean;
|
|
652
|
+
telephone: string | null;
|
|
669
653
|
billingCenterName: string;
|
|
670
654
|
customerId: number | null;
|
|
671
655
|
numeroSiren: string | null;
|
|
@@ -677,6 +661,7 @@ export declare const BillingCenterSchemaSimple: z.ZodObject<{
|
|
|
677
661
|
isShowSecondBordereaux: boolean;
|
|
678
662
|
isShowCustomerName: boolean;
|
|
679
663
|
isShowCommercialValue: boolean;
|
|
664
|
+
eori: string | null;
|
|
680
665
|
}>;
|
|
681
666
|
export declare const BillingCenterCreateSchema: z.ZodObject<{
|
|
682
667
|
billingCenterName: z.ZodString;
|
|
@@ -750,7 +735,6 @@ export declare const BillingCenterCreateSchema: z.ZodObject<{
|
|
|
750
735
|
addressTwo?: string | undefined;
|
|
751
736
|
telephoneTwo?: string | undefined;
|
|
752
737
|
dafResponsibleName?: string | undefined;
|
|
753
|
-
telephone?: string | undefined;
|
|
754
738
|
email?: string | undefined;
|
|
755
739
|
intraVatNumber?: string | undefined;
|
|
756
740
|
numeroEori?: string | undefined;
|
|
@@ -773,13 +757,14 @@ export declare const BillingCenterCreateSchema: z.ZodObject<{
|
|
|
773
757
|
emailOne?: string | undefined;
|
|
774
758
|
emailTwo?: string | undefined;
|
|
775
759
|
emailThree?: string | undefined;
|
|
776
|
-
eori?: string | undefined;
|
|
777
760
|
tva?: string | undefined;
|
|
761
|
+
telephone?: string | undefined;
|
|
778
762
|
numeroSiren?: string | undefined;
|
|
779
763
|
invoiceMailTwo?: string | undefined;
|
|
780
764
|
isShowSecondBordereaux?: boolean | undefined;
|
|
781
765
|
isShowCustomerName?: boolean | undefined;
|
|
782
766
|
isShowCommercialValue?: boolean | undefined;
|
|
767
|
+
eori?: string | undefined;
|
|
783
768
|
}, {
|
|
784
769
|
countryId: number;
|
|
785
770
|
address: string;
|
|
@@ -801,7 +786,6 @@ export declare const BillingCenterCreateSchema: z.ZodObject<{
|
|
|
801
786
|
addressTwo?: string | undefined;
|
|
802
787
|
telephoneTwo?: string | undefined;
|
|
803
788
|
dafResponsibleName?: string | undefined;
|
|
804
|
-
telephone?: string | undefined;
|
|
805
789
|
email?: string | undefined;
|
|
806
790
|
intraVatNumber?: string | undefined;
|
|
807
791
|
numeroEori?: string | undefined;
|
|
@@ -824,13 +808,14 @@ export declare const BillingCenterCreateSchema: z.ZodObject<{
|
|
|
824
808
|
emailOne?: string | undefined;
|
|
825
809
|
emailTwo?: string | undefined;
|
|
826
810
|
emailThree?: string | undefined;
|
|
827
|
-
eori?: string | undefined;
|
|
828
811
|
tva?: string | undefined;
|
|
812
|
+
telephone?: string | undefined;
|
|
829
813
|
numeroSiren?: string | undefined;
|
|
830
814
|
invoiceMailTwo?: string | undefined;
|
|
831
815
|
isShowSecondBordereaux?: boolean | undefined;
|
|
832
816
|
isShowCustomerName?: boolean | undefined;
|
|
833
817
|
isShowCommercialValue?: boolean | undefined;
|
|
818
|
+
eori?: string | undefined;
|
|
834
819
|
}>;
|
|
835
820
|
export declare const BillingCenterUpdateSchema: z.ZodObject<{
|
|
836
821
|
billingCenterName: z.ZodOptional<z.ZodString>;
|
|
@@ -892,7 +877,6 @@ export declare const BillingCenterUpdateSchema: z.ZodObject<{
|
|
|
892
877
|
telephoneOne?: string | undefined;
|
|
893
878
|
telephoneTwo?: string | undefined;
|
|
894
879
|
dafResponsibleName?: string | undefined;
|
|
895
|
-
telephone?: string | undefined;
|
|
896
880
|
email?: string | undefined;
|
|
897
881
|
intraVatNumber?: string | undefined;
|
|
898
882
|
numeroEori?: string | undefined;
|
|
@@ -919,9 +903,9 @@ export declare const BillingCenterUpdateSchema: z.ZodObject<{
|
|
|
919
903
|
emailOne?: string | undefined;
|
|
920
904
|
emailTwo?: string | undefined;
|
|
921
905
|
emailThree?: string | undefined;
|
|
922
|
-
eori?: string | undefined;
|
|
923
906
|
tva?: string | undefined;
|
|
924
907
|
isMailing?: boolean | undefined;
|
|
908
|
+
telephone?: string | undefined;
|
|
925
909
|
billingCenterName?: string | undefined;
|
|
926
910
|
customerId?: number | undefined;
|
|
927
911
|
numeroSiren?: string | undefined;
|
|
@@ -933,6 +917,7 @@ export declare const BillingCenterUpdateSchema: z.ZodObject<{
|
|
|
933
917
|
isShowSecondBordereaux?: boolean | undefined;
|
|
934
918
|
isShowCustomerName?: boolean | undefined;
|
|
935
919
|
isShowCommercialValue?: boolean | undefined;
|
|
920
|
+
eori?: string | undefined;
|
|
936
921
|
activeVariation?: boolean | undefined;
|
|
937
922
|
}, {
|
|
938
923
|
countryId?: number | undefined;
|
|
@@ -943,7 +928,6 @@ export declare const BillingCenterUpdateSchema: z.ZodObject<{
|
|
|
943
928
|
telephoneOne?: string | undefined;
|
|
944
929
|
telephoneTwo?: string | undefined;
|
|
945
930
|
dafResponsibleName?: string | undefined;
|
|
946
|
-
telephone?: string | undefined;
|
|
947
931
|
email?: string | undefined;
|
|
948
932
|
intraVatNumber?: string | undefined;
|
|
949
933
|
numeroEori?: string | undefined;
|
|
@@ -970,9 +954,9 @@ export declare const BillingCenterUpdateSchema: z.ZodObject<{
|
|
|
970
954
|
emailOne?: string | undefined;
|
|
971
955
|
emailTwo?: string | undefined;
|
|
972
956
|
emailThree?: string | undefined;
|
|
973
|
-
eori?: string | undefined;
|
|
974
957
|
tva?: string | undefined;
|
|
975
958
|
isMailing?: boolean | undefined;
|
|
959
|
+
telephone?: string | undefined;
|
|
976
960
|
billingCenterName?: string | undefined;
|
|
977
961
|
customerId?: number | undefined;
|
|
978
962
|
numeroSiren?: string | undefined;
|
|
@@ -984,6 +968,7 @@ export declare const BillingCenterUpdateSchema: z.ZodObject<{
|
|
|
984
968
|
isShowSecondBordereaux?: boolean | undefined;
|
|
985
969
|
isShowCustomerName?: boolean | undefined;
|
|
986
970
|
isShowCommercialValue?: boolean | undefined;
|
|
971
|
+
eori?: string | undefined;
|
|
987
972
|
activeVariation?: boolean | undefined;
|
|
988
973
|
}>;
|
|
989
974
|
export type IBillingCenter = z.infer<typeof BillingCenterSchema>;
|