@dakkitor/api-contracts 1.1.142 → 1.1.143

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.
@@ -143,8 +143,8 @@ export declare const ActiveSchema: z.ZodObject<{
143
143
  documentType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["passport", "id_card", "driving_license", "unknown"]>>>;
144
144
  expiryDate: z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>>;
145
145
  documentNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
146
- createdAt: z.ZodOptional<z.ZodString>;
147
- updatedAt: z.ZodOptional<z.ZodString>;
146
+ createdAt: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>;
147
+ updatedAt: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>;
148
148
  }, "strip", z.ZodTypeAny, {
149
149
  createdAt?: string | undefined;
150
150
  updatedAt?: string | undefined;
@@ -154,8 +154,8 @@ export declare const ActiveSchema: z.ZodObject<{
154
154
  documentType?: "unknown" | "passport" | "id_card" | "driving_license" | null | undefined;
155
155
  documentNumber?: string | null | undefined;
156
156
  }, {
157
- createdAt?: string | undefined;
158
- updatedAt?: string | undefined;
157
+ createdAt?: string | Date | undefined;
158
+ updatedAt?: string | Date | undefined;
159
159
  id?: string | undefined;
160
160
  expiryDate?: string | Date | null | undefined;
161
161
  fileId?: string | null | undefined;
@@ -495,8 +495,8 @@ export declare const ActiveSchema: z.ZodObject<{
495
495
  proofDocumentFileId?: string | null | undefined;
496
496
  }[] | undefined;
497
497
  idDocuments?: {
498
- createdAt?: string | undefined;
499
- updatedAt?: string | undefined;
498
+ createdAt?: string | Date | undefined;
499
+ updatedAt?: string | Date | undefined;
500
500
  id?: string | undefined;
501
501
  expiryDate?: string | Date | null | undefined;
502
502
  fileId?: string | null | undefined;
@@ -2300,8 +2300,8 @@ export declare const ActiveSchema: z.ZodObject<{
2300
2300
  proofDocumentFileId?: string | null | undefined;
2301
2301
  }[] | undefined;
2302
2302
  idDocuments?: {
2303
- createdAt?: string | undefined;
2304
- updatedAt?: string | undefined;
2303
+ createdAt?: string | Date | undefined;
2304
+ updatedAt?: string | Date | undefined;
2305
2305
  id?: string | undefined;
2306
2306
  expiryDate?: string | Date | null | undefined;
2307
2307
  fileId?: string | null | undefined;
@@ -2982,8 +2982,8 @@ export declare const ActiveSchema: z.ZodObject<{
2982
2982
  proofDocumentFileId?: string | null | undefined;
2983
2983
  }[] | undefined;
2984
2984
  idDocuments?: {
2985
- createdAt?: string | undefined;
2986
- updatedAt?: string | undefined;
2985
+ createdAt?: string | Date | undefined;
2986
+ updatedAt?: string | Date | undefined;
2987
2987
  id?: string | undefined;
2988
2988
  expiryDate?: string | Date | null | undefined;
2989
2989
  fileId?: string | null | undefined;
@@ -6294,8 +6294,8 @@ export declare const PaginatedActiveResponseSchema: z.ZodObject<{
6294
6294
  documentType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["passport", "id_card", "driving_license", "unknown"]>>>;
6295
6295
  expiryDate: z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>>;
6296
6296
  documentNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6297
- createdAt: z.ZodOptional<z.ZodString>;
6298
- updatedAt: z.ZodOptional<z.ZodString>;
6297
+ createdAt: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>;
6298
+ updatedAt: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>;
6299
6299
  }, "strip", z.ZodTypeAny, {
6300
6300
  createdAt?: string | undefined;
6301
6301
  updatedAt?: string | undefined;
@@ -6305,8 +6305,8 @@ export declare const PaginatedActiveResponseSchema: z.ZodObject<{
6305
6305
  documentType?: "unknown" | "passport" | "id_card" | "driving_license" | null | undefined;
6306
6306
  documentNumber?: string | null | undefined;
6307
6307
  }, {
6308
- createdAt?: string | undefined;
6309
- updatedAt?: string | undefined;
6308
+ createdAt?: string | Date | undefined;
6309
+ updatedAt?: string | Date | undefined;
6310
6310
  id?: string | undefined;
6311
6311
  expiryDate?: string | Date | null | undefined;
6312
6312
  fileId?: string | null | undefined;
@@ -6646,8 +6646,8 @@ export declare const PaginatedActiveResponseSchema: z.ZodObject<{
6646
6646
  proofDocumentFileId?: string | null | undefined;
6647
6647
  }[] | undefined;
6648
6648
  idDocuments?: {
6649
- createdAt?: string | undefined;
6650
- updatedAt?: string | undefined;
6649
+ createdAt?: string | Date | undefined;
6650
+ updatedAt?: string | Date | undefined;
6651
6651
  id?: string | undefined;
6652
6652
  expiryDate?: string | Date | null | undefined;
6653
6653
  fileId?: string | null | undefined;
@@ -8451,8 +8451,8 @@ export declare const PaginatedActiveResponseSchema: z.ZodObject<{
8451
8451
  proofDocumentFileId?: string | null | undefined;
8452
8452
  }[] | undefined;
8453
8453
  idDocuments?: {
8454
- createdAt?: string | undefined;
8455
- updatedAt?: string | undefined;
8454
+ createdAt?: string | Date | undefined;
8455
+ updatedAt?: string | Date | undefined;
8456
8456
  id?: string | undefined;
8457
8457
  expiryDate?: string | Date | null | undefined;
8458
8458
  fileId?: string | null | undefined;
@@ -9133,8 +9133,8 @@ export declare const PaginatedActiveResponseSchema: z.ZodObject<{
9133
9133
  proofDocumentFileId?: string | null | undefined;
9134
9134
  }[] | undefined;
9135
9135
  idDocuments?: {
9136
- createdAt?: string | undefined;
9137
- updatedAt?: string | undefined;
9136
+ createdAt?: string | Date | undefined;
9137
+ updatedAt?: string | Date | undefined;
9138
9138
  id?: string | undefined;
9139
9139
  expiryDate?: string | Date | null | undefined;
9140
9140
  fileId?: string | null | undefined;
@@ -9842,8 +9842,8 @@ export declare const PaginatedActiveResponseSchema: z.ZodObject<{
9842
9842
  proofDocumentFileId?: string | null | undefined;
9843
9843
  }[] | undefined;
9844
9844
  idDocuments?: {
9845
- createdAt?: string | undefined;
9846
- updatedAt?: string | undefined;
9845
+ createdAt?: string | Date | undefined;
9846
+ updatedAt?: string | Date | undefined;
9847
9847
  id?: string | undefined;
9848
9848
  expiryDate?: string | Date | null | undefined;
9849
9849
  fileId?: string | null | undefined;
@@ -11109,8 +11109,8 @@ export declare const activesContractRouter: {
11109
11109
  documentType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["passport", "id_card", "driving_license", "unknown"]>>>;
11110
11110
  expiryDate: z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>>;
11111
11111
  documentNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
11112
- createdAt: z.ZodOptional<z.ZodString>;
11113
- updatedAt: z.ZodOptional<z.ZodString>;
11112
+ createdAt: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>;
11113
+ updatedAt: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>;
11114
11114
  }, "strip", z.ZodTypeAny, {
11115
11115
  createdAt?: string | undefined;
11116
11116
  updatedAt?: string | undefined;
@@ -11120,8 +11120,8 @@ export declare const activesContractRouter: {
11120
11120
  documentType?: "unknown" | "passport" | "id_card" | "driving_license" | null | undefined;
11121
11121
  documentNumber?: string | null | undefined;
11122
11122
  }, {
11123
- createdAt?: string | undefined;
11124
- updatedAt?: string | undefined;
11123
+ createdAt?: string | Date | undefined;
11124
+ updatedAt?: string | Date | undefined;
11125
11125
  id?: string | undefined;
11126
11126
  expiryDate?: string | Date | null | undefined;
11127
11127
  fileId?: string | null | undefined;
@@ -11461,8 +11461,8 @@ export declare const activesContractRouter: {
11461
11461
  proofDocumentFileId?: string | null | undefined;
11462
11462
  }[] | undefined;
11463
11463
  idDocuments?: {
11464
- createdAt?: string | undefined;
11465
- updatedAt?: string | undefined;
11464
+ createdAt?: string | Date | undefined;
11465
+ updatedAt?: string | Date | undefined;
11466
11466
  id?: string | undefined;
11467
11467
  expiryDate?: string | Date | null | undefined;
11468
11468
  fileId?: string | null | undefined;
@@ -13266,8 +13266,8 @@ export declare const activesContractRouter: {
13266
13266
  proofDocumentFileId?: string | null | undefined;
13267
13267
  }[] | undefined;
13268
13268
  idDocuments?: {
13269
- createdAt?: string | undefined;
13270
- updatedAt?: string | undefined;
13269
+ createdAt?: string | Date | undefined;
13270
+ updatedAt?: string | Date | undefined;
13271
13271
  id?: string | undefined;
13272
13272
  expiryDate?: string | Date | null | undefined;
13273
13273
  fileId?: string | null | undefined;
@@ -13948,8 +13948,8 @@ export declare const activesContractRouter: {
13948
13948
  proofDocumentFileId?: string | null | undefined;
13949
13949
  }[] | undefined;
13950
13950
  idDocuments?: {
13951
- createdAt?: string | undefined;
13952
- updatedAt?: string | undefined;
13951
+ createdAt?: string | Date | undefined;
13952
+ updatedAt?: string | Date | undefined;
13953
13953
  id?: string | undefined;
13954
13954
  expiryDate?: string | Date | null | undefined;
13955
13955
  fileId?: string | null | undefined;
@@ -14640,8 +14640,8 @@ export declare const activesContractRouter: {
14640
14640
  documentType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["passport", "id_card", "driving_license", "unknown"]>>>;
14641
14641
  expiryDate: z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>>;
14642
14642
  documentNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14643
- createdAt: z.ZodOptional<z.ZodString>;
14644
- updatedAt: z.ZodOptional<z.ZodString>;
14643
+ createdAt: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>;
14644
+ updatedAt: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>;
14645
14645
  }, "strip", z.ZodTypeAny, {
14646
14646
  createdAt?: string | undefined;
14647
14647
  updatedAt?: string | undefined;
@@ -14651,8 +14651,8 @@ export declare const activesContractRouter: {
14651
14651
  documentType?: "unknown" | "passport" | "id_card" | "driving_license" | null | undefined;
14652
14652
  documentNumber?: string | null | undefined;
14653
14653
  }, {
14654
- createdAt?: string | undefined;
14655
- updatedAt?: string | undefined;
14654
+ createdAt?: string | Date | undefined;
14655
+ updatedAt?: string | Date | undefined;
14656
14656
  id?: string | undefined;
14657
14657
  expiryDate?: string | Date | null | undefined;
14658
14658
  fileId?: string | null | undefined;
@@ -14992,8 +14992,8 @@ export declare const activesContractRouter: {
14992
14992
  proofDocumentFileId?: string | null | undefined;
14993
14993
  }[] | undefined;
14994
14994
  idDocuments?: {
14995
- createdAt?: string | undefined;
14996
- updatedAt?: string | undefined;
14995
+ createdAt?: string | Date | undefined;
14996
+ updatedAt?: string | Date | undefined;
14997
14997
  id?: string | undefined;
14998
14998
  expiryDate?: string | Date | null | undefined;
14999
14999
  fileId?: string | null | undefined;
@@ -16797,8 +16797,8 @@ export declare const activesContractRouter: {
16797
16797
  proofDocumentFileId?: string | null | undefined;
16798
16798
  }[] | undefined;
16799
16799
  idDocuments?: {
16800
- createdAt?: string | undefined;
16801
- updatedAt?: string | undefined;
16800
+ createdAt?: string | Date | undefined;
16801
+ updatedAt?: string | Date | undefined;
16802
16802
  id?: string | undefined;
16803
16803
  expiryDate?: string | Date | null | undefined;
16804
16804
  fileId?: string | null | undefined;
@@ -17479,8 +17479,8 @@ export declare const activesContractRouter: {
17479
17479
  proofDocumentFileId?: string | null | undefined;
17480
17480
  }[] | undefined;
17481
17481
  idDocuments?: {
17482
- createdAt?: string | undefined;
17483
- updatedAt?: string | undefined;
17482
+ createdAt?: string | Date | undefined;
17483
+ updatedAt?: string | Date | undefined;
17484
17484
  id?: string | undefined;
17485
17485
  expiryDate?: string | Date | null | undefined;
17486
17486
  fileId?: string | null | undefined;
@@ -18188,8 +18188,8 @@ export declare const activesContractRouter: {
18188
18188
  proofDocumentFileId?: string | null | undefined;
18189
18189
  }[] | undefined;
18190
18190
  idDocuments?: {
18191
- createdAt?: string | undefined;
18192
- updatedAt?: string | undefined;
18191
+ createdAt?: string | Date | undefined;
18192
+ updatedAt?: string | Date | undefined;
18193
18193
  id?: string | undefined;
18194
18194
  expiryDate?: string | Date | null | undefined;
18195
18195
  fileId?: string | null | undefined;
@@ -20306,8 +20306,8 @@ export declare const activesContractRouter: {
20306
20306
  documentType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["passport", "id_card", "driving_license", "unknown"]>>>;
20307
20307
  expiryDate: z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>>;
20308
20308
  documentNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
20309
- createdAt: z.ZodOptional<z.ZodString>;
20310
- updatedAt: z.ZodOptional<z.ZodString>;
20309
+ createdAt: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>;
20310
+ updatedAt: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>;
20311
20311
  }, "strip", z.ZodTypeAny, {
20312
20312
  createdAt?: string | undefined;
20313
20313
  updatedAt?: string | undefined;
@@ -20317,8 +20317,8 @@ export declare const activesContractRouter: {
20317
20317
  documentType?: "unknown" | "passport" | "id_card" | "driving_license" | null | undefined;
20318
20318
  documentNumber?: string | null | undefined;
20319
20319
  }, {
20320
- createdAt?: string | undefined;
20321
- updatedAt?: string | undefined;
20320
+ createdAt?: string | Date | undefined;
20321
+ updatedAt?: string | Date | undefined;
20322
20322
  id?: string | undefined;
20323
20323
  expiryDate?: string | Date | null | undefined;
20324
20324
  fileId?: string | null | undefined;
@@ -20658,8 +20658,8 @@ export declare const activesContractRouter: {
20658
20658
  proofDocumentFileId?: string | null | undefined;
20659
20659
  }[] | undefined;
20660
20660
  idDocuments?: {
20661
- createdAt?: string | undefined;
20662
- updatedAt?: string | undefined;
20661
+ createdAt?: string | Date | undefined;
20662
+ updatedAt?: string | Date | undefined;
20663
20663
  id?: string | undefined;
20664
20664
  expiryDate?: string | Date | null | undefined;
20665
20665
  fileId?: string | null | undefined;
@@ -22463,8 +22463,8 @@ export declare const activesContractRouter: {
22463
22463
  proofDocumentFileId?: string | null | undefined;
22464
22464
  }[] | undefined;
22465
22465
  idDocuments?: {
22466
- createdAt?: string | undefined;
22467
- updatedAt?: string | undefined;
22466
+ createdAt?: string | Date | undefined;
22467
+ updatedAt?: string | Date | undefined;
22468
22468
  id?: string | undefined;
22469
22469
  expiryDate?: string | Date | null | undefined;
22470
22470
  fileId?: string | null | undefined;
@@ -23145,8 +23145,8 @@ export declare const activesContractRouter: {
23145
23145
  proofDocumentFileId?: string | null | undefined;
23146
23146
  }[] | undefined;
23147
23147
  idDocuments?: {
23148
- createdAt?: string | undefined;
23149
- updatedAt?: string | undefined;
23148
+ createdAt?: string | Date | undefined;
23149
+ updatedAt?: string | Date | undefined;
23150
23150
  id?: string | undefined;
23151
23151
  expiryDate?: string | Date | null | undefined;
23152
23152
  fileId?: string | null | undefined;
@@ -23965,8 +23965,8 @@ export declare const activesContractRouter: {
23965
23965
  documentType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["passport", "id_card", "driving_license", "unknown"]>>>;
23966
23966
  expiryDate: z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>>;
23967
23967
  documentNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
23968
- createdAt: z.ZodOptional<z.ZodString>;
23969
- updatedAt: z.ZodOptional<z.ZodString>;
23968
+ createdAt: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>;
23969
+ updatedAt: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>;
23970
23970
  }, "strip", z.ZodTypeAny, {
23971
23971
  createdAt?: string | undefined;
23972
23972
  updatedAt?: string | undefined;
@@ -23976,8 +23976,8 @@ export declare const activesContractRouter: {
23976
23976
  documentType?: "unknown" | "passport" | "id_card" | "driving_license" | null | undefined;
23977
23977
  documentNumber?: string | null | undefined;
23978
23978
  }, {
23979
- createdAt?: string | undefined;
23980
- updatedAt?: string | undefined;
23979
+ createdAt?: string | Date | undefined;
23980
+ updatedAt?: string | Date | undefined;
23981
23981
  id?: string | undefined;
23982
23982
  expiryDate?: string | Date | null | undefined;
23983
23983
  fileId?: string | null | undefined;
@@ -24317,8 +24317,8 @@ export declare const activesContractRouter: {
24317
24317
  proofDocumentFileId?: string | null | undefined;
24318
24318
  }[] | undefined;
24319
24319
  idDocuments?: {
24320
- createdAt?: string | undefined;
24321
- updatedAt?: string | undefined;
24320
+ createdAt?: string | Date | undefined;
24321
+ updatedAt?: string | Date | undefined;
24322
24322
  id?: string | undefined;
24323
24323
  expiryDate?: string | Date | null | undefined;
24324
24324
  fileId?: string | null | undefined;
@@ -26122,8 +26122,8 @@ export declare const activesContractRouter: {
26122
26122
  proofDocumentFileId?: string | null | undefined;
26123
26123
  }[] | undefined;
26124
26124
  idDocuments?: {
26125
- createdAt?: string | undefined;
26126
- updatedAt?: string | undefined;
26125
+ createdAt?: string | Date | undefined;
26126
+ updatedAt?: string | Date | undefined;
26127
26127
  id?: string | undefined;
26128
26128
  expiryDate?: string | Date | null | undefined;
26129
26129
  fileId?: string | null | undefined;
@@ -26804,8 +26804,8 @@ export declare const activesContractRouter: {
26804
26804
  proofDocumentFileId?: string | null | undefined;
26805
26805
  }[] | undefined;
26806
26806
  idDocuments?: {
26807
- createdAt?: string | undefined;
26808
- updatedAt?: string | undefined;
26807
+ createdAt?: string | Date | undefined;
26808
+ updatedAt?: string | Date | undefined;
26809
26809
  id?: string | undefined;
26810
26810
  expiryDate?: string | Date | null | undefined;
26811
26811
  fileId?: string | null | undefined;
@@ -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;
@@ -136,8 +136,8 @@ export declare const WorkerIdDocumentSchema: z.ZodObject<{
136
136
  documentType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["passport", "id_card", "driving_license", "unknown"]>>>;
137
137
  expiryDate: z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>>;
138
138
  documentNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
139
- createdAt: z.ZodOptional<z.ZodString>;
140
- updatedAt: z.ZodOptional<z.ZodString>;
139
+ createdAt: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>;
140
+ updatedAt: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>;
141
141
  }, "strip", z.ZodTypeAny, {
142
142
  createdAt?: string | undefined;
143
143
  updatedAt?: string | undefined;
@@ -147,8 +147,8 @@ export declare const WorkerIdDocumentSchema: z.ZodObject<{
147
147
  documentType?: "unknown" | "passport" | "id_card" | "driving_license" | null | undefined;
148
148
  documentNumber?: string | null | undefined;
149
149
  }, {
150
- createdAt?: string | undefined;
151
- updatedAt?: string | undefined;
150
+ createdAt?: string | Date | undefined;
151
+ updatedAt?: string | Date | undefined;
152
152
  id?: string | undefined;
153
153
  expiryDate?: string | Date | null | undefined;
154
154
  fileId?: string | null | undefined;
@@ -329,8 +329,8 @@ export declare const WorkerSchema: z.ZodObject<{
329
329
  documentType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["passport", "id_card", "driving_license", "unknown"]>>>;
330
330
  expiryDate: z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>>;
331
331
  documentNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
332
- createdAt: z.ZodOptional<z.ZodString>;
333
- updatedAt: z.ZodOptional<z.ZodString>;
332
+ createdAt: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>;
333
+ updatedAt: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>;
334
334
  }, "strip", z.ZodTypeAny, {
335
335
  createdAt?: string | undefined;
336
336
  updatedAt?: string | undefined;
@@ -340,8 +340,8 @@ export declare const WorkerSchema: z.ZodObject<{
340
340
  documentType?: "unknown" | "passport" | "id_card" | "driving_license" | null | undefined;
341
341
  documentNumber?: string | null | undefined;
342
342
  }, {
343
- createdAt?: string | undefined;
344
- updatedAt?: string | undefined;
343
+ createdAt?: string | Date | undefined;
344
+ updatedAt?: string | Date | undefined;
345
345
  id?: string | undefined;
346
346
  expiryDate?: string | Date | null | undefined;
347
347
  fileId?: string | null | undefined;
@@ -681,8 +681,8 @@ export declare const WorkerSchema: z.ZodObject<{
681
681
  proofDocumentFileId?: string | null | undefined;
682
682
  }[] | undefined;
683
683
  idDocuments?: {
684
- createdAt?: string | undefined;
685
- updatedAt?: string | undefined;
684
+ createdAt?: string | Date | undefined;
685
+ updatedAt?: string | Date | undefined;
686
686
  id?: string | undefined;
687
687
  expiryDate?: string | Date | null | undefined;
688
688
  fileId?: string | null | undefined;
@@ -2052,8 +2052,8 @@ export declare const PaginatedWorkerResponseSchema: z.ZodObject<{
2052
2052
  documentType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["passport", "id_card", "driving_license", "unknown"]>>>;
2053
2053
  expiryDate: z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>>;
2054
2054
  documentNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2055
- createdAt: z.ZodOptional<z.ZodString>;
2056
- updatedAt: z.ZodOptional<z.ZodString>;
2055
+ createdAt: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>;
2056
+ updatedAt: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>;
2057
2057
  }, "strip", z.ZodTypeAny, {
2058
2058
  createdAt?: string | undefined;
2059
2059
  updatedAt?: string | undefined;
@@ -2063,8 +2063,8 @@ export declare const PaginatedWorkerResponseSchema: z.ZodObject<{
2063
2063
  documentType?: "unknown" | "passport" | "id_card" | "driving_license" | null | undefined;
2064
2064
  documentNumber?: string | null | undefined;
2065
2065
  }, {
2066
- createdAt?: string | undefined;
2067
- updatedAt?: string | undefined;
2066
+ createdAt?: string | Date | undefined;
2067
+ updatedAt?: string | Date | undefined;
2068
2068
  id?: string | undefined;
2069
2069
  expiryDate?: string | Date | null | undefined;
2070
2070
  fileId?: string | null | undefined;
@@ -2404,8 +2404,8 @@ export declare const PaginatedWorkerResponseSchema: z.ZodObject<{
2404
2404
  proofDocumentFileId?: string | null | undefined;
2405
2405
  }[] | undefined;
2406
2406
  idDocuments?: {
2407
- createdAt?: string | undefined;
2408
- updatedAt?: string | undefined;
2407
+ createdAt?: string | Date | undefined;
2408
+ updatedAt?: string | Date | undefined;
2409
2409
  id?: string | undefined;
2410
2410
  expiryDate?: string | Date | null | undefined;
2411
2411
  fileId?: string | null | undefined;
@@ -2621,8 +2621,8 @@ export declare const PaginatedWorkerResponseSchema: z.ZodObject<{
2621
2621
  proofDocumentFileId?: string | null | undefined;
2622
2622
  }[] | undefined;
2623
2623
  idDocuments?: {
2624
- createdAt?: string | undefined;
2625
- updatedAt?: string | undefined;
2624
+ createdAt?: string | Date | undefined;
2625
+ updatedAt?: string | Date | undefined;
2626
2626
  id?: string | undefined;
2627
2627
  expiryDate?: string | Date | null | undefined;
2628
2628
  fileId?: string | null | undefined;
@@ -3163,8 +3163,8 @@ export declare const workersContractRouter: {
3163
3163
  documentType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["passport", "id_card", "driving_license", "unknown"]>>>;
3164
3164
  expiryDate: z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>>;
3165
3165
  documentNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3166
- createdAt: z.ZodOptional<z.ZodString>;
3167
- updatedAt: z.ZodOptional<z.ZodString>;
3166
+ createdAt: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>;
3167
+ updatedAt: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>;
3168
3168
  }, "strip", z.ZodTypeAny, {
3169
3169
  createdAt?: string | undefined;
3170
3170
  updatedAt?: string | undefined;
@@ -3174,8 +3174,8 @@ export declare const workersContractRouter: {
3174
3174
  documentType?: "unknown" | "passport" | "id_card" | "driving_license" | null | undefined;
3175
3175
  documentNumber?: string | null | undefined;
3176
3176
  }, {
3177
- createdAt?: string | undefined;
3178
- updatedAt?: string | undefined;
3177
+ createdAt?: string | Date | undefined;
3178
+ updatedAt?: string | Date | undefined;
3179
3179
  id?: string | undefined;
3180
3180
  expiryDate?: string | Date | null | undefined;
3181
3181
  fileId?: string | null | undefined;
@@ -3515,8 +3515,8 @@ export declare const workersContractRouter: {
3515
3515
  proofDocumentFileId?: string | null | undefined;
3516
3516
  }[] | undefined;
3517
3517
  idDocuments?: {
3518
- createdAt?: string | undefined;
3519
- updatedAt?: string | undefined;
3518
+ createdAt?: string | Date | undefined;
3519
+ updatedAt?: string | Date | undefined;
3520
3520
  id?: string | undefined;
3521
3521
  expiryDate?: string | Date | null | undefined;
3522
3522
  fileId?: string | null | undefined;
@@ -3923,8 +3923,8 @@ export declare const workersContractRouter: {
3923
3923
  documentType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["passport", "id_card", "driving_license", "unknown"]>>>;
3924
3924
  expiryDate: z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>>;
3925
3925
  documentNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3926
- createdAt: z.ZodOptional<z.ZodString>;
3927
- updatedAt: z.ZodOptional<z.ZodString>;
3926
+ createdAt: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>;
3927
+ updatedAt: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>;
3928
3928
  }, "strip", z.ZodTypeAny, {
3929
3929
  createdAt?: string | undefined;
3930
3930
  updatedAt?: string | undefined;
@@ -3934,8 +3934,8 @@ export declare const workersContractRouter: {
3934
3934
  documentType?: "unknown" | "passport" | "id_card" | "driving_license" | null | undefined;
3935
3935
  documentNumber?: string | null | undefined;
3936
3936
  }, {
3937
- createdAt?: string | undefined;
3938
- updatedAt?: string | undefined;
3937
+ createdAt?: string | Date | undefined;
3938
+ updatedAt?: string | Date | undefined;
3939
3939
  id?: string | undefined;
3940
3940
  expiryDate?: string | Date | null | undefined;
3941
3941
  fileId?: string | null | undefined;
@@ -4275,8 +4275,8 @@ export declare const workersContractRouter: {
4275
4275
  proofDocumentFileId?: string | null | undefined;
4276
4276
  }[] | undefined;
4277
4277
  idDocuments?: {
4278
- createdAt?: string | undefined;
4279
- updatedAt?: string | undefined;
4278
+ createdAt?: string | Date | undefined;
4279
+ updatedAt?: string | Date | undefined;
4280
4280
  id?: string | undefined;
4281
4281
  expiryDate?: string | Date | null | undefined;
4282
4282
  fileId?: string | null | undefined;
@@ -4492,8 +4492,8 @@ export declare const workersContractRouter: {
4492
4492
  proofDocumentFileId?: string | null | undefined;
4493
4493
  }[] | undefined;
4494
4494
  idDocuments?: {
4495
- createdAt?: string | undefined;
4496
- updatedAt?: string | undefined;
4495
+ createdAt?: string | Date | undefined;
4496
+ updatedAt?: string | Date | undefined;
4497
4497
  id?: string | undefined;
4498
4498
  expiryDate?: string | Date | null | undefined;
4499
4499
  fileId?: string | null | undefined;
@@ -4744,8 +4744,8 @@ export declare const workersContractRouter: {
4744
4744
  documentType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["passport", "id_card", "driving_license", "unknown"]>>>;
4745
4745
  expiryDate: z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>>;
4746
4746
  documentNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4747
- createdAt: z.ZodOptional<z.ZodString>;
4748
- updatedAt: z.ZodOptional<z.ZodString>;
4747
+ createdAt: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>;
4748
+ updatedAt: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>;
4749
4749
  }, "strip", z.ZodTypeAny, {
4750
4750
  createdAt?: string | undefined;
4751
4751
  updatedAt?: string | undefined;
@@ -4755,8 +4755,8 @@ export declare const workersContractRouter: {
4755
4755
  documentType?: "unknown" | "passport" | "id_card" | "driving_license" | null | undefined;
4756
4756
  documentNumber?: string | null | undefined;
4757
4757
  }, {
4758
- createdAt?: string | undefined;
4759
- updatedAt?: string | undefined;
4758
+ createdAt?: string | Date | undefined;
4759
+ updatedAt?: string | Date | undefined;
4760
4760
  id?: string | undefined;
4761
4761
  expiryDate?: string | Date | null | undefined;
4762
4762
  fileId?: string | null | undefined;
@@ -5096,8 +5096,8 @@ export declare const workersContractRouter: {
5096
5096
  proofDocumentFileId?: string | null | undefined;
5097
5097
  }[] | undefined;
5098
5098
  idDocuments?: {
5099
- createdAt?: string | undefined;
5100
- updatedAt?: string | undefined;
5099
+ createdAt?: string | Date | undefined;
5100
+ updatedAt?: string | Date | undefined;
5101
5101
  id?: string | undefined;
5102
5102
  expiryDate?: string | Date | null | undefined;
5103
5103
  fileId?: string | null | undefined;
@@ -5623,8 +5623,8 @@ export declare const workersContractRouter: {
5623
5623
  documentType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["passport", "id_card", "driving_license", "unknown"]>>>;
5624
5624
  expiryDate: z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>>;
5625
5625
  documentNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5626
- createdAt: z.ZodOptional<z.ZodString>;
5627
- updatedAt: z.ZodOptional<z.ZodString>;
5626
+ createdAt: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>;
5627
+ updatedAt: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>;
5628
5628
  }, "strip", z.ZodTypeAny, {
5629
5629
  createdAt?: string | undefined;
5630
5630
  updatedAt?: string | undefined;
@@ -5634,8 +5634,8 @@ export declare const workersContractRouter: {
5634
5634
  documentType?: "unknown" | "passport" | "id_card" | "driving_license" | null | undefined;
5635
5635
  documentNumber?: string | null | undefined;
5636
5636
  }, {
5637
- createdAt?: string | undefined;
5638
- updatedAt?: string | undefined;
5637
+ createdAt?: string | Date | undefined;
5638
+ updatedAt?: string | Date | undefined;
5639
5639
  id?: string | undefined;
5640
5640
  expiryDate?: string | Date | null | undefined;
5641
5641
  fileId?: string | null | undefined;
@@ -5975,8 +5975,8 @@ export declare const workersContractRouter: {
5975
5975
  proofDocumentFileId?: string | null | undefined;
5976
5976
  }[] | undefined;
5977
5977
  idDocuments?: {
5978
- createdAt?: string | undefined;
5979
- updatedAt?: string | undefined;
5978
+ createdAt?: string | Date | undefined;
5979
+ updatedAt?: string | Date | undefined;
5980
5980
  id?: string | undefined;
5981
5981
  expiryDate?: string | Date | null | undefined;
5982
5982
  fileId?: string | null | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"workers.contract.d.ts","sourceRoot":"","sources":["../../contracts/workers/workers.contract.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AA4BxB,eAAO,MAAM,kBAAkB,gEAI7B,CAAC;AAIH,eAAO,MAAM,0BAA0B,4SAwBM,CAAC;AAE9C,eAAO,MAAM,mBAAmB,+DAGM,CAAC;AAEvC,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAIhE,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;EAElC,CAAC;AAEH,eAAO,MAAM,6BAA6B;;;;;;;;;;;;EAExC,CAAC;AAEH,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;EAExC,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;EAMM,CAAC;AAErC,eAAO,MAAM,uBAAuB;;;;;;;;;EAKM,CAAC;AAE3C,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;EA6BM,CAAC;AAE7C,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;EAiBM,CAAC;AAInD,eAAO,MAAM,oBAAoB,kEAK/B,CAAC;AACH,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAElE,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;EAgBM,CAAC;AAC1C,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAEtE,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;EAOM,CAAC;AAChD,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAC1C,OAAO,4BAA4B,CACpC,CAAC;AAEF,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;EAIK,CAAC;AAC/C,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAC1C,OAAO,4BAA4B,CACpC,CAAC;AAEF,eAAO,MAAM,eAAe;;;;;;;;;EA4BxB,CAAC;AAEL,eAAO,MAAM,iBAAiB;;;;;;;;;EAQM,CAAC;AAErC,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;EAK3B,CAAC;AAEH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAsDjC,CAAC;AAIH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA4EM,CAAC;AAEhC,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoEM,CAAC;AAEtC,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmEM,CAAC;AAItC,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmBM,CAAC;AAE5C,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoBM,CAAC;AAEnD,eAAO,MAAM,gBAAgB,uCAAqC,CAAC;AACnE,eAAO,MAAM,qBAAqB,+BAA6B,CAAC;AAEhE,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EASM,CAAC;AAExC,eAAO,MAAM,sBAAsB;;;;;;;;;;;;EAMM,CAAC;AAE1C,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWM,CAAC;AAEvD,eAAO,MAAM,gBAAgB;;;;;;EAIM,CAAC;AAEpC,eAAO,MAAM,wBAAwB;;;;;;;;;EAKM,CAAC;AAE5C,eAAO,MAAM,gBAAgB,wNAiB3B,CAAC;AAEH,eAAO,MAAM,mBAAmB;;;;;;;;;EAQM,CAAC;AAEvC,eAAO,MAAM,2BAA2B;;;;;;;;;;;;EAMM,CAAC;AAE/C,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;EAaM,CAAC;AAEzC,eAAO,MAAM,6BAA6B;;;;;;EAIM,CAAC;AAEjD,eAAO,MAAM,2BAA2B;;;;;;;;;EAQM,CAAC;AAE/C,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;EAOvC,CAAC;AAEH,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAC1C,OAAO,4BAA4B,CACpC,CAAC;AAEF,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoC7B,CAAC;AAEH,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAIO,CAAC;AAIlD,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAE9D,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC;AAC9E,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AACxE,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAC3C,OAAO,6BAA6B,CACrC,CAAC;AACF,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAC3C,OAAO,6BAA6B,CACrC,CAAC;AACF,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAC5D,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AACxE,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC;AAC5E,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAC7C,OAAO,+BAA+B,CACvC,CAAC;AACF,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC;AAExD,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAC5D,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAC1D,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AACtE,MAAM,MAAM,MAAM,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC,CAAC;AAClD,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAC9D,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAC9D,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAC9D,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAC3C,OAAO,6BAA6B,CACrC,CAAC;AAIF,eAAO,MAAM,2BAA2B,6DAEM,CAAC;AAE/C,eAAO,MAAM,uBAAuB;;;;;;EAIM,CAAC;AAE3C,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgCM,CAAC;AAEzC,eAAO,MAAM,wBAAwB;;;;;;;;;EAKM,CAAC;AAE5C,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC;AAChF,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AACxE,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AACpE,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAM1E,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgNjC,CAAC"}
1
+ {"version":3,"file":"workers.contract.d.ts","sourceRoot":"","sources":["../../contracts/workers/workers.contract.ts"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgNjC,CAAC"}
@@ -126,8 +126,14 @@ exports.WorkerIdDocumentSchema = zod_1.z
126
126
  .optional()
127
127
  .nullable(),
128
128
  documentNumber: zod_1.z.string().max(100).nullable().optional(),
129
- createdAt: zod_1.z.string().datetime().optional(),
130
- updatedAt: zod_1.z.string().datetime().optional(),
129
+ createdAt: zod_1.z
130
+ .union([zod_1.z.string().datetime(), zod_1.z.date()])
131
+ .transform((val) => (val instanceof Date ? val.toISOString() : val))
132
+ .optional(),
133
+ updatedAt: zod_1.z
134
+ .union([zod_1.z.string().datetime(), zod_1.z.date()])
135
+ .transform((val) => (val instanceof Date ? val.toISOString() : val))
136
+ .optional(),
131
137
  })
132
138
  .openapi({ title: 'WorkerIdDocument' });
133
139
  exports.CreateWorkerIdDocumentSchema = zod_1.z
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dakkitor/api-contracts",
3
- "version": "1.1.142",
3
+ "version": "1.1.143",
4
4
  "description": "TypeScript API contracts using ts-rest and Zod",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",