lancer-shared 1.2.241 → 1.2.243

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 (55) hide show
  1. package/dist/bundle.cjs.js +2 -1
  2. package/dist/bundle.cjs.js.map +1 -0
  3. package/dist/bundle.esm.js +2 -1
  4. package/dist/bundle.esm.js.map +1 -0
  5. package/dist/schemas/account/bidder-account.d.ts +75 -75
  6. package/dist/schemas/account/scraper-account.d.ts +37 -37
  7. package/dist/schemas/agent/index.d.ts +287 -287
  8. package/dist/schemas/agent/proposal.d.ts +6 -6
  9. package/dist/schemas/bidder/bid.d.ts +2345 -2345
  10. package/dist/schemas/campaign/campaign-analytics.d.ts +857 -857
  11. package/dist/schemas/campaign/campaign-chat-bot.d.ts +25 -25
  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 +201 -201
  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 +34 -34
  23. package/dist/schemas/infrastructure/index.d.ts +8 -8
  24. package/dist/schemas/invoice/index.d.ts +51 -51
  25. package/dist/schemas/job/index.d.ts +212 -212
  26. package/dist/schemas/job/job-api.d.ts +4 -4
  27. package/dist/schemas/job/job-details.d.ts +736 -736
  28. package/dist/schemas/job/job-filters.d.ts +14 -14
  29. package/dist/schemas/job/job-listing.d.ts +94 -94
  30. package/dist/schemas/job/nuxt.d.ts +150 -150
  31. package/dist/schemas/lead/index.d.ts +1025 -1022
  32. package/dist/schemas/lead/lead-status.d.ts +10 -10
  33. package/dist/schemas/logger/feed/feed-chunk-enrich.d.ts +25 -25
  34. package/dist/schemas/logger/feed/feed-enrich.d.ts +15 -15
  35. package/dist/schemas/logger/feed/feed-job-enrich.d.ts +321 -321
  36. package/dist/schemas/logger/feed/feed-scrape.d.ts +15 -15
  37. package/dist/schemas/logger/log-event.d.ts +91 -91
  38. package/dist/schemas/logger/scraper-events.d.ts +90 -90
  39. package/dist/schemas/notifications/index.d.ts +4 -4
  40. package/dist/schemas/organization/cover-letter.d.ts +2 -2
  41. package/dist/schemas/organization/index.d.ts +104 -104
  42. package/dist/schemas/organization/subscription.d.ts +6 -6
  43. package/dist/schemas/plan/index.d.ts +14 -14
  44. package/dist/schemas/proxy/proxy.d.ts +20 -20
  45. package/dist/schemas/saved-search/index.d.ts +4 -4
  46. package/dist/schemas/scraper/scrape-payload.d.ts +621 -621
  47. package/dist/schemas/scraper/scrape-result.d.ts +214 -214
  48. package/dist/schemas/scraper/upwork-profile.d.ts +16 -16
  49. package/dist/schemas/shared.d.ts +1 -1
  50. package/dist/schemas/talent/index.d.ts +854 -854
  51. package/dist/schemas/transaction/index.d.ts +18 -18
  52. package/dist/schemas/usage/index.d.ts +16 -16
  53. package/dist/schemas/usage-event/index.d.ts +4 -4
  54. package/dist/schemas/user/index.d.ts +4 -4
  55. package/package.json +7 -5
@@ -93,20 +93,20 @@ declare const jobDetailsSchema: z.ZodObject<{
93
93
  value: z.ZodString;
94
94
  skill: z.ZodNullable<z.ZodAny>;
95
95
  }, "strip", z.ZodTypeAny, {
96
- customValue: string | null;
97
- label: string;
98
- name: string;
99
- sortOrder: number;
100
96
  type: string;
97
+ name: string;
101
98
  value: string;
102
- skill?: any;
103
- }, {
104
- customValue: string | null;
105
99
  label: string;
106
- name: string;
100
+ customValue: string | null;
107
101
  sortOrder: number;
102
+ skill?: any;
103
+ }, {
108
104
  type: string;
105
+ name: string;
109
106
  value: string;
107
+ label: string;
108
+ customValue: string | null;
109
+ sortOrder: number;
110
110
  skill?: any;
111
111
  }>, "many">;
