@next-degree/pickle-shared-js 0.6.48 → 0.7.51

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (240) 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 +18 -7
  14. package/dist/components/jobPost/JobDescription.cjs.map +1 -1
  15. package/dist/components/jobPost/JobDescription.js +18 -7
  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 +105 -90
  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 +105 -90
  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 +18 -7
  113. package/dist/components/ui/ReadMore.cjs.map +1 -1
  114. package/dist/components/ui/ReadMore.js +18 -7
  115. package/dist/components/ui/ReadMore.js.map +1 -1
  116. package/dist/components/ui/Select.cjs +68 -70
  117. package/dist/components/ui/Select.cjs.map +1 -1
  118. package/dist/components/ui/Select.js +66 -68
  119. package/dist/components/ui/Select.js.map +1 -1
  120. package/dist/components/ui/StepTabs.cjs +92 -0
  121. package/dist/components/ui/StepTabs.cjs.map +1 -0
  122. package/dist/components/ui/StepTabs.d.cts +13 -0
  123. package/dist/components/ui/StepTabs.d.ts +13 -0
  124. package/dist/components/ui/StepTabs.js +58 -0
  125. package/dist/components/ui/StepTabs.js.map +1 -0
  126. package/dist/components/ui/buttonShadcn.cjs +94 -0
  127. package/dist/components/ui/buttonShadcn.cjs.map +1 -0
  128. package/dist/components/ui/buttonShadcn.d.cts +14 -0
  129. package/dist/components/ui/buttonShadcn.d.ts +14 -0
  130. package/dist/components/ui/buttonShadcn.js +58 -0
  131. package/dist/components/ui/buttonShadcn.js.map +1 -0
  132. package/dist/components/ui/calendar.cjs +152 -0
  133. package/dist/components/ui/calendar.cjs.map +1 -0
  134. package/dist/components/ui/calendar.d.cts +11 -0
  135. package/dist/components/ui/calendar.d.ts +11 -0
  136. package/dist/components/ui/calendar.js +118 -0
  137. package/dist/components/ui/calendar.js.map +1 -0
  138. package/dist/{displayText-mYUVo6Ek.d.cts → displayText-CQRZ2fOT.d.cts} +2 -2
  139. package/dist/{displayText-DDf9iWyg.d.ts → displayText-LlsLfkTS.d.ts} +2 -2
  140. package/dist/hooks/useDisplayText.cjs.map +1 -1
  141. package/dist/hooks/useDisplayText.d.cts +3 -3
  142. package/dist/hooks/useDisplayText.d.ts +3 -3
  143. package/dist/hooks/useDisplayText.js.map +1 -1
  144. package/dist/index.cjs +763 -738
  145. package/dist/index.cjs.map +1 -1
  146. package/dist/index.d.cts +13 -13
  147. package/dist/index.d.ts +13 -13
  148. package/dist/index.js +772 -747
  149. package/dist/index.js.map +1 -1
  150. package/dist/job_posting_service_latest-B5tqLSgo.d.cts +4247 -0
  151. package/dist/job_posting_service_latest-B5tqLSgo.d.ts +4247 -0
  152. package/dist/{job_posting_service_latest-Dn5s8beY.d.cts → job_posting_service_latest-CKITrYyz.d.cts} +230 -230
  153. package/dist/{job_posting_service_latest-Dn5s8beY.d.ts → job_posting_service_latest-CKITrYyz.d.ts} +230 -230
  154. package/dist/job_posting_service_sanity-CeX9tlpb.d.ts +8093 -0
  155. package/dist/job_posting_service_sanity-D5Znr6Ba.d.cts +8093 -0
  156. package/dist/lib/google.cjs.map +1 -1
  157. package/dist/lib/google.js.map +1 -1
  158. package/dist/lib/locations.cjs.map +1 -1
  159. package/dist/lib/locations.d.cts +2 -2
  160. package/dist/lib/locations.d.ts +2 -2
  161. package/dist/lib/locations.js.map +1 -1
  162. package/dist/lib/mappings.cjs.map +1 -1
  163. package/dist/lib/mappings.d.cts +3 -3
  164. package/dist/lib/mappings.d.ts +3 -3
  165. package/dist/lib/mappings.js.map +1 -1
  166. package/dist/lib/salaryRange.cjs.map +1 -1
  167. package/dist/lib/salaryRange.d.cts +1 -1
  168. package/dist/lib/salaryRange.d.ts +1 -1
  169. package/dist/lib/salaryRange.js.map +1 -1
  170. package/dist/lib/utils.cjs.map +1 -1
  171. package/dist/lib/utils.js.map +1 -1
  172. package/dist/services/displayText.cjs.map +1 -1
  173. package/dist/services/displayText.d.cts +3 -3
  174. package/dist/services/displayText.d.ts +3 -3
  175. package/dist/services/displayText.js.map +1 -1
  176. package/dist/shared_pickle_output_latest-Bwfg5B4p.d.cts +350 -0
  177. package/dist/shared_pickle_output_latest-Bwfg5B4p.d.ts +350 -0
  178. package/dist/styles/globals.css +371 -6
  179. package/dist/styles/globals.css.map +1 -1
  180. package/dist/types/data/company_service_latest.cjs.map +1 -1
  181. package/dist/types/data/company_service_latest.d.cts +1 -1
  182. package/dist/types/data/company_service_latest.d.ts +1 -1
  183. package/dist/types/data/company_service_latest.js.map +1 -1
  184. package/dist/types/data/job_posting_service_latest.cjs +3 -1
  185. package/dist/types/data/job_posting_service_latest.cjs.map +1 -1
  186. package/dist/types/data/job_posting_service_latest.d.cts +1 -1
  187. package/dist/types/data/job_posting_service_latest.d.ts +1 -1
  188. package/dist/types/data/job_posting_service_latest.js +3 -1
  189. package/dist/types/data/job_posting_service_latest.js.map +1 -1
  190. package/dist/types/data/shared_pickle_output_latest.cjs.map +1 -1
  191. package/dist/types/data/shared_pickle_output_latest.d.cts +1 -1
  192. package/dist/types/data/shared_pickle_output_latest.d.ts +1 -1
  193. package/dist/types/data/shared_pickle_output_latest.js.map +1 -1
  194. package/dist/types/index.cjs +505 -0
  195. package/dist/types/index.cjs.map +1 -0
  196. package/dist/types/index.d.cts +10 -0
  197. package/dist/types/index.d.ts +10 -0
  198. package/dist/types/index.js +479 -0
  199. package/dist/types/index.js.map +1 -0
  200. package/dist/types/latest/company_service_latest.cjs +251 -0
  201. package/dist/types/latest/company_service_latest.cjs.map +1 -0
  202. package/dist/types/latest/company_service_latest.d.cts +2 -0
  203. package/dist/types/latest/company_service_latest.d.ts +2 -0
  204. package/dist/types/latest/company_service_latest.js +210 -0
  205. package/dist/types/latest/company_service_latest.js.map +1 -0
  206. package/dist/types/latest/custom/company_service_sanity.cjs +325 -0
  207. package/dist/types/latest/custom/company_service_sanity.cjs.map +1 -0
  208. package/dist/types/latest/custom/company_service_sanity.d.cts +4 -0
  209. package/dist/types/latest/custom/company_service_sanity.d.ts +4 -0
  210. package/dist/types/latest/custom/company_service_sanity.js +288 -0
  211. package/dist/types/latest/custom/company_service_sanity.js.map +1 -0
  212. package/dist/types/latest/custom/custom_sanity_models.cjs +43 -0
  213. package/dist/types/latest/custom/custom_sanity_models.cjs.map +1 -0
  214. package/dist/types/latest/custom/custom_sanity_models.d.cts +30 -0
  215. package/dist/types/latest/custom/custom_sanity_models.d.ts +30 -0
  216. package/dist/types/latest/custom/custom_sanity_models.js +17 -0
  217. package/dist/types/latest/custom/custom_sanity_models.js.map +1 -0
  218. package/dist/types/latest/custom/job_posting_service_sanity.cjs +376 -0
  219. package/dist/types/latest/custom/job_posting_service_sanity.cjs.map +1 -0
  220. package/dist/types/latest/custom/job_posting_service_sanity.d.cts +5 -0
  221. package/dist/types/latest/custom/job_posting_service_sanity.d.ts +5 -0
  222. package/dist/types/latest/custom/job_posting_service_sanity.js +331 -0
  223. package/dist/types/latest/custom/job_posting_service_sanity.js.map +1 -0
  224. package/dist/types/latest/job_posting_service_latest.cjs +293 -0
  225. package/dist/types/latest/job_posting_service_latest.cjs.map +1 -0
  226. package/dist/types/latest/job_posting_service_latest.d.cts +2 -0
  227. package/dist/types/latest/job_posting_service_latest.d.ts +2 -0
  228. package/dist/types/latest/job_posting_service_latest.js +257 -0
  229. package/dist/types/latest/job_posting_service_latest.js.map +1 -0
  230. package/dist/types/latest/shared_pickle_output_latest.cjs +109 -0
  231. package/dist/types/latest/shared_pickle_output_latest.cjs.map +1 -0
  232. package/dist/types/latest/shared_pickle_output_latest.d.cts +2 -0
  233. package/dist/types/latest/shared_pickle_output_latest.d.ts +2 -0
  234. package/dist/types/latest/shared_pickle_output_latest.js +75 -0
  235. package/dist/types/latest/shared_pickle_output_latest.js.map +1 -0
  236. package/package.json +28 -6
  237. package/dist/{company_service_latest-DelYl1hO.d.cts → company_service_latest-8IMr2hMZ.d.cts} +244 -244
  238. package/dist/{company_service_latest-DelYl1hO.d.ts → company_service_latest-8IMr2hMZ.d.ts} +244 -244
  239. package/dist/{shared_pickle_output_latest-DbAgINuf.d.cts → shared_pickle_output_latest-Cwf2EMdH.d.cts} +17 -17
  240. package/dist/{shared_pickle_output_latest-DbAgINuf.d.ts → shared_pickle_output_latest-Cwf2EMdH.d.ts} +17 -17
