exnet-routing 1.2.49 → 1.2.50

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.
@@ -147738,6 +147738,1702 @@ declare const shippingTrackingRoutes: {
147738
147738
  }>]>;
147739
147739
  };
147740
147740
  };
147741
+ declare const userDriverRoutes: {
147742
+ liste: {
147743
+ method: "GET";
147744
+ url: string;
147745
+ searchParams: z.ZodObject<{
147746
+ page: z.ZodOptional<z.ZodNumber>;
147747
+ limit: z.ZodOptional<z.ZodNumber>;
147748
+ search: z.ZodOptional<z.ZodString>;
147749
+ sortBy: z.ZodOptional<z.ZodString>;
147750
+ direction: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
147751
+ }, "strip", z.ZodTypeAny, {
147752
+ page?: number | undefined;
147753
+ limit?: number | undefined;
147754
+ search?: string | undefined;
147755
+ sortBy?: string | undefined;
147756
+ direction?: "asc" | "desc" | undefined;
147757
+ }, {
147758
+ page?: number | undefined;
147759
+ limit?: number | undefined;
147760
+ search?: string | undefined;
147761
+ sortBy?: string | undefined;
147762
+ direction?: "asc" | "desc" | undefined;
147763
+ }>;
147764
+ response: z.ZodUnion<[z.ZodObject<{
147765
+ data: z.ZodObject<{
147766
+ meta: typeof import("./../models").PaginationmetaSchema;
147767
+ data: z.ZodArray<z.ZodObject<{
147768
+ id: z.ZodNumber;
147769
+ createdAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
147770
+ updatedAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
147771
+ firstName: z.ZodString;
147772
+ lastName: z.ZodString;
147773
+ email: z.ZodString;
147774
+ emailVerifiedAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
147775
+ password: z.ZodString;
147776
+ isActif: z.ZodBoolean;
147777
+ countryId: z.ZodNullable<z.ZodNumber>;
147778
+ postalCode: z.ZodString;
147779
+ city: z.ZodString;
147780
+ poste: z.ZodString;
147781
+ comments: z.ZodString;
147782
+ addressOne: z.ZodString;
147783
+ addressTwo: z.ZodString;
147784
+ telephoneOne: z.ZodString;
147785
+ telephoneTwo: z.ZodString;
147786
+ emailOne: z.ZodString;
147787
+ emailTwo: z.ZodString;
147788
+ roles: z.ZodArray<z.ZodString, "many">;
147789
+ isOpsAdmin: z.ZodBoolean;
147790
+ civility: z.ZodString;
147791
+ numCodeOne: z.ZodString;
147792
+ numCodeTwo: z.ZodString;
147793
+ isShowCalculatrice: z.ZodBoolean;
147794
+ expedition: z.ZodBoolean;
147795
+ physicCompany: z.ZodString;
147796
+ isParis: z.ZodBoolean;
147797
+ isMedical: z.ZodBoolean;
147798
+ isService: z.ZodBoolean;
147799
+ menus: z.ZodString;
147800
+ ongletExpedition: z.ZodString;
147801
+ chauffeurType: z.ZodString;
147802
+ typeOfOps: z.ZodString;
147803
+ prestation: z.ZodString;
147804
+ tracking: z.ZodString;
147805
+ expeditionCourse: z.ZodString;
147806
+ carnetAddress: z.ZodString;
147807
+ expeditionsCarnet: z.ZodString;
147808
+ accessArchive: z.ZodString;
147809
+ isShowImportMenu: z.ZodBoolean;
147810
+ isShowExportMenu: z.ZodBoolean;
147811
+ isShowCourseMenu: z.ZodBoolean;
147812
+ twoRoues: z.ZodBoolean;
147813
+ vt: z.ZodBoolean;
147814
+ lesTwo: z.ZodBoolean;
147815
+ isMiniTracking: z.ZodBoolean;
147816
+ isFullTracking: z.ZodBoolean;
147817
+ isShareCourseAndExpedition: z.ZodBoolean;
147818
+ isShareCarnetAdresse: z.ZodBoolean;
147819
+ isShareCarnetAdresseAndExpedition: z.ZodBoolean;
147820
+ isAccessAuxArchives: z.ZodBoolean;
147821
+ isShowInfo: z.ZodBoolean;
147822
+ photo: z.ZodNullable<z.ZodString>;
147823
+ entreprisePhysique: z.ZodString;
147824
+ isAdminChauffeur: z.ZodBoolean;
147825
+ isShowTracking: z.ZodBoolean;
147826
+ isSupportActivated: z.ZodBoolean;
147827
+ isClientTransitaire: z.ZodBoolean;
147828
+ customerId: z.ZodNumber;
147829
+ vehiculeId: z.ZodNumber;
147830
+ salaryId: z.ZodNumber;
147831
+ customer: z.ZodOptional<z.ZodLazy<z.ZodObject<{
147832
+ id: z.ZodNumber;
147833
+ createdAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
147834
+ updatedAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
147835
+ fullName: z.ZodString;
147836
+ countryId: z.ZodNumber;
147837
+ address: z.ZodString;
147838
+ addressTwo: z.ZodNullable<z.ZodString>;
147839
+ postalCode: z.ZodString;
147840
+ city: z.ZodString;
147841
+ telephoneOne: z.ZodString;
147842
+ telephoneTwo: z.ZodNullable<z.ZodString>;
147843
+ invoiceMail: z.ZodString;
147844
+ dafResponsibleName: z.ZodString;
147845
+ email: z.ZodNullable<z.ZodString>;
147846
+ intraVatNumber: z.ZodNullable<z.ZodString>;
147847
+ submittedToFrenchVat: z.ZodBoolean;
147848
+ siren: z.ZodString;
147849
+ numeroEori: z.ZodNullable<z.ZodString>;
147850
+ comments: z.ZodNullable<z.ZodString>;
147851
+ numCodeOne: z.ZodNullable<z.ZodString>;
147852
+ numCodeTwo: z.ZodNullable<z.ZodString>;
147853
+ isActif: z.ZodBoolean;
147854
+ isParis: z.ZodBoolean;
147855
+ isMedical: z.ZodBoolean;
147856
+ isService: z.ZodBoolean;
147857
+ valeurCustomer: z.ZodBoolean;
147858
+ dirigeant: z.ZodNullable<z.ZodString>;
147859
+ dirigeantTel: z.ZodNullable<z.ZodString>;
147860
+ dirigeantEmail: z.ZodNullable<z.ZodString>;
147861
+ responsableComptable: z.ZodNullable<z.ZodString>;
147862
+ responsableComptableTel: z.ZodNullable<z.ZodString>;
147863
+ responsableComptableEmail: z.ZodNullable<z.ZodString>;
147864
+ responsableDaf: z.ZodNullable<z.ZodString>;
147865
+ responsableDafTel: z.ZodNullable<z.ZodString>;
147866
+ responsableDafEmail: z.ZodNullable<z.ZodString>;
147867
+ emailFacturation: z.ZodNullable<z.ZodString>;
147868
+ logo: z.ZodNullable<z.ZodString>;
147869
+ header: z.ZodNullable<z.ZodString>;
147870
+ footer: z.ZodNullable<z.ZodString>;
147871
+ emailOne: z.ZodNullable<z.ZodString>;
147872
+ emailTwo: z.ZodNullable<z.ZodString>;
147873
+ emailThree: z.ZodNullable<z.ZodString>;
147874
+ tva: z.ZodNullable<z.ZodString>;
147875
+ isTrackingMail: z.ZodNullable<z.ZodBoolean>;
147876
+ isBillingCenter: z.ZodBoolean;
147877
+ isShowNameCustomer: z.ZodBoolean;
147878
+ isMailing: z.ZodBoolean;
147879
+ numeroSiret: z.ZodNullable<z.ZodString>;
147880
+ country: z.ZodOptional<z.ZodLazy<z.ZodObject<{
147881
+ id: z.ZodNumber;
147882
+ createdAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
147883
+ updatedAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
147884
+ name: z.ZodString;
147885
+ code: z.ZodString;
147886
+ phoneCode: z.ZodString;
147887
+ }, "strip", z.ZodTypeAny, {
147888
+ id: number;
147889
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
147890
+ code: string;
147891
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
147892
+ name: string;
147893
+ phoneCode: string;
147894
+ }, {
147895
+ id: number;
147896
+ createdAt: Date;
147897
+ code: string;
147898
+ updatedAt: Date;
147899
+ name: string;
147900
+ phoneCode: string;
147901
+ }>>>;
147902
+ }, "strip", z.ZodTypeAny, {
147903
+ id: number;
147904
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
147905
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
147906
+ fullName: string;
147907
+ countryId: number;
147908
+ address: string;
147909
+ addressTwo: string | null;
147910
+ postalCode: string;
147911
+ city: string;
147912
+ telephoneOne: string;
147913
+ telephoneTwo: string | null;
147914
+ invoiceMail: string;
147915
+ dafResponsibleName: string;
147916
+ email: string | null;
147917
+ intraVatNumber: string | null;
147918
+ submittedToFrenchVat: boolean;
147919
+ siren: string;
147920
+ numeroEori: string | null;
147921
+ comments: string | null;
147922
+ numCodeOne: string | null;
147923
+ numCodeTwo: string | null;
147924
+ isActif: boolean;
147925
+ isParis: boolean;
147926
+ isMedical: boolean;
147927
+ isService: boolean;
147928
+ valeurCustomer: boolean;
147929
+ dirigeant: string | null;
147930
+ dirigeantTel: string | null;
147931
+ dirigeantEmail: string | null;
147932
+ responsableComptable: string | null;
147933
+ responsableComptableTel: string | null;
147934
+ responsableComptableEmail: string | null;
147935
+ responsableDaf: string | null;
147936
+ responsableDafTel: string | null;
147937
+ responsableDafEmail: string | null;
147938
+ emailFacturation: string | null;
147939
+ logo: string | null;
147940
+ header: string | null;
147941
+ footer: string | null;
147942
+ emailOne: string | null;
147943
+ emailTwo: string | null;
147944
+ emailThree: string | null;
147945
+ tva: string | null;
147946
+ isTrackingMail: boolean | null;
147947
+ isBillingCenter: boolean;
147948
+ isShowNameCustomer: boolean;
147949
+ isMailing: boolean;
147950
+ numeroSiret: string | null;
147951
+ country?: {
147952
+ id: number;
147953
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
147954
+ code: string;
147955
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
147956
+ name: string;
147957
+ phoneCode: string;
147958
+ } | undefined;
147959
+ }, {
147960
+ id: number;
147961
+ createdAt: Date;
147962
+ updatedAt: Date;
147963
+ fullName: string;
147964
+ countryId: number;
147965
+ address: string;
147966
+ addressTwo: string | null;
147967
+ postalCode: string;
147968
+ city: string;
147969
+ telephoneOne: string;
147970
+ telephoneTwo: string | null;
147971
+ invoiceMail: string;
147972
+ dafResponsibleName: string;
147973
+ email: string | null;
147974
+ intraVatNumber: string | null;
147975
+ submittedToFrenchVat: boolean;
147976
+ siren: string;
147977
+ numeroEori: string | null;
147978
+ comments: string | null;
147979
+ numCodeOne: string | null;
147980
+ numCodeTwo: string | null;
147981
+ isActif: boolean;
147982
+ isParis: boolean;
147983
+ isMedical: boolean;
147984
+ isService: boolean;
147985
+ valeurCustomer: boolean;
147986
+ dirigeant: string | null;
147987
+ dirigeantTel: string | null;
147988
+ dirigeantEmail: string | null;
147989
+ responsableComptable: string | null;
147990
+ responsableComptableTel: string | null;
147991
+ responsableComptableEmail: string | null;
147992
+ responsableDaf: string | null;
147993
+ responsableDafTel: string | null;
147994
+ responsableDafEmail: string | null;
147995
+ emailFacturation: string | null;
147996
+ logo: string | null;
147997
+ header: string | null;
147998
+ footer: string | null;
147999
+ emailOne: string | null;
148000
+ emailTwo: string | null;
148001
+ emailThree: string | null;
148002
+ tva: string | null;
148003
+ isTrackingMail: boolean | null;
148004
+ isBillingCenter: boolean;
148005
+ isShowNameCustomer: boolean;
148006
+ isMailing: boolean;
148007
+ numeroSiret: string | null;
148008
+ country?: {
148009
+ id: number;
148010
+ createdAt: Date;
148011
+ code: string;
148012
+ updatedAt: Date;
148013
+ name: string;
148014
+ phoneCode: string;
148015
+ } | undefined;
148016
+ }>>>;
148017
+ salary: z.ZodOptional<z.ZodLazy<z.ZodObject<{
148018
+ id: z.ZodNumber;
148019
+ createdAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
148020
+ updatedAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
148021
+ nom: z.ZodString;
148022
+ prenom: z.ZodString;
148023
+ email: z.ZodString;
148024
+ telephone: z.ZodString;
148025
+ type: z.ZodString;
148026
+ adress: z.ZodString;
148027
+ city: z.ZodString;
148028
+ countryId: z.ZodNullable<z.ZodNumber>;
148029
+ postalCode: z.ZodString;
148030
+ country: z.ZodOptional<z.ZodLazy<z.ZodObject<{
148031
+ id: z.ZodNumber;
148032
+ createdAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
148033
+ updatedAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
148034
+ name: z.ZodString;
148035
+ code: z.ZodString;
148036
+ phoneCode: z.ZodString;
148037
+ }, "strip", z.ZodTypeAny, {
148038
+ id: number;
148039
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
148040
+ code: string;
148041
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
148042
+ name: string;
148043
+ phoneCode: string;
148044
+ }, {
148045
+ id: number;
148046
+ createdAt: Date;
148047
+ code: string;
148048
+ updatedAt: Date;
148049
+ name: string;
148050
+ phoneCode: string;
148051
+ }>>>;
148052
+ }, "strip", z.ZodTypeAny, {
148053
+ id: number;
148054
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
148055
+ type: string;
148056
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
148057
+ countryId: number | null;
148058
+ postalCode: string;
148059
+ city: string;
148060
+ email: string;
148061
+ nom: string;
148062
+ prenom: string;
148063
+ telephone: string;
148064
+ adress: string;
148065
+ country?: {
148066
+ id: number;
148067
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
148068
+ code: string;
148069
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
148070
+ name: string;
148071
+ phoneCode: string;
148072
+ } | undefined;
148073
+ }, {
148074
+ id: number;
148075
+ createdAt: Date;
148076
+ type: string;
148077
+ updatedAt: Date;
148078
+ countryId: number | null;
148079
+ postalCode: string;
148080
+ city: string;
148081
+ email: string;
148082
+ nom: string;
148083
+ prenom: string;
148084
+ telephone: string;
148085
+ adress: string;
148086
+ country?: {
148087
+ id: number;
148088
+ createdAt: Date;
148089
+ code: string;
148090
+ updatedAt: Date;
148091
+ name: string;
148092
+ phoneCode: string;
148093
+ } | undefined;
148094
+ }>>>;
148095
+ vehicule: z.ZodOptional<z.ZodLazy<z.ZodObject<{
148096
+ id: z.ZodNumber;
148097
+ createdAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
148098
+ updatedAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
148099
+ plaque: z.ZodString;
148100
+ telephoneSociete: z.ZodString;
148101
+ typeVehicule: z.ZodString;
148102
+ kmDepart: z.ZodNumber;
148103
+ kmRetour: z.ZodNumber;
148104
+ pochetteRecu: z.ZodBoolean;
148105
+ carteCarburant: z.ZodString;
148106
+ carteBancaire: z.ZodString;
148107
+ bipTelepage: z.ZodString;
148108
+ }, "strip", z.ZodTypeAny, {
148109
+ id: number;
148110
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
148111
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
148112
+ plaque: string;
148113
+ telephoneSociete: string;
148114
+ typeVehicule: string;
148115
+ kmDepart: number;
148116
+ kmRetour: number;
148117
+ pochetteRecu: boolean;
148118
+ carteCarburant: string;
148119
+ carteBancaire: string;
148120
+ bipTelepage: string;
148121
+ }, {
148122
+ id: number;
148123
+ createdAt: Date;
148124
+ updatedAt: Date;
148125
+ plaque: string;
148126
+ telephoneSociete: string;
148127
+ typeVehicule: string;
148128
+ kmDepart: number;
148129
+ kmRetour: number;
148130
+ pochetteRecu: boolean;
148131
+ carteCarburant: string;
148132
+ carteBancaire: string;
148133
+ bipTelepage: string;
148134
+ }>>>;
148135
+ country: z.ZodOptional<z.ZodLazy<z.ZodObject<{
148136
+ id: z.ZodNumber;
148137
+ createdAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
148138
+ updatedAt: z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>;
148139
+ name: z.ZodString;
148140
+ code: z.ZodString;
148141
+ phoneCode: z.ZodString;
148142
+ }, "strip", z.ZodTypeAny, {
148143
+ id: number;
148144
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
148145
+ code: string;
148146
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
148147
+ name: string;
148148
+ phoneCode: string;
148149
+ }, {
148150
+ id: number;
148151
+ createdAt: Date;
148152
+ code: string;
148153
+ updatedAt: Date;
148154
+ name: string;
148155
+ phoneCode: string;
148156
+ }>>>;
148157
+ userBillingCenters: z.ZodOptional<z.ZodArray<z.ZodObject<{
148158
+ id: z.ZodNumber;
148159
+ createdAt: z.ZodOptional<z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>>;
148160
+ updatedAt: z.ZodOptional<z.ZodEffects<z.ZodDate, import("luxon").DateTime<true> | import("luxon").DateTime<false>, Date>>;
148161
+ userId: z.ZodNumber;
148162
+ billingCenterId: z.ZodNumber;
148163
+ billingCenter: z.ZodOptional<z.ZodObject<{
148164
+ id: z.ZodNumber;
148165
+ billingCenterName: z.ZodString;
148166
+ customerId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
148167
+ }, "strip", z.ZodTypeAny, {
148168
+ id: number;
148169
+ billingCenterName: string;
148170
+ customerId?: number | null | undefined;
148171
+ }, {
148172
+ id: number;
148173
+ billingCenterName: string;
148174
+ customerId?: number | null | undefined;
148175
+ }>>;
148176
+ }, "strip", z.ZodTypeAny, {
148177
+ id: number;
148178
+ userId: number;
148179
+ billingCenterId: number;
148180
+ createdAt?: import("luxon").DateTime<true> | import("luxon").DateTime<false> | undefined;
148181
+ updatedAt?: import("luxon").DateTime<true> | import("luxon").DateTime<false> | undefined;
148182
+ billingCenter?: {
148183
+ id: number;
148184
+ billingCenterName: string;
148185
+ customerId?: number | null | undefined;
148186
+ } | undefined;
148187
+ }, {
148188
+ id: number;
148189
+ userId: number;
148190
+ billingCenterId: number;
148191
+ createdAt?: Date | undefined;
148192
+ updatedAt?: Date | undefined;
148193
+ billingCenter?: {
148194
+ id: number;
148195
+ billingCenterName: string;
148196
+ customerId?: number | null | undefined;
148197
+ } | undefined;
148198
+ }>, "many">>;
148199
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
148200
+ id: number;
148201
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
148202
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
148203
+ countryId: number | null;
148204
+ addressTwo: string;
148205
+ postalCode: string;
148206
+ city: string;
148207
+ telephoneOne: string;
148208
+ telephoneTwo: string;
148209
+ email: string;
148210
+ comments: string;
148211
+ numCodeOne: string;
148212
+ numCodeTwo: string;
148213
+ isActif: boolean;
148214
+ isParis: boolean;
148215
+ isMedical: boolean;
148216
+ isService: boolean;
148217
+ emailOne: string;
148218
+ emailTwo: string;
148219
+ addressOne: string;
148220
+ customerId: number;
148221
+ firstName: string;
148222
+ lastName: string;
148223
+ emailVerifiedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
148224
+ password: string;
148225
+ poste: string;
148226
+ roles: string[];
148227
+ isOpsAdmin: boolean;
148228
+ civility: string;
148229
+ isShowCalculatrice: boolean;
148230
+ expedition: boolean;
148231
+ physicCompany: string;
148232
+ menus: string;
148233
+ ongletExpedition: string;
148234
+ chauffeurType: string;
148235
+ typeOfOps: string;
148236
+ prestation: string;
148237
+ tracking: string;
148238
+ expeditionCourse: string;
148239
+ carnetAddress: string;
148240
+ expeditionsCarnet: string;
148241
+ accessArchive: string;
148242
+ isShowImportMenu: boolean;
148243
+ isShowExportMenu: boolean;
148244
+ isShowCourseMenu: boolean;
148245
+ twoRoues: boolean;
148246
+ vt: boolean;
148247
+ lesTwo: boolean;
148248
+ isMiniTracking: boolean;
148249
+ isFullTracking: boolean;
148250
+ isShareCourseAndExpedition: boolean;
148251
+ isShareCarnetAdresse: boolean;
148252
+ isShareCarnetAdresseAndExpedition: boolean;
148253
+ isAccessAuxArchives: boolean;
148254
+ isShowInfo: boolean;
148255
+ photo: string | null;
148256
+ entreprisePhysique: string;
148257
+ isAdminChauffeur: boolean;
148258
+ isShowTracking: boolean;
148259
+ isSupportActivated: boolean;
148260
+ isClientTransitaire: boolean;
148261
+ vehiculeId: number;
148262
+ salaryId: number;
148263
+ country?: {
148264
+ id: number;
148265
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
148266
+ code: string;
148267
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
148268
+ name: string;
148269
+ phoneCode: string;
148270
+ } | undefined;
148271
+ customer?: {
148272
+ id: number;
148273
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
148274
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
148275
+ fullName: string;
148276
+ countryId: number;
148277
+ address: string;
148278
+ addressTwo: string | null;
148279
+ postalCode: string;
148280
+ city: string;
148281
+ telephoneOne: string;
148282
+ telephoneTwo: string | null;
148283
+ invoiceMail: string;
148284
+ dafResponsibleName: string;
148285
+ email: string | null;
148286
+ intraVatNumber: string | null;
148287
+ submittedToFrenchVat: boolean;
148288
+ siren: string;
148289
+ numeroEori: string | null;
148290
+ comments: string | null;
148291
+ numCodeOne: string | null;
148292
+ numCodeTwo: string | null;
148293
+ isActif: boolean;
148294
+ isParis: boolean;
148295
+ isMedical: boolean;
148296
+ isService: boolean;
148297
+ valeurCustomer: boolean;
148298
+ dirigeant: string | null;
148299
+ dirigeantTel: string | null;
148300
+ dirigeantEmail: string | null;
148301
+ responsableComptable: string | null;
148302
+ responsableComptableTel: string | null;
148303
+ responsableComptableEmail: string | null;
148304
+ responsableDaf: string | null;
148305
+ responsableDafTel: string | null;
148306
+ responsableDafEmail: string | null;
148307
+ emailFacturation: string | null;
148308
+ logo: string | null;
148309
+ header: string | null;
148310
+ footer: string | null;
148311
+ emailOne: string | null;
148312
+ emailTwo: string | null;
148313
+ emailThree: string | null;
148314
+ tva: string | null;
148315
+ isTrackingMail: boolean | null;
148316
+ isBillingCenter: boolean;
148317
+ isShowNameCustomer: boolean;
148318
+ isMailing: boolean;
148319
+ numeroSiret: string | null;
148320
+ country?: {
148321
+ id: number;
148322
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
148323
+ code: string;
148324
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
148325
+ name: string;
148326
+ phoneCode: string;
148327
+ } | undefined;
148328
+ } | undefined;
148329
+ salary?: {
148330
+ id: number;
148331
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
148332
+ type: string;
148333
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
148334
+ countryId: number | null;
148335
+ postalCode: string;
148336
+ city: string;
148337
+ email: string;
148338
+ nom: string;
148339
+ prenom: string;
148340
+ telephone: string;
148341
+ adress: string;
148342
+ country?: {
148343
+ id: number;
148344
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
148345
+ code: string;
148346
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
148347
+ name: string;
148348
+ phoneCode: string;
148349
+ } | undefined;
148350
+ } | undefined;
148351
+ vehicule?: {
148352
+ id: number;
148353
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
148354
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
148355
+ plaque: string;
148356
+ telephoneSociete: string;
148357
+ typeVehicule: string;
148358
+ kmDepart: number;
148359
+ kmRetour: number;
148360
+ pochetteRecu: boolean;
148361
+ carteCarburant: string;
148362
+ carteBancaire: string;
148363
+ bipTelepage: string;
148364
+ } | undefined;
148365
+ userBillingCenters?: {
148366
+ id: number;
148367
+ userId: number;
148368
+ billingCenterId: number;
148369
+ createdAt?: import("luxon").DateTime<true> | import("luxon").DateTime<false> | undefined;
148370
+ updatedAt?: import("luxon").DateTime<true> | import("luxon").DateTime<false> | undefined;
148371
+ billingCenter?: {
148372
+ id: number;
148373
+ billingCenterName: string;
148374
+ customerId?: number | null | undefined;
148375
+ } | undefined;
148376
+ }[] | undefined;
148377
+ }, {
148378
+ id: number;
148379
+ createdAt: Date;
148380
+ updatedAt: Date;
148381
+ countryId: number | null;
148382
+ addressTwo: string;
148383
+ postalCode: string;
148384
+ city: string;
148385
+ telephoneOne: string;
148386
+ telephoneTwo: string;
148387
+ email: string;
148388
+ comments: string;
148389
+ numCodeOne: string;
148390
+ numCodeTwo: string;
148391
+ isActif: boolean;
148392
+ isParis: boolean;
148393
+ isMedical: boolean;
148394
+ isService: boolean;
148395
+ emailOne: string;
148396
+ emailTwo: string;
148397
+ addressOne: string;
148398
+ customerId: number;
148399
+ firstName: string;
148400
+ lastName: string;
148401
+ emailVerifiedAt: Date;
148402
+ password: string;
148403
+ poste: string;
148404
+ roles: string[];
148405
+ isOpsAdmin: boolean;
148406
+ civility: string;
148407
+ isShowCalculatrice: boolean;
148408
+ expedition: boolean;
148409
+ physicCompany: string;
148410
+ menus: string;
148411
+ ongletExpedition: string;
148412
+ chauffeurType: string;
148413
+ typeOfOps: string;
148414
+ prestation: string;
148415
+ tracking: string;
148416
+ expeditionCourse: string;
148417
+ carnetAddress: string;
148418
+ expeditionsCarnet: string;
148419
+ accessArchive: string;
148420
+ isShowImportMenu: boolean;
148421
+ isShowExportMenu: boolean;
148422
+ isShowCourseMenu: boolean;
148423
+ twoRoues: boolean;
148424
+ vt: boolean;
148425
+ lesTwo: boolean;
148426
+ isMiniTracking: boolean;
148427
+ isFullTracking: boolean;
148428
+ isShareCourseAndExpedition: boolean;
148429
+ isShareCarnetAdresse: boolean;
148430
+ isShareCarnetAdresseAndExpedition: boolean;
148431
+ isAccessAuxArchives: boolean;
148432
+ isShowInfo: boolean;
148433
+ photo: string | null;
148434
+ entreprisePhysique: string;
148435
+ isAdminChauffeur: boolean;
148436
+ isShowTracking: boolean;
148437
+ isSupportActivated: boolean;
148438
+ isClientTransitaire: boolean;
148439
+ vehiculeId: number;
148440
+ salaryId: number;
148441
+ country?: {
148442
+ id: number;
148443
+ createdAt: Date;
148444
+ code: string;
148445
+ updatedAt: Date;
148446
+ name: string;
148447
+ phoneCode: string;
148448
+ } | undefined;
148449
+ customer?: {
148450
+ id: number;
148451
+ createdAt: Date;
148452
+ updatedAt: Date;
148453
+ fullName: string;
148454
+ countryId: number;
148455
+ address: string;
148456
+ addressTwo: string | null;
148457
+ postalCode: string;
148458
+ city: string;
148459
+ telephoneOne: string;
148460
+ telephoneTwo: string | null;
148461
+ invoiceMail: string;
148462
+ dafResponsibleName: string;
148463
+ email: string | null;
148464
+ intraVatNumber: string | null;
148465
+ submittedToFrenchVat: boolean;
148466
+ siren: string;
148467
+ numeroEori: string | null;
148468
+ comments: string | null;
148469
+ numCodeOne: string | null;
148470
+ numCodeTwo: string | null;
148471
+ isActif: boolean;
148472
+ isParis: boolean;
148473
+ isMedical: boolean;
148474
+ isService: boolean;
148475
+ valeurCustomer: boolean;
148476
+ dirigeant: string | null;
148477
+ dirigeantTel: string | null;
148478
+ dirigeantEmail: string | null;
148479
+ responsableComptable: string | null;
148480
+ responsableComptableTel: string | null;
148481
+ responsableComptableEmail: string | null;
148482
+ responsableDaf: string | null;
148483
+ responsableDafTel: string | null;
148484
+ responsableDafEmail: string | null;
148485
+ emailFacturation: string | null;
148486
+ logo: string | null;
148487
+ header: string | null;
148488
+ footer: string | null;
148489
+ emailOne: string | null;
148490
+ emailTwo: string | null;
148491
+ emailThree: string | null;
148492
+ tva: string | null;
148493
+ isTrackingMail: boolean | null;
148494
+ isBillingCenter: boolean;
148495
+ isShowNameCustomer: boolean;
148496
+ isMailing: boolean;
148497
+ numeroSiret: string | null;
148498
+ country?: {
148499
+ id: number;
148500
+ createdAt: Date;
148501
+ code: string;
148502
+ updatedAt: Date;
148503
+ name: string;
148504
+ phoneCode: string;
148505
+ } | undefined;
148506
+ } | undefined;
148507
+ salary?: {
148508
+ id: number;
148509
+ createdAt: Date;
148510
+ type: string;
148511
+ updatedAt: Date;
148512
+ countryId: number | null;
148513
+ postalCode: string;
148514
+ city: string;
148515
+ email: string;
148516
+ nom: string;
148517
+ prenom: string;
148518
+ telephone: string;
148519
+ adress: string;
148520
+ country?: {
148521
+ id: number;
148522
+ createdAt: Date;
148523
+ code: string;
148524
+ updatedAt: Date;
148525
+ name: string;
148526
+ phoneCode: string;
148527
+ } | undefined;
148528
+ } | undefined;
148529
+ vehicule?: {
148530
+ id: number;
148531
+ createdAt: Date;
148532
+ updatedAt: Date;
148533
+ plaque: string;
148534
+ telephoneSociete: string;
148535
+ typeVehicule: string;
148536
+ kmDepart: number;
148537
+ kmRetour: number;
148538
+ pochetteRecu: boolean;
148539
+ carteCarburant: string;
148540
+ carteBancaire: string;
148541
+ bipTelepage: string;
148542
+ } | undefined;
148543
+ userBillingCenters?: {
148544
+ id: number;
148545
+ userId: number;
148546
+ billingCenterId: number;
148547
+ createdAt?: Date | undefined;
148548
+ updatedAt?: Date | undefined;
148549
+ billingCenter?: {
148550
+ id: number;
148551
+ billingCenterName: string;
148552
+ customerId?: number | null | undefined;
148553
+ } | undefined;
148554
+ }[] | undefined;
148555
+ }>, "many">;
148556
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
148557
+ data: {
148558
+ id: number;
148559
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
148560
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
148561
+ countryId: number | null;
148562
+ addressTwo: string;
148563
+ postalCode: string;
148564
+ city: string;
148565
+ telephoneOne: string;
148566
+ telephoneTwo: string;
148567
+ email: string;
148568
+ comments: string;
148569
+ numCodeOne: string;
148570
+ numCodeTwo: string;
148571
+ isActif: boolean;
148572
+ isParis: boolean;
148573
+ isMedical: boolean;
148574
+ isService: boolean;
148575
+ emailOne: string;
148576
+ emailTwo: string;
148577
+ addressOne: string;
148578
+ customerId: number;
148579
+ firstName: string;
148580
+ lastName: string;
148581
+ emailVerifiedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
148582
+ password: string;
148583
+ poste: string;
148584
+ roles: string[];
148585
+ isOpsAdmin: boolean;
148586
+ civility: string;
148587
+ isShowCalculatrice: boolean;
148588
+ expedition: boolean;
148589
+ physicCompany: string;
148590
+ menus: string;
148591
+ ongletExpedition: string;
148592
+ chauffeurType: string;
148593
+ typeOfOps: string;
148594
+ prestation: string;
148595
+ tracking: string;
148596
+ expeditionCourse: string;
148597
+ carnetAddress: string;
148598
+ expeditionsCarnet: string;
148599
+ accessArchive: string;
148600
+ isShowImportMenu: boolean;
148601
+ isShowExportMenu: boolean;
148602
+ isShowCourseMenu: boolean;
148603
+ twoRoues: boolean;
148604
+ vt: boolean;
148605
+ lesTwo: boolean;
148606
+ isMiniTracking: boolean;
148607
+ isFullTracking: boolean;
148608
+ isShareCourseAndExpedition: boolean;
148609
+ isShareCarnetAdresse: boolean;
148610
+ isShareCarnetAdresseAndExpedition: boolean;
148611
+ isAccessAuxArchives: boolean;
148612
+ isShowInfo: boolean;
148613
+ photo: string | null;
148614
+ entreprisePhysique: string;
148615
+ isAdminChauffeur: boolean;
148616
+ isShowTracking: boolean;
148617
+ isSupportActivated: boolean;
148618
+ isClientTransitaire: boolean;
148619
+ vehiculeId: number;
148620
+ salaryId: number;
148621
+ country?: {
148622
+ id: number;
148623
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
148624
+ code: string;
148625
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
148626
+ name: string;
148627
+ phoneCode: string;
148628
+ } | undefined;
148629
+ customer?: {
148630
+ id: number;
148631
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
148632
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
148633
+ fullName: string;
148634
+ countryId: number;
148635
+ address: string;
148636
+ addressTwo: string | null;
148637
+ postalCode: string;
148638
+ city: string;
148639
+ telephoneOne: string;
148640
+ telephoneTwo: string | null;
148641
+ invoiceMail: string;
148642
+ dafResponsibleName: string;
148643
+ email: string | null;
148644
+ intraVatNumber: string | null;
148645
+ submittedToFrenchVat: boolean;
148646
+ siren: string;
148647
+ numeroEori: string | null;
148648
+ comments: string | null;
148649
+ numCodeOne: string | null;
148650
+ numCodeTwo: string | null;
148651
+ isActif: boolean;
148652
+ isParis: boolean;
148653
+ isMedical: boolean;
148654
+ isService: boolean;
148655
+ valeurCustomer: boolean;
148656
+ dirigeant: string | null;
148657
+ dirigeantTel: string | null;
148658
+ dirigeantEmail: string | null;
148659
+ responsableComptable: string | null;
148660
+ responsableComptableTel: string | null;
148661
+ responsableComptableEmail: string | null;
148662
+ responsableDaf: string | null;
148663
+ responsableDafTel: string | null;
148664
+ responsableDafEmail: string | null;
148665
+ emailFacturation: string | null;
148666
+ logo: string | null;
148667
+ header: string | null;
148668
+ footer: string | null;
148669
+ emailOne: string | null;
148670
+ emailTwo: string | null;
148671
+ emailThree: string | null;
148672
+ tva: string | null;
148673
+ isTrackingMail: boolean | null;
148674
+ isBillingCenter: boolean;
148675
+ isShowNameCustomer: boolean;
148676
+ isMailing: boolean;
148677
+ numeroSiret: string | null;
148678
+ country?: {
148679
+ id: number;
148680
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
148681
+ code: string;
148682
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
148683
+ name: string;
148684
+ phoneCode: string;
148685
+ } | undefined;
148686
+ } | undefined;
148687
+ salary?: {
148688
+ id: number;
148689
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
148690
+ type: string;
148691
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
148692
+ countryId: number | null;
148693
+ postalCode: string;
148694
+ city: string;
148695
+ email: string;
148696
+ nom: string;
148697
+ prenom: string;
148698
+ telephone: string;
148699
+ adress: string;
148700
+ country?: {
148701
+ id: number;
148702
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
148703
+ code: string;
148704
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
148705
+ name: string;
148706
+ phoneCode: string;
148707
+ } | undefined;
148708
+ } | undefined;
148709
+ vehicule?: {
148710
+ id: number;
148711
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
148712
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
148713
+ plaque: string;
148714
+ telephoneSociete: string;
148715
+ typeVehicule: string;
148716
+ kmDepart: number;
148717
+ kmRetour: number;
148718
+ pochetteRecu: boolean;
148719
+ carteCarburant: string;
148720
+ carteBancaire: string;
148721
+ bipTelepage: string;
148722
+ } | undefined;
148723
+ userBillingCenters?: {
148724
+ id: number;
148725
+ userId: number;
148726
+ billingCenterId: number;
148727
+ createdAt?: import("luxon").DateTime<true> | import("luxon").DateTime<false> | undefined;
148728
+ updatedAt?: import("luxon").DateTime<true> | import("luxon").DateTime<false> | undefined;
148729
+ billingCenter?: {
148730
+ id: number;
148731
+ billingCenterName: string;
148732
+ customerId?: number | null | undefined;
148733
+ } | undefined;
148734
+ }[] | undefined;
148735
+ }[];
148736
+ meta: {
148737
+ total: number;
148738
+ perPage: number;
148739
+ currentPage: number;
148740
+ lastPage: number;
148741
+ firstPage: number;
148742
+ firstPageUrl: string;
148743
+ lastPageUrl: string;
148744
+ nextPageUrl: string | null;
148745
+ previousPageUrl: string | null;
148746
+ };
148747
+ }, {
148748
+ data: {
148749
+ id: number;
148750
+ createdAt: Date;
148751
+ updatedAt: Date;
148752
+ countryId: number | null;
148753
+ addressTwo: string;
148754
+ postalCode: string;
148755
+ city: string;
148756
+ telephoneOne: string;
148757
+ telephoneTwo: string;
148758
+ email: string;
148759
+ comments: string;
148760
+ numCodeOne: string;
148761
+ numCodeTwo: string;
148762
+ isActif: boolean;
148763
+ isParis: boolean;
148764
+ isMedical: boolean;
148765
+ isService: boolean;
148766
+ emailOne: string;
148767
+ emailTwo: string;
148768
+ addressOne: string;
148769
+ customerId: number;
148770
+ firstName: string;
148771
+ lastName: string;
148772
+ emailVerifiedAt: Date;
148773
+ password: string;
148774
+ poste: string;
148775
+ roles: string[];
148776
+ isOpsAdmin: boolean;
148777
+ civility: string;
148778
+ isShowCalculatrice: boolean;
148779
+ expedition: boolean;
148780
+ physicCompany: string;
148781
+ menus: string;
148782
+ ongletExpedition: string;
148783
+ chauffeurType: string;
148784
+ typeOfOps: string;
148785
+ prestation: string;
148786
+ tracking: string;
148787
+ expeditionCourse: string;
148788
+ carnetAddress: string;
148789
+ expeditionsCarnet: string;
148790
+ accessArchive: string;
148791
+ isShowImportMenu: boolean;
148792
+ isShowExportMenu: boolean;
148793
+ isShowCourseMenu: boolean;
148794
+ twoRoues: boolean;
148795
+ vt: boolean;
148796
+ lesTwo: boolean;
148797
+ isMiniTracking: boolean;
148798
+ isFullTracking: boolean;
148799
+ isShareCourseAndExpedition: boolean;
148800
+ isShareCarnetAdresse: boolean;
148801
+ isShareCarnetAdresseAndExpedition: boolean;
148802
+ isAccessAuxArchives: boolean;
148803
+ isShowInfo: boolean;
148804
+ photo: string | null;
148805
+ entreprisePhysique: string;
148806
+ isAdminChauffeur: boolean;
148807
+ isShowTracking: boolean;
148808
+ isSupportActivated: boolean;
148809
+ isClientTransitaire: boolean;
148810
+ vehiculeId: number;
148811
+ salaryId: number;
148812
+ country?: {
148813
+ id: number;
148814
+ createdAt: Date;
148815
+ code: string;
148816
+ updatedAt: Date;
148817
+ name: string;
148818
+ phoneCode: string;
148819
+ } | undefined;
148820
+ customer?: {
148821
+ id: number;
148822
+ createdAt: Date;
148823
+ updatedAt: Date;
148824
+ fullName: string;
148825
+ countryId: number;
148826
+ address: string;
148827
+ addressTwo: string | null;
148828
+ postalCode: string;
148829
+ city: string;
148830
+ telephoneOne: string;
148831
+ telephoneTwo: string | null;
148832
+ invoiceMail: string;
148833
+ dafResponsibleName: string;
148834
+ email: string | null;
148835
+ intraVatNumber: string | null;
148836
+ submittedToFrenchVat: boolean;
148837
+ siren: string;
148838
+ numeroEori: string | null;
148839
+ comments: string | null;
148840
+ numCodeOne: string | null;
148841
+ numCodeTwo: string | null;
148842
+ isActif: boolean;
148843
+ isParis: boolean;
148844
+ isMedical: boolean;
148845
+ isService: boolean;
148846
+ valeurCustomer: boolean;
148847
+ dirigeant: string | null;
148848
+ dirigeantTel: string | null;
148849
+ dirigeantEmail: string | null;
148850
+ responsableComptable: string | null;
148851
+ responsableComptableTel: string | null;
148852
+ responsableComptableEmail: string | null;
148853
+ responsableDaf: string | null;
148854
+ responsableDafTel: string | null;
148855
+ responsableDafEmail: string | null;
148856
+ emailFacturation: string | null;
148857
+ logo: string | null;
148858
+ header: string | null;
148859
+ footer: string | null;
148860
+ emailOne: string | null;
148861
+ emailTwo: string | null;
148862
+ emailThree: string | null;
148863
+ tva: string | null;
148864
+ isTrackingMail: boolean | null;
148865
+ isBillingCenter: boolean;
148866
+ isShowNameCustomer: boolean;
148867
+ isMailing: boolean;
148868
+ numeroSiret: string | null;
148869
+ country?: {
148870
+ id: number;
148871
+ createdAt: Date;
148872
+ code: string;
148873
+ updatedAt: Date;
148874
+ name: string;
148875
+ phoneCode: string;
148876
+ } | undefined;
148877
+ } | undefined;
148878
+ salary?: {
148879
+ id: number;
148880
+ createdAt: Date;
148881
+ type: string;
148882
+ updatedAt: Date;
148883
+ countryId: number | null;
148884
+ postalCode: string;
148885
+ city: string;
148886
+ email: string;
148887
+ nom: string;
148888
+ prenom: string;
148889
+ telephone: string;
148890
+ adress: string;
148891
+ country?: {
148892
+ id: number;
148893
+ createdAt: Date;
148894
+ code: string;
148895
+ updatedAt: Date;
148896
+ name: string;
148897
+ phoneCode: string;
148898
+ } | undefined;
148899
+ } | undefined;
148900
+ vehicule?: {
148901
+ id: number;
148902
+ createdAt: Date;
148903
+ updatedAt: Date;
148904
+ plaque: string;
148905
+ telephoneSociete: string;
148906
+ typeVehicule: string;
148907
+ kmDepart: number;
148908
+ kmRetour: number;
148909
+ pochetteRecu: boolean;
148910
+ carteCarburant: string;
148911
+ carteBancaire: string;
148912
+ bipTelepage: string;
148913
+ } | undefined;
148914
+ userBillingCenters?: {
148915
+ id: number;
148916
+ userId: number;
148917
+ billingCenterId: number;
148918
+ createdAt?: Date | undefined;
148919
+ updatedAt?: Date | undefined;
148920
+ billingCenter?: {
148921
+ id: number;
148922
+ billingCenterName: string;
148923
+ customerId?: number | null | undefined;
148924
+ } | undefined;
148925
+ }[] | undefined;
148926
+ }[];
148927
+ meta: {
148928
+ total: number;
148929
+ perPage: number;
148930
+ currentPage: number;
148931
+ lastPage: number;
148932
+ firstPage: number;
148933
+ firstPageUrl: string;
148934
+ lastPageUrl: string;
148935
+ nextPageUrl: string | null;
148936
+ previousPageUrl: string | null;
148937
+ };
148938
+ }>;
148939
+ message: z.ZodOptional<z.ZodString>;
148940
+ status: z.ZodOptional<z.ZodNumber>;
148941
+ error: z.ZodOptional<z.ZodNever>;
148942
+ success: z.ZodLiteral<true>;
148943
+ }, "strip", z.ZodTypeAny, {
148944
+ data: {
148945
+ data: {
148946
+ id: number;
148947
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
148948
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
148949
+ countryId: number | null;
148950
+ addressTwo: string;
148951
+ postalCode: string;
148952
+ city: string;
148953
+ telephoneOne: string;
148954
+ telephoneTwo: string;
148955
+ email: string;
148956
+ comments: string;
148957
+ numCodeOne: string;
148958
+ numCodeTwo: string;
148959
+ isActif: boolean;
148960
+ isParis: boolean;
148961
+ isMedical: boolean;
148962
+ isService: boolean;
148963
+ emailOne: string;
148964
+ emailTwo: string;
148965
+ addressOne: string;
148966
+ customerId: number;
148967
+ firstName: string;
148968
+ lastName: string;
148969
+ emailVerifiedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
148970
+ password: string;
148971
+ poste: string;
148972
+ roles: string[];
148973
+ isOpsAdmin: boolean;
148974
+ civility: string;
148975
+ isShowCalculatrice: boolean;
148976
+ expedition: boolean;
148977
+ physicCompany: string;
148978
+ menus: string;
148979
+ ongletExpedition: string;
148980
+ chauffeurType: string;
148981
+ typeOfOps: string;
148982
+ prestation: string;
148983
+ tracking: string;
148984
+ expeditionCourse: string;
148985
+ carnetAddress: string;
148986
+ expeditionsCarnet: string;
148987
+ accessArchive: string;
148988
+ isShowImportMenu: boolean;
148989
+ isShowExportMenu: boolean;
148990
+ isShowCourseMenu: boolean;
148991
+ twoRoues: boolean;
148992
+ vt: boolean;
148993
+ lesTwo: boolean;
148994
+ isMiniTracking: boolean;
148995
+ isFullTracking: boolean;
148996
+ isShareCourseAndExpedition: boolean;
148997
+ isShareCarnetAdresse: boolean;
148998
+ isShareCarnetAdresseAndExpedition: boolean;
148999
+ isAccessAuxArchives: boolean;
149000
+ isShowInfo: boolean;
149001
+ photo: string | null;
149002
+ entreprisePhysique: string;
149003
+ isAdminChauffeur: boolean;
149004
+ isShowTracking: boolean;
149005
+ isSupportActivated: boolean;
149006
+ isClientTransitaire: boolean;
149007
+ vehiculeId: number;
149008
+ salaryId: number;
149009
+ country?: {
149010
+ id: number;
149011
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
149012
+ code: string;
149013
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
149014
+ name: string;
149015
+ phoneCode: string;
149016
+ } | undefined;
149017
+ customer?: {
149018
+ id: number;
149019
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
149020
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
149021
+ fullName: string;
149022
+ countryId: number;
149023
+ address: string;
149024
+ addressTwo: string | null;
149025
+ postalCode: string;
149026
+ city: string;
149027
+ telephoneOne: string;
149028
+ telephoneTwo: string | null;
149029
+ invoiceMail: string;
149030
+ dafResponsibleName: string;
149031
+ email: string | null;
149032
+ intraVatNumber: string | null;
149033
+ submittedToFrenchVat: boolean;
149034
+ siren: string;
149035
+ numeroEori: string | null;
149036
+ comments: string | null;
149037
+ numCodeOne: string | null;
149038
+ numCodeTwo: string | null;
149039
+ isActif: boolean;
149040
+ isParis: boolean;
149041
+ isMedical: boolean;
149042
+ isService: boolean;
149043
+ valeurCustomer: boolean;
149044
+ dirigeant: string | null;
149045
+ dirigeantTel: string | null;
149046
+ dirigeantEmail: string | null;
149047
+ responsableComptable: string | null;
149048
+ responsableComptableTel: string | null;
149049
+ responsableComptableEmail: string | null;
149050
+ responsableDaf: string | null;
149051
+ responsableDafTel: string | null;
149052
+ responsableDafEmail: string | null;
149053
+ emailFacturation: string | null;
149054
+ logo: string | null;
149055
+ header: string | null;
149056
+ footer: string | null;
149057
+ emailOne: string | null;
149058
+ emailTwo: string | null;
149059
+ emailThree: string | null;
149060
+ tva: string | null;
149061
+ isTrackingMail: boolean | null;
149062
+ isBillingCenter: boolean;
149063
+ isShowNameCustomer: boolean;
149064
+ isMailing: boolean;
149065
+ numeroSiret: string | null;
149066
+ country?: {
149067
+ id: number;
149068
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
149069
+ code: string;
149070
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
149071
+ name: string;
149072
+ phoneCode: string;
149073
+ } | undefined;
149074
+ } | undefined;
149075
+ salary?: {
149076
+ id: number;
149077
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
149078
+ type: string;
149079
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
149080
+ countryId: number | null;
149081
+ postalCode: string;
149082
+ city: string;
149083
+ email: string;
149084
+ nom: string;
149085
+ prenom: string;
149086
+ telephone: string;
149087
+ adress: string;
149088
+ country?: {
149089
+ id: number;
149090
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
149091
+ code: string;
149092
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
149093
+ name: string;
149094
+ phoneCode: string;
149095
+ } | undefined;
149096
+ } | undefined;
149097
+ vehicule?: {
149098
+ id: number;
149099
+ createdAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
149100
+ updatedAt: import("luxon").DateTime<true> | import("luxon").DateTime<false>;
149101
+ plaque: string;
149102
+ telephoneSociete: string;
149103
+ typeVehicule: string;
149104
+ kmDepart: number;
149105
+ kmRetour: number;
149106
+ pochetteRecu: boolean;
149107
+ carteCarburant: string;
149108
+ carteBancaire: string;
149109
+ bipTelepage: string;
149110
+ } | undefined;
149111
+ userBillingCenters?: {
149112
+ id: number;
149113
+ userId: number;
149114
+ billingCenterId: number;
149115
+ createdAt?: import("luxon").DateTime<true> | import("luxon").DateTime<false> | undefined;
149116
+ updatedAt?: import("luxon").DateTime<true> | import("luxon").DateTime<false> | undefined;
149117
+ billingCenter?: {
149118
+ id: number;
149119
+ billingCenterName: string;
149120
+ customerId?: number | null | undefined;
149121
+ } | undefined;
149122
+ }[] | undefined;
149123
+ }[];
149124
+ meta: {
149125
+ total: number;
149126
+ perPage: number;
149127
+ currentPage: number;
149128
+ lastPage: number;
149129
+ firstPage: number;
149130
+ firstPageUrl: string;
149131
+ lastPageUrl: string;
149132
+ nextPageUrl: string | null;
149133
+ previousPageUrl: string | null;
149134
+ };
149135
+ };
149136
+ success: true;
149137
+ status?: number | undefined;
149138
+ message?: string | undefined;
149139
+ error?: undefined;
149140
+ }, {
149141
+ data: {
149142
+ data: {
149143
+ id: number;
149144
+ createdAt: Date;
149145
+ updatedAt: Date;
149146
+ countryId: number | null;
149147
+ addressTwo: string;
149148
+ postalCode: string;
149149
+ city: string;
149150
+ telephoneOne: string;
149151
+ telephoneTwo: string;
149152
+ email: string;
149153
+ comments: string;
149154
+ numCodeOne: string;
149155
+ numCodeTwo: string;
149156
+ isActif: boolean;
149157
+ isParis: boolean;
149158
+ isMedical: boolean;
149159
+ isService: boolean;
149160
+ emailOne: string;
149161
+ emailTwo: string;
149162
+ addressOne: string;
149163
+ customerId: number;
149164
+ firstName: string;
149165
+ lastName: string;
149166
+ emailVerifiedAt: Date;
149167
+ password: string;
149168
+ poste: string;
149169
+ roles: string[];
149170
+ isOpsAdmin: boolean;
149171
+ civility: string;
149172
+ isShowCalculatrice: boolean;
149173
+ expedition: boolean;
149174
+ physicCompany: string;
149175
+ menus: string;
149176
+ ongletExpedition: string;
149177
+ chauffeurType: string;
149178
+ typeOfOps: string;
149179
+ prestation: string;
149180
+ tracking: string;
149181
+ expeditionCourse: string;
149182
+ carnetAddress: string;
149183
+ expeditionsCarnet: string;
149184
+ accessArchive: string;
149185
+ isShowImportMenu: boolean;
149186
+ isShowExportMenu: boolean;
149187
+ isShowCourseMenu: boolean;
149188
+ twoRoues: boolean;
149189
+ vt: boolean;
149190
+ lesTwo: boolean;
149191
+ isMiniTracking: boolean;
149192
+ isFullTracking: boolean;
149193
+ isShareCourseAndExpedition: boolean;
149194
+ isShareCarnetAdresse: boolean;
149195
+ isShareCarnetAdresseAndExpedition: boolean;
149196
+ isAccessAuxArchives: boolean;
149197
+ isShowInfo: boolean;
149198
+ photo: string | null;
149199
+ entreprisePhysique: string;
149200
+ isAdminChauffeur: boolean;
149201
+ isShowTracking: boolean;
149202
+ isSupportActivated: boolean;
149203
+ isClientTransitaire: boolean;
149204
+ vehiculeId: number;
149205
+ salaryId: number;
149206
+ country?: {
149207
+ id: number;
149208
+ createdAt: Date;
149209
+ code: string;
149210
+ updatedAt: Date;
149211
+ name: string;
149212
+ phoneCode: string;
149213
+ } | undefined;
149214
+ customer?: {
149215
+ id: number;
149216
+ createdAt: Date;
149217
+ updatedAt: Date;
149218
+ fullName: string;
149219
+ countryId: number;
149220
+ address: string;
149221
+ addressTwo: string | null;
149222
+ postalCode: string;
149223
+ city: string;
149224
+ telephoneOne: string;
149225
+ telephoneTwo: string | null;
149226
+ invoiceMail: string;
149227
+ dafResponsibleName: string;
149228
+ email: string | null;
149229
+ intraVatNumber: string | null;
149230
+ submittedToFrenchVat: boolean;
149231
+ siren: string;
149232
+ numeroEori: string | null;
149233
+ comments: string | null;
149234
+ numCodeOne: string | null;
149235
+ numCodeTwo: string | null;
149236
+ isActif: boolean;
149237
+ isParis: boolean;
149238
+ isMedical: boolean;
149239
+ isService: boolean;
149240
+ valeurCustomer: boolean;
149241
+ dirigeant: string | null;
149242
+ dirigeantTel: string | null;
149243
+ dirigeantEmail: string | null;
149244
+ responsableComptable: string | null;
149245
+ responsableComptableTel: string | null;
149246
+ responsableComptableEmail: string | null;
149247
+ responsableDaf: string | null;
149248
+ responsableDafTel: string | null;
149249
+ responsableDafEmail: string | null;
149250
+ emailFacturation: string | null;
149251
+ logo: string | null;
149252
+ header: string | null;
149253
+ footer: string | null;
149254
+ emailOne: string | null;
149255
+ emailTwo: string | null;
149256
+ emailThree: string | null;
149257
+ tva: string | null;
149258
+ isTrackingMail: boolean | null;
149259
+ isBillingCenter: boolean;
149260
+ isShowNameCustomer: boolean;
149261
+ isMailing: boolean;
149262
+ numeroSiret: string | null;
149263
+ country?: {
149264
+ id: number;
149265
+ createdAt: Date;
149266
+ code: string;
149267
+ updatedAt: Date;
149268
+ name: string;
149269
+ phoneCode: string;
149270
+ } | undefined;
149271
+ } | undefined;
149272
+ salary?: {
149273
+ id: number;
149274
+ createdAt: Date;
149275
+ type: string;
149276
+ updatedAt: Date;
149277
+ countryId: number | null;
149278
+ postalCode: string;
149279
+ city: string;
149280
+ email: string;
149281
+ nom: string;
149282
+ prenom: string;
149283
+ telephone: string;
149284
+ adress: string;
149285
+ country?: {
149286
+ id: number;
149287
+ createdAt: Date;
149288
+ code: string;
149289
+ updatedAt: Date;
149290
+ name: string;
149291
+ phoneCode: string;
149292
+ } | undefined;
149293
+ } | undefined;
149294
+ vehicule?: {
149295
+ id: number;
149296
+ createdAt: Date;
149297
+ updatedAt: Date;
149298
+ plaque: string;
149299
+ telephoneSociete: string;
149300
+ typeVehicule: string;
149301
+ kmDepart: number;
149302
+ kmRetour: number;
149303
+ pochetteRecu: boolean;
149304
+ carteCarburant: string;
149305
+ carteBancaire: string;
149306
+ bipTelepage: string;
149307
+ } | undefined;
149308
+ userBillingCenters?: {
149309
+ id: number;
149310
+ userId: number;
149311
+ billingCenterId: number;
149312
+ createdAt?: Date | undefined;
149313
+ updatedAt?: Date | undefined;
149314
+ billingCenter?: {
149315
+ id: number;
149316
+ billingCenterName: string;
149317
+ customerId?: number | null | undefined;
149318
+ } | undefined;
149319
+ }[] | undefined;
149320
+ }[];
149321
+ meta: {
149322
+ total: number;
149323
+ perPage: number;
149324
+ currentPage: number;
149325
+ lastPage: number;
149326
+ firstPage: number;
149327
+ firstPageUrl: string;
149328
+ lastPageUrl: string;
149329
+ nextPageUrl: string | null;
149330
+ previousPageUrl: string | null;
149331
+ };
149332
+ };
149333
+ success: true;
149334
+ status?: number | undefined;
149335
+ message?: string | undefined;
149336
+ error?: undefined;
149337
+ }>, z.ZodObject<{
149338
+ data: z.ZodNever;
149339
+ message: z.ZodString;
149340
+ status: z.ZodOptional<z.ZodNumber>;
149341
+ error: z.ZodObject<{
149342
+ message: z.ZodString;
149343
+ info: z.ZodObject<{
149344
+ status: z.ZodNumber;
149345
+ code: z.ZodString;
149346
+ messages: z.ZodArray<z.ZodObject<{
149347
+ message: z.ZodString;
149348
+ rule: z.ZodOptional<z.ZodString>;
149349
+ field: z.ZodOptional<z.ZodString>;
149350
+ }, "strip", z.ZodTypeAny, {
149351
+ message: string;
149352
+ rule?: string | undefined;
149353
+ field?: string | undefined;
149354
+ }, {
149355
+ message: string;
149356
+ rule?: string | undefined;
149357
+ field?: string | undefined;
149358
+ }>, "many">;
149359
+ }, "strip", z.ZodTypeAny, {
149360
+ status: number;
149361
+ code: string;
149362
+ messages: {
149363
+ message: string;
149364
+ rule?: string | undefined;
149365
+ field?: string | undefined;
149366
+ }[];
149367
+ }, {
149368
+ status: number;
149369
+ code: string;
149370
+ messages: {
149371
+ message: string;
149372
+ rule?: string | undefined;
149373
+ field?: string | undefined;
149374
+ }[];
149375
+ }>;
149376
+ }, "strip", z.ZodTypeAny, {
149377
+ message: string;
149378
+ info: {
149379
+ status: number;
149380
+ code: string;
149381
+ messages: {
149382
+ message: string;
149383
+ rule?: string | undefined;
149384
+ field?: string | undefined;
149385
+ }[];
149386
+ };
149387
+ }, {
149388
+ message: string;
149389
+ info: {
149390
+ status: number;
149391
+ code: string;
149392
+ messages: {
149393
+ message: string;
149394
+ rule?: string | undefined;
149395
+ field?: string | undefined;
149396
+ }[];
149397
+ };
149398
+ }>;
149399
+ success: z.ZodNever;
149400
+ }, "strip", z.ZodTypeAny, {
149401
+ message: string;
149402
+ data: never;
149403
+ error: {
149404
+ message: string;
149405
+ info: {
149406
+ status: number;
149407
+ code: string;
149408
+ messages: {
149409
+ message: string;
149410
+ rule?: string | undefined;
149411
+ field?: string | undefined;
149412
+ }[];
149413
+ };
149414
+ };
149415
+ success: never;
149416
+ status?: number | undefined;
149417
+ }, {
149418
+ message: string;
149419
+ data: never;
149420
+ error: {
149421
+ message: string;
149422
+ info: {
149423
+ status: number;
149424
+ code: string;
149425
+ messages: {
149426
+ message: string;
149427
+ rule?: string | undefined;
149428
+ field?: string | undefined;
149429
+ }[];
149430
+ };
149431
+ };
149432
+ success: never;
149433
+ status?: number | undefined;
149434
+ }>]>;
149435
+ };
149436
+ };
147741
149437
  declare const countryRoutes: {
147742
149438
  liste: {
147743
149439
  method: "GET";
@@ -173343,6 +175039,7 @@ export declare const opsRoutes: {
173343
175039
  manifest: typeof manifestRoutes;
173344
175040
  shippingManifest: typeof shippingManifestRoutes;
173345
175041
  shippingTracking: typeof shippingTrackingRoutes;
175042
+ userDriver: typeof userDriverRoutes;
173346
175043
  country: typeof countryRoutes;
173347
175044
  contact: typeof contactRoutes;
173348
175045
  supportTicket: typeof supportTicketRoutes;