exnet-routing 1.2.20 → 1.2.21
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/events/_user.d.ts +4 -4
- package/dist/models/_billing_center.d.ts +8 -8
- package/dist/models/_chat.d.ts +8 -8
- package/dist/models/_chat_message.d.ts +106 -16
- package/dist/models/_contact.d.ts +102 -12
- package/dist/models/_contact_visible.d.ts +188 -8
- package/dist/models/_facture.d.ts +4 -4
- package/dist/models/_facture_line.d.ts +10 -10
- package/dist/models/_historique_action.d.ts +98 -8
- package/dist/models/_information_chauffeur.d.ts +94 -4
- package/dist/models/_information_importante.d.ts +98 -8
- package/dist/models/_livraison_chauffeur.d.ts +98 -8
- package/dist/models/_prise_de_poste.d.ts +94 -4
- package/dist/models/_ramassage_chauffeur.d.ts +98 -8
- package/dist/models/_shipping.d.ts +122 -122
- package/dist/models/_shipping_affected.d.ts +98 -8
- package/dist/models/_shipping_classification.d.ts +4 -4
- package/dist/models/_shipping_comment.d.ts +98 -8
- package/dist/models/_shipping_course.d.ts +98 -8
- 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 +98 -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 +102 -12
- package/dist/models/_tracking_visible.d.ts +188 -8
- package/dist/models/_untils.d.ts +2 -2
- package/dist/models/_user.d.ts +74 -8
- package/dist/models/_user.js +16 -0
- package/dist/models/_user_billing_center.d.ts +232 -142
- package/dist/models/_user_login_historie.d.ts +94 -4
- package/dist/models/_vehicule_affected.d.ts +98 -8
- package/dist/routes/admin.d.ts +5314 -1342
- package/dist/routes/ops.d.ts +10608 -10086
- package/dist/routes/public.d.ts +240 -12
- package/dist/routes/user.d.ts +4751 -3887
- package/package.json +1 -1
package/dist/events/_user.d.ts
CHANGED
|
@@ -82,13 +82,13 @@ export declare const userEvents: {
|
|
|
82
82
|
roles: z.ZodArray<z.ZodString, "many">;
|
|
83
83
|
timestamp: z.ZodString;
|
|
84
84
|
}, "strip", z.ZodTypeAny, {
|
|
85
|
-
roles: string[];
|
|
86
85
|
userId: number;
|
|
86
|
+
roles: string[];
|
|
87
87
|
userName: string;
|
|
88
88
|
timestamp: string;
|
|
89
89
|
}, {
|
|
90
|
-
roles: string[];
|
|
91
90
|
userId: number;
|
|
91
|
+
roles: string[];
|
|
92
92
|
userName: string;
|
|
93
93
|
timestamp: string;
|
|
94
94
|
}>;
|
|
@@ -97,8 +97,8 @@ export declare const userEvents: {
|
|
|
97
97
|
type: "user_new_connection";
|
|
98
98
|
category: "info";
|
|
99
99
|
data: {
|
|
100
|
-
roles: string[];
|
|
101
100
|
userId: number;
|
|
101
|
+
roles: string[];
|
|
102
102
|
userName: string;
|
|
103
103
|
timestamp: string;
|
|
104
104
|
};
|
|
@@ -107,8 +107,8 @@ export declare const userEvents: {
|
|
|
107
107
|
type: "user_new_connection";
|
|
108
108
|
category: "info";
|
|
109
109
|
data: {
|
|
110
|
-
roles: string[];
|
|
111
110
|
userId: number;
|
|
111
|
+
roles: string[];
|
|
112
112
|
userName: string;
|
|
113
113
|
timestamp: string;
|
|
114
114
|
};
|
|
@@ -313,8 +313,8 @@ export declare const BillingCenterSchema: z.ZodObject<{
|
|
|
313
313
|
eori: string | null;
|
|
314
314
|
tva: string | null;
|
|
315
315
|
isMailing: boolean;
|
|
316
|
-
customerId: number | null;
|
|
317
316
|
billingCenterName: string;
|
|
317
|
+
customerId: number | null;
|
|
318
318
|
numeroSiren: string | null;
|
|
319
319
|
invoiceMailOne: string;
|
|
320
320
|
invoiceMailTwo: string | null;
|
|
@@ -436,8 +436,8 @@ export declare const BillingCenterSchema: z.ZodObject<{
|
|
|
436
436
|
eori: string | null;
|
|
437
437
|
tva: string | null;
|
|
438
438
|
isMailing: boolean;
|
|
439
|
-
customerId: number | null;
|
|
440
439
|
billingCenterName: string;
|
|
440
|
+
customerId: number | null;
|
|
441
441
|
numeroSiren: string | null;
|
|
442
442
|
invoiceMailOne: string;
|
|
443
443
|
invoiceMailTwo: string | null;
|
|
@@ -613,8 +613,8 @@ export declare const BillingCenterSchemaSimple: z.ZodObject<{
|
|
|
613
613
|
eori: string | null;
|
|
614
614
|
tva: string | null;
|
|
615
615
|
isMailing: boolean;
|
|
616
|
-
customerId: number | null;
|
|
617
616
|
billingCenterName: string;
|
|
617
|
+
customerId: number | null;
|
|
618
618
|
numeroSiren: string | null;
|
|
619
619
|
invoiceMailOne: string;
|
|
620
620
|
invoiceMailTwo: string | null;
|
|
@@ -666,8 +666,8 @@ export declare const BillingCenterSchemaSimple: z.ZodObject<{
|
|
|
666
666
|
eori: string | null;
|
|
667
667
|
tva: string | null;
|
|
668
668
|
isMailing: boolean;
|
|
669
|
-
customerId: number | null;
|
|
670
669
|
billingCenterName: string;
|
|
670
|
+
customerId: number | null;
|
|
671
671
|
numeroSiren: string | null;
|
|
672
672
|
invoiceMailOne: string;
|
|
673
673
|
invoiceMailTwo: string | null;
|
|
@@ -740,8 +740,8 @@ export declare const BillingCenterCreateSchema: z.ZodObject<{
|
|
|
740
740
|
isMedical: boolean;
|
|
741
741
|
isService: boolean;
|
|
742
742
|
isMailing: boolean;
|
|
743
|
-
customerId: number;
|
|
744
743
|
billingCenterName: string;
|
|
744
|
+
customerId: number;
|
|
745
745
|
invoiceMailOne: string;
|
|
746
746
|
isSubmittedToFrenchVat: boolean;
|
|
747
747
|
isActiveMailInstruction: boolean;
|
|
@@ -791,8 +791,8 @@ export declare const BillingCenterCreateSchema: z.ZodObject<{
|
|
|
791
791
|
isMedical: boolean;
|
|
792
792
|
isService: boolean;
|
|
793
793
|
isMailing: boolean;
|
|
794
|
-
customerId: number;
|
|
795
794
|
billingCenterName: string;
|
|
795
|
+
customerId: number;
|
|
796
796
|
invoiceMailOne: string;
|
|
797
797
|
isSubmittedToFrenchVat: boolean;
|
|
798
798
|
isActiveMailInstruction: boolean;
|
|
@@ -922,8 +922,8 @@ export declare const BillingCenterUpdateSchema: z.ZodObject<{
|
|
|
922
922
|
eori?: string | undefined;
|
|
923
923
|
tva?: string | undefined;
|
|
924
924
|
isMailing?: boolean | undefined;
|
|
925
|
-
customerId?: number | undefined;
|
|
926
925
|
billingCenterName?: string | undefined;
|
|
926
|
+
customerId?: number | undefined;
|
|
927
927
|
numeroSiren?: string | undefined;
|
|
928
928
|
invoiceMailOne?: string | undefined;
|
|
929
929
|
invoiceMailTwo?: string | undefined;
|
|
@@ -973,8 +973,8 @@ export declare const BillingCenterUpdateSchema: z.ZodObject<{
|
|
|
973
973
|
eori?: string | undefined;
|
|
974
974
|
tva?: string | undefined;
|
|
975
975
|
isMailing?: boolean | undefined;
|
|
976
|
-
customerId?: number | undefined;
|
|
977
976
|
billingCenterName?: string | undefined;
|
|
977
|
+
customerId?: number | undefined;
|
|
978
978
|
numeroSiren?: string | undefined;
|
|
979
979
|
invoiceMailOne?: string | undefined;
|
|
980
980
|
invoiceMailTwo?: string | undefined;
|
package/dist/models/_chat.d.ts
CHANGED
|
@@ -80,9 +80,9 @@ export declare const ChatSchema: z.ZodObject<{
|
|
|
80
80
|
id: number;
|
|
81
81
|
createdAt: DateTime<true> | DateTime<false>;
|
|
82
82
|
updatedAt: DateTime<true> | DateTime<false>;
|
|
83
|
-
trackingMail: string | null;
|
|
84
83
|
userId: number | null;
|
|
85
84
|
billingCenterId: number | null;
|
|
85
|
+
trackingMail: string | null;
|
|
86
86
|
customerRef: string | null;
|
|
87
87
|
pickupInstruction: string | null;
|
|
88
88
|
deliveryInstruction: string | null;
|
|
@@ -129,9 +129,9 @@ export declare const ChatSchema: z.ZodObject<{
|
|
|
129
129
|
id: number;
|
|
130
130
|
createdAt: Date;
|
|
131
131
|
updatedAt: Date;
|
|
132
|
-
trackingMail: string | null;
|
|
133
132
|
userId: number | null;
|
|
134
133
|
billingCenterId: number | null;
|
|
134
|
+
trackingMail: string | null;
|
|
135
135
|
customerRef: string | null;
|
|
136
136
|
pickupInstruction: string | null;
|
|
137
137
|
deliveryInstruction: string | null;
|
|
@@ -258,6 +258,7 @@ export declare const ChatSchema: z.ZodObject<{
|
|
|
258
258
|
emailOne: string;
|
|
259
259
|
emailTwo: string;
|
|
260
260
|
addressOne: string;
|
|
261
|
+
customerId: number;
|
|
261
262
|
firstName: string;
|
|
262
263
|
lastName: string;
|
|
263
264
|
emailVerifiedAt: DateTime<true> | DateTime<false>;
|
|
@@ -296,7 +297,6 @@ export declare const ChatSchema: z.ZodObject<{
|
|
|
296
297
|
isAdminChauffeur: boolean;
|
|
297
298
|
hasTrackingMail: boolean;
|
|
298
299
|
isClientTransitaire: boolean;
|
|
299
|
-
customerId: number;
|
|
300
300
|
vehiculeId: number;
|
|
301
301
|
salaryId: number;
|
|
302
302
|
}, {
|
|
@@ -320,6 +320,7 @@ export declare const ChatSchema: z.ZodObject<{
|
|
|
320
320
|
emailOne: string;
|
|
321
321
|
emailTwo: string;
|
|
322
322
|
addressOne: string;
|
|
323
|
+
customerId: number;
|
|
323
324
|
firstName: string;
|
|
324
325
|
lastName: string;
|
|
325
326
|
emailVerifiedAt: Date;
|
|
@@ -358,7 +359,6 @@ export declare const ChatSchema: z.ZodObject<{
|
|
|
358
359
|
isAdminChauffeur: boolean;
|
|
359
360
|
hasTrackingMail: boolean;
|
|
360
361
|
isClientTransitaire: boolean;
|
|
361
|
-
customerId: number;
|
|
362
362
|
vehiculeId: number;
|
|
363
363
|
salaryId: number;
|
|
364
364
|
}>>>;
|
|
@@ -392,6 +392,7 @@ export declare const ChatSchema: z.ZodObject<{
|
|
|
392
392
|
emailOne: string;
|
|
393
393
|
emailTwo: string;
|
|
394
394
|
addressOne: string;
|
|
395
|
+
customerId: number;
|
|
395
396
|
firstName: string;
|
|
396
397
|
lastName: string;
|
|
397
398
|
emailVerifiedAt: DateTime<true> | DateTime<false>;
|
|
@@ -430,7 +431,6 @@ export declare const ChatSchema: z.ZodObject<{
|
|
|
430
431
|
isAdminChauffeur: boolean;
|
|
431
432
|
hasTrackingMail: boolean;
|
|
432
433
|
isClientTransitaire: boolean;
|
|
433
|
-
customerId: number;
|
|
434
434
|
vehiculeId: number;
|
|
435
435
|
salaryId: number;
|
|
436
436
|
} | undefined;
|
|
@@ -438,9 +438,9 @@ export declare const ChatSchema: z.ZodObject<{
|
|
|
438
438
|
id: number;
|
|
439
439
|
createdAt: DateTime<true> | DateTime<false>;
|
|
440
440
|
updatedAt: DateTime<true> | DateTime<false>;
|
|
441
|
-
trackingMail: string | null;
|
|
442
441
|
userId: number | null;
|
|
443
442
|
billingCenterId: number | null;
|
|
443
|
+
trackingMail: string | null;
|
|
444
444
|
customerRef: string | null;
|
|
445
445
|
pickupInstruction: string | null;
|
|
446
446
|
deliveryInstruction: string | null;
|
|
@@ -514,6 +514,7 @@ export declare const ChatSchema: z.ZodObject<{
|
|
|
514
514
|
emailOne: string;
|
|
515
515
|
emailTwo: string;
|
|
516
516
|
addressOne: string;
|
|
517
|
+
customerId: number;
|
|
517
518
|
firstName: string;
|
|
518
519
|
lastName: string;
|
|
519
520
|
emailVerifiedAt: Date;
|
|
@@ -552,7 +553,6 @@ export declare const ChatSchema: z.ZodObject<{
|
|
|
552
553
|
isAdminChauffeur: boolean;
|
|
553
554
|
hasTrackingMail: boolean;
|
|
554
555
|
isClientTransitaire: boolean;
|
|
555
|
-
customerId: number;
|
|
556
556
|
vehiculeId: number;
|
|
557
557
|
salaryId: number;
|
|
558
558
|
} | undefined;
|
|
@@ -560,9 +560,9 @@ export declare const ChatSchema: z.ZodObject<{
|
|
|
560
560
|
id: number;
|
|
561
561
|
createdAt: Date;
|
|
562
562
|
updatedAt: Date;
|
|
563
|
-
trackingMail: string | null;
|
|
564
563
|
userId: number | null;
|
|
565
564
|
billingCenterId: number | null;
|
|
565
|
+
trackingMail: string | null;
|
|
566
566
|
customerRef: string | null;
|
|
567
567
|
pickupInstruction: string | null;
|
|
568
568
|
deliveryInstruction: string | null;
|
|
@@ -83,9 +83,9 @@ export declare const ChatMessageSchema: z.ZodObject<{
|
|
|
83
83
|
id: number;
|
|
84
84
|
createdAt: DateTime<true> | DateTime<false>;
|
|
85
85
|
updatedAt: DateTime<true> | DateTime<false>;
|
|
86
|
-
trackingMail: string | null;
|
|
87
86
|
userId: number | null;
|
|
88
87
|
billingCenterId: number | null;
|
|
88
|
+
trackingMail: string | null;
|
|
89
89
|
customerRef: string | null;
|
|
90
90
|
pickupInstruction: string | null;
|
|
91
91
|
deliveryInstruction: string | null;
|
|
@@ -132,9 +132,9 @@ export declare const ChatMessageSchema: z.ZodObject<{
|
|
|
132
132
|
id: number;
|
|
133
133
|
createdAt: Date;
|
|
134
134
|
updatedAt: Date;
|
|
135
|
-
trackingMail: string | null;
|
|
136
135
|
userId: number | null;
|
|
137
136
|
billingCenterId: number | null;
|
|
137
|
+
trackingMail: string | null;
|
|
138
138
|
customerRef: string | null;
|
|
139
139
|
pickupInstruction: string | null;
|
|
140
140
|
deliveryInstruction: string | null;
|
|
@@ -261,6 +261,7 @@ export declare const ChatMessageSchema: z.ZodObject<{
|
|
|
261
261
|
emailOne: string;
|
|
262
262
|
emailTwo: string;
|
|
263
263
|
addressOne: string;
|
|
264
|
+
customerId: number;
|
|
264
265
|
firstName: string;
|
|
265
266
|
lastName: string;
|
|
266
267
|
emailVerifiedAt: DateTime<true> | DateTime<false>;
|
|
@@ -299,7 +300,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
|
|
|
299
300
|
isAdminChauffeur: boolean;
|
|
300
301
|
hasTrackingMail: boolean;
|
|
301
302
|
isClientTransitaire: boolean;
|
|
302
|
-
customerId: number;
|
|
303
303
|
vehiculeId: number;
|
|
304
304
|
salaryId: number;
|
|
305
305
|
}, {
|
|
@@ -323,6 +323,7 @@ export declare const ChatMessageSchema: z.ZodObject<{
|
|
|
323
323
|
emailOne: string;
|
|
324
324
|
emailTwo: string;
|
|
325
325
|
addressOne: string;
|
|
326
|
+
customerId: number;
|
|
326
327
|
firstName: string;
|
|
327
328
|
lastName: string;
|
|
328
329
|
emailVerifiedAt: Date;
|
|
@@ -361,7 +362,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
|
|
|
361
362
|
isAdminChauffeur: boolean;
|
|
362
363
|
hasTrackingMail: boolean;
|
|
363
364
|
isClientTransitaire: boolean;
|
|
364
|
-
customerId: number;
|
|
365
365
|
vehiculeId: number;
|
|
366
366
|
salaryId: number;
|
|
367
367
|
}>>>;
|
|
@@ -395,6 +395,7 @@ export declare const ChatMessageSchema: z.ZodObject<{
|
|
|
395
395
|
emailOne: string;
|
|
396
396
|
emailTwo: string;
|
|
397
397
|
addressOne: string;
|
|
398
|
+
customerId: number;
|
|
398
399
|
firstName: string;
|
|
399
400
|
lastName: string;
|
|
400
401
|
emailVerifiedAt: DateTime<true> | DateTime<false>;
|
|
@@ -433,7 +434,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
|
|
|
433
434
|
isAdminChauffeur: boolean;
|
|
434
435
|
hasTrackingMail: boolean;
|
|
435
436
|
isClientTransitaire: boolean;
|
|
436
|
-
customerId: number;
|
|
437
437
|
vehiculeId: number;
|
|
438
438
|
salaryId: number;
|
|
439
439
|
} | undefined;
|
|
@@ -441,9 +441,9 @@ export declare const ChatMessageSchema: z.ZodObject<{
|
|
|
441
441
|
id: number;
|
|
442
442
|
createdAt: DateTime<true> | DateTime<false>;
|
|
443
443
|
updatedAt: DateTime<true> | DateTime<false>;
|
|
444
|
-
trackingMail: string | null;
|
|
445
444
|
userId: number | null;
|
|
446
445
|
billingCenterId: number | null;
|
|
446
|
+
trackingMail: string | null;
|
|
447
447
|
customerRef: string | null;
|
|
448
448
|
pickupInstruction: string | null;
|
|
449
449
|
deliveryInstruction: string | null;
|
|
@@ -517,6 +517,7 @@ export declare const ChatMessageSchema: z.ZodObject<{
|
|
|
517
517
|
emailOne: string;
|
|
518
518
|
emailTwo: string;
|
|
519
519
|
addressOne: string;
|
|
520
|
+
customerId: number;
|
|
520
521
|
firstName: string;
|
|
521
522
|
lastName: string;
|
|
522
523
|
emailVerifiedAt: Date;
|
|
@@ -555,7 +556,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
|
|
|
555
556
|
isAdminChauffeur: boolean;
|
|
556
557
|
hasTrackingMail: boolean;
|
|
557
558
|
isClientTransitaire: boolean;
|
|
558
|
-
customerId: number;
|
|
559
559
|
vehiculeId: number;
|
|
560
560
|
salaryId: number;
|
|
561
561
|
} | undefined;
|
|
@@ -563,9 +563,9 @@ export declare const ChatMessageSchema: z.ZodObject<{
|
|
|
563
563
|
id: number;
|
|
564
564
|
createdAt: Date;
|
|
565
565
|
updatedAt: Date;
|
|
566
|
-
trackingMail: string | null;
|
|
567
566
|
userId: number | null;
|
|
568
567
|
billingCenterId: number | null;
|
|
568
|
+
trackingMail: string | null;
|
|
569
569
|
customerRef: string | null;
|
|
570
570
|
pickupInstruction: string | null;
|
|
571
571
|
deliveryInstruction: string | null;
|
|
@@ -1007,6 +1007,48 @@ export declare const ChatMessageSchema: z.ZodObject<{
|
|
|
1007
1007
|
name: string;
|
|
1008
1008
|
phoneCode: string;
|
|
1009
1009
|
}>>>;
|
|
1010
|
+
userBillingCenters: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1011
|
+
id: z.ZodNumber;
|
|
1012
|
+
createdAt: z.ZodOptional<z.ZodEffects<z.ZodDate, DateTime<true> | DateTime<false>, Date>>;
|
|
1013
|
+
updatedAt: z.ZodOptional<z.ZodEffects<z.ZodDate, DateTime<true> | DateTime<false>, Date>>;
|
|
1014
|
+
userId: z.ZodNumber;
|
|
1015
|
+
billingCenterId: z.ZodNumber;
|
|
1016
|
+
billingCenter: z.ZodOptional<z.ZodObject<{
|
|
1017
|
+
id: z.ZodNumber;
|
|
1018
|
+
billingCenterName: z.ZodString;
|
|
1019
|
+
customerId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1020
|
+
}, "strip", z.ZodTypeAny, {
|
|
1021
|
+
id: number;
|
|
1022
|
+
billingCenterName: string;
|
|
1023
|
+
customerId?: number | null | undefined;
|
|
1024
|
+
}, {
|
|
1025
|
+
id: number;
|
|
1026
|
+
billingCenterName: string;
|
|
1027
|
+
customerId?: number | null | undefined;
|
|
1028
|
+
}>>;
|
|
1029
|
+
}, "strip", z.ZodTypeAny, {
|
|
1030
|
+
id: number;
|
|
1031
|
+
userId: number;
|
|
1032
|
+
billingCenterId: number;
|
|
1033
|
+
createdAt?: DateTime<true> | DateTime<false> | undefined;
|
|
1034
|
+
updatedAt?: DateTime<true> | DateTime<false> | undefined;
|
|
1035
|
+
billingCenter?: {
|
|
1036
|
+
id: number;
|
|
1037
|
+
billingCenterName: string;
|
|
1038
|
+
customerId?: number | null | undefined;
|
|
1039
|
+
} | undefined;
|
|
1040
|
+
}, {
|
|
1041
|
+
id: number;
|
|
1042
|
+
userId: number;
|
|
1043
|
+
billingCenterId: number;
|
|
1044
|
+
createdAt?: Date | undefined;
|
|
1045
|
+
updatedAt?: Date | undefined;
|
|
1046
|
+
billingCenter?: {
|
|
1047
|
+
id: number;
|
|
1048
|
+
billingCenterName: string;
|
|
1049
|
+
customerId?: number | null | undefined;
|
|
1050
|
+
} | undefined;
|
|
1051
|
+
}>, "many">>;
|
|
1010
1052
|
}, "strip", z.ZodTypeAny, {
|
|
1011
1053
|
id: number;
|
|
1012
1054
|
createdAt: DateTime<true> | DateTime<false>;
|
|
@@ -1028,6 +1070,7 @@ export declare const ChatMessageSchema: z.ZodObject<{
|
|
|
1028
1070
|
emailOne: string;
|
|
1029
1071
|
emailTwo: string;
|
|
1030
1072
|
addressOne: string;
|
|
1073
|
+
customerId: number;
|
|
1031
1074
|
firstName: string;
|
|
1032
1075
|
lastName: string;
|
|
1033
1076
|
emailVerifiedAt: DateTime<true> | DateTime<false>;
|
|
@@ -1066,7 +1109,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
|
|
|
1066
1109
|
isAdminChauffeur: boolean;
|
|
1067
1110
|
hasTrackingMail: boolean;
|
|
1068
1111
|
isClientTransitaire: boolean;
|
|
1069
|
-
customerId: number;
|
|
1070
1112
|
vehiculeId: number;
|
|
1071
1113
|
salaryId: number;
|
|
1072
1114
|
country?: {
|
|
@@ -1174,6 +1216,18 @@ export declare const ChatMessageSchema: z.ZodObject<{
|
|
|
1174
1216
|
carteBancaire: string;
|
|
1175
1217
|
bipTelepage: string;
|
|
1176
1218
|
} | undefined;
|
|
1219
|
+
userBillingCenters?: {
|
|
1220
|
+
id: number;
|
|
1221
|
+
userId: number;
|
|
1222
|
+
billingCenterId: number;
|
|
1223
|
+
createdAt?: DateTime<true> | DateTime<false> | undefined;
|
|
1224
|
+
updatedAt?: DateTime<true> | DateTime<false> | undefined;
|
|
1225
|
+
billingCenter?: {
|
|
1226
|
+
id: number;
|
|
1227
|
+
billingCenterName: string;
|
|
1228
|
+
customerId?: number | null | undefined;
|
|
1229
|
+
} | undefined;
|
|
1230
|
+
}[] | undefined;
|
|
1177
1231
|
}, {
|
|
1178
1232
|
id: number;
|
|
1179
1233
|
createdAt: Date;
|
|
@@ -1195,6 +1249,7 @@ export declare const ChatMessageSchema: z.ZodObject<{
|
|
|
1195
1249
|
emailOne: string;
|
|
1196
1250
|
emailTwo: string;
|
|
1197
1251
|
addressOne: string;
|
|
1252
|
+
customerId: number;
|
|
1198
1253
|
firstName: string;
|
|
1199
1254
|
lastName: string;
|
|
1200
1255
|
emailVerifiedAt: Date;
|
|
@@ -1233,7 +1288,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
|
|
|
1233
1288
|
isAdminChauffeur: boolean;
|
|
1234
1289
|
hasTrackingMail: boolean;
|
|
1235
1290
|
isClientTransitaire: boolean;
|
|
1236
|
-
customerId: number;
|
|
1237
1291
|
vehiculeId: number;
|
|
1238
1292
|
salaryId: number;
|
|
1239
1293
|
country?: {
|
|
@@ -1341,6 +1395,18 @@ export declare const ChatMessageSchema: z.ZodObject<{
|
|
|
1341
1395
|
carteBancaire: string;
|
|
1342
1396
|
bipTelepage: string;
|
|
1343
1397
|
} | undefined;
|
|
1398
|
+
userBillingCenters?: {
|
|
1399
|
+
id: number;
|
|
1400
|
+
userId: number;
|
|
1401
|
+
billingCenterId: number;
|
|
1402
|
+
createdAt?: Date | undefined;
|
|
1403
|
+
updatedAt?: Date | undefined;
|
|
1404
|
+
billingCenter?: {
|
|
1405
|
+
id: number;
|
|
1406
|
+
billingCenterName: string;
|
|
1407
|
+
customerId?: number | null | undefined;
|
|
1408
|
+
} | undefined;
|
|
1409
|
+
}[] | undefined;
|
|
1344
1410
|
}>>>;
|
|
1345
1411
|
}, "strip", z.ZodTypeAny, {
|
|
1346
1412
|
id: number;
|
|
@@ -1372,6 +1438,7 @@ export declare const ChatMessageSchema: z.ZodObject<{
|
|
|
1372
1438
|
emailOne: string;
|
|
1373
1439
|
emailTwo: string;
|
|
1374
1440
|
addressOne: string;
|
|
1441
|
+
customerId: number;
|
|
1375
1442
|
firstName: string;
|
|
1376
1443
|
lastName: string;
|
|
1377
1444
|
emailVerifiedAt: DateTime<true> | DateTime<false>;
|
|
@@ -1410,7 +1477,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
|
|
|
1410
1477
|
isAdminChauffeur: boolean;
|
|
1411
1478
|
hasTrackingMail: boolean;
|
|
1412
1479
|
isClientTransitaire: boolean;
|
|
1413
|
-
customerId: number;
|
|
1414
1480
|
vehiculeId: number;
|
|
1415
1481
|
salaryId: number;
|
|
1416
1482
|
country?: {
|
|
@@ -1518,6 +1584,18 @@ export declare const ChatMessageSchema: z.ZodObject<{
|
|
|
1518
1584
|
carteBancaire: string;
|
|
1519
1585
|
bipTelepage: string;
|
|
1520
1586
|
} | undefined;
|
|
1587
|
+
userBillingCenters?: {
|
|
1588
|
+
id: number;
|
|
1589
|
+
userId: number;
|
|
1590
|
+
billingCenterId: number;
|
|
1591
|
+
createdAt?: DateTime<true> | DateTime<false> | undefined;
|
|
1592
|
+
updatedAt?: DateTime<true> | DateTime<false> | undefined;
|
|
1593
|
+
billingCenter?: {
|
|
1594
|
+
id: number;
|
|
1595
|
+
billingCenterName: string;
|
|
1596
|
+
customerId?: number | null | undefined;
|
|
1597
|
+
} | undefined;
|
|
1598
|
+
}[] | undefined;
|
|
1521
1599
|
} | undefined;
|
|
1522
1600
|
chat?: {
|
|
1523
1601
|
id: number;
|
|
@@ -1549,6 +1627,7 @@ export declare const ChatMessageSchema: z.ZodObject<{
|
|
|
1549
1627
|
emailOne: string;
|
|
1550
1628
|
emailTwo: string;
|
|
1551
1629
|
addressOne: string;
|
|
1630
|
+
customerId: number;
|
|
1552
1631
|
firstName: string;
|
|
1553
1632
|
lastName: string;
|
|
1554
1633
|
emailVerifiedAt: DateTime<true> | DateTime<false>;
|
|
@@ -1587,7 +1666,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
|
|
|
1587
1666
|
isAdminChauffeur: boolean;
|
|
1588
1667
|
hasTrackingMail: boolean;
|
|
1589
1668
|
isClientTransitaire: boolean;
|
|
1590
|
-
customerId: number;
|
|
1591
1669
|
vehiculeId: number;
|
|
1592
1670
|
salaryId: number;
|
|
1593
1671
|
} | undefined;
|
|
@@ -1595,9 +1673,9 @@ export declare const ChatMessageSchema: z.ZodObject<{
|
|
|
1595
1673
|
id: number;
|
|
1596
1674
|
createdAt: DateTime<true> | DateTime<false>;
|
|
1597
1675
|
updatedAt: DateTime<true> | DateTime<false>;
|
|
1598
|
-
trackingMail: string | null;
|
|
1599
1676
|
userId: number | null;
|
|
1600
1677
|
billingCenterId: number | null;
|
|
1678
|
+
trackingMail: string | null;
|
|
1601
1679
|
customerRef: string | null;
|
|
1602
1680
|
pickupInstruction: string | null;
|
|
1603
1681
|
deliveryInstruction: string | null;
|
|
@@ -1672,6 +1750,7 @@ export declare const ChatMessageSchema: z.ZodObject<{
|
|
|
1672
1750
|
emailOne: string;
|
|
1673
1751
|
emailTwo: string;
|
|
1674
1752
|
addressOne: string;
|
|
1753
|
+
customerId: number;
|
|
1675
1754
|
firstName: string;
|
|
1676
1755
|
lastName: string;
|
|
1677
1756
|
emailVerifiedAt: Date;
|
|
@@ -1710,7 +1789,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
|
|
|
1710
1789
|
isAdminChauffeur: boolean;
|
|
1711
1790
|
hasTrackingMail: boolean;
|
|
1712
1791
|
isClientTransitaire: boolean;
|
|
1713
|
-
customerId: number;
|
|
1714
1792
|
vehiculeId: number;
|
|
1715
1793
|
salaryId: number;
|
|
1716
1794
|
country?: {
|
|
@@ -1818,6 +1896,18 @@ export declare const ChatMessageSchema: z.ZodObject<{
|
|
|
1818
1896
|
carteBancaire: string;
|
|
1819
1897
|
bipTelepage: string;
|
|
1820
1898
|
} | undefined;
|
|
1899
|
+
userBillingCenters?: {
|
|
1900
|
+
id: number;
|
|
1901
|
+
userId: number;
|
|
1902
|
+
billingCenterId: number;
|
|
1903
|
+
createdAt?: Date | undefined;
|
|
1904
|
+
updatedAt?: Date | undefined;
|
|
1905
|
+
billingCenter?: {
|
|
1906
|
+
id: number;
|
|
1907
|
+
billingCenterName: string;
|
|
1908
|
+
customerId?: number | null | undefined;
|
|
1909
|
+
} | undefined;
|
|
1910
|
+
}[] | undefined;
|
|
1821
1911
|
} | undefined;
|
|
1822
1912
|
chat?: {
|
|
1823
1913
|
id: number;
|
|
@@ -1849,6 +1939,7 @@ export declare const ChatMessageSchema: z.ZodObject<{
|
|
|
1849
1939
|
emailOne: string;
|
|
1850
1940
|
emailTwo: string;
|
|
1851
1941
|
addressOne: string;
|
|
1942
|
+
customerId: number;
|
|
1852
1943
|
firstName: string;
|
|
1853
1944
|
lastName: string;
|
|
1854
1945
|
emailVerifiedAt: Date;
|
|
@@ -1887,7 +1978,6 @@ export declare const ChatMessageSchema: z.ZodObject<{
|
|
|
1887
1978
|
isAdminChauffeur: boolean;
|
|
1888
1979
|
hasTrackingMail: boolean;
|
|
1889
1980
|
isClientTransitaire: boolean;
|
|
1890
|
-
customerId: number;
|
|
1891
1981
|
vehiculeId: number;
|
|
1892
1982
|
salaryId: number;
|
|
1893
1983
|
} | undefined;
|
|
@@ -1895,9 +1985,9 @@ export declare const ChatMessageSchema: z.ZodObject<{
|
|
|
1895
1985
|
id: number;
|
|
1896
1986
|
createdAt: Date;
|
|
1897
1987
|
updatedAt: Date;
|
|
1898
|
-
trackingMail: string | null;
|
|
1899
1988
|
userId: number | null;
|
|
1900
1989
|
billingCenterId: number | null;
|
|
1990
|
+
trackingMail: string | null;
|
|
1901
1991
|
customerRef: string | null;
|
|
1902
1992
|
pickupInstruction: string | null;
|
|
1903
1993
|
deliveryInstruction: string | null;
|