@next-degree/pickle-shared-js 0.10.8 → 0.12.1

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 (91) hide show
  1. package/dist/{company_service_sanity-Bedw6Mhk.d.cts → company_service_sanity-Br0R7m-A.d.cts} +114 -114
  2. package/dist/{company_service_sanity-BZtdt7Df.d.ts → company_service_sanity-DF01qvTz.d.ts} +114 -114
  3. package/dist/components/jobCard/JobLocation.cjs +88 -0
  4. package/dist/components/jobCard/JobLocation.cjs.map +1 -0
  5. package/dist/components/jobCard/JobLocation.d.cts +9 -0
  6. package/dist/components/jobCard/JobLocation.d.ts +9 -0
  7. package/dist/components/jobCard/JobLocation.js +53 -0
  8. package/dist/components/jobCard/JobLocation.js.map +1 -0
  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/JobPost.cjs +17 -13
  14. package/dist/components/jobPost/JobPost.cjs.map +1 -1
  15. package/dist/components/jobPost/JobPost.d.cts +1 -1
  16. package/dist/components/jobPost/JobPost.d.ts +1 -1
  17. package/dist/components/jobPost/JobPost.js +17 -13
  18. package/dist/components/jobPost/JobPost.js.map +1 -1
  19. package/dist/components/ui/Button.d.cts +1 -1
  20. package/dist/components/ui/Button.d.ts +1 -1
  21. package/dist/components/ui/Combobox.cjs +28 -19
  22. package/dist/components/ui/Combobox.cjs.map +1 -1
  23. package/dist/components/ui/Combobox.js +29 -20
  24. package/dist/components/ui/Combobox.js.map +1 -1
  25. package/dist/components/ui/DismissibleBanner.cjs +85 -0
  26. package/dist/components/ui/DismissibleBanner.cjs.map +1 -0
  27. package/dist/components/ui/DismissibleBanner.d.cts +11 -0
  28. package/dist/components/ui/DismissibleBanner.d.ts +11 -0
  29. package/dist/components/ui/DismissibleBanner.js +60 -0
  30. package/dist/components/ui/DismissibleBanner.js.map +1 -0
  31. package/dist/components/ui/ReadMore.cjs +3 -1
  32. package/dist/components/ui/ReadMore.cjs.map +1 -1
  33. package/dist/components/ui/ReadMore.js +3 -1
  34. package/dist/components/ui/ReadMore.js.map +1 -1
  35. package/dist/components/ui/StepTabs.cjs +32 -4
  36. package/dist/components/ui/StepTabs.cjs.map +1 -1
  37. package/dist/components/ui/StepTabs.d.cts +12 -3
  38. package/dist/components/ui/StepTabs.d.ts +12 -3
  39. package/dist/components/ui/StepTabs.js +32 -4
  40. package/dist/components/ui/StepTabs.js.map +1 -1
  41. package/dist/components/ui/buttonShadcn.d.cts +1 -1
  42. package/dist/components/ui/buttonShadcn.d.ts +1 -1
  43. package/dist/{displayText-CBIWVZVw.d.ts → displayText-C1DIK8hr.d.ts} +1 -1
  44. package/dist/{displayText-4cJ7-3Mw.d.cts → displayText-DzxDrQAT.d.cts} +1 -1
  45. package/dist/hooks/useDisplayText.d.cts +2 -2
  46. package/dist/hooks/useDisplayText.d.ts +2 -2
  47. package/dist/index.cjs +1240 -1127
  48. package/dist/index.cjs.map +1 -1
  49. package/dist/index.d.cts +8 -4
  50. package/dist/index.d.ts +8 -4
  51. package/dist/index.js +1375 -1265
  52. package/dist/index.js.map +1 -1
  53. package/dist/{job_posting_service_sanity-Kcoloigd.d.cts → job_posting_service_sanity-B7GvIdYQ.d.cts} +173 -173
  54. package/dist/{job_posting_service_sanity-fAGLW3rj.d.ts → job_posting_service_sanity-CfLaGMVK.d.ts} +173 -173
  55. package/dist/lib/locations.d.cts +1 -1
  56. package/dist/lib/locations.d.ts +1 -1
  57. package/dist/lib/mappings.d.cts +2 -2
  58. package/dist/lib/mappings.d.ts +2 -2
  59. package/dist/lib/salaryRange.cjs +14 -12
  60. package/dist/lib/salaryRange.cjs.map +1 -1
  61. package/dist/lib/salaryRange.d.cts +1 -1
  62. package/dist/lib/salaryRange.d.ts +1 -1
  63. package/dist/lib/salaryRange.js +14 -12
  64. package/dist/lib/salaryRange.js.map +1 -1
  65. package/dist/services/displayText.d.cts +2 -2
  66. package/dist/services/displayText.d.ts +2 -2
  67. package/dist/styles/globals.css +25 -0
  68. package/dist/styles/globals.css.map +1 -1
  69. package/dist/types/data/company_service_latest.d.cts +1 -1
  70. package/dist/types/data/company_service_latest.d.ts +1 -1
  71. package/dist/types/data/job_posting_service_latest.d.cts +1 -1
  72. package/dist/types/data/job_posting_service_latest.d.ts +1 -1
  73. package/dist/types/index.d.cts +4 -4
  74. package/dist/types/index.d.ts +4 -4
  75. package/dist/types/latest/company_service_latest.d.cts +1 -1
  76. package/dist/types/latest/company_service_latest.d.ts +1 -1
  77. package/dist/types/latest/custom/company_service_sanity.d.cts +2 -2
  78. package/dist/types/latest/custom/company_service_sanity.d.ts +2 -2
  79. package/dist/types/latest/custom/job_posting_service_sanity.d.cts +2 -2
  80. package/dist/types/latest/custom/job_posting_service_sanity.d.ts +2 -2
  81. package/dist/types/latest/job_posting_service_latest.d.cts +1 -1
  82. package/dist/types/latest/job_posting_service_latest.d.ts +1 -1
  83. package/package.json +2 -2
  84. package/dist/{company_service_latest-BmiEQ4dO.d.cts → company_service_latest-C7Moeufo.d.cts} +54 -54
  85. package/dist/{company_service_latest-BmiEQ4dO.d.ts → company_service_latest-C7Moeufo.d.ts} +54 -54
  86. package/dist/{company_service_latest-Ba8VhDao.d.cts → company_service_latest-CITz7F53.d.cts} +54 -54
  87. package/dist/{company_service_latest-Ba8VhDao.d.ts → company_service_latest-CITz7F53.d.ts} +54 -54
  88. package/dist/{job_posting_service_latest-DdsTbMSJ.d.cts → job_posting_service_latest-DCbi2bXu.d.cts} +85 -85
  89. package/dist/{job_posting_service_latest-DdsTbMSJ.d.ts → job_posting_service_latest-DCbi2bXu.d.ts} +85 -85
  90. package/dist/{job_posting_service_latest-DOGQ9tEu.d.cts → job_posting_service_latest-tqnHqjwc.d.cts} +85 -85
  91. package/dist/{job_posting_service_latest-DOGQ9tEu.d.ts → job_posting_service_latest-tqnHqjwc.d.ts} +85 -85
