exnet-routing 1.2.12 → 1.2.14

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 (34) hide show
  1. package/dist/models/_billing_center.d.ts +0 -5
  2. package/dist/models/_chat_message.d.ts +0 -7
  3. package/dist/models/_contact.d.ts +0 -7
  4. package/dist/models/_contact_visible.d.ts +0 -14
  5. package/dist/models/_customer.d.ts +0 -6
  6. package/dist/models/_customer.js +0 -2
  7. package/dist/models/_facture.d.ts +0 -7
  8. package/dist/models/_facture_line.d.ts +0 -9
  9. package/dist/models/_historique_action.d.ts +0 -7
  10. package/dist/models/_information_chauffeur.d.ts +0 -7
  11. package/dist/models/_information_importante.d.ts +0 -7
  12. package/dist/models/_livraison_chauffeur.d.ts +0 -7
  13. package/dist/models/_prise_de_poste.d.ts +0 -7
  14. package/dist/models/_ramassage_chauffeur.d.ts +0 -7
  15. package/dist/models/_shipping_affected.d.ts +0 -7
  16. package/dist/models/_shipping_comment.d.ts +0 -7
  17. package/dist/models/_shipping_course.d.ts +0 -7
  18. package/dist/models/_shipping_document.d.ts +0 -7
  19. package/dist/models/_shipping_tracking.d.ts +0 -7
  20. package/dist/models/_tracking_visible.d.ts +0 -14
  21. package/dist/models/_user.d.ts +0 -5
  22. package/dist/models/_user_billing_center.d.ts +0 -14
  23. package/dist/models/_user_login_historie.d.ts +0 -7
  24. package/dist/models/_vehicule_affected.d.ts +0 -7
  25. package/dist/routes/admin.d.ts +158 -408
  26. package/dist/routes/admin.js +8 -0
  27. package/dist/routes/driver.d.ts +162 -1
  28. package/dist/routes/driver.js +13 -2
  29. package/dist/routes/ops.d.ts +158 -133
  30. package/dist/routes/ops.js +8 -0
  31. package/dist/routes/public.d.ts +0 -18
  32. package/dist/routes/user.d.ts +158 -77
  33. package/dist/routes/user.js +8 -0
  34. package/package.json +1 -2
