@next-degree/pickle-shared-js 0.6.50 → 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.
Files changed (238) hide show
  1. package/dist/company_service_latest-DFxfjA2x.d.cts +4369 -0
  2. package/dist/company_service_latest-DFxfjA2x.d.ts +4369 -0
  3. package/dist/company_service_sanity--Aw-Y3Us.d.cts +7611 -0
  4. package/dist/company_service_sanity-B5FBDl-4.d.ts +7611 -0
  5. package/dist/components/buttons/BackButton.cjs +5 -1
  6. package/dist/components/buttons/BackButton.cjs.map +1 -1
  7. package/dist/components/buttons/BackButton.js +5 -1
  8. package/dist/components/buttons/BackButton.js.map +1 -1
  9. package/dist/components/company/CompanyTake.cjs +4 -2
  10. package/dist/components/company/CompanyTake.cjs.map +1 -1
  11. package/dist/components/company/CompanyTake.js +4 -2
  12. package/dist/components/company/CompanyTake.js.map +1 -1
  13. package/dist/components/jobPost/JobDescription.cjs +5 -3
  14. package/dist/components/jobPost/JobDescription.cjs.map +1 -1
  15. package/dist/components/jobPost/JobDescription.js +5 -3
  16. package/dist/components/jobPost/JobDescription.js.map +1 -1
  17. package/dist/components/jobPost/JobHeader.cjs +43 -37
  18. package/dist/components/jobPost/JobHeader.cjs.map +1 -1
  19. package/dist/components/jobPost/JobHeader.js +42 -36
  20. package/dist/components/jobPost/JobHeader.js.map +1 -1
  21. package/dist/components/jobPost/JobPost.cjs +92 -86
  22. package/dist/components/jobPost/JobPost.cjs.map +1 -1
  23. package/dist/components/jobPost/JobPost.d.cts +1 -1
  24. package/dist/components/jobPost/JobPost.d.ts +1 -1
  25. package/dist/components/jobPost/JobPost.js +92 -86
  26. package/dist/components/jobPost/JobPost.js.map +1 -1
  27. package/dist/components/primitives/avatar.cjs.map +1 -1
  28. package/dist/components/primitives/avatar.js.map +1 -1
  29. package/dist/components/primitives/command.cjs +6 -4
  30. package/dist/components/primitives/command.cjs.map +1 -1
  31. package/dist/components/primitives/command.d.cts +7 -7
  32. package/dist/components/primitives/command.d.ts +7 -7
  33. package/dist/components/primitives/command.js +6 -4
  34. package/dist/components/primitives/command.js.map +1 -1
  35. package/dist/components/primitives/dialog.cjs +4 -4
  36. package/dist/components/primitives/dialog.cjs.map +1 -1
  37. package/dist/components/primitives/dialog.js +6 -4
  38. package/dist/components/primitives/dialog.js.map +1 -1
  39. package/dist/components/primitives/input-otp.cjs +2 -2
  40. package/dist/components/primitives/input-otp.cjs.map +1 -1
  41. package/dist/components/primitives/input-otp.js +2 -2
  42. package/dist/components/primitives/input-otp.js.map +1 -1
  43. package/dist/components/primitives/popover.cjs +1 -1
  44. package/dist/components/primitives/popover.cjs.map +1 -1
  45. package/dist/components/primitives/popover.d.cts +1 -1
  46. package/dist/components/primitives/popover.d.ts +1 -1
  47. package/dist/components/primitives/popover.js +1 -1
  48. package/dist/components/primitives/popover.js.map +1 -1
  49. package/dist/components/primitives/separator.cjs.map +1 -1
  50. package/dist/components/primitives/separator.js.map +1 -1
  51. package/dist/components/primitives/tooltip.cjs.map +1 -1
  52. package/dist/components/primitives/tooltip.js.map +1 -1
  53. package/dist/components/ui/Avatar.cjs +2 -2
  54. package/dist/components/ui/Avatar.cjs.map +1 -1
  55. package/dist/components/ui/Avatar.js +4 -2
  56. package/dist/components/ui/Avatar.js.map +1 -1
  57. package/dist/components/ui/Badge.cjs.map +1 -1
  58. package/dist/components/ui/Badge.js.map +1 -1
  59. package/dist/components/ui/Button.cjs +3 -3
  60. package/dist/components/ui/Button.cjs.map +1 -1
  61. package/dist/components/ui/Button.d.cts +33 -0
  62. package/dist/components/ui/Button.d.ts +33 -0
  63. package/dist/components/ui/Button.js +5 -3
  64. package/dist/components/ui/Button.js.map +1 -1
  65. package/dist/components/ui/Checkbox.cjs.map +1 -1
  66. package/dist/components/ui/Checkbox.js.map +1 -1
  67. package/dist/components/ui/Combobox.cjs +111 -103
  68. package/dist/components/ui/Combobox.cjs.map +1 -1
  69. package/dist/components/ui/Combobox.d.cts +1 -1
  70. package/dist/components/ui/Combobox.d.ts +1 -1
  71. package/dist/components/ui/Combobox.js +108 -100
  72. package/dist/components/ui/Combobox.js.map +1 -1
  73. package/dist/components/ui/Counter.cjs +3 -1
  74. package/dist/components/ui/Counter.cjs.map +1 -1
  75. package/dist/components/ui/Counter.js +3 -1
  76. package/dist/components/ui/Counter.js.map +1 -1
  77. package/dist/components/ui/DatePicker.cjs +318 -0
  78. package/dist/components/ui/DatePicker.cjs.map +1 -0
  79. package/dist/components/ui/DatePicker.d.cts +16 -0
  80. package/dist/components/ui/DatePicker.d.ts +16 -0
  81. package/dist/components/ui/DatePicker.js +284 -0
  82. package/dist/components/ui/DatePicker.js.map +1 -0
  83. package/dist/components/ui/ErrorMessage.cjs.map +1 -1
  84. package/dist/components/ui/ErrorMessage.js.map +1 -1
  85. package/dist/components/ui/Icon.cjs.map +1 -1
  86. package/dist/components/ui/Icon.js.map +1 -1
  87. package/dist/components/ui/Input.cjs +3 -1
  88. package/dist/components/ui/Input.cjs.map +1 -1
  89. package/dist/components/ui/Input.d.cts +29 -0
  90. package/dist/components/ui/Input.d.ts +29 -0
  91. package/dist/components/ui/Input.js +3 -1
  92. package/dist/components/ui/Input.js.map +1 -1
  93. package/dist/components/ui/InputOtp.cjs +62 -58
  94. package/dist/components/ui/InputOtp.cjs.map +1 -1
  95. package/dist/components/ui/InputOtp.js +62 -58
  96. package/dist/components/ui/InputOtp.js.map +1 -1
  97. package/dist/components/ui/Label.cjs +5 -3
  98. package/dist/components/ui/Label.cjs.map +1 -1
  99. package/dist/components/ui/Label.js +7 -3
  100. package/dist/components/ui/Label.js.map +1 -1
  101. package/dist/components/ui/ListItem.cjs +7 -7
  102. package/dist/components/ui/ListItem.cjs.map +1 -1
  103. package/dist/components/ui/ListItem.js +10 -8
  104. package/dist/components/ui/ListItem.js.map +1 -1
  105. package/dist/components/ui/MapComponent.cjs.map +1 -1
  106. package/dist/components/ui/MapComponent.js +1 -1
  107. package/dist/components/ui/MapComponent.js.map +1 -1
  108. package/dist/components/ui/PlacesQueryInput.cjs +21 -13
  109. package/dist/components/ui/PlacesQueryInput.cjs.map +1 -1
  110. package/dist/components/ui/PlacesQueryInput.js +23 -13
  111. package/dist/components/ui/PlacesQueryInput.js.map +1 -1
  112. package/dist/components/ui/ReadMore.cjs +5 -3
  113. package/dist/components/ui/ReadMore.cjs.map +1 -1
  114. package/dist/components/ui/ReadMore.js +5 -3
  115. package/dist/components/ui/ReadMore.js.map +1 -1
  116. package/dist/components/ui/Select.cjs +63 -59
  117. package/dist/components/ui/Select.cjs.map +1 -1
  118. package/dist/components/ui/Select.js +61 -57
  119. package/dist/components/ui/Select.js.map +1 -1
  120. package/dist/components/ui/StepTabs.cjs.map +1 -1
  121. package/dist/components/ui/StepTabs.d.cts +1 -1
  122. package/dist/components/ui/StepTabs.d.ts +1 -1
  123. package/dist/components/ui/StepTabs.js.map +1 -1
  124. package/dist/components/ui/buttonShadcn.cjs +94 -0
  125. package/dist/components/ui/buttonShadcn.cjs.map +1 -0
  126. package/dist/components/ui/buttonShadcn.d.cts +14 -0
  127. package/dist/components/ui/buttonShadcn.d.ts +14 -0
  128. package/dist/components/ui/buttonShadcn.js +58 -0
  129. package/dist/components/ui/buttonShadcn.js.map +1 -0
  130. package/dist/components/ui/calendar.cjs +152 -0
  131. package/dist/components/ui/calendar.cjs.map +1 -0
  132. package/dist/components/ui/calendar.d.cts +11 -0
  133. package/dist/components/ui/calendar.d.ts +11 -0
  134. package/dist/components/ui/calendar.js +118 -0
  135. package/dist/components/ui/calendar.js.map +1 -0
  136. package/dist/{displayText-BCQw5Qq-.d.cts → displayText-CQRZ2fOT.d.cts} +2 -2
  137. package/dist/{displayText-Bqmpx1Va.d.ts → displayText-LlsLfkTS.d.ts} +2 -2
  138. package/dist/hooks/useDisplayText.cjs.map +1 -1
  139. package/dist/hooks/useDisplayText.d.cts +3 -3
  140. package/dist/hooks/useDisplayText.d.ts +3 -3
  141. package/dist/hooks/useDisplayText.js.map +1 -1
  142. package/dist/index.cjs +750 -728
  143. package/dist/index.cjs.map +1 -1
  144. package/dist/index.d.cts +13 -13
  145. package/dist/index.d.ts +13 -13
  146. package/dist/index.js +759 -737
  147. package/dist/index.js.map +1 -1
  148. package/dist/job_posting_service_latest-B5tqLSgo.d.cts +4247 -0
  149. package/dist/job_posting_service_latest-B5tqLSgo.d.ts +4247 -0
  150. package/dist/job_posting_service_sanity-CeX9tlpb.d.ts +8093 -0
  151. package/dist/job_posting_service_sanity-D5Znr6Ba.d.cts +8093 -0
  152. package/dist/lib/google.cjs.map +1 -1
  153. package/dist/lib/google.js.map +1 -1
  154. package/dist/lib/locations.cjs.map +1 -1
  155. package/dist/lib/locations.d.cts +2 -2
  156. package/dist/lib/locations.d.ts +2 -2
  157. package/dist/lib/locations.js.map +1 -1
  158. package/dist/lib/mappings.cjs.map +1 -1
  159. package/dist/lib/mappings.d.cts +3 -3
  160. package/dist/lib/mappings.d.ts +3 -3
  161. package/dist/lib/mappings.js.map +1 -1
  162. package/dist/lib/salaryRange.cjs.map +1 -1
  163. package/dist/lib/salaryRange.d.cts +1 -1
  164. package/dist/lib/salaryRange.d.ts +1 -1
  165. package/dist/lib/salaryRange.js.map +1 -1
  166. package/dist/lib/utils.cjs.map +1 -1
  167. package/dist/lib/utils.js.map +1 -1
  168. package/dist/services/displayText.cjs.map +1 -1
  169. package/dist/services/displayText.d.cts +3 -3
  170. package/dist/services/displayText.d.ts +3 -3
  171. package/dist/services/displayText.js.map +1 -1
  172. package/dist/shared_pickle_output_latest-Bwfg5B4p.d.cts +350 -0
  173. package/dist/shared_pickle_output_latest-Bwfg5B4p.d.ts +350 -0
  174. package/dist/styles/globals.css +275 -0
  175. package/dist/styles/globals.css.map +1 -1
  176. package/dist/types/data/company_service_latest.cjs.map +1 -1
  177. package/dist/types/data/company_service_latest.d.cts +1 -1
  178. package/dist/types/data/company_service_latest.d.ts +1 -1
  179. package/dist/types/data/company_service_latest.js.map +1 -1
  180. package/dist/types/data/job_posting_service_latest.cjs +3 -1
  181. package/dist/types/data/job_posting_service_latest.cjs.map +1 -1
  182. package/dist/types/data/job_posting_service_latest.d.cts +1 -1
  183. package/dist/types/data/job_posting_service_latest.d.ts +1 -1
  184. package/dist/types/data/job_posting_service_latest.js +3 -1
  185. package/dist/types/data/job_posting_service_latest.js.map +1 -1
  186. package/dist/types/data/shared_pickle_output_latest.cjs.map +1 -1
  187. package/dist/types/data/shared_pickle_output_latest.d.cts +1 -1
  188. package/dist/types/data/shared_pickle_output_latest.d.ts +1 -1
  189. package/dist/types/data/shared_pickle_output_latest.js.map +1 -1
  190. package/dist/types/index.cjs +505 -0
  191. package/dist/types/index.cjs.map +1 -0
  192. package/dist/types/index.d.cts +10 -0
  193. package/dist/types/index.d.ts +10 -0
  194. package/dist/types/index.js +479 -0
  195. package/dist/types/index.js.map +1 -0
  196. package/dist/types/latest/company_service_latest.cjs +251 -0
  197. package/dist/types/latest/company_service_latest.cjs.map +1 -0
  198. package/dist/types/latest/company_service_latest.d.cts +2 -0
  199. package/dist/types/latest/company_service_latest.d.ts +2 -0
  200. package/dist/types/latest/company_service_latest.js +210 -0
  201. package/dist/types/latest/company_service_latest.js.map +1 -0
  202. package/dist/types/latest/custom/company_service_sanity.cjs +325 -0
  203. package/dist/types/latest/custom/company_service_sanity.cjs.map +1 -0
  204. package/dist/types/latest/custom/company_service_sanity.d.cts +4 -0
  205. package/dist/types/latest/custom/company_service_sanity.d.ts +4 -0
  206. package/dist/types/latest/custom/company_service_sanity.js +288 -0
  207. package/dist/types/latest/custom/company_service_sanity.js.map +1 -0
  208. package/dist/types/latest/custom/custom_sanity_models.cjs +43 -0
  209. package/dist/types/latest/custom/custom_sanity_models.cjs.map +1 -0
  210. package/dist/types/latest/custom/custom_sanity_models.d.cts +30 -0
  211. package/dist/types/latest/custom/custom_sanity_models.d.ts +30 -0
  212. package/dist/types/latest/custom/custom_sanity_models.js +17 -0
  213. package/dist/types/latest/custom/custom_sanity_models.js.map +1 -0
  214. package/dist/types/latest/custom/job_posting_service_sanity.cjs +376 -0
  215. package/dist/types/latest/custom/job_posting_service_sanity.cjs.map +1 -0
  216. package/dist/types/latest/custom/job_posting_service_sanity.d.cts +5 -0
  217. package/dist/types/latest/custom/job_posting_service_sanity.d.ts +5 -0
  218. package/dist/types/latest/custom/job_posting_service_sanity.js +331 -0
  219. package/dist/types/latest/custom/job_posting_service_sanity.js.map +1 -0
  220. package/dist/types/latest/job_posting_service_latest.cjs +293 -0
  221. package/dist/types/latest/job_posting_service_latest.cjs.map +1 -0
  222. package/dist/types/latest/job_posting_service_latest.d.cts +2 -0
  223. package/dist/types/latest/job_posting_service_latest.d.ts +2 -0
  224. package/dist/types/latest/job_posting_service_latest.js +257 -0
  225. package/dist/types/latest/job_posting_service_latest.js.map +1 -0
  226. package/dist/types/latest/shared_pickle_output_latest.cjs +109 -0
  227. package/dist/types/latest/shared_pickle_output_latest.cjs.map +1 -0
  228. package/dist/types/latest/shared_pickle_output_latest.d.cts +2 -0
  229. package/dist/types/latest/shared_pickle_output_latest.d.ts +2 -0
  230. package/dist/types/latest/shared_pickle_output_latest.js +75 -0
  231. package/dist/types/latest/shared_pickle_output_latest.js.map +1 -0
  232. package/package.json +27 -9
  233. package/dist/{company_service_latest-B7KhyYDc.d.cts → company_service_latest-8IMr2hMZ.d.cts} +142 -142
  234. package/dist/{company_service_latest-B7KhyYDc.d.ts → company_service_latest-8IMr2hMZ.d.ts} +142 -142
  235. package/dist/{job_posting_service_latest-C2z66hFK.d.cts → job_posting_service_latest-CKITrYyz.d.cts} +129 -129
  236. package/dist/{job_posting_service_latest-C2z66hFK.d.ts → job_posting_service_latest-CKITrYyz.d.ts} +129 -129
  237. package/dist/{shared_pickle_output_latest-_L9GxVle.d.cts → shared_pickle_output_latest-Cwf2EMdH.d.cts} +6 -6
  238. package/dist/{shared_pickle_output_latest-_L9GxVle.d.ts → shared_pickle_output_latest-Cwf2EMdH.d.ts} +6 -6
