@dakkitor/api-contracts 1.1.81 → 1.1.83

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.
@@ -9,13 +9,13 @@ export declare const WorkerPhoneNumberSchema: z.ZodObject<{
9
9
  description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10
10
  isPrimary: z.ZodDefault<z.ZodBoolean>;
11
11
  }, "strip", z.ZodTypeAny, {
12
- id: string;
13
12
  phoneNumber: string;
14
13
  isPrimary: boolean;
14
+ id: string;
15
15
  description?: string | null | undefined;
16
16
  }, {
17
- id: string;
18
17
  phoneNumber: string;
18
+ id: string;
19
19
  description?: string | null | undefined;
20
20
  isPrimary?: boolean | undefined;
21
21
  }>;
@@ -38,25 +38,25 @@ export declare const UpsertWorkerPhoneNumberSchema: z.ZodEffects<z.ZodObject<{
38
38
  description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
39
39
  isPrimary: z.ZodOptional<z.ZodBoolean>;
40
40
  }, "strip", z.ZodTypeAny, {
41
- id?: string | undefined;
42
41
  phoneNumber?: string | undefined;
43
42
  description?: string | null | undefined;
44
43
  isPrimary?: boolean | undefined;
45
- }, {
46
44
  id?: string | undefined;
45
+ }, {
47
46
  phoneNumber?: string | undefined;
48
47
  description?: string | null | undefined;
49
48
  isPrimary?: boolean | undefined;
50
- }>, {
51
49
  id?: string | undefined;
50
+ }>, {
52
51
  phoneNumber?: string | undefined;
53
52
  description?: string | null | undefined;
54
53
  isPrimary?: boolean | undefined;
55
- }, {
56
54
  id?: string | undefined;
55
+ }, {
57
56
  phoneNumber?: string | undefined;
58
57
  description?: string | null | undefined;
59
58
  isPrimary?: boolean | undefined;
59
+ id?: string | undefined;
60
60
  }>;