@@ -1,2 +1,2 @@
1
1
  import 'zod';
2
- export { C as CategoryEnum, d as CompanyBenefitsModel, g as CompanyCareersModel, r as CompanyModel, m as CompanyNdgModel, k as CompanyPhilosophyModel, F as FoundingInformationModel, I as IndustryModel, J as JobBoardModel, N as NgdMetadataModel, u as OfficeModel, O as OfficeTypeEnum, e as PersonModel, P as PublishStatusEnum, S as SocialMediaModel, a as TitleEnum, T as TypeEnum, b as companyBenefitsSchema, f as companyCareersSchema, l as companyNdgSchema, h as companyPhilosophySchema, q as companySchema, n as foundingInformationSchema, i as industrySchema, j as jobBoardSchema, o as ngdMetadataSchema, t as officeSchema, p as personSchema, s as socialMediaSchema } from '../../company_service_latest-Ba8VhDao.cjs';
2
+ export { C as CategoryEnum, d as CompanyBenefitsModel, g as CompanyCareersModel, r as CompanyModel, m as CompanyNdgModel, k as CompanyPhilosophyModel, F as FoundingInformationModel, I as IndustryModel, J as JobBoardModel, N as NgdMetadataModel, u as OfficeModel, O as OfficeTypeEnum, e as PersonModel, P as PublishStatusEnum, S as SocialMediaModel, a as TitleEnum, T as TypeEnum, b as companyBenefitsSchema, f as companyCareersSchema, l as companyNdgSchema, h as companyPhilosophySchema, q as companySchema, n as foundingInformationSchema, i as industrySchema, j as jobBoardSchema, o as ngdMetadataSchema, t as officeSchema, p as personSchema, s as socialMediaSchema } from '../../company_service_latest-CITz7F53.cjs';
@@ -1,2 +1,2 @@
1
1
  import 'zod';
2
- export { C as CategoryEnum, d as CompanyBenefitsModel, g as CompanyCareersModel, r as CompanyModel, m as CompanyNdgModel, k as CompanyPhilosophyModel, F as FoundingInformationModel, I as IndustryModel, J as JobBoardModel, N as NgdMetadataModel, u as OfficeModel, O as OfficeTypeEnum, e as PersonModel, P as PublishStatusEnum, S as SocialMediaModel, a as TitleEnum, T as TypeEnum, b as companyBenefitsSchema, f as companyCareersSchema, l as companyNdgSchema, h as companyPhilosophySchema, q as companySchema, n as foundingInformationSchema, i as industrySchema, j as jobBoardSchema, o as ngdMetadataSchema, t as officeSchema, p as personSchema, s as socialMediaSchema } from '../../company_service_latest-Ba8VhDao.js';
2
+ export { C as CategoryEnum, d as CompanyBenefitsModel, g as CompanyCareersModel, r as CompanyModel, m as CompanyNdgModel, k as CompanyPhilosophyModel, F as FoundingInformationModel, I as IndustryModel, J as JobBoardModel, N as NgdMetadataModel, u as OfficeModel, O as OfficeTypeEnum, e as PersonModel, P as PublishStatusEnum, S as SocialMediaModel, a as TitleEnum, T as TypeEnum, b as companyBenefitsSchema, f as companyCareersSchema, l as companyNdgSchema, h as companyPhilosophySchema, q as companySchema, n as foundingInformationSchema, i as industrySchema, j as jobBoardSchema, o as ngdMetadataSchema, t as officeSchema, p as personSchema, s as socialMediaSchema } from '../../company_service_latest-CITz7F53.js';
@@ -1,2 +1,2 @@
1
1
  import 'zod';
2
- export { B as BestFitEnum, e as ClinicalLicenseEnum, c as ClinicalSettingEnum, C as ClinicalSpecialtyEnum, a as EmploymentLevelEnum, E as EmploymentTypeEnum, b as JobFunctionEnum, d as JobLocationTypeEnum, J as JobPostModel, P as PublishStatusEnum, S as ShiftEnum, T as TypeEnum, f as jobPostSchema } from '../../job_posting_service_latest-DOGQ9tEu.cjs';
2
+ export { B as BestFitEnum, e as ClinicalLicenseEnum, c as ClinicalSettingEnum, C as ClinicalSpecialtyEnum, a as EmploymentLevelEnum, E as EmploymentTypeEnum, b as JobFunctionEnum, d as JobLocationTypeEnum, J as JobPostModel, P as PublishStatusEnum, S as ShiftEnum, T as TypeEnum, f as jobPostSchema } from '../../job_posting_service_latest-tqnHqjwc.cjs';
@@ -1,2 +1,2 @@
1
1
  import 'zod';
