exnet-routing 1.2.38 → 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 +16 -31
- package/dist/models/_chat.d.ts +40 -67
- package/dist/models/_chat_message.d.ts +18 -39
- package/dist/models/_contact.d.ts +6 -27
- package/dist/models/_contact_visible.d.ts +12 -54
- package/dist/models/_customer.d.ts +0 -15
- package/dist/models/_customer.js +0 -5
- package/dist/models/_facture.d.ts +8 -29
- package/dist/models/_facture_line.d.ts +12 -39
- package/dist/models/_historique_action.d.ts +6 -27
- package/dist/models/_information_chauffeur.d.ts +6 -27
- package/dist/models/_information_importante.d.ts +6 -27
- package/dist/models/_livraison_chauffeur.d.ts +6 -27
- package/dist/models/_prise_de_poste.d.ts +6 -27
- package/dist/models/_ramassage_chauffeur.d.ts +6 -27
- package/dist/models/_salarie.d.ts +6 -6
- package/dist/models/_shipping.d.ts +8 -8
- package/dist/models/_shipping_affected.d.ts +6 -27
- package/dist/models/_shipping_comment.d.ts +6 -27
- package/dist/models/_shipping_course.d.ts +6 -27
- package/dist/models/_shipping_document.d.ts +6 -27
- package/dist/models/_shipping_tracking.d.ts +6 -27
- package/dist/models/_tracking_visible.d.ts +12 -54
- package/dist/models/_user.d.ts +4 -19
- package/dist/models/_user_billing_center.d.ts +14 -56
- package/dist/models/_user_login_historie.d.ts +6 -27
- package/dist/models/_vehicule_affected.d.ts +6 -27
- package/dist/routes/admin.d.ts +416 -1637
- package/dist/routes/ops.d.ts +744 -1209
- package/dist/routes/public.d.ts +16 -70
- package/dist/routes/user.d.ts +358 -649
- package/package.json +1 -1
|
@@ -137,7 +137,6 @@ export declare const ShippingSchema: z.ZodObject<{
|
|
|
137
137
|
telephoneOne: string;
|
|
138
138
|
telephoneTwo: string | null;
|
|
139
139
|
dafResponsibleName: string | null;
|
|
140
|
-
telephone: string | null;
|
|
141
140
|
email: string | null;
|
|
142
141
|
intraVatNumber: string | null;
|
|
143
142
|
numeroEori: string | null;
|
|
@@ -164,9 +163,9 @@ export declare const ShippingSchema: z.ZodObject<{
|
|
|
164
163
|
emailOne: string | null;
|
|
165
164
|
emailTwo: string | null;
|
|
166
165
|
emailThree: string | null;
|
|
167
|
-
eori: string | null;
|
|
168
166
|
tva: string | null;
|
|
169
167
|
isMailing: boolean;
|
|
168
|
+
telephone: string | null;
|
|
170
169
|
billingCenterName: string;
|
|
171
170
|
customerId: number | null;
|
|
172
171
|
numeroSiren: 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;
|
|
@@ -190,7 +190,6 @@ export declare const ShippingSchema: z.ZodObject<{
|
|
|
190
190
|
telephoneOne: string;
|
|
191
191
|
telephoneTwo: string | null;
|
|
192
192
|
dafResponsibleName: string | null;
|
|
193
|
-
telephone: string | null;
|
|
194
193
|
email: string | null;
|
|
195
194
|
intraVatNumber: string | null;
|
|
196
195
|
numeroEori: string | null;
|
|
@@ -217,9 +216,9 @@ export declare const ShippingSchema: z.ZodObject<{
|
|
|
217
216
|
emailOne: string | null;
|
|
218
217
|
emailTwo: string | null;
|
|
219
218
|
emailThree: string | null;
|
|
220
|
-
eori: string | null;
|
|
221
219
|
tva: string | null;
|
|
222
220
|
isMailing: boolean;
|
|
221
|
+
telephone: string | null;
|
|
223
222
|
billingCenterName: string;
|
|
224
223
|
customerId: number | null;
|
|
225
224
|
numeroSiren: 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;
|
|
@@ -1142,7 +1142,6 @@ export declare const ShippingSchema: z.ZodObject<{
|
|
|
1142
1142
|
telephoneOne: string;
|
|
1143
1143
|
telephoneTwo: string | null;
|
|
1144
1144
|
dafResponsibleName: string | null;
|
|
1145
|
-
telephone: string | null;
|
|
1146
1145
|
email: string | null;
|
|
1147
1146
|
intraVatNumber: string | null;
|
|
1148
1147
|
numeroEori: string | null;
|
|
@@ -1169,9 +1168,9 @@ export declare const ShippingSchema: z.ZodObject<{
|
|
|
1169
1168
|
emailOne: string | null;
|
|
1170
1169
|
emailTwo: string | null;
|
|
1171
1170
|
emailThree: string | null;
|
|
1172
|
-
eori: string | null;
|
|
1173
1171
|
tva: string | null;
|
|
1174
1172
|
isMailing: boolean;
|
|
1173
|
+
telephone: string | null;
|
|
1175
1174
|
billingCenterName: string;
|
|
1176
1175
|
customerId: number | null;
|
|
1177
1176
|
numeroSiren: 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;
|
|
@@ -1539,7 +1539,6 @@ export declare const ShippingSchema: z.ZodObject<{
|
|
|
1539
1539
|
telephoneOne: string;
|
|
1540
1540
|
telephoneTwo: string | null;
|
|
1541
1541
|
dafResponsibleName: string | null;
|
|
1542
|
-
telephone: string | null;
|
|
1543
1542
|
email: string | null;
|
|
1544
1543
|
intraVatNumber: string | null;
|
|
1545
1544
|
numeroEori: string | null;
|
|
@@ -1566,9 +1565,9 @@ export declare const ShippingSchema: z.ZodObject<{
|
|
|
1566
1565
|
emailOne: string | null;
|
|
1567
1566
|
emailTwo: string | null;
|
|
1568
1567
|
emailThree: string | null;
|
|
1569
|
-
eori: string | null;
|
|
1570
1568
|
tva: string | null;
|
|
1571
1569
|
isMailing: boolean;
|
|
1570
|
+
telephone: string | null;
|
|
1572
1571
|
billingCenterName: string;
|
|
1573
1572
|
customerId: number | null;
|
|
1574
1573
|
numeroSiren: 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;
|
|
@@ -82,10 +82,8 @@ export declare const ShippingAffectedSchema: z.ZodObject<{
|
|
|
82
82
|
city: z.ZodString;
|
|
83
83
|
telephoneOne: z.ZodString;
|
|
84
84
|
telephoneTwo: z.ZodNullable<z.ZodString>;
|
|
85
|
-
comptaResponsible: z.ZodString;
|
|
86
85
|
invoiceMail: z.ZodString;
|
|
87
86
|
dafResponsibleName: z.ZodString;
|
|
88
|
-
telephone: z.ZodString;
|
|
89
87
|
email: z.ZodNullable<z.ZodString>;
|
|
90
88
|
intraVatNumber: z.ZodNullable<z.ZodString>;
|
|
91
89
|
submittedToFrenchVat: z.ZodBoolean;
|
|
@@ -115,7 +113,6 @@ export declare const ShippingAffectedSchema: z.ZodObject<{
|
|
|
115
113
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
116
114
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
117
115
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
118
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
119
116
|
tva: z.ZodNullable<z.ZodString>;
|
|
120
117
|
isTrackingMail: z.ZodNullable<z.ZodBoolean>;
|
|
121
118
|
isBillingCenter: z.ZodBoolean;
|
|
@@ -156,10 +153,8 @@ export declare const ShippingAffectedSchema: z.ZodObject<{
|
|
|
156
153
|
city: string;
|
|
157
154
|
telephoneOne: string;
|
|
158
155
|
telephoneTwo: string | null;
|
|
159
|
-
comptaResponsible: string;
|
|
160
156
|
invoiceMail: string;
|
|
161
157
|
dafResponsibleName: string;
|
|
162
|
-
telephone: string;
|
|
163
158
|
email: string | null;
|
|
164
159
|
intraVatNumber: string | null;
|
|
165
160
|
submittedToFrenchVat: boolean;
|
|
@@ -189,7 +184,6 @@ export declare const ShippingAffectedSchema: z.ZodObject<{
|
|
|
189
184
|
emailOne: string | null;
|
|
190
185
|
emailTwo: string | null;
|
|
191
186
|
emailThree: string | null;
|
|
192
|
-
eori: string | null;
|
|
193
187
|
tva: string | null;
|
|
194
188
|
isTrackingMail: boolean | null;
|
|
195
189
|
isBillingCenter: boolean;
|
|
@@ -216,10 +210,8 @@ export declare const ShippingAffectedSchema: z.ZodObject<{
|
|
|
216
210
|
city: string;
|
|
217
211
|
telephoneOne: string;
|
|
218
212
|
telephoneTwo: string | null;
|
|
219
|
-
comptaResponsible: string;
|
|
220
213
|
invoiceMail: string;
|
|
221
214
|
dafResponsibleName: string;
|
|
222
|
-
telephone: string;
|
|
223
215
|
email: string | null;
|
|
224
216
|
intraVatNumber: string | null;
|
|
225
217
|
submittedToFrenchVat: boolean;
|
|
@@ -249,7 +241,6 @@ export declare const ShippingAffectedSchema: z.ZodObject<{
|
|
|
249
241
|
emailOne: string | null;
|
|
250
242
|
emailTwo: string | null;
|
|
251
243
|
emailThree: string | null;
|
|
252
|
-
eori: string | null;
|
|
253
244
|
tva: string | null;
|
|
254
245
|
isTrackingMail: boolean | null;
|
|
255
246
|
isBillingCenter: boolean;
|
|
@@ -308,10 +299,10 @@ export declare const ShippingAffectedSchema: z.ZodObject<{
|
|
|
308
299
|
countryId: number | null;
|
|
309
300
|
postalCode: string;
|
|
310
301
|
city: string;
|
|
311
|
-
telephone: string;
|
|
312
302
|
email: string;
|
|
313
303
|
nom: string;
|
|
314
304
|
prenom: string;
|
|
305
|
+
telephone: string;
|
|
315
306
|
adress: string;
|
|
316
307
|
country?: {
|
|
317
308
|
id: number;
|
|
@@ -329,10 +320,10 @@ export declare const ShippingAffectedSchema: z.ZodObject<{
|
|
|
329
320
|
countryId: number | null;
|
|
330
321
|
postalCode: string;
|
|
331
322
|
city: string;
|
|
332
|
-
telephone: string;
|
|
333
323
|
email: string;
|
|
334
324
|
nom: string;
|
|
335
325
|
prenom: string;
|
|
326
|
+
telephone: string;
|
|
336
327
|
adress: string;
|
|
337
328
|
country?: {
|
|
338
329
|
id: number;
|
|
@@ -531,10 +522,8 @@ export declare const ShippingAffectedSchema: z.ZodObject<{
|
|
|
531
522
|
city: string;
|
|
532
523
|
telephoneOne: string;
|
|
533
524
|
telephoneTwo: string | null;
|
|
534
|
-
comptaResponsible: string;
|
|
535
525
|
invoiceMail: string;
|
|
536
526
|
dafResponsibleName: string;
|
|
537
|
-
telephone: string;
|
|
538
527
|
email: string | null;
|
|
539
528
|
intraVatNumber: string | null;
|
|
540
529
|
submittedToFrenchVat: boolean;
|
|
@@ -564,7 +553,6 @@ export declare const ShippingAffectedSchema: z.ZodObject<{
|
|
|
564
553
|
emailOne: string | null;
|
|
565
554
|
emailTwo: string | null;
|
|
566
555
|
emailThree: string | null;
|
|
567
|
-
eori: string | null;
|
|
568
556
|
tva: string | null;
|
|
569
557
|
isTrackingMail: boolean | null;
|
|
570
558
|
isBillingCenter: boolean;
|
|
@@ -588,10 +576,10 @@ export declare const ShippingAffectedSchema: z.ZodObject<{
|
|
|
588
576
|
countryId: number | null;
|
|
589
577
|
postalCode: string;
|
|
590
578
|
city: string;
|
|
591
|
-
telephone: string;
|
|
592
579
|
email: string;
|
|
593
580
|
nom: string;
|
|
594
581
|
prenom: string;
|
|
582
|
+
telephone: string;
|
|
595
583
|
adress: string;
|
|
596
584
|
country?: {
|
|
597
585
|
id: number;
|
|
@@ -712,10 +700,8 @@ export declare const ShippingAffectedSchema: z.ZodObject<{
|
|
|
712
700
|
city: string;
|
|
713
701
|
telephoneOne: string;
|
|
714
702
|
telephoneTwo: string | null;
|
|
715
|
-
comptaResponsible: string;
|
|
716
703
|
invoiceMail: string;
|
|
717
704
|
dafResponsibleName: string;
|
|
718
|
-
telephone: string;
|
|
719
705
|
email: string | null;
|
|
720
706
|
intraVatNumber: string | null;
|
|
721
707
|
submittedToFrenchVat: boolean;
|
|
@@ -745,7 +731,6 @@ export declare const ShippingAffectedSchema: z.ZodObject<{
|
|
|
745
731
|
emailOne: string | null;
|
|
746
732
|
emailTwo: string | null;
|
|
747
733
|
emailThree: string | null;
|
|
748
|
-
eori: string | null;
|
|
749
734
|
tva: string | null;
|
|
750
735
|
isTrackingMail: boolean | null;
|
|
751
736
|
isBillingCenter: boolean;
|
|
@@ -769,10 +754,10 @@ export declare const ShippingAffectedSchema: z.ZodObject<{
|
|
|
769
754
|
countryId: number | null;
|
|
770
755
|
postalCode: string;
|
|
771
756
|
city: string;
|
|
772
|
-
telephone: string;
|
|
773
757
|
email: string;
|
|
774
758
|
nom: string;
|
|
775
759
|
prenom: string;
|
|
760
|
+
telephone: string;
|
|
776
761
|
adress: string;
|
|
777
762
|
country?: {
|
|
778
763
|
id: number;
|
|
@@ -1059,10 +1044,8 @@ export declare const ShippingAffectedSchema: z.ZodObject<{
|
|
|
1059
1044
|
city: string;
|
|
1060
1045
|
telephoneOne: string;
|
|
1061
1046
|
telephoneTwo: string | null;
|
|
1062
|
-
comptaResponsible: string;
|
|
1063
1047
|
invoiceMail: string;
|
|
1064
1048
|
dafResponsibleName: string;
|
|
1065
|
-
telephone: string;
|
|
1066
1049
|
email: string | null;
|
|
1067
1050
|
intraVatNumber: string | null;
|
|
1068
1051
|
submittedToFrenchVat: boolean;
|
|
@@ -1092,7 +1075,6 @@ export declare const ShippingAffectedSchema: z.ZodObject<{
|
|
|
1092
1075
|
emailOne: string | null;
|
|
1093
1076
|
emailTwo: string | null;
|
|
1094
1077
|
emailThree: string | null;
|
|
1095
|
-
eori: string | null;
|
|
1096
1078
|
tva: string | null;
|
|
1097
1079
|
isTrackingMail: boolean | null;
|
|
1098
1080
|
isBillingCenter: boolean;
|
|
@@ -1116,10 +1098,10 @@ export declare const ShippingAffectedSchema: z.ZodObject<{
|
|
|
1116
1098
|
countryId: number | null;
|
|
1117
1099
|
postalCode: string;
|
|
1118
1100
|
city: string;
|
|
1119
|
-
telephone: string;
|
|
1120
1101
|
email: string;
|
|
1121
1102
|
nom: string;
|
|
1122
1103
|
prenom: string;
|
|
1104
|
+
telephone: string;
|
|
1123
1105
|
adress: string;
|
|
1124
1106
|
country?: {
|
|
1125
1107
|
id: number;
|
|
@@ -1298,10 +1280,8 @@ export declare const ShippingAffectedSchema: z.ZodObject<{
|
|
|
1298
1280
|
city: string;
|
|
1299
1281
|
telephoneOne: string;
|
|
1300
1282
|
telephoneTwo: string | null;
|
|
1301
|
-
comptaResponsible: string;
|
|
1302
1283
|
invoiceMail: string;
|
|
1303
1284
|
dafResponsibleName: string;
|
|
1304
|
-
telephone: string;
|
|
1305
1285
|
email: string | null;
|
|
1306
1286
|
intraVatNumber: string | null;
|
|
1307
1287
|
submittedToFrenchVat: boolean;
|
|
@@ -1331,7 +1311,6 @@ export declare const ShippingAffectedSchema: z.ZodObject<{
|
|
|
1331
1311
|
emailOne: string | null;
|
|
1332
1312
|
emailTwo: string | null;
|
|
1333
1313
|
emailThree: string | null;
|
|
1334
|
-
eori: string | null;
|
|
1335
1314
|
tva: string | null;
|
|
1336
1315
|
isTrackingMail: boolean | null;
|
|
1337
1316
|
isBillingCenter: boolean;
|
|
@@ -1355,10 +1334,10 @@ export declare const ShippingAffectedSchema: z.ZodObject<{
|
|
|
1355
1334
|
countryId: number | null;
|
|
1356
1335
|
postalCode: string;
|
|
1357
1336
|
city: string;
|
|
1358
|
-
telephone: string;
|
|
1359
1337
|
email: string;
|
|
1360
1338
|
nom: string;
|
|
1361
1339
|
prenom: string;
|
|
1340
|
+
telephone: string;
|
|
1362
1341
|
adress: string;
|
|
1363
1342
|
country?: {
|
|
1364
1343
|
id: number;
|
|
@@ -83,10 +83,8 @@ export declare const ShippingCommentSchema: z.ZodObject<{
|
|
|
83
83
|
city: z.ZodString;
|
|
84
84
|
telephoneOne: z.ZodString;
|
|
85
85
|
telephoneTwo: z.ZodNullable<z.ZodString>;
|
|
86
|
-
comptaResponsible: z.ZodString;
|
|
87
86
|
invoiceMail: z.ZodString;
|
|
88
87
|
dafResponsibleName: z.ZodString;
|
|
89
|
-
telephone: z.ZodString;
|
|
90
88
|
email: z.ZodNullable<z.ZodString>;
|
|
91
89
|
intraVatNumber: z.ZodNullable<z.ZodString>;
|
|
92
90
|
submittedToFrenchVat: z.ZodBoolean;
|
|
@@ -116,7 +114,6 @@ export declare const ShippingCommentSchema: z.ZodObject<{
|
|
|
116
114
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
117
115
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
118
116
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
119
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
120
117
|
tva: z.ZodNullable<z.ZodString>;
|
|
121
118
|
isTrackingMail: z.ZodNullable<z.ZodBoolean>;
|
|
122
119
|
isBillingCenter: z.ZodBoolean;
|
|
@@ -157,10 +154,8 @@ export declare const ShippingCommentSchema: z.ZodObject<{
|
|
|
157
154
|
city: string;
|
|
158
155
|
telephoneOne: string;
|
|
159
156
|
telephoneTwo: string | null;
|
|
160
|
-
comptaResponsible: string;
|
|
161
157
|
invoiceMail: string;
|
|
162
158
|
dafResponsibleName: string;
|
|
163
|
-
telephone: string;
|
|
164
159
|
email: string | null;
|
|
165
160
|
intraVatNumber: string | null;
|
|
166
161
|
submittedToFrenchVat: boolean;
|
|
@@ -190,7 +185,6 @@ export declare const ShippingCommentSchema: z.ZodObject<{
|
|
|
190
185
|
emailOne: string | null;
|
|
191
186
|
emailTwo: string | null;
|
|
192
187
|
emailThree: string | null;
|
|
193
|
-
eori: string | null;
|
|
194
188
|
tva: string | null;
|
|
195
189
|
isTrackingMail: boolean | null;
|
|
196
190
|
isBillingCenter: boolean;
|
|
@@ -217,10 +211,8 @@ export declare const ShippingCommentSchema: z.ZodObject<{
|
|
|
217
211
|
city: string;
|
|
218
212
|
telephoneOne: string;
|
|
219
213
|
telephoneTwo: string | null;
|
|
220
|
-
comptaResponsible: string;
|
|
221
214
|
invoiceMail: string;
|
|
222
215
|
dafResponsibleName: string;
|
|
223
|
-
telephone: string;
|
|
224
216
|
email: string | null;
|
|
225
217
|
intraVatNumber: string | null;
|
|
226
218
|
submittedToFrenchVat: boolean;
|
|
@@ -250,7 +242,6 @@ export declare const ShippingCommentSchema: z.ZodObject<{
|
|
|
250
242
|
emailOne: string | null;
|
|
251
243
|
emailTwo: string | null;
|
|
252
244
|
emailThree: string | null;
|
|
253
|
-
eori: string | null;
|
|
254
245
|
tva: string | null;
|
|
255
246
|
isTrackingMail: boolean | null;
|
|
256
247
|
isBillingCenter: boolean;
|
|
@@ -309,10 +300,10 @@ export declare const ShippingCommentSchema: z.ZodObject<{
|
|
|
309
300
|
countryId: number | null;
|
|
310
301
|
postalCode: string;
|
|
311
302
|
city: string;
|
|
312
|
-
telephone: string;
|
|
313
303
|
email: string;
|
|
314
304
|
nom: string;
|
|
315
305
|
prenom: string;
|
|
306
|
+
telephone: string;
|
|
316
307
|
adress: string;
|
|
317
308
|
country?: {
|
|
318
309
|
id: number;
|
|
@@ -330,10 +321,10 @@ export declare const ShippingCommentSchema: z.ZodObject<{
|
|
|
330
321
|
countryId: number | null;
|
|
331
322
|
postalCode: string;
|
|
332
323
|
city: string;
|
|
333
|
-
telephone: string;
|
|
334
324
|
email: string;
|
|
335
325
|
nom: string;
|
|
336
326
|
prenom: string;
|
|
327
|
+
telephone: string;
|
|
337
328
|
adress: string;
|
|
338
329
|
country?: {
|
|
339
330
|
id: number;
|
|
@@ -532,10 +523,8 @@ export declare const ShippingCommentSchema: z.ZodObject<{
|
|
|
532
523
|
city: string;
|
|
533
524
|
telephoneOne: string;
|
|
534
525
|
telephoneTwo: string | null;
|
|
535
|
-
comptaResponsible: string;
|
|
536
526
|
invoiceMail: string;
|
|
537
527
|
dafResponsibleName: string;
|
|
538
|
-
telephone: string;
|
|
539
528
|
email: string | null;
|
|
540
529
|
intraVatNumber: string | null;
|
|
541
530
|
submittedToFrenchVat: boolean;
|
|
@@ -565,7 +554,6 @@ export declare const ShippingCommentSchema: z.ZodObject<{
|
|
|
565
554
|
emailOne: string | null;
|
|
566
555
|
emailTwo: string | null;
|
|
567
556
|
emailThree: string | null;
|
|
568
|
-
eori: string | null;
|
|
569
557
|
tva: string | null;
|
|
570
558
|
isTrackingMail: boolean | null;
|
|
571
559
|
isBillingCenter: boolean;
|
|
@@ -589,10 +577,10 @@ export declare const ShippingCommentSchema: z.ZodObject<{
|
|
|
589
577
|
countryId: number | null;
|
|
590
578
|
postalCode: string;
|
|
591
579
|
city: string;
|
|
592
|
-
telephone: string;
|
|
593
580
|
email: string;
|
|
594
581
|
nom: string;
|
|
595
582
|
prenom: string;
|
|
583
|
+
telephone: string;
|
|
596
584
|
adress: string;
|
|
597
585
|
country?: {
|
|
598
586
|
id: number;
|
|
@@ -713,10 +701,8 @@ export declare const ShippingCommentSchema: z.ZodObject<{
|
|
|
713
701
|
city: string;
|
|
714
702
|
telephoneOne: string;
|
|
715
703
|
telephoneTwo: string | null;
|
|
716
|
-
comptaResponsible: string;
|
|
717
704
|
invoiceMail: string;
|
|
718
705
|
dafResponsibleName: string;
|
|
719
|
-
telephone: string;
|
|
720
706
|
email: string | null;
|
|
721
707
|
intraVatNumber: string | null;
|
|
722
708
|
submittedToFrenchVat: boolean;
|
|
@@ -746,7 +732,6 @@ export declare const ShippingCommentSchema: z.ZodObject<{
|
|
|
746
732
|
emailOne: string | null;
|
|
747
733
|
emailTwo: string | null;
|
|
748
734
|
emailThree: string | null;
|
|
749
|
-
eori: string | null;
|
|
750
735
|
tva: string | null;
|
|
751
736
|
isTrackingMail: boolean | null;
|
|
752
737
|
isBillingCenter: boolean;
|
|
@@ -770,10 +755,10 @@ export declare const ShippingCommentSchema: z.ZodObject<{
|
|
|
770
755
|
countryId: number | null;
|
|
771
756
|
postalCode: string;
|
|
772
757
|
city: string;
|
|
773
|
-
telephone: string;
|
|
774
758
|
email: string;
|
|
775
759
|
nom: string;
|
|
776
760
|
prenom: string;
|
|
761
|
+
telephone: string;
|
|
777
762
|
adress: string;
|
|
778
763
|
country?: {
|
|
779
764
|
id: number;
|
|
@@ -1061,10 +1046,8 @@ export declare const ShippingCommentSchema: z.ZodObject<{
|
|
|
1061
1046
|
city: string;
|
|
1062
1047
|
telephoneOne: string;
|
|
1063
1048
|
telephoneTwo: string | null;
|
|
1064
|
-
comptaResponsible: string;
|
|
1065
1049
|
invoiceMail: string;
|
|
1066
1050
|
dafResponsibleName: string;
|
|
1067
|
-
telephone: string;
|
|
1068
1051
|
email: string | null;
|
|
1069
1052
|
intraVatNumber: string | null;
|
|
1070
1053
|
submittedToFrenchVat: boolean;
|
|
@@ -1094,7 +1077,6 @@ export declare const ShippingCommentSchema: z.ZodObject<{
|
|
|
1094
1077
|
emailOne: string | null;
|
|
1095
1078
|
emailTwo: string | null;
|
|
1096
1079
|
emailThree: string | null;
|
|
1097
|
-
eori: string | null;
|
|
1098
1080
|
tva: string | null;
|
|
1099
1081
|
isTrackingMail: boolean | null;
|
|
1100
1082
|
isBillingCenter: boolean;
|
|
@@ -1118,10 +1100,10 @@ export declare const ShippingCommentSchema: z.ZodObject<{
|
|
|
1118
1100
|
countryId: number | null;
|
|
1119
1101
|
postalCode: string;
|
|
1120
1102
|
city: string;
|
|
1121
|
-
telephone: string;
|
|
1122
1103
|
email: string;
|
|
1123
1104
|
nom: string;
|
|
1124
1105
|
prenom: string;
|
|
1106
|
+
telephone: string;
|
|
1125
1107
|
adress: string;
|
|
1126
1108
|
country?: {
|
|
1127
1109
|
id: number;
|
|
@@ -1301,10 +1283,8 @@ export declare const ShippingCommentSchema: z.ZodObject<{
|
|
|
1301
1283
|
city: string;
|
|
1302
1284
|
telephoneOne: string;
|
|
1303
1285
|
telephoneTwo: string | null;
|
|
1304
|
-
comptaResponsible: string;
|
|
1305
1286
|
invoiceMail: string;
|
|
1306
1287
|
dafResponsibleName: string;
|
|
1307
|
-
telephone: string;
|
|
1308
1288
|
email: string | null;
|
|
1309
1289
|
intraVatNumber: string | null;
|
|
1310
1290
|
submittedToFrenchVat: boolean;
|
|
@@ -1334,7 +1314,6 @@ export declare const ShippingCommentSchema: z.ZodObject<{
|
|
|
1334
1314
|
emailOne: string | null;
|
|
1335
1315
|
emailTwo: string | null;
|
|
1336
1316
|
emailThree: string | null;
|
|
1337
|
-
eori: string | null;
|
|
1338
1317
|
tva: string | null;
|
|
1339
1318
|
isTrackingMail: boolean | null;
|
|
1340
1319
|
isBillingCenter: boolean;
|
|
@@ -1358,10 +1337,10 @@ export declare const ShippingCommentSchema: z.ZodObject<{
|
|
|
1358
1337
|
countryId: number | null;
|
|
1359
1338
|
postalCode: string;
|
|
1360
1339
|
city: string;
|
|
1361
|
-
telephone: string;
|
|
1362
1340
|
email: string;
|
|
1363
1341
|
nom: string;
|
|
1364
1342
|
prenom: string;
|
|
1343
|
+
telephone: string;
|
|
1365
1344
|
adress: string;
|
|
1366
1345
|
country?: {
|
|
1367
1346
|
id: number;
|
|
@@ -89,10 +89,8 @@ export declare const ShippingCourseSchema: z.ZodObject<{
|
|
|
89
89
|
city: z.ZodString;
|
|
90
90
|
telephoneOne: z.ZodString;
|
|
91
91
|
telephoneTwo: z.ZodNullable<z.ZodString>;
|
|
92
|
-
comptaResponsible: z.ZodString;
|
|
93
92
|
invoiceMail: z.ZodString;
|
|
94
93
|
dafResponsibleName: z.ZodString;
|
|
95
|
-
telephone: z.ZodString;
|
|
96
94
|
email: z.ZodNullable<z.ZodString>;
|
|
97
95
|
intraVatNumber: z.ZodNullable<z.ZodString>;
|
|
98
96
|
submittedToFrenchVat: z.ZodBoolean;
|
|
@@ -122,7 +120,6 @@ export declare const ShippingCourseSchema: z.ZodObject<{
|
|
|
122
120
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
123
121
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
124
122
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
125
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
126
123
|
tva: z.ZodNullable<z.ZodString>;
|
|
127
124
|
isTrackingMail: z.ZodNullable<z.ZodBoolean>;
|
|
128
125
|
isBillingCenter: z.ZodBoolean;
|
|
@@ -163,10 +160,8 @@ export declare const ShippingCourseSchema: z.ZodObject<{
|
|
|
163
160
|
city: string;
|
|
164
161
|
telephoneOne: string;
|
|
165
162
|
telephoneTwo: string | null;
|
|
166
|
-
comptaResponsible: string;
|
|
167
163
|
invoiceMail: string;
|
|
168
164
|
dafResponsibleName: string;
|
|
169
|
-
telephone: string;
|
|
170
165
|
email: string | null;
|
|
171
166
|
intraVatNumber: string | null;
|
|
172
167
|
submittedToFrenchVat: boolean;
|
|
@@ -196,7 +191,6 @@ export declare const ShippingCourseSchema: z.ZodObject<{
|
|
|
196
191
|
emailOne: string | null;
|
|
197
192
|
emailTwo: string | null;
|
|
198
193
|
emailThree: string | null;
|
|
199
|
-
eori: string | null;
|
|
200
194
|
tva: string | null;
|
|
201
195
|
isTrackingMail: boolean | null;
|
|
202
196
|
isBillingCenter: boolean;
|
|
@@ -223,10 +217,8 @@ export declare const ShippingCourseSchema: z.ZodObject<{
|
|
|
223
217
|
city: string;
|
|
224
218
|
telephoneOne: string;
|
|
225
219
|
telephoneTwo: string | null;
|
|
226
|
-
comptaResponsible: string;
|
|
227
220
|
invoiceMail: string;
|
|
228
221
|
dafResponsibleName: string;
|
|
229
|
-
telephone: string;
|
|
230
222
|
email: string | null;
|
|
231
223
|
intraVatNumber: string | null;
|
|
232
224
|
submittedToFrenchVat: boolean;
|
|
@@ -256,7 +248,6 @@ export declare const ShippingCourseSchema: z.ZodObject<{
|
|
|
256
248
|
emailOne: string | null;
|
|
257
249
|
emailTwo: string | null;
|
|
258
250
|
emailThree: string | null;
|
|
259
|
-
eori: string | null;
|
|
260
251
|
tva: string | null;
|
|
261
252
|
isTrackingMail: boolean | null;
|
|
262
253
|
isBillingCenter: boolean;
|
|
@@ -315,10 +306,10 @@ export declare const ShippingCourseSchema: z.ZodObject<{
|
|
|
315
306
|
countryId: number | null;
|
|
316
307
|
postalCode: string;
|
|
317
308
|
city: string;
|
|
318
|
-
telephone: string;
|
|
319
309
|
email: string;
|
|
320
310
|
nom: string;
|
|
321
311
|
prenom: string;
|
|
312
|
+
telephone: string;
|
|
322
313
|
adress: string;
|
|
323
314
|
country?: {
|
|
324
315
|
id: number;
|
|
@@ -336,10 +327,10 @@ export declare const ShippingCourseSchema: z.ZodObject<{
|
|
|
336
327
|
countryId: number | null;
|
|
337
328
|
postalCode: string;
|
|
338
329
|
city: string;
|
|
339
|
-
telephone: string;
|
|
340
330
|
email: string;
|
|
341
331
|
nom: string;
|
|
342
332
|
prenom: string;
|
|
333
|
+
telephone: string;
|
|
343
334
|
adress: string;
|
|
344
335
|
country?: {
|
|
345
336
|
id: number;
|
|
@@ -538,10 +529,8 @@ export declare const ShippingCourseSchema: z.ZodObject<{
|
|
|
538
529
|
city: string;
|
|
539
530
|
telephoneOne: string;
|
|
540
531
|
telephoneTwo: string | null;
|
|
541
|
-
comptaResponsible: string;
|
|
542
532
|
invoiceMail: string;
|
|
543
533
|
dafResponsibleName: string;
|
|
544
|
-
telephone: string;
|
|
545
534
|
email: string | null;
|
|
546
535
|
intraVatNumber: string | null;
|
|
547
536
|
submittedToFrenchVat: boolean;
|
|
@@ -571,7 +560,6 @@ export declare const ShippingCourseSchema: z.ZodObject<{
|
|
|
571
560
|
emailOne: string | null;
|
|
572
561
|
emailTwo: string | null;
|
|
573
562
|
emailThree: string | null;
|
|
574
|
-
eori: string | null;
|
|
575
563
|
tva: string | null;
|
|
576
564
|
isTrackingMail: boolean | null;
|
|
577
565
|
isBillingCenter: boolean;
|
|
@@ -595,10 +583,10 @@ export declare const ShippingCourseSchema: z.ZodObject<{
|
|
|
595
583
|
countryId: number | null;
|
|
596
584
|
postalCode: string;
|
|
597
585
|
city: string;
|
|
598
|
-
telephone: string;
|
|
599
586
|
email: string;
|
|
600
587
|
nom: string;
|
|
601
588
|
prenom: string;
|
|
589
|
+
telephone: string;
|
|
602
590
|
adress: string;
|
|
603
591
|
country?: {
|
|
604
592
|
id: number;
|
|
@@ -719,10 +707,8 @@ export declare const ShippingCourseSchema: z.ZodObject<{
|
|
|
719
707
|
city: string;
|
|
720
708
|
telephoneOne: string;
|
|
721
709
|
telephoneTwo: string | null;
|
|
722
|
-
comptaResponsible: string;
|
|
723
710
|
invoiceMail: string;
|
|
724
711
|
dafResponsibleName: string;
|
|
725
|
-
telephone: string;
|
|
726
712
|
email: string | null;
|
|
727
713
|
intraVatNumber: string | null;
|
|
728
714
|
submittedToFrenchVat: boolean;
|
|
@@ -752,7 +738,6 @@ export declare const ShippingCourseSchema: z.ZodObject<{
|
|
|
752
738
|
emailOne: string | null;
|
|
753
739
|
emailTwo: string | null;
|
|
754
740
|
emailThree: string | null;
|
|
755
|
-
eori: string | null;
|
|
756
741
|
tva: string | null;
|
|
757
742
|
isTrackingMail: boolean | null;
|
|
758
743
|
isBillingCenter: boolean;
|
|
@@ -776,10 +761,10 @@ export declare const ShippingCourseSchema: z.ZodObject<{
|
|
|
776
761
|
countryId: number | null;
|
|
777
762
|
postalCode: string;
|
|
778
763
|
city: string;
|
|
779
|
-
telephone: string;
|
|
780
764
|
email: string;
|
|
781
765
|
nom: string;
|
|
782
766
|
prenom: string;
|
|
767
|
+
telephone: string;
|
|
783
768
|
adress: string;
|
|
784
769
|
country?: {
|
|
785
770
|
id: number;
|
|
@@ -1073,10 +1058,8 @@ export declare const ShippingCourseSchema: z.ZodObject<{
|
|
|
1073
1058
|
city: string;
|
|
1074
1059
|
telephoneOne: string;
|
|
1075
1060
|
telephoneTwo: string | null;
|
|
1076
|
-
comptaResponsible: string;
|
|
1077
1061
|
invoiceMail: string;
|
|
1078
1062
|
dafResponsibleName: string;
|
|
1079
|
-
telephone: string;
|
|
1080
1063
|
email: string | null;
|
|
1081
1064
|
intraVatNumber: string | null;
|
|
1082
1065
|
submittedToFrenchVat: boolean;
|
|
@@ -1106,7 +1089,6 @@ export declare const ShippingCourseSchema: z.ZodObject<{
|
|
|
1106
1089
|
emailOne: string | null;
|
|
1107
1090
|
emailTwo: string | null;
|
|
1108
1091
|
emailThree: string | null;
|
|
1109
|
-
eori: string | null;
|
|
1110
1092
|
tva: string | null;
|
|
1111
1093
|
isTrackingMail: boolean | null;
|
|
1112
1094
|
isBillingCenter: boolean;
|
|
@@ -1130,10 +1112,10 @@ export declare const ShippingCourseSchema: z.ZodObject<{
|
|
|
1130
1112
|
countryId: number | null;
|
|
1131
1113
|
postalCode: string;
|
|
1132
1114
|
city: string;
|
|
1133
|
-
telephone: string;
|
|
1134
1115
|
email: string;
|
|
1135
1116
|
nom: string;
|
|
1136
1117
|
prenom: string;
|
|
1118
|
+
telephone: string;
|
|
1137
1119
|
adress: string;
|
|
1138
1120
|
country?: {
|
|
1139
1121
|
id: number;
|
|
@@ -1319,10 +1301,8 @@ export declare const ShippingCourseSchema: z.ZodObject<{
|
|
|
1319
1301
|
city: string;
|
|
1320
1302
|
telephoneOne: string;
|
|
1321
1303
|
telephoneTwo: string | null;
|
|
1322
|
-
comptaResponsible: string;
|
|
1323
1304
|
invoiceMail: string;
|
|
1324
1305
|
dafResponsibleName: string;
|
|
1325
|
-
telephone: string;
|
|
1326
1306
|
email: string | null;
|
|
1327
1307
|
intraVatNumber: string | null;
|
|
1328
1308
|
submittedToFrenchVat: boolean;
|
|
@@ -1352,7 +1332,6 @@ export declare const ShippingCourseSchema: z.ZodObject<{
|
|
|
1352
1332
|
emailOne: string | null;
|
|
1353
1333
|
emailTwo: string | null;
|
|
1354
1334
|
emailThree: string | null;
|
|
1355
|
-
eori: string | null;
|
|
1356
1335
|
tva: string | null;
|
|
1357
1336
|
isTrackingMail: boolean | null;
|
|
1358
1337
|
isBillingCenter: boolean;
|
|
@@ -1376,10 +1355,10 @@ export declare const ShippingCourseSchema: z.ZodObject<{
|
|
|
1376
1355
|
countryId: number | null;
|
|
1377
1356
|
postalCode: string;
|
|
1378
1357
|
city: string;
|
|
1379
|
-
telephone: string;
|
|
1380
1358
|
email: string;
|
|
1381
1359
|
nom: string;
|
|
1382
1360
|
prenom: string;
|
|
1361
|
+
telephone: string;
|
|
1383
1362
|
adress: string;
|
|
1384
1363
|
country?: {
|
|
1385
1364
|
id: number;
|