@dakkitor/api-contracts 1.1.82 → 1.1.83
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/abilities/first-agent.abilities.json +1 -3
- package/dist/abilities/second-agent.abilities.json +1 -2
- package/dist/actives/actives.contract.d.ts +2369 -2405
- package/dist/actives/actives.contract.d.ts.map +1 -1
- package/dist/actives/actives.contract.js +6 -5
- package/dist/bookings/bookings.contract.d.ts +1988 -1988
- package/dist/curated-workers/curated-workers.contract.d.ts +36 -12
- package/dist/curated-workers/curated-workers.contract.d.ts.map +1 -1
- package/dist/curated-workers/curated-workers.contract.js +11 -6
- package/dist/jobs/jobs.contract.d.ts +298 -274
- package/dist/jobs/jobs.contract.d.ts.map +1 -1
- package/dist/jobs/jobs.contract.js +14 -8
- package/dist/workers/workers.contract.d.ts +206 -182
- package/dist/workers/workers.contract.d.ts.map +1 -1
- package/dist/workers/workers.contract.js +11 -2
- package/package.json +1 -1
|
@@ -191,9 +191,9 @@ export declare const JobSchema: z.ZodObject<{
|
|
|
191
191
|
agentId: string;
|
|
192
192
|
}>>>;
|
|
193
193
|
}, "strip", z.ZodTypeAny, {
|
|
194
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
194
195
|
createdAt: string;
|
|
195
196
|
updatedAt: string;
|
|
196
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
197
197
|
id: string;
|
|
198
198
|
name: string;
|
|
199
199
|
crn: string | null;
|
|
@@ -211,9 +211,9 @@ export declare const JobSchema: z.ZodObject<{
|
|
|
211
211
|
agentId: string;
|
|
212
212
|
} | null | undefined;
|
|
213
213
|
}, {
|
|
214
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
214
215
|
createdAt: string | Date;
|
|
215
216
|
updatedAt: string | Date;
|
|
216
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
217
217
|
id: string;
|
|
218
218
|
name: string;
|
|
219
219
|
crn: string | null;
|
|
@@ -320,9 +320,9 @@ export declare const JobSchema: z.ZodObject<{
|
|
|
320
320
|
agentId: string;
|
|
321
321
|
}>>>;
|
|
322
322
|
}, "strip", z.ZodTypeAny, {
|
|
323
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
323
324
|
createdAt: string;
|
|
324
325
|
updatedAt: string;
|
|
325
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
326
326
|
id: string;
|
|
327
327
|
name: string;
|
|
328
328
|
crn: string | null;
|
|
@@ -340,9 +340,9 @@ export declare const JobSchema: z.ZodObject<{
|
|
|
340
340
|
agentId: string;
|
|
341
341
|
} | null | undefined;
|
|
342
342
|
}, {
|
|
343
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
343
344
|
createdAt: string | Date;
|
|
344
345
|
updatedAt: string | Date;
|
|
345
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
346
346
|
id: string;
|
|
347
347
|
name: string;
|
|
348
348
|
crn: string | null;
|
|
@@ -396,9 +396,9 @@ export declare const JobSchema: z.ZodObject<{
|
|
|
396
396
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
397
397
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
398
398
|
}, "strip", z.ZodTypeAny, {
|
|
399
|
+
status: "APPROVED" | "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
399
400
|
createdAt: string;
|
|
400
401
|
updatedAt: string;
|
|
401
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
402
402
|
id: string;
|
|
403
403
|
userId: string;
|
|
404
404
|
company?: {
|
|
@@ -408,9 +408,9 @@ export declare const JobSchema: z.ZodObject<{
|
|
|
408
408
|
name: string;
|
|
409
409
|
} | null | undefined;
|
|
410
410
|
client?: {
|
|
411
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
411
412
|
createdAt: string;
|
|
412
413
|
updatedAt: string;
|
|
413
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
414
414
|
id: string;
|
|
415
415
|
name: string;
|
|
416
416
|
crn: string | null;
|
|
@@ -440,9 +440,9 @@ export declare const JobSchema: z.ZodObject<{
|
|
|
440
440
|
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;
|
|
441
441
|
} | null | undefined;
|
|
442
442
|
}, {
|
|
443
|
+
status: "APPROVED" | "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
443
444
|
createdAt: string | Date;
|
|
444
445
|
updatedAt: string | Date;
|
|
445
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
446
446
|
id: string;
|
|
447
447
|
userId: string;
|
|
448
448
|
company?: {
|
|
@@ -452,9 +452,9 @@ export declare const JobSchema: z.ZodObject<{
|
|
|
452
452
|
name: string;
|
|
453
453
|
} | null | undefined;
|
|
454
454
|
client?: {
|
|
455
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
455
456
|
createdAt: string | Date;
|
|
456
457
|
updatedAt: string | Date;
|
|
457
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
458
458
|
id: string;
|
|
459
459
|
name: string;
|
|
460
460
|
crn: string | null;
|
|
@@ -485,9 +485,9 @@ export declare const JobSchema: z.ZodObject<{
|
|
|
485
485
|
} | null | undefined;
|
|
486
486
|
}>>>;
|
|
487
487
|
}, "strip", z.ZodTypeAny, {
|
|
488
|
+
status: "APPROVED" | "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
488
489
|
createdAt: string;
|
|
489
490
|
updatedAt: string;
|
|
490
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
491
491
|
id: string;
|
|
492
492
|
userId: string;
|
|
493
493
|
company?: {
|
|
@@ -497,9 +497,9 @@ export declare const JobSchema: z.ZodObject<{
|
|
|
497
497
|
name: string;
|
|
498
498
|
} | null | undefined;
|
|
499
499
|
client?: {
|
|
500
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
500
501
|
createdAt: string;
|
|
501
502
|
updatedAt: string;
|
|
502
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
503
503
|
id: string;
|
|
504
504
|
name: string;
|
|
505
505
|
crn: string | null;
|
|
@@ -529,9 +529,9 @@ export declare const JobSchema: z.ZodObject<{
|
|
|
529
529
|
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;
|
|
530
530
|
} | null | undefined;
|
|
531
531
|
newCollaboration?: {
|
|
532
|
+
status: "APPROVED" | "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
532
533
|
createdAt: string;
|
|
533
534
|
updatedAt: string;
|
|
534
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
535
535
|
id: string;
|
|
536
536
|
userId: string;
|
|
537
537
|
company?: {
|
|
@@ -541,9 +541,9 @@ export declare const JobSchema: z.ZodObject<{
|
|
|
541
541
|
name: string;
|
|
542
542
|
} | null | undefined;
|
|
543
543
|
client?: {
|
|
544
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
544
545
|
createdAt: string;
|
|
545
546
|
updatedAt: string;
|
|
546
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
547
547
|
id: string;
|
|
548
548
|
name: string;
|
|
549
549
|
crn: string | null;
|
|
@@ -574,9 +574,9 @@ export declare const JobSchema: z.ZodObject<{
|
|
|
574
574
|
} | null | undefined;
|
|
575
575
|
} | null | undefined;
|
|
576
576
|
}, {
|
|
577
|
+
status: "APPROVED" | "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
577
578
|
createdAt: string | Date;
|
|
578
579
|
updatedAt: string | Date;
|
|
579
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
580
580
|
id: string;
|
|
581
581
|
userId: string;
|
|
582
582
|
company?: {
|
|
@@ -586,9 +586,9 @@ export declare const JobSchema: z.ZodObject<{
|
|
|
586
586
|
name: string;
|
|
587
587
|
} | null | undefined;
|
|
588
588
|
client?: {
|
|
589
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
589
590
|
createdAt: string | Date;
|
|
590
591
|
updatedAt: string | Date;
|
|
591
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
592
592
|
id: string;
|
|
593
593
|
name: string;
|
|
594
594
|
crn: string | null;
|
|
@@ -618,9 +618,9 @@ export declare const JobSchema: z.ZodObject<{
|
|
|
618
618
|
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;
|
|
619
619
|
} | null | undefined;
|
|
620
620
|
newCollaboration?: {
|
|
621
|
+
status: "APPROVED" | "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
621
622
|
createdAt: string | Date;
|
|
622
623
|
updatedAt: string | Date;
|
|
623
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
624
624
|
id: string;
|
|
625
625
|
userId: string;
|
|
626
626
|
company?: {
|
|
@@ -630,9 +630,9 @@ export declare const JobSchema: z.ZodObject<{
|
|
|
630
630
|
name: string;
|
|
631
631
|
} | null | undefined;
|
|
632
632
|
client?: {
|
|
633
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
633
634
|
createdAt: string | Date;
|
|
634
635
|
updatedAt: string | Date;
|
|
635
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
636
636
|
id: string;
|
|
637
637
|
name: string;
|
|
638
638
|
crn: string | null;
|
|
@@ -666,12 +666,12 @@ export declare const JobSchema: z.ZodObject<{
|
|
|
666
666
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
667
667
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
668
668
|
}, "strip", z.ZodTypeAny, {
|
|
669
|
+
description: string;
|
|
670
|
+
numberOfPositions: number;
|
|
671
|
+
status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE";
|
|
669
672
|
createdAt: string;
|
|
670
673
|
updatedAt: string;
|
|
671
|
-
status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE";
|
|
672
674
|
id: string;
|
|
673
|
-
description: string;
|
|
674
|
-
numberOfPositions: number;
|
|
675
675
|
pay: {
|
|
676
676
|
rateUnit: "DAILY" | "HOURLY";
|
|
677
677
|
rate: number;
|
|
@@ -695,9 +695,9 @@ export declare const JobSchema: z.ZodObject<{
|
|
|
695
695
|
areaCovered?: string | null | undefined;
|
|
696
696
|
} | null | undefined;
|
|
697
697
|
currentCollaboration?: {
|
|
698
|
+
status: "APPROVED" | "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
698
699
|
createdAt: string;
|
|
699
700
|
updatedAt: string;
|
|
700
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
701
701
|
id: string;
|
|
702
702
|
userId: string;
|
|
703
703
|
company?: {
|
|
@@ -707,9 +707,9 @@ export declare const JobSchema: z.ZodObject<{
|
|
|
707
707
|
name: string;
|
|
708
708
|
} | null | undefined;
|
|
709
709
|
client?: {
|
|
710
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
710
711
|
createdAt: string;
|
|
711
712
|
updatedAt: string;
|
|
712
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
713
713
|
id: string;
|
|
714
714
|
name: string;
|
|
715
715
|
crn: string | null;
|
|
@@ -739,9 +739,9 @@ export declare const JobSchema: z.ZodObject<{
|
|
|
739
739
|
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;
|
|
740
740
|
} | null | undefined;
|
|
741
741
|
newCollaboration?: {
|
|
742
|
+
status: "APPROVED" | "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
742
743
|
createdAt: string;
|
|
743
744
|
updatedAt: string;
|
|
744
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
745
745
|
id: string;
|
|
746
746
|
userId: string;
|
|
747
747
|
company?: {
|
|
@@ -751,9 +751,9 @@ export declare const JobSchema: z.ZodObject<{
|
|
|
751
751
|
name: string;
|
|
752
752
|
} | null | undefined;
|
|
753
753
|
client?: {
|
|
754
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
754
755
|
createdAt: string;
|
|
755
756
|
updatedAt: string;
|
|
756
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
757
757
|
id: string;
|
|
758
758
|
name: string;
|
|
759
759
|
crn: string | null;
|
|
@@ -785,12 +785,12 @@ export declare const JobSchema: z.ZodObject<{
|
|
|
785
785
|
} | null | undefined;
|
|
786
786
|
} | null | undefined;
|
|
787
787
|
}, {
|
|
788
|
+
description: string;
|
|
789
|
+
numberOfPositions: number;
|
|
790
|
+
status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE";
|
|
788
791
|
createdAt: string | Date;
|
|
789
792
|
updatedAt: string | Date;
|
|
790
|
-
status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE";
|
|
791
793
|
id: string;
|
|
792
|
-
description: string;
|
|
793
|
-
numberOfPositions: number;
|
|
794
794
|
pay: {
|
|
795
795
|
rateUnit: "DAILY" | "HOURLY";
|
|
796
796
|
rate: number;
|
|
@@ -814,9 +814,9 @@ export declare const JobSchema: z.ZodObject<{
|
|
|
814
814
|
qualificationTypeId?: string | null | undefined;
|
|
815
815
|
}[] | undefined;
|
|
816
816
|
currentCollaboration?: {
|
|
817
|
+
status: "APPROVED" | "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
817
818
|
createdAt: string | Date;
|
|
818
819
|
updatedAt: string | Date;
|
|
819
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
820
820
|
id: string;
|
|
821
821
|
userId: string;
|
|
822
822
|
company?: {
|
|
@@ -826,9 +826,9 @@ export declare const JobSchema: z.ZodObject<{
|
|
|
826
826
|
name: string;
|
|
827
827
|
} | null | undefined;
|
|
828
828
|
client?: {
|
|
829
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
829
830
|
createdAt: string | Date;
|
|
830
831
|
updatedAt: string | Date;
|
|
831
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
832
832
|
id: string;
|
|
833
833
|
name: string;
|
|
834
834
|
crn: string | null;
|
|
@@ -858,9 +858,9 @@ export declare const JobSchema: z.ZodObject<{
|
|
|
858
858
|
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;
|
|
859
859
|
} | null | undefined;
|
|
860
860
|
newCollaboration?: {
|
|
861
|
+
status: "APPROVED" | "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
861
862
|
createdAt: string | Date;
|
|
862
863
|
updatedAt: string | Date;
|
|
863
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
864
864
|
id: string;
|
|
865
865
|
userId: string;
|
|
866
866
|
company?: {
|
|
@@ -870,9 +870,9 @@ export declare const JobSchema: z.ZodObject<{
|
|
|
870
870
|
name: string;
|
|
871
871
|
} | null | undefined;
|
|
872
872
|
client?: {
|
|
873
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
873
874
|
createdAt: string | Date;
|
|
874
875
|
updatedAt: string | Date;
|
|
875
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
876
876
|
id: string;
|
|
877
877
|
name: string;
|
|
878
878
|
crn: string | null;
|
|
@@ -957,9 +957,9 @@ export declare const CreateJobSchema: z.ZodObject<{
|
|
|
957
957
|
}>, "many">>;
|
|
958
958
|
status: z.ZodDefault<z.ZodEnum<["CANCELED", "FILLED", "AVAILABLE", "NOT_AVAILABLE"]>>;
|
|
959
959
|
}, "strip", z.ZodTypeAny, {
|
|
960
|
-
status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE";
|
|
961
960
|
description: string;
|
|
962
961
|
numberOfPositions: number;
|
|
962
|
+
status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE";
|
|
963
963
|
workHours: number;
|
|
964
964
|
pay: {
|
|
965
965
|
rateUnit: "DAILY" | "HOURLY";
|
|
@@ -1056,9 +1056,9 @@ export declare const UpdateJobSchema: z.ZodObject<{
|
|
|
1056
1056
|
}>, "many">>;
|
|
1057
1057
|
status: z.ZodOptional<z.ZodEnum<["CANCELED", "FILLED", "AVAILABLE", "NOT_AVAILABLE"]>>;
|
|
1058
1058
|
}, "strip", z.ZodTypeAny, {
|
|
1059
|
-
status?: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | undefined;
|
|
1060
1059
|
description?: string | undefined;
|
|
1061
1060
|
numberOfPositions?: number | undefined;
|
|
1061
|
+
status?: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | undefined;
|
|
1062
1062
|
workHours?: number | undefined;
|
|
1063
1063
|
pay?: {
|
|
1064
1064
|
rateUnit: "DAILY" | "HOURLY";
|
|
@@ -1079,9 +1079,9 @@ export declare const UpdateJobSchema: z.ZodObject<{
|
|
|
1079
1079
|
id: string;
|
|
1080
1080
|
} | undefined;
|
|
1081
1081
|
}, {
|
|
1082
|
-
status?: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | undefined;
|
|
1083
1082
|
description?: string | undefined;
|
|
1084
1083
|
numberOfPositions?: number | undefined;
|
|
1084
|
+
status?: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | undefined;
|
|
1085
1085
|
workHours?: number | undefined;
|
|
1086
1086
|
pay?: {
|
|
1087
1087
|
rate: number;
|
|
@@ -1110,6 +1110,16 @@ export declare const FilterJobSchema: z.ZodObject<{
|
|
|
1110
1110
|
page: z.ZodDefault<z.ZodNumber>;
|
|
1111
1111
|
} & {
|
|
1112
1112
|
tradeId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1113
|
+
createdAt: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
1114
|
+
from: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1115
|
+
to: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1116
|
+
}, "strip", z.ZodTypeAny, {
|
|
1117
|
+
from?: string | null | undefined;
|
|
1118
|
+
to?: string | null | undefined;
|
|
1119
|
+
}, {
|
|
1120
|
+
from?: string | null | undefined;
|
|
1121
|
+
to?: string | null | undefined;
|
|
1122
|
+
}>>>;
|
|
1113
1123
|
qualificationFilters: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1114
1124
|
qualificationId: z.ZodOptional<z.ZodString>;
|
|
1115
1125
|
qualificationTypeId: z.ZodOptional<z.ZodString>;
|
|
@@ -1124,8 +1134,16 @@ export declare const FilterJobSchema: z.ZodObject<{
|
|
|
1124
1134
|
userId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1125
1135
|
clientId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1126
1136
|
companyId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1127
|
-
|
|
1128
|
-
|
|
1137
|
+
location: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
1138
|
+
postcode: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1139
|
+
radius: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
1140
|
+
}, "strip", z.ZodTypeAny, {
|
|
1141
|
+
postcode?: string | null | undefined;
|
|
1142
|
+
radius?: number | null | undefined;
|
|
1143
|
+
}, {
|
|
1144
|
+
postcode?: string | null | undefined;
|
|
1145
|
+
radius?: number | null | undefined;
|
|
1146
|
+
}>>>;
|
|
1129
1147
|
pay: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
1130
1148
|
minRate: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
1131
1149
|
maxRate: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -1136,66 +1154,60 @@ export declare const FilterJobSchema: z.ZodObject<{
|
|
|
1136
1154
|
minRate?: number | null | undefined;
|
|
1137
1155
|
maxRate?: number | null | undefined;
|
|
1138
1156
|
}>>>;
|
|
1139
|
-
createdAt: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
1140
|
-
from: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1141
|
-
to: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1142
|
-
}, "strip", z.ZodTypeAny, {
|
|
1143
|
-
from?: string | null | undefined;
|
|
1144
|
-
to?: string | null | undefined;
|
|
1145
|
-
}, {
|
|
1146
|
-
from?: string | null | undefined;
|
|
1147
|
-
to?: string | null | undefined;
|
|
1148
|
-
}>>>;
|
|
1149
1157
|
sortBy: z.ZodNullable<z.ZodOptional<z.ZodEnum<["description", "numberOfPositions", "status", "createdAt", "updatedAt"]>>>;
|
|
1150
1158
|
sortOrder: z.ZodNullable<z.ZodOptional<z.ZodEnum<["ASC", "DESC"]>>>;
|
|
1151
1159
|
}, "strip", z.ZodTypeAny, {
|
|
1152
1160
|
limit: number;
|
|
1153
1161
|
page: number;
|
|
1162
|
+
status?: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | null | undefined;
|
|
1154
1163
|
createdAt?: {
|
|
1155
1164
|
from?: string | null | undefined;
|
|
1156
1165
|
to?: string | null | undefined;
|
|
1157
1166
|
} | null | undefined;
|
|
1158
|
-
status?: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | null | undefined;
|
|
1159
|
-
userId?: string | null | undefined;
|
|
1160
|
-
companyId?: string | null | undefined;
|
|
1161
|
-
clientId?: string | null | undefined;
|
|
1162
|
-
sortBy?: "createdAt" | "updatedAt" | "status" | "description" | "numberOfPositions" | null | undefined;
|
|
1163
|
-
sortOrder?: "ASC" | "DESC" | null | undefined;
|
|
1164
1167
|
pay?: {
|
|
1165
1168
|
minRate?: number | null | undefined;
|
|
1166
1169
|
maxRate?: number | null | undefined;
|
|
1167
1170
|
} | null | undefined;
|
|
1168
|
-
|
|
1171
|
+
location?: {
|
|
1172
|
+
postcode?: string | null | undefined;
|
|
1173
|
+
radius?: number | null | undefined;
|
|
1174
|
+
} | null | undefined;
|
|
1169
1175
|
tradeId?: string | null | undefined;
|
|
1176
|
+
userId?: string | null | undefined;
|
|
1170
1177
|
qualificationFilters?: {
|
|
1171
1178
|
qualificationId?: string | undefined;
|
|
1172
1179
|
qualificationTypeId?: string | undefined;
|
|
1173
1180
|
}[] | undefined;
|
|
1174
|
-
|
|
1181
|
+
clientId?: string | null | undefined;
|
|
1182
|
+
companyId?: string | null | undefined;
|
|
1183
|
+
sortBy?: "description" | "numberOfPositions" | "status" | "createdAt" | "updatedAt" | null | undefined;
|
|
1184
|
+
sortOrder?: "ASC" | "DESC" | null | undefined;
|
|
1175
1185
|
}, {
|
|
1186
|
+
status?: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | null | undefined;
|
|
1176
1187
|
createdAt?: {
|
|
1177
1188
|
from?: string | null | undefined;
|
|
1178
1189
|
to?: string | null | undefined;
|
|
1179
1190
|
} | null | undefined;
|
|
1180
|
-
status?: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | null | undefined;
|
|
1181
|
-
userId?: string | null | undefined;
|
|
1182
|
-
limit?: number | undefined;
|
|
1183
|
-
page?: number | undefined;
|
|
1184
|
-
companyId?: string | null | undefined;
|
|
1185
|
-
clientId?: string | null | undefined;
|
|
1186
|
-
sortBy?: "createdAt" | "updatedAt" | "status" | "description" | "numberOfPositions" | null | undefined;
|
|
1187
|
-
sortOrder?: "ASC" | "DESC" | null | undefined;
|
|
1188
1191
|
pay?: {
|
|
1189
1192
|
minRate?: number | null | undefined;
|
|
1190
1193
|
maxRate?: number | null | undefined;
|
|
1191
1194
|
} | null | undefined;
|
|
1192
|
-
|
|
1195
|
+
location?: {
|
|
1196
|
+
postcode?: string | null | undefined;
|
|
1197
|
+
radius?: number | null | undefined;
|
|
1198
|
+
} | null | undefined;
|
|
1193
1199
|
tradeId?: string | null | undefined;
|
|
1200
|
+
userId?: string | null | undefined;
|
|
1201
|
+
limit?: number | undefined;
|
|
1202
|
+
page?: number | undefined;
|
|
1194
1203
|
qualificationFilters?: {
|
|
1195
1204
|
qualificationId?: string | undefined;
|
|
1196
1205
|
qualificationTypeId?: string | undefined;
|
|
1197
1206
|
}[] | undefined;
|
|
1198
|
-
|
|
1207
|
+
clientId?: string | null | undefined;
|
|
1208
|
+
companyId?: string | null | undefined;
|
|
1209
|
+
sortBy?: "description" | "numberOfPositions" | "status" | "createdAt" | "updatedAt" | null | undefined;
|
|
1210
|
+
sortOrder?: "ASC" | "DESC" | null | undefined;
|
|
1199
1211
|
}>;
|
|
1200
1212
|
export declare const PaginatedJobResponseSchema: z.ZodObject<{
|
|
1201
1213
|
items: z.ZodArray<z.ZodObject<{
|
|
@@ -1312,9 +1324,9 @@ export declare const PaginatedJobResponseSchema: z.ZodObject<{
|
|
|
1312
1324
|
agentId: string;
|
|
1313
1325
|
}>>>;
|
|
1314
1326
|
}, "strip", z.ZodTypeAny, {
|
|
1327
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
1315
1328
|
createdAt: string;
|
|
1316
1329
|
updatedAt: string;
|
|
1317
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
1318
1330
|
id: string;
|
|
1319
1331
|
name: string;
|
|
1320
1332
|
crn: string | null;
|
|
@@ -1332,9 +1344,9 @@ export declare const PaginatedJobResponseSchema: z.ZodObject<{
|
|
|
1332
1344
|
agentId: string;
|
|
1333
1345
|
} | null | undefined;
|
|
1334
1346
|
}, {
|
|
1347
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
1335
1348
|
createdAt: string | Date;
|
|
1336
1349
|
updatedAt: string | Date;
|
|
1337
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
1338
1350
|
id: string;
|
|
1339
1351
|
name: string;
|
|
1340
1352
|
crn: string | null;
|
|
@@ -1441,9 +1453,9 @@ export declare const PaginatedJobResponseSchema: z.ZodObject<{
|
|
|
1441
1453
|
agentId: string;
|
|
1442
1454
|
}>>>;
|
|
1443
1455
|
}, "strip", z.ZodTypeAny, {
|
|
1456
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
1444
1457
|
createdAt: string;
|
|
1445
1458
|
updatedAt: string;
|
|
1446
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
1447
1459
|
id: string;
|
|
1448
1460
|
name: string;
|
|
1449
1461
|
crn: string | null;
|
|
@@ -1461,9 +1473,9 @@ export declare const PaginatedJobResponseSchema: z.ZodObject<{
|
|
|
1461
1473
|
agentId: string;
|
|
1462
1474
|
} | null | undefined;
|
|
1463
1475
|
}, {
|
|
1476
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
1464
1477
|
createdAt: string | Date;
|
|
1465
1478
|
updatedAt: string | Date;
|
|
1466
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
1467
1479
|
id: string;
|
|
1468
1480
|
name: string;
|
|
1469
1481
|
crn: string | null;
|
|
@@ -1517,9 +1529,9 @@ export declare const PaginatedJobResponseSchema: z.ZodObject<{
|
|
|
1517
1529
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
1518
1530
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
1519
1531
|
}, "strip", z.ZodTypeAny, {
|
|
1532
|
+
status: "APPROVED" | "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
1520
1533
|
createdAt: string;
|
|
1521
1534
|
updatedAt: string;
|
|
1522
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
1523
1535
|
id: string;
|
|
1524
1536
|
userId: string;
|
|
1525
1537
|
company?: {
|
|
@@ -1529,9 +1541,9 @@ export declare const PaginatedJobResponseSchema: z.ZodObject<{
|
|
|
1529
1541
|
name: string;
|
|
1530
1542
|
} | null | undefined;
|
|
1531
1543
|
client?: {
|
|
1544
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
1532
1545
|
createdAt: string;
|
|
1533
1546
|
updatedAt: string;
|
|
1534
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
1535
1547
|
id: string;
|
|
1536
1548
|
name: string;
|
|
1537
1549
|
crn: string | null;
|
|
@@ -1561,9 +1573,9 @@ export declare const PaginatedJobResponseSchema: z.ZodObject<{
|
|
|
1561
1573
|
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;
|
|
1562
1574
|
} | null | undefined;
|
|
1563
1575
|
}, {
|
|
1576
|
+
status: "APPROVED" | "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
1564
1577
|
createdAt: string | Date;
|
|
1565
1578
|
updatedAt: string | Date;
|
|
1566
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
1567
1579
|
id: string;
|
|
1568
1580
|
userId: string;
|
|
1569
1581
|
company?: {
|
|
@@ -1573,9 +1585,9 @@ export declare const PaginatedJobResponseSchema: z.ZodObject<{
|
|
|
1573
1585
|
name: string;
|
|
1574
1586
|
} | null | undefined;
|
|
1575
1587
|
client?: {
|
|
1588
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
1576
1589
|
createdAt: string | Date;
|
|
1577
1590
|
updatedAt: string | Date;
|
|
1578
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
1579
1591
|
id: string;
|
|
1580
1592
|
name: string;
|
|
1581
1593
|
crn: string | null;
|
|
@@ -1606,9 +1618,9 @@ export declare const PaginatedJobResponseSchema: z.ZodObject<{
|
|
|
1606
1618
|
} | null | undefined;
|
|
1607
1619
|
}>>>;
|
|
1608
1620
|
}, "strip", z.ZodTypeAny, {
|
|
1621
|
+
status: "APPROVED" | "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
1609
1622
|
createdAt: string;
|
|
1610
1623
|
updatedAt: string;
|
|
1611
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
1612
1624
|
id: string;
|
|
1613
1625
|
userId: string;
|
|
1614
1626
|
company?: {
|
|
@@ -1618,9 +1630,9 @@ export declare const PaginatedJobResponseSchema: z.ZodObject<{
|
|
|
1618
1630
|
name: string;
|
|
1619
1631
|
} | null | undefined;
|
|
1620
1632
|
client?: {
|
|
1633
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
1621
1634
|
createdAt: string;
|
|
1622
1635
|
updatedAt: string;
|
|
1623
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
1624
1636
|
id: string;
|
|
1625
1637
|
name: string;
|
|
1626
1638
|
crn: string | null;
|
|
@@ -1650,9 +1662,9 @@ export declare const PaginatedJobResponseSchema: z.ZodObject<{
|
|
|
1650
1662
|
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;
|
|
1651
1663
|
} | null | undefined;
|
|
1652
1664
|
newCollaboration?: {
|
|
1665
|
+
status: "APPROVED" | "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
1653
1666
|
createdAt: string;
|
|
1654
1667
|
updatedAt: string;
|
|
1655
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
1656
1668
|
id: string;
|
|
1657
1669
|
userId: string;
|
|
1658
1670
|
company?: {
|
|
@@ -1662,9 +1674,9 @@ export declare const PaginatedJobResponseSchema: z.ZodObject<{
|
|
|
1662
1674
|
name: string;
|
|
1663
1675
|
} | null | undefined;
|
|
1664
1676
|
client?: {
|
|
1677
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
1665
1678
|
createdAt: string;
|
|
1666
1679
|
updatedAt: string;
|
|
1667
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
1668
1680
|
id: string;
|
|
1669
1681
|
name: string;
|
|
1670
1682
|
crn: string | null;
|
|
@@ -1695,9 +1707,9 @@ export declare const PaginatedJobResponseSchema: z.ZodObject<{
|
|
|
1695
1707
|
} | null | undefined;
|
|
1696
1708
|
} | null | undefined;
|
|
1697
1709
|
}, {
|
|
1710
|
+
status: "APPROVED" | "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
1698
1711
|
createdAt: string | Date;
|
|
1699
1712
|
updatedAt: string | Date;
|
|
1700
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
1701
1713
|
id: string;
|
|
1702
1714
|
userId: string;
|
|
1703
1715
|
company?: {
|
|
@@ -1707,9 +1719,9 @@ export declare const PaginatedJobResponseSchema: z.ZodObject<{
|
|
|
1707
1719
|
name: string;
|
|
1708
1720
|
} | null | undefined;
|
|
1709
1721
|
client?: {
|
|
1722
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
1710
1723
|
createdAt: string | Date;
|
|
1711
1724
|
updatedAt: string | Date;
|
|
1712
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
1713
1725
|
id: string;
|
|
1714
1726
|
name: string;
|
|
1715
1727
|
crn: string | null;
|
|
@@ -1739,9 +1751,9 @@ export declare const PaginatedJobResponseSchema: z.ZodObject<{
|
|
|
1739
1751
|
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;
|
|
1740
1752
|
} | null | undefined;
|
|
1741
1753
|
newCollaboration?: {
|
|
1754
|
+
status: "APPROVED" | "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
1742
1755
|
createdAt: string | Date;
|
|
1743
1756
|
updatedAt: string | Date;
|
|
1744
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
1745
1757
|
id: string;
|
|
1746
1758
|
userId: string;
|
|
1747
1759
|
company?: {
|
|
@@ -1751,9 +1763,9 @@ export declare const PaginatedJobResponseSchema: z.ZodObject<{
|
|
|
1751
1763
|
name: string;
|
|
1752
1764
|
} | null | undefined;
|
|
1753
1765
|
client?: {
|
|
1766
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
1754
1767
|
createdAt: string | Date;
|
|
1755
1768
|
updatedAt: string | Date;
|
|
1756
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
1757
1769
|
id: string;
|
|
1758
1770
|
name: string;
|
|
1759
1771
|
crn: string | null;
|
|
@@ -1787,12 +1799,12 @@ export declare const PaginatedJobResponseSchema: z.ZodObject<{
|
|
|
1787
1799
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
1788
1800
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
1789
1801
|
}, "strip", z.ZodTypeAny, {
|
|
1802
|
+
description: string;
|
|
1803
|
+
numberOfPositions: number;
|
|
1804
|
+
status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE";
|
|
1790
1805
|
createdAt: string;
|
|
1791
1806
|
updatedAt: string;
|
|
1792
|
-
status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE";
|
|
1793
1807
|
id: string;
|
|
1794
|
-
description: string;
|
|
1795
|
-
numberOfPositions: number;
|
|
1796
1808
|
pay: {
|
|
1797
1809
|
rateUnit: "DAILY" | "HOURLY";
|
|
1798
1810
|
rate: number;
|
|
@@ -1816,9 +1828,9 @@ export declare const PaginatedJobResponseSchema: z.ZodObject<{
|
|
|
1816
1828
|
areaCovered?: string | null | undefined;
|
|
1817
1829
|
} | null | undefined;
|
|
1818
1830
|
currentCollaboration?: {
|
|
1831
|
+
status: "APPROVED" | "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
1819
1832
|
createdAt: string;
|
|
1820
1833
|
updatedAt: string;
|
|
1821
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
1822
1834
|
id: string;
|
|
1823
1835
|
userId: string;
|
|
1824
1836
|
company?: {
|
|
@@ -1828,9 +1840,9 @@ export declare const PaginatedJobResponseSchema: z.ZodObject<{
|
|
|
1828
1840
|
name: string;
|
|
1829
1841
|
} | null | undefined;
|
|
1830
1842
|
client?: {
|
|
1843
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
1831
1844
|
createdAt: string;
|
|
1832
1845
|
updatedAt: string;
|
|
1833
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
1834
1846
|
id: string;
|
|
1835
1847
|
name: string;
|
|
1836
1848
|
crn: string | null;
|
|
@@ -1860,9 +1872,9 @@ export declare const PaginatedJobResponseSchema: z.ZodObject<{
|
|
|
1860
1872
|
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;
|
|
1861
1873
|
} | null | undefined;
|
|
1862
1874
|
newCollaboration?: {
|
|
1875
|
+
status: "APPROVED" | "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
1863
1876
|
createdAt: string;
|
|
1864
1877
|
updatedAt: string;
|
|
1865
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
1866
1878
|
id: string;
|
|
1867
1879
|
userId: string;
|
|
1868
1880
|
company?: {
|
|
@@ -1872,9 +1884,9 @@ export declare const PaginatedJobResponseSchema: z.ZodObject<{
|
|
|
1872
1884
|
name: string;
|
|
1873
1885
|
} | null | undefined;
|
|
1874
1886
|
client?: {
|
|
1887
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
1875
1888
|
createdAt: string;
|
|
1876
1889
|
updatedAt: string;
|
|
1877
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
1878
1890
|
id: string;
|
|
1879
1891
|
name: string;
|
|
1880
1892
|
crn: string | null;
|
|
@@ -1906,12 +1918,12 @@ export declare const PaginatedJobResponseSchema: z.ZodObject<{
|
|
|
1906
1918
|
} | null | undefined;
|
|
1907
1919
|
} | null | undefined;
|
|
1908
1920
|
}, {
|
|
1921
|
+
description: string;
|
|
1922
|
+
numberOfPositions: number;
|
|
1923
|
+
status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE";
|
|
1909
1924
|
createdAt: string | Date;
|
|
1910
1925
|
updatedAt: string | Date;
|
|
1911
|
-
status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE";
|
|
1912
1926
|
id: string;
|
|
1913
|
-
description: string;
|
|
1914
|
-
numberOfPositions: number;
|
|
1915
1927
|
pay: {
|
|
1916
1928
|
rateUnit: "DAILY" | "HOURLY";
|
|
1917
1929
|
rate: number;
|
|
@@ -1935,9 +1947,9 @@ export declare const PaginatedJobResponseSchema: z.ZodObject<{
|
|
|
1935
1947
|
qualificationTypeId?: string | null | undefined;
|
|
1936
1948
|
}[] | undefined;
|
|
1937
1949
|
currentCollaboration?: {
|
|
1950
|
+
status: "APPROVED" | "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
1938
1951
|
createdAt: string | Date;
|
|
1939
1952
|
updatedAt: string | Date;
|
|
1940
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
1941
1953
|
id: string;
|
|
1942
1954
|
userId: string;
|
|
1943
1955
|
company?: {
|
|
@@ -1947,9 +1959,9 @@ export declare const PaginatedJobResponseSchema: z.ZodObject<{
|
|
|
1947
1959
|
name: string;
|
|
1948
1960
|
} | null | undefined;
|
|
1949
1961
|
client?: {
|
|
1962
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
1950
1963
|
createdAt: string | Date;
|
|
1951
1964
|
updatedAt: string | Date;
|
|
1952
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
1953
1965
|
id: string;
|
|
1954
1966
|
name: string;
|
|
1955
1967
|
crn: string | null;
|
|
@@ -1979,9 +1991,9 @@ export declare const PaginatedJobResponseSchema: z.ZodObject<{
|
|
|
1979
1991
|
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;
|
|
1980
1992
|
} | null | undefined;
|
|
1981
1993
|
newCollaboration?: {
|
|
1994
|
+
status: "APPROVED" | "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
1982
1995
|
createdAt: string | Date;
|
|
1983
1996
|
updatedAt: string | Date;
|
|
1984
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
1985
1997
|
id: string;
|
|
1986
1998
|
userId: string;
|
|
1987
1999
|
company?: {
|
|
@@ -1991,9 +2003,9 @@ export declare const PaginatedJobResponseSchema: z.ZodObject<{
|
|
|
1991
2003
|
name: string;
|
|
1992
2004
|
} | null | undefined;
|
|
1993
2005
|
client?: {
|
|
2006
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
1994
2007
|
createdAt: string | Date;
|
|
1995
2008
|
updatedAt: string | Date;
|
|
1996
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
1997
2009
|
id: string;
|
|
1998
2010
|
name: string;
|
|
1999
2011
|
crn: string | null;
|
|
@@ -2033,12 +2045,12 @@ export declare const PaginatedJobResponseSchema: z.ZodObject<{
|
|
|
2033
2045
|
}, "strip", z.ZodTypeAny, {
|
|
2034
2046
|
limit: number;
|
|
2035
2047
|
items: {
|
|
2048
|
+
description: string;
|
|
2049
|
+
numberOfPositions: number;
|
|
2050
|
+
status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE";
|
|
2036
2051
|
createdAt: string;
|
|
2037
2052
|
updatedAt: string;
|
|
2038
|
-
status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE";
|
|
2039
2053
|
id: string;
|
|
2040
|
-
description: string;
|
|
2041
|
-
numberOfPositions: number;
|
|
2042
2054
|
pay: {
|
|
2043
2055
|
rateUnit: "DAILY" | "HOURLY";
|
|
2044
2056
|
rate: number;
|
|
@@ -2062,9 +2074,9 @@ export declare const PaginatedJobResponseSchema: z.ZodObject<{
|
|
|
2062
2074
|
areaCovered?: string | null | undefined;
|
|
2063
2075
|
} | null | undefined;
|
|
2064
2076
|
currentCollaboration?: {
|
|
2077
|
+
status: "APPROVED" | "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
2065
2078
|
createdAt: string;
|
|
2066
2079
|
updatedAt: string;
|
|
2067
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
2068
2080
|
id: string;
|
|
2069
2081
|
userId: string;
|
|
2070
2082
|
company?: {
|
|
@@ -2074,9 +2086,9 @@ export declare const PaginatedJobResponseSchema: z.ZodObject<{
|
|
|
2074
2086
|
name: string;
|
|
2075
2087
|
} | null | undefined;
|
|
2076
2088
|
client?: {
|
|
2089
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
2077
2090
|
createdAt: string;
|
|
2078
2091
|
updatedAt: string;
|
|
2079
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
2080
2092
|
id: string;
|
|
2081
2093
|
name: string;
|
|
2082
2094
|
crn: string | null;
|
|
@@ -2106,9 +2118,9 @@ export declare const PaginatedJobResponseSchema: z.ZodObject<{
|
|
|
2106
2118
|
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;
|
|
2107
2119
|
} | null | undefined;
|
|
2108
2120
|
newCollaboration?: {
|
|
2121
|
+
status: "APPROVED" | "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
2109
2122
|
createdAt: string;
|
|
2110
2123
|
updatedAt: string;
|
|
2111
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
2112
2124
|
id: string;
|
|
2113
2125
|
userId: string;
|
|
2114
2126
|
company?: {
|
|
@@ -2118,9 +2130,9 @@ export declare const PaginatedJobResponseSchema: z.ZodObject<{
|
|
|
2118
2130
|
name: string;
|
|
2119
2131
|
} | null | undefined;
|
|
2120
2132
|
client?: {
|
|
2133
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
2121
2134
|
createdAt: string;
|
|
2122
2135
|
updatedAt: string;
|
|
2123
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
2124
2136
|
id: string;
|
|
2125
2137
|
name: string;
|
|
2126
2138
|
crn: string | null;
|
|
@@ -2159,12 +2171,12 @@ export declare const PaginatedJobResponseSchema: z.ZodObject<{
|
|
|
2159
2171
|
}, {
|
|
2160
2172
|
limit: number;
|
|
2161
2173
|
items: {
|
|
2174
|
+
description: string;
|
|
2175
|
+
numberOfPositions: number;
|
|
2176
|
+
status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE";
|
|
2162
2177
|
createdAt: string | Date;
|
|
2163
2178
|
updatedAt: string | Date;
|
|
2164
|
-
status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE";
|
|
2165
2179
|
id: string;
|
|
2166
|
-
description: string;
|
|
2167
|
-
numberOfPositions: number;
|
|
2168
2180
|
pay: {
|
|
2169
2181
|
rateUnit: "DAILY" | "HOURLY";
|
|
2170
2182
|
rate: number;
|
|
@@ -2188,9 +2200,9 @@ export declare const PaginatedJobResponseSchema: z.ZodObject<{
|
|
|
2188
2200
|
qualificationTypeId?: string | null | undefined;
|
|
2189
2201
|
}[] | undefined;
|
|
2190
2202
|
currentCollaboration?: {
|
|
2203
|
+
status: "APPROVED" | "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
2191
2204
|
createdAt: string | Date;
|
|
2192
2205
|
updatedAt: string | Date;
|
|
2193
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
2194
2206
|
id: string;
|
|
2195
2207
|
userId: string;
|
|
2196
2208
|
company?: {
|
|
@@ -2200,9 +2212,9 @@ export declare const PaginatedJobResponseSchema: z.ZodObject<{
|
|
|
2200
2212
|
name: string;
|
|
2201
2213
|
} | null | undefined;
|
|
2202
2214
|
client?: {
|
|
2215
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
2203
2216
|
createdAt: string | Date;
|
|
2204
2217
|
updatedAt: string | Date;
|
|
2205
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
2206
2218
|
id: string;
|
|
2207
2219
|
name: string;
|
|
2208
2220
|
crn: string | null;
|
|
@@ -2232,9 +2244,9 @@ export declare const PaginatedJobResponseSchema: z.ZodObject<{
|
|
|
2232
2244
|
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;
|
|
2233
2245
|
} | null | undefined;
|
|
2234
2246
|
newCollaboration?: {
|
|
2247
|
+
status: "APPROVED" | "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
2235
2248
|
createdAt: string | Date;
|
|
2236
2249
|
updatedAt: string | Date;
|
|
2237
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
2238
2250
|
id: string;
|
|
2239
2251
|
userId: string;
|
|
2240
2252
|
company?: {
|
|
@@ -2244,9 +2256,9 @@ export declare const PaginatedJobResponseSchema: z.ZodObject<{
|
|
|
2244
2256
|
name: string;
|
|
2245
2257
|
} | null | undefined;
|
|
2246
2258
|
client?: {
|
|
2259
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
2247
2260
|
createdAt: string | Date;
|
|
2248
2261
|
updatedAt: string | Date;
|
|
2249
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
2250
2262
|
id: string;
|
|
2251
2263
|
name: string;
|
|
2252
2264
|
crn: string | null;
|
|
@@ -2348,9 +2360,9 @@ export declare const jobsContractRouter: {
|
|
|
2348
2360
|
}>, "many">>;
|
|
2349
2361
|
status: z.ZodDefault<z.ZodEnum<["CANCELED", "FILLED", "AVAILABLE", "NOT_AVAILABLE"]>>;
|
|
2350
2362
|
}, "strip", z.ZodTypeAny, {
|
|
2351
|
-
status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE";
|
|
2352
2363
|
description: string;
|
|
2353
2364
|
numberOfPositions: number;
|
|
2365
|
+
status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE";
|
|
2354
2366
|
workHours: number;
|
|
2355
2367
|
pay: {
|
|
2356
2368
|
rateUnit: "DAILY" | "HOURLY";
|
|
@@ -2610,9 +2622,9 @@ export declare const jobsContractRouter: {
|
|
|
2610
2622
|
agentId: string;
|
|
2611
2623
|
}>>>;
|
|
2612
2624
|
}, "strip", z.ZodTypeAny, {
|
|
2625
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
2613
2626
|
createdAt: string;
|
|
2614
2627
|
updatedAt: string;
|
|
2615
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
2616
2628
|
id: string;
|
|
2617
2629
|
name: string;
|
|
2618
2630
|
crn: string | null;
|
|
@@ -2630,9 +2642,9 @@ export declare const jobsContractRouter: {
|
|
|
2630
2642
|
agentId: string;
|
|
2631
2643
|
} | null | undefined;
|
|
2632
2644
|
}, {
|
|
2645
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
2633
2646
|
createdAt: string | Date;
|
|
2634
2647
|
updatedAt: string | Date;
|
|
2635
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
2636
2648
|
id: string;
|
|
2637
2649
|
name: string;
|
|
2638
2650
|
crn: string | null;
|
|
@@ -2739,9 +2751,9 @@ export declare const jobsContractRouter: {
|
|
|
2739
2751
|
agentId: string;
|
|
2740
2752
|
}>>>;
|
|
2741
2753
|
}, "strip", z.ZodTypeAny, {
|
|
2754
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
2742
2755
|
createdAt: string;
|
|
2743
2756
|
updatedAt: string;
|
|
2744
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
2745
2757
|
id: string;
|
|
2746
2758
|
name: string;
|
|
2747
2759
|
crn: string | null;
|
|
@@ -2759,9 +2771,9 @@ export declare const jobsContractRouter: {
|
|
|
2759
2771
|
agentId: string;
|
|
2760
2772
|
} | null | undefined;
|
|
2761
2773
|
}, {
|
|
2774
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
2762
2775
|
createdAt: string | Date;
|
|
2763
2776
|
updatedAt: string | Date;
|
|
2764
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
2765
2777
|
id: string;
|
|
2766
2778
|
name: string;
|
|
2767
2779
|
crn: string | null;
|
|
@@ -2815,9 +2827,9 @@ export declare const jobsContractRouter: {
|
|
|
2815
2827
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
2816
2828
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
2817
2829
|
}, "strip", z.ZodTypeAny, {
|
|
2830
|
+
status: "APPROVED" | "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
2818
2831
|
createdAt: string;
|
|
2819
2832
|
updatedAt: string;
|
|
2820
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
2821
2833
|
id: string;
|
|
2822
2834
|
userId: string;
|
|
2823
2835
|
company?: {
|
|
@@ -2827,9 +2839,9 @@ export declare const jobsContractRouter: {
|
|
|
2827
2839
|
name: string;
|
|
2828
2840
|
} | null | undefined;
|
|
2829
2841
|
client?: {
|
|
2842
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
2830
2843
|
createdAt: string;
|
|
2831
2844
|
updatedAt: string;
|
|
2832
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
2833
2845
|
id: string;
|
|
2834
2846
|
name: string;
|
|
2835
2847
|
crn: string | null;
|
|
@@ -2859,9 +2871,9 @@ export declare const jobsContractRouter: {
|
|
|
2859
2871
|
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;
|
|
2860
2872
|
} | null | undefined;
|
|
2861
2873
|
}, {
|
|
2874
|
+
status: "APPROVED" | "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
2862
2875
|
createdAt: string | Date;
|
|
2863
2876
|
updatedAt: string | Date;
|
|
2864
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
2865
2877
|
id: string;
|
|
2866
2878
|
userId: string;
|
|
2867
2879
|
company?: {
|
|
@@ -2871,9 +2883,9 @@ export declare const jobsContractRouter: {
|
|
|
2871
2883
|
name: string;
|
|
2872
2884
|
} | null | undefined;
|
|
2873
2885
|
client?: {
|
|
2886
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
2874
2887
|
createdAt: string | Date;
|
|
2875
2888
|
updatedAt: string | Date;
|
|
2876
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
2877
2889
|
id: string;
|
|
2878
2890
|
name: string;
|
|
2879
2891
|
crn: string | null;
|
|
@@ -2904,9 +2916,9 @@ export declare const jobsContractRouter: {
|
|
|
2904
2916
|
} | null | undefined;
|
|
2905
2917
|
}>>>;
|
|
2906
2918
|
}, "strip", z.ZodTypeAny, {
|
|
2919
|
+
status: "APPROVED" | "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
2907
2920
|
createdAt: string;
|
|
2908
2921
|
updatedAt: string;
|
|
2909
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
2910
2922
|
id: string;
|
|
2911
2923
|
userId: string;
|
|
2912
2924
|
company?: {
|
|
@@ -2916,9 +2928,9 @@ export declare const jobsContractRouter: {
|
|
|
2916
2928
|
name: string;
|
|
2917
2929
|
} | null | undefined;
|
|
2918
2930
|
client?: {
|
|
2931
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
2919
2932
|
createdAt: string;
|
|
2920
2933
|
updatedAt: string;
|
|
2921
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
2922
2934
|
id: string;
|
|
2923
2935
|
name: string;
|
|
2924
2936
|
crn: string | null;
|
|
@@ -2948,9 +2960,9 @@ export declare const jobsContractRouter: {
|
|
|
2948
2960
|
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;
|
|
2949
2961
|
} | null | undefined;
|
|
2950
2962
|
newCollaboration?: {
|
|
2963
|
+
status: "APPROVED" | "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
2951
2964
|
createdAt: string;
|
|
2952
2965
|
updatedAt: string;
|
|
2953
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
2954
2966
|
id: string;
|
|
2955
2967
|
userId: string;
|
|
2956
2968
|
company?: {
|
|
@@ -2960,9 +2972,9 @@ export declare const jobsContractRouter: {
|
|
|
2960
2972
|
name: string;
|
|
2961
2973
|
} | null | undefined;
|
|
2962
2974
|
client?: {
|
|
2975
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
2963
2976
|
createdAt: string;
|
|
2964
2977
|
updatedAt: string;
|
|
2965
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
2966
2978
|
id: string;
|
|
2967
2979
|
name: string;
|
|
2968
2980
|
crn: string | null;
|
|
@@ -2993,9 +3005,9 @@ export declare const jobsContractRouter: {
|
|
|
2993
3005
|
} | null | undefined;
|
|
2994
3006
|
} | null | undefined;
|
|
2995
3007
|
}, {
|
|
3008
|
+
status: "APPROVED" | "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
2996
3009
|
createdAt: string | Date;
|
|
2997
3010
|
updatedAt: string | Date;
|
|
2998
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
2999
3011
|
id: string;
|
|
3000
3012
|
userId: string;
|
|
3001
3013
|
company?: {
|
|
@@ -3005,9 +3017,9 @@ export declare const jobsContractRouter: {
|
|
|
3005
3017
|
name: string;
|
|
3006
3018
|
} | null | undefined;
|
|
3007
3019
|
client?: {
|
|
3020
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
3008
3021
|
createdAt: string | Date;
|
|
3009
3022
|
updatedAt: string | Date;
|
|
3010
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
3011
3023
|
id: string;
|
|
3012
3024
|
name: string;
|
|
3013
3025
|
crn: string | null;
|
|
@@ -3037,9 +3049,9 @@ export declare const jobsContractRouter: {
|
|
|
3037
3049
|
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;
|
|
3038
3050
|
} | null | undefined;
|
|
3039
3051
|
newCollaboration?: {
|
|
3052
|
+
status: "APPROVED" | "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
3040
3053
|
createdAt: string | Date;
|
|
3041
3054
|
updatedAt: string | Date;
|
|
3042
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
3043
3055
|
id: string;
|
|
3044
3056
|
userId: string;
|
|
3045
3057
|
company?: {
|
|
@@ -3049,9 +3061,9 @@ export declare const jobsContractRouter: {
|
|
|
3049
3061
|
name: string;
|
|
3050
3062
|
} | null | undefined;
|
|
3051
3063
|
client?: {
|
|
3064
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
3052
3065
|
createdAt: string | Date;
|
|
3053
3066
|
updatedAt: string | Date;
|
|
3054
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
3055
3067
|
id: string;
|
|
3056
3068
|
name: string;
|
|
3057
3069
|
crn: string | null;
|
|
@@ -3085,12 +3097,12 @@ export declare const jobsContractRouter: {
|
|
|
3085
3097
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
3086
3098
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
3087
3099
|
}, "strip", z.ZodTypeAny, {
|
|
3100
|
+
description: string;
|
|
3101
|
+
numberOfPositions: number;
|
|
3102
|
+
status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE";
|
|
3088
3103
|
createdAt: string;
|
|
3089
3104
|
updatedAt: string;
|
|
3090
|
-
status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE";
|
|
3091
3105
|
id: string;
|
|
3092
|
-
description: string;
|
|
3093
|
-
numberOfPositions: number;
|
|
3094
3106
|
pay: {
|
|
3095
3107
|
rateUnit: "DAILY" | "HOURLY";
|
|
3096
3108
|
rate: number;
|
|
@@ -3114,9 +3126,9 @@ export declare const jobsContractRouter: {
|
|
|
3114
3126
|
areaCovered?: string | null | undefined;
|
|
3115
3127
|
} | null | undefined;
|
|
3116
3128
|
currentCollaboration?: {
|
|
3129
|
+
status: "APPROVED" | "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
3117
3130
|
createdAt: string;
|
|
3118
3131
|
updatedAt: string;
|
|
3119
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
3120
3132
|
id: string;
|
|
3121
3133
|
userId: string;
|
|
3122
3134
|
company?: {
|
|
@@ -3126,9 +3138,9 @@ export declare const jobsContractRouter: {
|
|
|
3126
3138
|
name: string;
|
|
3127
3139
|
} | null | undefined;
|
|
3128
3140
|
client?: {
|
|
3141
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
3129
3142
|
createdAt: string;
|
|
3130
3143
|
updatedAt: string;
|
|
3131
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
3132
3144
|
id: string;
|
|
3133
3145
|
name: string;
|
|
3134
3146
|
crn: string | null;
|
|
@@ -3158,9 +3170,9 @@ export declare const jobsContractRouter: {
|
|
|
3158
3170
|
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;
|
|
3159
3171
|
} | null | undefined;
|
|
3160
3172
|
newCollaboration?: {
|
|
3173
|
+
status: "APPROVED" | "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
3161
3174
|
createdAt: string;
|
|
3162
3175
|
updatedAt: string;
|
|
3163
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
3164
3176
|
id: string;
|
|
3165
3177
|
userId: string;
|
|
3166
3178
|
company?: {
|
|
@@ -3170,9 +3182,9 @@ export declare const jobsContractRouter: {
|
|
|
3170
3182
|
name: string;
|
|
3171
3183
|
} | null | undefined;
|
|
3172
3184
|
client?: {
|
|
3185
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
3173
3186
|
createdAt: string;
|
|
3174
3187
|
updatedAt: string;
|
|
3175
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
3176
3188
|
id: string;
|
|
3177
3189
|
name: string;
|
|
3178
3190
|
crn: string | null;
|
|
@@ -3204,12 +3216,12 @@ export declare const jobsContractRouter: {
|
|
|
3204
3216
|
} | null | undefined;
|
|
3205
3217
|
} | null | undefined;
|
|
3206
3218
|
}, {
|
|
3219
|
+
description: string;
|
|
3220
|
+
numberOfPositions: number;
|
|
3221
|
+
status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE";
|
|
3207
3222
|
createdAt: string | Date;
|
|
3208
3223
|
updatedAt: string | Date;
|
|
3209
|
-
status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE";
|
|
3210
3224
|
id: string;
|
|
3211
|
-
description: string;
|
|
3212
|
-
numberOfPositions: number;
|
|
3213
3225
|
pay: {
|
|
3214
3226
|
rateUnit: "DAILY" | "HOURLY";
|
|
3215
3227
|
rate: number;
|
|
@@ -3233,9 +3245,9 @@ export declare const jobsContractRouter: {
|
|
|
3233
3245
|
qualificationTypeId?: string | null | undefined;
|
|
3234
3246
|
}[] | undefined;
|
|
3235
3247
|
currentCollaboration?: {
|
|
3248
|
+
status: "APPROVED" | "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
3236
3249
|
createdAt: string | Date;
|
|
3237
3250
|
updatedAt: string | Date;
|
|
3238
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
3239
3251
|
id: string;
|
|
3240
3252
|
userId: string;
|
|
3241
3253
|
company?: {
|
|
@@ -3245,9 +3257,9 @@ export declare const jobsContractRouter: {
|
|
|
3245
3257
|
name: string;
|
|
3246
3258
|
} | null | undefined;
|
|
3247
3259
|
client?: {
|
|
3260
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
3248
3261
|
createdAt: string | Date;
|
|
3249
3262
|
updatedAt: string | Date;
|
|
3250
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
3251
3263
|
id: string;
|
|
3252
3264
|
name: string;
|
|
3253
3265
|
crn: string | null;
|
|
@@ -3277,9 +3289,9 @@ export declare const jobsContractRouter: {
|
|
|
3277
3289
|
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;
|
|
3278
3290
|
} | null | undefined;
|
|
3279
3291
|
newCollaboration?: {
|
|
3292
|
+
status: "APPROVED" | "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
3280
3293
|
createdAt: string | Date;
|
|
3281
3294
|
updatedAt: string | Date;
|
|
3282
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
3283
3295
|
id: string;
|
|
3284
3296
|
userId: string;
|
|
3285
3297
|
company?: {
|
|
@@ -3289,9 +3301,9 @@ export declare const jobsContractRouter: {
|
|
|
3289
3301
|
name: string;
|
|
3290
3302
|
} | null | undefined;
|
|
3291
3303
|
client?: {
|
|
3304
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
3292
3305
|
createdAt: string | Date;
|
|
3293
3306
|
updatedAt: string | Date;
|
|
3294
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
3295
3307
|
id: string;
|
|
3296
3308
|
name: string;
|
|
3297
3309
|
crn: string | null;
|
|
@@ -3362,6 +3374,16 @@ export declare const jobsContractRouter: {
|
|
|
3362
3374
|
page: z.ZodDefault<z.ZodNumber>;
|
|
3363
3375
|
} & {
|
|
3364
3376
|
tradeId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
3377
|
+
createdAt: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
3378
|
+
from: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3379
|
+
to: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3380
|
+
}, "strip", z.ZodTypeAny, {
|
|
3381
|
+
from?: string | null | undefined;
|
|
3382
|
+
to?: string | null | undefined;
|
|
3383
|
+
}, {
|
|
3384
|
+
from?: string | null | undefined;
|
|
3385
|
+
to?: string | null | undefined;
|
|
3386
|
+
}>>>;
|
|
3365
3387
|
qualificationFilters: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3366
3388
|
qualificationId: z.ZodOptional<z.ZodString>;
|
|
3367
3389
|
qualificationTypeId: z.ZodOptional<z.ZodString>;
|
|
@@ -3376,8 +3398,16 @@ export declare const jobsContractRouter: {
|
|
|
3376
3398
|
userId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
3377
3399
|
clientId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
3378
3400
|
companyId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
3379
|
-
|
|
3380
|
-
|
|
3401
|
+
location: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
3402
|
+
postcode: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
3403
|
+
radius: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
3404
|
+
}, "strip", z.ZodTypeAny, {
|
|
3405
|
+
postcode?: string | null | undefined;
|
|
3406
|
+
radius?: number | null | undefined;
|
|
3407
|
+
}, {
|
|
3408
|
+
postcode?: string | null | undefined;
|
|
3409
|
+
radius?: number | null | undefined;
|
|
3410
|
+
}>>>;
|
|
3381
3411
|
pay: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
3382
3412
|
minRate: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
3383
3413
|
maxRate: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -3388,66 +3418,60 @@ export declare const jobsContractRouter: {
|
|
|
3388
3418
|
minRate?: number | null | undefined;
|
|
3389
3419
|
maxRate?: number | null | undefined;
|
|
3390
3420
|
}>>>;
|
|
3391
|
-
createdAt: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
3392
|
-
from: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3393
|
-
to: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3394
|
-
}, "strip", z.ZodTypeAny, {
|
|
3395
|
-
from?: string | null | undefined;
|
|
3396
|
-
to?: string | null | undefined;
|
|
3397
|
-
}, {
|
|
3398
|
-
from?: string | null | undefined;
|
|
3399
|
-
to?: string | null | undefined;
|
|
3400
|
-
}>>>;
|
|
3401
3421
|
sortBy: z.ZodNullable<z.ZodOptional<z.ZodEnum<["description", "numberOfPositions", "status", "createdAt", "updatedAt"]>>>;
|
|
3402
3422
|
sortOrder: z.ZodNullable<z.ZodOptional<z.ZodEnum<["ASC", "DESC"]>>>;
|
|
3403
3423
|
}, "strip", z.ZodTypeAny, {
|
|
3404
3424
|
limit: number;
|
|
3405
3425
|
page: number;
|
|
3426
|
+
status?: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | null | undefined;
|
|
3406
3427
|
createdAt?: {
|
|
3407
3428
|
from?: string | null | undefined;
|
|
3408
3429
|
to?: string | null | undefined;
|
|
3409
3430
|
} | null | undefined;
|
|
3410
|
-
status?: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | null | undefined;
|
|
3411
|
-
userId?: string | null | undefined;
|
|
3412
|
-
companyId?: string | null | undefined;
|
|
3413
|
-
clientId?: string | null | undefined;
|
|
3414
|
-
sortBy?: "createdAt" | "updatedAt" | "status" | "description" | "numberOfPositions" | null | undefined;
|
|
3415
|
-
sortOrder?: "ASC" | "DESC" | null | undefined;
|
|
3416
3431
|
pay?: {
|
|
3417
3432
|
minRate?: number | null | undefined;
|
|
3418
3433
|
maxRate?: number | null | undefined;
|
|
3419
3434
|
} | null | undefined;
|
|
3420
|
-
|
|
3435
|
+
location?: {
|
|
3436
|
+
postcode?: string | null | undefined;
|
|
3437
|
+
radius?: number | null | undefined;
|
|
3438
|
+
} | null | undefined;
|
|
3421
3439
|
tradeId?: string | null | undefined;
|
|
3440
|
+
userId?: string | null | undefined;
|
|
3422
3441
|
qualificationFilters?: {
|
|
3423
3442
|
qualificationId?: string | undefined;
|
|
3424
3443
|
qualificationTypeId?: string | undefined;
|
|
3425
3444
|
}[] | undefined;
|
|
3426
|
-
|
|
3445
|
+
clientId?: string | null | undefined;
|
|
3446
|
+
companyId?: string | null | undefined;
|
|
3447
|
+
sortBy?: "description" | "numberOfPositions" | "status" | "createdAt" | "updatedAt" | null | undefined;
|
|
3448
|
+
sortOrder?: "ASC" | "DESC" | null | undefined;
|
|
3427
3449
|
}, {
|
|
3450
|
+
status?: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | null | undefined;
|
|
3428
3451
|
createdAt?: {
|
|
3429
3452
|
from?: string | null | undefined;
|
|
3430
3453
|
to?: string | null | undefined;
|
|
3431
3454
|
} | null | undefined;
|
|
3432
|
-
status?: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | null | undefined;
|
|
3433
|
-
userId?: string | null | undefined;
|
|
3434
|
-
limit?: number | undefined;
|
|
3435
|
-
page?: number | undefined;
|
|
3436
|
-
companyId?: string | null | undefined;
|
|
3437
|
-
clientId?: string | null | undefined;
|
|
3438
|
-
sortBy?: "createdAt" | "updatedAt" | "status" | "description" | "numberOfPositions" | null | undefined;
|
|
3439
|
-
sortOrder?: "ASC" | "DESC" | null | undefined;
|
|
3440
3455
|
pay?: {
|
|
3441
3456
|
minRate?: number | null | undefined;
|
|
3442
3457
|
maxRate?: number | null | undefined;
|
|
3443
3458
|
} | null | undefined;
|
|
3444
|
-
|
|
3459
|
+
location?: {
|
|
3460
|
+
postcode?: string | null | undefined;
|
|
3461
|
+
radius?: number | null | undefined;
|
|
3462
|
+
} | null | undefined;
|
|
3445
3463
|
tradeId?: string | null | undefined;
|
|
3464
|
+
userId?: string | null | undefined;
|
|
3465
|
+
limit?: number | undefined;
|
|
3466
|
+
page?: number | undefined;
|
|
3446
3467
|
qualificationFilters?: {
|
|
3447
3468
|
qualificationId?: string | undefined;
|
|
3448
3469
|
qualificationTypeId?: string | undefined;
|
|
3449
3470
|
}[] | undefined;
|
|
3450
|
-
|
|
3471
|
+
clientId?: string | null | undefined;
|
|
3472
|
+
companyId?: string | null | undefined;
|
|
3473
|
+
sortBy?: "description" | "numberOfPositions" | "status" | "createdAt" | "updatedAt" | null | undefined;
|
|
3474
|
+
sortOrder?: "ASC" | "DESC" | null | undefined;
|
|
3451
3475
|
}>;
|
|
3452
3476
|
summary: "Get all jobs";
|
|
3453
3477
|
method: "GET";
|
|
@@ -3668,9 +3692,9 @@ export declare const jobsContractRouter: {
|
|
|
3668
3692
|
agentId: string;
|
|
3669
3693
|
}>>>;
|
|
3670
3694
|
}, "strip", z.ZodTypeAny, {
|
|
3695
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
3671
3696
|
createdAt: string;
|
|
3672
3697
|
updatedAt: string;
|
|
3673
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
3674
3698
|
id: string;
|
|
3675
3699
|
name: string;
|
|
3676
3700
|
crn: string | null;
|
|
@@ -3688,9 +3712,9 @@ export declare const jobsContractRouter: {
|
|
|
3688
3712
|
agentId: string;
|
|
3689
3713
|
} | null | undefined;
|
|
3690
3714
|
}, {
|
|
3715
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
3691
3716
|
createdAt: string | Date;
|
|
3692
3717
|
updatedAt: string | Date;
|
|
3693
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
3694
3718
|
id: string;
|
|
3695
3719
|
name: string;
|
|
3696
3720
|
crn: string | null;
|
|
@@ -3797,9 +3821,9 @@ export declare const jobsContractRouter: {
|
|
|
3797
3821
|
agentId: string;
|
|
3798
3822
|
}>>>;
|
|
3799
3823
|
}, "strip", z.ZodTypeAny, {
|
|
3824
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
3800
3825
|
createdAt: string;
|
|
3801
3826
|
updatedAt: string;
|
|
3802
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
3803
3827
|
id: string;
|
|
3804
3828
|
name: string;
|
|
3805
3829
|
crn: string | null;
|
|
@@ -3817,9 +3841,9 @@ export declare const jobsContractRouter: {
|
|
|
3817
3841
|
agentId: string;
|
|
3818
3842
|
} | null | undefined;
|
|
3819
3843
|
}, {
|
|
3844
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
3820
3845
|
createdAt: string | Date;
|
|
3821
3846
|
updatedAt: string | Date;
|
|
3822
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
3823
3847
|
id: string;
|
|
3824
3848
|
name: string;
|
|
3825
3849
|
crn: string | null;
|
|
@@ -3873,9 +3897,9 @@ export declare const jobsContractRouter: {
|
|
|
3873
3897
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
3874
3898
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
3875
3899
|
}, "strip", z.ZodTypeAny, {
|
|
3900
|
+
status: "APPROVED" | "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
3876
3901
|
createdAt: string;
|
|
3877
3902
|
updatedAt: string;
|
|
3878
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
3879
3903
|
id: string;
|
|
3880
3904
|
userId: string;
|
|
3881
3905
|
company?: {
|
|
@@ -3885,9 +3909,9 @@ export declare const jobsContractRouter: {
|
|
|
3885
3909
|
name: string;
|
|
3886
3910
|
} | null | undefined;
|
|
3887
3911
|
client?: {
|
|
3912
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
3888
3913
|
createdAt: string;
|
|
3889
3914
|
updatedAt: string;
|
|
3890
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
3891
3915
|
id: string;
|
|
3892
3916
|
name: string;
|
|
3893
3917
|
crn: string | null;
|
|
@@ -3917,9 +3941,9 @@ export declare const jobsContractRouter: {
|
|
|
3917
3941
|
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;
|
|
3918
3942
|
} | null | undefined;
|
|
3919
3943
|
}, {
|
|
3944
|
+
status: "APPROVED" | "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
3920
3945
|
createdAt: string | Date;
|
|
3921
3946
|
updatedAt: string | Date;
|
|
3922
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
3923
3947
|
id: string;
|
|
3924
3948
|
userId: string;
|
|
3925
3949
|
company?: {
|
|
@@ -3929,9 +3953,9 @@ export declare const jobsContractRouter: {
|
|
|
3929
3953
|
name: string;
|
|
3930
3954
|
} | null | undefined;
|
|
3931
3955
|
client?: {
|
|
3956
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
3932
3957
|
createdAt: string | Date;
|
|
3933
3958
|
updatedAt: string | Date;
|
|
3934
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
3935
3959
|
id: string;
|
|
3936
3960
|
name: string;
|
|
3937
3961
|
crn: string | null;
|
|
@@ -3962,9 +3986,9 @@ export declare const jobsContractRouter: {
|
|
|
3962
3986
|
} | null | undefined;
|
|
3963
3987
|
}>>>;
|
|
3964
3988
|
}, "strip", z.ZodTypeAny, {
|
|
3989
|
+
status: "APPROVED" | "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
3965
3990
|
createdAt: string;
|
|
3966
3991
|
updatedAt: string;
|
|
3967
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
3968
3992
|
id: string;
|
|
3969
3993
|
userId: string;
|
|
3970
3994
|
company?: {
|
|
@@ -3974,9 +3998,9 @@ export declare const jobsContractRouter: {
|
|
|
3974
3998
|
name: string;
|
|
3975
3999
|
} | null | undefined;
|
|
3976
4000
|
client?: {
|
|
4001
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
3977
4002
|
createdAt: string;
|
|
3978
4003
|
updatedAt: string;
|
|
3979
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
3980
4004
|
id: string;
|
|
3981
4005
|
name: string;
|
|
3982
4006
|
crn: string | null;
|
|
@@ -4006,9 +4030,9 @@ export declare const jobsContractRouter: {
|
|
|
4006
4030
|
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;
|
|
4007
4031
|
} | null | undefined;
|
|
4008
4032
|
newCollaboration?: {
|
|
4033
|
+
status: "APPROVED" | "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
4009
4034
|
createdAt: string;
|
|
4010
4035
|
updatedAt: string;
|
|
4011
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
4012
4036
|
id: string;
|
|
4013
4037
|
userId: string;
|
|
4014
4038
|
company?: {
|
|
@@ -4018,9 +4042,9 @@ export declare const jobsContractRouter: {
|
|
|
4018
4042
|
name: string;
|
|
4019
4043
|
} | null | undefined;
|
|
4020
4044
|
client?: {
|
|
4045
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
4021
4046
|
createdAt: string;
|
|
4022
4047
|
updatedAt: string;
|
|
4023
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
4024
4048
|
id: string;
|
|
4025
4049
|
name: string;
|
|
4026
4050
|
crn: string | null;
|
|
@@ -4051,9 +4075,9 @@ export declare const jobsContractRouter: {
|
|
|
4051
4075
|
} | null | undefined;
|
|
4052
4076
|
} | null | undefined;
|
|
4053
4077
|
}, {
|
|
4078
|
+
status: "APPROVED" | "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
4054
4079
|
createdAt: string | Date;
|
|
4055
4080
|
updatedAt: string | Date;
|
|
4056
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
4057
4081
|
id: string;
|
|
4058
4082
|
userId: string;
|
|
4059
4083
|
company?: {
|
|
@@ -4063,9 +4087,9 @@ export declare const jobsContractRouter: {
|
|
|
4063
4087
|
name: string;
|
|
4064
4088
|
} | null | undefined;
|
|
4065
4089
|
client?: {
|
|
4090
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
4066
4091
|
createdAt: string | Date;
|
|
4067
4092
|
updatedAt: string | Date;
|
|
4068
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
4069
4093
|
id: string;
|
|
4070
4094
|
name: string;
|
|
4071
4095
|
crn: string | null;
|
|
@@ -4095,9 +4119,9 @@ export declare const jobsContractRouter: {
|
|
|
4095
4119
|
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;
|
|
4096
4120
|
} | null | undefined;
|
|
4097
4121
|
newCollaboration?: {
|
|
4122
|
+
status: "APPROVED" | "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
4098
4123
|
createdAt: string | Date;
|
|
4099
4124
|
updatedAt: string | Date;
|
|
4100
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
4101
4125
|
id: string;
|
|
4102
4126
|
userId: string;
|
|
4103
4127
|
company?: {
|
|
@@ -4107,9 +4131,9 @@ export declare const jobsContractRouter: {
|
|
|
4107
4131
|
name: string;
|
|
4108
4132
|
} | null | undefined;
|
|
4109
4133
|
client?: {
|
|
4134
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
4110
4135
|
createdAt: string | Date;
|
|
4111
4136
|
updatedAt: string | Date;
|
|
4112
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
4113
4137
|
id: string;
|
|
4114
4138
|
name: string;
|
|
4115
4139
|
crn: string | null;
|
|
@@ -4143,12 +4167,12 @@ export declare const jobsContractRouter: {
|
|
|
4143
4167
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
4144
4168
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
4145
4169
|
}, "strip", z.ZodTypeAny, {
|
|
4170
|
+
description: string;
|
|
4171
|
+
numberOfPositions: number;
|
|
4172
|
+
status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE";
|
|
4146
4173
|
createdAt: string;
|
|
4147
4174
|
updatedAt: string;
|
|
4148
|
-
status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE";
|
|
4149
4175
|
id: string;
|
|
4150
|
-
description: string;
|
|
4151
|
-
numberOfPositions: number;
|
|
4152
4176
|
pay: {
|
|
4153
4177
|
rateUnit: "DAILY" | "HOURLY";
|
|
4154
4178
|
rate: number;
|
|
@@ -4172,9 +4196,9 @@ export declare const jobsContractRouter: {
|
|
|
4172
4196
|
areaCovered?: string | null | undefined;
|
|
4173
4197
|
} | null | undefined;
|
|
4174
4198
|
currentCollaboration?: {
|
|
4199
|
+
status: "APPROVED" | "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
4175
4200
|
createdAt: string;
|
|
4176
4201
|
updatedAt: string;
|
|
4177
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
4178
4202
|
id: string;
|
|
4179
4203
|
userId: string;
|
|
4180
4204
|
company?: {
|
|
@@ -4184,9 +4208,9 @@ export declare const jobsContractRouter: {
|
|
|
4184
4208
|
name: string;
|
|
4185
4209
|
} | null | undefined;
|
|
4186
4210
|
client?: {
|
|
4211
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
4187
4212
|
createdAt: string;
|
|
4188
4213
|
updatedAt: string;
|
|
4189
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
4190
4214
|
id: string;
|
|
4191
4215
|
name: string;
|
|
4192
4216
|
crn: string | null;
|
|
@@ -4216,9 +4240,9 @@ export declare const jobsContractRouter: {
|
|
|
4216
4240
|
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;
|
|
4217
4241
|
} | null | undefined;
|
|
4218
4242
|
newCollaboration?: {
|
|
4243
|
+
status: "APPROVED" | "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
4219
4244
|
createdAt: string;
|
|
4220
4245
|
updatedAt: string;
|
|
4221
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
4222
4246
|
id: string;
|
|
4223
4247
|
userId: string;
|
|
4224
4248
|
company?: {
|
|
@@ -4228,9 +4252,9 @@ export declare const jobsContractRouter: {
|
|
|
4228
4252
|
name: string;
|
|
4229
4253
|
} | null | undefined;
|
|
4230
4254
|
client?: {
|
|
4255
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
4231
4256
|
createdAt: string;
|
|
4232
4257
|
updatedAt: string;
|
|
4233
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
4234
4258
|
id: string;
|
|
4235
4259
|
name: string;
|
|
4236
4260
|
crn: string | null;
|
|
@@ -4262,12 +4286,12 @@ export declare const jobsContractRouter: {
|
|
|
4262
4286
|
} | null | undefined;
|
|
4263
4287
|
} | null | undefined;
|
|
4264
4288
|
}, {
|
|
4289
|
+
description: string;
|
|
4290
|
+
numberOfPositions: number;
|
|
4291
|
+
status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE";
|
|
4265
4292
|
createdAt: string | Date;
|
|
4266
4293
|
updatedAt: string | Date;
|
|
4267
|
-
status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE";
|
|
4268
4294
|
id: string;
|
|
4269
|
-
description: string;
|
|
4270
|
-
numberOfPositions: number;
|
|
4271
4295
|
pay: {
|
|
4272
4296
|
rateUnit: "DAILY" | "HOURLY";
|
|
4273
4297
|
rate: number;
|
|
@@ -4291,9 +4315,9 @@ export declare const jobsContractRouter: {
|
|
|
4291
4315
|
qualificationTypeId?: string | null | undefined;
|
|
4292
4316
|
}[] | undefined;
|
|
4293
4317
|
currentCollaboration?: {
|
|
4318
|
+
status: "APPROVED" | "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
4294
4319
|
createdAt: string | Date;
|
|
4295
4320
|
updatedAt: string | Date;
|
|
4296
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
4297
4321
|
id: string;
|
|
4298
4322
|
userId: string;
|
|
4299
4323
|
company?: {
|
|
@@ -4303,9 +4327,9 @@ export declare const jobsContractRouter: {
|
|
|
4303
4327
|
name: string;
|
|
4304
4328
|
} | null | undefined;
|
|
4305
4329
|
client?: {
|
|
4330
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
4306
4331
|
createdAt: string | Date;
|
|
4307
4332
|
updatedAt: string | Date;
|
|
4308
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
4309
4333
|
id: string;
|
|
4310
4334
|
name: string;
|
|
4311
4335
|
crn: string | null;
|
|
@@ -4335,9 +4359,9 @@ export declare const jobsContractRouter: {
|
|
|
4335
4359
|
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;
|
|
4336
4360
|
} | null | undefined;
|
|
4337
4361
|
newCollaboration?: {
|
|
4362
|
+
status: "APPROVED" | "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
4338
4363
|
createdAt: string | Date;
|
|
4339
4364
|
updatedAt: string | Date;
|
|
4340
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
4341
4365
|
id: string;
|
|
4342
4366
|
userId: string;
|
|
4343
4367
|
company?: {
|
|
@@ -4347,9 +4371,9 @@ export declare const jobsContractRouter: {
|
|
|
4347
4371
|
name: string;
|
|
4348
4372
|
} | null | undefined;
|
|
4349
4373
|
client?: {
|
|
4374
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
4350
4375
|
createdAt: string | Date;
|
|
4351
4376
|
updatedAt: string | Date;
|
|
4352
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
4353
4377
|
id: string;
|
|
4354
4378
|
name: string;
|
|
4355
4379
|
crn: string | null;
|
|
@@ -4389,12 +4413,12 @@ export declare const jobsContractRouter: {
|
|
|
4389
4413
|
}, "strip", z.ZodTypeAny, {
|
|
4390
4414
|
limit: number;
|
|
4391
4415
|
items: {
|
|
4416
|
+
description: string;
|
|
4417
|
+
numberOfPositions: number;
|
|
4418
|
+
status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE";
|
|
4392
4419
|
createdAt: string;
|
|
4393
4420
|
updatedAt: string;
|
|
4394
|
-
status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE";
|
|
4395
4421
|
id: string;
|
|
4396
|
-
description: string;
|
|
4397
|
-
numberOfPositions: number;
|
|
4398
4422
|
pay: {
|
|
4399
4423
|
rateUnit: "DAILY" | "HOURLY";
|
|
4400
4424
|
rate: number;
|
|
@@ -4418,9 +4442,9 @@ export declare const jobsContractRouter: {
|
|
|
4418
4442
|
areaCovered?: string | null | undefined;
|
|
4419
4443
|
} | null | undefined;
|
|
4420
4444
|
currentCollaboration?: {
|
|
4445
|
+
status: "APPROVED" | "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
4421
4446
|
createdAt: string;
|
|
4422
4447
|
updatedAt: string;
|
|
4423
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
4424
4448
|
id: string;
|
|
4425
4449
|
userId: string;
|
|
4426
4450
|
company?: {
|
|
@@ -4430,9 +4454,9 @@ export declare const jobsContractRouter: {
|
|
|
4430
4454
|
name: string;
|
|
4431
4455
|
} | null | undefined;
|
|
4432
4456
|
client?: {
|
|
4457
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
4433
4458
|
createdAt: string;
|
|
4434
4459
|
updatedAt: string;
|
|
4435
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
4436
4460
|
id: string;
|
|
4437
4461
|
name: string;
|
|
4438
4462
|
crn: string | null;
|
|
@@ -4462,9 +4486,9 @@ export declare const jobsContractRouter: {
|
|
|
4462
4486
|
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;
|
|
4463
4487
|
} | null | undefined;
|
|
4464
4488
|
newCollaboration?: {
|
|
4489
|
+
status: "APPROVED" | "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
4465
4490
|
createdAt: string;
|
|
4466
4491
|
updatedAt: string;
|
|
4467
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
4468
4492
|
id: string;
|
|
4469
4493
|
userId: string;
|
|
4470
4494
|
company?: {
|
|
@@ -4474,9 +4498,9 @@ export declare const jobsContractRouter: {
|
|
|
4474
4498
|
name: string;
|
|
4475
4499
|
} | null | undefined;
|
|
4476
4500
|
client?: {
|
|
4501
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
4477
4502
|
createdAt: string;
|
|
4478
4503
|
updatedAt: string;
|
|
4479
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
4480
4504
|
id: string;
|
|
4481
4505
|
name: string;
|
|
4482
4506
|
crn: string | null;
|
|
@@ -4515,12 +4539,12 @@ export declare const jobsContractRouter: {
|
|
|
4515
4539
|
}, {
|
|
4516
4540
|
limit: number;
|
|
4517
4541
|
items: {
|
|
4542
|
+
description: string;
|
|
4543
|
+
numberOfPositions: number;
|
|
4544
|
+
status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE";
|
|
4518
4545
|
createdAt: string | Date;
|
|
4519
4546
|
updatedAt: string | Date;
|
|
4520
|
-
status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE";
|
|
4521
4547
|
id: string;
|
|
4522
|
-
description: string;
|
|
4523
|
-
numberOfPositions: number;
|
|
4524
4548
|
pay: {
|
|
4525
4549
|
rateUnit: "DAILY" | "HOURLY";
|
|
4526
4550
|
rate: number;
|
|
@@ -4544,9 +4568,9 @@ export declare const jobsContractRouter: {
|
|
|
4544
4568
|
qualificationTypeId?: string | null | undefined;
|
|
4545
4569
|
}[] | undefined;
|
|
4546
4570
|
currentCollaboration?: {
|
|
4571
|
+
status: "APPROVED" | "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
4547
4572
|
createdAt: string | Date;
|
|
4548
4573
|
updatedAt: string | Date;
|
|
4549
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
4550
4574
|
id: string;
|
|
4551
4575
|
userId: string;
|
|
4552
4576
|
company?: {
|
|
@@ -4556,9 +4580,9 @@ export declare const jobsContractRouter: {
|
|
|
4556
4580
|
name: string;
|
|
4557
4581
|
} | null | undefined;
|
|
4558
4582
|
client?: {
|
|
4583
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
4559
4584
|
createdAt: string | Date;
|
|
4560
4585
|
updatedAt: string | Date;
|
|
4561
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
4562
4586
|
id: string;
|
|
4563
4587
|
name: string;
|
|
4564
4588
|
crn: string | null;
|
|
@@ -4588,9 +4612,9 @@ export declare const jobsContractRouter: {
|
|
|
4588
4612
|
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;
|
|
4589
4613
|
} | null | undefined;
|
|
4590
4614
|
newCollaboration?: {
|
|
4615
|
+
status: "APPROVED" | "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
4591
4616
|
createdAt: string | Date;
|
|
4592
4617
|
updatedAt: string | Date;
|
|
4593
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
4594
4618
|
id: string;
|
|
4595
4619
|
userId: string;
|
|
4596
4620
|
company?: {
|
|
@@ -4600,9 +4624,9 @@ export declare const jobsContractRouter: {
|
|
|
4600
4624
|
name: string;
|
|
4601
4625
|
} | null | undefined;
|
|
4602
4626
|
client?: {
|
|
4627
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
4603
4628
|
createdAt: string | Date;
|
|
4604
4629
|
updatedAt: string | Date;
|
|
4605
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
4606
4630
|
id: string;
|
|
4607
4631
|
name: string;
|
|
4608
4632
|
crn: string | null;
|
|
@@ -4873,9 +4897,9 @@ export declare const jobsContractRouter: {
|
|
|
4873
4897
|
agentId: string;
|
|
4874
4898
|
}>>>;
|
|
4875
4899
|
}, "strip", z.ZodTypeAny, {
|
|
4900
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
4876
4901
|
createdAt: string;
|
|
4877
4902
|
updatedAt: string;
|
|
4878
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
4879
4903
|
id: string;
|
|
4880
4904
|
name: string;
|
|
4881
4905
|
crn: string | null;
|
|
@@ -4893,9 +4917,9 @@ export declare const jobsContractRouter: {
|
|
|
4893
4917
|
agentId: string;
|
|
4894
4918
|
} | null | undefined;
|
|
4895
4919
|
}, {
|
|
4920
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
4896
4921
|
createdAt: string | Date;
|
|
4897
4922
|
updatedAt: string | Date;
|
|
4898
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
4899
4923
|
id: string;
|
|
4900
4924
|
name: string;
|
|
4901
4925
|
crn: string | null;
|
|
@@ -5002,9 +5026,9 @@ export declare const jobsContractRouter: {
|
|
|
5002
5026
|
agentId: string;
|
|
5003
5027
|
}>>>;
|
|
5004
5028
|
}, "strip", z.ZodTypeAny, {
|
|
5029
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
5005
5030
|
createdAt: string;
|
|
5006
5031
|
updatedAt: string;
|
|
5007
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
5008
5032
|
id: string;
|
|
5009
5033
|
name: string;
|
|
5010
5034
|
crn: string | null;
|
|
@@ -5022,9 +5046,9 @@ export declare const jobsContractRouter: {
|
|
|
5022
5046
|
agentId: string;
|
|
5023
5047
|
} | null | undefined;
|
|
5024
5048
|
}, {
|
|
5049
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
5025
5050
|
createdAt: string | Date;
|
|
5026
5051
|
updatedAt: string | Date;
|
|
5027
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
5028
5052
|
id: string;
|
|
5029
5053
|
name: string;
|
|
5030
5054
|
crn: string | null;
|
|
@@ -5078,9 +5102,9 @@ export declare const jobsContractRouter: {
|
|
|
5078
5102
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
5079
5103
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
5080
5104
|
}, "strip", z.ZodTypeAny, {
|
|
5105
|
+
status: "APPROVED" | "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
5081
5106
|
createdAt: string;
|
|
5082
5107
|
updatedAt: string;
|
|
5083
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
5084
5108
|
id: string;
|
|
5085
5109
|
userId: string;
|
|
5086
5110
|
company?: {
|
|
@@ -5090,9 +5114,9 @@ export declare const jobsContractRouter: {
|
|
|
5090
5114
|
name: string;
|
|
5091
5115
|
} | null | undefined;
|
|
5092
5116
|
client?: {
|
|
5117
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
5093
5118
|
createdAt: string;
|
|
5094
5119
|
updatedAt: string;
|
|
5095
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
5096
5120
|
id: string;
|
|
5097
5121
|
name: string;
|
|
5098
5122
|
crn: string | null;
|
|
@@ -5122,9 +5146,9 @@ export declare const jobsContractRouter: {
|
|
|
5122
5146
|
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;
|
|
5123
5147
|
} | null | undefined;
|
|
5124
5148
|
}, {
|
|
5149
|
+
status: "APPROVED" | "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
5125
5150
|
createdAt: string | Date;
|
|
5126
5151
|
updatedAt: string | Date;
|
|
5127
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
5128
5152
|
id: string;
|
|
5129
5153
|
userId: string;
|
|
5130
5154
|
company?: {
|
|
@@ -5134,9 +5158,9 @@ export declare const jobsContractRouter: {
|
|
|
5134
5158
|
name: string;
|
|
5135
5159
|
} | null | undefined;
|
|
5136
5160
|
client?: {
|
|
5161
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
5137
5162
|
createdAt: string | Date;
|
|
5138
5163
|
updatedAt: string | Date;
|
|
5139
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
5140
5164
|
id: string;
|
|
5141
5165
|
name: string;
|
|
5142
5166
|
crn: string | null;
|
|
@@ -5167,9 +5191,9 @@ export declare const jobsContractRouter: {
|
|
|
5167
5191
|
} | null | undefined;
|
|
5168
5192
|
}>>>;
|
|
5169
5193
|
}, "strip", z.ZodTypeAny, {
|
|
5194
|
+
status: "APPROVED" | "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
5170
5195
|
createdAt: string;
|
|
5171
5196
|
updatedAt: string;
|
|
5172
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
5173
5197
|
id: string;
|
|
5174
5198
|
userId: string;
|
|
5175
5199
|
company?: {
|
|
@@ -5179,9 +5203,9 @@ export declare const jobsContractRouter: {
|
|
|
5179
5203
|
name: string;
|
|
5180
5204
|
} | null | undefined;
|
|
5181
5205
|
client?: {
|
|
5206
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
5182
5207
|
createdAt: string;
|
|
5183
5208
|
updatedAt: string;
|
|
5184
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
5185
5209
|
id: string;
|
|
5186
5210
|
name: string;
|
|
5187
5211
|
crn: string | null;
|
|
@@ -5211,9 +5235,9 @@ export declare const jobsContractRouter: {
|
|
|
5211
5235
|
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;
|
|
5212
5236
|
} | null | undefined;
|
|
5213
5237
|
newCollaboration?: {
|
|
5238
|
+
status: "APPROVED" | "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
5214
5239
|
createdAt: string;
|
|
5215
5240
|
updatedAt: string;
|
|
5216
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
5217
5241
|
id: string;
|
|
5218
5242
|
userId: string;
|
|
5219
5243
|
company?: {
|
|
@@ -5223,9 +5247,9 @@ export declare const jobsContractRouter: {
|
|
|
5223
5247
|
name: string;
|
|
5224
5248
|
} | null | undefined;
|
|
5225
5249
|
client?: {
|
|
5250
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
5226
5251
|
createdAt: string;
|
|
5227
5252
|
updatedAt: string;
|
|
5228
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
5229
5253
|
id: string;
|
|
5230
5254
|
name: string;
|
|
5231
5255
|
crn: string | null;
|
|
@@ -5256,9 +5280,9 @@ export declare const jobsContractRouter: {
|
|
|
5256
5280
|
} | null | undefined;
|
|
5257
5281
|
} | null | undefined;
|
|
5258
5282
|
}, {
|
|
5283
|
+
status: "APPROVED" | "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
5259
5284
|
createdAt: string | Date;
|
|
5260
5285
|
updatedAt: string | Date;
|
|
5261
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
5262
5286
|
id: string;
|
|
5263
5287
|
userId: string;
|
|
5264
5288
|
company?: {
|
|
@@ -5268,9 +5292,9 @@ export declare const jobsContractRouter: {
|
|
|
5268
5292
|
name: string;
|
|
5269
5293
|
} | null | undefined;
|
|
5270
5294
|
client?: {
|
|
5295
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
5271
5296
|
createdAt: string | Date;
|
|
5272
5297
|
updatedAt: string | Date;
|
|
5273
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
5274
5298
|
id: string;
|
|
5275
5299
|
name: string;
|
|
5276
5300
|
crn: string | null;
|
|
@@ -5300,9 +5324,9 @@ export declare const jobsContractRouter: {
|
|
|
5300
5324
|
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;
|
|
5301
5325
|
} | null | undefined;
|
|
5302
5326
|
newCollaboration?: {
|
|
5327
|
+
status: "APPROVED" | "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
5303
5328
|
createdAt: string | Date;
|
|
5304
5329
|
updatedAt: string | Date;
|
|
5305
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
5306
5330
|
id: string;
|
|
5307
5331
|
userId: string;
|
|
5308
5332
|
company?: {
|
|
@@ -5312,9 +5336,9 @@ export declare const jobsContractRouter: {
|
|
|
5312
5336
|
name: string;
|
|
5313
5337
|
} | null | undefined;
|
|
5314
5338
|
client?: {
|
|
5339
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
5315
5340
|
createdAt: string | Date;
|
|
5316
5341
|
updatedAt: string | Date;
|
|
5317
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
5318
5342
|
id: string;
|
|
5319
5343
|
name: string;
|
|
5320
5344
|
crn: string | null;
|
|
@@ -5348,12 +5372,12 @@ export declare const jobsContractRouter: {
|
|
|
5348
5372
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
5349
5373
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
5350
5374
|
}, "strip", z.ZodTypeAny, {
|
|
5375
|
+
description: string;
|
|
5376
|
+
numberOfPositions: number;
|
|
5377
|
+
status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE";
|
|
5351
5378
|
createdAt: string;
|
|
5352
5379
|
updatedAt: string;
|
|
5353
|
-
status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE";
|
|
5354
5380
|
id: string;
|
|
5355
|
-
description: string;
|
|
5356
|
-
numberOfPositions: number;
|
|
5357
5381
|
pay: {
|
|
5358
5382
|
rateUnit: "DAILY" | "HOURLY";
|
|
5359
5383
|
rate: number;
|
|
@@ -5377,9 +5401,9 @@ export declare const jobsContractRouter: {
|
|
|
5377
5401
|
areaCovered?: string | null | undefined;
|
|
5378
5402
|
} | null | undefined;
|
|
5379
5403
|
currentCollaboration?: {
|
|
5404
|
+
status: "APPROVED" | "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
5380
5405
|
createdAt: string;
|
|
5381
5406
|
updatedAt: string;
|
|
5382
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
5383
5407
|
id: string;
|
|
5384
5408
|
userId: string;
|
|
5385
5409
|
company?: {
|
|
@@ -5389,9 +5413,9 @@ export declare const jobsContractRouter: {
|
|
|
5389
5413
|
name: string;
|
|
5390
5414
|
} | null | undefined;
|
|
5391
5415
|
client?: {
|
|
5416
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
5392
5417
|
createdAt: string;
|
|
5393
5418
|
updatedAt: string;
|
|
5394
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
5395
5419
|
id: string;
|
|
5396
5420
|
name: string;
|
|
5397
5421
|
crn: string | null;
|
|
@@ -5421,9 +5445,9 @@ export declare const jobsContractRouter: {
|
|
|
5421
5445
|
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;
|
|
5422
5446
|
} | null | undefined;
|
|
5423
5447
|
newCollaboration?: {
|
|
5448
|
+
status: "APPROVED" | "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
5424
5449
|
createdAt: string;
|
|
5425
5450
|
updatedAt: string;
|
|
5426
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
5427
5451
|
id: string;
|
|
5428
5452
|
userId: string;
|
|
5429
5453
|
company?: {
|
|
@@ -5433,9 +5457,9 @@ export declare const jobsContractRouter: {
|
|
|
5433
5457
|
name: string;
|
|
5434
5458
|
} | null | undefined;
|
|
5435
5459
|
client?: {
|
|
5460
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
5436
5461
|
createdAt: string;
|
|
5437
5462
|
updatedAt: string;
|
|
5438
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
5439
5463
|
id: string;
|
|
5440
5464
|
name: string;
|
|
5441
5465
|
crn: string | null;
|
|
@@ -5467,12 +5491,12 @@ export declare const jobsContractRouter: {
|
|
|
5467
5491
|
} | null | undefined;
|
|
5468
5492
|
} | null | undefined;
|
|
5469
5493
|
}, {
|
|
5494
|
+
description: string;
|
|
5495
|
+
numberOfPositions: number;
|
|
5496
|
+
status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE";
|
|
5470
5497
|
createdAt: string | Date;
|
|
5471
5498
|
updatedAt: string | Date;
|
|
5472
|
-
status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE";
|
|
5473
5499
|
id: string;
|
|
5474
|
-
description: string;
|
|
5475
|
-
numberOfPositions: number;
|
|
5476
5500
|
pay: {
|
|
5477
5501
|
rateUnit: "DAILY" | "HOURLY";
|
|
5478
5502
|
rate: number;
|
|
@@ -5496,9 +5520,9 @@ export declare const jobsContractRouter: {
|
|
|
5496
5520
|
qualificationTypeId?: string | null | undefined;
|
|
5497
5521
|
}[] | undefined;
|
|
5498
5522
|
currentCollaboration?: {
|
|
5523
|
+
status: "APPROVED" | "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
5499
5524
|
createdAt: string | Date;
|
|
5500
5525
|
updatedAt: string | Date;
|
|
5501
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
5502
5526
|
id: string;
|
|
5503
5527
|
userId: string;
|
|
5504
5528
|
company?: {
|
|
@@ -5508,9 +5532,9 @@ export declare const jobsContractRouter: {
|
|
|
5508
5532
|
name: string;
|
|
5509
5533
|
} | null | undefined;
|
|
5510
5534
|
client?: {
|
|
5535
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
5511
5536
|
createdAt: string | Date;
|
|
5512
5537
|
updatedAt: string | Date;
|
|
5513
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
5514
5538
|
id: string;
|
|
5515
5539
|
name: string;
|
|
5516
5540
|
crn: string | null;
|
|
@@ -5540,9 +5564,9 @@ export declare const jobsContractRouter: {
|
|
|
5540
5564
|
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;
|
|
5541
5565
|
} | null | undefined;
|
|
5542
5566
|
newCollaboration?: {
|
|
5567
|
+
status: "APPROVED" | "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
5543
5568
|
createdAt: string | Date;
|
|
5544
5569
|
updatedAt: string | Date;
|
|
5545
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
5546
5570
|
id: string;
|
|
5547
5571
|
userId: string;
|
|
5548
5572
|
company?: {
|
|
@@ -5552,9 +5576,9 @@ export declare const jobsContractRouter: {
|
|
|
5552
5576
|
name: string;
|
|
5553
5577
|
} | null | undefined;
|
|
5554
5578
|
client?: {
|
|
5579
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
5555
5580
|
createdAt: string | Date;
|
|
5556
5581
|
updatedAt: string | Date;
|
|
5557
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
5558
5582
|
id: string;
|
|
5559
5583
|
name: string;
|
|
5560
5584
|
crn: string | null;
|
|
@@ -5679,9 +5703,9 @@ export declare const jobsContractRouter: {
|
|
|
5679
5703
|
}>, "many">>;
|
|
5680
5704
|
status: z.ZodOptional<z.ZodEnum<["CANCELED", "FILLED", "AVAILABLE", "NOT_AVAILABLE"]>>;
|
|
5681
5705
|
}, "strip", z.ZodTypeAny, {
|
|
5682
|
-
status?: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | undefined;
|
|
5683
5706
|
description?: string | undefined;
|
|
5684
5707
|
numberOfPositions?: number | undefined;
|
|
5708
|
+
status?: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | undefined;
|
|
5685
5709
|
workHours?: number | undefined;
|
|
5686
5710
|
pay?: {
|
|
5687
5711
|
rateUnit: "DAILY" | "HOURLY";
|
|
@@ -5702,9 +5726,9 @@ export declare const jobsContractRouter: {
|
|
|
5702
5726
|
id: string;
|
|
5703
5727
|
} | undefined;
|
|
5704
5728
|
}, {
|
|
5705
|
-
status?: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | undefined;
|
|
5706
5729
|
description?: string | undefined;
|
|
5707
5730
|
numberOfPositions?: number | undefined;
|
|
5731
|
+
status?: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | undefined;
|
|
5708
5732
|
workHours?: number | undefined;
|
|
5709
5733
|
pay?: {
|
|
5710
5734
|
rate: number;
|
|
@@ -5941,9 +5965,9 @@ export declare const jobsContractRouter: {
|
|
|
5941
5965
|
agentId: string;
|
|
5942
5966
|
}>>>;
|
|
5943
5967
|
}, "strip", z.ZodTypeAny, {
|
|
5968
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
5944
5969
|
createdAt: string;
|
|
5945
5970
|
updatedAt: string;
|
|
5946
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
5947
5971
|
id: string;
|
|
5948
5972
|
name: string;
|
|
5949
5973
|
crn: string | null;
|
|
@@ -5961,9 +5985,9 @@ export declare const jobsContractRouter: {
|
|
|
5961
5985
|
agentId: string;
|
|
5962
5986
|
} | null | undefined;
|
|
5963
5987
|
}, {
|
|
5988
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
5964
5989
|
createdAt: string | Date;
|
|
5965
5990
|
updatedAt: string | Date;
|
|
5966
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
5967
5991
|
id: string;
|
|
5968
5992
|
name: string;
|
|
5969
5993
|
crn: string | null;
|
|
@@ -6070,9 +6094,9 @@ export declare const jobsContractRouter: {
|
|
|
6070
6094
|
agentId: string;
|
|
6071
6095
|
}>>>;
|
|
6072
6096
|
}, "strip", z.ZodTypeAny, {
|
|
6097
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
6073
6098
|
createdAt: string;
|
|
6074
6099
|
updatedAt: string;
|
|
6075
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
6076
6100
|
id: string;
|
|
6077
6101
|
name: string;
|
|
6078
6102
|
crn: string | null;
|
|
@@ -6090,9 +6114,9 @@ export declare const jobsContractRouter: {
|
|
|
6090
6114
|
agentId: string;
|
|
6091
6115
|
} | null | undefined;
|
|
6092
6116
|
}, {
|
|
6117
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
6093
6118
|
createdAt: string | Date;
|
|
6094
6119
|
updatedAt: string | Date;
|
|
6095
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
6096
6120
|
id: string;
|
|
6097
6121
|
name: string;
|
|
6098
6122
|
crn: string | null;
|
|
@@ -6146,9 +6170,9 @@ export declare const jobsContractRouter: {
|
|
|
6146
6170
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
6147
6171
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
6148
6172
|
}, "strip", z.ZodTypeAny, {
|
|
6173
|
+
status: "APPROVED" | "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
6149
6174
|
createdAt: string;
|
|
6150
6175
|
updatedAt: string;
|
|
6151
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
6152
6176
|
id: string;
|
|
6153
6177
|
userId: string;
|
|
6154
6178
|
company?: {
|
|
@@ -6158,9 +6182,9 @@ export declare const jobsContractRouter: {
|
|
|
6158
6182
|
name: string;
|
|
6159
6183
|
} | null | undefined;
|
|
6160
6184
|
client?: {
|
|
6185
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
6161
6186
|
createdAt: string;
|
|
6162
6187
|
updatedAt: string;
|
|
6163
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
6164
6188
|
id: string;
|
|
6165
6189
|
name: string;
|
|
6166
6190
|
crn: string | null;
|
|
@@ -6190,9 +6214,9 @@ export declare const jobsContractRouter: {
|
|
|
6190
6214
|
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;
|
|
6191
6215
|
} | null | undefined;
|
|
6192
6216
|
}, {
|
|
6217
|
+
status: "APPROVED" | "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
6193
6218
|
createdAt: string | Date;
|
|
6194
6219
|
updatedAt: string | Date;
|
|
6195
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
6196
6220
|
id: string;
|
|
6197
6221
|
userId: string;
|
|
6198
6222
|
company?: {
|
|
@@ -6202,9 +6226,9 @@ export declare const jobsContractRouter: {
|
|
|
6202
6226
|
name: string;
|
|
6203
6227
|
} | null | undefined;
|
|
6204
6228
|
client?: {
|
|
6229
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
6205
6230
|
createdAt: string | Date;
|
|
6206
6231
|
updatedAt: string | Date;
|
|
6207
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
6208
6232
|
id: string;
|
|
6209
6233
|
name: string;
|
|
6210
6234
|
crn: string | null;
|
|
@@ -6235,9 +6259,9 @@ export declare const jobsContractRouter: {
|
|
|
6235
6259
|
} | null | undefined;
|
|
6236
6260
|
}>>>;
|
|
6237
6261
|
}, "strip", z.ZodTypeAny, {
|
|
6262
|
+
status: "APPROVED" | "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
6238
6263
|
createdAt: string;
|
|
6239
6264
|
updatedAt: string;
|
|
6240
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
6241
6265
|
id: string;
|
|
6242
6266
|
userId: string;
|
|
6243
6267
|
company?: {
|
|
@@ -6247,9 +6271,9 @@ export declare const jobsContractRouter: {
|
|
|
6247
6271
|
name: string;
|
|
6248
6272
|
} | null | undefined;
|
|
6249
6273
|
client?: {
|
|
6274
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
6250
6275
|
createdAt: string;
|
|
6251
6276
|
updatedAt: string;
|
|
6252
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
6253
6277
|
id: string;
|
|
6254
6278
|
name: string;
|
|
6255
6279
|
crn: string | null;
|
|
@@ -6279,9 +6303,9 @@ export declare const jobsContractRouter: {
|
|
|
6279
6303
|
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;
|
|
6280
6304
|
} | null | undefined;
|
|
6281
6305
|
newCollaboration?: {
|
|
6306
|
+
status: "APPROVED" | "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
6282
6307
|
createdAt: string;
|
|
6283
6308
|
updatedAt: string;
|
|
6284
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
6285
6309
|
id: string;
|
|
6286
6310
|
userId: string;
|
|
6287
6311
|
company?: {
|
|
@@ -6291,9 +6315,9 @@ export declare const jobsContractRouter: {
|
|
|
6291
6315
|
name: string;
|
|
6292
6316
|
} | null | undefined;
|
|
6293
6317
|
client?: {
|
|
6318
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
6294
6319
|
createdAt: string;
|
|
6295
6320
|
updatedAt: string;
|
|
6296
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
6297
6321
|
id: string;
|
|
6298
6322
|
name: string;
|
|
6299
6323
|
crn: string | null;
|
|
@@ -6324,9 +6348,9 @@ export declare const jobsContractRouter: {
|
|
|
6324
6348
|
} | null | undefined;
|
|
6325
6349
|
} | null | undefined;
|
|
6326
6350
|
}, {
|
|
6351
|
+
status: "APPROVED" | "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
6327
6352
|
createdAt: string | Date;
|
|
6328
6353
|
updatedAt: string | Date;
|
|
6329
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
6330
6354
|
id: string;
|
|
6331
6355
|
userId: string;
|
|
6332
6356
|
company?: {
|
|
@@ -6336,9 +6360,9 @@ export declare const jobsContractRouter: {
|
|
|
6336
6360
|
name: string;
|
|
6337
6361
|
} | null | undefined;
|
|
6338
6362
|
client?: {
|
|
6363
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
6339
6364
|
createdAt: string | Date;
|
|
6340
6365
|
updatedAt: string | Date;
|
|
6341
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
6342
6366
|
id: string;
|
|
6343
6367
|
name: string;
|
|
6344
6368
|
crn: string | null;
|
|
@@ -6368,9 +6392,9 @@ export declare const jobsContractRouter: {
|
|
|
6368
6392
|
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;
|
|
6369
6393
|
} | null | undefined;
|
|
6370
6394
|
newCollaboration?: {
|
|
6395
|
+
status: "APPROVED" | "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
6371
6396
|
createdAt: string | Date;
|
|
6372
6397
|
updatedAt: string | Date;
|
|
6373
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
6374
6398
|
id: string;
|
|
6375
6399
|
userId: string;
|
|
6376
6400
|
company?: {
|
|
@@ -6380,9 +6404,9 @@ export declare const jobsContractRouter: {
|
|
|
6380
6404
|
name: string;
|
|
6381
6405
|
} | null | undefined;
|
|
6382
6406
|
client?: {
|
|
6407
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
6383
6408
|
createdAt: string | Date;
|
|
6384
6409
|
updatedAt: string | Date;
|
|
6385
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
6386
6410
|
id: string;
|
|
6387
6411
|
name: string;
|
|
6388
6412
|
crn: string | null;
|
|
@@ -6416,12 +6440,12 @@ export declare const jobsContractRouter: {
|
|
|
6416
6440
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
6417
6441
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
6418
6442
|
}, "strip", z.ZodTypeAny, {
|
|
6443
|
+
description: string;
|
|
6444
|
+
numberOfPositions: number;
|
|
6445
|
+
status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE";
|
|
6419
6446
|
createdAt: string;
|
|
6420
6447
|
updatedAt: string;
|
|
6421
|
-
status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE";
|
|
6422
6448
|
id: string;
|
|
6423
|
-
description: string;
|
|
6424
|
-
numberOfPositions: number;
|
|
6425
6449
|
pay: {
|
|
6426
6450
|
rateUnit: "DAILY" | "HOURLY";
|
|
6427
6451
|
rate: number;
|
|
@@ -6445,9 +6469,9 @@ export declare const jobsContractRouter: {
|
|
|
6445
6469
|
areaCovered?: string | null | undefined;
|
|
6446
6470
|
} | null | undefined;
|
|
6447
6471
|
currentCollaboration?: {
|
|
6472
|
+
status: "APPROVED" | "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
6448
6473
|
createdAt: string;
|
|
6449
6474
|
updatedAt: string;
|
|
6450
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
6451
6475
|
id: string;
|
|
6452
6476
|
userId: string;
|
|
6453
6477
|
company?: {
|
|
@@ -6457,9 +6481,9 @@ export declare const jobsContractRouter: {
|
|
|
6457
6481
|
name: string;
|
|
6458
6482
|
} | null | undefined;
|
|
6459
6483
|
client?: {
|
|
6484
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
6460
6485
|
createdAt: string;
|
|
6461
6486
|
updatedAt: string;
|
|
6462
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
6463
6487
|
id: string;
|
|
6464
6488
|
name: string;
|
|
6465
6489
|
crn: string | null;
|
|
@@ -6489,9 +6513,9 @@ export declare const jobsContractRouter: {
|
|
|
6489
6513
|
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;
|
|
6490
6514
|
} | null | undefined;
|
|
6491
6515
|
newCollaboration?: {
|
|
6516
|
+
status: "APPROVED" | "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
6492
6517
|
createdAt: string;
|
|
6493
6518
|
updatedAt: string;
|
|
6494
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
6495
6519
|
id: string;
|
|
6496
6520
|
userId: string;
|
|
6497
6521
|
company?: {
|
|
@@ -6501,9 +6525,9 @@ export declare const jobsContractRouter: {
|
|
|
6501
6525
|
name: string;
|
|
6502
6526
|
} | null | undefined;
|
|
6503
6527
|
client?: {
|
|
6528
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
6504
6529
|
createdAt: string;
|
|
6505
6530
|
updatedAt: string;
|
|
6506
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
6507
6531
|
id: string;
|
|
6508
6532
|
name: string;
|
|
6509
6533
|
crn: string | null;
|
|
@@ -6535,12 +6559,12 @@ export declare const jobsContractRouter: {
|
|
|
6535
6559
|
} | null | undefined;
|
|
6536
6560
|
} | null | undefined;
|
|
6537
6561
|
}, {
|
|
6562
|
+
description: string;
|
|
6563
|
+
numberOfPositions: number;
|
|
6564
|
+
status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE";
|
|
6538
6565
|
createdAt: string | Date;
|
|
6539
6566
|
updatedAt: string | Date;
|
|
6540
|
-
status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE";
|
|
6541
6567
|
id: string;
|
|
6542
|
-
description: string;
|
|
6543
|
-
numberOfPositions: number;
|
|
6544
6568
|
pay: {
|
|
6545
6569
|
rateUnit: "DAILY" | "HOURLY";
|
|
6546
6570
|
rate: number;
|
|
@@ -6564,9 +6588,9 @@ export declare const jobsContractRouter: {
|
|
|
6564
6588
|
qualificationTypeId?: string | null | undefined;
|
|
6565
6589
|
}[] | undefined;
|
|
6566
6590
|
currentCollaboration?: {
|
|
6591
|
+
status: "APPROVED" | "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
6567
6592
|
createdAt: string | Date;
|
|
6568
6593
|
updatedAt: string | Date;
|
|
6569
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
6570
6594
|
id: string;
|
|
6571
6595
|
userId: string;
|
|
6572
6596
|
company?: {
|
|
@@ -6576,9 +6600,9 @@ export declare const jobsContractRouter: {
|
|
|
6576
6600
|
name: string;
|
|
6577
6601
|
} | null | undefined;
|
|
6578
6602
|
client?: {
|
|
6603
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
6579
6604
|
createdAt: string | Date;
|
|
6580
6605
|
updatedAt: string | Date;
|
|
6581
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
6582
6606
|
id: string;
|
|
6583
6607
|
name: string;
|
|
6584
6608
|
crn: string | null;
|
|
@@ -6608,9 +6632,9 @@ export declare const jobsContractRouter: {
|
|
|
6608
6632
|
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;
|
|
6609
6633
|
} | null | undefined;
|
|
6610
6634
|
newCollaboration?: {
|
|
6635
|
+
status: "APPROVED" | "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
6611
6636
|
createdAt: string | Date;
|
|
6612
6637
|
updatedAt: string | Date;
|
|
6613
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
6614
6638
|
id: string;
|
|
6615
6639
|
userId: string;
|
|
6616
6640
|
company?: {
|
|
@@ -6620,9 +6644,9 @@ export declare const jobsContractRouter: {
|
|
|
6620
6644
|
name: string;
|
|
6621
6645
|
} | null | undefined;
|
|
6622
6646
|
client?: {
|
|
6647
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
6623
6648
|
createdAt: string | Date;
|
|
6624
6649
|
updatedAt: string | Date;
|
|
6625
|
-
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
6626
6650
|
id: string;
|
|
6627
6651
|
name: string;
|
|
6628
6652
|
crn: string | null;
|