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
@@ -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;
@@ -687,9 +686,9 @@ export declare const ChatSchema: z.ZodObject<{
687
686
  emailOne: string | null;
688
687
  emailTwo: string | null;
689
688
  emailThree: string | null;
690
- eori: string | null;
691
689
  tva: string | null;
692
690
  isMailing: boolean;
691
+ telephone: string | null;
693
692
  billingCenterName: string;
694
693
  customerId: number | null;
695
694
  numeroSiren: string | null;
@@ -701,6 +700,7 @@ export declare const ChatSchema: z.ZodObject<{
701
700
  isShowSecondBordereaux: boolean;
702
701
  isShowCustomerName: boolean;
703
702
  isShowCommercialValue: boolean;
703
+ eori: string | null;
704
704
  }, {
705
705
  id: number;
706
706
  createdAt: Date;
@@ -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;
@@ -740,9 +739,9 @@ export declare const ChatSchema: z.ZodObject<{
740
739
  emailOne: string | null;
741
740
  emailTwo: string | null;
742
741
  emailThree: string | null;
743
- eori: string | null;
744
742
  tva: string | null;
745
743
  isMailing: boolean;
744
+ telephone: string | null;
746
745
  billingCenterName: string;
747
746
  customerId: number | null;
748
747
  numeroSiren: string | null;
@@ -754,6 +753,7 @@ export declare const ChatSchema: z.ZodObject<{
754
753
  isShowSecondBordereaux: boolean;
755
754
  isShowCustomerName: boolean;
756
755
  isShowCommercialValue: boolean;
756
+ eori: string | null;
757
757
  }>>>>;
758
758
  }, "strip", z.ZodTypeAny, {
759
759
  id: number;
@@ -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;
@@ -804,9 +803,9 @@ export declare const ChatSchema: z.ZodObject<{
804
803
  emailOne: string | null;
805
804
  emailTwo: string | null;
806
805
  emailThree: string | null;
807
- eori: string | null;
808
806
  tva: string | null;
809
807
  isMailing: boolean;
808
+ telephone: string | null;
810
809
  billingCenterName: string;
811
810
  customerId: number | null;
812
811
  numeroSiren: string | null;
@@ -818,6 +817,7 @@ export declare const ChatSchema: z.ZodObject<{
818
817
  isShowSecondBordereaux: boolean;
819
818
  isShowCustomerName: boolean;
820
819
  isShowCommercialValue: boolean;
820
+ eori: string | null;
821
821
  } | null | undefined;
822
822
  user?: {
823
823
  id: number;
@@ -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;
@@ -1056,9 +1055,9 @@ export declare const ChatSchema: z.ZodObject<{
1056
1055
  emailOne: string | null;
1057
1056
  emailTwo: string | null;
1058
1057
  emailThree: string | null;
1059
- eori: string | null;
1060
1058
  tva: string | null;
1061
1059
  isMailing: boolean;
1060
+ telephone: string | null;
1062
1061
  billingCenterName: string;
1063
1062
  customerId: number | null;
1064
1063
  numeroSiren: string | null;
@@ -1070,6 +1069,7 @@ export declare const ChatSchema: z.ZodObject<{
1070
1069
  isShowSecondBordereaux: boolean;
1071
1070
  isShowCustomerName: boolean;
1072
1071
  isShowCommercialValue: boolean;
1072
+ eori: string | null;
1073
1073
  } | null | undefined;
1074
1074
  user?: {
1075
1075
  id: number;
@@ -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;
@@ -2059,9 +2058,9 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
2059
2058
  emailOne: string | null;
2060
2059
  emailTwo: string | null;
2061
2060
  emailThree: string | null;
2062
- eori: string | null;
2063
2061
  tva: string | null;
2064
2062
  isMailing: boolean;
2063
+ telephone: string | null;
2065
2064
  billingCenterName: string;
2066
2065
  customerId: number | null;
2067
2066
  numeroSiren: string | null;
@@ -2073,6 +2072,7 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
2073
2072
  isShowSecondBordereaux: boolean;
2074
2073
  isShowCustomerName: boolean;
2075
2074
  isShowCommercialValue: boolean;
2075
+ eori: string | null;
2076
2076
  }, {
2077
2077
  id: number;
2078
2078
  createdAt: Date;
@@ -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;
@@ -2112,9 +2111,9 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
2112
2111
  emailOne: string | null;
2113
2112
  emailTwo: string | null;
2114
2113
  emailThree: string | null;
2115
- eori: string | null;
2116
2114
  tva: string | null;
2117
2115
  isMailing: boolean;
2116
+ telephone: string | null;
2118
2117
  billingCenterName: string;
2119
2118
  customerId: number | null;
2120
2119
  numeroSiren: string | null;
@@ -2126,6 +2125,7 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
2126
2125
  isShowSecondBordereaux: boolean;
2127
2126
  isShowCustomerName: boolean;
2128
2127
  isShowCommercialValue: boolean;
2128
+ eori: string | null;
2129
2129
  }>>>>;
2130
2130
  }, {
2131
2131
  messages: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -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;
@@ -2795,9 +2794,9 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
2795
2794
  emailOne: string | null;
2796
2795
  emailTwo: string | null;
2797
2796
  emailThree: string | null;
2798
- eori: string | null;
2799
2797
  tva: string | null;
2800
2798
  isMailing: boolean;
2799
+ telephone: string | null;
2801
2800
  billingCenterName: string;
2802
2801
  customerId: number | null;
2803
2802
  numeroSiren: string | null;
@@ -2809,6 +2808,7 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
2809
2808
  isShowSecondBordereaux: boolean;
2810
2809
  isShowCustomerName: boolean;
2811
2810
  isShowCommercialValue: boolean;
2811
+ eori: string | null;
2812
2812
  }, {
2813
2813
  id: number;
2814
2814
  createdAt: Date;
@@ -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;
@@ -2848,9 +2847,9 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
2848
2847
  emailOne: string | null;
2849
2848
  emailTwo: string | null;
2850
2849
  emailThree: string | null;
2851
- eori: string | null;
2852
2850
  tva: string | null;
2853
2851
  isMailing: boolean;
2852
+ telephone: string | null;
2854
2853
  billingCenterName: string;
2855
2854
  customerId: number | null;
2856
2855
  numeroSiren: string | null;
@@ -2862,6 +2861,7 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
2862
2861
  isShowSecondBordereaux: boolean;
2863
2862
  isShowCustomerName: boolean;
2864
2863
  isShowCommercialValue: boolean;
2864
+ eori: string | null;
2865
2865
  }>>>>;
2866
2866
  }, "strip", z.ZodTypeAny, {
2867
2867
  id: number;
@@ -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;
@@ -2912,9 +2911,9 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
2912
2911
  emailOne: string | null;
2913
2912
  emailTwo: string | null;
2914
2913
  emailThree: string | null;
2915
- eori: string | null;
2916
2914
  tva: string | null;
2917
2915
  isMailing: boolean;
2916
+ telephone: string | null;
2918
2917
  billingCenterName: string;
2919
2918
  customerId: number | null;
2920
2919
  numeroSiren: string | null;
@@ -2926,6 +2925,7 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
2926
2925
  isShowSecondBordereaux: boolean;
2927
2926
  isShowCustomerName: boolean;
2928
2927
  isShowCommercialValue: boolean;
2928
+ eori: string | null;
2929
2929
  } | null | undefined;
2930
2930
  user?: {
2931
2931
  id: number;
@@ -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;
@@ -3164,9 +3163,9 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
3164
3163
  emailOne: string | null;
3165
3164
  emailTwo: string | null;
3166
3165
  emailThree: string | null;
3167
- eori: string | null;
3168
3166
  tva: string | null;
3169
3167
  isMailing: boolean;
3168
+ telephone: string | null;
3170
3169
  billingCenterName: string;
3171
3170
  customerId: number | null;
3172
3171
  numeroSiren: string | null;
@@ -3178,6 +3177,7 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
3178
3177
  isShowSecondBordereaux: boolean;
3179
3178
  isShowCustomerName: boolean;
3180
3179
  isShowCommercialValue: boolean;
3180
+ eori: string | null;
3181
3181
  } | null | undefined;
3182
3182
  user?: {
3183
3183
  id: number;
@@ -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;
@@ -3477,7 +3475,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
3477
3475
  emailOne: z.ZodNullable<z.ZodString>;
3478
3476
  emailTwo: z.ZodNullable<z.ZodString>;
3479
3477
  emailThree: z.ZodNullable<z.ZodString>;
3480
- eori: z.ZodNullable<z.ZodString>;
3481
3478
  tva: z.ZodNullable<z.ZodString>;
3482
3479
  isTrackingMail: z.ZodNullable<z.ZodBoolean>;
3483
3480
  isBillingCenter: z.ZodBoolean;
@@ -3518,10 +3515,8 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
3518
3515
  city: string;
3519
3516
  telephoneOne: string;
3520
3517
  telephoneTwo: string | null;
3521
- comptaResponsible: string;
3522
3518
  invoiceMail: string;
3523
3519
  dafResponsibleName: string;
3524
- telephone: string;
3525
3520
  email: string | null;
3526
3521
  intraVatNumber: string | null;
3527
3522
  submittedToFrenchVat: boolean;
@@ -3551,7 +3546,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
3551
3546
  emailOne: string | null;
3552
3547
  emailTwo: string | null;
3553
3548
  emailThree: string | null;
3554
- eori: string | null;
3555
3549
  tva: string | null;
3556
3550
  isTrackingMail: boolean | null;
3557
3551
  isBillingCenter: boolean;
@@ -3578,10 +3572,8 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
3578
3572
  city: string;
3579
3573
  telephoneOne: string;
3580
3574
  telephoneTwo: string | null;
3581
- comptaResponsible: string;
3582
3575
  invoiceMail: string;
3583
3576
  dafResponsibleName: string;
3584
- telephone: string;
3585
3577
  email: string | null;
3586
3578
  intraVatNumber: string | null;
3587
3579
  submittedToFrenchVat: boolean;
@@ -3611,7 +3603,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
3611
3603
  emailOne: string | null;
3612
3604
  emailTwo: string | null;
3613
3605
  emailThree: string | null;
3614
- eori: string | null;
3615
3606
  tva: string | null;
3616
3607
  isTrackingMail: boolean | null;
3617
3608
  isBillingCenter: boolean;
@@ -3670,10 +3661,10 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
3670
3661
  countryId: number | null;
3671
3662
  postalCode: string;
3672
3663
  city: string;
3673
- telephone: string;
3674
3664
  email: string;
3675
3665
  nom: string;
3676
3666
  prenom: string;
3667
+ telephone: string;
3677
3668
  adress: string;
3678
3669
  country?: {
3679
3670
  id: number;
@@ -3691,10 +3682,10 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
3691
3682
  countryId: number | null;
3692
3683
  postalCode: string;
3693
3684
  city: string;
3694
- telephone: string;
3695
3685
  email: string;
3696
3686
  nom: string;
3697
3687
  prenom: string;
3688
+ telephone: string;
3698
3689
  adress: string;
3699
3690
  country?: {
3700
3691
  id: number;
@@ -3893,10 +3884,8 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
3893
3884
  city: string;
3894
3885
  telephoneOne: string;
3895
3886
  telephoneTwo: string | null;
3896
- comptaResponsible: string;
3897
3887
  invoiceMail: string;
3898
3888
  dafResponsibleName: string;
3899
- telephone: string;
3900
3889
  email: string | null;
3901
3890
  intraVatNumber: string | null;
3902
3891
  submittedToFrenchVat: boolean;
@@ -3926,7 +3915,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
3926
3915
  emailOne: string | null;
3927
3916
  emailTwo: string | null;
3928
3917
  emailThree: string | null;
3929
- eori: string | null;
3930
3918
  tva: string | null;
3931
3919
  isTrackingMail: boolean | null;
3932
3920
  isBillingCenter: boolean;
@@ -3950,10 +3938,10 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
3950
3938
  countryId: number | null;
3951
3939
  postalCode: string;
3952
3940
  city: string;
3953
- telephone: string;
3954
3941
  email: string;
3955
3942
  nom: string;
3956
3943
  prenom: string;
3944
+ telephone: string;
3957
3945
  adress: string;
3958
3946
  country?: {
3959
3947
  id: number;
@@ -4074,10 +4062,8 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
4074
4062
  city: string;
4075
4063
  telephoneOne: string;
4076
4064
  telephoneTwo: string | null;
4077
- comptaResponsible: string;
4078
4065
  invoiceMail: string;
4079
4066
  dafResponsibleName: string;
4080
- telephone: string;
4081
4067
  email: string | null;
4082
4068
  intraVatNumber: string | null;
4083
4069
  submittedToFrenchVat: boolean;
@@ -4107,7 +4093,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
4107
4093
  emailOne: string | null;
4108
4094
  emailTwo: string | null;
4109
4095
  emailThree: string | null;
4110
- eori: string | null;
4111
4096
  tva: string | null;
4112
4097
  isTrackingMail: boolean | null;
4113
4098
  isBillingCenter: boolean;
@@ -4131,10 +4116,10 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
4131
4116
  countryId: number | null;
4132
4117
  postalCode: string;
4133
4118
  city: string;
4134
- telephone: string;
4135
4119
  email: string;
4136
4120
  nom: string;
4137
4121
  prenom: string;
4122
+ telephone: string;
4138
4123
  adress: string;
4139
4124
  country?: {
4140
4125
  id: number;
@@ -4265,10 +4250,8 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
4265
4250
  city: string;
4266
4251
  telephoneOne: string;
4267
4252
  telephoneTwo: string | null;
4268
- comptaResponsible: string;
4269
4253
  invoiceMail: string;
4270
4254
  dafResponsibleName: string;
4271
- telephone: string;
4272
4255
  email: string | null;
4273
4256
  intraVatNumber: string | null;
4274
4257
  submittedToFrenchVat: boolean;
@@ -4298,7 +4281,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
4298
4281
  emailOne: string | null;
4299
4282
  emailTwo: string | null;
4300
4283
  emailThree: string | null;
4301
- eori: string | null;
4302
4284
  tva: string | null;
4303
4285
  isTrackingMail: boolean | null;
4304
4286
  isBillingCenter: boolean;
@@ -4322,10 +4304,10 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
4322
4304
  countryId: number | null;
4323
4305
  postalCode: string;
4324
4306
  city: string;
4325
- telephone: string;
4326
4307
  email: string;
4327
4308
  nom: string;
4328
4309
  prenom: string;
4310
+ telephone: string;
4329
4311
  adress: string;
4330
4312
  country?: {
4331
4313
  id: number;
@@ -4385,7 +4367,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
4385
4367
  telephoneOne: string;
4386
4368
  telephoneTwo: string | null;
4387
4369
  dafResponsibleName: string | null;
4388
- telephone: string | null;
4389
4370
  email: string | null;
4390
4371
  intraVatNumber: string | null;
4391
4372
  numeroEori: string | null;
@@ -4412,9 +4393,9 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
4412
4393
  emailOne: string | null;
4413
4394
  emailTwo: string | null;
4414
4395
  emailThree: string | null;
4415
- eori: string | null;
4416
4396
  tva: string | null;
4417
4397
  isMailing: boolean;
4398
+ telephone: string | null;
4418
4399
  billingCenterName: string;
4419
4400
  customerId: number | null;
4420
4401
  numeroSiren: string | null;
@@ -4426,6 +4407,7 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
4426
4407
  isShowSecondBordereaux: boolean;
4427
4408
  isShowCustomerName: boolean;
4428
4409
  isShowCommercialValue: boolean;
4410
+ eori: string | null;
4429
4411
  } | null | undefined;
4430
4412
  user?: {
4431
4413
  id: number;
@@ -4709,10 +4691,8 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
4709
4691
  city: string;
4710
4692
  telephoneOne: string;
4711
4693
  telephoneTwo: string | null;
4712
- comptaResponsible: string;
4713
4694
  invoiceMail: string;
4714
4695
  dafResponsibleName: string;
4715
- telephone: string;
4716
4696
  email: string | null;
4717
4697
  intraVatNumber: string | null;
4718
4698
  submittedToFrenchVat: boolean;
@@ -4742,7 +4722,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
4742
4722
  emailOne: string | null;
4743
4723
  emailTwo: string | null;
4744
4724
  emailThree: string | null;
4745
- eori: string | null;
4746
4725
  tva: string | null;
4747
4726
  isTrackingMail: boolean | null;
4748
4727
  isBillingCenter: boolean;
@@ -4766,10 +4745,10 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
4766
4745
  countryId: number | null;
4767
4746
  postalCode: string;
4768
4747
  city: string;
4769
- telephone: string;
4770
4748
  email: string;
4771
4749
  nom: string;
4772
4750
  prenom: string;
4751
+ telephone: string;
4773
4752
  adress: string;
4774
4753
  country?: {
4775
4754
  id: number;
@@ -4829,7 +4808,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
4829
4808
  telephoneOne: string;
4830
4809
  telephoneTwo: string | null;
4831
4810
  dafResponsibleName: string | null;
4832
- telephone: string | null;
4833
4811
  email: string | null;
4834
4812
  intraVatNumber: string | null;
4835
4813
  numeroEori: string | null;
@@ -4856,9 +4834,9 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
4856
4834
  emailOne: string | null;
4857
4835
  emailTwo: string | null;
4858
4836
  emailThree: string | null;
4859
- eori: string | null;
4860
4837
  tva: string | null;
4861
4838
  isMailing: boolean;
4839
+ telephone: string | null;
4862
4840
  billingCenterName: string;
4863
4841
  customerId: number | null;
4864
4842
  numeroSiren: string | null;
@@ -4870,6 +4848,7 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
4870
4848
  isShowSecondBordereaux: boolean;
4871
4849
  isShowCustomerName: boolean;
4872
4850
  isShowCommercialValue: boolean;
4851
+ eori: string | null;
4873
4852
  } | null | undefined;
4874
4853
  user?: {
4875
4854
  id: number;
@@ -5084,7 +5063,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
5084
5063
  telephoneOne: string;
5085
5064
  telephoneTwo: string | null;
5086
5065
  dafResponsibleName: string | null;
5087
- telephone: string | null;
5088
5066
  email: string | null;
5089
5067
  intraVatNumber: string | null;
5090
5068
  numeroEori: string | null;
@@ -5111,9 +5089,9 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
5111
5089
  emailOne: string | null;
5112
5090
  emailTwo: string | null;
5113
5091
  emailThree: string | null;
5114
- eori: string | null;
5115
5092
  tva: string | null;
5116
5093
  isMailing: boolean;
5094
+ telephone: string | null;
5117
5095
  billingCenterName: string;
5118
5096
  customerId: number | null;
5119
5097
  numeroSiren: string | null;
@@ -5125,6 +5103,7 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
5125
5103
  isShowSecondBordereaux: boolean;
5126
5104
  isShowCustomerName: boolean;
5127
5105
  isShowCommercialValue: boolean;
5106
+ eori: string | null;
5128
5107
  } | null | undefined;
5129
5108
  user?: {
5130
5109
  id: number;
@@ -5407,10 +5386,8 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
5407
5386
  city: string;
5408
5387
  telephoneOne: string;
5409
5388
  telephoneTwo: string | null;
5410
- comptaResponsible: string;
5411
5389
  invoiceMail: string;
5412
5390
  dafResponsibleName: string;
5413
- telephone: string;
5414
5391
  email: string | null;
5415
5392
  intraVatNumber: string | null;
5416
5393
  submittedToFrenchVat: boolean;
@@ -5440,7 +5417,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
5440
5417
  emailOne: string | null;
5441
5418
  emailTwo: string | null;
5442
5419
  emailThree: string | null;
5443
- eori: string | null;
5444
5420
  tva: string | null;
5445
5421
  isTrackingMail: boolean | null;
5446
5422
  isBillingCenter: boolean;
@@ -5464,10 +5440,10 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
5464
5440
  countryId: number | null;
5465
5441
  postalCode: string;
5466
5442
  city: string;
5467
- telephone: string;
5468
5443
  email: string;
5469
5444
  nom: string;
5470
5445
  prenom: string;
5446
+ telephone: string;
5471
5447
  adress: string;
5472
5448
  country?: {
5473
5449
  id: number;
@@ -5527,7 +5503,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
5527
5503
  telephoneOne: string;
5528
5504
  telephoneTwo: string | null;
5529
5505
  dafResponsibleName: string | null;
5530
- telephone: string | null;
5531
5506
  email: string | null;
5532
5507
  intraVatNumber: string | null;
5533
5508
  numeroEori: string | null;
@@ -5554,9 +5529,9 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
5554
5529
  emailOne: string | null;
5555
5530
  emailTwo: string | null;
5556
5531
  emailThree: string | null;
5557
- eori: string | null;
5558
5532
  tva: string | null;
5559
5533
  isMailing: boolean;
5534
+ telephone: string | null;
5560
5535
  billingCenterName: string;
5561
5536
  customerId: number | null;
5562
5537
  numeroSiren: string | null;
@@ -5568,6 +5543,7 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
5568
5543
  isShowSecondBordereaux: boolean;
5569
5544
  isShowCustomerName: boolean;
5570
5545
  isShowCommercialValue: boolean;
5546
+ eori: string | null;
5571
5547
  } | null | undefined;
5572
5548
  user?: {
5573
5549
  id: number;
@@ -5782,7 +5758,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
5782
5758
  telephoneOne: string;
5783
5759
  telephoneTwo: string | null;
5784
5760
  dafResponsibleName: string | null;
5785
- telephone: string | null;
5786
5761
  email: string | null;
5787
5762
  intraVatNumber: string | null;
5788
5763
  numeroEori: string | null;
@@ -5809,9 +5784,9 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
5809
5784
  emailOne: string | null;
5810
5785
  emailTwo: string | null;
5811
5786
  emailThree: string | null;
5812
- eori: string | null;
5813
5787
  tva: string | null;
5814
5788
  isMailing: boolean;
5789
+ telephone: string | null;
5815
5790
  billingCenterName: string;
5816
5791
  customerId: number | null;
5817
5792
  numeroSiren: string | null;
@@ -5823,6 +5798,7 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
5823
5798
  isShowSecondBordereaux: boolean;
5824
5799
  isShowCustomerName: boolean;
5825
5800
  isShowCommercialValue: boolean;
5801
+ eori: string | null;
5826
5802
  } | null | undefined;
5827
5803
  user?: {
5828
5804
  id: number;
@@ -6105,10 +6081,8 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
6105
6081
  city: string;
6106
6082
  telephoneOne: string;
6107
6083
  telephoneTwo: string | null;
6108
- comptaResponsible: string;
6109
6084
  invoiceMail: string;
6110
6085
  dafResponsibleName: string;
6111
- telephone: string;
6112
6086
  email: string | null;
6113
6087
  intraVatNumber: string | null;
6114
6088
  submittedToFrenchVat: boolean;
@@ -6138,7 +6112,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
6138
6112
  emailOne: string | null;
6139
6113
  emailTwo: string | null;
6140
6114
  emailThree: string | null;
6141
- eori: string | null;
6142
6115
  tva: string | null;
6143
6116
  isTrackingMail: boolean | null;
6144
6117
  isBillingCenter: boolean;
@@ -6162,10 +6135,10 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
6162
6135
  countryId: number | null;
6163
6136
  postalCode: string;
6164
6137
  city: string;
6165
- telephone: string;
6166
6138
  email: string;
6167
6139
  nom: string;
6168
6140
  prenom: string;
6141
+ telephone: string;
6169
6142
  adress: string;
6170
6143
  country?: {
6171
6144
  id: number;
@@ -6225,7 +6198,6 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
6225
6198
  telephoneOne: string;
6226
6199
  telephoneTwo: string | null;
6227
6200
  dafResponsibleName: string | null;
6228
- telephone: string | null;
6229
6201
  email: string | null;
6230
6202
  intraVatNumber: string | null;
6231
6203
  numeroEori: string | null;
@@ -6252,9 +6224,9 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
6252
6224
  emailOne: string | null;
6253
6225
  emailTwo: string | null;
6254
6226
  emailThree: string | null;
6255
- eori: string | null;
6256
6227
  tva: string | null;
6257
6228
  isMailing: boolean;
6229
+ telephone: string | null;
6258
6230
  billingCenterName: string;
6259
6231
  customerId: number | null;
6260
6232
  numeroSiren: string | null;
@@ -6266,6 +6238,7 @@ export declare const SupportTicketDetailSchema: z.ZodObject<z.objectUtil.extendS
6266
6238
  isShowSecondBordereaux: boolean;
6267
6239
  isShowCustomerName: boolean;
6268
6240
  isShowCommercialValue: boolean;
6241
+ eori: string | null;
6269
6242
  } | null | undefined;
6270
6243
  user?: {
6271
6244
  id: number;