@next-degree/pickle-shared-js 0.6.43 → 0.6.44

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (53) hide show
  1. package/dist/{company_service_latest-Dwf4Fkjr.d.cts → company_service_latest-DQ5joNqO.d.cts} +1845 -243
  2. package/dist/{company_service_latest-Dwf4Fkjr.d.ts → company_service_latest-DQ5joNqO.d.ts} +1845 -243
  3. package/dist/components/jobPost/JobPost.cjs +28 -6
  4. package/dist/components/jobPost/JobPost.cjs.map +1 -1
  5. package/dist/components/jobPost/JobPost.d.cts +1 -1
  6. package/dist/components/jobPost/JobPost.d.ts +1 -1
  7. package/dist/components/jobPost/JobPost.js +28 -6
  8. package/dist/components/jobPost/JobPost.js.map +1 -1
  9. package/dist/{displayText-C1qKqRYc.d.cts → displayText-BvUjsvAx.d.cts} +2 -2
  10. package/dist/{displayText-D-OzRlJf.d.ts → displayText-CDK-QDbc.d.ts} +2 -2
  11. package/dist/hooks/useDisplayText.d.cts +3 -3
  12. package/dist/hooks/useDisplayText.d.ts +3 -3
  13. package/dist/index.cjs +57 -32
  14. package/dist/index.cjs.map +1 -1
  15. package/dist/index.d.cts +4 -4
  16. package/dist/index.d.ts +4 -4
  17. package/dist/index.js +57 -32
  18. package/dist/index.js.map +1 -1
  19. package/dist/{job_posting_service_latest-D0AsiA4a.d.cts → job_posting_service_latest-Uc2AcDWn.d.cts} +1543 -223
  20. package/dist/{job_posting_service_latest-D0AsiA4a.d.ts → job_posting_service_latest-Uc2AcDWn.d.ts} +1543 -223
  21. package/dist/lib/locations.d.cts +2 -2
  22. package/dist/lib/locations.d.ts +2 -2
  23. package/dist/lib/mappings.d.cts +3 -3
  24. package/dist/lib/mappings.d.ts +3 -3
  25. package/dist/lib/salaryRange.cjs +25 -4
  26. package/dist/lib/salaryRange.cjs.map +1 -1
  27. package/dist/lib/salaryRange.d.cts +1 -1
  28. package/dist/lib/salaryRange.d.ts +1 -1
  29. package/dist/lib/salaryRange.js +25 -4
  30. package/dist/lib/salaryRange.js.map +1 -1
  31. package/dist/services/displayText.d.cts +3 -3
  32. package/dist/services/displayText.d.ts +3 -3
  33. package/dist/{shared_pickle_output_latest-DX6GQoVn.d.cts → shared_pickle_output_latest-DUO_efBh.d.cts} +143 -3
  34. package/dist/{shared_pickle_output_latest-DX6GQoVn.d.ts → shared_pickle_output_latest-DUO_efBh.d.ts} +143 -3
  35. package/dist/types/data/company_service_latest.cjs +52 -31
  36. package/dist/types/data/company_service_latest.cjs.map +1 -1
  37. package/dist/types/data/company_service_latest.d.cts +1 -1
  38. package/dist/types/data/company_service_latest.d.ts +1 -1
  39. package/dist/types/data/company_service_latest.js +51 -29
  40. package/dist/types/data/company_service_latest.js.map +1 -1
  41. package/dist/types/data/job_posting_service_latest.cjs +51 -28
  42. package/dist/types/data/job_posting_service_latest.cjs.map +1 -1
  43. package/dist/types/data/job_posting_service_latest.d.cts +1 -1
  44. package/dist/types/data/job_posting_service_latest.d.ts +1 -1
  45. package/dist/types/data/job_posting_service_latest.js +51 -28
  46. package/dist/types/data/job_posting_service_latest.js.map +1 -1
  47. package/dist/types/data/shared_pickle_output_latest.cjs +29 -4
  48. package/dist/types/data/shared_pickle_output_latest.cjs.map +1 -1
  49. package/dist/types/data/shared_pickle_output_latest.d.cts +1 -1
  50. package/dist/types/data/shared_pickle_output_latest.d.ts +1 -1
  51. package/dist/types/data/shared_pickle_output_latest.js +27 -4
  52. package/dist/types/data/shared_pickle_output_latest.js.map +1 -1
  53. package/package.json +3 -3
@@ -3,13 +3,13 @@ import { z as z3 } from "zod";
3
3
 
4
4
  // src/types/data/shared_pickle_output_latest.ts
5
5
  import { z } from "zod";
6
- var TypeEnum = z.enum(["MONETARY_AMOUNT"]);
6
+ var TypeEnum = z.enum(["IMAGE"]);
7
7
  var DetailLevelEnum = z.enum(["COUNTRY", "GEO", "LOCALITY", "POSTAL_CODE", "REGION"]);
8
8
  var UnitTextEnum = z.enum(["DAY", "HOUR", "MONTH", "PER_ACTIVITY", "WEEK", "YEAR"]);
9
9
  var CurrencyEnum = z.enum(["EUR", "GBP", "USD"]);
