exnet-routing 1.2.38 → 1.2.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/models/_billing_center.d.ts +8 -18
- package/dist/models/_chat.d.ts +24 -42
- package/dist/models/_chat_message.d.ts +12 -26
- package/dist/models/_contact.d.ts +6 -20
- package/dist/models/_contact_visible.d.ts +12 -40
- package/dist/models/_customer.d.ts +0 -6
- package/dist/models/_customer.js +0 -2
- package/dist/models/_facture.d.ts +4 -18
- package/dist/models/_facture_line.d.ts +6 -24
- package/dist/models/_historique_action.d.ts +6 -20
- package/dist/models/_information_chauffeur.d.ts +6 -20
- package/dist/models/_information_importante.d.ts +6 -20
- package/dist/models/_livraison_chauffeur.d.ts +6 -20
- package/dist/models/_prise_de_poste.d.ts +6 -20
- package/dist/models/_ramassage_chauffeur.d.ts +6 -20
- package/dist/models/_salarie.d.ts +6 -6
- package/dist/models/_shipping.d.ts +4 -4
- package/dist/models/_shipping_affected.d.ts +6 -20
- package/dist/models/_shipping_comment.d.ts +6 -20
- package/dist/models/_shipping_course.d.ts +6 -20
- package/dist/models/_shipping_document.d.ts +6 -20
- package/dist/models/_shipping_tracking.d.ts +6 -20
- package/dist/models/_tracking_visible.d.ts +12 -40
- package/dist/models/_user.d.ts +4 -14
- package/dist/models/_user_billing_center.d.ts +10 -38
- package/dist/models/_user_login_historie.d.ts +6 -20
- package/dist/models/_vehicule_affected.d.ts +6 -20
- package/dist/routes/admin.d.ts +356 -1166
- package/dist/routes/ops.d.ts +400 -710
- package/dist/routes/public.d.ts +16 -52
- package/dist/routes/user.d.ts +218 -412
- package/package.json +1 -1
|
@@ -65,10 +65,8 @@ export declare const BillingCenterSchema: z.ZodObject<{
|
|
|
65
65
|
city: z.ZodString;
|
|
66
66
|
telephoneOne: z.ZodString;
|
|
67
67
|
telephoneTwo: z.ZodNullable<z.ZodString>;
|
|
68
|
-
comptaResponsible: z.ZodString;
|
|
69
68
|
invoiceMail: z.ZodString;
|
|
70
69
|
dafResponsibleName: z.ZodString;
|
|
71
|
-
telephone: z.ZodString;
|
|
72
70
|
email: z.ZodNullable<z.ZodString>;
|
|
73
71
|
intraVatNumber: z.ZodNullable<z.ZodString>;
|
|
74
72
|
submittedToFrenchVat: z.ZodBoolean;
|
|
@@ -139,10 +137,8 @@ export declare const BillingCenterSchema: z.ZodObject<{
|
|
|
139
137
|
city: string;
|
|
140
138
|
telephoneOne: string;
|
|
141
139
|
telephoneTwo: string | null;
|
|
142
|
-
comptaResponsible: string;
|
|
143
140
|
invoiceMail: string;
|
|
144
141
|
dafResponsibleName: string;
|
|
145
|
-
telephone: string;
|
|
146
142
|
email: string | null;
|
|
147
143
|
intraVatNumber: string | null;
|
|
148
144
|
submittedToFrenchVat: boolean;
|
|
@@ -199,10 +195,8 @@ export declare const BillingCenterSchema: z.ZodObject<{
|
|
|
199
195
|
city: string;
|
|
200
196
|
telephoneOne: string;
|
|
201
197
|
telephoneTwo: string | null;
|
|
202
|
-
comptaResponsible: string;
|
|
203
198
|
invoiceMail: string;
|
|
204
199
|
dafResponsibleName: string;
|
|
205
|
-
telephone: string;
|
|
206
200
|
email: string | null;
|
|
207
201
|
intraVatNumber: string | null;
|
|
208
202
|
submittedToFrenchVat: boolean;
|
|
@@ -283,7 +277,6 @@ export declare const BillingCenterSchema: z.ZodObject<{
|
|
|
283
277
|
telephoneOne: string;
|
|
284
278
|
telephoneTwo: string | null;
|
|
285
279
|
dafResponsibleName: string | null;
|
|
286
|
-
telephone: string | null;
|
|
287
280
|
email: string | null;
|
|
288
281
|
intraVatNumber: string | null;
|
|
289
282
|
numeroEori: string | null;
|
|
@@ -313,6 +306,7 @@ export declare const BillingCenterSchema: z.ZodObject<{
|
|
|
313
306
|
eori: string | null;
|
|
314
307
|
tva: string | null;
|
|
315
308
|
isMailing: boolean;
|
|
309
|
+
telephone: string | null;
|
|
316
310
|
billingCenterName: string;
|
|
317
311
|
customerId: number | null;
|
|
318
312
|
numeroSiren: string | null;
|
|
@@ -344,10 +338,8 @@ export declare const BillingCenterSchema: z.ZodObject<{
|
|
|
344
338
|
city: string;
|
|
345
339
|
telephoneOne: string;
|
|
346
340
|
telephoneTwo: string | null;
|
|
347
|
-
comptaResponsible: string;
|
|
348
341
|
invoiceMail: string;
|
|
349
342
|
dafResponsibleName: string;
|
|
350
|
-
telephone: string;
|
|
351
343
|
email: string | null;
|
|
352
344
|
intraVatNumber: string | null;
|
|
353
345
|
submittedToFrenchVat: boolean;
|
|
@@ -406,7 +398,6 @@ export declare const BillingCenterSchema: z.ZodObject<{
|
|
|
406
398
|
telephoneOne: string;
|
|
407
399
|
telephoneTwo: string | null;
|
|
408
400
|
dafResponsibleName: string | null;
|
|
409
|
-
telephone: string | null;
|
|
410
401
|
email: string | null;
|
|
411
402
|
intraVatNumber: string | null;
|
|
412
403
|
numeroEori: string | null;
|
|
@@ -436,6 +427,7 @@ export declare const BillingCenterSchema: z.ZodObject<{
|
|
|
436
427
|
eori: string | null;
|
|
437
428
|
tva: string | null;
|
|
438
429
|
isMailing: boolean;
|
|
430
|
+
telephone: string | null;
|
|
439
431
|
billingCenterName: string;
|
|
440
432
|
customerId: number | null;
|
|
441
433
|
numeroSiren: string | null;
|
|
@@ -467,10 +459,8 @@ export declare const BillingCenterSchema: z.ZodObject<{
|
|
|
467
459
|
city: string;
|
|
468
460
|
telephoneOne: string;
|
|
469
461
|
telephoneTwo: string | null;
|
|
470
|
-
comptaResponsible: string;
|
|
471
462
|
invoiceMail: string;
|
|
472
463
|
dafResponsibleName: string;
|
|
473
|
-
telephone: string;
|
|
474
464
|
email: string | null;
|
|
475
465
|
intraVatNumber: string | null;
|
|
476
466
|
submittedToFrenchVat: boolean;
|
|
@@ -583,7 +573,6 @@ export declare const BillingCenterSchemaSimple: z.ZodObject<{
|
|
|
583
573
|
telephoneOne: string;
|
|
584
574
|
telephoneTwo: string | null;
|
|
585
575
|
dafResponsibleName: string | null;
|
|
586
|
-
telephone: string | null;
|
|
587
576
|
email: string | null;
|
|
588
577
|
intraVatNumber: string | null;
|
|
589
578
|
numeroEori: string | null;
|
|
@@ -613,6 +602,7 @@ export declare const BillingCenterSchemaSimple: z.ZodObject<{
|
|
|
613
602
|
eori: string | null;
|
|
614
603
|
tva: string | null;
|
|
615
604
|
isMailing: boolean;
|
|
605
|
+
telephone: string | null;
|
|
616
606
|
billingCenterName: string;
|
|
617
607
|
customerId: number | null;
|
|
618
608
|
numeroSiren: string | null;
|
|
@@ -636,7 +626,6 @@ export declare const BillingCenterSchemaSimple: z.ZodObject<{
|
|
|
636
626
|
telephoneOne: string;
|
|
637
627
|
telephoneTwo: string | null;
|
|
638
628
|
dafResponsibleName: string | null;
|
|
639
|
-
telephone: string | null;
|
|
640
629
|
email: string | null;
|
|
641
630
|
intraVatNumber: string | null;
|
|
642
631
|
numeroEori: string | null;
|
|
@@ -666,6 +655,7 @@ export declare const BillingCenterSchemaSimple: z.ZodObject<{
|
|
|
666
655
|
eori: string | null;
|
|
667
656
|
tva: string | null;
|
|
668
657
|
isMailing: boolean;
|
|
658
|
+
telephone: string | null;
|
|
669
659
|
billingCenterName: string;
|
|
670
660
|
customerId: number | null;
|
|
671
661
|
numeroSiren: string | null;
|
|
@@ -750,7 +740,6 @@ export declare const BillingCenterCreateSchema: z.ZodObject<{
|
|
|
750
740
|
addressTwo?: string | undefined;
|
|
751
741
|
telephoneTwo?: string | undefined;
|
|
752
742
|
dafResponsibleName?: string | undefined;
|
|
753
|
-
telephone?: string | undefined;
|
|
754
743
|
email?: string | undefined;
|
|
755
744
|
intraVatNumber?: string | undefined;
|
|
756
745
|
numeroEori?: string | undefined;
|
|
@@ -775,6 +764,7 @@ export declare const BillingCenterCreateSchema: z.ZodObject<{
|
|
|
775
764
|
emailThree?: string | undefined;
|
|
776
765
|
eori?: string | undefined;
|
|
777
766
|
tva?: string | undefined;
|
|
767
|
+
telephone?: string | undefined;
|
|
778
768
|
numeroSiren?: string | undefined;
|
|
779
769
|
invoiceMailTwo?: string | undefined;
|
|
780
770
|
isShowSecondBordereaux?: boolean | undefined;
|
|
@@ -801,7 +791,6 @@ export declare const BillingCenterCreateSchema: z.ZodObject<{
|
|
|
801
791
|
addressTwo?: string | undefined;
|
|
802
792
|
telephoneTwo?: string | undefined;
|
|
803
793
|
dafResponsibleName?: string | undefined;
|
|
804
|
-
telephone?: string | undefined;
|
|
805
794
|
email?: string | undefined;
|
|
806
795
|
intraVatNumber?: string | undefined;
|
|
807
796
|
numeroEori?: string | undefined;
|
|
@@ -826,6 +815,7 @@ export declare const BillingCenterCreateSchema: z.ZodObject<{
|
|
|
826
815
|
emailThree?: string | undefined;
|
|
827
816
|
eori?: string | undefined;
|
|
828
817
|
tva?: string | undefined;
|
|
818
|
+
telephone?: string | undefined;
|
|
829
819
|
numeroSiren?: string | undefined;
|
|
830
820
|
invoiceMailTwo?: string | undefined;
|
|
831
821
|
isShowSecondBordereaux?: boolean | undefined;
|
|
@@ -892,7 +882,6 @@ export declare const BillingCenterUpdateSchema: z.ZodObject<{
|
|
|
892
882
|
telephoneOne?: string | undefined;
|
|
893
883
|
telephoneTwo?: string | undefined;
|
|
894
884
|
dafResponsibleName?: string | undefined;
|
|
895
|
-
telephone?: string | undefined;
|
|
896
885
|
email?: string | undefined;
|
|
897
886
|
intraVatNumber?: string | undefined;
|
|
898
887
|
numeroEori?: string | undefined;
|
|
@@ -922,6 +911,7 @@ export declare const BillingCenterUpdateSchema: z.ZodObject<{
|
|
|
922
911
|
eori?: string | undefined;
|
|
923
912
|
tva?: string | undefined;
|
|
924
913
|
isMailing?: boolean | undefined;
|
|
914
|
+
telephone?: string | undefined;
|
|
925
915
|
billingCenterName?: string | undefined;
|
|
926
916
|
customerId?: number | undefined;
|
|
927
917
|
numeroSiren?: string | undefined;
|
|
@@ -943,7 +933,6 @@ export declare const BillingCenterUpdateSchema: z.ZodObject<{
|
|
|
943
933
|
telephoneOne?: string | undefined;
|
|
944
934
|
telephoneTwo?: string | undefined;
|
|
945
935
|
dafResponsibleName?: string | undefined;
|
|
946
|
-
telephone?: string | undefined;
|
|
947
936
|
email?: string | undefined;
|
|
948
937
|
intraVatNumber?: string | undefined;
|
|
949
938
|
numeroEori?: string | undefined;
|
|
@@ -973,6 +962,7 @@ export declare const BillingCenterUpdateSchema: z.ZodObject<{
|
|
|
973
962
|
eori?: string | undefined;
|
|
974
963
|
tva?: string | undefined;
|
|
975
964
|
isMailing?: boolean | undefined;
|
|
965
|
+
telephone?: string | undefined;
|
|
976
966
|
billingCenterName?: string | undefined;
|
|
977
967
|
customerId?: number | undefined;
|
|
978
968
|
numeroSiren?: string | undefined;
|
package/dist/models/_chat.d.ts
CHANGED
|
@@ -660,7 +660,6 @@ export declare const ChatSchema: z.ZodObject<{
|
|
|
660
660
|
telephoneOne: string;
|
|
661
661
|
telephoneTwo: string | null;
|
|
662
662
|
dafResponsibleName: string | null;
|
|
663
|
-
telephone: string | null;
|
|
664
663
|
email: string | null;
|
|
665
664
|
intraVatNumber: string | null;
|
|
666
665
|
numeroEori: string | null;
|
|
@@ -690,6 +689,7 @@ export declare const ChatSchema: z.ZodObject<{
|
|
|
690
689
|
eori: string | null;
|
|
691
690
|
tva: string | null;
|
|
692
691
|
isMailing: boolean;
|
|
692
|
+
telephone: string | null;
|
|
693
693
|
billingCenterName: string;
|
|
694
694
|
customerId: number | null;
|
|
695
695
|
numeroSiren: string | null;
|
|
@@ -713,7 +713,6 @@ export declare const ChatSchema: z.ZodObject<{
|
|
|
713
713
|
telephoneOne: string;
|
|
714
714
|
telephoneTwo: string | null;
|
|
715
715
|
dafResponsibleName: string | null;
|
|
716
|
-
telephone: string | null;
|
|
717
716
|
email: string | null;
|
|
718
717
|
intraVatNumber: string | null;
|
|
719
718
|
numeroEori: string | null;
|
|
@@ -743,6 +742,7 @@ export declare const ChatSchema: z.ZodObject<{
|
|
|
743
742
|
eori: string | null;
|
|
744
743
|
tva: string | null;
|
|
745
744
|
isMailing: boolean;
|
|
745
|
+
telephone: string | null;
|
|
746
746
|
billingCenterName: string;
|
|
747
747
|
customerId: number | null;
|
|
748
748
|
numeroSiren: string | null;
|
|
@@ -777,7 +777,6 @@ export declare const ChatSchema: z.ZodObject<{
|
|
|
777
777
|
telephoneOne: string;
|
|
778
778
|
telephoneTwo: string | null;
|
|
779
779
|
dafResponsibleName: string | null;
|
|
780
|
-
telephone: string | null;
|
|
781
780
|
email: string | null;
|
|
782
781
|
intraVatNumber: string | null;
|
|
783
782
|
numeroEori: string | null;
|
|
@@ -807,6 +806,7 @@ export declare const ChatSchema: z.ZodObject<{
|
|
|
807
806
|
eori: string | null;
|
|
808
807
|
tva: string | null;
|
|
809
808
|
isMailing: boolean;
|
|
809
|
+
telephone: string | null;
|
|
810
810
|
billingCenterName: string;
|
|
811
811
|
customerId: number | null;
|
|
812
812
|
numeroSiren: string | null;
|
|
@@ -1029,7 +1029,6 @@ export declare const ChatSchema: z.ZodObject<{
|
|
|
1029
1029
|
telephoneOne: string;
|
|
1030
1030
|
telephoneTwo: string | null;
|
|
1031
1031
|
dafResponsibleName: string | null;
|
|
1032
|
-
telephone: string | null;
|
|
1033
1032
|
email: string | null;
|
|
1034
1033
|
intraVatNumber: string | null;
|
|
1035
1034
|
numeroEori: string | null;
|
|
@@ -1059,6 +1058,7 @@ export declare const ChatSchema: z.ZodObject<{
|
|
|
1059
1058
|
eori: string | null;
|
|
1060
1059
|
tva: string | null;
|
|
1061
1060
|
isMailing: boolean;
|
|
1061
|
+
telephone: string | null;
|
|
1062
1062
|
billingCenterName: string;
|
|
1063
1063
|
customerId: number | null;
|
|
1064
1064
|
numeroSiren: string | null;
|
|
@@ -2032,7 +2032,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
2032
2032
|
telephoneOne: string;
|
|
2033
2033
|
telephoneTwo: string | null;
|
|
2034
2034
|
dafResponsibleName: string | null;
|
|
2035
|
-
telephone: string | null;
|
|
2036
2035
|
email: string | null;
|
|
2037
2036
|
intraVatNumber: string | null;
|
|
2038
2037
|
numeroEori: string | null;
|
|
@@ -2062,6 +2061,7 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
2062
2061
|
eori: string | null;
|
|
2063
2062
|
tva: string | null;
|
|
2064
2063
|
isMailing: boolean;
|
|
2064
|
+
telephone: string | null;
|
|
2065
2065
|
billingCenterName: string;
|
|
2066
2066
|
customerId: number | null;
|
|
2067
2067
|
numeroSiren: string | null;
|
|
@@ -2085,7 +2085,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
2085
2085
|
telephoneOne: string;
|
|
2086
2086
|
telephoneTwo: string | null;
|
|
2087
2087
|
dafResponsibleName: string | null;
|
|
2088
|
-
telephone: string | null;
|
|
2089
2088
|
email: string | null;
|
|
2090
2089
|
intraVatNumber: string | null;
|
|
2091
2090
|
numeroEori: string | null;
|
|
@@ -2115,6 +2114,7 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
2115
2114
|
eori: string | null;
|
|
2116
2115
|
tva: string | null;
|
|
2117
2116
|
isMailing: boolean;
|
|
2117
|
+
telephone: string | null;
|
|
2118
2118
|
billingCenterName: string;
|
|
2119
2119
|
customerId: number | null;
|
|
2120
2120
|
numeroSiren: string | null;
|
|
@@ -2768,7 +2768,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
2768
2768
|
telephoneOne: string;
|
|
2769
2769
|
telephoneTwo: string | null;
|
|
2770
2770
|
dafResponsibleName: string | null;
|
|
2771
|
-
telephone: string | null;
|
|
2772
2771
|
email: string | null;
|
|
2773
2772
|
intraVatNumber: string | null;
|
|
2774
2773
|
numeroEori: string | null;
|
|
@@ -2798,6 +2797,7 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
2798
2797
|
eori: string | null;
|
|
2799
2798
|
tva: string | null;
|
|
2800
2799
|
isMailing: boolean;
|
|
2800
|
+
telephone: string | null;
|
|
2801
2801
|
billingCenterName: string;
|
|
2802
2802
|
customerId: number | null;
|
|
2803
2803
|
numeroSiren: string | null;
|
|
@@ -2821,7 +2821,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
2821
2821
|
telephoneOne: string;
|
|
2822
2822
|
telephoneTwo: string | null;
|
|
2823
2823
|
dafResponsibleName: string | null;
|
|
2824
|
-
telephone: string | null;
|
|
2825
2824
|
email: string | null;
|
|
2826
2825
|
intraVatNumber: string | null;
|
|
2827
2826
|
numeroEori: string | null;
|
|
@@ -2851,6 +2850,7 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
2851
2850
|
eori: string | null;
|
|
2852
2851
|
tva: string | null;
|
|
2853
2852
|
isMailing: boolean;
|
|
2853
|
+
telephone: string | null;
|
|
2854
2854
|
billingCenterName: string;
|
|
2855
2855
|
customerId: number | null;
|
|
2856
2856
|
numeroSiren: string | null;
|
|
@@ -2885,7 +2885,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
2885
2885
|
telephoneOne: string;
|
|
2886
2886
|
telephoneTwo: string | null;
|
|
2887
2887
|
dafResponsibleName: string | null;
|
|
2888
|
-
telephone: string | null;
|
|
2889
2888
|
email: string | null;
|
|
2890
2889
|
intraVatNumber: string | null;
|
|
2891
2890
|
numeroEori: string | null;
|
|
@@ -2915,6 +2914,7 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
2915
2914
|
eori: string | null;
|
|
2916
2915
|
tva: string | null;
|
|
2917
2916
|
isMailing: boolean;
|
|
2917
|
+
telephone: string | null;
|
|
2918
2918
|
billingCenterName: string;
|
|
2919
2919
|
customerId: number | null;
|
|
2920
2920
|
numeroSiren: string | null;
|
|
@@ -3137,7 +3137,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
3137
3137
|
telephoneOne: string;
|
|
3138
3138
|
telephoneTwo: string | null;
|
|
3139
3139
|
dafResponsibleName: string | null;
|
|
3140
|
-
telephone: string | null;
|
|
3141
3140
|
email: string | null;
|
|
3142
3141
|
intraVatNumber: string | null;
|
|
3143
3142
|
numeroEori: string | null;
|
|
@@ -3167,6 +3166,7 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
3167
3166
|
eori: string | null;
|
|
3168
3167
|
tva: string | null;
|
|
3169
3168
|
isMailing: boolean;
|
|
3169
|
+
telephone: string | null;
|
|
3170
3170
|
billingCenterName: string;
|
|
3171
3171
|
customerId: number | null;
|
|
3172
3172
|
numeroSiren: string | null;
|
|
@@ -3444,10 +3444,8 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
3444
3444
|
city: z.ZodString;
|
|
3445
3445
|
telephoneOne: z.ZodString;
|
|
3446
3446
|
telephoneTwo: z.ZodNullable<z.ZodString>;
|
|
3447
|
-
comptaResponsible: z.ZodString;
|
|
3448
3447
|
invoiceMail: z.ZodString;
|
|
3449
3448
|
dafResponsibleName: z.ZodString;
|
|
3450
|
-
telephone: z.ZodString;
|
|
3451
3449
|
email: z.ZodNullable<z.ZodString>;
|
|
3452
3450
|
intraVatNumber: z.ZodNullable<z.ZodString>;
|
|
3453
3451
|
submittedToFrenchVat: z.ZodBoolean;
|
|
@@ -3518,10 +3516,8 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
3518
3516
|
city: string;
|
|
3519
3517
|
telephoneOne: string;
|
|
3520
3518
|
telephoneTwo: string | null;
|
|
3521
|
-
comptaResponsible: string;
|
|
3522
3519
|
invoiceMail: string;
|
|
3523
3520
|
dafResponsibleName: string;
|
|
3524
|
-
telephone: string;
|
|
3525
3521
|
email: string | null;
|
|
3526
3522
|
intraVatNumber: string | null;
|
|
3527
3523
|
submittedToFrenchVat: boolean;
|
|
@@ -3578,10 +3574,8 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
3578
3574
|
city: string;
|
|
3579
3575
|
telephoneOne: string;
|
|
3580
3576
|
telephoneTwo: string | null;
|
|
3581
|
-
comptaResponsible: string;
|
|
3582
3577
|
invoiceMail: string;
|
|
3583
3578
|
dafResponsibleName: string;
|
|
3584
|
-
telephone: string;
|
|
3585
3579
|
email: string | null;
|
|
3586
3580
|
intraVatNumber: string | null;
|
|
3587
3581
|
submittedToFrenchVat: boolean;
|
|
@@ -3670,10 +3664,10 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
3670
3664
|
countryId: number | null;
|
|
3671
3665
|
postalCode: string;
|
|
3672
3666
|
city: string;
|
|
3673
|
-
telephone: string;
|
|
3674
3667
|
email: string;
|
|
3675
3668
|
nom: string;
|
|
3676
3669
|
prenom: string;
|
|
3670
|
+
telephone: string;
|
|
3677
3671
|
adress: string;
|
|
3678
3672
|
country?: {
|
|
3679
3673
|
id: number;
|
|
@@ -3691,10 +3685,10 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
3691
3685
|
countryId: number | null;
|
|
3692
3686
|
postalCode: string;
|
|
3693
3687
|
city: string;
|
|
3694
|
-
telephone: string;
|
|
3695
3688
|
email: string;
|
|
3696
3689
|
nom: string;
|
|
3697
3690
|
prenom: string;
|
|
3691
|
+
telephone: string;
|
|
3698
3692
|
adress: string;
|
|
3699
3693
|
country?: {
|
|
3700
3694
|
id: number;
|
|
@@ -3893,10 +3887,8 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
3893
3887
|
city: string;
|
|
3894
3888
|
telephoneOne: string;
|
|
3895
3889
|
telephoneTwo: string | null;
|
|
3896
|
-
comptaResponsible: string;
|
|
3897
3890
|
invoiceMail: string;
|
|
3898
3891
|
dafResponsibleName: string;
|
|
3899
|
-
telephone: string;
|
|
3900
3892
|
email: string | null;
|
|
3901
3893
|
intraVatNumber: string | null;
|
|
3902
3894
|
submittedToFrenchVat: boolean;
|
|
@@ -3950,10 +3942,10 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
3950
3942
|
countryId: number | null;
|
|
3951
3943
|
postalCode: string;
|
|
3952
3944
|
city: string;
|
|
3953
|
-
telephone: string;
|
|
3954
3945
|
email: string;
|
|
3955
3946
|
nom: string;
|
|
3956
3947
|
prenom: string;
|
|
3948
|
+
telephone: string;
|
|
3957
3949
|
adress: string;
|
|
3958
3950
|
country?: {
|
|
3959
3951
|
id: number;
|
|
@@ -4074,10 +4066,8 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
4074
4066
|
city: string;
|
|
4075
4067
|
telephoneOne: string;
|
|
4076
4068
|
telephoneTwo: string | null;
|
|
4077
|
-
comptaResponsible: string;
|
|
4078
4069
|
invoiceMail: string;
|
|
4079
4070
|
dafResponsibleName: string;
|
|
4080
|
-
telephone: string;
|
|
4081
4071
|
email: string | null;
|
|
4082
4072
|
intraVatNumber: string | null;
|
|
4083
4073
|
submittedToFrenchVat: boolean;
|
|
@@ -4131,10 +4121,10 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
4131
4121
|
countryId: number | null;
|
|
4132
4122
|
postalCode: string;
|
|
4133
4123
|
city: string;
|
|
4134
|
-
telephone: string;
|
|
4135
4124
|
email: string;
|
|
4136
4125
|
nom: string;
|
|
4137
4126
|
prenom: string;
|
|
4127
|
+
telephone: string;
|
|
4138
4128
|
adress: string;
|
|
4139
4129
|
country?: {
|
|
4140
4130
|
id: number;
|
|
@@ -4265,10 +4255,8 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
4265
4255
|
city: string;
|
|
4266
4256
|
telephoneOne: string;
|
|
4267
4257
|
telephoneTwo: string | null;
|
|
4268
|
-
comptaResponsible: string;
|
|
4269
4258
|
invoiceMail: string;
|
|
4270
4259
|
dafResponsibleName: string;
|
|
4271
|
-
telephone: string;
|
|
4272
4260
|
email: string | null;
|
|
4273
4261
|
intraVatNumber: string | null;
|
|
4274
4262
|
submittedToFrenchVat: boolean;
|
|
@@ -4322,10 +4310,10 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
4322
4310
|
countryId: number | null;
|
|
4323
4311
|
postalCode: string;
|
|
4324
4312
|
city: string;
|
|
4325
|
-
telephone: string;
|
|
4326
4313
|
email: string;
|
|
4327
4314
|
nom: string;
|
|
4328
4315
|
prenom: string;
|
|
4316
|
+
telephone: string;
|
|
4329
4317
|
adress: string;
|
|
4330
4318
|
country?: {
|
|
4331
4319
|
id: number;
|
|
@@ -4385,7 +4373,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
4385
4373
|
telephoneOne: string;
|
|
4386
4374
|
telephoneTwo: string | null;
|
|
4387
4375
|
dafResponsibleName: string | null;
|
|
4388
|
-
telephone: string | null;
|
|
4389
4376
|
email: string | null;
|
|
4390
4377
|
intraVatNumber: string | null;
|
|
4391
4378
|
numeroEori: string | null;
|
|
@@ -4415,6 +4402,7 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
4415
4402
|
eori: string | null;
|
|
4416
4403
|
tva: string | null;
|
|
4417
4404
|
isMailing: boolean;
|
|
4405
|
+
telephone: string | null;
|
|
4418
4406
|
billingCenterName: string;
|
|
4419
4407
|
customerId: number | null;
|
|
4420
4408
|
numeroSiren: string | null;
|
|
@@ -4709,10 +4697,8 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
4709
4697
|
city: string;
|
|
4710
4698
|
telephoneOne: string;
|
|
4711
4699
|
telephoneTwo: string | null;
|
|
4712
|
-
comptaResponsible: string;
|
|
4713
4700
|
invoiceMail: string;
|
|
4714
4701
|
dafResponsibleName: string;
|
|
4715
|
-
telephone: string;
|
|
4716
4702
|
email: string | null;
|
|
4717
4703
|
intraVatNumber: string | null;
|
|
4718
4704
|
submittedToFrenchVat: boolean;
|
|
@@ -4766,10 +4752,10 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
4766
4752
|
countryId: number | null;
|
|
4767
4753
|
postalCode: string;
|
|
4768
4754
|
city: string;
|
|
4769
|
-
telephone: string;
|
|
4770
4755
|
email: string;
|
|
4771
4756
|
nom: string;
|
|
4772
4757
|
prenom: string;
|
|
4758
|
+
telephone: string;
|
|
4773
4759
|
adress: string;
|
|
4774
4760
|
country?: {
|
|
4775
4761
|
id: number;
|
|
@@ -4829,7 +4815,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
4829
4815
|
telephoneOne: string;
|
|
4830
4816
|
telephoneTwo: string | null;
|
|
4831
4817
|
dafResponsibleName: string | null;
|
|
4832
|
-
telephone: string | null;
|
|
4833
4818
|
email: string | null;
|
|
4834
4819
|
intraVatNumber: string | null;
|
|
4835
4820
|
numeroEori: string | null;
|
|
@@ -4859,6 +4844,7 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
4859
4844
|
eori: string | null;
|
|
4860
4845
|
tva: string | null;
|
|
4861
4846
|
isMailing: boolean;
|
|
4847
|
+
telephone: string | null;
|
|
4862
4848
|
billingCenterName: string;
|
|
4863
4849
|
customerId: number | null;
|
|
4864
4850
|
numeroSiren: string | null;
|
|
@@ -5084,7 +5070,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
5084
5070
|
telephoneOne: string;
|
|
5085
5071
|
telephoneTwo: string | null;
|
|
5086
5072
|
dafResponsibleName: string | null;
|
|
5087
|
-
telephone: string | null;
|
|
5088
5073
|
email: string | null;
|
|
5089
5074
|
intraVatNumber: string | null;
|
|
5090
5075
|
numeroEori: string | null;
|
|
@@ -5114,6 +5099,7 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
5114
5099
|
eori: string | null;
|
|
5115
5100
|
tva: string | null;
|
|
5116
5101
|
isMailing: boolean;
|
|
5102
|
+
telephone: string | null;
|
|
5117
5103
|
billingCenterName: string;
|
|
5118
5104
|
customerId: number | null;
|
|
5119
5105
|
numeroSiren: string | null;
|
|
@@ -5407,10 +5393,8 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
5407
5393
|
city: string;
|
|
5408
5394
|
telephoneOne: string;
|
|
5409
5395
|
telephoneTwo: string | null;
|
|
5410
|
-
comptaResponsible: string;
|
|
5411
5396
|
invoiceMail: string;
|
|
5412
5397
|
dafResponsibleName: string;
|
|
5413
|
-
telephone: string;
|
|
5414
5398
|
email: string | null;
|
|
5415
5399
|
intraVatNumber: string | null;
|
|
5416
5400
|
submittedToFrenchVat: boolean;
|
|
@@ -5464,10 +5448,10 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
5464
5448
|
countryId: number | null;
|
|
5465
5449
|
postalCode: string;
|
|
5466
5450
|
city: string;
|
|
5467
|
-
telephone: string;
|
|
5468
5451
|
email: string;
|
|
5469
5452
|
nom: string;
|
|
5470
5453
|
prenom: string;
|
|
5454
|
+
telephone: string;
|
|
5471
5455
|
adress: string;
|
|
5472
5456
|
country?: {
|
|
5473
5457
|
id: number;
|
|
@@ -5527,7 +5511,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
5527
5511
|
telephoneOne: string;
|
|
5528
5512
|
telephoneTwo: string | null;
|
|
5529
5513
|
dafResponsibleName: string | null;
|
|
5530
|
-
telephone: string | null;
|
|
5531
5514
|
email: string | null;
|
|
5532
5515
|
intraVatNumber: string | null;
|
|
5533
5516
|
numeroEori: string | null;
|
|
@@ -5557,6 +5540,7 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
5557
5540
|
eori: string | null;
|
|
5558
5541
|
tva: string | null;
|
|
5559
5542
|
isMailing: boolean;
|
|
5543
|
+
telephone: string | null;
|
|
5560
5544
|
billingCenterName: string;
|
|
5561
5545
|
customerId: number | null;
|
|
5562
5546
|
numeroSiren: string | null;
|
|
@@ -5782,7 +5766,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
5782
5766
|
telephoneOne: string;
|
|
5783
5767
|
telephoneTwo: string | null;
|
|
5784
5768
|
dafResponsibleName: string | null;
|
|
5785
|
-
telephone: string | null;
|
|
5786
5769
|
email: string | null;
|
|
5787
5770
|
intraVatNumber: string | null;
|
|
5788
5771
|
numeroEori: string | null;
|
|
@@ -5812,6 +5795,7 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
5812
5795
|
eori: string | null;
|
|
5813
5796
|
tva: string | null;
|
|
5814
5797
|
isMailing: boolean;
|
|
5798
|
+
telephone: string | null;
|
|
5815
5799
|
billingCenterName: string;
|
|
5816
5800
|
customerId: number | null;
|
|
5817
5801
|
numeroSiren: string | null;
|
|
@@ -6105,10 +6089,8 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
6105
6089
|
city: string;
|
|
6106
6090
|
telephoneOne: string;
|
|
6107
6091
|
telephoneTwo: string | null;
|
|
6108
|
-
comptaResponsible: string;
|
|
6109
6092
|
invoiceMail: string;
|
|
6110
6093
|
dafResponsibleName: string;
|
|
6111
|
-
telephone: string;
|
|
6112
6094
|
email: string | null;
|
|
6113
6095
|
intraVatNumber: string | null;
|
|
6114
6096
|
submittedToFrenchVat: boolean;
|
|
@@ -6162,10 +6144,10 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
6162
6144
|
countryId: number | null;
|
|
6163
6145
|
postalCode: string;
|
|
6164
6146
|
city: string;
|
|
6165
|
-
telephone: string;
|
|
6166
6147
|
email: string;
|
|
6167
6148
|
nom: string;
|
|
6168
6149
|
prenom: string;
|
|
6150
|
+
telephone: string;
|
|
6169
6151
|
adress: string;
|
|
6170
6152
|
country?: {
|
|
6171
6153
|
id: number;
|
|
@@ -6225,7 +6207,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
6225
6207
|
telephoneOne: string;
|
|
6226
6208
|
telephoneTwo: string | null;
|
|
6227
6209
|
dafResponsibleName: string | null;
|
|
6228
|
-
telephone: string | null;
|
|
6229
6210
|
email: string | null;
|
|
6230
6211
|
intraVatNumber: string | null;
|
|
6231
6212
|
numeroEori: string | null;
|
|
@@ -6255,6 +6236,7 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
6255
6236
|
eori: string | null;
|
|
6256
6237
|
tva: string | null;
|
|
6257
6238
|
isMailing: boolean;
|
|
6239
|
+
telephone: string | null;
|
|
6258
6240
|
billingCenterName: string;
|
|
6259
6241
|
customerId: number | null;
|
|
6260
6242
|
numeroSiren: string | null;
|