@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
package/dist/index.cjs
CHANGED
|
@@ -39,7 +39,7 @@ __export(index_exports, {
|
|
|
39
39
|
Combobox: () => Combobox,
|
|
40
40
|
CompanyBenefits: () => CompanyBenefits,
|
|
41
41
|
CompanyInformation: () => CompanyInformation,
|
|
42
|
-
CompanyService: () =>
|
|
42
|
+
CompanyService: () => company_service_latest_exports2,
|
|
43
43
|
CompanyTake: () => CompanyTake,
|
|
44
44
|
Counter: () => Counter,
|
|
45
45
|
DatePicker: () => DatePicker,
|
|
@@ -49,7 +49,7 @@ __export(index_exports, {
|
|
|
49
49
|
JobDescription: () => JobDescription,
|
|
50
50
|
JobHeader: () => JobHeader,
|
|
51
51
|
JobPost: () => JobPost,
|
|
52
|
-
JobPostService: () =>
|
|
52
|
+
JobPostService: () => job_posting_service_latest_exports2,
|
|
53
53
|
Label: () => Label_default,
|
|
54
54
|
LinkButton: () => LinkButton,
|
|
55
55
|
ListItem: () => ListItem_default,
|
|
@@ -58,7 +58,7 @@ __export(index_exports, {
|
|
|
58
58
|
Radio: () => Radio,
|
|
59
59
|
ReadMore: () => ReadMore,
|
|
60
60
|
Select: () => Select_default,
|
|
61
|
-
SharedService: () =>
|
|
61
|
+
SharedService: () => shared_pickle_output_latest_exports2,
|
|
62
62
|
Switch: () => Switch,
|
|
63
63
|
WindowHistoryProvider: () => WindowHistoryProvider,
|
|
64
64
|
cn: () => cn,
|
|
@@ -2829,7 +2829,10 @@ function formattedJobLocation(job) {
|
|
|
2829
2829
|
return [address, remote].filter(Boolean).join(" | ");
|
|
2830
2830
|
}
|
|
2831
2831
|
|
|
2832
|
-
// src/types/
|
|
2832
|
+
// src/types/latest/company_service_latest.ts
|
|
2833
|
+
var import_zod2 = require("zod");
|
|
2834
|
+
|
|
2835
|
+
// src/types/latest/shared_pickle_output_latest.ts
|
|
2833
2836
|
var shared_pickle_output_latest_exports = {};
|
|
2834
2837
|
__export(shared_pickle_output_latest_exports, {
|
|
2835
2838
|
CurrencyEnum: () => CurrencyEnum,
|
|
@@ -2905,150 +2908,7 @@ var imageSchema = import_zod.z.object({
|
|
|
2905
2908
|
asset: import_zod.z.optional(imageAssetSchema).describe("The asset for the image")
|
|
2906
2909
|
});
|
|
2907
2910
|
|
|
2908
|
-
// src/
|
|
2909
|
-
function salaryRange(salary) {
|
|
2910
|
-
if (!salary) return null;
|
|
2911
|
-
const min = salary.minValue;
|
|
2912
|
-
const max = salary.maxValue;
|
|
2913
|
-
const single = salary.singleValue;
|
|
2914
|
-
const signs = {
|
|
2915
|
-
[CurrencyEnum.Values.USD]: "$",
|
|
2916
|
-
[CurrencyEnum.Values.GBP]: "\xA3",
|
|
2917
|
-
[CurrencyEnum.Values.EUR]: "\u20AC"
|
|
2918
|
-
};
|
|
2919
|
-
const sign = signs[salary.currency ?? CurrencyEnum.Values.USD];
|
|
2920
|
-
if (min == null && max == null && single == null) return null;
|
|
2921
|
-
if (single != null) return sign + single.toLocaleString();
|
|
2922
|
-
if (min === max) return sign + min?.toLocaleString();
|
|
2923
|
-
if (min != null && max != null)
|
|
2924
|
-
return sign + min?.toLocaleString() + " - " + sign + max?.toLocaleString();
|
|
2925
|
-
return null;
|
|
2926
|
-
}
|
|
2927
|
-
|
|
2928
|
-
// src/components/jobPost/JobPost.tsx
|
|
2929
|
-
var import_jsx_runtime39 = require("react/jsx-runtime");
|
|
2930
|
-
function JobPost({
|
|
2931
|
-
job,
|
|
2932
|
-
bannerSrc,
|
|
2933
|
-
avatarSrc,
|
|
2934
|
-
standalone,
|
|
2935
|
-
avatarHref,
|
|
2936
|
-
fallbackHref,
|
|
2937
|
-
backAcceptedRoutes,
|
|
2938
|
-
actions
|
|
2939
|
-
}) {
|
|
2940
|
-
const formattedEmploymentType = useDisplayText("employmentType", job.employmentType);
|
|
2941
|
-
const formattedEmploymentLevel = useDisplayText("employmentLevel", job.employmentLevel);
|
|
2942
|
-
const formattedJobFunction = useDisplayText("jobFunction", job.jobFunction);
|
|
2943
|
-
const formattedLocation = formattedJobLocation(job);
|
|
2944
|
-
const formattedSalary = salaryRange(job.estimatedSalary);
|
|
2945
|
-
const formattedDate = DateFns.formatDistanceToNow(new Date(job.datePosted), {
|
|
2946
|
-
addSuffix: true
|
|
2947
|
-
});
|
|
2948
|
-
const tags = [
|
|
2949
|
-
!!formattedSalary && {
|
|
2950
|
-
icon: "banknote",
|
|
2951
|
-
name: "salary",
|
|
2952
|
-
label: `${formattedSalary} a year`
|
|
2953
|
-
},
|
|
2954
|
-
!!formattedEmploymentType && {
|
|
2955
|
-
icon: "briefcase-business",
|
|
2956
|
-
name: "employmentType",
|
|
2957
|
-
label: formattedEmploymentType
|
|
2958
|
-
},
|
|
2959
|
-
!!formattedEmploymentLevel && {
|
|
2960
|
-
icon: "circle-user",
|
|
2961
|
-
name: "level",
|
|
2962
|
-
label: formattedEmploymentLevel
|
|
2963
|
-
},
|
|
2964
|
-
!!formattedJobFunction && {
|
|
2965
|
-
icon: "briefcase-business",
|
|
2966
|
-
name: "jobFunction",
|
|
2967
|
-
label: formattedJobFunction
|
|
2968
|
-
},
|
|
2969
|
-
!!formattedLocation && {
|
|
2970
|
-
icon: "map-pin",
|
|
2971
|
-
name: "location",
|
|
2972
|
-
label: formattedLocation
|
|
2973
|
-
}
|
|
2974
|
-
].filter((t) => !!t);
|
|
2975
|
-
return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(
|
|
2976
|
-
"div",
|
|
2977
|
-
{
|
|
2978
|
-
className: cn(
|
|
2979
|
-
"flex flex-col gap-10 pb-4",
|
|
2980
|
-
!standalone && "border-1 rounded-3xl border-grey-5"
|
|
2981
|
-
),
|
|
2982
|
-
children: [
|
|
2983
|
-
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
2984
|
-
JobHeader,
|
|
2985
|
-
{
|
|
2986
|
-
title: job.title,
|
|
2987
|
-
bannerSrc,
|
|
2988
|
-
avatarName: job.hiringOrganization?.companyName,
|
|
2989
|
-
avatarSrc: job.hiringOrganization?.logo?.asset?.url,
|
|
2990
|
-
subtitles: [job.hiringOrganization?.companyName ?? "", `Posted ${formattedDate}`],
|
|
2991
|
-
actions,
|
|
2992
|
-
standalone,
|
|
2993
|
-
avatarHref,
|
|
2994
|
-
backFallbackHref: fallbackHref,
|
|
2995
|
-
backAcceptedRoutes,
|
|
2996
|
-
tags
|
|
2997
|
-
}
|
|
2998
|
-
),
|
|
2999
|
-
/* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "flex flex-col gap-8 px-6", children: [
|
|
3000
|
-
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(JobDescription, { description: job.description }),
|
|
3001
|
-
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
3002
|
-
CompanyTake,
|
|
3003
|
-
{
|
|
3004
|
-
avatarSrc,
|
|
3005
|
-
content: job.hiringOrganization?.companyNDG?.companyNDGTake
|
|
3006
|
-
}
|
|
3007
|
-
),
|
|
3008
|
-
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
3009
|
-
CompanyInformation,
|
|
3010
|
-
{
|
|
3011
|
-
name: job.hiringOrganization?.companyName ?? "",
|
|
3012
|
-
how: job.hiringOrganization?.companyPhilosophy?.companyHow,
|
|
3013
|
-
mission: job.hiringOrganization?.companyPhilosophy?.companyMission,
|
|
3014
|
-
wow: job.hiringOrganization?.companyNDG?.companyWow,
|
|
3015
|
-
website: job.hiringOrganization?.companyWebsite
|
|
3016
|
-
}
|
|
3017
|
-
),
|
|
3018
|
-
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
3019
|
-
CompanyBenefits,
|
|
3020
|
-
{
|
|
3021
|
-
benefits: job.hiringOrganization?.companyCareers?.companyBenefits?.map((b) => b.title).filter((d) => d !== void 0)
|
|
3022
|
-
}
|
|
3023
|
-
)
|
|
3024
|
-
] })
|
|
3025
|
-
]
|
|
3026
|
-
}
|
|
3027
|
-
);
|
|
3028
|
-
}
|
|
3029
|
-
|
|
3030
|
-
// src/types/data/company_service_latest.ts
|
|
3031
|
-
var company_service_latest_exports = {};
|
|
3032
|
-
__export(company_service_latest_exports, {
|
|
3033
|
-
CategoryEnum: () => CategoryEnum,
|
|
3034
|
-
OfficeTypeEnum: () => OfficeTypeEnum,
|
|
3035
|
-
PublishStatusEnum: () => PublishStatusEnum,
|
|
3036
|
-
TitleEnum: () => TitleEnum,
|
|
3037
|
-
TypeEnum: () => TypeEnum2,
|
|
3038
|
-
companyBenefitsSchema: () => companyBenefitsSchema,
|
|
3039
|
-
companyCareersSchema: () => companyCareersSchema,
|
|
3040
|
-
companyNdgSchema: () => companyNdgSchema,
|
|
3041
|
-
companyPhilosophySchema: () => companyPhilosophySchema,
|
|
3042
|
-
companySchema: () => companySchema,
|
|
3043
|
-
foundingInformationSchema: () => foundingInformationSchema,
|
|
3044
|
-
industrySchema: () => industrySchema,
|
|
3045
|
-
jobBoardSchema: () => jobBoardSchema,
|
|
3046
|
-
ngdMetadataSchema: () => ngdMetadataSchema,
|
|
3047
|
-
officeSchema: () => officeSchema,
|
|
3048
|
-
personSchema: () => personSchema,
|
|
3049
|
-
socialMediaSchema: () => socialMediaSchema
|
|
3050
|
-
});
|
|
3051
|
-
var import_zod2 = require("zod");
|
|
2911
|
+
// src/types/latest/company_service_latest.ts
|
|
3052
2912
|
var TypeEnum2 = import_zod2.z.enum(["OFFICE"]);
|
|
3053
2913
|
var CategoryEnum = import_zod2.z.enum(["FINANCIAL", "HEALTH", "PROFESSIONAL_DEVELOPMENT", "WORK_LIFE_BALANCE"]);
|
|
3054
2914
|
var TitleEnum = import_zod2.z.enum(["DMD", "JD", "MBA", "MD", "MHA", "MPH", "PT", "PH_D", "RN"]);
|
|
@@ -3119,7 +2979,7 @@ var companyNdgSchema = import_zod2.z.object({
|
|
|
3119
2979
|
version: import_zod2.z.literal("1.0.0").default("1.0.0"),
|
|
3120
2980
|
type: import_zod2.z.string().describe("Document type used for schema"),
|
|
3121
2981
|
companyWow: import_zod2.z.optional(import_zod2.z.string()).describe("What is the wow of this company?"),
|
|
3122
|
-
|
|
2982
|
+
companyNdgTake: import_zod2.z.optional(import_zod2.z.string()).describe("What is the NDG POV on this company?"),
|
|
3123
2983
|
companyBestFit: import_zod2.z.optional(import_zod2.z.array(import_zod2.z.string())),
|
|
3124
2984
|
companyInterests: import_zod2.z.optional(import_zod2.z.array(import_zod2.z.string()))
|
|
3125
2985
|
});
|
|
@@ -3155,7 +3015,7 @@ var companySchema = import_zod2.z.object({
|
|
|
3155
3015
|
brandColor: import_zod2.z.optional(import_zod2.z.string()).describe("The brand color of the company"),
|
|
3156
3016
|
companyCareers: import_zod2.z.optional(companyCareersSchema).describe("Career Specific Information for the company."),
|
|
3157
3017
|
companyPhilosophy: import_zod2.z.optional(companyPhilosophySchema).describe("Company mission,values and how the company achieves its mission."),
|
|
3158
|
-
|
|
3018
|
+
companyNdg: import_zod2.z.optional(companyNdgSchema).describe("Next Degree specific information for the company."),
|
|
3159
3019
|
foundingInfo: import_zod2.z.optional(foundingInformationSchema),
|
|
3160
3020
|
headquartersLocation: import_zod2.z.optional(placeSchema),
|
|
3161
3021
|
employeeEstimate: import_zod2.z.optional(import_zod2.z.string()),
|
|
@@ -3173,22 +3033,7 @@ var officeSchema = import_zod2.z.object({
|
|
|
3173
3033
|
updatedAt: import_zod2.z.optional(import_zod2.z.string())
|
|
3174
3034
|
});
|
|
3175
3035
|
|
|
3176
|
-
// src/types/
|
|
3177
|
-
var job_posting_service_latest_exports = {};
|
|
3178
|
-
__export(job_posting_service_latest_exports, {
|
|
3179
|
-
BestFitEnum: () => BestFitEnum,
|
|
3180
|
-
ClinicalLicenseEnum: () => ClinicalLicenseEnum,
|
|
3181
|
-
ClinicalSettingEnum: () => ClinicalSettingEnum,
|
|
3182
|
-
ClinicalSpecialtyEnum: () => ClinicalSpecialtyEnum,
|
|
3183
|
-
EmploymentLevelEnum: () => EmploymentLevelEnum,
|
|
3184
|
-
EmploymentTypeEnum: () => EmploymentTypeEnum,
|
|
3185
|
-
JobFunctionEnum: () => JobFunctionEnum,
|
|
3186
|
-
JobLocationTypeEnum: () => JobLocationTypeEnum,
|
|
3187
|
-
PublishStatusEnum: () => PublishStatusEnum2,
|
|
3188
|
-
ShiftEnum: () => ShiftEnum,
|
|
3189
|
-
TypeEnum: () => TypeEnum3,
|
|
3190
|
-
jobPostSchema: () => jobPostSchema
|
|
3191
|
-
});
|
|
3036
|
+
// src/types/latest/job_posting_service_latest.ts
|
|
3192
3037
|
var import_zod3 = require("zod");
|
|
3193
3038
|
var TypeEnum3 = import_zod3.z.enum(["JOB_POST"]);
|
|
3194
3039
|
var JobLocationTypeEnum = import_zod3.z.enum(["FLOAT", "HYBRID", "ONSITE", "REMOTE"]);
|
|
@@ -3237,6 +3082,570 @@ var jobPostSchema = import_zod3.z.object({
|
|
|
3237
3082
|
applicantLocationRequirements: import_zod3.z.optional(import_zod3.z.array(placeSchema)).describe("The geographic location(s) in which employees may be located for to be eligible for the job. The job description must clearly state that the applicant may be located in certain geographical location(s). This property is required if applicants may be located in one or more geographic locations and the job is 100% remote."),
|
|
3238
3083
|
hiringOrganization: import_zod3.z.optional(companySchema).describe("The organization that is hiring for the role")
|
|
3239
3084
|
});
|
|
3085
|
+
|
|
3086
|
+
// src/types/latest/custom/company_service_sanity.ts
|
|
3087
|
+
var import_zod5 = require("zod");
|
|
3088
|
+
|
|
3089
|
+
// src/types/latest/custom/custom_sanity_models.ts
|
|
3090
|
+
var import_zod4 = require("zod");
|
|
3091
|
+
var sanityReferenceSchema = import_zod4.z.object({
|
|
3092
|
+
_ref: import_zod4.z.string(),
|
|
3093
|
+
_type: import_zod4.z.string(),
|
|
3094
|
+
_key: import_zod4.z.optional(import_zod4.z.string())
|
|
3095
|
+
});
|
|
3096
|
+
var sanitySlugSchema = import_zod4.z.object({
|
|
3097
|
+
current: import_zod4.z.string(),
|
|
3098
|
+
_type: import_zod4.z.string(),
|
|
3099
|
+
_key: import_zod4.z.optional(import_zod4.z.string())
|
|
3100
|
+
});
|
|
3101
|
+
|
|
3102
|
+
// src/types/latest/custom/company_service_sanity.ts
|
|
3103
|
+
var foundingInformationSchema2 = foundingInformationSchema.extend({
|
|
3104
|
+
_type: import_zod5.z.string().describe("Document type used within sanity").default("companyFounding"),
|
|
3105
|
+
founders: import_zod5.z.optional(import_zod5.z.union([import_zod5.z.array(personSchema), import_zod5.z.array(sanityReferenceSchema)])).nullable(),
|
|
3106
|
+
founderList: import_zod5.z.optional(import_zod5.z.union([import_zod5.z.array(personSchema), import_zod5.z.array(sanityReferenceSchema)])).nullable()
|
|
3107
|
+
}).omit({ type: true }).strict().transform((data) => ({
|
|
3108
|
+
...data,
|
|
3109
|
+
type: data._type,
|
|
3110
|
+
founders: data.founders || data.founderList || void 0
|
|
3111
|
+
})).transform(({ _type, founderList, ...rest }) => rest);
|
|
3112
|
+
var companyNdgSchema2 = companyNdgSchema.extend({
|
|
3113
|
+
_type: import_zod5.z.string().describe("Document type used within sanity").default("companyNDG"),
|
|
3114
|
+
companyNDGTake: import_zod5.z.string().nullable().describe("What is the NDG POV on this company?")
|
|
3115
|
+
}).omit({ type: true }).strict().transform((data) => ({
|
|
3116
|
+
...data,
|
|
3117
|
+
type: data._type,
|
|
3118
|
+
companyNdgTake: data.companyNDGTake
|
|
3119
|
+
})).transform(({ _type, companyNDGTake, ...rest }) => rest);
|
|
3120
|
+
var ngdMetadataSchema2 = ngdMetadataSchema.extend({
|
|
3121
|
+
_type: import_zod5.z.string().describe("Document type used within sanity").default("ndgMetadata")
|
|
3122
|
+
}).omit({ type: true }).transform((data) => ({
|
|
3123
|
+
...data,
|
|
3124
|
+
type: data._type
|
|
3125
|
+
})).transform(({ _type, ...rest }) => rest);
|
|
3126
|
+
var companyPhilosophySchema2 = companyPhilosophySchema.extend({
|
|
3127
|
+
_type: import_zod5.z.string().describe("Document type used within sanity").default("companyPhilosophy")
|
|
3128
|
+
}).omit({ type: true }).strict().transform((data) => ({
|
|
3129
|
+
...data,
|
|
3130
|
+
type: data._type
|
|
3131
|
+
})).transform(({ _type, ...rest }) => rest);
|
|
3132
|
+
var companyCareersSchema2 = companyCareersSchema.extend({
|
|
3133
|
+
_type: import_zod5.z.string().describe("Document type used within sanity").default("companyCareers"),
|
|
3134
|
+
companyBenefits: import_zod5.z.optional(import_zod5.z.array(
|
|
3135
|
+
import_zod5.z.union([companyBenefitsSchema, sanityReferenceSchema])
|
|
3136
|
+
)).nullable().describe("What are the specific benefits of that company. The benefit is generic."),
|
|
3137
|
+
jobBoard: import_zod5.z.union([jobBoardSchema, sanityReferenceSchema]).nullable(),
|
|
3138
|
+
jobBoardSlug: import_zod5.z.optional(import_zod5.z.union([import_zod5.z.array(import_zod5.z.string()), import_zod5.z.array(sanitySlugSchema)]))
|
|
3139
|
+
}).omit({ type: true }).strict().transform((data) => ({
|
|
3140
|
+
...data,
|
|
3141
|
+
type: data._type
|
|
3142
|
+
})).transform(({ _type, ...rest }) => rest);
|
|
3143
|
+
var companySchema2 = companySchema.extend({
|
|
3144
|
+
_id: import_zod5.z.string().describe("The NDG specific id for a job posting in form of ndg-<company_slug>-<unique-job-id>. Serves as unique identifier. Cannot be changed."),
|
|
3145
|
+
_rev: import_zod5.z.string().nullable().describe("Revision number"),
|
|
3146
|
+
_type: import_zod5.z.string().describe("Document type used within sanity").default("company"),
|
|
3147
|
+
_createdAt: import_zod5.z.string().datetime().describe("Time document was created. Autoset by Sanity"),
|
|
3148
|
+
_updatedAt: import_zod5.z.string().datetime().describe("Time document was created. Autoset by Sanity"),
|
|
3149
|
+
companyCareers: companyCareersSchema2.nullable().describe("Career Specific Information for the company."),
|
|
3150
|
+
companyPhilosophy: companyPhilosophySchema2.nullable().describe("Company mission,values and how the company achieves its mission."),
|
|
3151
|
+
companyNDG: companyNdgSchema2.nullable().describe("Next Degree specific information for the company."),
|
|
3152
|
+
foundingInfo: foundingInformationSchema2.nullable(),
|
|
3153
|
+
slug: import_zod5.z.union([import_zod5.z.string(), sanitySlugSchema]).describe("The NDG specific slug for a company."),
|
|
3154
|
+
ndgMetadata: ngdMetadataSchema2.nullable(),
|
|
3155
|
+
logo: import_zod5.z.union([imageSchema, import_zod5.z.record(import_zod5.z.any())]).nullable().describe("The logo of the company"),
|
|
3156
|
+
//Deprecated Models
|
|
3157
|
+
logoImageURL: import_zod5.z.optional(import_zod5.z.string()).describe("The logo of the company"),
|
|
3158
|
+
industryList: import_zod5.z.optional(import_zod5.z.array(sanityReferenceSchema)).describe("The industry of the company")
|
|
3159
|
+
}).omit({ type: true, id: true, createdAt: true, updatedAt: true }).strict().transform((data) => ({
|
|
3160
|
+
...data,
|
|
3161
|
+
type: data._type,
|
|
3162
|
+
id: data._id,
|
|
3163
|
+
createdAt: data._createdAt,
|
|
3164
|
+
updatedAt: data._updatedAt,
|
|
3165
|
+
rev: data._rev
|
|
3166
|
+
})).transform(({ _type, _id, _rev, _createdAt, _updatedAt, ...rest }) => rest);
|
|
3167
|
+
|
|
3168
|
+
// src/types/latest/custom/job_posting_service_sanity.ts
|
|
3169
|
+
var import_zod6 = require("zod");
|
|
3170
|
+
var JobPostTypeEnum = import_zod6.z.enum(["jobPost"]);
|
|
3171
|
+
var MonetaryAmountTypeEnum = import_zod6.z.enum(["monetaryAmount"]);
|
|
3172
|
+
var postalAddressSchema2 = postalAddressSchema.extend({
|
|
3173
|
+
_type: import_zod6.z.string().describe("Document type used within sanity").default("address")
|
|
3174
|
+
}).omit({ type: true }).strict().transform((data) => ({
|
|
3175
|
+
...data,
|
|
3176
|
+
type: data._type
|
|
3177
|
+
})).transform(({ _type, ...rest }) => rest);
|
|
3178
|
+
var quantitativeValueSchema2 = quantitativeValueSchema.extend({
|
|
3179
|
+
_type: import_zod6.z.string().describe("Document type used within sanity").default("quantitativeValue")
|
|
3180
|
+
}).omit({ type: true }).strict().transform((data) => ({
|
|
3181
|
+
...data,
|
|
3182
|
+
type: data._type
|
|
3183
|
+
})).transform(({ _type, ...rest }) => rest);
|
|
3184
|
+
var monetaryAmountSchema2 = monetaryAmountSchema.extend({
|
|
3185
|
+
_type: import_zod6.z.string().describe("Document type used within sanity").default("monetaryAmount"),
|
|
3186
|
+
value: quantitativeValueSchema2.optional().describe("The quantitative_value for a given salary")
|
|
3187
|
+
}).omit({ type: true }).strict().transform((data) => ({
|
|
3188
|
+
...data,
|
|
3189
|
+
type: data._type
|
|
3190
|
+
})).transform(({ _type, ...rest }) => rest);
|
|
3191
|
+
var jobPostSchema2 = jobPostSchema.extend({
|
|
3192
|
+
// Override base fields with Sanity-specific fields
|
|
3193
|
+
_id: import_zod6.z.string().describe("The NDG specific id for a job posting in form of ndg-<company_slug>-<unique-job-id>. Serves as unique identifier. Cannot be changed.").regex(/^ndg-.*-.*$/),
|
|
3194
|
+
_rev: import_zod6.z.string().optional().describe("Revision number"),
|
|
3195
|
+
_type: import_zod6.z.string().describe("Document type used within sanity").default("jobPost"),
|
|
3196
|
+
_createdAt: import_zod6.z.string().datetime().describe("Time document was created. Autoset by Sanity"),
|
|
3197
|
+
_updatedAt: import_zod6.z.string().datetime().describe("Time document was created. Autoset by Sanity"),
|
|
3198
|
+
// Override fields with new schemas
|
|
3199
|
+
estimatedSalary: monetaryAmountSchema2.optional().describe("Determines the estimated salary for a given job posting"),
|
|
3200
|
+
jobLocation: postalAddressSchema2.optional().describe("Determines the primary physical location where the job is to be performed. For remote roles, use applicantLocationRequirements"),
|
|
3201
|
+
// Add Sanity-specific fields
|
|
3202
|
+
ndgMetadata: import_zod6.z.record(import_zod6.z.any()).optional(),
|
|
3203
|
+
ndgID: import_zod6.z.string().optional(),
|
|
3204
|
+
hiringOrganization: import_zod6.z.optional(import_zod6.z.union([sanityReferenceSchema, companySchema])),
|
|
3205
|
+
raw: import_zod6.z.record(import_zod6.z.any()).optional(),
|
|
3206
|
+
isLoaded: import_zod6.z.boolean().default(false),
|
|
3207
|
+
isVerified: import_zod6.z.boolean().default(false),
|
|
3208
|
+
needsReview: import_zod6.z.boolean().default(false),
|
|
3209
|
+
schema_version: import_zod6.z.string().optional(),
|
|
3210
|
+
origin: import_zod6.z.string().optional(),
|
|
3211
|
+
temp: import_zod6.z.record(import_zod6.z.any()).optional(),
|
|
3212
|
+
applicationType: import_zod6.z.string().optional(),
|
|
3213
|
+
// Override clientId to use Sanity naming convention
|
|
3214
|
+
clientID: import_zod6.z.string()
|
|
3215
|
+
}).omit({ type: true, id: true, createdAt: true, updatedAt: true, clientId: true }).transform((data) => ({
|
|
3216
|
+
...data,
|
|
3217
|
+
type: data._type,
|
|
3218
|
+
id: data._id,
|
|
3219
|
+
createdAt: data._createdAt,
|
|
3220
|
+
updatedAt: data._updatedAt,
|
|
3221
|
+
rev: data._rev
|
|
3222
|
+
})).transform(({ _type, _id, _rev, _createdAt, _updatedAt, ...rest }) => rest);
|
|
3223
|
+
|
|
3224
|
+
// src/lib/salaryRange.ts
|
|
3225
|
+
var CurrencyEnum2 = shared_pickle_output_latest_exports.CurrencyEnum;
|
|
3226
|
+
function salaryRange(salary) {
|
|
3227
|
+
if (!salary) return null;
|
|
3228
|
+
let min = salary.minValue;
|
|
3229
|
+
let max = salary.maxValue;
|
|
3230
|
+
let single = salary.singleValue;
|
|
3231
|
+
let value = salary.value;
|
|
3232
|
+
let unitText = "YEAR";
|
|
3233
|
+
const signs = {
|
|
3234
|
+
[CurrencyEnum2.Values.USD]: "$",
|
|
3235
|
+
[CurrencyEnum2.Values.GBP]: "\xA3",
|
|
3236
|
+
[CurrencyEnum2.Values.EUR]: "\u20AC"
|
|
3237
|
+
};
|
|
3238
|
+
const sign = signs[salary.currency ?? CurrencyEnum2.Values.USD];
|
|
3239
|
+
if (value != null && typeof value === "object") {
|
|
3240
|
+
min = value.minValue;
|
|
3241
|
+
max = value.maxValue;
|
|
3242
|
+
single = value.value;
|
|
3243
|
+
unitText = value.unitText;
|
|
3244
|
+
}
|
|
3245
|
+
if (unitText === "YEAR") unitText = "per year";
|
|
3246
|
+
if (unitText === "MONTH") unitText = "per month";
|
|
3247
|
+
if (unitText === "WEEK") unitText = "per week";
|
|
3248
|
+
if (unitText === "DAY") unitText = "per day";
|
|
3249
|
+
if (unitText === "PER_ACTIVITY") unitText = "per activity";
|
|
3250
|
+
if (unitText === "HOUR") unitText = "per hour";
|
|
3251
|
+
if (min == null && max == null && single == null) return null;
|
|
3252
|
+
if (single != null) return sign + single.toLocaleString() + " " + unitText;
|
|
3253
|
+
if (min === max) return sign + min?.toLocaleString() + " " + unitText;
|
|
3254
|
+
if (min != null && max != null)
|
|
3255
|
+
return sign + min?.toLocaleString() + " - " + sign + max?.toLocaleString() + " " + unitText;
|
|
3256
|
+
return null;
|
|
3257
|
+
}
|
|
3258
|
+
|
|
3259
|
+
// src/components/jobPost/JobPost.tsx
|
|
3260
|
+
var import_jsx_runtime39 = require("react/jsx-runtime");
|
|
3261
|
+
function JobPost({
|
|
3262
|
+
job,
|
|
3263
|
+
bannerSrc,
|
|
3264
|
+
avatarSrc,
|
|
3265
|
+
standalone,
|
|
3266
|
+
avatarHref,
|
|
3267
|
+
fallbackHref,
|
|
3268
|
+
backAcceptedRoutes,
|
|
3269
|
+
actions
|
|
3270
|
+
}) {
|
|
3271
|
+
const formattedEmploymentType = useDisplayText("employmentType", job.employmentType);
|
|
3272
|
+
const formattedEmploymentLevel = useDisplayText("employmentLevel", job.employmentLevel);
|
|
3273
|
+
const formattedJobFunction = useDisplayText("jobFunction", job.jobFunction);
|
|
3274
|
+
const formattedLocation = formattedJobLocation(job);
|
|
3275
|
+
const formattedSalary = salaryRange(job.estimatedSalary);
|
|
3276
|
+
const formattedDate = DateFns.formatDistanceToNow(new Date(job.datePosted), {
|
|
3277
|
+
addSuffix: true
|
|
3278
|
+
});
|
|
3279
|
+
const tags = [
|
|
3280
|
+
!!formattedSalary && {
|
|
3281
|
+
icon: "banknote",
|
|
3282
|
+
name: "salary",
|
|
3283
|
+
label: `${formattedSalary} a year`
|
|
3284
|
+
},
|
|
3285
|
+
!!formattedEmploymentType && {
|
|
3286
|
+
icon: "briefcase-business",
|
|
3287
|
+
name: "employmentType",
|
|
3288
|
+
label: formattedEmploymentType
|
|
3289
|
+
},
|
|
3290
|
+
!!formattedEmploymentLevel && {
|
|
3291
|
+
icon: "circle-user",
|
|
3292
|
+
name: "level",
|
|
3293
|
+
label: formattedEmploymentLevel
|
|
3294
|
+
},
|
|
3295
|
+
!!formattedJobFunction && {
|
|
3296
|
+
icon: "briefcase-business",
|
|
3297
|
+
name: "jobFunction",
|
|
3298
|
+
label: formattedJobFunction
|
|
3299
|
+
},
|
|
3300
|
+
!!formattedLocation && {
|
|
3301
|
+
icon: "map-pin",
|
|
3302
|
+
name: "location",
|
|
3303
|
+
label: formattedLocation
|
|
3304
|
+
}
|
|
3305
|
+
].filter((t) => !!t);
|
|
3306
|
+
return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(
|
|
3307
|
+
"div",
|
|
3308
|
+
{
|
|
3309
|
+
className: cn(
|
|
3310
|
+
"flex flex-col gap-10 pb-4",
|
|
3311
|
+
!standalone && "border-1 rounded-3xl border-grey-5"
|
|
3312
|
+
),
|
|
3313
|
+
children: [
|
|
3314
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
3315
|
+
JobHeader,
|
|
3316
|
+
{
|
|
3317
|
+
title: job.title,
|
|
3318
|
+
bannerSrc,
|
|
3319
|
+
avatarName: job.hiringOrganization?.companyName,
|
|
3320
|
+
avatarSrc: job.hiringOrganization?.logo?.asset?.url,
|
|
3321
|
+
subtitles: [job.hiringOrganization?.companyName ?? "", `Posted ${formattedDate}`],
|
|
3322
|
+
actions,
|
|
3323
|
+
standalone,
|
|
3324
|
+
avatarHref,
|
|
3325
|
+
backFallbackHref: fallbackHref,
|
|
3326
|
+
backAcceptedRoutes,
|
|
3327
|
+
tags
|
|
3328
|
+
}
|
|
3329
|
+
),
|
|
3330
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "flex flex-col gap-8 px-6", children: [
|
|
3331
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(JobDescription, { description: job.description }),
|
|
3332
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
3333
|
+
CompanyTake,
|
|
3334
|
+
{
|
|
3335
|
+
avatarSrc,
|
|
3336
|
+
content: job.hiringOrganization?.companyNDG?.companyNDGTake
|
|
3337
|
+
}
|
|
3338
|
+
),
|
|
3339
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
3340
|
+
CompanyInformation,
|
|
3341
|
+
{
|
|
3342
|
+
name: job.hiringOrganization?.companyName ?? "",
|
|
3343
|
+
how: job.hiringOrganization?.companyPhilosophy?.companyHow,
|
|
3344
|
+
mission: job.hiringOrganization?.companyPhilosophy?.companyMission,
|
|
3345
|
+
wow: job.hiringOrganization?.companyNDG?.companyWow,
|
|
3346
|
+
website: job.hiringOrganization?.companyWebsite
|
|
3347
|
+
}
|
|
3348
|
+
),
|
|
3349
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
3350
|
+
CompanyBenefits,
|
|
3351
|
+
{
|
|
3352
|
+
benefits: job.hiringOrganization?.companyCareers?.companyBenefits?.map((b) => b.title).filter((d) => d !== void 0)
|
|
3353
|
+
}
|
|
3354
|
+
)
|
|
3355
|
+
] })
|
|
3356
|
+
]
|
|
3357
|
+
}
|
|
3358
|
+
);
|
|
3359
|
+
}
|
|
3360
|
+
|
|
3361
|
+
// src/types/data/company_service_latest.ts
|
|
3362
|
+
var company_service_latest_exports2 = {};
|
|
3363
|
+
__export(company_service_latest_exports2, {
|
|
3364
|
+
CategoryEnum: () => CategoryEnum2,
|
|
3365
|
+
OfficeTypeEnum: () => OfficeTypeEnum2,
|
|
3366
|
+
PublishStatusEnum: () => PublishStatusEnum3,
|
|
3367
|
+
TitleEnum: () => TitleEnum2,
|
|
3368
|
+
TypeEnum: () => TypeEnum5,
|
|
3369
|
+
companyBenefitsSchema: () => companyBenefitsSchema2,
|
|
3370
|
+
companyCareersSchema: () => companyCareersSchema3,
|
|
3371
|
+
companyNdgSchema: () => companyNdgSchema3,
|
|
3372
|
+
companyPhilosophySchema: () => companyPhilosophySchema3,
|
|
3373
|
+
companySchema: () => companySchema3,
|
|
3374
|
+
foundingInformationSchema: () => foundingInformationSchema3,
|
|
3375
|
+
industrySchema: () => industrySchema2,
|
|
3376
|
+
jobBoardSchema: () => jobBoardSchema2,
|
|
3377
|
+
ngdMetadataSchema: () => ngdMetadataSchema3,
|
|
3378
|
+
officeSchema: () => officeSchema2,
|
|
3379
|
+
personSchema: () => personSchema2,
|
|
3380
|
+
socialMediaSchema: () => socialMediaSchema2
|
|
3381
|
+
});
|
|
3382
|
+
var import_zod8 = require("zod");
|
|
3383
|
+
|
|
3384
|
+
// src/types/data/shared_pickle_output_latest.ts
|
|
3385
|
+
var shared_pickle_output_latest_exports2 = {};
|
|
3386
|
+
__export(shared_pickle_output_latest_exports2, {
|
|
3387
|
+
CurrencyEnum: () => CurrencyEnum3,
|
|
3388
|
+
DetailLevelEnum: () => DetailLevelEnum2,
|
|
3389
|
+
TypeEnum: () => TypeEnum4,
|
|
3390
|
+
UnitTextEnum: () => UnitTextEnum2,
|
|
3391
|
+
imageAssetSchema: () => imageAssetSchema2,
|
|
3392
|
+
imageSchema: () => imageSchema2,
|
|
3393
|
+
monetaryAmountSchema: () => monetaryAmountSchema3,
|
|
3394
|
+
placeSchema: () => placeSchema2,
|
|
3395
|
+
postalAddressSchema: () => postalAddressSchema3,
|
|
3396
|
+
quantitativeValueSchema: () => quantitativeValueSchema3
|
|
3397
|
+
});
|
|
3398
|
+
var import_zod7 = require("zod");
|
|
3399
|
+
var TypeEnum4 = import_zod7.z.enum(["IMAGE"]);
|
|
3400
|
+
var DetailLevelEnum2 = import_zod7.z.enum(["COUNTRY", "GEO", "LOCALITY", "POSTAL_CODE", "REGION"]);
|
|
3401
|
+
var UnitTextEnum2 = import_zod7.z.enum(["DAY", "HOUR", "MONTH", "PER_ACTIVITY", "WEEK", "YEAR"]);
|
|
3402
|
+
var CurrencyEnum3 = import_zod7.z.enum(["EUR", "GBP", "USD"]);
|
|
3403
|
+
var postalAddressSchema3 = import_zod7.z.object({
|
|
3404
|
+
version: import_zod7.z.literal("1.0.0").default("1.0.0"),
|
|
3405
|
+
type: import_zod7.z.string().describe("Document type used for schema"),
|
|
3406
|
+
addressCountry: import_zod7.z.string().describe("The physical country as defined in ISO 3166 Alpha-2"),
|
|
3407
|
+
addressRegion: import_zod7.z.optional(import_zod7.z.string()).describe("The region in which the locality is, and which is in the country."),
|
|
3408
|
+
addressLocality: import_zod7.z.optional(import_zod7.z.string()).describe("The locality in which the street address is, and which is in the region. In the US this would be city."),
|
|
3409
|
+
streetAddress: import_zod7.z.optional(import_zod7.z.string()).describe("The street name of the address within the locality."),
|
|
3410
|
+
streetNumber: import_zod7.z.optional(import_zod7.z.string()).describe("The house of building number within the street."),
|
|
3411
|
+
postalCode: import_zod7.z.optional(import_zod7.z.string()).describe("The postal code"),
|
|
3412
|
+
description: import_zod7.z.optional(import_zod7.z.string()).describe("A descriptive string containing the full address.")
|
|
3413
|
+
});
|
|
3414
|
+
var placeSchema2 = import_zod7.z.object({
|
|
3415
|
+
version: import_zod7.z.literal("1.0.0").default("1.0.0"),
|
|
3416
|
+
detailLevel: import_zod7.z.optional(DetailLevelEnum2),
|
|
3417
|
+
latitude: import_zod7.z.optional(import_zod7.z.number()).describe("The latitude of a location."),
|
|
3418
|
+
longitude: import_zod7.z.optional(import_zod7.z.number()).describe("The longitude of a location."),
|
|
3419
|
+
address: import_zod7.z.optional(postalAddressSchema3).describe("The physical place of the location")
|
|
3420
|
+
});
|
|
3421
|
+
var quantitativeValueSchema3 = import_zod7.z.object({
|
|
3422
|
+
version: import_zod7.z.literal("1.0.0").default("1.0.0"),
|
|
3423
|
+
type: import_zod7.z.string().describe("Document type used for schema"),
|
|
3424
|
+
value: import_zod7.z.optional(import_zod7.z.number()).describe("The single value for some quantity e.g 5000, if a range is needed use minValue and maxValue. Typically used for a single salary."),
|
|
3425
|
+
minValue: import_zod7.z.optional(import_zod7.z.number()).describe("The single minium value in a range for a quantitative_value, requires a maximum value."),
|
|
3426
|
+
maxValue: import_zod7.z.optional(import_zod7.z.number()).describe("The maximum value in a range for a quantitative_value, requires a minimum value."),
|
|
3427
|
+
unitText: UnitTextEnum2
|
|
3428
|
+
});
|
|
3429
|
+
var monetaryAmountSchema3 = import_zod7.z.object({
|
|
3430
|
+
version: import_zod7.z.literal("1.0.0").default("1.0.0"),
|
|
3431
|
+
type: import_zod7.z.string().describe("Document type used for schema"),
|
|
3432
|
+
singleValue: import_zod7.z.optional(import_zod7.z.number()).describe("The annualized single value for some quantity e.g 5000, if a range is needed use minValue and maxValue. Deprecated - use value.value instead."),
|
|
3433
|
+
minValue: import_zod7.z.optional(import_zod7.z.number()).describe("The annualized single minium value in a range for a quantitative_value. Deprecated use value.minValue"),
|
|
3434
|
+
maxValue: import_zod7.z.optional(import_zod7.z.number()).describe("The annualized maximum value in a range for a quantitative_value. Deprecated use value.maxValue"),
|
|
3435
|
+
value: import_zod7.z.optional(quantitativeValueSchema3).describe("The quantitative_value for a given salary"),
|
|
3436
|
+
currency: import_zod7.z.optional(CurrencyEnum3)
|
|
3437
|
+
});
|
|
3438
|
+
var imageAssetSchema2 = import_zod7.z.object({
|
|
3439
|
+
version: import_zod7.z.literal("1.0.0").default("1.0.0"),
|
|
3440
|
+
altText: import_zod7.z.optional(import_zod7.z.string()).describe("The alt text for the image"),
|
|
3441
|
+
assetId: import_zod7.z.optional(import_zod7.z.string()).describe("The asset ID for the image"),
|
|
3442
|
+
description: import_zod7.z.optional(import_zod7.z.string()).describe("The description for the image"),
|
|
3443
|
+
extension: import_zod7.z.optional(import_zod7.z.string()).describe("The extension for the image"),
|
|
3444
|
+
label: import_zod7.z.optional(import_zod7.z.string()).describe("The label for the image"),
|
|
3445
|
+
mimeType: import_zod7.z.optional(import_zod7.z.string()).describe("The mime type for the image"),
|
|
3446
|
+
originalFilename: import_zod7.z.optional(import_zod7.z.string()).describe("The original filename for the image"),
|
|
3447
|
+
path: import_zod7.z.optional(import_zod7.z.string()).describe("The path for the image"),
|
|
3448
|
+
sha1Hash: import_zod7.z.optional(import_zod7.z.string()).describe("The SHA1 hash for the image"),
|
|
3449
|
+
size: import_zod7.z.optional(import_zod7.z.number()).describe("The size for the image"),
|
|
3450
|
+
title: import_zod7.z.optional(import_zod7.z.string()).describe("The title for the image"),
|
|
3451
|
+
uploadId: import_zod7.z.optional(import_zod7.z.string()).describe("The upload ID for the image"),
|
|
3452
|
+
url: import_zod7.z.optional(import_zod7.z.string()).describe("The URL for the image")
|
|
3453
|
+
});
|
|
3454
|
+
var imageSchema2 = import_zod7.z.object({
|
|
3455
|
+
version: import_zod7.z.literal("1.0.0").default("1.0.0"),
|
|
3456
|
+
type: import_zod7.z.string().describe("Document type used for schema"),
|
|
3457
|
+
asset: import_zod7.z.optional(imageAssetSchema2).describe("The asset for the image")
|
|
3458
|
+
});
|
|
3459
|
+
|
|
3460
|
+
// src/types/data/company_service_latest.ts
|
|
3461
|
+
var TypeEnum5 = import_zod8.z.enum(["OFFICE"]);
|
|
3462
|
+
var CategoryEnum2 = import_zod8.z.enum(["FINANCIAL", "HEALTH", "PROFESSIONAL_DEVELOPMENT", "WORK_LIFE_BALANCE"]);
|
|
3463
|
+
var TitleEnum2 = import_zod8.z.enum(["DMD", "JD", "MBA", "MD", "MHA", "MPH", "PT", "PH_D", "RN"]);
|
|
3464
|
+
var PublishStatusEnum3 = import_zod8.z.enum(["DRAFT", "IN_REVIEW", "PUBLISHED", "REMOVED"]);
|
|
3465
|
+
var OfficeTypeEnum2 = import_zod8.z.enum(["BRANCH", "HEADQUARTERS", "SATELLITE"]);
|
|
3466
|
+
var socialMediaSchema2 = import_zod8.z.object({
|
|
3467
|
+
version: import_zod8.z.literal("1.0.0").default("1.0.0"),
|
|
3468
|
+
url: import_zod8.z.string().describe("The link to the social media platform"),
|
|
3469
|
+
type: import_zod8.z.string().describe("The type of social media link")
|
|
3470
|
+
});
|
|
3471
|
+
var companyBenefitsSchema2 = import_zod8.z.object({
|
|
3472
|
+
version: import_zod8.z.literal("1.0.0").default("1.0.0"),
|
|
3473
|
+
type: import_zod8.z.string().describe("Document type used for schema"),
|
|
3474
|
+
title: import_zod8.z.string(),
|
|
3475
|
+
description: import_zod8.z.optional(import_zod8.z.string()),
|
|
3476
|
+
category: CategoryEnum2
|
|
3477
|
+
});
|
|
3478
|
+
var industrySchema2 = import_zod8.z.lazy(() => import_zod8.z.object({
|
|
3479
|
+
version: import_zod8.z.literal("1.0.0").default("1.0.0"),
|
|
3480
|
+
type: import_zod8.z.string().describe("Document type used for schema"),
|
|
3481
|
+
name: import_zod8.z.string(),
|
|
3482
|
+
description: import_zod8.z.optional(import_zod8.z.string()).describe("A brief description of the industry"),
|
|
3483
|
+
onetIndustryId: import_zod8.z.optional(import_zod8.z.string()).describe("ONET industry ID"),
|
|
3484
|
+
parent: import_zod8.z.optional(industrySchema2)
|
|
3485
|
+
}));
|
|
3486
|
+
var jobBoardSchema2 = import_zod8.z.object({
|
|
3487
|
+
version: import_zod8.z.literal("1.0.0").default("1.0.0"),
|
|
3488
|
+
type: import_zod8.z.string().describe("Document type used for schema"),
|
|
3489
|
+
name: import_zod8.z.string().describe("The name of the job board"),
|
|
3490
|
+
description: import_zod8.z.string().describe("A brief description of the job board"),
|
|
3491
|
+
logo: import_zod8.z.optional(imageSchema2).describe("The logo of the job board"),
|
|
3492
|
+
baseUrl: import_zod8.z.optional(import_zod8.z.string()).describe("The base URL of the job board")
|
|
3493
|
+
});
|
|
3494
|
+
var personSchema2 = import_zod8.z.object({
|
|
3495
|
+
version: import_zod8.z.literal("1.0.0").default("1.0.0"),
|
|
3496
|
+
type: import_zod8.z.string().describe("Document type used for schema"),
|
|
3497
|
+
firstName: import_zod8.z.string().describe("The first name of the person"),
|
|
3498
|
+
lastName: import_zod8.z.string().describe("The last name of the person"),
|
|
3499
|
+
title: import_zod8.z.optional(import_zod8.z.array(import_zod8.z.string())).describe("The titles of the degree of the person"),
|
|
3500
|
+
slug: import_zod8.z.string().describe("person slug - should be familyname-givenname-title(s)"),
|
|
3501
|
+
jobTitle: import_zod8.z.optional(import_zod8.z.string()).describe("The job title of the person"),
|
|
3502
|
+
isDoctor: import_zod8.z.optional(import_zod8.z.boolean()).describe("Is the person a doctor"),
|
|
3503
|
+
isMedical: import_zod8.z.optional(import_zod8.z.boolean()).describe("Are they of a medical background?"),
|
|
3504
|
+
isScientist: import_zod8.z.optional(import_zod8.z.boolean()).describe("Are they a scientist?"),
|
|
3505
|
+
image: import_zod8.z.optional(imageSchema2).describe("The image of the person"),
|
|
3506
|
+
email: import_zod8.z.optional(import_zod8.z.string()).describe("The email of the person"),
|
|
3507
|
+
socialMedia: import_zod8.z.optional(import_zod8.z.array(socialMediaSchema2)).describe("The social media links of the person"),
|
|
3508
|
+
telephone: import_zod8.z.optional(import_zod8.z.string()).describe("The telephone number of the person"),
|
|
3509
|
+
url: import_zod8.z.optional(import_zod8.z.string()).describe("The URL of the person"),
|
|
3510
|
+
address: import_zod8.z.optional(placeSchema2).describe("The address of the person")
|
|
3511
|
+
});
|
|
3512
|
+
var companyCareersSchema3 = import_zod8.z.object({
|
|
3513
|
+
version: import_zod8.z.literal("1.0.0").default("1.0.0"),
|
|
3514
|
+
type: import_zod8.z.string().describe("Document type used for schema"),
|
|
3515
|
+
careersUrl: import_zod8.z.string().describe("The URL of the company careers page"),
|
|
3516
|
+
jobBoard: import_zod8.z.optional(jobBoardSchema2),
|
|
3517
|
+
jobBoardSlug: import_zod8.z.optional(import_zod8.z.array(import_zod8.z.string())),
|
|
3518
|
+
companyBenefits: import_zod8.z.optional(import_zod8.z.array(companyBenefitsSchema2)).describe("What are the specific benefits of that company. The benefit is generic.")
|
|
3519
|
+
});
|
|
3520
|
+
var companyPhilosophySchema3 = import_zod8.z.object({
|
|
3521
|
+
version: import_zod8.z.literal("1.0.0").default("1.0.0"),
|
|
3522
|
+
type: import_zod8.z.string().describe("Document type used for schema"),
|
|
3523
|
+
companyMission: import_zod8.z.optional(import_zod8.z.string()).describe("The mission statement of the company."),
|
|
3524
|
+
companyHow: import_zod8.z.optional(import_zod8.z.string()).describe("How does the company achieve its mission"),
|
|
3525
|
+
companyCulture: import_zod8.z.optional(import_zod8.z.array(import_zod8.z.string())).describe("What are some of the culture aspects of this company?")
|
|
3526
|
+
});
|
|
3527
|
+
var companyNdgSchema3 = import_zod8.z.object({
|
|
3528
|
+
version: import_zod8.z.literal("1.0.0").default("1.0.0"),
|
|
3529
|
+
type: import_zod8.z.string().describe("Document type used for schema"),
|
|
3530
|
+
companyWow: import_zod8.z.optional(import_zod8.z.string()).describe("What is the wow of this company?"),
|
|
3531
|
+
companyNDGTake: import_zod8.z.optional(import_zod8.z.string()).describe("What is the NDG POV on this company?"),
|
|
3532
|
+
companyBestFit: import_zod8.z.optional(import_zod8.z.array(import_zod8.z.string())),
|
|
3533
|
+
companyInterests: import_zod8.z.optional(import_zod8.z.array(import_zod8.z.string()))
|
|
3534
|
+
});
|
|
3535
|
+
var foundingInformationSchema3 = import_zod8.z.object({
|
|
3536
|
+
version: import_zod8.z.literal("1.0.0").default("1.0.0"),
|
|
3537
|
+
type: import_zod8.z.string().describe("Document type used for schema"),
|
|
3538
|
+
foundedDate: import_zod8.z.optional(import_zod8.z.string()),
|
|
3539
|
+
foundedCountry: import_zod8.z.optional(import_zod8.z.string()),
|
|
3540
|
+
foundedCity: import_zod8.z.optional(import_zod8.z.string()),
|
|
3541
|
+
founders: import_zod8.z.optional(import_zod8.z.array(personSchema2))
|
|
3542
|
+
});
|
|
3543
|
+
var ngdMetadataSchema3 = import_zod8.z.object({
|
|
3544
|
+
version: import_zod8.z.literal("1.0.0").default("1.0.0"),
|
|
3545
|
+
type: import_zod8.z.string().describe("Document type used for schema"),
|
|
3546
|
+
lastScraped: import_zod8.z.optional(import_zod8.z.string()).describe("Date the last entity was scraped, if applicable"),
|
|
3547
|
+
scraperVersion: import_zod8.z.optional(import_zod8.z.string()),
|
|
3548
|
+
postProcessorVersion: import_zod8.z.optional(import_zod8.z.string()),
|
|
3549
|
+
uniqueRunId: import_zod8.z.optional(import_zod8.z.string()),
|
|
3550
|
+
postProcessorUniqueRunId: import_zod8.z.optional(import_zod8.z.string()),
|
|
3551
|
+
isScrapeManaged: import_zod8.z.optional(import_zod8.z.boolean()).default(true)
|
|
3552
|
+
});
|
|
3553
|
+
var companySchema3 = import_zod8.z.object({
|
|
3554
|
+
version: import_zod8.z.literal("1.0.0").default("1.0.0"),
|
|
3555
|
+
id: import_zod8.z.string().describe("The NDG specific id for a company. Cannot be changed."),
|
|
3556
|
+
createdAt: import_zod8.z.string().datetime().describe("Time document was created. Autoset by Sanity"),
|
|
3557
|
+
updatedAt: import_zod8.z.string().datetime().describe("Time document was created. Autoset by Sanity"),
|
|
3558
|
+
companyName: import_zod8.z.string().describe("The name of the company"),
|
|
3559
|
+
slug: import_zod8.z.string().describe("The NDG specific slug for a company."),
|
|
3560
|
+
type: import_zod8.z.string().describe("Document type used for schema"),
|
|
3561
|
+
logo: import_zod8.z.optional(imageSchema2).describe("The logo of the company"),
|
|
3562
|
+
companyWebsite: import_zod8.z.optional(import_zod8.z.string()).describe("The website of the company"),
|
|
3563
|
+
socialMedia: import_zod8.z.optional(import_zod8.z.array(socialMediaSchema2)).describe("The social media links of the company"),
|
|
3564
|
+
brandColor: import_zod8.z.optional(import_zod8.z.string()).describe("The brand color of the company"),
|
|
3565
|
+
companyCareers: import_zod8.z.optional(companyCareersSchema3).describe("Career Specific Information for the company."),
|
|
3566
|
+
companyPhilosophy: import_zod8.z.optional(companyPhilosophySchema3).describe("Company mission,values and how the company achieves its mission."),
|
|
3567
|
+
companyNDG: import_zod8.z.optional(companyNdgSchema3).describe("Next Degree specific information for the company."),
|
|
3568
|
+
foundingInfo: import_zod8.z.optional(foundingInformationSchema3),
|
|
3569
|
+
headquartersLocation: import_zod8.z.optional(placeSchema2),
|
|
3570
|
+
employeeEstimate: import_zod8.z.optional(import_zod8.z.string()),
|
|
3571
|
+
publishStatus: import_zod8.z.optional(import_zod8.z.string()),
|
|
3572
|
+
ngdMetadata: import_zod8.z.optional(ngdMetadataSchema3)
|
|
3573
|
+
});
|
|
3574
|
+
var officeSchema2 = import_zod8.z.object({
|
|
3575
|
+
version: import_zod8.z.literal("1.0.0").default("1.0.0"),
|
|
3576
|
+
type: import_zod8.z.string().describe("Document type used for schema"),
|
|
3577
|
+
name: import_zod8.z.string().describe("Name or nickname for the office (e.g., 'NYC HQ', 'West Coast Branch')"),
|
|
3578
|
+
officeType: OfficeTypeEnum2,
|
|
3579
|
+
companyId: import_zod8.z.optional(companySchema3),
|
|
3580
|
+
geoLocation: import_zod8.z.optional(placeSchema2).describe("Geographical location details: coordinates + postal address"),
|
|
3581
|
+
createdAt: import_zod8.z.optional(import_zod8.z.string()),
|
|
3582
|
+
updatedAt: import_zod8.z.optional(import_zod8.z.string())
|
|
3583
|
+
});
|
|
3584
|
+
|
|
3585
|
+
// src/types/data/job_posting_service_latest.ts
|
|
3586
|
+
var job_posting_service_latest_exports2 = {};
|
|
3587
|
+
__export(job_posting_service_latest_exports2, {
|
|
3588
|
+
BestFitEnum: () => BestFitEnum2,
|
|
3589
|
+
ClinicalLicenseEnum: () => ClinicalLicenseEnum2,
|
|
3590
|
+
ClinicalSettingEnum: () => ClinicalSettingEnum2,
|
|
3591
|
+
ClinicalSpecialtyEnum: () => ClinicalSpecialtyEnum2,
|
|
3592
|
+
EmploymentLevelEnum: () => EmploymentLevelEnum2,
|
|
3593
|
+
EmploymentTypeEnum: () => EmploymentTypeEnum2,
|
|
3594
|
+
JobFunctionEnum: () => JobFunctionEnum2,
|
|
3595
|
+
JobLocationTypeEnum: () => JobLocationTypeEnum2,
|
|
3596
|
+
PublishStatusEnum: () => PublishStatusEnum4,
|
|
3597
|
+
ShiftEnum: () => ShiftEnum2,
|
|
3598
|
+
TypeEnum: () => TypeEnum6,
|
|
3599
|
+
jobPostSchema: () => jobPostSchema3
|
|
3600
|
+
});
|
|
3601
|
+
var import_zod9 = require("zod");
|
|
3602
|
+
var TypeEnum6 = import_zod9.z.enum(["JOB_POST"]);
|
|
3603
|
+
var JobLocationTypeEnum2 = import_zod9.z.enum(["FLOAT", "HYBRID", "ONSITE", "REMOTE"]);
|
|
3604
|
+
var EmploymentTypeEnum2 = import_zod9.z.enum(["CONTRACT", "FULL_TIME", "INTERNSHIP", "OTHER", "PART_TIME", "PER_DIEM", "TEMPORARY"]);
|
|
3605
|
+
var EmploymentLevelEnum2 = import_zod9.z.enum(["DIRECTOR", "ENTRY_LEVEL", "EXECUTIVE", "EXPERIENCED", "INTERN", "MANAGER"]);
|
|
3606
|
+
var JobFunctionEnum2 = import_zod9.z.enum(["CLINICAL_RESEARCH", "CUSTOMER_SUCCESS", "DATA_ANALYTICS", "FINANCE_AND_AUDIT", "MARKETING", "OPERATIONS", "PEOPLE_HUMAN_RESOURCES", "PRODUCT_AND_TECH", "QUALITY_ASSURANCE_AND_OUTCOMES", "SALES_AND_BUSINESS_DEVELOPMENT", "STRATEGY_AND_CONSULTING"]);
|
|
3607
|
+
var PublishStatusEnum4 = import_zod9.z.enum(["DRAFT", "IN_REVIEW", "PUBLISHED", "REMOVED"]);
|
|
3608
|
+
var BestFitEnum2 = import_zod9.z.enum(["DENTIST", "DIETICIAN", "DOULA", "MEDICAL_ASSISTANT", "MIDWIFE", "NURSE", "OCCUPATIONAL_THERAPIST", "PHARMACIST", "PHYSICAL_THERAPIST", "PHYSICIAN", "PHYSICIAN_ASSISTANT", "PSYCHOLOGIST", "RADIOLOGIST", "SOCIAL_WORKER", "SPEECH_LANGUAGE_PATHOLOGIST", "SURGEON"]);
|
|
3609
|
+
var ClinicalLicenseEnum2 = import_zod9.z.enum(["CNA", "CNM", "CNS", "COTA", "CRNA", "LPN", "LVN", "NP", "OT", "PT", "PTA", "RN"]);
|
|
3610
|
+
var ShiftEnum2 = import_zod9.z.enum(["DAY", "EIGHT_HOUR", "EVENING", "FLEXIBLE", "MID_SHIFT", "MONDAY_TO_FRIDAY", "NIGHT", "ON_CALL", "TEN_HOUR", "TWELVE_HOUR", "WEEKENDS"]);
|
|
3611
|
+
var ClinicalSettingEnum2 = import_zod9.z.enum(["ACUTE_CARE", "AMBULATORY_SURGERY_CENTER", "CLINIC", "HOME_HEALTH", "HOSPITAL", "INPATIENT", "LONG_TERM_CARE", "MED_SPA", "NURSING_HOME", "OFFICE", "OUTPATIENT", "PRIVATE_PRACTICE", "REHAB_CENTER", "SCHOOL", "SKILLED_NURSING_FACILITY"]);
|
|
3612
|
+
var ClinicalSpecialtyEnum2 = import_zod9.z.enum(["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"]);
|
|
3613
|
+
var jobPostSchema3 = import_zod9.z.object({
|
|
3614
|
+
version: import_zod9.z.literal("1.0.0").default("1.0.0"),
|
|
3615
|
+
id: import_zod9.z.string().describe("The NDG specific id for a job posting in form of ndg-<company_slug>-<unique-job-id>. Serves as unique identifier. Cannot be changed."),
|
|
3616
|
+
type: import_zod9.z.string().describe("Document type used for schema"),
|
|
3617
|
+
createdAt: import_zod9.z.string().datetime().describe("Time document was created. Autoset by Sanity"),
|
|
3618
|
+
updatedAt: import_zod9.z.string().datetime().describe("Time document was created. Autoset by Sanity"),
|
|
3619
|
+
dateAdded: import_zod9.z.optional(import_zod9.z.string().datetime()).describe("The date the job was added to the platform"),
|
|
3620
|
+
datePosted: import_zod9.z.optional(import_zod9.z.string().datetime()).describe("The date the job was published for public viewing"),
|
|
3621
|
+
dateRemoved: import_zod9.z.optional(import_zod9.z.string().datetime()).describe("The date the job was removed from public viewing"),
|
|
3622
|
+
validThrough: import_zod9.z.optional(import_zod9.z.string().datetime()).describe("The date the job posting is valid through. After this date it will be removed from public viewing"),
|
|
3623
|
+
vacancyCount: import_zod9.z.optional(import_zod9.z.number().int()).describe("The number of vacancies for a given job posting"),
|
|
3624
|
+
clientId: import_zod9.z.string().describe("The ID assigned by the client to a job - normally the same as the GH / Lever / Ashby ID or internal ID"),
|
|
3625
|
+
url: import_zod9.z.string().describe("The URL of the job to be displayed for users to apply with. Direct job link."),
|
|
3626
|
+
title: import_zod9.z.string().describe("The title of the job post"),
|
|
3627
|
+
description: import_zod9.z.string().describe("The description of the job post saved as markdown. Used for rendering the job description."),
|
|
3628
|
+
richTextDescription: import_zod9.z.optional(import_zod9.z.string()).describe("The description of the job post saved as rich text"),
|
|
3629
|
+
isClinical: import_zod9.z.boolean().default(false).describe("Denotes if a job posting is clinical in nature or not. A role is clinical if it requires direct clinical patient care."),
|
|
3630
|
+
isRemote: import_zod9.z.boolean().default(false).describe("Denotes if a job posting is remote in nature. For a posting to be 'remote' it must be 100% remote (e.g hybrid roles would denote this to false)."),
|
|
3631
|
+
isVerified: import_zod9.z.boolean().default(false).describe("Denotes if a job posting has been manually verified - and thus ALL fields can be considered accurate. Can be used for DS training."),
|
|
3632
|
+
isDirectApply: import_zod9.z.boolean().default(false).describe("Denotes if a job posting url is direct apply. To be direct apply a user must be able to apply to the role without logging in and under 2 clicks."),
|
|
3633
|
+
jobLocationType: import_zod9.z.optional(import_zod9.z.array(JobLocationTypeEnum2)),
|
|
3634
|
+
employmentType: import_zod9.z.optional(import_zod9.z.array(EmploymentTypeEnum2)),
|
|
3635
|
+
employmentLevel: import_zod9.z.optional(EmploymentLevelEnum2),
|
|
3636
|
+
jobFunction: import_zod9.z.optional(JobFunctionEnum2),
|
|
3637
|
+
publishStatus: PublishStatusEnum4,
|
|
3638
|
+
bestFit: import_zod9.z.optional(import_zod9.z.array(BestFitEnum2)),
|
|
3639
|
+
clinicalLicense: import_zod9.z.optional(import_zod9.z.array(ClinicalLicenseEnum2)),
|
|
3640
|
+
shift: import_zod9.z.optional(import_zod9.z.array(ShiftEnum2)),
|
|
3641
|
+
clinicalSetting: import_zod9.z.optional(import_zod9.z.array(ClinicalSettingEnum2)),
|
|
3642
|
+
clinicalSpecialty: import_zod9.z.optional(import_zod9.z.array(ClinicalSpecialtyEnum2)),
|
|
3643
|
+
estimatedSalary: import_zod9.z.optional(monetaryAmountSchema3).describe("Determines the estimated salary for a given job posting"),
|
|
3644
|
+
jobLocation: import_zod9.z.optional(postalAddressSchema3).describe("Determines the primary physical location where the job is to be performed. For remote roles, use applicantLocationRequirements"),
|
|
3645
|
+
applicableOffices: import_zod9.z.optional(import_zod9.z.array(officeSchema2)).describe("The physical location(s) in which employees may be located for to be eligible for the job. Used in conjunction with job_location_type."),
|
|
3646
|
+
applicantLocationRequirements: import_zod9.z.optional(import_zod9.z.array(placeSchema2)).describe("The geographic location(s) in which employees may be located for to be eligible for the job. The job description must clearly state that the applicant may be located in certain geographical location(s). This property is required if applicants may be located in one or more geographic locations and the job is 100% remote."),
|
|
3647
|
+
hiringOrganization: import_zod9.z.optional(companySchema3).describe("The organization that is hiring for the role")
|
|
3648
|
+
});
|
|
3240
3649
|
// Annotate the CommonJS export names for ESM import in node:
|
|
3241
3650
|
0 && (module.exports = {
|
|
3242
3651
|
Avatar,
|