@next-degree/pickle-shared-js 0.6.48 → 0.6.50

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 (59) hide show
  1. package/dist/components/jobPost/JobDescription.cjs +13 -4
  2. package/dist/components/jobPost/JobDescription.cjs.map +1 -1
  3. package/dist/components/jobPost/JobDescription.js +13 -4
  4. package/dist/components/jobPost/JobDescription.js.map +1 -1
  5. package/dist/components/jobPost/JobPost.cjs +13 -4
  6. package/dist/components/jobPost/JobPost.cjs.map +1 -1
  7. package/dist/components/jobPost/JobPost.d.cts +1 -1
  8. package/dist/components/jobPost/JobPost.d.ts +1 -1
  9. package/dist/components/jobPost/JobPost.js +13 -4
  10. package/dist/components/jobPost/JobPost.js.map +1 -1
  11. package/dist/components/primitives/command.d.cts +1 -1
  12. package/dist/components/primitives/command.d.ts +1 -1
  13. package/dist/components/ui/ReadMore.cjs +13 -4
  14. package/dist/components/ui/ReadMore.cjs.map +1 -1
  15. package/dist/components/ui/ReadMore.js +13 -4
  16. package/dist/components/ui/ReadMore.js.map +1 -1
  17. package/dist/components/ui/Select.cjs +5 -11
  18. package/dist/components/ui/Select.cjs.map +1 -1
  19. package/dist/components/ui/Select.js +5 -11
  20. package/dist/components/ui/Select.js.map +1 -1
  21. package/dist/components/ui/StepTabs.cjs +92 -0
  22. package/dist/components/ui/StepTabs.cjs.map +1 -0
  23. package/dist/components/ui/StepTabs.d.cts +13 -0
  24. package/dist/components/ui/StepTabs.d.ts +13 -0
  25. package/dist/components/ui/StepTabs.js +58 -0
  26. package/dist/components/ui/StepTabs.js.map +1 -0
  27. package/dist/{displayText-mYUVo6Ek.d.cts → displayText-BCQw5Qq-.d.cts} +2 -2
  28. package/dist/{displayText-DDf9iWyg.d.ts → displayText-Bqmpx1Va.d.ts} +2 -2
  29. package/dist/hooks/useDisplayText.d.cts +3 -3
  30. package/dist/hooks/useDisplayText.d.ts +3 -3
  31. package/dist/index.cjs +18 -15
  32. package/dist/index.cjs.map +1 -1
  33. package/dist/index.d.cts +4 -4
  34. package/dist/index.d.ts +4 -4
  35. package/dist/index.js +18 -15
  36. package/dist/index.js.map +1 -1
  37. package/dist/{job_posting_service_latest-Dn5s8beY.d.cts → job_posting_service_latest-C2z66hFK.d.cts} +177 -177
  38. package/dist/{job_posting_service_latest-Dn5s8beY.d.ts → job_posting_service_latest-C2z66hFK.d.ts} +177 -177
  39. package/dist/lib/locations.d.cts +2 -2
  40. package/dist/lib/locations.d.ts +2 -2
  41. package/dist/lib/mappings.d.cts +3 -3
  42. package/dist/lib/mappings.d.ts +3 -3
  43. package/dist/lib/salaryRange.d.cts +1 -1
  44. package/dist/lib/salaryRange.d.ts +1 -1
  45. package/dist/services/displayText.d.cts +3 -3
  46. package/dist/services/displayText.d.ts +3 -3
  47. package/dist/styles/globals.css +96 -6
  48. package/dist/styles/globals.css.map +1 -1
  49. package/dist/types/data/company_service_latest.d.cts +1 -1
  50. package/dist/types/data/company_service_latest.d.ts +1 -1
  51. package/dist/types/data/job_posting_service_latest.d.cts +1 -1
  52. package/dist/types/data/job_posting_service_latest.d.ts +1 -1
  53. package/dist/types/data/shared_pickle_output_latest.d.cts +1 -1
  54. package/dist/types/data/shared_pickle_output_latest.d.ts +1 -1
  55. package/package.json +5 -1
  56. package/dist/{company_service_latest-DelYl1hO.d.cts → company_service_latest-B7KhyYDc.d.cts} +174 -174
  57. package/dist/{company_service_latest-DelYl1hO.d.ts → company_service_latest-B7KhyYDc.d.ts} +174 -174
  58. package/dist/{shared_pickle_output_latest-DbAgINuf.d.cts → shared_pickle_output_latest-_L9GxVle.d.cts} +11 -11
  59. package/dist/{shared_pickle_output_latest-DbAgINuf.d.ts → shared_pickle_output_latest-_L9GxVle.d.ts} +11 -11
