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.
Files changed (32) hide show
  1. package/dist/models/_billing_center.d.ts +16 -31
  2. package/dist/models/_chat.d.ts +40 -67
  3. package/dist/models/_chat_message.d.ts +18 -39
  4. package/dist/models/_contact.d.ts +6 -27
  5. package/dist/models/_contact_visible.d.ts +12 -54
  6. package/dist/models/_customer.d.ts +0 -15
  7. package/dist/models/_customer.js +0 -5
  8. package/dist/models/_facture.d.ts +8 -29
  9. package/dist/models/_facture_line.d.ts +12 -39
  10. package/dist/models/_historique_action.d.ts +6 -27
  11. package/dist/models/_information_chauffeur.d.ts +6 -27
  12. package/dist/models/_information_importante.d.ts +6 -27
  13. package/dist/models/_livraison_chauffeur.d.ts +6 -27
  14. package/dist/models/_prise_de_poste.d.ts +6 -27
  15. package/dist/models/_ramassage_chauffeur.d.ts +6 -27
  16. package/dist/models/_salarie.d.ts +6 -6
  17. package/dist/models/_shipping.d.ts +8 -8
  18. package/dist/models/_shipping_affected.d.ts +6 -27
  19. package/dist/models/_shipping_comment.d.ts +6 -27
  20. package/dist/models/_shipping_course.d.ts +6 -27
  21. package/dist/models/_shipping_document.d.ts +6 -27
  22. package/dist/models/_shipping_tracking.d.ts +6 -27
  23. package/dist/models/_tracking_visible.d.ts +12 -54
  24. package/dist/models/_user.d.ts +4 -19
  25. package/dist/models/_user_billing_center.d.ts +14 -56
  26. package/dist/models/_user_login_historie.d.ts +6 -27
  27. package/dist/models/_vehicule_affected.d.ts +6 -27
  28. package/dist/routes/admin.d.ts +416 -1637
  29. package/dist/routes/ops.d.ts +744 -1209
  30. package/dist/routes/public.d.ts +16 -70
  31. package/dist/routes/user.d.ts +358 -649
  32. package/package.json +1 -1
@@ -640,7 +640,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
640
640
  telephoneOne: string;
641
641
  telephoneTwo: string | null;
642
642
  dafResponsibleName: string | null;
643
- telephone: string | null;
644
643
  email: string | null;
645
644
  intraVatNumber: string | null;
646
645
  numeroEori: string | null;