10
10
  var postalAddressSchema = z.object({
11
11
  version: z.literal("1.0.0").default("1.0.0"),
12
- type: z.string().describe("Document type used within sanity"),
12
+ type: z.string().describe("Document type used for schema"),
13
13
  addressCountry: z.string().describe("The physical country as defined in ISO 3166 Alpha-2"),
14
14
  addressRegion: z.optional(z.string()).describe("The region in which the locality is, and which is in the country."),
15
15
  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."),
@@ -25,7 +25,7 @@ var placeSchema = z.object({
25
25
  });
26
26
  var quantitativeValueSchema = z.object({
27
27
  version: z.literal("1.0.0").default("1.0.0"),
28
- type: z.string().describe("Document type used within sanity"),
28
+ type: z.string().describe("Document type used for schema"),
29
29
  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."),
30
30
  minValue: z.optional(z.number()).describe("The single minium value in a range for a quantitative_value, requires a maximum value."),
31
31
  maxValue: z.optional(z.number()).describe("The maximum value in a range for a quantitative_value, requires a minimum value."),
@@ -33,13 +33,34 @@ var quantitativeValueSchema = z.object({
33
33
  });
34
34
  var monetaryAmountSchema = z.object({
35
35
  version: z.literal("1.0.0").default("1.0.0"),
36
- type: z.string().describe("Document type used within sanity"),
36
+ type: z.string().describe("Document type used for schema"),
37
37
  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."),
38
38
  minValue: z.optional(z.number()).describe("The annualized single minium value in a range for a quantitative_value. Deprecated use value.minValue"),
39
39
  maxValue: z.optional(z.number()).describe("The annualized maximum value in a range for a quantitative_value. Deprecated use value.maxValue"),
40
40
  value: z.optional(quantitativeValueSchema).describe("The quantitative_value for a given salary"),
41
41
  currency: z.optional(CurrencyEnum)
42
42
  });
43
+ var imageAssetSchema = z.object({
44
+ version: z.literal("1.0.0").default("1.0.0"),
45
+ altText: z.optional(z.string()).describe("The alt text for the image"),
46
+ assetId: z.optional(z.string()).describe("The asset ID for the image"),
47
+ description: z.optional(z.string()).describe("The description for the image"),
48
+ extension: z.optional(z.string()).describe("The extension for the image"),
49
+ label: z.optional(z.string()).describe("The label for the image"),
50
+ mimeType: z.optional(z.string()).describe("The mime type for the image"),
51
+ originalFilename: z.optional(z.string()).describe("The original filename for the image"),
52
+ path: z.optional(z.string()).describe("The path for the image"),
53
+ sha1Hash: z.optional(z.string()).describe("The SHA1 hash for the image"),
54
+ size: z.optional(z.number()).describe("The size for the image"),
55
+ title: z.optional(z.string()).describe("The title for the image"),
56
+ uploadId: z.optional(z.string()).describe("The upload ID for the image"),
57
+ url: z.optional(z.string()).describe("The URL for the image")
58
+ });
59
+ var imageSchema = z.object({
60
+ version: z.literal("1.0.0").default("1.0.0"),
61
+ type: z.string().describe("Document type used for schema"),
62
+ asset: z.optional(imageAssetSchema).describe("The asset for the image")
63
+ });
43
64
 
44
65
  // src/types/data/company_service_latest.ts
45
66
  import { z as z2 } from "zod";
@@ -48,10 +69,6 @@ var CategoryEnum = z2.enum(["FINANCIAL", "HEALTH", "PROFESSIONAL_DEVELOPMENT", "
48
69
  var TitleEnum = z2.enum(["DMD", "JD", "MBA", "MD", "MHA", "MPH", "PT", "PH_D", "RN"]);
49
70
  var PublishStatusEnum = z2.enum(["DRAFT", "IN_REVIEW", "PUBLISHED", "REMOVED"]);
50
71
  var OfficeTypeEnum = z2.enum(["BRANCH", "HEADQUARTERS", "SATELLITE"]);
51
- var imageSchema = z2.object({
52
- version: z2.literal("1.0.0").default("1.0.0"),
53
- url: z2.string()
54
- });
55
72
  var socialMediaSchema = z2.object({
56
73
  version: z2.literal("1.0.0").default("1.0.0"),
57
74
  url: z2.string().describe("The link to the social media platform"),
@@ -59,14 +76,14 @@ var socialMediaSchema = z2.object({
59
76
  });
60
77
  var companyBenefitsSchema = z2.object({
61
78
  version: z2.literal("1.0.0").default("1.0.0"),
62
- type: z2.string().describe("Document type used within sanity"),
63
- name: z2.string(),
79
+ type: z2.string().describe("Document type used for schema"),
80
+ title: z2.string(),
64
81
  description: z2.optional(z2.string()),
65
82
  category: CategoryEnum
66
83
  });
67
84
  var industrySchema = z2.lazy(() => z2.object({
68
85
  version: z2.literal("1.0.0").default("1.0.0"),
69
- type: z2.string().describe("Document type used within sanity"),
86
+ type: z2.string().describe("Document type used for schema"),
70
87
  name: z2.string(),
71
88
  description: z2.optional(z2.string()).describe("A brief description of the industry"),
72
89
  onetIndustryId: z2.optional(z2.string()).describe("ONET industry ID"),
@@ -74,7 +91,7 @@ var industrySchema = z2.lazy(() => z2.object({
74
91
  }));
75
92
  var jobBoardSchema = z2.object({
76
93
  version: z2.literal("1.0.0").default("1.0.0"),
77
- type: z2.string().describe("Document type used within sanity"),
94
+ type: z2.string().describe("Document type used for schema"),
78
95
  name: z2.string().describe("The name of the job board"),
79
96
  description: z2.string().describe("A brief description of the job board"),
80
97
  logo: z2.optional(imageSchema).describe("The logo of the job board"),
@@ -82,7 +99,7 @@ var jobBoardSchema = z2.object({
82
99
  });
83
100
  var personSchema = z2.object({
84
101
  version: z2.literal("1.0.0").default("1.0.0"),
85
- type: z2.string().describe("Document type used within sanity"),
102
+ type: z2.string().describe("Document type used for schema"),
86
103
  firstName: z2.string().describe("The first name of the person"),
87
104
  lastName: z2.string().describe("The last name of the person"),
88
105
  title: z2.optional(z2.array(z2.string())).describe("The titles of the degree of the person"),
@@ -98,56 +115,62 @@ var personSchema = z2.object({
98
115
  url: z2.optional(z2.string()).describe("The URL of the person"),
99
116
  address: z2.optional(placeSchema).describe("The address of the person")
100
117
  });
101
- var companyCareersPageSchema = z2.object({
118
+ var companyCareersSchema = z2.object({
102
119
  version: z2.literal("1.0.0").default("1.0.0"),
103
- companyCareersUrl: z2.string().describe("The URL of the company careers page"),
104
- companyJobBoard: z2.optional(jobBoardSchema),
105
- jobBoardSlug: z2.array(z2.string()),
120
+ type: z2.string().describe("Document type used for schema"),
121
+ careersUrl: z2.string().describe("The URL of the company careers page"),
122
+ jobBoard: z2.optional(jobBoardSchema),
123
+ jobBoardSlug: z2.optional(z2.array(z2.string())),
106
124
  companyBenefits: z2.optional(z2.array(companyBenefitsSchema)).describe("What are the specific benefits of that company. The benefit is generic.")
107
125
  });
108
126
  var companyPhilosophySchema = z2.object({
109
127
  version: z2.literal("1.0.0").default("1.0.0"),
110
- mission: z2.optional(z2.string()).describe("The mission statement of the company."),
128
+ type: z2.string().describe("Document type used for schema"),
129
+ companyMission: z2.optional(z2.string()).describe("The mission statement of the company."),
111
130
  companyHow: z2.optional(z2.string()).describe("How does the company achieve its mission"),
112
131
  companyCulture: z2.optional(z2.array(z2.string())).describe("What are some of the culture aspects of this company?")
113
132
  });
114
133
  var companyNdgSchema = z2.object({
115
134
  version: z2.literal("1.0.0").default("1.0.0"),
135
+ type: z2.string().describe("Document type used for schema"),
116
136
  companyWow: z2.optional(z2.string()).describe("What is the wow of this company?"),
117
137
  companyNDGTake: z2.optional(z2.string()).describe("What is the NDG POV on this company?"),
118
- // Manually edited due to a different naming convention
119
138
  companyBestFit: z2.optional(z2.array(z2.string())),
120
139
  companyInterests: z2.optional(z2.array(z2.string()))
121
140
  });
122
141
  var foundingInformationSchema = z2.object({
123
142
  version: z2.literal("1.0.0").default("1.0.0"),
124
- foundedYear: z2.optional(z2.string()),
125
- foundingCountry: z2.optional(z2.string()),
126
- foundingCity: z2.optional(z2.string()),
143
+ type: z2.string().describe("Document type used for schema"),
144
+ foundedDate: z2.optional(z2.string()),
145
+ foundedCountry: z2.optional(z2.string()),
146
+ foundedCity: z2.optional(z2.string()),
127
147
  founders: z2.optional(z2.array(personSchema))
128
148
  });
129
149
  var ngdMetadataSchema = z2.object({
130
150
  version: z2.literal("1.0.0").default("1.0.0"),
151
+ type: z2.string().describe("Document type used for schema"),
131
152
  lastScraped: z2.optional(z2.string()).describe("Date the last entity was scraped, if applicable"),
132
153
  scraperVersion: z2.optional(z2.string()),
133
154
  postProcessorVersion: z2.optional(z2.string()),
134
155
  uniqueRunId: z2.optional(z2.string()),
135
156
  postProcessorUniqueRunId: z2.optional(z2.string()),
136
- shouldThisDocumentBeScraped: z2.optional(z2.boolean())
157
+ isScrapeManaged: z2.optional(z2.boolean()).default(true)
137
158
  });
138
159
  var companySchema = z2.object({
139
160
  version: z2.literal("1.0.0").default("1.0.0"),
161
+ id: z2.string().describe("The NDG specific id for a company. Cannot be changed."),
162
+ createdAt: z2.string().datetime().describe("Time document was created. Autoset by Sanity"),
163
+ updatedAt: z2.string().datetime().describe("Time document was created. Autoset by Sanity"),
140
164
  companyName: z2.string().describe("The name of the company"),
141
165
  slug: z2.string().describe("The NDG specific slug for a company."),
142
- type: z2.string().describe("Document type used within sanity"),
166
+ type: z2.string().describe("Document type used for schema"),
143
167
  logo: z2.optional(imageSchema).describe("The logo of the company"),
144
168
  companyWebsite: z2.optional(z2.string()).describe("The website of the company"),
145
169
  socialMedia: z2.optional(z2.array(socialMediaSchema)).describe("The social media links of the company"),
146
170
  brandColor: z2.optional(z2.string()).describe("The brand color of the company"),
147
- companyCareers: z2.optional(companyCareersPageSchema).describe("Career Specific Information for the company."),
171
+ companyCareers: z2.optional(companyCareersSchema).describe("Career Specific Information for the company."),
148
172
  companyPhilosophy: z2.optional(companyPhilosophySchema).describe("Company mission,values and how the company achieves its mission."),
149
173
  companyNDG: z2.optional(companyNdgSchema).describe("Next Degree specific information for the company."),
150
- // Manually edited due to a different naming convention
151
174
  foundingInfo: z2.optional(foundingInformationSchema),
152
175
  headquartersLocation: z2.optional(placeSchema),
153
176
  employeeEstimate: z2.optional(z2.string()),
@@ -156,7 +179,7 @@ var companySchema = z2.object({
156
179
  });
157
180
  var officeSchema = z2.object({
158
181
  version: z2.literal("1.0.0").default("1.0.0"),
159
- type: z2.string().describe("Document type used within sanity"),
182
+ type: z2.string().describe("Document type used for schema"),
160
183
  name: z2.string().describe("Name or nickname for the office (e.g., 'NYC HQ', 'West Coast Branch')"),
161
184
  officeType: OfficeTypeEnum,
162
185
  companyId: z2.optional(companySchema),
@@ -180,7 +203,7 @@ var ClinicalSpecialtyEnum = z3.enum(["ANESTHESIOLOGY", "CARDIOLOGY", "CASE_MANAG
180
203
  var jobPostSchema = z3.object({
181
204
  version: z3.literal("1.0.0").default("1.0.0"),
182
205
  id: z3.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."),
183
- type: z3.string().describe("Document type used within sanity"),
206
+ type: z3.string().describe("Document type used for schema"),
184
207
  createdAt: z3.string().datetime().describe("Time document was created. Autoset by Sanity"),
185
208
  updatedAt: z3.string().datetime().describe("Time document was created. Autoset by Sanity"),
186
209
  dateAdded: z3.optional(z3.string().datetime()).describe("The date the job was added to the platform"),
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/types/data/job_posting_service_latest.ts","../../../src/types/data/shared_pickle_output_latest.ts","../../../src/types/data/company_service_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 { placeSchema, monetaryAmountSchema, postalAddressSchema } from './shared_pickle_output_latest' \nimport { companySchema, officeSchema } from './company_service_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 within sanity\"),\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:4cceb9ec-67b6-4372-9af0-0c6bfe55908b\nDomain: shared\nData Product: shared_pickle_output\nVersion: 1.0.0\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(['MONETARY_AMOUNT']);\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 within sanity\"),\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 address within the locality.\"),\n postalCode: z.optional(z.string()).describe(\"The postal code\"),\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 within sanity\"),\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 within sanity\"),\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","/*\nID:ebc38aef-0062-4f69-95af-d06bdc30d23f\nDomain: companies\nData Product: company_service\nVersion: 1.0.0\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 { 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 imageSchema = z.object({\n version: z.literal('1.0.0').default('1.0.0'),\n url: z.string(),\n});\n\nexport type ImageModel = z.infer<typeof imageSchema>;\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 within sanity\"),\n name: 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 within sanity\"),\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 within sanity\"),\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 within sanity\"),\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 companyCareersPageSchema = z.object({\n version: z.literal('1.0.0').default('1.0.0'),\n companyCareersUrl: z.string().describe(\"The URL of the company careers page\"),\n companyJobBoard: z.optional(jobBoardSchema),\n jobBoardSlug: 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 CompanyCareersPageModel = z.infer<typeof companyCareersPageSchema>;\n\nexport const companyPhilosophySchema = z.object({\n version: z.literal('1.0.0').default('1.0.0'),\n mission: 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 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?\"), // Manually edited due to a different naming convention\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 foundedYear: z.optional(z.string()),\n foundingCountry: z.optional(z.string()),\n foundingCity: 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 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 shouldThisDocumentBeScraped: z.optional(z.boolean()),\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 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 within sanity\"),\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(companyCareersPageSchema).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.\"), // Manually edited due to a different naming convention\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 within sanity\"),\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"],"mappings":"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","names":["z","z","TypeEnum","z","TypeEnum","z","PublishStatusEnum"]}
1
+ {"version":3,"sources":["../../../src/types/data/job_posting_service_latest.ts","../../../src/types/data/shared_pickle_output_latest.ts","../../../src/types/data/company_service_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 { monetaryAmountSchema, placeSchema, postalAddressSchema } from './shared_pickle_output_latest' \nimport { companySchema, officeSchema } from './company_service_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:4cceb9ec-67b6-4372-9af0-0c6bfe55908b\nDomain: shared\nData Product: shared_pickle_output\nVersion: 1.0.1\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 address within the locality.\"),\n postalCode: z.optional(z.string()).describe(\"The postal code\"),\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","/*\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"],"mappings":"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","names":["z","z","TypeEnum","z","TypeEnum","z","PublishStatusEnum"]}
@@ -24,6 +24,8 @@ __export(shared_pickle_output_latest_exports, {
24
24
  DetailLevelEnum: () => DetailLevelEnum,
25
25
  TypeEnum: () => TypeEnum,
26
26
  UnitTextEnum: () => UnitTextEnum,
27
+ imageAssetSchema: () => imageAssetSchema,
28
+ imageSchema: () => imageSchema,
27
29
  monetaryAmountSchema: () => monetaryAmountSchema,
28
30
  placeSchema: () => placeSchema,
29
31
  postalAddressSchema: () => postalAddressSchema,
@@ -31,13 +33,13 @@ __export(shared_pickle_output_latest_exports, {
31
33
  });
32
34
  module.exports = __toCommonJS(shared_pickle_output_latest_exports);
33
35
  var import_zod = require("zod");
34
- var TypeEnum = import_zod.z.enum(["MONETARY_AMOUNT"]);
36
+ var TypeEnum = import_zod.z.enum(["IMAGE"]);
35
37
  var DetailLevelEnum = import_zod.z.enum(["COUNTRY", "GEO", "LOCALITY", "POSTAL_CODE", "REGION"]);
36
38
  var UnitTextEnum = import_zod.z.enum(["DAY", "HOUR", "MONTH", "PER_ACTIVITY", "WEEK", "YEAR"]);
37
39
  var CurrencyEnum = import_zod.z.enum(["EUR", "GBP", "USD"]);
38
40
  var postalAddressSchema = import_zod.z.object({
39
41
  version: import_zod.z.literal("1.0.0").default("1.0.0"),
40
- type: import_zod.z.string().describe("Document type used within sanity"),
42
+ type: import_zod.z.string().describe("Document type used for schema"),
41
43
  addressCountry: import_zod.z.string().describe("The physical country as defined in ISO 3166 Alpha-2"),
42
44
  addressRegion: import_zod.z.optional(import_zod.z.string()).describe("The region in which the locality is, and which is in the country."),
43
45
  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."),
@@ -53,7 +55,7 @@ var placeSchema = import_zod.z.object({
53
55
  });
54
56
  var quantitativeValueSchema = import_zod.z.object({
55
57
  version: import_zod.z.literal("1.0.0").default("1.0.0"),
56
- type: import_zod.z.string().describe("Document type used within sanity"),
58
+ type: import_zod.z.string().describe("Document type used for schema"),
57
59
  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."),
58
60
  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."),
59
61
  maxValue: import_zod.z.optional(import_zod.z.number()).describe("The maximum value in a range for a quantitative_value, requires a minimum value."),
@@ -61,19 +63,42 @@ var quantitativeValueSchema = import_zod.z.object({
61
63
  });
62
64
  var monetaryAmountSchema = import_zod.z.object({
63
65
  version: import_zod.z.literal("1.0.0").default("1.0.0"),
64
- type: import_zod.z.string().describe("Document type used within sanity"),
66
+ type: import_zod.z.string().describe("Document type used for schema"),
65
67
  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."),
66
68
  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"),
67
69
  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"),
68
70
  value: import_zod.z.optional(quantitativeValueSchema).describe("The quantitative_value for a given salary"),
69
71
  currency: import_zod.z.optional(CurrencyEnum)
70
72
  });
73
+ var imageAssetSchema = import_zod.z.object({
74
+ version: import_zod.z.literal("1.0.0").default("1.0.0"),
75
+ altText: import_zod.z.optional(import_zod.z.string()).describe("The alt text for the image"),
76
+ assetId: import_zod.z.optional(import_zod.z.string()).describe("The asset ID for the image"),
77
+ description: import_zod.z.optional(import_zod.z.string()).describe("The description for the image"),
78
+ extension: import_zod.z.optional(import_zod.z.string()).describe("The extension for the image"),
79
+ label: import_zod.z.optional(import_zod.z.string()).describe("The label for the image"),
80
+ mimeType: import_zod.z.optional(import_zod.z.string()).describe("The mime type for the image"),
81
+ originalFilename: import_zod.z.optional(import_zod.z.string()).describe("The original filename for the image"),
82
+ path: import_zod.z.optional(import_zod.z.string()).describe("The path for the image"),
83
+ sha1Hash: import_zod.z.optional(import_zod.z.string()).describe("The SHA1 hash for the image"),
84
+ size: import_zod.z.optional(import_zod.z.number()).describe("The size for the image"),
85
+ title: import_zod.z.optional(import_zod.z.string()).describe("The title for the image"),
86
+ uploadId: import_zod.z.optional(import_zod.z.string()).describe("The upload ID for the image"),
87
+ url: import_zod.z.optional(import_zod.z.string()).describe("The URL for the image")
88
+ });
89
+ var imageSchema = import_zod.z.object({
90
+ version: import_zod.z.literal("1.0.0").default("1.0.0"),
91
+ type: import_zod.z.string().describe("Document type used for schema"),
92
+ asset: import_zod.z.optional(imageAssetSchema).describe("The asset for the image")
93
+ });
71
94
  // Annotate the CommonJS export names for ESM import in node:
72
95
  0 && (module.exports = {
73
96
  CurrencyEnum,
74
97
  DetailLevelEnum,
75
98
  TypeEnum,
76
99
  UnitTextEnum,
100
+ imageAssetSchema,
101
+ imageSchema,
77
102
  monetaryAmountSchema,
78
103
  placeSchema,
79
104
  postalAddressSchema,
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/types/data/shared_pickle_output_latest.ts"],"sourcesContent":["/*\nID:4cceb9ec-67b6-4372-9af0-0c6bfe55908b\nDomain: shared\nData Product: shared_pickle_output\nVersion: 1.0.0\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(['MONETARY_AMOUNT']);\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 within sanity\"),\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 address within the locality.\"),\n postalCode: z.optional(z.string()).describe(\"The postal code\"),\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 within sanity\"),\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 within sanity\"),\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"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAQA,iBAAkB;AAKX,IAAM,WAAW,aAAE,KAAK,CAAC,iBAAiB,CAAC;AAC3C,IAAM,kBAAkB,aAAE,KAAK,CAAC,WAAW,OAAO,YAAY,eAAe,QAAQ,CAAC;AACtF,IAAM,eAAe,aAAE,KAAK,CAAC,OAAO,QAAQ,SAAS,gBAAgB,QAAQ,MAAM,CAAC;AACpF,IAAM,eAAe,aAAE,KAAK,CAAC,OAAO,OAAO,KAAK,CAAC;AAGjD,IAAM,sBAAsB,aAAE,OAAO;AAAA,EACxC,SAAS,aAAE,QAAQ,OAAO,EAAE,QAAQ,OAAO;AAAA,EAC3C,MAAM,aAAE,OAAO,EAAE,SAAS,kCAAkC;AAAA,EAC5D,gBAAgB,aAAE,OAAO,EAAE,SAAS,qDAAqD;AAAA,EACzF,eAAe,aAAE,SAAS,aAAE,OAAO,CAAC,EAAE,SAAS,mEAAmE;AAAA,EAClH,iBAAiB,aAAE,SAAS,aAAE,OAAO,CAAC,EAAE,SAAS,wGAAwG;AAAA,EACzJ,eAAe,aAAE,SAAS,aAAE,OAAO,CAAC,EAAE,SAAS,yCAAyC;AAAA,EACxF,YAAY,aAAE,SAAS,aAAE,OAAO,CAAC,EAAE,SAAS,iBAAiB;AACjE,CAAC;AAIM,IAAM,cAAc,aAAE,OAAO;AAAA,EAChC,SAAS,aAAE,QAAQ,OAAO,EAAE,QAAQ,OAAO;AAAA,EAC3C,aAAa,aAAE,SAAS,eAAe;AAAA,EACvC,UAAU,aAAE,SAAS,aAAE,OAAO,CAAC,EAAE,SAAS,6BAA6B;AAAA,EACvE,WAAW,aAAE,SAAS,aAAE,OAAO,CAAC,EAAE,SAAS,8BAA8B;AAAA,EACzE,SAAS,aAAE,SAAS,mBAAmB,EAAE,SAAS,oCAAoC;AAC1F,CAAC;AAIM,IAAM,0BAA0B,aAAE,OAAO;AAAA,EAC5C,SAAS,aAAE,QAAQ,OAAO,EAAE,QAAQ,OAAO;AAAA,EAC3C,MAAM,aAAE,OAAO,EAAE,SAAS,kCAAkC;AAAA,EAC5D,OAAO,aAAE,SAAS,aAAE,OAAO,CAAC,EAAE,SAAS,kIAAkI;AAAA,EACzK,UAAU,aAAE,SAAS,aAAE,OAAO,CAAC,EAAE,SAAS,wFAAwF;AAAA,EAClI,UAAU,aAAE,SAAS,aAAE,OAAO,CAAC,EAAE,SAAS,kFAAkF;AAAA,EAC5H,UAAU;AACd,CAAC;AAIM,IAAM,uBAAuB,aAAE,OAAO;AAAA,EACzC,SAAS,aAAE,QAAQ,OAAO,EAAE,QAAQ,OAAO;AAAA,EAC3C,MAAM,aAAE,OAAO,EAAE,SAAS,kCAAkC;AAAA,EAC5D,aAAa,aAAE,SAAS,aAAE,OAAO,CAAC,EAAE,SAAS,+IAA+I;AAAA,EAC5L,UAAU,aAAE,SAAS,aAAE,OAAO,CAAC,EAAE,SAAS,uGAAuG;AAAA,EACjJ,UAAU,aAAE,SAAS,aAAE,OAAO,CAAC,EAAE,SAAS,iGAAiG;AAAA,EAC3I,OAAO,aAAE,SAAS,uBAAuB,EAAE,SAAS,2CAA2C;AAAA,EAC/F,UAAU,aAAE,SAAS,YAAY;AACrC,CAAC;","names":[]}
1
+ {"version":3,"sources":["../../../src/types/data/shared_pickle_output_latest.ts"],"sourcesContent":["/*\nID:4cceb9ec-67b6-4372-9af0-0c6bfe55908b\nDomain: shared\nData Product: shared_pickle_output\nVersion: 1.0.1\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 address within the locality.\"),\n postalCode: z.optional(z.string()).describe(\"The postal code\"),\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":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAQA,iBAAkB;AAKX,IAAM,WAAW,aAAE,KAAK,CAAC,OAAO,CAAC;AACjC,IAAM,kBAAkB,aAAE,KAAK,CAAC,WAAW,OAAO,YAAY,eAAe,QAAQ,CAAC;AACtF,IAAM,eAAe,aAAE,KAAK,CAAC,OAAO,QAAQ,SAAS,gBAAgB,QAAQ,MAAM,CAAC;AACpF,IAAM,eAAe,aAAE,KAAK,CAAC,OAAO,OAAO,KAAK,CAAC;AAGjD,IAAM,sBAAsB,aAAE,OAAO;AAAA,EACxC,SAAS,aAAE,QAAQ,OAAO,EAAE,QAAQ,OAAO;AAAA,EAC3C,MAAM,aAAE,OAAO,EAAE,SAAS,+BAA+B;AAAA,EACzD,gBAAgB,aAAE,OAAO,EAAE,SAAS,qDAAqD;AAAA,EACzF,eAAe,aAAE,SAAS,aAAE,OAAO,CAAC,EAAE,SAAS,mEAAmE;AAAA,EAClH,iBAAiB,aAAE,SAAS,aAAE,OAAO,CAAC,EAAE,SAAS,wGAAwG;AAAA,EACzJ,eAAe,aAAE,SAAS,aAAE,OAAO,CAAC,EAAE,SAAS,yCAAyC;AAAA,EACxF,YAAY,aAAE,SAAS,aAAE,OAAO,CAAC,EAAE,SAAS,iBAAiB;AACjE,CAAC;AAIM,IAAM,cAAc,aAAE,OAAO;AAAA,EAChC,SAAS,aAAE,QAAQ,OAAO,EAAE,QAAQ,OAAO;AAAA,EAC3C,aAAa,aAAE,SAAS,eAAe;AAAA,EACvC,UAAU,aAAE,SAAS,aAAE,OAAO,CAAC,EAAE,SAAS,6BAA6B;AAAA,EACvE,WAAW,aAAE,SAAS,aAAE,OAAO,CAAC,EAAE,SAAS,8BAA8B;AAAA,EACzE,SAAS,aAAE,SAAS,mBAAmB,EAAE,SAAS,oCAAoC;AAC1F,CAAC;AAIM,IAAM,0BAA0B,aAAE,OAAO;AAAA,EAC5C,SAAS,aAAE,QAAQ,OAAO,EAAE,QAAQ,OAAO;AAAA,EAC3C,MAAM,aAAE,OAAO,EAAE,SAAS,+BAA+B;AAAA,EACzD,OAAO,aAAE,SAAS,aAAE,OAAO,CAAC,EAAE,SAAS,kIAAkI;AAAA,EACzK,UAAU,aAAE,SAAS,aAAE,OAAO,CAAC,EAAE,SAAS,wFAAwF;AAAA,EAClI,UAAU,aAAE,SAAS,aAAE,OAAO,CAAC,EAAE,SAAS,kFAAkF;AAAA,EAC5H,UAAU;AACd,CAAC;AAIM,IAAM,uBAAuB,aAAE,OAAO;AAAA,EACzC,SAAS,aAAE,QAAQ,OAAO,EAAE,QAAQ,OAAO;AAAA,EAC3C,MAAM,aAAE,OAAO,EAAE,SAAS,+BAA+B;AAAA,EACzD,aAAa,aAAE,SAAS,aAAE,OAAO,CAAC,EAAE,SAAS,+IAA+I;AAAA,EAC5L,UAAU,aAAE,SAAS,aAAE,OAAO,CAAC,EAAE,SAAS,uGAAuG;AAAA,EACjJ,UAAU,aAAE,SAAS,aAAE,OAAO,CAAC,EAAE,SAAS,iGAAiG;AAAA,EAC3I,OAAO,aAAE,SAAS,uBAAuB,EAAE,SAAS,2CAA2C;AAAA,EAC/F,UAAU,aAAE,SAAS,YAAY;AACrC,CAAC;AAIM,IAAM,mBAAmB,aAAE,OAAO;AAAA,EACrC,SAAS,aAAE,QAAQ,OAAO,EAAE,QAAQ,OAAO;AAAA,EAC3C,SAAS,aAAE,SAAS,aAAE,OAAO,CAAC,EAAE,SAAS,4BAA4B;AAAA,EACrE,SAAS,aAAE,SAAS,aAAE,OAAO,CAAC,EAAE,SAAS,4BAA4B;AAAA,EACrE,aAAa,aAAE,SAAS,aAAE,OAAO,CAAC,EAAE,SAAS,+BAA+B;AAAA,EAC5E,WAAW,aAAE,SAAS,aAAE,OAAO,CAAC,EAAE,SAAS,6BAA6B;AAAA,EACxE,OAAO,aAAE,SAAS,aAAE,OAAO,CAAC,EAAE,SAAS,yBAAyB;AAAA,EAChE,UAAU,aAAE,SAAS,aAAE,OAAO,CAAC,EAAE,SAAS,6BAA6B;AAAA,EACvE,kBAAkB,aAAE,SAAS,aAAE,OAAO,CAAC,EAAE,SAAS,qCAAqC;AAAA,EACvF,MAAM,aAAE,SAAS,aAAE,OAAO,CAAC,EAAE,SAAS,wBAAwB;AAAA,EAC9D,UAAU,aAAE,SAAS,aAAE,OAAO,CAAC,EAAE,SAAS,6BAA6B;AAAA,EACvE,MAAM,aAAE,SAAS,aAAE,OAAO,CAAC,EAAE,SAAS,wBAAwB;AAAA,EAC9D,OAAO,aAAE,SAAS,aAAE,OAAO,CAAC,EAAE,SAAS,yBAAyB;AAAA,EAChE,UAAU,aAAE,SAAS,aAAE,OAAO,CAAC,EAAE,SAAS,6BAA6B;AAAA,EACvE,KAAK,aAAE,SAAS,aAAE,OAAO,CAAC,EAAE,SAAS,uBAAuB;AAChE,CAAC;AAIM,IAAM,cAAc,aAAE,OAAO;AAAA,EAChC,SAAS,aAAE,QAAQ,OAAO,EAAE,QAAQ,OAAO;AAAA,EAC3C,MAAM,aAAE,OAAO,EAAE,SAAS,+BAA+B;AAAA,EACzD,OAAO,aAAE,SAAS,gBAAgB,EAAE,SAAS,yBAAyB;AAC1E,CAAC;","names":[]}
@@ -1,2 +1,2 @@
1
1
  import 'zod';
2
- export { C as CurrencyEnum, D as DetailLevelEnum, M as MonetaryAmountModel, b as PlaceModel, P as PostalAddressModel, Q as QuantitativeValueModel, T as TypeEnum, U as UnitTextEnum, m as monetaryAmountSchema, a as placeSchema, p as postalAddressSchema, q as quantitativeValueSchema } from '../../shared_pickle_output_latest-DX6GQoVn.cjs';
2
+ export { C as CurrencyEnum, D as DetailLevelEnum, I as ImageAssetModel, d as ImageModel, M as MonetaryAmountModel, b as PlaceModel, P as PostalAddressModel, Q as QuantitativeValueModel, T as TypeEnum, U as UnitTextEnum, i as imageAssetSchema, c as imageSchema, m as monetaryAmountSchema, a as placeSchema, p as postalAddressSchema, q as quantitativeValueSchema } from '../../shared_pickle_output_latest-DUO_efBh.cjs';
@@ -1,2 +1,2 @@
1
1
  import 'zod';
2
- export { C as CurrencyEnum, D as DetailLevelEnum, M as MonetaryAmountModel, b as PlaceModel, P as PostalAddressModel, Q as QuantitativeValueModel, T as TypeEnum, U as UnitTextEnum, m as monetaryAmountSchema, a as placeSchema, p as postalAddressSchema, q as quantitativeValueSchema } from '../../shared_pickle_output_latest-DX6GQoVn.js';
2
+ export { C as CurrencyEnum, D as DetailLevelEnum, I as ImageAssetModel, d as ImageModel, M as MonetaryAmountModel, b as PlaceModel, P as PostalAddressModel, Q as QuantitativeValueModel, T as TypeEnum, U as UnitTextEnum, i as imageAssetSchema, c as imageSchema, m as monetaryAmountSchema, a as placeSchema, p as postalAddressSchema, q as quantitativeValueSchema } from '../../shared_pickle_output_latest-DUO_efBh.js';
@@ -1,12 +1,12 @@
1
1
  // src/types/data/shared_pickle_output_latest.ts
2
2
  import { z } from "zod";
3
- var TypeEnum = z.enum(["MONETARY_AMOUNT"]);
3
+ var TypeEnum = z.enum(["IMAGE"]);
4
4
  var DetailLevelEnum = z.enum(["COUNTRY", "GEO", "LOCALITY", "POSTAL_CODE", "REGION"]);
5
5
  var UnitTextEnum = z.enum(["DAY", "HOUR", "MONTH", "PER_ACTIVITY", "WEEK", "YEAR"]);
6
6
  var CurrencyEnum = z.enum(["EUR", "GBP", "USD"]);
7
7
  var postalAddressSchema = z.object({
8
8
  version: z.literal("1.0.0").default("1.0.0"),
9
- type: z.string().describe("Document type used within sanity"),
9
+ type: z.string().describe("Document type used for schema"),
10
10
  addressCountry: z.string().describe("The physical country as defined in ISO 3166 Alpha-2"),
11
11
  addressRegion: z.optional(z.string()).describe("The region in which the locality is, and which is in the country."),
12
12
  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."),
@@ -22,7 +22,7 @@ var placeSchema = z.object({
22
22
  });
23
23
  var quantitativeValueSchema = z.object({
24
24
  version: z.literal("1.0.0").default("1.0.0"),
25
- type: z.string().describe("Document type used within sanity"),
25
+ type: z.string().describe("Document type used for schema"),
26
26
  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."),
27
27
  minValue: z.optional(z.number()).describe("The single minium value in a range for a quantitative_value, requires a maximum value."),
28
28
  maxValue: z.optional(z.number()).describe("The maximum value in a range for a quantitative_value, requires a minimum value."),
@@ -30,18 +30,41 @@ var quantitativeValueSchema = z.object({
30
30
  });
31
31
  var monetaryAmountSchema = z.object({
32
32
  version: z.literal("1.0.0").default("1.0.0"),
33
- type: z.string().describe("Document type used within sanity"),
33
+ type: z.string().describe("Document type used for schema"),
34
34
  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."),
35
35
  minValue: z.optional(z.number()).describe("The annualized single minium value in a range for a quantitative_value. Deprecated use value.minValue"),
36
36
  maxValue: z.optional(z.number()).describe("The annualized maximum value in a range for a quantitative_value. Deprecated use value.maxValue"),
37
37
  value: z.optional(quantitativeValueSchema).describe("The quantitative_value for a given salary"),
38
38
  currency: z.optional(CurrencyEnum)
39
39
  });
40
+ var imageAssetSchema = z.object({
41
+ version: z.literal("1.0.0").default("1.0.0"),
42
+ altText: z.optional(z.string()).describe("The alt text for the image"),
43
+ assetId: z.optional(z.string()).describe("The asset ID for the image"),
44
+ description: z.optional(z.string()).describe("The description for the image"),
45
+ extension: z.optional(z.string()).describe("The extension for the image"),
46
+ label: z.optional(z.string()).describe("The label for the image"),
47
+ mimeType: z.optional(z.string()).describe("The mime type for the image"),
48
+ originalFilename: z.optional(z.string()).describe("The original filename for the image"),
49
+ path: z.optional(z.string()).describe("The path for the image"),
50
+ sha1Hash: z.optional(z.string()).describe("The SHA1 hash for the image"),
51
+ size: z.optional(z.number()).describe("The size for the image"),
52
+ title: z.optional(z.string()).describe("The title for the image"),
53
+ uploadId: z.optional(z.string()).describe("The upload ID for the image"),
54
+ url: z.optional(z.string()).describe("The URL for the image")
55
+ });
56
+ var imageSchema = z.object({
57
+ version: z.literal("1.0.0").default("1.0.0"),
58
+ type: z.string().describe("Document type used for schema"),
59
+ asset: z.optional(imageAssetSchema).describe("The asset for the image")
60
+ });
40
61
  export {
41
62
  CurrencyEnum,
42
63
  DetailLevelEnum,
43
64
  TypeEnum,
44
65
  UnitTextEnum,
66
+ imageAssetSchema,
67
+ imageSchema,
45
68
  monetaryAmountSchema,
46
69
  placeSchema,
47
70
  postalAddressSchema,
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/types/data/shared_pickle_output_latest.ts"],"sourcesContent":["/*\nID:4cceb9ec-67b6-4372-9af0-0c6bfe55908b\nDomain: shared\nData Product: shared_pickle_output\nVersion: 1.0.0\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(['MONETARY_AMOUNT']);\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 within sanity\"),\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 address within the locality.\"),\n postalCode: z.optional(z.string()).describe(\"The postal code\"),\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 within sanity\"),\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 within sanity\"),\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"],"mappings":";AAQA,SAAS,SAAS;AAKX,IAAM,WAAW,EAAE,KAAK,CAAC,iBAAiB,CAAC;AAC3C,IAAM,kBAAkB,EAAE,KAAK,CAAC,WAAW,OAAO,YAAY,eAAe,QAAQ,CAAC;AACtF,IAAM,eAAe,EAAE,KAAK,CAAC,OAAO,QAAQ,SAAS,gBAAgB,QAAQ,MAAM,CAAC;AACpF,IAAM,eAAe,EAAE,KAAK,CAAC,OAAO,OAAO,KAAK,CAAC;AAGjD,IAAM,sBAAsB,EAAE,OAAO;AAAA,EACxC,SAAS,EAAE,QAAQ,OAAO,EAAE,QAAQ,OAAO;AAAA,EAC3C,MAAM,EAAE,OAAO,EAAE,SAAS,kCAAkC;AAAA,EAC5D,gBAAgB,EAAE,OAAO,EAAE,SAAS,qDAAqD;AAAA,EACzF,eAAe,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,SAAS,mEAAmE;AAAA,EAClH,iBAAiB,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,SAAS,wGAAwG;AAAA,EACzJ,eAAe,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,SAAS,yCAAyC;AAAA,EACxF,YAAY,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,SAAS,iBAAiB;AACjE,CAAC;AAIM,IAAM,cAAc,EAAE,OAAO;AAAA,EAChC,SAAS,EAAE,QAAQ,OAAO,EAAE,QAAQ,OAAO;AAAA,EAC3C,aAAa,EAAE,SAAS,eAAe;AAAA,EACvC,UAAU,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,SAAS,6BAA6B;AAAA,EACvE,WAAW,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,SAAS,8BAA8B;AAAA,EACzE,SAAS,EAAE,SAAS,mBAAmB,EAAE,SAAS,oCAAoC;AAC1F,CAAC;AAIM,IAAM,0BAA0B,EAAE,OAAO;AAAA,EAC5C,SAAS,EAAE,QAAQ,OAAO,EAAE,QAAQ,OAAO;AAAA,EAC3C,MAAM,EAAE,OAAO,EAAE,SAAS,kCAAkC;AAAA,EAC5D,OAAO,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,SAAS,kIAAkI;AAAA,EACzK,UAAU,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,SAAS,wFAAwF;AAAA,EAClI,UAAU,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,SAAS,kFAAkF;AAAA,EAC5H,UAAU;AACd,CAAC;AAIM,IAAM,uBAAuB,EAAE,OAAO;AAAA,EACzC,SAAS,EAAE,QAAQ,OAAO,EAAE,QAAQ,OAAO;AAAA,EAC3C,MAAM,EAAE,OAAO,EAAE,SAAS,kCAAkC;AAAA,EAC5D,aAAa,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,SAAS,+IAA+I;AAAA,EAC5L,UAAU,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,SAAS,uGAAuG;AAAA,EACjJ,UAAU,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,SAAS,iGAAiG;AAAA,EAC3I,OAAO,EAAE,SAAS,uBAAuB,EAAE,SAAS,2CAA2C;AAAA,EAC/F,UAAU,EAAE,SAAS,YAAY;AACrC,CAAC;","names":[]}
1
+ {"version":3,"sources":["../../../src/types/data/shared_pickle_output_latest.ts"],"sourcesContent":["/*\nID:4cceb9ec-67b6-4372-9af0-0c6bfe55908b\nDomain: shared\nData Product: shared_pickle_output\nVersion: 1.0.1\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 address within the locality.\"),\n postalCode: z.optional(z.string()).describe(\"The postal code\"),\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":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-degree/pickle-shared-js",
3
- "version": "0.6.43",
3
+ "version": "0.6.44",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -12,9 +12,9 @@
12
12
  "types": "./dist/index.d.ts",
13
13
  "exports": {
14
14
  ".": {
15
- "types": "./dist/index.d.ts",
16
15
  "import": "./dist/index.js",
17
- "require": "./dist/index.cjs"
16
+ "require": "./dist/index.cjs",
17
+ "types": "./dist/index.d.ts"
18
18
  }
19
19
  },
20
20
  "scripts": {