exnet-routing 1.2.21 → 1.2.23

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.
Files changed (38) hide show
  1. package/dist/models/_chat.d.ts +64 -59
  2. package/dist/models/_chat_message.d.ts +150 -138
  3. package/dist/models/_contact.d.ts +60 -55
  4. package/dist/models/_contact_visible.d.ts +120 -110
  5. package/dist/models/_facture_line.d.ts +4 -4
  6. package/dist/models/_historique_action.d.ts +64 -59
  7. package/dist/models/_information_chauffeur.d.ts +60 -55
  8. package/dist/models/_information_importante.d.ts +64 -59
  9. package/dist/models/_livraison_chauffeur.d.ts +64 -59
  10. package/dist/models/_prise_de_poste.d.ts +60 -55
  11. package/dist/models/_ramassage_chauffeur.d.ts +64 -59
  12. package/dist/models/_shipping.d.ts +64 -59
  13. package/dist/models/_shipping_affected.d.ts +64 -59
  14. package/dist/models/_shipping_classification.d.ts +4 -4
  15. package/dist/models/_shipping_comment.d.ts +64 -59
  16. package/dist/models/_shipping_course.d.ts +64 -59
  17. package/dist/models/_shipping_detail.d.ts +4 -4
  18. package/dist/models/_shipping_detail_info_supplementaire.d.ts +4 -4
  19. package/dist/models/_shipping_document.d.ts +64 -59
  20. package/dist/models/_shipping_emballage.d.ts +4 -4
  21. package/dist/models/_shipping_manifest.d.ts +4 -4
  22. package/dist/models/_shipping_package.d.ts +4 -4
  23. package/dist/models/_shipping_pod.d.ts +4 -4
  24. package/dist/models/_shipping_proforma.d.ts +4 -4
  25. package/dist/models/_shipping_proforma_line.d.ts +6 -6
  26. package/dist/models/_shipping_tracking.d.ts +64 -59
  27. package/dist/models/_tracking_visible.d.ts +120 -110
  28. package/dist/models/_user.d.ts +144 -132
  29. package/dist/models/_user.js +48 -44
  30. package/dist/models/_user_billing_center.d.ts +60 -55
  31. package/dist/models/_user_login_historie.d.ts +60 -55
  32. package/dist/models/_vehicule_affected.d.ts +60 -55
  33. package/dist/routes/admin.d.ts +3146 -2888
  34. package/dist/routes/ops.d.ts +3544 -3265
  35. package/dist/routes/public.d.ts +168 -154
  36. package/dist/routes/user.d.ts +1828 -1681
  37. package/dist/routes/user.js +1 -1
  38. package/package.json +1 -1
