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
|
@@ -33,7 +33,7 @@ export declare const InformationImportanteSchema: z.ZodObject<{
|
|
|
33
33
|
civility: z.ZodString;
|
|
34
34
|
numCodeOne: z.ZodString;
|
|
35
35
|
numCodeTwo: z.ZodString;
|
|
36
|
-
|
|
36
|
+
isShowCalculatrice: z.ZodBoolean;
|
|
37
37
|
expedition: z.ZodBoolean;
|
|
38
38
|
physicCompany: z.ZodString;
|
|
39
39
|
isParis: z.ZodBoolean;
|
|
@@ -49,22 +49,23 @@ export declare const InformationImportanteSchema: z.ZodObject<{
|
|
|
49
49
|
carnetAddress: z.ZodString;
|
|
50
50
|
expeditionsCarnet: z.ZodString;
|
|
51
51
|
accessArchive: z.ZodString;
|
|
52
|
-
|
|
53
|
-
|
|
52
|
+
isShowImportMenu: z.ZodBoolean;
|
|
53
|
+
isShowExportMenu: z.ZodBoolean;
|
|
54
|
+
isShowCourseMenu: z.ZodBoolean;
|
|
54
55
|
twoRoues: z.ZodBoolean;
|
|
55
56
|
vt: z.ZodBoolean;
|
|
56
57
|
lesTwo: z.ZodBoolean;
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
58
|
+
isMiniTracking: z.ZodBoolean;
|
|
59
|
+
isFullTracking: z.ZodBoolean;
|
|
60
|
+
isShareCourseAndExpedition: z.ZodBoolean;
|
|
61
|
+
isShareCarnetAdresse: z.ZodBoolean;
|
|
62
|
+
isShareCarnetAdresseAndExpedition: z.ZodBoolean;
|
|
63
|
+
isAccessAuxArchives: z.ZodBoolean;
|
|
64
|
+
isShowInfo: z.ZodBoolean;
|
|
64
65
|
photo: z.ZodNullable<z.ZodString>;
|
|
65
66
|
entreprisePhysique: z.ZodString;
|
|
66
67
|
isAdminChauffeur: z.ZodBoolean;
|
|
67
|
-
|
|
68
|
+
isShowTracking: z.ZodBoolean;
|
|
68
69
|
isClientTransitaire: z.ZodBoolean;
|
|
69
70
|
customerId: z.ZodNumber;
|
|
70
71
|
vehiculeId: z.ZodNumber;
|
|
@@ -476,7 +477,7 @@ export declare const InformationImportanteSchema: z.ZodObject<{
|
|
|
476
477
|
roles: string[];
|
|
477
478
|
isOpsAdmin: boolean;
|
|
478
479
|
civility: string;
|
|
479
|
-
|
|
480
|
+
isShowCalculatrice: boolean;
|
|
480
481
|
expedition: boolean;
|
|
481
482
|
physicCompany: string;
|
|
482
483
|
menus: string;
|
|
@@ -489,22 +490,23 @@ export declare const InformationImportanteSchema: z.ZodObject<{
|
|
|
489
490
|
carnetAddress: string;
|
|
490
491
|
expeditionsCarnet: string;
|
|
491
492
|
accessArchive: string;
|
|
492
|
-
|
|
493
|
-
|
|
493
|
+
isShowImportMenu: boolean;
|
|
494
|
+
isShowExportMenu: boolean;
|
|
495
|
+
isShowCourseMenu: boolean;
|
|
494
496
|
twoRoues: boolean;
|
|
495
497
|
vt: boolean;
|
|
496
498
|
lesTwo: boolean;
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
499
|
+
isMiniTracking: boolean;
|
|
500
|
+
isFullTracking: boolean;
|
|
501
|
+
isShareCourseAndExpedition: boolean;
|
|
502
|
+
isShareCarnetAdresse: boolean;
|
|
503
|
+
isShareCarnetAdresseAndExpedition: boolean;
|
|
504
|
+
isAccessAuxArchives: boolean;
|
|
505
|
+
isShowInfo: boolean;
|
|
504
506
|
photo: string | null;
|
|
505
507
|
entreprisePhysique: string;
|
|
506
508
|
isAdminChauffeur: boolean;
|
|
507
|
-
|
|
509
|
+
isShowTracking: boolean;
|
|
508
510
|
isClientTransitaire: boolean;
|
|
509
511
|
vehiculeId: number;
|
|
510
512
|
salaryId: number;
|
|
@@ -655,7 +657,7 @@ export declare const InformationImportanteSchema: z.ZodObject<{
|
|
|
655
657
|
roles: string[];
|
|
656
658
|
isOpsAdmin: boolean;
|
|
657
659
|
civility: string;
|
|
658
|
-
|
|
660
|
+
isShowCalculatrice: boolean;
|
|
659
661
|
expedition: boolean;
|
|
660
662
|
physicCompany: string;
|
|
661
663
|
menus: string;
|
|
@@ -668,22 +670,23 @@ export declare const InformationImportanteSchema: z.ZodObject<{
|
|
|
668
670
|
carnetAddress: string;
|
|
669
671
|
expeditionsCarnet: string;
|
|
670
672
|
accessArchive: string;
|
|
671
|
-
|
|
672
|
-
|
|
673
|
+
isShowImportMenu: boolean;
|
|
674
|
+
isShowExportMenu: boolean;
|
|
675
|
+
isShowCourseMenu: boolean;
|
|
673
676
|
twoRoues: boolean;
|
|
674
677
|
vt: boolean;
|
|
675
678
|
lesTwo: boolean;
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
679
|
+
isMiniTracking: boolean;
|
|
680
|
+
isFullTracking: boolean;
|
|
681
|
+
isShareCourseAndExpedition: boolean;
|
|
682
|
+
isShareCarnetAdresse: boolean;
|
|
683
|
+
isShareCarnetAdresseAndExpedition: boolean;
|
|
684
|
+
isAccessAuxArchives: boolean;
|
|
685
|
+
isShowInfo: boolean;
|
|
683
686
|
photo: string | null;
|
|
684
687
|
entreprisePhysique: string;
|
|
685
688
|
isAdminChauffeur: boolean;
|
|
686
|
-
|
|
689
|
+
isShowTracking: boolean;
|
|
687
690
|
isClientTransitaire: boolean;
|
|
688
691
|
vehiculeId: number;
|
|
689
692
|
salaryId: number;
|
|
@@ -893,7 +896,7 @@ export declare const InformationImportanteSchema: z.ZodObject<{
|
|
|
893
896
|
color: string | null;
|
|
894
897
|
docBordereaux: string | null;
|
|
895
898
|
docAccompagnement: string | null;
|
|
896
|
-
category: "
|
|
899
|
+
category: "course" | "all" | "import" | "export";
|
|
897
900
|
typeExpedition: "expedition" | "course";
|
|
898
901
|
driverId: number;
|
|
899
902
|
typeDeRoue: string | null;
|
|
@@ -942,7 +945,7 @@ export declare const InformationImportanteSchema: z.ZodObject<{
|
|
|
942
945
|
color: string | null;
|
|
943
946
|
docBordereaux: string | null;
|
|
944
947
|
docAccompagnement: string | null;
|
|
945
|
-
category: "
|
|
948
|
+
category: "course" | "all" | "import" | "export";
|
|
946
949
|
typeExpedition: "expedition" | "course";
|
|
947
950
|
driverId: number;
|
|
948
951
|
typeDeRoue: string | null;
|
|
@@ -998,7 +1001,7 @@ export declare const InformationImportanteSchema: z.ZodObject<{
|
|
|
998
1001
|
roles: string[];
|
|
999
1002
|
isOpsAdmin: boolean;
|
|
1000
1003
|
civility: string;
|
|
1001
|
-
|
|
1004
|
+
isShowCalculatrice: boolean;
|
|
1002
1005
|
expedition: boolean;
|
|
1003
1006
|
physicCompany: string;
|
|
1004
1007
|
menus: string;
|
|
@@ -1011,22 +1014,23 @@ export declare const InformationImportanteSchema: z.ZodObject<{
|
|
|
1011
1014
|
carnetAddress: string;
|
|
1012
1015
|
expeditionsCarnet: string;
|
|
1013
1016
|
accessArchive: string;
|
|
1014
|
-
|
|
1015
|
-
|
|
1017
|
+
isShowImportMenu: boolean;
|
|
1018
|
+
isShowExportMenu: boolean;
|
|
1019
|
+
isShowCourseMenu: boolean;
|
|
1016
1020
|
twoRoues: boolean;
|
|
1017
1021
|
vt: boolean;
|
|
1018
1022
|
lesTwo: boolean;
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1023
|
+
isMiniTracking: boolean;
|
|
1024
|
+
isFullTracking: boolean;
|
|
1025
|
+
isShareCourseAndExpedition: boolean;
|
|
1026
|
+
isShareCarnetAdresse: boolean;
|
|
1027
|
+
isShareCarnetAdresseAndExpedition: boolean;
|
|
1028
|
+
isAccessAuxArchives: boolean;
|
|
1029
|
+
isShowInfo: boolean;
|
|
1026
1030
|
photo: string | null;
|
|
1027
1031
|
entreprisePhysique: string;
|
|
1028
1032
|
isAdminChauffeur: boolean;
|
|
1029
|
-
|
|
1033
|
+
isShowTracking: boolean;
|
|
1030
1034
|
isClientTransitaire: boolean;
|
|
1031
1035
|
vehiculeId: number;
|
|
1032
1036
|
salaryId: number;
|
|
@@ -1179,7 +1183,7 @@ export declare const InformationImportanteSchema: z.ZodObject<{
|
|
|
1179
1183
|
color: string | null;
|
|
1180
1184
|
docBordereaux: string | null;
|
|
1181
1185
|
docAccompagnement: string | null;
|
|
1182
|
-
category: "
|
|
1186
|
+
category: "course" | "all" | "import" | "export";
|
|
1183
1187
|
typeExpedition: "expedition" | "course";
|
|
1184
1188
|
driverId: number;
|
|
1185
1189
|
typeDeRoue: string | null;
|
|
@@ -1235,7 +1239,7 @@ export declare const InformationImportanteSchema: z.ZodObject<{
|
|
|
1235
1239
|
roles: string[];
|
|
1236
1240
|
isOpsAdmin: boolean;
|
|
1237
1241
|
civility: string;
|
|
1238
|
-
|
|
1242
|
+
isShowCalculatrice: boolean;
|
|
1239
1243
|
expedition: boolean;
|
|
1240
1244
|
physicCompany: string;
|
|
1241
1245
|
menus: string;
|
|
@@ -1248,22 +1252,23 @@ export declare const InformationImportanteSchema: z.ZodObject<{
|
|
|
1248
1252
|
carnetAddress: string;
|
|
1249
1253
|
expeditionsCarnet: string;
|
|
1250
1254
|
accessArchive: string;
|
|
1251
|
-
|
|
1252
|
-
|
|
1255
|
+
isShowImportMenu: boolean;
|
|
1256
|
+
isShowExportMenu: boolean;
|
|
1257
|
+
isShowCourseMenu: boolean;
|
|
1253
1258
|
twoRoues: boolean;
|
|
1254
1259
|
vt: boolean;
|
|
1255
1260
|
lesTwo: boolean;
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1261
|
+
isMiniTracking: boolean;
|
|
1262
|
+
isFullTracking: boolean;
|
|
1263
|
+
isShareCourseAndExpedition: boolean;
|
|
1264
|
+
isShareCarnetAdresse: boolean;
|
|
1265
|
+
isShareCarnetAdresseAndExpedition: boolean;
|
|
1266
|
+
isAccessAuxArchives: boolean;
|
|
1267
|
+
isShowInfo: boolean;
|
|
1263
1268
|
photo: string | null;
|
|
1264
1269
|
entreprisePhysique: string;
|
|
1265
1270
|
isAdminChauffeur: boolean;
|
|
1266
|
-
|
|
1271
|
+
isShowTracking: boolean;
|
|
1267
1272
|
isClientTransitaire: boolean;
|
|
1268
1273
|
vehiculeId: number;
|
|
1269
1274
|
salaryId: number;
|
|
@@ -1416,7 +1421,7 @@ export declare const InformationImportanteSchema: z.ZodObject<{
|
|
|
1416
1421
|
color: string | null;
|
|
1417
1422
|
docBordereaux: string | null;
|
|
1418
1423
|
docAccompagnement: string | null;
|
|
1419
|
-
category: "
|
|
1424
|
+
category: "course" | "all" | "import" | "export";
|
|
1420
1425
|
typeExpedition: "expedition" | "course";
|
|
1421
1426
|
driverId: number;
|
|
1422
1427
|
typeDeRoue: string | null;
|
|
@@ -33,7 +33,7 @@ export declare const LivraisonChauffeurSchema: z.ZodObject<{
|
|
|
33
33
|
civility: z.ZodString;
|
|
34
34
|
numCodeOne: z.ZodString;
|
|
35
35
|
numCodeTwo: z.ZodString;
|
|
36
|
-
|
|
36
|
+
isShowCalculatrice: z.ZodBoolean;
|
|
37
37
|
expedition: z.ZodBoolean;
|
|
38
38
|
physicCompany: z.ZodString;
|
|
39
39
|
isParis: z.ZodBoolean;
|
|
@@ -49,22 +49,23 @@ export declare const LivraisonChauffeurSchema: z.ZodObject<{
|
|
|
49
49
|
carnetAddress: z.ZodString;
|
|
50
50
|
expeditionsCarnet: z.ZodString;
|
|
51
51
|
accessArchive: z.ZodString;
|
|
52
|
-
|
|
53
|
-
|
|
52
|
+
isShowImportMenu: z.ZodBoolean;
|
|
53
|
+
isShowExportMenu: z.ZodBoolean;
|
|
54
|
+
isShowCourseMenu: z.ZodBoolean;
|
|
54
55
|
twoRoues: z.ZodBoolean;
|
|
55
56
|
vt: z.ZodBoolean;
|
|
56
57
|
lesTwo: z.ZodBoolean;
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
58
|
+
isMiniTracking: z.ZodBoolean;
|
|
59
|
+
isFullTracking: z.ZodBoolean;
|
|
60
|
+
isShareCourseAndExpedition: z.ZodBoolean;
|
|
61
|
+
isShareCarnetAdresse: z.ZodBoolean;
|
|
62
|
+
isShareCarnetAdresseAndExpedition: z.ZodBoolean;
|
|
63
|
+
isAccessAuxArchives: z.ZodBoolean;
|
|
64
|
+
isShowInfo: z.ZodBoolean;
|
|
64
65
|
photo: z.ZodNullable<z.ZodString>;
|
|
65
66
|
entreprisePhysique: z.ZodString;
|
|
66
67
|
isAdminChauffeur: z.ZodBoolean;
|
|
67
|
-
|
|
68
|
+
isShowTracking: z.ZodBoolean;
|
|
68
69
|
isClientTransitaire: z.ZodBoolean;
|
|
69
70
|
customerId: z.ZodNumber;
|
|
70
71
|
vehiculeId: z.ZodNumber;
|
|
@@ -476,7 +477,7 @@ export declare const LivraisonChauffeurSchema: z.ZodObject<{
|
|
|
476
477
|
roles: string[];
|
|
477
478
|
isOpsAdmin: boolean;
|
|
478
479
|
civility: string;
|
|
479
|
-
|
|
480
|
+
isShowCalculatrice: boolean;
|
|
480
481
|
expedition: boolean;
|
|
481
482
|
physicCompany: string;
|
|
482
483
|
menus: string;
|
|
@@ -489,22 +490,23 @@ export declare const LivraisonChauffeurSchema: z.ZodObject<{
|
|
|
489
490
|
carnetAddress: string;
|
|
490
491
|
expeditionsCarnet: string;
|
|
491
492
|
accessArchive: string;
|
|
492
|
-
|
|
493
|
-
|
|
493
|
+
isShowImportMenu: boolean;
|
|
494
|
+
isShowExportMenu: boolean;
|
|
495
|
+
isShowCourseMenu: boolean;
|
|
494
496
|
twoRoues: boolean;
|
|
495
497
|
vt: boolean;
|
|
496
498
|
lesTwo: boolean;
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
499
|
+
isMiniTracking: boolean;
|
|
500
|
+
isFullTracking: boolean;
|
|
501
|
+
isShareCourseAndExpedition: boolean;
|
|
502
|
+
isShareCarnetAdresse: boolean;
|
|
503
|
+
isShareCarnetAdresseAndExpedition: boolean;
|
|
504
|
+
isAccessAuxArchives: boolean;
|
|
505
|
+
isShowInfo: boolean;
|
|
504
506
|
photo: string | null;
|
|
505
507
|
entreprisePhysique: string;
|
|
506
508
|
isAdminChauffeur: boolean;
|
|
507
|
-
|
|
509
|
+
isShowTracking: boolean;
|
|
508
510
|
isClientTransitaire: boolean;
|
|
509
511
|
vehiculeId: number;
|
|
510
512
|
salaryId: number;
|
|
@@ -655,7 +657,7 @@ export declare const LivraisonChauffeurSchema: z.ZodObject<{
|
|
|
655
657
|
roles: string[];
|
|
656
658
|
isOpsAdmin: boolean;
|
|
657
659
|
civility: string;
|
|
658
|
-
|
|
660
|
+
isShowCalculatrice: boolean;
|
|
659
661
|
expedition: boolean;
|
|
660
662
|
physicCompany: string;
|
|
661
663
|
menus: string;
|
|
@@ -668,22 +670,23 @@ export declare const LivraisonChauffeurSchema: z.ZodObject<{
|
|
|
668
670
|
carnetAddress: string;
|
|
669
671
|
expeditionsCarnet: string;
|
|
670
672
|
accessArchive: string;
|
|
671
|
-
|
|
672
|
-
|
|
673
|
+
isShowImportMenu: boolean;
|
|
674
|
+
isShowExportMenu: boolean;
|
|
675
|
+
isShowCourseMenu: boolean;
|
|
673
676
|
twoRoues: boolean;
|
|
674
677
|
vt: boolean;
|
|
675
678
|
lesTwo: boolean;
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
679
|
+
isMiniTracking: boolean;
|
|
680
|
+
isFullTracking: boolean;
|
|
681
|
+
isShareCourseAndExpedition: boolean;
|
|
682
|
+
isShareCarnetAdresse: boolean;
|
|
683
|
+
isShareCarnetAdresseAndExpedition: boolean;
|
|
684
|
+
isAccessAuxArchives: boolean;
|
|
685
|
+
isShowInfo: boolean;
|
|
683
686
|
photo: string | null;
|
|
684
687
|
entreprisePhysique: string;
|
|
685
688
|
isAdminChauffeur: boolean;
|
|
686
|
-
|
|
689
|
+
isShowTracking: boolean;
|
|
687
690
|
isClientTransitaire: boolean;
|
|
688
691
|
vehiculeId: number;
|
|
689
692
|
salaryId: number;
|
|
@@ -893,7 +896,7 @@ export declare const LivraisonChauffeurSchema: z.ZodObject<{
|
|
|
893
896
|
color: string | null;
|
|
894
897
|
docBordereaux: string | null;
|
|
895
898
|
docAccompagnement: string | null;
|
|
896
|
-
category: "
|
|
899
|
+
category: "course" | "all" | "import" | "export";
|
|
897
900
|
typeExpedition: "expedition" | "course";
|
|
898
901
|
driverId: number;
|
|
899
902
|
typeDeRoue: string | null;
|
|
@@ -942,7 +945,7 @@ export declare const LivraisonChauffeurSchema: z.ZodObject<{
|
|
|
942
945
|
color: string | null;
|
|
943
946
|
docBordereaux: string | null;
|
|
944
947
|
docAccompagnement: string | null;
|
|
945
|
-
category: "
|
|
948
|
+
category: "course" | "all" | "import" | "export";
|
|
946
949
|
typeExpedition: "expedition" | "course";
|
|
947
950
|
driverId: number;
|
|
948
951
|
typeDeRoue: string | null;
|
|
@@ -998,7 +1001,7 @@ export declare const LivraisonChauffeurSchema: z.ZodObject<{
|
|
|
998
1001
|
roles: string[];
|
|
999
1002
|
isOpsAdmin: boolean;
|
|
1000
1003
|
civility: string;
|
|
1001
|
-
|
|
1004
|
+
isShowCalculatrice: boolean;
|
|
1002
1005
|
expedition: boolean;
|
|
1003
1006
|
physicCompany: string;
|
|
1004
1007
|
menus: string;
|
|
@@ -1011,22 +1014,23 @@ export declare const LivraisonChauffeurSchema: z.ZodObject<{
|
|
|
1011
1014
|
carnetAddress: string;
|
|
1012
1015
|
expeditionsCarnet: string;
|
|
1013
1016
|
accessArchive: string;
|
|
1014
|
-
|
|
1015
|
-
|
|
1017
|
+
isShowImportMenu: boolean;
|
|
1018
|
+
isShowExportMenu: boolean;
|
|
1019
|
+
isShowCourseMenu: boolean;
|
|
1016
1020
|
twoRoues: boolean;
|
|
1017
1021
|
vt: boolean;
|
|
1018
1022
|
lesTwo: boolean;
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1023
|
+
isMiniTracking: boolean;
|
|
1024
|
+
isFullTracking: boolean;
|
|
1025
|
+
isShareCourseAndExpedition: boolean;
|
|
1026
|
+
isShareCarnetAdresse: boolean;
|
|
1027
|
+
isShareCarnetAdresseAndExpedition: boolean;
|
|
1028
|
+
isAccessAuxArchives: boolean;
|
|
1029
|
+
isShowInfo: boolean;
|
|
1026
1030
|
photo: string | null;
|
|
1027
1031
|
entreprisePhysique: string;
|
|
1028
1032
|
isAdminChauffeur: boolean;
|
|
1029
|
-
|
|
1033
|
+
isShowTracking: boolean;
|
|
1030
1034
|
isClientTransitaire: boolean;
|
|
1031
1035
|
vehiculeId: number;
|
|
1032
1036
|
salaryId: number;
|
|
@@ -1179,7 +1183,7 @@ export declare const LivraisonChauffeurSchema: z.ZodObject<{
|
|
|
1179
1183
|
color: string | null;
|
|
1180
1184
|
docBordereaux: string | null;
|
|
1181
1185
|
docAccompagnement: string | null;
|
|
1182
|
-
category: "
|
|
1186
|
+
category: "course" | "all" | "import" | "export";
|
|
1183
1187
|
typeExpedition: "expedition" | "course";
|
|
1184
1188
|
driverId: number;
|
|
1185
1189
|
typeDeRoue: string | null;
|
|
@@ -1235,7 +1239,7 @@ export declare const LivraisonChauffeurSchema: z.ZodObject<{
|
|
|
1235
1239
|
roles: string[];
|
|
1236
1240
|
isOpsAdmin: boolean;
|
|
1237
1241
|
civility: string;
|
|
1238
|
-
|
|
1242
|
+
isShowCalculatrice: boolean;
|
|
1239
1243
|
expedition: boolean;
|
|
1240
1244
|
physicCompany: string;
|
|
1241
1245
|
menus: string;
|
|
@@ -1248,22 +1252,23 @@ export declare const LivraisonChauffeurSchema: z.ZodObject<{
|
|
|
1248
1252
|
carnetAddress: string;
|
|
1249
1253
|
expeditionsCarnet: string;
|
|
1250
1254
|
accessArchive: string;
|
|
1251
|
-
|
|
1252
|
-
|
|
1255
|
+
isShowImportMenu: boolean;
|
|
1256
|
+
isShowExportMenu: boolean;
|
|
1257
|
+
isShowCourseMenu: boolean;
|
|
1253
1258
|
twoRoues: boolean;
|
|
1254
1259
|
vt: boolean;
|
|
1255
1260
|
lesTwo: boolean;
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1261
|
+
isMiniTracking: boolean;
|
|
1262
|
+
isFullTracking: boolean;
|
|
1263
|
+
isShareCourseAndExpedition: boolean;
|
|
1264
|
+
isShareCarnetAdresse: boolean;
|
|
1265
|
+
isShareCarnetAdresseAndExpedition: boolean;
|
|
1266
|
+
isAccessAuxArchives: boolean;
|
|
1267
|
+
isShowInfo: boolean;
|
|
1263
1268
|
photo: string | null;
|
|
1264
1269
|
entreprisePhysique: string;
|
|
1265
1270
|
isAdminChauffeur: boolean;
|
|
1266
|
-
|
|
1271
|
+
isShowTracking: boolean;
|
|
1267
1272
|
isClientTransitaire: boolean;
|
|
1268
1273
|
vehiculeId: number;
|
|
1269
1274
|
salaryId: number;
|
|
@@ -1416,7 +1421,7 @@ export declare const LivraisonChauffeurSchema: z.ZodObject<{
|
|
|
1416
1421
|
color: string | null;
|
|
1417
1422
|
docBordereaux: string | null;
|
|
1418
1423
|
docAccompagnement: string | null;
|
|
1419
|
-
category: "
|
|
1424
|
+
category: "course" | "all" | "import" | "export";
|
|
1420
1425
|
typeExpedition: "expedition" | "course";
|
|
1421
1426
|
driverId: number;
|
|
1422
1427
|
typeDeRoue: string | null;
|