61
61
  export declare const WorkerTradeSchema: z.ZodObject<{
62
62
  id: z.ZodOptional<z.ZodString>;
@@ -175,13 +175,13 @@ export declare const WorkerSchema: z.ZodObject<{
175
175
  description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
176
176
  isPrimary: z.ZodDefault<z.ZodBoolean>;
177
177
  }, "strip", z.ZodTypeAny, {
178
- id: string;
179
178
  phoneNumber: string;
180
179
  isPrimary: boolean;
180
+ id: string;
181
181
  description?: string | null | undefined;
182
182
  }, {
183
- id: string;
184
183
  phoneNumber: string;
184
+ id: string;
185
185
  description?: string | null | undefined;
186
186
  isPrimary?: boolean | undefined;
187
187
  }>, "many">>>;
@@ -280,21 +280,21 @@ export declare const WorkerSchema: z.ZodObject<{
280
280
  }, "strip", z.ZodTypeAny, {
281
281
  email: string;
282
282
  phone: string;
283
+ createdAt: string;
284
+ updatedAt: string;
283
285
  id: string;
284
286
  firstName: string;
285
287
  lastName: string;
286
- createdAt: string;
287
- updatedAt: string;
288
288
  roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
289
289
  office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
290
290
  }, {
291
291
  email: string;
292
292
  phone: string;
293
+ createdAt: string | Date;
294
+ updatedAt: string | Date;
293
295
  id: string;
294
296
  firstName: string;
295
297
  lastName: string;
296
- createdAt: string | Date;
297
- updatedAt: string | Date;
298
298
  roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
299
299
  office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
300
300
  }>>>;
@@ -302,20 +302,20 @@ export declare const WorkerSchema: z.ZodObject<{
302
302
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
303
303
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
304
304
  }, "strip", z.ZodTypeAny, {
305
+ createdAt: string;
306
+ updatedAt: string;
305
307
  id: string;
306
308
  firstName: string;
307
309
  lastName: string;
308
310
  phoneNumbers: {
309
- id: string;
310
311
  phoneNumber: string;
311
312
  isPrimary: boolean;
313
+ id: string;
312
314
  description?: string | null | undefined;
313
315
  }[];
314
316
  hasTools: boolean;
315
317
  hasPpe: boolean;
316
318
  availability: "AVAILABLE" | "PARTIALLY_AVAILABLE" | "UNAVAILABLE";
317
- createdAt: string;
318
- updatedAt: string;
319
319
  email?: string | null | undefined;
320
320
  nino?: string | null | undefined;
321
321
  dateOfBirth?: string | null | undefined;
@@ -353,28 +353,28 @@ export declare const WorkerSchema: z.ZodObject<{
353
353
  createdBy?: {
354
354
  email: string;
355
355
  phone: string;
356
+ createdAt: string;
357
+ updatedAt: string;
356
358
  id: string;
357
359
  firstName: string;
358
360
  lastName: string;
359
- createdAt: string;
360
- updatedAt: string;
361
361
  roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
362
362
  office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
363
363
  } | null | undefined;
364
364
  distanceKm?: number | null | undefined;
365
365
  }, {
366
+ createdAt: string | Date;
367
+ updatedAt: string | Date;
366
368
  id: string;
367
369
  firstName: string;
368
370
  lastName: string;
369
371
  hasTools: boolean;
370
372
  hasPpe: boolean;
371
373
  availability: "AVAILABLE" | "PARTIALLY_AVAILABLE" | "UNAVAILABLE";
372
- createdAt: string | Date;
373
- updatedAt: string | Date;
374
374
  email?: string | null | undefined;
375
375
  phoneNumbers?: {
376
- id: string;
377
376
  phoneNumber: string;
377
+ id: string;
378
378
  description?: string | null | undefined;
379
379
  isPrimary?: boolean | undefined;
380
380
  }[] | undefined;
@@ -414,11 +414,11 @@ export declare const WorkerSchema: z.ZodObject<{
414
414
  createdBy?: {
415
415
  email: string;
416
416
  phone: string;
417
+ createdAt: string | Date;
418
+ updatedAt: string | Date;
417
419
  id: string;
418
420
  firstName: string;
419
421
  lastName: string;
420
- createdAt: string | Date;
421
- updatedAt: string | Date;
422
422
  roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
423
423
  office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
424
424
  } | null | undefined;
@@ -600,35 +600,35 @@ export declare const UpdateWorkerSchema: z.ZodObject<{
600
600
  description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
601
601
  isPrimary: z.ZodOptional<z.ZodBoolean>;
602
602
  }, "strip", z.ZodTypeAny, {
603
- id?: string | undefined;
604
603
  phoneNumber?: string | undefined;
605
604
  description?: string | null | undefined;
606
605
  isPrimary?: boolean | undefined;
607
- }, {
608
606
  id?: string | undefined;
607
+ }, {
609
608
  phoneNumber?: string | undefined;
610
609
  description?: string | null | undefined;
611
610
  isPrimary?: boolean | undefined;
612
- }>, {
613
611
  id?: string | undefined;
612
+ }>, {
614
613
  phoneNumber?: string | undefined;
615
614
  description?: string | null | undefined;
616
615
  isPrimary?: boolean | undefined;
617
- }, {
618
616
  id?: string | undefined;
617
+ }, {
619
618
  phoneNumber?: string | undefined;
620
619
  description?: string | null | undefined;
621
620
  isPrimary?: boolean | undefined;
622
- }>, "many">, {
623
621
  id?: string | undefined;
622
+ }>, "many">, {
624
623
  phoneNumber?: string | undefined;
625
624
  description?: string | null | undefined;
626
625
  isPrimary?: boolean | undefined;
627
- }[], {
628
626
  id?: string | undefined;
627
+ }[], {
629
628
  phoneNumber?: string | undefined;
630
629
  description?: string | null | undefined;
631
630
  isPrimary?: boolean | undefined;
631
+ id?: string | undefined;
632
632
  }[]>>;
633
633
  nino: z.ZodNullable<z.ZodOptional<z.ZodString>>;
634
634
  dateOfBirth: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodDate]>>>;
@@ -709,10 +709,10 @@ export declare const UpdateWorkerSchema: z.ZodObject<{
709
709
  firstName?: string | undefined;
710
710
  lastName?: string | undefined;
711
711
  phoneNumbers?: {
712
- id?: string | undefined;
713
712
  phoneNumber?: string | undefined;
714
713
  description?: string | null | undefined;
715
714
  isPrimary?: boolean | undefined;
715
+ id?: string | undefined;
716
716
  }[] | undefined;
717
717
  nino?: string | null | undefined;
718
718
  dateOfBirth?: string | Date | null | undefined;
@@ -749,10 +749,10 @@ export declare const UpdateWorkerSchema: z.ZodObject<{
749
749
  firstName?: string | undefined;
750
750
  lastName?: string | undefined;
751
751
  phoneNumbers?: {
752
- id?: string | undefined;
753
752
  phoneNumber?: string | undefined;
754
753
  description?: string | null | undefined;
755
754
  isPrimary?: boolean | undefined;
755
+ id?: string | undefined;
756
756
  }[] | undefined;
757
757
  nino?: string | null | undefined;
758
758
  dateOfBirth?: string | Date | null | undefined;
@@ -796,8 +796,16 @@ export declare const FilterWorkerSchema: z.ZodObject<{
796
796
  availability: z.ZodNullable<z.ZodOptional<z.ZodEnum<["AVAILABLE", "PARTIALLY_AVAILABLE", "UNAVAILABLE"]>>>;
797
797
  englishLevel: z.ZodNullable<z.ZodOptional<z.ZodEnum<["NONE", "BASIC", "INTERMEDIATE", "ADVANCED", "NATIVE"]>>>;
798
798
  nationality: z.ZodNullable<z.ZodOptional<z.ZodEnum<["AFGHAN", "ALBANIAN", "ALGERIAN", "AMERICAN", "ANDORRAN", "ANGOLAN", "ANTIGUANS", "ARGENTINEAN", "ARMENIAN", "AUSTRALIAN", "AUSTRIAN", "AZERBAIJANI", "BAHAMIAN", "BAHRAINI", "BANGLADESHI", "BARBADIAN", "BARBUDANS", "BELARUSIAN", "BELGIAN", "BELIZEAN", "BENINESE", "BHUTANESE", "BOLIVIAN", "BOSNIAN", "BRAZILIAN", "BRITISH", "BRUNEIAN", "BULGARIAN", "BURKINABE", "BURMESE", "BURUNDIAN", "CAMBODIAN", "CAMEROONIAN", "CANADIAN", "CAPE_VERDEAN", "CENTRAL_AFRICAN", "CHADIAN", "CHILEAN", "CHINESE", "COLOMBIAN", "COMORAN", "CONGOLESE", "COSTA_RICAN", "CROATIAN", "CUBAN", "CYPRIOT", "CZECH", "DANISH", "DJIBOUTI", "DOMINICAN", "DUTCH", "EAST_TIMORESE", "ECUADOREAN", "EGYPTIAN", "EMIRIAN", "EQUATORIAL_GUINEAN", "ERITREAN", "ESTONIAN", "ETHIOPIAN", "FIJIAN", "FILIPINO", "FINNISH", "FRENCH", "GABONESE", "GAMBIAN", "GEORGIAN", "GERMAN", "GHANAIAN", "GREEK", "GRENADIAN", "GUATEMALAN", "GUINEA_BISSAUAN", "GUINEAN", "GUYANESE", "HAITIAN", "HERZEGOVINIAN", "HONDURAN", "HUNGARIAN", "ICELANDER", "INDIAN", "INDONESIAN", "IRANIAN", "IRAQI", "IRISH", "ISRAELI", "ITALIAN", "IVORIAN", "JAMAICAN", "JAPANESE", "JORDANIAN", "KAZAKHSTANI", "KENYAN", "KITTIAN_AND_NEVISIAN", "KUWAITI", "KYRGYZ", "LAOTIAN", "LATVIAN", "LEBANESE", "LIBERIAN", "LIBYAN", "LIECHTENSTEINER", "LITHUANIAN", "LUXEMBOURGER", "MACEDONIAN", "MALAGASY", "MALAWIAN", "MALAYSIAN", "MALDIVAN", "MALIAN", "MALTESE", "MARSHALLESE", "MAURITANIAN", "MAURITIAN", "MEXICAN", "MICRONESIAN", "MOLDOVAN", "MONACAN", "MONGOLIAN", "MOROCCAN", "MOSOTHO", "MOTSWANA", "MOZAMBICAN", "NAMIBIAN", "NAURUAN", "NEPALESE", "NEW_ZEALANDER", "NI_VANUATU", "NICARAGUAN", "NIGERIEN", "NIGERIAN", "NORTH_KOREAN", "NORTHERN_IRISH", "NORWEGIAN", "OMANI", "PAKISTANI", "PALAUAN", "PANAMANIAN", "PAPUA_NEW_GUINEAN", "PARAGUAYAN", "PERUVIAN", "POLISH", "PORTUGUESE", "QATARI", "ROMANIAN", "RUSSIAN", "RWANDAN", "SAINT_LUCIAN", "SALVADORAN", "SAMOAN", "SAN_MARINESE", "SAO_TOMEAN", "SAUDI", "SCOTTISH", "SENEGALESE", "SERBIAN", "SEYCHELLOIS", "SIERRA_LEONEAN", "SINGAPOREAN", "SLOVAKIAN", "SLOVENIAN", "SOLOMON_ISLANDER", "SOMALI", "SOUTH_AFRICAN", "SOUTH_KOREAN", "SOUTH_SUDANESE", "SPANISH", "SRI_LANKAN", "SUDANESE", "SURINAMER", "SWAZI", "SWEDISH", "SWISS", "SYRIAN", "TAIWANESE", "TAJIK", "TANZANIAN", "THAI", "TOGOLESE", "TONGAN", "TRINIDADIAN_OR_TOBAGONIAN", "TUNISIAN", "TURKISH", "TUVALUAN", "UGANDAN", "UKRAINIAN", "URUGUAYAN", "UZBEKISTANI", "VENEZUELAN", "VIETNAMESE", "WELSH", "YEMENITE", "ZAMBIAN", "ZIMBABWEAN"]>>>;
799
- postcode: z.ZodOptional<z.ZodString>;
800
- distance: z.ZodOptional<z.ZodNumber>;
799
+ location: z.ZodOptional<z.ZodObject<{
800
+ postcode: z.ZodOptional<z.ZodString>;
801
+ radius: z.ZodOptional<z.ZodNumber>;
802
+ }, "strip", z.ZodTypeAny, {
803
+ postcode?: string | undefined;
804
+ radius?: number | undefined;
805
+ }, {
806
+ postcode?: string | undefined;
807
+ radius?: number | undefined;
808
+ }>>;
801
809
  hasTools: z.ZodOptional<z.ZodDefault<z.ZodEnum<["only_with", "only_without", "all"]>>>;
802
810
  hasPpe: z.ZodOptional<z.ZodDefault<z.ZodEnum<["only_with", "only_without", "all"]>>>;
803
811
  tradeFilters: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -825,51 +833,55 @@ export declare const FilterWorkerSchema: z.ZodObject<{
825
833
  }, "strip", z.ZodTypeAny, {
826
834
  limit: number;
827
835
  page: number;
828
- distance?: number | undefined;
829
836
  email?: string | undefined;
830
837
  phone?: string | undefined;
831
838
  englishLevel?: "NONE" | "BASIC" | "INTERMEDIATE" | "ADVANCED" | "NATIVE" | null | undefined;
832
839
  nationality?: "AFGHAN" | "ALBANIAN" | "ALGERIAN" | "AMERICAN" | "ANDORRAN" | "ANGOLAN" | "ANTIGUANS" | "ARGENTINEAN" | "ARMENIAN" | "AUSTRALIAN" | "AUSTRIAN" | "AZERBAIJANI" | "BAHAMIAN" | "BAHRAINI" | "BANGLADESHI" | "BARBADIAN" | "BARBUDANS" | "BELARUSIAN" | "BELGIAN" | "BELIZEAN" | "BENINESE" | "BHUTANESE" | "BOLIVIAN" | "BOSNIAN" | "BRAZILIAN" | "BRITISH" | "BRUNEIAN" | "BULGARIAN" | "BURKINABE" | "BURMESE" | "BURUNDIAN" | "CAMBODIAN" | "CAMEROONIAN" | "CANADIAN" | "CAPE_VERDEAN" | "CENTRAL_AFRICAN" | "CHADIAN" | "CHILEAN" | "CHINESE" | "COLOMBIAN" | "COMORAN" | "CONGOLESE" | "COSTA_RICAN" | "CROATIAN" | "CUBAN" | "CYPRIOT" | "CZECH" | "DANISH" | "DJIBOUTI" | "DOMINICAN" | "DUTCH" | "EAST_TIMORESE" | "ECUADOREAN" | "EGYPTIAN" | "EMIRIAN" | "EQUATORIAL_GUINEAN" | "ERITREAN" | "ESTONIAN" | "ETHIOPIAN" | "FIJIAN" | "FILIPINO" | "FINNISH" | "FRENCH" | "GABONESE" | "GAMBIAN" | "GEORGIAN" | "GERMAN" | "GHANAIAN" | "GREEK" | "GRENADIAN" | "GUATEMALAN" | "GUINEA_BISSAUAN" | "GUINEAN" | "GUYANESE" | "HAITIAN" | "HERZEGOVINIAN" | "HONDURAN" | "HUNGARIAN" | "ICELANDER" | "INDIAN" | "INDONESIAN" | "IRANIAN" | "IRAQI" | "IRISH" | "ISRAELI" | "ITALIAN" | "IVORIAN" | "JAMAICAN" | "JAPANESE" | "JORDANIAN" | "KAZAKHSTANI" | "KENYAN" | "KITTIAN_AND_NEVISIAN" | "KUWAITI" | "KYRGYZ" | "LAOTIAN" | "LATVIAN" | "LEBANESE" | "LIBERIAN" | "LIBYAN" | "LIECHTENSTEINER" | "LITHUANIAN" | "LUXEMBOURGER" | "MACEDONIAN" | "MALAGASY" | "MALAWIAN" | "MALAYSIAN" | "MALDIVAN" | "MALIAN" | "MALTESE" | "MARSHALLESE" | "MAURITANIAN" | "MAURITIAN" | "MEXICAN" | "MICRONESIAN" | "MOLDOVAN" | "MONACAN" | "MONGOLIAN" | "MOROCCAN" | "MOSOTHO" | "MOTSWANA" | "MOZAMBICAN" | "NAMIBIAN" | "NAURUAN" | "NEPALESE" | "NEW_ZEALANDER" | "NI_VANUATU" | "NICARAGUAN" | "NIGERIEN" | "NIGERIAN" | "NORTH_KOREAN" | "NORTHERN_IRISH" | "NORWEGIAN" | "OMANI" | "PAKISTANI" | "PALAUAN" | "PANAMANIAN" | "PAPUA_NEW_GUINEAN" | "PARAGUAYAN" | "PERUVIAN" | "POLISH" | "PORTUGUESE" | "QATARI" | "ROMANIAN" | "RUSSIAN" | "RWANDAN" | "SAINT_LUCIAN" | "SALVADORAN" | "SAMOAN" | "SAN_MARINESE" | "SAO_TOMEAN" | "SAUDI" | "SCOTTISH" | "SENEGALESE" | "SERBIAN" | "SEYCHELLOIS" | "SIERRA_LEONEAN" | "SINGAPOREAN" | "SLOVAKIAN" | "SLOVENIAN" | "SOLOMON_ISLANDER" | "SOMALI" | "SOUTH_AFRICAN" | "SOUTH_KOREAN" | "SOUTH_SUDANESE" | "SPANISH" | "SRI_LANKAN" | "SUDANESE" | "SURINAMER" | "SWAZI" | "SWEDISH" | "SWISS" | "SYRIAN" | "TAIWANESE" | "TAJIK" | "TANZANIAN" | "THAI" | "TOGOLESE" | "TONGAN" | "TRINIDADIAN_OR_TOBAGONIAN" | "TUNISIAN" | "TURKISH" | "TUVALUAN" | "UGANDAN" | "UKRAINIAN" | "URUGUAYAN" | "UZBEKISTANI" | "VENEZUELAN" | "VIETNAMESE" | "WELSH" | "YEMENITE" | "ZAMBIAN" | "ZIMBABWEAN" | null | undefined;
833
840
  hasTools?: "only_with" | "only_without" | "all" | undefined;
834
841
  hasPpe?: "only_with" | "only_without" | "all" | undefined;
835
- postcode?: string | undefined;
836
- availability?: "AVAILABLE" | "PARTIALLY_AVAILABLE" | "UNAVAILABLE" | null | undefined;
837
- createdBy?: string | undefined;
842
+ location?: {
843
+ postcode?: string | undefined;
844
+ radius?: number | undefined;
845
+ } | undefined;
838
846
  name?: string | undefined;
839
- tradeFilters?: {
840
- tradeId: string;
841
- mainTrade?: boolean | undefined;
842
- }[] | undefined;
843
847
  qualificationFilters?: {
844
848
  qualificationId?: string | undefined;
845
849
  qualificationTypeId?: string | undefined;
846
850
  }[] | undefined;
847
- sortBy?: "nameSimilarity" | "fullName" | "distance" | "email" | "phone" | null | undefined;
848
851
  sortOrder?: "ASC" | "DESC" | null | undefined;
852
+ tradeFilters?: {
853
+ tradeId: string;
854
+ mainTrade?: boolean | undefined;
855
+ }[] | undefined;
856
+ sortBy?: "nameSimilarity" | "fullName" | "distance" | "email" | "phone" | null | undefined;
857
+ availability?: "AVAILABLE" | "PARTIALLY_AVAILABLE" | "UNAVAILABLE" | null | undefined;
858
+ createdBy?: string | undefined;
849
859
  }, {
850
- distance?: number | undefined;
851
860
  email?: string | undefined;
852
861
  phone?: string | undefined;
853
862
  englishLevel?: "NONE" | "BASIC" | "INTERMEDIATE" | "ADVANCED" | "NATIVE" | null | undefined;
854
863
  nationality?: "AFGHAN" | "ALBANIAN" | "ALGERIAN" | "AMERICAN" | "ANDORRAN" | "ANGOLAN" | "ANTIGUANS" | "ARGENTINEAN" | "ARMENIAN" | "AUSTRALIAN" | "AUSTRIAN" | "AZERBAIJANI" | "BAHAMIAN" | "BAHRAINI" | "BANGLADESHI" | "BARBADIAN" | "BARBUDANS" | "BELARUSIAN" | "BELGIAN" | "BELIZEAN" | "BENINESE" | "BHUTANESE" | "BOLIVIAN" | "BOSNIAN" | "BRAZILIAN" | "BRITISH" | "BRUNEIAN" | "BULGARIAN" | "BURKINABE" | "BURMESE" | "BURUNDIAN" | "CAMBODIAN" | "CAMEROONIAN" | "CANADIAN" | "CAPE_VERDEAN" | "CENTRAL_AFRICAN" | "CHADIAN" | "CHILEAN" | "CHINESE" | "COLOMBIAN" | "COMORAN" | "CONGOLESE" | "COSTA_RICAN" | "CROATIAN" | "CUBAN" | "CYPRIOT" | "CZECH" | "DANISH" | "DJIBOUTI" | "DOMINICAN" | "DUTCH" | "EAST_TIMORESE" | "ECUADOREAN" | "EGYPTIAN" | "EMIRIAN" | "EQUATORIAL_GUINEAN" | "ERITREAN" | "ESTONIAN" | "ETHIOPIAN" | "FIJIAN" | "FILIPINO" | "FINNISH" | "FRENCH" | "GABONESE" | "GAMBIAN" | "GEORGIAN" | "GERMAN" | "GHANAIAN" | "GREEK" | "GRENADIAN" | "GUATEMALAN" | "GUINEA_BISSAUAN" | "GUINEAN" | "GUYANESE" | "HAITIAN" | "HERZEGOVINIAN" | "HONDURAN" | "HUNGARIAN" | "ICELANDER" | "INDIAN" | "INDONESIAN" | "IRANIAN" | "IRAQI" | "IRISH" | "ISRAELI" | "ITALIAN" | "IVORIAN" | "JAMAICAN" | "JAPANESE" | "JORDANIAN" | "KAZAKHSTANI" | "KENYAN" | "KITTIAN_AND_NEVISIAN" | "KUWAITI" | "KYRGYZ" | "LAOTIAN" | "LATVIAN" | "LEBANESE" | "LIBERIAN" | "LIBYAN" | "LIECHTENSTEINER" | "LITHUANIAN" | "LUXEMBOURGER" | "MACEDONIAN" | "MALAGASY" | "MALAWIAN" | "MALAYSIAN" | "MALDIVAN" | "MALIAN" | "MALTESE" | "MARSHALLESE" | "MAURITANIAN" | "MAURITIAN" | "MEXICAN" | "MICRONESIAN" | "MOLDOVAN" | "MONACAN" | "MONGOLIAN" | "MOROCCAN" | "MOSOTHO" | "MOTSWANA" | "MOZAMBICAN" | "NAMIBIAN" | "NAURUAN" | "NEPALESE" | "NEW_ZEALANDER" | "NI_VANUATU" | "NICARAGUAN" | "NIGERIEN" | "NIGERIAN" | "NORTH_KOREAN" | "NORTHERN_IRISH" | "NORWEGIAN" | "OMANI" | "PAKISTANI" | "PALAUAN" | "PANAMANIAN" | "PAPUA_NEW_GUINEAN" | "PARAGUAYAN" | "PERUVIAN" | "POLISH" | "PORTUGUESE" | "QATARI" | "ROMANIAN" | "RUSSIAN" | "RWANDAN" | "SAINT_LUCIAN" | "SALVADORAN" | "SAMOAN" | "SAN_MARINESE" | "SAO_TOMEAN" | "SAUDI" | "SCOTTISH" | "SENEGALESE" | "SERBIAN" | "SEYCHELLOIS" | "SIERRA_LEONEAN" | "SINGAPOREAN" | "SLOVAKIAN" | "SLOVENIAN" | "SOLOMON_ISLANDER" | "SOMALI" | "SOUTH_AFRICAN" | "SOUTH_KOREAN" | "SOUTH_SUDANESE" | "SPANISH" | "SRI_LANKAN" | "SUDANESE" | "SURINAMER" | "SWAZI" | "SWEDISH" | "SWISS" | "SYRIAN" | "TAIWANESE" | "TAJIK" | "TANZANIAN" | "THAI" | "TOGOLESE" | "TONGAN" | "TRINIDADIAN_OR_TOBAGONIAN" | "TUNISIAN" | "TURKISH" | "TUVALUAN" | "UGANDAN" | "UKRAINIAN" | "URUGUAYAN" | "UZBEKISTANI" | "VENEZUELAN" | "VIETNAMESE" | "WELSH" | "YEMENITE" | "ZAMBIAN" | "ZIMBABWEAN" | null | undefined;
855
864
  hasTools?: "only_with" | "only_without" | "all" | undefined;
856
865
  hasPpe?: "only_with" | "only_without" | "all" | undefined;
857
- postcode?: string | undefined;
858
- availability?: "AVAILABLE" | "PARTIALLY_AVAILABLE" | "UNAVAILABLE" | null | undefined;
859
- createdBy?: string | undefined;
866
+ location?: {
867
+ postcode?: string | undefined;
868
+ radius?: number | undefined;
869
+ } | undefined;
860
870
  limit?: number | undefined;
861
871
  page?: number | undefined;
862
872
  name?: string | undefined;
863
- tradeFilters?: {
864
- tradeId: string;
865
- mainTrade?: unknown;
866
- }[] | undefined;
867
873
  qualificationFilters?: {
868
874
  qualificationId?: string | undefined;
869
875
  qualificationTypeId?: string | undefined;
870
876
  }[] | undefined;
871
- sortBy?: "nameSimilarity" | "fullName" | "distance" | "email" | "phone" | null | undefined;
872
877
  sortOrder?: "ASC" | "DESC" | null | undefined;
878
+ tradeFilters?: {
879
+ tradeId: string;
880
+ mainTrade?: unknown;
881
+ }[] | undefined;
882
+ sortBy?: "nameSimilarity" | "fullName" | "distance" | "email" | "phone" | null | undefined;
883
+ availability?: "AVAILABLE" | "PARTIALLY_AVAILABLE" | "UNAVAILABLE" | null | undefined;
884
+ createdBy?: string | undefined;
873
885
  }>;
874
886
  export declare const PaginatedWorkerResponseSchema: z.ZodObject<{
875
887
  items: z.ZodArray<z.ZodObject<{
@@ -883,13 +895,13 @@ export declare const PaginatedWorkerResponseSchema: z.ZodObject<{
883
895
  description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
884
896
  isPrimary: z.ZodDefault<z.ZodBoolean>;
885
897
  }, "strip", z.ZodTypeAny, {
886
- id: string;
887
898
  phoneNumber: string;
888
899
  isPrimary: boolean;
900
+ id: string;
889
901
  description?: string | null | undefined;
890
902
  }, {
891
- id: string;
892
903
  phoneNumber: string;
904
+ id: string;
893
905
  description?: string | null | undefined;
894
906
  isPrimary?: boolean | undefined;
895
907
  }>, "many">>>;
@@ -988,21 +1000,21 @@ export declare const PaginatedWorkerResponseSchema: z.ZodObject<{
988
1000
  }, "strip", z.ZodTypeAny, {
989
1001
  email: string;
990
1002
  phone: string;
1003
+ createdAt: string;
1004
+ updatedAt: string;
991
1005
  id: string;
992
1006
  firstName: string;
993
1007
  lastName: string;
994
- createdAt: string;
995
- updatedAt: string;
996
1008
  roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
997
1009
  office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
998
1010
  }, {
999
1011
  email: string;
1000
1012
  phone: string;
1013
+ createdAt: string | Date;
1014
+ updatedAt: string | Date;
1001
1015
  id: string;
1002
1016
  firstName: string;
1003
1017
  lastName: string;
1004
- createdAt: string | Date;
1005
- updatedAt: string | Date;
1006
1018
  roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
1007
1019
  office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
1008
1020
  }>>>;
@@ -1010,20 +1022,20 @@ export declare const PaginatedWorkerResponseSchema: z.ZodObject<{
1010
1022
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
1011
1023
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
1012
1024
  }, "strip", z.ZodTypeAny, {
1025
+ createdAt: string;
1026
+ updatedAt: string;
1013
1027
  id: string;
1014
1028
  firstName: string;
1015
1029
  lastName: string;
1016
1030
  phoneNumbers: {
1017
- id: string;
1018
1031
  phoneNumber: string;
1019
1032
  isPrimary: boolean;
1033
+ id: string;
1020
1034
  description?: string | null | undefined;
1021
1035
  }[];
1022
1036
  hasTools: boolean;
1023
1037
  hasPpe: boolean;
1024
1038
  availability: "AVAILABLE" | "PARTIALLY_AVAILABLE" | "UNAVAILABLE";
1025
- createdAt: string;
1026
- updatedAt: string;
1027
1039
  email?: string | null | undefined;
1028
1040
  nino?: string | null | undefined;
1029
1041
  dateOfBirth?: string | null | undefined;
@@ -1061,28 +1073,28 @@ export declare const PaginatedWorkerResponseSchema: z.ZodObject<{
1061
1073
  createdBy?: {
1062
1074
  email: string;
1063
1075
  phone: string;
1076
+ createdAt: string;
1077
+ updatedAt: string;
1064
1078
  id: string;
1065
1079
  firstName: string;
1066
1080
  lastName: string;
1067
- createdAt: string;
1068
- updatedAt: string;
1069
1081
  roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
1070
1082
  office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
1071
1083
  } | null | undefined;
1072
1084
  distanceKm?: number | null | undefined;
1073
1085
  }, {
1086
+ createdAt: string | Date;
1087
+ updatedAt: string | Date;
1074
1088
  id: string;
1075
1089
  firstName: string;
1076
1090
  lastName: string;
1077
1091
  hasTools: boolean;
1078
1092
  hasPpe: boolean;
1079
1093
  availability: "AVAILABLE" | "PARTIALLY_AVAILABLE" | "UNAVAILABLE";
1080
- createdAt: string | Date;
1081
- updatedAt: string | Date;
1082
1094
  email?: string | null | undefined;
1083
1095
  phoneNumbers?: {
1084
- id: string;
1085
1096
  phoneNumber: string;
1097
+ id: string;
1086
1098
  description?: string | null | undefined;
1087
1099
  isPrimary?: boolean | undefined;
1088
1100
  }[] | undefined;
@@ -1122,11 +1134,11 @@ export declare const PaginatedWorkerResponseSchema: z.ZodObject<{
1122
1134
  createdBy?: {
1123
1135
  email: string;
1124
1136
  phone: string;
1137
+ createdAt: string | Date;
1138
+ updatedAt: string | Date;
1125
1139
  id: string;
1126
1140
  firstName: string;
1127
1141
  lastName: string;
1128
- createdAt: string | Date;
1129
- updatedAt: string | Date;
1130
1142
  roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
1131
1143
  office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
1132
1144
  } | null | undefined;
@@ -1138,22 +1150,21 @@ export declare const PaginatedWorkerResponseSchema: z.ZodObject<{
1138
1150
  currentPage: z.ZodNumber;
1139
1151
  totalPages: z.ZodNumber;
1140
1152
  }, "strip", z.ZodTypeAny, {
1141
- limit: number;
1142
1153
  items: {
1154
+ createdAt: string;
1155
+ updatedAt: string;
1143
1156
  id: string;
1144
1157
  firstName: string;
1145
1158
  lastName: string;
1146
1159
  phoneNumbers: {
1147
- id: string;
1148
1160
  phoneNumber: string;
1149
1161
  isPrimary: boolean;
1162
+ id: string;
1150
1163
  description?: string | null | undefined;
1151
1164
  }[];
1152
1165
  hasTools: boolean;
1153
1166
  hasPpe: boolean;
1154
1167
  availability: "AVAILABLE" | "PARTIALLY_AVAILABLE" | "UNAVAILABLE";
1155
- createdAt: string;
1156
- updatedAt: string;
1157
1168
  email?: string | null | undefined;
1158
1169
  nino?: string | null | undefined;
1159
1170
  dateOfBirth?: string | null | undefined;
@@ -1191,35 +1202,35 @@ export declare const PaginatedWorkerResponseSchema: z.ZodObject<{
1191
1202
  createdBy?: {
1192
1203
  email: string;
1193
1204
  phone: string;
1205
+ createdAt: string;
1206
+ updatedAt: string;
1194
1207
  id: string;
1195
1208
  firstName: string;
1196
1209
  lastName: string;
1197
- createdAt: string;
1198
- updatedAt: string;
1199
1210
  roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
1200
1211
  office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
1201
1212
  } | null | undefined;
1202
1213
  distanceKm?: number | null | undefined;
1203
1214
  }[];
1204
1215
  totalCount: number;
1216
+ limit: number;
1205
1217
  skip: number;
1206
1218
  currentPage: number;
1207
1219
  totalPages: number;
1208
1220
  }, {
1209
- limit: number;
1210
1221
  items: {
1222
+ createdAt: string | Date;
1223
+ updatedAt: string | Date;
1211
1224
  id: string;
1212
1225
  firstName: string;
1213
1226
  lastName: string;
1214
1227
  hasTools: boolean;
1215
1228
  hasPpe: boolean;
1216
1229
  availability: "AVAILABLE" | "PARTIALLY_AVAILABLE" | "UNAVAILABLE";
1217
- createdAt: string | Date;
1218
- updatedAt: string | Date;
1219
1230
  email?: string | null | undefined;
1220
1231
  phoneNumbers?: {
1221
- id: string;
1222
1232
  phoneNumber: string;
1233
+ id: string;
1223
1234
  description?: string | null | undefined;
1224
1235
  isPrimary?: boolean | undefined;
1225
1236
  }[] | undefined;
@@ -1259,17 +1270,18 @@ export declare const PaginatedWorkerResponseSchema: z.ZodObject<{
1259
1270
  createdBy?: {
1260
1271
  email: string;
1261
1272
  phone: string;
1273
+ createdAt: string | Date;
1274
+ updatedAt: string | Date;
1262
1275
  id: string;
1263
1276
  firstName: string;
1264
1277
  lastName: string;
1265
- createdAt: string | Date;
1266
- updatedAt: string | Date;
1267
1278
  roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
1268
1279
  office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
1269
1280
  } | null | undefined;
1270
1281
  distanceKm?: number | null | undefined;
1271
1282
  }[];
1272
1283
  totalCount: number;
1284
+ limit: number;
1273
1285
  skip: number;
1274
1286
  currentPage: number;
1275
1287
  totalPages: number;
@@ -1580,13 +1592,13 @@ export declare const workersContractRouter: {
1580
1592
  description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1581
1593
  isPrimary: z.ZodDefault<z.ZodBoolean>;
1582
1594
  }, "strip", z.ZodTypeAny, {
1583
- id: string;
1584
1595
  phoneNumber: string;
1585
1596
  isPrimary: boolean;
1597
+ id: string;
1586
1598
  description?: string | null | undefined;
1587
1599
  }, {
1588
- id: string;
1589
1600
  phoneNumber: string;
1601
+ id: string;
1590
1602
  description?: string | null | undefined;
1591
1603
  isPrimary?: boolean | undefined;
1592
1604
  }>, "many">>>;
@@ -1685,21 +1697,21 @@ export declare const workersContractRouter: {
1685
1697
  }, "strip", z.ZodTypeAny, {
1686
1698
  email: string;
1687
1699
  phone: string;
1700
+ createdAt: string;
1701
+ updatedAt: string;
1688
1702
  id: string;
1689
1703
  firstName: string;
1690
1704
  lastName: string;
1691
- createdAt: string;
1692
- updatedAt: string;
1693
1705
  roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
1694
1706
  office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
1695
1707
  }, {
1696
1708
  email: string;
1697
1709
  phone: string;
1710
+ createdAt: string | Date;
1711
+ updatedAt: string | Date;
1698
1712
  id: string;
1699
1713
  firstName: string;
1700
1714
  lastName: string;
1701
- createdAt: string | Date;
1702
- updatedAt: string | Date;
1703
1715
  roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
1704
1716
  office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
1705
1717
  }>>>;
@@ -1707,20 +1719,20 @@ export declare const workersContractRouter: {
1707
1719
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
1708
1720
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
1709
1721
  }, "strip", z.ZodTypeAny, {
1722
+ createdAt: string;
1723
+ updatedAt: string;
1710
1724
  id: string;
1711
1725
  firstName: string;
1712
1726
  lastName: string;
1713
1727
  phoneNumbers: {
1714
- id: string;
1715
1728
  phoneNumber: string;
1716
1729
  isPrimary: boolean;
1730
+ id: string;
1717
1731
  description?: string | null | undefined;
1718
1732
  }[];
1719
1733
  hasTools: boolean;
1720
1734
  hasPpe: boolean;
1721
1735
  availability: "AVAILABLE" | "PARTIALLY_AVAILABLE" | "UNAVAILABLE";
1722
- createdAt: string;
1723
- updatedAt: string;
1724
1736
  email?: string | null | undefined;
1725
1737
  nino?: string | null | undefined;
1726
1738
  dateOfBirth?: string | null | undefined;
@@ -1758,28 +1770,28 @@ export declare const workersContractRouter: {
1758
1770
  createdBy?: {
1759
1771
  email: string;
1760
1772
  phone: string;
1773
+ createdAt: string;
1774
+ updatedAt: string;
1761
1775
  id: string;
1762
1776
  firstName: string;
1763
1777
  lastName: string;
1764
- createdAt: string;
1765
- updatedAt: string;
1766
1778
  roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
1767
1779
  office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
1768
1780
  } | null | undefined;
1769
1781
  distanceKm?: number | null | undefined;
1770
1782
  }, {
1783
+ createdAt: string | Date;
1784
+ updatedAt: string | Date;
1771
1785
  id: string;
1772
1786
  firstName: string;
1773
1787
  lastName: string;
1774
1788
  hasTools: boolean;
1775
1789
  hasPpe: boolean;
1776
1790
  availability: "AVAILABLE" | "PARTIALLY_AVAILABLE" | "UNAVAILABLE";
1777
- createdAt: string | Date;
1778
- updatedAt: string | Date;
1779
1791
  email?: string | null | undefined;
1780
1792
  phoneNumbers?: {
1781
- id: string;
1782
1793
  phoneNumber: string;
1794
+ id: string;
1783
1795
  description?: string | null | undefined;
1784
1796
  isPrimary?: boolean | undefined;
1785
1797
  }[] | undefined;
@@ -1819,11 +1831,11 @@ export declare const workersContractRouter: {
1819
1831
  createdBy?: {
1820
1832
  email: string;
1821
1833
  phone: string;
1834
+ createdAt: string | Date;
1835
+ updatedAt: string | Date;
1822
1836
  id: string;
1823
1837
  firstName: string;
1824
1838
  lastName: string;
1825
- createdAt: string | Date;
1826
- updatedAt: string | Date;
1827
1839
  roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
1828
1840
  office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
1829
1841
  } | null | undefined;
@@ -1874,8 +1886,16 @@ export declare const workersContractRouter: {
1874
1886
  availability: z.ZodNullable<z.ZodOptional<z.ZodEnum<["AVAILABLE", "PARTIALLY_AVAILABLE", "UNAVAILABLE"]>>>;
1875
1887
  englishLevel: z.ZodNullable<z.ZodOptional<z.ZodEnum<["NONE", "BASIC", "INTERMEDIATE", "ADVANCED", "NATIVE"]>>>;
1876
1888
  nationality: z.ZodNullable<z.ZodOptional<z.ZodEnum<["AFGHAN", "ALBANIAN", "ALGERIAN", "AMERICAN", "ANDORRAN", "ANGOLAN", "ANTIGUANS", "ARGENTINEAN", "ARMENIAN", "AUSTRALIAN", "AUSTRIAN", "AZERBAIJANI", "BAHAMIAN", "BAHRAINI", "BANGLADESHI", "BARBADIAN", "BARBUDANS", "BELARUSIAN", "BELGIAN", "BELIZEAN", "BENINESE", "BHUTANESE", "BOLIVIAN", "BOSNIAN", "BRAZILIAN", "BRITISH", "BRUNEIAN", "BULGARIAN", "BURKINABE", "BURMESE", "BURUNDIAN", "CAMBODIAN", "CAMEROONIAN", "CANADIAN", "CAPE_VERDEAN", "CENTRAL_AFRICAN", "CHADIAN", "CHILEAN", "CHINESE", "COLOMBIAN", "COMORAN", "CONGOLESE", "COSTA_RICAN", "CROATIAN", "CUBAN", "CYPRIOT", "CZECH", "DANISH", "DJIBOUTI", "DOMINICAN", "DUTCH", "EAST_TIMORESE", "ECUADOREAN", "EGYPTIAN", "EMIRIAN", "EQUATORIAL_GUINEAN", "ERITREAN", "ESTONIAN", "ETHIOPIAN", "FIJIAN", "FILIPINO", "FINNISH", "FRENCH", "GABONESE", "GAMBIAN", "GEORGIAN", "GERMAN", "GHANAIAN", "GREEK", "GRENADIAN", "GUATEMALAN", "GUINEA_BISSAUAN", "GUINEAN", "GUYANESE", "HAITIAN", "HERZEGOVINIAN", "HONDURAN", "HUNGARIAN", "ICELANDER", "INDIAN", "INDONESIAN", "IRANIAN", "IRAQI", "IRISH", "ISRAELI", "ITALIAN", "IVORIAN", "JAMAICAN", "JAPANESE", "JORDANIAN", "KAZAKHSTANI", "KENYAN", "KITTIAN_AND_NEVISIAN", "KUWAITI", "KYRGYZ", "LAOTIAN", "LATVIAN", "LEBANESE", "LIBERIAN", "LIBYAN", "LIECHTENSTEINER", "LITHUANIAN", "LUXEMBOURGER", "MACEDONIAN", "MALAGASY", "MALAWIAN", "MALAYSIAN", "MALDIVAN", "MALIAN", "MALTESE", "MARSHALLESE", "MAURITANIAN", "MAURITIAN", "MEXICAN", "MICRONESIAN", "MOLDOVAN", "MONACAN", "MONGOLIAN", "MOROCCAN", "MOSOTHO", "MOTSWANA", "MOZAMBICAN", "NAMIBIAN", "NAURUAN", "NEPALESE", "NEW_ZEALANDER", "NI_VANUATU", "NICARAGUAN", "NIGERIEN", "NIGERIAN", "NORTH_KOREAN", "NORTHERN_IRISH", "NORWEGIAN", "OMANI", "PAKISTANI", "PALAUAN", "PANAMANIAN", "PAPUA_NEW_GUINEAN", "PARAGUAYAN", "PERUVIAN", "POLISH", "PORTUGUESE", "QATARI", "ROMANIAN", "RUSSIAN", "RWANDAN", "SAINT_LUCIAN", "SALVADORAN", "SAMOAN", "SAN_MARINESE", "SAO_TOMEAN", "SAUDI", "SCOTTISH", "SENEGALESE", "SERBIAN", "SEYCHELLOIS", "SIERRA_LEONEAN", "SINGAPOREAN", "SLOVAKIAN", "SLOVENIAN", "SOLOMON_ISLANDER", "SOMALI", "SOUTH_AFRICAN", "SOUTH_KOREAN", "SOUTH_SUDANESE", "SPANISH", "SRI_LANKAN", "SUDANESE", "SURINAMER", "SWAZI", "SWEDISH", "SWISS", "SYRIAN", "TAIWANESE", "TAJIK", "TANZANIAN", "THAI", "TOGOLESE", "TONGAN", "TRINIDADIAN_OR_TOBAGONIAN", "TUNISIAN", "TURKISH", "TUVALUAN", "UGANDAN", "UKRAINIAN", "URUGUAYAN", "UZBEKISTANI", "VENEZUELAN", "VIETNAMESE", "WELSH", "YEMENITE", "ZAMBIAN", "ZIMBABWEAN"]>>>;
1877
- postcode: z.ZodOptional<z.ZodString>;
1878
- distance: z.ZodOptional<z.ZodNumber>;
1889
+ location: z.ZodOptional<z.ZodObject<{
1890
+ postcode: z.ZodOptional<z.ZodString>;
1891
+ radius: z.ZodOptional<z.ZodNumber>;
1892
+ }, "strip", z.ZodTypeAny, {
1893
+ postcode?: string | undefined;
1894
+ radius?: number | undefined;
1895
+ }, {
1896
+ postcode?: string | undefined;
1897
+ radius?: number | undefined;
1898
+ }>>;
1879
1899
  hasTools: z.ZodOptional<z.ZodDefault<z.ZodEnum<["only_with", "only_without", "all"]>>>;
1880
1900
  hasPpe: z.ZodOptional<z.ZodDefault<z.ZodEnum<["only_with", "only_without", "all"]>>>;
1881
1901
  tradeFilters: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -1903,51 +1923,55 @@ export declare const workersContractRouter: {
1903
1923
  }, "strip", z.ZodTypeAny, {
1904
1924
  limit: number;
1905
1925
  page: number;
1906
- distance?: number | undefined;
1907
1926
  email?: string | undefined;
1908
1927
  phone?: string | undefined;
1909
1928
  englishLevel?: "NONE" | "BASIC" | "INTERMEDIATE" | "ADVANCED" | "NATIVE" | null | undefined;
1910
1929
  nationality?: "AFGHAN" | "ALBANIAN" | "ALGERIAN" | "AMERICAN" | "ANDORRAN" | "ANGOLAN" | "ANTIGUANS" | "ARGENTINEAN" | "ARMENIAN" | "AUSTRALIAN" | "AUSTRIAN" | "AZERBAIJANI" | "BAHAMIAN" | "BAHRAINI" | "BANGLADESHI" | "BARBADIAN" | "BARBUDANS" | "BELARUSIAN" | "BELGIAN" | "BELIZEAN" | "BENINESE" | "BHUTANESE" | "BOLIVIAN" | "BOSNIAN" | "BRAZILIAN" | "BRITISH" | "BRUNEIAN" | "BULGARIAN" | "BURKINABE" | "BURMESE" | "BURUNDIAN" | "CAMBODIAN" | "CAMEROONIAN" | "CANADIAN" | "CAPE_VERDEAN" | "CENTRAL_AFRICAN" | "CHADIAN" | "CHILEAN" | "CHINESE" | "COLOMBIAN" | "COMORAN" | "CONGOLESE" | "COSTA_RICAN" | "CROATIAN" | "CUBAN" | "CYPRIOT" | "CZECH" | "DANISH" | "DJIBOUTI" | "DOMINICAN" | "DUTCH" | "EAST_TIMORESE" | "ECUADOREAN" | "EGYPTIAN" | "EMIRIAN" | "EQUATORIAL_GUINEAN" | "ERITREAN" | "ESTONIAN" | "ETHIOPIAN" | "FIJIAN" | "FILIPINO" | "FINNISH" | "FRENCH" | "GABONESE" | "GAMBIAN" | "GEORGIAN" | "GERMAN" | "GHANAIAN" | "GREEK" | "GRENADIAN" | "GUATEMALAN" | "GUINEA_BISSAUAN" | "GUINEAN" | "GUYANESE" | "HAITIAN" | "HERZEGOVINIAN" | "HONDURAN" | "HUNGARIAN" | "ICELANDER" | "INDIAN" | "INDONESIAN" | "IRANIAN" | "IRAQI" | "IRISH" | "ISRAELI" | "ITALIAN" | "IVORIAN" | "JAMAICAN" | "JAPANESE" | "JORDANIAN" | "KAZAKHSTANI" | "KENYAN" | "KITTIAN_AND_NEVISIAN" | "KUWAITI" | "KYRGYZ" | "LAOTIAN" | "LATVIAN" | "LEBANESE" | "LIBERIAN" | "LIBYAN" | "LIECHTENSTEINER" | "LITHUANIAN" | "LUXEMBOURGER" | "MACEDONIAN" | "MALAGASY" | "MALAWIAN" | "MALAYSIAN" | "MALDIVAN" | "MALIAN" | "MALTESE" | "MARSHALLESE" | "MAURITANIAN" | "MAURITIAN" | "MEXICAN" | "MICRONESIAN" | "MOLDOVAN" | "MONACAN" | "MONGOLIAN" | "MOROCCAN" | "MOSOTHO" | "MOTSWANA" | "MOZAMBICAN" | "NAMIBIAN" | "NAURUAN" | "NEPALESE" | "NEW_ZEALANDER" | "NI_VANUATU" | "NICARAGUAN" | "NIGERIEN" | "NIGERIAN" | "NORTH_KOREAN" | "NORTHERN_IRISH" | "NORWEGIAN" | "OMANI" | "PAKISTANI" | "PALAUAN" | "PANAMANIAN" | "PAPUA_NEW_GUINEAN" | "PARAGUAYAN" | "PERUVIAN" | "POLISH" | "PORTUGUESE" | "QATARI" | "ROMANIAN" | "RUSSIAN" | "RWANDAN" | "SAINT_LUCIAN" | "SALVADORAN" | "SAMOAN" | "SAN_MARINESE" | "SAO_TOMEAN" | "SAUDI" | "SCOTTISH" | "SENEGALESE" | "SERBIAN" | "SEYCHELLOIS" | "SIERRA_LEONEAN" | "SINGAPOREAN" | "SLOVAKIAN" | "SLOVENIAN" | "SOLOMON_ISLANDER" | "SOMALI" | "SOUTH_AFRICAN" | "SOUTH_KOREAN" | "SOUTH_SUDANESE" | "SPANISH" | "SRI_LANKAN" | "SUDANESE" | "SURINAMER" | "SWAZI" | "SWEDISH" | "SWISS" | "SYRIAN" | "TAIWANESE" | "TAJIK" | "TANZANIAN" | "THAI" | "TOGOLESE" | "TONGAN" | "TRINIDADIAN_OR_TOBAGONIAN" | "TUNISIAN" | "TURKISH" | "TUVALUAN" | "UGANDAN" | "UKRAINIAN" | "URUGUAYAN" | "UZBEKISTANI" | "VENEZUELAN" | "VIETNAMESE" | "WELSH" | "YEMENITE" | "ZAMBIAN" | "ZIMBABWEAN" | null | undefined;
1911
1930
  hasTools?: "only_with" | "only_without" | "all" | undefined;
1912
1931
  hasPpe?: "only_with" | "only_without" | "all" | undefined;
1913
- postcode?: string | undefined;
1914
- availability?: "AVAILABLE" | "PARTIALLY_AVAILABLE" | "UNAVAILABLE" | null | undefined;
1915
- createdBy?: string | undefined;
1932
+ location?: {
1933
+ postcode?: string | undefined;
1934
+ radius?: number | undefined;
1935
+ } | undefined;
1916
1936
  name?: string | undefined;
1917
- tradeFilters?: {
1918
- tradeId: string;
1919
- mainTrade?: boolean | undefined;
1920
- }[] | undefined;
1921
1937
  qualificationFilters?: {
1922
1938
  qualificationId?: string | undefined;
1923
1939
  qualificationTypeId?: string | undefined;
1924
1940
  }[] | undefined;
1925
- sortBy?: "nameSimilarity" | "fullName" | "distance" | "email" | "phone" | null | undefined;
1926
1941
  sortOrder?: "ASC" | "DESC" | null | undefined;
1942
+ tradeFilters?: {
1943
+ tradeId: string;
1944
+ mainTrade?: boolean | undefined;
1945
+ }[] | undefined;
1946
+ sortBy?: "nameSimilarity" | "fullName" | "distance" | "email" | "phone" | null | undefined;
1947
+ availability?: "AVAILABLE" | "PARTIALLY_AVAILABLE" | "UNAVAILABLE" | null | undefined;
1948
+ createdBy?: string | undefined;
1927
1949
  }, {
1928
- distance?: number | undefined;
1929
1950
  email?: string | undefined;
1930
1951
  phone?: string | undefined;
1931
1952
  englishLevel?: "NONE" | "BASIC" | "INTERMEDIATE" | "ADVANCED" | "NATIVE" | null | undefined;
1932
1953
  nationality?: "AFGHAN" | "ALBANIAN" | "ALGERIAN" | "AMERICAN" | "ANDORRAN" | "ANGOLAN" | "ANTIGUANS" | "ARGENTINEAN" | "ARMENIAN" | "AUSTRALIAN" | "AUSTRIAN" | "AZERBAIJANI" | "BAHAMIAN" | "BAHRAINI" | "BANGLADESHI" | "BARBADIAN" | "BARBUDANS" | "BELARUSIAN" | "BELGIAN" | "BELIZEAN" | "BENINESE" | "BHUTANESE" | "BOLIVIAN" | "BOSNIAN" | "BRAZILIAN" | "BRITISH" | "BRUNEIAN" | "BULGARIAN" | "BURKINABE" | "BURMESE" | "BURUNDIAN" | "CAMBODIAN" | "CAMEROONIAN" | "CANADIAN" | "CAPE_VERDEAN" | "CENTRAL_AFRICAN" | "CHADIAN" | "CHILEAN" | "CHINESE" | "COLOMBIAN" | "COMORAN" | "CONGOLESE" | "COSTA_RICAN" | "CROATIAN" | "CUBAN" | "CYPRIOT" | "CZECH" | "DANISH" | "DJIBOUTI" | "DOMINICAN" | "DUTCH" | "EAST_TIMORESE" | "ECUADOREAN" | "EGYPTIAN" | "EMIRIAN" | "EQUATORIAL_GUINEAN" | "ERITREAN" | "ESTONIAN" | "ETHIOPIAN" | "FIJIAN" | "FILIPINO" | "FINNISH" | "FRENCH" | "GABONESE" | "GAMBIAN" | "GEORGIAN" | "GERMAN" | "GHANAIAN" | "GREEK" | "GRENADIAN" | "GUATEMALAN" | "GUINEA_BISSAUAN" | "GUINEAN" | "GUYANESE" | "HAITIAN" | "HERZEGOVINIAN" | "HONDURAN" | "HUNGARIAN" | "ICELANDER" | "INDIAN" | "INDONESIAN" | "IRANIAN" | "IRAQI" | "IRISH" | "ISRAELI" | "ITALIAN" | "IVORIAN" | "JAMAICAN" | "JAPANESE" | "JORDANIAN" | "KAZAKHSTANI" | "KENYAN" | "KITTIAN_AND_NEVISIAN" | "KUWAITI" | "KYRGYZ" | "LAOTIAN" | "LATVIAN" | "LEBANESE" | "LIBERIAN" | "LIBYAN" | "LIECHTENSTEINER" | "LITHUANIAN" | "LUXEMBOURGER" | "MACEDONIAN" | "MALAGASY" | "MALAWIAN" | "MALAYSIAN" | "MALDIVAN" | "MALIAN" | "MALTESE" | "MARSHALLESE" | "MAURITANIAN" | "MAURITIAN" | "MEXICAN" | "MICRONESIAN" | "MOLDOVAN" | "MONACAN" | "MONGOLIAN" | "MOROCCAN" | "MOSOTHO" | "MOTSWANA" | "MOZAMBICAN" | "NAMIBIAN" | "NAURUAN" | "NEPALESE" | "NEW_ZEALANDER" | "NI_VANUATU" | "NICARAGUAN" | "NIGERIEN" | "NIGERIAN" | "NORTH_KOREAN" | "NORTHERN_IRISH" | "NORWEGIAN" | "OMANI" | "PAKISTANI" | "PALAUAN" | "PANAMANIAN" | "PAPUA_NEW_GUINEAN" | "PARAGUAYAN" | "PERUVIAN" | "POLISH" | "PORTUGUESE" | "QATARI" | "ROMANIAN" | "RUSSIAN" | "RWANDAN" | "SAINT_LUCIAN" | "SALVADORAN" | "SAMOAN" | "SAN_MARINESE" | "SAO_TOMEAN" | "SAUDI" | "SCOTTISH" | "SENEGALESE" | "SERBIAN" | "SEYCHELLOIS" | "SIERRA_LEONEAN" | "SINGAPOREAN" | "SLOVAKIAN" | "SLOVENIAN" | "SOLOMON_ISLANDER" | "SOMALI" | "SOUTH_AFRICAN" | "SOUTH_KOREAN" | "SOUTH_SUDANESE" | "SPANISH" | "SRI_LANKAN" | "SUDANESE" | "SURINAMER" | "SWAZI" | "SWEDISH" | "SWISS" | "SYRIAN" | "TAIWANESE" | "TAJIK" | "TANZANIAN" | "THAI" | "TOGOLESE" | "TONGAN" | "TRINIDADIAN_OR_TOBAGONIAN" | "TUNISIAN" | "TURKISH" | "TUVALUAN" | "UGANDAN" | "UKRAINIAN" | "URUGUAYAN" | "UZBEKISTANI" | "VENEZUELAN" | "VIETNAMESE" | "WELSH" | "YEMENITE" | "ZAMBIAN" | "ZIMBABWEAN" | null | undefined;
1933
1954
  hasTools?: "only_with" | "only_without" | "all" | undefined;
1934
1955
  hasPpe?: "only_with" | "only_without" | "all" | undefined;
1935
- postcode?: string | undefined;
1936
- availability?: "AVAILABLE" | "PARTIALLY_AVAILABLE" | "UNAVAILABLE" | null | undefined;
1937
- createdBy?: string | undefined;
1956
+ location?: {
1957
+ postcode?: string | undefined;
1958
+ radius?: number | undefined;
1959
+ } | undefined;
1938
1960
  limit?: number | undefined;
1939
1961
  page?: number | undefined;
1940
1962
  name?: string | undefined;
1941
- tradeFilters?: {
1942
- tradeId: string;
1943
- mainTrade?: unknown;
1944
- }[] | undefined;
1945
1963
  qualificationFilters?: {
1946
1964
  qualificationId?: string | undefined;
1947
1965
  qualificationTypeId?: string | undefined;
1948
1966
  }[] | undefined;
1949
- sortBy?: "nameSimilarity" | "fullName" | "distance" | "email" | "phone" | null | undefined;
1950
1967
  sortOrder?: "ASC" | "DESC" | null | undefined;
1968
+ tradeFilters?: {
1969
+ tradeId: string;
1970
+ mainTrade?: unknown;
1971
+ }[] | undefined;
1972
+ sortBy?: "nameSimilarity" | "fullName" | "distance" | "email" | "phone" | null | undefined;
1973
+ availability?: "AVAILABLE" | "PARTIALLY_AVAILABLE" | "UNAVAILABLE" | null | undefined;
1974
+ createdBy?: string | undefined;
1951
1975
  }>;
1952
1976
  summary: "Get all workers";
1953
1977
  method: "GET";
@@ -2065,13 +2089,13 @@ export declare const workersContractRouter: {
2065
2089
  description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2066
2090
  isPrimary: z.ZodDefault<z.ZodBoolean>;
2067
2091
  }, "strip", z.ZodTypeAny, {
2068
- id: string;
2069
2092
  phoneNumber: string;
2070
2093
  isPrimary: boolean;
2094
+ id: string;
2071
2095
  description?: string | null | undefined;
2072
2096
  }, {
2073
- id: string;
2074
2097
  phoneNumber: string;
2098
+ id: string;
2075
2099
  description?: string | null | undefined;
2076
2100
  isPrimary?: boolean | undefined;
2077
2101
  }>, "many">>>;
@@ -2170,21 +2194,21 @@ export declare const workersContractRouter: {
2170
2194
  }, "strip", z.ZodTypeAny, {
2171
2195
  email: string;
2172
2196
  phone: string;
2197
+ createdAt: string;
2198
+ updatedAt: string;
2173
2199
  id: string;
2174
2200
  firstName: string;
2175
2201
  lastName: string;
2176
- createdAt: string;
2177
- updatedAt: string;
2178
2202
  roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
2179
2203
  office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
2180
2204
  }, {
2181
2205
  email: string;
2182
2206
  phone: string;
2207
+ createdAt: string | Date;
2208
+ updatedAt: string | Date;
2183
2209
  id: string;
2184
2210
  firstName: string;
2185
2211
  lastName: string;
2186
- createdAt: string | Date;
2187
- updatedAt: string | Date;
2188
2212
  roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
2189
2213
  office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
2190
2214
  }>>>;
@@ -2192,20 +2216,20 @@ export declare const workersContractRouter: {
2192
2216
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
2193
2217
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
2194
2218
  }, "strip", z.ZodTypeAny, {
2219
+ createdAt: string;
2220
+ updatedAt: string;
2195
2221
  id: string;
2196
2222
  firstName: string;
2197
2223
  lastName: string;
2198
2224
  phoneNumbers: {
2199
- id: string;
2200
2225
  phoneNumber: string;
2201
2226
  isPrimary: boolean;
2227
+ id: string;
2202
2228
  description?: string | null | undefined;
2203
2229
  }[];
2204
2230
  hasTools: boolean;
2205
2231
  hasPpe: boolean;
2206
2232
  availability: "AVAILABLE" | "PARTIALLY_AVAILABLE" | "UNAVAILABLE";
2207
- createdAt: string;
2208
- updatedAt: string;
2209
2233
  email?: string | null | undefined;
2210
2234
  nino?: string | null | undefined;
2211
2235
  dateOfBirth?: string | null | undefined;
@@ -2243,28 +2267,28 @@ export declare const workersContractRouter: {
2243
2267
  createdBy?: {
2244
2268
  email: string;
2245
2269
  phone: string;
2270
+ createdAt: string;
2271
+ updatedAt: string;
2246
2272
  id: string;
2247
2273
  firstName: string;
2248
2274
  lastName: string;
2249
- createdAt: string;
2250
- updatedAt: string;
2251
2275
  roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
2252
2276
  office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
2253
2277
  } | null | undefined;
2254
2278
  distanceKm?: number | null | undefined;
2255
2279
  }, {
2280
+ createdAt: string | Date;
2281
+ updatedAt: string | Date;
2256
2282
  id: string;
2257
2283
  firstName: string;
2258
2284
  lastName: string;
2259
2285
  hasTools: boolean;
2260
2286
  hasPpe: boolean;
2261
2287
  availability: "AVAILABLE" | "PARTIALLY_AVAILABLE" | "UNAVAILABLE";
2262
- createdAt: string | Date;
2263
- updatedAt: string | Date;
2264
2288
  email?: string | null | undefined;
2265
2289
  phoneNumbers?: {
2266
- id: string;
2267
2290
  phoneNumber: string;
2291
+ id: string;
2268
2292
  description?: string | null | undefined;
2269
2293
  isPrimary?: boolean | undefined;
2270
2294
  }[] | undefined;
@@ -2304,11 +2328,11 @@ export declare const workersContractRouter: {
2304
2328
  createdBy?: {
2305
2329
  email: string;
2306
2330
  phone: string;
2331
+ createdAt: string | Date;
2332
+ updatedAt: string | Date;
2307
2333
  id: string;
2308
2334
  firstName: string;
2309
2335
  lastName: string;
2310
- createdAt: string | Date;
2311
- updatedAt: string | Date;
2312
2336
  roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
2313
2337
  office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
2314
2338
  } | null | undefined;
@@ -2320,22 +2344,21 @@ export declare const workersContractRouter: {
2320
2344
  currentPage: z.ZodNumber;
2321
2345
  totalPages: z.ZodNumber;
2322
2346
  }, "strip", z.ZodTypeAny, {
2323
- limit: number;
2324
2347
  items: {
2348
+ createdAt: string;
2349
+ updatedAt: string;
2325
2350
  id: string;
2326
2351
  firstName: string;
2327
2352
  lastName: string;
2328
2353
  phoneNumbers: {
2329
- id: string;
2330
2354
  phoneNumber: string;
2331
2355
  isPrimary: boolean;
2356
+ id: string;
2332
2357
  description?: string | null | undefined;
2333
2358
  }[];
2334
2359
  hasTools: boolean;
2335
2360
  hasPpe: boolean;
2336
2361
  availability: "AVAILABLE" | "PARTIALLY_AVAILABLE" | "UNAVAILABLE";
2337
- createdAt: string;
2338
- updatedAt: string;
2339
2362
  email?: string | null | undefined;
2340
2363
  nino?: string | null | undefined;
2341
2364
  dateOfBirth?: string | null | undefined;
@@ -2373,35 +2396,35 @@ export declare const workersContractRouter: {
2373
2396
  createdBy?: {
2374
2397
  email: string;
2375
2398
  phone: string;
2399
+ createdAt: string;
2400
+ updatedAt: string;
2376
2401
  id: string;
2377
2402
  firstName: string;
2378
2403
  lastName: string;
2379
- createdAt: string;
2380
- updatedAt: string;
2381
2404
  roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
2382
2405
  office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
2383
2406
  } | null | undefined;
2384
2407
  distanceKm?: number | null | undefined;
2385
2408
  }[];
2386
2409
  totalCount: number;
2410
+ limit: number;
2387
2411
  skip: number;
2388
2412
  currentPage: number;
2389
2413
  totalPages: number;
2390
2414
  }, {
2391
- limit: number;
2392
2415
  items: {
2416
+ createdAt: string | Date;
2417
+ updatedAt: string | Date;
2393
2418
  id: string;
2394
2419
  firstName: string;
2395
2420
  lastName: string;
2396
2421
  hasTools: boolean;
2397
2422
  hasPpe: boolean;
2398
2423
  availability: "AVAILABLE" | "PARTIALLY_AVAILABLE" | "UNAVAILABLE";
2399
- createdAt: string | Date;
2400
- updatedAt: string | Date;
2401
2424
  email?: string | null | undefined;
2402
2425
  phoneNumbers?: {
2403
- id: string;
2404
2426
  phoneNumber: string;
2427
+ id: string;
2405
2428
  description?: string | null | undefined;
2406
2429
  isPrimary?: boolean | undefined;
2407
2430
  }[] | undefined;
@@ -2441,17 +2464,18 @@ export declare const workersContractRouter: {
2441
2464
  createdBy?: {
2442
2465
  email: string;
2443
2466
  phone: string;
2467
+ createdAt: string | Date;
2468
+ updatedAt: string | Date;
2444
2469
  id: string;
2445
2470
  firstName: string;
2446
2471
  lastName: string;
2447
- createdAt: string | Date;
2448
- updatedAt: string | Date;
2449
2472
  roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
2450
2473
  office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
2451
2474
  } | null | undefined;
2452
2475
  distanceKm?: number | null | undefined;
2453
2476
  }[];
2454
2477
  totalCount: number;
2478
+ limit: number;
2455
2479
  skip: number;
2456
2480
  currentPage: number;
2457
2481
  totalPages: number;
@@ -2587,13 +2611,13 @@ export declare const workersContractRouter: {
2587
2611
  description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2588
2612
  isPrimary: z.ZodDefault<z.ZodBoolean>;
2589
2613
  }, "strip", z.ZodTypeAny, {
2590
- id: string;
2591
2614
  phoneNumber: string;
2592
2615
  isPrimary: boolean;
2616
+ id: string;
2593
2617
  description?: string | null | undefined;
2594
2618
  }, {
2595
- id: string;
2596
2619
  phoneNumber: string;
2620
+ id: string;
2597
2621
  description?: string | null | undefined;
2598
2622
  isPrimary?: boolean | undefined;
2599
2623
  }>, "many">>>;
@@ -2692,21 +2716,21 @@ export declare const workersContractRouter: {
2692
2716
  }, "strip", z.ZodTypeAny, {
2693
2717
  email: string;
2694
2718
  phone: string;
2719
+ createdAt: string;
2720
+ updatedAt: string;
2695
2721
  id: string;
2696
2722
  firstName: string;
2697
2723
  lastName: string;
2698
- createdAt: string;
2699
- updatedAt: string;
2700
2724
  roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
2701
2725
  office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
2702
2726
  }, {
2703
2727
  email: string;
2704
2728
  phone: string;
2729
+ createdAt: string | Date;
2730
+ updatedAt: string | Date;
2705
2731
  id: string;
2706
2732
  firstName: string;
2707
2733
  lastName: string;
2708
- createdAt: string | Date;
2709
- updatedAt: string | Date;
2710
2734
  roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
2711
2735
  office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
2712
2736
  }>>>;
@@ -2714,20 +2738,20 @@ export declare const workersContractRouter: {
2714
2738
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
2715
2739
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
2716
2740
  }, "strip", z.ZodTypeAny, {
2741
+ createdAt: string;
2742
+ updatedAt: string;
2717
2743
  id: string;
2718
2744
  firstName: string;
2719
2745
  lastName: string;
2720
2746
  phoneNumbers: {
2721
- id: string;
2722
2747
  phoneNumber: string;
2723
2748
  isPrimary: boolean;
2749
+ id: string;
2724
2750
  description?: string | null | undefined;
2725
2751
  }[];
2726
2752
  hasTools: boolean;
2727
2753
  hasPpe: boolean;
2728
2754
  availability: "AVAILABLE" | "PARTIALLY_AVAILABLE" | "UNAVAILABLE";
2729
- createdAt: string;
2730
- updatedAt: string;
2731
2755
  email?: string | null | undefined;
2732
2756
  nino?: string | null | undefined;
2733
2757
  dateOfBirth?: string | null | undefined;
@@ -2765,28 +2789,28 @@ export declare const workersContractRouter: {
2765
2789
  createdBy?: {
2766
2790
  email: string;
2767
2791
  phone: string;
2792
+ createdAt: string;
2793
+ updatedAt: string;
2768
2794
  id: string;
2769
2795
  firstName: string;
2770
2796
  lastName: string;
2771
- createdAt: string;
2772
- updatedAt: string;
2773
2797
  roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
2774
2798
  office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
2775
2799
  } | null | undefined;
2776
2800
  distanceKm?: number | null | undefined;
2777
2801
  }, {
2802
+ createdAt: string | Date;
2803
+ updatedAt: string | Date;
2778
2804
  id: string;
2779
2805
  firstName: string;
2780
2806
  lastName: string;
2781
2807
  hasTools: boolean;
2782
2808
  hasPpe: boolean;
2783
2809
  availability: "AVAILABLE" | "PARTIALLY_AVAILABLE" | "UNAVAILABLE";
2784
- createdAt: string | Date;
2785
- updatedAt: string | Date;
2786
2810
  email?: string | null | undefined;
2787
2811
  phoneNumbers?: {
2788
- id: string;
2789
2812
  phoneNumber: string;
2813
+ id: string;
2790
2814
  description?: string | null | undefined;
2791
2815
  isPrimary?: boolean | undefined;
2792
2816
  }[] | undefined;
@@ -2826,11 +2850,11 @@ export declare const workersContractRouter: {
2826
2850
  createdBy?: {
2827
2851
  email: string;
2828
2852
  phone: string;
2853
+ createdAt: string | Date;
2854
+ updatedAt: string | Date;
2829
2855
  id: string;
2830
2856
  firstName: string;
2831
2857
  lastName: string;
2832
- createdAt: string | Date;
2833
- updatedAt: string | Date;
2834
2858
  roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
2835
2859
  office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
2836
2860
  } | null | undefined;
@@ -2889,35 +2913,35 @@ export declare const workersContractRouter: {
2889
2913
  description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2890
2914
  isPrimary: z.ZodOptional<z.ZodBoolean>;
2891
2915
  }, "strip", z.ZodTypeAny, {
2892
- id?: string | undefined;
2893
2916
  phoneNumber?: string | undefined;
2894
2917
  description?: string | null | undefined;
2895
2918
  isPrimary?: boolean | undefined;
2896
- }, {
2897
2919
  id?: string | undefined;
2920
+ }, {
2898
2921
  phoneNumber?: string | undefined;
2899
2922
  description?: string | null | undefined;
2900
2923
  isPrimary?: boolean | undefined;
2901
- }>, {
2902
2924
  id?: string | undefined;
2925
+ }>, {
2903
2926
  phoneNumber?: string | undefined;
2904
2927
  description?: string | null | undefined;
2905
2928
  isPrimary?: boolean | undefined;
2906
- }, {
2907
2929
  id?: string | undefined;
2930
+ }, {
2908
2931
  phoneNumber?: string | undefined;
2909
2932
  description?: string | null | undefined;
2910
2933
  isPrimary?: boolean | undefined;
2911
- }>, "many">, {
2912
2934
  id?: string | undefined;
2935
+ }>, "many">, {
2913
2936
  phoneNumber?: string | undefined;
2914
2937
  description?: string | null | undefined;
2915
2938
  isPrimary?: boolean | undefined;
2916
- }[], {
2917
2939
  id?: string | undefined;
2940
+ }[], {
2918
2941
  phoneNumber?: string | undefined;
2919
2942
  description?: string | null | undefined;
2920
2943
  isPrimary?: boolean | undefined;
2944
+ id?: string | undefined;
2921
2945
  }[]>>;
2922
2946
  nino: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2923
2947
  dateOfBirth: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodDate]>>>;
@@ -2998,10 +3022,10 @@ export declare const workersContractRouter: {
2998
3022
  firstName?: string | undefined;
2999
3023
  lastName?: string | undefined;
3000
3024
  phoneNumbers?: {
3001
- id?: string | undefined;
3002
3025
  phoneNumber?: string | undefined;
3003
3026
  description?: string | null | undefined;
3004
3027
  isPrimary?: boolean | undefined;
3028
+ id?: string | undefined;
3005
3029
  }[] | undefined;
3006
3030
  nino?: string | null | undefined;
3007
3031
  dateOfBirth?: string | Date | null | undefined;
@@ -3038,10 +3062,10 @@ export declare const workersContractRouter: {
3038
3062
  firstName?: string | undefined;
3039
3063
  lastName?: string | undefined;
3040
3064
  phoneNumbers?: {
3041
- id?: string | undefined;
3042
3065
  phoneNumber?: string | undefined;
3043
3066
  description?: string | null | undefined;
3044
3067
  isPrimary?: boolean | undefined;
3068
+ id?: string | undefined;
3045
3069
  }[] | undefined;
3046
3070
  nino?: string | null | undefined;
3047
3071
  dateOfBirth?: string | Date | null | undefined;
@@ -3187,13 +3211,13 @@ export declare const workersContractRouter: {
3187
3211
  description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3188
3212
  isPrimary: z.ZodDefault<z.ZodBoolean>;
3189
3213
  }, "strip", z.ZodTypeAny, {
3190
- id: string;
3191
3214
  phoneNumber: string;
3192
3215
  isPrimary: boolean;
3216
+ id: string;
3193
3217
  description?: string | null | undefined;
3194
3218
  }, {
3195
- id: string;
3196
3219
  phoneNumber: string;
3220
+ id: string;
3197
3221
  description?: string | null | undefined;
3198
3222
  isPrimary?: boolean | undefined;
3199
3223
  }>, "many">>>;
@@ -3292,21 +3316,21 @@ export declare const workersContractRouter: {
3292
3316
  }, "strip", z.ZodTypeAny, {
3293
3317
  email: string;
3294
3318
  phone: string;
3319
+ createdAt: string;
3320
+ updatedAt: string;
3295
3321
  id: string;
3296
3322
  firstName: string;
3297
3323
  lastName: string;
3298
- createdAt: string;
3299
- updatedAt: string;
3300
3324
  roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
3301
3325
  office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
3302
3326
  }, {
3303
3327
  email: string;
3304
3328
  phone: string;
3329
+ createdAt: string | Date;
3330
+ updatedAt: string | Date;
3305
3331
  id: string;
3306
3332
  firstName: string;
3307
3333
  lastName: string;
3308
- createdAt: string | Date;
3309
- updatedAt: string | Date;
3310
3334
  roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
3311
3335
  office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
3312
3336
  }>>>;
@@ -3314,20 +3338,20 @@ export declare const workersContractRouter: {
3314
3338
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
3315
3339
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
3316
3340
  }, "strip", z.ZodTypeAny, {
3341
+ createdAt: string;
3342
+ updatedAt: string;
3317
3343
  id: string;
3318
3344
  firstName: string;
3319
3345
  lastName: string;
3320
3346
  phoneNumbers: {
3321
- id: string;
3322
3347
  phoneNumber: string;
3323
3348
  isPrimary: boolean;
3349
+ id: string;
3324
3350
  description?: string | null | undefined;
3325
3351
  }[];
3326
3352
  hasTools: boolean;
3327
3353
  hasPpe: boolean;
3328
3354
  availability: "AVAILABLE" | "PARTIALLY_AVAILABLE" | "UNAVAILABLE";
3329
- createdAt: string;
3330
- updatedAt: string;
3331
3355
  email?: string | null | undefined;
3332
3356
  nino?: string | null | undefined;
3333
3357
  dateOfBirth?: string | null | undefined;
@@ -3365,28 +3389,28 @@ export declare const workersContractRouter: {
3365
3389
  createdBy?: {
3366
3390
  email: string;
3367
3391
  phone: string;
3392
+ createdAt: string;
3393
+ updatedAt: string;
3368
3394
  id: string;
3369
3395
  firstName: string;
3370
3396
  lastName: string;
3371
- createdAt: string;
3372
- updatedAt: string;
3373
3397
  roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
3374
3398
  office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
3375
3399
  } | null | undefined;
3376
3400
  distanceKm?: number | null | undefined;
3377
3401
  }, {
3402
+ createdAt: string | Date;
3403
+ updatedAt: string | Date;
3378
3404
  id: string;
3379
3405
  firstName: string;
3380
3406
  lastName: string;
3381
3407
  hasTools: boolean;
3382
3408
  hasPpe: boolean;
3383
3409
  availability: "AVAILABLE" | "PARTIALLY_AVAILABLE" | "UNAVAILABLE";
3384
- createdAt: string | Date;
3385
- updatedAt: string | Date;
3386
3410
  email?: string | null | undefined;
3387
3411
  phoneNumbers?: {
3388
- id: string;
3389
3412
  phoneNumber: string;
3413
+ id: string;
3390
3414
  description?: string | null | undefined;
3391
3415
  isPrimary?: boolean | undefined;
3392
3416
  }[] | undefined;
@@ -3426,11 +3450,11 @@ export declare const workersContractRouter: {
3426
3450
  createdBy?: {
3427
3451
  email: string;
3428
3452
  phone: string;
3453
+ createdAt: string | Date;
3454
+ updatedAt: string | Date;
3429
3455
  id: string;
3430
3456
  firstName: string;
3431
3457
  lastName: string;
3432
- createdAt: string | Date;
3433
- updatedAt: string | Date;
3434
3458
  roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
3435
3459
  office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
3436
3460
  } | null | undefined;