2
- export { B as BestFitEnum, e as ClinicalLicenseEnum, c as ClinicalSettingEnum, C as ClinicalSpecialtyEnum, a as EmploymentLevelEnum, E as EmploymentTypeEnum, b as JobFunctionEnum, d as JobLocationTypeEnum, J as JobPostModel, P as PublishStatusEnum, S as ShiftEnum, T as TypeEnum, f as jobPostSchema } from '../../job_posting_service_latest-DOGQ9tEu.js';
2
+ export { B as BestFitEnum, e as ClinicalLicenseEnum, c as ClinicalSettingEnum, C as ClinicalSpecialtyEnum, a as EmploymentLevelEnum, E as EmploymentTypeEnum, b as JobFunctionEnum, d as JobLocationTypeEnum, J as JobPostModel, P as PublishStatusEnum, S as ShiftEnum, T as TypeEnum, f as jobPostSchema } from '../../job_posting_service_latest-tqnHqjwc.js';
@@ -1,8 +1,8 @@
1
- export { c as CompanyServiceBase } from '../company_service_latest-BmiEQ4dO.cjs';
2
- export { j as JobPostServiceBase } from '../job_posting_service_latest-DdsTbMSJ.cjs';
1
+ export { c as CompanyServiceBase } from '../company_service_latest-C7Moeufo.cjs';
2
+ export { j as JobPostServiceBase } from '../job_posting_service_latest-DCbi2bXu.cjs';
3
3
  export { s as SharedService, s as SharedServiceBase } from '../shared_pickle_output_latest--XZhOUyE.cjs';
4
- export { c as CompanyService } from '../company_service_sanity-Bedw6Mhk.cjs';
5
- export { j as JobPostService } from '../job_posting_service_sanity-Kcoloigd.cjs';
4
+ export { c as CompanyService } from '../company_service_sanity-Br0R7m-A.cjs';
5
+ export { j as JobPostService } from '../job_posting_service_sanity-B7GvIdYQ.cjs';
6
6
  export { Place } from '../components/ui/PlacesQueryInput.cjs';
7
7
  import 'zod';
8
8
  import './latest/custom/custom_sanity_models.cjs';
@@ -1,8 +1,8 @@
1
- export { c as CompanyServiceBase } from '../company_service_latest-BmiEQ4dO.js';
2
- export { j as JobPostServiceBase } from '../job_posting_service_latest-DdsTbMSJ.js';
1
+ export { c as CompanyServiceBase } from '../company_service_latest-C7Moeufo.js';
2
+ export { j as JobPostServiceBase } from '../job_posting_service_latest-DCbi2bXu.js';
3
3
  export { s as SharedService, s as SharedServiceBase } from '../shared_pickle_output_latest--XZhOUyE.js';
4
- export { c as CompanyService } from '../company_service_sanity-BZtdt7Df.js';
5
- export { j as JobPostService } from '../job_posting_service_sanity-fAGLW3rj.js';
4
+ export { c as CompanyService } from '../company_service_sanity-DF01qvTz.js';
5
+ export { j as JobPostService } from '../job_posting_service_sanity-CfLaGMVK.js';
6
6
  export { Place } from '../components/ui/PlacesQueryInput.js';
7
7
  import 'zod';
8
8
  import './latest/custom/custom_sanity_models.js';
@@ -1,2 +1,2 @@
1
1
  import 'zod';
2
- export { C as CategoryEnum, d as CompanyBenefitsModel, g as CompanyCareersModel, t as CompanyModel, m as CompanyNdgModel, k as CompanyPhilosophyModel, F as FoundingInformationModel, I as IndustryModel, J as JobBoardModel, N as NgdMetadataModel, u as OfficeModel, O as OfficeTypeEnum, e as PersonModel, P as PublishStatusEnum, S as SocialMediaModel, T as TitleEnum, a as TypeEnum, b as companyBenefitsSchema, f as companyCareersSchema, l as companyNdgSchema, h as companyPhilosophySchema, r as companySchema, n as foundingInformationSchema, i as industrySchema, j as jobBoardSchema, q as ngdMetadataSchema, o as officeSchema, p as personSchema, s as socialMediaSchema } from '../../company_service_latest-BmiEQ4dO.cjs';
2
+ export { C as CategoryEnum, d as CompanyBenefitsModel, g as CompanyCareersModel, t as CompanyModel, m as CompanyNdgModel, k as CompanyPhilosophyModel, F as FoundingInformationModel, I as IndustryModel, J as JobBoardModel, N as NgdMetadataModel, u as OfficeModel, O as OfficeTypeEnum, e as PersonModel, P as PublishStatusEnum, S as SocialMediaModel, T as TitleEnum, a as TypeEnum, b as companyBenefitsSchema, f as companyCareersSchema, l as companyNdgSchema, h as companyPhilosophySchema, r as companySchema, n as foundingInformationSchema, i as industrySchema, j as jobBoardSchema, q as ngdMetadataSchema, o as officeSchema, p as personSchema, s as socialMediaSchema } from '../../company_service_latest-C7Moeufo.cjs';
@@ -1,2 +1,2 @@
1
1
  import 'zod';
2
- export { C as CategoryEnum, d as CompanyBenefitsModel, g as CompanyCareersModel, t as CompanyModel, m as CompanyNdgModel, k as CompanyPhilosophyModel, F as FoundingInformationModel, I as IndustryModel, J as JobBoardModel, N as NgdMetadataModel, u as OfficeModel, O as OfficeTypeEnum, e as PersonModel, P as PublishStatusEnum, S as SocialMediaModel, T as TitleEnum, a as TypeEnum, b as companyBenefitsSchema, f as companyCareersSchema, l as companyNdgSchema, h as companyPhilosophySchema, r as companySchema, n as foundingInformationSchema, i as industrySchema, j as jobBoardSchema, q as ngdMetadataSchema, o as officeSchema, p as personSchema, s as socialMediaSchema } from '../../company_service_latest-BmiEQ4dO.js';
2
+ export { C as CategoryEnum, d as CompanyBenefitsModel, g as CompanyCareersModel, t as CompanyModel, m as CompanyNdgModel, k as CompanyPhilosophyModel, F as FoundingInformationModel, I as IndustryModel, J as JobBoardModel, N as NgdMetadataModel, u as OfficeModel, O as OfficeTypeEnum, e as PersonModel, P as PublishStatusEnum, S as SocialMediaModel, T as TitleEnum, a as TypeEnum, b as companyBenefitsSchema, f as companyCareersSchema, l as companyNdgSchema, h as companyPhilosophySchema, r as companySchema, n as foundingInformationSchema, i as industrySchema, j as jobBoardSchema, q as ngdMetadataSchema, o as officeSchema, p as personSchema, s as socialMediaSchema } from '../../company_service_latest-C7Moeufo.js';
@@ -1,4 +1,4 @@
1
1
  import 'zod';
