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
|
@@ -244,10 +244,8 @@ export declare const ShippingDocumentSchema: z.ZodObject<{
|
|
|
244
244
|
city: z.ZodString;
|
|
245
245
|
telephoneOne: z.ZodString;
|
|
246
246
|
telephoneTwo: z.ZodNullable<z.ZodString>;
|
|
247
|
-
comptaResponsible: z.ZodString;
|
|
248
247
|
invoiceMail: z.ZodString;
|
|
249
248
|
dafResponsibleName: z.ZodString;
|
|
250
|
-
telephone: z.ZodString;
|
|
251
249
|
email: z.ZodNullable<z.ZodString>;
|
|
252
250
|
intraVatNumber: z.ZodNullable<z.ZodString>;
|
|
253
251
|
submittedToFrenchVat: z.ZodBoolean;
|
|
@@ -277,7 +275,6 @@ export declare const ShippingDocumentSchema: z.ZodObject<{
|
|
|
277
275
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
278
276
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
279
277
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
280
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
281
278
|
tva: z.ZodNullable<z.ZodString>;
|
|
282
279
|
isTrackingMail: z.ZodNullable<z.ZodBoolean>;
|
|
283
280
|
isBillingCenter: z.ZodBoolean;
|
|
@@ -318,10 +315,8 @@ export declare const ShippingDocumentSchema: z.ZodObject<{
|
|
|
318
315
|
city: string;
|
|
319
316
|
telephoneOne: string;
|
|
320
317
|
telephoneTwo: string | null;
|
|
321
|
-
comptaResponsible: string;
|
|
322
318
|
invoiceMail: string;
|
|
323
319
|
dafResponsibleName: string;
|
|
324
|
-
telephone: string;
|
|
325
320
|
email: string | null;
|
|
326
321
|
intraVatNumber: string | null;
|
|
327
322
|
submittedToFrenchVat: boolean;
|
|
@@ -351,7 +346,6 @@ export declare const ShippingDocumentSchema: z.ZodObject<{
|
|
|
351
346
|
emailOne: string | null;
|
|
352
347
|
emailTwo: string | null;
|
|
353
348
|
emailThree: string | null;
|
|
354
|
-
eori: string | null;
|
|
355
349
|
tva: string | null;
|
|
356
350
|
isTrackingMail: boolean | null;
|
|
357
351
|
isBillingCenter: boolean;
|
|
@@ -378,10 +372,8 @@ export declare const ShippingDocumentSchema: z.ZodObject<{
|
|
|
378
372
|
city: string;
|
|
379
373
|
telephoneOne: string;
|
|
380
374
|
telephoneTwo: string | null;
|
|
381
|
-
comptaResponsible: string;
|
|
382
375
|
invoiceMail: string;
|
|
383
376
|
dafResponsibleName: string;
|
|
384
|
-
telephone: string;
|
|
385
377
|
email: string | null;
|
|
386
378
|
intraVatNumber: string | null;
|
|
387
379
|
submittedToFrenchVat: boolean;
|
|
@@ -411,7 +403,6 @@ export declare const ShippingDocumentSchema: z.ZodObject<{
|
|
|
411
403
|
emailOne: string | null;
|
|
412
404
|
emailTwo: string | null;
|
|
413
405
|
emailThree: string | null;
|
|
414
|
-
eori: string | null;
|
|
415
406
|
tva: string | null;
|
|
416
407
|
isTrackingMail: boolean | null;
|
|
417
408
|
isBillingCenter: boolean;
|
|
@@ -470,10 +461,10 @@ export declare const ShippingDocumentSchema: z.ZodObject<{
|
|
|
470
461
|
countryId: number | null;
|
|
471
462
|
postalCode: string;
|
|
472
463
|
city: string;
|
|
473
|
-
telephone: string;
|
|
474
464
|
email: string;
|
|
475
465
|
nom: string;
|
|
476
466
|
prenom: string;
|
|
467
|
+
telephone: string;
|
|
477
468
|
adress: string;
|
|
478
469
|
country?: {
|
|
479
470
|
id: number;
|
|
@@ -491,10 +482,10 @@ export declare const ShippingDocumentSchema: z.ZodObject<{
|
|
|
491
482
|
countryId: number | null;
|
|
492
483
|
postalCode: string;
|
|
493
484
|
city: string;
|
|
494
|
-
telephone: string;
|
|
495
485
|
email: string;
|
|
496
486
|
nom: string;
|
|
497
487
|
prenom: string;
|
|
488
|
+
telephone: string;
|
|
498
489
|
adress: string;
|
|
499
490
|
country?: {
|
|
500
491
|
id: number;
|
|
@@ -693,10 +684,8 @@ export declare const ShippingDocumentSchema: z.ZodObject<{
|
|
|
693
684
|
city: string;
|
|
694
685
|
telephoneOne: string;
|
|
695
686
|
telephoneTwo: string | null;
|
|
696
|
-
comptaResponsible: string;
|
|
697
687
|
invoiceMail: string;
|
|
698
688
|
dafResponsibleName: string;
|
|
699
|
-
telephone: string;
|
|
700
689
|
email: string | null;
|
|
701
690
|
intraVatNumber: string | null;
|
|
702
691
|
submittedToFrenchVat: boolean;
|
|
@@ -726,7 +715,6 @@ export declare const ShippingDocumentSchema: z.ZodObject<{
|
|
|
726
715
|
emailOne: string | null;
|
|
727
716
|
emailTwo: string | null;
|
|
728
717
|
emailThree: string | null;
|
|
729
|
-
eori: string | null;
|
|
730
718
|
tva: string | null;
|
|
731
719
|
isTrackingMail: boolean | null;
|
|
732
720
|
isBillingCenter: boolean;
|
|
@@ -750,10 +738,10 @@ export declare const ShippingDocumentSchema: z.ZodObject<{
|
|
|
750
738
|
countryId: number | null;
|
|
751
739
|
postalCode: string;
|
|
752
740
|
city: string;
|
|
753
|
-
telephone: string;
|
|
754
741
|
email: string;
|
|
755
742
|
nom: string;
|
|
756
743
|
prenom: string;
|
|
744
|
+
telephone: string;
|
|
757
745
|
adress: string;
|
|
758
746
|
country?: {
|
|
759
747
|
id: number;
|
|
@@ -874,10 +862,8 @@ export declare const ShippingDocumentSchema: z.ZodObject<{
|
|
|
874
862
|
city: string;
|
|
875
863
|
telephoneOne: string;
|
|
876
864
|
telephoneTwo: string | null;
|
|
877
|
-
comptaResponsible: string;
|
|
878
865
|
invoiceMail: string;
|
|
879
866
|
dafResponsibleName: string;
|
|
880
|
-
telephone: string;
|
|
881
867
|
email: string | null;
|
|
882
868
|
intraVatNumber: string | null;
|
|
883
869
|
submittedToFrenchVat: boolean;
|
|
@@ -907,7 +893,6 @@ export declare const ShippingDocumentSchema: z.ZodObject<{
|
|
|
907
893
|
emailOne: string | null;
|
|
908
894
|
emailTwo: string | null;
|
|
909
895
|
emailThree: string | null;
|
|
910
|
-
eori: string | null;
|
|
911
896
|
tva: string | null;
|
|
912
897
|
isTrackingMail: boolean | null;
|
|
913
898
|
isBillingCenter: boolean;
|
|
@@ -931,10 +916,10 @@ export declare const ShippingDocumentSchema: z.ZodObject<{
|
|
|
931
916
|
countryId: number | null;
|
|
932
917
|
postalCode: string;
|
|
933
918
|
city: string;
|
|
934
|
-
telephone: string;
|
|
935
919
|
email: string;
|
|
936
920
|
nom: string;
|
|
937
921
|
prenom: string;
|
|
922
|
+
telephone: string;
|
|
938
923
|
adress: string;
|
|
939
924
|
country?: {
|
|
940
925
|
id: number;
|
|
@@ -1065,10 +1050,8 @@ export declare const ShippingDocumentSchema: z.ZodObject<{
|
|
|
1065
1050
|
city: string;
|
|
1066
1051
|
telephoneOne: string;
|
|
1067
1052
|
telephoneTwo: string | null;
|
|
1068
|
-
comptaResponsible: string;
|
|
1069
1053
|
invoiceMail: string;
|
|
1070
1054
|
dafResponsibleName: string;
|
|
1071
|
-
telephone: string;
|
|
1072
1055
|
email: string | null;
|
|
1073
1056
|
intraVatNumber: string | null;
|
|
1074
1057
|
submittedToFrenchVat: boolean;
|
|
@@ -1098,7 +1081,6 @@ export declare const ShippingDocumentSchema: z.ZodObject<{
|
|
|
1098
1081
|
emailOne: string | null;
|
|
1099
1082
|
emailTwo: string | null;
|
|
1100
1083
|
emailThree: string | null;
|
|
1101
|
-
eori: string | null;
|
|
1102
1084
|
tva: string | null;
|
|
1103
1085
|
isTrackingMail: boolean | null;
|
|
1104
1086
|
isBillingCenter: boolean;
|
|
@@ -1122,10 +1104,10 @@ export declare const ShippingDocumentSchema: z.ZodObject<{
|
|
|
1122
1104
|
countryId: number | null;
|
|
1123
1105
|
postalCode: string;
|
|
1124
1106
|
city: string;
|
|
1125
|
-
telephone: string;
|
|
1126
1107
|
email: string;
|
|
1127
1108
|
nom: string;
|
|
1128
1109
|
prenom: string;
|
|
1110
|
+
telephone: string;
|
|
1129
1111
|
adress: string;
|
|
1130
1112
|
country?: {
|
|
1131
1113
|
id: number;
|
|
@@ -1307,10 +1289,8 @@ export declare const ShippingDocumentSchema: z.ZodObject<{
|
|
|
1307
1289
|
city: string;
|
|
1308
1290
|
telephoneOne: string;
|
|
1309
1291
|
telephoneTwo: string | null;
|
|
1310
|
-
comptaResponsible: string;
|
|
1311
1292
|
invoiceMail: string;
|
|
1312
1293
|
dafResponsibleName: string;
|
|
1313
|
-
telephone: string;
|
|
1314
1294
|
email: string | null;
|
|
1315
1295
|
intraVatNumber: string | null;
|
|
1316
1296
|
submittedToFrenchVat: boolean;
|
|
@@ -1340,7 +1320,6 @@ export declare const ShippingDocumentSchema: z.ZodObject<{
|
|
|
1340
1320
|
emailOne: string | null;
|
|
1341
1321
|
emailTwo: string | null;
|
|
1342
1322
|
emailThree: string | null;
|
|
1343
|
-
eori: string | null;
|
|
1344
1323
|
tva: string | null;
|
|
1345
1324
|
isTrackingMail: boolean | null;
|
|
1346
1325
|
isBillingCenter: boolean;
|
|
@@ -1364,10 +1343,10 @@ export declare const ShippingDocumentSchema: z.ZodObject<{
|
|
|
1364
1343
|
countryId: number | null;
|
|
1365
1344
|
postalCode: string;
|
|
1366
1345
|
city: string;
|
|
1367
|
-
telephone: string;
|
|
1368
1346
|
email: string;
|
|
1369
1347
|
nom: string;
|
|
1370
1348
|
prenom: string;
|
|
1349
|
+
telephone: string;
|
|
1371
1350
|
adress: string;
|
|
1372
1351
|
country?: {
|
|
1373
1352
|
id: number;
|
|
@@ -99,10 +99,8 @@ export declare const ShippingTrackingSchema: z.ZodObject<{
|
|
|
99
99
|
city: z.ZodString;
|
|
100
100
|
telephoneOne: z.ZodString;
|
|
101
101
|
telephoneTwo: z.ZodNullable<z.ZodString>;
|
|
102
|
-
comptaResponsible: z.ZodString;
|
|
103
102
|
invoiceMail: z.ZodString;
|
|
104
103
|
dafResponsibleName: z.ZodString;
|
|
105
|
-
telephone: z.ZodString;
|
|
106
104
|
email: z.ZodNullable<z.ZodString>;
|
|
107
105
|
intraVatNumber: z.ZodNullable<z.ZodString>;
|
|
108
106
|
submittedToFrenchVat: z.ZodBoolean;
|
|
@@ -132,7 +130,6 @@ export declare const ShippingTrackingSchema: z.ZodObject<{
|
|
|
132
130
|
emailOne: z.ZodNullable<z.ZodString>;
|
|
133
131
|
emailTwo: z.ZodNullable<z.ZodString>;
|
|
134
132
|
emailThree: z.ZodNullable<z.ZodString>;
|
|
135
|
-
eori: z.ZodNullable<z.ZodString>;
|
|
136
133
|
tva: z.ZodNullable<z.ZodString>;
|
|
137
134
|
isTrackingMail: z.ZodNullable<z.ZodBoolean>;
|
|
138
135
|
isBillingCenter: z.ZodBoolean;
|
|
@@ -173,10 +170,8 @@ export declare const ShippingTrackingSchema: z.ZodObject<{
|
|
|
173
170
|
city: string;
|
|
174
171
|
telephoneOne: string;
|
|
175
172
|
telephoneTwo: string | null;
|
|
176
|
-
comptaResponsible: string;
|
|
177
173
|
invoiceMail: string;
|
|
178
174
|
dafResponsibleName: string;
|
|
179
|
-
telephone: string;
|
|
180
175
|
email: string | null;
|
|
181
176
|
intraVatNumber: string | null;
|
|
182
177
|
submittedToFrenchVat: boolean;
|
|
@@ -206,7 +201,6 @@ export declare const ShippingTrackingSchema: z.ZodObject<{
|
|
|
206
201
|
emailOne: string | null;
|
|
207
202
|
emailTwo: string | null;
|
|
208
203
|
emailThree: string | null;
|
|
209
|
-
eori: string | null;
|
|
210
204
|
tva: string | null;
|
|
211
205
|
isTrackingMail: boolean | null;
|
|
212
206
|
isBillingCenter: boolean;
|
|
@@ -233,10 +227,8 @@ export declare const ShippingTrackingSchema: z.ZodObject<{
|
|
|
233
227
|
city: string;
|
|
234
228
|
telephoneOne: string;
|
|
235
229
|
telephoneTwo: string | null;
|
|
236
|
-
comptaResponsible: string;
|
|
237
230
|
invoiceMail: string;
|
|
238
231
|
dafResponsibleName: string;
|
|
239
|
-
telephone: string;
|
|
240
232
|
email: string | null;
|
|
241
233
|
intraVatNumber: string | null;
|
|
242
234
|
submittedToFrenchVat: boolean;
|
|
@@ -266,7 +258,6 @@ export declare const ShippingTrackingSchema: z.ZodObject<{
|
|
|
266
258
|
emailOne: string | null;
|
|
267
259
|
emailTwo: string | null;
|
|
268
260
|
emailThree: string | null;
|
|
269
|
-
eori: string | null;
|
|
270
261
|
tva: string | null;
|
|
271
262
|
isTrackingMail: boolean | null;
|
|
272
263
|
isBillingCenter: boolean;
|
|
@@ -325,10 +316,10 @@ export declare const ShippingTrackingSchema: z.ZodObject<{
|
|
|
325
316
|
countryId: number | null;
|
|
326
317
|
postalCode: string;
|
|
327
318
|
city: string;
|
|
328
|
-
telephone: string;
|
|
329
319
|
email: string;
|
|
330
320
|
nom: string;
|
|
331
321
|
prenom: string;
|
|
322
|
+
telephone: string;
|
|
332
323
|
adress: string;
|
|
333
324
|
country?: {
|
|
334
325
|
id: number;
|
|
@@ -346,10 +337,10 @@ export declare const ShippingTrackingSchema: z.ZodObject<{
|
|
|
346
337
|
countryId: number | null;
|
|
347
338
|
postalCode: string;
|
|
348
339
|
city: string;
|
|
349
|
-
telephone: string;
|
|
350
340
|
email: string;
|
|
351
341
|
nom: string;
|
|
352
342
|
prenom: string;
|
|
343
|
+
telephone: string;
|
|
353
344
|
adress: string;
|
|
354
345
|
country?: {
|
|
355
346
|
id: number;
|
|
@@ -548,10 +539,8 @@ export declare const ShippingTrackingSchema: z.ZodObject<{
|
|
|
548
539
|
city: string;
|
|
549
540
|
telephoneOne: string;
|
|
550
541
|
telephoneTwo: string | null;
|
|
551
|
-
comptaResponsible: string;
|
|
552
542
|
invoiceMail: string;
|
|
553
543
|
dafResponsibleName: string;
|
|
554
|
-
telephone: string;
|
|
555
544
|
email: string | null;
|
|
556
545
|
intraVatNumber: string | null;
|
|
557
546
|
submittedToFrenchVat: boolean;
|
|
@@ -581,7 +570,6 @@ export declare const ShippingTrackingSchema: z.ZodObject<{
|
|
|
581
570
|
emailOne: string | null;
|
|
582
571
|
emailTwo: string | null;
|
|
583
572
|
emailThree: string | null;
|
|
584
|
-
eori: string | null;
|
|
585
573
|
tva: string | null;
|
|
586
574
|
isTrackingMail: boolean | null;
|
|
587
575
|
isBillingCenter: boolean;
|
|
@@ -605,10 +593,10 @@ export declare const ShippingTrackingSchema: z.ZodObject<{
|
|
|
605
593
|
countryId: number | null;
|
|
606
594
|
postalCode: string;
|
|
607
595
|
city: string;
|
|
608
|
-
telephone: string;
|
|
609
596
|
email: string;
|
|
610
597
|
nom: string;
|
|
611
598
|
prenom: string;
|
|
599
|
+
telephone: string;
|
|
612
600
|
adress: string;
|
|
613
601
|
country?: {
|
|
614
602
|
id: number;
|
|
@@ -729,10 +717,8 @@ export declare const ShippingTrackingSchema: z.ZodObject<{
|
|
|
729
717
|
city: string;
|
|
730
718
|
telephoneOne: string;
|
|
731
719
|
telephoneTwo: string | null;
|
|
732
|
-
comptaResponsible: string;
|
|
733
720
|
invoiceMail: string;
|
|
734
721
|
dafResponsibleName: string;
|
|
735
|
-
telephone: string;
|
|
736
722
|
email: string | null;
|
|
737
723
|
intraVatNumber: string | null;
|
|
738
724
|
submittedToFrenchVat: boolean;
|
|
@@ -762,7 +748,6 @@ export declare const ShippingTrackingSchema: z.ZodObject<{
|
|
|
762
748
|
emailOne: string | null;
|
|
763
749
|
emailTwo: string | null;
|
|
764
750
|
emailThree: string | null;
|
|
765
|
-
eori: string | null;
|
|
766
751
|
tva: string | null;
|
|
767
752
|
isTrackingMail: boolean | null;
|
|
768
753
|
isBillingCenter: boolean;
|
|
@@ -786,10 +771,10 @@ export declare const ShippingTrackingSchema: z.ZodObject<{
|
|
|
786
771
|
countryId: number | null;
|
|
787
772
|
postalCode: string;
|
|
788
773
|
city: string;
|
|
789
|
-
telephone: string;
|
|
790
774
|
email: string;
|
|
791
775
|
nom: string;
|
|
792
776
|
prenom: string;
|
|
777
|
+
telephone: string;
|
|
793
778
|
adress: string;
|
|
794
779
|
country?: {
|
|
795
780
|
id: number;
|
|
@@ -1092,10 +1077,8 @@ export declare const ShippingTrackingSchema: z.ZodObject<{
|
|
|
1092
1077
|
city: string;
|
|
1093
1078
|
telephoneOne: string;
|
|
1094
1079
|
telephoneTwo: string | null;
|
|
1095
|
-
comptaResponsible: string;
|
|
1096
1080
|
invoiceMail: string;
|
|
1097
1081
|
dafResponsibleName: string;
|
|
1098
|
-
telephone: string;
|
|
1099
1082
|
email: string | null;
|
|
1100
1083
|
intraVatNumber: string | null;
|
|
1101
1084
|
submittedToFrenchVat: boolean;
|
|
@@ -1125,7 +1108,6 @@ export declare const ShippingTrackingSchema: z.ZodObject<{
|
|
|
1125
1108
|
emailOne: string | null;
|
|
1126
1109
|
emailTwo: string | null;
|
|
1127
1110
|
emailThree: string | null;
|
|
1128
|
-
eori: string | null;
|
|
1129
1111
|
tva: string | null;
|
|
1130
1112
|
isTrackingMail: boolean | null;
|
|
1131
1113
|
isBillingCenter: boolean;
|
|
@@ -1149,10 +1131,10 @@ export declare const ShippingTrackingSchema: z.ZodObject<{
|
|
|
1149
1131
|
countryId: number | null;
|
|
1150
1132
|
postalCode: string;
|
|
1151
1133
|
city: string;
|
|
1152
|
-
telephone: string;
|
|
1153
1134
|
email: string;
|
|
1154
1135
|
nom: string;
|
|
1155
1136
|
prenom: string;
|
|
1137
|
+
telephone: string;
|
|
1156
1138
|
adress: string;
|
|
1157
1139
|
country?: {
|
|
1158
1140
|
id: number;
|
|
@@ -1348,10 +1330,8 @@ export declare const ShippingTrackingSchema: z.ZodObject<{
|
|
|
1348
1330
|
city: string;
|
|
1349
1331
|
telephoneOne: string;
|
|
1350
1332
|
telephoneTwo: string | null;
|
|
1351
|
-
comptaResponsible: string;
|
|
1352
1333
|
invoiceMail: string;
|
|
1353
1334
|
dafResponsibleName: string;
|
|
1354
|
-
telephone: string;
|
|
1355
1335
|
email: string | null;
|
|
1356
1336
|
intraVatNumber: string | null;
|
|
1357
1337
|
submittedToFrenchVat: boolean;
|
|
@@ -1381,7 +1361,6 @@ export declare const ShippingTrackingSchema: z.ZodObject<{
|
|
|
1381
1361
|
emailOne: string | null;
|
|
1382
1362
|
emailTwo: string | null;
|
|
1383
1363
|
emailThree: string | null;
|
|
1384
|
-
eori: string | null;
|
|
1385
1364
|
tva: string | null;
|
|
1386
1365
|
isTrackingMail: boolean | null;
|
|
1387
1366
|
isBillingCenter: boolean;
|
|
@@ -1405,10 +1384,10 @@ export declare const ShippingTrackingSchema: z.ZodObject<{
|
|
|
1405
1384
|
countryId: number | null;
|
|
1406
1385
|
postalCode: string;
|
|
1407
1386
|
city: string;
|
|
1408
|
-
telephone: string;
|
|
1409
1387
|
email: string;
|
|
1410
1388
|
nom: string;
|
|
1411
1389
|
prenom: string;
|
|
1390
|
+
telephone: string;
|
|
1412
1391
|
adress: string;
|
|
1413
1392
|
country?: {
|
|
1414
1393
|
id: number;
|