@next-degree/pickle-shared-js 0.9.4 → 0.9.5

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 (49) hide show
  1. package/dist/{company_service_latest-CRQFzMep.d.cts → company_service_latest-Ba8VhDao.d.cts} +23 -23
  2. package/dist/{company_service_latest-CRQFzMep.d.ts → company_service_latest-Ba8VhDao.d.ts} +23 -23
  3. package/dist/components/jobPost/JobPost.cjs +2 -2
  4. package/dist/components/jobPost/JobPost.cjs.map +1 -1
  5. package/dist/components/jobPost/JobPost.d.cts +1 -1
  6. package/dist/components/jobPost/JobPost.d.ts +1 -1
  7. package/dist/components/jobPost/JobPost.js +2 -2
  8. package/dist/components/jobPost/JobPost.js.map +1 -1
  9. package/dist/components/primitives/command.d.cts +3 -3
  10. package/dist/components/primitives/command.d.ts +3 -3
  11. package/dist/components/primitives/input-otp.d.cts +2 -2
  12. package/dist/components/primitives/input-otp.d.ts +2 -2
  13. package/dist/{displayText-B5n9hDm3.d.cts → displayText-4cJ7-3Mw.d.cts} +2 -2
  14. package/dist/{displayText-Byd8i1xM.d.ts → displayText-CBIWVZVw.d.ts} +2 -2
  15. package/dist/hooks/useDisplayText.d.cts +3 -3
  16. package/dist/hooks/useDisplayText.d.ts +3 -3
  17. package/dist/index.cjs +4 -4
  18. package/dist/index.cjs.map +1 -1
  19. package/dist/index.d.cts +4 -4
  20. package/dist/index.d.ts +4 -4
  21. package/dist/index.js +4 -4
  22. package/dist/index.js.map +1 -1
  23. package/dist/{job_posting_service_latest-D9T7gVhJ.d.cts → job_posting_service_latest-DOGQ9tEu.d.cts} +33 -33
  24. package/dist/{job_posting_service_latest-D9T7gVhJ.d.ts → job_posting_service_latest-DOGQ9tEu.d.ts} +33 -33
  25. package/dist/lib/locations.d.cts +2 -2
  26. package/dist/lib/locations.d.ts +2 -2
  27. package/dist/lib/mappings.d.cts +3 -3
  28. package/dist/lib/mappings.d.ts +3 -3
  29. package/dist/lib/salaryRange.d.cts +1 -1
  30. package/dist/lib/salaryRange.d.ts +1 -1
  31. package/dist/services/displayText.d.cts +3 -3
  32. package/dist/services/displayText.d.ts +3 -3
  33. package/dist/types/data/company_service_latest.cjs +2 -2
  34. package/dist/types/data/company_service_latest.cjs.map +1 -1
  35. package/dist/types/data/company_service_latest.d.cts +1 -1
  36. package/dist/types/data/company_service_latest.d.ts +1 -1
  37. package/dist/types/data/company_service_latest.js +2 -2
  38. package/dist/types/data/company_service_latest.js.map +1 -1
  39. package/dist/types/data/job_posting_service_latest.cjs +2 -2
  40. package/dist/types/data/job_posting_service_latest.cjs.map +1 -1
  41. package/dist/types/data/job_posting_service_latest.d.cts +1 -1
  42. package/dist/types/data/job_posting_service_latest.d.ts +1 -1
  43. package/dist/types/data/job_posting_service_latest.js +2 -2
  44. package/dist/types/data/job_posting_service_latest.js.map +1 -1
  45. package/dist/types/data/shared_pickle_output_latest.d.cts +1 -1
  46. package/dist/types/data/shared_pickle_output_latest.d.ts +1 -1
  47. package/package.json +1 -1
  48. package/dist/{shared_pickle_output_latest-CXBCG04N.d.cts → shared_pickle_output_latest-DKOmTyYk.d.cts} +4 -4
  49. package/dist/{shared_pickle_output_latest-CXBCG04N.d.ts → shared_pickle_output_latest-DKOmTyYk.d.ts} +4 -4
@@ -64,8 +64,8 @@ declare const jobPostSchema: z.ZodObject<{
64
64
  }, {
65
65
  type: string;
66
66
  unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
67
- version?: "1.0.0" | undefined;
68
67
  value?: number | undefined;
68
+ version?: "1.0.0" | undefined;
69
69
  minValue?: number | undefined;
70
70
  maxValue?: number | undefined;
71
71
  }>>;