@@ -56,8 +56,8 @@ declare const jobPostSchema: z.ZodObject<{
56
56
  unitText: z.ZodEnum<["DAY", "HOUR", "MONTH", "PER_ACTIVITY", "WEEK", "YEAR"]>;
57
57
  }, "strip", z.ZodTypeAny, {
58
58
  type: string;
59
- unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
60
59
  version: "1.0.0";
60
+ unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
61
61
  value?: number | undefined;
62
62
  minValue?: number | undefined;
63
63
  maxValue?: number | undefined;
@@ -75,16 +75,16 @@ declare const jobPostSchema: z.ZodObject<{
75
75
  version: "1.0.0";
76
76
  value?: {
77
77
  type: string;
78
- unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
79
78
  version: "1.0.0";
79
+ unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
80
80
  value?: number | undefined;
81
81
  minValue?: number | undefined;
82
82
  maxValue?: number | undefined;
83
83
  } | undefined;
84
- currency?: "EUR" | "GBP" | "USD" | undefined;
85
84
  minValue?: number | undefined;
86
85
  maxValue?: number | undefined;
87
86
  singleValue?: number | undefined;
87
+ currency?: "EUR" | "GBP" | "USD" | undefined;
88
88
  }, {
89
89
  type: string;
90
90
  value?: {
@@ -95,11 +95,11 @@ declare const jobPostSchema: z.ZodObject<{
95
95
  minValue?: number | undefined;
96
96
  maxValue?: number | undefined;
97
97
  } | undefined;
98
- currency?: "EUR" | "GBP" | "USD" | undefined;
99
98
  version?: "1.0.0" | undefined;
100
99
  minValue?: number | undefined;
101
100
  maxValue?: number | undefined;
102
101
  singleValue?: number | undefined;
102
+ currency?: "EUR" | "GBP" | "USD" | undefined;
103
103
  }>>;
104
104
  jobLocation: z.ZodOptional<z.ZodObject<{
105
105
  version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
@@ -165,9 +165,9 @@ declare const jobPostSchema: z.ZodObject<{
165
165
  url: z.ZodOptional<z.ZodString>;
166
166
  }, "strip", z.ZodTypeAny, {
167
167
  version: "1.0.0";
168
- path?: string | undefined;
169
168
  label?: string | undefined;
170
169
  title?: string | undefined;
170
+ path?: string | undefined;
171
171
  url?: string | undefined;
172
172
  size?: number | undefined;
173
173
  description?: string | undefined;
@@ -179,9 +179,9 @@ declare const jobPostSchema: z.ZodObject<{
179
179
  sha1Hash?: string | undefined;
180
180
  uploadId?: string | undefined;
181
181
  }, {
182
- path?: string | undefined;
183
182
  label?: string | undefined;
184
183
  title?: string | undefined;
184
+ path?: string | undefined;
185
185
  url?: string | undefined;
186
186
  version?: "1.0.0" | undefined;
187
187
  size?: number | undefined;
@@ -199,9 +199,9 @@ declare const jobPostSchema: z.ZodObject<{
199
199
  version: "1.0.0";
200
200
  asset?: {
201
201
  version: "1.0.0";
202
- path?: string | undefined;
203
202
  label?: string | undefined;
204
203
  title?: string | undefined;
204
+ path?: string | undefined;
205
205
  url?: string | undefined;
206
206
  size?: number | undefined;
207
207
  description?: string | undefined;
@@ -217,9 +217,9 @@ declare const jobPostSchema: z.ZodObject<{
217
217
  type: string;
218
218
  version?: "1.0.0" | undefined;
219
219
  asset?: {
220
- path?: string | undefined;
221
220
  label?: string | undefined;
222
221
  title?: string | undefined;
222
+ path?: string | undefined;
223
223
  url?: string | undefined;
224
224
  version?: "1.0.0" | undefined;
225
225
  size?: number | undefined;
@@ -239,12 +239,12 @@ declare const jobPostSchema: z.ZodObject<{
239
239
  url: z.ZodString;
240
240
  type: z.ZodString;
241
241
  }, "strip", z.ZodTypeAny, {
242
- type: string;
243
242
  url: string;
243
+ type: string;
244
244
  version: "1.0.0";
245
245
  }, {
246
- type: string;
247
246
  url: string;
247
+ type: string;
248
248
  version?: "1.0.0" | undefined;
249
249
  }>, "many">>;
250
250
  brandColor: z.ZodOptional<z.ZodString>;
@@ -277,9 +277,9 @@ declare const jobPostSchema: z.ZodObject<{
277
277
  url: z.ZodOptional<z.ZodString>;
278
278
  }, "strip", z.ZodTypeAny, {
279
279
  version: "1.0.0";
280
- path?: string | undefined;
281
280
  label?: string | undefined;
282
281
  title?: string | undefined;
282
+ path?: string | undefined;
283
283
  url?: string | undefined;
284
284
  size?: number | undefined;
285
285
  description?: string | undefined;
@@ -291,9 +291,9 @@ declare const jobPostSchema: z.ZodObject<{
291
291
  sha1Hash?: string | undefined;
292
292
  uploadId?: string | undefined;
293
293
  }, {
294
- path?: string | undefined;
295
294
  label?: string | undefined;
296
295
  title?: string | undefined;
296
+ path?: string | undefined;
297
297
  url?: string | undefined;
298
298
  version?: "1.0.0" | undefined;
299
299
  size?: number | undefined;
@@ -311,9 +311,9 @@ declare const jobPostSchema: z.ZodObject<{
311
311
  version: "1.0.0";
312
312
  asset?: {
313
313
  version: "1.0.0";
314
- path?: string | undefined;
315
314
  label?: string | undefined;
316
315
  title?: string | undefined;
316
+ path?: string | undefined;
317
317
  url?: string | undefined;
318
318
  size?: number | undefined;
319
319
  description?: string | undefined;
@@ -329,9 +329,9 @@ declare const jobPostSchema: z.ZodObject<{
329
329
  type: string;
330
330
  version?: "1.0.0" | undefined;
331
331
  asset?: {
332
- path?: string | undefined;
333
332
  label?: string | undefined;
334
333
  title?: string | undefined;
334
+ path?: string | undefined;
335
335
  url?: string | undefined;
336
336
  version?: "1.0.0" | undefined;
337
337
  size?: number | undefined;
@@ -347,8 +347,8 @@ declare const jobPostSchema: z.ZodObject<{
347
347
  }>>;
348
348
  baseUrl: z.ZodOptional<z.ZodString>;
349
349
  }, "strip", z.ZodTypeAny, {
350
- type: string;
351
350
  name: string;
351
+ type: string;
352
352
  version: "1.0.0";
353
353
  description: string;
354
354
  logo?: {
@@ -356,9 +356,9 @@ declare const jobPostSchema: z.ZodObject<{
356
356
  version: "1.0.0";
357
357
  asset?: {
358
358
  version: "1.0.0";
359
- path?: string | undefined;
360
359
  label?: string | undefined;
361
360
  title?: string | undefined;
361
+ path?: string | undefined;
362
362
  url?: string | undefined;
363
363
  size?: number | undefined;
364
364
  description?: string | undefined;
@@ -373,17 +373,17 @@ declare const jobPostSchema: z.ZodObject<{
373
373
  } | undefined;
374
374
  baseUrl?: string | undefined;
375
375
  }, {
376
- type: string;
377
376
  name: string;
377
+ type: string;
378
378
  description: string;
379
379
  version?: "1.0.0" | undefined;
380
380
  logo?: {
381
381
  type: string;
382
382
  version?: "1.0.0" | undefined;
383
383
  asset?: {
384
- path?: string | undefined;
385
384
  label?: string | undefined;
386
385
  title?: string | undefined;
386
+ path?: string | undefined;
387
387
  url?: string | undefined;
388
388
  version?: "1.0.0" | undefined;
389
389
  size?: number | undefined;
@@ -407,14 +407,14 @@ declare const jobPostSchema: z.ZodObject<{
407
407
  description: z.ZodOptional<z.ZodString>;
408
408
  category: z.ZodEnum<["FINANCIAL", "HEALTH", "PROFESSIONAL_DEVELOPMENT", "WORK_LIFE_BALANCE"]>;
409
409
  }, "strip", z.ZodTypeAny, {
410
- type: string;
411
410
  title: string;
411
+ type: string;
412
412
  version: "1.0.0";
413
413
  category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
414
414
  description?: string | undefined;
415
415
  }, {
416
- type: string;
417
416
  title: string;
417
+ type: string;
418
418
  category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
419
419
  version?: "1.0.0" | undefined;
420
420
  description?: string | undefined;
@@ -424,8 +424,8 @@ declare const jobPostSchema: z.ZodObject<{
424
424
  version: "1.0.0";
425
425
  careersUrl: string;
426
426
  jobBoard?: {
427
- type: string;
428
427
  name: string;
428
+ type: string;
429
429
  version: "1.0.0";
430
430
  description: string;
431
431
  logo?: {
@@ -433,9 +433,9 @@ declare const jobPostSchema: z.ZodObject<{
433
433
  version: "1.0.0";
434
434
  asset?: {
435
435
  version: "1.0.0";
436
- path?: string | undefined;
437
436
  label?: string | undefined;
438
437
  title?: string | undefined;
438
+ path?: string | undefined;
439
439
  url?: string | undefined;
440
440
  size?: number | undefined;
441
441
  description?: string | undefined;
@@ -452,8 +452,8 @@ declare const jobPostSchema: z.ZodObject<{
452
452
  } | undefined;
453
453
  jobBoardSlug?: string[] | undefined;
454
454
  companyBenefits?: {
455
- type: string;
456
455
  title: string;
456
+ type: string;
457
457
  version: "1.0.0";
458
458
  category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
459
459
  description?: string | undefined;
@@ -463,17 +463,17 @@ declare const jobPostSchema: z.ZodObject<{
463
463
  careersUrl: string;
464
464
  version?: "1.0.0" | undefined;
465
465
  jobBoard?: {
466
- type: string;
467
466
  name: string;
467
+ type: string;
468
468
  description: string;
469
469
  version?: "1.0.0" | undefined;
470
470
  logo?: {
471
471
  type: string;
472
472
  version?: "1.0.0" | undefined;
473
473
  asset?: {
474
- path?: string | undefined;
475
474
  label?: string | undefined;
476
475
  title?: string | undefined;
476
+ path?: string | undefined;
477
477
  url?: string | undefined;
478
478
  version?: "1.0.0" | undefined;
479
479
  size?: number | undefined;
@@ -491,8 +491,8 @@ declare const jobPostSchema: z.ZodObject<{
491
491
  } | undefined;
492
492
  jobBoardSlug?: string[] | undefined;
493
493
  companyBenefits?: {
494
- type: string;
495
494
  title: string;
495
+ type: string;
496
496
  category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
497
497
  version?: "1.0.0" | undefined;
498
498
  description?: string | undefined;
@@ -576,9 +576,9 @@ declare const jobPostSchema: z.ZodObject<{
576
576
  url: z.ZodOptional<z.ZodString>;
577
577
  }, "strip", z.ZodTypeAny, {
578
578
  version: "1.0.0";
579
- path?: string | undefined;
580
579
  label?: string | undefined;
581
580
  title?: string | undefined;
581
+ path?: string | undefined;
582
582
  url?: string | undefined;
583
583
  size?: number | undefined;
584
584
  description?: string | undefined;
@@ -590,9 +590,9 @@ declare const jobPostSchema: z.ZodObject<{
590
590
  sha1Hash?: string | undefined;
591
591
  uploadId?: string | undefined;
592
592
  }, {
593
- path?: string | undefined;
594
593
  label?: string | undefined;
595
594
  title?: string | undefined;
595
+ path?: string | undefined;
596
596
  url?: string | undefined;
597
597
  version?: "1.0.0" | undefined;
598
598
  size?: number | undefined;
@@ -610,9 +610,9 @@ declare const jobPostSchema: z.ZodObject<{
610
610
  version: "1.0.0";
611
611
  asset?: {
612
612
  version: "1.0.0";
613
- path?: string | undefined;
614
613
  label?: string | undefined;
615
614
  title?: string | undefined;
615
+ path?: string | undefined;
616
616
  url?: string | undefined;
617
617
  size?: number | undefined;
618
618
  description?: string | undefined;
@@ -628,9 +628,9 @@ declare const jobPostSchema: z.ZodObject<{
628
628
  type: string;
629
629
  version?: "1.0.0" | undefined;
630
630
  asset?: {
631
- path?: string | undefined;
632
631
  label?: string | undefined;
633
632
  title?: string | undefined;
633
+ path?: string | undefined;
634
634
  url?: string | undefined;
635
635
  version?: "1.0.0" | undefined;
636
636
  size?: number | undefined;
@@ -650,12 +650,12 @@ declare const jobPostSchema: z.ZodObject<{
650
650
  url: z.ZodString;
651
651
  type: z.ZodString;
652
652
  }, "strip", z.ZodTypeAny, {
653
- type: string;
654
653
  url: string;
654
+ type: string;
655
655
  version: "1.0.0";
656
656
  }, {
657
- type: string;
658
657
  url: string;
658
+ type: string;
659
659
  version?: "1.0.0" | undefined;
660
660
  }>, "many">>;
661
661
  telephone: z.ZodOptional<z.ZodString>;
@@ -758,9 +758,9 @@ declare const jobPostSchema: z.ZodObject<{
758
758
  version: "1.0.0";
759
759
  asset?: {
760
760
  version: "1.0.0";
761
- path?: string | undefined;
762
761
  label?: string | undefined;
763
762
  title?: string | undefined;
763
+ path?: string | undefined;
764
764
  url?: string | undefined;
765
765
  size?: number | undefined;
766
766
  description?: string | undefined;
@@ -780,8 +780,8 @@ declare const jobPostSchema: z.ZodObject<{
780
780
  isMedical?: boolean | undefined;
781
781
  isScientist?: boolean | undefined;
782
782
  socialMedia?: {
783
- type: string;
784
783
  url: string;
784
+ type: string;
785
785
  version: "1.0.0";
786
786
  }[] | undefined;
787
787
  telephone?: string | undefined;
@@ -812,9 +812,9 @@ declare const jobPostSchema: z.ZodObject<{
812
812
  type: string;
813
813
  version?: "1.0.0" | undefined;
814
814
  asset?: {
815
- path?: string | undefined;
816
815
  label?: string | undefined;
817
816
  title?: string | undefined;
817
+ path?: string | undefined;
818
818
  url?: string | undefined;
819
819
  version?: "1.0.0" | undefined;
820
820
  size?: number | undefined;
@@ -836,8 +836,8 @@ declare const jobPostSchema: z.ZodObject<{
836
836
  isMedical?: boolean | undefined;
837
837
  isScientist?: boolean | undefined;
838
838
  socialMedia?: {
839
- type: string;
840
839
  url: string;
840
+ type: string;
841
841
  version?: "1.0.0" | undefined;
842
842
  }[] | undefined;
843
843
  telephone?: string | undefined;
@@ -877,9 +877,9 @@ declare const jobPostSchema: z.ZodObject<{
877
877
  version: "1.0.0";
878
878
  asset?: {
879
879
  version: "1.0.0";
880
- path?: string | undefined;
881
880
  label?: string | undefined;
882
881
  title?: string | undefined;
882
+ path?: string | undefined;
883
883
  url?: string | undefined;
884
884
  size?: number | undefined;
885
885
  description?: string | undefined;
@@ -899,8 +899,8 @@ declare const jobPostSchema: z.ZodObject<{
899
899
  isMedical?: boolean | undefined;
900
900
  isScientist?: boolean | undefined;
901
901
  socialMedia?: {
902
- type: string;
903
902
  url: string;
903
+ type: string;
904
904
  version: "1.0.0";
905
905
  }[] | undefined;
906
906
  telephone?: string | undefined;
@@ -938,9 +938,9 @@ declare const jobPostSchema: z.ZodObject<{
938
938
  type: string;
939
939
  version?: "1.0.0" | undefined;
940
940
  asset?: {
941
- path?: string | undefined;
942
941
  label?: string | undefined;
943
942
  title?: string | undefined;
943
+ path?: string | undefined;
944
944
  url?: string | undefined;
945
945
  version?: "1.0.0" | undefined;
946
946
  size?: number | undefined;
@@ -962,8 +962,8 @@ declare const jobPostSchema: z.ZodObject<{
962
962
  isMedical?: boolean | undefined;
963
963
  isScientist?: boolean | undefined;
964
964
  socialMedia?: {
965
- type: string;
966
965
  url: string;
966
+ type: string;
967
967
  version?: "1.0.0" | undefined;
968
968
  }[] | undefined;
969
969
  telephone?: string | undefined;
@@ -1069,8 +1069,8 @@ declare const jobPostSchema: z.ZodObject<{
1069
1069
  isScrapeManaged?: boolean | undefined;
1070
1070
  }>>;
1071
1071
  }, "strip", z.ZodTypeAny, {
1072
- type: string;
1073
1072
  id: string;
1073
+ type: string;
1074
1074
  version: "1.0.0";
1075
1075
  slug: string;
1076
1076
  createdAt: string;
@@ -1081,9 +1081,9 @@ declare const jobPostSchema: z.ZodObject<{
1081
1081
  version: "1.0.0";
1082
1082
  asset?: {
1083
1083
  version: "1.0.0";
1084
- path?: string | undefined;
1085
1084
  label?: string | undefined;
1086
1085
  title?: string | undefined;
1086
+ path?: string | undefined;
1087
1087
  url?: string | undefined;
1088
1088
  size?: number | undefined;
1089
1089
  description?: string | undefined;
@@ -1097,8 +1097,8 @@ declare const jobPostSchema: z.ZodObject<{
1097
1097
  } | undefined;
1098
1098
  } | undefined;
1099
1099
  socialMedia?: {
1100
- type: string;
1101
1100
  url: string;
1101
+ type: string;
1102
1102
  version: "1.0.0";
1103
1103
  }[] | undefined;
1104
1104
  companyWebsite?: string | undefined;
@@ -1108,8 +1108,8 @@ declare const jobPostSchema: z.ZodObject<{
1108
1108
  version: "1.0.0";
1109
1109
  careersUrl: string;
1110
1110
  jobBoard?: {
1111
- type: string;
1112
1111
  name: string;
1112
+ type: string;
1113
1113
  version: "1.0.0";
1114
1114
  description: string;
1115
1115
  logo?: {
@@ -1117,9 +1117,9 @@ declare const jobPostSchema: z.ZodObject<{
1117
1117
  version: "1.0.0";
1118
1118
  asset?: {
1119
1119
  version: "1.0.0";
1120
- path?: string | undefined;
1121
1120
  label?: string | undefined;
1122
1121
  title?: string | undefined;
1122
+ path?: string | undefined;
1123
1123
  url?: string | undefined;
1124
1124
  size?: number | undefined;
1125
1125
  description?: string | undefined;
@@ -1136,8 +1136,8 @@ declare const jobPostSchema: z.ZodObject<{
1136
1136
  } | undefined;
1137
1137
  jobBoardSlug?: string[] | undefined;
1138
1138
  companyBenefits?: {
1139
- type: string;
1140
1139
  title: string;
1140
+ type: string;
1141
1141
  version: "1.0.0";
1142
1142
  category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
1143
1143
  description?: string | undefined;
@@ -1193,9 +1193,9 @@ declare const jobPostSchema: z.ZodObject<{
1193
1193
  version: "1.0.0";
1194
1194
  asset?: {
1195
1195
  version: "1.0.0";
1196
- path?: string | undefined;
1197
1196
  label?: string | undefined;
1198
1197
  title?: string | undefined;
1198
+ path?: string | undefined;
1199
1199
  url?: string | undefined;
1200
1200
  size?: number | undefined;
1201
1201
  description?: string | undefined;
@@ -1215,8 +1215,8 @@ declare const jobPostSchema: z.ZodObject<{
1215
1215
  isMedical?: boolean | undefined;
1216
1216
  isScientist?: boolean | undefined;
1217
1217
  socialMedia?: {
1218
- type: string;
1219
1218
  url: string;
1219
+ type: string;
1220
1220
  version: "1.0.0";
1221
1221
  }[] | undefined;
1222
1222
  telephone?: string | undefined;
@@ -1252,8 +1252,8 @@ declare const jobPostSchema: z.ZodObject<{
1252
1252
  postProcessorUniqueRunId?: string | undefined;
1253
1253
  } | undefined;
1254
1254
  }, {
1255
- type: string;
1256
1255
  id: string;
1256
+ type: string;
1257
1257
  slug: string;
1258
1258
  createdAt: string;
1259
1259
  updatedAt: string;
@@ -1263,9 +1263,9 @@ declare const jobPostSchema: z.ZodObject<{
1263
1263
  type: string;
1264
1264
  version?: "1.0.0" | undefined;
1265
1265
  asset?: {
1266
- path?: string | undefined;
1267
1266
  label?: string | undefined;
1268
1267
  title?: string | undefined;
1268
+ path?: string | undefined;
1269
1269
  url?: string | undefined;
1270
1270
  version?: "1.0.0" | undefined;
1271
1271
  size?: number | undefined;
@@ -1280,8 +1280,8 @@ declare const jobPostSchema: z.ZodObject<{
1280
1280
  } | undefined;
1281
1281
  } | undefined;
1282
1282
  socialMedia?: {
1283
- type: string;
1284
1283
  url: string;
1284
+ type: string;
1285
1285
  version?: "1.0.0" | undefined;
1286
1286
  }[] | undefined;
1287
1287
  companyWebsite?: string | undefined;
@@ -1291,17 +1291,17 @@ declare const jobPostSchema: z.ZodObject<{
1291
1291
  careersUrl: string;
1292
1292
  version?: "1.0.0" | undefined;
1293
1293
  jobBoard?: {
1294
- type: string;
1295
1294
  name: string;
1295
+ type: string;
1296
1296
  description: string;
1297
1297
  version?: "1.0.0" | undefined;
1298
1298
  logo?: {
1299
1299
  type: string;
1300
1300
  version?: "1.0.0" | undefined;
1301
1301
  asset?: {
1302
- path?: string | undefined;
1303
1302
  label?: string | undefined;
1304
1303
  title?: string | undefined;
1304
+ path?: string | undefined;
1305
1305
  url?: string | undefined;
1306
1306
  version?: "1.0.0" | undefined;
1307
1307
  size?: number | undefined;
@@ -1319,8 +1319,8 @@ declare const jobPostSchema: z.ZodObject<{
1319
1319
  } | undefined;
1320
1320
  jobBoardSlug?: string[] | undefined;
1321
1321
  companyBenefits?: {
1322
- type: string;
1323
1322
  title: string;
1323
+ type: string;
1324
1324
  category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
1325
1325
  version?: "1.0.0" | undefined;
1326
1326
  description?: string | undefined;
@@ -1374,9 +1374,9 @@ declare const jobPostSchema: z.ZodObject<{
1374
1374
  type: string;
1375
1375
  version?: "1.0.0" | undefined;
1376
1376
  asset?: {
1377
- path?: string | undefined;
1378
1377
  label?: string | undefined;
1379
1378
  title?: string | undefined;
1379
+ path?: string | undefined;
1380
1380
  url?: string | undefined;
1381
1381
  version?: "1.0.0" | undefined;
1382
1382
  size?: number | undefined;
@@ -1398,8 +1398,8 @@ declare const jobPostSchema: z.ZodObject<{
1398
1398
  isMedical?: boolean | undefined;
1399
1399
  isScientist?: boolean | undefined;
1400
1400
  socialMedia?: {
1401
- type: string;
1402
1401
  url: string;
1402
+ type: string;
1403
1403
  version?: "1.0.0" | undefined;
1404
1404
  }[] | undefined;
1405
1405
  telephone?: string | undefined;
@@ -1507,15 +1507,15 @@ declare const jobPostSchema: z.ZodObject<{
1507
1507
  createdAt: z.ZodOptional<z.ZodString>;
1508
1508
  updatedAt: z.ZodOptional<z.ZodString>;
1509
1509
  }, "strip", z.ZodTypeAny, {
1510
- type: string;
1511
1510
  name: string;
1511
+ type: string;
1512
1512
  version: "1.0.0";
1513
1513
  officeType: "BRANCH" | "HEADQUARTERS" | "SATELLITE";
1514
1514
  createdAt?: string | undefined;
1515
1515
  updatedAt?: string | undefined;
1516
1516
  companyId?: {
1517
- type: string;
1518
1517
  id: string;
1518
+ type: string;
1519
1519
  version: "1.0.0";
1520
1520
  slug: string;
1521
1521
  createdAt: string;
@@ -1526,9 +1526,9 @@ declare const jobPostSchema: z.ZodObject<{
1526
1526
  version: "1.0.0";
1527
1527
  asset?: {
1528
1528
  version: "1.0.0";
1529
- path?: string | undefined;
1530
1529
  label?: string | undefined;
1531
1530
  title?: string | undefined;
1531
+ path?: string | undefined;
1532
1532
  url?: string | undefined;
1533
1533
  size?: number | undefined;
1534
1534
  description?: string | undefined;
@@ -1542,8 +1542,8 @@ declare const jobPostSchema: z.ZodObject<{
1542
1542
  } | undefined;
1543
1543
  } | undefined;
1544
1544
  socialMedia?: {
1545
- type: string;
1546
1545
  url: string;
1546
+ type: string;
1547
1547
  version: "1.0.0";
1548
1548
  }[] | undefined;
1549
1549
  companyWebsite?: string | undefined;
@@ -1553,8 +1553,8 @@ declare const jobPostSchema: z.ZodObject<{
1553
1553
  version: "1.0.0";
1554
1554
  careersUrl: string;
1555
1555
  jobBoard?: {
1556
- type: string;
1557
1556
  name: string;
1557
+ type: string;
1558
1558
  version: "1.0.0";
1559
1559
  description: string;
1560
1560
  logo?: {
@@ -1562,9 +1562,9 @@ declare const jobPostSchema: z.ZodObject<{
1562
1562
  version: "1.0.0";
1563
1563
  asset?: {
1564
1564
  version: "1.0.0";
1565
- path?: string | undefined;
1566
1565
  label?: string | undefined;
1567
1566
  title?: string | undefined;
1567
+ path?: string | undefined;
1568
1568
  url?: string | undefined;
1569
1569
  size?: number | undefined;
1570
1570
  description?: string | undefined;
@@ -1581,8 +1581,8 @@ declare const jobPostSchema: z.ZodObject<{
1581
1581
  } | undefined;
1582
1582
  jobBoardSlug?: string[] | undefined;
1583
1583
  companyBenefits?: {
1584
- type: string;
1585
1584
  title: string;
1585
+ type: string;
1586
1586
  version: "1.0.0";
1587
1587
  category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
1588
1588
  description?: string | undefined;
@@ -1638,9 +1638,9 @@ declare const jobPostSchema: z.ZodObject<{
1638
1638
  version: "1.0.0";
1639
1639
  asset?: {
1640
1640
  version: "1.0.0";
1641
- path?: string | undefined;
1642
1641
  label?: string | undefined;
1643
1642
  title?: string | undefined;
1643
+ path?: string | undefined;
1644
1644
  url?: string | undefined;
1645
1645
  size?: number | undefined;
1646
1646
  description?: string | undefined;
@@ -1660,8 +1660,8 @@ declare const jobPostSchema: z.ZodObject<{
1660
1660
  isMedical?: boolean | undefined;
1661
1661
  isScientist?: boolean | undefined;
1662
1662
  socialMedia?: {
1663
- type: string;
1664
1663
  url: string;
1664
+ type: string;
1665
1665
  version: "1.0.0";
1666
1666
  }[] | undefined;
1667
1667
  telephone?: string | undefined;
@@ -1715,15 +1715,15 @@ declare const jobPostSchema: z.ZodObject<{
1715
1715
  longitude?: number | undefined;
1716
1716
  } | undefined;
1717
1717
  }, {
1718
- type: string;
1719
1718
  name: string;
1719
+ type: string;
1720
1720
  officeType: "BRANCH" | "HEADQUARTERS" | "SATELLITE";
1721
1721
  version?: "1.0.0" | undefined;
1722
1722
  createdAt?: string | undefined;
1723
1723
  updatedAt?: string | undefined;
1724
1724
  companyId?: {
1725
- type: string;
1726
1725
  id: string;
1726
+ type: string;
1727
1727
  slug: string;
1728
1728
  createdAt: string;
1729
1729
  updatedAt: string;
@@ -1733,9 +1733,9 @@ declare const jobPostSchema: z.ZodObject<{
1733
1733
  type: string;
1734
1734
  version?: "1.0.0" | undefined;
1735
1735
  asset?: {
1736
- path?: string | undefined;
1737
1736
  label?: string | undefined;
1738
1737
  title?: string | undefined;
1738
+ path?: string | undefined;
1739
1739
  url?: string | undefined;
1740
1740
  version?: "1.0.0" | undefined;
1741
1741
  size?: number | undefined;
@@ -1750,8 +1750,8 @@ declare const jobPostSchema: z.ZodObject<{
1750
1750
  } | undefined;
1751
1751
  } | undefined;
1752
1752
  socialMedia?: {
1753
- type: string;
1754
1753
  url: string;
1754
+ type: string;
1755
1755
  version?: "1.0.0" | undefined;
1756
1756
  }[] | undefined;
1757
1757
  companyWebsite?: string | undefined;
@@ -1761,17 +1761,17 @@ declare const jobPostSchema: z.ZodObject<{
1761
1761
  careersUrl: string;
1762
1762
  version?: "1.0.0" | undefined;
1763
1763
  jobBoard?: {
1764
- type: string;
1765
1764
  name: string;
1765
+ type: string;
1766
1766
  description: string;
1767
1767
  version?: "1.0.0" | undefined;
1768
1768
  logo?: {
1769
1769
  type: string;
1770
1770
  version?: "1.0.0" | undefined;
1771
1771
  asset?: {
1772
- path?: string | undefined;
1773
1772
  label?: string | undefined;
1774
1773
  title?: string | undefined;
1774
+ path?: string | undefined;
1775
1775
  url?: string | undefined;
1776
1776
  version?: "1.0.0" | undefined;
1777
1777
  size?: number | undefined;
@@ -1789,8 +1789,8 @@ declare const jobPostSchema: z.ZodObject<{
1789
1789
  } | undefined;
1790
1790
  jobBoardSlug?: string[] | undefined;
1791
1791
  companyBenefits?: {
1792
- type: string;
1793
1792
  title: string;
1793
+ type: string;
1794
1794
  category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
1795
1795
  version?: "1.0.0" | undefined;
1796
1796
  description?: string | undefined;
@@ -1844,9 +1844,9 @@ declare const jobPostSchema: z.ZodObject<{
1844
1844
  type: string;
1845
1845
  version?: "1.0.0" | undefined;
1846
1846
  asset?: {
1847
- path?: string | undefined;
1848
1847
  label?: string | undefined;
1849
1848
  title?: string | undefined;
1849
+ path?: string | undefined;
1850
1850
  url?: string | undefined;
1851
1851
  version?: "1.0.0" | undefined;
1852
1852
  size?: number | undefined;
@@ -1868,8 +1868,8 @@ declare const jobPostSchema: z.ZodObject<{
1868
1868
  isMedical?: boolean | undefined;
1869
1869
  isScientist?: boolean | undefined;
1870
1870
  socialMedia?: {
1871
- type: string;
1872
1871
  url: string;
1872
+ type: string;
1873
1873
  version?: "1.0.0" | undefined;
1874
1874
  }[] | undefined;
1875
1875
  telephone?: string | undefined;
@@ -2020,9 +2020,9 @@ declare const jobPostSchema: z.ZodObject<{
2020
2020
  url: z.ZodOptional<z.ZodString>;
2021
2021
  }, "strip", z.ZodTypeAny, {
2022
2022
  version: "1.0.0";
2023
- path?: string | undefined;
2024
2023
  label?: string | undefined;
2025
2024
  title?: string | undefined;
2025
+ path?: string | undefined;
2026
2026
  url?: string | undefined;
2027
2027
  size?: number | undefined;
2028
2028
  description?: string | undefined;
@@ -2034,9 +2034,9 @@ declare const jobPostSchema: z.ZodObject<{
2034
2034
  sha1Hash?: string | undefined;
2035
2035
  uploadId?: string | undefined;
2036
2036
  }, {
2037
- path?: string | undefined;
2038
2037
  label?: string | undefined;
2039
2038
  title?: string | undefined;
2039
+ path?: string | undefined;
2040
2040
  url?: string | undefined;
2041
2041
  version?: "1.0.0" | undefined;
2042
2042
  size?: number | undefined;
@@ -2054,9 +2054,9 @@ declare const jobPostSchema: z.ZodObject<{
2054
2054
  version: "1.0.0";
2055
2055
  asset?: {
2056
2056
  version: "1.0.0";
2057
- path?: string | undefined;
2058
2057
  label?: string | undefined;
2059
2058
  title?: string | undefined;
2059
+ path?: string | undefined;
2060
2060
  url?: string | undefined;
2061
2061
  size?: number | undefined;
2062
2062
  description?: string | undefined;
@@ -2072,9 +2072,9 @@ declare const jobPostSchema: z.ZodObject<{
2072
2072
  type: string;
2073
2073
  version?: "1.0.0" | undefined;
2074
2074
  asset?: {
2075
- path?: string | undefined;
2076
2075
  label?: string | undefined;
2077
2076
  title?: string | undefined;
2077
+ path?: string | undefined;
2078
2078
  url?: string | undefined;
2079
2079
  version?: "1.0.0" | undefined;
2080
2080
  size?: number | undefined;
@@ -2094,12 +2094,12 @@ declare const jobPostSchema: z.ZodObject<{
2094
2094
  url: z.ZodString;
2095
2095
  type: z.ZodString;
2096
2096
  }, "strip", z.ZodTypeAny, {
2097
- type: string;
2098
2097
  url: string;
2098
+ type: string;
2099
2099
  version: "1.0.0";
2100
2100
  }, {
2101
- type: string;
2102
2101
  url: string;
2102
+ type: string;
2103
2103
  version?: "1.0.0" | undefined;
2104
2104
  }>, "many">>;
2105
2105
  brandColor: z.ZodOptional<z.ZodString>;
@@ -2132,9 +2132,9 @@ declare const jobPostSchema: z.ZodObject<{
2132
2132
  url: z.ZodOptional<z.ZodString>;
2133
2133
  }, "strip", z.ZodTypeAny, {
2134
2134
  version: "1.0.0";
2135
- path?: string | undefined;
2136
2135
  label?: string | undefined;
2137
2136
  title?: string | undefined;
2137
+ path?: string | undefined;
2138
2138
  url?: string | undefined;
2139
2139
  size?: number | undefined;
2140
2140
  description?: string | undefined;
@@ -2146,9 +2146,9 @@ declare const jobPostSchema: z.ZodObject<{
2146
2146
  sha1Hash?: string | undefined;
2147
2147
  uploadId?: string | undefined;
2148
2148
  }, {
2149
- path?: string | undefined;
2150
2149
  label?: string | undefined;
2151
2150
  title?: string | undefined;
2151
+ path?: string | undefined;
2152
2152
  url?: string | undefined;
2153
2153
  version?: "1.0.0" | undefined;
2154
2154
  size?: number | undefined;
@@ -2166,9 +2166,9 @@ declare const jobPostSchema: z.ZodObject<{
2166
2166
  version: "1.0.0";
2167
2167
  asset?: {
2168
2168
  version: "1.0.0";
2169
- path?: string | undefined;
2170
2169
  label?: string | undefined;
2171
2170
  title?: string | undefined;
2171
+ path?: string | undefined;
2172
2172
  url?: string | undefined;
2173
2173
  size?: number | undefined;
2174
2174
  description?: string | undefined;
@@ -2184,9 +2184,9 @@ declare const jobPostSchema: z.ZodObject<{
2184
2184
  type: string;
2185
2185
  version?: "1.0.0" | undefined;
2186
2186
  asset?: {
2187
- path?: string | undefined;
2188
2187
  label?: string | undefined;
2189
2188
  title?: string | undefined;
2189
+ path?: string | undefined;
2190
2190
  url?: string | undefined;
2191
2191
  version?: "1.0.0" | undefined;
2192
2192
  size?: number | undefined;
@@ -2202,8 +2202,8 @@ declare const jobPostSchema: z.ZodObject<{
2202
2202
  }>>;
2203
2203
  baseUrl: z.ZodOptional<z.ZodString>;
2204
2204
  }, "strip", z.ZodTypeAny, {
2205
- type: string;
2206
2205
  name: string;
2206
+ type: string;
2207
2207
  version: "1.0.0";
2208
2208
  description: string;
2209
2209
  logo?: {
@@ -2211,9 +2211,9 @@ declare const jobPostSchema: z.ZodObject<{
2211
2211
  version: "1.0.0";
2212
2212
  asset?: {
2213
2213
  version: "1.0.0";
2214
- path?: string | undefined;
2215
2214
  label?: string | undefined;
2216
2215
  title?: string | undefined;
2216
+ path?: string | undefined;
2217
2217
  url?: string | undefined;
2218
2218
  size?: number | undefined;
2219
2219
  description?: string | undefined;
@@ -2228,17 +2228,17 @@ declare const jobPostSchema: z.ZodObject<{
2228
2228
  } | undefined;
2229
2229
  baseUrl?: string | undefined;
2230
2230
  }, {
2231
- type: string;
2232
2231
  name: string;
2232
+ type: string;
2233
2233
  description: string;
2234
2234
  version?: "1.0.0" | undefined;
2235
2235
  logo?: {
2236
2236
  type: string;
2237
2237
  version?: "1.0.0" | undefined;
2238
2238
  asset?: {
2239
- path?: string | undefined;
2240
2239
  label?: string | undefined;
2241
2240
  title?: string | undefined;
2241
+ path?: string | undefined;
2242
2242
  url?: string | undefined;
2243
2243
  version?: "1.0.0" | undefined;
2244
2244
  size?: number | undefined;
@@ -2262,14 +2262,14 @@ declare const jobPostSchema: z.ZodObject<{
2262
2262
  description: z.ZodOptional<z.ZodString>;
2263
2263
  category: z.ZodEnum<["FINANCIAL", "HEALTH", "PROFESSIONAL_DEVELOPMENT", "WORK_LIFE_BALANCE"]>;
2264
2264
  }, "strip", z.ZodTypeAny, {
2265
- type: string;
2266
2265
  title: string;
2266
+ type: string;
2267
2267
  version: "1.0.0";
2268
2268
  category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
2269
2269
  description?: string | undefined;
2270
2270
  }, {
2271
- type: string;
2272
2271
  title: string;
2272
+ type: string;
2273
2273
  category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
2274
2274
  version?: "1.0.0" | undefined;
2275
2275
  description?: string | undefined;
@@ -2279,8 +2279,8 @@ declare const jobPostSchema: z.ZodObject<{
2279
2279
  version: "1.0.0";
2280
2280
  careersUrl: string;
2281
2281
  jobBoard?: {
2282
- type: string;
2283
2282
  name: string;
2283
+ type: string;
2284
2284
  version: "1.0.0";
2285
2285
  description: string;
2286
2286
  logo?: {
@@ -2288,9 +2288,9 @@ declare const jobPostSchema: z.ZodObject<{
2288
2288
  version: "1.0.0";
2289
2289
  asset?: {
2290
2290
  version: "1.0.0";
2291
- path?: string | undefined;
2292
2291
  label?: string | undefined;
2293
2292
  title?: string | undefined;
2293
+ path?: string | undefined;
2294
2294
  url?: string | undefined;
2295
2295
  size?: number | undefined;
2296
2296
  description?: string | undefined;
@@ -2307,8 +2307,8 @@ declare const jobPostSchema: z.ZodObject<{
2307
2307
  } | undefined;
2308
2308
  jobBoardSlug?: string[] | undefined;
2309
2309
  companyBenefits?: {
2310
- type: string;
2311
2310
  title: string;
2311
+ type: string;
2312
2312
  version: "1.0.0";
2313
2313
  category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
2314
2314
  description?: string | undefined;
@@ -2318,17 +2318,17 @@ declare const jobPostSchema: z.ZodObject<{
2318
2318
  careersUrl: string;
2319
2319
  version?: "1.0.0" | undefined;
2320
2320
  jobBoard?: {
2321
- type: string;
2322
2321
  name: string;
2322
+ type: string;
2323
2323
  description: string;
2324
2324
  version?: "1.0.0" | undefined;
2325
2325
  logo?: {
2326
2326
  type: string;
2327
2327
  version?: "1.0.0" | undefined;
2328
2328
  asset?: {
2329
- path?: string | undefined;
2330
2329
  label?: string | undefined;
2331
2330
  title?: string | undefined;
2331
+ path?: string | undefined;
2332
2332
  url?: string | undefined;
2333
2333
  version?: "1.0.0" | undefined;
2334
2334
  size?: number | undefined;
@@ -2346,8 +2346,8 @@ declare const jobPostSchema: z.ZodObject<{
2346
2346
  } | undefined;
2347
2347
  jobBoardSlug?: string[] | undefined;
2348
2348
  companyBenefits?: {
2349
- type: string;
2350
2349
  title: string;
2350
+ type: string;
2351
2351
  category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
2352
2352
  version?: "1.0.0" | undefined;
2353
2353
  description?: string | undefined;
@@ -2431,9 +2431,9 @@ declare const jobPostSchema: z.ZodObject<{
2431
2431
  url: z.ZodOptional<z.ZodString>;
2432
2432
  }, "strip", z.ZodTypeAny, {
2433
2433
  version: "1.0.0";
2434
- path?: string | undefined;
2435
2434
  label?: string | undefined;
2436
2435
  title?: string | undefined;
2436
+ path?: string | undefined;
2437
2437
  url?: string | undefined;
2438
2438
  size?: number | undefined;
2439
2439
  description?: string | undefined;
@@ -2445,9 +2445,9 @@ declare const jobPostSchema: z.ZodObject<{
2445
2445
  sha1Hash?: string | undefined;
2446
2446
  uploadId?: string | undefined;
2447
2447
  }, {
2448
- path?: string | undefined;
2449
2448
  label?: string | undefined;
2450
2449
  title?: string | undefined;
2450
+ path?: string | undefined;
2451
2451
  url?: string | undefined;
2452
2452
  version?: "1.0.0" | undefined;
2453
2453
  size?: number | undefined;
@@ -2465,9 +2465,9 @@ declare const jobPostSchema: z.ZodObject<{
2465
2465
  version: "1.0.0";
2466
2466
  asset?: {
2467
2467
  version: "1.0.0";
2468
- path?: string | undefined;
2469
2468
  label?: string | undefined;
2470
2469
  title?: string | undefined;
2470
+ path?: string | undefined;
2471
2471
  url?: string | undefined;
2472
2472
  size?: number | undefined;
2473
2473
  description?: string | undefined;
@@ -2483,9 +2483,9 @@ declare const jobPostSchema: z.ZodObject<{
2483
2483
  type: string;
2484
2484
  version?: "1.0.0" | undefined;
2485
2485
  asset?: {
2486
- path?: string | undefined;
2487
2486
  label?: string | undefined;
2488
2487
  title?: string | undefined;
2488
+ path?: string | undefined;
2489
2489
  url?: string | undefined;
2490
2490
  version?: "1.0.0" | undefined;
2491
2491
  size?: number | undefined;
@@ -2505,12 +2505,12 @@ declare const jobPostSchema: z.ZodObject<{
2505
2505
  url: z.ZodString;
2506
2506
  type: z.ZodString;
2507
2507
  }, "strip", z.ZodTypeAny, {
2508
- type: string;
2509
2508
  url: string;
2509
+ type: string;
2510
2510
  version: "1.0.0";
2511
2511
  }, {
2512
- type: string;
2513
2512
  url: string;
2513
+ type: string;
2514
2514
  version?: "1.0.0" | undefined;
2515
2515
  }>, "many">>;
2516
2516
  telephone: z.ZodOptional<z.ZodString>;
@@ -2613,9 +2613,9 @@ declare const jobPostSchema: z.ZodObject<{
2613
2613
  version: "1.0.0";
2614
2614
  asset?: {
2615
2615
  version: "1.0.0";
2616
- path?: string | undefined;
2617
2616
  label?: string | undefined;
2618
2617
  title?: string | undefined;
2618
+ path?: string | undefined;
2619
2619
  url?: string | undefined;
2620
2620
  size?: number | undefined;
2621
2621
  description?: string | undefined;
@@ -2635,8 +2635,8 @@ declare const jobPostSchema: z.ZodObject<{
2635
2635
  isMedical?: boolean | undefined;
2636
2636
  isScientist?: boolean | undefined;
2637
2637
  socialMedia?: {
2638
- type: string;
2639
2638
  url: string;
2639
+ type: string;
2640
2640
  version: "1.0.0";
2641
2641
  }[] | undefined;
2642
2642
  telephone?: string | undefined;
@@ -2667,9 +2667,9 @@ declare const jobPostSchema: z.ZodObject<{
2667
2667
  type: string;
2668
2668
  version?: "1.0.0" | undefined;
2669
2669
  asset?: {
2670
- path?: string | undefined;
2671
2670
  label?: string | undefined;
2672
2671
  title?: string | undefined;
2672
+ path?: string | undefined;
2673
2673
  url?: string | undefined;
2674
2674
  version?: "1.0.0" | undefined;
2675
2675
  size?: number | undefined;
@@ -2691,8 +2691,8 @@ declare const jobPostSchema: z.ZodObject<{
2691
2691
  isMedical?: boolean | undefined;
2692
2692
  isScientist?: boolean | undefined;
2693
2693
  socialMedia?: {
2694
- type: string;
2695
2694
  url: string;
2695
+ type: string;
2696
2696
  version?: "1.0.0" | undefined;
2697
2697
  }[] | undefined;
2698
2698
  telephone?: string | undefined;
@@ -2732,9 +2732,9 @@ declare const jobPostSchema: z.ZodObject<{
2732
2732
  version: "1.0.0";
2733
2733
  asset?: {
2734
2734
  version: "1.0.0";
2735
- path?: string | undefined;
2736
2735
  label?: string | undefined;
2737
2736
  title?: string | undefined;
2737
+ path?: string | undefined;
2738
2738
  url?: string | undefined;
2739
2739
  size?: number | undefined;
2740
2740
  description?: string | undefined;
@@ -2754,8 +2754,8 @@ declare const jobPostSchema: z.ZodObject<{
2754
2754
  isMedical?: boolean | undefined;
2755
2755
  isScientist?: boolean | undefined;
2756
2756
  socialMedia?: {
2757
- type: string;
2758
2757
  url: string;
2758
+ type: string;
2759
2759
  version: "1.0.0";
2760
2760
  }[] | undefined;
2761
2761
  telephone?: string | undefined;
@@ -2793,9 +2793,9 @@ declare const jobPostSchema: z.ZodObject<{
2793
2793
  type: string;
2794
2794
  version?: "1.0.0" | undefined;
2795
2795
  asset?: {
2796
- path?: string | undefined;
2797
2796
  label?: string | undefined;
2798
2797
  title?: string | undefined;
2798
+ path?: string | undefined;
2799
2799
  url?: string | undefined;
2800
2800
  version?: "1.0.0" | undefined;
2801
2801
  size?: number | undefined;
@@ -2817,8 +2817,8 @@ declare const jobPostSchema: z.ZodObject<{
2817
2817
  isMedical?: boolean | undefined;
2818
2818
  isScientist?: boolean | undefined;
2819
2819
  socialMedia?: {
2820
- type: string;
2821
2820
  url: string;
2821
+ type: string;
2822
2822
  version?: "1.0.0" | undefined;
2823
2823
  }[] | undefined;
2824
2824
  telephone?: string | undefined;
@@ -2924,8 +2924,8 @@ declare const jobPostSchema: z.ZodObject<{
2924
2924
  isScrapeManaged?: boolean | undefined;
2925
2925
  }>>;
2926
2926
  }, "strip", z.ZodTypeAny, {
2927
- type: string;
2928
2927
  id: string;
2928
+ type: string;
2929
2929
  version: "1.0.0";
2930
2930
  slug: string;
2931
2931
  createdAt: string;
@@ -2936,9 +2936,9 @@ declare const jobPostSchema: z.ZodObject<{
2936
2936
  version: "1.0.0";
2937
2937
  asset?: {
2938
2938
  version: "1.0.0";
2939
- path?: string | undefined;
2940
2939
  label?: string | undefined;
2941
2940
  title?: string | undefined;
2941
+ path?: string | undefined;
2942
2942
  url?: string | undefined;
2943
2943
  size?: number | undefined;
2944
2944
  description?: string | undefined;
@@ -2952,8 +2952,8 @@ declare const jobPostSchema: z.ZodObject<{
2952
2952
  } | undefined;
2953
2953
  } | undefined;
2954
2954
  socialMedia?: {
2955
- type: string;
2956
2955
  url: string;
2956
+ type: string;
2957
2957
  version: "1.0.0";
2958
2958
  }[] | undefined;
2959
2959
  companyWebsite?: string | undefined;
@@ -2963,8 +2963,8 @@ declare const jobPostSchema: z.ZodObject<{
2963
2963
  version: "1.0.0";
2964
2964
  careersUrl: string;
2965
2965
  jobBoard?: {
2966
- type: string;
2967
2966
  name: string;
2967
+ type: string;
2968
2968
  version: "1.0.0";
2969
2969
  description: string;
2970
2970
  logo?: {
@@ -2972,9 +2972,9 @@ declare const jobPostSchema: z.ZodObject<{
2972
2972
  version: "1.0.0";
2973
2973
  asset?: {
2974
2974
  version: "1.0.0";
2975
- path?: string | undefined;
2976
2975
  label?: string | undefined;
2977
2976
  title?: string | undefined;
2977
+ path?: string | undefined;
2978
2978
  url?: string | undefined;
2979
2979
  size?: number | undefined;
2980
2980
  description?: string | undefined;
@@ -2991,8 +2991,8 @@ declare const jobPostSchema: z.ZodObject<{
2991
2991
  } | undefined;
2992
2992
  jobBoardSlug?: string[] | undefined;
2993
2993
  companyBenefits?: {
2994
- type: string;
2995
2994
  title: string;
2995
+ type: string;
2996
2996
  version: "1.0.0";
2997
2997
  category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
2998
2998
  description?: string | undefined;
@@ -3048,9 +3048,9 @@ declare const jobPostSchema: z.ZodObject<{
3048
3048
  version: "1.0.0";
3049
3049
  asset?: {
3050
3050
  version: "1.0.0";
3051
- path?: string | undefined;
3052
3051
  label?: string | undefined;
3053
3052
  title?: string | undefined;
3053
+ path?: string | undefined;
3054
3054
  url?: string | undefined;
3055
3055
  size?: number | undefined;
3056
3056
  description?: string | undefined;
@@ -3070,8 +3070,8 @@ declare const jobPostSchema: z.ZodObject<{
3070
3070
  isMedical?: boolean | undefined;
3071
3071
  isScientist?: boolean | undefined;
3072
3072
  socialMedia?: {
3073
- type: string;
3074
3073
  url: string;
3074
+ type: string;
3075
3075
  version: "1.0.0";
3076
3076
  }[] | undefined;
3077
3077
  telephone?: string | undefined;
@@ -3107,8 +3107,8 @@ declare const jobPostSchema: z.ZodObject<{
3107
3107
  postProcessorUniqueRunId?: string | undefined;
3108
3108
  } | undefined;
3109
3109
  }, {
3110
- type: string;
3111
3110
  id: string;
3111
+ type: string;
3112
3112
  slug: string;
3113
3113
  createdAt: string;
3114
3114
  updatedAt: string;
@@ -3118,9 +3118,9 @@ declare const jobPostSchema: z.ZodObject<{
3118
3118
  type: string;
3119
3119
  version?: "1.0.0" | undefined;
3120
3120
  asset?: {
3121
- path?: string | undefined;
3122
3121
  label?: string | undefined;
3123
3122
  title?: string | undefined;
3123
+ path?: string | undefined;
3124
3124
  url?: string | undefined;
3125
3125
  version?: "1.0.0" | undefined;
3126
3126
  size?: number | undefined;
@@ -3135,8 +3135,8 @@ declare const jobPostSchema: z.ZodObject<{
3135
3135
  } | undefined;
3136
3136
  } | undefined;
3137
3137
  socialMedia?: {
3138
- type: string;
3139
3138
  url: string;
3139
+ type: string;
3140
3140
  version?: "1.0.0" | undefined;
3141
3141
  }[] | undefined;
3142
3142
  companyWebsite?: string | undefined;
@@ -3146,17 +3146,17 @@ declare const jobPostSchema: z.ZodObject<{
3146
3146
  careersUrl: string;
3147
3147
  version?: "1.0.0" | undefined;
3148
3148
  jobBoard?: {
3149
- type: string;
3150
3149
  name: string;
3150
+ type: string;
3151
3151
  description: string;
3152
3152
  version?: "1.0.0" | undefined;
3153
3153
  logo?: {
3154
3154
  type: string;
3155
3155
  version?: "1.0.0" | undefined;
3156
3156
  asset?: {
3157
- path?: string | undefined;
3158
3157
  label?: string | undefined;
3159
3158
  title?: string | undefined;
3159
+ path?: string | undefined;
3160
3160
  url?: string | undefined;
3161
3161
  version?: "1.0.0" | undefined;
3162
3162
  size?: number | undefined;
@@ -3174,8 +3174,8 @@ declare const jobPostSchema: z.ZodObject<{
3174
3174
  } | undefined;
3175
3175
  jobBoardSlug?: string[] | undefined;
3176
3176
  companyBenefits?: {
3177
- type: string;
3178
3177
  title: string;
3178
+ type: string;
3179
3179
  category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
3180
3180
  version?: "1.0.0" | undefined;
3181
3181
  description?: string | undefined;
@@ -3229,9 +3229,9 @@ declare const jobPostSchema: z.ZodObject<{
3229
3229
  type: string;
3230
3230
  version?: "1.0.0" | undefined;
3231
3231
  asset?: {
3232
- path?: string | undefined;
3233
3232
  label?: string | undefined;
3234
3233
  title?: string | undefined;
3234
+ path?: string | undefined;
3235
3235
  url?: string | undefined;
3236
3236
  version?: "1.0.0" | undefined;
3237
3237
  size?: number | undefined;
@@ -3253,8 +3253,8 @@ declare const jobPostSchema: z.ZodObject<{
3253
3253
  isMedical?: boolean | undefined;
3254
3254
  isScientist?: boolean | undefined;
3255
3255
  socialMedia?: {
3256
- type: string;
3257
3256
  url: string;
3257
+ type: string;
3258
3258
  version?: "1.0.0" | undefined;
3259
3259
  }[] | undefined;
3260
3260
  telephone?: string | undefined;
@@ -3291,10 +3291,10 @@ declare const jobPostSchema: z.ZodObject<{
3291
3291
  } | undefined;
3292
3292
  }>>;
3293
3293
  }, "strip", z.ZodTypeAny, {
3294
- type: string;
3295
3294
  title: string;
3296
3295
  id: string;
3297
3296
  url: string;
3297
+ type: string;
3298
3298
  version: "1.0.0";
3299
3299
  description: string;
3300
3300
  createdAt: string;
@@ -3306,12 +3306,6 @@ declare const jobPostSchema: z.ZodObject<{
3306
3306
  isVerified: boolean;
3307
3307
  isDirectApply: boolean;
3308
3308
  shift?: ("DAY" | "EIGHT_HOUR" | "EVENING" | "FLEXIBLE" | "MID_SHIFT" | "MONDAY_TO_FRIDAY" | "NIGHT" | "ON_CALL" | "TEN_HOUR" | "TWELVE_HOUR" | "WEEKENDS")[] | undefined;
3309
- employmentType?: ("CONTRACT" | "FULL_TIME" | "INTERNSHIP" | "OTHER" | "PART_TIME" | "PER_DIEM" | "TEMPORARY")[] | undefined;
3310
- employmentLevel?: "DIRECTOR" | "ENTRY_LEVEL" | "EXECUTIVE" | "EXPERIENCED" | "INTERN" | "MANAGER" | undefined;
3311
- jobFunction?: "CLINICAL_RESEARCH" | "CUSTOMER_SUCCESS" | "DATA_ANALYTICS" | "FINANCE_AND_AUDIT" | "MARKETING" | "OPERATIONS" | "PEOPLE_HUMAN_RESOURCES" | "PRODUCT_AND_TECH" | "QUALITY_ASSURANCE_AND_OUTCOMES" | "SALES_AND_BUSINESS_DEVELOPMENT" | "STRATEGY_AND_CONSULTING" | undefined;
3312
- bestFit?: ("DENTIST" | "DIETICIAN" | "DOULA" | "MEDICAL_ASSISTANT" | "MIDWIFE" | "NURSE" | "OCCUPATIONAL_THERAPIST" | "PHARMACIST" | "PHYSICAL_THERAPIST" | "PHYSICIAN" | "PHYSICIAN_ASSISTANT" | "PSYCHOLOGIST" | "RADIOLOGIST" | "SOCIAL_WORKER" | "SPEECH_LANGUAGE_PATHOLOGIST" | "SURGEON")[] | undefined;
3313
- clinicalSpecialty?: ("ANESTHESIOLOGY" | "CARDIOLOGY" | "CASE_MANAGEMENT" | "CHRONIC_PAIN" | "CLINICAL_ELECTROPHYSIOLOGY" | "CRITICAL_AND_ACUTE_CARE" | "DERMATOLOGY" | "DIALYSIS" | "EMERGENCY_MEDICINE" | "ENDOCRINOLOGY" | "ERGONOMICS" | "FEEDING_EATING_AND_SWALLOWING" | "GASTROENTEROLOGY" | "GERIATRICS" | "HAND_THERAPY" | "HEMATOLOGY" | "HOLISTIC_MEDICINE" | "INFORMATICS" | "INTERNAL_MEDICINE" | "LABOR_AND_DELIVERY" | "MANUAL_THERAPY" | "MED_SURG" | "MENTAL_HEALTH" | "NEPHROLOGY" | "NEUROLOGY" | "ONCOLOGY" | "ORTHOPEDICS" | "OTOLARYNGOLOGY" | "PEDIATRICS" | "PHYSICAL_AND_REHABILITATION_MEDICINE" | "PLASTIC_SURGERY" | "PRIMARY_CARE" | "PSYCHIATRY" | "PULMONOLOGY" | "RADIOLOGY" | "SENSORY" | "SPORTS" | "SURGERY" | "TRAUMA_MEDICINE" | "URGENT_CARE" | "UROLOGY" | "VISION" | "WOMENS_HEALTH" | "WOUND_AND_BURN_CARE")[] | undefined;
3314
- clinicalSetting?: ("ACUTE_CARE" | "AMBULATORY_SURGERY_CENTER" | "CLINIC" | "HOME_HEALTH" | "HOSPITAL" | "INPATIENT" | "LONG_TERM_CARE" | "MED_SPA" | "NURSING_HOME" | "OFFICE" | "OUTPATIENT" | "PRIVATE_PRACTICE" | "REHAB_CENTER" | "SCHOOL" | "SKILLED_NURSING_FACILITY")[] | undefined;
3315
3309
  dateAdded?: string | undefined;
3316
3310
  datePosted?: string | undefined;
3317
3311
  dateRemoved?: string | undefined;
@@ -3319,22 +3313,28 @@ declare const jobPostSchema: z.ZodObject<{
3319
3313
  vacancyCount?: number | undefined;
3320
3314
  richTextDescription?: string | undefined;
3321
3315
  jobLocationType?: ("FLOAT" | "HYBRID" | "ONSITE" | "REMOTE")[] | undefined;
3316
+ employmentType?: ("CONTRACT" | "FULL_TIME" | "INTERNSHIP" | "OTHER" | "PART_TIME" | "PER_DIEM" | "TEMPORARY")[] | undefined;
3317
+ employmentLevel?: "DIRECTOR" | "ENTRY_LEVEL" | "EXECUTIVE" | "EXPERIENCED" | "INTERN" | "MANAGER" | undefined;
3318
+ jobFunction?: "CLINICAL_RESEARCH" | "CUSTOMER_SUCCESS" | "DATA_ANALYTICS" | "FINANCE_AND_AUDIT" | "MARKETING" | "OPERATIONS" | "PEOPLE_HUMAN_RESOURCES" | "PRODUCT_AND_TECH" | "QUALITY_ASSURANCE_AND_OUTCOMES" | "SALES_AND_BUSINESS_DEVELOPMENT" | "STRATEGY_AND_CONSULTING" | undefined;
3319
+ bestFit?: ("DENTIST" | "DIETICIAN" | "DOULA" | "MEDICAL_ASSISTANT" | "MIDWIFE" | "NURSE" | "OCCUPATIONAL_THERAPIST" | "PHARMACIST" | "PHYSICAL_THERAPIST" | "PHYSICIAN" | "PHYSICIAN_ASSISTANT" | "PSYCHOLOGIST" | "RADIOLOGIST" | "SOCIAL_WORKER" | "SPEECH_LANGUAGE_PATHOLOGIST" | "SURGEON")[] | undefined;
3322
3320
  clinicalLicense?: ("PT" | "RN" | "CNA" | "CNM" | "CNS" | "COTA" | "CRNA" | "LPN" | "LVN" | "NP" | "OT" | "PTA")[] | undefined;
3321
+ clinicalSetting?: ("OFFICE" | "ACUTE_CARE" | "AMBULATORY_SURGERY_CENTER" | "CLINIC" | "HOME_HEALTH" | "HOSPITAL" | "INPATIENT" | "LONG_TERM_CARE" | "MED_SPA" | "NURSING_HOME" | "OUTPATIENT" | "PRIVATE_PRACTICE" | "REHAB_CENTER" | "SCHOOL" | "SKILLED_NURSING_FACILITY")[] | undefined;
3322
+ clinicalSpecialty?: ("ANESTHESIOLOGY" | "CARDIOLOGY" | "CASE_MANAGEMENT" | "CHRONIC_PAIN" | "CLINICAL_ELECTROPHYSIOLOGY" | "CRITICAL_AND_ACUTE_CARE" | "DERMATOLOGY" | "DIALYSIS" | "EMERGENCY_MEDICINE" | "ENDOCRINOLOGY" | "ERGONOMICS" | "FEEDING_EATING_AND_SWALLOWING" | "GASTROENTEROLOGY" | "GERIATRICS" | "HAND_THERAPY" | "HEMATOLOGY" | "HOLISTIC_MEDICINE" | "INFORMATICS" | "INTERNAL_MEDICINE" | "LABOR_AND_DELIVERY" | "MANUAL_THERAPY" | "MED_SURG" | "MENTAL_HEALTH" | "NEPHROLOGY" | "NEUROLOGY" | "ONCOLOGY" | "ORTHOPEDICS" | "OTOLARYNGOLOGY" | "PEDIATRICS" | "PHYSICAL_AND_REHABILITATION_MEDICINE" | "PLASTIC_SURGERY" | "PRIMARY_CARE" | "PSYCHIATRY" | "PULMONOLOGY" | "RADIOLOGY" | "SENSORY" | "SPORTS" | "SURGERY" | "TRAUMA_MEDICINE" | "URGENT_CARE" | "UROLOGY" | "VISION" | "WOMENS_HEALTH" | "WOUND_AND_BURN_CARE")[] | undefined;
3323
3323
  estimatedSalary?: {
3324
3324
  type: string;
3325
3325
  version: "1.0.0";
3326
3326
  value?: {
3327
3327
  type: string;
3328
- unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
3329
3328
  version: "1.0.0";
3329
+ unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
3330
3330
  value?: number | undefined;
3331
3331
  minValue?: number | undefined;
3332
3332
  maxValue?: number | undefined;
3333
3333
  } | undefined;
3334
- currency?: "EUR" | "GBP" | "USD" | undefined;
3335
3334
  minValue?: number | undefined;
3336
3335
  maxValue?: number | undefined;
3337
3336
  singleValue?: number | undefined;
3337
+ currency?: "EUR" | "GBP" | "USD" | undefined;
3338
3338
  } | undefined;
3339
3339
  jobLocation?: {
3340
3340
  type: string;
@@ -3348,15 +3348,15 @@ declare const jobPostSchema: z.ZodObject<{
3348
3348
  postalCode?: string | undefined;
3349
3349
  } | undefined;
3350
3350
  applicableOffices?: {
3351
- type: string;
3352
3351
  name: string;
3352
+ type: string;
3353
3353
  version: "1.0.0";
3354
3354
  officeType: "BRANCH" | "HEADQUARTERS" | "SATELLITE";
3355
3355
  createdAt?: string | undefined;
3356
3356
  updatedAt?: string | undefined;
3357
3357
  companyId?: {
3358
- type: string;
3359
3358
  id: string;
3359
+ type: string;
3360
3360
  version: "1.0.0";
3361
3361
  slug: string;
3362
3362
  createdAt: string;
@@ -3367,9 +3367,9 @@ declare const jobPostSchema: z.ZodObject<{
3367
3367
  version: "1.0.0";
3368
3368
  asset?: {
3369
3369
  version: "1.0.0";
3370
- path?: string | undefined;
3371
3370
  label?: string | undefined;
3372
3371
  title?: string | undefined;
3372
+ path?: string | undefined;
3373
3373
  url?: string | undefined;
3374
3374
  size?: number | undefined;
3375
3375
  description?: string | undefined;
@@ -3383,8 +3383,8 @@ declare const jobPostSchema: z.ZodObject<{
3383
3383
  } | undefined;
3384
3384
  } | undefined;
3385
3385
  socialMedia?: {
3386
- type: string;
3387
3386
  url: string;
3387
+ type: string;
3388
3388
  version: "1.0.0";
3389
3389
  }[] | undefined;
3390
3390
  companyWebsite?: string | undefined;
@@ -3394,8 +3394,8 @@ declare const jobPostSchema: z.ZodObject<{
3394
3394
  version: "1.0.0";
3395
3395
  careersUrl: string;
3396
3396
  jobBoard?: {
3397
- type: string;
3398
3397
  name: string;
3398
+ type: string;
3399
3399
  version: "1.0.0";
3400
3400
  description: string;
3401
3401
  logo?: {
@@ -3403,9 +3403,9 @@ declare const jobPostSchema: z.ZodObject<{
3403
3403
  version: "1.0.0";
3404
3404
  asset?: {
3405
3405
  version: "1.0.0";
3406
- path?: string | undefined;
3407
3406
  label?: string | undefined;
3408
3407
  title?: string | undefined;
3408
+ path?: string | undefined;
3409
3409
  url?: string | undefined;
3410
3410
  size?: number | undefined;
3411
3411
  description?: string | undefined;
@@ -3422,8 +3422,8 @@ declare const jobPostSchema: z.ZodObject<{
3422
3422
  } | undefined;
3423
3423
  jobBoardSlug?: string[] | undefined;
3424
3424
  companyBenefits?: {
3425
- type: string;
3426
3425
  title: string;
3426
+ type: string;
3427
3427
  version: "1.0.0";
3428
3428
  category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
3429
3429
  description?: string | undefined;
@@ -3479,9 +3479,9 @@ declare const jobPostSchema: z.ZodObject<{
3479
3479
  version: "1.0.0";
3480
3480
  asset?: {
3481
3481
  version: "1.0.0";
3482
- path?: string | undefined;
3483
3482
  label?: string | undefined;
3484
3483
  title?: string | undefined;
3484
+ path?: string | undefined;
3485
3485
  url?: string | undefined;
3486
3486
  size?: number | undefined;
3487
3487
  description?: string | undefined;
@@ -3501,8 +3501,8 @@ declare const jobPostSchema: z.ZodObject<{
3501
3501
  isMedical?: boolean | undefined;
3502
3502
  isScientist?: boolean | undefined;
3503
3503
  socialMedia?: {
3504
- type: string;
3505
3504
  url: string;
3505
+ type: string;
3506
3506
  version: "1.0.0";
3507
3507
  }[] | undefined;
3508
3508
  telephone?: string | undefined;
@@ -3574,8 +3574,8 @@ declare const jobPostSchema: z.ZodObject<{
3574
3574
  longitude?: number | undefined;
3575
3575
  }[] | undefined;
3576
3576
  hiringOrganization?: {
3577
- type: string;
3578
3577
  id: string;
3578
+ type: string;
3579
3579
  version: "1.0.0";
3580
3580
  slug: string;
3581
3581
  createdAt: string;
@@ -3586,9 +3586,9 @@ declare const jobPostSchema: z.ZodObject<{
3586
3586
  version: "1.0.0";
3587
3587
  asset?: {
3588
3588
  version: "1.0.0";
3589
- path?: string | undefined;
3590
3589
  label?: string | undefined;
3591
3590
  title?: string | undefined;
3591
+ path?: string | undefined;
3592
3592
  url?: string | undefined;
3593
3593
  size?: number | undefined;
3594
3594
  description?: string | undefined;
@@ -3602,8 +3602,8 @@ declare const jobPostSchema: z.ZodObject<{
3602
3602
  } | undefined;
3603
3603
  } | undefined;
3604
3604
  socialMedia?: {
3605
- type: string;
3606
3605
  url: string;
3606
+ type: string;
3607
3607
  version: "1.0.0";
3608
3608
  }[] | undefined;
3609
3609
  companyWebsite?: string | undefined;
@@ -3613,8 +3613,8 @@ declare const jobPostSchema: z.ZodObject<{
3613
3613
  version: "1.0.0";
3614
3614
  careersUrl: string;
3615
3615
  jobBoard?: {
3616
- type: string;
3617
3616
  name: string;
3617
+ type: string;
3618
3618
  version: "1.0.0";
3619
3619
  description: string;
3620
3620
  logo?: {
@@ -3622,9 +3622,9 @@ declare const jobPostSchema: z.ZodObject<{
3622
3622
  version: "1.0.0";
3623
3623
  asset?: {
3624
3624
  version: "1.0.0";
3625
- path?: string | undefined;
3626
3625
  label?: string | undefined;
3627
3626
  title?: string | undefined;
3627
+ path?: string | undefined;
3628
3628
  url?: string | undefined;
3629
3629
  size?: number | undefined;
3630
3630
  description?: string | undefined;
@@ -3641,8 +3641,8 @@ declare const jobPostSchema: z.ZodObject<{
3641
3641
  } | undefined;
3642
3642
  jobBoardSlug?: string[] | undefined;
3643
3643
  companyBenefits?: {
3644
- type: string;
3645
3644
  title: string;
3645
+ type: string;
3646
3646
  version: "1.0.0";
3647
3647
  category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
3648
3648
  description?: string | undefined;
@@ -3698,9 +3698,9 @@ declare const jobPostSchema: z.ZodObject<{
3698
3698
  version: "1.0.0";
3699
3699
  asset?: {
3700
3700
  version: "1.0.0";
3701
- path?: string | undefined;
3702
3701
  label?: string | undefined;
3703
3702
  title?: string | undefined;
3703
+ path?: string | undefined;
3704
3704
  url?: string | undefined;
3705
3705
  size?: number | undefined;
3706
3706
  description?: string | undefined;
@@ -3720,8 +3720,8 @@ declare const jobPostSchema: z.ZodObject<{
3720
3720
  isMedical?: boolean | undefined;
3721
3721
  isScientist?: boolean | undefined;
3722
3722
  socialMedia?: {
3723
- type: string;
3724
3723
  url: string;
3724
+ type: string;
3725
3725
  version: "1.0.0";
3726
3726
  }[] | undefined;
3727
3727
  telephone?: string | undefined;
@@ -3758,22 +3758,16 @@ declare const jobPostSchema: z.ZodObject<{
3758
3758
  } | undefined;
3759
3759
  } | undefined;
3760
3760
  }, {
3761
- type: string;
3762
3761
  title: string;
3763
3762
  id: string;
3764
3763
  url: string;
3764
+ type: string;
3765
3765
  description: string;
3766
3766
  createdAt: string;
3767
3767
  updatedAt: string;
3768
3768
  publishStatus: "DRAFT" | "IN_REVIEW" | "PUBLISHED" | "REMOVED";
3769
3769
  clientId: string;
3770
3770
  shift?: ("DAY" | "EIGHT_HOUR" | "EVENING" | "FLEXIBLE" | "MID_SHIFT" | "MONDAY_TO_FRIDAY" | "NIGHT" | "ON_CALL" | "TEN_HOUR" | "TWELVE_HOUR" | "WEEKENDS")[] | undefined;
3771
- employmentType?: ("CONTRACT" | "FULL_TIME" | "INTERNSHIP" | "OTHER" | "PART_TIME" | "PER_DIEM" | "TEMPORARY")[] | undefined;
3772
- employmentLevel?: "DIRECTOR" | "ENTRY_LEVEL" | "EXECUTIVE" | "EXPERIENCED" | "INTERN" | "MANAGER" | undefined;
3773
- jobFunction?: "CLINICAL_RESEARCH" | "CUSTOMER_SUCCESS" | "DATA_ANALYTICS" | "FINANCE_AND_AUDIT" | "MARKETING" | "OPERATIONS" | "PEOPLE_HUMAN_RESOURCES" | "PRODUCT_AND_TECH" | "QUALITY_ASSURANCE_AND_OUTCOMES" | "SALES_AND_BUSINESS_DEVELOPMENT" | "STRATEGY_AND_CONSULTING" | undefined;
3774
- bestFit?: ("DENTIST" | "DIETICIAN" | "DOULA" | "MEDICAL_ASSISTANT" | "MIDWIFE" | "NURSE" | "OCCUPATIONAL_THERAPIST" | "PHARMACIST" | "PHYSICAL_THERAPIST" | "PHYSICIAN" | "PHYSICIAN_ASSISTANT" | "PSYCHOLOGIST" | "RADIOLOGIST" | "SOCIAL_WORKER" | "SPEECH_LANGUAGE_PATHOLOGIST" | "SURGEON")[] | undefined;
3775
- clinicalSpecialty?: ("ANESTHESIOLOGY" | "CARDIOLOGY" | "CASE_MANAGEMENT" | "CHRONIC_PAIN" | "CLINICAL_ELECTROPHYSIOLOGY" | "CRITICAL_AND_ACUTE_CARE" | "DERMATOLOGY" | "DIALYSIS" | "EMERGENCY_MEDICINE" | "ENDOCRINOLOGY" | "ERGONOMICS" | "FEEDING_EATING_AND_SWALLOWING" | "GASTROENTEROLOGY" | "GERIATRICS" | "HAND_THERAPY" | "HEMATOLOGY" | "HOLISTIC_MEDICINE" | "INFORMATICS" | "INTERNAL_MEDICINE" | "LABOR_AND_DELIVERY" | "MANUAL_THERAPY" | "MED_SURG" | "MENTAL_HEALTH" | "NEPHROLOGY" | "NEUROLOGY" | "ONCOLOGY" | "ORTHOPEDICS" | "OTOLARYNGOLOGY" | "PEDIATRICS" | "PHYSICAL_AND_REHABILITATION_MEDICINE" | "PLASTIC_SURGERY" | "PRIMARY_CARE" | "PSYCHIATRY" | "PULMONOLOGY" | "RADIOLOGY" | "SENSORY" | "SPORTS" | "SURGERY" | "TRAUMA_MEDICINE" | "URGENT_CARE" | "UROLOGY" | "VISION" | "WOMENS_HEALTH" | "WOUND_AND_BURN_CARE")[] | undefined;
3776
- clinicalSetting?: ("ACUTE_CARE" | "AMBULATORY_SURGERY_CENTER" | "CLINIC" | "HOME_HEALTH" | "HOSPITAL" | "INPATIENT" | "LONG_TERM_CARE" | "MED_SPA" | "NURSING_HOME" | "OFFICE" | "OUTPATIENT" | "PRIVATE_PRACTICE" | "REHAB_CENTER" | "SCHOOL" | "SKILLED_NURSING_FACILITY")[] | undefined;
3777
3771
  version?: "1.0.0" | undefined;
3778
3772
  dateAdded?: string | undefined;
3779
3773
  datePosted?: string | undefined;
@@ -3786,7 +3780,13 @@ declare const jobPostSchema: z.ZodObject<{
3786
3780
  isVerified?: boolean | undefined;
3787
3781
  isDirectApply?: boolean | undefined;
3788
3782
  jobLocationType?: ("FLOAT" | "HYBRID" | "ONSITE" | "REMOTE")[] | undefined;
3783
+ employmentType?: ("CONTRACT" | "FULL_TIME" | "INTERNSHIP" | "OTHER" | "PART_TIME" | "PER_DIEM" | "TEMPORARY")[] | undefined;
3784
+ employmentLevel?: "DIRECTOR" | "ENTRY_LEVEL" | "EXECUTIVE" | "EXPERIENCED" | "INTERN" | "MANAGER" | undefined;
3785
+ jobFunction?: "CLINICAL_RESEARCH" | "CUSTOMER_SUCCESS" | "DATA_ANALYTICS" | "FINANCE_AND_AUDIT" | "MARKETING" | "OPERATIONS" | "PEOPLE_HUMAN_RESOURCES" | "PRODUCT_AND_TECH" | "QUALITY_ASSURANCE_AND_OUTCOMES" | "SALES_AND_BUSINESS_DEVELOPMENT" | "STRATEGY_AND_CONSULTING" | undefined;
3786
+ bestFit?: ("DENTIST" | "DIETICIAN" | "DOULA" | "MEDICAL_ASSISTANT" | "MIDWIFE" | "NURSE" | "OCCUPATIONAL_THERAPIST" | "PHARMACIST" | "PHYSICAL_THERAPIST" | "PHYSICIAN" | "PHYSICIAN_ASSISTANT" | "PSYCHOLOGIST" | "RADIOLOGIST" | "SOCIAL_WORKER" | "SPEECH_LANGUAGE_PATHOLOGIST" | "SURGEON")[] | undefined;
3789
3787
  clinicalLicense?: ("PT" | "RN" | "CNA" | "CNM" | "CNS" | "COTA" | "CRNA" | "LPN" | "LVN" | "NP" | "OT" | "PTA")[] | undefined;
3788
+ clinicalSetting?: ("OFFICE" | "ACUTE_CARE" | "AMBULATORY_SURGERY_CENTER" | "CLINIC" | "HOME_HEALTH" | "HOSPITAL" | "INPATIENT" | "LONG_TERM_CARE" | "MED_SPA" | "NURSING_HOME" | "OUTPATIENT" | "PRIVATE_PRACTICE" | "REHAB_CENTER" | "SCHOOL" | "SKILLED_NURSING_FACILITY")[] | undefined;
3789
+ clinicalSpecialty?: ("ANESTHESIOLOGY" | "CARDIOLOGY" | "CASE_MANAGEMENT" | "CHRONIC_PAIN" | "CLINICAL_ELECTROPHYSIOLOGY" | "CRITICAL_AND_ACUTE_CARE" | "DERMATOLOGY" | "DIALYSIS" | "EMERGENCY_MEDICINE" | "ENDOCRINOLOGY" | "ERGONOMICS" | "FEEDING_EATING_AND_SWALLOWING" | "GASTROENTEROLOGY" | "GERIATRICS" | "HAND_THERAPY" | "HEMATOLOGY" | "HOLISTIC_MEDICINE" | "INFORMATICS" | "INTERNAL_MEDICINE" | "LABOR_AND_DELIVERY" | "MANUAL_THERAPY" | "MED_SURG" | "MENTAL_HEALTH" | "NEPHROLOGY" | "NEUROLOGY" | "ONCOLOGY" | "ORTHOPEDICS" | "OTOLARYNGOLOGY" | "PEDIATRICS" | "PHYSICAL_AND_REHABILITATION_MEDICINE" | "PLASTIC_SURGERY" | "PRIMARY_CARE" | "PSYCHIATRY" | "PULMONOLOGY" | "RADIOLOGY" | "SENSORY" | "SPORTS" | "SURGERY" | "TRAUMA_MEDICINE" | "URGENT_CARE" | "UROLOGY" | "VISION" | "WOMENS_HEALTH" | "WOUND_AND_BURN_CARE")[] | undefined;
3790
3790
  estimatedSalary?: {
3791
3791
  type: string;
3792
3792
  value?: {
@@ -3797,11 +3797,11 @@ declare const jobPostSchema: z.ZodObject<{
3797
3797
  minValue?: number | undefined;
3798
3798
  maxValue?: number | undefined;
3799
3799
  } | undefined;
3800
- currency?: "EUR" | "GBP" | "USD" | undefined;
3801
3800
  version?: "1.0.0" | undefined;
3802
3801
  minValue?: number | undefined;
3803
3802
  maxValue?: number | undefined;
3804
3803
  singleValue?: number | undefined;
3804
+ currency?: "EUR" | "GBP" | "USD" | undefined;
3805
3805
  } | undefined;
3806
3806
  jobLocation?: {
3807
3807
  type: string;
@@ -3815,15 +3815,15 @@ declare const jobPostSchema: z.ZodObject<{
3815
3815
  postalCode?: string | undefined;
3816
3816
  } | undefined;
3817
3817
  applicableOffices?: {
3818
- type: string;
3819
3818
  name: string;
3819
+ type: string;
3820
3820
  officeType: "BRANCH" | "HEADQUARTERS" | "SATELLITE";
3821
3821
  version?: "1.0.0" | undefined;
3822
3822
  createdAt?: string | undefined;
3823
3823
  updatedAt?: string | undefined;
3824
3824
  companyId?: {
3825
- type: string;
3826
3825
  id: string;
3826
+ type: string;
3827
3827
  slug: string;
3828
3828
  createdAt: string;
3829
3829
  updatedAt: string;
@@ -3833,9 +3833,9 @@ declare const jobPostSchema: z.ZodObject<{
3833
3833
  type: string;
3834
3834
  version?: "1.0.0" | undefined;
3835
3835
  asset?: {
3836
- path?: string | undefined;
3837
3836
  label?: string | undefined;
3838
3837
  title?: string | undefined;
3838
+ path?: string | undefined;
3839
3839
  url?: string | undefined;
3840
3840
  version?: "1.0.0" | undefined;
3841
3841
  size?: number | undefined;
@@ -3850,8 +3850,8 @@ declare const jobPostSchema: z.ZodObject<{
3850
3850
  } | undefined;
3851
3851
  } | undefined;
3852
3852
  socialMedia?: {
3853
- type: string;
3854
3853
  url: string;
3854
+ type: string;
3855
3855
  version?: "1.0.0" | undefined;
3856
3856
  }[] | undefined;
3857
3857
  companyWebsite?: string | undefined;
@@ -3861,17 +3861,17 @@ declare const jobPostSchema: z.ZodObject<{
3861
3861
  careersUrl: string;
3862
3862
  version?: "1.0.0" | undefined;
3863
3863
  jobBoard?: {
3864
- type: string;
3865
3864
  name: string;
3865
+ type: string;
3866
3866
  description: string;
3867
3867
  version?: "1.0.0" | undefined;
3868
3868
  logo?: {
3869
3869
  type: string;
3870
3870
  version?: "1.0.0" | undefined;
3871
3871
  asset?: {
3872
- path?: string | undefined;
3873
3872
  label?: string | undefined;
3874
3873
  title?: string | undefined;
3874
+ path?: string | undefined;
3875
3875
  url?: string | undefined;
3876
3876
  version?: "1.0.0" | undefined;
3877
3877
  size?: number | undefined;
@@ -3889,8 +3889,8 @@ declare const jobPostSchema: z.ZodObject<{
3889
3889
  } | undefined;
3890
3890
  jobBoardSlug?: string[] | undefined;
3891
3891
  companyBenefits?: {
3892
- type: string;
3893
3892
  title: string;
3893
+ type: string;
3894
3894
  category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
3895
3895
  version?: "1.0.0" | undefined;
3896
3896
  description?: string | undefined;
@@ -3944,9 +3944,9 @@ declare const jobPostSchema: z.ZodObject<{
3944
3944
  type: string;
3945
3945
  version?: "1.0.0" | undefined;
3946
3946
  asset?: {
3947
- path?: string | undefined;
3948
3947
  label?: string | undefined;
3949
3948
  title?: string | undefined;
3949
+ path?: string | undefined;
3950
3950
  url?: string | undefined;
3951
3951
  version?: "1.0.0" | undefined;
3952
3952
  size?: number | undefined;
@@ -3968,8 +3968,8 @@ declare const jobPostSchema: z.ZodObject<{
3968
3968
  isMedical?: boolean | undefined;
3969
3969
  isScientist?: boolean | undefined;
3970
3970
  socialMedia?: {
3971
- type: string;
3972
3971
  url: string;
3972
+ type: string;
3973
3973
  version?: "1.0.0" | undefined;
3974
3974
  }[] | undefined;
3975
3975
  telephone?: string | undefined;
@@ -4041,8 +4041,8 @@ declare const jobPostSchema: z.ZodObject<{
4041
4041
  longitude?: number | undefined;
4042
4042
  }[] | undefined;
4043
4043
  hiringOrganization?: {
4044
- type: string;
4045
4044
  id: string;
4045
+ type: string;
4046
4046
  slug: string;
4047
4047
  createdAt: string;
4048
4048
  updatedAt: string;
@@ -4052,9 +4052,9 @@ declare const jobPostSchema: z.ZodObject<{
4052
4052
  type: string;
4053
4053
  version?: "1.0.0" | undefined;
4054
4054
  asset?: {
4055
- path?: string | undefined;
4056
4055
  label?: string | undefined;
4057
4056
  title?: string | undefined;
4057
+ path?: string | undefined;
4058
4058
  url?: string | undefined;
4059
4059
  version?: "1.0.0" | undefined;
4060
4060
  size?: number | undefined;
@@ -4069,8 +4069,8 @@ declare const jobPostSchema: z.ZodObject<{
4069
4069
  } | undefined;
4070
4070
  } | undefined;
4071
4071
  socialMedia?: {
4072
- type: string;
4073
4072
  url: string;
4073
+ type: string;
4074
4074
  version?: "1.0.0" | undefined;
4075
4075
  }[] | undefined;
4076
4076
  companyWebsite?: string | undefined;
@@ -4080,17 +4080,17 @@ declare const jobPostSchema: z.ZodObject<{
4080
4080
  careersUrl: string;
4081
4081
  version?: "1.0.0" | undefined;
4082
4082
  jobBoard?: {
4083
- type: string;
4084
4083
  name: string;
4084
+ type: string;
4085
4085
  description: string;
4086
4086
  version?: "1.0.0" | undefined;
4087
4087
  logo?: {
4088
4088
  type: string;
4089
4089
  version?: "1.0.0" | undefined;
4090
4090
  asset?: {
4091
- path?: string | undefined;
4092
4091
  label?: string | undefined;
4093
4092
  title?: string | undefined;
4093
+ path?: string | undefined;
4094
4094
  url?: string | undefined;
4095
4095
  version?: "1.0.0" | undefined;
4096
4096
  size?: number | undefined;
@@ -4108,8 +4108,8 @@ declare const jobPostSchema: z.ZodObject<{
4108
4108
  } | undefined;
4109
4109
  jobBoardSlug?: string[] | undefined;
4110
4110
  companyBenefits?: {
4111
- type: string;
4112
4111
  title: string;
4112
+ type: string;
4113
4113
  category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
4114
4114
  version?: "1.0.0" | undefined;
4115
4115
  description?: string | undefined;
@@ -4163,9 +4163,9 @@ declare const jobPostSchema: z.ZodObject<{
4163
4163
  type: string;
4164
4164
  version?: "1.0.0" | undefined;
4165
4165
  asset?: {
4166
- path?: string | undefined;
4167
4166
  label?: string | undefined;
4168
4167
  title?: string | undefined;
4168
+ path?: string | undefined;
4169
4169
  url?: string | undefined;
4170
4170
  version?: "1.0.0" | undefined;
4171
4171
  size?: number | undefined;
@@ -4187,8 +4187,8 @@ declare const jobPostSchema: z.ZodObject<{
4187
4187
  isMedical?: boolean | undefined;
4188
4188
  isScientist?: boolean | undefined;
4189
4189
  socialMedia?: {
4190
- type: string;
4191
4190
  url: string;
4191
+ type: string;
4192
4192
  version?: "1.0.0" | undefined;
4193
4193
  }[] | undefined;
4194
4194
  telephone?: string | undefined;