@@ -67,7 +67,7 @@ export declare const PriseDePosteSchema: z.ZodObject<{
67
67
  civility: z.ZodString;
68
68
  numCodeOne: z.ZodString;
69
69
  numCodeTwo: z.ZodString;
70
- calculatrice: z.ZodBoolean;
70
+ isShowCalculatrice: z.ZodBoolean;
71
71
  expedition: z.ZodBoolean;
72
72
  physicCompany: z.ZodString;
73
73
  isParis: z.ZodBoolean;
@@ -83,22 +83,23 @@ export declare const PriseDePosteSchema: z.ZodObject<{
83
83
  carnetAddress: z.ZodString;
84
84
  expeditionsCarnet: z.ZodString;
85
85
  accessArchive: z.ZodString;
86
- import: z.ZodBoolean;
87
- export: z.ZodBoolean;
86
+ isShowImportMenu: z.ZodBoolean;
87
+ isShowExportMenu: z.ZodBoolean;
88
+ isShowCourseMenu: z.ZodBoolean;
88
89
  twoRoues: z.ZodBoolean;
89
90
  vt: z.ZodBoolean;
90
91
  lesTwo: z.ZodBoolean;
91
- mini: z.ZodBoolean;
92
- full: z.ZodBoolean;
93
- expeditionsCoursesPartage: z.ZodBoolean;
94
- carnetAdressesPartage: z.ZodBoolean;
95
- expeditionsCarnetPartage: z.ZodBoolean;
96
- accessAuxArchives: z.ZodBoolean;
97
- lettreInfo: z.ZodBoolean;
92
+ isMiniTracking: z.ZodBoolean;
93
+ isFullTracking: z.ZodBoolean;
94
+ isShareCourseAndExpedition: z.ZodBoolean;
95
+ isShareCarnetAdresse: z.ZodBoolean;
96
+ isShareCarnetAdresseAndExpedition: z.ZodBoolean;
97
+ isAccessAuxArchives: z.ZodBoolean;
98
+ isShowInfo: z.ZodBoolean;
98
99
  photo: z.ZodNullable<z.ZodString>;
99
100
  entreprisePhysique: z.ZodString;
100
101
  isAdminChauffeur: z.ZodBoolean;
101
- hasTrackingMail: z.ZodBoolean;
102
+ isShowTracking: z.ZodBoolean;
102
103
  isClientTransitaire: z.ZodBoolean;
103
104
  customerId: z.ZodNumber;
104
105
  vehiculeId: z.ZodNumber;
@@ -510,7 +511,7 @@ export declare const PriseDePosteSchema: z.ZodObject<{
510
511
  roles: string[];
511
512
  isOpsAdmin: boolean;
512
513
  civility: string;
513
- calculatrice: boolean;
514
+ isShowCalculatrice: boolean;
514
515
  expedition: boolean;
515
516
  physicCompany: string;
516
517
  menus: string;
@@ -523,22 +524,23 @@ export declare const PriseDePosteSchema: z.ZodObject<{
523
524
  carnetAddress: string;
524
525
  expeditionsCarnet: string;
525
526
  accessArchive: string;
526
- import: boolean;
527
- export: boolean;
527
+ isShowImportMenu: boolean;
528
+ isShowExportMenu: boolean;
529
+ isShowCourseMenu: boolean;
528
530
  twoRoues: boolean;
529
531
  vt: boolean;
530
532
  lesTwo: boolean;
531
- mini: boolean;
532
- full: boolean;
533
- expeditionsCoursesPartage: boolean;
534
- carnetAdressesPartage: boolean;
535
- expeditionsCarnetPartage: boolean;
536
- accessAuxArchives: boolean;
537
- lettreInfo: boolean;
533
+ isMiniTracking: boolean;
534
+ isFullTracking: boolean;
535
+ isShareCourseAndExpedition: boolean;
536
+ isShareCarnetAdresse: boolean;
537
+ isShareCarnetAdresseAndExpedition: boolean;
538
+ isAccessAuxArchives: boolean;
539
+ isShowInfo: boolean;
538
540
  photo: string | null;
539
541
  entreprisePhysique: string;
540
542
  isAdminChauffeur: boolean;
541
- hasTrackingMail: boolean;
543
+ isShowTracking: boolean;
542
544
  isClientTransitaire: boolean;
543
545
  vehiculeId: number;
544
546
  salaryId: number;
@@ -689,7 +691,7 @@ export declare const PriseDePosteSchema: z.ZodObject<{
689
691
  roles: string[];
690
692
  isOpsAdmin: boolean;
691
693
  civility: string;
692
- calculatrice: boolean;
694
+ isShowCalculatrice: boolean;
693
695
  expedition: boolean;
694
696
  physicCompany: string;
695
697
  menus: string;
@@ -702,22 +704,23 @@ export declare const PriseDePosteSchema: z.ZodObject<{
702
704
  carnetAddress: string;
703
705
  expeditionsCarnet: string;
704
706
  accessArchive: string;
705
- import: boolean;
706
- export: boolean;
707
+ isShowImportMenu: boolean;
708
+ isShowExportMenu: boolean;
709
+ isShowCourseMenu: boolean;
707
710
  twoRoues: boolean;
708
711
  vt: boolean;
709
712
  lesTwo: boolean;
710
- mini: boolean;
711
- full: boolean;
712
- expeditionsCoursesPartage: boolean;
713
- carnetAdressesPartage: boolean;
714
- expeditionsCarnetPartage: boolean;
715
- accessAuxArchives: boolean;
716
- lettreInfo: boolean;
713
+ isMiniTracking: boolean;
714
+ isFullTracking: boolean;
715
+ isShareCourseAndExpedition: boolean;
716
+ isShareCarnetAdresse: boolean;
717
+ isShareCarnetAdresseAndExpedition: boolean;
718
+ isAccessAuxArchives: boolean;
719
+ isShowInfo: boolean;
717
720
  photo: string | null;
718
721
  entreprisePhysique: string;
719
722
  isAdminChauffeur: boolean;
720
- hasTrackingMail: boolean;
723
+ isShowTracking: boolean;
721
724
  isClientTransitaire: boolean;
722
725
  vehiculeId: number;
723
726
  salaryId: number;
@@ -906,7 +909,7 @@ export declare const PriseDePosteSchema: z.ZodObject<{
906
909
  roles: string[];
907
910
  isOpsAdmin: boolean;
908
911
  civility: string;
909
- calculatrice: boolean;
912
+ isShowCalculatrice: boolean;
910
913
  expedition: boolean;
911
914
  physicCompany: string;
912
915
  menus: string;
@@ -919,22 +922,23 @@ export declare const PriseDePosteSchema: z.ZodObject<{
919
922
  carnetAddress: string;
920
923
  expeditionsCarnet: string;
921
924
  accessArchive: string;
922
- import: boolean;
923
- export: boolean;
925
+ isShowImportMenu: boolean;
926
+ isShowExportMenu: boolean;
927
+ isShowCourseMenu: boolean;
924
928
  twoRoues: boolean;
925
929
  vt: boolean;
926
930
  lesTwo: boolean;
927
- mini: boolean;
928
- full: boolean;
929
- expeditionsCoursesPartage: boolean;
930
- carnetAdressesPartage: boolean;
931
- expeditionsCarnetPartage: boolean;
932
- accessAuxArchives: boolean;
933
- lettreInfo: boolean;
931
+ isMiniTracking: boolean;
932
+ isFullTracking: boolean;
933
+ isShareCourseAndExpedition: boolean;
934
+ isShareCarnetAdresse: boolean;
935
+ isShareCarnetAdresseAndExpedition: boolean;
936
+ isAccessAuxArchives: boolean;
937
+ isShowInfo: boolean;
934
938
  photo: string | null;
935
939
  entreprisePhysique: string;
936
940
  isAdminChauffeur: boolean;
937
- hasTrackingMail: boolean;
941
+ isShowTracking: boolean;
938
942
  isClientTransitaire: boolean;
939
943
  vehiculeId: number;
940
944
  salaryId: number;
@@ -1127,7 +1131,7 @@ export declare const PriseDePosteSchema: z.ZodObject<{
1127
1131
  roles: string[];
1128
1132
  isOpsAdmin: boolean;
1129
1133
  civility: string;
1130
- calculatrice: boolean;
1134
+ isShowCalculatrice: boolean;
1131
1135
  expedition: boolean;
1132
1136
  physicCompany: string;
1133
1137
  menus: string;
@@ -1140,22 +1144,23 @@ export declare const PriseDePosteSchema: z.ZodObject<{
1140
1144
  carnetAddress: string;
1141
1145
  expeditionsCarnet: string;
1142
1146
  accessArchive: string;
1143
- import: boolean;
1144
- export: boolean;
1147
+ isShowImportMenu: boolean;
1148
+ isShowExportMenu: boolean;
1149
+ isShowCourseMenu: boolean;
1145
1150
  twoRoues: boolean;
1146
1151
  vt: boolean;
1147
1152
  lesTwo: boolean;
1148
- mini: boolean;
1149
- full: boolean;
1150
- expeditionsCoursesPartage: boolean;
1151
- carnetAdressesPartage: boolean;
1152
- expeditionsCarnetPartage: boolean;
1153
- accessAuxArchives: boolean;
1154
- lettreInfo: boolean;
1153
+ isMiniTracking: boolean;
1154
+ isFullTracking: boolean;
1155
+ isShareCourseAndExpedition: boolean;
1156
+ isShareCarnetAdresse: boolean;
1157
+ isShareCarnetAdresseAndExpedition: boolean;
1158
+ isAccessAuxArchives: boolean;
1159
+ isShowInfo: boolean;
1155
1160
  photo: string | null;
1156
1161
  entreprisePhysique: string;
1157
1162
  isAdminChauffeur: boolean;
1158
- hasTrackingMail: boolean;
1163
+ isShowTracking: boolean;
1159
1164
  isClientTransitaire: boolean;
1160
1165
  vehiculeId: number;
1161
1166
  salaryId: number;
@@ -39,7 +39,7 @@ export declare const RamassageChauffeurSchema: z.ZodObject<{
39
39
  civility: z.ZodString;
40
40
  numCodeOne: z.ZodString;
41
41
  numCodeTwo: z.ZodString;
42
- calculatrice: z.ZodBoolean;
42
+ isShowCalculatrice: z.ZodBoolean;
43
43
  expedition: z.ZodBoolean;
44
44
  physicCompany: z.ZodString;
45
45
  isParis: z.ZodBoolean;
@@ -55,22 +55,23 @@ export declare const RamassageChauffeurSchema: z.ZodObject<{
55
55
  carnetAddress: z.ZodString;
56
56
  expeditionsCarnet: z.ZodString;
57
57
  accessArchive: z.ZodString;
58
- import: z.ZodBoolean;
59
- export: z.ZodBoolean;
58
+ isShowImportMenu: z.ZodBoolean;
59
+ isShowExportMenu: z.ZodBoolean;
60
+ isShowCourseMenu: z.ZodBoolean;
60
61
  twoRoues: z.ZodBoolean;
61
62
  vt: z.ZodBoolean;
62
63
  lesTwo: z.ZodBoolean;
63
- mini: z.ZodBoolean;
64
- full: z.ZodBoolean;
65
- expeditionsCoursesPartage: z.ZodBoolean;
66
- carnetAdressesPartage: z.ZodBoolean;
67
- expeditionsCarnetPartage: z.ZodBoolean;
68
- accessAuxArchives: z.ZodBoolean;
69
- lettreInfo: z.ZodBoolean;
64
+ isMiniTracking: z.ZodBoolean;
65
+ isFullTracking: z.ZodBoolean;
66
+ isShareCourseAndExpedition: z.ZodBoolean;
67
+ isShareCarnetAdresse: z.ZodBoolean;
68
+ isShareCarnetAdresseAndExpedition: z.ZodBoolean;
69
+ isAccessAuxArchives: z.ZodBoolean;
70
+ isShowInfo: z.ZodBoolean;
70
71
  photo: z.ZodNullable<z.ZodString>;
71
72
  entreprisePhysique: z.ZodString;
72
73
  isAdminChauffeur: z.ZodBoolean;
73
- hasTrackingMail: z.ZodBoolean;
74
+ isShowTracking: z.ZodBoolean;
74
75
  isClientTransitaire: z.ZodBoolean;
75
76
  customerId: z.ZodNumber;
76
77
  vehiculeId: z.ZodNumber;
@@ -482,7 +483,7 @@ export declare const RamassageChauffeurSchema: z.ZodObject<{
482
483
  roles: string[];
483
484
  isOpsAdmin: boolean;
484
485
  civility: string;
485
- calculatrice: boolean;
486
+ isShowCalculatrice: boolean;
486
487
  expedition: boolean;
487
488
  physicCompany: string;
488
489
  menus: string;
@@ -495,22 +496,23 @@ export declare const RamassageChauffeurSchema: z.ZodObject<{
495
496
  carnetAddress: string;
496
497
  expeditionsCarnet: string;
497
498
  accessArchive: string;
498
- import: boolean;
499
- export: boolean;
499
+ isShowImportMenu: boolean;
500
+ isShowExportMenu: boolean;
501
+ isShowCourseMenu: boolean;
500
502
  twoRoues: boolean;
501
503
  vt: boolean;
502
504
  lesTwo: boolean;
503
- mini: boolean;
504
- full: boolean;
505
- expeditionsCoursesPartage: boolean;
506
- carnetAdressesPartage: boolean;
507
- expeditionsCarnetPartage: boolean;
508
- accessAuxArchives: boolean;
509
- lettreInfo: boolean;
505
+ isMiniTracking: boolean;
506
+ isFullTracking: boolean;
507
+ isShareCourseAndExpedition: boolean;
508
+ isShareCarnetAdresse: boolean;
509
+ isShareCarnetAdresseAndExpedition: boolean;
510
+ isAccessAuxArchives: boolean;
511
+ isShowInfo: boolean;
510
512
  photo: string | null;
511
513
  entreprisePhysique: string;
512
514
  isAdminChauffeur: boolean;
513
- hasTrackingMail: boolean;
515
+ isShowTracking: boolean;
514
516
  isClientTransitaire: boolean;
515
517
  vehiculeId: number;
516
518
  salaryId: number;
@@ -661,7 +663,7 @@ export declare const RamassageChauffeurSchema: z.ZodObject<{
661
663
  roles: string[];
662
664
  isOpsAdmin: boolean;
663
665
  civility: string;
664
- calculatrice: boolean;
666
+ isShowCalculatrice: boolean;
665
667
  expedition: boolean;
666
668
  physicCompany: string;
667
669
  menus: string;
@@ -674,22 +676,23 @@ export declare const RamassageChauffeurSchema: z.ZodObject<{
674
676
  carnetAddress: string;
675
677
  expeditionsCarnet: string;
676
678
  accessArchive: string;
677
- import: boolean;
678
- export: boolean;
679
+ isShowImportMenu: boolean;
680
+ isShowExportMenu: boolean;
681
+ isShowCourseMenu: boolean;
679
682
  twoRoues: boolean;
680
683
  vt: boolean;
681
684
  lesTwo: boolean;
682
- mini: boolean;
683
- full: boolean;
684
- expeditionsCoursesPartage: boolean;
685
- carnetAdressesPartage: boolean;
686
- expeditionsCarnetPartage: boolean;
687
- accessAuxArchives: boolean;
688
- lettreInfo: boolean;
685
+ isMiniTracking: boolean;
686
+ isFullTracking: boolean;
687
+ isShareCourseAndExpedition: boolean;
688
+ isShareCarnetAdresse: boolean;
689
+ isShareCarnetAdresseAndExpedition: boolean;
690
+ isAccessAuxArchives: boolean;
691
+ isShowInfo: boolean;
689
692
  photo: string | null;
690
693
  entreprisePhysique: string;
691
694
  isAdminChauffeur: boolean;
692
- hasTrackingMail: boolean;
695
+ isShowTracking: boolean;
693
696
  isClientTransitaire: boolean;
694
697
  vehiculeId: number;
695
698
  salaryId: number;
@@ -899,7 +902,7 @@ export declare const RamassageChauffeurSchema: z.ZodObject<{
899
902
  color: string | null;
900
903
  docBordereaux: string | null;
901
904
  docAccompagnement: string | null;
902
- category: "import" | "export" | "course" | "all";
905
+ category: "course" | "all" | "import" | "export";
903
906
  typeExpedition: "expedition" | "course";
904
907
  driverId: number;
905
908
  typeDeRoue: string | null;
@@ -948,7 +951,7 @@ export declare const RamassageChauffeurSchema: z.ZodObject<{
948
951
  color: string | null;
949
952
  docBordereaux: string | null;
950
953
  docAccompagnement: string | null;
951
- category: "import" | "export" | "course" | "all";
954
+ category: "course" | "all" | "import" | "export";
952
955
  typeExpedition: "expedition" | "course";
953
956
  driverId: number;
954
957
  typeDeRoue: string | null;
@@ -1010,7 +1013,7 @@ export declare const RamassageChauffeurSchema: z.ZodObject<{
1010
1013
  roles: string[];
1011
1014
  isOpsAdmin: boolean;
1012
1015
  civility: string;
1013
- calculatrice: boolean;
1016
+ isShowCalculatrice: boolean;
1014
1017
  expedition: boolean;
1015
1018
  physicCompany: string;
1016
1019
  menus: string;
@@ -1023,22 +1026,23 @@ export declare const RamassageChauffeurSchema: z.ZodObject<{
1023
1026
  carnetAddress: string;
1024
1027
  expeditionsCarnet: string;
1025
1028
  accessArchive: string;
1026
- import: boolean;
1027
- export: boolean;
1029
+ isShowImportMenu: boolean;
1030
+ isShowExportMenu: boolean;
1031
+ isShowCourseMenu: boolean;
1028
1032
  twoRoues: boolean;
1029
1033
  vt: boolean;
1030
1034
  lesTwo: boolean;
1031
- mini: boolean;
1032
- full: boolean;
1033
- expeditionsCoursesPartage: boolean;
1034
- carnetAdressesPartage: boolean;
1035
- expeditionsCarnetPartage: boolean;
1036
- accessAuxArchives: boolean;
1037
- lettreInfo: boolean;
1035
+ isMiniTracking: boolean;
1036
+ isFullTracking: boolean;
1037
+ isShareCourseAndExpedition: boolean;
1038
+ isShareCarnetAdresse: boolean;
1039
+ isShareCarnetAdresseAndExpedition: boolean;
1040
+ isAccessAuxArchives: boolean;
1041
+ isShowInfo: boolean;
1038
1042
  photo: string | null;
1039
1043
  entreprisePhysique: string;
1040
1044
  isAdminChauffeur: boolean;
1041
- hasTrackingMail: boolean;
1045
+ isShowTracking: boolean;
1042
1046
  isClientTransitaire: boolean;
1043
1047
  vehiculeId: number;
1044
1048
  salaryId: number;
@@ -1191,7 +1195,7 @@ export declare const RamassageChauffeurSchema: z.ZodObject<{
1191
1195
  color: string | null;
1192
1196
  docBordereaux: string | null;
1193
1197
  docAccompagnement: string | null;
1194
- category: "import" | "export" | "course" | "all";
1198
+ category: "course" | "all" | "import" | "export";
1195
1199
  typeExpedition: "expedition" | "course";
1196
1200
  driverId: number;
1197
1201
  typeDeRoue: string | null;
@@ -1253,7 +1257,7 @@ export declare const RamassageChauffeurSchema: z.ZodObject<{
1253
1257
  roles: string[];
1254
1258
  isOpsAdmin: boolean;
1255
1259
  civility: string;
1256
- calculatrice: boolean;
1260
+ isShowCalculatrice: boolean;
1257
1261
  expedition: boolean;
1258
1262
  physicCompany: string;
1259
1263
  menus: string;
@@ -1266,22 +1270,23 @@ export declare const RamassageChauffeurSchema: z.ZodObject<{
1266
1270
  carnetAddress: string;
1267
1271
  expeditionsCarnet: string;
1268
1272
  accessArchive: string;
1269
- import: boolean;
1270
- export: boolean;
1273
+ isShowImportMenu: boolean;
1274
+ isShowExportMenu: boolean;
1275
+ isShowCourseMenu: boolean;
1271
1276
  twoRoues: boolean;
1272
1277
  vt: boolean;
1273
1278
  lesTwo: boolean;
1274
- mini: boolean;
1275
- full: boolean;
1276
- expeditionsCoursesPartage: boolean;
1277
- carnetAdressesPartage: boolean;
1278
- expeditionsCarnetPartage: boolean;
1279
- accessAuxArchives: boolean;
1280
- lettreInfo: boolean;
1279
+ isMiniTracking: boolean;
1280
+ isFullTracking: boolean;
1281
+ isShareCourseAndExpedition: boolean;
1282
+ isShareCarnetAdresse: boolean;
1283
+ isShareCarnetAdresseAndExpedition: boolean;
1284
+ isAccessAuxArchives: boolean;
1285
+ isShowInfo: boolean;
1281
1286
  photo: string | null;
1282
1287
  entreprisePhysique: string;
1283
1288
  isAdminChauffeur: boolean;
1284
- hasTrackingMail: boolean;
1289
+ isShowTracking: boolean;
1285
1290
  isClientTransitaire: boolean;
1286
1291
  vehiculeId: number;
1287
1292
  salaryId: number;
@@ -1434,7 +1439,7 @@ export declare const RamassageChauffeurSchema: z.ZodObject<{
1434
1439
  color: string | null;
1435
1440
  docBordereaux: string | null;
1436
1441
  docAccompagnement: string | null;
1437
- category: "import" | "export" | "course" | "all";
1442
+ category: "course" | "all" | "import" | "export";
1438
1443
  typeExpedition: "expedition" | "course";
1439
1444
  driverId: number;
1440
1445
  typeDeRoue: string | null;