@dakkitor/api-contracts 1.1.142 → 1.1.144
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/actives/actives.contract.d.ts +64 -64
- package/dist/bookings/bookings.contract.d.ts +104 -104
- package/dist/dashboards/dashboard.contract.d.ts +12 -12
- package/dist/lead-distribution/agent-lead-distribution.contract.d.ts +217 -217
- package/dist/lead-distribution/agent-lead-distribution.contract.js +2 -2
- package/dist/workers/workers.contract.d.ts +44 -44
- package/dist/workers/workers.contract.d.ts.map +1 -1
- package/dist/workers/workers.contract.js +8 -2
- package/package.json +1 -1
|
@@ -708,8 +708,8 @@ export declare const BookingSchema: z.ZodObject<{
|
|
|
708
708
|
documentType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["passport", "id_card", "driving_license", "unknown"]>>>;
|
|
709
709
|
expiryDate: z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>>;
|
|
710
710
|
documentNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
711
|
-
createdAt: z.ZodOptional<z.ZodString
|
|
712
|
-
updatedAt: z.ZodOptional<z.ZodString
|
|
711
|
+
createdAt: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>;
|
|
712
|
+
updatedAt: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>;
|
|
713
713
|
}, "strip", z.ZodTypeAny, {
|
|
714
714
|
createdAt?: string | undefined;
|
|
715
715
|
updatedAt?: string | undefined;
|
|
@@ -719,8 +719,8 @@ export declare const BookingSchema: z.ZodObject<{
|
|
|
719
719
|
documentType?: "unknown" | "passport" | "id_card" | "driving_license" | null | undefined;
|
|
720
720
|
documentNumber?: string | null | undefined;
|
|
721
721
|
}, {
|
|
722
|
-
createdAt?: string | undefined;
|
|
723
|
-
updatedAt?: string | undefined;
|
|
722
|
+
createdAt?: string | Date | undefined;
|
|
723
|
+
updatedAt?: string | Date | undefined;
|
|
724
724
|
id?: string | undefined;
|
|
725
725
|
expiryDate?: string | Date | null | undefined;
|
|
726
726
|
fileId?: string | null | undefined;
|
|
@@ -1060,8 +1060,8 @@ export declare const BookingSchema: z.ZodObject<{
|
|
|
1060
1060
|
proofDocumentFileId?: string | null | undefined;
|
|
1061
1061
|
}[] | undefined;
|
|
1062
1062
|
idDocuments?: {
|
|
1063
|
-
createdAt?: string | undefined;
|
|
1064
|
-
updatedAt?: string | undefined;
|
|
1063
|
+
createdAt?: string | Date | undefined;
|
|
1064
|
+
updatedAt?: string | Date | undefined;
|
|
1065
1065
|
id?: string | undefined;
|
|
1066
1066
|
expiryDate?: string | Date | null | undefined;
|
|
1067
1067
|
fileId?: string | null | undefined;
|
|
@@ -2865,8 +2865,8 @@ export declare const BookingSchema: z.ZodObject<{
|
|
|
2865
2865
|
proofDocumentFileId?: string | null | undefined;
|
|
2866
2866
|
}[] | undefined;
|
|
2867
2867
|
idDocuments?: {
|
|
2868
|
-
createdAt?: string | undefined;
|
|
2869
|
-
updatedAt?: string | undefined;
|
|
2868
|
+
createdAt?: string | Date | undefined;
|
|
2869
|
+
updatedAt?: string | Date | undefined;
|
|
2870
2870
|
id?: string | undefined;
|
|
2871
2871
|
expiryDate?: string | Date | null | undefined;
|
|
2872
2872
|
fileId?: string | null | undefined;
|
|
@@ -5917,8 +5917,8 @@ export declare const BookingCategoryGroupSchema: z.ZodObject<{
|
|
|
5917
5917
|
documentType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["passport", "id_card", "driving_license", "unknown"]>>>;
|
|
5918
5918
|
expiryDate: z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>>;
|
|
5919
5919
|
documentNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5920
|
-
createdAt: z.ZodOptional<z.ZodString
|
|
5921
|
-
updatedAt: z.ZodOptional<z.ZodString
|
|
5920
|
+
createdAt: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>;
|
|
5921
|
+
updatedAt: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>;
|
|
5922
5922
|
}, "strip", z.ZodTypeAny, {
|
|
5923
5923
|
createdAt?: string | undefined;
|
|
5924
5924
|
updatedAt?: string | undefined;
|
|
@@ -5928,8 +5928,8 @@ export declare const BookingCategoryGroupSchema: z.ZodObject<{
|
|
|
5928
5928
|
documentType?: "unknown" | "passport" | "id_card" | "driving_license" | null | undefined;
|
|
5929
5929
|
documentNumber?: string | null | undefined;
|
|
5930
5930
|
}, {
|
|
5931
|
-
createdAt?: string | undefined;
|
|
5932
|
-
updatedAt?: string | undefined;
|
|
5931
|
+
createdAt?: string | Date | undefined;
|
|
5932
|
+
updatedAt?: string | Date | undefined;
|
|
5933
5933
|
id?: string | undefined;
|
|
5934
5934
|
expiryDate?: string | Date | null | undefined;
|
|
5935
5935
|
fileId?: string | null | undefined;
|
|
@@ -6269,8 +6269,8 @@ export declare const BookingCategoryGroupSchema: z.ZodObject<{
|
|
|
6269
6269
|
proofDocumentFileId?: string | null | undefined;
|
|
6270
6270
|
}[] | undefined;
|
|
6271
6271
|
idDocuments?: {
|
|
6272
|
-
createdAt?: string | undefined;
|
|
6273
|
-
updatedAt?: string | undefined;
|
|
6272
|
+
createdAt?: string | Date | undefined;
|
|
6273
|
+
updatedAt?: string | Date | undefined;
|
|
6274
6274
|
id?: string | undefined;
|
|
6275
6275
|
expiryDate?: string | Date | null | undefined;
|
|
6276
6276
|
fileId?: string | null | undefined;
|
|
@@ -8074,8 +8074,8 @@ export declare const BookingCategoryGroupSchema: z.ZodObject<{
|
|
|
8074
8074
|
proofDocumentFileId?: string | null | undefined;
|
|
8075
8075
|
}[] | undefined;
|
|
8076
8076
|
idDocuments?: {
|
|
8077
|
-
createdAt?: string | undefined;
|
|
8078
|
-
updatedAt?: string | undefined;
|
|
8077
|
+
createdAt?: string | Date | undefined;
|
|
8078
|
+
updatedAt?: string | Date | undefined;
|
|
8079
8079
|
id?: string | undefined;
|
|
8080
8080
|
expiryDate?: string | Date | null | undefined;
|
|
8081
8081
|
fileId?: string | null | undefined;
|
|
@@ -8736,8 +8736,8 @@ export declare const BookingCategoryGroupSchema: z.ZodObject<{
|
|
|
8736
8736
|
proofDocumentFileId?: string | null | undefined;
|
|
8737
8737
|
}[] | undefined;
|
|
8738
8738
|
idDocuments?: {
|
|
8739
|
-
createdAt?: string | undefined;
|
|
8740
|
-
updatedAt?: string | undefined;
|
|
8739
|
+
createdAt?: string | Date | undefined;
|
|
8740
|
+
updatedAt?: string | Date | undefined;
|
|
8741
8741
|
id?: string | undefined;
|
|
8742
8742
|
expiryDate?: string | Date | null | undefined;
|
|
8743
8743
|
fileId?: string | null | undefined;
|
|
@@ -9125,8 +9125,8 @@ export declare const OngoingBookingSchema: z.ZodObject<{
|
|
|
9125
9125
|
documentType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["passport", "id_card", "driving_license", "unknown"]>>>;
|
|
9126
9126
|
expiryDate: z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>>;
|
|
9127
9127
|
documentNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9128
|
-
createdAt: z.ZodOptional<z.ZodString
|
|
9129
|
-
updatedAt: z.ZodOptional<z.ZodString
|
|
9128
|
+
createdAt: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>;
|
|
9129
|
+
updatedAt: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>;
|
|
9130
9130
|
}, "strip", z.ZodTypeAny, {
|
|
9131
9131
|
createdAt?: string | undefined;
|
|
9132
9132
|
updatedAt?: string | undefined;
|
|
@@ -9136,8 +9136,8 @@ export declare const OngoingBookingSchema: z.ZodObject<{
|
|
|
9136
9136
|
documentType?: "unknown" | "passport" | "id_card" | "driving_license" | null | undefined;
|
|
9137
9137
|
documentNumber?: string | null | undefined;
|
|
9138
9138
|
}, {
|
|
9139
|
-
createdAt?: string | undefined;
|
|
9140
|
-
updatedAt?: string | undefined;
|
|
9139
|
+
createdAt?: string | Date | undefined;
|
|
9140
|
+
updatedAt?: string | Date | undefined;
|
|
9141
9141
|
id?: string | undefined;
|
|
9142
9142
|
expiryDate?: string | Date | null | undefined;
|
|
9143
9143
|
fileId?: string | null | undefined;
|
|
@@ -9477,8 +9477,8 @@ export declare const OngoingBookingSchema: z.ZodObject<{
|
|
|
9477
9477
|
proofDocumentFileId?: string | null | undefined;
|
|
9478
9478
|
}[] | undefined;
|
|
9479
9479
|
idDocuments?: {
|
|
9480
|
-
createdAt?: string | undefined;
|
|
9481
|
-
updatedAt?: string | undefined;
|
|
9480
|
+
createdAt?: string | Date | undefined;
|
|
9481
|
+
updatedAt?: string | Date | undefined;
|
|
9482
9482
|
id?: string | undefined;
|
|
9483
9483
|
expiryDate?: string | Date | null | undefined;
|
|
9484
9484
|
fileId?: string | null | undefined;
|
|
@@ -11036,8 +11036,8 @@ export declare const OngoingBookingSchema: z.ZodObject<{
|
|
|
11036
11036
|
documentType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["passport", "id_card", "driving_license", "unknown"]>>>;
|
|
11037
11037
|
expiryDate: z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>>;
|
|
11038
11038
|
documentNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11039
|
-
createdAt: z.ZodOptional<z.ZodString
|
|
11040
|
-
updatedAt: z.ZodOptional<z.ZodString
|
|
11039
|
+
createdAt: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>;
|
|
11040
|
+
updatedAt: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>;
|
|
11041
11041
|
}, "strip", z.ZodTypeAny, {
|
|
11042
11042
|
createdAt?: string | undefined;
|
|
11043
11043
|
updatedAt?: string | undefined;
|
|
@@ -11047,8 +11047,8 @@ export declare const OngoingBookingSchema: z.ZodObject<{
|
|
|
11047
11047
|
documentType?: "unknown" | "passport" | "id_card" | "driving_license" | null | undefined;
|
|
11048
11048
|
documentNumber?: string | null | undefined;
|
|
11049
11049
|
}, {
|
|
11050
|
-
createdAt?: string | undefined;
|
|
11051
|
-
updatedAt?: string | undefined;
|
|
11050
|
+
createdAt?: string | Date | undefined;
|
|
11051
|
+
updatedAt?: string | Date | undefined;
|
|
11052
11052
|
id?: string | undefined;
|
|
11053
11053
|
expiryDate?: string | Date | null | undefined;
|
|
11054
11054
|
fileId?: string | null | undefined;
|
|
@@ -11388,8 +11388,8 @@ export declare const OngoingBookingSchema: z.ZodObject<{
|
|
|
11388
11388
|
proofDocumentFileId?: string | null | undefined;
|
|
11389
11389
|
}[] | undefined;
|
|
11390
11390
|
idDocuments?: {
|
|
11391
|
-
createdAt?: string | undefined;
|
|
11392
|
-
updatedAt?: string | undefined;
|
|
11391
|
+
createdAt?: string | Date | undefined;
|
|
11392
|
+
updatedAt?: string | Date | undefined;
|
|
11393
11393
|
id?: string | undefined;
|
|
11394
11394
|
expiryDate?: string | Date | null | undefined;
|
|
11395
11395
|
fileId?: string | null | undefined;
|
|
@@ -13193,8 +13193,8 @@ export declare const OngoingBookingSchema: z.ZodObject<{
|
|
|
13193
13193
|
proofDocumentFileId?: string | null | undefined;
|
|
13194
13194
|
}[] | undefined;
|
|
13195
13195
|
idDocuments?: {
|
|
13196
|
-
createdAt?: string | undefined;
|
|
13197
|
-
updatedAt?: string | undefined;
|
|
13196
|
+
createdAt?: string | Date | undefined;
|
|
13197
|
+
updatedAt?: string | Date | undefined;
|
|
13198
13198
|
id?: string | undefined;
|
|
13199
13199
|
expiryDate?: string | Date | null | undefined;
|
|
13200
13200
|
fileId?: string | null | undefined;
|
|
@@ -13905,8 +13905,8 @@ export declare const OngoingBookingSchema: z.ZodObject<{
|
|
|
13905
13905
|
proofDocumentFileId?: string | null | undefined;
|
|
13906
13906
|
}[] | undefined;
|
|
13907
13907
|
idDocuments?: {
|
|
13908
|
-
createdAt?: string | undefined;
|
|
13909
|
-
updatedAt?: string | undefined;
|
|
13908
|
+
createdAt?: string | Date | undefined;
|
|
13909
|
+
updatedAt?: string | Date | undefined;
|
|
13910
13910
|
id?: string | undefined;
|
|
13911
13911
|
expiryDate?: string | Date | null | undefined;
|
|
13912
13912
|
fileId?: string | null | undefined;
|
|
@@ -14311,8 +14311,8 @@ export declare const OngoingBookingCategorySchema: z.ZodObject<{
|
|
|
14311
14311
|
documentType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["passport", "id_card", "driving_license", "unknown"]>>>;
|
|
14312
14312
|
expiryDate: z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>>;
|
|
14313
14313
|
documentNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
14314
|
-
createdAt: z.ZodOptional<z.ZodString
|
|
14315
|
-
updatedAt: z.ZodOptional<z.ZodString
|
|
14314
|
+
createdAt: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>;
|
|
14315
|
+
updatedAt: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>;
|
|
14316
14316
|
}, "strip", z.ZodTypeAny, {
|
|
14317
14317
|
createdAt?: string | undefined;
|
|
14318
14318
|
updatedAt?: string | undefined;
|
|
@@ -14322,8 +14322,8 @@ export declare const OngoingBookingCategorySchema: z.ZodObject<{
|
|
|
14322
14322
|
documentType?: "unknown" | "passport" | "id_card" | "driving_license" | null | undefined;
|
|
14323
14323
|
documentNumber?: string | null | undefined;
|
|
14324
14324
|
}, {
|
|
14325
|
-
createdAt?: string | undefined;
|
|
14326
|
-
updatedAt?: string | undefined;
|
|
14325
|
+
createdAt?: string | Date | undefined;
|
|
14326
|
+
updatedAt?: string | Date | undefined;
|
|
14327
14327
|
id?: string | undefined;
|
|
14328
14328
|
expiryDate?: string | Date | null | undefined;
|
|
14329
14329
|
fileId?: string | null | undefined;
|
|
@@ -14663,8 +14663,8 @@ export declare const OngoingBookingCategorySchema: z.ZodObject<{
|
|
|
14663
14663
|
proofDocumentFileId?: string | null | undefined;
|
|
14664
14664
|
}[] | undefined;
|
|
14665
14665
|
idDocuments?: {
|
|
14666
|
-
createdAt?: string | undefined;
|
|
14667
|
-
updatedAt?: string | undefined;
|
|
14666
|
+
createdAt?: string | Date | undefined;
|
|
14667
|
+
updatedAt?: string | Date | undefined;
|
|
14668
14668
|
id?: string | undefined;
|
|
14669
14669
|
expiryDate?: string | Date | null | undefined;
|
|
14670
14670
|
fileId?: string | null | undefined;
|
|
@@ -16222,8 +16222,8 @@ export declare const OngoingBookingCategorySchema: z.ZodObject<{
|
|
|
16222
16222
|
documentType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["passport", "id_card", "driving_license", "unknown"]>>>;
|
|
16223
16223
|
expiryDate: z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>>;
|
|
16224
16224
|
documentNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
16225
|
-
createdAt: z.ZodOptional<z.ZodString
|
|
16226
|
-
updatedAt: z.ZodOptional<z.ZodString
|
|
16225
|
+
createdAt: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>;
|
|
16226
|
+
updatedAt: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>;
|
|
16227
16227
|
}, "strip", z.ZodTypeAny, {
|
|
16228
16228
|
createdAt?: string | undefined;
|
|
16229
16229
|
updatedAt?: string | undefined;
|
|
@@ -16233,8 +16233,8 @@ export declare const OngoingBookingCategorySchema: z.ZodObject<{
|
|
|
16233
16233
|
documentType?: "unknown" | "passport" | "id_card" | "driving_license" | null | undefined;
|
|
16234
16234
|
documentNumber?: string | null | undefined;
|
|
16235
16235
|
}, {
|
|
16236
|
-
createdAt?: string | undefined;
|
|
16237
|
-
updatedAt?: string | undefined;
|
|
16236
|
+
createdAt?: string | Date | undefined;
|
|
16237
|
+
updatedAt?: string | Date | undefined;
|
|
16238
16238
|
id?: string | undefined;
|
|
16239
16239
|
expiryDate?: string | Date | null | undefined;
|
|
16240
16240
|
fileId?: string | null | undefined;
|
|
@@ -16574,8 +16574,8 @@ export declare const OngoingBookingCategorySchema: z.ZodObject<{
|
|
|
16574
16574
|
proofDocumentFileId?: string | null | undefined;
|
|
16575
16575
|
}[] | undefined;
|
|
16576
16576
|
idDocuments?: {
|
|
16577
|
-
createdAt?: string | undefined;
|
|
16578
|
-
updatedAt?: string | undefined;
|
|
16577
|
+
createdAt?: string | Date | undefined;
|
|
16578
|
+
updatedAt?: string | Date | undefined;
|
|
16579
16579
|
id?: string | undefined;
|
|
16580
16580
|
expiryDate?: string | Date | null | undefined;
|
|
16581
16581
|
fileId?: string | null | undefined;
|
|
@@ -18379,8 +18379,8 @@ export declare const OngoingBookingCategorySchema: z.ZodObject<{
|
|
|
18379
18379
|
proofDocumentFileId?: string | null | undefined;
|
|
18380
18380
|
}[] | undefined;
|
|
18381
18381
|
idDocuments?: {
|
|
18382
|
-
createdAt?: string | undefined;
|
|
18383
|
-
updatedAt?: string | undefined;
|
|
18382
|
+
createdAt?: string | Date | undefined;
|
|
18383
|
+
updatedAt?: string | Date | undefined;
|
|
18384
18384
|
id?: string | undefined;
|
|
18385
18385
|
expiryDate?: string | Date | null | undefined;
|
|
18386
18386
|
fileId?: string | null | undefined;
|
|
@@ -19091,8 +19091,8 @@ export declare const OngoingBookingCategorySchema: z.ZodObject<{
|
|
|
19091
19091
|
proofDocumentFileId?: string | null | undefined;
|
|
19092
19092
|
}[] | undefined;
|
|
19093
19093
|
idDocuments?: {
|
|
19094
|
-
createdAt?: string | undefined;
|
|
19095
|
-
updatedAt?: string | undefined;
|
|
19094
|
+
createdAt?: string | Date | undefined;
|
|
19095
|
+
updatedAt?: string | Date | undefined;
|
|
19096
19096
|
id?: string | undefined;
|
|
19097
19097
|
expiryDate?: string | Date | null | undefined;
|
|
19098
19098
|
fileId?: string | null | undefined;
|
|
@@ -19789,8 +19789,8 @@ export declare const OngoingBookingCategorySchema: z.ZodObject<{
|
|
|
19789
19789
|
proofDocumentFileId?: string | null | undefined;
|
|
19790
19790
|
}[] | undefined;
|
|
19791
19791
|
idDocuments?: {
|
|
19792
|
-
createdAt?: string | undefined;
|
|
19793
|
-
updatedAt?: string | undefined;
|
|
19792
|
+
createdAt?: string | Date | undefined;
|
|
19793
|
+
updatedAt?: string | Date | undefined;
|
|
19794
19794
|
id?: string | undefined;
|
|
19795
19795
|
expiryDate?: string | Date | null | undefined;
|
|
19796
19796
|
fileId?: string | null | undefined;
|
|
@@ -22963,8 +22963,8 @@ export declare const PaginatedBookingResponseSchema: z.ZodObject<{
|
|
|
22963
22963
|
documentType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["passport", "id_card", "driving_license", "unknown"]>>>;
|
|
22964
22964
|
expiryDate: z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>>;
|
|
22965
22965
|
documentNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22966
|
-
createdAt: z.ZodOptional<z.ZodString
|
|
22967
|
-
updatedAt: z.ZodOptional<z.ZodString
|
|
22966
|
+
createdAt: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>;
|
|
22967
|
+
updatedAt: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>;
|
|
22968
22968
|
}, "strip", z.ZodTypeAny, {
|
|
22969
22969
|
createdAt?: string | undefined;
|
|
22970
22970
|
updatedAt?: string | undefined;
|
|
@@ -22974,8 +22974,8 @@ export declare const PaginatedBookingResponseSchema: z.ZodObject<{
|
|
|
22974
22974
|
documentType?: "unknown" | "passport" | "id_card" | "driving_license" | null | undefined;
|
|
22975
22975
|
documentNumber?: string | null | undefined;
|
|
22976
22976
|
}, {
|
|
22977
|
-
createdAt?: string | undefined;
|
|
22978
|
-
updatedAt?: string | undefined;
|
|
22977
|
+
createdAt?: string | Date | undefined;
|
|
22978
|
+
updatedAt?: string | Date | undefined;
|
|
22979
22979
|
id?: string | undefined;
|
|
22980
22980
|
expiryDate?: string | Date | null | undefined;
|
|
22981
22981
|
fileId?: string | null | undefined;
|
|
@@ -23315,8 +23315,8 @@ export declare const PaginatedBookingResponseSchema: z.ZodObject<{
|
|
|
23315
23315
|
proofDocumentFileId?: string | null | undefined;
|
|
23316
23316
|
}[] | undefined;
|
|
23317
23317
|
idDocuments?: {
|
|
23318
|
-
createdAt?: string | undefined;
|
|
23319
|
-
updatedAt?: string | undefined;
|
|
23318
|
+
createdAt?: string | Date | undefined;
|
|
23319
|
+
updatedAt?: string | Date | undefined;
|
|
23320
23320
|
id?: string | undefined;
|
|
23321
23321
|
expiryDate?: string | Date | null | undefined;
|
|
23322
23322
|
fileId?: string | null | undefined;
|
|
@@ -25120,8 +25120,8 @@ export declare const PaginatedBookingResponseSchema: z.ZodObject<{
|
|
|
25120
25120
|
proofDocumentFileId?: string | null | undefined;
|
|
25121
25121
|
}[] | undefined;
|
|
25122
25122
|
idDocuments?: {
|
|
25123
|
-
createdAt?: string | undefined;
|
|
25124
|
-
updatedAt?: string | undefined;
|
|
25123
|
+
createdAt?: string | Date | undefined;
|
|
25124
|
+
updatedAt?: string | Date | undefined;
|
|
25125
25125
|
id?: string | undefined;
|
|
25126
25126
|
expiryDate?: string | Date | null | undefined;
|
|
25127
25127
|
fileId?: string | null | undefined;
|
|
@@ -25793,8 +25793,8 @@ export declare const PaginatedBookingResponseSchema: z.ZodObject<{
|
|
|
25793
25793
|
proofDocumentFileId?: string | null | undefined;
|
|
25794
25794
|
}[] | undefined;
|
|
25795
25795
|
idDocuments?: {
|
|
25796
|
-
createdAt?: string | undefined;
|
|
25797
|
-
updatedAt?: string | undefined;
|
|
25796
|
+
createdAt?: string | Date | undefined;
|
|
25797
|
+
updatedAt?: string | Date | undefined;
|
|
25798
25798
|
id?: string | undefined;
|
|
25799
25799
|
expiryDate?: string | Date | null | undefined;
|
|
25800
25800
|
fileId?: string | null | undefined;
|
|
@@ -26183,8 +26183,8 @@ export declare const BookingArraySchema: z.ZodArray<z.ZodObject<{
|
|
|
26183
26183
|
documentType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["passport", "id_card", "driving_license", "unknown"]>>>;
|
|
26184
26184
|
expiryDate: z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>>;
|
|
26185
26185
|
documentNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
26186
|
-
createdAt: z.ZodOptional<z.ZodString
|
|
26187
|
-
updatedAt: z.ZodOptional<z.ZodString
|
|
26186
|
+
createdAt: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>;
|
|
26187
|
+
updatedAt: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>;
|
|
26188
26188
|
}, "strip", z.ZodTypeAny, {
|
|
26189
26189
|
createdAt?: string | undefined;
|
|
26190
26190
|
updatedAt?: string | undefined;
|
|
@@ -26194,8 +26194,8 @@ export declare const BookingArraySchema: z.ZodArray<z.ZodObject<{
|
|
|
26194
26194
|
documentType?: "unknown" | "passport" | "id_card" | "driving_license" | null | undefined;
|
|
26195
26195
|
documentNumber?: string | null | undefined;
|
|
26196
26196
|
}, {
|
|
26197
|
-
createdAt?: string | undefined;
|
|
26198
|
-
updatedAt?: string | undefined;
|
|
26197
|
+
createdAt?: string | Date | undefined;
|
|
26198
|
+
updatedAt?: string | Date | undefined;
|
|
26199
26199
|
id?: string | undefined;
|
|
26200
26200
|
expiryDate?: string | Date | null | undefined;
|
|
26201
26201
|
fileId?: string | null | undefined;
|
|
@@ -26535,8 +26535,8 @@ export declare const BookingArraySchema: z.ZodArray<z.ZodObject<{
|
|
|
26535
26535
|
proofDocumentFileId?: string | null | undefined;
|
|
26536
26536
|
}[] | undefined;
|
|
26537
26537
|
idDocuments?: {
|
|
26538
|
-
createdAt?: string | undefined;
|
|
26539
|
-
updatedAt?: string | undefined;
|
|
26538
|
+
createdAt?: string | Date | undefined;
|
|
26539
|
+
updatedAt?: string | Date | undefined;
|
|
26540
26540
|
id?: string | undefined;
|
|
26541
26541
|
expiryDate?: string | Date | null | undefined;
|
|
26542
26542
|
fileId?: string | null | undefined;
|
|
@@ -28340,8 +28340,8 @@ export declare const BookingArraySchema: z.ZodArray<z.ZodObject<{
|
|
|
28340
28340
|
proofDocumentFileId?: string | null | undefined;
|
|
28341
28341
|
}[] | undefined;
|
|
28342
28342
|
idDocuments?: {
|
|
28343
|
-
createdAt?: string | undefined;
|
|
28344
|
-
updatedAt?: string | undefined;
|
|
28343
|
+
createdAt?: string | Date | undefined;
|
|
28344
|
+
updatedAt?: string | Date | undefined;
|
|
28345
28345
|
id?: string | undefined;
|
|
28346
28346
|
expiryDate?: string | Date | null | undefined;
|
|
28347
28347
|
fileId?: string | null | undefined;
|
|
@@ -29112,8 +29112,8 @@ export declare const bookingsContractRouter: {
|
|
|
29112
29112
|
documentType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["passport", "id_card", "driving_license", "unknown"]>>>;
|
|
29113
29113
|
expiryDate: z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>>;
|
|
29114
29114
|
documentNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
29115
|
-
createdAt: z.ZodOptional<z.ZodString
|
|
29116
|
-
updatedAt: z.ZodOptional<z.ZodString
|
|
29115
|
+
createdAt: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>;
|
|
29116
|
+
updatedAt: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>;
|
|
29117
29117
|
}, "strip", z.ZodTypeAny, {
|
|
29118
29118
|
createdAt?: string | undefined;
|
|
29119
29119
|
updatedAt?: string | undefined;
|
|
@@ -29123,8 +29123,8 @@ export declare const bookingsContractRouter: {
|
|
|
29123
29123
|
documentType?: "unknown" | "passport" | "id_card" | "driving_license" | null | undefined;
|
|
29124
29124
|
documentNumber?: string | null | undefined;
|
|
29125
29125
|
}, {
|
|
29126
|
-
createdAt?: string | undefined;
|
|
29127
|
-
updatedAt?: string | undefined;
|
|
29126
|
+
createdAt?: string | Date | undefined;
|
|
29127
|
+
updatedAt?: string | Date | undefined;
|
|
29128
29128
|
id?: string | undefined;
|
|
29129
29129
|
expiryDate?: string | Date | null | undefined;
|
|
29130
29130
|
fileId?: string | null | undefined;
|
|
@@ -29464,8 +29464,8 @@ export declare const bookingsContractRouter: {
|
|
|
29464
29464
|
proofDocumentFileId?: string | null | undefined;
|
|
29465
29465
|
}[] | undefined;
|
|
29466
29466
|
idDocuments?: {
|
|
29467
|
-
createdAt?: string | undefined;
|
|
29468
|
-
updatedAt?: string | undefined;
|
|
29467
|
+
createdAt?: string | Date | undefined;
|
|
29468
|
+
updatedAt?: string | Date | undefined;
|
|
29469
29469
|
id?: string | undefined;
|
|
29470
29470
|
expiryDate?: string | Date | null | undefined;
|
|
29471
29471
|
fileId?: string | null | undefined;
|
|
@@ -31269,8 +31269,8 @@ export declare const bookingsContractRouter: {
|
|
|
31269
31269
|
proofDocumentFileId?: string | null | undefined;
|
|
31270
31270
|
}[] | undefined;
|
|
31271
31271
|
idDocuments?: {
|
|
31272
|
-
createdAt?: string | undefined;
|
|
31273
|
-
updatedAt?: string | undefined;
|
|
31272
|
+
createdAt?: string | Date | undefined;
|
|
31273
|
+
updatedAt?: string | Date | undefined;
|
|
31274
31274
|
id?: string | undefined;
|
|
31275
31275
|
expiryDate?: string | Date | null | undefined;
|
|
31276
31276
|
fileId?: string | null | undefined;
|
|
@@ -31996,8 +31996,8 @@ export declare const bookingsContractRouter: {
|
|
|
31996
31996
|
documentType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["passport", "id_card", "driving_license", "unknown"]>>>;
|
|
31997
31997
|
expiryDate: z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>>;
|
|
31998
31998
|
documentNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
31999
|
-
createdAt: z.ZodOptional<z.ZodString
|
|
32000
|
-
updatedAt: z.ZodOptional<z.ZodString
|
|
31999
|
+
createdAt: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>;
|
|
32000
|
+
updatedAt: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>;
|
|
32001
32001
|
}, "strip", z.ZodTypeAny, {
|
|
32002
32002
|
createdAt?: string | undefined;
|
|
32003
32003
|
updatedAt?: string | undefined;
|
|
@@ -32007,8 +32007,8 @@ export declare const bookingsContractRouter: {
|
|
|
32007
32007
|
documentType?: "unknown" | "passport" | "id_card" | "driving_license" | null | undefined;
|
|
32008
32008
|
documentNumber?: string | null | undefined;
|
|
32009
32009
|
}, {
|
|
32010
|
-
createdAt?: string | undefined;
|
|
32011
|
-
updatedAt?: string | undefined;
|
|
32010
|
+
createdAt?: string | Date | undefined;
|
|
32011
|
+
updatedAt?: string | Date | undefined;
|
|
32012
32012
|
id?: string | undefined;
|
|
32013
32013
|
expiryDate?: string | Date | null | undefined;
|
|
32014
32014
|
fileId?: string | null | undefined;
|
|
@@ -32348,8 +32348,8 @@ export declare const bookingsContractRouter: {
|
|
|
32348
32348
|
proofDocumentFileId?: string | null | undefined;
|
|
32349
32349
|
}[] | undefined;
|
|
32350
32350
|
idDocuments?: {
|
|
32351
|
-
createdAt?: string | undefined;
|
|
32352
|
-
updatedAt?: string | undefined;
|
|
32351
|
+
createdAt?: string | Date | undefined;
|
|
32352
|
+
updatedAt?: string | Date | undefined;
|
|
32353
32353
|
id?: string | undefined;
|
|
32354
32354
|
expiryDate?: string | Date | null | undefined;
|
|
32355
32355
|
fileId?: string | null | undefined;
|
|
@@ -34153,8 +34153,8 @@ export declare const bookingsContractRouter: {
|
|
|
34153
34153
|
proofDocumentFileId?: string | null | undefined;
|
|
34154
34154
|
}[] | undefined;
|
|
34155
34155
|
idDocuments?: {
|
|
34156
|
-
createdAt?: string | undefined;
|
|
34157
|
-
updatedAt?: string | undefined;
|
|
34156
|
+
createdAt?: string | Date | undefined;
|
|
34157
|
+
updatedAt?: string | Date | undefined;
|
|
34158
34158
|
id?: string | undefined;
|
|
34159
34159
|
expiryDate?: string | Date | null | undefined;
|
|
34160
34160
|
fileId?: string | null | undefined;
|
|
@@ -34826,8 +34826,8 @@ export declare const bookingsContractRouter: {
|
|
|
34826
34826
|
proofDocumentFileId?: string | null | undefined;
|
|
34827
34827
|
}[] | undefined;
|
|
34828
34828
|
idDocuments?: {
|
|
34829
|
-
createdAt?: string | undefined;
|
|
34830
|
-
updatedAt?: string | undefined;
|
|
34829
|
+
createdAt?: string | Date | undefined;
|
|
34830
|
+
updatedAt?: string | Date | undefined;
|
|
34831
34831
|
id?: string | undefined;
|
|
34832
34832
|
expiryDate?: string | Date | null | undefined;
|
|
34833
34833
|
fileId?: string | null | undefined;
|
|
@@ -35336,8 +35336,8 @@ export declare const bookingsContractRouter: {
|
|
|
35336
35336
|
documentType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["passport", "id_card", "driving_license", "unknown"]>>>;
|
|
35337
35337
|
expiryDate: z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>>;
|
|
35338
35338
|
documentNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
35339
|
-
createdAt: z.ZodOptional<z.ZodString
|
|
35340
|
-
updatedAt: z.ZodOptional<z.ZodString
|
|
35339
|
+
createdAt: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>;
|
|
35340
|
+
updatedAt: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>;
|
|
35341
35341
|
}, "strip", z.ZodTypeAny, {
|
|
35342
35342
|
createdAt?: string | undefined;
|
|
35343
35343
|
updatedAt?: string | undefined;
|
|
@@ -35347,8 +35347,8 @@ export declare const bookingsContractRouter: {
|
|
|
35347
35347
|
documentType?: "unknown" | "passport" | "id_card" | "driving_license" | null | undefined;
|
|
35348
35348
|
documentNumber?: string | null | undefined;
|
|
35349
35349
|
}, {
|
|
35350
|
-
createdAt?: string | undefined;
|
|
35351
|
-
updatedAt?: string | undefined;
|
|
35350
|
+
createdAt?: string | Date | undefined;
|
|
35351
|
+
updatedAt?: string | Date | undefined;
|
|
35352
35352
|
id?: string | undefined;
|
|
35353
35353
|
expiryDate?: string | Date | null | undefined;
|
|
35354
35354
|
fileId?: string | null | undefined;
|
|
@@ -35688,8 +35688,8 @@ export declare const bookingsContractRouter: {
|
|
|
35688
35688
|
proofDocumentFileId?: string | null | undefined;
|
|
35689
35689
|
}[] | undefined;
|
|
35690
35690
|
idDocuments?: {
|
|
35691
|
-
createdAt?: string | undefined;
|
|
35692
|
-
updatedAt?: string | undefined;
|
|
35691
|
+
createdAt?: string | Date | undefined;
|
|
35692
|
+
updatedAt?: string | Date | undefined;
|
|
35693
35693
|
id?: string | undefined;
|
|
35694
35694
|
expiryDate?: string | Date | null | undefined;
|
|
35695
35695
|
fileId?: string | null | undefined;
|
|
@@ -37493,8 +37493,8 @@ export declare const bookingsContractRouter: {
|
|
|
37493
37493
|
proofDocumentFileId?: string | null | undefined;
|
|
37494
37494
|
}[] | undefined;
|
|
37495
37495
|
idDocuments?: {
|
|
37496
|
-
createdAt?: string | undefined;
|
|
37497
|
-
updatedAt?: string | undefined;
|
|
37496
|
+
createdAt?: string | Date | undefined;
|
|
37497
|
+
updatedAt?: string | Date | undefined;
|
|
37498
37498
|
id?: string | undefined;
|
|
37499
37499
|
expiryDate?: string | Date | null | undefined;
|
|
37500
37500
|
fileId?: string | null | undefined;
|
|
@@ -38681,8 +38681,8 @@ export declare const bookingsContractRouter: {
|
|
|
38681
38681
|
documentType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["passport", "id_card", "driving_license", "unknown"]>>>;
|
|
38682
38682
|
expiryDate: z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>>;
|
|
38683
38683
|
documentNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
38684
|
-
createdAt: z.ZodOptional<z.ZodString
|
|
38685
|
-
updatedAt: z.ZodOptional<z.ZodString
|
|
38684
|
+
createdAt: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>;
|
|
38685
|
+
updatedAt: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>;
|
|
38686
38686
|
}, "strip", z.ZodTypeAny, {
|
|
38687
38687
|
createdAt?: string | undefined;
|
|
38688
38688
|
updatedAt?: string | undefined;
|
|
@@ -38692,8 +38692,8 @@ export declare const bookingsContractRouter: {
|
|
|
38692
38692
|
documentType?: "unknown" | "passport" | "id_card" | "driving_license" | null | undefined;
|
|
38693
38693
|
documentNumber?: string | null | undefined;
|
|
38694
38694
|
}, {
|
|
38695
|
-
createdAt?: string | undefined;
|
|
38696
|
-
updatedAt?: string | undefined;
|
|
38695
|
+
createdAt?: string | Date | undefined;
|
|
38696
|
+
updatedAt?: string | Date | undefined;
|
|
38697
38697
|
id?: string | undefined;
|
|
38698
38698
|
expiryDate?: string | Date | null | undefined;
|
|
38699
38699
|
fileId?: string | null | undefined;
|
|
@@ -39033,8 +39033,8 @@ export declare const bookingsContractRouter: {
|
|
|
39033
39033
|
proofDocumentFileId?: string | null | undefined;
|
|
39034
39034
|
}[] | undefined;
|
|
39035
39035
|
idDocuments?: {
|
|
39036
|
-
createdAt?: string | undefined;
|
|
39037
|
-
updatedAt?: string | undefined;
|
|
39036
|
+
createdAt?: string | Date | undefined;
|
|
39037
|
+
updatedAt?: string | Date | undefined;
|
|
39038
39038
|
id?: string | undefined;
|
|
39039
39039
|
expiryDate?: string | Date | null | undefined;
|
|
39040
39040
|
fileId?: string | null | undefined;
|
|
@@ -40838,8 +40838,8 @@ export declare const bookingsContractRouter: {
|
|
|
40838
40838
|
proofDocumentFileId?: string | null | undefined;
|
|
40839
40839
|
}[] | undefined;
|
|
40840
40840
|
idDocuments?: {
|
|
40841
|
-
createdAt?: string | undefined;
|
|
40842
|
-
updatedAt?: string | undefined;
|
|
40841
|
+
createdAt?: string | Date | undefined;
|
|
40842
|
+
updatedAt?: string | Date | undefined;
|
|
40843
40843
|
id?: string | undefined;
|
|
40844
40844
|
expiryDate?: string | Date | null | undefined;
|
|
40845
40845
|
fileId?: string | null | undefined;
|