exnet-routing 1.2.39 → 1.2.41
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/_billing_center.d.ts +0 -17
- package/dist/models/_billing_center.js +0 -4
- package/dist/models/_chat.d.ts +0 -28
- package/dist/models/_chat_message.d.ts +0 -14
- package/dist/models/_contact.d.ts +0 -7
- package/dist/models/_contact_visible.d.ts +0 -14
- package/dist/models/_customer.d.ts +0 -9
- package/dist/models/_customer.js +0 -3
- package/dist/models/_facture.d.ts +0 -12
- package/dist/models/_facture_line.d.ts +0 -16
- package/dist/models/_historique_action.d.ts +0 -7
- package/dist/models/_information_chauffeur.d.ts +0 -7
- package/dist/models/_information_importante.d.ts +0 -7
- package/dist/models/_livraison_chauffeur.d.ts +0 -7
- package/dist/models/_prise_de_poste.d.ts +0 -7
- package/dist/models/_ramassage_chauffeur.d.ts +0 -7
- package/dist/models/_shipping.d.ts +0 -5
- package/dist/models/_shipping_affected.d.ts +0 -7
- package/dist/models/_shipping_comment.d.ts +0 -7
- package/dist/models/_shipping_course.d.ts +0 -7
- package/dist/models/_shipping_document.d.ts +0 -7
- package/dist/models/_shipping_tracking.d.ts +0 -7
- package/dist/models/_tracking_visible.d.ts +0 -14
- package/dist/models/_user.d.ts +0 -5
- package/dist/models/_user_billing_center.d.ts +0 -19
- package/dist/models/_user_login_historie.d.ts +0 -7
- package/dist/models/_vehicule_affected.d.ts +0 -7
- package/dist/routes/admin.d.ts +0 -483
- package/dist/routes/ops.d.ts +0 -545
- package/dist/routes/public.d.ts +0 -18
- package/dist/routes/user.d.ts +0 -256
- package/package.json +1 -1
|
@@ -113,7 +113,6 @@ export declare const ShippingAffectedSchema: z.ZodObject<{
|
|
|
113
113
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
114
114
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
115
115
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
116
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
117
116
|
tva: z.ZodNullable<z.ZodString>;
|
|
118
117
|
isTrackingMail: z.ZodNullable<z.ZodBoolean>;
|
|
119
118
|
isBillingCenter: z.ZodBoolean;
|
|
@@ -185,7 +184,6 @@ export declare const ShippingAffectedSchema: z.ZodObject<{
|
|
|
185
184
|
emailOne: string | null;
|
|
186
185
|
emailTwo: string | null;
|
|
187
186
|
emailThree: string | null;
|
|
188
|
-
eori: string | null;
|
|
189
187
|
tva: string | null;
|
|
190
188
|
isTrackingMail: boolean | null;
|
|
191
189
|
isBillingCenter: boolean;
|
|
@@ -243,7 +241,6 @@ export declare const ShippingAffectedSchema: z.ZodObject<{
|
|
|
243
241
|
emailOne: string | null;
|
|
244
242
|
emailTwo: string | null;
|
|
245
243
|
emailThree: string | null;
|
|
246
|
-
eori: string | null;
|
|
247
244
|
tva: string | null;
|
|
248
245
|
isTrackingMail: boolean | null;
|
|
249
246
|
isBillingCenter: boolean;
|
|
@@ -556,7 +553,6 @@ export declare const ShippingAffectedSchema: z.ZodObject<{
|
|
|
556
553
|
emailOne: string | null;
|
|
557
554
|
emailTwo: string | null;
|
|
558
555
|
emailThree: string | null;
|
|
559
|
-
eori: string | null;
|
|
560
556
|
tva: string | null;
|
|
561
557
|
isTrackingMail: boolean | null;
|
|
562
558
|
isBillingCenter: boolean;
|
|
@@ -735,7 +731,6 @@ export declare const ShippingAffectedSchema: z.ZodObject<{
|
|
|
735
731
|
emailOne: string | null;
|
|
736
732
|
emailTwo: string | null;
|
|
737
733
|
emailThree: string | null;
|
|
738
|
-
eori: string | null;
|
|
739
734
|
tva: string | null;
|
|
740
735
|
isTrackingMail: boolean | null;
|
|
741
736
|
isBillingCenter: boolean;
|
|
@@ -1080,7 +1075,6 @@ export declare const ShippingAffectedSchema: z.ZodObject<{
|
|
|
1080
1075
|
emailOne: string | null;
|
|
1081
1076
|
emailTwo: string | null;
|
|
1082
1077
|
emailThree: string | null;
|
|
1083
|
-
eori: string | null;
|
|
1084
1078
|
tva: string | null;
|
|
1085
1079
|
isTrackingMail: boolean | null;
|
|
1086
1080
|
isBillingCenter: boolean;
|
|
@@ -1317,7 +1311,6 @@ export declare const ShippingAffectedSchema: z.ZodObject<{
|
|
|
1317
1311
|
emailOne: string | null;
|
|
1318
1312
|
emailTwo: string | null;
|
|
1319
1313
|
emailThree: string | null;
|
|
1320
|
-
eori: string | null;
|
|
1321
1314
|
tva: string | null;
|
|
1322
1315
|
isTrackingMail: boolean | null;
|
|
1323
1316
|
isBillingCenter: boolean;
|
|
@@ -114,7 +114,6 @@ export declare const ShippingCommentSchema: z.ZodObject<{
|
|
|
114
114
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
115
115
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
116
116
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
117
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
118
117
|
tva: z.ZodNullable<z.ZodString>;
|
|
119
118
|
isTrackingMail: z.ZodNullable<z.ZodBoolean>;
|
|
120
119
|
isBillingCenter: z.ZodBoolean;
|
|
@@ -186,7 +185,6 @@ export declare const ShippingCommentSchema: z.ZodObject<{
|
|
|
186
185
|
emailOne: string | null;
|
|
187
186
|
emailTwo: string | null;
|
|
188
187
|
emailThree: string | null;
|
|
189
|
-
eori: string | null;
|
|
190
188
|
tva: string | null;
|
|
191
189
|
isTrackingMail: boolean | null;
|
|
192
190
|
isBillingCenter: boolean;
|
|
@@ -244,7 +242,6 @@ export declare const ShippingCommentSchema: z.ZodObject<{
|
|
|
244
242
|
emailOne: string | null;
|
|
245
243
|
emailTwo: string | null;
|
|
246
244
|
emailThree: string | null;
|
|
247
|
-
eori: string | null;
|
|
248
245
|
tva: string | null;
|
|
249
246
|
isTrackingMail: boolean | null;
|
|
250
247
|
isBillingCenter: boolean;
|
|
@@ -557,7 +554,6 @@ export declare const ShippingCommentSchema: z.ZodObject<{
|
|
|
557
554
|
emailOne: string | null;
|
|
558
555
|
emailTwo: string | null;
|
|
559
556
|
emailThree: string | null;
|
|
560
|
-
eori: string | null;
|
|
561
557
|
tva: string | null;
|
|
562
558
|
isTrackingMail: boolean | null;
|
|
563
559
|
isBillingCenter: boolean;
|
|
@@ -736,7 +732,6 @@ export declare const ShippingCommentSchema: z.ZodObject<{
|
|
|
736
732
|
emailOne: string | null;
|
|
737
733
|
emailTwo: string | null;
|
|
738
734
|
emailThree: string | null;
|
|
739
|
-
eori: string | null;
|
|
740
735
|
tva: string | null;
|
|
741
736
|
isTrackingMail: boolean | null;
|
|
742
737
|
isBillingCenter: boolean;
|
|
@@ -1082,7 +1077,6 @@ export declare const ShippingCommentSchema: z.ZodObject<{
|
|
|
1082
1077
|
emailOne: string | null;
|
|
1083
1078
|
emailTwo: string | null;
|
|
1084
1079
|
emailThree: string | null;
|
|
1085
|
-
eori: string | null;
|
|
1086
1080
|
tva: string | null;
|
|
1087
1081
|
isTrackingMail: boolean | null;
|
|
1088
1082
|
isBillingCenter: boolean;
|
|
@@ -1320,7 +1314,6 @@ export declare const ShippingCommentSchema: z.ZodObject<{
|
|
|
1320
1314
|
emailOne: string | null;
|
|
1321
1315
|
emailTwo: string | null;
|
|
1322
1316
|
emailThree: string | null;
|
|
1323
|
-
eori: string | null;
|
|
1324
1317
|
tva: string | null;
|
|
1325
1318
|
isTrackingMail: boolean | null;
|
|
1326
1319
|
isBillingCenter: boolean;
|
|
@@ -120,7 +120,6 @@ export declare const ShippingCourseSchema: z.ZodObject<{
|
|
|
120
120
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
121
121
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
122
122
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
123
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
124
123
|
tva: z.ZodNullable<z.ZodString>;
|
|
125
124
|
isTrackingMail: z.ZodNullable<z.ZodBoolean>;
|
|
126
125
|
isBillingCenter: z.ZodBoolean;
|
|
@@ -192,7 +191,6 @@ export declare const ShippingCourseSchema: z.ZodObject<{
|
|
|
192
191
|
emailOne: string | null;
|
|
193
192
|
emailTwo: string | null;
|
|
194
193
|
emailThree: string | null;
|
|
195
|
-
eori: string | null;
|
|
196
194
|
tva: string | null;
|
|
197
195
|
isTrackingMail: boolean | null;
|
|
198
196
|
isBillingCenter: boolean;
|
|
@@ -250,7 +248,6 @@ export declare const ShippingCourseSchema: z.ZodObject<{
|
|
|
250
248
|
emailOne: string | null;
|
|
251
249
|
emailTwo: string | null;
|
|
252
250
|
emailThree: string | null;
|
|
253
|
-
eori: string | null;
|
|
254
251
|
tva: string | null;
|
|
255
252
|
isTrackingMail: boolean | null;
|
|
256
253
|
isBillingCenter: boolean;
|
|
@@ -563,7 +560,6 @@ export declare const ShippingCourseSchema: z.ZodObject<{
|
|
|
563
560
|
emailOne: string | null;
|
|
564
561
|
emailTwo: string | null;
|
|
565
562
|
emailThree: string | null;
|
|
566
|
-
eori: string | null;
|
|
567
563
|
tva: string | null;
|
|
568
564
|
isTrackingMail: boolean | null;
|
|
569
565
|
isBillingCenter: boolean;
|
|
@@ -742,7 +738,6 @@ export declare const ShippingCourseSchema: z.ZodObject<{
|
|
|
742
738
|
emailOne: string | null;
|
|
743
739
|
emailTwo: string | null;
|
|
744
740
|
emailThree: string | null;
|
|
745
|
-
eori: string | null;
|
|
746
741
|
tva: string | null;
|
|
747
742
|
isTrackingMail: boolean | null;
|
|
748
743
|
isBillingCenter: boolean;
|
|
@@ -1094,7 +1089,6 @@ export declare const ShippingCourseSchema: z.ZodObject<{
|
|
|
1094
1089
|
emailOne: string | null;
|
|
1095
1090
|
emailTwo: string | null;
|
|
1096
1091
|
emailThree: string | null;
|
|
1097
|
-
eori: string | null;
|
|
1098
1092
|
tva: string | null;
|
|
1099
1093
|
isTrackingMail: boolean | null;
|
|
1100
1094
|
isBillingCenter: boolean;
|
|
@@ -1338,7 +1332,6 @@ export declare const ShippingCourseSchema: z.ZodObject<{
|
|
|
1338
1332
|
emailOne: string | null;
|
|
1339
1333
|
emailTwo: string | null;
|
|
1340
1334
|
emailThree: string | null;
|
|
1341
|
-
eori: string | null;
|
|
1342
1335
|
tva: string | null;
|
|
1343
1336
|
isTrackingMail: boolean | null;
|
|
1344
1337
|
isBillingCenter: boolean;
|
|
@@ -275,7 +275,6 @@ export declare const ShippingDocumentSchema: z.ZodObject<{
|
|
|
275
275
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
276
276
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
277
277
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
278
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
279
278
|
tva: z.ZodNullable<z.ZodString>;
|
|
280
279
|
isTrackingMail: z.ZodNullable<z.ZodBoolean>;
|
|
281
280
|
isBillingCenter: z.ZodBoolean;
|
|
@@ -347,7 +346,6 @@ export declare const ShippingDocumentSchema: z.ZodObject<{
|
|
|
347
346
|
emailOne: string | null;
|
|
348
347
|
emailTwo: string | null;
|
|
349
348
|
emailThree: string | null;
|
|
350
|
-
eori: string | null;
|
|
351
349
|
tva: string | null;
|
|
352
350
|
isTrackingMail: boolean | null;
|
|
353
351
|
isBillingCenter: boolean;
|
|
@@ -405,7 +403,6 @@ export declare const ShippingDocumentSchema: z.ZodObject<{
|
|
|
405
403
|
emailOne: string | null;
|
|
406
404
|
emailTwo: string | null;
|
|
407
405
|
emailThree: string | null;
|
|
408
|
-
eori: string | null;
|
|
409
406
|
tva: string | null;
|
|
410
407
|
isTrackingMail: boolean | null;
|
|
411
408
|
isBillingCenter: boolean;
|
|
@@ -718,7 +715,6 @@ export declare const ShippingDocumentSchema: z.ZodObject<{
|
|
|
718
715
|
emailOne: string | null;
|
|
719
716
|
emailTwo: string | null;
|
|
720
717
|
emailThree: string | null;
|
|
721
|
-
eori: string | null;
|
|
722
718
|
tva: string | null;
|
|
723
719
|
isTrackingMail: boolean | null;
|
|
724
720
|
isBillingCenter: boolean;
|
|
@@ -897,7 +893,6 @@ export declare const ShippingDocumentSchema: z.ZodObject<{
|
|
|
897
893
|
emailOne: string | null;
|
|
898
894
|
emailTwo: string | null;
|
|
899
895
|
emailThree: string | null;
|
|
900
|
-
eori: string | null;
|
|
901
896
|
tva: string | null;
|
|
902
897
|
isTrackingMail: boolean | null;
|
|
903
898
|
isBillingCenter: boolean;
|
|
@@ -1086,7 +1081,6 @@ export declare const ShippingDocumentSchema: z.ZodObject<{
|
|
|
1086
1081
|
emailOne: string | null;
|
|
1087
1082
|
emailTwo: string | null;
|
|
1088
1083
|
emailThree: string | null;
|
|
1089
|
-
eori: string | null;
|
|
1090
1084
|
tva: string | null;
|
|
1091
1085
|
isTrackingMail: boolean | null;
|
|
1092
1086
|
isBillingCenter: boolean;
|
|
@@ -1326,7 +1320,6 @@ export declare const ShippingDocumentSchema: z.ZodObject<{
|
|
|
1326
1320
|
emailOne: string | null;
|
|
1327
1321
|
emailTwo: string | null;
|
|
1328
1322
|
emailThree: string | null;
|
|
1329
|
-
eori: string | null;
|
|
1330
1323
|
tva: string | null;
|
|
1331
1324
|
isTrackingMail: boolean | null;
|
|
1332
1325
|
isBillingCenter: boolean;
|
|
@@ -130,7 +130,6 @@ export declare const ShippingTrackingSchema: z.ZodObject<{
|
|
|
130
130
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
131
131
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
132
132
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
133
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
134
133
|
tva: z.ZodNullable<z.ZodString>;
|
|
135
134
|
isTrackingMail: z.ZodNullable<z.ZodBoolean>;
|
|
136
135
|
isBillingCenter: z.ZodBoolean;
|
|
@@ -202,7 +201,6 @@ export declare const ShippingTrackingSchema: z.ZodObject<{
|
|
|
202
201
|
emailOne: string | null;
|
|
203
202
|
emailTwo: string | null;
|
|
204
203
|
emailThree: string | null;
|
|
205
|
-
eori: string | null;
|
|
206
204
|
tva: string | null;
|
|
207
205
|
isTrackingMail: boolean | null;
|
|
208
206
|
isBillingCenter: boolean;
|
|
@@ -260,7 +258,6 @@ export declare const ShippingTrackingSchema: z.ZodObject<{
|
|
|
260
258
|
emailOne: string | null;
|
|
261
259
|
emailTwo: string | null;
|
|
262
260
|
emailThree: string | null;
|
|
263
|
-
eori: string | null;
|
|
264
261
|
tva: string | null;
|
|
265
262
|
isTrackingMail: boolean | null;
|
|
266
263
|
isBillingCenter: boolean;
|
|
@@ -573,7 +570,6 @@ export declare const ShippingTrackingSchema: z.ZodObject<{
|
|
|
573
570
|
emailOne: string | null;
|
|
574
571
|
emailTwo: string | null;
|
|
575
572
|
emailThree: string | null;
|
|
576
|
-
eori: string | null;
|
|
577
573
|
tva: string | null;
|
|
578
574
|
isTrackingMail: boolean | null;
|
|
579
575
|
isBillingCenter: boolean;
|
|
@@ -752,7 +748,6 @@ export declare const ShippingTrackingSchema: z.ZodObject<{
|
|
|
752
748
|
emailOne: string | null;
|
|
753
749
|
emailTwo: string | null;
|
|
754
750
|
emailThree: string | null;
|
|
755
|
-
eori: string | null;
|
|
756
751
|
tva: string | null;
|
|
757
752
|
isTrackingMail: boolean | null;
|
|
758
753
|
isBillingCenter: boolean;
|
|
@@ -1113,7 +1108,6 @@ export declare const ShippingTrackingSchema: z.ZodObject<{
|
|
|
1113
1108
|
emailOne: string | null;
|
|
1114
1109
|
emailTwo: string | null;
|
|
1115
1110
|
emailThree: string | null;
|
|
1116
|
-
eori: string | null;
|
|
1117
1111
|
tva: string | null;
|
|
1118
1112
|
isTrackingMail: boolean | null;
|
|
1119
1113
|
isBillingCenter: boolean;
|
|
@@ -1367,7 +1361,6 @@ export declare const ShippingTrackingSchema: z.ZodObject<{
|
|
|
1367
1361
|
emailOne: string | null;
|
|
1368
1362
|
emailTwo: string | null;
|
|
1369
1363
|
emailThree: string | null;
|
|
1370
|
-
eori: string | null;
|
|
1371
1364
|
tva: string | null;
|
|
1372
1365
|
isTrackingMail: boolean | null;
|
|
1373
1366
|
isBillingCenter: boolean;
|
|
@@ -113,7 +113,6 @@ export declare const TrackingVisibleSchema: z.ZodObject<{
|
|
|
113
113
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
114
114
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
115
115
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
116
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
117
116
|
tva: z.ZodNullable<z.ZodString>;
|
|
118
117
|
isTrackingMail: z.ZodNullable<z.ZodBoolean>;
|
|
119
118
|
isBillingCenter: z.ZodBoolean;
|
|
@@ -185,7 +184,6 @@ export declare const TrackingVisibleSchema: z.ZodObject<{
|
|
|
185
184
|
emailOne: string | null;
|
|
186
185
|
emailTwo: string | null;
|
|
187
186
|
emailThree: string | null;
|
|
188
|
-
eori: string | null;
|
|
189
187
|
tva: string | null;
|
|
190
188
|
isTrackingMail: boolean | null;
|
|
191
189
|
isBillingCenter: boolean;
|
|
@@ -243,7 +241,6 @@ export declare const TrackingVisibleSchema: z.ZodObject<{
|
|
|
243
241
|
emailOne: string | null;
|
|
244
242
|
emailTwo: string | null;
|
|
245
243
|
emailThree: string | null;
|
|
246
|
-
eori: string | null;
|
|
247
244
|
tva: string | null;
|
|
248
245
|
isTrackingMail: boolean | null;
|
|
249
246
|
isBillingCenter: boolean;
|
|
@@ -556,7 +553,6 @@ export declare const TrackingVisibleSchema: z.ZodObject<{
|
|
|
556
553
|
emailOne: string | null;
|
|
557
554
|
emailTwo: string | null;
|
|
558
555
|
emailThree: string | null;
|
|
559
|
-
eori: string | null;
|
|
560
556
|
tva: string | null;
|
|
561
557
|
isTrackingMail: boolean | null;
|
|
562
558
|
isBillingCenter: boolean;
|
|
@@ -735,7 +731,6 @@ export declare const TrackingVisibleSchema: z.ZodObject<{
|
|
|
735
731
|
emailOne: string | null;
|
|
736
732
|
emailTwo: string | null;
|
|
737
733
|
emailThree: string | null;
|
|
738
|
-
eori: string | null;
|
|
739
734
|
tva: string | null;
|
|
740
735
|
isTrackingMail: boolean | null;
|
|
741
736
|
isBillingCenter: boolean;
|
|
@@ -907,7 +902,6 @@ export declare const TrackingVisibleSchema: z.ZodObject<{
|
|
|
907
902
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
908
903
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
909
904
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
910
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
911
905
|
tva: z.ZodNullable<z.ZodString>;
|
|
912
906
|
isTrackingMail: z.ZodNullable<z.ZodBoolean>;
|
|
913
907
|
isBillingCenter: z.ZodBoolean;
|
|
@@ -979,7 +973,6 @@ export declare const TrackingVisibleSchema: z.ZodObject<{
|
|
|
979
973
|
emailOne: string | null;
|
|
980
974
|
emailTwo: string | null;
|
|
981
975
|
emailThree: string | null;
|
|
982
|
-
eori: string | null;
|
|
983
976
|
tva: string | null;
|
|
984
977
|
isTrackingMail: boolean | null;
|
|
985
978
|
isBillingCenter: boolean;
|
|
@@ -1037,7 +1030,6 @@ export declare const TrackingVisibleSchema: z.ZodObject<{
|
|
|
1037
1030
|
emailOne: string | null;
|
|
1038
1031
|
emailTwo: string | null;
|
|
1039
1032
|
emailThree: string | null;
|
|
1040
|
-
eori: string | null;
|
|
1041
1033
|
tva: string | null;
|
|
1042
1034
|
isTrackingMail: boolean | null;
|
|
1043
1035
|
isBillingCenter: boolean;
|
|
@@ -1350,7 +1342,6 @@ export declare const TrackingVisibleSchema: z.ZodObject<{
|
|
|
1350
1342
|
emailOne: string | null;
|
|
1351
1343
|
emailTwo: string | null;
|
|
1352
1344
|
emailThree: string | null;
|
|
1353
|
-
eori: string | null;
|
|
1354
1345
|
tva: string | null;
|
|
1355
1346
|
isTrackingMail: boolean | null;
|
|
1356
1347
|
isBillingCenter: boolean;
|
|
@@ -1529,7 +1520,6 @@ export declare const TrackingVisibleSchema: z.ZodObject<{
|
|
|
1529
1520
|
emailOne: string | null;
|
|
1530
1521
|
emailTwo: string | null;
|
|
1531
1522
|
emailThree: string | null;
|
|
1532
|
-
eori: string | null;
|
|
1533
1523
|
tva: string | null;
|
|
1534
1524
|
isTrackingMail: boolean | null;
|
|
1535
1525
|
isBillingCenter: boolean;
|
|
@@ -1715,7 +1705,6 @@ export declare const TrackingVisibleSchema: z.ZodObject<{
|
|
|
1715
1705
|
emailOne: string | null;
|
|
1716
1706
|
emailTwo: string | null;
|
|
1717
1707
|
emailThree: string | null;
|
|
1718
|
-
eori: string | null;
|
|
1719
1708
|
tva: string | null;
|
|
1720
1709
|
isTrackingMail: boolean | null;
|
|
1721
1710
|
isBillingCenter: boolean;
|
|
@@ -1895,7 +1884,6 @@ export declare const TrackingVisibleSchema: z.ZodObject<{
|
|
|
1895
1884
|
emailOne: string | null;
|
|
1896
1885
|
emailTwo: string | null;
|
|
1897
1886
|
emailThree: string | null;
|
|
1898
|
-
eori: string | null;
|
|
1899
1887
|
tva: string | null;
|
|
1900
1888
|
isTrackingMail: boolean | null;
|
|
1901
1889
|
isBillingCenter: boolean;
|
|
@@ -2081,7 +2069,6 @@ export declare const TrackingVisibleSchema: z.ZodObject<{
|
|
|
2081
2069
|
emailOne: string | null;
|
|
2082
2070
|
emailTwo: string | null;
|
|
2083
2071
|
emailThree: string | null;
|
|
2084
|
-
eori: string | null;
|
|
2085
2072
|
tva: string | null;
|
|
2086
2073
|
isTrackingMail: boolean | null;
|
|
2087
2074
|
isBillingCenter: boolean;
|
|
@@ -2261,7 +2248,6 @@ export declare const TrackingVisibleSchema: z.ZodObject<{
|
|
|
2261
2248
|
emailOne: string | null;
|
|
2262
2249
|
emailTwo: string | null;
|
|
2263
2250
|
emailThree: string | null;
|
|
2264
|
-
eori: string | null;
|
|
2265
2251
|
tva: string | null;
|
|
2266
2252
|
isTrackingMail: boolean | null;
|
|
2267
2253
|
isBillingCenter: boolean;
|
package/dist/models/_user.d.ts
CHANGED
|
@@ -107,7 +107,6 @@ export declare const UserSchema: z.ZodObject<{
|
|
|
107
107
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
108
108
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
109
109
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
110
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
111
110
|
tva: z.ZodNullable<z.ZodString>;
|
|
112
111
|
isTrackingMail: z.ZodNullable<z.ZodBoolean>;
|
|
113
112
|
isBillingCenter: z.ZodBoolean;
|
|
@@ -179,7 +178,6 @@ export declare const UserSchema: z.ZodObject<{
|
|
|
179
178
|
emailOne: string | null;
|
|
180
179
|
emailTwo: string | null;
|
|
181
180
|
emailThree: string | null;
|
|
182
|
-
eori: string | null;
|
|
183
181
|
tva: string | null;
|
|
184
182
|
isTrackingMail: boolean | null;
|
|
185
183
|
isBillingCenter: boolean;
|
|
@@ -237,7 +235,6 @@ export declare const UserSchema: z.ZodObject<{
|
|
|
237
235
|
emailOne: string | null;
|
|
238
236
|
emailTwo: string | null;
|
|
239
237
|
emailThree: string | null;
|
|
240
|
-
eori: string | null;
|
|
241
238
|
tva: string | null;
|
|
242
239
|
isTrackingMail: boolean | null;
|
|
243
240
|
isBillingCenter: boolean;
|
|
@@ -550,7 +547,6 @@ export declare const UserSchema: z.ZodObject<{
|
|
|
550
547
|
emailOne: string | null;
|
|
551
548
|
emailTwo: string | null;
|
|
552
549
|
emailThree: string | null;
|
|
553
|
-
eori: string | null;
|
|
554
550
|
tva: string | null;
|
|
555
551
|
isTrackingMail: boolean | null;
|
|
556
552
|
isBillingCenter: boolean;
|
|
@@ -729,7 +725,6 @@ export declare const UserSchema: z.ZodObject<{
|
|
|
729
725
|
emailOne: string | null;
|
|
730
726
|
emailTwo: string | null;
|
|
731
727
|
emailThree: string | null;
|
|
732
|
-
eori: string | null;
|
|
733
728
|
tva: string | null;
|
|
734
729
|
isTrackingMail: boolean | null;
|
|
735
730
|
isBillingCenter: boolean;
|
|
@@ -113,7 +113,6 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
|
|
|
113
113
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
114
114
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
115
115
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
116
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
117
116
|
tva: z.ZodNullable<z.ZodString>;
|
|
118
117
|
isTrackingMail: z.ZodNullable<z.ZodBoolean>;
|
|
119
118
|
isBillingCenter: z.ZodBoolean;
|
|
@@ -185,7 +184,6 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
|
|
|
185
184
|
emailOne: string | null;
|
|
186
185
|
emailTwo: string | null;
|
|
187
186
|
emailThree: string | null;
|
|
188
|
-
eori: string | null;
|
|
189
187
|
tva: string | null;
|
|
190
188
|
isTrackingMail: boolean | null;
|
|
191
189
|
isBillingCenter: boolean;
|
|
@@ -243,7 +241,6 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
|
|
|
243
241
|
emailOne: string | null;
|
|
244
242
|
emailTwo: string | null;
|
|
245
243
|
emailThree: string | null;
|
|
246
|
-
eori: string | null;
|
|
247
244
|
tva: string | null;
|
|
248
245
|
isTrackingMail: boolean | null;
|
|
249
246
|
isBillingCenter: boolean;
|
|
@@ -556,7 +553,6 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
|
|
|
556
553
|
emailOne: string | null;
|
|
557
554
|
emailTwo: string | null;
|
|
558
555
|
emailThree: string | null;
|
|
559
|
-
eori: string | null;
|
|
560
556
|
tva: string | null;
|
|
561
557
|
isTrackingMail: boolean | null;
|
|
562
558
|
isBillingCenter: boolean;
|
|
@@ -735,7 +731,6 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
|
|
|
735
731
|
emailOne: string | null;
|
|
736
732
|
emailTwo: string | null;
|
|
737
733
|
emailThree: string | null;
|
|
738
|
-
eori: string | null;
|
|
739
734
|
tva: string | null;
|
|
740
735
|
isTrackingMail: boolean | null;
|
|
741
736
|
isBillingCenter: boolean;
|
|
@@ -850,7 +845,6 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
|
|
|
850
845
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
851
846
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
852
847
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
853
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
854
848
|
tva: z.ZodNullable<z.ZodString>;
|
|
855
849
|
customerId: z.ZodNullable<z.ZodNumber>;
|
|
856
850
|
customer: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
@@ -896,7 +890,6 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
|
|
|
896
890
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
897
891
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
898
892
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
899
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
900
893
|
tva: z.ZodNullable<z.ZodString>;
|
|
901
894
|
isTrackingMail: z.ZodNullable<z.ZodBoolean>;
|
|
902
895
|
isBillingCenter: z.ZodBoolean;
|
|
@@ -968,7 +961,6 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
|
|
|
968
961
|
emailOne: string | null;
|
|
969
962
|
emailTwo: string | null;
|
|
970
963
|
emailThree: string | null;
|
|
971
|
-
eori: string | null;
|
|
972
964
|
tva: string | null;
|
|
973
965
|
isTrackingMail: boolean | null;
|
|
974
966
|
isBillingCenter: boolean;
|
|
@@ -1026,7 +1018,6 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
|
|
|
1026
1018
|
emailOne: string | null;
|
|
1027
1019
|
emailTwo: string | null;
|
|
1028
1020
|
emailThree: string | null;
|
|
1029
|
-
eori: string | null;
|
|
1030
1021
|
tva: string | null;
|
|
1031
1022
|
isTrackingMail: boolean | null;
|
|
1032
1023
|
isBillingCenter: boolean;
|
|
@@ -1103,7 +1094,6 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
|
|
|
1103
1094
|
emailOne: string | null;
|
|
1104
1095
|
emailTwo: string | null;
|
|
1105
1096
|
emailThree: string | null;
|
|
1106
|
-
eori: string | null;
|
|
1107
1097
|
tva: string | null;
|
|
1108
1098
|
isMailing: boolean;
|
|
1109
1099
|
telephone: string | null;
|
|
@@ -1169,7 +1159,6 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
|
|
|
1169
1159
|
emailOne: string | null;
|
|
1170
1160
|
emailTwo: string | null;
|
|
1171
1161
|
emailThree: string | null;
|
|
1172
|
-
eori: string | null;
|
|
1173
1162
|
tva: string | null;
|
|
1174
1163
|
isTrackingMail: boolean | null;
|
|
1175
1164
|
isBillingCenter: boolean;
|
|
@@ -1224,7 +1213,6 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
|
|
|
1224
1213
|
emailOne: string | null;
|
|
1225
1214
|
emailTwo: string | null;
|
|
1226
1215
|
emailThree: string | null;
|
|
1227
|
-
eori: string | null;
|
|
1228
1216
|
tva: string | null;
|
|
1229
1217
|
isMailing: boolean;
|
|
1230
1218
|
telephone: string | null;
|
|
@@ -1290,7 +1278,6 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
|
|
|
1290
1278
|
emailOne: string | null;
|
|
1291
1279
|
emailTwo: string | null;
|
|
1292
1280
|
emailThree: string | null;
|
|
1293
|
-
eori: string | null;
|
|
1294
1281
|
tva: string | null;
|
|
1295
1282
|
isTrackingMail: boolean | null;
|
|
1296
1283
|
isBillingCenter: boolean;
|
|
@@ -1352,7 +1339,6 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
|
|
|
1352
1339
|
emailOne: string | null;
|
|
1353
1340
|
emailTwo: string | null;
|
|
1354
1341
|
emailThree: string | null;
|
|
1355
|
-
eori: string | null;
|
|
1356
1342
|
tva: string | null;
|
|
1357
1343
|
isMailing: boolean;
|
|
1358
1344
|
telephone: string | null;
|
|
@@ -1418,7 +1404,6 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
|
|
|
1418
1404
|
emailOne: string | null;
|
|
1419
1405
|
emailTwo: string | null;
|
|
1420
1406
|
emailThree: string | null;
|
|
1421
|
-
eori: string | null;
|
|
1422
1407
|
tva: string | null;
|
|
1423
1408
|
isTrackingMail: boolean | null;
|
|
1424
1409
|
isBillingCenter: boolean;
|
|
@@ -1551,7 +1536,6 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
|
|
|
1551
1536
|
emailOne: string | null;
|
|
1552
1537
|
emailTwo: string | null;
|
|
1553
1538
|
emailThree: string | null;
|
|
1554
|
-
eori: string | null;
|
|
1555
1539
|
tva: string | null;
|
|
1556
1540
|
isTrackingMail: boolean | null;
|
|
1557
1541
|
isBillingCenter: boolean;
|
|
@@ -1660,7 +1644,6 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
|
|
|
1660
1644
|
emailOne: string | null;
|
|
1661
1645
|
emailTwo: string | null;
|
|
1662
1646
|
emailThree: string | null;
|
|
1663
|
-
eori: string | null;
|
|
1664
1647
|
tva: string | null;
|
|
1665
1648
|
isMailing: boolean;
|
|
1666
1649
|
telephone: string | null;
|
|
@@ -1726,7 +1709,6 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
|
|
|
1726
1709
|
emailOne: string | null;
|
|
1727
1710
|
emailTwo: string | null;
|
|
1728
1711
|
emailThree: string | null;
|
|
1729
|
-
eori: string | null;
|
|
1730
1712
|
tva: string | null;
|
|
1731
1713
|
isTrackingMail: boolean | null;
|
|
1732
1714
|
isBillingCenter: boolean;
|
|
@@ -1859,7 +1841,6 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
|
|
|
1859
1841
|
emailOne: string | null;
|
|
1860
1842
|
emailTwo: string | null;
|
|
1861
1843
|
emailThree: string | null;
|
|
1862
|
-
eori: string | null;
|
|
1863
1844
|
tva: string | null;
|
|
1864
1845
|
isTrackingMail: boolean | null;
|
|
1865
1846
|
isBillingCenter: boolean;
|
|
@@ -118,7 +118,6 @@ export declare const UserLoginHistorieSchema: z.ZodObject<{
|
|
|
118
118
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
119
119
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
120
120
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
121
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
122
121
|
tva: z.ZodNullable<z.ZodString>;
|
|
123
122
|
isTrackingMail: z.ZodNullable<z.ZodBoolean>;
|
|
124
123
|
isBillingCenter: z.ZodBoolean;
|
|
@@ -190,7 +189,6 @@ export declare const UserLoginHistorieSchema: z.ZodObject<{
|
|
|
190
189
|
emailOne: string | null;
|
|
191
190
|
emailTwo: string | null;
|
|
192
191
|
emailThree: string | null;
|
|
193
|
-
eori: string | null;
|
|
194
192
|
tva: string | null;
|
|
195
193
|
isTrackingMail: boolean | null;
|
|
196
194
|
isBillingCenter: boolean;
|
|
@@ -248,7 +246,6 @@ export declare const UserLoginHistorieSchema: z.ZodObject<{
|
|
|
248
246
|
emailOne: string | null;
|
|
249
247
|
emailTwo: string | null;
|
|
250
248
|
emailThree: string | null;
|
|
251
|
-
eori: string | null;
|
|
252
249
|
tva: string | null;
|
|
253
250
|
isTrackingMail: boolean | null;
|
|
254
251
|
isBillingCenter: boolean;
|
|
@@ -561,7 +558,6 @@ export declare const UserLoginHistorieSchema: z.ZodObject<{
|
|
|
561
558
|
emailOne: string | null;
|
|
562
559
|
emailTwo: string | null;
|
|
563
560
|
emailThree: string | null;
|
|
564
|
-
eori: string | null;
|
|
565
561
|
tva: string | null;
|
|
566
562
|
isTrackingMail: boolean | null;
|
|
567
563
|
isBillingCenter: boolean;
|
|
@@ -740,7 +736,6 @@ export declare const UserLoginHistorieSchema: z.ZodObject<{
|
|
|
740
736
|
emailOne: string | null;
|
|
741
737
|
emailTwo: string | null;
|
|
742
738
|
emailThree: string | null;
|
|
743
|
-
eori: string | null;
|
|
744
739
|
tva: string | null;
|
|
745
740
|
isTrackingMail: boolean | null;
|
|
746
741
|
isBillingCenter: boolean;
|
|
@@ -931,7 +926,6 @@ export declare const UserLoginHistorieSchema: z.ZodObject<{
|
|
|
931
926
|
emailOne: string | null;
|
|
932
927
|
emailTwo: string | null;
|
|
933
928
|
emailThree: string | null;
|
|
934
|
-
eori: string | null;
|
|
935
929
|
tva: string | null;
|
|
936
930
|
isTrackingMail: boolean | null;
|
|
937
931
|
isBillingCenter: boolean;
|
|
@@ -1122,7 +1116,6 @@ export declare const UserLoginHistorieSchema: z.ZodObject<{
|
|
|
1122
1116
|
emailOne: string | null;
|
|
1123
1117
|
emailTwo: string | null;
|
|
1124
1118
|
emailThree: string | null;
|
|
1125
|
-
eori: string | null;
|
|
1126
1119
|
tva: string | null;
|
|
1127
1120
|
isTrackingMail: boolean | null;
|
|
1128
1121
|
isBillingCenter: boolean;
|
|
@@ -113,7 +113,6 @@ export declare const VehiculeAffectedSchema: z.ZodObject<{
|
|
|
113
113
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
114
114
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
115
115
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
116
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
117
116
|
tva: z.ZodNullable<z.ZodString>;
|
|
118
117
|
isTrackingMail: z.ZodNullable<z.ZodBoolean>;
|
|
119
118
|
isBillingCenter: z.ZodBoolean;
|
|
@@ -185,7 +184,6 @@ export declare const VehiculeAffectedSchema: z.ZodObject<{
|
|
|
185
184
|
emailOne: string | null;
|
|
186
185
|
emailTwo: string | null;
|
|
187
186
|
emailThree: string | null;
|
|
188
|
-
eori: string | null;
|
|
189
187
|
tva: string | null;
|
|
190
188
|
isTrackingMail: boolean | null;
|
|
191
189
|
isBillingCenter: boolean;
|
|
@@ -243,7 +241,6 @@ export declare const VehiculeAffectedSchema: z.ZodObject<{
|
|
|
243
241
|
emailOne: string | null;
|
|
244
242
|
emailTwo: string | null;
|
|
245
243
|
emailThree: string | null;
|
|
246
|
-
eori: string | null;
|
|
247
244
|
tva: string | null;
|
|
248
245
|
isTrackingMail: boolean | null;
|
|
249
246
|
isBillingCenter: boolean;
|
|
@@ -556,7 +553,6 @@ export declare const VehiculeAffectedSchema: z.ZodObject<{
|
|
|
556
553
|
emailOne: string | null;
|
|
557
554
|
emailTwo: string | null;
|
|
558
555
|
emailThree: string | null;
|
|
559
|
-
eori: string | null;
|
|
560
556
|
tva: string | null;
|
|
561
557
|
isTrackingMail: boolean | null;
|
|
562
558
|
isBillingCenter: boolean;
|
|
@@ -735,7 +731,6 @@ export declare const VehiculeAffectedSchema: z.ZodObject<{
|
|
|
735
731
|
emailOne: string | null;
|
|
736
732
|
emailTwo: string | null;
|
|
737
733
|
emailThree: string | null;
|
|
738
|
-
eori: string | null;
|
|
739
734
|
tva: string | null;
|
|
740
735
|
isTrackingMail: boolean | null;
|
|
741
736
|
isBillingCenter: boolean;
|
|
@@ -975,7 +970,6 @@ export declare const VehiculeAffectedSchema: z.ZodObject<{
|
|
|
975
970
|
emailOne: string | null;
|
|
976
971
|
emailTwo: string | null;
|
|
977
972
|
emailThree: string | null;
|
|
978
|
-
eori: string | null;
|
|
979
973
|
tva: string | null;
|
|
980
974
|
isTrackingMail: boolean | null;
|
|
981
975
|
isBillingCenter: boolean;
|
|
@@ -1175,7 +1169,6 @@ export declare const VehiculeAffectedSchema: z.ZodObject<{
|
|
|
1175
1169
|
emailOne: string | null;
|
|
1176
1170
|
emailTwo: string | null;
|
|
1177
1171
|
emailThree: string | null;
|
|
1178
|
-
eori: string | null;
|
|
1179
1172
|
tva: string | null;
|
|
1180
1173
|
isTrackingMail: boolean | null;
|
|
1181
1174
|
isBillingCenter: boolean;
|