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
@@ -110,7 +110,7 @@ export declare const ChatMessageSchema: z.ZodObject<{
110
110
  color: string | null;
111
111
  docBordereaux: string | null;
112
112
  docAccompagnement: string | null;
113
- category: "import" | "export" | "course" | "all";
113
+ category: "course" | "all" | "import" | "export";
114
114
  typeExpedition: "expedition" | "course";
115
115
  driverId: number;
116
116
  typeDeRoue: string | null;
@@ -159,7 +159,7 @@ export declare const ChatMessageSchema: z.ZodObject<{
159
159
  color: string | null;
160
160
  docBordereaux: string | null;
161
161
  docAccompagnement: string | null;
162
- category: "import" | "export" | "course" | "all";
162
+ category: "course" | "all" | "import" | "export";
163
163
  typeExpedition: "expedition" | "course";
164
164
  driverId: number;
165
165
  typeDeRoue: string | null;
@@ -204,7 +204,7 @@ export declare const ChatMessageSchema: z.ZodObject<{
204
204
  civility: z.ZodString;
205
205
  numCodeOne: z.ZodString;
206
206
  numCodeTwo: z.ZodString;
207
- calculatrice: z.ZodBoolean;
207
+ isShowCalculatrice: z.ZodBoolean;
208
208
  expedition: z.ZodBoolean;
209
209
  physicCompany: z.ZodString;
210
210
  isParis: z.ZodBoolean;
@@ -220,22 +220,23 @@ export declare const ChatMessageSchema: z.ZodObject<{
220
220
  carnetAddress: z.ZodString;
221
221
  expeditionsCarnet: z.ZodString;
222
222
  accessArchive: z.ZodString;
223
- import: z.ZodBoolean;
224
- export: z.ZodBoolean;
223
+ isShowImportMenu: z.ZodBoolean;
224
+ isShowExportMenu: z.ZodBoolean;
225
+ isShowCourseMenu: z.ZodBoolean;
225
226
  twoRoues: z.ZodBoolean;
226
227
  vt: z.ZodBoolean;
227
228
  lesTwo: z.ZodBoolean;
228
- mini: z.ZodBoolean;
229
- full: z.ZodBoolean;
230
- expeditionsCoursesPartage: z.ZodBoolean;
231
- carnetAdressesPartage: z.ZodBoolean;
232
- expeditionsCarnetPartage: z.ZodBoolean;
233
- accessAuxArchives: z.ZodBoolean;
234
- lettreInfo: z.ZodBoolean;
229
+ isMiniTracking: z.ZodBoolean;
230
+ isFullTracking: z.ZodBoolean;
231
+ isShareCourseAndExpedition: z.ZodBoolean;
232
+ isShareCarnetAdresse: z.ZodBoolean;
233
+ isShareCarnetAdresseAndExpedition: z.ZodBoolean;
234
+ isAccessAuxArchives: z.ZodBoolean;
235
+ isShowInfo: z.ZodBoolean;
235
236
  photo: z.ZodNullable<z.ZodString>;
236
237
  entreprisePhysique: z.ZodString;
237
238
  isAdminChauffeur: z.ZodBoolean;
238
- hasTrackingMail: z.ZodBoolean;
239
+ isShowTracking: z.ZodBoolean;
239
240
  isClientTransitaire: z.ZodBoolean;
240
241
  customerId: z.ZodNumber;
241
242
  vehiculeId: z.ZodNumber;
@@ -270,7 +271,7 @@ export declare const ChatMessageSchema: z.ZodObject<{
270
271
  roles: string[];
271
272
  isOpsAdmin: boolean;
272
273
  civility: string;
273
- calculatrice: boolean;
274
+ isShowCalculatrice: boolean;
274
275
  expedition: boolean;
275
276
  physicCompany: string;
276
277
  menus: string;
@@ -283,22 +284,23 @@ export declare const ChatMessageSchema: z.ZodObject<{
283
284
  carnetAddress: string;
284
285
  expeditionsCarnet: string;
285
286
  accessArchive: string;
286
- import: boolean;
287
- export: boolean;
287
+ isShowImportMenu: boolean;
288
+ isShowExportMenu: boolean;
289
+ isShowCourseMenu: boolean;
288
290
  twoRoues: boolean;
289
291
  vt: boolean;
290
292
  lesTwo: boolean;
291
- mini: boolean;
292
- full: boolean;
293
- expeditionsCoursesPartage: boolean;
294
- carnetAdressesPartage: boolean;
295
- expeditionsCarnetPartage: boolean;
296
- accessAuxArchives: boolean;
297
- lettreInfo: boolean;
293
+ isMiniTracking: boolean;
294
+ isFullTracking: boolean;
295
+ isShareCourseAndExpedition: boolean;
296
+ isShareCarnetAdresse: boolean;
297
+ isShareCarnetAdresseAndExpedition: boolean;
298
+ isAccessAuxArchives: boolean;
299
+ isShowInfo: boolean;
298
300
  photo: string | null;
299
301
  entreprisePhysique: string;
300
302
  isAdminChauffeur: boolean;
301
- hasTrackingMail: boolean;
303
+ isShowTracking: boolean;
302
304
  isClientTransitaire: boolean;
303
305
  vehiculeId: number;
304
306
  salaryId: number;
@@ -332,7 +334,7 @@ export declare const ChatMessageSchema: z.ZodObject<{
332
334
  roles: string[];
333
335
  isOpsAdmin: boolean;
334
336
  civility: string;
335
- calculatrice: boolean;
337
+ isShowCalculatrice: boolean;
336
338
  expedition: boolean;
337
339
  physicCompany: string;
338
340
  menus: string;
@@ -345,22 +347,23 @@ export declare const ChatMessageSchema: z.ZodObject<{
345
347
  carnetAddress: string;
346
348
  expeditionsCarnet: string;
347
349
  accessArchive: string;
348
- import: boolean;
349
- export: boolean;
350
+ isShowImportMenu: boolean;
351
+ isShowExportMenu: boolean;
352
+ isShowCourseMenu: boolean;
350
353
  twoRoues: boolean;
351
354
  vt: boolean;
352
355
  lesTwo: boolean;
353
- mini: boolean;
354
- full: boolean;
355
- expeditionsCoursesPartage: boolean;
356
- carnetAdressesPartage: boolean;
357
- expeditionsCarnetPartage: boolean;
358
- accessAuxArchives: boolean;
359
- lettreInfo: boolean;
356
+ isMiniTracking: boolean;
357
+ isFullTracking: boolean;
358
+ isShareCourseAndExpedition: boolean;
359
+ isShareCarnetAdresse: boolean;
360
+ isShareCarnetAdresseAndExpedition: boolean;
361
+ isAccessAuxArchives: boolean;
362
+ isShowInfo: boolean;
360
363
  photo: string | null;
361
364
  entreprisePhysique: string;
362
365
  isAdminChauffeur: boolean;
363
- hasTrackingMail: boolean;
366
+ isShowTracking: boolean;
364
367
  isClientTransitaire: boolean;
365
368
  vehiculeId: number;
366
369
  salaryId: number;
@@ -404,7 +407,7 @@ export declare const ChatMessageSchema: z.ZodObject<{
404
407
  roles: string[];
405
408
  isOpsAdmin: boolean;
406
409
  civility: string;
407
- calculatrice: boolean;
410
+ isShowCalculatrice: boolean;
408
411
  expedition: boolean;
409
412
  physicCompany: string;
410
413
  menus: string;
@@ -417,22 +420,23 @@ export declare const ChatMessageSchema: z.ZodObject<{
417
420
  carnetAddress: string;
418
421
  expeditionsCarnet: string;
419
422
  accessArchive: string;
420
- import: boolean;
421
- export: boolean;
423
+ isShowImportMenu: boolean;
424
+ isShowExportMenu: boolean;
425
+ isShowCourseMenu: boolean;
422
426
  twoRoues: boolean;
423
427
  vt: boolean;
424
428
  lesTwo: boolean;
425
- mini: boolean;
426
- full: boolean;
427
- expeditionsCoursesPartage: boolean;
428
- carnetAdressesPartage: boolean;
429
- expeditionsCarnetPartage: boolean;
430
- accessAuxArchives: boolean;
431
- lettreInfo: boolean;
429
+ isMiniTracking: boolean;
430
+ isFullTracking: boolean;
431
+ isShareCourseAndExpedition: boolean;
432
+ isShareCarnetAdresse: boolean;
433
+ isShareCarnetAdresseAndExpedition: boolean;
434
+ isAccessAuxArchives: boolean;
435
+ isShowInfo: boolean;
432
436
  photo: string | null;
433
437
  entreprisePhysique: string;
434
438
  isAdminChauffeur: boolean;
435
- hasTrackingMail: boolean;
439
+ isShowTracking: boolean;
436
440
  isClientTransitaire: boolean;
437
441
  vehiculeId: number;
438
442
  salaryId: number;
@@ -468,7 +472,7 @@ export declare const ChatMessageSchema: z.ZodObject<{
468
472
  color: string | null;
469
473
  docBordereaux: string | null;
470
474
  docAccompagnement: string | null;
471
- category: "import" | "export" | "course" | "all";
475
+ category: "course" | "all" | "import" | "export";
472
476
  typeExpedition: "expedition" | "course";
473
477
  driverId: number;
474
478
  typeDeRoue: string | null;
@@ -526,7 +530,7 @@ export declare const ChatMessageSchema: z.ZodObject<{
526
530
  roles: string[];
527
531
  isOpsAdmin: boolean;
528
532
  civility: string;
529
- calculatrice: boolean;
533
+ isShowCalculatrice: boolean;
530
534
  expedition: boolean;
531
535
  physicCompany: string;
532
536
  menus: string;
@@ -539,22 +543,23 @@ export declare const ChatMessageSchema: z.ZodObject<{
539
543
  carnetAddress: string;
540
544
  expeditionsCarnet: string;
541
545
  accessArchive: string;
542
- import: boolean;
543
- export: boolean;
546
+ isShowImportMenu: boolean;
547
+ isShowExportMenu: boolean;
548
+ isShowCourseMenu: boolean;
544
549
  twoRoues: boolean;
545
550
  vt: boolean;
546
551
  lesTwo: boolean;
547
- mini: boolean;
548
- full: boolean;
549
- expeditionsCoursesPartage: boolean;
550
- carnetAdressesPartage: boolean;
551
- expeditionsCarnetPartage: boolean;
552
- accessAuxArchives: boolean;
553
- lettreInfo: boolean;
552
+ isMiniTracking: boolean;
553
+ isFullTracking: boolean;
554
+ isShareCourseAndExpedition: boolean;
555
+ isShareCarnetAdresse: boolean;
556
+ isShareCarnetAdresseAndExpedition: boolean;
557
+ isAccessAuxArchives: boolean;
558
+ isShowInfo: boolean;
554
559
  photo: string | null;
555
560
  entreprisePhysique: string;
556
561
  isAdminChauffeur: boolean;
557
- hasTrackingMail: boolean;
562
+ isShowTracking: boolean;
558
563
  isClientTransitaire: boolean;
559
564
  vehiculeId: number;
560
565
  salaryId: number;
@@ -590,7 +595,7 @@ export declare const ChatMessageSchema: z.ZodObject<{
590
595
  color: string | null;
591
596
  docBordereaux: string | null;
592
597
  docAccompagnement: string | null;
593
- category: "import" | "export" | "course" | "all";
598
+ category: "course" | "all" | "import" | "export";
594
599
  typeExpedition: "expedition" | "course";
595
600
  driverId: number;
596
601
  typeDeRoue: string | null;
@@ -636,7 +641,7 @@ export declare const ChatMessageSchema: z.ZodObject<{
636
641
  civility: z.ZodString;
637
642
  numCodeOne: z.ZodString;
638
643
  numCodeTwo: z.ZodString;
639
- calculatrice: z.ZodBoolean;
644
+ isShowCalculatrice: z.ZodBoolean;
640
645
  expedition: z.ZodBoolean;
641
646
  physicCompany: z.ZodString;
642
647
  isParis: z.ZodBoolean;
@@ -652,22 +657,23 @@ export declare const ChatMessageSchema: z.ZodObject<{
652
657
  carnetAddress: z.ZodString;
653
658
  expeditionsCarnet: z.ZodString;
654
659
  accessArchive: z.ZodString;
655
- import: z.ZodBoolean;
656
- export: z.ZodBoolean;
660
+ isShowImportMenu: z.ZodBoolean;
661
+ isShowExportMenu: z.ZodBoolean;
662
+ isShowCourseMenu: z.ZodBoolean;
657
663
  twoRoues: z.ZodBoolean;
658
664
  vt: z.ZodBoolean;
659
665
  lesTwo: z.ZodBoolean;
660
- mini: z.ZodBoolean;
661
- full: z.ZodBoolean;
662
- expeditionsCoursesPartage: z.ZodBoolean;
663
- carnetAdressesPartage: z.ZodBoolean;
664
- expeditionsCarnetPartage: z.ZodBoolean;
665
- accessAuxArchives: z.ZodBoolean;
666
- lettreInfo: z.ZodBoolean;
666
+ isMiniTracking: z.ZodBoolean;
667
+ isFullTracking: z.ZodBoolean;
668
+ isShareCourseAndExpedition: z.ZodBoolean;
669
+ isShareCarnetAdresse: z.ZodBoolean;
670
+ isShareCarnetAdresseAndExpedition: z.ZodBoolean;
671
+ isAccessAuxArchives: z.ZodBoolean;
672
+ isShowInfo: z.ZodBoolean;
667
673
  photo: z.ZodNullable<z.ZodString>;
668
674
  entreprisePhysique: z.ZodString;
669
675
  isAdminChauffeur: z.ZodBoolean;
670
- hasTrackingMail: z.ZodBoolean;
676
+ isShowTracking: z.ZodBoolean;
671
677
  isClientTransitaire: z.ZodBoolean;
672
678
  customerId: z.ZodNumber;
673
679
  vehiculeId: z.ZodNumber;
@@ -1079,7 +1085,7 @@ export declare const ChatMessageSchema: z.ZodObject<{
1079
1085
  roles: string[];
1080
1086
  isOpsAdmin: boolean;
1081
1087
  civility: string;
1082
- calculatrice: boolean;
1088
+ isShowCalculatrice: boolean;
1083
1089
  expedition: boolean;
1084
1090
  physicCompany: string;
1085
1091
  menus: string;
@@ -1092,22 +1098,23 @@ export declare const ChatMessageSchema: z.ZodObject<{
1092
1098
  carnetAddress: string;
1093
1099
  expeditionsCarnet: string;
1094
1100
  accessArchive: string;
1095
- import: boolean;
1096
- export: boolean;
1101
+ isShowImportMenu: boolean;
1102
+ isShowExportMenu: boolean;
1103
+ isShowCourseMenu: boolean;
1097
1104
  twoRoues: boolean;
1098
1105
  vt: boolean;
1099
1106
  lesTwo: boolean;
1100
- mini: boolean;
1101
- full: boolean;
1102
- expeditionsCoursesPartage: boolean;
1103
- carnetAdressesPartage: boolean;
1104
- expeditionsCarnetPartage: boolean;
1105
- accessAuxArchives: boolean;
1106
- lettreInfo: boolean;
1107
+ isMiniTracking: boolean;
1108
+ isFullTracking: boolean;
1109
+ isShareCourseAndExpedition: boolean;
1110
+ isShareCarnetAdresse: boolean;
1111
+ isShareCarnetAdresseAndExpedition: boolean;
1112
+ isAccessAuxArchives: boolean;
1113
+ isShowInfo: boolean;
1107
1114
  photo: string | null;
1108
1115
  entreprisePhysique: string;
1109
1116
  isAdminChauffeur: boolean;
1110
- hasTrackingMail: boolean;
1117
+ isShowTracking: boolean;
1111
1118
  isClientTransitaire: boolean;
1112
1119
  vehiculeId: number;
1113
1120
  salaryId: number;
@@ -1258,7 +1265,7 @@ export declare const ChatMessageSchema: z.ZodObject<{
1258
1265
  roles: string[];
1259
1266
  isOpsAdmin: boolean;
1260
1267
  civility: string;
1261
- calculatrice: boolean;
1268
+ isShowCalculatrice: boolean;
1262
1269
  expedition: boolean;
1263
1270
  physicCompany: string;
1264
1271
  menus: string;
@@ -1271,22 +1278,23 @@ export declare const ChatMessageSchema: z.ZodObject<{
1271
1278
  carnetAddress: string;
1272
1279
  expeditionsCarnet: string;
1273
1280
  accessArchive: string;
1274
- import: boolean;
1275
- export: boolean;
1281
+ isShowImportMenu: boolean;
1282
+ isShowExportMenu: boolean;
1283
+ isShowCourseMenu: boolean;
1276
1284
  twoRoues: boolean;
1277
1285
  vt: boolean;
1278
1286
  lesTwo: boolean;
1279
- mini: boolean;
1280
- full: boolean;
1281
- expeditionsCoursesPartage: boolean;
1282
- carnetAdressesPartage: boolean;
1283
- expeditionsCarnetPartage: boolean;
1284
- accessAuxArchives: boolean;
1285
- lettreInfo: boolean;
1287
+ isMiniTracking: boolean;
1288
+ isFullTracking: boolean;
1289
+ isShareCourseAndExpedition: boolean;
1290
+ isShareCarnetAdresse: boolean;
1291
+ isShareCarnetAdresseAndExpedition: boolean;
1292
+ isAccessAuxArchives: boolean;
1293
+ isShowInfo: boolean;
1286
1294
  photo: string | null;
1287
1295
  entreprisePhysique: string;
1288
1296
  isAdminChauffeur: boolean;
1289
- hasTrackingMail: boolean;
1297
+ isShowTracking: boolean;
1290
1298
  isClientTransitaire: boolean;
1291
1299
  vehiculeId: number;
1292
1300
  salaryId: number;
@@ -1447,7 +1455,7 @@ export declare const ChatMessageSchema: z.ZodObject<{
1447
1455
  roles: string[];
1448
1456
  isOpsAdmin: boolean;
1449
1457
  civility: string;
1450
- calculatrice: boolean;
1458
+ isShowCalculatrice: boolean;
1451
1459
  expedition: boolean;
1452
1460
  physicCompany: string;
1453
1461
  menus: string;
@@ -1460,22 +1468,23 @@ export declare const ChatMessageSchema: z.ZodObject<{
1460
1468
  carnetAddress: string;
1461
1469
  expeditionsCarnet: string;
1462
1470
  accessArchive: string;
1463
- import: boolean;
1464
- export: boolean;
1471
+ isShowImportMenu: boolean;
1472
+ isShowExportMenu: boolean;
1473
+ isShowCourseMenu: boolean;
1465
1474
  twoRoues: boolean;
1466
1475
  vt: boolean;
1467
1476
  lesTwo: boolean;
1468
- mini: boolean;
1469
- full: boolean;
1470
- expeditionsCoursesPartage: boolean;
1471
- carnetAdressesPartage: boolean;
1472
- expeditionsCarnetPartage: boolean;
1473
- accessAuxArchives: boolean;
1474
- lettreInfo: boolean;
1477
+ isMiniTracking: boolean;
1478
+ isFullTracking: boolean;
1479
+ isShareCourseAndExpedition: boolean;
1480
+ isShareCarnetAdresse: boolean;
1481
+ isShareCarnetAdresseAndExpedition: boolean;
1482
+ isAccessAuxArchives: boolean;
1483
+ isShowInfo: boolean;
1475
1484
  photo: string | null;
1476
1485
  entreprisePhysique: string;
1477
1486
  isAdminChauffeur: boolean;
1478
- hasTrackingMail: boolean;
1487
+ isShowTracking: boolean;
1479
1488
  isClientTransitaire: boolean;
1480
1489
  vehiculeId: number;
1481
1490
  salaryId: number;
@@ -1636,7 +1645,7 @@ export declare const ChatMessageSchema: z.ZodObject<{
1636
1645
  roles: string[];
1637
1646
  isOpsAdmin: boolean;
1638
1647
  civility: string;
1639
- calculatrice: boolean;
1648
+ isShowCalculatrice: boolean;
1640
1649
  expedition: boolean;
1641
1650
  physicCompany: string;
1642
1651
  menus: string;
@@ -1649,22 +1658,23 @@ export declare const ChatMessageSchema: z.ZodObject<{
1649
1658
  carnetAddress: string;
1650
1659
  expeditionsCarnet: string;
1651
1660
  accessArchive: string;
1652
- import: boolean;
1653
- export: boolean;
1661
+ isShowImportMenu: boolean;
1662
+ isShowExportMenu: boolean;
1663
+ isShowCourseMenu: boolean;
1654
1664
  twoRoues: boolean;
1655
1665
  vt: boolean;
1656
1666
  lesTwo: boolean;
1657
- mini: boolean;
1658
- full: boolean;
1659
- expeditionsCoursesPartage: boolean;
1660
- carnetAdressesPartage: boolean;
1661
- expeditionsCarnetPartage: boolean;
1662
- accessAuxArchives: boolean;
1663
- lettreInfo: boolean;
1667
+ isMiniTracking: boolean;
1668
+ isFullTracking: boolean;
1669
+ isShareCourseAndExpedition: boolean;
1670
+ isShareCarnetAdresse: boolean;
1671
+ isShareCarnetAdresseAndExpedition: boolean;
1672
+ isAccessAuxArchives: boolean;
1673
+ isShowInfo: boolean;
1664
1674
  photo: string | null;
1665
1675
  entreprisePhysique: string;
1666
1676
  isAdminChauffeur: boolean;
1667
- hasTrackingMail: boolean;
1677
+ isShowTracking: boolean;
1668
1678
  isClientTransitaire: boolean;
1669
1679
  vehiculeId: number;
1670
1680
  salaryId: number;
@@ -1700,7 +1710,7 @@ export declare const ChatMessageSchema: z.ZodObject<{
1700
1710
  color: string | null;
1701
1711
  docBordereaux: string | null;
1702
1712
  docAccompagnement: string | null;
1703
- category: "import" | "export" | "course" | "all";
1713
+ category: "course" | "all" | "import" | "export";
1704
1714
  typeExpedition: "expedition" | "course";
1705
1715
  driverId: number;
1706
1716
  typeDeRoue: string | null;
@@ -1759,7 +1769,7 @@ export declare const ChatMessageSchema: z.ZodObject<{
1759
1769
  roles: string[];
1760
1770
  isOpsAdmin: boolean;
1761
1771
  civility: string;
1762
- calculatrice: boolean;
1772
+ isShowCalculatrice: boolean;
1763
1773
  expedition: boolean;
1764
1774
  physicCompany: string;
1765
1775
  menus: string;
@@ -1772,22 +1782,23 @@ export declare const ChatMessageSchema: z.ZodObject<{
1772
1782
  carnetAddress: string;
1773
1783
  expeditionsCarnet: string;
1774
1784
  accessArchive: string;
1775
- import: boolean;
1776
- export: boolean;
1785
+ isShowImportMenu: boolean;
1786
+ isShowExportMenu: boolean;
1787
+ isShowCourseMenu: boolean;
1777
1788
  twoRoues: boolean;
1778
1789
  vt: boolean;
1779
1790
  lesTwo: boolean;
1780
- mini: boolean;
1781
- full: boolean;
1782
- expeditionsCoursesPartage: boolean;
1783
- carnetAdressesPartage: boolean;
1784
- expeditionsCarnetPartage: boolean;
1785
- accessAuxArchives: boolean;
1786
- lettreInfo: boolean;
1791
+ isMiniTracking: boolean;
1792
+ isFullTracking: boolean;
1793
+ isShareCourseAndExpedition: boolean;
1794
+ isShareCarnetAdresse: boolean;
1795
+ isShareCarnetAdresseAndExpedition: boolean;
1796
+ isAccessAuxArchives: boolean;
1797
+ isShowInfo: boolean;
1787
1798
  photo: string | null;
1788
1799
  entreprisePhysique: string;
1789
1800
  isAdminChauffeur: boolean;
1790
- hasTrackingMail: boolean;
1801
+ isShowTracking: boolean;
1791
1802
  isClientTransitaire: boolean;
1792
1803
  vehiculeId: number;
1793
1804
  salaryId: number;
@@ -1948,7 +1959,7 @@ export declare const ChatMessageSchema: z.ZodObject<{
1948
1959
  roles: string[];
1949
1960
  isOpsAdmin: boolean;
1950
1961
  civility: string;
1951
- calculatrice: boolean;
1962
+ isShowCalculatrice: boolean;
1952
1963
  expedition: boolean;
1953
1964
  physicCompany: string;
1954
1965
  menus: string;
@@ -1961,22 +1972,23 @@ export declare const ChatMessageSchema: z.ZodObject<{
1961
1972
  carnetAddress: string;
1962
1973
  expeditionsCarnet: string;
1963
1974
  accessArchive: string;
1964
- import: boolean;
1965
- export: boolean;
1975
+ isShowImportMenu: boolean;
1976
+ isShowExportMenu: boolean;
1977
+ isShowCourseMenu: boolean;
1966
1978
  twoRoues: boolean;
1967
1979
  vt: boolean;
1968
1980
  lesTwo: boolean;
1969
- mini: boolean;
1970
- full: boolean;
1971
- expeditionsCoursesPartage: boolean;
1972
- carnetAdressesPartage: boolean;
1973
- expeditionsCarnetPartage: boolean;
1974
- accessAuxArchives: boolean;
1975
- lettreInfo: boolean;
1981
+ isMiniTracking: boolean;
1982
+ isFullTracking: boolean;
1983
+ isShareCourseAndExpedition: boolean;
1984
+ isShareCarnetAdresse: boolean;
1985
+ isShareCarnetAdresseAndExpedition: boolean;
1986
+ isAccessAuxArchives: boolean;
1987
+ isShowInfo: boolean;
1976
1988
  photo: string | null;
1977
1989
  entreprisePhysique: string;
1978
1990
  isAdminChauffeur: boolean;
1979
- hasTrackingMail: boolean;
1991
+ isShowTracking: boolean;
1980
1992
  isClientTransitaire: boolean;
1981
1993
  vehiculeId: number;
1982
1994
  salaryId: number;
@@ -2012,7 +2024,7 @@ export declare const ChatMessageSchema: z.ZodObject<{
2012
2024
  color: string | null;
2013
2025
  docBordereaux: string | null;
2014
2026
  docAccompagnement: string | null;
2015
- category: "import" | "export" | "course" | "all";
2027
+ category: "course" | "all" | "import" | "export";
2016
2028
  typeExpedition: "expedition" | "course";
2017
2029
  driverId: number;
2018
2030
  typeDeRoue: string | null;