exnet-routing 1.2.21 → 1.2.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/models/_chat.d.ts +64 -59
- package/dist/models/_chat_message.d.ts +150 -138
- package/dist/models/_contact.d.ts +60 -55
- package/dist/models/_contact_visible.d.ts +120 -110
- package/dist/models/_facture_line.d.ts +4 -4
- package/dist/models/_historique_action.d.ts +64 -59
- package/dist/models/_information_chauffeur.d.ts +60 -55
- package/dist/models/_information_importante.d.ts +64 -59
- package/dist/models/_livraison_chauffeur.d.ts +64 -59
- package/dist/models/_prise_de_poste.d.ts +60 -55
- package/dist/models/_ramassage_chauffeur.d.ts +64 -59
- package/dist/models/_shipping.d.ts +64 -59
- package/dist/models/_shipping_affected.d.ts +64 -59
- package/dist/models/_shipping_classification.d.ts +4 -4
- package/dist/models/_shipping_comment.d.ts +64 -59
- package/dist/models/_shipping_course.d.ts +64 -59
- package/dist/models/_shipping_detail.d.ts +4 -4
- package/dist/models/_shipping_detail_info_supplementaire.d.ts +4 -4
- package/dist/models/_shipping_document.d.ts +64 -59
- package/dist/models/_shipping_emballage.d.ts +4 -4
- package/dist/models/_shipping_manifest.d.ts +4 -4
- package/dist/models/_shipping_package.d.ts +4 -4
- package/dist/models/_shipping_pod.d.ts +4 -4
- package/dist/models/_shipping_proforma.d.ts +4 -4
- package/dist/models/_shipping_proforma_line.d.ts +6 -6
- package/dist/models/_shipping_tracking.d.ts +64 -59
- package/dist/models/_tracking_visible.d.ts +120 -110
- package/dist/models/_user.d.ts +144 -132
- package/dist/models/_user.js +48 -44
- package/dist/models/_user_billing_center.d.ts +60 -55
- package/dist/models/_user_login_historie.d.ts +60 -55
- package/dist/models/_vehicule_affected.d.ts +60 -55
- package/dist/routes/admin.d.ts +3146 -2888
- package/dist/routes/ops.d.ts +3544 -3265
- package/dist/routes/public.d.ts +168 -154
- package/dist/routes/user.d.ts +1828 -1681
- package/package.json +1 -1
|
@@ -97,7 +97,7 @@ export declare const ShippingDocumentSchema: z.ZodObject<{
|
|
|
97
97
|
color: string | null;
|
|
98
98
|
docBordereaux: string | null;
|
|
99
99
|
docAccompagnement: string | null;
|
|
100
|
-
category: "
|
|
100
|
+
category: "course" | "all" | "import" | "export";
|
|
101
101
|
typeExpedition: "expedition" | "course";
|
|
102
102
|
driverId: number;
|
|
103
103
|
typeDeRoue: string | null;
|
|
@@ -146,7 +146,7 @@ export declare const ShippingDocumentSchema: z.ZodObject<{
|
|
|
146
146
|
color: string | null;
|
|
147
147
|
docBordereaux: string | null;
|
|
148
148
|
docAccompagnement: string | null;
|
|
149
|
-
category: "
|
|
149
|
+
category: "course" | "all" | "import" | "export";
|
|
150
150
|
typeExpedition: "expedition" | "course";
|
|
151
151
|
driverId: number;
|
|
152
152
|
typeDeRoue: string | null;
|
|
@@ -191,7 +191,7 @@ export declare const ShippingDocumentSchema: z.ZodObject<{
|
|
|
191
191
|
civility: z.ZodString;
|
|
192
192
|
numCodeOne: z.ZodString;
|
|
193
193
|
numCodeTwo: z.ZodString;
|
|
194
|
-
|
|
194
|
+
isShowCalculatrice: z.ZodBoolean;
|
|
195
195
|
expedition: z.ZodBoolean;
|
|
196
196
|
physicCompany: z.ZodString;
|
|
197
197
|
isParis: z.ZodBoolean;
|
|
@@ -207,22 +207,23 @@ export declare const ShippingDocumentSchema: z.ZodObject<{
|
|
|
207
207
|
carnetAddress: z.ZodString;
|
|
208
208
|
expeditionsCarnet: z.ZodString;
|
|
209
209
|
accessArchive: z.ZodString;
|
|
210
|
-
|
|
211
|
-
|
|
210
|
+
isShowImportMenu: z.ZodBoolean;
|
|
211
|
+
isShowExportMenu: z.ZodBoolean;
|
|
212
|
+
isShowCourseMenu: z.ZodBoolean;
|
|
212
213
|
twoRoues: z.ZodBoolean;
|
|
213
214
|
vt: z.ZodBoolean;
|
|
214
215
|
lesTwo: z.ZodBoolean;
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
216
|
+
isMiniTracking: z.ZodBoolean;
|
|
217
|
+
isFullTracking: z.ZodBoolean;
|
|
218
|
+
isShareCourseAndExpedition: z.ZodBoolean;
|
|
219
|
+
isShareCarnetAdresse: z.ZodBoolean;
|
|
220
|
+
isShareCarnetAdresseAndExpedition: z.ZodBoolean;
|
|
221
|
+
isAccessAuxArchives: z.ZodBoolean;
|
|
222
|
+
isShowInfo: z.ZodBoolean;
|
|
222
223
|
photo: z.ZodNullable<z.ZodString>;
|
|
223
224
|
entreprisePhysique: z.ZodString;
|
|
224
225
|
isAdminChauffeur: z.ZodBoolean;
|
|
225
|
-
|
|
226
|
+
isShowTracking: z.ZodBoolean;
|
|
226
227
|
isClientTransitaire: z.ZodBoolean;
|
|
227
228
|
customerId: z.ZodNumber;
|
|
228
229
|
vehiculeId: z.ZodNumber;
|
|
@@ -634,7 +635,7 @@ export declare const ShippingDocumentSchema: z.ZodObject<{
|
|
|
634
635
|
roles: string[];
|
|
635
636
|
isOpsAdmin: boolean;
|
|
636
637
|
civility: string;
|
|
637
|
-
|
|
638
|
+
isShowCalculatrice: boolean;
|
|
638
639
|
expedition: boolean;
|
|
639
640
|
physicCompany: string;
|
|
640
641
|
menus: string;
|
|
@@ -647,22 +648,23 @@ export declare const ShippingDocumentSchema: z.ZodObject<{
|
|
|
647
648
|
carnetAddress: string;
|
|
648
649
|
expeditionsCarnet: string;
|
|
649
650
|
accessArchive: string;
|
|
650
|
-
|
|
651
|
-
|
|
651
|
+
isShowImportMenu: boolean;
|
|
652
|
+
isShowExportMenu: boolean;
|
|
653
|
+
isShowCourseMenu: boolean;
|
|
652
654
|
twoRoues: boolean;
|
|
653
655
|
vt: boolean;
|
|
654
656
|
lesTwo: boolean;
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
657
|
+
isMiniTracking: boolean;
|
|
658
|
+
isFullTracking: boolean;
|
|
659
|
+
isShareCourseAndExpedition: boolean;
|
|
660
|
+
isShareCarnetAdresse: boolean;
|
|
661
|
+
isShareCarnetAdresseAndExpedition: boolean;
|
|
662
|
+
isAccessAuxArchives: boolean;
|
|
663
|
+
isShowInfo: boolean;
|
|
662
664
|
photo: string | null;
|
|
663
665
|
entreprisePhysique: string;
|
|
664
666
|
isAdminChauffeur: boolean;
|
|
665
|
-
|
|
667
|
+
isShowTracking: boolean;
|
|
666
668
|
isClientTransitaire: boolean;
|
|
667
669
|
vehiculeId: number;
|
|
668
670
|
salaryId: number;
|
|
@@ -813,7 +815,7 @@ export declare const ShippingDocumentSchema: z.ZodObject<{
|
|
|
813
815
|
roles: string[];
|
|
814
816
|
isOpsAdmin: boolean;
|
|
815
817
|
civility: string;
|
|
816
|
-
|
|
818
|
+
isShowCalculatrice: boolean;
|
|
817
819
|
expedition: boolean;
|
|
818
820
|
physicCompany: string;
|
|
819
821
|
menus: string;
|
|
@@ -826,22 +828,23 @@ export declare const ShippingDocumentSchema: z.ZodObject<{
|
|
|
826
828
|
carnetAddress: string;
|
|
827
829
|
expeditionsCarnet: string;
|
|
828
830
|
accessArchive: string;
|
|
829
|
-
|
|
830
|
-
|
|
831
|
+
isShowImportMenu: boolean;
|
|
832
|
+
isShowExportMenu: boolean;
|
|
833
|
+
isShowCourseMenu: boolean;
|
|
831
834
|
twoRoues: boolean;
|
|
832
835
|
vt: boolean;
|
|
833
836
|
lesTwo: boolean;
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
837
|
+
isMiniTracking: boolean;
|
|
838
|
+
isFullTracking: boolean;
|
|
839
|
+
isShareCourseAndExpedition: boolean;
|
|
840
|
+
isShareCarnetAdresse: boolean;
|
|
841
|
+
isShareCarnetAdresseAndExpedition: boolean;
|
|
842
|
+
isAccessAuxArchives: boolean;
|
|
843
|
+
isShowInfo: boolean;
|
|
841
844
|
photo: string | null;
|
|
842
845
|
entreprisePhysique: string;
|
|
843
846
|
isAdminChauffeur: boolean;
|
|
844
|
-
|
|
847
|
+
isShowTracking: boolean;
|
|
845
848
|
isClientTransitaire: boolean;
|
|
846
849
|
vehiculeId: number;
|
|
847
850
|
salaryId: number;
|
|
@@ -1002,7 +1005,7 @@ export declare const ShippingDocumentSchema: z.ZodObject<{
|
|
|
1002
1005
|
roles: string[];
|
|
1003
1006
|
isOpsAdmin: boolean;
|
|
1004
1007
|
civility: string;
|
|
1005
|
-
|
|
1008
|
+
isShowCalculatrice: boolean;
|
|
1006
1009
|
expedition: boolean;
|
|
1007
1010
|
physicCompany: string;
|
|
1008
1011
|
menus: string;
|
|
@@ -1015,22 +1018,23 @@ export declare const ShippingDocumentSchema: z.ZodObject<{
|
|
|
1015
1018
|
carnetAddress: string;
|
|
1016
1019
|
expeditionsCarnet: string;
|
|
1017
1020
|
accessArchive: string;
|
|
1018
|
-
|
|
1019
|
-
|
|
1021
|
+
isShowImportMenu: boolean;
|
|
1022
|
+
isShowExportMenu: boolean;
|
|
1023
|
+
isShowCourseMenu: boolean;
|
|
1020
1024
|
twoRoues: boolean;
|
|
1021
1025
|
vt: boolean;
|
|
1022
1026
|
lesTwo: boolean;
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1027
|
+
isMiniTracking: boolean;
|
|
1028
|
+
isFullTracking: boolean;
|
|
1029
|
+
isShareCourseAndExpedition: boolean;
|
|
1030
|
+
isShareCarnetAdresse: boolean;
|
|
1031
|
+
isShareCarnetAdresseAndExpedition: boolean;
|
|
1032
|
+
isAccessAuxArchives: boolean;
|
|
1033
|
+
isShowInfo: boolean;
|
|
1030
1034
|
photo: string | null;
|
|
1031
1035
|
entreprisePhysique: string;
|
|
1032
1036
|
isAdminChauffeur: boolean;
|
|
1033
|
-
|
|
1037
|
+
isShowTracking: boolean;
|
|
1034
1038
|
isClientTransitaire: boolean;
|
|
1035
1039
|
vehiculeId: number;
|
|
1036
1040
|
salaryId: number;
|
|
@@ -1183,7 +1187,7 @@ export declare const ShippingDocumentSchema: z.ZodObject<{
|
|
|
1183
1187
|
color: string | null;
|
|
1184
1188
|
docBordereaux: string | null;
|
|
1185
1189
|
docAccompagnement: string | null;
|
|
1186
|
-
category: "
|
|
1190
|
+
category: "course" | "all" | "import" | "export";
|
|
1187
1191
|
typeExpedition: "expedition" | "course";
|
|
1188
1192
|
driverId: number;
|
|
1189
1193
|
typeDeRoue: string | null;
|
|
@@ -1241,7 +1245,7 @@ export declare const ShippingDocumentSchema: z.ZodObject<{
|
|
|
1241
1245
|
roles: string[];
|
|
1242
1246
|
isOpsAdmin: boolean;
|
|
1243
1247
|
civility: string;
|
|
1244
|
-
|
|
1248
|
+
isShowCalculatrice: boolean;
|
|
1245
1249
|
expedition: boolean;
|
|
1246
1250
|
physicCompany: string;
|
|
1247
1251
|
menus: string;
|
|
@@ -1254,22 +1258,23 @@ export declare const ShippingDocumentSchema: z.ZodObject<{
|
|
|
1254
1258
|
carnetAddress: string;
|
|
1255
1259
|
expeditionsCarnet: string;
|
|
1256
1260
|
accessArchive: string;
|
|
1257
|
-
|
|
1258
|
-
|
|
1261
|
+
isShowImportMenu: boolean;
|
|
1262
|
+
isShowExportMenu: boolean;
|
|
1263
|
+
isShowCourseMenu: boolean;
|
|
1259
1264
|
twoRoues: boolean;
|
|
1260
1265
|
vt: boolean;
|
|
1261
1266
|
lesTwo: boolean;
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1267
|
+
isMiniTracking: boolean;
|
|
1268
|
+
isFullTracking: boolean;
|
|
1269
|
+
isShareCourseAndExpedition: boolean;
|
|
1270
|
+
isShareCarnetAdresse: boolean;
|
|
1271
|
+
isShareCarnetAdresseAndExpedition: boolean;
|
|
1272
|
+
isAccessAuxArchives: boolean;
|
|
1273
|
+
isShowInfo: boolean;
|
|
1269
1274
|
photo: string | null;
|
|
1270
1275
|
entreprisePhysique: string;
|
|
1271
1276
|
isAdminChauffeur: boolean;
|
|
1272
|
-
|
|
1277
|
+
isShowTracking: boolean;
|
|
1273
1278
|
isClientTransitaire: boolean;
|
|
1274
1279
|
vehiculeId: number;
|
|
1275
1280
|
salaryId: number;
|
|
@@ -1422,7 +1427,7 @@ export declare const ShippingDocumentSchema: z.ZodObject<{
|
|
|
1422
1427
|
color: string | null;
|
|
1423
1428
|
docBordereaux: string | null;
|
|
1424
1429
|
docAccompagnement: string | null;
|
|
1425
|
-
category: "
|
|
1430
|
+
category: "course" | "all" | "import" | "export";
|
|
1426
1431
|
typeExpedition: "expedition" | "course";
|
|
1427
1432
|
driverId: number;
|
|
1428
1433
|
typeDeRoue: string | null;
|
|
@@ -101,7 +101,7 @@ export declare const ShippingEmballageSchema: z.ZodObject<{
|
|
|
101
101
|
color: string | null;
|
|
102
102
|
docBordereaux: string | null;
|
|
103
103
|
docAccompagnement: string | null;
|
|
104
|
-
category: "
|
|
104
|
+
category: "course" | "all" | "import" | "export";
|
|
105
105
|
typeExpedition: "expedition" | "course";
|
|
106
106
|
driverId: number;
|
|
107
107
|
typeDeRoue: string | null;
|
|
@@ -150,7 +150,7 @@ export declare const ShippingEmballageSchema: z.ZodObject<{
|
|
|
150
150
|
color: string | null;
|
|
151
151
|
docBordereaux: string | null;
|
|
152
152
|
docAccompagnement: string | null;
|
|
153
|
-
category: "
|
|
153
|
+
category: "course" | "all" | "import" | "export";
|
|
154
154
|
typeExpedition: "expedition" | "course";
|
|
155
155
|
driverId: number;
|
|
156
156
|
typeDeRoue: string | null;
|
|
@@ -339,7 +339,7 @@ export declare const ShippingEmballageSchema: z.ZodObject<{
|
|
|
339
339
|
color: string | null;
|
|
340
340
|
docBordereaux: string | null;
|
|
341
341
|
docAccompagnement: string | null;
|
|
342
|
-
category: "
|
|
342
|
+
category: "course" | "all" | "import" | "export";
|
|
343
343
|
typeExpedition: "expedition" | "course";
|
|
344
344
|
driverId: number;
|
|
345
345
|
typeDeRoue: string | null;
|
|
@@ -442,7 +442,7 @@ export declare const ShippingEmballageSchema: z.ZodObject<{
|
|
|
442
442
|
color: string | null;
|
|
443
443
|
docBordereaux: string | null;
|
|
444
444
|
docAccompagnement: string | null;
|
|
445
|
-
category: "
|
|
445
|
+
category: "course" | "all" | "import" | "export";
|
|
446
446
|
typeExpedition: "expedition" | "course";
|
|
447
447
|
driverId: number;
|
|
448
448
|
typeDeRoue: string | null;
|
|
@@ -164,7 +164,7 @@ export declare const ShippingManifestSchema: z.ZodObject<{
|
|
|
164
164
|
color: string | null;
|
|
165
165
|
docBordereaux: string | null;
|
|
166
166
|
docAccompagnement: string | null;
|
|
167
|
-
category: "
|
|
167
|
+
category: "course" | "all" | "import" | "export";
|
|
168
168
|
typeExpedition: "expedition" | "course";
|
|
169
169
|
driverId: number;
|
|
170
170
|
typeDeRoue: string | null;
|
|
@@ -213,7 +213,7 @@ export declare const ShippingManifestSchema: z.ZodObject<{
|
|
|
213
213
|
color: string | null;
|
|
214
214
|
docBordereaux: string | null;
|
|
215
215
|
docAccompagnement: string | null;
|
|
216
|
-
category: "
|
|
216
|
+
category: "course" | "all" | "import" | "export";
|
|
217
217
|
typeExpedition: "expedition" | "course";
|
|
218
218
|
driverId: number;
|
|
219
219
|
typeDeRoue: string | null;
|
|
@@ -269,7 +269,7 @@ export declare const ShippingManifestSchema: z.ZodObject<{
|
|
|
269
269
|
color: string | null;
|
|
270
270
|
docBordereaux: string | null;
|
|
271
271
|
docAccompagnement: string | null;
|
|
272
|
-
category: "
|
|
272
|
+
category: "course" | "all" | "import" | "export";
|
|
273
273
|
typeExpedition: "expedition" | "course";
|
|
274
274
|
driverId: number;
|
|
275
275
|
typeDeRoue: string | null;
|
|
@@ -349,7 +349,7 @@ export declare const ShippingManifestSchema: z.ZodObject<{
|
|
|
349
349
|
color: string | null;
|
|
350
350
|
docBordereaux: string | null;
|
|
351
351
|
docAccompagnement: string | null;
|
|
352
|
-
category: "
|
|
352
|
+
category: "course" | "all" | "import" | "export";
|
|
353
353
|
typeExpedition: "expedition" | "course";
|
|
354
354
|
driverId: number;
|
|
355
355
|
typeDeRoue: string | null;
|
|
@@ -110,7 +110,7 @@ export declare const ShippingPackageSchema: z.ZodObject<{
|
|
|
110
110
|
color: string | null;
|
|
111
111
|
docBordereaux: string | null;
|
|
112
112
|
docAccompagnement: string | null;
|
|
113
|
-
category: "
|
|
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 ShippingPackageSchema: z.ZodObject<{
|
|
|
159
159
|
color: string | null;
|
|
160
160
|
docBordereaux: string | null;
|
|
161
161
|
docAccompagnement: string | null;
|
|
162
|
-
category: "
|
|
162
|
+
category: "course" | "all" | "import" | "export";
|
|
163
163
|
typeExpedition: "expedition" | "course";
|
|
164
164
|
driverId: number;
|
|
165
165
|
typeDeRoue: string | null;
|
|
@@ -231,7 +231,7 @@ export declare const ShippingPackageSchema: z.ZodObject<{
|
|
|
231
231
|
color: string | null;
|
|
232
232
|
docBordereaux: string | null;
|
|
233
233
|
docAccompagnement: string | null;
|
|
234
|
-
category: "
|
|
234
|
+
category: "course" | "all" | "import" | "export";
|
|
235
235
|
typeExpedition: "expedition" | "course";
|
|
236
236
|
driverId: number;
|
|
237
237
|
typeDeRoue: string | null;
|
|
@@ -303,7 +303,7 @@ export declare const ShippingPackageSchema: z.ZodObject<{
|
|
|
303
303
|
color: string | null;
|
|
304
304
|
docBordereaux: string | null;
|
|
305
305
|
docAccompagnement: string | null;
|
|
306
|
-
category: "
|
|
306
|
+
category: "course" | "all" | "import" | "export";
|
|
307
307
|
typeExpedition: "expedition" | "course";
|
|
308
308
|
driverId: number;
|
|
309
309
|
typeDeRoue: string | null;
|
|
@@ -98,7 +98,7 @@ export declare const ShippingPodSchema: z.ZodObject<{
|
|
|
98
98
|
color: string | null;
|
|
99
99
|
docBordereaux: string | null;
|
|
100
100
|
docAccompagnement: string | null;
|
|
101
|
-
category: "
|
|
101
|
+
category: "course" | "all" | "import" | "export";
|
|
102
102
|
typeExpedition: "expedition" | "course";
|
|
103
103
|
driverId: number;
|
|
104
104
|
typeDeRoue: string | null;
|
|
@@ -147,7 +147,7 @@ export declare const ShippingPodSchema: z.ZodObject<{
|
|
|
147
147
|
color: string | null;
|
|
148
148
|
docBordereaux: string | null;
|
|
149
149
|
docAccompagnement: string | null;
|
|
150
|
-
category: "
|
|
150
|
+
category: "course" | "all" | "import" | "export";
|
|
151
151
|
typeExpedition: "expedition" | "course";
|
|
152
152
|
driverId: number;
|
|
153
153
|
typeDeRoue: string | null;
|
|
@@ -207,7 +207,7 @@ export declare const ShippingPodSchema: z.ZodObject<{
|
|
|
207
207
|
color: string | null;
|
|
208
208
|
docBordereaux: string | null;
|
|
209
209
|
docAccompagnement: string | null;
|
|
210
|
-
category: "
|
|
210
|
+
category: "course" | "all" | "import" | "export";
|
|
211
211
|
typeExpedition: "expedition" | "course";
|
|
212
212
|
driverId: number;
|
|
213
213
|
typeDeRoue: string | null;
|
|
@@ -267,7 +267,7 @@ export declare const ShippingPodSchema: z.ZodObject<{
|
|
|
267
267
|
color: string | null;
|
|
268
268
|
docBordereaux: string | null;
|
|
269
269
|
docAccompagnement: string | null;
|
|
270
|
-
category: "
|
|
270
|
+
category: "course" | "all" | "import" | "export";
|
|
271
271
|
typeExpedition: "expedition" | "course";
|
|
272
272
|
driverId: number;
|
|
273
273
|
typeDeRoue: string | null;
|
|
@@ -100,7 +100,7 @@ export declare const ShippingProformaSchema: z.ZodObject<{
|
|
|
100
100
|
color: string | null;
|
|
101
101
|
docBordereaux: string | null;
|
|
102
102
|
docAccompagnement: string | null;
|
|
103
|
-
category: "
|
|
103
|
+
category: "course" | "all" | "import" | "export";
|
|
104
104
|
typeExpedition: "expedition" | "course";
|
|
105
105
|
driverId: number;
|
|
106
106
|
typeDeRoue: string | null;
|
|
@@ -149,7 +149,7 @@ export declare const ShippingProformaSchema: z.ZodObject<{
|
|
|
149
149
|
color: string | null;
|
|
150
150
|
docBordereaux: string | null;
|
|
151
151
|
docAccompagnement: string | null;
|
|
152
|
-
category: "
|
|
152
|
+
category: "course" | "all" | "import" | "export";
|
|
153
153
|
typeExpedition: "expedition" | "course";
|
|
154
154
|
driverId: number;
|
|
155
155
|
typeDeRoue: string | null;
|
|
@@ -211,7 +211,7 @@ export declare const ShippingProformaSchema: z.ZodObject<{
|
|
|
211
211
|
color: string | null;
|
|
212
212
|
docBordereaux: string | null;
|
|
213
213
|
docAccompagnement: string | null;
|
|
214
|
-
category: "
|
|
214
|
+
category: "course" | "all" | "import" | "export";
|
|
215
215
|
typeExpedition: "expedition" | "course";
|
|
216
216
|
driverId: number;
|
|
217
217
|
typeDeRoue: string | null;
|
|
@@ -273,7 +273,7 @@ export declare const ShippingProformaSchema: z.ZodObject<{
|
|
|
273
273
|
color: string | null;
|
|
274
274
|
docBordereaux: string | null;
|
|
275
275
|
docAccompagnement: string | null;
|
|
276
|
-
category: "
|
|
276
|
+
category: "course" | "all" | "import" | "export";
|
|
277
277
|
typeExpedition: "expedition" | "course";
|
|
278
278
|
driverId: number;
|
|
279
279
|
typeDeRoue: string | null;
|
|
@@ -112,7 +112,7 @@ export declare const ShippingProformaLineSchema: z.ZodObject<{
|
|
|
112
112
|
color: string | null;
|
|
113
113
|
docBordereaux: string | null;
|
|
114
114
|
docAccompagnement: string | null;
|
|
115
|
-
category: "
|
|
115
|
+
category: "course" | "all" | "import" | "export";
|
|
116
116
|
typeExpedition: "expedition" | "course";
|
|
117
117
|
driverId: number;
|
|
118
118
|
typeDeRoue: string | null;
|
|
@@ -161,7 +161,7 @@ export declare const ShippingProformaLineSchema: z.ZodObject<{
|
|
|
161
161
|
color: string | null;
|
|
162
162
|
docBordereaux: string | null;
|
|
163
163
|
docAccompagnement: string | null;
|
|
164
|
-
category: "
|
|
164
|
+
category: "course" | "all" | "import" | "export";
|
|
165
165
|
typeExpedition: "expedition" | "course";
|
|
166
166
|
driverId: number;
|
|
167
167
|
typeDeRoue: string | null;
|
|
@@ -223,7 +223,7 @@ export declare const ShippingProformaLineSchema: z.ZodObject<{
|
|
|
223
223
|
color: string | null;
|
|
224
224
|
docBordereaux: string | null;
|
|
225
225
|
docAccompagnement: string | null;
|
|
226
|
-
category: "
|
|
226
|
+
category: "course" | "all" | "import" | "export";
|
|
227
227
|
typeExpedition: "expedition" | "course";
|
|
228
228
|
driverId: number;
|
|
229
229
|
typeDeRoue: string | null;
|
|
@@ -285,7 +285,7 @@ export declare const ShippingProformaLineSchema: z.ZodObject<{
|
|
|
285
285
|
color: string | null;
|
|
286
286
|
docBordereaux: string | null;
|
|
287
287
|
docAccompagnement: string | null;
|
|
288
|
-
category: "
|
|
288
|
+
category: "course" | "all" | "import" | "export";
|
|
289
289
|
typeExpedition: "expedition" | "course";
|
|
290
290
|
driverId: number;
|
|
291
291
|
typeDeRoue: string | null;
|
|
@@ -360,7 +360,7 @@ export declare const ShippingProformaLineSchema: z.ZodObject<{
|
|
|
360
360
|
color: string | null;
|
|
361
361
|
docBordereaux: string | null;
|
|
362
362
|
docAccompagnement: string | null;
|
|
363
|
-
category: "
|
|
363
|
+
category: "course" | "all" | "import" | "export";
|
|
364
364
|
typeExpedition: "expedition" | "course";
|
|
365
365
|
driverId: number;
|
|
366
366
|
typeDeRoue: string | null;
|
|
@@ -435,7 +435,7 @@ export declare const ShippingProformaLineSchema: z.ZodObject<{
|
|
|
435
435
|
color: string | null;
|
|
436
436
|
docBordereaux: string | null;
|
|
437
437
|
docAccompagnement: string | null;
|
|
438
|
-
category: "
|
|
438
|
+
category: "course" | "all" | "import" | "export";
|
|
439
439
|
typeExpedition: "expedition" | "course";
|
|
440
440
|
driverId: number;
|
|
441
441
|
typeDeRoue: string | null;
|