lancer-shared 1.2.302 → 1.2.303

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (60) hide show
  1. package/dist/bundle.cjs.js +1 -0
  2. package/dist/bundle.cjs.js.map +1 -1
  3. package/dist/bundle.esm.js +1 -0
  4. package/dist/bundle.esm.js.map +1 -1
  5. package/dist/schemas/account/bidder-account.d.ts +40 -40
  6. package/dist/schemas/account/scraper-account.d.ts +27 -27
  7. package/dist/schemas/agent/index.d.ts +273 -273
  8. package/dist/schemas/agent/proposal.d.ts +4 -4
  9. package/dist/schemas/bidder/bid.d.ts +2358 -2358
  10. package/dist/schemas/campaign/campaign-analytics.d.ts +1404 -1404
  11. package/dist/schemas/campaign/campaign-chat-bot.d.ts +24 -24
  12. package/dist/schemas/campaign/campaign-expenses.d.ts +2 -2
  13. package/dist/schemas/campaign/campaign-insights.d.ts +12 -12
  14. package/dist/schemas/campaign/campaign.d.ts +566 -566
  15. package/dist/schemas/campaign/sequence/boost-node.d.ts +2 -2
  16. package/dist/schemas/campaign/sequence/client-size-node.d.ts +8 -8
  17. package/dist/schemas/campaign/sequence/client-spent-node.d.ts +16 -16
  18. package/dist/schemas/campaign/sequence/hire-rate-node.d.ts +16 -16
  19. package/dist/schemas/campaign/sequence/hourly-rate-node.d.ts +16 -16
  20. package/dist/schemas/campaign/sequence/rating-node.d.ts +16 -16
  21. package/dist/schemas/campaign/sequence/suitability-node.d.ts +16 -16
  22. package/dist/schemas/dashboard/index.d.ts +46 -46
  23. package/dist/schemas/golden-dataset/sample.d.ts +12 -12
  24. package/dist/schemas/infrastructure/index.d.ts +8 -8
  25. package/dist/schemas/invoice/index.d.ts +55 -55
  26. package/dist/schemas/job/index.d.ts +189 -189
  27. package/dist/schemas/job/job-api.d.ts +4 -4
  28. package/dist/schemas/job/job-details.d.ts +726 -726
  29. package/dist/schemas/job/job-filters.d.ts +55 -55
  30. package/dist/schemas/job/job-listing.d.ts +96 -96
  31. package/dist/schemas/job/nuxt.d.ts +130 -130
  32. package/dist/schemas/lead/index.d.ts +1040 -1040
  33. package/dist/schemas/lead/lead-status.d.ts +4 -4
  34. package/dist/schemas/logger/feed/feed-chunk-enrich.d.ts +16 -16
  35. package/dist/schemas/logger/feed/feed-enrich.d.ts +12 -12
  36. package/dist/schemas/logger/feed/feed-job-enrich.d.ts +272 -272
  37. package/dist/schemas/logger/feed/feed-scrape.d.ts +6 -6
  38. package/dist/schemas/logger/log-event.d.ts +103 -103
  39. package/dist/schemas/logger/scraper-events.d.ts +73 -73
  40. package/dist/schemas/notifications/index.d.ts +4 -4
  41. package/dist/schemas/organization/billing.d.ts +2 -2
  42. package/dist/schemas/organization/cover-letter.d.ts +4 -4
  43. package/dist/schemas/organization/index.d.ts +112 -112
  44. package/dist/schemas/organization/onboarding.d.ts +6 -6
  45. package/dist/schemas/organization/organization-leads.d.ts +4 -4
  46. package/dist/schemas/organization/subscription.d.ts +12 -12
  47. package/dist/schemas/plan/index.d.ts +55 -55
  48. package/dist/schemas/proxy/proxy.d.ts +29 -29
  49. package/dist/schemas/saved-search/index.d.ts +4 -4
  50. package/dist/schemas/scraper/scrape-payload.d.ts +876 -876
  51. package/dist/schemas/scraper/scrape-result.d.ts +174 -174
  52. package/dist/schemas/scraper/upwork-profile.d.ts +16 -16
  53. package/dist/schemas/shared.d.ts +1 -1
  54. package/dist/schemas/talent/index.d.ts +750 -750
  55. package/dist/schemas/transaction/index.d.ts +20 -20
  56. package/dist/schemas/upwork-analytics/index.d.ts +22 -22
  57. package/dist/schemas/usage/index.d.ts +16 -16
  58. package/dist/schemas/usage-event/index.d.ts +11 -11
  59. package/dist/schemas/user/index.d.ts +4 -4
  60. package/package.json +2 -2