@@ -0,0 +1,288 @@
1
+ // src/types/latest/custom/company_service_sanity.ts
2
+ import { z as z4 } from "zod";
3
+
4
+ // src/types/latest/custom/custom_sanity_models.ts
5
+ import { z } from "zod";
6
+ var sanityReferenceSchema = z.object({
7
+ _ref: z.string(),
8
+ _type: z.string(),
9
+ _key: z.optional(z.string())
10
+ });
11
+ var sanitySlugSchema = z.object({
12
+ current: z.string(),
13
+ _type: z.string(),
14
+ _key: z.optional(z.string())
15
+ });
16
+
17
+ // src/types/latest/company_service_latest.ts
18
+ import { z as z3 } from "zod";
19
+
20
+ // src/types/latest/shared_pickle_output_latest.ts
21
+ import { z as z2 } from "zod";
22
+ var TypeEnum = z2.enum(["IMAGE"]);
23
+ var DetailLevelEnum = z2.enum(["COUNTRY", "GEO", "LOCALITY", "POSTAL_CODE", "REGION"]);
24
+ var UnitTextEnum = z2.enum(["DAY", "HOUR", "MONTH", "PER_ACTIVITY", "WEEK", "YEAR"]);
25
+ var CurrencyEnum = z2.enum(["EUR", "GBP", "USD"]);
26
+ var postalAddressSchema = z2.object({
27
+ version: z2.literal("1.0.0").default("1.0.0"),
28
+ type: z2.string().describe("Document type used for schema"),
29
+ addressCountry: z2.string().describe("The physical country as defined in ISO 3166 Alpha-2"),
30
+ addressRegion: z2.optional(z2.string()).describe("The region in which the locality is, and which is in the country."),
31
+ addressLocality: z2.optional(z2.string()).describe("The locality in which the street address is, and which is in the region. In the US this would be city."),
32
+ streetAddress: z2.optional(z2.string()).describe("The street name of the address within the locality."),
33
+ streetNumber: z2.optional(z2.string()).describe("The house of building number within the street."),
34
+ postalCode: z2.optional(z2.string()).describe("The postal code"),
35
+ description: z2.optional(z2.string()).describe("A descriptive string containing the full address.")
36
+ });
37
+ var placeSchema = z2.object({
38
+ version: z2.literal("1.0.0").default("1.0.0"),
39
+ detailLevel: z2.optional(DetailLevelEnum),
40
+ latitude: z2.optional(z2.number()).describe("The latitude of a location."),
41
+ longitude: z2.optional(z2.number()).describe("The longitude of a location."),
42
+ address: z2.optional(postalAddressSchema).describe("The physical place of the location")
43
+ });
44
+ var quantitativeValueSchema = z2.object({
45
+ version: z2.literal("1.0.0").default("1.0.0"),
46
+ type: z2.string().describe("Document type used for schema"),
47
+ value: z2.optional(z2.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."),
48
+ minValue: z2.optional(z2.number()).describe("The single minium value in a range for a quantitative_value, requires a maximum value."),
49
+ maxValue: z2.optional(z2.number()).describe("The maximum value in a range for a quantitative_value, requires a minimum value."),
50
+ unitText: UnitTextEnum
51
+ });
52
+ var monetaryAmountSchema = z2.object({
53
+ version: z2.literal("1.0.0").default("1.0.0"),
54
+ type: z2.string().describe("Document type used for schema"),
55
+ singleValue: z2.optional(z2.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."),
56
+ minValue: z2.optional(z2.number()).describe("The annualized single minium value in a range for a quantitative_value. Deprecated use value.minValue"),
57
+ maxValue: z2.optional(z2.number()).describe("The annualized maximum value in a range for a quantitative_value. Deprecated use value.maxValue"),
58
+ value: z2.optional(quantitativeValueSchema).describe("The quantitative_value for a given salary"),
59
+ currency: z2.optional(CurrencyEnum)
60
+ });
61
+ var imageAssetSchema = z2.object({
62
+ version: z2.literal("1.0.0").default("1.0.0"),
63
+ altText: z2.optional(z2.string()).describe("The alt text for the image"),
64
+ assetId: z2.optional(z2.string()).describe("The asset ID for the image"),
65
+ description: z2.optional(z2.string()).describe("The description for the image"),
66
+ extension: z2.optional(z2.string()).describe("The extension for the image"),
67
+ label: z2.optional(z2.string()).describe("The label for the image"),
68
+ mimeType: z2.optional(z2.string()).describe("The mime type for the image"),
69
+ originalFilename: z2.optional(z2.string()).describe("The original filename for the image"),
70
+ path: z2.optional(z2.string()).describe("The path for the image"),
71
+ sha1Hash: z2.optional(z2.string()).describe("The SHA1 hash for the image"),
72
+ size: z2.optional(z2.number()).describe("The size for the image"),
73
+ title: z2.optional(z2.string()).describe("The title for the image"),
74
+ uploadId: z2.optional(z2.string()).describe("The upload ID for the image"),
75
+ url: z2.optional(z2.string()).describe("The URL for the image")
76
+ });
77
+ var imageSchema = z2.object({
78
+ version: z2.literal("1.0.0").default("1.0.0"),
79
+ type: z2.string().describe("Document type used for schema"),
80
+ asset: z2.optional(imageAssetSchema).describe("The asset for the image")
81
+ });
82
+
83
+ // src/types/latest/company_service_latest.ts
84
+ var TypeEnum2 = z3.enum(["OFFICE"]);
85
+ var CategoryEnum = z3.enum(["FINANCIAL", "HEALTH", "PROFESSIONAL_DEVELOPMENT", "WORK_LIFE_BALANCE"]);
86
+ var TitleEnum = z3.enum(["DMD", "JD", "MBA", "MD", "MHA", "MPH", "PT", "PH_D", "RN"]);
87
+ var PublishStatusEnum = z3.enum(["DRAFT", "IN_REVIEW", "PUBLISHED", "REMOVED"]);
88
+ var OfficeTypeEnum = z3.enum(["BRANCH", "HEADQUARTERS", "SATELLITE"]);
89
+ var socialMediaSchema = z3.object({
90
+ version: z3.literal("1.0.0").default("1.0.0"),
91
+ url: z3.string().describe("The link to the social media platform"),
92
+ type: z3.string().describe("The type of social media link")
93
+ });
94
+ var companyBenefitsSchema = z3.object({
95
+ version: z3.literal("1.0.0").default("1.0.0"),
96
+ type: z3.string().describe("Document type used for schema"),
97
+ title: z3.string(),
98
+ description: z3.optional(z3.string()),
99
+ category: CategoryEnum
100
+ });
101
+ var industrySchema = z3.lazy(() => z3.object({
102
+ version: z3.literal("1.0.0").default("1.0.0"),
103
+ type: z3.string().describe("Document type used for schema"),
104
+ name: z3.string(),
105
+ description: z3.optional(z3.string()).describe("A brief description of the industry"),
106
+ onetIndustryId: z3.optional(z3.string()).describe("ONET industry ID"),
107
+ parent: z3.optional(industrySchema)
108
+ }));
109
+ var jobBoardSchema = z3.object({
110
+ version: z3.literal("1.0.0").default("1.0.0"),
111
+ type: z3.string().describe("Document type used for schema"),
112
+ name: z3.string().describe("The name of the job board"),
113
+ description: z3.string().describe("A brief description of the job board"),
114
+ logo: z3.optional(imageSchema).describe("The logo of the job board"),
115
+ baseUrl: z3.optional(z3.string()).describe("The base URL of the job board")
116
+ });
117
+ var personSchema = z3.object({
118
+ version: z3.literal("1.0.0").default("1.0.0"),
119
+ type: z3.string().describe("Document type used for schema"),
120
+ firstName: z3.string().describe("The first name of the person"),
121
+ lastName: z3.string().describe("The last name of the person"),
122
+ title: z3.optional(z3.array(z3.string())).describe("The titles of the degree of the person"),
123
+ slug: z3.string().describe("person slug - should be familyname-givenname-title(s)"),
124
+ jobTitle: z3.optional(z3.string()).describe("The job title of the person"),
125
+ isDoctor: z3.optional(z3.boolean()).describe("Is the person a doctor"),
126
+ isMedical: z3.optional(z3.boolean()).describe("Are they of a medical background?"),
127
+ isScientist: z3.optional(z3.boolean()).describe("Are they a scientist?"),
128
+ image: z3.optional(imageSchema).describe("The image of the person"),
129
+ email: z3.optional(z3.string()).describe("The email of the person"),
130
+ socialMedia: z3.optional(z3.array(socialMediaSchema)).describe("The social media links of the person"),
131
+ telephone: z3.optional(z3.string()).describe("The telephone number of the person"),
132
+ url: z3.optional(z3.string()).describe("The URL of the person"),
133
+ address: z3.optional(placeSchema).describe("The address of the person")
134
+ });
135
+ var companyCareersSchema = z3.object({
136
+ version: z3.literal("1.0.0").default("1.0.0"),
137
+ type: z3.string().describe("Document type used for schema"),
138
+ careersUrl: z3.string().describe("The URL of the company careers page"),
139
+ jobBoard: z3.optional(jobBoardSchema),
140
+ jobBoardSlug: z3.optional(z3.array(z3.string())),
141
+ companyBenefits: z3.optional(z3.array(companyBenefitsSchema)).describe("What are the specific benefits of that company. The benefit is generic.")
142
+ });
143
+ var companyPhilosophySchema = z3.object({
144
+ version: z3.literal("1.0.0").default("1.0.0"),
145
+ type: z3.string().describe("Document type used for schema"),
146
+ companyMission: z3.optional(z3.string()).describe("The mission statement of the company."),
147
+ companyHow: z3.optional(z3.string()).describe("How does the company achieve its mission"),
148
+ companyCulture: z3.optional(z3.array(z3.string())).describe("What are some of the culture aspects of this company?")
149
+ });
150
+ var companyNdgSchema = z3.object({
151
+ version: z3.literal("1.0.0").default("1.0.0"),
152
+ type: z3.string().describe("Document type used for schema"),
153
+ companyWow: z3.optional(z3.string()).describe("What is the wow of this company?"),
154
+ companyNdgTake: z3.optional(z3.string()).describe("What is the NDG POV on this company?"),
155
+ companyBestFit: z3.optional(z3.array(z3.string())),
156
+ companyInterests: z3.optional(z3.array(z3.string()))
157
+ });
158
+ var foundingInformationSchema = z3.object({
159
+ version: z3.literal("1.0.0").default("1.0.0"),
160
+ type: z3.string().describe("Document type used for schema"),
161
+ foundedDate: z3.optional(z3.string()),
162
+ foundedCountry: z3.optional(z3.string()),
163
+ foundedCity: z3.optional(z3.string()),
164
+ founders: z3.optional(z3.array(personSchema))
165
+ });
166
+ var ngdMetadataSchema = z3.object({
167
+ version: z3.literal("1.0.0").default("1.0.0"),
168
+ type: z3.string().describe("Document type used for schema"),
169
+ lastScraped: z3.optional(z3.string()).describe("Date the last entity was scraped, if applicable"),
170
+ scraperVersion: z3.optional(z3.string()),
171
+ postProcessorVersion: z3.optional(z3.string()),
172
+ uniqueRunId: z3.optional(z3.string()),
173
+ postProcessorUniqueRunId: z3.optional(z3.string()),
174
+ isScrapeManaged: z3.optional(z3.boolean()).default(true)
175
+ });
176
+ var companySchema = z3.object({
177
+ version: z3.literal("1.0.0").default("1.0.0"),
178
+ id: z3.string().describe("The NDG specific id for a company. Cannot be changed."),
179
+ createdAt: z3.string().datetime().describe("Time document was created. Autoset by Sanity"),
180
+ updatedAt: z3.string().datetime().describe("Time document was created. Autoset by Sanity"),
181
+ companyName: z3.string().describe("The name of the company"),
182
+ slug: z3.string().describe("The NDG specific slug for a company."),
183
+ type: z3.string().describe("Document type used for schema"),
184
+ logo: z3.optional(imageSchema).describe("The logo of the company"),
185
+ companyWebsite: z3.optional(z3.string()).describe("The website of the company"),
186
+ socialMedia: z3.optional(z3.array(socialMediaSchema)).describe("The social media links of the company"),
187
+ brandColor: z3.optional(z3.string()).describe("The brand color of the company"),
188
+ companyCareers: z3.optional(companyCareersSchema).describe("Career Specific Information for the company."),
189
+ companyPhilosophy: z3.optional(companyPhilosophySchema).describe("Company mission,values and how the company achieves its mission."),
190
+ companyNdg: z3.optional(companyNdgSchema).describe("Next Degree specific information for the company."),
191
+ foundingInfo: z3.optional(foundingInformationSchema),
192
+ headquartersLocation: z3.optional(placeSchema),
193
+ employeeEstimate: z3.optional(z3.string()),
194
+ publishStatus: z3.optional(z3.string()),
195
+ ngdMetadata: z3.optional(ngdMetadataSchema)
196
+ });
197
+ var officeSchema = z3.object({
198
+ version: z3.literal("1.0.0").default("1.0.0"),
199
+ type: z3.string().describe("Document type used for schema"),
200
+ name: z3.string().describe("Name or nickname for the office (e.g., 'NYC HQ', 'West Coast Branch')"),
201
+ officeType: OfficeTypeEnum,
202
+ companyId: z3.optional(companySchema),
203
+ geoLocation: z3.optional(placeSchema).describe("Geographical location details: coordinates + postal address"),
204
+ createdAt: z3.optional(z3.string()),
205
+ updatedAt: z3.optional(z3.string())
206
+ });
207
+
208
+ // src/types/latest/custom/company_service_sanity.ts
209
+ var foundingInformationSchema2 = foundingInformationSchema.extend({
210
+ _type: z4.string().describe("Document type used within sanity").default("companyFounding"),
211
+ founders: z4.optional(z4.union([z4.array(personSchema), z4.array(sanityReferenceSchema)])).nullable(),
212
+ founderList: z4.optional(z4.union([z4.array(personSchema), z4.array(sanityReferenceSchema)])).nullable()
213
+ }).omit({ type: true }).strict().transform((data) => ({
214
+ ...data,
215
+ type: data._type,
216
+ founders: data.founders || data.founderList || void 0
217
+ })).transform(({ _type, founderList, ...rest }) => rest);
218
+ var companyNdgSchema2 = companyNdgSchema.extend({
219
+ _type: z4.string().describe("Document type used within sanity").default("companyNDG"),
220
+ companyNDGTake: z4.string().nullable().describe("What is the NDG POV on this company?")
221
+ }).omit({ type: true }).strict().transform((data) => ({
222
+ ...data,
223
+ type: data._type,
224
+ companyNdgTake: data.companyNDGTake
225
+ })).transform(({ _type, companyNDGTake, ...rest }) => rest);
226
+ var ngdMetadataSchema2 = ngdMetadataSchema.extend({
227
+ _type: z4.string().describe("Document type used within sanity").default("ndgMetadata")
228
+ }).omit({ type: true }).transform((data) => ({
229
+ ...data,
230
+ type: data._type
231
+ })).transform(({ _type, ...rest }) => rest);
232
+ var companyPhilosophySchema2 = companyPhilosophySchema.extend({
233
+ _type: z4.string().describe("Document type used within sanity").default("companyPhilosophy")
234
+ }).omit({ type: true }).strict().transform((data) => ({
235
+ ...data,
236
+ type: data._type
237
+ })).transform(({ _type, ...rest }) => rest);
238
+ var companyCareersSchema2 = companyCareersSchema.extend({
239
+ _type: z4.string().describe("Document type used within sanity").default("companyCareers"),
240
+ companyBenefits: z4.optional(z4.array(
241
+ z4.union([companyBenefitsSchema, sanityReferenceSchema])
242
+ )).nullable().describe("What are the specific benefits of that company. The benefit is generic."),
243
+ jobBoard: z4.union([jobBoardSchema, sanityReferenceSchema]).nullable(),
244
+ jobBoardSlug: z4.optional(z4.union([z4.array(z4.string()), z4.array(sanitySlugSchema)]))
245
+ }).omit({ type: true }).strict().transform((data) => ({
246
+ ...data,
247
+ type: data._type
248
+ })).transform(({ _type, ...rest }) => rest);
249
+ var companySchema2 = companySchema.extend({
250
+ _id: z4.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."),
251
+ _rev: z4.string().nullable().describe("Revision number"),
252
+ _type: z4.string().describe("Document type used within sanity").default("company"),
253
+ _createdAt: z4.string().datetime().describe("Time document was created. Autoset by Sanity"),
254
+ _updatedAt: z4.string().datetime().describe("Time document was created. Autoset by Sanity"),
255
+ companyCareers: companyCareersSchema2.nullable().describe("Career Specific Information for the company."),
256
+ companyPhilosophy: companyPhilosophySchema2.nullable().describe("Company mission,values and how the company achieves its mission."),
257
+ companyNDG: companyNdgSchema2.nullable().describe("Next Degree specific information for the company."),
258
+ foundingInfo: foundingInformationSchema2.nullable(),
259
+ slug: z4.union([z4.string(), sanitySlugSchema]).describe("The NDG specific slug for a company."),
260
+ ndgMetadata: ngdMetadataSchema2.nullable(),
261
+ logo: z4.union([imageSchema, z4.record(z4.any())]).nullable().describe("The logo of the company"),
262
+ //Deprecated Models
263
+ logoImageURL: z4.optional(z4.string()).describe("The logo of the company"),
264
+ industryList: z4.optional(z4.array(sanityReferenceSchema)).describe("The industry of the company")
265
+ }).omit({ type: true, id: true, createdAt: true, updatedAt: true }).strict().transform((data) => ({
266
+ ...data,
267
+ type: data._type,
268
+ id: data._id,
269
+ createdAt: data._createdAt,
270
+ updatedAt: data._updatedAt,
271
+ rev: data._rev
272
+ })).transform(({ _type, _id, _rev, _createdAt, _updatedAt, ...rest }) => rest);
273
+ export {
274
+ OfficeTypeEnum,
275
+ PublishStatusEnum,
276
+ TitleEnum,
277
+ companyCareersSchema2 as companyCareersSchema,
278
+ companyNdgSchema2 as companyNdgSchema,
279
+ companyPhilosophySchema2 as companyPhilosophySchema,
280
+ companySchema2 as companySchema,
281
+ foundingInformationSchema2 as foundingInformationSchema,
282
+ imageSchema,
283
+ industrySchema,
284
+ ngdMetadataSchema2 as ngdMetadataSchema,
285
+ officeSchema,
286
+ socialMediaSchema
287
+ };
288
+ //# sourceMappingURL=company_service_sanity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/types/latest/custom/company_service_sanity.ts","../../../../src/types/latest/custom/custom_sanity_models.ts","../../../../src/types/latest/company_service_latest.ts","../../../../src/types/latest/shared_pickle_output_latest.ts"],"sourcesContent":["import { z } from 'zod';\n\n\nimport { sanityReferenceSchema, sanitySlugSchema } from './custom_sanity_models';\nimport {foundingInformationSchema as contractFoundingInformationSchema,\n companyNdgSchema as contractCompanyNdgSchema,\n ngdMetadataSchema as contractNgdMetadataSchema,\n companyPhilosophySchema as contractCompanyPhilosophySchema,\n companyCareersSchema as contractCompanyCareersSchema,\n companySchema as contractCompanySchema,\n companyBenefitsSchema,\n jobBoardSchema,\n personSchema\n} from '../company_service_latest'\n\nimport { imageSchema } from '../shared_pickle_output_latest';\n\nexport const foundingInformationSchema = contractFoundingInformationSchema\n .extend({\n _type: z.string().describe(\"Document type used within sanity\").default('companyFounding'),\n founders: z.optional(z.union([z.array(personSchema), z.array(sanityReferenceSchema)])).nullable(),\n founderList: z.optional(z.union([z.array(personSchema), z.array(sanityReferenceSchema)])).nullable()\n })\n .omit({ type: true })\n .strict()\n .transform(data => ({\n ...data,\n type: data._type,\n founders: data.founders || data.founderList || undefined\n }))\n .transform(({ _type, founderList, ...rest }) => rest);\n\n\nexport const companyNdgSchema = contractCompanyNdgSchema.extend({\n _type: z.string().describe(\"Document type used within sanity\").default('companyNDG'),\n companyNDGTake: z.string().nullable().describe(\"What is the NDG POV on this company?\"),\n}).omit({type: true, }).strict().transform(data => ({\n ...data,\n type: data._type,\n companyNdgTake: data.companyNDGTake\n\n}))\n.transform(({ _type,companyNDGTake, ...rest }) => rest);\n\nexport const ngdMetadataSchema = contractNgdMetadataSchema.extend({\n _type: z.string().describe(\"Document type used within sanity\").default('ndgMetadata'),\n}).omit({ type: true })\n.transform(data => ({\n ...data,\n type: data._type,\n}))\n.transform(({ _type, ...rest }) => rest);\n\nexport const companyPhilosophySchema = contractCompanyPhilosophySchema.extend({\n _type: z.string().describe(\"Document type used within sanity\").default('companyPhilosophy'),\n}).omit({ type: true })\n.strict()\n.transform(data => ({\n ...data,\n type: data._type,\n}))\n.transform(({ _type, ...rest }) => rest);\n\nexport const companyCareersSchema = contractCompanyCareersSchema.extend({\n _type: z.string().describe(\"Document type used within sanity\").default('companyCareers'),\n companyBenefits: z.optional(z.array(\n z.union([companyBenefitsSchema, sanityReferenceSchema])\n )).nullable().describe(\"What are the specific benefits of that company. The benefit is generic.\"),\n jobBoard: z.union([jobBoardSchema, sanityReferenceSchema]).nullable(),\n jobBoardSlug: z.optional(z.union([z.array(z.string()), z.array(sanitySlugSchema)])),\n}).omit({ type: true })\n.strict()\n.transform(data => ({\n ...data,\n type: data._type,\n}))\n.transform(({ _type, ...rest }) => rest);\n\nexport const companySchema = contractCompanySchema.extend({\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 _rev: z.string().nullable().describe(\"Revision number\"),\n _type: z.string().describe(\"Document type used within sanity\").default('company'),\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 companyCareers: companyCareersSchema.nullable().describe(\"Career Specific Information for the company.\"),\n companyPhilosophy: companyPhilosophySchema.nullable().describe(\"Company mission,values and how the company achieves its mission.\"),\n companyNDG: companyNdgSchema.nullable().describe(\"Next Degree specific information for the company.\"),\n foundingInfo: foundingInformationSchema.nullable(),\n slug: z.union([z.string(), sanitySlugSchema]).describe(\"The NDG specific slug for a company.\"),\n ndgMetadata: ngdMetadataSchema.nullable(),\n logo: z.union([imageSchema, z.record(z.any())]).nullable().describe(\"The logo of the company\"),\n //Deprecated Models\n logoImageURL: z.optional(z.string()).describe(\"The logo of the company\"),\n industryList: z.optional(z.array(sanityReferenceSchema)).describe(\"The industry of the company\"),\n }).omit({type: true, id:true, createdAt: true, updatedAt: true,}).strict().transform(data => ({\n ...data,\n type: data._type,\n id: data._id,\n createdAt: data._createdAt,\n updatedAt: data._updatedAt,\n rev: data._rev\n }))\n .transform(({ _type,_id, _rev, _createdAt, _updatedAt, ...rest }) => rest);;\n\n export{\n TitleEnum,\n PublishStatusEnum,\n OfficeTypeEnum,\n socialMediaSchema,\n industrySchema,\n officeSchema\n } from \"../company_service_latest\"\n\n export {imageSchema} from \"../shared_pickle_output_latest\"\n","\nimport { z } from 'zod';\n\nexport const sanityReferenceSchema = z.object({\n _ref: z.string(),\n _type: z.string(),\n _key: z.optional(z.string())\n });\n\n export const sanitySlugSchema = z.object({\n current: z.string(),\n _type: z.string(),\n _key: z.optional(z.string())\n })\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":["z","z","z","TypeEnum","z","foundingInformationSchema","z","companyNdgSchema","ngdMetadataSchema","companyPhilosophySchema","companyCareersSchema","companySchema"]}
@@ -0,0 +1,43 @@
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/custom/custom_sanity_models.ts
21
+ var custom_sanity_models_exports = {};
22
+ __export(custom_sanity_models_exports, {
23
+ sanityReferenceSchema: () => sanityReferenceSchema,
24
+ sanitySlugSchema: () => sanitySlugSchema
25
+ });
26
+ module.exports = __toCommonJS(custom_sanity_models_exports);
27
+ var import_zod = require("zod");
28
+ var sanityReferenceSchema = import_zod.z.object({
29
+ _ref: import_zod.z.string(),
30
+ _type: import_zod.z.string(),
31
+ _key: import_zod.z.optional(import_zod.z.string())
32
+ });
33
+ var sanitySlugSchema = import_zod.z.object({
34
+ current: import_zod.z.string(),
35
+ _type: import_zod.z.string(),
36
+ _key: import_zod.z.optional(import_zod.z.string())
37
+ });
38
+ // Annotate the CommonJS export names for ESM import in node:
39
+ 0 && (module.exports = {
40
+ sanityReferenceSchema,
41
+ sanitySlugSchema
42
+ });
43
+ //# sourceMappingURL=custom_sanity_models.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/types/latest/custom/custom_sanity_models.ts"],"sourcesContent":["\nimport { z } from 'zod';\n\nexport const sanityReferenceSchema = z.object({\n _ref: z.string(),\n _type: z.string(),\n _key: z.optional(z.string())\n });\n\n export const sanitySlugSchema = z.object({\n current: z.string(),\n _type: z.string(),\n _key: z.optional(z.string())\n })\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACA,iBAAkB;AAEX,IAAM,wBAAwB,aAAE,OAAO;AAAA,EAC1C,MAAM,aAAE,OAAO;AAAA,EACf,OAAO,aAAE,OAAO;AAAA,EAChB,MAAM,aAAE,SAAS,aAAE,OAAO,CAAC;AAC7B,CAAC;AAEM,IAAO,mBAAmB,aAAE,OAAO;AAAA,EACxC,SAAS,aAAE,OAAO;AAAA,EAClB,OAAO,aAAE,OAAO;AAAA,EAChB,MAAM,aAAE,SAAS,aAAE,OAAO,CAAC;AAC7B,CAAC;","names":[]}
@@ -0,0 +1,30 @@
1
+ import { z } from 'zod';
2
+
3
+ declare const sanityReferenceSchema: z.ZodObject<{
4
+ _ref: z.ZodString;
5
+ _type: z.ZodString;
6
+ _key: z.ZodOptional<z.ZodString>;
7
+ }, "strip", z.ZodTypeAny, {
8
+ _ref: string;
9
+ _type: string;
10
+ _key?: string | undefined;
11
+ }, {
12
+ _ref: string;
13
+ _type: string;
14
+ _key?: string | undefined;
15
+ }>;
16
+ declare const sanitySlugSchema: z.ZodObject<{
17
+ current: z.ZodString;
18
+ _type: z.ZodString;
19
+ _key: z.ZodOptional<z.ZodString>;
20
+ }, "strip", z.ZodTypeAny, {
21
+ _type: string;
22
+ current: string;
23
+ _key?: string | undefined;
24
+ }, {
25
+ _type: string;
26
+ current: string;
27
+ _key?: string | undefined;
28
+ }>;
29
+
30
+ export { sanityReferenceSchema, sanitySlugSchema };
@@ -0,0 +1,30 @@
1
+ import { z } from 'zod';
2
+
3
+ declare const sanityReferenceSchema: z.ZodObject<{
4
+ _ref: z.ZodString;
5
+ _type: z.ZodString;
6
+ _key: z.ZodOptional<z.ZodString>;
7
+ }, "strip", z.ZodTypeAny, {
8
+ _ref: string;
9
+ _type: string;
10
+ _key?: string | undefined;
11
+ }, {
12
+ _ref: string;
13
+ _type: string;
14
+ _key?: string | undefined;
15
+ }>;
16
+ declare const sanitySlugSchema: z.ZodObject<{
17
+ current: z.ZodString;
18
+ _type: z.ZodString;
19
+ _key: z.ZodOptional<z.ZodString>;
20
+ }, "strip", z.ZodTypeAny, {
21
+ _type: string;
22
+ current: string;
23
+ _key?: string | undefined;
24
+ }, {
25
+ _type: string;
26
+ current: string;
27
+ _key?: string | undefined;
28
+ }>;
29
+
30
+ export { sanityReferenceSchema, sanitySlugSchema };
@@ -0,0 +1,17 @@
1
+ // src/types/latest/custom/custom_sanity_models.ts
2
+ import { z } from "zod";
3
+ var sanityReferenceSchema = z.object({
4
+ _ref: z.string(),
5
+ _type: z.string(),
6
+ _key: z.optional(z.string())
7
+ });
8
+ var sanitySlugSchema = z.object({
9
+ current: z.string(),
10
+ _type: z.string(),
11
+ _key: z.optional(z.string())
12
+ });
13
+ export {
14
+ sanityReferenceSchema,
15
+ sanitySlugSchema
16
+ };
17
+ //# sourceMappingURL=custom_sanity_models.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/types/latest/custom/custom_sanity_models.ts"],"sourcesContent":["\nimport { z } from 'zod';\n\nexport const sanityReferenceSchema = z.object({\n _ref: z.string(),\n _type: z.string(),\n _key: z.optional(z.string())\n });\n\n export const sanitySlugSchema = z.object({\n current: z.string(),\n _type: z.string(),\n _key: z.optional(z.string())\n })\n"],"mappings":";AACA,SAAS,SAAS;AAEX,IAAM,wBAAwB,EAAE,OAAO;AAAA,EAC1C,MAAM,EAAE,OAAO;AAAA,EACf,OAAO,EAAE,OAAO;AAAA,EAChB,MAAM,EAAE,SAAS,EAAE,OAAO,CAAC;AAC7B,CAAC;AAEM,IAAO,mBAAmB,EAAE,OAAO;AAAA,EACxC,SAAS,EAAE,OAAO;AAAA,EAClB,OAAO,EAAE,OAAO;AAAA,EAChB,MAAM,EAAE,SAAS,EAAE,OAAO,CAAC;AAC7B,CAAC;","names":[]}