2
- export { O as OfficeTypeEnum, P as PublishStatusEnum, T as TitleEnum, i as industrySchema, o as officeSchema, s as socialMediaSchema } from '../../../company_service_latest-BmiEQ4dO.cjs';
2
+ export { O as OfficeTypeEnum, P as PublishStatusEnum, T as TitleEnum, i as industrySchema, o as officeSchema, s as socialMediaSchema } from '../../../company_service_latest-C7Moeufo.cjs';
3
3
  export { i as imageSchema } from '../../../shared_pickle_output_latest--XZhOUyE.cjs';
4
- export { d as companyCareersSchema, a as companyNdgSchema, b as companyPhilosophySchema, e as companySchema, f as foundingInformationSchema, n as ngdMetadataSchema } from '../../../company_service_sanity-Bedw6Mhk.cjs';
4
+ export { d as companyCareersSchema, a as companyNdgSchema, b as companyPhilosophySchema, e as companySchema, f as foundingInformationSchema, n as ngdMetadataSchema } from '../../../company_service_sanity-Br0R7m-A.cjs';
@@ -1,4 +1,4 @@
1
1
  import 'zod';
2
- export { O as OfficeTypeEnum, P as PublishStatusEnum, T as TitleEnum, i as industrySchema, o as officeSchema, s as socialMediaSchema } from '../../../company_service_latest-BmiEQ4dO.js';
2
+ export { O as OfficeTypeEnum, P as PublishStatusEnum, T as TitleEnum, i as industrySchema, o as officeSchema, s as socialMediaSchema } from '../../../company_service_latest-C7Moeufo.js';
3
3
  export { i as imageSchema } from '../../../shared_pickle_output_latest--XZhOUyE.js';
4
- export { d as companyCareersSchema, a as companyNdgSchema, b as companyPhilosophySchema, e as companySchema, f as foundingInformationSchema, n as ngdMetadataSchema } from '../../../company_service_sanity-BZtdt7Df.js';
4
+ export { d as companyCareersSchema, a as companyNdgSchema, b as companyPhilosophySchema, e as companySchema, f as foundingInformationSchema, n as ngdMetadataSchema } from '../../../company_service_sanity-DF01qvTz.js';
@@ -1,5 +1,5 @@
1
1
  export { sanityReferenceSchema } from './custom_sanity_models.cjs';
2
2
  import 'zod';
3
- export { B as BestFitEnum, C as ClinicalLicenseEnum, a as ClinicalSettingEnum, b as ClinicalSpecialtyEnum, E as EmploymentLevelEnum, c as EmploymentTypeEnum, J as JobFunctionEnum, P as PublishStatusEnum, S as ShiftEnum } from '../../../job_posting_service_latest-DdsTbMSJ.cjs';
3
+ export { B as BestFitEnum, C as ClinicalLicenseEnum, a as ClinicalSettingEnum, b as ClinicalSpecialtyEnum, E as EmploymentLevelEnum, c as EmploymentTypeEnum, J as JobFunctionEnum, P as PublishStatusEnum, S as ShiftEnum } from '../../../job_posting_service_latest-DCbi2bXu.cjs';
4
4
  export { C as CurrencyEnum, D as DetailLevelEnum, U as UnitTextEnum } from '../../../shared_pickle_output_latest--XZhOUyE.cjs';
5
- export { c as JobPost, J as JobPostTypeEnum, b as MonetaryAmount, M as MonetaryAmountTypeEnum, P as PostalAddress, Q as QuantitativeValue, S as SanityReference, a as jobPostSchema, m as monetaryAmountSchema, p as postalAddressSchema, q as quantitativeValueSchema } from '../../../job_posting_service_sanity-Kcoloigd.cjs';
5
+ export { c as JobPost, J as JobPostTypeEnum, b as MonetaryAmount, M as MonetaryAmountTypeEnum, P as PostalAddress, Q as QuantitativeValue, S as SanityReference, a as jobPostSchema, m as monetaryAmountSchema, p as postalAddressSchema, q as quantitativeValueSchema } from '../../../job_posting_service_sanity-B7GvIdYQ.cjs';
@@ -1,5 +1,5 @@
1
1
  export { sanityReferenceSchema } from './custom_sanity_models.js';
2
2
  import 'zod';
3
- export { B as BestFitEnum, C as ClinicalLicenseEnum, a as ClinicalSettingEnum, b as ClinicalSpecialtyEnum, E as EmploymentLevelEnum, c as EmploymentTypeEnum, J as JobFunctionEnum, P as PublishStatusEnum, S as ShiftEnum } from '../../../job_posting_service_latest-DdsTbMSJ.js';
3
+ export { B as BestFitEnum, C as ClinicalLicenseEnum, a as ClinicalSettingEnum, b as ClinicalSpecialtyEnum, E as EmploymentLevelEnum, c as EmploymentTypeEnum, J as JobFunctionEnum, P as PublishStatusEnum, S as ShiftEnum } from '../../../job_posting_service_latest-DCbi2bXu.js';
4
4
  export { C as CurrencyEnum, D as DetailLevelEnum, U as UnitTextEnum } from '../../../shared_pickle_output_latest--XZhOUyE.js';
5
- export { c as JobPost, J as JobPostTypeEnum, b as MonetaryAmount, M as MonetaryAmountTypeEnum, P as PostalAddress, Q as QuantitativeValue, S as SanityReference, a as jobPostSchema, m as monetaryAmountSchema, p as postalAddressSchema, q as quantitativeValueSchema } from '../../../job_posting_service_sanity-fAGLW3rj.js';
5
+ export { c as JobPost, J as JobPostTypeEnum, b as MonetaryAmount, M as MonetaryAmountTypeEnum, P as PostalAddress, Q as QuantitativeValue, S as SanityReference, a as jobPostSchema, m as monetaryAmountSchema, p as postalAddressSchema, q as quantitativeValueSchema } from '../../../job_posting_service_sanity-CfLaGMVK.js';
@@ -1,2 +1,2 @@
1
1
  import 'zod';