@@ -667,9 +666,9 @@ export declare const ChatMessageSchema: z.ZodObject<{
667
666
  emailOne: string | null;
668
667
  emailTwo: string | null;
669
668
  emailThree: string | null;
670
- eori: string | null;
671
669
  tva: string | null;
672
670
  isMailing: boolean;
671
+ telephone: string | null;
673
672
  billingCenterName: string;
674
673
  customerId: number | null;
675
674
  numeroSiren: string | null;
@@ -681,6 +680,7 @@ export declare const ChatMessageSchema: z.ZodObject<{
681
680
  isShowSecondBordereaux: boolean;
682
681
  isShowCustomerName: boolean;
683
682
  isShowCommercialValue: boolean;
683
+ eori: string | null;
684
684
  }, {
685
685
  id: number;
686
686
  createdAt: Date;
@@ -693,7 +693,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
693
693
  telephoneOne: string;
694
694
  telephoneTwo: string | null;
695
695
  dafResponsibleName: string | null;
696
- telephone: string | null;
697
696
  email: string | null;
698
697
  intraVatNumber: string | null;
699
698
  numeroEori: string | null;
@@ -720,9 +719,9 @@ export declare const ChatMessageSchema: z.ZodObject<{
720
719
  emailOne: string | null;
721
720
  emailTwo: string | null;
722
721
  emailThree: string | null;
723
- eori: string | null;
724
722
  tva: string | null;
725
723
  isMailing: boolean;
724
+ telephone: string | null;
726
725
  billingCenterName: string;
727
726
  customerId: number | null;
728
727
  numeroSiren: string | null;
@@ -734,6 +733,7 @@ export declare const ChatMessageSchema: z.ZodObject<{
734
733
  isShowSecondBordereaux: boolean;
735
734
  isShowCustomerName: boolean;
736
735
  isShowCommercialValue: boolean;
736
+ eori: string | null;
737
737
  }>>>>;
738
738
  }, "strip", z.ZodTypeAny, {
739
739
  id: number;
@@ -757,7 +757,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
757
757
  telephoneOne: string;
758
758
  telephoneTwo: string | null;
759
759
  dafResponsibleName: string | null;
760
- telephone: string | null;
761
760
  email: string | null;
762
761
  intraVatNumber: string | null;
763
762
  numeroEori: string | null;
@@ -784,9 +783,9 @@ export declare const ChatMessageSchema: z.ZodObject<{
784
783
  emailOne: string | null;
785
784
  emailTwo: string | null;
786
785
  emailThree: string | null;
787
- eori: string | null;
788
786
  tva: string | null;
789
787
  isMailing: boolean;
788
+ telephone: string | null;
790
789
  billingCenterName: string;
791
790
  customerId: number | null;
792
791
  numeroSiren: string | null;
@@ -798,6 +797,7 @@ export declare const ChatMessageSchema: z.ZodObject<{
798
797
  isShowSecondBordereaux: boolean;
799
798
  isShowCustomerName: boolean;
800
799
  isShowCommercialValue: boolean;
800
+ eori: string | null;
801
801
  } | null | undefined;
802
802
  user?: {
803
803
  id: number;
@@ -1009,7 +1009,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
1009
1009
  telephoneOne: string;
1010
1010
  telephoneTwo: string | null;
1011
1011
  dafResponsibleName: string | null;
1012
- telephone: string | null;
1013
1012
  email: string | null;
1014
1013
  intraVatNumber: string | null;
1015
1014
  numeroEori: string | null;
@@ -1036,9 +1035,9 @@ export declare const ChatMessageSchema: z.ZodObject<{
1036
1035
  emailOne: string | null;
1037
1036
  emailTwo: string | null;
1038
1037
  emailThree: string | null;
1039
- eori: string | null;
1040
1038
  tva: string | null;
1041
1039
  isMailing: boolean;
1040
+ telephone: string | null;
1042
1041
  billingCenterName: string;
1043
1042
  customerId: number | null;
1044
1043
  numeroSiren: string | null;
@@ -1050,6 +1049,7 @@ export declare const ChatMessageSchema: z.ZodObject<{
1050
1049
  isShowSecondBordereaux: boolean;
1051
1050
  isShowCustomerName: boolean;
1052
1051
  isShowCommercialValue: boolean;
1052
+ eori: string | null;
1053
1053
  } | null | undefined;
1054
1054
  user?: {
1055
1055
  id: number;
@@ -1316,10 +1316,8 @@ export declare const ChatMessageSchema: z.ZodObject<{
1316
1316
  city: z.ZodString;
1317
1317
  telephoneOne: z.ZodString;
1318
1318
  telephoneTwo: z.ZodNullable<z.ZodString>;
1319
- comptaResponsible: z.ZodString;
1320
1319
  invoiceMail: z.ZodString;
1321
1320
  dafResponsibleName: z.ZodString;
1322
- telephone: z.ZodString;
1323
1321
  email: z.ZodNullable<z.ZodString>;
1324
1322
  intraVatNumber: z.ZodNullable<z.ZodString>;
1325
1323
  submittedToFrenchVat: z.ZodBoolean;
@@ -1349,7 +1347,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
1349
1347
  emailOne: z.ZodNullable<z.ZodString>;
1350
1348
  emailTwo: z.ZodNullable<z.ZodString>;
1351
1349
  emailThree: z.ZodNullable<z.ZodString>;
1352
- eori: z.ZodNullable<z.ZodString>;
1353
1350
  tva: z.ZodNullable<z.ZodString>;
1354
1351
  isTrackingMail: z.ZodNullable<z.ZodBoolean>;
1355
1352
  isBillingCenter: z.ZodBoolean;
@@ -1390,10 +1387,8 @@ export declare const ChatMessageSchema: z.ZodObject<{
1390
1387
  city: string;
1391
1388
  telephoneOne: string;
1392
1389
  telephoneTwo: string | null;
1393
- comptaResponsible: string;
1394
1390
  invoiceMail: string;
1395
1391
  dafResponsibleName: string;
1396
- telephone: string;
1397
1392
  email: string | null;
1398
1393
  intraVatNumber: string | null;
1399
1394
  submittedToFrenchVat: boolean;
@@ -1423,7 +1418,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
1423
1418
  emailOne: string | null;
1424
1419
  emailTwo: string | null;
1425
1420
  emailThree: string | null;
1426
- eori: string | null;
1427
1421
  tva: string | null;
1428
1422
  isTrackingMail: boolean | null;
1429
1423
  isBillingCenter: boolean;
@@ -1450,10 +1444,8 @@ export declare const ChatMessageSchema: z.ZodObject<{
1450
1444
  city: string;
1451
1445
  telephoneOne: string;
1452
1446
  telephoneTwo: string | null;
1453
- comptaResponsible: string;
1454
1447
  invoiceMail: string;
1455
1448
  dafResponsibleName: string;
1456
- telephone: string;
1457
1449
  email: string | null;
1458
1450
  intraVatNumber: string | null;
1459
1451
  submittedToFrenchVat: boolean;
@@ -1483,7 +1475,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
1483
1475
  emailOne: string | null;
1484
1476
  emailTwo: string | null;
1485
1477
  emailThree: string | null;
1486
- eori: string | null;
1487
1478
  tva: string | null;
1488
1479
  isTrackingMail: boolean | null;
1489
1480
  isBillingCenter: boolean;
@@ -1542,10 +1533,10 @@ export declare const ChatMessageSchema: z.ZodObject<{
1542
1533
  countryId: number | null;
1543
1534
  postalCode: string;
1544
1535
  city: string;
1545
- telephone: string;
1546
1536
  email: string;
1547
1537
  nom: string;
1548
1538
  prenom: string;
1539
+ telephone: string;
1549
1540
  adress: string;
1550
1541
  country?: {
1551
1542
  id: number;
@@ -1563,10 +1554,10 @@ export declare const ChatMessageSchema: z.ZodObject<{
1563
1554
  countryId: number | null;
1564
1555
  postalCode: string;
1565
1556
  city: string;
1566
- telephone: string;
1567
1557
  email: string;
1568
1558
  nom: string;
1569
1559
  prenom: string;
1560
+ telephone: string;
1570
1561
  adress: string;
1571
1562
  country?: {
1572
1563
  id: number;
@@ -1765,10 +1756,8 @@ export declare const ChatMessageSchema: z.ZodObject<{
1765
1756
  city: string;
1766
1757
  telephoneOne: string;
1767
1758
  telephoneTwo: string | null;
1768
- comptaResponsible: string;
1769
1759
  invoiceMail: string;
1770
1760
  dafResponsibleName: string;
1771
- telephone: string;
1772
1761
  email: string | null;
1773
1762
  intraVatNumber: string | null;
1774
1763
  submittedToFrenchVat: boolean;
@@ -1798,7 +1787,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
1798
1787
  emailOne: string | null;
1799
1788
  emailTwo: string | null;
1800
1789
  emailThree: string | null;
1801
- eori: string | null;
1802
1790
  tva: string | null;
1803
1791
  isTrackingMail: boolean | null;
1804
1792
  isBillingCenter: boolean;
@@ -1822,10 +1810,10 @@ export declare const ChatMessageSchema: z.ZodObject<{
1822
1810
  countryId: number | null;
1823
1811
  postalCode: string;
1824
1812
  city: string;
1825
- telephone: string;
1826
1813
  email: string;
1827
1814
  nom: string;
1828
1815
  prenom: string;
1816
+ telephone: string;
1829
1817
  adress: string;
1830
1818
  country?: {
1831
1819
  id: number;
@@ -1946,10 +1934,8 @@ export declare const ChatMessageSchema: z.ZodObject<{
1946
1934
  city: string;
1947
1935
  telephoneOne: string;
1948
1936
  telephoneTwo: string | null;
1949
- comptaResponsible: string;
1950
1937
  invoiceMail: string;
1951
1938
  dafResponsibleName: string;
1952
- telephone: string;
1953
1939
  email: string | null;
1954
1940
  intraVatNumber: string | null;
1955
1941
  submittedToFrenchVat: boolean;
@@ -1979,7 +1965,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
1979
1965
  emailOne: string | null;
1980
1966
  emailTwo: string | null;
1981
1967
  emailThree: string | null;
1982
- eori: string | null;
1983
1968
  tva: string | null;
1984
1969
  isTrackingMail: boolean | null;
1985
1970
  isBillingCenter: boolean;
@@ -2003,10 +1988,10 @@ export declare const ChatMessageSchema: z.ZodObject<{
2003
1988
  countryId: number | null;
2004
1989
  postalCode: string;
2005
1990
  city: string;
2006
- telephone: string;
2007
1991
  email: string;
2008
1992
  nom: string;
2009
1993
  prenom: string;
1994
+ telephone: string;
2010
1995
  adress: string;
2011
1996
  country?: {
2012
1997
  id: number;
@@ -2137,10 +2122,8 @@ export declare const ChatMessageSchema: z.ZodObject<{
2137
2122
  city: string;
2138
2123
  telephoneOne: string;
2139
2124
  telephoneTwo: string | null;
2140
- comptaResponsible: string;
2141
2125
  invoiceMail: string;
2142
2126
  dafResponsibleName: string;
2143
- telephone: string;
2144
2127
  email: string | null;
2145
2128
  intraVatNumber: string | null;
2146
2129
  submittedToFrenchVat: boolean;
@@ -2170,7 +2153,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
2170
2153
  emailOne: string | null;
2171
2154
  emailTwo: string | null;
2172
2155
  emailThree: string | null;
2173
- eori: string | null;
2174
2156
  tva: string | null;
2175
2157
  isTrackingMail: boolean | null;
2176
2158
  isBillingCenter: boolean;
@@ -2194,10 +2176,10 @@ export declare const ChatMessageSchema: z.ZodObject<{
2194
2176
  countryId: number | null;
2195
2177
  postalCode: string;
2196
2178
  city: string;
2197
- telephone: string;
2198
2179
  email: string;
2199
2180
  nom: string;
2200
2181
  prenom: string;
2182
+ telephone: string;
2201
2183
  adress: string;
2202
2184
  country?: {
2203
2185
  id: number;
@@ -2257,7 +2239,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
2257
2239
  telephoneOne: string;
2258
2240
  telephoneTwo: string | null;
2259
2241
  dafResponsibleName: string | null;
2260
- telephone: string | null;
2261
2242
  email: string | null;
2262
2243
  intraVatNumber: string | null;
2263
2244
  numeroEori: string | null;
@@ -2284,9 +2265,9 @@ export declare const ChatMessageSchema: z.ZodObject<{
2284
2265
  emailOne: string | null;
2285
2266
  emailTwo: string | null;
2286
2267
  emailThree: string | null;
2287
- eori: string | null;
2288
2268
  tva: string | null;
2289
2269
  isMailing: boolean;
2270
+ telephone: string | null;
2290
2271
  billingCenterName: string;
2291
2272
  customerId: number | null;
2292
2273
  numeroSiren: string | null;
@@ -2298,6 +2279,7 @@ export declare const ChatMessageSchema: z.ZodObject<{
2298
2279
  isShowSecondBordereaux: boolean;
2299
2280
  isShowCustomerName: boolean;
2300
2281
  isShowCommercialValue: boolean;
2282
+ eori: string | null;
2301
2283
  } | null | undefined;
2302
2284
  user?: {
2303
2285
  id: number;
@@ -2581,10 +2563,8 @@ export declare const ChatMessageSchema: z.ZodObject<{
2581
2563
  city: string;
2582
2564
  telephoneOne: string;
2583
2565
  telephoneTwo: string | null;
2584
- comptaResponsible: string;
2585
2566
  invoiceMail: string;
2586
2567
  dafResponsibleName: string;
2587
- telephone: string;
2588
2568
  email: string | null;
2589
2569
  intraVatNumber: string | null;
2590
2570
  submittedToFrenchVat: boolean;
@@ -2614,7 +2594,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
2614
2594
  emailOne: string | null;
2615
2595
  emailTwo: string | null;
2616
2596
  emailThree: string | null;
2617
- eori: string | null;
2618
2597
  tva: string | null;
2619
2598
  isTrackingMail: boolean | null;
2620
2599
  isBillingCenter: boolean;
@@ -2638,10 +2617,10 @@ export declare const ChatMessageSchema: z.ZodObject<{
2638
2617
  countryId: number | null;
2639
2618
  postalCode: string;
2640
2619
  city: string;
2641
- telephone: string;
2642
2620
  email: string;
2643
2621
  nom: string;
2644
2622
  prenom: string;
2623
+ telephone: string;
2645
2624
  adress: string;
2646
2625
  country?: {
2647
2626
  id: number;
@@ -2701,7 +2680,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
2701
2680
  telephoneOne: string;
2702
2681
  telephoneTwo: string | null;
2703
2682
  dafResponsibleName: string | null;
2704
- telephone: string | null;
2705
2683
  email: string | null;
2706
2684
  intraVatNumber: string | null;
2707
2685
  numeroEori: string | null;
@@ -2728,9 +2706,9 @@ export declare const ChatMessageSchema: z.ZodObject<{
2728
2706
  emailOne: string | null;
2729
2707
  emailTwo: string | null;
2730
2708
  emailThree: string | null;
2731
- eori: string | null;
2732
2709
  tva: string | null;
2733
2710
  isMailing: boolean;
2711
+ telephone: string | null;
2734
2712
  billingCenterName: string;
2735
2713
  customerId: number | null;
2736
2714
  numeroSiren: string | null;
@@ -2742,6 +2720,7 @@ export declare const ChatMessageSchema: z.ZodObject<{
2742
2720
  isShowSecondBordereaux: boolean;
2743
2721
  isShowCustomerName: boolean;
2744
2722
  isShowCommercialValue: boolean;
2723
+ eori: string | null;
2745
2724
  } | null | undefined;
2746
2725
  user?: {
2747
2726
  id: number;
@@ -132,10 +132,8 @@ export declare const ContactSchema: z.ZodObject<{
132
132
  city: z.ZodString;
133
133
  telephoneOne: z.ZodString;
134
134
  telephoneTwo: z.ZodNullable<z.ZodString>;
135
- comptaResponsible: z.ZodString;
136
135
  invoiceMail: z.ZodString;
137
136
  dafResponsibleName: z.ZodString;
138
- telephone: z.ZodString;
139
137
  email: z.ZodNullable<z.ZodString>;
140
138
  intraVatNumber: z.ZodNullable<z.ZodString>;
141
139
  submittedToFrenchVat: z.ZodBoolean;
@@ -165,7 +163,6 @@ export declare const ContactSchema: z.ZodObject<{
165
163
  emailOne: z.ZodNullable<z.ZodString>;
166
164
  emailTwo: z.ZodNullable<z.ZodString>;
167
165
  emailThree: z.ZodNullable<z.ZodString>;
168
- eori: z.ZodNullable<z.ZodString>;
169
166
  tva: z.ZodNullable<z.ZodString>;
170
167
  isTrackingMail: z.ZodNullable<z.ZodBoolean>;
171
168
  isBillingCenter: z.ZodBoolean;
@@ -206,10 +203,8 @@ export declare const ContactSchema: z.ZodObject<{
206
203
  city: string;
207
204
  telephoneOne: string;
208
205
  telephoneTwo: string | null;
209
- comptaResponsible: string;
210
206
  invoiceMail: string;
211
207
  dafResponsibleName: string;
212
- telephone: string;
213
208
  email: string | null;
214
209
  intraVatNumber: string | null;
215
210
  submittedToFrenchVat: boolean;
@@ -239,7 +234,6 @@ export declare const ContactSchema: z.ZodObject<{
239
234
  emailOne: string | null;
240
235
  emailTwo: string | null;
241
236
  emailThree: string | null;
242
- eori: string | null;
243
237
  tva: string | null;
244
238
  isTrackingMail: boolean | null;
245
239
  isBillingCenter: boolean;
@@ -266,10 +260,8 @@ export declare const ContactSchema: z.ZodObject<{
266
260
  city: string;
267
261
  telephoneOne: string;
268
262
  telephoneTwo: string | null;
269
- comptaResponsible: string;
270
263
  invoiceMail: string;
271
264
  dafResponsibleName: string;
272
- telephone: string;
273
265
  email: string | null;
274
266
  intraVatNumber: string | null;
275
267
  submittedToFrenchVat: boolean;
@@ -299,7 +291,6 @@ export declare const ContactSchema: z.ZodObject<{
299
291
  emailOne: string | null;
300
292
  emailTwo: string | null;
301
293
  emailThree: string | null;
302
- eori: string | null;
303
294
  tva: string | null;
304
295
  isTrackingMail: boolean | null;
305
296
  isBillingCenter: boolean;
@@ -358,10 +349,10 @@ export declare const ContactSchema: z.ZodObject<{
358
349
  countryId: number | null;
359
350
  postalCode: string;
360
351
  city: string;
361
- telephone: string;
362
352
  email: string;
363
353
  nom: string;
364
354
  prenom: string;
355
+ telephone: string;
365
356
  adress: string;
366
357
  country?: {
367
358
  id: number;
@@ -379,10 +370,10 @@ export declare const ContactSchema: z.ZodObject<{
379
370
  countryId: number | null;
380
371
  postalCode: string;
381
372
  city: string;
382
- telephone: string;
383
373
  email: string;
384
374
  nom: string;
385
375
  prenom: string;
376
+ telephone: string;
386
377
  adress: string;
387
378
  country?: {
388
379
  id: number;
@@ -581,10 +572,8 @@ export declare const ContactSchema: z.ZodObject<{
581
572
  city: string;
582
573
  telephoneOne: string;
583
574
  telephoneTwo: string | null;
584
- comptaResponsible: string;
585
575
  invoiceMail: string;
586
576
  dafResponsibleName: string;
587
- telephone: string;
588
577
  email: string | null;
589
578
  intraVatNumber: string | null;
590
579
  submittedToFrenchVat: boolean;
@@ -614,7 +603,6 @@ export declare const ContactSchema: z.ZodObject<{
614
603
  emailOne: string | null;
615
604
  emailTwo: string | null;
616
605
  emailThree: string | null;
617
- eori: string | null;
618
606
  tva: string | null;
619
607
  isTrackingMail: boolean | null;
620
608
  isBillingCenter: boolean;
@@ -638,10 +626,10 @@ export declare const ContactSchema: z.ZodObject<{
638
626
  countryId: number | null;
639
627
  postalCode: string;
640
628
  city: string;
641
- telephone: string;
642
629
  email: string;
643
630
  nom: string;
644
631
  prenom: string;
632
+ telephone: string;
645
633
  adress: string;
646
634
  country?: {
647
635
  id: number;
@@ -762,10 +750,8 @@ export declare const ContactSchema: z.ZodObject<{
762
750
  city: string;
763
751
  telephoneOne: string;
764
752
  telephoneTwo: string | null;
765
- comptaResponsible: string;
766
753
  invoiceMail: string;
767
754
  dafResponsibleName: string;
768
- telephone: string;
769
755
  email: string | null;
770
756
  intraVatNumber: string | null;
771
757
  submittedToFrenchVat: boolean;
@@ -795,7 +781,6 @@ export declare const ContactSchema: z.ZodObject<{
795
781
  emailOne: string | null;
796
782
  emailTwo: string | null;
797
783
  emailThree: string | null;
798
- eori: string | null;
799
784
  tva: string | null;
800
785
  isTrackingMail: boolean | null;
801
786
  isBillingCenter: boolean;
@@ -819,10 +804,10 @@ export declare const ContactSchema: z.ZodObject<{
819
804
  countryId: number | null;
820
805
  postalCode: string;
821
806
  city: string;
822
- telephone: string;
823
807
  email: string;
824
808
  nom: string;
825
809
  prenom: string;
810
+ telephone: string;
826
811
  adress: string;
827
812
  country?: {
828
813
  id: number;
@@ -976,10 +961,8 @@ export declare const ContactSchema: z.ZodObject<{
976
961
  city: string;
977
962
  telephoneOne: string;
978
963
  telephoneTwo: string | null;
979
- comptaResponsible: string;
980
964
  invoiceMail: string;
981
965
  dafResponsibleName: string;
982
- telephone: string;
983
966
  email: string | null;
984
967
  intraVatNumber: string | null;
985
968
  submittedToFrenchVat: boolean;
@@ -1009,7 +992,6 @@ export declare const ContactSchema: z.ZodObject<{
1009
992
  emailOne: string | null;
1010
993
  emailTwo: string | null;
1011
994
  emailThree: string | null;
1012
- eori: string | null;
1013
995
  tva: string | null;
1014
996
  isTrackingMail: boolean | null;
1015
997
  isBillingCenter: boolean;
@@ -1033,10 +1015,10 @@ export declare const ContactSchema: z.ZodObject<{
1033
1015
  countryId: number | null;
1034
1016
  postalCode: string;
1035
1017
  city: string;
1036
- telephone: string;
1037
1018
  email: string;
1038
1019
  nom: string;
1039
1020
  prenom: string;
1021
+ telephone: string;
1040
1022
  adress: string;
1041
1023
  country?: {
1042
1024
  id: number;
@@ -1190,10 +1172,8 @@ export declare const ContactSchema: z.ZodObject<{
1190
1172
  city: string;
1191
1173
  telephoneOne: string;
1192
1174
  telephoneTwo: string | null;
1193
- comptaResponsible: string;
1194
1175
  invoiceMail: string;
1195
1176
  dafResponsibleName: string;
1196
- telephone: string;
1197
1177
  email: string | null;
1198
1178
  intraVatNumber: string | null;
1199
1179
  submittedToFrenchVat: boolean;
@@ -1223,7 +1203,6 @@ export declare const ContactSchema: z.ZodObject<{
1223
1203
  emailOne: string | null;
1224
1204
  emailTwo: string | null;
1225
1205
  emailThree: string | null;
1226
- eori: string | null;
1227
1206
  tva: string | null;
1228
1207
  isTrackingMail: boolean | null;
1229
1208
  isBillingCenter: boolean;
@@ -1247,10 +1226,10 @@ export declare const ContactSchema: z.ZodObject<{
1247
1226
  countryId: number | null;
1248
1227
  postalCode: string;
1249
1228
  city: string;
1250
- telephone: string;
1251
1229
  email: string;
1252
1230
  nom: string;
1253
1231
  prenom: string;
1232
+ telephone: string;
1254
1233
  adress: string;
1255
1234
  country?: {
1256
1235
  id: number;