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
package/dist/routes/public.d.ts
CHANGED
|
@@ -92,7 +92,7 @@ export declare const publicRoutes: {
|
|
|
92
92
|
civility: z.ZodString;
|
|
93
93
|
numCodeOne: z.ZodString;
|
|
94
94
|
numCodeTwo: z.ZodString;
|
|
95
|
-
|
|
95
|
+
isShowCalculatrice: z.ZodBoolean;
|
|
96
96
|
expedition: z.ZodBoolean;
|
|
97
97
|
physicCompany: z.ZodString;
|
|
98
98
|
isParis: z.ZodBoolean;
|
|
@@ -108,22 +108,23 @@ export declare const publicRoutes: {
|
|
|
108
108
|
carnetAddress: z.ZodString;
|
|
109
109
|
expeditionsCarnet: z.ZodString;
|
|
110
110
|
accessArchive: z.ZodString;
|
|
111
|
-
|
|
112
|
-
|
|
111
|
+
isShowImportMenu: z.ZodBoolean;
|
|
112
|
+
isShowExportMenu: z.ZodBoolean;
|
|
113
|
+
isShowCourseMenu: z.ZodBoolean;
|
|
113
114
|
twoRoues: z.ZodBoolean;
|
|
114
115
|
vt: z.ZodBoolean;
|
|
115
116
|
lesTwo: z.ZodBoolean;
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
117
|
+
isMiniTracking: z.ZodBoolean;
|
|
118
|
+
isFullTracking: z.ZodBoolean;
|
|
119
|
+
isShareCourseAndExpedition: z.ZodBoolean;
|
|
120
|
+
isShareCarnetAdresse: z.ZodBoolean;
|
|
121
|
+
isShareCarnetAdresseAndExpedition: z.ZodBoolean;
|
|
122
|
+
isAccessAuxArchives: z.ZodBoolean;
|
|
123
|
+
isShowInfo: z.ZodBoolean;
|
|
123
124
|
photo: z.ZodNullable<z.ZodString>;
|
|
124
125
|
entreprisePhysique: z.ZodString;
|
|
125
126
|
isAdminChauffeur: z.ZodBoolean;
|
|
126
|
-
|
|
127
|
+
isShowTracking: z.ZodBoolean;
|
|
127
128
|
isClientTransitaire: z.ZodBoolean;
|
|
128
129
|
customerId: z.ZodNumber;
|
|
129
130
|
vehiculeId: z.ZodNumber;
|
|
@@ -535,7 +536,7 @@ export declare const publicRoutes: {
|
|
|
535
536
|
roles: string[];
|
|
536
537
|
isOpsAdmin: boolean;
|
|
537
538
|
civility: string;
|
|
538
|
-
|
|
539
|
+
isShowCalculatrice: boolean;
|
|
539
540
|
expedition: boolean;
|
|
540
541
|
physicCompany: string;
|
|
541
542
|
menus: string;
|
|
@@ -548,22 +549,23 @@ export declare const publicRoutes: {
|
|
|
548
549
|
carnetAddress: string;
|
|
549
550
|
expeditionsCarnet: string;
|
|
550
551
|
accessArchive: string;
|
|
551
|
-
|
|
552
|
-
|
|
552
|
+
isShowImportMenu: boolean;
|
|
553
|
+
isShowExportMenu: boolean;
|
|
554
|
+
isShowCourseMenu: boolean;
|
|
553
555
|
twoRoues: boolean;
|
|
554
556
|
vt: boolean;
|
|
555
557
|
lesTwo: boolean;
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
558
|
+
isMiniTracking: boolean;
|
|
559
|
+
isFullTracking: boolean;
|
|
560
|
+
isShareCourseAndExpedition: boolean;
|
|
561
|
+
isShareCarnetAdresse: boolean;
|
|
562
|
+
isShareCarnetAdresseAndExpedition: boolean;
|
|
563
|
+
isAccessAuxArchives: boolean;
|
|
564
|
+
isShowInfo: boolean;
|
|
563
565
|
photo: string | null;
|
|
564
566
|
entreprisePhysique: string;
|
|
565
567
|
isAdminChauffeur: boolean;
|
|
566
|
-
|
|
568
|
+
isShowTracking: boolean;
|
|
567
569
|
isClientTransitaire: boolean;
|
|
568
570
|
vehiculeId: number;
|
|
569
571
|
salaryId: number;
|
|
@@ -714,7 +716,7 @@ export declare const publicRoutes: {
|
|
|
714
716
|
roles: string[];
|
|
715
717
|
isOpsAdmin: boolean;
|
|
716
718
|
civility: string;
|
|
717
|
-
|
|
719
|
+
isShowCalculatrice: boolean;
|
|
718
720
|
expedition: boolean;
|
|
719
721
|
physicCompany: string;
|
|
720
722
|
menus: string;
|
|
@@ -727,22 +729,23 @@ export declare const publicRoutes: {
|
|
|
727
729
|
carnetAddress: string;
|
|
728
730
|
expeditionsCarnet: string;
|
|
729
731
|
accessArchive: string;
|
|
730
|
-
|
|
731
|
-
|
|
732
|
+
isShowImportMenu: boolean;
|
|
733
|
+
isShowExportMenu: boolean;
|
|
734
|
+
isShowCourseMenu: boolean;
|
|
732
735
|
twoRoues: boolean;
|
|
733
736
|
vt: boolean;
|
|
734
737
|
lesTwo: boolean;
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
738
|
+
isMiniTracking: boolean;
|
|
739
|
+
isFullTracking: boolean;
|
|
740
|
+
isShareCourseAndExpedition: boolean;
|
|
741
|
+
isShareCarnetAdresse: boolean;
|
|
742
|
+
isShareCarnetAdresseAndExpedition: boolean;
|
|
743
|
+
isAccessAuxArchives: boolean;
|
|
744
|
+
isShowInfo: boolean;
|
|
742
745
|
photo: string | null;
|
|
743
746
|
entreprisePhysique: string;
|
|
744
747
|
isAdminChauffeur: boolean;
|
|
745
|
-
|
|
748
|
+
isShowTracking: boolean;
|
|
746
749
|
isClientTransitaire: boolean;
|
|
747
750
|
vehiculeId: number;
|
|
748
751
|
salaryId: number;
|
|
@@ -913,7 +916,7 @@ export declare const publicRoutes: {
|
|
|
913
916
|
roles: string[];
|
|
914
917
|
isOpsAdmin: boolean;
|
|
915
918
|
civility: string;
|
|
916
|
-
|
|
919
|
+
isShowCalculatrice: boolean;
|
|
917
920
|
expedition: boolean;
|
|
918
921
|
physicCompany: string;
|
|
919
922
|
menus: string;
|
|
@@ -926,22 +929,23 @@ export declare const publicRoutes: {
|
|
|
926
929
|
carnetAddress: string;
|
|
927
930
|
expeditionsCarnet: string;
|
|
928
931
|
accessArchive: string;
|
|
929
|
-
|
|
930
|
-
|
|
932
|
+
isShowImportMenu: boolean;
|
|
933
|
+
isShowExportMenu: boolean;
|
|
934
|
+
isShowCourseMenu: boolean;
|
|
931
935
|
twoRoues: boolean;
|
|
932
936
|
vt: boolean;
|
|
933
937
|
lesTwo: boolean;
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
938
|
+
isMiniTracking: boolean;
|
|
939
|
+
isFullTracking: boolean;
|
|
940
|
+
isShareCourseAndExpedition: boolean;
|
|
941
|
+
isShareCarnetAdresse: boolean;
|
|
942
|
+
isShareCarnetAdresseAndExpedition: boolean;
|
|
943
|
+
isAccessAuxArchives: boolean;
|
|
944
|
+
isShowInfo: boolean;
|
|
941
945
|
photo: string | null;
|
|
942
946
|
entreprisePhysique: string;
|
|
943
947
|
isAdminChauffeur: boolean;
|
|
944
|
-
|
|
948
|
+
isShowTracking: boolean;
|
|
945
949
|
isClientTransitaire: boolean;
|
|
946
950
|
vehiculeId: number;
|
|
947
951
|
salaryId: number;
|
|
@@ -1114,7 +1118,7 @@ export declare const publicRoutes: {
|
|
|
1114
1118
|
roles: string[];
|
|
1115
1119
|
isOpsAdmin: boolean;
|
|
1116
1120
|
civility: string;
|
|
1117
|
-
|
|
1121
|
+
isShowCalculatrice: boolean;
|
|
1118
1122
|
expedition: boolean;
|
|
1119
1123
|
physicCompany: string;
|
|
1120
1124
|
menus: string;
|
|
@@ -1127,22 +1131,23 @@ export declare const publicRoutes: {
|
|
|
1127
1131
|
carnetAddress: string;
|
|
1128
1132
|
expeditionsCarnet: string;
|
|
1129
1133
|
accessArchive: string;
|
|
1130
|
-
|
|
1131
|
-
|
|
1134
|
+
isShowImportMenu: boolean;
|
|
1135
|
+
isShowExportMenu: boolean;
|
|
1136
|
+
isShowCourseMenu: boolean;
|
|
1132
1137
|
twoRoues: boolean;
|
|
1133
1138
|
vt: boolean;
|
|
1134
1139
|
lesTwo: boolean;
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1140
|
+
isMiniTracking: boolean;
|
|
1141
|
+
isFullTracking: boolean;
|
|
1142
|
+
isShareCourseAndExpedition: boolean;
|
|
1143
|
+
isShareCarnetAdresse: boolean;
|
|
1144
|
+
isShareCarnetAdresseAndExpedition: boolean;
|
|
1145
|
+
isAccessAuxArchives: boolean;
|
|
1146
|
+
isShowInfo: boolean;
|
|
1142
1147
|
photo: string | null;
|
|
1143
1148
|
entreprisePhysique: string;
|
|
1144
1149
|
isAdminChauffeur: boolean;
|
|
1145
|
-
|
|
1150
|
+
isShowTracking: boolean;
|
|
1146
1151
|
isClientTransitaire: boolean;
|
|
1147
1152
|
vehiculeId: number;
|
|
1148
1153
|
salaryId: number;
|
|
@@ -1321,7 +1326,7 @@ export declare const publicRoutes: {
|
|
|
1321
1326
|
roles: string[];
|
|
1322
1327
|
isOpsAdmin: boolean;
|
|
1323
1328
|
civility: string;
|
|
1324
|
-
|
|
1329
|
+
isShowCalculatrice: boolean;
|
|
1325
1330
|
expedition: boolean;
|
|
1326
1331
|
physicCompany: string;
|
|
1327
1332
|
menus: string;
|
|
@@ -1334,22 +1339,23 @@ export declare const publicRoutes: {
|
|
|
1334
1339
|
carnetAddress: string;
|
|
1335
1340
|
expeditionsCarnet: string;
|
|
1336
1341
|
accessArchive: string;
|
|
1337
|
-
|
|
1338
|
-
|
|
1342
|
+
isShowImportMenu: boolean;
|
|
1343
|
+
isShowExportMenu: boolean;
|
|
1344
|
+
isShowCourseMenu: boolean;
|
|
1339
1345
|
twoRoues: boolean;
|
|
1340
1346
|
vt: boolean;
|
|
1341
1347
|
lesTwo: boolean;
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1348
|
+
isMiniTracking: boolean;
|
|
1349
|
+
isFullTracking: boolean;
|
|
1350
|
+
isShareCourseAndExpedition: boolean;
|
|
1351
|
+
isShareCarnetAdresse: boolean;
|
|
1352
|
+
isShareCarnetAdresseAndExpedition: boolean;
|
|
1353
|
+
isAccessAuxArchives: boolean;
|
|
1354
|
+
isShowInfo: boolean;
|
|
1349
1355
|
photo: string | null;
|
|
1350
1356
|
entreprisePhysique: string;
|
|
1351
1357
|
isAdminChauffeur: boolean;
|
|
1352
|
-
|
|
1358
|
+
isShowTracking: boolean;
|
|
1353
1359
|
isClientTransitaire: boolean;
|
|
1354
1360
|
vehiculeId: number;
|
|
1355
1361
|
salaryId: number;
|
|
@@ -1528,7 +1534,7 @@ export declare const publicRoutes: {
|
|
|
1528
1534
|
roles: string[];
|
|
1529
1535
|
isOpsAdmin: boolean;
|
|
1530
1536
|
civility: string;
|
|
1531
|
-
|
|
1537
|
+
isShowCalculatrice: boolean;
|
|
1532
1538
|
expedition: boolean;
|
|
1533
1539
|
physicCompany: string;
|
|
1534
1540
|
menus: string;
|
|
@@ -1541,22 +1547,23 @@ export declare const publicRoutes: {
|
|
|
1541
1547
|
carnetAddress: string;
|
|
1542
1548
|
expeditionsCarnet: string;
|
|
1543
1549
|
accessArchive: string;
|
|
1544
|
-
|
|
1545
|
-
|
|
1550
|
+
isShowImportMenu: boolean;
|
|
1551
|
+
isShowExportMenu: boolean;
|
|
1552
|
+
isShowCourseMenu: boolean;
|
|
1546
1553
|
twoRoues: boolean;
|
|
1547
1554
|
vt: boolean;
|
|
1548
1555
|
lesTwo: boolean;
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
+
isMiniTracking: boolean;
|
|
1557
|
+
isFullTracking: boolean;
|
|
1558
|
+
isShareCourseAndExpedition: boolean;
|
|
1559
|
+
isShareCarnetAdresse: boolean;
|
|
1560
|
+
isShareCarnetAdresseAndExpedition: boolean;
|
|
1561
|
+
isAccessAuxArchives: boolean;
|
|
1562
|
+
isShowInfo: boolean;
|
|
1556
1563
|
photo: string | null;
|
|
1557
1564
|
entreprisePhysique: string;
|
|
1558
1565
|
isAdminChauffeur: boolean;
|
|
1559
|
-
|
|
1566
|
+
isShowTracking: boolean;
|
|
1560
1567
|
isClientTransitaire: boolean;
|
|
1561
1568
|
vehiculeId: number;
|
|
1562
1569
|
salaryId: number;
|
|
@@ -2139,7 +2146,7 @@ export declare const publicRoutes: {
|
|
|
2139
2146
|
civility: z.ZodString;
|
|
2140
2147
|
numCodeOne: z.ZodString;
|
|
2141
2148
|
numCodeTwo: z.ZodString;
|
|
2142
|
-
|
|
2149
|
+
isShowCalculatrice: z.ZodBoolean;
|
|
2143
2150
|
expedition: z.ZodBoolean;
|
|
2144
2151
|
physicCompany: z.ZodString;
|
|
2145
2152
|
isParis: z.ZodBoolean;
|
|
@@ -2155,22 +2162,23 @@ export declare const publicRoutes: {
|
|
|
2155
2162
|
carnetAddress: z.ZodString;
|
|
2156
2163
|
expeditionsCarnet: z.ZodString;
|
|
2157
2164
|
accessArchive: z.ZodString;
|
|
2158
|
-
|
|
2159
|
-
|
|
2165
|
+
isShowImportMenu: z.ZodBoolean;
|
|
2166
|
+
isShowExportMenu: z.ZodBoolean;
|
|
2167
|
+
isShowCourseMenu: z.ZodBoolean;
|
|
2160
2168
|
twoRoues: z.ZodBoolean;
|
|
2161
2169
|
vt: z.ZodBoolean;
|
|
2162
2170
|
lesTwo: z.ZodBoolean;
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2171
|
+
isMiniTracking: z.ZodBoolean;
|
|
2172
|
+
isFullTracking: z.ZodBoolean;
|
|
2173
|
+
isShareCourseAndExpedition: z.ZodBoolean;
|
|
2174
|
+
isShareCarnetAdresse: z.ZodBoolean;
|
|
2175
|
+
isShareCarnetAdresseAndExpedition: z.ZodBoolean;
|
|
2176
|
+
isAccessAuxArchives: z.ZodBoolean;
|
|
2177
|
+
isShowInfo: z.ZodBoolean;
|
|
2170
2178
|
photo: z.ZodNullable<z.ZodString>;
|
|
2171
2179
|
entreprisePhysique: z.ZodString;
|
|
2172
2180
|
isAdminChauffeur: z.ZodBoolean;
|
|
2173
|
-
|
|
2181
|
+
isShowTracking: z.ZodBoolean;
|
|
2174
2182
|
isClientTransitaire: z.ZodBoolean;
|
|
2175
2183
|
customerId: z.ZodNumber;
|
|
2176
2184
|
vehiculeId: z.ZodNumber;
|
|
@@ -2582,7 +2590,7 @@ export declare const publicRoutes: {
|
|
|
2582
2590
|
roles: string[];
|
|
2583
2591
|
isOpsAdmin: boolean;
|
|
2584
2592
|
civility: string;
|
|
2585
|
-
|
|
2593
|
+
isShowCalculatrice: boolean;
|
|
2586
2594
|
expedition: boolean;
|
|
2587
2595
|
physicCompany: string;
|
|
2588
2596
|
menus: string;
|
|
@@ -2595,22 +2603,23 @@ export declare const publicRoutes: {
|
|
|
2595
2603
|
carnetAddress: string;
|
|
2596
2604
|
expeditionsCarnet: string;
|
|
2597
2605
|
accessArchive: string;
|
|
2598
|
-
|
|
2599
|
-
|
|
2606
|
+
isShowImportMenu: boolean;
|
|
2607
|
+
isShowExportMenu: boolean;
|
|
2608
|
+
isShowCourseMenu: boolean;
|
|
2600
2609
|
twoRoues: boolean;
|
|
2601
2610
|
vt: boolean;
|
|
2602
2611
|
lesTwo: boolean;
|
|
2603
|
-
|
|
2604
|
-
|
|
2605
|
-
|
|
2606
|
-
|
|
2607
|
-
|
|
2608
|
-
|
|
2609
|
-
|
|
2612
|
+
isMiniTracking: boolean;
|
|
2613
|
+
isFullTracking: boolean;
|
|
2614
|
+
isShareCourseAndExpedition: boolean;
|
|
2615
|
+
isShareCarnetAdresse: boolean;
|
|
2616
|
+
isShareCarnetAdresseAndExpedition: boolean;
|
|
2617
|
+
isAccessAuxArchives: boolean;
|
|
2618
|
+
isShowInfo: boolean;
|
|
2610
2619
|
photo: string | null;
|
|
2611
2620
|
entreprisePhysique: string;
|
|
2612
2621
|
isAdminChauffeur: boolean;
|
|
2613
|
-
|
|
2622
|
+
isShowTracking: boolean;
|
|
2614
2623
|
isClientTransitaire: boolean;
|
|
2615
2624
|
vehiculeId: number;
|
|
2616
2625
|
salaryId: number;
|
|
@@ -2761,7 +2770,7 @@ export declare const publicRoutes: {
|
|
|
2761
2770
|
roles: string[];
|
|
2762
2771
|
isOpsAdmin: boolean;
|
|
2763
2772
|
civility: string;
|
|
2764
|
-
|
|
2773
|
+
isShowCalculatrice: boolean;
|
|
2765
2774
|
expedition: boolean;
|
|
2766
2775
|
physicCompany: string;
|
|
2767
2776
|
menus: string;
|
|
@@ -2774,22 +2783,23 @@ export declare const publicRoutes: {
|
|
|
2774
2783
|
carnetAddress: string;
|
|
2775
2784
|
expeditionsCarnet: string;
|
|
2776
2785
|
accessArchive: string;
|
|
2777
|
-
|
|
2778
|
-
|
|
2786
|
+
isShowImportMenu: boolean;
|
|
2787
|
+
isShowExportMenu: boolean;
|
|
2788
|
+
isShowCourseMenu: boolean;
|
|
2779
2789
|
twoRoues: boolean;
|
|
2780
2790
|
vt: boolean;
|
|
2781
2791
|
lesTwo: boolean;
|
|
2782
|
-
|
|
2783
|
-
|
|
2784
|
-
|
|
2785
|
-
|
|
2786
|
-
|
|
2787
|
-
|
|
2788
|
-
|
|
2792
|
+
isMiniTracking: boolean;
|
|
2793
|
+
isFullTracking: boolean;
|
|
2794
|
+
isShareCourseAndExpedition: boolean;
|
|
2795
|
+
isShareCarnetAdresse: boolean;
|
|
2796
|
+
isShareCarnetAdresseAndExpedition: boolean;
|
|
2797
|
+
isAccessAuxArchives: boolean;
|
|
2798
|
+
isShowInfo: boolean;
|
|
2789
2799
|
photo: string | null;
|
|
2790
2800
|
entreprisePhysique: string;
|
|
2791
2801
|
isAdminChauffeur: boolean;
|
|
2792
|
-
|
|
2802
|
+
isShowTracking: boolean;
|
|
2793
2803
|
isClientTransitaire: boolean;
|
|
2794
2804
|
vehiculeId: number;
|
|
2795
2805
|
salaryId: number;
|
|
@@ -2950,7 +2960,7 @@ export declare const publicRoutes: {
|
|
|
2950
2960
|
roles: string[];
|
|
2951
2961
|
isOpsAdmin: boolean;
|
|
2952
2962
|
civility: string;
|
|
2953
|
-
|
|
2963
|
+
isShowCalculatrice: boolean;
|
|
2954
2964
|
expedition: boolean;
|
|
2955
2965
|
physicCompany: string;
|
|
2956
2966
|
menus: string;
|
|
@@ -2963,22 +2973,23 @@ export declare const publicRoutes: {
|
|
|
2963
2973
|
carnetAddress: string;
|
|
2964
2974
|
expeditionsCarnet: string;
|
|
2965
2975
|
accessArchive: string;
|
|
2966
|
-
|
|
2967
|
-
|
|
2976
|
+
isShowImportMenu: boolean;
|
|
2977
|
+
isShowExportMenu: boolean;
|
|
2978
|
+
isShowCourseMenu: boolean;
|
|
2968
2979
|
twoRoues: boolean;
|
|
2969
2980
|
vt: boolean;
|
|
2970
2981
|
lesTwo: boolean;
|
|
2971
|
-
|
|
2972
|
-
|
|
2973
|
-
|
|
2974
|
-
|
|
2975
|
-
|
|
2976
|
-
|
|
2977
|
-
|
|
2982
|
+
isMiniTracking: boolean;
|
|
2983
|
+
isFullTracking: boolean;
|
|
2984
|
+
isShareCourseAndExpedition: boolean;
|
|
2985
|
+
isShareCarnetAdresse: boolean;
|
|
2986
|
+
isShareCarnetAdresseAndExpedition: boolean;
|
|
2987
|
+
isAccessAuxArchives: boolean;
|
|
2988
|
+
isShowInfo: boolean;
|
|
2978
2989
|
photo: string | null;
|
|
2979
2990
|
entreprisePhysique: string;
|
|
2980
2991
|
isAdminChauffeur: boolean;
|
|
2981
|
-
|
|
2992
|
+
isShowTracking: boolean;
|
|
2982
2993
|
isClientTransitaire: boolean;
|
|
2983
2994
|
vehiculeId: number;
|
|
2984
2995
|
salaryId: number;
|
|
@@ -3147,7 +3158,7 @@ export declare const publicRoutes: {
|
|
|
3147
3158
|
roles: string[];
|
|
3148
3159
|
isOpsAdmin: boolean;
|
|
3149
3160
|
civility: string;
|
|
3150
|
-
|
|
3161
|
+
isShowCalculatrice: boolean;
|
|
3151
3162
|
expedition: boolean;
|
|
3152
3163
|
physicCompany: string;
|
|
3153
3164
|
menus: string;
|
|
@@ -3160,22 +3171,23 @@ export declare const publicRoutes: {
|
|
|
3160
3171
|
carnetAddress: string;
|
|
3161
3172
|
expeditionsCarnet: string;
|
|
3162
3173
|
accessArchive: string;
|
|
3163
|
-
|
|
3164
|
-
|
|
3174
|
+
isShowImportMenu: boolean;
|
|
3175
|
+
isShowExportMenu: boolean;
|
|
3176
|
+
isShowCourseMenu: boolean;
|
|
3165
3177
|
twoRoues: boolean;
|
|
3166
3178
|
vt: boolean;
|
|
3167
3179
|
lesTwo: boolean;
|
|
3168
|
-
|
|
3169
|
-
|
|
3170
|
-
|
|
3171
|
-
|
|
3172
|
-
|
|
3173
|
-
|
|
3174
|
-
|
|
3180
|
+
isMiniTracking: boolean;
|
|
3181
|
+
isFullTracking: boolean;
|
|
3182
|
+
isShareCourseAndExpedition: boolean;
|
|
3183
|
+
isShareCarnetAdresse: boolean;
|
|
3184
|
+
isShareCarnetAdresseAndExpedition: boolean;
|
|
3185
|
+
isAccessAuxArchives: boolean;
|
|
3186
|
+
isShowInfo: boolean;
|
|
3175
3187
|
photo: string | null;
|
|
3176
3188
|
entreprisePhysique: string;
|
|
3177
3189
|
isAdminChauffeur: boolean;
|
|
3178
|
-
|
|
3190
|
+
isShowTracking: boolean;
|
|
3179
3191
|
isClientTransitaire: boolean;
|
|
3180
3192
|
vehiculeId: number;
|
|
3181
3193
|
salaryId: number;
|
|
@@ -3350,7 +3362,7 @@ export declare const publicRoutes: {
|
|
|
3350
3362
|
roles: string[];
|
|
3351
3363
|
isOpsAdmin: boolean;
|
|
3352
3364
|
civility: string;
|
|
3353
|
-
|
|
3365
|
+
isShowCalculatrice: boolean;
|
|
3354
3366
|
expedition: boolean;
|
|
3355
3367
|
physicCompany: string;
|
|
3356
3368
|
menus: string;
|
|
@@ -3363,22 +3375,23 @@ export declare const publicRoutes: {
|
|
|
3363
3375
|
carnetAddress: string;
|
|
3364
3376
|
expeditionsCarnet: string;
|
|
3365
3377
|
accessArchive: string;
|
|
3366
|
-
|
|
3367
|
-
|
|
3378
|
+
isShowImportMenu: boolean;
|
|
3379
|
+
isShowExportMenu: boolean;
|
|
3380
|
+
isShowCourseMenu: boolean;
|
|
3368
3381
|
twoRoues: boolean;
|
|
3369
3382
|
vt: boolean;
|
|
3370
3383
|
lesTwo: boolean;
|
|
3371
|
-
|
|
3372
|
-
|
|
3373
|
-
|
|
3374
|
-
|
|
3375
|
-
|
|
3376
|
-
|
|
3377
|
-
|
|
3384
|
+
isMiniTracking: boolean;
|
|
3385
|
+
isFullTracking: boolean;
|
|
3386
|
+
isShareCourseAndExpedition: boolean;
|
|
3387
|
+
isShareCarnetAdresse: boolean;
|
|
3388
|
+
isShareCarnetAdresseAndExpedition: boolean;
|
|
3389
|
+
isAccessAuxArchives: boolean;
|
|
3390
|
+
isShowInfo: boolean;
|
|
3378
3391
|
photo: string | null;
|
|
3379
3392
|
entreprisePhysique: string;
|
|
3380
3393
|
isAdminChauffeur: boolean;
|
|
3381
|
-
|
|
3394
|
+
isShowTracking: boolean;
|
|
3382
3395
|
isClientTransitaire: boolean;
|
|
3383
3396
|
vehiculeId: number;
|
|
3384
3397
|
salaryId: number;
|
|
@@ -3553,7 +3566,7 @@ export declare const publicRoutes: {
|
|
|
3553
3566
|
roles: string[];
|
|
3554
3567
|
isOpsAdmin: boolean;
|
|
3555
3568
|
civility: string;
|
|
3556
|
-
|
|
3569
|
+
isShowCalculatrice: boolean;
|
|
3557
3570
|
expedition: boolean;
|
|
3558
3571
|
physicCompany: string;
|
|
3559
3572
|
menus: string;
|
|
@@ -3566,22 +3579,23 @@ export declare const publicRoutes: {
|
|
|
3566
3579
|
carnetAddress: string;
|
|
3567
3580
|
expeditionsCarnet: string;
|
|
3568
3581
|
accessArchive: string;
|
|
3569
|
-
|
|
3570
|
-
|
|
3582
|
+
isShowImportMenu: boolean;
|
|
3583
|
+
isShowExportMenu: boolean;
|
|
3584
|
+
isShowCourseMenu: boolean;
|
|
3571
3585
|
twoRoues: boolean;
|
|
3572
3586
|
vt: boolean;
|
|
3573
3587
|
lesTwo: boolean;
|
|
3574
|
-
|
|
3575
|
-
|
|
3576
|
-
|
|
3577
|
-
|
|
3578
|
-
|
|
3579
|
-
|
|
3580
|
-
|
|
3588
|
+
isMiniTracking: boolean;
|
|
3589
|
+
isFullTracking: boolean;
|
|
3590
|
+
isShareCourseAndExpedition: boolean;
|
|
3591
|
+
isShareCarnetAdresse: boolean;
|
|
3592
|
+
isShareCarnetAdresseAndExpedition: boolean;
|
|
3593
|
+
isAccessAuxArchives: boolean;
|
|
3594
|
+
isShowInfo: boolean;
|
|
3581
3595
|
photo: string | null;
|
|
3582
3596
|
entreprisePhysique: string;
|
|
3583
3597
|
isAdminChauffeur: boolean;
|
|
3584
|
-
|
|
3598
|
+
isShowTracking: boolean;
|
|
3585
3599
|
isClientTransitaire: boolean;
|
|
3586
3600
|
vehiculeId: number;
|
|
3587
3601
|
salaryId: number;
|