exnet-routing 1.2.39 → 1.2.40
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 +8 -13
- package/dist/models/_chat.d.ts +16 -25
- package/dist/models/_chat_message.d.ts +6 -13
- 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 +4 -11
- package/dist/models/_facture_line.d.ts +6 -15
- 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 +4 -4
- 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 +4 -18
- 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 +60 -471
- package/dist/routes/ops.d.ts +395 -550
- package/dist/routes/public.d.ts +0 -18
- package/dist/routes/user.d.ts +140 -237
- package/package.json +1 -1
|
@@ -114,7 +114,6 @@ export declare const LivraisonChauffeurSchema: 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 LivraisonChauffeurSchema: 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 LivraisonChauffeurSchema: 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 LivraisonChauffeurSchema: 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 LivraisonChauffeurSchema: 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 LivraisonChauffeurSchema: 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 LivraisonChauffeurSchema: 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;
|
|
@@ -148,7 +148,6 @@ export declare const PriseDePosteSchema: z.ZodObject<{
|
|
|
148
148
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
149
149
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
150
150
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
151
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
152
151
|
tva: z.ZodNullable<z.ZodString>;
|
|
153
152
|
isTrackingMail: z.ZodNullable<z.ZodBoolean>;
|
|
154
153
|
isBillingCenter: z.ZodBoolean;
|
|
@@ -220,7 +219,6 @@ export declare const PriseDePosteSchema: z.ZodObject<{
|
|
|
220
219
|
emailOne: string | null;
|
|
221
220
|
emailTwo: string | null;
|
|
222
221
|
emailThree: string | null;
|
|
223
|
-
eori: string | null;
|
|
224
222
|
tva: string | null;
|
|
225
223
|
isTrackingMail: boolean | null;
|
|
226
224
|
isBillingCenter: boolean;
|
|
@@ -278,7 +276,6 @@ export declare const PriseDePosteSchema: z.ZodObject<{
|
|
|
278
276
|
emailOne: string | null;
|
|
279
277
|
emailTwo: string | null;
|
|
280
278
|
emailThree: string | null;
|
|
281
|
-
eori: string | null;
|
|
282
279
|
tva: string | null;
|
|
283
280
|
isTrackingMail: boolean | null;
|
|
284
281
|
isBillingCenter: boolean;
|
|
@@ -591,7 +588,6 @@ export declare const PriseDePosteSchema: z.ZodObject<{
|
|
|
591
588
|
emailOne: string | null;
|
|
592
589
|
emailTwo: string | null;
|
|
593
590
|
emailThree: string | null;
|
|
594
|
-
eori: string | null;
|
|
595
591
|
tva: string | null;
|
|
596
592
|
isTrackingMail: boolean | null;
|
|
597
593
|
isBillingCenter: boolean;
|
|
@@ -770,7 +766,6 @@ export declare const PriseDePosteSchema: z.ZodObject<{
|
|
|
770
766
|
emailOne: string | null;
|
|
771
767
|
emailTwo: string | null;
|
|
772
768
|
emailThree: string | null;
|
|
773
|
-
eori: string | null;
|
|
774
769
|
tva: string | null;
|
|
775
770
|
isTrackingMail: boolean | null;
|
|
776
771
|
isBillingCenter: boolean;
|
|
@@ -987,7 +982,6 @@ export declare const PriseDePosteSchema: z.ZodObject<{
|
|
|
987
982
|
emailOne: string | null;
|
|
988
983
|
emailTwo: string | null;
|
|
989
984
|
emailThree: string | null;
|
|
990
|
-
eori: string | null;
|
|
991
985
|
tva: string | null;
|
|
992
986
|
isTrackingMail: boolean | null;
|
|
993
987
|
isBillingCenter: boolean;
|
|
@@ -1208,7 +1202,6 @@ export declare const PriseDePosteSchema: z.ZodObject<{
|
|
|
1208
1202
|
emailOne: string | null;
|
|
1209
1203
|
emailTwo: string | null;
|
|
1210
1204
|
emailThree: string | null;
|
|
1211
|
-
eori: string | null;
|
|
1212
1205
|
tva: string | null;
|
|
1213
1206
|
isTrackingMail: boolean | null;
|
|
1214
1207
|
isBillingCenter: boolean;
|
|
@@ -120,7 +120,6 @@ export declare const RamassageChauffeurSchema: 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 RamassageChauffeurSchema: 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 RamassageChauffeurSchema: 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 RamassageChauffeurSchema: 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 RamassageChauffeurSchema: 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 RamassageChauffeurSchema: 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 RamassageChauffeurSchema: 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;
|
|
@@ -163,7 +163,6 @@ export declare const ShippingSchema: z.ZodObject<{
|
|
|
163
163
|
emailOne: string | null;
|
|
164
164
|
emailTwo: string | null;
|
|
165
165
|
emailThree: string | null;
|
|
166
|
-
eori: string | null;
|
|
167
166
|
tva: string | null;
|
|
168
167
|
isMailing: boolean;
|
|
169
168
|
telephone: string | null;
|
|
@@ -178,6 +177,7 @@ export declare const ShippingSchema: z.ZodObject<{
|
|
|
178
177
|
isShowSecondBordereaux: boolean;
|
|
179
178
|
isShowCustomerName: boolean;
|
|
180
179
|
isShowCommercialValue: boolean;
|
|
180
|
+
eori: string | null;
|
|
181
181
|
}, {
|
|
182
182
|
id: number;
|
|
183
183
|
createdAt: Date;
|
|
@@ -216,7 +216,6 @@ export declare const ShippingSchema: z.ZodObject<{
|
|
|
216
216
|
emailOne: string | null;
|
|
217
217
|
emailTwo: string | null;
|
|
218
218
|
emailThree: string | null;
|
|
219
|
-
eori: string | null;
|
|
220
219
|
tva: string | null;
|
|
221
220
|
isMailing: boolean;
|
|
222
221
|
telephone: string | null;
|
|
@@ -231,6 +230,7 @@ export declare const ShippingSchema: z.ZodObject<{
|
|
|
231
230
|
isShowSecondBordereaux: boolean;
|
|
232
231
|
isShowCustomerName: boolean;
|
|
233
232
|
isShowCommercialValue: boolean;
|
|
233
|
+
eori: string | null;
|
|
234
234
|
}>>>;
|
|
235
235
|
user: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
236
236
|
id: z.ZodNumber;
|
|
@@ -1168,7 +1168,6 @@ export declare const ShippingSchema: z.ZodObject<{
|
|
|
1168
1168
|
emailOne: string | null;
|
|
1169
1169
|
emailTwo: string | null;
|
|
1170
1170
|
emailThree: string | null;
|
|
1171
|
-
eori: string | null;
|
|
1172
1171
|
tva: string | null;
|
|
1173
1172
|
isMailing: boolean;
|
|
1174
1173
|
telephone: string | null;
|
|
@@ -1183,6 +1182,7 @@ export declare const ShippingSchema: z.ZodObject<{
|
|
|
1183
1182
|
isShowSecondBordereaux: boolean;
|
|
1184
1183
|
isShowCustomerName: boolean;
|
|
1185
1184
|
isShowCommercialValue: boolean;
|
|
1185
|
+
eori: string | null;
|
|
1186
1186
|
} | undefined;
|
|
1187
1187
|
user?: {
|
|
1188
1188
|
id: number;
|
|
@@ -1565,7 +1565,6 @@ export declare const ShippingSchema: z.ZodObject<{
|
|
|
1565
1565
|
emailOne: string | null;
|
|
1566
1566
|
emailTwo: string | null;
|
|
1567
1567
|
emailThree: string | null;
|
|
1568
|
-
eori: string | null;
|
|
1569
1568
|
tva: string | null;
|
|
1570
1569
|
isMailing: boolean;
|
|
1571
1570
|
telephone: string | null;
|
|
@@ -1580,6 +1579,7 @@ export declare const ShippingSchema: z.ZodObject<{
|
|
|
1580
1579
|
isShowSecondBordereaux: boolean;
|
|
1581
1580
|
isShowCustomerName: boolean;
|
|
1582
1581
|
isShowCommercialValue: boolean;
|
|
1582
|
+
eori: string | null;
|
|
1583
1583
|
} | undefined;
|
|
1584
1584
|
user?: {
|
|
1585
1585
|
id: number;
|
|
@@ -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;
|