@next-degree/pickle-shared-js 0.11.0 → 0.12.2

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 (111) hide show
  1. package/dist/{company_service_sanity-CGNCrk8e.d.cts → company_service_sanity-2J1ZuUnu.d.cts} +384 -384
  2. package/dist/{company_service_sanity-CAyYirw5.d.ts → company_service_sanity-KaAGfnNV.d.ts} +384 -384
  3. package/dist/components/jobCard/JobLocation.cjs +97 -14
  4. package/dist/components/jobCard/JobLocation.cjs.map +1 -1
  5. package/dist/components/jobCard/JobLocation.d.cts +8 -6
  6. package/dist/components/jobCard/JobLocation.d.ts +8 -6
  7. package/dist/components/jobCard/JobLocation.js +93 -14
  8. package/dist/components/jobCard/JobLocation.js.map +1 -1
  9. package/dist/components/jobPost/JobDescription.cjs +3 -1
  10. package/dist/components/jobPost/JobDescription.cjs.map +1 -1
  11. package/dist/components/jobPost/JobDescription.js +3 -1
  12. package/dist/components/jobPost/JobDescription.js.map +1 -1
  13. package/dist/components/jobPost/JobHeader.cjs +1 -0
  14. package/dist/components/jobPost/JobHeader.cjs.map +1 -1
  15. package/dist/components/jobPost/JobHeader.js +1 -0
  16. package/dist/components/jobPost/JobHeader.js.map +1 -1
  17. package/dist/components/jobPost/JobPost.cjs +26 -18
  18. package/dist/components/jobPost/JobPost.cjs.map +1 -1
  19. package/dist/components/jobPost/JobPost.d.cts +1 -1
  20. package/dist/components/jobPost/JobPost.d.ts +1 -1
  21. package/dist/components/jobPost/JobPost.js +26 -18
  22. package/dist/components/jobPost/JobPost.js.map +1 -1
  23. package/dist/components/primitives/command.d.cts +3 -3
  24. package/dist/components/primitives/command.d.ts +3 -3
  25. package/dist/components/primitives/input-otp.d.cts +2 -2
  26. package/dist/components/primitives/input-otp.d.ts +2 -2
  27. package/dist/components/ui/Chip.cjs +1 -0
  28. package/dist/components/ui/Chip.cjs.map +1 -1
  29. package/dist/components/ui/Chip.d.cts +1 -1
  30. package/dist/components/ui/Chip.d.ts +1 -1
  31. package/dist/components/ui/Chip.js +1 -0
  32. package/dist/components/ui/Chip.js.map +1 -1
  33. package/dist/components/ui/Combobox.cjs +28 -19
  34. package/dist/components/ui/Combobox.cjs.map +1 -1
  35. package/dist/components/ui/Combobox.js +29 -20
  36. package/dist/components/ui/Combobox.js.map +1 -1
  37. package/dist/components/ui/DismissibleBanner.cjs +85 -0
  38. package/dist/components/ui/DismissibleBanner.cjs.map +1 -0
  39. package/dist/components/ui/DismissibleBanner.d.cts +11 -0
  40. package/dist/components/ui/DismissibleBanner.d.ts +11 -0
  41. package/dist/components/ui/DismissibleBanner.js +60 -0
  42. package/dist/components/ui/DismissibleBanner.js.map +1 -0
  43. package/dist/components/ui/ReadMore.cjs +3 -1
  44. package/dist/components/ui/ReadMore.cjs.map +1 -1
  45. package/dist/components/ui/ReadMore.js +3 -1
  46. package/dist/components/ui/ReadMore.js.map +1 -1
  47. package/dist/components/ui/Select.cjs +1 -0
  48. package/dist/components/ui/Select.cjs.map +1 -1
  49. package/dist/components/ui/Select.js +1 -0
  50. package/dist/components/ui/Select.js.map +1 -1
  51. package/dist/{displayText-DHKm6_JF.d.cts → displayText-DW0qiJqh.d.cts} +2 -2
  52. package/dist/{displayText-D8MYOaYK.d.ts → displayText-DahwdHdi.d.ts} +2 -2
  53. package/dist/hooks/useDisplayText.d.cts +3 -3
  54. package/dist/hooks/useDisplayText.d.ts +3 -3
  55. package/dist/index.cjs +1260 -1131
  56. package/dist/index.cjs.map +1 -1
  57. package/dist/index.d.cts +10 -5
  58. package/dist/index.d.ts +10 -5
  59. package/dist/index.js +1198 -1072
  60. package/dist/index.js.map +1 -1
  61. package/dist/{job_posting_service_latest-DaKYQh30.d.cts → job_posting_service_latest-C_TEBzCf.d.cts} +289 -289
  62. package/dist/{job_posting_service_latest-DaKYQh30.d.ts → job_posting_service_latest-C_TEBzCf.d.ts} +289 -289
  63. package/dist/{job_posting_service_latest-C8PT9mxn.d.cts → job_posting_service_latest-DdgK8Nnz.d.cts} +290 -290
  64. package/dist/{job_posting_service_latest-C8PT9mxn.d.ts → job_posting_service_latest-DdgK8Nnz.d.ts} +290 -290
  65. package/dist/{job_posting_service_sanity-nyUCPROx.d.ts → job_posting_service_sanity-BKo9TBDT.d.ts} +630 -630
  66. package/dist/{job_posting_service_sanity-BK7jdr2W.d.cts → job_posting_service_sanity-BNq-Am9N.d.cts} +630 -630
  67. package/dist/lib/locations.cjs +32 -7
  68. package/dist/lib/locations.cjs.map +1 -1
  69. package/dist/lib/locations.d.cts +8 -5
  70. package/dist/lib/locations.d.ts +8 -5
  71. package/dist/lib/locations.js +30 -6
  72. package/dist/lib/locations.js.map +1 -1
  73. package/dist/lib/mappings.d.cts +3 -3
  74. package/dist/lib/mappings.d.ts +3 -3
  75. package/dist/lib/salaryRange.cjs +14 -12
  76. package/dist/lib/salaryRange.cjs.map +1 -1
  77. package/dist/lib/salaryRange.d.cts +2 -2
  78. package/dist/lib/salaryRange.d.ts +2 -2
  79. package/dist/lib/salaryRange.js +14 -12
  80. package/dist/lib/salaryRange.js.map +1 -1
  81. package/dist/services/displayText.d.cts +3 -3
  82. package/dist/services/displayText.d.ts +3 -3
  83. package/dist/styles/globals.css +3 -7
  84. package/dist/styles/globals.css.map +1 -1
  85. package/dist/types/data/company_service_latest.d.cts +1 -1
  86. package/dist/types/data/company_service_latest.d.ts +1 -1
  87. package/dist/types/data/job_posting_service_latest.d.cts +1 -1
  88. package/dist/types/data/job_posting_service_latest.d.ts +1 -1
  89. package/dist/types/data/shared_pickle_output_latest.d.cts +1 -1
  90. package/dist/types/data/shared_pickle_output_latest.d.ts +1 -1
  91. package/dist/types/index.d.cts +5 -5
  92. package/dist/types/index.d.ts +5 -5
  93. package/dist/types/latest/company_service_latest.d.cts +1 -1
  94. package/dist/types/latest/company_service_latest.d.ts +1 -1
  95. package/dist/types/latest/custom/company_service_sanity.d.cts +3 -3
  96. package/dist/types/latest/custom/company_service_sanity.d.ts +3 -3
  97. package/dist/types/latest/custom/job_posting_service_sanity.d.cts +3 -3
  98. package/dist/types/latest/custom/job_posting_service_sanity.d.ts +3 -3
  99. package/dist/types/latest/job_posting_service_latest.d.cts +1 -1
  100. package/dist/types/latest/job_posting_service_latest.d.ts +1 -1
  101. package/dist/types/latest/shared_pickle_output_latest.d.cts +1 -1
  102. package/dist/types/latest/shared_pickle_output_latest.d.ts +1 -1
  103. package/package.json +4 -3
  104. package/dist/{company_service_latest-o6X0atwz.d.cts → company_service_latest-C7Moeufo.d.cts} +228 -228
  105. package/dist/{company_service_latest-o6X0atwz.d.ts → company_service_latest-C7Moeufo.d.ts} +228 -228
  106. package/dist/{company_service_latest-DpBsftTD.d.cts → company_service_latest-CITz7F53.d.cts} +228 -228
  107. package/dist/{company_service_latest-DpBsftTD.d.ts → company_service_latest-CITz7F53.d.ts} +228 -228
  108. package/dist/{shared_pickle_output_latest-BjRRmT8R.d.cts → shared_pickle_output_latest-CXBCG04N.d.cts} +15 -15
  109. package/dist/{shared_pickle_output_latest-BjRRmT8R.d.ts → shared_pickle_output_latest-CXBCG04N.d.ts} +15 -15
  110. package/dist/{shared_pickle_output_latest-BVF7Zh2H.d.cts → shared_pickle_output_latest-CtvHTPeX.d.cts} +15 -15
  111. package/dist/{shared_pickle_output_latest-BVF7Zh2H.d.ts → shared_pickle_output_latest-CtvHTPeX.d.ts} +15 -15
