@next-degree/pickle-shared-js 0.9.7 → 0.10.8
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.
- package/dist/{company_service_sanity-BR1XSAj3.d.ts → company_service_sanity-BZtdt7Df.d.ts} +1996 -1996
- package/dist/{company_service_sanity-D9tvlc53.d.cts → company_service_sanity-Bedw6Mhk.d.cts} +1996 -1996
- package/dist/components/jobPost/JobPost.cjs +355 -11
- package/dist/components/jobPost/JobPost.cjs.map +1 -1
- package/dist/components/jobPost/JobPost.d.cts +1 -1
- package/dist/components/jobPost/JobPost.d.ts +1 -1
- package/dist/components/jobPost/JobPost.js +360 -11
- package/dist/components/jobPost/JobPost.js.map +1 -1
- package/dist/components/ui/Button.d.cts +1 -1
- package/dist/components/ui/Button.d.ts +1 -1
- package/dist/components/ui/buttonShadcn.d.cts +1 -1
- package/dist/components/ui/buttonShadcn.d.ts +1 -1
- package/dist/{displayText-BIzvCN9H.d.cts → displayText-4cJ7-3Mw.d.cts} +1 -1
- package/dist/{displayText-BtujjCCA.d.ts → displayText-CBIWVZVw.d.ts} +1 -1
- package/dist/hooks/useDisplayText.d.cts +2 -2
- package/dist/hooks/useDisplayText.d.ts +2 -2
- package/dist/index.cjs +675 -220
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +4 -2
- package/dist/index.d.ts +4 -2
- package/dist/index.js +674 -220
- package/dist/index.js.map +1 -1
- package/dist/{job_posting_service_sanity-J281ln61.d.cts → job_posting_service_sanity-Kcoloigd.d.cts} +1897 -1897
- package/dist/{job_posting_service_sanity-DwNhHT1w.d.ts → job_posting_service_sanity-fAGLW3rj.d.ts} +1897 -1897
- package/dist/lib/locations.d.cts +1 -1
- package/dist/lib/locations.d.ts +1 -1
- package/dist/lib/mappings.d.cts +2 -2
- package/dist/lib/mappings.d.ts +2 -2
- package/dist/lib/salaryRange.cjs +355 -11
- package/dist/lib/salaryRange.cjs.map +1 -1
- package/dist/lib/salaryRange.d.cts +2 -1
- package/dist/lib/salaryRange.d.ts +2 -1
- package/dist/lib/salaryRange.js +361 -11
- package/dist/lib/salaryRange.js.map +1 -1
- package/dist/services/displayText.d.cts +2 -2
- package/dist/services/displayText.d.ts +2 -2
- package/dist/types/data/job_posting_service_latest.d.cts +1 -1
- package/dist/types/data/job_posting_service_latest.d.ts +1 -1
- package/dist/types/index.d.cts +5 -5
- package/dist/types/index.d.ts +5 -5
- package/dist/types/latest/company_service_latest.d.cts +1 -1
- package/dist/types/latest/company_service_latest.d.ts +1 -1
- package/dist/types/latest/custom/company_service_sanity.d.cts +3 -3
- package/dist/types/latest/custom/company_service_sanity.d.ts +3 -3
- package/dist/types/latest/custom/custom_sanity_models.d.cts +2 -2
- package/dist/types/latest/custom/custom_sanity_models.d.ts +2 -2
- package/dist/types/latest/custom/job_posting_service_sanity.d.cts +3 -3
- package/dist/types/latest/custom/job_posting_service_sanity.d.ts +3 -3
- package/dist/types/latest/job_posting_service_latest.d.cts +1 -1
- package/dist/types/latest/job_posting_service_latest.d.ts +1 -1
- package/dist/types/latest/shared_pickle_output_latest.d.cts +1 -1
- package/dist/types/latest/shared_pickle_output_latest.d.ts +1 -1
- package/package.json +1 -1
- package/dist/{company_service_latest-CWBnweTJ.d.cts → company_service_latest-BmiEQ4dO.d.cts} +1060 -1060
- package/dist/{company_service_latest-CWBnweTJ.d.ts → company_service_latest-BmiEQ4dO.d.ts} +1060 -1060
- package/dist/{job_posting_service_latest-duSSyFvo.d.cts → job_posting_service_latest-DOGQ9tEu.d.cts} +1 -1
- package/dist/{job_posting_service_latest-duSSyFvo.d.ts → job_posting_service_latest-DOGQ9tEu.d.ts} +1 -1
- package/dist/{job_posting_service_latest-DSpkRuDi.d.ts → job_posting_service_latest-DdsTbMSJ.d.cts} +1030 -1030
- package/dist/{job_posting_service_latest-DSpkRuDi.d.cts → job_posting_service_latest-DdsTbMSJ.d.ts} +1030 -1030
- package/dist/{shared_pickle_output_latest-CJb9E6oz.d.cts → shared_pickle_output_latest--XZhOUyE.d.cts} +38 -38
- package/dist/{shared_pickle_output_latest-CJb9E6oz.d.ts → shared_pickle_output_latest--XZhOUyE.d.ts} +38 -38
|
@@ -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-
|
|
3
|
-
export { i as imageSchema } from '../../../shared_pickle_output_latest
|
|
4
|
-
export { d as companyCareersSchema, a as companyNdgSchema, b as companyPhilosophySchema, e as companySchema, f as foundingInformationSchema, n as ngdMetadataSchema } from '../../../company_service_sanity-
|
|
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';
|
|
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';
|
|
@@ -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-
|
|
3
|
-
export { i as imageSchema } from '../../../shared_pickle_output_latest
|
|
4
|
-
export { d as companyCareersSchema, a as companyNdgSchema, b as companyPhilosophySchema, e as companySchema, f as foundingInformationSchema, n as ngdMetadataSchema } from '../../../company_service_sanity-
|
|
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';
|
|
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';
|
|
@@ -18,12 +18,12 @@ declare const sanitySlugSchema: z.ZodObject<{
|
|
|
18
18
|
_type: z.ZodString;
|
|
19
19
|
_key: z.ZodOptional<z.ZodString>;
|
|
20
20
|
}, "strip", z.ZodTypeAny, {
|
|
21
|
-
_type: string;
|
|
22
21
|
current: string;
|
|
22
|
+
_type: string;
|
|
23
23
|
_key?: string | undefined;
|
|
24
24
|
}, {
|
|
25
|
-
_type: string;
|
|
26
25
|
current: string;
|
|
26
|
+
_type: string;
|
|
27
27
|
_key?: string | undefined;
|
|
28
28
|
}>;
|
|
29
29
|
|
|
@@ -18,12 +18,12 @@ declare const sanitySlugSchema: z.ZodObject<{
|
|
|
18
18
|
_type: z.ZodString;
|
|
19
19
|
_key: z.ZodOptional<z.ZodString>;
|
|
20
20
|
}, "strip", z.ZodTypeAny, {
|
|
21
|
-
_type: string;
|
|
22
21
|
current: string;
|
|
22
|
+
_type: string;
|
|
23
23
|
_key?: string | undefined;
|
|
24
24
|
}, {
|
|
25
|
-
_type: string;
|
|
26
25
|
current: string;
|
|
26
|
+
_type: string;
|
|
27
27
|
_key?: string | undefined;
|
|
28
28
|
}>;
|
|
29
29
|
|
|
@@ -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-
|
|
4
|
-
export { C as CurrencyEnum, D as DetailLevelEnum, U as UnitTextEnum } from '../../../shared_pickle_output_latest
|
|
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-
|
|
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';
|
|
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';
|
|
@@ -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-
|
|
4
|
-
export { C as CurrencyEnum, D as DetailLevelEnum, U as UnitTextEnum } from '../../../shared_pickle_output_latest
|
|
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-
|
|
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';
|
|
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';
|
|
@@ -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-
|
|
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';
|
|
@@ -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-
|
|
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';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import 'zod';
|
|
2
|
-
export { C as CurrencyEnum, D as DetailLevelEnum, I as ImageAssetModel, d as ImageModel, M as MonetaryAmountModel, b as PlaceModel, P as PostalAddressModel, Q as QuantitativeValueModel, T as TypeEnum, U as UnitTextEnum, c as imageAssetSchema, i as imageSchema, m as monetaryAmountSchema, a as placeSchema, p as postalAddressSchema, q as quantitativeValueSchema } from '../../shared_pickle_output_latest
|
|
2
|
+
export { C as CurrencyEnum, D as DetailLevelEnum, I as ImageAssetModel, d as ImageModel, M as MonetaryAmountModel, b as PlaceModel, P as PostalAddressModel, Q as QuantitativeValueModel, T as TypeEnum, U as UnitTextEnum, c as imageAssetSchema, i as imageSchema, m as monetaryAmountSchema, a as placeSchema, p as postalAddressSchema, q as quantitativeValueSchema } from '../../shared_pickle_output_latest--XZhOUyE.cjs';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import 'zod';
|
|
2
|
-
export { C as CurrencyEnum, D as DetailLevelEnum, I as ImageAssetModel, d as ImageModel, M as MonetaryAmountModel, b as PlaceModel, P as PostalAddressModel, Q as QuantitativeValueModel, T as TypeEnum, U as UnitTextEnum, c as imageAssetSchema, i as imageSchema, m as monetaryAmountSchema, a as placeSchema, p as postalAddressSchema, q as quantitativeValueSchema } from '../../shared_pickle_output_latest
|
|
2
|
+
export { C as CurrencyEnum, D as DetailLevelEnum, I as ImageAssetModel, d as ImageModel, M as MonetaryAmountModel, b as PlaceModel, P as PostalAddressModel, Q as QuantitativeValueModel, T as TypeEnum, U as UnitTextEnum, c as imageAssetSchema, i as imageSchema, m as monetaryAmountSchema, a as placeSchema, p as postalAddressSchema, q as quantitativeValueSchema } from '../../shared_pickle_output_latest--XZhOUyE.js';
|