@@ -87,15 +87,15 @@ declare const jobPostSchema: z.ZodObject<{
87
87
  currency?: "EUR" | "GBP" | "USD" | undefined;
88
88
  }, {
89
89
  type: string;
90
- version?: "1.0.0" | undefined;
91
90
  value?: {
92
91
  type: string;
93
92
  unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
94
- version?: "1.0.0" | undefined;
95
93
  value?: number | undefined;
94
+ version?: "1.0.0" | undefined;
96
95
  minValue?: number | undefined;
97
96
  maxValue?: number | undefined;
98
97
  } | undefined;
98
+ version?: "1.0.0" | undefined;
99
99
  minValue?: number | undefined;
100
100
  maxValue?: number | undefined;
101
101
  singleValue?: number | undefined;
@@ -517,25 +517,25 @@ declare const jobPostSchema: z.ZodObject<{
517
517
  companyHow?: string | undefined;
518
518
  companyCulture?: string[] | undefined;
519
519
  }>>;
520
- companyNdg: z.ZodOptional<z.ZodObject<{
520
+ companyNDG: z.ZodOptional<z.ZodObject<{
521
521
  version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
522
522
  type: z.ZodString;
523
523
  companyWow: z.ZodOptional<z.ZodString>;
524
- companyNdgTake: z.ZodOptional<z.ZodString>;
524
+ companyNDGTake: z.ZodOptional<z.ZodString>;
525
525
  companyBestFit: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
526
526
  companyInterests: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
527
527
  }, "strip", z.ZodTypeAny, {
528
528
  type: string;
529
529
  version: "1.0.0";
530
530
  companyWow?: string | undefined;
531
- companyNdgTake?: string | undefined;
531
+ companyNDGTake?: string | undefined;
532
532
  companyBestFit?: string[] | undefined;
533
533
  companyInterests?: 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
+ companyNDGTake?: string | undefined;
539
539
  companyBestFit?: string[] | undefined;
540
540
  companyInterests?: string[] | undefined;
541
541
  }>>;
@@ -1150,11 +1150,11 @@ declare const jobPostSchema: z.ZodObject<{
1150
1150
  companyHow?: string | undefined;
1151
1151
  companyCulture?: string[] | undefined;
1152
1152
  } | undefined;
1153
- companyNdg?: {
1153
+ companyNDG?: {
1154
1154
  type: string;
1155
1155
  version: "1.0.0";
1156
1156
  companyWow?: string | undefined;
1157
- companyNdgTake?: string | undefined;
1157
+ companyNDGTake?: string | undefined;
1158
1158
  companyBestFit?: string[] | undefined;
1159
1159
  companyInterests?: string[] | undefined;
1160
1160
  } | undefined;
@@ -1333,11 +1333,11 @@ declare const jobPostSchema: z.ZodObject<{
1333
1333
  companyHow?: string | undefined;
1334
1334
  companyCulture?: string[] | undefined;
1335
1335
  } | undefined;
1336
- companyNdg?: {
1336
+ companyNDG?: {
1337
1337
  type: string;
1338
1338
  version?: "1.0.0" | undefined;
1339
1339
  companyWow?: string | undefined;
1340
- companyNdgTake?: string | undefined;
1340
+ companyNDGTake?: string | undefined;
1341
1341
  companyBestFit?: string[] | undefined;
1342
1342
  companyInterests?: string[] | undefined;
1343
1343
  } | undefined;
@@ -1595,11 +1595,11 @@ declare const jobPostSchema: z.ZodObject<{
1595
1595
  companyHow?: string | undefined;
1596
1596
  companyCulture?: string[] | undefined;
1597
1597
  } | undefined;
1598
- companyNdg?: {
1598
+ companyNDG?: {
1599
1599
  type: string;
1600
1600
  version: "1.0.0";
1601
1601
  companyWow?: string | undefined;
1602
- companyNdgTake?: string | undefined;
1602
+ companyNDGTake?: string | undefined;
1603
1603
  companyBestFit?: string[] | undefined;
1604
1604
  companyInterests?: string[] | undefined;
1605
1605
  } | undefined;
@@ -1803,11 +1803,11 @@ declare const jobPostSchema: z.ZodObject<{
1803
1803
  companyHow?: string | undefined;
1804
1804
  companyCulture?: string[] | undefined;
1805
1805
  } | undefined;
1806
- companyNdg?: {
1806
+ companyNDG?: {
1807
1807
  type: string;
1808
1808
  version?: "1.0.0" | undefined;
1809
1809
  companyWow?: string | undefined;
1810
- companyNdgTake?: string | undefined;
1810
+ companyNDGTake?: string | undefined;
1811
1811
  companyBestFit?: string[] | undefined;
1812
1812
  companyInterests?: string[] | undefined;
1813
1813
  } | undefined;
@@ -2372,25 +2372,25 @@ declare const jobPostSchema: z.ZodObject<{
2372
2372
  companyHow?: string | undefined;
2373
2373
  companyCulture?: string[] | undefined;
2374
2374
  }>>;
2375
- companyNdg: z.ZodOptional<z.ZodObject<{
2375
+ companyNDG: z.ZodOptional<z.ZodObject<{
2376
2376
  version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
2377
2377
  type: z.ZodString;
2378
2378
  companyWow: z.ZodOptional<z.ZodString>;
2379
- companyNdgTake: z.ZodOptional<z.ZodString>;
2379
+ companyNDGTake: z.ZodOptional<z.ZodString>;
2380
2380
  companyBestFit: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2381
2381
  companyInterests: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2382
2382
  }, "strip", z.ZodTypeAny, {
2383
2383
  type: string;
2384
2384
  version: "1.0.0";
2385
2385
  companyWow?: string | undefined;
2386
- companyNdgTake?: string | undefined;
2386
+ companyNDGTake?: string | undefined;
2387
2387
  companyBestFit?: string[] | undefined;
2388
2388
  companyInterests?: 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
+ companyNDGTake?: string | undefined;
2394
2394
  companyBestFit?: string[] | undefined;
2395
2395
  companyInterests?: string[] | undefined;
2396
2396
  }>>;
@@ -3005,11 +3005,11 @@ declare const jobPostSchema: z.ZodObject<{
3005
3005
  companyHow?: string | undefined;
3006
3006
  companyCulture?: string[] | undefined;
3007
3007
  } | undefined;
3008
- companyNdg?: {
3008
+ companyNDG?: {
3009
3009
  type: string;
3010
3010
  version: "1.0.0";
3011
3011
  companyWow?: string | undefined;
3012
- companyNdgTake?: string | undefined;
3012
+ companyNDGTake?: string | undefined;
3013
3013
  companyBestFit?: string[] | undefined;
3014
3014
  companyInterests?: string[] | undefined;
3015
3015
  } | undefined;
@@ -3188,11 +3188,11 @@ declare const jobPostSchema: z.ZodObject<{
3188
3188
  companyHow?: string | undefined;
3189
3189
  companyCulture?: string[] | undefined;
3190
3190
  } | undefined;
3191
- companyNdg?: {
3191
+ companyNDG?: {
3192
3192
  type: string;
3193
3193
  version?: "1.0.0" | undefined;
3194
3194
  companyWow?: string | undefined;
3195
- companyNdgTake?: string | undefined;
3195
+ companyNDGTake?: string | undefined;
3196
3196
  companyBestFit?: string[] | undefined;
3197
3197
  companyInterests?: string[] | undefined;
3198
3198
  } | undefined;
@@ -3436,11 +3436,11 @@ declare const jobPostSchema: z.ZodObject<{
3436
3436
  companyHow?: string | undefined;
3437
3437
  companyCulture?: string[] | undefined;
3438
3438
  } | undefined;
3439
- companyNdg?: {
3439
+ companyNDG?: {
3440
3440
  type: string;
3441
3441
  version: "1.0.0";
3442
3442
  companyWow?: string | undefined;
3443
- companyNdgTake?: string | undefined;
3443
+ companyNDGTake?: string | undefined;
3444
3444
  companyBestFit?: string[] | undefined;
3445
3445
  companyInterests?: string[] | undefined;
3446
3446
  } | undefined;
@@ -3655,11 +3655,11 @@ declare const jobPostSchema: z.ZodObject<{
3655
3655
  companyHow?: string | undefined;
3656
3656
  companyCulture?: string[] | undefined;
3657
3657
  } | undefined;
3658
- companyNdg?: {
3658
+ companyNDG?: {
3659
3659
  type: string;
3660
3660
  version: "1.0.0";
3661
3661
  companyWow?: string | undefined;
3662
- companyNdgTake?: string | undefined;
3662
+ companyNDGTake?: string | undefined;
3663
3663
  companyBestFit?: string[] | undefined;
3664
3664
  companyInterests?: string[] | undefined;
3665
3665
  } | undefined;
@@ -3789,15 +3789,15 @@ declare const jobPostSchema: z.ZodObject<{
3789
3789
  clinicalSpecialty?: ("ANESTHESIOLOGY" | "CARDIOLOGY" | "CASE_MANAGEMENT" | "CHRONIC_PAIN" | "CLINICAL_ELECTROPHYSIOLOGY" | "CRITICAL_AND_ACUTE_CARE" | "DERMATOLOGY" | "DIALYSIS" | "EMERGENCY_MEDICINE" | "ENDOCRINOLOGY" | "ERGONOMICS" | "FEEDING_EATING_AND_SWALLOWING" | "GASTROENTEROLOGY" | "GERIATRICS" | "HAND_THERAPY" | "HEMATOLOGY" | "HOLISTIC_MEDICINE" | "INFORMATICS" | "INTERNAL_MEDICINE" | "LABOR_AND_DELIVERY" | "MANUAL_THERAPY" | "MED_SURG" | "MENTAL_HEALTH" | "NEPHROLOGY" | "NEUROLOGY" | "ONCOLOGY" | "ORTHOPEDICS" | "OTOLARYNGOLOGY" | "PEDIATRICS" | "PHYSICAL_AND_REHABILITATION_MEDICINE" | "PLASTIC_SURGERY" | "PRIMARY_CARE" | "PSYCHIATRY" | "PULMONOLOGY" | "RADIOLOGY" | "SENSORY" | "SPORTS" | "SURGERY" | "TRAUMA_MEDICINE" | "URGENT_CARE" | "UROLOGY" | "VISION" | "WOMENS_HEALTH" | "WOUND_AND_BURN_CARE")[] | undefined;
3790
3790
  estimatedSalary?: {
3791
3791
  type: string;
3792
- version?: "1.0.0" | undefined;
3793
3792
  value?: {
3794
3793
  type: string;
3795
3794
  unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
3796
- version?: "1.0.0" | undefined;
3797
3795
  value?: number | undefined;
3796
+ version?: "1.0.0" | undefined;
3798
3797
  minValue?: number | undefined;
3799
3798
  maxValue?: number | undefined;
3800
3799
  } | undefined;
3800
+ version?: "1.0.0" | undefined;
3801
3801
  minValue?: number | undefined;
3802
3802
  maxValue?: number | undefined;
3803
3803
  singleValue?: number | undefined;
@@ -3903,11 +3903,11 @@ declare const jobPostSchema: z.ZodObject<{
3903
3903
  companyHow?: string | undefined;
3904
3904
  companyCulture?: string[] | undefined;
3905
3905
  } | undefined;
3906
- companyNdg?: {
3906
+ companyNDG?: {
3907
3907
  type: string;
3908
3908
  version?: "1.0.0" | undefined;
3909
3909
  companyWow?: string | undefined;
3910
- companyNdgTake?: string | undefined;
3910
+ companyNDGTake?: string | undefined;
3911
3911
  companyBestFit?: string[] | undefined;
3912
3912
  companyInterests?: string[] | undefined;
3913
3913
  } | undefined;
@@ -4122,11 +4122,11 @@ declare const jobPostSchema: z.ZodObject<{
4122
4122
  companyHow?: string | undefined;
4123
4123
  companyCulture?: string[] | undefined;
4124
4124
  } | undefined;
4125
- companyNdg?: {
4125
+ companyNDG?: {
4126
4126
  type: string;
4127
4127
  version?: "1.0.0" | undefined;
4128
4128
  companyWow?: string | undefined;
4129
- companyNdgTake?: string | undefined;
4129
+ companyNDGTake?: string | undefined;
4130
4130
  companyBestFit?: string[] | undefined;
4131
4131
  companyInterests?: string[] | undefined;
4132
4132
  } | undefined;
@@ -64,8 +64,8 @@ declare const jobPostSchema: z.ZodObject<{
64
64
  }, {
65
65
  type: string;
66
66
  unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
67
- version?: "1.0.0" | undefined;
68
67
  value?: number | undefined;
68
+ version?: "1.0.0" | undefined;
69
69
  minValue?: number | undefined;
70
70
  maxValue?: number | undefined;
71
71
  }>>;
@@ -87,15 +87,15 @@ declare const jobPostSchema: z.ZodObject<{
87
87
  currency?: "EUR" | "GBP" | "USD" | undefined;
88
88
  }, {
89
89
  type: string;
90
- version?: "1.0.0" | undefined;
91
90
  value?: {
92
91
  type: string;
93
92
  unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
94
- version?: "1.0.0" | undefined;
95
93
  value?: number | undefined;
94
+ version?: "1.0.0" | undefined;
96
95
  minValue?: number | undefined;
97
96
  maxValue?: number | undefined;
98
97
  } | undefined;
98
+ version?: "1.0.0" | undefined;
99
99
  minValue?: number | undefined;
100
100
  maxValue?: number | undefined;
101
101
  singleValue?: number | undefined;
@@ -517,25 +517,25 @@ declare const jobPostSchema: z.ZodObject<{
517
517
  companyHow?: string | undefined;
518
518
  companyCulture?: string[] | undefined;
519
519
  }>>;
520
- companyNdg: z.ZodOptional<z.ZodObject<{
520
+ companyNDG: z.ZodOptional<z.ZodObject<{
521
521
  version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
522
522
  type: z.ZodString;
523
523
  companyWow: z.ZodOptional<z.ZodString>;
524
- companyNdgTake: z.ZodOptional<z.ZodString>;
524
+ companyNDGTake: z.ZodOptional<z.ZodString>;
525
525
  companyBestFit: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
526
526
  companyInterests: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
527
527
  }, "strip", z.ZodTypeAny, {
528
528
  type: string;
529
529
  version: "1.0.0";
530
530
  companyWow?: string | undefined;
531
- companyNdgTake?: string | undefined;
531
+ companyNDGTake?: string | undefined;
532
532
  companyBestFit?: string[] | undefined;
533
533
  companyInterests?: 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
+ companyNDGTake?: string | undefined;
539
539
  companyBestFit?: string[] | undefined;
540
540
  companyInterests?: string[] | undefined;
541
541
  }>>;
@@ -1150,11 +1150,11 @@ declare const jobPostSchema: z.ZodObject<{
1150
1150
  companyHow?: string | undefined;
1151
1151
  companyCulture?: string[] | undefined;
1152
1152
  } | undefined;
1153
- companyNdg?: {
1153
+ companyNDG?: {
1154
1154
  type: string;
1155
1155
  version: "1.0.0";
1156
1156
  companyWow?: string | undefined;
1157
- companyNdgTake?: string | undefined;
1157
+ companyNDGTake?: string | undefined;
1158
1158
  companyBestFit?: string[] | undefined;
1159
1159
  companyInterests?: string[] | undefined;
1160
1160
  } | undefined;
@@ -1333,11 +1333,11 @@ declare const jobPostSchema: z.ZodObject<{
1333
1333
  companyHow?: string | undefined;
1334
1334
  companyCulture?: string[] | undefined;
1335
1335
  } | undefined;
1336
- companyNdg?: {
1336
+ companyNDG?: {
1337
1337
  type: string;
1338
1338
  version?: "1.0.0" | undefined;
1339
1339
  companyWow?: string | undefined;
1340
- companyNdgTake?: string | undefined;
1340
+ companyNDGTake?: string | undefined;
1341
1341
  companyBestFit?: string[] | undefined;
1342
1342
  companyInterests?: string[] | undefined;
1343
1343
  } | undefined;
@@ -1595,11 +1595,11 @@ declare const jobPostSchema: z.ZodObject<{
1595
1595
  companyHow?: string | undefined;
1596
1596
  companyCulture?: string[] | undefined;
1597
1597
  } | undefined;
1598
- companyNdg?: {
1598
+ companyNDG?: {
1599
1599
  type: string;
1600
1600
  version: "1.0.0";
1601
1601
  companyWow?: string | undefined;
1602
- companyNdgTake?: string | undefined;
1602
+ companyNDGTake?: string | undefined;
1603
1603
  companyBestFit?: string[] | undefined;
1604
1604
  companyInterests?: string[] | undefined;
1605
1605
  } | undefined;
@@ -1803,11 +1803,11 @@ declare const jobPostSchema: z.ZodObject<{
1803
1803
  companyHow?: string | undefined;
1804
1804
  companyCulture?: string[] | undefined;
1805
1805
  } | undefined;
1806
- companyNdg?: {
1806
+ companyNDG?: {
1807
1807
  type: string;
1808
1808
  version?: "1.0.0" | undefined;
1809
1809
  companyWow?: string | undefined;
1810
- companyNdgTake?: string | undefined;
1810
+ companyNDGTake?: string | undefined;
1811
1811
  companyBestFit?: string[] | undefined;
1812
1812
  companyInterests?: string[] | undefined;
1813
1813
  } | undefined;
@@ -2372,25 +2372,25 @@ declare const jobPostSchema: z.ZodObject<{
2372
2372
  companyHow?: string | undefined;
2373
2373
  companyCulture?: string[] | undefined;
2374
2374
  }>>;
2375
- companyNdg: z.ZodOptional<z.ZodObject<{
2375
+ companyNDG: z.ZodOptional<z.ZodObject<{
2376
2376
  version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
2377
2377
  type: z.ZodString;
2378
2378
  companyWow: z.ZodOptional<z.ZodString>;
2379
- companyNdgTake: z.ZodOptional<z.ZodString>;
2379
+ companyNDGTake: z.ZodOptional<z.ZodString>;
2380
2380
  companyBestFit: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2381
2381
  companyInterests: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2382
2382
  }, "strip", z.ZodTypeAny, {
2383
2383
  type: string;
2384
2384
  version: "1.0.0";
2385
2385
  companyWow?: string | undefined;
2386
- companyNdgTake?: string | undefined;
2386
+ companyNDGTake?: string | undefined;
2387
2387
  companyBestFit?: string[] | undefined;
2388
2388
  companyInterests?: 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
+ companyNDGTake?: string | undefined;
2394
2394
  companyBestFit?: string[] | undefined;
2395
2395
  companyInterests?: string[] | undefined;
2396
2396
  }>>;
@@ -3005,11 +3005,11 @@ declare const jobPostSchema: z.ZodObject<{
3005
3005
  companyHow?: string | undefined;
3006
3006
  companyCulture?: string[] | undefined;
3007
3007
  } | undefined;
3008
- companyNdg?: {
3008
+ companyNDG?: {
3009
3009
  type: string;
3010
3010
  version: "1.0.0";
3011
3011
  companyWow?: string | undefined;
3012
- companyNdgTake?: string | undefined;
3012
+ companyNDGTake?: string | undefined;
3013
3013
  companyBestFit?: string[] | undefined;
3014
3014
  companyInterests?: string[] | undefined;
3015
3015
  } | undefined;
@@ -3188,11 +3188,11 @@ declare const jobPostSchema: z.ZodObject<{
3188
3188
  companyHow?: string | undefined;
3189
3189
  companyCulture?: string[] | undefined;
3190
3190
  } | undefined;
3191
- companyNdg?: {
3191
+ companyNDG?: {
3192
3192
  type: string;
3193
3193
  version?: "1.0.0" | undefined;
3194
3194
  companyWow?: string | undefined;
3195
- companyNdgTake?: string | undefined;
3195
+ companyNDGTake?: string | undefined;
3196
3196
  companyBestFit?: string[] | undefined;
3197
3197
  companyInterests?: string[] | undefined;
3198
3198
  } | undefined;
@@ -3436,11 +3436,11 @@ declare const jobPostSchema: z.ZodObject<{
3436
3436
  companyHow?: string | undefined;
3437
3437
  companyCulture?: string[] | undefined;
3438
3438
  } | undefined;
3439
- companyNdg?: {
3439
+ companyNDG?: {
3440
3440
  type: string;
3441
3441
  version: "1.0.0";
3442
3442
  companyWow?: string | undefined;
3443
- companyNdgTake?: string | undefined;
3443
+ companyNDGTake?: string | undefined;
3444
3444
  companyBestFit?: string[] | undefined;
3445
3445
  companyInterests?: string[] | undefined;
3446
3446
  } | undefined;
@@ -3655,11 +3655,11 @@ declare const jobPostSchema: z.ZodObject<{
3655
3655
  companyHow?: string | undefined;
3656
3656
  companyCulture?: string[] | undefined;
3657
3657
  } | undefined;
3658
- companyNdg?: {
3658
+ companyNDG?: {
3659
3659
  type: string;
3660
3660
  version: "1.0.0";
3661
3661
  companyWow?: string | undefined;
3662
- companyNdgTake?: string | undefined;
3662
+ companyNDGTake?: string | undefined;
3663
3663
  companyBestFit?: string[] | undefined;
3664
3664
  companyInterests?: string[] | undefined;
3665
3665
  } | undefined;
@@ -3789,15 +3789,15 @@ declare const jobPostSchema: z.ZodObject<{
3789
3789
  clinicalSpecialty?: ("ANESTHESIOLOGY" | "CARDIOLOGY" | "CASE_MANAGEMENT" | "CHRONIC_PAIN" | "CLINICAL_ELECTROPHYSIOLOGY" | "CRITICAL_AND_ACUTE_CARE" | "DERMATOLOGY" | "DIALYSIS" | "EMERGENCY_MEDICINE" | "ENDOCRINOLOGY" | "ERGONOMICS" | "FEEDING_EATING_AND_SWALLOWING" | "GASTROENTEROLOGY" | "GERIATRICS" | "HAND_THERAPY" | "HEMATOLOGY" | "HOLISTIC_MEDICINE" | "INFORMATICS" | "INTERNAL_MEDICINE" | "LABOR_AND_DELIVERY" | "MANUAL_THERAPY" | "MED_SURG" | "MENTAL_HEALTH" | "NEPHROLOGY" | "NEUROLOGY" | "ONCOLOGY" | "ORTHOPEDICS" | "OTOLARYNGOLOGY" | "PEDIATRICS" | "PHYSICAL_AND_REHABILITATION_MEDICINE" | "PLASTIC_SURGERY" | "PRIMARY_CARE" | "PSYCHIATRY" | "PULMONOLOGY" | "RADIOLOGY" | "SENSORY" | "SPORTS" | "SURGERY" | "TRAUMA_MEDICINE" | "URGENT_CARE" | "UROLOGY" | "VISION" | "WOMENS_HEALTH" | "WOUND_AND_BURN_CARE")[] | undefined;
3790
3790
  estimatedSalary?: {
3791
3791
  type: string;
3792
- version?: "1.0.0" | undefined;
3793
3792
  value?: {
3794
3793
  type: string;
3795
3794
  unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
3796
- version?: "1.0.0" | undefined;
3797
3795
  value?: number | undefined;
3796
+ version?: "1.0.0" | undefined;
3798
3797
  minValue?: number | undefined;
3799
3798
  maxValue?: number | undefined;
3800
3799
  } | undefined;
3800
+ version?: "1.0.0" | undefined;
3801
3801
  minValue?: number | undefined;
3802
3802
  maxValue?: number | undefined;
3803
3803
  singleValue?: number | undefined;
@@ -3903,11 +3903,11 @@ declare const jobPostSchema: z.ZodObject<{
3903
3903
  companyHow?: string | undefined;
3904
3904
  companyCulture?: string[] | undefined;
3905
3905
  } | undefined;
3906
- companyNdg?: {
3906
+ companyNDG?: {
3907
3907
  type: string;
3908
3908
  version?: "1.0.0" | undefined;
3909
3909
  companyWow?: string | undefined;
3910
- companyNdgTake?: string | undefined;
3910
+ companyNDGTake?: string | undefined;
3911
3911
  companyBestFit?: string[] | undefined;
3912
3912
  companyInterests?: string[] | undefined;
3913
3913
  } | undefined;
@@ -4122,11 +4122,11 @@ declare const jobPostSchema: z.ZodObject<{
4122
4122
  companyHow?: string | undefined;
4123
4123
  companyCulture?: string[] | undefined;
4124
4124
  } | undefined;
4125
- companyNdg?: {
4125
+ companyNDG?: {
4126
4126
  type: string;
4127
4127
  version?: "1.0.0" | undefined;
4128
4128
  companyWow?: string | undefined;
4129
- companyNdgTake?: string | undefined;
4129
+ companyNDGTake?: string | undefined;
4130
4130
  companyBestFit?: string[] | undefined;
4131
4131
  companyInterests?: string[] | undefined;
4132
4132
  } | undefined;
@@ -1,5 +1,5 @@
1
- import { J as JobPostModel } from '../job_posting_service_latest-D9T7gVhJ.cjs';
2
- import { P as PostalAddressModel } from '../shared_pickle_output_latest-CXBCG04N.cjs';
1
+ import { J as JobPostModel } from '../job_posting_service_latest-DOGQ9tEu.cjs';
2
+ import { P as PostalAddressModel } from '../shared_pickle_output_latest-DKOmTyYk.cjs';
3
3
  import 'zod';
4
4
 
5
5
  declare function formattedAddress(address: PostalAddressModel): string | null;
@@ -1,5 +1,5 @@
1
- import { J as JobPostModel } from '../job_posting_service_latest-D9T7gVhJ.js';
2
- import { P as PostalAddressModel } from '../shared_pickle_output_latest-CXBCG04N.js';
1
+ import { J as JobPostModel } from '../job_posting_service_latest-DOGQ9tEu.js';
2
+ import { P as PostalAddressModel } from '../shared_pickle_output_latest-DKOmTyYk.js';
3
3
  import 'zod';
4
4
 
5
5
  declare function formattedAddress(address: PostalAddressModel): string | null;
@@ -1,4 +1,4 @@
1
1
  import 'zod';
2
- export { b as bestFitDisplayText, f as clinicalSettingDisplayText, d as clinicalSpecialtyDisplayText, c as currencyDisplayText, g as defaultMappings, a as employmentLevelDisplayText, e as employmentTypeDisplayText, j as jobFunctionDisplayText, s as shiftDisplayText, u as unitTextDisplayText } from '../displayText-B5n9hDm3.cjs';
3
- import '../job_posting_service_latest-D9T7gVhJ.cjs';
4
- import '../shared_pickle_output_latest-CXBCG04N.cjs';
2
+ export { b as bestFitDisplayText, f as clinicalSettingDisplayText, d as clinicalSpecialtyDisplayText, c as currencyDisplayText, g as defaultMappings, a as employmentLevelDisplayText, e as employmentTypeDisplayText, j as jobFunctionDisplayText, s as shiftDisplayText, u as unitTextDisplayText } from '../displayText-4cJ7-3Mw.cjs';
3
+ import '../job_posting_service_latest-DOGQ9tEu.cjs';
4
+ import '../shared_pickle_output_latest-DKOmTyYk.cjs';
@@ -1,4 +1,4 @@
1
1
  import 'zod';
2
- export { b as bestFitDisplayText, f as clinicalSettingDisplayText, d as clinicalSpecialtyDisplayText, c as currencyDisplayText, g as defaultMappings, a as employmentLevelDisplayText, e as employmentTypeDisplayText, j as jobFunctionDisplayText, s as shiftDisplayText, u as unitTextDisplayText } from '../displayText-Byd8i1xM.js';
3
- import '../job_posting_service_latest-D9T7gVhJ.js';
4
- import '../shared_pickle_output_latest-CXBCG04N.js';
2
+ export { b as bestFitDisplayText, f as clinicalSettingDisplayText, d as clinicalSpecialtyDisplayText, c as currencyDisplayText, g as defaultMappings, a as employmentLevelDisplayText, e as employmentTypeDisplayText, j as jobFunctionDisplayText, s as shiftDisplayText, u as unitTextDisplayText } from '../displayText-CBIWVZVw.js';
3
+ import '../job_posting_service_latest-DOGQ9tEu.js';
4
+ import '../shared_pickle_output_latest-DKOmTyYk.js';
@@ -1,4 +1,4 @@
1
- import { M as MonetaryAmountModel } from '../shared_pickle_output_latest-CXBCG04N.cjs';
1
+ import { M as MonetaryAmountModel } from '../shared_pickle_output_latest-DKOmTyYk.cjs';
2
2
  import 'zod';
3
3
 
4
4
  declare function salaryRange(salary?: MonetaryAmountModel): string | null;
@@ -1,4 +1,4 @@
1
- import { M as MonetaryAmountModel } from '../shared_pickle_output_latest-CXBCG04N.js';
1
+ import { M as MonetaryAmountModel } from '../shared_pickle_output_latest-DKOmTyYk.js';
2
2
  import 'zod';
3
3
 
4
4
  declare function salaryRange(salary?: MonetaryAmountModel): string | null;
@@ -1,4 +1,4 @@
1
1
  import 'zod';
2
- export { D as DisplayTextConfig, h as DisplayTextService, I as IDisplayTextService, S as ServiceMappings } from '../displayText-B5n9hDm3.cjs';
3
- import '../job_posting_service_latest-D9T7gVhJ.cjs';
4
- import '../shared_pickle_output_latest-CXBCG04N.cjs';
2
+ export { D as DisplayTextConfig, h as DisplayTextService, I as IDisplayTextService, S as ServiceMappings } from '../displayText-4cJ7-3Mw.cjs';
3
+ import '../job_posting_service_latest-DOGQ9tEu.cjs';
4
+ import '../shared_pickle_output_latest-DKOmTyYk.cjs';
@@ -1,4 +1,4 @@
1
1
  import 'zod';
2
- export { D as DisplayTextConfig, h as DisplayTextService, I as IDisplayTextService, S as ServiceMappings } from '../displayText-Byd8i1xM.js';
3
- import '../job_posting_service_latest-D9T7gVhJ.js';
4
- import '../shared_pickle_output_latest-CXBCG04N.js';
2
+ export { D as DisplayTextConfig, h as DisplayTextService, I as IDisplayTextService, S as ServiceMappings } from '../displayText-CBIWVZVw.js';
3
+ import '../job_posting_service_latest-DOGQ9tEu.js';
4
+ import '../shared_pickle_output_latest-DKOmTyYk.js';
@@ -175,7 +175,7 @@ var companyNdgSchema = import_zod2.z.object({
175
175
  version: import_zod2.z.literal("1.0.0").default("1.0.0"),
176
176
  type: import_zod2.z.string().describe("Document type used for schema"),
177
177
  companyWow: import_zod2.z.optional(import_zod2.z.string()).describe("What is the wow of this company?"),
178
- companyNdgTake: import_zod2.z.optional(import_zod2.z.string()).describe("What is the NDG POV on this company?"),
178
+ companyNDGTake: import_zod2.z.optional(import_zod2.z.string()).describe("What is the NDG POV on this company?"),
179
179
  companyBestFit: import_zod2.z.optional(import_zod2.z.array(import_zod2.z.string())),
180
180
  companyInterests: import_zod2.z.optional(import_zod2.z.array(import_zod2.z.string()))
181
181
  });
@@ -211,7 +211,7 @@ var companySchema = import_zod2.z.object({
211
211
  brandColor: import_zod2.z.optional(import_zod2.z.string()).describe("The brand color of the company"),
212
212
  companyCareers: import_zod2.z.optional(companyCareersSchema).describe("Career Specific Information for the company."),
213
213
  companyPhilosophy: import_zod2.z.optional(companyPhilosophySchema).describe("Company mission,values and how the company achieves its mission."),
214
- companyNdg: import_zod2.z.optional(companyNdgSchema).describe("Next Degree specific information for the company."),
214
+ companyNDG: import_zod2.z.optional(companyNdgSchema).describe("Next Degree specific information for the company."),
215
215
  foundingInfo: import_zod2.z.optional(foundingInformationSchema),
216
216
  headquartersLocation: import_zod2.z.optional(placeSchema),
217
217
  employeeEstimate: import_zod2.z.optional(import_zod2.z.string()),