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
@@ -26,7 +26,7 @@ export declare const UserSchema: z.ZodObject<{
26
26
  civility: z.ZodString;
27
27
  numCodeOne: z.ZodString;
28
28
  numCodeTwo: z.ZodString;
29
- calculatrice: z.ZodBoolean;
29
+ isShowCalculatrice: z.ZodBoolean;
30
30
  expedition: z.ZodBoolean;
31
31
  physicCompany: z.ZodString;
32
32
  isParis: z.ZodBoolean;
@@ -42,22 +42,23 @@ export declare const UserSchema: z.ZodObject<{
42
42
  carnetAddress: z.ZodString;
43
43
  expeditionsCarnet: z.ZodString;
44
44
  accessArchive: z.ZodString;
45
- import: z.ZodBoolean;
46
- export: z.ZodBoolean;
45
+ isShowImportMenu: z.ZodBoolean;
46
+ isShowExportMenu: z.ZodBoolean;
47
+ isShowCourseMenu: z.ZodBoolean;
47
48
  twoRoues: z.ZodBoolean;
48
49
  vt: z.ZodBoolean;
49
50
  lesTwo: z.ZodBoolean;
50
- mini: z.ZodBoolean;
51
- full: z.ZodBoolean;
52
- expeditionsCoursesPartage: z.ZodBoolean;
53
- carnetAdressesPartage: z.ZodBoolean;
54
- expeditionsCarnetPartage: z.ZodBoolean;
55
- accessAuxArchives: z.ZodBoolean;
56
- lettreInfo: z.ZodBoolean;
51
+ isMiniTracking: z.ZodBoolean;
52
+ isFullTracking: z.ZodBoolean;
53
+ isShareCourseAndExpedition: z.ZodBoolean;
54
+ isShareCarnetAdresse: z.ZodBoolean;
55
+ isShareCarnetAdresseAndExpedition: z.ZodBoolean;
56
+ isAccessAuxArchives: z.ZodBoolean;
57
+ isShowInfo: z.ZodBoolean;
57
58
  photo: z.ZodNullable<z.ZodString>;
58
59
  entreprisePhysique: z.ZodString;
59
60
  isAdminChauffeur: z.ZodBoolean;
60
- hasTrackingMail: z.ZodBoolean;
61
+ isShowTracking: z.ZodBoolean;
61
62
  isClientTransitaire: z.ZodBoolean;
62
63
  customerId: z.ZodNumber;
63
64
  vehiculeId: z.ZodNumber;
@@ -469,7 +470,7 @@ export declare const UserSchema: z.ZodObject<{
469
470
  roles: string[];
470
471
  isOpsAdmin: boolean;
471
472
  civility: string;
472
- calculatrice: boolean;
473
+ isShowCalculatrice: boolean;
473
474
  expedition: boolean;
474
475
  physicCompany: string;
475
476
  menus: string;
@@ -482,22 +483,23 @@ export declare const UserSchema: z.ZodObject<{
482
483
  carnetAddress: string;
483
484
  expeditionsCarnet: string;
484
485
  accessArchive: string;
485
- import: boolean;
486
- export: boolean;
486
+ isShowImportMenu: boolean;
487
+ isShowExportMenu: boolean;
488
+ isShowCourseMenu: boolean;
487
489
  twoRoues: boolean;
488
490
  vt: boolean;
489
491
  lesTwo: boolean;
490
- mini: boolean;
491
- full: boolean;
492
- expeditionsCoursesPartage: boolean;
493
- carnetAdressesPartage: boolean;
494
- expeditionsCarnetPartage: boolean;
495
- accessAuxArchives: boolean;
496
- lettreInfo: boolean;
492
+ isMiniTracking: boolean;
493
+ isFullTracking: boolean;
494
+ isShareCourseAndExpedition: boolean;
495
+ isShareCarnetAdresse: boolean;
496
+ isShareCarnetAdresseAndExpedition: boolean;
497
+ isAccessAuxArchives: boolean;
498
+ isShowInfo: boolean;
497
499
  photo: string | null;
498
500
  entreprisePhysique: string;
499
501
  isAdminChauffeur: boolean;
500
- hasTrackingMail: boolean;
502
+ isShowTracking: boolean;
501
503
  isClientTransitaire: boolean;
502
504
  vehiculeId: number;
503
505
  salaryId: number;
@@ -648,7 +650,7 @@ export declare const UserSchema: z.ZodObject<{
648
650
  roles: string[];
649
651
  isOpsAdmin: boolean;
650
652
  civility: string;
651
- calculatrice: boolean;
653
+ isShowCalculatrice: boolean;
652
654
  expedition: boolean;
653
655
  physicCompany: string;
654
656
  menus: string;
@@ -661,22 +663,23 @@ export declare const UserSchema: z.ZodObject<{
661
663
  carnetAddress: string;
662
664
  expeditionsCarnet: string;
663
665
  accessArchive: string;
664
- import: boolean;
665
- export: boolean;
666
+ isShowImportMenu: boolean;
667
+ isShowExportMenu: boolean;
668
+ isShowCourseMenu: boolean;
666
669
  twoRoues: boolean;
667
670
  vt: boolean;
668
671
  lesTwo: boolean;
669
- mini: boolean;
670
- full: boolean;
671
- expeditionsCoursesPartage: boolean;
672
- carnetAdressesPartage: boolean;
673
- expeditionsCarnetPartage: boolean;
674
- accessAuxArchives: boolean;
675
- lettreInfo: boolean;
672
+ isMiniTracking: boolean;
673
+ isFullTracking: boolean;
674
+ isShareCourseAndExpedition: boolean;
675
+ isShareCarnetAdresse: boolean;
676
+ isShareCarnetAdresseAndExpedition: boolean;
677
+ isAccessAuxArchives: boolean;
678
+ isShowInfo: boolean;
676
679
  photo: string | null;
677
680
  entreprisePhysique: string;
678
681
  isAdminChauffeur: boolean;
679
- hasTrackingMail: boolean;
682
+ isShowTracking: boolean;
680
683
  isClientTransitaire: boolean;
681
684
  vehiculeId: number;
682
685
  salaryId: number;
@@ -824,7 +827,7 @@ export declare const UserSchemaSimple: z.ZodObject<{
824
827
  civility: z.ZodString;
825
828
  numCodeOne: z.ZodString;
826
829
  numCodeTwo: z.ZodString;
827
- calculatrice: z.ZodBoolean;
830
+ isShowCalculatrice: z.ZodBoolean;
828
831
  expedition: z.ZodBoolean;
829
832
  physicCompany: z.ZodString;
830
833
  isParis: z.ZodBoolean;
@@ -840,22 +843,23 @@ export declare const UserSchemaSimple: z.ZodObject<{
840
843
  carnetAddress: z.ZodString;
841
844
  expeditionsCarnet: z.ZodString;
842
845
  accessArchive: z.ZodString;
843
- import: z.ZodBoolean;
844
- export: z.ZodBoolean;
846
+ isShowImportMenu: z.ZodBoolean;
847
+ isShowExportMenu: z.ZodBoolean;
848
+ isShowCourseMenu: z.ZodBoolean;
845
849
  twoRoues: z.ZodBoolean;
846
850
  vt: z.ZodBoolean;
847
851
  lesTwo: z.ZodBoolean;
848
- mini: z.ZodBoolean;
849
- full: z.ZodBoolean;
850
- expeditionsCoursesPartage: z.ZodBoolean;
851
- carnetAdressesPartage: z.ZodBoolean;
852
- expeditionsCarnetPartage: z.ZodBoolean;
853
- accessAuxArchives: z.ZodBoolean;
854
- lettreInfo: z.ZodBoolean;
852
+ isMiniTracking: z.ZodBoolean;
853
+ isFullTracking: z.ZodBoolean;
854
+ isShareCourseAndExpedition: z.ZodBoolean;
855
+ isShareCarnetAdresse: z.ZodBoolean;
856
+ isShareCarnetAdresseAndExpedition: z.ZodBoolean;
857
+ isAccessAuxArchives: z.ZodBoolean;
858
+ isShowInfo: z.ZodBoolean;
855
859
  photo: z.ZodNullable<z.ZodString>;
856
860
  entreprisePhysique: z.ZodString;
857
861
  isAdminChauffeur: z.ZodBoolean;
858
- hasTrackingMail: z.ZodBoolean;
862
+ isShowTracking: z.ZodBoolean;
859
863
  isClientTransitaire: z.ZodBoolean;
860
864
  customerId: z.ZodNumber;
861
865
  vehiculeId: z.ZodNumber;
@@ -890,7 +894,7 @@ export declare const UserSchemaSimple: z.ZodObject<{
890
894
  roles: string[];
891
895
  isOpsAdmin: boolean;
892
896
  civility: string;
893
- calculatrice: boolean;
897
+ isShowCalculatrice: boolean;
894
898
  expedition: boolean;
895
899
  physicCompany: string;
896
900
  menus: string;
@@ -903,22 +907,23 @@ export declare const UserSchemaSimple: z.ZodObject<{
903
907
  carnetAddress: string;
904
908
  expeditionsCarnet: string;
905
909
  accessArchive: string;
906
- import: boolean;
907
- export: boolean;
910
+ isShowImportMenu: boolean;
911
+ isShowExportMenu: boolean;
912
+ isShowCourseMenu: boolean;
908
913
  twoRoues: boolean;
909
914
  vt: boolean;
910
915
  lesTwo: boolean;
911
- mini: boolean;
912
- full: boolean;
913
- expeditionsCoursesPartage: boolean;
914
- carnetAdressesPartage: boolean;
915
- expeditionsCarnetPartage: boolean;
916
- accessAuxArchives: boolean;
917
- lettreInfo: boolean;
916
+ isMiniTracking: boolean;
917
+ isFullTracking: boolean;
918
+ isShareCourseAndExpedition: boolean;
919
+ isShareCarnetAdresse: boolean;
920
+ isShareCarnetAdresseAndExpedition: boolean;
921
+ isAccessAuxArchives: boolean;
922
+ isShowInfo: boolean;
918
923
  photo: string | null;
919
924
  entreprisePhysique: string;
920
925
  isAdminChauffeur: boolean;
921
- hasTrackingMail: boolean;
926
+ isShowTracking: boolean;
922
927
  isClientTransitaire: boolean;
923
928
  vehiculeId: number;
924
929
  salaryId: number;
@@ -952,7 +957,7 @@ export declare const UserSchemaSimple: z.ZodObject<{
952
957
  roles: string[];
953
958
  isOpsAdmin: boolean;
954
959
  civility: string;
955
- calculatrice: boolean;
960
+ isShowCalculatrice: boolean;
956
961
  expedition: boolean;
957
962
  physicCompany: string;
958
963
  menus: string;
@@ -965,22 +970,23 @@ export declare const UserSchemaSimple: z.ZodObject<{
965
970
  carnetAddress: string;
966
971
  expeditionsCarnet: string;
967
972
  accessArchive: string;
968
- import: boolean;
969
- export: boolean;
973
+ isShowImportMenu: boolean;
974
+ isShowExportMenu: boolean;
975
+ isShowCourseMenu: boolean;
970
976
  twoRoues: boolean;
971
977
  vt: boolean;
972
978
  lesTwo: boolean;
973
- mini: boolean;
974
- full: boolean;
975
- expeditionsCoursesPartage: boolean;
976
- carnetAdressesPartage: boolean;
977
- expeditionsCarnetPartage: boolean;
978
- accessAuxArchives: boolean;
979
- lettreInfo: boolean;
979
+ isMiniTracking: boolean;
980
+ isFullTracking: boolean;
981
+ isShareCourseAndExpedition: boolean;
982
+ isShareCarnetAdresse: boolean;
983
+ isShareCarnetAdresseAndExpedition: boolean;
984
+ isAccessAuxArchives: boolean;
985
+ isShowInfo: boolean;
980
986
  photo: string | null;
981
987
  entreprisePhysique: string;
982
988
  isAdminChauffeur: boolean;
983
- hasTrackingMail: boolean;
989
+ isShowTracking: boolean;
984
990
  isClientTransitaire: boolean;
985
991
  vehiculeId: number;
986
992
  salaryId: number;
@@ -1047,7 +1053,7 @@ export declare const CreateUserSimpleSchema: z.ZodObject<{
1047
1053
  civility: z.ZodOptional<z.ZodString>;
1048
1054
  numCodeOne: z.ZodOptional<z.ZodString>;
1049
1055
  numCodeTwo: z.ZodOptional<z.ZodString>;
1050
- calculatrice: z.ZodOptional<z.ZodBoolean>;
1056
+ isShowCalculatrice: z.ZodOptional<z.ZodBoolean>;
1051
1057
  expedition: z.ZodOptional<z.ZodBoolean>;
1052
1058
  physicCompany: z.ZodOptional<z.ZodString>;
1053
1059
  isParis: z.ZodOptional<z.ZodBoolean>;
@@ -1061,21 +1067,22 @@ export declare const CreateUserSimpleSchema: z.ZodObject<{
1061
1067
  carnetAddress: z.ZodOptional<z.ZodString>;
1062
1068
  expeditionsCarnet: z.ZodOptional<z.ZodString>;
1063
1069
  accessArchive: z.ZodOptional<z.ZodString>;
1064
- import: z.ZodOptional<z.ZodBoolean>;
1065
- export: z.ZodOptional<z.ZodBoolean>;
1070
+ isShowImportMenu: z.ZodOptional<z.ZodBoolean>;
1071
+ isShowExportMenu: z.ZodOptional<z.ZodBoolean>;
1072
+ isShowCourseMenu: z.ZodOptional<z.ZodBoolean>;
1066
1073
  twoRoues: z.ZodOptional<z.ZodBoolean>;
1067
1074
  vt: z.ZodOptional<z.ZodBoolean>;
1068
1075
  lesTwo: z.ZodOptional<z.ZodBoolean>;
1069
- mini: z.ZodOptional<z.ZodBoolean>;
1070
- full: z.ZodOptional<z.ZodBoolean>;
1071
- expeditionsCoursesPartage: z.ZodOptional<z.ZodBoolean>;
1072
- carnetAdressesPartage: z.ZodOptional<z.ZodBoolean>;
1073
- expeditionsCarnetPartage: z.ZodOptional<z.ZodBoolean>;
1074
- accessAuxArchives: z.ZodOptional<z.ZodBoolean>;
1075
- lettreInfo: z.ZodOptional<z.ZodBoolean>;
1076
+ isMiniTracking: z.ZodOptional<z.ZodBoolean>;
1077
+ isFullTracking: z.ZodOptional<z.ZodBoolean>;
1078
+ isShareCourseAndExpedition: z.ZodOptional<z.ZodBoolean>;
1079
+ isShareCarnetAdresse: z.ZodOptional<z.ZodBoolean>;
1080
+ isShareCarnetAdresseAndExpedition: z.ZodOptional<z.ZodBoolean>;
1081
+ isAccessAuxArchives: z.ZodOptional<z.ZodBoolean>;
1082
+ isShowInfo: z.ZodOptional<z.ZodBoolean>;
1076
1083
  photo: z.ZodOptional<z.ZodAny>;
1077
1084
  entreprisePhysique: z.ZodOptional<z.ZodString>;
1078
- trackingMail: z.ZodOptional<z.ZodBoolean>;
1085
+ isShowTracking: z.ZodOptional<z.ZodBoolean>;
1079
1086
  language: z.ZodEnum<["fr", "en"]>;
1080
1087
  customerId: z.ZodNumber;
1081
1088
  billingCenterIds: z.ZodArray<z.ZodNumber, "many">;
@@ -1103,7 +1110,7 @@ export declare const CreateUserSimpleSchema: z.ZodObject<{
1103
1110
  isService?: boolean | undefined;
1104
1111
  emailTwo?: string | undefined;
1105
1112
  civility?: string | undefined;
1106
- calculatrice?: boolean | undefined;
1113
+ isShowCalculatrice?: boolean | undefined;
1107
1114
  expedition?: boolean | undefined;
1108
1115
  physicCompany?: string | undefined;
1109
1116
  menus?: string | undefined;
@@ -1114,21 +1121,22 @@ export declare const CreateUserSimpleSchema: z.ZodObject<{
1114
1121
  carnetAddress?: string | undefined;
1115
1122
  expeditionsCarnet?: string | undefined;
1116
1123
  accessArchive?: string | undefined;
1117
- import?: boolean | undefined;
1118
- export?: boolean | undefined;
1124
+ isShowImportMenu?: boolean | undefined;
1125
+ isShowExportMenu?: boolean | undefined;
1126
+ isShowCourseMenu?: boolean | undefined;
1119
1127
  twoRoues?: boolean | undefined;
1120
1128
  vt?: boolean | undefined;
1121
1129
  lesTwo?: boolean | undefined;
1122
- mini?: boolean | undefined;
1123
- full?: boolean | undefined;
1124
- expeditionsCoursesPartage?: boolean | undefined;
1125
- carnetAdressesPartage?: boolean | undefined;
1126
- expeditionsCarnetPartage?: boolean | undefined;
1127
- accessAuxArchives?: boolean | undefined;
1128
- lettreInfo?: boolean | undefined;
1130
+ isMiniTracking?: boolean | undefined;
1131
+ isFullTracking?: boolean | undefined;
1132
+ isShareCourseAndExpedition?: boolean | undefined;
1133
+ isShareCarnetAdresse?: boolean | undefined;
1134
+ isShareCarnetAdresseAndExpedition?: boolean | undefined;
1135
+ isAccessAuxArchives?: boolean | undefined;
1136
+ isShowInfo?: boolean | undefined;
1129
1137
  photo?: any;
1130
1138
  entreprisePhysique?: string | undefined;
1131
- trackingMail?: boolean | undefined;
1139
+ isShowTracking?: boolean | undefined;
1132
1140
  }, {
1133
1141
  countryId: number;
1134
1142
  postalCode: string;
@@ -1152,7 +1160,7 @@ export declare const CreateUserSimpleSchema: z.ZodObject<{
1152
1160
  isService?: boolean | undefined;
1153
1161
  emailTwo?: string | undefined;
1154
1162
  civility?: string | undefined;
1155
- calculatrice?: boolean | undefined;
1163
+ isShowCalculatrice?: boolean | undefined;
1156
1164
  expedition?: boolean | undefined;
1157
1165
  physicCompany?: string | undefined;
1158
1166
  menus?: string | undefined;
@@ -1163,21 +1171,22 @@ export declare const CreateUserSimpleSchema: z.ZodObject<{
1163
1171
  carnetAddress?: string | undefined;
1164
1172
  expeditionsCarnet?: string | undefined;
1165
1173
  accessArchive?: string | undefined;
1166
- import?: boolean | undefined;
1167
- export?: boolean | undefined;
1174
+ isShowImportMenu?: boolean | undefined;
1175
+ isShowExportMenu?: boolean | undefined;
1176
+ isShowCourseMenu?: boolean | undefined;
1168
1177
  twoRoues?: boolean | undefined;
1169
1178
  vt?: boolean | undefined;
1170
1179
  lesTwo?: boolean | undefined;
1171
- mini?: boolean | undefined;
1172
- full?: boolean | undefined;
1173
- expeditionsCoursesPartage?: boolean | undefined;
1174
- carnetAdressesPartage?: boolean | undefined;
1175
- expeditionsCarnetPartage?: boolean | undefined;
1176
- accessAuxArchives?: boolean | undefined;
1177
- lettreInfo?: boolean | undefined;
1180
+ isMiniTracking?: boolean | undefined;
1181
+ isFullTracking?: boolean | undefined;
1182
+ isShareCourseAndExpedition?: boolean | undefined;
1183
+ isShareCarnetAdresse?: boolean | undefined;
1184
+ isShareCarnetAdresseAndExpedition?: boolean | undefined;
1185
+ isAccessAuxArchives?: boolean | undefined;
1186
+ isShowInfo?: boolean | undefined;
1178
1187
  photo?: any;
1179
1188
  entreprisePhysique?: string | undefined;
1180
- trackingMail?: boolean | undefined;
1189
+ isShowTracking?: boolean | undefined;
1181
1190
  }>;
1182
1191
  export declare const UpdateUserSimpleSchema: z.ZodObject<{
1183
1192
  firstName: z.ZodOptional<z.ZodString>;
@@ -1195,7 +1204,7 @@ export declare const UpdateUserSimpleSchema: z.ZodObject<{
1195
1204
  civility: z.ZodOptional<z.ZodString>;
1196
1205
  numCodeOne: z.ZodOptional<z.ZodString>;
1197
1206
  numCodeTwo: z.ZodOptional<z.ZodString>;
1198
- calculatrice: z.ZodOptional<z.ZodBoolean>;
1207
+ isShowCalculatrice: z.ZodOptional<z.ZodBoolean>;
1199
1208
  expedition: z.ZodOptional<z.ZodBoolean>;
1200
1209
  physicCompany: z.ZodOptional<z.ZodString>;
1201
1210
  isParis: z.ZodOptional<z.ZodBoolean>;
@@ -1209,21 +1218,22 @@ export declare const UpdateUserSimpleSchema: z.ZodObject<{
1209
1218
  carnetAddress: z.ZodOptional<z.ZodString>;
1210
1219
  expeditionsCarnet: z.ZodOptional<z.ZodString>;
1211
1220
  accessArchive: z.ZodOptional<z.ZodString>;
1212
- import: z.ZodOptional<z.ZodBoolean>;
1213
- export: z.ZodOptional<z.ZodBoolean>;
1221
+ isShowImportMenu: z.ZodOptional<z.ZodBoolean>;
1222
+ isShowExportMenu: z.ZodOptional<z.ZodBoolean>;
1223
+ isShowCourseMenu: z.ZodOptional<z.ZodBoolean>;
1214
1224
  twoRoues: z.ZodOptional<z.ZodBoolean>;
1215
1225
  vt: z.ZodOptional<z.ZodBoolean>;
1216
1226
  lesTwo: z.ZodOptional<z.ZodBoolean>;
1217
- mini: z.ZodOptional<z.ZodBoolean>;
1218
- full: z.ZodOptional<z.ZodBoolean>;
1219
- expeditionsCoursesPartage: z.ZodOptional<z.ZodBoolean>;
1220
- carnetAdressesPartage: z.ZodOptional<z.ZodBoolean>;
1221
- expeditionsCarnetPartage: z.ZodOptional<z.ZodBoolean>;
1222
- accessAuxArchives: z.ZodOptional<z.ZodBoolean>;
1223
- lettreInfo: z.ZodOptional<z.ZodBoolean>;
1227
+ isMiniTracking: z.ZodOptional<z.ZodBoolean>;
1228
+ isFullTracking: z.ZodOptional<z.ZodBoolean>;
1229
+ isShareCourseAndExpedition: z.ZodOptional<z.ZodBoolean>;
1230
+ isShareCarnetAdresse: z.ZodOptional<z.ZodBoolean>;
1231
+ isShareCarnetAdresseAndExpedition: z.ZodOptional<z.ZodBoolean>;
1232
+ isAccessAuxArchives: z.ZodOptional<z.ZodBoolean>;
1233
+ isShowInfo: z.ZodOptional<z.ZodBoolean>;
1224
1234
  photo: z.ZodOptional<z.ZodAny>;
1225
1235
  entreprisePhysique: z.ZodOptional<z.ZodString>;
1226
- trackingMail: z.ZodOptional<z.ZodBoolean>;
1236
+ isShowTracking: z.ZodOptional<z.ZodBoolean>;
1227
1237
  language: z.ZodEnum<["fr", "en"]>;
1228
1238
  customerId: z.ZodOptional<z.ZodNumber>;
1229
1239
  billingCenterIds: z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>;
@@ -1250,7 +1260,7 @@ export declare const UpdateUserSimpleSchema: z.ZodObject<{
1250
1260
  lastName?: string | undefined;
1251
1261
  roles?: ("ROLE_USER_PARIS" | "ROLE_USER_MEDICAL" | "ROLE_USER_SERVICE" | "ROLE_CHAUFFEUR_PARIS" | "ROLE_CHAUFFEUR_MEDICAL" | "ROLE_CHAUFFEUR_SERVICE")[] | undefined;
1252
1262
  civility?: string | undefined;
1253
- calculatrice?: boolean | undefined;
1263
+ isShowCalculatrice?: boolean | undefined;
1254
1264
  expedition?: boolean | undefined;
1255
1265
  physicCompany?: string | undefined;
1256
1266
  menus?: string | undefined;
@@ -1261,21 +1271,22 @@ export declare const UpdateUserSimpleSchema: z.ZodObject<{
1261
1271
  carnetAddress?: string | undefined;
1262
1272
  expeditionsCarnet?: string | undefined;
1263
1273
  accessArchive?: string | undefined;
1264
- import?: boolean | undefined;
1265
- export?: boolean | undefined;
1274
+ isShowImportMenu?: boolean | undefined;
1275
+ isShowExportMenu?: boolean | undefined;
1276
+ isShowCourseMenu?: boolean | undefined;
1266
1277
  twoRoues?: boolean | undefined;
1267
1278
  vt?: boolean | undefined;
1268
1279
  lesTwo?: boolean | undefined;
1269
- mini?: boolean | undefined;
1270
- full?: boolean | undefined;
1271
- expeditionsCoursesPartage?: boolean | undefined;
1272
- carnetAdressesPartage?: boolean | undefined;
1273
- expeditionsCarnetPartage?: boolean | undefined;
1274
- accessAuxArchives?: boolean | undefined;
1275
- lettreInfo?: boolean | undefined;
1280
+ isMiniTracking?: boolean | undefined;
1281
+ isFullTracking?: boolean | undefined;
1282
+ isShareCourseAndExpedition?: boolean | undefined;
1283
+ isShareCarnetAdresse?: boolean | undefined;
1284
+ isShareCarnetAdresseAndExpedition?: boolean | undefined;
1285
+ isAccessAuxArchives?: boolean | undefined;
1286
+ isShowInfo?: boolean | undefined;
1276
1287
  photo?: any;
1277
1288
  entreprisePhysique?: string | undefined;
1278
- trackingMail?: boolean | undefined;
1289
+ isShowTracking?: boolean | undefined;
1279
1290
  billingCenterIds?: number[] | undefined;
1280
1291
  }, {
1281
1292
  language: "fr" | "en";
@@ -1299,7 +1310,7 @@ export declare const UpdateUserSimpleSchema: z.ZodObject<{
1299
1310
  lastName?: string | undefined;
1300
1311
  roles?: ("ROLE_USER_PARIS" | "ROLE_USER_MEDICAL" | "ROLE_USER_SERVICE" | "ROLE_CHAUFFEUR_PARIS" | "ROLE_CHAUFFEUR_MEDICAL" | "ROLE_CHAUFFEUR_SERVICE")[] | undefined;
1301
1312
  civility?: string | undefined;
1302
- calculatrice?: boolean | undefined;
1313
+ isShowCalculatrice?: boolean | undefined;
1303
1314
  expedition?: boolean | undefined;
1304
1315
  physicCompany?: string | undefined;
1305
1316
  menus?: string | undefined;
@@ -1310,21 +1321,22 @@ export declare const UpdateUserSimpleSchema: z.ZodObject<{
1310
1321
  carnetAddress?: string | undefined;
1311
1322
  expeditionsCarnet?: string | undefined;
1312
1323
  accessArchive?: string | undefined;
1313
- import?: boolean | undefined;
1314
- export?: boolean | undefined;
1324
+ isShowImportMenu?: boolean | undefined;
1325
+ isShowExportMenu?: boolean | undefined;
1326
+ isShowCourseMenu?: boolean | undefined;
1315
1327
  twoRoues?: boolean | undefined;
1316
1328
  vt?: boolean | undefined;
1317
1329
  lesTwo?: boolean | undefined;
1318
- mini?: boolean | undefined;
1319
- full?: boolean | undefined;
1320
- expeditionsCoursesPartage?: boolean | undefined;
1321
- carnetAdressesPartage?: boolean | undefined;
1322
- expeditionsCarnetPartage?: boolean | undefined;
1323
- accessAuxArchives?: boolean | undefined;
1324
- lettreInfo?: boolean | undefined;
1330
+ isMiniTracking?: boolean | undefined;
1331
+ isFullTracking?: boolean | undefined;
1332
+ isShareCourseAndExpedition?: boolean | undefined;
1333
+ isShareCarnetAdresse?: boolean | undefined;
1334
+ isShareCarnetAdresseAndExpedition?: boolean | undefined;
1335
+ isAccessAuxArchives?: boolean | undefined;
1336
+ isShowInfo?: boolean | undefined;
1325
1337
  photo?: any;
1326
1338
  entreprisePhysique?: string | undefined;
1327
- trackingMail?: boolean | undefined;
1339
+ isShowTracking?: boolean | undefined;
1328
1340
  billingCenterIds?: number[] | undefined;
1329
1341
  }>;
1330
1342
  export declare const CreateUserAdminSchema: z.ZodObject<{
@@ -48,7 +48,7 @@ exports.UserSchema = zod_1.z.object({
48
48
  civility: zod_1.z.string(),
49
49
  numCodeOne: zod_1.z.string(),
50
50
  numCodeTwo: zod_1.z.string(),
51
- calculatrice: zod_1.z.boolean(),
51
+ isShowCalculatrice: zod_1.z.boolean(),
52
52
  expedition: zod_1.z.boolean(),
53
53
  physicCompany: zod_1.z.string(),
54
54
  isParis: zod_1.z.boolean(),
@@ -64,22 +64,23 @@ exports.UserSchema = zod_1.z.object({
64
64
  carnetAddress: zod_1.z.string(),
65
65
  expeditionsCarnet: zod_1.z.string(),
66
66
  accessArchive: zod_1.z.string(),
67
- import: zod_1.z.boolean(),
68
- export: zod_1.z.boolean(),
67
+ isShowImportMenu: zod_1.z.boolean(),
68
+ isShowExportMenu: zod_1.z.boolean(),
69
+ isShowCourseMenu: zod_1.z.boolean(),
69
70
  twoRoues: zod_1.z.boolean(),
70
71
  vt: zod_1.z.boolean(),
71
72
  lesTwo: zod_1.z.boolean(),
72
- mini: zod_1.z.boolean(),
73
- full: zod_1.z.boolean(),
74
- expeditionsCoursesPartage: zod_1.z.boolean(),
75
- carnetAdressesPartage: zod_1.z.boolean(),
76
- expeditionsCarnetPartage: zod_1.z.boolean(),
77
- accessAuxArchives: zod_1.z.boolean(),
78
- lettreInfo: zod_1.z.boolean(),
73
+ isMiniTracking: zod_1.z.boolean(),
74
+ isFullTracking: zod_1.z.boolean(),
75
+ isShareCourseAndExpedition: zod_1.z.boolean(),
76
+ isShareCarnetAdresse: zod_1.z.boolean(),
77
+ isShareCarnetAdresseAndExpedition: zod_1.z.boolean(),
78
+ isAccessAuxArchives: zod_1.z.boolean(),
79
+ isShowInfo: zod_1.z.boolean(),
79
80
  photo: zod_1.z.string().nullable(),
80
81
  entreprisePhysique: zod_1.z.string(),
81
82
  isAdminChauffeur: zod_1.z.boolean(),
82
- hasTrackingMail: zod_1.z.boolean(),
83
+ isShowTracking: zod_1.z.boolean(),
83
84
  isClientTransitaire: zod_1.z.boolean(),
84
85
  customerId: zod_1.z.number(),
85
86
  vehiculeId: zod_1.z.number(),
@@ -116,7 +117,7 @@ exports.UserSchemaSimple = zod_1.z.object({
116
117
  civility: zod_1.z.string(),
117
118
  numCodeOne: zod_1.z.string(),
118
119
  numCodeTwo: zod_1.z.string(),
119
- calculatrice: zod_1.z.boolean(),
120
+ isShowCalculatrice: zod_1.z.boolean(),
120
121
  expedition: zod_1.z.boolean(),
121
122
  physicCompany: zod_1.z.string(),
122
123
  isParis: zod_1.z.boolean(),
@@ -132,22 +133,23 @@ exports.UserSchemaSimple = zod_1.z.object({
132
133
  carnetAddress: zod_1.z.string(),
133
134
  expeditionsCarnet: zod_1.z.string(),
134
135
  accessArchive: zod_1.z.string(),
135
- import: zod_1.z.boolean(),
136
- export: zod_1.z.boolean(),
136
+ isShowImportMenu: zod_1.z.boolean(),
137
+ isShowExportMenu: zod_1.z.boolean(),
138
+ isShowCourseMenu: zod_1.z.boolean(),
137
139
  twoRoues: zod_1.z.boolean(),
138
140
  vt: zod_1.z.boolean(),
139
141
  lesTwo: zod_1.z.boolean(),
140
- mini: zod_1.z.boolean(),
141
- full: zod_1.z.boolean(),
142
- expeditionsCoursesPartage: zod_1.z.boolean(),
143
- carnetAdressesPartage: zod_1.z.boolean(),
144
- expeditionsCarnetPartage: zod_1.z.boolean(),
145
- accessAuxArchives: zod_1.z.boolean(),
146
- lettreInfo: zod_1.z.boolean(),
142
+ isMiniTracking: zod_1.z.boolean(),
143
+ isFullTracking: zod_1.z.boolean(),
144
+ isShareCourseAndExpedition: zod_1.z.boolean(),
145
+ isShareCarnetAdresse: zod_1.z.boolean(),
146
+ isShareCarnetAdresseAndExpedition: zod_1.z.boolean(),
147
+ isAccessAuxArchives: zod_1.z.boolean(),
148
+ isShowInfo: zod_1.z.boolean(),
147
149
  photo: zod_1.z.string().nullable(),
148
150
  entreprisePhysique: zod_1.z.string(),
149
151
  isAdminChauffeur: zod_1.z.boolean(),
150
- hasTrackingMail: zod_1.z.boolean(),
152
+ isShowTracking: zod_1.z.boolean(),
151
153
  isClientTransitaire: zod_1.z.boolean(),
152
154
  customerId: zod_1.z.number(),
153
155
  vehiculeId: zod_1.z.number(),
@@ -187,7 +189,7 @@ exports.CreateUserSimpleSchema = zod_1.z.object({
187
189
  civility: zod_1.z.string().optional(),
188
190
  numCodeOne: zod_1.z.string().optional(),
189
191
  numCodeTwo: zod_1.z.string().optional(),
190
- calculatrice: zod_1.z.boolean().optional(),
192
+ isShowCalculatrice: zod_1.z.boolean().optional(),
191
193
  expedition: zod_1.z.boolean().optional(),
192
194
  physicCompany: zod_1.z.string().optional(),
193
195
  isParis: zod_1.z.boolean().optional(),
@@ -201,21 +203,22 @@ exports.CreateUserSimpleSchema = zod_1.z.object({
201
203
  carnetAddress: zod_1.z.string().optional(),
202
204
  expeditionsCarnet: zod_1.z.string().optional(),
203
205
  accessArchive: zod_1.z.string().optional(),
204
- import: zod_1.z.boolean().optional(),
205
- export: zod_1.z.boolean().optional(),
206
+ isShowImportMenu: zod_1.z.boolean().optional(),
207
+ isShowExportMenu: zod_1.z.boolean().optional(),
208
+ isShowCourseMenu: zod_1.z.boolean().optional(),
206
209
  twoRoues: zod_1.z.boolean().optional(),
207
210
  vt: zod_1.z.boolean().optional(),
208
211
  lesTwo: zod_1.z.boolean().optional(),
209
- mini: zod_1.z.boolean().optional(),
210
- full: zod_1.z.boolean().optional(),
211
- expeditionsCoursesPartage: zod_1.z.boolean().optional(),
212
- carnetAdressesPartage: zod_1.z.boolean().optional(),
213
- expeditionsCarnetPartage: zod_1.z.boolean().optional(),
214
- accessAuxArchives: zod_1.z.boolean().optional(),
215
- lettreInfo: zod_1.z.boolean().optional(),
212
+ isMiniTracking: zod_1.z.boolean().optional(),
213
+ isFullTracking: zod_1.z.boolean().optional(),
214
+ isShareCourseAndExpedition: zod_1.z.boolean().optional(),
215
+ isShareCarnetAdresse: zod_1.z.boolean().optional(),
216
+ isShareCarnetAdresseAndExpedition: zod_1.z.boolean().optional(),
217
+ isAccessAuxArchives: zod_1.z.boolean().optional(),
218
+ isShowInfo: zod_1.z.boolean().optional(),
216
219
  photo: zod_1.z.any().optional(),
217
220
  entreprisePhysique: zod_1.z.string().optional(),
218
- trackingMail: zod_1.z.boolean().optional(),
221
+ isShowTracking: zod_1.z.boolean().optional(),
219
222
  language: zod_1.z.enum(["fr", "en"]),
220
223
  customerId: zod_1.z.number(),
221
224
  billingCenterIds: zod_1.z.array(zod_1.z.number()),
@@ -244,7 +247,7 @@ exports.UpdateUserSimpleSchema = zod_1.z.object({
244
247
  civility: zod_1.z.string().optional(),
245
248
  numCodeOne: zod_1.z.string().optional(),
246
249
  numCodeTwo: zod_1.z.string().optional(),
247
- calculatrice: zod_1.z.boolean().optional(),
250
+ isShowCalculatrice: zod_1.z.boolean().optional(),
248
251
  expedition: zod_1.z.boolean().optional(),
249
252
  physicCompany: zod_1.z.string().optional(),
250
253
  isParis: zod_1.z.boolean().optional(),
@@ -258,21 +261,22 @@ exports.UpdateUserSimpleSchema = zod_1.z.object({
258
261
  carnetAddress: zod_1.z.string().optional(),
259
262
  expeditionsCarnet: zod_1.z.string().optional(),
260
263
  accessArchive: zod_1.z.string().optional(),
261
- import: zod_1.z.boolean().optional(),
262
- export: zod_1.z.boolean().optional(),
264
+ isShowImportMenu: zod_1.z.boolean().optional(),
265
+ isShowExportMenu: zod_1.z.boolean().optional(),
266
+ isShowCourseMenu: zod_1.z.boolean().optional(),
263
267
  twoRoues: zod_1.z.boolean().optional(),
264
268
  vt: zod_1.z.boolean().optional(),
265
269
  lesTwo: zod_1.z.boolean().optional(),
266
- mini: zod_1.z.boolean().optional(),
267
- full: zod_1.z.boolean().optional(),
268
- expeditionsCoursesPartage: zod_1.z.boolean().optional(),
269
- carnetAdressesPartage: zod_1.z.boolean().optional(),
270
- expeditionsCarnetPartage: zod_1.z.boolean().optional(),
271
- accessAuxArchives: zod_1.z.boolean().optional(),
272
- lettreInfo: zod_1.z.boolean().optional(),
270
+ isMiniTracking: zod_1.z.boolean().optional(),
271
+ isFullTracking: zod_1.z.boolean().optional(),
272
+ isShareCourseAndExpedition: zod_1.z.boolean().optional(),
273
+ isShareCarnetAdresse: zod_1.z.boolean().optional(),
274
+ isShareCarnetAdresseAndExpedition: zod_1.z.boolean().optional(),
275
+ isAccessAuxArchives: zod_1.z.boolean().optional(),
276
+ isShowInfo: zod_1.z.boolean().optional(),
273
277
  photo: zod_1.z.any().optional(),
274
278
  entreprisePhysique: zod_1.z.string().optional(),
275
- trackingMail: zod_1.z.boolean().optional(),
279
+ isShowTracking: zod_1.z.boolean().optional(),
276
280
  language: zod_1.z.enum(["fr", "en"]),
277
281
  customerId: zod_1.z.number().optional(),
278
282
  billingCenterIds: zod_1.z.array(zod_1.z.number()).optional(),