@@ -56,16 +56,16 @@ 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;
64
64
  }, {
65
65
  type: string;
66
66
  unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
67
- value?: number | undefined;
68
67
  version?: "1.0.0" | undefined;
68
+ value?: number | undefined;
69
69
  minValue?: number | undefined;
70
70
  maxValue?: number | undefined;
71
71
  }>>;
@@ -75,31 +75,31 @@ 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
+ version?: "1.0.0" | undefined;
90
91
  value?: {
91
92
  type: string;
92
93
  unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
93
- value?: number | undefined;
94
94
  version?: "1.0.0" | undefined;
95
+ value?: number | undefined;
95
96
  minValue?: number | undefined;
96
97
  maxValue?: number | undefined;
97
98
  } | undefined;
98
- currency?: "EUR" | "GBP" | "USD" | undefined;
99
- 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,11 +165,11 @@ 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
  size?: number | undefined;
170
169
  title?: string | undefined;
171
170
  url?: string | undefined;
172
171
  label?: string | undefined;
172
+ path?: string | undefined;
173
173
  description?: string | undefined;
174
174
  altText?: string | undefined;
175
175
  assetId?: string | undefined;
@@ -179,11 +179,11 @@ declare const jobPostSchema: z.ZodObject<{
179
179
  sha1Hash?: string | undefined;
180
180
  uploadId?: string | undefined;
181
181
  }, {
182
- path?: string | undefined;
183
182
  size?: number | undefined;
184
183
  title?: string | undefined;
185
184
  url?: string | undefined;
186
185
  label?: string | undefined;
186
+ path?: string | undefined;
187
187
  version?: "1.0.0" | undefined;
188
188
  description?: string | undefined;
189
189
  altText?: string | undefined;
@@ -199,11 +199,11 @@ 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
  size?: number | undefined;
204
203
  title?: string | undefined;
205
204
  url?: string | undefined;
206
205
  label?: string | undefined;
206
+ path?: string | undefined;
207
207
  description?: string | undefined;
208
208
  altText?: string | undefined;
209
209
  assetId?: string | undefined;
@@ -217,11 +217,11 @@ 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
  size?: number | undefined;
222
221
  title?: string | undefined;
223
222
  url?: string | undefined;
224
223
  label?: string | undefined;
224
+ path?: string | undefined;
225
225
  version?: "1.0.0" | undefined;
226
226
  description?: string | undefined;
227
227
  altText?: string | 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,11 +277,11 @@ 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
  size?: number | undefined;
282
281
  title?: string | undefined;
283
282
  url?: string | undefined;
284
283
  label?: string | undefined;
284
+ path?: string | undefined;
285
285
  description?: string | undefined;
286
286
  altText?: string | undefined;
287
287
  assetId?: string | undefined;
@@ -291,11 +291,11 @@ declare const jobPostSchema: z.ZodObject<{
291
291
  sha1Hash?: string | undefined;
292
292
  uploadId?: string | undefined;
293
293
  }, {
294
- path?: string | undefined;
295
294
  size?: number | undefined;
296
295
  title?: string | undefined;
297
296
  url?: string | undefined;
298
297
  label?: string | undefined;
298
+ path?: string | undefined;
299
299
  version?: "1.0.0" | undefined;
300
300
  description?: string | undefined;
301
301
  altText?: string | undefined;
@@ -311,11 +311,11 @@ 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
  size?: number | undefined;
316
315
  title?: string | undefined;
317
316
  url?: string | undefined;
318
317
  label?: string | undefined;
318
+ path?: string | undefined;
319
319
  description?: string | undefined;
320
320
  altText?: string | undefined;
321
321
  assetId?: string | undefined;
@@ -329,11 +329,11 @@ 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
  size?: number | undefined;
334
333
  title?: string | undefined;
335
334
  url?: string | undefined;
336
335
  label?: string | undefined;
336
+ path?: string | undefined;
337
337
  version?: "1.0.0" | undefined;
338
338
  description?: string | undefined;
339
339
  altText?: string | 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,11 +356,11 @@ 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
  size?: number | undefined;
361
360
  title?: string | undefined;
362
361
  url?: string | undefined;
363
362
  label?: string | undefined;
363
+ path?: string | undefined;
364
364
  description?: string | undefined;
365
365
  altText?: string | undefined;
366
366
  assetId?: string | undefined;
@@ -373,19 +373,19 @@ 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
  size?: number | undefined;
386
385
  title?: string | undefined;
387
386
  url?: string | undefined;
388
387
  label?: string | undefined;
388
+ path?: string | undefined;
389
389
  version?: "1.0.0" | undefined;
390
390
  description?: string | undefined;
391
391
  altText?: string | 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,11 +433,11 @@ 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
  size?: number | undefined;
438
437
  title?: string | undefined;
439
438
  url?: string | undefined;
440
439
  label?: string | undefined;
440
+ path?: string | undefined;
441
441
  description?: string | undefined;
442
442
  altText?: string | undefined;
443
443
  assetId?: 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,19 +463,19 @@ 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
  size?: number | undefined;
476
475
  title?: string | undefined;
477
476
  url?: string | undefined;
478
477
  label?: string | undefined;
478
+ path?: string | undefined;
479
479
  version?: "1.0.0" | undefined;
480
480
  description?: string | undefined;
481
481
  altText?: string | 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;
@@ -528,16 +528,16 @@ declare const jobPostSchema: z.ZodObject<{
528
528
  type: string;
529
529
  version: "1.0.0";
530
530
  companyWow?: string | undefined;
531
+ companyNdgTake?: string | undefined;
531
532
  companyBestFit?: string[] | undefined;
532
533
  companyInterests?: string[] | undefined;
533
- companyNdgTake?: string | undefined;
534
534
  }, {
535
535
  type: string;
536
536
  version?: "1.0.0" | undefined;
537
537
  companyWow?: string | undefined;
538
+ companyNdgTake?: string | undefined;
538
539
  companyBestFit?: string[] | undefined;
539
540
  companyInterests?: string[] | undefined;
540
- companyNdgTake?: string | undefined;
541
541
  }>>;
542
542
  foundingInfo: z.ZodOptional<z.ZodObject<{
543
543
  version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
@@ -576,11 +576,11 @@ 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
  size?: number | undefined;
581
580
  title?: string | undefined;
582
581
  url?: string | undefined;
583
582
  label?: string | undefined;
583
+ path?: string | undefined;
584
584
  description?: string | undefined;
585
585
  altText?: string | undefined;
586
586
  assetId?: string | undefined;
@@ -590,11 +590,11 @@ declare const jobPostSchema: z.ZodObject<{
590
590
  sha1Hash?: string | undefined;
591
591
  uploadId?: string | undefined;
592
592
  }, {
593
- path?: string | undefined;
594
593
  size?: number | undefined;
595
594
  title?: string | undefined;
596
595
  url?: string | undefined;
597
596
  label?: string | undefined;
597
+ path?: string | undefined;
598
598
  version?: "1.0.0" | undefined;
599
599
  description?: string | undefined;
600
600
  altText?: string | undefined;
@@ -610,11 +610,11 @@ 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
  size?: number | undefined;
615
614
  title?: string | undefined;
616
615
  url?: string | undefined;
617
616
  label?: string | undefined;
617
+ path?: string | undefined;
618
618
  description?: string | undefined;
619
619
  altText?: string | undefined;
620
620
  assetId?: string | undefined;
@@ -628,11 +628,11 @@ 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
  size?: number | undefined;
633
632
  title?: string | undefined;
634
633
  url?: string | undefined;
635
634
  label?: string | undefined;
635
+ path?: string | undefined;
636
636
  version?: "1.0.0" | undefined;
637
637
  description?: string | undefined;
638
638
  altText?: string | 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>;
@@ -760,11 +760,11 @@ declare const jobPostSchema: z.ZodObject<{
760
760
  version: "1.0.0";
761
761
  asset?: {
762
762
  version: "1.0.0";
763
- path?: string | undefined;
764
763
  size?: number | undefined;
765
764
  title?: string | undefined;
766
765
  url?: string | undefined;
767
766
  label?: string | undefined;
767
+ path?: string | undefined;
768
768
  description?: string | undefined;
769
769
  altText?: string | undefined;
770
770
  assetId?: 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;
@@ -814,11 +814,11 @@ declare const jobPostSchema: z.ZodObject<{
814
814
  type: string;
815
815
  version?: "1.0.0" | undefined;
816
816
  asset?: {
817
- path?: string | undefined;
818
817
  size?: number | undefined;
819
818
  title?: string | undefined;
820
819
  url?: string | undefined;
821
820
  label?: string | undefined;
821
+ path?: string | undefined;
822
822
  version?: "1.0.0" | undefined;
823
823
  description?: string | undefined;
824
824
  altText?: string | 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;
@@ -879,11 +879,11 @@ declare const jobPostSchema: z.ZodObject<{
879
879
  version: "1.0.0";
880
880
  asset?: {
881
881
  version: "1.0.0";
882
- path?: string | undefined;
883
882
  size?: number | undefined;
884
883
  title?: string | undefined;
885
884
  url?: string | undefined;
886
885
  label?: string | undefined;
886
+ path?: string | undefined;
887
887
  description?: string | undefined;
888
888
  altText?: string | undefined;
889
889
  assetId?: 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;
@@ -940,11 +940,11 @@ declare const jobPostSchema: z.ZodObject<{
940
940
  type: string;
941
941
  version?: "1.0.0" | undefined;
942
942
  asset?: {
943
- path?: string | undefined;
944
943
  size?: number | undefined;
945
944
  title?: string | undefined;
946
945
  url?: string | undefined;
947
946
  label?: string | undefined;
947
+ path?: string | undefined;
948
948
  version?: "1.0.0" | undefined;
949
949
  description?: string | undefined;
950
950
  altText?: string | 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,11 +1081,11 @@ 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
  size?: number | undefined;
1086
1085
  title?: string | undefined;
1087
1086
  url?: string | undefined;
1088
1087
  label?: string | undefined;
1088
+ path?: string | undefined;
1089
1089
  description?: string | undefined;
1090
1090
  altText?: string | undefined;
1091
1091
  assetId?: 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,11 +1117,11 @@ 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
  size?: number | undefined;
1122
1121
  title?: string | undefined;
1123
1122
  url?: string | undefined;
1124
1123
  label?: string | undefined;
1124
+ path?: string | undefined;
1125
1125
  description?: string | undefined;
1126
1126
  altText?: string | undefined;
1127
1127
  assetId?: 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;
@@ -1150,6 +1150,14 @@ declare const jobPostSchema: z.ZodObject<{
1150
1150
  companyHow?: string | undefined;
1151
1151
  companyCulture?: string[] | undefined;
1152
1152
  } | undefined;
1153
+ companyNdg?: {
1154
+ type: string;
1155
+ version: "1.0.0";
1156
+ companyWow?: string | undefined;
1157
+ companyNdgTake?: string | undefined;
1158
+ companyBestFit?: string[] | undefined;
1159
+ companyInterests?: string[] | undefined;
1160
+ } | undefined;
1153
1161
  foundingInfo?: {
1154
1162
  type: string;
1155
1163
  version: "1.0.0";
@@ -1187,11 +1195,11 @@ declare const jobPostSchema: z.ZodObject<{
1187
1195
  version: "1.0.0";
1188
1196
  asset?: {
1189
1197
  version: "1.0.0";
1190
- path?: string | undefined;
1191
1198
  size?: number | undefined;
1192
1199
  title?: string | undefined;
1193
1200
  url?: string | undefined;
1194
1201
  label?: string | undefined;
1202
+ path?: string | undefined;
1195
1203
  description?: string | undefined;
1196
1204
  altText?: string | undefined;
1197
1205
  assetId?: string | undefined;
@@ -1207,8 +1215,8 @@ declare const jobPostSchema: z.ZodObject<{
1207
1215
  isMedical?: boolean | undefined;
1208
1216
  isScientist?: boolean | undefined;
1209
1217
  socialMedia?: {
1210
- type: string;
1211
1218
  url: string;
1219
+ type: string;
1212
1220
  version: "1.0.0";
1213
1221
  }[] | undefined;
1214
1222
  telephone?: string | undefined;
@@ -1243,17 +1251,9 @@ declare const jobPostSchema: z.ZodObject<{
1243
1251
  uniqueRunId?: string | undefined;
1244
1252
  postProcessorUniqueRunId?: string | undefined;
1245
1253
  } | undefined;
1246
- companyNdg?: {
1247
- type: string;
1248
- version: "1.0.0";
1249
- companyWow?: string | undefined;
1250
- companyBestFit?: string[] | undefined;
1251
- companyInterests?: string[] | undefined;
1252
- companyNdgTake?: string | undefined;
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,11 +1263,11 @@ 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
  size?: number | undefined;
1268
1267
  title?: string | undefined;
1269
1268
  url?: string | undefined;
1270
1269
  label?: string | undefined;
1270
+ path?: string | undefined;
1271
1271
  version?: "1.0.0" | undefined;
1272
1272
  description?: string | undefined;
1273
1273
  altText?: string | 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,19 +1291,19 @@ 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
  size?: number | undefined;
1304
1303
  title?: string | undefined;
1305
1304
  url?: string | undefined;
1306
1305
  label?: string | undefined;
1306
+ path?: string | undefined;
1307
1307
  version?: "1.0.0" | undefined;
1308
1308
  description?: string | undefined;
1309
1309
  altText?: string | 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;
@@ -1333,6 +1333,14 @@ declare const jobPostSchema: z.ZodObject<{
1333
1333
  companyHow?: string | undefined;
1334
1334
  companyCulture?: string[] | undefined;
1335
1335
  } | undefined;
1336
+ companyNdg?: {
1337
+ type: string;
1338
+ version?: "1.0.0" | undefined;
1339
+ companyWow?: string | undefined;
1340
+ companyNdgTake?: string | undefined;
1341
+ companyBestFit?: string[] | undefined;
1342
+ companyInterests?: string[] | undefined;
1343
+ } | undefined;
1336
1344
  foundingInfo?: {
1337
1345
  type: string;
1338
1346
  version?: "1.0.0" | undefined;
@@ -1368,11 +1376,11 @@ declare const jobPostSchema: z.ZodObject<{
1368
1376
  type: string;
1369
1377
  version?: "1.0.0" | undefined;
1370
1378
  asset?: {
1371
- path?: string | undefined;
1372
1379
  size?: number | undefined;
1373
1380
  title?: string | undefined;
1374
1381
  url?: string | undefined;
1375
1382
  label?: string | undefined;
1383
+ path?: string | undefined;
1376
1384
  version?: "1.0.0" | undefined;
1377
1385
  description?: string | undefined;
1378
1386
  altText?: string | undefined;
@@ -1390,8 +1398,8 @@ declare const jobPostSchema: z.ZodObject<{
1390
1398
  isMedical?: boolean | undefined;
1391
1399
  isScientist?: boolean | undefined;
1392
1400
  socialMedia?: {
1393
- type: string;
1394
1401
  url: string;
1402
+ type: string;
1395
1403
  version?: "1.0.0" | undefined;
1396
1404
  }[] | undefined;
1397
1405
  telephone?: string | undefined;
@@ -1426,14 +1434,6 @@ declare const jobPostSchema: z.ZodObject<{
1426
1434
  postProcessorUniqueRunId?: string | undefined;
1427
1435
  isScrapeManaged?: boolean | undefined;
1428
1436
  } | undefined;
1429
- companyNdg?: {
1430
- type: string;
1431
- version?: "1.0.0" | undefined;
1432
- companyWow?: string | undefined;
1433
- companyBestFit?: string[] | undefined;
1434
- companyInterests?: string[] | undefined;
1435
- companyNdgTake?: string | undefined;
1436
- } | undefined;
1437
1437
  }>>;
1438
1438
  geoLocation: z.ZodOptional<z.ZodObject<{
1439
1439
  version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
@@ -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,11 +1526,11 @@ 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
  size?: number | undefined;
1531
1530
  title?: string | undefined;
1532
1531
  url?: string | undefined;
1533
1532
  label?: string | undefined;
1533
+ path?: string | undefined;
1534
1534
  description?: string | undefined;
1535
1535
  altText?: string | undefined;
1536
1536
  assetId?: 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,11 +1562,11 @@ 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
  size?: number | undefined;
1567
1566
  title?: string | undefined;
1568
1567
  url?: string | undefined;
1569
1568
  label?: string | undefined;
1569
+ path?: string | undefined;
1570
1570
  description?: string | undefined;
1571
1571
  altText?: string | undefined;
1572
1572
  assetId?: 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;
@@ -1595,6 +1595,14 @@ declare const jobPostSchema: z.ZodObject<{
1595
1595
  companyHow?: string | undefined;
1596
1596
  companyCulture?: string[] | undefined;
1597
1597
  } | undefined;
1598
+ companyNdg?: {
1599
+ type: string;
1600
+ version: "1.0.0";
1601
+ companyWow?: string | undefined;
1602
+ companyNdgTake?: string | undefined;
1603
+ companyBestFit?: string[] | undefined;
1604
+ companyInterests?: string[] | undefined;
1605
+ } | undefined;
1598
1606
  foundingInfo?: {
1599
1607
  type: string;
1600
1608
  version: "1.0.0";
@@ -1632,11 +1640,11 @@ declare const jobPostSchema: z.ZodObject<{
1632
1640
  version: "1.0.0";
1633
1641
  asset?: {
1634
1642
  version: "1.0.0";
1635
- path?: string | undefined;
1636
1643
  size?: number | undefined;
1637
1644
  title?: string | undefined;
1638
1645
  url?: string | undefined;
1639
1646
  label?: string | undefined;
1647
+ path?: string | undefined;
1640
1648
  description?: string | undefined;
1641
1649
  altText?: string | undefined;
1642
1650
  assetId?: string | undefined;
@@ -1652,8 +1660,8 @@ declare const jobPostSchema: z.ZodObject<{
1652
1660
  isMedical?: boolean | undefined;
1653
1661
  isScientist?: boolean | undefined;
1654
1662
  socialMedia?: {
1655
- type: string;
1656
1663
  url: string;
1664
+ type: string;
1657
1665
  version: "1.0.0";
1658
1666
  }[] | undefined;
1659
1667
  telephone?: string | undefined;
@@ -1688,14 +1696,6 @@ declare const jobPostSchema: z.ZodObject<{
1688
1696
  uniqueRunId?: string | undefined;
1689
1697
  postProcessorUniqueRunId?: string | undefined;
1690
1698
  } | undefined;
1691
- companyNdg?: {
1692
- type: string;
1693
- version: "1.0.0";
1694
- companyWow?: string | undefined;
1695
- companyBestFit?: string[] | undefined;
1696
- companyInterests?: string[] | undefined;
1697
- companyNdgTake?: string | undefined;
1698
- } | undefined;
1699
1699
  } | undefined;
1700
1700
  geoLocation?: {
1701
1701
  version: "1.0.0";
@@ -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,11 +1733,11 @@ 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
  size?: number | undefined;
1738
1737
  title?: string | undefined;
1739
1738
  url?: string | undefined;
1740
1739
  label?: string | undefined;
1740
+ path?: string | undefined;
1741
1741
  version?: "1.0.0" | undefined;
1742
1742
  description?: string | undefined;
1743
1743
  altText?: string | 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,19 +1761,19 @@ 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
  size?: number | undefined;
1774
1773
  title?: string | undefined;
1775
1774
  url?: string | undefined;
1776
1775
  label?: string | undefined;
1776
+ path?: string | undefined;
1777
1777
  version?: "1.0.0" | undefined;
1778
1778
  description?: string | undefined;
1779
1779
  altText?: string | 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;
@@ -1803,6 +1803,14 @@ declare const jobPostSchema: z.ZodObject<{
1803
1803
  companyHow?: string | undefined;
1804
1804
  companyCulture?: string[] | undefined;
1805
1805
  } | undefined;
1806
+ companyNdg?: {
1807
+ type: string;
1808
+ version?: "1.0.0" | undefined;
1809
+ companyWow?: string | undefined;
1810
+ companyNdgTake?: string | undefined;
1811
+ companyBestFit?: string[] | undefined;
1812
+ companyInterests?: string[] | undefined;
1813
+ } | undefined;
1806
1814
  foundingInfo?: {
1807
1815
  type: string;
1808
1816
  version?: "1.0.0" | undefined;
@@ -1838,11 +1846,11 @@ declare const jobPostSchema: z.ZodObject<{
1838
1846
  type: string;
1839
1847
  version?: "1.0.0" | undefined;
1840
1848
  asset?: {
1841
- path?: string | undefined;
1842
1849
  size?: number | undefined;
1843
1850
  title?: string | undefined;
1844
1851
  url?: string | undefined;
1845
1852
  label?: string | undefined;
1853
+ path?: string | undefined;
1846
1854
  version?: "1.0.0" | undefined;
1847
1855
  description?: string | undefined;
1848
1856
  altText?: string | undefined;
@@ -1860,8 +1868,8 @@ declare const jobPostSchema: z.ZodObject<{
1860
1868
  isMedical?: boolean | undefined;
1861
1869
  isScientist?: boolean | undefined;
1862
1870
  socialMedia?: {
1863
- type: string;
1864
1871
  url: string;
1872
+ type: string;
1865
1873
  version?: "1.0.0" | undefined;
1866
1874
  }[] | undefined;
1867
1875
  telephone?: string | undefined;
@@ -1896,14 +1904,6 @@ declare const jobPostSchema: z.ZodObject<{
1896
1904
  postProcessorUniqueRunId?: string | undefined;
1897
1905
  isScrapeManaged?: boolean | undefined;
1898
1906
  } | undefined;
1899
- companyNdg?: {
1900
- type: string;
1901
- version?: "1.0.0" | undefined;
1902
- companyWow?: string | undefined;
1903
- companyBestFit?: string[] | undefined;
1904
- companyInterests?: string[] | undefined;
1905
- companyNdgTake?: string | undefined;
1906
- } | undefined;
1907
1907
  } | undefined;
1908
1908
  geoLocation?: {
1909
1909
  address?: {
@@ -2020,11 +2020,11 @@ 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
  size?: number | undefined;
2025
2024
  title?: string | undefined;
2026
2025
  url?: string | undefined;
2027
2026
  label?: string | undefined;
2027
+ path?: string | undefined;
2028
2028
  description?: string | undefined;
2029
2029
  altText?: string | undefined;
2030
2030
  assetId?: string | undefined;
@@ -2034,11 +2034,11 @@ declare const jobPostSchema: z.ZodObject<{
2034
2034
  sha1Hash?: string | undefined;
2035
2035
  uploadId?: string | undefined;
2036
2036
  }, {
2037
- path?: string | undefined;
2038
2037
  size?: number | undefined;
2039
2038
  title?: string | undefined;
2040
2039
  url?: string | undefined;
2041
2040
  label?: string | undefined;
2041
+ path?: string | undefined;
2042
2042
  version?: "1.0.0" | undefined;
2043
2043
  description?: string | undefined;
2044
2044
  altText?: string | undefined;
@@ -2054,11 +2054,11 @@ 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
  size?: number | undefined;
2059
2058
  title?: string | undefined;
2060
2059
  url?: string | undefined;
2061
2060
  label?: string | undefined;
2061
+ path?: string | undefined;
2062
2062
  description?: string | undefined;
2063
2063
  altText?: string | undefined;
2064
2064
  assetId?: string | undefined;
@@ -2072,11 +2072,11 @@ 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
  size?: number | undefined;
2077
2076
  title?: string | undefined;
2078
2077
  url?: string | undefined;
2079
2078
  label?: string | undefined;
2079
+ path?: string | undefined;
2080
2080
  version?: "1.0.0" | undefined;
2081
2081
  description?: string | undefined;
2082
2082
  altText?: string | 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,11 +2132,11 @@ 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
  size?: number | undefined;
2137
2136
  title?: string | undefined;
2138
2137
  url?: string | undefined;
2139
2138
  label?: string | undefined;
2139
+ path?: string | undefined;
2140
2140
  description?: string | undefined;
2141
2141
  altText?: string | undefined;
2142
2142
  assetId?: string | undefined;
@@ -2146,11 +2146,11 @@ declare const jobPostSchema: z.ZodObject<{
2146
2146
  sha1Hash?: string | undefined;
2147
2147
  uploadId?: string | undefined;
2148
2148
  }, {
2149
- path?: string | undefined;
2150
2149
  size?: number | undefined;
2151
2150
  title?: string | undefined;
2152
2151
  url?: string | undefined;
2153
2152
  label?: string | undefined;
2153
+ path?: string | undefined;
2154
2154
  version?: "1.0.0" | undefined;
2155
2155
  description?: string | undefined;
2156
2156
  altText?: string | undefined;
@@ -2166,11 +2166,11 @@ 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
  size?: number | undefined;
2171
2170
  title?: string | undefined;
2172
2171
  url?: string | undefined;
2173
2172
  label?: string | undefined;
2173
+ path?: string | undefined;
2174
2174
  description?: string | undefined;
2175
2175
  altText?: string | undefined;
2176
2176
  assetId?: string | undefined;
@@ -2184,11 +2184,11 @@ 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
  size?: number | undefined;
2189
2188
  title?: string | undefined;
2190
2189
  url?: string | undefined;
2191
2190
  label?: string | undefined;
2191
+ path?: string | undefined;
2192
2192
  version?: "1.0.0" | undefined;
2193
2193
  description?: string | undefined;
2194
2194
  altText?: string | 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,11 +2211,11 @@ 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
  size?: number | undefined;
2216
2215
  title?: string | undefined;
2217
2216
  url?: string | undefined;
2218
2217
  label?: string | undefined;
2218
+ path?: string | undefined;
2219
2219
  description?: string | undefined;
2220
2220
  altText?: string | undefined;
2221
2221
  assetId?: string | undefined;
@@ -2228,19 +2228,19 @@ 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
  size?: number | undefined;
2241
2240
  title?: string | undefined;
2242
2241
  url?: string | undefined;
2243
2242
  label?: string | undefined;
2243
+ path?: string | undefined;
2244
2244
  version?: "1.0.0" | undefined;
2245
2245
  description?: string | undefined;
2246
2246
  altText?: string | 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,11 +2288,11 @@ 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
  size?: number | undefined;
2293
2292
  title?: string | undefined;
2294
2293
  url?: string | undefined;
2295
2294
  label?: string | undefined;
2295
+ path?: string | undefined;
2296
2296
  description?: string | undefined;
2297
2297
  altText?: string | undefined;
2298
2298
  assetId?: 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,19 +2318,19 @@ 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
  size?: number | undefined;
2331
2330
  title?: string | undefined;
2332
2331
  url?: string | undefined;
2333
2332
  label?: string | undefined;
2333
+ path?: string | undefined;
2334
2334
  version?: "1.0.0" | undefined;
2335
2335
  description?: string | undefined;
2336
2336
  altText?: string | 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;
@@ -2383,16 +2383,16 @@ declare const jobPostSchema: z.ZodObject<{
2383
2383
  type: string;
2384
2384
  version: "1.0.0";
2385
2385
  companyWow?: string | undefined;
2386
+ companyNdgTake?: string | undefined;
2386
2387
  companyBestFit?: string[] | undefined;
2387
2388
  companyInterests?: string[] | undefined;
2388
- companyNdgTake?: string | undefined;
2389
2389
  }, {
2390
2390
  type: string;
2391
2391
  version?: "1.0.0" | undefined;
2392
2392
  companyWow?: string | undefined;
2393
+ companyNdgTake?: string | undefined;
2393
2394
  companyBestFit?: string[] | undefined;
2394
2395
  companyInterests?: string[] | undefined;
2395
- companyNdgTake?: string | undefined;
2396
2396
  }>>;
2397
2397
  foundingInfo: z.ZodOptional<z.ZodObject<{
2398
2398
  version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
@@ -2431,11 +2431,11 @@ 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
  size?: number | undefined;
2436
2435
  title?: string | undefined;
2437
2436
  url?: string | undefined;
2438
2437
  label?: string | undefined;
2438
+ path?: string | undefined;
2439
2439
  description?: string | undefined;
2440
2440
  altText?: string | undefined;
2441
2441
  assetId?: string | undefined;
@@ -2445,11 +2445,11 @@ declare const jobPostSchema: z.ZodObject<{
2445
2445
  sha1Hash?: string | undefined;
2446
2446
  uploadId?: string | undefined;
2447
2447
  }, {
2448
- path?: string | undefined;
2449
2448
  size?: number | undefined;
2450
2449
  title?: string | undefined;
2451
2450
  url?: string | undefined;
2452
2451
  label?: string | undefined;
2452
+ path?: string | undefined;
2453
2453
  version?: "1.0.0" | undefined;
2454
2454
  description?: string | undefined;
2455
2455
  altText?: string | undefined;
@@ -2465,11 +2465,11 @@ 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
  size?: number | undefined;
2470
2469
  title?: string | undefined;
2471
2470
  url?: string | undefined;
2472
2471
  label?: string | undefined;
2472
+ path?: string | undefined;
2473
2473
  description?: string | undefined;
2474
2474
  altText?: string | undefined;
2475
2475
  assetId?: string | undefined;
@@ -2483,11 +2483,11 @@ 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
  size?: number | undefined;
2488
2487
  title?: string | undefined;
2489
2488
  url?: string | undefined;
2490
2489
  label?: string | undefined;
2490
+ path?: string | undefined;
2491
2491
  version?: "1.0.0" | undefined;
2492
2492
  description?: string | undefined;
2493
2493
  altText?: string | 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>;
@@ -2615,11 +2615,11 @@ declare const jobPostSchema: z.ZodObject<{
2615
2615
  version: "1.0.0";
2616
2616
  asset?: {
2617
2617
  version: "1.0.0";
2618
- path?: string | undefined;
2619
2618
  size?: number | undefined;
2620
2619
  title?: string | undefined;
2621
2620
  url?: string | undefined;
2622
2621
  label?: string | undefined;
2622
+ path?: string | undefined;
2623
2623
  description?: string | undefined;
2624
2624
  altText?: string | undefined;
2625
2625
  assetId?: 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;
@@ -2669,11 +2669,11 @@ declare const jobPostSchema: z.ZodObject<{
2669
2669
  type: string;
2670
2670
  version?: "1.0.0" | undefined;
2671
2671
  asset?: {
2672
- path?: string | undefined;
2673
2672
  size?: number | undefined;
2674
2673
  title?: string | undefined;
2675
2674
  url?: string | undefined;
2676
2675
  label?: string | undefined;
2676
+ path?: string | undefined;
2677
2677
  version?: "1.0.0" | undefined;
2678
2678
  description?: string | undefined;
2679
2679
  altText?: string | 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;
@@ -2734,11 +2734,11 @@ declare const jobPostSchema: z.ZodObject<{
2734
2734
  version: "1.0.0";
2735
2735
  asset?: {
2736
2736
  version: "1.0.0";
2737
- path?: string | undefined;
2738
2737
  size?: number | undefined;
2739
2738
  title?: string | undefined;
2740
2739
  url?: string | undefined;
2741
2740
  label?: string | undefined;
2741
+ path?: string | undefined;
2742
2742
  description?: string | undefined;
2743
2743
  altText?: string | undefined;
2744
2744
  assetId?: 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;
@@ -2795,11 +2795,11 @@ declare const jobPostSchema: z.ZodObject<{
2795
2795
  type: string;
2796
2796
  version?: "1.0.0" | undefined;
2797
2797
  asset?: {
2798
- path?: string | undefined;
2799
2798
  size?: number | undefined;
2800
2799
  title?: string | undefined;
2801
2800
  url?: string | undefined;
2802
2801
  label?: string | undefined;
2802
+ path?: string | undefined;
2803
2803
  version?: "1.0.0" | undefined;
2804
2804
  description?: string | undefined;
2805
2805
  altText?: string | 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,11 +2936,11 @@ 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
  size?: number | undefined;
2941
2940
  title?: string | undefined;
2942
2941
  url?: string | undefined;
2943
2942
  label?: string | undefined;
2943
+ path?: string | undefined;
2944
2944
  description?: string | undefined;
2945
2945
  altText?: string | undefined;
2946
2946
  assetId?: 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,11 +2972,11 @@ 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
  size?: number | undefined;
2977
2976
  title?: string | undefined;
2978
2977
  url?: string | undefined;
2979
2978
  label?: string | undefined;
2979
+ path?: string | undefined;
2980
2980
  description?: string | undefined;
2981
2981
  altText?: string | undefined;
2982
2982
  assetId?: 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;
@@ -3005,6 +3005,14 @@ declare const jobPostSchema: z.ZodObject<{
3005
3005
  companyHow?: string | undefined;
3006
3006
  companyCulture?: string[] | undefined;
3007
3007
  } | undefined;
3008
+ companyNdg?: {
3009
+ type: string;
3010
+ version: "1.0.0";
3011
+ companyWow?: string | undefined;
3012
+ companyNdgTake?: string | undefined;
3013
+ companyBestFit?: string[] | undefined;
3014
+ companyInterests?: string[] | undefined;
3015
+ } | undefined;
3008
3016
  foundingInfo?: {
3009
3017
  type: string;
3010
3018
  version: "1.0.0";
@@ -3042,11 +3050,11 @@ declare const jobPostSchema: z.ZodObject<{
3042
3050
  version: "1.0.0";
3043
3051
  asset?: {
3044
3052
  version: "1.0.0";
3045
- path?: string | undefined;
3046
3053
  size?: number | undefined;
3047
3054
  title?: string | undefined;
3048
3055
  url?: string | undefined;
3049
3056
  label?: string | undefined;
3057
+ path?: string | undefined;
3050
3058
  description?: string | undefined;
3051
3059
  altText?: string | undefined;
3052
3060
  assetId?: string | undefined;
@@ -3062,8 +3070,8 @@ declare const jobPostSchema: z.ZodObject<{
3062
3070
  isMedical?: boolean | undefined;
3063
3071
  isScientist?: boolean | undefined;
3064
3072
  socialMedia?: {
3065
- type: string;
3066
3073
  url: string;
3074
+ type: string;
3067
3075
  version: "1.0.0";
3068
3076
  }[] | undefined;
3069
3077
  telephone?: string | undefined;
@@ -3098,17 +3106,9 @@ declare const jobPostSchema: z.ZodObject<{
3098
3106
  uniqueRunId?: string | undefined;
3099
3107
  postProcessorUniqueRunId?: string | undefined;
3100
3108
  } | undefined;
3101
- companyNdg?: {
3102
- type: string;
3103
- version: "1.0.0";
3104
- companyWow?: string | undefined;
3105
- companyBestFit?: string[] | undefined;
3106
- companyInterests?: string[] | undefined;
3107
- companyNdgTake?: string | undefined;
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,11 +3118,11 @@ 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
  size?: number | undefined;
3123
3122
  title?: string | undefined;
3124
3123
  url?: string | undefined;
3125
3124
  label?: string | undefined;
3125
+ path?: string | undefined;
3126
3126
  version?: "1.0.0" | undefined;
3127
3127
  description?: string | undefined;
3128
3128
  altText?: string | 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,19 +3146,19 @@ 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
  size?: number | undefined;
3159
3158
  title?: string | undefined;
3160
3159
  url?: string | undefined;
3161
3160
  label?: string | undefined;
3161
+ path?: string | undefined;
3162
3162
  version?: "1.0.0" | undefined;
3163
3163
  description?: string | undefined;
3164
3164
  altText?: string | 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;
@@ -3188,6 +3188,14 @@ declare const jobPostSchema: z.ZodObject<{
3188
3188
  companyHow?: string | undefined;
3189
3189
  companyCulture?: string[] | undefined;
3190
3190
  } | undefined;
3191
+ companyNdg?: {
3192
+ type: string;
3193
+ version?: "1.0.0" | undefined;
3194
+ companyWow?: string | undefined;
3195
+ companyNdgTake?: string | undefined;
3196
+ companyBestFit?: string[] | undefined;
3197
+ companyInterests?: string[] | undefined;
3198
+ } | undefined;
3191
3199
  foundingInfo?: {
3192
3200
  type: string;
3193
3201
  version?: "1.0.0" | undefined;
@@ -3223,11 +3231,11 @@ declare const jobPostSchema: z.ZodObject<{
3223
3231
  type: string;
3224
3232
  version?: "1.0.0" | undefined;
3225
3233
  asset?: {
3226
- path?: string | undefined;
3227
3234
  size?: number | undefined;
3228
3235
  title?: string | undefined;
3229
3236
  url?: string | undefined;
3230
3237
  label?: string | undefined;
3238
+ path?: string | undefined;
3231
3239
  version?: "1.0.0" | undefined;
3232
3240
  description?: string | undefined;
3233
3241
  altText?: string | undefined;
@@ -3245,8 +3253,8 @@ declare const jobPostSchema: z.ZodObject<{
3245
3253
  isMedical?: boolean | undefined;
3246
3254
  isScientist?: boolean | undefined;
3247
3255
  socialMedia?: {
3248
- type: string;
3249
3256
  url: string;
3257
+ type: string;
3250
3258
  version?: "1.0.0" | undefined;
3251
3259
  }[] | undefined;
3252
3260
  telephone?: string | undefined;
@@ -3281,20 +3289,12 @@ declare const jobPostSchema: z.ZodObject<{
3281
3289
  postProcessorUniqueRunId?: string | undefined;
3282
3290
  isScrapeManaged?: boolean | undefined;
3283
3291
  } | undefined;
3284
- companyNdg?: {
3285
- type: string;
3286
- version?: "1.0.0" | undefined;
3287
- companyWow?: string | undefined;
3288
- companyBestFit?: string[] | undefined;
3289
- companyInterests?: string[] | undefined;
3290
- companyNdgTake?: string | undefined;
3291
- } | undefined;
3292
3292
  }>>;
3293
3293
  }, "strip", z.ZodTypeAny, {
3294
- type: string;
3295
3294
  id: string;
3296
3295
  title: string;
3297
3296
  url: string;
3297
+ type: string;
3298
3298
  version: "1.0.0";
3299
3299
  description: string;
3300
3300
  createdAt: string;
@@ -3305,13 +3305,18 @@ declare const jobPostSchema: z.ZodObject<{
3305
3305
  isRemote: boolean;
3306
3306
  isVerified: boolean;
3307
3307
  isDirectApply: boolean;
3308
+ jobLocation?: {
3309
+ type: string;
3310
+ version: "1.0.0";
3311
+ addressCountry: string;
3312
+ description?: string | undefined;
3313
+ addressRegion?: string | undefined;
3314
+ addressLocality?: string | undefined;
3315
+ streetAddress?: string | undefined;
3316
+ streetNumber?: string | undefined;
3317
+ postalCode?: string | undefined;
3318
+ } | undefined;
3308
3319
  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
3320
  dateAdded?: string | undefined;
3316
3321
  datePosted?: string | undefined;
3317
3322
  dateRemoved?: string | undefined;
@@ -3319,44 +3324,39 @@ declare const jobPostSchema: z.ZodObject<{
3319
3324
  vacancyCount?: number | undefined;
3320
3325
  richTextDescription?: string | undefined;
3321
3326
  jobLocationType?: ("FLOAT" | "HYBRID" | "ONSITE" | "REMOTE")[] | undefined;
3327
+ employmentType?: ("CONTRACT" | "FULL_TIME" | "INTERNSHIP" | "OTHER" | "PART_TIME" | "PER_DIEM" | "TEMPORARY")[] | undefined;
3328
+ employmentLevel?: "DIRECTOR" | "ENTRY_LEVEL" | "EXECUTIVE" | "EXPERIENCED" | "INTERN" | "MANAGER" | undefined;
3329
+ 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;
3330
+ 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
3331
  clinicalLicense?: ("PT" | "RN" | "CNA" | "CNM" | "CNS" | "COTA" | "CRNA" | "LPN" | "LVN" | "NP" | "OT" | "PTA")[] | undefined;
3332
+ 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;
3333
+ 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
3334
  estimatedSalary?: {
3324
3335
  type: string;
3325
3336
  version: "1.0.0";
3326
3337
  value?: {
3327
3338
  type: string;
3328
- unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
3329
3339
  version: "1.0.0";
3340
+ unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
3330
3341
  value?: number | undefined;
3331
3342
  minValue?: number | undefined;
3332
3343
  maxValue?: number | undefined;
3333
3344
  } | undefined;
3334
- currency?: "EUR" | "GBP" | "USD" | undefined;
3335
3345
  minValue?: number | undefined;
3336
3346
  maxValue?: number | undefined;
3337
3347
  singleValue?: number | undefined;
3338
- } | undefined;
3339
- jobLocation?: {
3340
- type: string;
3341
- version: "1.0.0";
3342
- addressCountry: string;
3343
- description?: string | undefined;
3344
- addressRegion?: string | undefined;
3345
- addressLocality?: string | undefined;
3346
- streetAddress?: string | undefined;
3347
- streetNumber?: string | undefined;
3348
- postalCode?: string | undefined;
3348
+ currency?: "EUR" | "GBP" | "USD" | 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,11 +3367,11 @@ 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
  size?: number | undefined;
3372
3371
  title?: string | undefined;
3373
3372
  url?: string | undefined;
3374
3373
  label?: string | undefined;
3374
+ path?: string | undefined;
3375
3375
  description?: string | undefined;
3376
3376
  altText?: string | undefined;
3377
3377
  assetId?: 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,11 +3403,11 @@ 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
  size?: number | undefined;
3408
3407
  title?: string | undefined;
3409
3408
  url?: string | undefined;
3410
3409
  label?: string | undefined;
3410
+ path?: string | undefined;
3411
3411
  description?: string | undefined;
3412
3412
  altText?: string | undefined;
3413
3413
  assetId?: 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;
@@ -3436,6 +3436,14 @@ declare const jobPostSchema: z.ZodObject<{
3436
3436
  companyHow?: string | undefined;
3437
3437
  companyCulture?: string[] | undefined;
3438
3438
  } | undefined;
3439
+ companyNdg?: {
3440
+ type: string;
3441
+ version: "1.0.0";
3442
+ companyWow?: string | undefined;
3443
+ companyNdgTake?: string | undefined;
3444
+ companyBestFit?: string[] | undefined;
3445
+ companyInterests?: string[] | undefined;
3446
+ } | undefined;
3439
3447
  foundingInfo?: {
3440
3448
  type: string;
3441
3449
  version: "1.0.0";
@@ -3473,11 +3481,11 @@ declare const jobPostSchema: z.ZodObject<{
3473
3481
  version: "1.0.0";
3474
3482
  asset?: {
3475
3483
  version: "1.0.0";
3476
- path?: string | undefined;
3477
3484
  size?: number | undefined;
3478
3485
  title?: string | undefined;
3479
3486
  url?: string | undefined;
3480
3487
  label?: string | undefined;
3488
+ path?: string | undefined;
3481
3489
  description?: string | undefined;
3482
3490
  altText?: string | undefined;
3483
3491
  assetId?: string | undefined;
@@ -3493,8 +3501,8 @@ declare const jobPostSchema: z.ZodObject<{
3493
3501
  isMedical?: boolean | undefined;
3494
3502
  isScientist?: boolean | undefined;
3495
3503
  socialMedia?: {
3496
- type: string;
3497
3504
  url: string;
3505
+ type: string;
3498
3506
  version: "1.0.0";
3499
3507
  }[] | undefined;
3500
3508
  telephone?: string | undefined;
@@ -3529,14 +3537,6 @@ declare const jobPostSchema: z.ZodObject<{
3529
3537
  uniqueRunId?: string | undefined;
3530
3538
  postProcessorUniqueRunId?: string | undefined;
3531
3539
  } | undefined;
3532
- companyNdg?: {
3533
- type: string;
3534
- version: "1.0.0";
3535
- companyWow?: string | undefined;
3536
- companyBestFit?: string[] | undefined;
3537
- companyInterests?: string[] | undefined;
3538
- companyNdgTake?: string | undefined;
3539
- } | undefined;
3540
3540
  } | undefined;
3541
3541
  geoLocation?: {
3542
3542
  version: "1.0.0";
@@ -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,11 +3586,11 @@ 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
  size?: number | undefined;
3591
3590
  title?: string | undefined;
3592
3591
  url?: string | undefined;
3593
3592
  label?: string | undefined;
3593
+ path?: string | undefined;
3594
3594
  description?: string | undefined;
3595
3595
  altText?: string | undefined;
3596
3596
  assetId?: 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,11 +3622,11 @@ 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
  size?: number | undefined;
3627
3626
  title?: string | undefined;
3628
3627
  url?: string | undefined;
3629
3628
  label?: string | undefined;
3629
+ path?: string | undefined;
3630
3630
  description?: string | undefined;
3631
3631
  altText?: string | undefined;
3632
3632
  assetId?: 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;
@@ -3655,6 +3655,14 @@ declare const jobPostSchema: z.ZodObject<{
3655
3655
  companyHow?: string | undefined;
3656
3656
  companyCulture?: string[] | undefined;
3657
3657
  } | undefined;
3658
+ companyNdg?: {
3659
+ type: string;
3660
+ version: "1.0.0";
3661
+ companyWow?: string | undefined;
3662
+ companyNdgTake?: string | undefined;
3663
+ companyBestFit?: string[] | undefined;
3664
+ companyInterests?: string[] | undefined;
3665
+ } | undefined;
3658
3666
  foundingInfo?: {
3659
3667
  type: string;
3660
3668
  version: "1.0.0";
@@ -3692,11 +3700,11 @@ declare const jobPostSchema: z.ZodObject<{
3692
3700
  version: "1.0.0";
3693
3701
  asset?: {
3694
3702
  version: "1.0.0";
3695
- path?: string | undefined;
3696
3703
  size?: number | undefined;
3697
3704
  title?: string | undefined;
3698
3705
  url?: string | undefined;
3699
3706
  label?: string | undefined;
3707
+ path?: string | undefined;
3700
3708
  description?: string | undefined;
3701
3709
  altText?: string | undefined;
3702
3710
  assetId?: string | undefined;
@@ -3712,8 +3720,8 @@ declare const jobPostSchema: z.ZodObject<{
3712
3720
  isMedical?: boolean | undefined;
3713
3721
  isScientist?: boolean | undefined;
3714
3722
  socialMedia?: {
3715
- type: string;
3716
3723
  url: string;
3724
+ type: string;
3717
3725
  version: "1.0.0";
3718
3726
  }[] | undefined;
3719
3727
  telephone?: string | undefined;
@@ -3748,33 +3756,30 @@ declare const jobPostSchema: z.ZodObject<{
3748
3756
  uniqueRunId?: string | undefined;
3749
3757
  postProcessorUniqueRunId?: string | undefined;
3750
3758
  } | undefined;
3751
- companyNdg?: {
3752
- type: string;
3753
- version: "1.0.0";
3754
- companyWow?: string | undefined;
3755
- companyBestFit?: string[] | undefined;
3756
- companyInterests?: string[] | undefined;
3757
- companyNdgTake?: string | undefined;
3758
- } | undefined;
3759
3759
  } | undefined;
3760
3760
  }, {
3761
- type: string;
3762
3761
  id: string;
3763
3762
  title: 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
- 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;
3770
+ jobLocation?: {
3771
+ type: string;
3772
+ addressCountry: string;
3773
+ version?: "1.0.0" | undefined;
3774
+ description?: string | undefined;
3775
+ addressRegion?: string | undefined;
3776
+ addressLocality?: string | undefined;
3777
+ streetAddress?: string | undefined;
3778
+ streetNumber?: string | undefined;
3779
+ postalCode?: string | undefined;
3780
+ } | undefined;
3777
3781
  version?: "1.0.0" | undefined;
3782
+ shift?: ("DAY" | "EIGHT_HOUR" | "EVENING" | "FLEXIBLE" | "MID_SHIFT" | "MONDAY_TO_FRIDAY" | "NIGHT" | "ON_CALL" | "TEN_HOUR" | "TWELVE_HOUR" | "WEEKENDS")[] | undefined;
3778
3783
  dateAdded?: string | undefined;
3779
3784
  datePosted?: string | undefined;
3780
3785
  dateRemoved?: string | undefined;
@@ -3786,44 +3791,39 @@ declare const jobPostSchema: z.ZodObject<{
3786
3791
  isVerified?: boolean | undefined;
3787
3792
  isDirectApply?: boolean | undefined;
3788
3793
  jobLocationType?: ("FLOAT" | "HYBRID" | "ONSITE" | "REMOTE")[] | undefined;
3794
+ employmentType?: ("CONTRACT" | "FULL_TIME" | "INTERNSHIP" | "OTHER" | "PART_TIME" | "PER_DIEM" | "TEMPORARY")[] | undefined;
3795
+ employmentLevel?: "DIRECTOR" | "ENTRY_LEVEL" | "EXECUTIVE" | "EXPERIENCED" | "INTERN" | "MANAGER" | undefined;
3796
+ 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;
3797
+ 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
3798
  clinicalLicense?: ("PT" | "RN" | "CNA" | "CNM" | "CNS" | "COTA" | "CRNA" | "LPN" | "LVN" | "NP" | "OT" | "PTA")[] | undefined;
3799
+ 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;
3800
+ 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
3801
  estimatedSalary?: {
3791
3802
  type: string;
3803
+ version?: "1.0.0" | undefined;
3792
3804
  value?: {
3793
3805
  type: string;
3794
3806
  unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
3795
- value?: number | undefined;
3796
3807
  version?: "1.0.0" | undefined;
3808
+ value?: number | undefined;
3797
3809
  minValue?: number | undefined;
3798
3810
  maxValue?: number | undefined;
3799
3811
  } | undefined;
3800
- currency?: "EUR" | "GBP" | "USD" | undefined;
3801
- version?: "1.0.0" | undefined;
3802
3812
  minValue?: number | undefined;
3803
3813
  maxValue?: number | undefined;
3804
3814
  singleValue?: number | undefined;
3805
- } | undefined;
3806
- jobLocation?: {
3807
- type: string;
3808
- addressCountry: string;
3809
- version?: "1.0.0" | undefined;
3810
- description?: string | undefined;
3811
- addressRegion?: string | undefined;
3812
- addressLocality?: string | undefined;
3813
- streetAddress?: string | undefined;
3814
- streetNumber?: string | undefined;
3815
- postalCode?: string | undefined;
3815
+ currency?: "EUR" | "GBP" | "USD" | 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,11 +3833,11 @@ 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
  size?: number | undefined;
3838
3837
  title?: string | undefined;
3839
3838
  url?: string | undefined;
3840
3839
  label?: string | undefined;
3840
+ path?: string | undefined;
3841
3841
  version?: "1.0.0" | undefined;
3842
3842
  description?: string | undefined;
3843
3843
  altText?: string | 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,19 +3861,19 @@ 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
  size?: number | undefined;
3874
3873
  title?: string | undefined;
3875
3874
  url?: string | undefined;
3876
3875
  label?: string | undefined;
3876
+ path?: string | undefined;
3877
3877
  version?: "1.0.0" | undefined;
3878
3878
  description?: string | undefined;
3879
3879
  altText?: string | 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;
@@ -3903,6 +3903,14 @@ declare const jobPostSchema: z.ZodObject<{
3903
3903
  companyHow?: string | undefined;
3904
3904
  companyCulture?: string[] | undefined;
3905
3905
  } | undefined;
3906
+ companyNdg?: {
3907
+ type: string;
3908
+ version?: "1.0.0" | undefined;
3909
+ companyWow?: string | undefined;
3910
+ companyNdgTake?: string | undefined;
3911
+ companyBestFit?: string[] | undefined;
3912
+ companyInterests?: string[] | undefined;
3913
+ } | undefined;
3906
3914
  foundingInfo?: {
3907
3915
  type: string;
3908
3916
  version?: "1.0.0" | undefined;
@@ -3938,11 +3946,11 @@ declare const jobPostSchema: z.ZodObject<{
3938
3946
  type: string;
3939
3947
  version?: "1.0.0" | undefined;
3940
3948
  asset?: {
3941
- path?: string | undefined;
3942
3949
  size?: number | undefined;
3943
3950
  title?: string | undefined;
3944
3951
  url?: string | undefined;
3945
3952
  label?: string | undefined;
3953
+ path?: string | undefined;
3946
3954
  version?: "1.0.0" | undefined;
3947
3955
  description?: string | undefined;
3948
3956
  altText?: string | undefined;
@@ -3960,8 +3968,8 @@ declare const jobPostSchema: z.ZodObject<{
3960
3968
  isMedical?: boolean | undefined;
3961
3969
  isScientist?: boolean | undefined;
3962
3970
  socialMedia?: {
3963
- type: string;
3964
3971
  url: string;
3972
+ type: string;
3965
3973
  version?: "1.0.0" | undefined;
3966
3974
  }[] | undefined;
3967
3975
  telephone?: string | undefined;
@@ -3996,14 +4004,6 @@ declare const jobPostSchema: z.ZodObject<{
3996
4004
  postProcessorUniqueRunId?: string | undefined;
3997
4005
  isScrapeManaged?: boolean | undefined;
3998
4006
  } | undefined;
3999
- companyNdg?: {
4000
- type: string;
4001
- version?: "1.0.0" | undefined;
4002
- companyWow?: string | undefined;
4003
- companyBestFit?: string[] | undefined;
4004
- companyInterests?: string[] | undefined;
4005
- companyNdgTake?: string | undefined;
4006
- } | undefined;
4007
4007
  } | undefined;
4008
4008
  geoLocation?: {
4009
4009
  address?: {
@@ -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,11 +4052,11 @@ 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
  size?: number | undefined;
4057
4056
  title?: string | undefined;
4058
4057
  url?: string | undefined;
4059
4058
  label?: string | undefined;
4059
+ path?: string | undefined;
4060
4060
  version?: "1.0.0" | undefined;
4061
4061
  description?: string | undefined;
4062
4062
  altText?: string | 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,19 +4080,19 @@ 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
  size?: number | undefined;
4093
4092
  title?: string | undefined;
4094
4093
  url?: string | undefined;
4095
4094
  label?: string | undefined;
4095
+ path?: string | undefined;
4096
4096
  version?: "1.0.0" | undefined;
4097
4097
  description?: string | undefined;
4098
4098
  altText?: string | 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;
@@ -4122,6 +4122,14 @@ declare const jobPostSchema: z.ZodObject<{
4122
4122
  companyHow?: string | undefined;
4123
4123
  companyCulture?: string[] | undefined;
4124
4124
  } | undefined;
4125
+ companyNdg?: {
4126
+ type: string;
4127
+ version?: "1.0.0" | undefined;
4128
+ companyWow?: string | undefined;
4129
+ companyNdgTake?: string | undefined;
4130
+ companyBestFit?: string[] | undefined;
4131
+ companyInterests?: string[] | undefined;
4132
+ } | undefined;
4125
4133
  foundingInfo?: {
4126
4134
  type: string;
4127
4135
  version?: "1.0.0" | undefined;
@@ -4157,11 +4165,11 @@ declare const jobPostSchema: z.ZodObject<{
4157
4165
  type: string;
4158
4166
  version?: "1.0.0" | undefined;
4159
4167
  asset?: {
4160
- path?: string | undefined;
4161
4168
  size?: number | undefined;
4162
4169
  title?: string | undefined;
4163
4170
  url?: string | undefined;
4164
4171
  label?: string | undefined;
4172
+ path?: string | undefined;
4165
4173
  version?: "1.0.0" | undefined;
4166
4174
  description?: string | undefined;
4167
4175
  altText?: string | undefined;
@@ -4179,8 +4187,8 @@ declare const jobPostSchema: z.ZodObject<{
4179
4187
  isMedical?: boolean | undefined;
4180
4188
  isScientist?: boolean | undefined;
4181
4189
  socialMedia?: {
4182
- type: string;
4183
4190
  url: string;
4191
+ type: string;
4184
4192
  version?: "1.0.0" | undefined;
4185
4193
  }[] | undefined;
4186
4194
  telephone?: string | undefined;
@@ -4215,14 +4223,6 @@ declare const jobPostSchema: z.ZodObject<{
4215
4223
  postProcessorUniqueRunId?: string | undefined;
4216
4224
  isScrapeManaged?: boolean | undefined;
4217
4225
  } | undefined;
4218
- companyNdg?: {
4219
- type: string;
4220
- version?: "1.0.0" | undefined;
4221
- companyWow?: string | undefined;
4222
- companyBestFit?: string[] | undefined;
4223
- companyInterests?: string[] | undefined;
4224
- companyNdgTake?: string | undefined;
4225
- } | undefined;
4226
4226
  } | undefined;
4227
4227
  }>;
4228
4228
  type JobPostModel = z.infer<typeof jobPostSchema>;
@@ -4244,4 +4244,4 @@ declare namespace job_posting_service_latest {
4244
4244
  export { job_posting_service_latest_BestFitEnum as BestFitEnum, job_posting_service_latest_ClinicalLicenseEnum as ClinicalLicenseEnum, job_posting_service_latest_ClinicalSettingEnum as ClinicalSettingEnum, job_posting_service_latest_ClinicalSpecialtyEnum as ClinicalSpecialtyEnum, job_posting_service_latest_EmploymentLevelEnum as EmploymentLevelEnum, job_posting_service_latest_EmploymentTypeEnum as EmploymentTypeEnum, job_posting_service_latest_JobFunctionEnum as JobFunctionEnum, job_posting_service_latest_JobLocationTypeEnum as JobLocationTypeEnum, type job_posting_service_latest_JobPostModel as JobPostModel, job_posting_service_latest_PublishStatusEnum as PublishStatusEnum, job_posting_service_latest_ShiftEnum as ShiftEnum, job_posting_service_latest_TypeEnum as TypeEnum, job_posting_service_latest_jobPostSchema as jobPostSchema };
4245
4245
  }
4246
4246
 
4247
- export { BestFitEnum as B, ClinicalLicenseEnum as C, EmploymentLevelEnum as E, JobFunctionEnum as J, PublishStatusEnum as P, ShiftEnum as S, TypeEnum as T, ClinicalSettingEnum as a, ClinicalSpecialtyEnum as b, EmploymentTypeEnum as c, JobLocationTypeEnum as d, jobPostSchema as e, type JobPostModel as f, job_posting_service_latest as j };
4247
+ export { BestFitEnum as B, ClinicalLicenseEnum as C, EmploymentLevelEnum as E, JobFunctionEnum as J, PublishStatusEnum as P, ShiftEnum as S, TypeEnum as T, jobPostSchema as a, ClinicalSettingEnum as b, ClinicalSpecialtyEnum as c, EmploymentTypeEnum as d, JobLocationTypeEnum as e, type JobPostModel as f, job_posting_service_latest as j };