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
@@ -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
- calculatrice: z.ZodBoolean;
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
- import: z.ZodBoolean;
53
- export: z.ZodBoolean;
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
- mini: z.ZodBoolean;
58
- full: z.ZodBoolean;
59
- expeditionsCoursesPartage: z.ZodBoolean;
60
- carnetAdressesPartage: z.ZodBoolean;
61
- expeditionsCarnetPartage: z.ZodBoolean;
62
- accessAuxArchives: z.ZodBoolean;
63
- lettreInfo: z.ZodBoolean;
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
- hasTrackingMail: z.ZodBoolean;
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
- calculatrice: boolean;
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
- import: boolean;
493
- export: boolean;
493
+ isShowImportMenu: boolean;
494
+ isShowExportMenu: boolean;
495
+ isShowCourseMenu: boolean;
494
496
  twoRoues: boolean;
495
497
  vt: boolean;
496
498
  lesTwo: boolean;
497
- mini: boolean;
498
- full: boolean;
499
- expeditionsCoursesPartage: boolean;
500
- carnetAdressesPartage: boolean;
501
- expeditionsCarnetPartage: boolean;
502
- accessAuxArchives: boolean;
503
- lettreInfo: boolean;
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
- hasTrackingMail: boolean;
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
- calculatrice: boolean;
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
- import: boolean;
672
- export: boolean;
673
+ isShowImportMenu: boolean;
674
+ isShowExportMenu: boolean;
675
+ isShowCourseMenu: boolean;
673
676
  twoRoues: boolean;
674
677
  vt: boolean;
675
678
  lesTwo: boolean;
676
- mini: boolean;
677
- full: boolean;
678
- expeditionsCoursesPartage: boolean;
679
- carnetAdressesPartage: boolean;
680
- expeditionsCarnetPartage: boolean;
681
- accessAuxArchives: boolean;
682
- lettreInfo: boolean;
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
- hasTrackingMail: boolean;
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: "import" | "export" | "course" | "all";
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: "import" | "export" | "course" | "all";
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
- calculatrice: boolean;
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
- import: boolean;
1015
- export: boolean;
1017
+ isShowImportMenu: boolean;
1018
+ isShowExportMenu: boolean;
1019
+ isShowCourseMenu: boolean;
1016
1020
  twoRoues: boolean;
1017
1021
  vt: boolean;
1018
1022
  lesTwo: boolean;
1019
- mini: boolean;
1020
- full: boolean;
1021
- expeditionsCoursesPartage: boolean;
1022
- carnetAdressesPartage: boolean;
1023
- expeditionsCarnetPartage: boolean;
1024
- accessAuxArchives: boolean;
1025
- lettreInfo: boolean;
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
- hasTrackingMail: boolean;
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: "import" | "export" | "course" | "all";
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
- calculatrice: boolean;
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
- import: boolean;
1252
- export: boolean;
1255
+ isShowImportMenu: boolean;
1256
+ isShowExportMenu: boolean;
1257
+ isShowCourseMenu: boolean;
1253
1258
  twoRoues: boolean;
1254
1259
  vt: boolean;
1255
1260
  lesTwo: boolean;
1256
- mini: boolean;
1257
- full: boolean;
1258
- expeditionsCoursesPartage: boolean;
1259
- carnetAdressesPartage: boolean;
1260
- expeditionsCarnetPartage: boolean;
1261
- accessAuxArchives: boolean;
1262
- lettreInfo: boolean;
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
- hasTrackingMail: boolean;
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: "import" | "export" | "course" | "all";
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
- calculatrice: z.ZodBoolean;
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
- import: z.ZodBoolean;
53
- export: z.ZodBoolean;
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
- mini: z.ZodBoolean;
58
- full: z.ZodBoolean;
59
- expeditionsCoursesPartage: z.ZodBoolean;
60
- carnetAdressesPartage: z.ZodBoolean;
61
- expeditionsCarnetPartage: z.ZodBoolean;
62
- accessAuxArchives: z.ZodBoolean;
63
- lettreInfo: z.ZodBoolean;
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
- hasTrackingMail: z.ZodBoolean;
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
- calculatrice: boolean;
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
- import: boolean;
493
- export: boolean;
493
+ isShowImportMenu: boolean;
494
+ isShowExportMenu: boolean;
495
+ isShowCourseMenu: boolean;
494
496
  twoRoues: boolean;
495
497
  vt: boolean;
496
498
  lesTwo: boolean;
497
- mini: boolean;
498
- full: boolean;
499
- expeditionsCoursesPartage: boolean;
500
- carnetAdressesPartage: boolean;
501
- expeditionsCarnetPartage: boolean;
502
- accessAuxArchives: boolean;
503
- lettreInfo: boolean;
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
- hasTrackingMail: boolean;
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
- calculatrice: boolean;
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
- import: boolean;
672
- export: boolean;
673
+ isShowImportMenu: boolean;
674
+ isShowExportMenu: boolean;
675
+ isShowCourseMenu: boolean;
673
676
  twoRoues: boolean;
674
677
  vt: boolean;
675
678
  lesTwo: boolean;
676
- mini: boolean;
677
- full: boolean;
678
- expeditionsCoursesPartage: boolean;
679
- carnetAdressesPartage: boolean;
680
- expeditionsCarnetPartage: boolean;
681
- accessAuxArchives: boolean;
682
- lettreInfo: boolean;
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
- hasTrackingMail: boolean;
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: "import" | "export" | "course" | "all";
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: "import" | "export" | "course" | "all";
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
- calculatrice: boolean;
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
- import: boolean;
1015
- export: boolean;
1017
+ isShowImportMenu: boolean;
1018
+ isShowExportMenu: boolean;
1019
+ isShowCourseMenu: boolean;
1016
1020
  twoRoues: boolean;
1017
1021
  vt: boolean;
1018
1022
  lesTwo: boolean;
1019
- mini: boolean;
1020
- full: boolean;
1021
- expeditionsCoursesPartage: boolean;
1022
- carnetAdressesPartage: boolean;
1023
- expeditionsCarnetPartage: boolean;
1024
- accessAuxArchives: boolean;
1025
- lettreInfo: boolean;
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
- hasTrackingMail: boolean;
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: "import" | "export" | "course" | "all";
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
- calculatrice: boolean;
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
- import: boolean;
1252
- export: boolean;
1255
+ isShowImportMenu: boolean;
1256
+ isShowExportMenu: boolean;
1257
+ isShowCourseMenu: boolean;
1253
1258
  twoRoues: boolean;
1254
1259
  vt: boolean;
1255
1260
  lesTwo: boolean;
1256
- mini: boolean;
1257
- full: boolean;
1258
- expeditionsCoursesPartage: boolean;
1259
- carnetAdressesPartage: boolean;
1260
- expeditionsCarnetPartage: boolean;
1261
- accessAuxArchives: boolean;
1262
- lettreInfo: boolean;
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
- hasTrackingMail: boolean;
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: "import" | "export" | "course" | "all";
1424
+ category: "course" | "all" | "import" | "export";
1420
1425
  typeExpedition: "expedition" | "course";
1421
1426
  driverId: number;
1422
1427
  typeDeRoue: string | null;