@next-degree/pickle-shared-js 0.6.50 → 0.7.51
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/company_service_latest-DFxfjA2x.d.cts +4369 -0
- package/dist/company_service_latest-DFxfjA2x.d.ts +4369 -0
- package/dist/company_service_sanity--Aw-Y3Us.d.cts +7611 -0
- package/dist/company_service_sanity-B5FBDl-4.d.ts +7611 -0
- package/dist/components/buttons/BackButton.cjs +5 -1
- package/dist/components/buttons/BackButton.cjs.map +1 -1
- package/dist/components/buttons/BackButton.js +5 -1
- package/dist/components/buttons/BackButton.js.map +1 -1
- package/dist/components/company/CompanyTake.cjs +4 -2
- package/dist/components/company/CompanyTake.cjs.map +1 -1
- package/dist/components/company/CompanyTake.js +4 -2
- package/dist/components/company/CompanyTake.js.map +1 -1
- package/dist/components/jobPost/JobDescription.cjs +5 -3
- package/dist/components/jobPost/JobDescription.cjs.map +1 -1
- package/dist/components/jobPost/JobDescription.js +5 -3
- package/dist/components/jobPost/JobDescription.js.map +1 -1
- package/dist/components/jobPost/JobHeader.cjs +43 -37
- package/dist/components/jobPost/JobHeader.cjs.map +1 -1
- package/dist/components/jobPost/JobHeader.js +42 -36
- package/dist/components/jobPost/JobHeader.js.map +1 -1
- package/dist/components/jobPost/JobPost.cjs +92 -86
- package/dist/components/jobPost/JobPost.cjs.map +1 -1
- package/dist/components/jobPost/JobPost.d.cts +1 -1
- package/dist/components/jobPost/JobPost.d.ts +1 -1
- package/dist/components/jobPost/JobPost.js +92 -86
- package/dist/components/jobPost/JobPost.js.map +1 -1
- package/dist/components/primitives/avatar.cjs.map +1 -1
- package/dist/components/primitives/avatar.js.map +1 -1
- package/dist/components/primitives/command.cjs +6 -4
- package/dist/components/primitives/command.cjs.map +1 -1
- package/dist/components/primitives/command.d.cts +7 -7
- package/dist/components/primitives/command.d.ts +7 -7
- package/dist/components/primitives/command.js +6 -4
- package/dist/components/primitives/command.js.map +1 -1
- package/dist/components/primitives/dialog.cjs +4 -4
- package/dist/components/primitives/dialog.cjs.map +1 -1
- package/dist/components/primitives/dialog.js +6 -4
- package/dist/components/primitives/dialog.js.map +1 -1
- package/dist/components/primitives/input-otp.cjs +2 -2
- package/dist/components/primitives/input-otp.cjs.map +1 -1
- package/dist/components/primitives/input-otp.js +2 -2
- package/dist/components/primitives/input-otp.js.map +1 -1
- package/dist/components/primitives/popover.cjs +1 -1
- package/dist/components/primitives/popover.cjs.map +1 -1
- package/dist/components/primitives/popover.d.cts +1 -1
- package/dist/components/primitives/popover.d.ts +1 -1
- package/dist/components/primitives/popover.js +1 -1
- package/dist/components/primitives/popover.js.map +1 -1
- package/dist/components/primitives/separator.cjs.map +1 -1
- package/dist/components/primitives/separator.js.map +1 -1
- package/dist/components/primitives/tooltip.cjs.map +1 -1
- package/dist/components/primitives/tooltip.js.map +1 -1
- package/dist/components/ui/Avatar.cjs +2 -2
- package/dist/components/ui/Avatar.cjs.map +1 -1
- package/dist/components/ui/Avatar.js +4 -2
- package/dist/components/ui/Avatar.js.map +1 -1
- package/dist/components/ui/Badge.cjs.map +1 -1
- package/dist/components/ui/Badge.js.map +1 -1
- package/dist/components/ui/Button.cjs +3 -3
- package/dist/components/ui/Button.cjs.map +1 -1
- package/dist/components/ui/Button.d.cts +33 -0
- package/dist/components/ui/Button.d.ts +33 -0
- package/dist/components/ui/Button.js +5 -3
- package/dist/components/ui/Button.js.map +1 -1
- package/dist/components/ui/Checkbox.cjs.map +1 -1
- package/dist/components/ui/Checkbox.js.map +1 -1
- package/dist/components/ui/Combobox.cjs +111 -103
- package/dist/components/ui/Combobox.cjs.map +1 -1
- package/dist/components/ui/Combobox.d.cts +1 -1
- package/dist/components/ui/Combobox.d.ts +1 -1
- package/dist/components/ui/Combobox.js +108 -100
- package/dist/components/ui/Combobox.js.map +1 -1
- package/dist/components/ui/Counter.cjs +3 -1
- package/dist/components/ui/Counter.cjs.map +1 -1
- package/dist/components/ui/Counter.js +3 -1
- package/dist/components/ui/Counter.js.map +1 -1
- package/dist/components/ui/DatePicker.cjs +318 -0
- package/dist/components/ui/DatePicker.cjs.map +1 -0
- package/dist/components/ui/DatePicker.d.cts +16 -0
- package/dist/components/ui/DatePicker.d.ts +16 -0
- package/dist/components/ui/DatePicker.js +284 -0
- package/dist/components/ui/DatePicker.js.map +1 -0
- package/dist/components/ui/ErrorMessage.cjs.map +1 -1
- package/dist/components/ui/ErrorMessage.js.map +1 -1
- package/dist/components/ui/Icon.cjs.map +1 -1
- package/dist/components/ui/Icon.js.map +1 -1
- package/dist/components/ui/Input.cjs +3 -1
- package/dist/components/ui/Input.cjs.map +1 -1
- package/dist/components/ui/Input.d.cts +29 -0
- package/dist/components/ui/Input.d.ts +29 -0
- package/dist/components/ui/Input.js +3 -1
- package/dist/components/ui/Input.js.map +1 -1
- package/dist/components/ui/InputOtp.cjs +62 -58
- package/dist/components/ui/InputOtp.cjs.map +1 -1
- package/dist/components/ui/InputOtp.js +62 -58
- package/dist/components/ui/InputOtp.js.map +1 -1
- package/dist/components/ui/Label.cjs +5 -3
- package/dist/components/ui/Label.cjs.map +1 -1
- package/dist/components/ui/Label.js +7 -3
- package/dist/components/ui/Label.js.map +1 -1
- package/dist/components/ui/ListItem.cjs +7 -7
- package/dist/components/ui/ListItem.cjs.map +1 -1
- package/dist/components/ui/ListItem.js +10 -8
- package/dist/components/ui/ListItem.js.map +1 -1
- package/dist/components/ui/MapComponent.cjs.map +1 -1
- package/dist/components/ui/MapComponent.js +1 -1
- package/dist/components/ui/MapComponent.js.map +1 -1
- package/dist/components/ui/PlacesQueryInput.cjs +21 -13
- package/dist/components/ui/PlacesQueryInput.cjs.map +1 -1
- package/dist/components/ui/PlacesQueryInput.js +23 -13
- package/dist/components/ui/PlacesQueryInput.js.map +1 -1
- package/dist/components/ui/ReadMore.cjs +5 -3
- package/dist/components/ui/ReadMore.cjs.map +1 -1
- package/dist/components/ui/ReadMore.js +5 -3
- package/dist/components/ui/ReadMore.js.map +1 -1
- package/dist/components/ui/Select.cjs +63 -59
- package/dist/components/ui/Select.cjs.map +1 -1
- package/dist/components/ui/Select.js +61 -57
- package/dist/components/ui/Select.js.map +1 -1
- package/dist/components/ui/StepTabs.cjs.map +1 -1
- package/dist/components/ui/StepTabs.d.cts +1 -1
- package/dist/components/ui/StepTabs.d.ts +1 -1
- package/dist/components/ui/StepTabs.js.map +1 -1
- package/dist/components/ui/buttonShadcn.cjs +94 -0
- package/dist/components/ui/buttonShadcn.cjs.map +1 -0
- package/dist/components/ui/buttonShadcn.d.cts +14 -0
- package/dist/components/ui/buttonShadcn.d.ts +14 -0
- package/dist/components/ui/buttonShadcn.js +58 -0
- package/dist/components/ui/buttonShadcn.js.map +1 -0
- package/dist/components/ui/calendar.cjs +152 -0
- package/dist/components/ui/calendar.cjs.map +1 -0
- package/dist/components/ui/calendar.d.cts +11 -0
- package/dist/components/ui/calendar.d.ts +11 -0
- package/dist/components/ui/calendar.js +118 -0
- package/dist/components/ui/calendar.js.map +1 -0
- package/dist/{displayText-BCQw5Qq-.d.cts → displayText-CQRZ2fOT.d.cts} +2 -2
- package/dist/{displayText-Bqmpx1Va.d.ts → displayText-LlsLfkTS.d.ts} +2 -2
- package/dist/hooks/useDisplayText.cjs.map +1 -1
- package/dist/hooks/useDisplayText.d.cts +3 -3
- package/dist/hooks/useDisplayText.d.ts +3 -3
- package/dist/hooks/useDisplayText.js.map +1 -1
- package/dist/index.cjs +750 -728
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +13 -13
- package/dist/index.d.ts +13 -13
- package/dist/index.js +759 -737
- package/dist/index.js.map +1 -1
- package/dist/job_posting_service_latest-B5tqLSgo.d.cts +4247 -0
- package/dist/job_posting_service_latest-B5tqLSgo.d.ts +4247 -0
- package/dist/job_posting_service_sanity-CeX9tlpb.d.ts +8093 -0
- package/dist/job_posting_service_sanity-D5Znr6Ba.d.cts +8093 -0
- package/dist/lib/google.cjs.map +1 -1
- package/dist/lib/google.js.map +1 -1
- package/dist/lib/locations.cjs.map +1 -1
- package/dist/lib/locations.d.cts +2 -2
- package/dist/lib/locations.d.ts +2 -2
- package/dist/lib/locations.js.map +1 -1
- package/dist/lib/mappings.cjs.map +1 -1
- package/dist/lib/mappings.d.cts +3 -3
- package/dist/lib/mappings.d.ts +3 -3
- package/dist/lib/mappings.js.map +1 -1
- package/dist/lib/salaryRange.cjs.map +1 -1
- package/dist/lib/salaryRange.d.cts +1 -1
- package/dist/lib/salaryRange.d.ts +1 -1
- package/dist/lib/salaryRange.js.map +1 -1
- package/dist/lib/utils.cjs.map +1 -1
- package/dist/lib/utils.js.map +1 -1
- package/dist/services/displayText.cjs.map +1 -1
- package/dist/services/displayText.d.cts +3 -3
- package/dist/services/displayText.d.ts +3 -3
- package/dist/services/displayText.js.map +1 -1
- package/dist/shared_pickle_output_latest-Bwfg5B4p.d.cts +350 -0
- package/dist/shared_pickle_output_latest-Bwfg5B4p.d.ts +350 -0
- package/dist/styles/globals.css +275 -0
- package/dist/styles/globals.css.map +1 -1
- package/dist/types/data/company_service_latest.cjs.map +1 -1
- package/dist/types/data/company_service_latest.d.cts +1 -1
- package/dist/types/data/company_service_latest.d.ts +1 -1
- package/dist/types/data/company_service_latest.js.map +1 -1
- package/dist/types/data/job_posting_service_latest.cjs +3 -1
- package/dist/types/data/job_posting_service_latest.cjs.map +1 -1
- package/dist/types/data/job_posting_service_latest.d.cts +1 -1
- package/dist/types/data/job_posting_service_latest.d.ts +1 -1
- package/dist/types/data/job_posting_service_latest.js +3 -1
- package/dist/types/data/job_posting_service_latest.js.map +1 -1
- package/dist/types/data/shared_pickle_output_latest.cjs.map +1 -1
- package/dist/types/data/shared_pickle_output_latest.d.cts +1 -1
- package/dist/types/data/shared_pickle_output_latest.d.ts +1 -1
- package/dist/types/data/shared_pickle_output_latest.js.map +1 -1
- package/dist/types/index.cjs +505 -0
- package/dist/types/index.cjs.map +1 -0
- package/dist/types/index.d.cts +10 -0
- package/dist/types/index.d.ts +10 -0
- package/dist/types/index.js +479 -0
- package/dist/types/index.js.map +1 -0
- package/dist/types/latest/company_service_latest.cjs +251 -0
- package/dist/types/latest/company_service_latest.cjs.map +1 -0
- package/dist/types/latest/company_service_latest.d.cts +2 -0
- package/dist/types/latest/company_service_latest.d.ts +2 -0
- package/dist/types/latest/company_service_latest.js +210 -0
- package/dist/types/latest/company_service_latest.js.map +1 -0
- package/dist/types/latest/custom/company_service_sanity.cjs +325 -0
- package/dist/types/latest/custom/company_service_sanity.cjs.map +1 -0
- package/dist/types/latest/custom/company_service_sanity.d.cts +4 -0
- package/dist/types/latest/custom/company_service_sanity.d.ts +4 -0
- package/dist/types/latest/custom/company_service_sanity.js +288 -0
- package/dist/types/latest/custom/company_service_sanity.js.map +1 -0
- package/dist/types/latest/custom/custom_sanity_models.cjs +43 -0
- package/dist/types/latest/custom/custom_sanity_models.cjs.map +1 -0
- package/dist/types/latest/custom/custom_sanity_models.d.cts +30 -0
- package/dist/types/latest/custom/custom_sanity_models.d.ts +30 -0
- package/dist/types/latest/custom/custom_sanity_models.js +17 -0
- package/dist/types/latest/custom/custom_sanity_models.js.map +1 -0
- package/dist/types/latest/custom/job_posting_service_sanity.cjs +376 -0
- package/dist/types/latest/custom/job_posting_service_sanity.cjs.map +1 -0
- package/dist/types/latest/custom/job_posting_service_sanity.d.cts +5 -0
- package/dist/types/latest/custom/job_posting_service_sanity.d.ts +5 -0
- package/dist/types/latest/custom/job_posting_service_sanity.js +331 -0
- package/dist/types/latest/custom/job_posting_service_sanity.js.map +1 -0
- package/dist/types/latest/job_posting_service_latest.cjs +293 -0
- package/dist/types/latest/job_posting_service_latest.cjs.map +1 -0
- package/dist/types/latest/job_posting_service_latest.d.cts +2 -0
- package/dist/types/latest/job_posting_service_latest.d.ts +2 -0
- package/dist/types/latest/job_posting_service_latest.js +257 -0
- package/dist/types/latest/job_posting_service_latest.js.map +1 -0
- package/dist/types/latest/shared_pickle_output_latest.cjs +109 -0
- package/dist/types/latest/shared_pickle_output_latest.cjs.map +1 -0
- package/dist/types/latest/shared_pickle_output_latest.d.cts +2 -0
- package/dist/types/latest/shared_pickle_output_latest.d.ts +2 -0
- package/dist/types/latest/shared_pickle_output_latest.js +75 -0
- package/dist/types/latest/shared_pickle_output_latest.js.map +1 -0
- package/package.json +27 -9
- package/dist/{company_service_latest-B7KhyYDc.d.cts → company_service_latest-8IMr2hMZ.d.cts} +142 -142
- package/dist/{company_service_latest-B7KhyYDc.d.ts → company_service_latest-8IMr2hMZ.d.ts} +142 -142
- package/dist/{job_posting_service_latest-C2z66hFK.d.cts → job_posting_service_latest-CKITrYyz.d.cts} +129 -129
- package/dist/{job_posting_service_latest-C2z66hFK.d.ts → job_posting_service_latest-CKITrYyz.d.ts} +129 -129
- package/dist/{shared_pickle_output_latest-_L9GxVle.d.cts → shared_pickle_output_latest-Cwf2EMdH.d.cts} +6 -6
- package/dist/{shared_pickle_output_latest-_L9GxVle.d.ts → shared_pickle_output_latest-Cwf2EMdH.d.ts} +6 -6
package/dist/{company_service_latest-B7KhyYDc.d.cts → company_service_latest-8IMr2hMZ.d.cts}
RENAMED
|
@@ -10,12 +10,12 @@ declare const socialMediaSchema: z.ZodObject<{
|
|
|
10
10
|
url: z.ZodString;
|
|
11
11
|
type: z.ZodString;
|
|
12
12
|
}, "strip", z.ZodTypeAny, {
|
|
13
|
-
url: string;
|
|
14
13
|
type: string;
|
|
15
14
|
version: "1.0.0";
|
|
16
|
-
}, {
|
|
17
15
|
url: string;
|
|
16
|
+
}, {
|
|
18
17
|
type: string;
|
|
18
|
+
url: string;
|
|
19
19
|
version?: "1.0.0" | undefined;
|
|
20
20
|
}>;
|
|
21
21
|
type SocialMediaModel = z.infer<typeof socialMediaSchema>;
|
|
@@ -69,8 +69,8 @@ declare const jobBoardSchema: z.ZodObject<{
|
|
|
69
69
|
label?: string | undefined;
|
|
70
70
|
title?: string | undefined;
|
|
71
71
|
path?: string | undefined;
|
|
72
|
-
url?: string | undefined;
|
|
73
72
|
size?: number | undefined;
|
|
73
|
+
url?: string | undefined;
|
|
74
74
|
description?: string | undefined;
|
|
75
75
|
altText?: string | undefined;
|
|
76
76
|
assetId?: string | undefined;
|
|
@@ -83,9 +83,9 @@ declare const jobBoardSchema: z.ZodObject<{
|
|
|
83
83
|
label?: string | undefined;
|
|
84
84
|
title?: string | undefined;
|
|
85
85
|
path?: string | undefined;
|
|
86
|
-
url?: string | undefined;
|
|
87
86
|
version?: "1.0.0" | undefined;
|
|
88
87
|
size?: number | undefined;
|
|
88
|
+
url?: string | undefined;
|
|
89
89
|
description?: string | undefined;
|
|
90
90
|
altText?: string | undefined;
|
|
91
91
|
assetId?: string | undefined;
|
|
@@ -103,8 +103,8 @@ declare const jobBoardSchema: z.ZodObject<{
|
|
|
103
103
|
label?: string | undefined;
|
|
104
104
|
title?: string | undefined;
|
|
105
105
|
path?: string | undefined;
|
|
106
|
-
url?: string | undefined;
|
|
107
106
|
size?: number | undefined;
|
|
107
|
+
url?: string | undefined;
|
|
108
108
|
description?: string | undefined;
|
|
109
109
|
altText?: string | undefined;
|
|
110
110
|
assetId?: string | undefined;
|
|
@@ -121,9 +121,9 @@ declare const jobBoardSchema: z.ZodObject<{
|
|
|
121
121
|
label?: string | undefined;
|
|
122
122
|
title?: string | undefined;
|
|
123
123
|
path?: string | undefined;
|
|
124
|
-
url?: string | undefined;
|
|
125
124
|
version?: "1.0.0" | undefined;
|
|
126
125
|
size?: number | undefined;
|
|
126
|
+
url?: string | undefined;
|
|
127
127
|
description?: string | undefined;
|
|
128
128
|
altText?: string | undefined;
|
|
129
129
|
assetId?: string | undefined;
|
|
@@ -148,8 +148,8 @@ declare const jobBoardSchema: z.ZodObject<{
|
|
|
148
148
|
label?: string | undefined;
|
|
149
149
|
title?: string | undefined;
|
|
150
150
|
path?: string | undefined;
|
|
151
|
-
url?: string | undefined;
|
|
152
151
|
size?: number | undefined;
|
|
152
|
+
url?: string | undefined;
|
|
153
153
|
description?: string | undefined;
|
|
154
154
|
altText?: string | undefined;
|
|
155
155
|
assetId?: string | undefined;
|
|
@@ -173,9 +173,9 @@ declare const jobBoardSchema: z.ZodObject<{
|
|
|
173
173
|
label?: string | undefined;
|
|
174
174
|
title?: string | undefined;
|
|
175
175
|
path?: string | undefined;
|
|
176
|
-
url?: string | undefined;
|
|
177
176
|
version?: "1.0.0" | undefined;
|
|
178
177
|
size?: number | undefined;
|
|
178
|
+
url?: string | undefined;
|
|
179
179
|
description?: string | undefined;
|
|
180
180
|
altText?: string | undefined;
|
|
181
181
|
assetId?: string | undefined;
|
|
@@ -223,8 +223,8 @@ declare const personSchema: z.ZodObject<{
|
|
|
223
223
|
label?: string | undefined;
|
|
224
224
|
title?: string | undefined;
|
|
225
225
|
path?: string | undefined;
|
|
226
|
-
url?: string | undefined;
|
|
227
226
|
size?: number | undefined;
|
|
227
|
+
url?: string | undefined;
|
|
228
228
|
description?: string | undefined;
|
|
229
229
|
altText?: string | undefined;
|
|
230
230
|
assetId?: string | undefined;
|
|
@@ -237,9 +237,9 @@ declare const personSchema: z.ZodObject<{
|
|
|
237
237
|
label?: string | undefined;
|
|
238
238
|
title?: string | undefined;
|
|
239
239
|
path?: string | undefined;
|
|
240
|
-
url?: string | undefined;
|
|
241
240
|
version?: "1.0.0" | undefined;
|
|
242
241
|
size?: number | undefined;
|
|
242
|
+
url?: string | undefined;
|
|
243
243
|
description?: string | undefined;
|
|
244
244
|
altText?: string | undefined;
|
|
245
245
|
assetId?: string | undefined;
|
|
@@ -257,8 +257,8 @@ declare const personSchema: z.ZodObject<{
|
|
|
257
257
|
label?: string | undefined;
|
|
258
258
|
title?: string | undefined;
|
|
259
259
|
path?: string | undefined;
|
|
260
|
-
url?: string | undefined;
|
|
261
260
|
size?: number | undefined;
|
|
261
|
+
url?: string | undefined;
|
|
262
262
|
description?: string | undefined;
|
|
263
263
|
altText?: string | undefined;
|
|
264
264
|
assetId?: string | undefined;
|
|
@@ -275,9 +275,9 @@ declare const personSchema: z.ZodObject<{
|
|
|
275
275
|
label?: string | undefined;
|
|
276
276
|
title?: string | undefined;
|
|
277
277
|
path?: string | undefined;
|
|
278
|
-
url?: string | undefined;
|
|
279
278
|
version?: "1.0.0" | undefined;
|
|
280
279
|
size?: number | undefined;
|
|
280
|
+
url?: string | undefined;
|
|
281
281
|
description?: string | undefined;
|
|
282
282
|
altText?: string | undefined;
|
|
283
283
|
assetId?: string | undefined;
|
|
@@ -294,12 +294,12 @@ declare const personSchema: z.ZodObject<{
|
|
|
294
294
|
url: z.ZodString;
|
|
295
295
|
type: z.ZodString;
|
|
296
296
|
}, "strip", z.ZodTypeAny, {
|
|
297
|
-
url: string;
|
|
298
297
|
type: string;
|
|
299
298
|
version: "1.0.0";
|
|
300
|
-
}, {
|
|
301
299
|
url: string;
|
|
300
|
+
}, {
|
|
302
301
|
type: string;
|
|
302
|
+
url: string;
|
|
303
303
|
version?: "1.0.0" | undefined;
|
|
304
304
|
}>, "many">>;
|
|
305
305
|
telephone: z.ZodOptional<z.ZodString>;
|
|
@@ -405,8 +405,8 @@ declare const personSchema: z.ZodObject<{
|
|
|
405
405
|
label?: string | undefined;
|
|
406
406
|
title?: string | undefined;
|
|
407
407
|
path?: string | undefined;
|
|
408
|
-
url?: string | undefined;
|
|
409
408
|
size?: number | undefined;
|
|
409
|
+
url?: string | undefined;
|
|
410
410
|
description?: string | undefined;
|
|
411
411
|
altText?: string | undefined;
|
|
412
412
|
assetId?: string | undefined;
|
|
@@ -424,9 +424,9 @@ declare const personSchema: z.ZodObject<{
|
|
|
424
424
|
isMedical?: boolean | undefined;
|
|
425
425
|
isScientist?: boolean | undefined;
|
|
426
426
|
socialMedia?: {
|
|
427
|
-
url: string;
|
|
428
427
|
type: string;
|
|
429
428
|
version: "1.0.0";
|
|
429
|
+
url: string;
|
|
430
430
|
}[] | undefined;
|
|
431
431
|
telephone?: string | undefined;
|
|
432
432
|
}, {
|
|
@@ -459,9 +459,9 @@ declare const personSchema: z.ZodObject<{
|
|
|
459
459
|
label?: string | undefined;
|
|
460
460
|
title?: string | undefined;
|
|
461
461
|
path?: string | undefined;
|
|
462
|
-
url?: string | undefined;
|
|
463
462
|
version?: "1.0.0" | undefined;
|
|
464
463
|
size?: number | undefined;
|
|
464
|
+
url?: string | undefined;
|
|
465
465
|
description?: string | undefined;
|
|
466
466
|
altText?: string | undefined;
|
|
467
467
|
assetId?: string | undefined;
|
|
@@ -472,16 +472,16 @@ declare const personSchema: z.ZodObject<{
|
|
|
472
472
|
uploadId?: string | undefined;
|
|
473
473
|
} | undefined;
|
|
474
474
|
} | undefined;
|
|
475
|
+
version?: "1.0.0" | undefined;
|
|
475
476
|
url?: string | undefined;
|
|
476
477
|
email?: string | undefined;
|
|
477
|
-
version?: "1.0.0" | undefined;
|
|
478
478
|
jobTitle?: string | undefined;
|
|
479
479
|
isDoctor?: boolean | undefined;
|
|
480
480
|
isMedical?: boolean | undefined;
|
|
481
481
|
isScientist?: boolean | undefined;
|
|
482
482
|
socialMedia?: {
|
|
483
|
-
url: string;
|
|
484
483
|
type: string;
|
|
484
|
+
url: string;
|
|
485
485
|
version?: "1.0.0" | undefined;
|
|
486
486
|
}[] | undefined;
|
|
487
487
|
telephone?: string | undefined;
|
|
@@ -519,8 +519,8 @@ declare const companyCareersSchema: z.ZodObject<{
|
|
|
519
519
|
label?: string | undefined;
|
|
520
520
|
title?: string | undefined;
|
|
521
521
|
path?: string | undefined;
|
|
522
|
-
url?: string | undefined;
|
|
523
522
|
size?: number | undefined;
|
|
523
|
+
url?: string | undefined;
|
|
524
524
|
description?: string | undefined;
|
|
525
525
|
altText?: string | undefined;
|
|
526
526
|
assetId?: string | undefined;
|
|
@@ -533,9 +533,9 @@ declare const companyCareersSchema: z.ZodObject<{
|
|
|
533
533
|
label?: string | undefined;
|
|
534
534
|
title?: string | undefined;
|
|
535
535
|
path?: string | undefined;
|
|
536
|
-
url?: string | undefined;
|
|
537
536
|
version?: "1.0.0" | undefined;
|
|
538
537
|
size?: number | undefined;
|
|
538
|
+
url?: string | undefined;
|
|
539
539
|
description?: string | undefined;
|
|
540
540
|
altText?: string | undefined;
|
|
541
541
|
assetId?: string | undefined;
|
|
@@ -553,8 +553,8 @@ declare const companyCareersSchema: z.ZodObject<{
|
|
|
553
553
|
label?: string | undefined;
|
|
554
554
|
title?: string | undefined;
|
|
555
555
|
path?: string | undefined;
|
|
556
|
-
url?: string | undefined;
|
|
557
556
|
size?: number | undefined;
|
|
557
|
+
url?: string | undefined;
|
|
558
558
|
description?: string | undefined;
|
|
559
559
|
altText?: string | undefined;
|
|
560
560
|
assetId?: string | undefined;
|
|
@@ -571,9 +571,9 @@ declare const companyCareersSchema: z.ZodObject<{
|
|
|
571
571
|
label?: string | undefined;
|
|
572
572
|
title?: string | undefined;
|
|
573
573
|
path?: string | undefined;
|
|
574
|
-
url?: string | undefined;
|
|
575
574
|
version?: "1.0.0" | undefined;
|
|
576
575
|
size?: number | undefined;
|
|
576
|
+
url?: string | undefined;
|
|
577
577
|
description?: string | undefined;
|
|
578
578
|
altText?: string | undefined;
|
|
579
579
|
assetId?: string | undefined;
|
|
@@ -598,8 +598,8 @@ declare const companyCareersSchema: z.ZodObject<{
|
|
|
598
598
|
label?: string | undefined;
|
|
599
599
|
title?: string | undefined;
|
|
600
600
|
path?: string | undefined;
|
|
601
|
-
url?: string | undefined;
|
|
602
601
|
size?: number | undefined;
|
|
602
|
+
url?: string | undefined;
|
|
603
603
|
description?: string | undefined;
|
|
604
604
|
altText?: string | undefined;
|
|
605
605
|
assetId?: string | undefined;
|
|
@@ -623,9 +623,9 @@ declare const companyCareersSchema: z.ZodObject<{
|
|
|
623
623
|
label?: string | undefined;
|
|
624
624
|
title?: string | undefined;
|
|
625
625
|
path?: string | undefined;
|
|
626
|
-
url?: string | undefined;
|
|
627
626
|
version?: "1.0.0" | undefined;
|
|
628
627
|
size?: number | undefined;
|
|
628
|
+
url?: string | undefined;
|
|
629
629
|
description?: string | undefined;
|
|
630
630
|
altText?: string | undefined;
|
|
631
631
|
assetId?: string | undefined;
|
|
@@ -675,8 +675,8 @@ declare const companyCareersSchema: z.ZodObject<{
|
|
|
675
675
|
label?: string | undefined;
|
|
676
676
|
title?: string | undefined;
|
|
677
677
|
path?: string | undefined;
|
|
678
|
-
url?: string | undefined;
|
|
679
678
|
size?: number | undefined;
|
|
679
|
+
url?: string | undefined;
|
|
680
680
|
description?: string | undefined;
|
|
681
681
|
altText?: string | undefined;
|
|
682
682
|
assetId?: string | undefined;
|
|
@@ -713,9 +713,9 @@ declare const companyCareersSchema: z.ZodObject<{
|
|
|
713
713
|
label?: string | undefined;
|
|
714
714
|
title?: string | undefined;
|
|
715
715
|
path?: string | undefined;
|
|
716
|
-
url?: string | undefined;
|
|
717
716
|
version?: "1.0.0" | undefined;
|
|
718
717
|
size?: number | undefined;
|
|
718
|
+
url?: string | undefined;
|
|
719
719
|
description?: string | undefined;
|
|
720
720
|
altText?: string | undefined;
|
|
721
721
|
assetId?: string | undefined;
|
|
@@ -821,8 +821,8 @@ declare const foundingInformationSchema: z.ZodObject<{
|
|
|
821
821
|
label?: string | undefined;
|
|
822
822
|
title?: string | undefined;
|
|
823
823
|
path?: string | undefined;
|
|
824
|
-
url?: string | undefined;
|
|
825
824
|
size?: number | undefined;
|
|
825
|
+
url?: string | undefined;
|
|
826
826
|
description?: string | undefined;
|
|
827
827
|
altText?: string | undefined;
|
|
828
828
|
assetId?: string | undefined;
|
|
@@ -835,9 +835,9 @@ declare const foundingInformationSchema: z.ZodObject<{
|
|
|
835
835
|
label?: string | undefined;
|
|
836
836
|
title?: string | undefined;
|
|
837
837
|
path?: string | undefined;
|
|
838
|
-
url?: string | undefined;
|
|
839
838
|
version?: "1.0.0" | undefined;
|
|
840
839
|
size?: number | undefined;
|
|
840
|
+
url?: string | undefined;
|
|
841
841
|
description?: string | undefined;
|
|
842
842
|
altText?: string | undefined;
|
|
843
843
|
assetId?: string | undefined;
|
|
@@ -855,8 +855,8 @@ declare const foundingInformationSchema: z.ZodObject<{
|
|
|
855
855
|
label?: string | undefined;
|
|
856
856
|
title?: string | undefined;
|
|
857
857
|
path?: string | undefined;
|
|
858
|
-
url?: string | undefined;
|
|
859
858
|
size?: number | undefined;
|
|
859
|
+
url?: string | undefined;
|
|
860
860
|
description?: string | undefined;
|
|
861
861
|
altText?: string | undefined;
|
|
862
862
|
assetId?: string | undefined;
|
|
@@ -873,9 +873,9 @@ declare const foundingInformationSchema: z.ZodObject<{
|
|
|
873
873
|
label?: string | undefined;
|
|
874
874
|
title?: string | undefined;
|
|
875
875
|
path?: string | undefined;
|
|
876
|
-
url?: string | undefined;
|
|
877
876
|
version?: "1.0.0" | undefined;
|
|
878
877
|
size?: number | undefined;
|
|
878
|
+
url?: string | undefined;
|
|
879
879
|
description?: string | undefined;
|
|
880
880
|
altText?: string | undefined;
|
|
881
881
|
assetId?: string | undefined;
|
|
@@ -892,12 +892,12 @@ declare const foundingInformationSchema: z.ZodObject<{
|
|
|
892
892
|
url: z.ZodString;
|
|
893
893
|
type: z.ZodString;
|
|
894
894
|
}, "strip", z.ZodTypeAny, {
|
|
895
|
-
url: string;
|
|
896
895
|
type: string;
|
|
897
896
|
version: "1.0.0";
|
|
898
|
-
}, {
|
|
899
897
|
url: string;
|
|
898
|
+
}, {
|
|
900
899
|
type: string;
|
|
900
|
+
url: string;
|
|
901
901
|
version?: "1.0.0" | undefined;
|
|
902
902
|
}>, "many">>;
|
|
903
903
|
telephone: z.ZodOptional<z.ZodString>;
|
|
@@ -1003,8 +1003,8 @@ declare const foundingInformationSchema: z.ZodObject<{
|
|
|
1003
1003
|
label?: string | undefined;
|
|
1004
1004
|
title?: string | undefined;
|
|
1005
1005
|
path?: string | undefined;
|
|
1006
|
-
url?: string | undefined;
|
|
1007
1006
|
size?: number | undefined;
|
|
1007
|
+
url?: string | undefined;
|
|
1008
1008
|
description?: string | undefined;
|
|
1009
1009
|
altText?: string | undefined;
|
|
1010
1010
|
assetId?: string | undefined;
|
|
@@ -1022,9 +1022,9 @@ declare const foundingInformationSchema: z.ZodObject<{
|
|
|
1022
1022
|
isMedical?: boolean | undefined;
|
|
1023
1023
|
isScientist?: boolean | undefined;
|
|
1024
1024
|
socialMedia?: {
|
|
1025
|
-
url: string;
|
|
1026
1025
|
type: string;
|
|
1027
1026
|
version: "1.0.0";
|
|
1027
|
+
url: string;
|
|
1028
1028
|
}[] | undefined;
|
|
1029
1029
|
telephone?: string | undefined;
|
|
1030
1030
|
}, {
|
|
@@ -1057,9 +1057,9 @@ declare const foundingInformationSchema: z.ZodObject<{
|
|
|
1057
1057
|
label?: string | undefined;
|
|
1058
1058
|
title?: string | undefined;
|
|
1059
1059
|
path?: string | undefined;
|
|
1060
|
-
url?: string | undefined;
|
|
1061
1060
|
version?: "1.0.0" | undefined;
|
|
1062
1061
|
size?: number | undefined;
|
|
1062
|
+
url?: string | undefined;
|
|
1063
1063
|
description?: string | undefined;
|
|
1064
1064
|
altText?: string | undefined;
|
|
1065
1065
|
assetId?: string | undefined;
|
|
@@ -1070,16 +1070,16 @@ declare const foundingInformationSchema: z.ZodObject<{
|
|
|
1070
1070
|
uploadId?: string | undefined;
|
|
1071
1071
|
} | undefined;
|
|
1072
1072
|
} | undefined;
|
|
1073
|
+
version?: "1.0.0" | undefined;
|
|
1073
1074
|
url?: string | undefined;
|
|
1074
1075
|
email?: string | undefined;
|
|
1075
|
-
version?: "1.0.0" | undefined;
|
|
1076
1076
|
jobTitle?: string | undefined;
|
|
1077
1077
|
isDoctor?: boolean | undefined;
|
|
1078
1078
|
isMedical?: boolean | undefined;
|
|
1079
1079
|
isScientist?: boolean | undefined;
|
|
1080
1080
|
socialMedia?: {
|
|
1081
|
-
url: string;
|
|
1082
1081
|
type: string;
|
|
1082
|
+
url: string;
|
|
1083
1083
|
version?: "1.0.0" | undefined;
|
|
1084
1084
|
}[] | undefined;
|
|
1085
1085
|
telephone?: string | undefined;
|
|
@@ -1122,8 +1122,8 @@ declare const foundingInformationSchema: z.ZodObject<{
|
|
|
1122
1122
|
label?: string | undefined;
|
|
1123
1123
|
title?: string | undefined;
|
|
1124
1124
|
path?: string | undefined;
|
|
1125
|
-
url?: string | undefined;
|
|
1126
1125
|
size?: number | undefined;
|
|
1126
|
+
url?: string | undefined;
|
|
1127
1127
|
description?: string | undefined;
|
|
1128
1128
|
altText?: string | undefined;
|
|
1129
1129
|
assetId?: string | undefined;
|
|
@@ -1141,9 +1141,9 @@ declare const foundingInformationSchema: z.ZodObject<{
|
|
|
1141
1141
|
isMedical?: boolean | undefined;
|
|
1142
1142
|
isScientist?: boolean | undefined;
|
|
1143
1143
|
socialMedia?: {
|
|
1144
|
-
url: string;
|
|
1145
1144
|
type: string;
|
|
1146
1145
|
version: "1.0.0";
|
|
1146
|
+
url: string;
|
|
1147
1147
|
}[] | undefined;
|
|
1148
1148
|
telephone?: string | undefined;
|
|
1149
1149
|
}[] | undefined;
|
|
@@ -1183,9 +1183,9 @@ declare const foundingInformationSchema: z.ZodObject<{
|
|
|
1183
1183
|
label?: string | undefined;
|
|
1184
1184
|
title?: string | undefined;
|
|
1185
1185
|
path?: string | undefined;
|
|
1186
|
-
url?: string | undefined;
|
|
1187
1186
|
version?: "1.0.0" | undefined;
|
|
1188
1187
|
size?: number | undefined;
|
|
1188
|
+
url?: string | undefined;
|
|
1189
1189
|
description?: string | undefined;
|
|
1190
1190
|
altText?: string | undefined;
|
|
1191
1191
|
assetId?: string | undefined;
|
|
@@ -1196,16 +1196,16 @@ declare const foundingInformationSchema: z.ZodObject<{
|
|
|
1196
1196
|
uploadId?: string | undefined;
|
|
1197
1197
|
} | undefined;
|
|
1198
1198
|
} | undefined;
|
|
1199
|
+
version?: "1.0.0" | undefined;
|
|
1199
1200
|
url?: string | undefined;
|
|
1200
1201
|
email?: string | undefined;
|
|
1201
|
-
version?: "1.0.0" | undefined;
|
|
1202
1202
|
jobTitle?: string | undefined;
|
|
1203
1203
|
isDoctor?: boolean | undefined;
|
|
1204
1204
|
isMedical?: boolean | undefined;
|
|
1205
1205
|
isScientist?: boolean | undefined;
|
|
1206
1206
|
socialMedia?: {
|
|
1207
|
-
url: string;
|
|
1208
1207
|
type: string;
|
|
1208
|
+
url: string;
|
|
1209
1209
|
version?: "1.0.0" | undefined;
|
|
1210
1210
|
}[] | undefined;
|
|
1211
1211
|
telephone?: string | undefined;
|
|
@@ -1272,8 +1272,8 @@ declare const companySchema: z.ZodObject<{
|
|
|
1272
1272
|
label?: string | undefined;
|
|
1273
1273
|
title?: string | undefined;
|
|
1274
1274
|
path?: string | undefined;
|
|
1275
|
-
url?: string | undefined;
|
|
1276
1275
|
size?: number | undefined;
|
|
1276
|
+
url?: string | undefined;
|
|
1277
1277
|
description?: string | undefined;
|
|
1278
1278
|
altText?: string | undefined;
|
|
1279
1279
|
assetId?: string | undefined;
|
|
@@ -1286,9 +1286,9 @@ declare const companySchema: z.ZodObject<{
|
|
|
1286
1286
|
label?: string | undefined;
|
|
1287
1287
|
title?: string | undefined;
|
|
1288
1288
|
path?: string | undefined;
|
|
1289
|
-
url?: string | undefined;
|
|
1290
1289
|
version?: "1.0.0" | undefined;
|
|
1291
1290
|
size?: number | undefined;
|
|
1291
|
+
url?: string | undefined;
|
|
1292
1292
|
description?: string | undefined;
|
|
1293
1293
|
altText?: string | undefined;
|
|
1294
1294
|
assetId?: string | undefined;
|
|
@@ -1306,8 +1306,8 @@ declare const companySchema: z.ZodObject<{
|
|
|
1306
1306
|
label?: string | undefined;
|
|
1307
1307
|
title?: string | undefined;
|
|
1308
1308
|
path?: string | undefined;
|
|
1309
|
-
url?: string | undefined;
|
|
1310
1309
|
size?: number | undefined;
|
|
1310
|
+
url?: string | undefined;
|
|
1311
1311
|
description?: string | undefined;
|
|
1312
1312
|
altText?: string | undefined;
|
|
1313
1313
|
assetId?: string | undefined;
|
|
@@ -1324,9 +1324,9 @@ declare const companySchema: z.ZodObject<{
|
|
|
1324
1324
|
label?: string | undefined;
|
|
1325
1325
|
title?: string | undefined;
|
|
1326
1326
|
path?: string | undefined;
|
|
1327
|
-
url?: string | undefined;
|
|
1328
1327
|
version?: "1.0.0" | undefined;
|
|
1329
1328
|
size?: number | undefined;
|
|
1329
|
+
url?: string | undefined;
|
|
1330
1330
|
description?: string | undefined;
|
|
1331
1331
|
altText?: string | undefined;
|
|
1332
1332
|
assetId?: string | undefined;
|
|
@@ -1343,12 +1343,12 @@ declare const companySchema: z.ZodObject<{
|
|
|
1343
1343
|
url: z.ZodString;
|
|
1344
1344
|
type: z.ZodString;
|
|
1345
1345
|
}, "strip", z.ZodTypeAny, {
|
|
1346
|
-
url: string;
|
|
1347
1346
|
type: string;
|
|
1348
1347
|
version: "1.0.0";
|
|
1349
|
-
}, {
|
|
1350
1348
|
url: string;
|
|
1349
|
+
}, {
|
|
1351
1350
|
type: string;
|
|
1351
|
+
url: string;
|
|
1352
1352
|
version?: "1.0.0" | undefined;
|
|
1353
1353
|
}>, "many">>;
|
|
1354
1354
|
brandColor: z.ZodOptional<z.ZodString>;
|
|
@@ -1384,8 +1384,8 @@ declare const companySchema: z.ZodObject<{
|
|
|
1384
1384
|
label?: string | undefined;
|
|
1385
1385
|
title?: string | undefined;
|
|
1386
1386
|
path?: string | undefined;
|
|
1387
|
-
url?: string | undefined;
|
|
1388
1387
|
size?: number | undefined;
|
|
1388
|
+
url?: string | undefined;
|
|
1389
1389
|
description?: string | undefined;
|
|
1390
1390
|
altText?: string | undefined;
|
|
1391
1391
|
assetId?: string | undefined;
|
|
@@ -1398,9 +1398,9 @@ declare const companySchema: z.ZodObject<{
|
|
|
1398
1398
|
label?: string | undefined;
|
|
1399
1399
|
title?: string | undefined;
|
|
1400
1400
|
path?: string | undefined;
|
|
1401
|
-
url?: string | undefined;
|
|
1402
1401
|
version?: "1.0.0" | undefined;
|
|
1403
1402
|
size?: number | undefined;
|
|
1403
|
+
url?: string | undefined;
|
|
1404
1404
|
description?: string | undefined;
|
|
1405
1405
|
altText?: string | undefined;
|
|
1406
1406
|
assetId?: string | undefined;
|
|
@@ -1418,8 +1418,8 @@ declare const companySchema: z.ZodObject<{
|
|
|
1418
1418
|
label?: string | undefined;
|
|
1419
1419
|
title?: string | undefined;
|
|
1420
1420
|
path?: string | undefined;
|
|
1421
|
-
url?: string | undefined;
|
|
1422
1421
|
size?: number | undefined;
|
|
1422
|
+
url?: string | undefined;
|
|
1423
1423
|
description?: string | undefined;
|
|
1424
1424
|
altText?: string | undefined;
|
|
1425
1425
|
assetId?: string | undefined;
|
|
@@ -1436,9 +1436,9 @@ declare const companySchema: z.ZodObject<{
|
|
|
1436
1436
|
label?: string | undefined;
|
|
1437
1437
|
title?: string | undefined;
|
|
1438
1438
|
path?: string | undefined;
|
|
1439
|
-
url?: string | undefined;
|
|
1440
1439
|
version?: "1.0.0" | undefined;
|
|
1441
1440
|
size?: number | undefined;
|
|
1441
|
+
url?: string | undefined;
|
|
1442
1442
|
description?: string | undefined;
|
|
1443
1443
|
altText?: string | undefined;
|
|
1444
1444
|
assetId?: string | undefined;
|
|
@@ -1463,8 +1463,8 @@ declare const companySchema: z.ZodObject<{
|
|
|
1463
1463
|
label?: string | undefined;
|
|
1464
1464
|
title?: string | undefined;
|
|
1465
1465
|
path?: string | undefined;
|
|
1466
|
-
url?: string | undefined;
|
|
1467
1466
|
size?: number | undefined;
|
|
1467
|
+
url?: string | undefined;
|
|
1468
1468
|
description?: string | undefined;
|
|
1469
1469
|
altText?: string | undefined;
|
|
1470
1470
|
assetId?: string | undefined;
|
|
@@ -1488,9 +1488,9 @@ declare const companySchema: z.ZodObject<{
|
|
|
1488
1488
|
label?: string | undefined;
|
|
1489
1489
|
title?: string | undefined;
|
|
1490
1490
|
path?: string | undefined;
|
|
1491
|
-
url?: string | undefined;
|
|
1492
1491
|
version?: "1.0.0" | undefined;
|
|
1493
1492
|
size?: number | undefined;
|
|
1493
|
+
url?: string | undefined;
|
|
1494
1494
|
description?: string | undefined;
|
|
1495
1495
|
altText?: string | undefined;
|
|
1496
1496
|
assetId?: string | undefined;
|
|
@@ -1540,8 +1540,8 @@ declare const companySchema: z.ZodObject<{
|
|
|
1540
1540
|
label?: string | undefined;
|
|
1541
1541
|
title?: string | undefined;
|
|
1542
1542
|
path?: string | undefined;
|
|
1543
|
-
url?: string | undefined;
|
|
1544
1543
|
size?: number | undefined;
|
|
1544
|
+
url?: string | undefined;
|
|
1545
1545
|
description?: string | undefined;
|
|
1546
1546
|
altText?: string | undefined;
|
|
1547
1547
|
assetId?: string | undefined;
|
|
@@ -1578,9 +1578,9 @@ declare const companySchema: z.ZodObject<{
|
|
|
1578
1578
|
label?: string | undefined;
|
|
1579
1579
|
title?: string | undefined;
|
|
1580
1580
|
path?: string | undefined;
|
|
1581
|
-
url?: string | undefined;
|
|
1582
1581
|
version?: "1.0.0" | undefined;
|
|
1583
1582
|
size?: number | undefined;
|
|
1583
|
+
url?: string | undefined;
|
|
1584
1584
|
description?: string | undefined;
|
|
1585
1585
|
altText?: string | undefined;
|
|
1586
1586
|
assetId?: string | undefined;
|
|
@@ -1683,8 +1683,8 @@ declare const companySchema: z.ZodObject<{
|
|
|
1683
1683
|
label?: string | undefined;
|
|
1684
1684
|
title?: string | undefined;
|
|
1685
1685
|
path?: string | undefined;
|
|
1686
|
-
url?: string | undefined;
|
|
1687
1686
|
size?: number | undefined;
|
|
1687
|
+
url?: string | undefined;
|
|
1688
1688
|
description?: string | undefined;
|
|
1689
1689
|
altText?: string | undefined;
|
|
1690
1690
|
assetId?: string | undefined;
|
|
@@ -1697,9 +1697,9 @@ declare const companySchema: z.ZodObject<{
|
|
|
1697
1697
|
label?: string | undefined;
|
|
1698
1698
|
title?: string | undefined;
|
|
1699
1699
|
path?: string | undefined;
|
|
1700
|
-
url?: string | undefined;
|
|
1701
1700
|
version?: "1.0.0" | undefined;
|
|
1702
1701
|
size?: number | undefined;
|
|
1702
|
+
url?: string | undefined;
|
|
1703
1703
|
description?: string | undefined;
|
|
1704
1704
|
altText?: string | undefined;
|
|
1705
1705
|
assetId?: string | undefined;
|
|
@@ -1717,8 +1717,8 @@ declare const companySchema: z.ZodObject<{
|
|
|
1717
1717
|
label?: string | undefined;
|
|
1718
1718
|
title?: string | undefined;
|
|
1719
1719
|
path?: string | undefined;
|
|
1720
|
-
url?: string | undefined;
|
|
1721
1720
|
size?: number | undefined;
|
|
1721
|
+
url?: string | undefined;
|
|
1722
1722
|
description?: string | undefined;
|
|
1723
1723
|
altText?: string | undefined;
|
|
1724
1724
|
assetId?: string | undefined;
|
|
@@ -1735,9 +1735,9 @@ declare const companySchema: z.ZodObject<{
|
|
|
1735
1735
|
label?: string | undefined;
|
|
1736
1736
|
title?: string | undefined;
|
|
1737
1737
|
path?: string | undefined;
|
|
1738
|
-
url?: string | undefined;
|
|
1739
1738
|
version?: "1.0.0" | undefined;
|
|
1740
1739
|
size?: number | undefined;
|
|
1740
|
+
url?: string | undefined;
|
|
1741
1741
|
description?: string | undefined;
|
|
1742
1742
|
altText?: string | undefined;
|
|
1743
1743
|
assetId?: string | undefined;
|
|
@@ -1754,12 +1754,12 @@ declare const companySchema: z.ZodObject<{
|
|
|
1754
1754
|
url: z.ZodString;
|
|
1755
1755
|
type: z.ZodString;
|
|
1756
1756
|
}, "strip", z.ZodTypeAny, {
|
|
1757
|
-
url: string;
|
|
1758
1757
|
type: string;
|
|
1759
1758
|
version: "1.0.0";
|
|
1760
|
-
}, {
|
|
1761
1759
|
url: string;
|
|
1760
|
+
}, {
|
|
1762
1761
|
type: string;
|
|
1762
|
+
url: string;
|
|
1763
1763
|
version?: "1.0.0" | undefined;
|
|
1764
1764
|
}>, "many">>;
|
|
1765
1765
|
telephone: z.ZodOptional<z.ZodString>;
|
|
@@ -1865,8 +1865,8 @@ declare const companySchema: z.ZodObject<{
|
|
|
1865
1865
|
label?: string | undefined;
|
|
1866
1866
|
title?: string | undefined;
|
|
1867
1867
|
path?: string | undefined;
|
|
1868
|
-
url?: string | undefined;
|
|
1869
1868
|
size?: number | undefined;
|
|
1869
|
+
url?: string | undefined;
|
|
1870
1870
|
description?: string | undefined;
|
|
1871
1871
|
altText?: string | undefined;
|
|
1872
1872
|
assetId?: string | undefined;
|
|
@@ -1884,9 +1884,9 @@ declare const companySchema: z.ZodObject<{
|
|
|
1884
1884
|
isMedical?: boolean | undefined;
|
|
1885
1885
|
isScientist?: boolean | undefined;
|
|
1886
1886
|
socialMedia?: {
|
|
1887
|
-
url: string;
|
|
1888
1887
|
type: string;
|
|
1889
1888
|
version: "1.0.0";
|
|
1889
|
+
url: string;
|
|
1890
1890
|
}[] | undefined;
|
|
1891
1891
|
telephone?: string | undefined;
|
|
1892
1892
|
}, {
|
|
@@ -1919,9 +1919,9 @@ declare const companySchema: z.ZodObject<{
|
|
|
1919
1919
|
label?: string | undefined;
|
|
1920
1920
|
title?: string | undefined;
|
|
1921
1921
|
path?: string | undefined;
|
|
1922
|
-
url?: string | undefined;
|
|
1923
1922
|
version?: "1.0.0" | undefined;
|
|
1924
1923
|
size?: number | undefined;
|
|
1924
|
+
url?: string | undefined;
|
|
1925
1925
|
description?: string | undefined;
|
|
1926
1926
|
altText?: string | undefined;
|
|
1927
1927
|
assetId?: string | undefined;
|
|
@@ -1932,16 +1932,16 @@ declare const companySchema: z.ZodObject<{
|
|
|
1932
1932
|
uploadId?: string | undefined;
|
|
1933
1933
|
} | undefined;
|
|
1934
1934
|
} | undefined;
|
|
1935
|
+
version?: "1.0.0" | undefined;
|
|
1935
1936
|
url?: string | undefined;
|
|
1936
1937
|
email?: string | undefined;
|
|
1937
|
-
version?: "1.0.0" | undefined;
|
|
1938
1938
|
jobTitle?: string | undefined;
|
|
1939
1939
|
isDoctor?: boolean | undefined;
|
|
1940
1940
|
isMedical?: boolean | undefined;
|
|
1941
1941
|
isScientist?: boolean | undefined;
|
|
1942
1942
|
socialMedia?: {
|
|
1943
|
-
url: string;
|
|
1944
1943
|
type: string;
|
|
1944
|
+
url: string;
|
|
1945
1945
|
version?: "1.0.0" | undefined;
|
|
1946
1946
|
}[] | undefined;
|
|
1947
1947
|
telephone?: string | undefined;
|
|
@@ -1984,8 +1984,8 @@ declare const companySchema: z.ZodObject<{
|
|
|
1984
1984
|
label?: string | undefined;
|
|
1985
1985
|
title?: string | undefined;
|
|
1986
1986
|
path?: string | undefined;
|
|
1987
|
-
url?: string | undefined;
|
|
1988
1987
|
size?: number | undefined;
|
|
1988
|
+
url?: string | undefined;
|
|
1989
1989
|
description?: string | undefined;
|
|
1990
1990
|
altText?: string | undefined;
|
|
1991
1991
|
assetId?: string | undefined;
|
|
@@ -2003,9 +2003,9 @@ declare const companySchema: z.ZodObject<{
|
|
|
2003
2003
|
isMedical?: boolean | undefined;
|
|
2004
2004
|
isScientist?: boolean | undefined;
|
|
2005
2005
|
socialMedia?: {
|
|
2006
|
-
url: string;
|
|
2007
2006
|
type: string;
|
|
2008
2007
|
version: "1.0.0";
|
|
2008
|
+
url: string;
|
|
2009
2009
|
}[] | undefined;
|
|
2010
2010
|
telephone?: string | undefined;
|
|
2011
2011
|
}[] | undefined;
|
|
@@ -2045,9 +2045,9 @@ declare const companySchema: z.ZodObject<{
|
|
|
2045
2045
|
label?: string | undefined;
|
|
2046
2046
|
title?: string | undefined;
|
|
2047
2047
|
path?: string | undefined;
|
|
2048
|
-
url?: string | undefined;
|
|
2049
2048
|
version?: "1.0.0" | undefined;
|
|
2050
2049
|
size?: number | undefined;
|
|
2050
|
+
url?: string | undefined;
|
|
2051
2051
|
description?: string | undefined;
|
|
2052
2052
|
altText?: string | undefined;
|
|
2053
2053
|
assetId?: string | undefined;
|
|
@@ -2058,16 +2058,16 @@ declare const companySchema: z.ZodObject<{
|
|
|
2058
2058
|
uploadId?: string | undefined;
|
|
2059
2059
|
} | undefined;
|
|
2060
2060
|
} | undefined;
|
|
2061
|
+
version?: "1.0.0" | undefined;
|
|
2061
2062
|
url?: string | undefined;
|
|
2062
2063
|
email?: string | undefined;
|
|
2063
|
-
version?: "1.0.0" | undefined;
|
|
2064
2064
|
jobTitle?: string | undefined;
|
|
2065
2065
|
isDoctor?: boolean | undefined;
|
|
2066
2066
|
isMedical?: boolean | undefined;
|
|
2067
2067
|
isScientist?: boolean | undefined;
|
|
2068
2068
|
socialMedia?: {
|
|
2069
|
-
url: string;
|
|
2070
2069
|
type: string;
|
|
2070
|
+
url: string;
|
|
2071
2071
|
version?: "1.0.0" | undefined;
|
|
2072
2072
|
}[] | undefined;
|
|
2073
2073
|
telephone?: string | undefined;
|
|
@@ -2173,8 +2173,8 @@ declare const companySchema: z.ZodObject<{
|
|
|
2173
2173
|
isScrapeManaged?: boolean | undefined;
|
|
2174
2174
|
}>>;
|
|
2175
2175
|
}, "strip", z.ZodTypeAny, {
|
|
2176
|
-
id: string;
|
|
2177
2176
|
type: string;
|
|
2177
|
+
id: string;
|
|
2178
2178
|
version: "1.0.0";
|
|
2179
2179
|
slug: string;
|
|
2180
2180
|
createdAt: string;
|
|
@@ -2188,8 +2188,8 @@ declare const companySchema: z.ZodObject<{
|
|
|
2188
2188
|
label?: string | undefined;
|
|
2189
2189
|
title?: string | undefined;
|
|
2190
2190
|
path?: string | undefined;
|
|
2191
|
-
url?: string | undefined;
|
|
2192
2191
|
size?: number | undefined;
|
|
2192
|
+
url?: string | undefined;
|
|
2193
2193
|
description?: string | undefined;
|
|
2194
2194
|
altText?: string | undefined;
|
|
2195
2195
|
assetId?: string | undefined;
|
|
@@ -2201,9 +2201,9 @@ declare const companySchema: z.ZodObject<{
|
|
|
2201
2201
|
} | undefined;
|
|
2202
2202
|
} | undefined;
|
|
2203
2203
|
socialMedia?: {
|
|
2204
|
-
url: string;
|
|
2205
2204
|
type: string;
|
|
2206
2205
|
version: "1.0.0";
|
|
2206
|
+
url: string;
|
|
2207
2207
|
}[] | undefined;
|
|
2208
2208
|
companyWebsite?: string | undefined;
|
|
2209
2209
|
brandColor?: string | undefined;
|
|
@@ -2224,8 +2224,8 @@ declare const companySchema: z.ZodObject<{
|
|
|
2224
2224
|
label?: string | undefined;
|
|
2225
2225
|
title?: string | undefined;
|
|
2226
2226
|
path?: string | undefined;
|
|
2227
|
-
url?: string | undefined;
|
|
2228
2227
|
size?: number | undefined;
|
|
2228
|
+
url?: string | undefined;
|
|
2229
2229
|
description?: string | undefined;
|
|
2230
2230
|
altText?: string | undefined;
|
|
2231
2231
|
assetId?: string | undefined;
|
|
@@ -2300,8 +2300,8 @@ declare const companySchema: z.ZodObject<{
|
|
|
2300
2300
|
label?: string | undefined;
|
|
2301
2301
|
title?: string | undefined;
|
|
2302
2302
|
path?: string | undefined;
|
|
2303
|
-
url?: string | undefined;
|
|
2304
2303
|
size?: number | undefined;
|
|
2304
|
+
url?: string | undefined;
|
|
2305
2305
|
description?: string | undefined;
|
|
2306
2306
|
altText?: string | undefined;
|
|
2307
2307
|
assetId?: string | undefined;
|
|
@@ -2319,9 +2319,9 @@ declare const companySchema: z.ZodObject<{
|
|
|
2319
2319
|
isMedical?: boolean | undefined;
|
|
2320
2320
|
isScientist?: boolean | undefined;
|
|
2321
2321
|
socialMedia?: {
|
|
2322
|
-
url: string;
|
|
2323
2322
|
type: string;
|
|
2324
2323
|
version: "1.0.0";
|
|
2324
|
+
url: string;
|
|
2325
2325
|
}[] | undefined;
|
|
2326
2326
|
telephone?: string | undefined;
|
|
2327
2327
|
}[] | undefined;
|
|
@@ -2356,8 +2356,8 @@ declare const companySchema: z.ZodObject<{
|
|
|
2356
2356
|
postProcessorUniqueRunId?: string | undefined;
|
|
2357
2357
|
} | undefined;
|
|
2358
2358
|
}, {
|
|
2359
|
-
id: string;
|
|
2360
2359
|
type: string;
|
|
2360
|
+
id: string;
|
|
2361
2361
|
slug: string;
|
|
2362
2362
|
createdAt: string;
|
|
2363
2363
|
updatedAt: string;
|
|
@@ -2370,9 +2370,9 @@ declare const companySchema: z.ZodObject<{
|
|
|
2370
2370
|
label?: string | undefined;
|
|
2371
2371
|
title?: string | undefined;
|
|
2372
2372
|
path?: string | undefined;
|
|
2373
|
-
url?: string | undefined;
|
|
2374
2373
|
version?: "1.0.0" | undefined;
|
|
2375
2374
|
size?: number | undefined;
|
|
2375
|
+
url?: string | undefined;
|
|
2376
2376
|
description?: string | undefined;
|
|
2377
2377
|
altText?: string | undefined;
|
|
2378
2378
|
assetId?: string | undefined;
|
|
@@ -2384,8 +2384,8 @@ declare const companySchema: z.ZodObject<{
|
|
|
2384
2384
|
} | undefined;
|
|
2385
2385
|
} | undefined;
|
|
2386
2386
|
socialMedia?: {
|
|
2387
|
-
url: string;
|
|
2388
2387
|
type: string;
|
|
2388
|
+
url: string;
|
|
2389
2389
|
version?: "1.0.0" | undefined;
|
|
2390
2390
|
}[] | undefined;
|
|
2391
2391
|
companyWebsite?: string | undefined;
|
|
@@ -2406,9 +2406,9 @@ declare const companySchema: z.ZodObject<{
|
|
|
2406
2406
|
label?: string | undefined;
|
|
2407
2407
|
title?: string | undefined;
|
|
2408
2408
|
path?: string | undefined;
|
|
2409
|
-
url?: string | undefined;
|
|
2410
2409
|
version?: "1.0.0" | undefined;
|
|
2411
2410
|
size?: number | undefined;
|
|
2411
|
+
url?: string | undefined;
|
|
2412
2412
|
description?: string | undefined;
|
|
2413
2413
|
altText?: string | undefined;
|
|
2414
2414
|
assetId?: string | undefined;
|
|
@@ -2481,9 +2481,9 @@ declare const companySchema: z.ZodObject<{
|
|
|
2481
2481
|
label?: string | undefined;
|
|
2482
2482
|
title?: string | undefined;
|
|
2483
2483
|
path?: string | undefined;
|
|
2484
|
-
url?: string | undefined;
|
|
2485
2484
|
version?: "1.0.0" | undefined;
|
|
2486
2485
|
size?: number | undefined;
|
|
2486
|
+
url?: string | undefined;
|
|
2487
2487
|
description?: string | undefined;
|
|
2488
2488
|
altText?: string | undefined;
|
|
2489
2489
|
assetId?: string | undefined;
|
|
@@ -2494,16 +2494,16 @@ declare const companySchema: z.ZodObject<{
|
|
|
2494
2494
|
uploadId?: string | undefined;
|
|
2495
2495
|
} | undefined;
|
|
2496
2496
|
} | undefined;
|
|
2497
|
+
version?: "1.0.0" | undefined;
|
|
2497
2498
|
url?: string | undefined;
|
|
2498
2499
|
email?: string | undefined;
|
|
2499
|
-
version?: "1.0.0" | undefined;
|
|
2500
2500
|
jobTitle?: string | undefined;
|
|
2501
2501
|
isDoctor?: boolean | undefined;
|
|
2502
2502
|
isMedical?: boolean | undefined;
|
|
2503
2503
|
isScientist?: boolean | undefined;
|
|
2504
2504
|
socialMedia?: {
|
|
2505
|
-
url: string;
|
|
2506
2505
|
type: string;
|
|
2506
|
+
url: string;
|
|
2507
2507
|
version?: "1.0.0" | undefined;
|
|
2508
2508
|
}[] | undefined;
|
|
2509
2509
|
telephone?: string | undefined;
|
|
@@ -2576,8 +2576,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
2576
2576
|
label?: string | undefined;
|
|
2577
2577
|
title?: string | undefined;
|
|
2578
2578
|
path?: string | undefined;
|
|
2579
|
-
url?: string | undefined;
|
|
2580
2579
|
size?: number | undefined;
|
|
2580
|
+
url?: string | undefined;
|
|
2581
2581
|
description?: string | undefined;
|
|
2582
2582
|
altText?: string | undefined;
|
|
2583
2583
|
assetId?: string | undefined;
|
|
@@ -2590,9 +2590,9 @@ declare const officeSchema: z.ZodObject<{
|
|
|
2590
2590
|
label?: string | undefined;
|
|
2591
2591
|
title?: string | undefined;
|
|
2592
2592
|
path?: string | undefined;
|
|
2593
|
-
url?: string | undefined;
|
|
2594
2593
|
version?: "1.0.0" | undefined;
|
|
2595
2594
|
size?: number | undefined;
|
|
2595
|
+
url?: string | undefined;
|
|
2596
2596
|
description?: string | undefined;
|
|
2597
2597
|
altText?: string | undefined;
|
|
2598
2598
|
assetId?: string | undefined;
|
|
@@ -2610,8 +2610,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
2610
2610
|
label?: string | undefined;
|
|
2611
2611
|
title?: string | undefined;
|
|
2612
2612
|
path?: string | undefined;
|
|
2613
|
-
url?: string | undefined;
|
|
2614
2613
|
size?: number | undefined;
|
|
2614
|
+
url?: string | undefined;
|
|
2615
2615
|
description?: string | undefined;
|
|
2616
2616
|
altText?: string | undefined;
|
|
2617
2617
|
assetId?: string | undefined;
|
|
@@ -2628,9 +2628,9 @@ declare const officeSchema: z.ZodObject<{
|
|
|
2628
2628
|
label?: string | undefined;
|
|
2629
2629
|
title?: string | undefined;
|
|
2630
2630
|
path?: string | undefined;
|
|
2631
|
-
url?: string | undefined;
|
|
2632
2631
|
version?: "1.0.0" | undefined;
|
|
2633
2632
|
size?: number | undefined;
|
|
2633
|
+
url?: string | undefined;
|
|
2634
2634
|
description?: string | undefined;
|
|
2635
2635
|
altText?: string | undefined;
|
|
2636
2636
|
assetId?: string | undefined;
|
|
@@ -2647,12 +2647,12 @@ declare const officeSchema: z.ZodObject<{
|
|
|
2647
2647
|
url: z.ZodString;
|
|
2648
2648
|
type: z.ZodString;
|
|
2649
2649
|
}, "strip", z.ZodTypeAny, {
|
|
2650
|
-
url: string;
|
|
2651
2650
|
type: string;
|
|
2652
2651
|
version: "1.0.0";
|
|
2653
|
-
}, {
|
|
2654
2652
|
url: string;
|
|
2653
|
+
}, {
|
|
2655
2654
|
type: string;
|
|
2655
|
+
url: string;
|
|
2656
2656
|
version?: "1.0.0" | undefined;
|
|
2657
2657
|
}>, "many">>;
|
|
2658
2658
|
brandColor: z.ZodOptional<z.ZodString>;
|
|
@@ -2688,8 +2688,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
2688
2688
|
label?: string | undefined;
|
|
2689
2689
|
title?: string | undefined;
|
|
2690
2690
|
path?: string | undefined;
|
|
2691
|
-
url?: string | undefined;
|
|
2692
2691
|
size?: number | undefined;
|
|
2692
|
+
url?: string | undefined;
|
|
2693
2693
|
description?: string | undefined;
|
|
2694
2694
|
altText?: string | undefined;
|
|
2695
2695
|
assetId?: string | undefined;
|
|
@@ -2702,9 +2702,9 @@ declare const officeSchema: z.ZodObject<{
|
|
|
2702
2702
|
label?: string | undefined;
|
|
2703
2703
|
title?: string | undefined;
|
|
2704
2704
|
path?: string | undefined;
|
|
2705
|
-
url?: string | undefined;
|
|
2706
2705
|
version?: "1.0.0" | undefined;
|
|
2707
2706
|
size?: number | undefined;
|
|
2707
|
+
url?: string | undefined;
|
|
2708
2708
|
description?: string | undefined;
|
|
2709
2709
|
altText?: string | undefined;
|
|
2710
2710
|
assetId?: string | undefined;
|
|
@@ -2722,8 +2722,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
2722
2722
|
label?: string | undefined;
|
|
2723
2723
|
title?: string | undefined;
|
|
2724
2724
|
path?: string | undefined;
|
|
2725
|
-
url?: string | undefined;
|
|
2726
2725
|
size?: number | undefined;
|
|
2726
|
+
url?: string | undefined;
|
|
2727
2727
|
description?: string | undefined;
|
|
2728
2728
|
altText?: string | undefined;
|
|
2729
2729
|
assetId?: string | undefined;
|
|
@@ -2740,9 +2740,9 @@ declare const officeSchema: z.ZodObject<{
|
|
|
2740
2740
|
label?: string | undefined;
|
|
2741
2741
|
title?: string | undefined;
|
|
2742
2742
|
path?: string | undefined;
|
|
2743
|
-
url?: string | undefined;
|
|
2744
2743
|
version?: "1.0.0" | undefined;
|
|
2745
2744
|
size?: number | undefined;
|
|
2745
|
+
url?: string | undefined;
|
|
2746
2746
|
description?: string | undefined;
|
|
2747
2747
|
altText?: string | undefined;
|
|
2748
2748
|
assetId?: string | undefined;
|
|
@@ -2767,8 +2767,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
2767
2767
|
label?: string | undefined;
|
|
2768
2768
|
title?: string | undefined;
|
|
2769
2769
|
path?: string | undefined;
|
|
2770
|
-
url?: string | undefined;
|
|
2771
2770
|
size?: number | undefined;
|
|
2771
|
+
url?: string | undefined;
|
|
2772
2772
|
description?: string | undefined;
|
|
2773
2773
|
altText?: string | undefined;
|
|
2774
2774
|
assetId?: string | undefined;
|
|
@@ -2792,9 +2792,9 @@ declare const officeSchema: z.ZodObject<{
|
|
|
2792
2792
|
label?: string | undefined;
|
|
2793
2793
|
title?: string | undefined;
|
|
2794
2794
|
path?: string | undefined;
|
|
2795
|
-
url?: string | undefined;
|
|
2796
2795
|
version?: "1.0.0" | undefined;
|
|
2797
2796
|
size?: number | undefined;
|
|
2797
|
+
url?: string | undefined;
|
|
2798
2798
|
description?: string | undefined;
|
|
2799
2799
|
altText?: string | undefined;
|
|
2800
2800
|
assetId?: string | undefined;
|
|
@@ -2844,8 +2844,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
2844
2844
|
label?: string | undefined;
|
|
2845
2845
|
title?: string | undefined;
|
|
2846
2846
|
path?: string | undefined;
|
|
2847
|
-
url?: string | undefined;
|
|
2848
2847
|
size?: number | undefined;
|
|
2848
|
+
url?: string | undefined;
|
|
2849
2849
|
description?: string | undefined;
|
|
2850
2850
|
altText?: string | undefined;
|
|
2851
2851
|
assetId?: string | undefined;
|
|
@@ -2882,9 +2882,9 @@ declare const officeSchema: z.ZodObject<{
|
|
|
2882
2882
|
label?: string | undefined;
|
|
2883
2883
|
title?: string | undefined;
|
|
2884
2884
|
path?: string | undefined;
|
|
2885
|
-
url?: string | undefined;
|
|
2886
2885
|
version?: "1.0.0" | undefined;
|
|
2887
2886
|
size?: number | undefined;
|
|
2887
|
+
url?: string | undefined;
|
|
2888
2888
|
description?: string | undefined;
|
|
2889
2889
|
altText?: string | undefined;
|
|
2890
2890
|
assetId?: string | undefined;
|
|
@@ -2987,8 +2987,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
2987
2987
|
label?: string | undefined;
|
|
2988
2988
|
title?: string | undefined;
|
|
2989
2989
|
path?: string | undefined;
|
|
2990
|
-
url?: string | undefined;
|
|
2991
2990
|
size?: number | undefined;
|
|
2991
|
+
url?: string | undefined;
|
|
2992
2992
|
description?: string | undefined;
|
|
2993
2993
|
altText?: string | undefined;
|
|
2994
2994
|
assetId?: string | undefined;
|
|
@@ -3001,9 +3001,9 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3001
3001
|
label?: string | undefined;
|
|
3002
3002
|
title?: string | undefined;
|
|
3003
3003
|
path?: string | undefined;
|
|
3004
|
-
url?: string | undefined;
|
|
3005
3004
|
version?: "1.0.0" | undefined;
|
|
3006
3005
|
size?: number | undefined;
|
|
3006
|
+
url?: string | undefined;
|
|
3007
3007
|
description?: string | undefined;
|
|
3008
3008
|
altText?: string | undefined;
|
|
3009
3009
|
assetId?: string | undefined;
|
|
@@ -3021,8 +3021,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3021
3021
|
label?: string | undefined;
|
|
3022
3022
|
title?: string | undefined;
|
|
3023
3023
|
path?: string | undefined;
|
|
3024
|
-
url?: string | undefined;
|
|
3025
3024
|
size?: number | undefined;
|
|
3025
|
+
url?: string | undefined;
|
|
3026
3026
|
description?: string | undefined;
|
|
3027
3027
|
altText?: string | undefined;
|
|
3028
3028
|
assetId?: string | undefined;
|
|
@@ -3039,9 +3039,9 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3039
3039
|
label?: string | undefined;
|
|
3040
3040
|
title?: string | undefined;
|
|
3041
3041
|
path?: string | undefined;
|
|
3042
|
-
url?: string | undefined;
|
|
3043
3042
|
version?: "1.0.0" | undefined;
|
|
3044
3043
|
size?: number | undefined;
|
|
3044
|
+
url?: string | undefined;
|
|
3045
3045
|
description?: string | undefined;
|
|
3046
3046
|
altText?: string | undefined;
|
|
3047
3047
|
assetId?: string | undefined;
|
|
@@ -3058,12 +3058,12 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3058
3058
|
url: z.ZodString;
|
|
3059
3059
|
type: z.ZodString;
|
|
3060
3060
|
}, "strip", z.ZodTypeAny, {
|
|
3061
|
-
url: string;
|
|
3062
3061
|
type: string;
|
|
3063
3062
|
version: "1.0.0";
|
|
3064
|
-
}, {
|
|
3065
3063
|
url: string;
|
|
3064
|
+
}, {
|
|
3066
3065
|
type: string;
|
|
3066
|
+
url: string;
|
|
3067
3067
|
version?: "1.0.0" | undefined;
|
|
3068
3068
|
}>, "many">>;
|
|
3069
3069
|
telephone: z.ZodOptional<z.ZodString>;
|
|
@@ -3169,8 +3169,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3169
3169
|
label?: string | undefined;
|
|
3170
3170
|
title?: string | undefined;
|
|
3171
3171
|
path?: string | undefined;
|
|
3172
|
-
url?: string | undefined;
|
|
3173
3172
|
size?: number | undefined;
|
|
3173
|
+
url?: string | undefined;
|
|
3174
3174
|
description?: string | undefined;
|
|
3175
3175
|
altText?: string | undefined;
|
|
3176
3176
|
assetId?: string | undefined;
|
|
@@ -3188,9 +3188,9 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3188
3188
|
isMedical?: boolean | undefined;
|
|
3189
3189
|
isScientist?: boolean | undefined;
|
|
3190
3190
|
socialMedia?: {
|
|
3191
|
-
url: string;
|
|
3192
3191
|
type: string;
|
|
3193
3192
|
version: "1.0.0";
|
|
3193
|
+
url: string;
|
|
3194
3194
|
}[] | undefined;
|
|
3195
3195
|
telephone?: string | undefined;
|
|
3196
3196
|
}, {
|
|
@@ -3223,9 +3223,9 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3223
3223
|
label?: string | undefined;
|
|
3224
3224
|
title?: string | undefined;
|
|
3225
3225
|
path?: string | undefined;
|
|
3226
|
-
url?: string | undefined;
|
|
3227
3226
|
version?: "1.0.0" | undefined;
|
|
3228
3227
|
size?: number | undefined;
|
|
3228
|
+
url?: string | undefined;
|
|
3229
3229
|
description?: string | undefined;
|
|
3230
3230
|
altText?: string | undefined;
|
|
3231
3231
|
assetId?: string | undefined;
|
|
@@ -3236,16 +3236,16 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3236
3236
|
uploadId?: string | undefined;
|
|
3237
3237
|
} | undefined;
|
|
3238
3238
|
} | undefined;
|
|
3239
|
+
version?: "1.0.0" | undefined;
|
|
3239
3240
|
url?: string | undefined;
|
|
3240
3241
|
email?: string | undefined;
|
|
3241
|
-
version?: "1.0.0" | undefined;
|
|
3242
3242
|
jobTitle?: string | undefined;
|
|
3243
3243
|
isDoctor?: boolean | undefined;
|
|
3244
3244
|
isMedical?: boolean | undefined;
|
|
3245
3245
|
isScientist?: boolean | undefined;
|
|
3246
3246
|
socialMedia?: {
|
|
3247
|
-
url: string;
|
|
3248
3247
|
type: string;
|
|
3248
|
+
url: string;
|
|
3249
3249
|
version?: "1.0.0" | undefined;
|
|
3250
3250
|
}[] | undefined;
|
|
3251
3251
|
telephone?: string | undefined;
|
|
@@ -3288,8 +3288,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3288
3288
|
label?: string | undefined;
|
|
3289
3289
|
title?: string | undefined;
|
|
3290
3290
|
path?: string | undefined;
|
|
3291
|
-
url?: string | undefined;
|
|
3292
3291
|
size?: number | undefined;
|
|
3292
|
+
url?: string | undefined;
|
|
3293
3293
|
description?: string | undefined;
|
|
3294
3294
|
altText?: string | undefined;
|
|
3295
3295
|
assetId?: string | undefined;
|
|
@@ -3307,9 +3307,9 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3307
3307
|
isMedical?: boolean | undefined;
|
|
3308
3308
|
isScientist?: boolean | undefined;
|
|
3309
3309
|
socialMedia?: {
|
|
3310
|
-
url: string;
|
|
3311
3310
|
type: string;
|
|
3312
3311
|
version: "1.0.0";
|
|
3312
|
+
url: string;
|
|
3313
3313
|
}[] | undefined;
|
|
3314
3314
|
telephone?: string | undefined;
|
|
3315
3315
|
}[] | undefined;
|
|
@@ -3349,9 +3349,9 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3349
3349
|
label?: string | undefined;
|
|
3350
3350
|
title?: string | undefined;
|
|
3351
3351
|
path?: string | undefined;
|
|
3352
|
-
url?: string | undefined;
|
|
3353
3352
|
version?: "1.0.0" | undefined;
|
|
3354
3353
|
size?: number | undefined;
|
|
3354
|
+
url?: string | undefined;
|
|
3355
3355
|
description?: string | undefined;
|
|
3356
3356
|
altText?: string | undefined;
|
|
3357
3357
|
assetId?: string | undefined;
|
|
@@ -3362,16 +3362,16 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3362
3362
|
uploadId?: string | undefined;
|
|
3363
3363
|
} | undefined;
|
|
3364
3364
|
} | undefined;
|
|
3365
|
+
version?: "1.0.0" | undefined;
|
|
3365
3366
|
url?: string | undefined;
|
|
3366
3367
|
email?: string | undefined;
|
|
3367
|
-
version?: "1.0.0" | undefined;
|
|
3368
3368
|
jobTitle?: string | undefined;
|
|
3369
3369
|
isDoctor?: boolean | undefined;
|
|
3370
3370
|
isMedical?: boolean | undefined;
|
|
3371
3371
|
isScientist?: boolean | undefined;
|
|
3372
3372
|
socialMedia?: {
|
|
3373
|
-
url: string;
|
|
3374
3373
|
type: string;
|
|
3374
|
+
url: string;
|
|
3375
3375
|
version?: "1.0.0" | undefined;
|
|
3376
3376
|
}[] | undefined;
|
|
3377
3377
|
telephone?: string | undefined;
|
|
@@ -3477,8 +3477,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3477
3477
|
isScrapeManaged?: boolean | undefined;
|
|
3478
3478
|
}>>;
|
|
3479
3479
|
}, "strip", z.ZodTypeAny, {
|
|
3480
|
-
id: string;
|
|
3481
3480
|
type: string;
|
|
3481
|
+
id: string;
|
|
3482
3482
|
version: "1.0.0";
|
|
3483
3483
|
slug: string;
|
|
3484
3484
|
createdAt: string;
|
|
@@ -3492,8 +3492,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3492
3492
|
label?: string | undefined;
|
|
3493
3493
|
title?: string | undefined;
|
|
3494
3494
|
path?: string | undefined;
|
|
3495
|
-
url?: string | undefined;
|
|
3496
3495
|
size?: number | undefined;
|
|
3496
|
+
url?: string | undefined;
|
|
3497
3497
|
description?: string | undefined;
|
|
3498
3498
|
altText?: string | undefined;
|
|
3499
3499
|
assetId?: string | undefined;
|
|
@@ -3505,9 +3505,9 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3505
3505
|
} | undefined;
|
|
3506
3506
|
} | undefined;
|
|
3507
3507
|
socialMedia?: {
|
|
3508
|
-
url: string;
|
|
3509
3508
|
type: string;
|
|
3510
3509
|
version: "1.0.0";
|
|
3510
|
+
url: string;
|
|
3511
3511
|
}[] | undefined;
|
|
3512
3512
|
companyWebsite?: string | undefined;
|
|
3513
3513
|
brandColor?: string | undefined;
|
|
@@ -3528,8 +3528,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3528
3528
|
label?: string | undefined;
|
|
3529
3529
|
title?: string | undefined;
|
|
3530
3530
|
path?: string | undefined;
|
|
3531
|
-
url?: string | undefined;
|
|
3532
3531
|
size?: number | undefined;
|
|
3532
|
+
url?: string | undefined;
|
|
3533
3533
|
description?: string | undefined;
|
|
3534
3534
|
altText?: string | undefined;
|
|
3535
3535
|
assetId?: string | undefined;
|
|
@@ -3604,8 +3604,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3604
3604
|
label?: string | undefined;
|
|
3605
3605
|
title?: string | undefined;
|
|
3606
3606
|
path?: string | undefined;
|
|
3607
|
-
url?: string | undefined;
|
|
3608
3607
|
size?: number | undefined;
|
|
3608
|
+
url?: string | undefined;
|
|
3609
3609
|
description?: string | undefined;
|
|
3610
3610
|
altText?: string | undefined;
|
|
3611
3611
|
assetId?: string | undefined;
|
|
@@ -3623,9 +3623,9 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3623
3623
|
isMedical?: boolean | undefined;
|
|
3624
3624
|
isScientist?: boolean | undefined;
|
|
3625
3625
|
socialMedia?: {
|
|
3626
|
-
url: string;
|
|
3627
3626
|
type: string;
|
|
3628
3627
|
version: "1.0.0";
|
|
3628
|
+
url: string;
|
|
3629
3629
|
}[] | undefined;
|
|
3630
3630
|
telephone?: string | undefined;
|
|
3631
3631
|
}[] | undefined;
|
|
@@ -3660,8 +3660,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3660
3660
|
postProcessorUniqueRunId?: string | undefined;
|
|
3661
3661
|
} | undefined;
|
|
3662
3662
|
}, {
|
|
3663
|
-
id: string;
|
|
3664
3663
|
type: string;
|
|
3664
|
+
id: string;
|
|
3665
3665
|
slug: string;
|
|
3666
3666
|
createdAt: string;
|
|
3667
3667
|
updatedAt: string;
|
|
@@ -3674,9 +3674,9 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3674
3674
|
label?: string | undefined;
|
|
3675
3675
|
title?: string | undefined;
|
|
3676
3676
|
path?: string | undefined;
|
|
3677
|
-
url?: string | undefined;
|
|
3678
3677
|
version?: "1.0.0" | undefined;
|
|
3679
3678
|
size?: number | undefined;
|
|
3679
|
+
url?: string | undefined;
|
|
3680
3680
|
description?: string | undefined;
|
|
3681
3681
|
altText?: string | undefined;
|
|
3682
3682
|
assetId?: string | undefined;
|
|
@@ -3688,8 +3688,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3688
3688
|
} | undefined;
|
|
3689
3689
|
} | undefined;
|
|
3690
3690
|
socialMedia?: {
|
|
3691
|
-
url: string;
|
|
3692
3691
|
type: string;
|
|
3692
|
+
url: string;
|
|
3693
3693
|
version?: "1.0.0" | undefined;
|
|
3694
3694
|
}[] | undefined;
|
|
3695
3695
|
companyWebsite?: string | undefined;
|
|
@@ -3710,9 +3710,9 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3710
3710
|
label?: string | undefined;
|
|
3711
3711
|
title?: string | undefined;
|
|
3712
3712
|
path?: string | undefined;
|
|
3713
|
-
url?: string | undefined;
|
|
3714
3713
|
version?: "1.0.0" | undefined;
|
|
3715
3714
|
size?: number | undefined;
|
|
3715
|
+
url?: string | undefined;
|
|
3716
3716
|
description?: string | undefined;
|
|
3717
3717
|
altText?: string | undefined;
|
|
3718
3718
|
assetId?: string | undefined;
|
|
@@ -3785,9 +3785,9 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3785
3785
|
label?: string | undefined;
|
|
3786
3786
|
title?: string | undefined;
|
|
3787
3787
|
path?: string | undefined;
|
|
3788
|
-
url?: string | undefined;
|
|
3789
3788
|
version?: "1.0.0" | undefined;
|
|
3790
3789
|
size?: number | undefined;
|
|
3790
|
+
url?: string | undefined;
|
|
3791
3791
|
description?: string | undefined;
|
|
3792
3792
|
altText?: string | undefined;
|
|
3793
3793
|
assetId?: string | undefined;
|
|
@@ -3798,16 +3798,16 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3798
3798
|
uploadId?: string | undefined;
|
|
3799
3799
|
} | undefined;
|
|
3800
3800
|
} | undefined;
|
|
3801
|
+
version?: "1.0.0" | undefined;
|
|
3801
3802
|
url?: string | undefined;
|
|
3802
3803
|
email?: string | undefined;
|
|
3803
|
-
version?: "1.0.0" | undefined;
|
|
3804
3804
|
jobTitle?: string | undefined;
|
|
3805
3805
|
isDoctor?: boolean | undefined;
|
|
3806
3806
|
isMedical?: boolean | undefined;
|
|
3807
3807
|
isScientist?: boolean | undefined;
|
|
3808
3808
|
socialMedia?: {
|
|
3809
|
-
url: string;
|
|
3810
3809
|
type: string;
|
|
3810
|
+
url: string;
|
|
3811
3811
|
version?: "1.0.0" | undefined;
|
|
3812
3812
|
}[] | undefined;
|
|
3813
3813
|
telephone?: string | undefined;
|
|
@@ -3922,8 +3922,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3922
3922
|
createdAt?: string | undefined;
|
|
3923
3923
|
updatedAt?: string | undefined;
|
|
3924
3924
|
companyId?: {
|
|
3925
|
-
id: string;
|
|
3926
3925
|
type: string;
|
|
3926
|
+
id: string;
|
|
3927
3927
|
version: "1.0.0";
|
|
3928
3928
|
slug: string;
|
|
3929
3929
|
createdAt: string;
|
|
@@ -3937,8 +3937,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3937
3937
|
label?: string | undefined;
|
|
3938
3938
|
title?: string | undefined;
|
|
3939
3939
|
path?: string | undefined;
|
|
3940
|
-
url?: string | undefined;
|
|
3941
3940
|
size?: number | undefined;
|
|
3941
|
+
url?: string | undefined;
|
|
3942
3942
|
description?: string | undefined;
|
|
3943
3943
|
altText?: string | undefined;
|
|
3944
3944
|
assetId?: string | undefined;
|
|
@@ -3950,9 +3950,9 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3950
3950
|
} | undefined;
|
|
3951
3951
|
} | undefined;
|
|
3952
3952
|
socialMedia?: {
|
|
3953
|
-
url: string;
|
|
3954
3953
|
type: string;
|
|
3955
3954
|
version: "1.0.0";
|
|
3955
|
+
url: string;
|
|
3956
3956
|
}[] | undefined;
|
|
3957
3957
|
companyWebsite?: string | undefined;
|
|
3958
3958
|
brandColor?: string | undefined;
|
|
@@ -3973,8 +3973,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3973
3973
|
label?: string | undefined;
|
|
3974
3974
|
title?: string | undefined;
|
|
3975
3975
|
path?: string | undefined;
|
|
3976
|
-
url?: string | undefined;
|
|
3977
3976
|
size?: number | undefined;
|
|
3977
|
+
url?: string | undefined;
|
|
3978
3978
|
description?: string | undefined;
|
|
3979
3979
|
altText?: string | undefined;
|
|
3980
3980
|
assetId?: string | undefined;
|
|
@@ -4049,8 +4049,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
4049
4049
|
label?: string | undefined;
|
|
4050
4050
|
title?: string | undefined;
|
|
4051
4051
|
path?: string | undefined;
|
|
4052
|
-
url?: string | undefined;
|
|
4053
4052
|
size?: number | undefined;
|
|
4053
|
+
url?: string | undefined;
|
|
4054
4054
|
description?: string | undefined;
|
|
4055
4055
|
altText?: string | undefined;
|
|
4056
4056
|
assetId?: string | undefined;
|
|
@@ -4068,9 +4068,9 @@ declare const officeSchema: z.ZodObject<{
|
|
|
4068
4068
|
isMedical?: boolean | undefined;
|
|
4069
4069
|
isScientist?: boolean | undefined;
|
|
4070
4070
|
socialMedia?: {
|
|
4071
|
-
url: string;
|
|
4072
4071
|
type: string;
|
|
4073
4072
|
version: "1.0.0";
|
|
4073
|
+
url: string;
|
|
4074
4074
|
}[] | undefined;
|
|
4075
4075
|
telephone?: string | undefined;
|
|
4076
4076
|
}[] | undefined;
|
|
@@ -4130,8 +4130,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
4130
4130
|
createdAt?: string | undefined;
|
|
4131
4131
|
updatedAt?: string | undefined;
|
|
4132
4132
|
companyId?: {
|
|
4133
|
-
id: string;
|
|
4134
4133
|
type: string;
|
|
4134
|
+
id: string;
|
|
4135
4135
|
slug: string;
|
|
4136
4136
|
createdAt: string;
|
|
4137
4137
|
updatedAt: string;
|
|
@@ -4144,9 +4144,9 @@ declare const officeSchema: z.ZodObject<{
|
|
|
4144
4144
|
label?: string | undefined;
|
|
4145
4145
|
title?: string | undefined;
|
|
4146
4146
|
path?: string | undefined;
|
|
4147
|
-
url?: string | undefined;
|
|
4148
4147
|
version?: "1.0.0" | undefined;
|
|
4149
4148
|
size?: number | undefined;
|
|
4149
|
+
url?: string | undefined;
|
|
4150
4150
|
description?: string | undefined;
|
|
4151
4151
|
altText?: string | undefined;
|
|
4152
4152
|
assetId?: string | undefined;
|
|
@@ -4158,8 +4158,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
4158
4158
|
} | undefined;
|
|
4159
4159
|
} | undefined;
|
|
4160
4160
|
socialMedia?: {
|
|
4161
|
-
url: string;
|
|
4162
4161
|
type: string;
|
|
4162
|
+
url: string;
|
|
4163
4163
|
version?: "1.0.0" | undefined;
|
|
4164
4164
|
}[] | undefined;
|
|
4165
4165
|
companyWebsite?: string | undefined;
|
|
@@ -4180,9 +4180,9 @@ declare const officeSchema: z.ZodObject<{
|
|
|
4180
4180
|
label?: string | undefined;
|
|
4181
4181
|
title?: string | undefined;
|
|
4182
4182
|
path?: string | undefined;
|
|
4183
|
-
url?: string | undefined;
|
|
4184
4183
|
version?: "1.0.0" | undefined;
|
|
4185
4184
|
size?: number | undefined;
|
|
4185
|
+
url?: string | undefined;
|
|
4186
4186
|
description?: string | undefined;
|
|
4187
4187
|
altText?: string | undefined;
|
|
4188
4188
|
assetId?: string | undefined;
|
|
@@ -4255,9 +4255,9 @@ declare const officeSchema: z.ZodObject<{
|
|
|
4255
4255
|
label?: string | undefined;
|
|
4256
4256
|
title?: string | undefined;
|
|
4257
4257
|
path?: string | undefined;
|
|
4258
|
-
url?: string | undefined;
|
|
4259
4258
|
version?: "1.0.0" | undefined;
|
|
4260
4259
|
size?: number | undefined;
|
|
4260
|
+
url?: string | undefined;
|
|
4261
4261
|
description?: string | undefined;
|
|
4262
4262
|
altText?: string | undefined;
|
|
4263
4263
|
assetId?: string | undefined;
|
|
@@ -4268,16 +4268,16 @@ declare const officeSchema: z.ZodObject<{
|
|
|
4268
4268
|
uploadId?: string | undefined;
|
|
4269
4269
|
} | undefined;
|
|
4270
4270
|
} | undefined;
|
|
4271
|
+
version?: "1.0.0" | undefined;
|
|
4271
4272
|
url?: string | undefined;
|
|
4272
4273
|
email?: string | undefined;
|
|
4273
|
-
version?: "1.0.0" | undefined;
|
|
4274
4274
|
jobTitle?: string | undefined;
|
|
4275
4275
|
isDoctor?: boolean | undefined;
|
|
4276
4276
|
isMedical?: boolean | undefined;
|
|
4277
4277
|
isScientist?: boolean | undefined;
|
|
4278
4278
|
socialMedia?: {
|
|
4279
|
-
url: string;
|
|
4280
4279
|
type: string;
|
|
4280
|
+
url: string;
|
|
4281
4281
|
version?: "1.0.0" | undefined;
|
|
4282
4282
|
}[] | undefined;
|
|
4283
4283
|
telephone?: string | undefined;
|