2
- export { B as BestFitEnum, C as ClinicalLicenseEnum, a as ClinicalSettingEnum, b as ClinicalSpecialtyEnum, E as EmploymentLevelEnum, c as EmploymentTypeEnum, J as JobFunctionEnum, d as JobLocationTypeEnum, f as JobPostModel, P as PublishStatusEnum, S as ShiftEnum, T as TypeEnum, e as jobPostSchema } from '../../job_posting_service_latest-DdsTbMSJ.cjs';
2
+ export { B as BestFitEnum, C as ClinicalLicenseEnum, a as ClinicalSettingEnum, b as ClinicalSpecialtyEnum, E as EmploymentLevelEnum, c as EmploymentTypeEnum, J as JobFunctionEnum, d as JobLocationTypeEnum, f as JobPostModel, P as PublishStatusEnum, S as ShiftEnum, T as TypeEnum, e as jobPostSchema } from '../../job_posting_service_latest-DCbi2bXu.cjs';
@@ -1,2 +1,2 @@
1
1
  import 'zod';
2
- export { B as BestFitEnum, C as ClinicalLicenseEnum, a as ClinicalSettingEnum, b as ClinicalSpecialtyEnum, E as EmploymentLevelEnum, c as EmploymentTypeEnum, J as JobFunctionEnum, d as JobLocationTypeEnum, f as JobPostModel, P as PublishStatusEnum, S as ShiftEnum, T as TypeEnum, e as jobPostSchema } from '../../job_posting_service_latest-DdsTbMSJ.js';
2
+ export { B as BestFitEnum, C as ClinicalLicenseEnum, a as ClinicalSettingEnum, b as ClinicalSpecialtyEnum, E as EmploymentLevelEnum, c as EmploymentTypeEnum, J as JobFunctionEnum, d as JobLocationTypeEnum, f as JobPostModel, P as PublishStatusEnum, S as ShiftEnum, T as TypeEnum, e as jobPostSchema } from '../../job_posting_service_latest-DCbi2bXu.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-degree/pickle-shared-js",
3
- "version": "0.10.8",
3
+ "version": "0.12.1",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -76,7 +76,7 @@
76
76
  "jest-environment-jsdom": "^29.7.0",
77
77
  "lint-staged": "^15.2.2",
78
78
  "lucide-react": "^0.465.0",
79
- "next": "14.2.22",
79
+ "next": "14.2.25",
80
80
  "postcss": "^8.5.1",
81
81
  "prettier": "^3.4.2",
82
82
  "prettier-plugin-tailwindcss": "^0.6.9",
@@ -769,16 +769,16 @@ declare const companyNdgSchema: z.ZodObject<{
769
769
  type: string;
770
770
  version: "1.0.0";
771
771
  companyWow?: string | undefined;
772
+ companyNdgTake?: string | undefined;
772
773
  companyBestFit?: string[] | undefined;
773
774
  companyInterests?: string[] | undefined;
774
- companyNdgTake?: string | undefined;
775
775
  }, {
776
776
  type: string;
777
777
  version?: "1.0.0" | undefined;
778
778
  companyWow?: string | undefined;
779
+ companyNdgTake?: string | undefined;
779
780
  companyBestFit?: string[] | undefined;
780
781
  companyInterests?: string[] | undefined;
781
- companyNdgTake?: string | undefined;
782
782
  }>;
783
783
  type CompanyNdgModel = z.infer<typeof companyNdgSchema>;
