@next-degree/pickle-shared-js 0.9.7 → 0.10.7
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.js +360 -11
- package/dist/components/jobPost/JobPost.js.map +1 -1
- package/dist/index.cjs +575 -166
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +575 -166
- package/dist/index.js.map +1 -1
- package/dist/{job_posting_service_sanity-DwNhHT1w.d.ts → job_posting_service_sanity-B6APEfOO.d.ts} +1896 -1896
- package/dist/{job_posting_service_sanity-J281ln61.d.cts → job_posting_service_sanity-CLQAVXTy.d.cts} +1896 -1896
- 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/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-DSpkRuDi.d.ts → job_posting_service_latest-C6TSGfcJ.d.cts} +1038 -1038
- package/dist/{job_posting_service_latest-DSpkRuDi.d.cts → job_posting_service_latest-C6TSGfcJ.d.ts} +1038 -1038
- 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
|
@@ -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-C6TSGfcJ.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-CLQAVXTy.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-C6TSGfcJ.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-B6APEfOO.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-C6TSGfcJ.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-C6TSGfcJ.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';
|