exnet-routing 1.2.45 → 1.2.47
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/routes/ops.d.ts +3482 -256
- package/dist/routes/ops.js +3 -1
- package/package.json +1 -1
package/dist/routes/ops.d.ts
CHANGED
|
@@ -125751,7 +125751,7 @@ declare const factureRoutes: {
|
|
|
125751
125751
|
response: z.ZodUnion<[z.ZodObject<{
|
|
125752
125752
|
data: z.ZodObject<{
|
|
125753
125753
|
meta: typeof import("./../models").PaginationmetaSchema;
|
|
125754
|
-
data: z.ZodArray<z.ZodObject<{
|
|
125754
|
+
data: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
|
125755
125755
|
id: z.ZodNumber;
|
|
125756
125756
|
createdAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
|
|
125757
125757
|
updatedAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
|
|
@@ -126812,261 +126812,2242 @@ declare const factureRoutes: {
|
|
|
126812
126812
|
name: string;
|
|
126813
126813
|
phoneCode: string;
|
|
126814
126814
|
}>>>;
|
|
126815
|
-
},
|
|
126816
|
-
|
|
126817
|
-
|
|
126818
|
-
|
|
126819
|
-
|
|
126820
|
-
|
|
126821
|
-
|
|
126822
|
-
|
|
126823
|
-
|
|
126824
|
-
|
|
126825
|
-
|
|
126826
|
-
|
|
126827
|
-
|
|
126828
|
-
|
|
126829
|
-
|
|
126830
|
-
|
|
126831
|
-
|
|
126832
|
-
|
|
126833
|
-
|
|
126834
|
-
|
|
126835
|
-
|
|
126836
|
-
|
|
126837
|
-
|
|
126838
|
-
|
|
126839
|
-
|
|
126840
|
-
|
|
126841
|
-
|
|
126842
|
-
|
|
126843
|
-
|
|
126844
|
-
|
|
126845
|
-
|
|
126846
|
-
|
|
126847
|
-
|
|
126848
|
-
|
|
126849
|
-
|
|
126850
|
-
|
|
126851
|
-
|
|
126852
|
-
|
|
126853
|
-
|
|
126854
|
-
|
|
126855
|
-
|
|
126856
|
-
|
|
126857
|
-
|
|
126858
|
-
|
|
126859
|
-
|
|
126860
|
-
|
|
126861
|
-
|
|
126862
|
-
|
|
126863
|
-
|
|
126864
|
-
|
|
126865
|
-
|
|
126866
|
-
|
|
126867
|
-
|
|
126868
|
-
|
|
126869
|
-
|
|
126870
|
-
|
|
126871
|
-
|
|
126872
|
-
|
|
126873
|
-
|
|
126874
|
-
|
|
126875
|
-
|
|
126876
|
-
|
|
126877
|
-
|
|
126878
|
-
|
|
126879
|
-
|
|
126880
|
-
|
|
126881
|
-
|
|
126882
|
-
|
|
126883
|
-
|
|
126884
|
-
|
|
126885
|
-
|
|
126886
|
-
|
|
126887
|
-
|
|
126888
|
-
|
|
126889
|
-
|
|
126890
|
-
|
|
126891
|
-
|
|
126892
|
-
|
|
126893
|
-
|
|
126894
|
-
|
|
126895
|
-
|
|
126896
|
-
|
|
126897
|
-
|
|
126898
|
-
|
|
126899
|
-
|
|
126900
|
-
|
|
126901
|
-
|
|
126902
|
-
|
|
126903
|
-
|
|
126904
|
-
|
|
126905
|
-
|
|
126906
|
-
|
|
126907
|
-
|
|
126908
|
-
|
|
126909
|
-
|
|
126910
|
-
|
|
126911
|
-
|
|
126912
|
-
|
|
126913
|
-
|
|
126914
|
-
|
|
126915
|
-
|
|
126916
|
-
|
|
126917
|
-
|
|
126918
|
-
|
|
126919
|
-
|
|
126920
|
-
|
|
126921
|
-
|
|
126922
|
-
|
|
126923
|
-
|
|
126924
|
-
|
|
126925
|
-
|
|
126926
|
-
|
|
126927
|
-
|
|
126928
|
-
|
|
126929
|
-
|
|
126930
|
-
|
|
126931
|
-
|
|
126932
|
-
|
|
126933
|
-
|
|
126934
|
-
|
|
126935
|
-
|
|
126936
|
-
|
|
126937
|
-
|
|
126938
|
-
|
|
126939
|
-
|
|
126940
|
-
|
|
126941
|
-
|
|
126942
|
-
|
|
126943
|
-
|
|
126944
|
-
|
|
126945
|
-
|
|
126946
|
-
|
|
126947
|
-
|
|
126948
|
-
|
|
126949
|
-
|
|
126950
|
-
|
|
126951
|
-
|
|
126952
|
-
|
|
126953
|
-
|
|
126954
|
-
|
|
126955
|
-
|
|
126956
|
-
|
|
126957
|
-
|
|
126958
|
-
|
|
126959
|
-
|
|
126960
|
-
|
|
126961
|
-
|
|
126962
|
-
|
|
126963
|
-
|
|
126964
|
-
|
|
126965
|
-
|
|
126966
|
-
|
|
126967
|
-
|
|
126968
|
-
|
|
126969
|
-
|
|
126970
|
-
|
|
126971
|
-
|
|
126972
|
-
|
|
126973
|
-
|
|
126974
|
-
|
|
126975
|
-
|
|
126976
|
-
|
|
126977
|
-
|
|
126978
|
-
|
|
126979
|
-
|
|
126980
|
-
|
|
126981
|
-
|
|
126982
|
-
|
|
126983
|
-
|
|
126984
|
-
|
|
126985
|
-
|
|
126986
|
-
|
|
126987
|
-
|
|
126988
|
-
|
|
126989
|
-
|
|
126990
|
-
|
|
126991
|
-
|
|
126992
|
-
|
|
126993
|
-
|
|
126994
|
-
|
|
126995
|
-
|
|
126996
|
-
|
|
126997
|
-
|
|
126998
|
-
|
|
126999
|
-
|
|
127000
|
-
|
|
127001
|
-
|
|
127002
|
-
|
|
127003
|
-
|
|
127004
|
-
|
|
127005
|
-
|
|
127006
|
-
|
|
127007
|
-
|
|
127008
|
-
|
|
127009
|
-
|
|
127010
|
-
|
|
127011
|
-
|
|
127012
|
-
|
|
127013
|
-
|
|
127014
|
-
|
|
127015
|
-
|
|
127016
|
-
|
|
127017
|
-
|
|
127018
|
-
|
|
127019
|
-
|
|
127020
|
-
|
|
127021
|
-
|
|
127022
|
-
|
|
127023
|
-
|
|
127024
|
-
|
|
127025
|
-
|
|
127026
|
-
|
|
127027
|
-
|
|
127028
|
-
|
|
127029
|
-
|
|
127030
|
-
|
|
127031
|
-
|
|
127032
|
-
|
|
127033
|
-
|
|
127034
|
-
|
|
127035
|
-
|
|
127036
|
-
|
|
127037
|
-
|
|
127038
|
-
|
|
127039
|
-
|
|
127040
|
-
|
|
127041
|
-
|
|
127042
|
-
|
|
127043
|
-
|
|
127044
|
-
|
|
127045
|
-
|
|
127046
|
-
|
|
127047
|
-
|
|
127048
|
-
|
|
127049
|
-
|
|
127050
|
-
|
|
127051
|
-
|
|
127052
|
-
|
|
127053
|
-
|
|
127054
|
-
|
|
127055
|
-
|
|
127056
|
-
|
|
127057
|
-
|
|
127058
|
-
|
|
127059
|
-
|
|
127060
|
-
|
|
127061
|
-
|
|
127062
|
-
|
|
127063
|
-
|
|
127064
|
-
|
|
127065
|
-
|
|
127066
|
-
|
|
127067
|
-
|
|
127068
|
-
|
|
127069
|
-
|
|
126815
|
+
}, {
|
|
126816
|
+
factureLines: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
126817
|
+
id: z.ZodNumber;
|
|
126818
|
+
createdAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
|
|
126819
|
+
updatedAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
|
|
126820
|
+
classifications: z.ZodString;
|
|
126821
|
+
comment: z.ZodNullable<z.ZodString>;
|
|
126822
|
+
lineType: z.ZodString;
|
|
126823
|
+
prix: z.ZodNumber;
|
|
126824
|
+
qte: z.ZodNumber;
|
|
126825
|
+
total: z.ZodNumber;
|
|
126826
|
+
totalFinal: z.ZodNumber;
|
|
126827
|
+
fuel: z.ZodNumber;
|
|
126828
|
+
tva: z.ZodNumber;
|
|
126829
|
+
factureRef: z.ZodNullable<z.ZodNumber>;
|
|
126830
|
+
oldFactureRef: z.ZodNullable<z.ZodNumber>;
|
|
126831
|
+
isVariation: z.ZodBoolean;
|
|
126832
|
+
fullRef: z.ZodString;
|
|
126833
|
+
factureId: z.ZodNullable<z.ZodNumber>;
|
|
126834
|
+
shippingId: z.ZodNumber;
|
|
126835
|
+
facturationLineId: z.ZodNumber;
|
|
126836
|
+
facture: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
126837
|
+
id: z.ZodNumber;
|
|
126838
|
+
createdAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
|
|
126839
|
+
updatedAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
|
|
126840
|
+
isParis: z.ZodBoolean;
|
|
126841
|
+
isMedical: z.ZodBoolean;
|
|
126842
|
+
isService: z.ZodBoolean;
|
|
126843
|
+
echeance: z.ZodString;
|
|
126844
|
+
statut: z.ZodString;
|
|
126845
|
+
montant: z.ZodNumber;
|
|
126846
|
+
shippingIds: z.ZodArray<z.ZodString, "many">;
|
|
126847
|
+
fuel: z.ZodNumber;
|
|
126848
|
+
tva: z.ZodNumber;
|
|
126849
|
+
total: z.ZodNumber;
|
|
126850
|
+
ref: z.ZodNumber;
|
|
126851
|
+
isDeleted: z.ZodBoolean;
|
|
126852
|
+
bonDeCommende: z.ZodNullable<z.ZodString>;
|
|
126853
|
+
isVariation: z.ZodBoolean;
|
|
126854
|
+
isActiveForReedited: z.ZodBoolean;
|
|
126855
|
+
docFacture: z.ZodString;
|
|
126856
|
+
fullRef: z.ZodString;
|
|
126857
|
+
message: z.ZodNullable<z.ZodString>;
|
|
126858
|
+
modeReglement: z.ZodNullable<z.ZodString>;
|
|
126859
|
+
source: z.ZodNullable<z.ZodString>;
|
|
126860
|
+
provenanceCommande: z.ZodNullable<z.ZodString>;
|
|
126861
|
+
billingCenterId: z.ZodNumber;
|
|
126862
|
+
billingCenter: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
126863
|
+
id: z.ZodNumber;
|
|
126864
|
+
createdAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
|
|
126865
|
+
updatedAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
|
|
126866
|
+
billingCenterName: z.ZodString;
|
|
126867
|
+
numeroEori: z.ZodNullable<z.ZodString>;
|
|
126868
|
+
numeroSiren: z.ZodNullable<z.ZodString>;
|
|
126869
|
+
countryId: z.ZodNumber;
|
|
126870
|
+
address: z.ZodString;
|
|
126871
|
+
addressTwo: z.ZodNullable<z.ZodString>;
|
|
126872
|
+
postalCode: z.ZodString;
|
|
126873
|
+
city: z.ZodString;
|
|
126874
|
+
telephoneOne: z.ZodString;
|
|
126875
|
+
telephoneTwo: z.ZodNullable<z.ZodString>;
|
|
126876
|
+
invoiceMailOne: z.ZodString;
|
|
126877
|
+
invoiceMailTwo: z.ZodNullable<z.ZodString>;
|
|
126878
|
+
dafResponsibleName: z.ZodNullable<z.ZodString>;
|
|
126879
|
+
telephone: z.ZodNullable<z.ZodString>;
|
|
126880
|
+
email: z.ZodNullable<z.ZodString>;
|
|
126881
|
+
intraVatNumber: z.ZodNullable<z.ZodString>;
|
|
126882
|
+
isSubmittedToFrenchVat: z.ZodBoolean;
|
|
126883
|
+
comments: z.ZodNullable<z.ZodString>;
|
|
126884
|
+
numCodeOne: z.ZodNullable<z.ZodString>;
|
|
126885
|
+
numCodeTwo: z.ZodNullable<z.ZodString>;
|
|
126886
|
+
isActiveMailInstruction: z.ZodBoolean;
|
|
126887
|
+
isActif: z.ZodBoolean;
|
|
126888
|
+
isActiveVariation: z.ZodBoolean;
|
|
126889
|
+
isMailing: z.ZodBoolean;
|
|
126890
|
+
isParis: z.ZodBoolean;
|
|
126891
|
+
isMedical: z.ZodBoolean;
|
|
126892
|
+
isService: z.ZodBoolean;
|
|
126893
|
+
isShowSecondBordereaux: z.ZodBoolean;
|
|
126894
|
+
isShowCustomerName: z.ZodBoolean;
|
|
126895
|
+
isShowCommercialValue: z.ZodBoolean;
|
|
126896
|
+
dirigeant: z.ZodNullable<z.ZodString>;
|
|
126897
|
+
dirigeantTel: z.ZodNullable<z.ZodString>;
|
|
126898
|
+
dirigeantEmail: z.ZodNullable<z.ZodString>;
|
|
126899
|
+
responsableComptable: z.ZodNullable<z.ZodString>;
|
|
126900
|
+
responsableComptableTel: z.ZodNullable<z.ZodString>;
|
|
126901
|
+
responsableComptableEmail: z.ZodNullable<z.ZodString>;
|
|
126902
|
+
responsableDaf: z.ZodNullable<z.ZodString>;
|
|
126903
|
+
responsableDafTel: z.ZodNullable<z.ZodString>;
|
|
126904
|
+
responsableDafEmail: z.ZodNullable<z.ZodString>;
|
|
126905
|
+
emailFacturation: z.ZodNullable<z.ZodString>;
|
|
126906
|
+
logo: z.ZodNullable<z.ZodString>;
|
|
126907
|
+
header: z.ZodNullable<z.ZodString>;
|
|
126908
|
+
footer: z.ZodNullable<z.ZodString>;
|
|
126909
|
+
emailOne: z.ZodNullable<z.ZodString>;
|
|
126910
|
+
emailTwo: z.ZodNullable<z.ZodString>;
|
|
126911
|
+
emailThree: z.ZodNullable<z.ZodString>;
|
|
126912
|
+
tva: z.ZodNullable<z.ZodString>;
|
|
126913
|
+
customerId: z.ZodNullable<z.ZodNumber>;
|
|
126914
|
+
customer: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
126915
|
+
id: z.ZodNumber;
|
|
126916
|
+
createdAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
|
|
126917
|
+
updatedAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
|
|
126918
|
+
fullName: z.ZodString;
|
|
126919
|
+
countryId: z.ZodNumber;
|
|
126920
|
+
address: z.ZodString;
|
|
126921
|
+
addressTwo: z.ZodNullable<z.ZodString>;
|
|
126922
|
+
postalCode: z.ZodString;
|
|
126923
|
+
city: z.ZodString;
|
|
126924
|
+
telephoneOne: z.ZodString;
|
|
126925
|
+
telephoneTwo: z.ZodNullable<z.ZodString>;
|
|
126926
|
+
invoiceMail: z.ZodString;
|
|
126927
|
+
dafResponsibleName: z.ZodString;
|
|
126928
|
+
email: z.ZodNullable<z.ZodString>;
|
|
126929
|
+
intraVatNumber: z.ZodNullable<z.ZodString>;
|
|
126930
|
+
submittedToFrenchVat: z.ZodBoolean;
|
|
126931
|
+
siren: z.ZodString;
|
|
126932
|
+
numeroEori: z.ZodNullable<z.ZodString>;
|
|
126933
|
+
comments: z.ZodNullable<z.ZodString>;
|
|
126934
|
+
numCodeOne: z.ZodNullable<z.ZodString>;
|
|
126935
|
+
numCodeTwo: z.ZodNullable<z.ZodString>;
|
|
126936
|
+
isActif: z.ZodBoolean;
|
|
126937
|
+
isParis: z.ZodBoolean;
|
|
126938
|
+
isMedical: z.ZodBoolean;
|
|
126939
|
+
isService: z.ZodBoolean;
|
|
126940
|
+
valeurCustomer: z.ZodBoolean;
|
|
126941
|
+
dirigeant: z.ZodNullable<z.ZodString>;
|
|
126942
|
+
dirigeantTel: z.ZodNullable<z.ZodString>;
|
|
126943
|
+
dirigeantEmail: z.ZodNullable<z.ZodString>;
|
|
126944
|
+
responsableComptable: z.ZodNullable<z.ZodString>;
|
|
126945
|
+
responsableComptableTel: z.ZodNullable<z.ZodString>;
|
|
126946
|
+
responsableComptableEmail: z.ZodNullable<z.ZodString>;
|
|
126947
|
+
responsableDaf: z.ZodNullable<z.ZodString>;
|
|
126948
|
+
responsableDafTel: z.ZodNullable<z.ZodString>;
|
|
126949
|
+
responsableDafEmail: z.ZodNullable<z.ZodString>;
|
|
126950
|
+
emailFacturation: z.ZodNullable<z.ZodString>;
|
|
126951
|
+
logo: z.ZodNullable<z.ZodString>;
|
|
126952
|
+
header: z.ZodNullable<z.ZodString>;
|
|
126953
|
+
footer: z.ZodNullable<z.ZodString>;
|
|
126954
|
+
emailOne: z.ZodNullable<z.ZodString>;
|
|
126955
|
+
emailTwo: z.ZodNullable<z.ZodString>;
|
|
126956
|
+
emailThree: z.ZodNullable<z.ZodString>;
|
|
126957
|
+
tva: z.ZodNullable<z.ZodString>;
|
|
126958
|
+
isTrackingMail: z.ZodNullable<z.ZodBoolean>;
|
|
126959
|
+
isBillingCenter: z.ZodBoolean;
|
|
126960
|
+
isShowNameCustomer: z.ZodBoolean;
|
|
126961
|
+
isMailing: z.ZodBoolean;
|
|
126962
|
+
numeroSiret: z.ZodNullable<z.ZodString>;
|
|
126963
|
+
country: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
126964
|
+
id: z.ZodNumber;
|
|
126965
|
+
createdAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
|
|
126966
|
+
updatedAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
|
|
126967
|
+
name: z.ZodString;
|
|
126968
|
+
code: z.ZodString;
|
|
126969
|
+
phoneCode: z.ZodString;
|
|
126970
|
+
}, "strip", z.ZodTypeAny, {
|
|
126971
|
+
id: number;
|
|
126972
|
+
createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
126973
|
+
code: string;
|
|
126974
|
+
updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
126975
|
+
name: string;
|
|
126976
|
+
phoneCode: string;
|
|
126977
|
+
}, {
|
|
126978
|
+
id: number;
|
|
126979
|
+
createdAt: Date;
|
|
126980
|
+
code: string;
|
|
126981
|
+
updatedAt: Date;
|
|
126982
|
+
name: string;
|
|
126983
|
+
phoneCode: string;
|
|
126984
|
+
}>>>;
|
|
126985
|
+
}, "strip", z.ZodTypeAny, {
|
|
126986
|
+
id: number;
|
|
126987
|
+
createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
126988
|
+
updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
126989
|
+
fullName: string;
|
|
126990
|
+
countryId: number;
|
|
126991
|
+
address: string;
|
|
126992
|
+
addressTwo: string | null;
|
|
126993
|
+
postalCode: string;
|
|
126994
|
+
city: string;
|
|
126995
|
+
telephoneOne: string;
|
|
126996
|
+
telephoneTwo: string | null;
|
|
126997
|
+
invoiceMail: string;
|
|
126998
|
+
dafResponsibleName: string;
|
|
126999
|
+
email: string | null;
|
|
127000
|
+
intraVatNumber: string | null;
|
|
127001
|
+
submittedToFrenchVat: boolean;
|
|
127002
|
+
siren: string;
|
|
127003
|
+
numeroEori: string | null;
|
|
127004
|
+
comments: string | null;
|
|
127005
|
+
numCodeOne: string | null;
|
|
127006
|
+
numCodeTwo: string | null;
|
|
127007
|
+
isActif: boolean;
|
|
127008
|
+
isParis: boolean;
|
|
127009
|
+
isMedical: boolean;
|
|
127010
|
+
isService: boolean;
|
|
127011
|
+
valeurCustomer: boolean;
|
|
127012
|
+
dirigeant: string | null;
|
|
127013
|
+
dirigeantTel: string | null;
|
|
127014
|
+
dirigeantEmail: string | null;
|
|
127015
|
+
responsableComptable: string | null;
|
|
127016
|
+
responsableComptableTel: string | null;
|
|
127017
|
+
responsableComptableEmail: string | null;
|
|
127018
|
+
responsableDaf: string | null;
|
|
127019
|
+
responsableDafTel: string | null;
|
|
127020
|
+
responsableDafEmail: string | null;
|
|
127021
|
+
emailFacturation: string | null;
|
|
127022
|
+
logo: string | null;
|
|
127023
|
+
header: string | null;
|
|
127024
|
+
footer: string | null;
|
|
127025
|
+
emailOne: string | null;
|
|
127026
|
+
emailTwo: string | null;
|
|
127027
|
+
emailThree: string | null;
|
|
127028
|
+
tva: string | null;
|
|
127029
|
+
isTrackingMail: boolean | null;
|
|
127030
|
+
isBillingCenter: boolean;
|
|
127031
|
+
isShowNameCustomer: boolean;
|
|
127032
|
+
isMailing: boolean;
|
|
127033
|
+
numeroSiret: string | null;
|
|
127034
|
+
country?: {
|
|
127035
|
+
id: number;
|
|
127036
|
+
createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
127037
|
+
code: string;
|
|
127038
|
+
updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
127039
|
+
name: string;
|
|
127040
|
+
phoneCode: string;
|
|
127041
|
+
} | undefined;
|
|
127042
|
+
}, {
|
|
127043
|
+
id: number;
|
|
127044
|
+
createdAt: Date;
|
|
127045
|
+
updatedAt: Date;
|
|
127046
|
+
fullName: string;
|
|
127047
|
+
countryId: number;
|
|
127048
|
+
address: string;
|
|
127049
|
+
addressTwo: string | null;
|
|
127050
|
+
postalCode: string;
|
|
127051
|
+
city: string;
|
|
127052
|
+
telephoneOne: string;
|
|
127053
|
+
telephoneTwo: string | null;
|
|
127054
|
+
invoiceMail: string;
|
|
127055
|
+
dafResponsibleName: string;
|
|
127056
|
+
email: string | null;
|
|
127057
|
+
intraVatNumber: string | null;
|
|
127058
|
+
submittedToFrenchVat: boolean;
|
|
127059
|
+
siren: string;
|
|
127060
|
+
numeroEori: string | null;
|
|
127061
|
+
comments: string | null;
|
|
127062
|
+
numCodeOne: string | null;
|
|
127063
|
+
numCodeTwo: string | null;
|
|
127064
|
+
isActif: boolean;
|
|
127065
|
+
isParis: boolean;
|
|
127066
|
+
isMedical: boolean;
|
|
127067
|
+
isService: boolean;
|
|
127068
|
+
valeurCustomer: boolean;
|
|
127069
|
+
dirigeant: string | null;
|
|
127070
|
+
dirigeantTel: string | null;
|
|
127071
|
+
dirigeantEmail: string | null;
|
|
127072
|
+
responsableComptable: string | null;
|
|
127073
|
+
responsableComptableTel: string | null;
|
|
127074
|
+
responsableComptableEmail: string | null;
|
|
127075
|
+
responsableDaf: string | null;
|
|
127076
|
+
responsableDafTel: string | null;
|
|
127077
|
+
responsableDafEmail: string | null;
|
|
127078
|
+
emailFacturation: string | null;
|
|
127079
|
+
logo: string | null;
|
|
127080
|
+
header: string | null;
|
|
127081
|
+
footer: string | null;
|
|
127082
|
+
emailOne: string | null;
|
|
127083
|
+
emailTwo: string | null;
|
|
127084
|
+
emailThree: string | null;
|
|
127085
|
+
tva: string | null;
|
|
127086
|
+
isTrackingMail: boolean | null;
|
|
127087
|
+
isBillingCenter: boolean;
|
|
127088
|
+
isShowNameCustomer: boolean;
|
|
127089
|
+
isMailing: boolean;
|
|
127090
|
+
numeroSiret: string | null;
|
|
127091
|
+
country?: {
|
|
127092
|
+
id: number;
|
|
127093
|
+
createdAt: Date;
|
|
127094
|
+
code: string;
|
|
127095
|
+
updatedAt: Date;
|
|
127096
|
+
name: string;
|
|
127097
|
+
phoneCode: string;
|
|
127098
|
+
} | undefined;
|
|
127099
|
+
}>>>;
|
|
127100
|
+
country: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
127101
|
+
id: z.ZodNumber;
|
|
127102
|
+
createdAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
|
|
127103
|
+
updatedAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
|
|
127104
|
+
name: z.ZodString;
|
|
127105
|
+
code: z.ZodString;
|
|
127106
|
+
phoneCode: z.ZodString;
|
|
127107
|
+
}, "strip", z.ZodTypeAny, {
|
|
127108
|
+
id: number;
|
|
127109
|
+
createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
127110
|
+
code: string;
|
|
127111
|
+
updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
127112
|
+
name: string;
|
|
127113
|
+
phoneCode: string;
|
|
127114
|
+
}, {
|
|
127115
|
+
id: number;
|
|
127116
|
+
createdAt: Date;
|
|
127117
|
+
code: string;
|
|
127118
|
+
updatedAt: Date;
|
|
127119
|
+
name: string;
|
|
127120
|
+
phoneCode: string;
|
|
127121
|
+
}>>>;
|
|
127122
|
+
userBillingCenters: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodTypeAny>, "many">>;
|
|
127123
|
+
}, "strip", z.ZodTypeAny, {
|
|
127124
|
+
id: number;
|
|
127125
|
+
createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
127126
|
+
updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
127127
|
+
countryId: number;
|
|
127128
|
+
address: string;
|
|
127129
|
+
addressTwo: string | null;
|
|
127130
|
+
postalCode: string;
|
|
127131
|
+
city: string;
|
|
127132
|
+
telephoneOne: string;
|
|
127133
|
+
telephoneTwo: string | null;
|
|
127134
|
+
dafResponsibleName: string | null;
|
|
127135
|
+
email: string | null;
|
|
127136
|
+
intraVatNumber: string | null;
|
|
127137
|
+
numeroEori: string | null;
|
|
127138
|
+
comments: string | null;
|
|
127139
|
+
numCodeOne: string | null;
|
|
127140
|
+
numCodeTwo: string | null;
|
|
127141
|
+
isActif: boolean;
|
|
127142
|
+
isParis: boolean;
|
|
127143
|
+
isMedical: boolean;
|
|
127144
|
+
isService: boolean;
|
|
127145
|
+
dirigeant: string | null;
|
|
127146
|
+
dirigeantTel: string | null;
|
|
127147
|
+
dirigeantEmail: string | null;
|
|
127148
|
+
responsableComptable: string | null;
|
|
127149
|
+
responsableComptableTel: string | null;
|
|
127150
|
+
responsableComptableEmail: string | null;
|
|
127151
|
+
responsableDaf: string | null;
|
|
127152
|
+
responsableDafTel: string | null;
|
|
127153
|
+
responsableDafEmail: string | null;
|
|
127154
|
+
emailFacturation: string | null;
|
|
127155
|
+
logo: string | null;
|
|
127156
|
+
header: string | null;
|
|
127157
|
+
footer: string | null;
|
|
127158
|
+
emailOne: string | null;
|
|
127159
|
+
emailTwo: string | null;
|
|
127160
|
+
emailThree: string | null;
|
|
127161
|
+
tva: string | null;
|
|
127162
|
+
isMailing: boolean;
|
|
127163
|
+
telephone: string | null;
|
|
127164
|
+
billingCenterName: string;
|
|
127165
|
+
customerId: number | null;
|
|
127166
|
+
numeroSiren: string | null;
|
|
127167
|
+
invoiceMailOne: string;
|
|
127168
|
+
invoiceMailTwo: string | null;
|
|
127169
|
+
isSubmittedToFrenchVat: boolean;
|
|
127170
|
+
isActiveMailInstruction: boolean;
|
|
127171
|
+
isActiveVariation: boolean;
|
|
127172
|
+
isShowSecondBordereaux: boolean;
|
|
127173
|
+
isShowCustomerName: boolean;
|
|
127174
|
+
isShowCommercialValue: boolean;
|
|
127175
|
+
country?: {
|
|
127176
|
+
id: number;
|
|
127177
|
+
createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
127178
|
+
code: string;
|
|
127179
|
+
updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
127180
|
+
name: string;
|
|
127181
|
+
phoneCode: string;
|
|
127182
|
+
} | undefined;
|
|
127183
|
+
customer?: {
|
|
127184
|
+
id: number;
|
|
127185
|
+
createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
127186
|
+
updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
127187
|
+
fullName: string;
|
|
127188
|
+
countryId: number;
|
|
127189
|
+
address: string;
|
|
127190
|
+
addressTwo: string | null;
|
|
127191
|
+
postalCode: string;
|
|
127192
|
+
city: string;
|
|
127193
|
+
telephoneOne: string;
|
|
127194
|
+
telephoneTwo: string | null;
|
|
127195
|
+
invoiceMail: string;
|
|
127196
|
+
dafResponsibleName: string;
|
|
127197
|
+
email: string | null;
|
|
127198
|
+
intraVatNumber: string | null;
|
|
127199
|
+
submittedToFrenchVat: boolean;
|
|
127200
|
+
siren: string;
|
|
127201
|
+
numeroEori: string | null;
|
|
127202
|
+
comments: string | null;
|
|
127203
|
+
numCodeOne: string | null;
|
|
127204
|
+
numCodeTwo: string | null;
|
|
127205
|
+
isActif: boolean;
|
|
127206
|
+
isParis: boolean;
|
|
127207
|
+
isMedical: boolean;
|
|
127208
|
+
isService: boolean;
|
|
127209
|
+
valeurCustomer: boolean;
|
|
127210
|
+
dirigeant: string | null;
|
|
127211
|
+
dirigeantTel: string | null;
|
|
127212
|
+
dirigeantEmail: string | null;
|
|
127213
|
+
responsableComptable: string | null;
|
|
127214
|
+
responsableComptableTel: string | null;
|
|
127215
|
+
responsableComptableEmail: string | null;
|
|
127216
|
+
responsableDaf: string | null;
|
|
127217
|
+
responsableDafTel: string | null;
|
|
127218
|
+
responsableDafEmail: string | null;
|
|
127219
|
+
emailFacturation: string | null;
|
|
127220
|
+
logo: string | null;
|
|
127221
|
+
header: string | null;
|
|
127222
|
+
footer: string | null;
|
|
127223
|
+
emailOne: string | null;
|
|
127224
|
+
emailTwo: string | null;
|
|
127225
|
+
emailThree: string | null;
|
|
127226
|
+
tva: string | null;
|
|
127227
|
+
isTrackingMail: boolean | null;
|
|
127228
|
+
isBillingCenter: boolean;
|
|
127229
|
+
isShowNameCustomer: boolean;
|
|
127230
|
+
isMailing: boolean;
|
|
127231
|
+
numeroSiret: string | null;
|
|
127232
|
+
country?: {
|
|
127233
|
+
id: number;
|
|
127234
|
+
createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
127235
|
+
code: string;
|
|
127236
|
+
updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
127237
|
+
name: string;
|
|
127238
|
+
phoneCode: string;
|
|
127239
|
+
} | undefined;
|
|
127240
|
+
} | undefined;
|
|
127241
|
+
userBillingCenters?: any[] | undefined;
|
|
127242
|
+
}, {
|
|
127243
|
+
id: number;
|
|
127244
|
+
createdAt: Date;
|
|
127245
|
+
updatedAt: Date;
|
|
127246
|
+
countryId: number;
|
|
127247
|
+
address: string;
|
|
127248
|
+
addressTwo: string | null;
|
|
127249
|
+
postalCode: string;
|
|
127250
|
+
city: string;
|
|
127251
|
+
telephoneOne: string;
|
|
127252
|
+
telephoneTwo: string | null;
|
|
127253
|
+
dafResponsibleName: string | null;
|
|
127254
|
+
email: string | null;
|
|
127255
|
+
intraVatNumber: string | null;
|
|
127256
|
+
numeroEori: string | null;
|
|
127257
|
+
comments: string | null;
|
|
127258
|
+
numCodeOne: string | null;
|
|
127259
|
+
numCodeTwo: string | null;
|
|
127260
|
+
isActif: boolean;
|
|
127261
|
+
isParis: boolean;
|
|
127262
|
+
isMedical: boolean;
|
|
127263
|
+
isService: boolean;
|
|
127264
|
+
dirigeant: string | null;
|
|
127265
|
+
dirigeantTel: string | null;
|
|
127266
|
+
dirigeantEmail: string | null;
|
|
127267
|
+
responsableComptable: string | null;
|
|
127268
|
+
responsableComptableTel: string | null;
|
|
127269
|
+
responsableComptableEmail: string | null;
|
|
127270
|
+
responsableDaf: string | null;
|
|
127271
|
+
responsableDafTel: string | null;
|
|
127272
|
+
responsableDafEmail: string | null;
|
|
127273
|
+
emailFacturation: string | null;
|
|
127274
|
+
logo: string | null;
|
|
127275
|
+
header: string | null;
|
|
127276
|
+
footer: string | null;
|
|
127277
|
+
emailOne: string | null;
|
|
127278
|
+
emailTwo: string | null;
|
|
127279
|
+
emailThree: string | null;
|
|
127280
|
+
tva: string | null;
|
|
127281
|
+
isMailing: boolean;
|
|
127282
|
+
telephone: string | null;
|
|
127283
|
+
billingCenterName: string;
|
|
127284
|
+
customerId: number | null;
|
|
127285
|
+
numeroSiren: string | null;
|
|
127286
|
+
invoiceMailOne: string;
|
|
127287
|
+
invoiceMailTwo: string | null;
|
|
127288
|
+
isSubmittedToFrenchVat: boolean;
|
|
127289
|
+
isActiveMailInstruction: boolean;
|
|
127290
|
+
isActiveVariation: boolean;
|
|
127291
|
+
isShowSecondBordereaux: boolean;
|
|
127292
|
+
isShowCustomerName: boolean;
|
|
127293
|
+
isShowCommercialValue: boolean;
|
|
127294
|
+
country?: {
|
|
127295
|
+
id: number;
|
|
127296
|
+
createdAt: Date;
|
|
127297
|
+
code: string;
|
|
127298
|
+
updatedAt: Date;
|
|
127299
|
+
name: string;
|
|
127300
|
+
phoneCode: string;
|
|
127301
|
+
} | undefined;
|
|
127302
|
+
customer?: {
|
|
127303
|
+
id: number;
|
|
127304
|
+
createdAt: Date;
|
|
127305
|
+
updatedAt: Date;
|
|
127306
|
+
fullName: string;
|
|
127307
|
+
countryId: number;
|
|
127308
|
+
address: string;
|
|
127309
|
+
addressTwo: string | null;
|
|
127310
|
+
postalCode: string;
|
|
127311
|
+
city: string;
|
|
127312
|
+
telephoneOne: string;
|
|
127313
|
+
telephoneTwo: string | null;
|
|
127314
|
+
invoiceMail: string;
|
|
127315
|
+
dafResponsibleName: string;
|
|
127316
|
+
email: string | null;
|
|
127317
|
+
intraVatNumber: string | null;
|
|
127318
|
+
submittedToFrenchVat: boolean;
|
|
127319
|
+
siren: string;
|
|
127320
|
+
numeroEori: string | null;
|
|
127321
|
+
comments: string | null;
|
|
127322
|
+
numCodeOne: string | null;
|
|
127323
|
+
numCodeTwo: string | null;
|
|
127324
|
+
isActif: boolean;
|
|
127325
|
+
isParis: boolean;
|
|
127326
|
+
isMedical: boolean;
|
|
127327
|
+
isService: boolean;
|
|
127328
|
+
valeurCustomer: boolean;
|
|
127329
|
+
dirigeant: string | null;
|
|
127330
|
+
dirigeantTel: string | null;
|
|
127331
|
+
dirigeantEmail: string | null;
|
|
127332
|
+
responsableComptable: string | null;
|
|
127333
|
+
responsableComptableTel: string | null;
|
|
127334
|
+
responsableComptableEmail: string | null;
|
|
127335
|
+
responsableDaf: string | null;
|
|
127336
|
+
responsableDafTel: string | null;
|
|
127337
|
+
responsableDafEmail: string | null;
|
|
127338
|
+
emailFacturation: string | null;
|
|
127339
|
+
logo: string | null;
|
|
127340
|
+
header: string | null;
|
|
127341
|
+
footer: string | null;
|
|
127342
|
+
emailOne: string | null;
|
|
127343
|
+
emailTwo: string | null;
|
|
127344
|
+
emailThree: string | null;
|
|
127345
|
+
tva: string | null;
|
|
127346
|
+
isTrackingMail: boolean | null;
|
|
127347
|
+
isBillingCenter: boolean;
|
|
127348
|
+
isShowNameCustomer: boolean;
|
|
127349
|
+
isMailing: boolean;
|
|
127350
|
+
numeroSiret: string | null;
|
|
127351
|
+
country?: {
|
|
127352
|
+
id: number;
|
|
127353
|
+
createdAt: Date;
|
|
127354
|
+
code: string;
|
|
127355
|
+
updatedAt: Date;
|
|
127356
|
+
name: string;
|
|
127357
|
+
phoneCode: string;
|
|
127358
|
+
} | undefined;
|
|
127359
|
+
} | undefined;
|
|
127360
|
+
userBillingCenters?: any[] | undefined;
|
|
127361
|
+
}>>>;
|
|
127362
|
+
factureLines: z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
127363
|
+
id: z.ZodNumber;
|
|
127364
|
+
createdAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
|
|
127365
|
+
updatedAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
|
|
127366
|
+
classifications: z.ZodString;
|
|
127367
|
+
comment: z.ZodNullable<z.ZodString>;
|
|
127368
|
+
lineType: z.ZodString;
|
|
127369
|
+
prix: z.ZodNumber;
|
|
127370
|
+
qte: z.ZodNumber;
|
|
127371
|
+
total: z.ZodNumber;
|
|
127372
|
+
totalFinal: z.ZodNumber;
|
|
127373
|
+
fuel: z.ZodNumber;
|
|
127374
|
+
tva: z.ZodNumber;
|
|
127375
|
+
factureRef: z.ZodNullable<z.ZodNumber>;
|
|
127376
|
+
oldFactureRef: z.ZodNullable<z.ZodNumber>;
|
|
127377
|
+
isVariation: z.ZodBoolean;
|
|
127378
|
+
fullRef: z.ZodString;
|
|
127379
|
+
factureId: z.ZodNullable<z.ZodNumber>;
|
|
127380
|
+
shippingId: z.ZodNumber;
|
|
127381
|
+
facturationLineId: z.ZodNumber;
|
|
127382
|
+
}, "strip", z.ZodTypeAny, {
|
|
127383
|
+
id: number;
|
|
127384
|
+
createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
127385
|
+
updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
127386
|
+
tva: number;
|
|
127387
|
+
shippingId: number;
|
|
127388
|
+
classifications: string;
|
|
127389
|
+
comment: string | null;
|
|
127390
|
+
fuel: number;
|
|
127391
|
+
total: number;
|
|
127392
|
+
isVariation: boolean;
|
|
127393
|
+
fullRef: string;
|
|
127394
|
+
lineType: string;
|
|
127395
|
+
prix: number;
|
|
127396
|
+
qte: number;
|
|
127397
|
+
totalFinal: number;
|
|
127398
|
+
factureRef: number | null;
|
|
127399
|
+
oldFactureRef: number | null;
|
|
127400
|
+
factureId: number | null;
|
|
127401
|
+
facturationLineId: number;
|
|
127402
|
+
}, {
|
|
127403
|
+
id: number;
|
|
127404
|
+
createdAt: Date;
|
|
127405
|
+
updatedAt: Date;
|
|
127406
|
+
tva: number;
|
|
127407
|
+
shippingId: number;
|
|
127408
|
+
classifications: string;
|
|
127409
|
+
comment: string | null;
|
|
127410
|
+
fuel: number;
|
|
127411
|
+
total: number;
|
|
127412
|
+
isVariation: boolean;
|
|
127413
|
+
fullRef: string;
|
|
127414
|
+
lineType: string;
|
|
127415
|
+
prix: number;
|
|
127416
|
+
qte: number;
|
|
127417
|
+
totalFinal: number;
|
|
127418
|
+
factureRef: number | null;
|
|
127419
|
+
oldFactureRef: number | null;
|
|
127420
|
+
factureId: number | null;
|
|
127421
|
+
facturationLineId: number;
|
|
127422
|
+
}>>, "many">;
|
|
127423
|
+
type: z.ZodNativeEnum<{
|
|
127424
|
+
readonly FACTURE: "facture";
|
|
127425
|
+
readonly AVOIR: "avoir";
|
|
127426
|
+
}>;
|
|
127427
|
+
}, "strip", z.ZodTypeAny, {
|
|
127428
|
+
id: number;
|
|
127429
|
+
createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
127430
|
+
message: string | null;
|
|
127431
|
+
type: "facture" | "avoir";
|
|
127432
|
+
updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
127433
|
+
isParis: boolean;
|
|
127434
|
+
isMedical: boolean;
|
|
127435
|
+
isService: boolean;
|
|
127436
|
+
tva: number;
|
|
127437
|
+
billingCenterId: number;
|
|
127438
|
+
ref: number;
|
|
127439
|
+
isDeleted: boolean;
|
|
127440
|
+
provenanceCommande: string | null;
|
|
127441
|
+
statut: string;
|
|
127442
|
+
echeance: string;
|
|
127443
|
+
montant: number;
|
|
127444
|
+
shippingIds: string[];
|
|
127445
|
+
fuel: number;
|
|
127446
|
+
total: number;
|
|
127447
|
+
bonDeCommende: string | null;
|
|
127448
|
+
isVariation: boolean;
|
|
127449
|
+
isActiveForReedited: boolean;
|
|
127450
|
+
docFacture: string;
|
|
127451
|
+
fullRef: string;
|
|
127452
|
+
modeReglement: string | null;
|
|
127453
|
+
source: string | null;
|
|
127454
|
+
factureLines: {
|
|
127455
|
+
id: number;
|
|
127456
|
+
createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
127457
|
+
updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
127458
|
+
tva: number;
|
|
127459
|
+
shippingId: number;
|
|
127460
|
+
classifications: string;
|
|
127461
|
+
comment: string | null;
|
|
127462
|
+
fuel: number;
|
|
127463
|
+
total: number;
|
|
127464
|
+
isVariation: boolean;
|
|
127465
|
+
fullRef: string;
|
|
127466
|
+
lineType: string;
|
|
127467
|
+
prix: number;
|
|
127468
|
+
qte: number;
|
|
127469
|
+
totalFinal: number;
|
|
127470
|
+
factureRef: number | null;
|
|
127471
|
+
oldFactureRef: number | null;
|
|
127472
|
+
factureId: number | null;
|
|
127473
|
+
facturationLineId: number;
|
|
127474
|
+
}[];
|
|
127475
|
+
billingCenter?: {
|
|
127476
|
+
id: number;
|
|
127477
|
+
createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
127478
|
+
updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
127479
|
+
countryId: number;
|
|
127480
|
+
address: string;
|
|
127481
|
+
addressTwo: string | null;
|
|
127482
|
+
postalCode: string;
|
|
127483
|
+
city: string;
|
|
127484
|
+
telephoneOne: string;
|
|
127485
|
+
telephoneTwo: string | null;
|
|
127486
|
+
dafResponsibleName: string | null;
|
|
127487
|
+
email: string | null;
|
|
127488
|
+
intraVatNumber: string | null;
|
|
127489
|
+
numeroEori: string | null;
|
|
127490
|
+
comments: string | null;
|
|
127491
|
+
numCodeOne: string | null;
|
|
127492
|
+
numCodeTwo: string | null;
|
|
127493
|
+
isActif: boolean;
|
|
127494
|
+
isParis: boolean;
|
|
127495
|
+
isMedical: boolean;
|
|
127496
|
+
isService: boolean;
|
|
127497
|
+
dirigeant: string | null;
|
|
127498
|
+
dirigeantTel: string | null;
|
|
127499
|
+
dirigeantEmail: string | null;
|
|
127500
|
+
responsableComptable: string | null;
|
|
127501
|
+
responsableComptableTel: string | null;
|
|
127502
|
+
responsableComptableEmail: string | null;
|
|
127503
|
+
responsableDaf: string | null;
|
|
127504
|
+
responsableDafTel: string | null;
|
|
127505
|
+
responsableDafEmail: string | null;
|
|
127506
|
+
emailFacturation: string | null;
|
|
127507
|
+
logo: string | null;
|
|
127508
|
+
header: string | null;
|
|
127509
|
+
footer: string | null;
|
|
127510
|
+
emailOne: string | null;
|
|
127511
|
+
emailTwo: string | null;
|
|
127512
|
+
emailThree: string | null;
|
|
127513
|
+
tva: string | null;
|
|
127514
|
+
isMailing: boolean;
|
|
127515
|
+
telephone: string | null;
|
|
127516
|
+
billingCenterName: string;
|
|
127517
|
+
customerId: number | null;
|
|
127518
|
+
numeroSiren: string | null;
|
|
127519
|
+
invoiceMailOne: string;
|
|
127520
|
+
invoiceMailTwo: string | null;
|
|
127521
|
+
isSubmittedToFrenchVat: boolean;
|
|
127522
|
+
isActiveMailInstruction: boolean;
|
|
127523
|
+
isActiveVariation: boolean;
|
|
127524
|
+
isShowSecondBordereaux: boolean;
|
|
127525
|
+
isShowCustomerName: boolean;
|
|
127526
|
+
isShowCommercialValue: boolean;
|
|
127527
|
+
country?: {
|
|
127528
|
+
id: number;
|
|
127529
|
+
createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
127530
|
+
code: string;
|
|
127531
|
+
updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
127532
|
+
name: string;
|
|
127533
|
+
phoneCode: string;
|
|
127534
|
+
} | undefined;
|
|
127535
|
+
customer?: {
|
|
127536
|
+
id: number;
|
|
127537
|
+
createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
127538
|
+
updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
127539
|
+
fullName: string;
|
|
127540
|
+
countryId: number;
|
|
127541
|
+
address: string;
|
|
127542
|
+
addressTwo: string | null;
|
|
127543
|
+
postalCode: string;
|
|
127544
|
+
city: string;
|
|
127545
|
+
telephoneOne: string;
|
|
127546
|
+
telephoneTwo: string | null;
|
|
127547
|
+
invoiceMail: string;
|
|
127548
|
+
dafResponsibleName: string;
|
|
127549
|
+
email: string | null;
|
|
127550
|
+
intraVatNumber: string | null;
|
|
127551
|
+
submittedToFrenchVat: boolean;
|
|
127552
|
+
siren: string;
|
|
127553
|
+
numeroEori: string | null;
|
|
127554
|
+
comments: string | null;
|
|
127555
|
+
numCodeOne: string | null;
|
|
127556
|
+
numCodeTwo: string | null;
|
|
127557
|
+
isActif: boolean;
|
|
127558
|
+
isParis: boolean;
|
|
127559
|
+
isMedical: boolean;
|
|
127560
|
+
isService: boolean;
|
|
127561
|
+
valeurCustomer: boolean;
|
|
127562
|
+
dirigeant: string | null;
|
|
127563
|
+
dirigeantTel: string | null;
|
|
127564
|
+
dirigeantEmail: string | null;
|
|
127565
|
+
responsableComptable: string | null;
|
|
127566
|
+
responsableComptableTel: string | null;
|
|
127567
|
+
responsableComptableEmail: string | null;
|
|
127568
|
+
responsableDaf: string | null;
|
|
127569
|
+
responsableDafTel: string | null;
|
|
127570
|
+
responsableDafEmail: string | null;
|
|
127571
|
+
emailFacturation: string | null;
|
|
127572
|
+
logo: string | null;
|
|
127573
|
+
header: string | null;
|
|
127574
|
+
footer: string | null;
|
|
127575
|
+
emailOne: string | null;
|
|
127576
|
+
emailTwo: string | null;
|
|
127577
|
+
emailThree: string | null;
|
|
127578
|
+
tva: string | null;
|
|
127579
|
+
isTrackingMail: boolean | null;
|
|
127580
|
+
isBillingCenter: boolean;
|
|
127581
|
+
isShowNameCustomer: boolean;
|
|
127582
|
+
isMailing: boolean;
|
|
127583
|
+
numeroSiret: string | null;
|
|
127584
|
+
country?: {
|
|
127585
|
+
id: number;
|
|
127586
|
+
createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
127587
|
+
code: string;
|
|
127588
|
+
updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
127589
|
+
name: string;
|
|
127590
|
+
phoneCode: string;
|
|
127591
|
+
} | undefined;
|
|
127592
|
+
} | undefined;
|
|
127593
|
+
userBillingCenters?: any[] | undefined;
|
|
127594
|
+
} | undefined;
|
|
127595
|
+
}, {
|
|
127596
|
+
id: number;
|
|
127597
|
+
createdAt: Date;
|
|
127598
|
+
message: string | null;
|
|
127599
|
+
type: "facture" | "avoir";
|
|
127600
|
+
updatedAt: Date;
|
|
127601
|
+
isParis: boolean;
|
|
127602
|
+
isMedical: boolean;
|
|
127603
|
+
isService: boolean;
|
|
127604
|
+
tva: number;
|
|
127605
|
+
billingCenterId: number;
|
|
127606
|
+
ref: number;
|
|
127607
|
+
isDeleted: boolean;
|
|
127608
|
+
provenanceCommande: string | null;
|
|
127609
|
+
statut: string;
|
|
127610
|
+
echeance: string;
|
|
127611
|
+
montant: number;
|
|
127612
|
+
shippingIds: string[];
|
|
127613
|
+
fuel: number;
|
|
127614
|
+
total: number;
|
|
127615
|
+
bonDeCommende: string | null;
|
|
127616
|
+
isVariation: boolean;
|
|
127617
|
+
isActiveForReedited: boolean;
|
|
127618
|
+
docFacture: string;
|
|
127619
|
+
fullRef: string;
|
|
127620
|
+
modeReglement: string | null;
|
|
127621
|
+
source: string | null;
|
|
127622
|
+
factureLines: {
|
|
127623
|
+
id: number;
|
|
127624
|
+
createdAt: Date;
|
|
127625
|
+
updatedAt: Date;
|
|
127626
|
+
tva: number;
|
|
127627
|
+
shippingId: number;
|
|
127628
|
+
classifications: string;
|
|
127629
|
+
comment: string | null;
|
|
127630
|
+
fuel: number;
|
|
127631
|
+
total: number;
|
|
127632
|
+
isVariation: boolean;
|
|
127633
|
+
fullRef: string;
|
|
127634
|
+
lineType: string;
|
|
127635
|
+
prix: number;
|
|
127636
|
+
qte: number;
|
|
127637
|
+
totalFinal: number;
|
|
127638
|
+
factureRef: number | null;
|
|
127639
|
+
oldFactureRef: number | null;
|
|
127640
|
+
factureId: number | null;
|
|
127641
|
+
facturationLineId: number;
|
|
127642
|
+
}[];
|
|
127643
|
+
billingCenter?: {
|
|
127644
|
+
id: number;
|
|
127645
|
+
createdAt: Date;
|
|
127646
|
+
updatedAt: Date;
|
|
127647
|
+
countryId: number;
|
|
127648
|
+
address: string;
|
|
127649
|
+
addressTwo: string | null;
|
|
127650
|
+
postalCode: string;
|
|
127651
|
+
city: string;
|
|
127652
|
+
telephoneOne: string;
|
|
127653
|
+
telephoneTwo: string | null;
|
|
127654
|
+
dafResponsibleName: string | null;
|
|
127655
|
+
email: string | null;
|
|
127656
|
+
intraVatNumber: string | null;
|
|
127657
|
+
numeroEori: string | null;
|
|
127658
|
+
comments: string | null;
|
|
127659
|
+
numCodeOne: string | null;
|
|
127660
|
+
numCodeTwo: string | null;
|
|
127661
|
+
isActif: boolean;
|
|
127662
|
+
isParis: boolean;
|
|
127663
|
+
isMedical: boolean;
|
|
127664
|
+
isService: boolean;
|
|
127665
|
+
dirigeant: string | null;
|
|
127666
|
+
dirigeantTel: string | null;
|
|
127667
|
+
dirigeantEmail: string | null;
|
|
127668
|
+
responsableComptable: string | null;
|
|
127669
|
+
responsableComptableTel: string | null;
|
|
127670
|
+
responsableComptableEmail: string | null;
|
|
127671
|
+
responsableDaf: string | null;
|
|
127672
|
+
responsableDafTel: string | null;
|
|
127673
|
+
responsableDafEmail: string | null;
|
|
127674
|
+
emailFacturation: string | null;
|
|
127675
|
+
logo: string | null;
|
|
127676
|
+
header: string | null;
|
|
127677
|
+
footer: string | null;
|
|
127678
|
+
emailOne: string | null;
|
|
127679
|
+
emailTwo: string | null;
|
|
127680
|
+
emailThree: string | null;
|
|
127681
|
+
tva: string | null;
|
|
127682
|
+
isMailing: boolean;
|
|
127683
|
+
telephone: string | null;
|
|
127684
|
+
billingCenterName: string;
|
|
127685
|
+
customerId: number | null;
|
|
127686
|
+
numeroSiren: string | null;
|
|
127687
|
+
invoiceMailOne: string;
|
|
127688
|
+
invoiceMailTwo: string | null;
|
|
127689
|
+
isSubmittedToFrenchVat: boolean;
|
|
127690
|
+
isActiveMailInstruction: boolean;
|
|
127691
|
+
isActiveVariation: boolean;
|
|
127692
|
+
isShowSecondBordereaux: boolean;
|
|
127693
|
+
isShowCustomerName: boolean;
|
|
127694
|
+
isShowCommercialValue: boolean;
|
|
127695
|
+
country?: {
|
|
127696
|
+
id: number;
|
|
127697
|
+
createdAt: Date;
|
|
127698
|
+
code: string;
|
|
127699
|
+
updatedAt: Date;
|
|
127700
|
+
name: string;
|
|
127701
|
+
phoneCode: string;
|
|
127702
|
+
} | undefined;
|
|
127703
|
+
customer?: {
|
|
127704
|
+
id: number;
|
|
127705
|
+
createdAt: Date;
|
|
127706
|
+
updatedAt: Date;
|
|
127707
|
+
fullName: string;
|
|
127708
|
+
countryId: number;
|
|
127709
|
+
address: string;
|
|
127710
|
+
addressTwo: string | null;
|
|
127711
|
+
postalCode: string;
|
|
127712
|
+
city: string;
|
|
127713
|
+
telephoneOne: string;
|
|
127714
|
+
telephoneTwo: string | null;
|
|
127715
|
+
invoiceMail: string;
|
|
127716
|
+
dafResponsibleName: string;
|
|
127717
|
+
email: string | null;
|
|
127718
|
+
intraVatNumber: string | null;
|
|
127719
|
+
submittedToFrenchVat: boolean;
|
|
127720
|
+
siren: string;
|
|
127721
|
+
numeroEori: string | null;
|
|
127722
|
+
comments: string | null;
|
|
127723
|
+
numCodeOne: string | null;
|
|
127724
|
+
numCodeTwo: string | null;
|
|
127725
|
+
isActif: boolean;
|
|
127726
|
+
isParis: boolean;
|
|
127727
|
+
isMedical: boolean;
|
|
127728
|
+
isService: boolean;
|
|
127729
|
+
valeurCustomer: boolean;
|
|
127730
|
+
dirigeant: string | null;
|
|
127731
|
+
dirigeantTel: string | null;
|
|
127732
|
+
dirigeantEmail: string | null;
|
|
127733
|
+
responsableComptable: string | null;
|
|
127734
|
+
responsableComptableTel: string | null;
|
|
127735
|
+
responsableComptableEmail: string | null;
|
|
127736
|
+
responsableDaf: string | null;
|
|
127737
|
+
responsableDafTel: string | null;
|
|
127738
|
+
responsableDafEmail: string | null;
|
|
127739
|
+
emailFacturation: string | null;
|
|
127740
|
+
logo: string | null;
|
|
127741
|
+
header: string | null;
|
|
127742
|
+
footer: string | null;
|
|
127743
|
+
emailOne: string | null;
|
|
127744
|
+
emailTwo: string | null;
|
|
127745
|
+
emailThree: string | null;
|
|
127746
|
+
tva: string | null;
|
|
127747
|
+
isTrackingMail: boolean | null;
|
|
127748
|
+
isBillingCenter: boolean;
|
|
127749
|
+
isShowNameCustomer: boolean;
|
|
127750
|
+
isMailing: boolean;
|
|
127751
|
+
numeroSiret: string | null;
|
|
127752
|
+
country?: {
|
|
127753
|
+
id: number;
|
|
127754
|
+
createdAt: Date;
|
|
127755
|
+
code: string;
|
|
127756
|
+
updatedAt: Date;
|
|
127757
|
+
name: string;
|
|
127758
|
+
phoneCode: string;
|
|
127759
|
+
} | undefined;
|
|
127760
|
+
} | undefined;
|
|
127761
|
+
userBillingCenters?: any[] | undefined;
|
|
127762
|
+
} | undefined;
|
|
127763
|
+
}>>>;
|
|
127764
|
+
shipping: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
127765
|
+
id: z.ZodNumber;
|
|
127766
|
+
createdAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
|
|
127767
|
+
updatedAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
|
|
127768
|
+
customerRef: z.ZodNullable<z.ZodString>;
|
|
127769
|
+
pickupDate: z.ZodOptional<z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>>;
|
|
127770
|
+
deliveryDate: z.ZodOptional<z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>>;
|
|
127771
|
+
pickupInstruction: z.ZodNullable<z.ZodString>;
|
|
127772
|
+
deliveryInstruction: z.ZodNullable<z.ZodString>;
|
|
127773
|
+
billContact: z.ZodNullable<z.ZodString>;
|
|
127774
|
+
trackingMail: z.ZodNullable<z.ZodString>;
|
|
127775
|
+
pickupTime: z.ZodNullable<z.ZodString>;
|
|
127776
|
+
deliveryTime: z.ZodNullable<z.ZodString>;
|
|
127777
|
+
ref: z.ZodNullable<z.ZodNumber>;
|
|
127778
|
+
trackingNumber: z.ZodNullable<z.ZodString>;
|
|
127779
|
+
classifications: z.ZodNullable<z.ZodString>;
|
|
127780
|
+
userName: z.ZodNullable<z.ZodString>;
|
|
127781
|
+
transportType: z.ZodNullable<z.ZodString>;
|
|
127782
|
+
isDeleted: z.ZodNullable<z.ZodBoolean>;
|
|
127783
|
+
codeDonneur: z.ZodNullable<z.ZodString>;
|
|
127784
|
+
codeReceveur: z.ZodNullable<z.ZodString>;
|
|
127785
|
+
hasManifest: z.ZodBoolean;
|
|
127786
|
+
isOps: z.ZodBoolean;
|
|
127787
|
+
comment: z.ZodNullable<z.ZodString>;
|
|
127788
|
+
createdFor: z.ZodNullable<z.ZodNumber>;
|
|
127789
|
+
isArchived: z.ZodBoolean;
|
|
127790
|
+
isNeedArchive: z.ZodBoolean;
|
|
127791
|
+
isAnnulee: z.ZodBoolean;
|
|
127792
|
+
raison: z.ZodNullable<z.ZodString>;
|
|
127793
|
+
color: z.ZodNullable<z.ZodString>;
|
|
127794
|
+
docBordereaux: z.ZodNullable<z.ZodString>;
|
|
127795
|
+
docAccompagnement: z.ZodNullable<z.ZodString>;
|
|
127796
|
+
category: z.ZodNativeEnum<{
|
|
127797
|
+
readonly ALL: "all";
|
|
127798
|
+
readonly IMPORT: "import";
|
|
127799
|
+
readonly EXPORT: "export";
|
|
127800
|
+
readonly COURSE: "course";
|
|
127801
|
+
}>;
|
|
127802
|
+
typeExpedition: z.ZodNativeEnum<{
|
|
127803
|
+
readonly COURSE: "course";
|
|
127804
|
+
readonly EXPEDITION: "expedition";
|
|
127805
|
+
}>;
|
|
127806
|
+
driverId: z.ZodNumber;
|
|
127807
|
+
typeDeRoue: z.ZodNullable<z.ZodString>;
|
|
127808
|
+
isRecupererOps: z.ZodNullable<z.ZodBoolean>;
|
|
127809
|
+
isRemisOps: z.ZodNullable<z.ZodBoolean>;
|
|
127810
|
+
isRecupererChauffeur: z.ZodNullable<z.ZodBoolean>;
|
|
127811
|
+
isRemisChauffeur: z.ZodNullable<z.ZodBoolean>;
|
|
127812
|
+
heureRecupererOps: z.ZodOptional<z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>>;
|
|
127813
|
+
heureRemisOps: z.ZodOptional<z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>>;
|
|
127814
|
+
heureRecupererChauffeur: z.ZodOptional<z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>>;
|
|
127815
|
+
heureRemisChauffeur: z.ZodOptional<z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>>;
|
|
127816
|
+
lastCronRunAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
|
|
127817
|
+
devises: z.ZodNullable<z.ZodString>;
|
|
127818
|
+
provenanceCommande: z.ZodNullable<z.ZodString>;
|
|
127819
|
+
hasEmballage: z.ZodBoolean;
|
|
127820
|
+
billingCenterId: z.ZodNullable<z.ZodNumber>;
|
|
127821
|
+
userId: z.ZodNullable<z.ZodNumber>;
|
|
127822
|
+
}, "strip", z.ZodTypeAny, {
|
|
127823
|
+
id: number;
|
|
127824
|
+
createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
127825
|
+
updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
127826
|
+
userId: number | null;
|
|
127827
|
+
billingCenterId: number | null;
|
|
127828
|
+
trackingMail: string | null;
|
|
127829
|
+
customerRef: string | null;
|
|
127830
|
+
pickupInstruction: string | null;
|
|
127831
|
+
deliveryInstruction: string | null;
|
|
127832
|
+
billContact: string | null;
|
|
127833
|
+
pickupTime: string | null;
|
|
127834
|
+
deliveryTime: string | null;
|
|
127835
|
+
ref: number | null;
|
|
127836
|
+
trackingNumber: string | null;
|
|
127837
|
+
classifications: string | null;
|
|
127838
|
+
userName: string | null;
|
|
127839
|
+
transportType: string | null;
|
|
127840
|
+
isDeleted: boolean | null;
|
|
127841
|
+
codeDonneur: string | null;
|
|
127842
|
+
codeReceveur: string | null;
|
|
127843
|
+
hasManifest: boolean;
|
|
127844
|
+
isOps: boolean;
|
|
127845
|
+
comment: string | null;
|
|
127846
|
+
createdFor: number | null;
|
|
127847
|
+
isArchived: boolean;
|
|
127848
|
+
isNeedArchive: boolean;
|
|
127849
|
+
isAnnulee: boolean;
|
|
127850
|
+
raison: string | null;
|
|
127851
|
+
color: string | null;
|
|
127852
|
+
docBordereaux: string | null;
|
|
127853
|
+
docAccompagnement: string | null;
|
|
127854
|
+
category: "course" | "all" | "import" | "export";
|
|
127855
|
+
typeExpedition: "expedition" | "course";
|
|
127856
|
+
driverId: number;
|
|
127857
|
+
typeDeRoue: string | null;
|
|
127858
|
+
isRecupererOps: boolean | null;
|
|
127859
|
+
isRemisOps: boolean | null;
|
|
127860
|
+
isRecupererChauffeur: boolean | null;
|
|
127861
|
+
isRemisChauffeur: boolean | null;
|
|
127862
|
+
lastCronRunAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
127863
|
+
devises: string | null;
|
|
127864
|
+
provenanceCommande: string | null;
|
|
127865
|
+
hasEmballage: boolean;
|
|
127866
|
+
pickupDate?: import("luxon").DateTime<true> | import("luxon").DateTime<false> | undefined;
|
|
127867
|
+
deliveryDate?: import("luxon").DateTime<true> | import("luxon").DateTime<false> | undefined;
|
|
127868
|
+
heureRecupererOps?: import("luxon").DateTime<true> | import("luxon").DateTime<false> | undefined;
|
|
127869
|
+
heureRemisOps?: import("luxon").DateTime<true> | import("luxon").DateTime<false> | undefined;
|
|
127870
|
+
heureRecupererChauffeur?: import("luxon").DateTime<true> | import("luxon").DateTime<false> | undefined;
|
|
127871
|
+
heureRemisChauffeur?: import("luxon").DateTime<true> | import("luxon").DateTime<false> | undefined;
|
|
127872
|
+
}, {
|
|
127873
|
+
id: number;
|
|
127874
|
+
createdAt: Date;
|
|
127875
|
+
updatedAt: Date;
|
|
127876
|
+
userId: number | null;
|
|
127877
|
+
billingCenterId: number | null;
|
|
127878
|
+
trackingMail: string | null;
|
|
127879
|
+
customerRef: string | null;
|
|
127880
|
+
pickupInstruction: string | null;
|
|
127881
|
+
deliveryInstruction: string | null;
|
|
127882
|
+
billContact: string | null;
|
|
127883
|
+
pickupTime: string | null;
|
|
127884
|
+
deliveryTime: string | null;
|
|
127885
|
+
ref: number | null;
|
|
127886
|
+
trackingNumber: string | null;
|
|
127887
|
+
classifications: string | null;
|
|
127888
|
+
userName: string | null;
|
|
127889
|
+
transportType: string | null;
|
|
127890
|
+
isDeleted: boolean | null;
|
|
127891
|
+
codeDonneur: string | null;
|
|
127892
|
+
codeReceveur: string | null;
|
|
127893
|
+
hasManifest: boolean;
|
|
127894
|
+
isOps: boolean;
|
|
127895
|
+
comment: string | null;
|
|
127896
|
+
createdFor: number | null;
|
|
127897
|
+
isArchived: boolean;
|
|
127898
|
+
isNeedArchive: boolean;
|
|
127899
|
+
isAnnulee: boolean;
|
|
127900
|
+
raison: string | null;
|
|
127901
|
+
color: string | null;
|
|
127902
|
+
docBordereaux: string | null;
|
|
127903
|
+
docAccompagnement: string | null;
|
|
127904
|
+
category: "course" | "all" | "import" | "export";
|
|
127905
|
+
typeExpedition: "expedition" | "course";
|
|
127906
|
+
driverId: number;
|
|
127907
|
+
typeDeRoue: string | null;
|
|
127908
|
+
isRecupererOps: boolean | null;
|
|
127909
|
+
isRemisOps: boolean | null;
|
|
127910
|
+
isRecupererChauffeur: boolean | null;
|
|
127911
|
+
isRemisChauffeur: boolean | null;
|
|
127912
|
+
lastCronRunAt: Date;
|
|
127913
|
+
devises: string | null;
|
|
127914
|
+
provenanceCommande: string | null;
|
|
127915
|
+
hasEmballage: boolean;
|
|
127916
|
+
pickupDate?: Date | undefined;
|
|
127917
|
+
deliveryDate?: Date | undefined;
|
|
127918
|
+
heureRecupererOps?: Date | undefined;
|
|
127919
|
+
heureRemisOps?: Date | undefined;
|
|
127920
|
+
heureRecupererChauffeur?: Date | undefined;
|
|
127921
|
+
heureRemisChauffeur?: Date | undefined;
|
|
127922
|
+
}>>>;
|
|
127923
|
+
facturationLine: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
127924
|
+
id: z.ZodNumber;
|
|
127925
|
+
createdAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
|
|
127926
|
+
updatedAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
|
|
127927
|
+
label: z.ZodString;
|
|
127928
|
+
description: z.ZodString;
|
|
127929
|
+
montant: z.ZodNumber;
|
|
127930
|
+
fuel: z.ZodNumber;
|
|
127931
|
+
variation: z.ZodNullable<z.ZodNumber>;
|
|
127932
|
+
forVariation: z.ZodBoolean;
|
|
127933
|
+
tva: z.ZodBoolean;
|
|
127934
|
+
europe: z.ZodBoolean;
|
|
127935
|
+
express: z.ZodBoolean;
|
|
127936
|
+
international: z.ZodBoolean;
|
|
127937
|
+
locale: z.ZodBoolean;
|
|
127938
|
+
spxOneHourThirty: z.ZodBoolean;
|
|
127939
|
+
spxThreeHours: z.ZodBoolean;
|
|
127940
|
+
national: z.ZodBoolean;
|
|
127941
|
+
premium: z.ZodBoolean;
|
|
127942
|
+
spx: z.ZodBoolean;
|
|
127943
|
+
spxNineHours: z.ZodBoolean;
|
|
127944
|
+
spxTenHours: z.ZodBoolean;
|
|
127945
|
+
spxTwelveHours: z.ZodBoolean;
|
|
127946
|
+
spxDrive: z.ZodBoolean;
|
|
127947
|
+
spxPlus: z.ZodBoolean;
|
|
127948
|
+
spxSat: z.ZodBoolean;
|
|
127949
|
+
voiture: z.ZodBoolean;
|
|
127950
|
+
isActif: z.ZodBoolean;
|
|
127951
|
+
}, "strip", z.ZodTypeAny, {
|
|
127952
|
+
id: number;
|
|
127953
|
+
createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
127954
|
+
updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
127955
|
+
isActif: boolean;
|
|
127956
|
+
tva: boolean;
|
|
127957
|
+
description: string;
|
|
127958
|
+
montant: number;
|
|
127959
|
+
fuel: number;
|
|
127960
|
+
label: string;
|
|
127961
|
+
variation: number | null;
|
|
127962
|
+
forVariation: boolean;
|
|
127963
|
+
europe: boolean;
|
|
127964
|
+
express: boolean;
|
|
127965
|
+
international: boolean;
|
|
127966
|
+
locale: boolean;
|
|
127967
|
+
spxOneHourThirty: boolean;
|
|
127968
|
+
spxThreeHours: boolean;
|
|
127969
|
+
national: boolean;
|
|
127970
|
+
premium: boolean;
|
|
127971
|
+
spx: boolean;
|
|
127972
|
+
spxNineHours: boolean;
|
|
127973
|
+
spxTenHours: boolean;
|
|
127974
|
+
spxTwelveHours: boolean;
|
|
127975
|
+
spxDrive: boolean;
|
|
127976
|
+
spxPlus: boolean;
|
|
127977
|
+
spxSat: boolean;
|
|
127978
|
+
voiture: boolean;
|
|
127979
|
+
}, {
|
|
127980
|
+
id: number;
|
|
127981
|
+
createdAt: Date;
|
|
127982
|
+
updatedAt: Date;
|
|
127983
|
+
isActif: boolean;
|
|
127984
|
+
tva: boolean;
|
|
127985
|
+
description: string;
|
|
127986
|
+
montant: number;
|
|
127987
|
+
fuel: number;
|
|
127988
|
+
label: string;
|
|
127989
|
+
variation: number | null;
|
|
127990
|
+
forVariation: boolean;
|
|
127991
|
+
europe: boolean;
|
|
127992
|
+
express: boolean;
|
|
127993
|
+
international: boolean;
|
|
127994
|
+
locale: boolean;
|
|
127995
|
+
spxOneHourThirty: boolean;
|
|
127996
|
+
spxThreeHours: boolean;
|
|
127997
|
+
national: boolean;
|
|
127998
|
+
premium: boolean;
|
|
127999
|
+
spx: boolean;
|
|
128000
|
+
spxNineHours: boolean;
|
|
128001
|
+
spxTenHours: boolean;
|
|
128002
|
+
spxTwelveHours: boolean;
|
|
128003
|
+
spxDrive: boolean;
|
|
128004
|
+
spxPlus: boolean;
|
|
128005
|
+
spxSat: boolean;
|
|
128006
|
+
voiture: boolean;
|
|
128007
|
+
}>>>;
|
|
128008
|
+
}, "strip", z.ZodTypeAny, {
|
|
128009
|
+
id: number;
|
|
128010
|
+
createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
128011
|
+
updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
128012
|
+
tva: number;
|
|
128013
|
+
shippingId: number;
|
|
128014
|
+
classifications: string;
|
|
128015
|
+
comment: string | null;
|
|
128016
|
+
fuel: number;
|
|
128017
|
+
total: number;
|
|
128018
|
+
isVariation: boolean;
|
|
128019
|
+
fullRef: string;
|
|
128020
|
+
lineType: string;
|
|
128021
|
+
prix: number;
|
|
128022
|
+
qte: number;
|
|
128023
|
+
totalFinal: number;
|
|
128024
|
+
factureRef: number | null;
|
|
128025
|
+
oldFactureRef: number | null;
|
|
128026
|
+
factureId: number | null;
|
|
128027
|
+
facturationLineId: number;
|
|
128028
|
+
shipping?: {
|
|
128029
|
+
id: number;
|
|
128030
|
+
createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
128031
|
+
updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
128032
|
+
userId: number | null;
|
|
128033
|
+
billingCenterId: number | null;
|
|
128034
|
+
trackingMail: string | null;
|
|
128035
|
+
customerRef: string | null;
|
|
128036
|
+
pickupInstruction: string | null;
|
|
128037
|
+
deliveryInstruction: string | null;
|
|
128038
|
+
billContact: string | null;
|
|
128039
|
+
pickupTime: string | null;
|
|
128040
|
+
deliveryTime: string | null;
|
|
128041
|
+
ref: number | null;
|
|
128042
|
+
trackingNumber: string | null;
|
|
128043
|
+
classifications: string | null;
|
|
128044
|
+
userName: string | null;
|
|
128045
|
+
transportType: string | null;
|
|
128046
|
+
isDeleted: boolean | null;
|
|
128047
|
+
codeDonneur: string | null;
|
|
128048
|
+
codeReceveur: string | null;
|
|
128049
|
+
hasManifest: boolean;
|
|
128050
|
+
isOps: boolean;
|
|
128051
|
+
comment: string | null;
|
|
128052
|
+
createdFor: number | null;
|
|
128053
|
+
isArchived: boolean;
|
|
128054
|
+
isNeedArchive: boolean;
|
|
128055
|
+
isAnnulee: boolean;
|
|
128056
|
+
raison: string | null;
|
|
128057
|
+
color: string | null;
|
|
128058
|
+
docBordereaux: string | null;
|
|
128059
|
+
docAccompagnement: string | null;
|
|
128060
|
+
category: "course" | "all" | "import" | "export";
|
|
128061
|
+
typeExpedition: "expedition" | "course";
|
|
128062
|
+
driverId: number;
|
|
128063
|
+
typeDeRoue: string | null;
|
|
128064
|
+
isRecupererOps: boolean | null;
|
|
128065
|
+
isRemisOps: boolean | null;
|
|
128066
|
+
isRecupererChauffeur: boolean | null;
|
|
128067
|
+
isRemisChauffeur: boolean | null;
|
|
128068
|
+
lastCronRunAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
128069
|
+
devises: string | null;
|
|
128070
|
+
provenanceCommande: string | null;
|
|
128071
|
+
hasEmballage: boolean;
|
|
128072
|
+
pickupDate?: import("luxon").DateTime<true> | import("luxon").DateTime<false> | undefined;
|
|
128073
|
+
deliveryDate?: import("luxon").DateTime<true> | import("luxon").DateTime<false> | undefined;
|
|
128074
|
+
heureRecupererOps?: import("luxon").DateTime<true> | import("luxon").DateTime<false> | undefined;
|
|
128075
|
+
heureRemisOps?: import("luxon").DateTime<true> | import("luxon").DateTime<false> | undefined;
|
|
128076
|
+
heureRecupererChauffeur?: import("luxon").DateTime<true> | import("luxon").DateTime<false> | undefined;
|
|
128077
|
+
heureRemisChauffeur?: import("luxon").DateTime<true> | import("luxon").DateTime<false> | undefined;
|
|
128078
|
+
} | undefined;
|
|
128079
|
+
facture?: {
|
|
128080
|
+
id: number;
|
|
128081
|
+
createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
128082
|
+
message: string | null;
|
|
128083
|
+
type: "facture" | "avoir";
|
|
128084
|
+
updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
128085
|
+
isParis: boolean;
|
|
128086
|
+
isMedical: boolean;
|
|
128087
|
+
isService: boolean;
|
|
128088
|
+
tva: number;
|
|
128089
|
+
billingCenterId: number;
|
|
128090
|
+
ref: number;
|
|
128091
|
+
isDeleted: boolean;
|
|
128092
|
+
provenanceCommande: string | null;
|
|
128093
|
+
statut: string;
|
|
128094
|
+
echeance: string;
|
|
128095
|
+
montant: number;
|
|
128096
|
+
shippingIds: string[];
|
|
128097
|
+
fuel: number;
|
|
128098
|
+
total: number;
|
|
128099
|
+
bonDeCommende: string | null;
|
|
128100
|
+
isVariation: boolean;
|
|
128101
|
+
isActiveForReedited: boolean;
|
|
128102
|
+
docFacture: string;
|
|
128103
|
+
fullRef: string;
|
|
128104
|
+
modeReglement: string | null;
|
|
128105
|
+
source: string | null;
|
|
128106
|
+
factureLines: {
|
|
128107
|
+
id: number;
|
|
128108
|
+
createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
128109
|
+
updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
128110
|
+
tva: number;
|
|
128111
|
+
shippingId: number;
|
|
128112
|
+
classifications: string;
|
|
128113
|
+
comment: string | null;
|
|
128114
|
+
fuel: number;
|
|
128115
|
+
total: number;
|
|
128116
|
+
isVariation: boolean;
|
|
128117
|
+
fullRef: string;
|
|
128118
|
+
lineType: string;
|
|
128119
|
+
prix: number;
|
|
128120
|
+
qte: number;
|
|
128121
|
+
totalFinal: number;
|
|
128122
|
+
factureRef: number | null;
|
|
128123
|
+
oldFactureRef: number | null;
|
|
128124
|
+
factureId: number | null;
|
|
128125
|
+
facturationLineId: number;
|
|
128126
|
+
}[];
|
|
128127
|
+
billingCenter?: {
|
|
128128
|
+
id: number;
|
|
128129
|
+
createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
128130
|
+
updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
128131
|
+
countryId: number;
|
|
128132
|
+
address: string;
|
|
128133
|
+
addressTwo: string | null;
|
|
128134
|
+
postalCode: string;
|
|
128135
|
+
city: string;
|
|
128136
|
+
telephoneOne: string;
|
|
128137
|
+
telephoneTwo: string | null;
|
|
128138
|
+
dafResponsibleName: string | null;
|
|
128139
|
+
email: string | null;
|
|
128140
|
+
intraVatNumber: string | null;
|
|
128141
|
+
numeroEori: string | null;
|
|
128142
|
+
comments: string | null;
|
|
128143
|
+
numCodeOne: string | null;
|
|
128144
|
+
numCodeTwo: string | null;
|
|
128145
|
+
isActif: boolean;
|
|
128146
|
+
isParis: boolean;
|
|
128147
|
+
isMedical: boolean;
|
|
128148
|
+
isService: boolean;
|
|
128149
|
+
dirigeant: string | null;
|
|
128150
|
+
dirigeantTel: string | null;
|
|
128151
|
+
dirigeantEmail: string | null;
|
|
128152
|
+
responsableComptable: string | null;
|
|
128153
|
+
responsableComptableTel: string | null;
|
|
128154
|
+
responsableComptableEmail: string | null;
|
|
128155
|
+
responsableDaf: string | null;
|
|
128156
|
+
responsableDafTel: string | null;
|
|
128157
|
+
responsableDafEmail: string | null;
|
|
128158
|
+
emailFacturation: string | null;
|
|
128159
|
+
logo: string | null;
|
|
128160
|
+
header: string | null;
|
|
128161
|
+
footer: string | null;
|
|
128162
|
+
emailOne: string | null;
|
|
128163
|
+
emailTwo: string | null;
|
|
128164
|
+
emailThree: string | null;
|
|
128165
|
+
tva: string | null;
|
|
128166
|
+
isMailing: boolean;
|
|
128167
|
+
telephone: string | null;
|
|
128168
|
+
billingCenterName: string;
|
|
128169
|
+
customerId: number | null;
|
|
128170
|
+
numeroSiren: string | null;
|
|
128171
|
+
invoiceMailOne: string;
|
|
128172
|
+
invoiceMailTwo: string | null;
|
|
128173
|
+
isSubmittedToFrenchVat: boolean;
|
|
128174
|
+
isActiveMailInstruction: boolean;
|
|
128175
|
+
isActiveVariation: boolean;
|
|
128176
|
+
isShowSecondBordereaux: boolean;
|
|
128177
|
+
isShowCustomerName: boolean;
|
|
128178
|
+
isShowCommercialValue: boolean;
|
|
128179
|
+
country?: {
|
|
128180
|
+
id: number;
|
|
128181
|
+
createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
128182
|
+
code: string;
|
|
128183
|
+
updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
128184
|
+
name: string;
|
|
128185
|
+
phoneCode: string;
|
|
128186
|
+
} | undefined;
|
|
128187
|
+
customer?: {
|
|
128188
|
+
id: number;
|
|
128189
|
+
createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
128190
|
+
updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
128191
|
+
fullName: string;
|
|
128192
|
+
countryId: number;
|
|
128193
|
+
address: string;
|
|
128194
|
+
addressTwo: string | null;
|
|
128195
|
+
postalCode: string;
|
|
128196
|
+
city: string;
|
|
128197
|
+
telephoneOne: string;
|
|
128198
|
+
telephoneTwo: string | null;
|
|
128199
|
+
invoiceMail: string;
|
|
128200
|
+
dafResponsibleName: string;
|
|
128201
|
+
email: string | null;
|
|
128202
|
+
intraVatNumber: string | null;
|
|
128203
|
+
submittedToFrenchVat: boolean;
|
|
128204
|
+
siren: string;
|
|
128205
|
+
numeroEori: string | null;
|
|
128206
|
+
comments: string | null;
|
|
128207
|
+
numCodeOne: string | null;
|
|
128208
|
+
numCodeTwo: string | null;
|
|
128209
|
+
isActif: boolean;
|
|
128210
|
+
isParis: boolean;
|
|
128211
|
+
isMedical: boolean;
|
|
128212
|
+
isService: boolean;
|
|
128213
|
+
valeurCustomer: boolean;
|
|
128214
|
+
dirigeant: string | null;
|
|
128215
|
+
dirigeantTel: string | null;
|
|
128216
|
+
dirigeantEmail: string | null;
|
|
128217
|
+
responsableComptable: string | null;
|
|
128218
|
+
responsableComptableTel: string | null;
|
|
128219
|
+
responsableComptableEmail: string | null;
|
|
128220
|
+
responsableDaf: string | null;
|
|
128221
|
+
responsableDafTel: string | null;
|
|
128222
|
+
responsableDafEmail: string | null;
|
|
128223
|
+
emailFacturation: string | null;
|
|
128224
|
+
logo: string | null;
|
|
128225
|
+
header: string | null;
|
|
128226
|
+
footer: string | null;
|
|
128227
|
+
emailOne: string | null;
|
|
128228
|
+
emailTwo: string | null;
|
|
128229
|
+
emailThree: string | null;
|
|
128230
|
+
tva: string | null;
|
|
128231
|
+
isTrackingMail: boolean | null;
|
|
128232
|
+
isBillingCenter: boolean;
|
|
128233
|
+
isShowNameCustomer: boolean;
|
|
128234
|
+
isMailing: boolean;
|
|
128235
|
+
numeroSiret: string | null;
|
|
128236
|
+
country?: {
|
|
128237
|
+
id: number;
|
|
128238
|
+
createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
128239
|
+
code: string;
|
|
128240
|
+
updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
128241
|
+
name: string;
|
|
128242
|
+
phoneCode: string;
|
|
128243
|
+
} | undefined;
|
|
128244
|
+
} | undefined;
|
|
128245
|
+
userBillingCenters?: any[] | undefined;
|
|
128246
|
+
} | undefined;
|
|
128247
|
+
} | undefined;
|
|
128248
|
+
facturationLine?: {
|
|
128249
|
+
id: number;
|
|
128250
|
+
createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
128251
|
+
updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
128252
|
+
isActif: boolean;
|
|
128253
|
+
tva: boolean;
|
|
128254
|
+
description: string;
|
|
128255
|
+
montant: number;
|
|
128256
|
+
fuel: number;
|
|
128257
|
+
label: string;
|
|
128258
|
+
variation: number | null;
|
|
128259
|
+
forVariation: boolean;
|
|
128260
|
+
europe: boolean;
|
|
128261
|
+
express: boolean;
|
|
128262
|
+
international: boolean;
|
|
128263
|
+
locale: boolean;
|
|
128264
|
+
spxOneHourThirty: boolean;
|
|
128265
|
+
spxThreeHours: boolean;
|
|
128266
|
+
national: boolean;
|
|
128267
|
+
premium: boolean;
|
|
128268
|
+
spx: boolean;
|
|
128269
|
+
spxNineHours: boolean;
|
|
128270
|
+
spxTenHours: boolean;
|
|
128271
|
+
spxTwelveHours: boolean;
|
|
128272
|
+
spxDrive: boolean;
|
|
128273
|
+
spxPlus: boolean;
|
|
128274
|
+
spxSat: boolean;
|
|
128275
|
+
voiture: boolean;
|
|
128276
|
+
} | undefined;
|
|
128277
|
+
}, {
|
|
128278
|
+
id: number;
|
|
128279
|
+
createdAt: Date;
|
|
128280
|
+
updatedAt: Date;
|
|
128281
|
+
tva: number;
|
|
128282
|
+
shippingId: number;
|
|
128283
|
+
classifications: string;
|
|
128284
|
+
comment: string | null;
|
|
128285
|
+
fuel: number;
|
|
128286
|
+
total: number;
|
|
128287
|
+
isVariation: boolean;
|
|
128288
|
+
fullRef: string;
|
|
128289
|
+
lineType: string;
|
|
128290
|
+
prix: number;
|
|
128291
|
+
qte: number;
|
|
128292
|
+
totalFinal: number;
|
|
128293
|
+
factureRef: number | null;
|
|
128294
|
+
oldFactureRef: number | null;
|
|
128295
|
+
factureId: number | null;
|
|
128296
|
+
facturationLineId: number;
|
|
128297
|
+
shipping?: {
|
|
128298
|
+
id: number;
|
|
128299
|
+
createdAt: Date;
|
|
128300
|
+
updatedAt: Date;
|
|
128301
|
+
userId: number | null;
|
|
128302
|
+
billingCenterId: number | null;
|
|
128303
|
+
trackingMail: string | null;
|
|
128304
|
+
customerRef: string | null;
|
|
128305
|
+
pickupInstruction: string | null;
|
|
128306
|
+
deliveryInstruction: string | null;
|
|
128307
|
+
billContact: string | null;
|
|
128308
|
+
pickupTime: string | null;
|
|
128309
|
+
deliveryTime: string | null;
|
|
128310
|
+
ref: number | null;
|
|
128311
|
+
trackingNumber: string | null;
|
|
128312
|
+
classifications: string | null;
|
|
128313
|
+
userName: string | null;
|
|
128314
|
+
transportType: string | null;
|
|
128315
|
+
isDeleted: boolean | null;
|
|
128316
|
+
codeDonneur: string | null;
|
|
128317
|
+
codeReceveur: string | null;
|
|
128318
|
+
hasManifest: boolean;
|
|
128319
|
+
isOps: boolean;
|
|
128320
|
+
comment: string | null;
|
|
128321
|
+
createdFor: number | null;
|
|
128322
|
+
isArchived: boolean;
|
|
128323
|
+
isNeedArchive: boolean;
|
|
128324
|
+
isAnnulee: boolean;
|
|
128325
|
+
raison: string | null;
|
|
128326
|
+
color: string | null;
|
|
128327
|
+
docBordereaux: string | null;
|
|
128328
|
+
docAccompagnement: string | null;
|
|
128329
|
+
category: "course" | "all" | "import" | "export";
|
|
128330
|
+
typeExpedition: "expedition" | "course";
|
|
128331
|
+
driverId: number;
|
|
128332
|
+
typeDeRoue: string | null;
|
|
128333
|
+
isRecupererOps: boolean | null;
|
|
128334
|
+
isRemisOps: boolean | null;
|
|
128335
|
+
isRecupererChauffeur: boolean | null;
|
|
128336
|
+
isRemisChauffeur: boolean | null;
|
|
128337
|
+
lastCronRunAt: Date;
|
|
128338
|
+
devises: string | null;
|
|
128339
|
+
provenanceCommande: string | null;
|
|
128340
|
+
hasEmballage: boolean;
|
|
128341
|
+
pickupDate?: Date | undefined;
|
|
128342
|
+
deliveryDate?: Date | undefined;
|
|
128343
|
+
heureRecupererOps?: Date | undefined;
|
|
128344
|
+
heureRemisOps?: Date | undefined;
|
|
128345
|
+
heureRecupererChauffeur?: Date | undefined;
|
|
128346
|
+
heureRemisChauffeur?: Date | undefined;
|
|
128347
|
+
} | undefined;
|
|
128348
|
+
facture?: {
|
|
128349
|
+
id: number;
|
|
128350
|
+
createdAt: Date;
|
|
128351
|
+
message: string | null;
|
|
128352
|
+
type: "facture" | "avoir";
|
|
128353
|
+
updatedAt: Date;
|
|
128354
|
+
isParis: boolean;
|
|
128355
|
+
isMedical: boolean;
|
|
128356
|
+
isService: boolean;
|
|
128357
|
+
tva: number;
|
|
128358
|
+
billingCenterId: number;
|
|
128359
|
+
ref: number;
|
|
128360
|
+
isDeleted: boolean;
|
|
128361
|
+
provenanceCommande: string | null;
|
|
128362
|
+
statut: string;
|
|
128363
|
+
echeance: string;
|
|
128364
|
+
montant: number;
|
|
128365
|
+
shippingIds: string[];
|
|
128366
|
+
fuel: number;
|
|
128367
|
+
total: number;
|
|
128368
|
+
bonDeCommende: string | null;
|
|
128369
|
+
isVariation: boolean;
|
|
128370
|
+
isActiveForReedited: boolean;
|
|
128371
|
+
docFacture: string;
|
|
128372
|
+
fullRef: string;
|
|
128373
|
+
modeReglement: string | null;
|
|
128374
|
+
source: string | null;
|
|
128375
|
+
factureLines: {
|
|
128376
|
+
id: number;
|
|
128377
|
+
createdAt: Date;
|
|
128378
|
+
updatedAt: Date;
|
|
128379
|
+
tva: number;
|
|
128380
|
+
shippingId: number;
|
|
128381
|
+
classifications: string;
|
|
128382
|
+
comment: string | null;
|
|
128383
|
+
fuel: number;
|
|
128384
|
+
total: number;
|
|
128385
|
+
isVariation: boolean;
|
|
128386
|
+
fullRef: string;
|
|
128387
|
+
lineType: string;
|
|
128388
|
+
prix: number;
|
|
128389
|
+
qte: number;
|
|
128390
|
+
totalFinal: number;
|
|
128391
|
+
factureRef: number | null;
|
|
128392
|
+
oldFactureRef: number | null;
|
|
128393
|
+
factureId: number | null;
|
|
128394
|
+
facturationLineId: number;
|
|
128395
|
+
}[];
|
|
128396
|
+
billingCenter?: {
|
|
128397
|
+
id: number;
|
|
128398
|
+
createdAt: Date;
|
|
128399
|
+
updatedAt: Date;
|
|
128400
|
+
countryId: number;
|
|
128401
|
+
address: string;
|
|
128402
|
+
addressTwo: string | null;
|
|
128403
|
+
postalCode: string;
|
|
128404
|
+
city: string;
|
|
128405
|
+
telephoneOne: string;
|
|
128406
|
+
telephoneTwo: string | null;
|
|
128407
|
+
dafResponsibleName: string | null;
|
|
128408
|
+
email: string | null;
|
|
128409
|
+
intraVatNumber: string | null;
|
|
128410
|
+
numeroEori: string | null;
|
|
128411
|
+
comments: string | null;
|
|
128412
|
+
numCodeOne: string | null;
|
|
128413
|
+
numCodeTwo: string | null;
|
|
128414
|
+
isActif: boolean;
|
|
128415
|
+
isParis: boolean;
|
|
128416
|
+
isMedical: boolean;
|
|
128417
|
+
isService: boolean;
|
|
128418
|
+
dirigeant: string | null;
|
|
128419
|
+
dirigeantTel: string | null;
|
|
128420
|
+
dirigeantEmail: string | null;
|
|
128421
|
+
responsableComptable: string | null;
|
|
128422
|
+
responsableComptableTel: string | null;
|
|
128423
|
+
responsableComptableEmail: string | null;
|
|
128424
|
+
responsableDaf: string | null;
|
|
128425
|
+
responsableDafTel: string | null;
|
|
128426
|
+
responsableDafEmail: string | null;
|
|
128427
|
+
emailFacturation: string | null;
|
|
128428
|
+
logo: string | null;
|
|
128429
|
+
header: string | null;
|
|
128430
|
+
footer: string | null;
|
|
128431
|
+
emailOne: string | null;
|
|
128432
|
+
emailTwo: string | null;
|
|
128433
|
+
emailThree: string | null;
|
|
128434
|
+
tva: string | null;
|
|
128435
|
+
isMailing: boolean;
|
|
128436
|
+
telephone: string | null;
|
|
128437
|
+
billingCenterName: string;
|
|
128438
|
+
customerId: number | null;
|
|
128439
|
+
numeroSiren: string | null;
|
|
128440
|
+
invoiceMailOne: string;
|
|
128441
|
+
invoiceMailTwo: string | null;
|
|
128442
|
+
isSubmittedToFrenchVat: boolean;
|
|
128443
|
+
isActiveMailInstruction: boolean;
|
|
128444
|
+
isActiveVariation: boolean;
|
|
128445
|
+
isShowSecondBordereaux: boolean;
|
|
128446
|
+
isShowCustomerName: boolean;
|
|
128447
|
+
isShowCommercialValue: boolean;
|
|
128448
|
+
country?: {
|
|
128449
|
+
id: number;
|
|
128450
|
+
createdAt: Date;
|
|
128451
|
+
code: string;
|
|
128452
|
+
updatedAt: Date;
|
|
128453
|
+
name: string;
|
|
128454
|
+
phoneCode: string;
|
|
128455
|
+
} | undefined;
|
|
128456
|
+
customer?: {
|
|
128457
|
+
id: number;
|
|
128458
|
+
createdAt: Date;
|
|
128459
|
+
updatedAt: Date;
|
|
128460
|
+
fullName: string;
|
|
128461
|
+
countryId: number;
|
|
128462
|
+
address: string;
|
|
128463
|
+
addressTwo: string | null;
|
|
128464
|
+
postalCode: string;
|
|
128465
|
+
city: string;
|
|
128466
|
+
telephoneOne: string;
|
|
128467
|
+
telephoneTwo: string | null;
|
|
128468
|
+
invoiceMail: string;
|
|
128469
|
+
dafResponsibleName: string;
|
|
128470
|
+
email: string | null;
|
|
128471
|
+
intraVatNumber: string | null;
|
|
128472
|
+
submittedToFrenchVat: boolean;
|
|
128473
|
+
siren: string;
|
|
128474
|
+
numeroEori: string | null;
|
|
128475
|
+
comments: string | null;
|
|
128476
|
+
numCodeOne: string | null;
|
|
128477
|
+
numCodeTwo: string | null;
|
|
128478
|
+
isActif: boolean;
|
|
128479
|
+
isParis: boolean;
|
|
128480
|
+
isMedical: boolean;
|
|
128481
|
+
isService: boolean;
|
|
128482
|
+
valeurCustomer: boolean;
|
|
128483
|
+
dirigeant: string | null;
|
|
128484
|
+
dirigeantTel: string | null;
|
|
128485
|
+
dirigeantEmail: string | null;
|
|
128486
|
+
responsableComptable: string | null;
|
|
128487
|
+
responsableComptableTel: string | null;
|
|
128488
|
+
responsableComptableEmail: string | null;
|
|
128489
|
+
responsableDaf: string | null;
|
|
128490
|
+
responsableDafTel: string | null;
|
|
128491
|
+
responsableDafEmail: string | null;
|
|
128492
|
+
emailFacturation: string | null;
|
|
128493
|
+
logo: string | null;
|
|
128494
|
+
header: string | null;
|
|
128495
|
+
footer: string | null;
|
|
128496
|
+
emailOne: string | null;
|
|
128497
|
+
emailTwo: string | null;
|
|
128498
|
+
emailThree: string | null;
|
|
128499
|
+
tva: string | null;
|
|
128500
|
+
isTrackingMail: boolean | null;
|
|
128501
|
+
isBillingCenter: boolean;
|
|
128502
|
+
isShowNameCustomer: boolean;
|
|
128503
|
+
isMailing: boolean;
|
|
128504
|
+
numeroSiret: string | null;
|
|
128505
|
+
country?: {
|
|
128506
|
+
id: number;
|
|
128507
|
+
createdAt: Date;
|
|
128508
|
+
code: string;
|
|
128509
|
+
updatedAt: Date;
|
|
128510
|
+
name: string;
|
|
128511
|
+
phoneCode: string;
|
|
128512
|
+
} | undefined;
|
|
128513
|
+
} | undefined;
|
|
128514
|
+
userBillingCenters?: any[] | undefined;
|
|
128515
|
+
} | undefined;
|
|
128516
|
+
} | undefined;
|
|
128517
|
+
facturationLine?: {
|
|
128518
|
+
id: number;
|
|
128519
|
+
createdAt: Date;
|
|
128520
|
+
updatedAt: Date;
|
|
128521
|
+
isActif: boolean;
|
|
128522
|
+
tva: boolean;
|
|
128523
|
+
description: string;
|
|
128524
|
+
montant: number;
|
|
128525
|
+
fuel: number;
|
|
128526
|
+
label: string;
|
|
128527
|
+
variation: number | null;
|
|
128528
|
+
forVariation: boolean;
|
|
128529
|
+
europe: boolean;
|
|
128530
|
+
express: boolean;
|
|
128531
|
+
international: boolean;
|
|
128532
|
+
locale: boolean;
|
|
128533
|
+
spxOneHourThirty: boolean;
|
|
128534
|
+
spxThreeHours: boolean;
|
|
128535
|
+
national: boolean;
|
|
128536
|
+
premium: boolean;
|
|
128537
|
+
spx: boolean;
|
|
128538
|
+
spxNineHours: boolean;
|
|
128539
|
+
spxTenHours: boolean;
|
|
128540
|
+
spxTwelveHours: boolean;
|
|
128541
|
+
spxDrive: boolean;
|
|
128542
|
+
spxPlus: boolean;
|
|
128543
|
+
spxSat: boolean;
|
|
128544
|
+
voiture: boolean;
|
|
128545
|
+
} | undefined;
|
|
128546
|
+
}>>, "many">>;
|
|
128547
|
+
}>, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
128548
|
+
id: number;
|
|
128549
|
+
createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
128550
|
+
updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
128551
|
+
userId: number | null;
|
|
128552
|
+
billingCenterId: number | null;
|
|
128553
|
+
trackingMail: string | null;
|
|
128554
|
+
customerRef: string | null;
|
|
128555
|
+
pickupInstruction: string | null;
|
|
128556
|
+
deliveryInstruction: string | null;
|
|
128557
|
+
billContact: string | null;
|
|
128558
|
+
pickupTime: string | null;
|
|
128559
|
+
deliveryTime: string | null;
|
|
128560
|
+
ref: number | null;
|
|
128561
|
+
trackingNumber: string | null;
|
|
128562
|
+
classifications: string | null;
|
|
128563
|
+
userName: string | null;
|
|
128564
|
+
transportType: string | null;
|
|
128565
|
+
isDeleted: boolean | null;
|
|
128566
|
+
codeDonneur: string | null;
|
|
128567
|
+
codeReceveur: string | null;
|
|
128568
|
+
hasManifest: boolean;
|
|
128569
|
+
isOps: boolean;
|
|
128570
|
+
comment: string | null;
|
|
128571
|
+
createdFor: number | null;
|
|
128572
|
+
isArchived: boolean;
|
|
128573
|
+
isNeedArchive: boolean;
|
|
128574
|
+
isAnnulee: boolean;
|
|
128575
|
+
raison: string | null;
|
|
128576
|
+
color: string | null;
|
|
128577
|
+
docBordereaux: string | null;
|
|
128578
|
+
docAccompagnement: string | null;
|
|
128579
|
+
category: "course" | "all" | "import" | "export";
|
|
128580
|
+
typeExpedition: "expedition" | "course";
|
|
128581
|
+
driverId: number;
|
|
128582
|
+
typeDeRoue: string | null;
|
|
128583
|
+
isRecupererOps: boolean | null;
|
|
128584
|
+
isRemisOps: boolean | null;
|
|
128585
|
+
isRecupererChauffeur: boolean | null;
|
|
128586
|
+
isRemisChauffeur: boolean | null;
|
|
128587
|
+
lastCronRunAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
128588
|
+
devises: string | null;
|
|
128589
|
+
provenanceCommande: string | null;
|
|
128590
|
+
hasEmballage: boolean;
|
|
128591
|
+
country?: {
|
|
128592
|
+
id: number;
|
|
128593
|
+
createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
128594
|
+
code: string;
|
|
128595
|
+
updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
128596
|
+
name: string;
|
|
128597
|
+
phoneCode: string;
|
|
128598
|
+
} | undefined;
|
|
128599
|
+
billingCenter?: {
|
|
128600
|
+
id: number;
|
|
128601
|
+
createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
128602
|
+
updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
128603
|
+
countryId: number;
|
|
128604
|
+
address: string;
|
|
128605
|
+
addressTwo: string | null;
|
|
128606
|
+
postalCode: string;
|
|
128607
|
+
city: string;
|
|
128608
|
+
telephoneOne: string;
|
|
128609
|
+
telephoneTwo: string | null;
|
|
128610
|
+
dafResponsibleName: string | null;
|
|
128611
|
+
email: string | null;
|
|
128612
|
+
intraVatNumber: string | null;
|
|
128613
|
+
numeroEori: string | null;
|
|
128614
|
+
comments: string | null;
|
|
128615
|
+
numCodeOne: string | null;
|
|
128616
|
+
numCodeTwo: string | null;
|
|
128617
|
+
isActif: boolean;
|
|
128618
|
+
isParis: boolean;
|
|
128619
|
+
isMedical: boolean;
|
|
128620
|
+
isService: boolean;
|
|
128621
|
+
dirigeant: string | null;
|
|
128622
|
+
dirigeantTel: string | null;
|
|
128623
|
+
dirigeantEmail: string | null;
|
|
128624
|
+
responsableComptable: string | null;
|
|
128625
|
+
responsableComptableTel: string | null;
|
|
128626
|
+
responsableComptableEmail: string | null;
|
|
128627
|
+
responsableDaf: string | null;
|
|
128628
|
+
responsableDafTel: string | null;
|
|
128629
|
+
responsableDafEmail: string | null;
|
|
128630
|
+
emailFacturation: string | null;
|
|
128631
|
+
logo: string | null;
|
|
128632
|
+
header: string | null;
|
|
128633
|
+
footer: string | null;
|
|
128634
|
+
emailOne: string | null;
|
|
128635
|
+
emailTwo: string | null;
|
|
128636
|
+
emailThree: string | null;
|
|
128637
|
+
tva: string | null;
|
|
128638
|
+
isMailing: boolean;
|
|
128639
|
+
telephone: string | null;
|
|
128640
|
+
billingCenterName: string;
|
|
128641
|
+
customerId: number | null;
|
|
128642
|
+
numeroSiren: string | null;
|
|
128643
|
+
invoiceMailOne: string;
|
|
128644
|
+
invoiceMailTwo: string | null;
|
|
128645
|
+
isSubmittedToFrenchVat: boolean;
|
|
128646
|
+
isActiveMailInstruction: boolean;
|
|
128647
|
+
isActiveVariation: boolean;
|
|
128648
|
+
isShowSecondBordereaux: boolean;
|
|
128649
|
+
isShowCustomerName: boolean;
|
|
128650
|
+
isShowCommercialValue: boolean;
|
|
128651
|
+
} | undefined;
|
|
128652
|
+
user?: {
|
|
128653
|
+
id: number;
|
|
128654
|
+
createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
128655
|
+
updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
128656
|
+
countryId: number | null;
|
|
128657
|
+
addressTwo: string;
|
|
128658
|
+
postalCode: string;
|
|
128659
|
+
city: string;
|
|
128660
|
+
telephoneOne: string;
|
|
128661
|
+
telephoneTwo: string;
|
|
128662
|
+
email: string;
|
|
128663
|
+
comments: string;
|
|
128664
|
+
numCodeOne: string;
|
|
128665
|
+
numCodeTwo: string;
|
|
128666
|
+
isActif: boolean;
|
|
128667
|
+
isParis: boolean;
|
|
128668
|
+
isMedical: boolean;
|
|
128669
|
+
isService: boolean;
|
|
128670
|
+
emailOne: string;
|
|
128671
|
+
emailTwo: string;
|
|
128672
|
+
addressOne: string;
|
|
128673
|
+
customerId: number;
|
|
128674
|
+
firstName: string;
|
|
128675
|
+
lastName: string;
|
|
128676
|
+
emailVerifiedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
128677
|
+
password: string;
|
|
128678
|
+
poste: string;
|
|
128679
|
+
roles: string[];
|
|
128680
|
+
isOpsAdmin: boolean;
|
|
128681
|
+
civility: string;
|
|
128682
|
+
isShowCalculatrice: boolean;
|
|
128683
|
+
expedition: boolean;
|
|
128684
|
+
physicCompany: string;
|
|
128685
|
+
menus: string;
|
|
128686
|
+
ongletExpedition: string;
|
|
128687
|
+
chauffeurType: string;
|
|
128688
|
+
typeOfOps: string;
|
|
128689
|
+
prestation: string;
|
|
128690
|
+
tracking: string;
|
|
128691
|
+
expeditionCourse: string;
|
|
128692
|
+
carnetAddress: string;
|
|
128693
|
+
expeditionsCarnet: string;
|
|
128694
|
+
accessArchive: string;
|
|
128695
|
+
isShowImportMenu: boolean;
|
|
128696
|
+
isShowExportMenu: boolean;
|
|
128697
|
+
isShowCourseMenu: boolean;
|
|
128698
|
+
twoRoues: boolean;
|
|
128699
|
+
vt: boolean;
|
|
128700
|
+
lesTwo: boolean;
|
|
128701
|
+
isMiniTracking: boolean;
|
|
128702
|
+
isFullTracking: boolean;
|
|
128703
|
+
isShareCourseAndExpedition: boolean;
|
|
128704
|
+
isShareCarnetAdresse: boolean;
|
|
128705
|
+
isShareCarnetAdresseAndExpedition: boolean;
|
|
128706
|
+
isAccessAuxArchives: boolean;
|
|
128707
|
+
isShowInfo: boolean;
|
|
128708
|
+
photo: string | null;
|
|
128709
|
+
entreprisePhysique: string;
|
|
128710
|
+
isAdminChauffeur: boolean;
|
|
128711
|
+
isShowTracking: boolean;
|
|
128712
|
+
isSupportActivated: boolean;
|
|
128713
|
+
isClientTransitaire: boolean;
|
|
128714
|
+
vehiculeId: number;
|
|
128715
|
+
salaryId: number;
|
|
128716
|
+
} | undefined;
|
|
128717
|
+
pickupDate?: import("luxon").DateTime<true> | import("luxon").DateTime<false> | undefined;
|
|
128718
|
+
deliveryDate?: import("luxon").DateTime<true> | import("luxon").DateTime<false> | undefined;
|
|
128719
|
+
heureRecupererOps?: import("luxon").DateTime<true> | import("luxon").DateTime<false> | undefined;
|
|
128720
|
+
heureRemisOps?: import("luxon").DateTime<true> | import("luxon").DateTime<false> | undefined;
|
|
128721
|
+
heureRecupererChauffeur?: import("luxon").DateTime<true> | import("luxon").DateTime<false> | undefined;
|
|
128722
|
+
heureRemisChauffeur?: import("luxon").DateTime<true> | import("luxon").DateTime<false> | undefined;
|
|
128723
|
+
factureLines?: {
|
|
128724
|
+
id: number;
|
|
128725
|
+
createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
128726
|
+
updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
128727
|
+
tva: number;
|
|
128728
|
+
shippingId: number;
|
|
128729
|
+
classifications: string;
|
|
128730
|
+
comment: string | null;
|
|
128731
|
+
fuel: number;
|
|
128732
|
+
total: number;
|
|
128733
|
+
isVariation: boolean;
|
|
128734
|
+
fullRef: string;
|
|
128735
|
+
lineType: string;
|
|
128736
|
+
prix: number;
|
|
128737
|
+
qte: number;
|
|
128738
|
+
totalFinal: number;
|
|
128739
|
+
factureRef: number | null;
|
|
128740
|
+
oldFactureRef: number | null;
|
|
128741
|
+
factureId: number | null;
|
|
128742
|
+
facturationLineId: number;
|
|
128743
|
+
shipping?: {
|
|
128744
|
+
id: number;
|
|
128745
|
+
createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
128746
|
+
updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
128747
|
+
userId: number | null;
|
|
128748
|
+
billingCenterId: number | null;
|
|
128749
|
+
trackingMail: string | null;
|
|
128750
|
+
customerRef: string | null;
|
|
128751
|
+
pickupInstruction: string | null;
|
|
128752
|
+
deliveryInstruction: string | null;
|
|
128753
|
+
billContact: string | null;
|
|
128754
|
+
pickupTime: string | null;
|
|
128755
|
+
deliveryTime: string | null;
|
|
128756
|
+
ref: number | null;
|
|
128757
|
+
trackingNumber: string | null;
|
|
128758
|
+
classifications: string | null;
|
|
128759
|
+
userName: string | null;
|
|
128760
|
+
transportType: string | null;
|
|
128761
|
+
isDeleted: boolean | null;
|
|
128762
|
+
codeDonneur: string | null;
|
|
128763
|
+
codeReceveur: string | null;
|
|
128764
|
+
hasManifest: boolean;
|
|
128765
|
+
isOps: boolean;
|
|
128766
|
+
comment: string | null;
|
|
128767
|
+
createdFor: number | null;
|
|
128768
|
+
isArchived: boolean;
|
|
128769
|
+
isNeedArchive: boolean;
|
|
128770
|
+
isAnnulee: boolean;
|
|
128771
|
+
raison: string | null;
|
|
128772
|
+
color: string | null;
|
|
128773
|
+
docBordereaux: string | null;
|
|
128774
|
+
docAccompagnement: string | null;
|
|
128775
|
+
category: "course" | "all" | "import" | "export";
|
|
128776
|
+
typeExpedition: "expedition" | "course";
|
|
128777
|
+
driverId: number;
|
|
128778
|
+
typeDeRoue: string | null;
|
|
128779
|
+
isRecupererOps: boolean | null;
|
|
128780
|
+
isRemisOps: boolean | null;
|
|
128781
|
+
isRecupererChauffeur: boolean | null;
|
|
128782
|
+
isRemisChauffeur: boolean | null;
|
|
128783
|
+
lastCronRunAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
128784
|
+
devises: string | null;
|
|
128785
|
+
provenanceCommande: string | null;
|
|
128786
|
+
hasEmballage: boolean;
|
|
128787
|
+
pickupDate?: import("luxon").DateTime<true> | import("luxon").DateTime<false> | undefined;
|
|
128788
|
+
deliveryDate?: import("luxon").DateTime<true> | import("luxon").DateTime<false> | undefined;
|
|
128789
|
+
heureRecupererOps?: import("luxon").DateTime<true> | import("luxon").DateTime<false> | undefined;
|
|
128790
|
+
heureRemisOps?: import("luxon").DateTime<true> | import("luxon").DateTime<false> | undefined;
|
|
128791
|
+
heureRecupererChauffeur?: import("luxon").DateTime<true> | import("luxon").DateTime<false> | undefined;
|
|
128792
|
+
heureRemisChauffeur?: import("luxon").DateTime<true> | import("luxon").DateTime<false> | undefined;
|
|
128793
|
+
} | undefined;
|
|
128794
|
+
facture?: {
|
|
128795
|
+
id: number;
|
|
128796
|
+
createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
128797
|
+
message: string | null;
|
|
128798
|
+
type: "facture" | "avoir";
|
|
128799
|
+
updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
128800
|
+
isParis: boolean;
|
|
128801
|
+
isMedical: boolean;
|
|
128802
|
+
isService: boolean;
|
|
128803
|
+
tva: number;
|
|
128804
|
+
billingCenterId: number;
|
|
128805
|
+
ref: number;
|
|
128806
|
+
isDeleted: boolean;
|
|
128807
|
+
provenanceCommande: string | null;
|
|
128808
|
+
statut: string;
|
|
128809
|
+
echeance: string;
|
|
128810
|
+
montant: number;
|
|
128811
|
+
shippingIds: string[];
|
|
128812
|
+
fuel: number;
|
|
128813
|
+
total: number;
|
|
128814
|
+
bonDeCommende: string | null;
|
|
128815
|
+
isVariation: boolean;
|
|
128816
|
+
isActiveForReedited: boolean;
|
|
128817
|
+
docFacture: string;
|
|
128818
|
+
fullRef: string;
|
|
128819
|
+
modeReglement: string | null;
|
|
128820
|
+
source: string | null;
|
|
128821
|
+
factureLines: {
|
|
128822
|
+
id: number;
|
|
128823
|
+
createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
128824
|
+
updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
128825
|
+
tva: number;
|
|
128826
|
+
shippingId: number;
|
|
128827
|
+
classifications: string;
|
|
128828
|
+
comment: string | null;
|
|
128829
|
+
fuel: number;
|
|
128830
|
+
total: number;
|
|
128831
|
+
isVariation: boolean;
|
|
128832
|
+
fullRef: string;
|
|
128833
|
+
lineType: string;
|
|
128834
|
+
prix: number;
|
|
128835
|
+
qte: number;
|
|
128836
|
+
totalFinal: number;
|
|
128837
|
+
factureRef: number | null;
|
|
128838
|
+
oldFactureRef: number | null;
|
|
128839
|
+
factureId: number | null;
|
|
128840
|
+
facturationLineId: number;
|
|
128841
|
+
}[];
|
|
128842
|
+
billingCenter?: {
|
|
128843
|
+
id: number;
|
|
128844
|
+
createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
128845
|
+
updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
128846
|
+
countryId: number;
|
|
128847
|
+
address: string;
|
|
128848
|
+
addressTwo: string | null;
|
|
128849
|
+
postalCode: string;
|
|
128850
|
+
city: string;
|
|
128851
|
+
telephoneOne: string;
|
|
128852
|
+
telephoneTwo: string | null;
|
|
128853
|
+
dafResponsibleName: string | null;
|
|
128854
|
+
email: string | null;
|
|
128855
|
+
intraVatNumber: string | null;
|
|
128856
|
+
numeroEori: string | null;
|
|
128857
|
+
comments: string | null;
|
|
128858
|
+
numCodeOne: string | null;
|
|
128859
|
+
numCodeTwo: string | null;
|
|
128860
|
+
isActif: boolean;
|
|
128861
|
+
isParis: boolean;
|
|
128862
|
+
isMedical: boolean;
|
|
128863
|
+
isService: boolean;
|
|
128864
|
+
dirigeant: string | null;
|
|
128865
|
+
dirigeantTel: string | null;
|
|
128866
|
+
dirigeantEmail: string | null;
|
|
128867
|
+
responsableComptable: string | null;
|
|
128868
|
+
responsableComptableTel: string | null;
|
|
128869
|
+
responsableComptableEmail: string | null;
|
|
128870
|
+
responsableDaf: string | null;
|
|
128871
|
+
responsableDafTel: string | null;
|
|
128872
|
+
responsableDafEmail: string | null;
|
|
128873
|
+
emailFacturation: string | null;
|
|
128874
|
+
logo: string | null;
|
|
128875
|
+
header: string | null;
|
|
128876
|
+
footer: string | null;
|
|
128877
|
+
emailOne: string | null;
|
|
128878
|
+
emailTwo: string | null;
|
|
128879
|
+
emailThree: string | null;
|
|
128880
|
+
tva: string | null;
|
|
128881
|
+
isMailing: boolean;
|
|
128882
|
+
telephone: string | null;
|
|
128883
|
+
billingCenterName: string;
|
|
128884
|
+
customerId: number | null;
|
|
128885
|
+
numeroSiren: string | null;
|
|
128886
|
+
invoiceMailOne: string;
|
|
128887
|
+
invoiceMailTwo: string | null;
|
|
128888
|
+
isSubmittedToFrenchVat: boolean;
|
|
128889
|
+
isActiveMailInstruction: boolean;
|
|
128890
|
+
isActiveVariation: boolean;
|
|
128891
|
+
isShowSecondBordereaux: boolean;
|
|
128892
|
+
isShowCustomerName: boolean;
|
|
128893
|
+
isShowCommercialValue: boolean;
|
|
128894
|
+
country?: {
|
|
128895
|
+
id: number;
|
|
128896
|
+
createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
128897
|
+
code: string;
|
|
128898
|
+
updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
128899
|
+
name: string;
|
|
128900
|
+
phoneCode: string;
|
|
128901
|
+
} | undefined;
|
|
128902
|
+
customer?: {
|
|
128903
|
+
id: number;
|
|
128904
|
+
createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
128905
|
+
updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
128906
|
+
fullName: string;
|
|
128907
|
+
countryId: number;
|
|
128908
|
+
address: string;
|
|
128909
|
+
addressTwo: string | null;
|
|
128910
|
+
postalCode: string;
|
|
128911
|
+
city: string;
|
|
128912
|
+
telephoneOne: string;
|
|
128913
|
+
telephoneTwo: string | null;
|
|
128914
|
+
invoiceMail: string;
|
|
128915
|
+
dafResponsibleName: string;
|
|
128916
|
+
email: string | null;
|
|
128917
|
+
intraVatNumber: string | null;
|
|
128918
|
+
submittedToFrenchVat: boolean;
|
|
128919
|
+
siren: string;
|
|
128920
|
+
numeroEori: string | null;
|
|
128921
|
+
comments: string | null;
|
|
128922
|
+
numCodeOne: string | null;
|
|
128923
|
+
numCodeTwo: string | null;
|
|
128924
|
+
isActif: boolean;
|
|
128925
|
+
isParis: boolean;
|
|
128926
|
+
isMedical: boolean;
|
|
128927
|
+
isService: boolean;
|
|
128928
|
+
valeurCustomer: boolean;
|
|
128929
|
+
dirigeant: string | null;
|
|
128930
|
+
dirigeantTel: string | null;
|
|
128931
|
+
dirigeantEmail: string | null;
|
|
128932
|
+
responsableComptable: string | null;
|
|
128933
|
+
responsableComptableTel: string | null;
|
|
128934
|
+
responsableComptableEmail: string | null;
|
|
128935
|
+
responsableDaf: string | null;
|
|
128936
|
+
responsableDafTel: string | null;
|
|
128937
|
+
responsableDafEmail: string | null;
|
|
128938
|
+
emailFacturation: string | null;
|
|
128939
|
+
logo: string | null;
|
|
128940
|
+
header: string | null;
|
|
128941
|
+
footer: string | null;
|
|
128942
|
+
emailOne: string | null;
|
|
128943
|
+
emailTwo: string | null;
|
|
128944
|
+
emailThree: string | null;
|
|
128945
|
+
tva: string | null;
|
|
128946
|
+
isTrackingMail: boolean | null;
|
|
128947
|
+
isBillingCenter: boolean;
|
|
128948
|
+
isShowNameCustomer: boolean;
|
|
128949
|
+
isMailing: boolean;
|
|
128950
|
+
numeroSiret: string | null;
|
|
128951
|
+
country?: {
|
|
128952
|
+
id: number;
|
|
128953
|
+
createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
128954
|
+
code: string;
|
|
128955
|
+
updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
128956
|
+
name: string;
|
|
128957
|
+
phoneCode: string;
|
|
128958
|
+
} | undefined;
|
|
128959
|
+
} | undefined;
|
|
128960
|
+
userBillingCenters?: any[] | undefined;
|
|
128961
|
+
} | undefined;
|
|
128962
|
+
} | undefined;
|
|
128963
|
+
facturationLine?: {
|
|
128964
|
+
id: number;
|
|
128965
|
+
createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
128966
|
+
updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
128967
|
+
isActif: boolean;
|
|
128968
|
+
tva: boolean;
|
|
128969
|
+
description: string;
|
|
128970
|
+
montant: number;
|
|
128971
|
+
fuel: number;
|
|
128972
|
+
label: string;
|
|
128973
|
+
variation: number | null;
|
|
128974
|
+
forVariation: boolean;
|
|
128975
|
+
europe: boolean;
|
|
128976
|
+
express: boolean;
|
|
128977
|
+
international: boolean;
|
|
128978
|
+
locale: boolean;
|
|
128979
|
+
spxOneHourThirty: boolean;
|
|
128980
|
+
spxThreeHours: boolean;
|
|
128981
|
+
national: boolean;
|
|
128982
|
+
premium: boolean;
|
|
128983
|
+
spx: boolean;
|
|
128984
|
+
spxNineHours: boolean;
|
|
128985
|
+
spxTenHours: boolean;
|
|
128986
|
+
spxTwelveHours: boolean;
|
|
128987
|
+
spxDrive: boolean;
|
|
128988
|
+
spxPlus: boolean;
|
|
128989
|
+
spxSat: boolean;
|
|
128990
|
+
voiture: boolean;
|
|
128991
|
+
} | undefined;
|
|
128992
|
+
}[] | undefined;
|
|
128993
|
+
shippingManifests?: {
|
|
128994
|
+
id: number;
|
|
128995
|
+
createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
128996
|
+
updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
128997
|
+
shippingId: number;
|
|
128998
|
+
manifestId: number;
|
|
128999
|
+
} | undefined;
|
|
129000
|
+
shippingClassification?: {
|
|
129001
|
+
id: number;
|
|
129002
|
+
createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
129003
|
+
updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
129004
|
+
shippingId: number;
|
|
129005
|
+
europe: boolean;
|
|
129006
|
+
express: boolean;
|
|
129007
|
+
international: boolean;
|
|
129008
|
+
locale: boolean;
|
|
129009
|
+
national: boolean;
|
|
129010
|
+
premium: boolean;
|
|
129011
|
+
spx: boolean;
|
|
129012
|
+
spxDrive: boolean;
|
|
129013
|
+
spxPlus: boolean;
|
|
129014
|
+
spxSat: boolean;
|
|
129015
|
+
voiture: boolean;
|
|
129016
|
+
spxHOneHourThirty: boolean;
|
|
129017
|
+
spxHThreeHours: boolean;
|
|
129018
|
+
spxHNineHours: boolean;
|
|
129019
|
+
spxHTenHours: boolean;
|
|
129020
|
+
spxHTwelveHours: boolean;
|
|
129021
|
+
} | undefined;
|
|
129022
|
+
shippingCourse?: {
|
|
129023
|
+
id: number;
|
|
129024
|
+
createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
129025
|
+
updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
129026
|
+
userId: number;
|
|
129027
|
+
packageDescription: string;
|
|
129028
|
+
additionalInsurance: boolean;
|
|
129029
|
+
additionalInsuranceAmount: number | null;
|
|
129030
|
+
documents: string | null;
|
|
129031
|
+
valeurDouane: string | null;
|
|
129032
|
+
porteur: string;
|
|
129033
|
+
nombreRoue: string;
|
|
129034
|
+
shippingId: number;
|
|
129035
|
+
} | undefined;
|
|
129036
|
+
livraisonChauffeur?: {
|
|
129037
|
+
id: number;
|
|
129038
|
+
createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
129039
|
+
updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
129040
|
+
userId: number;
|
|
129041
|
+
shippingId: number;
|
|
129042
|
+
visibleTo: boolean;
|
|
129043
|
+
} | undefined;
|
|
129044
|
+
shippingPackage?: {
|
|
129045
|
+
id: number;
|
|
129046
|
+
createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
129047
|
+
length: number;
|
|
129048
|
+
updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
129049
|
+
additionalInsurance: boolean;
|
|
129050
|
+
additionalInsuranceAmount: number | null;
|
|
127070
129051
|
documents: string[] | null;
|
|
127071
129052
|
shippingId: number;
|
|
127072
129053
|
ref: string | null;
|
|
@@ -127404,6 +129385,255 @@ declare const factureRoutes: {
|
|
|
127404
129385
|
oldFactureRef: number | null;
|
|
127405
129386
|
factureId: number | null;
|
|
127406
129387
|
facturationLineId: number;
|
|
129388
|
+
shipping?: {
|
|
129389
|
+
id: number;
|
|
129390
|
+
createdAt: Date;
|
|
129391
|
+
updatedAt: Date;
|
|
129392
|
+
userId: number | null;
|
|
129393
|
+
billingCenterId: number | null;
|
|
129394
|
+
trackingMail: string | null;
|
|
129395
|
+
customerRef: string | null;
|
|
129396
|
+
pickupInstruction: string | null;
|
|
129397
|
+
deliveryInstruction: string | null;
|
|
129398
|
+
billContact: string | null;
|
|
129399
|
+
pickupTime: string | null;
|
|
129400
|
+
deliveryTime: string | null;
|
|
129401
|
+
ref: number | null;
|
|
129402
|
+
trackingNumber: string | null;
|
|
129403
|
+
classifications: string | null;
|
|
129404
|
+
userName: string | null;
|
|
129405
|
+
transportType: string | null;
|
|
129406
|
+
isDeleted: boolean | null;
|
|
129407
|
+
codeDonneur: string | null;
|
|
129408
|
+
codeReceveur: string | null;
|
|
129409
|
+
hasManifest: boolean;
|
|
129410
|
+
isOps: boolean;
|
|
129411
|
+
comment: string | null;
|
|
129412
|
+
createdFor: number | null;
|
|
129413
|
+
isArchived: boolean;
|
|
129414
|
+
isNeedArchive: boolean;
|
|
129415
|
+
isAnnulee: boolean;
|
|
129416
|
+
raison: string | null;
|
|
129417
|
+
color: string | null;
|
|
129418
|
+
docBordereaux: string | null;
|
|
129419
|
+
docAccompagnement: string | null;
|
|
129420
|
+
category: "course" | "all" | "import" | "export";
|
|
129421
|
+
typeExpedition: "expedition" | "course";
|
|
129422
|
+
driverId: number;
|
|
129423
|
+
typeDeRoue: string | null;
|
|
129424
|
+
isRecupererOps: boolean | null;
|
|
129425
|
+
isRemisOps: boolean | null;
|
|
129426
|
+
isRecupererChauffeur: boolean | null;
|
|
129427
|
+
isRemisChauffeur: boolean | null;
|
|
129428
|
+
lastCronRunAt: Date;
|
|
129429
|
+
devises: string | null;
|
|
129430
|
+
provenanceCommande: string | null;
|
|
129431
|
+
hasEmballage: boolean;
|
|
129432
|
+
pickupDate?: Date | undefined;
|
|
129433
|
+
deliveryDate?: Date | undefined;
|
|
129434
|
+
heureRecupererOps?: Date | undefined;
|
|
129435
|
+
heureRemisOps?: Date | undefined;
|
|
129436
|
+
heureRecupererChauffeur?: Date | undefined;
|
|
129437
|
+
heureRemisChauffeur?: Date | undefined;
|
|
129438
|
+
} | undefined;
|
|
129439
|
+
facture?: {
|
|
129440
|
+
id: number;
|
|
129441
|
+
createdAt: Date;
|
|
129442
|
+
message: string | null;
|
|
129443
|
+
type: "facture" | "avoir";
|
|
129444
|
+
updatedAt: Date;
|
|
129445
|
+
isParis: boolean;
|
|
129446
|
+
isMedical: boolean;
|
|
129447
|
+
isService: boolean;
|
|
129448
|
+
tva: number;
|
|
129449
|
+
billingCenterId: number;
|
|
129450
|
+
ref: number;
|
|
129451
|
+
isDeleted: boolean;
|
|
129452
|
+
provenanceCommande: string | null;
|
|
129453
|
+
statut: string;
|
|
129454
|
+
echeance: string;
|
|
129455
|
+
montant: number;
|
|
129456
|
+
shippingIds: string[];
|
|
129457
|
+
fuel: number;
|
|
129458
|
+
total: number;
|
|
129459
|
+
bonDeCommende: string | null;
|
|
129460
|
+
isVariation: boolean;
|
|
129461
|
+
isActiveForReedited: boolean;
|
|
129462
|
+
docFacture: string;
|
|
129463
|
+
fullRef: string;
|
|
129464
|
+
modeReglement: string | null;
|
|
129465
|
+
source: string | null;
|
|
129466
|
+
factureLines: {
|
|
129467
|
+
id: number;
|
|
129468
|
+
createdAt: Date;
|
|
129469
|
+
updatedAt: Date;
|
|
129470
|
+
tva: number;
|
|
129471
|
+
shippingId: number;
|
|
129472
|
+
classifications: string;
|
|
129473
|
+
comment: string | null;
|
|
129474
|
+
fuel: number;
|
|
129475
|
+
total: number;
|
|
129476
|
+
isVariation: boolean;
|
|
129477
|
+
fullRef: string;
|
|
129478
|
+
lineType: string;
|
|
129479
|
+
prix: number;
|
|
129480
|
+
qte: number;
|
|
129481
|
+
totalFinal: number;
|
|
129482
|
+
factureRef: number | null;
|
|
129483
|
+
oldFactureRef: number | null;
|
|
129484
|
+
factureId: number | null;
|
|
129485
|
+
facturationLineId: number;
|
|
129486
|
+
}[];
|
|
129487
|
+
billingCenter?: {
|
|
129488
|
+
id: number;
|
|
129489
|
+
createdAt: Date;
|
|
129490
|
+
updatedAt: Date;
|
|
129491
|
+
countryId: number;
|
|
129492
|
+
address: string;
|
|
129493
|
+
addressTwo: string | null;
|
|
129494
|
+
postalCode: string;
|
|
129495
|
+
city: string;
|
|
129496
|
+
telephoneOne: string;
|
|
129497
|
+
telephoneTwo: string | null;
|
|
129498
|
+
dafResponsibleName: string | null;
|
|
129499
|
+
email: string | null;
|
|
129500
|
+
intraVatNumber: string | null;
|
|
129501
|
+
numeroEori: string | null;
|
|
129502
|
+
comments: string | null;
|
|
129503
|
+
numCodeOne: string | null;
|
|
129504
|
+
numCodeTwo: string | null;
|
|
129505
|
+
isActif: boolean;
|
|
129506
|
+
isParis: boolean;
|
|
129507
|
+
isMedical: boolean;
|
|
129508
|
+
isService: boolean;
|
|
129509
|
+
dirigeant: string | null;
|
|
129510
|
+
dirigeantTel: string | null;
|
|
129511
|
+
dirigeantEmail: string | null;
|
|
129512
|
+
responsableComptable: string | null;
|
|
129513
|
+
responsableComptableTel: string | null;
|
|
129514
|
+
responsableComptableEmail: string | null;
|
|
129515
|
+
responsableDaf: string | null;
|
|
129516
|
+
responsableDafTel: string | null;
|
|
129517
|
+
responsableDafEmail: string | null;
|
|
129518
|
+
emailFacturation: string | null;
|
|
129519
|
+
logo: string | null;
|
|
129520
|
+
header: string | null;
|
|
129521
|
+
footer: string | null;
|
|
129522
|
+
emailOne: string | null;
|
|
129523
|
+
emailTwo: string | null;
|
|
129524
|
+
emailThree: string | null;
|
|
129525
|
+
tva: string | null;
|
|
129526
|
+
isMailing: boolean;
|
|
129527
|
+
telephone: string | null;
|
|
129528
|
+
billingCenterName: string;
|
|
129529
|
+
customerId: number | null;
|
|
129530
|
+
numeroSiren: string | null;
|
|
129531
|
+
invoiceMailOne: string;
|
|
129532
|
+
invoiceMailTwo: string | null;
|
|
129533
|
+
isSubmittedToFrenchVat: boolean;
|
|
129534
|
+
isActiveMailInstruction: boolean;
|
|
129535
|
+
isActiveVariation: boolean;
|
|
129536
|
+
isShowSecondBordereaux: boolean;
|
|
129537
|
+
isShowCustomerName: boolean;
|
|
129538
|
+
isShowCommercialValue: boolean;
|
|
129539
|
+
country?: {
|
|
129540
|
+
id: number;
|
|
129541
|
+
createdAt: Date;
|
|
129542
|
+
code: string;
|
|
129543
|
+
updatedAt: Date;
|
|
129544
|
+
name: string;
|
|
129545
|
+
phoneCode: string;
|
|
129546
|
+
} | undefined;
|
|
129547
|
+
customer?: {
|
|
129548
|
+
id: number;
|
|
129549
|
+
createdAt: Date;
|
|
129550
|
+
updatedAt: Date;
|
|
129551
|
+
fullName: string;
|
|
129552
|
+
countryId: number;
|
|
129553
|
+
address: string;
|
|
129554
|
+
addressTwo: string | null;
|
|
129555
|
+
postalCode: string;
|
|
129556
|
+
city: string;
|
|
129557
|
+
telephoneOne: string;
|
|
129558
|
+
telephoneTwo: string | null;
|
|
129559
|
+
invoiceMail: string;
|
|
129560
|
+
dafResponsibleName: string;
|
|
129561
|
+
email: string | null;
|
|
129562
|
+
intraVatNumber: string | null;
|
|
129563
|
+
submittedToFrenchVat: boolean;
|
|
129564
|
+
siren: string;
|
|
129565
|
+
numeroEori: string | null;
|
|
129566
|
+
comments: string | null;
|
|
129567
|
+
numCodeOne: string | null;
|
|
129568
|
+
numCodeTwo: string | null;
|
|
129569
|
+
isActif: boolean;
|
|
129570
|
+
isParis: boolean;
|
|
129571
|
+
isMedical: boolean;
|
|
129572
|
+
isService: boolean;
|
|
129573
|
+
valeurCustomer: boolean;
|
|
129574
|
+
dirigeant: string | null;
|
|
129575
|
+
dirigeantTel: string | null;
|
|
129576
|
+
dirigeantEmail: string | null;
|
|
129577
|
+
responsableComptable: string | null;
|
|
129578
|
+
responsableComptableTel: string | null;
|
|
129579
|
+
responsableComptableEmail: string | null;
|
|
129580
|
+
responsableDaf: string | null;
|
|
129581
|
+
responsableDafTel: string | null;
|
|
129582
|
+
responsableDafEmail: string | null;
|
|
129583
|
+
emailFacturation: string | null;
|
|
129584
|
+
logo: string | null;
|
|
129585
|
+
header: string | null;
|
|
129586
|
+
footer: string | null;
|
|
129587
|
+
emailOne: string | null;
|
|
129588
|
+
emailTwo: string | null;
|
|
129589
|
+
emailThree: string | null;
|
|
129590
|
+
tva: string | null;
|
|
129591
|
+
isTrackingMail: boolean | null;
|
|
129592
|
+
isBillingCenter: boolean;
|
|
129593
|
+
isShowNameCustomer: boolean;
|
|
129594
|
+
isMailing: boolean;
|
|
129595
|
+
numeroSiret: string | null;
|
|
129596
|
+
country?: {
|
|
129597
|
+
id: number;
|
|
129598
|
+
createdAt: Date;
|
|
129599
|
+
code: string;
|
|
129600
|
+
updatedAt: Date;
|
|
129601
|
+
name: string;
|
|
129602
|
+
phoneCode: string;
|
|
129603
|
+
} | undefined;
|
|
129604
|
+
} | undefined;
|
|
129605
|
+
userBillingCenters?: any[] | undefined;
|
|
129606
|
+
} | undefined;
|
|
129607
|
+
} | undefined;
|
|
129608
|
+
facturationLine?: {
|
|
129609
|
+
id: number;
|
|
129610
|
+
createdAt: Date;
|
|
129611
|
+
updatedAt: Date;
|
|
129612
|
+
isActif: boolean;
|
|
129613
|
+
tva: boolean;
|
|
129614
|
+
description: string;
|
|
129615
|
+
montant: number;
|
|
129616
|
+
fuel: number;
|
|
129617
|
+
label: string;
|
|
129618
|
+
variation: number | null;
|
|
129619
|
+
forVariation: boolean;
|
|
129620
|
+
europe: boolean;
|
|
129621
|
+
express: boolean;
|
|
129622
|
+
international: boolean;
|
|
129623
|
+
locale: boolean;
|
|
129624
|
+
spxOneHourThirty: boolean;
|
|
129625
|
+
spxThreeHours: boolean;
|
|
129626
|
+
national: boolean;
|
|
129627
|
+
premium: boolean;
|
|
129628
|
+
spx: boolean;
|
|
129629
|
+
spxNineHours: boolean;
|
|
129630
|
+
spxTenHours: boolean;
|
|
129631
|
+
spxTwelveHours: boolean;
|
|
129632
|
+
spxDrive: boolean;
|
|
129633
|
+
spxPlus: boolean;
|
|
129634
|
+
spxSat: boolean;
|
|
129635
|
+
voiture: boolean;
|
|
129636
|
+
} | undefined;
|
|
127407
129637
|
}[] | undefined;
|
|
127408
129638
|
shippingManifests?: {
|
|
127409
129639
|
id: number;
|
|
@@ -127802,6 +130032,255 @@ declare const factureRoutes: {
|
|
|
127802
130032
|
oldFactureRef: number | null;
|
|
127803
130033
|
factureId: number | null;
|
|
127804
130034
|
facturationLineId: number;
|
|
130035
|
+
shipping?: {
|
|
130036
|
+
id: number;
|
|
130037
|
+
createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
130038
|
+
updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
130039
|
+
userId: number | null;
|
|
130040
|
+
billingCenterId: number | null;
|
|
130041
|
+
trackingMail: string | null;
|
|
130042
|
+
customerRef: string | null;
|
|
130043
|
+
pickupInstruction: string | null;
|
|
130044
|
+
deliveryInstruction: string | null;
|
|
130045
|
+
billContact: string | null;
|
|
130046
|
+
pickupTime: string | null;
|
|
130047
|
+
deliveryTime: string | null;
|
|
130048
|
+
ref: number | null;
|
|
130049
|
+
trackingNumber: string | null;
|
|
130050
|
+
classifications: string | null;
|
|
130051
|
+
userName: string | null;
|
|
130052
|
+
transportType: string | null;
|
|
130053
|
+
isDeleted: boolean | null;
|
|
130054
|
+
codeDonneur: string | null;
|
|
130055
|
+
codeReceveur: string | null;
|
|
130056
|
+
hasManifest: boolean;
|
|
130057
|
+
isOps: boolean;
|
|
130058
|
+
comment: string | null;
|
|
130059
|
+
createdFor: number | null;
|
|
130060
|
+
isArchived: boolean;
|
|
130061
|
+
isNeedArchive: boolean;
|
|
130062
|
+
isAnnulee: boolean;
|
|
130063
|
+
raison: string | null;
|
|
130064
|
+
color: string | null;
|
|
130065
|
+
docBordereaux: string | null;
|
|
130066
|
+
docAccompagnement: string | null;
|
|
130067
|
+
category: "course" | "all" | "import" | "export";
|
|
130068
|
+
typeExpedition: "expedition" | "course";
|
|
130069
|
+
driverId: number;
|
|
130070
|
+
typeDeRoue: string | null;
|
|
130071
|
+
isRecupererOps: boolean | null;
|
|
130072
|
+
isRemisOps: boolean | null;
|
|
130073
|
+
isRecupererChauffeur: boolean | null;
|
|
130074
|
+
isRemisChauffeur: boolean | null;
|
|
130075
|
+
lastCronRunAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
130076
|
+
devises: string | null;
|
|
130077
|
+
provenanceCommande: string | null;
|
|
130078
|
+
hasEmballage: boolean;
|
|
130079
|
+
pickupDate?: import("luxon").DateTime<true> | import("luxon").DateTime<false> | undefined;
|
|
130080
|
+
deliveryDate?: import("luxon").DateTime<true> | import("luxon").DateTime<false> | undefined;
|
|
130081
|
+
heureRecupererOps?: import("luxon").DateTime<true> | import("luxon").DateTime<false> | undefined;
|
|
130082
|
+
heureRemisOps?: import("luxon").DateTime<true> | import("luxon").DateTime<false> | undefined;
|
|
130083
|
+
heureRecupererChauffeur?: import("luxon").DateTime<true> | import("luxon").DateTime<false> | undefined;
|
|
130084
|
+
heureRemisChauffeur?: import("luxon").DateTime<true> | import("luxon").DateTime<false> | undefined;
|
|
130085
|
+
} | undefined;
|
|
130086
|
+
facture?: {
|
|
130087
|
+
id: number;
|
|
130088
|
+
createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
130089
|
+
message: string | null;
|
|
130090
|
+
type: "facture" | "avoir";
|
|
130091
|
+
updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
130092
|
+
isParis: boolean;
|
|
130093
|
+
isMedical: boolean;
|
|
130094
|
+
isService: boolean;
|
|
130095
|
+
tva: number;
|
|
130096
|
+
billingCenterId: number;
|
|
130097
|
+
ref: number;
|
|
130098
|
+
isDeleted: boolean;
|
|
130099
|
+
provenanceCommande: string | null;
|
|
130100
|
+
statut: string;
|
|
130101
|
+
echeance: string;
|
|
130102
|
+
montant: number;
|
|
130103
|
+
shippingIds: string[];
|
|
130104
|
+
fuel: number;
|
|
130105
|
+
total: number;
|
|
130106
|
+
bonDeCommende: string | null;
|
|
130107
|
+
isVariation: boolean;
|
|
130108
|
+
isActiveForReedited: boolean;
|
|
130109
|
+
docFacture: string;
|
|
130110
|
+
fullRef: string;
|
|
130111
|
+
modeReglement: string | null;
|
|
130112
|
+
source: string | null;
|
|
130113
|
+
factureLines: {
|
|
130114
|
+
id: number;
|
|
130115
|
+
createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
130116
|
+
updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
130117
|
+
tva: number;
|
|
130118
|
+
shippingId: number;
|
|
130119
|
+
classifications: string;
|
|
130120
|
+
comment: string | null;
|
|
130121
|
+
fuel: number;
|
|
130122
|
+
total: number;
|
|
130123
|
+
isVariation: boolean;
|
|
130124
|
+
fullRef: string;
|
|
130125
|
+
lineType: string;
|
|
130126
|
+
prix: number;
|
|
130127
|
+
qte: number;
|
|
130128
|
+
totalFinal: number;
|
|
130129
|
+
factureRef: number | null;
|
|
130130
|
+
oldFactureRef: number | null;
|
|
130131
|
+
factureId: number | null;
|
|
130132
|
+
facturationLineId: number;
|
|
130133
|
+
}[];
|
|
130134
|
+
billingCenter?: {
|
|
130135
|
+
id: number;
|
|
130136
|
+
createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
130137
|
+
updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
130138
|
+
countryId: number;
|
|
130139
|
+
address: string;
|
|
130140
|
+
addressTwo: string | null;
|
|
130141
|
+
postalCode: string;
|
|
130142
|
+
city: string;
|
|
130143
|
+
telephoneOne: string;
|
|
130144
|
+
telephoneTwo: string | null;
|
|
130145
|
+
dafResponsibleName: string | null;
|
|
130146
|
+
email: string | null;
|
|
130147
|
+
intraVatNumber: string | null;
|
|
130148
|
+
numeroEori: string | null;
|
|
130149
|
+
comments: string | null;
|
|
130150
|
+
numCodeOne: string | null;
|
|
130151
|
+
numCodeTwo: string | null;
|
|
130152
|
+
isActif: boolean;
|
|
130153
|
+
isParis: boolean;
|
|
130154
|
+
isMedical: boolean;
|
|
130155
|
+
isService: boolean;
|
|
130156
|
+
dirigeant: string | null;
|
|
130157
|
+
dirigeantTel: string | null;
|
|
130158
|
+
dirigeantEmail: string | null;
|
|
130159
|
+
responsableComptable: string | null;
|
|
130160
|
+
responsableComptableTel: string | null;
|
|
130161
|
+
responsableComptableEmail: string | null;
|
|
130162
|
+
responsableDaf: string | null;
|
|
130163
|
+
responsableDafTel: string | null;
|
|
130164
|
+
responsableDafEmail: string | null;
|
|
130165
|
+
emailFacturation: string | null;
|
|
130166
|
+
logo: string | null;
|
|
130167
|
+
header: string | null;
|
|
130168
|
+
footer: string | null;
|
|
130169
|
+
emailOne: string | null;
|
|
130170
|
+
emailTwo: string | null;
|
|
130171
|
+
emailThree: string | null;
|
|
130172
|
+
tva: string | null;
|
|
130173
|
+
isMailing: boolean;
|
|
130174
|
+
telephone: string | null;
|
|
130175
|
+
billingCenterName: string;
|
|
130176
|
+
customerId: number | null;
|
|
130177
|
+
numeroSiren: string | null;
|
|
130178
|
+
invoiceMailOne: string;
|
|
130179
|
+
invoiceMailTwo: string | null;
|
|
130180
|
+
isSubmittedToFrenchVat: boolean;
|
|
130181
|
+
isActiveMailInstruction: boolean;
|
|
130182
|
+
isActiveVariation: boolean;
|
|
130183
|
+
isShowSecondBordereaux: boolean;
|
|
130184
|
+
isShowCustomerName: boolean;
|
|
130185
|
+
isShowCommercialValue: boolean;
|
|
130186
|
+
country?: {
|
|
130187
|
+
id: number;
|
|
130188
|
+
createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
130189
|
+
code: string;
|
|
130190
|
+
updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
130191
|
+
name: string;
|
|
130192
|
+
phoneCode: string;
|
|
130193
|
+
} | undefined;
|
|
130194
|
+
customer?: {
|
|
130195
|
+
id: number;
|
|
130196
|
+
createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
130197
|
+
updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
130198
|
+
fullName: string;
|
|
130199
|
+
countryId: number;
|
|
130200
|
+
address: string;
|
|
130201
|
+
addressTwo: string | null;
|
|
130202
|
+
postalCode: string;
|
|
130203
|
+
city: string;
|
|
130204
|
+
telephoneOne: string;
|
|
130205
|
+
telephoneTwo: string | null;
|
|
130206
|
+
invoiceMail: string;
|
|
130207
|
+
dafResponsibleName: string;
|
|
130208
|
+
email: string | null;
|
|
130209
|
+
intraVatNumber: string | null;
|
|
130210
|
+
submittedToFrenchVat: boolean;
|
|
130211
|
+
siren: string;
|
|
130212
|
+
numeroEori: string | null;
|
|
130213
|
+
comments: string | null;
|
|
130214
|
+
numCodeOne: string | null;
|
|
130215
|
+
numCodeTwo: string | null;
|
|
130216
|
+
isActif: boolean;
|
|
130217
|
+
isParis: boolean;
|
|
130218
|
+
isMedical: boolean;
|
|
130219
|
+
isService: boolean;
|
|
130220
|
+
valeurCustomer: boolean;
|
|
130221
|
+
dirigeant: string | null;
|
|
130222
|
+
dirigeantTel: string | null;
|
|
130223
|
+
dirigeantEmail: string | null;
|
|
130224
|
+
responsableComptable: string | null;
|
|
130225
|
+
responsableComptableTel: string | null;
|
|
130226
|
+
responsableComptableEmail: string | null;
|
|
130227
|
+
responsableDaf: string | null;
|
|
130228
|
+
responsableDafTel: string | null;
|
|
130229
|
+
responsableDafEmail: string | null;
|
|
130230
|
+
emailFacturation: string | null;
|
|
130231
|
+
logo: string | null;
|
|
130232
|
+
header: string | null;
|
|
130233
|
+
footer: string | null;
|
|
130234
|
+
emailOne: string | null;
|
|
130235
|
+
emailTwo: string | null;
|
|
130236
|
+
emailThree: string | null;
|
|
130237
|
+
tva: string | null;
|
|
130238
|
+
isTrackingMail: boolean | null;
|
|
130239
|
+
isBillingCenter: boolean;
|
|
130240
|
+
isShowNameCustomer: boolean;
|
|
130241
|
+
isMailing: boolean;
|
|
130242
|
+
numeroSiret: string | null;
|
|
130243
|
+
country?: {
|
|
130244
|
+
id: number;
|
|
130245
|
+
createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
130246
|
+
code: string;
|
|
130247
|
+
updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
130248
|
+
name: string;
|
|
130249
|
+
phoneCode: string;
|
|
130250
|
+
} | undefined;
|
|
130251
|
+
} | undefined;
|
|
130252
|
+
userBillingCenters?: any[] | undefined;
|
|
130253
|
+
} | undefined;
|
|
130254
|
+
} | undefined;
|
|
130255
|
+
facturationLine?: {
|
|
130256
|
+
id: number;
|
|
130257
|
+
createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
130258
|
+
updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
130259
|
+
isActif: boolean;
|
|
130260
|
+
tva: boolean;
|
|
130261
|
+
description: string;
|
|
130262
|
+
montant: number;
|
|
130263
|
+
fuel: number;
|
|
130264
|
+
label: string;
|
|
130265
|
+
variation: number | null;
|
|
130266
|
+
forVariation: boolean;
|
|
130267
|
+
europe: boolean;
|
|
130268
|
+
express: boolean;
|
|
130269
|
+
international: boolean;
|
|
130270
|
+
locale: boolean;
|
|
130271
|
+
spxOneHourThirty: boolean;
|
|
130272
|
+
spxThreeHours: boolean;
|
|
130273
|
+
national: boolean;
|
|
130274
|
+
premium: boolean;
|
|
130275
|
+
spx: boolean;
|
|
130276
|
+
spxNineHours: boolean;
|
|
130277
|
+
spxTenHours: boolean;
|
|
130278
|
+
spxTwelveHours: boolean;
|
|
130279
|
+
spxDrive: boolean;
|
|
130280
|
+
spxPlus: boolean;
|
|
130281
|
+
spxSat: boolean;
|
|
130282
|
+
voiture: boolean;
|
|
130283
|
+
} | undefined;
|
|
127805
130284
|
}[] | undefined;
|
|
127806
130285
|
shippingManifests?: {
|
|
127807
130286
|
id: number;
|
|
@@ -128211,6 +130690,255 @@ declare const factureRoutes: {
|
|
|
128211
130690
|
oldFactureRef: number | null;
|
|
128212
130691
|
factureId: number | null;
|
|
128213
130692
|
facturationLineId: number;
|
|
130693
|
+
shipping?: {
|
|
130694
|
+
id: number;
|
|
130695
|
+
createdAt: Date;
|
|
130696
|
+
updatedAt: Date;
|
|
130697
|
+
userId: number | null;
|
|
130698
|
+
billingCenterId: number | null;
|
|
130699
|
+
trackingMail: string | null;
|
|
130700
|
+
customerRef: string | null;
|
|
130701
|
+
pickupInstruction: string | null;
|
|
130702
|
+
deliveryInstruction: string | null;
|
|
130703
|
+
billContact: string | null;
|
|
130704
|
+
pickupTime: string | null;
|
|
130705
|
+
deliveryTime: string | null;
|
|
130706
|
+
ref: number | null;
|
|
130707
|
+
trackingNumber: string | null;
|
|
130708
|
+
classifications: string | null;
|
|
130709
|
+
userName: string | null;
|
|
130710
|
+
transportType: string | null;
|
|
130711
|
+
isDeleted: boolean | null;
|
|
130712
|
+
codeDonneur: string | null;
|
|
130713
|
+
codeReceveur: string | null;
|
|
130714
|
+
hasManifest: boolean;
|
|
130715
|
+
isOps: boolean;
|
|
130716
|
+
comment: string | null;
|
|
130717
|
+
createdFor: number | null;
|
|
130718
|
+
isArchived: boolean;
|
|
130719
|
+
isNeedArchive: boolean;
|
|
130720
|
+
isAnnulee: boolean;
|
|
130721
|
+
raison: string | null;
|
|
130722
|
+
color: string | null;
|
|
130723
|
+
docBordereaux: string | null;
|
|
130724
|
+
docAccompagnement: string | null;
|
|
130725
|
+
category: "course" | "all" | "import" | "export";
|
|
130726
|
+
typeExpedition: "expedition" | "course";
|
|
130727
|
+
driverId: number;
|
|
130728
|
+
typeDeRoue: string | null;
|
|
130729
|
+
isRecupererOps: boolean | null;
|
|
130730
|
+
isRemisOps: boolean | null;
|
|
130731
|
+
isRecupererChauffeur: boolean | null;
|
|
130732
|
+
isRemisChauffeur: boolean | null;
|
|
130733
|
+
lastCronRunAt: Date;
|
|
130734
|
+
devises: string | null;
|
|
130735
|
+
provenanceCommande: string | null;
|
|
130736
|
+
hasEmballage: boolean;
|
|
130737
|
+
pickupDate?: Date | undefined;
|
|
130738
|
+
deliveryDate?: Date | undefined;
|
|
130739
|
+
heureRecupererOps?: Date | undefined;
|
|
130740
|
+
heureRemisOps?: Date | undefined;
|
|
130741
|
+
heureRecupererChauffeur?: Date | undefined;
|
|
130742
|
+
heureRemisChauffeur?: Date | undefined;
|
|
130743
|
+
} | undefined;
|
|
130744
|
+
facture?: {
|
|
130745
|
+
id: number;
|
|
130746
|
+
createdAt: Date;
|
|
130747
|
+
message: string | null;
|
|
130748
|
+
type: "facture" | "avoir";
|
|
130749
|
+
updatedAt: Date;
|
|
130750
|
+
isParis: boolean;
|
|
130751
|
+
isMedical: boolean;
|
|
130752
|
+
isService: boolean;
|
|
130753
|
+
tva: number;
|
|
130754
|
+
billingCenterId: number;
|
|
130755
|
+
ref: number;
|
|
130756
|
+
isDeleted: boolean;
|
|
130757
|
+
provenanceCommande: string | null;
|
|
130758
|
+
statut: string;
|
|
130759
|
+
echeance: string;
|
|
130760
|
+
montant: number;
|
|
130761
|
+
shippingIds: string[];
|
|
130762
|
+
fuel: number;
|
|
130763
|
+
total: number;
|
|
130764
|
+
bonDeCommende: string | null;
|
|
130765
|
+
isVariation: boolean;
|
|
130766
|
+
isActiveForReedited: boolean;
|
|
130767
|
+
docFacture: string;
|
|
130768
|
+
fullRef: string;
|
|
130769
|
+
modeReglement: string | null;
|
|
130770
|
+
source: string | null;
|
|
130771
|
+
factureLines: {
|
|
130772
|
+
id: number;
|
|
130773
|
+
createdAt: Date;
|
|
130774
|
+
updatedAt: Date;
|
|
130775
|
+
tva: number;
|
|
130776
|
+
shippingId: number;
|
|
130777
|
+
classifications: string;
|
|
130778
|
+
comment: string | null;
|
|
130779
|
+
fuel: number;
|
|
130780
|
+
total: number;
|
|
130781
|
+
isVariation: boolean;
|
|
130782
|
+
fullRef: string;
|
|
130783
|
+
lineType: string;
|
|
130784
|
+
prix: number;
|
|
130785
|
+
qte: number;
|
|
130786
|
+
totalFinal: number;
|
|
130787
|
+
factureRef: number | null;
|
|
130788
|
+
oldFactureRef: number | null;
|
|
130789
|
+
factureId: number | null;
|
|
130790
|
+
facturationLineId: number;
|
|
130791
|
+
}[];
|
|
130792
|
+
billingCenter?: {
|
|
130793
|
+
id: number;
|
|
130794
|
+
createdAt: Date;
|
|
130795
|
+
updatedAt: Date;
|
|
130796
|
+
countryId: number;
|
|
130797
|
+
address: string;
|
|
130798
|
+
addressTwo: string | null;
|
|
130799
|
+
postalCode: string;
|
|
130800
|
+
city: string;
|
|
130801
|
+
telephoneOne: string;
|
|
130802
|
+
telephoneTwo: string | null;
|
|
130803
|
+
dafResponsibleName: string | null;
|
|
130804
|
+
email: string | null;
|
|
130805
|
+
intraVatNumber: string | null;
|
|
130806
|
+
numeroEori: string | null;
|
|
130807
|
+
comments: string | null;
|
|
130808
|
+
numCodeOne: string | null;
|
|
130809
|
+
numCodeTwo: string | null;
|
|
130810
|
+
isActif: boolean;
|
|
130811
|
+
isParis: boolean;
|
|
130812
|
+
isMedical: boolean;
|
|
130813
|
+
isService: boolean;
|
|
130814
|
+
dirigeant: string | null;
|
|
130815
|
+
dirigeantTel: string | null;
|
|
130816
|
+
dirigeantEmail: string | null;
|
|
130817
|
+
responsableComptable: string | null;
|
|
130818
|
+
responsableComptableTel: string | null;
|
|
130819
|
+
responsableComptableEmail: string | null;
|
|
130820
|
+
responsableDaf: string | null;
|
|
130821
|
+
responsableDafTel: string | null;
|
|
130822
|
+
responsableDafEmail: string | null;
|
|
130823
|
+
emailFacturation: string | null;
|
|
130824
|
+
logo: string | null;
|
|
130825
|
+
header: string | null;
|
|
130826
|
+
footer: string | null;
|
|
130827
|
+
emailOne: string | null;
|
|
130828
|
+
emailTwo: string | null;
|
|
130829
|
+
emailThree: string | null;
|
|
130830
|
+
tva: string | null;
|
|
130831
|
+
isMailing: boolean;
|
|
130832
|
+
telephone: string | null;
|
|
130833
|
+
billingCenterName: string;
|
|
130834
|
+
customerId: number | null;
|
|
130835
|
+
numeroSiren: string | null;
|
|
130836
|
+
invoiceMailOne: string;
|
|
130837
|
+
invoiceMailTwo: string | null;
|
|
130838
|
+
isSubmittedToFrenchVat: boolean;
|
|
130839
|
+
isActiveMailInstruction: boolean;
|
|
130840
|
+
isActiveVariation: boolean;
|
|
130841
|
+
isShowSecondBordereaux: boolean;
|
|
130842
|
+
isShowCustomerName: boolean;
|
|
130843
|
+
isShowCommercialValue: boolean;
|
|
130844
|
+
country?: {
|
|
130845
|
+
id: number;
|
|
130846
|
+
createdAt: Date;
|
|
130847
|
+
code: string;
|
|
130848
|
+
updatedAt: Date;
|
|
130849
|
+
name: string;
|
|
130850
|
+
phoneCode: string;
|
|
130851
|
+
} | undefined;
|
|
130852
|
+
customer?: {
|
|
130853
|
+
id: number;
|
|
130854
|
+
createdAt: Date;
|
|
130855
|
+
updatedAt: Date;
|
|
130856
|
+
fullName: string;
|
|
130857
|
+
countryId: number;
|
|
130858
|
+
address: string;
|
|
130859
|
+
addressTwo: string | null;
|
|
130860
|
+
postalCode: string;
|
|
130861
|
+
city: string;
|
|
130862
|
+
telephoneOne: string;
|
|
130863
|
+
telephoneTwo: string | null;
|
|
130864
|
+
invoiceMail: string;
|
|
130865
|
+
dafResponsibleName: string;
|
|
130866
|
+
email: string | null;
|
|
130867
|
+
intraVatNumber: string | null;
|
|
130868
|
+
submittedToFrenchVat: boolean;
|
|
130869
|
+
siren: string;
|
|
130870
|
+
numeroEori: string | null;
|
|
130871
|
+
comments: string | null;
|
|
130872
|
+
numCodeOne: string | null;
|
|
130873
|
+
numCodeTwo: string | null;
|
|
130874
|
+
isActif: boolean;
|
|
130875
|
+
isParis: boolean;
|
|
130876
|
+
isMedical: boolean;
|
|
130877
|
+
isService: boolean;
|
|
130878
|
+
valeurCustomer: boolean;
|
|
130879
|
+
dirigeant: string | null;
|
|
130880
|
+
dirigeantTel: string | null;
|
|
130881
|
+
dirigeantEmail: string | null;
|
|
130882
|
+
responsableComptable: string | null;
|
|
130883
|
+
responsableComptableTel: string | null;
|
|
130884
|
+
responsableComptableEmail: string | null;
|
|
130885
|
+
responsableDaf: string | null;
|
|
130886
|
+
responsableDafTel: string | null;
|
|
130887
|
+
responsableDafEmail: string | null;
|
|
130888
|
+
emailFacturation: string | null;
|
|
130889
|
+
logo: string | null;
|
|
130890
|
+
header: string | null;
|
|
130891
|
+
footer: string | null;
|
|
130892
|
+
emailOne: string | null;
|
|
130893
|
+
emailTwo: string | null;
|
|
130894
|
+
emailThree: string | null;
|
|
130895
|
+
tva: string | null;
|
|
130896
|
+
isTrackingMail: boolean | null;
|
|
130897
|
+
isBillingCenter: boolean;
|
|
130898
|
+
isShowNameCustomer: boolean;
|
|
130899
|
+
isMailing: boolean;
|
|
130900
|
+
numeroSiret: string | null;
|
|
130901
|
+
country?: {
|
|
130902
|
+
id: number;
|
|
130903
|
+
createdAt: Date;
|
|
130904
|
+
code: string;
|
|
130905
|
+
updatedAt: Date;
|
|
130906
|
+
name: string;
|
|
130907
|
+
phoneCode: string;
|
|
130908
|
+
} | undefined;
|
|
130909
|
+
} | undefined;
|
|
130910
|
+
userBillingCenters?: any[] | undefined;
|
|
130911
|
+
} | undefined;
|
|
130912
|
+
} | undefined;
|
|
130913
|
+
facturationLine?: {
|
|
130914
|
+
id: number;
|
|
130915
|
+
createdAt: Date;
|
|
130916
|
+
updatedAt: Date;
|
|
130917
|
+
isActif: boolean;
|
|
130918
|
+
tva: boolean;
|
|
130919
|
+
description: string;
|
|
130920
|
+
montant: number;
|
|
130921
|
+
fuel: number;
|
|
130922
|
+
label: string;
|
|
130923
|
+
variation: number | null;
|
|
130924
|
+
forVariation: boolean;
|
|
130925
|
+
europe: boolean;
|
|
130926
|
+
express: boolean;
|
|
130927
|
+
international: boolean;
|
|
130928
|
+
locale: boolean;
|
|
130929
|
+
spxOneHourThirty: boolean;
|
|
130930
|
+
spxThreeHours: boolean;
|
|
130931
|
+
national: boolean;
|
|
130932
|
+
premium: boolean;
|
|
130933
|
+
spx: boolean;
|
|
130934
|
+
spxNineHours: boolean;
|
|
130935
|
+
spxTenHours: boolean;
|
|
130936
|
+
spxTwelveHours: boolean;
|
|
130937
|
+
spxDrive: boolean;
|
|
130938
|
+
spxPlus: boolean;
|
|
130939
|
+
spxSat: boolean;
|
|
130940
|
+
voiture: boolean;
|
|
130941
|
+
} | undefined;
|
|
128214
130942
|
}[] | undefined;
|
|
128215
130943
|
shippingManifests?: {
|
|
128216
130944
|
id: number;
|
|
@@ -128626,6 +131354,255 @@ declare const factureRoutes: {
|
|
|
128626
131354
|
oldFactureRef: number | null;
|
|
128627
131355
|
factureId: number | null;
|
|
128628
131356
|
facturationLineId: number;
|
|
131357
|
+
shipping?: {
|
|
131358
|
+
id: number;
|
|
131359
|
+
createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
131360
|
+
updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
131361
|
+
userId: number | null;
|
|
131362
|
+
billingCenterId: number | null;
|
|
131363
|
+
trackingMail: string | null;
|
|
131364
|
+
customerRef: string | null;
|
|
131365
|
+
pickupInstruction: string | null;
|
|
131366
|
+
deliveryInstruction: string | null;
|
|
131367
|
+
billContact: string | null;
|
|
131368
|
+
pickupTime: string | null;
|
|
131369
|
+
deliveryTime: string | null;
|
|
131370
|
+
ref: number | null;
|
|
131371
|
+
trackingNumber: string | null;
|
|
131372
|
+
classifications: string | null;
|
|
131373
|
+
userName: string | null;
|
|
131374
|
+
transportType: string | null;
|
|
131375
|
+
isDeleted: boolean | null;
|
|
131376
|
+
codeDonneur: string | null;
|
|
131377
|
+
codeReceveur: string | null;
|
|
131378
|
+
hasManifest: boolean;
|
|
131379
|
+
isOps: boolean;
|
|
131380
|
+
comment: string | null;
|
|
131381
|
+
createdFor: number | null;
|
|
131382
|
+
isArchived: boolean;
|
|
131383
|
+
isNeedArchive: boolean;
|
|
131384
|
+
isAnnulee: boolean;
|
|
131385
|
+
raison: string | null;
|
|
131386
|
+
color: string | null;
|
|
131387
|
+
docBordereaux: string | null;
|
|
131388
|
+
docAccompagnement: string | null;
|
|
131389
|
+
category: "course" | "all" | "import" | "export";
|
|
131390
|
+
typeExpedition: "expedition" | "course";
|
|
131391
|
+
driverId: number;
|
|
131392
|
+
typeDeRoue: string | null;
|
|
131393
|
+
isRecupererOps: boolean | null;
|
|
131394
|
+
isRemisOps: boolean | null;
|
|
131395
|
+
isRecupererChauffeur: boolean | null;
|
|
131396
|
+
isRemisChauffeur: boolean | null;
|
|
131397
|
+
lastCronRunAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
131398
|
+
devises: string | null;
|
|
131399
|
+
provenanceCommande: string | null;
|
|
131400
|
+
hasEmballage: boolean;
|
|
131401
|
+
pickupDate?: import("luxon").DateTime<true> | import("luxon").DateTime<false> | undefined;
|
|
131402
|
+
deliveryDate?: import("luxon").DateTime<true> | import("luxon").DateTime<false> | undefined;
|
|
131403
|
+
heureRecupererOps?: import("luxon").DateTime<true> | import("luxon").DateTime<false> | undefined;
|
|
131404
|
+
heureRemisOps?: import("luxon").DateTime<true> | import("luxon").DateTime<false> | undefined;
|
|
131405
|
+
heureRecupererChauffeur?: import("luxon").DateTime<true> | import("luxon").DateTime<false> | undefined;
|
|
131406
|
+
heureRemisChauffeur?: import("luxon").DateTime<true> | import("luxon").DateTime<false> | undefined;
|
|
131407
|
+
} | undefined;
|
|
131408
|
+
facture?: {
|
|
131409
|
+
id: number;
|
|
131410
|
+
createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
131411
|
+
message: string | null;
|
|
131412
|
+
type: "facture" | "avoir";
|
|
131413
|
+
updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
131414
|
+
isParis: boolean;
|
|
131415
|
+
isMedical: boolean;
|
|
131416
|
+
isService: boolean;
|
|
131417
|
+
tva: number;
|
|
131418
|
+
billingCenterId: number;
|
|
131419
|
+
ref: number;
|
|
131420
|
+
isDeleted: boolean;
|
|
131421
|
+
provenanceCommande: string | null;
|
|
131422
|
+
statut: string;
|
|
131423
|
+
echeance: string;
|
|
131424
|
+
montant: number;
|
|
131425
|
+
shippingIds: string[];
|
|
131426
|
+
fuel: number;
|
|
131427
|
+
total: number;
|
|
131428
|
+
bonDeCommende: string | null;
|
|
131429
|
+
isVariation: boolean;
|
|
131430
|
+
isActiveForReedited: boolean;
|
|
131431
|
+
docFacture: string;
|
|
131432
|
+
fullRef: string;
|
|
131433
|
+
modeReglement: string | null;
|
|
131434
|
+
source: string | null;
|
|
131435
|
+
factureLines: {
|
|
131436
|
+
id: number;
|
|
131437
|
+
createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
131438
|
+
updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
131439
|
+
tva: number;
|
|
131440
|
+
shippingId: number;
|
|
131441
|
+
classifications: string;
|
|
131442
|
+
comment: string | null;
|
|
131443
|
+
fuel: number;
|
|
131444
|
+
total: number;
|
|
131445
|
+
isVariation: boolean;
|
|
131446
|
+
fullRef: string;
|
|
131447
|
+
lineType: string;
|
|
131448
|
+
prix: number;
|
|
131449
|
+
qte: number;
|
|
131450
|
+
totalFinal: number;
|
|
131451
|
+
factureRef: number | null;
|
|
131452
|
+
oldFactureRef: number | null;
|
|
131453
|
+
factureId: number | null;
|
|
131454
|
+
facturationLineId: number;
|
|
131455
|
+
}[];
|
|
131456
|
+
billingCenter?: {
|
|
131457
|
+
id: number;
|
|
131458
|
+
createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
131459
|
+
updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
131460
|
+
countryId: number;
|
|
131461
|
+
address: string;
|
|
131462
|
+
addressTwo: string | null;
|
|
131463
|
+
postalCode: string;
|
|
131464
|
+
city: string;
|
|
131465
|
+
telephoneOne: string;
|
|
131466
|
+
telephoneTwo: string | null;
|
|
131467
|
+
dafResponsibleName: string | null;
|
|
131468
|
+
email: string | null;
|
|
131469
|
+
intraVatNumber: string | null;
|
|
131470
|
+
numeroEori: string | null;
|
|
131471
|
+
comments: string | null;
|
|
131472
|
+
numCodeOne: string | null;
|
|
131473
|
+
numCodeTwo: string | null;
|
|
131474
|
+
isActif: boolean;
|
|
131475
|
+
isParis: boolean;
|
|
131476
|
+
isMedical: boolean;
|
|
131477
|
+
isService: boolean;
|
|
131478
|
+
dirigeant: string | null;
|
|
131479
|
+
dirigeantTel: string | null;
|
|
131480
|
+
dirigeantEmail: string | null;
|
|
131481
|
+
responsableComptable: string | null;
|
|
131482
|
+
responsableComptableTel: string | null;
|
|
131483
|
+
responsableComptableEmail: string | null;
|
|
131484
|
+
responsableDaf: string | null;
|
|
131485
|
+
responsableDafTel: string | null;
|
|
131486
|
+
responsableDafEmail: string | null;
|
|
131487
|
+
emailFacturation: string | null;
|
|
131488
|
+
logo: string | null;
|
|
131489
|
+
header: string | null;
|
|
131490
|
+
footer: string | null;
|
|
131491
|
+
emailOne: string | null;
|
|
131492
|
+
emailTwo: string | null;
|
|
131493
|
+
emailThree: string | null;
|
|
131494
|
+
tva: string | null;
|
|
131495
|
+
isMailing: boolean;
|
|
131496
|
+
telephone: string | null;
|
|
131497
|
+
billingCenterName: string;
|
|
131498
|
+
customerId: number | null;
|
|
131499
|
+
numeroSiren: string | null;
|
|
131500
|
+
invoiceMailOne: string;
|
|
131501
|
+
invoiceMailTwo: string | null;
|
|
131502
|
+
isSubmittedToFrenchVat: boolean;
|
|
131503
|
+
isActiveMailInstruction: boolean;
|
|
131504
|
+
isActiveVariation: boolean;
|
|
131505
|
+
isShowSecondBordereaux: boolean;
|
|
131506
|
+
isShowCustomerName: boolean;
|
|
131507
|
+
isShowCommercialValue: boolean;
|
|
131508
|
+
country?: {
|
|
131509
|
+
id: number;
|
|
131510
|
+
createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
131511
|
+
code: string;
|
|
131512
|
+
updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
131513
|
+
name: string;
|
|
131514
|
+
phoneCode: string;
|
|
131515
|
+
} | undefined;
|
|
131516
|
+
customer?: {
|
|
131517
|
+
id: number;
|
|
131518
|
+
createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
131519
|
+
updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
131520
|
+
fullName: string;
|
|
131521
|
+
countryId: number;
|
|
131522
|
+
address: string;
|
|
131523
|
+
addressTwo: string | null;
|
|
131524
|
+
postalCode: string;
|
|
131525
|
+
city: string;
|
|
131526
|
+
telephoneOne: string;
|
|
131527
|
+
telephoneTwo: string | null;
|
|
131528
|
+
invoiceMail: string;
|
|
131529
|
+
dafResponsibleName: string;
|
|
131530
|
+
email: string | null;
|
|
131531
|
+
intraVatNumber: string | null;
|
|
131532
|
+
submittedToFrenchVat: boolean;
|
|
131533
|
+
siren: string;
|
|
131534
|
+
numeroEori: string | null;
|
|
131535
|
+
comments: string | null;
|
|
131536
|
+
numCodeOne: string | null;
|
|
131537
|
+
numCodeTwo: string | null;
|
|
131538
|
+
isActif: boolean;
|
|
131539
|
+
isParis: boolean;
|
|
131540
|
+
isMedical: boolean;
|
|
131541
|
+
isService: boolean;
|
|
131542
|
+
valeurCustomer: boolean;
|
|
131543
|
+
dirigeant: string | null;
|
|
131544
|
+
dirigeantTel: string | null;
|
|
131545
|
+
dirigeantEmail: string | null;
|
|
131546
|
+
responsableComptable: string | null;
|
|
131547
|
+
responsableComptableTel: string | null;
|
|
131548
|
+
responsableComptableEmail: string | null;
|
|
131549
|
+
responsableDaf: string | null;
|
|
131550
|
+
responsableDafTel: string | null;
|
|
131551
|
+
responsableDafEmail: string | null;
|
|
131552
|
+
emailFacturation: string | null;
|
|
131553
|
+
logo: string | null;
|
|
131554
|
+
header: string | null;
|
|
131555
|
+
footer: string | null;
|
|
131556
|
+
emailOne: string | null;
|
|
131557
|
+
emailTwo: string | null;
|
|
131558
|
+
emailThree: string | null;
|
|
131559
|
+
tva: string | null;
|
|
131560
|
+
isTrackingMail: boolean | null;
|
|
131561
|
+
isBillingCenter: boolean;
|
|
131562
|
+
isShowNameCustomer: boolean;
|
|
131563
|
+
isMailing: boolean;
|
|
131564
|
+
numeroSiret: string | null;
|
|
131565
|
+
country?: {
|
|
131566
|
+
id: number;
|
|
131567
|
+
createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
131568
|
+
code: string;
|
|
131569
|
+
updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
131570
|
+
name: string;
|
|
131571
|
+
phoneCode: string;
|
|
131572
|
+
} | undefined;
|
|
131573
|
+
} | undefined;
|
|
131574
|
+
userBillingCenters?: any[] | undefined;
|
|
131575
|
+
} | undefined;
|
|
131576
|
+
} | undefined;
|
|
131577
|
+
facturationLine?: {
|
|
131578
|
+
id: number;
|
|
131579
|
+
createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
131580
|
+
updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
|
|
131581
|
+
isActif: boolean;
|
|
131582
|
+
tva: boolean;
|
|
131583
|
+
description: string;
|
|
131584
|
+
montant: number;
|
|
131585
|
+
fuel: number;
|
|
131586
|
+
label: string;
|
|
131587
|
+
variation: number | null;
|
|
131588
|
+
forVariation: boolean;
|
|
131589
|
+
europe: boolean;
|
|
131590
|
+
express: boolean;
|
|
131591
|
+
international: boolean;
|
|
131592
|
+
locale: boolean;
|
|
131593
|
+
spxOneHourThirty: boolean;
|
|
131594
|
+
spxThreeHours: boolean;
|
|
131595
|
+
national: boolean;
|
|
131596
|
+
premium: boolean;
|
|
131597
|
+
spx: boolean;
|
|
131598
|
+
spxNineHours: boolean;
|
|
131599
|
+
spxTenHours: boolean;
|
|
131600
|
+
spxTwelveHours: boolean;
|
|
131601
|
+
spxDrive: boolean;
|
|
131602
|
+
spxPlus: boolean;
|
|
131603
|
+
spxSat: boolean;
|
|
131604
|
+
voiture: boolean;
|
|
131605
|
+
} | undefined;
|
|
128629
131606
|
}[] | undefined;
|
|
128630
131607
|
shippingManifests?: {
|
|
128631
131608
|
id: number;
|
|
@@ -129041,6 +132018,255 @@ declare const factureRoutes: {
|
|
|
129041
132018
|
oldFactureRef: number | null;
|
|
129042
132019
|
factureId: number | null;
|
|
129043
132020
|
facturationLineId: number;
|
|
132021
|
+
shipping?: {
|
|
132022
|
+
id: number;
|
|
132023
|
+
createdAt: Date;
|
|
132024
|
+
updatedAt: Date;
|
|
132025
|
+
userId: number | null;
|
|
132026
|
+
billingCenterId: number | null;
|
|
132027
|
+
trackingMail: string | null;
|
|
132028
|
+
customerRef: string | null;
|
|
132029
|
+
pickupInstruction: string | null;
|
|
132030
|
+
deliveryInstruction: string | null;
|
|
132031
|
+
billContact: string | null;
|
|
132032
|
+
pickupTime: string | null;
|
|
132033
|
+
deliveryTime: string | null;
|
|
132034
|
+
ref: number | null;
|
|
132035
|
+
trackingNumber: string | null;
|
|
132036
|
+
classifications: string | null;
|
|
132037
|
+
userName: string | null;
|
|
132038
|
+
transportType: string | null;
|
|
132039
|
+
isDeleted: boolean | null;
|
|
132040
|
+
codeDonneur: string | null;
|
|
132041
|
+
codeReceveur: string | null;
|
|
132042
|
+
hasManifest: boolean;
|
|
132043
|
+
isOps: boolean;
|
|
132044
|
+
comment: string | null;
|
|
132045
|
+
createdFor: number | null;
|
|
132046
|
+
isArchived: boolean;
|
|
132047
|
+
isNeedArchive: boolean;
|
|
132048
|
+
isAnnulee: boolean;
|
|
132049
|
+
raison: string | null;
|
|
132050
|
+
color: string | null;
|
|
132051
|
+
docBordereaux: string | null;
|
|
132052
|
+
docAccompagnement: string | null;
|
|
132053
|
+
category: "course" | "all" | "import" | "export";
|
|
132054
|
+
typeExpedition: "expedition" | "course";
|
|
132055
|
+
driverId: number;
|
|
132056
|
+
typeDeRoue: string | null;
|
|
132057
|
+
isRecupererOps: boolean | null;
|
|
132058
|
+
isRemisOps: boolean | null;
|
|
132059
|
+
isRecupererChauffeur: boolean | null;
|
|
132060
|
+
isRemisChauffeur: boolean | null;
|
|
132061
|
+
lastCronRunAt: Date;
|
|
132062
|
+
devises: string | null;
|
|
132063
|
+
provenanceCommande: string | null;
|
|
132064
|
+
hasEmballage: boolean;
|
|
132065
|
+
pickupDate?: Date | undefined;
|
|
132066
|
+
deliveryDate?: Date | undefined;
|
|
132067
|
+
heureRecupererOps?: Date | undefined;
|
|
132068
|
+
heureRemisOps?: Date | undefined;
|
|
132069
|
+
heureRecupererChauffeur?: Date | undefined;
|
|
132070
|
+
heureRemisChauffeur?: Date | undefined;
|
|
132071
|
+
} | undefined;
|
|
132072
|
+
facture?: {
|
|
132073
|
+
id: number;
|
|
132074
|
+
createdAt: Date;
|
|
132075
|
+
message: string | null;
|
|
132076
|
+
type: "facture" | "avoir";
|
|
132077
|
+
updatedAt: Date;
|
|
132078
|
+
isParis: boolean;
|
|
132079
|
+
isMedical: boolean;
|
|
132080
|
+
isService: boolean;
|
|
132081
|
+
tva: number;
|
|
132082
|
+
billingCenterId: number;
|
|
132083
|
+
ref: number;
|
|
132084
|
+
isDeleted: boolean;
|
|
132085
|
+
provenanceCommande: string | null;
|
|
132086
|
+
statut: string;
|
|
132087
|
+
echeance: string;
|
|
132088
|
+
montant: number;
|
|
132089
|
+
shippingIds: string[];
|
|
132090
|
+
fuel: number;
|
|
132091
|
+
total: number;
|
|
132092
|
+
bonDeCommende: string | null;
|
|
132093
|
+
isVariation: boolean;
|
|
132094
|
+
isActiveForReedited: boolean;
|
|
132095
|
+
docFacture: string;
|
|
132096
|
+
fullRef: string;
|
|
132097
|
+
modeReglement: string | null;
|
|
132098
|
+
source: string | null;
|
|
132099
|
+
factureLines: {
|
|
132100
|
+
id: number;
|
|
132101
|
+
createdAt: Date;
|
|
132102
|
+
updatedAt: Date;
|
|
132103
|
+
tva: number;
|
|
132104
|
+
shippingId: number;
|
|
132105
|
+
classifications: string;
|
|
132106
|
+
comment: string | null;
|
|
132107
|
+
fuel: number;
|
|
132108
|
+
total: number;
|
|
132109
|
+
isVariation: boolean;
|
|
132110
|
+
fullRef: string;
|
|
132111
|
+
lineType: string;
|
|
132112
|
+
prix: number;
|
|
132113
|
+
qte: number;
|
|
132114
|
+
totalFinal: number;
|
|
132115
|
+
factureRef: number | null;
|
|
132116
|
+
oldFactureRef: number | null;
|
|
132117
|
+
factureId: number | null;
|
|
132118
|
+
facturationLineId: number;
|
|
132119
|
+
}[];
|
|
132120
|
+
billingCenter?: {
|
|
132121
|
+
id: number;
|
|
132122
|
+
createdAt: Date;
|
|
132123
|
+
updatedAt: Date;
|
|
132124
|
+
countryId: number;
|
|
132125
|
+
address: string;
|
|
132126
|
+
addressTwo: string | null;
|
|
132127
|
+
postalCode: string;
|
|
132128
|
+
city: string;
|
|
132129
|
+
telephoneOne: string;
|
|
132130
|
+
telephoneTwo: string | null;
|
|
132131
|
+
dafResponsibleName: string | null;
|
|
132132
|
+
email: string | null;
|
|
132133
|
+
intraVatNumber: string | null;
|
|
132134
|
+
numeroEori: string | null;
|
|
132135
|
+
comments: string | null;
|
|
132136
|
+
numCodeOne: string | null;
|
|
132137
|
+
numCodeTwo: string | null;
|
|
132138
|
+
isActif: boolean;
|
|
132139
|
+
isParis: boolean;
|
|
132140
|
+
isMedical: boolean;
|
|
132141
|
+
isService: boolean;
|
|
132142
|
+
dirigeant: string | null;
|
|
132143
|
+
dirigeantTel: string | null;
|
|
132144
|
+
dirigeantEmail: string | null;
|
|
132145
|
+
responsableComptable: string | null;
|
|
132146
|
+
responsableComptableTel: string | null;
|
|
132147
|
+
responsableComptableEmail: string | null;
|
|
132148
|
+
responsableDaf: string | null;
|
|
132149
|
+
responsableDafTel: string | null;
|
|
132150
|
+
responsableDafEmail: string | null;
|
|
132151
|
+
emailFacturation: string | null;
|
|
132152
|
+
logo: string | null;
|
|
132153
|
+
header: string | null;
|
|
132154
|
+
footer: string | null;
|
|
132155
|
+
emailOne: string | null;
|
|
132156
|
+
emailTwo: string | null;
|
|
132157
|
+
emailThree: string | null;
|
|
132158
|
+
tva: string | null;
|
|
132159
|
+
isMailing: boolean;
|
|
132160
|
+
telephone: string | null;
|
|
132161
|
+
billingCenterName: string;
|
|
132162
|
+
customerId: number | null;
|
|
132163
|
+
numeroSiren: string | null;
|
|
132164
|
+
invoiceMailOne: string;
|
|
132165
|
+
invoiceMailTwo: string | null;
|
|
132166
|
+
isSubmittedToFrenchVat: boolean;
|
|
132167
|
+
isActiveMailInstruction: boolean;
|
|
132168
|
+
isActiveVariation: boolean;
|
|
132169
|
+
isShowSecondBordereaux: boolean;
|
|
132170
|
+
isShowCustomerName: boolean;
|
|
132171
|
+
isShowCommercialValue: boolean;
|
|
132172
|
+
country?: {
|
|
132173
|
+
id: number;
|
|
132174
|
+
createdAt: Date;
|
|
132175
|
+
code: string;
|
|
132176
|
+
updatedAt: Date;
|
|
132177
|
+
name: string;
|
|
132178
|
+
phoneCode: string;
|
|
132179
|
+
} | undefined;
|
|
132180
|
+
customer?: {
|
|
132181
|
+
id: number;
|
|
132182
|
+
createdAt: Date;
|
|
132183
|
+
updatedAt: Date;
|
|
132184
|
+
fullName: string;
|
|
132185
|
+
countryId: number;
|
|
132186
|
+
address: string;
|
|
132187
|
+
addressTwo: string | null;
|
|
132188
|
+
postalCode: string;
|
|
132189
|
+
city: string;
|
|
132190
|
+
telephoneOne: string;
|
|
132191
|
+
telephoneTwo: string | null;
|
|
132192
|
+
invoiceMail: string;
|
|
132193
|
+
dafResponsibleName: string;
|
|
132194
|
+
email: string | null;
|
|
132195
|
+
intraVatNumber: string | null;
|
|
132196
|
+
submittedToFrenchVat: boolean;
|
|
132197
|
+
siren: string;
|
|
132198
|
+
numeroEori: string | null;
|
|
132199
|
+
comments: string | null;
|
|
132200
|
+
numCodeOne: string | null;
|
|
132201
|
+
numCodeTwo: string | null;
|
|
132202
|
+
isActif: boolean;
|
|
132203
|
+
isParis: boolean;
|
|
132204
|
+
isMedical: boolean;
|
|
132205
|
+
isService: boolean;
|
|
132206
|
+
valeurCustomer: boolean;
|
|
132207
|
+
dirigeant: string | null;
|
|
132208
|
+
dirigeantTel: string | null;
|
|
132209
|
+
dirigeantEmail: string | null;
|
|
132210
|
+
responsableComptable: string | null;
|
|
132211
|
+
responsableComptableTel: string | null;
|
|
132212
|
+
responsableComptableEmail: string | null;
|
|
132213
|
+
responsableDaf: string | null;
|
|
132214
|
+
responsableDafTel: string | null;
|
|
132215
|
+
responsableDafEmail: string | null;
|
|
132216
|
+
emailFacturation: string | null;
|
|
132217
|
+
logo: string | null;
|
|
132218
|
+
header: string | null;
|
|
132219
|
+
footer: string | null;
|
|
132220
|
+
emailOne: string | null;
|
|
132221
|
+
emailTwo: string | null;
|
|
132222
|
+
emailThree: string | null;
|
|
132223
|
+
tva: string | null;
|
|
132224
|
+
isTrackingMail: boolean | null;
|
|
132225
|
+
isBillingCenter: boolean;
|
|
132226
|
+
isShowNameCustomer: boolean;
|
|
132227
|
+
isMailing: boolean;
|
|
132228
|
+
numeroSiret: string | null;
|
|
132229
|
+
country?: {
|
|
132230
|
+
id: number;
|
|
132231
|
+
createdAt: Date;
|
|
132232
|
+
code: string;
|
|
132233
|
+
updatedAt: Date;
|
|
132234
|
+
name: string;
|
|
132235
|
+
phoneCode: string;
|
|
132236
|
+
} | undefined;
|
|
132237
|
+
} | undefined;
|
|
132238
|
+
userBillingCenters?: any[] | undefined;
|
|
132239
|
+
} | undefined;
|
|
132240
|
+
} | undefined;
|
|
132241
|
+
facturationLine?: {
|
|
132242
|
+
id: number;
|
|
132243
|
+
createdAt: Date;
|
|
132244
|
+
updatedAt: Date;
|
|
132245
|
+
isActif: boolean;
|
|
132246
|
+
tva: boolean;
|
|
132247
|
+
description: string;
|
|
132248
|
+
montant: number;
|
|
132249
|
+
fuel: number;
|
|
132250
|
+
label: string;
|
|
132251
|
+
variation: number | null;
|
|
132252
|
+
forVariation: boolean;
|
|
132253
|
+
europe: boolean;
|
|
132254
|
+
express: boolean;
|
|
132255
|
+
international: boolean;
|
|
132256
|
+
locale: boolean;
|
|
132257
|
+
spxOneHourThirty: boolean;
|
|
132258
|
+
spxThreeHours: boolean;
|
|
132259
|
+
national: boolean;
|
|
132260
|
+
premium: boolean;
|
|
132261
|
+
spx: boolean;
|
|
132262
|
+
spxNineHours: boolean;
|
|
132263
|
+
spxTenHours: boolean;
|
|
132264
|
+
spxTwelveHours: boolean;
|
|
132265
|
+
spxDrive: boolean;
|
|
132266
|
+
spxPlus: boolean;
|
|
132267
|
+
spxSat: boolean;
|
|
132268
|
+
voiture: boolean;
|
|
132269
|
+
} | undefined;
|
|
129044
132270
|
}[] | undefined;
|
|
129045
132271
|
shippingManifests?: {
|
|
129046
132272
|
id: number;
|