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
|
@@ -82,10 +82,8 @@ export declare const UserBillingCenterSchema: 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 UserBillingCenterSchema: 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 UserBillingCenterSchema: 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 UserBillingCenterSchema: 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 UserBillingCenterSchema: 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 UserBillingCenterSchema: 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 UserBillingCenterSchema: 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 UserBillingCenterSchema: 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 UserBillingCenterSchema: 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 UserBillingCenterSchema: 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 UserBillingCenterSchema: 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 UserBillingCenterSchema: 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 UserBillingCenterSchema: 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 UserBillingCenterSchema: 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;
|
|
@@ -875,10 +860,8 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
|
|
|
875
860
|
city: z.ZodString;
|
|
876
861
|
telephoneOne: z.ZodString;
|
|
877
862
|
telephoneTwo: z.ZodNullable<z.ZodString>;
|
|
878
|
-
comptaResponsible: z.ZodString;
|
|
879
863
|
invoiceMail: z.ZodString;
|
|
880
864
|
dafResponsibleName: z.ZodString;
|
|
881
|
-
telephone: z.ZodString;
|
|
882
865
|
email: z.ZodNullable<z.ZodString>;
|
|
883
866
|
intraVatNumber: z.ZodNullable<z.ZodString>;
|
|
884
867
|
submittedToFrenchVat: z.ZodBoolean;
|
|
@@ -908,7 +891,6 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
|
|
|
908
891
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
909
892
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
910
893
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
911
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
912
894
|
tva: z.ZodNullable<z.ZodString>;
|
|
913
895
|
isTrackingMail: z.ZodNullable<z.ZodBoolean>;
|
|
914
896
|
isBillingCenter: z.ZodBoolean;
|
|
@@ -949,10 +931,8 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
|
|
|
949
931
|
city: string;
|
|
950
932
|
telephoneOne: string;
|
|
951
933
|
telephoneTwo: string | null;
|
|
952
|
-
comptaResponsible: string;
|
|
953
934
|
invoiceMail: string;
|
|
954
935
|
dafResponsibleName: string;
|
|
955
|
-
telephone: string;
|
|
956
936
|
email: string | null;
|
|
957
937
|
intraVatNumber: string | null;
|
|
958
938
|
submittedToFrenchVat: boolean;
|
|
@@ -982,7 +962,6 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
|
|
|
982
962
|
emailOne: string | null;
|
|
983
963
|
emailTwo: string | null;
|
|
984
964
|
emailThree: string | null;
|
|
985
|
-
eori: string | null;
|
|
986
965
|
tva: string | null;
|
|
987
966
|
isTrackingMail: boolean | null;
|
|
988
967
|
isBillingCenter: boolean;
|
|
@@ -1009,10 +988,8 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
|
|
|
1009
988
|
city: string;
|
|
1010
989
|
telephoneOne: string;
|
|
1011
990
|
telephoneTwo: string | null;
|
|
1012
|
-
comptaResponsible: string;
|
|
1013
991
|
invoiceMail: string;
|
|
1014
992
|
dafResponsibleName: string;
|
|
1015
|
-
telephone: string;
|
|
1016
993
|
email: string | null;
|
|
1017
994
|
intraVatNumber: string | null;
|
|
1018
995
|
submittedToFrenchVat: boolean;
|
|
@@ -1042,7 +1019,6 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
|
|
|
1042
1019
|
emailOne: string | null;
|
|
1043
1020
|
emailTwo: string | null;
|
|
1044
1021
|
emailThree: string | null;
|
|
1045
|
-
eori: string | null;
|
|
1046
1022
|
tva: string | null;
|
|
1047
1023
|
isTrackingMail: boolean | null;
|
|
1048
1024
|
isBillingCenter: boolean;
|
|
@@ -1093,7 +1069,6 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
|
|
|
1093
1069
|
telephoneOne: string;
|
|
1094
1070
|
telephoneTwo: string | null;
|
|
1095
1071
|
dafResponsibleName: string | null;
|
|
1096
|
-
telephone: string | null;
|
|
1097
1072
|
email: string | null;
|
|
1098
1073
|
intraVatNumber: string | null;
|
|
1099
1074
|
numeroEori: string | null;
|
|
@@ -1120,9 +1095,9 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
|
|
|
1120
1095
|
emailOne: string | null;
|
|
1121
1096
|
emailTwo: string | null;
|
|
1122
1097
|
emailThree: string | null;
|
|
1123
|
-
eori: string | null;
|
|
1124
1098
|
tva: string | null;
|
|
1125
1099
|
isMailing: boolean;
|
|
1100
|
+
telephone: string | null;
|
|
1126
1101
|
billingCenterName: string;
|
|
1127
1102
|
customerId: number | null;
|
|
1128
1103
|
numeroSiren: string | null;
|
|
@@ -1134,6 +1109,7 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
|
|
|
1134
1109
|
isShowSecondBordereaux: boolean;
|
|
1135
1110
|
isShowCustomerName: boolean;
|
|
1136
1111
|
isShowCommercialValue: boolean;
|
|
1112
|
+
eori: string | null;
|
|
1137
1113
|
country?: {
|
|
1138
1114
|
id: number;
|
|
1139
1115
|
createdAt: DateTime<true> | DateTime<false>;
|
|
@@ -1154,10 +1130,8 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
|
|
|
1154
1130
|
city: string;
|
|
1155
1131
|
telephoneOne: string;
|
|
1156
1132
|
telephoneTwo: string | null;
|
|
1157
|
-
comptaResponsible: string;
|
|
1158
1133
|
invoiceMail: string;
|
|
1159
1134
|
dafResponsibleName: string;
|
|
1160
|
-
telephone: string;
|
|
1161
1135
|
email: string | null;
|
|
1162
1136
|
intraVatNumber: string | null;
|
|
1163
1137
|
submittedToFrenchVat: boolean;
|
|
@@ -1187,7 +1161,6 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
|
|
|
1187
1161
|
emailOne: string | null;
|
|
1188
1162
|
emailTwo: string | null;
|
|
1189
1163
|
emailThree: string | null;
|
|
1190
|
-
eori: string | null;
|
|
1191
1164
|
tva: string | null;
|
|
1192
1165
|
isTrackingMail: boolean | null;
|
|
1193
1166
|
isBillingCenter: boolean;
|
|
@@ -1216,7 +1189,6 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
|
|
|
1216
1189
|
telephoneOne: string;
|
|
1217
1190
|
telephoneTwo: string | null;
|
|
1218
1191
|
dafResponsibleName: string | null;
|
|
1219
|
-
telephone: string | null;
|
|
1220
1192
|
email: string | null;
|
|
1221
1193
|
intraVatNumber: string | null;
|
|
1222
1194
|
numeroEori: string | null;
|
|
@@ -1243,9 +1215,9 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
|
|
|
1243
1215
|
emailOne: string | null;
|
|
1244
1216
|
emailTwo: string | null;
|
|
1245
1217
|
emailThree: string | null;
|
|
1246
|
-
eori: string | null;
|
|
1247
1218
|
tva: string | null;
|
|
1248
1219
|
isMailing: boolean;
|
|
1220
|
+
telephone: string | null;
|
|
1249
1221
|
billingCenterName: string;
|
|
1250
1222
|
customerId: number | null;
|
|
1251
1223
|
numeroSiren: string | null;
|
|
@@ -1257,6 +1229,7 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
|
|
|
1257
1229
|
isShowSecondBordereaux: boolean;
|
|
1258
1230
|
isShowCustomerName: boolean;
|
|
1259
1231
|
isShowCommercialValue: boolean;
|
|
1232
|
+
eori: string | null;
|
|
1260
1233
|
country?: {
|
|
1261
1234
|
id: number;
|
|
1262
1235
|
createdAt: Date;
|
|
@@ -1277,10 +1250,8 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
|
|
|
1277
1250
|
city: string;
|
|
1278
1251
|
telephoneOne: string;
|
|
1279
1252
|
telephoneTwo: string | null;
|
|
1280
|
-
comptaResponsible: string;
|
|
1281
1253
|
invoiceMail: string;
|
|
1282
1254
|
dafResponsibleName: string;
|
|
1283
|
-
telephone: string;
|
|
1284
1255
|
email: string | null;
|
|
1285
1256
|
intraVatNumber: string | null;
|
|
1286
1257
|
submittedToFrenchVat: boolean;
|
|
@@ -1310,7 +1281,6 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
|
|
|
1310
1281
|
emailOne: string | null;
|
|
1311
1282
|
emailTwo: string | null;
|
|
1312
1283
|
emailThree: string | null;
|
|
1313
|
-
eori: string | null;
|
|
1314
1284
|
tva: string | null;
|
|
1315
1285
|
isTrackingMail: boolean | null;
|
|
1316
1286
|
isBillingCenter: boolean;
|
|
@@ -1346,7 +1316,6 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
|
|
|
1346
1316
|
telephoneOne: string;
|
|
1347
1317
|
telephoneTwo: string | null;
|
|
1348
1318
|
dafResponsibleName: string | null;
|
|
1349
|
-
telephone: string | null;
|
|
1350
1319
|
email: string | null;
|
|
1351
1320
|
intraVatNumber: string | null;
|
|
1352
1321
|
numeroEori: string | null;
|
|
@@ -1373,9 +1342,9 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
|
|
|
1373
1342
|
emailOne: string | null;
|
|
1374
1343
|
emailTwo: string | null;
|
|
1375
1344
|
emailThree: string | null;
|
|
1376
|
-
eori: string | null;
|
|
1377
1345
|
tva: string | null;
|
|
1378
1346
|
isMailing: boolean;
|
|
1347
|
+
telephone: string | null;
|
|
1379
1348
|
billingCenterName: string;
|
|
1380
1349
|
customerId: number | null;
|
|
1381
1350
|
numeroSiren: string | null;
|
|
@@ -1387,6 +1356,7 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
|
|
|
1387
1356
|
isShowSecondBordereaux: boolean;
|
|
1388
1357
|
isShowCustomerName: boolean;
|
|
1389
1358
|
isShowCommercialValue: boolean;
|
|
1359
|
+
eori: string | null;
|
|
1390
1360
|
country?: {
|
|
1391
1361
|
id: number;
|
|
1392
1362
|
createdAt: DateTime<true> | DateTime<false>;
|
|
@@ -1407,10 +1377,8 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
|
|
|
1407
1377
|
city: string;
|
|
1408
1378
|
telephoneOne: string;
|
|
1409
1379
|
telephoneTwo: string | null;
|
|
1410
|
-
comptaResponsible: string;
|
|
1411
1380
|
invoiceMail: string;
|
|
1412
1381
|
dafResponsibleName: string;
|
|
1413
|
-
telephone: string;
|
|
1414
1382
|
email: string | null;
|
|
1415
1383
|
intraVatNumber: string | null;
|
|
1416
1384
|
submittedToFrenchVat: boolean;
|
|
@@ -1440,7 +1408,6 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
|
|
|
1440
1408
|
emailOne: string | null;
|
|
1441
1409
|
emailTwo: string | null;
|
|
1442
1410
|
emailThree: string | null;
|
|
1443
|
-
eori: string | null;
|
|
1444
1411
|
tva: string | null;
|
|
1445
1412
|
isTrackingMail: boolean | null;
|
|
1446
1413
|
isBillingCenter: boolean;
|
|
@@ -1542,10 +1509,8 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
|
|
|
1542
1509
|
city: string;
|
|
1543
1510
|
telephoneOne: string;
|
|
1544
1511
|
telephoneTwo: string | null;
|
|
1545
|
-
comptaResponsible: string;
|
|
1546
1512
|
invoiceMail: string;
|
|
1547
1513
|
dafResponsibleName: string;
|
|
1548
|
-
telephone: string;
|
|
1549
1514
|
email: string | null;
|
|
1550
1515
|
intraVatNumber: string | null;
|
|
1551
1516
|
submittedToFrenchVat: boolean;
|
|
@@ -1575,7 +1540,6 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
|
|
|
1575
1540
|
emailOne: string | null;
|
|
1576
1541
|
emailTwo: string | null;
|
|
1577
1542
|
emailThree: string | null;
|
|
1578
|
-
eori: string | null;
|
|
1579
1543
|
tva: string | null;
|
|
1580
1544
|
isTrackingMail: boolean | null;
|
|
1581
1545
|
isBillingCenter: boolean;
|
|
@@ -1599,10 +1563,10 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
|
|
|
1599
1563
|
countryId: number | null;
|
|
1600
1564
|
postalCode: string;
|
|
1601
1565
|
city: string;
|
|
1602
|
-
telephone: string;
|
|
1603
1566
|
email: string;
|
|
1604
1567
|
nom: string;
|
|
1605
1568
|
prenom: string;
|
|
1569
|
+
telephone: string;
|
|
1606
1570
|
adress: string;
|
|
1607
1571
|
country?: {
|
|
1608
1572
|
id: number;
|
|
@@ -1658,7 +1622,6 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
|
|
|
1658
1622
|
telephoneOne: string;
|
|
1659
1623
|
telephoneTwo: string | null;
|
|
1660
1624
|
dafResponsibleName: string | null;
|
|
1661
|
-
telephone: string | null;
|
|
1662
1625
|
email: string | null;
|
|
1663
1626
|
intraVatNumber: string | null;
|
|
1664
1627
|
numeroEori: string | null;
|
|
@@ -1685,9 +1648,9 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
|
|
|
1685
1648
|
emailOne: string | null;
|
|
1686
1649
|
emailTwo: string | null;
|
|
1687
1650
|
emailThree: string | null;
|
|
1688
|
-
eori: string | null;
|
|
1689
1651
|
tva: string | null;
|
|
1690
1652
|
isMailing: boolean;
|
|
1653
|
+
telephone: string | null;
|
|
1691
1654
|
billingCenterName: string;
|
|
1692
1655
|
customerId: number | null;
|
|
1693
1656
|
numeroSiren: string | null;
|
|
@@ -1699,6 +1662,7 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
|
|
|
1699
1662
|
isShowSecondBordereaux: boolean;
|
|
1700
1663
|
isShowCustomerName: boolean;
|
|
1701
1664
|
isShowCommercialValue: boolean;
|
|
1665
|
+
eori: string | null;
|
|
1702
1666
|
country?: {
|
|
1703
1667
|
id: number;
|
|
1704
1668
|
createdAt: Date;
|
|
@@ -1719,10 +1683,8 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
|
|
|
1719
1683
|
city: string;
|
|
1720
1684
|
telephoneOne: string;
|
|
1721
1685
|
telephoneTwo: string | null;
|
|
1722
|
-
comptaResponsible: string;
|
|
1723
1686
|
invoiceMail: string;
|
|
1724
1687
|
dafResponsibleName: string;
|
|
1725
|
-
telephone: string;
|
|
1726
1688
|
email: string | null;
|
|
1727
1689
|
intraVatNumber: string | null;
|
|
1728
1690
|
submittedToFrenchVat: boolean;
|
|
@@ -1752,7 +1714,6 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
|
|
|
1752
1714
|
emailOne: string | null;
|
|
1753
1715
|
emailTwo: string | null;
|
|
1754
1716
|
emailThree: string | null;
|
|
1755
|
-
eori: string | null;
|
|
1756
1717
|
tva: string | null;
|
|
1757
1718
|
isTrackingMail: boolean | null;
|
|
1758
1719
|
isBillingCenter: boolean;
|
|
@@ -1854,10 +1815,8 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
|
|
|
1854
1815
|
city: string;
|
|
1855
1816
|
telephoneOne: string;
|
|
1856
1817
|
telephoneTwo: string | null;
|
|
1857
|
-
comptaResponsible: string;
|
|
1858
1818
|
invoiceMail: string;
|
|
1859
1819
|
dafResponsibleName: string;
|
|
1860
|
-
telephone: string;
|
|
1861
1820
|
email: string | null;
|
|
1862
1821
|
intraVatNumber: string | null;
|
|
1863
1822
|
submittedToFrenchVat: boolean;
|
|
@@ -1887,7 +1846,6 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
|
|
|
1887
1846
|
emailOne: string | null;
|
|
1888
1847
|
emailTwo: string | null;
|
|
1889
1848
|
emailThree: string | null;
|
|
1890
|
-
eori: string | null;
|
|
1891
1849
|
tva: string | null;
|
|
1892
1850
|
isTrackingMail: boolean | null;
|
|
1893
1851
|
isBillingCenter: boolean;
|
|
@@ -1911,10 +1869,10 @@ export declare const UserBillingCenterSchema: z.ZodObject<{
|
|
|
1911
1869
|
countryId: number | null;
|
|
1912
1870
|
postalCode: string;
|
|
1913
1871
|
city: string;
|
|
1914
|
-
telephone: string;
|
|
1915
1872
|
email: string;
|
|
1916
1873
|
nom: string;
|
|
1917
1874
|
prenom: string;
|
|
1875
|
+
telephone: string;
|
|
1918
1876
|
adress: string;
|
|
1919
1877
|
country?: {
|
|
1920
1878
|
id: number;
|
|
@@ -87,10 +87,8 @@ export declare const UserLoginHistorieSchema: z.ZodObject<{
|
|
|
87
87
|
city: z.ZodString;
|
|
88
88
|
telephoneOne: z.ZodString;
|
|
89
89
|
telephoneTwo: z.ZodNullable<z.ZodString>;
|
|
90
|
-
comptaResponsible: z.ZodString;
|
|
91
90
|
invoiceMail: z.ZodString;
|
|
92
91
|
dafResponsibleName: z.ZodString;
|
|
93
|
-
telephone: z.ZodString;
|
|
94
92
|
email: z.ZodNullable<z.ZodString>;
|
|
95
93
|
intraVatNumber: z.ZodNullable<z.ZodString>;
|
|
96
94
|
submittedToFrenchVat: z.ZodBoolean;
|
|
@@ -120,7 +118,6 @@ export declare const UserLoginHistorieSchema: z.ZodObject<{
|
|
|
120
118
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
121
119
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
122
120
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
123
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
124
121
|
tva: z.ZodNullable<z.ZodString>;
|
|
125
122
|
isTrackingMail: z.ZodNullable<z.ZodBoolean>;
|
|
126
123
|
isBillingCenter: z.ZodBoolean;
|
|
@@ -161,10 +158,8 @@ export declare const UserLoginHistorieSchema: z.ZodObject<{
|
|
|
161
158
|
city: string;
|
|
162
159
|
telephoneOne: string;
|
|
163
160
|
telephoneTwo: string | null;
|
|
164
|
-
comptaResponsible: string;
|
|
165
161
|
invoiceMail: string;
|
|
166
162
|
dafResponsibleName: string;
|
|
167
|
-
telephone: string;
|
|
168
163
|
email: string | null;
|
|
169
164
|
intraVatNumber: string | null;
|
|
170
165
|
submittedToFrenchVat: boolean;
|
|
@@ -194,7 +189,6 @@ export declare const UserLoginHistorieSchema: z.ZodObject<{
|
|
|
194
189
|
emailOne: string | null;
|
|
195
190
|
emailTwo: string | null;
|
|
196
191
|
emailThree: string | null;
|
|
197
|
-
eori: string | null;
|
|
198
192
|
tva: string | null;
|
|
199
193
|
isTrackingMail: boolean | null;
|
|
200
194
|
isBillingCenter: boolean;
|
|
@@ -221,10 +215,8 @@ export declare const UserLoginHistorieSchema: z.ZodObject<{
|
|
|
221
215
|
city: string;
|
|
222
216
|
telephoneOne: string;
|
|
223
217
|
telephoneTwo: string | null;
|
|
224
|
-
comptaResponsible: string;
|
|
225
218
|
invoiceMail: string;
|
|
226
219
|
dafResponsibleName: string;
|
|
227
|
-
telephone: string;
|
|
228
220
|
email: string | null;
|
|
229
221
|
intraVatNumber: string | null;
|
|
230
222
|
submittedToFrenchVat: boolean;
|
|
@@ -254,7 +246,6 @@ export declare const UserLoginHistorieSchema: z.ZodObject<{
|
|
|
254
246
|
emailOne: string | null;
|
|
255
247
|
emailTwo: string | null;
|
|
256
248
|
emailThree: string | null;
|
|
257
|
-
eori: string | null;
|
|
258
249
|
tva: string | null;
|
|
259
250
|
isTrackingMail: boolean | null;
|
|
260
251
|
isBillingCenter: boolean;
|
|
@@ -313,10 +304,10 @@ export declare const UserLoginHistorieSchema: z.ZodObject<{
|
|
|
313
304
|
countryId: number | null;
|
|
314
305
|
postalCode: string;
|
|
315
306
|
city: string;
|
|
316
|
-
telephone: string;
|
|
317
307
|
email: string;
|
|
318
308
|
nom: string;
|
|
319
309
|
prenom: string;
|
|
310
|
+
telephone: string;
|
|
320
311
|
adress: string;
|
|
321
312
|
country?: {
|
|
322
313
|
id: number;
|
|
@@ -334,10 +325,10 @@ export declare const UserLoginHistorieSchema: z.ZodObject<{
|
|
|
334
325
|
countryId: number | null;
|
|
335
326
|
postalCode: string;
|
|
336
327
|
city: string;
|
|
337
|
-
telephone: string;
|
|
338
328
|
email: string;
|
|
339
329
|
nom: string;
|
|
340
330
|
prenom: string;
|
|
331
|
+
telephone: string;
|
|
341
332
|
adress: string;
|
|
342
333
|
country?: {
|
|
343
334
|
id: number;
|
|
@@ -536,10 +527,8 @@ export declare const UserLoginHistorieSchema: z.ZodObject<{
|
|
|
536
527
|
city: string;
|
|
537
528
|
telephoneOne: string;
|
|
538
529
|
telephoneTwo: string | null;
|
|
539
|
-
comptaResponsible: string;
|
|
540
530
|
invoiceMail: string;
|
|
541
531
|
dafResponsibleName: string;
|
|
542
|
-
telephone: string;
|
|
543
532
|
email: string | null;
|
|
544
533
|
intraVatNumber: string | null;
|
|
545
534
|
submittedToFrenchVat: boolean;
|
|
@@ -569,7 +558,6 @@ export declare const UserLoginHistorieSchema: z.ZodObject<{
|
|
|
569
558
|
emailOne: string | null;
|
|
570
559
|
emailTwo: string | null;
|
|
571
560
|
emailThree: string | null;
|
|
572
|
-
eori: string | null;
|
|
573
561
|
tva: string | null;
|
|
574
562
|
isTrackingMail: boolean | null;
|
|
575
563
|
isBillingCenter: boolean;
|
|
@@ -593,10 +581,10 @@ export declare const UserLoginHistorieSchema: z.ZodObject<{
|
|
|
593
581
|
countryId: number | null;
|
|
594
582
|
postalCode: string;
|
|
595
583
|
city: string;
|
|
596
|
-
telephone: string;
|
|
597
584
|
email: string;
|
|
598
585
|
nom: string;
|
|
599
586
|
prenom: string;
|
|
587
|
+
telephone: string;
|
|
600
588
|
adress: string;
|
|
601
589
|
country?: {
|
|
602
590
|
id: number;
|
|
@@ -717,10 +705,8 @@ export declare const UserLoginHistorieSchema: z.ZodObject<{
|
|
|
717
705
|
city: string;
|
|
718
706
|
telephoneOne: string;
|
|
719
707
|
telephoneTwo: string | null;
|
|
720
|
-
comptaResponsible: string;
|
|
721
708
|
invoiceMail: string;
|
|
722
709
|
dafResponsibleName: string;
|
|
723
|
-
telephone: string;
|
|
724
710
|
email: string | null;
|
|
725
711
|
intraVatNumber: string | null;
|
|
726
712
|
submittedToFrenchVat: boolean;
|
|
@@ -750,7 +736,6 @@ export declare const UserLoginHistorieSchema: z.ZodObject<{
|
|
|
750
736
|
emailOne: string | null;
|
|
751
737
|
emailTwo: string | null;
|
|
752
738
|
emailThree: string | null;
|
|
753
|
-
eori: string | null;
|
|
754
739
|
tva: string | null;
|
|
755
740
|
isTrackingMail: boolean | null;
|
|
756
741
|
isBillingCenter: boolean;
|
|
@@ -774,10 +759,10 @@ export declare const UserLoginHistorieSchema: z.ZodObject<{
|
|
|
774
759
|
countryId: number | null;
|
|
775
760
|
postalCode: string;
|
|
776
761
|
city: string;
|
|
777
|
-
telephone: string;
|
|
778
762
|
email: string;
|
|
779
763
|
nom: string;
|
|
780
764
|
prenom: string;
|
|
765
|
+
telephone: string;
|
|
781
766
|
adress: string;
|
|
782
767
|
country?: {
|
|
783
768
|
id: number;
|
|
@@ -910,10 +895,8 @@ export declare const UserLoginHistorieSchema: z.ZodObject<{
|
|
|
910
895
|
city: string;
|
|
911
896
|
telephoneOne: string;
|
|
912
897
|
telephoneTwo: string | null;
|
|
913
|
-
comptaResponsible: string;
|
|
914
898
|
invoiceMail: string;
|
|
915
899
|
dafResponsibleName: string;
|
|
916
|
-
telephone: string;
|
|
917
900
|
email: string | null;
|
|
918
901
|
intraVatNumber: string | null;
|
|
919
902
|
submittedToFrenchVat: boolean;
|
|
@@ -943,7 +926,6 @@ export declare const UserLoginHistorieSchema: z.ZodObject<{
|
|
|
943
926
|
emailOne: string | null;
|
|
944
927
|
emailTwo: string | null;
|
|
945
928
|
emailThree: string | null;
|
|
946
|
-
eori: string | null;
|
|
947
929
|
tva: string | null;
|
|
948
930
|
isTrackingMail: boolean | null;
|
|
949
931
|
isBillingCenter: boolean;
|
|
@@ -967,10 +949,10 @@ export declare const UserLoginHistorieSchema: z.ZodObject<{
|
|
|
967
949
|
countryId: number | null;
|
|
968
950
|
postalCode: string;
|
|
969
951
|
city: string;
|
|
970
|
-
telephone: string;
|
|
971
952
|
email: string;
|
|
972
953
|
nom: string;
|
|
973
954
|
prenom: string;
|
|
955
|
+
telephone: string;
|
|
974
956
|
adress: string;
|
|
975
957
|
country?: {
|
|
976
958
|
id: number;
|
|
@@ -1103,10 +1085,8 @@ export declare const UserLoginHistorieSchema: z.ZodObject<{
|
|
|
1103
1085
|
city: string;
|
|
1104
1086
|
telephoneOne: string;
|
|
1105
1087
|
telephoneTwo: string | null;
|
|
1106
|
-
comptaResponsible: string;
|
|
1107
1088
|
invoiceMail: string;
|
|
1108
1089
|
dafResponsibleName: string;
|
|
1109
|
-
telephone: string;
|
|
1110
1090
|
email: string | null;
|
|
1111
1091
|
intraVatNumber: string | null;
|
|
1112
1092
|
submittedToFrenchVat: boolean;
|
|
@@ -1136,7 +1116,6 @@ export declare const UserLoginHistorieSchema: z.ZodObject<{
|
|
|
1136
1116
|
emailOne: string | null;
|
|
1137
1117
|
emailTwo: string | null;
|
|
1138
1118
|
emailThree: string | null;
|
|
1139
|
-
eori: string | null;
|
|
1140
1119
|
tva: string | null;
|
|
1141
1120
|
isTrackingMail: boolean | null;
|
|
1142
1121
|
isBillingCenter: boolean;
|
|
@@ -1160,10 +1139,10 @@ export declare const UserLoginHistorieSchema: z.ZodObject<{
|
|
|
1160
1139
|
countryId: number | null;
|
|
1161
1140
|
postalCode: string;
|
|
1162
1141
|
city: string;
|
|
1163
|
-
telephone: string;
|
|
1164
1142
|
email: string;
|
|
1165
1143
|
nom: string;
|
|
1166
1144
|
prenom: string;
|
|
1145
|
+
telephone: string;
|
|
1167
1146
|
adress: string;
|
|
1168
1147
|
country?: {
|
|
1169
1148
|
id: number;
|