@dakkitor/api-contracts 1.1.106 → 1.1.108

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.
Files changed (33) hide show
  1. package/dist/actives/actives.contract.d.ts +6880 -5360
  2. package/dist/actives/actives.contract.d.ts.map +1 -1
  3. package/dist/agent-client-links/agent-client-links.contract.d.ts +871 -481
  4. package/dist/agent-client-links/agent-client-links.contract.d.ts.map +1 -1
  5. package/dist/auth/auth.contract.d.ts +131 -31
  6. package/dist/auth/auth.contract.d.ts.map +1 -1
  7. package/dist/bookings/bookings.contract.d.ts +25019 -19099
  8. package/dist/bookings/bookings.contract.d.ts.map +1 -1
  9. package/dist/call-history/call-history.contract.d.ts +861 -541
  10. package/dist/call-history/call-history.contract.d.ts.map +1 -1
  11. package/dist/call-history/call-history.contract.js +3 -1
  12. package/dist/client-contacts/client-contacts.contract.d.ts +26 -26
  13. package/dist/collaboration-checkings/collaboration-checkings.contract.d.ts +1834 -1194
  14. package/dist/collaboration-checkings/collaboration-checkings.contract.d.ts.map +1 -1
  15. package/dist/collaborations/collaborations.contract.d.ts +1687 -1052
  16. package/dist/collaborations/collaborations.contract.d.ts.map +1 -1
  17. package/dist/common/common-schemas.d.ts +11 -0
  18. package/dist/common/common-schemas.d.ts.map +1 -1
  19. package/dist/common/common-schemas.js +8 -1
  20. package/dist/dashboards/dashboard.contract.d.ts +14 -14
  21. package/dist/jobs/jobs.contract.d.ts +4321 -3221
  22. package/dist/jobs/jobs.contract.d.ts.map +1 -1
  23. package/dist/lead-assignments/lead-assignments.contract.d.ts +754 -434
  24. package/dist/lead-assignments/lead-assignments.contract.d.ts.map +1 -1
  25. package/dist/lead-distribution/agent-lead-distribution.contract.d.ts +359 -199
  26. package/dist/lead-distribution/agent-lead-distribution.contract.d.ts.map +1 -1
  27. package/dist/leads/leads.contract.d.ts +117 -117
  28. package/dist/users/users.contract.d.ts +597 -173
  29. package/dist/users/users.contract.d.ts.map +1 -1
  30. package/dist/users/users.contract.js +45 -8
  31. package/dist/workers/workers.contract.d.ts +498 -268
  32. package/dist/workers/workers.contract.d.ts.map +1 -1
  33. package/package.json +1 -1
@@ -39,23 +39,23 @@ export declare const UpsertWorkerPhoneNumberSchema: z.ZodEffects<z.ZodObject<{
39
39
  isPrimary: z.ZodOptional<z.ZodBoolean>;
40
40
  }, "strip", z.ZodTypeAny, {
41
41
  id?: string | undefined;
42
- description?: string | null | undefined;
43
42
  phoneNumber?: string | undefined;
43
+ description?: string | null | undefined;
44
44
  isPrimary?: boolean | undefined;
45
45
  }, {
46
46
  id?: string | undefined;
47
- description?: string | null | undefined;
48
47
  phoneNumber?: string | undefined;
48
+ description?: string | null | undefined;
49
49
  isPrimary?: boolean | undefined;
50
50
  }>, {
51
51
  id?: string | undefined;
52
- description?: string | null | undefined;
53
52
  phoneNumber?: string | undefined;
53
+ description?: string | null | undefined;
54
54
  isPrimary?: boolean | undefined;
55
55
  }, {
56
56
  id?: string | undefined;
57
- description?: string | null | undefined;
58
57
  phoneNumber?: string | undefined;
58
+ description?: string | null | undefined;
59
59
  isPrimary?: boolean | undefined;
60
60
  }>;
