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.
- package/dist/models/_chat.d.ts +64 -59
- package/dist/models/_chat_message.d.ts +150 -138
- package/dist/models/_contact.d.ts +60 -55
- package/dist/models/_contact_visible.d.ts +120 -110
- package/dist/models/_facture_line.d.ts +4 -4
- package/dist/models/_historique_action.d.ts +64 -59
- package/dist/models/_information_chauffeur.d.ts +60 -55
- package/dist/models/_information_importante.d.ts +64 -59
- package/dist/models/_livraison_chauffeur.d.ts +64 -59
- package/dist/models/_prise_de_poste.d.ts +60 -55
- package/dist/models/_ramassage_chauffeur.d.ts +64 -59
- package/dist/models/_shipping.d.ts +64 -59
- package/dist/models/_shipping_affected.d.ts +64 -59
- package/dist/models/_shipping_classification.d.ts +4 -4
- package/dist/models/_shipping_comment.d.ts +64 -59
- package/dist/models/_shipping_course.d.ts +64 -59
- package/dist/models/_shipping_detail.d.ts +4 -4
- package/dist/models/_shipping_detail_info_supplementaire.d.ts +4 -4
- package/dist/models/_shipping_document.d.ts +64 -59
- package/dist/models/_shipping_emballage.d.ts +4 -4
- package/dist/models/_shipping_manifest.d.ts +4 -4
- package/dist/models/_shipping_package.d.ts +4 -4
- package/dist/models/_shipping_pod.d.ts +4 -4
- package/dist/models/_shipping_proforma.d.ts +4 -4
- package/dist/models/_shipping_proforma_line.d.ts +6 -6
- package/dist/models/_shipping_tracking.d.ts +64 -59
- package/dist/models/_tracking_visible.d.ts +120 -110
- package/dist/models/_user.d.ts +144 -132
- package/dist/models/_user.js +48 -44
- package/dist/models/_user_billing_center.d.ts +60 -55
- package/dist/models/_user_login_historie.d.ts +60 -55
- package/dist/models/_vehicule_affected.d.ts +60 -55
- package/dist/routes/admin.d.ts +3146 -2888
- package/dist/routes/ops.d.ts +3544 -3265
- package/dist/routes/public.d.ts +168 -154
- package/dist/routes/user.d.ts +1828 -1681
- 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
|
-
|
|
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
|
-
|
|
52
|
-
|
|
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
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
492
|
-
|
|
492
|
+
isShowImportMenu: boolean;
|
|
493
|
+
isShowExportMenu: boolean;
|
|
494
|
+
isShowCourseMenu: boolean;
|
|
493
495
|
twoRoues: boolean;
|
|
494
496
|
vt: boolean;
|
|
495
497
|
lesTwo: boolean;
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
671
|
-
|
|
672
|
+
isShowImportMenu: boolean;
|
|
673
|
+
isShowExportMenu: boolean;
|
|
674
|
+
isShowCourseMenu: boolean;
|
|
672
675
|
twoRoues: boolean;
|
|
673
676
|
vt: boolean;
|
|
674
677
|
lesTwo: boolean;
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
1499
|
-
|
|
1501
|
+
isShowImportMenu: boolean;
|
|
1502
|
+
isShowExportMenu: boolean;
|
|
1503
|
+
isShowCourseMenu: boolean;
|
|
1500
1504
|
twoRoues: boolean;
|
|
1501
1505
|
vt: boolean;
|
|
1502
1506
|
lesTwo: boolean;
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
1809
|
-
|
|
1812
|
+
isShowImportMenu: boolean;
|
|
1813
|
+
isShowExportMenu: boolean;
|
|
1814
|
+
isShowCourseMenu: boolean;
|
|
1810
1815
|
twoRoues: boolean;
|
|
1811
1816
|
vt: boolean;
|
|
1812
1817
|
lesTwo: boolean;
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
57
|
-
|
|
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
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
497
|
-
|
|
497
|
+
isShowImportMenu: boolean;
|
|
498
|
+
isShowExportMenu: boolean;
|
|
499
|
+
isShowCourseMenu: boolean;
|
|
498
500
|
twoRoues: boolean;
|
|
499
501
|
vt: boolean;
|
|
500
502
|
lesTwo: boolean;
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
676
|
-
|
|
677
|
+
isShowImportMenu: boolean;
|
|
678
|
+
isShowExportMenu: boolean;
|
|
679
|
+
isShowCourseMenu: boolean;
|
|
677
680
|
twoRoues: boolean;
|
|
678
681
|
vt: boolean;
|
|
679
682
|
lesTwo: boolean;
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
867
|
-
|
|
869
|
+
isShowImportMenu: boolean;
|
|
870
|
+
isShowExportMenu: boolean;
|
|
871
|
+
isShowCourseMenu: boolean;
|
|
868
872
|
twoRoues: boolean;
|
|
869
873
|
vt: boolean;
|
|
870
874
|
lesTwo: boolean;
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
1058
|
-
|
|
1061
|
+
isShowImportMenu: boolean;
|
|
1062
|
+
isShowExportMenu: boolean;
|
|
1063
|
+
isShowCourseMenu: boolean;
|
|
1059
1064
|
twoRoues: boolean;
|
|
1060
1065
|
vt: boolean;
|
|
1061
1066
|
lesTwo: boolean;
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
52
|
-
|
|
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
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
492
|
-
|
|
492
|
+
isShowImportMenu: boolean;
|
|
493
|
+
isShowExportMenu: boolean;
|
|
494
|
+
isShowCourseMenu: boolean;
|
|
493
495
|
twoRoues: boolean;
|
|
494
496
|
vt: boolean;
|
|
495
497
|
lesTwo: boolean;
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
671
|
-
|
|
672
|
+
isShowImportMenu: boolean;
|
|
673
|
+
isShowExportMenu: boolean;
|
|
674
|
+
isShowCourseMenu: boolean;
|
|
672
675
|
twoRoues: boolean;
|
|
673
676
|
vt: boolean;
|
|
674
677
|
lesTwo: boolean;
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
911
|
-
|
|
913
|
+
isShowImportMenu: boolean;
|
|
914
|
+
isShowExportMenu: boolean;
|
|
915
|
+
isShowCourseMenu: boolean;
|
|
912
916
|
twoRoues: boolean;
|
|
913
917
|
vt: boolean;
|
|
914
918
|
lesTwo: boolean;
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
1111
|
-
|
|
1114
|
+
isShowImportMenu: boolean;
|
|
1115
|
+
isShowExportMenu: boolean;
|
|
1116
|
+
isShowCourseMenu: boolean;
|
|
1112
1117
|
twoRoues: boolean;
|
|
1113
1118
|
vt: boolean;
|
|
1114
1119
|
lesTwo: boolean;
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
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
|
-
|
|
1130
|
+
isShowTracking: boolean;
|
|
1126
1131
|
isClientTransitaire: boolean;
|
|
1127
1132
|
vehiculeId: number;
|
|
1128
1133
|
salaryId: number;
|