@dakkitor/api-contracts 1.1.102 → 1.1.104
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/abilities/abilities.contract.d.ts +2 -0
- package/dist/abilities/abilities.contract.d.ts.map +1 -1
- package/dist/abilities/abilities.contract.js +4 -1
- package/dist/abilities/interconnection.json +370 -0
- package/dist/abilities/second-agent.abilities copy.json +370 -0
- package/dist/abilities/team-leads.json +88 -0
- package/dist/actives/actives.contract.d.ts +4232 -4232
- package/dist/agent-client-links/agent-client-links.contract.d.ts +489 -489
- package/dist/auth/auth.contract.d.ts +320 -10
- package/dist/auth/auth.contract.d.ts.map +1 -1
- package/dist/auth/auth.contract.js +39 -2
- package/dist/bookings/bookings.contract.d.ts +15542 -15542
- package/dist/call-history/call-history.contract.d.ts +537 -537
- package/dist/collaboration-checkings/collaboration-checkings.contract.d.ts +1190 -1190
- package/dist/collaborations/collaborations.contract.d.ts +1047 -1047
- package/dist/dashboards/dashboard.contract.d.ts +14 -14
- package/dist/jobs/jobs.contract.d.ts +2279 -2279
- package/dist/lead-assignments/lead-assignments.contract.d.ts +434 -434
- package/dist/lead-distribution/agent-lead-distribution.contract.d.ts +199 -199
- package/dist/leads/leads.contract.d.ts +117 -117
- package/dist/users/users.contract.d.ts +186 -180
- package/dist/users/users.contract.d.ts.map +1 -1
- package/dist/users/users.contract.js +5 -0
- package/dist/workers/workers.contract.d.ts +218 -218
- 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
|
-
phoneNumber?: string | undefined;
|
|
43
42
|
description?: string | null | undefined;
|
|
43
|
+
phoneNumber?: string | undefined;
|
|
44
44
|
isPrimary?: boolean | undefined;
|
|
45
45
|
}, {
|
|
46
46
|
id?: string | undefined;
|
|
47
|
-
phoneNumber?: string | undefined;
|
|
48
47
|
description?: string | null | undefined;
|
|
48
|
+
phoneNumber?: string | undefined;
|
|
49
49
|
isPrimary?: boolean | undefined;
|
|
50
50
|
}>, {
|
|
51
51
|
id?: string | undefined;
|
|
52
|
-
phoneNumber?: string | undefined;
|
|
53
52
|
description?: string | null | undefined;
|
|
53
|
+
phoneNumber?: string | undefined;
|
|
54
54
|
isPrimary?: boolean | undefined;
|
|
55
55
|
}, {
|
|
56
56
|
id?: string | undefined;
|
|
57
|
-
phoneNumber?: string | undefined;
|
|
58
57
|
description?: string | null | undefined;
|
|
58
|
+
phoneNumber?: string | 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;
|
|
158
157
|
firstName: string;
|
|
159
158
|
email: string;
|
|
159
|
+
id: string;
|
|
160
160
|
lastName?: string | null | undefined;
|
|
161
161
|
}, {
|
|
162
|
-
id: string;
|
|
163
162
|
firstName: string;
|
|
164
163
|
email: string;
|
|
164
|
+
id: string;
|
|
165
165
|
lastName?: string | null | undefined;
|
|
166
166
|
}>;
|
|
167
167
|
export declare const WorkerSchema: z.ZodObject<{
|
|
@@ -273,39 +273,39 @@ export declare const WorkerSchema: z.ZodObject<{
|
|
|
273
273
|
lastName: z.ZodString;
|
|
274
274
|
email: z.ZodString;
|
|
275
275
|
phone: z.ZodString;
|
|
276
|
-
roles: z.ZodOptional<z.ZodArray<z.ZodEnum<["ADMIN", "SECOND_AGENT", "FIRST_AGENT", "COMPANY_CHECKING", "KPI"]>, "many">>;
|
|
276
|
+
roles: z.ZodOptional<z.ZodArray<z.ZodEnum<["ADMIN", "SECOND_AGENT", "FIRST_AGENT", "COMPANY_CHECKING", "KPI", "TEAM_LEADS"]>, "many">>;
|
|
277
277
|
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
278
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
279
279
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
280
280
|
}, "strip", z.ZodTypeAny, {
|
|
281
|
-
id: string;
|
|
282
|
-
createdAt: string;
|
|
283
|
-
updatedAt: string;
|
|
284
|
-
firstName: string;
|
|
285
281
|
lastName: string;
|
|
282
|
+
firstName: string;
|
|
286
283
|
email: string;
|
|
287
284
|
phone: string;
|
|
288
|
-
|
|
285
|
+
createdAt: string;
|
|
286
|
+
id: string;
|
|
287
|
+
updatedAt: string;
|
|
288
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | 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
|
-
id: string;
|
|
292
|
-
createdAt: string | Date;
|
|
293
|
-
updatedAt: string | Date;
|
|
294
|
-
firstName: string;
|
|
295
291
|
lastName: string;
|
|
292
|
+
firstName: string;
|
|
296
293
|
email: string;
|
|
297
294
|
phone: string;
|
|
298
|
-
|
|
295
|
+
createdAt: string | Date;
|
|
296
|
+
id: string;
|
|
297
|
+
updatedAt: string | Date;
|
|
298
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | 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
|
}>>>;
|
|
301
301
|
distanceKm: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
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
|
-
|
|
305
|
+
firstName: string;
|
|
306
306
|
createdAt: string;
|
|
307
|
+
id: string;
|
|
307
308
|
updatedAt: string;
|
|
308
|
-
firstName: string;
|
|
309
309
|
phoneNumbers: {
|
|
310
310
|
id: string;
|
|
311
311
|
phoneNumber: string;
|
|
@@ -318,14 +318,14 @@ export declare const WorkerSchema: z.ZodObject<{
|
|
|
318
318
|
lastName?: string | null | undefined;
|
|
319
319
|
email?: string | null | undefined;
|
|
320
320
|
createdBy?: {
|
|
321
|
-
id: string;
|
|
322
|
-
createdAt: string;
|
|
323
|
-
updatedAt: string;
|
|
324
|
-
firstName: string;
|
|
325
321
|
lastName: string;
|
|
322
|
+
firstName: string;
|
|
326
323
|
email: string;
|
|
327
324
|
phone: string;
|
|
328
|
-
|
|
325
|
+
createdAt: string;
|
|
326
|
+
id: string;
|
|
327
|
+
updatedAt: string;
|
|
328
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
329
329
|
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
330
|
} | null | undefined;
|
|
331
331
|
nino?: string | null | undefined;
|
|
@@ -363,24 +363,24 @@ export declare const WorkerSchema: z.ZodObject<{
|
|
|
363
363
|
createdByUserId?: string | null | undefined;
|
|
364
364
|
distanceKm?: number | null | undefined;
|
|
365
365
|
}, {
|
|
366
|
-
|
|
366
|
+
firstName: string;
|
|
367
367
|
createdAt: string | Date;
|
|
368
|
+
id: string;
|
|
368
369
|
updatedAt: string | Date;
|
|
369
|
-
firstName: string;
|
|
370
370
|
hasTools: boolean;
|
|
371
371
|
hasPpe: boolean;
|
|
372
372
|
availability: "AVAILABLE" | "PARTIALLY_AVAILABLE" | "UNAVAILABLE";
|
|
373
373
|
lastName?: string | null | undefined;
|
|
374
374
|
email?: string | null | undefined;
|
|
375
375
|
createdBy?: {
|
|
376
|
-
id: string;
|
|
377
|
-
createdAt: string | Date;
|
|
378
|
-
updatedAt: string | Date;
|
|
379
|
-
firstName: string;
|
|
380
376
|
lastName: string;
|
|
377
|
+
firstName: string;
|
|
381
378
|
email: string;
|
|
382
379
|
phone: string;
|
|
383
|
-
|
|
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
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
385
|
} | null | undefined;
|
|
386
386
|
phoneNumbers?: {
|
|
@@ -601,33 +601,33 @@ export declare const UpdateWorkerSchema: z.ZodObject<{
|
|
|
601
601
|
isPrimary: z.ZodOptional<z.ZodBoolean>;
|
|
602
602
|
}, "strip", z.ZodTypeAny, {
|
|
603
603
|
id?: string | undefined;
|
|
604
|
-
phoneNumber?: string | undefined;
|
|
605
604
|
description?: string | null | undefined;
|
|
605
|
+
phoneNumber?: string | undefined;
|
|
606
606
|
isPrimary?: boolean | undefined;
|
|
607
607
|
}, {
|
|
608
608
|
id?: string | undefined;
|
|
609
|
-
phoneNumber?: string | undefined;
|
|
610
609
|
description?: string | null | undefined;
|
|
610
|
+
phoneNumber?: string | undefined;
|
|
611
611
|
isPrimary?: boolean | undefined;
|
|
612
612
|
}>, {
|
|
613
613
|
id?: string | undefined;
|
|
614
|
-
phoneNumber?: string | undefined;
|
|
615
614
|
description?: string | null | undefined;
|
|
615
|
+
phoneNumber?: string | undefined;
|
|
616
616
|
isPrimary?: boolean | undefined;
|
|
617
617
|
}, {
|
|
618
618
|
id?: string | undefined;
|
|
619
|
-
phoneNumber?: string | undefined;
|
|
620
619
|
description?: string | null | undefined;
|
|
620
|
+
phoneNumber?: string | undefined;
|
|
621
621
|
isPrimary?: boolean | undefined;
|
|
622
622
|
}>, "many">, {
|
|
623
623
|
id?: string | undefined;
|
|
624
|
-
phoneNumber?: string | undefined;
|
|
625
624
|
description?: string | null | undefined;
|
|
625
|
+
phoneNumber?: string | undefined;
|
|
626
626
|
isPrimary?: boolean | undefined;
|
|
627
627
|
}[], {
|
|
628
628
|
id?: string | undefined;
|
|
629
|
-
phoneNumber?: string | undefined;
|
|
630
629
|
description?: string | null | undefined;
|
|
630
|
+
phoneNumber?: string | undefined;
|
|
631
631
|
isPrimary?: boolean | undefined;
|
|
632
632
|
}[]>>;
|
|
633
633
|
nino: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -705,13 +705,13 @@ export declare const UpdateWorkerSchema: z.ZodObject<{
|
|
|
705
705
|
}>>>;
|
|
706
706
|
availability: z.ZodOptional<z.ZodEnum<["AVAILABLE", "PARTIALLY_AVAILABLE", "UNAVAILABLE"]>>;
|
|
707
707
|
}, "strip", z.ZodTypeAny, {
|
|
708
|
-
firstName?: string | undefined;
|
|
709
708
|
lastName?: string | null | undefined;
|
|
709
|
+
firstName?: string | undefined;
|
|
710
710
|
email?: string | null | undefined;
|
|
711
711
|
phoneNumbers?: {
|
|
712
712
|
id?: string | undefined;
|
|
713
|
-
phoneNumber?: string | undefined;
|
|
714
713
|
description?: string | null | undefined;
|
|
714
|
+
phoneNumber?: string | undefined;
|
|
715
715
|
isPrimary?: boolean | undefined;
|
|
716
716
|
}[] | undefined;
|
|
717
717
|
nino?: string | null | undefined;
|
|
@@ -745,13 +745,13 @@ export declare const UpdateWorkerSchema: z.ZodObject<{
|
|
|
745
745
|
} | null | undefined;
|
|
746
746
|
availability?: "AVAILABLE" | "PARTIALLY_AVAILABLE" | "UNAVAILABLE" | undefined;
|
|
747
747
|
}, {
|
|
748
|
-
firstName?: string | undefined;
|
|
749
748
|
lastName?: string | null | undefined;
|
|
749
|
+
firstName?: string | undefined;
|
|
750
750
|
email?: string | null | undefined;
|
|
751
751
|
phoneNumbers?: {
|
|
752
752
|
id?: string | undefined;
|
|
753
|
-
phoneNumber?: string | undefined;
|
|
754
753
|
description?: string | null | undefined;
|
|
754
|
+
phoneNumber?: string | undefined;
|
|
755
755
|
isPrimary?: boolean | undefined;
|
|
756
756
|
}[] | undefined;
|
|
757
757
|
nino?: string | null | undefined;
|
|
@@ -853,6 +853,8 @@ export declare const FilterWorkerSchema: z.ZodObject<{
|
|
|
853
853
|
}, "strip", z.ZodTypeAny, {
|
|
854
854
|
limit: number;
|
|
855
855
|
page: number;
|
|
856
|
+
email?: string | undefined;
|
|
857
|
+
phone?: string | undefined;
|
|
856
858
|
createdAt?: {
|
|
857
859
|
from?: string | null | undefined;
|
|
858
860
|
to?: string | null | undefined;
|
|
@@ -864,8 +866,6 @@ export declare const FilterWorkerSchema: z.ZodObject<{
|
|
|
864
866
|
name?: string | undefined;
|
|
865
867
|
sortBy?: "email" | "phone" | "nameSimilarity" | "fullName" | "distance" | null | undefined;
|
|
866
868
|
sortOrder?: "ASC" | "DESC" | null | undefined;
|
|
867
|
-
email?: string | undefined;
|
|
868
|
-
phone?: string | undefined;
|
|
869
869
|
createdBy?: string | undefined;
|
|
870
870
|
englishLevel?: "NONE" | "BASIC" | "INTERMEDIATE" | "ADVANCED" | "NATIVE" | null | undefined;
|
|
871
871
|
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,6 +885,8 @@ export declare const FilterWorkerSchema: z.ZodObject<{
|
|
|
885
885
|
qualificationTypeId?: string | undefined;
|
|
886
886
|
}[] | undefined;
|
|
887
887
|
}, {
|
|
888
|
+
email?: string | undefined;
|
|
889
|
+
phone?: string | undefined;
|
|
888
890
|
createdAt?: {
|
|
889
891
|
from?: string | null | undefined;
|
|
890
892
|
to?: string | null | undefined;
|
|
@@ -898,8 +900,6 @@ export declare const FilterWorkerSchema: z.ZodObject<{
|
|
|
898
900
|
name?: string | undefined;
|
|
899
901
|
sortBy?: "email" | "phone" | "nameSimilarity" | "fullName" | "distance" | null | undefined;
|
|
900
902
|
sortOrder?: "ASC" | "DESC" | null | undefined;
|
|
901
|
-
email?: string | undefined;
|
|
902
|
-
phone?: string | undefined;
|
|
903
903
|
createdBy?: string | undefined;
|
|
904
904
|
englishLevel?: "NONE" | "BASIC" | "INTERMEDIATE" | "ADVANCED" | "NATIVE" | null | undefined;
|
|
905
905
|
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;
|
|
@@ -1029,39 +1029,39 @@ export declare const PaginatedWorkerResponseSchema: z.ZodObject<{
|
|
|
1029
1029
|
lastName: z.ZodString;
|
|
1030
1030
|
email: z.ZodString;
|
|
1031
1031
|
phone: z.ZodString;
|
|
1032
|
-
roles: z.ZodOptional<z.ZodArray<z.ZodEnum<["ADMIN", "SECOND_AGENT", "FIRST_AGENT", "COMPANY_CHECKING", "KPI"]>, "many">>;
|
|
1032
|
+
roles: z.ZodOptional<z.ZodArray<z.ZodEnum<["ADMIN", "SECOND_AGENT", "FIRST_AGENT", "COMPANY_CHECKING", "KPI", "TEAM_LEADS"]>, "many">>;
|
|
1033
1033
|
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
1034
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
1035
1035
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
1036
1036
|
}, "strip", z.ZodTypeAny, {
|
|
1037
|
-
id: string;
|
|
1038
|
-
createdAt: string;
|
|
1039
|
-
updatedAt: string;
|
|
1040
|
-
firstName: string;
|
|
1041
1037
|
lastName: string;
|
|
1038
|
+
firstName: string;
|
|
1042
1039
|
email: string;
|
|
1043
1040
|
phone: string;
|
|
1044
|
-
|
|
1041
|
+
createdAt: string;
|
|
1042
|
+
id: string;
|
|
1043
|
+
updatedAt: string;
|
|
1044
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
1045
1045
|
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
1046
|
}, {
|
|
1047
|
-
id: string;
|
|
1048
|
-
createdAt: string | Date;
|
|
1049
|
-
updatedAt: string | Date;
|
|
1050
|
-
firstName: string;
|
|
1051
1047
|
lastName: string;
|
|
1048
|
+
firstName: string;
|
|
1052
1049
|
email: string;
|
|
1053
1050
|
phone: string;
|
|
1054
|
-
|
|
1051
|
+
createdAt: string | Date;
|
|
1052
|
+
id: string;
|
|
1053
|
+
updatedAt: string | Date;
|
|
1054
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
1055
1055
|
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
1056
|
}>>>;
|
|
1057
1057
|
distanceKm: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1058
1058
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
1059
1059
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
1060
1060
|
}, "strip", z.ZodTypeAny, {
|
|
1061
|
-
|
|
1061
|
+
firstName: string;
|
|
1062
1062
|
createdAt: string;
|
|
1063
|
+
id: string;
|
|
1063
1064
|
updatedAt: string;
|
|
1064
|
-
firstName: string;
|
|
1065
1065
|
phoneNumbers: {
|
|
1066
1066
|
id: string;
|
|
1067
1067
|
phoneNumber: string;
|
|
@@ -1074,14 +1074,14 @@ export declare const PaginatedWorkerResponseSchema: z.ZodObject<{
|
|
|
1074
1074
|
lastName?: string | null | undefined;
|
|
1075
1075
|
email?: string | null | undefined;
|
|
1076
1076
|
createdBy?: {
|
|
1077
|
-
id: string;
|
|
1078
|
-
createdAt: string;
|
|
1079
|
-
updatedAt: string;
|
|
1080
|
-
firstName: string;
|
|
1081
1077
|
lastName: string;
|
|
1078
|
+
firstName: string;
|
|
1082
1079
|
email: string;
|
|
1083
1080
|
phone: string;
|
|
1084
|
-
|
|
1081
|
+
createdAt: string;
|
|
1082
|
+
id: string;
|
|
1083
|
+
updatedAt: string;
|
|
1084
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
1085
1085
|
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
1086
|
} | null | undefined;
|
|
1087
1087
|
nino?: string | null | undefined;
|
|
@@ -1119,24 +1119,24 @@ export declare const PaginatedWorkerResponseSchema: z.ZodObject<{
|
|
|
1119
1119
|
createdByUserId?: string | null | undefined;
|
|
1120
1120
|
distanceKm?: number | null | undefined;
|
|
1121
1121
|
}, {
|
|
1122
|
-
|
|
1122
|
+
firstName: string;
|
|
1123
1123
|
createdAt: string | Date;
|
|
1124
|
+
id: string;
|
|
1124
1125
|
updatedAt: string | Date;
|
|
1125
|
-
firstName: string;
|
|
1126
1126
|
hasTools: boolean;
|
|
1127
1127
|
hasPpe: boolean;
|
|
1128
1128
|
availability: "AVAILABLE" | "PARTIALLY_AVAILABLE" | "UNAVAILABLE";
|
|
1129
1129
|
lastName?: string | null | undefined;
|
|
1130
1130
|
email?: string | null | undefined;
|
|
1131
1131
|
createdBy?: {
|
|
1132
|
-
id: string;
|
|
1133
|
-
createdAt: string | Date;
|
|
1134
|
-
updatedAt: string | Date;
|
|
1135
|
-
firstName: string;
|
|
1136
1132
|
lastName: string;
|
|
1133
|
+
firstName: string;
|
|
1137
1134
|
email: string;
|
|
1138
1135
|
phone: string;
|
|
1139
|
-
|
|
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
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
1141
|
} | null | undefined;
|
|
1142
1142
|
phoneNumbers?: {
|
|
@@ -1188,10 +1188,10 @@ export declare const PaginatedWorkerResponseSchema: z.ZodObject<{
|
|
|
1188
1188
|
}, "strip", z.ZodTypeAny, {
|
|
1189
1189
|
limit: number;
|
|
1190
1190
|
items: {
|
|
1191
|
-
|
|
1191
|
+
firstName: string;
|
|
1192
1192
|
createdAt: string;
|
|
1193
|
+
id: string;
|
|
1193
1194
|
updatedAt: string;
|
|
1194
|
-
firstName: string;
|
|
1195
1195
|
phoneNumbers: {
|
|
1196
1196
|
id: string;
|
|
1197
1197
|
phoneNumber: string;
|
|
@@ -1204,14 +1204,14 @@ export declare const PaginatedWorkerResponseSchema: z.ZodObject<{
|
|
|
1204
1204
|
lastName?: string | null | undefined;
|
|
1205
1205
|
email?: string | null | undefined;
|
|
1206
1206
|
createdBy?: {
|
|
1207
|
-
id: string;
|
|
1208
|
-
createdAt: string;
|
|
1209
|
-
updatedAt: string;
|
|
1210
|
-
firstName: string;
|
|
1211
1207
|
lastName: string;
|
|
1208
|
+
firstName: string;
|
|
1212
1209
|
email: string;
|
|
1213
1210
|
phone: string;
|
|
1214
|
-
|
|
1211
|
+
createdAt: string;
|
|
1212
|
+
id: string;
|
|
1213
|
+
updatedAt: string;
|
|
1214
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
1215
1215
|
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
1216
|
} | null | undefined;
|
|
1217
1217
|
nino?: string | null | undefined;
|
|
@@ -1256,24 +1256,24 @@ export declare const PaginatedWorkerResponseSchema: z.ZodObject<{
|
|
|
1256
1256
|
}, {
|
|
1257
1257
|
limit: number;
|
|
1258
1258
|
items: {
|
|
1259
|
-
|
|
1259
|
+
firstName: string;
|
|
1260
1260
|
createdAt: string | Date;
|
|
1261
|
+
id: string;
|
|
1261
1262
|
updatedAt: string | Date;
|
|
1262
|
-
firstName: string;
|
|
1263
1263
|
hasTools: boolean;
|
|
1264
1264
|
hasPpe: boolean;
|
|
1265
1265
|
availability: "AVAILABLE" | "PARTIALLY_AVAILABLE" | "UNAVAILABLE";
|
|
1266
1266
|
lastName?: string | null | undefined;
|
|
1267
1267
|
email?: string | null | undefined;
|
|
1268
1268
|
createdBy?: {
|
|
1269
|
-
id: string;
|
|
1270
|
-
createdAt: string | Date;
|
|
1271
|
-
updatedAt: string | Date;
|
|
1272
|
-
firstName: string;
|
|
1273
1269
|
lastName: string;
|
|
1270
|
+
firstName: string;
|
|
1274
1271
|
email: string;
|
|
1275
1272
|
phone: string;
|
|
1276
|
-
|
|
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
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
1278
|
} | null | undefined;
|
|
1279
1279
|
phoneNumbers?: {
|
|
@@ -1726,39 +1726,39 @@ export declare const workersContractRouter: {
|
|
|
1726
1726
|
lastName: z.ZodString;
|
|
1727
1727
|
email: z.ZodString;
|
|
1728
1728
|
phone: z.ZodString;
|
|
1729
|
-
roles: z.ZodOptional<z.ZodArray<z.ZodEnum<["ADMIN", "SECOND_AGENT", "FIRST_AGENT", "COMPANY_CHECKING", "KPI"]>, "many">>;
|
|
1729
|
+
roles: z.ZodOptional<z.ZodArray<z.ZodEnum<["ADMIN", "SECOND_AGENT", "FIRST_AGENT", "COMPANY_CHECKING", "KPI", "TEAM_LEADS"]>, "many">>;
|
|
1730
1730
|
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
1731
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
1732
1732
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
1733
1733
|
}, "strip", z.ZodTypeAny, {
|
|
1734
|
-
id: string;
|
|
1735
|
-
createdAt: string;
|
|
1736
|
-
updatedAt: string;
|
|
1737
|
-
firstName: string;
|
|
1738
1734
|
lastName: string;
|
|
1735
|
+
firstName: string;
|
|
1739
1736
|
email: string;
|
|
1740
1737
|
phone: string;
|
|
1741
|
-
|
|
1738
|
+
createdAt: string;
|
|
1739
|
+
id: string;
|
|
1740
|
+
updatedAt: string;
|
|
1741
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
1742
1742
|
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
1743
|
}, {
|
|
1744
|
-
id: string;
|
|
1745
|
-
createdAt: string | Date;
|
|
1746
|
-
updatedAt: string | Date;
|
|
1747
|
-
firstName: string;
|
|
1748
1744
|
lastName: string;
|
|
1745
|
+
firstName: string;
|
|
1749
1746
|
email: string;
|
|
1750
1747
|
phone: string;
|
|
1751
|
-
|
|
1748
|
+
createdAt: string | Date;
|
|
1749
|
+
id: string;
|
|
1750
|
+
updatedAt: string | Date;
|
|
1751
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
1752
1752
|
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
1753
|
}>>>;
|
|
1754
1754
|
distanceKm: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1755
1755
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
1756
1756
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
1757
1757
|
}, "strip", z.ZodTypeAny, {
|
|
1758
|
-
|
|
1758
|
+
firstName: string;
|
|
1759
1759
|
createdAt: string;
|
|
1760
|
+
id: string;
|
|
1760
1761
|
updatedAt: string;
|
|
1761
|
-
firstName: string;
|
|
1762
1762
|
phoneNumbers: {
|
|
1763
1763
|
id: string;
|
|
1764
1764
|
phoneNumber: string;
|
|
@@ -1771,14 +1771,14 @@ export declare const workersContractRouter: {
|
|
|
1771
1771
|
lastName?: string | null | undefined;
|
|
1772
1772
|
email?: string | null | undefined;
|
|
1773
1773
|
createdBy?: {
|
|
1774
|
-
id: string;
|
|
1775
|
-
createdAt: string;
|
|
1776
|
-
updatedAt: string;
|
|
1777
|
-
firstName: string;
|
|
1778
1774
|
lastName: string;
|
|
1775
|
+
firstName: string;
|
|
1779
1776
|
email: string;
|
|
1780
1777
|
phone: string;
|
|
1781
|
-
|
|
1778
|
+
createdAt: string;
|
|
1779
|
+
id: string;
|
|
1780
|
+
updatedAt: string;
|
|
1781
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
1782
1782
|
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
1783
|
} | null | undefined;
|
|
1784
1784
|
nino?: string | null | undefined;
|
|
@@ -1816,24 +1816,24 @@ export declare const workersContractRouter: {
|
|
|
1816
1816
|
createdByUserId?: string | null | undefined;
|
|
1817
1817
|
distanceKm?: number | null | undefined;
|
|
1818
1818
|
}, {
|
|
1819
|
-
|
|
1819
|
+
firstName: string;
|
|
1820
1820
|
createdAt: string | Date;
|
|
1821
|
+
id: string;
|
|
1821
1822
|
updatedAt: string | Date;
|
|
1822
|
-
firstName: string;
|
|
1823
1823
|
hasTools: boolean;
|
|
1824
1824
|
hasPpe: boolean;
|
|
1825
1825
|
availability: "AVAILABLE" | "PARTIALLY_AVAILABLE" | "UNAVAILABLE";
|
|
1826
1826
|
lastName?: string | null | undefined;
|
|
1827
1827
|
email?: string | null | undefined;
|
|
1828
1828
|
createdBy?: {
|
|
1829
|
-
id: string;
|
|
1830
|
-
createdAt: string | Date;
|
|
1831
|
-
updatedAt: string | Date;
|
|
1832
|
-
firstName: string;
|
|
1833
1829
|
lastName: string;
|
|
1830
|
+
firstName: string;
|
|
1834
1831
|
email: string;
|
|
1835
1832
|
phone: string;
|
|
1836
|
-
|
|
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
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
1838
|
} | null | undefined;
|
|
1839
1839
|
phoneNumbers?: {
|
|
@@ -1905,6 +1905,12 @@ export declare const workersContractRouter: {
|
|
|
1905
1905
|
};
|
|
1906
1906
|
};
|
|
1907
1907
|
findAll: {
|
|
1908
|
+
metadata: {
|
|
1909
|
+
tags: string[];
|
|
1910
|
+
openApi: {
|
|
1911
|
+
operationId: string;
|
|
1912
|
+
};
|
|
1913
|
+
};
|
|
1908
1914
|
query: z.ZodObject<{
|
|
1909
1915
|
limit: z.ZodDefault<z.ZodNumber>;
|
|
1910
1916
|
page: z.ZodDefault<z.ZodNumber>;
|
|
@@ -1973,6 +1979,8 @@ export declare const workersContractRouter: {
|
|
|
1973
1979
|
}, "strip", z.ZodTypeAny, {
|
|
1974
1980
|
limit: number;
|
|
1975
1981
|
page: number;
|
|
1982
|
+
email?: string | undefined;
|
|
1983
|
+
phone?: string | undefined;
|
|
1976
1984
|
createdAt?: {
|
|
1977
1985
|
from?: string | null | undefined;
|
|
1978
1986
|
to?: string | null | undefined;
|
|
@@ -1984,8 +1992,6 @@ export declare const workersContractRouter: {
|
|
|
1984
1992
|
name?: string | undefined;
|
|
1985
1993
|
sortBy?: "email" | "phone" | "nameSimilarity" | "fullName" | "distance" | null | undefined;
|
|
1986
1994
|
sortOrder?: "ASC" | "DESC" | null | undefined;
|
|
1987
|
-
email?: string | undefined;
|
|
1988
|
-
phone?: string | undefined;
|
|
1989
1995
|
createdBy?: string | undefined;
|
|
1990
1996
|
englishLevel?: "NONE" | "BASIC" | "INTERMEDIATE" | "ADVANCED" | "NATIVE" | null | undefined;
|
|
1991
1997
|
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;
|
|
@@ -2005,6 +2011,8 @@ export declare const workersContractRouter: {
|
|
|
2005
2011
|
qualificationTypeId?: string | undefined;
|
|
2006
2012
|
}[] | undefined;
|
|
2007
2013
|
}, {
|
|
2014
|
+
email?: string | undefined;
|
|
2015
|
+
phone?: string | undefined;
|
|
2008
2016
|
createdAt?: {
|
|
2009
2017
|
from?: string | null | undefined;
|
|
2010
2018
|
to?: string | null | undefined;
|
|
@@ -2018,8 +2026,6 @@ export declare const workersContractRouter: {
|
|
|
2018
2026
|
name?: string | undefined;
|
|
2019
2027
|
sortBy?: "email" | "phone" | "nameSimilarity" | "fullName" | "distance" | null | undefined;
|
|
2020
2028
|
sortOrder?: "ASC" | "DESC" | null | undefined;
|
|
2021
|
-
email?: string | undefined;
|
|
2022
|
-
phone?: string | undefined;
|
|
2023
2029
|
createdBy?: string | undefined;
|
|
2024
2030
|
englishLevel?: "NONE" | "BASIC" | "INTERMEDIATE" | "ADVANCED" | "NATIVE" | null | undefined;
|
|
2025
2031
|
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;
|
|
@@ -2039,12 +2045,6 @@ export declare const workersContractRouter: {
|
|
|
2039
2045
|
qualificationTypeId?: string | undefined;
|
|
2040
2046
|
}[] | undefined;
|
|
2041
2047
|
}>;
|
|
2042
|
-
metadata: {
|
|
2043
|
-
tags: string[];
|
|
2044
|
-
openApi: {
|
|
2045
|
-
operationId: string;
|
|
2046
|
-
};
|
|
2047
|
-
};
|
|
2048
2048
|
summary: "Get all workers";
|
|
2049
2049
|
method: "GET";
|
|
2050
2050
|
path: "/v2/workers";
|
|
@@ -2259,39 +2259,39 @@ export declare const workersContractRouter: {
|
|
|
2259
2259
|
lastName: z.ZodString;
|
|
2260
2260
|
email: z.ZodString;
|
|
2261
2261
|
phone: z.ZodString;
|
|
2262
|
-
roles: z.ZodOptional<z.ZodArray<z.ZodEnum<["ADMIN", "SECOND_AGENT", "FIRST_AGENT", "COMPANY_CHECKING", "KPI"]>, "many">>;
|
|
2262
|
+
roles: z.ZodOptional<z.ZodArray<z.ZodEnum<["ADMIN", "SECOND_AGENT", "FIRST_AGENT", "COMPANY_CHECKING", "KPI", "TEAM_LEADS"]>, "many">>;
|
|
2263
2263
|
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
2264
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
2265
2265
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
2266
2266
|
}, "strip", z.ZodTypeAny, {
|
|
2267
|
-
id: string;
|
|
2268
|
-
createdAt: string;
|
|
2269
|
-
updatedAt: string;
|
|
2270
|
-
firstName: string;
|
|
2271
2267
|
lastName: string;
|
|
2268
|
+
firstName: string;
|
|
2272
2269
|
email: string;
|
|
2273
2270
|
phone: string;
|
|
2274
|
-
|
|
2271
|
+
createdAt: string;
|
|
2272
|
+
id: string;
|
|
2273
|
+
updatedAt: string;
|
|
2274
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
2275
2275
|
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
2276
|
}, {
|
|
2277
|
-
id: string;
|
|
2278
|
-
createdAt: string | Date;
|
|
2279
|
-
updatedAt: string | Date;
|
|
2280
|
-
firstName: string;
|
|
2281
2277
|
lastName: string;
|
|
2278
|
+
firstName: string;
|
|
2282
2279
|
email: string;
|
|
2283
2280
|
phone: string;
|
|
2284
|
-
|
|
2281
|
+
createdAt: string | Date;
|
|
2282
|
+
id: string;
|
|
2283
|
+
updatedAt: string | Date;
|
|
2284
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
2285
2285
|
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
2286
|
}>>>;
|
|
2287
2287
|
distanceKm: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2288
2288
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
2289
2289
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
2290
2290
|
}, "strip", z.ZodTypeAny, {
|
|
2291
|
-
|
|
2291
|
+
firstName: string;
|
|
2292
2292
|
createdAt: string;
|
|
2293
|
+
id: string;
|
|
2293
2294
|
updatedAt: string;
|
|
2294
|
-
firstName: string;
|
|
2295
2295
|
phoneNumbers: {
|
|
2296
2296
|
id: string;
|
|
2297
2297
|
phoneNumber: string;
|
|
@@ -2304,14 +2304,14 @@ export declare const workersContractRouter: {
|
|
|
2304
2304
|
lastName?: string | null | undefined;
|
|
2305
2305
|
email?: string | null | undefined;
|
|
2306
2306
|
createdBy?: {
|
|
2307
|
-
id: string;
|
|
2308
|
-
createdAt: string;
|
|
2309
|
-
updatedAt: string;
|
|
2310
|
-
firstName: string;
|
|
2311
2307
|
lastName: string;
|
|
2308
|
+
firstName: string;
|
|
2312
2309
|
email: string;
|
|
2313
2310
|
phone: string;
|
|
2314
|
-
|
|
2311
|
+
createdAt: string;
|
|
2312
|
+
id: string;
|
|
2313
|
+
updatedAt: string;
|
|
2314
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
2315
2315
|
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
2316
|
} | null | undefined;
|
|
2317
2317
|
nino?: string | null | undefined;
|
|
@@ -2349,24 +2349,24 @@ export declare const workersContractRouter: {
|
|
|
2349
2349
|
createdByUserId?: string | null | undefined;
|
|
2350
2350
|
distanceKm?: number | null | undefined;
|
|
2351
2351
|
}, {
|
|
2352
|
-
|
|
2352
|
+
firstName: string;
|
|
2353
2353
|
createdAt: string | Date;
|
|
2354
|
+
id: string;
|
|
2354
2355
|
updatedAt: string | Date;
|
|
2355
|
-
firstName: string;
|
|
2356
2356
|
hasTools: boolean;
|
|
2357
2357
|
hasPpe: boolean;
|
|
2358
2358
|
availability: "AVAILABLE" | "PARTIALLY_AVAILABLE" | "UNAVAILABLE";
|
|
2359
2359
|
lastName?: string | null | undefined;
|
|
2360
2360
|
email?: string | null | undefined;
|
|
2361
2361
|
createdBy?: {
|
|
2362
|
-
id: string;
|
|
2363
|
-
createdAt: string | Date;
|
|
2364
|
-
updatedAt: string | Date;
|
|
2365
|
-
firstName: string;
|
|
2366
2362
|
lastName: string;
|
|
2363
|
+
firstName: string;
|
|
2367
2364
|
email: string;
|
|
2368
2365
|
phone: string;
|
|
2369
|
-
|
|
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
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
2371
|
} | null | undefined;
|
|
2372
2372
|
phoneNumbers?: {
|
|
@@ -2418,10 +2418,10 @@ export declare const workersContractRouter: {
|
|
|
2418
2418
|
}, "strip", z.ZodTypeAny, {
|
|
2419
2419
|
limit: number;
|
|
2420
2420
|
items: {
|
|
2421
|
-
|
|
2421
|
+
firstName: string;
|
|
2422
2422
|
createdAt: string;
|
|
2423
|
+
id: string;
|
|
2423
2424
|
updatedAt: string;
|
|
2424
|
-
firstName: string;
|
|
2425
2425
|
phoneNumbers: {
|
|
2426
2426
|
id: string;
|
|
2427
2427
|
phoneNumber: string;
|
|
@@ -2434,14 +2434,14 @@ export declare const workersContractRouter: {
|
|
|
2434
2434
|
lastName?: string | null | undefined;
|
|
2435
2435
|
email?: string | null | undefined;
|
|
2436
2436
|
createdBy?: {
|
|
2437
|
-
id: string;
|
|
2438
|
-
createdAt: string;
|
|
2439
|
-
updatedAt: string;
|
|
2440
|
-
firstName: string;
|
|
2441
2437
|
lastName: string;
|
|
2438
|
+
firstName: string;
|
|
2442
2439
|
email: string;
|
|
2443
2440
|
phone: string;
|
|
2444
|
-
|
|
2441
|
+
createdAt: string;
|
|
2442
|
+
id: string;
|
|
2443
|
+
updatedAt: string;
|
|
2444
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
2445
2445
|
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
2446
|
} | null | undefined;
|
|
2447
2447
|
nino?: string | null | undefined;
|
|
@@ -2486,24 +2486,24 @@ export declare const workersContractRouter: {
|
|
|
2486
2486
|
}, {
|
|
2487
2487
|
limit: number;
|
|
2488
2488
|
items: {
|
|
2489
|
-
|
|
2489
|
+
firstName: string;
|
|
2490
2490
|
createdAt: string | Date;
|
|
2491
|
+
id: string;
|
|
2491
2492
|
updatedAt: string | Date;
|
|
2492
|
-
firstName: string;
|
|
2493
2493
|
hasTools: boolean;
|
|
2494
2494
|
hasPpe: boolean;
|
|
2495
2495
|
availability: "AVAILABLE" | "PARTIALLY_AVAILABLE" | "UNAVAILABLE";
|
|
2496
2496
|
lastName?: string | null | undefined;
|
|
2497
2497
|
email?: string | null | undefined;
|
|
2498
2498
|
createdBy?: {
|
|
2499
|
-
id: string;
|
|
2500
|
-
createdAt: string | Date;
|
|
2501
|
-
updatedAt: string | Date;
|
|
2502
|
-
firstName: string;
|
|
2503
2499
|
lastName: string;
|
|
2500
|
+
firstName: string;
|
|
2504
2501
|
email: string;
|
|
2505
2502
|
phone: string;
|
|
2506
|
-
|
|
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
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
2508
|
} | null | undefined;
|
|
2509
2509
|
phoneNumbers?: {
|
|
@@ -2781,39 +2781,39 @@ export declare const workersContractRouter: {
|
|
|
2781
2781
|
lastName: z.ZodString;
|
|
2782
2782
|
email: z.ZodString;
|
|
2783
2783
|
phone: z.ZodString;
|
|
2784
|
-
roles: z.ZodOptional<z.ZodArray<z.ZodEnum<["ADMIN", "SECOND_AGENT", "FIRST_AGENT", "COMPANY_CHECKING", "KPI"]>, "many">>;
|
|
2784
|
+
roles: z.ZodOptional<z.ZodArray<z.ZodEnum<["ADMIN", "SECOND_AGENT", "FIRST_AGENT", "COMPANY_CHECKING", "KPI", "TEAM_LEADS"]>, "many">>;
|
|
2785
2785
|
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
2786
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
2787
2787
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
2788
2788
|
}, "strip", z.ZodTypeAny, {
|
|
2789
|
-
id: string;
|
|
2790
|
-
createdAt: string;
|
|
2791
|
-
updatedAt: string;
|
|
2792
|
-
firstName: string;
|
|
2793
2789
|
lastName: string;
|
|
2790
|
+
firstName: string;
|
|
2794
2791
|
email: string;
|
|
2795
2792
|
phone: string;
|
|
2796
|
-
|
|
2793
|
+
createdAt: string;
|
|
2794
|
+
id: string;
|
|
2795
|
+
updatedAt: string;
|
|
2796
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
2797
2797
|
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
2798
|
}, {
|
|
2799
|
-
id: string;
|
|
2800
|
-
createdAt: string | Date;
|
|
2801
|
-
updatedAt: string | Date;
|
|
2802
|
-
firstName: string;
|
|
2803
2799
|
lastName: string;
|
|
2800
|
+
firstName: string;
|
|
2804
2801
|
email: string;
|
|
2805
2802
|
phone: string;
|
|
2806
|
-
|
|
2803
|
+
createdAt: string | Date;
|
|
2804
|
+
id: string;
|
|
2805
|
+
updatedAt: string | Date;
|
|
2806
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
2807
2807
|
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
2808
|
}>>>;
|
|
2809
2809
|
distanceKm: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2810
2810
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
2811
2811
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
2812
2812
|
}, "strip", z.ZodTypeAny, {
|
|
2813
|
-
|
|
2813
|
+
firstName: string;
|
|
2814
2814
|
createdAt: string;
|
|
2815
|
+
id: string;
|
|
2815
2816
|
updatedAt: string;
|
|
2816
|
-
firstName: string;
|
|
2817
2817
|
phoneNumbers: {
|
|
2818
2818
|
id: string;
|
|
2819
2819
|
phoneNumber: string;
|
|
@@ -2826,14 +2826,14 @@ export declare const workersContractRouter: {
|
|
|
2826
2826
|
lastName?: string | null | undefined;
|
|
2827
2827
|
email?: string | null | undefined;
|
|
2828
2828
|
createdBy?: {
|
|
2829
|
-
id: string;
|
|
2830
|
-
createdAt: string;
|
|
2831
|
-
updatedAt: string;
|
|
2832
|
-
firstName: string;
|
|
2833
2829
|
lastName: string;
|
|
2830
|
+
firstName: string;
|
|
2834
2831
|
email: string;
|
|
2835
2832
|
phone: string;
|
|
2836
|
-
|
|
2833
|
+
createdAt: string;
|
|
2834
|
+
id: string;
|
|
2835
|
+
updatedAt: string;
|
|
2836
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
2837
2837
|
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
2838
|
} | null | undefined;
|
|
2839
2839
|
nino?: string | null | undefined;
|
|
@@ -2871,24 +2871,24 @@ export declare const workersContractRouter: {
|
|
|
2871
2871
|
createdByUserId?: string | null | undefined;
|
|
2872
2872
|
distanceKm?: number | null | undefined;
|
|
2873
2873
|
}, {
|
|
2874
|
-
|
|
2874
|
+
firstName: string;
|
|
2875
2875
|
createdAt: string | Date;
|
|
2876
|
+
id: string;
|
|
2876
2877
|
updatedAt: string | Date;
|
|
2877
|
-
firstName: string;
|
|
2878
2878
|
hasTools: boolean;
|
|
2879
2879
|
hasPpe: boolean;
|
|
2880
2880
|
availability: "AVAILABLE" | "PARTIALLY_AVAILABLE" | "UNAVAILABLE";
|
|
2881
2881
|
lastName?: string | null | undefined;
|
|
2882
2882
|
email?: string | null | undefined;
|
|
2883
2883
|
createdBy?: {
|
|
2884
|
-
id: string;
|
|
2885
|
-
createdAt: string | Date;
|
|
2886
|
-
updatedAt: string | Date;
|
|
2887
|
-
firstName: string;
|
|
2888
2884
|
lastName: string;
|
|
2885
|
+
firstName: string;
|
|
2889
2886
|
email: string;
|
|
2890
2887
|
phone: string;
|
|
2891
|
-
|
|
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
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
2893
|
} | null | undefined;
|
|
2894
2894
|
phoneNumbers?: {
|
|
@@ -2986,33 +2986,33 @@ export declare const workersContractRouter: {
|
|
|
2986
2986
|
isPrimary: z.ZodOptional<z.ZodBoolean>;
|
|
2987
2987
|
}, "strip", z.ZodTypeAny, {
|
|
2988
2988
|
id?: string | undefined;
|
|
2989
|
-
phoneNumber?: string | undefined;
|
|
2990
2989
|
description?: string | null | undefined;
|
|
2990
|
+
phoneNumber?: string | undefined;
|
|
2991
2991
|
isPrimary?: boolean | undefined;
|
|
2992
2992
|
}, {
|
|
2993
2993
|
id?: string | undefined;
|
|
2994
|
-
phoneNumber?: string | undefined;
|
|
2995
2994
|
description?: string | null | undefined;
|
|
2995
|
+
phoneNumber?: string | undefined;
|
|
2996
2996
|
isPrimary?: boolean | undefined;
|
|
2997
2997
|
}>, {
|
|
2998
2998
|
id?: string | undefined;
|
|
2999
|
-
phoneNumber?: string | undefined;
|
|
3000
2999
|
description?: string | null | undefined;
|
|
3000
|
+
phoneNumber?: string | undefined;
|
|
3001
3001
|
isPrimary?: boolean | undefined;
|
|
3002
3002
|
}, {
|
|
3003
3003
|
id?: string | undefined;
|
|
3004
|
-
phoneNumber?: string | undefined;
|
|
3005
3004
|
description?: string | null | undefined;
|
|
3005
|
+
phoneNumber?: string | undefined;
|
|
3006
3006
|
isPrimary?: boolean | undefined;
|
|
3007
3007
|
}>, "many">, {
|
|
3008
3008
|
id?: string | undefined;
|
|
3009
|
-
phoneNumber?: string | undefined;
|
|
3010
3009
|
description?: string | null | undefined;
|
|
3010
|
+
phoneNumber?: string | undefined;
|
|
3011
3011
|
isPrimary?: boolean | undefined;
|
|
3012
3012
|
}[], {
|
|
3013
3013
|
id?: string | undefined;
|
|
3014
|
-
phoneNumber?: string | undefined;
|
|
3015
3014
|
description?: string | null | undefined;
|
|
3015
|
+
phoneNumber?: string | undefined;
|
|
3016
3016
|
isPrimary?: boolean | undefined;
|
|
3017
3017
|
}[]>>;
|
|
3018
3018
|
nino: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -3090,13 +3090,13 @@ export declare const workersContractRouter: {
|
|
|
3090
3090
|
}>>>;
|
|
3091
3091
|
availability: z.ZodOptional<z.ZodEnum<["AVAILABLE", "PARTIALLY_AVAILABLE", "UNAVAILABLE"]>>;
|
|
3092
3092
|
}, "strip", z.ZodTypeAny, {
|
|
3093
|
-
firstName?: string | undefined;
|
|
3094
3093
|
lastName?: string | null | undefined;
|
|
3094
|
+
firstName?: string | undefined;
|
|
3095
3095
|
email?: string | null | undefined;
|
|
3096
3096
|
phoneNumbers?: {
|
|
3097
3097
|
id?: string | undefined;
|
|
3098
|
-
phoneNumber?: string | undefined;
|
|
3099
3098
|
description?: string | null | undefined;
|
|
3099
|
+
phoneNumber?: string | undefined;
|
|
3100
3100
|
isPrimary?: boolean | undefined;
|
|
3101
3101
|
}[] | undefined;
|
|
3102
3102
|
nino?: string | null | undefined;
|
|
@@ -3130,13 +3130,13 @@ export declare const workersContractRouter: {
|
|
|
3130
3130
|
} | null | undefined;
|
|
3131
3131
|
availability?: "AVAILABLE" | "PARTIALLY_AVAILABLE" | "UNAVAILABLE" | undefined;
|
|
3132
3132
|
}, {
|
|
3133
|
-
firstName?: string | undefined;
|
|
3134
3133
|
lastName?: string | null | undefined;
|
|
3134
|
+
firstName?: string | undefined;
|
|
3135
3135
|
email?: string | null | undefined;
|
|
3136
3136
|
phoneNumbers?: {
|
|
3137
3137
|
id?: string | undefined;
|
|
3138
|
-
phoneNumber?: string | undefined;
|
|
3139
3138
|
description?: string | null | undefined;
|
|
3139
|
+
phoneNumber?: string | undefined;
|
|
3140
3140
|
isPrimary?: boolean | undefined;
|
|
3141
3141
|
}[] | undefined;
|
|
3142
3142
|
nino?: string | null | undefined;
|
|
@@ -3381,39 +3381,39 @@ export declare const workersContractRouter: {
|
|
|
3381
3381
|
lastName: z.ZodString;
|
|
3382
3382
|
email: z.ZodString;
|
|
3383
3383
|
phone: z.ZodString;
|
|
3384
|
-
roles: z.ZodOptional<z.ZodArray<z.ZodEnum<["ADMIN", "SECOND_AGENT", "FIRST_AGENT", "COMPANY_CHECKING", "KPI"]>, "many">>;
|
|
3384
|
+
roles: z.ZodOptional<z.ZodArray<z.ZodEnum<["ADMIN", "SECOND_AGENT", "FIRST_AGENT", "COMPANY_CHECKING", "KPI", "TEAM_LEADS"]>, "many">>;
|
|
3385
3385
|
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
3386
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
3387
3387
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
3388
3388
|
}, "strip", z.ZodTypeAny, {
|
|
3389
|
-
id: string;
|
|
3390
|
-
createdAt: string;
|
|
3391
|
-
updatedAt: string;
|
|
3392
|
-
firstName: string;
|
|
3393
3389
|
lastName: string;
|
|
3390
|
+
firstName: string;
|
|
3394
3391
|
email: string;
|
|
3395
3392
|
phone: string;
|
|
3396
|
-
|
|
3393
|
+
createdAt: string;
|
|
3394
|
+
id: string;
|
|
3395
|
+
updatedAt: string;
|
|
3396
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
3397
3397
|
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
3398
|
}, {
|
|
3399
|
-
id: string;
|
|
3400
|
-
createdAt: string | Date;
|
|
3401
|
-
updatedAt: string | Date;
|
|
3402
|
-
firstName: string;
|
|
3403
3399
|
lastName: string;
|
|
3400
|
+
firstName: string;
|
|
3404
3401
|
email: string;
|
|
3405
3402
|
phone: string;
|
|
3406
|
-
|
|
3403
|
+
createdAt: string | Date;
|
|
3404
|
+
id: string;
|
|
3405
|
+
updatedAt: string | Date;
|
|
3406
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
3407
3407
|
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
3408
|
}>>>;
|
|
3409
3409
|
distanceKm: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3410
3410
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
3411
3411
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
3412
3412
|
}, "strip", z.ZodTypeAny, {
|
|
3413
|
-
|
|
3413
|
+
firstName: string;
|
|
3414
3414
|
createdAt: string;
|
|
3415
|
+
id: string;
|
|
3415
3416
|
updatedAt: string;
|
|
3416
|
-
firstName: string;
|
|
3417
3417
|
phoneNumbers: {
|
|
3418
3418
|
id: string;
|
|
3419
3419
|
phoneNumber: string;
|
|
@@ -3426,14 +3426,14 @@ export declare const workersContractRouter: {
|
|
|
3426
3426
|
lastName?: string | null | undefined;
|
|
3427
3427
|
email?: string | null | undefined;
|
|
3428
3428
|
createdBy?: {
|
|
3429
|
-
id: string;
|
|
3430
|
-
createdAt: string;
|
|
3431
|
-
updatedAt: string;
|
|
3432
|
-
firstName: string;
|
|
3433
3429
|
lastName: string;
|
|
3430
|
+
firstName: string;
|
|
3434
3431
|
email: string;
|
|
3435
3432
|
phone: string;
|
|
3436
|
-
|
|
3433
|
+
createdAt: string;
|
|
3434
|
+
id: string;
|
|
3435
|
+
updatedAt: string;
|
|
3436
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
3437
3437
|
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
3438
|
} | null | undefined;
|
|
3439
3439
|
nino?: string | null | undefined;
|
|
@@ -3471,24 +3471,24 @@ export declare const workersContractRouter: {
|
|
|
3471
3471
|
createdByUserId?: string | null | undefined;
|
|
3472
3472
|
distanceKm?: number | null | undefined;
|
|
3473
3473
|
}, {
|
|
3474
|
-
|
|
3474
|
+
firstName: string;
|
|
3475
3475
|
createdAt: string | Date;
|
|
3476
|
+
id: string;
|
|
3476
3477
|
updatedAt: string | Date;
|
|
3477
|
-
firstName: string;
|
|
3478
3478
|
hasTools: boolean;
|
|
3479
3479
|
hasPpe: boolean;
|
|
3480
3480
|
availability: "AVAILABLE" | "PARTIALLY_AVAILABLE" | "UNAVAILABLE";
|
|
3481
3481
|
lastName?: string | null | undefined;
|
|
3482
3482
|
email?: string | null | undefined;
|
|
3483
3483
|
createdBy?: {
|
|
3484
|
-
id: string;
|
|
3485
|
-
createdAt: string | Date;
|
|
3486
|
-
updatedAt: string | Date;
|
|
3487
|
-
firstName: string;
|
|
3488
3484
|
lastName: string;
|
|
3485
|
+
firstName: string;
|
|
3489
3486
|
email: string;
|
|
3490
3487
|
phone: string;
|
|
3491
|
-
|
|
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
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
3493
|
} | null | undefined;
|
|
3494
3494
|
phoneNumbers?: {
|