112
112
  clientActivity: z.ZodObject<{
@@ -192,6 +192,9 @@ declare const jobDetailsSchema: z.ZodObject<{
192
192
  shouldHavePortfolio: boolean;
193
193
  locationCheckRequired: boolean;
194
194
  minHoursWeek: number | null;
195
+ location?: any;
196
+ group?: any;
197
+ regions?: any;
195
198
  countries?: any;
196
199
  earnings?: any;
197
200
  groupRecno?: any;
@@ -199,12 +202,9 @@ declare const jobDetailsSchema: z.ZodObject<{
199
202
  localDescription?: any;
200
203
  localFlexibilityDescription?: any;
201
204
  onSiteType?: any;
202
- regions?: any;
203
205
  states?: any;
204
206
  tests?: any;
205
207
  timezones?: any;
206
- group?: any;
207
- location?: any;
208
208
  locations?: any;
209
209
  }, {
210
210
  type: number;
@@ -216,6 +216,9 @@ declare const jobDetailsSchema: z.ZodObject<{
216
216
  shouldHavePortfolio: boolean;
217
217
  locationCheckRequired: boolean;
218
218
  minHoursWeek: number | null;
219
+ location?: any;
220
+ group?: any;
221
+ regions?: any;
219
222
  countries?: any;
220
223
  earnings?: any;
221
224
  groupRecno?: any;
@@ -223,12 +226,9 @@ declare const jobDetailsSchema: z.ZodObject<{
223
226
  localDescription?: any;
224
227
  localFlexibilityDescription?: any;
225
228
  onSiteType?: any;
226
- regions?: any;
227
229
  states?: any;
228
230
  tests?: any;
229
231
  timezones?: any;
230
- group?: any;
231
- location?: any;
232
232
  locations?: any;
233
233
  }>;
234
234
  durationIdV3: z.ZodNumber;
@@ -250,15 +250,15 @@ declare const jobDetailsSchema: z.ZodObject<{
250
250
  highlighted: z.ZodBoolean;
251
251
  }, "strip", z.ZodTypeAny, {
252
252
  uid: string;
253
- parentSkillUid: string | null;
254
253
  prefLabel: string;
254
+ parentSkillUid: string | null;
255
255
  prettyName: string;
256
256
  highlighted: boolean;
257
257
  freeText?: any;
258
258
  }, {
259
259
  uid: string;
260
- parentSkillUid: string | null;
261
260
  prefLabel: string;
261
+ parentSkillUid: string | null;
262
262
  prettyName: string;
263
263
  highlighted: boolean;
264
264
  freeText?: any;
@@ -267,11 +267,11 @@ declare const jobDetailsSchema: z.ZodObject<{
267
267
  min: z.ZodNumber;
268
268
  max: z.ZodNumber;
269
269
  }, "strip", z.ZodTypeAny, {
270
- min: number;
271
270
  max: number;
272
- }, {
273
271
  min: number;
272
+ }, {
274
273
  max: number;
274
+ min: number;
275
275
  }>>>;
276
276
  weeklyBudget: z.ZodOptional<z.ZodNullable<z.ZodObject<{
277
277
  amount: z.ZodNumber;
@@ -283,9 +283,10 @@ declare const jobDetailsSchema: z.ZodObject<{
283
283
  isSTSVectorSearchResult: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
284
284
  }, "strip", z.ZodTypeAny, {
285
285
  type: number;
286
+ title: string;
287
+ description: string;
286
288
  status: number;
287
289
  numberOfPositionsToHire: number;
288
- uid: string;
289
290
  category: {
290
291
  name: string;
291
292
  urlSlug: string;
@@ -314,14 +315,13 @@ declare const jobDetailsSchema: z.ZodObject<{
314
315
  hourlyBudgetType: string | null;
315
316
  };
316
317
  contractorTier: number;
317
- description: string;
318
318
  segmentationData: {
319
- customValue: string | null;
320
- label: string;
321
- name: string;
322
- sortOrder: number;
323
319
  type: string;
320
+ name: string;
324
321
  value: string;
322
+ label: string;
323
+ customValue: string | null;
324
+ sortOrder: number;
325
325
  skill?: any;
326
326
  }[];
327
327
  clientActivity: {
@@ -336,7 +336,7 @@ declare const jobDetailsSchema: z.ZodObject<{
336
336
  annotations: {
337
337
  tags: string[];
338
338
  };
339
- title: string;
339
+ uid: string;
340
340
  ciphertext: string;
341
341
  access: number;
342
342
  createdOn: string;
@@ -345,9 +345,6 @@ declare const jobDetailsSchema: z.ZodObject<{
345
345
  notSureFreelancersToHire: boolean;
346
346
  notSureExperienceLevel: boolean;
347
347
  isContractToHire: boolean;
348
- deliverables: string | null;
349
- deadline: string | null;
350
- tools: any[];
351
348
  qualifications: {
352
349
  type: number;
353
350
  localMarket: boolean;
@@ -358,6 +355,9 @@ declare const jobDetailsSchema: z.ZodObject<{
358
355
  shouldHavePortfolio: boolean;
359
356
  locationCheckRequired: boolean;
360
357
  minHoursWeek: number | null;
358
+ location?: any;
359
+ group?: any;
360
+ regions?: any;
361
361
  countries?: any;
362
362
  earnings?: any;
363
363
  groupRecno?: any;
@@ -365,39 +365,39 @@ declare const jobDetailsSchema: z.ZodObject<{
365
365
  localDescription?: any;
366
366
  localFlexibilityDescription?: any;
367
367
  onSiteType?: any;
368
- regions?: any;
369
368
  states?: any;
370
369
  tests?: any;
371
370
  timezones?: any;
372
- group?: any;
373
- location?: any;
374
371
  locations?: any;
375
372
  };
376
373
  durationIdV3: number;
377
374
  durationLabel: string;
375
+ deliverables: string | null;
376
+ deadline: string | null;
377
+ tools: any[];
378
+ premium?: boolean | null | undefined;
378
379
  publishedOn?: string | null | undefined;
379
380
  renewedOn?: string | null | undefined;
380
381
  engagement?: string | null | undefined;
381
- freelancersToHire?: number | null | undefined;
382
382
  connectPrice?: number | null | undefined;
383
383
  clientRelation?: any;
384
+ freelancersToHire?: number | null | undefined;
384
385
  relevanceEncoded?: string | null | undefined;
385
386
  enterpriseJob?: boolean | null | undefined;
386
387
  tierText?: string | null | undefined;
387
388
  isApplied?: boolean | null | undefined;
388
389
  proposalsTier?: string | null | undefined;
389
- premium?: boolean | null | undefined;
390
390
  attrs?: {
391
391
  uid: string;
392
- parentSkillUid: string | null;
393
392
  prefLabel: string;
393
+ parentSkillUid: string | null;
394
394
  prettyName: string;
395
395
  highlighted: boolean;
396
396
  freeText?: any;
397
397
  }[] | null | undefined;
398
398
  hourlyBudget?: {
399
- min: number;
400
399
  max: number;
400
+ min: number;
401
401
  } | null | undefined;
402
402
  weeklyBudget?: {
403
403
  amount: number;
@@ -406,9 +406,10 @@ declare const jobDetailsSchema: z.ZodObject<{
406
406
  weeklyRetainerBudget?: any;
407
407
  }, {
408
408
  type: number;
409
+ title: string;
410
+ description: string;
409
411
  status: number;
410
412
  numberOfPositionsToHire: number;
411
- uid: string;
412
413
  category: {
413
414
  name: string;
414
415
  urlSlug: string;
@@ -437,14 +438,13 @@ declare const jobDetailsSchema: z.ZodObject<{
437
438
  hourlyBudgetType: string | null;
438
439
  };
439
440
  contractorTier: number;
440
- description: string;
441
441
  segmentationData: {
442
- customValue: string | null;
443
- label: string;
444
- name: string;
445
- sortOrder: number;
446
442
  type: string;
443
+ name: string;
447
444
  value: string;
445
+ label: string;
446
+ customValue: string | null;
447
+ sortOrder: number;
448
448
  skill?: any;
449
449
  }[];
450
450
  clientActivity: {
@@ -459,7 +459,7 @@ declare const jobDetailsSchema: z.ZodObject<{
459
459
  annotations: {
460
460
  tags: string[];
461
461
  };
462
- title: string;
462
+ uid: string;
463
463
  ciphertext: string;
464
464
  access: number;
465
465
  createdOn: string;
@@ -468,9 +468,6 @@ declare const jobDetailsSchema: z.ZodObject<{
468
468
  notSureFreelancersToHire: boolean;
469
469
  notSureExperienceLevel: boolean;
470
470
  isContractToHire: boolean;
471
- deliverables: string | null;
472
- deadline: string | null;
473
- tools: any[];
474
471
  qualifications: {
475
472
  type: number;
476
473
  localMarket: boolean;
@@ -481,6 +478,9 @@ declare const jobDetailsSchema: z.ZodObject<{
481
478
  shouldHavePortfolio: boolean;
482
479
  locationCheckRequired: boolean;
483
480
  minHoursWeek: number | null;
481
+ location?: any;
482
+ group?: any;
483
+ regions?: any;
484
484
  countries?: any;
485
485
  earnings?: any;
486
486
  groupRecno?: any;
@@ -488,39 +488,39 @@ declare const jobDetailsSchema: z.ZodObject<{
488
488
  localDescription?: any;
489
489
  localFlexibilityDescription?: any;
490
490
  onSiteType?: any;
491
- regions?: any;
492
491
  states?: any;
493
492
  tests?: any;
494
493
  timezones?: any;
495
- group?: any;
496
- location?: any;
497
494
  locations?: any;
498
495
  };
499
496
  durationIdV3: number;
500
497
  durationLabel: string;
498
+ deliverables: string | null;
499
+ deadline: string | null;
500
+ tools: any[];
501
+ premium?: boolean | null | undefined;
501
502
  publishedOn?: string | null | undefined;
502
503
  renewedOn?: string | null | undefined;
503
504
  engagement?: string | null | undefined;
504
- freelancersToHire?: number | null | undefined;
505
505
  connectPrice?: number | null | undefined;
506
506
  clientRelation?: any;
507
+ freelancersToHire?: number | null | undefined;
507
508
  relevanceEncoded?: string | null | undefined;
508
509
  enterpriseJob?: boolean | null | undefined;
509
510
  tierText?: string | null | undefined;
510
511
  isApplied?: boolean | null | undefined;
511
512
  proposalsTier?: string | null | undefined;
512
- premium?: boolean | null | undefined;
513
513
  attrs?: {
514
514
  uid: string;
515
- parentSkillUid: string | null;
516
515
  prefLabel: string;
516
+ parentSkillUid: string | null;
517
517
  prettyName: string;
518
518
  highlighted: boolean;
519
519
  freeText?: any;
520
520
  }[] | null | undefined;
521
521
  hourlyBudget?: {
522
- min: number;
523
522
  max: number;
523
+ min: number;
524
524
  } | null | undefined;
525
525
  weeklyBudget?: {
526
526
  amount: number;
@@ -572,15 +572,15 @@ declare const buyerSchema: z.ZodObject<{
572
572
  city: z.ZodNullable<z.ZodString>;
573
573
  country: z.ZodString;
574
574
  }, "strip", z.ZodTypeAny, {
575
+ country: string;
575
576
  offsetFromUtcMillis: number;
576
577
  countryTimezone: string;
577
578
  city: string | null;
578
- country: string;
579
579
  }, {
580
+ country: string;
580
581
  offsetFromUtcMillis: number;
581
582
  countryTimezone: string;
582
583
  city: string | null;
583
- country: string;
584
584
  }>;
585
585
  company: z.ZodObject<{
586
586
  isEDCReplicated: z.ZodNullable<z.ZodAny>;
@@ -623,10 +623,10 @@ declare const buyerSchema: z.ZodObject<{
623
623
  avgHourlyJobsRate: z.ZodNullable<z.ZodAny>;
624
624
  }, "strip", z.ZodTypeAny, {
625
625
  location: {
626
+ country: string;
626
627
  offsetFromUtcMillis: number;
627
628
  countryTimezone: string;
628
629
  city: string | null;
629
- country: string;
630
630
  };
631
631
  isEnterprise: boolean;
632
632
  isPaymentMethodVerified: boolean;
@@ -656,10 +656,10 @@ declare const buyerSchema: z.ZodObject<{
656
656
  avgHourlyJobsRate?: any;
657
657
  }, {
658
658
  location: {
659
+ country: string;
659
660
  offsetFromUtcMillis: number;
660
661
  countryTimezone: string;
661
662
  city: string | null;
662
- country: string;
663
663
  };
664
664
  isEnterprise: boolean;
665
665
  isPaymentMethodVerified: boolean;
@@ -711,55 +711,55 @@ declare const similarJobSchema: z.ZodObject<{
711
711
  id: z.ZodNullable<z.ZodString>;
712
712
  prefLabel: z.ZodString;
713
713
  }, "strip", z.ZodTypeAny, {
714
- prefLabel: string;
715
714
  id: string | null;
716
- }, {
717
715
  prefLabel: string;
716
+ }, {
718
717
  id: string | null;
718
+ prefLabel: string;
719
719
  }>, "many">;
720
720
  hourlyBudgetMin: z.ZodNumber;
721
721
  hourlyBudgetMax: z.ZodNumber;
722
722
  }, "strip", z.ZodTypeAny, {
723
- renewedOn: string | null;
724
- engagement: string | null;
725
723
  type: number;
724
+ id: string | null;
725
+ title: string;
726
+ description: string;
726
727
  amount: {
727
728
  amount: number;
728
729
  };
729
730
  hourlyBudgetMin: number;
730
731
  hourlyBudgetMax: number;
731
732
  contractorTier: number;
732
- description: string;
733
- title: string;
734
733
  ciphertext: string;
735
734
  createdOn: string;
736
735
  durationLabel: string;
737
- id: string | null;
738
736
  ontologySkills: {
739
- prefLabel: string;
740
737
  id: string | null;
738
+ prefLabel: string;
741
739
  }[];
742
- maxAmount?: any;
743
- }, {
744
740
  renewedOn: string | null;
745
741
  engagement: string | null;
742
+ maxAmount?: any;
743
+ }, {
746
744
  type: number;
745
+ id: string | null;
746
+ title: string;
747
+ description: string;
747
748
  amount: {
748
749
  amount: number;
749
750
  };
750
751
  hourlyBudgetMin: number;
751
752
  hourlyBudgetMax: number;
752
753
  contractorTier: number;
753
- description: string;
754
- title: string;
755
754
  ciphertext: string;
756
755
  createdOn: string;
757
756
  durationLabel: string;
758
- id: string | null;
759
757
  ontologySkills: {
760
- prefLabel: string;
761
758
  id: string | null;
759
+ prefLabel: string;
762
760
  }[];
761
+ renewedOn: string | null;
762
+ engagement: string | null;
763
763
  maxAmount?: any;
764
764
  }>;
765
765
  export declare const jobDetailsStateSchema: z.ZodObject<{
@@ -839,20 +839,20 @@ export declare const jobDetailsStateSchema: z.ZodObject<{
839
839
  value: z.ZodString;
840
840
  skill: z.ZodNullable<z.ZodAny>;
841
841
  }, "strip", z.ZodTypeAny, {
842
- customValue: string | null;
843
- label: string;
844
- name: string;
845
- sortOrder: number;
846
842
  type: string;
843
+ name: string;
847
844
  value: string;
848
- skill?: any;
849
- }, {
850
- customValue: string | null;
851
845
  label: string;
852
- name: string;
846
+ customValue: string | null;
853
847
  sortOrder: number;
848
+ skill?: any;
849
+ }, {
854
850
  type: string;
851
+ name: string;
855
852
  value: string;
853
+ label: string;
854
+ customValue: string | null;
855
+ sortOrder: number;
856
856
  skill?: any;
857
857
  }>, "many">;
858
858
  clientActivity: z.ZodObject<{
@@ -938,6 +938,9 @@ export declare const jobDetailsStateSchema: z.ZodObject<{
938
938
  shouldHavePortfolio: boolean;
939
939
  locationCheckRequired: boolean;
940
940
  minHoursWeek: number | null;
941
+ location?: any;
942
+ group?: any;
943
+ regions?: any;
941
944
  countries?: any;
942
945
  earnings?: any;
943
946
  groupRecno?: any;
@@ -945,12 +948,9 @@ export declare const jobDetailsStateSchema: z.ZodObject<{
945
948
  localDescription?: any;
946
949
  localFlexibilityDescription?: any;
947
950
  onSiteType?: any;
948
- regions?: any;
949
951
  states?: any;
950
952
  tests?: any;
951
953
  timezones?: any;
952
- group?: any;
953
- location?: any;
954
954
  locations?: any;
955
955
  }, {
956
956
  type: number;
@@ -962,6 +962,9 @@ export declare const jobDetailsStateSchema: z.ZodObject<{
962
962
  shouldHavePortfolio: boolean;
963
963
  locationCheckRequired: boolean;
964
964
  minHoursWeek: number | null;
965
+ location?: any;
966
+ group?: any;
967
+ regions?: any;
965
968
  countries?: any;
966
969
  earnings?: any;
967
970
  groupRecno?: any;
@@ -969,12 +972,9 @@ export declare const jobDetailsStateSchema: z.ZodObject<{
969
972
  localDescription?: any;
970
973
  localFlexibilityDescription?: any;
971
974
  onSiteType?: any;
972
- regions?: any;
973
975
  states?: any;
974
976
  tests?: any;
975
977
  timezones?: any;
976
- group?: any;
977
- location?: any;
978
978
  locations?: any;
979
979
  }>;
980
980
  durationIdV3: z.ZodNumber;
@@ -996,15 +996,15 @@ export declare const jobDetailsStateSchema: z.ZodObject<{
996
996
  highlighted: z.ZodBoolean;
997
997
  }, "strip", z.ZodTypeAny, {
998
998
  uid: string;
999
- parentSkillUid: string | null;
1000
999
  prefLabel: string;
1000
+ parentSkillUid: string | null;
1001
1001
  prettyName: string;
1002
1002
  highlighted: boolean;
1003
1003
  freeText?: any;
1004
1004
  }, {
1005
1005
  uid: string;
1006
- parentSkillUid: string | null;
1007
1006
  prefLabel: string;
1007
+ parentSkillUid: string | null;
1008
1008
  prettyName: string;
1009
1009
  highlighted: boolean;
1010
1010
  freeText?: any;
@@ -1013,11 +1013,11 @@ export declare const jobDetailsStateSchema: z.ZodObject<{
1013
1013
  min: z.ZodNumber;
1014
1014
  max: z.ZodNumber;
1015
1015
  }, "strip", z.ZodTypeAny, {
1016
- min: number;
1017
1016
  max: number;
1018
- }, {
1019
1017
  min: number;
1018
+ }, {
1020
1019
  max: number;
1020
+ min: number;
1021
1021
  }>>>;
1022
1022
  weeklyBudget: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1023
1023
  amount: z.ZodNumber;
@@ -1029,9 +1029,10 @@ export declare const jobDetailsStateSchema: z.ZodObject<{
1029
1029
  isSTSVectorSearchResult: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1030
1030
  }, "strip", z.ZodTypeAny, {
1031
1031
  type: number;
1032
+ title: string;
1033
+ description: string;
1032
1034
  status: number;
1033
1035
  numberOfPositionsToHire: number;
1034
- uid: string;
1035
1036
  category: {
1036
1037
  name: string;
1037
1038
  urlSlug: string;
@@ -1060,14 +1061,13 @@ export declare const jobDetailsStateSchema: z.ZodObject<{
1060
1061
  hourlyBudgetType: string | null;
1061
1062
  };
1062
1063
  contractorTier: number;
1063
- description: string;
1064
1064
  segmentationData: {
1065
- customValue: string | null;
1066
- label: string;
1067
- name: string;
1068
- sortOrder: number;
1069
1065
  type: string;
1066
+ name: string;
1070
1067
  value: string;
1068
+ label: string;
1069
+ customValue: string | null;
1070
+ sortOrder: number;
1071
1071
  skill?: any;
1072
1072
  }[];
1073
1073
  clientActivity: {
@@ -1082,7 +1082,7 @@ export declare const jobDetailsStateSchema: z.ZodObject<{
1082
1082
  annotations: {
1083
1083
  tags: string[];
1084
1084
  };
1085
- title: string;
1085
+ uid: string;
1086
1086
  ciphertext: string;
1087
1087
  access: number;
1088
1088
  createdOn: string;
@@ -1091,9 +1091,6 @@ export declare const jobDetailsStateSchema: z.ZodObject<{
1091
1091
  notSureFreelancersToHire: boolean;
1092
1092
  notSureExperienceLevel: boolean;
1093
1093
  isContractToHire: boolean;
1094
- deliverables: string | null;
1095
- deadline: string | null;
1096
- tools: any[];
1097
1094
  qualifications: {
1098
1095
  type: number;
1099
1096
  localMarket: boolean;
@@ -1104,6 +1101,9 @@ export declare const jobDetailsStateSchema: z.ZodObject<{
1104
1101
  shouldHavePortfolio: boolean;
1105
1102
  locationCheckRequired: boolean;
1106
1103
  minHoursWeek: number | null;
1104
+ location?: any;
1105
+ group?: any;
1106
+ regions?: any;
1107
1107
  countries?: any;
1108
1108
  earnings?: any;
1109
1109
  groupRecno?: any;
@@ -1111,39 +1111,39 @@ export declare const jobDetailsStateSchema: z.ZodObject<{
1111
1111
  localDescription?: any;
1112
1112
  localFlexibilityDescription?: any;
1113
1113
  onSiteType?: any;
1114
- regions?: any;
1115
1114
  states?: any;
1116
1115
  tests?: any;
1117
1116
  timezones?: any;
1118
- group?: any;
1119
- location?: any;
1120
1117
  locations?: any;
1121
1118
  };
1122
1119
  durationIdV3: number;
1123
1120
  durationLabel: string;
1121
+ deliverables: string | null;
1122
+ deadline: string | null;
1123
+ tools: any[];
1124
+ premium?: boolean | null | undefined;
1124
1125
  publishedOn?: string | null | undefined;
1125
1126
  renewedOn?: string | null | undefined;
1126
1127
  engagement?: string | null | undefined;
1127
- freelancersToHire?: number | null | undefined;
1128
1128
  connectPrice?: number | null | undefined;
1129
1129
  clientRelation?: any;
1130
+ freelancersToHire?: number | null | undefined;
1130
1131
  relevanceEncoded?: string | null | undefined;
1131
1132
  enterpriseJob?: boolean | null | undefined;
1132
1133
  tierText?: string | null | undefined;
1133
1134
  isApplied?: boolean | null | undefined;
1134
1135
  proposalsTier?: string | null | undefined;
1135
- premium?: boolean | null | undefined;
1136
1136
  attrs?: {
1137
1137
  uid: string;
1138
- parentSkillUid: string | null;
1139
1138
  prefLabel: string;
1139
+ parentSkillUid: string | null;
1140
1140
  prettyName: string;
1141
1141
  highlighted: boolean;
1142
1142
  freeText?: any;
1143
1143
  }[] | null | undefined;
1144
1144
  hourlyBudget?: {
1145
- min: number;
1146
1145
  max: number;
1146
+ min: number;
1147
1147
  } | null | undefined;
1148
1148
  weeklyBudget?: {
1149
1149
  amount: number;
@@ -1152,9 +1152,10 @@ export declare const jobDetailsStateSchema: z.ZodObject<{
1152
1152
  weeklyRetainerBudget?: any;
1153
1153
  }, {
1154
1154
  type: number;
1155
+ title: string;
1156
+ description: string;
1155
1157
  status: number;
1156
1158
  numberOfPositionsToHire: number;
1157
- uid: string;
1158
1159
  category: {
1159
1160
  name: string;
1160
1161
  urlSlug: string;
@@ -1183,14 +1184,13 @@ export declare const jobDetailsStateSchema: z.ZodObject<{
1183
1184
  hourlyBudgetType: string | null;
1184
1185
  };
1185
1186
  contractorTier: number;
1186
- description: string;
1187
1187
  segmentationData: {
1188
- customValue: string | null;
1189
- label: string;
1190
- name: string;
1191
- sortOrder: number;
1192
1188
  type: string;
1189
+ name: string;
1193
1190
  value: string;
1191
+ label: string;
1192
+ customValue: string | null;
1193
+ sortOrder: number;
1194
1194
  skill?: any;
1195
1195
  }[];
1196
1196
  clientActivity: {
@@ -1205,7 +1205,7 @@ export declare const jobDetailsStateSchema: z.ZodObject<{
1205
1205
  annotations: {
1206
1206
  tags: string[];
1207
1207
  };
1208
- title: string;
1208
+ uid: string;
1209
1209
  ciphertext: string;
1210
1210
  access: number;
1211
1211
  createdOn: string;
@@ -1214,9 +1214,6 @@ export declare const jobDetailsStateSchema: z.ZodObject<{
1214
1214
  notSureFreelancersToHire: boolean;
1215
1215
  notSureExperienceLevel: boolean;
1216
1216
  isContractToHire: boolean;
1217
- deliverables: string | null;
1218
- deadline: string | null;
1219
- tools: any[];
1220
1217
  qualifications: {
1221
1218
  type: number;
1222
1219
  localMarket: boolean;
@@ -1227,6 +1224,9 @@ export declare const jobDetailsStateSchema: z.ZodObject<{
1227
1224
  shouldHavePortfolio: boolean;
1228
1225
  locationCheckRequired: boolean;
1229
1226
  minHoursWeek: number | null;
1227
+ location?: any;
1228
+ group?: any;
1229
+ regions?: any;
1230
1230
  countries?: any;
1231
1231
  earnings?: any;
1232
1232
  groupRecno?: any;
@@ -1234,39 +1234,39 @@ export declare const jobDetailsStateSchema: z.ZodObject<{
1234
1234
  localDescription?: any;
1235
1235
  localFlexibilityDescription?: any;
1236
1236
  onSiteType?: any;
1237
- regions?: any;
1238
1237
  states?: any;
1239
1238
  tests?: any;
1240
1239
  timezones?: any;
1241
- group?: any;
1242
- location?: any;
1243
1240
  locations?: any;
1244
1241
  };
1245
1242
  durationIdV3: number;
1246
1243
  durationLabel: string;
1244
+ deliverables: string | null;
1245
+ deadline: string | null;
1246
+ tools: any[];
1247
+ premium?: boolean | null | undefined;
1247
1248
  publishedOn?: string | null | undefined;
1248
1249
  renewedOn?: string | null | undefined;
1249
1250
  engagement?: string | null | undefined;
1250
- freelancersToHire?: number | null | undefined;
1251
1251
  connectPrice?: number | null | undefined;
1252
1252
  clientRelation?: any;
1253
+ freelancersToHire?: number | null | undefined;
1253
1254
  relevanceEncoded?: string | null | undefined;
1254
1255
  enterpriseJob?: boolean | null | undefined;
1255
1256
  tierText?: string | null | undefined;
1256
1257
  isApplied?: boolean | null | undefined;
1257
1258
  proposalsTier?: string | null | undefined;
1258
- premium?: boolean | null | undefined;
1259
1259
  attrs?: {
1260
1260
  uid: string;
1261
- parentSkillUid: string | null;
1262
1261
  prefLabel: string;
1262
+ parentSkillUid: string | null;
1263
1263
  prettyName: string;
1264
1264
  highlighted: boolean;
1265
1265
  freeText?: any;
1266
1266
  }[] | null | undefined;
1267
1267
  hourlyBudget?: {
1268
- min: number;
1269
1268
  max: number;
1269
+ min: number;
1270
1270
  } | null | undefined;
1271
1271
  weeklyBudget?: {
1272
1272
  amount: number;
@@ -1318,15 +1318,15 @@ export declare const jobDetailsStateSchema: z.ZodObject<{
1318
1318
  city: z.ZodNullable<z.ZodString>;
1319
1319
  country: z.ZodString;
1320
1320
  }, "strip", z.ZodTypeAny, {
1321
+ country: string;
1321
1322
  offsetFromUtcMillis: number;
1322
1323
  countryTimezone: string;
1323
1324
  city: string | null;
1324
- country: string;
1325
1325
  }, {
1326
+ country: string;
1326
1327
  offsetFromUtcMillis: number;
1327
1328
  countryTimezone: string;
1328
1329
  city: string | null;
1329
- country: string;
1330
1330
  }>;
1331
1331
  company: z.ZodObject<{
1332
1332
  isEDCReplicated: z.ZodNullable<z.ZodAny>;
@@ -1369,10 +1369,10 @@ export declare const jobDetailsStateSchema: z.ZodObject<{
1369
1369
  avgHourlyJobsRate: z.ZodNullable<z.ZodAny>;
1370
1370
  }, "strip", z.ZodTypeAny, {
1371
1371
  location: {
1372
+ country: string;
1372
1373
  offsetFromUtcMillis: number;
1373
1374
  countryTimezone: string;
1374
1375
  city: string | null;
1375
- country: string;
1376
1376
  };
1377
1377
  isEnterprise: boolean;
1378
1378
  isPaymentMethodVerified: boolean;
@@ -1402,10 +1402,10 @@ export declare const jobDetailsStateSchema: z.ZodObject<{
1402
1402
  avgHourlyJobsRate?: any;
1403
1403
  }, {
1404
1404
  location: {
1405
+ country: string;
1405
1406
  offsetFromUtcMillis: number;
1406
1407
  countryTimezone: string;
1407
1408
  city: string | null;
1408
- country: string;
1409
1409
  };
1410
1410
  isEnterprise: boolean;
1411
1411
  isPaymentMethodVerified: boolean;
@@ -1461,19 +1461,19 @@ export declare const jobDetailsStateSchema: z.ZodObject<{
1461
1461
  access: z.ZodNullable<z.ZodNumber>;
1462
1462
  }, "strip", z.ZodTypeAny, {
1463
1463
  type: number;
1464
- uid: string;
1464
+ id: string;
1465
1465
  title: string;
1466
+ uid: string;
1466
1467
  ciphertext: string;
1467
1468
  access: number | null;
1468
- id: string;
1469
1469
  isPtcPrivate: boolean;
1470
1470
  }, {
1471
1471
  type: number;
1472
- uid: string;
1472
+ id: string;
1473
1473
  title: string;
1474
+ uid: string;
1474
1475
  ciphertext: string;
1475
1476
  access: number | null;
1476
- id: string;
1477
1477
  isPtcPrivate: boolean;
1478
1478
  }>, "many">;
1479
1479
  workHistory: z.ZodArray<z.ZodAny, "many">;
@@ -1500,55 +1500,55 @@ export declare const jobDetailsStateSchema: z.ZodObject<{
1500
1500
  id: z.ZodNullable<z.ZodString>;
1501
1501
  prefLabel: z.ZodString;
1502
1502
  }, "strip", z.ZodTypeAny, {
1503
- prefLabel: string;
1504
1503
  id: string | null;
1505
- }, {
1506
1504
  prefLabel: string;
1505
+ }, {
1507
1506
  id: string | null;
1507
+ prefLabel: string;
1508
1508
  }>, "many">;
1509
1509
  hourlyBudgetMin: z.ZodNumber;
1510
1510
  hourlyBudgetMax: z.ZodNumber;
1511
1511
  }, "strip", z.ZodTypeAny, {
1512
- renewedOn: string | null;
1513
- engagement: string | null;
1514
1512
  type: number;
1513
+ id: string | null;
1514
+ title: string;
1515
+ description: string;
1515
1516
  amount: {
1516
1517
  amount: number;
1517
1518
  };
1518
1519
  hourlyBudgetMin: number;
1519
1520
  hourlyBudgetMax: number;
1520
1521
  contractorTier: number;
1521
- description: string;
1522
- title: string;
1523
1522
  ciphertext: string;
1524
1523
  createdOn: string;
1525
1524
  durationLabel: string;
1526
- id: string | null;
1527
1525
  ontologySkills: {
1528
- prefLabel: string;
1529
1526
  id: string | null;
1527
+ prefLabel: string;
1530
1528
  }[];
1531
- maxAmount?: any;
1532
- }, {
1533
1529
  renewedOn: string | null;
1534
1530
  engagement: string | null;
1531
+ maxAmount?: any;
1532
+ }, {
1535
1533
  type: number;
1534
+ id: string | null;
1535
+ title: string;
1536
+ description: string;
1536
1537
  amount: {
1537
1538
  amount: number;
1538
1539
  };
1539
1540
  hourlyBudgetMin: number;
1540
1541
  hourlyBudgetMax: number;
1541
1542
  contractorTier: number;
1542
- description: string;
1543
- title: string;
1544
1543
  ciphertext: string;
1545
1544
  createdOn: string;
1546
1545
  durationLabel: string;
1547
- id: string | null;
1548
1546
  ontologySkills: {
1549
- prefLabel: string;
1550
1547
  id: string | null;
1548
+ prefLabel: string;
1551
1549
  }[];
1550
+ renewedOn: string | null;
1551
+ engagement: string | null;
1552
1552
  maxAmount?: any;
1553
1553
  }>, "many">;
1554
1554
  sands: z.ZodObject<{
@@ -1559,17 +1559,17 @@ export declare const jobDetailsStateSchema: z.ZodObject<{
1559
1559
  id: z.ZodString;
1560
1560
  uid: z.ZodString;
1561
1561
  }, "strip", z.ZodTypeAny, {
1562
+ id: string;
1562
1563
  uid: string;
1563
- prefLabel: string;
1564
1564
  freeText: string | null;
1565
- id: string;
1566
1565
  ontologyId: string;
1566
+ prefLabel: string;
1567
1567
  }, {
1568
+ id: string;
1568
1569
  uid: string;
1569
- prefLabel: string;
1570
1570
  freeText: string | null;
1571
- id: string;
1572
1571
  ontologyId: string;
1572
+ prefLabel: string;
1573
1573
  }>;
1574
1574
  ontologySkills: z.ZodArray<z.ZodAny, "many">;
1575
1575
  additionalSkills: z.ZodArray<z.ZodObject<{
@@ -1589,14 +1589,14 @@ export declare const jobDetailsStateSchema: z.ZodObject<{
1589
1589
  relevance: string;
1590
1590
  }>, "many">;
1591
1591
  }, "strip", z.ZodTypeAny, {
1592
- ontologySkills: any[];
1593
1592
  occupation: {
1593
+ id: string;
1594
1594
  uid: string;
1595
- prefLabel: string;
1596
1595
  freeText: string | null;
1597
- id: string;
1598
1596
  ontologyId: string;
1597
+ prefLabel: string;
1599
1598
  };
1599
+ ontologySkills: any[];
1600
1600
  additionalSkills: {
1601
1601
  name: string;
1602
1602
  uid: string | null;
@@ -1604,14 +1604,14 @@ export declare const jobDetailsStateSchema: z.ZodObject<{
1604
1604
  relevance: string;
1605
1605
  }[];
1606
1606
  }, {
1607
- ontologySkills: any[];
1608
1607
  occupation: {
1608
+ id: string;
1609
1609
  uid: string;
1610
- prefLabel: string;
1611
1610
  freeText: string | null;
1612
- id: string;
1613
1611
  ontologyId: string;
1612
+ prefLabel: string;
1614
1613
  };
1614
+ ontologySkills: any[];
1615
1615
  additionalSkills: {
1616
1616
  name: string;
1617
1617
  uid: string | null;
@@ -1636,25 +1636,25 @@ export declare const jobDetailsStateSchema: z.ZodObject<{
1636
1636
  country?: any;
1637
1637
  }>;
1638
1638
  }, "strip", z.ZodTypeAny, {
1639
+ domestic: {
1640
+ isInfographicTooltipAvailable: boolean;
1641
+ country?: any;
1642
+ };
1639
1643
  isVisitor: boolean;
1640
1644
  isAgency: boolean;
1641
1645
  isFreelancer: boolean;
1642
1646
  isClient: boolean;
1643
1647
  isUpworkPlusBuyer: boolean;
1648
+ }, {
1644
1649
  domestic: {
1645
1650
  isInfographicTooltipAvailable: boolean;
1646
1651
  country?: any;
1647
1652
  };
1648
- }, {
1649
1653
  isVisitor: boolean;
1650
1654
  isAgency: boolean;
1651
1655
  isFreelancer: boolean;
1652
1656
  isClient: boolean;
1653
1657
  isUpworkPlusBuyer: boolean;
1654
- domestic: {
1655
- isInfographicTooltipAvailable: boolean;
1656
- country?: any;
1657
- };
1658
1658
  }>;
1659
1659
  applicants: z.ZodNullable<z.ZodAny>;
1660
1660
  connects: z.ZodNullable<z.ZodAny>;
@@ -1666,13 +1666,13 @@ export declare const jobDetailsStateSchema: z.ZodObject<{
1666
1666
  description: z.ZodString;
1667
1667
  url: z.ZodString;
1668
1668
  }, "strip", z.ZodTypeAny, {
1669
- description: string;
1670
- title: string;
1671
1669
  url: string;
1672
- }, {
1673
- description: string;
1674
1670
  title: string;
1671
+ description: string;
1672
+ }, {
1675
1673
  url: string;
1674
+ title: string;
1675
+ description: string;
1676
1676
  }>;
1677
1677
  teamUid: z.ZodNullable<z.ZodAny>;
1678
1678
  proposalPermissions: z.ZodNullable<z.ZodAny>;
@@ -1689,12 +1689,25 @@ export declare const jobDetailsStateSchema: z.ZodObject<{
1689
1689
  aiInterviewStatus: z.ZodNullable<z.ZodAny>;
1690
1690
  aiInterviewJoinLimitReached: z.ZodBoolean;
1691
1691
  }, "strip", z.ZodTypeAny, {
1692
+ auth: {
1693
+ domestic: {
1694
+ isInfographicTooltipAvailable: boolean;
1695
+ country?: any;
1696
+ };
1697
+ isVisitor: boolean;
1698
+ isAgency: boolean;
1699
+ isFreelancer: boolean;
1700
+ isClient: boolean;
1701
+ isUpworkPlusBuyer: boolean;
1702
+ };
1703
+ isPhoneVerified: boolean;
1692
1704
  cache: boolean;
1693
1705
  job: {
1694
1706
  type: number;
1707
+ title: string;
1708
+ description: string;
1695
1709
  status: number;
1696
1710
  numberOfPositionsToHire: number;
1697
- uid: string;
1698
1711
  category: {
1699
1712
  name: string;
1700
1713
  urlSlug: string;
@@ -1723,14 +1736,13 @@ export declare const jobDetailsStateSchema: z.ZodObject<{
1723
1736
  hourlyBudgetType: string | null;
1724
1737
  };
1725
1738
  contractorTier: number;
1726
- description: string;
1727
1739
  segmentationData: {
1728
- customValue: string | null;
1729
- label: string;
1730
- name: string;
1731
- sortOrder: number;
1732
1740
  type: string;
1741
+ name: string;
1733
1742
  value: string;
1743
+ label: string;
1744
+ customValue: string | null;
1745
+ sortOrder: number;
1734
1746
  skill?: any;
1735
1747
  }[];
1736
1748
  clientActivity: {
@@ -1745,7 +1757,7 @@ export declare const jobDetailsStateSchema: z.ZodObject<{
1745
1757
  annotations: {
1746
1758
  tags: string[];
1747
1759
  };
1748
- title: string;
1760
+ uid: string;
1749
1761
  ciphertext: string;
1750
1762
  access: number;
1751
1763
  createdOn: string;
@@ -1754,9 +1766,6 @@ export declare const jobDetailsStateSchema: z.ZodObject<{
1754
1766
  notSureFreelancersToHire: boolean;
1755
1767
  notSureExperienceLevel: boolean;
1756
1768
  isContractToHire: boolean;
1757
- deliverables: string | null;
1758
- deadline: string | null;
1759
- tools: any[];
1760
1769
  qualifications: {
1761
1770
  type: number;
1762
1771
  localMarket: boolean;
@@ -1767,6 +1776,9 @@ export declare const jobDetailsStateSchema: z.ZodObject<{
1767
1776
  shouldHavePortfolio: boolean;
1768
1777
  locationCheckRequired: boolean;
1769
1778
  minHoursWeek: number | null;
1779
+ location?: any;
1780
+ group?: any;
1781
+ regions?: any;
1770
1782
  countries?: any;
1771
1783
  earnings?: any;
1772
1784
  groupRecno?: any;
@@ -1774,39 +1786,39 @@ export declare const jobDetailsStateSchema: z.ZodObject<{
1774
1786
  localDescription?: any;
1775
1787
  localFlexibilityDescription?: any;
1776
1788
  onSiteType?: any;
1777
- regions?: any;
1778
1789
  states?: any;
1779
1790
  tests?: any;
1780
1791
  timezones?: any;
1781
- group?: any;
1782
- location?: any;
1783
1792
  locations?: any;
1784
1793
  };
1785
1794
  durationIdV3: number;
1786
1795
  durationLabel: string;
1796
+ deliverables: string | null;
1797
+ deadline: string | null;
1798
+ tools: any[];
1799
+ premium?: boolean | null | undefined;
1787
1800
  publishedOn?: string | null | undefined;
1788
1801
  renewedOn?: string | null | undefined;
1789
1802
  engagement?: string | null | undefined;
1790
- freelancersToHire?: number | null | undefined;
1791
1803
  connectPrice?: number | null | undefined;
1792
1804
  clientRelation?: any;
1805
+ freelancersToHire?: number | null | undefined;
1793
1806
  relevanceEncoded?: string | null | undefined;
1794
1807
  enterpriseJob?: boolean | null | undefined;
1795
1808
  tierText?: string | null | undefined;
1796
1809
  isApplied?: boolean | null | undefined;
1797
1810
  proposalsTier?: string | null | undefined;
1798
- premium?: boolean | null | undefined;
1799
1811
  attrs?: {
1800
1812
  uid: string;
1801
- parentSkillUid: string | null;
1802
1813
  prefLabel: string;
1814
+ parentSkillUid: string | null;
1803
1815
  prettyName: string;
1804
1816
  highlighted: boolean;
1805
1817
  freeText?: any;
1806
1818
  }[] | null | undefined;
1807
1819
  hourlyBudget?: {
1808
- min: number;
1809
1820
  max: number;
1821
+ min: number;
1810
1822
  } | null | undefined;
1811
1823
  weeklyBudget?: {
1812
1824
  amount: number;
@@ -1816,10 +1828,10 @@ export declare const jobDetailsStateSchema: z.ZodObject<{
1816
1828
  };
1817
1829
  buyer: {
1818
1830
  location: {
1831
+ country: string;
1819
1832
  offsetFromUtcMillis: number;
1820
1833
  countryTimezone: string;
1821
1834
  city: string | null;
1822
- country: string;
1823
1835
  };
1824
1836
  isEnterprise: boolean;
1825
1837
  isPaymentMethodVerified: boolean;
@@ -1855,45 +1867,45 @@ export declare const jobDetailsStateSchema: z.ZodObject<{
1855
1867
  };
1856
1868
  openJobs: {
1857
1869
  type: number;
1858
- uid: string;
1870
+ id: string;
1859
1871
  title: string;
1872
+ uid: string;
1860
1873
  ciphertext: string;
1861
1874
  access: number | null;
1862
- id: string;
1863
1875
  isPtcPrivate: boolean;
1864
1876
  }[];
1865
1877
  workHistory: any[];
1866
1878
  similarJobs: {
1867
- renewedOn: string | null;
1868
- engagement: string | null;
1869
1879
  type: number;
1880
+ id: string | null;
1881
+ title: string;
1882
+ description: string;
1870
1883
  amount: {
1871
1884
  amount: number;
1872
1885
  };
1873
1886
  hourlyBudgetMin: number;
1874
1887
  hourlyBudgetMax: number;
1875
1888
  contractorTier: number;
1876
- description: string;
1877
- title: string;
1878
1889
  ciphertext: string;
1879
1890
  createdOn: string;
1880
1891
  durationLabel: string;
1881
- id: string | null;
1882
1892
  ontologySkills: {
1883
- prefLabel: string;
1884
1893
  id: string | null;
1894
+ prefLabel: string;
1885
1895
  }[];
1896
+ renewedOn: string | null;
1897
+ engagement: string | null;
1886
1898
  maxAmount?: any;
1887
1899
  }[];
1888
1900
  sands: {
1889
- ontologySkills: any[];
1890
1901
  occupation: {
1902
+ id: string;
1891
1903
  uid: string;
1892
- prefLabel: string;
1893
1904
  freeText: string | null;
1894
- id: string;
1895
1905
  ontologyId: string;
1906
+ prefLabel: string;
1896
1907
  };
1908
+ ontologySkills: any[];
1897
1909
  additionalSkills: {
1898
1910
  name: string;
1899
1911
  uid: string | null;
@@ -1901,26 +1913,14 @@ export declare const jobDetailsStateSchema: z.ZodObject<{
1901
1913
  relevance: string;
1902
1914
  }[];
1903
1915
  };
1904
- auth: {
1905
- isVisitor: boolean;
1906
- isAgency: boolean;
1907
- isFreelancer: boolean;
1908
- isClient: boolean;
1909
- isUpworkPlusBuyer: boolean;
1910
- domestic: {
1911
- isInfographicTooltipAvailable: boolean;
1912
- country?: any;
1913
- };
1914
- };
1915
1916
  enterpriseJobAdditionalInfo: Record<string, any>;
1916
1917
  profileMatchServiceUid: string | null;
1917
1918
  seo: {
1918
- description: string;
1919
- title: string;
1920
1919
  url: string;
1920
+ title: string;
1921
+ description: string;
1921
1922
  };
1922
1923
  isGroupOpportunity: boolean;
1923
- isPhoneVerified: boolean;
1924
1924
  isApplyBlocked: boolean;
1925
1925
  hasAiInterview: boolean;
1926
1926
  aiInterviewLinkSent: boolean;
@@ -1937,12 +1937,25 @@ export declare const jobDetailsStateSchema: z.ZodObject<{
1937
1937
  aiInterviewRoomId?: any;
1938
1938
  aiInterviewStatus?: any;
1939
1939
  }, {
1940
+ auth: {
1941
+ domestic: {
1942
+ isInfographicTooltipAvailable: boolean;
1943
+ country?: any;
1944
+ };
1945
+ isVisitor: boolean;
1946
+ isAgency: boolean;
1947
+ isFreelancer: boolean;
1948
+ isClient: boolean;
1949
+ isUpworkPlusBuyer: boolean;
1950
+ };
1951
+ isPhoneVerified: boolean;
1940
1952
  cache: boolean;
1941
1953
  job: {
1942
1954
  type: number;
1955
+ title: string;
1956
+ description: string;
1943
1957
  status: number;
1944
1958
  numberOfPositionsToHire: number;
1945
- uid: string;
1946
1959
  category: {
1947
1960
  name: string;
1948
1961
  urlSlug: string;
@@ -1971,14 +1984,13 @@ export declare const jobDetailsStateSchema: z.ZodObject<{
1971
1984
  hourlyBudgetType: string | null;
1972
1985
  };
1973
1986
  contractorTier: number;
1974
- description: string;
1975
1987
  segmentationData: {
1976
- customValue: string | null;
1977
- label: string;
1978
- name: string;
1979
- sortOrder: number;
1980
1988
  type: string;
1989
+ name: string;
1981
1990
  value: string;
1991
+ label: string;
1992
+ customValue: string | null;
1993
+ sortOrder: number;
1982
1994
  skill?: any;
1983
1995
  }[];
1984
1996
  clientActivity: {
@@ -1993,7 +2005,7 @@ export declare const jobDetailsStateSchema: z.ZodObject<{
1993
2005
  annotations: {
1994
2006
  tags: string[];
1995
2007
  };
1996
- title: string;
2008
+ uid: string;
1997
2009
  ciphertext: string;
1998
2010
  access: number;
1999
2011
  createdOn: string;
@@ -2002,9 +2014,6 @@ export declare const jobDetailsStateSchema: z.ZodObject<{
2002
2014
  notSureFreelancersToHire: boolean;
2003
2015
  notSureExperienceLevel: boolean;
2004
2016
  isContractToHire: boolean;
2005
- deliverables: string | null;
2006
- deadline: string | null;
2007
- tools: any[];
2008
2017
  qualifications: {
2009
2018
  type: number;
2010
2019
  localMarket: boolean;
@@ -2015,6 +2024,9 @@ export declare const jobDetailsStateSchema: z.ZodObject<{
2015
2024
  shouldHavePortfolio: boolean;
2016
2025
  locationCheckRequired: boolean;
2017
2026
  minHoursWeek: number | null;
2027
+ location?: any;
2028
+ group?: any;
2029
+ regions?: any;
2018
2030
  countries?: any;
2019
2031
  earnings?: any;
2020
2032
  groupRecno?: any;
@@ -2022,39 +2034,39 @@ export declare const jobDetailsStateSchema: z.ZodObject<{
2022
2034
  localDescription?: any;
2023
2035
  localFlexibilityDescription?: any;
2024
2036
  onSiteType?: any;
2025
- regions?: any;
2026
2037
  states?: any;
2027
2038
  tests?: any;
2028
2039
  timezones?: any;
2029
- group?: any;
2030
- location?: any;
2031
2040
  locations?: any;
2032
2041
  };
2033
2042
  durationIdV3: number;
2034
2043
  durationLabel: string;
2044
+ deliverables: string | null;
2045
+ deadline: string | null;
2046
+ tools: any[];
2047
+ premium?: boolean | null | undefined;
2035
2048
  publishedOn?: string | null | undefined;
2036
2049
  renewedOn?: string | null | undefined;
2037
2050
  engagement?: string | null | undefined;
2038
- freelancersToHire?: number | null | undefined;
2039
2051
  connectPrice?: number | null | undefined;
2040
2052
  clientRelation?: any;
2053
+ freelancersToHire?: number | null | undefined;
2041
2054
  relevanceEncoded?: string | null | undefined;
2042
2055
  enterpriseJob?: boolean | null | undefined;
2043
2056
  tierText?: string | null | undefined;
2044
2057
  isApplied?: boolean | null | undefined;
2045
2058
  proposalsTier?: string | null | undefined;
2046
- premium?: boolean | null | undefined;
2047
2059
  attrs?: {
2048
2060
  uid: string;
2049
- parentSkillUid: string | null;
2050
2061
  prefLabel: string;
2062
+ parentSkillUid: string | null;
2051
2063
  prettyName: string;
2052
2064
  highlighted: boolean;
2053
2065
  freeText?: any;
2054
2066
  }[] | null | undefined;
2055
2067
  hourlyBudget?: {
2056
- min: number;
2057
2068
  max: number;
2069
+ min: number;
2058
2070
  } | null | undefined;
2059
2071
  weeklyBudget?: {
2060
2072
  amount: number;
@@ -2064,10 +2076,10 @@ export declare const jobDetailsStateSchema: z.ZodObject<{
2064
2076
  };
2065
2077
  buyer: {
2066
2078
  location: {
2079
+ country: string;
2067
2080
  offsetFromUtcMillis: number;
2068
2081
  countryTimezone: string;
2069
2082
  city: string | null;
2070
- country: string;
2071
2083
  };
2072
2084
  isEnterprise: boolean;
2073
2085
  isPaymentMethodVerified: boolean;
@@ -2103,45 +2115,45 @@ export declare const jobDetailsStateSchema: z.ZodObject<{
2103
2115
  };
2104
2116
  openJobs: {
2105
2117
  type: number;
2106
- uid: string;
2118
+ id: string;
2107
2119
  title: string;
2120
+ uid: string;
2108
2121
  ciphertext: string;
2109
2122
  access: number | null;
2110
- id: string;
2111
2123
  isPtcPrivate: boolean;
2112
2124
  }[];
2113
2125
  workHistory: any[];
2114
2126
  similarJobs: {
2115
- renewedOn: string | null;
2116
- engagement: string | null;
2117
2127
  type: number;
2128
+ id: string | null;
2129
+ title: string;
2130
+ description: string;
2118
2131
  amount: {
2119
2132
  amount: number;
2120
2133
  };
2121
2134
  hourlyBudgetMin: number;
2122
2135
  hourlyBudgetMax: number;
2123
2136
  contractorTier: number;
2124
- description: string;
2125
- title: string;
2126
2137
  ciphertext: string;
2127
2138
  createdOn: string;
2128
2139
  durationLabel: string;
2129
- id: string | null;
2130
2140
  ontologySkills: {
2131
- prefLabel: string;
2132
2141
  id: string | null;
2142
+ prefLabel: string;
2133
2143
  }[];
2144
+ renewedOn: string | null;
2145
+ engagement: string | null;
2134
2146
  maxAmount?: any;
2135
2147
  }[];
2136
2148
  sands: {
2137
- ontologySkills: any[];
2138
2149
  occupation: {
2150
+ id: string;
2139
2151
  uid: string;
2140
- prefLabel: string;
2141
2152
  freeText: string | null;
2142
- id: string;
2143
2153
  ontologyId: string;
2154
+ prefLabel: string;
2144
2155
  };
2156
+ ontologySkills: any[];
2145
2157
  additionalSkills: {
2146
2158
  name: string;
2147
2159
  uid: string | null;
@@ -2149,26 +2161,14 @@ export declare const jobDetailsStateSchema: z.ZodObject<{
2149
2161
  relevance: string;
2150
2162
  }[];
2151
2163
  };
2152
- auth: {
2153
- isVisitor: boolean;
2154
- isAgency: boolean;
2155
- isFreelancer: boolean;
2156
- isClient: boolean;
2157
- isUpworkPlusBuyer: boolean;
2158
- domestic: {
2159
- isInfographicTooltipAvailable: boolean;
2160
- country?: any;
2161
- };
2162
- };
2163
2164
  enterpriseJobAdditionalInfo: Record<string, any>;
2164
2165
  profileMatchServiceUid: string | null;
2165
2166
  seo: {
2166
- description: string;
2167
- title: string;
2168
2167
  url: string;
2168
+ title: string;
2169
+ description: string;
2169
2170
  };
2170
2171
  isGroupOpportunity: boolean;
2171
- isPhoneVerified: boolean;
2172
2172
  isApplyBlocked: boolean;
2173
2173
  hasAiInterview: boolean;
2174
2174
  aiInterviewLinkSent: boolean;
@@ -2197,12 +2197,12 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
2197
2197
  visitedJobs: z.ZodArray<z.ZodAny, "many">;
2198
2198
  }, "strip", z.ZodTypeAny, {
2199
2199
  visitedJobs: any[];
2200
- errorResponse?: any;
2201
2200
  channel?: any;
2201
+ errorResponse?: any;
2202
2202
  }, {
2203
2203
  visitedJobs: any[];
2204
- errorResponse?: any;
2205
2204
  channel?: any;
2205
+ errorResponse?: any;
2206
2206
  }>;
2207
2207
  qt: z.ZodObject<{
2208
2208
  isNewVisitorNavV1Enabled: z.ZodBoolean;
@@ -2284,15 +2284,15 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
2284
2284
  isLoggedIn: z.ZodNullable<z.ZodBoolean>;
2285
2285
  auth: z.ZodBoolean;
2286
2286
  }, "strip", z.ZodTypeAny, {
2287
- auth: boolean;
2288
2287
  loaded: boolean;
2289
2288
  loading: boolean;
2289
+ auth: boolean;
2290
2290
  isLoggedIn: boolean | null;
2291
2291
  error?: any;
2292
2292
  }, {
2293
- auth: boolean;
2294
2293
  loaded: boolean;
2295
2294
  loading: boolean;
2295
+ auth: boolean;
2296
2296
  isLoggedIn: boolean | null;
2297
2297
  error?: any;
2298
2298
  }>;
@@ -2312,46 +2312,46 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
2312
2312
  agency: z.ZodNullable<z.ZodBoolean>;
2313
2313
  individual: z.ZodNullable<z.ZodBoolean>;
2314
2314
  }, "strip", z.ZodTypeAny, {
2315
- client: boolean | null;
2316
2315
  vendor: boolean | null;
2317
2316
  agency: boolean | null;
2317
+ client: boolean | null;
2318
2318
  individual: boolean | null;
2319
2319
  }, {
2320
- client: boolean | null;
2321
2320
  vendor: boolean | null;
2322
2321
  agency: boolean | null;
2322
+ client: boolean | null;
2323
2323
  individual: boolean | null;
2324
2324
  }>;
2325
2325
  portrait100: z.ZodNullable<z.ZodString>;
2326
2326
  }, "strip", z.ZodTypeAny, {
2327
2327
  type: string | null;
2328
- title: string | null;
2329
2328
  id: string | null;
2329
+ title: string | null;
2330
2330
  rid: string | null;
2331
2331
  legacyType: string | null;
2332
2332
  enterpriseType: string | null;
2333
2333
  typeTitle: string | null;
2334
2334
  photoUrl: string | null;
2335
2335
  flag: {
2336
- client: boolean | null;
2337
2336
  vendor: boolean | null;
2338
2337
  agency: boolean | null;
2338
+ client: boolean | null;
2339
2339
  individual: boolean | null;
2340
2340
  };
2341
2341
  portrait100: string | null;
2342
2342
  }, {
2343
2343
  type: string | null;
2344
- title: string | null;
2345
2344
  id: string | null;
2345
+ title: string | null;
2346
2346
  rid: string | null;
2347
2347
  legacyType: string | null;
2348
2348
  enterpriseType: string | null;
2349
2349
  typeTitle: string | null;
2350
2350
  photoUrl: string | null;
2351
2351
  flag: {
2352
- client: boolean | null;
2353
2352
  vendor: boolean | null;
2354
2353
  agency: boolean | null;
2354
+ client: boolean | null;
2355
2355
  individual: boolean | null;
2356
2356
  };
2357
2357
  portrait100: string | null;
@@ -2365,17 +2365,17 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
2365
2365
  orgs: any[];
2366
2366
  current: {
2367
2367
  type: string | null;
2368
- title: string | null;
2369
2368
  id: string | null;
2369
+ title: string | null;
2370
2370
  rid: string | null;
2371
2371
  legacyType: string | null;
2372
2372
  enterpriseType: string | null;
2373
2373
  typeTitle: string | null;
2374
2374
  photoUrl: string | null;
2375
2375
  flag: {
2376
- client: boolean | null;
2377
2376
  vendor: boolean | null;
2378
2377
  agency: boolean | null;
2378
+ client: boolean | null;
2379
2379
  individual: boolean | null;
2380
2380
  };
2381
2381
  portrait100: string | null;
@@ -2386,17 +2386,17 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
2386
2386
  orgs: any[];
2387
2387
  current: {
2388
2388
  type: string | null;
2389
- title: string | null;
2390
2389
  id: string | null;
2390
+ title: string | null;
2391
2391
  rid: string | null;
2392
2392
  legacyType: string | null;
2393
2393
  enterpriseType: string | null;
2394
2394
  typeTitle: string | null;
2395
2395
  photoUrl: string | null;
2396
2396
  flag: {
2397
- client: boolean | null;
2398
2397
  vendor: boolean | null;
2399
2398
  agency: boolean | null;
2399
+ client: boolean | null;
2400
2400
  individual: boolean | null;
2401
2401
  };
2402
2402
  portrait100: string | null;
@@ -2570,6 +2570,8 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
2570
2570
  }>;
2571
2571
  }, "strip", z.ZodTypeAny, {
2572
2572
  location: string;
2573
+ loaded: boolean | null;
2574
+ loading: boolean | null;
2573
2575
  context: {
2574
2576
  visitor_id: string | null;
2575
2577
  user_uid: string | null;
@@ -2579,14 +2581,14 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
2579
2581
  user_is_sudo: boolean | null;
2580
2582
  is_logged_in: boolean | null;
2581
2583
  };
2582
- loaded: boolean | null;
2583
- loading: boolean | null;
2584
2584
  visitorApiKey: string | null;
2585
2585
  suit2Enabled: boolean;
2586
- promise?: any;
2587
2586
  error?: any;
2587
+ promise?: any;
2588
2588
  }, {
2589
2589
  location: string;
2590
+ loaded: boolean | null;
2591
+ loading: boolean | null;
2590
2592
  context: {
2591
2593
  visitor_id: string | null;
2592
2594
  user_uid: string | null;
@@ -2596,12 +2598,10 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
2596
2598
  user_is_sudo: boolean | null;
2597
2599
  is_logged_in: boolean | null;
2598
2600
  };
2599
- loaded: boolean | null;
2600
- loading: boolean | null;
2601
2601
  visitorApiKey: string | null;
2602
2602
  suit2Enabled: boolean;
2603
- promise?: any;
2604
2603
  error?: any;
2604
+ promise?: any;
2605
2605
  }>;
2606
2606
  theme: z.ZodObject<{
2607
2607
  isSystemThemeMode: z.ZodNullable<z.ZodBoolean>;
@@ -2719,20 +2719,20 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
2719
2719
  value: z.ZodString;
2720
2720
  skill: z.ZodNullable<z.ZodAny>;
2721
2721
  }, "strip", z.ZodTypeAny, {
2722
- customValue: string | null;
2723
- label: string;
2724
- name: string;
2725
- sortOrder: number;
2726
2722
  type: string;
2723
+ name: string;
2727
2724
  value: string;
2728
- skill?: any;
2729
- }, {
2730
- customValue: string | null;
2731
2725
  label: string;
2732
- name: string;
2726
+ customValue: string | null;
2733
2727
  sortOrder: number;
2728
+ skill?: any;
2729
+ }, {
2734
2730
  type: string;
2731
+ name: string;
2735
2732
  value: string;
2733
+ label: string;
2734
+ customValue: string | null;
2735
+ sortOrder: number;
2736
2736
  skill?: any;
2737
2737
  }>, "many">;
2738
2738
  clientActivity: z.ZodObject<{
@@ -2818,6 +2818,9 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
2818
2818
  shouldHavePortfolio: boolean;
2819
2819
  locationCheckRequired: boolean;
2820
2820
  minHoursWeek: number | null;
2821
+ location?: any;
2822
+ group?: any;
2823
+ regions?: any;
2821
2824
  countries?: any;
2822
2825
  earnings?: any;
2823
2826
  groupRecno?: any;
@@ -2825,12 +2828,9 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
2825
2828
  localDescription?: any;
2826
2829
  localFlexibilityDescription?: any;
2827
2830
  onSiteType?: any;
2828
- regions?: any;
2829
2831
  states?: any;
2830
2832
  tests?: any;
2831
2833
  timezones?: any;
2832
- group?: any;
2833
- location?: any;
2834
2834
  locations?: any;
2835
2835
  }, {
2836
2836
  type: number;
@@ -2842,6 +2842,9 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
2842
2842
  shouldHavePortfolio: boolean;
2843
2843
  locationCheckRequired: boolean;
2844
2844
  minHoursWeek: number | null;
2845
+ location?: any;
2846
+ group?: any;
2847
+ regions?: any;
2845
2848
  countries?: any;
2846
2849
  earnings?: any;
2847
2850
  groupRecno?: any;
@@ -2849,12 +2852,9 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
2849
2852
  localDescription?: any;
2850
2853
  localFlexibilityDescription?: any;
2851
2854
  onSiteType?: any;
2852
- regions?: any;
2853
2855
  states?: any;
2854
2856
  tests?: any;
2855
2857
  timezones?: any;
2856
- group?: any;
2857
- location?: any;
2858
2858
  locations?: any;
2859
2859
  }>;
2860
2860
  durationIdV3: z.ZodNumber;
@@ -2876,15 +2876,15 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
2876
2876
  highlighted: z.ZodBoolean;
2877
2877
  }, "strip", z.ZodTypeAny, {
2878
2878
  uid: string;
2879
- parentSkillUid: string | null;
2880
2879
  prefLabel: string;
2880
+ parentSkillUid: string | null;
2881
2881
  prettyName: string;
2882
2882
  highlighted: boolean;
2883
2883
  freeText?: any;
2884
2884
  }, {
2885
2885
  uid: string;
2886
- parentSkillUid: string | null;
2887
2886
  prefLabel: string;
2887
+ parentSkillUid: string | null;
2888
2888
  prettyName: string;
2889
2889
  highlighted: boolean;
2890
2890
  freeText?: any;
@@ -2893,11 +2893,11 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
2893
2893
  min: z.ZodNumber;
2894
2894
  max: z.ZodNumber;
2895
2895
  }, "strip", z.ZodTypeAny, {
2896
- min: number;
2897
2896
  max: number;
2898
- }, {
2899
2897
  min: number;
2898
+ }, {
2900
2899
  max: number;
2900
+ min: number;
2901
2901
  }>>>;
2902
2902
  weeklyBudget: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2903
2903
  amount: z.ZodNumber;
@@ -2909,9 +2909,10 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
2909
2909
  isSTSVectorSearchResult: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
2910
2910
  }, "strip", z.ZodTypeAny, {
2911
2911
  type: number;
2912
+ title: string;
2913
+ description: string;
2912
2914
  status: number;
2913
2915
  numberOfPositionsToHire: number;
2914
- uid: string;
2915
2916
  category: {
2916
2917
  name: string;
2917
2918
  urlSlug: string;
@@ -2940,14 +2941,13 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
2940
2941
  hourlyBudgetType: string | null;
2941
2942
  };
2942
2943
  contractorTier: number;
2943
- description: string;
2944
2944
  segmentationData: {
2945
- customValue: string | null;
2946
- label: string;
2947
- name: string;
2948
- sortOrder: number;
2949
2945
  type: string;
2946
+ name: string;
2950
2947
  value: string;
2948
+ label: string;
2949
+ customValue: string | null;
2950
+ sortOrder: number;
2951
2951
  skill?: any;
2952
2952
  }[];
2953
2953
  clientActivity: {
@@ -2962,7 +2962,7 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
2962
2962
  annotations: {
2963
2963
  tags: string[];
2964
2964
  };
2965
- title: string;
2965
+ uid: string;
2966
2966
  ciphertext: string;
2967
2967
  access: number;
2968
2968
  createdOn: string;
@@ -2971,9 +2971,6 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
2971
2971
  notSureFreelancersToHire: boolean;
2972
2972
  notSureExperienceLevel: boolean;
2973
2973
  isContractToHire: boolean;
2974
- deliverables: string | null;
2975
- deadline: string | null;
2976
- tools: any[];
2977
2974
  qualifications: {
2978
2975
  type: number;
2979
2976
  localMarket: boolean;
@@ -2984,6 +2981,9 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
2984
2981
  shouldHavePortfolio: boolean;
2985
2982
  locationCheckRequired: boolean;
2986
2983
  minHoursWeek: number | null;
2984
+ location?: any;
2985
+ group?: any;
2986
+ regions?: any;
2987
2987
  countries?: any;
2988
2988
  earnings?: any;
2989
2989
  groupRecno?: any;
@@ -2991,39 +2991,39 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
2991
2991
  localDescription?: any;
2992
2992
  localFlexibilityDescription?: any;
2993
2993
  onSiteType?: any;
2994
- regions?: any;
2995
2994
  states?: any;
2996
2995
  tests?: any;
2997
2996
  timezones?: any;
2998
- group?: any;
2999
- location?: any;
3000
2997
  locations?: any;
3001
2998
  };
3002
2999
  durationIdV3: number;
3003
3000
  durationLabel: string;
3001
+ deliverables: string | null;
3002
+ deadline: string | null;
3003
+ tools: any[];
3004
+ premium?: boolean | null | undefined;
3004
3005
  publishedOn?: string | null | undefined;
3005
3006
  renewedOn?: string | null | undefined;
3006
3007
  engagement?: string | null | undefined;
3007
- freelancersToHire?: number | null | undefined;
3008
3008
  connectPrice?: number | null | undefined;
3009
3009
  clientRelation?: any;
3010
+ freelancersToHire?: number | null | undefined;
3010
3011
  relevanceEncoded?: string | null | undefined;
3011
3012
  enterpriseJob?: boolean | null | undefined;
3012
3013
  tierText?: string | null | undefined;
3013
3014
  isApplied?: boolean | null | undefined;
3014
3015
  proposalsTier?: string | null | undefined;
3015
- premium?: boolean | null | undefined;
3016
3016
  attrs?: {
3017
3017
  uid: string;
3018
- parentSkillUid: string | null;
3019
3018
  prefLabel: string;
3019
+ parentSkillUid: string | null;
3020
3020
  prettyName: string;
3021
3021
  highlighted: boolean;
3022
3022
  freeText?: any;
3023
3023
  }[] | null | undefined;
3024
3024
  hourlyBudget?: {
3025
- min: number;
3026
3025
  max: number;
3026
+ min: number;
3027
3027
  } | null | undefined;
3028
3028
  weeklyBudget?: {
3029
3029
  amount: number;
@@ -3032,9 +3032,10 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
3032
3032
  weeklyRetainerBudget?: any;
3033
3033
  }, {
3034
3034
  type: number;
3035
+ title: string;
3036
+ description: string;
3035
3037
  status: number;
3036
3038
  numberOfPositionsToHire: number;
3037
- uid: string;
3038
3039
  category: {
3039
3040
  name: string;
3040
3041
  urlSlug: string;
@@ -3063,14 +3064,13 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
3063
3064
  hourlyBudgetType: string | null;
3064
3065
  };
3065
3066
  contractorTier: number;
3066
- description: string;
3067
3067
  segmentationData: {
3068
- customValue: string | null;
3069
- label: string;
3070
- name: string;
3071
- sortOrder: number;
3072
3068
  type: string;
3069
+ name: string;
3073
3070
  value: string;
3071
+ label: string;
3072
+ customValue: string | null;
3073
+ sortOrder: number;
3074
3074
  skill?: any;
3075
3075
  }[];
3076
3076
  clientActivity: {
@@ -3085,7 +3085,7 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
3085
3085
  annotations: {
3086
3086
  tags: string[];
3087
3087
  };
3088
- title: string;
3088
+ uid: string;
3089
3089
  ciphertext: string;
3090
3090
  access: number;
3091
3091
  createdOn: string;
@@ -3094,9 +3094,6 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
3094
3094
  notSureFreelancersToHire: boolean;
3095
3095
  notSureExperienceLevel: boolean;
3096
3096
  isContractToHire: boolean;
3097
- deliverables: string | null;
3098
- deadline: string | null;
3099
- tools: any[];
3100
3097
  qualifications: {
3101
3098
  type: number;
3102
3099
  localMarket: boolean;
@@ -3107,6 +3104,9 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
3107
3104
  shouldHavePortfolio: boolean;
3108
3105
  locationCheckRequired: boolean;
3109
3106
  minHoursWeek: number | null;
3107
+ location?: any;
3108
+ group?: any;
3109
+ regions?: any;
3110
3110
  countries?: any;
3111
3111
  earnings?: any;
3112
3112
  groupRecno?: any;
@@ -3114,39 +3114,39 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
3114
3114
  localDescription?: any;
3115
3115
  localFlexibilityDescription?: any;
3116
3116
  onSiteType?: any;
3117
- regions?: any;
3118
3117
  states?: any;
3119
3118
  tests?: any;
3120
3119
  timezones?: any;
3121
- group?: any;
3122
- location?: any;
3123
3120
  locations?: any;
3124
3121
  };
3125
3122
  durationIdV3: number;
3126
3123
  durationLabel: string;
3124
+ deliverables: string | null;
3125
+ deadline: string | null;
3126
+ tools: any[];
3127
+ premium?: boolean | null | undefined;
3127
3128
  publishedOn?: string | null | undefined;
3128
3129
  renewedOn?: string | null | undefined;
3129
3130
  engagement?: string | null | undefined;
3130
- freelancersToHire?: number | null | undefined;
3131
3131
  connectPrice?: number | null | undefined;
3132
3132
  clientRelation?: any;
3133
+ freelancersToHire?: number | null | undefined;
3133
3134
  relevanceEncoded?: string | null | undefined;
3134
3135
  enterpriseJob?: boolean | null | undefined;
3135
3136
  tierText?: string | null | undefined;
3136
3137
  isApplied?: boolean | null | undefined;
3137
3138
  proposalsTier?: string | null | undefined;
3138
- premium?: boolean | null | undefined;
3139
3139
  attrs?: {
3140
3140
  uid: string;
3141
- parentSkillUid: string | null;
3142
3141
  prefLabel: string;
3142
+ parentSkillUid: string | null;
3143
3143
  prettyName: string;
3144
3144
  highlighted: boolean;
3145
3145
  freeText?: any;
3146
3146
  }[] | null | undefined;
3147
3147
  hourlyBudget?: {
3148
- min: number;
3149
3148
  max: number;
3149
+ min: number;
3150
3150
  } | null | undefined;
3151
3151
  weeklyBudget?: {
3152
3152
  amount: number;
@@ -3198,15 +3198,15 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
3198
3198
  city: z.ZodNullable<z.ZodString>;
3199
3199
  country: z.ZodString;
3200
3200
  }, "strip", z.ZodTypeAny, {
3201
+ country: string;
3201
3202
  offsetFromUtcMillis: number;
3202
3203
  countryTimezone: string;
3203
3204
  city: string | null;
3204
- country: string;
3205
3205
  }, {
3206
+ country: string;
3206
3207
  offsetFromUtcMillis: number;
3207
3208
  countryTimezone: string;
3208
3209
  city: string | null;
3209
- country: string;
3210
3210
  }>;
3211
3211
  company: z.ZodObject<{
3212
3212
  isEDCReplicated: z.ZodNullable<z.ZodAny>;
@@ -3249,10 +3249,10 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
3249
3249
  avgHourlyJobsRate: z.ZodNullable<z.ZodAny>;
3250
3250
  }, "strip", z.ZodTypeAny, {
3251
3251
  location: {
3252
+ country: string;
3252
3253
  offsetFromUtcMillis: number;
3253
3254
  countryTimezone: string;
3254
3255
  city: string | null;
3255
- country: string;
3256
3256
  };
3257
3257
  isEnterprise: boolean;
3258
3258
  isPaymentMethodVerified: boolean;
@@ -3282,10 +3282,10 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
3282
3282
  avgHourlyJobsRate?: any;
3283
3283
  }, {
3284
3284
  location: {
3285
+ country: string;
3285
3286
  offsetFromUtcMillis: number;
3286
3287
  countryTimezone: string;
3287
3288
  city: string | null;
3288
- country: string;
3289
3289
  };
3290
3290
  isEnterprise: boolean;
3291
3291
  isPaymentMethodVerified: boolean;
@@ -3341,19 +3341,19 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
3341
3341
  access: z.ZodNullable<z.ZodNumber>;
3342
3342
  }, "strip", z.ZodTypeAny, {
3343
3343
  type: number;
3344
- uid: string;
3344
+ id: string;
3345
3345
  title: string;
3346
+ uid: string;
3346
3347
  ciphertext: string;
3347
3348
  access: number | null;
3348
- id: string;
3349
3349
  isPtcPrivate: boolean;
3350
3350
  }, {
3351
3351
  type: number;
3352
- uid: string;
3352
+ id: string;
3353
3353
  title: string;
3354
+ uid: string;
3354
3355
  ciphertext: string;
3355
3356
  access: number | null;
3356
- id: string;
3357
3357
  isPtcPrivate: boolean;
3358
3358
  }>, "many">;
3359
3359
  workHistory: z.ZodArray<z.ZodAny, "many">;
@@ -3380,55 +3380,55 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
3380
3380
  id: z.ZodNullable<z.ZodString>;
3381
3381
  prefLabel: z.ZodString;
3382
3382
  }, "strip", z.ZodTypeAny, {
3383
- prefLabel: string;
3384
3383
  id: string | null;
3385
- }, {
3386
3384
  prefLabel: string;
3385
+ }, {
3387
3386
  id: string | null;
3387
+ prefLabel: string;
3388
3388
  }>, "many">;
3389
3389
  hourlyBudgetMin: z.ZodNumber;
3390
3390
  hourlyBudgetMax: z.ZodNumber;
3391
3391
  }, "strip", z.ZodTypeAny, {
3392
- renewedOn: string | null;
3393
- engagement: string | null;
3394
3392
  type: number;
3393
+ id: string | null;
3394
+ title: string;
3395
+ description: string;
3395
3396
  amount: {
3396
3397
  amount: number;
3397
3398
  };
3398
3399
  hourlyBudgetMin: number;
3399
3400
  hourlyBudgetMax: number;
3400
3401
  contractorTier: number;
3401
- description: string;
3402
- title: string;
3403
3402
  ciphertext: string;
3404
3403
  createdOn: string;
3405
3404
  durationLabel: string;
3406
- id: string | null;
3407
3405
  ontologySkills: {
3408
- prefLabel: string;
3409
3406
  id: string | null;
3407
+ prefLabel: string;
3410
3408
  }[];
3411
- maxAmount?: any;
3412
- }, {
3413
3409
  renewedOn: string | null;
3414
3410
  engagement: string | null;
3411
+ maxAmount?: any;
3412
+ }, {
3415
3413
  type: number;
3414
+ id: string | null;
3415
+ title: string;
3416
+ description: string;
3416
3417
  amount: {
3417
3418
  amount: number;
3418
3419
  };
3419
3420
  hourlyBudgetMin: number;
3420
3421
  hourlyBudgetMax: number;
3421
3422
  contractorTier: number;
3422
- description: string;
3423
- title: string;
3424
3423
  ciphertext: string;
3425
3424
  createdOn: string;
3426
3425
  durationLabel: string;
3427
- id: string | null;
3428
3426
  ontologySkills: {
3429
- prefLabel: string;
3430
3427
  id: string | null;
3428
+ prefLabel: string;
3431
3429
  }[];
3430
+ renewedOn: string | null;
3431
+ engagement: string | null;
3432
3432
  maxAmount?: any;
3433
3433
  }>, "many">;
3434
3434
  sands: z.ZodObject<{
@@ -3439,17 +3439,17 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
3439
3439
  id: z.ZodString;
3440
3440
  uid: z.ZodString;
3441
3441
  }, "strip", z.ZodTypeAny, {
3442
+ id: string;
3442
3443
  uid: string;
3443
- prefLabel: string;
3444
3444
  freeText: string | null;
3445
- id: string;
3446
3445
  ontologyId: string;
3446
+ prefLabel: string;
3447
3447
  }, {
3448
+ id: string;
3448
3449
  uid: string;
3449
- prefLabel: string;
3450
3450
  freeText: string | null;
3451
- id: string;
3452
3451
  ontologyId: string;
3452
+ prefLabel: string;
3453
3453
  }>;
3454
3454
  ontologySkills: z.ZodArray<z.ZodAny, "many">;
3455
3455
  additionalSkills: z.ZodArray<z.ZodObject<{
@@ -3469,14 +3469,14 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
3469
3469
  relevance: string;
3470
3470
  }>, "many">;
3471
3471
  }, "strip", z.ZodTypeAny, {
3472
- ontologySkills: any[];
3473
3472
  occupation: {
3473
+ id: string;
3474
3474
  uid: string;
3475
- prefLabel: string;
3476
3475
  freeText: string | null;
3477
- id: string;
3478
3476
  ontologyId: string;
3477
+ prefLabel: string;
3479
3478
  };
3479
+ ontologySkills: any[];
3480
3480
  additionalSkills: {
3481
3481
  name: string;
3482
3482
  uid: string | null;
@@ -3484,14 +3484,14 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
3484
3484
  relevance: string;
3485
3485
  }[];
3486
3486
  }, {
3487
- ontologySkills: any[];
3488
3487
  occupation: {
3488
+ id: string;
3489
3489
  uid: string;
3490
- prefLabel: string;
3491
3490
  freeText: string | null;
3492
- id: string;
3493
3491
  ontologyId: string;
3492
+ prefLabel: string;
3494
3493
  };
3494
+ ontologySkills: any[];
3495
3495
  additionalSkills: {
3496
3496
  name: string;
3497
3497
  uid: string | null;
@@ -3516,25 +3516,25 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
3516
3516
  country?: any;
3517
3517
  }>;
3518
3518
  }, "strip", z.ZodTypeAny, {
3519
+ domestic: {
3520
+ isInfographicTooltipAvailable: boolean;
3521
+ country?: any;
3522
+ };
3519
3523
  isVisitor: boolean;
3520
3524
  isAgency: boolean;
3521
3525
  isFreelancer: boolean;
3522
3526
  isClient: boolean;
3523
3527
  isUpworkPlusBuyer: boolean;
3528
+ }, {
3524
3529
  domestic: {
3525
3530
  isInfographicTooltipAvailable: boolean;
3526
3531
  country?: any;
3527
3532
  };
3528
- }, {
3529
3533
  isVisitor: boolean;
3530
3534
  isAgency: boolean;
3531
3535
  isFreelancer: boolean;
3532
3536
  isClient: boolean;
3533
3537
  isUpworkPlusBuyer: boolean;
3534
- domestic: {
3535
- isInfographicTooltipAvailable: boolean;
3536
- country?: any;
3537
- };
3538
3538
  }>;
3539
3539
  applicants: z.ZodNullable<z.ZodAny>;
3540
3540
  connects: z.ZodNullable<z.ZodAny>;
@@ -3546,13 +3546,13 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
3546
3546
  description: z.ZodString;
3547
3547
  url: z.ZodString;
3548
3548
  }, "strip", z.ZodTypeAny, {
3549
- description: string;
3550
- title: string;
3551
3549
  url: string;
3552
- }, {
3553
- description: string;
3554
3550
  title: string;
3551
+ description: string;
3552
+ }, {
3555
3553
  url: string;
3554
+ title: string;
3555
+ description: string;
3556
3556
  }>;
3557
3557
  teamUid: z.ZodNullable<z.ZodAny>;
3558
3558
  proposalPermissions: z.ZodNullable<z.ZodAny>;
@@ -3569,12 +3569,25 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
3569
3569
  aiInterviewStatus: z.ZodNullable<z.ZodAny>;
3570
3570
  aiInterviewJoinLimitReached: z.ZodBoolean;
3571
3571
  }, "strip", z.ZodTypeAny, {
3572
+ auth: {
3573
+ domestic: {
3574
+ isInfographicTooltipAvailable: boolean;
3575
+ country?: any;
3576
+ };
3577
+ isVisitor: boolean;
3578
+ isAgency: boolean;
3579
+ isFreelancer: boolean;
3580
+ isClient: boolean;
3581
+ isUpworkPlusBuyer: boolean;
3582
+ };
3583
+ isPhoneVerified: boolean;
3572
3584
  cache: boolean;
3573
3585
  job: {
3574
3586
  type: number;
3587
+ title: string;
3588
+ description: string;
3575
3589
  status: number;
3576
3590
  numberOfPositionsToHire: number;
3577
- uid: string;
3578
3591
  category: {
3579
3592
  name: string;
3580
3593
  urlSlug: string;
@@ -3603,14 +3616,13 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
3603
3616
  hourlyBudgetType: string | null;
3604
3617
  };
3605
3618
  contractorTier: number;
3606
- description: string;
3607
3619
  segmentationData: {
3608
- customValue: string | null;
3609
- label: string;
3610
- name: string;
3611
- sortOrder: number;
3612
3620
  type: string;
3621
+ name: string;
3613
3622
  value: string;
3623
+ label: string;
3624
+ customValue: string | null;
3625
+ sortOrder: number;
3614
3626
  skill?: any;
3615
3627
  }[];
3616
3628
  clientActivity: {
@@ -3625,7 +3637,7 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
3625
3637
  annotations: {
3626
3638
  tags: string[];
3627
3639
  };
3628
- title: string;
3640
+ uid: string;
3629
3641
  ciphertext: string;
3630
3642
  access: number;
3631
3643
  createdOn: string;
@@ -3634,9 +3646,6 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
3634
3646
  notSureFreelancersToHire: boolean;
3635
3647
  notSureExperienceLevel: boolean;
3636
3648
  isContractToHire: boolean;
3637
- deliverables: string | null;
3638
- deadline: string | null;
3639
- tools: any[];
3640
3649
  qualifications: {
3641
3650
  type: number;
3642
3651
  localMarket: boolean;
@@ -3647,6 +3656,9 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
3647
3656
  shouldHavePortfolio: boolean;
3648
3657
  locationCheckRequired: boolean;
3649
3658
  minHoursWeek: number | null;
3659
+ location?: any;
3660
+ group?: any;
3661
+ regions?: any;
3650
3662
  countries?: any;
3651
3663
  earnings?: any;
3652
3664
  groupRecno?: any;
@@ -3654,39 +3666,39 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
3654
3666
  localDescription?: any;
3655
3667
  localFlexibilityDescription?: any;
3656
3668
  onSiteType?: any;
3657
- regions?: any;
3658
3669
  states?: any;
3659
3670
  tests?: any;
3660
3671
  timezones?: any;
3661
- group?: any;
3662
- location?: any;
3663
3672
  locations?: any;
3664
3673
  };
3665
3674
  durationIdV3: number;
3666
3675
  durationLabel: string;
3676
+ deliverables: string | null;
3677
+ deadline: string | null;
3678
+ tools: any[];
3679
+ premium?: boolean | null | undefined;
3667
3680
  publishedOn?: string | null | undefined;
3668
3681
  renewedOn?: string | null | undefined;
3669
3682
  engagement?: string | null | undefined;
3670
- freelancersToHire?: number | null | undefined;
3671
3683
  connectPrice?: number | null | undefined;
3672
3684
  clientRelation?: any;
3685
+ freelancersToHire?: number | null | undefined;
3673
3686
  relevanceEncoded?: string | null | undefined;
3674
3687
  enterpriseJob?: boolean | null | undefined;
3675
3688
  tierText?: string | null | undefined;
3676
3689
  isApplied?: boolean | null | undefined;
3677
3690
  proposalsTier?: string | null | undefined;
3678
- premium?: boolean | null | undefined;
3679
3691
  attrs?: {
3680
3692
  uid: string;
3681
- parentSkillUid: string | null;
3682
3693
  prefLabel: string;
3694
+ parentSkillUid: string | null;
3683
3695
  prettyName: string;
3684
3696
  highlighted: boolean;
3685
3697
  freeText?: any;
3686
3698
  }[] | null | undefined;
3687
3699
  hourlyBudget?: {
3688
- min: number;
3689
3700
  max: number;
3701
+ min: number;
3690
3702
  } | null | undefined;
3691
3703
  weeklyBudget?: {
3692
3704
  amount: number;
@@ -3696,10 +3708,10 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
3696
3708
  };
3697
3709
  buyer: {
3698
3710
  location: {
3711
+ country: string;
3699
3712
  offsetFromUtcMillis: number;
3700
3713
  countryTimezone: string;
3701
3714
  city: string | null;
3702
- country: string;
3703
3715
  };
3704
3716
  isEnterprise: boolean;
3705
3717
  isPaymentMethodVerified: boolean;
@@ -3735,45 +3747,45 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
3735
3747
  };
3736
3748
  openJobs: {
3737
3749
  type: number;
3738
- uid: string;
3750
+ id: string;
3739
3751
  title: string;
3752
+ uid: string;
3740
3753
  ciphertext: string;
3741
3754
  access: number | null;
3742
- id: string;
3743
3755
  isPtcPrivate: boolean;
3744
3756
  }[];
3745
3757
  workHistory: any[];
3746
3758
  similarJobs: {
3747
- renewedOn: string | null;
3748
- engagement: string | null;
3749
3759
  type: number;
3760
+ id: string | null;
3761
+ title: string;
3762
+ description: string;
3750
3763
  amount: {
3751
3764
  amount: number;
3752
3765
  };
3753
3766
  hourlyBudgetMin: number;
3754
3767
  hourlyBudgetMax: number;
3755
3768
  contractorTier: number;
3756
- description: string;
3757
- title: string;
3758
3769
  ciphertext: string;
3759
3770
  createdOn: string;
3760
3771
  durationLabel: string;
3761
- id: string | null;
3762
3772
  ontologySkills: {
3763
- prefLabel: string;
3764
3773
  id: string | null;
3774
+ prefLabel: string;
3765
3775
  }[];
3776
+ renewedOn: string | null;
3777
+ engagement: string | null;
3766
3778
  maxAmount?: any;
3767
3779
  }[];
3768
3780
  sands: {
3769
- ontologySkills: any[];
3770
3781
  occupation: {
3782
+ id: string;
3771
3783
  uid: string;
3772
- prefLabel: string;
3773
3784
  freeText: string | null;
3774
- id: string;
3775
3785
  ontologyId: string;
3786
+ prefLabel: string;
3776
3787
  };
3788
+ ontologySkills: any[];
3777
3789
  additionalSkills: {
3778
3790
  name: string;
3779
3791
  uid: string | null;
@@ -3781,26 +3793,14 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
3781
3793
  relevance: string;
3782
3794
  }[];
3783
3795
  };
3784
- auth: {
3785
- isVisitor: boolean;
3786
- isAgency: boolean;
3787
- isFreelancer: boolean;
3788
- isClient: boolean;
3789
- isUpworkPlusBuyer: boolean;
3790
- domestic: {
3791
- isInfographicTooltipAvailable: boolean;
3792
- country?: any;
3793
- };
3794
- };
3795
3796
  enterpriseJobAdditionalInfo: Record<string, any>;
3796
3797
  profileMatchServiceUid: string | null;
3797
3798
  seo: {
3798
- description: string;
3799
- title: string;
3800
3799
  url: string;
3800
+ title: string;
3801
+ description: string;
3801
3802
  };
3802
3803
  isGroupOpportunity: boolean;
3803
- isPhoneVerified: boolean;
3804
3804
  isApplyBlocked: boolean;
3805
3805
  hasAiInterview: boolean;
3806
3806
  aiInterviewLinkSent: boolean;
@@ -3817,12 +3817,25 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
3817
3817
  aiInterviewRoomId?: any;
3818
3818
  aiInterviewStatus?: any;
3819
3819
  }, {
3820
+ auth: {
3821
+ domestic: {
3822
+ isInfographicTooltipAvailable: boolean;
3823
+ country?: any;
3824
+ };
3825
+ isVisitor: boolean;
3826
+ isAgency: boolean;
3827
+ isFreelancer: boolean;
3828
+ isClient: boolean;
3829
+ isUpworkPlusBuyer: boolean;
3830
+ };
3831
+ isPhoneVerified: boolean;
3820
3832
  cache: boolean;
3821
3833
  job: {
3822
3834
  type: number;
3835
+ title: string;
3836
+ description: string;
3823
3837
  status: number;
3824
3838
  numberOfPositionsToHire: number;
3825
- uid: string;
3826
3839
  category: {
3827
3840
  name: string;
3828
3841
  urlSlug: string;
@@ -3851,14 +3864,13 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
3851
3864
  hourlyBudgetType: string | null;
3852
3865
  };
3853
3866
  contractorTier: number;
3854
- description: string;
3855
3867
  segmentationData: {
3856
- customValue: string | null;
3857
- label: string;
3858
- name: string;
3859
- sortOrder: number;
3860
3868
  type: string;
3869
+ name: string;
3861
3870
  value: string;
3871
+ label: string;
3872
+ customValue: string | null;
3873
+ sortOrder: number;
3862
3874
  skill?: any;
3863
3875
  }[];
3864
3876
  clientActivity: {
@@ -3873,7 +3885,7 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
3873
3885
  annotations: {
3874
3886
  tags: string[];
3875
3887
  };
3876
- title: string;
3888
+ uid: string;
3877
3889
  ciphertext: string;
3878
3890
  access: number;
3879
3891
  createdOn: string;
@@ -3882,9 +3894,6 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
3882
3894
  notSureFreelancersToHire: boolean;
3883
3895
  notSureExperienceLevel: boolean;
3884
3896
  isContractToHire: boolean;
3885
- deliverables: string | null;
3886
- deadline: string | null;
3887
- tools: any[];
3888
3897
  qualifications: {
3889
3898
  type: number;
3890
3899
  localMarket: boolean;
@@ -3895,6 +3904,9 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
3895
3904
  shouldHavePortfolio: boolean;
3896
3905
  locationCheckRequired: boolean;
3897
3906
  minHoursWeek: number | null;
3907
+ location?: any;
3908
+ group?: any;
3909
+ regions?: any;
3898
3910
  countries?: any;
3899
3911
  earnings?: any;
3900
3912
  groupRecno?: any;
@@ -3902,39 +3914,39 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
3902
3914
  localDescription?: any;
3903
3915
  localFlexibilityDescription?: any;
3904
3916
  onSiteType?: any;
3905
- regions?: any;
3906
3917
  states?: any;
3907
3918
  tests?: any;
3908
3919
  timezones?: any;
3909
- group?: any;
3910
- location?: any;
3911
3920
  locations?: any;
3912
3921
  };
3913
3922
  durationIdV3: number;
3914
3923
  durationLabel: string;
3924
+ deliverables: string | null;
3925
+ deadline: string | null;
3926
+ tools: any[];
3927
+ premium?: boolean | null | undefined;
3915
3928
  publishedOn?: string | null | undefined;
3916
3929
  renewedOn?: string | null | undefined;
3917
3930
  engagement?: string | null | undefined;
3918
- freelancersToHire?: number | null | undefined;
3919
3931
  connectPrice?: number | null | undefined;
3920
3932
  clientRelation?: any;
3933
+ freelancersToHire?: number | null | undefined;
3921
3934
  relevanceEncoded?: string | null | undefined;
3922
3935
  enterpriseJob?: boolean | null | undefined;
3923
3936
  tierText?: string | null | undefined;
3924
3937
  isApplied?: boolean | null | undefined;
3925
3938
  proposalsTier?: string | null | undefined;
3926
- premium?: boolean | null | undefined;
3927
3939
  attrs?: {
3928
3940
  uid: string;
3929
- parentSkillUid: string | null;
3930
3941
  prefLabel: string;
3942
+ parentSkillUid: string | null;
3931
3943
  prettyName: string;
3932
3944
  highlighted: boolean;
3933
3945
  freeText?: any;
3934
3946
  }[] | null | undefined;
3935
3947
  hourlyBudget?: {
3936
- min: number;
3937
3948
  max: number;
3949
+ min: number;
3938
3950
  } | null | undefined;
3939
3951
  weeklyBudget?: {
3940
3952
  amount: number;
@@ -3944,10 +3956,10 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
3944
3956
  };
3945
3957
  buyer: {
3946
3958
  location: {
3959
+ country: string;
3947
3960
  offsetFromUtcMillis: number;
3948
3961
  countryTimezone: string;
3949
3962
  city: string | null;
3950
- country: string;
3951
3963
  };
3952
3964
  isEnterprise: boolean;
3953
3965
  isPaymentMethodVerified: boolean;
@@ -3983,45 +3995,45 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
3983
3995
  };
3984
3996
  openJobs: {
3985
3997
  type: number;
3986
- uid: string;
3998
+ id: string;
3987
3999
  title: string;
4000
+ uid: string;
3988
4001
  ciphertext: string;
3989
4002
  access: number | null;
3990
- id: string;
3991
4003
  isPtcPrivate: boolean;
3992
4004
  }[];
3993
4005
  workHistory: any[];
3994
4006
  similarJobs: {
3995
- renewedOn: string | null;
3996
- engagement: string | null;
3997
4007
  type: number;
4008
+ id: string | null;
4009
+ title: string;
4010
+ description: string;
3998
4011
  amount: {
3999
4012
  amount: number;
4000
4013
  };
4001
4014
  hourlyBudgetMin: number;
4002
4015
  hourlyBudgetMax: number;
4003
4016
  contractorTier: number;
4004
- description: string;
4005
- title: string;
4006
4017
  ciphertext: string;
4007
4018
  createdOn: string;
4008
4019
  durationLabel: string;
4009
- id: string | null;
4010
4020
  ontologySkills: {
4011
- prefLabel: string;
4012
4021
  id: string | null;
4022
+ prefLabel: string;
4013
4023
  }[];
4024
+ renewedOn: string | null;
4025
+ engagement: string | null;
4014
4026
  maxAmount?: any;
4015
4027
  }[];
4016
4028
  sands: {
4017
- ontologySkills: any[];
4018
4029
  occupation: {
4030
+ id: string;
4019
4031
  uid: string;
4020
- prefLabel: string;
4021
4032
  freeText: string | null;
4022
- id: string;
4023
4033
  ontologyId: string;
4034
+ prefLabel: string;
4024
4035
  };
4036
+ ontologySkills: any[];
4025
4037
  additionalSkills: {
4026
4038
  name: string;
4027
4039
  uid: string | null;
@@ -4029,26 +4041,14 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
4029
4041
  relevance: string;
4030
4042
  }[];
4031
4043
  };
4032
- auth: {
4033
- isVisitor: boolean;
4034
- isAgency: boolean;
4035
- isFreelancer: boolean;
4036
- isClient: boolean;
4037
- isUpworkPlusBuyer: boolean;
4038
- domestic: {
4039
- isInfographicTooltipAvailable: boolean;
4040
- country?: any;
4041
- };
4042
- };
4043
4044
  enterpriseJobAdditionalInfo: Record<string, any>;
4044
4045
  profileMatchServiceUid: string | null;
4045
4046
  seo: {
4046
- description: string;
4047
- title: string;
4048
4047
  url: string;
4048
+ title: string;
4049
+ description: string;
4049
4050
  };
4050
4051
  isGroupOpportunity: boolean;
4051
- isPhoneVerified: boolean;
4052
4052
  isApplyBlocked: boolean;
4053
4053
  hasAiInterview: boolean;
4054
4054
  aiInterviewLinkSent: boolean;
@@ -4076,10 +4076,32 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
4076
4076
  token: string;
4077
4077
  }>>;
4078
4078
  }, "strip", z.ZodTypeAny, {
4079
+ user: {
4080
+ id: string | null;
4081
+ loaded: boolean | null;
4082
+ loading: boolean | null;
4083
+ rid: string | null;
4084
+ nid: string | null;
4085
+ isSudo: boolean | null;
4086
+ };
4087
+ currency: {
4088
+ currencyCode: string | null;
4089
+ currencyPopupShow: boolean | null;
4090
+ currencyName: string | null;
4091
+ currencySymbol: string | null;
4092
+ currencyRate?: any;
4093
+ };
4094
+ context: {
4095
+ loaded: boolean;
4096
+ loading: boolean;
4097
+ auth: boolean;
4098
+ isLoggedIn: boolean | null;
4099
+ error?: any;
4100
+ };
4079
4101
  job: {
4080
4102
  visitedJobs: any[];
4081
- errorResponse?: any;
4082
4103
  channel?: any;
4104
+ errorResponse?: any;
4083
4105
  };
4084
4106
  qt: {
4085
4107
  isNewVisitorNavV1Enabled: boolean;
@@ -4098,43 +4120,28 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
4098
4120
  };
4099
4121
  };
4100
4122
  };
4101
- context: {
4102
- auth: boolean;
4103
- loaded: boolean;
4104
- loading: boolean;
4105
- isLoggedIn: boolean | null;
4106
- error?: any;
4107
- };
4108
4123
  orgs: {
4109
4124
  loaded: boolean | null;
4110
4125
  loading: boolean | null;
4111
4126
  orgs: any[];
4112
4127
  current: {
4113
4128
  type: string | null;
4114
- title: string | null;
4115
4129
  id: string | null;
4130
+ title: string | null;
4116
4131
  rid: string | null;
4117
4132
  legacyType: string | null;
4118
4133
  enterpriseType: string | null;
4119
4134
  typeTitle: string | null;
4120
4135
  photoUrl: string | null;
4121
4136
  flag: {
4122
- client: boolean | null;
4123
4137
  vendor: boolean | null;
4124
4138
  agency: boolean | null;
4139
+ client: boolean | null;
4125
4140
  individual: boolean | null;
4126
4141
  };
4127
4142
  portrait100: string | null;
4128
4143
  };
4129
4144
  };
4130
- user: {
4131
- id: string | null;
4132
- loaded: boolean | null;
4133
- loading: boolean | null;
4134
- rid: string | null;
4135
- nid: string | null;
4136
- isSudo: boolean | null;
4137
- };
4138
4145
  visitor: {
4139
4146
  id: string;
4140
4147
  ip: string;
@@ -4148,13 +4155,6 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
4148
4155
  organizations: {
4149
4156
  items: any[];
4150
4157
  };
4151
- currency: {
4152
- currencyCode: string | null;
4153
- currencyPopupShow: boolean | null;
4154
- currencyName: string | null;
4155
- currencySymbol: string | null;
4156
- currencyRate?: any;
4157
- };
4158
4158
  bot: {
4159
4159
  loaded: boolean;
4160
4160
  isBot: boolean;
@@ -4180,6 +4180,8 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
4180
4180
  };
4181
4181
  tracking: {
4182
4182
  location: string;
4183
+ loaded: boolean | null;
4184
+ loading: boolean | null;
4183
4185
  context: {
4184
4186
  visitor_id: string | null;
4185
4187
  user_uid: string | null;
@@ -4189,12 +4191,10 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
4189
4191
  user_is_sudo: boolean | null;
4190
4192
  is_logged_in: boolean | null;
4191
4193
  };
4192
- loaded: boolean | null;
4193
- loading: boolean | null;
4194
4194
  visitorApiKey: string | null;
4195
4195
  suit2Enabled: boolean;
4196
- promise?: any;
4197
4196
  error?: any;
4197
+ promise?: any;
4198
4198
  };
4199
4199
  theme: {
4200
4200
  isSystemThemeMode: boolean | null;
@@ -4210,12 +4210,25 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
4210
4210
  }>;
4211
4211
  };
4212
4212
  jobDetails: {
4213
+ auth: {
4214
+ domestic: {
4215
+ isInfographicTooltipAvailable: boolean;
4216
+ country?: any;
4217
+ };
4218
+ isVisitor: boolean;
4219
+ isAgency: boolean;
4220
+ isFreelancer: boolean;
4221
+ isClient: boolean;
4222
+ isUpworkPlusBuyer: boolean;
4223
+ };
4224
+ isPhoneVerified: boolean;
4213
4225
  cache: boolean;
4214
4226
  job: {
4215
4227
  type: number;
4228
+ title: string;
4229
+ description: string;
4216
4230
  status: number;
4217
4231
  numberOfPositionsToHire: number;
4218
- uid: string;
4219
4232
  category: {
4220
4233
  name: string;
4221
4234
  urlSlug: string;
@@ -4244,14 +4257,13 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
4244
4257
  hourlyBudgetType: string | null;
4245
4258
  };
4246
4259
  contractorTier: number;
4247
- description: string;
4248
4260
  segmentationData: {
4249
- customValue: string | null;
4250
- label: string;
4251
- name: string;
4252
- sortOrder: number;
4253
4261
  type: string;
4262
+ name: string;
4254
4263
  value: string;
4264
+ label: string;
4265
+ customValue: string | null;
4266
+ sortOrder: number;
4255
4267
  skill?: any;
4256
4268
  }[];
4257
4269
  clientActivity: {
@@ -4266,7 +4278,7 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
4266
4278
  annotations: {
4267
4279
  tags: string[];
4268
4280
  };
4269
- title: string;
4281
+ uid: string;
4270
4282
  ciphertext: string;
4271
4283
  access: number;
4272
4284
  createdOn: string;
@@ -4275,9 +4287,6 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
4275
4287
  notSureFreelancersToHire: boolean;
4276
4288
  notSureExperienceLevel: boolean;
4277
4289
  isContractToHire: boolean;
4278
- deliverables: string | null;
4279
- deadline: string | null;
4280
- tools: any[];
4281
4290
  qualifications: {
4282
4291
  type: number;
4283
4292
  localMarket: boolean;
@@ -4288,6 +4297,9 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
4288
4297
  shouldHavePortfolio: boolean;
4289
4298
  locationCheckRequired: boolean;
4290
4299
  minHoursWeek: number | null;
4300
+ location?: any;
4301
+ group?: any;
4302
+ regions?: any;
4291
4303
  countries?: any;
4292
4304
  earnings?: any;
4293
4305
  groupRecno?: any;
@@ -4295,39 +4307,39 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
4295
4307
  localDescription?: any;
4296
4308
  localFlexibilityDescription?: any;
4297
4309
  onSiteType?: any;
4298
- regions?: any;
4299
4310
  states?: any;
4300
4311
  tests?: any;
4301
4312
  timezones?: any;
4302
- group?: any;
4303
- location?: any;
4304
4313
  locations?: any;
4305
4314
  };
4306
4315
  durationIdV3: number;
4307
4316
  durationLabel: string;
4317
+ deliverables: string | null;
4318
+ deadline: string | null;
4319
+ tools: any[];
4320
+ premium?: boolean | null | undefined;
4308
4321
  publishedOn?: string | null | undefined;
4309
4322
  renewedOn?: string | null | undefined;
4310
4323
  engagement?: string | null | undefined;
4311
- freelancersToHire?: number | null | undefined;
4312
4324
  connectPrice?: number | null | undefined;
4313
4325
  clientRelation?: any;
4326
+ freelancersToHire?: number | null | undefined;
4314
4327
  relevanceEncoded?: string | null | undefined;
4315
4328
  enterpriseJob?: boolean | null | undefined;
4316
4329
  tierText?: string | null | undefined;
4317
4330
  isApplied?: boolean | null | undefined;
4318
4331
  proposalsTier?: string | null | undefined;
4319
- premium?: boolean | null | undefined;
4320
4332
  attrs?: {
4321
4333
  uid: string;
4322
- parentSkillUid: string | null;
4323
4334
  prefLabel: string;
4335
+ parentSkillUid: string | null;
4324
4336
  prettyName: string;
4325
4337
  highlighted: boolean;
4326
4338
  freeText?: any;
4327
4339
  }[] | null | undefined;
4328
4340
  hourlyBudget?: {
4329
- min: number;
4330
4341
  max: number;
4342
+ min: number;
4331
4343
  } | null | undefined;
4332
4344
  weeklyBudget?: {
4333
4345
  amount: number;
@@ -4337,10 +4349,10 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
4337
4349
  };
4338
4350
  buyer: {
4339
4351
  location: {
4352
+ country: string;
4340
4353
  offsetFromUtcMillis: number;
4341
4354
  countryTimezone: string;
4342
4355
  city: string | null;
4343
- country: string;
4344
4356
  };
4345
4357
  isEnterprise: boolean;
4346
4358
  isPaymentMethodVerified: boolean;
@@ -4376,45 +4388,45 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
4376
4388
  };
4377
4389
  openJobs: {
4378
4390
  type: number;
4379
- uid: string;
4391
+ id: string;
4380
4392
  title: string;
4393
+ uid: string;
4381
4394
  ciphertext: string;
4382
4395
  access: number | null;
4383
- id: string;
4384
4396
  isPtcPrivate: boolean;
4385
4397
  }[];
4386
4398
  workHistory: any[];
4387
4399
  similarJobs: {
4388
- renewedOn: string | null;
4389
- engagement: string | null;
4390
4400
  type: number;
4401
+ id: string | null;
4402
+ title: string;
4403
+ description: string;
4391
4404
  amount: {
4392
4405
  amount: number;
4393
4406
  };
4394
4407
  hourlyBudgetMin: number;
4395
4408
  hourlyBudgetMax: number;
4396
4409
  contractorTier: number;
4397
- description: string;
4398
- title: string;
4399
4410
  ciphertext: string;
4400
4411
  createdOn: string;
4401
4412
  durationLabel: string;
4402
- id: string | null;
4403
4413
  ontologySkills: {
4404
- prefLabel: string;
4405
4414
  id: string | null;
4415
+ prefLabel: string;
4406
4416
  }[];
4417
+ renewedOn: string | null;
4418
+ engagement: string | null;
4407
4419
  maxAmount?: any;
4408
4420
  }[];
4409
4421
  sands: {
4410
- ontologySkills: any[];
4411
4422
  occupation: {
4423
+ id: string;
4412
4424
  uid: string;
4413
- prefLabel: string;
4414
4425
  freeText: string | null;
4415
- id: string;
4416
4426
  ontologyId: string;
4427
+ prefLabel: string;
4417
4428
  };
4429
+ ontologySkills: any[];
4418
4430
  additionalSkills: {
4419
4431
  name: string;
4420
4432
  uid: string | null;
@@ -4422,26 +4434,14 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
4422
4434
  relevance: string;
4423
4435
  }[];
4424
4436
  };
4425
- auth: {
4426
- isVisitor: boolean;
4427
- isAgency: boolean;
4428
- isFreelancer: boolean;
4429
- isClient: boolean;
4430
- isUpworkPlusBuyer: boolean;
4431
- domestic: {
4432
- isInfographicTooltipAvailable: boolean;
4433
- country?: any;
4434
- };
4435
- };
4436
4437
  enterpriseJobAdditionalInfo: Record<string, any>;
4437
4438
  profileMatchServiceUid: string | null;
4438
4439
  seo: {
4439
- description: string;
4440
- title: string;
4441
4440
  url: string;
4441
+ title: string;
4442
+ description: string;
4442
4443
  };
4443
4444
  isGroupOpportunity: boolean;
4444
- isPhoneVerified: boolean;
4445
4445
  isApplyBlocked: boolean;
4446
4446
  hasAiInterview: boolean;
4447
4447
  aiInterviewLinkSent: boolean;
@@ -4463,10 +4463,32 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
4463
4463
  token: string;
4464
4464
  } | undefined;
4465
4465
  }, {
4466
+ user: {
4467
+ id: string | null;
4468
+ loaded: boolean | null;
4469
+ loading: boolean | null;
4470
+ rid: string | null;
4471
+ nid: string | null;
4472
+ isSudo: boolean | null;
4473
+ };
4474
+ currency: {
4475
+ currencyCode: string | null;
4476
+ currencyPopupShow: boolean | null;
4477
+ currencyName: string | null;
4478
+ currencySymbol: string | null;
4479
+ currencyRate?: any;
4480
+ };
4481
+ context: {
4482
+ loaded: boolean;
4483
+ loading: boolean;
4484
+ auth: boolean;
4485
+ isLoggedIn: boolean | null;
4486
+ error?: any;
4487
+ };
4466
4488
  job: {
4467
4489
  visitedJobs: any[];
4468
- errorResponse?: any;
4469
4490
  channel?: any;
4491
+ errorResponse?: any;
4470
4492
  };
4471
4493
  qt: {
4472
4494
  isNewVisitorNavV1Enabled: boolean;
@@ -4485,43 +4507,28 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
4485
4507
  };
4486
4508
  };
4487
4509
  };
4488
- context: {
4489
- auth: boolean;
4490
- loaded: boolean;
4491
- loading: boolean;
4492
- isLoggedIn: boolean | null;
4493
- error?: any;
4494
- };
4495
4510
  orgs: {
4496
4511
  loaded: boolean | null;
4497
4512
  loading: boolean | null;
4498
4513
  orgs: any[];
4499
4514
  current: {
4500
4515
  type: string | null;
4501
- title: string | null;
4502
4516
  id: string | null;
4517
+ title: string | null;
4503
4518
  rid: string | null;
4504
4519
  legacyType: string | null;
4505
4520
  enterpriseType: string | null;
4506
4521
  typeTitle: string | null;
4507
4522
  photoUrl: string | null;
4508
4523
  flag: {
4509
- client: boolean | null;
4510
4524
  vendor: boolean | null;
4511
4525
  agency: boolean | null;
4526
+ client: boolean | null;
4512
4527
  individual: boolean | null;
4513
4528
  };
4514
4529
  portrait100: string | null;
4515
4530
  };
4516
4531
  };
4517
- user: {
4518
- id: string | null;
4519
- loaded: boolean | null;
4520
- loading: boolean | null;
4521
- rid: string | null;
4522
- nid: string | null;
4523
- isSudo: boolean | null;
4524
- };
4525
4532
  visitor: {
4526
4533
  id: string;
4527
4534
  ip: string;
@@ -4535,13 +4542,6 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
4535
4542
  organizations: {
4536
4543
  items: any[];
4537
4544
  };
4538
- currency: {
4539
- currencyCode: string | null;
4540
- currencyPopupShow: boolean | null;
4541
- currencyName: string | null;
4542
- currencySymbol: string | null;
4543
- currencyRate?: any;
4544
- };
4545
4545
  bot: {
4546
4546
  loaded: boolean;
4547
4547
  isBot: boolean;
@@ -4567,6 +4567,8 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
4567
4567
  };
4568
4568
  tracking: {
4569
4569
  location: string;
4570
+ loaded: boolean | null;
4571
+ loading: boolean | null;
4570
4572
  context: {
4571
4573
  visitor_id: string | null;
4572
4574
  user_uid: string | null;
@@ -4576,12 +4578,10 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
4576
4578
  user_is_sudo: boolean | null;
4577
4579
  is_logged_in: boolean | null;
4578
4580
  };
4579
- loaded: boolean | null;
4580
- loading: boolean | null;
4581
4581
  visitorApiKey: string | null;
4582
4582
  suit2Enabled: boolean;
4583
- promise?: any;
4584
4583
  error?: any;
4584
+ promise?: any;
4585
4585
  };
4586
4586
  theme: {
4587
4587
  isSystemThemeMode: boolean | null;
@@ -4597,12 +4597,25 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
4597
4597
  }>;
4598
4598
  };
4599
4599
  jobDetails: {
4600
+ auth: {
4601
+ domestic: {
4602
+ isInfographicTooltipAvailable: boolean;
4603
+ country?: any;
4604
+ };
4605
+ isVisitor: boolean;
4606
+ isAgency: boolean;
4607
+ isFreelancer: boolean;
4608
+ isClient: boolean;
4609
+ isUpworkPlusBuyer: boolean;
4610
+ };
4611
+ isPhoneVerified: boolean;
4600
4612
  cache: boolean;
4601
4613
  job: {
4602
4614
  type: number;
4615
+ title: string;
4616
+ description: string;
4603
4617
  status: number;
4604
4618
  numberOfPositionsToHire: number;
4605
- uid: string;
4606
4619
  category: {
4607
4620
  name: string;
4608
4621
  urlSlug: string;
@@ -4631,14 +4644,13 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
4631
4644
  hourlyBudgetType: string | null;
4632
4645
  };
4633
4646
  contractorTier: number;
4634
- description: string;
4635
4647
  segmentationData: {
4636
- customValue: string | null;
4637
- label: string;
4638
- name: string;
4639
- sortOrder: number;
4640
4648
  type: string;
4649
+ name: string;
4641
4650
  value: string;
4651
+ label: string;
4652
+ customValue: string | null;
4653
+ sortOrder: number;
4642
4654
  skill?: any;
4643
4655
  }[];
4644
4656
  clientActivity: {
@@ -4653,7 +4665,7 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
4653
4665
  annotations: {
4654
4666
  tags: string[];
4655
4667
  };
4656
- title: string;
4668
+ uid: string;
4657
4669
  ciphertext: string;
4658
4670
  access: number;
4659
4671
  createdOn: string;
@@ -4662,9 +4674,6 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
4662
4674
  notSureFreelancersToHire: boolean;
4663
4675
  notSureExperienceLevel: boolean;
4664
4676
  isContractToHire: boolean;
4665
- deliverables: string | null;
4666
- deadline: string | null;
4667
- tools: any[];
4668
4677
  qualifications: {
4669
4678
  type: number;
4670
4679
  localMarket: boolean;
@@ -4675,6 +4684,9 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
4675
4684
  shouldHavePortfolio: boolean;
4676
4685
  locationCheckRequired: boolean;
4677
4686
  minHoursWeek: number | null;
4687
+ location?: any;
4688
+ group?: any;
4689
+ regions?: any;
4678
4690
  countries?: any;
4679
4691
  earnings?: any;
4680
4692
  groupRecno?: any;
@@ -4682,39 +4694,39 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
4682
4694
  localDescription?: any;
4683
4695
  localFlexibilityDescription?: any;
4684
4696
  onSiteType?: any;
4685
- regions?: any;
4686
4697
  states?: any;
4687
4698
  tests?: any;
4688
4699
  timezones?: any;
4689
- group?: any;
4690
- location?: any;
4691
4700
  locations?: any;
4692
4701
  };
4693
4702
  durationIdV3: number;
4694
4703
  durationLabel: string;
4704
+ deliverables: string | null;
4705
+ deadline: string | null;
4706
+ tools: any[];
4707
+ premium?: boolean | null | undefined;
4695
4708
  publishedOn?: string | null | undefined;
4696
4709
  renewedOn?: string | null | undefined;
4697
4710
  engagement?: string | null | undefined;
4698
- freelancersToHire?: number | null | undefined;
4699
4711
  connectPrice?: number | null | undefined;
4700
4712
  clientRelation?: any;
4713
+ freelancersToHire?: number | null | undefined;
4701
4714
  relevanceEncoded?: string | null | undefined;
4702
4715
  enterpriseJob?: boolean | null | undefined;
4703
4716
  tierText?: string | null | undefined;
4704
4717
  isApplied?: boolean | null | undefined;
4705
4718
  proposalsTier?: string | null | undefined;
4706
- premium?: boolean | null | undefined;
4707
4719
  attrs?: {
4708
4720
  uid: string;
4709
- parentSkillUid: string | null;
4710
4721
  prefLabel: string;
4722
+ parentSkillUid: string | null;
4711
4723
  prettyName: string;
4712
4724
  highlighted: boolean;
4713
4725
  freeText?: any;
4714
4726
  }[] | null | undefined;
4715
4727
  hourlyBudget?: {
4716
- min: number;
4717
4728
  max: number;
4729
+ min: number;
4718
4730
  } | null | undefined;
4719
4731
  weeklyBudget?: {
4720
4732
  amount: number;
@@ -4724,10 +4736,10 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
4724
4736
  };
4725
4737
  buyer: {
4726
4738
  location: {
4739
+ country: string;
4727
4740
  offsetFromUtcMillis: number;
4728
4741
  countryTimezone: string;
4729
4742
  city: string | null;
4730
- country: string;
4731
4743
  };
4732
4744
  isEnterprise: boolean;
4733
4745
  isPaymentMethodVerified: boolean;
@@ -4763,45 +4775,45 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
4763
4775
  };
4764
4776
  openJobs: {
4765
4777
  type: number;
4766
- uid: string;
4778
+ id: string;
4767
4779
  title: string;
4780
+ uid: string;
4768
4781
  ciphertext: string;
4769
4782
  access: number | null;
4770
- id: string;
4771
4783
  isPtcPrivate: boolean;
4772
4784
  }[];
4773
4785
  workHistory: any[];
4774
4786
  similarJobs: {
4775
- renewedOn: string | null;
4776
- engagement: string | null;
4777
4787
  type: number;
4788
+ id: string | null;
4789
+ title: string;
4790
+ description: string;
4778
4791
  amount: {
4779
4792
  amount: number;
4780
4793
  };
4781
4794
  hourlyBudgetMin: number;
4782
4795
  hourlyBudgetMax: number;
4783
4796
  contractorTier: number;
4784
- description: string;
4785
- title: string;
4786
4797
  ciphertext: string;
4787
4798
  createdOn: string;
4788
4799
  durationLabel: string;
4789
- id: string | null;
4790
4800
  ontologySkills: {
4791
- prefLabel: string;
4792
4801
  id: string | null;
4802
+ prefLabel: string;
4793
4803
  }[];
4804
+ renewedOn: string | null;
4805
+ engagement: string | null;
4794
4806
  maxAmount?: any;
4795
4807
  }[];
4796
4808
  sands: {
4797
- ontologySkills: any[];
4798
4809
  occupation: {
4810
+ id: string;
4799
4811
  uid: string;
4800
- prefLabel: string;
4801
4812
  freeText: string | null;
4802
- id: string;
4803
4813
  ontologyId: string;
4814
+ prefLabel: string;
4804
4815
  };
4816
+ ontologySkills: any[];
4805
4817
  additionalSkills: {
4806
4818
  name: string;
4807
4819
  uid: string | null;
@@ -4809,26 +4821,14 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
4809
4821
  relevance: string;
4810
4822
  }[];
4811
4823
  };
4812
- auth: {
4813
- isVisitor: boolean;
4814
- isAgency: boolean;
4815
- isFreelancer: boolean;
4816
- isClient: boolean;
4817
- isUpworkPlusBuyer: boolean;
4818
- domestic: {
4819
- isInfographicTooltipAvailable: boolean;
4820
- country?: any;
4821
- };
4822
- };
4823
4824
  enterpriseJobAdditionalInfo: Record<string, any>;
4824
4825
  profileMatchServiceUid: string | null;
4825
4826
  seo: {
4826
- description: string;
4827
- title: string;
4828
4827
  url: string;
4828
+ title: string;
4829
+ description: string;
4829
4830
  };
4830
4831
  isGroupOpportunity: boolean;
4831
- isPhoneVerified: boolean;
4832
4832
  isApplyBlocked: boolean;
4833
4833
  hasAiInterview: boolean;
4834
4834
  aiInterviewLinkSent: boolean;
@@ -4904,14 +4904,34 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
4904
4904
  visitorNavSkinnyOverrides?: Record<string, any> | undefined;
4905
4905
  }>;
4906
4906
  }, "strip", z.ZodTypeAny, {
4907
- layout: string;
4908
4907
  data: Record<string, any>[];
4909
- fetch: Record<string, any>;
4910
4908
  state: {
4909
+ user: {
4910
+ id: string | null;
4911
+ loaded: boolean | null;
4912
+ loading: boolean | null;
4913
+ rid: string | null;
4914
+ nid: string | null;
4915
+ isSudo: boolean | null;
4916
+ };
4917
+ currency: {
4918
+ currencyCode: string | null;
4919
+ currencyPopupShow: boolean | null;
4920
+ currencyName: string | null;
4921
+ currencySymbol: string | null;
4922
+ currencyRate?: any;
4923
+ };
4924
+ context: {
4925
+ loaded: boolean;
4926
+ loading: boolean;
4927
+ auth: boolean;
4928
+ isLoggedIn: boolean | null;
4929
+ error?: any;
4930
+ };
4911
4931
  job: {
4912
4932
  visitedJobs: any[];
4913
- errorResponse?: any;
4914
4933
  channel?: any;
4934
+ errorResponse?: any;
4915
4935
  };
4916
4936
  qt: {
4917
4937
  isNewVisitorNavV1Enabled: boolean;
@@ -4930,43 +4950,28 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
4930
4950
  };
4931
4951
  };
4932
4952
  };
4933
- context: {
4934
- auth: boolean;
4935
- loaded: boolean;
4936
- loading: boolean;
4937
- isLoggedIn: boolean | null;
4938
- error?: any;
4939
- };
4940
4953
  orgs: {
4941
4954
  loaded: boolean | null;
4942
4955
  loading: boolean | null;
4943
4956
  orgs: any[];
4944
4957
  current: {
4945
4958
  type: string | null;
4946
- title: string | null;
4947
4959
  id: string | null;
4960
+ title: string | null;
4948
4961
  rid: string | null;
4949
4962
  legacyType: string | null;
4950
4963
  enterpriseType: string | null;
4951
4964
  typeTitle: string | null;
4952
4965
  photoUrl: string | null;
4953
4966
  flag: {
4954
- client: boolean | null;
4955
4967
  vendor: boolean | null;
4956
4968
  agency: boolean | null;
4969
+ client: boolean | null;
4957
4970
  individual: boolean | null;
4958
4971
  };
4959
4972
  portrait100: string | null;
4960
4973
  };
4961
4974
  };
4962
- user: {
4963
- id: string | null;
4964
- loaded: boolean | null;
4965
- loading: boolean | null;
4966
- rid: string | null;
4967
- nid: string | null;
4968
- isSudo: boolean | null;
4969
- };
4970
4975
  visitor: {
4971
4976
  id: string;
4972
4977
  ip: string;
@@ -4980,13 +4985,6 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
4980
4985
  organizations: {
4981
4986
  items: any[];
4982
4987
  };
4983
- currency: {
4984
- currencyCode: string | null;
4985
- currencyPopupShow: boolean | null;
4986
- currencyName: string | null;
4987
- currencySymbol: string | null;
4988
- currencyRate?: any;
4989
- };
4990
4988
  bot: {
4991
4989
  loaded: boolean;
4992
4990
  isBot: boolean;
@@ -5012,6 +5010,8 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
5012
5010
  };
5013
5011
  tracking: {
5014
5012
  location: string;
5013
+ loaded: boolean | null;
5014
+ loading: boolean | null;
5015
5015
  context: {
5016
5016
  visitor_id: string | null;
5017
5017
  user_uid: string | null;
@@ -5021,12 +5021,10 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
5021
5021
  user_is_sudo: boolean | null;
5022
5022
  is_logged_in: boolean | null;
5023
5023
  };
5024
- loaded: boolean | null;
5025
- loading: boolean | null;
5026
5024
  visitorApiKey: string | null;
5027
5025
  suit2Enabled: boolean;
5028
- promise?: any;
5029
5026
  error?: any;
5027
+ promise?: any;
5030
5028
  };
5031
5029
  theme: {
5032
5030
  isSystemThemeMode: boolean | null;
@@ -5042,12 +5040,25 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
5042
5040
  }>;
5043
5041
  };
5044
5042
  jobDetails: {
5043
+ auth: {
5044
+ domestic: {
5045
+ isInfographicTooltipAvailable: boolean;
5046
+ country?: any;
5047
+ };
5048
+ isVisitor: boolean;
5049
+ isAgency: boolean;
5050
+ isFreelancer: boolean;
5051
+ isClient: boolean;
5052
+ isUpworkPlusBuyer: boolean;
5053
+ };
5054
+ isPhoneVerified: boolean;
5045
5055
  cache: boolean;
5046
5056
  job: {
5047
5057
  type: number;
5058
+ title: string;
5059
+ description: string;
5048
5060
  status: number;
5049
5061
  numberOfPositionsToHire: number;
5050
- uid: string;
5051
5062
  category: {
5052
5063
  name: string;
5053
5064
  urlSlug: string;
@@ -5076,14 +5087,13 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
5076
5087
  hourlyBudgetType: string | null;
5077
5088
  };
5078
5089
  contractorTier: number;
5079
- description: string;
5080
5090
  segmentationData: {
5081
- customValue: string | null;
5082
- label: string;
5083
- name: string;
5084
- sortOrder: number;
5085
5091
  type: string;
5092
+ name: string;
5086
5093
  value: string;
5094
+ label: string;
5095
+ customValue: string | null;
5096
+ sortOrder: number;
5087
5097
  skill?: any;
5088
5098
  }[];
5089
5099
  clientActivity: {
@@ -5098,7 +5108,7 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
5098
5108
  annotations: {
5099
5109
  tags: string[];
5100
5110
  };
5101
- title: string;
5111
+ uid: string;
5102
5112
  ciphertext: string;
5103
5113
  access: number;
5104
5114
  createdOn: string;
@@ -5107,9 +5117,6 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
5107
5117
  notSureFreelancersToHire: boolean;
5108
5118
  notSureExperienceLevel: boolean;
5109
5119
  isContractToHire: boolean;
5110
- deliverables: string | null;
5111
- deadline: string | null;
5112
- tools: any[];
5113
5120
  qualifications: {
5114
5121
  type: number;
5115
5122
  localMarket: boolean;
@@ -5120,6 +5127,9 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
5120
5127
  shouldHavePortfolio: boolean;
5121
5128
  locationCheckRequired: boolean;
5122
5129
  minHoursWeek: number | null;
5130
+ location?: any;
5131
+ group?: any;
5132
+ regions?: any;
5123
5133
  countries?: any;
5124
5134
  earnings?: any;
5125
5135
  groupRecno?: any;
@@ -5127,39 +5137,39 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
5127
5137
  localDescription?: any;
5128
5138
  localFlexibilityDescription?: any;
5129
5139
  onSiteType?: any;
5130
- regions?: any;
5131
5140
  states?: any;
5132
5141
  tests?: any;
5133
5142
  timezones?: any;
5134
- group?: any;
5135
- location?: any;
5136
5143
  locations?: any;
5137
5144
  };
5138
5145
  durationIdV3: number;
5139
5146
  durationLabel: string;
5147
+ deliverables: string | null;
5148
+ deadline: string | null;
5149
+ tools: any[];
5150
+ premium?: boolean | null | undefined;
5140
5151
  publishedOn?: string | null | undefined;
5141
5152
  renewedOn?: string | null | undefined;
5142
5153
  engagement?: string | null | undefined;
5143
- freelancersToHire?: number | null | undefined;
5144
5154
  connectPrice?: number | null | undefined;
5145
5155
  clientRelation?: any;
5156
+ freelancersToHire?: number | null | undefined;
5146
5157
  relevanceEncoded?: string | null | undefined;
5147
5158
  enterpriseJob?: boolean | null | undefined;
5148
5159
  tierText?: string | null | undefined;
5149
5160
  isApplied?: boolean | null | undefined;
5150
5161
  proposalsTier?: string | null | undefined;
5151
- premium?: boolean | null | undefined;
5152
5162
  attrs?: {
5153
5163
  uid: string;
5154
- parentSkillUid: string | null;
5155
5164
  prefLabel: string;
5165
+ parentSkillUid: string | null;
5156
5166
  prettyName: string;
5157
5167
  highlighted: boolean;
5158
5168
  freeText?: any;
5159
5169
  }[] | null | undefined;
5160
5170
  hourlyBudget?: {
5161
- min: number;
5162
5171
  max: number;
5172
+ min: number;
5163
5173
  } | null | undefined;
5164
5174
  weeklyBudget?: {
5165
5175
  amount: number;
@@ -5169,10 +5179,10 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
5169
5179
  };
5170
5180
  buyer: {
5171
5181
  location: {
5182
+ country: string;
5172
5183
  offsetFromUtcMillis: number;
5173
5184
  countryTimezone: string;
5174
5185
  city: string | null;
5175
- country: string;
5176
5186
  };
5177
5187
  isEnterprise: boolean;
5178
5188
  isPaymentMethodVerified: boolean;
@@ -5208,45 +5218,45 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
5208
5218
  };
5209
5219
  openJobs: {
5210
5220
  type: number;
5211
- uid: string;
5221
+ id: string;
5212
5222
  title: string;
5223
+ uid: string;
5213
5224
  ciphertext: string;
5214
5225
  access: number | null;
5215
- id: string;
5216
5226
  isPtcPrivate: boolean;
5217
5227
  }[];
5218
5228
  workHistory: any[];
5219
5229
  similarJobs: {
5220
- renewedOn: string | null;
5221
- engagement: string | null;
5222
5230
  type: number;
5231
+ id: string | null;
5232
+ title: string;
5233
+ description: string;
5223
5234
  amount: {
5224
5235
  amount: number;
5225
5236
  };
5226
5237
  hourlyBudgetMin: number;
5227
5238
  hourlyBudgetMax: number;
5228
5239
  contractorTier: number;
5229
- description: string;
5230
- title: string;
5231
5240
  ciphertext: string;
5232
5241
  createdOn: string;
5233
5242
  durationLabel: string;
5234
- id: string | null;
5235
5243
  ontologySkills: {
5236
- prefLabel: string;
5237
5244
  id: string | null;
5245
+ prefLabel: string;
5238
5246
  }[];
5247
+ renewedOn: string | null;
5248
+ engagement: string | null;
5239
5249
  maxAmount?: any;
5240
5250
  }[];
5241
5251
  sands: {
5242
- ontologySkills: any[];
5243
5252
  occupation: {
5253
+ id: string;
5244
5254
  uid: string;
5245
- prefLabel: string;
5246
5255
  freeText: string | null;
5247
- id: string;
5248
5256
  ontologyId: string;
5257
+ prefLabel: string;
5249
5258
  };
5259
+ ontologySkills: any[];
5250
5260
  additionalSkills: {
5251
5261
  name: string;
5252
5262
  uid: string | null;
@@ -5254,26 +5264,14 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
5254
5264
  relevance: string;
5255
5265
  }[];
5256
5266
  };
5257
- auth: {
5258
- isVisitor: boolean;
5259
- isAgency: boolean;
5260
- isFreelancer: boolean;
5261
- isClient: boolean;
5262
- isUpworkPlusBuyer: boolean;
5263
- domestic: {
5264
- isInfographicTooltipAvailable: boolean;
5265
- country?: any;
5266
- };
5267
- };
5268
5267
  enterpriseJobAdditionalInfo: Record<string, any>;
5269
5268
  profileMatchServiceUid: string | null;
5270
5269
  seo: {
5271
- description: string;
5272
- title: string;
5273
5270
  url: string;
5271
+ title: string;
5272
+ description: string;
5274
5273
  };
5275
5274
  isGroupOpportunity: boolean;
5276
- isPhoneVerified: boolean;
5277
5275
  isApplyBlocked: boolean;
5278
5276
  hasAiInterview: boolean;
5279
5277
  aiInterviewLinkSent: boolean;
@@ -5295,6 +5293,8 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
5295
5293
  token: string;
5296
5294
  } | undefined;
5297
5295
  };
5296
+ fetch: Record<string, any>;
5297
+ layout: string;
5298
5298
  serverRendered: boolean;
5299
5299
  routePath: string;
5300
5300
  config: {
@@ -5316,14 +5316,34 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
5316
5316
  };
5317
5317
  error?: any;
5318
5318
  }, {
5319
- layout: string;
5320
5319
  data: Record<string, any>[];
5321
- fetch: Record<string, any>;
5322
5320
  state: {
5321
+ user: {
5322
+ id: string | null;
5323
+ loaded: boolean | null;
5324
+ loading: boolean | null;
5325
+ rid: string | null;
5326
+ nid: string | null;
5327
+ isSudo: boolean | null;
5328
+ };
5329
+ currency: {
5330
+ currencyCode: string | null;
5331
+ currencyPopupShow: boolean | null;
5332
+ currencyName: string | null;
5333
+ currencySymbol: string | null;
5334
+ currencyRate?: any;
5335
+ };
5336
+ context: {
5337
+ loaded: boolean;
5338
+ loading: boolean;
5339
+ auth: boolean;
5340
+ isLoggedIn: boolean | null;
5341
+ error?: any;
5342
+ };
5323
5343
  job: {
5324
5344
  visitedJobs: any[];
5325
- errorResponse?: any;
5326
5345
  channel?: any;
5346
+ errorResponse?: any;
5327
5347
  };
5328
5348
  qt: {
5329
5349
  isNewVisitorNavV1Enabled: boolean;
@@ -5342,43 +5362,28 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
5342
5362
  };
5343
5363
  };
5344
5364
  };
5345
- context: {
5346
- auth: boolean;
5347
- loaded: boolean;
5348
- loading: boolean;
5349
- isLoggedIn: boolean | null;
5350
- error?: any;
5351
- };
5352
5365
  orgs: {
5353
5366
  loaded: boolean | null;
5354
5367
  loading: boolean | null;
5355
5368
  orgs: any[];
5356
5369
  current: {
5357
5370
  type: string | null;
5358
- title: string | null;
5359
5371
  id: string | null;
5372
+ title: string | null;
5360
5373
  rid: string | null;
5361
5374
  legacyType: string | null;
5362
5375
  enterpriseType: string | null;
5363
5376
  typeTitle: string | null;
5364
5377
  photoUrl: string | null;
5365
5378
  flag: {
5366
- client: boolean | null;
5367
5379
  vendor: boolean | null;
5368
5380
  agency: boolean | null;
5381
+ client: boolean | null;
5369
5382
  individual: boolean | null;
5370
5383
  };
5371
5384
  portrait100: string | null;
5372
5385
  };
5373
5386
  };
5374
- user: {
5375
- id: string | null;
5376
- loaded: boolean | null;
5377
- loading: boolean | null;
5378
- rid: string | null;
5379
- nid: string | null;
5380
- isSudo: boolean | null;
5381
- };
5382
5387
  visitor: {
5383
5388
  id: string;
5384
5389
  ip: string;
@@ -5392,13 +5397,6 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
5392
5397
  organizations: {
5393
5398
  items: any[];
5394
5399
  };
5395
- currency: {
5396
- currencyCode: string | null;
5397
- currencyPopupShow: boolean | null;
5398
- currencyName: string | null;
5399
- currencySymbol: string | null;
5400
- currencyRate?: any;
5401
- };
5402
5400
  bot: {
5403
5401
  loaded: boolean;
5404
5402
  isBot: boolean;
@@ -5424,6 +5422,8 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
5424
5422
  };
5425
5423
  tracking: {
5426
5424
  location: string;
5425
+ loaded: boolean | null;
5426
+ loading: boolean | null;
5427
5427
  context: {
5428
5428
  visitor_id: string | null;
5429
5429
  user_uid: string | null;
@@ -5433,12 +5433,10 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
5433
5433
  user_is_sudo: boolean | null;
5434
5434
  is_logged_in: boolean | null;
5435
5435
  };
5436
- loaded: boolean | null;
5437
- loading: boolean | null;
5438
5436
  visitorApiKey: string | null;
5439
5437
  suit2Enabled: boolean;
5440
- promise?: any;
5441
5438
  error?: any;
5439
+ promise?: any;
5442
5440
  };
5443
5441
  theme: {
5444
5442
  isSystemThemeMode: boolean | null;
@@ -5454,12 +5452,25 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
5454
5452
  }>;
5455
5453
  };
5456
5454
  jobDetails: {
5455
+ auth: {
5456
+ domestic: {
5457
+ isInfographicTooltipAvailable: boolean;
5458
+ country?: any;
5459
+ };
5460
+ isVisitor: boolean;
5461
+ isAgency: boolean;
5462
+ isFreelancer: boolean;
5463
+ isClient: boolean;
5464
+ isUpworkPlusBuyer: boolean;
5465
+ };
5466
+ isPhoneVerified: boolean;
5457
5467
  cache: boolean;
5458
5468
  job: {
5459
5469
  type: number;
5470
+ title: string;
5471
+ description: string;
5460
5472
  status: number;
5461
5473
  numberOfPositionsToHire: number;
5462
- uid: string;
5463
5474
  category: {
5464
5475
  name: string;
5465
5476
  urlSlug: string;
@@ -5488,14 +5499,13 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
5488
5499
  hourlyBudgetType: string | null;
5489
5500
  };
5490
5501
  contractorTier: number;
5491
- description: string;
5492
5502
  segmentationData: {
5493
- customValue: string | null;
5494
- label: string;
5495
- name: string;
5496
- sortOrder: number;
5497
5503
  type: string;
5504
+ name: string;
5498
5505
  value: string;
5506
+ label: string;
5507
+ customValue: string | null;
5508
+ sortOrder: number;
5499
5509
  skill?: any;
5500
5510
  }[];
5501
5511
  clientActivity: {
@@ -5510,7 +5520,7 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
5510
5520
  annotations: {
5511
5521
  tags: string[];
5512
5522
  };
5513
- title: string;
5523
+ uid: string;
5514
5524
  ciphertext: string;
5515
5525
  access: number;
5516
5526
  createdOn: string;
@@ -5519,9 +5529,6 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
5519
5529
  notSureFreelancersToHire: boolean;
5520
5530
  notSureExperienceLevel: boolean;
5521
5531
  isContractToHire: boolean;
5522
- deliverables: string | null;
5523
- deadline: string | null;
5524
- tools: any[];
5525
5532
  qualifications: {
5526
5533
  type: number;
5527
5534
  localMarket: boolean;
@@ -5532,6 +5539,9 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
5532
5539
  shouldHavePortfolio: boolean;
5533
5540
  locationCheckRequired: boolean;
5534
5541
  minHoursWeek: number | null;
5542
+ location?: any;
5543
+ group?: any;
5544
+ regions?: any;
5535
5545
  countries?: any;
5536
5546
  earnings?: any;
5537
5547
  groupRecno?: any;
@@ -5539,39 +5549,39 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
5539
5549
  localDescription?: any;
5540
5550
  localFlexibilityDescription?: any;
5541
5551
  onSiteType?: any;
5542
- regions?: any;
5543
5552
  states?: any;
5544
5553
  tests?: any;
5545
5554
  timezones?: any;
5546
- group?: any;
5547
- location?: any;
5548
5555
  locations?: any;
5549
5556
  };
5550
5557
  durationIdV3: number;
5551
5558
  durationLabel: string;
5559
+ deliverables: string | null;
5560
+ deadline: string | null;
5561
+ tools: any[];
5562
+ premium?: boolean | null | undefined;
5552
5563
  publishedOn?: string | null | undefined;
5553
5564
  renewedOn?: string | null | undefined;
5554
5565
  engagement?: string | null | undefined;
5555
- freelancersToHire?: number | null | undefined;
5556
5566
  connectPrice?: number | null | undefined;
5557
5567
  clientRelation?: any;
5568
+ freelancersToHire?: number | null | undefined;
5558
5569
  relevanceEncoded?: string | null | undefined;
5559
5570
  enterpriseJob?: boolean | null | undefined;
5560
5571
  tierText?: string | null | undefined;
5561
5572
  isApplied?: boolean | null | undefined;
5562
5573
  proposalsTier?: string | null | undefined;
5563
- premium?: boolean | null | undefined;
5564
5574
  attrs?: {
5565
5575
  uid: string;
5566
- parentSkillUid: string | null;
5567
5576
  prefLabel: string;
5577
+ parentSkillUid: string | null;
5568
5578
  prettyName: string;
5569
5579
  highlighted: boolean;
5570
5580
  freeText?: any;
5571
5581
  }[] | null | undefined;
5572
5582
  hourlyBudget?: {
5573
- min: number;
5574
5583
  max: number;
5584
+ min: number;
5575
5585
  } | null | undefined;
5576
5586
  weeklyBudget?: {
5577
5587
  amount: number;
@@ -5581,10 +5591,10 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
5581
5591
  };
5582
5592
  buyer: {
5583
5593
  location: {
5594
+ country: string;
5584
5595
  offsetFromUtcMillis: number;
5585
5596
  countryTimezone: string;
5586
5597
  city: string | null;
5587
- country: string;
5588
5598
  };
5589
5599
  isEnterprise: boolean;
5590
5600
  isPaymentMethodVerified: boolean;
@@ -5620,45 +5630,45 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
5620
5630
  };
5621
5631
  openJobs: {
5622
5632
  type: number;
5623
- uid: string;
5633
+ id: string;
5624
5634
  title: string;
5635
+ uid: string;
5625
5636
  ciphertext: string;
5626
5637
  access: number | null;
5627
- id: string;
5628
5638
  isPtcPrivate: boolean;
5629
5639
  }[];
5630
5640
  workHistory: any[];
5631
5641
  similarJobs: {
5632
- renewedOn: string | null;
5633
- engagement: string | null;
5634
5642
  type: number;
5643
+ id: string | null;
5644
+ title: string;
5645
+ description: string;
5635
5646
  amount: {
5636
5647
  amount: number;
5637
5648
  };
5638
5649
  hourlyBudgetMin: number;
5639
5650
  hourlyBudgetMax: number;
5640
5651
  contractorTier: number;
5641
- description: string;
5642
- title: string;
5643
5652
  ciphertext: string;
5644
5653
  createdOn: string;
5645
5654
  durationLabel: string;
5646
- id: string | null;
5647
5655
  ontologySkills: {
5648
- prefLabel: string;
5649
5656
  id: string | null;
5657
+ prefLabel: string;
5650
5658
  }[];
5659
+ renewedOn: string | null;
5660
+ engagement: string | null;
5651
5661
  maxAmount?: any;
5652
5662
  }[];
5653
5663
  sands: {
5654
- ontologySkills: any[];
5655
5664
  occupation: {
5665
+ id: string;
5656
5666
  uid: string;
5657
- prefLabel: string;
5658
5667
  freeText: string | null;
5659
- id: string;
5660
5668
  ontologyId: string;
5669
+ prefLabel: string;
5661
5670
  };
5671
+ ontologySkills: any[];
5662
5672
  additionalSkills: {
5663
5673
  name: string;
5664
5674
  uid: string | null;
@@ -5666,26 +5676,14 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
5666
5676
  relevance: string;
5667
5677
  }[];
5668
5678
  };
5669
- auth: {
5670
- isVisitor: boolean;
5671
- isAgency: boolean;
5672
- isFreelancer: boolean;
5673
- isClient: boolean;
5674
- isUpworkPlusBuyer: boolean;
5675
- domestic: {
5676
- isInfographicTooltipAvailable: boolean;
5677
- country?: any;
5678
- };
5679
- };
5680
5679
  enterpriseJobAdditionalInfo: Record<string, any>;
5681
5680
  profileMatchServiceUid: string | null;
5682
5681
  seo: {
5683
- description: string;
5684
- title: string;
5685
5682
  url: string;
5683
+ title: string;
5684
+ description: string;
5686
5685
  };
5687
5686
  isGroupOpportunity: boolean;
5688
- isPhoneVerified: boolean;
5689
5687
  isApplyBlocked: boolean;
5690
5688
  hasAiInterview: boolean;
5691
5689
  aiInterviewLinkSent: boolean;
@@ -5707,6 +5705,8 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
5707
5705
  token: string;
5708
5706
  } | undefined;
5709
5707
  };
5708
+ fetch: Record<string, any>;
5709
+ layout: string;
5710
5710
  serverRendered: boolean;
5711
5711
  routePath: string;
5712
5712
  config: {