exnet-routing 1.2.21 → 1.2.22

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 (37) 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/package.json +1 -1
@@ -49,7 +49,7 @@ export declare const ShippingTrackingSchema: z.ZodObject<{
49
49
  civility: z.ZodString;
50
50
  numCodeOne: z.ZodString;
51
51
  numCodeTwo: z.ZodString;
52
- calculatrice: z.ZodBoolean;
52
+ isShowCalculatrice: z.ZodBoolean;
53
53
  expedition: z.ZodBoolean;
54
54
  physicCompany: z.ZodString;
55
55
  isParis: z.ZodBoolean;
@@ -65,22 +65,23 @@ export declare const ShippingTrackingSchema: z.ZodObject<{
65
65
  carnetAddress: z.ZodString;
66
66
  expeditionsCarnet: z.ZodString;
67
67
  accessArchive: z.ZodString;
68
- import: z.ZodBoolean;
69
- export: z.ZodBoolean;
68
+ isShowImportMenu: z.ZodBoolean;
69
+ isShowExportMenu: z.ZodBoolean;
70
+ isShowCourseMenu: z.ZodBoolean;
70
71
  twoRoues: z.ZodBoolean;
71
72
  vt: z.ZodBoolean;
72
73
  lesTwo: z.ZodBoolean;
73
- mini: z.ZodBoolean;
74
- full: z.ZodBoolean;
75
- expeditionsCoursesPartage: z.ZodBoolean;
76
- carnetAdressesPartage: z.ZodBoolean;
77
- expeditionsCarnetPartage: z.ZodBoolean;
78
- accessAuxArchives: z.ZodBoolean;
79
- lettreInfo: z.ZodBoolean;
74
+ isMiniTracking: z.ZodBoolean;
75
+ isFullTracking: z.ZodBoolean;
76
+ isShareCourseAndExpedition: z.ZodBoolean;
77
+ isShareCarnetAdresse: z.ZodBoolean;
78
+ isShareCarnetAdresseAndExpedition: z.ZodBoolean;
79
+ isAccessAuxArchives: z.ZodBoolean;
80
+ isShowInfo: z.ZodBoolean;
80
81
  photo: z.ZodNullable<z.ZodString>;
81
82
  entreprisePhysique: z.ZodString;
82
83
  isAdminChauffeur: z.ZodBoolean;
83
- hasTrackingMail: z.ZodBoolean;
84
+ isShowTracking: z.ZodBoolean;
84
85
  isClientTransitaire: z.ZodBoolean;
85
86
  customerId: z.ZodNumber;
86
87
  vehiculeId: z.ZodNumber;
@@ -492,7 +493,7 @@ export declare const ShippingTrackingSchema: z.ZodObject<{
492
493
  roles: string[];
493
494
  isOpsAdmin: boolean;
494
495
  civility: string;
495
- calculatrice: boolean;
496
+ isShowCalculatrice: boolean;
496
497
  expedition: boolean;
497
498
  physicCompany: string;
498
499
  menus: string;
@@ -505,22 +506,23 @@ export declare const ShippingTrackingSchema: z.ZodObject<{
505
506
  carnetAddress: string;
506
507
  expeditionsCarnet: string;
507
508
  accessArchive: string;
508
- import: boolean;
509
- export: boolean;
509
+ isShowImportMenu: boolean;
510
+ isShowExportMenu: boolean;
511
+ isShowCourseMenu: boolean;
510
512
  twoRoues: boolean;
511
513
  vt: boolean;
512
514
  lesTwo: boolean;
513
- mini: boolean;
514
- full: boolean;
515
- expeditionsCoursesPartage: boolean;
516
- carnetAdressesPartage: boolean;
517
- expeditionsCarnetPartage: boolean;
518
- accessAuxArchives: boolean;
519
- lettreInfo: boolean;
515
+ isMiniTracking: boolean;
516
+ isFullTracking: boolean;
517
+ isShareCourseAndExpedition: boolean;
518
+ isShareCarnetAdresse: boolean;
519
+ isShareCarnetAdresseAndExpedition: boolean;
520
+ isAccessAuxArchives: boolean;
521
+ isShowInfo: boolean;
520
522
  photo: string | null;
521
523
  entreprisePhysique: string;
522
524
  isAdminChauffeur: boolean;
523
- hasTrackingMail: boolean;
525
+ isShowTracking: boolean;
524
526
  isClientTransitaire: boolean;
525
527
  vehiculeId: number;
526
528
  salaryId: number;
@@ -671,7 +673,7 @@ export declare const ShippingTrackingSchema: z.ZodObject<{
671
673
  roles: string[];
672
674
  isOpsAdmin: boolean;
673
675
  civility: string;
674
- calculatrice: boolean;
676
+ isShowCalculatrice: boolean;
675
677
  expedition: boolean;
676
678
  physicCompany: string;
677
679
  menus: string;
@@ -684,22 +686,23 @@ export declare const ShippingTrackingSchema: z.ZodObject<{
684
686
  carnetAddress: string;
685
687
  expeditionsCarnet: string;
686
688
  accessArchive: string;
687
- import: boolean;
688
- export: boolean;
689
+ isShowImportMenu: boolean;
690
+ isShowExportMenu: boolean;
691
+ isShowCourseMenu: boolean;
689
692
  twoRoues: boolean;
690
693
  vt: boolean;
691
694
  lesTwo: boolean;
692
- mini: boolean;
693
- full: boolean;
694
- expeditionsCoursesPartage: boolean;
695
- carnetAdressesPartage: boolean;
696
- expeditionsCarnetPartage: boolean;
697
- accessAuxArchives: boolean;
698
- lettreInfo: boolean;
695
+ isMiniTracking: boolean;
696
+ isFullTracking: boolean;
697
+ isShareCourseAndExpedition: boolean;
698
+ isShareCarnetAdresse: boolean;
699
+ isShareCarnetAdresseAndExpedition: boolean;
700
+ isAccessAuxArchives: boolean;
701
+ isShowInfo: boolean;
699
702
  photo: string | null;
700
703
  entreprisePhysique: string;
701
704
  isAdminChauffeur: boolean;
702
- hasTrackingMail: boolean;
705
+ isShowTracking: boolean;
703
706
  isClientTransitaire: boolean;
704
707
  vehiculeId: number;
705
708
  salaryId: number;
@@ -909,7 +912,7 @@ export declare const ShippingTrackingSchema: z.ZodObject<{
909
912
  color: string | null;
910
913
  docBordereaux: string | null;
911
914
  docAccompagnement: string | null;
912
- category: "import" | "export" | "course" | "all";
915
+ category: "course" | "all" | "import" | "export";
913
916
  typeExpedition: "expedition" | "course";
914
917
  driverId: number;
915
918
  typeDeRoue: string | null;
@@ -958,7 +961,7 @@ export declare const ShippingTrackingSchema: z.ZodObject<{
958
961
  color: string | null;
959
962
  docBordereaux: string | null;
960
963
  docAccompagnement: string | null;
961
- category: "import" | "export" | "course" | "all";
964
+ category: "course" | "all" | "import" | "export";
962
965
  typeExpedition: "expedition" | "course";
963
966
  driverId: number;
964
967
  typeDeRoue: string | null;
@@ -1029,7 +1032,7 @@ export declare const ShippingTrackingSchema: z.ZodObject<{
1029
1032
  roles: string[];
1030
1033
  isOpsAdmin: boolean;
1031
1034
  civility: string;
1032
- calculatrice: boolean;
1035
+ isShowCalculatrice: boolean;
1033
1036
  expedition: boolean;
1034
1037
  physicCompany: string;
1035
1038
  menus: string;
@@ -1042,22 +1045,23 @@ export declare const ShippingTrackingSchema: z.ZodObject<{
1042
1045
  carnetAddress: string;
1043
1046
  expeditionsCarnet: string;
1044
1047
  accessArchive: string;
1045
- import: boolean;
1046
- export: boolean;
1048
+ isShowImportMenu: boolean;
1049
+ isShowExportMenu: boolean;
1050
+ isShowCourseMenu: boolean;
1047
1051
  twoRoues: boolean;
1048
1052
  vt: boolean;
1049
1053
  lesTwo: boolean;
1050
- mini: boolean;
1051
- full: boolean;
1052
- expeditionsCoursesPartage: boolean;
1053
- carnetAdressesPartage: boolean;
1054
- expeditionsCarnetPartage: boolean;
1055
- accessAuxArchives: boolean;
1056
- lettreInfo: boolean;
1054
+ isMiniTracking: boolean;
1055
+ isFullTracking: boolean;
1056
+ isShareCourseAndExpedition: boolean;
1057
+ isShareCarnetAdresse: boolean;
1058
+ isShareCarnetAdresseAndExpedition: boolean;
1059
+ isAccessAuxArchives: boolean;
1060
+ isShowInfo: boolean;
1057
1061
  photo: string | null;
1058
1062
  entreprisePhysique: string;
1059
1063
  isAdminChauffeur: boolean;
1060
- hasTrackingMail: boolean;
1064
+ isShowTracking: boolean;
1061
1065
  isClientTransitaire: boolean;
1062
1066
  vehiculeId: number;
1063
1067
  salaryId: number;
@@ -1210,7 +1214,7 @@ export declare const ShippingTrackingSchema: z.ZodObject<{
1210
1214
  color: string | null;
1211
1215
  docBordereaux: string | null;
1212
1216
  docAccompagnement: string | null;
1213
- category: "import" | "export" | "course" | "all";
1217
+ category: "course" | "all" | "import" | "export";
1214
1218
  typeExpedition: "expedition" | "course";
1215
1219
  driverId: number;
1216
1220
  typeDeRoue: string | null;
@@ -1282,7 +1286,7 @@ export declare const ShippingTrackingSchema: z.ZodObject<{
1282
1286
  roles: string[];
1283
1287
  isOpsAdmin: boolean;
1284
1288
  civility: string;
1285
- calculatrice: boolean;
1289
+ isShowCalculatrice: boolean;
1286
1290
  expedition: boolean;
1287
1291
  physicCompany: string;
1288
1292
  menus: string;
@@ -1295,22 +1299,23 @@ export declare const ShippingTrackingSchema: z.ZodObject<{
1295
1299
  carnetAddress: string;
1296
1300
  expeditionsCarnet: string;
1297
1301
  accessArchive: string;
1298
- import: boolean;
1299
- export: boolean;
1302
+ isShowImportMenu: boolean;
1303
+ isShowExportMenu: boolean;
1304
+ isShowCourseMenu: boolean;
1300
1305
  twoRoues: boolean;
1301
1306
  vt: boolean;
1302
1307
  lesTwo: boolean;
1303
- mini: boolean;
1304
- full: boolean;
1305
- expeditionsCoursesPartage: boolean;
1306
- carnetAdressesPartage: boolean;
1307
- expeditionsCarnetPartage: boolean;
1308
- accessAuxArchives: boolean;
1309
- lettreInfo: boolean;
1308
+ isMiniTracking: boolean;
1309
+ isFullTracking: boolean;
1310
+ isShareCourseAndExpedition: boolean;
1311
+ isShareCarnetAdresse: boolean;
1312
+ isShareCarnetAdresseAndExpedition: boolean;
1313
+ isAccessAuxArchives: boolean;
1314
+ isShowInfo: boolean;
1310
1315
  photo: string | null;
1311
1316
  entreprisePhysique: string;
1312
1317
  isAdminChauffeur: boolean;
1313
- hasTrackingMail: boolean;
1318
+ isShowTracking: boolean;
1314
1319
  isClientTransitaire: boolean;
1315
1320
  vehiculeId: number;
1316
1321
  salaryId: number;
@@ -1463,7 +1468,7 @@ export declare const ShippingTrackingSchema: z.ZodObject<{
1463
1468
  color: string | null;
1464
1469
  docBordereaux: string | null;
1465
1470
  docAccompagnement: string | null;
1466
- category: "import" | "export" | "course" | "all";
1471
+ category: "course" | "all" | "import" | "export";
1467
1472
  typeExpedition: "expedition" | "course";
1468
1473
  driverId: number;
1469
1474
  typeDeRoue: string | null;
@@ -32,7 +32,7 @@ export declare const TrackingVisibleSchema: z.ZodObject<{
32
32
  civility: z.ZodString;
33
33
  numCodeOne: z.ZodString;
34
34
  numCodeTwo: z.ZodString;
35
- calculatrice: z.ZodBoolean;
35
+ isShowCalculatrice: z.ZodBoolean;
36
36
  expedition: z.ZodBoolean;
37
37
  physicCompany: z.ZodString;
38
38
  isParis: z.ZodBoolean;
@@ -48,22 +48,23 @@ export declare const TrackingVisibleSchema: z.ZodObject<{
48
48
  carnetAddress: z.ZodString;
49
49
  expeditionsCarnet: z.ZodString;
50
50
  accessArchive: z.ZodString;
51
- import: z.ZodBoolean;
52
- export: z.ZodBoolean;
51
+ isShowImportMenu: z.ZodBoolean;
52
+ isShowExportMenu: z.ZodBoolean;
53
+ isShowCourseMenu: z.ZodBoolean;
53
54
  twoRoues: z.ZodBoolean;
54
55
  vt: z.ZodBoolean;
55
56
  lesTwo: z.ZodBoolean;
56
- mini: z.ZodBoolean;
57
- full: z.ZodBoolean;
58
- expeditionsCoursesPartage: z.ZodBoolean;
59
- carnetAdressesPartage: z.ZodBoolean;
60
- expeditionsCarnetPartage: z.ZodBoolean;
61
- accessAuxArchives: z.ZodBoolean;
62
- lettreInfo: z.ZodBoolean;
57
+ isMiniTracking: z.ZodBoolean;
58
+ isFullTracking: z.ZodBoolean;
59
+ isShareCourseAndExpedition: z.ZodBoolean;
60
+ isShareCarnetAdresse: z.ZodBoolean;
61
+ isShareCarnetAdresseAndExpedition: z.ZodBoolean;
62
+ isAccessAuxArchives: z.ZodBoolean;
63
+ isShowInfo: z.ZodBoolean;
63
64
  photo: z.ZodNullable<z.ZodString>;
64
65
  entreprisePhysique: z.ZodString;
65
66
  isAdminChauffeur: z.ZodBoolean;
66
- hasTrackingMail: z.ZodBoolean;
67
+ isShowTracking: z.ZodBoolean;
67
68
  isClientTransitaire: z.ZodBoolean;
68
69
  customerId: z.ZodNumber;
69
70
  vehiculeId: z.ZodNumber;
@@ -475,7 +476,7 @@ export declare const TrackingVisibleSchema: z.ZodObject<{
475
476
  roles: string[];
476
477
  isOpsAdmin: boolean;
477
478
  civility: string;
478
- calculatrice: boolean;
479
+ isShowCalculatrice: boolean;
479
480
  expedition: boolean;
480
481
  physicCompany: string;
481
482
  menus: string;
@@ -488,22 +489,23 @@ export declare const TrackingVisibleSchema: z.ZodObject<{
488
489
  carnetAddress: string;
489
490
  expeditionsCarnet: string;
490
491
  accessArchive: string;
491
- import: boolean;
492
- export: boolean;
492
+ isShowImportMenu: boolean;
493
+ isShowExportMenu: boolean;
494
+ isShowCourseMenu: boolean;
493
495
  twoRoues: boolean;
494
496
  vt: boolean;
495
497
  lesTwo: boolean;
496
- mini: boolean;
497
- full: boolean;
498
- expeditionsCoursesPartage: boolean;
499
- carnetAdressesPartage: boolean;
500
- expeditionsCarnetPartage: boolean;
501
- accessAuxArchives: boolean;
502
- lettreInfo: boolean;
498
+ isMiniTracking: boolean;
499
+ isFullTracking: boolean;
500
+ isShareCourseAndExpedition: boolean;
501
+ isShareCarnetAdresse: boolean;
502
+ isShareCarnetAdresseAndExpedition: boolean;
503
+ isAccessAuxArchives: boolean;
504
+ isShowInfo: boolean;
503
505
  photo: string | null;
504
506
  entreprisePhysique: string;
505
507
  isAdminChauffeur: boolean;
506
- hasTrackingMail: boolean;
508
+ isShowTracking: boolean;
507
509
  isClientTransitaire: boolean;
508
510
  vehiculeId: number;
509
511
  salaryId: number;
@@ -654,7 +656,7 @@ export declare const TrackingVisibleSchema: z.ZodObject<{
654
656
  roles: string[];
655
657
  isOpsAdmin: boolean;
656
658
  civility: string;
657
- calculatrice: boolean;
659
+ isShowCalculatrice: boolean;
658
660
  expedition: boolean;
659
661
  physicCompany: string;
660
662
  menus: string;
@@ -667,22 +669,23 @@ export declare const TrackingVisibleSchema: z.ZodObject<{
667
669
  carnetAddress: string;
668
670
  expeditionsCarnet: string;
669
671
  accessArchive: string;
670
- import: boolean;
671
- export: boolean;
672
+ isShowImportMenu: boolean;
673
+ isShowExportMenu: boolean;
674
+ isShowCourseMenu: boolean;
672
675
  twoRoues: boolean;
673
676
  vt: boolean;
674
677
  lesTwo: boolean;
675
- mini: boolean;
676
- full: boolean;
677
- expeditionsCoursesPartage: boolean;
678
- carnetAdressesPartage: boolean;
679
- expeditionsCarnetPartage: boolean;
680
- accessAuxArchives: boolean;
681
- lettreInfo: boolean;
678
+ isMiniTracking: boolean;
679
+ isFullTracking: boolean;
680
+ isShareCourseAndExpedition: boolean;
681
+ isShareCarnetAdresse: boolean;
682
+ isShareCarnetAdresseAndExpedition: boolean;
683
+ isAccessAuxArchives: boolean;
684
+ isShowInfo: boolean;
682
685
  photo: string | null;
683
686
  entreprisePhysique: string;
684
687
  isAdminChauffeur: boolean;
685
- hasTrackingMail: boolean;
688
+ isShowTracking: boolean;
686
689
  isClientTransitaire: boolean;
687
690
  vehiculeId: number;
688
691
  salaryId: number;
@@ -830,7 +833,7 @@ export declare const TrackingVisibleSchema: z.ZodObject<{
830
833
  civility: z.ZodString;
831
834
  numCodeOne: z.ZodString;
832
835
  numCodeTwo: z.ZodString;
833
- calculatrice: z.ZodBoolean;
836
+ isShowCalculatrice: z.ZodBoolean;
834
837
  expedition: z.ZodBoolean;
835
838
  physicCompany: z.ZodString;
836
839
  isParis: z.ZodBoolean;
@@ -846,22 +849,23 @@ export declare const TrackingVisibleSchema: z.ZodObject<{
846
849
  carnetAddress: z.ZodString;
847
850
  expeditionsCarnet: z.ZodString;
848
851
  accessArchive: z.ZodString;
849
- import: z.ZodBoolean;
850
- export: z.ZodBoolean;
852
+ isShowImportMenu: z.ZodBoolean;
853
+ isShowExportMenu: z.ZodBoolean;
854
+ isShowCourseMenu: z.ZodBoolean;
851
855
  twoRoues: z.ZodBoolean;
852
856
  vt: z.ZodBoolean;
853
857
  lesTwo: z.ZodBoolean;
854
- mini: z.ZodBoolean;
855
- full: z.ZodBoolean;
856
- expeditionsCoursesPartage: z.ZodBoolean;
857
- carnetAdressesPartage: z.ZodBoolean;
858
- expeditionsCarnetPartage: z.ZodBoolean;
859
- accessAuxArchives: z.ZodBoolean;
860
- lettreInfo: z.ZodBoolean;
858
+ isMiniTracking: z.ZodBoolean;
859
+ isFullTracking: z.ZodBoolean;
860
+ isShareCourseAndExpedition: z.ZodBoolean;
861
+ isShareCarnetAdresse: z.ZodBoolean;
862
+ isShareCarnetAdresseAndExpedition: z.ZodBoolean;
863
+ isAccessAuxArchives: z.ZodBoolean;
864
+ isShowInfo: z.ZodBoolean;
861
865
  photo: z.ZodNullable<z.ZodString>;
862
866
  entreprisePhysique: z.ZodString;
863
867
  isAdminChauffeur: z.ZodBoolean;
864
- hasTrackingMail: z.ZodBoolean;
868
+ isShowTracking: z.ZodBoolean;
865
869
  isClientTransitaire: z.ZodBoolean;
866
870
  customerId: z.ZodNumber;
867
871
  vehiculeId: z.ZodNumber;
@@ -1273,7 +1277,7 @@ export declare const TrackingVisibleSchema: z.ZodObject<{
1273
1277
  roles: string[];
1274
1278
  isOpsAdmin: boolean;
1275
1279
  civility: string;
1276
- calculatrice: boolean;
1280
+ isShowCalculatrice: boolean;
1277
1281
  expedition: boolean;
1278
1282
  physicCompany: string;
1279
1283
  menus: string;
@@ -1286,22 +1290,23 @@ export declare const TrackingVisibleSchema: z.ZodObject<{
1286
1290
  carnetAddress: string;
1287
1291
  expeditionsCarnet: string;
1288
1292
  accessArchive: string;
1289
- import: boolean;
1290
- export: boolean;
1293
+ isShowImportMenu: boolean;
1294
+ isShowExportMenu: boolean;
1295
+ isShowCourseMenu: boolean;
1291
1296
  twoRoues: boolean;
1292
1297
  vt: boolean;
1293
1298
  lesTwo: boolean;
1294
- mini: boolean;
1295
- full: boolean;
1296
- expeditionsCoursesPartage: boolean;
1297
- carnetAdressesPartage: boolean;
1298
- expeditionsCarnetPartage: boolean;
1299
- accessAuxArchives: boolean;
1300
- lettreInfo: boolean;
1299
+ isMiniTracking: boolean;
1300
+ isFullTracking: boolean;
1301
+ isShareCourseAndExpedition: boolean;
1302
+ isShareCarnetAdresse: boolean;
1303
+ isShareCarnetAdresseAndExpedition: boolean;
1304
+ isAccessAuxArchives: boolean;
1305
+ isShowInfo: boolean;
1301
1306
  photo: string | null;
1302
1307
  entreprisePhysique: string;
1303
1308
  isAdminChauffeur: boolean;
1304
- hasTrackingMail: boolean;
1309
+ isShowTracking: boolean;
1305
1310
  isClientTransitaire: boolean;
1306
1311
  vehiculeId: number;
1307
1312
  salaryId: number;
@@ -1452,7 +1457,7 @@ export declare const TrackingVisibleSchema: z.ZodObject<{
1452
1457
  roles: string[];
1453
1458
  isOpsAdmin: boolean;
1454
1459
  civility: string;
1455
- calculatrice: boolean;
1460
+ isShowCalculatrice: boolean;
1456
1461
  expedition: boolean;
1457
1462
  physicCompany: string;
1458
1463
  menus: string;
@@ -1465,22 +1470,23 @@ export declare const TrackingVisibleSchema: z.ZodObject<{
1465
1470
  carnetAddress: string;
1466
1471
  expeditionsCarnet: string;
1467
1472
  accessArchive: string;
1468
- import: boolean;
1469
- export: boolean;
1473
+ isShowImportMenu: boolean;
1474
+ isShowExportMenu: boolean;
1475
+ isShowCourseMenu: boolean;
1470
1476
  twoRoues: boolean;
1471
1477
  vt: boolean;
1472
1478
  lesTwo: boolean;
1473
- mini: boolean;
1474
- full: boolean;
1475
- expeditionsCoursesPartage: boolean;
1476
- carnetAdressesPartage: boolean;
1477
- expeditionsCarnetPartage: boolean;
1478
- accessAuxArchives: boolean;
1479
- lettreInfo: boolean;
1479
+ isMiniTracking: boolean;
1480
+ isFullTracking: boolean;
1481
+ isShareCourseAndExpedition: boolean;
1482
+ isShareCarnetAdresse: boolean;
1483
+ isShareCarnetAdresseAndExpedition: boolean;
1484
+ isAccessAuxArchives: boolean;
1485
+ isShowInfo: boolean;
1480
1486
  photo: string | null;
1481
1487
  entreprisePhysique: string;
1482
1488
  isAdminChauffeur: boolean;
1483
- hasTrackingMail: boolean;
1489
+ isShowTracking: boolean;
1484
1490
  isClientTransitaire: boolean;
1485
1491
  vehiculeId: number;
1486
1492
  salaryId: number;
@@ -1638,7 +1644,7 @@ export declare const TrackingVisibleSchema: z.ZodObject<{
1638
1644
  roles: string[];
1639
1645
  isOpsAdmin: boolean;
1640
1646
  civility: string;
1641
- calculatrice: boolean;
1647
+ isShowCalculatrice: boolean;
1642
1648
  expedition: boolean;
1643
1649
  physicCompany: string;
1644
1650
  menus: string;
@@ -1651,22 +1657,23 @@ export declare const TrackingVisibleSchema: z.ZodObject<{
1651
1657
  carnetAddress: string;
1652
1658
  expeditionsCarnet: string;
1653
1659
  accessArchive: string;
1654
- import: boolean;
1655
- export: boolean;
1660
+ isShowImportMenu: boolean;
1661
+ isShowExportMenu: boolean;
1662
+ isShowCourseMenu: boolean;
1656
1663
  twoRoues: boolean;
1657
1664
  vt: boolean;
1658
1665
  lesTwo: boolean;
1659
- mini: boolean;
1660
- full: boolean;
1661
- expeditionsCoursesPartage: boolean;
1662
- carnetAdressesPartage: boolean;
1663
- expeditionsCarnetPartage: boolean;
1664
- accessAuxArchives: boolean;
1665
- lettreInfo: boolean;
1666
+ isMiniTracking: boolean;
1667
+ isFullTracking: boolean;
1668
+ isShareCourseAndExpedition: boolean;
1669
+ isShareCarnetAdresse: boolean;
1670
+ isShareCarnetAdresseAndExpedition: boolean;
1671
+ isAccessAuxArchives: boolean;
1672
+ isShowInfo: boolean;
1666
1673
  photo: string | null;
1667
1674
  entreprisePhysique: string;
1668
1675
  isAdminChauffeur: boolean;
1669
- hasTrackingMail: boolean;
1676
+ isShowTracking: boolean;
1670
1677
  isClientTransitaire: boolean;
1671
1678
  vehiculeId: number;
1672
1679
  salaryId: number;
@@ -1818,7 +1825,7 @@ export declare const TrackingVisibleSchema: z.ZodObject<{
1818
1825
  roles: string[];
1819
1826
  isOpsAdmin: boolean;
1820
1827
  civility: string;
1821
- calculatrice: boolean;
1828
+ isShowCalculatrice: boolean;
1822
1829
  expedition: boolean;
1823
1830
  physicCompany: string;
1824
1831
  menus: string;
@@ -1831,22 +1838,23 @@ export declare const TrackingVisibleSchema: z.ZodObject<{
1831
1838
  carnetAddress: string;
1832
1839
  expeditionsCarnet: string;
1833
1840
  accessArchive: string;
1834
- import: boolean;
1835
- export: boolean;
1841
+ isShowImportMenu: boolean;
1842
+ isShowExportMenu: boolean;
1843
+ isShowCourseMenu: boolean;
1836
1844
  twoRoues: boolean;
1837
1845
  vt: boolean;
1838
1846
  lesTwo: boolean;
1839
- mini: boolean;
1840
- full: boolean;
1841
- expeditionsCoursesPartage: boolean;
1842
- carnetAdressesPartage: boolean;
1843
- expeditionsCarnetPartage: boolean;
1844
- accessAuxArchives: boolean;
1845
- lettreInfo: boolean;
1847
+ isMiniTracking: boolean;
1848
+ isFullTracking: boolean;
1849
+ isShareCourseAndExpedition: boolean;
1850
+ isShareCarnetAdresse: boolean;
1851
+ isShareCarnetAdresseAndExpedition: boolean;
1852
+ isAccessAuxArchives: boolean;
1853
+ isShowInfo: boolean;
1846
1854
  photo: string | null;
1847
1855
  entreprisePhysique: string;
1848
1856
  isAdminChauffeur: boolean;
1849
- hasTrackingMail: boolean;
1857
+ isShowTracking: boolean;
1850
1858
  isClientTransitaire: boolean;
1851
1859
  vehiculeId: number;
1852
1860
  salaryId: number;
@@ -2004,7 +2012,7 @@ export declare const TrackingVisibleSchema: z.ZodObject<{
2004
2012
  roles: string[];
2005
2013
  isOpsAdmin: boolean;
2006
2014
  civility: string;
2007
- calculatrice: boolean;
2015
+ isShowCalculatrice: boolean;
2008
2016
  expedition: boolean;
2009
2017
  physicCompany: string;
2010
2018
  menus: string;
@@ -2017,22 +2025,23 @@ export declare const TrackingVisibleSchema: z.ZodObject<{
2017
2025
  carnetAddress: string;
2018
2026
  expeditionsCarnet: string;
2019
2027
  accessArchive: string;
2020
- import: boolean;
2021
- export: boolean;
2028
+ isShowImportMenu: boolean;
2029
+ isShowExportMenu: boolean;
2030
+ isShowCourseMenu: boolean;
2022
2031
  twoRoues: boolean;
2023
2032
  vt: boolean;
2024
2033
  lesTwo: boolean;
2025
- mini: boolean;
2026
- full: boolean;
2027
- expeditionsCoursesPartage: boolean;
2028
- carnetAdressesPartage: boolean;
2029
- expeditionsCarnetPartage: boolean;
2030
- accessAuxArchives: boolean;
2031
- lettreInfo: boolean;
2034
+ isMiniTracking: boolean;
2035
+ isFullTracking: boolean;
2036
+ isShareCourseAndExpedition: boolean;
2037
+ isShareCarnetAdresse: boolean;
2038
+ isShareCarnetAdresseAndExpedition: boolean;
2039
+ isAccessAuxArchives: boolean;
2040
+ isShowInfo: boolean;
2032
2041
  photo: string | null;
2033
2042
  entreprisePhysique: string;
2034
2043
  isAdminChauffeur: boolean;
2035
- hasTrackingMail: boolean;
2044
+ isShowTracking: boolean;
2036
2045
  isClientTransitaire: boolean;
2037
2046
  vehiculeId: number;
2038
2047
  salaryId: number;
@@ -2184,7 +2193,7 @@ export declare const TrackingVisibleSchema: z.ZodObject<{
2184
2193
  roles: string[];
2185
2194
  isOpsAdmin: boolean;
2186
2195
  civility: string;
2187
- calculatrice: boolean;
2196
+ isShowCalculatrice: boolean;
2188
2197
  expedition: boolean;
2189
2198
  physicCompany: string;
2190
2199
  menus: string;
@@ -2197,22 +2206,23 @@ export declare const TrackingVisibleSchema: z.ZodObject<{
2197
2206
  carnetAddress: string;
2198
2207
  expeditionsCarnet: string;
2199
2208
  accessArchive: string;
2200
- import: boolean;
2201
- export: boolean;
2209
+ isShowImportMenu: boolean;
2210
+ isShowExportMenu: boolean;
2211
+ isShowCourseMenu: boolean;
2202
2212
  twoRoues: boolean;
2203
2213
  vt: boolean;
2204
2214
  lesTwo: boolean;
2205
- mini: boolean;
2206
- full: boolean;
2207
- expeditionsCoursesPartage: boolean;
2208
- carnetAdressesPartage: boolean;
2209
- expeditionsCarnetPartage: boolean;
2210
- accessAuxArchives: boolean;
2211
- lettreInfo: boolean;
2215
+ isMiniTracking: boolean;
2216
+ isFullTracking: boolean;
2217
+ isShareCourseAndExpedition: boolean;
2218
+ isShareCarnetAdresse: boolean;
2219
+ isShareCarnetAdresseAndExpedition: boolean;
2220
+ isAccessAuxArchives: boolean;
2221
+ isShowInfo: boolean;
2212
2222
  photo: string | null;
2213
2223
  entreprisePhysique: string;
2214
2224
  isAdminChauffeur: boolean;
2215
- hasTrackingMail: boolean;
2225
+ isShowTracking: boolean;
2216
2226
  isClientTransitaire: boolean;
2217
2227
  vehiculeId: number;
2218
2228
  salaryId: number;