@next-degree/pickle-shared-js 0.6.48 → 0.7.51
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_latest-DFxfjA2x.d.cts +4369 -0
- package/dist/company_service_latest-DFxfjA2x.d.ts +4369 -0
- package/dist/company_service_sanity--Aw-Y3Us.d.cts +7611 -0
- package/dist/company_service_sanity-B5FBDl-4.d.ts +7611 -0
- package/dist/components/buttons/BackButton.cjs +5 -1
- package/dist/components/buttons/BackButton.cjs.map +1 -1
- package/dist/components/buttons/BackButton.js +5 -1
- package/dist/components/buttons/BackButton.js.map +1 -1
- package/dist/components/company/CompanyTake.cjs +4 -2
- package/dist/components/company/CompanyTake.cjs.map +1 -1
- package/dist/components/company/CompanyTake.js +4 -2
- package/dist/components/company/CompanyTake.js.map +1 -1
- package/dist/components/jobPost/JobDescription.cjs +18 -7
- package/dist/components/jobPost/JobDescription.cjs.map +1 -1
- package/dist/components/jobPost/JobDescription.js +18 -7
- package/dist/components/jobPost/JobDescription.js.map +1 -1
- package/dist/components/jobPost/JobHeader.cjs +43 -37
- package/dist/components/jobPost/JobHeader.cjs.map +1 -1
- package/dist/components/jobPost/JobHeader.js +42 -36
- package/dist/components/jobPost/JobHeader.js.map +1 -1
- package/dist/components/jobPost/JobPost.cjs +105 -90
- 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 +105 -90
- package/dist/components/jobPost/JobPost.js.map +1 -1
- package/dist/components/primitives/avatar.cjs.map +1 -1
- package/dist/components/primitives/avatar.js.map +1 -1
- package/dist/components/primitives/command.cjs +6 -4
- package/dist/components/primitives/command.cjs.map +1 -1
- package/dist/components/primitives/command.d.cts +7 -7
- package/dist/components/primitives/command.d.ts +7 -7
- package/dist/components/primitives/command.js +6 -4
- package/dist/components/primitives/command.js.map +1 -1
- package/dist/components/primitives/dialog.cjs +4 -4
- package/dist/components/primitives/dialog.cjs.map +1 -1
- package/dist/components/primitives/dialog.js +6 -4
- package/dist/components/primitives/dialog.js.map +1 -1
- package/dist/components/primitives/input-otp.cjs +2 -2
- package/dist/components/primitives/input-otp.cjs.map +1 -1
- package/dist/components/primitives/input-otp.js +2 -2
- package/dist/components/primitives/input-otp.js.map +1 -1
- package/dist/components/primitives/popover.cjs +1 -1
- package/dist/components/primitives/popover.cjs.map +1 -1
- package/dist/components/primitives/popover.d.cts +1 -1
- package/dist/components/primitives/popover.d.ts +1 -1
- package/dist/components/primitives/popover.js +1 -1
- package/dist/components/primitives/popover.js.map +1 -1
- package/dist/components/primitives/separator.cjs.map +1 -1
- package/dist/components/primitives/separator.js.map +1 -1
- package/dist/components/primitives/tooltip.cjs.map +1 -1
- package/dist/components/primitives/tooltip.js.map +1 -1
- package/dist/components/ui/Avatar.cjs +2 -2
- package/dist/components/ui/Avatar.cjs.map +1 -1
- package/dist/components/ui/Avatar.js +4 -2
- package/dist/components/ui/Avatar.js.map +1 -1
- package/dist/components/ui/Badge.cjs.map +1 -1
- package/dist/components/ui/Badge.js.map +1 -1
- package/dist/components/ui/Button.cjs +3 -3
- package/dist/components/ui/Button.cjs.map +1 -1
- package/dist/components/ui/Button.d.cts +33 -0
- package/dist/components/ui/Button.d.ts +33 -0
- package/dist/components/ui/Button.js +5 -3
- package/dist/components/ui/Button.js.map +1 -1
- package/dist/components/ui/Checkbox.cjs.map +1 -1
- package/dist/components/ui/Checkbox.js.map +1 -1
- package/dist/components/ui/Combobox.cjs +111 -103
- package/dist/components/ui/Combobox.cjs.map +1 -1
- package/dist/components/ui/Combobox.d.cts +1 -1
- package/dist/components/ui/Combobox.d.ts +1 -1
- package/dist/components/ui/Combobox.js +108 -100
- package/dist/components/ui/Combobox.js.map +1 -1
- package/dist/components/ui/Counter.cjs +3 -1
- package/dist/components/ui/Counter.cjs.map +1 -1
- package/dist/components/ui/Counter.js +3 -1
- package/dist/components/ui/Counter.js.map +1 -1
- package/dist/components/ui/DatePicker.cjs +318 -0
- package/dist/components/ui/DatePicker.cjs.map +1 -0
- package/dist/components/ui/DatePicker.d.cts +16 -0
- package/dist/components/ui/DatePicker.d.ts +16 -0
- package/dist/components/ui/DatePicker.js +284 -0
- package/dist/components/ui/DatePicker.js.map +1 -0
- package/dist/components/ui/ErrorMessage.cjs.map +1 -1
- package/dist/components/ui/ErrorMessage.js.map +1 -1
- package/dist/components/ui/Icon.cjs.map +1 -1
- package/dist/components/ui/Icon.js.map +1 -1
- package/dist/components/ui/Input.cjs +3 -1
- package/dist/components/ui/Input.cjs.map +1 -1
- package/dist/components/ui/Input.d.cts +29 -0
- package/dist/components/ui/Input.d.ts +29 -0
- package/dist/components/ui/Input.js +3 -1
- package/dist/components/ui/Input.js.map +1 -1
- package/dist/components/ui/InputOtp.cjs +62 -58
- package/dist/components/ui/InputOtp.cjs.map +1 -1
- package/dist/components/ui/InputOtp.js +62 -58
- package/dist/components/ui/InputOtp.js.map +1 -1
- package/dist/components/ui/Label.cjs +5 -3
- package/dist/components/ui/Label.cjs.map +1 -1
- package/dist/components/ui/Label.js +7 -3
- package/dist/components/ui/Label.js.map +1 -1
- package/dist/components/ui/ListItem.cjs +7 -7
- package/dist/components/ui/ListItem.cjs.map +1 -1
- package/dist/components/ui/ListItem.js +10 -8
- package/dist/components/ui/ListItem.js.map +1 -1
- package/dist/components/ui/MapComponent.cjs.map +1 -1
- package/dist/components/ui/MapComponent.js +1 -1
- package/dist/components/ui/MapComponent.js.map +1 -1
- package/dist/components/ui/PlacesQueryInput.cjs +21 -13
- package/dist/components/ui/PlacesQueryInput.cjs.map +1 -1
- package/dist/components/ui/PlacesQueryInput.js +23 -13
- package/dist/components/ui/PlacesQueryInput.js.map +1 -1
- package/dist/components/ui/ReadMore.cjs +18 -7
- package/dist/components/ui/ReadMore.cjs.map +1 -1
- package/dist/components/ui/ReadMore.js +18 -7
- package/dist/components/ui/ReadMore.js.map +1 -1
- package/dist/components/ui/Select.cjs +68 -70
- package/dist/components/ui/Select.cjs.map +1 -1
- package/dist/components/ui/Select.js +66 -68
- package/dist/components/ui/Select.js.map +1 -1
- package/dist/components/ui/StepTabs.cjs +92 -0
- package/dist/components/ui/StepTabs.cjs.map +1 -0
- package/dist/components/ui/StepTabs.d.cts +13 -0
- package/dist/components/ui/StepTabs.d.ts +13 -0
- package/dist/components/ui/StepTabs.js +58 -0
- package/dist/components/ui/StepTabs.js.map +1 -0
- package/dist/components/ui/buttonShadcn.cjs +94 -0
- package/dist/components/ui/buttonShadcn.cjs.map +1 -0
- package/dist/components/ui/buttonShadcn.d.cts +14 -0
- package/dist/components/ui/buttonShadcn.d.ts +14 -0
- package/dist/components/ui/buttonShadcn.js +58 -0
- package/dist/components/ui/buttonShadcn.js.map +1 -0
- package/dist/components/ui/calendar.cjs +152 -0
- package/dist/components/ui/calendar.cjs.map +1 -0
- package/dist/components/ui/calendar.d.cts +11 -0
- package/dist/components/ui/calendar.d.ts +11 -0
- package/dist/components/ui/calendar.js +118 -0
- package/dist/components/ui/calendar.js.map +1 -0
- package/dist/{displayText-mYUVo6Ek.d.cts → displayText-CQRZ2fOT.d.cts} +2 -2
- package/dist/{displayText-DDf9iWyg.d.ts → displayText-LlsLfkTS.d.ts} +2 -2
- package/dist/hooks/useDisplayText.cjs.map +1 -1
- package/dist/hooks/useDisplayText.d.cts +3 -3
- package/dist/hooks/useDisplayText.d.ts +3 -3
- package/dist/hooks/useDisplayText.js.map +1 -1
- package/dist/index.cjs +763 -738
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +13 -13
- package/dist/index.d.ts +13 -13
- package/dist/index.js +772 -747
- package/dist/index.js.map +1 -1
- package/dist/job_posting_service_latest-B5tqLSgo.d.cts +4247 -0
- package/dist/job_posting_service_latest-B5tqLSgo.d.ts +4247 -0
- package/dist/{job_posting_service_latest-Dn5s8beY.d.cts → job_posting_service_latest-CKITrYyz.d.cts} +230 -230
- package/dist/{job_posting_service_latest-Dn5s8beY.d.ts → job_posting_service_latest-CKITrYyz.d.ts} +230 -230
- package/dist/job_posting_service_sanity-CeX9tlpb.d.ts +8093 -0
- package/dist/job_posting_service_sanity-D5Znr6Ba.d.cts +8093 -0
- package/dist/lib/google.cjs.map +1 -1
- package/dist/lib/google.js.map +1 -1
- package/dist/lib/locations.cjs.map +1 -1
- package/dist/lib/locations.d.cts +2 -2
- package/dist/lib/locations.d.ts +2 -2
- package/dist/lib/locations.js.map +1 -1
- package/dist/lib/mappings.cjs.map +1 -1
- package/dist/lib/mappings.d.cts +3 -3
- package/dist/lib/mappings.d.ts +3 -3
- package/dist/lib/mappings.js.map +1 -1
- package/dist/lib/salaryRange.cjs.map +1 -1
- package/dist/lib/salaryRange.d.cts +1 -1
- package/dist/lib/salaryRange.d.ts +1 -1
- package/dist/lib/salaryRange.js.map +1 -1
- package/dist/lib/utils.cjs.map +1 -1
- package/dist/lib/utils.js.map +1 -1
- package/dist/services/displayText.cjs.map +1 -1
- package/dist/services/displayText.d.cts +3 -3
- package/dist/services/displayText.d.ts +3 -3
- package/dist/services/displayText.js.map +1 -1
- package/dist/shared_pickle_output_latest-Bwfg5B4p.d.cts +350 -0
- package/dist/shared_pickle_output_latest-Bwfg5B4p.d.ts +350 -0
- package/dist/styles/globals.css +371 -6
- package/dist/styles/globals.css.map +1 -1
- package/dist/types/data/company_service_latest.cjs.map +1 -1
- package/dist/types/data/company_service_latest.d.cts +1 -1
- package/dist/types/data/company_service_latest.d.ts +1 -1
- package/dist/types/data/company_service_latest.js.map +1 -1
- package/dist/types/data/job_posting_service_latest.cjs +3 -1
- package/dist/types/data/job_posting_service_latest.cjs.map +1 -1
- 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/data/job_posting_service_latest.js +3 -1
- package/dist/types/data/job_posting_service_latest.js.map +1 -1
- package/dist/types/data/shared_pickle_output_latest.cjs.map +1 -1
- package/dist/types/data/shared_pickle_output_latest.d.cts +1 -1
- package/dist/types/data/shared_pickle_output_latest.d.ts +1 -1
- package/dist/types/data/shared_pickle_output_latest.js.map +1 -1
- package/dist/types/index.cjs +505 -0
- package/dist/types/index.cjs.map +1 -0
- package/dist/types/index.d.cts +10 -0
- package/dist/types/index.d.ts +10 -0
- package/dist/types/index.js +479 -0
- package/dist/types/index.js.map +1 -0
- package/dist/types/latest/company_service_latest.cjs +251 -0
- package/dist/types/latest/company_service_latest.cjs.map +1 -0
- package/dist/types/latest/company_service_latest.d.cts +2 -0
- package/dist/types/latest/company_service_latest.d.ts +2 -0
- package/dist/types/latest/company_service_latest.js +210 -0
- package/dist/types/latest/company_service_latest.js.map +1 -0
- package/dist/types/latest/custom/company_service_sanity.cjs +325 -0
- package/dist/types/latest/custom/company_service_sanity.cjs.map +1 -0
- package/dist/types/latest/custom/company_service_sanity.d.cts +4 -0
- package/dist/types/latest/custom/company_service_sanity.d.ts +4 -0
- package/dist/types/latest/custom/company_service_sanity.js +288 -0
- package/dist/types/latest/custom/company_service_sanity.js.map +1 -0
- package/dist/types/latest/custom/custom_sanity_models.cjs +43 -0
- package/dist/types/latest/custom/custom_sanity_models.cjs.map +1 -0
- package/dist/types/latest/custom/custom_sanity_models.d.cts +30 -0
- package/dist/types/latest/custom/custom_sanity_models.d.ts +30 -0
- package/dist/types/latest/custom/custom_sanity_models.js +17 -0
- package/dist/types/latest/custom/custom_sanity_models.js.map +1 -0
- package/dist/types/latest/custom/job_posting_service_sanity.cjs +376 -0
- package/dist/types/latest/custom/job_posting_service_sanity.cjs.map +1 -0
- package/dist/types/latest/custom/job_posting_service_sanity.d.cts +5 -0
- package/dist/types/latest/custom/job_posting_service_sanity.d.ts +5 -0
- package/dist/types/latest/custom/job_posting_service_sanity.js +331 -0
- package/dist/types/latest/custom/job_posting_service_sanity.js.map +1 -0
- package/dist/types/latest/job_posting_service_latest.cjs +293 -0
- package/dist/types/latest/job_posting_service_latest.cjs.map +1 -0
- package/dist/types/latest/job_posting_service_latest.d.cts +2 -0
- package/dist/types/latest/job_posting_service_latest.d.ts +2 -0
- package/dist/types/latest/job_posting_service_latest.js +257 -0
- package/dist/types/latest/job_posting_service_latest.js.map +1 -0
- package/dist/types/latest/shared_pickle_output_latest.cjs +109 -0
- package/dist/types/latest/shared_pickle_output_latest.cjs.map +1 -0
- package/dist/types/latest/shared_pickle_output_latest.d.cts +2 -0
- package/dist/types/latest/shared_pickle_output_latest.d.ts +2 -0
- package/dist/types/latest/shared_pickle_output_latest.js +75 -0
- package/dist/types/latest/shared_pickle_output_latest.js.map +1 -0
- package/package.json +28 -6
- package/dist/{company_service_latest-DelYl1hO.d.cts → company_service_latest-8IMr2hMZ.d.cts} +244 -244
- package/dist/{company_service_latest-DelYl1hO.d.ts → company_service_latest-8IMr2hMZ.d.ts} +244 -244
- package/dist/{shared_pickle_output_latest-DbAgINuf.d.cts → shared_pickle_output_latest-Cwf2EMdH.d.cts} +17 -17
- package/dist/{shared_pickle_output_latest-DbAgINuf.d.ts → shared_pickle_output_latest-Cwf2EMdH.d.ts} +17 -17
|
@@ -0,0 +1,293 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
|
|
20
|
+
// src/types/latest/job_posting_service_latest.ts
|
|
21
|
+
var job_posting_service_latest_exports = {};
|
|
22
|
+
__export(job_posting_service_latest_exports, {
|
|
23
|
+
BestFitEnum: () => BestFitEnum,
|
|
24
|
+
ClinicalLicenseEnum: () => ClinicalLicenseEnum,
|
|
25
|
+
ClinicalSettingEnum: () => ClinicalSettingEnum,
|
|
26
|
+
ClinicalSpecialtyEnum: () => ClinicalSpecialtyEnum,
|
|
27
|
+
EmploymentLevelEnum: () => EmploymentLevelEnum,
|
|
28
|
+
EmploymentTypeEnum: () => EmploymentTypeEnum,
|
|
29
|
+
JobFunctionEnum: () => JobFunctionEnum,
|
|
30
|
+
JobLocationTypeEnum: () => JobLocationTypeEnum,
|
|
31
|
+
PublishStatusEnum: () => PublishStatusEnum2,
|
|
32
|
+
ShiftEnum: () => ShiftEnum,
|
|
33
|
+
TypeEnum: () => TypeEnum3,
|
|
34
|
+
jobPostSchema: () => jobPostSchema
|
|
35
|
+
});
|
|
36
|
+
module.exports = __toCommonJS(job_posting_service_latest_exports);
|
|
37
|
+
var import_zod3 = require("zod");
|
|
38
|
+
|
|
39
|
+
// src/types/latest/company_service_latest.ts
|
|
40
|
+
var import_zod2 = require("zod");
|
|
41
|
+
|
|
42
|
+
// src/types/latest/shared_pickle_output_latest.ts
|
|
43
|
+
var import_zod = require("zod");
|
|
44
|
+
var TypeEnum = import_zod.z.enum(["IMAGE"]);
|
|
45
|
+
var DetailLevelEnum = import_zod.z.enum(["COUNTRY", "GEO", "LOCALITY", "POSTAL_CODE", "REGION"]);
|
|
46
|
+
var UnitTextEnum = import_zod.z.enum(["DAY", "HOUR", "MONTH", "PER_ACTIVITY", "WEEK", "YEAR"]);
|
|
47
|
+
var CurrencyEnum = import_zod.z.enum(["EUR", "GBP", "USD"]);
|
|
48
|
+
var postalAddressSchema = import_zod.z.object({
|
|
49
|
+
version: import_zod.z.literal("1.0.0").default("1.0.0"),
|
|
50
|
+
type: import_zod.z.string().describe("Document type used for schema"),
|
|
51
|
+
addressCountry: import_zod.z.string().describe("The physical country as defined in ISO 3166 Alpha-2"),
|
|
52
|
+
addressRegion: import_zod.z.optional(import_zod.z.string()).describe("The region in which the locality is, and which is in the country."),
|
|
53
|
+
addressLocality: import_zod.z.optional(import_zod.z.string()).describe("The locality in which the street address is, and which is in the region. In the US this would be city."),
|
|
54
|
+
streetAddress: import_zod.z.optional(import_zod.z.string()).describe("The street name of the address within the locality."),
|
|
55
|
+
streetNumber: import_zod.z.optional(import_zod.z.string()).describe("The house of building number within the street."),
|
|
56
|
+
postalCode: import_zod.z.optional(import_zod.z.string()).describe("The postal code"),
|
|
57
|
+
description: import_zod.z.optional(import_zod.z.string()).describe("A descriptive string containing the full address.")
|
|
58
|
+
});
|
|
59
|
+
var placeSchema = import_zod.z.object({
|
|
60
|
+
version: import_zod.z.literal("1.0.0").default("1.0.0"),
|
|
61
|
+
detailLevel: import_zod.z.optional(DetailLevelEnum),
|
|
62
|
+
latitude: import_zod.z.optional(import_zod.z.number()).describe("The latitude of a location."),
|
|
63
|
+
longitude: import_zod.z.optional(import_zod.z.number()).describe("The longitude of a location."),
|
|
64
|
+
address: import_zod.z.optional(postalAddressSchema).describe("The physical place of the location")
|
|
65
|
+
});
|
|
66
|
+
var quantitativeValueSchema = import_zod.z.object({
|
|
67
|
+
version: import_zod.z.literal("1.0.0").default("1.0.0"),
|
|
68
|
+
type: import_zod.z.string().describe("Document type used for schema"),
|
|
69
|
+
value: import_zod.z.optional(import_zod.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."),
|
|
70
|
+
minValue: import_zod.z.optional(import_zod.z.number()).describe("The single minium value in a range for a quantitative_value, requires a maximum value."),
|
|
71
|
+
maxValue: import_zod.z.optional(import_zod.z.number()).describe("The maximum value in a range for a quantitative_value, requires a minimum value."),
|
|
72
|
+
unitText: UnitTextEnum
|
|
73
|
+
});
|
|
74
|
+
var monetaryAmountSchema = import_zod.z.object({
|
|
75
|
+
version: import_zod.z.literal("1.0.0").default("1.0.0"),
|
|
76
|
+
type: import_zod.z.string().describe("Document type used for schema"),
|
|
77
|
+
singleValue: import_zod.z.optional(import_zod.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."),
|
|
78
|
+
minValue: import_zod.z.optional(import_zod.z.number()).describe("The annualized single minium value in a range for a quantitative_value. Deprecated use value.minValue"),
|
|
79
|
+
maxValue: import_zod.z.optional(import_zod.z.number()).describe("The annualized maximum value in a range for a quantitative_value. Deprecated use value.maxValue"),
|
|
80
|
+
value: import_zod.z.optional(quantitativeValueSchema).describe("The quantitative_value for a given salary"),
|
|
81
|
+
currency: import_zod.z.optional(CurrencyEnum)
|
|
82
|
+
});
|
|
83
|
+
var imageAssetSchema = import_zod.z.object({
|
|
84
|
+
version: import_zod.z.literal("1.0.0").default("1.0.0"),
|
|
85
|
+
altText: import_zod.z.optional(import_zod.z.string()).describe("The alt text for the image"),
|
|
86
|
+
assetId: import_zod.z.optional(import_zod.z.string()).describe("The asset ID for the image"),
|
|
87
|
+
description: import_zod.z.optional(import_zod.z.string()).describe("The description for the image"),
|
|
88
|
+
extension: import_zod.z.optional(import_zod.z.string()).describe("The extension for the image"),
|
|
89
|
+
label: import_zod.z.optional(import_zod.z.string()).describe("The label for the image"),
|
|
90
|
+
mimeType: import_zod.z.optional(import_zod.z.string()).describe("The mime type for the image"),
|
|
91
|
+
originalFilename: import_zod.z.optional(import_zod.z.string()).describe("The original filename for the image"),
|
|
92
|
+
path: import_zod.z.optional(import_zod.z.string()).describe("The path for the image"),
|
|
93
|
+
sha1Hash: import_zod.z.optional(import_zod.z.string()).describe("The SHA1 hash for the image"),
|
|
94
|
+
size: import_zod.z.optional(import_zod.z.number()).describe("The size for the image"),
|
|
95
|
+
title: import_zod.z.optional(import_zod.z.string()).describe("The title for the image"),
|
|
96
|
+
uploadId: import_zod.z.optional(import_zod.z.string()).describe("The upload ID for the image"),
|
|
97
|
+
url: import_zod.z.optional(import_zod.z.string()).describe("The URL for the image")
|
|
98
|
+
});
|
|
99
|
+
var imageSchema = import_zod.z.object({
|
|
100
|
+
version: import_zod.z.literal("1.0.0").default("1.0.0"),
|
|
101
|
+
type: import_zod.z.string().describe("Document type used for schema"),
|
|
102
|
+
asset: import_zod.z.optional(imageAssetSchema).describe("The asset for the image")
|
|
103
|
+
});
|
|
104
|
+
|
|
105
|
+
// src/types/latest/company_service_latest.ts
|
|
106
|
+
var TypeEnum2 = import_zod2.z.enum(["OFFICE"]);
|
|
107
|
+
var CategoryEnum = import_zod2.z.enum(["FINANCIAL", "HEALTH", "PROFESSIONAL_DEVELOPMENT", "WORK_LIFE_BALANCE"]);
|
|
108
|
+
var TitleEnum = import_zod2.z.enum(["DMD", "JD", "MBA", "MD", "MHA", "MPH", "PT", "PH_D", "RN"]);
|
|
109
|
+
var PublishStatusEnum = import_zod2.z.enum(["DRAFT", "IN_REVIEW", "PUBLISHED", "REMOVED"]);
|
|
110
|
+
var OfficeTypeEnum = import_zod2.z.enum(["BRANCH", "HEADQUARTERS", "SATELLITE"]);
|
|
111
|
+
var socialMediaSchema = import_zod2.z.object({
|
|
112
|
+
version: import_zod2.z.literal("1.0.0").default("1.0.0"),
|
|
113
|
+
url: import_zod2.z.string().describe("The link to the social media platform"),
|
|
114
|
+
type: import_zod2.z.string().describe("The type of social media link")
|
|
115
|
+
});
|
|
116
|
+
var companyBenefitsSchema = import_zod2.z.object({
|
|
117
|
+
version: import_zod2.z.literal("1.0.0").default("1.0.0"),
|
|
118
|
+
type: import_zod2.z.string().describe("Document type used for schema"),
|
|
119
|
+
title: import_zod2.z.string(),
|
|
120
|
+
description: import_zod2.z.optional(import_zod2.z.string()),
|
|
121
|
+
category: CategoryEnum
|
|
122
|
+
});
|
|
123
|
+
var industrySchema = import_zod2.z.lazy(() => import_zod2.z.object({
|
|
124
|
+
version: import_zod2.z.literal("1.0.0").default("1.0.0"),
|
|
125
|
+
type: import_zod2.z.string().describe("Document type used for schema"),
|
|
126
|
+
name: import_zod2.z.string(),
|
|
127
|
+
description: import_zod2.z.optional(import_zod2.z.string()).describe("A brief description of the industry"),
|
|
128
|
+
onetIndustryId: import_zod2.z.optional(import_zod2.z.string()).describe("ONET industry ID"),
|
|
129
|
+
parent: import_zod2.z.optional(industrySchema)
|
|
130
|
+
}));
|
|
131
|
+
var jobBoardSchema = import_zod2.z.object({
|
|
132
|
+
version: import_zod2.z.literal("1.0.0").default("1.0.0"),
|
|
133
|
+
type: import_zod2.z.string().describe("Document type used for schema"),
|
|
134
|
+
name: import_zod2.z.string().describe("The name of the job board"),
|
|
135
|
+
description: import_zod2.z.string().describe("A brief description of the job board"),
|
|
136
|
+
logo: import_zod2.z.optional(imageSchema).describe("The logo of the job board"),
|
|
137
|
+
baseUrl: import_zod2.z.optional(import_zod2.z.string()).describe("The base URL of the job board")
|
|
138
|
+
});
|
|
139
|
+
var personSchema = import_zod2.z.object({
|
|
140
|
+
version: import_zod2.z.literal("1.0.0").default("1.0.0"),
|
|
141
|
+
type: import_zod2.z.string().describe("Document type used for schema"),
|
|
142
|
+
firstName: import_zod2.z.string().describe("The first name of the person"),
|
|
143
|
+
lastName: import_zod2.z.string().describe("The last name of the person"),
|
|
144
|
+
title: import_zod2.z.optional(import_zod2.z.array(import_zod2.z.string())).describe("The titles of the degree of the person"),
|
|
145
|
+
slug: import_zod2.z.string().describe("person slug - should be familyname-givenname-title(s)"),
|
|
146
|
+
jobTitle: import_zod2.z.optional(import_zod2.z.string()).describe("The job title of the person"),
|
|
147
|
+
isDoctor: import_zod2.z.optional(import_zod2.z.boolean()).describe("Is the person a doctor"),
|
|
148
|
+
isMedical: import_zod2.z.optional(import_zod2.z.boolean()).describe("Are they of a medical background?"),
|
|
149
|
+
isScientist: import_zod2.z.optional(import_zod2.z.boolean()).describe("Are they a scientist?"),
|
|
150
|
+
image: import_zod2.z.optional(imageSchema).describe("The image of the person"),
|
|
151
|
+
email: import_zod2.z.optional(import_zod2.z.string()).describe("The email of the person"),
|
|
152
|
+
socialMedia: import_zod2.z.optional(import_zod2.z.array(socialMediaSchema)).describe("The social media links of the person"),
|
|
153
|
+
telephone: import_zod2.z.optional(import_zod2.z.string()).describe("The telephone number of the person"),
|
|
154
|
+
url: import_zod2.z.optional(import_zod2.z.string()).describe("The URL of the person"),
|
|
155
|
+
address: import_zod2.z.optional(placeSchema).describe("The address of the person")
|
|
156
|
+
});
|
|
157
|
+
var companyCareersSchema = import_zod2.z.object({
|
|
158
|
+
version: import_zod2.z.literal("1.0.0").default("1.0.0"),
|
|
159
|
+
type: import_zod2.z.string().describe("Document type used for schema"),
|
|
160
|
+
careersUrl: import_zod2.z.string().describe("The URL of the company careers page"),
|
|
161
|
+
jobBoard: import_zod2.z.optional(jobBoardSchema),
|
|
162
|
+
jobBoardSlug: import_zod2.z.optional(import_zod2.z.array(import_zod2.z.string())),
|
|
163
|
+
companyBenefits: import_zod2.z.optional(import_zod2.z.array(companyBenefitsSchema)).describe("What are the specific benefits of that company. The benefit is generic.")
|
|
164
|
+
});
|
|
165
|
+
var companyPhilosophySchema = import_zod2.z.object({
|
|
166
|
+
version: import_zod2.z.literal("1.0.0").default("1.0.0"),
|
|
167
|
+
type: import_zod2.z.string().describe("Document type used for schema"),
|
|
168
|
+
companyMission: import_zod2.z.optional(import_zod2.z.string()).describe("The mission statement of the company."),
|
|
169
|
+
companyHow: import_zod2.z.optional(import_zod2.z.string()).describe("How does the company achieve its mission"),
|
|
170
|
+
companyCulture: import_zod2.z.optional(import_zod2.z.array(import_zod2.z.string())).describe("What are some of the culture aspects of this company?")
|
|
171
|
+
});
|
|
172
|
+
var companyNdgSchema = import_zod2.z.object({
|
|
173
|
+
version: import_zod2.z.literal("1.0.0").default("1.0.0"),
|
|
174
|
+
type: import_zod2.z.string().describe("Document type used for schema"),
|
|
175
|
+
companyWow: import_zod2.z.optional(import_zod2.z.string()).describe("What is the wow of this company?"),
|
|
176
|
+
companyNdgTake: import_zod2.z.optional(import_zod2.z.string()).describe("What is the NDG POV on this company?"),
|
|
177
|
+
companyBestFit: import_zod2.z.optional(import_zod2.z.array(import_zod2.z.string())),
|
|
178
|
+
companyInterests: import_zod2.z.optional(import_zod2.z.array(import_zod2.z.string()))
|
|
179
|
+
});
|
|
180
|
+
var foundingInformationSchema = import_zod2.z.object({
|
|
181
|
+
version: import_zod2.z.literal("1.0.0").default("1.0.0"),
|
|
182
|
+
type: import_zod2.z.string().describe("Document type used for schema"),
|
|
183
|
+
foundedDate: import_zod2.z.optional(import_zod2.z.string()),
|
|
184
|
+
foundedCountry: import_zod2.z.optional(import_zod2.z.string()),
|
|
185
|
+
foundedCity: import_zod2.z.optional(import_zod2.z.string()),
|
|
186
|
+
founders: import_zod2.z.optional(import_zod2.z.array(personSchema))
|
|
187
|
+
});
|
|
188
|
+
var ngdMetadataSchema = import_zod2.z.object({
|
|
189
|
+
version: import_zod2.z.literal("1.0.0").default("1.0.0"),
|
|
190
|
+
type: import_zod2.z.string().describe("Document type used for schema"),
|
|
191
|
+
lastScraped: import_zod2.z.optional(import_zod2.z.string()).describe("Date the last entity was scraped, if applicable"),
|
|
192
|
+
scraperVersion: import_zod2.z.optional(import_zod2.z.string()),
|
|
193
|
+
postProcessorVersion: import_zod2.z.optional(import_zod2.z.string()),
|
|
194
|
+
uniqueRunId: import_zod2.z.optional(import_zod2.z.string()),
|
|
195
|
+
postProcessorUniqueRunId: import_zod2.z.optional(import_zod2.z.string()),
|
|
196
|
+
isScrapeManaged: import_zod2.z.optional(import_zod2.z.boolean()).default(true)
|
|
197
|
+
});
|
|
198
|
+
var companySchema = import_zod2.z.object({
|
|
199
|
+
version: import_zod2.z.literal("1.0.0").default("1.0.0"),
|
|
200
|
+
id: import_zod2.z.string().describe("The NDG specific id for a company. Cannot be changed."),
|
|
201
|
+
createdAt: import_zod2.z.string().datetime().describe("Time document was created. Autoset by Sanity"),
|
|
202
|
+
updatedAt: import_zod2.z.string().datetime().describe("Time document was created. Autoset by Sanity"),
|
|
203
|
+
companyName: import_zod2.z.string().describe("The name of the company"),
|
|
204
|
+
slug: import_zod2.z.string().describe("The NDG specific slug for a company."),
|
|
205
|
+
type: import_zod2.z.string().describe("Document type used for schema"),
|
|
206
|
+
logo: import_zod2.z.optional(imageSchema).describe("The logo of the company"),
|
|
207
|
+
companyWebsite: import_zod2.z.optional(import_zod2.z.string()).describe("The website of the company"),
|
|
208
|
+
socialMedia: import_zod2.z.optional(import_zod2.z.array(socialMediaSchema)).describe("The social media links of the company"),
|
|
209
|
+
brandColor: import_zod2.z.optional(import_zod2.z.string()).describe("The brand color of the company"),
|
|
210
|
+
companyCareers: import_zod2.z.optional(companyCareersSchema).describe("Career Specific Information for the company."),
|
|
211
|
+
companyPhilosophy: import_zod2.z.optional(companyPhilosophySchema).describe("Company mission,values and how the company achieves its mission."),
|
|
212
|
+
companyNdg: import_zod2.z.optional(companyNdgSchema).describe("Next Degree specific information for the company."),
|
|
213
|
+
foundingInfo: import_zod2.z.optional(foundingInformationSchema),
|
|
214
|
+
headquartersLocation: import_zod2.z.optional(placeSchema),
|
|
215
|
+
employeeEstimate: import_zod2.z.optional(import_zod2.z.string()),
|
|
216
|
+
publishStatus: import_zod2.z.optional(import_zod2.z.string()),
|
|
217
|
+
ngdMetadata: import_zod2.z.optional(ngdMetadataSchema)
|
|
218
|
+
});
|
|
219
|
+
var officeSchema = import_zod2.z.object({
|
|
220
|
+
version: import_zod2.z.literal("1.0.0").default("1.0.0"),
|
|
221
|
+
type: import_zod2.z.string().describe("Document type used for schema"),
|
|
222
|
+
name: import_zod2.z.string().describe("Name or nickname for the office (e.g., 'NYC HQ', 'West Coast Branch')"),
|
|
223
|
+
officeType: OfficeTypeEnum,
|
|
224
|
+
companyId: import_zod2.z.optional(companySchema),
|
|
225
|
+
geoLocation: import_zod2.z.optional(placeSchema).describe("Geographical location details: coordinates + postal address"),
|
|
226
|
+
createdAt: import_zod2.z.optional(import_zod2.z.string()),
|
|
227
|
+
updatedAt: import_zod2.z.optional(import_zod2.z.string())
|
|
228
|
+
});
|
|
229
|
+
|
|
230
|
+
// src/types/latest/job_posting_service_latest.ts
|
|
231
|
+
var TypeEnum3 = import_zod3.z.enum(["JOB_POST"]);
|
|
232
|
+
var JobLocationTypeEnum = import_zod3.z.enum(["FLOAT", "HYBRID", "ONSITE", "REMOTE"]);
|
|
233
|
+
var EmploymentTypeEnum = import_zod3.z.enum(["CONTRACT", "FULL_TIME", "INTERNSHIP", "OTHER", "PART_TIME", "PER_DIEM", "TEMPORARY"]);
|
|
234
|
+
var EmploymentLevelEnum = import_zod3.z.enum(["DIRECTOR", "ENTRY_LEVEL", "EXECUTIVE", "EXPERIENCED", "INTERN", "MANAGER"]);
|
|
235
|
+
var JobFunctionEnum = import_zod3.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"]);
|
|
236
|
+
var PublishStatusEnum2 = import_zod3.z.enum(["DRAFT", "IN_REVIEW", "PUBLISHED", "REMOVED"]);
|
|
237
|
+
var BestFitEnum = import_zod3.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"]);
|
|
238
|
+
var ClinicalLicenseEnum = import_zod3.z.enum(["CNA", "CNM", "CNS", "COTA", "CRNA", "LPN", "LVN", "NP", "OT", "PT", "PTA", "RN"]);
|
|
239
|
+
var ShiftEnum = import_zod3.z.enum(["DAY", "EIGHT_HOUR", "EVENING", "FLEXIBLE", "MID_SHIFT", "MONDAY_TO_FRIDAY", "NIGHT", "ON_CALL", "TEN_HOUR", "TWELVE_HOUR", "WEEKENDS"]);
|
|
240
|
+
var ClinicalSettingEnum = import_zod3.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"]);
|
|
241
|
+
var ClinicalSpecialtyEnum = import_zod3.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"]);
|
|
242
|
+
var jobPostSchema = import_zod3.z.object({
|
|
243
|
+
version: import_zod3.z.literal("1.0.0").default("1.0.0"),
|
|
244
|
+
id: import_zod3.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."),
|
|
245
|
+
type: import_zod3.z.string().describe("Document type used for schema"),
|
|
246
|
+
createdAt: import_zod3.z.string().datetime().describe("Time document was created. Autoset by Sanity"),
|
|
247
|
+
updatedAt: import_zod3.z.string().datetime().describe("Time document was created. Autoset by Sanity"),
|
|
248
|
+
dateAdded: import_zod3.z.optional(import_zod3.z.string().datetime()).describe("The date the job was added to the platform"),
|
|
249
|
+
datePosted: import_zod3.z.optional(import_zod3.z.string().datetime()).describe("The date the job was published for public viewing"),
|
|
250
|
+
dateRemoved: import_zod3.z.optional(import_zod3.z.string().datetime()).describe("The date the job was removed from public viewing"),
|
|
251
|
+
validThrough: import_zod3.z.optional(import_zod3.z.string().datetime()).describe("The date the job posting is valid through. After this date it will be removed from public viewing"),
|
|
252
|
+
vacancyCount: import_zod3.z.optional(import_zod3.z.number().int()).describe("The number of vacancies for a given job posting"),
|
|
253
|
+
clientId: import_zod3.z.string().describe("The ID assigned by the client to a job - normally the same as the GH / Lever / Ashby ID or internal ID"),
|
|
254
|
+
url: import_zod3.z.string().describe("The URL of the job to be displayed for users to apply with. Direct job link."),
|
|
255
|
+
title: import_zod3.z.string().describe("The title of the job post"),
|
|
256
|
+
description: import_zod3.z.string().describe("The description of the job post saved as markdown. Used for rendering the job description."),
|
|
257
|
+
richTextDescription: import_zod3.z.optional(import_zod3.z.string()).describe("The description of the job post saved as rich text"),
|
|
258
|
+
isClinical: import_zod3.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."),
|
|
259
|
+
isRemote: import_zod3.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)."),
|
|
260
|
+
isVerified: import_zod3.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."),
|
|
261
|
+
isDirectApply: import_zod3.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."),
|
|
262
|
+
jobLocationType: import_zod3.z.optional(import_zod3.z.array(JobLocationTypeEnum)),
|
|
263
|
+
employmentType: import_zod3.z.optional(import_zod3.z.array(EmploymentTypeEnum)),
|
|
264
|
+
employmentLevel: import_zod3.z.optional(EmploymentLevelEnum),
|
|
265
|
+
jobFunction: import_zod3.z.optional(JobFunctionEnum),
|
|
266
|
+
publishStatus: PublishStatusEnum2,
|
|
267
|
+
bestFit: import_zod3.z.optional(import_zod3.z.array(BestFitEnum)),
|
|
268
|
+
clinicalLicense: import_zod3.z.optional(import_zod3.z.array(ClinicalLicenseEnum)),
|
|
269
|
+
shift: import_zod3.z.optional(import_zod3.z.array(ShiftEnum)),
|
|
270
|
+
clinicalSetting: import_zod3.z.optional(import_zod3.z.array(ClinicalSettingEnum)),
|
|
271
|
+
clinicalSpecialty: import_zod3.z.optional(import_zod3.z.array(ClinicalSpecialtyEnum)),
|
|
272
|
+
estimatedSalary: import_zod3.z.optional(monetaryAmountSchema).describe("Determines the estimated salary for a given job posting"),
|
|
273
|
+
jobLocation: import_zod3.z.optional(postalAddressSchema).describe("Determines the primary physical location where the job is to be performed. For remote roles, use applicantLocationRequirements"),
|
|
274
|
+
applicableOffices: import_zod3.z.optional(import_zod3.z.array(officeSchema)).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."),
|
|
275
|
+
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."),
|
|
276
|
+
hiringOrganization: import_zod3.z.optional(companySchema).describe("The organization that is hiring for the role")
|
|
277
|
+
});
|
|
278
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
279
|
+
0 && (module.exports = {
|
|
280
|
+
BestFitEnum,
|
|
281
|
+
ClinicalLicenseEnum,
|
|
282
|
+
ClinicalSettingEnum,
|
|
283
|
+
ClinicalSpecialtyEnum,
|
|
284
|
+
EmploymentLevelEnum,
|
|
285
|
+
EmploymentTypeEnum,
|
|
286
|
+
JobFunctionEnum,
|
|
287
|
+
JobLocationTypeEnum,
|
|
288
|
+
PublishStatusEnum,
|
|
289
|
+
ShiftEnum,
|
|
290
|
+
TypeEnum,
|
|
291
|
+
jobPostSchema
|
|
292
|
+
});
|
|
293
|
+
//# sourceMappingURL=job_posting_service_latest.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/types/latest/job_posting_service_latest.ts","../../../src/types/latest/company_service_latest.ts","../../../src/types/latest/shared_pickle_output_latest.ts"],"sourcesContent":["/*\nID:4028754d-4cc9-4ba0-bacc-2c5c3cd2e315\nDomain: jobs\nData Product: job_posting_service\nVersion: 1.5.0\nThis data contract defines the expected output from the job posting service. The job posting service is the official service for job posting data\n*/\n\nimport { z } from 'zod';\n\nimport { companySchema,officeSchema } from './company_service_latest'\nimport { monetaryAmountSchema, placeSchema, postalAddressSchema } from './shared_pickle_output_latest'\n\n// Enums\n\nexport const TypeEnum = z.enum(['JOB_POST']);\nexport const JobLocationTypeEnum = z.enum(['FLOAT', 'HYBRID', 'ONSITE', 'REMOTE']);\nexport const EmploymentTypeEnum = z.enum(['CONTRACT', 'FULL_TIME', 'INTERNSHIP', 'OTHER', 'PART_TIME', 'PER_DIEM', 'TEMPORARY']);\nexport const EmploymentLevelEnum = z.enum(['DIRECTOR', 'ENTRY_LEVEL', 'EXECUTIVE', 'EXPERIENCED', 'INTERN', 'MANAGER']);\nexport const JobFunctionEnum = 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']);\nexport const PublishStatusEnum = z.enum(['DRAFT', 'IN_REVIEW', 'PUBLISHED', 'REMOVED']);\nexport const BestFitEnum = 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']);\nexport const ClinicalLicenseEnum = z.enum(['CNA', 'CNM', 'CNS', 'COTA', 'CRNA', 'LPN', 'LVN', 'NP', 'OT', 'PT', 'PTA', 'RN']);\nexport const ShiftEnum = z.enum(['DAY', 'EIGHT_HOUR', 'EVENING', 'FLEXIBLE', 'MID_SHIFT', 'MONDAY_TO_FRIDAY', 'NIGHT', 'ON_CALL', 'TEN_HOUR', 'TWELVE_HOUR', 'WEEKENDS']);\nexport const ClinicalSettingEnum = 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']);\nexport const ClinicalSpecialtyEnum = 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']);\n\n\nexport const jobPostSchema = z.object({\n version: z.literal('1.0.0').default('1.0.0'),\n id: 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.\"),\n type: z.string().describe(\"Document type used for schema\"),\n createdAt: z.string().datetime().describe(\"Time document was created. Autoset by Sanity\"),\n updatedAt: z.string().datetime().describe(\"Time document was created. Autoset by Sanity\"),\n dateAdded: z.optional(z.string().datetime()).describe(\"The date the job was added to the platform\"),\n datePosted: z.optional(z.string().datetime()).describe(\"The date the job was published for public viewing\"),\n dateRemoved: z.optional(z.string().datetime()).describe(\"The date the job was removed from public viewing\"),\n validThrough: z.optional(z.string().datetime()).describe(\"The date the job posting is valid through. After this date it will be removed from public viewing\"),\n vacancyCount: z.optional(z.number().int()).describe(\"The number of vacancies for a given job posting\"),\n clientId: z.string().describe(\"The ID assigned by the client to a job - normally the same as the GH / Lever / Ashby ID or internal ID\"),\n url: z.string().describe(\"The URL of the job to be displayed for users to apply with. Direct job link.\"),\n title: z.string().describe(\"The title of the job post\"),\n description: z.string().describe(\"The description of the job post saved as markdown. Used for rendering the job description.\"),\n richTextDescription: z.optional(z.string()).describe(\"The description of the job post saved as rich text\"),\n isClinical: 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.\"),\n isRemote: 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).\"),\n isVerified: 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.\"),\n isDirectApply: 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.\"),\n jobLocationType: z.optional(z.array(JobLocationTypeEnum)),\n employmentType: z.optional(z.array(EmploymentTypeEnum)),\n employmentLevel: z.optional(EmploymentLevelEnum),\n jobFunction: z.optional(JobFunctionEnum),\n publishStatus: PublishStatusEnum,\n bestFit: z.optional(z.array(BestFitEnum)),\n clinicalLicense: z.optional(z.array(ClinicalLicenseEnum)),\n shift: z.optional(z.array(ShiftEnum)),\n clinicalSetting: z.optional(z.array(ClinicalSettingEnum)),\n clinicalSpecialty: z.optional(z.array(ClinicalSpecialtyEnum)),\n estimatedSalary: z.optional(monetaryAmountSchema).describe(\"Determines the estimated salary for a given job posting\"),\n jobLocation: z.optional(postalAddressSchema).describe(\"Determines the primary physical location where the job is to be performed. For remote roles, use applicantLocationRequirements\"),\n applicableOffices: z.optional(z.array(officeSchema)).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.\"),\n applicantLocationRequirements: z.optional(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.\"),\n hiringOrganization: z.optional(companySchema).describe(\"The organization that is hiring for the role\"),\n});\n\nexport type JobPostModel = z.infer<typeof jobPostSchema>;\n","/*\nID:ebc38aef-0062-4f69-95af-d06bdc30d23f\nDomain: companies\nData Product: company_service\nVersion: 1.0.1\nThis data contract defines a company registered in the Pickle database. Every job posting is associated with a company.\n*/\n\nimport { z } from 'zod';\n\nimport { imageSchema, placeSchema } from './shared_pickle_output_latest'\n\n// Enums\n\nexport const TypeEnum = z.enum(['OFFICE']);\nexport const CategoryEnum = z.enum(['FINANCIAL', 'HEALTH', 'PROFESSIONAL_DEVELOPMENT', 'WORK_LIFE_BALANCE']);\nexport const TitleEnum = z.enum(['DMD', 'JD', 'MBA', 'MD', 'MHA', 'MPH', 'PT', 'PH_D', 'RN']);\nexport const PublishStatusEnum = z.enum(['DRAFT', 'IN_REVIEW', 'PUBLISHED', 'REMOVED']);\nexport const OfficeTypeEnum = z.enum(['BRANCH', 'HEADQUARTERS', 'SATELLITE']);\n\n\nexport const socialMediaSchema = z.object({\n version: z.literal('1.0.0').default('1.0.0'),\n url: z.string().describe(\"The link to the social media platform\"),\n type: z.string().describe(\"The type of social media link\"),\n});\n\nexport type SocialMediaModel = z.infer<typeof socialMediaSchema>;\n\nexport const companyBenefitsSchema = z.object({\n version: z.literal('1.0.0').default('1.0.0'),\n type: z.string().describe(\"Document type used for schema\"),\n title: z.string(),\n description: z.optional(z.string()),\n category: CategoryEnum,\n});\n\nexport type CompanyBenefitsModel = z.infer<typeof companyBenefitsSchema>;\n\nexport const industrySchema: z.ZodType<any> = z.lazy(() => z.object({\n version: z.literal('1.0.0').default('1.0.0'),\n type: z.string().describe(\"Document type used for schema\"),\n name: z.string(),\n description: z.optional(z.string()).describe(\"A brief description of the industry\"),\n onetIndustryId: z.optional(z.string()).describe(\"ONET industry ID\"),\n parent: z.optional(industrySchema),\n}));\n\nexport type IndustryModel = z.infer<typeof industrySchema>;\n\nexport const jobBoardSchema = z.object({\n version: z.literal('1.0.0').default('1.0.0'),\n type: z.string().describe(\"Document type used for schema\"),\n name: z.string().describe(\"The name of the job board\"),\n description: z.string().describe(\"A brief description of the job board\"),\n logo: z.optional(imageSchema).describe(\"The logo of the job board\"),\n baseUrl: z.optional(z.string()).describe(\"The base URL of the job board\"),\n});\n\nexport type JobBoardModel = z.infer<typeof jobBoardSchema>;\n\nexport const personSchema = z.object({\n version: z.literal('1.0.0').default('1.0.0'),\n type: z.string().describe(\"Document type used for schema\"),\n firstName: z.string().describe(\"The first name of the person\"),\n lastName: z.string().describe(\"The last name of the person\"),\n title: z.optional(z.array(z.string())).describe(\"The titles of the degree of the person\"),\n slug: z.string().describe(\"person slug - should be familyname-givenname-title(s)\"),\n jobTitle: z.optional(z.string()).describe(\"The job title of the person\"),\n isDoctor: z.optional(z.boolean()).describe(\"Is the person a doctor\"),\n isMedical: z.optional(z.boolean()).describe(\"Are they of a medical background?\"),\n isScientist: z.optional(z.boolean()).describe(\"Are they a scientist?\"),\n image: z.optional(imageSchema).describe(\"The image of the person\"),\n email: z.optional(z.string()).describe(\"The email of the person\"),\n socialMedia: z.optional(z.array(socialMediaSchema)).describe(\"The social media links of the person\"),\n telephone: z.optional(z.string()).describe(\"The telephone number of the person\"),\n url: z.optional(z.string()).describe(\"The URL of the person\"),\n address: z.optional(placeSchema).describe(\"The address of the person\"),\n});\n\nexport type PersonModel = z.infer<typeof personSchema>;\n\nexport const companyCareersSchema = z.object({\n version: z.literal('1.0.0').default('1.0.0'),\n type: z.string().describe(\"Document type used for schema\"),\n careersUrl: z.string().describe(\"The URL of the company careers page\"),\n jobBoard: z.optional(jobBoardSchema),\n jobBoardSlug: z.optional(z.array(z.string())),\n companyBenefits: z.optional(z.array(companyBenefitsSchema)).describe(\"What are the specific benefits of that company. The benefit is generic.\"),\n});\n\nexport type CompanyCareersModel = z.infer<typeof companyCareersSchema>;\n\nexport const companyPhilosophySchema = z.object({\n version: z.literal('1.0.0').default('1.0.0'),\n type: z.string().describe(\"Document type used for schema\"),\n companyMission: z.optional(z.string()).describe(\"The mission statement of the company.\"),\n companyHow: z.optional(z.string()).describe(\"How does the company achieve its mission\"),\n companyCulture: z.optional(z.array(z.string())).describe(\"What are some of the culture aspects of this company?\"),\n});\n\nexport type CompanyPhilosophyModel = z.infer<typeof companyPhilosophySchema>;\n\nexport const companyNdgSchema = z.object({\n version: z.literal('1.0.0').default('1.0.0'),\n type: z.string().describe(\"Document type used for schema\"),\n companyWow: z.optional(z.string()).describe(\"What is the wow of this company?\"),\n companyNdgTake: z.optional(z.string()).describe(\"What is the NDG POV on this company?\"),\n companyBestFit: z.optional(z.array(z.string())),\n companyInterests: z.optional(z.array(z.string())),\n});\n\nexport type CompanyNdgModel = z.infer<typeof companyNdgSchema>;\n\nexport const foundingInformationSchema = z.object({\n version: z.literal('1.0.0').default('1.0.0'),\n type: z.string().describe(\"Document type used for schema\"),\n foundedDate: z.optional(z.string()),\n foundedCountry: z.optional(z.string()),\n foundedCity: z.optional(z.string()),\n founders: z.optional(z.array(personSchema)),\n});\n\nexport type FoundingInformationModel = z.infer<typeof foundingInformationSchema>;\n\nexport const ngdMetadataSchema = z.object({\n version: z.literal('1.0.0').default('1.0.0'),\n type: z.string().describe(\"Document type used for schema\"),\n lastScraped: z.optional(z.string()).describe(\"Date the last entity was scraped, if applicable\"),\n scraperVersion: z.optional(z.string()),\n postProcessorVersion: z.optional(z.string()),\n uniqueRunId: z.optional(z.string()),\n postProcessorUniqueRunId: z.optional(z.string()),\n isScrapeManaged: z.optional(z.boolean()).default(true),\n});\n\nexport type NgdMetadataModel = z.infer<typeof ngdMetadataSchema>;\n\nexport const companySchema = z.object({\n version: z.literal('1.0.0').default('1.0.0'),\n id: z.string().describe(\"The NDG specific id for a company. Cannot be changed.\"),\n createdAt: z.string().datetime().describe(\"Time document was created. Autoset by Sanity\"),\n updatedAt: z.string().datetime().describe(\"Time document was created. Autoset by Sanity\"),\n companyName: z.string().describe(\"The name of the company\"),\n slug: z.string().describe(\"The NDG specific slug for a company.\"),\n type: z.string().describe(\"Document type used for schema\"),\n logo: z.optional(imageSchema).describe(\"The logo of the company\"),\n companyWebsite: z.optional(z.string()).describe(\"The website of the company\"),\n socialMedia: z.optional(z.array(socialMediaSchema)).describe(\"The social media links of the company\"),\n brandColor: z.optional(z.string()).describe(\"The brand color of the company\"),\n companyCareers: z.optional(companyCareersSchema).describe(\"Career Specific Information for the company.\"),\n companyPhilosophy: z.optional(companyPhilosophySchema).describe(\"Company mission,values and how the company achieves its mission.\"),\n companyNdg: z.optional(companyNdgSchema).describe(\"Next Degree specific information for the company.\"),\n foundingInfo: z.optional(foundingInformationSchema),\n headquartersLocation: z.optional(placeSchema),\n employeeEstimate: z.optional(z.string()),\n publishStatus: z.optional(z.string()),\n ngdMetadata: z.optional(ngdMetadataSchema),\n});\n\nexport type CompanyModel = z.infer<typeof companySchema>;\n\nexport const officeSchema = z.object({\n version: z.literal('1.0.0').default('1.0.0'),\n type: z.string().describe(\"Document type used for schema\"),\n name: z.string().describe(\"Name or nickname for the office (e.g., 'NYC HQ', 'West Coast Branch')\"),\n officeType: OfficeTypeEnum,\n companyId: z.optional(companySchema),\n geoLocation: z.optional(placeSchema).describe(\"Geographical location details: coordinates + postal address\"),\n createdAt: z.optional(z.string()),\n updatedAt: z.optional(z.string()),\n});\n\nexport type OfficeModel = z.infer<typeof officeSchema>;\n","/*\nID:c2c9f095-256f-44df-ada7-73753d8f4f92\nDomain: shared\nData Product: shared_pickle_output\nVersion: 1.0.2\nThis data contract defines a set of shared outputs from the Pickle model(s).\n*/\n\nimport { z } from 'zod';\n\n\n// Enums\n\nexport const TypeEnum = z.enum(['IMAGE']);\nexport const DetailLevelEnum = z.enum(['COUNTRY', 'GEO', 'LOCALITY', 'POSTAL_CODE', 'REGION']);\nexport const UnitTextEnum = z.enum(['DAY', 'HOUR', 'MONTH', 'PER_ACTIVITY', 'WEEK', 'YEAR']);\nexport const CurrencyEnum = z.enum(['EUR', 'GBP', 'USD']);\n\n\nexport const postalAddressSchema = z.object({\n version: z.literal('1.0.0').default('1.0.0'),\n type: z.string().describe(\"Document type used for schema\"),\n addressCountry: z.string().describe(\"The physical country as defined in ISO 3166 Alpha-2\"),\n addressRegion: z.optional(z.string()).describe(\"The region in which the locality is, and which is in the country.\"),\n addressLocality: z.optional(z.string()).describe(\"The locality in which the street address is, and which is in the region. In the US this would be city.\"),\n streetAddress: z.optional(z.string()).describe(\"The street name of the address within the locality.\"),\n streetNumber: z.optional(z.string()).describe(\"The house of building number within the street.\"),\n postalCode: z.optional(z.string()).describe(\"The postal code\"),\n description: z.optional(z.string()).describe(\"A descriptive string containing the full address.\"),\n});\n\nexport type PostalAddressModel = z.infer<typeof postalAddressSchema>;\n\nexport const placeSchema = z.object({\n version: z.literal('1.0.0').default('1.0.0'),\n detailLevel: z.optional(DetailLevelEnum),\n latitude: z.optional(z.number()).describe(\"The latitude of a location.\"),\n longitude: z.optional(z.number()).describe(\"The longitude of a location.\"),\n address: z.optional(postalAddressSchema).describe(\"The physical place of the location\"),\n});\n\nexport type PlaceModel = z.infer<typeof placeSchema>;\n\nexport const quantitativeValueSchema = z.object({\n version: z.literal('1.0.0').default('1.0.0'),\n type: z.string().describe(\"Document type used for schema\"),\n value: z.optional(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.\"),\n minValue: z.optional(z.number()).describe(\"The single minium value in a range for a quantitative_value, requires a maximum value.\"),\n maxValue: z.optional(z.number()).describe(\"The maximum value in a range for a quantitative_value, requires a minimum value.\"),\n unitText: UnitTextEnum,\n});\n\nexport type QuantitativeValueModel = z.infer<typeof quantitativeValueSchema>;\n\nexport const monetaryAmountSchema = z.object({\n version: z.literal('1.0.0').default('1.0.0'),\n type: z.string().describe(\"Document type used for schema\"),\n singleValue: z.optional(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.\"),\n minValue: z.optional(z.number()).describe(\"The annualized single minium value in a range for a quantitative_value. Deprecated use value.minValue\"),\n maxValue: z.optional(z.number()).describe(\"The annualized maximum value in a range for a quantitative_value. Deprecated use value.maxValue\"),\n value: z.optional(quantitativeValueSchema).describe(\"The quantitative_value for a given salary\"),\n currency: z.optional(CurrencyEnum),\n});\n\nexport type MonetaryAmountModel = z.infer<typeof monetaryAmountSchema>;\n\nexport const imageAssetSchema = z.object({\n version: z.literal('1.0.0').default('1.0.0'),\n altText: z.optional(z.string()).describe(\"The alt text for the image\"),\n assetId: z.optional(z.string()).describe(\"The asset ID for the image\"),\n description: z.optional(z.string()).describe(\"The description for the image\"),\n extension: z.optional(z.string()).describe(\"The extension for the image\"),\n label: z.optional(z.string()).describe(\"The label for the image\"),\n mimeType: z.optional(z.string()).describe(\"The mime type for the image\"),\n originalFilename: z.optional(z.string()).describe(\"The original filename for the image\"),\n path: z.optional(z.string()).describe(\"The path for the image\"),\n sha1Hash: z.optional(z.string()).describe(\"The SHA1 hash for the image\"),\n size: z.optional(z.number()).describe(\"The size for the image\"),\n title: z.optional(z.string()).describe(\"The title for the image\"),\n uploadId: z.optional(z.string()).describe(\"The upload ID for the image\"),\n url: z.optional(z.string()).describe(\"The URL for the image\"),\n});\n\nexport type ImageAssetModel = z.infer<typeof imageAssetSchema>;\n\nexport const imageSchema = z.object({\n version: z.literal('1.0.0').default('1.0.0'),\n type: z.string().describe(\"Document type used for schema\"),\n asset: z.optional(imageAssetSchema).describe(\"The asset for the image\"),\n});\n\nexport type ImageModel = z.infer<typeof imageSchema>;\n"],"mappings":"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","names":["PublishStatusEnum","TypeEnum","import_zod","import_zod","TypeEnum","TypeEnum","PublishStatusEnum"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
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-B5tqLSgo.cjs';
|
|
@@ -0,0 +1,2 @@
|
|
|
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-B5tqLSgo.js';
|