@@ -56,8 +56,8 @@ declare const jobPostSchema: z.ZodObject<{
56
56
  unitText: z.ZodEnum<["DAY", "HOUR", "MONTH", "PER_ACTIVITY", "WEEK", "YEAR"]>;
57
57
  }, "strip", z.ZodTypeAny, {
58
58
  type: string;
59
- unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
60
59
  version: "1.0.0";
60
+ unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
61
61
  value?: number | undefined;
62
62
  minValue?: number | undefined;
63
63
  maxValue?: number | undefined;
@@ -75,16 +75,16 @@ declare const jobPostSchema: z.ZodObject<{
75
75
  version: "1.0.0";
76
76
  value?: {
77
77
  type: string;
78
- unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
79
78
  version: "1.0.0";
79
+ unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
80
80
  value?: number | undefined;
81
81
  minValue?: number | undefined;
82
82
  maxValue?: number | undefined;
83
83
  } | undefined;
84
- currency?: "EUR" | "GBP" | "USD" | undefined;
85
84
  minValue?: number | undefined;
86
85
  maxValue?: number | undefined;
87
86
  singleValue?: number | undefined;
87
+ currency?: "EUR" | "GBP" | "USD" | undefined;
88
88
  }, {
89
89
  type: string;
90
90
  value?: {
@@ -95,11 +95,11 @@ declare const jobPostSchema: z.ZodObject<{
95
95
  minValue?: number | undefined;
96
96
  maxValue?: number | undefined;
97
97
  } | undefined;
98
- currency?: "EUR" | "GBP" | "USD" | undefined;
99
98
  version?: "1.0.0" | undefined;
100
99
  minValue?: number | undefined;
101
100
  maxValue?: number | undefined;
102
101
  singleValue?: number | undefined;
102
+ currency?: "EUR" | "GBP" | "USD" | undefined;
103
103
  }>>;
104
104
  jobLocation: z.ZodOptional<z.ZodObject<{
105
105
  version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
@@ -165,11 +165,11 @@ declare const jobPostSchema: z.ZodObject<{
165
165
  url: z.ZodOptional<z.ZodString>;
166
166
  }, "strip", z.ZodTypeAny, {
167
167
  version: "1.0.0";
168
- path?: string | undefined;
169
168
  label?: string | undefined;
170
169
  title?: string | undefined;
171
- url?: string | undefined;
170
+ path?: string | undefined;
172
171
  size?: number | undefined;
172
+ url?: string | undefined;
173
173
  description?: string | undefined;
174
174
  altText?: string | undefined;
175
175
  assetId?: string | undefined;
@@ -179,12 +179,12 @@ declare const jobPostSchema: z.ZodObject<{
179
179
  sha1Hash?: string | undefined;
180
180
  uploadId?: string | undefined;
181
181
  }, {
182
- path?: string | undefined;
183
182
  label?: string | undefined;
184
183
  title?: string | undefined;
185
- url?: string | undefined;
184
+ path?: string | undefined;
186
185
  version?: "1.0.0" | undefined;
187
186
  size?: number | undefined;
187
+ url?: string | undefined;
188
188
  description?: string | undefined;
189
189
  altText?: string | undefined;
190
190
  assetId?: string | undefined;
@@ -199,11 +199,11 @@ declare const jobPostSchema: z.ZodObject<{
199
199
  version: "1.0.0";
200
200
  asset?: {
201
201
  version: "1.0.0";
202
- path?: string | undefined;
203
202
  label?: string | undefined;
204
203
  title?: string | undefined;
205
- url?: string | undefined;
204
+ path?: string | undefined;
206
205
  size?: number | undefined;
206
+ url?: string | undefined;
207
207
  description?: string | undefined;
208
208
  altText?: string | undefined;
209
209
  assetId?: string | undefined;
@@ -217,12 +217,12 @@ declare const jobPostSchema: z.ZodObject<{
217
217
  type: string;
218
218
  version?: "1.0.0" | undefined;
219
219
  asset?: {
220
- path?: string | undefined;
221
220
  label?: string | undefined;
222
221
  title?: string | undefined;
223
- url?: string | undefined;
222
+ path?: string | undefined;
224
223
  version?: "1.0.0" | undefined;
225
224
  size?: number | undefined;
225
+ url?: string | undefined;
226
226
  description?: string | undefined;
227
227
  altText?: string | undefined;
228
228
  assetId?: string | undefined;
@@ -240,8 +240,8 @@ declare const jobPostSchema: z.ZodObject<{
240
240
  type: z.ZodString;
241
241
  }, "strip", z.ZodTypeAny, {
242
242
  type: string;
243
- url: string;
244
243
  version: "1.0.0";
244
+ url: string;
245
245
  }, {
246
246
  type: string;
247
247
  url: string;
@@ -277,11 +277,11 @@ declare const jobPostSchema: z.ZodObject<{
277
277
  url: z.ZodOptional<z.ZodString>;
278
278
  }, "strip", z.ZodTypeAny, {
279
279
  version: "1.0.0";
280
- path?: string | undefined;
281
280
  label?: string | undefined;
282
281
  title?: string | undefined;
283
- url?: string | undefined;
282
+ path?: string | undefined;
284
283
  size?: number | undefined;
284
+ url?: string | undefined;
285
285
  description?: string | undefined;
286
286
  altText?: string | undefined;
287
287
  assetId?: string | undefined;
@@ -291,12 +291,12 @@ declare const jobPostSchema: z.ZodObject<{
291
291
  sha1Hash?: string | undefined;
292
292
  uploadId?: string | undefined;
293
293
  }, {
294
- path?: string | undefined;
295
294
  label?: string | undefined;
296
295
  title?: string | undefined;
297
- url?: string | undefined;
296
+ path?: string | undefined;
298
297
  version?: "1.0.0" | undefined;
299
298
  size?: number | undefined;
299
+ url?: string | undefined;
300
300
  description?: string | undefined;
301
301
  altText?: string | undefined;
302
302
  assetId?: string | undefined;
@@ -311,11 +311,11 @@ declare const jobPostSchema: z.ZodObject<{
311
311
  version: "1.0.0";
312
312
  asset?: {
313
313
  version: "1.0.0";
314
- path?: string | undefined;
315
314
  label?: string | undefined;
316
315
  title?: string | undefined;
317
- url?: string | undefined;
316
+ path?: string | undefined;
318
317
  size?: number | undefined;
318
+ url?: string | undefined;
319
319
  description?: string | undefined;
320
320
  altText?: string | undefined;
321
321
  assetId?: string | undefined;
@@ -329,12 +329,12 @@ declare const jobPostSchema: z.ZodObject<{
329
329
  type: string;
330
330
  version?: "1.0.0" | undefined;
331
331
  asset?: {
332
- path?: string | undefined;
333
332
  label?: string | undefined;
334
333
  title?: string | undefined;
335
- url?: string | undefined;
334
+ path?: string | undefined;
336
335
  version?: "1.0.0" | undefined;
337
336
  size?: number | undefined;
337
+ url?: string | undefined;
338
338
  description?: string | undefined;
339
339
  altText?: string | undefined;
340
340
  assetId?: string | undefined;
@@ -347,8 +347,8 @@ declare const jobPostSchema: z.ZodObject<{
347
347
  }>>;
348
348
  baseUrl: z.ZodOptional<z.ZodString>;
349
349
  }, "strip", z.ZodTypeAny, {
350
- type: string;
351
350
  name: string;
351
+ type: string;
352
352
  version: "1.0.0";
353
353
  description: string;
354
354
  logo?: {
@@ -356,11 +356,11 @@ declare const jobPostSchema: z.ZodObject<{
356
356
  version: "1.0.0";
357
357
  asset?: {
358
358
  version: "1.0.0";
359
- path?: string | undefined;
360
359
  label?: string | undefined;
361
360
  title?: string | undefined;
362
- url?: string | undefined;
361
+ path?: string | undefined;
363
362
  size?: number | undefined;
363
+ url?: string | undefined;
364
364
  description?: string | undefined;
365
365
  altText?: string | undefined;
366
366
  assetId?: string | undefined;
@@ -373,20 +373,20 @@ declare const jobPostSchema: z.ZodObject<{
373
373
  } | undefined;
374
374
  baseUrl?: string | undefined;
375
375
  }, {
376
- type: string;
377
376
  name: string;
377
+ type: string;
378
378
  description: string;
379
379
  version?: "1.0.0" | undefined;
380
380
  logo?: {
381
381
  type: string;
382
382
  version?: "1.0.0" | undefined;
383
383
  asset?: {
384
- path?: string | undefined;
385
384
  label?: string | undefined;
386
385
  title?: string | undefined;
387
- url?: string | undefined;
386
+ path?: string | undefined;
388
387
  version?: "1.0.0" | undefined;
389
388
  size?: number | undefined;
389
+ url?: string | undefined;
390
390
  description?: string | undefined;
391
391
  altText?: string | undefined;
392
392
  assetId?: string | undefined;
@@ -407,14 +407,14 @@ declare const jobPostSchema: z.ZodObject<{
407
407
  description: z.ZodOptional<z.ZodString>;
408
408
  category: z.ZodEnum<["FINANCIAL", "HEALTH", "PROFESSIONAL_DEVELOPMENT", "WORK_LIFE_BALANCE"]>;
409
409
  }, "strip", z.ZodTypeAny, {
410
- type: string;
411
410
  title: string;
411
+ type: string;
412
412
  version: "1.0.0";
413
413
  category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
414
414
  description?: string | undefined;
415
415
  }, {
416
- type: string;
417
416
  title: string;
417
+ type: string;
418
418
  category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
419
419
  version?: "1.0.0" | undefined;
420
420
  description?: string | undefined;
@@ -424,8 +424,8 @@ declare const jobPostSchema: z.ZodObject<{
424
424
  version: "1.0.0";
425
425
  careersUrl: string;
426
426
  jobBoard?: {
427
- type: string;
428
427
  name: string;
428
+ type: string;
429
429
  version: "1.0.0";
430
430
  description: string;
431
431
  logo?: {
@@ -433,11 +433,11 @@ declare const jobPostSchema: z.ZodObject<{
433
433
  version: "1.0.0";
434
434
  asset?: {
435
435
  version: "1.0.0";
436
- path?: string | undefined;
437
436
  label?: string | undefined;
438
437
  title?: string | undefined;
439
- url?: string | undefined;
438
+ path?: string | undefined;
440
439
  size?: number | undefined;
440
+ url?: string | undefined;
441
441
  description?: string | undefined;
442
442
  altText?: string | undefined;
443
443
  assetId?: string | undefined;
@@ -452,8 +452,8 @@ declare const jobPostSchema: z.ZodObject<{
452
452
  } | undefined;
453
453
  jobBoardSlug?: string[] | undefined;
454
454
  companyBenefits?: {
455
- type: string;
456
455
  title: string;
456
+ type: string;
457
457
  version: "1.0.0";
458
458
  category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
459
459
  description?: string | undefined;
@@ -463,20 +463,20 @@ declare const jobPostSchema: z.ZodObject<{
463
463
  careersUrl: string;
464
464
  version?: "1.0.0" | undefined;
465
465
  jobBoard?: {
466
- type: string;
467
466
  name: string;
467
+ type: string;
468
468
  description: string;
469
469
  version?: "1.0.0" | undefined;
470
470
  logo?: {
471
471
  type: string;
472
472
  version?: "1.0.0" | undefined;
473
473
  asset?: {
474
- path?: string | undefined;
475
474
  label?: string | undefined;
476
475
  title?: string | undefined;
477
- url?: string | undefined;
476
+ path?: string | undefined;
478
477
  version?: "1.0.0" | undefined;
479
478
  size?: number | undefined;
479
+ url?: string | undefined;
480
480
  description?: string | undefined;
481
481
  altText?: string | undefined;
482
482
  assetId?: string | undefined;
@@ -491,8 +491,8 @@ declare const jobPostSchema: z.ZodObject<{
491
491
  } | undefined;
492
492
  jobBoardSlug?: string[] | undefined;
493
493
  companyBenefits?: {
494
- type: string;
495
494
  title: string;
495
+ type: string;
496
496
  category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
497
497
  version?: "1.0.0" | undefined;
498
498
  description?: string | undefined;
@@ -576,11 +576,11 @@ declare const jobPostSchema: z.ZodObject<{
576
576
  url: z.ZodOptional<z.ZodString>;
577
577
  }, "strip", z.ZodTypeAny, {
578
578
  version: "1.0.0";
579
- path?: string | undefined;
580
579
  label?: string | undefined;
581
580
  title?: string | undefined;
582
- url?: string | undefined;
581
+ path?: string | undefined;
583
582
  size?: number | undefined;
583
+ url?: string | undefined;
584
584
  description?: string | undefined;
585
585
  altText?: string | undefined;
586
586
  assetId?: string | undefined;
@@ -590,12 +590,12 @@ declare const jobPostSchema: z.ZodObject<{
590
590
  sha1Hash?: string | undefined;
591
591
  uploadId?: string | undefined;
592
592
  }, {
593
- path?: string | undefined;
594
593
  label?: string | undefined;
595
594
  title?: string | undefined;
596
- url?: string | undefined;
595
+ path?: string | undefined;
597
596
  version?: "1.0.0" | undefined;
598
597
  size?: number | undefined;
598
+ url?: string | undefined;
599
599
  description?: string | undefined;
600
600
  altText?: string | undefined;
601
601
  assetId?: string | undefined;
@@ -610,11 +610,11 @@ declare const jobPostSchema: z.ZodObject<{
610
610
  version: "1.0.0";
611
611
  asset?: {
612
612
  version: "1.0.0";
613
- path?: string | undefined;
614
613
  label?: string | undefined;
615
614
  title?: string | undefined;
616
- url?: string | undefined;
615
+ path?: string | undefined;
617
616
  size?: number | undefined;
617
+ url?: string | undefined;
618
618
  description?: string | undefined;
619
619
  altText?: string | undefined;
620
620
  assetId?: string | undefined;
@@ -628,12 +628,12 @@ declare const jobPostSchema: z.ZodObject<{
628
628
  type: string;
629
629
  version?: "1.0.0" | undefined;
630
630
  asset?: {
631
- path?: string | undefined;
632
631
  label?: string | undefined;
633
632
  title?: string | undefined;
634
- url?: string | undefined;
633
+ path?: string | undefined;
635
634
  version?: "1.0.0" | undefined;
636
635
  size?: number | undefined;
636
+ url?: string | undefined;
637
637
  description?: string | undefined;
638
638
  altText?: string | undefined;
639
639
  assetId?: string | undefined;
@@ -651,8 +651,8 @@ declare const jobPostSchema: z.ZodObject<{
651
651
  type: z.ZodString;
652
652
  }, "strip", z.ZodTypeAny, {
653
653
  type: string;
654
- url: string;
655
654
  version: "1.0.0";
655
+ url: string;
656
656
  }, {
657
657
  type: string;
658
658
  url: string;
@@ -758,11 +758,11 @@ declare const jobPostSchema: z.ZodObject<{
758
758
  version: "1.0.0";
759
759
  asset?: {
760
760
  version: "1.0.0";
761
- path?: string | undefined;
762
761
  label?: string | undefined;
763
762
  title?: string | undefined;
764
- url?: string | undefined;
763
+ path?: string | undefined;
765
764
  size?: number | undefined;
765
+ url?: string | undefined;
766
766
  description?: string | undefined;
767
767
  altText?: string | undefined;
768
768
  assetId?: string | undefined;
@@ -781,8 +781,8 @@ declare const jobPostSchema: z.ZodObject<{
781
781
  isScientist?: boolean | undefined;
782
782
  socialMedia?: {
783
783
  type: string;
784
- url: string;
785
784
  version: "1.0.0";
785
+ url: string;
786
786
  }[] | undefined;
787
787
  telephone?: string | undefined;
788
788
  }, {
@@ -812,12 +812,12 @@ declare const jobPostSchema: z.ZodObject<{
812
812
  type: string;
813
813
  version?: "1.0.0" | undefined;
814
814
  asset?: {
815
- path?: string | undefined;
816
815
  label?: string | undefined;
817
816
  title?: string | undefined;
818
- url?: string | undefined;
817
+ path?: string | undefined;
819
818
  version?: "1.0.0" | undefined;
820
819
  size?: number | undefined;
820
+ url?: string | undefined;
821
821
  description?: string | undefined;
822
822
  altText?: string | undefined;
823
823
  assetId?: string | undefined;
@@ -828,9 +828,9 @@ declare const jobPostSchema: z.ZodObject<{
828
828
  uploadId?: string | undefined;
829
829
  } | undefined;
830
830
  } | undefined;
831
+ version?: "1.0.0" | undefined;
831
832
  url?: string | undefined;
832
833
  email?: string | undefined;
833
- version?: "1.0.0" | undefined;
834
834
  jobTitle?: string | undefined;
835
835
  isDoctor?: boolean | undefined;
836
836
  isMedical?: boolean | undefined;
@@ -877,11 +877,11 @@ declare const jobPostSchema: z.ZodObject<{
877
877
  version: "1.0.0";
878
878
  asset?: {
879
879
  version: "1.0.0";
880
- path?: string | undefined;
881
880
  label?: string | undefined;
882
881
  title?: string | undefined;
883
- url?: string | undefined;
882
+ path?: string | undefined;
884
883
  size?: number | undefined;
884
+ url?: string | undefined;
885
885
  description?: string | undefined;
886
886
  altText?: string | undefined;
887
887
  assetId?: string | undefined;
@@ -900,8 +900,8 @@ declare const jobPostSchema: z.ZodObject<{
900
900
  isScientist?: boolean | undefined;
901
901
  socialMedia?: {
902
902
  type: string;
903
- url: string;
904
903
  version: "1.0.0";
904
+ url: string;
905
905
  }[] | undefined;
906
906
  telephone?: string | undefined;
907
907
  }[] | undefined;
@@ -938,12 +938,12 @@ declare const jobPostSchema: z.ZodObject<{
938
938
  type: string;
939
939
  version?: "1.0.0" | undefined;
940
940
  asset?: {
941
- path?: string | undefined;
942
941
  label?: string | undefined;
943
942
  title?: string | undefined;
944
- url?: string | undefined;
943
+ path?: string | undefined;
945
944
  version?: "1.0.0" | undefined;
946
945
  size?: number | undefined;
946
+ url?: string | undefined;
947
947
  description?: string | undefined;
948
948
  altText?: string | undefined;
949
949
  assetId?: string | undefined;
@@ -954,9 +954,9 @@ declare const jobPostSchema: z.ZodObject<{
954
954
  uploadId?: string | undefined;
955
955
  } | undefined;
956
956
  } | undefined;
957
+ version?: "1.0.0" | undefined;
957
958
  url?: string | undefined;
958
959
  email?: string | undefined;
959
- version?: "1.0.0" | undefined;
960
960
  jobTitle?: string | undefined;
961
961
  isDoctor?: boolean | undefined;
962
962
  isMedical?: boolean | undefined;
@@ -1081,11 +1081,11 @@ declare const jobPostSchema: z.ZodObject<{
1081
1081
  version: "1.0.0";
1082
1082
  asset?: {
1083
1083
  version: "1.0.0";
1084
- path?: string | undefined;
1085
1084
  label?: string | undefined;
1086
1085
  title?: string | undefined;
1087
- url?: string | undefined;
1086
+ path?: string | undefined;
1088
1087
  size?: number | undefined;
1088
+ url?: string | undefined;
1089
1089
  description?: string | undefined;
1090
1090
  altText?: string | undefined;
1091
1091
  assetId?: string | undefined;
@@ -1098,8 +1098,8 @@ declare const jobPostSchema: z.ZodObject<{
1098
1098
  } | undefined;
1099
1099
  socialMedia?: {
1100
1100
  type: string;
1101
- url: string;
1102
1101
  version: "1.0.0";
1102
+ url: string;
1103
1103
  }[] | undefined;
1104
1104
  companyWebsite?: string | undefined;
1105
1105
  brandColor?: string | undefined;
@@ -1108,8 +1108,8 @@ declare const jobPostSchema: z.ZodObject<{
1108
1108
  version: "1.0.0";
1109
1109
  careersUrl: string;
1110
1110
  jobBoard?: {
1111
- type: string;
1112
1111
  name: string;
1112
+ type: string;
1113
1113
  version: "1.0.0";
1114
1114
  description: string;
1115
1115
  logo?: {
@@ -1117,11 +1117,11 @@ declare const jobPostSchema: z.ZodObject<{
1117
1117
  version: "1.0.0";
1118
1118
  asset?: {
1119
1119
  version: "1.0.0";
1120
- path?: string | undefined;
1121
1120
  label?: string | undefined;
1122
1121
  title?: string | undefined;
1123
- url?: string | undefined;
1122
+ path?: string | undefined;
1124
1123
  size?: number | undefined;
1124
+ url?: string | undefined;
1125
1125
  description?: string | undefined;
1126
1126
  altText?: string | undefined;
1127
1127
  assetId?: string | undefined;
@@ -1136,8 +1136,8 @@ declare const jobPostSchema: z.ZodObject<{
1136
1136
  } | undefined;
1137
1137
  jobBoardSlug?: string[] | undefined;
1138
1138
  companyBenefits?: {
1139
- type: string;
1140
1139
  title: string;
1140
+ type: string;
1141
1141
  version: "1.0.0";
1142
1142
  category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
1143
1143
  description?: string | undefined;
@@ -1193,11 +1193,11 @@ declare const jobPostSchema: z.ZodObject<{
1193
1193
  version: "1.0.0";
1194
1194
  asset?: {
1195
1195
  version: "1.0.0";
1196
- path?: string | undefined;
1197
1196
  label?: string | undefined;
1198
1197
  title?: string | undefined;
1199
- url?: string | undefined;
1198
+ path?: string | undefined;
1200
1199
  size?: number | undefined;
1200
+ url?: string | undefined;
1201
1201
  description?: string | undefined;
1202
1202
  altText?: string | undefined;
1203
1203
  assetId?: string | undefined;
@@ -1216,8 +1216,8 @@ declare const jobPostSchema: z.ZodObject<{
1216
1216
  isScientist?: boolean | undefined;
1217
1217
  socialMedia?: {
1218
1218
  type: string;
1219
- url: string;
1220
1219
  version: "1.0.0";
1220
+ url: string;
1221
1221
  }[] | undefined;
1222
1222
  telephone?: string | undefined;
1223
1223
  }[] | undefined;
@@ -1263,12 +1263,12 @@ declare const jobPostSchema: z.ZodObject<{
1263
1263
  type: string;
1264
1264
  version?: "1.0.0" | undefined;
1265
1265
  asset?: {
1266
- path?: string | undefined;
1267
1266
  label?: string | undefined;
1268
1267
  title?: string | undefined;
1269
- url?: string | undefined;
1268
+ path?: string | undefined;
1270
1269
  version?: "1.0.0" | undefined;
1271
1270
  size?: number | undefined;
1271
+ url?: string | undefined;
1272
1272
  description?: string | undefined;
1273
1273
  altText?: string | undefined;
1274
1274
  assetId?: string | undefined;
@@ -1291,20 +1291,20 @@ declare const jobPostSchema: z.ZodObject<{
1291
1291
  careersUrl: string;
1292
1292
  version?: "1.0.0" | undefined;
1293
1293
  jobBoard?: {
1294
- type: string;
1295
1294
  name: string;
1295
+ type: string;
1296
1296
  description: string;
1297
1297
  version?: "1.0.0" | undefined;
1298
1298
  logo?: {
1299
1299
  type: string;
1300
1300
  version?: "1.0.0" | undefined;
1301
1301
  asset?: {
1302
- path?: string | undefined;
1303
1302
  label?: string | undefined;
1304
1303
  title?: string | undefined;
1305
- url?: string | undefined;
1304
+ path?: string | undefined;
1306
1305
  version?: "1.0.0" | undefined;
1307
1306
  size?: number | undefined;
1307
+ url?: string | undefined;
1308
1308
  description?: string | undefined;
1309
1309
  altText?: string | undefined;
1310
1310
  assetId?: string | undefined;
@@ -1319,8 +1319,8 @@ declare const jobPostSchema: z.ZodObject<{
1319
1319
  } | undefined;
1320
1320
  jobBoardSlug?: string[] | undefined;
1321
1321
  companyBenefits?: {
1322
- type: string;
1323
1322
  title: string;
1323
+ type: string;
1324
1324
  category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
1325
1325
  version?: "1.0.0" | undefined;
1326
1326
  description?: string | undefined;
@@ -1374,12 +1374,12 @@ declare const jobPostSchema: z.ZodObject<{
1374
1374
  type: string;
1375
1375
  version?: "1.0.0" | undefined;
1376
1376
  asset?: {
1377
- path?: string | undefined;
1378
1377
  label?: string | undefined;
1379
1378
  title?: string | undefined;
1380
- url?: string | undefined;
1379
+ path?: string | undefined;
1381
1380
  version?: "1.0.0" | undefined;
1382
1381
  size?: number | undefined;
1382
+ url?: string | undefined;
1383
1383
  description?: string | undefined;
1384
1384
  altText?: string | undefined;
1385
1385
  assetId?: string | undefined;
@@ -1390,9 +1390,9 @@ declare const jobPostSchema: z.ZodObject<{
1390
1390
  uploadId?: string | undefined;
1391
1391
  } | undefined;
1392
1392
  } | undefined;
1393
+ version?: "1.0.0" | undefined;
1393
1394
  url?: string | undefined;
1394
1395
  email?: string | undefined;
1395
- version?: "1.0.0" | undefined;
1396
1396
  jobTitle?: string | undefined;
1397
1397
  isDoctor?: boolean | undefined;
1398
1398
  isMedical?: boolean | undefined;
@@ -1507,8 +1507,8 @@ declare const jobPostSchema: z.ZodObject<{
1507
1507
  createdAt: z.ZodOptional<z.ZodString>;
1508
1508
  updatedAt: z.ZodOptional<z.ZodString>;
1509
1509
  }, "strip", z.ZodTypeAny, {
1510
- type: string;
1511
1510
  name: string;
1511
+ type: string;
1512
1512
  version: "1.0.0";
1513
1513
  officeType: "BRANCH" | "HEADQUARTERS" | "SATELLITE";
1514
1514
  createdAt?: string | undefined;
@@ -1526,11 +1526,11 @@ declare const jobPostSchema: z.ZodObject<{
1526
1526
  version: "1.0.0";
1527
1527
  asset?: {
1528
1528
  version: "1.0.0";
1529
- path?: string | undefined;
1530
1529
  label?: string | undefined;
1531
1530
  title?: string | undefined;
1532
- url?: string | undefined;
1531
+ path?: string | undefined;
1533
1532
  size?: number | undefined;
1533
+ url?: string | undefined;
1534
1534
  description?: string | undefined;
1535
1535
  altText?: string | undefined;
1536
1536
  assetId?: string | undefined;
@@ -1543,8 +1543,8 @@ declare const jobPostSchema: z.ZodObject<{
1543
1543
  } | undefined;
1544
1544
  socialMedia?: {
1545
1545
  type: string;
1546
- url: string;
1547
1546
  version: "1.0.0";
1547
+ url: string;
1548
1548
  }[] | undefined;
1549
1549
  companyWebsite?: string | undefined;
1550
1550
  brandColor?: string | undefined;
@@ -1553,8 +1553,8 @@ declare const jobPostSchema: z.ZodObject<{
1553
1553
  version: "1.0.0";
1554
1554
  careersUrl: string;
1555
1555
  jobBoard?: {
1556
- type: string;
1557
1556
  name: string;
1557
+ type: string;
1558
1558
  version: "1.0.0";
1559
1559
  description: string;
1560
1560
  logo?: {
@@ -1562,11 +1562,11 @@ declare const jobPostSchema: z.ZodObject<{
1562
1562
  version: "1.0.0";
1563
1563
  asset?: {
1564
1564
  version: "1.0.0";
1565
- path?: string | undefined;
1566
1565
  label?: string | undefined;
1567
1566
  title?: string | undefined;
1568
- url?: string | undefined;
1567
+ path?: string | undefined;
1569
1568
  size?: number | undefined;
1569
+ url?: string | undefined;
1570
1570
  description?: string | undefined;
1571
1571
  altText?: string | undefined;
1572
1572
  assetId?: string | undefined;
@@ -1581,8 +1581,8 @@ declare const jobPostSchema: z.ZodObject<{
1581
1581
  } | undefined;
1582
1582
  jobBoardSlug?: string[] | undefined;
1583
1583
  companyBenefits?: {
1584
- type: string;
1585
1584
  title: string;
1585
+ type: string;
1586
1586
  version: "1.0.0";
1587
1587
  category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
1588
1588
  description?: string | undefined;
@@ -1638,11 +1638,11 @@ declare const jobPostSchema: z.ZodObject<{
1638
1638
  version: "1.0.0";
1639
1639
  asset?: {
1640
1640
  version: "1.0.0";
1641
- path?: string | undefined;
1642
1641
  label?: string | undefined;
1643
1642
  title?: string | undefined;
1644
- url?: string | undefined;
1643
+ path?: string | undefined;
1645
1644
  size?: number | undefined;
1645
+ url?: string | undefined;
1646
1646
  description?: string | undefined;
1647
1647
  altText?: string | undefined;
1648
1648
  assetId?: string | undefined;
@@ -1661,8 +1661,8 @@ declare const jobPostSchema: z.ZodObject<{
1661
1661
  isScientist?: boolean | undefined;
1662
1662
  socialMedia?: {
1663
1663
  type: string;
1664
- url: string;
1665
1664
  version: "1.0.0";
1665
+ url: string;
1666
1666
  }[] | undefined;
1667
1667
  telephone?: string | undefined;
1668
1668
  }[] | undefined;
@@ -1715,8 +1715,8 @@ declare const jobPostSchema: z.ZodObject<{
1715
1715
  longitude?: number | undefined;
1716
1716
  } | undefined;
1717
1717
  }, {
1718
- type: string;
1719
1718
  name: string;
1719
+ type: string;
1720
1720
  officeType: "BRANCH" | "HEADQUARTERS" | "SATELLITE";
1721
1721
  version?: "1.0.0" | undefined;
1722
1722
  createdAt?: string | undefined;
@@ -1733,12 +1733,12 @@ declare const jobPostSchema: z.ZodObject<{
1733
1733
  type: string;
1734
1734
  version?: "1.0.0" | undefined;
1735
1735
  asset?: {
1736
- path?: string | undefined;
1737
1736
  label?: string | undefined;
1738
1737
  title?: string | undefined;
1739
- url?: string | undefined;
1738
+ path?: string | undefined;
1740
1739
  version?: "1.0.0" | undefined;
1741
1740
  size?: number | undefined;
1741
+ url?: string | undefined;
1742
1742
  description?: string | undefined;
1743
1743
  altText?: string | undefined;
1744
1744
  assetId?: string | undefined;
@@ -1761,20 +1761,20 @@ declare const jobPostSchema: z.ZodObject<{
1761
1761
  careersUrl: string;
1762
1762
  version?: "1.0.0" | undefined;
1763
1763
  jobBoard?: {
1764
- type: string;
1765
1764
  name: string;
1765
+ type: string;
1766
1766
  description: string;
1767
1767
  version?: "1.0.0" | undefined;
1768
1768
  logo?: {
1769
1769
  type: string;
1770
1770
  version?: "1.0.0" | undefined;
1771
1771
  asset?: {
1772
- path?: string | undefined;
1773
1772
  label?: string | undefined;
1774
1773
  title?: string | undefined;
1775
- url?: string | undefined;
1774
+ path?: string | undefined;
1776
1775
  version?: "1.0.0" | undefined;
1777
1776
  size?: number | undefined;
1777
+ url?: string | undefined;
1778
1778
  description?: string | undefined;
1779
1779
  altText?: string | undefined;
1780
1780
  assetId?: string | undefined;
@@ -1789,8 +1789,8 @@ declare const jobPostSchema: z.ZodObject<{
1789
1789
  } | undefined;
1790
1790
  jobBoardSlug?: string[] | undefined;
1791
1791
  companyBenefits?: {
1792
- type: string;
1793
1792
  title: string;
1793
+ type: string;
1794
1794
  category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
1795
1795
  version?: "1.0.0" | undefined;
1796
1796
  description?: string | undefined;
@@ -1844,12 +1844,12 @@ declare const jobPostSchema: z.ZodObject<{
1844
1844
  type: string;
1845
1845
  version?: "1.0.0" | undefined;
1846
1846
  asset?: {
1847
- path?: string | undefined;
1848
1847
  label?: string | undefined;
1849
1848
  title?: string | undefined;
1850
- url?: string | undefined;
1849
+ path?: string | undefined;
1851
1850
  version?: "1.0.0" | undefined;
1852
1851
  size?: number | undefined;
1852
+ url?: string | undefined;
1853
1853
  description?: string | undefined;
1854
1854
  altText?: string | undefined;
1855
1855
  assetId?: string | undefined;
@@ -1860,9 +1860,9 @@ declare const jobPostSchema: z.ZodObject<{
1860
1860
  uploadId?: string | undefined;
1861
1861
  } | undefined;
1862
1862
  } | undefined;
1863
+ version?: "1.0.0" | undefined;
1863
1864
  url?: string | undefined;
1864
1865
  email?: string | undefined;
1865
- version?: "1.0.0" | undefined;
1866
1866
  jobTitle?: string | undefined;
1867
1867
  isDoctor?: boolean | undefined;
1868
1868
  isMedical?: boolean | undefined;
@@ -2020,11 +2020,11 @@ declare const jobPostSchema: z.ZodObject<{
2020
2020
  url: z.ZodOptional<z.ZodString>;
2021
2021
  }, "strip", z.ZodTypeAny, {
2022
2022
  version: "1.0.0";
2023
- path?: string | undefined;
2024
2023
  label?: string | undefined;
2025
2024
  title?: string | undefined;
2026
- url?: string | undefined;
2025
+ path?: string | undefined;
2027
2026
  size?: number | undefined;
2027
+ url?: string | undefined;
2028
2028
  description?: string | undefined;
2029
2029
  altText?: string | undefined;
2030
2030
  assetId?: string | undefined;
@@ -2034,12 +2034,12 @@ declare const jobPostSchema: z.ZodObject<{
2034
2034
  sha1Hash?: string | undefined;
2035
2035
  uploadId?: string | undefined;
2036
2036
  }, {
2037
- path?: string | undefined;
2038
2037
  label?: string | undefined;
2039
2038
  title?: string | undefined;
2040
- url?: string | undefined;
2039
+ path?: string | undefined;
2041
2040
  version?: "1.0.0" | undefined;
2042
2041
  size?: number | undefined;
2042
+ url?: string | undefined;
2043
2043
  description?: string | undefined;
2044
2044
  altText?: string | undefined;
2045
2045
  assetId?: string | undefined;
@@ -2054,11 +2054,11 @@ declare const jobPostSchema: z.ZodObject<{
2054
2054
  version: "1.0.0";
2055
2055
  asset?: {
2056
2056
  version: "1.0.0";
2057
- path?: string | undefined;
2058
2057
  label?: string | undefined;
2059
2058
  title?: string | undefined;
2060
- url?: string | undefined;
2059
+ path?: string | undefined;
2061
2060
  size?: number | undefined;
2061
+ url?: string | undefined;
2062
2062
  description?: string | undefined;
2063
2063
  altText?: string | undefined;
2064
2064
  assetId?: string | undefined;
@@ -2072,12 +2072,12 @@ declare const jobPostSchema: z.ZodObject<{
2072
2072
  type: string;
2073
2073
  version?: "1.0.0" | undefined;
2074
2074
  asset?: {
2075
- path?: string | undefined;
2076
2075
  label?: string | undefined;
2077
2076
  title?: string | undefined;
2078
- url?: string | undefined;
2077
+ path?: string | undefined;
2079
2078
  version?: "1.0.0" | undefined;
2080
2079
  size?: number | undefined;
2080
+ url?: string | undefined;
2081
2081
  description?: string | undefined;
2082
2082
  altText?: string | undefined;
2083
2083
  assetId?: string | undefined;
@@ -2095,8 +2095,8 @@ declare const jobPostSchema: z.ZodObject<{
2095
2095
  type: z.ZodString;
2096
2096
  }, "strip", z.ZodTypeAny, {
2097
2097
  type: string;
2098
- url: string;
2099
2098
  version: "1.0.0";
2099
+ url: string;
2100
2100
  }, {
2101
2101
  type: string;
2102
2102
  url: string;
@@ -2132,11 +2132,11 @@ declare const jobPostSchema: z.ZodObject<{
2132
2132
  url: z.ZodOptional<z.ZodString>;
2133
2133
  }, "strip", z.ZodTypeAny, {
2134
2134
  version: "1.0.0";
2135
- path?: string | undefined;
2136
2135
  label?: string | undefined;
2137
2136
  title?: string | undefined;
2138
- url?: string | undefined;
2137
+ path?: string | undefined;
2139
2138
  size?: number | undefined;
2139
+ url?: string | undefined;
2140
2140
  description?: string | undefined;
2141
2141
  altText?: string | undefined;
2142
2142
  assetId?: string | undefined;
@@ -2146,12 +2146,12 @@ declare const jobPostSchema: z.ZodObject<{
2146
2146
  sha1Hash?: string | undefined;
2147
2147
  uploadId?: string | undefined;
2148
2148
  }, {
2149
- path?: string | undefined;
2150
2149
  label?: string | undefined;
2151
2150
  title?: string | undefined;
2152
- url?: string | undefined;
2151
+ path?: string | undefined;
2153
2152
  version?: "1.0.0" | undefined;
2154
2153
  size?: number | undefined;
2154
+ url?: string | undefined;
2155
2155
  description?: string | undefined;
2156
2156
  altText?: string | undefined;
2157
2157
  assetId?: string | undefined;
@@ -2166,11 +2166,11 @@ declare const jobPostSchema: z.ZodObject<{
2166
2166
  version: "1.0.0";
2167
2167
  asset?: {
2168
2168
  version: "1.0.0";
2169
- path?: string | undefined;
2170
2169
  label?: string | undefined;
2171
2170
  title?: string | undefined;
2172
- url?: string | undefined;
2171
+ path?: string | undefined;
2173
2172
  size?: number | undefined;
2173
+ url?: string | undefined;
2174
2174
  description?: string | undefined;
2175
2175
  altText?: string | undefined;
2176
2176
  assetId?: string | undefined;
@@ -2184,12 +2184,12 @@ declare const jobPostSchema: z.ZodObject<{
2184
2184
  type: string;
2185
2185
  version?: "1.0.0" | undefined;
2186
2186
  asset?: {
2187
- path?: string | undefined;
2188
2187
  label?: string | undefined;
2189
2188
  title?: string | undefined;
2190
- url?: string | undefined;
2189
+ path?: string | undefined;
2191
2190
  version?: "1.0.0" | undefined;
2192
2191
  size?: number | undefined;
2192
+ url?: string | undefined;
2193
2193
  description?: string | undefined;
2194
2194
  altText?: string | undefined;
2195
2195
  assetId?: string | undefined;
@@ -2202,8 +2202,8 @@ declare const jobPostSchema: z.ZodObject<{
2202
2202
  }>>;
2203
2203
  baseUrl: z.ZodOptional<z.ZodString>;
2204
2204
  }, "strip", z.ZodTypeAny, {
2205
- type: string;
2206
2205
  name: string;
2206
+ type: string;
2207
2207
  version: "1.0.0";
2208
2208
  description: string;
2209
2209
  logo?: {
@@ -2211,11 +2211,11 @@ declare const jobPostSchema: z.ZodObject<{
2211
2211
  version: "1.0.0";
2212
2212
  asset?: {
2213
2213
  version: "1.0.0";
2214
- path?: string | undefined;
2215
2214
  label?: string | undefined;
2216
2215
  title?: string | undefined;
2217
- url?: string | undefined;
2216
+ path?: string | undefined;
2218
2217
  size?: number | undefined;
2218
+ url?: string | undefined;
2219
2219
  description?: string | undefined;
2220
2220
  altText?: string | undefined;
2221
2221
  assetId?: string | undefined;
@@ -2228,20 +2228,20 @@ declare const jobPostSchema: z.ZodObject<{
2228
2228
  } | undefined;
2229
2229
  baseUrl?: string | undefined;
2230
2230
  }, {
2231
- type: string;
2232
2231
  name: string;
2232
+ type: string;
2233
2233
  description: string;
2234
2234
  version?: "1.0.0" | undefined;
2235
2235
  logo?: {
2236
2236
  type: string;
2237
2237
  version?: "1.0.0" | undefined;
2238
2238
  asset?: {
2239
- path?: string | undefined;
2240
2239
  label?: string | undefined;
2241
2240
  title?: string | undefined;
2242
- url?: string | undefined;
2241
+ path?: string | undefined;
2243
2242
  version?: "1.0.0" | undefined;
2244
2243
  size?: number | undefined;
2244
+ url?: string | undefined;
2245
2245
  description?: string | undefined;
2246
2246
  altText?: string | undefined;
2247
2247
  assetId?: string | undefined;
@@ -2262,14 +2262,14 @@ declare const jobPostSchema: z.ZodObject<{
2262
2262
  description: z.ZodOptional<z.ZodString>;
2263
2263
  category: z.ZodEnum<["FINANCIAL", "HEALTH", "PROFESSIONAL_DEVELOPMENT", "WORK_LIFE_BALANCE"]>;
2264
2264
  }, "strip", z.ZodTypeAny, {
2265
- type: string;
2266
2265
  title: string;
2266
+ type: string;
2267
2267
  version: "1.0.0";
2268
2268
  category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
2269
2269
  description?: string | undefined;
2270
2270
  }, {
2271
- type: string;
2272
2271
  title: string;
2272
+ type: string;
2273
2273
  category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
2274
2274
  version?: "1.0.0" | undefined;
2275
2275
  description?: string | undefined;
@@ -2279,8 +2279,8 @@ declare const jobPostSchema: z.ZodObject<{
2279
2279
  version: "1.0.0";
2280
2280
  careersUrl: string;
2281
2281
  jobBoard?: {
2282
- type: string;
2283
2282
  name: string;
2283
+ type: string;
2284
2284
  version: "1.0.0";
2285
2285
  description: string;
2286
2286
  logo?: {
@@ -2288,11 +2288,11 @@ declare const jobPostSchema: z.ZodObject<{
2288
2288
  version: "1.0.0";
2289
2289
  asset?: {
2290
2290
  version: "1.0.0";
2291
- path?: string | undefined;
2292
2291
  label?: string | undefined;
2293
2292
  title?: string | undefined;
2294
- url?: string | undefined;
2293
+ path?: string | undefined;
2295
2294
  size?: number | undefined;
2295
+ url?: string | undefined;
2296
2296
  description?: string | undefined;
2297
2297
  altText?: string | undefined;
2298
2298
  assetId?: string | undefined;
@@ -2307,8 +2307,8 @@ declare const jobPostSchema: z.ZodObject<{
2307
2307
  } | undefined;
2308
2308
  jobBoardSlug?: string[] | undefined;
2309
2309
  companyBenefits?: {
2310
- type: string;
2311
2310
  title: string;
2311
+ type: string;
2312
2312
  version: "1.0.0";
2313
2313
  category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
2314
2314
  description?: string | undefined;
@@ -2318,20 +2318,20 @@ declare const jobPostSchema: z.ZodObject<{
2318
2318
  careersUrl: string;
2319
2319
  version?: "1.0.0" | undefined;
2320
2320
  jobBoard?: {
2321
- type: string;
2322
2321
  name: string;
2322
+ type: string;
2323
2323
  description: string;
2324
2324
  version?: "1.0.0" | undefined;
2325
2325
  logo?: {
2326
2326
  type: string;
2327
2327
  version?: "1.0.0" | undefined;
2328
2328
  asset?: {
2329
- path?: string | undefined;
2330
2329
  label?: string | undefined;
2331
2330
  title?: string | undefined;
2332
- url?: string | undefined;
2331
+ path?: string | undefined;
2333
2332
  version?: "1.0.0" | undefined;
2334
2333
  size?: number | undefined;
2334
+ url?: string | undefined;
2335
2335
  description?: string | undefined;
2336
2336
  altText?: string | undefined;
2337
2337
  assetId?: string | undefined;
@@ -2346,8 +2346,8 @@ declare const jobPostSchema: z.ZodObject<{
2346
2346
  } | undefined;
2347
2347
  jobBoardSlug?: string[] | undefined;
2348
2348
  companyBenefits?: {
2349
- type: string;
2350
2349
  title: string;
2350
+ type: string;
2351
2351
  category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
2352
2352
  version?: "1.0.0" | undefined;
2353
2353
  description?: string | undefined;
@@ -2431,11 +2431,11 @@ declare const jobPostSchema: z.ZodObject<{
2431
2431
  url: z.ZodOptional<z.ZodString>;
2432
2432
  }, "strip", z.ZodTypeAny, {
2433
2433
  version: "1.0.0";
2434
- path?: string | undefined;
2435
2434
  label?: string | undefined;
2436
2435
  title?: string | undefined;
2437
- url?: string | undefined;
2436
+ path?: string | undefined;
2438
2437
  size?: number | undefined;
2438
+ url?: string | undefined;
2439
2439
  description?: string | undefined;
2440
2440
  altText?: string | undefined;
2441
2441
  assetId?: string | undefined;
@@ -2445,12 +2445,12 @@ declare const jobPostSchema: z.ZodObject<{
2445
2445
  sha1Hash?: string | undefined;
2446
2446
  uploadId?: string | undefined;
2447
2447
  }, {
2448
- path?: string | undefined;
2449
2448
  label?: string | undefined;
2450
2449
  title?: string | undefined;
2451
- url?: string | undefined;
2450
+ path?: string | undefined;
2452
2451
  version?: "1.0.0" | undefined;
2453
2452
  size?: number | undefined;
2453
+ url?: string | undefined;
2454
2454
  description?: string | undefined;
2455
2455
  altText?: string | undefined;
2456
2456
  assetId?: string | undefined;
@@ -2465,11 +2465,11 @@ declare const jobPostSchema: z.ZodObject<{
2465
2465
  version: "1.0.0";
2466
2466
  asset?: {
2467
2467
  version: "1.0.0";
2468
- path?: string | undefined;
2469
2468
  label?: string | undefined;
2470
2469
  title?: string | undefined;
2471
- url?: string | undefined;
2470
+ path?: string | undefined;
2472
2471
  size?: number | undefined;
2472
+ url?: string | undefined;
2473
2473
  description?: string | undefined;
2474
2474
  altText?: string | undefined;
2475
2475
  assetId?: string | undefined;
@@ -2483,12 +2483,12 @@ declare const jobPostSchema: z.ZodObject<{
2483
2483
  type: string;
2484
2484
  version?: "1.0.0" | undefined;
2485
2485
  asset?: {
2486
- path?: string | undefined;
2487
2486
  label?: string | undefined;
2488
2487
  title?: string | undefined;
2489
- url?: string | undefined;
2488
+ path?: string | undefined;
2490
2489
  version?: "1.0.0" | undefined;
2491
2490
  size?: number | undefined;
2491
+ url?: string | undefined;
2492
2492
  description?: string | undefined;
2493
2493
  altText?: string | undefined;
2494
2494
  assetId?: string | undefined;
@@ -2506,8 +2506,8 @@ declare const jobPostSchema: z.ZodObject<{
2506
2506
  type: z.ZodString;
2507
2507
  }, "strip", z.ZodTypeAny, {
2508
2508
  type: string;
2509
- url: string;
2510
2509
  version: "1.0.0";
2510
+ url: string;
2511
2511
  }, {
2512
2512
  type: string;
2513
2513
  url: string;
@@ -2613,11 +2613,11 @@ declare const jobPostSchema: z.ZodObject<{
2613
2613
  version: "1.0.0";
2614
2614
  asset?: {
2615
2615
  version: "1.0.0";
2616
- path?: string | undefined;
2617
2616
  label?: string | undefined;
2618
2617
  title?: string | undefined;
2619
- url?: string | undefined;
2618
+ path?: string | undefined;
2620
2619
  size?: number | undefined;
2620
+ url?: string | undefined;
2621
2621
  description?: string | undefined;
2622
2622
  altText?: string | undefined;
2623
2623
  assetId?: string | undefined;
@@ -2636,8 +2636,8 @@ declare const jobPostSchema: z.ZodObject<{
2636
2636
  isScientist?: boolean | undefined;
2637
2637
  socialMedia?: {
2638
2638
  type: string;
2639
- url: string;
2640
2639
  version: "1.0.0";
2640
+ url: string;
2641
2641
  }[] | undefined;
2642
2642
  telephone?: string | undefined;
2643
2643
  }, {
@@ -2667,12 +2667,12 @@ declare const jobPostSchema: z.ZodObject<{
2667
2667
  type: string;
2668
2668
  version?: "1.0.0" | undefined;
2669
2669
  asset?: {
2670
- path?: string | undefined;
2671
2670
  label?: string | undefined;
2672
2671
  title?: string | undefined;
2673
- url?: string | undefined;
2672
+ path?: string | undefined;
2674
2673
  version?: "1.0.0" | undefined;
2675
2674
  size?: number | undefined;
2675
+ url?: string | undefined;
2676
2676
  description?: string | undefined;
2677
2677
  altText?: string | undefined;
2678
2678
  assetId?: string | undefined;
@@ -2683,9 +2683,9 @@ declare const jobPostSchema: z.ZodObject<{
2683
2683
  uploadId?: string | undefined;
2684
2684
  } | undefined;
2685
2685
  } | undefined;
2686
+ version?: "1.0.0" | undefined;
2686
2687
  url?: string | undefined;
2687
2688
  email?: string | undefined;
2688
- version?: "1.0.0" | undefined;
2689
2689
  jobTitle?: string | undefined;
2690
2690
  isDoctor?: boolean | undefined;
2691
2691
  isMedical?: boolean | undefined;
@@ -2732,11 +2732,11 @@ declare const jobPostSchema: z.ZodObject<{
2732
2732
  version: "1.0.0";
2733
2733
  asset?: {
2734
2734
  version: "1.0.0";
2735
- path?: string | undefined;
2736
2735
  label?: string | undefined;
2737
2736
  title?: string | undefined;
2738
- url?: string | undefined;
2737
+ path?: string | undefined;
2739
2738
  size?: number | undefined;
2739
+ url?: string | undefined;
2740
2740
  description?: string | undefined;
2741
2741
  altText?: string | undefined;
2742
2742
  assetId?: string | undefined;
@@ -2755,8 +2755,8 @@ declare const jobPostSchema: z.ZodObject<{
2755
2755
  isScientist?: boolean | undefined;
2756
2756
  socialMedia?: {
2757
2757
  type: string;
2758
- url: string;
2759
2758
  version: "1.0.0";
2759
+ url: string;
2760
2760
  }[] | undefined;
2761
2761
  telephone?: string | undefined;
2762
2762
  }[] | undefined;
@@ -2793,12 +2793,12 @@ declare const jobPostSchema: z.ZodObject<{
2793
2793
  type: string;
2794
2794
  version?: "1.0.0" | undefined;
2795
2795
  asset?: {
2796
- path?: string | undefined;
2797
2796
  label?: string | undefined;
2798
2797
  title?: string | undefined;
2799
- url?: string | undefined;
2798
+ path?: string | undefined;
2800
2799
  version?: "1.0.0" | undefined;
2801
2800
  size?: number | undefined;
2801
+ url?: string | undefined;
2802
2802
  description?: string | undefined;
2803
2803
  altText?: string | undefined;
2804
2804
  assetId?: string | undefined;
@@ -2809,9 +2809,9 @@ declare const jobPostSchema: z.ZodObject<{
2809
2809
  uploadId?: string | undefined;
2810
2810
  } | undefined;
2811
2811
  } | undefined;
2812
+ version?: "1.0.0" | undefined;
2812
2813
  url?: string | undefined;
2813
2814
  email?: string | undefined;
2814
- version?: "1.0.0" | undefined;
2815
2815
  jobTitle?: string | undefined;
2816
2816
  isDoctor?: boolean | undefined;
2817
2817
  isMedical?: boolean | undefined;
@@ -2936,11 +2936,11 @@ declare const jobPostSchema: z.ZodObject<{
2936
2936
  version: "1.0.0";
2937
2937
  asset?: {
2938
2938
  version: "1.0.0";
2939
- path?: string | undefined;
2940
2939
  label?: string | undefined;
2941
2940
  title?: string | undefined;
2942
- url?: string | undefined;
2941
+ path?: string | undefined;
2943
2942
  size?: number | undefined;
2943
+ url?: string | undefined;
2944
2944
  description?: string | undefined;
2945
2945
  altText?: string | undefined;
2946
2946
  assetId?: string | undefined;
@@ -2953,8 +2953,8 @@ declare const jobPostSchema: z.ZodObject<{
2953
2953
  } | undefined;
2954
2954
  socialMedia?: {
2955
2955
  type: string;
2956
- url: string;
2957
2956
  version: "1.0.0";
2957
+ url: string;
2958
2958
  }[] | undefined;
2959
2959
  companyWebsite?: string | undefined;
2960
2960
  brandColor?: string | undefined;
@@ -2963,8 +2963,8 @@ declare const jobPostSchema: z.ZodObject<{
2963
2963
  version: "1.0.0";
2964
2964
  careersUrl: string;
2965
2965
  jobBoard?: {
2966
- type: string;
2967
2966
  name: string;
2967
+ type: string;
2968
2968
  version: "1.0.0";
2969
2969
  description: string;
2970
2970
  logo?: {
@@ -2972,11 +2972,11 @@ declare const jobPostSchema: z.ZodObject<{
2972
2972
  version: "1.0.0";
2973
2973
  asset?: {
2974
2974
  version: "1.0.0";
2975
- path?: string | undefined;
2976
2975
  label?: string | undefined;
2977
2976
  title?: string | undefined;
2978
- url?: string | undefined;
2977
+ path?: string | undefined;
2979
2978
  size?: number | undefined;
2979
+ url?: string | undefined;
2980
2980
  description?: string | undefined;
2981
2981
  altText?: string | undefined;
2982
2982
  assetId?: string | undefined;
@@ -2991,8 +2991,8 @@ declare const jobPostSchema: z.ZodObject<{
2991
2991
  } | undefined;
2992
2992
  jobBoardSlug?: string[] | undefined;
2993
2993
  companyBenefits?: {
2994
- type: string;
2995
2994
  title: string;
2995
+ type: string;
2996
2996
  version: "1.0.0";
2997
2997
  category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
2998
2998
  description?: string | undefined;
@@ -3048,11 +3048,11 @@ declare const jobPostSchema: z.ZodObject<{
3048
3048
  version: "1.0.0";
3049
3049
  asset?: {
3050
3050
  version: "1.0.0";
3051
- path?: string | undefined;
3052
3051
  label?: string | undefined;
3053
3052
  title?: string | undefined;
3054
- url?: string | undefined;
3053
+ path?: string | undefined;
3055
3054
  size?: number | undefined;
3055
+ url?: string | undefined;
3056
3056
  description?: string | undefined;
3057
3057
  altText?: string | undefined;
3058
3058
  assetId?: string | undefined;
@@ -3071,8 +3071,8 @@ declare const jobPostSchema: z.ZodObject<{
3071
3071
  isScientist?: boolean | undefined;
3072
3072
  socialMedia?: {
3073
3073
  type: string;
3074
- url: string;
3075
3074
  version: "1.0.0";
3075
+ url: string;
3076
3076
  }[] | undefined;
3077
3077
  telephone?: string | undefined;
3078
3078
  }[] | undefined;
@@ -3118,12 +3118,12 @@ declare const jobPostSchema: z.ZodObject<{
3118
3118
  type: string;
3119
3119
  version?: "1.0.0" | undefined;
3120
3120
  asset?: {
3121
- path?: string | undefined;
3122
3121
  label?: string | undefined;
3123
3122
  title?: string | undefined;
3124
- url?: string | undefined;
3123
+ path?: string | undefined;
3125
3124
  version?: "1.0.0" | undefined;
3126
3125
  size?: number | undefined;
3126
+ url?: string | undefined;
3127
3127
  description?: string | undefined;
3128
3128
  altText?: string | undefined;
3129
3129
  assetId?: string | undefined;
@@ -3146,20 +3146,20 @@ declare const jobPostSchema: z.ZodObject<{
3146
3146
  careersUrl: string;
3147
3147
  version?: "1.0.0" | undefined;
3148
3148
  jobBoard?: {
3149
- type: string;
3150
3149
  name: string;
3150
+ type: string;
3151
3151
  description: string;
3152
3152
  version?: "1.0.0" | undefined;
3153
3153
  logo?: {
3154
3154
  type: string;
3155
3155
  version?: "1.0.0" | undefined;
3156
3156
  asset?: {
3157
- path?: string | undefined;
3158
3157
  label?: string | undefined;
3159
3158
  title?: string | undefined;
3160
- url?: string | undefined;
3159
+ path?: string | undefined;
3161
3160
  version?: "1.0.0" | undefined;
3162
3161
  size?: number | undefined;
3162
+ url?: string | undefined;
3163
3163
  description?: string | undefined;
3164
3164
  altText?: string | undefined;
3165
3165
  assetId?: string | undefined;
@@ -3174,8 +3174,8 @@ declare const jobPostSchema: z.ZodObject<{
3174
3174
  } | undefined;
3175
3175
  jobBoardSlug?: string[] | undefined;
3176
3176
  companyBenefits?: {
3177
- type: string;
3178
3177
  title: string;
3178
+ type: string;
3179
3179
  category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
3180
3180
  version?: "1.0.0" | undefined;
3181
3181
  description?: string | undefined;
@@ -3229,12 +3229,12 @@ declare const jobPostSchema: z.ZodObject<{
3229
3229
  type: string;
3230
3230
  version?: "1.0.0" | undefined;
3231
3231
  asset?: {
3232
- path?: string | undefined;
3233
3232
  label?: string | undefined;
3234
3233
  title?: string | undefined;
3235
- url?: string | undefined;
3234
+ path?: string | undefined;
3236
3235
  version?: "1.0.0" | undefined;
3237
3236
  size?: number | undefined;
3237
+ url?: string | undefined;
3238
3238
  description?: string | undefined;
3239
3239
  altText?: string | undefined;
3240
3240
  assetId?: string | undefined;
@@ -3245,9 +3245,9 @@ declare const jobPostSchema: z.ZodObject<{
3245
3245
  uploadId?: string | undefined;
3246
3246
  } | undefined;
3247
3247
  } | undefined;
3248
+ version?: "1.0.0" | undefined;
3248
3249
  url?: string | undefined;
3249
3250
  email?: string | undefined;
3250
- version?: "1.0.0" | undefined;
3251
3251
  jobTitle?: string | undefined;
3252
3252
  isDoctor?: boolean | undefined;
3253
3253
  isMedical?: boolean | undefined;
@@ -3291,11 +3291,11 @@ declare const jobPostSchema: z.ZodObject<{
3291
3291
  } | undefined;
3292
3292
  }>>;
3293
3293
  }, "strip", z.ZodTypeAny, {
3294
- type: string;
3295
3294
  title: string;
3295
+ type: string;
3296
3296
  id: string;
3297
- url: string;
3298
3297
  version: "1.0.0";
3298
+ url: string;
3299
3299
  description: string;
3300
3300
  createdAt: string;
3301
3301
  updatedAt: string;
@@ -3306,12 +3306,6 @@ declare const jobPostSchema: z.ZodObject<{
3306
3306
  isVerified: boolean;
3307
3307
  isDirectApply: boolean;
3308
3308
  shift?: ("DAY" | "EIGHT_HOUR" | "EVENING" | "FLEXIBLE" | "MID_SHIFT" | "MONDAY_TO_FRIDAY" | "NIGHT" | "ON_CALL" | "TEN_HOUR" | "TWELVE_HOUR" | "WEEKENDS")[] | undefined;
3309
- employmentType?: ("CONTRACT" | "FULL_TIME" | "INTERNSHIP" | "OTHER" | "PART_TIME" | "PER_DIEM" | "TEMPORARY")[] | undefined;
3310
- employmentLevel?: "DIRECTOR" | "ENTRY_LEVEL" | "EXECUTIVE" | "EXPERIENCED" | "INTERN" | "MANAGER" | undefined;
3311
- jobFunction?: "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" | undefined;
3312
- bestFit?: ("DENTIST" | "DIETICIAN" | "DOULA" | "MEDICAL_ASSISTANT" | "MIDWIFE" | "NURSE" | "OCCUPATIONAL_THERAPIST" | "PHARMACIST" | "PHYSICAL_THERAPIST" | "PHYSICIAN" | "PHYSICIAN_ASSISTANT" | "PSYCHOLOGIST" | "RADIOLOGIST" | "SOCIAL_WORKER" | "SPEECH_LANGUAGE_PATHOLOGIST" | "SURGEON")[] | undefined;
3313
- clinicalSpecialty?: ("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")[] | undefined;
3314
- clinicalSetting?: ("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")[] | undefined;
3315
3309
  dateAdded?: string | undefined;
3316
3310
  datePosted?: string | undefined;
3317
3311
  dateRemoved?: string | undefined;
@@ -3319,22 +3313,28 @@ declare const jobPostSchema: z.ZodObject<{
3319
3313
  vacancyCount?: number | undefined;
3320
3314
  richTextDescription?: string | undefined;
3321
3315
  jobLocationType?: ("FLOAT" | "HYBRID" | "ONSITE" | "REMOTE")[] | undefined;
3316
+ employmentType?: ("CONTRACT" | "FULL_TIME" | "INTERNSHIP" | "OTHER" | "PART_TIME" | "PER_DIEM" | "TEMPORARY")[] | undefined;
3317
+ employmentLevel?: "DIRECTOR" | "ENTRY_LEVEL" | "EXECUTIVE" | "EXPERIENCED" | "INTERN" | "MANAGER" | undefined;
3318
+ jobFunction?: "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" | undefined;
3319
+ bestFit?: ("DENTIST" | "DIETICIAN" | "DOULA" | "MEDICAL_ASSISTANT" | "MIDWIFE" | "NURSE" | "OCCUPATIONAL_THERAPIST" | "PHARMACIST" | "PHYSICAL_THERAPIST" | "PHYSICIAN" | "PHYSICIAN_ASSISTANT" | "PSYCHOLOGIST" | "RADIOLOGIST" | "SOCIAL_WORKER" | "SPEECH_LANGUAGE_PATHOLOGIST" | "SURGEON")[] | undefined;
3322
3320
  clinicalLicense?: ("PT" | "RN" | "CNA" | "CNM" | "CNS" | "COTA" | "CRNA" | "LPN" | "LVN" | "NP" | "OT" | "PTA")[] | undefined;
3321
+ clinicalSetting?: ("OFFICE" | "ACUTE_CARE" | "AMBULATORY_SURGERY_CENTER" | "CLINIC" | "HOME_HEALTH" | "HOSPITAL" | "INPATIENT" | "LONG_TERM_CARE" | "MED_SPA" | "NURSING_HOME" | "OUTPATIENT" | "PRIVATE_PRACTICE" | "REHAB_CENTER" | "SCHOOL" | "SKILLED_NURSING_FACILITY")[] | undefined;
3322
+ clinicalSpecialty?: ("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")[] | undefined;
3323
3323
  estimatedSalary?: {
3324
3324
  type: string;
3325
3325
  version: "1.0.0";
3326
3326
  value?: {
3327
3327
  type: string;
3328
- unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
3329
3328
  version: "1.0.0";
3329
+ unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
3330
3330
  value?: number | undefined;
3331
3331
  minValue?: number | undefined;
3332
3332
  maxValue?: number | undefined;
3333
3333
  } | undefined;
3334
- currency?: "EUR" | "GBP" | "USD" | undefined;
3335
3334
  minValue?: number | undefined;
3336
3335
  maxValue?: number | undefined;
3337
3336
  singleValue?: number | undefined;
3337
+ currency?: "EUR" | "GBP" | "USD" | undefined;
3338
3338
  } | undefined;
3339
3339
  jobLocation?: {
3340
3340
  type: string;
@@ -3348,8 +3348,8 @@ declare const jobPostSchema: z.ZodObject<{
3348
3348
  postalCode?: string | undefined;
3349
3349
  } | undefined;
3350
3350
  applicableOffices?: {
3351
- type: string;
3352
3351
  name: string;
3352
+ type: string;
3353
3353
  version: "1.0.0";
3354
3354
  officeType: "BRANCH" | "HEADQUARTERS" | "SATELLITE";
3355
3355
  createdAt?: string | undefined;
@@ -3367,11 +3367,11 @@ declare const jobPostSchema: z.ZodObject<{
3367
3367
  version: "1.0.0";
3368
3368
  asset?: {
3369
3369
  version: "1.0.0";
3370
- path?: string | undefined;
3371
3370
  label?: string | undefined;
3372
3371
  title?: string | undefined;
3373
- url?: string | undefined;
3372
+ path?: string | undefined;
3374
3373
  size?: number | undefined;
3374
+ url?: string | undefined;
3375
3375
  description?: string | undefined;
3376
3376
  altText?: string | undefined;
3377
3377
  assetId?: string | undefined;
@@ -3384,8 +3384,8 @@ declare const jobPostSchema: z.ZodObject<{
3384
3384
  } | undefined;
3385
3385
  socialMedia?: {
3386
3386
  type: string;
3387
- url: string;
3388
3387
  version: "1.0.0";
3388
+ url: string;
3389
3389
  }[] | undefined;
3390
3390
  companyWebsite?: string | undefined;
3391
3391
  brandColor?: string | undefined;
@@ -3394,8 +3394,8 @@ declare const jobPostSchema: z.ZodObject<{
3394
3394
  version: "1.0.0";
3395
3395
  careersUrl: string;
3396
3396
  jobBoard?: {
3397
- type: string;
3398
3397
  name: string;
3398
+ type: string;
3399
3399
  version: "1.0.0";
3400
3400
  description: string;
3401
3401
  logo?: {
@@ -3403,11 +3403,11 @@ declare const jobPostSchema: z.ZodObject<{
3403
3403
  version: "1.0.0";
3404
3404
  asset?: {
3405
3405
  version: "1.0.0";
3406
- path?: string | undefined;
3407
3406
  label?: string | undefined;
3408
3407
  title?: string | undefined;
3409
- url?: string | undefined;
3408
+ path?: string | undefined;
3410
3409
  size?: number | undefined;
3410
+ url?: string | undefined;
3411
3411
  description?: string | undefined;
3412
3412
  altText?: string | undefined;
3413
3413
  assetId?: string | undefined;
@@ -3422,8 +3422,8 @@ declare const jobPostSchema: z.ZodObject<{
3422
3422
  } | undefined;
3423
3423
  jobBoardSlug?: string[] | undefined;
3424
3424
  companyBenefits?: {
3425
- type: string;
3426
3425
  title: string;
3426
+ type: string;
3427
3427
  version: "1.0.0";
3428
3428
  category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
3429
3429
  description?: string | undefined;
@@ -3479,11 +3479,11 @@ declare const jobPostSchema: z.ZodObject<{
3479
3479
  version: "1.0.0";
3480
3480
  asset?: {
3481
3481
  version: "1.0.0";
3482
- path?: string | undefined;
3483
3482
  label?: string | undefined;
3484
3483
  title?: string | undefined;
3485
- url?: string | undefined;
3484
+ path?: string | undefined;
3486
3485
  size?: number | undefined;
3486
+ url?: string | undefined;
3487
3487
  description?: string | undefined;
3488
3488
  altText?: string | undefined;
3489
3489
  assetId?: string | undefined;
@@ -3502,8 +3502,8 @@ declare const jobPostSchema: z.ZodObject<{
3502
3502
  isScientist?: boolean | undefined;
3503
3503
  socialMedia?: {
3504
3504
  type: string;
3505
- url: string;
3506
3505
  version: "1.0.0";
3506
+ url: string;
3507
3507
  }[] | undefined;
3508
3508
  telephone?: string | undefined;
3509
3509
  }[] | undefined;
@@ -3586,11 +3586,11 @@ declare const jobPostSchema: z.ZodObject<{
3586
3586
  version: "1.0.0";
3587
3587
  asset?: {
3588
3588
  version: "1.0.0";
3589
- path?: string | undefined;
3590
3589
  label?: string | undefined;
3591
3590
  title?: string | undefined;
3592
- url?: string | undefined;
3591
+ path?: string | undefined;
3593
3592
  size?: number | undefined;
3593
+ url?: string | undefined;
3594
3594
  description?: string | undefined;
3595
3595
  altText?: string | undefined;
3596
3596
  assetId?: string | undefined;
@@ -3603,8 +3603,8 @@ declare const jobPostSchema: z.ZodObject<{
3603
3603
  } | undefined;
3604
3604
  socialMedia?: {
3605
3605
  type: string;
3606
- url: string;
3607
3606
  version: "1.0.0";
3607
+ url: string;
3608
3608
  }[] | undefined;
3609
3609
  companyWebsite?: string | undefined;
3610
3610
  brandColor?: string | undefined;
@@ -3613,8 +3613,8 @@ declare const jobPostSchema: z.ZodObject<{
3613
3613
  version: "1.0.0";
3614
3614
  careersUrl: string;
3615
3615
  jobBoard?: {
3616
- type: string;
3617
3616
  name: string;
3617
+ type: string;
3618
3618
  version: "1.0.0";
3619
3619
  description: string;
3620
3620
  logo?: {
@@ -3622,11 +3622,11 @@ declare const jobPostSchema: z.ZodObject<{
3622
3622
  version: "1.0.0";
3623
3623
  asset?: {
3624
3624
  version: "1.0.0";
3625
- path?: string | undefined;
3626
3625
  label?: string | undefined;
3627
3626
  title?: string | undefined;
3628
- url?: string | undefined;
3627
+ path?: string | undefined;
3629
3628
  size?: number | undefined;
3629
+ url?: string | undefined;
3630
3630
  description?: string | undefined;
3631
3631
  altText?: string | undefined;
3632
3632
  assetId?: string | undefined;
@@ -3641,8 +3641,8 @@ declare const jobPostSchema: z.ZodObject<{
3641
3641
  } | undefined;
3642
3642
  jobBoardSlug?: string[] | undefined;
3643
3643
  companyBenefits?: {
3644
- type: string;
3645
3644
  title: string;
3645
+ type: string;
3646
3646
  version: "1.0.0";
3647
3647
  category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
3648
3648
  description?: string | undefined;
@@ -3698,11 +3698,11 @@ declare const jobPostSchema: z.ZodObject<{
3698
3698
  version: "1.0.0";
3699
3699
  asset?: {
3700
3700
  version: "1.0.0";
3701
- path?: string | undefined;
3702
3701
  label?: string | undefined;
3703
3702
  title?: string | undefined;
3704
- url?: string | undefined;
3703
+ path?: string | undefined;
3705
3704
  size?: number | undefined;
3705
+ url?: string | undefined;
3706
3706
  description?: string | undefined;
3707
3707
  altText?: string | undefined;
3708
3708
  assetId?: string | undefined;
@@ -3721,8 +3721,8 @@ declare const jobPostSchema: z.ZodObject<{
3721
3721
  isScientist?: boolean | undefined;
3722
3722
  socialMedia?: {
3723
3723
  type: string;
3724
- url: string;
3725
3724
  version: "1.0.0";
3725
+ url: string;
3726
3726
  }[] | undefined;
3727
3727
  telephone?: string | undefined;
3728
3728
  }[] | undefined;
@@ -3758,8 +3758,8 @@ declare const jobPostSchema: z.ZodObject<{
3758
3758
  } | undefined;
3759
3759
  } | undefined;
3760
3760
  }, {
3761
- type: string;
3762
3761
  title: string;
3762
+ type: string;
3763
3763
  id: string;
3764
3764
  url: string;
3765
3765
  description: string;
@@ -3767,14 +3767,8 @@ declare const jobPostSchema: z.ZodObject<{
3767
3767
  updatedAt: string;
3768
3768
  publishStatus: "DRAFT" | "IN_REVIEW" | "PUBLISHED" | "REMOVED";
3769
3769
  clientId: string;
3770
- shift?: ("DAY" | "EIGHT_HOUR" | "EVENING" | "FLEXIBLE" | "MID_SHIFT" | "MONDAY_TO_FRIDAY" | "NIGHT" | "ON_CALL" | "TEN_HOUR" | "TWELVE_HOUR" | "WEEKENDS")[] | undefined;
3771
- employmentType?: ("CONTRACT" | "FULL_TIME" | "INTERNSHIP" | "OTHER" | "PART_TIME" | "PER_DIEM" | "TEMPORARY")[] | undefined;
3772
- employmentLevel?: "DIRECTOR" | "ENTRY_LEVEL" | "EXECUTIVE" | "EXPERIENCED" | "INTERN" | "MANAGER" | undefined;
3773
- jobFunction?: "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" | undefined;
3774
- bestFit?: ("DENTIST" | "DIETICIAN" | "DOULA" | "MEDICAL_ASSISTANT" | "MIDWIFE" | "NURSE" | "OCCUPATIONAL_THERAPIST" | "PHARMACIST" | "PHYSICAL_THERAPIST" | "PHYSICIAN" | "PHYSICIAN_ASSISTANT" | "PSYCHOLOGIST" | "RADIOLOGIST" | "SOCIAL_WORKER" | "SPEECH_LANGUAGE_PATHOLOGIST" | "SURGEON")[] | undefined;
3775
- clinicalSpecialty?: ("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")[] | undefined;
3776
- clinicalSetting?: ("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")[] | undefined;
3777
3770
  version?: "1.0.0" | undefined;
3771
+ shift?: ("DAY" | "EIGHT_HOUR" | "EVENING" | "FLEXIBLE" | "MID_SHIFT" | "MONDAY_TO_FRIDAY" | "NIGHT" | "ON_CALL" | "TEN_HOUR" | "TWELVE_HOUR" | "WEEKENDS")[] | undefined;
3778
3772
  dateAdded?: string | undefined;
3779
3773
  datePosted?: string | undefined;
3780
3774
  dateRemoved?: string | undefined;
@@ -3786,7 +3780,13 @@ declare const jobPostSchema: z.ZodObject<{
3786
3780
  isVerified?: boolean | undefined;
3787
3781
  isDirectApply?: boolean | undefined;
3788
3782
  jobLocationType?: ("FLOAT" | "HYBRID" | "ONSITE" | "REMOTE")[] | undefined;
3783
+ employmentType?: ("CONTRACT" | "FULL_TIME" | "INTERNSHIP" | "OTHER" | "PART_TIME" | "PER_DIEM" | "TEMPORARY")[] | undefined;
3784
+ employmentLevel?: "DIRECTOR" | "ENTRY_LEVEL" | "EXECUTIVE" | "EXPERIENCED" | "INTERN" | "MANAGER" | undefined;
3785
+ jobFunction?: "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" | undefined;
3786
+ bestFit?: ("DENTIST" | "DIETICIAN" | "DOULA" | "MEDICAL_ASSISTANT" | "MIDWIFE" | "NURSE" | "OCCUPATIONAL_THERAPIST" | "PHARMACIST" | "PHYSICAL_THERAPIST" | "PHYSICIAN" | "PHYSICIAN_ASSISTANT" | "PSYCHOLOGIST" | "RADIOLOGIST" | "SOCIAL_WORKER" | "SPEECH_LANGUAGE_PATHOLOGIST" | "SURGEON")[] | undefined;
3789
3787
  clinicalLicense?: ("PT" | "RN" | "CNA" | "CNM" | "CNS" | "COTA" | "CRNA" | "LPN" | "LVN" | "NP" | "OT" | "PTA")[] | undefined;
3788
+ clinicalSetting?: ("OFFICE" | "ACUTE_CARE" | "AMBULATORY_SURGERY_CENTER" | "CLINIC" | "HOME_HEALTH" | "HOSPITAL" | "INPATIENT" | "LONG_TERM_CARE" | "MED_SPA" | "NURSING_HOME" | "OUTPATIENT" | "PRIVATE_PRACTICE" | "REHAB_CENTER" | "SCHOOL" | "SKILLED_NURSING_FACILITY")[] | undefined;
3789
+ clinicalSpecialty?: ("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")[] | undefined;
3790
3790
  estimatedSalary?: {
3791
3791
  type: string;
3792
3792
  value?: {
@@ -3797,11 +3797,11 @@ declare const jobPostSchema: z.ZodObject<{
3797
3797
  minValue?: number | undefined;
3798
3798
  maxValue?: number | undefined;
3799
3799
  } | undefined;
3800
- currency?: "EUR" | "GBP" | "USD" | undefined;
3801
3800
  version?: "1.0.0" | undefined;
3802
3801
  minValue?: number | undefined;
3803
3802
  maxValue?: number | undefined;
3804
3803
  singleValue?: number | undefined;
3804
+ currency?: "EUR" | "GBP" | "USD" | undefined;
3805
3805
  } | undefined;
3806
3806
  jobLocation?: {
3807
3807
  type: string;
@@ -3815,8 +3815,8 @@ declare const jobPostSchema: z.ZodObject<{
3815
3815
  postalCode?: string | undefined;
3816
3816
  } | undefined;
3817
3817
  applicableOffices?: {
3818
- type: string;
3819
3818
  name: string;
3819
+ type: string;
3820
3820
  officeType: "BRANCH" | "HEADQUARTERS" | "SATELLITE";
3821
3821
  version?: "1.0.0" | undefined;
3822
3822
  createdAt?: string | undefined;
@@ -3833,12 +3833,12 @@ declare const jobPostSchema: z.ZodObject<{
3833
3833
  type: string;
3834
3834
  version?: "1.0.0" | undefined;
3835
3835
  asset?: {
3836
- path?: string | undefined;
3837
3836
  label?: string | undefined;
3838
3837
  title?: string | undefined;
3839
- url?: string | undefined;
3838
+ path?: string | undefined;
3840
3839
  version?: "1.0.0" | undefined;
3841
3840
  size?: number | undefined;
3841
+ url?: string | undefined;
3842
3842
  description?: string | undefined;
3843
3843
  altText?: string | undefined;
3844
3844
  assetId?: string | undefined;
@@ -3861,20 +3861,20 @@ declare const jobPostSchema: z.ZodObject<{
3861
3861
  careersUrl: string;
3862
3862
  version?: "1.0.0" | undefined;
3863
3863
  jobBoard?: {
3864
- type: string;
3865
3864
  name: string;
3865
+ type: string;
3866
3866
  description: string;
3867
3867
  version?: "1.0.0" | undefined;
3868
3868
  logo?: {
3869
3869
  type: string;
3870
3870
  version?: "1.0.0" | undefined;
3871
3871
  asset?: {
3872
- path?: string | undefined;
3873
3872
  label?: string | undefined;
3874
3873
  title?: string | undefined;
3875
- url?: string | undefined;
3874
+ path?: string | undefined;
3876
3875
  version?: "1.0.0" | undefined;
3877
3876
  size?: number | undefined;
3877
+ url?: string | undefined;
3878
3878
  description?: string | undefined;
3879
3879
  altText?: string | undefined;
3880
3880
  assetId?: string | undefined;
@@ -3889,8 +3889,8 @@ declare const jobPostSchema: z.ZodObject<{
3889
3889
  } | undefined;
3890
3890
  jobBoardSlug?: string[] | undefined;
3891
3891
  companyBenefits?: {
3892
- type: string;
3893
3892
  title: string;
3893
+ type: string;
3894
3894
  category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
3895
3895
  version?: "1.0.0" | undefined;
3896
3896
  description?: string | undefined;
@@ -3944,12 +3944,12 @@ declare const jobPostSchema: z.ZodObject<{
3944
3944
  type: string;
3945
3945
  version?: "1.0.0" | undefined;
3946
3946
  asset?: {
3947
- path?: string | undefined;
3948
3947
  label?: string | undefined;
3949
3948
  title?: string | undefined;
3950
- url?: string | undefined;
3949
+ path?: string | undefined;
3951
3950
  version?: "1.0.0" | undefined;
3952
3951
  size?: number | undefined;
3952
+ url?: string | undefined;
3953
3953
  description?: string | undefined;
3954
3954
  altText?: string | undefined;
3955
3955
  assetId?: string | undefined;
@@ -3960,9 +3960,9 @@ declare const jobPostSchema: z.ZodObject<{
3960
3960
  uploadId?: string | undefined;
3961
3961
  } | undefined;
3962
3962
  } | undefined;
3963
+ version?: "1.0.0" | undefined;
3963
3964
  url?: string | undefined;
3964
3965
  email?: string | undefined;
3965
- version?: "1.0.0" | undefined;
3966
3966
  jobTitle?: string | undefined;
3967
3967
  isDoctor?: boolean | undefined;
3968
3968
  isMedical?: boolean | undefined;
@@ -4052,12 +4052,12 @@ declare const jobPostSchema: z.ZodObject<{
4052
4052
  type: string;
4053
4053
  version?: "1.0.0" | undefined;
4054
4054
  asset?: {
4055
- path?: string | undefined;
4056
4055
  label?: string | undefined;
4057
4056
  title?: string | undefined;
4058
- url?: string | undefined;
4057
+ path?: string | undefined;
4059
4058
  version?: "1.0.0" | undefined;
4060
4059
  size?: number | undefined;
4060
+ url?: string | undefined;
4061
4061
  description?: string | undefined;
4062
4062
  altText?: string | undefined;
4063
4063
  assetId?: string | undefined;
@@ -4080,20 +4080,20 @@ declare const jobPostSchema: z.ZodObject<{
4080
4080
  careersUrl: string;
4081
4081
  version?: "1.0.0" | undefined;
4082
4082
  jobBoard?: {
4083
- type: string;
4084
4083
  name: string;
4084
+ type: string;
4085
4085
  description: string;
4086
4086
  version?: "1.0.0" | undefined;
4087
4087
  logo?: {
4088
4088
  type: string;
4089
4089
  version?: "1.0.0" | undefined;
4090
4090
  asset?: {
4091
- path?: string | undefined;
4092
4091
  label?: string | undefined;
4093
4092
  title?: string | undefined;
4094
- url?: string | undefined;
4093
+ path?: string | undefined;
4095
4094
  version?: "1.0.0" | undefined;
4096
4095
  size?: number | undefined;
4096
+ url?: string | undefined;
4097
4097
  description?: string | undefined;
4098
4098
  altText?: string | undefined;
4099
4099
  assetId?: string | undefined;
@@ -4108,8 +4108,8 @@ declare const jobPostSchema: z.ZodObject<{
4108
4108
  } | undefined;
4109
4109
  jobBoardSlug?: string[] | undefined;
4110
4110
  companyBenefits?: {
4111
- type: string;
4112
4111
  title: string;
4112
+ type: string;
4113
4113
  category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
4114
4114
  version?: "1.0.0" | undefined;
4115
4115
  description?: string | undefined;
@@ -4163,12 +4163,12 @@ declare const jobPostSchema: z.ZodObject<{
4163
4163
  type: string;
4164
4164
  version?: "1.0.0" | undefined;
4165
4165
  asset?: {
4166
- path?: string | undefined;
4167
4166
  label?: string | undefined;
4168
4167
  title?: string | undefined;
4169
- url?: string | undefined;
4168
+ path?: string | undefined;
4170
4169
  version?: "1.0.0" | undefined;
4171
4170
  size?: number | undefined;
4171
+ url?: string | undefined;
4172
4172
  description?: string | undefined;
4173
4173
  altText?: string | undefined;
4174
4174
  assetId?: string | undefined;
@@ -4179,9 +4179,9 @@ declare const jobPostSchema: z.ZodObject<{
4179
4179
  uploadId?: string | undefined;
4180
4180
  } | undefined;
4181
4181
  } | undefined;
4182
+ version?: "1.0.0" | undefined;
4182
4183
  url?: string | undefined;
4183
4184
  email?: string | undefined;
4184
- version?: "1.0.0" | undefined;
4185
4185
  jobTitle?: string | undefined;
4186
4186
  isDoctor?: boolean | undefined;
4187
4187
  isMedical?: boolean | undefined;