@next-degree/pickle-shared-js 0.6.48 → 0.7.51
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 +18 -7
- package/dist/components/jobPost/JobDescription.cjs.map +1 -1
- package/dist/components/jobPost/JobDescription.js +18 -7
- 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 +105 -90
- 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 +105 -90
- 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 +18 -7
- package/dist/components/ui/ReadMore.cjs.map +1 -1
- package/dist/components/ui/ReadMore.js +18 -7
- package/dist/components/ui/ReadMore.js.map +1 -1
- package/dist/components/ui/Select.cjs +68 -70
- package/dist/components/ui/Select.cjs.map +1 -1
- package/dist/components/ui/Select.js +66 -68
- package/dist/components/ui/Select.js.map +1 -1
- package/dist/components/ui/StepTabs.cjs +92 -0
- package/dist/components/ui/StepTabs.cjs.map +1 -0
- package/dist/components/ui/StepTabs.d.cts +13 -0
- package/dist/components/ui/StepTabs.d.ts +13 -0
- package/dist/components/ui/StepTabs.js +58 -0
- package/dist/components/ui/StepTabs.js.map +1 -0
- 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-mYUVo6Ek.d.cts → displayText-CQRZ2fOT.d.cts} +2 -2
- package/dist/{displayText-DDf9iWyg.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 +763 -738
- 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 +772 -747
- 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_latest-Dn5s8beY.d.cts → job_posting_service_latest-CKITrYyz.d.cts} +230 -230
- package/dist/{job_posting_service_latest-Dn5s8beY.d.ts → job_posting_service_latest-CKITrYyz.d.ts} +230 -230
- 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 +371 -6
- 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 +28 -6
- package/dist/{company_service_latest-DelYl1hO.d.cts → company_service_latest-8IMr2hMZ.d.cts} +244 -244
- package/dist/{company_service_latest-DelYl1hO.d.ts → company_service_latest-8IMr2hMZ.d.ts} +244 -244
- package/dist/{shared_pickle_output_latest-DbAgINuf.d.cts → shared_pickle_output_latest-Cwf2EMdH.d.cts} +17 -17
- package/dist/{shared_pickle_output_latest-DbAgINuf.d.ts → shared_pickle_output_latest-Cwf2EMdH.d.ts} +17 -17
package/dist/{company_service_latest-DelYl1hO.d.cts → company_service_latest-8IMr2hMZ.d.cts}
RENAMED
|
@@ -11,8 +11,8 @@ declare const socialMediaSchema: z.ZodObject<{
|
|
|
11
11
|
type: z.ZodString;
|
|
12
12
|
}, "strip", z.ZodTypeAny, {
|
|
13
13
|
type: string;
|
|
14
|
-
url: string;
|
|
15
14
|
version: "1.0.0";
|
|
15
|
+
url: string;
|
|
16
16
|
}, {
|
|
17
17
|
type: string;
|
|
18
18
|
url: string;
|
|
@@ -26,14 +26,14 @@ declare const companyBenefitsSchema: z.ZodObject<{
|
|
|
26
26
|
description: z.ZodOptional<z.ZodString>;
|
|
27
27
|
category: z.ZodEnum<["FINANCIAL", "HEALTH", "PROFESSIONAL_DEVELOPMENT", "WORK_LIFE_BALANCE"]>;
|
|
28
28
|
}, "strip", z.ZodTypeAny, {
|
|
29
|
-
type: string;
|
|
30
29
|
title: string;
|
|
30
|
+
type: string;
|
|
31
31
|
version: "1.0.0";
|
|
32
32
|
category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
|
|
33
33
|
description?: string | undefined;
|
|
34
34
|
}, {
|
|
35
|
-
type: string;
|
|
36
35
|
title: string;
|
|
36
|
+
type: string;
|
|
37
37
|
category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
|
|
38
38
|
version?: "1.0.0" | undefined;
|
|
39
39
|
description?: string | undefined;
|
|
@@ -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
|
-
path?: string | undefined;
|
|
70
69
|
label?: string | undefined;
|
|
71
70
|
title?: string | undefined;
|
|
72
|
-
|
|
71
|
+
path?: 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;
|
|
@@ -80,12 +80,12 @@ declare const jobBoardSchema: z.ZodObject<{
|
|
|
80
80
|
sha1Hash?: string | undefined;
|
|
81
81
|
uploadId?: string | undefined;
|
|
82
82
|
}, {
|
|
83
|
-
path?: string | undefined;
|
|
84
83
|
label?: string | undefined;
|
|
85
84
|
title?: string | undefined;
|
|
86
|
-
|
|
85
|
+
path?: 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;
|
|
@@ -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
|
-
path?: string | undefined;
|
|
104
103
|
label?: string | undefined;
|
|
105
104
|
title?: string | undefined;
|
|
106
|
-
|
|
105
|
+
path?: 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;
|
|
@@ -118,12 +118,12 @@ declare const jobBoardSchema: z.ZodObject<{
|
|
|
118
118
|
type: string;
|
|
119
119
|
version?: "1.0.0" | undefined;
|
|
120
120
|
asset?: {
|
|
121
|
-
path?: string | undefined;
|
|
122
121
|
label?: string | undefined;
|
|
123
122
|
title?: string | undefined;
|
|
124
|
-
|
|
123
|
+
path?: 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;
|
|
@@ -136,8 +136,8 @@ declare const jobBoardSchema: z.ZodObject<{
|
|
|
136
136
|
}>>;
|
|
137
137
|
baseUrl: z.ZodOptional<z.ZodString>;
|
|
138
138
|
}, "strip", z.ZodTypeAny, {
|
|
139
|
-
type: string;
|
|
140
139
|
name: string;
|
|
140
|
+
type: string;
|
|
141
141
|
version: "1.0.0";
|
|
142
142
|
description: string;
|
|
143
143
|
logo?: {
|
|
@@ -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
|
-
path?: string | undefined;
|
|
149
148
|
label?: string | undefined;
|
|
150
149
|
title?: string | undefined;
|
|
151
|
-
|
|
150
|
+
path?: 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;
|
|
@@ -162,20 +162,20 @@ declare const jobBoardSchema: z.ZodObject<{
|
|
|
162
162
|
} | undefined;
|
|
163
163
|
baseUrl?: string | undefined;
|
|
164
164
|
}, {
|
|
165
|
-
type: string;
|
|
166
165
|
name: string;
|
|
166
|
+
type: string;
|
|
167
167
|
description: string;
|
|
168
168
|
version?: "1.0.0" | undefined;
|
|
169
169
|
logo?: {
|
|
170
170
|
type: string;
|
|
171
171
|
version?: "1.0.0" | undefined;
|
|
172
172
|
asset?: {
|
|
173
|
-
path?: string | undefined;
|
|
174
173
|
label?: string | undefined;
|
|
175
174
|
title?: string | undefined;
|
|
176
|
-
|
|
175
|
+
path?: 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;
|
|
@@ -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
|
-
path?: string | undefined;
|
|
224
223
|
label?: string | undefined;
|
|
225
224
|
title?: string | undefined;
|
|
226
|
-
|
|
225
|
+
path?: 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;
|
|
@@ -234,12 +234,12 @@ declare const personSchema: z.ZodObject<{
|
|
|
234
234
|
sha1Hash?: string | undefined;
|
|
235
235
|
uploadId?: string | undefined;
|
|
236
236
|
}, {
|
|
237
|
-
path?: string | undefined;
|
|
238
237
|
label?: string | undefined;
|
|
239
238
|
title?: string | undefined;
|
|
240
|
-
|
|
239
|
+
path?: 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;
|
|
@@ -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
|
-
path?: string | undefined;
|
|
258
257
|
label?: string | undefined;
|
|
259
258
|
title?: string | undefined;
|
|
260
|
-
|
|
259
|
+
path?: 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;
|
|
@@ -272,12 +272,12 @@ declare const personSchema: z.ZodObject<{
|
|
|
272
272
|
type: string;
|
|
273
273
|
version?: "1.0.0" | undefined;
|
|
274
274
|
asset?: {
|
|
275
|
-
path?: string | undefined;
|
|
276
275
|
label?: string | undefined;
|
|
277
276
|
title?: string | undefined;
|
|
278
|
-
|
|
277
|
+
path?: 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;
|
|
@@ -295,8 +295,8 @@ declare const personSchema: z.ZodObject<{
|
|
|
295
295
|
type: z.ZodString;
|
|
296
296
|
}, "strip", z.ZodTypeAny, {
|
|
297
297
|
type: string;
|
|
298
|
-
url: string;
|
|
299
298
|
version: "1.0.0";
|
|
299
|
+
url: string;
|
|
300
300
|
}, {
|
|
301
301
|
type: string;
|
|
302
302
|
url: string;
|
|
@@ -402,11 +402,11 @@ declare const personSchema: z.ZodObject<{
|
|
|
402
402
|
version: "1.0.0";
|
|
403
403
|
asset?: {
|
|
404
404
|
version: "1.0.0";
|
|
405
|
-
path?: string | undefined;
|
|
406
405
|
label?: string | undefined;
|
|
407
406
|
title?: string | undefined;
|
|
408
|
-
|
|
407
|
+
path?: 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;
|
|
@@ -425,8 +425,8 @@ declare const personSchema: z.ZodObject<{
|
|
|
425
425
|
isScientist?: boolean | undefined;
|
|
426
426
|
socialMedia?: {
|
|
427
427
|
type: string;
|
|
428
|
-
url: string;
|
|
429
428
|
version: "1.0.0";
|
|
429
|
+
url: string;
|
|
430
430
|
}[] | undefined;
|
|
431
431
|
telephone?: string | undefined;
|
|
432
432
|
}, {
|
|
@@ -456,12 +456,12 @@ declare const personSchema: z.ZodObject<{
|
|
|
456
456
|
type: string;
|
|
457
457
|
version?: "1.0.0" | undefined;
|
|
458
458
|
asset?: {
|
|
459
|
-
path?: string | undefined;
|
|
460
459
|
label?: string | undefined;
|
|
461
460
|
title?: string | undefined;
|
|
462
|
-
|
|
461
|
+
path?: 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,9 +472,9 @@ 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;
|
|
@@ -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
|
-
path?: string | undefined;
|
|
520
519
|
label?: string | undefined;
|
|
521
520
|
title?: string | undefined;
|
|
522
|
-
|
|
521
|
+
path?: 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;
|
|
@@ -530,12 +530,12 @@ declare const companyCareersSchema: z.ZodObject<{
|
|
|
530
530
|
sha1Hash?: string | undefined;
|
|
531
531
|
uploadId?: string | undefined;
|
|
532
532
|
}, {
|
|
533
|
-
path?: string | undefined;
|
|
534
533
|
label?: string | undefined;
|
|
535
534
|
title?: string | undefined;
|
|
536
|
-
|
|
535
|
+
path?: 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;
|
|
@@ -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
|
-
path?: string | undefined;
|
|
554
553
|
label?: string | undefined;
|
|
555
554
|
title?: string | undefined;
|
|
556
|
-
|
|
555
|
+
path?: 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;
|
|
@@ -568,12 +568,12 @@ declare const companyCareersSchema: z.ZodObject<{
|
|
|
568
568
|
type: string;
|
|
569
569
|
version?: "1.0.0" | undefined;
|
|
570
570
|
asset?: {
|
|
571
|
-
path?: string | undefined;
|
|
572
571
|
label?: string | undefined;
|
|
573
572
|
title?: string | undefined;
|
|
574
|
-
|
|
573
|
+
path?: 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;
|
|
@@ -586,8 +586,8 @@ declare const companyCareersSchema: z.ZodObject<{
|
|
|
586
586
|
}>>;
|
|
587
587
|
baseUrl: z.ZodOptional<z.ZodString>;
|
|
588
588
|
}, "strip", z.ZodTypeAny, {
|
|
589
|
-
type: string;
|
|
590
589
|
name: string;
|
|
590
|
+
type: string;
|
|
591
591
|
version: "1.0.0";
|
|
592
592
|
description: string;
|
|
593
593
|
logo?: {
|
|
@@ -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
|
-
path?: string | undefined;
|
|
599
598
|
label?: string | undefined;
|
|
600
599
|
title?: string | undefined;
|
|
601
|
-
|
|
600
|
+
path?: 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;
|
|
@@ -612,20 +612,20 @@ declare const companyCareersSchema: z.ZodObject<{
|
|
|
612
612
|
} | undefined;
|
|
613
613
|
baseUrl?: string | undefined;
|
|
614
614
|
}, {
|
|
615
|
-
type: string;
|
|
616
615
|
name: string;
|
|
616
|
+
type: string;
|
|
617
617
|
description: string;
|
|
618
618
|
version?: "1.0.0" | undefined;
|
|
619
619
|
logo?: {
|
|
620
620
|
type: string;
|
|
621
621
|
version?: "1.0.0" | undefined;
|
|
622
622
|
asset?: {
|
|
623
|
-
path?: string | undefined;
|
|
624
623
|
label?: string | undefined;
|
|
625
624
|
title?: string | undefined;
|
|
626
|
-
|
|
625
|
+
path?: 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;
|
|
@@ -646,14 +646,14 @@ declare const companyCareersSchema: z.ZodObject<{
|
|
|
646
646
|
description: z.ZodOptional<z.ZodString>;
|
|
647
647
|
category: z.ZodEnum<["FINANCIAL", "HEALTH", "PROFESSIONAL_DEVELOPMENT", "WORK_LIFE_BALANCE"]>;
|
|
648
648
|
}, "strip", z.ZodTypeAny, {
|
|
649
|
-
type: string;
|
|
650
649
|
title: string;
|
|
650
|
+
type: string;
|
|
651
651
|
version: "1.0.0";
|
|
652
652
|
category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
|
|
653
653
|
description?: string | undefined;
|
|
654
654
|
}, {
|
|
655
|
-
type: string;
|
|
656
655
|
title: string;
|
|
656
|
+
type: string;
|
|
657
657
|
category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
|
|
658
658
|
version?: "1.0.0" | undefined;
|
|
659
659
|
description?: string | undefined;
|
|
@@ -663,8 +663,8 @@ declare const companyCareersSchema: z.ZodObject<{
|
|
|
663
663
|
version: "1.0.0";
|
|
664
664
|
careersUrl: string;
|
|
665
665
|
jobBoard?: {
|
|
666
|
-
type: string;
|
|
667
666
|
name: string;
|
|
667
|
+
type: string;
|
|
668
668
|
version: "1.0.0";
|
|
669
669
|
description: string;
|
|
670
670
|
logo?: {
|
|
@@ -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
|
-
path?: string | undefined;
|
|
676
675
|
label?: string | undefined;
|
|
677
676
|
title?: string | undefined;
|
|
678
|
-
|
|
677
|
+
path?: 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;
|
|
@@ -691,8 +691,8 @@ declare const companyCareersSchema: z.ZodObject<{
|
|
|
691
691
|
} | undefined;
|
|
692
692
|
jobBoardSlug?: string[] | undefined;
|
|
693
693
|
companyBenefits?: {
|
|
694
|
-
type: string;
|
|
695
694
|
title: string;
|
|
695
|
+
type: string;
|
|
696
696
|
version: "1.0.0";
|
|
697
697
|
category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
|
|
698
698
|
description?: string | undefined;
|
|
@@ -702,20 +702,20 @@ declare const companyCareersSchema: z.ZodObject<{
|
|
|
702
702
|
careersUrl: string;
|
|
703
703
|
version?: "1.0.0" | undefined;
|
|
704
704
|
jobBoard?: {
|
|
705
|
-
type: string;
|
|
706
705
|
name: string;
|
|
706
|
+
type: string;
|
|
707
707
|
description: string;
|
|
708
708
|
version?: "1.0.0" | undefined;
|
|
709
709
|
logo?: {
|
|
710
710
|
type: string;
|
|
711
711
|
version?: "1.0.0" | undefined;
|
|
712
712
|
asset?: {
|
|
713
|
-
path?: string | undefined;
|
|
714
713
|
label?: string | undefined;
|
|
715
714
|
title?: string | undefined;
|
|
716
|
-
|
|
715
|
+
path?: 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;
|
|
@@ -730,8 +730,8 @@ declare const companyCareersSchema: z.ZodObject<{
|
|
|
730
730
|
} | undefined;
|
|
731
731
|
jobBoardSlug?: string[] | undefined;
|
|
732
732
|
companyBenefits?: {
|
|
733
|
-
type: string;
|
|
734
733
|
title: string;
|
|
734
|
+
type: string;
|
|
735
735
|
category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
|
|
736
736
|
version?: "1.0.0" | undefined;
|
|
737
737
|
description?: 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
|
-
path?: string | undefined;
|
|
822
821
|
label?: string | undefined;
|
|
823
822
|
title?: string | undefined;
|
|
824
|
-
|
|
823
|
+
path?: 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;
|
|
@@ -832,12 +832,12 @@ declare const foundingInformationSchema: z.ZodObject<{
|
|
|
832
832
|
sha1Hash?: string | undefined;
|
|
833
833
|
uploadId?: string | undefined;
|
|
834
834
|
}, {
|
|
835
|
-
path?: string | undefined;
|
|
836
835
|
label?: string | undefined;
|
|
837
836
|
title?: string | undefined;
|
|
838
|
-
|
|
837
|
+
path?: 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;
|
|
@@ -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
|
-
path?: string | undefined;
|
|
856
855
|
label?: string | undefined;
|
|
857
856
|
title?: string | undefined;
|
|
858
|
-
|
|
857
|
+
path?: 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;
|
|
@@ -870,12 +870,12 @@ declare const foundingInformationSchema: z.ZodObject<{
|
|
|
870
870
|
type: string;
|
|
871
871
|
version?: "1.0.0" | undefined;
|
|
872
872
|
asset?: {
|
|
873
|
-
path?: string | undefined;
|
|
874
873
|
label?: string | undefined;
|
|
875
874
|
title?: string | undefined;
|
|
876
|
-
|
|
875
|
+
path?: 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;
|
|
@@ -893,8 +893,8 @@ declare const foundingInformationSchema: z.ZodObject<{
|
|
|
893
893
|
type: z.ZodString;
|
|
894
894
|
}, "strip", z.ZodTypeAny, {
|
|
895
895
|
type: string;
|
|
896
|
-
url: string;
|
|
897
896
|
version: "1.0.0";
|
|
897
|
+
url: string;
|
|
898
898
|
}, {
|
|
899
899
|
type: string;
|
|
900
900
|
url: string;
|
|
@@ -1000,11 +1000,11 @@ declare const foundingInformationSchema: z.ZodObject<{
|
|
|
1000
1000
|
version: "1.0.0";
|
|
1001
1001
|
asset?: {
|
|
1002
1002
|
version: "1.0.0";
|
|
1003
|
-
path?: string | undefined;
|
|
1004
1003
|
label?: string | undefined;
|
|
1005
1004
|
title?: string | undefined;
|
|
1006
|
-
|
|
1005
|
+
path?: 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;
|
|
@@ -1023,8 +1023,8 @@ declare const foundingInformationSchema: z.ZodObject<{
|
|
|
1023
1023
|
isScientist?: boolean | undefined;
|
|
1024
1024
|
socialMedia?: {
|
|
1025
1025
|
type: string;
|
|
1026
|
-
url: string;
|
|
1027
1026
|
version: "1.0.0";
|
|
1027
|
+
url: string;
|
|
1028
1028
|
}[] | undefined;
|
|
1029
1029
|
telephone?: string | undefined;
|
|
1030
1030
|
}, {
|
|
@@ -1054,12 +1054,12 @@ declare const foundingInformationSchema: z.ZodObject<{
|
|
|
1054
1054
|
type: string;
|
|
1055
1055
|
version?: "1.0.0" | undefined;
|
|
1056
1056
|
asset?: {
|
|
1057
|
-
path?: string | undefined;
|
|
1058
1057
|
label?: string | undefined;
|
|
1059
1058
|
title?: string | undefined;
|
|
1060
|
-
|
|
1059
|
+
path?: 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,9 +1070,9 @@ 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;
|
|
@@ -1119,11 +1119,11 @@ declare const foundingInformationSchema: z.ZodObject<{
|
|
|
1119
1119
|
version: "1.0.0";
|
|
1120
1120
|
asset?: {
|
|
1121
1121
|
version: "1.0.0";
|
|
1122
|
-
path?: string | undefined;
|
|
1123
1122
|
label?: string | undefined;
|
|
1124
1123
|
title?: string | undefined;
|
|
1125
|
-
|
|
1124
|
+
path?: 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;
|
|
@@ -1142,8 +1142,8 @@ declare const foundingInformationSchema: z.ZodObject<{
|
|
|
1142
1142
|
isScientist?: boolean | undefined;
|
|
1143
1143
|
socialMedia?: {
|
|
1144
1144
|
type: string;
|
|
1145
|
-
url: string;
|
|
1146
1145
|
version: "1.0.0";
|
|
1146
|
+
url: string;
|
|
1147
1147
|
}[] | undefined;
|
|
1148
1148
|
telephone?: string | undefined;
|
|
1149
1149
|
}[] | undefined;
|
|
@@ -1180,12 +1180,12 @@ declare const foundingInformationSchema: z.ZodObject<{
|
|
|
1180
1180
|
type: string;
|
|
1181
1181
|
version?: "1.0.0" | undefined;
|
|
1182
1182
|
asset?: {
|
|
1183
|
-
path?: string | undefined;
|
|
1184
1183
|
label?: string | undefined;
|
|
1185
1184
|
title?: string | undefined;
|
|
1186
|
-
|
|
1185
|
+
path?: 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,9 +1196,9 @@ 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;
|
|
@@ -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
|
-
path?: string | undefined;
|
|
1273
1272
|
label?: string | undefined;
|
|
1274
1273
|
title?: string | undefined;
|
|
1275
|
-
|
|
1274
|
+
path?: 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;
|
|
@@ -1283,12 +1283,12 @@ declare const companySchema: z.ZodObject<{
|
|
|
1283
1283
|
sha1Hash?: string | undefined;
|
|
1284
1284
|
uploadId?: string | undefined;
|
|
1285
1285
|
}, {
|
|
1286
|
-
path?: string | undefined;
|
|
1287
1286
|
label?: string | undefined;
|
|
1288
1287
|
title?: string | undefined;
|
|
1289
|
-
|
|
1288
|
+
path?: 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;
|
|
@@ -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
|
-
path?: string | undefined;
|
|
1307
1306
|
label?: string | undefined;
|
|
1308
1307
|
title?: string | undefined;
|
|
1309
|
-
|
|
1308
|
+
path?: 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;
|
|
@@ -1321,12 +1321,12 @@ declare const companySchema: z.ZodObject<{
|
|
|
1321
1321
|
type: string;
|
|
1322
1322
|
version?: "1.0.0" | undefined;
|
|
1323
1323
|
asset?: {
|
|
1324
|
-
path?: string | undefined;
|
|
1325
1324
|
label?: string | undefined;
|
|
1326
1325
|
title?: string | undefined;
|
|
1327
|
-
|
|
1326
|
+
path?: 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;
|
|
@@ -1344,8 +1344,8 @@ declare const companySchema: z.ZodObject<{
|
|
|
1344
1344
|
type: z.ZodString;
|
|
1345
1345
|
}, "strip", z.ZodTypeAny, {
|
|
1346
1346
|
type: string;
|
|
1347
|
-
url: string;
|
|
1348
1347
|
version: "1.0.0";
|
|
1348
|
+
url: string;
|
|
1349
1349
|
}, {
|
|
1350
1350
|
type: string;
|
|
1351
1351
|
url: string;
|
|
@@ -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
|
-
path?: string | undefined;
|
|
1385
1384
|
label?: string | undefined;
|
|
1386
1385
|
title?: string | undefined;
|
|
1387
|
-
|
|
1386
|
+
path?: 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;
|
|
@@ -1395,12 +1395,12 @@ declare const companySchema: z.ZodObject<{
|
|
|
1395
1395
|
sha1Hash?: string | undefined;
|
|
1396
1396
|
uploadId?: string | undefined;
|
|
1397
1397
|
}, {
|
|
1398
|
-
path?: string | undefined;
|
|
1399
1398
|
label?: string | undefined;
|
|
1400
1399
|
title?: string | undefined;
|
|
1401
|
-
|
|
1400
|
+
path?: 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;
|
|
@@ -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
|
-
path?: string | undefined;
|
|
1419
1418
|
label?: string | undefined;
|
|
1420
1419
|
title?: string | undefined;
|
|
1421
|
-
|
|
1420
|
+
path?: 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;
|
|
@@ -1433,12 +1433,12 @@ declare const companySchema: z.ZodObject<{
|
|
|
1433
1433
|
type: string;
|
|
1434
1434
|
version?: "1.0.0" | undefined;
|
|
1435
1435
|
asset?: {
|
|
1436
|
-
path?: string | undefined;
|
|
1437
1436
|
label?: string | undefined;
|
|
1438
1437
|
title?: string | undefined;
|
|
1439
|
-
|
|
1438
|
+
path?: 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;
|
|
@@ -1451,8 +1451,8 @@ declare const companySchema: z.ZodObject<{
|
|
|
1451
1451
|
}>>;
|
|
1452
1452
|
baseUrl: z.ZodOptional<z.ZodString>;
|
|
1453
1453
|
}, "strip", z.ZodTypeAny, {
|
|
1454
|
-
type: string;
|
|
1455
1454
|
name: string;
|
|
1455
|
+
type: string;
|
|
1456
1456
|
version: "1.0.0";
|
|
1457
1457
|
description: string;
|
|
1458
1458
|
logo?: {
|
|
@@ -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
|
-
path?: string | undefined;
|
|
1464
1463
|
label?: string | undefined;
|
|
1465
1464
|
title?: string | undefined;
|
|
1466
|
-
|
|
1465
|
+
path?: 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;
|
|
@@ -1477,20 +1477,20 @@ declare const companySchema: z.ZodObject<{
|
|
|
1477
1477
|
} | undefined;
|
|
1478
1478
|
baseUrl?: string | undefined;
|
|
1479
1479
|
}, {
|
|
1480
|
-
type: string;
|
|
1481
1480
|
name: string;
|
|
1481
|
+
type: string;
|
|
1482
1482
|
description: string;
|
|
1483
1483
|
version?: "1.0.0" | undefined;
|
|
1484
1484
|
logo?: {
|
|
1485
1485
|
type: string;
|
|
1486
1486
|
version?: "1.0.0" | undefined;
|
|
1487
1487
|
asset?: {
|
|
1488
|
-
path?: string | undefined;
|
|
1489
1488
|
label?: string | undefined;
|
|
1490
1489
|
title?: string | undefined;
|
|
1491
|
-
|
|
1490
|
+
path?: 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;
|
|
@@ -1511,14 +1511,14 @@ declare const companySchema: z.ZodObject<{
|
|
|
1511
1511
|
description: z.ZodOptional<z.ZodString>;
|
|
1512
1512
|
category: z.ZodEnum<["FINANCIAL", "HEALTH", "PROFESSIONAL_DEVELOPMENT", "WORK_LIFE_BALANCE"]>;
|
|
1513
1513
|
}, "strip", z.ZodTypeAny, {
|
|
1514
|
-
type: string;
|
|
1515
1514
|
title: string;
|
|
1515
|
+
type: string;
|
|
1516
1516
|
version: "1.0.0";
|
|
1517
1517
|
category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
|
|
1518
1518
|
description?: string | undefined;
|
|
1519
1519
|
}, {
|
|
1520
|
-
type: string;
|
|
1521
1520
|
title: string;
|
|
1521
|
+
type: string;
|
|
1522
1522
|
category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
|
|
1523
1523
|
version?: "1.0.0" | undefined;
|
|
1524
1524
|
description?: string | undefined;
|
|
@@ -1528,8 +1528,8 @@ declare const companySchema: z.ZodObject<{
|
|
|
1528
1528
|
version: "1.0.0";
|
|
1529
1529
|
careersUrl: string;
|
|
1530
1530
|
jobBoard?: {
|
|
1531
|
-
type: string;
|
|
1532
1531
|
name: string;
|
|
1532
|
+
type: string;
|
|
1533
1533
|
version: "1.0.0";
|
|
1534
1534
|
description: string;
|
|
1535
1535
|
logo?: {
|
|
@@ -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
|
-
path?: string | undefined;
|
|
1541
1540
|
label?: string | undefined;
|
|
1542
1541
|
title?: string | undefined;
|
|
1543
|
-
|
|
1542
|
+
path?: 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;
|
|
@@ -1556,8 +1556,8 @@ declare const companySchema: z.ZodObject<{
|
|
|
1556
1556
|
} | undefined;
|
|
1557
1557
|
jobBoardSlug?: string[] | undefined;
|
|
1558
1558
|
companyBenefits?: {
|
|
1559
|
-
type: string;
|
|
1560
1559
|
title: string;
|
|
1560
|
+
type: string;
|
|
1561
1561
|
version: "1.0.0";
|
|
1562
1562
|
category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
|
|
1563
1563
|
description?: string | undefined;
|
|
@@ -1567,20 +1567,20 @@ declare const companySchema: z.ZodObject<{
|
|
|
1567
1567
|
careersUrl: string;
|
|
1568
1568
|
version?: "1.0.0" | undefined;
|
|
1569
1569
|
jobBoard?: {
|
|
1570
|
-
type: string;
|
|
1571
1570
|
name: string;
|
|
1571
|
+
type: string;
|
|
1572
1572
|
description: string;
|
|
1573
1573
|
version?: "1.0.0" | undefined;
|
|
1574
1574
|
logo?: {
|
|
1575
1575
|
type: string;
|
|
1576
1576
|
version?: "1.0.0" | undefined;
|
|
1577
1577
|
asset?: {
|
|
1578
|
-
path?: string | undefined;
|
|
1579
1578
|
label?: string | undefined;
|
|
1580
1579
|
title?: string | undefined;
|
|
1581
|
-
|
|
1580
|
+
path?: 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;
|
|
@@ -1595,8 +1595,8 @@ declare const companySchema: z.ZodObject<{
|
|
|
1595
1595
|
} | undefined;
|
|
1596
1596
|
jobBoardSlug?: string[] | undefined;
|
|
1597
1597
|
companyBenefits?: {
|
|
1598
|
-
type: string;
|
|
1599
1598
|
title: string;
|
|
1599
|
+
type: string;
|
|
1600
1600
|
category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
|
|
1601
1601
|
version?: "1.0.0" | undefined;
|
|
1602
1602
|
description?: 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
|
-
path?: string | undefined;
|
|
1684
1683
|
label?: string | undefined;
|
|
1685
1684
|
title?: string | undefined;
|
|
1686
|
-
|
|
1685
|
+
path?: 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;
|
|
@@ -1694,12 +1694,12 @@ declare const companySchema: z.ZodObject<{
|
|
|
1694
1694
|
sha1Hash?: string | undefined;
|
|
1695
1695
|
uploadId?: string | undefined;
|
|
1696
1696
|
}, {
|
|
1697
|
-
path?: string | undefined;
|
|
1698
1697
|
label?: string | undefined;
|
|
1699
1698
|
title?: string | undefined;
|
|
1700
|
-
|
|
1699
|
+
path?: 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;
|
|
@@ -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
|
-
path?: string | undefined;
|
|
1718
1717
|
label?: string | undefined;
|
|
1719
1718
|
title?: string | undefined;
|
|
1720
|
-
|
|
1719
|
+
path?: 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;
|
|
@@ -1732,12 +1732,12 @@ declare const companySchema: z.ZodObject<{
|
|
|
1732
1732
|
type: string;
|
|
1733
1733
|
version?: "1.0.0" | undefined;
|
|
1734
1734
|
asset?: {
|
|
1735
|
-
path?: string | undefined;
|
|
1736
1735
|
label?: string | undefined;
|
|
1737
1736
|
title?: string | undefined;
|
|
1738
|
-
|
|
1737
|
+
path?: 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;
|
|
@@ -1755,8 +1755,8 @@ declare const companySchema: z.ZodObject<{
|
|
|
1755
1755
|
type: z.ZodString;
|
|
1756
1756
|
}, "strip", z.ZodTypeAny, {
|
|
1757
1757
|
type: string;
|
|
1758
|
-
url: string;
|
|
1759
1758
|
version: "1.0.0";
|
|
1759
|
+
url: string;
|
|
1760
1760
|
}, {
|
|
1761
1761
|
type: string;
|
|
1762
1762
|
url: string;
|
|
@@ -1862,11 +1862,11 @@ declare const companySchema: z.ZodObject<{
|
|
|
1862
1862
|
version: "1.0.0";
|
|
1863
1863
|
asset?: {
|
|
1864
1864
|
version: "1.0.0";
|
|
1865
|
-
path?: string | undefined;
|
|
1866
1865
|
label?: string | undefined;
|
|
1867
1866
|
title?: string | undefined;
|
|
1868
|
-
|
|
1867
|
+
path?: 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;
|
|
@@ -1885,8 +1885,8 @@ declare const companySchema: z.ZodObject<{
|
|
|
1885
1885
|
isScientist?: boolean | undefined;
|
|
1886
1886
|
socialMedia?: {
|
|
1887
1887
|
type: string;
|
|
1888
|
-
url: string;
|
|
1889
1888
|
version: "1.0.0";
|
|
1889
|
+
url: string;
|
|
1890
1890
|
}[] | undefined;
|
|
1891
1891
|
telephone?: string | undefined;
|
|
1892
1892
|
}, {
|
|
@@ -1916,12 +1916,12 @@ declare const companySchema: z.ZodObject<{
|
|
|
1916
1916
|
type: string;
|
|
1917
1917
|
version?: "1.0.0" | undefined;
|
|
1918
1918
|
asset?: {
|
|
1919
|
-
path?: string | undefined;
|
|
1920
1919
|
label?: string | undefined;
|
|
1921
1920
|
title?: string | undefined;
|
|
1922
|
-
|
|
1921
|
+
path?: 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,9 +1932,9 @@ 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;
|
|
@@ -1981,11 +1981,11 @@ declare const companySchema: z.ZodObject<{
|
|
|
1981
1981
|
version: "1.0.0";
|
|
1982
1982
|
asset?: {
|
|
1983
1983
|
version: "1.0.0";
|
|
1984
|
-
path?: string | undefined;
|
|
1985
1984
|
label?: string | undefined;
|
|
1986
1985
|
title?: string | undefined;
|
|
1987
|
-
|
|
1986
|
+
path?: 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;
|
|
@@ -2004,8 +2004,8 @@ declare const companySchema: z.ZodObject<{
|
|
|
2004
2004
|
isScientist?: boolean | undefined;
|
|
2005
2005
|
socialMedia?: {
|
|
2006
2006
|
type: string;
|
|
2007
|
-
url: string;
|
|
2008
2007
|
version: "1.0.0";
|
|
2008
|
+
url: string;
|
|
2009
2009
|
}[] | undefined;
|
|
2010
2010
|
telephone?: string | undefined;
|
|
2011
2011
|
}[] | undefined;
|
|
@@ -2042,12 +2042,12 @@ declare const companySchema: z.ZodObject<{
|
|
|
2042
2042
|
type: string;
|
|
2043
2043
|
version?: "1.0.0" | undefined;
|
|
2044
2044
|
asset?: {
|
|
2045
|
-
path?: string | undefined;
|
|
2046
2045
|
label?: string | undefined;
|
|
2047
2046
|
title?: string | undefined;
|
|
2048
|
-
|
|
2047
|
+
path?: 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,9 +2058,9 @@ 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;
|
|
@@ -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
|
-
path?: string | undefined;
|
|
2189
2188
|
label?: string | undefined;
|
|
2190
2189
|
title?: string | undefined;
|
|
2191
|
-
|
|
2190
|
+
path?: 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;
|
|
@@ -2202,8 +2202,8 @@ declare const companySchema: z.ZodObject<{
|
|
|
2202
2202
|
} | undefined;
|
|
2203
2203
|
socialMedia?: {
|
|
2204
2204
|
type: string;
|
|
2205
|
-
url: string;
|
|
2206
2205
|
version: "1.0.0";
|
|
2206
|
+
url: string;
|
|
2207
2207
|
}[] | undefined;
|
|
2208
2208
|
companyWebsite?: string | undefined;
|
|
2209
2209
|
brandColor?: string | undefined;
|
|
@@ -2212,8 +2212,8 @@ declare const companySchema: z.ZodObject<{
|
|
|
2212
2212
|
version: "1.0.0";
|
|
2213
2213
|
careersUrl: string;
|
|
2214
2214
|
jobBoard?: {
|
|
2215
|
-
type: string;
|
|
2216
2215
|
name: string;
|
|
2216
|
+
type: string;
|
|
2217
2217
|
version: "1.0.0";
|
|
2218
2218
|
description: string;
|
|
2219
2219
|
logo?: {
|
|
@@ -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
|
-
path?: string | undefined;
|
|
2225
2224
|
label?: string | undefined;
|
|
2226
2225
|
title?: string | undefined;
|
|
2227
|
-
|
|
2226
|
+
path?: 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;
|
|
@@ -2240,8 +2240,8 @@ declare const companySchema: z.ZodObject<{
|
|
|
2240
2240
|
} | undefined;
|
|
2241
2241
|
jobBoardSlug?: string[] | undefined;
|
|
2242
2242
|
companyBenefits?: {
|
|
2243
|
-
type: string;
|
|
2244
2243
|
title: string;
|
|
2244
|
+
type: string;
|
|
2245
2245
|
version: "1.0.0";
|
|
2246
2246
|
category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
|
|
2247
2247
|
description?: string | undefined;
|
|
@@ -2297,11 +2297,11 @@ declare const companySchema: z.ZodObject<{
|
|
|
2297
2297
|
version: "1.0.0";
|
|
2298
2298
|
asset?: {
|
|
2299
2299
|
version: "1.0.0";
|
|
2300
|
-
path?: string | undefined;
|
|
2301
2300
|
label?: string | undefined;
|
|
2302
2301
|
title?: string | undefined;
|
|
2303
|
-
|
|
2302
|
+
path?: 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;
|
|
@@ -2320,8 +2320,8 @@ declare const companySchema: z.ZodObject<{
|
|
|
2320
2320
|
isScientist?: boolean | undefined;
|
|
2321
2321
|
socialMedia?: {
|
|
2322
2322
|
type: string;
|
|
2323
|
-
url: string;
|
|
2324
2323
|
version: "1.0.0";
|
|
2324
|
+
url: string;
|
|
2325
2325
|
}[] | undefined;
|
|
2326
2326
|
telephone?: string | undefined;
|
|
2327
2327
|
}[] | undefined;
|
|
@@ -2367,12 +2367,12 @@ declare const companySchema: z.ZodObject<{
|
|
|
2367
2367
|
type: string;
|
|
2368
2368
|
version?: "1.0.0" | undefined;
|
|
2369
2369
|
asset?: {
|
|
2370
|
-
path?: string | undefined;
|
|
2371
2370
|
label?: string | undefined;
|
|
2372
2371
|
title?: string | undefined;
|
|
2373
|
-
|
|
2372
|
+
path?: 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;
|
|
@@ -2395,20 +2395,20 @@ declare const companySchema: z.ZodObject<{
|
|
|
2395
2395
|
careersUrl: string;
|
|
2396
2396
|
version?: "1.0.0" | undefined;
|
|
2397
2397
|
jobBoard?: {
|
|
2398
|
-
type: string;
|
|
2399
2398
|
name: string;
|
|
2399
|
+
type: string;
|
|
2400
2400
|
description: string;
|
|
2401
2401
|
version?: "1.0.0" | undefined;
|
|
2402
2402
|
logo?: {
|
|
2403
2403
|
type: string;
|
|
2404
2404
|
version?: "1.0.0" | undefined;
|
|
2405
2405
|
asset?: {
|
|
2406
|
-
path?: string | undefined;
|
|
2407
2406
|
label?: string | undefined;
|
|
2408
2407
|
title?: string | undefined;
|
|
2409
|
-
|
|
2408
|
+
path?: 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;
|
|
@@ -2423,8 +2423,8 @@ declare const companySchema: z.ZodObject<{
|
|
|
2423
2423
|
} | undefined;
|
|
2424
2424
|
jobBoardSlug?: string[] | undefined;
|
|
2425
2425
|
companyBenefits?: {
|
|
2426
|
-
type: string;
|
|
2427
2426
|
title: string;
|
|
2427
|
+
type: string;
|
|
2428
2428
|
category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
|
|
2429
2429
|
version?: "1.0.0" | undefined;
|
|
2430
2430
|
description?: string | undefined;
|
|
@@ -2478,12 +2478,12 @@ declare const companySchema: z.ZodObject<{
|
|
|
2478
2478
|
type: string;
|
|
2479
2479
|
version?: "1.0.0" | undefined;
|
|
2480
2480
|
asset?: {
|
|
2481
|
-
path?: string | undefined;
|
|
2482
2481
|
label?: string | undefined;
|
|
2483
2482
|
title?: string | undefined;
|
|
2484
|
-
|
|
2483
|
+
path?: 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,9 +2494,9 @@ 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;
|
|
@@ -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
|
-
path?: string | undefined;
|
|
2577
2576
|
label?: string | undefined;
|
|
2578
2577
|
title?: string | undefined;
|
|
2579
|
-
|
|
2578
|
+
path?: 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;
|
|
@@ -2587,12 +2587,12 @@ declare const officeSchema: z.ZodObject<{
|
|
|
2587
2587
|
sha1Hash?: string | undefined;
|
|
2588
2588
|
uploadId?: string | undefined;
|
|
2589
2589
|
}, {
|
|
2590
|
-
path?: string | undefined;
|
|
2591
2590
|
label?: string | undefined;
|
|
2592
2591
|
title?: string | undefined;
|
|
2593
|
-
|
|
2592
|
+
path?: 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;
|
|
@@ -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
|
-
path?: string | undefined;
|
|
2611
2610
|
label?: string | undefined;
|
|
2612
2611
|
title?: string | undefined;
|
|
2613
|
-
|
|
2612
|
+
path?: 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;
|
|
@@ -2625,12 +2625,12 @@ declare const officeSchema: z.ZodObject<{
|
|
|
2625
2625
|
type: string;
|
|
2626
2626
|
version?: "1.0.0" | undefined;
|
|
2627
2627
|
asset?: {
|
|
2628
|
-
path?: string | undefined;
|
|
2629
2628
|
label?: string | undefined;
|
|
2630
2629
|
title?: string | undefined;
|
|
2631
|
-
|
|
2630
|
+
path?: 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;
|
|
@@ -2648,8 +2648,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
2648
2648
|
type: z.ZodString;
|
|
2649
2649
|
}, "strip", z.ZodTypeAny, {
|
|
2650
2650
|
type: string;
|
|
2651
|
-
url: string;
|
|
2652
2651
|
version: "1.0.0";
|
|
2652
|
+
url: string;
|
|
2653
2653
|
}, {
|
|
2654
2654
|
type: string;
|
|
2655
2655
|
url: string;
|
|
@@ -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
|
-
path?: string | undefined;
|
|
2689
2688
|
label?: string | undefined;
|
|
2690
2689
|
title?: string | undefined;
|
|
2691
|
-
|
|
2690
|
+
path?: 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;
|
|
@@ -2699,12 +2699,12 @@ declare const officeSchema: z.ZodObject<{
|
|
|
2699
2699
|
sha1Hash?: string | undefined;
|
|
2700
2700
|
uploadId?: string | undefined;
|
|
2701
2701
|
}, {
|
|
2702
|
-
path?: string | undefined;
|
|
2703
2702
|
label?: string | undefined;
|
|
2704
2703
|
title?: string | undefined;
|
|
2705
|
-
|
|
2704
|
+
path?: 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;
|
|
@@ -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
|
-
path?: string | undefined;
|
|
2723
2722
|
label?: string | undefined;
|
|
2724
2723
|
title?: string | undefined;
|
|
2725
|
-
|
|
2724
|
+
path?: 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;
|
|
@@ -2737,12 +2737,12 @@ declare const officeSchema: z.ZodObject<{
|
|
|
2737
2737
|
type: string;
|
|
2738
2738
|
version?: "1.0.0" | undefined;
|
|
2739
2739
|
asset?: {
|
|
2740
|
-
path?: string | undefined;
|
|
2741
2740
|
label?: string | undefined;
|
|
2742
2741
|
title?: string | undefined;
|
|
2743
|
-
|
|
2742
|
+
path?: 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;
|
|
@@ -2755,8 +2755,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
2755
2755
|
}>>;
|
|
2756
2756
|
baseUrl: z.ZodOptional<z.ZodString>;
|
|
2757
2757
|
}, "strip", z.ZodTypeAny, {
|
|
2758
|
-
type: string;
|
|
2759
2758
|
name: string;
|
|
2759
|
+
type: string;
|
|
2760
2760
|
version: "1.0.0";
|
|
2761
2761
|
description: string;
|
|
2762
2762
|
logo?: {
|
|
@@ -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
|
-
path?: string | undefined;
|
|
2768
2767
|
label?: string | undefined;
|
|
2769
2768
|
title?: string | undefined;
|
|
2770
|
-
|
|
2769
|
+
path?: 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;
|
|
@@ -2781,20 +2781,20 @@ declare const officeSchema: z.ZodObject<{
|
|
|
2781
2781
|
} | undefined;
|
|
2782
2782
|
baseUrl?: string | undefined;
|
|
2783
2783
|
}, {
|
|
2784
|
-
type: string;
|
|
2785
2784
|
name: string;
|
|
2785
|
+
type: string;
|
|
2786
2786
|
description: string;
|
|
2787
2787
|
version?: "1.0.0" | undefined;
|
|
2788
2788
|
logo?: {
|
|
2789
2789
|
type: string;
|
|
2790
2790
|
version?: "1.0.0" | undefined;
|
|
2791
2791
|
asset?: {
|
|
2792
|
-
path?: string | undefined;
|
|
2793
2792
|
label?: string | undefined;
|
|
2794
2793
|
title?: string | undefined;
|
|
2795
|
-
|
|
2794
|
+
path?: 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;
|
|
@@ -2815,14 +2815,14 @@ declare const officeSchema: z.ZodObject<{
|
|
|
2815
2815
|
description: z.ZodOptional<z.ZodString>;
|
|
2816
2816
|
category: z.ZodEnum<["FINANCIAL", "HEALTH", "PROFESSIONAL_DEVELOPMENT", "WORK_LIFE_BALANCE"]>;
|
|
2817
2817
|
}, "strip", z.ZodTypeAny, {
|
|
2818
|
-
type: string;
|
|
2819
2818
|
title: string;
|
|
2819
|
+
type: string;
|
|
2820
2820
|
version: "1.0.0";
|
|
2821
2821
|
category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
|
|
2822
2822
|
description?: string | undefined;
|
|
2823
2823
|
}, {
|
|
2824
|
-
type: string;
|
|
2825
2824
|
title: string;
|
|
2825
|
+
type: string;
|
|
2826
2826
|
category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
|
|
2827
2827
|
version?: "1.0.0" | undefined;
|
|
2828
2828
|
description?: string | undefined;
|
|
@@ -2832,8 +2832,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
2832
2832
|
version: "1.0.0";
|
|
2833
2833
|
careersUrl: string;
|
|
2834
2834
|
jobBoard?: {
|
|
2835
|
-
type: string;
|
|
2836
2835
|
name: string;
|
|
2836
|
+
type: string;
|
|
2837
2837
|
version: "1.0.0";
|
|
2838
2838
|
description: string;
|
|
2839
2839
|
logo?: {
|
|
@@ -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
|
-
path?: string | undefined;
|
|
2845
2844
|
label?: string | undefined;
|
|
2846
2845
|
title?: string | undefined;
|
|
2847
|
-
|
|
2846
|
+
path?: 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;
|
|
@@ -2860,8 +2860,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
2860
2860
|
} | undefined;
|
|
2861
2861
|
jobBoardSlug?: string[] | undefined;
|
|
2862
2862
|
companyBenefits?: {
|
|
2863
|
-
type: string;
|
|
2864
2863
|
title: string;
|
|
2864
|
+
type: string;
|
|
2865
2865
|
version: "1.0.0";
|
|
2866
2866
|
category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
|
|
2867
2867
|
description?: string | undefined;
|
|
@@ -2871,20 +2871,20 @@ declare const officeSchema: z.ZodObject<{
|
|
|
2871
2871
|
careersUrl: string;
|
|
2872
2872
|
version?: "1.0.0" | undefined;
|
|
2873
2873
|
jobBoard?: {
|
|
2874
|
-
type: string;
|
|
2875
2874
|
name: string;
|
|
2875
|
+
type: string;
|
|
2876
2876
|
description: string;
|
|
2877
2877
|
version?: "1.0.0" | undefined;
|
|
2878
2878
|
logo?: {
|
|
2879
2879
|
type: string;
|
|
2880
2880
|
version?: "1.0.0" | undefined;
|
|
2881
2881
|
asset?: {
|
|
2882
|
-
path?: string | undefined;
|
|
2883
2882
|
label?: string | undefined;
|
|
2884
2883
|
title?: string | undefined;
|
|
2885
|
-
|
|
2884
|
+
path?: 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;
|
|
@@ -2899,8 +2899,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
2899
2899
|
} | undefined;
|
|
2900
2900
|
jobBoardSlug?: string[] | undefined;
|
|
2901
2901
|
companyBenefits?: {
|
|
2902
|
-
type: string;
|
|
2903
2902
|
title: string;
|
|
2903
|
+
type: string;
|
|
2904
2904
|
category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
|
|
2905
2905
|
version?: "1.0.0" | undefined;
|
|
2906
2906
|
description?: 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
|
-
path?: string | undefined;
|
|
2988
2987
|
label?: string | undefined;
|
|
2989
2988
|
title?: string | undefined;
|
|
2990
|
-
|
|
2989
|
+
path?: 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;
|
|
@@ -2998,12 +2998,12 @@ declare const officeSchema: z.ZodObject<{
|
|
|
2998
2998
|
sha1Hash?: string | undefined;
|
|
2999
2999
|
uploadId?: string | undefined;
|
|
3000
3000
|
}, {
|
|
3001
|
-
path?: string | undefined;
|
|
3002
3001
|
label?: string | undefined;
|
|
3003
3002
|
title?: string | undefined;
|
|
3004
|
-
|
|
3003
|
+
path?: 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;
|
|
@@ -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
|
-
path?: string | undefined;
|
|
3022
3021
|
label?: string | undefined;
|
|
3023
3022
|
title?: string | undefined;
|
|
3024
|
-
|
|
3023
|
+
path?: 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;
|
|
@@ -3036,12 +3036,12 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3036
3036
|
type: string;
|
|
3037
3037
|
version?: "1.0.0" | undefined;
|
|
3038
3038
|
asset?: {
|
|
3039
|
-
path?: string | undefined;
|
|
3040
3039
|
label?: string | undefined;
|
|
3041
3040
|
title?: string | undefined;
|
|
3042
|
-
|
|
3041
|
+
path?: 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;
|
|
@@ -3059,8 +3059,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3059
3059
|
type: z.ZodString;
|
|
3060
3060
|
}, "strip", z.ZodTypeAny, {
|
|
3061
3061
|
type: string;
|
|
3062
|
-
url: string;
|
|
3063
3062
|
version: "1.0.0";
|
|
3063
|
+
url: string;
|
|
3064
3064
|
}, {
|
|
3065
3065
|
type: string;
|
|
3066
3066
|
url: string;
|
|
@@ -3166,11 +3166,11 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3166
3166
|
version: "1.0.0";
|
|
3167
3167
|
asset?: {
|
|
3168
3168
|
version: "1.0.0";
|
|
3169
|
-
path?: string | undefined;
|
|
3170
3169
|
label?: string | undefined;
|
|
3171
3170
|
title?: string | undefined;
|
|
3172
|
-
|
|
3171
|
+
path?: 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;
|
|
@@ -3189,8 +3189,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3189
3189
|
isScientist?: boolean | undefined;
|
|
3190
3190
|
socialMedia?: {
|
|
3191
3191
|
type: string;
|
|
3192
|
-
url: string;
|
|
3193
3192
|
version: "1.0.0";
|
|
3193
|
+
url: string;
|
|
3194
3194
|
}[] | undefined;
|
|
3195
3195
|
telephone?: string | undefined;
|
|
3196
3196
|
}, {
|
|
@@ -3220,12 +3220,12 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3220
3220
|
type: string;
|
|
3221
3221
|
version?: "1.0.0" | undefined;
|
|
3222
3222
|
asset?: {
|
|
3223
|
-
path?: string | undefined;
|
|
3224
3223
|
label?: string | undefined;
|
|
3225
3224
|
title?: string | undefined;
|
|
3226
|
-
|
|
3225
|
+
path?: 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,9 +3236,9 @@ 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;
|
|
@@ -3285,11 +3285,11 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3285
3285
|
version: "1.0.0";
|
|
3286
3286
|
asset?: {
|
|
3287
3287
|
version: "1.0.0";
|
|
3288
|
-
path?: string | undefined;
|
|
3289
3288
|
label?: string | undefined;
|
|
3290
3289
|
title?: string | undefined;
|
|
3291
|
-
|
|
3290
|
+
path?: 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;
|
|
@@ -3308,8 +3308,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3308
3308
|
isScientist?: boolean | undefined;
|
|
3309
3309
|
socialMedia?: {
|
|
3310
3310
|
type: string;
|
|
3311
|
-
url: string;
|
|
3312
3311
|
version: "1.0.0";
|
|
3312
|
+
url: string;
|
|
3313
3313
|
}[] | undefined;
|
|
3314
3314
|
telephone?: string | undefined;
|
|
3315
3315
|
}[] | undefined;
|
|
@@ -3346,12 +3346,12 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3346
3346
|
type: string;
|
|
3347
3347
|
version?: "1.0.0" | undefined;
|
|
3348
3348
|
asset?: {
|
|
3349
|
-
path?: string | undefined;
|
|
3350
3349
|
label?: string | undefined;
|
|
3351
3350
|
title?: string | undefined;
|
|
3352
|
-
|
|
3351
|
+
path?: 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,9 +3362,9 @@ 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;
|
|
@@ -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
|
-
path?: string | undefined;
|
|
3493
3492
|
label?: string | undefined;
|
|
3494
3493
|
title?: string | undefined;
|
|
3495
|
-
|
|
3494
|
+
path?: 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;
|
|
@@ -3506,8 +3506,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3506
3506
|
} | undefined;
|
|
3507
3507
|
socialMedia?: {
|
|
3508
3508
|
type: string;
|
|
3509
|
-
url: string;
|
|
3510
3509
|
version: "1.0.0";
|
|
3510
|
+
url: string;
|
|
3511
3511
|
}[] | undefined;
|
|
3512
3512
|
companyWebsite?: string | undefined;
|
|
3513
3513
|
brandColor?: string | undefined;
|
|
@@ -3516,8 +3516,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3516
3516
|
version: "1.0.0";
|
|
3517
3517
|
careersUrl: string;
|
|
3518
3518
|
jobBoard?: {
|
|
3519
|
-
type: string;
|
|
3520
3519
|
name: string;
|
|
3520
|
+
type: string;
|
|
3521
3521
|
version: "1.0.0";
|
|
3522
3522
|
description: string;
|
|
3523
3523
|
logo?: {
|
|
@@ -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
|
-
path?: string | undefined;
|
|
3529
3528
|
label?: string | undefined;
|
|
3530
3529
|
title?: string | undefined;
|
|
3531
|
-
|
|
3530
|
+
path?: 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;
|
|
@@ -3544,8 +3544,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3544
3544
|
} | undefined;
|
|
3545
3545
|
jobBoardSlug?: string[] | undefined;
|
|
3546
3546
|
companyBenefits?: {
|
|
3547
|
-
type: string;
|
|
3548
3547
|
title: string;
|
|
3548
|
+
type: string;
|
|
3549
3549
|
version: "1.0.0";
|
|
3550
3550
|
category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
|
|
3551
3551
|
description?: string | undefined;
|
|
@@ -3601,11 +3601,11 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3601
3601
|
version: "1.0.0";
|
|
3602
3602
|
asset?: {
|
|
3603
3603
|
version: "1.0.0";
|
|
3604
|
-
path?: string | undefined;
|
|
3605
3604
|
label?: string | undefined;
|
|
3606
3605
|
title?: string | undefined;
|
|
3607
|
-
|
|
3606
|
+
path?: 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;
|
|
@@ -3624,8 +3624,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3624
3624
|
isScientist?: boolean | undefined;
|
|
3625
3625
|
socialMedia?: {
|
|
3626
3626
|
type: string;
|
|
3627
|
-
url: string;
|
|
3628
3627
|
version: "1.0.0";
|
|
3628
|
+
url: string;
|
|
3629
3629
|
}[] | undefined;
|
|
3630
3630
|
telephone?: string | undefined;
|
|
3631
3631
|
}[] | undefined;
|
|
@@ -3671,12 +3671,12 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3671
3671
|
type: string;
|
|
3672
3672
|
version?: "1.0.0" | undefined;
|
|
3673
3673
|
asset?: {
|
|
3674
|
-
path?: string | undefined;
|
|
3675
3674
|
label?: string | undefined;
|
|
3676
3675
|
title?: string | undefined;
|
|
3677
|
-
|
|
3676
|
+
path?: 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;
|
|
@@ -3699,20 +3699,20 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3699
3699
|
careersUrl: string;
|
|
3700
3700
|
version?: "1.0.0" | undefined;
|
|
3701
3701
|
jobBoard?: {
|
|
3702
|
-
type: string;
|
|
3703
3702
|
name: string;
|
|
3703
|
+
type: string;
|
|
3704
3704
|
description: string;
|
|
3705
3705
|
version?: "1.0.0" | undefined;
|
|
3706
3706
|
logo?: {
|
|
3707
3707
|
type: string;
|
|
3708
3708
|
version?: "1.0.0" | undefined;
|
|
3709
3709
|
asset?: {
|
|
3710
|
-
path?: string | undefined;
|
|
3711
3710
|
label?: string | undefined;
|
|
3712
3711
|
title?: string | undefined;
|
|
3713
|
-
|
|
3712
|
+
path?: 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;
|
|
@@ -3727,8 +3727,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3727
3727
|
} | undefined;
|
|
3728
3728
|
jobBoardSlug?: string[] | undefined;
|
|
3729
3729
|
companyBenefits?: {
|
|
3730
|
-
type: string;
|
|
3731
3730
|
title: string;
|
|
3731
|
+
type: string;
|
|
3732
3732
|
category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
|
|
3733
3733
|
version?: "1.0.0" | undefined;
|
|
3734
3734
|
description?: string | undefined;
|
|
@@ -3782,12 +3782,12 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3782
3782
|
type: string;
|
|
3783
3783
|
version?: "1.0.0" | undefined;
|
|
3784
3784
|
asset?: {
|
|
3785
|
-
path?: string | undefined;
|
|
3786
3785
|
label?: string | undefined;
|
|
3787
3786
|
title?: string | undefined;
|
|
3788
|
-
|
|
3787
|
+
path?: 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,9 +3798,9 @@ 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;
|
|
@@ -3915,8 +3915,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3915
3915
|
createdAt: z.ZodOptional<z.ZodString>;
|
|
3916
3916
|
updatedAt: z.ZodOptional<z.ZodString>;
|
|
3917
3917
|
}, "strip", z.ZodTypeAny, {
|
|
3918
|
-
type: string;
|
|
3919
3918
|
name: string;
|
|
3919
|
+
type: string;
|
|
3920
3920
|
version: "1.0.0";
|
|
3921
3921
|
officeType: "BRANCH" | "HEADQUARTERS" | "SATELLITE";
|
|
3922
3922
|
createdAt?: string | 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
|
-
path?: string | undefined;
|
|
3938
3937
|
label?: string | undefined;
|
|
3939
3938
|
title?: string | undefined;
|
|
3940
|
-
|
|
3939
|
+
path?: 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;
|
|
@@ -3951,8 +3951,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3951
3951
|
} | undefined;
|
|
3952
3952
|
socialMedia?: {
|
|
3953
3953
|
type: string;
|
|
3954
|
-
url: string;
|
|
3955
3954
|
version: "1.0.0";
|
|
3955
|
+
url: string;
|
|
3956
3956
|
}[] | undefined;
|
|
3957
3957
|
companyWebsite?: string | undefined;
|
|
3958
3958
|
brandColor?: string | undefined;
|
|
@@ -3961,8 +3961,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3961
3961
|
version: "1.0.0";
|
|
3962
3962
|
careersUrl: string;
|
|
3963
3963
|
jobBoard?: {
|
|
3964
|
-
type: string;
|
|
3965
3964
|
name: string;
|
|
3965
|
+
type: string;
|
|
3966
3966
|
version: "1.0.0";
|
|
3967
3967
|
description: string;
|
|
3968
3968
|
logo?: {
|
|
@@ -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
|
-
path?: string | undefined;
|
|
3974
3973
|
label?: string | undefined;
|
|
3975
3974
|
title?: string | undefined;
|
|
3976
|
-
|
|
3975
|
+
path?: 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;
|
|
@@ -3989,8 +3989,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3989
3989
|
} | undefined;
|
|
3990
3990
|
jobBoardSlug?: string[] | undefined;
|
|
3991
3991
|
companyBenefits?: {
|
|
3992
|
-
type: string;
|
|
3993
3992
|
title: string;
|
|
3993
|
+
type: string;
|
|
3994
3994
|
version: "1.0.0";
|
|
3995
3995
|
category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
|
|
3996
3996
|
description?: string | undefined;
|
|
@@ -4046,11 +4046,11 @@ declare const officeSchema: z.ZodObject<{
|
|
|
4046
4046
|
version: "1.0.0";
|
|
4047
4047
|
asset?: {
|
|
4048
4048
|
version: "1.0.0";
|
|
4049
|
-
path?: string | undefined;
|
|
4050
4049
|
label?: string | undefined;
|
|
4051
4050
|
title?: string | undefined;
|
|
4052
|
-
|
|
4051
|
+
path?: 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;
|
|
@@ -4069,8 +4069,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
4069
4069
|
isScientist?: boolean | undefined;
|
|
4070
4070
|
socialMedia?: {
|
|
4071
4071
|
type: string;
|
|
4072
|
-
url: string;
|
|
4073
4072
|
version: "1.0.0";
|
|
4073
|
+
url: string;
|
|
4074
4074
|
}[] | undefined;
|
|
4075
4075
|
telephone?: string | undefined;
|
|
4076
4076
|
}[] | undefined;
|
|
@@ -4123,8 +4123,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
4123
4123
|
longitude?: number | undefined;
|
|
4124
4124
|
} | undefined;
|
|
4125
4125
|
}, {
|
|
4126
|
-
type: string;
|
|
4127
4126
|
name: string;
|
|
4127
|
+
type: string;
|
|
4128
4128
|
officeType: "BRANCH" | "HEADQUARTERS" | "SATELLITE";
|
|
4129
4129
|
version?: "1.0.0" | undefined;
|
|
4130
4130
|
createdAt?: string | undefined;
|
|
@@ -4141,12 +4141,12 @@ declare const officeSchema: z.ZodObject<{
|
|
|
4141
4141
|
type: string;
|
|
4142
4142
|
version?: "1.0.0" | undefined;
|
|
4143
4143
|
asset?: {
|
|
4144
|
-
path?: string | undefined;
|
|
4145
4144
|
label?: string | undefined;
|
|
4146
4145
|
title?: string | undefined;
|
|
4147
|
-
|
|
4146
|
+
path?: 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;
|
|
@@ -4169,20 +4169,20 @@ declare const officeSchema: z.ZodObject<{
|
|
|
4169
4169
|
careersUrl: string;
|
|
4170
4170
|
version?: "1.0.0" | undefined;
|
|
4171
4171
|
jobBoard?: {
|
|
4172
|
-
type: string;
|
|
4173
4172
|
name: string;
|
|
4173
|
+
type: string;
|
|
4174
4174
|
description: string;
|
|
4175
4175
|
version?: "1.0.0" | undefined;
|
|
4176
4176
|
logo?: {
|
|
4177
4177
|
type: string;
|
|
4178
4178
|
version?: "1.0.0" | undefined;
|
|
4179
4179
|
asset?: {
|
|
4180
|
-
path?: string | undefined;
|
|
4181
4180
|
label?: string | undefined;
|
|
4182
4181
|
title?: string | undefined;
|
|
4183
|
-
|
|
4182
|
+
path?: 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;
|
|
@@ -4197,8 +4197,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
4197
4197
|
} | undefined;
|
|
4198
4198
|
jobBoardSlug?: string[] | undefined;
|
|
4199
4199
|
companyBenefits?: {
|
|
4200
|
-
type: string;
|
|
4201
4200
|
title: string;
|
|
4201
|
+
type: string;
|
|
4202
4202
|
category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
|
|
4203
4203
|
version?: "1.0.0" | undefined;
|
|
4204
4204
|
description?: string | undefined;
|
|
@@ -4252,12 +4252,12 @@ declare const officeSchema: z.ZodObject<{
|
|
|
4252
4252
|
type: string;
|
|
4253
4253
|
version?: "1.0.0" | undefined;
|
|
4254
4254
|
asset?: {
|
|
4255
|
-
path?: string | undefined;
|
|
4256
4255
|
label?: string | undefined;
|
|
4257
4256
|
title?: string | undefined;
|
|
4258
|
-
|
|
4257
|
+
path?: 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,9 +4268,9 @@ 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;
|