61
61
  export declare const WorkerTradeSchema: z.ZodObject<{
@@ -154,14 +154,14 @@ export declare const WorkerUserSchema: z.ZodObject<{
154
154
  lastName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
155
155
  email: z.ZodString;
156
156
  }, "strip", z.ZodTypeAny, {
157
+ id: string;
157
158
  firstName: string;
158
159
  email: string;
159
- id: string;
160
160
  lastName?: string | null | undefined;
161
161
  }, {
162
+ id: string;
162
163
  firstName: string;
163
164
  email: string;
164
- id: string;
165
165
  lastName?: string | null | undefined;
166
166
  }>;
167
167
  export declare const WorkerSchema: z.ZodObject<{
@@ -272,29 +272,54 @@ export declare const WorkerSchema: z.ZodObject<{
272
272
  firstName: z.ZodString;
273
273
  lastName: z.ZodString;
274
274
  email: z.ZodString;
275
- phone: z.ZodString;
275
+ phoneNumbers: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
276
+ id: z.ZodString;
277
+ phoneNumber: z.ZodString;
278
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
279
+ isPrimary: z.ZodDefault<z.ZodBoolean>;
280
+ }, "strip", z.ZodTypeAny, {
281
+ id: string;
282
+ phoneNumber: string;
283
+ isPrimary: boolean;
284
+ description?: string | null | undefined;
285
+ }, {
286
+ id: string;
287
+ phoneNumber: string;
288
+ description?: string | null | undefined;
289
+ isPrimary?: boolean | undefined;
290
+ }>, "many">>>;
276
291
  roles: z.ZodOptional<z.ZodArray<z.ZodEnum<["ADMIN", "SECOND_AGENT", "FIRST_AGENT", "COMPANY_CHECKING", "KPI", "TEAM_LEADS"]>, "many">>;
277
292
  office: z.ZodOptional<z.ZodNullable<z.ZodEnum<["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"]>>>;
278
293
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
279
294
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
280
295
  }, "strip", z.ZodTypeAny, {
281
- lastName: string;
282
- firstName: string;
283
- email: string;
284
- phone: string;
285
- createdAt: string;
286
296
  id: string;
297
+ createdAt: string;
287
298
  updatedAt: string;
299
+ firstName: string;
300
+ lastName: string;
301
+ email: string;
302
+ phoneNumbers: {
303
+ id: string;
304
+ phoneNumber: string;
305
+ isPrimary: boolean;
306
+ description?: string | null | undefined;
307
+ }[];
288
308
  roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
289
309
  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
310
  }, {
291
- lastName: string;
292
- firstName: string;
293
- email: string;
294
- phone: string;
295
- createdAt: string | Date;
296
311
  id: string;
312
+ createdAt: string | Date;
297
313
  updatedAt: string | Date;
314
+ firstName: string;
315
+ lastName: string;
316
+ email: string;
317
+ phoneNumbers?: {
318
+ id: string;
319
+ phoneNumber: string;
320
+ description?: string | null | undefined;
321
+ isPrimary?: boolean | undefined;
322
+ }[] | undefined;
298
323
  roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
299
324
  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
325
  }>>>;
@@ -302,10 +327,10 @@ export declare const WorkerSchema: z.ZodObject<{
302
327
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
303
328
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
304
329
  }, "strip", z.ZodTypeAny, {
305
- firstName: string;
306
- createdAt: string;
307
330
  id: string;
331
+ createdAt: string;
308
332
  updatedAt: string;
333
+ firstName: string;
309
334
  phoneNumbers: {
310
335
  id: string;
311
336
  phoneNumber: string;
@@ -318,13 +343,18 @@ export declare const WorkerSchema: z.ZodObject<{
318
343
  lastName?: string | null | undefined;
319
344
  email?: string | null | undefined;
320
345
  createdBy?: {
321
- lastName: string;
322
- firstName: string;
323
- email: string;
324
- phone: string;
325
- createdAt: string;
326
346
  id: string;
347
+ createdAt: string;
327
348
  updatedAt: string;
349
+ firstName: string;
350
+ lastName: string;
351
+ email: string;
352
+ phoneNumbers: {
353
+ id: string;
354
+ phoneNumber: string;
355
+ isPrimary: boolean;
356
+ description?: string | null | undefined;
357
+ }[];
328
358
  roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
329
359
  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;
330
360
  } | null | undefined;
@@ -363,32 +393,37 @@ export declare const WorkerSchema: z.ZodObject<{
363
393
  createdByUserId?: string | null | undefined;
364
394
  distanceKm?: number | null | undefined;
365
395
  }, {
366
- firstName: string;
367
- createdAt: string | Date;
368
396
  id: string;
397
+ createdAt: string | Date;
369
398
  updatedAt: string | Date;
399
+ firstName: string;
370
400
  hasTools: boolean;
371
401
  hasPpe: boolean;
372
402
  availability: "AVAILABLE" | "PARTIALLY_AVAILABLE" | "UNAVAILABLE";
373
403
  lastName?: string | null | undefined;
374
404
  email?: string | null | undefined;
375
- createdBy?: {
376
- lastName: string;
377
- firstName: string;
378
- email: string;
379
- phone: string;
380
- createdAt: string | Date;
381
- id: string;
382
- updatedAt: string | Date;
383
- roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
384
- 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;
385
- } | null | undefined;
386
405
  phoneNumbers?: {
387
406
  id: string;
388
407
  phoneNumber: string;
389
408
  description?: string | null | undefined;
390
409
  isPrimary?: boolean | undefined;
391
410
  }[] | undefined;
411
+ createdBy?: {
412
+ id: string;
413
+ createdAt: string | Date;
414
+ updatedAt: string | Date;
415
+ firstName: string;
416
+ lastName: string;
417
+ email: string;
418
+ phoneNumbers?: {
419
+ id: string;
420
+ phoneNumber: string;
421
+ description?: string | null | undefined;
422
+ isPrimary?: boolean | undefined;
423
+ }[] | undefined;
424
+ roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
425
+ 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;
426
+ } | null | undefined;
392
427
  nino?: string | null | undefined;
393
428
  dateOfBirth?: string | Date | null | undefined;
394
429
  bio?: string | null | undefined;
@@ -601,33 +636,33 @@ export declare const UpdateWorkerSchema: z.ZodObject<{
601
636
  isPrimary: z.ZodOptional<z.ZodBoolean>;
602
637
  }, "strip", z.ZodTypeAny, {
603
638
  id?: string | undefined;
604
- description?: string | null | undefined;
605
639
  phoneNumber?: string | undefined;
640
+ description?: string | null | undefined;
606
641
  isPrimary?: boolean | undefined;
607
642
  }, {
608
643
  id?: string | undefined;
609
- description?: string | null | undefined;
610
644
  phoneNumber?: string | undefined;
645
+ description?: string | null | undefined;
611
646
  isPrimary?: boolean | undefined;
612
647
  }>, {
613
648
  id?: string | undefined;
614
- description?: string | null | undefined;
615
649
  phoneNumber?: string | undefined;
650
+ description?: string | null | undefined;
616
651
  isPrimary?: boolean | undefined;
617
652
  }, {
618
653
  id?: string | undefined;
619
- description?: string | null | undefined;
620
654
  phoneNumber?: string | undefined;
655
+ description?: string | null | undefined;
621
656
  isPrimary?: boolean | undefined;
622
657
  }>, "many">, {
623
658
  id?: string | undefined;
624
- description?: string | null | undefined;
625
659
  phoneNumber?: string | undefined;
660
+ description?: string | null | undefined;
626
661
  isPrimary?: boolean | undefined;
627
662
  }[], {
628
663
  id?: string | undefined;
629
- description?: string | null | undefined;
630
664
  phoneNumber?: string | undefined;
665
+ description?: string | null | undefined;
631
666
  isPrimary?: boolean | undefined;
632
667
  }[]>>;
633
668
  nino: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -705,13 +740,13 @@ export declare const UpdateWorkerSchema: z.ZodObject<{
705
740
  }>>>;
706
741
  availability: z.ZodOptional<z.ZodEnum<["AVAILABLE", "PARTIALLY_AVAILABLE", "UNAVAILABLE"]>>;
707
742
  }, "strip", z.ZodTypeAny, {
708
- lastName?: string | null | undefined;
709
743
  firstName?: string | undefined;
744
+ lastName?: string | null | undefined;
710
745
  email?: string | null | undefined;
711
746
  phoneNumbers?: {
712
747
  id?: string | undefined;
713
- description?: string | null | undefined;
714
748
  phoneNumber?: string | undefined;
749
+ description?: string | null | undefined;
715
750
  isPrimary?: boolean | undefined;
716
751
  }[] | undefined;
717
752
  nino?: string | null | undefined;
@@ -745,13 +780,13 @@ export declare const UpdateWorkerSchema: z.ZodObject<{
745
780
  } | null | undefined;
746
781
  availability?: "AVAILABLE" | "PARTIALLY_AVAILABLE" | "UNAVAILABLE" | undefined;
747
782
  }, {
748
- lastName?: string | null | undefined;
749
783
  firstName?: string | undefined;
784
+ lastName?: string | null | undefined;
750
785
  email?: string | null | undefined;
751
786
  phoneNumbers?: {
752
787
  id?: string | undefined;
753
- description?: string | null | undefined;
754
788
  phoneNumber?: string | undefined;
789
+ description?: string | null | undefined;
755
790
  isPrimary?: boolean | undefined;
756
791
  }[] | undefined;
757
792
  nino?: string | null | undefined;
@@ -853,8 +888,6 @@ export declare const FilterWorkerSchema: z.ZodObject<{
853
888
  }, "strip", z.ZodTypeAny, {
854
889
  limit: number;
855
890
  page: number;
856
- email?: string | undefined;
857
- phone?: string | undefined;
858
891
  createdAt?: {
859
892
  from?: string | null | undefined;
860
893
  to?: string | null | undefined;
@@ -866,6 +899,8 @@ export declare const FilterWorkerSchema: z.ZodObject<{
866
899
  name?: string | undefined;
867
900
  sortBy?: "email" | "phone" | "nameSimilarity" | "fullName" | "distance" | null | undefined;
868
901
  sortOrder?: "ASC" | "DESC" | null | undefined;
902
+ email?: string | undefined;
903
+ phone?: string | undefined;
869
904
  createdBy?: string | undefined;
870
905
  englishLevel?: "NONE" | "BASIC" | "INTERMEDIATE" | "ADVANCED" | "NATIVE" | null | undefined;
871
906
  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;
@@ -885,8 +920,6 @@ export declare const FilterWorkerSchema: z.ZodObject<{
885
920
  qualificationTypeId?: string | undefined;
886
921
  }[] | undefined;
887
922
  }, {
888
- email?: string | undefined;
889
- phone?: string | undefined;
890
923
  createdAt?: {
891
924
  from?: string | null | undefined;
892
925
  to?: string | null | undefined;
@@ -900,6 +933,8 @@ export declare const FilterWorkerSchema: z.ZodObject<{
900
933
  name?: string | undefined;
901
934
  sortBy?: "email" | "phone" | "nameSimilarity" | "fullName" | "distance" | null | undefined;
902
935
  sortOrder?: "ASC" | "DESC" | null | undefined;
936
+ email?: string | undefined;
937
+ phone?: string | undefined;
903
938
  createdBy?: string | undefined;
904
939
  englishLevel?: "NONE" | "BASIC" | "INTERMEDIATE" | "ADVANCED" | "NATIVE" | null | undefined;
905
940
  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;
@@ -1028,29 +1063,54 @@ export declare const PaginatedWorkerResponseSchema: z.ZodObject<{
1028
1063
  firstName: z.ZodString;
1029
1064
  lastName: z.ZodString;
1030
1065
  email: z.ZodString;
1031
- phone: z.ZodString;
1066
+ phoneNumbers: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
1067
+ id: z.ZodString;
1068
+ phoneNumber: z.ZodString;
1069
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1070
+ isPrimary: z.ZodDefault<z.ZodBoolean>;
1071
+ }, "strip", z.ZodTypeAny, {
1072
+ id: string;
1073
+ phoneNumber: string;
1074
+ isPrimary: boolean;
1075
+ description?: string | null | undefined;
1076
+ }, {
1077
+ id: string;
1078
+ phoneNumber: string;
1079
+ description?: string | null | undefined;
1080
+ isPrimary?: boolean | undefined;
1081
+ }>, "many">>>;
1032
1082
  roles: z.ZodOptional<z.ZodArray<z.ZodEnum<["ADMIN", "SECOND_AGENT", "FIRST_AGENT", "COMPANY_CHECKING", "KPI", "TEAM_LEADS"]>, "many">>;
1033
1083
  office: z.ZodOptional<z.ZodNullable<z.ZodEnum<["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"]>>>;
1034
1084
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
1035
1085
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
1036
1086
  }, "strip", z.ZodTypeAny, {
1037
- lastName: string;
1038
- firstName: string;
1039
- email: string;
1040
- phone: string;
1041
- createdAt: string;
1042
1087
  id: string;
1088
+ createdAt: string;
1043
1089
  updatedAt: string;
1090
+ firstName: string;
1091
+ lastName: string;
1092
+ email: string;
1093
+ phoneNumbers: {
1094
+ id: string;
1095
+ phoneNumber: string;
1096
+ isPrimary: boolean;
1097
+ description?: string | null | undefined;
1098
+ }[];
1044
1099
  roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
1045
1100
  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;
1046
1101
  }, {
1047
- lastName: string;
1048
- firstName: string;
1049
- email: string;
1050
- phone: string;
1051
- createdAt: string | Date;
1052
1102
  id: string;
1103
+ createdAt: string | Date;
1053
1104
  updatedAt: string | Date;
1105
+ firstName: string;
1106
+ lastName: string;
1107
+ email: string;
1108
+ phoneNumbers?: {
1109
+ id: string;
1110
+ phoneNumber: string;
1111
+ description?: string | null | undefined;
1112
+ isPrimary?: boolean | undefined;
1113
+ }[] | undefined;
1054
1114
  roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
1055
1115
  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;
1056
1116
  }>>>;
@@ -1058,10 +1118,10 @@ export declare const PaginatedWorkerResponseSchema: z.ZodObject<{
1058
1118
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
1059
1119
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
1060
1120
  }, "strip", z.ZodTypeAny, {
1061
- firstName: string;
1062
- createdAt: string;
1063
1121
  id: string;
1122
+ createdAt: string;
1064
1123
  updatedAt: string;
1124
+ firstName: string;
1065
1125
  phoneNumbers: {
1066
1126
  id: string;
1067
1127
  phoneNumber: string;
@@ -1074,13 +1134,18 @@ export declare const PaginatedWorkerResponseSchema: z.ZodObject<{
1074
1134
  lastName?: string | null | undefined;
1075
1135
  email?: string | null | undefined;
1076
1136
  createdBy?: {
1077
- lastName: string;
1078
- firstName: string;
1079
- email: string;
1080
- phone: string;
1081
- createdAt: string;
1082
1137
  id: string;
1138
+ createdAt: string;
1083
1139
  updatedAt: string;
1140
+ firstName: string;
1141
+ lastName: string;
1142
+ email: string;
1143
+ phoneNumbers: {
1144
+ id: string;
1145
+ phoneNumber: string;
1146
+ isPrimary: boolean;
1147
+ description?: string | null | undefined;
1148
+ }[];
1084
1149
  roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
1085
1150
  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;
1086
1151
  } | null | undefined;
@@ -1119,32 +1184,37 @@ export declare const PaginatedWorkerResponseSchema: z.ZodObject<{
1119
1184
  createdByUserId?: string | null | undefined;
1120
1185
  distanceKm?: number | null | undefined;
1121
1186
  }, {
1122
- firstName: string;
1123
- createdAt: string | Date;
1124
1187
  id: string;
1188
+ createdAt: string | Date;
1125
1189
  updatedAt: string | Date;
1190
+ firstName: string;
1126
1191
  hasTools: boolean;
1127
1192
  hasPpe: boolean;
1128
1193
  availability: "AVAILABLE" | "PARTIALLY_AVAILABLE" | "UNAVAILABLE";
1129
1194
  lastName?: string | null | undefined;
1130
1195
  email?: string | null | undefined;
1131
- createdBy?: {
1132
- lastName: string;
1133
- firstName: string;
1134
- email: string;
1135
- phone: string;
1136
- createdAt: string | Date;
1137
- id: string;
1138
- updatedAt: string | Date;
1139
- roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
1140
- 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;
1141
- } | null | undefined;
1142
1196
  phoneNumbers?: {
1143
1197
  id: string;
1144
1198
  phoneNumber: string;
1145
1199
  description?: string | null | undefined;
1146
1200
  isPrimary?: boolean | undefined;
1147
1201
  }[] | undefined;
1202
+ createdBy?: {
1203
+ id: string;
1204
+ createdAt: string | Date;
1205
+ updatedAt: string | Date;
1206
+ firstName: string;
1207
+ lastName: string;
1208
+ email: string;
1209
+ phoneNumbers?: {
1210
+ id: string;
1211
+ phoneNumber: string;
1212
+ description?: string | null | undefined;
1213
+ isPrimary?: boolean | undefined;
1214
+ }[] | undefined;
1215
+ roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
1216
+ 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;
1217
+ } | null | undefined;
1148
1218
  nino?: string | null | undefined;
1149
1219
  dateOfBirth?: string | Date | null | undefined;
1150
1220
  bio?: string | null | undefined;
@@ -1188,10 +1258,10 @@ export declare const PaginatedWorkerResponseSchema: z.ZodObject<{
1188
1258
  }, "strip", z.ZodTypeAny, {
1189
1259
  limit: number;
1190
1260
  items: {
1191
- firstName: string;
1192
- createdAt: string;
1193
1261
  id: string;
1262
+ createdAt: string;
1194
1263
  updatedAt: string;
1264
+ firstName: string;
1195
1265
  phoneNumbers: {
1196
1266
  id: string;
1197
1267
  phoneNumber: string;
@@ -1204,13 +1274,18 @@ export declare const PaginatedWorkerResponseSchema: z.ZodObject<{
1204
1274
  lastName?: string | null | undefined;
1205
1275
  email?: string | null | undefined;
1206
1276
  createdBy?: {
1207
- lastName: string;
1208
- firstName: string;
1209
- email: string;
1210
- phone: string;
1211
- createdAt: string;
1212
1277
  id: string;
1278
+ createdAt: string;
1213
1279
  updatedAt: string;
1280
+ firstName: string;
1281
+ lastName: string;
1282
+ email: string;
1283
+ phoneNumbers: {
1284
+ id: string;
1285
+ phoneNumber: string;
1286
+ isPrimary: boolean;
1287
+ description?: string | null | undefined;
1288
+ }[];
1214
1289
  roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
1215
1290
  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;
1216
1291
  } | null | undefined;
@@ -1256,34 +1331,39 @@ export declare const PaginatedWorkerResponseSchema: z.ZodObject<{
1256
1331
  }, {
1257
1332
  limit: number;
1258
1333
  items: {
1259
- firstName: string;
1260
- createdAt: string | Date;
1261
1334
  id: string;
1335
+ createdAt: string | Date;
1262
1336
  updatedAt: string | Date;
1337
+ firstName: string;
1263
1338
  hasTools: boolean;
1264
1339
  hasPpe: boolean;
1265
1340
  availability: "AVAILABLE" | "PARTIALLY_AVAILABLE" | "UNAVAILABLE";
1266
1341
  lastName?: string | null | undefined;
1267
1342
  email?: string | null | undefined;
1268
- createdBy?: {
1269
- lastName: string;
1270
- firstName: string;
1271
- email: string;
1272
- phone: string;
1273
- createdAt: string | Date;
1274
- id: string;
1275
- updatedAt: string | Date;
1276
- roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
1277
- 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;
1278
- } | null | undefined;
1279
1343
  phoneNumbers?: {
1280
1344
  id: string;
1281
1345
  phoneNumber: string;
1282
1346
  description?: string | null | undefined;
1283
1347
  isPrimary?: boolean | undefined;
1284
1348
  }[] | undefined;
1285
- nino?: string | null | undefined;
1286
- dateOfBirth?: string | Date | null | undefined;
1349
+ createdBy?: {
1350
+ id: string;
1351
+ createdAt: string | Date;
1352
+ updatedAt: string | Date;
1353
+ firstName: string;
1354
+ lastName: string;
1355
+ email: string;
1356
+ phoneNumbers?: {
1357
+ id: string;
1358
+ phoneNumber: string;
1359
+ description?: string | null | undefined;
1360
+ isPrimary?: boolean | undefined;
1361
+ }[] | undefined;
1362
+ roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
1363
+ 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;
1364
+ } | null | undefined;
1365
+ nino?: string | null | undefined;
1366
+ dateOfBirth?: string | Date | null | undefined;
1287
1367
  bio?: string | null | undefined;
1288
1368
  trades?: {
1289
1369
  tradeId: string;
@@ -1725,29 +1805,54 @@ export declare const workersContractRouter: {
1725
1805
  firstName: z.ZodString;
1726
1806
  lastName: z.ZodString;
1727
1807
  email: z.ZodString;
1728
- phone: z.ZodString;
1808
+ phoneNumbers: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
1809
+ id: z.ZodString;
1810
+ phoneNumber: z.ZodString;
1811
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1812
+ isPrimary: z.ZodDefault<z.ZodBoolean>;
1813
+ }, "strip", z.ZodTypeAny, {
1814
+ id: string;
1815
+ phoneNumber: string;
1816
+ isPrimary: boolean;
1817
+ description?: string | null | undefined;
1818
+ }, {
1819
+ id: string;
1820
+ phoneNumber: string;
1821
+ description?: string | null | undefined;
1822
+ isPrimary?: boolean | undefined;
1823
+ }>, "many">>>;
1729
1824
  roles: z.ZodOptional<z.ZodArray<z.ZodEnum<["ADMIN", "SECOND_AGENT", "FIRST_AGENT", "COMPANY_CHECKING", "KPI", "TEAM_LEADS"]>, "many">>;
1730
1825
  office: z.ZodOptional<z.ZodNullable<z.ZodEnum<["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"]>>>;
1731
1826
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
1732
1827
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
1733
1828
  }, "strip", z.ZodTypeAny, {
1734
- lastName: string;
1735
- firstName: string;
1736
- email: string;
1737
- phone: string;
1738
- createdAt: string;
1739
1829
  id: string;
1830
+ createdAt: string;
1740
1831
  updatedAt: string;
1832
+ firstName: string;
1833
+ lastName: string;
1834
+ email: string;
1835
+ phoneNumbers: {
1836
+ id: string;
1837
+ phoneNumber: string;
1838
+ isPrimary: boolean;
1839
+ description?: string | null | undefined;
1840
+ }[];
1741
1841
  roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
1742
1842
  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;
1743
1843
  }, {
1744
- lastName: string;
1745
- firstName: string;
1746
- email: string;
1747
- phone: string;
1748
- createdAt: string | Date;
1749
1844
  id: string;
1845
+ createdAt: string | Date;
1750
1846
  updatedAt: string | Date;
1847
+ firstName: string;
1848
+ lastName: string;
1849
+ email: string;
1850
+ phoneNumbers?: {
1851
+ id: string;
1852
+ phoneNumber: string;
1853
+ description?: string | null | undefined;
1854
+ isPrimary?: boolean | undefined;
1855
+ }[] | undefined;
1751
1856
  roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
1752
1857
  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;
1753
1858
  }>>>;
@@ -1755,10 +1860,10 @@ export declare const workersContractRouter: {
1755
1860
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
1756
1861
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
1757
1862
  }, "strip", z.ZodTypeAny, {
1758
- firstName: string;
1759
- createdAt: string;
1760
1863
  id: string;
1864
+ createdAt: string;
1761
1865
  updatedAt: string;
1866
+ firstName: string;
1762
1867
  phoneNumbers: {
1763
1868
  id: string;
1764
1869
  phoneNumber: string;
@@ -1771,13 +1876,18 @@ export declare const workersContractRouter: {
1771
1876
  lastName?: string | null | undefined;
1772
1877
  email?: string | null | undefined;
1773
1878
  createdBy?: {
1774
- lastName: string;
1775
- firstName: string;
1776
- email: string;
1777
- phone: string;
1778
- createdAt: string;
1779
1879
  id: string;
1880
+ createdAt: string;
1780
1881
  updatedAt: string;
1882
+ firstName: string;
1883
+ lastName: string;
1884
+ email: string;
1885
+ phoneNumbers: {
1886
+ id: string;
1887
+ phoneNumber: string;
1888
+ isPrimary: boolean;
1889
+ description?: string | null | undefined;
1890
+ }[];
1781
1891
  roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
1782
1892
  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;
1783
1893
  } | null | undefined;
@@ -1816,32 +1926,37 @@ export declare const workersContractRouter: {
1816
1926
  createdByUserId?: string | null | undefined;
1817
1927
  distanceKm?: number | null | undefined;
1818
1928
  }, {
1819
- firstName: string;
1820
- createdAt: string | Date;
1821
1929
  id: string;
1930
+ createdAt: string | Date;
1822
1931
  updatedAt: string | Date;
1932
+ firstName: string;
1823
1933
  hasTools: boolean;
1824
1934
  hasPpe: boolean;
1825
1935
  availability: "AVAILABLE" | "PARTIALLY_AVAILABLE" | "UNAVAILABLE";
1826
1936
  lastName?: string | null | undefined;
1827
1937
  email?: string | null | undefined;
1828
- createdBy?: {
1829
- lastName: string;
1830
- firstName: string;
1831
- email: string;
1832
- phone: string;
1833
- createdAt: string | Date;
1834
- id: string;
1835
- updatedAt: string | Date;
1836
- roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
1837
- 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;
1838
- } | null | undefined;
1839
1938
  phoneNumbers?: {
1840
1939
  id: string;
1841
1940
  phoneNumber: string;
1842
1941
  description?: string | null | undefined;
1843
1942
  isPrimary?: boolean | undefined;
1844
1943
  }[] | undefined;
1944
+ createdBy?: {
1945
+ id: string;
1946
+ createdAt: string | Date;
1947
+ updatedAt: string | Date;
1948
+ firstName: string;
1949
+ lastName: string;
1950
+ email: string;
1951
+ phoneNumbers?: {
1952
+ id: string;
1953
+ phoneNumber: string;
1954
+ description?: string | null | undefined;
1955
+ isPrimary?: boolean | undefined;
1956
+ }[] | undefined;
1957
+ roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
1958
+ 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;
1959
+ } | null | undefined;
1845
1960
  nino?: string | null | undefined;
1846
1961
  dateOfBirth?: string | Date | null | undefined;
1847
1962
  bio?: string | null | undefined;
@@ -1905,12 +2020,6 @@ export declare const workersContractRouter: {
1905
2020
  };
1906
2021
  };
1907
2022
  findAll: {
1908
- metadata: {
1909
- tags: string[];
1910
- openApi: {
1911
- operationId: string;
1912
- };
1913
- };
1914
2023
  query: z.ZodObject<{
1915
2024
  limit: z.ZodDefault<z.ZodNumber>;
1916
2025
  page: z.ZodDefault<z.ZodNumber>;
@@ -1979,8 +2088,6 @@ export declare const workersContractRouter: {
1979
2088
  }, "strip", z.ZodTypeAny, {
1980
2089
  limit: number;
1981
2090
  page: number;
1982
- email?: string | undefined;
1983
- phone?: string | undefined;
1984
2091
  createdAt?: {
1985
2092
  from?: string | null | undefined;
1986
2093
  to?: string | null | undefined;
@@ -1992,6 +2099,8 @@ export declare const workersContractRouter: {
1992
2099
  name?: string | undefined;
1993
2100
  sortBy?: "email" | "phone" | "nameSimilarity" | "fullName" | "distance" | null | undefined;
1994
2101
  sortOrder?: "ASC" | "DESC" | null | undefined;
2102
+ email?: string | undefined;
2103
+ phone?: string | undefined;
1995
2104
  createdBy?: string | undefined;
1996
2105
  englishLevel?: "NONE" | "BASIC" | "INTERMEDIATE" | "ADVANCED" | "NATIVE" | null | undefined;
1997
2106
  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;
@@ -2011,8 +2120,6 @@ export declare const workersContractRouter: {
2011
2120
  qualificationTypeId?: string | undefined;
2012
2121
  }[] | undefined;
2013
2122
  }, {
2014
- email?: string | undefined;
2015
- phone?: string | undefined;
2016
2123
  createdAt?: {
2017
2124
  from?: string | null | undefined;
2018
2125
  to?: string | null | undefined;
@@ -2026,6 +2133,8 @@ export declare const workersContractRouter: {
2026
2133
  name?: string | undefined;
2027
2134
  sortBy?: "email" | "phone" | "nameSimilarity" | "fullName" | "distance" | null | undefined;
2028
2135
  sortOrder?: "ASC" | "DESC" | null | undefined;
2136
+ email?: string | undefined;
2137
+ phone?: string | undefined;
2029
2138
  createdBy?: string | undefined;
2030
2139
  englishLevel?: "NONE" | "BASIC" | "INTERMEDIATE" | "ADVANCED" | "NATIVE" | null | undefined;
2031
2140
  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;
@@ -2045,6 +2154,12 @@ export declare const workersContractRouter: {
2045
2154
  qualificationTypeId?: string | undefined;
2046
2155
  }[] | undefined;
2047
2156
  }>;
2157
+ metadata: {
2158
+ tags: string[];
2159
+ openApi: {
2160
+ operationId: string;
2161
+ };
2162
+ };
2048
2163
  summary: "Get all workers";
2049
2164
  method: "GET";
2050
2165
  path: "/v2/workers";
@@ -2258,29 +2373,54 @@ export declare const workersContractRouter: {
2258
2373
  firstName: z.ZodString;
2259
2374
  lastName: z.ZodString;
2260
2375
  email: z.ZodString;
2261
- phone: z.ZodString;
2376
+ phoneNumbers: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
2377
+ id: z.ZodString;
2378
+ phoneNumber: z.ZodString;
2379
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2380
+ isPrimary: z.ZodDefault<z.ZodBoolean>;
2381
+ }, "strip", z.ZodTypeAny, {
2382
+ id: string;
2383
+ phoneNumber: string;
2384
+ isPrimary: boolean;
2385
+ description?: string | null | undefined;
2386
+ }, {
2387
+ id: string;
2388
+ phoneNumber: string;
2389
+ description?: string | null | undefined;
2390
+ isPrimary?: boolean | undefined;
2391
+ }>, "many">>>;
2262
2392
  roles: z.ZodOptional<z.ZodArray<z.ZodEnum<["ADMIN", "SECOND_AGENT", "FIRST_AGENT", "COMPANY_CHECKING", "KPI", "TEAM_LEADS"]>, "many">>;
2263
2393
  office: z.ZodOptional<z.ZodNullable<z.ZodEnum<["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"]>>>;
2264
2394
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
2265
2395
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
2266
2396
  }, "strip", z.ZodTypeAny, {
2267
- lastName: string;
2268
- firstName: string;
2269
- email: string;
2270
- phone: string;
2271
- createdAt: string;
2272
2397
  id: string;
2398
+ createdAt: string;
2273
2399
  updatedAt: string;
2400
+ firstName: string;
2401
+ lastName: string;
2402
+ email: string;
2403
+ phoneNumbers: {
2404
+ id: string;
2405
+ phoneNumber: string;
2406
+ isPrimary: boolean;
2407
+ description?: string | null | undefined;
2408
+ }[];
2274
2409
  roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
2275
2410
  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;
2276
2411
  }, {
2277
- lastName: string;
2278
- firstName: string;
2279
- email: string;
2280
- phone: string;
2281
- createdAt: string | Date;
2282
2412
  id: string;
2413
+ createdAt: string | Date;
2283
2414
  updatedAt: string | Date;
2415
+ firstName: string;
2416
+ lastName: string;
2417
+ email: string;
2418
+ phoneNumbers?: {
2419
+ id: string;
2420
+ phoneNumber: string;
2421
+ description?: string | null | undefined;
2422
+ isPrimary?: boolean | undefined;
2423
+ }[] | undefined;
2284
2424
  roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
2285
2425
  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;
2286
2426
  }>>>;
@@ -2288,10 +2428,10 @@ export declare const workersContractRouter: {
2288
2428
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
2289
2429
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
2290
2430
  }, "strip", z.ZodTypeAny, {
2291
- firstName: string;
2292
- createdAt: string;
2293
2431
  id: string;
2432
+ createdAt: string;
2294
2433
  updatedAt: string;
2434
+ firstName: string;
2295
2435
  phoneNumbers: {
2296
2436
  id: string;
2297
2437
  phoneNumber: string;
@@ -2304,13 +2444,18 @@ export declare const workersContractRouter: {
2304
2444
  lastName?: string | null | undefined;
2305
2445
  email?: string | null | undefined;
2306
2446
  createdBy?: {
2307
- lastName: string;
2308
- firstName: string;
2309
- email: string;
2310
- phone: string;
2311
- createdAt: string;
2312
2447
  id: string;
2448
+ createdAt: string;
2313
2449
  updatedAt: string;
2450
+ firstName: string;
2451
+ lastName: string;
2452
+ email: string;
2453
+ phoneNumbers: {
2454
+ id: string;
2455
+ phoneNumber: string;
2456
+ isPrimary: boolean;
2457
+ description?: string | null | undefined;
2458
+ }[];
2314
2459
  roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
2315
2460
  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;
2316
2461
  } | null | undefined;
@@ -2349,32 +2494,37 @@ export declare const workersContractRouter: {
2349
2494
  createdByUserId?: string | null | undefined;
2350
2495
  distanceKm?: number | null | undefined;
2351
2496
  }, {
2352
- firstName: string;
2353
- createdAt: string | Date;
2354
2497
  id: string;
2498
+ createdAt: string | Date;
2355
2499
  updatedAt: string | Date;
2500
+ firstName: string;
2356
2501
  hasTools: boolean;
2357
2502
  hasPpe: boolean;
2358
2503
  availability: "AVAILABLE" | "PARTIALLY_AVAILABLE" | "UNAVAILABLE";
2359
2504
  lastName?: string | null | undefined;
2360
2505
  email?: string | null | undefined;
2361
- createdBy?: {
2362
- lastName: string;
2363
- firstName: string;
2364
- email: string;
2365
- phone: string;
2366
- createdAt: string | Date;
2367
- id: string;
2368
- updatedAt: string | Date;
2369
- roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
2370
- 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;
2371
- } | null | undefined;
2372
2506
  phoneNumbers?: {
2373
2507
  id: string;
2374
2508
  phoneNumber: string;
2375
2509
  description?: string | null | undefined;
2376
2510
  isPrimary?: boolean | undefined;
2377
2511
  }[] | undefined;
2512
+ createdBy?: {
2513
+ id: string;
2514
+ createdAt: string | Date;
2515
+ updatedAt: string | Date;
2516
+ firstName: string;
2517
+ lastName: string;
2518
+ email: string;
2519
+ phoneNumbers?: {
2520
+ id: string;
2521
+ phoneNumber: string;
2522
+ description?: string | null | undefined;
2523
+ isPrimary?: boolean | undefined;
2524
+ }[] | undefined;
2525
+ roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
2526
+ 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;
2527
+ } | null | undefined;
2378
2528
  nino?: string | null | undefined;
2379
2529
  dateOfBirth?: string | Date | null | undefined;
2380
2530
  bio?: string | null | undefined;
@@ -2418,10 +2568,10 @@ export declare const workersContractRouter: {
2418
2568
  }, "strip", z.ZodTypeAny, {
2419
2569
  limit: number;
2420
2570
  items: {
2421
- firstName: string;
2422
- createdAt: string;
2423
2571
  id: string;
2572
+ createdAt: string;
2424
2573
  updatedAt: string;
2574
+ firstName: string;
2425
2575
  phoneNumbers: {
2426
2576
  id: string;
2427
2577
  phoneNumber: string;
@@ -2434,13 +2584,18 @@ export declare const workersContractRouter: {
2434
2584
  lastName?: string | null | undefined;
2435
2585
  email?: string | null | undefined;
2436
2586
  createdBy?: {
2437
- lastName: string;
2438
- firstName: string;
2439
- email: string;
2440
- phone: string;
2441
- createdAt: string;
2442
2587
  id: string;
2588
+ createdAt: string;
2443
2589
  updatedAt: string;
2590
+ firstName: string;
2591
+ lastName: string;
2592
+ email: string;
2593
+ phoneNumbers: {
2594
+ id: string;
2595
+ phoneNumber: string;
2596
+ isPrimary: boolean;
2597
+ description?: string | null | undefined;
2598
+ }[];
2444
2599
  roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
2445
2600
  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;
2446
2601
  } | null | undefined;
@@ -2486,32 +2641,37 @@ export declare const workersContractRouter: {
2486
2641
  }, {
2487
2642
  limit: number;
2488
2643
  items: {
2489
- firstName: string;
2490
- createdAt: string | Date;
2491
2644
  id: string;
2645
+ createdAt: string | Date;
2492
2646
  updatedAt: string | Date;
2647
+ firstName: string;
2493
2648
  hasTools: boolean;
2494
2649
  hasPpe: boolean;
2495
2650
  availability: "AVAILABLE" | "PARTIALLY_AVAILABLE" | "UNAVAILABLE";
2496
2651
  lastName?: string | null | undefined;
2497
2652
  email?: string | null | undefined;
2498
- createdBy?: {
2499
- lastName: string;
2500
- firstName: string;
2501
- email: string;
2502
- phone: string;
2503
- createdAt: string | Date;
2504
- id: string;
2505
- updatedAt: string | Date;
2506
- roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
2507
- 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;
2508
- } | null | undefined;
2509
2653
  phoneNumbers?: {
2510
2654
  id: string;
2511
2655
  phoneNumber: string;
2512
2656
  description?: string | null | undefined;
2513
2657
  isPrimary?: boolean | undefined;
2514
2658
  }[] | undefined;
2659
+ createdBy?: {
2660
+ id: string;
2661
+ createdAt: string | Date;
2662
+ updatedAt: string | Date;
2663
+ firstName: string;
2664
+ lastName: string;
2665
+ email: string;
2666
+ phoneNumbers?: {
2667
+ id: string;
2668
+ phoneNumber: string;
2669
+ description?: string | null | undefined;
2670
+ isPrimary?: boolean | undefined;
2671
+ }[] | undefined;
2672
+ roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
2673
+ 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;
2674
+ } | null | undefined;
2515
2675
  nino?: string | null | undefined;
2516
2676
  dateOfBirth?: string | Date | null | undefined;
2517
2677
  bio?: string | null | undefined;
@@ -2780,29 +2940,54 @@ export declare const workersContractRouter: {
2780
2940
  firstName: z.ZodString;
2781
2941
  lastName: z.ZodString;
2782
2942
  email: z.ZodString;
2783
- phone: z.ZodString;
2943
+ phoneNumbers: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
2944
+ id: z.ZodString;
2945
+ phoneNumber: z.ZodString;
2946
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2947
+ isPrimary: z.ZodDefault<z.ZodBoolean>;
2948
+ }, "strip", z.ZodTypeAny, {
2949
+ id: string;
2950
+ phoneNumber: string;
2951
+ isPrimary: boolean;
2952
+ description?: string | null | undefined;
2953
+ }, {
2954
+ id: string;
2955
+ phoneNumber: string;
2956
+ description?: string | null | undefined;
2957
+ isPrimary?: boolean | undefined;
2958
+ }>, "many">>>;
2784
2959
  roles: z.ZodOptional<z.ZodArray<z.ZodEnum<["ADMIN", "SECOND_AGENT", "FIRST_AGENT", "COMPANY_CHECKING", "KPI", "TEAM_LEADS"]>, "many">>;
2785
2960
  office: z.ZodOptional<z.ZodNullable<z.ZodEnum<["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"]>>>;
2786
2961
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
2787
2962
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
2788
2963
  }, "strip", z.ZodTypeAny, {
2789
- lastName: string;
2790
- firstName: string;
2791
- email: string;
2792
- phone: string;
2793
- createdAt: string;
2794
2964
  id: string;
2965
+ createdAt: string;
2795
2966
  updatedAt: string;
2967
+ firstName: string;
2968
+ lastName: string;
2969
+ email: string;
2970
+ phoneNumbers: {
2971
+ id: string;
2972
+ phoneNumber: string;
2973
+ isPrimary: boolean;
2974
+ description?: string | null | undefined;
2975
+ }[];
2796
2976
  roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
2797
2977
  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;
2798
2978
  }, {
2799
- lastName: string;
2800
- firstName: string;
2801
- email: string;
2802
- phone: string;
2803
- createdAt: string | Date;
2804
2979
  id: string;
2980
+ createdAt: string | Date;
2805
2981
  updatedAt: string | Date;
2982
+ firstName: string;
2983
+ lastName: string;
2984
+ email: string;
2985
+ phoneNumbers?: {
2986
+ id: string;
2987
+ phoneNumber: string;
2988
+ description?: string | null | undefined;
2989
+ isPrimary?: boolean | undefined;
2990
+ }[] | undefined;
2806
2991
  roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
2807
2992
  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;
2808
2993
  }>>>;
@@ -2810,10 +2995,10 @@ export declare const workersContractRouter: {
2810
2995
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
2811
2996
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
2812
2997
  }, "strip", z.ZodTypeAny, {
2813
- firstName: string;
2814
- createdAt: string;
2815
2998
  id: string;
2999
+ createdAt: string;
2816
3000
  updatedAt: string;
3001
+ firstName: string;
2817
3002
  phoneNumbers: {
2818
3003
  id: string;
2819
3004
  phoneNumber: string;
@@ -2826,13 +3011,18 @@ export declare const workersContractRouter: {
2826
3011
  lastName?: string | null | undefined;
2827
3012
  email?: string | null | undefined;
2828
3013
  createdBy?: {
2829
- lastName: string;
2830
- firstName: string;
2831
- email: string;
2832
- phone: string;
2833
- createdAt: string;
2834
3014
  id: string;
3015
+ createdAt: string;
2835
3016
  updatedAt: string;
3017
+ firstName: string;
3018
+ lastName: string;
3019
+ email: string;
3020
+ phoneNumbers: {
3021
+ id: string;
3022
+ phoneNumber: string;
3023
+ isPrimary: boolean;
3024
+ description?: string | null | undefined;
3025
+ }[];
2836
3026
  roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
2837
3027
  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;
2838
3028
  } | null | undefined;
@@ -2871,32 +3061,37 @@ export declare const workersContractRouter: {
2871
3061
  createdByUserId?: string | null | undefined;
2872
3062
  distanceKm?: number | null | undefined;
2873
3063
  }, {
2874
- firstName: string;
2875
- createdAt: string | Date;
2876
3064
  id: string;
3065
+ createdAt: string | Date;
2877
3066
  updatedAt: string | Date;
3067
+ firstName: string;
2878
3068
  hasTools: boolean;
2879
3069
  hasPpe: boolean;
2880
3070
  availability: "AVAILABLE" | "PARTIALLY_AVAILABLE" | "UNAVAILABLE";
2881
3071
  lastName?: string | null | undefined;
2882
3072
  email?: string | null | undefined;
2883
- createdBy?: {
2884
- lastName: string;
2885
- firstName: string;
2886
- email: string;
2887
- phone: string;
2888
- createdAt: string | Date;
2889
- id: string;
2890
- updatedAt: string | Date;
2891
- roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
2892
- 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;
2893
- } | null | undefined;
2894
3073
  phoneNumbers?: {
2895
3074
  id: string;
2896
3075
  phoneNumber: string;
2897
3076
  description?: string | null | undefined;
2898
3077
  isPrimary?: boolean | undefined;
2899
3078
  }[] | undefined;
3079
+ createdBy?: {
3080
+ id: string;
3081
+ createdAt: string | Date;
3082
+ updatedAt: string | Date;
3083
+ firstName: string;
3084
+ lastName: string;
3085
+ email: string;
3086
+ phoneNumbers?: {
3087
+ id: string;
3088
+ phoneNumber: string;
3089
+ description?: string | null | undefined;
3090
+ isPrimary?: boolean | undefined;
3091
+ }[] | undefined;
3092
+ roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
3093
+ 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;
3094
+ } | null | undefined;
2900
3095
  nino?: string | null | undefined;
2901
3096
  dateOfBirth?: string | Date | null | undefined;
2902
3097
  bio?: string | null | undefined;
@@ -2986,33 +3181,33 @@ export declare const workersContractRouter: {
2986
3181
  isPrimary: z.ZodOptional<z.ZodBoolean>;
2987
3182
  }, "strip", z.ZodTypeAny, {
2988
3183
  id?: string | undefined;
2989
- description?: string | null | undefined;
2990
3184
  phoneNumber?: string | undefined;
3185
+ description?: string | null | undefined;
2991
3186
  isPrimary?: boolean | undefined;
2992
3187
  }, {
2993
3188
  id?: string | undefined;
2994
- description?: string | null | undefined;
2995
3189
  phoneNumber?: string | undefined;
3190
+ description?: string | null | undefined;
2996
3191
  isPrimary?: boolean | undefined;
2997
3192
  }>, {
2998
3193
  id?: string | undefined;
2999
- description?: string | null | undefined;
3000
3194
  phoneNumber?: string | undefined;
3195
+ description?: string | null | undefined;
3001
3196
  isPrimary?: boolean | undefined;
3002
3197
  }, {
3003
3198
  id?: string | undefined;
3004
- description?: string | null | undefined;
3005
3199
  phoneNumber?: string | undefined;
3200
+ description?: string | null | undefined;
3006
3201
  isPrimary?: boolean | undefined;
3007
3202
  }>, "many">, {
3008
3203
  id?: string | undefined;
3009
- description?: string | null | undefined;
3010
3204
  phoneNumber?: string | undefined;
3205
+ description?: string | null | undefined;
3011
3206
  isPrimary?: boolean | undefined;
3012
3207
  }[], {
3013
3208
  id?: string | undefined;
3014
- description?: string | null | undefined;
3015
3209
  phoneNumber?: string | undefined;
3210
+ description?: string | null | undefined;
3016
3211
  isPrimary?: boolean | undefined;
3017
3212
  }[]>>;
3018
3213
  nino: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -3090,13 +3285,13 @@ export declare const workersContractRouter: {
3090
3285
  }>>>;
3091
3286
  availability: z.ZodOptional<z.ZodEnum<["AVAILABLE", "PARTIALLY_AVAILABLE", "UNAVAILABLE"]>>;
3092
3287
  }, "strip", z.ZodTypeAny, {
3093
- lastName?: string | null | undefined;
3094
3288
  firstName?: string | undefined;
3289
+ lastName?: string | null | undefined;
3095
3290
  email?: string | null | undefined;
3096
3291
  phoneNumbers?: {
3097
3292
  id?: string | undefined;
3098
- description?: string | null | undefined;
3099
3293
  phoneNumber?: string | undefined;
3294
+ description?: string | null | undefined;
3100
3295
  isPrimary?: boolean | undefined;
3101
3296
  }[] | undefined;
3102
3297
  nino?: string | null | undefined;
@@ -3130,13 +3325,13 @@ export declare const workersContractRouter: {
3130
3325
  } | null | undefined;
3131
3326
  availability?: "AVAILABLE" | "PARTIALLY_AVAILABLE" | "UNAVAILABLE" | undefined;
3132
3327
  }, {
3133
- lastName?: string | null | undefined;
3134
3328
  firstName?: string | undefined;
3329
+ lastName?: string | null | undefined;
3135
3330
  email?: string | null | undefined;
3136
3331
  phoneNumbers?: {
3137
3332
  id?: string | undefined;
3138
- description?: string | null | undefined;
3139
3333
  phoneNumber?: string | undefined;
3334
+ description?: string | null | undefined;
3140
3335
  isPrimary?: boolean | undefined;
3141
3336
  }[] | undefined;
3142
3337
  nino?: string | null | undefined;
@@ -3380,29 +3575,54 @@ export declare const workersContractRouter: {
3380
3575
  firstName: z.ZodString;
3381
3576
  lastName: z.ZodString;
3382
3577
  email: z.ZodString;
3383
- phone: z.ZodString;
3578
+ phoneNumbers: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
3579
+ id: z.ZodString;
3580
+ phoneNumber: z.ZodString;
3581
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3582
+ isPrimary: z.ZodDefault<z.ZodBoolean>;
3583
+ }, "strip", z.ZodTypeAny, {
3584
+ id: string;
3585
+ phoneNumber: string;
3586
+ isPrimary: boolean;
3587
+ description?: string | null | undefined;
3588
+ }, {
3589
+ id: string;
3590
+ phoneNumber: string;
3591
+ description?: string | null | undefined;
3592
+ isPrimary?: boolean | undefined;
3593
+ }>, "many">>>;
3384
3594
  roles: z.ZodOptional<z.ZodArray<z.ZodEnum<["ADMIN", "SECOND_AGENT", "FIRST_AGENT", "COMPANY_CHECKING", "KPI", "TEAM_LEADS"]>, "many">>;
3385
3595
  office: z.ZodOptional<z.ZodNullable<z.ZodEnum<["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"]>>>;
3386
3596
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
3387
3597
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
3388
3598
  }, "strip", z.ZodTypeAny, {
3389
- lastName: string;
3390
- firstName: string;
3391
- email: string;
3392
- phone: string;
3393
- createdAt: string;
3394
3599
  id: string;
3600
+ createdAt: string;
3395
3601
  updatedAt: string;
3602
+ firstName: string;
3603
+ lastName: string;
3604
+ email: string;
3605
+ phoneNumbers: {
3606
+ id: string;
3607
+ phoneNumber: string;
3608
+ isPrimary: boolean;
3609
+ description?: string | null | undefined;
3610
+ }[];
3396
3611
  roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
3397
3612
  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;
3398
3613
  }, {
3399
- lastName: string;
3400
- firstName: string;
3401
- email: string;
3402
- phone: string;
3403
- createdAt: string | Date;
3404
3614
  id: string;
3615
+ createdAt: string | Date;
3405
3616
  updatedAt: string | Date;
3617
+ firstName: string;
3618
+ lastName: string;
3619
+ email: string;
3620
+ phoneNumbers?: {
3621
+ id: string;
3622
+ phoneNumber: string;
3623
+ description?: string | null | undefined;
3624
+ isPrimary?: boolean | undefined;
3625
+ }[] | undefined;
3406
3626
  roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
3407
3627
  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;
3408
3628
  }>>>;
@@ -3410,10 +3630,10 @@ export declare const workersContractRouter: {
3410
3630
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
3411
3631
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
3412
3632
  }, "strip", z.ZodTypeAny, {
3413
- firstName: string;
3414
- createdAt: string;
3415
3633
  id: string;
3634
+ createdAt: string;
3416
3635
  updatedAt: string;
3636
+ firstName: string;
3417
3637
  phoneNumbers: {
3418
3638
  id: string;
3419
3639
  phoneNumber: string;
@@ -3426,13 +3646,18 @@ export declare const workersContractRouter: {
3426
3646
  lastName?: string | null | undefined;
3427
3647
  email?: string | null | undefined;
3428
3648
  createdBy?: {
3429
- lastName: string;
3430
- firstName: string;
3431
- email: string;
3432
- phone: string;
3433
- createdAt: string;
3434
3649
  id: string;
3650
+ createdAt: string;
3435
3651
  updatedAt: string;
3652
+ firstName: string;
3653
+ lastName: string;
3654
+ email: string;
3655
+ phoneNumbers: {
3656
+ id: string;
3657
+ phoneNumber: string;
3658
+ isPrimary: boolean;
3659
+ description?: string | null | undefined;
3660
+ }[];
3436
3661
  roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
3437
3662
  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;
3438
3663
  } | null | undefined;
@@ -3471,32 +3696,37 @@ export declare const workersContractRouter: {
3471
3696
  createdByUserId?: string | null | undefined;
3472
3697
  distanceKm?: number | null | undefined;
3473
3698
  }, {
3474
- firstName: string;
3475
- createdAt: string | Date;
3476
3699
  id: string;
3700
+ createdAt: string | Date;
3477
3701
  updatedAt: string | Date;
3702
+ firstName: string;
3478
3703
  hasTools: boolean;
3479
3704
  hasPpe: boolean;
3480
3705
  availability: "AVAILABLE" | "PARTIALLY_AVAILABLE" | "UNAVAILABLE";
3481
3706
  lastName?: string | null | undefined;
3482
3707
  email?: string | null | undefined;
3483
- createdBy?: {
3484
- lastName: string;
3485
- firstName: string;
3486
- email: string;
3487
- phone: string;
3488
- createdAt: string | Date;
3489
- id: string;
3490
- updatedAt: string | Date;
3491
- roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
3492
- 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;
3493
- } | null | undefined;
3494
3708
  phoneNumbers?: {
3495
3709
  id: string;
3496
3710
  phoneNumber: string;
3497
3711
  description?: string | null | undefined;
3498
3712
  isPrimary?: boolean | undefined;
3499
3713
  }[] | undefined;
3714
+ createdBy?: {
3715
+ id: string;
3716
+ createdAt: string | Date;
3717
+ updatedAt: string | Date;
3718
+ firstName: string;
3719
+ lastName: string;
3720
+ email: string;
3721
+ phoneNumbers?: {
3722
+ id: string;
3723
+ phoneNumber: string;
3724
+ description?: string | null | undefined;
3725
+ isPrimary?: boolean | undefined;
3726
+ }[] | undefined;
3727
+ roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
3728
+ 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;
3729
+ } | null | undefined;
3500
3730
  nino?: string | null | undefined;
3501
3731
  dateOfBirth?: string | Date | null | undefined;
3502
3732
  bio?: string | null | undefined;