@@ -79,7 +79,6 @@ export declare const BillingCenterSchema: z.ZodObject<{
79
79
  isParis: z.ZodBoolean;
80
80
  isMedical: z.ZodBoolean;
81
81
  isService: z.ZodBoolean;
82
- actif: z.ZodBoolean;
83
82
  valeurCustomer: z.ZodBoolean;
84
83
  dirigeant: z.ZodNullable<z.ZodString>;
85
84
  dirigeantTel: z.ZodNullable<z.ZodString>;
@@ -151,7 +150,6 @@ export declare const BillingCenterSchema: z.ZodObject<{
151
150
  isParis: boolean;
152
151
  isMedical: boolean;
153
152
  isService: boolean;
154
- actif: boolean;
155
153
  valeurCustomer: boolean;
156
154
  dirigeant: string | null;
157
155
  dirigeantTel: string | null;
@@ -209,7 +207,6 @@ export declare const BillingCenterSchema: z.ZodObject<{
209
207
  isParis: boolean;
210
208
  isMedical: boolean;
211
209
  isService: boolean;
212
- actif: boolean;
213
210
  valeurCustomer: boolean;
214
211
  dirigeant: string | null;
215
212
  dirigeantTel: string | null;
@@ -349,7 +346,6 @@ export declare const BillingCenterSchema: z.ZodObject<{
349
346
  isParis: boolean;
350
347
  isMedical: boolean;
351
348
  isService: boolean;
352
- actif: boolean;
353
349
  valeurCustomer: boolean;
354
350
  dirigeant: string | null;
355
351
  dirigeantTel: string | null;
@@ -467,7 +463,6 @@ export declare const BillingCenterSchema: z.ZodObject<{
467
463
  isParis: boolean;
468
464
  isMedical: boolean;
469
465
  isService: boolean;
470
- actif: boolean;
471
466
  valeurCustomer: boolean;
472
467
  dirigeant: string | null;
473
468
  dirigeantTel: string | null;
@@ -700,7 +700,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
700
700
  isParis: z.ZodBoolean;
701
701
  isMedical: z.ZodBoolean;
702
702
  isService: z.ZodBoolean;
703
- actif: z.ZodBoolean;
704
703
  valeurCustomer: z.ZodBoolean;
705
704
  dirigeant: z.ZodNullable<z.ZodString>;
706
705
  dirigeantTel: z.ZodNullable<z.ZodString>;
@@ -772,7 +771,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
772
771
  isParis: boolean;
773
772
  isMedical: boolean;
774
773
  isService: boolean;
775
- actif: boolean;
776
774
  valeurCustomer: boolean;
777
775
  dirigeant: string | null;
778
776
  dirigeantTel: string | null;
@@ -830,7 +828,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
830
828
  isParis: boolean;
831
829
  isMedical: boolean;
832
830
  isService: boolean;
833
- actif: boolean;
834
831
  valeurCustomer: boolean;
835
832
  dirigeant: string | null;
836
833
  dirigeantTel: string | null;
@@ -1099,7 +1096,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
1099
1096
  isParis: boolean;
1100
1097
  isMedical: boolean;
1101
1098
  isService: boolean;
1102
- actif: boolean;
1103
1099
  valeurCustomer: boolean;
1104
1100
  dirigeant: string | null;
1105
1101
  dirigeantTel: string | null;
@@ -1264,7 +1260,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
1264
1260
  isParis: boolean;
1265
1261
  isMedical: boolean;
1266
1262
  isService: boolean;
1267
- actif: boolean;
1268
1263
  valeurCustomer: boolean;
1269
1264
  dirigeant: string | null;
1270
1265
  dirigeantTel: string | null;
@@ -1439,7 +1434,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
1439
1434
  isParis: boolean;
1440
1435
  isMedical: boolean;
1441
1436
  isService: boolean;
1442
- actif: boolean;
1443
1437
  valeurCustomer: boolean;
1444
1438
  dirigeant: string | null;
1445
1439
  dirigeantTel: string | null;
@@ -1737,7 +1731,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
1737
1731
  isParis: boolean;
1738
1732
  isMedical: boolean;
1739
1733
  isService: boolean;
1740
- actif: boolean;
1741
1734
  valeurCustomer: boolean;
1742
1735
  dirigeant: string | null;
1743
1736
  dirigeantTel: string | null;
@@ -146,7 +146,6 @@ export declare const ContactSchema: z.ZodObject<{
146
146
  isParis: z.ZodBoolean;
147
147
  isMedical: z.ZodBoolean;
148
148
  isService: z.ZodBoolean;
149
- actif: z.ZodBoolean;
150
149
  valeurCustomer: z.ZodBoolean;
151
150
  dirigeant: z.ZodNullable<z.ZodString>;
152
151
  dirigeantTel: z.ZodNullable<z.ZodString>;
@@ -218,7 +217,6 @@ export declare const ContactSchema: z.ZodObject<{
218
217
  isParis: boolean;
219
218
  isMedical: boolean;
220
219
  isService: boolean;
221
- actif: boolean;
222
220
  valeurCustomer: boolean;
223
221
  dirigeant: string | null;
224
222
  dirigeantTel: string | null;
@@ -276,7 +274,6 @@ export declare const ContactSchema: z.ZodObject<{
276
274
  isParis: boolean;
277
275
  isMedical: boolean;
278
276
  isService: boolean;
279
- actif: boolean;
280
277
  valeurCustomer: boolean;
281
278
  dirigeant: string | null;
282
279
  dirigeantTel: string | null;
@@ -545,7 +542,6 @@ export declare const ContactSchema: z.ZodObject<{
545
542
  isParis: boolean;
546
543
  isMedical: boolean;
547
544
  isService: boolean;
548
- actif: boolean;
549
545
  valeurCustomer: boolean;
550
546
  dirigeant: string | null;
551
547
  dirigeantTel: string | null;
@@ -710,7 +706,6 @@ export declare const ContactSchema: z.ZodObject<{
710
706
  isParis: boolean;
711
707
  isMedical: boolean;
712
708
  isService: boolean;
713
- actif: boolean;
714
709
  valeurCustomer: boolean;
715
710
  dirigeant: string | null;
716
711
  dirigeantTel: string | null;
@@ -908,7 +903,6 @@ export declare const ContactSchema: z.ZodObject<{
908
903
  isParis: boolean;
909
904
  isMedical: boolean;
910
905
  isService: boolean;
911
- actif: boolean;
912
906
  valeurCustomer: boolean;
913
907
  dirigeant: string | null;
914
908
  dirigeantTel: string | null;
@@ -1106,7 +1100,6 @@ export declare const ContactSchema: z.ZodObject<{
1106
1100
  isParis: boolean;
1107
1101
  isMedical: boolean;
1108
1102
  isService: boolean;
1109
- actif: boolean;
1110
1103
  valeurCustomer: boolean;
1111
1104
  dirigeant: string | null;
1112
1105
  dirigeantTel: string | null;
@@ -96,7 +96,6 @@ export declare const ContactVisibleSchema: z.ZodObject<{
96
96
  isParis: z.ZodBoolean;
97
97
  isMedical: z.ZodBoolean;
98
98
  isService: z.ZodBoolean;
99
- actif: z.ZodBoolean;
100
99
  valeurCustomer: z.ZodBoolean;
101
100
  dirigeant: z.ZodNullable<z.ZodString>;
102
101
  dirigeantTel: z.ZodNullable<z.ZodString>;
@@ -168,7 +167,6 @@ export declare const ContactVisibleSchema: z.ZodObject<{
168
167
  isParis: boolean;
169
168
  isMedical: boolean;
170
169
  isService: boolean;
171
- actif: boolean;
172
170
  valeurCustomer: boolean;
173
171
  dirigeant: string | null;
174
172
  dirigeantTel: string | null;
@@ -226,7 +224,6 @@ export declare const ContactVisibleSchema: z.ZodObject<{
226
224
  isParis: boolean;
227
225
  isMedical: boolean;
228
226
  isService: boolean;
229
- actif: boolean;
230
227
  valeurCustomer: boolean;
231
228
  dirigeant: string | null;
232
229
  dirigeantTel: string | null;
@@ -495,7 +492,6 @@ export declare const ContactVisibleSchema: z.ZodObject<{
495
492
  isParis: boolean;
496
493
  isMedical: boolean;
497
494
  isService: boolean;
498
- actif: boolean;
499
495
  valeurCustomer: boolean;
500
496
  dirigeant: string | null;
501
497
  dirigeantTel: string | null;
@@ -660,7 +656,6 @@ export declare const ContactVisibleSchema: z.ZodObject<{
660
656
  isParis: boolean;
661
657
  isMedical: boolean;
662
658
  isService: boolean;
663
- actif: boolean;
664
659
  valeurCustomer: boolean;
665
660
  dirigeant: string | null;
666
661
  dirigeantTel: string | null;
@@ -818,7 +813,6 @@ export declare const ContactVisibleSchema: z.ZodObject<{
818
813
  isParis: z.ZodBoolean;
819
814
  isMedical: z.ZodBoolean;
820
815
  isService: z.ZodBoolean;
821
- actif: z.ZodBoolean;
822
816
  valeurCustomer: z.ZodBoolean;
823
817
  dirigeant: z.ZodNullable<z.ZodString>;
824
818
  dirigeantTel: z.ZodNullable<z.ZodString>;
@@ -890,7 +884,6 @@ export declare const ContactVisibleSchema: z.ZodObject<{
890
884
  isParis: boolean;
891
885
  isMedical: boolean;
892
886
  isService: boolean;
893
- actif: boolean;
894
887
  valeurCustomer: boolean;
895
888
  dirigeant: string | null;
896
889
  dirigeantTel: string | null;
@@ -948,7 +941,6 @@ export declare const ContactVisibleSchema: z.ZodObject<{
948
941
  isParis: boolean;
949
942
  isMedical: boolean;
950
943
  isService: boolean;
951
- actif: boolean;
952
944
  valeurCustomer: boolean;
953
945
  dirigeant: string | null;
954
946
  dirigeantTel: string | null;
@@ -1217,7 +1209,6 @@ export declare const ContactVisibleSchema: z.ZodObject<{
1217
1209
  isParis: boolean;
1218
1210
  isMedical: boolean;
1219
1211
  isService: boolean;
1220
- actif: boolean;
1221
1212
  valeurCustomer: boolean;
1222
1213
  dirigeant: string | null;
1223
1214
  dirigeantTel: string | null;
@@ -1382,7 +1373,6 @@ export declare const ContactVisibleSchema: z.ZodObject<{
1382
1373
  isParis: boolean;
1383
1374
  isMedical: boolean;
1384
1375
  isService: boolean;
1385
- actif: boolean;
1386
1376
  valeurCustomer: boolean;
1387
1377
  dirigeant: string | null;
1388
1378
  dirigeantTel: string | null;
@@ -1554,7 +1544,6 @@ export declare const ContactVisibleSchema: z.ZodObject<{
1554
1544
  isParis: boolean;
1555
1545
  isMedical: boolean;
1556
1546
  isService: boolean;
1557
- actif: boolean;
1558
1547
  valeurCustomer: boolean;
1559
1548
  dirigeant: string | null;
1560
1549
  dirigeantTel: string | null;
@@ -1720,7 +1709,6 @@ export declare const ContactVisibleSchema: z.ZodObject<{
1720
1709
  isParis: boolean;
1721
1710
  isMedical: boolean;
1722
1711
  isService: boolean;
1723
- actif: boolean;
1724
1712
  valeurCustomer: boolean;
1725
1713
  dirigeant: string | null;
1726
1714
  dirigeantTel: string | null;
@@ -1892,7 +1880,6 @@ export declare const ContactVisibleSchema: z.ZodObject<{
1892
1880
  isParis: boolean;
1893
1881
  isMedical: boolean;
1894
1882
  isService: boolean;
1895
- actif: boolean;
1896
1883
  valeurCustomer: boolean;
1897
1884
  dirigeant: string | null;
1898
1885
  dirigeantTel: string | null;
@@ -2058,7 +2045,6 @@ export declare const ContactVisibleSchema: z.ZodObject<{
2058
2045
  isParis: boolean;
2059
2046
  isMedical: boolean;
2060
2047
  isService: boolean;
2061
- actif: boolean;
2062
2048
  valeurCustomer: boolean;
2063
2049
  dirigeant: string | null;
2064
2050
  dirigeantTel: string | null;
@@ -28,7 +28,6 @@ export declare const CustomerSchema: z.ZodObject<{
28
28
  isParis: z.ZodBoolean;
29
29
  isMedical: z.ZodBoolean;
30
30
  isService: z.ZodBoolean;
31
- actif: z.ZodBoolean;
32
31
  valeurCustomer: z.ZodBoolean;
33
32
  dirigeant: z.ZodNullable<z.ZodString>;
34
33
  dirigeantTel: z.ZodNullable<z.ZodString>;
@@ -100,7 +99,6 @@ export declare const CustomerSchema: z.ZodObject<{
100
99
  isParis: boolean;
101
100
  isMedical: boolean;
102
101
  isService: boolean;
103
- actif: boolean;
104
102
  valeurCustomer: boolean;
105
103
  dirigeant: string | null;
106
104
  dirigeantTel: string | null;
@@ -158,7 +156,6 @@ export declare const CustomerSchema: z.ZodObject<{
158
156
  isParis: boolean;
159
157
  isMedical: boolean;
160
158
  isService: boolean;
161
- actif: boolean;
162
159
  valeurCustomer: boolean;
163
160
  dirigeant: string | null;
164
161
  dirigeantTel: string | null;
@@ -209,7 +206,6 @@ export declare const CustomerCreateSchema: z.ZodObject<{
209
206
  isParis: z.ZodBoolean;
210
207
  isMedical: z.ZodBoolean;
211
208
  isService: z.ZodBoolean;
212
- actif: z.ZodBoolean;
213
209
  valeurCustomer: z.ZodBoolean;
214
210
  dirigeant: z.ZodOptional<z.ZodString>;
215
211
  dirigeantTel: z.ZodOptional<z.ZodString>;
@@ -244,7 +240,6 @@ export declare const CustomerCreateSchema: z.ZodObject<{
244
240
  isParis: boolean;
245
241
  isMedical: boolean;
246
242
  isService: boolean;
247
- actif: boolean;
248
243
  valeurCustomer: boolean;
249
244
  addressTwo?: string | undefined;
250
245
  telephoneTwo?: string | undefined;
@@ -287,7 +282,6 @@ export declare const CustomerCreateSchema: z.ZodObject<{
287
282
  isParis: boolean;
288
283
  isMedical: boolean;
289
284
  isService: boolean;
290
- actif: boolean;
291
285
  valeurCustomer: boolean;
292
286
  addressTwo?: string | undefined;
293
287
  telephoneTwo?: string | undefined;
@@ -32,7 +32,6 @@ exports.CustomerSchema = zod_1.z.object({
32
32
  isParis: zod_1.z.boolean(),
33
33
  isMedical: zod_1.z.boolean(),
34
34
  isService: zod_1.z.boolean(),
35
- actif: zod_1.z.boolean(),
36
35
  valeurCustomer: zod_1.z.boolean(),
37
36
  dirigeant: zod_1.z.string().nullable(),
38
37
  dirigeantTel: zod_1.z.string().nullable(),
@@ -76,7 +75,6 @@ exports.CustomerCreateSchema = zod_1.z.object({
76
75
  isParis: zod_1.z.boolean(),
77
76
  isMedical: zod_1.z.boolean(),
78
77
  isService: zod_1.z.boolean(),
79
- actif: zod_1.z.boolean(),
80
78
  valeurCustomer: zod_1.z.boolean(),
81
79
  dirigeant: zod_1.z.string().optional(),
82
80
  dirigeantTel: zod_1.z.string().optional(),
@@ -118,7 +118,6 @@ export declare const FactureSchema: z.ZodObject<{
118
118
  isParis: z.ZodBoolean;
119
119
  isMedical: z.ZodBoolean;
120
120
  isService: z.ZodBoolean;
121
- actif: z.ZodBoolean;
122
121
  valeurCustomer: z.ZodBoolean;
123
122
  dirigeant: z.ZodNullable<z.ZodString>;
124
123
  dirigeantTel: z.ZodNullable<z.ZodString>;
@@ -190,7 +189,6 @@ export declare const FactureSchema: z.ZodObject<{
190
189
  isParis: boolean;
191
190
  isMedical: boolean;
192
191
  isService: boolean;
193
- actif: boolean;
194
192
  valeurCustomer: boolean;
195
193
  dirigeant: string | null;
196
194
  dirigeantTel: string | null;
@@ -248,7 +246,6 @@ export declare const FactureSchema: z.ZodObject<{
248
246
  isParis: boolean;
249
247
  isMedical: boolean;
250
248
  isService: boolean;
251
- actif: boolean;
252
249
  valeurCustomer: boolean;
253
250
  dirigeant: string | null;
254
251
  dirigeantTel: string | null;
@@ -388,7 +385,6 @@ export declare const FactureSchema: z.ZodObject<{
388
385
  isParis: boolean;
389
386
  isMedical: boolean;
390
387
  isService: boolean;
391
- actif: boolean;
392
388
  valeurCustomer: boolean;
393
389
  dirigeant: string | null;
394
390
  dirigeantTel: string | null;
@@ -506,7 +502,6 @@ export declare const FactureSchema: z.ZodObject<{
506
502
  isParis: boolean;
507
503
  isMedical: boolean;
508
504
  isService: boolean;
509
- actif: boolean;
510
505
  valeurCustomer: boolean;
511
506
  dirigeant: string | null;
512
507
  dirigeantTel: string | null;
@@ -738,7 +733,6 @@ export declare const FactureSchema: z.ZodObject<{
738
733
  isParis: boolean;
739
734
  isMedical: boolean;
740
735
  isService: boolean;
741
- actif: boolean;
742
736
  valeurCustomer: boolean;
743
737
  dirigeant: string | null;
744
738
  dirigeantTel: string | null;
@@ -905,7 +899,6 @@ export declare const FactureSchema: z.ZodObject<{
905
899
  isParis: boolean;
906
900
  isMedical: boolean;
907
901
  isService: boolean;
908
- actif: boolean;
909
902
  valeurCustomer: boolean;
910
903
  dirigeant: string | null;
911
904
  dirigeantTel: string | null;
@@ -125,7 +125,6 @@ export declare const FactureLineSchema: z.ZodObject<{
125
125
  isParis: z.ZodBoolean;
126
126
  isMedical: z.ZodBoolean;
127
127
  isService: z.ZodBoolean;
128
- actif: z.ZodBoolean;
129
128
  valeurCustomer: z.ZodBoolean;
130
129
  dirigeant: z.ZodNullable<z.ZodString>;
131
130
  dirigeantTel: z.ZodNullable<z.ZodString>;
@@ -197,7 +196,6 @@ export declare const FactureLineSchema: z.ZodObject<{
197
196
  isParis: boolean;
198
197
  isMedical: boolean;
199
198
  isService: boolean;
200
- actif: boolean;
201
199
  valeurCustomer: boolean;
202
200
  dirigeant: string | null;
203
201
  dirigeantTel: string | null;
@@ -255,7 +253,6 @@ export declare const FactureLineSchema: z.ZodObject<{
255
253
  isParis: boolean;
256
254
  isMedical: boolean;
257
255
  isService: boolean;
258
- actif: boolean;
259
256
  valeurCustomer: boolean;
260
257
  dirigeant: string | null;
261
258
  dirigeantTel: string | null;
@@ -395,7 +392,6 @@ export declare const FactureLineSchema: z.ZodObject<{
395
392
  isParis: boolean;
396
393
  isMedical: boolean;
397
394
  isService: boolean;
398
- actif: boolean;
399
395
  valeurCustomer: boolean;
400
396
  dirigeant: string | null;
401
397
  dirigeantTel: string | null;
@@ -513,7 +509,6 @@ export declare const FactureLineSchema: z.ZodObject<{
513
509
  isParis: boolean;
514
510
  isMedical: boolean;
515
511
  isService: boolean;
516
- actif: boolean;
517
512
  valeurCustomer: boolean;
518
513
  dirigeant: string | null;
519
514
  dirigeantTel: string | null;
@@ -745,7 +740,6 @@ export declare const FactureLineSchema: z.ZodObject<{
745
740
  isParis: boolean;
746
741
  isMedical: boolean;
747
742
  isService: boolean;
748
- actif: boolean;
749
743
  valeurCustomer: boolean;
750
744
  dirigeant: string | null;
751
745
  dirigeantTel: string | null;
@@ -912,7 +906,6 @@ export declare const FactureLineSchema: z.ZodObject<{
912
906
  isParis: boolean;
913
907
  isMedical: boolean;
914
908
  isService: boolean;
915
- actif: boolean;
916
909
  valeurCustomer: boolean;
917
910
  dirigeant: string | null;
918
911
  dirigeantTel: string | null;
@@ -1391,7 +1384,6 @@ export declare const FactureLineSchema: z.ZodObject<{
1391
1384
  isParis: boolean;
1392
1385
  isMedical: boolean;
1393
1386
  isService: boolean;
1394
- actif: boolean;
1395
1387
  valeurCustomer: boolean;
1396
1388
  dirigeant: string | null;
1397
1389
  dirigeantTel: string | null;
@@ -1658,7 +1650,6 @@ export declare const FactureLineSchema: z.ZodObject<{
1658
1650
  isParis: boolean;
1659
1651
  isMedical: boolean;
1660
1652
  isService: boolean;
1661
- actif: boolean;
1662
1653
  valeurCustomer: boolean;
1663
1654
  dirigeant: string | null;
1664
1655
  dirigeantTel: string | null;
@@ -100,7 +100,6 @@ export declare const HistoriqueActionSchema: z.ZodObject<{
100
100
  isParis: z.ZodBoolean;
101
101
  isMedical: z.ZodBoolean;
102
102
  isService: z.ZodBoolean;
103
- actif: z.ZodBoolean;
104
103
  valeurCustomer: z.ZodBoolean;
105
104
  dirigeant: z.ZodNullable<z.ZodString>;
106
105
  dirigeantTel: z.ZodNullable<z.ZodString>;
@@ -172,7 +171,6 @@ export declare const HistoriqueActionSchema: z.ZodObject<{
172
171
  isParis: boolean;
173
172
  isMedical: boolean;
174
173
  isService: boolean;
175
- actif: boolean;
176
174
  valeurCustomer: boolean;
177
175
  dirigeant: string | null;
178
176
  dirigeantTel: string | null;
@@ -230,7 +228,6 @@ export declare const HistoriqueActionSchema: z.ZodObject<{
230
228
  isParis: boolean;
231
229
  isMedical: boolean;
232
230
  isService: boolean;
233
- actif: boolean;
234
231
  valeurCustomer: boolean;
235
232
  dirigeant: string | null;
236
233
  dirigeantTel: string | null;
@@ -499,7 +496,6 @@ export declare const HistoriqueActionSchema: z.ZodObject<{
499
496
  isParis: boolean;
500
497
  isMedical: boolean;
501
498
  isService: boolean;
502
- actif: boolean;
503
499
  valeurCustomer: boolean;
504
500
  dirigeant: string | null;
505
501
  dirigeantTel: string | null;
@@ -664,7 +660,6 @@ export declare const HistoriqueActionSchema: z.ZodObject<{
664
660
  isParis: boolean;
665
661
  isMedical: boolean;
666
662
  isService: boolean;
667
- actif: boolean;
668
663
  valeurCustomer: boolean;
669
664
  dirigeant: string | null;
670
665
  dirigeantTel: string | null;
@@ -995,7 +990,6 @@ export declare const HistoriqueActionSchema: z.ZodObject<{
995
990
  isParis: boolean;
996
991
  isMedical: boolean;
997
992
  isService: boolean;
998
- actif: boolean;
999
993
  valeurCustomer: boolean;
1000
994
  dirigeant: string | null;
1001
995
  dirigeantTel: string | null;
@@ -1220,7 +1214,6 @@ export declare const HistoriqueActionSchema: z.ZodObject<{
1220
1214
  isParis: boolean;
1221
1215
  isMedical: boolean;
1222
1216
  isService: boolean;
1223
- actif: boolean;
1224
1217
  valeurCustomer: boolean;
1225
1218
  dirigeant: string | null;
1226
1219
  dirigeantTel: string | null;
@@ -110,7 +110,6 @@ export declare const InformationChauffeurSchema: z.ZodObject<{
110
110
  isParis: z.ZodBoolean;
111
111
  isMedical: z.ZodBoolean;
112
112
  isService: z.ZodBoolean;
113
- actif: z.ZodBoolean;
114
113
  valeurCustomer: z.ZodBoolean;
115
114
  dirigeant: z.ZodNullable<z.ZodString>;
116
115
  dirigeantTel: z.ZodNullable<z.ZodString>;
@@ -182,7 +181,6 @@ export declare const InformationChauffeurSchema: z.ZodObject<{
182
181
  isParis: boolean;
183
182
  isMedical: boolean;
184
183
  isService: boolean;
185
- actif: boolean;
186
184
  valeurCustomer: boolean;
187
185
  dirigeant: string | null;
188
186
  dirigeantTel: string | null;
@@ -240,7 +238,6 @@ export declare const InformationChauffeurSchema: z.ZodObject<{
240
238
  isParis: boolean;
241
239
  isMedical: boolean;
242
240
  isService: boolean;
243
- actif: boolean;
244
241
  valeurCustomer: boolean;
245
242
  dirigeant: string | null;
246
243
  dirigeantTel: string | null;
@@ -509,7 +506,6 @@ export declare const InformationChauffeurSchema: z.ZodObject<{
509
506
  isParis: boolean;
510
507
  isMedical: boolean;
511
508
  isService: boolean;
512
- actif: boolean;
513
509
  valeurCustomer: boolean;
514
510
  dirigeant: string | null;
515
511
  dirigeantTel: string | null;
@@ -674,7 +670,6 @@ export declare const InformationChauffeurSchema: z.ZodObject<{
674
670
  isParis: boolean;
675
671
  isMedical: boolean;
676
672
  isService: boolean;
677
- actif: boolean;
678
673
  valeurCustomer: boolean;
679
674
  dirigeant: string | null;
680
675
  dirigeantTel: string | null;
@@ -860,7 +855,6 @@ export declare const InformationChauffeurSchema: z.ZodObject<{
860
855
  isParis: boolean;
861
856
  isMedical: boolean;
862
857
  isService: boolean;
863
- actif: boolean;
864
858
  valeurCustomer: boolean;
865
859
  dirigeant: string | null;
866
860
  dirigeantTel: string | null;
@@ -1046,7 +1040,6 @@ export declare const InformationChauffeurSchema: z.ZodObject<{
1046
1040
  isParis: boolean;
1047
1041
  isMedical: boolean;
1048
1042
  isService: boolean;
1049
- actif: boolean;
1050
1043
  valeurCustomer: boolean;
1051
1044
  dirigeant: string | null;
1052
1045
  dirigeantTel: string | null;
@@ -97,7 +97,6 @@ export declare const InformationImportanteSchema: z.ZodObject<{
97
97
  isParis: z.ZodBoolean;
98
98
  isMedical: z.ZodBoolean;
99
99
  isService: z.ZodBoolean;
100
- actif: z.ZodBoolean;
101
100
  valeurCustomer: z.ZodBoolean;
102
101
  dirigeant: z.ZodNullable<z.ZodString>;
103
102
  dirigeantTel: z.ZodNullable<z.ZodString>;
@@ -169,7 +168,6 @@ export declare const InformationImportanteSchema: z.ZodObject<{
169
168
  isParis: boolean;
170
169
  isMedical: boolean;
171
170
  isService: boolean;
172
- actif: boolean;
173
171
  valeurCustomer: boolean;
174
172
  dirigeant: string | null;
175
173
  dirigeantTel: string | null;
@@ -227,7 +225,6 @@ export declare const InformationImportanteSchema: z.ZodObject<{
227
225
  isParis: boolean;
228
226
  isMedical: boolean;
229
227
  isService: boolean;
230
- actif: boolean;
231
228
  valeurCustomer: boolean;
232
229
  dirigeant: string | null;
233
230
  dirigeantTel: string | null;
@@ -496,7 +493,6 @@ export declare const InformationImportanteSchema: z.ZodObject<{
496
493
  isParis: boolean;
497
494
  isMedical: boolean;
498
495
  isService: boolean;
499
- actif: boolean;
500
496
  valeurCustomer: boolean;
501
497
  dirigeant: string | null;
502
498
  dirigeantTel: string | null;
@@ -661,7 +657,6 @@ export declare const InformationImportanteSchema: z.ZodObject<{
661
657
  isParis: boolean;
662
658
  isMedical: boolean;
663
659
  isService: boolean;
664
- actif: boolean;
665
660
  valeurCustomer: boolean;
666
661
  dirigeant: string | null;
667
662
  dirigeantTel: string | null;
@@ -990,7 +985,6 @@ export declare const InformationImportanteSchema: z.ZodObject<{
990
985
  isParis: boolean;
991
986
  isMedical: boolean;
992
987
  isService: boolean;
993
- actif: boolean;
994
988
  valeurCustomer: boolean;
995
989
  dirigeant: string | null;
996
990
  dirigeantTel: string | null;
@@ -1213,7 +1207,6 @@ export declare const InformationImportanteSchema: z.ZodObject<{
1213
1207
  isParis: boolean;
1214
1208
  isMedical: boolean;
1215
1209
  isService: boolean;
1216
- actif: boolean;
1217
1210
  valeurCustomer: boolean;
1218
1211
  dirigeant: string | null;
1219
1212
  dirigeantTel: string | null;
@@ -97,7 +97,6 @@ export declare const LivraisonChauffeurSchema: z.ZodObject<{
97
97
  isParis: z.ZodBoolean;
98
98
  isMedical: z.ZodBoolean;
99
99
  isService: z.ZodBoolean;
100
- actif: z.ZodBoolean;
101
100
  valeurCustomer: z.ZodBoolean;
102
101
  dirigeant: z.ZodNullable<z.ZodString>;
103
102
  dirigeantTel: z.ZodNullable<z.ZodString>;
@@ -169,7 +168,6 @@ export declare const LivraisonChauffeurSchema: z.ZodObject<{
169
168
  isParis: boolean;
170
169
  isMedical: boolean;
171
170
  isService: boolean;
172
- actif: boolean;
173
171
  valeurCustomer: boolean;
174
172
  dirigeant: string | null;
175
173
  dirigeantTel: string | null;
@@ -227,7 +225,6 @@ export declare const LivraisonChauffeurSchema: z.ZodObject<{
227
225
  isParis: boolean;
228
226
  isMedical: boolean;
229
227
  isService: boolean;
230
- actif: boolean;
231
228
  valeurCustomer: boolean;
232
229
  dirigeant: string | null;
233
230
  dirigeantTel: string | null;
@@ -496,7 +493,6 @@ export declare const LivraisonChauffeurSchema: z.ZodObject<{
496
493
  isParis: boolean;
497
494
  isMedical: boolean;
498
495
  isService: boolean;
499
- actif: boolean;
500
496
  valeurCustomer: boolean;
501
497
  dirigeant: string | null;
502
498
  dirigeantTel: string | null;
@@ -661,7 +657,6 @@ export declare const LivraisonChauffeurSchema: z.ZodObject<{
661
657
  isParis: boolean;
662
658
  isMedical: boolean;
663
659
  isService: boolean;
664
- actif: boolean;
665
660
  valeurCustomer: boolean;
666
661
  dirigeant: string | null;
667
662
  dirigeantTel: string | null;
@@ -990,7 +985,6 @@ export declare const LivraisonChauffeurSchema: z.ZodObject<{
990
985
  isParis: boolean;
991
986
  isMedical: boolean;
992
987
  isService: boolean;
993
- actif: boolean;
994
988
  valeurCustomer: boolean;
995
989
  dirigeant: string | null;
996
990
  dirigeantTel: string | null;
@@ -1213,7 +1207,6 @@ export declare const LivraisonChauffeurSchema: z.ZodObject<{
1213
1207
  isParis: boolean;
1214
1208
  isMedical: boolean;
1215
1209
  isService: boolean;
1216
- actif: boolean;
1217
1210
  valeurCustomer: boolean;
1218
1211
  dirigeant: string | null;
1219
1212
  dirigeantTel: string | null;