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
@@ -32,7 +32,7 @@ export declare const UserBillingCenterSchema: 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 UserBillingCenterSchema: 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 UserBillingCenterSchema: 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 UserBillingCenterSchema: 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 UserBillingCenterSchema: 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 UserBillingCenterSchema: 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;
@@ -1482,7 +1485,7 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
1482
1485
  roles: string[];
1483
1486
  isOpsAdmin: boolean;
1484
1487
  civility: string;
1485
- calculatrice: boolean;
1488
+ isShowCalculatrice: boolean;
1486
1489
  expedition: boolean;
1487
1490
  physicCompany: string;
1488
1491
  menus: string;
@@ -1495,22 +1498,23 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
1495
1498
  carnetAddress: string;
1496
1499
  expeditionsCarnet: string;
1497
1500
  accessArchive: string;
1498
- import: boolean;
1499
- export: boolean;
1501
+ isShowImportMenu: boolean;
1502
+ isShowExportMenu: boolean;
1503
+ isShowCourseMenu: boolean;
1500
1504
  twoRoues: boolean;
1501
1505
  vt: boolean;
1502
1506
  lesTwo: boolean;
1503
- mini: boolean;
1504
- full: boolean;
1505
- expeditionsCoursesPartage: boolean;
1506
- carnetAdressesPartage: boolean;
1507
- expeditionsCarnetPartage: boolean;
1508
- accessAuxArchives: boolean;
1509
- lettreInfo: boolean;
1507
+ isMiniTracking: boolean;
1508
+ isFullTracking: boolean;
1509
+ isShareCourseAndExpedition: boolean;
1510
+ isShareCarnetAdresse: boolean;
1511
+ isShareCarnetAdresseAndExpedition: boolean;
1512
+ isAccessAuxArchives: boolean;
1513
+ isShowInfo: boolean;
1510
1514
  photo: string | null;
1511
1515
  entreprisePhysique: string;
1512
1516
  isAdminChauffeur: boolean;
1513
- hasTrackingMail: boolean;
1517
+ isShowTracking: boolean;
1514
1518
  isClientTransitaire: boolean;
1515
1519
  vehiculeId: number;
1516
1520
  salaryId: number;
@@ -1792,7 +1796,7 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
1792
1796
  roles: string[];
1793
1797
  isOpsAdmin: boolean;
1794
1798
  civility: string;
1795
- calculatrice: boolean;
1799
+ isShowCalculatrice: boolean;
1796
1800
  expedition: boolean;
1797
1801
  physicCompany: string;
1798
1802
  menus: string;
@@ -1805,22 +1809,23 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
1805
1809
  carnetAddress: string;
1806
1810
  expeditionsCarnet: string;
1807
1811
  accessArchive: string;
1808
- import: boolean;
1809
- export: boolean;
1812
+ isShowImportMenu: boolean;
1813
+ isShowExportMenu: boolean;
1814
+ isShowCourseMenu: boolean;
1810
1815
  twoRoues: boolean;
1811
1816
  vt: boolean;
1812
1817
  lesTwo: boolean;
1813
- mini: boolean;
1814
- full: boolean;
1815
- expeditionsCoursesPartage: boolean;
1816
- carnetAdressesPartage: boolean;
1817
- expeditionsCarnetPartage: boolean;
1818
- accessAuxArchives: boolean;
1819
- lettreInfo: boolean;
1818
+ isMiniTracking: boolean;
1819
+ isFullTracking: boolean;
1820
+ isShareCourseAndExpedition: boolean;
1821
+ isShareCarnetAdresse: boolean;
1822
+ isShareCarnetAdresseAndExpedition: boolean;
1823
+ isAccessAuxArchives: boolean;
1824
+ isShowInfo: boolean;
1820
1825
  photo: string | null;
1821
1826
  entreprisePhysique: string;
1822
1827
  isAdminChauffeur: boolean;
1823
- hasTrackingMail: boolean;
1828
+ isShowTracking: boolean;
1824
1829
  isClientTransitaire: boolean;
1825
1830
  vehiculeId: number;
1826
1831
  salaryId: number;