@@ -70,15 +70,15 @@ export declare const jobListingSchema: z.ZodObject<{
70
70
  highlighted: z.ZodBoolean;
71
71
  }, "strip", z.ZodTypeAny, {
72
72
  uid: string;
73
- prefLabel: string;
74
73
  parentSkillUid: string | null;
74
+ prefLabel: string;
75
75
  prettyName: string;
76
76
  highlighted: boolean;
77
77
  freeText?: any;
78
78
  }, {
79
79
  uid: string;
80
- prefLabel: string;
81
80
  parentSkillUid: string | null;
81
+ prefLabel: string;
82
82
  prettyName: string;
83
83
  highlighted: boolean;
84
84
  freeText?: any;
@@ -87,11 +87,11 @@ export declare const jobListingSchema: z.ZodObject<{
87
87
  min: z.ZodNumber;
88
88
  max: z.ZodNumber;
89
89
  }, "strip", z.ZodTypeAny, {
90
- max: number;
91
90
  min: number;
92
- }, {
93
91
  max: number;
92
+ }, {
94
93
  min: number;
94
+ max: number;
95
95
  }>;
96
96
  weeklyBudget: z.ZodObject<{
97
97
  amount: z.ZodNumber;
@@ -103,17 +103,17 @@ export declare const jobListingSchema: z.ZodObject<{
103
103
  isSTSVectorSearchResult: z.ZodBoolean;
104
104
  }, "strip", z.ZodTypeAny, {
105
105
  type: number;
106
- title: string;
107
- description: string;
106
+ uid: string;
108
107
  amount: {
109
108
  amount: number;
110
109
  };
111
- uid: string;
112
110
  ciphertext: string;
111
+ title: string;
112
+ description: string;
113
113
  createdOn: string;
114
- durationLabel: string | null;
115
114
  publishedOn: string;
116
115
  renewedOn: string | null;
116
+ durationLabel: string | null;
117
117
  engagement: string | null;
118
118
  connectPrice: number | null;
119
119
  client: {
@@ -135,15 +135,15 @@ export declare const jobListingSchema: z.ZodObject<{
135
135
  premium: boolean;
136
136
  attrs: {
137
137
  uid: string;
138
- prefLabel: string;
139
138
  parentSkillUid: string | null;
139
+ prefLabel: string;
140
140
  prettyName: string;
141
141
  highlighted: boolean;
142
142
  freeText?: any;
143
143
  }[];
144
144
  hourlyBudget: {
145
- max: number;
146
145
  min: number;
146
+ max: number;
147
147
  };
148
148
  weeklyBudget: {
149
149
  amount: number;
@@ -154,17 +154,17 @@ export declare const jobListingSchema: z.ZodObject<{
154
154
  clientRelation?: any;
155
155
  }, {
156
156
  type: number;
157
- title: string;
158
- description: string;
157
+ uid: string;
159
158
  amount: {
160
159
  amount: number;
161
160
  };
162
- uid: string;
163
161
  ciphertext: string;
162
+ title: string;
163
+ description: string;
164
164
  createdOn: string;
165
- durationLabel: string | null;
166
165
  publishedOn: string;
167
166
  renewedOn: string | null;
167
+ durationLabel: string | null;
168
168
  engagement: string | null;
169
169
  connectPrice: number | null;
170
170
  client: {
@@ -186,15 +186,15 @@ export declare const jobListingSchema: z.ZodObject<{
186
186
  premium: boolean;
187
187
  attrs: {
188
188
  uid: string;
189
- prefLabel: string;
190
189
  parentSkillUid: string | null;
190
+ prefLabel: string;
191
191
  prettyName: string;
192
192
  highlighted: boolean;
193
193
  freeText?: any;
194
194
  }[];
195
195
  hourlyBudget: {
196
- max: number;
197
196
  min: number;
197
+ max: number;
198
198
  };
199
199
  weeklyBudget: {
200
200
  amount: number;
@@ -212,13 +212,13 @@ export declare const nuxtStateJobsSearchSchema: z.ZodObject<{
212
212
  loaded: z.ZodBoolean;
213
213
  failed: z.ZodBoolean;
214
214
  }, "strip", z.ZodTypeAny, {
215
+ loading: boolean;
215
216
  loaded: boolean;
216
217
  failed: boolean;
217
- loading: boolean;
218
218
  }, {
219
+ loading: boolean;
219
220
  loaded: boolean;
220
221
  failed: boolean;
221
- loading: boolean;
222
222
  }>;
223
223
  jobs: z.ZodArray<z.ZodObject<{
224
224
  uid: z.ZodString;
@@ -290,15 +290,15 @@ export declare const nuxtStateJobsSearchSchema: z.ZodObject<{
290
290
  highlighted: z.ZodBoolean;
291
291
  }, "strip", z.ZodTypeAny, {
292
292
  uid: string;
293
- prefLabel: string;
294
293
  parentSkillUid: string | null;
294
+ prefLabel: string;
295
295
  prettyName: string;
296
296
  highlighted: boolean;
297
297
  freeText?: any;
298
298
  }, {
299
299
  uid: string;
300
- prefLabel: string;
301
300
  parentSkillUid: string | null;
301
+ prefLabel: string;
302
302
  prettyName: string;
303
303
  highlighted: boolean;
304
304
  freeText?: any;
@@ -307,11 +307,11 @@ export declare const nuxtStateJobsSearchSchema: z.ZodObject<{
307
307
  min: z.ZodNumber;
308
308
  max: z.ZodNumber;
309
309
  }, "strip", z.ZodTypeAny, {
310
- max: number;
311
310
  min: number;
312
- }, {
313
311
  max: number;
312
+ }, {
314
313
  min: number;
314
+ max: number;
315
315
  }>;
316
316
  weeklyBudget: z.ZodObject<{
317
317
  amount: z.ZodNumber;
@@ -323,17 +323,17 @@ export declare const nuxtStateJobsSearchSchema: z.ZodObject<{
323
323
  isSTSVectorSearchResult: z.ZodBoolean;
324
324
  }, "strip", z.ZodTypeAny, {
325
325
  type: number;
326
- title: string;
327
- description: string;
326
+ uid: string;
328
327
  amount: {
329
328
  amount: number;
330
329
  };
331
- uid: string;
332
330
  ciphertext: string;
331
+ title: string;
332
+ description: string;
333
333
  createdOn: string;
334
- durationLabel: string | null;
335
334
  publishedOn: string;
336
335
  renewedOn: string | null;
336
+ durationLabel: string | null;
337
337
  engagement: string | null;
338
338
  connectPrice: number | null;
339
339
  client: {
@@ -355,15 +355,15 @@ export declare const nuxtStateJobsSearchSchema: z.ZodObject<{
355
355
  premium: boolean;
356
356
  attrs: {
357
357
  uid: string;
358
- prefLabel: string;
359
358
  parentSkillUid: string | null;
359
+ prefLabel: string;
360
360
  prettyName: string;
361
361
  highlighted: boolean;
362
362
  freeText?: any;
363
363
  }[];
364
364
  hourlyBudget: {
365
- max: number;
366
365
  min: number;
366
+ max: number;
367
367
  };
368
368
  weeklyBudget: {
369
369
  amount: number;
@@ -374,17 +374,17 @@ export declare const nuxtStateJobsSearchSchema: z.ZodObject<{
374
374
  clientRelation?: any;
375
375
  }, {
376
376
  type: number;
377
- title: string;
378
- description: string;
377
+ uid: string;
379
378
  amount: {
380
379
  amount: number;
381
380
  };
382
- uid: string;
383
381
  ciphertext: string;
382
+ title: string;
383
+ description: string;
384
384
  createdOn: string;
385
- durationLabel: string | null;
386
385
  publishedOn: string;
387
386
  renewedOn: string | null;
387
+ durationLabel: string | null;
388
388
  engagement: string | null;
389
389
  connectPrice: number | null;
390
390
  client: {
@@ -406,15 +406,15 @@ export declare const nuxtStateJobsSearchSchema: z.ZodObject<{
406
406
  premium: boolean;
407
407
  attrs: {
408
408
  uid: string;
409
- prefLabel: string;
410
409
  parentSkillUid: string | null;
410
+ prefLabel: string;
411
411
  prettyName: string;
412
412
  highlighted: boolean;
413
413
  freeText?: any;
414
414
  }[];
415
415
  hourlyBudget: {
416
- max: number;
417
416
  min: number;
417
+ max: number;
418
418
  };
419
419
  weeklyBudget: {
420
420
  amount: number;
@@ -429,12 +429,12 @@ export declare const nuxtStateJobsSearchSchema: z.ZodObject<{
429
429
  offset: z.ZodNumber;
430
430
  count: z.ZodNumber;
431
431
  }, "strip", z.ZodTypeAny, {
432
- offset: number;
433
432
  total: number;
433
+ offset: number;
434
434
  count: number;
435
435
  }, {
436
- offset: number;
437
436
  total: number;
437
+ offset: number;
438
438
  count: number;
439
439
  }>;
440
440
  abortController: z.ZodNullable<z.ZodAny>;
@@ -443,23 +443,23 @@ export declare const nuxtStateJobsSearchSchema: z.ZodObject<{
443
443
  searchQueryCache: z.ZodRecord<z.ZodString, z.ZodString>;
444
444
  }, "strip", z.ZodTypeAny, {
445
445
  status: {
446
+ loading: boolean;
446
447
  loaded: boolean;
447
448
  failed: boolean;
448
- loading: boolean;
449
449
  };
450
450
  jobs: {
451
451
  type: number;
452
- title: string;
453
- description: string;
452
+ uid: string;
454
453
  amount: {
455
454
  amount: number;
456
455
  };
457
- uid: string;
458
456
  ciphertext: string;
457
+ title: string;
458
+ description: string;
459
459
  createdOn: string;
460
- durationLabel: string | null;
461
460
  publishedOn: string;
462
461
  renewedOn: string | null;
462
+ durationLabel: string | null;
463
463
  engagement: string | null;
464
464
  connectPrice: number | null;
465
465
  client: {
@@ -481,15 +481,15 @@ export declare const nuxtStateJobsSearchSchema: z.ZodObject<{
481
481
  premium: boolean;
482
482
  attrs: {
483
483
  uid: string;
484
- prefLabel: string;
485
484
  parentSkillUid: string | null;
485
+ prefLabel: string;
486
486
  prettyName: string;
487
487
  highlighted: boolean;
488
488
  freeText?: any;
489
489
  }[];
490
490
  hourlyBudget: {
491
- max: number;
492
491
  min: number;
492
+ max: number;
493
493
  };
494
494
  weeklyBudget: {
495
495
  amount: number;
@@ -499,34 +499,34 @@ export declare const nuxtStateJobsSearchSchema: z.ZodObject<{
499
499
  jobUrl?: string | undefined;
500
500
  clientRelation?: any;
501
501
  }[];
502
- currentPage: number;
503
502
  paging: {
504
- offset: number;
505
503
  total: number;
504
+ offset: number;
506
505
  count: number;
507
506
  };
508
- searchQueryCache: Record<string, string>;
507
+ currentPage: number;
509
508
  jobsPerPage: number;
509
+ searchQueryCache: Record<string, string>;
510
510
  abortController?: any;
511
511
  }, {
512
512
  status: {
513
+ loading: boolean;
513
514
  loaded: boolean;
514
515
  failed: boolean;
515
- loading: boolean;
516
516
  };
517
517
  jobs: {
518
518
  type: number;
519
- title: string;
520
- description: string;
519
+ uid: string;
521
520
  amount: {
522
521
  amount: number;
523
522
  };
524
- uid: string;
525
523
  ciphertext: string;
524
+ title: string;
525
+ description: string;
526
526
  createdOn: string;
527
- durationLabel: string | null;
528
527
  publishedOn: string;
529
528
  renewedOn: string | null;
529
+ durationLabel: string | null;
530
530
  engagement: string | null;
531
531
  connectPrice: number | null;
532
532
  client: {
@@ -548,15 +548,15 @@ export declare const nuxtStateJobsSearchSchema: z.ZodObject<{
548
548
  premium: boolean;
549
549
  attrs: {
550
550
  uid: string;
551
- prefLabel: string;
552
551
  parentSkillUid: string | null;
552
+ prefLabel: string;
553
553
  prettyName: string;
554
554
  highlighted: boolean;
555
555
  freeText?: any;
556
556
  }[];
557
557
  hourlyBudget: {
558
- max: number;
559
558
  min: number;
559
+ max: number;
560
560
  };
561
561
  weeklyBudget: {
562
562
  amount: number;
@@ -566,36 +566,36 @@ export declare const nuxtStateJobsSearchSchema: z.ZodObject<{
566
566
  jobUrl?: string | undefined;
567
567
  clientRelation?: any;
568
568
  }[];
569
- currentPage: number;
570
569
  paging: {
571
- offset: number;
572
570
  total: number;
571
+ offset: number;
573
572
  count: number;
574
573
  };
575
- searchQueryCache: Record<string, string>;
574
+ currentPage: number;
576
575
  jobsPerPage: number;
576
+ searchQueryCache: Record<string, string>;
577
577
  abortController?: any;
578
578
  }>;
579
579
  }, "strip", z.ZodTypeAny, {
580
580
  jobsSearch: {
581
581
  status: {
582
+ loading: boolean;
582
583
  loaded: boolean;
583
584
  failed: boolean;
584
- loading: boolean;
585
585
  };
586
586
  jobs: {
587
587
  type: number;
588
- title: string;
589
- description: string;
588
+ uid: string;
590
589
  amount: {
591
590
  amount: number;
592
591
  };
593
- uid: string;
594
592
  ciphertext: string;
593
+ title: string;
594
+ description: string;
595
595
  createdOn: string;
596
- durationLabel: string | null;
597
596
  publishedOn: string;
598
597
  renewedOn: string | null;
598
+ durationLabel: string | null;
599
599
  engagement: string | null;
600
600
  connectPrice: number | null;
601
601
  client: {
@@ -617,15 +617,15 @@ export declare const nuxtStateJobsSearchSchema: z.ZodObject<{
617
617
  premium: boolean;
618
618
  attrs: {
619
619
  uid: string;
620
- prefLabel: string;
621
620
  parentSkillUid: string | null;
621
+ prefLabel: string;
622
622
  prettyName: string;
623
623
  highlighted: boolean;
624
624
  freeText?: any;
625
625
  }[];
626
626
  hourlyBudget: {
627
- max: number;
628
627
  min: number;
628
+ max: number;
629
629
  };
630
630
  weeklyBudget: {
631
631
  amount: number;
@@ -635,36 +635,36 @@ export declare const nuxtStateJobsSearchSchema: z.ZodObject<{
635
635
  jobUrl?: string | undefined;
636
636
  clientRelation?: any;
637
637
  }[];
638
- currentPage: number;
639
638
  paging: {
640
- offset: number;
641
639
  total: number;
640
+ offset: number;
642
641
  count: number;
643
642
  };
644
- searchQueryCache: Record<string, string>;
643
+ currentPage: number;
645
644
  jobsPerPage: number;
645
+ searchQueryCache: Record<string, string>;
646
646
  abortController?: any;
647
647
  };
648
648
  }, {
649
649
  jobsSearch: {
650
650
  status: {
651
+ loading: boolean;
651
652
  loaded: boolean;
652
653
  failed: boolean;
653
- loading: boolean;
654
654
  };
655
655
  jobs: {
656
656
  type: number;
657
- title: string;
658
- description: string;
657
+ uid: string;
659
658
  amount: {
660
659
  amount: number;
661
660
  };
662
- uid: string;
663
661
  ciphertext: string;
662
+ title: string;
663
+ description: string;
664
664
  createdOn: string;
665
- durationLabel: string | null;
666
665
  publishedOn: string;
667
666
  renewedOn: string | null;
667
+ durationLabel: string | null;
668
668
  engagement: string | null;
669
669
  connectPrice: number | null;
670
670
  client: {
@@ -686,15 +686,15 @@ export declare const nuxtStateJobsSearchSchema: z.ZodObject<{
686
686
  premium: boolean;
687
687
  attrs: {
688
688
  uid: string;
689
- prefLabel: string;
690
689
  parentSkillUid: string | null;
690
+ prefLabel: string;
691
691
  prettyName: string;
692
692
  highlighted: boolean;
693
693
  freeText?: any;
694
694
  }[];
695
695
  hourlyBudget: {
696
- max: number;
697
696
  min: number;
697
+ max: number;
698
698
  };
699
699
  weeklyBudget: {
700
700
  amount: number;
@@ -704,14 +704,14 @@ export declare const nuxtStateJobsSearchSchema: z.ZodObject<{
704
704
  jobUrl?: string | undefined;
705
705
  clientRelation?: any;
706
706
  }[];
707
- currentPage: number;
708
707
  paging: {
709
- offset: number;
710
708
  total: number;
709
+ offset: number;
711
710
  count: number;
712
711
  };
713
- searchQueryCache: Record<string, string>;
712
+ currentPage: number;
714
713
  jobsPerPage: number;
714
+ searchQueryCache: Record<string, string>;
715
715
  abortController?: any;
716
716
  };
717
717
  }>;
@@ -719,23 +719,23 @@ export declare const nuxtStateJobsSearchSchema: z.ZodObject<{
719
719
  state: {
720
720
  jobsSearch: {
721
721
  status: {
722
+ loading: boolean;
722
723
  loaded: boolean;
723
724
  failed: boolean;
724
- loading: boolean;
725
725
  };
726
726
  jobs: {
727
727
  type: number;
728
- title: string;
729
- description: string;
728
+ uid: string;
730
729
  amount: {
731
730
  amount: number;
732
731
  };
733
- uid: string;
734
732
  ciphertext: string;
733
+ title: string;
734
+ description: string;
735
735
  createdOn: string;
736
- durationLabel: string | null;
737
736
  publishedOn: string;
738
737
  renewedOn: string | null;
738
+ durationLabel: string | null;
739
739
  engagement: string | null;
740
740
  connectPrice: number | null;
741
741
  client: {
@@ -757,15 +757,15 @@ export declare const nuxtStateJobsSearchSchema: z.ZodObject<{
757
757
  premium: boolean;
758
758
  attrs: {
759
759
  uid: string;
760
- prefLabel: string;
761
760
  parentSkillUid: string | null;
761
+ prefLabel: string;
762
762
  prettyName: string;
763
763
  highlighted: boolean;
764
764
  freeText?: any;
765
765
  }[];
766
766
  hourlyBudget: {
767
- max: number;
768
767
  min: number;
768
+ max: number;
769
769
  };
770
770
  weeklyBudget: {
771
771
  amount: number;
@@ -775,14 +775,14 @@ export declare const nuxtStateJobsSearchSchema: z.ZodObject<{
775
775
  jobUrl?: string | undefined;
776
776
  clientRelation?: any;
777
777
  }[];
778
- currentPage: number;
779
778
  paging: {
780
- offset: number;
781
779
  total: number;
780
+ offset: number;
782
781
  count: number;
783
782
  };
784
- searchQueryCache: Record<string, string>;
783
+ currentPage: number;
785
784
  jobsPerPage: number;
785
+ searchQueryCache: Record<string, string>;
786
786
  abortController?: any;
787
787
  };
788
788
  };
@@ -790,23 +790,23 @@ export declare const nuxtStateJobsSearchSchema: z.ZodObject<{
790
790
  state: {
791
791
  jobsSearch: {
792
792
  status: {
793
+ loading: boolean;
793
794
  loaded: boolean;
794
795
  failed: boolean;
795
- loading: boolean;
796
796
  };
797
797
  jobs: {
798
798
  type: number;
799
- title: string;
800
- description: string;
799
+ uid: string;
801
800
  amount: {
802
801
  amount: number;
803
802
  };
804
- uid: string;
805
803
  ciphertext: string;
804
+ title: string;
805
+ description: string;
806
806
  createdOn: string;
807
- durationLabel: string | null;
808
807
  publishedOn: string;
809
808
  renewedOn: string | null;
809
+ durationLabel: string | null;
810
810
  engagement: string | null;
811
811
  connectPrice: number | null;
812
812
  client: {
@@ -828,15 +828,15 @@ export declare const nuxtStateJobsSearchSchema: z.ZodObject<{
828
828
  premium: boolean;
829
829
  attrs: {
830
830
  uid: string;
831
- prefLabel: string;
832
831
  parentSkillUid: string | null;
832
+ prefLabel: string;
833
833
  prettyName: string;
834
834
  highlighted: boolean;
835
835
  freeText?: any;
836
836
  }[];
837
837
  hourlyBudget: {
838
- max: number;
839
838
  min: number;
839
+ max: number;
840
840
  };
841
841
  weeklyBudget: {
842
842
  amount: number;
@@ -846,14 +846,14 @@ export declare const nuxtStateJobsSearchSchema: z.ZodObject<{
846
846
  jobUrl?: string | undefined;
847
847
  clientRelation?: any;
848
848
  }[];
849
- currentPage: number;
850
849
  paging: {
851
- offset: number;
852
850
  total: number;
851
+ offset: number;
853
852
  count: number;
854
853
  };
855
- searchQueryCache: Record<string, string>;
854
+ currentPage: number;
856
855
  jobsPerPage: number;
856
+ searchQueryCache: Record<string, string>;
857
857
  abortController?: any;
858
858
  };
859
859
  };