@dakkitor/api-contracts 1.1.37 → 1.1.38

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.
@@ -146,15 +146,15 @@ export declare const JobSchema: z.ZodObject<{
146
146
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
147
147
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
148
148
  }, "strip", z.ZodTypeAny, {
149
- id: string;
150
- name: string;
151
149
  createdAt: string;
152
150
  updatedAt: string;
153
- }, {
154
151
  id: string;
155
152
  name: string;
153
+ }, {
156
154
  createdAt: string | Date;
157
155
  updatedAt: string | Date;
156
+ id: string;
157
+ name: string;
158
158
  }>>>;
159
159
  client: z.ZodOptional<z.ZodNullable<z.ZodObject<{
160
160
  id: z.ZodString;
@@ -190,11 +190,11 @@ export declare const JobSchema: z.ZodObject<{
190
190
  agentId: string;
191
191
  }>>>;
192
192
  }, "strip", z.ZodTypeAny, {
193
- id: string;
194
- name: string;
195
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
196
193
  createdAt: string;
197
194
  updatedAt: string;
195
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
196
+ id: string;
197
+ name: string;
198
198
  crn: string;
199
199
  govLink: string;
200
200
  director: string;
@@ -209,11 +209,11 @@ export declare const JobSchema: z.ZodObject<{
209
209
  agentId: string;
210
210
  } | null | undefined;
211
211
  }, {
212
- id: string;
213
- name: string;
214
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
215
212
  createdAt: string | Date;
216
213
  updatedAt: string | Date;
214
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
215
+ id: string;
216
+ name: string;
217
217
  crn: string;
218
218
  govLink: string;
219
219
  director: string;
@@ -257,15 +257,15 @@ export declare const JobSchema: z.ZodObject<{
257
257
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
258
258
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
259
259
  }, "strip", z.ZodTypeAny, {
260
- id: string;
261
- name: string;
262
260
  createdAt: string;
263
261
  updatedAt: string;
264
- }, {
265
262
  id: string;
266
263
  name: string;
264
+ }, {
267
265
  createdAt: string | Date;
268
266
  updatedAt: string | Date;
267
+ id: string;
268
+ name: string;
269
269
  }>>>;
270
270
  client: z.ZodOptional<z.ZodNullable<z.ZodObject<{
271
271
  id: z.ZodString;
@@ -301,11 +301,11 @@ export declare const JobSchema: z.ZodObject<{
301
301
  agentId: string;
302
302
  }>>>;
303
303
  }, "strip", z.ZodTypeAny, {
304
- id: string;
305
- name: string;
306
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
307
304
  createdAt: string;
308
305
  updatedAt: string;
306
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
307
+ id: string;
308
+ name: string;
309
309
  crn: string;
310
310
  govLink: string;
311
311
  director: string;
@@ -320,11 +320,11 @@ export declare const JobSchema: z.ZodObject<{
320
320
  agentId: string;
321
321
  } | null | undefined;
322
322
  }, {
323
- id: string;
324
- name: string;
325
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
326
323
  createdAt: string | Date;
327
324
  updatedAt: string | Date;
325
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
326
+ id: string;
327
+ name: string;
328
328
  crn: string;
329
329
  govLink: string;
330
330
  director: string;
@@ -360,23 +360,23 @@ export declare const JobSchema: z.ZodObject<{
360
360
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
361
361
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
362
362
  }, "strip", z.ZodTypeAny, {
363
- id: string;
364
- status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
365
363
  createdAt: string;
366
364
  updatedAt: string;
365
+ status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
366
+ id: string;
367
367
  userId: string;
368
368
  company?: {
369
- id: string;
370
- name: string;
371
369
  createdAt: string;
372
370
  updatedAt: string;
373
- } | null | undefined;
374
- client?: {
375
371
  id: string;
376
372
  name: string;
377
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
373
+ } | null | undefined;
374
+ client?: {
378
375
  createdAt: string;
379
376
  updatedAt: string;
377
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
378
+ id: string;
379
+ name: string;
380
380
  crn: string;
381
381
  govLink: string;
382
382
  director: string;
@@ -398,23 +398,23 @@ export declare const JobSchema: z.ZodObject<{
398
398
  email: string;
399
399
  } | null | undefined;
400
400
  }, {
401
- id: string;
402
- status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
403
401
  createdAt: string | Date;
404
402
  updatedAt: string | Date;
403
+ status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
404
+ id: string;
405
405
  userId: string;
406
406
  company?: {
407
- id: string;
408
- name: string;
409
407
  createdAt: string | Date;
410
408
  updatedAt: string | Date;
411
- } | null | undefined;
412
- client?: {
413
409
  id: string;
414
410
  name: string;
415
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
411
+ } | null | undefined;
412
+ client?: {
416
413
  createdAt: string | Date;
417
414
  updatedAt: string | Date;
415
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
416
+ id: string;
417
+ name: string;
418
418
  crn: string;
419
419
  govLink: string;
420
420
  director: string;
@@ -437,23 +437,23 @@ export declare const JobSchema: z.ZodObject<{
437
437
  } | null | undefined;
438
438
  }>>>;
439
439
  }, "strip", z.ZodTypeAny, {
440
- id: string;
441
- status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
442
440
  createdAt: string;
443
441
  updatedAt: string;
442
+ status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
443
+ id: string;
444
444
  userId: string;
445
445
  company?: {
446
- id: string;
447
- name: string;
448
446
  createdAt: string;
449
447
  updatedAt: string;
450
- } | null | undefined;
451
- client?: {
452
448
  id: string;
453
449
  name: string;
454
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
450
+ } | null | undefined;
451
+ client?: {
455
452
  createdAt: string;
456
453
  updatedAt: string;
454
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
455
+ id: string;
456
+ name: string;
457
457
  crn: string;
458
458
  govLink: string;
459
459
  director: string;
@@ -475,23 +475,23 @@ export declare const JobSchema: z.ZodObject<{
475
475
  email: string;
476
476
  } | null | undefined;
477
477
  newCollaboration?: {
478
- id: string;
479
- status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
480
478
  createdAt: string;
481
479
  updatedAt: string;
480
+ status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
481
+ id: string;
482
482
  userId: string;
483
483
  company?: {
484
- id: string;
485
- name: string;
486
484
  createdAt: string;
487
485
  updatedAt: string;
488
- } | null | undefined;
489
- client?: {
490
486
  id: string;
491
487
  name: string;
492
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
488
+ } | null | undefined;
489
+ client?: {
493
490
  createdAt: string;
494
491
  updatedAt: string;
492
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
493
+ id: string;
494
+ name: string;
495
495
  crn: string;
496
496
  govLink: string;
497
497
  director: string;
@@ -514,23 +514,23 @@ export declare const JobSchema: z.ZodObject<{
514
514
  } | null | undefined;
515
515
  } | null | undefined;
516
516
  }, {
517
- id: string;
518
- status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
519
517
  createdAt: string | Date;
520
518
  updatedAt: string | Date;
519
+ status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
520
+ id: string;
521
521
  userId: string;
522
522
  company?: {
523
- id: string;
524
- name: string;
525
523
  createdAt: string | Date;
526
524
  updatedAt: string | Date;
527
- } | null | undefined;
528
- client?: {
529
525
  id: string;
530
526
  name: string;
531
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
527
+ } | null | undefined;
528
+ client?: {
532
529
  createdAt: string | Date;
533
530
  updatedAt: string | Date;
531
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
532
+ id: string;
533
+ name: string;
534
534
  crn: string;
535
535
  govLink: string;
536
536
  director: string;
@@ -552,23 +552,23 @@ export declare const JobSchema: z.ZodObject<{
552
552
  email: string;
553
553
  } | null | undefined;
554
554
  newCollaboration?: {
555
- id: string;
556
- status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
557
555
  createdAt: string | Date;
558
556
  updatedAt: string | Date;
557
+ status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
558
+ id: string;
559
559
  userId: string;
560
560
  company?: {
561
- id: string;
562
- name: string;
563
561
  createdAt: string | Date;
564
562
  updatedAt: string | Date;
565
- } | null | undefined;
566
- client?: {
567
563
  id: string;
568
564
  name: string;
569
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
565
+ } | null | undefined;
566
+ client?: {
570
567
  createdAt: string | Date;
571
568
  updatedAt: string | Date;
569
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
570
+ id: string;
571
+ name: string;
572
572
  crn: string;
573
573
  govLink: string;
574
574
  director: string;
@@ -594,10 +594,10 @@ export declare const JobSchema: z.ZodObject<{
594
594
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
595
595
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
596
596
  }, "strip", z.ZodTypeAny, {
597
- id: string;
598
- status: "AVAILABLE" | "CANCELED" | "FILLED" | "NOT_AVAILABLE";
599
597
  createdAt: string;
600
598
  updatedAt: string;
599
+ status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE";
600
+ id: string;
601
601
  description: string;
602
602
  numberOfPositions: number;
603
603
  pay: {
@@ -623,23 +623,23 @@ export declare const JobSchema: z.ZodObject<{
623
623
  areaCovered?: string | null | undefined;
624
624
  } | null | undefined;
625
625
  currentCollaboration?: {
626
- id: string;
627
- status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
628
626
  createdAt: string;
629
627
  updatedAt: string;
628
+ status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
629
+ id: string;
630
630
  userId: string;
631
631
  company?: {
632
- id: string;
633
- name: string;
634
632
  createdAt: string;
635
633
  updatedAt: string;
636
- } | null | undefined;
637
- client?: {
638
634
  id: string;
639
635
  name: string;
640
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
636
+ } | null | undefined;
637
+ client?: {
641
638
  createdAt: string;
642
639
  updatedAt: string;
640
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
641
+ id: string;
642
+ name: string;
643
643
  crn: string;
644
644
  govLink: string;
645
645
  director: string;
@@ -661,23 +661,23 @@ export declare const JobSchema: z.ZodObject<{
661
661
  email: string;
662
662
  } | null | undefined;
663
663
  newCollaboration?: {
664
- id: string;
665
- status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
666
664
  createdAt: string;
667
665
  updatedAt: string;
666
+ status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
667
+ id: string;
668
668
  userId: string;
669
669
  company?: {
670
- id: string;
671
- name: string;
672
670
  createdAt: string;
673
671
  updatedAt: string;
674
- } | null | undefined;
675
- client?: {
676
672
  id: string;
677
673
  name: string;
678
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
674
+ } | null | undefined;
675
+ client?: {
679
676
  createdAt: string;
680
677
  updatedAt: string;
678
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
679
+ id: string;
680
+ name: string;
681
681
  crn: string;
682
682
  govLink: string;
683
683
  director: string;
@@ -701,10 +701,10 @@ export declare const JobSchema: z.ZodObject<{
701
701
  } | null | undefined;
702
702
  } | null | undefined;
703
703
  }, {
704
- id: string;
705
- status: "AVAILABLE" | "CANCELED" | "FILLED" | "NOT_AVAILABLE";
706
704
  createdAt: string | Date;
707
705
  updatedAt: string | Date;
706
+ status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE";
707
+ id: string;
708
708
  description: string;
709
709
  numberOfPositions: number;
710
710
  pay: {
@@ -730,23 +730,23 @@ export declare const JobSchema: z.ZodObject<{
730
730
  qualificationTypeId?: string | null | undefined;
731
731
  }[] | undefined;
732
732
  currentCollaboration?: {
733
- id: string;
734
- status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
735
733
  createdAt: string | Date;
736
734
  updatedAt: string | Date;
735
+ status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
736
+ id: string;
737
737
  userId: string;
738
738
  company?: {
739
- id: string;
740
- name: string;
741
739
  createdAt: string | Date;
742
740
  updatedAt: string | Date;
743
- } | null | undefined;
744
- client?: {
745
741
  id: string;
746
742
  name: string;
747
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
743
+ } | null | undefined;
744
+ client?: {
748
745
  createdAt: string | Date;
749
746
  updatedAt: string | Date;
747
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
748
+ id: string;
749
+ name: string;
750
750
  crn: string;
751
751
  govLink: string;
752
752
  director: string;
@@ -768,23 +768,23 @@ export declare const JobSchema: z.ZodObject<{
768
768
  email: string;
769
769
  } | null | undefined;
770
770
  newCollaboration?: {
771
- id: string;
772
- status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
773
771
  createdAt: string | Date;
774
772
  updatedAt: string | Date;
773
+ status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
774
+ id: string;
775
775
  userId: string;
776
776
  company?: {
777
- id: string;
778
- name: string;
779
777
  createdAt: string | Date;
780
778
  updatedAt: string | Date;
781
- } | null | undefined;
782
- client?: {
783
779
  id: string;
784
780
  name: string;
785
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
781
+ } | null | undefined;
782
+ client?: {
786
783
  createdAt: string | Date;
787
784
  updatedAt: string | Date;
785
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
786
+ id: string;
787
+ name: string;
788
788
  crn: string;
789
789
  govLink: string;
790
790
  director: string;
@@ -861,7 +861,7 @@ export declare const CreateJobSchema: z.ZodObject<{
861
861
  }>, "many">>;
862
862
  status: z.ZodDefault<z.ZodEnum<["CANCELED", "FILLED", "AVAILABLE", "NOT_AVAILABLE"]>>;
863
863
  }, "strip", z.ZodTypeAny, {
864
- status: "AVAILABLE" | "CANCELED" | "FILLED" | "NOT_AVAILABLE";
864
+ status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE";
865
865
  description: string;
866
866
  numberOfPositions: number;
867
867
  pay: {
@@ -896,7 +896,7 @@ export declare const CreateJobSchema: z.ZodObject<{
896
896
  currentCollaboration: {
897
897
  id: string;
898
898
  };
899
- status?: "AVAILABLE" | "CANCELED" | "FILLED" | "NOT_AVAILABLE" | undefined;
899
+ status?: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | undefined;
900
900
  workHours?: number | undefined;
901
901
  location?: {
902
902
  address?: string | null | undefined;
@@ -960,7 +960,7 @@ export declare const UpdateJobSchema: z.ZodObject<{
960
960
  }>, "many">>;
961
961
  status: z.ZodOptional<z.ZodEnum<["CANCELED", "FILLED", "AVAILABLE", "NOT_AVAILABLE"]>>;
962
962
  }, "strip", z.ZodTypeAny, {
963
- status?: "AVAILABLE" | "CANCELED" | "FILLED" | "NOT_AVAILABLE" | undefined;
963
+ status?: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | undefined;
964
964
  description?: string | undefined;
965
965
  numberOfPositions?: number | undefined;
966
966
  workHours?: number | undefined;
@@ -983,7 +983,7 @@ export declare const UpdateJobSchema: z.ZodObject<{
983
983
  id: string;
984
984
  } | undefined;
985
985
  }, {
986
- status?: "AVAILABLE" | "CANCELED" | "FILLED" | "NOT_AVAILABLE" | undefined;
986
+ status?: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | undefined;
987
987
  description?: string | undefined;
988
988
  numberOfPositions?: number | undefined;
989
989
  workHours?: number | undefined;
@@ -1055,16 +1055,16 @@ export declare const FilterJobSchema: z.ZodObject<{
1055
1055
  }, "strip", z.ZodTypeAny, {
1056
1056
  limit: number;
1057
1057
  page: number;
1058
- status?: "AVAILABLE" | "CANCELED" | "FILLED" | "NOT_AVAILABLE" | null | undefined;
1059
1058
  createdAt?: {
1060
1059
  from?: string | null | undefined;
1061
1060
  to?: string | null | undefined;
1062
1061
  } | null | undefined;
1063
- sortBy?: "status" | "createdAt" | "updatedAt" | "description" | "numberOfPositions" | null | undefined;
1064
- sortOrder?: "ASC" | "DESC" | null | undefined;
1065
- companyId?: string | null | undefined;
1062
+ status?: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | null | undefined;
1066
1063
  userId?: string | null | undefined;
1064
+ companyId?: string | null | undefined;
1067
1065
  clientId?: string | null | undefined;
1066
+ sortBy?: "createdAt" | "updatedAt" | "status" | "description" | "numberOfPositions" | null | undefined;
1067
+ sortOrder?: "ASC" | "DESC" | null | undefined;
1068
1068
  pay?: {
1069
1069
  minRate?: number | null | undefined;
1070
1070
  maxRate?: number | null | undefined;
@@ -1077,18 +1077,18 @@ export declare const FilterJobSchema: z.ZodObject<{
1077
1077
  }[] | undefined;
1078
1078
  distance?: number | null | undefined;
1079
1079
  }, {
1080
- status?: "AVAILABLE" | "CANCELED" | "FILLED" | "NOT_AVAILABLE" | null | undefined;
1081
1080
  createdAt?: {
1082
1081
  from?: string | null | undefined;
1083
1082
  to?: string | null | undefined;
1084
1083
  } | null | undefined;
1084
+ status?: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | null | undefined;
1085
+ userId?: string | null | undefined;
1085
1086
  limit?: number | undefined;
1086
1087
  page?: number | undefined;
1087
- sortBy?: "status" | "createdAt" | "updatedAt" | "description" | "numberOfPositions" | null | undefined;
1088
- sortOrder?: "ASC" | "DESC" | null | undefined;
1089
1088
  companyId?: string | null | undefined;
1090
- userId?: string | null | undefined;
1091
1089
  clientId?: string | null | undefined;
1090
+ sortBy?: "createdAt" | "updatedAt" | "status" | "description" | "numberOfPositions" | null | undefined;
1091
+ sortOrder?: "ASC" | "DESC" | null | undefined;
1092
1092
  pay?: {
1093
1093
  minRate?: number | null | undefined;
1094
1094
  maxRate?: number | null | undefined;
@@ -1171,15 +1171,15 @@ export declare const PaginatedJobResponseSchema: z.ZodObject<{
1171
1171
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
1172
1172
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
1173
1173
  }, "strip", z.ZodTypeAny, {
1174
- id: string;
1175
- name: string;
1176
1174
  createdAt: string;
1177
1175
  updatedAt: string;
1178
- }, {
1179
1176
  id: string;
1180
1177
  name: string;
1178
+ }, {
1181
1179
  createdAt: string | Date;
1182
1180
  updatedAt: string | Date;
1181
+ id: string;
1182
+ name: string;
1183
1183
  }>>>;
1184
1184
  client: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1185
1185
  id: z.ZodString;
@@ -1215,11 +1215,11 @@ export declare const PaginatedJobResponseSchema: z.ZodObject<{
1215
1215
  agentId: string;
1216
1216
  }>>>;
1217
1217
  }, "strip", z.ZodTypeAny, {
1218
- id: string;
1219
- name: string;
1220
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
1221
1218
  createdAt: string;
1222
1219
  updatedAt: string;
1220
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
1221
+ id: string;
1222
+ name: string;
1223
1223
  crn: string;
1224
1224
  govLink: string;
1225
1225
  director: string;
@@ -1234,11 +1234,11 @@ export declare const PaginatedJobResponseSchema: z.ZodObject<{
1234
1234
  agentId: string;
1235
1235
  } | null | undefined;
1236
1236
  }, {
1237
- id: string;
1238
- name: string;
1239
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
1240
1237
  createdAt: string | Date;
1241
1238
  updatedAt: string | Date;
1239
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
1240
+ id: string;
1241
+ name: string;
1242
1242
  crn: string;
1243
1243
  govLink: string;
1244
1244
  director: string;
@@ -1282,15 +1282,15 @@ export declare const PaginatedJobResponseSchema: z.ZodObject<{
1282
1282
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
1283
1283
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
1284
1284
  }, "strip", z.ZodTypeAny, {
1285
- id: string;
1286
- name: string;
1287
1285
  createdAt: string;
1288
1286
  updatedAt: string;
1289
- }, {
1290
1287
  id: string;
1291
1288
  name: string;
1289
+ }, {
1292
1290
  createdAt: string | Date;
1293
1291
  updatedAt: string | Date;
1292
+ id: string;
1293
+ name: string;
1294
1294
  }>>>;
1295
1295
  client: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1296
1296
  id: z.ZodString;
@@ -1326,11 +1326,11 @@ export declare const PaginatedJobResponseSchema: z.ZodObject<{
1326
1326
  agentId: string;
1327
1327
  }>>>;
1328
1328
  }, "strip", z.ZodTypeAny, {
1329
- id: string;
1330
- name: string;
1331
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
1332
1329
  createdAt: string;
1333
1330
  updatedAt: string;
1331
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
1332
+ id: string;
1333
+ name: string;
1334
1334
  crn: string;
1335
1335
  govLink: string;
1336
1336
  director: string;
@@ -1345,11 +1345,11 @@ export declare const PaginatedJobResponseSchema: z.ZodObject<{
1345
1345
  agentId: string;
1346
1346
  } | null | undefined;
1347
1347
  }, {
1348
- id: string;
1349
- name: string;
1350
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
1351
1348
  createdAt: string | Date;
1352
1349
  updatedAt: string | Date;
1350
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
1351
+ id: string;
1352
+ name: string;
1353
1353
  crn: string;
1354
1354
  govLink: string;
1355
1355
  director: string;
@@ -1385,23 +1385,23 @@ export declare const PaginatedJobResponseSchema: z.ZodObject<{
1385
1385
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
1386
1386
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
1387
1387
  }, "strip", z.ZodTypeAny, {
1388
- id: string;
1389
- status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
1390
1388
  createdAt: string;
1391
1389
  updatedAt: string;
1390
+ status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
1391
+ id: string;
1392
1392
  userId: string;
1393
1393
  company?: {
1394
- id: string;
1395
- name: string;
1396
1394
  createdAt: string;
1397
1395
  updatedAt: string;
1398
- } | null | undefined;
1399
- client?: {
1400
1396
  id: string;
1401
1397
  name: string;
1402
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
1398
+ } | null | undefined;
1399
+ client?: {
1403
1400
  createdAt: string;
1404
1401
  updatedAt: string;
1402
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
1403
+ id: string;
1404
+ name: string;
1405
1405
  crn: string;
1406
1406
  govLink: string;
1407
1407
  director: string;
@@ -1423,23 +1423,23 @@ export declare const PaginatedJobResponseSchema: z.ZodObject<{
1423
1423
  email: string;
1424
1424
  } | null | undefined;
1425
1425
  }, {
1426
- id: string;
1427
- status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
1428
1426
  createdAt: string | Date;
1429
1427
  updatedAt: string | Date;
1428
+ status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
1429
+ id: string;
1430
1430
  userId: string;
1431
1431
  company?: {
1432
- id: string;
1433
- name: string;
1434
1432
  createdAt: string | Date;
1435
1433
  updatedAt: string | Date;
1436
- } | null | undefined;
1437
- client?: {
1438
1434
  id: string;
1439
1435
  name: string;
1440
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
1436
+ } | null | undefined;
1437
+ client?: {
1441
1438
  createdAt: string | Date;
1442
1439
  updatedAt: string | Date;
1440
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
1441
+ id: string;
1442
+ name: string;
1443
1443
  crn: string;
1444
1444
  govLink: string;
1445
1445
  director: string;
@@ -1462,23 +1462,23 @@ export declare const PaginatedJobResponseSchema: z.ZodObject<{
1462
1462
  } | null | undefined;
1463
1463
  }>>>;
1464
1464
  }, "strip", z.ZodTypeAny, {
1465
- id: string;
1466
- status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
1467
1465
  createdAt: string;
1468
1466
  updatedAt: string;
1467
+ status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
1468
+ id: string;
1469
1469
  userId: string;
1470
1470
  company?: {
1471
- id: string;
1472
- name: string;
1473
1471
  createdAt: string;
1474
1472
  updatedAt: string;
1475
- } | null | undefined;
1476
- client?: {
1477
1473
  id: string;
1478
1474
  name: string;
1479
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
1475
+ } | null | undefined;
1476
+ client?: {
1480
1477
  createdAt: string;
1481
1478
  updatedAt: string;
1479
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
1480
+ id: string;
1481
+ name: string;
1482
1482
  crn: string;
1483
1483
  govLink: string;
1484
1484
  director: string;
@@ -1500,23 +1500,23 @@ export declare const PaginatedJobResponseSchema: z.ZodObject<{
1500
1500
  email: string;
1501
1501
  } | null | undefined;
1502
1502
  newCollaboration?: {
1503
- id: string;
1504
- status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
1505
1503
  createdAt: string;
1506
1504
  updatedAt: string;
1505
+ status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
1506
+ id: string;
1507
1507
  userId: string;
1508
1508
  company?: {
1509
- id: string;
1510
- name: string;
1511
1509
  createdAt: string;
1512
1510
  updatedAt: string;
1513
- } | null | undefined;
1514
- client?: {
1515
1511
  id: string;
1516
1512
  name: string;
1517
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
1513
+ } | null | undefined;
1514
+ client?: {
1518
1515
  createdAt: string;
1519
1516
  updatedAt: string;
1517
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
1518
+ id: string;
1519
+ name: string;
1520
1520
  crn: string;
1521
1521
  govLink: string;
1522
1522
  director: string;
@@ -1539,23 +1539,23 @@ export declare const PaginatedJobResponseSchema: z.ZodObject<{
1539
1539
  } | null | undefined;
1540
1540
  } | null | undefined;
1541
1541
  }, {
1542
- id: string;
1543
- status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
1544
1542
  createdAt: string | Date;
1545
1543
  updatedAt: string | Date;
1544
+ status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
1545
+ id: string;
1546
1546
  userId: string;
1547
1547
  company?: {
1548
- id: string;
1549
- name: string;
1550
1548
  createdAt: string | Date;
1551
1549
  updatedAt: string | Date;
1552
- } | null | undefined;
1553
- client?: {
1554
1550
  id: string;
1555
1551
  name: string;
1556
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
1552
+ } | null | undefined;
1553
+ client?: {
1557
1554
  createdAt: string | Date;
1558
1555
  updatedAt: string | Date;
1556
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
1557
+ id: string;
1558
+ name: string;
1559
1559
  crn: string;
1560
1560
  govLink: string;
1561
1561
  director: string;
@@ -1577,23 +1577,23 @@ export declare const PaginatedJobResponseSchema: z.ZodObject<{
1577
1577
  email: string;
1578
1578
  } | null | undefined;
1579
1579
  newCollaboration?: {
1580
- id: string;
1581
- status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
1582
1580
  createdAt: string | Date;
1583
1581
  updatedAt: string | Date;
1582
+ status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
1583
+ id: string;
1584
1584
  userId: string;
1585
1585
  company?: {
1586
- id: string;
1587
- name: string;
1588
1586
  createdAt: string | Date;
1589
1587
  updatedAt: string | Date;
1590
- } | null | undefined;
1591
- client?: {
1592
1588
  id: string;
1593
1589
  name: string;
1594
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
1590
+ } | null | undefined;
1591
+ client?: {
1595
1592
  createdAt: string | Date;
1596
1593
  updatedAt: string | Date;
1594
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
1595
+ id: string;
1596
+ name: string;
1597
1597
  crn: string;
1598
1598
  govLink: string;
1599
1599
  director: string;
@@ -1619,10 +1619,10 @@ export declare const PaginatedJobResponseSchema: z.ZodObject<{
1619
1619
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
1620
1620
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
1621
1621
  }, "strip", z.ZodTypeAny, {
1622
- id: string;
1623
- status: "AVAILABLE" | "CANCELED" | "FILLED" | "NOT_AVAILABLE";
1624
1622
  createdAt: string;
1625
1623
  updatedAt: string;
1624
+ status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE";
1625
+ id: string;
1626
1626
  description: string;
1627
1627
  numberOfPositions: number;
1628
1628
  pay: {
@@ -1648,23 +1648,23 @@ export declare const PaginatedJobResponseSchema: z.ZodObject<{
1648
1648
  areaCovered?: string | null | undefined;
1649
1649
  } | null | undefined;
1650
1650
  currentCollaboration?: {
1651
- id: string;
1652
- status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
1653
1651
  createdAt: string;
1654
1652
  updatedAt: string;
1653
+ status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
1654
+ id: string;
1655
1655
  userId: string;
1656
1656
  company?: {
1657
- id: string;
1658
- name: string;
1659
1657
  createdAt: string;
1660
1658
  updatedAt: string;
1661
- } | null | undefined;
1662
- client?: {
1663
1659
  id: string;
1664
1660
  name: string;
1665
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
1661
+ } | null | undefined;
1662
+ client?: {
1666
1663
  createdAt: string;
1667
1664
  updatedAt: string;
1665
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
1666
+ id: string;
1667
+ name: string;
1668
1668
  crn: string;
1669
1669
  govLink: string;
1670
1670
  director: string;
@@ -1686,23 +1686,23 @@ export declare const PaginatedJobResponseSchema: z.ZodObject<{
1686
1686
  email: string;
1687
1687
  } | null | undefined;
1688
1688
  newCollaboration?: {
1689
- id: string;
1690
- status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
1691
1689
  createdAt: string;
1692
1690
  updatedAt: string;
1691
+ status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
1692
+ id: string;
1693
1693
  userId: string;
1694
1694
  company?: {
1695
- id: string;
1696
- name: string;
1697
1695
  createdAt: string;
1698
1696
  updatedAt: string;
1699
- } | null | undefined;
1700
- client?: {
1701
1697
  id: string;
1702
1698
  name: string;
1703
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
1699
+ } | null | undefined;
1700
+ client?: {
1704
1701
  createdAt: string;
1705
1702
  updatedAt: string;
1703
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
1704
+ id: string;
1705
+ name: string;
1706
1706
  crn: string;
1707
1707
  govLink: string;
1708
1708
  director: string;
@@ -1726,10 +1726,10 @@ export declare const PaginatedJobResponseSchema: z.ZodObject<{
1726
1726
  } | null | undefined;
1727
1727
  } | null | undefined;
1728
1728
  }, {
1729
- id: string;
1730
- status: "AVAILABLE" | "CANCELED" | "FILLED" | "NOT_AVAILABLE";
1731
1729
  createdAt: string | Date;
1732
1730
  updatedAt: string | Date;
1731
+ status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE";
1732
+ id: string;
1733
1733
  description: string;
1734
1734
  numberOfPositions: number;
1735
1735
  pay: {
@@ -1755,23 +1755,23 @@ export declare const PaginatedJobResponseSchema: z.ZodObject<{
1755
1755
  qualificationTypeId?: string | null | undefined;
1756
1756
  }[] | undefined;
1757
1757
  currentCollaboration?: {
1758
- id: string;
1759
- status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
1760
1758
  createdAt: string | Date;
1761
1759
  updatedAt: string | Date;
1760
+ status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
1761
+ id: string;
1762
1762
  userId: string;
1763
1763
  company?: {
1764
- id: string;
1765
- name: string;
1766
1764
  createdAt: string | Date;
1767
1765
  updatedAt: string | Date;
1768
- } | null | undefined;
1769
- client?: {
1770
1766
  id: string;
1771
1767
  name: string;
1772
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
1768
+ } | null | undefined;
1769
+ client?: {
1773
1770
  createdAt: string | Date;
1774
1771
  updatedAt: string | Date;
1772
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
1773
+ id: string;
1774
+ name: string;
1775
1775
  crn: string;
1776
1776
  govLink: string;
1777
1777
  director: string;
@@ -1793,23 +1793,23 @@ export declare const PaginatedJobResponseSchema: z.ZodObject<{
1793
1793
  email: string;
1794
1794
  } | null | undefined;
1795
1795
  newCollaboration?: {
1796
- id: string;
1797
- status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
1798
1796
  createdAt: string | Date;
1799
1797
  updatedAt: string | Date;
1798
+ status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
1799
+ id: string;
1800
1800
  userId: string;
1801
1801
  company?: {
1802
- id: string;
1803
- name: string;
1804
1802
  createdAt: string | Date;
1805
1803
  updatedAt: string | Date;
1806
- } | null | undefined;
1807
- client?: {
1808
1804
  id: string;
1809
1805
  name: string;
1810
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
1806
+ } | null | undefined;
1807
+ client?: {
1811
1808
  createdAt: string | Date;
1812
1809
  updatedAt: string | Date;
1810
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
1811
+ id: string;
1812
+ name: string;
1813
1813
  crn: string;
1814
1814
  govLink: string;
1815
1815
  director: string;
@@ -1841,10 +1841,10 @@ export declare const PaginatedJobResponseSchema: z.ZodObject<{
1841
1841
  }, "strip", z.ZodTypeAny, {
1842
1842
  limit: number;
1843
1843
  items: {
1844
- id: string;
1845
- status: "AVAILABLE" | "CANCELED" | "FILLED" | "NOT_AVAILABLE";
1846
1844
  createdAt: string;
1847
1845
  updatedAt: string;
1846
+ status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE";
1847
+ id: string;
1848
1848
  description: string;
1849
1849
  numberOfPositions: number;
1850
1850
  pay: {
@@ -1870,23 +1870,23 @@ export declare const PaginatedJobResponseSchema: z.ZodObject<{
1870
1870
  areaCovered?: string | null | undefined;
1871
1871
  } | null | undefined;
1872
1872
  currentCollaboration?: {
1873
- id: string;
1874
- status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
1875
1873
  createdAt: string;
1876
1874
  updatedAt: string;
1875
+ status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
1876
+ id: string;
1877
1877
  userId: string;
1878
1878
  company?: {
1879
- id: string;
1880
- name: string;
1881
1879
  createdAt: string;
1882
1880
  updatedAt: string;
1883
- } | null | undefined;
1884
- client?: {
1885
1881
  id: string;
1886
1882
  name: string;
1887
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
1883
+ } | null | undefined;
1884
+ client?: {
1888
1885
  createdAt: string;
1889
1886
  updatedAt: string;
1887
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
1888
+ id: string;
1889
+ name: string;
1890
1890
  crn: string;
1891
1891
  govLink: string;
1892
1892
  director: string;
@@ -1908,23 +1908,23 @@ export declare const PaginatedJobResponseSchema: z.ZodObject<{
1908
1908
  email: string;
1909
1909
  } | null | undefined;
1910
1910
  newCollaboration?: {
1911
- id: string;
1912
- status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
1913
1911
  createdAt: string;
1914
1912
  updatedAt: string;
1913
+ status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
1914
+ id: string;
1915
1915
  userId: string;
1916
1916
  company?: {
1917
- id: string;
1918
- name: string;
1919
1917
  createdAt: string;
1920
1918
  updatedAt: string;
1921
- } | null | undefined;
1922
- client?: {
1923
1919
  id: string;
1924
1920
  name: string;
1925
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
1921
+ } | null | undefined;
1922
+ client?: {
1926
1923
  createdAt: string;
1927
1924
  updatedAt: string;
1925
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
1926
+ id: string;
1927
+ name: string;
1928
1928
  crn: string;
1929
1929
  govLink: string;
1930
1930
  director: string;
@@ -1955,10 +1955,10 @@ export declare const PaginatedJobResponseSchema: z.ZodObject<{
1955
1955
  }, {
1956
1956
  limit: number;
1957
1957
  items: {
1958
- id: string;
1959
- status: "AVAILABLE" | "CANCELED" | "FILLED" | "NOT_AVAILABLE";
1960
1958
  createdAt: string | Date;
1961
1959
  updatedAt: string | Date;
1960
+ status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE";
1961
+ id: string;
1962
1962
  description: string;
1963
1963
  numberOfPositions: number;
1964
1964
  pay: {
@@ -1984,23 +1984,23 @@ export declare const PaginatedJobResponseSchema: z.ZodObject<{
1984
1984
  qualificationTypeId?: string | null | undefined;
1985
1985
  }[] | undefined;
1986
1986
  currentCollaboration?: {
1987
- id: string;
1988
- status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
1989
1987
  createdAt: string | Date;
1990
1988
  updatedAt: string | Date;
1989
+ status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
1990
+ id: string;
1991
1991
  userId: string;
1992
1992
  company?: {
1993
- id: string;
1994
- name: string;
1995
1993
  createdAt: string | Date;
1996
1994
  updatedAt: string | Date;
1997
- } | null | undefined;
1998
- client?: {
1999
1995
  id: string;
2000
1996
  name: string;
2001
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
1997
+ } | null | undefined;
1998
+ client?: {
2002
1999
  createdAt: string | Date;
2003
2000
  updatedAt: string | Date;
2001
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
2002
+ id: string;
2003
+ name: string;
2004
2004
  crn: string;
2005
2005
  govLink: string;
2006
2006
  director: string;
@@ -2022,23 +2022,23 @@ export declare const PaginatedJobResponseSchema: z.ZodObject<{
2022
2022
  email: string;
2023
2023
  } | null | undefined;
2024
2024
  newCollaboration?: {
2025
- id: string;
2026
- status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
2027
2025
  createdAt: string | Date;
2028
2026
  updatedAt: string | Date;
2027
+ status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
2028
+ id: string;
2029
2029
  userId: string;
2030
2030
  company?: {
2031
- id: string;
2032
- name: string;
2033
2031
  createdAt: string | Date;
2034
2032
  updatedAt: string | Date;
2035
- } | null | undefined;
2036
- client?: {
2037
2033
  id: string;
2038
2034
  name: string;
2039
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
2035
+ } | null | undefined;
2036
+ client?: {
2040
2037
  createdAt: string | Date;
2041
2038
  updatedAt: string | Date;
2039
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
2040
+ id: string;
2041
+ name: string;
2042
2042
  crn: string;
2043
2043
  govLink: string;
2044
2044
  director: string;
@@ -2132,7 +2132,7 @@ export declare const jobsContractRouter: {
2132
2132
  }>, "many">>;
2133
2133
  status: z.ZodDefault<z.ZodEnum<["CANCELED", "FILLED", "AVAILABLE", "NOT_AVAILABLE"]>>;
2134
2134
  }, "strip", z.ZodTypeAny, {
2135
- status: "AVAILABLE" | "CANCELED" | "FILLED" | "NOT_AVAILABLE";
2135
+ status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE";
2136
2136
  description: string;
2137
2137
  numberOfPositions: number;
2138
2138
  pay: {
@@ -2167,7 +2167,7 @@ export declare const jobsContractRouter: {
2167
2167
  currentCollaboration: {
2168
2168
  id: string;
2169
2169
  };
2170
- status?: "AVAILABLE" | "CANCELED" | "FILLED" | "NOT_AVAILABLE" | undefined;
2170
+ status?: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | undefined;
2171
2171
  workHours?: number | undefined;
2172
2172
  location?: {
2173
2173
  address?: string | null | undefined;
@@ -2349,15 +2349,15 @@ export declare const jobsContractRouter: {
2349
2349
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
2350
2350
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
2351
2351
  }, "strip", z.ZodTypeAny, {
2352
- id: string;
2353
- name: string;
2354
2352
  createdAt: string;
2355
2353
  updatedAt: string;
2356
- }, {
2357
2354
  id: string;
2358
2355
  name: string;
2356
+ }, {
2359
2357
  createdAt: string | Date;
2360
2358
  updatedAt: string | Date;
2359
+ id: string;
2360
+ name: string;
2361
2361
  }>>>;
2362
2362
  client: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2363
2363
  id: z.ZodString;
@@ -2393,11 +2393,11 @@ export declare const jobsContractRouter: {
2393
2393
  agentId: string;
2394
2394
  }>>>;
2395
2395
  }, "strip", z.ZodTypeAny, {
2396
- id: string;
2397
- name: string;
2398
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
2399
2396
  createdAt: string;
2400
2397
  updatedAt: string;
2398
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
2399
+ id: string;
2400
+ name: string;
2401
2401
  crn: string;
2402
2402
  govLink: string;
2403
2403
  director: string;
@@ -2412,11 +2412,11 @@ export declare const jobsContractRouter: {
2412
2412
  agentId: string;
2413
2413
  } | null | undefined;
2414
2414
  }, {
2415
- id: string;
2416
- name: string;
2417
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
2418
2415
  createdAt: string | Date;
2419
2416
  updatedAt: string | Date;
2417
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
2418
+ id: string;
2419
+ name: string;
2420
2420
  crn: string;
2421
2421
  govLink: string;
2422
2422
  director: string;
@@ -2460,15 +2460,15 @@ export declare const jobsContractRouter: {
2460
2460
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
2461
2461
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
2462
2462
  }, "strip", z.ZodTypeAny, {
2463
- id: string;
2464
- name: string;
2465
2463
  createdAt: string;
2466
2464
  updatedAt: string;
2467
- }, {
2468
2465
  id: string;
2469
2466
  name: string;
2467
+ }, {
2470
2468
  createdAt: string | Date;
2471
2469
  updatedAt: string | Date;
2470
+ id: string;
2471
+ name: string;
2472
2472
  }>>>;
2473
2473
  client: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2474
2474
  id: z.ZodString;
@@ -2504,11 +2504,11 @@ export declare const jobsContractRouter: {
2504
2504
  agentId: string;
2505
2505
  }>>>;
2506
2506
  }, "strip", z.ZodTypeAny, {
2507
- id: string;
2508
- name: string;
2509
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
2510
2507
  createdAt: string;
2511
2508
  updatedAt: string;
2509
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
2510
+ id: string;
2511
+ name: string;
2512
2512
  crn: string;
2513
2513
  govLink: string;
2514
2514
  director: string;
@@ -2523,11 +2523,11 @@ export declare const jobsContractRouter: {
2523
2523
  agentId: string;
2524
2524
  } | null | undefined;
2525
2525
  }, {
2526
- id: string;
2527
- name: string;
2528
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
2529
2526
  createdAt: string | Date;
2530
2527
  updatedAt: string | Date;
2528
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
2529
+ id: string;
2530
+ name: string;
2531
2531
  crn: string;
2532
2532
  govLink: string;
2533
2533
  director: string;
@@ -2563,23 +2563,23 @@ export declare const jobsContractRouter: {
2563
2563
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
2564
2564
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
2565
2565
  }, "strip", z.ZodTypeAny, {
2566
- id: string;
2567
- status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
2568
2566
  createdAt: string;
2569
2567
  updatedAt: string;
2568
+ status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
2569
+ id: string;
2570
2570
  userId: string;
2571
2571
  company?: {
2572
- id: string;
2573
- name: string;
2574
2572
  createdAt: string;
2575
2573
  updatedAt: string;
2576
- } | null | undefined;
2577
- client?: {
2578
2574
  id: string;
2579
2575
  name: string;
2580
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
2576
+ } | null | undefined;
2577
+ client?: {
2581
2578
  createdAt: string;
2582
2579
  updatedAt: string;
2580
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
2581
+ id: string;
2582
+ name: string;
2583
2583
  crn: string;
2584
2584
  govLink: string;
2585
2585
  director: string;
@@ -2601,23 +2601,23 @@ export declare const jobsContractRouter: {
2601
2601
  email: string;
2602
2602
  } | null | undefined;
2603
2603
  }, {
2604
- id: string;
2605
- status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
2606
2604
  createdAt: string | Date;
2607
2605
  updatedAt: string | Date;
2606
+ status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
2607
+ id: string;
2608
2608
  userId: string;
2609
2609
  company?: {
2610
- id: string;
2611
- name: string;
2612
2610
  createdAt: string | Date;
2613
2611
  updatedAt: string | Date;
2614
- } | null | undefined;
2615
- client?: {
2616
2612
  id: string;
2617
2613
  name: string;
2618
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
2614
+ } | null | undefined;
2615
+ client?: {
2619
2616
  createdAt: string | Date;
2620
2617
  updatedAt: string | Date;
2618
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
2619
+ id: string;
2620
+ name: string;
2621
2621
  crn: string;
2622
2622
  govLink: string;
2623
2623
  director: string;
@@ -2640,23 +2640,23 @@ export declare const jobsContractRouter: {
2640
2640
  } | null | undefined;
2641
2641
  }>>>;
2642
2642
  }, "strip", z.ZodTypeAny, {
2643
- id: string;
2644
- status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
2645
2643
  createdAt: string;
2646
2644
  updatedAt: string;
2645
+ status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
2646
+ id: string;
2647
2647
  userId: string;
2648
2648
  company?: {
2649
- id: string;
2650
- name: string;
2651
2649
  createdAt: string;
2652
2650
  updatedAt: string;
2653
- } | null | undefined;
2654
- client?: {
2655
2651
  id: string;
2656
2652
  name: string;
2657
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
2653
+ } | null | undefined;
2654
+ client?: {
2658
2655
  createdAt: string;
2659
2656
  updatedAt: string;
2657
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
2658
+ id: string;
2659
+ name: string;
2660
2660
  crn: string;
2661
2661
  govLink: string;
2662
2662
  director: string;
@@ -2678,23 +2678,23 @@ export declare const jobsContractRouter: {
2678
2678
  email: string;
2679
2679
  } | null | undefined;
2680
2680
  newCollaboration?: {
2681
- id: string;
2682
- status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
2683
2681
  createdAt: string;
2684
2682
  updatedAt: string;
2683
+ status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
2684
+ id: string;
2685
2685
  userId: string;
2686
2686
  company?: {
2687
- id: string;
2688
- name: string;
2689
2687
  createdAt: string;
2690
2688
  updatedAt: string;
2691
- } | null | undefined;
2692
- client?: {
2693
2689
  id: string;
2694
2690
  name: string;
2695
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
2691
+ } | null | undefined;
2692
+ client?: {
2696
2693
  createdAt: string;
2697
2694
  updatedAt: string;
2695
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
2696
+ id: string;
2697
+ name: string;
2698
2698
  crn: string;
2699
2699
  govLink: string;
2700
2700
  director: string;
@@ -2717,23 +2717,23 @@ export declare const jobsContractRouter: {
2717
2717
  } | null | undefined;
2718
2718
  } | null | undefined;
2719
2719
  }, {
2720
- id: string;
2721
- status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
2722
2720
  createdAt: string | Date;
2723
2721
  updatedAt: string | Date;
2722
+ status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
2723
+ id: string;
2724
2724
  userId: string;
2725
2725
  company?: {
2726
- id: string;
2727
- name: string;
2728
2726
  createdAt: string | Date;
2729
2727
  updatedAt: string | Date;
2730
- } | null | undefined;
2731
- client?: {
2732
2728
  id: string;
2733
2729
  name: string;
2734
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
2730
+ } | null | undefined;
2731
+ client?: {
2735
2732
  createdAt: string | Date;
2736
2733
  updatedAt: string | Date;
2734
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
2735
+ id: string;
2736
+ name: string;
2737
2737
  crn: string;
2738
2738
  govLink: string;
2739
2739
  director: string;
@@ -2755,23 +2755,23 @@ export declare const jobsContractRouter: {
2755
2755
  email: string;
2756
2756
  } | null | undefined;
2757
2757
  newCollaboration?: {
2758
- id: string;
2759
- status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
2760
2758
  createdAt: string | Date;
2761
2759
  updatedAt: string | Date;
2760
+ status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
2761
+ id: string;
2762
2762
  userId: string;
2763
2763
  company?: {
2764
- id: string;
2765
- name: string;
2766
2764
  createdAt: string | Date;
2767
2765
  updatedAt: string | Date;
2768
- } | null | undefined;
2769
- client?: {
2770
2766
  id: string;
2771
2767
  name: string;
2772
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
2768
+ } | null | undefined;
2769
+ client?: {
2773
2770
  createdAt: string | Date;
2774
2771
  updatedAt: string | Date;
2772
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
2773
+ id: string;
2774
+ name: string;
2775
2775
  crn: string;
2776
2776
  govLink: string;
2777
2777
  director: string;
@@ -2797,10 +2797,10 @@ export declare const jobsContractRouter: {
2797
2797
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
2798
2798
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
2799
2799
  }, "strip", z.ZodTypeAny, {
2800
- id: string;
2801
- status: "AVAILABLE" | "CANCELED" | "FILLED" | "NOT_AVAILABLE";
2802
2800
  createdAt: string;
2803
2801
  updatedAt: string;
2802
+ status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE";
2803
+ id: string;
2804
2804
  description: string;
2805
2805
  numberOfPositions: number;
2806
2806
  pay: {
@@ -2826,23 +2826,23 @@ export declare const jobsContractRouter: {
2826
2826
  areaCovered?: string | null | undefined;
2827
2827
  } | null | undefined;
2828
2828
  currentCollaboration?: {
2829
- id: string;
2830
- status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
2831
2829
  createdAt: string;
2832
2830
  updatedAt: string;
2831
+ status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
2832
+ id: string;
2833
2833
  userId: string;
2834
2834
  company?: {
2835
- id: string;
2836
- name: string;
2837
2835
  createdAt: string;
2838
2836
  updatedAt: string;
2839
- } | null | undefined;
2840
- client?: {
2841
2837
  id: string;
2842
2838
  name: string;
2843
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
2839
+ } | null | undefined;
2840
+ client?: {
2844
2841
  createdAt: string;
2845
2842
  updatedAt: string;
2843
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
2844
+ id: string;
2845
+ name: string;
2846
2846
  crn: string;
2847
2847
  govLink: string;
2848
2848
  director: string;
@@ -2864,23 +2864,23 @@ export declare const jobsContractRouter: {
2864
2864
  email: string;
2865
2865
  } | null | undefined;
2866
2866
  newCollaboration?: {
2867
- id: string;
2868
- status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
2869
2867
  createdAt: string;
2870
2868
  updatedAt: string;
2869
+ status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
2870
+ id: string;
2871
2871
  userId: string;
2872
2872
  company?: {
2873
- id: string;
2874
- name: string;
2875
2873
  createdAt: string;
2876
2874
  updatedAt: string;
2877
- } | null | undefined;
2878
- client?: {
2879
2875
  id: string;
2880
2876
  name: string;
2881
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
2877
+ } | null | undefined;
2878
+ client?: {
2882
2879
  createdAt: string;
2883
2880
  updatedAt: string;
2881
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
2882
+ id: string;
2883
+ name: string;
2884
2884
  crn: string;
2885
2885
  govLink: string;
2886
2886
  director: string;
@@ -2904,10 +2904,10 @@ export declare const jobsContractRouter: {
2904
2904
  } | null | undefined;
2905
2905
  } | null | undefined;
2906
2906
  }, {
2907
- id: string;
2908
- status: "AVAILABLE" | "CANCELED" | "FILLED" | "NOT_AVAILABLE";
2909
2907
  createdAt: string | Date;
2910
2908
  updatedAt: string | Date;
2909
+ status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE";
2910
+ id: string;
2911
2911
  description: string;
2912
2912
  numberOfPositions: number;
2913
2913
  pay: {
@@ -2933,23 +2933,23 @@ export declare const jobsContractRouter: {
2933
2933
  qualificationTypeId?: string | null | undefined;
2934
2934
  }[] | undefined;
2935
2935
  currentCollaboration?: {
2936
- id: string;
2937
- status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
2938
2936
  createdAt: string | Date;
2939
2937
  updatedAt: string | Date;
2938
+ status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
2939
+ id: string;
2940
2940
  userId: string;
2941
2941
  company?: {
2942
- id: string;
2943
- name: string;
2944
2942
  createdAt: string | Date;
2945
2943
  updatedAt: string | Date;
2946
- } | null | undefined;
2947
- client?: {
2948
2944
  id: string;
2949
2945
  name: string;
2950
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
2946
+ } | null | undefined;
2947
+ client?: {
2951
2948
  createdAt: string | Date;
2952
2949
  updatedAt: string | Date;
2950
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
2951
+ id: string;
2952
+ name: string;
2953
2953
  crn: string;
2954
2954
  govLink: string;
2955
2955
  director: string;
@@ -2971,23 +2971,23 @@ export declare const jobsContractRouter: {
2971
2971
  email: string;
2972
2972
  } | null | undefined;
2973
2973
  newCollaboration?: {
2974
- id: string;
2975
- status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
2976
2974
  createdAt: string | Date;
2977
2975
  updatedAt: string | Date;
2976
+ status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
2977
+ id: string;
2978
2978
  userId: string;
2979
2979
  company?: {
2980
- id: string;
2981
- name: string;
2982
2980
  createdAt: string | Date;
2983
2981
  updatedAt: string | Date;
2984
- } | null | undefined;
2985
- client?: {
2986
2982
  id: string;
2987
2983
  name: string;
2988
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
2984
+ } | null | undefined;
2985
+ client?: {
2989
2986
  createdAt: string | Date;
2990
2987
  updatedAt: string | Date;
2988
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
2989
+ id: string;
2990
+ name: string;
2991
2991
  crn: string;
2992
2992
  govLink: string;
2993
2993
  director: string;
@@ -3091,16 +3091,16 @@ export declare const jobsContractRouter: {
3091
3091
  }, "strip", z.ZodTypeAny, {
3092
3092
  limit: number;
3093
3093
  page: number;
3094
- status?: "AVAILABLE" | "CANCELED" | "FILLED" | "NOT_AVAILABLE" | null | undefined;
3095
3094
  createdAt?: {
3096
3095
  from?: string | null | undefined;
3097
3096
  to?: string | null | undefined;
3098
3097
  } | null | undefined;
3099
- sortBy?: "status" | "createdAt" | "updatedAt" | "description" | "numberOfPositions" | null | undefined;
3100
- sortOrder?: "ASC" | "DESC" | null | undefined;
3101
- companyId?: string | null | undefined;
3098
+ status?: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | null | undefined;
3102
3099
  userId?: string | null | undefined;
3100
+ companyId?: string | null | undefined;
3103
3101
  clientId?: string | null | undefined;
3102
+ sortBy?: "createdAt" | "updatedAt" | "status" | "description" | "numberOfPositions" | null | undefined;
3103
+ sortOrder?: "ASC" | "DESC" | null | undefined;
3104
3104
  pay?: {
3105
3105
  minRate?: number | null | undefined;
3106
3106
  maxRate?: number | null | undefined;
@@ -3113,18 +3113,18 @@ export declare const jobsContractRouter: {
3113
3113
  }[] | undefined;
3114
3114
  distance?: number | null | undefined;
3115
3115
  }, {
3116
- status?: "AVAILABLE" | "CANCELED" | "FILLED" | "NOT_AVAILABLE" | null | undefined;
3117
3116
  createdAt?: {
3118
3117
  from?: string | null | undefined;
3119
3118
  to?: string | null | undefined;
3120
3119
  } | null | undefined;
3120
+ status?: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | null | undefined;
3121
+ userId?: string | null | undefined;
3121
3122
  limit?: number | undefined;
3122
3123
  page?: number | undefined;
3123
- sortBy?: "status" | "createdAt" | "updatedAt" | "description" | "numberOfPositions" | null | undefined;
3124
- sortOrder?: "ASC" | "DESC" | null | undefined;
3125
3124
  companyId?: string | null | undefined;
3126
- userId?: string | null | undefined;
3127
3125
  clientId?: string | null | undefined;
3126
+ sortBy?: "createdAt" | "updatedAt" | "status" | "description" | "numberOfPositions" | null | undefined;
3127
+ sortOrder?: "ASC" | "DESC" | null | undefined;
3128
3128
  pay?: {
3129
3129
  minRate?: number | null | undefined;
3130
3130
  maxRate?: number | null | undefined;
@@ -3311,15 +3311,15 @@ export declare const jobsContractRouter: {
3311
3311
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
3312
3312
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
3313
3313
  }, "strip", z.ZodTypeAny, {
3314
- id: string;
3315
- name: string;
3316
3314
  createdAt: string;
3317
3315
  updatedAt: string;
3318
- }, {
3319
3316
  id: string;
3320
3317
  name: string;
3318
+ }, {
3321
3319
  createdAt: string | Date;
3322
3320
  updatedAt: string | Date;
3321
+ id: string;
3322
+ name: string;
3323
3323
  }>>>;
3324
3324
  client: z.ZodOptional<z.ZodNullable<z.ZodObject<{
3325
3325
  id: z.ZodString;
@@ -3355,11 +3355,11 @@ export declare const jobsContractRouter: {
3355
3355
  agentId: string;
3356
3356
  }>>>;
3357
3357
  }, "strip", z.ZodTypeAny, {
3358
- id: string;
3359
- name: string;
3360
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
3361
3358
  createdAt: string;
3362
3359
  updatedAt: string;
3360
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
3361
+ id: string;
3362
+ name: string;
3363
3363
  crn: string;
3364
3364
  govLink: string;
3365
3365
  director: string;
@@ -3374,11 +3374,11 @@ export declare const jobsContractRouter: {
3374
3374
  agentId: string;
3375
3375
  } | null | undefined;
3376
3376
  }, {
3377
- id: string;
3378
- name: string;
3379
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
3380
3377
  createdAt: string | Date;
3381
3378
  updatedAt: string | Date;
3379
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
3380
+ id: string;
3381
+ name: string;
3382
3382
  crn: string;
3383
3383
  govLink: string;
3384
3384
  director: string;
@@ -3422,15 +3422,15 @@ export declare const jobsContractRouter: {
3422
3422
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
3423
3423
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
3424
3424
  }, "strip", z.ZodTypeAny, {
3425
- id: string;
3426
- name: string;
3427
3425
  createdAt: string;
3428
3426
  updatedAt: string;
3429
- }, {
3430
3427
  id: string;
3431
3428
  name: string;
3429
+ }, {
3432
3430
  createdAt: string | Date;
3433
3431
  updatedAt: string | Date;
3432
+ id: string;
3433
+ name: string;
3434
3434
  }>>>;
3435
3435
  client: z.ZodOptional<z.ZodNullable<z.ZodObject<{
3436
3436
  id: z.ZodString;
@@ -3466,11 +3466,11 @@ export declare const jobsContractRouter: {
3466
3466
  agentId: string;
3467
3467
  }>>>;
3468
3468
  }, "strip", z.ZodTypeAny, {
3469
- id: string;
3470
- name: string;
3471
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
3472
3469
  createdAt: string;
3473
3470
  updatedAt: string;
3471
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
3472
+ id: string;
3473
+ name: string;
3474
3474
  crn: string;
3475
3475
  govLink: string;
3476
3476
  director: string;
@@ -3485,11 +3485,11 @@ export declare const jobsContractRouter: {
3485
3485
  agentId: string;
3486
3486
  } | null | undefined;
3487
3487
  }, {
3488
- id: string;
3489
- name: string;
3490
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
3491
3488
  createdAt: string | Date;
3492
3489
  updatedAt: string | Date;
3490
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
3491
+ id: string;
3492
+ name: string;
3493
3493
  crn: string;
3494
3494
  govLink: string;
3495
3495
  director: string;
@@ -3525,23 +3525,23 @@ export declare const jobsContractRouter: {
3525
3525
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
3526
3526
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
3527
3527
  }, "strip", z.ZodTypeAny, {
3528
- id: string;
3529
- status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
3530
3528
  createdAt: string;
3531
3529
  updatedAt: string;
3530
+ status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
3531
+ id: string;
3532
3532
  userId: string;
3533
3533
  company?: {
3534
- id: string;
3535
- name: string;
3536
3534
  createdAt: string;
3537
3535
  updatedAt: string;
3538
- } | null | undefined;
3539
- client?: {
3540
3536
  id: string;
3541
3537
  name: string;
3542
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
3538
+ } | null | undefined;
3539
+ client?: {
3543
3540
  createdAt: string;
3544
3541
  updatedAt: string;
3542
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
3543
+ id: string;
3544
+ name: string;
3545
3545
  crn: string;
3546
3546
  govLink: string;
3547
3547
  director: string;
@@ -3563,23 +3563,23 @@ export declare const jobsContractRouter: {
3563
3563
  email: string;
3564
3564
  } | null | undefined;
3565
3565
  }, {
3566
- id: string;
3567
- status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
3568
3566
  createdAt: string | Date;
3569
3567
  updatedAt: string | Date;
3568
+ status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
3569
+ id: string;
3570
3570
  userId: string;
3571
3571
  company?: {
3572
- id: string;
3573
- name: string;
3574
3572
  createdAt: string | Date;
3575
3573
  updatedAt: string | Date;
3576
- } | null | undefined;
3577
- client?: {
3578
3574
  id: string;
3579
3575
  name: string;
3580
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
3576
+ } | null | undefined;
3577
+ client?: {
3581
3578
  createdAt: string | Date;
3582
3579
  updatedAt: string | Date;
3580
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
3581
+ id: string;
3582
+ name: string;
3583
3583
  crn: string;
3584
3584
  govLink: string;
3585
3585
  director: string;
@@ -3602,23 +3602,23 @@ export declare const jobsContractRouter: {
3602
3602
  } | null | undefined;
3603
3603
  }>>>;
3604
3604
  }, "strip", z.ZodTypeAny, {
3605
- id: string;
3606
- status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
3607
3605
  createdAt: string;
3608
3606
  updatedAt: string;
3607
+ status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
3608
+ id: string;
3609
3609
  userId: string;
3610
3610
  company?: {
3611
- id: string;
3612
- name: string;
3613
3611
  createdAt: string;
3614
3612
  updatedAt: string;
3615
- } | null | undefined;
3616
- client?: {
3617
3613
  id: string;
3618
3614
  name: string;
3619
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
3615
+ } | null | undefined;
3616
+ client?: {
3620
3617
  createdAt: string;
3621
3618
  updatedAt: string;
3619
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
3620
+ id: string;
3621
+ name: string;
3622
3622
  crn: string;
3623
3623
  govLink: string;
3624
3624
  director: string;
@@ -3640,23 +3640,23 @@ export declare const jobsContractRouter: {
3640
3640
  email: string;
3641
3641
  } | null | undefined;
3642
3642
  newCollaboration?: {
3643
- id: string;
3644
- status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
3645
3643
  createdAt: string;
3646
3644
  updatedAt: string;
3645
+ status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
3646
+ id: string;
3647
3647
  userId: string;
3648
3648
  company?: {
3649
- id: string;
3650
- name: string;
3651
3649
  createdAt: string;
3652
3650
  updatedAt: string;
3653
- } | null | undefined;
3654
- client?: {
3655
3651
  id: string;
3656
3652
  name: string;
3657
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
3653
+ } | null | undefined;
3654
+ client?: {
3658
3655
  createdAt: string;
3659
3656
  updatedAt: string;
3657
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
3658
+ id: string;
3659
+ name: string;
3660
3660
  crn: string;
3661
3661
  govLink: string;
3662
3662
  director: string;
@@ -3679,23 +3679,23 @@ export declare const jobsContractRouter: {
3679
3679
  } | null | undefined;
3680
3680
  } | null | undefined;
3681
3681
  }, {
3682
- id: string;
3683
- status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
3684
3682
  createdAt: string | Date;
3685
3683
  updatedAt: string | Date;
3684
+ status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
3685
+ id: string;
3686
3686
  userId: string;
3687
3687
  company?: {
3688
- id: string;
3689
- name: string;
3690
3688
  createdAt: string | Date;
3691
3689
  updatedAt: string | Date;
3692
- } | null | undefined;
3693
- client?: {
3694
3690
  id: string;
3695
3691
  name: string;
3696
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
3692
+ } | null | undefined;
3693
+ client?: {
3697
3694
  createdAt: string | Date;
3698
3695
  updatedAt: string | Date;
3696
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
3697
+ id: string;
3698
+ name: string;
3699
3699
  crn: string;
3700
3700
  govLink: string;
3701
3701
  director: string;
@@ -3717,23 +3717,23 @@ export declare const jobsContractRouter: {
3717
3717
  email: string;
3718
3718
  } | null | undefined;
3719
3719
  newCollaboration?: {
3720
- id: string;
3721
- status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
3722
3720
  createdAt: string | Date;
3723
3721
  updatedAt: string | Date;
3722
+ status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
3723
+ id: string;
3724
3724
  userId: string;
3725
3725
  company?: {
3726
- id: string;
3727
- name: string;
3728
3726
  createdAt: string | Date;
3729
3727
  updatedAt: string | Date;
3730
- } | null | undefined;
3731
- client?: {
3732
3728
  id: string;
3733
3729
  name: string;
3734
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
3730
+ } | null | undefined;
3731
+ client?: {
3735
3732
  createdAt: string | Date;
3736
3733
  updatedAt: string | Date;
3734
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
3735
+ id: string;
3736
+ name: string;
3737
3737
  crn: string;
3738
3738
  govLink: string;
3739
3739
  director: string;
@@ -3759,10 +3759,10 @@ export declare const jobsContractRouter: {
3759
3759
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
3760
3760
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
3761
3761
  }, "strip", z.ZodTypeAny, {
3762
- id: string;
3763
- status: "AVAILABLE" | "CANCELED" | "FILLED" | "NOT_AVAILABLE";
3764
3762
  createdAt: string;
3765
3763
  updatedAt: string;
3764
+ status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE";
3765
+ id: string;
3766
3766
  description: string;
3767
3767
  numberOfPositions: number;
3768
3768
  pay: {
@@ -3788,23 +3788,23 @@ export declare const jobsContractRouter: {
3788
3788
  areaCovered?: string | null | undefined;
3789
3789
  } | null | undefined;
3790
3790
  currentCollaboration?: {
3791
- id: string;
3792
- status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
3793
3791
  createdAt: string;
3794
3792
  updatedAt: string;
3793
+ status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
3794
+ id: string;
3795
3795
  userId: string;
3796
3796
  company?: {
3797
- id: string;
3798
- name: string;
3799
3797
  createdAt: string;
3800
3798
  updatedAt: string;
3801
- } | null | undefined;
3802
- client?: {
3803
3799
  id: string;
3804
3800
  name: string;
3805
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
3801
+ } | null | undefined;
3802
+ client?: {
3806
3803
  createdAt: string;
3807
3804
  updatedAt: string;
3805
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
3806
+ id: string;
3807
+ name: string;
3808
3808
  crn: string;
3809
3809
  govLink: string;
3810
3810
  director: string;
@@ -3826,23 +3826,23 @@ export declare const jobsContractRouter: {
3826
3826
  email: string;
3827
3827
  } | null | undefined;
3828
3828
  newCollaboration?: {
3829
- id: string;
3830
- status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
3831
3829
  createdAt: string;
3832
3830
  updatedAt: string;
3831
+ status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
3832
+ id: string;
3833
3833
  userId: string;
3834
3834
  company?: {
3835
- id: string;
3836
- name: string;
3837
3835
  createdAt: string;
3838
3836
  updatedAt: string;
3839
- } | null | undefined;
3840
- client?: {
3841
3837
  id: string;
3842
3838
  name: string;
3843
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
3839
+ } | null | undefined;
3840
+ client?: {
3844
3841
  createdAt: string;
3845
3842
  updatedAt: string;
3843
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
3844
+ id: string;
3845
+ name: string;
3846
3846
  crn: string;
3847
3847
  govLink: string;
3848
3848
  director: string;
@@ -3866,10 +3866,10 @@ export declare const jobsContractRouter: {
3866
3866
  } | null | undefined;
3867
3867
  } | null | undefined;
3868
3868
  }, {
3869
- id: string;
3870
- status: "AVAILABLE" | "CANCELED" | "FILLED" | "NOT_AVAILABLE";
3871
3869
  createdAt: string | Date;
3872
3870
  updatedAt: string | Date;
3871
+ status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE";
3872
+ id: string;
3873
3873
  description: string;
3874
3874
  numberOfPositions: number;
3875
3875
  pay: {
@@ -3895,23 +3895,23 @@ export declare const jobsContractRouter: {
3895
3895
  qualificationTypeId?: string | null | undefined;
3896
3896
  }[] | undefined;
3897
3897
  currentCollaboration?: {
3898
- id: string;
3899
- status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
3900
3898
  createdAt: string | Date;
3901
3899
  updatedAt: string | Date;
3900
+ status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
3901
+ id: string;
3902
3902
  userId: string;
3903
3903
  company?: {
3904
- id: string;
3905
- name: string;
3906
3904
  createdAt: string | Date;
3907
3905
  updatedAt: string | Date;
3908
- } | null | undefined;
3909
- client?: {
3910
3906
  id: string;
3911
3907
  name: string;
3912
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
3908
+ } | null | undefined;
3909
+ client?: {
3913
3910
  createdAt: string | Date;
3914
3911
  updatedAt: string | Date;
3912
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
3913
+ id: string;
3914
+ name: string;
3915
3915
  crn: string;
3916
3916
  govLink: string;
3917
3917
  director: string;
@@ -3933,23 +3933,23 @@ export declare const jobsContractRouter: {
3933
3933
  email: string;
3934
3934
  } | null | undefined;
3935
3935
  newCollaboration?: {
3936
- id: string;
3937
- status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
3938
3936
  createdAt: string | Date;
3939
3937
  updatedAt: string | Date;
3938
+ status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
3939
+ id: string;
3940
3940
  userId: string;
3941
3941
  company?: {
3942
- id: string;
3943
- name: string;
3944
3942
  createdAt: string | Date;
3945
3943
  updatedAt: string | Date;
3946
- } | null | undefined;
3947
- client?: {
3948
3944
  id: string;
3949
3945
  name: string;
3950
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
3946
+ } | null | undefined;
3947
+ client?: {
3951
3948
  createdAt: string | Date;
3952
3949
  updatedAt: string | Date;
3950
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
3951
+ id: string;
3952
+ name: string;
3953
3953
  crn: string;
3954
3954
  govLink: string;
3955
3955
  director: string;
@@ -3981,10 +3981,10 @@ export declare const jobsContractRouter: {
3981
3981
  }, "strip", z.ZodTypeAny, {
3982
3982
  limit: number;
3983
3983
  items: {
3984
- id: string;
3985
- status: "AVAILABLE" | "CANCELED" | "FILLED" | "NOT_AVAILABLE";
3986
3984
  createdAt: string;
3987
3985
  updatedAt: string;
3986
+ status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE";
3987
+ id: string;
3988
3988
  description: string;
3989
3989
  numberOfPositions: number;
3990
3990
  pay: {
@@ -4010,23 +4010,23 @@ export declare const jobsContractRouter: {
4010
4010
  areaCovered?: string | null | undefined;
4011
4011
  } | null | undefined;
4012
4012
  currentCollaboration?: {
4013
- id: string;
4014
- status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
4015
4013
  createdAt: string;
4016
4014
  updatedAt: string;
4015
+ status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
4016
+ id: string;
4017
4017
  userId: string;
4018
4018
  company?: {
4019
- id: string;
4020
- name: string;
4021
4019
  createdAt: string;
4022
4020
  updatedAt: string;
4023
- } | null | undefined;
4024
- client?: {
4025
4021
  id: string;
4026
4022
  name: string;
4027
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
4023
+ } | null | undefined;
4024
+ client?: {
4028
4025
  createdAt: string;
4029
4026
  updatedAt: string;
4027
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
4028
+ id: string;
4029
+ name: string;
4030
4030
  crn: string;
4031
4031
  govLink: string;
4032
4032
  director: string;
@@ -4048,23 +4048,23 @@ export declare const jobsContractRouter: {
4048
4048
  email: string;
4049
4049
  } | null | undefined;
4050
4050
  newCollaboration?: {
4051
- id: string;
4052
- status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
4053
4051
  createdAt: string;
4054
4052
  updatedAt: string;
4053
+ status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
4054
+ id: string;
4055
4055
  userId: string;
4056
4056
  company?: {
4057
- id: string;
4058
- name: string;
4059
4057
  createdAt: string;
4060
4058
  updatedAt: string;
4061
- } | null | undefined;
4062
- client?: {
4063
4059
  id: string;
4064
4060
  name: string;
4065
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
4061
+ } | null | undefined;
4062
+ client?: {
4066
4063
  createdAt: string;
4067
4064
  updatedAt: string;
4065
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
4066
+ id: string;
4067
+ name: string;
4068
4068
  crn: string;
4069
4069
  govLink: string;
4070
4070
  director: string;
@@ -4095,10 +4095,10 @@ export declare const jobsContractRouter: {
4095
4095
  }, {
4096
4096
  limit: number;
4097
4097
  items: {
4098
- id: string;
4099
- status: "AVAILABLE" | "CANCELED" | "FILLED" | "NOT_AVAILABLE";
4100
4098
  createdAt: string | Date;
4101
4099
  updatedAt: string | Date;
4100
+ status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE";
4101
+ id: string;
4102
4102
  description: string;
4103
4103
  numberOfPositions: number;
4104
4104
  pay: {
@@ -4124,23 +4124,23 @@ export declare const jobsContractRouter: {
4124
4124
  qualificationTypeId?: string | null | undefined;
4125
4125
  }[] | undefined;
4126
4126
  currentCollaboration?: {
4127
- id: string;
4128
- status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
4129
4127
  createdAt: string | Date;
4130
4128
  updatedAt: string | Date;
4129
+ status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
4130
+ id: string;
4131
4131
  userId: string;
4132
4132
  company?: {
4133
- id: string;
4134
- name: string;
4135
4133
  createdAt: string | Date;
4136
4134
  updatedAt: string | Date;
4137
- } | null | undefined;
4138
- client?: {
4139
4135
  id: string;
4140
4136
  name: string;
4141
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
4137
+ } | null | undefined;
4138
+ client?: {
4142
4139
  createdAt: string | Date;
4143
4140
  updatedAt: string | Date;
4141
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
4142
+ id: string;
4143
+ name: string;
4144
4144
  crn: string;
4145
4145
  govLink: string;
4146
4146
  director: string;
@@ -4162,23 +4162,23 @@ export declare const jobsContractRouter: {
4162
4162
  email: string;
4163
4163
  } | null | undefined;
4164
4164
  newCollaboration?: {
4165
- id: string;
4166
- status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
4167
4165
  createdAt: string | Date;
4168
4166
  updatedAt: string | Date;
4167
+ status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
4168
+ id: string;
4169
4169
  userId: string;
4170
4170
  company?: {
4171
- id: string;
4172
- name: string;
4173
4171
  createdAt: string | Date;
4174
4172
  updatedAt: string | Date;
4175
- } | null | undefined;
4176
- client?: {
4177
4173
  id: string;
4178
4174
  name: string;
4179
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
4175
+ } | null | undefined;
4176
+ client?: {
4180
4177
  createdAt: string | Date;
4181
4178
  updatedAt: string | Date;
4179
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
4180
+ id: string;
4181
+ name: string;
4182
4182
  crn: string;
4183
4183
  govLink: string;
4184
4184
  director: string;
@@ -4396,15 +4396,15 @@ export declare const jobsContractRouter: {
4396
4396
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
4397
4397
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
4398
4398
  }, "strip", z.ZodTypeAny, {
4399
- id: string;
4400
- name: string;
4401
4399
  createdAt: string;
4402
4400
  updatedAt: string;
4403
- }, {
4404
4401
  id: string;
4405
4402
  name: string;
4403
+ }, {
4406
4404
  createdAt: string | Date;
4407
4405
  updatedAt: string | Date;
4406
+ id: string;
4407
+ name: string;
4408
4408
  }>>>;
4409
4409
  client: z.ZodOptional<z.ZodNullable<z.ZodObject<{
4410
4410
  id: z.ZodString;
@@ -4440,11 +4440,11 @@ export declare const jobsContractRouter: {
4440
4440
  agentId: string;
4441
4441
  }>>>;
4442
4442
  }, "strip", z.ZodTypeAny, {
4443
- id: string;
4444
- name: string;
4445
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
4446
4443
  createdAt: string;
4447
4444
  updatedAt: string;
4445
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
4446
+ id: string;
4447
+ name: string;
4448
4448
  crn: string;
4449
4449
  govLink: string;
4450
4450
  director: string;
@@ -4459,11 +4459,11 @@ export declare const jobsContractRouter: {
4459
4459
  agentId: string;
4460
4460
  } | null | undefined;
4461
4461
  }, {
4462
- id: string;
4463
- name: string;
4464
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
4465
4462
  createdAt: string | Date;
4466
4463
  updatedAt: string | Date;
4464
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
4465
+ id: string;
4466
+ name: string;
4467
4467
  crn: string;
4468
4468
  govLink: string;
4469
4469
  director: string;
@@ -4507,15 +4507,15 @@ export declare const jobsContractRouter: {
4507
4507
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
4508
4508
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
4509
4509
  }, "strip", z.ZodTypeAny, {
4510
- id: string;
4511
- name: string;
4512
4510
  createdAt: string;
4513
4511
  updatedAt: string;
4514
- }, {
4515
4512
  id: string;
4516
4513
  name: string;
4514
+ }, {
4517
4515
  createdAt: string | Date;
4518
4516
  updatedAt: string | Date;
4517
+ id: string;
4518
+ name: string;
4519
4519
  }>>>;
4520
4520
  client: z.ZodOptional<z.ZodNullable<z.ZodObject<{
4521
4521
  id: z.ZodString;
@@ -4551,11 +4551,11 @@ export declare const jobsContractRouter: {
4551
4551
  agentId: string;
4552
4552
  }>>>;
4553
4553
  }, "strip", z.ZodTypeAny, {
4554
- id: string;
4555
- name: string;
4556
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
4557
4554
  createdAt: string;
4558
4555
  updatedAt: string;
4556
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
4557
+ id: string;
4558
+ name: string;
4559
4559
  crn: string;
4560
4560
  govLink: string;
4561
4561
  director: string;
@@ -4570,11 +4570,11 @@ export declare const jobsContractRouter: {
4570
4570
  agentId: string;
4571
4571
  } | null | undefined;
4572
4572
  }, {
4573
- id: string;
4574
- name: string;
4575
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
4576
4573
  createdAt: string | Date;
4577
4574
  updatedAt: string | Date;
4575
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
4576
+ id: string;
4577
+ name: string;
4578
4578
  crn: string;
4579
4579
  govLink: string;
4580
4580
  director: string;
@@ -4610,23 +4610,23 @@ export declare const jobsContractRouter: {
4610
4610
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
4611
4611
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
4612
4612
  }, "strip", z.ZodTypeAny, {
4613
- id: string;
4614
- status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
4615
4613
  createdAt: string;
4616
4614
  updatedAt: string;
4615
+ status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
4616
+ id: string;
4617
4617
  userId: string;
4618
4618
  company?: {
4619
- id: string;
4620
- name: string;
4621
4619
  createdAt: string;
4622
4620
  updatedAt: string;
4623
- } | null | undefined;
4624
- client?: {
4625
4621
  id: string;
4626
4622
  name: string;
4627
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
4623
+ } | null | undefined;
4624
+ client?: {
4628
4625
  createdAt: string;
4629
4626
  updatedAt: string;
4627
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
4628
+ id: string;
4629
+ name: string;
4630
4630
  crn: string;
4631
4631
  govLink: string;
4632
4632
  director: string;
@@ -4648,23 +4648,23 @@ export declare const jobsContractRouter: {
4648
4648
  email: string;
4649
4649
  } | null | undefined;
4650
4650
  }, {
4651
- id: string;
4652
- status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
4653
4651
  createdAt: string | Date;
4654
4652
  updatedAt: string | Date;
4653
+ status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
4654
+ id: string;
4655
4655
  userId: string;
4656
4656
  company?: {
4657
- id: string;
4658
- name: string;
4659
4657
  createdAt: string | Date;
4660
4658
  updatedAt: string | Date;
4661
- } | null | undefined;
4662
- client?: {
4663
4659
  id: string;
4664
4660
  name: string;
4665
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
4661
+ } | null | undefined;
4662
+ client?: {
4666
4663
  createdAt: string | Date;
4667
4664
  updatedAt: string | Date;
4665
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
4666
+ id: string;
4667
+ name: string;
4668
4668
  crn: string;
4669
4669
  govLink: string;
4670
4670
  director: string;
@@ -4687,23 +4687,23 @@ export declare const jobsContractRouter: {
4687
4687
  } | null | undefined;
4688
4688
  }>>>;
4689
4689
  }, "strip", z.ZodTypeAny, {
4690
- id: string;
4691
- status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
4692
4690
  createdAt: string;
4693
4691
  updatedAt: string;
4692
+ status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
4693
+ id: string;
4694
4694
  userId: string;
4695
4695
  company?: {
4696
- id: string;
4697
- name: string;
4698
4696
  createdAt: string;
4699
4697
  updatedAt: string;
4700
- } | null | undefined;
4701
- client?: {
4702
4698
  id: string;
4703
4699
  name: string;
4704
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
4700
+ } | null | undefined;
4701
+ client?: {
4705
4702
  createdAt: string;
4706
4703
  updatedAt: string;
4704
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
4705
+ id: string;
4706
+ name: string;
4707
4707
  crn: string;
4708
4708
  govLink: string;
4709
4709
  director: string;
@@ -4725,23 +4725,23 @@ export declare const jobsContractRouter: {
4725
4725
  email: string;
4726
4726
  } | null | undefined;
4727
4727
  newCollaboration?: {
4728
- id: string;
4729
- status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
4730
4728
  createdAt: string;
4731
4729
  updatedAt: string;
4730
+ status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
4731
+ id: string;
4732
4732
  userId: string;
4733
4733
  company?: {
4734
- id: string;
4735
- name: string;
4736
4734
  createdAt: string;
4737
4735
  updatedAt: string;
4738
- } | null | undefined;
4739
- client?: {
4740
4736
  id: string;
4741
4737
  name: string;
4742
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
4738
+ } | null | undefined;
4739
+ client?: {
4743
4740
  createdAt: string;
4744
4741
  updatedAt: string;
4742
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
4743
+ id: string;
4744
+ name: string;
4745
4745
  crn: string;
4746
4746
  govLink: string;
4747
4747
  director: string;
@@ -4764,23 +4764,23 @@ export declare const jobsContractRouter: {
4764
4764
  } | null | undefined;
4765
4765
  } | null | undefined;
4766
4766
  }, {
4767
- id: string;
4768
- status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
4769
4767
  createdAt: string | Date;
4770
4768
  updatedAt: string | Date;
4769
+ status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
4770
+ id: string;
4771
4771
  userId: string;
4772
4772
  company?: {
4773
- id: string;
4774
- name: string;
4775
4773
  createdAt: string | Date;
4776
4774
  updatedAt: string | Date;
4777
- } | null | undefined;
4778
- client?: {
4779
4775
  id: string;
4780
4776
  name: string;
4781
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
4777
+ } | null | undefined;
4778
+ client?: {
4782
4779
  createdAt: string | Date;
4783
4780
  updatedAt: string | Date;
4781
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
4782
+ id: string;
4783
+ name: string;
4784
4784
  crn: string;
4785
4785
  govLink: string;
4786
4786
  director: string;
@@ -4802,23 +4802,23 @@ export declare const jobsContractRouter: {
4802
4802
  email: string;
4803
4803
  } | null | undefined;
4804
4804
  newCollaboration?: {
4805
- id: string;
4806
- status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
4807
4805
  createdAt: string | Date;
4808
4806
  updatedAt: string | Date;
4807
+ status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
4808
+ id: string;
4809
4809
  userId: string;
4810
4810
  company?: {
4811
- id: string;
4812
- name: string;
4813
4811
  createdAt: string | Date;
4814
4812
  updatedAt: string | Date;
4815
- } | null | undefined;
4816
- client?: {
4817
4813
  id: string;
4818
4814
  name: string;
4819
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
4815
+ } | null | undefined;
4816
+ client?: {
4820
4817
  createdAt: string | Date;
4821
4818
  updatedAt: string | Date;
4819
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
4820
+ id: string;
4821
+ name: string;
4822
4822
  crn: string;
4823
4823
  govLink: string;
4824
4824
  director: string;
@@ -4844,10 +4844,10 @@ export declare const jobsContractRouter: {
4844
4844
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
4845
4845
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
4846
4846
  }, "strip", z.ZodTypeAny, {
4847
- id: string;
4848
- status: "AVAILABLE" | "CANCELED" | "FILLED" | "NOT_AVAILABLE";
4849
4847
  createdAt: string;
4850
4848
  updatedAt: string;
4849
+ status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE";
4850
+ id: string;
4851
4851
  description: string;
4852
4852
  numberOfPositions: number;
4853
4853
  pay: {
@@ -4873,23 +4873,23 @@ export declare const jobsContractRouter: {
4873
4873
  areaCovered?: string | null | undefined;
4874
4874
  } | null | undefined;
4875
4875
  currentCollaboration?: {
4876
- id: string;
4877
- status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
4878
4876
  createdAt: string;
4879
4877
  updatedAt: string;
4878
+ status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
4879
+ id: string;
4880
4880
  userId: string;
4881
4881
  company?: {
4882
- id: string;
4883
- name: string;
4884
4882
  createdAt: string;
4885
4883
  updatedAt: string;
4886
- } | null | undefined;
4887
- client?: {
4888
4884
  id: string;
4889
4885
  name: string;
4890
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
4886
+ } | null | undefined;
4887
+ client?: {
4891
4888
  createdAt: string;
4892
4889
  updatedAt: string;
4890
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
4891
+ id: string;
4892
+ name: string;
4893
4893
  crn: string;
4894
4894
  govLink: string;
4895
4895
  director: string;
@@ -4911,23 +4911,23 @@ export declare const jobsContractRouter: {
4911
4911
  email: string;
4912
4912
  } | null | undefined;
4913
4913
  newCollaboration?: {
4914
- id: string;
4915
- status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
4916
4914
  createdAt: string;
4917
4915
  updatedAt: string;
4916
+ status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
4917
+ id: string;
4918
4918
  userId: string;
4919
4919
  company?: {
4920
- id: string;
4921
- name: string;
4922
4920
  createdAt: string;
4923
4921
  updatedAt: string;
4924
- } | null | undefined;
4925
- client?: {
4926
4922
  id: string;
4927
4923
  name: string;
4928
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
4924
+ } | null | undefined;
4925
+ client?: {
4929
4926
  createdAt: string;
4930
4927
  updatedAt: string;
4928
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
4929
+ id: string;
4930
+ name: string;
4931
4931
  crn: string;
4932
4932
  govLink: string;
4933
4933
  director: string;
@@ -4951,10 +4951,10 @@ export declare const jobsContractRouter: {
4951
4951
  } | null | undefined;
4952
4952
  } | null | undefined;
4953
4953
  }, {
4954
- id: string;
4955
- status: "AVAILABLE" | "CANCELED" | "FILLED" | "NOT_AVAILABLE";
4956
4954
  createdAt: string | Date;
4957
4955
  updatedAt: string | Date;
4956
+ status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE";
4957
+ id: string;
4958
4958
  description: string;
4959
4959
  numberOfPositions: number;
4960
4960
  pay: {
@@ -4980,23 +4980,23 @@ export declare const jobsContractRouter: {
4980
4980
  qualificationTypeId?: string | null | undefined;
4981
4981
  }[] | undefined;
4982
4982
  currentCollaboration?: {
4983
- id: string;
4984
- status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
4985
4983
  createdAt: string | Date;
4986
4984
  updatedAt: string | Date;
4985
+ status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
4986
+ id: string;
4987
4987
  userId: string;
4988
4988
  company?: {
4989
- id: string;
4990
- name: string;
4991
4989
  createdAt: string | Date;
4992
4990
  updatedAt: string | Date;
4993
- } | null | undefined;
4994
- client?: {
4995
4991
  id: string;
4996
4992
  name: string;
4997
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
4993
+ } | null | undefined;
4994
+ client?: {
4998
4995
  createdAt: string | Date;
4999
4996
  updatedAt: string | Date;
4997
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
4998
+ id: string;
4999
+ name: string;
5000
5000
  crn: string;
5001
5001
  govLink: string;
5002
5002
  director: string;
@@ -5018,23 +5018,23 @@ export declare const jobsContractRouter: {
5018
5018
  email: string;
5019
5019
  } | null | undefined;
5020
5020
  newCollaboration?: {
5021
- id: string;
5022
- status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
5023
5021
  createdAt: string | Date;
5024
5022
  updatedAt: string | Date;
5023
+ status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
5024
+ id: string;
5025
5025
  userId: string;
5026
5026
  company?: {
5027
- id: string;
5028
- name: string;
5029
5027
  createdAt: string | Date;
5030
5028
  updatedAt: string | Date;
5031
- } | null | undefined;
5032
- client?: {
5033
5029
  id: string;
5034
5030
  name: string;
5035
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
5031
+ } | null | undefined;
5032
+ client?: {
5036
5033
  createdAt: string | Date;
5037
5034
  updatedAt: string | Date;
5035
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
5036
+ id: string;
5037
+ name: string;
5038
5038
  crn: string;
5039
5039
  govLink: string;
5040
5040
  director: string;
@@ -5151,7 +5151,7 @@ export declare const jobsContractRouter: {
5151
5151
  }>, "many">>;
5152
5152
  status: z.ZodOptional<z.ZodEnum<["CANCELED", "FILLED", "AVAILABLE", "NOT_AVAILABLE"]>>;
5153
5153
  }, "strip", z.ZodTypeAny, {
5154
- status?: "AVAILABLE" | "CANCELED" | "FILLED" | "NOT_AVAILABLE" | undefined;
5154
+ status?: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | undefined;
5155
5155
  description?: string | undefined;
5156
5156
  numberOfPositions?: number | undefined;
5157
5157
  workHours?: number | undefined;
@@ -5174,7 +5174,7 @@ export declare const jobsContractRouter: {
5174
5174
  id: string;
5175
5175
  } | undefined;
5176
5176
  }, {
5177
- status?: "AVAILABLE" | "CANCELED" | "FILLED" | "NOT_AVAILABLE" | undefined;
5177
+ status?: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | undefined;
5178
5178
  description?: string | undefined;
5179
5179
  numberOfPositions?: number | undefined;
5180
5180
  workHours?: number | undefined;
@@ -5368,15 +5368,15 @@ export declare const jobsContractRouter: {
5368
5368
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
5369
5369
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
5370
5370
  }, "strip", z.ZodTypeAny, {
5371
- id: string;
5372
- name: string;
5373
5371
  createdAt: string;
5374
5372
  updatedAt: string;
5375
- }, {
5376
5373
  id: string;
5377
5374
  name: string;
5375
+ }, {
5378
5376
  createdAt: string | Date;
5379
5377
  updatedAt: string | Date;
5378
+ id: string;
5379
+ name: string;
5380
5380
  }>>>;
5381
5381
  client: z.ZodOptional<z.ZodNullable<z.ZodObject<{
5382
5382
  id: z.ZodString;
@@ -5412,11 +5412,11 @@ export declare const jobsContractRouter: {
5412
5412
  agentId: string;
5413
5413
  }>>>;
5414
5414
  }, "strip", z.ZodTypeAny, {
5415
- id: string;
5416
- name: string;
5417
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
5418
5415
  createdAt: string;
5419
5416
  updatedAt: string;
5417
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
5418
+ id: string;
5419
+ name: string;
5420
5420
  crn: string;
5421
5421
  govLink: string;
5422
5422
  director: string;
@@ -5431,11 +5431,11 @@ export declare const jobsContractRouter: {
5431
5431
  agentId: string;
5432
5432
  } | null | undefined;
5433
5433
  }, {
5434
- id: string;
5435
- name: string;
5436
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
5437
5434
  createdAt: string | Date;
5438
5435
  updatedAt: string | Date;
5436
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
5437
+ id: string;
5438
+ name: string;
5439
5439
  crn: string;
5440
5440
  govLink: string;
5441
5441
  director: string;
@@ -5479,15 +5479,15 @@ export declare const jobsContractRouter: {
5479
5479
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
5480
5480
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
5481
5481
  }, "strip", z.ZodTypeAny, {
5482
- id: string;
5483
- name: string;
5484
5482
  createdAt: string;
5485
5483
  updatedAt: string;
5486
- }, {
5487
5484
  id: string;
5488
5485
  name: string;
5486
+ }, {
5489
5487
  createdAt: string | Date;
5490
5488
  updatedAt: string | Date;
5489
+ id: string;
5490
+ name: string;
5491
5491
  }>>>;
5492
5492
  client: z.ZodOptional<z.ZodNullable<z.ZodObject<{
5493
5493
  id: z.ZodString;
@@ -5523,11 +5523,11 @@ export declare const jobsContractRouter: {
5523
5523
  agentId: string;
5524
5524
  }>>>;
5525
5525
  }, "strip", z.ZodTypeAny, {
5526
- id: string;
5527
- name: string;
5528
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
5529
5526
  createdAt: string;
5530
5527
  updatedAt: string;
5528
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
5529
+ id: string;
5530
+ name: string;
5531
5531
  crn: string;
5532
5532
  govLink: string;
5533
5533
  director: string;
@@ -5542,11 +5542,11 @@ export declare const jobsContractRouter: {
5542
5542
  agentId: string;
5543
5543
  } | null | undefined;
5544
5544
  }, {
5545
- id: string;
5546
- name: string;
5547
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
5548
5545
  createdAt: string | Date;
5549
5546
  updatedAt: string | Date;
5547
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
5548
+ id: string;
5549
+ name: string;
5550
5550
  crn: string;
5551
5551
  govLink: string;
5552
5552
  director: string;
@@ -5582,23 +5582,23 @@ export declare const jobsContractRouter: {
5582
5582
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
5583
5583
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
5584
5584
  }, "strip", z.ZodTypeAny, {
5585
- id: string;
5586
- status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
5587
5585
  createdAt: string;
5588
5586
  updatedAt: string;
5587
+ status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
5588
+ id: string;
5589
5589
  userId: string;
5590
5590
  company?: {
5591
- id: string;
5592
- name: string;
5593
5591
  createdAt: string;
5594
5592
  updatedAt: string;
5595
- } | null | undefined;
5596
- client?: {
5597
5593
  id: string;
5598
5594
  name: string;
5599
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
5595
+ } | null | undefined;
5596
+ client?: {
5600
5597
  createdAt: string;
5601
5598
  updatedAt: string;
5599
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
5600
+ id: string;
5601
+ name: string;
5602
5602
  crn: string;
5603
5603
  govLink: string;
5604
5604
  director: string;
@@ -5620,23 +5620,23 @@ export declare const jobsContractRouter: {
5620
5620
  email: string;
5621
5621
  } | null | undefined;
5622
5622
  }, {
5623
- id: string;
5624
- status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
5625
5623
  createdAt: string | Date;
5626
5624
  updatedAt: string | Date;
5625
+ status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
5626
+ id: string;
5627
5627
  userId: string;
5628
5628
  company?: {
5629
- id: string;
5630
- name: string;
5631
5629
  createdAt: string | Date;
5632
5630
  updatedAt: string | Date;
5633
- } | null | undefined;
5634
- client?: {
5635
5631
  id: string;
5636
5632
  name: string;
5637
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
5633
+ } | null | undefined;
5634
+ client?: {
5638
5635
  createdAt: string | Date;
5639
5636
  updatedAt: string | Date;
5637
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
5638
+ id: string;
5639
+ name: string;
5640
5640
  crn: string;
5641
5641
  govLink: string;
5642
5642
  director: string;
@@ -5659,23 +5659,23 @@ export declare const jobsContractRouter: {
5659
5659
  } | null | undefined;
5660
5660
  }>>>;
5661
5661
  }, "strip", z.ZodTypeAny, {
5662
- id: string;
5663
- status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
5664
5662
  createdAt: string;
5665
5663
  updatedAt: string;
5664
+ status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
5665
+ id: string;
5666
5666
  userId: string;
5667
5667
  company?: {
5668
- id: string;
5669
- name: string;
5670
5668
  createdAt: string;
5671
5669
  updatedAt: string;
5672
- } | null | undefined;
5673
- client?: {
5674
5670
  id: string;
5675
5671
  name: string;
5676
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
5672
+ } | null | undefined;
5673
+ client?: {
5677
5674
  createdAt: string;
5678
5675
  updatedAt: string;
5676
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
5677
+ id: string;
5678
+ name: string;
5679
5679
  crn: string;
5680
5680
  govLink: string;
5681
5681
  director: string;
@@ -5697,23 +5697,23 @@ export declare const jobsContractRouter: {
5697
5697
  email: string;
5698
5698
  } | null | undefined;
5699
5699
  newCollaboration?: {
5700
- id: string;
5701
- status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
5702
5700
  createdAt: string;
5703
5701
  updatedAt: string;
5702
+ status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
5703
+ id: string;
5704
5704
  userId: string;
5705
5705
  company?: {
5706
- id: string;
5707
- name: string;
5708
5706
  createdAt: string;
5709
5707
  updatedAt: string;
5710
- } | null | undefined;
5711
- client?: {
5712
5708
  id: string;
5713
5709
  name: string;
5714
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
5710
+ } | null | undefined;
5711
+ client?: {
5715
5712
  createdAt: string;
5716
5713
  updatedAt: string;
5714
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
5715
+ id: string;
5716
+ name: string;
5717
5717
  crn: string;
5718
5718
  govLink: string;
5719
5719
  director: string;
@@ -5736,23 +5736,23 @@ export declare const jobsContractRouter: {
5736
5736
  } | null | undefined;
5737
5737
  } | null | undefined;
5738
5738
  }, {
5739
- id: string;
5740
- status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
5741
5739
  createdAt: string | Date;
5742
5740
  updatedAt: string | Date;
5741
+ status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
5742
+ id: string;
5743
5743
  userId: string;
5744
5744
  company?: {
5745
- id: string;
5746
- name: string;
5747
5745
  createdAt: string | Date;
5748
5746
  updatedAt: string | Date;
5749
- } | null | undefined;
5750
- client?: {
5751
5747
  id: string;
5752
5748
  name: string;
5753
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
5749
+ } | null | undefined;
5750
+ client?: {
5754
5751
  createdAt: string | Date;
5755
5752
  updatedAt: string | Date;
5753
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
5754
+ id: string;
5755
+ name: string;
5756
5756
  crn: string;
5757
5757
  govLink: string;
5758
5758
  director: string;
@@ -5774,23 +5774,23 @@ export declare const jobsContractRouter: {
5774
5774
  email: string;
5775
5775
  } | null | undefined;
5776
5776
  newCollaboration?: {
5777
- id: string;
5778
- status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
5779
5777
  createdAt: string | Date;
5780
5778
  updatedAt: string | Date;
5779
+ status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
5780
+ id: string;
5781
5781
  userId: string;
5782
5782
  company?: {
5783
- id: string;
5784
- name: string;
5785
5783
  createdAt: string | Date;
5786
5784
  updatedAt: string | Date;
5787
- } | null | undefined;
5788
- client?: {
5789
5785
  id: string;
5790
5786
  name: string;
5791
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
5787
+ } | null | undefined;
5788
+ client?: {
5792
5789
  createdAt: string | Date;
5793
5790
  updatedAt: string | Date;
5791
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
5792
+ id: string;
5793
+ name: string;
5794
5794
  crn: string;
5795
5795
  govLink: string;
5796
5796
  director: string;
@@ -5816,10 +5816,10 @@ export declare const jobsContractRouter: {
5816
5816
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
5817
5817
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
5818
5818
  }, "strip", z.ZodTypeAny, {
5819
- id: string;
5820
- status: "AVAILABLE" | "CANCELED" | "FILLED" | "NOT_AVAILABLE";
5821
5819
  createdAt: string;
5822
5820
  updatedAt: string;
5821
+ status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE";
5822
+ id: string;
5823
5823
  description: string;
5824
5824
  numberOfPositions: number;
5825
5825
  pay: {
@@ -5845,23 +5845,23 @@ export declare const jobsContractRouter: {
5845
5845
  areaCovered?: string | null | undefined;
5846
5846
  } | null | undefined;
5847
5847
  currentCollaboration?: {
5848
- id: string;
5849
- status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
5850
5848
  createdAt: string;
5851
5849
  updatedAt: string;
5850
+ status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
5851
+ id: string;
5852
5852
  userId: string;
5853
5853
  company?: {
5854
- id: string;
5855
- name: string;
5856
5854
  createdAt: string;
5857
5855
  updatedAt: string;
5858
- } | null | undefined;
5859
- client?: {
5860
5856
  id: string;
5861
5857
  name: string;
5862
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
5858
+ } | null | undefined;
5859
+ client?: {
5863
5860
  createdAt: string;
5864
5861
  updatedAt: string;
5862
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
5863
+ id: string;
5864
+ name: string;
5865
5865
  crn: string;
5866
5866
  govLink: string;
5867
5867
  director: string;
@@ -5883,23 +5883,23 @@ export declare const jobsContractRouter: {
5883
5883
  email: string;
5884
5884
  } | null | undefined;
5885
5885
  newCollaboration?: {
5886
- id: string;
5887
- status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
5888
5886
  createdAt: string;
5889
5887
  updatedAt: string;
5888
+ status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
5889
+ id: string;
5890
5890
  userId: string;
5891
5891
  company?: {
5892
- id: string;
5893
- name: string;
5894
5892
  createdAt: string;
5895
5893
  updatedAt: string;
5896
- } | null | undefined;
5897
- client?: {
5898
5894
  id: string;
5899
5895
  name: string;
5900
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
5896
+ } | null | undefined;
5897
+ client?: {
5901
5898
  createdAt: string;
5902
5899
  updatedAt: string;
5900
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
5901
+ id: string;
5902
+ name: string;
5903
5903
  crn: string;
5904
5904
  govLink: string;
5905
5905
  director: string;
@@ -5923,10 +5923,10 @@ export declare const jobsContractRouter: {
5923
5923
  } | null | undefined;
5924
5924
  } | null | undefined;
5925
5925
  }, {
5926
- id: string;
5927
- status: "AVAILABLE" | "CANCELED" | "FILLED" | "NOT_AVAILABLE";
5928
5926
  createdAt: string | Date;
5929
5927
  updatedAt: string | Date;
5928
+ status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE";
5929
+ id: string;
5930
5930
  description: string;
5931
5931
  numberOfPositions: number;
5932
5932
  pay: {
@@ -5952,23 +5952,23 @@ export declare const jobsContractRouter: {
5952
5952
  qualificationTypeId?: string | null | undefined;
5953
5953
  }[] | undefined;
5954
5954
  currentCollaboration?: {
5955
- id: string;
5956
- status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
5957
5955
  createdAt: string | Date;
5958
5956
  updatedAt: string | Date;
5957
+ status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
5958
+ id: string;
5959
5959
  userId: string;
5960
5960
  company?: {
5961
- id: string;
5962
- name: string;
5963
5961
  createdAt: string | Date;
5964
5962
  updatedAt: string | Date;
5965
- } | null | undefined;
5966
- client?: {
5967
5963
  id: string;
5968
5964
  name: string;
5969
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
5965
+ } | null | undefined;
5966
+ client?: {
5970
5967
  createdAt: string | Date;
5971
5968
  updatedAt: string | Date;
5969
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
5970
+ id: string;
5971
+ name: string;
5972
5972
  crn: string;
5973
5973
  govLink: string;
5974
5974
  director: string;
@@ -5990,23 +5990,23 @@ export declare const jobsContractRouter: {
5990
5990
  email: string;
5991
5991
  } | null | undefined;
5992
5992
  newCollaboration?: {
5993
- id: string;
5994
- status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
5995
5993
  createdAt: string | Date;
5996
5994
  updatedAt: string | Date;
5995
+ status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
5996
+ id: string;
5997
5997
  userId: string;
5998
5998
  company?: {
5999
- id: string;
6000
- name: string;
6001
5999
  createdAt: string | Date;
6002
6000
  updatedAt: string | Date;
6003
- } | null | undefined;
6004
- client?: {
6005
6001
  id: string;
6006
6002
  name: string;
6007
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
6003
+ } | null | undefined;
6004
+ client?: {
6008
6005
  createdAt: string | Date;
6009
6006
  updatedAt: string | Date;
6007
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
6008
+ id: string;
6009
+ name: string;
6010
6010
  crn: string;
6011
6011
  govLink: string;
6012
6012
  director: string;