exnet-routing 1.2.44 → 1.2.45

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.
@@ -125697,6 +125697,3666 @@ declare const factureRoutes: {
125697
125697
  status?: number | undefined;
125698
125698
  }>]>;
125699
125699
  };
125700
+ bordereaux: {
125701
+ method: "GET";
125702
+ url: string;
125703
+ searchParams: z.ZodObject<z.objectUtil.extendShape<{
125704
+ page: z.ZodOptional<z.ZodNumber>;
125705
+ limit: z.ZodOptional<z.ZodNumber>;
125706
+ search: z.ZodOptional<z.ZodString>;
125707
+ sortBy: z.ZodOptional<z.ZodString>;
125708
+ direction: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
125709
+ }, {
125710
+ contact: z.ZodOptional<z.ZodString>;
125711
+ ref: z.ZodOptional<z.ZodString>;
125712
+ pickupDate: z.ZodOptional<z.ZodString>;
125713
+ deliveryDate: z.ZodOptional<z.ZodString>;
125714
+ billingCenter: z.ZodOptional<z.ZodString>;
125715
+ isforALL: z.ZodOptional<z.ZodBoolean>;
125716
+ tracking: z.ZodOptional<z.ZodString>;
125717
+ }>, "strip", z.ZodTypeAny, {
125718
+ billingCenter?: string | undefined;
125719
+ tracking?: string | undefined;
125720
+ pickupDate?: string | undefined;
125721
+ deliveryDate?: string | undefined;
125722
+ ref?: string | undefined;
125723
+ page?: number | undefined;
125724
+ limit?: number | undefined;
125725
+ search?: string | undefined;
125726
+ sortBy?: string | undefined;
125727
+ direction?: "asc" | "desc" | undefined;
125728
+ contact?: string | undefined;
125729
+ isforALL?: boolean | undefined;
125730
+ }, {
125731
+ billingCenter?: string | undefined;
125732
+ tracking?: string | undefined;
125733
+ pickupDate?: string | undefined;
125734
+ deliveryDate?: string | undefined;
125735
+ ref?: string | undefined;
125736
+ page?: number | undefined;
125737
+ limit?: number | undefined;
125738
+ search?: string | undefined;
125739
+ sortBy?: string | undefined;
125740
+ direction?: "asc" | "desc" | undefined;
125741
+ contact?: string | undefined;
125742
+ isforALL?: boolean | undefined;
125743
+ }>;
125744
+ params: z.ZodObject<{
125745
+ userInterface: z.ZodEnum<["paris", "medical", "service"]>;
125746
+ }, "strip", z.ZodTypeAny, {
125747
+ userInterface: "paris" | "medical" | "service";
125748
+ }, {
125749
+ userInterface: "paris" | "medical" | "service";
125750
+ }>;
125751
+ response: z.ZodUnion<[z.ZodObject<{
125752
+ data: z.ZodObject<{
125753
+ meta: typeof import("./../models").PaginationmetaSchema;
125754
+ data: z.ZodArray<z.ZodObject<{
125755
+ id: z.ZodNumber;
125756
+ createdAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
125757
+ updatedAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
125758
+ customerRef: z.ZodNullable<z.ZodString>;
125759
+ pickupDate: z.ZodOptional<z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>>;
125760
+ deliveryDate: z.ZodOptional<z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>>;
125761
+ pickupInstruction: z.ZodNullable<z.ZodString>;
125762
+ deliveryInstruction: z.ZodNullable<z.ZodString>;
125763
+ billContact: z.ZodNullable<z.ZodString>;
125764
+ trackingMail: z.ZodNullable<z.ZodString>;
125765
+ pickupTime: z.ZodNullable<z.ZodString>;
125766
+ deliveryTime: z.ZodNullable<z.ZodString>;
125767
+ ref: z.ZodNullable<z.ZodNumber>;
125768
+ trackingNumber: z.ZodNullable<z.ZodString>;
125769
+ classifications: z.ZodNullable<z.ZodString>;
125770
+ userName: z.ZodNullable<z.ZodString>;
125771
+ transportType: z.ZodNullable<z.ZodString>;
125772
+ isDeleted: z.ZodNullable<z.ZodBoolean>;
125773
+ codeDonneur: z.ZodNullable<z.ZodString>;
125774
+ codeReceveur: z.ZodNullable<z.ZodString>;
125775
+ hasManifest: z.ZodBoolean;
125776
+ isOps: z.ZodBoolean;
125777
+ comment: z.ZodNullable<z.ZodString>;
125778
+ createdFor: z.ZodNullable<z.ZodNumber>;
125779
+ isArchived: z.ZodBoolean;
125780
+ isNeedArchive: z.ZodBoolean;
125781
+ isAnnulee: z.ZodBoolean;
125782
+ raison: z.ZodNullable<z.ZodString>;
125783
+ color: z.ZodNullable<z.ZodString>;
125784
+ docBordereaux: z.ZodNullable<z.ZodString>;
125785
+ docAccompagnement: z.ZodNullable<z.ZodString>;
125786
+ category: z.ZodNativeEnum<{
125787
+ readonly ALL: "all";
125788
+ readonly IMPORT: "import";
125789
+ readonly EXPORT: "export";
125790
+ readonly COURSE: "course";
125791
+ }>;
125792
+ typeExpedition: z.ZodNativeEnum<{
125793
+ readonly COURSE: "course";
125794
+ readonly EXPEDITION: "expedition";
125795
+ }>;
125796
+ driverId: z.ZodNumber;
125797
+ typeDeRoue: z.ZodNullable<z.ZodString>;
125798
+ isRecupererOps: z.ZodNullable<z.ZodBoolean>;
125799
+ isRemisOps: z.ZodNullable<z.ZodBoolean>;
125800
+ isRecupererChauffeur: z.ZodNullable<z.ZodBoolean>;
125801
+ isRemisChauffeur: z.ZodNullable<z.ZodBoolean>;
125802
+ heureRecupererOps: z.ZodOptional<z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>>;
125803
+ heureRemisOps: z.ZodOptional<z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>>;
125804
+ heureRecupererChauffeur: z.ZodOptional<z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>>;
125805
+ heureRemisChauffeur: z.ZodOptional<z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>>;
125806
+ lastCronRunAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
125807
+ devises: z.ZodNullable<z.ZodString>;
125808
+ provenanceCommande: z.ZodNullable<z.ZodString>;
125809
+ hasEmballage: z.ZodBoolean;
125810
+ billingCenterId: z.ZodNullable<z.ZodNumber>;
125811
+ userId: z.ZodNullable<z.ZodNumber>;
125812
+ billingCenter: z.ZodOptional<z.ZodLazy<z.ZodObject<{
125813
+ id: z.ZodNumber;
125814
+ createdAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
125815
+ updatedAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
125816
+ billingCenterName: z.ZodString;
125817
+ numeroEori: z.ZodNullable<z.ZodString>;
125818
+ numeroSiren: z.ZodNullable<z.ZodString>;
125819
+ countryId: z.ZodNumber;
125820
+ address: z.ZodString;
125821
+ addressTwo: z.ZodNullable<z.ZodString>;
125822
+ postalCode: z.ZodString;
125823
+ city: z.ZodString;
125824
+ telephoneOne: z.ZodString;
125825
+ telephoneTwo: z.ZodNullable<z.ZodString>;
125826
+ invoiceMailOne: z.ZodString;
125827
+ invoiceMailTwo: z.ZodNullable<z.ZodString>;
125828
+ dafResponsibleName: z.ZodNullable<z.ZodString>;
125829
+ telephone: z.ZodNullable<z.ZodString>;
125830
+ email: z.ZodNullable<z.ZodString>;
125831
+ intraVatNumber: z.ZodNullable<z.ZodString>;
125832
+ isSubmittedToFrenchVat: z.ZodBoolean;
125833
+ comments: z.ZodNullable<z.ZodString>;
125834
+ numCodeOne: z.ZodNullable<z.ZodString>;
125835
+ numCodeTwo: z.ZodNullable<z.ZodString>;
125836
+ isActiveMailInstruction: z.ZodBoolean;
125837
+ isActif: z.ZodBoolean;
125838
+ isActiveVariation: z.ZodBoolean;
125839
+ isMailing: z.ZodBoolean;
125840
+ isParis: z.ZodBoolean;
125841
+ isMedical: z.ZodBoolean;
125842
+ isService: z.ZodBoolean;
125843
+ isShowSecondBordereaux: z.ZodBoolean;
125844
+ isShowCustomerName: z.ZodBoolean;
125845
+ isShowCommercialValue: z.ZodBoolean;
125846
+ dirigeant: z.ZodNullable<z.ZodString>;
125847
+ dirigeantTel: z.ZodNullable<z.ZodString>;
125848
+ dirigeantEmail: z.ZodNullable<z.ZodString>;
125849
+ responsableComptable: z.ZodNullable<z.ZodString>;
125850
+ responsableComptableTel: z.ZodNullable<z.ZodString>;
125851
+ responsableComptableEmail: z.ZodNullable<z.ZodString>;
125852
+ responsableDaf: z.ZodNullable<z.ZodString>;
125853
+ responsableDafTel: z.ZodNullable<z.ZodString>;
125854
+ responsableDafEmail: z.ZodNullable<z.ZodString>;
125855
+ emailFacturation: z.ZodNullable<z.ZodString>;
125856
+ logo: z.ZodNullable<z.ZodString>;
125857
+ header: z.ZodNullable<z.ZodString>;
125858
+ footer: z.ZodNullable<z.ZodString>;
125859
+ emailOne: z.ZodNullable<z.ZodString>;
125860
+ emailTwo: z.ZodNullable<z.ZodString>;
125861
+ emailThree: z.ZodNullable<z.ZodString>;
125862
+ tva: z.ZodNullable<z.ZodString>;
125863
+ customerId: z.ZodNullable<z.ZodNumber>;
125864
+ }, "strip", z.ZodTypeAny, {
125865
+ id: number;
125866
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
125867
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
125868
+ countryId: number;
125869
+ address: string;
125870
+ addressTwo: string | null;
125871
+ postalCode: string;
125872
+ city: string;
125873
+ telephoneOne: string;
125874
+ telephoneTwo: string | null;
125875
+ dafResponsibleName: string | null;
125876
+ email: string | null;
125877
+ intraVatNumber: string | null;
125878
+ numeroEori: string | null;
125879
+ comments: string | null;
125880
+ numCodeOne: string | null;
125881
+ numCodeTwo: string | null;
125882
+ isActif: boolean;
125883
+ isParis: boolean;
125884
+ isMedical: boolean;
125885
+ isService: boolean;
125886
+ dirigeant: string | null;
125887
+ dirigeantTel: string | null;
125888
+ dirigeantEmail: string | null;
125889
+ responsableComptable: string | null;
125890
+ responsableComptableTel: string | null;
125891
+ responsableComptableEmail: string | null;
125892
+ responsableDaf: string | null;
125893
+ responsableDafTel: string | null;
125894
+ responsableDafEmail: string | null;
125895
+ emailFacturation: string | null;
125896
+ logo: string | null;
125897
+ header: string | null;
125898
+ footer: string | null;
125899
+ emailOne: string | null;
125900
+ emailTwo: string | null;
125901
+ emailThree: string | null;
125902
+ tva: string | null;
125903
+ isMailing: boolean;
125904
+ telephone: string | null;
125905
+ billingCenterName: string;
125906
+ customerId: number | null;
125907
+ numeroSiren: string | null;
125908
+ invoiceMailOne: string;
125909
+ invoiceMailTwo: string | null;
125910
+ isSubmittedToFrenchVat: boolean;
125911
+ isActiveMailInstruction: boolean;
125912
+ isActiveVariation: boolean;
125913
+ isShowSecondBordereaux: boolean;
125914
+ isShowCustomerName: boolean;
125915
+ isShowCommercialValue: boolean;
125916
+ }, {
125917
+ id: number;
125918
+ createdAt: Date;
125919
+ updatedAt: Date;
125920
+ countryId: number;
125921
+ address: string;
125922
+ addressTwo: string | null;
125923
+ postalCode: string;
125924
+ city: string;
125925
+ telephoneOne: string;
125926
+ telephoneTwo: string | null;
125927
+ dafResponsibleName: string | null;
125928
+ email: string | null;
125929
+ intraVatNumber: string | null;
125930
+ numeroEori: string | null;
125931
+ comments: string | null;
125932
+ numCodeOne: string | null;
125933
+ numCodeTwo: string | null;
125934
+ isActif: boolean;
125935
+ isParis: boolean;
125936
+ isMedical: boolean;
125937
+ isService: boolean;
125938
+ dirigeant: string | null;
125939
+ dirigeantTel: string | null;
125940
+ dirigeantEmail: string | null;
125941
+ responsableComptable: string | null;
125942
+ responsableComptableTel: string | null;
125943
+ responsableComptableEmail: string | null;
125944
+ responsableDaf: string | null;
125945
+ responsableDafTel: string | null;
125946
+ responsableDafEmail: string | null;
125947
+ emailFacturation: string | null;
125948
+ logo: string | null;
125949
+ header: string | null;
125950
+ footer: string | null;
125951
+ emailOne: string | null;
125952
+ emailTwo: string | null;
125953
+ emailThree: string | null;
125954
+ tva: string | null;
125955
+ isMailing: boolean;
125956
+ telephone: string | null;
125957
+ billingCenterName: string;
125958
+ customerId: number | null;
125959
+ numeroSiren: string | null;
125960
+ invoiceMailOne: string;
125961
+ invoiceMailTwo: string | null;
125962
+ isSubmittedToFrenchVat: boolean;
125963
+ isActiveMailInstruction: boolean;
125964
+ isActiveVariation: boolean;
125965
+ isShowSecondBordereaux: boolean;
125966
+ isShowCustomerName: boolean;
125967
+ isShowCommercialValue: boolean;
125968
+ }>>>;
125969
+ user: z.ZodOptional<z.ZodLazy<z.ZodObject<{
125970
+ id: z.ZodNumber;
125971
+ createdAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
125972
+ updatedAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
125973
+ firstName: z.ZodString;
125974
+ lastName: z.ZodString;
125975
+ email: z.ZodString;
125976
+ emailVerifiedAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
125977
+ password: z.ZodString;
125978
+ isActif: z.ZodBoolean;
125979
+ countryId: z.ZodNullable<z.ZodNumber>;
125980
+ postalCode: z.ZodString;
125981
+ city: z.ZodString;
125982
+ poste: z.ZodString;
125983
+ comments: z.ZodString;
125984
+ addressOne: z.ZodString;
125985
+ addressTwo: z.ZodString;
125986
+ telephoneOne: z.ZodString;
125987
+ telephoneTwo: z.ZodString;
125988
+ emailOne: z.ZodString;
125989
+ emailTwo: z.ZodString;
125990
+ roles: z.ZodArray<z.ZodString, "many">;
125991
+ isOpsAdmin: z.ZodBoolean;
125992
+ civility: z.ZodString;
125993
+ numCodeOne: z.ZodString;
125994
+ numCodeTwo: z.ZodString;
125995
+ isShowCalculatrice: z.ZodBoolean;
125996
+ expedition: z.ZodBoolean;
125997
+ physicCompany: z.ZodString;
125998
+ isParis: z.ZodBoolean;
125999
+ isMedical: z.ZodBoolean;
126000
+ isService: z.ZodBoolean;
126001
+ menus: z.ZodString;
126002
+ ongletExpedition: z.ZodString;
126003
+ chauffeurType: z.ZodString;
126004
+ typeOfOps: z.ZodString;
126005
+ prestation: z.ZodString;
126006
+ tracking: z.ZodString;
126007
+ expeditionCourse: z.ZodString;
126008
+ carnetAddress: z.ZodString;
126009
+ expeditionsCarnet: z.ZodString;
126010
+ accessArchive: z.ZodString;
126011
+ isShowImportMenu: z.ZodBoolean;
126012
+ isShowExportMenu: z.ZodBoolean;
126013
+ isShowCourseMenu: z.ZodBoolean;
126014
+ twoRoues: z.ZodBoolean;
126015
+ vt: z.ZodBoolean;
126016
+ lesTwo: z.ZodBoolean;
126017
+ isMiniTracking: z.ZodBoolean;
126018
+ isFullTracking: z.ZodBoolean;
126019
+ isShareCourseAndExpedition: z.ZodBoolean;
126020
+ isShareCarnetAdresse: z.ZodBoolean;
126021
+ isShareCarnetAdresseAndExpedition: z.ZodBoolean;
126022
+ isAccessAuxArchives: z.ZodBoolean;
126023
+ isShowInfo: z.ZodBoolean;
126024
+ photo: z.ZodNullable<z.ZodString>;
126025
+ entreprisePhysique: z.ZodString;
126026
+ isAdminChauffeur: z.ZodBoolean;
126027
+ isShowTracking: z.ZodBoolean;
126028
+ isSupportActivated: z.ZodBoolean;
126029
+ isClientTransitaire: z.ZodBoolean;
126030
+ customerId: z.ZodNumber;
126031
+ vehiculeId: z.ZodNumber;
126032
+ salaryId: z.ZodNumber;
126033
+ }, "strip", z.ZodTypeAny, {
126034
+ id: number;
126035
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
126036
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
126037
+ countryId: number | null;
126038
+ addressTwo: string;
126039
+ postalCode: string;
126040
+ city: string;
126041
+ telephoneOne: string;
126042
+ telephoneTwo: string;
126043
+ email: string;
126044
+ comments: string;
126045
+ numCodeOne: string;
126046
+ numCodeTwo: string;
126047
+ isActif: boolean;
126048
+ isParis: boolean;
126049
+ isMedical: boolean;
126050
+ isService: boolean;
126051
+ emailOne: string;
126052
+ emailTwo: string;
126053
+ addressOne: string;
126054
+ customerId: number;
126055
+ firstName: string;
126056
+ lastName: string;
126057
+ emailVerifiedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
126058
+ password: string;
126059
+ poste: string;
126060
+ roles: string[];
126061
+ isOpsAdmin: boolean;
126062
+ civility: string;
126063
+ isShowCalculatrice: boolean;
126064
+ expedition: boolean;
126065
+ physicCompany: string;
126066
+ menus: string;
126067
+ ongletExpedition: string;
126068
+ chauffeurType: string;
126069
+ typeOfOps: string;
126070
+ prestation: string;
126071
+ tracking: string;
126072
+ expeditionCourse: string;
126073
+ carnetAddress: string;
126074
+ expeditionsCarnet: string;
126075
+ accessArchive: string;
126076
+ isShowImportMenu: boolean;
126077
+ isShowExportMenu: boolean;
126078
+ isShowCourseMenu: boolean;
126079
+ twoRoues: boolean;
126080
+ vt: boolean;
126081
+ lesTwo: boolean;
126082
+ isMiniTracking: boolean;
126083
+ isFullTracking: boolean;
126084
+ isShareCourseAndExpedition: boolean;
126085
+ isShareCarnetAdresse: boolean;
126086
+ isShareCarnetAdresseAndExpedition: boolean;
126087
+ isAccessAuxArchives: boolean;
126088
+ isShowInfo: boolean;
126089
+ photo: string | null;
126090
+ entreprisePhysique: string;
126091
+ isAdminChauffeur: boolean;
126092
+ isShowTracking: boolean;
126093
+ isSupportActivated: boolean;
126094
+ isClientTransitaire: boolean;
126095
+ vehiculeId: number;
126096
+ salaryId: number;
126097
+ }, {
126098
+ id: number;
126099
+ createdAt: Date;
126100
+ updatedAt: Date;
126101
+ countryId: number | null;
126102
+ addressTwo: string;
126103
+ postalCode: string;
126104
+ city: string;
126105
+ telephoneOne: string;
126106
+ telephoneTwo: string;
126107
+ email: string;
126108
+ comments: string;
126109
+ numCodeOne: string;
126110
+ numCodeTwo: string;
126111
+ isActif: boolean;
126112
+ isParis: boolean;
126113
+ isMedical: boolean;
126114
+ isService: boolean;
126115
+ emailOne: string;
126116
+ emailTwo: string;
126117
+ addressOne: string;
126118
+ customerId: number;
126119
+ firstName: string;
126120
+ lastName: string;
126121
+ emailVerifiedAt: Date;
126122
+ password: string;
126123
+ poste: string;
126124
+ roles: string[];
126125
+ isOpsAdmin: boolean;
126126
+ civility: string;
126127
+ isShowCalculatrice: boolean;
126128
+ expedition: boolean;
126129
+ physicCompany: string;
126130
+ menus: string;
126131
+ ongletExpedition: string;
126132
+ chauffeurType: string;
126133
+ typeOfOps: string;
126134
+ prestation: string;
126135
+ tracking: string;
126136
+ expeditionCourse: string;
126137
+ carnetAddress: string;
126138
+ expeditionsCarnet: string;
126139
+ accessArchive: string;
126140
+ isShowImportMenu: boolean;
126141
+ isShowExportMenu: boolean;
126142
+ isShowCourseMenu: boolean;
126143
+ twoRoues: boolean;
126144
+ vt: boolean;
126145
+ lesTwo: boolean;
126146
+ isMiniTracking: boolean;
126147
+ isFullTracking: boolean;
126148
+ isShareCourseAndExpedition: boolean;
126149
+ isShareCarnetAdresse: boolean;
126150
+ isShareCarnetAdresseAndExpedition: boolean;
126151
+ isAccessAuxArchives: boolean;
126152
+ isShowInfo: boolean;
126153
+ photo: string | null;
126154
+ entreprisePhysique: string;
126155
+ isAdminChauffeur: boolean;
126156
+ isShowTracking: boolean;
126157
+ isSupportActivated: boolean;
126158
+ isClientTransitaire: boolean;
126159
+ vehiculeId: number;
126160
+ salaryId: number;
126161
+ }>>>;
126162
+ shippingManifests: z.ZodOptional<z.ZodLazy<z.ZodObject<{
126163
+ id: z.ZodNumber;
126164
+ createdAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
126165
+ updatedAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
126166
+ shippingId: z.ZodNumber;
126167
+ manifestId: z.ZodNumber;
126168
+ }, "strip", z.ZodTypeAny, {
126169
+ id: number;
126170
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
126171
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
126172
+ shippingId: number;
126173
+ manifestId: number;
126174
+ }, {
126175
+ id: number;
126176
+ createdAt: Date;
126177
+ updatedAt: Date;
126178
+ shippingId: number;
126179
+ manifestId: number;
126180
+ }>>>;
126181
+ shippingClassification: z.ZodOptional<z.ZodLazy<z.ZodObject<{
126182
+ id: z.ZodNumber;
126183
+ createdAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
126184
+ updatedAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
126185
+ europe: z.ZodBoolean;
126186
+ express: z.ZodBoolean;
126187
+ international: z.ZodBoolean;
126188
+ locale: z.ZodBoolean;
126189
+ spxHOneHourThirty: z.ZodBoolean;
126190
+ spxHThreeHours: z.ZodBoolean;
126191
+ national: z.ZodBoolean;
126192
+ premium: z.ZodBoolean;
126193
+ spx: z.ZodBoolean;
126194
+ spxHNineHours: z.ZodBoolean;
126195
+ spxHTenHours: z.ZodBoolean;
126196
+ spxHTwelveHours: z.ZodBoolean;
126197
+ spxDrive: z.ZodBoolean;
126198
+ spxPlus: z.ZodBoolean;
126199
+ spxSat: z.ZodBoolean;
126200
+ voiture: z.ZodBoolean;
126201
+ shippingId: z.ZodNumber;
126202
+ }, "strip", z.ZodTypeAny, {
126203
+ id: number;
126204
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
126205
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
126206
+ shippingId: number;
126207
+ europe: boolean;
126208
+ express: boolean;
126209
+ international: boolean;
126210
+ locale: boolean;
126211
+ national: boolean;
126212
+ premium: boolean;
126213
+ spx: boolean;
126214
+ spxDrive: boolean;
126215
+ spxPlus: boolean;
126216
+ spxSat: boolean;
126217
+ voiture: boolean;
126218
+ spxHOneHourThirty: boolean;
126219
+ spxHThreeHours: boolean;
126220
+ spxHNineHours: boolean;
126221
+ spxHTenHours: boolean;
126222
+ spxHTwelveHours: boolean;
126223
+ }, {
126224
+ id: number;
126225
+ createdAt: Date;
126226
+ updatedAt: Date;
126227
+ shippingId: number;
126228
+ europe: boolean;
126229
+ express: boolean;
126230
+ international: boolean;
126231
+ locale: boolean;
126232
+ national: boolean;
126233
+ premium: boolean;
126234
+ spx: boolean;
126235
+ spxDrive: boolean;
126236
+ spxPlus: boolean;
126237
+ spxSat: boolean;
126238
+ voiture: boolean;
126239
+ spxHOneHourThirty: boolean;
126240
+ spxHThreeHours: boolean;
126241
+ spxHNineHours: boolean;
126242
+ spxHTenHours: boolean;
126243
+ spxHTwelveHours: boolean;
126244
+ }>>>;
126245
+ shippingCourse: z.ZodOptional<z.ZodLazy<z.ZodObject<{
126246
+ id: z.ZodNumber;
126247
+ createdAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
126248
+ updatedAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
126249
+ packageDescription: z.ZodString;
126250
+ additionalInsurance: z.ZodBoolean;
126251
+ additionalInsuranceAmount: z.ZodNullable<z.ZodNumber>;
126252
+ documents: z.ZodNullable<z.ZodString>;
126253
+ valeurDouane: z.ZodNullable<z.ZodString>;
126254
+ porteur: z.ZodString;
126255
+ nombreRoue: z.ZodString;
126256
+ userId: z.ZodNumber;
126257
+ shippingId: z.ZodNumber;
126258
+ }, "strip", z.ZodTypeAny, {
126259
+ id: number;
126260
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
126261
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
126262
+ userId: number;
126263
+ packageDescription: string;
126264
+ additionalInsurance: boolean;
126265
+ additionalInsuranceAmount: number | null;
126266
+ documents: string | null;
126267
+ valeurDouane: string | null;
126268
+ porteur: string;
126269
+ nombreRoue: string;
126270
+ shippingId: number;
126271
+ }, {
126272
+ id: number;
126273
+ createdAt: Date;
126274
+ updatedAt: Date;
126275
+ userId: number;
126276
+ packageDescription: string;
126277
+ additionalInsurance: boolean;
126278
+ additionalInsuranceAmount: number | null;
126279
+ documents: string | null;
126280
+ valeurDouane: string | null;
126281
+ porteur: string;
126282
+ nombreRoue: string;
126283
+ shippingId: number;
126284
+ }>>>;
126285
+ livraisonChauffeur: z.ZodOptional<z.ZodLazy<z.ZodObject<{
126286
+ id: z.ZodNumber;
126287
+ createdAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
126288
+ updatedAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
126289
+ visibleTo: z.ZodBoolean;
126290
+ userId: z.ZodNumber;
126291
+ shippingId: z.ZodNumber;
126292
+ }, "strip", z.ZodTypeAny, {
126293
+ id: number;
126294
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
126295
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
126296
+ userId: number;
126297
+ shippingId: number;
126298
+ visibleTo: boolean;
126299
+ }, {
126300
+ id: number;
126301
+ createdAt: Date;
126302
+ updatedAt: Date;
126303
+ userId: number;
126304
+ shippingId: number;
126305
+ visibleTo: boolean;
126306
+ }>>>;
126307
+ shippingPackage: z.ZodOptional<z.ZodLazy<z.ZodObject<{
126308
+ id: z.ZodNumber;
126309
+ createdAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
126310
+ updatedAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
126311
+ length: z.ZodNumber;
126312
+ width: z.ZodNumber;
126313
+ height: z.ZodNumber;
126314
+ weight: z.ZodNumber;
126315
+ weightVolume: z.ZodNumber;
126316
+ description: z.ZodString;
126317
+ valueInDouane: z.ZodNullable<z.ZodString>;
126318
+ documents: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
126319
+ valeurAssure: z.ZodNullable<z.ZodString>;
126320
+ statut: z.ZodNullable<z.ZodString>;
126321
+ montantDevi: z.ZodNullable<z.ZodString>;
126322
+ nombreDevi: z.ZodNullable<z.ZodString>;
126323
+ additionalInsurance: z.ZodBoolean;
126324
+ additionalInsuranceAmount: z.ZodNullable<z.ZodNumber>;
126325
+ ref: z.ZodNullable<z.ZodString>;
126326
+ incoterm: z.ZodNullable<z.ZodString>;
126327
+ devises: z.ZodNullable<z.ZodString>;
126328
+ shippingId: z.ZodNumber;
126329
+ }, "strip", z.ZodTypeAny, {
126330
+ id: number;
126331
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
126332
+ length: number;
126333
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
126334
+ additionalInsurance: boolean;
126335
+ additionalInsuranceAmount: number | null;
126336
+ documents: string[] | null;
126337
+ shippingId: number;
126338
+ ref: string | null;
126339
+ devises: string | null;
126340
+ width: number;
126341
+ height: number;
126342
+ weight: number;
126343
+ weightVolume: number;
126344
+ description: string;
126345
+ valueInDouane: string | null;
126346
+ valeurAssure: string | null;
126347
+ statut: string | null;
126348
+ montantDevi: string | null;
126349
+ nombreDevi: string | null;
126350
+ incoterm: string | null;
126351
+ }, {
126352
+ id: number;
126353
+ createdAt: Date;
126354
+ length: number;
126355
+ updatedAt: Date;
126356
+ additionalInsurance: boolean;
126357
+ additionalInsuranceAmount: number | null;
126358
+ documents: string[] | null;
126359
+ shippingId: number;
126360
+ ref: string | null;
126361
+ devises: string | null;
126362
+ width: number;
126363
+ height: number;
126364
+ weight: number;
126365
+ weightVolume: number;
126366
+ description: string;
126367
+ valueInDouane: string | null;
126368
+ valeurAssure: string | null;
126369
+ statut: string | null;
126370
+ montantDevi: string | null;
126371
+ nombreDevi: string | null;
126372
+ incoterm: string | null;
126373
+ }>>>;
126374
+ shippingPod: z.ZodOptional<z.ZodLazy<z.ZodObject<{
126375
+ id: z.ZodNumber;
126376
+ createdAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
126377
+ updatedAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
126378
+ signature: z.ZodString;
126379
+ coursier: z.ZodString;
126380
+ date: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
126381
+ heurs: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
126382
+ picturePod: z.ZodNullable<z.ZodString>;
126383
+ shippingId: z.ZodNumber;
126384
+ }, "strip", z.ZodTypeAny, {
126385
+ id: number;
126386
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
126387
+ date: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
126388
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
126389
+ shippingId: number;
126390
+ signature: string;
126391
+ coursier: string;
126392
+ heurs: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
126393
+ picturePod: string | null;
126394
+ }, {
126395
+ id: number;
126396
+ createdAt: Date;
126397
+ date: Date;
126398
+ updatedAt: Date;
126399
+ shippingId: number;
126400
+ signature: string;
126401
+ coursier: string;
126402
+ heurs: Date;
126403
+ picturePod: string | null;
126404
+ }>>>;
126405
+ ramassageChauffeur: z.ZodOptional<z.ZodLazy<z.ZodObject<{
126406
+ id: z.ZodNumber;
126407
+ createdAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
126408
+ updatedAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
126409
+ nom: z.ZodString;
126410
+ prenom: z.ZodString;
126411
+ signature: z.ZodNullable<z.ZodString>;
126412
+ picture: z.ZodNullable<z.ZodString>;
126413
+ date: z.ZodNullable<z.ZodString>;
126414
+ heurs: z.ZodNullable<z.ZodString>;
126415
+ visibleTo: z.ZodBoolean;
126416
+ userId: z.ZodNumber;
126417
+ shippingId: z.ZodNumber;
126418
+ }, "strip", z.ZodTypeAny, {
126419
+ id: number;
126420
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
126421
+ date: string | null;
126422
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
126423
+ nom: string;
126424
+ prenom: string;
126425
+ userId: number;
126426
+ shippingId: number;
126427
+ visibleTo: boolean;
126428
+ signature: string | null;
126429
+ heurs: string | null;
126430
+ picture: string | null;
126431
+ }, {
126432
+ id: number;
126433
+ createdAt: Date;
126434
+ date: string | null;
126435
+ updatedAt: Date;
126436
+ nom: string;
126437
+ prenom: string;
126438
+ userId: number;
126439
+ shippingId: number;
126440
+ visibleTo: boolean;
126441
+ signature: string | null;
126442
+ heurs: string | null;
126443
+ picture: string | null;
126444
+ }>>>;
126445
+ shippingEmballage: z.ZodOptional<z.ZodLazy<z.ZodObject<{
126446
+ id: z.ZodNumber;
126447
+ createdAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
126448
+ updatedAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
126449
+ nbrDiagnobag: z.ZodNumber;
126450
+ hasSonde: z.ZodBoolean;
126451
+ hasDiagnobag: z.ZodBoolean;
126452
+ isPrepared: z.ZodBoolean;
126453
+ comment: z.ZodString;
126454
+ shippingId: z.ZodNumber;
126455
+ emballageId: z.ZodNumber;
126456
+ typeSondeId: z.ZodNumber;
126457
+ typeDiagnobagId: z.ZodNumber;
126458
+ }, "strip", z.ZodTypeAny, {
126459
+ id: number;
126460
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
126461
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
126462
+ shippingId: number;
126463
+ comment: string;
126464
+ nbrDiagnobag: number;
126465
+ hasSonde: boolean;
126466
+ hasDiagnobag: boolean;
126467
+ isPrepared: boolean;
126468
+ emballageId: number;
126469
+ typeSondeId: number;
126470
+ typeDiagnobagId: number;
126471
+ }, {
126472
+ id: number;
126473
+ createdAt: Date;
126474
+ updatedAt: Date;
126475
+ shippingId: number;
126476
+ comment: string;
126477
+ nbrDiagnobag: number;
126478
+ hasSonde: boolean;
126479
+ hasDiagnobag: boolean;
126480
+ isPrepared: boolean;
126481
+ emballageId: number;
126482
+ typeSondeId: number;
126483
+ typeDiagnobagId: number;
126484
+ }>>>;
126485
+ shippingAffecteds: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodObject<{
126486
+ id: z.ZodNumber;
126487
+ createdAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
126488
+ updatedAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
126489
+ userId: z.ZodNumber;
126490
+ shippingId: z.ZodNumber;
126491
+ }, "strip", z.ZodTypeAny, {
126492
+ id: number;
126493
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
126494
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
126495
+ userId: number;
126496
+ shippingId: number;
126497
+ }, {
126498
+ id: number;
126499
+ createdAt: Date;
126500
+ updatedAt: Date;
126501
+ userId: number;
126502
+ shippingId: number;
126503
+ }>>, "many">>;
126504
+ shippingComments: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodObject<{
126505
+ id: z.ZodNumber;
126506
+ createdAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
126507
+ updatedAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
126508
+ content: z.ZodString;
126509
+ userId: z.ZodNumber;
126510
+ shippingId: z.ZodNumber;
126511
+ }, "strip", z.ZodTypeAny, {
126512
+ id: number;
126513
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
126514
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
126515
+ userId: number;
126516
+ shippingId: number;
126517
+ content: string;
126518
+ }, {
126519
+ id: number;
126520
+ createdAt: Date;
126521
+ updatedAt: Date;
126522
+ userId: number;
126523
+ shippingId: number;
126524
+ content: string;
126525
+ }>>, "many">>;
126526
+ shippingDetails: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodObject<{
126527
+ id: z.ZodNumber;
126528
+ createdAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
126529
+ updatedAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
126530
+ civility: z.ZodString;
126531
+ company: z.ZodString;
126532
+ fullName: z.ZodString;
126533
+ address1: z.ZodString;
126534
+ addressTwo: z.ZodNullable<z.ZodString>;
126535
+ postalCode: z.ZodString;
126536
+ city: z.ZodString;
126537
+ countryId: z.ZodNullable<z.ZodNumber>;
126538
+ phoneCode: z.ZodString;
126539
+ phoneOne: z.ZodString;
126540
+ phoneTwo: z.ZodNullable<z.ZodString>;
126541
+ email: z.ZodString;
126542
+ type: z.ZodNativeEnum<{
126543
+ readonly EXPEDITOR: "expeditor";
126544
+ readonly RECEIVER: "receiver";
126545
+ }>;
126546
+ shippingId: z.ZodNumber;
126547
+ }, "strip", z.ZodTypeAny, {
126548
+ id: number;
126549
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
126550
+ type: "expeditor" | "receiver";
126551
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
126552
+ phoneCode: string;
126553
+ fullName: string;
126554
+ countryId: number | null;
126555
+ addressTwo: string | null;
126556
+ postalCode: string;
126557
+ city: string;
126558
+ email: string;
126559
+ civility: string;
126560
+ shippingId: number;
126561
+ company: string;
126562
+ address1: string;
126563
+ phoneOne: string;
126564
+ phoneTwo: string | null;
126565
+ }, {
126566
+ id: number;
126567
+ createdAt: Date;
126568
+ type: "expeditor" | "receiver";
126569
+ updatedAt: Date;
126570
+ phoneCode: string;
126571
+ fullName: string;
126572
+ countryId: number | null;
126573
+ addressTwo: string | null;
126574
+ postalCode: string;
126575
+ city: string;
126576
+ email: string;
126577
+ civility: string;
126578
+ shippingId: number;
126579
+ company: string;
126580
+ address1: string;
126581
+ phoneOne: string;
126582
+ phoneTwo: string | null;
126583
+ }>>, "many">>;
126584
+ shippingDocuments: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodObject<{
126585
+ id: z.ZodNumber;
126586
+ createdAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
126587
+ updatedAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
126588
+ document: z.ZodString;
126589
+ type: z.ZodString;
126590
+ nom: z.ZodString;
126591
+ shippingId: z.ZodNumber;
126592
+ userId: z.ZodNumber;
126593
+ }, "strip", z.ZodTypeAny, {
126594
+ id: number;
126595
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
126596
+ type: string;
126597
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
126598
+ nom: string;
126599
+ userId: number;
126600
+ shippingId: number;
126601
+ document: string;
126602
+ }, {
126603
+ id: number;
126604
+ createdAt: Date;
126605
+ type: string;
126606
+ updatedAt: Date;
126607
+ nom: string;
126608
+ userId: number;
126609
+ shippingId: number;
126610
+ document: string;
126611
+ }>>, "many">>;
126612
+ factureLines: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodObject<{
126613
+ id: z.ZodNumber;
126614
+ createdAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
126615
+ updatedAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
126616
+ classifications: z.ZodString;
126617
+ comment: z.ZodNullable<z.ZodString>;
126618
+ lineType: z.ZodString;
126619
+ prix: z.ZodNumber;
126620
+ qte: z.ZodNumber;
126621
+ total: z.ZodNumber;
126622
+ totalFinal: z.ZodNumber;
126623
+ fuel: z.ZodNumber;
126624
+ tva: z.ZodNumber;
126625
+ factureRef: z.ZodNullable<z.ZodNumber>;
126626
+ oldFactureRef: z.ZodNullable<z.ZodNumber>;
126627
+ isVariation: z.ZodBoolean;
126628
+ fullRef: z.ZodString;
126629
+ factureId: z.ZodNullable<z.ZodNumber>;
126630
+ shippingId: z.ZodNumber;
126631
+ facturationLineId: z.ZodNumber;
126632
+ }, "strip", z.ZodTypeAny, {
126633
+ id: number;
126634
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
126635
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
126636
+ tva: number;
126637
+ shippingId: number;
126638
+ classifications: string;
126639
+ comment: string | null;
126640
+ fuel: number;
126641
+ total: number;
126642
+ isVariation: boolean;
126643
+ fullRef: string;
126644
+ lineType: string;
126645
+ prix: number;
126646
+ qte: number;
126647
+ totalFinal: number;
126648
+ factureRef: number | null;
126649
+ oldFactureRef: number | null;
126650
+ factureId: number | null;
126651
+ facturationLineId: number;
126652
+ }, {
126653
+ id: number;
126654
+ createdAt: Date;
126655
+ updatedAt: Date;
126656
+ tva: number;
126657
+ shippingId: number;
126658
+ classifications: string;
126659
+ comment: string | null;
126660
+ fuel: number;
126661
+ total: number;
126662
+ isVariation: boolean;
126663
+ fullRef: string;
126664
+ lineType: string;
126665
+ prix: number;
126666
+ qte: number;
126667
+ totalFinal: number;
126668
+ factureRef: number | null;
126669
+ oldFactureRef: number | null;
126670
+ factureId: number | null;
126671
+ facturationLineId: number;
126672
+ }>>, "many">>;
126673
+ historiqueActions: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodObject<{
126674
+ id: z.ZodNumber;
126675
+ createdAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
126676
+ updatedAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
126677
+ action: z.ZodString;
126678
+ type: z.ZodEnum<["CONNEXION", "DECONNEXION", "ACTION"]>;
126679
+ data: z.ZodRecord<z.ZodString, z.ZodAny>;
126680
+ userId: z.ZodNullable<z.ZodNumber>;
126681
+ shippingId: z.ZodNullable<z.ZodNumber>;
126682
+ }, "strip", z.ZodTypeAny, {
126683
+ id: number;
126684
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
126685
+ type: "CONNEXION" | "DECONNEXION" | "ACTION";
126686
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
126687
+ userId: number | null;
126688
+ shippingId: number | null;
126689
+ action: string;
126690
+ data: Record<string, any>;
126691
+ }, {
126692
+ id: number;
126693
+ createdAt: Date;
126694
+ type: "CONNEXION" | "DECONNEXION" | "ACTION";
126695
+ updatedAt: Date;
126696
+ userId: number | null;
126697
+ shippingId: number | null;
126698
+ action: string;
126699
+ data: Record<string, any>;
126700
+ }>>, "many">>;
126701
+ informationImportantes: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodObject<{
126702
+ id: z.ZodNumber;
126703
+ createdAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
126704
+ updatedAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
126705
+ information: z.ZodString;
126706
+ userId: z.ZodNumber;
126707
+ shippingId: z.ZodNumber;
126708
+ }, "strip", z.ZodTypeAny, {
126709
+ id: number;
126710
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
126711
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
126712
+ userId: number;
126713
+ shippingId: number;
126714
+ information: string;
126715
+ }, {
126716
+ id: number;
126717
+ createdAt: Date;
126718
+ updatedAt: Date;
126719
+ userId: number;
126720
+ shippingId: number;
126721
+ information: string;
126722
+ }>>, "many">>;
126723
+ shippingTrackings: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodObject<{
126724
+ id: z.ZodNumber;
126725
+ createdAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
126726
+ updatedAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
126727
+ dateTracking: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
126728
+ dateSuivi: z.ZodString;
126729
+ heurSuivi: z.ZodString;
126730
+ details: z.ZodString;
126731
+ agents: z.ZodString;
126732
+ chauffeur: z.ZodString;
126733
+ visible: z.ZodBoolean;
126734
+ isTemplate: z.ZodBoolean;
126735
+ isParis: z.ZodBoolean;
126736
+ isMedical: z.ZodBoolean;
126737
+ isService: z.ZodBoolean;
126738
+ state: z.ZodBoolean;
126739
+ location: z.ZodNullable<z.ZodString>;
126740
+ userId: z.ZodNumber;
126741
+ isDriver: z.ZodBoolean;
126742
+ status: z.ZodNullable<z.ZodString>;
126743
+ userOpsId: z.ZodNullable<z.ZodNumber>;
126744
+ dateValidateOps: z.ZodOptional<z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>>;
126745
+ shippingId: z.ZodNumber;
126746
+ }, "strip", z.ZodTypeAny, {
126747
+ id: number;
126748
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
126749
+ status: string | null;
126750
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
126751
+ isParis: boolean;
126752
+ isMedical: boolean;
126753
+ isService: boolean;
126754
+ userId: number;
126755
+ chauffeur: string;
126756
+ shippingId: number;
126757
+ dateTracking: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
126758
+ dateSuivi: string;
126759
+ heurSuivi: string;
126760
+ details: string;
126761
+ agents: string;
126762
+ visible: boolean;
126763
+ isTemplate: boolean;
126764
+ state: boolean;
126765
+ location: string | null;
126766
+ isDriver: boolean;
126767
+ userOpsId: number | null;
126768
+ dateValidateOps?: import("luxon").DateTime<true> | import("luxon").DateTime<false> | undefined;
126769
+ }, {
126770
+ id: number;
126771
+ createdAt: Date;
126772
+ status: string | null;
126773
+ updatedAt: Date;
126774
+ isParis: boolean;
126775
+ isMedical: boolean;
126776
+ isService: boolean;
126777
+ userId: number;
126778
+ chauffeur: string;
126779
+ shippingId: number;
126780
+ dateTracking: Date;
126781
+ dateSuivi: string;
126782
+ heurSuivi: string;
126783
+ details: string;
126784
+ agents: string;
126785
+ visible: boolean;
126786
+ isTemplate: boolean;
126787
+ state: boolean;
126788
+ location: string | null;
126789
+ isDriver: boolean;
126790
+ userOpsId: number | null;
126791
+ dateValidateOps?: Date | undefined;
126792
+ }>>, "many">>;
126793
+ country: z.ZodOptional<z.ZodLazy<z.ZodObject<{
126794
+ id: z.ZodNumber;
126795
+ createdAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
126796
+ updatedAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
126797
+ name: z.ZodString;
126798
+ code: z.ZodString;
126799
+ phoneCode: z.ZodString;
126800
+ }, "strip", z.ZodTypeAny, {
126801
+ id: number;
126802
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
126803
+ code: string;
126804
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
126805
+ name: string;
126806
+ phoneCode: string;
126807
+ }, {
126808
+ id: number;
126809
+ createdAt: Date;
126810
+ code: string;
126811
+ updatedAt: Date;
126812
+ name: string;
126813
+ phoneCode: string;
126814
+ }>>>;
126815
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
126816
+ id: number;
126817
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
126818
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
126819
+ userId: number | null;
126820
+ billingCenterId: number | null;
126821
+ trackingMail: string | null;
126822
+ customerRef: string | null;
126823
+ pickupInstruction: string | null;
126824
+ deliveryInstruction: string | null;
126825
+ billContact: string | null;
126826
+ pickupTime: string | null;
126827
+ deliveryTime: string | null;
126828
+ ref: number | null;
126829
+ trackingNumber: string | null;
126830
+ classifications: string | null;
126831
+ userName: string | null;
126832
+ transportType: string | null;
126833
+ isDeleted: boolean | null;
126834
+ codeDonneur: string | null;
126835
+ codeReceveur: string | null;
126836
+ hasManifest: boolean;
126837
+ isOps: boolean;
126838
+ comment: string | null;
126839
+ createdFor: number | null;
126840
+ isArchived: boolean;
126841
+ isNeedArchive: boolean;
126842
+ isAnnulee: boolean;
126843
+ raison: string | null;
126844
+ color: string | null;
126845
+ docBordereaux: string | null;
126846
+ docAccompagnement: string | null;
126847
+ category: "course" | "all" | "import" | "export";
126848
+ typeExpedition: "expedition" | "course";
126849
+ driverId: number;
126850
+ typeDeRoue: string | null;
126851
+ isRecupererOps: boolean | null;
126852
+ isRemisOps: boolean | null;
126853
+ isRecupererChauffeur: boolean | null;
126854
+ isRemisChauffeur: boolean | null;
126855
+ lastCronRunAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
126856
+ devises: string | null;
126857
+ provenanceCommande: string | null;
126858
+ hasEmballage: boolean;
126859
+ country?: {
126860
+ id: number;
126861
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
126862
+ code: string;
126863
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
126864
+ name: string;
126865
+ phoneCode: string;
126866
+ } | undefined;
126867
+ billingCenter?: {
126868
+ id: number;
126869
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
126870
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
126871
+ countryId: number;
126872
+ address: string;
126873
+ addressTwo: string | null;
126874
+ postalCode: string;
126875
+ city: string;
126876
+ telephoneOne: string;
126877
+ telephoneTwo: string | null;
126878
+ dafResponsibleName: string | null;
126879
+ email: string | null;
126880
+ intraVatNumber: string | null;
126881
+ numeroEori: string | null;
126882
+ comments: string | null;
126883
+ numCodeOne: string | null;
126884
+ numCodeTwo: string | null;
126885
+ isActif: boolean;
126886
+ isParis: boolean;
126887
+ isMedical: boolean;
126888
+ isService: boolean;
126889
+ dirigeant: string | null;
126890
+ dirigeantTel: string | null;
126891
+ dirigeantEmail: string | null;
126892
+ responsableComptable: string | null;
126893
+ responsableComptableTel: string | null;
126894
+ responsableComptableEmail: string | null;
126895
+ responsableDaf: string | null;
126896
+ responsableDafTel: string | null;
126897
+ responsableDafEmail: string | null;
126898
+ emailFacturation: string | null;
126899
+ logo: string | null;
126900
+ header: string | null;
126901
+ footer: string | null;
126902
+ emailOne: string | null;
126903
+ emailTwo: string | null;
126904
+ emailThree: string | null;
126905
+ tva: string | null;
126906
+ isMailing: boolean;
126907
+ telephone: string | null;
126908
+ billingCenterName: string;
126909
+ customerId: number | null;
126910
+ numeroSiren: string | null;
126911
+ invoiceMailOne: string;
126912
+ invoiceMailTwo: string | null;
126913
+ isSubmittedToFrenchVat: boolean;
126914
+ isActiveMailInstruction: boolean;
126915
+ isActiveVariation: boolean;
126916
+ isShowSecondBordereaux: boolean;
126917
+ isShowCustomerName: boolean;
126918
+ isShowCommercialValue: boolean;
126919
+ } | undefined;
126920
+ user?: {
126921
+ id: number;
126922
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
126923
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
126924
+ countryId: number | null;
126925
+ addressTwo: string;
126926
+ postalCode: string;
126927
+ city: string;
126928
+ telephoneOne: string;
126929
+ telephoneTwo: string;
126930
+ email: string;
126931
+ comments: string;
126932
+ numCodeOne: string;
126933
+ numCodeTwo: string;
126934
+ isActif: boolean;
126935
+ isParis: boolean;
126936
+ isMedical: boolean;
126937
+ isService: boolean;
126938
+ emailOne: string;
126939
+ emailTwo: string;
126940
+ addressOne: string;
126941
+ customerId: number;
126942
+ firstName: string;
126943
+ lastName: string;
126944
+ emailVerifiedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
126945
+ password: string;
126946
+ poste: string;
126947
+ roles: string[];
126948
+ isOpsAdmin: boolean;
126949
+ civility: string;
126950
+ isShowCalculatrice: boolean;
126951
+ expedition: boolean;
126952
+ physicCompany: string;
126953
+ menus: string;
126954
+ ongletExpedition: string;
126955
+ chauffeurType: string;
126956
+ typeOfOps: string;
126957
+ prestation: string;
126958
+ tracking: string;
126959
+ expeditionCourse: string;
126960
+ carnetAddress: string;
126961
+ expeditionsCarnet: string;
126962
+ accessArchive: string;
126963
+ isShowImportMenu: boolean;
126964
+ isShowExportMenu: boolean;
126965
+ isShowCourseMenu: boolean;
126966
+ twoRoues: boolean;
126967
+ vt: boolean;
126968
+ lesTwo: boolean;
126969
+ isMiniTracking: boolean;
126970
+ isFullTracking: boolean;
126971
+ isShareCourseAndExpedition: boolean;
126972
+ isShareCarnetAdresse: boolean;
126973
+ isShareCarnetAdresseAndExpedition: boolean;
126974
+ isAccessAuxArchives: boolean;
126975
+ isShowInfo: boolean;
126976
+ photo: string | null;
126977
+ entreprisePhysique: string;
126978
+ isAdminChauffeur: boolean;
126979
+ isShowTracking: boolean;
126980
+ isSupportActivated: boolean;
126981
+ isClientTransitaire: boolean;
126982
+ vehiculeId: number;
126983
+ salaryId: number;
126984
+ } | undefined;
126985
+ pickupDate?: import("luxon").DateTime<true> | import("luxon").DateTime<false> | undefined;
126986
+ deliveryDate?: import("luxon").DateTime<true> | import("luxon").DateTime<false> | undefined;
126987
+ heureRecupererOps?: import("luxon").DateTime<true> | import("luxon").DateTime<false> | undefined;
126988
+ heureRemisOps?: import("luxon").DateTime<true> | import("luxon").DateTime<false> | undefined;
126989
+ heureRecupererChauffeur?: import("luxon").DateTime<true> | import("luxon").DateTime<false> | undefined;
126990
+ heureRemisChauffeur?: import("luxon").DateTime<true> | import("luxon").DateTime<false> | undefined;
126991
+ factureLines?: {
126992
+ id: number;
126993
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
126994
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
126995
+ tva: number;
126996
+ shippingId: number;
126997
+ classifications: string;
126998
+ comment: string | null;
126999
+ fuel: number;
127000
+ total: number;
127001
+ isVariation: boolean;
127002
+ fullRef: string;
127003
+ lineType: string;
127004
+ prix: number;
127005
+ qte: number;
127006
+ totalFinal: number;
127007
+ factureRef: number | null;
127008
+ oldFactureRef: number | null;
127009
+ factureId: number | null;
127010
+ facturationLineId: number;
127011
+ }[] | undefined;
127012
+ shippingManifests?: {
127013
+ id: number;
127014
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127015
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127016
+ shippingId: number;
127017
+ manifestId: number;
127018
+ } | undefined;
127019
+ shippingClassification?: {
127020
+ id: number;
127021
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127022
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127023
+ shippingId: number;
127024
+ europe: boolean;
127025
+ express: boolean;
127026
+ international: boolean;
127027
+ locale: boolean;
127028
+ national: boolean;
127029
+ premium: boolean;
127030
+ spx: boolean;
127031
+ spxDrive: boolean;
127032
+ spxPlus: boolean;
127033
+ spxSat: boolean;
127034
+ voiture: boolean;
127035
+ spxHOneHourThirty: boolean;
127036
+ spxHThreeHours: boolean;
127037
+ spxHNineHours: boolean;
127038
+ spxHTenHours: boolean;
127039
+ spxHTwelveHours: boolean;
127040
+ } | undefined;
127041
+ shippingCourse?: {
127042
+ id: number;
127043
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127044
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127045
+ userId: number;
127046
+ packageDescription: string;
127047
+ additionalInsurance: boolean;
127048
+ additionalInsuranceAmount: number | null;
127049
+ documents: string | null;
127050
+ valeurDouane: string | null;
127051
+ porteur: string;
127052
+ nombreRoue: string;
127053
+ shippingId: number;
127054
+ } | undefined;
127055
+ livraisonChauffeur?: {
127056
+ id: number;
127057
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127058
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127059
+ userId: number;
127060
+ shippingId: number;
127061
+ visibleTo: boolean;
127062
+ } | undefined;
127063
+ shippingPackage?: {
127064
+ id: number;
127065
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127066
+ length: number;
127067
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127068
+ additionalInsurance: boolean;
127069
+ additionalInsuranceAmount: number | null;
127070
+ documents: string[] | null;
127071
+ shippingId: number;
127072
+ ref: string | null;
127073
+ devises: string | null;
127074
+ width: number;
127075
+ height: number;
127076
+ weight: number;
127077
+ weightVolume: number;
127078
+ description: string;
127079
+ valueInDouane: string | null;
127080
+ valeurAssure: string | null;
127081
+ statut: string | null;
127082
+ montantDevi: string | null;
127083
+ nombreDevi: string | null;
127084
+ incoterm: string | null;
127085
+ } | undefined;
127086
+ shippingPod?: {
127087
+ id: number;
127088
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127089
+ date: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127090
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127091
+ shippingId: number;
127092
+ signature: string;
127093
+ coursier: string;
127094
+ heurs: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127095
+ picturePod: string | null;
127096
+ } | undefined;
127097
+ ramassageChauffeur?: {
127098
+ id: number;
127099
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127100
+ date: string | null;
127101
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127102
+ nom: string;
127103
+ prenom: string;
127104
+ userId: number;
127105
+ shippingId: number;
127106
+ visibleTo: boolean;
127107
+ signature: string | null;
127108
+ heurs: string | null;
127109
+ picture: string | null;
127110
+ } | undefined;
127111
+ shippingEmballage?: {
127112
+ id: number;
127113
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127114
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127115
+ shippingId: number;
127116
+ comment: string;
127117
+ nbrDiagnobag: number;
127118
+ hasSonde: boolean;
127119
+ hasDiagnobag: boolean;
127120
+ isPrepared: boolean;
127121
+ emballageId: number;
127122
+ typeSondeId: number;
127123
+ typeDiagnobagId: number;
127124
+ } | undefined;
127125
+ shippingAffecteds?: {
127126
+ id: number;
127127
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127128
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127129
+ userId: number;
127130
+ shippingId: number;
127131
+ }[] | undefined;
127132
+ shippingComments?: {
127133
+ id: number;
127134
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127135
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127136
+ userId: number;
127137
+ shippingId: number;
127138
+ content: string;
127139
+ }[] | undefined;
127140
+ shippingDetails?: {
127141
+ id: number;
127142
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127143
+ type: "expeditor" | "receiver";
127144
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127145
+ phoneCode: string;
127146
+ fullName: string;
127147
+ countryId: number | null;
127148
+ addressTwo: string | null;
127149
+ postalCode: string;
127150
+ city: string;
127151
+ email: string;
127152
+ civility: string;
127153
+ shippingId: number;
127154
+ company: string;
127155
+ address1: string;
127156
+ phoneOne: string;
127157
+ phoneTwo: string | null;
127158
+ }[] | undefined;
127159
+ shippingDocuments?: {
127160
+ id: number;
127161
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127162
+ type: string;
127163
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127164
+ nom: string;
127165
+ userId: number;
127166
+ shippingId: number;
127167
+ document: string;
127168
+ }[] | undefined;
127169
+ historiqueActions?: {
127170
+ id: number;
127171
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127172
+ type: "CONNEXION" | "DECONNEXION" | "ACTION";
127173
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127174
+ userId: number | null;
127175
+ shippingId: number | null;
127176
+ action: string;
127177
+ data: Record<string, any>;
127178
+ }[] | undefined;
127179
+ informationImportantes?: {
127180
+ id: number;
127181
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127182
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127183
+ userId: number;
127184
+ shippingId: number;
127185
+ information: string;
127186
+ }[] | undefined;
127187
+ shippingTrackings?: {
127188
+ id: number;
127189
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127190
+ status: string | null;
127191
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127192
+ isParis: boolean;
127193
+ isMedical: boolean;
127194
+ isService: boolean;
127195
+ userId: number;
127196
+ chauffeur: string;
127197
+ shippingId: number;
127198
+ dateTracking: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127199
+ dateSuivi: string;
127200
+ heurSuivi: string;
127201
+ details: string;
127202
+ agents: string;
127203
+ visible: boolean;
127204
+ isTemplate: boolean;
127205
+ state: boolean;
127206
+ location: string | null;
127207
+ isDriver: boolean;
127208
+ userOpsId: number | null;
127209
+ dateValidateOps?: import("luxon").DateTime<true> | import("luxon").DateTime<false> | undefined;
127210
+ }[] | undefined;
127211
+ }, {
127212
+ id: number;
127213
+ createdAt: Date;
127214
+ updatedAt: Date;
127215
+ userId: number | null;
127216
+ billingCenterId: number | null;
127217
+ trackingMail: string | null;
127218
+ customerRef: string | null;
127219
+ pickupInstruction: string | null;
127220
+ deliveryInstruction: string | null;
127221
+ billContact: string | null;
127222
+ pickupTime: string | null;
127223
+ deliveryTime: string | null;
127224
+ ref: number | null;
127225
+ trackingNumber: string | null;
127226
+ classifications: string | null;
127227
+ userName: string | null;
127228
+ transportType: string | null;
127229
+ isDeleted: boolean | null;
127230
+ codeDonneur: string | null;
127231
+ codeReceveur: string | null;
127232
+ hasManifest: boolean;
127233
+ isOps: boolean;
127234
+ comment: string | null;
127235
+ createdFor: number | null;
127236
+ isArchived: boolean;
127237
+ isNeedArchive: boolean;
127238
+ isAnnulee: boolean;
127239
+ raison: string | null;
127240
+ color: string | null;
127241
+ docBordereaux: string | null;
127242
+ docAccompagnement: string | null;
127243
+ category: "course" | "all" | "import" | "export";
127244
+ typeExpedition: "expedition" | "course";
127245
+ driverId: number;
127246
+ typeDeRoue: string | null;
127247
+ isRecupererOps: boolean | null;
127248
+ isRemisOps: boolean | null;
127249
+ isRecupererChauffeur: boolean | null;
127250
+ isRemisChauffeur: boolean | null;
127251
+ lastCronRunAt: Date;
127252
+ devises: string | null;
127253
+ provenanceCommande: string | null;
127254
+ hasEmballage: boolean;
127255
+ country?: {
127256
+ id: number;
127257
+ createdAt: Date;
127258
+ code: string;
127259
+ updatedAt: Date;
127260
+ name: string;
127261
+ phoneCode: string;
127262
+ } | undefined;
127263
+ billingCenter?: {
127264
+ id: number;
127265
+ createdAt: Date;
127266
+ updatedAt: Date;
127267
+ countryId: number;
127268
+ address: string;
127269
+ addressTwo: string | null;
127270
+ postalCode: string;
127271
+ city: string;
127272
+ telephoneOne: string;
127273
+ telephoneTwo: string | null;
127274
+ dafResponsibleName: string | null;
127275
+ email: string | null;
127276
+ intraVatNumber: string | null;
127277
+ numeroEori: string | null;
127278
+ comments: string | null;
127279
+ numCodeOne: string | null;
127280
+ numCodeTwo: string | null;
127281
+ isActif: boolean;
127282
+ isParis: boolean;
127283
+ isMedical: boolean;
127284
+ isService: boolean;
127285
+ dirigeant: string | null;
127286
+ dirigeantTel: string | null;
127287
+ dirigeantEmail: string | null;
127288
+ responsableComptable: string | null;
127289
+ responsableComptableTel: string | null;
127290
+ responsableComptableEmail: string | null;
127291
+ responsableDaf: string | null;
127292
+ responsableDafTel: string | null;
127293
+ responsableDafEmail: string | null;
127294
+ emailFacturation: string | null;
127295
+ logo: string | null;
127296
+ header: string | null;
127297
+ footer: string | null;
127298
+ emailOne: string | null;
127299
+ emailTwo: string | null;
127300
+ emailThree: string | null;
127301
+ tva: string | null;
127302
+ isMailing: boolean;
127303
+ telephone: string | null;
127304
+ billingCenterName: string;
127305
+ customerId: number | null;
127306
+ numeroSiren: string | null;
127307
+ invoiceMailOne: string;
127308
+ invoiceMailTwo: string | null;
127309
+ isSubmittedToFrenchVat: boolean;
127310
+ isActiveMailInstruction: boolean;
127311
+ isActiveVariation: boolean;
127312
+ isShowSecondBordereaux: boolean;
127313
+ isShowCustomerName: boolean;
127314
+ isShowCommercialValue: boolean;
127315
+ } | undefined;
127316
+ user?: {
127317
+ id: number;
127318
+ createdAt: Date;
127319
+ updatedAt: Date;
127320
+ countryId: number | null;
127321
+ addressTwo: string;
127322
+ postalCode: string;
127323
+ city: string;
127324
+ telephoneOne: string;
127325
+ telephoneTwo: string;
127326
+ email: string;
127327
+ comments: string;
127328
+ numCodeOne: string;
127329
+ numCodeTwo: string;
127330
+ isActif: boolean;
127331
+ isParis: boolean;
127332
+ isMedical: boolean;
127333
+ isService: boolean;
127334
+ emailOne: string;
127335
+ emailTwo: string;
127336
+ addressOne: string;
127337
+ customerId: number;
127338
+ firstName: string;
127339
+ lastName: string;
127340
+ emailVerifiedAt: Date;
127341
+ password: string;
127342
+ poste: string;
127343
+ roles: string[];
127344
+ isOpsAdmin: boolean;
127345
+ civility: string;
127346
+ isShowCalculatrice: boolean;
127347
+ expedition: boolean;
127348
+ physicCompany: string;
127349
+ menus: string;
127350
+ ongletExpedition: string;
127351
+ chauffeurType: string;
127352
+ typeOfOps: string;
127353
+ prestation: string;
127354
+ tracking: string;
127355
+ expeditionCourse: string;
127356
+ carnetAddress: string;
127357
+ expeditionsCarnet: string;
127358
+ accessArchive: string;
127359
+ isShowImportMenu: boolean;
127360
+ isShowExportMenu: boolean;
127361
+ isShowCourseMenu: boolean;
127362
+ twoRoues: boolean;
127363
+ vt: boolean;
127364
+ lesTwo: boolean;
127365
+ isMiniTracking: boolean;
127366
+ isFullTracking: boolean;
127367
+ isShareCourseAndExpedition: boolean;
127368
+ isShareCarnetAdresse: boolean;
127369
+ isShareCarnetAdresseAndExpedition: boolean;
127370
+ isAccessAuxArchives: boolean;
127371
+ isShowInfo: boolean;
127372
+ photo: string | null;
127373
+ entreprisePhysique: string;
127374
+ isAdminChauffeur: boolean;
127375
+ isShowTracking: boolean;
127376
+ isSupportActivated: boolean;
127377
+ isClientTransitaire: boolean;
127378
+ vehiculeId: number;
127379
+ salaryId: number;
127380
+ } | undefined;
127381
+ pickupDate?: Date | undefined;
127382
+ deliveryDate?: Date | undefined;
127383
+ heureRecupererOps?: Date | undefined;
127384
+ heureRemisOps?: Date | undefined;
127385
+ heureRecupererChauffeur?: Date | undefined;
127386
+ heureRemisChauffeur?: Date | undefined;
127387
+ factureLines?: {
127388
+ id: number;
127389
+ createdAt: Date;
127390
+ updatedAt: Date;
127391
+ tva: number;
127392
+ shippingId: number;
127393
+ classifications: string;
127394
+ comment: string | null;
127395
+ fuel: number;
127396
+ total: number;
127397
+ isVariation: boolean;
127398
+ fullRef: string;
127399
+ lineType: string;
127400
+ prix: number;
127401
+ qte: number;
127402
+ totalFinal: number;
127403
+ factureRef: number | null;
127404
+ oldFactureRef: number | null;
127405
+ factureId: number | null;
127406
+ facturationLineId: number;
127407
+ }[] | undefined;
127408
+ shippingManifests?: {
127409
+ id: number;
127410
+ createdAt: Date;
127411
+ updatedAt: Date;
127412
+ shippingId: number;
127413
+ manifestId: number;
127414
+ } | undefined;
127415
+ shippingClassification?: {
127416
+ id: number;
127417
+ createdAt: Date;
127418
+ updatedAt: Date;
127419
+ shippingId: number;
127420
+ europe: boolean;
127421
+ express: boolean;
127422
+ international: boolean;
127423
+ locale: boolean;
127424
+ national: boolean;
127425
+ premium: boolean;
127426
+ spx: boolean;
127427
+ spxDrive: boolean;
127428
+ spxPlus: boolean;
127429
+ spxSat: boolean;
127430
+ voiture: boolean;
127431
+ spxHOneHourThirty: boolean;
127432
+ spxHThreeHours: boolean;
127433
+ spxHNineHours: boolean;
127434
+ spxHTenHours: boolean;
127435
+ spxHTwelveHours: boolean;
127436
+ } | undefined;
127437
+ shippingCourse?: {
127438
+ id: number;
127439
+ createdAt: Date;
127440
+ updatedAt: Date;
127441
+ userId: number;
127442
+ packageDescription: string;
127443
+ additionalInsurance: boolean;
127444
+ additionalInsuranceAmount: number | null;
127445
+ documents: string | null;
127446
+ valeurDouane: string | null;
127447
+ porteur: string;
127448
+ nombreRoue: string;
127449
+ shippingId: number;
127450
+ } | undefined;
127451
+ livraisonChauffeur?: {
127452
+ id: number;
127453
+ createdAt: Date;
127454
+ updatedAt: Date;
127455
+ userId: number;
127456
+ shippingId: number;
127457
+ visibleTo: boolean;
127458
+ } | undefined;
127459
+ shippingPackage?: {
127460
+ id: number;
127461
+ createdAt: Date;
127462
+ length: number;
127463
+ updatedAt: Date;
127464
+ additionalInsurance: boolean;
127465
+ additionalInsuranceAmount: number | null;
127466
+ documents: string[] | null;
127467
+ shippingId: number;
127468
+ ref: string | null;
127469
+ devises: string | null;
127470
+ width: number;
127471
+ height: number;
127472
+ weight: number;
127473
+ weightVolume: number;
127474
+ description: string;
127475
+ valueInDouane: string | null;
127476
+ valeurAssure: string | null;
127477
+ statut: string | null;
127478
+ montantDevi: string | null;
127479
+ nombreDevi: string | null;
127480
+ incoterm: string | null;
127481
+ } | undefined;
127482
+ shippingPod?: {
127483
+ id: number;
127484
+ createdAt: Date;
127485
+ date: Date;
127486
+ updatedAt: Date;
127487
+ shippingId: number;
127488
+ signature: string;
127489
+ coursier: string;
127490
+ heurs: Date;
127491
+ picturePod: string | null;
127492
+ } | undefined;
127493
+ ramassageChauffeur?: {
127494
+ id: number;
127495
+ createdAt: Date;
127496
+ date: string | null;
127497
+ updatedAt: Date;
127498
+ nom: string;
127499
+ prenom: string;
127500
+ userId: number;
127501
+ shippingId: number;
127502
+ visibleTo: boolean;
127503
+ signature: string | null;
127504
+ heurs: string | null;
127505
+ picture: string | null;
127506
+ } | undefined;
127507
+ shippingEmballage?: {
127508
+ id: number;
127509
+ createdAt: Date;
127510
+ updatedAt: Date;
127511
+ shippingId: number;
127512
+ comment: string;
127513
+ nbrDiagnobag: number;
127514
+ hasSonde: boolean;
127515
+ hasDiagnobag: boolean;
127516
+ isPrepared: boolean;
127517
+ emballageId: number;
127518
+ typeSondeId: number;
127519
+ typeDiagnobagId: number;
127520
+ } | undefined;
127521
+ shippingAffecteds?: {
127522
+ id: number;
127523
+ createdAt: Date;
127524
+ updatedAt: Date;
127525
+ userId: number;
127526
+ shippingId: number;
127527
+ }[] | undefined;
127528
+ shippingComments?: {
127529
+ id: number;
127530
+ createdAt: Date;
127531
+ updatedAt: Date;
127532
+ userId: number;
127533
+ shippingId: number;
127534
+ content: string;
127535
+ }[] | undefined;
127536
+ shippingDetails?: {
127537
+ id: number;
127538
+ createdAt: Date;
127539
+ type: "expeditor" | "receiver";
127540
+ updatedAt: Date;
127541
+ phoneCode: string;
127542
+ fullName: string;
127543
+ countryId: number | null;
127544
+ addressTwo: string | null;
127545
+ postalCode: string;
127546
+ city: string;
127547
+ email: string;
127548
+ civility: string;
127549
+ shippingId: number;
127550
+ company: string;
127551
+ address1: string;
127552
+ phoneOne: string;
127553
+ phoneTwo: string | null;
127554
+ }[] | undefined;
127555
+ shippingDocuments?: {
127556
+ id: number;
127557
+ createdAt: Date;
127558
+ type: string;
127559
+ updatedAt: Date;
127560
+ nom: string;
127561
+ userId: number;
127562
+ shippingId: number;
127563
+ document: string;
127564
+ }[] | undefined;
127565
+ historiqueActions?: {
127566
+ id: number;
127567
+ createdAt: Date;
127568
+ type: "CONNEXION" | "DECONNEXION" | "ACTION";
127569
+ updatedAt: Date;
127570
+ userId: number | null;
127571
+ shippingId: number | null;
127572
+ action: string;
127573
+ data: Record<string, any>;
127574
+ }[] | undefined;
127575
+ informationImportantes?: {
127576
+ id: number;
127577
+ createdAt: Date;
127578
+ updatedAt: Date;
127579
+ userId: number;
127580
+ shippingId: number;
127581
+ information: string;
127582
+ }[] | undefined;
127583
+ shippingTrackings?: {
127584
+ id: number;
127585
+ createdAt: Date;
127586
+ status: string | null;
127587
+ updatedAt: Date;
127588
+ isParis: boolean;
127589
+ isMedical: boolean;
127590
+ isService: boolean;
127591
+ userId: number;
127592
+ chauffeur: string;
127593
+ shippingId: number;
127594
+ dateTracking: Date;
127595
+ dateSuivi: string;
127596
+ heurSuivi: string;
127597
+ details: string;
127598
+ agents: string;
127599
+ visible: boolean;
127600
+ isTemplate: boolean;
127601
+ state: boolean;
127602
+ location: string | null;
127603
+ isDriver: boolean;
127604
+ userOpsId: number | null;
127605
+ dateValidateOps?: Date | undefined;
127606
+ }[] | undefined;
127607
+ }>, "many">;
127608
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
127609
+ data: {
127610
+ id: number;
127611
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127612
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127613
+ userId: number | null;
127614
+ billingCenterId: number | null;
127615
+ trackingMail: string | null;
127616
+ customerRef: string | null;
127617
+ pickupInstruction: string | null;
127618
+ deliveryInstruction: string | null;
127619
+ billContact: string | null;
127620
+ pickupTime: string | null;
127621
+ deliveryTime: string | null;
127622
+ ref: number | null;
127623
+ trackingNumber: string | null;
127624
+ classifications: string | null;
127625
+ userName: string | null;
127626
+ transportType: string | null;
127627
+ isDeleted: boolean | null;
127628
+ codeDonneur: string | null;
127629
+ codeReceveur: string | null;
127630
+ hasManifest: boolean;
127631
+ isOps: boolean;
127632
+ comment: string | null;
127633
+ createdFor: number | null;
127634
+ isArchived: boolean;
127635
+ isNeedArchive: boolean;
127636
+ isAnnulee: boolean;
127637
+ raison: string | null;
127638
+ color: string | null;
127639
+ docBordereaux: string | null;
127640
+ docAccompagnement: string | null;
127641
+ category: "course" | "all" | "import" | "export";
127642
+ typeExpedition: "expedition" | "course";
127643
+ driverId: number;
127644
+ typeDeRoue: string | null;
127645
+ isRecupererOps: boolean | null;
127646
+ isRemisOps: boolean | null;
127647
+ isRecupererChauffeur: boolean | null;
127648
+ isRemisChauffeur: boolean | null;
127649
+ lastCronRunAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127650
+ devises: string | null;
127651
+ provenanceCommande: string | null;
127652
+ hasEmballage: boolean;
127653
+ country?: {
127654
+ id: number;
127655
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127656
+ code: string;
127657
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127658
+ name: string;
127659
+ phoneCode: string;
127660
+ } | undefined;
127661
+ billingCenter?: {
127662
+ id: number;
127663
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127664
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127665
+ countryId: number;
127666
+ address: string;
127667
+ addressTwo: string | null;
127668
+ postalCode: string;
127669
+ city: string;
127670
+ telephoneOne: string;
127671
+ telephoneTwo: string | null;
127672
+ dafResponsibleName: string | null;
127673
+ email: string | null;
127674
+ intraVatNumber: string | null;
127675
+ numeroEori: string | null;
127676
+ comments: string | null;
127677
+ numCodeOne: string | null;
127678
+ numCodeTwo: string | null;
127679
+ isActif: boolean;
127680
+ isParis: boolean;
127681
+ isMedical: boolean;
127682
+ isService: boolean;
127683
+ dirigeant: string | null;
127684
+ dirigeantTel: string | null;
127685
+ dirigeantEmail: string | null;
127686
+ responsableComptable: string | null;
127687
+ responsableComptableTel: string | null;
127688
+ responsableComptableEmail: string | null;
127689
+ responsableDaf: string | null;
127690
+ responsableDafTel: string | null;
127691
+ responsableDafEmail: string | null;
127692
+ emailFacturation: string | null;
127693
+ logo: string | null;
127694
+ header: string | null;
127695
+ footer: string | null;
127696
+ emailOne: string | null;
127697
+ emailTwo: string | null;
127698
+ emailThree: string | null;
127699
+ tva: string | null;
127700
+ isMailing: boolean;
127701
+ telephone: string | null;
127702
+ billingCenterName: string;
127703
+ customerId: number | null;
127704
+ numeroSiren: string | null;
127705
+ invoiceMailOne: string;
127706
+ invoiceMailTwo: string | null;
127707
+ isSubmittedToFrenchVat: boolean;
127708
+ isActiveMailInstruction: boolean;
127709
+ isActiveVariation: boolean;
127710
+ isShowSecondBordereaux: boolean;
127711
+ isShowCustomerName: boolean;
127712
+ isShowCommercialValue: boolean;
127713
+ } | undefined;
127714
+ user?: {
127715
+ id: number;
127716
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127717
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127718
+ countryId: number | null;
127719
+ addressTwo: string;
127720
+ postalCode: string;
127721
+ city: string;
127722
+ telephoneOne: string;
127723
+ telephoneTwo: string;
127724
+ email: string;
127725
+ comments: string;
127726
+ numCodeOne: string;
127727
+ numCodeTwo: string;
127728
+ isActif: boolean;
127729
+ isParis: boolean;
127730
+ isMedical: boolean;
127731
+ isService: boolean;
127732
+ emailOne: string;
127733
+ emailTwo: string;
127734
+ addressOne: string;
127735
+ customerId: number;
127736
+ firstName: string;
127737
+ lastName: string;
127738
+ emailVerifiedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127739
+ password: string;
127740
+ poste: string;
127741
+ roles: string[];
127742
+ isOpsAdmin: boolean;
127743
+ civility: string;
127744
+ isShowCalculatrice: boolean;
127745
+ expedition: boolean;
127746
+ physicCompany: string;
127747
+ menus: string;
127748
+ ongletExpedition: string;
127749
+ chauffeurType: string;
127750
+ typeOfOps: string;
127751
+ prestation: string;
127752
+ tracking: string;
127753
+ expeditionCourse: string;
127754
+ carnetAddress: string;
127755
+ expeditionsCarnet: string;
127756
+ accessArchive: string;
127757
+ isShowImportMenu: boolean;
127758
+ isShowExportMenu: boolean;
127759
+ isShowCourseMenu: boolean;
127760
+ twoRoues: boolean;
127761
+ vt: boolean;
127762
+ lesTwo: boolean;
127763
+ isMiniTracking: boolean;
127764
+ isFullTracking: boolean;
127765
+ isShareCourseAndExpedition: boolean;
127766
+ isShareCarnetAdresse: boolean;
127767
+ isShareCarnetAdresseAndExpedition: boolean;
127768
+ isAccessAuxArchives: boolean;
127769
+ isShowInfo: boolean;
127770
+ photo: string | null;
127771
+ entreprisePhysique: string;
127772
+ isAdminChauffeur: boolean;
127773
+ isShowTracking: boolean;
127774
+ isSupportActivated: boolean;
127775
+ isClientTransitaire: boolean;
127776
+ vehiculeId: number;
127777
+ salaryId: number;
127778
+ } | undefined;
127779
+ pickupDate?: import("luxon").DateTime<true> | import("luxon").DateTime<false> | undefined;
127780
+ deliveryDate?: import("luxon").DateTime<true> | import("luxon").DateTime<false> | undefined;
127781
+ heureRecupererOps?: import("luxon").DateTime<true> | import("luxon").DateTime<false> | undefined;
127782
+ heureRemisOps?: import("luxon").DateTime<true> | import("luxon").DateTime<false> | undefined;
127783
+ heureRecupererChauffeur?: import("luxon").DateTime<true> | import("luxon").DateTime<false> | undefined;
127784
+ heureRemisChauffeur?: import("luxon").DateTime<true> | import("luxon").DateTime<false> | undefined;
127785
+ factureLines?: {
127786
+ id: number;
127787
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127788
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127789
+ tva: number;
127790
+ shippingId: number;
127791
+ classifications: string;
127792
+ comment: string | null;
127793
+ fuel: number;
127794
+ total: number;
127795
+ isVariation: boolean;
127796
+ fullRef: string;
127797
+ lineType: string;
127798
+ prix: number;
127799
+ qte: number;
127800
+ totalFinal: number;
127801
+ factureRef: number | null;
127802
+ oldFactureRef: number | null;
127803
+ factureId: number | null;
127804
+ facturationLineId: number;
127805
+ }[] | undefined;
127806
+ shippingManifests?: {
127807
+ id: number;
127808
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127809
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127810
+ shippingId: number;
127811
+ manifestId: number;
127812
+ } | undefined;
127813
+ shippingClassification?: {
127814
+ id: number;
127815
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127816
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127817
+ shippingId: number;
127818
+ europe: boolean;
127819
+ express: boolean;
127820
+ international: boolean;
127821
+ locale: boolean;
127822
+ national: boolean;
127823
+ premium: boolean;
127824
+ spx: boolean;
127825
+ spxDrive: boolean;
127826
+ spxPlus: boolean;
127827
+ spxSat: boolean;
127828
+ voiture: boolean;
127829
+ spxHOneHourThirty: boolean;
127830
+ spxHThreeHours: boolean;
127831
+ spxHNineHours: boolean;
127832
+ spxHTenHours: boolean;
127833
+ spxHTwelveHours: boolean;
127834
+ } | undefined;
127835
+ shippingCourse?: {
127836
+ id: number;
127837
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127838
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127839
+ userId: number;
127840
+ packageDescription: string;
127841
+ additionalInsurance: boolean;
127842
+ additionalInsuranceAmount: number | null;
127843
+ documents: string | null;
127844
+ valeurDouane: string | null;
127845
+ porteur: string;
127846
+ nombreRoue: string;
127847
+ shippingId: number;
127848
+ } | undefined;
127849
+ livraisonChauffeur?: {
127850
+ id: number;
127851
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127852
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127853
+ userId: number;
127854
+ shippingId: number;
127855
+ visibleTo: boolean;
127856
+ } | undefined;
127857
+ shippingPackage?: {
127858
+ id: number;
127859
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127860
+ length: number;
127861
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127862
+ additionalInsurance: boolean;
127863
+ additionalInsuranceAmount: number | null;
127864
+ documents: string[] | null;
127865
+ shippingId: number;
127866
+ ref: string | null;
127867
+ devises: string | null;
127868
+ width: number;
127869
+ height: number;
127870
+ weight: number;
127871
+ weightVolume: number;
127872
+ description: string;
127873
+ valueInDouane: string | null;
127874
+ valeurAssure: string | null;
127875
+ statut: string | null;
127876
+ montantDevi: string | null;
127877
+ nombreDevi: string | null;
127878
+ incoterm: string | null;
127879
+ } | undefined;
127880
+ shippingPod?: {
127881
+ id: number;
127882
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127883
+ date: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127884
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127885
+ shippingId: number;
127886
+ signature: string;
127887
+ coursier: string;
127888
+ heurs: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127889
+ picturePod: string | null;
127890
+ } | undefined;
127891
+ ramassageChauffeur?: {
127892
+ id: number;
127893
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127894
+ date: string | null;
127895
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127896
+ nom: string;
127897
+ prenom: string;
127898
+ userId: number;
127899
+ shippingId: number;
127900
+ visibleTo: boolean;
127901
+ signature: string | null;
127902
+ heurs: string | null;
127903
+ picture: string | null;
127904
+ } | undefined;
127905
+ shippingEmballage?: {
127906
+ id: number;
127907
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127908
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127909
+ shippingId: number;
127910
+ comment: string;
127911
+ nbrDiagnobag: number;
127912
+ hasSonde: boolean;
127913
+ hasDiagnobag: boolean;
127914
+ isPrepared: boolean;
127915
+ emballageId: number;
127916
+ typeSondeId: number;
127917
+ typeDiagnobagId: number;
127918
+ } | undefined;
127919
+ shippingAffecteds?: {
127920
+ id: number;
127921
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127922
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127923
+ userId: number;
127924
+ shippingId: number;
127925
+ }[] | undefined;
127926
+ shippingComments?: {
127927
+ id: number;
127928
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127929
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127930
+ userId: number;
127931
+ shippingId: number;
127932
+ content: string;
127933
+ }[] | undefined;
127934
+ shippingDetails?: {
127935
+ id: number;
127936
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127937
+ type: "expeditor" | "receiver";
127938
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127939
+ phoneCode: string;
127940
+ fullName: string;
127941
+ countryId: number | null;
127942
+ addressTwo: string | null;
127943
+ postalCode: string;
127944
+ city: string;
127945
+ email: string;
127946
+ civility: string;
127947
+ shippingId: number;
127948
+ company: string;
127949
+ address1: string;
127950
+ phoneOne: string;
127951
+ phoneTwo: string | null;
127952
+ }[] | undefined;
127953
+ shippingDocuments?: {
127954
+ id: number;
127955
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127956
+ type: string;
127957
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127958
+ nom: string;
127959
+ userId: number;
127960
+ shippingId: number;
127961
+ document: string;
127962
+ }[] | undefined;
127963
+ historiqueActions?: {
127964
+ id: number;
127965
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127966
+ type: "CONNEXION" | "DECONNEXION" | "ACTION";
127967
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127968
+ userId: number | null;
127969
+ shippingId: number | null;
127970
+ action: string;
127971
+ data: Record<string, any>;
127972
+ }[] | undefined;
127973
+ informationImportantes?: {
127974
+ id: number;
127975
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127976
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127977
+ userId: number;
127978
+ shippingId: number;
127979
+ information: string;
127980
+ }[] | undefined;
127981
+ shippingTrackings?: {
127982
+ id: number;
127983
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127984
+ status: string | null;
127985
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127986
+ isParis: boolean;
127987
+ isMedical: boolean;
127988
+ isService: boolean;
127989
+ userId: number;
127990
+ chauffeur: string;
127991
+ shippingId: number;
127992
+ dateTracking: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
127993
+ dateSuivi: string;
127994
+ heurSuivi: string;
127995
+ details: string;
127996
+ agents: string;
127997
+ visible: boolean;
127998
+ isTemplate: boolean;
127999
+ state: boolean;
128000
+ location: string | null;
128001
+ isDriver: boolean;
128002
+ userOpsId: number | null;
128003
+ dateValidateOps?: import("luxon").DateTime<true> | import("luxon").DateTime<false> | undefined;
128004
+ }[] | undefined;
128005
+ }[];
128006
+ meta: {
128007
+ total: number;
128008
+ perPage: number;
128009
+ currentPage: number;
128010
+ lastPage: number;
128011
+ firstPage: number;
128012
+ firstPageUrl: string;
128013
+ lastPageUrl: string;
128014
+ nextPageUrl: string | null;
128015
+ previousPageUrl: string | null;
128016
+ };
128017
+ }, {
128018
+ data: {
128019
+ id: number;
128020
+ createdAt: Date;
128021
+ updatedAt: Date;
128022
+ userId: number | null;
128023
+ billingCenterId: number | null;
128024
+ trackingMail: string | null;
128025
+ customerRef: string | null;
128026
+ pickupInstruction: string | null;
128027
+ deliveryInstruction: string | null;
128028
+ billContact: string | null;
128029
+ pickupTime: string | null;
128030
+ deliveryTime: string | null;
128031
+ ref: number | null;
128032
+ trackingNumber: string | null;
128033
+ classifications: string | null;
128034
+ userName: string | null;
128035
+ transportType: string | null;
128036
+ isDeleted: boolean | null;
128037
+ codeDonneur: string | null;
128038
+ codeReceveur: string | null;
128039
+ hasManifest: boolean;
128040
+ isOps: boolean;
128041
+ comment: string | null;
128042
+ createdFor: number | null;
128043
+ isArchived: boolean;
128044
+ isNeedArchive: boolean;
128045
+ isAnnulee: boolean;
128046
+ raison: string | null;
128047
+ color: string | null;
128048
+ docBordereaux: string | null;
128049
+ docAccompagnement: string | null;
128050
+ category: "course" | "all" | "import" | "export";
128051
+ typeExpedition: "expedition" | "course";
128052
+ driverId: number;
128053
+ typeDeRoue: string | null;
128054
+ isRecupererOps: boolean | null;
128055
+ isRemisOps: boolean | null;
128056
+ isRecupererChauffeur: boolean | null;
128057
+ isRemisChauffeur: boolean | null;
128058
+ lastCronRunAt: Date;
128059
+ devises: string | null;
128060
+ provenanceCommande: string | null;
128061
+ hasEmballage: boolean;
128062
+ country?: {
128063
+ id: number;
128064
+ createdAt: Date;
128065
+ code: string;
128066
+ updatedAt: Date;
128067
+ name: string;
128068
+ phoneCode: string;
128069
+ } | undefined;
128070
+ billingCenter?: {
128071
+ id: number;
128072
+ createdAt: Date;
128073
+ updatedAt: Date;
128074
+ countryId: number;
128075
+ address: string;
128076
+ addressTwo: string | null;
128077
+ postalCode: string;
128078
+ city: string;
128079
+ telephoneOne: string;
128080
+ telephoneTwo: string | null;
128081
+ dafResponsibleName: string | null;
128082
+ email: string | null;
128083
+ intraVatNumber: string | null;
128084
+ numeroEori: string | null;
128085
+ comments: string | null;
128086
+ numCodeOne: string | null;
128087
+ numCodeTwo: string | null;
128088
+ isActif: boolean;
128089
+ isParis: boolean;
128090
+ isMedical: boolean;
128091
+ isService: boolean;
128092
+ dirigeant: string | null;
128093
+ dirigeantTel: string | null;
128094
+ dirigeantEmail: string | null;
128095
+ responsableComptable: string | null;
128096
+ responsableComptableTel: string | null;
128097
+ responsableComptableEmail: string | null;
128098
+ responsableDaf: string | null;
128099
+ responsableDafTel: string | null;
128100
+ responsableDafEmail: string | null;
128101
+ emailFacturation: string | null;
128102
+ logo: string | null;
128103
+ header: string | null;
128104
+ footer: string | null;
128105
+ emailOne: string | null;
128106
+ emailTwo: string | null;
128107
+ emailThree: string | null;
128108
+ tva: string | null;
128109
+ isMailing: boolean;
128110
+ telephone: string | null;
128111
+ billingCenterName: string;
128112
+ customerId: number | null;
128113
+ numeroSiren: string | null;
128114
+ invoiceMailOne: string;
128115
+ invoiceMailTwo: string | null;
128116
+ isSubmittedToFrenchVat: boolean;
128117
+ isActiveMailInstruction: boolean;
128118
+ isActiveVariation: boolean;
128119
+ isShowSecondBordereaux: boolean;
128120
+ isShowCustomerName: boolean;
128121
+ isShowCommercialValue: boolean;
128122
+ } | undefined;
128123
+ user?: {
128124
+ id: number;
128125
+ createdAt: Date;
128126
+ updatedAt: Date;
128127
+ countryId: number | null;
128128
+ addressTwo: string;
128129
+ postalCode: string;
128130
+ city: string;
128131
+ telephoneOne: string;
128132
+ telephoneTwo: string;
128133
+ email: string;
128134
+ comments: string;
128135
+ numCodeOne: string;
128136
+ numCodeTwo: string;
128137
+ isActif: boolean;
128138
+ isParis: boolean;
128139
+ isMedical: boolean;
128140
+ isService: boolean;
128141
+ emailOne: string;
128142
+ emailTwo: string;
128143
+ addressOne: string;
128144
+ customerId: number;
128145
+ firstName: string;
128146
+ lastName: string;
128147
+ emailVerifiedAt: Date;
128148
+ password: string;
128149
+ poste: string;
128150
+ roles: string[];
128151
+ isOpsAdmin: boolean;
128152
+ civility: string;
128153
+ isShowCalculatrice: boolean;
128154
+ expedition: boolean;
128155
+ physicCompany: string;
128156
+ menus: string;
128157
+ ongletExpedition: string;
128158
+ chauffeurType: string;
128159
+ typeOfOps: string;
128160
+ prestation: string;
128161
+ tracking: string;
128162
+ expeditionCourse: string;
128163
+ carnetAddress: string;
128164
+ expeditionsCarnet: string;
128165
+ accessArchive: string;
128166
+ isShowImportMenu: boolean;
128167
+ isShowExportMenu: boolean;
128168
+ isShowCourseMenu: boolean;
128169
+ twoRoues: boolean;
128170
+ vt: boolean;
128171
+ lesTwo: boolean;
128172
+ isMiniTracking: boolean;
128173
+ isFullTracking: boolean;
128174
+ isShareCourseAndExpedition: boolean;
128175
+ isShareCarnetAdresse: boolean;
128176
+ isShareCarnetAdresseAndExpedition: boolean;
128177
+ isAccessAuxArchives: boolean;
128178
+ isShowInfo: boolean;
128179
+ photo: string | null;
128180
+ entreprisePhysique: string;
128181
+ isAdminChauffeur: boolean;
128182
+ isShowTracking: boolean;
128183
+ isSupportActivated: boolean;
128184
+ isClientTransitaire: boolean;
128185
+ vehiculeId: number;
128186
+ salaryId: number;
128187
+ } | undefined;
128188
+ pickupDate?: Date | undefined;
128189
+ deliveryDate?: Date | undefined;
128190
+ heureRecupererOps?: Date | undefined;
128191
+ heureRemisOps?: Date | undefined;
128192
+ heureRecupererChauffeur?: Date | undefined;
128193
+ heureRemisChauffeur?: Date | undefined;
128194
+ factureLines?: {
128195
+ id: number;
128196
+ createdAt: Date;
128197
+ updatedAt: Date;
128198
+ tva: number;
128199
+ shippingId: number;
128200
+ classifications: string;
128201
+ comment: string | null;
128202
+ fuel: number;
128203
+ total: number;
128204
+ isVariation: boolean;
128205
+ fullRef: string;
128206
+ lineType: string;
128207
+ prix: number;
128208
+ qte: number;
128209
+ totalFinal: number;
128210
+ factureRef: number | null;
128211
+ oldFactureRef: number | null;
128212
+ factureId: number | null;
128213
+ facturationLineId: number;
128214
+ }[] | undefined;
128215
+ shippingManifests?: {
128216
+ id: number;
128217
+ createdAt: Date;
128218
+ updatedAt: Date;
128219
+ shippingId: number;
128220
+ manifestId: number;
128221
+ } | undefined;
128222
+ shippingClassification?: {
128223
+ id: number;
128224
+ createdAt: Date;
128225
+ updatedAt: Date;
128226
+ shippingId: number;
128227
+ europe: boolean;
128228
+ express: boolean;
128229
+ international: boolean;
128230
+ locale: boolean;
128231
+ national: boolean;
128232
+ premium: boolean;
128233
+ spx: boolean;
128234
+ spxDrive: boolean;
128235
+ spxPlus: boolean;
128236
+ spxSat: boolean;
128237
+ voiture: boolean;
128238
+ spxHOneHourThirty: boolean;
128239
+ spxHThreeHours: boolean;
128240
+ spxHNineHours: boolean;
128241
+ spxHTenHours: boolean;
128242
+ spxHTwelveHours: boolean;
128243
+ } | undefined;
128244
+ shippingCourse?: {
128245
+ id: number;
128246
+ createdAt: Date;
128247
+ updatedAt: Date;
128248
+ userId: number;
128249
+ packageDescription: string;
128250
+ additionalInsurance: boolean;
128251
+ additionalInsuranceAmount: number | null;
128252
+ documents: string | null;
128253
+ valeurDouane: string | null;
128254
+ porteur: string;
128255
+ nombreRoue: string;
128256
+ shippingId: number;
128257
+ } | undefined;
128258
+ livraisonChauffeur?: {
128259
+ id: number;
128260
+ createdAt: Date;
128261
+ updatedAt: Date;
128262
+ userId: number;
128263
+ shippingId: number;
128264
+ visibleTo: boolean;
128265
+ } | undefined;
128266
+ shippingPackage?: {
128267
+ id: number;
128268
+ createdAt: Date;
128269
+ length: number;
128270
+ updatedAt: Date;
128271
+ additionalInsurance: boolean;
128272
+ additionalInsuranceAmount: number | null;
128273
+ documents: string[] | null;
128274
+ shippingId: number;
128275
+ ref: string | null;
128276
+ devises: string | null;
128277
+ width: number;
128278
+ height: number;
128279
+ weight: number;
128280
+ weightVolume: number;
128281
+ description: string;
128282
+ valueInDouane: string | null;
128283
+ valeurAssure: string | null;
128284
+ statut: string | null;
128285
+ montantDevi: string | null;
128286
+ nombreDevi: string | null;
128287
+ incoterm: string | null;
128288
+ } | undefined;
128289
+ shippingPod?: {
128290
+ id: number;
128291
+ createdAt: Date;
128292
+ date: Date;
128293
+ updatedAt: Date;
128294
+ shippingId: number;
128295
+ signature: string;
128296
+ coursier: string;
128297
+ heurs: Date;
128298
+ picturePod: string | null;
128299
+ } | undefined;
128300
+ ramassageChauffeur?: {
128301
+ id: number;
128302
+ createdAt: Date;
128303
+ date: string | null;
128304
+ updatedAt: Date;
128305
+ nom: string;
128306
+ prenom: string;
128307
+ userId: number;
128308
+ shippingId: number;
128309
+ visibleTo: boolean;
128310
+ signature: string | null;
128311
+ heurs: string | null;
128312
+ picture: string | null;
128313
+ } | undefined;
128314
+ shippingEmballage?: {
128315
+ id: number;
128316
+ createdAt: Date;
128317
+ updatedAt: Date;
128318
+ shippingId: number;
128319
+ comment: string;
128320
+ nbrDiagnobag: number;
128321
+ hasSonde: boolean;
128322
+ hasDiagnobag: boolean;
128323
+ isPrepared: boolean;
128324
+ emballageId: number;
128325
+ typeSondeId: number;
128326
+ typeDiagnobagId: number;
128327
+ } | undefined;
128328
+ shippingAffecteds?: {
128329
+ id: number;
128330
+ createdAt: Date;
128331
+ updatedAt: Date;
128332
+ userId: number;
128333
+ shippingId: number;
128334
+ }[] | undefined;
128335
+ shippingComments?: {
128336
+ id: number;
128337
+ createdAt: Date;
128338
+ updatedAt: Date;
128339
+ userId: number;
128340
+ shippingId: number;
128341
+ content: string;
128342
+ }[] | undefined;
128343
+ shippingDetails?: {
128344
+ id: number;
128345
+ createdAt: Date;
128346
+ type: "expeditor" | "receiver";
128347
+ updatedAt: Date;
128348
+ phoneCode: string;
128349
+ fullName: string;
128350
+ countryId: number | null;
128351
+ addressTwo: string | null;
128352
+ postalCode: string;
128353
+ city: string;
128354
+ email: string;
128355
+ civility: string;
128356
+ shippingId: number;
128357
+ company: string;
128358
+ address1: string;
128359
+ phoneOne: string;
128360
+ phoneTwo: string | null;
128361
+ }[] | undefined;
128362
+ shippingDocuments?: {
128363
+ id: number;
128364
+ createdAt: Date;
128365
+ type: string;
128366
+ updatedAt: Date;
128367
+ nom: string;
128368
+ userId: number;
128369
+ shippingId: number;
128370
+ document: string;
128371
+ }[] | undefined;
128372
+ historiqueActions?: {
128373
+ id: number;
128374
+ createdAt: Date;
128375
+ type: "CONNEXION" | "DECONNEXION" | "ACTION";
128376
+ updatedAt: Date;
128377
+ userId: number | null;
128378
+ shippingId: number | null;
128379
+ action: string;
128380
+ data: Record<string, any>;
128381
+ }[] | undefined;
128382
+ informationImportantes?: {
128383
+ id: number;
128384
+ createdAt: Date;
128385
+ updatedAt: Date;
128386
+ userId: number;
128387
+ shippingId: number;
128388
+ information: string;
128389
+ }[] | undefined;
128390
+ shippingTrackings?: {
128391
+ id: number;
128392
+ createdAt: Date;
128393
+ status: string | null;
128394
+ updatedAt: Date;
128395
+ isParis: boolean;
128396
+ isMedical: boolean;
128397
+ isService: boolean;
128398
+ userId: number;
128399
+ chauffeur: string;
128400
+ shippingId: number;
128401
+ dateTracking: Date;
128402
+ dateSuivi: string;
128403
+ heurSuivi: string;
128404
+ details: string;
128405
+ agents: string;
128406
+ visible: boolean;
128407
+ isTemplate: boolean;
128408
+ state: boolean;
128409
+ location: string | null;
128410
+ isDriver: boolean;
128411
+ userOpsId: number | null;
128412
+ dateValidateOps?: Date | undefined;
128413
+ }[] | undefined;
128414
+ }[];
128415
+ meta: {
128416
+ total: number;
128417
+ perPage: number;
128418
+ currentPage: number;
128419
+ lastPage: number;
128420
+ firstPage: number;
128421
+ firstPageUrl: string;
128422
+ lastPageUrl: string;
128423
+ nextPageUrl: string | null;
128424
+ previousPageUrl: string | null;
128425
+ };
128426
+ }>;
128427
+ message: z.ZodOptional<z.ZodString>;
128428
+ status: z.ZodOptional<z.ZodNumber>;
128429
+ error: z.ZodOptional<z.ZodNever>;
128430
+ success: z.ZodLiteral<true>;
128431
+ }, "strip", z.ZodTypeAny, {
128432
+ data: {
128433
+ data: {
128434
+ id: number;
128435
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
128436
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
128437
+ userId: number | null;
128438
+ billingCenterId: number | null;
128439
+ trackingMail: string | null;
128440
+ customerRef: string | null;
128441
+ pickupInstruction: string | null;
128442
+ deliveryInstruction: string | null;
128443
+ billContact: string | null;
128444
+ pickupTime: string | null;
128445
+ deliveryTime: string | null;
128446
+ ref: number | null;
128447
+ trackingNumber: string | null;
128448
+ classifications: string | null;
128449
+ userName: string | null;
128450
+ transportType: string | null;
128451
+ isDeleted: boolean | null;
128452
+ codeDonneur: string | null;
128453
+ codeReceveur: string | null;
128454
+ hasManifest: boolean;
128455
+ isOps: boolean;
128456
+ comment: string | null;
128457
+ createdFor: number | null;
128458
+ isArchived: boolean;
128459
+ isNeedArchive: boolean;
128460
+ isAnnulee: boolean;
128461
+ raison: string | null;
128462
+ color: string | null;
128463
+ docBordereaux: string | null;
128464
+ docAccompagnement: string | null;
128465
+ category: "course" | "all" | "import" | "export";
128466
+ typeExpedition: "expedition" | "course";
128467
+ driverId: number;
128468
+ typeDeRoue: string | null;
128469
+ isRecupererOps: boolean | null;
128470
+ isRemisOps: boolean | null;
128471
+ isRecupererChauffeur: boolean | null;
128472
+ isRemisChauffeur: boolean | null;
128473
+ lastCronRunAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
128474
+ devises: string | null;
128475
+ provenanceCommande: string | null;
128476
+ hasEmballage: boolean;
128477
+ country?: {
128478
+ id: number;
128479
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
128480
+ code: string;
128481
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
128482
+ name: string;
128483
+ phoneCode: string;
128484
+ } | undefined;
128485
+ billingCenter?: {
128486
+ id: number;
128487
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
128488
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
128489
+ countryId: number;
128490
+ address: string;
128491
+ addressTwo: string | null;
128492
+ postalCode: string;
128493
+ city: string;
128494
+ telephoneOne: string;
128495
+ telephoneTwo: string | null;
128496
+ dafResponsibleName: string | null;
128497
+ email: string | null;
128498
+ intraVatNumber: string | null;
128499
+ numeroEori: string | null;
128500
+ comments: string | null;
128501
+ numCodeOne: string | null;
128502
+ numCodeTwo: string | null;
128503
+ isActif: boolean;
128504
+ isParis: boolean;
128505
+ isMedical: boolean;
128506
+ isService: boolean;
128507
+ dirigeant: string | null;
128508
+ dirigeantTel: string | null;
128509
+ dirigeantEmail: string | null;
128510
+ responsableComptable: string | null;
128511
+ responsableComptableTel: string | null;
128512
+ responsableComptableEmail: string | null;
128513
+ responsableDaf: string | null;
128514
+ responsableDafTel: string | null;
128515
+ responsableDafEmail: string | null;
128516
+ emailFacturation: string | null;
128517
+ logo: string | null;
128518
+ header: string | null;
128519
+ footer: string | null;
128520
+ emailOne: string | null;
128521
+ emailTwo: string | null;
128522
+ emailThree: string | null;
128523
+ tva: string | null;
128524
+ isMailing: boolean;
128525
+ telephone: string | null;
128526
+ billingCenterName: string;
128527
+ customerId: number | null;
128528
+ numeroSiren: string | null;
128529
+ invoiceMailOne: string;
128530
+ invoiceMailTwo: string | null;
128531
+ isSubmittedToFrenchVat: boolean;
128532
+ isActiveMailInstruction: boolean;
128533
+ isActiveVariation: boolean;
128534
+ isShowSecondBordereaux: boolean;
128535
+ isShowCustomerName: boolean;
128536
+ isShowCommercialValue: boolean;
128537
+ } | undefined;
128538
+ user?: {
128539
+ id: number;
128540
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
128541
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
128542
+ countryId: number | null;
128543
+ addressTwo: string;
128544
+ postalCode: string;
128545
+ city: string;
128546
+ telephoneOne: string;
128547
+ telephoneTwo: string;
128548
+ email: string;
128549
+ comments: string;
128550
+ numCodeOne: string;
128551
+ numCodeTwo: string;
128552
+ isActif: boolean;
128553
+ isParis: boolean;
128554
+ isMedical: boolean;
128555
+ isService: boolean;
128556
+ emailOne: string;
128557
+ emailTwo: string;
128558
+ addressOne: string;
128559
+ customerId: number;
128560
+ firstName: string;
128561
+ lastName: string;
128562
+ emailVerifiedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
128563
+ password: string;
128564
+ poste: string;
128565
+ roles: string[];
128566
+ isOpsAdmin: boolean;
128567
+ civility: string;
128568
+ isShowCalculatrice: boolean;
128569
+ expedition: boolean;
128570
+ physicCompany: string;
128571
+ menus: string;
128572
+ ongletExpedition: string;
128573
+ chauffeurType: string;
128574
+ typeOfOps: string;
128575
+ prestation: string;
128576
+ tracking: string;
128577
+ expeditionCourse: string;
128578
+ carnetAddress: string;
128579
+ expeditionsCarnet: string;
128580
+ accessArchive: string;
128581
+ isShowImportMenu: boolean;
128582
+ isShowExportMenu: boolean;
128583
+ isShowCourseMenu: boolean;
128584
+ twoRoues: boolean;
128585
+ vt: boolean;
128586
+ lesTwo: boolean;
128587
+ isMiniTracking: boolean;
128588
+ isFullTracking: boolean;
128589
+ isShareCourseAndExpedition: boolean;
128590
+ isShareCarnetAdresse: boolean;
128591
+ isShareCarnetAdresseAndExpedition: boolean;
128592
+ isAccessAuxArchives: boolean;
128593
+ isShowInfo: boolean;
128594
+ photo: string | null;
128595
+ entreprisePhysique: string;
128596
+ isAdminChauffeur: boolean;
128597
+ isShowTracking: boolean;
128598
+ isSupportActivated: boolean;
128599
+ isClientTransitaire: boolean;
128600
+ vehiculeId: number;
128601
+ salaryId: number;
128602
+ } | undefined;
128603
+ pickupDate?: import("luxon").DateTime<true> | import("luxon").DateTime<false> | undefined;
128604
+ deliveryDate?: import("luxon").DateTime<true> | import("luxon").DateTime<false> | undefined;
128605
+ heureRecupererOps?: import("luxon").DateTime<true> | import("luxon").DateTime<false> | undefined;
128606
+ heureRemisOps?: import("luxon").DateTime<true> | import("luxon").DateTime<false> | undefined;
128607
+ heureRecupererChauffeur?: import("luxon").DateTime<true> | import("luxon").DateTime<false> | undefined;
128608
+ heureRemisChauffeur?: import("luxon").DateTime<true> | import("luxon").DateTime<false> | undefined;
128609
+ factureLines?: {
128610
+ id: number;
128611
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
128612
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
128613
+ tva: number;
128614
+ shippingId: number;
128615
+ classifications: string;
128616
+ comment: string | null;
128617
+ fuel: number;
128618
+ total: number;
128619
+ isVariation: boolean;
128620
+ fullRef: string;
128621
+ lineType: string;
128622
+ prix: number;
128623
+ qte: number;
128624
+ totalFinal: number;
128625
+ factureRef: number | null;
128626
+ oldFactureRef: number | null;
128627
+ factureId: number | null;
128628
+ facturationLineId: number;
128629
+ }[] | undefined;
128630
+ shippingManifests?: {
128631
+ id: number;
128632
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
128633
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
128634
+ shippingId: number;
128635
+ manifestId: number;
128636
+ } | undefined;
128637
+ shippingClassification?: {
128638
+ id: number;
128639
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
128640
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
128641
+ shippingId: number;
128642
+ europe: boolean;
128643
+ express: boolean;
128644
+ international: boolean;
128645
+ locale: boolean;
128646
+ national: boolean;
128647
+ premium: boolean;
128648
+ spx: boolean;
128649
+ spxDrive: boolean;
128650
+ spxPlus: boolean;
128651
+ spxSat: boolean;
128652
+ voiture: boolean;
128653
+ spxHOneHourThirty: boolean;
128654
+ spxHThreeHours: boolean;
128655
+ spxHNineHours: boolean;
128656
+ spxHTenHours: boolean;
128657
+ spxHTwelveHours: boolean;
128658
+ } | undefined;
128659
+ shippingCourse?: {
128660
+ id: number;
128661
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
128662
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
128663
+ userId: number;
128664
+ packageDescription: string;
128665
+ additionalInsurance: boolean;
128666
+ additionalInsuranceAmount: number | null;
128667
+ documents: string | null;
128668
+ valeurDouane: string | null;
128669
+ porteur: string;
128670
+ nombreRoue: string;
128671
+ shippingId: number;
128672
+ } | undefined;
128673
+ livraisonChauffeur?: {
128674
+ id: number;
128675
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
128676
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
128677
+ userId: number;
128678
+ shippingId: number;
128679
+ visibleTo: boolean;
128680
+ } | undefined;
128681
+ shippingPackage?: {
128682
+ id: number;
128683
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
128684
+ length: number;
128685
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
128686
+ additionalInsurance: boolean;
128687
+ additionalInsuranceAmount: number | null;
128688
+ documents: string[] | null;
128689
+ shippingId: number;
128690
+ ref: string | null;
128691
+ devises: string | null;
128692
+ width: number;
128693
+ height: number;
128694
+ weight: number;
128695
+ weightVolume: number;
128696
+ description: string;
128697
+ valueInDouane: string | null;
128698
+ valeurAssure: string | null;
128699
+ statut: string | null;
128700
+ montantDevi: string | null;
128701
+ nombreDevi: string | null;
128702
+ incoterm: string | null;
128703
+ } | undefined;
128704
+ shippingPod?: {
128705
+ id: number;
128706
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
128707
+ date: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
128708
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
128709
+ shippingId: number;
128710
+ signature: string;
128711
+ coursier: string;
128712
+ heurs: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
128713
+ picturePod: string | null;
128714
+ } | undefined;
128715
+ ramassageChauffeur?: {
128716
+ id: number;
128717
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
128718
+ date: string | null;
128719
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
128720
+ nom: string;
128721
+ prenom: string;
128722
+ userId: number;
128723
+ shippingId: number;
128724
+ visibleTo: boolean;
128725
+ signature: string | null;
128726
+ heurs: string | null;
128727
+ picture: string | null;
128728
+ } | undefined;
128729
+ shippingEmballage?: {
128730
+ id: number;
128731
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
128732
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
128733
+ shippingId: number;
128734
+ comment: string;
128735
+ nbrDiagnobag: number;
128736
+ hasSonde: boolean;
128737
+ hasDiagnobag: boolean;
128738
+ isPrepared: boolean;
128739
+ emballageId: number;
128740
+ typeSondeId: number;
128741
+ typeDiagnobagId: number;
128742
+ } | undefined;
128743
+ shippingAffecteds?: {
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;
128748
+ shippingId: number;
128749
+ }[] | undefined;
128750
+ shippingComments?: {
128751
+ id: number;
128752
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
128753
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
128754
+ userId: number;
128755
+ shippingId: number;
128756
+ content: string;
128757
+ }[] | undefined;
128758
+ shippingDetails?: {
128759
+ id: number;
128760
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
128761
+ type: "expeditor" | "receiver";
128762
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
128763
+ phoneCode: string;
128764
+ fullName: string;
128765
+ countryId: number | null;
128766
+ addressTwo: string | null;
128767
+ postalCode: string;
128768
+ city: string;
128769
+ email: string;
128770
+ civility: string;
128771
+ shippingId: number;
128772
+ company: string;
128773
+ address1: string;
128774
+ phoneOne: string;
128775
+ phoneTwo: string | null;
128776
+ }[] | undefined;
128777
+ shippingDocuments?: {
128778
+ id: number;
128779
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
128780
+ type: string;
128781
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
128782
+ nom: string;
128783
+ userId: number;
128784
+ shippingId: number;
128785
+ document: string;
128786
+ }[] | undefined;
128787
+ historiqueActions?: {
128788
+ id: number;
128789
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
128790
+ type: "CONNEXION" | "DECONNEXION" | "ACTION";
128791
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
128792
+ userId: number | null;
128793
+ shippingId: number | null;
128794
+ action: string;
128795
+ data: Record<string, any>;
128796
+ }[] | undefined;
128797
+ informationImportantes?: {
128798
+ id: number;
128799
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
128800
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
128801
+ userId: number;
128802
+ shippingId: number;
128803
+ information: string;
128804
+ }[] | undefined;
128805
+ shippingTrackings?: {
128806
+ id: number;
128807
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
128808
+ status: string | null;
128809
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
128810
+ isParis: boolean;
128811
+ isMedical: boolean;
128812
+ isService: boolean;
128813
+ userId: number;
128814
+ chauffeur: string;
128815
+ shippingId: number;
128816
+ dateTracking: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
128817
+ dateSuivi: string;
128818
+ heurSuivi: string;
128819
+ details: string;
128820
+ agents: string;
128821
+ visible: boolean;
128822
+ isTemplate: boolean;
128823
+ state: boolean;
128824
+ location: string | null;
128825
+ isDriver: boolean;
128826
+ userOpsId: number | null;
128827
+ dateValidateOps?: import("luxon").DateTime<true> | import("luxon").DateTime<false> | undefined;
128828
+ }[] | undefined;
128829
+ }[];
128830
+ meta: {
128831
+ total: number;
128832
+ perPage: number;
128833
+ currentPage: number;
128834
+ lastPage: number;
128835
+ firstPage: number;
128836
+ firstPageUrl: string;
128837
+ lastPageUrl: string;
128838
+ nextPageUrl: string | null;
128839
+ previousPageUrl: string | null;
128840
+ };
128841
+ };
128842
+ success: true;
128843
+ status?: number | undefined;
128844
+ message?: string | undefined;
128845
+ error?: undefined;
128846
+ }, {
128847
+ data: {
128848
+ data: {
128849
+ id: number;
128850
+ createdAt: Date;
128851
+ updatedAt: Date;
128852
+ userId: number | null;
128853
+ billingCenterId: number | null;
128854
+ trackingMail: string | null;
128855
+ customerRef: string | null;
128856
+ pickupInstruction: string | null;
128857
+ deliveryInstruction: string | null;
128858
+ billContact: string | null;
128859
+ pickupTime: string | null;
128860
+ deliveryTime: string | null;
128861
+ ref: number | null;
128862
+ trackingNumber: string | null;
128863
+ classifications: string | null;
128864
+ userName: string | null;
128865
+ transportType: string | null;
128866
+ isDeleted: boolean | null;
128867
+ codeDonneur: string | null;
128868
+ codeReceveur: string | null;
128869
+ hasManifest: boolean;
128870
+ isOps: boolean;
128871
+ comment: string | null;
128872
+ createdFor: number | null;
128873
+ isArchived: boolean;
128874
+ isNeedArchive: boolean;
128875
+ isAnnulee: boolean;
128876
+ raison: string | null;
128877
+ color: string | null;
128878
+ docBordereaux: string | null;
128879
+ docAccompagnement: string | null;
128880
+ category: "course" | "all" | "import" | "export";
128881
+ typeExpedition: "expedition" | "course";
128882
+ driverId: number;
128883
+ typeDeRoue: string | null;
128884
+ isRecupererOps: boolean | null;
128885
+ isRemisOps: boolean | null;
128886
+ isRecupererChauffeur: boolean | null;
128887
+ isRemisChauffeur: boolean | null;
128888
+ lastCronRunAt: Date;
128889
+ devises: string | null;
128890
+ provenanceCommande: string | null;
128891
+ hasEmballage: boolean;
128892
+ country?: {
128893
+ id: number;
128894
+ createdAt: Date;
128895
+ code: string;
128896
+ updatedAt: Date;
128897
+ name: string;
128898
+ phoneCode: string;
128899
+ } | undefined;
128900
+ billingCenter?: {
128901
+ id: number;
128902
+ createdAt: Date;
128903
+ updatedAt: Date;
128904
+ countryId: number;
128905
+ address: string;
128906
+ addressTwo: string | null;
128907
+ postalCode: string;
128908
+ city: string;
128909
+ telephoneOne: string;
128910
+ telephoneTwo: string | null;
128911
+ dafResponsibleName: string | null;
128912
+ email: string | null;
128913
+ intraVatNumber: string | null;
128914
+ numeroEori: string | null;
128915
+ comments: string | null;
128916
+ numCodeOne: string | null;
128917
+ numCodeTwo: string | null;
128918
+ isActif: boolean;
128919
+ isParis: boolean;
128920
+ isMedical: boolean;
128921
+ isService: boolean;
128922
+ dirigeant: string | null;
128923
+ dirigeantTel: string | null;
128924
+ dirigeantEmail: string | null;
128925
+ responsableComptable: string | null;
128926
+ responsableComptableTel: string | null;
128927
+ responsableComptableEmail: string | null;
128928
+ responsableDaf: string | null;
128929
+ responsableDafTel: string | null;
128930
+ responsableDafEmail: string | null;
128931
+ emailFacturation: string | null;
128932
+ logo: string | null;
128933
+ header: string | null;
128934
+ footer: string | null;
128935
+ emailOne: string | null;
128936
+ emailTwo: string | null;
128937
+ emailThree: string | null;
128938
+ tva: string | null;
128939
+ isMailing: boolean;
128940
+ telephone: string | null;
128941
+ billingCenterName: string;
128942
+ customerId: number | null;
128943
+ numeroSiren: string | null;
128944
+ invoiceMailOne: string;
128945
+ invoiceMailTwo: string | null;
128946
+ isSubmittedToFrenchVat: boolean;
128947
+ isActiveMailInstruction: boolean;
128948
+ isActiveVariation: boolean;
128949
+ isShowSecondBordereaux: boolean;
128950
+ isShowCustomerName: boolean;
128951
+ isShowCommercialValue: boolean;
128952
+ } | undefined;
128953
+ user?: {
128954
+ id: number;
128955
+ createdAt: Date;
128956
+ updatedAt: Date;
128957
+ countryId: number | null;
128958
+ addressTwo: string;
128959
+ postalCode: string;
128960
+ city: string;
128961
+ telephoneOne: string;
128962
+ telephoneTwo: string;
128963
+ email: string;
128964
+ comments: string;
128965
+ numCodeOne: string;
128966
+ numCodeTwo: string;
128967
+ isActif: boolean;
128968
+ isParis: boolean;
128969
+ isMedical: boolean;
128970
+ isService: boolean;
128971
+ emailOne: string;
128972
+ emailTwo: string;
128973
+ addressOne: string;
128974
+ customerId: number;
128975
+ firstName: string;
128976
+ lastName: string;
128977
+ emailVerifiedAt: Date;
128978
+ password: string;
128979
+ poste: string;
128980
+ roles: string[];
128981
+ isOpsAdmin: boolean;
128982
+ civility: string;
128983
+ isShowCalculatrice: boolean;
128984
+ expedition: boolean;
128985
+ physicCompany: string;
128986
+ menus: string;
128987
+ ongletExpedition: string;
128988
+ chauffeurType: string;
128989
+ typeOfOps: string;
128990
+ prestation: string;
128991
+ tracking: string;
128992
+ expeditionCourse: string;
128993
+ carnetAddress: string;
128994
+ expeditionsCarnet: string;
128995
+ accessArchive: string;
128996
+ isShowImportMenu: boolean;
128997
+ isShowExportMenu: boolean;
128998
+ isShowCourseMenu: boolean;
128999
+ twoRoues: boolean;
129000
+ vt: boolean;
129001
+ lesTwo: boolean;
129002
+ isMiniTracking: boolean;
129003
+ isFullTracking: boolean;
129004
+ isShareCourseAndExpedition: boolean;
129005
+ isShareCarnetAdresse: boolean;
129006
+ isShareCarnetAdresseAndExpedition: boolean;
129007
+ isAccessAuxArchives: boolean;
129008
+ isShowInfo: boolean;
129009
+ photo: string | null;
129010
+ entreprisePhysique: string;
129011
+ isAdminChauffeur: boolean;
129012
+ isShowTracking: boolean;
129013
+ isSupportActivated: boolean;
129014
+ isClientTransitaire: boolean;
129015
+ vehiculeId: number;
129016
+ salaryId: number;
129017
+ } | undefined;
129018
+ pickupDate?: Date | undefined;
129019
+ deliveryDate?: Date | undefined;
129020
+ heureRecupererOps?: Date | undefined;
129021
+ heureRemisOps?: Date | undefined;
129022
+ heureRecupererChauffeur?: Date | undefined;
129023
+ heureRemisChauffeur?: Date | undefined;
129024
+ factureLines?: {
129025
+ id: number;
129026
+ createdAt: Date;
129027
+ updatedAt: Date;
129028
+ tva: number;
129029
+ shippingId: number;
129030
+ classifications: string;
129031
+ comment: string | null;
129032
+ fuel: number;
129033
+ total: number;
129034
+ isVariation: boolean;
129035
+ fullRef: string;
129036
+ lineType: string;
129037
+ prix: number;
129038
+ qte: number;
129039
+ totalFinal: number;
129040
+ factureRef: number | null;
129041
+ oldFactureRef: number | null;
129042
+ factureId: number | null;
129043
+ facturationLineId: number;
129044
+ }[] | undefined;
129045
+ shippingManifests?: {
129046
+ id: number;
129047
+ createdAt: Date;
129048
+ updatedAt: Date;
129049
+ shippingId: number;
129050
+ manifestId: number;
129051
+ } | undefined;
129052
+ shippingClassification?: {
129053
+ id: number;
129054
+ createdAt: Date;
129055
+ updatedAt: Date;
129056
+ shippingId: number;
129057
+ europe: boolean;
129058
+ express: boolean;
129059
+ international: boolean;
129060
+ locale: boolean;
129061
+ national: boolean;
129062
+ premium: boolean;
129063
+ spx: boolean;
129064
+ spxDrive: boolean;
129065
+ spxPlus: boolean;
129066
+ spxSat: boolean;
129067
+ voiture: boolean;
129068
+ spxHOneHourThirty: boolean;
129069
+ spxHThreeHours: boolean;
129070
+ spxHNineHours: boolean;
129071
+ spxHTenHours: boolean;
129072
+ spxHTwelveHours: boolean;
129073
+ } | undefined;
129074
+ shippingCourse?: {
129075
+ id: number;
129076
+ createdAt: Date;
129077
+ updatedAt: Date;
129078
+ userId: number;
129079
+ packageDescription: string;
129080
+ additionalInsurance: boolean;
129081
+ additionalInsuranceAmount: number | null;
129082
+ documents: string | null;
129083
+ valeurDouane: string | null;
129084
+ porteur: string;
129085
+ nombreRoue: string;
129086
+ shippingId: number;
129087
+ } | undefined;
129088
+ livraisonChauffeur?: {
129089
+ id: number;
129090
+ createdAt: Date;
129091
+ updatedAt: Date;
129092
+ userId: number;
129093
+ shippingId: number;
129094
+ visibleTo: boolean;
129095
+ } | undefined;
129096
+ shippingPackage?: {
129097
+ id: number;
129098
+ createdAt: Date;
129099
+ length: number;
129100
+ updatedAt: Date;
129101
+ additionalInsurance: boolean;
129102
+ additionalInsuranceAmount: number | null;
129103
+ documents: string[] | null;
129104
+ shippingId: number;
129105
+ ref: string | null;
129106
+ devises: string | null;
129107
+ width: number;
129108
+ height: number;
129109
+ weight: number;
129110
+ weightVolume: number;
129111
+ description: string;
129112
+ valueInDouane: string | null;
129113
+ valeurAssure: string | null;
129114
+ statut: string | null;
129115
+ montantDevi: string | null;
129116
+ nombreDevi: string | null;
129117
+ incoterm: string | null;
129118
+ } | undefined;
129119
+ shippingPod?: {
129120
+ id: number;
129121
+ createdAt: Date;
129122
+ date: Date;
129123
+ updatedAt: Date;
129124
+ shippingId: number;
129125
+ signature: string;
129126
+ coursier: string;
129127
+ heurs: Date;
129128
+ picturePod: string | null;
129129
+ } | undefined;
129130
+ ramassageChauffeur?: {
129131
+ id: number;
129132
+ createdAt: Date;
129133
+ date: string | null;
129134
+ updatedAt: Date;
129135
+ nom: string;
129136
+ prenom: string;
129137
+ userId: number;
129138
+ shippingId: number;
129139
+ visibleTo: boolean;
129140
+ signature: string | null;
129141
+ heurs: string | null;
129142
+ picture: string | null;
129143
+ } | undefined;
129144
+ shippingEmballage?: {
129145
+ id: number;
129146
+ createdAt: Date;
129147
+ updatedAt: Date;
129148
+ shippingId: number;
129149
+ comment: string;
129150
+ nbrDiagnobag: number;
129151
+ hasSonde: boolean;
129152
+ hasDiagnobag: boolean;
129153
+ isPrepared: boolean;
129154
+ emballageId: number;
129155
+ typeSondeId: number;
129156
+ typeDiagnobagId: number;
129157
+ } | undefined;
129158
+ shippingAffecteds?: {
129159
+ id: number;
129160
+ createdAt: Date;
129161
+ updatedAt: Date;
129162
+ userId: number;
129163
+ shippingId: number;
129164
+ }[] | undefined;
129165
+ shippingComments?: {
129166
+ id: number;
129167
+ createdAt: Date;
129168
+ updatedAt: Date;
129169
+ userId: number;
129170
+ shippingId: number;
129171
+ content: string;
129172
+ }[] | undefined;
129173
+ shippingDetails?: {
129174
+ id: number;
129175
+ createdAt: Date;
129176
+ type: "expeditor" | "receiver";
129177
+ updatedAt: Date;
129178
+ phoneCode: string;
129179
+ fullName: string;
129180
+ countryId: number | null;
129181
+ addressTwo: string | null;
129182
+ postalCode: string;
129183
+ city: string;
129184
+ email: string;
129185
+ civility: string;
129186
+ shippingId: number;
129187
+ company: string;
129188
+ address1: string;
129189
+ phoneOne: string;
129190
+ phoneTwo: string | null;
129191
+ }[] | undefined;
129192
+ shippingDocuments?: {
129193
+ id: number;
129194
+ createdAt: Date;
129195
+ type: string;
129196
+ updatedAt: Date;
129197
+ nom: string;
129198
+ userId: number;
129199
+ shippingId: number;
129200
+ document: string;
129201
+ }[] | undefined;
129202
+ historiqueActions?: {
129203
+ id: number;
129204
+ createdAt: Date;
129205
+ type: "CONNEXION" | "DECONNEXION" | "ACTION";
129206
+ updatedAt: Date;
129207
+ userId: number | null;
129208
+ shippingId: number | null;
129209
+ action: string;
129210
+ data: Record<string, any>;
129211
+ }[] | undefined;
129212
+ informationImportantes?: {
129213
+ id: number;
129214
+ createdAt: Date;
129215
+ updatedAt: Date;
129216
+ userId: number;
129217
+ shippingId: number;
129218
+ information: string;
129219
+ }[] | undefined;
129220
+ shippingTrackings?: {
129221
+ id: number;
129222
+ createdAt: Date;
129223
+ status: string | null;
129224
+ updatedAt: Date;
129225
+ isParis: boolean;
129226
+ isMedical: boolean;
129227
+ isService: boolean;
129228
+ userId: number;
129229
+ chauffeur: string;
129230
+ shippingId: number;
129231
+ dateTracking: Date;
129232
+ dateSuivi: string;
129233
+ heurSuivi: string;
129234
+ details: string;
129235
+ agents: string;
129236
+ visible: boolean;
129237
+ isTemplate: boolean;
129238
+ state: boolean;
129239
+ location: string | null;
129240
+ isDriver: boolean;
129241
+ userOpsId: number | null;
129242
+ dateValidateOps?: Date | undefined;
129243
+ }[] | undefined;
129244
+ }[];
129245
+ meta: {
129246
+ total: number;
129247
+ perPage: number;
129248
+ currentPage: number;
129249
+ lastPage: number;
129250
+ firstPage: number;
129251
+ firstPageUrl: string;
129252
+ lastPageUrl: string;
129253
+ nextPageUrl: string | null;
129254
+ previousPageUrl: string | null;
129255
+ };
129256
+ };
129257
+ success: true;
129258
+ status?: number | undefined;
129259
+ message?: string | undefined;
129260
+ error?: undefined;
129261
+ }>, z.ZodObject<{
129262
+ data: z.ZodNever;
129263
+ message: z.ZodString;
129264
+ status: z.ZodOptional<z.ZodNumber>;
129265
+ error: z.ZodObject<{
129266
+ message: z.ZodString;
129267
+ info: z.ZodObject<{
129268
+ status: z.ZodNumber;
129269
+ code: z.ZodString;
129270
+ messages: z.ZodArray<z.ZodObject<{
129271
+ message: z.ZodString;
129272
+ rule: z.ZodOptional<z.ZodString>;
129273
+ field: z.ZodOptional<z.ZodString>;
129274
+ }, "strip", z.ZodTypeAny, {
129275
+ message: string;
129276
+ rule?: string | undefined;
129277
+ field?: string | undefined;
129278
+ }, {
129279
+ message: string;
129280
+ rule?: string | undefined;
129281
+ field?: string | undefined;
129282
+ }>, "many">;
129283
+ }, "strip", z.ZodTypeAny, {
129284
+ status: number;
129285
+ code: string;
129286
+ messages: {
129287
+ message: string;
129288
+ rule?: string | undefined;
129289
+ field?: string | undefined;
129290
+ }[];
129291
+ }, {
129292
+ status: number;
129293
+ code: string;
129294
+ messages: {
129295
+ message: string;
129296
+ rule?: string | undefined;
129297
+ field?: string | undefined;
129298
+ }[];
129299
+ }>;
129300
+ }, "strip", z.ZodTypeAny, {
129301
+ message: string;
129302
+ info: {
129303
+ status: number;
129304
+ code: string;
129305
+ messages: {
129306
+ message: string;
129307
+ rule?: string | undefined;
129308
+ field?: string | undefined;
129309
+ }[];
129310
+ };
129311
+ }, {
129312
+ message: string;
129313
+ info: {
129314
+ status: number;
129315
+ code: string;
129316
+ messages: {
129317
+ message: string;
129318
+ rule?: string | undefined;
129319
+ field?: string | undefined;
129320
+ }[];
129321
+ };
129322
+ }>;
129323
+ success: z.ZodNever;
129324
+ }, "strip", z.ZodTypeAny, {
129325
+ message: string;
129326
+ data: never;
129327
+ error: {
129328
+ message: string;
129329
+ info: {
129330
+ status: number;
129331
+ code: string;
129332
+ messages: {
129333
+ message: string;
129334
+ rule?: string | undefined;
129335
+ field?: string | undefined;
129336
+ }[];
129337
+ };
129338
+ };
129339
+ success: never;
129340
+ status?: number | undefined;
129341
+ }, {
129342
+ message: string;
129343
+ data: never;
129344
+ error: {
129345
+ message: string;
129346
+ info: {
129347
+ status: number;
129348
+ code: string;
129349
+ messages: {
129350
+ message: string;
129351
+ rule?: string | undefined;
129352
+ field?: string | undefined;
129353
+ }[];
129354
+ };
129355
+ };
129356
+ success: never;
129357
+ status?: number | undefined;
129358
+ }>]>;
129359
+ };
125700
129360
  };
125701
129361
  declare const historiqueActionRoutes: {
125702
129362
  liste: {