@next-degree/pickle-shared-js 0.12.7 → 0.13.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{company_service_sanity-2J1ZuUnu.d.cts → company_service_sanity-ByIKe90u.d.cts} +560 -560
- package/dist/{company_service_sanity-KaAGfnNV.d.ts → company_service_sanity-DbYwWmnS.d.ts} +560 -560
- package/dist/components/buttons/BackButton.cjs +5 -8
- package/dist/components/buttons/BackButton.cjs.map +1 -1
- package/dist/components/buttons/BackButton.d.cts +2 -2
- package/dist/components/buttons/BackButton.d.ts +2 -2
- package/dist/components/buttons/BackButton.js +5 -8
- package/dist/components/buttons/BackButton.js.map +1 -1
- package/dist/components/company/CompanyBenefits.cjs +1 -5
- package/dist/components/company/CompanyBenefits.cjs.map +1 -1
- package/dist/components/company/CompanyBenefits.d.cts +2 -2
- package/dist/components/company/CompanyBenefits.d.ts +2 -2
- package/dist/components/company/CompanyBenefits.js +1 -5
- package/dist/components/company/CompanyBenefits.js.map +1 -1
- package/dist/components/company/CompanyInformation.cjs +23 -44
- package/dist/components/company/CompanyInformation.cjs.map +1 -1
- package/dist/components/company/CompanyInformation.d.cts +2 -2
- package/dist/components/company/CompanyInformation.d.ts +2 -2
- package/dist/components/company/CompanyInformation.js +23 -44
- package/dist/components/company/CompanyInformation.js.map +1 -1
- package/dist/components/company/CompanyTake.cjs +12 -26
- package/dist/components/company/CompanyTake.cjs.map +1 -1
- package/dist/components/company/CompanyTake.d.cts +2 -2
- package/dist/components/company/CompanyTake.d.ts +2 -2
- package/dist/components/company/CompanyTake.js +12 -26
- package/dist/components/company/CompanyTake.js.map +1 -1
- package/dist/components/jobCard/JobLocation.cjs +23 -34
- package/dist/components/jobCard/JobLocation.cjs.map +1 -1
- package/dist/components/jobCard/JobLocation.d.cts +3 -3
- package/dist/components/jobCard/JobLocation.d.ts +3 -3
- package/dist/components/jobCard/JobLocation.js +23 -34
- package/dist/components/jobCard/JobLocation.js.map +1 -1
- package/dist/components/jobPost/JobDescription.cjs +164 -30
- package/dist/components/jobPost/JobDescription.cjs.map +1 -1
- package/dist/components/jobPost/JobDescription.d.cts +2 -2
- package/dist/components/jobPost/JobDescription.d.ts +2 -2
- package/dist/components/jobPost/JobDescription.js +164 -30
- package/dist/components/jobPost/JobDescription.js.map +1 -1
- package/dist/components/jobPost/JobHeader.cjs +110 -138
- package/dist/components/jobPost/JobHeader.cjs.map +1 -1
- package/dist/components/jobPost/JobHeader.d.cts +2 -2
- package/dist/components/jobPost/JobHeader.d.ts +2 -2
- package/dist/components/jobPost/JobHeader.js +110 -138
- package/dist/components/jobPost/JobHeader.js.map +1 -1
- package/dist/components/jobPost/JobPost.cjs +382 -318
- package/dist/components/jobPost/JobPost.cjs.map +1 -1
- package/dist/components/jobPost/JobPost.d.cts +3 -3
- package/dist/components/jobPost/JobPost.d.ts +3 -3
- package/dist/components/jobPost/JobPost.js +344 -280
- package/dist/components/jobPost/JobPost.js.map +1 -1
- package/dist/components/primitives/avatar.cjs +3 -4
- package/dist/components/primitives/avatar.cjs.map +1 -1
- package/dist/components/primitives/avatar.js +3 -4
- package/dist/components/primitives/avatar.js.map +1 -1
- package/dist/components/primitives/command.cjs +37 -50
- package/dist/components/primitives/command.cjs.map +1 -1
- package/dist/components/primitives/command.d.cts +5 -6
- package/dist/components/primitives/command.d.ts +5 -6
- package/dist/components/primitives/command.js +37 -50
- package/dist/components/primitives/command.js.map +1 -1
- package/dist/components/primitives/dialog.cjs +18 -27
- package/dist/components/primitives/dialog.cjs.map +1 -1
- package/dist/components/primitives/dialog.d.cts +2 -3
- package/dist/components/primitives/dialog.d.ts +2 -3
- package/dist/components/primitives/dialog.js +18 -27
- package/dist/components/primitives/dialog.js.map +1 -1
- package/dist/components/primitives/input-otp.cjs +8 -11
- package/dist/components/primitives/input-otp.cjs.map +1 -1
- package/dist/components/primitives/input-otp.d.cts +2 -2
- package/dist/components/primitives/input-otp.d.ts +2 -2
- package/dist/components/primitives/input-otp.js +8 -11
- package/dist/components/primitives/input-otp.js.map +1 -1
- package/dist/components/primitives/popover.cjs +2 -3
- package/dist/components/primitives/popover.cjs.map +1 -1
- package/dist/components/primitives/popover.js +2 -3
- package/dist/components/primitives/popover.js.map +1 -1
- package/dist/components/primitives/radio-group.cjs +12 -16
- package/dist/components/primitives/radio-group.cjs.map +1 -1
- package/dist/components/primitives/radio-group.js +12 -16
- package/dist/components/primitives/radio-group.js.map +1 -1
- package/dist/components/primitives/separator.cjs +1 -2
- package/dist/components/primitives/separator.cjs.map +1 -1
- package/dist/components/primitives/separator.js +1 -2
- package/dist/components/primitives/separator.js.map +1 -1
- package/dist/components/primitives/tooltip.cjs +1 -2
- package/dist/components/primitives/tooltip.cjs.map +1 -1
- package/dist/components/primitives/tooltip.js +1 -2
- package/dist/components/primitives/tooltip.js.map +1 -1
- package/dist/components/ui/Avatar.cjs +6 -11
- package/dist/components/ui/Avatar.cjs.map +1 -1
- package/dist/components/ui/Avatar.d.cts +3 -3
- package/dist/components/ui/Avatar.d.ts +3 -3
- package/dist/components/ui/Avatar.js +6 -11
- package/dist/components/ui/Avatar.js.map +1 -1
- package/dist/components/ui/Badge.cjs +12 -2
- package/dist/components/ui/Badge.cjs.map +1 -1
- package/dist/components/ui/Badge.d.cts +1 -2
- package/dist/components/ui/Badge.d.ts +1 -2
- package/dist/components/ui/Badge.js +2 -2
- package/dist/components/ui/Badge.js.map +1 -1
- package/dist/components/ui/Button.cjs +163 -8
- package/dist/components/ui/Button.cjs.map +1 -1
- package/dist/components/ui/Button.d.cts +4 -8
- package/dist/components/ui/Button.d.ts +4 -8
- package/dist/components/ui/Button.js +153 -8
- package/dist/components/ui/Button.js.map +1 -1
- package/dist/components/ui/Checkbox.cjs +18 -28
- package/dist/components/ui/Checkbox.cjs.map +1 -1
- package/dist/components/ui/Checkbox.js +18 -28
- package/dist/components/ui/Checkbox.js.map +1 -1
- package/dist/components/ui/Chip.cjs +12 -2
- package/dist/components/ui/Chip.cjs.map +1 -1
- package/dist/components/ui/Chip.d.cts +1 -2
- package/dist/components/ui/Chip.d.ts +1 -2
- package/dist/components/ui/Chip.js +2 -2
- package/dist/components/ui/Chip.js.map +1 -1
- package/dist/components/ui/Combobox.cjs +171 -233
- package/dist/components/ui/Combobox.cjs.map +1 -1
- package/dist/components/ui/Combobox.js +171 -233
- package/dist/components/ui/Combobox.js.map +1 -1
- package/dist/components/ui/Counter.cjs +56 -74
- package/dist/components/ui/Counter.cjs.map +1 -1
- package/dist/components/ui/Counter.js +56 -74
- package/dist/components/ui/Counter.js.map +1 -1
- package/dist/components/ui/DatePicker.cjs +44 -68
- package/dist/components/ui/DatePicker.cjs.map +1 -1
- package/dist/components/ui/DatePicker.js +44 -68
- package/dist/components/ui/DatePicker.js.map +1 -1
- package/dist/components/ui/DismissibleBanner.cjs +13 -16
- package/dist/components/ui/DismissibleBanner.cjs.map +1 -1
- package/dist/components/ui/DismissibleBanner.d.cts +2 -2
- package/dist/components/ui/DismissibleBanner.d.ts +2 -2
- package/dist/components/ui/DismissibleBanner.js +13 -16
- package/dist/components/ui/DismissibleBanner.js.map +1 -1
- package/dist/components/ui/ErrorMessage.cjs +1 -2
- package/dist/components/ui/ErrorMessage.cjs.map +1 -1
- package/dist/components/ui/ErrorMessage.d.cts +2 -2
- package/dist/components/ui/ErrorMessage.d.ts +2 -2
- package/dist/components/ui/ErrorMessage.js +1 -2
- package/dist/components/ui/ErrorMessage.js.map +1 -1
- package/dist/components/ui/Icon.cjs +1 -2
- package/dist/components/ui/Icon.cjs.map +1 -1
- package/dist/components/ui/Icon.js +1 -2
- package/dist/components/ui/Icon.js.map +1 -1
- package/dist/components/ui/Input.cjs +48 -68
- package/dist/components/ui/Input.cjs.map +1 -1
- package/dist/components/ui/Input.js +48 -68
- package/dist/components/ui/Input.js.map +1 -1
- package/dist/components/ui/InputOtp.cjs +56 -73
- package/dist/components/ui/InputOtp.cjs.map +1 -1
- package/dist/components/ui/InputOtp.js +56 -73
- package/dist/components/ui/InputOtp.js.map +1 -1
- package/dist/components/ui/Label.cjs +14 -24
- package/dist/components/ui/Label.cjs.map +1 -1
- package/dist/components/ui/Label.d.cts +2 -2
- package/dist/components/ui/Label.d.ts +2 -2
- package/dist/components/ui/Label.js +14 -24
- package/dist/components/ui/Label.js.map +1 -1
- package/dist/components/ui/LinkButton.cjs +5 -5
- package/dist/components/ui/LinkButton.cjs.map +1 -1
- package/dist/components/ui/LinkButton.d.cts +1 -2
- package/dist/components/ui/LinkButton.d.ts +1 -2
- package/dist/components/ui/LinkButton.js +5 -5
- package/dist/components/ui/LinkButton.js.map +1 -1
- package/dist/components/ui/ListItem.cjs +32 -48
- package/dist/components/ui/ListItem.cjs.map +1 -1
- package/dist/components/ui/ListItem.d.cts +2 -2
- package/dist/components/ui/ListItem.d.ts +2 -2
- package/dist/components/ui/ListItem.js +32 -48
- package/dist/components/ui/ListItem.js.map +1 -1
- package/dist/components/ui/Map/ClusterMarker.cjs +80 -0
- package/dist/components/ui/Map/ClusterMarker.cjs.map +1 -0
- package/dist/components/ui/Map/ClusterMarker.d.cts +6 -0
- package/dist/components/ui/Map/ClusterMarker.d.ts +6 -0
- package/dist/components/ui/Map/ClusterMarker.js +56 -0
- package/dist/components/ui/Map/ClusterMarker.js.map +1 -0
- package/dist/components/ui/Map/FocusCircle.cjs +86 -0
- package/dist/components/ui/Map/FocusCircle.cjs.map +1 -0
- package/dist/components/ui/Map/FocusCircle.d.cts +5 -0
- package/dist/components/ui/Map/FocusCircle.d.ts +5 -0
- package/dist/components/ui/Map/FocusCircle.js +62 -0
- package/dist/components/ui/Map/FocusCircle.js.map +1 -0
- package/dist/components/ui/Map/IndividualMarker.cjs +60 -0
- package/dist/components/ui/Map/IndividualMarker.cjs.map +1 -0
- package/dist/components/ui/Map/IndividualMarker.d.cts +6 -0
- package/dist/components/ui/Map/IndividualMarker.d.ts +6 -0
- package/dist/components/ui/Map/IndividualMarker.js +36 -0
- package/dist/components/ui/Map/IndividualMarker.js.map +1 -0
- package/dist/components/ui/Map/MapComponent.cjs +401 -0
- package/dist/components/ui/Map/MapComponent.cjs.map +1 -0
- package/dist/components/ui/Map/MapComponent.d.cts +6 -0
- package/dist/components/ui/Map/MapComponent.d.ts +6 -0
- package/dist/components/ui/Map/MapComponent.js +367 -0
- package/dist/components/ui/Map/MapComponent.js.map +1 -0
- package/dist/components/ui/Map/MapContent.cjs +279 -0
- package/dist/components/ui/Map/MapContent.cjs.map +1 -0
- package/dist/components/ui/Map/MapContent.d.cts +6 -0
- package/dist/components/ui/Map/MapContent.d.ts +6 -0
- package/dist/components/ui/Map/MapContent.js +255 -0
- package/dist/components/ui/Map/MapContent.js.map +1 -0
- package/dist/components/ui/Map/clustering.cjs +105 -0
- package/dist/components/ui/Map/clustering.cjs.map +1 -0
- package/dist/components/ui/Map/clustering.d.cts +17 -0
- package/dist/components/ui/Map/clustering.d.ts +17 -0
- package/dist/components/ui/Map/clustering.js +77 -0
- package/dist/components/ui/Map/clustering.js.map +1 -0
- package/dist/components/ui/Map/constants.cjs +65 -0
- package/dist/components/ui/Map/constants.cjs.map +1 -0
- package/dist/components/ui/Map/constants.d.cts +28 -0
- package/dist/components/ui/Map/constants.d.ts +28 -0
- package/dist/components/ui/Map/constants.js +34 -0
- package/dist/components/ui/Map/constants.js.map +1 -0
- package/dist/components/ui/Map/hooks.cjs +96 -0
- package/dist/components/ui/Map/hooks.cjs.map +1 -0
- package/dist/components/ui/Map/hooks.d.cts +17 -0
- package/dist/components/ui/Map/hooks.d.ts +17 -0
- package/dist/components/ui/Map/hooks.js +59 -0
- package/dist/components/ui/Map/hooks.js.map +1 -0
- package/dist/components/ui/Map/index.cjs +402 -0
- package/dist/components/ui/Map/index.cjs.map +1 -0
- package/dist/components/ui/Map/index.d.cts +3 -0
- package/dist/components/ui/Map/index.d.ts +3 -0
- package/dist/components/ui/Map/index.js +365 -0
- package/dist/components/ui/Map/index.js.map +1 -0
- package/dist/components/ui/Map/types.cjs +19 -0
- package/dist/components/ui/Map/types.cjs.map +1 -0
- package/dist/components/ui/Map/types.d.cts +82 -0
- package/dist/components/ui/Map/types.d.ts +82 -0
- package/dist/components/ui/Map/types.js +1 -0
- package/dist/components/ui/Map/types.js.map +1 -0
- package/dist/components/ui/Map/utils.cjs +80 -0
- package/dist/components/ui/Map/utils.cjs.map +1 -0
- package/dist/components/ui/Map/utils.d.cts +9 -0
- package/dist/components/ui/Map/utils.d.ts +9 -0
- package/dist/components/ui/Map/utils.js +49 -0
- package/dist/components/ui/Map/utils.js.map +1 -0
- package/dist/components/ui/PlacesQueryInput.cjs +71 -94
- package/dist/components/ui/PlacesQueryInput.cjs.map +1 -1
- package/dist/components/ui/PlacesQueryInput.d.cts +2 -2
- package/dist/components/ui/PlacesQueryInput.d.ts +2 -2
- package/dist/components/ui/PlacesQueryInput.js +71 -94
- package/dist/components/ui/PlacesQueryInput.js.map +1 -1
- package/dist/components/ui/Radio.cjs +49 -69
- package/dist/components/ui/Radio.cjs.map +1 -1
- package/dist/components/ui/Radio.js +49 -69
- package/dist/components/ui/Radio.js.map +1 -1
- package/dist/components/ui/ReadMore.cjs +163 -25
- package/dist/components/ui/ReadMore.cjs.map +1 -1
- package/dist/components/ui/ReadMore.d.cts +2 -2
- package/dist/components/ui/ReadMore.d.ts +2 -2
- package/dist/components/ui/ReadMore.js +163 -25
- package/dist/components/ui/ReadMore.js.map +1 -1
- package/dist/components/ui/Select.cjs +138 -172
- package/dist/components/ui/Select.cjs.map +1 -1
- package/dist/components/ui/Select.js +132 -166
- package/dist/components/ui/Select.js.map +1 -1
- package/dist/components/ui/StepTabs.cjs +24 -27
- package/dist/components/ui/StepTabs.cjs.map +1 -1
- package/dist/components/ui/StepTabs.d.cts +3 -3
- package/dist/components/ui/StepTabs.d.ts +3 -3
- package/dist/components/ui/StepTabs.js +24 -27
- package/dist/components/ui/StepTabs.js.map +1 -1
- package/dist/components/ui/Switch.cjs +13 -21
- package/dist/components/ui/Switch.cjs.map +1 -1
- package/dist/components/ui/Switch.js +13 -21
- package/dist/components/ui/Switch.js.map +1 -1
- package/dist/components/ui/buttonShadcn.cjs +1 -2
- package/dist/components/ui/buttonShadcn.cjs.map +1 -1
- package/dist/components/ui/buttonShadcn.d.cts +1 -1
- package/dist/components/ui/buttonShadcn.d.ts +1 -1
- package/dist/components/ui/buttonShadcn.js +1 -2
- package/dist/components/ui/buttonShadcn.js.map +1 -1
- package/dist/components/ui/calendar.cjs +5 -6
- package/dist/components/ui/calendar.cjs.map +1 -1
- package/dist/components/ui/calendar.d.cts +1 -2
- package/dist/components/ui/calendar.d.ts +1 -2
- package/dist/components/ui/calendar.js +5 -6
- package/dist/components/ui/calendar.js.map +1 -1
- package/dist/contexts/WindowHistoryProvider.cjs +1 -2
- package/dist/contexts/WindowHistoryProvider.cjs.map +1 -1
- package/dist/contexts/WindowHistoryProvider.d.cts +1 -2
- package/dist/contexts/WindowHistoryProvider.d.ts +1 -2
- package/dist/contexts/WindowHistoryProvider.js +1 -2
- package/dist/contexts/WindowHistoryProvider.js.map +1 -1
- package/dist/{displayText-DahwdHdi.d.ts → displayText-Ce_aqgGP.d.ts} +2 -2
- package/dist/{displayText-DW0qiJqh.d.cts → displayText-Cm8PqS6s.d.cts} +2 -2
- package/dist/hooks/useDisplayText.d.cts +3 -3
- package/dist/hooks/useDisplayText.d.ts +3 -3
- package/dist/hooks/useWindowHistory.cjs +0 -1
- package/dist/hooks/useWindowHistory.cjs.map +1 -1
- package/dist/hooks/useWindowHistory.d.cts +0 -1
- package/dist/hooks/useWindowHistory.d.ts +0 -1
- package/dist/hooks/useWindowHistory.js +0 -1
- package/dist/hooks/useWindowHistory.js.map +1 -1
- package/dist/index.cjs +1343 -1111
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +8 -8
- package/dist/index.d.ts +8 -8
- package/dist/index.js +1293 -1061
- package/dist/index.js.map +1 -1
- package/dist/{job_posting_service_sanity-BKo9TBDT.d.ts → job_posting_service_sanity-1eG3Jh9_.d.ts} +496 -496
- package/dist/{job_posting_service_sanity-BNq-Am9N.d.cts → job_posting_service_sanity-DKYye6oH.d.cts} +496 -496
- package/dist/lib/locations.d.cts +3 -3
- package/dist/lib/locations.d.ts +3 -3
- package/dist/lib/mappings.d.cts +3 -3
- package/dist/lib/mappings.d.ts +3 -3
- package/dist/lib/salaryRange.d.cts +1 -1
- package/dist/lib/salaryRange.d.ts +1 -1
- package/dist/services/displayText.d.cts +3 -3
- package/dist/services/displayText.d.ts +3 -3
- package/dist/styles/globals.css +179 -6
- package/dist/styles/globals.css.map +1 -1
- package/dist/types/data/company_service_latest.d.cts +1 -1
- package/dist/types/data/company_service_latest.d.ts +1 -1
- package/dist/types/data/job_posting_service_latest.d.cts +1 -1
- package/dist/types/data/job_posting_service_latest.d.ts +1 -1
- package/dist/types/data/shared_pickle_output_latest.d.cts +1 -1
- package/dist/types/data/shared_pickle_output_latest.d.ts +1 -1
- package/dist/types/index.d.cts +6 -6
- package/dist/types/index.d.ts +6 -6
- package/dist/types/latest/company_service_latest.d.cts +1 -1
- package/dist/types/latest/company_service_latest.d.ts +1 -1
- package/dist/types/latest/custom/company_service_sanity.d.cts +3 -3
- package/dist/types/latest/custom/company_service_sanity.d.ts +3 -3
- package/dist/types/latest/custom/job_posting_service_sanity.d.cts +3 -3
- package/dist/types/latest/custom/job_posting_service_sanity.d.ts +3 -3
- package/dist/types/latest/job_posting_service_latest.d.cts +1 -1
- package/dist/types/latest/job_posting_service_latest.d.ts +1 -1
- package/dist/types/latest/shared_pickle_output_latest.d.cts +1 -1
- package/dist/types/latest/shared_pickle_output_latest.d.ts +1 -1
- package/package.json +5 -3
- package/dist/components/ui/MapComponent.cjs +0 -61
- package/dist/components/ui/MapComponent.cjs.map +0 -1
- package/dist/components/ui/MapComponent.d.cts +0 -15
- package/dist/components/ui/MapComponent.d.ts +0 -15
- package/dist/components/ui/MapComponent.js +0 -41
- package/dist/components/ui/MapComponent.js.map +0 -1
- package/dist/{company_service_latest-CITz7F53.d.cts → company_service_latest-BjyG4KCB.d.cts} +319 -319
- package/dist/{company_service_latest-CITz7F53.d.ts → company_service_latest-BjyG4KCB.d.ts} +319 -319
- package/dist/{company_service_latest-C7Moeufo.d.cts → company_service_latest-KJi2W9Ij.d.cts} +319 -319
- package/dist/{company_service_latest-C7Moeufo.d.ts → company_service_latest-KJi2W9Ij.d.ts} +319 -319
- package/dist/{job_posting_service_latest-DdgK8Nnz.d.cts → job_posting_service_latest-82DHqOGu.d.cts} +274 -274
- package/dist/{job_posting_service_latest-DdgK8Nnz.d.ts → job_posting_service_latest-82DHqOGu.d.ts} +274 -274
- package/dist/{job_posting_service_latest-C_TEBzCf.d.cts → job_posting_service_latest-D9I5NE7l.d.cts} +274 -274
- package/dist/{job_posting_service_latest-C_TEBzCf.d.ts → job_posting_service_latest-D9I5NE7l.d.ts} +274 -274
- package/dist/{shared_pickle_output_latest-CtvHTPeX.d.cts → shared_pickle_output_latest-YbRs_xtC.d.cts} +22 -22
- package/dist/{shared_pickle_output_latest-CtvHTPeX.d.ts → shared_pickle_output_latest-YbRs_xtC.d.ts} +22 -22
- package/dist/{shared_pickle_output_latest-CXBCG04N.d.cts → shared_pickle_output_latest-dO-t8iZx.d.cts} +22 -22
- package/dist/{shared_pickle_output_latest-CXBCG04N.d.ts → shared_pickle_output_latest-dO-t8iZx.d.ts} +22 -22
|
@@ -66,11 +66,11 @@ declare const jobBoardSchema: z.ZodObject<{
|
|
|
66
66
|
url: z.ZodOptional<z.ZodString>;
|
|
67
67
|
}, "strip", z.ZodTypeAny, {
|
|
68
68
|
version: "1.0.0";
|
|
69
|
-
size?: number | undefined;
|
|
70
|
-
title?: string | undefined;
|
|
71
|
-
url?: string | undefined;
|
|
72
69
|
label?: string | undefined;
|
|
70
|
+
title?: string | undefined;
|
|
73
71
|
path?: string | undefined;
|
|
72
|
+
size?: number | undefined;
|
|
73
|
+
url?: string | undefined;
|
|
74
74
|
description?: string | undefined;
|
|
75
75
|
altText?: string | undefined;
|
|
76
76
|
assetId?: string | undefined;
|
|
@@ -80,11 +80,11 @@ declare const jobBoardSchema: z.ZodObject<{
|
|
|
80
80
|
sha1Hash?: string | undefined;
|
|
81
81
|
uploadId?: string | undefined;
|
|
82
82
|
}, {
|
|
83
|
-
size?: number | undefined;
|
|
84
|
-
title?: string | undefined;
|
|
85
|
-
url?: string | undefined;
|
|
86
83
|
label?: string | undefined;
|
|
84
|
+
title?: string | undefined;
|
|
87
85
|
path?: string | undefined;
|
|
86
|
+
size?: number | undefined;
|
|
87
|
+
url?: string | undefined;
|
|
88
88
|
version?: "1.0.0" | undefined;
|
|
89
89
|
description?: string | undefined;
|
|
90
90
|
altText?: string | undefined;
|
|
@@ -100,11 +100,11 @@ declare const jobBoardSchema: z.ZodObject<{
|
|
|
100
100
|
version: "1.0.0";
|
|
101
101
|
asset?: {
|
|
102
102
|
version: "1.0.0";
|
|
103
|
-
size?: number | undefined;
|
|
104
|
-
title?: string | undefined;
|
|
105
|
-
url?: string | undefined;
|
|
106
103
|
label?: string | undefined;
|
|
104
|
+
title?: string | undefined;
|
|
107
105
|
path?: string | undefined;
|
|
106
|
+
size?: number | undefined;
|
|
107
|
+
url?: string | undefined;
|
|
108
108
|
description?: string | undefined;
|
|
109
109
|
altText?: string | undefined;
|
|
110
110
|
assetId?: string | undefined;
|
|
@@ -118,11 +118,11 @@ declare const jobBoardSchema: z.ZodObject<{
|
|
|
118
118
|
type: string;
|
|
119
119
|
version?: "1.0.0" | undefined;
|
|
120
120
|
asset?: {
|
|
121
|
-
size?: number | undefined;
|
|
122
|
-
title?: string | undefined;
|
|
123
|
-
url?: string | undefined;
|
|
124
121
|
label?: string | undefined;
|
|
122
|
+
title?: string | undefined;
|
|
125
123
|
path?: string | undefined;
|
|
124
|
+
size?: number | undefined;
|
|
125
|
+
url?: string | undefined;
|
|
126
126
|
version?: "1.0.0" | undefined;
|
|
127
127
|
description?: string | undefined;
|
|
128
128
|
altText?: string | undefined;
|
|
@@ -145,11 +145,11 @@ declare const jobBoardSchema: z.ZodObject<{
|
|
|
145
145
|
version: "1.0.0";
|
|
146
146
|
asset?: {
|
|
147
147
|
version: "1.0.0";
|
|
148
|
-
size?: number | undefined;
|
|
149
|
-
title?: string | undefined;
|
|
150
|
-
url?: string | undefined;
|
|
151
148
|
label?: string | undefined;
|
|
149
|
+
title?: string | undefined;
|
|
152
150
|
path?: string | undefined;
|
|
151
|
+
size?: number | undefined;
|
|
152
|
+
url?: string | undefined;
|
|
153
153
|
description?: string | undefined;
|
|
154
154
|
altText?: string | undefined;
|
|
155
155
|
assetId?: string | undefined;
|
|
@@ -170,11 +170,11 @@ declare const jobBoardSchema: z.ZodObject<{
|
|
|
170
170
|
type: string;
|
|
171
171
|
version?: "1.0.0" | undefined;
|
|
172
172
|
asset?: {
|
|
173
|
-
size?: number | undefined;
|
|
174
|
-
title?: string | undefined;
|
|
175
|
-
url?: string | undefined;
|
|
176
173
|
label?: string | undefined;
|
|
174
|
+
title?: string | undefined;
|
|
177
175
|
path?: string | undefined;
|
|
176
|
+
size?: number | undefined;
|
|
177
|
+
url?: string | undefined;
|
|
178
178
|
version?: "1.0.0" | undefined;
|
|
179
179
|
description?: string | undefined;
|
|
180
180
|
altText?: string | undefined;
|
|
@@ -220,11 +220,11 @@ declare const personSchema: z.ZodObject<{
|
|
|
220
220
|
url: z.ZodOptional<z.ZodString>;
|
|
221
221
|
}, "strip", z.ZodTypeAny, {
|
|
222
222
|
version: "1.0.0";
|
|
223
|
-
size?: number | undefined;
|
|
224
|
-
title?: string | undefined;
|
|
225
|
-
url?: string | undefined;
|
|
226
223
|
label?: string | undefined;
|
|
224
|
+
title?: string | undefined;
|
|
227
225
|
path?: string | undefined;
|
|
226
|
+
size?: number | undefined;
|
|
227
|
+
url?: string | undefined;
|
|
228
228
|
description?: string | undefined;
|
|
229
229
|
altText?: string | undefined;
|
|
230
230
|
assetId?: string | undefined;
|
|
@@ -234,11 +234,11 @@ declare const personSchema: z.ZodObject<{
|
|
|
234
234
|
sha1Hash?: string | undefined;
|
|
235
235
|
uploadId?: string | undefined;
|
|
236
236
|
}, {
|
|
237
|
-
size?: number | undefined;
|
|
238
|
-
title?: string | undefined;
|
|
239
|
-
url?: string | undefined;
|
|
240
237
|
label?: string | undefined;
|
|
238
|
+
title?: string | undefined;
|
|
241
239
|
path?: string | undefined;
|
|
240
|
+
size?: number | undefined;
|
|
241
|
+
url?: string | undefined;
|
|
242
242
|
version?: "1.0.0" | undefined;
|
|
243
243
|
description?: string | undefined;
|
|
244
244
|
altText?: string | undefined;
|
|
@@ -254,11 +254,11 @@ declare const personSchema: z.ZodObject<{
|
|
|
254
254
|
version: "1.0.0";
|
|
255
255
|
asset?: {
|
|
256
256
|
version: "1.0.0";
|
|
257
|
-
size?: number | undefined;
|
|
258
|
-
title?: string | undefined;
|
|
259
|
-
url?: string | undefined;
|
|
260
257
|
label?: string | undefined;
|
|
258
|
+
title?: string | undefined;
|
|
261
259
|
path?: string | undefined;
|
|
260
|
+
size?: number | undefined;
|
|
261
|
+
url?: string | undefined;
|
|
262
262
|
description?: string | undefined;
|
|
263
263
|
altText?: string | undefined;
|
|
264
264
|
assetId?: string | undefined;
|
|
@@ -272,11 +272,11 @@ declare const personSchema: z.ZodObject<{
|
|
|
272
272
|
type: string;
|
|
273
273
|
version?: "1.0.0" | undefined;
|
|
274
274
|
asset?: {
|
|
275
|
-
size?: number | undefined;
|
|
276
|
-
title?: string | undefined;
|
|
277
|
-
url?: string | undefined;
|
|
278
275
|
label?: string | undefined;
|
|
276
|
+
title?: string | undefined;
|
|
279
277
|
path?: string | undefined;
|
|
278
|
+
size?: number | undefined;
|
|
279
|
+
url?: string | undefined;
|
|
280
280
|
version?: "1.0.0" | undefined;
|
|
281
281
|
description?: string | undefined;
|
|
282
282
|
altText?: string | undefined;
|
|
@@ -379,9 +379,6 @@ declare const personSchema: z.ZodObject<{
|
|
|
379
379
|
firstName: string;
|
|
380
380
|
lastName: string;
|
|
381
381
|
slug: string;
|
|
382
|
-
title?: string[] | undefined;
|
|
383
|
-
url?: string | undefined;
|
|
384
|
-
email?: string | undefined;
|
|
385
382
|
address?: {
|
|
386
383
|
version: "1.0.0";
|
|
387
384
|
address?: {
|
|
@@ -399,16 +396,17 @@ declare const personSchema: z.ZodObject<{
|
|
|
399
396
|
latitude?: number | undefined;
|
|
400
397
|
longitude?: number | undefined;
|
|
401
398
|
} | undefined;
|
|
399
|
+
title?: string[] | undefined;
|
|
402
400
|
image?: {
|
|
403
401
|
type: string;
|
|
404
402
|
version: "1.0.0";
|
|
405
403
|
asset?: {
|
|
406
404
|
version: "1.0.0";
|
|
407
|
-
size?: number | undefined;
|
|
408
|
-
title?: string | undefined;
|
|
409
|
-
url?: string | undefined;
|
|
410
405
|
label?: string | undefined;
|
|
406
|
+
title?: string | undefined;
|
|
411
407
|
path?: string | undefined;
|
|
408
|
+
size?: number | undefined;
|
|
409
|
+
url?: string | undefined;
|
|
412
410
|
description?: string | undefined;
|
|
413
411
|
altText?: string | undefined;
|
|
414
412
|
assetId?: string | undefined;
|
|
@@ -419,6 +417,8 @@ declare const personSchema: z.ZodObject<{
|
|
|
419
417
|
uploadId?: string | undefined;
|
|
420
418
|
} | undefined;
|
|
421
419
|
} | undefined;
|
|
420
|
+
url?: string | undefined;
|
|
421
|
+
email?: string | undefined;
|
|
422
422
|
jobTitle?: string | undefined;
|
|
423
423
|
isDoctor?: boolean | undefined;
|
|
424
424
|
isMedical?: boolean | undefined;
|
|
@@ -434,9 +434,6 @@ declare const personSchema: z.ZodObject<{
|
|
|
434
434
|
firstName: string;
|
|
435
435
|
lastName: string;
|
|
436
436
|
slug: string;
|
|
437
|
-
title?: string[] | undefined;
|
|
438
|
-
url?: string | undefined;
|
|
439
|
-
email?: string | undefined;
|
|
440
437
|
address?: {
|
|
441
438
|
address?: {
|
|
442
439
|
type: string;
|
|
@@ -454,15 +451,16 @@ declare const personSchema: z.ZodObject<{
|
|
|
454
451
|
latitude?: number | undefined;
|
|
455
452
|
longitude?: number | undefined;
|
|
456
453
|
} | undefined;
|
|
454
|
+
title?: string[] | undefined;
|
|
457
455
|
image?: {
|
|
458
456
|
type: string;
|
|
459
457
|
version?: "1.0.0" | undefined;
|
|
460
458
|
asset?: {
|
|
461
|
-
size?: number | undefined;
|
|
462
|
-
title?: string | undefined;
|
|
463
|
-
url?: string | undefined;
|
|
464
459
|
label?: string | undefined;
|
|
460
|
+
title?: string | undefined;
|
|
465
461
|
path?: string | undefined;
|
|
462
|
+
size?: number | undefined;
|
|
463
|
+
url?: string | undefined;
|
|
466
464
|
version?: "1.0.0" | undefined;
|
|
467
465
|
description?: string | undefined;
|
|
468
466
|
altText?: string | undefined;
|
|
@@ -474,6 +472,8 @@ declare const personSchema: z.ZodObject<{
|
|
|
474
472
|
uploadId?: string | undefined;
|
|
475
473
|
} | undefined;
|
|
476
474
|
} | undefined;
|
|
475
|
+
url?: string | undefined;
|
|
476
|
+
email?: string | undefined;
|
|
477
477
|
version?: "1.0.0" | undefined;
|
|
478
478
|
jobTitle?: string | undefined;
|
|
479
479
|
isDoctor?: boolean | undefined;
|
|
@@ -516,11 +516,11 @@ declare const companyCareersSchema: z.ZodObject<{
|
|
|
516
516
|
url: z.ZodOptional<z.ZodString>;
|
|
517
517
|
}, "strip", z.ZodTypeAny, {
|
|
518
518
|
version: "1.0.0";
|
|
519
|
-
size?: number | undefined;
|
|
520
|
-
title?: string | undefined;
|
|
521
|
-
url?: string | undefined;
|
|
522
519
|
label?: string | undefined;
|
|
520
|
+
title?: string | undefined;
|
|
523
521
|
path?: string | undefined;
|
|
522
|
+
size?: number | undefined;
|
|
523
|
+
url?: string | undefined;
|
|
524
524
|
description?: string | undefined;
|
|
525
525
|
altText?: string | undefined;
|
|
526
526
|
assetId?: string | undefined;
|
|
@@ -530,11 +530,11 @@ declare const companyCareersSchema: z.ZodObject<{
|
|
|
530
530
|
sha1Hash?: string | undefined;
|
|
531
531
|
uploadId?: string | undefined;
|
|
532
532
|
}, {
|
|
533
|
-
size?: number | undefined;
|
|
534
|
-
title?: string | undefined;
|
|
535
|
-
url?: string | undefined;
|
|
536
533
|
label?: string | undefined;
|
|
534
|
+
title?: string | undefined;
|
|
537
535
|
path?: string | undefined;
|
|
536
|
+
size?: number | undefined;
|
|
537
|
+
url?: string | undefined;
|
|
538
538
|
version?: "1.0.0" | undefined;
|
|
539
539
|
description?: string | undefined;
|
|
540
540
|
altText?: string | undefined;
|
|
@@ -550,11 +550,11 @@ declare const companyCareersSchema: z.ZodObject<{
|
|
|
550
550
|
version: "1.0.0";
|
|
551
551
|
asset?: {
|
|
552
552
|
version: "1.0.0";
|
|
553
|
-
size?: number | undefined;
|
|
554
|
-
title?: string | undefined;
|
|
555
|
-
url?: string | undefined;
|
|
556
553
|
label?: string | undefined;
|
|
554
|
+
title?: string | undefined;
|
|
557
555
|
path?: string | undefined;
|
|
556
|
+
size?: number | undefined;
|
|
557
|
+
url?: string | undefined;
|
|
558
558
|
description?: string | undefined;
|
|
559
559
|
altText?: string | undefined;
|
|
560
560
|
assetId?: string | undefined;
|
|
@@ -568,11 +568,11 @@ declare const companyCareersSchema: z.ZodObject<{
|
|
|
568
568
|
type: string;
|
|
569
569
|
version?: "1.0.0" | undefined;
|
|
570
570
|
asset?: {
|
|
571
|
-
size?: number | undefined;
|
|
572
|
-
title?: string | undefined;
|
|
573
|
-
url?: string | undefined;
|
|
574
571
|
label?: string | undefined;
|
|
572
|
+
title?: string | undefined;
|
|
575
573
|
path?: string | undefined;
|
|
574
|
+
size?: number | undefined;
|
|
575
|
+
url?: string | undefined;
|
|
576
576
|
version?: "1.0.0" | undefined;
|
|
577
577
|
description?: string | undefined;
|
|
578
578
|
altText?: string | undefined;
|
|
@@ -595,11 +595,11 @@ declare const companyCareersSchema: z.ZodObject<{
|
|
|
595
595
|
version: "1.0.0";
|
|
596
596
|
asset?: {
|
|
597
597
|
version: "1.0.0";
|
|
598
|
-
size?: number | undefined;
|
|
599
|
-
title?: string | undefined;
|
|
600
|
-
url?: string | undefined;
|
|
601
598
|
label?: string | undefined;
|
|
599
|
+
title?: string | undefined;
|
|
602
600
|
path?: string | undefined;
|
|
601
|
+
size?: number | undefined;
|
|
602
|
+
url?: string | undefined;
|
|
603
603
|
description?: string | undefined;
|
|
604
604
|
altText?: string | undefined;
|
|
605
605
|
assetId?: string | undefined;
|
|
@@ -620,11 +620,11 @@ declare const companyCareersSchema: z.ZodObject<{
|
|
|
620
620
|
type: string;
|
|
621
621
|
version?: "1.0.0" | undefined;
|
|
622
622
|
asset?: {
|
|
623
|
-
size?: number | undefined;
|
|
624
|
-
title?: string | undefined;
|
|
625
|
-
url?: string | undefined;
|
|
626
623
|
label?: string | undefined;
|
|
624
|
+
title?: string | undefined;
|
|
627
625
|
path?: string | undefined;
|
|
626
|
+
size?: number | undefined;
|
|
627
|
+
url?: string | undefined;
|
|
628
628
|
version?: "1.0.0" | undefined;
|
|
629
629
|
description?: string | undefined;
|
|
630
630
|
altText?: string | undefined;
|
|
@@ -672,11 +672,11 @@ declare const companyCareersSchema: z.ZodObject<{
|
|
|
672
672
|
version: "1.0.0";
|
|
673
673
|
asset?: {
|
|
674
674
|
version: "1.0.0";
|
|
675
|
-
size?: number | undefined;
|
|
676
|
-
title?: string | undefined;
|
|
677
|
-
url?: string | undefined;
|
|
678
675
|
label?: string | undefined;
|
|
676
|
+
title?: string | undefined;
|
|
679
677
|
path?: string | undefined;
|
|
678
|
+
size?: number | undefined;
|
|
679
|
+
url?: string | undefined;
|
|
680
680
|
description?: string | undefined;
|
|
681
681
|
altText?: string | undefined;
|
|
682
682
|
assetId?: string | undefined;
|
|
@@ -710,11 +710,11 @@ declare const companyCareersSchema: z.ZodObject<{
|
|
|
710
710
|
type: string;
|
|
711
711
|
version?: "1.0.0" | undefined;
|
|
712
712
|
asset?: {
|
|
713
|
-
size?: number | undefined;
|
|
714
|
-
title?: string | undefined;
|
|
715
|
-
url?: string | undefined;
|
|
716
713
|
label?: string | undefined;
|
|
714
|
+
title?: string | undefined;
|
|
717
715
|
path?: string | undefined;
|
|
716
|
+
size?: number | undefined;
|
|
717
|
+
url?: string | undefined;
|
|
718
718
|
version?: "1.0.0" | undefined;
|
|
719
719
|
description?: string | undefined;
|
|
720
720
|
altText?: string | undefined;
|
|
@@ -818,11 +818,11 @@ declare const foundingInformationSchema: z.ZodObject<{
|
|
|
818
818
|
url: z.ZodOptional<z.ZodString>;
|
|
819
819
|
}, "strip", z.ZodTypeAny, {
|
|
820
820
|
version: "1.0.0";
|
|
821
|
-
size?: number | undefined;
|
|
822
|
-
title?: string | undefined;
|
|
823
|
-
url?: string | undefined;
|
|
824
821
|
label?: string | undefined;
|
|
822
|
+
title?: string | undefined;
|
|
825
823
|
path?: string | undefined;
|
|
824
|
+
size?: number | undefined;
|
|
825
|
+
url?: string | undefined;
|
|
826
826
|
description?: string | undefined;
|
|
827
827
|
altText?: string | undefined;
|
|
828
828
|
assetId?: string | undefined;
|
|
@@ -832,11 +832,11 @@ declare const foundingInformationSchema: z.ZodObject<{
|
|
|
832
832
|
sha1Hash?: string | undefined;
|
|
833
833
|
uploadId?: string | undefined;
|
|
834
834
|
}, {
|
|
835
|
-
size?: number | undefined;
|
|
836
|
-
title?: string | undefined;
|
|
837
|
-
url?: string | undefined;
|
|
838
835
|
label?: string | undefined;
|
|
836
|
+
title?: string | undefined;
|
|
839
837
|
path?: string | undefined;
|
|
838
|
+
size?: number | undefined;
|
|
839
|
+
url?: string | undefined;
|
|
840
840
|
version?: "1.0.0" | undefined;
|
|
841
841
|
description?: string | undefined;
|
|
842
842
|
altText?: string | undefined;
|
|
@@ -852,11 +852,11 @@ declare const foundingInformationSchema: z.ZodObject<{
|
|
|
852
852
|
version: "1.0.0";
|
|
853
853
|
asset?: {
|
|
854
854
|
version: "1.0.0";
|
|
855
|
-
size?: number | undefined;
|
|
856
|
-
title?: string | undefined;
|
|
857
|
-
url?: string | undefined;
|
|
858
855
|
label?: string | undefined;
|
|
856
|
+
title?: string | undefined;
|
|
859
857
|
path?: string | undefined;
|
|
858
|
+
size?: number | undefined;
|
|
859
|
+
url?: string | undefined;
|
|
860
860
|
description?: string | undefined;
|
|
861
861
|
altText?: string | undefined;
|
|
862
862
|
assetId?: string | undefined;
|
|
@@ -870,11 +870,11 @@ declare const foundingInformationSchema: z.ZodObject<{
|
|
|
870
870
|
type: string;
|
|
871
871
|
version?: "1.0.0" | undefined;
|
|
872
872
|
asset?: {
|
|
873
|
-
size?: number | undefined;
|
|
874
|
-
title?: string | undefined;
|
|
875
|
-
url?: string | undefined;
|
|
876
873
|
label?: string | undefined;
|
|
874
|
+
title?: string | undefined;
|
|
877
875
|
path?: string | undefined;
|
|
876
|
+
size?: number | undefined;
|
|
877
|
+
url?: string | undefined;
|
|
878
878
|
version?: "1.0.0" | undefined;
|
|
879
879
|
description?: string | undefined;
|
|
880
880
|
altText?: string | undefined;
|
|
@@ -977,9 +977,6 @@ declare const foundingInformationSchema: z.ZodObject<{
|
|
|
977
977
|
firstName: string;
|
|
978
978
|
lastName: string;
|
|
979
979
|
slug: string;
|
|
980
|
-
title?: string[] | undefined;
|
|
981
|
-
url?: string | undefined;
|
|
982
|
-
email?: string | undefined;
|
|
983
980
|
address?: {
|
|
984
981
|
version: "1.0.0";
|
|
985
982
|
address?: {
|
|
@@ -997,16 +994,17 @@ declare const foundingInformationSchema: z.ZodObject<{
|
|
|
997
994
|
latitude?: number | undefined;
|
|
998
995
|
longitude?: number | undefined;
|
|
999
996
|
} | undefined;
|
|
997
|
+
title?: string[] | undefined;
|
|
1000
998
|
image?: {
|
|
1001
999
|
type: string;
|
|
1002
1000
|
version: "1.0.0";
|
|
1003
1001
|
asset?: {
|
|
1004
1002
|
version: "1.0.0";
|
|
1005
|
-
size?: number | undefined;
|
|
1006
|
-
title?: string | undefined;
|
|
1007
|
-
url?: string | undefined;
|
|
1008
1003
|
label?: string | undefined;
|
|
1004
|
+
title?: string | undefined;
|
|
1009
1005
|
path?: string | undefined;
|
|
1006
|
+
size?: number | undefined;
|
|
1007
|
+
url?: string | undefined;
|
|
1010
1008
|
description?: string | undefined;
|
|
1011
1009
|
altText?: string | undefined;
|
|
1012
1010
|
assetId?: string | undefined;
|
|
@@ -1017,6 +1015,8 @@ declare const foundingInformationSchema: z.ZodObject<{
|
|
|
1017
1015
|
uploadId?: string | undefined;
|
|
1018
1016
|
} | undefined;
|
|
1019
1017
|
} | undefined;
|
|
1018
|
+
url?: string | undefined;
|
|
1019
|
+
email?: string | undefined;
|
|
1020
1020
|
jobTitle?: string | undefined;
|
|
1021
1021
|
isDoctor?: boolean | undefined;
|
|
1022
1022
|
isMedical?: boolean | undefined;
|
|
@@ -1032,9 +1032,6 @@ declare const foundingInformationSchema: z.ZodObject<{
|
|
|
1032
1032
|
firstName: string;
|
|
1033
1033
|
lastName: string;
|
|
1034
1034
|
slug: string;
|
|
1035
|
-
title?: string[] | undefined;
|
|
1036
|
-
url?: string | undefined;
|
|
1037
|
-
email?: string | undefined;
|
|
1038
1035
|
address?: {
|
|
1039
1036
|
address?: {
|
|
1040
1037
|
type: string;
|
|
@@ -1052,15 +1049,16 @@ declare const foundingInformationSchema: z.ZodObject<{
|
|
|
1052
1049
|
latitude?: number | undefined;
|
|
1053
1050
|
longitude?: number | undefined;
|
|
1054
1051
|
} | undefined;
|
|
1052
|
+
title?: string[] | undefined;
|
|
1055
1053
|
image?: {
|
|
1056
1054
|
type: string;
|
|
1057
1055
|
version?: "1.0.0" | undefined;
|
|
1058
1056
|
asset?: {
|
|
1059
|
-
size?: number | undefined;
|
|
1060
|
-
title?: string | undefined;
|
|
1061
|
-
url?: string | undefined;
|
|
1062
1057
|
label?: string | undefined;
|
|
1058
|
+
title?: string | undefined;
|
|
1063
1059
|
path?: string | undefined;
|
|
1060
|
+
size?: number | undefined;
|
|
1061
|
+
url?: string | undefined;
|
|
1064
1062
|
version?: "1.0.0" | undefined;
|
|
1065
1063
|
description?: string | undefined;
|
|
1066
1064
|
altText?: string | undefined;
|
|
@@ -1072,6 +1070,8 @@ declare const foundingInformationSchema: z.ZodObject<{
|
|
|
1072
1070
|
uploadId?: string | undefined;
|
|
1073
1071
|
} | undefined;
|
|
1074
1072
|
} | undefined;
|
|
1073
|
+
url?: string | undefined;
|
|
1074
|
+
email?: string | undefined;
|
|
1075
1075
|
version?: "1.0.0" | undefined;
|
|
1076
1076
|
jobTitle?: string | undefined;
|
|
1077
1077
|
isDoctor?: boolean | undefined;
|
|
@@ -1096,9 +1096,6 @@ declare const foundingInformationSchema: z.ZodObject<{
|
|
|
1096
1096
|
firstName: string;
|
|
1097
1097
|
lastName: string;
|
|
1098
1098
|
slug: string;
|
|
1099
|
-
title?: string[] | undefined;
|
|
1100
|
-
url?: string | undefined;
|
|
1101
|
-
email?: string | undefined;
|
|
1102
1099
|
address?: {
|
|
1103
1100
|
version: "1.0.0";
|
|
1104
1101
|
address?: {
|
|
@@ -1116,16 +1113,17 @@ declare const foundingInformationSchema: z.ZodObject<{
|
|
|
1116
1113
|
latitude?: number | undefined;
|
|
1117
1114
|
longitude?: number | undefined;
|
|
1118
1115
|
} | undefined;
|
|
1116
|
+
title?: string[] | undefined;
|
|
1119
1117
|
image?: {
|
|
1120
1118
|
type: string;
|
|
1121
1119
|
version: "1.0.0";
|
|
1122
1120
|
asset?: {
|
|
1123
1121
|
version: "1.0.0";
|
|
1124
|
-
size?: number | undefined;
|
|
1125
|
-
title?: string | undefined;
|
|
1126
|
-
url?: string | undefined;
|
|
1127
1122
|
label?: string | undefined;
|
|
1123
|
+
title?: string | undefined;
|
|
1128
1124
|
path?: string | undefined;
|
|
1125
|
+
size?: number | undefined;
|
|
1126
|
+
url?: string | undefined;
|
|
1129
1127
|
description?: string | undefined;
|
|
1130
1128
|
altText?: string | undefined;
|
|
1131
1129
|
assetId?: string | undefined;
|
|
@@ -1136,6 +1134,8 @@ declare const foundingInformationSchema: z.ZodObject<{
|
|
|
1136
1134
|
uploadId?: string | undefined;
|
|
1137
1135
|
} | undefined;
|
|
1138
1136
|
} | undefined;
|
|
1137
|
+
url?: string | undefined;
|
|
1138
|
+
email?: string | undefined;
|
|
1139
1139
|
jobTitle?: string | undefined;
|
|
1140
1140
|
isDoctor?: boolean | undefined;
|
|
1141
1141
|
isMedical?: boolean | undefined;
|
|
@@ -1158,9 +1158,6 @@ declare const foundingInformationSchema: z.ZodObject<{
|
|
|
1158
1158
|
firstName: string;
|
|
1159
1159
|
lastName: string;
|
|
1160
1160
|
slug: string;
|
|
1161
|
-
title?: string[] | undefined;
|
|
1162
|
-
url?: string | undefined;
|
|
1163
|
-
email?: string | undefined;
|
|
1164
1161
|
address?: {
|
|
1165
1162
|
address?: {
|
|
1166
1163
|
type: string;
|
|
@@ -1178,15 +1175,16 @@ declare const foundingInformationSchema: z.ZodObject<{
|
|
|
1178
1175
|
latitude?: number | undefined;
|
|
1179
1176
|
longitude?: number | undefined;
|
|
1180
1177
|
} | undefined;
|
|
1178
|
+
title?: string[] | undefined;
|
|
1181
1179
|
image?: {
|
|
1182
1180
|
type: string;
|
|
1183
1181
|
version?: "1.0.0" | undefined;
|
|
1184
1182
|
asset?: {
|
|
1185
|
-
size?: number | undefined;
|
|
1186
|
-
title?: string | undefined;
|
|
1187
|
-
url?: string | undefined;
|
|
1188
1183
|
label?: string | undefined;
|
|
1184
|
+
title?: string | undefined;
|
|
1189
1185
|
path?: string | undefined;
|
|
1186
|
+
size?: number | undefined;
|
|
1187
|
+
url?: string | undefined;
|
|
1190
1188
|
version?: "1.0.0" | undefined;
|
|
1191
1189
|
description?: string | undefined;
|
|
1192
1190
|
altText?: string | undefined;
|
|
@@ -1198,6 +1196,8 @@ declare const foundingInformationSchema: z.ZodObject<{
|
|
|
1198
1196
|
uploadId?: string | undefined;
|
|
1199
1197
|
} | undefined;
|
|
1200
1198
|
} | undefined;
|
|
1199
|
+
url?: string | undefined;
|
|
1200
|
+
email?: string | undefined;
|
|
1201
1201
|
version?: "1.0.0" | undefined;
|
|
1202
1202
|
jobTitle?: string | undefined;
|
|
1203
1203
|
isDoctor?: boolean | undefined;
|
|
@@ -1269,11 +1269,11 @@ declare const companySchema: z.ZodObject<{
|
|
|
1269
1269
|
url: z.ZodOptional<z.ZodString>;
|
|
1270
1270
|
}, "strip", z.ZodTypeAny, {
|
|
1271
1271
|
version: "1.0.0";
|
|
1272
|
-
size?: number | undefined;
|
|
1273
|
-
title?: string | undefined;
|
|
1274
|
-
url?: string | undefined;
|
|
1275
1272
|
label?: string | undefined;
|
|
1273
|
+
title?: string | undefined;
|
|
1276
1274
|
path?: string | undefined;
|
|
1275
|
+
size?: number | undefined;
|
|
1276
|
+
url?: string | undefined;
|
|
1277
1277
|
description?: string | undefined;
|
|
1278
1278
|
altText?: string | undefined;
|
|
1279
1279
|
assetId?: string | undefined;
|
|
@@ -1283,11 +1283,11 @@ declare const companySchema: z.ZodObject<{
|
|
|
1283
1283
|
sha1Hash?: string | undefined;
|
|
1284
1284
|
uploadId?: string | undefined;
|
|
1285
1285
|
}, {
|
|
1286
|
-
size?: number | undefined;
|
|
1287
|
-
title?: string | undefined;
|
|
1288
|
-
url?: string | undefined;
|
|
1289
1286
|
label?: string | undefined;
|
|
1287
|
+
title?: string | undefined;
|
|
1290
1288
|
path?: string | undefined;
|
|
1289
|
+
size?: number | undefined;
|
|
1290
|
+
url?: string | undefined;
|
|
1291
1291
|
version?: "1.0.0" | undefined;
|
|
1292
1292
|
description?: string | undefined;
|
|
1293
1293
|
altText?: string | undefined;
|
|
@@ -1303,11 +1303,11 @@ declare const companySchema: z.ZodObject<{
|
|
|
1303
1303
|
version: "1.0.0";
|
|
1304
1304
|
asset?: {
|
|
1305
1305
|
version: "1.0.0";
|
|
1306
|
-
size?: number | undefined;
|
|
1307
|
-
title?: string | undefined;
|
|
1308
|
-
url?: string | undefined;
|
|
1309
1306
|
label?: string | undefined;
|
|
1307
|
+
title?: string | undefined;
|
|
1310
1308
|
path?: string | undefined;
|
|
1309
|
+
size?: number | undefined;
|
|
1310
|
+
url?: string | undefined;
|
|
1311
1311
|
description?: string | undefined;
|
|
1312
1312
|
altText?: string | undefined;
|
|
1313
1313
|
assetId?: string | undefined;
|
|
@@ -1321,11 +1321,11 @@ declare const companySchema: z.ZodObject<{
|
|
|
1321
1321
|
type: string;
|
|
1322
1322
|
version?: "1.0.0" | undefined;
|
|
1323
1323
|
asset?: {
|
|
1324
|
-
size?: number | undefined;
|
|
1325
|
-
title?: string | undefined;
|
|
1326
|
-
url?: string | undefined;
|
|
1327
1324
|
label?: string | undefined;
|
|
1325
|
+
title?: string | undefined;
|
|
1328
1326
|
path?: string | undefined;
|
|
1327
|
+
size?: number | undefined;
|
|
1328
|
+
url?: string | undefined;
|
|
1329
1329
|
version?: "1.0.0" | undefined;
|
|
1330
1330
|
description?: string | undefined;
|
|
1331
1331
|
altText?: string | undefined;
|
|
@@ -1381,11 +1381,11 @@ declare const companySchema: z.ZodObject<{
|
|
|
1381
1381
|
url: z.ZodOptional<z.ZodString>;
|
|
1382
1382
|
}, "strip", z.ZodTypeAny, {
|
|
1383
1383
|
version: "1.0.0";
|
|
1384
|
-
size?: number | undefined;
|
|
1385
|
-
title?: string | undefined;
|
|
1386
|
-
url?: string | undefined;
|
|
1387
1384
|
label?: string | undefined;
|
|
1385
|
+
title?: string | undefined;
|
|
1388
1386
|
path?: string | undefined;
|
|
1387
|
+
size?: number | undefined;
|
|
1388
|
+
url?: string | undefined;
|
|
1389
1389
|
description?: string | undefined;
|
|
1390
1390
|
altText?: string | undefined;
|
|
1391
1391
|
assetId?: string | undefined;
|
|
@@ -1395,11 +1395,11 @@ declare const companySchema: z.ZodObject<{
|
|
|
1395
1395
|
sha1Hash?: string | undefined;
|
|
1396
1396
|
uploadId?: string | undefined;
|
|
1397
1397
|
}, {
|
|
1398
|
-
size?: number | undefined;
|
|
1399
|
-
title?: string | undefined;
|
|
1400
|
-
url?: string | undefined;
|
|
1401
1398
|
label?: string | undefined;
|
|
1399
|
+
title?: string | undefined;
|
|
1402
1400
|
path?: string | undefined;
|
|
1401
|
+
size?: number | undefined;
|
|
1402
|
+
url?: string | undefined;
|
|
1403
1403
|
version?: "1.0.0" | undefined;
|
|
1404
1404
|
description?: string | undefined;
|
|
1405
1405
|
altText?: string | undefined;
|
|
@@ -1415,11 +1415,11 @@ declare const companySchema: z.ZodObject<{
|
|
|
1415
1415
|
version: "1.0.0";
|
|
1416
1416
|
asset?: {
|
|
1417
1417
|
version: "1.0.0";
|
|
1418
|
-
size?: number | undefined;
|
|
1419
|
-
title?: string | undefined;
|
|
1420
|
-
url?: string | undefined;
|
|
1421
1418
|
label?: string | undefined;
|
|
1419
|
+
title?: string | undefined;
|
|
1422
1420
|
path?: string | undefined;
|
|
1421
|
+
size?: number | undefined;
|
|
1422
|
+
url?: string | undefined;
|
|
1423
1423
|
description?: string | undefined;
|
|
1424
1424
|
altText?: string | undefined;
|
|
1425
1425
|
assetId?: string | undefined;
|
|
@@ -1433,11 +1433,11 @@ declare const companySchema: z.ZodObject<{
|
|
|
1433
1433
|
type: string;
|
|
1434
1434
|
version?: "1.0.0" | undefined;
|
|
1435
1435
|
asset?: {
|
|
1436
|
-
size?: number | undefined;
|
|
1437
|
-
title?: string | undefined;
|
|
1438
|
-
url?: string | undefined;
|
|
1439
1436
|
label?: string | undefined;
|
|
1437
|
+
title?: string | undefined;
|
|
1440
1438
|
path?: string | undefined;
|
|
1439
|
+
size?: number | undefined;
|
|
1440
|
+
url?: string | undefined;
|
|
1441
1441
|
version?: "1.0.0" | undefined;
|
|
1442
1442
|
description?: string | undefined;
|
|
1443
1443
|
altText?: string | undefined;
|
|
@@ -1460,11 +1460,11 @@ declare const companySchema: z.ZodObject<{
|
|
|
1460
1460
|
version: "1.0.0";
|
|
1461
1461
|
asset?: {
|
|
1462
1462
|
version: "1.0.0";
|
|
1463
|
-
size?: number | undefined;
|
|
1464
|
-
title?: string | undefined;
|
|
1465
|
-
url?: string | undefined;
|
|
1466
1463
|
label?: string | undefined;
|
|
1464
|
+
title?: string | undefined;
|
|
1467
1465
|
path?: string | undefined;
|
|
1466
|
+
size?: number | undefined;
|
|
1467
|
+
url?: string | undefined;
|
|
1468
1468
|
description?: string | undefined;
|
|
1469
1469
|
altText?: string | undefined;
|
|
1470
1470
|
assetId?: string | undefined;
|
|
@@ -1485,11 +1485,11 @@ declare const companySchema: z.ZodObject<{
|
|
|
1485
1485
|
type: string;
|
|
1486
1486
|
version?: "1.0.0" | undefined;
|
|
1487
1487
|
asset?: {
|
|
1488
|
-
size?: number | undefined;
|
|
1489
|
-
title?: string | undefined;
|
|
1490
|
-
url?: string | undefined;
|
|
1491
1488
|
label?: string | undefined;
|
|
1489
|
+
title?: string | undefined;
|
|
1492
1490
|
path?: string | undefined;
|
|
1491
|
+
size?: number | undefined;
|
|
1492
|
+
url?: string | undefined;
|
|
1493
1493
|
version?: "1.0.0" | undefined;
|
|
1494
1494
|
description?: string | undefined;
|
|
1495
1495
|
altText?: string | undefined;
|
|
@@ -1537,11 +1537,11 @@ declare const companySchema: z.ZodObject<{
|
|
|
1537
1537
|
version: "1.0.0";
|
|
1538
1538
|
asset?: {
|
|
1539
1539
|
version: "1.0.0";
|
|
1540
|
-
size?: number | undefined;
|
|
1541
|
-
title?: string | undefined;
|
|
1542
|
-
url?: string | undefined;
|
|
1543
1540
|
label?: string | undefined;
|
|
1541
|
+
title?: string | undefined;
|
|
1544
1542
|
path?: string | undefined;
|
|
1543
|
+
size?: number | undefined;
|
|
1544
|
+
url?: string | undefined;
|
|
1545
1545
|
description?: string | undefined;
|
|
1546
1546
|
altText?: string | undefined;
|
|
1547
1547
|
assetId?: string | undefined;
|
|
@@ -1575,11 +1575,11 @@ declare const companySchema: z.ZodObject<{
|
|
|
1575
1575
|
type: string;
|
|
1576
1576
|
version?: "1.0.0" | undefined;
|
|
1577
1577
|
asset?: {
|
|
1578
|
-
size?: number | undefined;
|
|
1579
|
-
title?: string | undefined;
|
|
1580
|
-
url?: string | undefined;
|
|
1581
1578
|
label?: string | undefined;
|
|
1579
|
+
title?: string | undefined;
|
|
1582
1580
|
path?: string | undefined;
|
|
1581
|
+
size?: number | undefined;
|
|
1582
|
+
url?: string | undefined;
|
|
1583
1583
|
version?: "1.0.0" | undefined;
|
|
1584
1584
|
description?: string | undefined;
|
|
1585
1585
|
altText?: string | undefined;
|
|
@@ -1680,11 +1680,11 @@ declare const companySchema: z.ZodObject<{
|
|
|
1680
1680
|
url: z.ZodOptional<z.ZodString>;
|
|
1681
1681
|
}, "strip", z.ZodTypeAny, {
|
|
1682
1682
|
version: "1.0.0";
|
|
1683
|
-
size?: number | undefined;
|
|
1684
|
-
title?: string | undefined;
|
|
1685
|
-
url?: string | undefined;
|
|
1686
1683
|
label?: string | undefined;
|
|
1684
|
+
title?: string | undefined;
|
|
1687
1685
|
path?: string | undefined;
|
|
1686
|
+
size?: number | undefined;
|
|
1687
|
+
url?: string | undefined;
|
|
1688
1688
|
description?: string | undefined;
|
|
1689
1689
|
altText?: string | undefined;
|
|
1690
1690
|
assetId?: string | undefined;
|
|
@@ -1694,11 +1694,11 @@ declare const companySchema: z.ZodObject<{
|
|
|
1694
1694
|
sha1Hash?: string | undefined;
|
|
1695
1695
|
uploadId?: string | undefined;
|
|
1696
1696
|
}, {
|
|
1697
|
-
size?: number | undefined;
|
|
1698
|
-
title?: string | undefined;
|
|
1699
|
-
url?: string | undefined;
|
|
1700
1697
|
label?: string | undefined;
|
|
1698
|
+
title?: string | undefined;
|
|
1701
1699
|
path?: string | undefined;
|
|
1700
|
+
size?: number | undefined;
|
|
1701
|
+
url?: string | undefined;
|
|
1702
1702
|
version?: "1.0.0" | undefined;
|
|
1703
1703
|
description?: string | undefined;
|
|
1704
1704
|
altText?: string | undefined;
|
|
@@ -1714,11 +1714,11 @@ declare const companySchema: z.ZodObject<{
|
|
|
1714
1714
|
version: "1.0.0";
|
|
1715
1715
|
asset?: {
|
|
1716
1716
|
version: "1.0.0";
|
|
1717
|
-
size?: number | undefined;
|
|
1718
|
-
title?: string | undefined;
|
|
1719
|
-
url?: string | undefined;
|
|
1720
1717
|
label?: string | undefined;
|
|
1718
|
+
title?: string | undefined;
|
|
1721
1719
|
path?: string | undefined;
|
|
1720
|
+
size?: number | undefined;
|
|
1721
|
+
url?: string | undefined;
|
|
1722
1722
|
description?: string | undefined;
|
|
1723
1723
|
altText?: string | undefined;
|
|
1724
1724
|
assetId?: string | undefined;
|
|
@@ -1732,11 +1732,11 @@ declare const companySchema: z.ZodObject<{
|
|
|
1732
1732
|
type: string;
|
|
1733
1733
|
version?: "1.0.0" | undefined;
|
|
1734
1734
|
asset?: {
|
|
1735
|
-
size?: number | undefined;
|
|
1736
|
-
title?: string | undefined;
|
|
1737
|
-
url?: string | undefined;
|
|
1738
1735
|
label?: string | undefined;
|
|
1736
|
+
title?: string | undefined;
|
|
1739
1737
|
path?: string | undefined;
|
|
1738
|
+
size?: number | undefined;
|
|
1739
|
+
url?: string | undefined;
|
|
1740
1740
|
version?: "1.0.0" | undefined;
|
|
1741
1741
|
description?: string | undefined;
|
|
1742
1742
|
altText?: string | undefined;
|
|
@@ -1839,9 +1839,6 @@ declare const companySchema: z.ZodObject<{
|
|
|
1839
1839
|
firstName: string;
|
|
1840
1840
|
lastName: string;
|
|
1841
1841
|
slug: string;
|
|
1842
|
-
title?: string[] | undefined;
|
|
1843
|
-
url?: string | undefined;
|
|
1844
|
-
email?: string | undefined;
|
|
1845
1842
|
address?: {
|
|
1846
1843
|
version: "1.0.0";
|
|
1847
1844
|
address?: {
|
|
@@ -1859,16 +1856,17 @@ declare const companySchema: z.ZodObject<{
|
|
|
1859
1856
|
latitude?: number | undefined;
|
|
1860
1857
|
longitude?: number | undefined;
|
|
1861
1858
|
} | undefined;
|
|
1859
|
+
title?: string[] | undefined;
|
|
1862
1860
|
image?: {
|
|
1863
1861
|
type: string;
|
|
1864
1862
|
version: "1.0.0";
|
|
1865
1863
|
asset?: {
|
|
1866
1864
|
version: "1.0.0";
|
|
1867
|
-
size?: number | undefined;
|
|
1868
|
-
title?: string | undefined;
|
|
1869
|
-
url?: string | undefined;
|
|
1870
1865
|
label?: string | undefined;
|
|
1866
|
+
title?: string | undefined;
|
|
1871
1867
|
path?: string | undefined;
|
|
1868
|
+
size?: number | undefined;
|
|
1869
|
+
url?: string | undefined;
|
|
1872
1870
|
description?: string | undefined;
|
|
1873
1871
|
altText?: string | undefined;
|
|
1874
1872
|
assetId?: string | undefined;
|
|
@@ -1879,6 +1877,8 @@ declare const companySchema: z.ZodObject<{
|
|
|
1879
1877
|
uploadId?: string | undefined;
|
|
1880
1878
|
} | undefined;
|
|
1881
1879
|
} | undefined;
|
|
1880
|
+
url?: string | undefined;
|
|
1881
|
+
email?: string | undefined;
|
|
1882
1882
|
jobTitle?: string | undefined;
|
|
1883
1883
|
isDoctor?: boolean | undefined;
|
|
1884
1884
|
isMedical?: boolean | undefined;
|
|
@@ -1894,9 +1894,6 @@ declare const companySchema: z.ZodObject<{
|
|
|
1894
1894
|
firstName: string;
|
|
1895
1895
|
lastName: string;
|
|
1896
1896
|
slug: string;
|
|
1897
|
-
title?: string[] | undefined;
|
|
1898
|
-
url?: string | undefined;
|
|
1899
|
-
email?: string | undefined;
|
|
1900
1897
|
address?: {
|
|
1901
1898
|
address?: {
|
|
1902
1899
|
type: string;
|
|
@@ -1914,15 +1911,16 @@ declare const companySchema: z.ZodObject<{
|
|
|
1914
1911
|
latitude?: number | undefined;
|
|
1915
1912
|
longitude?: number | undefined;
|
|
1916
1913
|
} | undefined;
|
|
1914
|
+
title?: string[] | undefined;
|
|
1917
1915
|
image?: {
|
|
1918
1916
|
type: string;
|
|
1919
1917
|
version?: "1.0.0" | undefined;
|
|
1920
1918
|
asset?: {
|
|
1921
|
-
size?: number | undefined;
|
|
1922
|
-
title?: string | undefined;
|
|
1923
|
-
url?: string | undefined;
|
|
1924
1919
|
label?: string | undefined;
|
|
1920
|
+
title?: string | undefined;
|
|
1925
1921
|
path?: string | undefined;
|
|
1922
|
+
size?: number | undefined;
|
|
1923
|
+
url?: string | undefined;
|
|
1926
1924
|
version?: "1.0.0" | undefined;
|
|
1927
1925
|
description?: string | undefined;
|
|
1928
1926
|
altText?: string | undefined;
|
|
@@ -1934,6 +1932,8 @@ declare const companySchema: z.ZodObject<{
|
|
|
1934
1932
|
uploadId?: string | undefined;
|
|
1935
1933
|
} | undefined;
|
|
1936
1934
|
} | undefined;
|
|
1935
|
+
url?: string | undefined;
|
|
1936
|
+
email?: string | undefined;
|
|
1937
1937
|
version?: "1.0.0" | undefined;
|
|
1938
1938
|
jobTitle?: string | undefined;
|
|
1939
1939
|
isDoctor?: boolean | undefined;
|
|
@@ -1958,9 +1958,6 @@ declare const companySchema: z.ZodObject<{
|
|
|
1958
1958
|
firstName: string;
|
|
1959
1959
|
lastName: string;
|
|
1960
1960
|
slug: string;
|
|
1961
|
-
title?: string[] | undefined;
|
|
1962
|
-
url?: string | undefined;
|
|
1963
|
-
email?: string | undefined;
|
|
1964
1961
|
address?: {
|
|
1965
1962
|
version: "1.0.0";
|
|
1966
1963
|
address?: {
|
|
@@ -1978,16 +1975,17 @@ declare const companySchema: z.ZodObject<{
|
|
|
1978
1975
|
latitude?: number | undefined;
|
|
1979
1976
|
longitude?: number | undefined;
|
|
1980
1977
|
} | undefined;
|
|
1978
|
+
title?: string[] | undefined;
|
|
1981
1979
|
image?: {
|
|
1982
1980
|
type: string;
|
|
1983
1981
|
version: "1.0.0";
|
|
1984
1982
|
asset?: {
|
|
1985
1983
|
version: "1.0.0";
|
|
1986
|
-
size?: number | undefined;
|
|
1987
|
-
title?: string | undefined;
|
|
1988
|
-
url?: string | undefined;
|
|
1989
1984
|
label?: string | undefined;
|
|
1985
|
+
title?: string | undefined;
|
|
1990
1986
|
path?: string | undefined;
|
|
1987
|
+
size?: number | undefined;
|
|
1988
|
+
url?: string | undefined;
|
|
1991
1989
|
description?: string | undefined;
|
|
1992
1990
|
altText?: string | undefined;
|
|
1993
1991
|
assetId?: string | undefined;
|
|
@@ -1998,6 +1996,8 @@ declare const companySchema: z.ZodObject<{
|
|
|
1998
1996
|
uploadId?: string | undefined;
|
|
1999
1997
|
} | undefined;
|
|
2000
1998
|
} | undefined;
|
|
1999
|
+
url?: string | undefined;
|
|
2000
|
+
email?: string | undefined;
|
|
2001
2001
|
jobTitle?: string | undefined;
|
|
2002
2002
|
isDoctor?: boolean | undefined;
|
|
2003
2003
|
isMedical?: boolean | undefined;
|
|
@@ -2020,9 +2020,6 @@ declare const companySchema: z.ZodObject<{
|
|
|
2020
2020
|
firstName: string;
|
|
2021
2021
|
lastName: string;
|
|
2022
2022
|
slug: string;
|
|
2023
|
-
title?: string[] | undefined;
|
|
2024
|
-
url?: string | undefined;
|
|
2025
|
-
email?: string | undefined;
|
|
2026
2023
|
address?: {
|
|
2027
2024
|
address?: {
|
|
2028
2025
|
type: string;
|
|
@@ -2040,15 +2037,16 @@ declare const companySchema: z.ZodObject<{
|
|
|
2040
2037
|
latitude?: number | undefined;
|
|
2041
2038
|
longitude?: number | undefined;
|
|
2042
2039
|
} | undefined;
|
|
2040
|
+
title?: string[] | undefined;
|
|
2043
2041
|
image?: {
|
|
2044
2042
|
type: string;
|
|
2045
2043
|
version?: "1.0.0" | undefined;
|
|
2046
2044
|
asset?: {
|
|
2047
|
-
size?: number | undefined;
|
|
2048
|
-
title?: string | undefined;
|
|
2049
|
-
url?: string | undefined;
|
|
2050
2045
|
label?: string | undefined;
|
|
2046
|
+
title?: string | undefined;
|
|
2051
2047
|
path?: string | undefined;
|
|
2048
|
+
size?: number | undefined;
|
|
2049
|
+
url?: string | undefined;
|
|
2052
2050
|
version?: "1.0.0" | undefined;
|
|
2053
2051
|
description?: string | undefined;
|
|
2054
2052
|
altText?: string | undefined;
|
|
@@ -2060,6 +2058,8 @@ declare const companySchema: z.ZodObject<{
|
|
|
2060
2058
|
uploadId?: string | undefined;
|
|
2061
2059
|
} | undefined;
|
|
2062
2060
|
} | undefined;
|
|
2061
|
+
url?: string | undefined;
|
|
2062
|
+
email?: string | undefined;
|
|
2063
2063
|
version?: "1.0.0" | undefined;
|
|
2064
2064
|
jobTitle?: string | undefined;
|
|
2065
2065
|
isDoctor?: boolean | undefined;
|
|
@@ -2185,11 +2185,11 @@ declare const companySchema: z.ZodObject<{
|
|
|
2185
2185
|
version: "1.0.0";
|
|
2186
2186
|
asset?: {
|
|
2187
2187
|
version: "1.0.0";
|
|
2188
|
-
size?: number | undefined;
|
|
2189
|
-
title?: string | undefined;
|
|
2190
|
-
url?: string | undefined;
|
|
2191
2188
|
label?: string | undefined;
|
|
2189
|
+
title?: string | undefined;
|
|
2192
2190
|
path?: string | undefined;
|
|
2191
|
+
size?: number | undefined;
|
|
2192
|
+
url?: string | undefined;
|
|
2193
2193
|
description?: string | undefined;
|
|
2194
2194
|
altText?: string | undefined;
|
|
2195
2195
|
assetId?: string | undefined;
|
|
@@ -2221,11 +2221,11 @@ declare const companySchema: z.ZodObject<{
|
|
|
2221
2221
|
version: "1.0.0";
|
|
2222
2222
|
asset?: {
|
|
2223
2223
|
version: "1.0.0";
|
|
2224
|
-
size?: number | undefined;
|
|
2225
|
-
title?: string | undefined;
|
|
2226
|
-
url?: string | undefined;
|
|
2227
2224
|
label?: string | undefined;
|
|
2225
|
+
title?: string | undefined;
|
|
2228
2226
|
path?: string | undefined;
|
|
2227
|
+
size?: number | undefined;
|
|
2228
|
+
url?: string | undefined;
|
|
2229
2229
|
description?: string | undefined;
|
|
2230
2230
|
altText?: string | undefined;
|
|
2231
2231
|
assetId?: string | undefined;
|
|
@@ -2274,9 +2274,6 @@ declare const companySchema: z.ZodObject<{
|
|
|
2274
2274
|
firstName: string;
|
|
2275
2275
|
lastName: string;
|
|
2276
2276
|
slug: string;
|
|
2277
|
-
title?: string[] | undefined;
|
|
2278
|
-
url?: string | undefined;
|
|
2279
|
-
email?: string | undefined;
|
|
2280
2277
|
address?: {
|
|
2281
2278
|
version: "1.0.0";
|
|
2282
2279
|
address?: {
|
|
@@ -2294,16 +2291,17 @@ declare const companySchema: z.ZodObject<{
|
|
|
2294
2291
|
latitude?: number | undefined;
|
|
2295
2292
|
longitude?: number | undefined;
|
|
2296
2293
|
} | undefined;
|
|
2294
|
+
title?: string[] | undefined;
|
|
2297
2295
|
image?: {
|
|
2298
2296
|
type: string;
|
|
2299
2297
|
version: "1.0.0";
|
|
2300
2298
|
asset?: {
|
|
2301
2299
|
version: "1.0.0";
|
|
2302
|
-
size?: number | undefined;
|
|
2303
|
-
title?: string | undefined;
|
|
2304
|
-
url?: string | undefined;
|
|
2305
2300
|
label?: string | undefined;
|
|
2301
|
+
title?: string | undefined;
|
|
2306
2302
|
path?: string | undefined;
|
|
2303
|
+
size?: number | undefined;
|
|
2304
|
+
url?: string | undefined;
|
|
2307
2305
|
description?: string | undefined;
|
|
2308
2306
|
altText?: string | undefined;
|
|
2309
2307
|
assetId?: string | undefined;
|
|
@@ -2314,6 +2312,8 @@ declare const companySchema: z.ZodObject<{
|
|
|
2314
2312
|
uploadId?: string | undefined;
|
|
2315
2313
|
} | undefined;
|
|
2316
2314
|
} | undefined;
|
|
2315
|
+
url?: string | undefined;
|
|
2316
|
+
email?: string | undefined;
|
|
2317
2317
|
jobTitle?: string | undefined;
|
|
2318
2318
|
isDoctor?: boolean | undefined;
|
|
2319
2319
|
isMedical?: boolean | undefined;
|
|
@@ -2367,11 +2367,11 @@ declare const companySchema: z.ZodObject<{
|
|
|
2367
2367
|
type: string;
|
|
2368
2368
|
version?: "1.0.0" | undefined;
|
|
2369
2369
|
asset?: {
|
|
2370
|
-
size?: number | undefined;
|
|
2371
|
-
title?: string | undefined;
|
|
2372
|
-
url?: string | undefined;
|
|
2373
2370
|
label?: string | undefined;
|
|
2371
|
+
title?: string | undefined;
|
|
2374
2372
|
path?: string | undefined;
|
|
2373
|
+
size?: number | undefined;
|
|
2374
|
+
url?: string | undefined;
|
|
2375
2375
|
version?: "1.0.0" | undefined;
|
|
2376
2376
|
description?: string | undefined;
|
|
2377
2377
|
altText?: string | undefined;
|
|
@@ -2402,12 +2402,12 @@ declare const companySchema: z.ZodObject<{
|
|
|
2402
2402
|
logo?: {
|
|
2403
2403
|
type: string;
|
|
2404
2404
|
version?: "1.0.0" | undefined;
|
|
2405
|
-
asset?: {
|
|
2406
|
-
size?: number | undefined;
|
|
2407
|
-
title?: string | undefined;
|
|
2408
|
-
url?: string | undefined;
|
|
2405
|
+
asset?: {
|
|
2409
2406
|
label?: string | undefined;
|
|
2407
|
+
title?: string | undefined;
|
|
2410
2408
|
path?: string | undefined;
|
|
2409
|
+
size?: number | undefined;
|
|
2410
|
+
url?: string | undefined;
|
|
2411
2411
|
version?: "1.0.0" | undefined;
|
|
2412
2412
|
description?: string | undefined;
|
|
2413
2413
|
altText?: string | undefined;
|
|
@@ -2456,9 +2456,6 @@ declare const companySchema: z.ZodObject<{
|
|
|
2456
2456
|
firstName: string;
|
|
2457
2457
|
lastName: string;
|
|
2458
2458
|
slug: string;
|
|
2459
|
-
title?: string[] | undefined;
|
|
2460
|
-
url?: string | undefined;
|
|
2461
|
-
email?: string | undefined;
|
|
2462
2459
|
address?: {
|
|
2463
2460
|
address?: {
|
|
2464
2461
|
type: string;
|
|
@@ -2476,15 +2473,16 @@ declare const companySchema: z.ZodObject<{
|
|
|
2476
2473
|
latitude?: number | undefined;
|
|
2477
2474
|
longitude?: number | undefined;
|
|
2478
2475
|
} | undefined;
|
|
2476
|
+
title?: string[] | undefined;
|
|
2479
2477
|
image?: {
|
|
2480
2478
|
type: string;
|
|
2481
2479
|
version?: "1.0.0" | undefined;
|
|
2482
2480
|
asset?: {
|
|
2483
|
-
size?: number | undefined;
|
|
2484
|
-
title?: string | undefined;
|
|
2485
|
-
url?: string | undefined;
|
|
2486
2481
|
label?: string | undefined;
|
|
2482
|
+
title?: string | undefined;
|
|
2487
2483
|
path?: string | undefined;
|
|
2484
|
+
size?: number | undefined;
|
|
2485
|
+
url?: string | undefined;
|
|
2488
2486
|
version?: "1.0.0" | undefined;
|
|
2489
2487
|
description?: string | undefined;
|
|
2490
2488
|
altText?: string | undefined;
|
|
@@ -2496,6 +2494,8 @@ declare const companySchema: z.ZodObject<{
|
|
|
2496
2494
|
uploadId?: string | undefined;
|
|
2497
2495
|
} | undefined;
|
|
2498
2496
|
} | undefined;
|
|
2497
|
+
url?: string | undefined;
|
|
2498
|
+
email?: string | undefined;
|
|
2499
2499
|
version?: "1.0.0" | undefined;
|
|
2500
2500
|
jobTitle?: string | undefined;
|
|
2501
2501
|
isDoctor?: boolean | undefined;
|
|
@@ -2573,11 +2573,11 @@ declare const officeSchema: z.ZodObject<{
|
|
|
2573
2573
|
url: z.ZodOptional<z.ZodString>;
|
|
2574
2574
|
}, "strip", z.ZodTypeAny, {
|
|
2575
2575
|
version: "1.0.0";
|
|
2576
|
-
size?: number | undefined;
|
|
2577
|
-
title?: string | undefined;
|
|
2578
|
-
url?: string | undefined;
|
|
2579
2576
|
label?: string | undefined;
|
|
2577
|
+
title?: string | undefined;
|
|
2580
2578
|
path?: string | undefined;
|
|
2579
|
+
size?: number | undefined;
|
|
2580
|
+
url?: string | undefined;
|
|
2581
2581
|
description?: string | undefined;
|
|
2582
2582
|
altText?: string | undefined;
|
|
2583
2583
|
assetId?: string | undefined;
|
|
@@ -2587,11 +2587,11 @@ declare const officeSchema: z.ZodObject<{
|
|
|
2587
2587
|
sha1Hash?: string | undefined;
|
|
2588
2588
|
uploadId?: string | undefined;
|
|
2589
2589
|
}, {
|
|
2590
|
-
size?: number | undefined;
|
|
2591
|
-
title?: string | undefined;
|
|
2592
|
-
url?: string | undefined;
|
|
2593
2590
|
label?: string | undefined;
|
|
2591
|
+
title?: string | undefined;
|
|
2594
2592
|
path?: string | undefined;
|
|
2593
|
+
size?: number | undefined;
|
|
2594
|
+
url?: string | undefined;
|
|
2595
2595
|
version?: "1.0.0" | undefined;
|
|
2596
2596
|
description?: string | undefined;
|
|
2597
2597
|
altText?: string | undefined;
|
|
@@ -2607,11 +2607,11 @@ declare const officeSchema: z.ZodObject<{
|
|
|
2607
2607
|
version: "1.0.0";
|
|
2608
2608
|
asset?: {
|
|
2609
2609
|
version: "1.0.0";
|
|
2610
|
-
size?: number | undefined;
|
|
2611
|
-
title?: string | undefined;
|
|
2612
|
-
url?: string | undefined;
|
|
2613
2610
|
label?: string | undefined;
|
|
2611
|
+
title?: string | undefined;
|
|
2614
2612
|
path?: string | undefined;
|
|
2613
|
+
size?: number | undefined;
|
|
2614
|
+
url?: string | undefined;
|
|
2615
2615
|
description?: string | undefined;
|
|
2616
2616
|
altText?: string | undefined;
|
|
2617
2617
|
assetId?: string | undefined;
|
|
@@ -2625,11 +2625,11 @@ declare const officeSchema: z.ZodObject<{
|
|
|
2625
2625
|
type: string;
|
|
2626
2626
|
version?: "1.0.0" | undefined;
|
|
2627
2627
|
asset?: {
|
|
2628
|
-
size?: number | undefined;
|
|
2629
|
-
title?: string | undefined;
|
|
2630
|
-
url?: string | undefined;
|
|
2631
2628
|
label?: string | undefined;
|
|
2629
|
+
title?: string | undefined;
|
|
2632
2630
|
path?: string | undefined;
|
|
2631
|
+
size?: number | undefined;
|
|
2632
|
+
url?: string | undefined;
|
|
2633
2633
|
version?: "1.0.0" | undefined;
|
|
2634
2634
|
description?: string | undefined;
|
|
2635
2635
|
altText?: string | undefined;
|
|
@@ -2685,11 +2685,11 @@ declare const officeSchema: z.ZodObject<{
|
|
|
2685
2685
|
url: z.ZodOptional<z.ZodString>;
|
|
2686
2686
|
}, "strip", z.ZodTypeAny, {
|
|
2687
2687
|
version: "1.0.0";
|
|
2688
|
-
size?: number | undefined;
|
|
2689
|
-
title?: string | undefined;
|
|
2690
|
-
url?: string | undefined;
|
|
2691
2688
|
label?: string | undefined;
|
|
2689
|
+
title?: string | undefined;
|
|
2692
2690
|
path?: string | undefined;
|
|
2691
|
+
size?: number | undefined;
|
|
2692
|
+
url?: string | undefined;
|
|
2693
2693
|
description?: string | undefined;
|
|
2694
2694
|
altText?: string | undefined;
|
|
2695
2695
|
assetId?: string | undefined;
|
|
@@ -2699,11 +2699,11 @@ declare const officeSchema: z.ZodObject<{
|
|
|
2699
2699
|
sha1Hash?: string | undefined;
|
|
2700
2700
|
uploadId?: string | undefined;
|
|
2701
2701
|
}, {
|
|
2702
|
-
size?: number | undefined;
|
|
2703
|
-
title?: string | undefined;
|
|
2704
|
-
url?: string | undefined;
|
|
2705
2702
|
label?: string | undefined;
|
|
2703
|
+
title?: string | undefined;
|
|
2706
2704
|
path?: string | undefined;
|
|
2705
|
+
size?: number | undefined;
|
|
2706
|
+
url?: string | undefined;
|
|
2707
2707
|
version?: "1.0.0" | undefined;
|
|
2708
2708
|
description?: string | undefined;
|
|
2709
2709
|
altText?: string | undefined;
|
|
@@ -2719,11 +2719,11 @@ declare const officeSchema: z.ZodObject<{
|
|
|
2719
2719
|
version: "1.0.0";
|
|
2720
2720
|
asset?: {
|
|
2721
2721
|
version: "1.0.0";
|
|
2722
|
-
size?: number | undefined;
|
|
2723
|
-
title?: string | undefined;
|
|
2724
|
-
url?: string | undefined;
|
|
2725
2722
|
label?: string | undefined;
|
|
2723
|
+
title?: string | undefined;
|
|
2726
2724
|
path?: string | undefined;
|
|
2725
|
+
size?: number | undefined;
|
|
2726
|
+
url?: string | undefined;
|
|
2727
2727
|
description?: string | undefined;
|
|
2728
2728
|
altText?: string | undefined;
|
|
2729
2729
|
assetId?: string | undefined;
|
|
@@ -2737,11 +2737,11 @@ declare const officeSchema: z.ZodObject<{
|
|
|
2737
2737
|
type: string;
|
|
2738
2738
|
version?: "1.0.0" | undefined;
|
|
2739
2739
|
asset?: {
|
|
2740
|
-
size?: number | undefined;
|
|
2741
|
-
title?: string | undefined;
|
|
2742
|
-
url?: string | undefined;
|
|
2743
2740
|
label?: string | undefined;
|
|
2741
|
+
title?: string | undefined;
|
|
2744
2742
|
path?: string | undefined;
|
|
2743
|
+
size?: number | undefined;
|
|
2744
|
+
url?: string | undefined;
|
|
2745
2745
|
version?: "1.0.0" | undefined;
|
|
2746
2746
|
description?: string | undefined;
|
|
2747
2747
|
altText?: string | undefined;
|
|
@@ -2764,11 +2764,11 @@ declare const officeSchema: z.ZodObject<{
|
|
|
2764
2764
|
version: "1.0.0";
|
|
2765
2765
|
asset?: {
|
|
2766
2766
|
version: "1.0.0";
|
|
2767
|
-
size?: number | undefined;
|
|
2768
|
-
title?: string | undefined;
|
|
2769
|
-
url?: string | undefined;
|
|
2770
2767
|
label?: string | undefined;
|
|
2768
|
+
title?: string | undefined;
|
|
2771
2769
|
path?: string | undefined;
|
|
2770
|
+
size?: number | undefined;
|
|
2771
|
+
url?: string | undefined;
|
|
2772
2772
|
description?: string | undefined;
|
|
2773
2773
|
altText?: string | undefined;
|
|
2774
2774
|
assetId?: string | undefined;
|
|
@@ -2789,11 +2789,11 @@ declare const officeSchema: z.ZodObject<{
|
|
|
2789
2789
|
type: string;
|
|
2790
2790
|
version?: "1.0.0" | undefined;
|
|
2791
2791
|
asset?: {
|
|
2792
|
-
size?: number | undefined;
|
|
2793
|
-
title?: string | undefined;
|
|
2794
|
-
url?: string | undefined;
|
|
2795
2792
|
label?: string | undefined;
|
|
2793
|
+
title?: string | undefined;
|
|
2796
2794
|
path?: string | undefined;
|
|
2795
|
+
size?: number | undefined;
|
|
2796
|
+
url?: string | undefined;
|
|
2797
2797
|
version?: "1.0.0" | undefined;
|
|
2798
2798
|
description?: string | undefined;
|
|
2799
2799
|
altText?: string | undefined;
|
|
@@ -2841,11 +2841,11 @@ declare const officeSchema: z.ZodObject<{
|
|
|
2841
2841
|
version: "1.0.0";
|
|
2842
2842
|
asset?: {
|
|
2843
2843
|
version: "1.0.0";
|
|
2844
|
-
size?: number | undefined;
|
|
2845
|
-
title?: string | undefined;
|
|
2846
|
-
url?: string | undefined;
|
|
2847
2844
|
label?: string | undefined;
|
|
2845
|
+
title?: string | undefined;
|
|
2848
2846
|
path?: string | undefined;
|
|
2847
|
+
size?: number | undefined;
|
|
2848
|
+
url?: string | undefined;
|
|
2849
2849
|
description?: string | undefined;
|
|
2850
2850
|
altText?: string | undefined;
|
|
2851
2851
|
assetId?: string | undefined;
|
|
@@ -2879,11 +2879,11 @@ declare const officeSchema: z.ZodObject<{
|
|
|
2879
2879
|
type: string;
|
|
2880
2880
|
version?: "1.0.0" | undefined;
|
|
2881
2881
|
asset?: {
|
|
2882
|
-
size?: number | undefined;
|
|
2883
|
-
title?: string | undefined;
|
|
2884
|
-
url?: string | undefined;
|
|
2885
2882
|
label?: string | undefined;
|
|
2883
|
+
title?: string | undefined;
|
|
2886
2884
|
path?: string | undefined;
|
|
2885
|
+
size?: number | undefined;
|
|
2886
|
+
url?: string | undefined;
|
|
2887
2887
|
version?: "1.0.0" | undefined;
|
|
2888
2888
|
description?: string | undefined;
|
|
2889
2889
|
altText?: string | undefined;
|
|
@@ -2984,11 +2984,11 @@ declare const officeSchema: z.ZodObject<{
|
|
|
2984
2984
|
url: z.ZodOptional<z.ZodString>;
|
|
2985
2985
|
}, "strip", z.ZodTypeAny, {
|
|
2986
2986
|
version: "1.0.0";
|
|
2987
|
-
size?: number | undefined;
|
|
2988
|
-
title?: string | undefined;
|
|
2989
|
-
url?: string | undefined;
|
|
2990
2987
|
label?: string | undefined;
|
|
2988
|
+
title?: string | undefined;
|
|
2991
2989
|
path?: string | undefined;
|
|
2990
|
+
size?: number | undefined;
|
|
2991
|
+
url?: string | undefined;
|
|
2992
2992
|
description?: string | undefined;
|
|
2993
2993
|
altText?: string | undefined;
|
|
2994
2994
|
assetId?: string | undefined;
|
|
@@ -2998,11 +2998,11 @@ declare const officeSchema: z.ZodObject<{
|
|
|
2998
2998
|
sha1Hash?: string | undefined;
|
|
2999
2999
|
uploadId?: string | undefined;
|
|
3000
3000
|
}, {
|
|
3001
|
-
size?: number | undefined;
|
|
3002
|
-
title?: string | undefined;
|
|
3003
|
-
url?: string | undefined;
|
|
3004
3001
|
label?: string | undefined;
|
|
3002
|
+
title?: string | undefined;
|
|
3005
3003
|
path?: string | undefined;
|
|
3004
|
+
size?: number | undefined;
|
|
3005
|
+
url?: string | undefined;
|
|
3006
3006
|
version?: "1.0.0" | undefined;
|
|
3007
3007
|
description?: string | undefined;
|
|
3008
3008
|
altText?: string | undefined;
|
|
@@ -3018,11 +3018,11 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3018
3018
|
version: "1.0.0";
|
|
3019
3019
|
asset?: {
|
|
3020
3020
|
version: "1.0.0";
|
|
3021
|
-
size?: number | undefined;
|
|
3022
|
-
title?: string | undefined;
|
|
3023
|
-
url?: string | undefined;
|
|
3024
3021
|
label?: string | undefined;
|
|
3022
|
+
title?: string | undefined;
|
|
3025
3023
|
path?: string | undefined;
|
|
3024
|
+
size?: number | undefined;
|
|
3025
|
+
url?: string | undefined;
|
|
3026
3026
|
description?: string | undefined;
|
|
3027
3027
|
altText?: string | undefined;
|
|
3028
3028
|
assetId?: string | undefined;
|
|
@@ -3036,11 +3036,11 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3036
3036
|
type: string;
|
|
3037
3037
|
version?: "1.0.0" | undefined;
|
|
3038
3038
|
asset?: {
|
|
3039
|
-
size?: number | undefined;
|
|
3040
|
-
title?: string | undefined;
|
|
3041
|
-
url?: string | undefined;
|
|
3042
3039
|
label?: string | undefined;
|
|
3040
|
+
title?: string | undefined;
|
|
3043
3041
|
path?: string | undefined;
|
|
3042
|
+
size?: number | undefined;
|
|
3043
|
+
url?: string | undefined;
|
|
3044
3044
|
version?: "1.0.0" | undefined;
|
|
3045
3045
|
description?: string | undefined;
|
|
3046
3046
|
altText?: string | undefined;
|
|
@@ -3143,9 +3143,6 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3143
3143
|
firstName: string;
|
|
3144
3144
|
lastName: string;
|
|
3145
3145
|
slug: string;
|
|
3146
|
-
title?: string[] | undefined;
|
|
3147
|
-
url?: string | undefined;
|
|
3148
|
-
email?: string | undefined;
|
|
3149
3146
|
address?: {
|
|
3150
3147
|
version: "1.0.0";
|
|
3151
3148
|
address?: {
|
|
@@ -3163,16 +3160,17 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3163
3160
|
latitude?: number | undefined;
|
|
3164
3161
|
longitude?: number | undefined;
|
|
3165
3162
|
} | undefined;
|
|
3163
|
+
title?: string[] | undefined;
|
|
3166
3164
|
image?: {
|
|
3167
3165
|
type: string;
|
|
3168
3166
|
version: "1.0.0";
|
|
3169
3167
|
asset?: {
|
|
3170
3168
|
version: "1.0.0";
|
|
3171
|
-
size?: number | undefined;
|
|
3172
|
-
title?: string | undefined;
|
|
3173
|
-
url?: string | undefined;
|
|
3174
3169
|
label?: string | undefined;
|
|
3170
|
+
title?: string | undefined;
|
|
3175
3171
|
path?: string | undefined;
|
|
3172
|
+
size?: number | undefined;
|
|
3173
|
+
url?: string | undefined;
|
|
3176
3174
|
description?: string | undefined;
|
|
3177
3175
|
altText?: string | undefined;
|
|
3178
3176
|
assetId?: string | undefined;
|
|
@@ -3183,6 +3181,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3183
3181
|
uploadId?: string | undefined;
|
|
3184
3182
|
} | undefined;
|
|
3185
3183
|
} | undefined;
|
|
3184
|
+
url?: string | undefined;
|
|
3185
|
+
email?: string | undefined;
|
|
3186
3186
|
jobTitle?: string | undefined;
|
|
3187
3187
|
isDoctor?: boolean | undefined;
|
|
3188
3188
|
isMedical?: boolean | undefined;
|
|
@@ -3198,9 +3198,6 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3198
3198
|
firstName: string;
|
|
3199
3199
|
lastName: string;
|
|
3200
3200
|
slug: string;
|
|
3201
|
-
title?: string[] | undefined;
|
|
3202
|
-
url?: string | undefined;
|
|
3203
|
-
email?: string | undefined;
|
|
3204
3201
|
address?: {
|
|
3205
3202
|
address?: {
|
|
3206
3203
|
type: string;
|
|
@@ -3218,15 +3215,16 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3218
3215
|
latitude?: number | undefined;
|
|
3219
3216
|
longitude?: number | undefined;
|
|
3220
3217
|
} | undefined;
|
|
3218
|
+
title?: string[] | undefined;
|
|
3221
3219
|
image?: {
|
|
3222
3220
|
type: string;
|
|
3223
3221
|
version?: "1.0.0" | undefined;
|
|
3224
3222
|
asset?: {
|
|
3225
|
-
size?: number | undefined;
|
|
3226
|
-
title?: string | undefined;
|
|
3227
|
-
url?: string | undefined;
|
|
3228
3223
|
label?: string | undefined;
|
|
3224
|
+
title?: string | undefined;
|
|
3229
3225
|
path?: string | undefined;
|
|
3226
|
+
size?: number | undefined;
|
|
3227
|
+
url?: string | undefined;
|
|
3230
3228
|
version?: "1.0.0" | undefined;
|
|
3231
3229
|
description?: string | undefined;
|
|
3232
3230
|
altText?: string | undefined;
|
|
@@ -3238,6 +3236,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3238
3236
|
uploadId?: string | undefined;
|
|
3239
3237
|
} | undefined;
|
|
3240
3238
|
} | undefined;
|
|
3239
|
+
url?: string | undefined;
|
|
3240
|
+
email?: string | undefined;
|
|
3241
3241
|
version?: "1.0.0" | undefined;
|
|
3242
3242
|
jobTitle?: string | undefined;
|
|
3243
3243
|
isDoctor?: boolean | undefined;
|
|
@@ -3262,9 +3262,6 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3262
3262
|
firstName: string;
|
|
3263
3263
|
lastName: string;
|
|
3264
3264
|
slug: string;
|
|
3265
|
-
title?: string[] | undefined;
|
|
3266
|
-
url?: string | undefined;
|
|
3267
|
-
email?: string | undefined;
|
|
3268
3265
|
address?: {
|
|
3269
3266
|
version: "1.0.0";
|
|
3270
3267
|
address?: {
|
|
@@ -3282,16 +3279,17 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3282
3279
|
latitude?: number | undefined;
|
|
3283
3280
|
longitude?: number | undefined;
|
|
3284
3281
|
} | undefined;
|
|
3282
|
+
title?: string[] | undefined;
|
|
3285
3283
|
image?: {
|
|
3286
3284
|
type: string;
|
|
3287
3285
|
version: "1.0.0";
|
|
3288
3286
|
asset?: {
|
|
3289
3287
|
version: "1.0.0";
|
|
3290
|
-
size?: number | undefined;
|
|
3291
|
-
title?: string | undefined;
|
|
3292
|
-
url?: string | undefined;
|
|
3293
3288
|
label?: string | undefined;
|
|
3289
|
+
title?: string | undefined;
|
|
3294
3290
|
path?: string | undefined;
|
|
3291
|
+
size?: number | undefined;
|
|
3292
|
+
url?: string | undefined;
|
|
3295
3293
|
description?: string | undefined;
|
|
3296
3294
|
altText?: string | undefined;
|
|
3297
3295
|
assetId?: string | undefined;
|
|
@@ -3302,6 +3300,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3302
3300
|
uploadId?: string | undefined;
|
|
3303
3301
|
} | undefined;
|
|
3304
3302
|
} | undefined;
|
|
3303
|
+
url?: string | undefined;
|
|
3304
|
+
email?: string | undefined;
|
|
3305
3305
|
jobTitle?: string | undefined;
|
|
3306
3306
|
isDoctor?: boolean | undefined;
|
|
3307
3307
|
isMedical?: boolean | undefined;
|
|
@@ -3324,9 +3324,6 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3324
3324
|
firstName: string;
|
|
3325
3325
|
lastName: string;
|
|
3326
3326
|
slug: string;
|
|
3327
|
-
title?: string[] | undefined;
|
|
3328
|
-
url?: string | undefined;
|
|
3329
|
-
email?: string | undefined;
|
|
3330
3327
|
address?: {
|
|
3331
3328
|
address?: {
|
|
3332
3329
|
type: string;
|
|
@@ -3344,15 +3341,16 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3344
3341
|
latitude?: number | undefined;
|
|
3345
3342
|
longitude?: number | undefined;
|
|
3346
3343
|
} | undefined;
|
|
3344
|
+
title?: string[] | undefined;
|
|
3347
3345
|
image?: {
|
|
3348
3346
|
type: string;
|
|
3349
3347
|
version?: "1.0.0" | undefined;
|
|
3350
3348
|
asset?: {
|
|
3351
|
-
size?: number | undefined;
|
|
3352
|
-
title?: string | undefined;
|
|
3353
|
-
url?: string | undefined;
|
|
3354
3349
|
label?: string | undefined;
|
|
3350
|
+
title?: string | undefined;
|
|
3355
3351
|
path?: string | undefined;
|
|
3352
|
+
size?: number | undefined;
|
|
3353
|
+
url?: string | undefined;
|
|
3356
3354
|
version?: "1.0.0" | undefined;
|
|
3357
3355
|
description?: string | undefined;
|
|
3358
3356
|
altText?: string | undefined;
|
|
@@ -3364,6 +3362,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3364
3362
|
uploadId?: string | undefined;
|
|
3365
3363
|
} | undefined;
|
|
3366
3364
|
} | undefined;
|
|
3365
|
+
url?: string | undefined;
|
|
3366
|
+
email?: string | undefined;
|
|
3367
3367
|
version?: "1.0.0" | undefined;
|
|
3368
3368
|
jobTitle?: string | undefined;
|
|
3369
3369
|
isDoctor?: boolean | undefined;
|
|
@@ -3489,11 +3489,11 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3489
3489
|
version: "1.0.0";
|
|
3490
3490
|
asset?: {
|
|
3491
3491
|
version: "1.0.0";
|
|
3492
|
-
size?: number | undefined;
|
|
3493
|
-
title?: string | undefined;
|
|
3494
|
-
url?: string | undefined;
|
|
3495
3492
|
label?: string | undefined;
|
|
3493
|
+
title?: string | undefined;
|
|
3496
3494
|
path?: string | undefined;
|
|
3495
|
+
size?: number | undefined;
|
|
3496
|
+
url?: string | undefined;
|
|
3497
3497
|
description?: string | undefined;
|
|
3498
3498
|
altText?: string | undefined;
|
|
3499
3499
|
assetId?: string | undefined;
|
|
@@ -3525,11 +3525,11 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3525
3525
|
version: "1.0.0";
|
|
3526
3526
|
asset?: {
|
|
3527
3527
|
version: "1.0.0";
|
|
3528
|
-
size?: number | undefined;
|
|
3529
|
-
title?: string | undefined;
|
|
3530
|
-
url?: string | undefined;
|
|
3531
3528
|
label?: string | undefined;
|
|
3529
|
+
title?: string | undefined;
|
|
3532
3530
|
path?: string | undefined;
|
|
3531
|
+
size?: number | undefined;
|
|
3532
|
+
url?: string | undefined;
|
|
3533
3533
|
description?: string | undefined;
|
|
3534
3534
|
altText?: string | undefined;
|
|
3535
3535
|
assetId?: string | undefined;
|
|
@@ -3578,9 +3578,6 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3578
3578
|
firstName: string;
|
|
3579
3579
|
lastName: string;
|
|
3580
3580
|
slug: string;
|
|
3581
|
-
title?: string[] | undefined;
|
|
3582
|
-
url?: string | undefined;
|
|
3583
|
-
email?: string | undefined;
|
|
3584
3581
|
address?: {
|
|
3585
3582
|
version: "1.0.0";
|
|
3586
3583
|
address?: {
|
|
@@ -3598,16 +3595,17 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3598
3595
|
latitude?: number | undefined;
|
|
3599
3596
|
longitude?: number | undefined;
|
|
3600
3597
|
} | undefined;
|
|
3598
|
+
title?: string[] | undefined;
|
|
3601
3599
|
image?: {
|
|
3602
3600
|
type: string;
|
|
3603
3601
|
version: "1.0.0";
|
|
3604
3602
|
asset?: {
|
|
3605
3603
|
version: "1.0.0";
|
|
3606
|
-
size?: number | undefined;
|
|
3607
|
-
title?: string | undefined;
|
|
3608
|
-
url?: string | undefined;
|
|
3609
3604
|
label?: string | undefined;
|
|
3605
|
+
title?: string | undefined;
|
|
3610
3606
|
path?: string | undefined;
|
|
3607
|
+
size?: number | undefined;
|
|
3608
|
+
url?: string | undefined;
|
|
3611
3609
|
description?: string | undefined;
|
|
3612
3610
|
altText?: string | undefined;
|
|
3613
3611
|
assetId?: string | undefined;
|
|
@@ -3618,6 +3616,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3618
3616
|
uploadId?: string | undefined;
|
|
3619
3617
|
} | undefined;
|
|
3620
3618
|
} | undefined;
|
|
3619
|
+
url?: string | undefined;
|
|
3620
|
+
email?: string | undefined;
|
|
3621
3621
|
jobTitle?: string | undefined;
|
|
3622
3622
|
isDoctor?: boolean | undefined;
|
|
3623
3623
|
isMedical?: boolean | undefined;
|
|
@@ -3671,11 +3671,11 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3671
3671
|
type: string;
|
|
3672
3672
|
version?: "1.0.0" | undefined;
|
|
3673
3673
|
asset?: {
|
|
3674
|
-
size?: number | undefined;
|
|
3675
|
-
title?: string | undefined;
|
|
3676
|
-
url?: string | undefined;
|
|
3677
3674
|
label?: string | undefined;
|
|
3675
|
+
title?: string | undefined;
|
|
3678
3676
|
path?: string | undefined;
|
|
3677
|
+
size?: number | undefined;
|
|
3678
|
+
url?: string | undefined;
|
|
3679
3679
|
version?: "1.0.0" | undefined;
|
|
3680
3680
|
description?: string | undefined;
|
|
3681
3681
|
altText?: string | undefined;
|
|
@@ -3707,11 +3707,11 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3707
3707
|
type: string;
|
|
3708
3708
|
version?: "1.0.0" | undefined;
|
|
3709
3709
|
asset?: {
|
|
3710
|
-
size?: number | undefined;
|
|
3711
|
-
title?: string | undefined;
|
|
3712
|
-
url?: string | undefined;
|
|
3713
3710
|
label?: string | undefined;
|
|
3711
|
+
title?: string | undefined;
|
|
3714
3712
|
path?: string | undefined;
|
|
3713
|
+
size?: number | undefined;
|
|
3714
|
+
url?: string | undefined;
|
|
3715
3715
|
version?: "1.0.0" | undefined;
|
|
3716
3716
|
description?: string | undefined;
|
|
3717
3717
|
altText?: string | undefined;
|
|
@@ -3760,9 +3760,6 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3760
3760
|
firstName: string;
|
|
3761
3761
|
lastName: string;
|
|
3762
3762
|
slug: string;
|
|
3763
|
-
title?: string[] | undefined;
|
|
3764
|
-
url?: string | undefined;
|
|
3765
|
-
email?: string | undefined;
|
|
3766
3763
|
address?: {
|
|
3767
3764
|
address?: {
|
|
3768
3765
|
type: string;
|
|
@@ -3780,15 +3777,16 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3780
3777
|
latitude?: number | undefined;
|
|
3781
3778
|
longitude?: number | undefined;
|
|
3782
3779
|
} | undefined;
|
|
3780
|
+
title?: string[] | undefined;
|
|
3783
3781
|
image?: {
|
|
3784
3782
|
type: string;
|
|
3785
3783
|
version?: "1.0.0" | undefined;
|
|
3786
3784
|
asset?: {
|
|
3787
|
-
size?: number | undefined;
|
|
3788
|
-
title?: string | undefined;
|
|
3789
|
-
url?: string | undefined;
|
|
3790
3785
|
label?: string | undefined;
|
|
3786
|
+
title?: string | undefined;
|
|
3791
3787
|
path?: string | undefined;
|
|
3788
|
+
size?: number | undefined;
|
|
3789
|
+
url?: string | undefined;
|
|
3792
3790
|
version?: "1.0.0" | undefined;
|
|
3793
3791
|
description?: string | undefined;
|
|
3794
3792
|
altText?: string | undefined;
|
|
@@ -3800,6 +3798,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3800
3798
|
uploadId?: string | undefined;
|
|
3801
3799
|
} | undefined;
|
|
3802
3800
|
} | undefined;
|
|
3801
|
+
url?: string | undefined;
|
|
3802
|
+
email?: string | undefined;
|
|
3803
3803
|
version?: "1.0.0" | undefined;
|
|
3804
3804
|
jobTitle?: string | undefined;
|
|
3805
3805
|
isDoctor?: boolean | undefined;
|
|
@@ -3934,11 +3934,11 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3934
3934
|
version: "1.0.0";
|
|
3935
3935
|
asset?: {
|
|
3936
3936
|
version: "1.0.0";
|
|
3937
|
-
size?: number | undefined;
|
|
3938
|
-
title?: string | undefined;
|
|
3939
|
-
url?: string | undefined;
|
|
3940
3937
|
label?: string | undefined;
|
|
3938
|
+
title?: string | undefined;
|
|
3941
3939
|
path?: string | undefined;
|
|
3940
|
+
size?: number | undefined;
|
|
3941
|
+
url?: string | undefined;
|
|
3942
3942
|
description?: string | undefined;
|
|
3943
3943
|
altText?: string | undefined;
|
|
3944
3944
|
assetId?: string | undefined;
|
|
@@ -3970,11 +3970,11 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3970
3970
|
version: "1.0.0";
|
|
3971
3971
|
asset?: {
|
|
3972
3972
|
version: "1.0.0";
|
|
3973
|
-
size?: number | undefined;
|
|
3974
|
-
title?: string | undefined;
|
|
3975
|
-
url?: string | undefined;
|
|
3976
3973
|
label?: string | undefined;
|
|
3974
|
+
title?: string | undefined;
|
|
3977
3975
|
path?: string | undefined;
|
|
3976
|
+
size?: number | undefined;
|
|
3977
|
+
url?: string | undefined;
|
|
3978
3978
|
description?: string | undefined;
|
|
3979
3979
|
altText?: string | undefined;
|
|
3980
3980
|
assetId?: string | undefined;
|
|
@@ -4023,9 +4023,6 @@ declare const officeSchema: z.ZodObject<{
|
|
|
4023
4023
|
firstName: string;
|
|
4024
4024
|
lastName: string;
|
|
4025
4025
|
slug: string;
|
|
4026
|
-
title?: string[] | undefined;
|
|
4027
|
-
url?: string | undefined;
|
|
4028
|
-
email?: string | undefined;
|
|
4029
4026
|
address?: {
|
|
4030
4027
|
version: "1.0.0";
|
|
4031
4028
|
address?: {
|
|
@@ -4043,16 +4040,17 @@ declare const officeSchema: z.ZodObject<{
|
|
|
4043
4040
|
latitude?: number | undefined;
|
|
4044
4041
|
longitude?: number | undefined;
|
|
4045
4042
|
} | undefined;
|
|
4043
|
+
title?: string[] | undefined;
|
|
4046
4044
|
image?: {
|
|
4047
4045
|
type: string;
|
|
4048
4046
|
version: "1.0.0";
|
|
4049
4047
|
asset?: {
|
|
4050
4048
|
version: "1.0.0";
|
|
4051
|
-
size?: number | undefined;
|
|
4052
|
-
title?: string | undefined;
|
|
4053
|
-
url?: string | undefined;
|
|
4054
4049
|
label?: string | undefined;
|
|
4050
|
+
title?: string | undefined;
|
|
4055
4051
|
path?: string | undefined;
|
|
4052
|
+
size?: number | undefined;
|
|
4053
|
+
url?: string | undefined;
|
|
4056
4054
|
description?: string | undefined;
|
|
4057
4055
|
altText?: string | undefined;
|
|
4058
4056
|
assetId?: string | undefined;
|
|
@@ -4063,6 +4061,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
4063
4061
|
uploadId?: string | undefined;
|
|
4064
4062
|
} | undefined;
|
|
4065
4063
|
} | undefined;
|
|
4064
|
+
url?: string | undefined;
|
|
4065
|
+
email?: string | undefined;
|
|
4066
4066
|
jobTitle?: string | undefined;
|
|
4067
4067
|
isDoctor?: boolean | undefined;
|
|
4068
4068
|
isMedical?: boolean | undefined;
|
|
@@ -4141,11 +4141,11 @@ declare const officeSchema: z.ZodObject<{
|
|
|
4141
4141
|
type: string;
|
|
4142
4142
|
version?: "1.0.0" | undefined;
|
|
4143
4143
|
asset?: {
|
|
4144
|
-
size?: number | undefined;
|
|
4145
|
-
title?: string | undefined;
|
|
4146
|
-
url?: string | undefined;
|
|
4147
4144
|
label?: string | undefined;
|
|
4145
|
+
title?: string | undefined;
|
|
4148
4146
|
path?: string | undefined;
|
|
4147
|
+
size?: number | undefined;
|
|
4148
|
+
url?: string | undefined;
|
|
4149
4149
|
version?: "1.0.0" | undefined;
|
|
4150
4150
|
description?: string | undefined;
|
|
4151
4151
|
altText?: string | undefined;
|
|
@@ -4177,11 +4177,11 @@ declare const officeSchema: z.ZodObject<{
|
|
|
4177
4177
|
type: string;
|
|
4178
4178
|
version?: "1.0.0" | undefined;
|
|
4179
4179
|
asset?: {
|
|
4180
|
-
size?: number | undefined;
|
|
4181
|
-
title?: string | undefined;
|
|
4182
|
-
url?: string | undefined;
|
|
4183
4180
|
label?: string | undefined;
|
|
4181
|
+
title?: string | undefined;
|
|
4184
4182
|
path?: string | undefined;
|
|
4183
|
+
size?: number | undefined;
|
|
4184
|
+
url?: string | undefined;
|
|
4185
4185
|
version?: "1.0.0" | undefined;
|
|
4186
4186
|
description?: string | undefined;
|
|
4187
4187
|
altText?: string | undefined;
|
|
@@ -4230,9 +4230,6 @@ declare const officeSchema: z.ZodObject<{
|
|
|
4230
4230
|
firstName: string;
|
|
4231
4231
|
lastName: string;
|
|
4232
4232
|
slug: string;
|
|
4233
|
-
title?: string[] | undefined;
|
|
4234
|
-
url?: string | undefined;
|
|
4235
|
-
email?: string | undefined;
|
|
4236
4233
|
address?: {
|
|
4237
4234
|
address?: {
|
|
4238
4235
|
type: string;
|
|
@@ -4250,15 +4247,16 @@ declare const officeSchema: z.ZodObject<{
|
|
|
4250
4247
|
latitude?: number | undefined;
|
|
4251
4248
|
longitude?: number | undefined;
|
|
4252
4249
|
} | undefined;
|
|
4250
|
+
title?: string[] | undefined;
|
|
4253
4251
|
image?: {
|
|
4254
4252
|
type: string;
|
|
4255
4253
|
version?: "1.0.0" | undefined;
|
|
4256
4254
|
asset?: {
|
|
4257
|
-
size?: number | undefined;
|
|
4258
|
-
title?: string | undefined;
|
|
4259
|
-
url?: string | undefined;
|
|
4260
4255
|
label?: string | undefined;
|
|
4256
|
+
title?: string | undefined;
|
|
4261
4257
|
path?: string | undefined;
|
|
4258
|
+
size?: number | undefined;
|
|
4259
|
+
url?: string | undefined;
|
|
4262
4260
|
version?: "1.0.0" | undefined;
|
|
4263
4261
|
description?: string | undefined;
|
|
4264
4262
|
altText?: string | undefined;
|
|
@@ -4270,6 +4268,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
4270
4268
|
uploadId?: string | undefined;
|
|
4271
4269
|
} | undefined;
|
|
4272
4270
|
} | undefined;
|
|
4271
|
+
url?: string | undefined;
|
|
4272
|
+
email?: string | undefined;
|
|
4273
4273
|
version?: "1.0.0" | undefined;
|
|
4274
4274
|
jobTitle?: string | undefined;
|
|
4275
4275
|
isDoctor?: boolean | undefined;
|