784
784
  declare const foundingInformationSchema: z.ZodObject<{
@@ -1632,16 +1632,16 @@ declare const companySchema: z.ZodObject<{
1632
1632
  type: string;
1633
1633
  version: "1.0.0";
1634
1634
  companyWow?: string | undefined;
1635
+ companyNdgTake?: string | undefined;
1635
1636
  companyBestFit?: string[] | undefined;
1636
1637
  companyInterests?: string[] | undefined;
1637
- companyNdgTake?: string | undefined;
1638
1638
  }, {
1639
1639
  type: string;
1640
1640
  version?: "1.0.0" | undefined;
1641
1641
  companyWow?: string | undefined;
1642
+ companyNdgTake?: string | undefined;
1642
1643
  companyBestFit?: string[] | undefined;
1643
1644
  companyInterests?: string[] | undefined;
1644
- companyNdgTake?: string | undefined;
1645
1645
  }>>;
1646
1646
  foundingInfo: z.ZodOptional<z.ZodObject<{
1647
1647
  version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
@@ -2254,6 +2254,14 @@ declare const companySchema: z.ZodObject<{
2254
2254
  companyHow?: string | undefined;
2255
2255
  companyCulture?: string[] | undefined;
2256
2256
  } | undefined;
2257
+ companyNdg?: {
2258
+ type: string;
2259
+ version: "1.0.0";
2260
+ companyWow?: string | undefined;
2261
+ companyNdgTake?: string | undefined;
2262
+ companyBestFit?: string[] | undefined;
2263
+ companyInterests?: string[] | undefined;
2264
+ } | undefined;
2257
2265
  foundingInfo?: {
2258
2266
  type: string;
2259
2267
  version: "1.0.0";
@@ -2347,14 +2355,6 @@ declare const companySchema: z.ZodObject<{
2347
2355
  uniqueRunId?: string | undefined;
2348
2356
  postProcessorUniqueRunId?: string | undefined;
2349
2357
  } | undefined;
2350
- companyNdg?: {
2351
- type: string;
2352
- version: "1.0.0";
2353
- companyWow?: string | undefined;
2354
- companyBestFit?: string[] | undefined;
2355
- companyInterests?: string[] | undefined;
2356
- companyNdgTake?: string | undefined;
2357
- } | undefined;
2358
2358
  }, {
2359
2359
  id: string;
2360
2360
  type: string;
@@ -2437,6 +2437,14 @@ declare const companySchema: z.ZodObject<{
2437
2437
  companyHow?: string | undefined;
2438
2438
  companyCulture?: string[] | undefined;
2439
2439
  } | undefined;
2440
+ companyNdg?: {
2441
+ type: string;
2442
+ version?: "1.0.0" | undefined;
2443
+ companyWow?: string | undefined;
2444
+ companyNdgTake?: string | undefined;
2445
+ companyBestFit?: string[] | undefined;
2446
+ companyInterests?: string[] | undefined;
2447
+ } | undefined;
2440
2448
  foundingInfo?: {
2441
2449
  type: string;
2442
2450
  version?: "1.0.0" | undefined;
@@ -2530,14 +2538,6 @@ declare const companySchema: z.ZodObject<{
2530
2538
  postProcessorUniqueRunId?: string | undefined;
2531
2539
  isScrapeManaged?: boolean | undefined;
2532
2540
  } | undefined;
2533
- companyNdg?: {
2534
- type: string;
2535
- version?: "1.0.0" | undefined;
2536
- companyWow?: string | undefined;
2537
- companyBestFit?: string[] | undefined;
2538
- companyInterests?: string[] | undefined;
2539
- companyNdgTake?: string | undefined;
2540
- } | undefined;
2541
2541
  }>;
2542
2542
  type CompanyModel = z.infer<typeof companySchema>;
2543
2543
  declare const officeSchema: z.ZodObject<{
@@ -2936,16 +2936,16 @@ declare const officeSchema: z.ZodObject<{
2936
2936
  type: string;
2937
2937
  version: "1.0.0";
2938
2938
  companyWow?: string | undefined;
2939
+ companyNdgTake?: string | undefined;
2939
2940
  companyBestFit?: string[] | undefined;
2940
2941
  companyInterests?: string[] | undefined;
2941
- companyNdgTake?: string | undefined;
2942
2942
  }, {
2943
2943
  type: string;
2944
2944
  version?: "1.0.0" | undefined;
2945
2945
  companyWow?: string | undefined;
2946
+ companyNdgTake?: string | undefined;
2946
2947
  companyBestFit?: string[] | undefined;
2947
2948
  companyInterests?: string[] | undefined;
2948
- companyNdgTake?: string | undefined;
2949
2949
  }>>;
2950
2950
  foundingInfo: z.ZodOptional<z.ZodObject<{
2951
2951
  version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
@@ -3558,6 +3558,14 @@ declare const officeSchema: z.ZodObject<{
3558
3558
  companyHow?: string | undefined;
3559
3559
  companyCulture?: string[] | undefined;
3560
3560
  } | undefined;
3561
+ companyNdg?: {
3562
+ type: string;
3563
+ version: "1.0.0";
3564
+ companyWow?: string | undefined;
3565
+ companyNdgTake?: string | undefined;
3566
+ companyBestFit?: string[] | undefined;
3567
+ companyInterests?: string[] | undefined;
3568
+ } | undefined;
3561
3569
  foundingInfo?: {
3562
3570
  type: string;
3563
3571
  version: "1.0.0";
@@ -3651,14 +3659,6 @@ declare const officeSchema: z.ZodObject<{
3651
3659
  uniqueRunId?: string | undefined;
3652
3660
  postProcessorUniqueRunId?: string | undefined;
3653
3661
  } | undefined;
3654
- companyNdg?: {
3655
- type: string;
3656
- version: "1.0.0";
3657
- companyWow?: string | undefined;
3658
- companyBestFit?: string[] | undefined;
3659
- companyInterests?: string[] | undefined;
3660
- companyNdgTake?: string | undefined;
3661
- } | undefined;
3662
3662
  }, {
3663
3663
  id: string;
3664
3664
  type: string;
@@ -3741,6 +3741,14 @@ declare const officeSchema: z.ZodObject<{
3741
3741
  companyHow?: string | undefined;
3742
3742
  companyCulture?: string[] | undefined;
3743
3743
  } | undefined;
3744
+ companyNdg?: {
3745
+ type: string;
3746
+ version?: "1.0.0" | undefined;
3747
+ companyWow?: string | undefined;
3748
+ companyNdgTake?: string | undefined;
3749
+ companyBestFit?: string[] | undefined;
3750
+ companyInterests?: string[] | undefined;
3751
+ } | undefined;
3744
3752
  foundingInfo?: {
3745
3753
  type: string;
3746
3754
  version?: "1.0.0" | undefined;
@@ -3834,14 +3842,6 @@ declare const officeSchema: z.ZodObject<{
3834
3842
  postProcessorUniqueRunId?: string | undefined;
3835
3843
  isScrapeManaged?: boolean | undefined;
3836
3844
  } | undefined;
3837
- companyNdg?: {
3838
- type: string;
3839
- version?: "1.0.0" | undefined;
3840
- companyWow?: string | undefined;
3841
- companyBestFit?: string[] | undefined;
3842
- companyInterests?: string[] | undefined;
3843
- companyNdgTake?: string | undefined;
3844
- } | undefined;
3845
3845
  }>>;
3846
3846
  geoLocation: z.ZodOptional<z.ZodObject<{
3847
3847
  version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
@@ -4003,6 +4003,14 @@ declare const officeSchema: z.ZodObject<{
4003
4003
  companyHow?: string | undefined;
4004
4004
  companyCulture?: string[] | undefined;
4005
4005
  } | undefined;
4006
+ companyNdg?: {
4007
+ type: string;
4008
+ version: "1.0.0";
4009
+ companyWow?: string | undefined;
4010
+ companyNdgTake?: string | undefined;
4011
+ companyBestFit?: string[] | undefined;
4012
+ companyInterests?: string[] | undefined;
4013
+ } | undefined;
4006
4014
  foundingInfo?: {
4007
4015
  type: string;
4008
4016
  version: "1.0.0";
@@ -4096,14 +4104,6 @@ declare const officeSchema: z.ZodObject<{
4096
4104
  uniqueRunId?: string | undefined;
4097
4105
  postProcessorUniqueRunId?: string | undefined;
4098
4106
  } | undefined;
4099
- companyNdg?: {
4100
- type: string;
4101
- version: "1.0.0";
4102
- companyWow?: string | undefined;
4103
- companyBestFit?: string[] | undefined;
4104
- companyInterests?: string[] | undefined;
4105
- companyNdgTake?: string | undefined;
4106
- } | undefined;
4107
4107
  } | undefined;
4108
4108
  geoLocation?: {
4109
4109
  version: "1.0.0";
@@ -4211,6 +4211,14 @@ declare const officeSchema: z.ZodObject<{
4211
4211
  companyHow?: string | undefined;
4212
4212
  companyCulture?: string[] | undefined;
4213
4213
  } | undefined;
4214
+ companyNdg?: {
4215
+ type: string;
4216
+ version?: "1.0.0" | undefined;
4217
+ companyWow?: string | undefined;
4218
+ companyNdgTake?: string | undefined;
4219
+ companyBestFit?: string[] | undefined;
4220
+ companyInterests?: string[] | undefined;
4221
+ } | undefined;
4214
4222
  foundingInfo?: {
4215
4223
  type: string;
4216
4224
  version?: "1.0.0" | undefined;
@@ -4304,14 +4312,6 @@ declare const officeSchema: z.ZodObject<{
4304
4312
  postProcessorUniqueRunId?: string | undefined;
4305
4313
  isScrapeManaged?: boolean | undefined;
4306
4314
  } | undefined;
4307
- companyNdg?: {
4308
- type: string;
4309
- version?: "1.0.0" | undefined;
4310
- companyWow?: string | undefined;
4311
- companyBestFit?: string[] | undefined;
4312
- companyInterests?: string[] | undefined;
4313
- companyNdgTake?: string | undefined;
4314
- } | undefined;
4315
4315
  } | undefined;
4316
4316
  geoLocation?: {
4317
4317
  address?: {
@@ -769,16 +769,16 @@ declare const companyNdgSchema: z.ZodObject<{
769
769
  type: string;
770
770
  version: "1.0.0";
771
771
  companyWow?: string | undefined;
772
+ companyNdgTake?: string | undefined;
772
773
  companyBestFit?: string[] | undefined;
773
774
  companyInterests?: string[] | undefined;
774
- companyNdgTake?: string | undefined;
775
775
  }, {
776
776
  type: string;
777
777
  version?: "1.0.0" | undefined;
778
778
  companyWow?: string | undefined;
779
+ companyNdgTake?: string | undefined;
779
780
  companyBestFit?: string[] | undefined;
780
781
  companyInterests?: string[] | undefined;
781
- companyNdgTake?: string | undefined;
782
782
  }>;
783
783
  type CompanyNdgModel = z.infer<typeof companyNdgSchema>;
784
784
  declare const foundingInformationSchema: z.ZodObject<{
@@ -1632,16 +1632,16 @@ declare const companySchema: z.ZodObject<{
1632
1632
  type: string;
1633
1633
  version: "1.0.0";
1634
1634
  companyWow?: string | undefined;
1635
+ companyNdgTake?: string | undefined;
1635
1636
  companyBestFit?: string[] | undefined;
1636
1637
  companyInterests?: string[] | undefined;
1637
- companyNdgTake?: string | undefined;
1638
1638
  }, {
1639
1639
  type: string;
1640
1640
  version?: "1.0.0" | undefined;
1641
1641
  companyWow?: string | undefined;
1642
+ companyNdgTake?: string | undefined;
1642
1643
  companyBestFit?: string[] | undefined;
1643
1644
  companyInterests?: string[] | undefined;
1644
- companyNdgTake?: string | undefined;
1645
1645
  }>>;
1646
1646
  foundingInfo: z.ZodOptional<z.ZodObject<{
1647
1647
  version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
@@ -2254,6 +2254,14 @@ declare const companySchema: z.ZodObject<{
2254
2254
  companyHow?: string | undefined;
2255
2255
  companyCulture?: string[] | undefined;
2256
2256
  } | undefined;
2257
+ companyNdg?: {
2258
+ type: string;
2259
+ version: "1.0.0";
2260
+ companyWow?: string | undefined;
2261
+ companyNdgTake?: string | undefined;
2262
+ companyBestFit?: string[] | undefined;
2263
+ companyInterests?: string[] | undefined;
2264
+ } | undefined;
2257
2265
  foundingInfo?: {
2258
2266
  type: string;
2259
2267
  version: "1.0.0";
@@ -2347,14 +2355,6 @@ declare const companySchema: z.ZodObject<{
2347
2355
  uniqueRunId?: string | undefined;
2348
2356
  postProcessorUniqueRunId?: string | undefined;
2349
2357
  } | undefined;
2350
- companyNdg?: {
2351
- type: string;
2352
- version: "1.0.0";
2353
- companyWow?: string | undefined;
2354
- companyBestFit?: string[] | undefined;
2355
- companyInterests?: string[] | undefined;
2356
- companyNdgTake?: string | undefined;
2357
- } | undefined;
2358
2358
  }, {
2359
2359
  id: string;
2360
2360
  type: string;
@@ -2437,6 +2437,14 @@ declare const companySchema: z.ZodObject<{
2437
2437
  companyHow?: string | undefined;
2438
2438
  companyCulture?: string[] | undefined;
2439
2439
  } | undefined;
2440
+ companyNdg?: {
2441
+ type: string;
2442
+ version?: "1.0.0" | undefined;
2443
+ companyWow?: string | undefined;
2444
+ companyNdgTake?: string | undefined;
2445
+ companyBestFit?: string[] | undefined;
2446
+ companyInterests?: string[] | undefined;
2447
+ } | undefined;
2440
2448
  foundingInfo?: {
2441
2449
  type: string;
2442
2450
  version?: "1.0.0" | undefined;
@@ -2530,14 +2538,6 @@ declare const companySchema: z.ZodObject<{
2530
2538
  postProcessorUniqueRunId?: string | undefined;
2531
2539
  isScrapeManaged?: boolean | undefined;
2532
2540
  } | undefined;
2533
- companyNdg?: {
2534
- type: string;
2535
- version?: "1.0.0" | undefined;
2536
- companyWow?: string | undefined;
2537
- companyBestFit?: string[] | undefined;
2538
- companyInterests?: string[] | undefined;
2539
- companyNdgTake?: string | undefined;
2540
- } | undefined;
2541
2541
  }>;
2542
2542
  type CompanyModel = z.infer<typeof companySchema>;
2543
2543
  declare const officeSchema: z.ZodObject<{
@@ -2936,16 +2936,16 @@ declare const officeSchema: z.ZodObject<{
2936
2936
  type: string;
2937
2937
  version: "1.0.0";
2938
2938
  companyWow?: string | undefined;
2939
+ companyNdgTake?: string | undefined;
2939
2940
  companyBestFit?: string[] | undefined;
2940
2941
  companyInterests?: string[] | undefined;
2941
- companyNdgTake?: string | undefined;
2942
2942
  }, {
2943
2943
  type: string;
2944
2944
  version?: "1.0.0" | undefined;
2945
2945
  companyWow?: string | undefined;
2946
+ companyNdgTake?: string | undefined;
2946
2947
  companyBestFit?: string[] | undefined;
2947
2948
  companyInterests?: string[] | undefined;
2948
- companyNdgTake?: string | undefined;
2949
2949
  }>>;
2950
2950
  foundingInfo: z.ZodOptional<z.ZodObject<{
2951
2951
  version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
@@ -3558,6 +3558,14 @@ declare const officeSchema: z.ZodObject<{
3558
3558
  companyHow?: string | undefined;
3559
3559
  companyCulture?: string[] | undefined;
3560
3560
  } | undefined;
3561
+ companyNdg?: {
3562
+ type: string;
3563
+ version: "1.0.0";
3564
+ companyWow?: string | undefined;
3565
+ companyNdgTake?: string | undefined;
3566
+ companyBestFit?: string[] | undefined;
3567
+ companyInterests?: string[] | undefined;
3568
+ } | undefined;
3561
3569
  foundingInfo?: {
3562
3570
  type: string;
3563
3571
  version: "1.0.0";
@@ -3651,14 +3659,6 @@ declare const officeSchema: z.ZodObject<{
3651
3659
  uniqueRunId?: string | undefined;
3652
3660
  postProcessorUniqueRunId?: string | undefined;
3653
3661
  } | undefined;
3654
- companyNdg?: {
3655
- type: string;
3656
- version: "1.0.0";
3657
- companyWow?: string | undefined;
3658
- companyBestFit?: string[] | undefined;
3659
- companyInterests?: string[] | undefined;
3660
- companyNdgTake?: string | undefined;
3661
- } | undefined;
3662
3662
  }, {
3663
3663
  id: string;
3664
3664
  type: string;
@@ -3741,6 +3741,14 @@ declare const officeSchema: z.ZodObject<{
3741
3741
  companyHow?: string | undefined;
3742
3742
  companyCulture?: string[] | undefined;
3743
3743
  } | undefined;
3744
+ companyNdg?: {
3745
+ type: string;
3746
+ version?: "1.0.0" | undefined;
3747
+ companyWow?: string | undefined;
3748
+ companyNdgTake?: string | undefined;
3749
+ companyBestFit?: string[] | undefined;
3750
+ companyInterests?: string[] | undefined;
3751
+ } | undefined;
3744
3752
  foundingInfo?: {
3745
3753
  type: string;
3746
3754
  version?: "1.0.0" | undefined;
@@ -3834,14 +3842,6 @@ declare const officeSchema: z.ZodObject<{
3834
3842
  postProcessorUniqueRunId?: string | undefined;
3835
3843
  isScrapeManaged?: boolean | undefined;
3836
3844
  } | undefined;
3837
- companyNdg?: {
3838
- type: string;
3839
- version?: "1.0.0" | undefined;
3840
- companyWow?: string | undefined;
3841
- companyBestFit?: string[] | undefined;
3842
- companyInterests?: string[] | undefined;
3843
- companyNdgTake?: string | undefined;
3844
- } | undefined;
3845
3845
  }>>;
3846
3846
  geoLocation: z.ZodOptional<z.ZodObject<{
3847
3847
  version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
@@ -4003,6 +4003,14 @@ declare const officeSchema: z.ZodObject<{
4003
4003
  companyHow?: string | undefined;
4004
4004
  companyCulture?: string[] | undefined;
4005
4005
  } | undefined;
4006
+ companyNdg?: {
4007
+ type: string;
4008
+ version: "1.0.0";
4009
+ companyWow?: string | undefined;
4010
+ companyNdgTake?: string | undefined;
4011
+ companyBestFit?: string[] | undefined;
4012
+ companyInterests?: string[] | undefined;
4013
+ } | undefined;
4006
4014
  foundingInfo?: {
4007
4015
  type: string;
4008
4016
  version: "1.0.0";
@@ -4096,14 +4104,6 @@ declare const officeSchema: z.ZodObject<{
4096
4104
  uniqueRunId?: string | undefined;
4097
4105
  postProcessorUniqueRunId?: string | undefined;
4098
4106
  } | undefined;
4099
- companyNdg?: {
4100
- type: string;
4101
- version: "1.0.0";
4102
- companyWow?: string | undefined;
4103
- companyBestFit?: string[] | undefined;
4104
- companyInterests?: string[] | undefined;
4105
- companyNdgTake?: string | undefined;
4106
- } | undefined;
4107
4107
  } | undefined;
4108
4108
  geoLocation?: {
4109
4109
  version: "1.0.0";
@@ -4211,6 +4211,14 @@ declare const officeSchema: z.ZodObject<{
4211
4211
  companyHow?: string | undefined;
4212
4212
  companyCulture?: string[] | undefined;
4213
4213
  } | undefined;
4214
+ companyNdg?: {
4215
+ type: string;
4216
+ version?: "1.0.0" | undefined;
4217
+ companyWow?: string | undefined;
4218
+ companyNdgTake?: string | undefined;
4219
+ companyBestFit?: string[] | undefined;
4220
+ companyInterests?: string[] | undefined;
4221
+ } | undefined;
4214
4222
  foundingInfo?: {
4215
4223
  type: string;
4216
4224
  version?: "1.0.0" | undefined;
@@ -4304,14 +4312,6 @@ declare const officeSchema: z.ZodObject<{
4304
4312
  postProcessorUniqueRunId?: string | undefined;
4305
4313
  isScrapeManaged?: boolean | undefined;
4306
4314
  } | undefined;
4307
- companyNdg?: {
4308
- type: string;
4309
- version?: "1.0.0" | undefined;
4310
- companyWow?: string | undefined;
4311
- companyBestFit?: string[] | undefined;
4312
- companyInterests?: string[] | undefined;
4313
- companyNdgTake?: string | undefined;
4314
- } | undefined;
4315
4315
  } | undefined;
4316
4316
  geoLocation?: {
4317
4317
  address?: {