exnet-routing 1.2.19 → 1.2.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/models/_billing_center.d.ts +11 -8
- package/dist/models/_billing_center.js +2 -0
- package/dist/models/_chat.d.ts +8 -8
- package/dist/models/_chat_message.d.ts +16 -16
- package/dist/models/_contact.d.ts +4 -4
- package/dist/models/_contact_visible.d.ts +8 -8
- package/dist/models/_facture.d.ts +13 -8
- package/dist/models/_facture_line.d.ts +21 -14
- package/dist/models/_historique_action.d.ts +8 -8
- package/dist/models/_information_chauffeur.d.ts +4 -4
- package/dist/models/_information_importante.d.ts +8 -8
- package/dist/models/_livraison_chauffeur.d.ts +8 -8
- package/dist/models/_prise_de_poste.d.ts +4 -4
- package/dist/models/_ramassage_chauffeur.d.ts +8 -8
- package/dist/models/_shipping.d.ts +32 -32
- package/dist/models/_shipping_affected.d.ts +8 -8
- package/dist/models/_shipping_classification.d.ts +4 -4
- package/dist/models/_shipping_comment.d.ts +8 -8
- package/dist/models/_shipping_course.d.ts +12 -12
- package/dist/models/_shipping_detail.d.ts +4 -4
- package/dist/models/_shipping_detail_info_supplementaire.d.ts +4 -4
- package/dist/models/_shipping_document.d.ts +8 -8
- package/dist/models/_shipping_emballage.d.ts +4 -4
- package/dist/models/_shipping_manifest.d.ts +4 -4
- package/dist/models/_shipping_package.d.ts +4 -4
- package/dist/models/_shipping_pod.d.ts +4 -4
- package/dist/models/_shipping_proforma.d.ts +4 -4
- package/dist/models/_shipping_proforma_line.d.ts +6 -6
- package/dist/models/_shipping_tracking.d.ts +8 -8
- package/dist/models/_tracking_visible.d.ts +8 -8
- package/dist/models/_untils.d.ts +2 -2
- package/dist/models/_user.d.ts +8 -8
- package/dist/models/_user_billing_center.d.ts +13 -8
- package/dist/models/_user_login_historie.d.ts +4 -4
- package/dist/models/_vehicule_affected.d.ts +4 -4
- package/dist/routes/admin.d.ts +460 -410
- package/dist/routes/ops.d.ts +2070 -2006
- package/dist/routes/public.d.ts +12 -12
- package/dist/routes/user.d.ts +765 -758
- package/package.json +1 -1
|
@@ -270,6 +270,7 @@ export declare const BillingCenterSchema: z.ZodObject<{
|
|
|
270
270
|
name: string;
|
|
271
271
|
phoneCode: string;
|
|
272
272
|
}>>>;
|
|
273
|
+
userBillingCenters: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodTypeAny>, "many">>;
|
|
273
274
|
}, "strip", z.ZodTypeAny, {
|
|
274
275
|
id: number;
|
|
275
276
|
createdAt: DateTime<true> | DateTime<false>;
|
|
@@ -312,6 +313,7 @@ export declare const BillingCenterSchema: z.ZodObject<{
|
|
|
312
313
|
eori: string | null;
|
|
313
314
|
tva: string | null;
|
|
314
315
|
isMailing: boolean;
|
|
316
|
+
customerId: number | null;
|
|
315
317
|
billingCenterName: string;
|
|
316
318
|
numeroSiren: string | null;
|
|
317
319
|
invoiceMailOne: string;
|
|
@@ -322,7 +324,6 @@ export declare const BillingCenterSchema: z.ZodObject<{
|
|
|
322
324
|
isShowSecondBordereaux: boolean;
|
|
323
325
|
isShowCustomerName: boolean;
|
|
324
326
|
isShowCommercialValue: boolean;
|
|
325
|
-
customerId: number | null;
|
|
326
327
|
country?: {
|
|
327
328
|
id: number;
|
|
328
329
|
createdAt: DateTime<true> | DateTime<false>;
|
|
@@ -392,6 +393,7 @@ export declare const BillingCenterSchema: z.ZodObject<{
|
|
|
392
393
|
phoneCode: string;
|
|
393
394
|
} | undefined;
|
|
394
395
|
} | undefined;
|
|
396
|
+
userBillingCenters?: any[] | undefined;
|
|
395
397
|
}, {
|
|
396
398
|
id: number;
|
|
397
399
|
createdAt: Date;
|
|
@@ -434,6 +436,7 @@ export declare const BillingCenterSchema: z.ZodObject<{
|
|
|
434
436
|
eori: string | null;
|
|
435
437
|
tva: string | null;
|
|
436
438
|
isMailing: boolean;
|
|
439
|
+
customerId: number | null;
|
|
437
440
|
billingCenterName: string;
|
|
438
441
|
numeroSiren: string | null;
|
|
439
442
|
invoiceMailOne: string;
|
|
@@ -444,7 +447,6 @@ export declare const BillingCenterSchema: z.ZodObject<{
|
|
|
444
447
|
isShowSecondBordereaux: boolean;
|
|
445
448
|
isShowCustomerName: boolean;
|
|
446
449
|
isShowCommercialValue: boolean;
|
|
447
|
-
customerId: number | null;
|
|
448
450
|
country?: {
|
|
449
451
|
id: number;
|
|
450
452
|
createdAt: Date;
|
|
@@ -514,6 +516,7 @@ export declare const BillingCenterSchema: z.ZodObject<{
|
|
|
514
516
|
phoneCode: string;
|
|
515
517
|
} | undefined;
|
|
516
518
|
} | undefined;
|
|
519
|
+
userBillingCenters?: any[] | undefined;
|
|
517
520
|
}>;
|
|
518
521
|
export declare const BillingCenterSchemaSimple: z.ZodObject<{
|
|
519
522
|
id: z.ZodNumber;
|
|
@@ -610,6 +613,7 @@ export declare const BillingCenterSchemaSimple: z.ZodObject<{
|
|
|
610
613
|
eori: string | null;
|
|
611
614
|
tva: string | null;
|
|
612
615
|
isMailing: boolean;
|
|
616
|
+
customerId: number | null;
|
|
613
617
|
billingCenterName: string;
|
|
614
618
|
numeroSiren: string | null;
|
|
615
619
|
invoiceMailOne: string;
|
|
@@ -620,7 +624,6 @@ export declare const BillingCenterSchemaSimple: z.ZodObject<{
|
|
|
620
624
|
isShowSecondBordereaux: boolean;
|
|
621
625
|
isShowCustomerName: boolean;
|
|
622
626
|
isShowCommercialValue: boolean;
|
|
623
|
-
customerId: number | null;
|
|
624
627
|
}, {
|
|
625
628
|
id: number;
|
|
626
629
|
createdAt: Date;
|
|
@@ -663,6 +666,7 @@ export declare const BillingCenterSchemaSimple: z.ZodObject<{
|
|
|
663
666
|
eori: string | null;
|
|
664
667
|
tva: string | null;
|
|
665
668
|
isMailing: boolean;
|
|
669
|
+
customerId: number | null;
|
|
666
670
|
billingCenterName: string;
|
|
667
671
|
numeroSiren: string | null;
|
|
668
672
|
invoiceMailOne: string;
|
|
@@ -673,7 +677,6 @@ export declare const BillingCenterSchemaSimple: z.ZodObject<{
|
|
|
673
677
|
isShowSecondBordereaux: boolean;
|
|
674
678
|
isShowCustomerName: boolean;
|
|
675
679
|
isShowCommercialValue: boolean;
|
|
676
|
-
customerId: number | null;
|
|
677
680
|
}>;
|
|
678
681
|
export declare const BillingCenterCreateSchema: z.ZodObject<{
|
|
679
682
|
billingCenterName: z.ZodString;
|
|
@@ -737,12 +740,12 @@ export declare const BillingCenterCreateSchema: z.ZodObject<{
|
|
|
737
740
|
isMedical: boolean;
|
|
738
741
|
isService: boolean;
|
|
739
742
|
isMailing: boolean;
|
|
743
|
+
customerId: number;
|
|
740
744
|
billingCenterName: string;
|
|
741
745
|
invoiceMailOne: string;
|
|
742
746
|
isSubmittedToFrenchVat: boolean;
|
|
743
747
|
isActiveMailInstruction: boolean;
|
|
744
748
|
isActiveVariation: boolean;
|
|
745
|
-
customerId: number;
|
|
746
749
|
activeVariation: boolean;
|
|
747
750
|
addressTwo?: string | undefined;
|
|
748
751
|
telephoneTwo?: string | undefined;
|
|
@@ -788,12 +791,12 @@ export declare const BillingCenterCreateSchema: z.ZodObject<{
|
|
|
788
791
|
isMedical: boolean;
|
|
789
792
|
isService: boolean;
|
|
790
793
|
isMailing: boolean;
|
|
794
|
+
customerId: number;
|
|
791
795
|
billingCenterName: string;
|
|
792
796
|
invoiceMailOne: string;
|
|
793
797
|
isSubmittedToFrenchVat: boolean;
|
|
794
798
|
isActiveMailInstruction: boolean;
|
|
795
799
|
isActiveVariation: boolean;
|
|
796
|
-
customerId: number;
|
|
797
800
|
activeVariation: boolean;
|
|
798
801
|
addressTwo?: string | undefined;
|
|
799
802
|
telephoneTwo?: string | undefined;
|
|
@@ -919,6 +922,7 @@ export declare const BillingCenterUpdateSchema: z.ZodObject<{
|
|
|
919
922
|
eori?: string | undefined;
|
|
920
923
|
tva?: string | undefined;
|
|
921
924
|
isMailing?: boolean | undefined;
|
|
925
|
+
customerId?: number | undefined;
|
|
922
926
|
billingCenterName?: string | undefined;
|
|
923
927
|
numeroSiren?: string | undefined;
|
|
924
928
|
invoiceMailOne?: string | undefined;
|
|
@@ -929,7 +933,6 @@ export declare const BillingCenterUpdateSchema: z.ZodObject<{
|
|
|
929
933
|
isShowSecondBordereaux?: boolean | undefined;
|
|
930
934
|
isShowCustomerName?: boolean | undefined;
|
|
931
935
|
isShowCommercialValue?: boolean | undefined;
|
|
932
|
-
customerId?: number | undefined;
|
|
933
936
|
activeVariation?: boolean | undefined;
|
|
934
937
|
}, {
|
|
935
938
|
countryId?: number | undefined;
|
|
@@ -970,6 +973,7 @@ export declare const BillingCenterUpdateSchema: z.ZodObject<{
|
|
|
970
973
|
eori?: string | undefined;
|
|
971
974
|
tva?: string | undefined;
|
|
972
975
|
isMailing?: boolean | undefined;
|
|
976
|
+
customerId?: number | undefined;
|
|
973
977
|
billingCenterName?: string | undefined;
|
|
974
978
|
numeroSiren?: string | undefined;
|
|
975
979
|
invoiceMailOne?: string | undefined;
|
|
@@ -980,7 +984,6 @@ export declare const BillingCenterUpdateSchema: z.ZodObject<{
|
|
|
980
984
|
isShowSecondBordereaux?: boolean | undefined;
|
|
981
985
|
isShowCustomerName?: boolean | undefined;
|
|
982
986
|
isShowCommercialValue?: boolean | undefined;
|
|
983
|
-
customerId?: number | undefined;
|
|
984
987
|
activeVariation?: boolean | undefined;
|
|
985
988
|
}>;
|
|
986
989
|
export type IBillingCenter = z.infer<typeof BillingCenterSchema>;
|
|
@@ -5,6 +5,7 @@ const zod_1 = require("zod");
|
|
|
5
5
|
const luxon_1 = require("luxon");
|
|
6
6
|
const _customer_1 = require("./_customer");
|
|
7
7
|
const _country_1 = require("./_country");
|
|
8
|
+
const _user_billing_center_1 = require("./_user_billing_center");
|
|
8
9
|
exports.BillingCenterSchema = zod_1.z.object({
|
|
9
10
|
id: zod_1.z.number(),
|
|
10
11
|
createdAt: zod_1.z.date().transform((date) => luxon_1.DateTime.fromJSDate(date)),
|
|
@@ -60,6 +61,7 @@ exports.BillingCenterSchema = zod_1.z.object({
|
|
|
60
61
|
customerId: zod_1.z.number().nullable(),
|
|
61
62
|
customer: zod_1.z.lazy(() => _customer_1.CustomerSchema).optional(),
|
|
62
63
|
country: zod_1.z.lazy(() => _country_1.CountrySchema).optional(),
|
|
64
|
+
userBillingCenters: zod_1.z.array(zod_1.z.lazy(() => _user_billing_center_1.UserBillingCenterSchema)).optional(),
|
|
63
65
|
});
|
|
64
66
|
exports.BillingCenterSchemaSimple = zod_1.z.object({
|
|
65
67
|
id: zod_1.z.number(),
|
package/dist/models/_chat.d.ts
CHANGED
|
@@ -82,6 +82,7 @@ export declare const ChatSchema: z.ZodObject<{
|
|
|
82
82
|
updatedAt: DateTime<true> | DateTime<false>;
|
|
83
83
|
trackingMail: string | null;
|
|
84
84
|
userId: number | null;
|
|
85
|
+
billingCenterId: number | null;
|
|
85
86
|
customerRef: string | null;
|
|
86
87
|
pickupInstruction: string | null;
|
|
87
88
|
deliveryInstruction: string | null;
|
|
@@ -118,7 +119,6 @@ export declare const ChatSchema: z.ZodObject<{
|
|
|
118
119
|
devises: string | null;
|
|
119
120
|
provenanceCommande: string | null;
|
|
120
121
|
hasEmballage: boolean;
|
|
121
|
-
billingCenterId: number | null;
|
|
122
122
|
pickupDate?: DateTime<true> | DateTime<false> | undefined;
|
|
123
123
|
deliveryDate?: DateTime<true> | DateTime<false> | undefined;
|
|
124
124
|
heureRecupererOps?: DateTime<true> | DateTime<false> | undefined;
|
|
@@ -131,6 +131,7 @@ export declare const ChatSchema: z.ZodObject<{
|
|
|
131
131
|
updatedAt: Date;
|
|
132
132
|
trackingMail: string | null;
|
|
133
133
|
userId: number | null;
|
|
134
|
+
billingCenterId: number | null;
|
|
134
135
|
customerRef: string | null;
|
|
135
136
|
pickupInstruction: string | null;
|
|
136
137
|
deliveryInstruction: string | null;
|
|
@@ -167,7 +168,6 @@ export declare const ChatSchema: z.ZodObject<{
|
|
|
167
168
|
devises: string | null;
|
|
168
169
|
provenanceCommande: string | null;
|
|
169
170
|
hasEmballage: boolean;
|
|
170
|
-
billingCenterId: number | null;
|
|
171
171
|
pickupDate?: Date | undefined;
|
|
172
172
|
deliveryDate?: Date | undefined;
|
|
173
173
|
heureRecupererOps?: Date | undefined;
|
|
@@ -258,7 +258,6 @@ export declare const ChatSchema: z.ZodObject<{
|
|
|
258
258
|
emailOne: string;
|
|
259
259
|
emailTwo: string;
|
|
260
260
|
addressOne: string;
|
|
261
|
-
customerId: number;
|
|
262
261
|
firstName: string;
|
|
263
262
|
lastName: string;
|
|
264
263
|
emailVerifiedAt: DateTime<true> | DateTime<false>;
|
|
@@ -297,6 +296,7 @@ export declare const ChatSchema: z.ZodObject<{
|
|
|
297
296
|
isAdminChauffeur: boolean;
|
|
298
297
|
hasTrackingMail: boolean;
|
|
299
298
|
isClientTransitaire: boolean;
|
|
299
|
+
customerId: number;
|
|
300
300
|
vehiculeId: number;
|
|
301
301
|
salaryId: number;
|
|
302
302
|
}, {
|
|
@@ -320,7 +320,6 @@ export declare const ChatSchema: z.ZodObject<{
|
|
|
320
320
|
emailOne: string;
|
|
321
321
|
emailTwo: string;
|
|
322
322
|
addressOne: string;
|
|
323
|
-
customerId: number;
|
|
324
323
|
firstName: string;
|
|
325
324
|
lastName: string;
|
|
326
325
|
emailVerifiedAt: Date;
|
|
@@ -359,6 +358,7 @@ export declare const ChatSchema: z.ZodObject<{
|
|
|
359
358
|
isAdminChauffeur: boolean;
|
|
360
359
|
hasTrackingMail: boolean;
|
|
361
360
|
isClientTransitaire: boolean;
|
|
361
|
+
customerId: number;
|
|
362
362
|
vehiculeId: number;
|
|
363
363
|
salaryId: number;
|
|
364
364
|
}>>>;
|
|
@@ -392,7 +392,6 @@ export declare const ChatSchema: z.ZodObject<{
|
|
|
392
392
|
emailOne: string;
|
|
393
393
|
emailTwo: string;
|
|
394
394
|
addressOne: string;
|
|
395
|
-
customerId: number;
|
|
396
395
|
firstName: string;
|
|
397
396
|
lastName: string;
|
|
398
397
|
emailVerifiedAt: DateTime<true> | DateTime<false>;
|
|
@@ -431,6 +430,7 @@ export declare const ChatSchema: z.ZodObject<{
|
|
|
431
430
|
isAdminChauffeur: boolean;
|
|
432
431
|
hasTrackingMail: boolean;
|
|
433
432
|
isClientTransitaire: boolean;
|
|
433
|
+
customerId: number;
|
|
434
434
|
vehiculeId: number;
|
|
435
435
|
salaryId: number;
|
|
436
436
|
} | undefined;
|
|
@@ -440,6 +440,7 @@ export declare const ChatSchema: z.ZodObject<{
|
|
|
440
440
|
updatedAt: DateTime<true> | DateTime<false>;
|
|
441
441
|
trackingMail: string | null;
|
|
442
442
|
userId: number | null;
|
|
443
|
+
billingCenterId: number | null;
|
|
443
444
|
customerRef: string | null;
|
|
444
445
|
pickupInstruction: string | null;
|
|
445
446
|
deliveryInstruction: string | null;
|
|
@@ -476,7 +477,6 @@ export declare const ChatSchema: z.ZodObject<{
|
|
|
476
477
|
devises: string | null;
|
|
477
478
|
provenanceCommande: string | null;
|
|
478
479
|
hasEmballage: boolean;
|
|
479
|
-
billingCenterId: number | null;
|
|
480
480
|
pickupDate?: DateTime<true> | DateTime<false> | undefined;
|
|
481
481
|
deliveryDate?: DateTime<true> | DateTime<false> | undefined;
|
|
482
482
|
heureRecupererOps?: DateTime<true> | DateTime<false> | undefined;
|
|
@@ -514,7 +514,6 @@ export declare const ChatSchema: z.ZodObject<{
|
|
|
514
514
|
emailOne: string;
|
|
515
515
|
emailTwo: string;
|
|
516
516
|
addressOne: string;
|
|
517
|
-
customerId: number;
|
|
518
517
|
firstName: string;
|
|
519
518
|
lastName: string;
|
|
520
519
|
emailVerifiedAt: Date;
|
|
@@ -553,6 +552,7 @@ export declare const ChatSchema: z.ZodObject<{
|
|
|
553
552
|
isAdminChauffeur: boolean;
|
|
554
553
|
hasTrackingMail: boolean;
|
|
555
554
|
isClientTransitaire: boolean;
|
|
555
|
+
customerId: number;
|
|
556
556
|
vehiculeId: number;
|
|
557
557
|
salaryId: number;
|
|
558
558
|
} | undefined;
|
|
@@ -562,6 +562,7 @@ export declare const ChatSchema: z.ZodObject<{
|
|
|
562
562
|
updatedAt: Date;
|
|
563
563
|
trackingMail: string | null;
|
|
564
564
|
userId: number | null;
|
|
565
|
+
billingCenterId: number | null;
|
|
565
566
|
customerRef: string | null;
|
|
566
567
|
pickupInstruction: string | null;
|
|
567
568
|
deliveryInstruction: string | null;
|
|
@@ -598,7 +599,6 @@ export declare const ChatSchema: z.ZodObject<{
|
|
|
598
599
|
devises: string | null;
|
|
599
600
|
provenanceCommande: string | null;
|
|
600
601
|
hasEmballage: boolean;
|
|
601
|
-
billingCenterId: number | null;
|
|
602
602
|
pickupDate?: Date | undefined;
|
|
603
603
|
deliveryDate?: Date | undefined;
|
|
604
604
|
heureRecupererOps?: Date | undefined;
|
|
@@ -85,6 +85,7 @@ export declare const ChatMessageSchema: z.ZodObject<{
|
|
|
85
85
|
updatedAt: DateTime<true> | DateTime<false>;
|
|
86
86
|
trackingMail: string | null;
|
|
87
87
|
userId: number | null;
|
|
88
|
+
billingCenterId: number | null;
|
|
88
89
|
customerRef: string | null;
|
|
89
90
|
pickupInstruction: string | null;
|
|
90
91
|
deliveryInstruction: string | null;
|
|
@@ -121,7 +122,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
|
|
|
121
122
|
devises: string | null;
|
|
122
123
|
provenanceCommande: string | null;
|
|
123
124
|
hasEmballage: boolean;
|
|
124
|
-
billingCenterId: number | null;
|
|
125
125
|
pickupDate?: DateTime<true> | DateTime<false> | undefined;
|
|
126
126
|
deliveryDate?: DateTime<true> | DateTime<false> | undefined;
|
|
127
127
|
heureRecupererOps?: DateTime<true> | DateTime<false> | undefined;
|
|
@@ -134,6 +134,7 @@ export declare const ChatMessageSchema: z.ZodObject<{
|
|
|
134
134
|
updatedAt: Date;
|
|
135
135
|
trackingMail: string | null;
|
|
136
136
|
userId: number | null;
|
|
137
|
+
billingCenterId: number | null;
|
|
137
138
|
customerRef: string | null;
|
|
138
139
|
pickupInstruction: string | null;
|
|
139
140
|
deliveryInstruction: string | null;
|
|
@@ -170,7 +171,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
|
|
|
170
171
|
devises: string | null;
|
|
171
172
|
provenanceCommande: string | null;
|
|
172
173
|
hasEmballage: boolean;
|
|
173
|
-
billingCenterId: number | null;
|
|
174
174
|
pickupDate?: Date | undefined;
|
|
175
175
|
deliveryDate?: Date | undefined;
|
|
176
176
|
heureRecupererOps?: Date | undefined;
|
|
@@ -261,7 +261,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
|
|
|
261
261
|
emailOne: string;
|
|
262
262
|
emailTwo: string;
|
|
263
263
|
addressOne: string;
|
|
264
|
-
customerId: number;
|
|
265
264
|
firstName: string;
|
|
266
265
|
lastName: string;
|
|
267
266
|
emailVerifiedAt: DateTime<true> | DateTime<false>;
|
|
@@ -300,6 +299,7 @@ export declare const ChatMessageSchema: z.ZodObject<{
|
|
|
300
299
|
isAdminChauffeur: boolean;
|
|
301
300
|
hasTrackingMail: boolean;
|
|
302
301
|
isClientTransitaire: boolean;
|
|
302
|
+
customerId: number;
|
|
303
303
|
vehiculeId: number;
|
|
304
304
|
salaryId: number;
|
|
305
305
|
}, {
|
|
@@ -323,7 +323,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
|
|
|
323
323
|
emailOne: string;
|
|
324
324
|
emailTwo: string;
|
|
325
325
|
addressOne: string;
|
|
326
|
-
customerId: number;
|
|
327
326
|
firstName: string;
|
|
328
327
|
lastName: string;
|
|
329
328
|
emailVerifiedAt: Date;
|
|
@@ -362,6 +361,7 @@ export declare const ChatMessageSchema: z.ZodObject<{
|
|
|
362
361
|
isAdminChauffeur: boolean;
|
|
363
362
|
hasTrackingMail: boolean;
|
|
364
363
|
isClientTransitaire: boolean;
|
|
364
|
+
customerId: number;
|
|
365
365
|
vehiculeId: number;
|
|
366
366
|
salaryId: number;
|
|
367
367
|
}>>>;
|
|
@@ -395,7 +395,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
|
|
|
395
395
|
emailOne: string;
|
|
396
396
|
emailTwo: string;
|
|
397
397
|
addressOne: string;
|
|
398
|
-
customerId: number;
|
|
399
398
|
firstName: string;
|
|
400
399
|
lastName: string;
|
|
401
400
|
emailVerifiedAt: DateTime<true> | DateTime<false>;
|
|
@@ -434,6 +433,7 @@ export declare const ChatMessageSchema: z.ZodObject<{
|
|
|
434
433
|
isAdminChauffeur: boolean;
|
|
435
434
|
hasTrackingMail: boolean;
|
|
436
435
|
isClientTransitaire: boolean;
|
|
436
|
+
customerId: number;
|
|
437
437
|
vehiculeId: number;
|
|
438
438
|
salaryId: number;
|
|
439
439
|
} | undefined;
|
|
@@ -443,6 +443,7 @@ export declare const ChatMessageSchema: z.ZodObject<{
|
|
|
443
443
|
updatedAt: DateTime<true> | DateTime<false>;
|
|
444
444
|
trackingMail: string | null;
|
|
445
445
|
userId: number | null;
|
|
446
|
+
billingCenterId: number | null;
|
|
446
447
|
customerRef: string | null;
|
|
447
448
|
pickupInstruction: string | null;
|
|
448
449
|
deliveryInstruction: string | null;
|
|
@@ -479,7 +480,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
|
|
|
479
480
|
devises: string | null;
|
|
480
481
|
provenanceCommande: string | null;
|
|
481
482
|
hasEmballage: boolean;
|
|
482
|
-
billingCenterId: number | null;
|
|
483
483
|
pickupDate?: DateTime<true> | DateTime<false> | undefined;
|
|
484
484
|
deliveryDate?: DateTime<true> | DateTime<false> | undefined;
|
|
485
485
|
heureRecupererOps?: DateTime<true> | DateTime<false> | undefined;
|
|
@@ -517,7 +517,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
|
|
|
517
517
|
emailOne: string;
|
|
518
518
|
emailTwo: string;
|
|
519
519
|
addressOne: string;
|
|
520
|
-
customerId: number;
|
|
521
520
|
firstName: string;
|
|
522
521
|
lastName: string;
|
|
523
522
|
emailVerifiedAt: Date;
|
|
@@ -556,6 +555,7 @@ export declare const ChatMessageSchema: z.ZodObject<{
|
|
|
556
555
|
isAdminChauffeur: boolean;
|
|
557
556
|
hasTrackingMail: boolean;
|
|
558
557
|
isClientTransitaire: boolean;
|
|
558
|
+
customerId: number;
|
|
559
559
|
vehiculeId: number;
|
|
560
560
|
salaryId: number;
|
|
561
561
|
} | undefined;
|
|
@@ -565,6 +565,7 @@ export declare const ChatMessageSchema: z.ZodObject<{
|
|
|
565
565
|
updatedAt: Date;
|
|
566
566
|
trackingMail: string | null;
|
|
567
567
|
userId: number | null;
|
|
568
|
+
billingCenterId: number | null;
|
|
568
569
|
customerRef: string | null;
|
|
569
570
|
pickupInstruction: string | null;
|
|
570
571
|
deliveryInstruction: string | null;
|
|
@@ -601,7 +602,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
|
|
|
601
602
|
devises: string | null;
|
|
602
603
|
provenanceCommande: string | null;
|
|
603
604
|
hasEmballage: boolean;
|
|
604
|
-
billingCenterId: number | null;
|
|
605
605
|
pickupDate?: Date | undefined;
|
|
606
606
|
deliveryDate?: Date | undefined;
|
|
607
607
|
heureRecupererOps?: Date | undefined;
|
|
@@ -1028,7 +1028,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
|
|
|
1028
1028
|
emailOne: string;
|
|
1029
1029
|
emailTwo: string;
|
|
1030
1030
|
addressOne: string;
|
|
1031
|
-
customerId: number;
|
|
1032
1031
|
firstName: string;
|
|
1033
1032
|
lastName: string;
|
|
1034
1033
|
emailVerifiedAt: DateTime<true> | DateTime<false>;
|
|
@@ -1067,6 +1066,7 @@ export declare const ChatMessageSchema: z.ZodObject<{
|
|
|
1067
1066
|
isAdminChauffeur: boolean;
|
|
1068
1067
|
hasTrackingMail: boolean;
|
|
1069
1068
|
isClientTransitaire: boolean;
|
|
1069
|
+
customerId: number;
|
|
1070
1070
|
vehiculeId: number;
|
|
1071
1071
|
salaryId: number;
|
|
1072
1072
|
country?: {
|
|
@@ -1195,7 +1195,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
|
|
|
1195
1195
|
emailOne: string;
|
|
1196
1196
|
emailTwo: string;
|
|
1197
1197
|
addressOne: string;
|
|
1198
|
-
customerId: number;
|
|
1199
1198
|
firstName: string;
|
|
1200
1199
|
lastName: string;
|
|
1201
1200
|
emailVerifiedAt: Date;
|
|
@@ -1234,6 +1233,7 @@ export declare const ChatMessageSchema: z.ZodObject<{
|
|
|
1234
1233
|
isAdminChauffeur: boolean;
|
|
1235
1234
|
hasTrackingMail: boolean;
|
|
1236
1235
|
isClientTransitaire: boolean;
|
|
1236
|
+
customerId: number;
|
|
1237
1237
|
vehiculeId: number;
|
|
1238
1238
|
salaryId: number;
|
|
1239
1239
|
country?: {
|
|
@@ -1372,7 +1372,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
|
|
|
1372
1372
|
emailOne: string;
|
|
1373
1373
|
emailTwo: string;
|
|
1374
1374
|
addressOne: string;
|
|
1375
|
-
customerId: number;
|
|
1376
1375
|
firstName: string;
|
|
1377
1376
|
lastName: string;
|
|
1378
1377
|
emailVerifiedAt: DateTime<true> | DateTime<false>;
|
|
@@ -1411,6 +1410,7 @@ export declare const ChatMessageSchema: z.ZodObject<{
|
|
|
1411
1410
|
isAdminChauffeur: boolean;
|
|
1412
1411
|
hasTrackingMail: boolean;
|
|
1413
1412
|
isClientTransitaire: boolean;
|
|
1413
|
+
customerId: number;
|
|
1414
1414
|
vehiculeId: number;
|
|
1415
1415
|
salaryId: number;
|
|
1416
1416
|
country?: {
|
|
@@ -1549,7 +1549,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
|
|
|
1549
1549
|
emailOne: string;
|
|
1550
1550
|
emailTwo: string;
|
|
1551
1551
|
addressOne: string;
|
|
1552
|
-
customerId: number;
|
|
1553
1552
|
firstName: string;
|
|
1554
1553
|
lastName: string;
|
|
1555
1554
|
emailVerifiedAt: DateTime<true> | DateTime<false>;
|
|
@@ -1588,6 +1587,7 @@ export declare const ChatMessageSchema: z.ZodObject<{
|
|
|
1588
1587
|
isAdminChauffeur: boolean;
|
|
1589
1588
|
hasTrackingMail: boolean;
|
|
1590
1589
|
isClientTransitaire: boolean;
|
|
1590
|
+
customerId: number;
|
|
1591
1591
|
vehiculeId: number;
|
|
1592
1592
|
salaryId: number;
|
|
1593
1593
|
} | undefined;
|
|
@@ -1597,6 +1597,7 @@ export declare const ChatMessageSchema: z.ZodObject<{
|
|
|
1597
1597
|
updatedAt: DateTime<true> | DateTime<false>;
|
|
1598
1598
|
trackingMail: string | null;
|
|
1599
1599
|
userId: number | null;
|
|
1600
|
+
billingCenterId: number | null;
|
|
1600
1601
|
customerRef: string | null;
|
|
1601
1602
|
pickupInstruction: string | null;
|
|
1602
1603
|
deliveryInstruction: string | null;
|
|
@@ -1633,7 +1634,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
|
|
|
1633
1634
|
devises: string | null;
|
|
1634
1635
|
provenanceCommande: string | null;
|
|
1635
1636
|
hasEmballage: boolean;
|
|
1636
|
-
billingCenterId: number | null;
|
|
1637
1637
|
pickupDate?: DateTime<true> | DateTime<false> | undefined;
|
|
1638
1638
|
deliveryDate?: DateTime<true> | DateTime<false> | undefined;
|
|
1639
1639
|
heureRecupererOps?: DateTime<true> | DateTime<false> | undefined;
|
|
@@ -1672,7 +1672,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
|
|
|
1672
1672
|
emailOne: string;
|
|
1673
1673
|
emailTwo: string;
|
|
1674
1674
|
addressOne: string;
|
|
1675
|
-
customerId: number;
|
|
1676
1675
|
firstName: string;
|
|
1677
1676
|
lastName: string;
|
|
1678
1677
|
emailVerifiedAt: Date;
|
|
@@ -1711,6 +1710,7 @@ export declare const ChatMessageSchema: z.ZodObject<{
|
|
|
1711
1710
|
isAdminChauffeur: boolean;
|
|
1712
1711
|
hasTrackingMail: boolean;
|
|
1713
1712
|
isClientTransitaire: boolean;
|
|
1713
|
+
customerId: number;
|
|
1714
1714
|
vehiculeId: number;
|
|
1715
1715
|
salaryId: number;
|
|
1716
1716
|
country?: {
|
|
@@ -1849,7 +1849,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
|
|
|
1849
1849
|
emailOne: string;
|
|
1850
1850
|
emailTwo: string;
|
|
1851
1851
|
addressOne: string;
|
|
1852
|
-
customerId: number;
|
|
1853
1852
|
firstName: string;
|
|
1854
1853
|
lastName: string;
|
|
1855
1854
|
emailVerifiedAt: Date;
|
|
@@ -1888,6 +1887,7 @@ export declare const ChatMessageSchema: z.ZodObject<{
|
|
|
1888
1887
|
isAdminChauffeur: boolean;
|
|
1889
1888
|
hasTrackingMail: boolean;
|
|
1890
1889
|
isClientTransitaire: boolean;
|
|
1890
|
+
customerId: number;
|
|
1891
1891
|
vehiculeId: number;
|
|
1892
1892
|
salaryId: number;
|
|
1893
1893
|
} | undefined;
|
|
@@ -1897,6 +1897,7 @@ export declare const ChatMessageSchema: z.ZodObject<{
|
|
|
1897
1897
|
updatedAt: Date;
|
|
1898
1898
|
trackingMail: string | null;
|
|
1899
1899
|
userId: number | null;
|
|
1900
|
+
billingCenterId: number | null;
|
|
1900
1901
|
customerRef: string | null;
|
|
1901
1902
|
pickupInstruction: string | null;
|
|
1902
1903
|
deliveryInstruction: string | null;
|
|
@@ -1933,7 +1934,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
|
|
|
1933
1934
|
devises: string | null;
|
|
1934
1935
|
provenanceCommande: string | null;
|
|
1935
1936
|
hasEmballage: boolean;
|
|
1936
|
-
billingCenterId: number | null;
|
|
1937
1937
|
pickupDate?: Date | undefined;
|
|
1938
1938
|
deliveryDate?: Date | undefined;
|
|
1939
1939
|
heureRecupererOps?: Date | undefined;
|
|
@@ -474,7 +474,6 @@ export declare const ContactSchema: z.ZodObject<{
|
|
|
474
474
|
emailOne: string;
|
|
475
475
|
emailTwo: string;
|
|
476
476
|
addressOne: string;
|
|
477
|
-
customerId: number;
|
|
478
477
|
firstName: string;
|
|
479
478
|
lastName: string;
|
|
480
479
|
emailVerifiedAt: DateTime<true> | DateTime<false>;
|
|
@@ -513,6 +512,7 @@ export declare const ContactSchema: z.ZodObject<{
|
|
|
513
512
|
isAdminChauffeur: boolean;
|
|
514
513
|
hasTrackingMail: boolean;
|
|
515
514
|
isClientTransitaire: boolean;
|
|
515
|
+
customerId: number;
|
|
516
516
|
vehiculeId: number;
|
|
517
517
|
salaryId: number;
|
|
518
518
|
country?: {
|
|
@@ -641,7 +641,6 @@ export declare const ContactSchema: z.ZodObject<{
|
|
|
641
641
|
emailOne: string;
|
|
642
642
|
emailTwo: string;
|
|
643
643
|
addressOne: string;
|
|
644
|
-
customerId: number;
|
|
645
644
|
firstName: string;
|
|
646
645
|
lastName: string;
|
|
647
646
|
emailVerifiedAt: Date;
|
|
@@ -680,6 +679,7 @@ export declare const ContactSchema: z.ZodObject<{
|
|
|
680
679
|
isAdminChauffeur: boolean;
|
|
681
680
|
hasTrackingMail: boolean;
|
|
682
681
|
isClientTransitaire: boolean;
|
|
682
|
+
customerId: number;
|
|
683
683
|
vehiculeId: number;
|
|
684
684
|
salaryId: number;
|
|
685
685
|
country?: {
|
|
@@ -841,7 +841,6 @@ export declare const ContactSchema: z.ZodObject<{
|
|
|
841
841
|
emailOne: string;
|
|
842
842
|
emailTwo: string;
|
|
843
843
|
addressOne: string;
|
|
844
|
-
customerId: number;
|
|
845
844
|
firstName: string;
|
|
846
845
|
lastName: string;
|
|
847
846
|
emailVerifiedAt: DateTime<true> | DateTime<false>;
|
|
@@ -880,6 +879,7 @@ export declare const ContactSchema: z.ZodObject<{
|
|
|
880
879
|
isAdminChauffeur: boolean;
|
|
881
880
|
hasTrackingMail: boolean;
|
|
882
881
|
isClientTransitaire: boolean;
|
|
882
|
+
customerId: number;
|
|
883
883
|
vehiculeId: number;
|
|
884
884
|
salaryId: number;
|
|
885
885
|
country?: {
|
|
@@ -1041,7 +1041,6 @@ export declare const ContactSchema: z.ZodObject<{
|
|
|
1041
1041
|
emailOne: string;
|
|
1042
1042
|
emailTwo: string;
|
|
1043
1043
|
addressOne: string;
|
|
1044
|
-
customerId: number;
|
|
1045
1044
|
firstName: string;
|
|
1046
1045
|
lastName: string;
|
|
1047
1046
|
emailVerifiedAt: Date;
|
|
@@ -1080,6 +1079,7 @@ export declare const ContactSchema: z.ZodObject<{
|
|
|
1080
1079
|
isAdminChauffeur: boolean;
|
|
1081
1080
|
hasTrackingMail: boolean;
|
|
1082
1081
|
isClientTransitaire: boolean;
|
|
1082
|
+
customerId: number;
|
|
1083
1083
|
vehiculeId: number;
|
|
1084
1084
|
salaryId: number;
|
|
1085
1085
|
country?: {
|