@@ -37,7 +37,7 @@ export declare const UserLoginHistorieSchema: z.ZodObject<{
37
37
  civility: z.ZodString;
38
38
  numCodeOne: z.ZodString;
39
39
  numCodeTwo: z.ZodString;
40
- calculatrice: z.ZodBoolean;
40
+ isShowCalculatrice: z.ZodBoolean;
41
41
  expedition: z.ZodBoolean;
42
42
  physicCompany: z.ZodString;
43
43
  isParis: z.ZodBoolean;
@@ -53,22 +53,23 @@ export declare const UserLoginHistorieSchema: z.ZodObject<{
53
53
  carnetAddress: z.ZodString;
54
54
  expeditionsCarnet: z.ZodString;
55
55
  accessArchive: z.ZodString;
56
- import: z.ZodBoolean;
57
- export: z.ZodBoolean;
56
+ isShowImportMenu: z.ZodBoolean;
57
+ isShowExportMenu: z.ZodBoolean;
58
+ isShowCourseMenu: z.ZodBoolean;
58
59
  twoRoues: z.ZodBoolean;
59
60
  vt: z.ZodBoolean;
60
61
  lesTwo: z.ZodBoolean;
61
- mini: z.ZodBoolean;
62
- full: z.ZodBoolean;
63
- expeditionsCoursesPartage: z.ZodBoolean;
64
- carnetAdressesPartage: z.ZodBoolean;
65
- expeditionsCarnetPartage: z.ZodBoolean;
66
- accessAuxArchives: z.ZodBoolean;
67
- lettreInfo: z.ZodBoolean;
62
+ isMiniTracking: z.ZodBoolean;
63
+ isFullTracking: z.ZodBoolean;
64
+ isShareCourseAndExpedition: z.ZodBoolean;
65
+ isShareCarnetAdresse: z.ZodBoolean;
66
+ isShareCarnetAdresseAndExpedition: z.ZodBoolean;
67
+ isAccessAuxArchives: z.ZodBoolean;
68
+ isShowInfo: z.ZodBoolean;
68
69
  photo: z.ZodNullable<z.ZodString>;
69
70
  entreprisePhysique: z.ZodString;
70
71
  isAdminChauffeur: z.ZodBoolean;
71
- hasTrackingMail: z.ZodBoolean;
72
+ isShowTracking: z.ZodBoolean;
72
73
  isClientTransitaire: z.ZodBoolean;
73
74
  customerId: z.ZodNumber;
74
75
  vehiculeId: z.ZodNumber;
@@ -480,7 +481,7 @@ export declare const UserLoginHistorieSchema: z.ZodObject<{
480
481
  roles: string[];
481
482
  isOpsAdmin: boolean;
482
483
  civility: string;
483
- calculatrice: boolean;
484
+ isShowCalculatrice: boolean;
484
485
  expedition: boolean;
485
486
  physicCompany: string;
486
487
  menus: string;
@@ -493,22 +494,23 @@ export declare const UserLoginHistorieSchema: z.ZodObject<{
493
494
  carnetAddress: string;
494
495
  expeditionsCarnet: string;
495
496
  accessArchive: string;
496
- import: boolean;
497
- export: boolean;
497
+ isShowImportMenu: boolean;
498
+ isShowExportMenu: boolean;
499
+ isShowCourseMenu: boolean;
498
500
  twoRoues: boolean;
499
501
  vt: boolean;
500
502
  lesTwo: boolean;
501
- mini: boolean;
502
- full: boolean;
503
- expeditionsCoursesPartage: boolean;
504
- carnetAdressesPartage: boolean;
505
- expeditionsCarnetPartage: boolean;
506
- accessAuxArchives: boolean;
507
- lettreInfo: boolean;
503
+ isMiniTracking: boolean;
504
+ isFullTracking: boolean;
505
+ isShareCourseAndExpedition: boolean;
506
+ isShareCarnetAdresse: boolean;
507
+ isShareCarnetAdresseAndExpedition: boolean;
508
+ isAccessAuxArchives: boolean;
509
+ isShowInfo: boolean;
508
510
  photo: string | null;
509
511
  entreprisePhysique: string;
510
512
  isAdminChauffeur: boolean;
511
- hasTrackingMail: boolean;
513
+ isShowTracking: boolean;
512
514
  isClientTransitaire: boolean;
513
515
  vehiculeId: number;
514
516
  salaryId: number;
@@ -659,7 +661,7 @@ export declare const UserLoginHistorieSchema: z.ZodObject<{
659
661
  roles: string[];
660
662
  isOpsAdmin: boolean;
661
663
  civility: string;
662
- calculatrice: boolean;
664
+ isShowCalculatrice: boolean;
663
665
  expedition: boolean;
664
666
  physicCompany: string;
665
667
  menus: string;
@@ -672,22 +674,23 @@ export declare const UserLoginHistorieSchema: z.ZodObject<{
672
674
  carnetAddress: string;
673
675
  expeditionsCarnet: string;
674
676
  accessArchive: string;
675
- import: boolean;
676
- export: boolean;
677
+ isShowImportMenu: boolean;
678
+ isShowExportMenu: boolean;
679
+ isShowCourseMenu: boolean;
677
680
  twoRoues: boolean;
678
681
  vt: boolean;
679
682
  lesTwo: boolean;
680
- mini: boolean;
681
- full: boolean;
682
- expeditionsCoursesPartage: boolean;
683
- carnetAdressesPartage: boolean;
684
- expeditionsCarnetPartage: boolean;
685
- accessAuxArchives: boolean;
686
- lettreInfo: boolean;
683
+ isMiniTracking: boolean;
684
+ isFullTracking: boolean;
685
+ isShareCourseAndExpedition: boolean;
686
+ isShareCarnetAdresse: boolean;
687
+ isShareCarnetAdresseAndExpedition: boolean;
688
+ isAccessAuxArchives: boolean;
689
+ isShowInfo: boolean;
687
690
  photo: string | null;
688
691
  entreprisePhysique: string;
689
692
  isAdminChauffeur: boolean;
690
- hasTrackingMail: boolean;
693
+ isShowTracking: boolean;
691
694
  isClientTransitaire: boolean;
692
695
  vehiculeId: number;
693
696
  salaryId: number;
@@ -850,7 +853,7 @@ export declare const UserLoginHistorieSchema: z.ZodObject<{
850
853
  roles: string[];
851
854
  isOpsAdmin: boolean;
852
855
  civility: string;
853
- calculatrice: boolean;
856
+ isShowCalculatrice: boolean;
854
857
  expedition: boolean;
855
858
  physicCompany: string;
856
859
  menus: string;
@@ -863,22 +866,23 @@ export declare const UserLoginHistorieSchema: z.ZodObject<{
863
866
  carnetAddress: string;
864
867
  expeditionsCarnet: string;
865
868
  accessArchive: string;
866
- import: boolean;
867
- export: boolean;
869
+ isShowImportMenu: boolean;
870
+ isShowExportMenu: boolean;
871
+ isShowCourseMenu: boolean;
868
872
  twoRoues: boolean;
869
873
  vt: boolean;
870
874
  lesTwo: boolean;
871
- mini: boolean;
872
- full: boolean;
873
- expeditionsCoursesPartage: boolean;
874
- carnetAdressesPartage: boolean;
875
- expeditionsCarnetPartage: boolean;
876
- accessAuxArchives: boolean;
877
- lettreInfo: boolean;
875
+ isMiniTracking: boolean;
876
+ isFullTracking: boolean;
877
+ isShareCourseAndExpedition: boolean;
878
+ isShareCarnetAdresse: boolean;
879
+ isShareCarnetAdresseAndExpedition: boolean;
880
+ isAccessAuxArchives: boolean;
881
+ isShowInfo: boolean;
878
882
  photo: string | null;
879
883
  entreprisePhysique: string;
880
884
  isAdminChauffeur: boolean;
881
- hasTrackingMail: boolean;
885
+ isShowTracking: boolean;
882
886
  isClientTransitaire: boolean;
883
887
  vehiculeId: number;
884
888
  salaryId: number;
@@ -1041,7 +1045,7 @@ export declare const UserLoginHistorieSchema: z.ZodObject<{
1041
1045
  roles: string[];
1042
1046
  isOpsAdmin: boolean;
1043
1047
  civility: string;
1044
- calculatrice: boolean;
1048
+ isShowCalculatrice: boolean;
1045
1049
  expedition: boolean;
1046
1050
  physicCompany: string;
1047
1051
  menus: string;
@@ -1054,22 +1058,23 @@ export declare const UserLoginHistorieSchema: z.ZodObject<{
1054
1058
  carnetAddress: string;
1055
1059
  expeditionsCarnet: string;
1056
1060
  accessArchive: string;
1057
- import: boolean;
1058
- export: boolean;
1061
+ isShowImportMenu: boolean;
1062
+ isShowExportMenu: boolean;
1063
+ isShowCourseMenu: boolean;
1059
1064
  twoRoues: boolean;
1060
1065
  vt: boolean;
1061
1066
  lesTwo: boolean;
1062
- mini: boolean;
1063
- full: boolean;
1064
- expeditionsCoursesPartage: boolean;
1065
- carnetAdressesPartage: boolean;
1066
- expeditionsCarnetPartage: boolean;
1067
- accessAuxArchives: boolean;
1068
- lettreInfo: boolean;
1067
+ isMiniTracking: boolean;
1068
+ isFullTracking: boolean;
1069
+ isShareCourseAndExpedition: boolean;
1070
+ isShareCarnetAdresse: boolean;
1071
+ isShareCarnetAdresseAndExpedition: boolean;
1072
+ isAccessAuxArchives: boolean;
1073
+ isShowInfo: boolean;
1069
1074
  photo: string | null;
1070
1075
  entreprisePhysique: string;
1071
1076
  isAdminChauffeur: boolean;
1072
- hasTrackingMail: boolean;
1077
+ isShowTracking: boolean;
1073
1078
  isClientTransitaire: boolean;
1074
1079
  vehiculeId: number;
1075
1080
  salaryId: number;
@@ -32,7 +32,7 @@ export declare const VehiculeAffectedSchema: 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 VehiculeAffectedSchema: 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 VehiculeAffectedSchema: 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 VehiculeAffectedSchema: 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 VehiculeAffectedSchema: 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 VehiculeAffectedSchema: 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;
@@ -894,7 +897,7 @@ export declare const VehiculeAffectedSchema: z.ZodObject<{
894
897
  roles: string[];
895
898
  isOpsAdmin: boolean;
896
899
  civility: string;
897
- calculatrice: boolean;
900
+ isShowCalculatrice: boolean;
898
901
  expedition: boolean;
899
902
  physicCompany: string;
900
903
  menus: string;
@@ -907,22 +910,23 @@ export declare const VehiculeAffectedSchema: z.ZodObject<{
907
910
  carnetAddress: string;
908
911
  expeditionsCarnet: string;
909
912
  accessArchive: string;
910
- import: boolean;
911
- export: boolean;
913
+ isShowImportMenu: boolean;
914
+ isShowExportMenu: boolean;
915
+ isShowCourseMenu: boolean;
912
916
  twoRoues: boolean;
913
917
  vt: boolean;
914
918
  lesTwo: boolean;
915
- mini: boolean;
916
- full: boolean;
917
- expeditionsCoursesPartage: boolean;
918
- carnetAdressesPartage: boolean;
919
- expeditionsCarnetPartage: boolean;
920
- accessAuxArchives: boolean;
921
- lettreInfo: boolean;
919
+ isMiniTracking: boolean;
920
+ isFullTracking: boolean;
921
+ isShareCourseAndExpedition: boolean;
922
+ isShareCarnetAdresse: boolean;
923
+ isShareCarnetAdresseAndExpedition: boolean;
924
+ isAccessAuxArchives: boolean;
925
+ isShowInfo: boolean;
922
926
  photo: string | null;
923
927
  entreprisePhysique: string;
924
928
  isAdminChauffeur: boolean;
925
- hasTrackingMail: boolean;
929
+ isShowTracking: boolean;
926
930
  isClientTransitaire: boolean;
927
931
  vehiculeId: number;
928
932
  salaryId: number;
@@ -1094,7 +1098,7 @@ export declare const VehiculeAffectedSchema: z.ZodObject<{
1094
1098
  roles: string[];
1095
1099
  isOpsAdmin: boolean;
1096
1100
  civility: string;
1097
- calculatrice: boolean;
1101
+ isShowCalculatrice: boolean;
1098
1102
  expedition: boolean;
1099
1103
  physicCompany: string;
1100
1104
  menus: string;
@@ -1107,22 +1111,23 @@ export declare const VehiculeAffectedSchema: z.ZodObject<{
1107
1111
  carnetAddress: string;
1108
1112
  expeditionsCarnet: string;
1109
1113
  accessArchive: string;
1110
- import: boolean;
1111
- export: boolean;
1114
+ isShowImportMenu: boolean;
1115
+ isShowExportMenu: boolean;
1116
+ isShowCourseMenu: boolean;
1112
1117
  twoRoues: boolean;
1113
1118
  vt: boolean;
1114
1119
  lesTwo: boolean;
1115
- mini: boolean;
1116
- full: boolean;
1117
- expeditionsCoursesPartage: boolean;
1118
- carnetAdressesPartage: boolean;
1119
- expeditionsCarnetPartage: boolean;
1120
- accessAuxArchives: boolean;
1121
- lettreInfo: boolean;
1120
+ isMiniTracking: boolean;
1121
+ isFullTracking: boolean;
1122
+ isShareCourseAndExpedition: boolean;
1123
+ isShareCarnetAdresse: boolean;
1124
+ isShareCarnetAdresseAndExpedition: boolean;
1125
+ isAccessAuxArchives: boolean;
1126
+ isShowInfo: boolean;
1122
1127
  photo: string | null;
1123
1128
  entreprisePhysique: string;
1124
1129
  isAdminChauffeur: boolean;
1125
- hasTrackingMail: boolean;
1130
+ isShowTracking: boolean;
1126
1131
  isClientTransitaire: boolean;
1127
1132
  vehiculeId: number;
1128
1133
  salaryId: number;